call.c:_PyVectorcall_NARGS:
   34|  4.77k|{
   35|  4.77k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  4.77k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  4.77k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|  4.77k|}
exceptions.c:_PyVectorcall_NARGS:
   34|    296|{
   35|    296|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|    296|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    296|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|    296|}
listobject.c:_PyVectorcall_NARGS:
   34|     73|{
   35|     73|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     73|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     73|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     73|}
longobject.c:_PyVectorcall_NARGS:
   34|     37|{
   35|     37|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     37|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     37|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     37|}
dictobject.c:_PyVectorcall_NARGS:
   34|     19|{
   35|     19|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     19|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     19|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     19|}
object.c:_PyVectorcall_NARGS:
   34|      2|{
   35|      2|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      2|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|      2|}
rangeobject.c:_PyVectorcall_NARGS:
   34|     63|{
   35|     63|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     63|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     63|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     63|}
setobject.c:_PyVectorcall_NARGS:
   34|     83|{
   35|     83|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     83|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     83|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     83|}
tupleobject.c:_PyVectorcall_NARGS:
   34|      4|{
   35|      4|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      4|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      4|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|      4|}
typeobject.c:_PyVectorcall_NARGS:
   34|    465|{
   35|    465|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|    465|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    465|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|    465|}
unicodeobject.c:_PyVectorcall_NARGS:
   34|     35|{
   35|     35|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     35|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     35|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     35|}
weakrefobject.c:_PyVectorcall_NARGS:
   34|    115|{
   35|    115|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|    115|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    115|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|    115|}
bltinmodule.c:_PyVectorcall_NARGS:
   34|      2|{
   35|      2|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      2|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|      2|}
import.c:PyObject_CallMethodOneArg:
   70|     18|{
   71|     18|    PyObject *args[2] = {self, arg};
   72|     18|    size_t nargsf = 2 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     18|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     18|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   73|     18|    assert(arg != NULL);
  ------------------
  |  Branch (73:5): [True: 18, False: 0]
  ------------------
   74|     18|    return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL);
  ------------------
  |  |   57|     18|#  define _Py_NULL NULL
  ------------------
   75|     18|}
pylifecycle.c:PyObject_CallMethodNoArgs:
   63|      6|{
   64|      6|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      6|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      6|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|      6|#  define _Py_NULL NULL
  ------------------
   66|      6|}
_iomodule.c:PyObject_CallMethodNoArgs:
   63|     19|{
   64|     19|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     19|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     19|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|     19|#  define _Py_NULL NULL
  ------------------
   66|     19|}
iobase.c:PyObject_CallMethodNoArgs:
   63|     32|{
   64|     32|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     32|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     32|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|     32|#  define _Py_NULL NULL
  ------------------
   66|     32|}
fileio.c:PyObject_CallMethodOneArg:
   70|     13|{
   71|     13|    PyObject *args[2] = {self, arg};
   72|     13|    size_t nargsf = 2 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     13|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     13|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   73|     13|    assert(arg != NULL);
  ------------------
  |  Branch (73:5): [True: 13, False: 0]
  ------------------
   74|     13|    return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL);
  ------------------
  |  |   57|     13|#  define _Py_NULL NULL
  ------------------
   75|     13|}
bufferedio.c:PyObject_CallMethodNoArgs:
   63|     61|{
   64|     61|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     61|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     61|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|     61|#  define _Py_NULL NULL
  ------------------
   66|     61|}
bufferedio.c:_PyVectorcall_NARGS:
   34|     13|{
   35|     13|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     13|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     13|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     13|}
textio.c:PyObject_CallMethodNoArgs:
   63|     22|{
   64|     22|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     22|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     22|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|     22|#  define _Py_NULL NULL
  ------------------
   66|     22|}
textio.c:PyObject_CallMethodOneArg:
   70|      2|{
   71|      2|    PyObject *args[2] = {self, arg};
   72|      2|    size_t nargsf = 2 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      2|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   73|      2|    assert(arg != NULL);
  ------------------
  |  Branch (73:5): [True: 2, False: 0]
  ------------------
   74|      2|    return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL);
  ------------------
  |  |   57|      2|#  define _Py_NULL NULL
  ------------------
   75|      2|}
_abc.c:PyObject_CallMethodOneArg:
   70|     69|{
   71|     69|    PyObject *args[2] = {self, arg};
   72|     69|    size_t nargsf = 2 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     69|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     69|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   73|     69|    assert(arg != NULL);
  ------------------
  |  Branch (73:5): [True: 69, False: 0]
  ------------------
   74|     69|    return PyObject_VectorcallMethod(name, args, nargsf, _Py_NULL);
  ------------------
  |  |   57|     69|#  define _Py_NULL NULL
  ------------------
   75|     69|}
_functoolsmodule.c:_PyVectorcall_NARGS:
   34|      2|{
   35|      2|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      2|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|      2|}
abstract.c:_PyVectorcall_NARGS:
   34|     73|{
   35|     73|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     73|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     73|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     73|}
abstract.c:PyObject_CallMethodNoArgs:
   63|     73|{
   64|     73|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     73|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     73|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|     73|#  define _Py_NULL NULL
  ------------------
   66|     73|}
boolobject.c:_PyVectorcall_NARGS:
   34|      6|{
   35|      6|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      6|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      6|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|      6|}
descrobject.c:_PyVectorcall_NARGS:
   34|  1.10k|{
   35|  1.10k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  1.10k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  1.10k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|  1.10k|}
descrobject.c:PyObject_CallMethodNoArgs:
   63|     75|{
   64|     75|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     75|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     75|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|     75|#  define _Py_NULL NULL
  ------------------
   66|     75|}
enumobject.c:_PyVectorcall_NARGS:
   34|     24|{
   35|     24|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     24|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     24|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|     24|}
fileobject.c:PyObject_CallMethodNoArgs:
   63|     26|{
   64|     26|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|     26|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     26|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   65|       |    return PyObject_VectorcallMethod(name, &self, nargsf, _Py_NULL);
  ------------------
  |  |   57|     26|#  define _Py_NULL NULL
  ------------------
   66|     26|}
methodobject.c:_PyVectorcall_NARGS:
   34|  2.96k|{
   35|  2.96k|    return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  2.96k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  2.96k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   36|  2.96k|}

longobject.c:PyByteArray_AS_STRING:
   25|     16|{
   26|     16|    return _PyByteArray_CAST(op)->ob_start;
  ------------------
  |  |   22|     16|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (26:12): [True: 16, False: 0]
  ------------------
   27|     16|}
typeobject.c:PyByteArray_AS_STRING:
   25|    512|{
   26|    512|    return _PyByteArray_CAST(op)->ob_start;
  ------------------
  |  |   22|    512|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|    512|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (26:12): [True: 512, False: 0]
  ------------------
   27|    512|}
bytearrayobject.c:PyByteArray_GET_SIZE:
   30|     24|static inline Py_ssize_t PyByteArray_GET_SIZE(PyObject *op) {
   31|     24|    PyByteArrayObject *self = _PyByteArray_CAST(op);
  ------------------
  |  |   22|     24|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:31): [True: 24, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(self)->ob_size));
   34|       |#else
   35|     24|    return Py_SIZE(self);
  ------------------
  |  |  214|     24|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|     24|#endif
   37|     24|}
bytearrayobject.c:PyByteArray_AS_STRING:
   25|    250|{
   26|    250|    return _PyByteArray_CAST(op)->ob_start;
  ------------------
  |  |   22|    250|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|    250|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (26:12): [True: 250, False: 0]
  ------------------
   27|    250|}

bytesobject.c:PyBytes_AS_STRING:
   24|     78|{
   25|     78|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     78|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 78, False: 0]
  ------------------
   26|     78|}
bytesobject.c:PyBytes_GET_SIZE:
   29|    108|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|    108|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|    108|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 108, False: 0]
  ------------------
   31|    108|    return Py_SIZE(self);
  ------------------
  |  |  214|    108|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    108|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|    108|}
longobject.c:PyBytes_AS_STRING:
   24|     39|{
   25|     39|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     39|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 39, False: 0]
  ------------------
   26|     39|}
typeobject.c:PyBytes_GET_SIZE:
   29|     28|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|     28|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|     28|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 28, False: 0]
  ------------------
   31|     28|    return Py_SIZE(self);
  ------------------
  |  |  214|     28|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|     28|}
typeobject.c:PyBytes_AS_STRING:
   24|     28|{
   25|     28|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     28|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 28, False: 0]
  ------------------
   26|     28|}
unicodeobject.c:PyBytes_GET_SIZE:
   29|     69|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|     69|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|     69|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 69, False: 0]
  ------------------
   31|     69|    return Py_SIZE(self);
  ------------------
  |  |  214|     69|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|     69|}
unicodeobject.c:PyBytes_AS_STRING:
   24|     41|{
   25|     41|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     41|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 41, False: 0]
  ------------------
   26|     41|}
ceval.c:PyBytes_AS_STRING:
   24|    370|{
   25|    370|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|    370|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    370|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 370, False: 0]
  ------------------
   26|    370|}
ceval.c:PyBytes_GET_SIZE:
   29|    370|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|    370|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|    370|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    370|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 370, False: 0]
  ------------------
   31|    370|    return Py_SIZE(self);
  ------------------
  |  |  214|    370|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    370|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    370|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|    370|}
import.c:PyBytes_AS_STRING:
   24|     30|{
   25|     30|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     30|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 30, False: 0]
  ------------------
   26|     30|}
marshal.c:PyBytes_AS_STRING:
   24|  6.64k|{
   25|  6.64k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|  6.64k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  6.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 6.64k, False: 0]
  ------------------
   26|  6.64k|}
posixmodule.c:PyBytes_GET_SIZE:
   29|     96|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|     96|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|     96|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 96, False: 0]
  ------------------
   31|     96|    return Py_SIZE(self);
  ------------------
  |  |  214|     96|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|     96|}
posixmodule.c:PyBytes_AS_STRING:
   24|     96|{
   25|     96|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     96|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 96, False: 0]
  ------------------
   26|     96|}
fileio.c:PyBytes_AS_STRING:
   24|     13|{
   25|     13|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     13|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 13, False: 0]
  ------------------
   26|     13|}
bytearrayobject.c:PyBytes_AS_STRING:
   24|    204|{
   25|    204|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|    204|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    204|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 204, False: 0]
  ------------------
   26|    204|}
codeobject.c:PyBytes_GET_SIZE:
   29|  24.1k|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|  24.1k|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|  24.1k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 24.1k, False: 0]
  ------------------
   31|  24.1k|    return Py_SIZE(self);
  ------------------
  |  |  214|  24.1k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  24.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|  24.1k|}
codeobject.c:PyBytes_AS_STRING:
   24|  17.6k|{
   25|  17.6k|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|  17.6k|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|  17.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 17.6k, False: 0]
  ------------------
   26|  17.6k|}
frameobject.c:PyBytes_AS_STRING:
   24|      2|{
   25|      2|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|      2|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 2, False: 0]
  ------------------
   26|      2|}
frameobject.c:PyBytes_GET_SIZE:
   29|      2|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|      2|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|      2|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 2, False: 0]
  ------------------
   31|      2|    return Py_SIZE(self);
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|      2|}
assemble.c:PyBytes_GET_SIZE:
   29|     21|static inline Py_ssize_t PyBytes_GET_SIZE(PyObject *op) {
   30|     21|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|     21|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (30:27): [True: 21, False: 0]
  ------------------
   31|     21|    return Py_SIZE(self);
  ------------------
  |  |  214|     21|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|     21|}
assemble.c:PyBytes_AS_STRING:
   24|     37|{
   25|     37|    return _PyBytes_CAST(op)->ob_sval;
  ------------------
  |  |   21|     37|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (25:12): [True: 37, False: 0]
  ------------------
   26|     37|}

classobject.c:PyMethod_GET_SELF:
   39|    155|static inline PyObject* PyMethod_GET_SELF(PyObject *meth) {
   40|    155|    return _PyMethod_CAST(meth)->im_self;
  ------------------
  |  |   30|    155|    (assert(PyMethod_Check(meth)), _Py_CAST(PyMethodObject*, meth))
  |  |  ------------------
  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (40:12): [True: 155, False: 0]
  ------------------
   41|    155|}
classobject.c:PyMethod_GET_FUNCTION:
   34|    155|static inline PyObject* PyMethod_GET_FUNCTION(PyObject *meth) {
   35|    155|    return _PyMethod_CAST(meth)->im_func;
  ------------------
  |  |   30|    155|    (assert(PyMethod_Check(meth)), _Py_CAST(PyMethodObject*, meth))
  |  |  ------------------
  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (35:12): [True: 155, False: 0]
  ------------------
   36|    155|}

typeobject.c:PyUnstable_Code_GetFirstFree:
  171|     14|static inline int PyUnstable_Code_GetFirstFree(PyCodeObject *op) {
  172|     14|    assert(PyCode_Check(op));
  ------------------
  |  Branch (172:5): [True: 14, False: 0]
  ------------------
  173|     14|    return op->co_nlocalsplus - op->co_nfreevars;
  174|     14|}
bltinmodule.c:PyCode_GetNumFree:
  166|     41|static inline Py_ssize_t PyCode_GetNumFree(PyCodeObject *op) {
  167|     41|    assert(PyCode_Check(op));
  ------------------
  |  Branch (167:5): [True: 41, False: 0]
  ------------------
  168|     41|    return op->co_nfreevars;
  169|     41|}

call.c:PyDict_GET_SIZE:
   53|    438|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|    438|    PyDictObject *mp;
   55|    438|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 438, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|    438|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|    438|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|    438|    return mp->ma_used;
   61|    438|#endif
   62|    438|}
listobject.c:PyDict_GET_SIZE:
   53|      5|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|      5|    PyDictObject *mp;
   55|      5|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 5, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|      5|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|      5|    return mp->ma_used;
   61|      5|#endif
   62|      5|}
setobject.c:PyDict_GET_SIZE:
   53|      7|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|      7|    PyDictObject *mp;
   55|      7|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 7, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|      7|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|      7|    return mp->ma_used;
   61|      7|#endif
   62|      7|}
typeobject.c:PyDict_GET_SIZE:
   53|      2|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|      2|    PyDictObject *mp;
   55|      2|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 2, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|      2|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|      2|    return mp->ma_used;
   61|      2|#endif
   62|      2|}
ceval.c:PyDict_GET_SIZE:
   53|     15|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|     15|    PyDictObject *mp;
   55|     15|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 15, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|     15|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|     15|    return mp->ma_used;
   61|     15|#endif
   62|     15|}
compile.c:PyDict_GET_SIZE:
   53|      9|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|      9|    PyDictObject *mp;
   55|      9|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 9, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|      9|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|      9|    return mp->ma_used;
   61|      9|#endif
   62|      9|}
flowgraph.c:PyDict_GET_SIZE:
   53|     26|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|     26|    PyDictObject *mp;
   55|     26|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 26, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|     26|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|     26|    return mp->ma_used;
   61|     26|#endif
   62|     26|}
getargs.c:PyDict_GET_SIZE:
   53|     15|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|     15|    PyDictObject *mp;
   55|     15|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 15, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|     15|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|     15|    return mp->ma_used;
   61|     15|#endif
   62|     15|}
sre.c:PyDict_GET_SIZE:
   53|     26|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|     26|    PyDictObject *mp;
   55|     26|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 26, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|     26|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|     26|    return mp->ma_used;
   61|     26|#endif
   62|     26|}
assemble.c:PyDict_GET_SIZE:
   53|      4|static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
   54|      4|    PyDictObject *mp;
   55|      4|    assert(PyAnyDict_Check(op));
  ------------------
  |  Branch (55:5): [True: 4, False: 0]
  |  Branch (55:5): [True: 0, False: 0]
  ------------------
   56|      4|    mp = _Py_CAST(PyDictObject*, op);
  ------------------
  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    return _Py_atomic_load_ssize_relaxed(&mp->ma_used);
   59|       |#else
   60|      4|    return mp->ma_used;
   61|      4|#endif
   62|      4|}

floatobject.c:PyFloat_AS_DOUBLE:
   15|     34|static inline double PyFloat_AS_DOUBLE(PyObject *op) {
   16|     34|    return _PyFloat_CAST(op)->ob_fval;
  ------------------
  |  |   11|     34|    (assert(PyFloat_Check(op)), _Py_CAST(PyFloatObject*, op))
  |  |  ------------------
  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (16:12): [True: 34, False: 0]
  ------------------
   17|     34|}
ceval.c:PyFloat_AS_DOUBLE:
   15|     22|static inline double PyFloat_AS_DOUBLE(PyObject *op) {
   16|     22|    return _PyFloat_CAST(op)->ob_fval;
  ------------------
  |  |   11|     22|    (assert(PyFloat_Check(op)), _Py_CAST(PyFloatObject*, op))
  |  |  ------------------
  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (16:12): [True: 22, False: 0]
  ------------------
   17|     22|}

ceval.c:PyFunction_GET_CODE:
   90|  1.99k|static inline PyObject* PyFunction_GET_CODE(PyObject *func) {
   91|  1.99k|    return _PyFunction_CAST(func)->func_code;
  ------------------
  |  |   86|  1.99k|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|  1.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (91:12): [True: 1.99k, False: 0]
  ------------------
   92|  1.99k|}
specialize.c:PyFunction_GET_CODE:
   90|     17|static inline PyObject* PyFunction_GET_CODE(PyObject *func) {
   91|     17|    return _PyFunction_CAST(func)->func_code;
  ------------------
  |  |   86|     17|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (91:12): [True: 17, False: 0]
  ------------------
   92|     17|}

listobject.c:PyList_GET_SIZE:
   30|  2.21k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  2.21k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  2.21k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 2.21k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  2.21k|    return Py_SIZE(list);
  ------------------
  |  |  214|  2.21k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  2.21k|#endif
   37|  2.21k|}
listobject.c:PyList_SET_ITEM:
   43|  14.3k|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|  14.3k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  14.3k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  14.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 14.3k, False: 0]
  ------------------
   45|  14.3k|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 14.3k, False: 0]
  ------------------
   46|  14.3k|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 14.3k, False: 0]
  ------------------
   47|  14.3k|    list->ob_item[index] = value;
   48|  14.3k|}
dictobject.c:PyList_SET_ITEM:
   43|  2.07k|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|  2.07k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  2.07k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 2.07k, False: 0]
  ------------------
   45|  2.07k|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 2.07k, False: 0]
  ------------------
   46|  2.07k|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 2.07k, False: 0]
  ------------------
   47|  2.07k|    list->ob_item[index] = value;
   48|  2.07k|}
typeobject.c:PyList_SET_ITEM:
   43|     52|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|     52|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|     52|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 52, False: 0]
  ------------------
   45|     52|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 52, False: 0]
  ------------------
   46|     52|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 52, False: 0]
  ------------------
   47|     52|    list->ob_item[index] = value;
   48|     52|}
unicodeobject.c:PyList_GET_SIZE:
   30|    184|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|    184|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|    184|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    184|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 184, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|    184|    return Py_SIZE(list);
  ------------------
  |  |  214|    184|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    184|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    184|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|    184|#endif
   37|    184|}
unicodeobject.c:PyList_SET_ITEM:
   43|     16|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|     16|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|     16|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 16, False: 0]
  ------------------
   45|     16|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 16, False: 0]
  ------------------
   46|     16|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 16, False: 0]
  ------------------
   47|     16|    list->ob_item[index] = value;
   48|     16|}
unionobject.c:PyList_GET_SIZE:
   30|      1|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|      1|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|      1|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 1, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|      1|    return Py_SIZE(list);
  ------------------
  |  |  214|      1|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|      1|#endif
   37|      1|}
_warnings.c:PyList_SET_ITEM:
   43|     10|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|     10|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|     10|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 10, False: 0]
  ------------------
   45|     10|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 10, False: 0]
  ------------------
   46|     10|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 10, False: 0]
  ------------------
   47|     10|    list->ob_item[index] = value;
   48|     10|}
ceval.c:PyList_GET_SIZE:
   30|  2.20k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  2.20k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  2.20k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 2.20k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  2.20k|    return Py_SIZE(list);
  ------------------
  |  |  214|  2.20k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  2.20k|#endif
   37|  2.20k|}
ceval.c:PyList_SET_ITEM:
   43|  1.37k|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|  1.37k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  1.37k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 1.37k, False: 0]
  ------------------
   45|  1.37k|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 1.37k, False: 0]
  ------------------
   46|  1.37k|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 1.37k, False: 0]
  ------------------
   47|  1.37k|    list->ob_item[index] = value;
   48|  1.37k|}
compile.c:PyList_GET_SIZE:
   30|      9|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|      9|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|      9|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 9, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|      9|    return Py_SIZE(list);
  ------------------
  |  |  214|      9|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|      9|#endif
   37|      9|}
compile.c:PyList_SET_ITEM:
   43|      2|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|      2|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|      2|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 2, False: 0]
  ------------------
   45|      2|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 2, False: 0]
  ------------------
   46|      2|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 2, False: 0]
  ------------------
   47|      2|    list->ob_item[index] = value;
   48|      2|}
flowgraph.c:PyList_GET_SIZE:
   30|      8|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|      8|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|      8|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 8, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|      8|    return Py_SIZE(list);
  ------------------
  |  |  214|      8|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|      8|#endif
   37|      8|}
gc.c:PyList_GET_SIZE:
   30|     24|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|     24|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|     24|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 24, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|     24|    return Py_SIZE(list);
  ------------------
  |  |  214|     24|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|     24|#endif
   37|     24|}
import.c:PyList_GET_SIZE:
   30|     14|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|     14|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|     14|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 14, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|     14|    return Py_SIZE(list);
  ------------------
  |  |  214|     14|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|     14|#endif
   37|     14|}
initconfig.c:PyList_SET_ITEM:
   43|      8|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|      8|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|      8|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 8, False: 0]
  ------------------
   45|      8|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 8, False: 0]
  ------------------
   46|      8|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 8, False: 0]
  ------------------
   47|      8|    list->ob_item[index] = value;
   48|      8|}
initconfig.c:PyList_GET_SIZE:
   30|      2|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|      2|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|      2|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 2, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|      2|    return Py_SIZE(list);
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|      2|#endif
   37|      2|}
marshal.c:PyList_GET_SIZE:
   30|  23.1k|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|  23.1k|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|  23.1k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 23.1k, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|  23.1k|    return Py_SIZE(list);
  ------------------
  |  |  214|  23.1k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|  23.1k|#endif
   37|  23.1k|}
marshal.c:PyList_SET_ITEM:
   43|     25|PyList_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   44|     25|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|     25|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (44:26): [True: 25, False: 0]
  ------------------
   45|     25|    assert(0 <= index);
  ------------------
  |  Branch (45:5): [True: 25, False: 0]
  ------------------
   46|     25|    assert(index < list->allocated);
  ------------------
  |  Branch (46:5): [True: 25, False: 0]
  ------------------
   47|     25|    list->ob_item[index] = value;
   48|     25|}
specialize.c:PyList_GET_SIZE:
   30|      8|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|      8|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|      8|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 8, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|      8|    return Py_SIZE(list);
  ------------------
  |  |  214|      8|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|      8|#endif
   37|      8|}
symtable.c:PyList_GET_SIZE:
   30|      7|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|      7|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|      7|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 7, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|      7|    return Py_SIZE(list);
  ------------------
  |  |  214|      7|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|      7|#endif
   37|      7|}
sre.c:PyList_GET_SIZE:
   30|     26|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|     26|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|     26|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 26, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|     26|    return Py_SIZE(list);
  ------------------
  |  |  214|     26|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|     26|#endif
   37|     26|}
_abc.c:PyList_GET_SIZE:
   30|    846|static inline Py_ssize_t PyList_GET_SIZE(PyObject *op) {
   31|    846|    PyListObject *list = _PyList_CAST(op);
  ------------------
  |  |   26|    846|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    846|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (31:26): [True: 846, False: 0]
  ------------------
   32|       |#ifdef Py_GIL_DISABLED
   33|       |    return _Py_atomic_load_ssize_relaxed(&(_PyVarObject_CAST(list)->ob_size));
   34|       |#else
   35|    846|    return Py_SIZE(list);
  ------------------
  |  |  214|    846|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    846|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    846|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|    846|#endif
   37|    846|}

listobject.c:_PyLong_IsCompact:
  122|     84|_PyLong_IsCompact(const PyLongObject* op) {
  123|     84|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (123:5): [True: 84, False: 0]
  ------------------
  124|     84|    return op->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS);
  ------------------
  |  |  118|     84|#define _PyLong_NON_SIZE_BITS 3
  ------------------
  125|     84|}
listobject.c:_PyLong_CompactValue:
  131|     38|{
  132|     38|    Py_ssize_t sign;
  133|     38|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (133:5): [True: 38, False: 0]
  ------------------
  134|     38|    assert(PyUnstable_Long_IsCompact(op));
  ------------------
  |  Branch (134:5): [True: 38, False: 0]
  ------------------
  135|     38|    sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK);
  ------------------
  |  |  117|     38|#define _PyLong_SIGN_MASK 3
  ------------------
  136|     38|    if (sign == 0) {
  ------------------
  |  Branch (136:9): [True: 0, False: 38]
  ------------------
  137|       |        // gh-147988: Make sure that the digit is zero.
  138|       |        // It helps detecting the usage of uninitialized digits.
  139|      0|        assert(op->long_value.ob_digit[0] == 0);
  ------------------
  |  Branch (139:9): [True: 0, False: 0]
  ------------------
  140|      0|    }
  141|     38|    return sign * (Py_ssize_t)op->long_value.ob_digit[0];
  142|     38|}
longobject.c:_PyLong_IsCompact:
  122|  11.9k|_PyLong_IsCompact(const PyLongObject* op) {
  123|  11.9k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (123:5): [True: 11.9k, False: 0]
  ------------------
  124|  11.9k|    return op->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS);
  ------------------
  |  |  118|  11.9k|#define _PyLong_NON_SIZE_BITS 3
  ------------------
  125|  11.9k|}
longobject.c:_PyLong_CompactValue:
  131|  5.04k|{
  132|  5.04k|    Py_ssize_t sign;
  133|  5.04k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (133:5): [True: 5.04k, False: 0]
  ------------------
  134|  5.04k|    assert(PyUnstable_Long_IsCompact(op));
  ------------------
  |  Branch (134:5): [True: 5.04k, False: 0]
  ------------------
  135|  5.04k|    sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK);
  ------------------
  |  |  117|  5.04k|#define _PyLong_SIGN_MASK 3
  ------------------
  136|  5.04k|    if (sign == 0) {
  ------------------
  |  Branch (136:9): [True: 1.01k, False: 4.02k]
  ------------------
  137|       |        // gh-147988: Make sure that the digit is zero.
  138|       |        // It helps detecting the usage of uninitialized digits.
  139|  1.01k|        assert(op->long_value.ob_digit[0] == 0);
  ------------------
  |  Branch (139:9): [True: 1.01k, False: 0]
  ------------------
  140|  1.01k|    }
  141|  5.04k|    return sign * (Py_ssize_t)op->long_value.ob_digit[0];
  142|  5.04k|}
ceval.c:_PyLong_CompactValue:
  131|  2.82k|{
  132|  2.82k|    Py_ssize_t sign;
  133|  2.82k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (133:5): [True: 2.82k, False: 0]
  ------------------
  134|  2.82k|    assert(PyUnstable_Long_IsCompact(op));
  ------------------
  |  Branch (134:5): [True: 2.82k, False: 0]
  ------------------
  135|  2.82k|    sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK);
  ------------------
  |  |  117|  2.82k|#define _PyLong_SIGN_MASK 3
  ------------------
  136|  2.82k|    if (sign == 0) {
  ------------------
  |  Branch (136:9): [True: 811, False: 2.01k]
  ------------------
  137|       |        // gh-147988: Make sure that the digit is zero.
  138|       |        // It helps detecting the usage of uninitialized digits.
  139|    811|        assert(op->long_value.ob_digit[0] == 0);
  ------------------
  |  Branch (139:9): [True: 811, False: 0]
  ------------------
  140|    811|    }
  141|  2.82k|    return sign * (Py_ssize_t)op->long_value.ob_digit[0];
  142|  2.82k|}
ceval.c:_PyLong_IsCompact:
  122|  10.7k|_PyLong_IsCompact(const PyLongObject* op) {
  123|  10.7k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (123:5): [True: 10.7k, False: 0]
  ------------------
  124|  10.7k|    return op->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS);
  ------------------
  |  |  118|  10.7k|#define _PyLong_NON_SIZE_BITS 3
  ------------------
  125|  10.7k|}
specialize.c:_PyLong_CompactValue:
  131|    840|{
  132|    840|    Py_ssize_t sign;
  133|    840|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (133:5): [True: 840, False: 0]
  ------------------
  134|    840|    assert(PyUnstable_Long_IsCompact(op));
  ------------------
  |  Branch (134:5): [True: 840, False: 0]
  ------------------
  135|    840|    sign = 1 - (op->long_value.lv_tag & _PyLong_SIGN_MASK);
  ------------------
  |  |  117|    840|#define _PyLong_SIGN_MASK 3
  ------------------
  136|    840|    if (sign == 0) {
  ------------------
  |  Branch (136:9): [True: 425, False: 415]
  ------------------
  137|       |        // gh-147988: Make sure that the digit is zero.
  138|       |        // It helps detecting the usage of uninitialized digits.
  139|    425|        assert(op->long_value.ob_digit[0] == 0);
  ------------------
  |  Branch (139:9): [True: 425, False: 0]
  ------------------
  140|    425|    }
  141|    840|    return sign * (Py_ssize_t)op->long_value.ob_digit[0];
  142|    840|}
specialize.c:_PyLong_IsCompact:
  122|  1.94k|_PyLong_IsCompact(const PyLongObject* op) {
  123|  1.94k|    assert(PyType_HasFeature(op->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS));
  ------------------
  |  Branch (123:5): [True: 1.94k, False: 0]
  ------------------
  124|  1.94k|    return op->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS);
  ------------------
  |  |  118|  1.94k|#define _PyLong_NON_SIZE_BITS 3
  ------------------
  125|  1.94k|}

typeobject.c:PyCFunction_GET_FUNCTION:
   40|    201|static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) {
   41|    201|    return _PyCFunctionObject_CAST(func)->m_ml->ml_meth;
  ------------------
  |  |   17|    201|    (assert(PyCFunction_Check(func)), \
  |  |   18|    201|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|    201|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (41:12): [True: 201, False: 0]
  ------------------
   42|    201|}
ceval.c:PyCFunction_GET_FUNCTION:
   40|  2.59k|static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) {
   41|  2.59k|    return _PyCFunctionObject_CAST(func)->m_ml->ml_meth;
  ------------------
  |  |   17|  2.59k|    (assert(PyCFunction_Check(func)), \
  |  |   18|  2.59k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|  2.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (41:12): [True: 2.59k, False: 0]
  ------------------
   42|  2.59k|}
ceval.c:PyCFunction_GET_SELF:
   45|  2.59k|static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) {
   46|  2.59k|    PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj);
  ------------------
  |  |   17|  2.59k|    (assert(PyCFunction_Check(func)), \
  |  |   18|  2.59k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|  2.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (46:31): [True: 2.59k, False: 0]
  ------------------
   47|  2.59k|    if (func->m_ml->ml_flags & METH_STATIC) {
  ------------------
  |  |  105|  2.59k|#define METH_STATIC   0x0020
  ------------------
  |  Branch (47:9): [True: 0, False: 2.59k]
  ------------------
   48|      0|        return _Py_NULL;
  ------------------
  |  |   57|      0|#  define _Py_NULL NULL
  ------------------
   49|      0|    }
   50|  2.59k|    return func->m_self;
   51|  2.59k|}
ceval.c:PyCFunction_GET_FLAGS:
   54|  2.63k|static inline int PyCFunction_GET_FLAGS(PyObject *func) {
   55|  2.63k|    return _PyCFunctionObject_CAST(func)->m_ml->ml_flags;
  ------------------
  |  |   17|  2.63k|    (assert(PyCFunction_Check(func)), \
  |  |   18|  2.63k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|  2.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (55:12): [True: 2.63k, False: 0]
  ------------------
   56|  2.63k|}
specialize.c:PyCFunction_GET_FUNCTION:
   40|    318|static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) {
   41|    318|    return _PyCFunctionObject_CAST(func)->m_ml->ml_meth;
  ------------------
  |  |   17|    318|    (assert(PyCFunction_Check(func)), \
  |  |   18|    318|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|    318|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (41:12): [True: 318, False: 0]
  ------------------
   42|    318|}
specialize.c:PyCFunction_GET_FLAGS:
   54|    318|static inline int PyCFunction_GET_FLAGS(PyObject *func) {
   55|    318|    return _PyCFunctionObject_CAST(func)->m_ml->ml_flags;
  ------------------
  |  |   17|    318|    (assert(PyCFunction_Check(func)), \
  |  |   18|    318|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|    318|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (55:12): [True: 318, False: 0]
  ------------------
   56|    318|}
methodobject.c:PyCFunction_GET_FUNCTION:
   40|  3.06k|static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) {
   41|  3.06k|    return _PyCFunctionObject_CAST(func)->m_ml->ml_meth;
  ------------------
  |  |   17|  3.06k|    (assert(PyCFunction_Check(func)), \
  |  |   18|  3.06k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|  3.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (41:12): [True: 3.06k, False: 0]
  ------------------
   42|  3.06k|}
methodobject.c:PyCFunction_GET_SELF:
   45|  3.06k|static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) {
   46|  3.06k|    PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj);
  ------------------
  |  |   17|  3.06k|    (assert(PyCFunction_Check(func)), \
  |  |   18|  3.06k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|  3.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (46:31): [True: 3.06k, False: 0]
  ------------------
   47|  3.06k|    if (func->m_ml->ml_flags & METH_STATIC) {
  ------------------
  |  |  105|  3.06k|#define METH_STATIC   0x0020
  ------------------
  |  Branch (47:9): [True: 0, False: 3.06k]
  ------------------
   48|      0|        return _Py_NULL;
  ------------------
  |  |   57|      0|#  define _Py_NULL NULL
  ------------------
   49|      0|    }
   50|  3.06k|    return func->m_self;
   51|  3.06k|}
methodobject.c:PyCFunction_GET_FLAGS:
   54|    102|static inline int PyCFunction_GET_FLAGS(PyObject *func) {
   55|    102|    return _PyCFunctionObject_CAST(func)->m_ml->ml_flags;
  ------------------
  |  |   17|    102|    (assert(PyCFunction_Check(func)), \
  |  |   18|    102|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|    102|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (55:12): [True: 102, False: 0]
  ------------------
   56|    102|}
methodobject.c:PyCFunction_GET_CLASS:
   59|  4.20k|static inline PyTypeObject* PyCFunction_GET_CLASS(PyObject *func_obj) {
   60|  4.20k|    PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj);
  ------------------
  |  |   17|  4.20k|    (assert(PyCFunction_Check(func)), \
  |  |   18|  4.20k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|  4.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (60:31): [True: 4.20k, False: 0]
  ------------------
   61|  4.20k|    if (func->m_ml->ml_flags & METH_METHOD) {
  ------------------
  |  |  133|  4.20k|#define METH_METHOD 0x0200
  ------------------
  |  Branch (61:9): [True: 896, False: 3.30k]
  ------------------
   62|    896|        return _PyCMethodObject_CAST(func)->mm_class;
  ------------------
  |  |   29|    896|    (assert(PyCMethod_Check(func)), \
  |  |   30|    896|     _Py_CAST(PyCMethodObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|    896|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (62:16): [True: 896, False: 0]
  ------------------
   63|    896|    }
   64|  3.30k|    return _Py_NULL;
  ------------------
  |  |   57|  3.30k|#  define _Py_NULL NULL
  ------------------
   65|  4.20k|}

object.c:_PyObject_SIZE:
    5|    193|static inline size_t _PyObject_SIZE(PyTypeObject *type) {
    6|    193|    return _Py_STATIC_CAST(size_t, type->tp_basicsize);
  ------------------
  |  |   34|    193|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
    7|    193|}
object.c:_PyObject_VAR_SIZE:
   23|  2.16k|static inline size_t _PyObject_VAR_SIZE(PyTypeObject *type, Py_ssize_t nitems) {
   24|  2.16k|    size_t size = _Py_STATIC_CAST(size_t, type->tp_basicsize);
  ------------------
  |  |   34|  2.16k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
   25|  2.16k|    size += _Py_STATIC_CAST(size_t, nitems) * _Py_STATIC_CAST(size_t, type->tp_itemsize);
  ------------------
  |  |   34|  2.16k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
                  size += _Py_STATIC_CAST(size_t, nitems) * _Py_STATIC_CAST(size_t, type->tp_itemsize);
  ------------------
  |  |   34|  2.16k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
   26|  2.16k|    return _Py_SIZE_ROUND_UP(size, SIZEOF_VOID_P);
  ------------------
  |  |  213|  2.16k|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|  2.16k|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
   27|  2.16k|}
typeobject.c:_PyObject_VAR_SIZE:
   23|  8.94k|static inline size_t _PyObject_VAR_SIZE(PyTypeObject *type, Py_ssize_t nitems) {
   24|  8.94k|    size_t size = _Py_STATIC_CAST(size_t, type->tp_basicsize);
  ------------------
  |  |   34|  8.94k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
   25|  8.94k|    size += _Py_STATIC_CAST(size_t, nitems) * _Py_STATIC_CAST(size_t, type->tp_itemsize);
  ------------------
  |  |   34|  8.94k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
                  size += _Py_STATIC_CAST(size_t, nitems) * _Py_STATIC_CAST(size_t, type->tp_itemsize);
  ------------------
  |  |   34|  8.94k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
   26|  8.94k|    return _Py_SIZE_ROUND_UP(size, SIZEOF_VOID_P);
  ------------------
  |  |  213|  8.94k|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|  8.94k|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
   27|  8.94k|}
gc.c:_PyObject_SIZE:
    5|  6.88k|static inline size_t _PyObject_SIZE(PyTypeObject *type) {
    6|  6.88k|    return _Py_STATIC_CAST(size_t, type->tp_basicsize);
  ------------------
  |  |   34|  6.88k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
    7|  6.88k|}
gc.c:_PyObject_VAR_SIZE:
   23|  6.87k|static inline size_t _PyObject_VAR_SIZE(PyTypeObject *type, Py_ssize_t nitems) {
   24|  6.87k|    size_t size = _Py_STATIC_CAST(size_t, type->tp_basicsize);
  ------------------
  |  |   34|  6.87k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
   25|  6.87k|    size += _Py_STATIC_CAST(size_t, nitems) * _Py_STATIC_CAST(size_t, type->tp_itemsize);
  ------------------
  |  |   34|  6.87k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
                  size += _Py_STATIC_CAST(size_t, nitems) * _Py_STATIC_CAST(size_t, type->tp_itemsize);
  ------------------
  |  |   34|  6.87k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
   26|  6.87k|    return _Py_SIZE_ROUND_UP(size, SIZEOF_VOID_P);
  ------------------
  |  |  213|  6.87k|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|  6.87k|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
   27|  6.87k|}

obmalloc.c:_Py_atomic_compare_exchange_uint8:
  105|      4|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  106|      4|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
typeobject.c:_Py_atomic_load_uint_relaxed:
  379|    413|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
typeobject.c:_Py_atomic_compare_exchange_uint:
  100|    413|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  101|    413|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
typeobject.c:_Py_atomic_store_ptr_relaxed:
  509|  8.83k|{ __atomic_store_n((void **)obj, value, __ATOMIC_RELAXED); }
typeobject.c:_Py_atomic_store_uint32_release:
  593|  4.41k|{ __atomic_store_n(obj, value, __ATOMIC_RELEASE); }
typeobject.c:_Py_atomic_load_int64:
  264|    414|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
typeobject.c:_Py_atomic_add_int64:
   31|    414|{ return __atomic_fetch_add(obj, value, __ATOMIC_SEQ_CST); }
typeobject.c:_Py_atomic_compare_exchange_uint8:
  105|     24|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  106|     24|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
ceval.c:_Py_atomic_load_uintptr_relaxed:
  375|  19.7k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
gc.c:_Py_atomic_compare_exchange_int:
   70|      6|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
   71|      6|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
gc.c:_Py_atomic_store_int:
  402|      6|{ __atomic_store_n(obj, value, __ATOMIC_SEQ_CST); }
gc.c:_Py_atomic_load_uintptr_relaxed:
  375|  3.31k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
gc.c:_Py_atomic_or_uintptr:
  241|      6|{ return __atomic_fetch_or(obj, value, __ATOMIC_SEQ_CST); }
gc.c:_Py_atomic_load_int_relaxed:
  307|  3.31k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
getargs.c:_Py_atomic_load_uint8:
  272|      2|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
getargs.c:_Py_atomic_load_ptr:
  300|      2|{ return (void *)__atomic_load_n((void * const *)obj, __ATOMIC_SEQ_CST); }
getargs.c:_Py_atomic_compare_exchange_ptr:
  135|      2|{ return __atomic_compare_exchange_n((void **)obj, (void **)expected, desired, 0,
  136|      2|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
ceval_gil.c:_Py_atomic_load_int_acquire:
  589|    800|{ return __atomic_load_n(obj, __ATOMIC_ACQUIRE); }
ceval_gil.c:_Py_atomic_load_int_relaxed:
  307|  1.59k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
ceval_gil.c:_Py_atomic_load_ptr_relaxed:
  387|    796|{ return (void *)__atomic_load_n((void * const *)obj, __ATOMIC_RELAXED); }
ceval_gil.c:_Py_atomic_store_ptr_relaxed:
  509|    798|{ __atomic_store_n((void **)obj, value, __ATOMIC_RELAXED); }
ceval_gil.c:_Py_atomic_store_int_release:
  573|      2|{ __atomic_store_n(obj, value, __ATOMIC_RELEASE); }
ceval_gil.c:_Py_atomic_store_int_relaxed:
  461|  1.59k|{ __atomic_store_n(obj, value, __ATOMIC_RELAXED); }
ceval_gil.c:_Py_atomic_and_uintptr:
  218|    802|{ return __atomic_fetch_and(obj, value, __ATOMIC_SEQ_CST); }
ceval_gil.c:_Py_atomic_load_int32_relaxed:
  347|  1.59k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
ceval_gil.c:_Py_atomic_load_uintptr_relaxed:
  375|  2.39k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
import.c:_Py_atomic_add_ssize:
   63|     38|{ return __atomic_fetch_add(obj, value, __ATOMIC_SEQ_CST); }
import.c:_Py_atomic_compare_exchange_uint8:
  105|     84|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  106|     84|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
lock.c:_Py_atomic_load_uint8_relaxed:
  359|    221|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
lock.c:_Py_atomic_compare_exchange_uint8:
  105|    979|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  106|    979|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
lock.c:_Py_atomic_load_uint8:
  272|      2|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
lock.c:_Py_atomic_exchange_uint8:
  171|      2|{ return __atomic_exchange_n(obj, value, __ATOMIC_SEQ_CST); }
lock.c:_Py_atomic_load_ullong_relaxed:
  391|  1.22k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
lock.c:_Py_atomic_store_ullong_relaxed:
  518|    938|{ __atomic_store_n(obj, value, __ATOMIC_RELAXED); }
pylifecycle.c:_Py_atomic_load_int:
  248|  2.24k|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
pylifecycle.c:_Py_atomic_store_ptr_relaxed:
  509|      2|{ __atomic_store_n((void **)obj, value, __ATOMIC_RELAXED); }
pylifecycle.c:_Py_atomic_store_uint64_relaxed:
  497|      2|{ __atomic_store_n(obj, value, __ATOMIC_RELAXED); }
pylifecycle.c:_Py_atomic_store_int:
  402|      4|{ __atomic_store_n(obj, value, __ATOMIC_SEQ_CST); }
pystate.c:_Py_atomic_load_int:
  248|      4|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
pystate.c:_Py_atomic_compare_exchange_uint8:
  105|      8|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  106|      8|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
pystate.c:_Py_atomic_load_uintptr_relaxed:
  375|      2|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
pystate.c:_Py_atomic_load_int_relaxed:
  307|  3.18k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
pystate.c:_Py_atomic_exchange_ptr:
  195|      2|{ return __atomic_exchange_n((void **)obj, value, __ATOMIC_SEQ_CST); }
thread.c:_Py_atomic_compare_exchange_uint8:
  105|     39|{ return __atomic_compare_exchange_n(obj, expected, desired, 0,
  106|     39|                                     __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); }
fileutils.c:_Py_atomic_load_int_relaxed:
  307|     26|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
fileutils.c:_Py_atomic_store_int_relaxed:
  461|      1|{ __atomic_store_n(obj, value, __ATOMIC_RELAXED); }
signalmodule.c:_Py_atomic_store_int_relaxed:
  461|    128|{ __atomic_store_n(obj, value, __ATOMIC_RELAXED); }
signalmodule.c:_Py_atomic_load_uintptr_relaxed:
  375|  1.92k|{ return __atomic_load_n(obj, __ATOMIC_RELAXED); }
signalmodule.c:_Py_atomic_load_int:
  248|  1.92k|{ return __atomic_load_n(obj, __ATOMIC_SEQ_CST); }
codeobject.c:_Py_atomic_add_uint64:
   55|    405|{ return __atomic_fetch_add(obj, value, __ATOMIC_SEQ_CST); }

obmalloc.c:_PyMutex_Lock:
   53|      2|{
   54|      2|    uint8_t expected = _Py_UNLOCKED;
  ------------------
  |  |    9|      2|#define _Py_UNLOCKED    0
  ------------------
   55|      2|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_LOCKED)) {
  ------------------
  |  |   10|      2|#define _Py_LOCKED      1
  ------------------
  |  Branch (55:9): [True: 0, False: 2]
  ------------------
   56|      0|        PyMutex_Lock(m);
   57|      0|    }
   58|      2|}
obmalloc.c:_PyMutex_Unlock:
   64|      2|{
   65|      2|    uint8_t expected = _Py_LOCKED;
  ------------------
  |  |   10|      2|#define _Py_LOCKED      1
  ------------------
   66|      2|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_UNLOCKED)) {
  ------------------
  |  |    9|      2|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (66:9): [True: 0, False: 2]
  ------------------
   67|      0|        PyMutex_Unlock(m);
   68|      0|    }
   69|      2|}
typeobject.c:_PyMutex_Lock:
   53|     12|{
   54|     12|    uint8_t expected = _Py_UNLOCKED;
  ------------------
  |  |    9|     12|#define _Py_UNLOCKED    0
  ------------------
   55|     12|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_LOCKED)) {
  ------------------
  |  |   10|     12|#define _Py_LOCKED      1
  ------------------
  |  Branch (55:9): [True: 0, False: 12]
  ------------------
   56|      0|        PyMutex_Lock(m);
   57|      0|    }
   58|     12|}
typeobject.c:_PyMutex_Unlock:
   64|     12|{
   65|     12|    uint8_t expected = _Py_LOCKED;
  ------------------
  |  |   10|     12|#define _Py_LOCKED      1
  ------------------
   66|     12|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_UNLOCKED)) {
  ------------------
  |  |    9|     12|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (66:9): [True: 0, False: 12]
  ------------------
   67|      0|        PyMutex_Unlock(m);
   68|      0|    }
   69|     12|}
import.c:_PyMutex_Lock:
   53|     42|{
   54|     42|    uint8_t expected = _Py_UNLOCKED;
  ------------------
  |  |    9|     42|#define _Py_UNLOCKED    0
  ------------------
   55|     42|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_LOCKED)) {
  ------------------
  |  |   10|     42|#define _Py_LOCKED      1
  ------------------
  |  Branch (55:9): [True: 0, False: 42]
  ------------------
   56|      0|        PyMutex_Lock(m);
   57|      0|    }
   58|     42|}
import.c:_PyMutex_Unlock:
   64|     42|{
   65|     42|    uint8_t expected = _Py_LOCKED;
  ------------------
  |  |   10|     42|#define _Py_LOCKED      1
  ------------------
   66|     42|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_UNLOCKED)) {
  ------------------
  |  |    9|     42|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (66:9): [True: 0, False: 42]
  ------------------
   67|      0|        PyMutex_Unlock(m);
   68|      0|    }
   69|     42|}
lock.c:_PyMutex_Lock:
   53|    287|{
   54|    287|    uint8_t expected = _Py_UNLOCKED;
  ------------------
  |  |    9|    287|#define _Py_UNLOCKED    0
  ------------------
   55|    287|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_LOCKED)) {
  ------------------
  |  |   10|    287|#define _Py_LOCKED      1
  ------------------
  |  Branch (55:9): [True: 0, False: 287]
  ------------------
   56|      0|        PyMutex_Lock(m);
   57|      0|    }
   58|    287|}
lock.c:_PyMutex_Unlock:
   64|    469|{
   65|    469|    uint8_t expected = _Py_LOCKED;
  ------------------
  |  |   10|    469|#define _Py_LOCKED      1
  ------------------
   66|    469|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_UNLOCKED)) {
  ------------------
  |  |    9|    469|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (66:9): [True: 0, False: 469]
  ------------------
   67|      0|        PyMutex_Unlock(m);
   68|      0|    }
   69|    469|}
pystate.c:_PyMutex_Unlock:
   64|      4|{
   65|      4|    uint8_t expected = _Py_LOCKED;
  ------------------
  |  |   10|      4|#define _Py_LOCKED      1
  ------------------
   66|      4|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_UNLOCKED)) {
  ------------------
  |  |    9|      4|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (66:9): [True: 0, False: 4]
  ------------------
   67|      0|        PyMutex_Unlock(m);
   68|      0|    }
   69|      4|}
thread.c:_PyMutex_Unlock:
   64|     39|{
   65|     39|    uint8_t expected = _Py_LOCKED;
  ------------------
  |  |   10|     39|#define _Py_LOCKED      1
  ------------------
   66|     39|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_UNLOCKED)) {
  ------------------
  |  |    9|     39|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (66:9): [True: 0, False: 39]
  ------------------
   67|      0|        PyMutex_Unlock(m);
   68|      0|    }
   69|     39|}

setobject.c:PySet_GET_SIZE:
   64|     22|static inline Py_ssize_t PySet_GET_SIZE(PyObject *so) {
   65|       |#ifdef Py_GIL_DISABLED
   66|       |    return _Py_atomic_load_ssize_relaxed(&(_PySet_CAST(so)->used));
   67|       |#else
   68|     22|    return _PySet_CAST(so)->used;
  ------------------
  |  |   62|     22|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (68:12): [True: 22, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  ------------------
   69|     22|#endif
   70|     22|}
_abc.c:PySet_GET_SIZE:
   64|     41|static inline Py_ssize_t PySet_GET_SIZE(PyObject *so) {
   65|       |#ifdef Py_GIL_DISABLED
   66|       |    return _Py_atomic_load_ssize_relaxed(&(_PySet_CAST(so)->used));
   67|       |#else
   68|     41|    return _PySet_CAST(so)->used;
  ------------------
  |  |   62|     41|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (68:12): [True: 41, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  |  Branch (68:12): [True: 0, False: 0]
  ------------------
   69|     41|#endif
   70|     41|}

call.c:PyTuple_GET_SIZE:
   23|  1.12k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  1.12k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  1.12k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 1.12k, False: 0]
  ------------------
   25|  1.12k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  1.12k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  1.12k|}
call.c:PyTuple_SET_ITEM:
   33|    155|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    155|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    155|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 155, False: 0]
  ------------------
   35|    155|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 155, False: 0]
  ------------------
   36|    155|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 155, False: 0]
  ------------------
   37|    155|    tuple->ob_item[index] = value;
   38|    155|}
exceptions.c:PyTuple_GET_SIZE:
   23|     71|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     71|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     71|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 71, False: 0]
  ------------------
   25|     71|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     71|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     71|}
listobject.c:PyTuple_GET_SIZE:
   23|    401|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    401|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    401|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    401|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 401, False: 0]
  ------------------
   25|    401|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    401|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    401|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    401|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    401|}
longobject.c:PyTuple_GET_SIZE:
   23|     93|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     93|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     93|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 93, False: 0]
  ------------------
   25|     93|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     93|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     93|}
dictobject.c:PyTuple_SET_ITEM:
   33|    416|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    416|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    416|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    416|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 416, False: 0]
  ------------------
   35|    416|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 416, False: 0]
  ------------------
   36|    416|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 416, False: 0]
  ------------------
   37|    416|    tuple->ob_item[index] = value;
   38|    416|}
dictobject.c:PyTuple_GET_SIZE:
   23|    493|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    493|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    493|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    493|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 493, False: 0]
  ------------------
   25|    493|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    493|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    493|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    493|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    493|}
memoryobject.c:PyTuple_GET_SIZE:
   23|     13|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     13|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     13|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 13, False: 0]
  ------------------
   25|     13|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     13|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     13|}
moduleobject.c:PyTuple_GET_SIZE:
   23|     41|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     41|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     41|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 41, False: 0]
  ------------------
   25|     41|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     41|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     41|}
sentinelobject.c:PyTuple_GET_SIZE:
   23|      2|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|      2|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 2, False: 0]
  ------------------
   25|      2|    return Py_SIZE(tuple);
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|      2|}
structseq.c:PyTuple_SET_ITEM:
   33|    210|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    210|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    210|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    210|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 210, False: 0]
  ------------------
   35|    210|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 210, False: 0]
  ------------------
   36|    210|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 210, False: 0]
  ------------------
   37|    210|    tuple->ob_item[index] = value;
   38|    210|}
tupleobject.c:PyTuple_GET_SIZE:
   23|    941|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    941|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    941|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    941|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 941, False: 0]
  ------------------
   25|    941|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    941|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    941|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    941|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    941|}
tupleobject.c:PyTuple_SET_ITEM:
   33|      8|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|      8|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      8|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 8, False: 0]
  ------------------
   35|      8|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 8, False: 0]
  ------------------
   36|      8|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 8, False: 0]
  ------------------
   37|      8|    tuple->ob_item[index] = value;
   38|      8|}
typeobject.c:PyTuple_GET_SIZE:
   23|   115k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|   115k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|   115k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   115k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 115k, False: 0]
  ------------------
   25|   115k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|   115k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   115k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   115k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|   115k|}
typeobject.c:PyTuple_SET_ITEM:
   33|  2.15k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|  2.15k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  2.15k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 2.15k, False: 0]
  ------------------
   35|  2.15k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 2.15k, False: 0]
  ------------------
   36|  2.15k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 2.15k, False: 0]
  ------------------
   37|  2.15k|    tuple->ob_item[index] = value;
   38|  2.15k|}
unicodeobject.c:PyTuple_GET_SIZE:
   23|     71|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     71|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     71|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 71, False: 0]
  ------------------
   25|     71|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     71|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     71|}
unicodeobject.c:PyTuple_SET_ITEM:
   33|    570|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    570|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    570|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    570|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 570, False: 0]
  ------------------
   35|    570|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 570, False: 0]
  ------------------
   36|    570|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 570, False: 0]
  ------------------
   37|    570|    tuple->ob_item[index] = value;
   38|    570|}
weakrefobject.c:PyTuple_SET_ITEM:
   33|    316|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    316|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    316|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    316|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 316, False: 0]
  ------------------
   35|    316|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 316, False: 0]
  ------------------
   36|    316|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 316, False: 0]
  ------------------
   37|    316|    tuple->ob_item[index] = value;
   38|    316|}
bltinmodule.c:PyTuple_GET_SIZE:
   23|    210|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    210|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    210|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    210|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 210, False: 0]
  ------------------
   25|    210|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    210|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    210|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    210|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    210|}
bltinmodule.c:PyTuple_SET_ITEM:
   33|     42|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|     42|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     42|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 42, False: 0]
  ------------------
   35|     42|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 42, False: 0]
  ------------------
   36|     42|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 42, False: 0]
  ------------------
   37|     42|    tuple->ob_item[index] = value;
   38|     42|}
ceval.c:PyTuple_GET_SIZE:
   23|  4.52k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  4.52k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  4.52k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  4.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 4.52k, False: 0]
  ------------------
   25|  4.52k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  4.52k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.52k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.52k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  4.52k|}
codecs.c:PyTuple_GET_SIZE:
   23|      2|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|      2|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 2, False: 0]
  ------------------
   25|      2|    return Py_SIZE(tuple);
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|      2|}
getargs.c:PyTuple_GET_SIZE:
   23|  1.25k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  1.25k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  1.25k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 1.25k, False: 0]
  ------------------
   25|  1.25k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  1.25k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  1.25k|}
import.c:PyTuple_GET_SIZE:
   23|      6|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|      6|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      6|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 6, False: 0]
  ------------------
   25|      6|    return Py_SIZE(tuple);
  ------------------
  |  |  214|      6|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|      6|}
initconfig.c:PyTuple_GET_SIZE:
   23|      6|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|      6|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      6|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 6, False: 0]
  ------------------
   25|      6|    return Py_SIZE(tuple);
  ------------------
  |  |  214|      6|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|      6|}
initconfig.c:PyTuple_SET_ITEM:
   33|      2|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|      2|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 2, False: 0]
  ------------------
   35|      2|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 2, False: 0]
  ------------------
   36|      2|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 2, False: 0]
  ------------------
   37|      2|    tuple->ob_item[index] = value;
   38|      2|}
marshal.c:PyTuple_SET_ITEM:
   33|  28.3k|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|  28.3k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  28.3k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  28.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 28.3k, False: 0]
  ------------------
   35|  28.3k|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 28.3k, False: 0]
  ------------------
   36|  28.3k|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 28.3k, False: 0]
  ------------------
   37|  28.3k|    tuple->ob_item[index] = value;
   38|  28.3k|}
modsupport.c:PyTuple_SET_ITEM:
   33|     98|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|     98|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     98|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 98, False: 0]
  ------------------
   35|     98|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 98, False: 0]
  ------------------
   36|     98|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 98, False: 0]
  ------------------
   37|     98|    tuple->ob_item[index] = value;
   38|     98|}
specialize.c:PyTuple_GET_SIZE:
   23|     90|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     90|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     90|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 90, False: 0]
  ------------------
   25|     90|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     90|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     90|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     90|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     90|}
sysmodule.c:PyTuple_SET_ITEM:
   33|    592|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    592|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    592|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    592|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 592, False: 0]
  ------------------
   35|    592|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 592, False: 0]
  ------------------
   36|    592|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 592, False: 0]
  ------------------
   37|    592|    tuple->ob_item[index] = value;
   38|    592|}
_collectionsmodule.c:PyTuple_GET_SIZE:
   23|      8|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|      8|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      8|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 8, False: 0]
  ------------------
   25|      8|    return Py_SIZE(tuple);
  ------------------
  |  |  214|      8|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|      8|}
fileio.c:PyTuple_GET_SIZE:
   23|     19|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     19|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     19|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 19, False: 0]
  ------------------
   25|     19|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     19|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     19|}
bufferedio.c:PyTuple_GET_SIZE:
   23|     19|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     19|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     19|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 19, False: 0]
  ------------------
   25|     19|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     19|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     19|}
textio.c:PyTuple_GET_SIZE:
   23|      6|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|      6|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      6|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 6, False: 0]
  ------------------
   25|      6|    return Py_SIZE(tuple);
  ------------------
  |  |  214|      6|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|      6|}
_abc.c:PyTuple_GET_SIZE:
   23|    886|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    886|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    886|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    886|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 886, False: 0]
  ------------------
   25|    886|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    886|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    886|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    886|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    886|}
_functoolsmodule.c:PyTuple_GET_SIZE:
   23|      1|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|      1|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      1|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 1, False: 0]
  ------------------
   25|      1|    return Py_SIZE(tuple);
  ------------------
  |  |  214|      1|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|      1|}
getpath.c:PyTuple_GET_SIZE:
   23|     26|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     26|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     26|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 26, False: 0]
  ------------------
   25|     26|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     26|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     26|}
abstract.c:PyTuple_GET_SIZE:
   23|     63|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     63|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     63|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 63, False: 0]
  ------------------
   25|     63|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     63|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     63|}
bytearrayobject.c:PyTuple_GET_SIZE:
   23|     12|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|     12|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     12|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 12, False: 0]
  ------------------
   25|     12|    return Py_SIZE(tuple);
  ------------------
  |  |  214|     12|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|     12|}
codeobject.c:PyTuple_SET_ITEM:
   33|     13|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|     13|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|     13|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 13, False: 0]
  ------------------
   35|     13|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 13, False: 0]
  ------------------
   36|     13|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 13, False: 0]
  ------------------
   37|     13|    tuple->ob_item[index] = value;
   38|     13|}
codeobject.c:PyTuple_GET_SIZE:
   23|  16.0k|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|  16.0k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  16.0k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  16.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 16.0k, False: 0]
  ------------------
   25|  16.0k|    return Py_SIZE(tuple);
  ------------------
  |  |  214|  16.0k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  16.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  16.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|  16.0k|}
descrobject.c:PyTuple_GET_SIZE:
   23|    243|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|    243|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    243|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    243|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 243, False: 0]
  ------------------
   25|    243|    return Py_SIZE(tuple);
  ------------------
  |  |  214|    243|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    243|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    243|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|    243|}
enumobject.c:PyTuple_SET_ITEM:
   33|    158|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|    158|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|    158|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 158, False: 0]
  ------------------
   35|    158|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 158, False: 0]
  ------------------
   36|    158|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 158, False: 0]
  ------------------
   37|    158|    tuple->ob_item[index] = value;
   38|    158|}
frameobject.c:PyTuple_GET_SIZE:
   23|      2|static inline Py_ssize_t PyTuple_GET_SIZE(PyObject *op) {
   24|      2|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (24:28): [True: 2, False: 0]
  ------------------
   25|      2|    return Py_SIZE(tuple);
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   26|      2|}
assemble.c:PyTuple_SET_ITEM:
   33|      1|PyTuple_SET_ITEM(PyObject *op, Py_ssize_t index, PyObject *value) {
   34|      1|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|      1|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (34:28): [True: 1, False: 0]
  ------------------
   35|      1|    assert(0 <= index);
  ------------------
  |  Branch (35:5): [True: 1, False: 0]
  ------------------
   36|      1|    assert(index < Py_SIZE(tuple));
  ------------------
  |  Branch (36:5): [True: 1, False: 0]
  ------------------
   37|      1|    tuple->ob_item[index] = value;
   38|      1|}

listobject.c:PyUnicode_GET_LENGTH:
  296|  15.6k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  15.6k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  15.6k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  15.6k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  15.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 15.6k, False: 0]
  ------------------
  298|  15.6k|}
listobject.c:_PyUnicode_DATA:
  278|  10.3k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  10.3k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  10.3k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 10.3k, False: 0]
  |  |  ------------------
  ------------------
  280|  10.3k|        return _PyUnicode_COMPACT_DATA(op);
  281|  10.3k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  10.3k|}
listobject.c:PyUnicode_IS_COMPACT:
  231|  10.3k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  10.3k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  10.3k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  10.3k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 10.3k, False: 0]
  ------------------
  233|  10.3k|}
listobject.c:_PyUnicode_COMPACT_DATA:
  261|  10.3k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  10.3k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  10.3k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 10.3k, False: 0]
  |  |  ------------------
  ------------------
  263|  10.3k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  20.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 10.3k, False: 0]
  |  |  ------------------
  ------------------
  264|  10.3k|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
listobject.c:PyUnicode_IS_ASCII:
  224|  10.3k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  10.3k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  10.3k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  10.3k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 10.3k, False: 0]
  ------------------
  226|  10.3k|}
longobject.c:_PyUnicode_DATA:
  278|     52|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|     52|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|     52|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 52, False: 0]
  |  |  ------------------
  ------------------
  280|     52|        return _PyUnicode_COMPACT_DATA(op);
  281|     52|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|     52|}
longobject.c:PyUnicode_IS_COMPACT:
  231|     52|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     52|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     52|    (assert(PyUnicode_Check(op)), \
  |  |  187|     52|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 52, False: 0]
  ------------------
  233|     52|}
longobject.c:_PyUnicode_COMPACT_DATA:
  261|     52|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|     52|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|     52|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 52, False: 0]
  |  |  ------------------
  ------------------
  263|     52|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|    104|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 52, False: 0]
  |  |  ------------------
  ------------------
  264|     52|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
longobject.c:PyUnicode_IS_ASCII:
  224|     60|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|     60|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|     60|    (assert(PyUnicode_Check(op)), \
  |  |  187|     60|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 60, False: 0]
  ------------------
  226|     60|}
dictobject.c:PyUnstable_Unicode_GET_CACHED_HASH:
  303|   194k|PyUnstable_Unicode_GET_CACHED_HASH(PyObject *op) {
  304|       |#ifdef Py_GIL_DISABLED
  305|       |    return _Py_atomic_load_ssize_relaxed(&_PyASCIIObject_CAST(op)->hash);
  306|       |#else
  307|   194k|    return _PyASCIIObject_CAST(op)->hash;
  ------------------
  |  |  186|   194k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   194k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   194k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (307:12): [True: 194k, False: 0]
  ------------------
  308|   194k|#endif
  309|   194k|}
dictobject.c:PyUnicode_GET_LENGTH:
  296|  8.40k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  8.40k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  8.40k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  8.40k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  8.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 8.40k, False: 0]
  ------------------
  298|  8.40k|}
dictobject.c:_PyUnicode_DATA:
  278|  8.40k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  8.40k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  8.40k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.40k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 8.40k, False: 0]
  |  |  ------------------
  ------------------
  280|  8.40k|        return _PyUnicode_COMPACT_DATA(op);
  281|  8.40k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  8.40k|}
dictobject.c:PyUnicode_IS_COMPACT:
  231|  8.40k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  8.40k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  8.40k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  8.40k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  8.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 8.40k, False: 0]
  ------------------
  233|  8.40k|}
dictobject.c:_PyUnicode_COMPACT_DATA:
  261|  8.40k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  8.40k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  8.40k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.40k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 8.40k, False: 0]
  |  |  ------------------
  ------------------
  263|  8.40k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  16.8k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 8.40k, False: 0]
  |  |  ------------------
  ------------------
  264|  8.40k|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
dictobject.c:PyUnicode_IS_ASCII:
  224|  8.40k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  8.40k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  8.40k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  8.40k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  8.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 8.40k, False: 0]
  ------------------
  226|  8.40k|}
setobject.c:PyUnstable_Unicode_GET_CACHED_HASH:
  303|  1.66k|PyUnstable_Unicode_GET_CACHED_HASH(PyObject *op) {
  304|       |#ifdef Py_GIL_DISABLED
  305|       |    return _Py_atomic_load_ssize_relaxed(&_PyASCIIObject_CAST(op)->hash);
  306|       |#else
  307|  1.66k|    return _PyASCIIObject_CAST(op)->hash;
  ------------------
  |  |  186|  1.66k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.66k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.66k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (307:12): [True: 1.66k, False: 0]
  ------------------
  308|  1.66k|#endif
  309|  1.66k|}
setobject.c:PyUnicode_GET_LENGTH:
  296|     30|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|     30|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|     30|    (assert(PyUnicode_Check(op)), \
  |  |  187|     30|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 30, False: 0]
  ------------------
  298|     30|}
setobject.c:_PyUnicode_DATA:
  278|     30|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|     30|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|     30|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 30, False: 0]
  |  |  ------------------
  ------------------
  280|     30|        return _PyUnicode_COMPACT_DATA(op);
  281|     30|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|     30|}
setobject.c:PyUnicode_IS_COMPACT:
  231|     30|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     30|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     30|    (assert(PyUnicode_Check(op)), \
  |  |  187|     30|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 30, False: 0]
  ------------------
  233|     30|}
setobject.c:_PyUnicode_COMPACT_DATA:
  261|     30|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|     30|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|     30|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 30, False: 0]
  |  |  ------------------
  ------------------
  263|     30|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|     60|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 30, False: 0]
  |  |  ------------------
  ------------------
  264|     30|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
setobject.c:PyUnicode_IS_ASCII:
  224|     30|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|     30|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|     30|    (assert(PyUnicode_Check(op)), \
  |  |  187|     30|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 30, False: 0]
  ------------------
  226|     30|}
typeobject.c:PyUnstable_Unicode_GET_CACHED_HASH:
  303|  30.0k|PyUnstable_Unicode_GET_CACHED_HASH(PyObject *op) {
  304|       |#ifdef Py_GIL_DISABLED
  305|       |    return _Py_atomic_load_ssize_relaxed(&_PyASCIIObject_CAST(op)->hash);
  306|       |#else
  307|  30.0k|    return _PyASCIIObject_CAST(op)->hash;
  ------------------
  |  |  186|  30.0k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  30.0k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  30.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (307:12): [True: 30.0k, False: 0]
  ------------------
  308|  30.0k|#endif
  309|  30.0k|}
typeobject.c:PyUnicode_GET_LENGTH:
  296|  5.05k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  5.05k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  5.05k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  5.05k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  5.05k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 5.05k, False: 0]
  ------------------
  298|  5.05k|}
typeobject.c:PyUnicode_CHECK_INTERNED:
  207|  2.51k|static inline unsigned int PyUnicode_CHECK_INTERNED(PyObject *op) {
  208|       |#ifdef Py_GIL_DISABLED
  209|       |    return _Py_atomic_load_uint8_relaxed(&_PyASCIIObject_CAST(op)->state.interned);
  210|       |#else
  211|  2.51k|    return _PyASCIIObject_CAST(op)->state.interned;
  ------------------
  |  |  186|  2.51k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  2.51k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (211:12): [True: 2.51k, False: 0]
  ------------------
  212|  2.51k|#endif
  213|  2.51k|}
typeobject.c:_PyUnicode_DATA:
  278|    151|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|    151|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|    151|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    151|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    151|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 151, False: 0]
  |  |  ------------------
  ------------------
  280|    151|        return _PyUnicode_COMPACT_DATA(op);
  281|    151|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|    151|}
typeobject.c:PyUnicode_IS_COMPACT:
  231|    151|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|    151|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|    151|    (assert(PyUnicode_Check(op)), \
  |  |  187|    151|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    151|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 151, False: 0]
  ------------------
  233|    151|}
typeobject.c:_PyUnicode_COMPACT_DATA:
  261|    151|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|    151|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|    151|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    151|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    151|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 151, False: 0]
  |  |  ------------------
  ------------------
  263|    151|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|    302|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 151, False: 0]
  |  |  ------------------
  ------------------
  264|    151|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
typeobject.c:PyUnicode_IS_ASCII:
  224|    151|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|    151|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|    151|    (assert(PyUnicode_Check(op)), \
  |  |  187|    151|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    151|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 151, False: 0]
  ------------------
  226|    151|}
unicode_format.c:PyUnicode_IS_ASCII:
  224|     21|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|     21|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|     21|    (assert(PyUnicode_Check(op)), \
  |  |  187|     21|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 21, False: 0]
  ------------------
  226|     21|}
unicode_format.c:_PyUnicode_DATA:
  278|     21|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|     21|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|     21|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 21, False: 0]
  |  |  ------------------
  ------------------
  280|     21|        return _PyUnicode_COMPACT_DATA(op);
  281|     21|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|     21|}
unicode_format.c:PyUnicode_IS_COMPACT:
  231|     21|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     21|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     21|    (assert(PyUnicode_Check(op)), \
  |  |  187|     21|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 21, False: 0]
  ------------------
  233|     21|}
unicode_format.c:_PyUnicode_COMPACT_DATA:
  261|     21|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|     21|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|     21|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 21, False: 0]
  |  |  ------------------
  ------------------
  263|     21|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|     42|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 21, False: 0]
  |  |  ------------------
  ------------------
  264|     21|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
unicode_format.c:PyUnicode_GET_LENGTH:
  296|     42|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|     42|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|     42|    (assert(PyUnicode_Check(op)), \
  |  |  187|     42|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 42, False: 0]
  ------------------
  298|     42|}
unicode_format.c:PyUnicode_READ:
  342|    399|{
  343|    399|    assert(index >= 0);
  ------------------
  |  Branch (343:5): [True: 399, False: 0]
  ------------------
  344|    399|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (344:9): [True: 399, False: 0]
  ------------------
  345|    399|        return _Py_STATIC_CAST(const Py_UCS1*, data)[index];
  ------------------
  |  |   34|    399|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  346|    399|    }
  347|      0|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (347:9): [True: 0, False: 0]
  ------------------
  348|      0|        return _Py_STATIC_CAST(const Py_UCS2*, data)[index];
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  349|      0|    }
  350|      0|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (350:5): [True: 0, False: 0]
  ------------------
  351|      0|    return _Py_STATIC_CAST(const Py_UCS4*, data)[index];
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  352|      0|}
unicode_writer.c:_PyUnicode_DATA:
  278|     93|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|     93|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|     93|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 93, False: 0]
  |  |  ------------------
  ------------------
  280|     93|        return _PyUnicode_COMPACT_DATA(op);
  281|     93|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|     93|}
unicode_writer.c:PyUnicode_IS_COMPACT:
  231|     93|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     93|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     93|    (assert(PyUnicode_Check(op)), \
  |  |  187|     93|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 93, False: 0]
  ------------------
  233|     93|}
unicode_writer.c:_PyUnicode_COMPACT_DATA:
  261|     93|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|     93|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|     93|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 89, False: 4]
  |  |  ------------------
  ------------------
  263|     89|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|    178|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 89, False: 0]
  |  |  ------------------
  ------------------
  264|     89|    }
  265|      4|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      8|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 4, False: 0]
  |  |  ------------------
  ------------------
  266|      4|}
unicode_writer.c:PyUnicode_IS_ASCII:
  224|    327|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|    327|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|    327|    (assert(PyUnicode_Check(op)), \
  |  |  187|    327|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    327|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 327, False: 0]
  ------------------
  226|    327|}
unicode_writer.c:PyUnicode_GET_LENGTH:
  296|    344|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|    344|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|    344|    (assert(PyUnicode_Check(op)), \
  |  |  187|    344|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    344|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 344, False: 0]
  ------------------
  298|    344|}
unicode_writer.c:PyUnicode_MAX_CHAR_VALUE:
  387|    234|{
  388|    234|    int kind;
  389|       |
  390|    234|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|    234|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    234|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    234|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 230, False: 4]
  |  |  ------------------
  ------------------
  391|    230|        return 0x7fU;
  392|    230|    }
  393|       |
  394|      4|    kind = PyUnicode_KIND(op);
  ------------------
  |  |  258|      4|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      8|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  395|      4|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (395:9): [True: 2, False: 2]
  ------------------
  396|      2|       return 0xffU;
  397|      2|    }
  398|      2|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (398:9): [True: 2, False: 0]
  ------------------
  399|      2|        return 0xffffU;
  400|      2|    }
  401|      2|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (401:5): [True: 0, False: 0]
  ------------------
  402|      0|    return 0x10ffffU;
  403|      0|}
unicodeobject.c:PyUnicode_CHECK_INTERNED:
  207|  64.2k|static inline unsigned int PyUnicode_CHECK_INTERNED(PyObject *op) {
  208|       |#ifdef Py_GIL_DISABLED
  209|       |    return _Py_atomic_load_uint8_relaxed(&_PyASCIIObject_CAST(op)->state.interned);
  210|       |#else
  211|  64.2k|    return _PyASCIIObject_CAST(op)->state.interned;
  ------------------
  |  |  186|  64.2k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  64.2k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  64.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (211:12): [True: 64.2k, False: 0]
  ------------------
  212|  64.2k|#endif
  213|  64.2k|}
unicodeobject.c:_PyUnicode_DATA:
  278|  97.6k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  97.6k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  97.6k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  97.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  97.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 97.6k, False: 7]
  |  |  ------------------
  ------------------
  280|  97.6k|        return _PyUnicode_COMPACT_DATA(op);
  281|  97.6k|    }
  282|      7|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  97.6k|}
unicodeobject.c:_PyUnicode_COMPACT_DATA:
  261|  97.6k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  97.6k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  97.6k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  97.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  97.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 97.3k, False: 274]
  |  |  ------------------
  ------------------
  263|  97.3k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|   194k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 97.3k, False: 0]
  |  |  ------------------
  ------------------
  264|  97.3k|    }
  265|    274|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|    548|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 274, False: 0]
  |  |  ------------------
  ------------------
  266|    274|}
unicodeobject.c:_PyUnicode_NONCOMPACT_DATA:
  268|      7|static inline void* _PyUnicode_NONCOMPACT_DATA(PyObject *op) {
  269|      7|    void *data;
  270|      7|    assert(!PyUnicode_IS_COMPACT(op));
  ------------------
  |  Branch (270:5): [True: 7, False: 0]
  ------------------
  271|      7|    data = _PyUnicodeObject_CAST(op)->data.any;
  ------------------
  |  |  192|      7|    (assert(PyUnicode_Check(op)), \
  |  |  193|      7|     _Py_CAST(PyUnicodeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (271:12): [True: 7, False: 0]
  ------------------
  272|      7|    assert(data != NULL);
  ------------------
  |  Branch (272:5): [True: 7, False: 0]
  ------------------
  273|      7|    return data;
  274|      7|}
unicodeobject.c:PyUnicode_READ:
  342|   375k|{
  343|   375k|    assert(index >= 0);
  ------------------
  |  Branch (343:5): [True: 375k, False: 0]
  ------------------
  344|   375k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (344:9): [True: 374k, False: 1.02k]
  ------------------
  345|   374k|        return _Py_STATIC_CAST(const Py_UCS1*, data)[index];
  ------------------
  |  |   34|   374k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  346|   374k|    }
  347|  1.02k|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (347:9): [True: 1.02k, False: 0]
  ------------------
  348|  1.02k|        return _Py_STATIC_CAST(const Py_UCS2*, data)[index];
  ------------------
  |  |   34|  1.02k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  349|  1.02k|    }
  350|  1.02k|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (350:5): [True: 0, False: 0]
  ------------------
  351|      0|    return _Py_STATIC_CAST(const Py_UCS4*, data)[index];
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  352|      0|}
unicodeobject.c:PyUnicode_GET_LENGTH:
  296|  90.2k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  90.2k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  90.2k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  90.2k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  90.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 90.2k, False: 0]
  ------------------
  298|  90.2k|}
unicodeobject.c:PyUnicode_IS_COMPACT:
  231|   123k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|   123k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|   123k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   123k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   123k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 123k, False: 0]
  ------------------
  233|   123k|}
unicodeobject.c:PyUnicode_IS_ASCII:
  224|   103k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|   103k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|   103k|    (assert(PyUnicode_Check(op)), \
  |  |  187|   103k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|   103k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 103k, False: 0]
  ------------------
  226|   103k|}
unicodeobject.c:PyUnicode_IS_COMPACT_ASCII:
  238|  14.2k|static inline int PyUnicode_IS_COMPACT_ASCII(PyObject *op) {
  239|  28.4k|    return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  186|  14.2k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  14.2k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  14.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
                  return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  234|  14.2k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  14.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 14.2k, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (239:13): [True: 14.2k, False: 0]
  |  Branch (239:13): [True: 14.2k, False: 4]
  ------------------
  240|  14.2k|}
unicodeobject.c:PyUnicode_WRITE:
  318|    117|{
  319|    117|    assert(index >= 0);
  ------------------
  |  Branch (319:5): [True: 117, False: 0]
  ------------------
  320|    117|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (320:9): [True: 113, False: 4]
  ------------------
  321|    113|        assert(value <= 0xffU);
  ------------------
  |  Branch (321:9): [True: 113, False: 0]
  ------------------
  322|    113|        _Py_STATIC_CAST(Py_UCS1*, data)[index] = _Py_STATIC_CAST(Py_UCS1, value);
  ------------------
  |  |   34|    113|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
                      _Py_STATIC_CAST(Py_UCS1*, data)[index] = _Py_STATIC_CAST(Py_UCS1, value);
  ------------------
  |  |   34|    113|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  323|    113|    }
  324|      4|    else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (324:14): [True: 4, False: 0]
  ------------------
  325|      4|        assert(value <= 0xffffU);
  ------------------
  |  Branch (325:9): [True: 4, False: 0]
  ------------------
  326|      4|        _Py_STATIC_CAST(Py_UCS2*, data)[index] = _Py_STATIC_CAST(Py_UCS2, value);
  ------------------
  |  |   34|      4|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
                      _Py_STATIC_CAST(Py_UCS2*, data)[index] = _Py_STATIC_CAST(Py_UCS2, value);
  ------------------
  |  |   34|      4|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  327|      4|    }
  328|      0|    else {
  329|      0|        assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (329:9): [True: 0, False: 0]
  ------------------
  330|      0|        assert(value <= 0x10ffffU);
  ------------------
  |  Branch (330:9): [True: 0, False: 0]
  ------------------
  331|      0|        _Py_STATIC_CAST(Py_UCS4*, data)[index] = value;
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  ------------------
  332|      0|    }
  333|    117|}
unicodeobject.c:PyUnstable_Unicode_GET_CACHED_HASH:
  303|  31.4k|PyUnstable_Unicode_GET_CACHED_HASH(PyObject *op) {
  304|       |#ifdef Py_GIL_DISABLED
  305|       |    return _Py_atomic_load_ssize_relaxed(&_PyASCIIObject_CAST(op)->hash);
  306|       |#else
  307|  31.4k|    return _PyASCIIObject_CAST(op)->hash;
  ------------------
  |  |  186|  31.4k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  31.4k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  31.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (307:12): [True: 31.4k, False: 0]
  ------------------
  308|  31.4k|#endif
  309|  31.4k|}
unicodeobject.c:PyUnicode_MAX_CHAR_VALUE:
  387|  2.18k|{
  388|  2.18k|    int kind;
  389|       |
  390|  2.18k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  2.18k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 2.18k, False: 0]
  |  |  ------------------
  ------------------
  391|  2.18k|        return 0x7fU;
  392|  2.18k|    }
  393|       |
  394|      0|    kind = PyUnicode_KIND(op);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  395|      0|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (395:9): [True: 0, False: 0]
  ------------------
  396|      0|       return 0xffU;
  397|      0|    }
  398|      0|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (398:9): [True: 0, False: 0]
  ------------------
  399|      0|        return 0xffffU;
  400|      0|    }
  401|      0|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (401:5): [True: 0, False: 0]
  ------------------
  402|      0|    return 0x10ffffU;
  403|      0|}
bltinmodule.c:PyUnicode_GET_LENGTH:
  296|    108|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|    108|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|    108|    (assert(PyUnicode_Check(op)), \
  |  |  187|    108|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 108, False: 0]
  ------------------
  298|    108|}
bltinmodule.c:PyUnicode_READ_CHAR:
  363|     54|{
  364|     54|    int kind;
  365|       |
  366|     54|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 54, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|     54|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 54, False: 0]
  ------------------
  369|       |
  370|     54|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|     54|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    108|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 54, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|     54|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 54, False: 0]
  ------------------
  372|     54|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|     54|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     54|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|     54|    }
  374|      0|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 0, False: 0]
  ------------------
  375|      0|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|      0|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|      0|    }
  377|      0|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (377:5): [True: 0, False: 0]
  ------------------
  378|      0|    return PyUnicode_4BYTE_DATA(unicode)[index];
  ------------------
  |  |  293|      0|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  379|      0|}
bltinmodule.c:_PyUnicode_DATA:
  278|     54|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|     54|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|     54|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 54, False: 0]
  |  |  ------------------
  ------------------
  280|     54|        return _PyUnicode_COMPACT_DATA(op);
  281|     54|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|     54|}
bltinmodule.c:PyUnicode_IS_COMPACT:
  231|     54|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     54|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     54|    (assert(PyUnicode_Check(op)), \
  |  |  187|     54|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 54, False: 0]
  ------------------
  233|     54|}
bltinmodule.c:_PyUnicode_COMPACT_DATA:
  261|     54|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|     54|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|     54|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 54, False: 0]
  |  |  ------------------
  ------------------
  263|     54|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|    108|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 54, False: 0]
  |  |  ------------------
  ------------------
  264|     54|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
bltinmodule.c:PyUnicode_IS_ASCII:
  224|     54|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|     54|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|     54|    (assert(PyUnicode_Check(op)), \
  |  |  187|     54|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 54, False: 0]
  ------------------
  226|     54|}
ceval.c:PyUnicode_IS_COMPACT_ASCII:
  238|  1.22k|static inline int PyUnicode_IS_COMPACT_ASCII(PyObject *op) {
  239|  2.44k|    return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  186|  1.22k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.22k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
                  return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  234|  1.22k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 1.22k, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (239:13): [True: 1.22k, False: 0]
  |  Branch (239:13): [True: 1.22k, False: 0]
  ------------------
  240|  1.22k|}
ceval.c:PyUnicode_IS_COMPACT:
  231|  2.41k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  2.41k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  2.41k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  2.41k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 2.41k, False: 0]
  ------------------
  233|  2.41k|}
ceval.c:PyUnicode_GET_LENGTH:
  296|  1.22k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  1.22k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  1.22k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.22k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 1.22k, False: 0]
  ------------------
  298|  1.22k|}
ceval.c:_PyUnicode_DATA:
  278|  1.19k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  1.19k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  1.19k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 1.19k, False: 0]
  |  |  ------------------
  ------------------
  280|  1.19k|        return _PyUnicode_COMPACT_DATA(op);
  281|  1.19k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  1.19k|}
ceval.c:_PyUnicode_COMPACT_DATA:
  261|  1.19k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  1.19k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  1.19k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 1.19k, False: 0]
  |  |  ------------------
  ------------------
  263|  1.19k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  2.38k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 1.19k, False: 0]
  |  |  ------------------
  ------------------
  264|  1.19k|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
ceval.c:PyUnicode_IS_ASCII:
  224|  1.19k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  1.19k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  1.19k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.19k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 1.19k, False: 0]
  ------------------
  226|  1.19k|}
import.c:PyUnicode_GET_LENGTH:
  296|    412|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|    412|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|    412|    (assert(PyUnicode_Check(op)), \
  |  |  187|    412|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    412|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 412, False: 0]
  ------------------
  298|    412|}
intrinsics.c:PyUnicode_READ_CHAR:
  363|  1.31k|{
  364|  1.31k|    int kind;
  365|       |
  366|  1.31k|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 1.31k, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|  1.31k|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 1.31k, False: 0]
  ------------------
  369|       |
  370|  1.31k|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|  1.31k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  2.63k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1.31k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|  1.31k|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 1.31k, False: 0]
  ------------------
  372|  1.31k|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|  1.31k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  1.31k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|  1.31k|    }
  374|      0|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 0, False: 0]
  ------------------
  375|      0|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|      0|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|      0|    }
  377|      0|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (377:5): [True: 0, False: 0]
  ------------------
  378|      0|    return PyUnicode_4BYTE_DATA(unicode)[index];
  ------------------
  |  |  293|      0|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  379|      0|}
intrinsics.c:PyUnicode_GET_LENGTH:
  296|  1.31k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  1.31k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  1.31k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.31k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 1.31k, False: 0]
  ------------------
  298|  1.31k|}
intrinsics.c:_PyUnicode_DATA:
  278|  1.31k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  1.31k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  1.31k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 1.31k, False: 0]
  |  |  ------------------
  ------------------
  280|  1.31k|        return _PyUnicode_COMPACT_DATA(op);
  281|  1.31k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  1.31k|}
intrinsics.c:PyUnicode_IS_COMPACT:
  231|  1.31k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  1.31k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  1.31k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.31k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 1.31k, False: 0]
  ------------------
  233|  1.31k|}
intrinsics.c:_PyUnicode_COMPACT_DATA:
  261|  1.31k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  1.31k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  1.31k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 1.31k, False: 0]
  |  |  ------------------
  ------------------
  263|  1.31k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  2.63k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 1.31k, False: 0]
  |  |  ------------------
  ------------------
  264|  1.31k|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
intrinsics.c:PyUnicode_IS_ASCII:
  224|  1.31k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  1.31k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  1.31k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.31k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 1.31k, False: 0]
  ------------------
  226|  1.31k|}
specialize.c:PyUnicode_IS_COMPACT_ASCII:
  238|     11|static inline int PyUnicode_IS_COMPACT_ASCII(PyObject *op) {
  239|     22|    return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  186|     11|    (assert(PyUnicode_Check(op)), \
  |  |  187|     11|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
                  return (_PyASCIIObject_CAST(op)->state.ascii && PyUnicode_IS_COMPACT(op));
  ------------------
  |  |  234|     11|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 11, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (239:13): [True: 11, False: 0]
  |  Branch (239:13): [True: 11, False: 0]
  ------------------
  240|     11|}
specialize.c:PyUnicode_IS_COMPACT:
  231|     11|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     11|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     11|    (assert(PyUnicode_Check(op)), \
  |  |  187|     11|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 11, False: 0]
  ------------------
  233|     11|}
symtable.c:PyUnicode_GET_LENGTH:
  296|     42|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|     42|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|     42|    (assert(PyUnicode_Check(op)), \
  |  |  187|     42|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 42, False: 0]
  ------------------
  298|     42|}
symtable.c:PyUnicode_READ_CHAR:
  363|     42|{
  364|     42|    int kind;
  365|       |
  366|     42|    assert(index >= 0);
  ------------------
  |  Branch (366:5): [True: 42, False: 0]
  ------------------
  367|       |    // Tolerate reading the NUL character at str[len(str)]
  368|     42|    assert(index <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (368:5): [True: 42, False: 0]
  ------------------
  369|       |
  370|     42|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|     42|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     84|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 42, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|     42|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (371:9): [True: 42, False: 0]
  ------------------
  372|     42|        return PyUnicode_1BYTE_DATA(unicode)[index];
  ------------------
  |  |  291|     42|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     42|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  373|     42|    }
  374|      0|    if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (374:9): [True: 0, False: 0]
  ------------------
  375|      0|        return PyUnicode_2BYTE_DATA(unicode)[index];
  ------------------
  |  |  292|      0|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  376|      0|    }
  377|      0|    assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (377:5): [True: 0, False: 0]
  ------------------
  378|      0|    return PyUnicode_4BYTE_DATA(unicode)[index];
  ------------------
  |  |  293|      0|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  379|      0|}
symtable.c:_PyUnicode_DATA:
  278|     42|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|     42|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|     42|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 42, False: 0]
  |  |  ------------------
  ------------------
  280|     42|        return _PyUnicode_COMPACT_DATA(op);
  281|     42|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|     42|}
symtable.c:PyUnicode_IS_COMPACT:
  231|     42|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|     42|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|     42|    (assert(PyUnicode_Check(op)), \
  |  |  187|     42|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 42, False: 0]
  ------------------
  233|     42|}
symtable.c:_PyUnicode_COMPACT_DATA:
  261|     42|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|     42|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|     42|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 42, False: 0]
  |  |  ------------------
  ------------------
  263|     42|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|     84|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 42, False: 0]
  |  |  ------------------
  ------------------
  264|     42|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
symtable.c:PyUnicode_IS_ASCII:
  224|     42|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|     42|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|     42|    (assert(PyUnicode_Check(op)), \
  |  |  187|     42|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 42, False: 0]
  ------------------
  226|     42|}
fileutils.c:Py_UNICODE_IS_SURROGATE:
   16|    700|static inline int Py_UNICODE_IS_SURROGATE(Py_UCS4 ch) {
   17|    700|    return (0xD800 <= ch && ch <= 0xDFFF);
  ------------------
  |  Branch (17:13): [True: 0, False: 700]
  |  Branch (17:29): [True: 0, False: 0]
  ------------------
   18|    700|}
textio.c:PyUnicode_IS_ASCII:
  224|      6|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|      6|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|      6|    (assert(PyUnicode_Check(op)), \
  |  |  187|      6|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 6, False: 0]
  ------------------
  226|      6|}
textio.c:_PyUnicode_DATA:
  278|      6|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|      6|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|      6|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 6, False: 0]
  |  |  ------------------
  ------------------
  280|      6|        return _PyUnicode_COMPACT_DATA(op);
  281|      6|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|      6|}
textio.c:PyUnicode_IS_COMPACT:
  231|      6|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|      6|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|      6|    (assert(PyUnicode_Check(op)), \
  |  |  187|      6|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 6, False: 0]
  ------------------
  233|      6|}
textio.c:_PyUnicode_COMPACT_DATA:
  261|      6|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|      6|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|      6|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 6, False: 0]
  |  |  ------------------
  ------------------
  263|      6|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|     12|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 6, False: 0]
  |  |  ------------------
  ------------------
  264|      6|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
sre.c:PyUnicode_GET_LENGTH:
  296|      3|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|      3|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|      3|    (assert(PyUnicode_Check(op)), \
  |  |  187|      3|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 3, False: 0]
  ------------------
  298|      3|}
sre.c:_PyUnicode_DATA:
  278|      3|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|      3|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|      3|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 3, False: 0]
  |  |  ------------------
  ------------------
  280|      3|        return _PyUnicode_COMPACT_DATA(op);
  281|      3|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|      3|}
sre.c:PyUnicode_IS_COMPACT:
  231|      3|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|      3|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|      3|    (assert(PyUnicode_Check(op)), \
  |  |  187|      3|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 3, False: 0]
  ------------------
  233|      3|}
sre.c:_PyUnicode_COMPACT_DATA:
  261|      3|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|      3|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|      3|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 3, False: 0]
  |  |  ------------------
  ------------------
  263|      3|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|      6|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 3, False: 0]
  |  |  ------------------
  ------------------
  264|      3|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
sre.c:PyUnicode_IS_ASCII:
  224|      3|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|      3|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|      3|    (assert(PyUnicode_Check(op)), \
  |  |  187|      3|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 3, False: 0]
  ------------------
  226|      3|}
getpath.c:PyUnicode_GET_LENGTH:
  296|     12|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|     12|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|     12|    (assert(PyUnicode_Check(op)), \
  |  |  187|     12|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 12, False: 0]
  ------------------
  298|     12|}
codeobject.c:PyUnicode_IS_ASCII:
  224|  12.6k|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|  12.6k|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|  12.6k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  12.6k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  12.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 12.6k, False: 0]
  ------------------
  226|  12.6k|}
codeobject.c:_PyUnicode_DATA:
  278|  6.30k|static inline void* _PyUnicode_DATA(PyObject *op) {
  279|  6.30k|    if (PyUnicode_IS_COMPACT(op)) {
  ------------------
  |  |  234|  6.30k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.30k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 6.30k, False: 0]
  |  |  ------------------
  ------------------
  280|  6.30k|        return _PyUnicode_COMPACT_DATA(op);
  281|  6.30k|    }
  282|      0|    return _PyUnicode_NONCOMPACT_DATA(op);
  283|  6.30k|}
codeobject.c:PyUnicode_IS_COMPACT:
  231|  6.30k|static inline unsigned int PyUnicode_IS_COMPACT(PyObject *op) {
  232|  6.30k|    return _PyASCIIObject_CAST(op)->state.compact;
  ------------------
  |  |  186|  6.30k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  6.30k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (232:12): [True: 6.30k, False: 0]
  ------------------
  233|  6.30k|}
codeobject.c:_PyUnicode_COMPACT_DATA:
  261|  6.30k|static inline void* _PyUnicode_COMPACT_DATA(PyObject *op) {
  262|  6.30k|    if (PyUnicode_IS_ASCII(op)) {
  ------------------
  |  |  227|  6.30k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.30k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 6.30k, False: 0]
  |  |  ------------------
  ------------------
  263|  6.30k|        return _Py_STATIC_CAST(void*, (_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |   34|  12.6k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 6.30k, False: 0]
  |  |  ------------------
  ------------------
  264|  6.30k|    }
  265|      0|    return _Py_STATIC_CAST(void*, (_PyCompactUnicodeObject_CAST(op) + 1));
  ------------------
  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  266|      0|}
codeobject.c:PyUnicode_GET_LENGTH:
  296|  6.30k|static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) {
  297|  6.30k|    return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|  6.30k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  6.30k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (297:12): [True: 6.30k, False: 0]
  ------------------
  298|  6.30k|}
pegen.c:PyUnicode_IS_ASCII:
  224|     54|static inline unsigned int PyUnicode_IS_ASCII(PyObject *op) {
  225|     54|    return _PyASCIIObject_CAST(op)->state.ascii;
  ------------------
  |  |  186|     54|    (assert(PyUnicode_Check(op)), \
  |  |  187|     54|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (225:12): [True: 54, False: 0]
  ------------------
  226|     54|}

obmalloc.c:mi_atomic_once:
  306|      6|static inline bool mi_atomic_once( mi_atomic_once_t* once ) {
  307|      6|  if (mi_atomic_load_relaxed(once) != 0) return false;     // quick test
  ------------------
  |  |   61|      6|#define mi_atomic_load_relaxed(p)                mi_atomic(load_explicit)(p,mi_memory_order(relaxed))
  |  |  ------------------
  |  |  |  |   42|      6|#define  mi_atomic(name)        atomic_##name
  |  |  ------------------
  |  |               #define mi_atomic_load_relaxed(p)                mi_atomic(load_explicit)(p,mi_memory_order(relaxed))
  |  |  ------------------
  |  |  |  |   43|      6|#define  mi_memory_order(name)  memory_order_##name
  |  |  ------------------
  ------------------
  |  Branch (307:7): [True: 4, False: 2]
  ------------------
  308|      2|  uintptr_t expected = 0;
  309|       |  return mi_atomic_cas_strong_acq_rel(once, &expected, (uintptr_t)1); // try to set to 1
  ------------------
  |  |   69|      2|#define mi_atomic_cas_strong_acq_rel(p,exp,des)  mi_atomic_cas_strong(p,exp,des,mi_memory_order(acq_rel),mi_memory_order(acquire))
  |  |  ------------------
  |  |  |  |   58|      2|  mi_atomic(compare_exchange_strong_explicit)(p,expected,desired,mem_success,mem_fail)
  |  |  |  |  ------------------
  |  |  |  |  |  |   42|      2|#define  mi_atomic(name)        atomic_##name
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  310|      6|}

obmalloc.c:mi_heap_is_initialized:
  374|      4|static inline bool mi_heap_is_initialized(mi_heap_t* heap) {
  375|      4|  mi_assert_internal(heap != NULL);
  376|      4|  return (heap != &_mi_heap_empty);
  377|      4|}

obmalloc.c:mi_prim_get_default_heap:
  318|      6|static inline mi_heap_t* mi_prim_get_default_heap(void) {
  319|       |  #if defined(MI_TLS_RECURSE_GUARD)
  320|       |  if (mi_unlikely(!_mi_process_is_initialized)) return _mi_heap_main_get();
  321|       |  #endif
  322|      6|  return _mi_heap_default;
  323|      6|}
obmalloc.c:_mi_prim_thread_id:
  214|      4|static inline mi_threadid_t _mi_prim_thread_id(void) mi_attr_noexcept {
  215|       |  #if defined(__BIONIC__)
  216|       |    // issue #384, #495: on the Bionic libc (Android), slot 1 is the thread id
  217|       |    // see: https://github.com/aosp-mirror/platform_bionic/blob/c44b1d0676ded732df4b3b21c5f798eacae93228/libc/platform/bionic/tls_defines.h#L86
  218|       |    return (uintptr_t)mi_prim_tls_slot(1);
  219|       |  #else
  220|       |    // in all our other targets, slot 0 is the thread id
  221|       |    // glibc: https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=sysdeps/x86_64/nptl/tls.h
  222|       |    // apple: https://github.com/apple/darwin-xnu/blob/main/libsyscall/os/tsd.h#L36
  223|      4|    return (uintptr_t)mi_prim_tls_slot(0);
  224|      4|  #endif
  225|      4|}
obmalloc.c:mi_prim_tls_slot:
  161|      4|static inline void* mi_prim_tls_slot(size_t slot) mi_attr_noexcept {
  162|      4|  void* res;
  163|      4|  const size_t ofs = (slot*sizeof(void*));
  164|       |  #if defined(__i386__)
  165|       |    __asm__("movl %%gs:%1, %0" : "=r" (res) : "m" (*((void**)ofs)) : );  // x86 32-bit always uses GS
  166|       |  #elif defined(__APPLE__) && defined(__x86_64__)
  167|       |    __asm__("movq %%gs:%1, %0" : "=r" (res) : "m" (*((void**)ofs)) : );  // x86_64 macOSX uses GS
  168|       |  #elif defined(__x86_64__) && (MI_INTPTR_SIZE==4)
  169|       |    __asm__("movl %%fs:%1, %0" : "=r" (res) : "m" (*((void**)ofs)) : );  // x32 ABI
  170|       |  #elif defined(__x86_64__)
  171|       |    __asm__("movq %%fs:%1, %0" : "=r" (res) : "m" (*((void**)ofs)) : );  // x86_64 Linux, BSD uses FS
  172|       |  #elif defined(__arm__)
  173|       |    void** tcb; MI_UNUSED(ofs);
  174|       |    __asm__ volatile ("mrc p15, 0, %0, c13, c0, 3\nbic %0, %0, #3" : "=r" (tcb));
  175|       |    res = tcb[slot];
  176|       |  #elif defined(__aarch64__)
  177|       |    void** tcb; MI_UNUSED(ofs);
  178|       |    #if defined(__APPLE__) // M1, issue #343
  179|       |    __asm__ volatile ("mrs %0, tpidrro_el0\nbic %0, %0, #7" : "=r" (tcb));
  180|       |    #else
  181|       |    __asm__ volatile ("mrs %0, tpidr_el0" : "=r" (tcb));
  182|       |    #endif
  183|       |    res = tcb[slot];
  184|       |  #endif
  185|      4|  return res;
  186|      4|}

bytesobject.c:_PyIndex_Check:
   14|     52|{
   15|     52|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|     52|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     52|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 0, False: 52]
  |  Branch (16:37): [True: 0, False: 0]
  ------------------
   17|     52|}
listobject.c:_PyIndex_Check:
   14|     70|{
   15|     70|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|     70|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     70|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     70|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     70|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 59, False: 11]
  |  Branch (16:37): [True: 59, False: 0]
  ------------------
   17|     70|}
memoryobject.c:_PyIndex_Check:
   14|     13|{
   15|     13|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|     13|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     13|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 0, False: 13]
  |  Branch (16:37): [True: 0, False: 0]
  ------------------
   17|     13|}
rangeobject.c:_PyIndex_Check:
   14|     34|{
   15|     34|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|     34|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     34|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 0, False: 34]
  |  Branch (16:37): [True: 0, False: 0]
  ------------------
   17|     34|}
sliceobject.c:_PyIndex_Check:
   14|     34|{
   15|     34|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|     34|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     34|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 34, False: 0]
  |  Branch (16:37): [True: 34, False: 0]
  ------------------
   17|     34|}
tupleobject.c:_PyIndex_Check:
   14|     80|{
   15|     80|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|     80|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     80|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 69, False: 11]
  |  Branch (16:37): [True: 69, False: 0]
  ------------------
   17|     80|}
unicodeobject.c:_PyIndex_Check:
   14|    315|{
   15|    315|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|    315|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    315|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    315|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|    315|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 223, False: 92]
  |  Branch (16:37): [True: 223, False: 0]
  ------------------
   17|    315|}
abstract.c:_PyIndex_Check:
   14|    145|{
   15|    145|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|    145|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|    145|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 145, False: 0]
  |  Branch (16:37): [True: 36, False: 109]
  ------------------
   17|    145|}
bytes_methods.c:_PyIndex_Check:
   14|     34|{
   15|     34|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|     34|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|     34|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 34, False: 0]
  |  Branch (16:37): [True: 34, False: 0]
  ------------------
   17|     34|}
bytearrayobject.c:_PyIndex_Check:
   14|    210|{
   15|    210|    PyNumberMethods *tp_as_number = Py_TYPE(obj)->tp_as_number;
  ------------------
  |  |  213|    210|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    210|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    210|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|    210|    return (tp_as_number != NULL && tp_as_number->nb_index != NULL);
  ------------------
  |  Branch (16:13): [True: 192, False: 18]
  |  Branch (16:37): [True: 192, False: 0]
  ------------------
   17|    210|}

ceval.c:backoff_counter_triggers:
  106|  19.4k|{
  107|       |    /* Test whether the value is zero and the backoff is not UNREACHABLE_BACKOFF */
  108|  19.4k|    return counter.value_and_backoff < UNREACHABLE_BACKOFF;
  ------------------
  |  |   40|  19.4k|#define UNREACHABLE_BACKOFF 7
  ------------------
  109|  19.4k|}
ceval.c:forge_backoff_counter:
   72|  19.4k|{
   73|  19.4k|    _Py_BackoffCounter result;
   74|  19.4k|    result.value_and_backoff = counter;
   75|  19.4k|    return result;
   76|  19.4k|}
ceval.c:advance_backoff_counter:
   98|  15.5k|{
   99|  15.5k|    _Py_BackoffCounter result;
  100|  15.5k|    result.value_and_backoff = counter.value_and_backoff - (1 << BACKOFF_BITS);
  ------------------
  |  |   37|  15.5k|#define BACKOFF_BITS 3
  ------------------
  101|  15.5k|    return result;
  102|  15.5k|}
specialize.c:initial_jump_backoff_counter:
  132|  2.16k|{
  133|  2.16k|    return make_backoff_counter(
  134|  2.16k|        opt_config->jump_backward_initial_value,
  135|  2.16k|        opt_config->jump_backward_initial_backoff);
  136|  2.16k|}
specialize.c:make_backoff_counter:
   62|  10.6k|{
   63|  10.6k|    assert(backoff <= UNREACHABLE_BACKOFF);
  ------------------
  |  Branch (63:5): [True: 10.6k, False: 0]
  ------------------
   64|  10.6k|    assert(value <= MAX_VALUE);
  ------------------
  |  Branch (64:5): [True: 10.6k, False: 0]
  ------------------
   65|  10.6k|    return ((_Py_BackoffCounter){
   66|  10.6k|        .value_and_backoff = MAKE_VALUE_AND_BACKOFF(value, backoff)
  ------------------
  |  |   44|  10.6k|    ((uint16_t)(((value) << BACKOFF_BITS) | (backoff)))
  |  |  ------------------
  |  |  |  |   37|  10.6k|#define BACKOFF_BITS 3
  |  |  ------------------
  ------------------
   67|  10.6k|    });
   68|  10.6k|}
specialize.c:initial_resume_backoff_counter:
  146|  2.16k|{
  147|  2.16k|    return make_backoff_counter(
  148|  2.16k|        opt_config->resume_initial_value,
  149|  2.16k|        opt_config->resume_initial_backoff);
  150|  2.16k|}
specialize.c:restart_backoff_counter:
   80|    419|{
   81|    419|    uint16_t backoff = counter.value_and_backoff & BACKOFF_MASK;
  ------------------
  |  |   38|    419|#define BACKOFF_MASK 7
  ------------------
   82|    419|    assert(backoff <= MAX_BACKOFF);
  ------------------
  |  Branch (82:5): [True: 419, False: 0]
  ------------------
   83|    419|    return ((_Py_BackoffCounter){
   84|    419|        .value_and_backoff = value_and_backoff_next[backoff]
   85|    419|    });
   86|    419|}

longobject.c:_Py_bit_length:
  147|      1|{
  148|      1|#if (defined(__clang__) || defined(__GNUC__))
  149|      1|    if (x != 0) {
  ------------------
  |  Branch (149:9): [True: 1, False: 0]
  ------------------
  150|       |        // __builtin_clzl() is available since GCC 3.4.
  151|       |        // Undefined behavior for x == 0.
  152|      1|        return (int)sizeof(unsigned long) * 8 - __builtin_clzl(x);
  153|      1|    }
  154|      0|    else {
  155|      0|        return 0;
  156|      0|    }
  157|       |#elif defined(_MSC_VER)
  158|       |    // _BitScanReverse() is documented to search 32 bits.
  159|       |    Py_BUILD_ASSERT(sizeof(unsigned long) <= 4);
  160|       |    unsigned long msb;
  161|       |    if (_BitScanReverse(&msb, x)) {
  162|       |        return (int)msb + 1;
  163|       |    }
  164|       |    else {
  165|       |        return 0;
  166|       |    }
  167|       |#else
  168|       |    const int BIT_LENGTH_TABLE[32] = {
  169|       |        0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
  170|       |        5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5
  171|       |    };
  172|       |    int msb = 0;
  173|       |    while (x >= 32) {
  174|       |        msb += 6;
  175|       |        x >>= 6;
  176|       |    }
  177|       |    msb += BIT_LENGTH_TABLE[x];
  178|       |    return msb;
  179|       |#endif
  180|      1|}
dictobject.c:_Py_bit_length:
  147|  1.59k|{
  148|  1.59k|#if (defined(__clang__) || defined(__GNUC__))
  149|  1.59k|    if (x != 0) {
  ------------------
  |  Branch (149:9): [True: 1.59k, False: 0]
  ------------------
  150|       |        // __builtin_clzl() is available since GCC 3.4.
  151|       |        // Undefined behavior for x == 0.
  152|  1.59k|        return (int)sizeof(unsigned long) * 8 - __builtin_clzl(x);
  153|  1.59k|    }
  154|      0|    else {
  155|      0|        return 0;
  156|      0|    }
  157|       |#elif defined(_MSC_VER)
  158|       |    // _BitScanReverse() is documented to search 32 bits.
  159|       |    Py_BUILD_ASSERT(sizeof(unsigned long) <= 4);
  160|       |    unsigned long msb;
  161|       |    if (_BitScanReverse(&msb, x)) {
  162|       |        return (int)msb + 1;
  163|       |    }
  164|       |    else {
  165|       |        return 0;
  166|       |    }
  167|       |#else
  168|       |    const int BIT_LENGTH_TABLE[32] = {
  169|       |        0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
  170|       |        5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5
  171|       |    };
  172|       |    int msb = 0;
  173|       |    while (x >= 32) {
  174|       |        msb += 6;
  175|       |        x >>= 6;
  176|       |    }
  177|       |    msb += BIT_LENGTH_TABLE[x];
  178|       |    return msb;
  179|       |#endif
  180|  1.59k|}

bytesobject.c:_PyBytesWriter_GetData:
   99|     28|{
  100|     28|    if (writer->obj == NULL) {
  ------------------
  |  Branch (100:9): [True: 2, False: 26]
  ------------------
  101|      2|        return writer->small_buffer;
  102|      2|    }
  103|     26|    else if (writer->use_bytearray) {
  ------------------
  |  Branch (103:14): [True: 0, False: 26]
  ------------------
  104|      0|        return PyByteArray_AS_STRING(writer->obj);
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  105|      0|    }
  106|     26|    else {
  107|     26|        return PyBytes_AS_STRING(writer->obj);
  ------------------
  |  |   27|     26|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|     26|    }
  109|     28|}

call.c:_PyObject_VectorcallTstate:
  132|  6.20k|{
  133|  6.20k|    vectorcallfunc func;
  134|  6.20k|    PyObject *res;
  135|       |
  136|  6.20k|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 6.04k, False: 153]
  |  Branch (136:5): [True: 153, False: 0]
  ------------------
  137|  6.20k|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 6.16k, False: 40]
  |  Branch (137:5): [True: 40, False: 0]
  ------------------
  138|       |
  139|  6.20k|    func = _PyVectorcall_FunctionInline(callable);
  140|  6.20k|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 1.48k, False: 4.71k]
  ------------------
  141|  1.48k|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  1.48k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|  1.48k|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|  1.48k|    }
  144|  4.71k|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|  6.20k|}
call.c:_PyVectorcall_FunctionInline:
   92|  7.66k|{
   93|  7.66k|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 7.66k, False: 0]
  ------------------
   94|       |
   95|  7.66k|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|  7.66k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.66k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.66k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|  7.66k|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|  7.66k|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 317, False: 7.34k]
  ------------------
   97|    317|        return NULL;
   98|    317|    }
   99|  7.66k|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 7.34k, False: 0]
  ------------------
  100|       |
  101|  7.34k|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|  7.34k|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 7.34k, False: 0]
  ------------------
  103|       |
  104|  7.34k|    vectorcallfunc ptr;
  105|  7.34k|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|  7.34k|    return ptr;
  107|  7.34k|}
call.c:_PyObject_CallNoArgsTstate:
  150|     39|_PyObject_CallNoArgsTstate(PyThreadState *tstate, PyObject *func) {
  151|     39|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  152|     39|}
dictobject.c:_PyObject_CallNoArgs:
  157|      5|_PyObject_CallNoArgs(PyObject *func) {
  158|      5|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|      5|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|      5|    PyThreadState *tstate = _PyThreadState_GET();
  160|      5|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|      5|}
dictobject.c:_PyObject_VectorcallTstate:
  132|      5|{
  133|      5|    vectorcallfunc func;
  134|      5|    PyObject *res;
  135|       |
  136|      5|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 5, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|      5|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 5]
  |  Branch (137:5): [True: 5, False: 0]
  ------------------
  138|       |
  139|      5|    func = _PyVectorcall_FunctionInline(callable);
  140|      5|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 5]
  ------------------
  141|      0|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      0|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|      0|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|      0|    }
  144|      5|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|      5|}
dictobject.c:_PyVectorcall_FunctionInline:
   92|      5|{
   93|      5|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 5, False: 0]
  ------------------
   94|       |
   95|      5|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|      5|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|      5|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|      5|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 5]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|      5|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 5, False: 0]
  ------------------
  100|       |
  101|      5|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|      5|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 5, False: 0]
  ------------------
  103|       |
  104|      5|    vectorcallfunc ptr;
  105|      5|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|      5|    return ptr;
  107|      5|}
object.c:_PyObject_CallNoArgs:
  157|      2|_PyObject_CallNoArgs(PyObject *func) {
  158|      2|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|      2|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|      2|    PyThreadState *tstate = _PyThreadState_GET();
  160|      2|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|      2|}
object.c:_PyObject_VectorcallTstate:
  132|      2|{
  133|      2|    vectorcallfunc func;
  134|      2|    PyObject *res;
  135|       |
  136|      2|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 2, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|      2|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 2]
  |  Branch (137:5): [True: 2, False: 0]
  ------------------
  138|       |
  139|      2|    func = _PyVectorcall_FunctionInline(callable);
  140|      2|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 2]
  ------------------
  141|      0|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      0|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|      0|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|      0|    }
  144|      2|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|      2|}
object.c:_PyVectorcall_FunctionInline:
   92|      2|{
   93|      2|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 2, False: 0]
  ------------------
   94|       |
   95|      2|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|      2|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|      2|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 2]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|      2|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 2, False: 0]
  ------------------
  100|       |
  101|      2|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|      2|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 2, False: 0]
  ------------------
  103|       |
  104|      2|    vectorcallfunc ptr;
  105|      2|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|      2|    return ptr;
  107|      2|}
typeobject.c:_PyObject_VectorcallTstate:
  132|    398|{
  133|    398|    vectorcallfunc func;
  134|    398|    PyObject *res;
  135|       |
  136|    398|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 398, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|    398|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 398, False: 0]
  |  Branch (137:5): [True: 0, False: 0]
  ------------------
  138|       |
  139|    398|    func = _PyVectorcall_FunctionInline(callable);
  140|    398|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 398]
  ------------------
  141|      0|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      0|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|      0|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|      0|    }
  144|    398|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|    398|}
typeobject.c:_PyVectorcall_FunctionInline:
   92|    398|{
   93|    398|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 398, False: 0]
  ------------------
   94|       |
   95|    398|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|    398|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    398|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    398|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|    398|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|    398|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 398]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|    398|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 398, False: 0]
  ------------------
  100|       |
  101|    398|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|    398|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 398, False: 0]
  ------------------
  103|       |
  104|    398|    vectorcallfunc ptr;
  105|    398|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|    398|    return ptr;
  107|    398|}
bltinmodule.c:_PyObject_VectorcallTstate:
  132|      8|{
  133|      8|    vectorcallfunc func;
  134|      8|    PyObject *res;
  135|       |
  136|      8|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 8, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|      8|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 8, False: 0]
  |  Branch (137:5): [True: 0, False: 0]
  ------------------
  138|       |
  139|      8|    func = _PyVectorcall_FunctionInline(callable);
  140|      8|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 8]
  ------------------
  141|      0|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      0|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|      0|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|      0|    }
  144|      8|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|      8|}
bltinmodule.c:_PyVectorcall_FunctionInline:
   92|      8|{
   93|      8|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 8, False: 0]
  ------------------
   94|       |
   95|      8|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|      8|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|      8|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|      8|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 8]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|      8|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 8, False: 0]
  ------------------
  100|       |
  101|      8|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|      8|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 8, False: 0]
  ------------------
  103|       |
  104|      8|    vectorcallfunc ptr;
  105|      8|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|      8|    return ptr;
  107|      8|}
bufferedio.c:_PyObject_CallNoArgs:
  157|     13|_PyObject_CallNoArgs(PyObject *func) {
  158|     13|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|     13|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|     13|    PyThreadState *tstate = _PyThreadState_GET();
  160|     13|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|     13|}
bufferedio.c:_PyObject_VectorcallTstate:
  132|     13|{
  133|     13|    vectorcallfunc func;
  134|     13|    PyObject *res;
  135|       |
  136|     13|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 13, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|     13|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 13]
  |  Branch (137:5): [True: 13, False: 0]
  ------------------
  138|       |
  139|     13|    func = _PyVectorcall_FunctionInline(callable);
  140|     13|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 13]
  ------------------
  141|      0|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      0|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|      0|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|      0|    }
  144|     13|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|     13|}
bufferedio.c:_PyVectorcall_FunctionInline:
   92|     13|{
   93|     13|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 13, False: 0]
  ------------------
   94|       |
   95|     13|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|     13|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|     13|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|     13|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 13]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|     13|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 13, False: 0]
  ------------------
  100|       |
  101|     13|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|     13|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 13, False: 0]
  ------------------
  103|       |
  104|     13|    vectorcallfunc ptr;
  105|     13|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|     13|    return ptr;
  107|     13|}
_functoolsmodule.c:_PyObject_CallNoArgs:
  157|      1|_PyObject_CallNoArgs(PyObject *func) {
  158|      1|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|      1|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|      1|    PyThreadState *tstate = _PyThreadState_GET();
  160|      1|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|      1|}
_functoolsmodule.c:_PyObject_VectorcallTstate:
  132|      1|{
  133|      1|    vectorcallfunc func;
  134|      1|    PyObject *res;
  135|       |
  136|      1|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 1, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|      1|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 1]
  |  Branch (137:5): [True: 1, False: 0]
  ------------------
  138|       |
  139|      1|    func = _PyVectorcall_FunctionInline(callable);
  140|      1|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 1, False: 0]
  ------------------
  141|      1|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      1|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|      1|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|      1|    }
  144|      0|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|      1|}
_functoolsmodule.c:_PyVectorcall_FunctionInline:
   92|      1|{
   93|      1|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 1, False: 0]
  ------------------
   94|       |
   95|      1|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|      1|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|      1|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 1]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|      1|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 1, False: 0]
  ------------------
  100|       |
  101|      1|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|      1|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 1, False: 0]
  ------------------
  103|       |
  104|      1|    vectorcallfunc ptr;
  105|      1|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|      1|    return ptr;
  107|      1|}
abstract.c:_PyObject_CallNoArgs:
  157|     73|_PyObject_CallNoArgs(PyObject *func) {
  158|     73|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|     73|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|     73|    PyThreadState *tstate = _PyThreadState_GET();
  160|     73|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|     73|}
abstract.c:_PyObject_VectorcallTstate:
  132|     73|{
  133|     73|    vectorcallfunc func;
  134|     73|    PyObject *res;
  135|       |
  136|     73|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 73, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|     73|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 73]
  |  Branch (137:5): [True: 73, False: 0]
  ------------------
  138|       |
  139|     73|    func = _PyVectorcall_FunctionInline(callable);
  140|     73|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 73]
  ------------------
  141|      0|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      0|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|      0|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|      0|    }
  144|     73|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|     73|}
abstract.c:_PyVectorcall_FunctionInline:
   92|     73|{
   93|     73|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 73, False: 0]
  ------------------
   94|       |
   95|     73|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|     73|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|     73|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|     73|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 73]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|     73|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 73, False: 0]
  ------------------
  100|       |
  101|     73|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|     73|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 73, False: 0]
  ------------------
  103|       |
  104|     73|    vectorcallfunc ptr;
  105|     73|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|     73|    return ptr;
  107|     73|}
enumobject.c:_PyObject_CallNoArgs:
  157|     10|_PyObject_CallNoArgs(PyObject *func) {
  158|     10|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|     10|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  159|     10|    PyThreadState *tstate = _PyThreadState_GET();
  160|     10|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  161|     10|}
enumobject.c:_PyObject_VectorcallTstate:
  132|     10|{
  133|     10|    vectorcallfunc func;
  134|     10|    PyObject *res;
  135|       |
  136|     10|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (136:5): [True: 10, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  ------------------
  137|     10|    assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0);
  ------------------
  |  Branch (137:5): [True: 0, False: 10]
  |  Branch (137:5): [True: 10, False: 0]
  ------------------
  138|       |
  139|     10|    func = _PyVectorcall_FunctionInline(callable);
  140|     10|    if (func == NULL) {
  ------------------
  |  Branch (140:9): [True: 0, False: 10]
  ------------------
  141|      0|        Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      0|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  142|      0|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames);
  143|      0|    }
  144|     10|    res = func(callable, args, nargsf, kwnames);
  145|       |    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  146|     10|}
enumobject.c:_PyVectorcall_FunctionInline:
   92|     10|{
   93|     10|    assert(callable != NULL);
  ------------------
  |  Branch (93:5): [True: 10, False: 0]
  ------------------
   94|       |
   95|     10|    PyTypeObject *tp = Py_TYPE(callable);
  ------------------
  |  |  213|     10|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|     10|    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
  ------------------
  |  |  510|     10|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (96:9): [True: 0, False: 10]
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|     10|    assert(PyCallable_Check(callable));
  ------------------
  |  Branch (99:5): [True: 10, False: 0]
  ------------------
  100|       |
  101|     10|    Py_ssize_t offset = tp->tp_vectorcall_offset;
  102|     10|    assert(offset > 0);
  ------------------
  |  Branch (102:5): [True: 10, False: 0]
  ------------------
  103|       |
  104|     10|    vectorcallfunc ptr;
  105|     10|    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
  106|     10|    return ptr;
  107|     10|}

typeobject.c:PyCell_GetRef:
   39|     14|{
   40|     14|    PyObject *res;
   41|     14|    Py_BEGIN_CRITICAL_SECTION(cell);
  ------------------
  |  |   51|     14|    {
  ------------------
   42|       |#ifdef Py_GIL_DISABLED
   43|       |    res = _Py_XNewRefWithLock(cell->ob_ref);
   44|       |#else
   45|     14|    res = Py_XNewRef(cell->ob_ref);
  ------------------
  |  |  551|     14|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   46|     14|#endif
   47|     14|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     14|    }
  ------------------
   48|     14|    return res;
   49|     14|}
bltinmodule.c:PyCell_GetRef:
   39|     17|{
   40|     17|    PyObject *res;
   41|     17|    Py_BEGIN_CRITICAL_SECTION(cell);
  ------------------
  |  |   51|     17|    {
  ------------------
   42|       |#ifdef Py_GIL_DISABLED
   43|       |    res = _Py_XNewRefWithLock(cell->ob_ref);
   44|       |#else
   45|     17|    res = Py_XNewRef(cell->ob_ref);
  ------------------
  |  |  551|     17|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   46|     17|#endif
   47|     17|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     17|    }
  ------------------
   48|     17|    return res;
   49|     17|}
ceval.c:PyCell_SwapTakeRef:
   20|    240|{
   21|    240|    PyObject *old_value;
   22|    240|    Py_BEGIN_CRITICAL_SECTION(cell);
  ------------------
  |  |   51|    240|    {
  ------------------
   23|    240|    old_value = cell->ob_ref;
   24|    240|    FT_ATOMIC_STORE_PTR_RELEASE(cell->ob_ref, value);
  ------------------
  |  |  164|    240|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
   25|    240|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    240|    }
  ------------------
   26|    240|    return old_value;
   27|    240|}
ceval.c:_PyCell_GetStackRef:
   53|    847|{
   54|    847|    PyObject *value;
   55|       |#ifdef Py_GIL_DISABLED
   56|       |    value = _PyObject_CAST(_Py_atomic_load_ptr(&cell->ob_ref));
   57|       |    if (value == NULL) {
   58|       |        return PyStackRef_NULL;
   59|       |    }
   60|       |    _PyStackRef ref;
   61|       |    if (_Py_TryIncrefCompareStackRef(&cell->ob_ref, value, &ref)) {
   62|       |        return ref;
   63|       |    }
   64|       |#endif
   65|    847|    value = PyCell_GetRef(cell);
   66|    847|    if (value == NULL) {
  ------------------
  |  Branch (66:9): [True: 0, False: 847]
  ------------------
   67|      0|        return PyStackRef_NULL;
   68|      0|    }
   69|    847|    return PyStackRef_FromPyObjectSteal(value);
   70|    847|}
ceval.c:PyCell_GetRef:
   39|    847|{
   40|    847|    PyObject *res;
   41|    847|    Py_BEGIN_CRITICAL_SECTION(cell);
  ------------------
  |  |   51|    847|    {
  ------------------
   42|       |#ifdef Py_GIL_DISABLED
   43|       |    res = _Py_XNewRefWithLock(cell->ob_ref);
   44|       |#else
   45|    847|    res = Py_XNewRef(cell->ob_ref);
  ------------------
  |  |  551|    847|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    847|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    847|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   46|    847|#endif
   47|    847|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    847|    }
  ------------------
   48|    847|    return res;
   49|    847|}
ceval.c:PyCell_SetTakeRef:
   31|    240|{
   32|    240|    PyObject *old_value = PyCell_SwapTakeRef(cell, value);
   33|    240|    Py_XDECREF(old_value);
  ------------------
  |  |  524|    240|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   34|    240|}
cellobject.c:PyCell_SetTakeRef:
   31|    205|{
   32|    205|    PyObject *old_value = PyCell_SwapTakeRef(cell, value);
   33|    205|    Py_XDECREF(old_value);
  ------------------
  |  |  524|    205|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    205|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    205|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   34|    205|}
cellobject.c:PyCell_SwapTakeRef:
   20|    205|{
   21|    205|    PyObject *old_value;
   22|    205|    Py_BEGIN_CRITICAL_SECTION(cell);
  ------------------
  |  |   51|    205|    {
  ------------------
   23|    205|    old_value = cell->ob_ref;
   24|    205|    FT_ATOMIC_STORE_PTR_RELEASE(cell->ob_ref, value);
  ------------------
  |  |  164|    205|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
   25|    205|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    205|    }
  ------------------
   26|    205|    return old_value;
   27|    205|}

call.c:_Py_EnterRecursiveCallTstate:
  234|  1.75k|                                               const char *where) {
  235|  1.75k|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 1.75k]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|  1.75k|}
call.c:_Py_MakeRecCheck:
  211|  1.75k|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|  1.75k|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|  1.75k|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  214|       |    // Overflow if stack pointer is between soft limit and the base of the hardware stack.
  215|       |    // If it is below the hardware stack base, assume that we have the wrong stack limits, and do nothing.
  216|       |    // We could have the wrong stack limits because of limited platform support, or user-space threads.
  217|  1.75k|#if _Py_STACK_GROWS_DOWN
  218|  1.75k|    return here_addr < _tstate->c_stack_soft_limit && here_addr >= _tstate->c_stack_soft_limit - 2 * _PyOS_STACK_MARGIN_BYTES;
  ------------------
  |  |   55|      0|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      0|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      0|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (218:12): [True: 0, False: 1.75k]
  |  Branch (218:55): [True: 0, False: 0]
  ------------------
  219|       |#else
  220|       |    return here_addr > _tstate->c_stack_soft_limit && here_addr <= _tstate->c_stack_soft_limit + 2 * _PyOS_STACK_MARGIN_BYTES;
  221|       |#endif
  222|  1.75k|}
call.c:_Py_LeaveRecursiveCallTstate:
  243|  1.75k|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|  1.75k|    (void)tstate;
  245|  1.75k|}
object.c:_Py_EnterRecursiveCallTstate:
  234|  9.09k|                                               const char *where) {
  235|  9.09k|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 9.09k]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|  9.09k|}
object.c:_Py_MakeRecCheck:
  211|  9.09k|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|  9.09k|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|  9.09k|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  214|       |    // Overflow if stack pointer is between soft limit and the base of the hardware stack.
  215|       |    // If it is below the hardware stack base, assume that we have the wrong stack limits, and do nothing.
  216|       |    // We could have the wrong stack limits because of limited platform support, or user-space threads.
  217|  9.09k|#if _Py_STACK_GROWS_DOWN
  218|  9.09k|    return here_addr < _tstate->c_stack_soft_limit && here_addr >= _tstate->c_stack_soft_limit - 2 * _PyOS_STACK_MARGIN_BYTES;
  ------------------
  |  |   55|      0|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      0|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      0|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (218:12): [True: 0, False: 9.09k]
  |  Branch (218:55): [True: 0, False: 0]
  ------------------
  219|       |#else
  220|       |    return here_addr > _tstate->c_stack_soft_limit && here_addr <= _tstate->c_stack_soft_limit + 2 * _PyOS_STACK_MARGIN_BYTES;
  221|       |#endif
  222|  9.09k|}
object.c:_Py_LeaveRecursiveCallTstate:
  243|  9.09k|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|  9.09k|    (void)tstate;
  245|  9.09k|}
ceval.c:_PyEval_EvalFrame:
  119|  1.64k|{
  120|  1.64k|    EVAL_CALL_STAT_INC(EVAL_CALL_TOTAL);
  ------------------
  |  |   79|  1.64k|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  121|  1.64k|    if (tstate->interp->eval_frame == NULL) {
  ------------------
  |  Branch (121:9): [True: 1.64k, False: 0]
  ------------------
  122|  1.64k|        return _PyEval_EvalFrameDefault(tstate, frame, throwflag);
  123|  1.64k|    }
  124|      0|    return tstate->interp->eval_frame(tstate, frame, throwflag);
  125|  1.64k|}
ceval.c:_Py_EnterRecursiveCallTstate:
  234|  1.79k|                                               const char *where) {
  235|  1.79k|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 1.79k]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|  1.79k|}
ceval.c:_Py_MakeRecCheck:
  211|  1.79k|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|  1.79k|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|  1.79k|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  214|       |    // Overflow if stack pointer is between soft limit and the base of the hardware stack.
  215|       |    // If it is below the hardware stack base, assume that we have the wrong stack limits, and do nothing.
  216|       |    // We could have the wrong stack limits because of limited platform support, or user-space threads.
  217|  1.79k|#if _Py_STACK_GROWS_DOWN
  218|  1.79k|    return here_addr < _tstate->c_stack_soft_limit && here_addr >= _tstate->c_stack_soft_limit - 2 * _PyOS_STACK_MARGIN_BYTES;
  ------------------
  |  |   55|      0|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      0|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      0|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (218:12): [True: 0, False: 1.79k]
  |  Branch (218:55): [True: 0, False: 0]
  ------------------
  219|       |#else
  220|       |    return here_addr > _tstate->c_stack_soft_limit && here_addr <= _tstate->c_stack_soft_limit + 2 * _PyOS_STACK_MARGIN_BYTES;
  221|       |#endif
  222|  1.79k|}
ceval.c:_Py_LeaveRecursiveCallTstate:
  243|  1.29k|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|  1.29k|    (void)tstate;
  245|  1.29k|}
ceval.c:_Py_EnterRecursiveCall:
  238|     27|static inline int _Py_EnterRecursiveCall(const char *where) {
  239|     27|    PyThreadState *tstate = _PyThreadState_GET();
  240|     27|    return _Py_EnterRecursiveCallTstate(tstate, where);
  241|     27|}
ceval.c:_Py_LeaveRecursiveCall:
  256|     18|static inline void _Py_LeaveRecursiveCall(void)  {
  257|     18|}
gc.c:_Py_eval_breaker_bit_is_set:
  373|  3.31k|{
  374|  3.31k|    uintptr_t b = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
  375|  3.31k|    return (b & bit) != 0;
  376|  3.31k|}
gc.c:_Py_set_eval_breaker_bit:
  361|      6|{
  362|      6|    _Py_atomic_or_uintptr(&tstate->eval_breaker, bit);
  363|      6|}
ceval_gil.c:_Py_eval_breaker_bit_is_set:
  373|    794|{
  374|    794|    uintptr_t b = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
  375|    794|    return (b & bit) != 0;
  376|    794|}
ceval_gil.c:_Py_unset_eval_breaker_bit:
  367|    802|{
  368|    802|    _Py_atomic_and_uintptr(&tstate->eval_breaker, ~bit);
  369|    802|}
abstract.c:_Py_EnterRecursiveCallTstate:
  234|    214|                                               const char *where) {
  235|    214|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 214]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|    214|}
abstract.c:_Py_MakeRecCheck:
  211|    214|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|    214|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|    214|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  214|       |    // Overflow if stack pointer is between soft limit and the base of the hardware stack.
  215|       |    // If it is below the hardware stack base, assume that we have the wrong stack limits, and do nothing.
  216|       |    // We could have the wrong stack limits because of limited platform support, or user-space threads.
  217|    214|#if _Py_STACK_GROWS_DOWN
  218|    214|    return here_addr < _tstate->c_stack_soft_limit && here_addr >= _tstate->c_stack_soft_limit - 2 * _PyOS_STACK_MARGIN_BYTES;
  ------------------
  |  |   55|      0|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      0|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      0|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (218:12): [True: 0, False: 214]
  |  Branch (218:55): [True: 0, False: 0]
  ------------------
  219|       |#else
  220|       |    return here_addr > _tstate->c_stack_soft_limit && here_addr <= _tstate->c_stack_soft_limit + 2 * _PyOS_STACK_MARGIN_BYTES;
  221|       |#endif
  222|    214|}
abstract.c:_Py_LeaveRecursiveCallTstate:
  243|    214|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|    214|    (void)tstate;
  245|    214|}
descrobject.c:_Py_EnterRecursiveCallTstate:
  234|  1.10k|                                               const char *where) {
  235|  1.10k|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 1.10k]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|  1.10k|}
descrobject.c:_Py_MakeRecCheck:
  211|  1.10k|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|  1.10k|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|  1.10k|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  214|       |    // Overflow if stack pointer is between soft limit and the base of the hardware stack.
  215|       |    // If it is below the hardware stack base, assume that we have the wrong stack limits, and do nothing.
  216|       |    // We could have the wrong stack limits because of limited platform support, or user-space threads.
  217|  1.10k|#if _Py_STACK_GROWS_DOWN
  218|  1.10k|    return here_addr < _tstate->c_stack_soft_limit && here_addr >= _tstate->c_stack_soft_limit - 2 * _PyOS_STACK_MARGIN_BYTES;
  ------------------
  |  |   55|      0|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      0|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      0|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (218:12): [True: 0, False: 1.10k]
  |  Branch (218:55): [True: 0, False: 0]
  ------------------
  219|       |#else
  220|       |    return here_addr > _tstate->c_stack_soft_limit && here_addr <= _tstate->c_stack_soft_limit + 2 * _PyOS_STACK_MARGIN_BYTES;
  221|       |#endif
  222|  1.10k|}
descrobject.c:_Py_LeaveRecursiveCallTstate:
  243|  1.08k|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|  1.08k|    (void)tstate;
  245|  1.08k|}
descrobject.c:_Py_LeaveRecursiveCall:
  256|     14|static inline void _Py_LeaveRecursiveCall(void)  {
  257|     14|}
genobject.c:_PyEval_EvalFrame:
  119|    120|{
  120|    120|    EVAL_CALL_STAT_INC(EVAL_CALL_TOTAL);
  ------------------
  |  |   79|    120|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  121|    120|    if (tstate->interp->eval_frame == NULL) {
  ------------------
  |  Branch (121:9): [True: 120, False: 0]
  ------------------
  122|    120|        return _PyEval_EvalFrameDefault(tstate, frame, throwflag);
  123|    120|    }
  124|      0|    return tstate->interp->eval_frame(tstate, frame, throwflag);
  125|    120|}
methodobject.c:_Py_EnterRecursiveCallTstate:
  234|  2.96k|                                               const char *where) {
  235|  2.96k|    return (_Py_MakeRecCheck(tstate) && _Py_CheckRecursiveCall(tstate, where));
  ------------------
  |  Branch (235:13): [True: 0, False: 2.96k]
  |  Branch (235:41): [True: 0, False: 0]
  ------------------
  236|  2.96k|}
methodobject.c:_Py_MakeRecCheck:
  211|  2.96k|static inline int _Py_MakeRecCheck(PyThreadState *tstate)  {
  212|  2.96k|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  213|  2.96k|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  214|       |    // Overflow if stack pointer is between soft limit and the base of the hardware stack.
  215|       |    // If it is below the hardware stack base, assume that we have the wrong stack limits, and do nothing.
  216|       |    // We could have the wrong stack limits because of limited platform support, or user-space threads.
  217|  2.96k|#if _Py_STACK_GROWS_DOWN
  218|  2.96k|    return here_addr < _tstate->c_stack_soft_limit && here_addr >= _tstate->c_stack_soft_limit - 2 * _PyOS_STACK_MARGIN_BYTES;
  ------------------
  |  |   55|      0|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      0|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      0|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (218:12): [True: 0, False: 2.96k]
  |  Branch (218:55): [True: 0, False: 0]
  ------------------
  219|       |#else
  220|       |    return here_addr > _tstate->c_stack_soft_limit && here_addr <= _tstate->c_stack_soft_limit + 2 * _PyOS_STACK_MARGIN_BYTES;
  221|       |#endif
  222|  2.96k|}
methodobject.c:_Py_LeaveRecursiveCallTstate:
  243|  2.96k|static inline void _Py_LeaveRecursiveCallTstate(PyThreadState *tstate) {
  244|  2.96k|    (void)tstate;
  245|  2.96k|}

typeobject.c:_PyLocals_GetKind:
  205|     28|{
  206|     28|    assert(PyBytes_Check(kinds));
  ------------------
  |  Branch (206:5): [True: 28, False: 0]
  ------------------
  207|     28|    assert(0 <= i && i < PyBytes_GET_SIZE(kinds));
  ------------------
  |  Branch (207:5): [True: 28, False: 0]
  |  Branch (207:5): [True: 28, False: 0]
  ------------------
  208|     28|    char *ptr = PyBytes_AS_STRING(kinds);
  ------------------
  |  |   27|     28|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|     28|    return (_PyLocals_Kind)(ptr[i]);
  210|     28|}
ceval.c:read_u16:
  364|  64.7k|{
  365|  64.7k|    return *p;
  366|  64.7k|}
ceval.c:read_obj:
  386|  4.08k|{
  387|  4.08k|    PyObject *val;
  388|  4.08k|    memcpy(&val, p, sizeof(val));
  389|  4.08k|    return val;
  390|  4.08k|}
ceval.c:read_u32:
  370|  20.4k|{
  371|  20.4k|    uint32_t val;
  372|  20.4k|    memcpy(&val, p, sizeof(val));
  373|  20.4k|    return val;
  374|  20.4k|}
ceval.c:parse_varint:
  395|  1.88k|parse_varint(unsigned char *p, int *result) {
  396|  1.88k|    int val = p[0] & 63;
  397|  2.54k|    while (p[0] & 64) {
  ------------------
  |  Branch (397:12): [True: 654, False: 1.88k]
  ------------------
  398|    654|        p++;
  399|    654|        val = (val << 6) | (p[0] & 63);
  400|    654|    }
  401|  1.88k|    *result = val;
  402|  1.88k|    return p+1;
  403|  1.88k|}
specialize.c:adaptive_counter_warmup:
  480|  2.16k|adaptive_counter_warmup(void) {
  481|  2.16k|    return adaptive_counter_bits(ADAPTIVE_WARMUP_VALUE,
  ------------------
  |  |  454|  2.16k|#define ADAPTIVE_WARMUP_VALUE 1
  ------------------
  482|  2.16k|                                 ADAPTIVE_WARMUP_BACKOFF);
  ------------------
  |  |  455|  2.16k|#define ADAPTIVE_WARMUP_BACKOFF 1
  ------------------
  483|  2.16k|}
specialize.c:adaptive_counter_bits:
  475|  6.32k|adaptive_counter_bits(uint16_t value, uint16_t backoff) {
  476|  6.32k|    return make_backoff_counter(value, backoff);
  477|  6.32k|}
specialize.c:adaptive_counter_cooldown:
  486|  4.15k|adaptive_counter_cooldown(void) {
  487|  4.15k|    return adaptive_counter_bits(ADAPTIVE_COOLDOWN_VALUE,
  ------------------
  |  |  463|  4.15k|#define ADAPTIVE_COOLDOWN_VALUE 52
  ------------------
  488|  4.15k|                                 ADAPTIVE_COOLDOWN_BACKOFF);
  ------------------
  |  |  464|  4.15k|#define ADAPTIVE_COOLDOWN_BACKOFF 0
  ------------------
  489|  4.15k|}
specialize.c:adaptive_counter_backoff:
  492|    419|adaptive_counter_backoff(_Py_BackoffCounter counter) {
  493|    419|    return restart_backoff_counter(counter);
  494|    419|}
specialize.c:write_u32:
  346|  1.15k|{
  347|  1.15k|    memcpy(p, &val, sizeof(val));
  348|  1.15k|}
specialize.c:write_ptr:
  358|    280|{
  359|    280|    memcpy(p, &val, sizeof(val));
  360|    280|}
codeobject.c:_PyLocals_SetKind:
  214|      5|{
  215|      5|    assert(PyBytes_Check(kinds));
  ------------------
  |  Branch (215:5): [True: 5, False: 0]
  ------------------
  216|      5|    assert(0 <= i && i < PyBytes_GET_SIZE(kinds));
  ------------------
  |  Branch (216:5): [True: 5, False: 0]
  |  Branch (216:5): [True: 5, False: 0]
  ------------------
  217|      5|    char *ptr = PyBytes_AS_STRING(kinds);
  ------------------
  |  |   27|      5|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  218|      5|    ptr[i] = (char) kind;
  219|      5|}
codeobject.c:_PyLocals_GetKind:
  205|  13.2k|{
  206|  13.2k|    assert(PyBytes_Check(kinds));
  ------------------
  |  Branch (206:5): [True: 13.2k, False: 0]
  ------------------
  207|  13.2k|    assert(0 <= i && i < PyBytes_GET_SIZE(kinds));
  ------------------
  |  Branch (207:5): [True: 13.2k, False: 0]
  |  Branch (207:5): [True: 13.2k, False: 0]
  ------------------
  208|  13.2k|    char *ptr = PyBytes_AS_STRING(kinds);
  ------------------
  |  |   27|  13.2k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  13.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|  13.2k|    return (_PyLocals_Kind)(ptr[i]);
  210|  13.2k|}
frameobject.c:_PyLocals_GetKind:
  205|      2|{
  206|      2|    assert(PyBytes_Check(kinds));
  ------------------
  |  Branch (206:5): [True: 2, False: 0]
  ------------------
  207|      2|    assert(0 <= i && i < PyBytes_GET_SIZE(kinds));
  ------------------
  |  Branch (207:5): [True: 2, False: 0]
  |  Branch (207:5): [True: 2, False: 0]
  ------------------
  208|      2|    char *ptr = PyBytes_AS_STRING(kinds);
  ------------------
  |  |   27|      2|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|      2|    return (_PyLocals_Kind)(ptr[i]);
  210|      2|}
assemble.c:write_location_entry_start:
  434|      9|{
  435|      9|    assert((code & 15) == code);
  ------------------
  |  Branch (435:5): [True: 9, False: 0]
  ------------------
  436|      9|    *ptr = 128 | (uint8_t)(code << 3) | (uint8_t)(length - 1);
  437|      9|    return 1;
  438|      9|}
assemble.c:write_signed_varint:
  420|      1|{
  421|      1|    unsigned int uval;
  422|      1|    if (val < 0) {
  ------------------
  |  Branch (422:9): [True: 1, False: 0]
  ------------------
  423|       |        // (unsigned int)(-val) has an undefined behavior for INT_MIN
  424|      1|        uval = ((0 - (unsigned int)val) << 1) | 1;
  425|      1|    }
  426|      0|    else {
  427|      0|        uval = (unsigned int)val << 1;
  428|      0|    }
  429|      1|    return write_varint(ptr, uval);
  430|      1|}
assemble.c:write_varint:
  407|      4|{
  408|      4|    int written = 1;
  409|      4|    while (val >= 64) {
  ------------------
  |  Branch (409:12): [True: 0, False: 4]
  ------------------
  410|      0|        *ptr++ = 64 | (val & 63);
  411|      0|        val >>= 6;
  412|      0|        written++;
  413|      0|    }
  414|      4|    *ptr = (uint8_t)val;
  415|      4|    return written;
  416|      4|}

dictobject.c:DK_ENTRIES:
  273|  2.27k|static inline PyDictKeyEntry* DK_ENTRIES(PyDictKeysObject *dk) {
  274|  2.27k|    assert(dk->dk_kind == DICT_KEYS_GENERAL);
  ------------------
  |  Branch (274:5): [True: 2.27k, False: 0]
  ------------------
  275|  2.27k|    return (PyDictKeyEntry*)_DK_ENTRIES(dk);
  276|  2.27k|}
dictobject.c:_DK_ENTRIES:
  267|   219k|static inline void* _DK_ENTRIES(PyDictKeysObject *dk) {
  268|   219k|    int8_t *indices = (int8_t*)(dk->dk_indices);
  269|   219k|    size_t index = (size_t)1 << dk->dk_log2_index_bytes;
  270|   219k|    return (&indices[index]);
  271|   219k|}
dictobject.c:DK_UNICODE_ENTRIES:
  277|  73.0k|static inline PyDictUnicodeEntry* DK_UNICODE_ENTRIES(PyDictKeysObject *dk) {
  278|  73.0k|    assert(dk->dk_kind != DICT_KEYS_GENERAL);
  ------------------
  |  Branch (278:5): [True: 73.0k, False: 0]
  ------------------
  279|  73.0k|    return (PyDictUnicodeEntry*)_DK_ENTRIES(dk);
  280|  73.0k|}
dictobject.c:get_insertion_order_array:
  328|    301|{
  329|    301|    return (uint8_t *)&values->values[values->capacity];
  330|    301|}
dictobject.c:_PyDict_NotifyEvent:
  310|  31.9k|{
  311|  31.9k|    assert(Py_REFCNT((PyObject*)mp) > 0);
  ------------------
  |  Branch (311:5): [True: 31.9k, False: 0]
  ------------------
  312|  31.9k|    int watcher_bits = FT_ATOMIC_LOAD_UINT64_ACQUIRE(mp->_ma_watcher_tag) & DICT_WATCHER_MASK;
  ------------------
  |  |  160|  31.9k|#define FT_ATOMIC_LOAD_UINT64_ACQUIRE(value) value
  ------------------
                  int watcher_bits = FT_ATOMIC_LOAD_UINT64_ACQUIRE(mp->_ma_watcher_tag) & DICT_WATCHER_MASK;
  ------------------
  |  |  285|  31.9k|#define DICT_WATCHER_MASK ((1 << DICT_MAX_WATCHERS) - 1)
  |  |  ------------------
  |  |  |  |   11|  31.9k|#define DICT_MAX_WATCHERS 8
  |  |  ------------------
  ------------------
  313|  31.9k|    if (watcher_bits) {
  ------------------
  |  Branch (313:9): [True: 5.85k, False: 26.0k]
  ------------------
  314|  5.85k|        RARE_EVENT_STAT_INC(watched_dict_modification);
  ------------------
  |  |   89|  5.85k|#define RARE_EVENT_STAT_INC(name) ((void)0)
  ------------------
  315|  5.85k|        _PyDict_SendEvent(watcher_bits, event, mp, key, value);
  316|  5.85k|    }
  317|  31.9k|}
dictobject.c:_PyDictValues_AddToInsertionOrder:
  334|    301|{
  335|    301|    assert(ix < SHARED_KEYS_MAX_SIZE);
  ------------------
  |  Branch (335:5): [True: 301, False: 0]
  ------------------
  336|    301|    int size = values->size;
  337|    301|    uint8_t *array = get_insertion_order_array(values);
  338|    301|    assert(size < values->capacity);
  ------------------
  |  Branch (338:5): [True: 301, False: 0]
  ------------------
  339|    301|    assert(((uint8_t)ix) == ix);
  ------------------
  |  Branch (339:5): [True: 301, False: 0]
  ------------------
  340|    301|    array[size] = (uint8_t)ix;
  341|    301|    values->size = size+1;
  342|    301|}
dictobject.c:shared_keys_usable_size:
  350|    720|{
  351|       |    // dk_usable will decrease for each instance that is created and each
  352|       |    // value that is added.  dk_nentries will increase for each value that
  353|       |    // is added.  We want to always return the right value or larger.
  354|       |    // We therefore increase dk_nentries first and we decrease dk_usable
  355|       |    // second, and conversely here we read dk_usable first and dk_entries
  356|       |    // second (to avoid the case where we read entries before the increment
  357|       |    // and read usable after the decrement)
  358|    720|    Py_ssize_t dk_usable = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_usable);
  ------------------
  |  |  148|    720|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  359|    720|    Py_ssize_t dk_nentries = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_nentries);
  ------------------
  |  |  148|    720|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  360|    720|    return dk_nentries + dk_usable;
  361|    720|}
typeobject.c:_PyInlineValuesSize:
  365|    626|{
  366|    626|    PyDictKeysObject *keys = ((PyHeapTypeObject*)tp)->ht_cached_keys;
  367|    626|    assert(keys != NULL);
  ------------------
  |  Branch (367:5): [True: 626, False: 0]
  ------------------
  368|    626|    size_t size = shared_keys_usable_size(keys);
  369|    626|    size_t prefix_size = _Py_SIZE_ROUND_UP(size, sizeof(PyObject *));
  ------------------
  |  |  213|    626|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|    626|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
  370|    626|    assert(prefix_size < 256);
  ------------------
  |  Branch (370:5): [True: 626, False: 0]
  ------------------
  371|    626|    return prefix_size + (size + 1) * sizeof(PyObject *);
  372|    626|}
typeobject.c:shared_keys_usable_size:
  350|    626|{
  351|       |    // dk_usable will decrease for each instance that is created and each
  352|       |    // value that is added.  dk_nentries will increase for each value that
  353|       |    // is added.  We want to always return the right value or larger.
  354|       |    // We therefore increase dk_nentries first and we decrease dk_usable
  355|       |    // second, and conversely here we read dk_usable first and dk_entries
  356|       |    // second (to avoid the case where we read entries before the increment
  357|       |    // and read usable after the decrement)
  358|    626|    Py_ssize_t dk_usable = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_usable);
  ------------------
  |  |  148|    626|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  359|    626|    Py_ssize_t dk_nentries = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_nentries);
  ------------------
  |  |  148|    626|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  360|    626|    return dk_nentries + dk_usable;
  361|    626|}
ceval.c:DK_UNICODE_ENTRIES:
  277|  14.7k|static inline PyDictUnicodeEntry* DK_UNICODE_ENTRIES(PyDictKeysObject *dk) {
  278|  14.7k|    assert(dk->dk_kind != DICT_KEYS_GENERAL);
  ------------------
  |  Branch (278:5): [True: 14.7k, False: 0]
  ------------------
  279|  14.7k|    return (PyDictUnicodeEntry*)_DK_ENTRIES(dk);
  280|  14.7k|}
ceval.c:_DK_ENTRIES:
  267|  14.7k|static inline void* _DK_ENTRIES(PyDictKeysObject *dk) {
  268|  14.7k|    int8_t *indices = (int8_t*)(dk->dk_indices);
  269|  14.7k|    size_t index = (size_t)1 << dk->dk_log2_index_bytes;
  270|  14.7k|    return (&indices[index]);
  271|  14.7k|}
ceval.c:_PyDictValues_AddToInsertionOrder:
  334|  2.06k|{
  335|  2.06k|    assert(ix < SHARED_KEYS_MAX_SIZE);
  ------------------
  |  Branch (335:5): [True: 2.06k, False: 0]
  ------------------
  336|  2.06k|    int size = values->size;
  337|  2.06k|    uint8_t *array = get_insertion_order_array(values);
  338|  2.06k|    assert(size < values->capacity);
  ------------------
  |  Branch (338:5): [True: 2.06k, False: 0]
  ------------------
  339|  2.06k|    assert(((uint8_t)ix) == ix);
  ------------------
  |  Branch (339:5): [True: 2.06k, False: 0]
  ------------------
  340|  2.06k|    array[size] = (uint8_t)ix;
  341|  2.06k|    values->size = size+1;
  342|  2.06k|}
ceval.c:get_insertion_order_array:
  328|  2.06k|{
  329|  2.06k|    return (uint8_t *)&values->values[values->capacity];
  330|  2.06k|}

bytesobject.c:_PyFreeList_PopMem:
   99|     15|{
  100|     15|    void *op = _PyFreeList_PopNoStats(fl);
  101|     15|    if (op != NULL) {
  ------------------
  |  Branch (101:9): [True: 13, False: 2]
  ------------------
  102|     13|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|     13|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
  103|     13|    }
  104|     15|    return op;
  105|     15|}
bytesobject.c:_PyFreeList_PopNoStats:
   76|     15|{
   77|     15|    void *obj = fl->freelist;
   78|     15|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 13, False: 2]
  ------------------
   79|     13|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 13, False: 0]
  ------------------
   80|     13|        fl->freelist = *(void **)obj;
   81|     13|        fl->size--;
   82|     13|    }
   83|     15|    return obj;
   84|     15|}
bytesobject.c:_PyFreeList_Free:
   68|     15|{
   69|     15|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 15]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|     15|}
bytesobject.c:_PyFreeList_Push:
   54|     15|{
   55|     15|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 15, False: 0]
  |  Branch (55:31): [True: 15, False: 0]
  ------------------
   56|     15|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|     15|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|     15|        fl->freelist = obj;
   58|     15|        fl->size++;
   59|     15|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|     15|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|     15|        return 1;
   61|     15|    }
   62|      0|    return 0;
   63|     15|}
bytesobject.c:_Py_freelists_GET:
   19|     30|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|     30|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|     30|    return &interp->object_state.freelists;
   30|     30|#endif
   31|     30|}
floatobject.c:_PyFreeList_Pop:
   88|    215|{
   89|    215|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|    215|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 193, False: 22]
  ------------------
   91|    193|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|    193|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|    193|        _Py_NewReference(op);
   93|    193|    }
   94|    215|    return op;
   95|    215|}
floatobject.c:_PyFreeList_PopNoStats:
   76|    215|{
   77|    215|    void *obj = fl->freelist;
   78|    215|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 193, False: 22]
  ------------------
   79|    193|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 193, False: 0]
  ------------------
   80|    193|        fl->freelist = *(void **)obj;
   81|    193|        fl->size--;
   82|    193|    }
   83|    215|    return obj;
   84|    215|}
floatobject.c:_Py_freelists_GET:
   19|    415|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|    415|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|    415|    return &interp->object_state.freelists;
   30|    415|#endif
   31|    415|}
floatobject.c:_PyFreeList_Free:
   68|    200|{
   69|    200|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 200]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|    200|}
floatobject.c:_PyFreeList_Push:
   54|    200|{
   55|    200|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 200, False: 0]
  |  Branch (55:31): [True: 200, False: 0]
  ------------------
   56|    200|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|    200|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|    200|        fl->freelist = obj;
   58|    200|        fl->size++;
   59|    200|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|    200|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|    200|        return 1;
   61|    200|    }
   62|      0|    return 0;
   63|    200|}
listobject.c:_Py_freelists_GET:
   19|  2.90k|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|  2.90k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  2.90k|    return &interp->object_state.freelists;
   30|  2.90k|#endif
   31|  2.90k|}
listobject.c:_PyFreeList_Pop:
   88|  1.51k|{
   89|  1.51k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|  1.51k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 1.35k, False: 161]
  ------------------
   91|  1.35k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  1.35k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|  1.35k|        _Py_NewReference(op);
   93|  1.35k|    }
   94|  1.51k|    return op;
   95|  1.51k|}
listobject.c:_PyFreeList_PopNoStats:
   76|  1.51k|{
   77|  1.51k|    void *obj = fl->freelist;
   78|  1.51k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 1.35k, False: 161]
  ------------------
   79|  1.35k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 1.35k, False: 0]
  ------------------
   80|  1.35k|        fl->freelist = *(void **)obj;
   81|  1.35k|        fl->size--;
   82|  1.35k|    }
   83|  1.51k|    return obj;
   84|  1.51k|}
listobject.c:_PyFreeList_Free:
   68|  1.38k|{
   69|  1.38k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 1.38k]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|  1.38k|}
listobject.c:_PyFreeList_Push:
   54|  1.38k|{
   55|  1.38k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 1.38k, False: 0]
  |  Branch (55:31): [True: 1.38k, False: 0]
  ------------------
   56|  1.38k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  1.38k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  1.38k|        fl->freelist = obj;
   58|  1.38k|        fl->size++;
   59|  1.38k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  1.38k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  1.38k|        return 1;
   61|  1.38k|    }
   62|      0|    return 0;
   63|  1.38k|}
longobject.c:_PyFreeList_Pop:
   88|    808|{
   89|    808|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|    808|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 486, False: 322]
  ------------------
   91|    486|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|    486|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|    486|        _Py_NewReference(op);
   93|    486|    }
   94|    808|    return op;
   95|    808|}
longobject.c:_PyFreeList_PopNoStats:
   76|    808|{
   77|    808|    void *obj = fl->freelist;
   78|    808|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 486, False: 322]
  ------------------
   79|    486|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 486, False: 0]
  ------------------
   80|    486|        fl->freelist = *(void **)obj;
   81|    486|        fl->size--;
   82|    486|    }
   83|    808|    return obj;
   84|    808|}
longobject.c:_PyFreeList_Free:
   68|    515|{
   69|    515|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 515]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|    515|}
longobject.c:_PyFreeList_Push:
   54|    515|{
   55|    515|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 515, False: 0]
  |  Branch (55:31): [True: 515, False: 0]
  ------------------
   56|    515|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|    515|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|    515|        fl->freelist = obj;
   58|    515|        fl->size++;
   59|    515|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|    515|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|    515|        return 1;
   61|    515|    }
   62|      0|    return 0;
   63|    515|}
longobject.c:_Py_freelists_GET:
   19|  1.32k|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|  1.32k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  1.32k|    return &interp->object_state.freelists;
   30|  1.32k|#endif
   31|  1.32k|}
dictobject.c:_Py_freelists_GET:
   19|  6.92k|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|  6.92k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  6.92k|    return &interp->object_state.freelists;
   30|  6.92k|#endif
   31|  6.92k|}
dictobject.c:_PyFreeList_Pop:
   88|  3.02k|{
   89|  3.02k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|  3.02k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 1.52k, False: 1.50k]
  ------------------
   91|  1.52k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  1.52k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|  1.52k|        _Py_NewReference(op);
   93|  1.52k|    }
   94|  3.02k|    return op;
   95|  3.02k|}
dictobject.c:_PyFreeList_PopNoStats:
   76|  4.44k|{
   77|  4.44k|    void *obj = fl->freelist;
   78|  4.44k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 2.46k, False: 1.98k]
  ------------------
   79|  2.46k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 2.46k, False: 0]
  ------------------
   80|  2.46k|        fl->freelist = *(void **)obj;
   81|  2.46k|        fl->size--;
   82|  2.46k|    }
   83|  4.44k|    return obj;
   84|  4.44k|}
dictobject.c:_PyFreeList_Free:
   68|  2.48k|{
   69|  2.48k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 2.48k]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|  2.48k|}
dictobject.c:_PyFreeList_Push:
   54|  2.48k|{
   55|  2.48k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 2.48k, False: 0]
  |  Branch (55:31): [True: 2.48k, False: 0]
  ------------------
   56|  2.48k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  2.48k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  2.48k|        fl->freelist = obj;
   58|  2.48k|        fl->size++;
   59|  2.48k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  2.48k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  2.48k|        return 1;
   61|  2.48k|    }
   62|      0|    return 0;
   63|  2.48k|}
dictobject.c:_PyFreeList_PopMem:
   99|  1.42k|{
  100|  1.42k|    void *op = _PyFreeList_PopNoStats(fl);
  101|  1.42k|    if (op != NULL) {
  ------------------
  |  Branch (101:9): [True: 942, False: 480]
  ------------------
  102|    942|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|    942|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
  103|    942|    }
  104|  1.42k|    return op;
  105|  1.42k|}
rangeobject.c:_PyFreeList_Free:
   68|    158|{
   69|    158|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 158]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|    158|}
rangeobject.c:_PyFreeList_Push:
   54|    158|{
   55|    158|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 158, False: 0]
  |  Branch (55:31): [True: 158, False: 0]
  ------------------
   56|    158|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|    158|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|    158|        fl->freelist = obj;
   58|    158|        fl->size++;
   59|    158|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|    158|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|    158|        return 1;
   61|    158|    }
   62|      0|    return 0;
   63|    158|}
rangeobject.c:_Py_freelists_GET:
   19|    316|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|    316|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|    316|    return &interp->object_state.freelists;
   30|    316|#endif
   31|    316|}
rangeobject.c:_PyFreeList_Pop:
   88|    158|{
   89|    158|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|    158|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 153, False: 5]
  ------------------
   91|    153|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|    153|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|    153|        _Py_NewReference(op);
   93|    153|    }
   94|    158|    return op;
   95|    158|}
rangeobject.c:_PyFreeList_PopNoStats:
   76|    158|{
   77|    158|    void *obj = fl->freelist;
   78|    158|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 153, False: 5]
  ------------------
   79|    153|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 153, False: 0]
  ------------------
   80|    153|        fl->freelist = *(void **)obj;
   81|    153|        fl->size--;
   82|    153|    }
   83|    158|    return obj;
   84|    158|}
sliceobject.c:_PyFreeList_Pop:
   88|    184|{
   89|    184|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|    184|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 74, False: 110]
  ------------------
   91|     74|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|     74|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|     74|        _Py_NewReference(op);
   93|     74|    }
   94|    184|    return op;
   95|    184|}
sliceobject.c:_PyFreeList_PopNoStats:
   76|    184|{
   77|    184|    void *obj = fl->freelist;
   78|    184|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 74, False: 110]
  ------------------
   79|     74|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 74, False: 0]
  ------------------
   80|     74|        fl->freelist = *(void **)obj;
   81|     74|        fl->size--;
   82|     74|    }
   83|    184|    return obj;
   84|    184|}
sliceobject.c:_Py_freelists_GET:
   19|    272|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|    272|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|    272|    return &interp->object_state.freelists;
   30|    272|#endif
   31|    272|}
sliceobject.c:_PyFreeList_Free:
   68|     88|{
   69|     88|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 12, False: 76]
  ------------------
   70|     12|        dofree(obj);
   71|     12|    }
   72|     88|}
sliceobject.c:_PyFreeList_Push:
   54|     88|{
   55|     88|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 76, False: 12]
  |  Branch (55:31): [True: 76, False: 0]
  ------------------
   56|     76|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|     76|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|     76|        fl->freelist = obj;
   58|     76|        fl->size++;
   59|     76|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|     76|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|     76|        return 1;
   61|     76|    }
   62|     12|    return 0;
   63|     88|}
tupleobject.c:_PyFreeList_Pop:
   88|  11.8k|{
   89|  11.8k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|  11.8k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 5.83k, False: 6.05k]
  ------------------
   91|  5.83k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  5.83k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|  5.83k|        _Py_NewReference(op);
   93|  5.83k|    }
   94|  11.8k|    return op;
   95|  11.8k|}
tupleobject.c:_PyFreeList_PopNoStats:
   76|  11.8k|{
   77|  11.8k|    void *obj = fl->freelist;
   78|  11.8k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 5.83k, False: 6.05k]
  ------------------
   79|  5.83k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 5.83k, False: 0]
  ------------------
   80|  5.83k|        fl->freelist = *(void **)obj;
   81|  5.83k|        fl->size--;
   82|  5.83k|    }
   83|  11.8k|    return obj;
   84|  11.8k|}
tupleobject.c:_PyFreeList_Free:
   68|     64|{
   69|     64|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 64]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|     64|}
tupleobject.c:_PyFreeList_Push:
   54|  6.00k|{
   55|  6.00k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 6.00k, False: 0]
  |  Branch (55:31): [True: 6.00k, False: 0]
  ------------------
   56|  6.00k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  6.00k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  6.00k|        fl->freelist = obj;
   58|  6.00k|        fl->size++;
   59|  6.00k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  6.00k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  6.00k|        return 1;
   61|  6.00k|    }
   62|      0|    return 0;
   63|  6.00k|}
tupleobject.c:_Py_freelists_GET:
   19|  17.8k|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|  17.8k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  17.8k|    return &interp->object_state.freelists;
   30|  17.8k|#endif
   31|  17.8k|}
classobject.c:_PyFreeList_Pop:
   88|    710|{
   89|    710|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|    710|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 698, False: 12]
  ------------------
   91|    698|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|    698|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|    698|        _Py_NewReference(op);
   93|    698|    }
   94|    710|    return op;
   95|    710|}
classobject.c:_PyFreeList_PopNoStats:
   76|    710|{
   77|    710|    void *obj = fl->freelist;
   78|    710|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 698, False: 12]
  ------------------
   79|    698|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 698, False: 0]
  ------------------
   80|    698|        fl->freelist = *(void **)obj;
   81|    698|        fl->size--;
   82|    698|    }
   83|    710|    return obj;
   84|    710|}
classobject.c:_Py_freelists_GET:
   19|  1.41k|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|  1.41k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  1.41k|    return &interp->object_state.freelists;
   30|  1.41k|#endif
   31|  1.41k|}
classobject.c:_PyFreeList_Free:
   68|    708|{
   69|    708|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 708]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|    708|}
classobject.c:_PyFreeList_Push:
   54|    708|{
   55|    708|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 708, False: 0]
  |  Branch (55:31): [True: 708, False: 0]
  ------------------
   56|    708|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|    708|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|    708|        fl->freelist = obj;
   58|    708|        fl->size++;
   59|    708|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|    708|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|    708|        return 1;
   61|    708|    }
   62|      0|    return 0;
   63|    708|}
methodobject.c:_PyFreeList_Pop:
   88|  2.70k|{
   89|  2.70k|    PyObject *op = _PyFreeList_PopNoStats(fl);
   90|  2.70k|    if (op != NULL) {
  ------------------
  |  Branch (90:9): [True: 1.34k, False: 1.36k]
  ------------------
   91|  1.34k|        OBJECT_STAT_INC(from_freelist);
  ------------------
  |  |   77|  1.34k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   92|  1.34k|        _Py_NewReference(op);
   93|  1.34k|    }
   94|  2.70k|    return op;
   95|  2.70k|}
methodobject.c:_PyFreeList_PopNoStats:
   76|  2.70k|{
   77|  2.70k|    void *obj = fl->freelist;
   78|  2.70k|    if (obj != NULL) {
  ------------------
  |  Branch (78:9): [True: 1.34k, False: 1.36k]
  ------------------
   79|  1.34k|        assert(fl->size > 0);
  ------------------
  |  Branch (79:9): [True: 1.34k, False: 0]
  ------------------
   80|  1.34k|        fl->freelist = *(void **)obj;
   81|  1.34k|        fl->size--;
   82|  1.34k|    }
   83|  2.70k|    return obj;
   84|  2.70k|}
methodobject.c:_Py_freelists_GET:
   19|  4.05k|{
   20|       |#ifdef Py_DEBUG
   21|       |    _Py_AssertHoldsTstate();
   22|       |#endif
   23|       |
   24|       |#ifdef Py_GIL_DISABLED
   25|       |    PyThreadState *tstate = _PyThreadState_GET();
   26|       |    return &((_PyThreadStateImpl*)tstate)->freelists;
   27|       |#else
   28|  4.05k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   29|  4.05k|    return &interp->object_state.freelists;
   30|  4.05k|#endif
   31|  4.05k|}
methodobject.c:_PyFreeList_Free:
   68|  1.34k|{
   69|  1.34k|    if (!_PyFreeList_Push(fl, obj, maxsize)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 1.34k]
  ------------------
   70|      0|        dofree(obj);
   71|      0|    }
   72|  1.34k|}
methodobject.c:_PyFreeList_Push:
   54|  1.34k|{
   55|  1.34k|    if (fl->size < maxsize && fl->size >= 0) {
  ------------------
  |  Branch (55:9): [True: 1.34k, False: 0]
  |  Branch (55:31): [True: 1.34k, False: 0]
  ------------------
   56|  1.34k|        FT_ATOMIC_STORE_PTR_RELAXED(*(void **)obj, fl->freelist);
  ------------------
  |  |  163|  1.34k|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
   57|  1.34k|        fl->freelist = obj;
   58|  1.34k|        fl->size++;
   59|  1.34k|        OBJECT_STAT_INC(to_freelist);
  ------------------
  |  |   77|  1.34k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
   60|  1.34k|        return 1;
   61|  1.34k|    }
   62|      0|    return 0;
   63|  1.34k|}

typeobject.c:_PyFunction_IsVersionValid:
   26|     10|{
   27|     10|    return version >= FUNC_VERSION_FIRST_VALID;
  ------------------
  |  |   20|     10|#define FUNC_VERSION_FIRST_VALID 2
  ------------------
   28|     10|}
specialize.c:_PyFunction_IsVersionValid:
   26|    277|{
   27|    277|    return version >= FUNC_VERSION_FIRST_VALID;
  ------------------
  |  |   20|    277|#define FUNC_VERSION_FIRST_VALID 2
  ------------------
   28|    277|}

bytesobject.c:_PyObject_GC_UNTRACK:
  253|      2|{
  254|      2|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      2|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2, False: 0]
  |  |  ------------------
  |  |  415|      2|      ? (void)(0) \
  |  |  416|      2|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|      2|                          "object not tracked by the garbage collector",
  256|      2|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|      2|    PyGC_Head *gc = _Py_AS_GC(op);
  262|      2|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|      2|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|      2|    _PyGCHead_SET_NEXT(prev, next);
  265|      2|    _PyGCHead_SET_PREV(next, prev);
  266|      2|    gc->_gc_next = 0;
  267|      2|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|      2|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|      2|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|      2|    gcstate->heap_size--;
  270|      2|#endif
  271|      2|}
bytesobject.c:_PyObject_GC_IS_TRACKED:
   73|      4|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|      4|    PyGC_Head *gc = _Py_AS_GC(op);
   78|      4|    return (gc->_gc_next != 0);
   79|      4|#endif
   80|      4|}
bytesobject.c:_Py_AS_GC:
   17|      8|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|      8|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|      8|    return (PyGC_Head*)gc;
   20|      8|}
bytesobject.c:_PyGCHead_PREV:
  155|      2|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|      2|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|      2|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      2|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|      2|    return (PyGC_Head*)prev;
  158|      2|}
bytesobject.c:_PyGCHead_NEXT:
  146|      2|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|      2|    uintptr_t next = gc->_gc_next;
  148|      2|    return (PyGC_Head*)next;
  149|      2|}
bytesobject.c:_PyGCHead_SET_NEXT:
  150|      6|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|      6|    gc->_gc_next = (uintptr_t)next;
  152|      6|}
bytesobject.c:_PyGCHead_SET_PREV:
  160|      4|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|      4|    uintptr_t uprev = (uintptr_t)prev;
  162|      4|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 4, False: 0]
  ------------------
  163|      4|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|      4|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      4|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|      4|}
bytesobject.c:_PyObject_GC_TRACK:
  213|      2|{
  214|      2|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      2|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2, False: 0]
  |  |  ------------------
  |  |  415|      2|      ? (void)(0) \
  |  |  416|      2|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|      2|                          "object already tracked by the garbage collector",
  216|      2|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|      2|    PyGC_Head *gc = _Py_AS_GC(op);
  221|      2|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|      2|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2, False: 0]
  |  |  ------------------
  |  |  415|      2|      ? (void)(0) \
  |  |  416|      2|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|      2|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|      2|                          "object is in generation which is garbage collected",
  224|      2|                          filename, lineno, __func__);
  225|       |
  226|      2|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|      2|    PyGC_Head *generation0 = gcstate->generation0;
  228|      2|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|      2|    _PyGCHead_SET_NEXT(last, gc);
  230|      2|    _PyGCHead_SET_PREV(gc, last);
  231|      2|    _PyGCHead_SET_NEXT(gc, generation0);
  232|      2|    generation0->_gc_prev = (uintptr_t)gc;
  233|      2|    gcstate->heap_size++;
  234|      2|#endif
  235|      2|}
exceptions.c:_PyObject_GC_UNTRACK:
  253|    139|{
  254|    139|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    139|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 139, False: 0]
  |  |  ------------------
  |  |  415|    139|      ? (void)(0) \
  |  |  416|    139|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    139|                          "object not tracked by the garbage collector",
  256|    139|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    139|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    139|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    139|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    139|    _PyGCHead_SET_NEXT(prev, next);
  265|    139|    _PyGCHead_SET_PREV(next, prev);
  266|    139|    gc->_gc_next = 0;
  267|    139|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    139|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    139|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    139|    gcstate->heap_size--;
  270|    139|#endif
  271|    139|}
exceptions.c:_PyObject_GC_IS_TRACKED:
   73|    139|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|    139|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    139|    return (gc->_gc_next != 0);
   79|    139|#endif
   80|    139|}
exceptions.c:_Py_AS_GC:
   17|    278|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    278|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    278|    return (PyGC_Head*)gc;
   20|    278|}
exceptions.c:_PyGCHead_PREV:
  155|    139|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    139|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    139|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    139|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    139|    return (PyGC_Head*)prev;
  158|    139|}
exceptions.c:_PyGCHead_NEXT:
  146|    139|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    139|    uintptr_t next = gc->_gc_next;
  148|    139|    return (PyGC_Head*)next;
  149|    139|}
exceptions.c:_PyGCHead_SET_NEXT:
  150|    139|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|    139|    gc->_gc_next = (uintptr_t)next;
  152|    139|}
exceptions.c:_PyGCHead_SET_PREV:
  160|    139|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|    139|    uintptr_t uprev = (uintptr_t)prev;
  162|    139|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 139, False: 0]
  ------------------
  163|    139|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|    139|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    139|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|    139|}
genericaliasobject.c:_PyObject_GC_UNTRACK:
  253|      4|{
  254|      4|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      4|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 4, False: 0]
  |  |  ------------------
  |  |  415|      4|      ? (void)(0) \
  |  |  416|      4|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|      4|                          "object not tracked by the garbage collector",
  256|      4|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|      4|    PyGC_Head *gc = _Py_AS_GC(op);
  262|      4|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|      4|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|      4|    _PyGCHead_SET_NEXT(prev, next);
  265|      4|    _PyGCHead_SET_PREV(next, prev);
  266|      4|    gc->_gc_next = 0;
  267|      4|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|      4|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|      4|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|      4|    gcstate->heap_size--;
  270|      4|#endif
  271|      4|}
genericaliasobject.c:_PyObject_GC_IS_TRACKED:
   73|      4|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|      4|    PyGC_Head *gc = _Py_AS_GC(op);
   78|      4|    return (gc->_gc_next != 0);
   79|      4|#endif
   80|      4|}
genericaliasobject.c:_Py_AS_GC:
   17|      8|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|      8|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|      8|    return (PyGC_Head*)gc;
   20|      8|}
genericaliasobject.c:_PyGCHead_PREV:
  155|      4|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|      4|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|      4|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      4|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|      4|    return (PyGC_Head*)prev;
  158|      4|}
genericaliasobject.c:_PyGCHead_NEXT:
  146|      4|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|      4|    uintptr_t next = gc->_gc_next;
  148|      4|    return (PyGC_Head*)next;
  149|      4|}
genericaliasobject.c:_PyGCHead_SET_NEXT:
  150|      4|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|      4|    gc->_gc_next = (uintptr_t)next;
  152|      4|}
genericaliasobject.c:_PyGCHead_SET_PREV:
  160|      4|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|      4|    uintptr_t uprev = (uintptr_t)prev;
  162|      4|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 4, False: 0]
  ------------------
  163|      4|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|      4|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      4|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|      4|}
funcobject.c:_PyObject_GC_TRACK:
  213|  2.16k|{
  214|  2.16k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  2.16k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.16k, False: 0]
  |  |  ------------------
  |  |  415|  2.16k|      ? (void)(0) \
  |  |  416|  2.16k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|  2.16k|                          "object already tracked by the garbage collector",
  216|  2.16k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  2.16k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  2.16k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  2.16k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.16k, False: 0]
  |  |  ------------------
  |  |  415|  2.16k|      ? (void)(0) \
  |  |  416|  2.16k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|  2.16k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  2.16k|                          "object is in generation which is garbage collected",
  224|  2.16k|                          filename, lineno, __func__);
  225|       |
  226|  2.16k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  2.16k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  2.16k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  2.16k|    _PyGCHead_SET_NEXT(last, gc);
  230|  2.16k|    _PyGCHead_SET_PREV(gc, last);
  231|  2.16k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  2.16k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  2.16k|    gcstate->heap_size++;
  234|  2.16k|#endif
  235|  2.16k|}
funcobject.c:_PyObject_GC_IS_TRACKED:
   73|  2.67k|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|  2.67k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  2.67k|    return (gc->_gc_next != 0);
   79|  2.67k|#endif
   80|  2.67k|}
funcobject.c:_Py_AS_GC:
   17|  5.34k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  5.34k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  5.34k|    return (PyGC_Head*)gc;
   20|  5.34k|}
funcobject.c:_PyGCHead_SET_NEXT:
  150|  4.83k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  4.83k|    gc->_gc_next = (uintptr_t)next;
  152|  4.83k|}
funcobject.c:_PyGCHead_SET_PREV:
  160|  2.67k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  2.67k|    uintptr_t uprev = (uintptr_t)prev;
  162|  2.67k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 2.67k, False: 0]
  ------------------
  163|  2.67k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  2.67k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  2.67k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  2.67k|}
funcobject.c:_PyObject_GC_UNTRACK:
  253|    506|{
  254|    506|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    506|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 506, False: 0]
  |  |  ------------------
  |  |  415|    506|      ? (void)(0) \
  |  |  416|    506|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    506|                          "object not tracked by the garbage collector",
  256|    506|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    506|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    506|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    506|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    506|    _PyGCHead_SET_NEXT(prev, next);
  265|    506|    _PyGCHead_SET_PREV(next, prev);
  266|    506|    gc->_gc_next = 0;
  267|    506|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    506|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    506|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    506|    gcstate->heap_size--;
  270|    506|#endif
  271|    506|}
funcobject.c:_PyGCHead_PREV:
  155|    506|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    506|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    506|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    506|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    506|    return (PyGC_Head*)prev;
  158|    506|}
funcobject.c:_PyGCHead_NEXT:
  146|    506|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    506|    uintptr_t next = gc->_gc_next;
  148|    506|    return (PyGC_Head*)next;
  149|    506|}
listobject.c:_PyObject_GC_TRACK:
  213|  1.51k|{
  214|  1.51k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  1.51k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.51k, False: 0]
  |  |  ------------------
  |  |  415|  1.51k|      ? (void)(0) \
  |  |  416|  1.51k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|  1.51k|                          "object already tracked by the garbage collector",
  216|  1.51k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  1.51k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  1.51k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  1.51k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1.51k, False: 0]
  |  |  ------------------
  |  |  415|  1.51k|      ? (void)(0) \
  |  |  416|  1.51k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|  1.51k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  1.51k|                          "object is in generation which is garbage collected",
  224|  1.51k|                          filename, lineno, __func__);
  225|       |
  226|  1.51k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  1.51k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  1.51k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  1.51k|    _PyGCHead_SET_NEXT(last, gc);
  230|  1.51k|    _PyGCHead_SET_PREV(gc, last);
  231|  1.51k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  1.51k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  1.51k|    gcstate->heap_size++;
  234|  1.51k|#endif
  235|  1.51k|}
listobject.c:_PyObject_GC_IS_TRACKED:
   73|  1.54k|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|  1.54k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  1.54k|    return (gc->_gc_next != 0);
   79|  1.54k|#endif
   80|  1.54k|}
listobject.c:_Py_AS_GC:
   17|  3.08k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  3.08k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  3.08k|    return (PyGC_Head*)gc;
   20|  3.08k|}
listobject.c:_PyGCHead_SET_NEXT:
  150|  3.06k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  3.06k|    gc->_gc_next = (uintptr_t)next;
  152|  3.06k|}
listobject.c:_PyGCHead_SET_PREV:
  160|  1.54k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  1.54k|    uintptr_t uprev = (uintptr_t)prev;
  162|  1.54k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 1.54k, False: 0]
  ------------------
  163|  1.54k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  1.54k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  1.54k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  1.54k|}
listobject.c:_PyObject_GC_UNTRACK:
  253|     27|{
  254|     27|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     27|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 27, False: 0]
  |  |  ------------------
  |  |  415|     27|      ? (void)(0) \
  |  |  416|     27|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|     27|                          "object not tracked by the garbage collector",
  256|     27|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|     27|    PyGC_Head *gc = _Py_AS_GC(op);
  262|     27|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|     27|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|     27|    _PyGCHead_SET_NEXT(prev, next);
  265|     27|    _PyGCHead_SET_PREV(next, prev);
  266|     27|    gc->_gc_next = 0;
  267|     27|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     27|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|     27|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|     27|    gcstate->heap_size--;
  270|     27|#endif
  271|     27|}
listobject.c:_PyGCHead_PREV:
  155|     27|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|     27|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|     27|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     27|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|     27|    return (PyGC_Head*)prev;
  158|     27|}
listobject.c:_PyGCHead_NEXT:
  146|     27|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|     27|    uintptr_t next = gc->_gc_next;
  148|     27|    return (PyGC_Head*)next;
  149|     27|}
dictobject.c:_PyObject_GC_IS_TRACKED:
   73|  3.99k|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|  3.99k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  3.99k|    return (gc->_gc_next != 0);
   79|  3.99k|#endif
   80|  3.99k|}
dictobject.c:_Py_AS_GC:
   17|  7.69k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  7.69k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  7.69k|    return (PyGC_Head*)gc;
   20|  7.69k|}
dictobject.c:_PyObject_GC_UNTRACK:
  253|    289|{
  254|    289|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    289|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 289, False: 0]
  |  |  ------------------
  |  |  415|    289|      ? (void)(0) \
  |  |  416|    289|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    289|                          "object not tracked by the garbage collector",
  256|    289|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    289|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    289|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    289|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    289|    _PyGCHead_SET_NEXT(prev, next);
  265|    289|    _PyGCHead_SET_PREV(next, prev);
  266|    289|    gc->_gc_next = 0;
  267|    289|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    289|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    289|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    289|    gcstate->heap_size--;
  270|    289|#endif
  271|    289|}
dictobject.c:_PyGCHead_PREV:
  155|    289|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    289|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    289|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    289|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    289|    return (PyGC_Head*)prev;
  158|    289|}
dictobject.c:_PyGCHead_NEXT:
  146|    289|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    289|    uintptr_t next = gc->_gc_next;
  148|    289|    return (PyGC_Head*)next;
  149|    289|}
dictobject.c:_PyGCHead_SET_NEXT:
  150|  7.10k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  7.10k|    gc->_gc_next = (uintptr_t)next;
  152|  7.10k|}
dictobject.c:_PyGCHead_SET_PREV:
  160|  3.69k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  3.69k|    uintptr_t uprev = (uintptr_t)prev;
  162|  3.69k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 3.69k, False: 0]
  ------------------
  163|  3.69k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  3.69k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  3.69k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  3.69k|}
dictobject.c:_PyObject_GC_TRACK:
  213|  3.40k|{
  214|  3.40k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  3.40k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 3.40k, False: 0]
  |  |  ------------------
  |  |  415|  3.40k|      ? (void)(0) \
  |  |  416|  3.40k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|  3.40k|                          "object already tracked by the garbage collector",
  216|  3.40k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  3.40k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  3.40k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  3.40k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 3.40k, False: 0]
  |  |  ------------------
  |  |  415|  3.40k|      ? (void)(0) \
  |  |  416|  3.40k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|  3.40k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  3.40k|                          "object is in generation which is garbage collected",
  224|  3.40k|                          filename, lineno, __func__);
  225|       |
  226|  3.40k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  3.40k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  3.40k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  3.40k|    _PyGCHead_SET_NEXT(last, gc);
  230|  3.40k|    _PyGCHead_SET_PREV(gc, last);
  231|  3.40k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  3.40k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  3.40k|    gcstate->heap_size++;
  234|  3.40k|#endif
  235|  3.40k|}
memoryobject.c:_PyObject_GC_UNTRACK:
  253|     39|{
  254|     39|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     39|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 39, False: 0]
  |  |  ------------------
  |  |  415|     39|      ? (void)(0) \
  |  |  416|     39|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|     39|                          "object not tracked by the garbage collector",
  256|     39|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|     39|    PyGC_Head *gc = _Py_AS_GC(op);
  262|     39|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|     39|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|     39|    _PyGCHead_SET_NEXT(prev, next);
  265|     39|    _PyGCHead_SET_PREV(next, prev);
  266|     39|    gc->_gc_next = 0;
  267|     39|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     39|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|     39|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|     39|    gcstate->heap_size--;
  270|     39|#endif
  271|     39|}
memoryobject.c:_PyObject_GC_IS_TRACKED:
   73|     78|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|     78|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     78|    return (gc->_gc_next != 0);
   79|     78|#endif
   80|     78|}
memoryobject.c:_Py_AS_GC:
   17|    156|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    156|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    156|    return (PyGC_Head*)gc;
   20|    156|}
memoryobject.c:_PyGCHead_PREV:
  155|     39|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|     39|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|     39|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     39|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|     39|    return (PyGC_Head*)prev;
  158|     39|}
memoryobject.c:_PyGCHead_NEXT:
  146|     39|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|     39|    uintptr_t next = gc->_gc_next;
  148|     39|    return (PyGC_Head*)next;
  149|     39|}
memoryobject.c:_PyGCHead_SET_NEXT:
  150|    117|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|    117|    gc->_gc_next = (uintptr_t)next;
  152|    117|}
memoryobject.c:_PyGCHead_SET_PREV:
  160|     78|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     78|    uintptr_t uprev = (uintptr_t)prev;
  162|     78|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 78, False: 0]
  ------------------
  163|     78|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     78|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     78|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     78|}
memoryobject.c:_PyObject_GC_TRACK:
  213|     39|{
  214|     39|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     39|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 39, False: 0]
  |  |  ------------------
  |  |  415|     39|      ? (void)(0) \
  |  |  416|     39|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|     39|                          "object already tracked by the garbage collector",
  216|     39|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|     39|    PyGC_Head *gc = _Py_AS_GC(op);
  221|     39|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|     39|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 39, False: 0]
  |  |  ------------------
  |  |  415|     39|      ? (void)(0) \
  |  |  416|     39|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|     39|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|     39|                          "object is in generation which is garbage collected",
  224|     39|                          filename, lineno, __func__);
  225|       |
  226|     39|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|     39|    PyGC_Head *generation0 = gcstate->generation0;
  228|     39|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|     39|    _PyGCHead_SET_NEXT(last, gc);
  230|     39|    _PyGCHead_SET_PREV(gc, last);
  231|     39|    _PyGCHead_SET_NEXT(gc, generation0);
  232|     39|    generation0->_gc_prev = (uintptr_t)gc;
  233|     39|    gcstate->heap_size++;
  234|     39|#endif
  235|     39|}
object.c:_PyGC_FINALIZED:
  166|     93|static inline int _PyGC_FINALIZED(PyObject *op) {
  167|       |#ifdef Py_GIL_DISABLED
  168|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_FINALIZED);
  169|       |#else
  170|     93|    PyGC_Head *gc = _Py_AS_GC(op);
  171|     93|    return ((gc->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0);
  ------------------
  |  |  117|     93|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  172|     93|#endif
  173|     93|}
object.c:_PyGC_SET_FINALIZED:
  174|     93|static inline void _PyGC_SET_FINALIZED(PyObject *op) {
  175|       |#ifdef Py_GIL_DISABLED
  176|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_FINALIZED);
  177|       |#else
  178|     93|    PyGC_Head *gc = _Py_AS_GC(op);
  179|     93|    gc->_gc_prev |= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     93|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  180|     93|#endif
  181|     93|}
object.c:_PyObject_GC_IS_TRACKED:
   73|  1.74k|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|  1.74k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  1.74k|    return (gc->_gc_next != 0);
   79|  1.74k|#endif
   80|  1.74k|}
object.c:_PyObject_GC_UNTRACK:
  253|    826|{
  254|    826|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    826|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 826, False: 0]
  |  |  ------------------
  |  |  415|    826|      ? (void)(0) \
  |  |  416|    826|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    826|                          "object not tracked by the garbage collector",
  256|    826|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    826|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    826|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    826|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    826|    _PyGCHead_SET_NEXT(prev, next);
  265|    826|    _PyGCHead_SET_PREV(next, prev);
  266|    826|    gc->_gc_next = 0;
  267|    826|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    826|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    826|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    826|    gcstate->heap_size--;
  270|    826|#endif
  271|    826|}
object.c:_PyGCHead_PREV:
  155|    826|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    826|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    826|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    826|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    826|    return (PyGC_Head*)prev;
  158|    826|}
object.c:_PyGCHead_NEXT:
  146|    826|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    826|    uintptr_t next = gc->_gc_next;
  148|    826|    return (PyGC_Head*)next;
  149|    826|}
object.c:_PyGCHead_SET_NEXT:
  150|    826|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|    826|    gc->_gc_next = (uintptr_t)next;
  152|    826|}
object.c:_PyGCHead_SET_PREV:
  160|    826|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|    826|    uintptr_t uprev = (uintptr_t)prev;
  162|    826|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 826, False: 0]
  ------------------
  163|    826|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|    826|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    826|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|    826|}
object.c:_Py_AS_GC:
   17|  2.75k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  2.75k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  2.75k|    return (PyGC_Head*)gc;
   20|  2.75k|}
sentinelobject.c:_PyObject_GC_TRACK:
  213|      1|{
  214|      1|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      1|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  415|      1|      ? (void)(0) \
  |  |  416|      1|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|      1|                          "object already tracked by the garbage collector",
  216|      1|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|      1|    PyGC_Head *gc = _Py_AS_GC(op);
  221|      1|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|      1|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  415|      1|      ? (void)(0) \
  |  |  416|      1|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|      1|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|      1|                          "object is in generation which is garbage collected",
  224|      1|                          filename, lineno, __func__);
  225|       |
  226|      1|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|      1|    PyGC_Head *generation0 = gcstate->generation0;
  228|      1|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|      1|    _PyGCHead_SET_NEXT(last, gc);
  230|      1|    _PyGCHead_SET_PREV(gc, last);
  231|      1|    _PyGCHead_SET_NEXT(gc, generation0);
  232|      1|    generation0->_gc_prev = (uintptr_t)gc;
  233|      1|    gcstate->heap_size++;
  234|      1|#endif
  235|      1|}
sentinelobject.c:_PyObject_GC_IS_TRACKED:
   73|      1|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|      1|    PyGC_Head *gc = _Py_AS_GC(op);
   78|      1|    return (gc->_gc_next != 0);
   79|      1|#endif
   80|      1|}
sentinelobject.c:_Py_AS_GC:
   17|      2|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|      2|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|      2|    return (PyGC_Head*)gc;
   20|      2|}
sentinelobject.c:_PyGCHead_SET_NEXT:
  150|      2|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|      2|    gc->_gc_next = (uintptr_t)next;
  152|      2|}
sentinelobject.c:_PyGCHead_SET_PREV:
  160|      1|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|      1|    uintptr_t uprev = (uintptr_t)prev;
  162|      1|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 1, False: 0]
  ------------------
  163|      1|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|      1|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      1|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|      1|}
setobject.c:_PyObject_GC_UNTRACK:
  253|    156|{
  254|    156|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    156|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 156, False: 0]
  |  |  ------------------
  |  |  415|    156|      ? (void)(0) \
  |  |  416|    156|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    156|                          "object not tracked by the garbage collector",
  256|    156|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    156|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    156|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    156|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    156|    _PyGCHead_SET_NEXT(prev, next);
  265|    156|    _PyGCHead_SET_PREV(next, prev);
  266|    156|    gc->_gc_next = 0;
  267|    156|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    156|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    156|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    156|    gcstate->heap_size--;
  270|    156|#endif
  271|    156|}
setobject.c:_PyObject_GC_IS_TRACKED:
   73|    228|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|    228|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    228|    return (gc->_gc_next != 0);
   79|    228|#endif
   80|    228|}
setobject.c:_Py_AS_GC:
   17|    456|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    456|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    456|    return (PyGC_Head*)gc;
   20|    456|}
setobject.c:_PyGCHead_PREV:
  155|    156|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    156|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    156|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    156|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    156|    return (PyGC_Head*)prev;
  158|    156|}
setobject.c:_PyGCHead_NEXT:
  146|    156|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    156|    uintptr_t next = gc->_gc_next;
  148|    156|    return (PyGC_Head*)next;
  149|    156|}
setobject.c:_PyGCHead_SET_NEXT:
  150|    300|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|    300|    gc->_gc_next = (uintptr_t)next;
  152|    300|}
setobject.c:_PyGCHead_SET_PREV:
  160|    228|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|    228|    uintptr_t uprev = (uintptr_t)prev;
  162|    228|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 228, False: 0]
  ------------------
  163|    228|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|    228|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    228|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|    228|}
setobject.c:_PyObject_GC_MAY_BE_TRACKED:
   85|    751|static inline int _PyObject_GC_MAY_BE_TRACKED(PyObject *obj) {
   86|    751|    if (!PyObject_IS_GC(obj)) {
  ------------------
  |  Branch (86:9): [True: 732, False: 19]
  ------------------
   87|    732|        return 0;
   88|    732|    }
   89|     19|    if (PyTuple_CheckExact(obj)) {
  ------------------
  |  |   28|     19|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|     19|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 19]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|      0|        return _PyObject_GC_IS_TRACKED(obj);
  ------------------
  |  |   81|      0|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   91|      0|    }
   92|     19|    return 1;
   93|     19|}
setobject.c:_PyObject_GC_TRACK:
  213|     72|{
  214|     72|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     72|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 72, False: 0]
  |  |  ------------------
  |  |  415|     72|      ? (void)(0) \
  |  |  416|     72|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|     72|                          "object already tracked by the garbage collector",
  216|     72|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|     72|    PyGC_Head *gc = _Py_AS_GC(op);
  221|     72|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|     72|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 72, False: 0]
  |  |  ------------------
  |  |  415|     72|      ? (void)(0) \
  |  |  416|     72|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|     72|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|     72|                          "object is in generation which is garbage collected",
  224|     72|                          filename, lineno, __func__);
  225|       |
  226|     72|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|     72|    PyGC_Head *generation0 = gcstate->generation0;
  228|     72|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|     72|    _PyGCHead_SET_NEXT(last, gc);
  230|     72|    _PyGCHead_SET_PREV(gc, last);
  231|     72|    _PyGCHead_SET_NEXT(gc, generation0);
  232|     72|    generation0->_gc_prev = (uintptr_t)gc;
  233|     72|    gcstate->heap_size++;
  234|     72|#endif
  235|     72|}
sliceobject.c:_PyObject_GC_TRACK:
  213|    184|{
  214|    184|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    184|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 184, False: 0]
  |  |  ------------------
  |  |  415|    184|      ? (void)(0) \
  |  |  416|    184|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|    184|                          "object already tracked by the garbage collector",
  216|    184|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|    184|    PyGC_Head *gc = _Py_AS_GC(op);
  221|    184|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|    184|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 184, False: 0]
  |  |  ------------------
  |  |  415|    184|      ? (void)(0) \
  |  |  416|    184|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|    184|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|    184|                          "object is in generation which is garbage collected",
  224|    184|                          filename, lineno, __func__);
  225|       |
  226|    184|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|    184|    PyGC_Head *generation0 = gcstate->generation0;
  228|    184|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|    184|    _PyGCHead_SET_NEXT(last, gc);
  230|    184|    _PyGCHead_SET_PREV(gc, last);
  231|    184|    _PyGCHead_SET_NEXT(gc, generation0);
  232|    184|    generation0->_gc_prev = (uintptr_t)gc;
  233|    184|    gcstate->heap_size++;
  234|    184|#endif
  235|    184|}
sliceobject.c:_PyObject_GC_IS_TRACKED:
   73|    184|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|    184|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    184|    return (gc->_gc_next != 0);
   79|    184|#endif
   80|    184|}
sliceobject.c:_Py_AS_GC:
   17|    368|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    368|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    368|    return (PyGC_Head*)gc;
   20|    368|}
sliceobject.c:_PyGCHead_SET_NEXT:
  150|    368|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|    368|    gc->_gc_next = (uintptr_t)next;
  152|    368|}
sliceobject.c:_PyGCHead_SET_PREV:
  160|    184|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|    184|    uintptr_t uprev = (uintptr_t)prev;
  162|    184|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 184, False: 0]
  ------------------
  163|    184|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|    184|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    184|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|    184|}
tupleobject.c:_PyObject_GC_TRACK:
  213|  9.98k|{
  214|  9.98k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  9.98k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 9.98k, False: 0]
  |  |  ------------------
  |  |  415|  9.98k|      ? (void)(0) \
  |  |  416|  9.98k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|  9.98k|                          "object already tracked by the garbage collector",
  216|  9.98k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  9.98k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  9.98k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  9.98k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 9.98k, False: 0]
  |  |  ------------------
  |  |  415|  9.98k|      ? (void)(0) \
  |  |  416|  9.98k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|  9.98k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  9.98k|                          "object is in generation which is garbage collected",
  224|  9.98k|                          filename, lineno, __func__);
  225|       |
  226|  9.98k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  9.98k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  9.98k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  9.98k|    _PyGCHead_SET_NEXT(last, gc);
  230|  9.98k|    _PyGCHead_SET_PREV(gc, last);
  231|  9.98k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  9.98k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  9.98k|    gcstate->heap_size++;
  234|  9.98k|#endif
  235|  9.98k|}
tupleobject.c:_Py_AS_GC:
   17|  32.1k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  32.1k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  32.1k|    return (PyGC_Head*)gc;
   20|  32.1k|}
tupleobject.c:_PyGCHead_SET_NEXT:
  150|  23.6k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  23.6k|    gc->_gc_next = (uintptr_t)next;
  152|  23.6k|}
tupleobject.c:_PyGCHead_SET_PREV:
  160|  13.7k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  13.7k|    uintptr_t uprev = (uintptr_t)prev;
  162|  13.7k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 13.7k, False: 0]
  ------------------
  163|  13.7k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  13.7k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  13.7k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  13.7k|}
tupleobject.c:_PyObject_GC_IS_TRACKED:
   73|  18.4k|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|  18.4k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  18.4k|    return (gc->_gc_next != 0);
   79|  18.4k|#endif
   80|  18.4k|}
tupleobject.c:_PyObject_GC_MAY_BE_TRACKED:
   85|  17.8k|static inline int _PyObject_GC_MAY_BE_TRACKED(PyObject *obj) {
   86|  17.8k|    if (!PyObject_IS_GC(obj)) {
  ------------------
  |  Branch (86:9): [True: 17.0k, False: 841]
  ------------------
   87|  17.0k|        return 0;
   88|  17.0k|    }
   89|    841|    if (PyTuple_CheckExact(obj)) {
  ------------------
  |  |   28|    841|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|    841|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    841|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    841|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 349, False: 492]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|    349|        return _PyObject_GC_IS_TRACKED(obj);
  ------------------
  |  |   81|    349|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|    349|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   91|    349|    }
   92|    492|    return 1;
   93|    841|}
tupleobject.c:_PyObject_GC_UNTRACK:
  253|  3.72k|{
  254|  3.72k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  3.72k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 3.72k, False: 0]
  |  |  ------------------
  |  |  415|  3.72k|      ? (void)(0) \
  |  |  416|  3.72k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|  3.72k|                          "object not tracked by the garbage collector",
  256|  3.72k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  3.72k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  3.72k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  3.72k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  3.72k|    _PyGCHead_SET_NEXT(prev, next);
  265|  3.72k|    _PyGCHead_SET_PREV(next, prev);
  266|  3.72k|    gc->_gc_next = 0;
  267|  3.72k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  3.72k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  3.72k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  3.72k|    gcstate->heap_size--;
  270|  3.72k|#endif
  271|  3.72k|}
tupleobject.c:_PyGCHead_PREV:
  155|  3.72k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  3.72k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  3.72k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  3.72k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  3.72k|    return (PyGC_Head*)prev;
  158|  3.72k|}
tupleobject.c:_PyGCHead_NEXT:
  146|  3.72k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  3.72k|    uintptr_t next = gc->_gc_next;
  148|  3.72k|    return (PyGC_Head*)next;
  149|  3.72k|}
typeobject.c:_PyObject_GC_TRACK:
  213|  8.99k|{
  214|  8.99k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  8.99k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 8.99k, False: 0]
  |  |  ------------------
  |  |  415|  8.99k|      ? (void)(0) \
  |  |  416|  8.99k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|  8.99k|                          "object already tracked by the garbage collector",
  216|  8.99k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  8.99k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  8.99k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  8.99k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 8.99k, False: 0]
  |  |  ------------------
  |  |  415|  8.99k|      ? (void)(0) \
  |  |  416|  8.99k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|  8.99k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  8.99k|                          "object is in generation which is garbage collected",
  224|  8.99k|                          filename, lineno, __func__);
  225|       |
  226|  8.99k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  8.99k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  8.99k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  8.99k|    _PyGCHead_SET_NEXT(last, gc);
  230|  8.99k|    _PyGCHead_SET_PREV(gc, last);
  231|  8.99k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  8.99k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  8.99k|    gcstate->heap_size++;
  234|  8.99k|#endif
  235|  8.99k|}
typeobject.c:_PyObject_GC_IS_TRACKED:
   73|  9.24k|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|  9.24k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  9.24k|    return (gc->_gc_next != 0);
   79|  9.24k|#endif
   80|  9.24k|}
typeobject.c:_Py_AS_GC:
   17|  18.4k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  18.4k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  18.4k|    return (PyGC_Head*)gc;
   20|  18.4k|}
typeobject.c:_PyGCHead_SET_NEXT:
  150|  18.2k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  18.2k|    gc->_gc_next = (uintptr_t)next;
  152|  18.2k|}
typeobject.c:_PyGCHead_SET_PREV:
  160|  9.24k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  9.24k|    uintptr_t uprev = (uintptr_t)prev;
  162|  9.24k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 9.24k, False: 0]
  ------------------
  163|  9.24k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  9.24k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  9.24k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  9.24k|}
typeobject.c:_PyObject_GC_UNTRACK:
  253|    241|{
  254|    241|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    241|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 241, False: 0]
  |  |  ------------------
  |  |  415|    241|      ? (void)(0) \
  |  |  416|    241|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    241|                          "object not tracked by the garbage collector",
  256|    241|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    241|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    241|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    241|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    241|    _PyGCHead_SET_NEXT(prev, next);
  265|    241|    _PyGCHead_SET_PREV(next, prev);
  266|    241|    gc->_gc_next = 0;
  267|    241|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    241|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    241|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    241|    gcstate->heap_size--;
  270|    241|#endif
  271|    241|}
typeobject.c:_PyGCHead_PREV:
  155|    241|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    241|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    241|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    241|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    241|    return (PyGC_Head*)prev;
  158|    241|}
typeobject.c:_PyGCHead_NEXT:
  146|    241|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    241|    uintptr_t next = gc->_gc_next;
  148|    241|    return (PyGC_Head*)next;
  149|    241|}
unicodeobject.c:_PyObject_GC_UNTRACK:
  253|      7|{
  254|      7|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      7|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 7, False: 0]
  |  |  ------------------
  |  |  415|      7|      ? (void)(0) \
  |  |  416|      7|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|      7|                          "object not tracked by the garbage collector",
  256|      7|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|      7|    PyGC_Head *gc = _Py_AS_GC(op);
  262|      7|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|      7|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|      7|    _PyGCHead_SET_NEXT(prev, next);
  265|      7|    _PyGCHead_SET_PREV(next, prev);
  266|      7|    gc->_gc_next = 0;
  267|      7|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|      7|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|      7|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|      7|    gcstate->heap_size--;
  270|      7|#endif
  271|      7|}
unicodeobject.c:_PyObject_GC_IS_TRACKED:
   73|     14|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|     14|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     14|    return (gc->_gc_next != 0);
   79|     14|#endif
   80|     14|}
unicodeobject.c:_Py_AS_GC:
   17|     28|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     28|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     28|    return (PyGC_Head*)gc;
   20|     28|}
unicodeobject.c:_PyGCHead_PREV:
  155|      7|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|      7|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|      7|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      7|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|      7|    return (PyGC_Head*)prev;
  158|      7|}
unicodeobject.c:_PyGCHead_NEXT:
  146|      7|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|      7|    uintptr_t next = gc->_gc_next;
  148|      7|    return (PyGC_Head*)next;
  149|      7|}
unicodeobject.c:_PyGCHead_SET_NEXT:
  150|     21|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     21|    gc->_gc_next = (uintptr_t)next;
  152|     21|}
unicodeobject.c:_PyGCHead_SET_PREV:
  160|     14|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     14|    uintptr_t uprev = (uintptr_t)prev;
  162|     14|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 14, False: 0]
  ------------------
  163|     14|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     14|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     14|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     14|}
unicodeobject.c:_PyObject_GC_TRACK:
  213|      7|{
  214|      7|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      7|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 7, False: 0]
  |  |  ------------------
  |  |  415|      7|      ? (void)(0) \
  |  |  416|      7|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|      7|                          "object already tracked by the garbage collector",
  216|      7|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|      7|    PyGC_Head *gc = _Py_AS_GC(op);
  221|      7|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|      7|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 7, False: 0]
  |  |  ------------------
  |  |  415|      7|      ? (void)(0) \
  |  |  416|      7|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|      7|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|      7|                          "object is in generation which is garbage collected",
  224|      7|                          filename, lineno, __func__);
  225|       |
  226|      7|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|      7|    PyGC_Head *generation0 = gcstate->generation0;
  228|      7|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|      7|    _PyGCHead_SET_NEXT(last, gc);
  230|      7|    _PyGCHead_SET_PREV(gc, last);
  231|      7|    _PyGCHead_SET_NEXT(gc, generation0);
  232|      7|    generation0->_gc_prev = (uintptr_t)gc;
  233|      7|    gcstate->heap_size++;
  234|      7|#endif
  235|      7|}
unionobject.c:_PyObject_GC_UNTRACK:
  253|      1|{
  254|      1|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      1|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  415|      1|      ? (void)(0) \
  |  |  416|      1|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|      1|                          "object not tracked by the garbage collector",
  256|      1|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|      1|    PyGC_Head *gc = _Py_AS_GC(op);
  262|      1|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|      1|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|      1|    _PyGCHead_SET_NEXT(prev, next);
  265|      1|    _PyGCHead_SET_PREV(next, prev);
  266|      1|    gc->_gc_next = 0;
  267|      1|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|      1|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|      1|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|      1|    gcstate->heap_size--;
  270|      1|#endif
  271|      1|}
unionobject.c:_PyObject_GC_IS_TRACKED:
   73|      2|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|      2|    PyGC_Head *gc = _Py_AS_GC(op);
   78|      2|    return (gc->_gc_next != 0);
   79|      2|#endif
   80|      2|}
unionobject.c:_Py_AS_GC:
   17|      4|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|      4|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|      4|    return (PyGC_Head*)gc;
   20|      4|}
unionobject.c:_PyGCHead_PREV:
  155|      1|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|      1|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|      1|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      1|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|      1|    return (PyGC_Head*)prev;
  158|      1|}
unionobject.c:_PyGCHead_NEXT:
  146|      1|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|      1|    uintptr_t next = gc->_gc_next;
  148|      1|    return (PyGC_Head*)next;
  149|      1|}
unionobject.c:_PyGCHead_SET_NEXT:
  150|      3|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|      3|    gc->_gc_next = (uintptr_t)next;
  152|      3|}
unionobject.c:_PyGCHead_SET_PREV:
  160|      2|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|      2|    uintptr_t uprev = (uintptr_t)prev;
  162|      2|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 2, False: 0]
  ------------------
  163|      2|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|      2|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      2|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|      2|}
unionobject.c:_PyObject_GC_TRACK:
  213|      1|{
  214|      1|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      1|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  415|      1|      ? (void)(0) \
  |  |  416|      1|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|      1|                          "object already tracked by the garbage collector",
  216|      1|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|      1|    PyGC_Head *gc = _Py_AS_GC(op);
  221|      1|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|      1|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 1, False: 0]
  |  |  ------------------
  |  |  415|      1|      ? (void)(0) \
  |  |  416|      1|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|      1|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|      1|                          "object is in generation which is garbage collected",
  224|      1|                          filename, lineno, __func__);
  225|       |
  226|      1|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|      1|    PyGC_Head *generation0 = gcstate->generation0;
  228|      1|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|      1|    _PyGCHead_SET_NEXT(last, gc);
  230|      1|    _PyGCHead_SET_PREV(gc, last);
  231|      1|    _PyGCHead_SET_NEXT(gc, generation0);
  232|      1|    generation0->_gc_prev = (uintptr_t)gc;
  233|      1|    gcstate->heap_size++;
  234|      1|#endif
  235|      1|}
bltinmodule.c:_PyObject_GC_IS_TRACKED:
   73|     18|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|     18|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     18|    return (gc->_gc_next != 0);
   79|     18|#endif
   80|     18|}
bltinmodule.c:_Py_AS_GC:
   17|     18|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     18|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     18|    return (PyGC_Head*)gc;
   20|     18|}
context.c:_PyObject_GC_MAY_BE_TRACKED:
   85|      2|static inline int _PyObject_GC_MAY_BE_TRACKED(PyObject *obj) {
   86|      2|    if (!PyObject_IS_GC(obj)) {
  ------------------
  |  Branch (86:9): [True: 2, False: 0]
  ------------------
   87|      2|        return 0;
   88|      2|    }
   89|      0|    if (PyTuple_CheckExact(obj)) {
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|      0|        return _PyObject_GC_IS_TRACKED(obj);
  ------------------
  |  |   81|      0|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   91|      0|    }
   92|      0|    return 1;
   93|      0|}
frame.c:_PyObject_GC_IS_TRACKED:
   73|    118|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|    118|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    118|    return (gc->_gc_next != 0);
   79|    118|#endif
   80|    118|}
frame.c:_Py_AS_GC:
   17|    177|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    177|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    177|    return (PyGC_Head*)gc;
   20|    177|}
frame.c:_PyObject_GC_TRACK:
  213|     59|{
  214|     59|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     59|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 59, False: 0]
  |  |  ------------------
  |  |  415|     59|      ? (void)(0) \
  |  |  416|     59|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|     59|                          "object already tracked by the garbage collector",
  216|     59|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|     59|    PyGC_Head *gc = _Py_AS_GC(op);
  221|     59|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|     59|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 59, False: 0]
  |  |  ------------------
  |  |  415|     59|      ? (void)(0) \
  |  |  416|     59|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|     59|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|     59|                          "object is in generation which is garbage collected",
  224|     59|                          filename, lineno, __func__);
  225|       |
  226|     59|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|     59|    PyGC_Head *generation0 = gcstate->generation0;
  228|     59|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|     59|    _PyGCHead_SET_NEXT(last, gc);
  230|     59|    _PyGCHead_SET_PREV(gc, last);
  231|     59|    _PyGCHead_SET_NEXT(gc, generation0);
  232|     59|    generation0->_gc_prev = (uintptr_t)gc;
  233|     59|    gcstate->heap_size++;
  234|     59|#endif
  235|     59|}
frame.c:_PyGCHead_SET_NEXT:
  150|    118|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|    118|    gc->_gc_next = (uintptr_t)next;
  152|    118|}
frame.c:_PyGCHead_SET_PREV:
  160|     59|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     59|    uintptr_t uprev = (uintptr_t)prev;
  162|     59|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 59, False: 0]
  ------------------
  163|     59|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     59|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     59|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     59|}
gc.c:_PyGCHead_NEXT:
  146|  54.2k|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|  54.2k|    uintptr_t next = gc->_gc_next;
  148|  54.2k|    return (PyGC_Head*)next;
  149|  54.2k|}
gc.c:_PyGCHead_PREV:
  155|  17.1k|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|  17.1k|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|  17.1k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  17.1k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|  17.1k|    return (PyGC_Head*)prev;
  158|  17.1k|}
gc.c:_PyGCHead_SET_NEXT:
  150|  18.2k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  18.2k|    gc->_gc_next = (uintptr_t)next;
  152|  18.2k|}
gc.c:_PyGCHead_SET_PREV:
  160|  35.4k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  35.4k|    uintptr_t uprev = (uintptr_t)prev;
  162|  35.4k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 35.4k, False: 0]
  ------------------
  163|  35.4k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  35.4k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  35.4k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  35.4k|}
gc.c:_Py_FROM_GC:
   23|  58.2k|static inline PyObject* _Py_FROM_GC(PyGC_Head *gc) {
   24|  58.2k|    char *op = ((char *)gc) + sizeof(PyGC_Head);
   25|  58.2k|    return (PyObject *)op;
   26|  58.2k|}
gc.c:_PyObject_GC_IS_TRACKED:
   73|  28.5k|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|  28.5k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  28.5k|    return (gc->_gc_next != 0);
   79|  28.5k|#endif
   80|  28.5k|}
gc.c:_PyObject_GC_TRACK:
  213|    563|{
  214|    563|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    563|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 563, False: 0]
  |  |  ------------------
  |  |  415|    563|      ? (void)(0) \
  |  |  416|    563|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|    563|                          "object already tracked by the garbage collector",
  216|    563|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|    563|    PyGC_Head *gc = _Py_AS_GC(op);
  221|    563|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|    563|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 563, False: 0]
  |  |  ------------------
  |  |  415|    563|      ? (void)(0) \
  |  |  416|    563|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|    563|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|    563|                          "object is in generation which is garbage collected",
  224|    563|                          filename, lineno, __func__);
  225|       |
  226|    563|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|    563|    PyGC_Head *generation0 = gcstate->generation0;
  228|    563|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|    563|    _PyGCHead_SET_NEXT(last, gc);
  230|    563|    _PyGCHead_SET_PREV(gc, last);
  231|    563|    _PyGCHead_SET_NEXT(gc, generation0);
  232|    563|    generation0->_gc_prev = (uintptr_t)gc;
  233|    563|    gcstate->heap_size++;
  234|    563|#endif
  235|    563|}
gc.c:_PyObject_GC_UNTRACK:
  253|  10.2k|{
  254|  10.2k|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  10.2k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 10.2k, False: 0]
  |  |  ------------------
  |  |  415|  10.2k|      ? (void)(0) \
  |  |  416|  10.2k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|  10.2k|                          "object not tracked by the garbage collector",
  256|  10.2k|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|  10.2k|    PyGC_Head *gc = _Py_AS_GC(op);
  262|  10.2k|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|  10.2k|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|  10.2k|    _PyGCHead_SET_NEXT(prev, next);
  265|  10.2k|    _PyGCHead_SET_PREV(next, prev);
  266|  10.2k|    gc->_gc_next = 0;
  267|  10.2k|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|  10.2k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|  10.2k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|  10.2k|    gcstate->heap_size--;
  270|  10.2k|#endif
  271|  10.2k|}
gc.c:_Py_AS_GC:
   17|   101k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|   101k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|   101k|    return (PyGC_Head*)gc;
   20|   101k|}
gc.c:_PyGC_FINALIZED:
  166|     48|static inline int _PyGC_FINALIZED(PyObject *op) {
  167|       |#ifdef Py_GIL_DISABLED
  168|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_FINALIZED);
  169|       |#else
  170|     48|    PyGC_Head *gc = _Py_AS_GC(op);
  171|     48|    return ((gc->_gc_prev & _PyGC_PREV_MASK_FINALIZED) != 0);
  ------------------
  |  |  117|     48|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  172|     48|#endif
  173|     48|}
fileio.c:_PyObject_GC_UNTRACK:
  253|     13|{
  254|     13|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     13|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 13, False: 0]
  |  |  ------------------
  |  |  415|     13|      ? (void)(0) \
  |  |  416|     13|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|     13|                          "object not tracked by the garbage collector",
  256|     13|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|     13|    PyGC_Head *gc = _Py_AS_GC(op);
  262|     13|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|     13|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|     13|    _PyGCHead_SET_NEXT(prev, next);
  265|     13|    _PyGCHead_SET_PREV(next, prev);
  266|     13|    gc->_gc_next = 0;
  267|     13|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     13|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|     13|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|     13|    gcstate->heap_size--;
  270|     13|#endif
  271|     13|}
fileio.c:_PyObject_GC_IS_TRACKED:
   73|     13|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|     13|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     13|    return (gc->_gc_next != 0);
   79|     13|#endif
   80|     13|}
fileio.c:_Py_AS_GC:
   17|     26|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     26|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     26|    return (PyGC_Head*)gc;
   20|     26|}
fileio.c:_PyGCHead_PREV:
  155|     13|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|     13|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|     13|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     13|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|     13|    return (PyGC_Head*)prev;
  158|     13|}
fileio.c:_PyGCHead_NEXT:
  146|     13|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|     13|    uintptr_t next = gc->_gc_next;
  148|     13|    return (PyGC_Head*)next;
  149|     13|}
fileio.c:_PyGCHead_SET_NEXT:
  150|     13|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     13|    gc->_gc_next = (uintptr_t)next;
  152|     13|}
fileio.c:_PyGCHead_SET_PREV:
  160|     13|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     13|    uintptr_t uprev = (uintptr_t)prev;
  162|     13|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 13, False: 0]
  ------------------
  163|     13|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     13|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     13|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     13|}
bufferedio.c:_PyObject_GC_UNTRACK:
  253|     13|{
  254|     13|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     13|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 13, False: 0]
  |  |  ------------------
  |  |  415|     13|      ? (void)(0) \
  |  |  416|     13|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|     13|                          "object not tracked by the garbage collector",
  256|     13|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|     13|    PyGC_Head *gc = _Py_AS_GC(op);
  262|     13|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|     13|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|     13|    _PyGCHead_SET_NEXT(prev, next);
  265|     13|    _PyGCHead_SET_PREV(next, prev);
  266|     13|    gc->_gc_next = 0;
  267|     13|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     13|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|     13|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|     13|    gcstate->heap_size--;
  270|     13|#endif
  271|     13|}
bufferedio.c:_PyObject_GC_IS_TRACKED:
   73|     13|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|     13|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     13|    return (gc->_gc_next != 0);
   79|     13|#endif
   80|     13|}
bufferedio.c:_Py_AS_GC:
   17|     26|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     26|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     26|    return (PyGC_Head*)gc;
   20|     26|}
bufferedio.c:_PyGCHead_PREV:
  155|     13|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|     13|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|     13|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     13|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|     13|    return (PyGC_Head*)prev;
  158|     13|}
bufferedio.c:_PyGCHead_NEXT:
  146|     13|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|     13|    uintptr_t next = gc->_gc_next;
  148|     13|    return (PyGC_Head*)next;
  149|     13|}
bufferedio.c:_PyGCHead_SET_NEXT:
  150|     13|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     13|    gc->_gc_next = (uintptr_t)next;
  152|     13|}
bufferedio.c:_PyGCHead_SET_PREV:
  160|     13|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     13|    uintptr_t uprev = (uintptr_t)prev;
  162|     13|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 13, False: 0]
  ------------------
  163|     13|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     13|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     13|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     13|}
bytearrayobject.c:_PyObject_GC_UNTRACK:
  253|      2|{
  254|      2|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      2|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2, False: 0]
  |  |  ------------------
  |  |  415|      2|      ? (void)(0) \
  |  |  416|      2|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|      2|                          "object not tracked by the garbage collector",
  256|      2|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|      2|    PyGC_Head *gc = _Py_AS_GC(op);
  262|      2|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|      2|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|      2|    _PyGCHead_SET_NEXT(prev, next);
  265|      2|    _PyGCHead_SET_PREV(next, prev);
  266|      2|    gc->_gc_next = 0;
  267|      2|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|      2|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|      2|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|      2|    gcstate->heap_size--;
  270|      2|#endif
  271|      2|}
bytearrayobject.c:_PyObject_GC_IS_TRACKED:
   73|      4|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|      4|    PyGC_Head *gc = _Py_AS_GC(op);
   78|      4|    return (gc->_gc_next != 0);
   79|      4|#endif
   80|      4|}
bytearrayobject.c:_Py_AS_GC:
   17|      8|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|      8|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|      8|    return (PyGC_Head*)gc;
   20|      8|}
bytearrayobject.c:_PyGCHead_PREV:
  155|      2|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|      2|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|      2|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      2|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|      2|    return (PyGC_Head*)prev;
  158|      2|}
bytearrayobject.c:_PyGCHead_NEXT:
  146|      2|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|      2|    uintptr_t next = gc->_gc_next;
  148|      2|    return (PyGC_Head*)next;
  149|      2|}
bytearrayobject.c:_PyGCHead_SET_NEXT:
  150|      6|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|      6|    gc->_gc_next = (uintptr_t)next;
  152|      6|}
bytearrayobject.c:_PyGCHead_SET_PREV:
  160|      4|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|      4|    uintptr_t uprev = (uintptr_t)prev;
  162|      4|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 4, False: 0]
  ------------------
  163|      4|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|      4|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      4|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|      4|}
bytearrayobject.c:_PyObject_GC_TRACK:
  213|      2|{
  214|      2|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      2|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2, False: 0]
  |  |  ------------------
  |  |  415|      2|      ? (void)(0) \
  |  |  416|      2|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|      2|                          "object already tracked by the garbage collector",
  216|      2|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|      2|    PyGC_Head *gc = _Py_AS_GC(op);
  221|      2|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|      2|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2, False: 0]
  |  |  ------------------
  |  |  415|      2|      ? (void)(0) \
  |  |  416|      2|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|      2|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|      2|                          "object is in generation which is garbage collected",
  224|      2|                          filename, lineno, __func__);
  225|       |
  226|      2|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|      2|    PyGC_Head *generation0 = gcstate->generation0;
  228|      2|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|      2|    _PyGCHead_SET_NEXT(last, gc);
  230|      2|    _PyGCHead_SET_PREV(gc, last);
  231|      2|    _PyGCHead_SET_NEXT(gc, generation0);
  232|      2|    generation0->_gc_prev = (uintptr_t)gc;
  233|      2|    gcstate->heap_size++;
  234|      2|#endif
  235|      2|}
cellobject.c:_PyObject_GC_TRACK:
  213|    299|{
  214|    299|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    299|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 299, False: 0]
  |  |  ------------------
  |  |  415|    299|      ? (void)(0) \
  |  |  416|    299|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|    299|                          "object already tracked by the garbage collector",
  216|    299|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|    299|    PyGC_Head *gc = _Py_AS_GC(op);
  221|    299|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|    299|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 299, False: 0]
  |  |  ------------------
  |  |  415|    299|      ? (void)(0) \
  |  |  416|    299|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|    299|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|    299|                          "object is in generation which is garbage collected",
  224|    299|                          filename, lineno, __func__);
  225|       |
  226|    299|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|    299|    PyGC_Head *generation0 = gcstate->generation0;
  228|    299|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|    299|    _PyGCHead_SET_NEXT(last, gc);
  230|    299|    _PyGCHead_SET_PREV(gc, last);
  231|    299|    _PyGCHead_SET_NEXT(gc, generation0);
  232|    299|    generation0->_gc_prev = (uintptr_t)gc;
  233|    299|    gcstate->heap_size++;
  234|    299|#endif
  235|    299|}
cellobject.c:_PyObject_GC_IS_TRACKED:
   73|    529|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|    529|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    529|    return (gc->_gc_next != 0);
   79|    529|#endif
   80|    529|}
cellobject.c:_Py_AS_GC:
   17|  1.05k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  1.05k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  1.05k|    return (PyGC_Head*)gc;
   20|  1.05k|}
cellobject.c:_PyGCHead_SET_NEXT:
  150|    828|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|    828|    gc->_gc_next = (uintptr_t)next;
  152|    828|}
cellobject.c:_PyGCHead_SET_PREV:
  160|    529|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|    529|    uintptr_t uprev = (uintptr_t)prev;
  162|    529|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 529, False: 0]
  ------------------
  163|    529|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|    529|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    529|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|    529|}
cellobject.c:_PyObject_GC_UNTRACK:
  253|    230|{
  254|    230|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    230|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 230, False: 0]
  |  |  ------------------
  |  |  415|    230|      ? (void)(0) \
  |  |  416|    230|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    230|                          "object not tracked by the garbage collector",
  256|    230|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    230|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    230|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    230|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    230|    _PyGCHead_SET_NEXT(prev, next);
  265|    230|    _PyGCHead_SET_PREV(next, prev);
  266|    230|    gc->_gc_next = 0;
  267|    230|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    230|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    230|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    230|    gcstate->heap_size--;
  270|    230|#endif
  271|    230|}
cellobject.c:_PyGCHead_PREV:
  155|    230|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    230|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    230|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    230|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    230|    return (PyGC_Head*)prev;
  158|    230|}
cellobject.c:_PyGCHead_NEXT:
  146|    230|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    230|    uintptr_t next = gc->_gc_next;
  148|    230|    return (PyGC_Head*)next;
  149|    230|}
classobject.c:_PyObject_GC_TRACK:
  213|    710|{
  214|    710|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    710|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 710, False: 0]
  |  |  ------------------
  |  |  415|    710|      ? (void)(0) \
  |  |  416|    710|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|    710|                          "object already tracked by the garbage collector",
  216|    710|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|    710|    PyGC_Head *gc = _Py_AS_GC(op);
  221|    710|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|    710|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 710, False: 0]
  |  |  ------------------
  |  |  415|    710|      ? (void)(0) \
  |  |  416|    710|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|    710|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|    710|                          "object is in generation which is garbage collected",
  224|    710|                          filename, lineno, __func__);
  225|       |
  226|    710|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|    710|    PyGC_Head *generation0 = gcstate->generation0;
  228|    710|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|    710|    _PyGCHead_SET_NEXT(last, gc);
  230|    710|    _PyGCHead_SET_PREV(gc, last);
  231|    710|    _PyGCHead_SET_NEXT(gc, generation0);
  232|    710|    generation0->_gc_prev = (uintptr_t)gc;
  233|    710|    gcstate->heap_size++;
  234|    710|#endif
  235|    710|}
classobject.c:_PyObject_GC_IS_TRACKED:
   73|  1.41k|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|  1.41k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  1.41k|    return (gc->_gc_next != 0);
   79|  1.41k|#endif
   80|  1.41k|}
classobject.c:_Py_AS_GC:
   17|  2.83k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  2.83k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  2.83k|    return (PyGC_Head*)gc;
   20|  2.83k|}
classobject.c:_PyGCHead_SET_NEXT:
  150|  2.12k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  2.12k|    gc->_gc_next = (uintptr_t)next;
  152|  2.12k|}
classobject.c:_PyGCHead_SET_PREV:
  160|  1.41k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  1.41k|    uintptr_t uprev = (uintptr_t)prev;
  162|  1.41k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 1.41k, False: 0]
  ------------------
  163|  1.41k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  1.41k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  1.41k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  1.41k|}
classobject.c:_PyObject_GC_UNTRACK:
  253|    708|{
  254|    708|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    708|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 708, False: 0]
  |  |  ------------------
  |  |  415|    708|      ? (void)(0) \
  |  |  416|    708|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    708|                          "object not tracked by the garbage collector",
  256|    708|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    708|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    708|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    708|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    708|    _PyGCHead_SET_NEXT(prev, next);
  265|    708|    _PyGCHead_SET_PREV(next, prev);
  266|    708|    gc->_gc_next = 0;
  267|    708|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    708|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    708|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    708|    gcstate->heap_size--;
  270|    708|#endif
  271|    708|}
classobject.c:_PyGCHead_PREV:
  155|    708|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    708|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    708|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    708|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    708|    return (PyGC_Head*)prev;
  158|    708|}
classobject.c:_PyGCHead_NEXT:
  146|    708|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    708|    uintptr_t next = gc->_gc_next;
  148|    708|    return (PyGC_Head*)next;
  149|    708|}
descrobject.c:_PyObject_GC_UNTRACK:
  253|    447|{
  254|    447|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    447|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 447, False: 0]
  |  |  ------------------
  |  |  415|    447|      ? (void)(0) \
  |  |  416|    447|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    447|                          "object not tracked by the garbage collector",
  256|    447|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    447|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    447|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    447|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    447|    _PyGCHead_SET_NEXT(prev, next);
  265|    447|    _PyGCHead_SET_PREV(next, prev);
  266|    447|    gc->_gc_next = 0;
  267|    447|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    447|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    447|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    447|    gcstate->heap_size--;
  270|    447|#endif
  271|    447|}
descrobject.c:_PyObject_GC_IS_TRACKED:
   73|    926|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|    926|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    926|    return (gc->_gc_next != 0);
   79|    926|#endif
   80|    926|}
descrobject.c:_Py_AS_GC:
   17|  1.85k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  1.85k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  1.85k|    return (PyGC_Head*)gc;
   20|  1.85k|}
descrobject.c:_PyGCHead_PREV:
  155|    447|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    447|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    447|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    447|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    447|    return (PyGC_Head*)prev;
  158|    447|}
descrobject.c:_PyGCHead_NEXT:
  146|    447|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    447|    uintptr_t next = gc->_gc_next;
  148|    447|    return (PyGC_Head*)next;
  149|    447|}
descrobject.c:_PyGCHead_SET_NEXT:
  150|  1.40k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  1.40k|    gc->_gc_next = (uintptr_t)next;
  152|  1.40k|}
descrobject.c:_PyGCHead_SET_PREV:
  160|    926|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|    926|    uintptr_t uprev = (uintptr_t)prev;
  162|    926|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 926, False: 0]
  ------------------
  163|    926|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|    926|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    926|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|    926|}
descrobject.c:_PyObject_GC_TRACK:
  213|    479|{
  214|    479|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    479|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 479, False: 0]
  |  |  ------------------
  |  |  415|    479|      ? (void)(0) \
  |  |  416|    479|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|    479|                          "object already tracked by the garbage collector",
  216|    479|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|    479|    PyGC_Head *gc = _Py_AS_GC(op);
  221|    479|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|    479|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 479, False: 0]
  |  |  ------------------
  |  |  415|    479|      ? (void)(0) \
  |  |  416|    479|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|    479|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|    479|                          "object is in generation which is garbage collected",
  224|    479|                          filename, lineno, __func__);
  225|       |
  226|    479|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|    479|    PyGC_Head *generation0 = gcstate->generation0;
  228|    479|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|    479|    _PyGCHead_SET_NEXT(last, gc);
  230|    479|    _PyGCHead_SET_PREV(gc, last);
  231|    479|    _PyGCHead_SET_NEXT(gc, generation0);
  232|    479|    generation0->_gc_prev = (uintptr_t)gc;
  233|    479|    gcstate->heap_size++;
  234|    479|#endif
  235|    479|}
enumobject.c:_PyObject_GC_IS_TRACKED:
   73|     83|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|     83|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     83|    return (gc->_gc_next != 0);
   79|     83|#endif
   80|     83|}
enumobject.c:_Py_AS_GC:
   17|     87|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     87|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     87|    return (PyGC_Head*)gc;
   20|     87|}
enumobject.c:_PyObject_GC_TRACK:
  213|      4|{
  214|      4|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      4|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 4, False: 0]
  |  |  ------------------
  |  |  415|      4|      ? (void)(0) \
  |  |  416|      4|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|      4|                          "object already tracked by the garbage collector",
  216|      4|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|      4|    PyGC_Head *gc = _Py_AS_GC(op);
  221|      4|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|      4|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 4, False: 0]
  |  |  ------------------
  |  |  415|      4|      ? (void)(0) \
  |  |  416|      4|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|      4|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|      4|                          "object is in generation which is garbage collected",
  224|      4|                          filename, lineno, __func__);
  225|       |
  226|      4|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|      4|    PyGC_Head *generation0 = gcstate->generation0;
  228|      4|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|      4|    _PyGCHead_SET_NEXT(last, gc);
  230|      4|    _PyGCHead_SET_PREV(gc, last);
  231|      4|    _PyGCHead_SET_NEXT(gc, generation0);
  232|      4|    generation0->_gc_prev = (uintptr_t)gc;
  233|      4|    gcstate->heap_size++;
  234|      4|#endif
  235|      4|}
enumobject.c:_PyGCHead_SET_NEXT:
  150|      8|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|      8|    gc->_gc_next = (uintptr_t)next;
  152|      8|}
enumobject.c:_PyGCHead_SET_PREV:
  160|      4|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|      4|    uintptr_t uprev = (uintptr_t)prev;
  162|      4|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 4, False: 0]
  ------------------
  163|      4|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|      4|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      4|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|      4|}
genobject.c:_PyObject_GC_UNTRACK:
  253|    134|{
  254|    134|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    134|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 134, False: 0]
  |  |  ------------------
  |  |  415|    134|      ? (void)(0) \
  |  |  416|    134|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|    134|                          "object not tracked by the garbage collector",
  256|    134|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|    134|    PyGC_Head *gc = _Py_AS_GC(op);
  262|    134|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|    134|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|    134|    _PyGCHead_SET_NEXT(prev, next);
  265|    134|    _PyGCHead_SET_PREV(next, prev);
  266|    134|    gc->_gc_next = 0;
  267|    134|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|    134|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|    134|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|    134|    gcstate->heap_size--;
  270|    134|#endif
  271|    134|}
genobject.c:_PyObject_GC_IS_TRACKED:
   73|    268|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|    268|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    268|    return (gc->_gc_next != 0);
   79|    268|#endif
   80|    268|}
genobject.c:_Py_AS_GC:
   17|    536|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    536|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    536|    return (PyGC_Head*)gc;
   20|    536|}
genobject.c:_PyGCHead_PREV:
  155|    134|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|    134|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|    134|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    134|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|    134|    return (PyGC_Head*)prev;
  158|    134|}
genobject.c:_PyGCHead_NEXT:
  146|    134|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|    134|    uintptr_t next = gc->_gc_next;
  148|    134|    return (PyGC_Head*)next;
  149|    134|}
genobject.c:_PyGCHead_SET_NEXT:
  150|    402|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|    402|    gc->_gc_next = (uintptr_t)next;
  152|    402|}
genobject.c:_PyGCHead_SET_PREV:
  160|    268|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|    268|    uintptr_t uprev = (uintptr_t)prev;
  162|    268|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 268, False: 0]
  ------------------
  163|    268|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|    268|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|    268|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|    268|}
genobject.c:_PyObject_GC_TRACK:
  213|    134|{
  214|    134|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|    134|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 134, False: 0]
  |  |  ------------------
  |  |  415|    134|      ? (void)(0) \
  |  |  416|    134|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|    134|                          "object already tracked by the garbage collector",
  216|    134|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|    134|    PyGC_Head *gc = _Py_AS_GC(op);
  221|    134|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|    134|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 134, False: 0]
  |  |  ------------------
  |  |  415|    134|      ? (void)(0) \
  |  |  416|    134|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|    134|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|    134|                          "object is in generation which is garbage collected",
  224|    134|                          filename, lineno, __func__);
  225|       |
  226|    134|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|    134|    PyGC_Head *generation0 = gcstate->generation0;
  228|    134|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|    134|    _PyGCHead_SET_NEXT(last, gc);
  230|    134|    _PyGCHead_SET_PREV(gc, last);
  231|    134|    _PyGCHead_SET_NEXT(gc, generation0);
  232|    134|    generation0->_gc_prev = (uintptr_t)gc;
  233|    134|    gcstate->heap_size++;
  234|    134|#endif
  235|    134|}
frameobject.c:_PyObject_GC_IS_TRACKED:
   73|    413|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|    413|    PyGC_Head *gc = _Py_AS_GC(op);
   78|    413|    return (gc->_gc_next != 0);
   79|    413|#endif
   80|    413|}
frameobject.c:_Py_AS_GC:
   17|    472|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|    472|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|    472|    return (PyGC_Head*)gc;
   20|    472|}
frameobject.c:_PyObject_GC_UNTRACK:
  253|     59|{
  254|     59|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     59|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 59, False: 0]
  |  |  ------------------
  |  |  415|     59|      ? (void)(0) \
  |  |  416|     59|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|     59|                          "object not tracked by the garbage collector",
  256|     59|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|     59|    PyGC_Head *gc = _Py_AS_GC(op);
  262|     59|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|     59|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|     59|    _PyGCHead_SET_NEXT(prev, next);
  265|     59|    _PyGCHead_SET_PREV(next, prev);
  266|     59|    gc->_gc_next = 0;
  267|     59|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     59|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|     59|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|     59|    gcstate->heap_size--;
  270|     59|#endif
  271|     59|}
frameobject.c:_PyGCHead_PREV:
  155|     59|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|     59|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|     59|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     59|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|     59|    return (PyGC_Head*)prev;
  158|     59|}
frameobject.c:_PyGCHead_NEXT:
  146|     59|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|     59|    uintptr_t next = gc->_gc_next;
  148|     59|    return (PyGC_Head*)next;
  149|     59|}
frameobject.c:_PyGCHead_SET_NEXT:
  150|     59|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     59|    gc->_gc_next = (uintptr_t)next;
  152|     59|}
frameobject.c:_PyGCHead_SET_PREV:
  160|     59|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     59|    uintptr_t uprev = (uintptr_t)prev;
  162|     59|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 59, False: 0]
  ------------------
  163|     59|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     59|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     59|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     59|}
iterobject.c:_PyObject_GC_TRACK:
  213|     22|{
  214|     22|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     22|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 22, False: 0]
  |  |  ------------------
  |  |  415|     22|      ? (void)(0) \
  |  |  416|     22|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|     22|                          "object already tracked by the garbage collector",
  216|     22|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|     22|    PyGC_Head *gc = _Py_AS_GC(op);
  221|     22|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|     22|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 22, False: 0]
  |  |  ------------------
  |  |  415|     22|      ? (void)(0) \
  |  |  416|     22|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|     22|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|     22|                          "object is in generation which is garbage collected",
  224|     22|                          filename, lineno, __func__);
  225|       |
  226|     22|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|     22|    PyGC_Head *generation0 = gcstate->generation0;
  228|     22|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|     22|    _PyGCHead_SET_NEXT(last, gc);
  230|     22|    _PyGCHead_SET_PREV(gc, last);
  231|     22|    _PyGCHead_SET_NEXT(gc, generation0);
  232|     22|    generation0->_gc_prev = (uintptr_t)gc;
  233|     22|    gcstate->heap_size++;
  234|     22|#endif
  235|     22|}
iterobject.c:_PyObject_GC_IS_TRACKED:
   73|     44|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|     44|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     44|    return (gc->_gc_next != 0);
   79|     44|#endif
   80|     44|}
iterobject.c:_Py_AS_GC:
   17|     88|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     88|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     88|    return (PyGC_Head*)gc;
   20|     88|}
iterobject.c:_PyGCHead_SET_NEXT:
  150|     66|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     66|    gc->_gc_next = (uintptr_t)next;
  152|     66|}
iterobject.c:_PyGCHead_SET_PREV:
  160|     44|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     44|    uintptr_t uprev = (uintptr_t)prev;
  162|     44|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 44, False: 0]
  ------------------
  163|     44|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     44|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     44|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     44|}
iterobject.c:_PyObject_GC_UNTRACK:
  253|     22|{
  254|     22|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     22|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 22, False: 0]
  |  |  ------------------
  |  |  415|     22|      ? (void)(0) \
  |  |  416|     22|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|     22|                          "object not tracked by the garbage collector",
  256|     22|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|     22|    PyGC_Head *gc = _Py_AS_GC(op);
  262|     22|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|     22|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|     22|    _PyGCHead_SET_NEXT(prev, next);
  265|     22|    _PyGCHead_SET_PREV(next, prev);
  266|     22|    gc->_gc_next = 0;
  267|     22|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|     22|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|     22|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|     22|    gcstate->heap_size--;
  270|     22|#endif
  271|     22|}
iterobject.c:_PyGCHead_PREV:
  155|     22|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|     22|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|     22|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     22|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|     22|    return (PyGC_Head*)prev;
  158|     22|}
iterobject.c:_PyGCHead_NEXT:
  146|     22|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|     22|    uintptr_t next = gc->_gc_next;
  148|     22|    return (PyGC_Head*)next;
  149|     22|}
lazyimportobject.c:_PyObject_GC_TRACK:
  213|     12|{
  214|     12|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|     12|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 12, False: 0]
  |  |  ------------------
  |  |  415|     12|      ? (void)(0) \
  |  |  416|     12|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|     12|                          "object already tracked by the garbage collector",
  216|     12|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|     12|    PyGC_Head *gc = _Py_AS_GC(op);
  221|     12|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|     12|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 12, False: 0]
  |  |  ------------------
  |  |  415|     12|      ? (void)(0) \
  |  |  416|     12|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|     12|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|     12|                          "object is in generation which is garbage collected",
  224|     12|                          filename, lineno, __func__);
  225|       |
  226|     12|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|     12|    PyGC_Head *generation0 = gcstate->generation0;
  228|     12|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|     12|    _PyGCHead_SET_NEXT(last, gc);
  230|     12|    _PyGCHead_SET_PREV(gc, last);
  231|     12|    _PyGCHead_SET_NEXT(gc, generation0);
  232|     12|    generation0->_gc_prev = (uintptr_t)gc;
  233|     12|    gcstate->heap_size++;
  234|     12|#endif
  235|     12|}
lazyimportobject.c:_PyObject_GC_IS_TRACKED:
   73|     14|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|     14|    PyGC_Head *gc = _Py_AS_GC(op);
   78|     14|    return (gc->_gc_next != 0);
   79|     14|#endif
   80|     14|}
lazyimportobject.c:_Py_AS_GC:
   17|     28|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|     28|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|     28|    return (PyGC_Head*)gc;
   20|     28|}
lazyimportobject.c:_PyGCHead_SET_NEXT:
  150|     26|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|     26|    gc->_gc_next = (uintptr_t)next;
  152|     26|}
lazyimportobject.c:_PyGCHead_SET_PREV:
  160|     14|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|     14|    uintptr_t uprev = (uintptr_t)prev;
  162|     14|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 14, False: 0]
  ------------------
  163|     14|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|     14|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|     14|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|     14|}
lazyimportobject.c:_PyObject_GC_UNTRACK:
  253|      2|{
  254|      2|    _PyObject_ASSERT_FROM(op, _PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|      2|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2, False: 0]
  |  |  ------------------
  |  |  415|      2|      ? (void)(0) \
  |  |  416|      2|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  255|      2|                          "object not tracked by the garbage collector",
  256|      2|                          filename, lineno, __func__);
  257|       |
  258|       |#ifdef Py_GIL_DISABLED
  259|       |    _PyObject_CLEAR_GC_BITS(op, _PyGC_BITS_TRACKED);
  260|       |#else
  261|      2|    PyGC_Head *gc = _Py_AS_GC(op);
  262|      2|    PyGC_Head *prev = _PyGCHead_PREV(gc);
  263|      2|    PyGC_Head *next = _PyGCHead_NEXT(gc);
  264|      2|    _PyGCHead_SET_NEXT(prev, next);
  265|      2|    _PyGCHead_SET_PREV(next, prev);
  266|      2|    gc->_gc_next = 0;
  267|      2|    gc->_gc_prev &= _PyGC_PREV_MASK_FINALIZED;
  ------------------
  |  |  117|      2|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
  268|      2|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  269|      2|    gcstate->heap_size--;
  270|      2|#endif
  271|      2|}
lazyimportobject.c:_PyGCHead_PREV:
  155|      2|static inline PyGC_Head* _PyGCHead_PREV(PyGC_Head *gc) {
  156|      2|    uintptr_t prev = (gc->_gc_prev & _PyGC_PREV_MASK);
  ------------------
  |  |  122|      2|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|      2|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  157|      2|    return (PyGC_Head*)prev;
  158|      2|}
lazyimportobject.c:_PyGCHead_NEXT:
  146|      2|static inline PyGC_Head* _PyGCHead_NEXT(PyGC_Head *gc) {
  147|      2|    uintptr_t next = gc->_gc_next;
  148|      2|    return (PyGC_Head*)next;
  149|      2|}
methodobject.c:_PyObject_GC_TRACK:
  213|  2.70k|{
  214|  2.70k|    _PyObject_ASSERT_FROM(op, !_PyObject_GC_IS_TRACKED(op),
  ------------------
  |  |  414|  2.70k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.70k, False: 0]
  |  |  ------------------
  |  |  415|  2.70k|      ? (void)(0) \
  |  |  416|  2.70k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  215|  2.70k|                          "object already tracked by the garbage collector",
  216|  2.70k|                          filename, lineno, __func__);
  217|       |#ifdef Py_GIL_DISABLED
  218|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_TRACKED);
  219|       |#else
  220|  2.70k|    PyGC_Head *gc = _Py_AS_GC(op);
  221|  2.70k|    _PyObject_ASSERT_FROM(op,
  ------------------
  |  |  414|  2.70k|    ((expr) \
  |  |  ------------------
  |  |  |  Branch (414:6): [True: 2.70k, False: 0]
  |  |  ------------------
  |  |  415|  2.70k|      ? (void)(0) \
  |  |  416|  2.70k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  ------------------
  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  ------------------
  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  ------------------
  222|  2.70k|                          (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0,
  223|  2.70k|                          "object is in generation which is garbage collected",
  224|  2.70k|                          filename, lineno, __func__);
  225|       |
  226|  2.70k|    struct _gc_runtime_state *gcstate = &_PyInterpreterState_GET()->gc;
  227|  2.70k|    PyGC_Head *generation0 = gcstate->generation0;
  228|  2.70k|    PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev);
  229|  2.70k|    _PyGCHead_SET_NEXT(last, gc);
  230|  2.70k|    _PyGCHead_SET_PREV(gc, last);
  231|  2.70k|    _PyGCHead_SET_NEXT(gc, generation0);
  232|  2.70k|    generation0->_gc_prev = (uintptr_t)gc;
  233|  2.70k|    gcstate->heap_size++;
  234|  2.70k|#endif
  235|  2.70k|}
methodobject.c:_PyObject_GC_IS_TRACKED:
   73|  2.70k|static inline int _PyObject_GC_IS_TRACKED(PyObject *op) {
   74|       |#ifdef Py_GIL_DISABLED
   75|       |    return _PyObject_HAS_GC_BITS(op, _PyGC_BITS_TRACKED);
   76|       |#else
   77|  2.70k|    PyGC_Head *gc = _Py_AS_GC(op);
   78|  2.70k|    return (gc->_gc_next != 0);
   79|  2.70k|#endif
   80|  2.70k|}
methodobject.c:_Py_AS_GC:
   17|  5.40k|static inline PyGC_Head* _Py_AS_GC(PyObject *op) {
   18|  5.40k|    char *gc = ((char*)op) - sizeof(PyGC_Head);
   19|  5.40k|    return (PyGC_Head*)gc;
   20|  5.40k|}
methodobject.c:_PyGCHead_SET_NEXT:
  150|  5.40k|static inline void _PyGCHead_SET_NEXT(PyGC_Head *gc, PyGC_Head *next) {
  151|  5.40k|    gc->_gc_next = (uintptr_t)next;
  152|  5.40k|}
methodobject.c:_PyGCHead_SET_PREV:
  160|  2.70k|static inline void _PyGCHead_SET_PREV(PyGC_Head *gc, PyGC_Head *prev) {
  161|  2.70k|    uintptr_t uprev = (uintptr_t)prev;
  162|  2.70k|    assert((uprev & ~_PyGC_PREV_MASK) == 0);
  ------------------
  |  Branch (162:5): [True: 2.70k, False: 0]
  ------------------
  163|  2.70k|    gc->_gc_prev = ((gc->_gc_prev & ~_PyGC_PREV_MASK) | uprev);
  ------------------
  |  |  122|  2.70k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  2.70k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
  164|  2.70k|}

ceval.c:_PyGen_GetGeneratorFromFrame:
   18|    145|{
   19|    145|    assert(frame->owner == FRAME_OWNED_BY_GENERATOR);
  ------------------
  |  Branch (19:5): [True: 145, False: 0]
  ------------------
   20|    145|    size_t offset_in_gen = offsetof(PyGenObject, gi_iframe);
   21|    145|    return (PyGenObject *)(((char *)frame) - offset_in_gen);
   22|    145|}
frame.c:_PyGen_GetGeneratorFromFrame:
   18|     67|{
   19|     67|    assert(frame->owner == FRAME_OWNED_BY_GENERATOR);
  ------------------
  |  Branch (19:5): [True: 67, False: 0]
  ------------------
   20|     67|    size_t offset_in_gen = offsetof(PyGenObject, gi_iframe);
   21|     67|    return (PyGenObject *)(((char *)frame) - offset_in_gen);
   22|     67|}

flowgraph.c:_Py_hashtable_get_entry:
  124|      2|{
  125|      2|    return ht->get_entry_func(ht, key);
  126|      2|}
import.c:_Py_hashtable_get_entry:
  124|     38|{
  125|     38|    return ht->get_entry_func(ht, key);
  126|     38|}

sentinelobject.c:_PyFrame_GetFunction:
   95|      1|static inline PyFunctionObject *_PyFrame_GetFunction(_PyInterpreterFrame *f) {
   96|      1|    PyObject *func = PyStackRef_AsPyObjectBorrow(f->f_funcobj);
   97|      1|    assert(PyFunction_Check(func));
  ------------------
  |  Branch (97:5): [True: 1, False: 0]
  ------------------
   98|      1|    return (PyFunctionObject *)func;
   99|      1|}
typeobject.c:_PyThreadState_GetFrame:
  281|     14|{
  282|     14|    return _PyFrame_GetFirstComplete(tstate->current_frame);
  283|     14|}
typeobject.c:_PyFrame_GetFirstComplete:
  272|     14|{
  273|     14|    while (frame && _PyFrame_IsIncomplete(frame)) {
  ------------------
  |  Branch (273:12): [True: 14, False: 0]
  |  Branch (273:21): [True: 0, False: 14]
  ------------------
  274|      0|        frame = frame->previous;
  275|      0|    }
  276|     14|    return frame;
  277|     14|}
typeobject.c:_PyFrame_IsIncomplete:
  261|     14|{
  262|     14|    if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
  ------------------
  |  Branch (262:9): [True: 0, False: 14]
  ------------------
  263|      0|        return true;
  264|      0|    }
  265|     14|    return frame->owner != FRAME_OWNED_BY_GENERATOR &&
  ------------------
  |  Branch (265:12): [True: 14, False: 0]
  ------------------
  266|     14|           frame->instr_ptr < _PyFrame_GetBytecode(frame) +
  ------------------
  |  Branch (266:12): [True: 0, False: 14]
  ------------------
  267|     14|                                  _PyFrame_GetCode(frame)->_co_firsttraceable;
  268|     14|}
typeobject.c:_PyFrame_GetBytecode:
   59|     14|{
   60|       |#ifdef Py_GIL_DISABLED
   61|       |    PyCodeObject *co = _PyFrame_GetCode(f);
   62|       |    _PyCodeArray *tlbc = _PyCode_GetTLBCArray(co);
   63|       |    assert(f->tlbc_index >= 0 && f->tlbc_index < tlbc->size);
   64|       |    return (_Py_CODEUNIT *)tlbc->entries[f->tlbc_index];
   65|       |#else
   66|     14|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|     14|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|     14|#endif
   68|     14|}
typeobject.c:_PyFrame_GetCode:
   20|     56|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|     56|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 56, False: 0]
  ------------------
   22|     56|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|     56|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 56, False: 0]
  ------------------
   24|     56|    return (PyCodeObject *)executable;
   25|     56|}
typeobject.c:_PyFrame_GetLocalsArray:
  223|     28|{
  224|     28|    return frame->localsplus;
  225|     28|}
ceval.c:_PyFrame_GetCode:
   20|  90.0k|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|  90.0k|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 90.0k, False: 0]
  ------------------
   22|  90.0k|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|  90.0k|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 90.0k, False: 0]
  ------------------
   24|  90.0k|    return (PyCodeObject *)executable;
   25|  90.0k|}
ceval.c:_PyFrame_GetStackPointer:
  232|   158k|{
  233|   158k|    assert(frame->stackpointer != NULL);
  ------------------
  |  Branch (233:5): [True: 158k, False: 0]
  ------------------
  234|   158k|    _PyStackRef *sp = frame->stackpointer;
  235|   158k|#ifndef NDEBUG
  236|       |    frame->stackpointer = NULL;
  237|   158k|#endif
  238|   158k|    return sp;
  239|   158k|}
ceval.c:_PyFrame_SetStackPointer:
  243|   156k|{
  244|   156k|    assert(frame->stackpointer == NULL);
  ------------------
  |  Branch (244:5): [True: 156k, False: 0]
  ------------------
  245|   156k|    frame->stackpointer = stack_pointer;
  246|   156k|}
ceval.c:_PyThreadState_HasStackSpace:
  334|  3.60k|{
  335|  3.60k|    assert(
  ------------------
  |  Branch (335:5): [True: 0, False: 3.60k]
  |  Branch (335:5): [True: 0, False: 0]
  |  Branch (335:5): [True: 3.60k, False: 0]
  |  Branch (335:5): [True: 3.60k, False: 0]
  ------------------
  336|  3.60k|        (tstate->datastack_top == NULL && tstate->datastack_limit == NULL)
  337|  3.60k|        ||
  338|  3.60k|        (tstate->datastack_top != NULL && tstate->datastack_limit != NULL)
  339|  3.60k|    );
  340|  3.60k|    return tstate->datastack_top != NULL &&
  ------------------
  |  Branch (340:12): [True: 3.60k, False: 0]
  ------------------
  341|  3.60k|        size < tstate->datastack_limit - tstate->datastack_top;
  ------------------
  |  Branch (341:9): [True: 3.60k, False: 0]
  ------------------
  342|  3.60k|}
ceval.c:_PyFrame_PushUnchecked:
  355|  3.27k|{
  356|  3.27k|    CALL_STAT_INC(frames_pushed);
  ------------------
  |  |   76|  3.27k|#define CALL_STAT_INC(name) ((void)0)
  ------------------
  357|  3.27k|    PyFunctionObject *func_obj = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(func);
  358|  3.27k|    PyCodeObject *code = (PyCodeObject *)func_obj->func_code;
  359|  3.27k|    _PyInterpreterFrame *new_frame = (_PyInterpreterFrame *)tstate->datastack_top;
  360|  3.27k|    tstate->datastack_top += code->co_framesize;
  361|  3.27k|    assert(tstate->datastack_top < tstate->datastack_limit);
  ------------------
  |  Branch (361:5): [True: 3.27k, False: 0]
  ------------------
  362|  3.27k|    _PyFrame_Initialize(tstate, new_frame, func, NULL, code, null_locals_from,
  363|  3.27k|                        previous);
  364|  3.27k|    return new_frame;
  365|  3.27k|}
ceval.c:_PyFrame_PushTrampolineUnchecked:
  371|    332|{
  372|    332|    CALL_STAT_INC(frames_pushed);
  ------------------
  |  |   76|    332|#define CALL_STAT_INC(name) ((void)0)
  ------------------
  373|    332|    _PyInterpreterFrame *frame = (_PyInterpreterFrame *)tstate->datastack_top;
  374|    332|    tstate->datastack_top += code->co_framesize;
  375|    332|    assert(tstate->datastack_top < tstate->datastack_limit);
  ------------------
  |  Branch (375:5): [True: 332, False: 0]
  ------------------
  376|    332|    frame->previous = previous;
  377|    332|    frame->f_funcobj = PyStackRef_None;
  ------------------
  |  |  473|    332|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  ------------------
  |  |  |  |   55|    332|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  378|    332|    frame->f_executable = PyStackRef_FromPyObjectNew(code);
  ------------------
  |  |  599|    332|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|       |#ifdef Py_DEBUG
  380|       |    frame->f_builtins = NULL;
  381|       |    frame->f_globals = NULL;
  382|       |#endif
  383|    332|    frame->f_locals = NULL;
  384|    332|    assert(stackdepth <= code->co_stacksize);
  ------------------
  |  Branch (384:5): [True: 332, False: 0]
  ------------------
  385|    332|    frame->stackpointer = frame->localsplus + code->co_nlocalsplus + stackdepth;
  386|    332|    frame->frame_obj = NULL;
  387|       |#ifdef Py_GIL_DISABLED
  388|       |    _PyFrame_InitializeTLBC(tstate, frame, code);
  389|       |#else
  390|    332|    frame->instr_ptr = _PyCode_CODE(code);
  ------------------
  |  |   16|    332|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|    332|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  391|    332|#endif
  392|    332|    frame->owner = FRAME_OWNED_BY_THREAD;
  393|    332|    frame->visited = 0;
  394|       |#ifdef Py_DEBUG
  395|       |    frame->lltrace = 0;
  396|       |#endif
  397|    332|    frame->return_offset = 0;
  398|    332|    return frame;
  399|    332|}
ceval.c:_PyFrame_GetBytecode:
   59|  5.38k|{
   60|       |#ifdef Py_GIL_DISABLED
   61|       |    PyCodeObject *co = _PyFrame_GetCode(f);
   62|       |    _PyCodeArray *tlbc = _PyCode_GetTLBCArray(co);
   63|       |    assert(f->tlbc_index >= 0 && f->tlbc_index < tlbc->size);
   64|       |    return (_Py_CODEUNIT *)tlbc->entries[f->tlbc_index];
   65|       |#else
   66|  5.38k|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|  5.38k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  5.38k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|  5.38k|#endif
   68|  5.38k|}
ceval.c:_PyFrame_StackPush:
  117|    352|static inline void _PyFrame_StackPush(_PyInterpreterFrame *f, _PyStackRef value) {
  118|    352|    *f->stackpointer = value;
  119|    352|    f->stackpointer++;
  120|    352|}
ceval.c:_PyFrame_Stackbase:
  101|  8.74k|static inline _PyStackRef *_PyFrame_Stackbase(_PyInterpreterFrame *f) {
  102|  8.74k|    return (f->localsplus + _PyFrame_GetCode(f)->co_nlocalsplus);
  103|  8.74k|}
ceval.c:_PyFrame_IsIncomplete:
  261|  2.71k|{
  262|  2.71k|    if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
  ------------------
  |  Branch (262:9): [True: 1.74k, False: 970]
  ------------------
  263|  1.74k|        return true;
  264|  1.74k|    }
  265|    970|    return frame->owner != FRAME_OWNED_BY_GENERATOR &&
  ------------------
  |  Branch (265:12): [True: 970, False: 0]
  ------------------
  266|    970|           frame->instr_ptr < _PyFrame_GetBytecode(frame) +
  ------------------
  |  Branch (266:12): [True: 0, False: 970]
  ------------------
  267|    970|                                  _PyFrame_GetCode(frame)->_co_firsttraceable;
  268|  2.71k|}
ceval.c:_PyFrame_Copy:
  134|     67|{
  135|     67|    dest->f_executable = PyStackRef_MakeHeapSafe(src->f_executable);
  136|       |    // Don't leave a dangling pointer to the old frame when creating generators
  137|       |    // and coroutines:
  138|     67|    dest->previous = NULL;
  139|     67|    dest->f_funcobj = PyStackRef_MakeHeapSafe(src->f_funcobj);
  140|     67|    dest->f_globals = src->f_globals;
  141|     67|    dest->f_builtins = src->f_builtins;
  142|     67|    dest->f_locals = src->f_locals;
  143|     67|    dest->frame_obj = src->frame_obj;
  144|     67|    dest->instr_ptr = src->instr_ptr;
  145|       |#ifdef Py_GIL_DISABLED
  146|       |    dest->tlbc_index = src->tlbc_index;
  147|       |#endif
  148|     67|    assert(src->stackpointer != NULL);
  ------------------
  |  Branch (148:5): [True: 67, False: 0]
  ------------------
  149|     67|    int stacktop = (int)(src->stackpointer - src->localsplus);
  150|     67|    assert(stacktop >= 0);
  ------------------
  |  Branch (150:5): [True: 67, False: 0]
  ------------------
  151|     67|    dest->stackpointer = dest->localsplus + stacktop;
  152|       |    // visited is GC bookkeeping for the current stack walk, not frame state.
  153|     67|    dest->visited = 0;
  154|       |#ifdef Py_DEBUG
  155|       |    dest->lltrace = src->lltrace;
  156|       |#endif
  157|    367|    for (int i = 0; i < stacktop; i++) {
  ------------------
  |  Branch (157:21): [True: 300, False: 67]
  ------------------
  158|    300|        dest->localsplus[i] = PyStackRef_MakeHeapSafe(src->localsplus[i]);
  159|    300|    }
  160|     67|}
ceval.c:_PyFrame_GetFrameObject:
  295|    350|{
  296|       |
  297|    350|    assert(!_PyFrame_IsIncomplete(frame));
  ------------------
  |  Branch (297:5): [True: 350, False: 0]
  ------------------
  298|    350|    PyFrameObject *res =  frame->frame_obj;
  299|    350|    if (res != NULL) {
  ------------------
  |  Branch (299:9): [True: 53, False: 297]
  ------------------
  300|     53|        return res;
  301|     53|    }
  302|    297|    return _PyFrame_MakeAndSetFrameObject(frame);
  303|    350|}
ceval.c:_PyFrame_StackPop:
  111|    614|static inline _PyStackRef _PyFrame_StackPop(_PyInterpreterFrame *f) {
  112|    614|    assert(f->stackpointer > _PyFrame_Stackbase(f));
  ------------------
  |  Branch (112:5): [True: 614, False: 0]
  ------------------
  113|    614|    f->stackpointer--;
  114|    614|    return *f->stackpointer;
  115|    614|}
ceval.c:_PyFrame_Initialize:
  190|  7.11k|{
  191|  7.11k|    frame->previous = previous;
  192|  7.11k|    frame->f_funcobj = func;
  193|  7.11k|    frame->f_executable = PyStackRef_FromPyObjectNew(code);
  ------------------
  |  |  599|  7.11k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  7.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  194|  7.11k|    PyFunctionObject *func_obj = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(func);
  195|  7.11k|    frame->f_builtins = func_obj->func_builtins;
  196|  7.11k|    frame->f_globals = func_obj->func_globals;
  197|  7.11k|    frame->f_locals = locals;
  198|  7.11k|    frame->stackpointer = frame->localsplus + code->co_nlocalsplus;
  199|  7.11k|    frame->frame_obj = NULL;
  200|       |#ifdef Py_GIL_DISABLED
  201|       |    _PyFrame_InitializeTLBC(tstate, frame, code);
  202|       |#else
  203|  7.11k|    (void)tstate;
  204|  7.11k|    frame->instr_ptr = _PyCode_CODE(code);
  ------------------
  |  |   16|  7.11k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  7.11k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  205|  7.11k|#endif
  206|  7.11k|    frame->return_offset = 0;
  207|  7.11k|    frame->owner = FRAME_OWNED_BY_THREAD;
  208|  7.11k|    frame->visited = 0;
  209|       |#ifdef Py_DEBUG
  210|       |    frame->lltrace = 0;
  211|       |#endif
  212|       |
  213|  28.6k|    for (int i = null_locals_from; i < code->co_nlocalsplus; i++) {
  ------------------
  |  Branch (213:36): [True: 21.5k, False: 7.11k]
  ------------------
  214|  21.5k|        frame->localsplus[i] = PyStackRef_NULL;
  215|  21.5k|    }
  216|  7.11k|}
ceval.c:_PyThreadState_GetFrame:
  281|    289|{
  282|    289|    return _PyFrame_GetFirstComplete(tstate->current_frame);
  283|    289|}
ceval.c:_PyFrame_GetFirstComplete:
  272|    289|{
  273|    308|    while (frame && _PyFrame_IsIncomplete(frame)) {
  ------------------
  |  Branch (273:12): [True: 289, False: 19]
  |  Branch (273:21): [True: 19, False: 270]
  ------------------
  274|     19|        frame = frame->previous;
  275|     19|    }
  276|    289|    return frame;
  277|    289|}
frame.c:_PyFrame_GetCode:
   20|    826|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|    826|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 826, False: 0]
  ------------------
   22|    826|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|    826|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 826, False: 0]
  ------------------
   24|    826|    return (PyCodeObject *)executable;
   25|    826|}
frame.c:_PyFrame_Copy:
  134|     59|{
  135|     59|    dest->f_executable = PyStackRef_MakeHeapSafe(src->f_executable);
  136|       |    // Don't leave a dangling pointer to the old frame when creating generators
  137|       |    // and coroutines:
  138|     59|    dest->previous = NULL;
  139|     59|    dest->f_funcobj = PyStackRef_MakeHeapSafe(src->f_funcobj);
  140|     59|    dest->f_globals = src->f_globals;
  141|     59|    dest->f_builtins = src->f_builtins;
  142|     59|    dest->f_locals = src->f_locals;
  143|     59|    dest->frame_obj = src->frame_obj;
  144|     59|    dest->instr_ptr = src->instr_ptr;
  145|       |#ifdef Py_GIL_DISABLED
  146|       |    dest->tlbc_index = src->tlbc_index;
  147|       |#endif
  148|     59|    assert(src->stackpointer != NULL);
  ------------------
  |  Branch (148:5): [True: 59, False: 0]
  ------------------
  149|     59|    int stacktop = (int)(src->stackpointer - src->localsplus);
  150|     59|    assert(stacktop >= 0);
  ------------------
  |  Branch (150:5): [True: 59, False: 0]
  ------------------
  151|     59|    dest->stackpointer = dest->localsplus + stacktop;
  152|       |    // visited is GC bookkeeping for the current stack walk, not frame state.
  153|     59|    dest->visited = 0;
  154|       |#ifdef Py_DEBUG
  155|       |    dest->lltrace = src->lltrace;
  156|       |#endif
  157|    253|    for (int i = 0; i < stacktop; i++) {
  ------------------
  |  Branch (157:21): [True: 194, False: 59]
  ------------------
  158|    194|        dest->localsplus[i] = PyStackRef_MakeHeapSafe(src->localsplus[i]);
  159|    194|    }
  160|     59|}
frame.c:_PyFrame_IsIncomplete:
  261|    277|{
  262|    277|    if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
  ------------------
  |  Branch (262:9): [True: 41, False: 236]
  ------------------
  263|     41|        return true;
  264|     41|    }
  265|    236|    return frame->owner != FRAME_OWNED_BY_GENERATOR &&
  ------------------
  |  Branch (265:12): [True: 236, False: 0]
  ------------------
  266|    236|           frame->instr_ptr < _PyFrame_GetBytecode(frame) +
  ------------------
  |  Branch (266:12): [True: 0, False: 236]
  ------------------
  267|    236|                                  _PyFrame_GetCode(frame)->_co_firsttraceable;
  268|    277|}
frame.c:_PyFrame_GetFirstComplete:
  272|     59|{
  273|    100|    while (frame && _PyFrame_IsIncomplete(frame)) {
  ------------------
  |  Branch (273:12): [True: 100, False: 0]
  |  Branch (273:21): [True: 41, False: 59]
  ------------------
  274|     41|        frame = frame->previous;
  275|     41|    }
  276|     59|    return frame;
  277|     59|}
frame.c:_PyFrame_GetFrameObject:
  295|     59|{
  296|       |
  297|     59|    assert(!_PyFrame_IsIncomplete(frame));
  ------------------
  |  Branch (297:5): [True: 59, False: 0]
  ------------------
  298|     59|    PyFrameObject *res =  frame->frame_obj;
  299|     59|    if (res != NULL) {
  ------------------
  |  Branch (299:9): [True: 4, False: 55]
  ------------------
  300|      4|        return res;
  301|      4|    }
  302|     55|    return _PyFrame_MakeAndSetFrameObject(frame);
  303|     59|}
frame.c:_PyFrame_GetBytecode:
   59|    236|{
   60|       |#ifdef Py_GIL_DISABLED
   61|       |    PyCodeObject *co = _PyFrame_GetCode(f);
   62|       |    _PyCodeArray *tlbc = _PyCode_GetTLBCArray(co);
   63|       |    assert(f->tlbc_index >= 0 && f->tlbc_index < tlbc->size);
   64|       |    return (_Py_CODEUNIT *)tlbc->entries[f->tlbc_index];
   65|       |#else
   66|    236|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|    236|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|    236|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|    236|#endif
   68|    236|}
pystate.c:_PyThreadState_HasStackSpace:
  334|  3.84k|{
  335|  3.84k|    assert(
  ------------------
  |  Branch (335:5): [True: 2, False: 3.84k]
  |  Branch (335:5): [True: 2, False: 0]
  |  Branch (335:5): [True: 3.84k, False: 0]
  |  Branch (335:5): [True: 3.84k, False: 0]
  ------------------
  336|  3.84k|        (tstate->datastack_top == NULL && tstate->datastack_limit == NULL)
  337|  3.84k|        ||
  338|  3.84k|        (tstate->datastack_top != NULL && tstate->datastack_limit != NULL)
  339|  3.84k|    );
  340|  3.84k|    return tstate->datastack_top != NULL &&
  ------------------
  |  Branch (340:12): [True: 3.84k, False: 2]
  ------------------
  341|  3.84k|        size < tstate->datastack_limit - tstate->datastack_top;
  ------------------
  |  Branch (341:9): [True: 3.84k, False: 0]
  ------------------
  342|  3.84k|}
sysmodule.c:_PyFrame_IsIncomplete:
  261|      4|{
  262|      4|    if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
  ------------------
  |  Branch (262:9): [True: 0, False: 4]
  ------------------
  263|      0|        return true;
  264|      0|    }
  265|      4|    return frame->owner != FRAME_OWNED_BY_GENERATOR &&
  ------------------
  |  Branch (265:12): [True: 4, False: 0]
  ------------------
  266|      4|           frame->instr_ptr < _PyFrame_GetBytecode(frame) +
  ------------------
  |  Branch (266:12): [True: 0, False: 4]
  ------------------
  267|      4|                                  _PyFrame_GetCode(frame)->_co_firsttraceable;
  268|      4|}
sysmodule.c:_PyFrame_GetBytecode:
   59|      4|{
   60|       |#ifdef Py_GIL_DISABLED
   61|       |    PyCodeObject *co = _PyFrame_GetCode(f);
   62|       |    _PyCodeArray *tlbc = _PyCode_GetTLBCArray(co);
   63|       |    assert(f->tlbc_index >= 0 && f->tlbc_index < tlbc->size);
   64|       |    return (_Py_CODEUNIT *)tlbc->entries[f->tlbc_index];
   65|       |#else
   66|      4|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|      4|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|      4|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|      4|#endif
   68|      4|}
sysmodule.c:_PyFrame_GetCode:
   20|      8|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|      8|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 8, False: 0]
  ------------------
   22|      8|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|      8|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 8, False: 0]
  ------------------
   24|      8|    return (PyCodeObject *)executable;
   25|      8|}
sysmodule.c:_PyFrame_GetFrameObject:
  295|      2|{
  296|       |
  297|      2|    assert(!_PyFrame_IsIncomplete(frame));
  ------------------
  |  Branch (297:5): [True: 2, False: 0]
  ------------------
  298|      2|    PyFrameObject *res =  frame->frame_obj;
  299|      2|    if (res != NULL) {
  ------------------
  |  Branch (299:9): [True: 0, False: 2]
  ------------------
  300|      0|        return res;
  301|      0|    }
  302|      2|    return _PyFrame_MakeAndSetFrameObject(frame);
  303|      2|}
traceback.c:_PyFrame_GetCode:
   20|    350|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|    350|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 350, False: 0]
  ------------------
   22|    350|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|    350|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 350, False: 0]
  ------------------
   24|    350|    return (PyCodeObject *)executable;
   25|    350|}
traceback.c:_PyFrame_GetBytecode:
   59|    350|{
   60|       |#ifdef Py_GIL_DISABLED
   61|       |    PyCodeObject *co = _PyFrame_GetCode(f);
   62|       |    _PyCodeArray *tlbc = _PyCode_GetTLBCArray(co);
   63|       |    assert(f->tlbc_index >= 0 && f->tlbc_index < tlbc->size);
   64|       |    return (_Py_CODEUNIT *)tlbc->entries[f->tlbc_index];
   65|       |#else
   66|    350|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|    350|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|    350|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|    350|#endif
   68|    350|}
genobject.c:_PyFrame_StackPush:
  117|    120|static inline void _PyFrame_StackPush(_PyInterpreterFrame *f, _PyStackRef value) {
  118|    120|    *f->stackpointer = value;
  119|    120|    f->stackpointer++;
  120|    120|}
genobject.c:_PyFrame_NumSlotsForCodeObject:
  126|     67|{
  127|       |    /* This function needs to remain in sync with the calculation of
  128|       |     * co_framesize in Tools/build/deepfreeze.py */
  129|     67|    assert(code->co_framesize >= FRAME_SPECIALS_SIZE);
  ------------------
  |  Branch (129:5): [True: 67, False: 0]
  ------------------
  130|     67|    return code->co_framesize - FRAME_SPECIALS_SIZE;
  ------------------
  |  |  122|     67|#define FRAME_SPECIALS_SIZE ((int)((sizeof(_PyInterpreterFrame)-1)/sizeof(PyObject *)))
  ------------------
  131|     67|}
genobject.c:_PyFrame_GetCode:
   20|     20|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|     20|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 20, False: 0]
  ------------------
   22|     20|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|     20|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 20, False: 0]
  ------------------
   24|     20|    return (PyCodeObject *)executable;
   25|     20|}
frameobject.c:_PyFrame_GetLocalsArray:
  223|     60|{
  224|     60|    return frame->localsplus;
  225|     60|}
frameobject.c:_PyFrame_IsIncomplete:
  261|     10|{
  262|     10|    if (frame->owner >= FRAME_OWNED_BY_INTERPRETER) {
  ------------------
  |  Branch (262:9): [True: 0, False: 10]
  ------------------
  263|      0|        return true;
  264|      0|    }
  265|     10|    return frame->owner != FRAME_OWNED_BY_GENERATOR &&
  ------------------
  |  Branch (265:12): [True: 10, False: 0]
  ------------------
  266|     10|           frame->instr_ptr < _PyFrame_GetBytecode(frame) +
  ------------------
  |  Branch (266:12): [True: 0, False: 10]
  ------------------
  267|     10|                                  _PyFrame_GetCode(frame)->_co_firsttraceable;
  268|     10|}
frameobject.c:_PyFrame_GetCode:
   20|     54|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|     54|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 54, False: 0]
  ------------------
   22|     54|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|     54|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 54, False: 0]
  ------------------
   24|     54|    return (PyCodeObject *)executable;
   25|     54|}
frameobject.c:_PyFrame_GetBytecode:
   59|     10|{
   60|       |#ifdef Py_GIL_DISABLED
   61|       |    PyCodeObject *co = _PyFrame_GetCode(f);
   62|       |    _PyCodeArray *tlbc = _PyCode_GetTLBCArray(co);
   63|       |    assert(f->tlbc_index >= 0 && f->tlbc_index < tlbc->size);
   64|       |    return (_Py_CODEUNIT *)tlbc->entries[f->tlbc_index];
   65|       |#else
   66|     10|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|     10|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|     10|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|     10|#endif
   68|     10|}
lazyimportobject.c:_PyFrame_GetCode:
   20|     24|static inline PyCodeObject *_PyFrame_GetCode(_PyInterpreterFrame *f) {
   21|     24|    assert(!PyStackRef_IsNull(f->f_executable));
  ------------------
  |  Branch (21:5): [True: 24, False: 0]
  ------------------
   22|     24|    PyObject *executable = PyStackRef_AsPyObjectBorrow(f->f_executable);
   23|     24|    assert(PyCode_Check(executable));
  ------------------
  |  Branch (23:5): [True: 24, False: 0]
  ------------------
   24|     24|    return (PyCodeObject *)executable;
   25|     24|}
lazyimportobject.c:_PyFrame_GetBytecode:
   59|     12|{
   60|       |#ifdef Py_GIL_DISABLED
   61|       |    PyCodeObject *co = _PyFrame_GetCode(f);
   62|       |    _PyCodeArray *tlbc = _PyCode_GetTLBCArray(co);
   63|       |    assert(f->tlbc_index >= 0 && f->tlbc_index < tlbc->size);
   64|       |    return (_Py_CODEUNIT *)tlbc->entries[f->tlbc_index];
   65|       |#else
   66|     12|    return _PyCode_CODE(_PyFrame_GetCode(f));
  ------------------
  |  |   16|     12|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|     12|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   67|     12|#endif
   68|     12|}

listobject.c:_PyList_AppendTakeRef:
   38|  15.4k|{
   39|  15.4k|    assert(self != NULL && newitem != NULL);
  ------------------
  |  Branch (39:5): [True: 15.4k, False: 0]
  |  Branch (39:5): [True: 15.4k, False: 0]
  ------------------
   40|  15.4k|    assert(PyList_Check(self));
  ------------------
  |  Branch (40:5): [True: 15.4k, False: 0]
  ------------------
   41|  15.4k|    Py_ssize_t len = Py_SIZE(self);
  ------------------
  |  |  214|  15.4k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  15.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   42|  15.4k|    Py_ssize_t allocated = self->allocated;
   43|  15.4k|    assert((size_t)len + 1 < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (43:5): [True: 15.4k, False: 0]
  ------------------
   44|  15.4k|    if (allocated > len) {
  ------------------
  |  Branch (44:9): [True: 14.3k, False: 1.12k]
  ------------------
   45|       |#ifdef Py_GIL_DISABLED
   46|       |        _Py_atomic_store_ptr_release(&self->ob_item[len], newitem);
   47|       |#else
   48|  14.3k|        PyList_SET_ITEM(self, len, newitem);
  ------------------
  |  |   50|  14.3k|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  14.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  14.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   49|  14.3k|#endif
   50|  14.3k|        Py_SET_SIZE(self, len + 1);
  ------------------
  |  |  216|  14.3k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  14.3k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|  14.3k|        return 0;
   52|  14.3k|    }
   53|  1.12k|    return _PyList_AppendTakeRefListResize(self, newitem);
   54|  15.4k|}
ceval.c:_PyList_AppendTakeRef:
   38|  1.80k|{
   39|  1.80k|    assert(self != NULL && newitem != NULL);
  ------------------
  |  Branch (39:5): [True: 1.80k, False: 0]
  |  Branch (39:5): [True: 1.80k, False: 0]
  ------------------
   40|  1.80k|    assert(PyList_Check(self));
  ------------------
  |  Branch (40:5): [True: 1.80k, False: 0]
  ------------------
   41|  1.80k|    Py_ssize_t len = Py_SIZE(self);
  ------------------
  |  |  214|  1.80k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.80k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   42|  1.80k|    Py_ssize_t allocated = self->allocated;
   43|  1.80k|    assert((size_t)len + 1 < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (43:5): [True: 1.80k, False: 0]
  ------------------
   44|  1.80k|    if (allocated > len) {
  ------------------
  |  Branch (44:9): [True: 1.37k, False: 423]
  ------------------
   45|       |#ifdef Py_GIL_DISABLED
   46|       |        _Py_atomic_store_ptr_release(&self->ob_item[len], newitem);
   47|       |#else
   48|  1.37k|        PyList_SET_ITEM(self, len, newitem);
  ------------------
  |  |   50|  1.37k|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  1.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  1.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   49|  1.37k|#endif
   50|  1.37k|        Py_SET_SIZE(self, len + 1);
  ------------------
  |  |  216|  1.37k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  1.37k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|  1.37k|        return 0;
   52|  1.37k|    }
   53|    423|    return _PyList_AppendTakeRefListResize(self, newitem);
   54|  1.80k|}

pystate.c:llist_init:
   55|      8|{
   56|      8|    head->next = head;
   57|      8|    head->prev = head;
   58|      8|}
_threadmodule.c:llist_init:
   55|      2|{
   56|      2|    head->next = head;
   57|      2|    head->prev = head;
   58|      2|}

getargs.c:_PyOnceFlag_CallOnce:
  152|      2|{
  153|      2|    if (_Py_atomic_load_uint8(&flag->v) == _Py_ONCE_INITIALIZED) {
  ------------------
  |  |   18|      2|#define _Py_ONCE_INITIALIZED 4
  ------------------
  |  Branch (153:9): [True: 0, False: 2]
  ------------------
  154|      0|        return 0;
  155|      0|    }
  156|      2|    return _PyOnceFlag_CallOnceSlow(flag, fn, arg);
  157|      2|}
pystate.c:PyMutex_LockFlags:
   62|      4|{
   63|      4|    uint8_t expected = _Py_UNLOCKED;
  ------------------
  |  |    9|      4|#define _Py_UNLOCKED    0
  ------------------
   64|      4|    if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &expected, _Py_LOCKED)) {
  ------------------
  |  |   10|      4|#define _Py_LOCKED      1
  ------------------
  |  Branch (64:9): [True: 0, False: 4]
  ------------------
   65|      0|        _PyMutex_LockTimed(m, -1, flags);
   66|      0|    }
   67|      4|}

bytesobject.c:_PyLong_FromUnsignedChar:
   81|     24|{
   82|     24|    return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+i];
  ------------------
  |  |   59|     24|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|     24|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     24|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+i];
  ------------------
  |  |   98|     24|#define _PY_NSMALLNEGINTS           5
  ------------------
   83|     24|}
longobject.c:_PyLong_InitTag:
  292|  1.94k|{
  293|  1.94k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (293:5): [True: 1.94k, False: 0]
  ------------------
  294|  1.94k|    op->long_value.lv_tag = SIGN_ZERO; /* non-immortal zero */
  ------------------
  |  |  173|  1.94k|#define SIGN_ZERO 1
  ------------------
  295|  1.94k|}
longobject.c:_PyLong_SetSignAndDigitCount:
  302|  2.96k|{
  303|  2.96k|    assert(size >= 0);
  ------------------
  |  Branch (303:5): [True: 2.96k, False: 0]
  ------------------
  304|  2.96k|    assert(-1 <= sign && sign <= 1);
  ------------------
  |  Branch (304:5): [True: 2.96k, False: 0]
  |  Branch (304:5): [True: 2.96k, False: 0]
  ------------------
  305|  2.96k|    assert(sign != 0 || size == 0);
  ------------------
  |  Branch (305:5): [True: 2.91k, False: 49]
  |  Branch (305:5): [True: 49, False: 0]
  ------------------
  306|  2.96k|    assert(!_PyLong_IsSmallInt(op));
  ------------------
  |  Branch (306:5): [True: 2.96k, False: 0]
  ------------------
  307|  2.96k|    op->long_value.lv_tag = TAG_FROM_SIGN_AND_SIZE(sign, size);
  ------------------
  |  |  298|  2.96k|    ((uintptr_t)(1 - (sign)) | ((uintptr_t)(size) << NON_SIZE_BITS))
  |  |  ------------------
  |  |  |  |  175|  2.96k|#define NON_SIZE_BITS 3
  |  |  ------------------
  ------------------
  308|  2.96k|}
longobject.c:_PyLong_CompactSign:
  268|    133|{
  269|    133|    assert(PyLong_Check(op));
  ------------------
  |  Branch (269:5): [True: 133, False: 0]
  ------------------
  270|    133|    assert(_PyLong_IsCompact((PyLongObject *)op));
  ------------------
  |  Branch (270:5): [True: 133, False: 0]
  ------------------
  271|    133|    return 1 - (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|    133|#define SIGN_MASK 3
  ------------------
  272|    133|}
longobject.c:_PyLong_NonCompactSign:
  276|  1.06k|{
  277|  1.06k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (277:5): [True: 1.06k, False: 0]
  ------------------
  278|  1.06k|    assert(!_PyLong_IsCompact((PyLongObject *)op));
  ------------------
  |  Branch (278:5): [True: 1.06k, False: 0]
  ------------------
  279|  1.06k|    return 1 - (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|  1.06k|#define SIGN_MASK 3
  ------------------
  280|  1.06k|}
longobject.c:_PyLong_DigitCount:
  252|  1.56k|{
  253|  1.56k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (253:5): [True: 1.56k, False: 0]
  ------------------
  254|  1.56k|    return (Py_ssize_t)(op->long_value.lv_tag >> NON_SIZE_BITS);
  ------------------
  |  |  175|  1.56k|#define NON_SIZE_BITS 3
  ------------------
  255|  1.56k|}
longobject.c:_PyLong_IsNonNegativeCompact:
  205|    455|_PyLong_IsNonNegativeCompact(const PyLongObject* op) {
  206|    455|    assert(PyLong_Check(op));
  ------------------
  |  Branch (206:5): [True: 455, False: 0]
  ------------------
  207|    455|    return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  176|    455|#define IMMORTALITY_BIT_MASK (1 << 2)
  ------------------
                  return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  175|    455|#define NON_SIZE_BITS 3
  ------------------
  208|    455|}
longobject.c:_PyLong_IsNegative:
  225|    276|{
  226|    276|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  172|    276|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  174|    276|#define SIGN_NEGATIVE 2
  ------------------
  227|    276|}
longobject.c:_PyLong_IsPositive:
  231|      2|{
  232|      2|    return (op->long_value.lv_tag & SIGN_MASK) == 0;
  ------------------
  |  |  172|      2|#define SIGN_MASK 3
  ------------------
  233|      2|}
longobject.c:_PyLong_IsZero:
  219|     74|{
  220|     74|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  172|     74|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  173|     74|#define SIGN_ZERO 1
  ------------------
  221|     74|}
longobject.c:_PyLong_SetDigitCount:
  312|     15|{
  313|     15|    assert(size >= 0);
  ------------------
  |  Branch (313:5): [True: 15, False: 0]
  ------------------
  314|     15|    assert(!_PyLong_IsSmallInt(op));
  ------------------
  |  Branch (314:5): [True: 15, False: 0]
  ------------------
  315|     15|    op->long_value.lv_tag = (((size_t)size) << NON_SIZE_BITS) | (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  175|     15|#define NON_SIZE_BITS 3
  ------------------
                  op->long_value.lv_tag = (((size_t)size) << NON_SIZE_BITS) | (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|     15|#define SIGN_MASK 3
  ------------------
  316|     15|}
longobject.c:_PyLong_IsSmallInt:
  238|  4.18k|{
  239|  4.18k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (239:5): [True: 4.18k, False: 0]
  ------------------
  240|  4.18k|    bool is_small_int = (op->long_value.lv_tag & IMMORTALITY_BIT_MASK) != 0;
  ------------------
  |  |  176|  4.18k|#define IMMORTALITY_BIT_MASK (1 << 2)
  ------------------
  241|  4.18k|    if (is_small_int) {
  ------------------
  |  Branch (241:9): [True: 0, False: 4.18k]
  ------------------
  242|      0|        assert(PyLong_CheckExact(op));
  ------------------
  |  Branch (242:9): [True: 0, False: 0]
  ------------------
  243|      0|        assert(_Py_IsImmortal(op));
  ------------------
  |  Branch (243:9): [True: 0, False: 0]
  ------------------
  244|      0|        assert((_PyLong_IsCompact(op)
  ------------------
  |  Branch (244:9): [True: 0, False: 0]
  |  Branch (244:9): [True: 0, False: 0]
  |  Branch (244:9): [True: 0, False: 0]
  ------------------
  245|      0|                && _PY_IS_SMALL_INT(_PyLong_CompactValue(op))));
  246|      0|    }
  247|  4.18k|    return is_small_int;
  248|  4.18k|}
longobject.c:_PyLong_BothAreCompact:
  212|  1.00k|_PyLong_BothAreCompact(const PyLongObject* a, const PyLongObject* b) {
  213|  1.00k|    assert(PyLong_Check(a));
  ------------------
  |  Branch (213:5): [True: 1.00k, False: 0]
  ------------------
  214|  1.00k|    assert(PyLong_Check(b));
  ------------------
  |  Branch (214:5): [True: 1.00k, False: 0]
  ------------------
  215|  1.00k|    return (a->long_value.lv_tag | b->long_value.lv_tag) < (2 << NON_SIZE_BITS);
  ------------------
  |  |  175|  1.00k|#define NON_SIZE_BITS 3
  ------------------
  216|  1.00k|}
longobject.c:_PyLong_SignedDigitCount:
  260|    555|{
  261|    555|    assert(PyLong_Check(op));
  ------------------
  |  Branch (261:5): [True: 555, False: 0]
  ------------------
  262|    555|    Py_ssize_t sign = 1 - (op->long_value.lv_tag & SIGN_MASK);
  ------------------
  |  |  172|    555|#define SIGN_MASK 3
  ------------------
  263|    555|    return sign * (Py_ssize_t)(op->long_value.lv_tag >> NON_SIZE_BITS);
  ------------------
  |  |  175|    555|#define NON_SIZE_BITS 3
  ------------------
  264|    555|}
object.c:_PyLong_GetZero:
   73|      2|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   59|      2|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   98|      2|#define _PY_NSMALLNEGINTS           5
  ------------------
object.c:_PyLong_GetOne:
   78|      2|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   59|      2|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   98|      2|#define _PY_NSMALLNEGINTS           5
  ------------------
rangeobject.c:_PyLong_GetZero:
   73|    143|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   59|    143|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|    143|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    143|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   98|    143|#define _PY_NSMALLNEGINTS           5
  ------------------
rangeobject.c:_PyLong_GetOne:
   78|    211|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   59|    211|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|    211|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    211|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   98|    211|#define _PY_NSMALLNEGINTS           5
  ------------------
rangeobject.c:_PyLong_IsZero:
  219|      2|{
  220|      2|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  172|      2|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  173|      2|#define SIGN_ZERO 1
  ------------------
  221|      2|}
typeobject.c:_PyLong_IsNegative:
  225|     95|{
  226|     95|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  172|     95|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_NEGATIVE;
  ------------------
  |  |  174|     95|#define SIGN_NEGATIVE 2
  ------------------
  227|     95|}
_warnings.c:_PyLong_GetZero:
   73|     10|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   59|     10|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|     10|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     10|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   98|     10|#define _PY_NSMALLNEGINTS           5
  ------------------
ceval.c:_PyLong_CheckExactAndCompact:
  345|  5.43k|{
  346|  5.43k|    return PyLong_CheckExact(op) && _PyLong_IsCompact((const PyLongObject *)op);
  ------------------
  |  |   14|  5.43k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  10.8k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.43k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.43k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 5.43k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (346:37): [True: 5.43k, False: 2]
  ------------------
  347|  5.43k|}
ceval.c:_PyLong_BothAreCompact:
  212|    452|_PyLong_BothAreCompact(const PyLongObject* a, const PyLongObject* b) {
  213|    452|    assert(PyLong_Check(a));
  ------------------
  |  Branch (213:5): [True: 452, False: 0]
  ------------------
  214|    452|    assert(PyLong_Check(b));
  ------------------
  |  Branch (214:5): [True: 452, False: 0]
  ------------------
  215|    452|    return (a->long_value.lv_tag | b->long_value.lv_tag) < (2 << NON_SIZE_BITS);
  ------------------
  |  |  175|    452|#define NON_SIZE_BITS 3
  ------------------
  216|    452|}
ceval.c:_PyLong_IsNonNegativeCompact:
  205|  1.60k|_PyLong_IsNonNegativeCompact(const PyLongObject* op) {
  206|  1.60k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (206:5): [True: 1.60k, False: 0]
  ------------------
  207|  1.60k|    return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  176|  1.60k|#define IMMORTALITY_BIT_MASK (1 << 2)
  ------------------
                  return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  175|  1.60k|#define NON_SIZE_BITS 3
  ------------------
  208|  1.60k|}
ceval.c:_PyLong_DigitCount:
  252|  2.08k|{
  253|  2.08k|    assert(PyLong_Check(op));
  ------------------
  |  Branch (253:5): [True: 2.08k, False: 0]
  ------------------
  254|  2.08k|    return (Py_ssize_t)(op->long_value.lv_tag >> NON_SIZE_BITS);
  ------------------
  |  |  175|  2.08k|#define NON_SIZE_BITS 3
  ------------------
  255|  2.08k|}
ceval.c:_PyLong_IsZero:
  219|    544|{
  220|    544|    return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  172|    544|#define SIGN_MASK 3
  ------------------
                  return (op->long_value.lv_tag & SIGN_MASK) == SIGN_ZERO;
  ------------------
  |  |  173|    544|#define SIGN_ZERO 1
  ------------------
  221|    544|}
instrumentation.c:_PyLong_GetZero:
   73|      2|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   59|      2|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   98|      2|#define _PY_NSMALLNEGINTS           5
  ------------------
specialize.c:_PyLong_IsNonNegativeCompact:
  205|    104|_PyLong_IsNonNegativeCompact(const PyLongObject* op) {
  206|    104|    assert(PyLong_Check(op));
  ------------------
  |  Branch (206:5): [True: 104, False: 0]
  ------------------
  207|    104|    return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  176|    104|#define IMMORTALITY_BIT_MASK (1 << 2)
  ------------------
                  return ((op->long_value.lv_tag & ~IMMORTALITY_BIT_MASK) <= (1 << NON_SIZE_BITS));
  ------------------
  |  |  175|    104|#define NON_SIZE_BITS 3
  ------------------
  208|    104|}
specialize.c:_PyLong_CheckExactAndCompact:
  345|     78|{
  346|     78|    return PyLong_CheckExact(op) && _PyLong_IsCompact((const PyLongObject *)op);
  ------------------
  |  |   14|     78|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    156|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 75, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (346:37): [True: 74, False: 1]
  ------------------
  347|     78|}
textio.c:_PyLong_GetZero:
   73|      6|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   59|      6|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS]; }
  ------------------
  |  |   98|      6|#define _PY_NSMALLNEGINTS           5
  ------------------
enumobject.c:_PyLong_GetOne:
   78|      4|{ return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   59|      4|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
              { return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS+1]; }
  ------------------
  |  |   98|      4|#define _PY_NSMALLNEGINTS           5
  ------------------

obmalloc.c:_PyAnnotateMemoryMap:
   39|      7|{
   40|      7|    return 0;
   41|      7|}

moduleobject.c:_PyModule_GetDefOrNull:
   48|     30|static inline PyModuleDef *_PyModule_GetDefOrNull(PyObject *arg) {
   49|     30|    PyModuleObject *mod = _PyModule_CAST(arg);
  ------------------
  |  |   46|     30|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (49:27): [True: 30, False: 0]
  ------------------
   50|     30|    if (mod->md_token_is_def) {
  ------------------
  |  Branch (50:9): [True: 30, False: 0]
  ------------------
   51|     30|        return (PyModuleDef *)mod->md_token;
   52|     30|    }
   53|      0|    return NULL;
   54|     30|}
moduleobject.c:_PyModule_GetDict:
   67|    671|static inline PyObject* _PyModule_GetDict(PyObject *mod) {
   68|    671|    PyObject *dict = _PyModule_CAST(mod)->md_dict;
  ------------------
  |  |   46|    671|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    671|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (68:22): [True: 671, False: 0]
  ------------------
   69|       |    // _PyModule_GetDict(mod) must not be used after calling module_clear(mod)
   70|    671|    assert(dict != NULL);
  ------------------
  |  Branch (70:5): [True: 671, False: 0]
  ------------------
   71|    671|    return dict;  // borrowed reference
   72|    671|}
moduleobject.c:_PyModule_GetState:
   63|     30|static inline void* _PyModule_GetState(PyObject* mod) {
   64|     30|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|     30|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 30, False: 0]
  ------------------
   65|     30|}
typeobject.c:_PyModule_GetToken:
   57|     94|static inline PyModuleDef *_PyModule_GetToken(PyObject *arg) {
   58|     94|    PyModuleObject *mod = _PyModule_CAST(arg);
  ------------------
  |  |   46|     94|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (58:27): [True: 94, False: 0]
  ------------------
   59|      0|    return (PyModuleDef *)mod->md_token;
   60|     94|}
import.c:_PyModule_GetDefOrNull:
   48|      8|static inline PyModuleDef *_PyModule_GetDefOrNull(PyObject *arg) {
   49|      8|    PyModuleObject *mod = _PyModule_CAST(arg);
  ------------------
  |  |   46|      8|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (49:27): [True: 8, False: 0]
  ------------------
   50|      8|    if (mod->md_token_is_def) {
  ------------------
  |  Branch (50:9): [True: 8, False: 0]
  ------------------
   51|      8|        return (PyModuleDef *)mod->md_token;
   52|      8|    }
   53|      0|    return NULL;
   54|      8|}
posixmodule.c:_PyModule_GetState:
   63|     75|static inline void* _PyModule_GetState(PyObject* mod) {
   64|     75|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|     75|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 75, False: 0]
  ------------------
   65|     75|}
_collectionsmodule.c:_PyModule_GetState:
   63|      1|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      1|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      1|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 1, False: 0]
  ------------------
   65|      1|}
_iomodule.c:_PyModule_GetState:
   63|     25|static inline void* _PyModule_GetState(PyObject* mod) {
   64|     25|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|     25|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 25, False: 0]
  ------------------
   65|     25|}
bufferedio.c:_PyModule_GetState:
   63|     19|static inline void* _PyModule_GetState(PyObject* mod) {
   64|     19|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|     19|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 19, False: 0]
  ------------------
   65|     19|}
textio.c:_PyModule_GetState:
   63|      6|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      6|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      6|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 6, False: 0]
  ------------------
   65|      6|}
itertoolsmodule.c:_PyModule_GetState:
   63|      3|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      3|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      3|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 3, False: 0]
  ------------------
   65|      3|}
sre.c:_PyModule_GetState:
   63|    463|static inline void* _PyModule_GetState(PyObject* mod) {
   64|    463|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|    463|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    463|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 463, False: 0]
  ------------------
   65|    463|}
_threadmodule.c:_PyModule_GetState:
   63|    140|static inline void* _PyModule_GetState(PyObject* mod) {
   64|    140|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|    140|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    140|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 140, False: 0]
  ------------------
   65|    140|}
timemodule.c:_PyModule_GetState:
   63|      6|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      6|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      6|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 6, False: 0]
  ------------------
   65|      6|}
_abc.c:_PyModule_GetState:
   63|    281|static inline void* _PyModule_GetState(PyObject* mod) {
   64|    281|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|    281|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    281|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 281, False: 0]
  ------------------
   65|    281|}
_functoolsmodule.c:_PyModule_GetState:
   63|      3|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      3|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      3|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 3, False: 0]
  ------------------
   65|      3|}
_operator.c:_PyModule_GetState:
   63|      1|static inline void* _PyModule_GetState(PyObject* mod) {
   64|      1|    return _PyModule_CAST(mod)->md_state;
  ------------------
  |  |   46|      1|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (64:12): [True: 1, False: 0]
  ------------------
   65|      1|}

bytesobject.c:_PyObject_InitVar:
  496|  7.55k|{
  497|  7.55k|    assert(op != NULL);
  ------------------
  |  Branch (497:5): [True: 7.55k, False: 0]
  ------------------
  498|  7.55k|    assert(typeobj != &PyLong_Type);
  ------------------
  |  Branch (498:5): [True: 7.55k, False: 0]
  ------------------
  499|  7.55k|    _PyObject_Init((PyObject *)op, typeobj);
  500|  7.55k|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|  7.55k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  7.55k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|  7.55k|}
bytesobject.c:_PyObject_Init:
  486|  7.55k|{
  487|  7.55k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 7.55k, False: 0]
  ------------------
  488|  7.55k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  7.55k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  7.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  7.55k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 7.55k]
  |  Branch (489:5): [True: 7.55k, False: 0]
  ------------------
  490|  7.55k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  7.55k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  7.55k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  7.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  7.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  7.55k|    _Py_NewReference(op);
  492|  7.55k|}
bytesobject.c:_PyType_HasFeature:
  290|  7.55k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  7.55k|    return ((type->tp_flags) & feature) != 0;
  292|  7.55k|}
bytesobject.c:_PyObject_IsUniquelyReferenced:
  185|     18|{
  186|     18|#if !defined(Py_GIL_DISABLED)
  187|     18|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|     18|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|     18|}
call.c:Py_DECREF_MORTAL:
  453|    612|{
  454|    612|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 612, False: 0]
  ------------------
  455|    612|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    612|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|    612|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 69, False: 543]
  ------------------
  457|     69|        _Py_Dealloc(op);
  458|     69|    }
  459|    612|}
floatobject.c:_PyObject_Init:
  486|     22|{
  487|     22|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 22, False: 0]
  ------------------
  488|     22|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|     22|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|     22|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 22]
  |  Branch (489:5): [True: 22, False: 0]
  ------------------
  490|     22|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|     22|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|     22|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|     22|    _Py_NewReference(op);
  492|     22|}
floatobject.c:_PyType_HasFeature:
  290|     22|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|     22|    return ((type->tp_flags) & feature) != 0;
  292|     22|}
funcobject.c:_PyObject_ResurrectStart:
  682|    505|{
  683|    505|    assert(Py_REFCNT(op) == 0);
  ------------------
  |  Branch (683:5): [True: 505, False: 0]
  ------------------
  684|       |#ifdef Py_REF_DEBUG
  685|       |    _Py_IncRefTotal(_PyThreadState_GET());
  686|       |#endif
  687|       |#ifdef Py_GIL_DISABLED
  688|       |    _Py_atomic_store_uintptr_relaxed(&op->ob_tid, _Py_ThreadId());
  689|       |    _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, 1);
  690|       |    _Py_atomic_store_ssize_relaxed(&op->ob_ref_shared, 0);
  691|       |#else
  692|    505|    Py_SET_REFCNT(op, 1);
  ------------------
  |  |  201|    505|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|    505|#endif
  694|       |#ifdef Py_TRACE_REFS
  695|       |    _Py_ResurrectReference(op);
  696|       |#endif
  697|    505|}
funcobject.c:_PyObject_ResurrectEnd:
  704|    505|{
  705|       |#ifdef Py_REF_DEBUG
  706|       |    _Py_DecRefTotal(_PyThreadState_GET());
  707|       |#endif
  708|    505|#ifndef Py_GIL_DISABLED
  709|    505|    Py_SET_REFCNT(op, Py_REFCNT(op) - 1);
  ------------------
  |  |  201|    505|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|    505|    if (Py_REFCNT(op) == 0) {
  ------------------
  |  |  119|    505|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (710:9): [True: 505, False: 0]
  ------------------
  711|       |# ifdef Py_TRACE_REFS
  712|       |        _Py_ForgetReference(op);
  713|       |# endif
  714|    505|        return 0;
  715|    505|    }
  716|      0|    return 1;
  717|       |#else
  718|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  719|       |    Py_ssize_t shared = _Py_atomic_load_ssize_acquire(&op->ob_ref_shared);
  720|       |    if (_Py_IsOwnedByCurrentThread(op) && local == 1 && shared == 0) {
  721|       |        // Fast-path: object has a single refcount and is owned by this thread
  722|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, 0);
  723|       |# ifdef Py_TRACE_REFS
  724|       |        _Py_ForgetReference(op);
  725|       |# endif
  726|       |        return 0;
  727|       |    }
  728|       |    // Slow-path: object has a shared refcount or is not owned by this thread
  729|       |    return _PyObject_ResurrectEndSlow(op);
  730|       |#endif
  731|    505|}
listobject.c:_Py_RefcntAdd:
  135|     33|{
  136|     33|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     33|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 33, False: 0]
  |  |  ------------------
  ------------------
  137|     33|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     33|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  138|     33|        return;
  139|     33|    }
  140|      0|#ifndef Py_GIL_DISABLED
  141|      0|    Py_ssize_t refcnt = _Py_REFCNT(op);
  142|      0|    Py_ssize_t new_refcnt = refcnt + n;
  143|      0|    if (new_refcnt >= (Py_ssize_t)_Py_IMMORTAL_MINIMUM_REFCNT) {
  ------------------
  |  |   48|      0|#define _Py_IMMORTAL_MINIMUM_REFCNT (1ULL << 31)
  ------------------
  |  Branch (143:9): [True: 0, False: 0]
  ------------------
  144|      0|        new_refcnt = _Py_IMMORTAL_INITIAL_REFCNT;
  ------------------
  |  |   47|      0|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  145|      0|    }
  146|      0|#  if SIZEOF_VOID_P > 4
  147|      0|    op->ob_refcnt = (uint32_t)new_refcnt;
  148|       |#  else
  149|       |    op->ob_refcnt = new_refcnt;
  150|       |#  endif
  151|       |#  ifdef Py_REF_DEBUG
  152|       |    _Py_AddRefTotal(_PyThreadState_GET(), new_refcnt - refcnt);
  153|       |#  endif
  154|       |#else
  155|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  156|       |        uint32_t local = op->ob_ref_local;
  157|       |        Py_ssize_t refcnt = (Py_ssize_t)local + n;
  158|       |#  if PY_SSIZE_T_MAX > UINT32_MAX
  159|       |        if (refcnt > (Py_ssize_t)UINT32_MAX) {
  160|       |            // Make the object immortal if the 32-bit local reference count
  161|       |            // would overflow.
  162|       |            refcnt = _Py_IMMORTAL_REFCNT_LOCAL;
  163|       |        }
  164|       |#  endif
  165|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, (uint32_t)refcnt);
  166|       |    }
  167|       |    else {
  168|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (n << _Py_REF_SHARED_SHIFT));
  169|       |    }
  170|       |#  ifdef Py_REF_DEBUG
  171|       |    _Py_AddRefTotal(_PyThreadState_GET(), n);
  172|       |#  endif
  173|       |#endif
  174|       |    // Although the ref count was increased by `n` (which may be greater than 1)
  175|       |    // it is only a single increment (i.e. addition) operation, so only 1 refcnt
  176|       |    // increment operation is counted.
  177|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  178|      0|}
longobject.c:_PyObject_Init:
  486|  1.85k|{
  487|  1.85k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 1.85k, False: 0]
  ------------------
  488|  1.85k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  1.85k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  1.85k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.85k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  1.85k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 1.85k]
  |  Branch (489:5): [True: 1.85k, False: 0]
  ------------------
  490|  1.85k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  1.85k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  1.85k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.85k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.85k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  1.85k|    _Py_NewReference(op);
  492|  1.85k|}
longobject.c:_PyType_HasFeature:
  290|  1.85k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  1.85k|    return ((type->tp_flags) & feature) != 0;
  292|  1.85k|}
longobject.c:_Py_DECREF_SPECIALIZED:
  234|     57|{
  235|     57|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     57|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 57]
  |  |  ------------------
  ------------------
  236|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  237|      0|        return;
  238|      0|    }
  239|     57|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     57|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  240|       |#ifdef Py_REF_DEBUG
  241|       |    _Py_DEC_REFTOTAL(PyInterpreterState_Get());
  242|       |#endif
  243|     57|    if (--op->ob_refcnt != 0) {
  ------------------
  |  Branch (243:9): [True: 0, False: 57]
  ------------------
  244|      0|        assert(op->ob_refcnt > 0);
  ------------------
  |  Branch (244:9): [True: 0, False: 0]
  ------------------
  245|      0|    }
  246|     57|    else {
  247|       |#ifdef Py_TRACE_REFS
  248|       |        _Py_ForgetReference(op);
  249|       |#endif
  250|       |        _PyReftracerTrack(op, PyRefTracer_DESTROY);
  ------------------
  |  |  112|     57|    do { \
  |  |  113|     57|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|     57|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 57]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|     57|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 57]
  |  |  ------------------
  ------------------
  251|     57|        destruct(op);
  252|     57|    }
  253|     57|}
dictobject.c:_Py_INCREF_MORTAL:
 1024|  11.4k|{
 1025|  11.4k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (1025:5): [True: 11.4k, False: 0]
  ------------------
 1026|  11.4k|    op->ob_refcnt++;
 1027|  11.4k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  11.4k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
 1028|       |#if defined(Py_REF_DEBUG) && !defined(Py_LIMITED_API)
 1029|       |    if (!_Py_IsImmortal(op)) {
 1030|       |        _Py_INCREF_IncRefTotal();
 1031|       |    }
 1032|       |#endif
 1033|  11.4k|}
dictobject.c:Py_DECREF_MORTAL:
  453|  2.16k|{
  454|  2.16k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 2.16k, False: 0]
  ------------------
  455|  2.16k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  2.16k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  2.16k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 0, False: 2.16k]
  ------------------
  457|      0|        _Py_Dealloc(op);
  458|      0|    }
  459|  2.16k|}
dictobject.c:_PyObject_HashFast:
  842|  60.4k|{
  843|  60.4k|    if (PyUnicode_CheckExact(op)) {
  ------------------
  |  |  104|  60.4k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  60.4k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  60.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  60.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 58.6k, False: 1.72k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|  58.6k|        Py_hash_t hash = PyUnstable_Unicode_GET_CACHED_HASH(op);
  845|  58.6k|        if (hash != -1) {
  ------------------
  |  Branch (845:13): [True: 58.0k, False: 631]
  ------------------
  846|  58.0k|            return hash;
  847|  58.0k|        }
  848|  58.6k|    }
  849|  2.35k|    return PyObject_Hash(op);
  850|  60.4k|}
dictobject.c:_PyObject_ResurrectStart:
  682|  1.54k|{
  683|  1.54k|    assert(Py_REFCNT(op) == 0);
  ------------------
  |  Branch (683:5): [True: 1.54k, False: 0]
  ------------------
  684|       |#ifdef Py_REF_DEBUG
  685|       |    _Py_IncRefTotal(_PyThreadState_GET());
  686|       |#endif
  687|       |#ifdef Py_GIL_DISABLED
  688|       |    _Py_atomic_store_uintptr_relaxed(&op->ob_tid, _Py_ThreadId());
  689|       |    _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, 1);
  690|       |    _Py_atomic_store_ssize_relaxed(&op->ob_ref_shared, 0);
  691|       |#else
  692|  1.54k|    Py_SET_REFCNT(op, 1);
  ------------------
  |  |  201|  1.54k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|  1.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|  1.54k|#endif
  694|       |#ifdef Py_TRACE_REFS
  695|       |    _Py_ResurrectReference(op);
  696|       |#endif
  697|  1.54k|}
dictobject.c:_PyObject_ResurrectEnd:
  704|  1.54k|{
  705|       |#ifdef Py_REF_DEBUG
  706|       |    _Py_DecRefTotal(_PyThreadState_GET());
  707|       |#endif
  708|  1.54k|#ifndef Py_GIL_DISABLED
  709|  1.54k|    Py_SET_REFCNT(op, Py_REFCNT(op) - 1);
  ------------------
  |  |  201|  1.54k|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|  1.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|  1.54k|    if (Py_REFCNT(op) == 0) {
  ------------------
  |  |  119|  1.54k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (710:9): [True: 1.54k, False: 0]
  ------------------
  711|       |# ifdef Py_TRACE_REFS
  712|       |        _Py_ForgetReference(op);
  713|       |# endif
  714|  1.54k|        return 0;
  715|  1.54k|    }
  716|      0|    return 1;
  717|       |#else
  718|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  719|       |    Py_ssize_t shared = _Py_atomic_load_ssize_acquire(&op->ob_ref_shared);
  720|       |    if (_Py_IsOwnedByCurrentThread(op) && local == 1 && shared == 0) {
  721|       |        // Fast-path: object has a single refcount and is owned by this thread
  722|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, 0);
  723|       |# ifdef Py_TRACE_REFS
  724|       |        _Py_ForgetReference(op);
  725|       |# endif
  726|       |        return 0;
  727|       |    }
  728|       |    // Slow-path: object has a shared refcount or is not owned by this thread
  729|       |    return _PyObject_ResurrectEndSlow(op);
  730|       |#endif
  731|  1.54k|}
dictobject.c:_PyObject_IsUniquelyReferenced:
  185|    887|{
  186|    887|#if !defined(Py_GIL_DISABLED)
  187|    887|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|    887|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    887|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    887|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|    887|}
dictobject.c:_PyObject_InlineValues:
  949|  2.24k|{
  950|  2.24k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  2.24k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.24k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  951|  2.24k|    assert(tp->tp_basicsize > 0 && (size_t)tp->tp_basicsize % sizeof(PyObject *) == 0);
  ------------------
  |  Branch (951:5): [True: 2.24k, False: 0]
  |  Branch (951:5): [True: 2.24k, False: 0]
  ------------------
  952|  2.24k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (952:5): [True: 2.24k, False: 0]
  ------------------
  953|  2.24k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (953:5): [True: 2.24k, False: 0]
  ------------------
  954|  2.24k|    return (PyDictValues *)((char *)obj + tp->tp_basicsize);
  955|  2.24k|}
dictobject.c:_PyObject_ManagedDictPointer:
  935|  1.71k|{
  936|  1.71k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (936:5): [True: 1.71k, False: 0]
  ------------------
  937|  1.71k|    return (PyManagedDictPointer *)((char *)obj + MANAGED_DICT_OFFSET);
  ------------------
  |  |  925|  1.71k|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  938|  1.71k|}
dictobject.c:_PyObject_GetManagedDict:
  942|    692|{
  943|    692|    PyManagedDictPointer *dorv = _PyObject_ManagedDictPointer(obj);
  944|    692|    return (PyDictObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(dorv->dict);
  ------------------
  |  |  150|    692|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
  945|    692|}
dictobject.c:_PyType_HasFeature:
  290|    525|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|    525|    return ((type->tp_flags) & feature) != 0;
  292|    525|}
object.c:_PyObject_Init:
  486|  2.35k|{
  487|  2.35k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 2.35k, False: 0]
  ------------------
  488|  2.35k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  2.35k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  2.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  2.35k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 2.35k]
  |  Branch (489:5): [True: 2.35k, False: 0]
  ------------------
  490|  2.35k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  2.35k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  2.35k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  2.35k|    _Py_NewReference(op);
  492|  2.35k|}
object.c:_PyObject_InitVar:
  496|  2.16k|{
  497|  2.16k|    assert(op != NULL);
  ------------------
  |  Branch (497:5): [True: 2.16k, False: 0]
  ------------------
  498|  2.16k|    assert(typeobj != &PyLong_Type);
  ------------------
  |  Branch (498:5): [True: 2.16k, False: 0]
  ------------------
  499|  2.16k|    _PyObject_Init((PyObject *)op, typeobj);
  500|  2.16k|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|  2.16k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  2.16k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|  2.16k|}
object.c:_PyType_HasFeature:
  290|  3.54k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  3.54k|    return ((type->tp_flags) & feature) != 0;
  292|  3.54k|}
object.c:_PyObject_ResurrectStart:
  682|     93|{
  683|     93|    assert(Py_REFCNT(op) == 0);
  ------------------
  |  Branch (683:5): [True: 93, False: 0]
  ------------------
  684|       |#ifdef Py_REF_DEBUG
  685|       |    _Py_IncRefTotal(_PyThreadState_GET());
  686|       |#endif
  687|       |#ifdef Py_GIL_DISABLED
  688|       |    _Py_atomic_store_uintptr_relaxed(&op->ob_tid, _Py_ThreadId());
  689|       |    _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, 1);
  690|       |    _Py_atomic_store_ssize_relaxed(&op->ob_ref_shared, 0);
  691|       |#else
  692|     93|    Py_SET_REFCNT(op, 1);
  ------------------
  |  |  201|     93|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|     93|#endif
  694|       |#ifdef Py_TRACE_REFS
  695|       |    _Py_ResurrectReference(op);
  696|       |#endif
  697|     93|}
object.c:_PyObject_ResurrectEnd:
  704|     93|{
  705|       |#ifdef Py_REF_DEBUG
  706|       |    _Py_DecRefTotal(_PyThreadState_GET());
  707|       |#endif
  708|     93|#ifndef Py_GIL_DISABLED
  709|     93|    Py_SET_REFCNT(op, Py_REFCNT(op) - 1);
  ------------------
  |  |  201|     93|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|     93|    if (Py_REFCNT(op) == 0) {
  ------------------
  |  |  119|     93|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (710:9): [True: 93, False: 0]
  ------------------
  711|       |# ifdef Py_TRACE_REFS
  712|       |        _Py_ForgetReference(op);
  713|       |# endif
  714|     93|        return 0;
  715|     93|    }
  716|      0|    return 1;
  717|       |#else
  718|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  719|       |    Py_ssize_t shared = _Py_atomic_load_ssize_acquire(&op->ob_ref_shared);
  720|       |    if (_Py_IsOwnedByCurrentThread(op) && local == 1 && shared == 0) {
  721|       |        // Fast-path: object has a single refcount and is owned by this thread
  722|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, 0);
  723|       |# ifdef Py_TRACE_REFS
  724|       |        _Py_ForgetReference(op);
  725|       |# endif
  726|       |        return 0;
  727|       |    }
  728|       |    // Slow-path: object has a shared refcount or is not owned by this thread
  729|       |    return _PyObject_ResurrectEndSlow(op);
  730|       |#endif
  731|     93|}
object.c:_PyObject_GetManagedDict:
  942|    351|{
  943|    351|    PyManagedDictPointer *dorv = _PyObject_ManagedDictPointer(obj);
  944|    351|    return (PyDictObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(dorv->dict);
  ------------------
  |  |  150|    351|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
  945|    351|}
object.c:_PyObject_ManagedDictPointer:
  935|    484|{
  936|    484|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (936:5): [True: 484, False: 0]
  ------------------
  937|    484|    return (PyManagedDictPointer *)((char *)obj + MANAGED_DICT_OFFSET);
  ------------------
  |  |  925|    484|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  938|    484|}
object.c:Py_DECREF_MORTAL:
  453|  3.11k|{
  454|  3.11k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 3.11k, False: 0]
  ------------------
  455|  3.11k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  3.11k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  3.11k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 0, False: 3.11k]
  ------------------
  457|      0|        _Py_Dealloc(op);
  458|      0|    }
  459|  3.11k|}
object.c:_PyObject_IsUniquelyReferenced:
  185|      2|{
  186|      2|#if !defined(Py_GIL_DISABLED)
  187|      2|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|      2|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|      2|}
setobject.c:_PyObject_HashFast:
  842|  2.28k|{
  843|  2.28k|    if (PyUnicode_CheckExact(op)) {
  ------------------
  |  |  104|  2.28k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  2.28k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.66k, False: 624]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|  1.66k|        Py_hash_t hash = PyUnstable_Unicode_GET_CACHED_HASH(op);
  845|  1.66k|        if (hash != -1) {
  ------------------
  |  Branch (845:13): [True: 371, False: 1.29k]
  ------------------
  846|    371|            return hash;
  847|    371|        }
  848|  1.66k|    }
  849|  1.91k|    return PyObject_Hash(op);
  850|  2.28k|}
setobject.c:_PyObject_IsUniquelyReferenced:
  185|    127|{
  186|    127|#if !defined(Py_GIL_DISABLED)
  187|    127|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|    127|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|    127|}
structseq.c:_PyType_HasFeature:
  290|     69|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|     69|    return ((type->tp_flags) & feature) != 0;
  292|     69|}
tupleobject.c:_PyObject_IsUniquelyReferenced:
  185|     34|{
  186|     34|#if !defined(Py_GIL_DISABLED)
  187|     34|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|     34|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|     34|}
tupleobject.c:_PyType_HasFeature:
  290|  8.55k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  8.55k|    return ((type->tp_flags) & feature) != 0;
  292|  8.55k|}
typeobject.c:_PyType_HasFeature:
  290|  43.4k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  43.4k|    return ((type->tp_flags) & feature) != 0;
  292|  43.4k|}
typeobject.c:_PyType_PreHeaderSize:
  854|  8.94k|{
  855|  8.94k|    return (
  856|  8.94k|#ifndef Py_GIL_DISABLED
  857|  8.94k|        (size_t)_PyType_IS_GC(tp) * sizeof(PyGC_Head) +
  ------------------
  |  |  828|  8.94k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|  8.94k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  ------------------
  858|  8.94k|#endif
  859|  8.94k|        (size_t)_PyType_HasFeature(tp, Py_TPFLAGS_PREHEADER) * 2 * sizeof(PyObject *)
  ------------------
  |  |  487|  8.94k|#define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  477|  8.94k|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  |  |  ------------------
  |  |               #define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  482|  8.94k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  |  |  ------------------
  ------------------
  860|  8.94k|    );
  861|  8.94k|}
typeobject.c:_PyObject_Init:
  486|  8.94k|{
  487|  8.94k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 8.94k, False: 0]
  ------------------
  488|  8.94k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  8.94k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  8.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  8.94k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 1.23k, False: 7.70k]
  |  Branch (489:5): [True: 7.70k, False: 0]
  ------------------
  490|  8.94k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  8.94k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  8.94k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  8.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  8.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  8.94k|    _Py_NewReference(op);
  492|  8.94k|}
typeobject.c:_PyObject_InitVar:
  496|    437|{
  497|    437|    assert(op != NULL);
  ------------------
  |  Branch (497:5): [True: 437, False: 0]
  ------------------
  498|    437|    assert(typeobj != &PyLong_Type);
  ------------------
  |  Branch (498:5): [True: 437, False: 0]
  ------------------
  499|    437|    _PyObject_Init((PyObject *)op, typeobj);
  500|    437|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|    437|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|    437|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    437|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|    437|}
typeobject.c:Py_DECREF_MORTAL:
  453|  32.7k|{
  454|  32.7k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 32.7k, False: 0]
  ------------------
  455|  32.7k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  32.7k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  32.7k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 0, False: 32.7k]
  ------------------
  457|      0|        _Py_Dealloc(op);
  458|      0|    }
  459|  32.7k|}
typeobject.c:_Py_INCREF_MORTAL:
 1024|  32.5k|{
 1025|  32.5k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (1025:5): [True: 32.5k, False: 0]
  ------------------
 1026|  32.5k|    op->ob_refcnt++;
 1027|  32.5k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  32.5k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
 1028|       |#if defined(Py_REF_DEBUG) && !defined(Py_LIMITED_API)
 1029|       |    if (!_Py_IsImmortal(op)) {
 1030|       |        _Py_INCREF_IncRefTotal();
 1031|       |    }
 1032|       |#endif
 1033|  32.5k|}
typeobject.c:_PyObject_HashFast:
  842|  25.5k|{
  843|  25.5k|    if (PyUnicode_CheckExact(op)) {
  ------------------
  |  |  104|  25.5k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  25.5k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  25.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  25.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 25.5k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|  25.5k|        Py_hash_t hash = PyUnstable_Unicode_GET_CACHED_HASH(op);
  845|  25.5k|        if (hash != -1) {
  ------------------
  |  Branch (845:13): [True: 25.0k, False: 587]
  ------------------
  846|  25.0k|            return hash;
  847|  25.0k|        }
  848|  25.5k|    }
  849|    587|    return PyObject_Hash(op);
  850|  25.5k|}
unicodeobject.c:_PyObject_Init:
  486|  24.9k|{
  487|  24.9k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 24.9k, False: 0]
  ------------------
  488|  24.9k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  24.9k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  24.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  24.9k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 24.9k]
  |  Branch (489:5): [True: 24.9k, False: 0]
  ------------------
  490|  24.9k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  24.9k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  24.9k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  24.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  24.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  24.9k|    _Py_NewReference(op);
  492|  24.9k|}
unicodeobject.c:_PyType_HasFeature:
  290|  24.9k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  24.9k|    return ((type->tp_flags) & feature) != 0;
  292|  24.9k|}
unicodeobject.c:_PyObject_IsUniquelyReferenced:
  185|    126|{
  186|    126|#if !defined(Py_GIL_DISABLED)
  187|    126|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|    126|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    126|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    126|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|    126|}
weakrefobject.c:_PyType_SUPPORTS_WEAKREFS:
  872|  2.07k|static inline int _PyType_SUPPORTS_WEAKREFS(PyTypeObject *type) {
  873|  2.07k|    return (type->tp_weaklistoffset != 0);
  874|  2.07k|}
weakrefobject.c:_PyObject_GET_WEAKREFS_LISTPTR:
  793|  2.27k|{
  794|  2.27k|    if (PyType_Check(op) &&
  ------------------
  |  |  766|  4.54k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 948, False: 1.32k]
  |  |  ------------------
  ------------------
  795|    948|            ((PyTypeObject *)op)->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    948|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (795:13): [True: 573, False: 375]
  ------------------
  796|    573|        PyInterpreterState *interp = _PyInterpreterState_GET();
  797|    573|        managed_static_type_state *state = _PyStaticType_GetState(
  798|    573|                                                interp, (PyTypeObject *)op);
  799|    573|        return _PyStaticType_GET_WEAKREFS_LISTPTR(state);
  800|    573|    }
  801|       |    // Essentially _PyObject_GET_WEAKREFS_LISTPTR_FROM_OFFSET():
  802|  1.69k|    Py_ssize_t offset = Py_TYPE(op)->tp_weaklistoffset;
  ------------------
  |  |  213|  1.69k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  803|  1.69k|    return (PyObject **)((char *)op + offset);
  804|  2.27k|}
weakrefobject.c:_Py_TryIncref:
  736|    560|{
  737|       |#ifdef Py_GIL_DISABLED
  738|       |    return _Py_TryIncrefFast(op) || _Py_TryIncRefShared(op);
  739|       |#else
  740|    560|    if (Py_REFCNT(op) > 0) {
  ------------------
  |  |  119|    560|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    560|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    560|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (740:9): [True: 560, False: 0]
  ------------------
  741|    560|        Py_INCREF(op);
  ------------------
  |  |  310|    560|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    560|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    560|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|    560|        return 1;
  743|    560|    }
  744|      0|    return 0;
  745|    560|#endif
  746|    560|}
bltinmodule.c:_PyObject_IsUniquelyReferenced:
  185|     19|{
  186|     19|#if !defined(Py_GIL_DISABLED)
  187|     19|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|     19|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|     19|}
ceval.c:Py_DECREF_MORTAL:
  453|  39.9k|{
  454|  39.9k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 39.9k, False: 0]
  ------------------
  455|  39.9k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  39.9k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  39.9k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 3.28k, False: 36.6k]
  ------------------
  457|  3.28k|        _Py_Dealloc(op);
  458|  3.28k|    }
  459|  39.9k|}
ceval.c:Py_DECREF_MORTAL_SPECIALIZED:
  463|  1.08k|{
  464|  1.08k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (464:5): [True: 1.08k, False: 0]
  ------------------
  465|  1.08k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.08k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  466|  1.08k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (466:9): [True: 219, False: 862]
  ------------------
  467|       |        _PyReftracerTrack(op, PyRefTracer_DESTROY);
  ------------------
  |  |  112|    219|    do { \
  |  |  113|    219|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|    219|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 219]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|    219|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 219]
  |  |  ------------------
  ------------------
  468|    219|        destruct(op);
  469|    219|    }
  470|  1.08k|}
ceval.c:_Py_INCREF_MORTAL:
 1024|  39.0k|{
 1025|  39.0k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (1025:5): [True: 39.0k, False: 0]
  ------------------
 1026|  39.0k|    op->ob_refcnt++;
 1027|  39.0k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  39.0k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
 1028|       |#if defined(Py_REF_DEBUG) && !defined(Py_LIMITED_API)
 1029|       |    if (!_Py_IsImmortal(op)) {
 1030|       |        _Py_INCREF_IncRefTotal();
 1031|       |    }
 1032|       |#endif
 1033|  39.0k|}
ceval.c:_PyObject_InlineValues:
  949|  10.7k|{
  950|  10.7k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  10.7k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  10.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  951|  10.7k|    assert(tp->tp_basicsize > 0 && (size_t)tp->tp_basicsize % sizeof(PyObject *) == 0);
  ------------------
  |  Branch (951:5): [True: 10.7k, False: 0]
  |  Branch (951:5): [True: 10.7k, False: 0]
  ------------------
  952|  10.7k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (952:5): [True: 10.7k, False: 0]
  ------------------
  953|  10.7k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (953:5): [True: 10.7k, False: 0]
  ------------------
  954|  10.7k|    return (PyDictValues *)((char *)obj + tp->tp_basicsize);
  955|  10.7k|}
ceval.c:_PyType_HasFeature:
  290|  2.80k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|  2.80k|    return ((type->tp_flags) & feature) != 0;
  292|  2.80k|}
ceval.c:_PyObject_GetManagedDict:
  942|  5.57k|{
  943|  5.57k|    PyManagedDictPointer *dorv = _PyObject_ManagedDictPointer(obj);
  944|  5.57k|    return (PyDictObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(dorv->dict);
  ------------------
  |  |  150|  5.57k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
  945|  5.57k|}
ceval.c:_PyObject_ManagedDictPointer:
  935|  5.57k|{
  936|  5.57k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (936:5): [True: 5.57k, False: 0]
  ------------------
  937|  5.57k|    return (PyManagedDictPointer *)((char *)obj + MANAGED_DICT_OFFSET);
  ------------------
  |  |  925|  5.57k|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  938|  5.57k|}
frame.c:Py_DECREF_MORTAL:
  453|  18.7k|{
  454|  18.7k|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 18.7k, False: 0]
  ------------------
  455|  18.7k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  18.7k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|  18.7k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 2.89k, False: 15.8k]
  ------------------
  457|  2.89k|        _Py_Dealloc(op);
  458|  2.89k|    }
  459|  18.7k|}
frame.c:_PyObject_IsUniquelyReferenced:
  185|    354|{
  186|    354|#if !defined(Py_GIL_DISABLED)
  187|    354|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|    354|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    354|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    354|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|    354|}
frame.c:_Py_INCREF_MORTAL:
 1024|     59|{
 1025|     59|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (1025:5): [True: 59, False: 0]
  ------------------
 1026|     59|    op->ob_refcnt++;
 1027|     59|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     59|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
 1028|       |#if defined(Py_REF_DEBUG) && !defined(Py_LIMITED_API)
 1029|       |    if (!_Py_IsImmortal(op)) {
 1030|       |        _Py_INCREF_IncRefTotal();
 1031|       |    }
 1032|       |#endif
 1033|     59|}
gc.c:_PyType_SUPPORTS_WEAKREFS:
  872|     96|static inline int _PyType_SUPPORTS_WEAKREFS(PyTypeObject *type) {
  873|     96|    return (type->tp_weaklistoffset != 0);
  874|     96|}
gc.c:_PyObject_GET_WEAKREFS_LISTPTR_FROM_OFFSET:
  820|     54|{
  821|     54|    assert(!PyType_Check(op) ||
  ------------------
  |  Branch (821:5): [True: 52, False: 2]
  |  Branch (821:5): [True: 2, False: 0]
  ------------------
  822|     54|            ((PyTypeObject *)op)->tp_flags & Py_TPFLAGS_HEAPTYPE);
  823|     54|    Py_ssize_t offset = Py_TYPE(op)->tp_weaklistoffset;
  ------------------
  |  |  213|     54|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  824|     54|    return (PyWeakReference **)((char *)op + offset);
  825|     54|}
gc.c:_PyObject_IS_GC:
  833|   136k|{
  834|   136k|    PyTypeObject *type = Py_TYPE(obj);
  ------------------
  |  |  213|   136k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   136k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   136k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  835|   136k|    return (_PyType_IS_GC(type)
  ------------------
  |  |  828|   273k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|   136k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 47.1k, False: 89.7k]
  |  |  ------------------
  ------------------
  836|  47.1k|            && (type->tp_is_gc == NULL || type->tp_is_gc(obj)));
  ------------------
  |  Branch (836:17): [True: 31.3k, False: 15.8k]
  |  Branch (836:43): [True: 5.14k, False: 10.6k]
  ------------------
  837|   136k|}
gc.c:_PyType_PreHeaderSize:
  854|  18.2k|{
  855|  18.2k|    return (
  856|  18.2k|#ifndef Py_GIL_DISABLED
  857|  18.2k|        (size_t)_PyType_IS_GC(tp) * sizeof(PyGC_Head) +
  ------------------
  |  |  828|  18.2k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|  18.2k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  ------------------
  858|  18.2k|#endif
  859|  18.2k|        (size_t)_PyType_HasFeature(tp, Py_TPFLAGS_PREHEADER) * 2 * sizeof(PyObject *)
  ------------------
  |  |  487|  18.2k|#define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  477|  18.2k|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  |  |  ------------------
  |  |               #define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  482|  18.2k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  |  |  ------------------
  ------------------
  860|  18.2k|    );
  861|  18.2k|}
gc.c:_PyType_HasFeature:
  290|   194k|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|   194k|    return ((type->tp_flags) & feature) != 0;
  292|   194k|}
gc.c:_PyObject_Init:
  486|  13.7k|{
  487|  13.7k|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 13.7k, False: 0]
  ------------------
  488|  13.7k|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|  13.7k|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|  13.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  13.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|  13.7k|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 187, False: 13.5k]
  |  Branch (489:5): [True: 13.5k, False: 0]
  ------------------
  490|  13.7k|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|  13.7k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  13.7k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  13.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  13.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|  13.7k|    _Py_NewReference(op);
  492|  13.7k|}
gc.c:_PyObject_InitVar:
  496|  6.87k|{
  497|  6.87k|    assert(op != NULL);
  ------------------
  |  Branch (497:5): [True: 6.87k, False: 0]
  ------------------
  498|  6.87k|    assert(typeobj != &PyLong_Type);
  ------------------
  |  Branch (498:5): [True: 6.87k, False: 0]
  ------------------
  499|  6.87k|    _PyObject_Init((PyObject *)op, typeobj);
  500|  6.87k|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|  6.87k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  6.87k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|  6.87k|}
import.c:_Py_TryIncref:
  736|      2|{
  737|       |#ifdef Py_GIL_DISABLED
  738|       |    return _Py_TryIncrefFast(op) || _Py_TryIncRefShared(op);
  739|       |#else
  740|      2|    if (Py_REFCNT(op) > 0) {
  ------------------
  |  |  119|      2|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (740:9): [True: 2, False: 0]
  ------------------
  741|      2|        Py_INCREF(op);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|      2|        return 1;
  743|      2|    }
  744|      0|    return 0;
  745|      2|#endif
  746|      2|}
intrinsics.c:_PyObject_IsUniquelyReferenced:
  185|     45|{
  186|     45|#if !defined(Py_GIL_DISABLED)
  187|     45|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|     45|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|     45|}
specialize.c:_PyObject_GetManagedDict:
  942|    531|{
  943|    531|    PyManagedDictPointer *dorv = _PyObject_ManagedDictPointer(obj);
  944|    531|    return (PyDictObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(dorv->dict);
  ------------------
  |  |  150|    531|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
  945|    531|}
specialize.c:_PyObject_ManagedDictPointer:
  935|    531|{
  936|    531|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (936:5): [True: 531, False: 0]
  ------------------
  937|    531|    return (PyManagedDictPointer *)((char *)obj + MANAGED_DICT_OFFSET);
  ------------------
  |  |  925|    531|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  938|    531|}
specialize.c:_PyObject_InlineValues:
  949|  1.03k|{
  950|  1.03k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  1.03k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  951|  1.03k|    assert(tp->tp_basicsize > 0 && (size_t)tp->tp_basicsize % sizeof(PyObject *) == 0);
  ------------------
  |  Branch (951:5): [True: 1.03k, False: 0]
  |  Branch (951:5): [True: 1.03k, False: 0]
  ------------------
  952|  1.03k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (952:5): [True: 1.03k, False: 0]
  ------------------
  953|  1.03k|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (953:5): [True: 1.03k, False: 0]
  ------------------
  954|  1.03k|    return (PyDictValues *)((char *)obj + tp->tp_basicsize);
  955|  1.03k|}
_datetimemodule.c:_PyObject_Init:
  486|      8|{
  487|      8|    assert(op != NULL);
  ------------------
  |  Branch (487:5): [True: 8, False: 0]
  ------------------
  488|      8|    Py_SET_TYPE(op, typeobj);
  ------------------
  |  |  217|      8|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  489|      8|    assert(_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj));
  ------------------
  |  Branch (489:5): [True: 0, False: 8]
  |  Branch (489:5): [True: 8, False: 0]
  ------------------
  490|      8|    _Py_INCREF_TYPE(typeobj);
  ------------------
  |  |  315|      8|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|      8|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|      8|    _Py_NewReference(op);
  492|      8|}
_datetimemodule.c:_PyType_HasFeature:
  290|      8|_PyType_HasFeature(PyTypeObject *type, unsigned long feature) {
  291|      8|    return ((type->tp_flags) & feature) != 0;
  292|      8|}
codeobject.c:_PyObject_ResurrectStart:
  682|    405|{
  683|    405|    assert(Py_REFCNT(op) == 0);
  ------------------
  |  Branch (683:5): [True: 405, False: 0]
  ------------------
  684|       |#ifdef Py_REF_DEBUG
  685|       |    _Py_IncRefTotal(_PyThreadState_GET());
  686|       |#endif
  687|       |#ifdef Py_GIL_DISABLED
  688|       |    _Py_atomic_store_uintptr_relaxed(&op->ob_tid, _Py_ThreadId());
  689|       |    _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, 1);
  690|       |    _Py_atomic_store_ssize_relaxed(&op->ob_ref_shared, 0);
  691|       |#else
  692|    405|    Py_SET_REFCNT(op, 1);
  ------------------
  |  |  201|    405|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|    405|#endif
  694|       |#ifdef Py_TRACE_REFS
  695|       |    _Py_ResurrectReference(op);
  696|       |#endif
  697|    405|}
codeobject.c:_PyObject_ResurrectEnd:
  704|    405|{
  705|       |#ifdef Py_REF_DEBUG
  706|       |    _Py_DecRefTotal(_PyThreadState_GET());
  707|       |#endif
  708|    405|#ifndef Py_GIL_DISABLED
  709|    405|    Py_SET_REFCNT(op, Py_REFCNT(op) - 1);
  ------------------
  |  |  201|    405|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|    405|    if (Py_REFCNT(op) == 0) {
  ------------------
  |  |  119|    405|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (710:9): [True: 405, False: 0]
  ------------------
  711|       |# ifdef Py_TRACE_REFS
  712|       |        _Py_ForgetReference(op);
  713|       |# endif
  714|    405|        return 0;
  715|    405|    }
  716|      0|    return 1;
  717|       |#else
  718|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  719|       |    Py_ssize_t shared = _Py_atomic_load_ssize_acquire(&op->ob_ref_shared);
  720|       |    if (_Py_IsOwnedByCurrentThread(op) && local == 1 && shared == 0) {
  721|       |        // Fast-path: object has a single refcount and is owned by this thread
  722|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, 0);
  723|       |# ifdef Py_TRACE_REFS
  724|       |        _Py_ForgetReference(op);
  725|       |# endif
  726|       |        return 0;
  727|       |    }
  728|       |    // Slow-path: object has a shared refcount or is not owned by this thread
  729|       |    return _PyObject_ResurrectEndSlow(op);
  730|       |#endif
  731|    405|}
enumobject.c:_PyObject_IsUniquelyReferenced:
  185|     79|{
  186|     79|#if !defined(Py_GIL_DISABLED)
  187|     79|    return Py_REFCNT(ob) == 1;
  ------------------
  |  |  119|     79|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |#else
  189|       |    // NOTE: the entire ob_ref_shared field must be zero, including flags, to
  190|       |    // ensure that other threads cannot concurrently create new references to
  191|       |    // this object.
  192|       |    return (_Py_IsOwnedByCurrentThread(ob) &&
  193|       |            _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local) == 1 &&
  194|       |            _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared) == 0);
  195|       |#endif
  196|     79|}
genobject.c:Py_DECREF_MORTAL:
  453|     67|{
  454|     67|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 67, False: 0]
  ------------------
  455|     67|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     67|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|     67|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 0, False: 67]
  ------------------
  457|      0|        _Py_Dealloc(op);
  458|      0|    }
  459|     67|}
frameobject.c:Py_DECREF_MORTAL:
  453|    216|{
  454|    216|    assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (454:5): [True: 216, False: 0]
  ------------------
  455|    216|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    216|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  456|    216|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (456:9): [True: 33, False: 183]
  ------------------
  457|     33|        _Py_Dealloc(op);
  458|     33|    }
  459|    216|}

typeobject.c:_PyObject_MallocWithType:
   40|  8.94k|{
   41|       |#ifdef Py_GIL_DISABLED
   42|       |    _PyThreadStateImpl *tstate = (_PyThreadStateImpl *)_PyThreadState_GET();
   43|       |    struct _mimalloc_thread_state *m = &tstate->mimalloc;
   44|       |    m->current_object_heap = _PyObject_GetAllocationHeap(tstate, tp);
   45|       |#endif
   46|  8.94k|    void *mem = PyObject_Malloc(size);
   47|       |#ifdef Py_GIL_DISABLED
   48|       |    m->current_object_heap = &m->heaps[_Py_MIMALLOC_HEAP_OBJECT];
   49|       |#endif
   50|  8.94k|    return mem;
   51|  8.94k|}
gc.c:_PyObject_MallocWithType:
   40|  13.7k|{
   41|       |#ifdef Py_GIL_DISABLED
   42|       |    _PyThreadStateImpl *tstate = (_PyThreadStateImpl *)_PyThreadState_GET();
   43|       |    struct _mimalloc_thread_state *m = &tstate->mimalloc;
   44|       |    m->current_object_heap = _PyObject_GetAllocationHeap(tstate, tp);
   45|       |#endif
   46|  13.7k|    void *mem = PyObject_Malloc(size);
   47|       |#ifdef Py_GIL_DISABLED
   48|       |    m->current_object_heap = &m->heaps[_Py_MIMALLOC_HEAP_OBJECT];
   49|       |#endif
   50|  13.7k|    return mem;
   51|  13.7k|}
gc.c:_PyObject_ReallocWithType:
   55|      2|{
   56|       |#ifdef Py_GIL_DISABLED
   57|       |    _PyThreadStateImpl *tstate = (_PyThreadStateImpl *)_PyThreadState_GET();
   58|       |    struct _mimalloc_thread_state *m = &tstate->mimalloc;
   59|       |    m->current_object_heap = _PyObject_GetAllocationHeap(tstate, tp);
   60|       |#endif
   61|      2|    void *mem = PyObject_Realloc(ptr, size);
   62|       |#ifdef Py_GIL_DISABLED
   63|       |    m->current_object_heap = &m->heaps[_Py_MIMALLOC_HEAP_OBJECT];
   64|       |#endif
   65|      2|    return mem;
   66|      2|}

_PyOpcode_num_popped:
   37|     21|int _PyOpcode_num_popped(int opcode, int oparg)  {
   38|     21|    switch(opcode) {
   39|      0|        case ANNOTATIONS_PLACEHOLDER:
  ------------------
  |  |  247|      0|#define ANNOTATIONS_PLACEHOLDER                256
  ------------------
  |  Branch (39:9): [True: 0, False: 21]
  ------------------
   40|      0|            return 0;
   41|      0|        case BINARY_OP:
  ------------------
  |  |   55|      0|#define BINARY_OP                               42
  ------------------
  |  Branch (41:9): [True: 0, False: 21]
  ------------------
   42|      0|            return 2;
   43|      0|        case BINARY_OP_ADD_FLOAT:
  ------------------
  |  |  134|      0|#define BINARY_OP_ADD_FLOAT                    129
  ------------------
  |  Branch (43:9): [True: 0, False: 21]
  ------------------
   44|      0|            return 2;
   45|      0|        case BINARY_OP_ADD_INT:
  ------------------
  |  |  135|      0|#define BINARY_OP_ADD_INT                      130
  ------------------
  |  Branch (45:9): [True: 0, False: 21]
  ------------------
   46|      0|            return 2;
   47|      0|        case BINARY_OP_ADD_UNICODE:
  ------------------
  |  |  136|      0|#define BINARY_OP_ADD_UNICODE                  131
  ------------------
  |  Branch (47:9): [True: 0, False: 21]
  ------------------
   48|      0|            return 2;
   49|      0|        case BINARY_OP_EXTEND:
  ------------------
  |  |  137|      0|#define BINARY_OP_EXTEND                       132
  ------------------
  |  Branch (49:9): [True: 0, False: 21]
  ------------------
   50|      0|            return 2;
   51|      0|        case BINARY_OP_INPLACE_ADD_UNICODE:
  ------------------
  |  |   16|      0|#define BINARY_OP_INPLACE_ADD_UNICODE            3
  ------------------
  |  Branch (51:9): [True: 0, False: 21]
  ------------------
   52|      0|            return 2;
   53|      0|        case BINARY_OP_MULTIPLY_FLOAT:
  ------------------
  |  |  138|      0|#define BINARY_OP_MULTIPLY_FLOAT               133
  ------------------
  |  Branch (53:9): [True: 0, False: 21]
  ------------------
   54|      0|            return 2;
   55|      0|        case BINARY_OP_MULTIPLY_INT:
  ------------------
  |  |  139|      0|#define BINARY_OP_MULTIPLY_INT                 134
  ------------------
  |  Branch (55:9): [True: 0, False: 21]
  ------------------
   56|      0|            return 2;
   57|      0|        case BINARY_OP_SUBSCR_DICT:
  ------------------
  |  |  140|      0|#define BINARY_OP_SUBSCR_DICT                  135
  ------------------
  |  Branch (57:9): [True: 0, False: 21]
  ------------------
   58|      0|            return 2;
   59|      0|        case BINARY_OP_SUBSCR_GETITEM:
  ------------------
  |  |  141|      0|#define BINARY_OP_SUBSCR_GETITEM               136
  ------------------
  |  Branch (59:9): [True: 0, False: 21]
  ------------------
   60|      0|            return 2;
   61|      0|        case BINARY_OP_SUBSCR_LIST_INT:
  ------------------
  |  |  142|      0|#define BINARY_OP_SUBSCR_LIST_INT              137
  ------------------
  |  Branch (61:9): [True: 0, False: 21]
  ------------------
   62|      0|            return 2;
   63|      0|        case BINARY_OP_SUBSCR_LIST_SLICE:
  ------------------
  |  |  143|      0|#define BINARY_OP_SUBSCR_LIST_SLICE            138
  ------------------
  |  Branch (63:9): [True: 0, False: 21]
  ------------------
   64|      0|            return 2;
   65|      0|        case BINARY_OP_SUBSCR_STR_INT:
  ------------------
  |  |  144|      0|#define BINARY_OP_SUBSCR_STR_INT               139
  ------------------
  |  Branch (65:9): [True: 0, False: 21]
  ------------------
   66|      0|            return 2;
   67|      0|        case BINARY_OP_SUBSCR_TUPLE_INT:
  ------------------
  |  |  145|      0|#define BINARY_OP_SUBSCR_TUPLE_INT             140
  ------------------
  |  Branch (67:9): [True: 0, False: 21]
  ------------------
   68|      0|            return 2;
   69|      0|        case BINARY_OP_SUBSCR_USTR_INT:
  ------------------
  |  |  146|      0|#define BINARY_OP_SUBSCR_USTR_INT              141
  ------------------
  |  Branch (69:9): [True: 0, False: 21]
  ------------------
   70|      0|            return 2;
   71|      0|        case BINARY_OP_SUBTRACT_FLOAT:
  ------------------
  |  |  147|      0|#define BINARY_OP_SUBTRACT_FLOAT               142
  ------------------
  |  Branch (71:9): [True: 0, False: 21]
  ------------------
   72|      0|            return 2;
   73|      0|        case BINARY_OP_SUBTRACT_INT:
  ------------------
  |  |  148|      0|#define BINARY_OP_SUBTRACT_INT                 143
  ------------------
  |  Branch (73:9): [True: 0, False: 21]
  ------------------
   74|      0|            return 2;
   75|      0|        case BINARY_SLICE:
  ------------------
  |  |   14|      0|#define BINARY_SLICE                             1
  ------------------
  |  Branch (75:9): [True: 0, False: 21]
  ------------------
   76|      0|            return 3;
   77|      0|        case BUILD_INTERPOLATION:
  ------------------
  |  |   56|      0|#define BUILD_INTERPOLATION                     43
  ------------------
  |  Branch (77:9): [True: 0, False: 21]
  ------------------
   78|      0|            return 2 + (oparg & 1);
   79|      0|        case BUILD_LIST:
  ------------------
  |  |   57|      0|#define BUILD_LIST                              44
  ------------------
  |  Branch (79:9): [True: 0, False: 21]
  ------------------
   80|      0|            return oparg;
   81|      0|        case BUILD_MAP:
  ------------------
  |  |   58|      0|#define BUILD_MAP                               45
  ------------------
  |  Branch (81:9): [True: 0, False: 21]
  ------------------
   82|      0|            return oparg*2;
   83|      0|        case BUILD_SET:
  ------------------
  |  |   59|      0|#define BUILD_SET                               46
  ------------------
  |  Branch (83:9): [True: 0, False: 21]
  ------------------
   84|      0|            return oparg;
   85|      0|        case BUILD_SLICE:
  ------------------
  |  |   60|      0|#define BUILD_SLICE                             47
  ------------------
  |  Branch (85:9): [True: 0, False: 21]
  ------------------
   86|      0|            return oparg;
   87|      0|        case BUILD_STRING:
  ------------------
  |  |   61|      0|#define BUILD_STRING                            48
  ------------------
  |  Branch (87:9): [True: 0, False: 21]
  ------------------
   88|      0|            return oparg;
   89|      0|        case BUILD_TEMPLATE:
  ------------------
  |  |   15|      0|#define BUILD_TEMPLATE                           2
  ------------------
  |  Branch (89:9): [True: 0, False: 21]
  ------------------
   90|      0|            return 2;
   91|      2|        case BUILD_TUPLE:
  ------------------
  |  |   62|      2|#define BUILD_TUPLE                             49
  ------------------
  |  Branch (91:9): [True: 2, False: 19]
  ------------------
   92|      2|            return oparg;
   93|      0|        case CACHE:
  ------------------
  |  |   13|      0|#define CACHE                                    0
  ------------------
  |  Branch (93:9): [True: 0, False: 21]
  ------------------
   94|      0|            return 0;
   95|      2|        case CALL:
  ------------------
  |  |   63|      2|#define CALL                                    50
  ------------------
  |  Branch (95:9): [True: 2, False: 19]
  ------------------
   96|      2|            return 2 + oparg;
   97|      0|        case CALL_ALLOC_AND_ENTER_INIT:
  ------------------
  |  |  149|      0|#define CALL_ALLOC_AND_ENTER_INIT              144
  ------------------
  |  Branch (97:9): [True: 0, False: 21]
  ------------------
   98|      0|            return 2 + oparg;
   99|      0|        case CALL_BOUND_METHOD_EXACT_ARGS:
  ------------------
  |  |  150|      0|#define CALL_BOUND_METHOD_EXACT_ARGS           145
  ------------------
  |  Branch (99:9): [True: 0, False: 21]
  ------------------
  100|      0|            return 2 + oparg;
  101|      0|        case CALL_BOUND_METHOD_GENERAL:
  ------------------
  |  |  151|      0|#define CALL_BOUND_METHOD_GENERAL              146
  ------------------
  |  Branch (101:9): [True: 0, False: 21]
  ------------------
  102|      0|            return 2 + oparg;
  103|      0|        case CALL_BUILTIN_CLASS:
  ------------------
  |  |  152|      0|#define CALL_BUILTIN_CLASS                     147
  ------------------
  |  Branch (103:9): [True: 0, False: 21]
  ------------------
  104|      0|            return 2 + oparg;
  105|      0|        case CALL_BUILTIN_FAST:
  ------------------
  |  |  153|      0|#define CALL_BUILTIN_FAST                      148
  ------------------
  |  Branch (105:9): [True: 0, False: 21]
  ------------------
  106|      0|            return 2 + oparg;
  107|      0|        case CALL_BUILTIN_FAST_WITH_KEYWORDS:
  ------------------
  |  |  154|      0|#define CALL_BUILTIN_FAST_WITH_KEYWORDS        149
  ------------------
  |  Branch (107:9): [True: 0, False: 21]
  ------------------
  108|      0|            return 2 + oparg;
  109|      0|        case CALL_BUILTIN_O:
  ------------------
  |  |  155|      0|#define CALL_BUILTIN_O                         150
  ------------------
  |  Branch (109:9): [True: 0, False: 21]
  ------------------
  110|      0|            return 2 + oparg;
  111|      0|        case CALL_EX_NON_PY_GENERAL:
  ------------------
  |  |  156|      0|#define CALL_EX_NON_PY_GENERAL                 151
  ------------------
  |  Branch (111:9): [True: 0, False: 21]
  ------------------
  112|      0|            return 4;
  113|      0|        case CALL_EX_PY:
  ------------------
  |  |  157|      0|#define CALL_EX_PY                             152
  ------------------
  |  Branch (113:9): [True: 0, False: 21]
  ------------------
  114|      0|            return 4;
  115|      0|        case CALL_FUNCTION_EX:
  ------------------
  |  |   17|      0|#define CALL_FUNCTION_EX                         4
  ------------------
  |  Branch (115:9): [True: 0, False: 21]
  ------------------
  116|      0|            return 4;
  117|      0|        case CALL_INTRINSIC_1:
  ------------------
  |  |   64|      0|#define CALL_INTRINSIC_1                        51
  ------------------
  |  Branch (117:9): [True: 0, False: 21]
  ------------------
  118|      0|            return 1;
  119|      0|        case CALL_INTRINSIC_2:
  ------------------
  |  |   65|      0|#define CALL_INTRINSIC_2                        52
  ------------------
  |  Branch (119:9): [True: 0, False: 21]
  ------------------
  120|      0|            return 2;
  121|      0|        case CALL_ISINSTANCE:
  ------------------
  |  |  158|      0|#define CALL_ISINSTANCE                        153
  ------------------
  |  Branch (121:9): [True: 0, False: 21]
  ------------------
  122|      0|            return 4;
  123|      0|        case CALL_KW:
  ------------------
  |  |   66|      0|#define CALL_KW                                 53
  ------------------
  |  Branch (123:9): [True: 0, False: 21]
  ------------------
  124|      0|            return 3 + oparg;
  125|      0|        case CALL_KW_BOUND_METHOD:
  ------------------
  |  |  159|      0|#define CALL_KW_BOUND_METHOD                   154
  ------------------
  |  Branch (125:9): [True: 0, False: 21]
  ------------------
  126|      0|            return 3 + oparg;
  127|      0|        case CALL_KW_NON_PY:
  ------------------
  |  |  160|      0|#define CALL_KW_NON_PY                         155
  ------------------
  |  Branch (127:9): [True: 0, False: 21]
  ------------------
  128|      0|            return 3 + oparg;
  129|      0|        case CALL_KW_PY:
  ------------------
  |  |  161|      0|#define CALL_KW_PY                             156
  ------------------
  |  Branch (129:9): [True: 0, False: 21]
  ------------------
  130|      0|            return 3 + oparg;
  131|      0|        case CALL_LEN:
  ------------------
  |  |  162|      0|#define CALL_LEN                               157
  ------------------
  |  Branch (131:9): [True: 0, False: 21]
  ------------------
  132|      0|            return 3;
  133|      0|        case CALL_LIST_APPEND:
  ------------------
  |  |  163|      0|#define CALL_LIST_APPEND                       158
  ------------------
  |  Branch (133:9): [True: 0, False: 21]
  ------------------
  134|      0|            return 3;
  135|      0|        case CALL_METHOD_DESCRIPTOR_FAST:
  ------------------
  |  |  164|      0|#define CALL_METHOD_DESCRIPTOR_FAST            159
  ------------------
  |  Branch (135:9): [True: 0, False: 21]
  ------------------
  136|      0|            return 2 + oparg;
  137|      0|        case CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS:
  ------------------
  |  |  165|      0|#define CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS 160
  ------------------
  |  Branch (137:9): [True: 0, False: 21]
  ------------------
  138|      0|            return 2 + oparg;
  139|      0|        case CALL_METHOD_DESCRIPTOR_NOARGS:
  ------------------
  |  |  166|      0|#define CALL_METHOD_DESCRIPTOR_NOARGS          161
  ------------------
  |  Branch (139:9): [True: 0, False: 21]
  ------------------
  140|      0|            return 2 + oparg;
  141|      0|        case CALL_METHOD_DESCRIPTOR_O:
  ------------------
  |  |  167|      0|#define CALL_METHOD_DESCRIPTOR_O               162
  ------------------
  |  Branch (141:9): [True: 0, False: 21]
  ------------------
  142|      0|            return 2 + oparg;
  143|      0|        case CALL_NON_PY_GENERAL:
  ------------------
  |  |  168|      0|#define CALL_NON_PY_GENERAL                    163
  ------------------
  |  Branch (143:9): [True: 0, False: 21]
  ------------------
  144|      0|            return 2 + oparg;
  145|      0|        case CALL_PY_EXACT_ARGS:
  ------------------
  |  |  169|      0|#define CALL_PY_EXACT_ARGS                     164
  ------------------
  |  Branch (145:9): [True: 0, False: 21]
  ------------------
  146|      0|            return 2 + oparg;
  147|      0|        case CALL_PY_GENERAL:
  ------------------
  |  |  170|      0|#define CALL_PY_GENERAL                        165
  ------------------
  |  Branch (147:9): [True: 0, False: 21]
  ------------------
  148|      0|            return 2 + oparg;
  149|      0|        case CALL_STR_1:
  ------------------
  |  |  171|      0|#define CALL_STR_1                             166
  ------------------
  |  Branch (149:9): [True: 0, False: 21]
  ------------------
  150|      0|            return 3;
  151|      0|        case CALL_TUPLE_1:
  ------------------
  |  |  172|      0|#define CALL_TUPLE_1                           167
  ------------------
  |  Branch (151:9): [True: 0, False: 21]
  ------------------
  152|      0|            return 3;
  153|      0|        case CALL_TYPE_1:
  ------------------
  |  |  173|      0|#define CALL_TYPE_1                            168
  ------------------
  |  Branch (153:9): [True: 0, False: 21]
  ------------------
  154|      0|            return 3;
  155|      0|        case CHECK_EG_MATCH:
  ------------------
  |  |   18|      0|#define CHECK_EG_MATCH                           5
  ------------------
  |  Branch (155:9): [True: 0, False: 21]
  ------------------
  156|      0|            return 2;
  157|      0|        case CHECK_EXC_MATCH:
  ------------------
  |  |   19|      0|#define CHECK_EXC_MATCH                          6
  ------------------
  |  Branch (157:9): [True: 0, False: 21]
  ------------------
  158|      0|            return 2;
  159|      0|        case CLEANUP_THROW:
  ------------------
  |  |   20|      0|#define CLEANUP_THROW                            7
  ------------------
  |  Branch (159:9): [True: 0, False: 21]
  ------------------
  160|      0|            return 4;
  161|      0|        case COMPARE_OP:
  ------------------
  |  |   67|      0|#define COMPARE_OP                              54
  ------------------
  |  Branch (161:9): [True: 0, False: 21]
  ------------------
  162|      0|            return 2;
  163|      0|        case COMPARE_OP_FLOAT:
  ------------------
  |  |  174|      0|#define COMPARE_OP_FLOAT                       169
  ------------------
  |  Branch (163:9): [True: 0, False: 21]
  ------------------
  164|      0|            return 2;
  165|      0|        case COMPARE_OP_INT:
  ------------------
  |  |  175|      0|#define COMPARE_OP_INT                         170
  ------------------
  |  Branch (165:9): [True: 0, False: 21]
  ------------------
  166|      0|            return 2;
  167|      0|        case COMPARE_OP_STR:
  ------------------
  |  |  176|      0|#define COMPARE_OP_STR                         171
  ------------------
  |  Branch (167:9): [True: 0, False: 21]
  ------------------
  168|      0|            return 2;
  169|      0|        case CONTAINS_OP:
  ------------------
  |  |   68|      0|#define CONTAINS_OP                             55
  ------------------
  |  Branch (169:9): [True: 0, False: 21]
  ------------------
  170|      0|            return 2;
  171|      0|        case CONTAINS_OP_DICT:
  ------------------
  |  |  177|      0|#define CONTAINS_OP_DICT                       172
  ------------------
  |  Branch (171:9): [True: 0, False: 21]
  ------------------
  172|      0|            return 2;
  173|      0|        case CONTAINS_OP_SET:
  ------------------
  |  |  178|      0|#define CONTAINS_OP_SET                        173
  ------------------
  |  Branch (173:9): [True: 0, False: 21]
  ------------------
  174|      0|            return 2;
  175|      0|        case CONVERT_VALUE:
  ------------------
  |  |   69|      0|#define CONVERT_VALUE                           56
  ------------------
  |  Branch (175:9): [True: 0, False: 21]
  ------------------
  176|      0|            return 1;
  177|      0|        case COPY:
  ------------------
  |  |   70|      0|#define COPY                                    57
  ------------------
  |  Branch (177:9): [True: 0, False: 21]
  ------------------
  178|      0|            return 1 + (oparg-1);
  179|      0|        case COPY_FREE_VARS:
  ------------------
  |  |   71|      0|#define COPY_FREE_VARS                          58
  ------------------
  |  Branch (179:9): [True: 0, False: 21]
  ------------------
  180|      0|            return 0;
  181|      0|        case DELETE_ATTR:
  ------------------
  |  |   72|      0|#define DELETE_ATTR                             59
  ------------------
  |  Branch (181:9): [True: 0, False: 21]
  ------------------
  182|      0|            return 1;
  183|      0|        case DELETE_DEREF:
  ------------------
  |  |   73|      0|#define DELETE_DEREF                            60
  ------------------
  |  Branch (183:9): [True: 0, False: 21]
  ------------------
  184|      0|            return 0;
  185|      0|        case DELETE_FAST:
  ------------------
  |  |   74|      0|#define DELETE_FAST                             61
  ------------------
  |  Branch (185:9): [True: 0, False: 21]
  ------------------
  186|      0|            return 0;
  187|      0|        case DELETE_GLOBAL:
  ------------------
  |  |   75|      0|#define DELETE_GLOBAL                           62
  ------------------
  |  Branch (187:9): [True: 0, False: 21]
  ------------------
  188|      0|            return 0;
  189|      0|        case DELETE_NAME:
  ------------------
  |  |   76|      0|#define DELETE_NAME                             63
  ------------------
  |  Branch (189:9): [True: 0, False: 21]
  ------------------
  190|      0|            return 0;
  191|      0|        case DELETE_SUBSCR:
  ------------------
  |  |   21|      0|#define DELETE_SUBSCR                            8
  ------------------
  |  Branch (191:9): [True: 0, False: 21]
  ------------------
  192|      0|            return 2;
  193|      0|        case DICT_MERGE:
  ------------------
  |  |   77|      0|#define DICT_MERGE                              64
  ------------------
  |  Branch (193:9): [True: 0, False: 21]
  ------------------
  194|      0|            return 5 + (oparg - 1);
  195|      0|        case DICT_UPDATE:
  ------------------
  |  |   78|      0|#define DICT_UPDATE                             65
  ------------------
  |  Branch (195:9): [True: 0, False: 21]
  ------------------
  196|      0|            return 2 + (oparg - 1);
  197|      0|        case END_ASYNC_FOR:
  ------------------
  |  |   79|      0|#define END_ASYNC_FOR                           66
  ------------------
  |  Branch (197:9): [True: 0, False: 21]
  ------------------
  198|      0|            return 2;
  199|      0|        case END_FOR:
  ------------------
  |  |   22|      0|#define END_FOR                                  9
  ------------------
  |  Branch (199:9): [True: 0, False: 21]
  ------------------
  200|      0|            return 1;
  201|      0|        case END_SEND:
  ------------------
  |  |   23|      0|#define END_SEND                                10
  ------------------
  |  Branch (201:9): [True: 0, False: 21]
  ------------------
  202|      0|            return 3;
  203|      0|        case ENTER_EXECUTOR:
  ------------------
  |  |  245|      0|#define ENTER_EXECUTOR                         254
  ------------------
  |  Branch (203:9): [True: 0, False: 21]
  ------------------
  204|      0|            return 0;
  205|      0|        case EXIT_INIT_CHECK:
  ------------------
  |  |   24|      0|#define EXIT_INIT_CHECK                         11
  ------------------
  |  Branch (205:9): [True: 0, False: 21]
  ------------------
  206|      0|            return 1;
  207|      0|        case EXTENDED_ARG:
  ------------------
  |  |   80|      0|#define EXTENDED_ARG                            67
  ------------------
  |  Branch (207:9): [True: 0, False: 21]
  ------------------
  208|      0|            return 0;
  209|      0|        case FORMAT_SIMPLE:
  ------------------
  |  |   25|      0|#define FORMAT_SIMPLE                           12
  ------------------
  |  Branch (209:9): [True: 0, False: 21]
  ------------------
  210|      0|            return 1;
  211|      0|        case FORMAT_WITH_SPEC:
  ------------------
  |  |   26|      0|#define FORMAT_WITH_SPEC                        13
  ------------------
  |  Branch (211:9): [True: 0, False: 21]
  ------------------
  212|      0|            return 2;
  213|      0|        case FOR_ITER:
  ------------------
  |  |   81|      0|#define FOR_ITER                                68
  ------------------
  |  Branch (213:9): [True: 0, False: 21]
  ------------------
  214|      0|            return 2;
  215|      0|        case FOR_ITER_GEN:
  ------------------
  |  |  179|      0|#define FOR_ITER_GEN                           174
  ------------------
  |  Branch (215:9): [True: 0, False: 21]
  ------------------
  216|      0|            return 2;
  217|      0|        case FOR_ITER_LIST:
  ------------------
  |  |  180|      0|#define FOR_ITER_LIST                          175
  ------------------
  |  Branch (217:9): [True: 0, False: 21]
  ------------------
  218|      0|            return 2;
  219|      0|        case FOR_ITER_RANGE:
  ------------------
  |  |  181|      0|#define FOR_ITER_RANGE                         176
  ------------------
  |  Branch (219:9): [True: 0, False: 21]
  ------------------
  220|      0|            return 2;
  221|      0|        case FOR_ITER_TUPLE:
  ------------------
  |  |  182|      0|#define FOR_ITER_TUPLE                         177
  ------------------
  |  Branch (221:9): [True: 0, False: 21]
  ------------------
  222|      0|            return 2;
  223|      0|        case FOR_ITER_VIRTUAL:
  ------------------
  |  |  183|      0|#define FOR_ITER_VIRTUAL                       178
  ------------------
  |  Branch (223:9): [True: 0, False: 21]
  ------------------
  224|      0|            return 2;
  225|      0|        case GET_AITER:
  ------------------
  |  |   27|      0|#define GET_AITER                               14
  ------------------
  |  Branch (225:9): [True: 0, False: 21]
  ------------------
  226|      0|            return 1;
  227|      0|        case GET_ANEXT:
  ------------------
  |  |   28|      0|#define GET_ANEXT                               15
  ------------------
  |  Branch (227:9): [True: 0, False: 21]
  ------------------
  228|      0|            return 1;
  229|      0|        case GET_AWAITABLE:
  ------------------
  |  |   82|      0|#define GET_AWAITABLE                           69
  ------------------
  |  Branch (229:9): [True: 0, False: 21]
  ------------------
  230|      0|            return 1;
  231|      0|        case GET_ITER:
  ------------------
  |  |   83|      0|#define GET_ITER                                70
  ------------------
  |  Branch (231:9): [True: 0, False: 21]
  ------------------
  232|      0|            return 1;
  233|      0|        case GET_ITER_SELF:
  ------------------
  |  |  184|      0|#define GET_ITER_SELF                          179
  ------------------
  |  Branch (233:9): [True: 0, False: 21]
  ------------------
  234|      0|            return 1;
  235|      0|        case GET_ITER_VIRTUAL:
  ------------------
  |  |  185|      0|#define GET_ITER_VIRTUAL                       180
  ------------------
  |  Branch (235:9): [True: 0, False: 21]
  ------------------
  236|      0|            return 1;
  237|      0|        case GET_LEN:
  ------------------
  |  |   29|      0|#define GET_LEN                                 16
  ------------------
  |  Branch (237:9): [True: 0, False: 21]
  ------------------
  238|      0|            return 1;
  239|      0|        case IMPORT_FROM:
  ------------------
  |  |   84|      0|#define IMPORT_FROM                             71
  ------------------
  |  Branch (239:9): [True: 0, False: 21]
  ------------------
  240|      0|            return 1;
  241|      0|        case IMPORT_NAME:
  ------------------
  |  |   85|      0|#define IMPORT_NAME                             72
  ------------------
  |  Branch (241:9): [True: 0, False: 21]
  ------------------
  242|      0|            return 2;
  243|      0|        case INSTRUMENTED_CALL:
  ------------------
  |  |  240|      0|#define INSTRUMENTED_CALL                      249
  ------------------
  |  Branch (243:9): [True: 0, False: 21]
  ------------------
  244|      0|            return 2 + oparg;
  245|      0|        case INSTRUMENTED_CALL_FUNCTION_EX:
  ------------------
  |  |  242|      0|#define INSTRUMENTED_CALL_FUNCTION_EX          251
  ------------------
  |  Branch (245:9): [True: 0, False: 21]
  ------------------
  246|      0|            return 4;
  247|      0|        case INSTRUMENTED_CALL_KW:
  ------------------
  |  |  241|      0|#define INSTRUMENTED_CALL_KW                   250
  ------------------
  |  Branch (247:9): [True: 0, False: 21]
  ------------------
  248|      0|            return 3 + oparg;
  249|      0|        case INSTRUMENTED_END_ASYNC_FOR:
  ------------------
  |  |  238|      0|#define INSTRUMENTED_END_ASYNC_FOR             247
  ------------------
  |  Branch (249:9): [True: 0, False: 21]
  ------------------
  250|      0|            return 2;
  251|      0|        case INSTRUMENTED_END_FOR:
  ------------------
  |  |  224|      0|#define INSTRUMENTED_END_FOR                   233
  ------------------
  |  Branch (251:9): [True: 0, False: 21]
  ------------------
  252|      0|            return 3;
  253|      0|        case INSTRUMENTED_END_SEND:
  ------------------
  |  |  226|      0|#define INSTRUMENTED_END_SEND                  235
  ------------------
  |  Branch (253:9): [True: 0, False: 21]
  ------------------
  254|      0|            return 3;
  255|      0|        case INSTRUMENTED_FOR_ITER:
  ------------------
  |  |  227|      0|#define INSTRUMENTED_FOR_ITER                  236
  ------------------
  |  Branch (255:9): [True: 0, False: 21]
  ------------------
  256|      0|            return 2;
  257|      0|        case INSTRUMENTED_INSTRUCTION:
  ------------------
  |  |  228|      0|#define INSTRUMENTED_INSTRUCTION               237
  ------------------
  |  Branch (257:9): [True: 0, False: 21]
  ------------------
  258|      0|            return 0;
  259|      0|        case INSTRUMENTED_JUMP_BACKWARD:
  ------------------
  |  |  243|      0|#define INSTRUMENTED_JUMP_BACKWARD             252
  ------------------
  |  Branch (259:9): [True: 0, False: 21]
  ------------------
  260|      0|            return 0;
  261|      0|        case INSTRUMENTED_JUMP_FORWARD:
  ------------------
  |  |  229|      0|#define INSTRUMENTED_JUMP_FORWARD              238
  ------------------
  |  Branch (261:9): [True: 0, False: 21]
  ------------------
  262|      0|            return 0;
  263|      0|        case INSTRUMENTED_LINE:
  ------------------
  |  |  244|      0|#define INSTRUMENTED_LINE                      253
  ------------------
  |  Branch (263:9): [True: 0, False: 21]
  ------------------
  264|      0|            return 0;
  265|      0|        case INSTRUMENTED_LOAD_SUPER_ATTR:
  ------------------
  |  |  239|      0|#define INSTRUMENTED_LOAD_SUPER_ATTR           248
  ------------------
  |  Branch (265:9): [True: 0, False: 21]
  ------------------
  266|      0|            return 3;
  267|      0|        case INSTRUMENTED_NOT_TAKEN:
  ------------------
  |  |  230|      0|#define INSTRUMENTED_NOT_TAKEN                 239
  ------------------
  |  Branch (267:9): [True: 0, False: 21]
  ------------------
  268|      0|            return 0;
  269|      0|        case INSTRUMENTED_POP_ITER:
  ------------------
  |  |  225|      0|#define INSTRUMENTED_POP_ITER                  234
  ------------------
  |  Branch (269:9): [True: 0, False: 21]
  ------------------
  270|      0|            return 2;
  271|      0|        case INSTRUMENTED_POP_JUMP_IF_FALSE:
  ------------------
  |  |  232|      0|#define INSTRUMENTED_POP_JUMP_IF_FALSE         241
  ------------------
  |  Branch (271:9): [True: 0, False: 21]
  ------------------
  272|      0|            return 1;
  273|      0|        case INSTRUMENTED_POP_JUMP_IF_NONE:
  ------------------
  |  |  233|      0|#define INSTRUMENTED_POP_JUMP_IF_NONE          242
  ------------------
  |  Branch (273:9): [True: 0, False: 21]
  ------------------
  274|      0|            return 1;
  275|      0|        case INSTRUMENTED_POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  234|      0|#define INSTRUMENTED_POP_JUMP_IF_NOT_NONE      243
  ------------------
  |  Branch (275:9): [True: 0, False: 21]
  ------------------
  276|      0|            return 1;
  277|      0|        case INSTRUMENTED_POP_JUMP_IF_TRUE:
  ------------------
  |  |  231|      0|#define INSTRUMENTED_POP_JUMP_IF_TRUE          240
  ------------------
  |  Branch (277:9): [True: 0, False: 21]
  ------------------
  278|      0|            return 1;
  279|      0|        case INSTRUMENTED_RESUME:
  ------------------
  |  |  235|      0|#define INSTRUMENTED_RESUME                    244
  ------------------
  |  Branch (279:9): [True: 0, False: 21]
  ------------------
  280|      0|            return 0;
  281|      0|        case INSTRUMENTED_RETURN_VALUE:
  ------------------
  |  |  236|      0|#define INSTRUMENTED_RETURN_VALUE              245
  ------------------
  |  Branch (281:9): [True: 0, False: 21]
  ------------------
  282|      0|            return 1;
  283|      0|        case INSTRUMENTED_YIELD_VALUE:
  ------------------
  |  |  237|      0|#define INSTRUMENTED_YIELD_VALUE               246
  ------------------
  |  Branch (283:9): [True: 0, False: 21]
  ------------------
  284|      0|            return 1;
  285|      0|        case INTERPRETER_EXIT:
  ------------------
  |  |   31|      0|#define INTERPRETER_EXIT                        18
  ------------------
  |  Branch (285:9): [True: 0, False: 21]
  ------------------
  286|      0|            return 1;
  287|      0|        case IS_OP:
  ------------------
  |  |   86|      0|#define IS_OP                                   73
  ------------------
  |  Branch (287:9): [True: 0, False: 21]
  ------------------
  288|      0|            return 2;
  289|      0|        case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (289:9): [True: 0, False: 21]
  ------------------
  290|      0|            return 0;
  291|      0|        case JUMP_BACKWARD:
  ------------------
  |  |   87|      0|#define JUMP_BACKWARD                           74
  ------------------
  |  Branch (291:9): [True: 0, False: 21]
  ------------------
  292|      0|            return 0;
  293|      0|        case JUMP_BACKWARD_JIT:
  ------------------
  |  |  186|      0|#define JUMP_BACKWARD_JIT                      181
  ------------------
  |  Branch (293:9): [True: 0, False: 21]
  ------------------
  294|      0|            return 0;
  295|      0|        case JUMP_BACKWARD_NO_INTERRUPT:
  ------------------
  |  |   88|      0|#define JUMP_BACKWARD_NO_INTERRUPT              75
  ------------------
  |  Branch (295:9): [True: 0, False: 21]
  ------------------
  296|      0|            return 0;
  297|      0|        case JUMP_BACKWARD_NO_JIT:
  ------------------
  |  |  187|      0|#define JUMP_BACKWARD_NO_JIT                   182
  ------------------
  |  Branch (297:9): [True: 0, False: 21]
  ------------------
  298|      0|            return 0;
  299|      0|        case JUMP_FORWARD:
  ------------------
  |  |   89|      0|#define JUMP_FORWARD                            76
  ------------------
  |  Branch (299:9): [True: 0, False: 21]
  ------------------
  300|      0|            return 0;
  301|      0|        case JUMP_IF_FALSE:
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (301:9): [True: 0, False: 21]
  ------------------
  302|      0|            return 1;
  303|      0|        case JUMP_IF_TRUE:
  ------------------
  |  |  250|      0|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (303:9): [True: 0, False: 21]
  ------------------
  304|      0|            return 1;
  305|      0|        case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|      0|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (305:9): [True: 0, False: 21]
  ------------------
  306|      0|            return 0;
  307|      0|        case LIST_APPEND:
  ------------------
  |  |   90|      0|#define LIST_APPEND                             77
  ------------------
  |  Branch (307:9): [True: 0, False: 21]
  ------------------
  308|      0|            return 2 + (oparg-1);
  309|      0|        case LIST_EXTEND:
  ------------------
  |  |   91|      0|#define LIST_EXTEND                             78
  ------------------
  |  Branch (309:9): [True: 0, False: 21]
  ------------------
  310|      0|            return 2 + (oparg-1);
  311|      0|        case LOAD_ATTR:
  ------------------
  |  |   92|      0|#define LOAD_ATTR                               79
  ------------------
  |  Branch (311:9): [True: 0, False: 21]
  ------------------
  312|      0|            return 1;
  313|      0|        case LOAD_ATTR_CLASS:
  ------------------
  |  |  188|      0|#define LOAD_ATTR_CLASS                        183
  ------------------
  |  Branch (313:9): [True: 0, False: 21]
  ------------------
  314|      0|            return 1;
  315|      0|        case LOAD_ATTR_CLASS_WITH_METACLASS_CHECK:
  ------------------
  |  |  189|      0|#define LOAD_ATTR_CLASS_WITH_METACLASS_CHECK   184
  ------------------
  |  Branch (315:9): [True: 0, False: 21]
  ------------------
  316|      0|            return 1;
  317|      0|        case LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN:
  ------------------
  |  |  190|      0|#define LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN      185
  ------------------
  |  Branch (317:9): [True: 0, False: 21]
  ------------------
  318|      0|            return 1;
  319|      0|        case LOAD_ATTR_INSTANCE_VALUE:
  ------------------
  |  |  191|      0|#define LOAD_ATTR_INSTANCE_VALUE               186
  ------------------
  |  Branch (319:9): [True: 0, False: 21]
  ------------------
  320|      0|            return 1;
  321|      0|        case LOAD_ATTR_METHOD_LAZY_DICT:
  ------------------
  |  |  192|      0|#define LOAD_ATTR_METHOD_LAZY_DICT             187
  ------------------
  |  Branch (321:9): [True: 0, False: 21]
  ------------------
  322|      0|            return 1;
  323|      0|        case LOAD_ATTR_METHOD_NO_DICT:
  ------------------
  |  |  193|      0|#define LOAD_ATTR_METHOD_NO_DICT               188
  ------------------
  |  Branch (323:9): [True: 0, False: 21]
  ------------------
  324|      0|            return 1;
  325|      0|        case LOAD_ATTR_METHOD_WITH_VALUES:
  ------------------
  |  |  194|      0|#define LOAD_ATTR_METHOD_WITH_VALUES           189
  ------------------
  |  Branch (325:9): [True: 0, False: 21]
  ------------------
  326|      0|            return 1;
  327|      0|        case LOAD_ATTR_MODULE:
  ------------------
  |  |  195|      0|#define LOAD_ATTR_MODULE                       190
  ------------------
  |  Branch (327:9): [True: 0, False: 21]
  ------------------
  328|      0|            return 1;
  329|      0|        case LOAD_ATTR_NONDESCRIPTOR_NO_DICT:
  ------------------
  |  |  196|      0|#define LOAD_ATTR_NONDESCRIPTOR_NO_DICT        191
  ------------------
  |  Branch (329:9): [True: 0, False: 21]
  ------------------
  330|      0|            return 1;
  331|      0|        case LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES:
  ------------------
  |  |  197|      0|#define LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES    192
  ------------------
  |  Branch (331:9): [True: 0, False: 21]
  ------------------
  332|      0|            return 1;
  333|      0|        case LOAD_ATTR_PROPERTY:
  ------------------
  |  |  198|      0|#define LOAD_ATTR_PROPERTY                     193
  ------------------
  |  Branch (333:9): [True: 0, False: 21]
  ------------------
  334|      0|            return 1;
  335|      0|        case LOAD_ATTR_SLOT:
  ------------------
  |  |  199|      0|#define LOAD_ATTR_SLOT                         194
  ------------------
  |  Branch (335:9): [True: 0, False: 21]
  ------------------
  336|      0|            return 1;
  337|      0|        case LOAD_ATTR_WITH_HINT:
  ------------------
  |  |  200|      0|#define LOAD_ATTR_WITH_HINT                    195
  ------------------
  |  Branch (337:9): [True: 0, False: 21]
  ------------------
  338|      0|            return 1;
  339|      0|        case LOAD_BUILD_CLASS:
  ------------------
  |  |   32|      0|#define LOAD_BUILD_CLASS                        19
  ------------------
  |  Branch (339:9): [True: 0, False: 21]
  ------------------
  340|      0|            return 0;
  341|      0|        case LOAD_CLOSURE:
  ------------------
  |  |  252|      0|#define LOAD_CLOSURE                           261
  ------------------
  |  Branch (341:9): [True: 0, False: 21]
  ------------------
  342|      0|            return 0;
  343|      0|        case LOAD_COMMON_CONSTANT:
  ------------------
  |  |   93|      0|#define LOAD_COMMON_CONSTANT                    80
  ------------------
  |  Branch (343:9): [True: 0, False: 21]
  ------------------
  344|      0|            return 0;
  345|      2|        case LOAD_CONST:
  ------------------
  |  |   94|      2|#define LOAD_CONST                              81
  ------------------
  |  Branch (345:9): [True: 2, False: 19]
  ------------------
  346|      2|            return 0;
  347|      0|        case LOAD_DEREF:
  ------------------
  |  |   95|      0|#define LOAD_DEREF                              82
  ------------------
  |  Branch (347:9): [True: 0, False: 21]
  ------------------
  348|      0|            return 0;
  349|      1|        case LOAD_FAST:
  ------------------
  |  |   96|      1|#define LOAD_FAST                               83
  ------------------
  |  Branch (349:9): [True: 1, False: 20]
  ------------------
  350|      1|            return 0;
  351|      0|        case LOAD_FAST_AND_CLEAR:
  ------------------
  |  |   97|      0|#define LOAD_FAST_AND_CLEAR                     84
  ------------------
  |  Branch (351:9): [True: 0, False: 21]
  ------------------
  352|      0|            return 0;
  353|      0|        case LOAD_FAST_BORROW:
  ------------------
  |  |   98|      0|#define LOAD_FAST_BORROW                        85
  ------------------
  |  Branch (353:9): [True: 0, False: 21]
  ------------------
  354|      0|            return 0;
  355|      0|        case LOAD_FAST_BORROW_LOAD_FAST_BORROW:
  ------------------
  |  |   99|      0|#define LOAD_FAST_BORROW_LOAD_FAST_BORROW       86
  ------------------
  |  Branch (355:9): [True: 0, False: 21]
  ------------------
  356|      0|            return 0;
  357|      0|        case LOAD_FAST_CHECK:
  ------------------
  |  |  100|      0|#define LOAD_FAST_CHECK                         87
  ------------------
  |  Branch (357:9): [True: 0, False: 21]
  ------------------
  358|      0|            return 0;
  359|      2|        case LOAD_FAST_LOAD_FAST:
  ------------------
  |  |  101|      2|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
  |  Branch (359:9): [True: 2, False: 19]
  ------------------
  360|      2|            return 0;
  361|      0|        case LOAD_FROM_DICT_OR_DEREF:
  ------------------
  |  |  102|      0|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
  |  Branch (361:9): [True: 0, False: 21]
  ------------------
  362|      0|            return 1;
  363|      0|        case LOAD_FROM_DICT_OR_GLOBALS:
  ------------------
  |  |  103|      0|#define LOAD_FROM_DICT_OR_GLOBALS               90
  ------------------
  |  Branch (363:9): [True: 0, False: 21]
  ------------------
  364|      0|            return 1;
  365|      2|        case LOAD_GLOBAL:
  ------------------
  |  |  104|      2|#define LOAD_GLOBAL                             91
  ------------------
  |  Branch (365:9): [True: 2, False: 19]
  ------------------
  366|      2|            return 0;
  367|      0|        case LOAD_GLOBAL_BUILTIN:
  ------------------
  |  |  201|      0|#define LOAD_GLOBAL_BUILTIN                    196
  ------------------
  |  Branch (367:9): [True: 0, False: 21]
  ------------------
  368|      0|            return 0;
  369|      0|        case LOAD_GLOBAL_MODULE:
  ------------------
  |  |  202|      0|#define LOAD_GLOBAL_MODULE                     197
  ------------------
  |  Branch (369:9): [True: 0, False: 21]
  ------------------
  370|      0|            return 0;
  371|      0|        case LOAD_LOCALS:
  ------------------
  |  |   33|      0|#define LOAD_LOCALS                             20
  ------------------
  |  Branch (371:9): [True: 0, False: 21]
  ------------------
  372|      0|            return 0;
  373|      0|        case LOAD_NAME:
  ------------------
  |  |  105|      0|#define LOAD_NAME                               92
  ------------------
  |  Branch (373:9): [True: 0, False: 21]
  ------------------
  374|      0|            return 0;
  375|      0|        case LOAD_SMALL_INT:
  ------------------
  |  |  106|      0|#define LOAD_SMALL_INT                          93
  ------------------
  |  Branch (375:9): [True: 0, False: 21]
  ------------------
  376|      0|            return 0;
  377|      0|        case LOAD_SPECIAL:
  ------------------
  |  |  107|      0|#define LOAD_SPECIAL                            94
  ------------------
  |  Branch (377:9): [True: 0, False: 21]
  ------------------
  378|      0|            return 1;
  379|      0|        case LOAD_SUPER_ATTR:
  ------------------
  |  |  108|      0|#define LOAD_SUPER_ATTR                         95
  ------------------
  |  Branch (379:9): [True: 0, False: 21]
  ------------------
  380|      0|            return 3;
  381|      0|        case LOAD_SUPER_ATTR_ATTR:
  ------------------
  |  |  203|      0|#define LOAD_SUPER_ATTR_ATTR                   198
  ------------------
  |  Branch (381:9): [True: 0, False: 21]
  ------------------
  382|      0|            return 3;
  383|      0|        case LOAD_SUPER_ATTR_METHOD:
  ------------------
  |  |  204|      0|#define LOAD_SUPER_ATTR_METHOD                 199
  ------------------
  |  Branch (383:9): [True: 0, False: 21]
  ------------------
  384|      0|            return 3;
  385|      0|        case MAKE_CELL:
  ------------------
  |  |  109|      0|#define MAKE_CELL                               96
  ------------------
  |  Branch (385:9): [True: 0, False: 21]
  ------------------
  386|      0|            return 0;
  387|      2|        case MAKE_FUNCTION:
  ------------------
  |  |   34|      2|#define MAKE_FUNCTION                           21
  ------------------
  |  Branch (387:9): [True: 2, False: 19]
  ------------------
  388|      2|            return 1;
  389|      0|        case MAP_ADD:
  ------------------
  |  |  110|      0|#define MAP_ADD                                 97
  ------------------
  |  Branch (389:9): [True: 0, False: 21]
  ------------------
  390|      0|            return 3 + (oparg - 1);
  391|      0|        case MATCH_CLASS:
  ------------------
  |  |  111|      0|#define MATCH_CLASS                             98
  ------------------
  |  Branch (391:9): [True: 0, False: 21]
  ------------------
  392|      0|            return 3;
  393|      0|        case MATCH_KEYS:
  ------------------
  |  |   35|      0|#define MATCH_KEYS                              22
  ------------------
  |  Branch (393:9): [True: 0, False: 21]
  ------------------
  394|      0|            return 2;
  395|      0|        case MATCH_MAPPING:
  ------------------
  |  |   36|      0|#define MATCH_MAPPING                           23
  ------------------
  |  Branch (395:9): [True: 0, False: 21]
  ------------------
  396|      0|            return 1;
  397|      0|        case MATCH_SEQUENCE:
  ------------------
  |  |   37|      0|#define MATCH_SEQUENCE                          24
  ------------------
  |  Branch (397:9): [True: 0, False: 21]
  ------------------
  398|      0|            return 1;
  399|      0|        case NOP:
  ------------------
  |  |   38|      0|#define NOP                                     25
  ------------------
  |  Branch (399:9): [True: 0, False: 21]
  ------------------
  400|      0|            return 0;
  401|      0|        case NOT_TAKEN:
  ------------------
  |  |   39|      0|#define NOT_TAKEN                               26
  ------------------
  |  Branch (401:9): [True: 0, False: 21]
  ------------------
  402|      0|            return 0;
  403|      0|        case POP_BLOCK:
  ------------------
  |  |  253|      0|#define POP_BLOCK                              262
  ------------------
  |  Branch (403:9): [True: 0, False: 21]
  ------------------
  404|      0|            return 0;
  405|      0|        case POP_EXCEPT:
  ------------------
  |  |   40|      0|#define POP_EXCEPT                              27
  ------------------
  |  Branch (405:9): [True: 0, False: 21]
  ------------------
  406|      0|            return 1;
  407|      0|        case POP_ITER:
  ------------------
  |  |   41|      0|#define POP_ITER                                28
  ------------------
  |  Branch (407:9): [True: 0, False: 21]
  ------------------
  408|      0|            return 2;
  409|      0|        case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (409:9): [True: 0, False: 21]
  ------------------
  410|      0|            return 1;
  411|      0|        case POP_JUMP_IF_NONE:
  ------------------
  |  |  113|      0|#define POP_JUMP_IF_NONE                       100
  ------------------
  |  Branch (411:9): [True: 0, False: 21]
  ------------------
  412|      0|            return 1;
  413|      0|        case POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  114|      0|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (413:9): [True: 0, False: 21]
  ------------------
  414|      0|            return 1;
  415|      0|        case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (415:9): [True: 0, False: 21]
  ------------------
  416|      0|            return 1;
  417|      0|        case POP_TOP:
  ------------------
  |  |   42|      0|#define POP_TOP                                 29
  ------------------
  |  Branch (417:9): [True: 0, False: 21]
  ------------------
  418|      0|            return 1;
  419|      0|        case PUSH_EXC_INFO:
  ------------------
  |  |   43|      0|#define PUSH_EXC_INFO                           30
  ------------------
  |  Branch (419:9): [True: 0, False: 21]
  ------------------
  420|      0|            return 1;
  421|      0|        case PUSH_NULL:
  ------------------
  |  |   44|      0|#define PUSH_NULL                               31
  ------------------
  |  Branch (421:9): [True: 0, False: 21]
  ------------------
  422|      0|            return 0;
  423|      0|        case RAISE_VARARGS:
  ------------------
  |  |  116|      0|#define RAISE_VARARGS                          103
  ------------------
  |  Branch (423:9): [True: 0, False: 21]
  ------------------
  424|      0|            return oparg;
  425|      0|        case RERAISE:
  ------------------
  |  |  117|      0|#define RERAISE                                104
  ------------------
  |  Branch (425:9): [True: 0, False: 21]
  ------------------
  426|      0|            return 1 + oparg;
  427|      0|        case RESERVED:
  ------------------
  |  |   30|      0|#define RESERVED                                17
  ------------------
  |  Branch (427:9): [True: 0, False: 21]
  ------------------
  428|      0|            return 0;
  429|      4|        case RESUME:
  ------------------
  |  |  133|      4|#define RESUME                                 128
  ------------------
  |  Branch (429:9): [True: 4, False: 17]
  ------------------
  430|      4|            return 0;
  431|      0|        case RESUME_CHECK:
  ------------------
  |  |  205|      0|#define RESUME_CHECK                           200
  ------------------
  |  Branch (431:9): [True: 0, False: 21]
  ------------------
  432|      0|            return 0;
  433|      0|        case RESUME_CHECK_JIT:
  ------------------
  |  |  206|      0|#define RESUME_CHECK_JIT                       201
  ------------------
  |  Branch (433:9): [True: 0, False: 21]
  ------------------
  434|      0|            return 0;
  435|      0|        case RETURN_GENERATOR:
  ------------------
  |  |   45|      0|#define RETURN_GENERATOR                        32
  ------------------
  |  Branch (435:9): [True: 0, False: 21]
  ------------------
  436|      0|            return 0;
  437|      4|        case RETURN_VALUE:
  ------------------
  |  |   46|      4|#define RETURN_VALUE                            33
  ------------------
  |  Branch (437:9): [True: 4, False: 17]
  ------------------
  438|      4|            return 1;
  439|      0|        case SEND:
  ------------------
  |  |  118|      0|#define SEND                                   105
  ------------------
  |  Branch (439:9): [True: 0, False: 21]
  ------------------
  440|      0|            return 3;
  441|      0|        case SEND_ASYNC_GEN:
  ------------------
  |  |  207|      0|#define SEND_ASYNC_GEN                         202
  ------------------
  |  Branch (441:9): [True: 0, False: 21]
  ------------------
  442|      0|            return 3;
  443|      0|        case SEND_GEN:
  ------------------
  |  |  208|      0|#define SEND_GEN                               203
  ------------------
  |  Branch (443:9): [True: 0, False: 21]
  ------------------
  444|      0|            return 3;
  445|      0|        case SEND_VIRTUAL:
  ------------------
  |  |  209|      0|#define SEND_VIRTUAL                           204
  ------------------
  |  Branch (445:9): [True: 0, False: 21]
  ------------------
  446|      0|            return 3;
  447|      0|        case SETUP_ANNOTATIONS:
  ------------------
  |  |   47|      0|#define SETUP_ANNOTATIONS                       34
  ------------------
  |  Branch (447:9): [True: 0, False: 21]
  ------------------
  448|      0|            return 0;
  449|      0|        case SETUP_CLEANUP:
  ------------------
  |  |  254|      0|#define SETUP_CLEANUP                          263
  ------------------
  |  Branch (449:9): [True: 0, False: 21]
  ------------------
  450|      0|            return 0;
  451|      0|        case SETUP_FINALLY:
  ------------------
  |  |  255|      0|#define SETUP_FINALLY                          264
  ------------------
  |  Branch (451:9): [True: 0, False: 21]
  ------------------
  452|      0|            return 0;
  453|      0|        case SETUP_WITH:
  ------------------
  |  |  256|      0|#define SETUP_WITH                             265
  ------------------
  |  Branch (453:9): [True: 0, False: 21]
  ------------------
  454|      0|            return 0;
  455|      0|        case SET_ADD:
  ------------------
  |  |  119|      0|#define SET_ADD                                106
  ------------------
  |  Branch (455:9): [True: 0, False: 21]
  ------------------
  456|      0|            return 2 + (oparg-1);
  457|      0|        case SET_FUNCTION_ATTRIBUTE:
  ------------------
  |  |  120|      0|#define SET_FUNCTION_ATTRIBUTE                 107
  ------------------
  |  Branch (457:9): [True: 0, False: 21]
  ------------------
  458|      0|            return 2;
  459|      0|        case SET_UPDATE:
  ------------------
  |  |  121|      0|#define SET_UPDATE                             108
  ------------------
  |  Branch (459:9): [True: 0, False: 21]
  ------------------
  460|      0|            return 2 + (oparg-1);
  461|      0|        case STORE_ATTR:
  ------------------
  |  |  122|      0|#define STORE_ATTR                             109
  ------------------
  |  Branch (461:9): [True: 0, False: 21]
  ------------------
  462|      0|            return 2;
  463|      0|        case STORE_ATTR_INSTANCE_VALUE:
  ------------------
  |  |  210|      0|#define STORE_ATTR_INSTANCE_VALUE              205
  ------------------
  |  Branch (463:9): [True: 0, False: 21]
  ------------------
  464|      0|            return 2;
  465|      0|        case STORE_ATTR_SLOT:
  ------------------
  |  |  211|      0|#define STORE_ATTR_SLOT                        206
  ------------------
  |  Branch (465:9): [True: 0, False: 21]
  ------------------
  466|      0|            return 2;
  467|      0|        case STORE_ATTR_WITH_HINT:
  ------------------
  |  |  212|      0|#define STORE_ATTR_WITH_HINT                   207
  ------------------
  |  Branch (467:9): [True: 0, False: 21]
  ------------------
  468|      0|            return 2;
  469|      0|        case STORE_DEREF:
  ------------------
  |  |  123|      0|#define STORE_DEREF                            110
  ------------------
  |  Branch (469:9): [True: 0, False: 21]
  ------------------
  470|      0|            return 1;
  471|      0|        case STORE_FAST:
  ------------------
  |  |  124|      0|#define STORE_FAST                             111
  ------------------
  |  Branch (471:9): [True: 0, False: 21]
  ------------------
  472|      0|            return 1;
  473|      0|        case STORE_FAST_LOAD_FAST:
  ------------------
  |  |  125|      0|#define STORE_FAST_LOAD_FAST                   112
  ------------------
  |  Branch (473:9): [True: 0, False: 21]
  ------------------
  474|      0|            return 1;
  475|      0|        case STORE_FAST_MAYBE_NULL:
  ------------------
  |  |  257|      0|#define STORE_FAST_MAYBE_NULL                  266
  ------------------
  |  Branch (475:9): [True: 0, False: 21]
  ------------------
  476|      0|            return 1;
  477|      0|        case STORE_FAST_STORE_FAST:
  ------------------
  |  |  126|      0|#define STORE_FAST_STORE_FAST                  113
  ------------------
  |  Branch (477:9): [True: 0, False: 21]
  ------------------
  478|      0|            return 2;
  479|      0|        case STORE_GLOBAL:
  ------------------
  |  |  127|      0|#define STORE_GLOBAL                           114
  ------------------
  |  Branch (479:9): [True: 0, False: 21]
  ------------------
  480|      0|            return 1;
  481|      0|        case STORE_NAME:
  ------------------
  |  |  128|      0|#define STORE_NAME                             115
  ------------------
  |  Branch (481:9): [True: 0, False: 21]
  ------------------
  482|      0|            return 1;
  483|      0|        case STORE_SLICE:
  ------------------
  |  |   48|      0|#define STORE_SLICE                             35
  ------------------
  |  Branch (483:9): [True: 0, False: 21]
  ------------------
  484|      0|            return 4;
  485|      0|        case STORE_SUBSCR:
  ------------------
  |  |   49|      0|#define STORE_SUBSCR                            36
  ------------------
  |  Branch (485:9): [True: 0, False: 21]
  ------------------
  486|      0|            return 3;
  487|      0|        case STORE_SUBSCR_DICT:
  ------------------
  |  |  213|      0|#define STORE_SUBSCR_DICT                      208
  ------------------
  |  Branch (487:9): [True: 0, False: 21]
  ------------------
  488|      0|            return 3;
  489|      0|        case STORE_SUBSCR_LIST_INT:
  ------------------
  |  |  214|      0|#define STORE_SUBSCR_LIST_INT                  209
  ------------------
  |  Branch (489:9): [True: 0, False: 21]
  ------------------
  490|      0|            return 3;
  491|      0|        case SWAP:
  ------------------
  |  |  129|      0|#define SWAP                                   116
  ------------------
  |  Branch (491:9): [True: 0, False: 21]
  ------------------
  492|      0|            return 2 + (oparg-2);
  493|      0|        case TO_BOOL:
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
  |  Branch (493:9): [True: 0, False: 21]
  ------------------
  494|      0|            return 1;
  495|      0|        case TO_BOOL_ALWAYS_TRUE:
  ------------------
  |  |  215|      0|#define TO_BOOL_ALWAYS_TRUE                    210
  ------------------
  |  Branch (495:9): [True: 0, False: 21]
  ------------------
  496|      0|            return 1;
  497|      0|        case TO_BOOL_BOOL:
  ------------------
  |  |  216|      0|#define TO_BOOL_BOOL                           211
  ------------------
  |  Branch (497:9): [True: 0, False: 21]
  ------------------
  498|      0|            return 1;
  499|      0|        case TO_BOOL_INT:
  ------------------
  |  |  217|      0|#define TO_BOOL_INT                            212
  ------------------
  |  Branch (499:9): [True: 0, False: 21]
  ------------------
  500|      0|            return 1;
  501|      0|        case TO_BOOL_LIST:
  ------------------
  |  |  218|      0|#define TO_BOOL_LIST                           213
  ------------------
  |  Branch (501:9): [True: 0, False: 21]
  ------------------
  502|      0|            return 1;
  503|      0|        case TO_BOOL_NONE:
  ------------------
  |  |  219|      0|#define TO_BOOL_NONE                           214
  ------------------
  |  Branch (503:9): [True: 0, False: 21]
  ------------------
  504|      0|            return 1;
  505|      0|        case TO_BOOL_STR:
  ------------------
  |  |  220|      0|#define TO_BOOL_STR                            215
  ------------------
  |  Branch (505:9): [True: 0, False: 21]
  ------------------
  506|      0|            return 1;
  507|      0|        case TRACE_RECORD:
  ------------------
  |  |  246|      0|#define TRACE_RECORD                           255
  ------------------
  |  Branch (507:9): [True: 0, False: 21]
  ------------------
  508|      0|            return 0;
  509|      0|        case UNARY_INVERT:
  ------------------
  |  |   51|      0|#define UNARY_INVERT                            38
  ------------------
  |  Branch (509:9): [True: 0, False: 21]
  ------------------
  510|      0|            return 1;
  511|      0|        case UNARY_NEGATIVE:
  ------------------
  |  |   52|      0|#define UNARY_NEGATIVE                          39
  ------------------
  |  Branch (511:9): [True: 0, False: 21]
  ------------------
  512|      0|            return 1;
  513|      0|        case UNARY_NOT:
  ------------------
  |  |   53|      0|#define UNARY_NOT                               40
  ------------------
  |  Branch (513:9): [True: 0, False: 21]
  ------------------
  514|      0|            return 1;
  515|      0|        case UNPACK_EX:
  ------------------
  |  |  130|      0|#define UNPACK_EX                              117
  ------------------
  |  Branch (515:9): [True: 0, False: 21]
  ------------------
  516|      0|            return 1;
  517|      0|        case UNPACK_SEQUENCE:
  ------------------
  |  |  131|      0|#define UNPACK_SEQUENCE                        118
  ------------------
  |  Branch (517:9): [True: 0, False: 21]
  ------------------
  518|      0|            return 1;
  519|      0|        case UNPACK_SEQUENCE_LIST:
  ------------------
  |  |  221|      0|#define UNPACK_SEQUENCE_LIST                   216
  ------------------
  |  Branch (519:9): [True: 0, False: 21]
  ------------------
  520|      0|            return 1;
  521|      0|        case UNPACK_SEQUENCE_TUPLE:
  ------------------
  |  |  222|      0|#define UNPACK_SEQUENCE_TUPLE                  217
  ------------------
  |  Branch (521:9): [True: 0, False: 21]
  ------------------
  522|      0|            return 1;
  523|      0|        case UNPACK_SEQUENCE_TWO_TUPLE:
  ------------------
  |  |  223|      0|#define UNPACK_SEQUENCE_TWO_TUPLE              218
  ------------------
  |  Branch (523:9): [True: 0, False: 21]
  ------------------
  524|      0|            return 1;
  525|      0|        case WITH_EXCEPT_START:
  ------------------
  |  |   54|      0|#define WITH_EXCEPT_START                       41
  ------------------
  |  Branch (525:9): [True: 0, False: 21]
  ------------------
  526|      0|            return 5;
  527|      0|        case YIELD_VALUE:
  ------------------
  |  |  132|      0|#define YIELD_VALUE                            119
  ------------------
  |  Branch (527:9): [True: 0, False: 21]
  ------------------
  528|      0|            return 1;
  529|      0|        default:
  ------------------
  |  Branch (529:9): [True: 0, False: 21]
  ------------------
  530|      0|            return -1;
  531|     21|    }
  532|     21|}
_PyOpcode_num_pushed:
  538|     21|int _PyOpcode_num_pushed(int opcode, int oparg)  {
  539|     21|    switch(opcode) {
  540|      0|        case ANNOTATIONS_PLACEHOLDER:
  ------------------
  |  |  247|      0|#define ANNOTATIONS_PLACEHOLDER                256
  ------------------
  |  Branch (540:9): [True: 0, False: 21]
  ------------------
  541|      0|            return 0;
  542|      0|        case BINARY_OP:
  ------------------
  |  |   55|      0|#define BINARY_OP                               42
  ------------------
  |  Branch (542:9): [True: 0, False: 21]
  ------------------
  543|      0|            return 1;
  544|      0|        case BINARY_OP_ADD_FLOAT:
  ------------------
  |  |  134|      0|#define BINARY_OP_ADD_FLOAT                    129
  ------------------
  |  Branch (544:9): [True: 0, False: 21]
  ------------------
  545|      0|            return 1;
  546|      0|        case BINARY_OP_ADD_INT:
  ------------------
  |  |  135|      0|#define BINARY_OP_ADD_INT                      130
  ------------------
  |  Branch (546:9): [True: 0, False: 21]
  ------------------
  547|      0|            return 1;
  548|      0|        case BINARY_OP_ADD_UNICODE:
  ------------------
  |  |  136|      0|#define BINARY_OP_ADD_UNICODE                  131
  ------------------
  |  Branch (548:9): [True: 0, False: 21]
  ------------------
  549|      0|            return 1;
  550|      0|        case BINARY_OP_EXTEND:
  ------------------
  |  |  137|      0|#define BINARY_OP_EXTEND                       132
  ------------------
  |  Branch (550:9): [True: 0, False: 21]
  ------------------
  551|      0|            return 1;
  552|      0|        case BINARY_OP_INPLACE_ADD_UNICODE:
  ------------------
  |  |   16|      0|#define BINARY_OP_INPLACE_ADD_UNICODE            3
  ------------------
  |  Branch (552:9): [True: 0, False: 21]
  ------------------
  553|      0|            return 1;
  554|      0|        case BINARY_OP_MULTIPLY_FLOAT:
  ------------------
  |  |  138|      0|#define BINARY_OP_MULTIPLY_FLOAT               133
  ------------------
  |  Branch (554:9): [True: 0, False: 21]
  ------------------
  555|      0|            return 1;
  556|      0|        case BINARY_OP_MULTIPLY_INT:
  ------------------
  |  |  139|      0|#define BINARY_OP_MULTIPLY_INT                 134
  ------------------
  |  Branch (556:9): [True: 0, False: 21]
  ------------------
  557|      0|            return 1;
  558|      0|        case BINARY_OP_SUBSCR_DICT:
  ------------------
  |  |  140|      0|#define BINARY_OP_SUBSCR_DICT                  135
  ------------------
  |  Branch (558:9): [True: 0, False: 21]
  ------------------
  559|      0|            return 1;
  560|      0|        case BINARY_OP_SUBSCR_GETITEM:
  ------------------
  |  |  141|      0|#define BINARY_OP_SUBSCR_GETITEM               136
  ------------------
  |  Branch (560:9): [True: 0, False: 21]
  ------------------
  561|      0|            return 0;
  562|      0|        case BINARY_OP_SUBSCR_LIST_INT:
  ------------------
  |  |  142|      0|#define BINARY_OP_SUBSCR_LIST_INT              137
  ------------------
  |  Branch (562:9): [True: 0, False: 21]
  ------------------
  563|      0|            return 1;
  564|      0|        case BINARY_OP_SUBSCR_LIST_SLICE:
  ------------------
  |  |  143|      0|#define BINARY_OP_SUBSCR_LIST_SLICE            138
  ------------------
  |  Branch (564:9): [True: 0, False: 21]
  ------------------
  565|      0|            return 1;
  566|      0|        case BINARY_OP_SUBSCR_STR_INT:
  ------------------
  |  |  144|      0|#define BINARY_OP_SUBSCR_STR_INT               139
  ------------------
  |  Branch (566:9): [True: 0, False: 21]
  ------------------
  567|      0|            return 1;
  568|      0|        case BINARY_OP_SUBSCR_TUPLE_INT:
  ------------------
  |  |  145|      0|#define BINARY_OP_SUBSCR_TUPLE_INT             140
  ------------------
  |  Branch (568:9): [True: 0, False: 21]
  ------------------
  569|      0|            return 1;
  570|      0|        case BINARY_OP_SUBSCR_USTR_INT:
  ------------------
  |  |  146|      0|#define BINARY_OP_SUBSCR_USTR_INT              141
  ------------------
  |  Branch (570:9): [True: 0, False: 21]
  ------------------
  571|      0|            return 1;
  572|      0|        case BINARY_OP_SUBTRACT_FLOAT:
  ------------------
  |  |  147|      0|#define BINARY_OP_SUBTRACT_FLOAT               142
  ------------------
  |  Branch (572:9): [True: 0, False: 21]
  ------------------
  573|      0|            return 1;
  574|      0|        case BINARY_OP_SUBTRACT_INT:
  ------------------
  |  |  148|      0|#define BINARY_OP_SUBTRACT_INT                 143
  ------------------
  |  Branch (574:9): [True: 0, False: 21]
  ------------------
  575|      0|            return 1;
  576|      0|        case BINARY_SLICE:
  ------------------
  |  |   14|      0|#define BINARY_SLICE                             1
  ------------------
  |  Branch (576:9): [True: 0, False: 21]
  ------------------
  577|      0|            return 1;
  578|      0|        case BUILD_INTERPOLATION:
  ------------------
  |  |   56|      0|#define BUILD_INTERPOLATION                     43
  ------------------
  |  Branch (578:9): [True: 0, False: 21]
  ------------------
  579|      0|            return 1;
  580|      0|        case BUILD_LIST:
  ------------------
  |  |   57|      0|#define BUILD_LIST                              44
  ------------------
  |  Branch (580:9): [True: 0, False: 21]
  ------------------
  581|      0|            return 1;
  582|      0|        case BUILD_MAP:
  ------------------
  |  |   58|      0|#define BUILD_MAP                               45
  ------------------
  |  Branch (582:9): [True: 0, False: 21]
  ------------------
  583|      0|            return 1;
  584|      0|        case BUILD_SET:
  ------------------
  |  |   59|      0|#define BUILD_SET                               46
  ------------------
  |  Branch (584:9): [True: 0, False: 21]
  ------------------
  585|      0|            return 1;
  586|      0|        case BUILD_SLICE:
  ------------------
  |  |   60|      0|#define BUILD_SLICE                             47
  ------------------
  |  Branch (586:9): [True: 0, False: 21]
  ------------------
  587|      0|            return 1;
  588|      0|        case BUILD_STRING:
  ------------------
  |  |   61|      0|#define BUILD_STRING                            48
  ------------------
  |  Branch (588:9): [True: 0, False: 21]
  ------------------
  589|      0|            return 1;
  590|      0|        case BUILD_TEMPLATE:
  ------------------
  |  |   15|      0|#define BUILD_TEMPLATE                           2
  ------------------
  |  Branch (590:9): [True: 0, False: 21]
  ------------------
  591|      0|            return 1;
  592|      2|        case BUILD_TUPLE:
  ------------------
  |  |   62|      2|#define BUILD_TUPLE                             49
  ------------------
  |  Branch (592:9): [True: 2, False: 19]
  ------------------
  593|      2|            return 1;
  594|      0|        case CACHE:
  ------------------
  |  |   13|      0|#define CACHE                                    0
  ------------------
  |  Branch (594:9): [True: 0, False: 21]
  ------------------
  595|      0|            return 0;
  596|      2|        case CALL:
  ------------------
  |  |   63|      2|#define CALL                                    50
  ------------------
  |  Branch (596:9): [True: 2, False: 19]
  ------------------
  597|      2|            return 1;
  598|      0|        case CALL_ALLOC_AND_ENTER_INIT:
  ------------------
  |  |  149|      0|#define CALL_ALLOC_AND_ENTER_INIT              144
  ------------------
  |  Branch (598:9): [True: 0, False: 21]
  ------------------
  599|      0|            return 0;
  600|      0|        case CALL_BOUND_METHOD_EXACT_ARGS:
  ------------------
  |  |  150|      0|#define CALL_BOUND_METHOD_EXACT_ARGS           145
  ------------------
  |  Branch (600:9): [True: 0, False: 21]
  ------------------
  601|      0|            return 0;
  602|      0|        case CALL_BOUND_METHOD_GENERAL:
  ------------------
  |  |  151|      0|#define CALL_BOUND_METHOD_GENERAL              146
  ------------------
  |  Branch (602:9): [True: 0, False: 21]
  ------------------
  603|      0|            return 0;
  604|      0|        case CALL_BUILTIN_CLASS:
  ------------------
  |  |  152|      0|#define CALL_BUILTIN_CLASS                     147
  ------------------
  |  Branch (604:9): [True: 0, False: 21]
  ------------------
  605|      0|            return 1;
  606|      0|        case CALL_BUILTIN_FAST:
  ------------------
  |  |  153|      0|#define CALL_BUILTIN_FAST                      148
  ------------------
  |  Branch (606:9): [True: 0, False: 21]
  ------------------
  607|      0|            return 1;
  608|      0|        case CALL_BUILTIN_FAST_WITH_KEYWORDS:
  ------------------
  |  |  154|      0|#define CALL_BUILTIN_FAST_WITH_KEYWORDS        149
  ------------------
  |  Branch (608:9): [True: 0, False: 21]
  ------------------
  609|      0|            return 1;
  610|      0|        case CALL_BUILTIN_O:
  ------------------
  |  |  155|      0|#define CALL_BUILTIN_O                         150
  ------------------
  |  Branch (610:9): [True: 0, False: 21]
  ------------------
  611|      0|            return 1;
  612|      0|        case CALL_EX_NON_PY_GENERAL:
  ------------------
  |  |  156|      0|#define CALL_EX_NON_PY_GENERAL                 151
  ------------------
  |  Branch (612:9): [True: 0, False: 21]
  ------------------
  613|      0|            return 1;
  614|      0|        case CALL_EX_PY:
  ------------------
  |  |  157|      0|#define CALL_EX_PY                             152
  ------------------
  |  Branch (614:9): [True: 0, False: 21]
  ------------------
  615|      0|            return 0;
  616|      0|        case CALL_FUNCTION_EX:
  ------------------
  |  |   17|      0|#define CALL_FUNCTION_EX                         4
  ------------------
  |  Branch (616:9): [True: 0, False: 21]
  ------------------
  617|      0|            return 1;
  618|      0|        case CALL_INTRINSIC_1:
  ------------------
  |  |   64|      0|#define CALL_INTRINSIC_1                        51
  ------------------
  |  Branch (618:9): [True: 0, False: 21]
  ------------------
  619|      0|            return 1;
  620|      0|        case CALL_INTRINSIC_2:
  ------------------
  |  |   65|      0|#define CALL_INTRINSIC_2                        52
  ------------------
  |  Branch (620:9): [True: 0, False: 21]
  ------------------
  621|      0|            return 1;
  622|      0|        case CALL_ISINSTANCE:
  ------------------
  |  |  158|      0|#define CALL_ISINSTANCE                        153
  ------------------
  |  Branch (622:9): [True: 0, False: 21]
  ------------------
  623|      0|            return 1;
  624|      0|        case CALL_KW:
  ------------------
  |  |   66|      0|#define CALL_KW                                 53
  ------------------
  |  Branch (624:9): [True: 0, False: 21]
  ------------------
  625|      0|            return 1;
  626|      0|        case CALL_KW_BOUND_METHOD:
  ------------------
  |  |  159|      0|#define CALL_KW_BOUND_METHOD                   154
  ------------------
  |  Branch (626:9): [True: 0, False: 21]
  ------------------
  627|      0|            return 0;
  628|      0|        case CALL_KW_NON_PY:
  ------------------
  |  |  160|      0|#define CALL_KW_NON_PY                         155
  ------------------
  |  Branch (628:9): [True: 0, False: 21]
  ------------------
  629|      0|            return 1;
  630|      0|        case CALL_KW_PY:
  ------------------
  |  |  161|      0|#define CALL_KW_PY                             156
  ------------------
  |  Branch (630:9): [True: 0, False: 21]
  ------------------
  631|      0|            return 0;
  632|      0|        case CALL_LEN:
  ------------------
  |  |  162|      0|#define CALL_LEN                               157
  ------------------
  |  Branch (632:9): [True: 0, False: 21]
  ------------------
  633|      0|            return 1;
  634|      0|        case CALL_LIST_APPEND:
  ------------------
  |  |  163|      0|#define CALL_LIST_APPEND                       158
  ------------------
  |  Branch (634:9): [True: 0, False: 21]
  ------------------
  635|      0|            return 1;
  636|      0|        case CALL_METHOD_DESCRIPTOR_FAST:
  ------------------
  |  |  164|      0|#define CALL_METHOD_DESCRIPTOR_FAST            159
  ------------------
  |  Branch (636:9): [True: 0, False: 21]
  ------------------
  637|      0|            return 1;
  638|      0|        case CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS:
  ------------------
  |  |  165|      0|#define CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS 160
  ------------------
  |  Branch (638:9): [True: 0, False: 21]
  ------------------
  639|      0|            return 1;
  640|      0|        case CALL_METHOD_DESCRIPTOR_NOARGS:
  ------------------
  |  |  166|      0|#define CALL_METHOD_DESCRIPTOR_NOARGS          161
  ------------------
  |  Branch (640:9): [True: 0, False: 21]
  ------------------
  641|      0|            return 1;
  642|      0|        case CALL_METHOD_DESCRIPTOR_O:
  ------------------
  |  |  167|      0|#define CALL_METHOD_DESCRIPTOR_O               162
  ------------------
  |  Branch (642:9): [True: 0, False: 21]
  ------------------
  643|      0|            return 1;
  644|      0|        case CALL_NON_PY_GENERAL:
  ------------------
  |  |  168|      0|#define CALL_NON_PY_GENERAL                    163
  ------------------
  |  Branch (644:9): [True: 0, False: 21]
  ------------------
  645|      0|            return 1;
  646|      0|        case CALL_PY_EXACT_ARGS:
  ------------------
  |  |  169|      0|#define CALL_PY_EXACT_ARGS                     164
  ------------------
  |  Branch (646:9): [True: 0, False: 21]
  ------------------
  647|      0|            return 0;
  648|      0|        case CALL_PY_GENERAL:
  ------------------
  |  |  170|      0|#define CALL_PY_GENERAL                        165
  ------------------
  |  Branch (648:9): [True: 0, False: 21]
  ------------------
  649|      0|            return 0;
  650|      0|        case CALL_STR_1:
  ------------------
  |  |  171|      0|#define CALL_STR_1                             166
  ------------------
  |  Branch (650:9): [True: 0, False: 21]
  ------------------
  651|      0|            return 1;
  652|      0|        case CALL_TUPLE_1:
  ------------------
  |  |  172|      0|#define CALL_TUPLE_1                           167
  ------------------
  |  Branch (652:9): [True: 0, False: 21]
  ------------------
  653|      0|            return 1;
  654|      0|        case CALL_TYPE_1:
  ------------------
  |  |  173|      0|#define CALL_TYPE_1                            168
  ------------------
  |  Branch (654:9): [True: 0, False: 21]
  ------------------
  655|      0|            return 1;
  656|      0|        case CHECK_EG_MATCH:
  ------------------
  |  |   18|      0|#define CHECK_EG_MATCH                           5
  ------------------
  |  Branch (656:9): [True: 0, False: 21]
  ------------------
  657|      0|            return 2;
  658|      0|        case CHECK_EXC_MATCH:
  ------------------
  |  |   19|      0|#define CHECK_EXC_MATCH                          6
  ------------------
  |  Branch (658:9): [True: 0, False: 21]
  ------------------
  659|      0|            return 2;
  660|      0|        case CLEANUP_THROW:
  ------------------
  |  |   20|      0|#define CLEANUP_THROW                            7
  ------------------
  |  Branch (660:9): [True: 0, False: 21]
  ------------------
  661|      0|            return 3;
  662|      0|        case COMPARE_OP:
  ------------------
  |  |   67|      0|#define COMPARE_OP                              54
  ------------------
  |  Branch (662:9): [True: 0, False: 21]
  ------------------
  663|      0|            return 1;
  664|      0|        case COMPARE_OP_FLOAT:
  ------------------
  |  |  174|      0|#define COMPARE_OP_FLOAT                       169
  ------------------
  |  Branch (664:9): [True: 0, False: 21]
  ------------------
  665|      0|            return 1;
  666|      0|        case COMPARE_OP_INT:
  ------------------
  |  |  175|      0|#define COMPARE_OP_INT                         170
  ------------------
  |  Branch (666:9): [True: 0, False: 21]
  ------------------
  667|      0|            return 1;
  668|      0|        case COMPARE_OP_STR:
  ------------------
  |  |  176|      0|#define COMPARE_OP_STR                         171
  ------------------
  |  Branch (668:9): [True: 0, False: 21]
  ------------------
  669|      0|            return 1;
  670|      0|        case CONTAINS_OP:
  ------------------
  |  |   68|      0|#define CONTAINS_OP                             55
  ------------------
  |  Branch (670:9): [True: 0, False: 21]
  ------------------
  671|      0|            return 1;
  672|      0|        case CONTAINS_OP_DICT:
  ------------------
  |  |  177|      0|#define CONTAINS_OP_DICT                       172
  ------------------
  |  Branch (672:9): [True: 0, False: 21]
  ------------------
  673|      0|            return 1;
  674|      0|        case CONTAINS_OP_SET:
  ------------------
  |  |  178|      0|#define CONTAINS_OP_SET                        173
  ------------------
  |  Branch (674:9): [True: 0, False: 21]
  ------------------
  675|      0|            return 1;
  676|      0|        case CONVERT_VALUE:
  ------------------
  |  |   69|      0|#define CONVERT_VALUE                           56
  ------------------
  |  Branch (676:9): [True: 0, False: 21]
  ------------------
  677|      0|            return 1;
  678|      0|        case COPY:
  ------------------
  |  |   70|      0|#define COPY                                    57
  ------------------
  |  Branch (678:9): [True: 0, False: 21]
  ------------------
  679|      0|            return 2 + (oparg-1);
  680|      0|        case COPY_FREE_VARS:
  ------------------
  |  |   71|      0|#define COPY_FREE_VARS                          58
  ------------------
  |  Branch (680:9): [True: 0, False: 21]
  ------------------
  681|      0|            return 0;
  682|      0|        case DELETE_ATTR:
  ------------------
  |  |   72|      0|#define DELETE_ATTR                             59
  ------------------
  |  Branch (682:9): [True: 0, False: 21]
  ------------------
  683|      0|            return 0;
  684|      0|        case DELETE_DEREF:
  ------------------
  |  |   73|      0|#define DELETE_DEREF                            60
  ------------------
  |  Branch (684:9): [True: 0, False: 21]
  ------------------
  685|      0|            return 0;
  686|      0|        case DELETE_FAST:
  ------------------
  |  |   74|      0|#define DELETE_FAST                             61
  ------------------
  |  Branch (686:9): [True: 0, False: 21]
  ------------------
  687|      0|            return 0;
  688|      0|        case DELETE_GLOBAL:
  ------------------
  |  |   75|      0|#define DELETE_GLOBAL                           62
  ------------------
  |  Branch (688:9): [True: 0, False: 21]
  ------------------
  689|      0|            return 0;
  690|      0|        case DELETE_NAME:
  ------------------
  |  |   76|      0|#define DELETE_NAME                             63
  ------------------
  |  Branch (690:9): [True: 0, False: 21]
  ------------------
  691|      0|            return 0;
  692|      0|        case DELETE_SUBSCR:
  ------------------
  |  |   21|      0|#define DELETE_SUBSCR                            8
  ------------------
  |  Branch (692:9): [True: 0, False: 21]
  ------------------
  693|      0|            return 0;
  694|      0|        case DICT_MERGE:
  ------------------
  |  |   77|      0|#define DICT_MERGE                              64
  ------------------
  |  Branch (694:9): [True: 0, False: 21]
  ------------------
  695|      0|            return 4 + (oparg - 1);
  696|      0|        case DICT_UPDATE:
  ------------------
  |  |   78|      0|#define DICT_UPDATE                             65
  ------------------
  |  Branch (696:9): [True: 0, False: 21]
  ------------------
  697|      0|            return 1 + (oparg - 1);
  698|      0|        case END_ASYNC_FOR:
  ------------------
  |  |   79|      0|#define END_ASYNC_FOR                           66
  ------------------
  |  Branch (698:9): [True: 0, False: 21]
  ------------------
  699|      0|            return 0;
  700|      0|        case END_FOR:
  ------------------
  |  |   22|      0|#define END_FOR                                  9
  ------------------
  |  Branch (700:9): [True: 0, False: 21]
  ------------------
  701|      0|            return 0;
  702|      0|        case END_SEND:
  ------------------
  |  |   23|      0|#define END_SEND                                10
  ------------------
  |  Branch (702:9): [True: 0, False: 21]
  ------------------
  703|      0|            return 1;
  704|      0|        case ENTER_EXECUTOR:
  ------------------
  |  |  245|      0|#define ENTER_EXECUTOR                         254
  ------------------
  |  Branch (704:9): [True: 0, False: 21]
  ------------------
  705|      0|            return 0;
  706|      0|        case EXIT_INIT_CHECK:
  ------------------
  |  |   24|      0|#define EXIT_INIT_CHECK                         11
  ------------------
  |  Branch (706:9): [True: 0, False: 21]
  ------------------
  707|      0|            return 0;
  708|      0|        case EXTENDED_ARG:
  ------------------
  |  |   80|      0|#define EXTENDED_ARG                            67
  ------------------
  |  Branch (708:9): [True: 0, False: 21]
  ------------------
  709|      0|            return 0;
  710|      0|        case FORMAT_SIMPLE:
  ------------------
  |  |   25|      0|#define FORMAT_SIMPLE                           12
  ------------------
  |  Branch (710:9): [True: 0, False: 21]
  ------------------
  711|      0|            return 1;
  712|      0|        case FORMAT_WITH_SPEC:
  ------------------
  |  |   26|      0|#define FORMAT_WITH_SPEC                        13
  ------------------
  |  Branch (712:9): [True: 0, False: 21]
  ------------------
  713|      0|            return 1;
  714|      0|        case FOR_ITER:
  ------------------
  |  |   81|      0|#define FOR_ITER                                68
  ------------------
  |  Branch (714:9): [True: 0, False: 21]
  ------------------
  715|      0|            return 3;
  716|      0|        case FOR_ITER_GEN:
  ------------------
  |  |  179|      0|#define FOR_ITER_GEN                           174
  ------------------
  |  Branch (716:9): [True: 0, False: 21]
  ------------------
  717|      0|            return 2;
  718|      0|        case FOR_ITER_LIST:
  ------------------
  |  |  180|      0|#define FOR_ITER_LIST                          175
  ------------------
  |  Branch (718:9): [True: 0, False: 21]
  ------------------
  719|      0|            return 3;
  720|      0|        case FOR_ITER_RANGE:
  ------------------
  |  |  181|      0|#define FOR_ITER_RANGE                         176
  ------------------
  |  Branch (720:9): [True: 0, False: 21]
  ------------------
  721|      0|            return 3;
  722|      0|        case FOR_ITER_TUPLE:
  ------------------
  |  |  182|      0|#define FOR_ITER_TUPLE                         177
  ------------------
  |  Branch (722:9): [True: 0, False: 21]
  ------------------
  723|      0|            return 3;
  724|      0|        case FOR_ITER_VIRTUAL:
  ------------------
  |  |  183|      0|#define FOR_ITER_VIRTUAL                       178
  ------------------
  |  Branch (724:9): [True: 0, False: 21]
  ------------------
  725|      0|            return 3;
  726|      0|        case GET_AITER:
  ------------------
  |  |   27|      0|#define GET_AITER                               14
  ------------------
  |  Branch (726:9): [True: 0, False: 21]
  ------------------
  727|      0|            return 1;
  728|      0|        case GET_ANEXT:
  ------------------
  |  |   28|      0|#define GET_ANEXT                               15
  ------------------
  |  Branch (728:9): [True: 0, False: 21]
  ------------------
  729|      0|            return 2;
  730|      0|        case GET_AWAITABLE:
  ------------------
  |  |   82|      0|#define GET_AWAITABLE                           69
  ------------------
  |  Branch (730:9): [True: 0, False: 21]
  ------------------
  731|      0|            return 1;
  732|      0|        case GET_ITER:
  ------------------
  |  |   83|      0|#define GET_ITER                                70
  ------------------
  |  Branch (732:9): [True: 0, False: 21]
  ------------------
  733|      0|            return 2;
  734|      0|        case GET_ITER_SELF:
  ------------------
  |  |  184|      0|#define GET_ITER_SELF                          179
  ------------------
  |  Branch (734:9): [True: 0, False: 21]
  ------------------
  735|      0|            return 2;
  736|      0|        case GET_ITER_VIRTUAL:
  ------------------
  |  |  185|      0|#define GET_ITER_VIRTUAL                       180
  ------------------
  |  Branch (736:9): [True: 0, False: 21]
  ------------------
  737|      0|            return 2;
  738|      0|        case GET_LEN:
  ------------------
  |  |   29|      0|#define GET_LEN                                 16
  ------------------
  |  Branch (738:9): [True: 0, False: 21]
  ------------------
  739|      0|            return 2;
  740|      0|        case IMPORT_FROM:
  ------------------
  |  |   84|      0|#define IMPORT_FROM                             71
  ------------------
  |  Branch (740:9): [True: 0, False: 21]
  ------------------
  741|      0|            return 2;
  742|      0|        case IMPORT_NAME:
  ------------------
  |  |   85|      0|#define IMPORT_NAME                             72
  ------------------
  |  Branch (742:9): [True: 0, False: 21]
  ------------------
  743|      0|            return 1;
  744|      0|        case INSTRUMENTED_CALL:
  ------------------
  |  |  240|      0|#define INSTRUMENTED_CALL                      249
  ------------------
  |  Branch (744:9): [True: 0, False: 21]
  ------------------
  745|      0|            return 1;
  746|      0|        case INSTRUMENTED_CALL_FUNCTION_EX:
  ------------------
  |  |  242|      0|#define INSTRUMENTED_CALL_FUNCTION_EX          251
  ------------------
  |  Branch (746:9): [True: 0, False: 21]
  ------------------
  747|      0|            return 1;
  748|      0|        case INSTRUMENTED_CALL_KW:
  ------------------
  |  |  241|      0|#define INSTRUMENTED_CALL_KW                   250
  ------------------
  |  Branch (748:9): [True: 0, False: 21]
  ------------------
  749|      0|            return 1;
  750|      0|        case INSTRUMENTED_END_ASYNC_FOR:
  ------------------
  |  |  238|      0|#define INSTRUMENTED_END_ASYNC_FOR             247
  ------------------
  |  Branch (750:9): [True: 0, False: 21]
  ------------------
  751|      0|            return 0;
  752|      0|        case INSTRUMENTED_END_FOR:
  ------------------
  |  |  224|      0|#define INSTRUMENTED_END_FOR                   233
  ------------------
  |  Branch (752:9): [True: 0, False: 21]
  ------------------
  753|      0|            return 2;
  754|      0|        case INSTRUMENTED_END_SEND:
  ------------------
  |  |  226|      0|#define INSTRUMENTED_END_SEND                  235
  ------------------
  |  Branch (754:9): [True: 0, False: 21]
  ------------------
  755|      0|            return 1;
  756|      0|        case INSTRUMENTED_FOR_ITER:
  ------------------
  |  |  227|      0|#define INSTRUMENTED_FOR_ITER                  236
  ------------------
  |  Branch (756:9): [True: 0, False: 21]
  ------------------
  757|      0|            return 3;
  758|      0|        case INSTRUMENTED_INSTRUCTION:
  ------------------
  |  |  228|      0|#define INSTRUMENTED_INSTRUCTION               237
  ------------------
  |  Branch (758:9): [True: 0, False: 21]
  ------------------
  759|      0|            return 0;
  760|      0|        case INSTRUMENTED_JUMP_BACKWARD:
  ------------------
  |  |  243|      0|#define INSTRUMENTED_JUMP_BACKWARD             252
  ------------------
  |  Branch (760:9): [True: 0, False: 21]
  ------------------
  761|      0|            return 0;
  762|      0|        case INSTRUMENTED_JUMP_FORWARD:
  ------------------
  |  |  229|      0|#define INSTRUMENTED_JUMP_FORWARD              238
  ------------------
  |  Branch (762:9): [True: 0, False: 21]
  ------------------
  763|      0|            return 0;
  764|      0|        case INSTRUMENTED_LINE:
  ------------------
  |  |  244|      0|#define INSTRUMENTED_LINE                      253
  ------------------
  |  Branch (764:9): [True: 0, False: 21]
  ------------------
  765|      0|            return 0;
  766|      0|        case INSTRUMENTED_LOAD_SUPER_ATTR:
  ------------------
  |  |  239|      0|#define INSTRUMENTED_LOAD_SUPER_ATTR           248
  ------------------
  |  Branch (766:9): [True: 0, False: 21]
  ------------------
  767|      0|            return 1 + (oparg & 1);
  768|      0|        case INSTRUMENTED_NOT_TAKEN:
  ------------------
  |  |  230|      0|#define INSTRUMENTED_NOT_TAKEN                 239
  ------------------
  |  Branch (768:9): [True: 0, False: 21]
  ------------------
  769|      0|            return 0;
  770|      0|        case INSTRUMENTED_POP_ITER:
  ------------------
  |  |  225|      0|#define INSTRUMENTED_POP_ITER                  234
  ------------------
  |  Branch (770:9): [True: 0, False: 21]
  ------------------
  771|      0|            return 0;
  772|      0|        case INSTRUMENTED_POP_JUMP_IF_FALSE:
  ------------------
  |  |  232|      0|#define INSTRUMENTED_POP_JUMP_IF_FALSE         241
  ------------------
  |  Branch (772:9): [True: 0, False: 21]
  ------------------
  773|      0|            return 0;
  774|      0|        case INSTRUMENTED_POP_JUMP_IF_NONE:
  ------------------
  |  |  233|      0|#define INSTRUMENTED_POP_JUMP_IF_NONE          242
  ------------------
  |  Branch (774:9): [True: 0, False: 21]
  ------------------
  775|      0|            return 0;
  776|      0|        case INSTRUMENTED_POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  234|      0|#define INSTRUMENTED_POP_JUMP_IF_NOT_NONE      243
  ------------------
  |  Branch (776:9): [True: 0, False: 21]
  ------------------
  777|      0|            return 0;
  778|      0|        case INSTRUMENTED_POP_JUMP_IF_TRUE:
  ------------------
  |  |  231|      0|#define INSTRUMENTED_POP_JUMP_IF_TRUE          240
  ------------------
  |  Branch (778:9): [True: 0, False: 21]
  ------------------
  779|      0|            return 0;
  780|      0|        case INSTRUMENTED_RESUME:
  ------------------
  |  |  235|      0|#define INSTRUMENTED_RESUME                    244
  ------------------
  |  Branch (780:9): [True: 0, False: 21]
  ------------------
  781|      0|            return 0;
  782|      0|        case INSTRUMENTED_RETURN_VALUE:
  ------------------
  |  |  236|      0|#define INSTRUMENTED_RETURN_VALUE              245
  ------------------
  |  Branch (782:9): [True: 0, False: 21]
  ------------------
  783|      0|            return 1;
  784|      0|        case INSTRUMENTED_YIELD_VALUE:
  ------------------
  |  |  237|      0|#define INSTRUMENTED_YIELD_VALUE               246
  ------------------
  |  Branch (784:9): [True: 0, False: 21]
  ------------------
  785|      0|            return 1;
  786|      0|        case INTERPRETER_EXIT:
  ------------------
  |  |   31|      0|#define INTERPRETER_EXIT                        18
  ------------------
  |  Branch (786:9): [True: 0, False: 21]
  ------------------
  787|      0|            return 0;
  788|      0|        case IS_OP:
  ------------------
  |  |   86|      0|#define IS_OP                                   73
  ------------------
  |  Branch (788:9): [True: 0, False: 21]
  ------------------
  789|      0|            return 1;
  790|      0|        case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (790:9): [True: 0, False: 21]
  ------------------
  791|      0|            return 0;
  792|      0|        case JUMP_BACKWARD:
  ------------------
  |  |   87|      0|#define JUMP_BACKWARD                           74
  ------------------
  |  Branch (792:9): [True: 0, False: 21]
  ------------------
  793|      0|            return 0;
  794|      0|        case JUMP_BACKWARD_JIT:
  ------------------
  |  |  186|      0|#define JUMP_BACKWARD_JIT                      181
  ------------------
  |  Branch (794:9): [True: 0, False: 21]
  ------------------
  795|      0|            return 0;
  796|      0|        case JUMP_BACKWARD_NO_INTERRUPT:
  ------------------
  |  |   88|      0|#define JUMP_BACKWARD_NO_INTERRUPT              75
  ------------------
  |  Branch (796:9): [True: 0, False: 21]
  ------------------
  797|      0|            return 0;
  798|      0|        case JUMP_BACKWARD_NO_JIT:
  ------------------
  |  |  187|      0|#define JUMP_BACKWARD_NO_JIT                   182
  ------------------
  |  Branch (798:9): [True: 0, False: 21]
  ------------------
  799|      0|            return 0;
  800|      0|        case JUMP_FORWARD:
  ------------------
  |  |   89|      0|#define JUMP_FORWARD                            76
  ------------------
  |  Branch (800:9): [True: 0, False: 21]
  ------------------
  801|      0|            return 0;
  802|      0|        case JUMP_IF_FALSE:
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (802:9): [True: 0, False: 21]
  ------------------
  803|      0|            return 1;
  804|      0|        case JUMP_IF_TRUE:
  ------------------
  |  |  250|      0|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (804:9): [True: 0, False: 21]
  ------------------
  805|      0|            return 1;
  806|      0|        case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|      0|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (806:9): [True: 0, False: 21]
  ------------------
  807|      0|            return 0;
  808|      0|        case LIST_APPEND:
  ------------------
  |  |   90|      0|#define LIST_APPEND                             77
  ------------------
  |  Branch (808:9): [True: 0, False: 21]
  ------------------
  809|      0|            return 1 + (oparg-1);
  810|      0|        case LIST_EXTEND:
  ------------------
  |  |   91|      0|#define LIST_EXTEND                             78
  ------------------
  |  Branch (810:9): [True: 0, False: 21]
  ------------------
  811|      0|            return 1 + (oparg-1);
  812|      0|        case LOAD_ATTR:
  ------------------
  |  |   92|      0|#define LOAD_ATTR                               79
  ------------------
  |  Branch (812:9): [True: 0, False: 21]
  ------------------
  813|      0|            return 1 + (oparg&1);
  814|      0|        case LOAD_ATTR_CLASS:
  ------------------
  |  |  188|      0|#define LOAD_ATTR_CLASS                        183
  ------------------
  |  Branch (814:9): [True: 0, False: 21]
  ------------------
  815|      0|            return 1 + (oparg & 1);
  816|      0|        case LOAD_ATTR_CLASS_WITH_METACLASS_CHECK:
  ------------------
  |  |  189|      0|#define LOAD_ATTR_CLASS_WITH_METACLASS_CHECK   184
  ------------------
  |  Branch (816:9): [True: 0, False: 21]
  ------------------
  817|      0|            return 1 + (oparg & 1);
  818|      0|        case LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN:
  ------------------
  |  |  190|      0|#define LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN      185
  ------------------
  |  Branch (818:9): [True: 0, False: 21]
  ------------------
  819|      0|            return 0;
  820|      0|        case LOAD_ATTR_INSTANCE_VALUE:
  ------------------
  |  |  191|      0|#define LOAD_ATTR_INSTANCE_VALUE               186
  ------------------
  |  Branch (820:9): [True: 0, False: 21]
  ------------------
  821|      0|            return 1 + (oparg & 1);
  822|      0|        case LOAD_ATTR_METHOD_LAZY_DICT:
  ------------------
  |  |  192|      0|#define LOAD_ATTR_METHOD_LAZY_DICT             187
  ------------------
  |  Branch (822:9): [True: 0, False: 21]
  ------------------
  823|      0|            return 2;
  824|      0|        case LOAD_ATTR_METHOD_NO_DICT:
  ------------------
  |  |  193|      0|#define LOAD_ATTR_METHOD_NO_DICT               188
  ------------------
  |  Branch (824:9): [True: 0, False: 21]
  ------------------
  825|      0|            return 2;
  826|      0|        case LOAD_ATTR_METHOD_WITH_VALUES:
  ------------------
  |  |  194|      0|#define LOAD_ATTR_METHOD_WITH_VALUES           189
  ------------------
  |  Branch (826:9): [True: 0, False: 21]
  ------------------
  827|      0|            return 2;
  828|      0|        case LOAD_ATTR_MODULE:
  ------------------
  |  |  195|      0|#define LOAD_ATTR_MODULE                       190
  ------------------
  |  Branch (828:9): [True: 0, False: 21]
  ------------------
  829|      0|            return 1 + (oparg & 1);
  830|      0|        case LOAD_ATTR_NONDESCRIPTOR_NO_DICT:
  ------------------
  |  |  196|      0|#define LOAD_ATTR_NONDESCRIPTOR_NO_DICT        191
  ------------------
  |  Branch (830:9): [True: 0, False: 21]
  ------------------
  831|      0|            return 1;
  832|      0|        case LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES:
  ------------------
  |  |  197|      0|#define LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES    192
  ------------------
  |  Branch (832:9): [True: 0, False: 21]
  ------------------
  833|      0|            return 1;
  834|      0|        case LOAD_ATTR_PROPERTY:
  ------------------
  |  |  198|      0|#define LOAD_ATTR_PROPERTY                     193
  ------------------
  |  Branch (834:9): [True: 0, False: 21]
  ------------------
  835|      0|            return 0;
  836|      0|        case LOAD_ATTR_SLOT:
  ------------------
  |  |  199|      0|#define LOAD_ATTR_SLOT                         194
  ------------------
  |  Branch (836:9): [True: 0, False: 21]
  ------------------
  837|      0|            return 1 + (oparg & 1);
  838|      0|        case LOAD_ATTR_WITH_HINT:
  ------------------
  |  |  200|      0|#define LOAD_ATTR_WITH_HINT                    195
  ------------------
  |  Branch (838:9): [True: 0, False: 21]
  ------------------
  839|      0|            return 1 + (oparg & 1);
  840|      0|        case LOAD_BUILD_CLASS:
  ------------------
  |  |   32|      0|#define LOAD_BUILD_CLASS                        19
  ------------------
  |  Branch (840:9): [True: 0, False: 21]
  ------------------
  841|      0|            return 1;
  842|      0|        case LOAD_CLOSURE:
  ------------------
  |  |  252|      0|#define LOAD_CLOSURE                           261
  ------------------
  |  Branch (842:9): [True: 0, False: 21]
  ------------------
  843|      0|            return 1;
  844|      0|        case LOAD_COMMON_CONSTANT:
  ------------------
  |  |   93|      0|#define LOAD_COMMON_CONSTANT                    80
  ------------------
  |  Branch (844:9): [True: 0, False: 21]
  ------------------
  845|      0|            return 1;
  846|      2|        case LOAD_CONST:
  ------------------
  |  |   94|      2|#define LOAD_CONST                              81
  ------------------
  |  Branch (846:9): [True: 2, False: 19]
  ------------------
  847|      2|            return 1;
  848|      0|        case LOAD_DEREF:
  ------------------
  |  |   95|      0|#define LOAD_DEREF                              82
  ------------------
  |  Branch (848:9): [True: 0, False: 21]
  ------------------
  849|      0|            return 1;
  850|      1|        case LOAD_FAST:
  ------------------
  |  |   96|      1|#define LOAD_FAST                               83
  ------------------
  |  Branch (850:9): [True: 1, False: 20]
  ------------------
  851|      1|            return 1;
  852|      0|        case LOAD_FAST_AND_CLEAR:
  ------------------
  |  |   97|      0|#define LOAD_FAST_AND_CLEAR                     84
  ------------------
  |  Branch (852:9): [True: 0, False: 21]
  ------------------
  853|      0|            return 1;
  854|      0|        case LOAD_FAST_BORROW:
  ------------------
  |  |   98|      0|#define LOAD_FAST_BORROW                        85
  ------------------
  |  Branch (854:9): [True: 0, False: 21]
  ------------------
  855|      0|            return 1;
  856|      0|        case LOAD_FAST_BORROW_LOAD_FAST_BORROW:
  ------------------
  |  |   99|      0|#define LOAD_FAST_BORROW_LOAD_FAST_BORROW       86
  ------------------
  |  Branch (856:9): [True: 0, False: 21]
  ------------------
  857|      0|            return 2;
  858|      0|        case LOAD_FAST_CHECK:
  ------------------
  |  |  100|      0|#define LOAD_FAST_CHECK                         87
  ------------------
  |  Branch (858:9): [True: 0, False: 21]
  ------------------
  859|      0|            return 1;
  860|      2|        case LOAD_FAST_LOAD_FAST:
  ------------------
  |  |  101|      2|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
  |  Branch (860:9): [True: 2, False: 19]
  ------------------
  861|      2|            return 2;
  862|      0|        case LOAD_FROM_DICT_OR_DEREF:
  ------------------
  |  |  102|      0|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
  |  Branch (862:9): [True: 0, False: 21]
  ------------------
  863|      0|            return 1;
  864|      0|        case LOAD_FROM_DICT_OR_GLOBALS:
  ------------------
  |  |  103|      0|#define LOAD_FROM_DICT_OR_GLOBALS               90
  ------------------
  |  Branch (864:9): [True: 0, False: 21]
  ------------------
  865|      0|            return 1;
  866|      2|        case LOAD_GLOBAL:
  ------------------
  |  |  104|      2|#define LOAD_GLOBAL                             91
  ------------------
  |  Branch (866:9): [True: 2, False: 19]
  ------------------
  867|      2|            return 1 + (oparg & 1);
  868|      0|        case LOAD_GLOBAL_BUILTIN:
  ------------------
  |  |  201|      0|#define LOAD_GLOBAL_BUILTIN                    196
  ------------------
  |  Branch (868:9): [True: 0, False: 21]
  ------------------
  869|      0|            return 1 + (oparg & 1);
  870|      0|        case LOAD_GLOBAL_MODULE:
  ------------------
  |  |  202|      0|#define LOAD_GLOBAL_MODULE                     197
  ------------------
  |  Branch (870:9): [True: 0, False: 21]
  ------------------
  871|      0|            return 1 + (oparg & 1);
  872|      0|        case LOAD_LOCALS:
  ------------------
  |  |   33|      0|#define LOAD_LOCALS                             20
  ------------------
  |  Branch (872:9): [True: 0, False: 21]
  ------------------
  873|      0|            return 1;
  874|      0|        case LOAD_NAME:
  ------------------
  |  |  105|      0|#define LOAD_NAME                               92
  ------------------
  |  Branch (874:9): [True: 0, False: 21]
  ------------------
  875|      0|            return 1;
  876|      0|        case LOAD_SMALL_INT:
  ------------------
  |  |  106|      0|#define LOAD_SMALL_INT                          93
  ------------------
  |  Branch (876:9): [True: 0, False: 21]
  ------------------
  877|      0|            return 1;
  878|      0|        case LOAD_SPECIAL:
  ------------------
  |  |  107|      0|#define LOAD_SPECIAL                            94
  ------------------
  |  Branch (878:9): [True: 0, False: 21]
  ------------------
  879|      0|            return 2;
  880|      0|        case LOAD_SUPER_ATTR:
  ------------------
  |  |  108|      0|#define LOAD_SUPER_ATTR                         95
  ------------------
  |  Branch (880:9): [True: 0, False: 21]
  ------------------
  881|      0|            return 1 + (oparg & 1);
  882|      0|        case LOAD_SUPER_ATTR_ATTR:
  ------------------
  |  |  203|      0|#define LOAD_SUPER_ATTR_ATTR                   198
  ------------------
  |  Branch (882:9): [True: 0, False: 21]
  ------------------
  883|      0|            return 1;
  884|      0|        case LOAD_SUPER_ATTR_METHOD:
  ------------------
  |  |  204|      0|#define LOAD_SUPER_ATTR_METHOD                 199
  ------------------
  |  Branch (884:9): [True: 0, False: 21]
  ------------------
  885|      0|            return 2;
  886|      0|        case MAKE_CELL:
  ------------------
  |  |  109|      0|#define MAKE_CELL                               96
  ------------------
  |  Branch (886:9): [True: 0, False: 21]
  ------------------
  887|      0|            return 0;
  888|      2|        case MAKE_FUNCTION:
  ------------------
  |  |   34|      2|#define MAKE_FUNCTION                           21
  ------------------
  |  Branch (888:9): [True: 2, False: 19]
  ------------------
  889|      2|            return 1;
  890|      0|        case MAP_ADD:
  ------------------
  |  |  110|      0|#define MAP_ADD                                 97
  ------------------
  |  Branch (890:9): [True: 0, False: 21]
  ------------------
  891|      0|            return 1 + (oparg - 1);
  892|      0|        case MATCH_CLASS:
  ------------------
  |  |  111|      0|#define MATCH_CLASS                             98
  ------------------
  |  Branch (892:9): [True: 0, False: 21]
  ------------------
  893|      0|            return 1;
  894|      0|        case MATCH_KEYS:
  ------------------
  |  |   35|      0|#define MATCH_KEYS                              22
  ------------------
  |  Branch (894:9): [True: 0, False: 21]
  ------------------
  895|      0|            return 3;
  896|      0|        case MATCH_MAPPING:
  ------------------
  |  |   36|      0|#define MATCH_MAPPING                           23
  ------------------
  |  Branch (896:9): [True: 0, False: 21]
  ------------------
  897|      0|            return 2;
  898|      0|        case MATCH_SEQUENCE:
  ------------------
  |  |   37|      0|#define MATCH_SEQUENCE                          24
  ------------------
  |  Branch (898:9): [True: 0, False: 21]
  ------------------
  899|      0|            return 2;
  900|      0|        case NOP:
  ------------------
  |  |   38|      0|#define NOP                                     25
  ------------------
  |  Branch (900:9): [True: 0, False: 21]
  ------------------
  901|      0|            return 0;
  902|      0|        case NOT_TAKEN:
  ------------------
  |  |   39|      0|#define NOT_TAKEN                               26
  ------------------
  |  Branch (902:9): [True: 0, False: 21]
  ------------------
  903|      0|            return 0;
  904|      0|        case POP_BLOCK:
  ------------------
  |  |  253|      0|#define POP_BLOCK                              262
  ------------------
  |  Branch (904:9): [True: 0, False: 21]
  ------------------
  905|      0|            return 0;
  906|      0|        case POP_EXCEPT:
  ------------------
  |  |   40|      0|#define POP_EXCEPT                              27
  ------------------
  |  Branch (906:9): [True: 0, False: 21]
  ------------------
  907|      0|            return 0;
  908|      0|        case POP_ITER:
  ------------------
  |  |   41|      0|#define POP_ITER                                28
  ------------------
  |  Branch (908:9): [True: 0, False: 21]
  ------------------
  909|      0|            return 0;
  910|      0|        case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (910:9): [True: 0, False: 21]
  ------------------
  911|      0|            return 0;
  912|      0|        case POP_JUMP_IF_NONE:
  ------------------
  |  |  113|      0|#define POP_JUMP_IF_NONE                       100
  ------------------
  |  Branch (912:9): [True: 0, False: 21]
  ------------------
  913|      0|            return 0;
  914|      0|        case POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  114|      0|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (914:9): [True: 0, False: 21]
  ------------------
  915|      0|            return 0;
  916|      0|        case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (916:9): [True: 0, False: 21]
  ------------------
  917|      0|            return 0;
  918|      0|        case POP_TOP:
  ------------------
  |  |   42|      0|#define POP_TOP                                 29
  ------------------
  |  Branch (918:9): [True: 0, False: 21]
  ------------------
  919|      0|            return 0;
  920|      0|        case PUSH_EXC_INFO:
  ------------------
  |  |   43|      0|#define PUSH_EXC_INFO                           30
  ------------------
  |  Branch (920:9): [True: 0, False: 21]
  ------------------
  921|      0|            return 2;
  922|      0|        case PUSH_NULL:
  ------------------
  |  |   44|      0|#define PUSH_NULL                               31
  ------------------
  |  Branch (922:9): [True: 0, False: 21]
  ------------------
  923|      0|            return 1;
  924|      0|        case RAISE_VARARGS:
  ------------------
  |  |  116|      0|#define RAISE_VARARGS                          103
  ------------------
  |  Branch (924:9): [True: 0, False: 21]
  ------------------
  925|      0|            return 0;
  926|      0|        case RERAISE:
  ------------------
  |  |  117|      0|#define RERAISE                                104
  ------------------
  |  Branch (926:9): [True: 0, False: 21]
  ------------------
  927|      0|            return oparg;
  928|      0|        case RESERVED:
  ------------------
  |  |   30|      0|#define RESERVED                                17
  ------------------
  |  Branch (928:9): [True: 0, False: 21]
  ------------------
  929|      0|            return 0;
  930|      4|        case RESUME:
  ------------------
  |  |  133|      4|#define RESUME                                 128
  ------------------
  |  Branch (930:9): [True: 4, False: 17]
  ------------------
  931|      4|            return 0;
  932|      0|        case RESUME_CHECK:
  ------------------
  |  |  205|      0|#define RESUME_CHECK                           200
  ------------------
  |  Branch (932:9): [True: 0, False: 21]
  ------------------
  933|      0|            return 0;
  934|      0|        case RESUME_CHECK_JIT:
  ------------------
  |  |  206|      0|#define RESUME_CHECK_JIT                       201
  ------------------
  |  Branch (934:9): [True: 0, False: 21]
  ------------------
  935|      0|            return 0;
  936|      0|        case RETURN_GENERATOR:
  ------------------
  |  |   45|      0|#define RETURN_GENERATOR                        32
  ------------------
  |  Branch (936:9): [True: 0, False: 21]
  ------------------
  937|      0|            return 1;
  938|      4|        case RETURN_VALUE:
  ------------------
  |  |   46|      4|#define RETURN_VALUE                            33
  ------------------
  |  Branch (938:9): [True: 4, False: 17]
  ------------------
  939|      4|            return 1;
  940|      0|        case SEND:
  ------------------
  |  |  118|      0|#define SEND                                   105
  ------------------
  |  Branch (940:9): [True: 0, False: 21]
  ------------------
  941|      0|            return 3;
  942|      0|        case SEND_ASYNC_GEN:
  ------------------
  |  |  207|      0|#define SEND_ASYNC_GEN                         202
  ------------------
  |  Branch (942:9): [True: 0, False: 21]
  ------------------
  943|      0|            return 3;
  944|      0|        case SEND_GEN:
  ------------------
  |  |  208|      0|#define SEND_GEN                               203
  ------------------
  |  Branch (944:9): [True: 0, False: 21]
  ------------------
  945|      0|            return 2;
  946|      0|        case SEND_VIRTUAL:
  ------------------
  |  |  209|      0|#define SEND_VIRTUAL                           204
  ------------------
  |  Branch (946:9): [True: 0, False: 21]
  ------------------
  947|      0|            return 3;
  948|      0|        case SETUP_ANNOTATIONS:
  ------------------
  |  |   47|      0|#define SETUP_ANNOTATIONS                       34
  ------------------
  |  Branch (948:9): [True: 0, False: 21]
  ------------------
  949|      0|            return 0;
  950|      0|        case SETUP_CLEANUP:
  ------------------
  |  |  254|      0|#define SETUP_CLEANUP                          263
  ------------------
  |  Branch (950:9): [True: 0, False: 21]
  ------------------
  951|      0|            return 2;
  952|      0|        case SETUP_FINALLY:
  ------------------
  |  |  255|      0|#define SETUP_FINALLY                          264
  ------------------
  |  Branch (952:9): [True: 0, False: 21]
  ------------------
  953|      0|            return 1;
  954|      0|        case SETUP_WITH:
  ------------------
  |  |  256|      0|#define SETUP_WITH                             265
  ------------------
  |  Branch (954:9): [True: 0, False: 21]
  ------------------
  955|      0|            return 1;
  956|      0|        case SET_ADD:
  ------------------
  |  |  119|      0|#define SET_ADD                                106
  ------------------
  |  Branch (956:9): [True: 0, False: 21]
  ------------------
  957|      0|            return 1 + (oparg-1);
  958|      0|        case SET_FUNCTION_ATTRIBUTE:
  ------------------
  |  |  120|      0|#define SET_FUNCTION_ATTRIBUTE                 107
  ------------------
  |  Branch (958:9): [True: 0, False: 21]
  ------------------
  959|      0|            return 1;
  960|      0|        case SET_UPDATE:
  ------------------
  |  |  121|      0|#define SET_UPDATE                             108
  ------------------
  |  Branch (960:9): [True: 0, False: 21]
  ------------------
  961|      0|            return 1 + (oparg-1);
  962|      0|        case STORE_ATTR:
  ------------------
  |  |  122|      0|#define STORE_ATTR                             109
  ------------------
  |  Branch (962:9): [True: 0, False: 21]
  ------------------
  963|      0|            return 0;
  964|      0|        case STORE_ATTR_INSTANCE_VALUE:
  ------------------
  |  |  210|      0|#define STORE_ATTR_INSTANCE_VALUE              205
  ------------------
  |  Branch (964:9): [True: 0, False: 21]
  ------------------
  965|      0|            return 0;
  966|      0|        case STORE_ATTR_SLOT:
  ------------------
  |  |  211|      0|#define STORE_ATTR_SLOT                        206
  ------------------
  |  Branch (966:9): [True: 0, False: 21]
  ------------------
  967|      0|            return 0;
  968|      0|        case STORE_ATTR_WITH_HINT:
  ------------------
  |  |  212|      0|#define STORE_ATTR_WITH_HINT                   207
  ------------------
  |  Branch (968:9): [True: 0, False: 21]
  ------------------
  969|      0|            return 0;
  970|      0|        case STORE_DEREF:
  ------------------
  |  |  123|      0|#define STORE_DEREF                            110
  ------------------
  |  Branch (970:9): [True: 0, False: 21]
  ------------------
  971|      0|            return 0;
  972|      0|        case STORE_FAST:
  ------------------
  |  |  124|      0|#define STORE_FAST                             111
  ------------------
  |  Branch (972:9): [True: 0, False: 21]
  ------------------
  973|      0|            return 0;
  974|      0|        case STORE_FAST_LOAD_FAST:
  ------------------
  |  |  125|      0|#define STORE_FAST_LOAD_FAST                   112
  ------------------
  |  Branch (974:9): [True: 0, False: 21]
  ------------------
  975|      0|            return 1;
  976|      0|        case STORE_FAST_MAYBE_NULL:
  ------------------
  |  |  257|      0|#define STORE_FAST_MAYBE_NULL                  266
  ------------------
  |  Branch (976:9): [True: 0, False: 21]
  ------------------
  977|      0|            return 0;
  978|      0|        case STORE_FAST_STORE_FAST:
  ------------------
  |  |  126|      0|#define STORE_FAST_STORE_FAST                  113
  ------------------
  |  Branch (978:9): [True: 0, False: 21]
  ------------------
  979|      0|            return 0;
  980|      0|        case STORE_GLOBAL:
  ------------------
  |  |  127|      0|#define STORE_GLOBAL                           114
  ------------------
  |  Branch (980:9): [True: 0, False: 21]
  ------------------
  981|      0|            return 0;
  982|      0|        case STORE_NAME:
  ------------------
  |  |  128|      0|#define STORE_NAME                             115
  ------------------
  |  Branch (982:9): [True: 0, False: 21]
  ------------------
  983|      0|            return 0;
  984|      0|        case STORE_SLICE:
  ------------------
  |  |   48|      0|#define STORE_SLICE                             35
  ------------------
  |  Branch (984:9): [True: 0, False: 21]
  ------------------
  985|      0|            return 0;
  986|      0|        case STORE_SUBSCR:
  ------------------
  |  |   49|      0|#define STORE_SUBSCR                            36
  ------------------
  |  Branch (986:9): [True: 0, False: 21]
  ------------------
  987|      0|            return 0;
  988|      0|        case STORE_SUBSCR_DICT:
  ------------------
  |  |  213|      0|#define STORE_SUBSCR_DICT                      208
  ------------------
  |  Branch (988:9): [True: 0, False: 21]
  ------------------
  989|      0|            return 0;
  990|      0|        case STORE_SUBSCR_LIST_INT:
  ------------------
  |  |  214|      0|#define STORE_SUBSCR_LIST_INT                  209
  ------------------
  |  Branch (990:9): [True: 0, False: 21]
  ------------------
  991|      0|            return 0;
  992|      0|        case SWAP:
  ------------------
  |  |  129|      0|#define SWAP                                   116
  ------------------
  |  Branch (992:9): [True: 0, False: 21]
  ------------------
  993|      0|            return 2 + (oparg-2);
  994|      0|        case TO_BOOL:
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
  |  Branch (994:9): [True: 0, False: 21]
  ------------------
  995|      0|            return 1;
  996|      0|        case TO_BOOL_ALWAYS_TRUE:
  ------------------
  |  |  215|      0|#define TO_BOOL_ALWAYS_TRUE                    210
  ------------------
  |  Branch (996:9): [True: 0, False: 21]
  ------------------
  997|      0|            return 1;
  998|      0|        case TO_BOOL_BOOL:
  ------------------
  |  |  216|      0|#define TO_BOOL_BOOL                           211
  ------------------
  |  Branch (998:9): [True: 0, False: 21]
  ------------------
  999|      0|            return 1;
 1000|      0|        case TO_BOOL_INT:
  ------------------
  |  |  217|      0|#define TO_BOOL_INT                            212
  ------------------
  |  Branch (1000:9): [True: 0, False: 21]
  ------------------
 1001|      0|            return 1;
 1002|      0|        case TO_BOOL_LIST:
  ------------------
  |  |  218|      0|#define TO_BOOL_LIST                           213
  ------------------
  |  Branch (1002:9): [True: 0, False: 21]
  ------------------
 1003|      0|            return 1;
 1004|      0|        case TO_BOOL_NONE:
  ------------------
  |  |  219|      0|#define TO_BOOL_NONE                           214
  ------------------
  |  Branch (1004:9): [True: 0, False: 21]
  ------------------
 1005|      0|            return 1;
 1006|      0|        case TO_BOOL_STR:
  ------------------
  |  |  220|      0|#define TO_BOOL_STR                            215
  ------------------
  |  Branch (1006:9): [True: 0, False: 21]
  ------------------
 1007|      0|            return 1;
 1008|      0|        case TRACE_RECORD:
  ------------------
  |  |  246|      0|#define TRACE_RECORD                           255
  ------------------
  |  Branch (1008:9): [True: 0, False: 21]
  ------------------
 1009|      0|            return 0;
 1010|      0|        case UNARY_INVERT:
  ------------------
  |  |   51|      0|#define UNARY_INVERT                            38
  ------------------
  |  Branch (1010:9): [True: 0, False: 21]
  ------------------
 1011|      0|            return 1;
 1012|      0|        case UNARY_NEGATIVE:
  ------------------
  |  |   52|      0|#define UNARY_NEGATIVE                          39
  ------------------
  |  Branch (1012:9): [True: 0, False: 21]
  ------------------
 1013|      0|            return 1;
 1014|      0|        case UNARY_NOT:
  ------------------
  |  |   53|      0|#define UNARY_NOT                               40
  ------------------
  |  Branch (1014:9): [True: 0, False: 21]
  ------------------
 1015|      0|            return 1;
 1016|      0|        case UNPACK_EX:
  ------------------
  |  |  130|      0|#define UNPACK_EX                              117
  ------------------
  |  Branch (1016:9): [True: 0, False: 21]
  ------------------
 1017|      0|            return 1 + (oparg & 0xFF) + (oparg >> 8);
 1018|      0|        case UNPACK_SEQUENCE:
  ------------------
  |  |  131|      0|#define UNPACK_SEQUENCE                        118
  ------------------
  |  Branch (1018:9): [True: 0, False: 21]
  ------------------
 1019|      0|            return oparg;
 1020|      0|        case UNPACK_SEQUENCE_LIST:
  ------------------
  |  |  221|      0|#define UNPACK_SEQUENCE_LIST                   216
  ------------------
  |  Branch (1020:9): [True: 0, False: 21]
  ------------------
 1021|      0|            return oparg;
 1022|      0|        case UNPACK_SEQUENCE_TUPLE:
  ------------------
  |  |  222|      0|#define UNPACK_SEQUENCE_TUPLE                  217
  ------------------
  |  Branch (1022:9): [True: 0, False: 21]
  ------------------
 1023|      0|            return oparg;
 1024|      0|        case UNPACK_SEQUENCE_TWO_TUPLE:
  ------------------
  |  |  223|      0|#define UNPACK_SEQUENCE_TWO_TUPLE              218
  ------------------
  |  Branch (1024:9): [True: 0, False: 21]
  ------------------
 1025|      0|            return 2;
 1026|      0|        case WITH_EXCEPT_START:
  ------------------
  |  |   54|      0|#define WITH_EXCEPT_START                       41
  ------------------
  |  Branch (1026:9): [True: 0, False: 21]
  ------------------
 1027|      0|            return 6;
 1028|      0|        case YIELD_VALUE:
  ------------------
  |  |  132|      0|#define YIELD_VALUE                            119
  ------------------
  |  Branch (1028:9): [True: 0, False: 21]
  ------------------
 1029|      0|            return 1;
 1030|      0|        default:
  ------------------
  |  Branch (1030:9): [True: 0, False: 21]
  ------------------
 1031|      0|            return -1;
 1032|     21|    }
 1033|     21|}

call.c:_PyErr_Occurred:
   76|  16.9k|{
   77|  16.9k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 16.9k, False: 0]
  ------------------
   78|  16.9k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 16.7k, False: 192]
  ------------------
   79|  16.7k|        return NULL;
   80|  16.7k|    }
   81|    192|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|    192|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    192|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    192|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  16.9k|}
dictobject.c:_PyErr_Occurred:
   76|    139|{
   77|    139|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 139, False: 0]
  ------------------
   78|    139|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 139, False: 0]
  ------------------
   79|    139|        return NULL;
   80|    139|    }
   81|      0|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|    139|}
object.c:_PyErr_Occurred:
   76|     36|{
   77|     36|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 36, False: 0]
  ------------------
   78|     36|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 36, False: 0]
  ------------------
   79|     36|        return NULL;
   80|     36|    }
   81|      0|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|     36|}
typeobject.c:_PyErr_Occurred:
   76|  1.33k|{
   77|  1.33k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 1.33k, False: 0]
  ------------------
   78|  1.33k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 1.32k, False: 9]
  ------------------
   79|  1.32k|        return NULL;
   80|  1.32k|    }
   81|      9|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      9|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  1.33k|}
ceval.c:_PyErr_Occurred:
   76|  5.69k|{
   77|  5.69k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 5.69k, False: 0]
  ------------------
   78|  5.69k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 5.16k, False: 527]
  ------------------
   79|  5.16k|        return NULL;
   80|  5.16k|    }
   81|    527|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|    527|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    527|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    527|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  5.69k|}
ceval.c:_PyErr_ClearExcState:
   85|     55|{
   86|       |    Py_CLEAR(exc_state->exc_value);
  ------------------
  |  |  484|     55|    do { \
  |  |  485|     55|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     55|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     55|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     55|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     55|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 55]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|     55|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 55]
  |  |  ------------------
  ------------------
   87|     55|}
errors.c:_PyErr_Occurred:
   76|  44.0k|{
   77|  44.0k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 44.0k, False: 0]
  ------------------
   78|  44.0k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 43.8k, False: 254]
  ------------------
   79|  43.8k|        return NULL;
   80|  43.8k|    }
   81|    254|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|    254|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    254|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    254|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  44.0k|}
gc.c:_PyErr_Occurred:
   76|  3.37k|{
   77|  3.37k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 3.37k, False: 0]
  ------------------
   78|  3.37k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 3.37k, False: 0]
  ------------------
   79|  3.37k|        return NULL;
   80|  3.37k|    }
   81|      0|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  3.37k|}
import.c:_PyErr_Occurred:
   76|    116|{
   77|    116|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 116, False: 0]
  ------------------
   78|    116|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 116, False: 0]
  ------------------
   79|    116|        return NULL;
   80|    116|    }
   81|      0|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|    116|}
pylifecycle.c:_PyErr_Occurred:
   76|      6|{
   77|      6|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 6, False: 0]
  ------------------
   78|      6|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 6, False: 0]
  ------------------
   79|      6|        return NULL;
   80|      6|    }
   81|      0|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|      6|}
sysmodule.c:_PyErr_Occurred:
   76|     10|{
   77|     10|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 10, False: 0]
  ------------------
   78|     10|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 10, False: 0]
  ------------------
   79|     10|        return NULL;
   80|     10|    }
   81|      0|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|     10|}
abstract.c:_PyErr_Occurred:
   76|    310|{
   77|    310|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 310, False: 0]
  ------------------
   78|    310|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 310, False: 0]
  ------------------
   79|    310|        return NULL;
   80|    310|    }
   81|      0|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|    310|}
genobject.c:_PyErr_ClearExcState:
   85|     12|{
   86|       |    Py_CLEAR(exc_state->exc_value);
  ------------------
  |  |  484|     12|    do { \
  |  |  485|     12|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     12|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     12|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     12|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     12|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 12]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
   87|     12|}
genobject.c:_PyErr_Occurred:
   76|     74|{
   77|     74|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 74, False: 0]
  ------------------
   78|     74|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 74, False: 0]
  ------------------
   79|     74|        return NULL;
   80|     74|    }
   81|      0|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|     74|}
methodobject.c:_PyErr_Occurred:
   76|  1.88k|{
   77|  1.88k|    assert(tstate != NULL);
  ------------------
  |  Branch (77:5): [True: 1.88k, False: 0]
  ------------------
   78|  1.88k|    if (tstate->current_exception == NULL) {
  ------------------
  |  Branch (78:9): [True: 1.88k, False: 0]
  ------------------
   79|  1.88k|        return NULL;
   80|  1.88k|    }
   81|      0|    return (PyObject *)Py_TYPE(tstate->current_exception);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|  1.88k|}

hashtable.c:_Py_HashPointerRaw:
   11|      6|{
   12|      6|    uintptr_t x = (uintptr_t)ptr;
   13|      6|    Py_BUILD_ASSERT(sizeof(x) == sizeof(ptr));
  ------------------
  |  |  167|      6|        do { \
  |  |  168|      6|            static_assert((cond), #cond); \
  |  |  169|      6|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 6]
  |  |  ------------------
  ------------------
   14|       |
   15|       |    // Bottom 3 or 4 bits are likely to be 0; rotate x by 4 to the right
   16|       |    // to avoid excessive hash collisions for dicts and sets.
   17|      6|    x = (x >> 4) | (x << (8 * sizeof(uintptr_t) - 4));
   18|       |
   19|       |    Py_BUILD_ASSERT(sizeof(x) == sizeof(Py_hash_t));
  ------------------
  |  |  167|      6|        do { \
  |  |  168|      6|            static_assert((cond), #cond); \
  |  |  169|      6|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 6]
  |  |  ------------------
  ------------------
   20|      6|    return (Py_hash_t)x;
   21|      6|}
pyhash.c:_Py_HashPointerRaw:
   11|    536|{
   12|    536|    uintptr_t x = (uintptr_t)ptr;
   13|    536|    Py_BUILD_ASSERT(sizeof(x) == sizeof(ptr));
  ------------------
  |  |  167|    536|        do { \
  |  |  168|    536|            static_assert((cond), #cond); \
  |  |  169|    536|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 536]
  |  |  ------------------
  ------------------
   14|       |
   15|       |    // Bottom 3 or 4 bits are likely to be 0; rotate x by 4 to the right
   16|       |    // to avoid excessive hash collisions for dicts and sets.
   17|    536|    x = (x >> 4) | (x << (8 * sizeof(uintptr_t) - 4));
   18|       |
   19|       |    Py_BUILD_ASSERT(sizeof(x) == sizeof(Py_hash_t));
  ------------------
  |  |  167|    536|        do { \
  |  |  168|    536|            static_assert((cond), #cond); \
  |  |  169|    536|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 536]
  |  |  ------------------
  ------------------
   20|    536|    return (Py_hash_t)x;
   21|    536|}

object.c:_PyMem_IsPtrFreed:
   54|   113k|{
   55|   113k|    uintptr_t value = (uintptr_t)ptr;
   56|   113k|#if SIZEOF_VOID_P == 8
   57|   113k|    return (value <= 0xff  // NULL, 0x1, 0x2, ..., 0xff
  ------------------
  |  Branch (57:13): [True: 0, False: 113k]
  ------------------
   58|   113k|            || value == (uintptr_t)0xCDCDCDCDCDCDCDCD
  ------------------
  |  Branch (58:16): [True: 0, False: 113k]
  ------------------
   59|   113k|            || value == (uintptr_t)0xDDDDDDDDDDDDDDDD
  ------------------
  |  Branch (59:16): [True: 0, False: 113k]
  ------------------
   60|   113k|            || value == (uintptr_t)0xFDFDFDFDFDFDFDFD
  ------------------
  |  Branch (60:16): [True: 0, False: 113k]
  ------------------
   61|   113k|            || value >= (uintptr_t)0xFFFFFFFFFFFFFF00);  // -0xff, ..., -2, -1
  ------------------
  |  Branch (61:16): [True: 0, False: 113k]
  ------------------
   62|       |#elif SIZEOF_VOID_P == 4
   63|       |    return (value <= 0xff
   64|       |            || value == (uintptr_t)0xCDCDCDCD
   65|       |            || value == (uintptr_t)0xDDDDDDDD
   66|       |            || value == (uintptr_t)0xFDFDFDFD
   67|       |            || value >= (uintptr_t)0xFFFFFF00);
   68|       |#else
   69|       |#  error "unknown pointer size"
   70|       |#endif
   71|   113k|}
flowgraph.c:_PyMem_IsPtrFreed:
   54|      6|{
   55|      6|    uintptr_t value = (uintptr_t)ptr;
   56|      6|#if SIZEOF_VOID_P == 8
   57|      6|    return (value <= 0xff  // NULL, 0x1, 0x2, ..., 0xff
  ------------------
  |  Branch (57:13): [True: 0, False: 6]
  ------------------
   58|      6|            || value == (uintptr_t)0xCDCDCDCDCDCDCDCD
  ------------------
  |  Branch (58:16): [True: 0, False: 6]
  ------------------
   59|      6|            || value == (uintptr_t)0xDDDDDDDDDDDDDDDD
  ------------------
  |  Branch (59:16): [True: 0, False: 6]
  ------------------
   60|      6|            || value == (uintptr_t)0xFDFDFDFDFDFDFDFD
  ------------------
  |  Branch (60:16): [True: 0, False: 6]
  ------------------
   61|      6|            || value >= (uintptr_t)0xFFFFFFFFFFFFFF00);  // -0xff, ..., -2, -1
  ------------------
  |  Branch (61:16): [True: 0, False: 6]
  ------------------
   62|       |#elif SIZEOF_VOID_P == 4
   63|       |    return (value <= 0xff
   64|       |            || value == (uintptr_t)0xCDCDCDCD
   65|       |            || value == (uintptr_t)0xDDDDDDDD
   66|       |            || value == (uintptr_t)0xFDFDFDFD
   67|       |            || value >= (uintptr_t)0xFFFFFF00);
   68|       |#else
   69|       |#  error "unknown pointer size"
   70|       |#endif
   71|      6|}
pystate.c:_PyMem_IsPtrFreed:
   54|  3.18k|{
   55|  3.18k|    uintptr_t value = (uintptr_t)ptr;
   56|  3.18k|#if SIZEOF_VOID_P == 8
   57|  3.18k|    return (value <= 0xff  // NULL, 0x1, 0x2, ..., 0xff
  ------------------
  |  Branch (57:13): [True: 0, False: 3.18k]
  ------------------
   58|  3.18k|            || value == (uintptr_t)0xCDCDCDCDCDCDCDCD
  ------------------
  |  Branch (58:16): [True: 0, False: 3.18k]
  ------------------
   59|  3.18k|            || value == (uintptr_t)0xDDDDDDDDDDDDDDDD
  ------------------
  |  Branch (59:16): [True: 0, False: 3.18k]
  ------------------
   60|  3.18k|            || value == (uintptr_t)0xFDFDFDFDFDFDFDFD
  ------------------
  |  Branch (60:16): [True: 0, False: 3.18k]
  ------------------
   61|  3.18k|            || value >= (uintptr_t)0xFFFFFFFFFFFFFF00);  // -0xff, ..., -2, -1
  ------------------
  |  Branch (61:16): [True: 0, False: 3.18k]
  ------------------
   62|       |#elif SIZEOF_VOID_P == 4
   63|       |    return (value <= 0xff
   64|       |            || value == (uintptr_t)0xCDCDCDCD
   65|       |            || value == (uintptr_t)0xDDDDDDDD
   66|       |            || value == (uintptr_t)0xFDFDFDFD
   67|       |            || value >= (uintptr_t)0xFFFFFF00);
   68|       |#else
   69|       |#  error "unknown pointer size"
   70|       |#endif
   71|  3.18k|}

bytesobject.c:_PyInterpreterState_GET:
  207|     34|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     34|#if !defined(Py_BUILD_CORE_MODULE)
  213|     34|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     34|}
call.c:_PyThreadState_GET:
  117|  14.3k|{
  118|  14.3k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  14.3k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  14.3k|}
call.c:_Py_get_machine_stack_pointer:
  318|  1.75k|_Py_get_machine_stack_pointer(void) {
  319|  1.75k|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|  1.75k|    return (uintptr_t)__builtin_frame_address(0);
  321|       |#elif defined(_MSC_VER)
  322|       |    return (uintptr_t)_AddressOfReturnAddress();
  323|       |#else
  324|       |    char here;
  325|       |    /* Avoid compiler warning about returning stack address */
  326|       |    return return_pointer_as_int(&here);
  327|       |#endif
  328|  1.75k|}
exceptions.c:_PyInterpreterState_GET:
  207|    233|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    233|#if !defined(Py_BUILD_CORE_MODULE)
  213|    233|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    233|}
genericaliasobject.c:_PyInterpreterState_GET:
  207|      4|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|      4|#if !defined(Py_BUILD_CORE_MODULE)
  213|      4|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|      4|}
floatobject.c:_PyInterpreterState_GET:
  207|    415|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    415|#if !defined(Py_BUILD_CORE_MODULE)
  213|    415|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    415|}
funcobject.c:_PyInterpreterState_GET:
  207|  8.39k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  8.39k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  8.39k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  8.39k|}
listobject.c:_PyInterpreterState_GET:
  207|  4.44k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  4.44k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  4.44k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  4.44k|}
longobject.c:_PyInterpreterState_GET:
  207|  1.32k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  1.32k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  1.32k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  1.32k|}
dictobject.c:_PyInterpreterState_GET:
  207|  18.5k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  18.5k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  18.5k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  18.5k|}
dictobject.c:_PyThreadState_GET:
  117|    144|{
  118|    144|#if !defined(Py_BUILD_CORE_MODULE)
  119|    144|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    144|}
memoryobject.c:_PyInterpreterState_GET:
  207|     78|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     78|#if !defined(Py_BUILD_CORE_MODULE)
  213|     78|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     78|}
moduleobject.c:_PyInterpreterState_GET:
  207|     30|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     30|#if !defined(Py_BUILD_CORE_MODULE)
  213|     30|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     30|}
object.c:_PyThreadState_GET:
  117|  55.5k|{
  118|  55.5k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  55.5k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  55.5k|}
object.c:_Py_get_machine_stack_pointer:
  318|  41.3k|_Py_get_machine_stack_pointer(void) {
  319|  41.3k|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|  41.3k|    return (uintptr_t)__builtin_frame_address(0);
  321|       |#elif defined(_MSC_VER)
  322|       |    return (uintptr_t)_AddressOfReturnAddress();
  323|       |#else
  324|       |    char here;
  325|       |    /* Avoid compiler warning about returning stack address */
  326|       |    return return_pointer_as_int(&here);
  327|       |#endif
  328|  41.3k|}
object.c:_PyInterpreterState_GET:
  207|    826|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    826|#if !defined(Py_BUILD_CORE_MODULE)
  213|    826|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    826|}
object.c:_Py_RecursionLimit_GetMargin:
  332|  32.2k|{
  333|  32.2k|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  334|  32.2k|    assert(_tstate->c_stack_hard_limit != 0);
  ------------------
  |  Branch (334:5): [True: 32.2k, False: 0]
  ------------------
  335|  32.2k|    intptr_t here_addr = _Py_get_machine_stack_pointer();
  336|  32.2k|#if _Py_STACK_GROWS_DOWN
  337|  32.2k|    return Py_ARITHMETIC_RIGHT_SHIFT(intptr_t, here_addr - (intptr_t)_tstate->c_stack_soft_limit, _PyOS_STACK_MARGIN_SHIFT);
  ------------------
  |  |  226|  32.2k|#define Py_ARITHMETIC_RIGHT_SHIFT(TYPE, I, J) ((I) >> (J))
  ------------------
  338|       |#else
  339|       |    return Py_ARITHMETIC_RIGHT_SHIFT(intptr_t, (intptr_t)_tstate->c_stack_soft_limit - here_addr, _PyOS_STACK_MARGIN_SHIFT);
  340|       |#endif
  341|  32.2k|}
object.c:_Py_AssertHoldsTstateFunc:
  302|     33|{
  303|     33|    PyThreadState *tstate = _PyThreadState_GET();
  304|     33|    _Py_EnsureFuncTstateNotNULL(func, tstate);
  305|     33|}
object.c:_Py_EnsureFuncTstateNotNULL:
  177|     33|{
  178|     33|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 33]
  ------------------
  179|      0|#ifndef Py_GIL_DISABLED
  180|      0|        _Py_FatalErrorFunc(func,
  181|      0|            "the function must be called with the GIL held, "
  182|      0|            "after Python initialization and before Python finalization, "
  183|      0|            "but the GIL is released (the current Python thread state is NULL)");
  184|       |#else
  185|       |        _Py_FatalErrorFunc(func,
  186|       |            "the function must be called with an active thread state, "
  187|       |            "after Python initialization and before Python finalization, "
  188|       |            "but it was called without an active thread state. "
  189|       |            "Are you trying to call the C API inside of a Py_BEGIN_ALLOW_THREADS block?");
  190|       |#endif
  191|      0|    }
  192|     33|}
obmalloc.c:_PyInterpreterState_GET:
  207|  96.9k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  96.9k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  96.9k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  96.9k|}
obmalloc.c:_Py_IsMainInterpreter:
   61|      2|{
   62|      2|    return (interp == _PyInterpreterState_Main());
   63|      2|}
rangeobject.c:_PyInterpreterState_GET:
  207|    316|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    316|#if !defined(Py_BUILD_CORE_MODULE)
  213|    316|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    316|}
sentinelobject.c:_PyInterpreterState_GET:
  207|      1|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|      1|#if !defined(Py_BUILD_CORE_MODULE)
  213|      1|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|      1|}
sentinelobject.c:_PyThreadState_GET:
  117|      1|{
  118|      1|#if !defined(Py_BUILD_CORE_MODULE)
  119|      1|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|      1|}
setobject.c:_PyInterpreterState_GET:
  207|    228|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    228|#if !defined(Py_BUILD_CORE_MODULE)
  213|    228|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    228|}
sliceobject.c:_PyInterpreterState_GET:
  207|    456|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    456|#if !defined(Py_BUILD_CORE_MODULE)
  213|    456|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    456|}
tupleobject.c:_PyInterpreterState_GET:
  207|  31.6k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  31.6k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  31.6k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  31.6k|}
typeobject.c:_PyInterpreterState_GET:
  207|  88.0k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  88.0k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  88.0k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  88.0k|}
typeobject.c:_PyThreadState_GET:
  117|  31.5k|{
  118|  31.5k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  31.5k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  31.5k|}
typeobject.c:_Py_IsMainInterpreter:
   61|    404|{
   62|    404|    return (interp == _PyInterpreterState_Main());
   63|    404|}
unicodeobject.c:_PyInterpreterState_GET:
  207|  6.81k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  6.81k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  6.81k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  6.81k|}
unicodeobject.c:_Py_IsMainInterpreter:
   61|      6|{
   62|      6|    return (interp == _PyInterpreterState_Main());
   63|      6|}
unionobject.c:_PyInterpreterState_GET:
  207|      2|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|      2|#if !defined(Py_BUILD_CORE_MODULE)
  213|      2|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|      2|}
weakrefobject.c:_PyInterpreterState_GET:
  207|    573|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    573|#if !defined(Py_BUILD_CORE_MODULE)
  213|    573|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    573|}
_warnings.c:_PyInterpreterState_GET:
  207|      2|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|      2|#if !defined(Py_BUILD_CORE_MODULE)
  213|      2|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|      2|}
bltinmodule.c:_PyThreadState_GET:
  117|    268|{
  118|    268|#if !defined(Py_BUILD_CORE_MODULE)
  119|    268|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    268|}
ceval.c:_Py_get_machine_stack_pointer:
  318|  3.97k|_Py_get_machine_stack_pointer(void) {
  319|  3.97k|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|  3.97k|    return (uintptr_t)__builtin_frame_address(0);
  321|       |#elif defined(_MSC_VER)
  322|       |    return (uintptr_t)_AddressOfReturnAddress();
  323|       |#else
  324|       |    char here;
  325|       |    /* Avoid compiler warning about returning stack address */
  326|       |    return return_pointer_as_int(&here);
  327|       |#endif
  328|  3.97k|}
ceval.c:_PyThreadState_GET:
  117|    805|{
  118|    805|#if !defined(Py_BUILD_CORE_MODULE)
  119|    805|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    805|}
ceval.c:_Py_EnsureFuncTstateNotNULL:
  177|  1.76k|{
  178|  1.76k|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 1.76k]
  ------------------
  179|      0|#ifndef Py_GIL_DISABLED
  180|      0|        _Py_FatalErrorFunc(func,
  181|      0|            "the function must be called with the GIL held, "
  182|      0|            "after Python initialization and before Python finalization, "
  183|      0|            "but the GIL is released (the current Python thread state is NULL)");
  184|       |#else
  185|       |        _Py_FatalErrorFunc(func,
  186|       |            "the function must be called with an active thread state, "
  187|       |            "after Python initialization and before Python finalization, "
  188|       |            "but it was called without an active thread state. "
  189|       |            "Are you trying to call the C API inside of a Py_BEGIN_ALLOW_THREADS block?");
  190|       |#endif
  191|      0|    }
  192|  1.76k|}
codecs.c:_PyInterpreterState_GET:
  207|     26|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     26|#if !defined(Py_BUILD_CORE_MODULE)
  213|     26|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     26|}
errors.c:_PyThreadState_GET:
  117|  90.5k|{
  118|  90.5k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  90.5k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  90.5k|}
errors.c:_Py_AssertHoldsTstateFunc:
  302|  43.9k|{
  303|  43.9k|    PyThreadState *tstate = _PyThreadState_GET();
  304|  43.9k|    _Py_EnsureFuncTstateNotNULL(func, tstate);
  305|  43.9k|}
errors.c:_Py_EnsureFuncTstateNotNULL:
  177|  43.9k|{
  178|  43.9k|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 43.9k]
  ------------------
  179|      0|#ifndef Py_GIL_DISABLED
  180|      0|        _Py_FatalErrorFunc(func,
  181|      0|            "the function must be called with the GIL held, "
  182|      0|            "after Python initialization and before Python finalization, "
  183|      0|            "but the GIL is released (the current Python thread state is NULL)");
  184|       |#else
  185|       |        _Py_FatalErrorFunc(func,
  186|       |            "the function must be called with an active thread state, "
  187|       |            "after Python initialization and before Python finalization, "
  188|       |            "but it was called without an active thread state. "
  189|       |            "Are you trying to call the C API inside of a Py_BEGIN_ALLOW_THREADS block?");
  190|       |#endif
  191|      0|    }
  192|  43.9k|}
frame.c:_PyThreadState_GET:
  117|  7.45k|{
  118|  7.45k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  7.45k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  7.45k|}
frame.c:_PyInterpreterState_GET:
  207|     59|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     59|#if !defined(Py_BUILD_CORE_MODULE)
  213|     59|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     59|}
gc.c:_PyInterpreterState_GET:
  207|  15.3k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  15.3k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  15.3k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  15.3k|}
gc.c:_PyThreadState_GET:
  117|  36.4k|{
  118|  36.4k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  36.4k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  36.4k|}
ceval_gil.c:_PyThreadState_GET:
  117|    794|{
  118|    794|#if !defined(Py_BUILD_CORE_MODULE)
  119|    794|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    794|}
ceval_gil.c:_Py_EnsureFuncTstateNotNULL:
  177|  1.59k|{
  178|  1.59k|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 1.59k]
  ------------------
  179|      0|#ifndef Py_GIL_DISABLED
  180|      0|        _Py_FatalErrorFunc(func,
  181|      0|            "the function must be called with the GIL held, "
  182|      0|            "after Python initialization and before Python finalization, "
  183|      0|            "but the GIL is released (the current Python thread state is NULL)");
  184|       |#else
  185|       |        _Py_FatalErrorFunc(func,
  186|       |            "the function must be called with an active thread state, "
  187|       |            "after Python initialization and before Python finalization, "
  188|       |            "but it was called without an active thread state. "
  189|       |            "Are you trying to call the C API inside of a Py_BEGIN_ALLOW_THREADS block?");
  190|       |#endif
  191|      0|    }
  192|  1.59k|}
import.c:_PyThreadState_GET:
  117|    361|{
  118|    361|#if !defined(Py_BUILD_CORE_MODULE)
  119|    361|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    361|}
import.c:_PyInterpreterState_GET:
  207|    800|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    800|#if !defined(Py_BUILD_CORE_MODULE)
  213|    800|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    800|}
import.c:_Py_IsMainInterpreter:
   61|     34|{
   62|     34|    return (interp == _PyInterpreterState_Main());
   63|     34|}
marshal.c:_PyInterpreterState_GET:
  207|  10.5k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  10.5k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  10.5k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  10.5k|}
pylifecycle.c:_Py_IsMainInterpreter:
   61|      8|{
   62|      8|    return (interp == _PyInterpreterState_Main());
   63|      8|}
pystate.c:_Py_EnsureFuncTstateNotNULL:
  177|  4.25k|{
  178|  4.25k|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 4.25k]
  ------------------
  179|      0|#ifndef Py_GIL_DISABLED
  180|      0|        _Py_FatalErrorFunc(func,
  181|      0|            "the function must be called with the GIL held, "
  182|      0|            "after Python initialization and before Python finalization, "
  183|      0|            "but the GIL is released (the current Python thread state is NULL)");
  184|       |#else
  185|       |        _Py_FatalErrorFunc(func,
  186|       |            "the function must be called with an active thread state, "
  187|       |            "after Python initialization and before Python finalization, "
  188|       |            "but it was called without an active thread state. "
  189|       |            "Are you trying to call the C API inside of a Py_BEGIN_ALLOW_THREADS block?");
  190|       |#endif
  191|      0|    }
  192|  4.25k|}
pystate.c:_Py_IsMainInterpreter:
   61|      4|{
   62|      4|    return (interp == _PyInterpreterState_Main());
   63|      4|}
pythonrun.c:_PyThreadState_GET:
  117|      1|{
  118|      1|#if !defined(Py_BUILD_CORE_MODULE)
  119|      1|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|      1|}
specialize.c:_PyThreadState_GET:
  117|  2.16k|{
  118|  2.16k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  2.16k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  2.16k|}
specialize.c:_PyInterpreterState_GET:
  207|  1.61k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  1.61k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  1.61k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  1.61k|}
symtable.c:_PyThreadState_GET:
  117|      1|{
  118|      1|#if !defined(Py_BUILD_CORE_MODULE)
  119|      1|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|      1|}
sysmodule.c:_PyThreadState_GET:
  117|    345|{
  118|    345|#if !defined(Py_BUILD_CORE_MODULE)
  119|    345|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    345|}
sysmodule.c:_PyInterpreterState_GET:
  207|     27|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     27|#if !defined(Py_BUILD_CORE_MODULE)
  213|     27|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     27|}
sysmodule.c:_Py_EnsureFuncTstateNotNULL:
  177|     67|{
  178|     67|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 67]
  ------------------
  179|      0|#ifndef Py_GIL_DISABLED
  180|      0|        _Py_FatalErrorFunc(func,
  181|      0|            "the function must be called with the GIL held, "
  182|      0|            "after Python initialization and before Python finalization, "
  183|      0|            "but the GIL is released (the current Python thread state is NULL)");
  184|       |#else
  185|       |        _Py_FatalErrorFunc(func,
  186|       |            "the function must be called with an active thread state, "
  187|       |            "after Python initialization and before Python finalization, "
  188|       |            "but it was called without an active thread state. "
  189|       |            "Are you trying to call the C API inside of a Py_BEGIN_ALLOW_THREADS block?");
  190|       |#endif
  191|      0|    }
  192|     67|}
thread.c:_PyInterpreterState_GET:
  207|      2|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|      2|#if !defined(Py_BUILD_CORE_MODULE)
  213|      2|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|      2|}
dtoa.c:_PyInterpreterState_GET:
  207|     16|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     16|#if !defined(Py_BUILD_CORE_MODULE)
  213|     16|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     16|}
fileutils.c:_Py_AssertHoldsTstateFunc:
  302|     26|{
  303|     26|    PyThreadState *tstate = _PyThreadState_GET();
  304|     26|    _Py_EnsureFuncTstateNotNULL(func, tstate);
  305|     26|}
fileutils.c:_PyThreadState_GET:
  117|     26|{
  118|     26|#if !defined(Py_BUILD_CORE_MODULE)
  119|     26|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|     26|}
fileutils.c:_Py_EnsureFuncTstateNotNULL:
  177|     26|{
  178|     26|    if (tstate == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 26]
  ------------------
  179|      0|#ifndef Py_GIL_DISABLED
  180|      0|        _Py_FatalErrorFunc(func,
  181|      0|            "the function must be called with the GIL held, "
  182|      0|            "after Python initialization and before Python finalization, "
  183|      0|            "but the GIL is released (the current Python thread state is NULL)");
  184|       |#else
  185|       |        _Py_FatalErrorFunc(func,
  186|       |            "the function must be called with an active thread state, "
  187|       |            "after Python initialization and before Python finalization, "
  188|       |            "but it was called without an active thread state. "
  189|       |            "Are you trying to call the C API inside of a Py_BEGIN_ALLOW_THREADS block?");
  190|       |#endif
  191|      0|    }
  192|     26|}
signalmodule.c:_Py_IsMainInterpreter:
   61|  1.92k|{
   62|  1.92k|    return (interp == _PyInterpreterState_Main());
   63|  1.92k|}
signalmodule.c:_PyThreadState_GET:
  117|  1.92k|{
  118|  1.92k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  1.92k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  1.92k|}
signalmodule.c:_Py_ThreadCanHandleSignals:
   84|  1.92k|{
   85|  1.92k|    return (_Py_IsMainThread() && _Py_IsMainInterpreter(interp));
  ------------------
  |  Branch (85:13): [True: 1.92k, False: 0]
  |  Branch (85:35): [True: 1.92k, False: 0]
  ------------------
   86|  1.92k|}
fileio.c:_PyInterpreterState_GET:
  207|     13|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     13|#if !defined(Py_BUILD_CORE_MODULE)
  213|     13|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     13|}
bufferedio.c:_PyInterpreterState_GET:
  207|     13|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     13|#if !defined(Py_BUILD_CORE_MODULE)
  213|     13|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     13|}
bufferedio.c:_PyThreadState_GET:
  117|     13|{
  118|     13|#if !defined(Py_BUILD_CORE_MODULE)
  119|     13|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|     13|}
textio.c:_PyInterpreterState_GET:
  207|      6|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|      6|#if !defined(Py_BUILD_CORE_MODULE)
  213|      6|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|      6|}
_functoolsmodule.c:_PyThreadState_GET:
  117|      1|{
  118|      1|#if !defined(Py_BUILD_CORE_MODULE)
  119|      1|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|      1|}
getpath.c:_PyThreadState_GET:
  117|      2|{
  118|      2|#if !defined(Py_BUILD_CORE_MODULE)
  119|      2|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|      2|}
abstract.c:_PyThreadState_GET:
  117|  1.57k|{
  118|  1.57k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  1.57k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  1.57k|}
abstract.c:_Py_get_machine_stack_pointer:
  318|    214|_Py_get_machine_stack_pointer(void) {
  319|    214|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|    214|    return (uintptr_t)__builtin_frame_address(0);
  321|       |#elif defined(_MSC_VER)
  322|       |    return (uintptr_t)_AddressOfReturnAddress();
  323|       |#else
  324|       |    char here;
  325|       |    /* Avoid compiler warning about returning stack address */
  326|       |    return return_pointer_as_int(&here);
  327|       |#endif
  328|    214|}
bytearrayobject.c:_PyInterpreterState_GET:
  207|      4|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|      4|#if !defined(Py_BUILD_CORE_MODULE)
  213|      4|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|      4|}
cellobject.c:_PyInterpreterState_GET:
  207|    529|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    529|#if !defined(Py_BUILD_CORE_MODULE)
  213|    529|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    529|}
classobject.c:_PyInterpreterState_GET:
  207|  2.83k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  2.83k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  2.83k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  2.83k|}
classobject.c:_PyThreadState_GET:
  117|    155|{
  118|    155|#if !defined(Py_BUILD_CORE_MODULE)
  119|    155|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    155|}
codeobject.c:_PyInterpreterState_GET:
  207|  12.1k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  12.1k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  12.1k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  12.1k|}
descrobject.c:_PyInterpreterState_GET:
  207|    926|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    926|#if !defined(Py_BUILD_CORE_MODULE)
  213|    926|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    926|}
descrobject.c:_PyThreadState_GET:
  117|  1.10k|{
  118|  1.10k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  1.10k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  1.10k|}
descrobject.c:_Py_get_machine_stack_pointer:
  318|  1.10k|_Py_get_machine_stack_pointer(void) {
  319|  1.10k|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|  1.10k|    return (uintptr_t)__builtin_frame_address(0);
  321|       |#elif defined(_MSC_VER)
  322|       |    return (uintptr_t)_AddressOfReturnAddress();
  323|       |#else
  324|       |    char here;
  325|       |    /* Avoid compiler warning about returning stack address */
  326|       |    return return_pointer_as_int(&here);
  327|       |#endif
  328|  1.10k|}
enumobject.c:_PyInterpreterState_GET:
  207|      4|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|      4|#if !defined(Py_BUILD_CORE_MODULE)
  213|      4|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|      4|}
enumobject.c:_PyThreadState_GET:
  117|     10|{
  118|     10|#if !defined(Py_BUILD_CORE_MODULE)
  119|     10|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|     10|}
genobject.c:_PyInterpreterState_GET:
  207|    268|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|    268|#if !defined(Py_BUILD_CORE_MODULE)
  213|    268|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|    268|}
genobject.c:_PyThreadState_GET:
  117|    128|{
  118|    128|#if !defined(Py_BUILD_CORE_MODULE)
  119|    128|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|    128|}
frameobject.c:_PyInterpreterState_GET:
  207|     59|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     59|#if !defined(Py_BUILD_CORE_MODULE)
  213|     59|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     59|}
iterobject.c:_PyInterpreterState_GET:
  207|     44|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     44|#if !defined(Py_BUILD_CORE_MODULE)
  213|     44|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     44|}
lazyimportobject.c:_PyInterpreterState_GET:
  207|     14|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     14|#if !defined(Py_BUILD_CORE_MODULE)
  213|     14|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     14|}
methodobject.c:_PyInterpreterState_GET:
  207|  6.75k|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|  6.75k|#if !defined(Py_BUILD_CORE_MODULE)
  213|  6.75k|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|  6.75k|}
methodobject.c:_PyThreadState_GET:
  117|  3.06k|{
  118|  3.06k|#if !defined(Py_BUILD_CORE_MODULE)
  119|  3.06k|    return _Py_tss_tstate;
  120|       |#else
  121|       |    return _PyThreadState_GetCurrent();
  122|       |#endif
  123|  3.06k|}
methodobject.c:_Py_get_machine_stack_pointer:
  318|  2.96k|_Py_get_machine_stack_pointer(void) {
  319|  2.96k|#if _Py__has_builtin(__builtin_frame_address) || defined(__GNUC__)
  320|  2.96k|    return (uintptr_t)__builtin_frame_address(0);
  321|       |#elif defined(_MSC_VER)
  322|       |    return (uintptr_t)_AddressOfReturnAddress();
  323|       |#else
  324|       |    char here;
  325|       |    /* Avoid compiler warning about returning stack address */
  326|       |    return return_pointer_as_int(&here);
  327|       |#endif
  328|  2.96k|}
crossinterp.c:_Py_IsMainInterpreter:
   61|      2|{
   62|      2|    return (interp == _PyInterpreterState_Main());
   63|      2|}
pegen.c:_PyInterpreterState_GET:
  207|     54|static inline PyInterpreterState* _PyInterpreterState_GET(void) {
  208|       |#ifdef Py_DEBUG
  209|       |    PyThreadState *tstate = _PyThreadState_GET();
  210|       |    _Py_EnsureTstateNotNULL(tstate);
  211|       |#endif
  212|     54|#if !defined(Py_BUILD_CORE_MODULE)
  213|     54|    return _Py_tss_interp;
  214|       |#else
  215|       |    return _PyThreadState_GET()->interp;
  216|       |#endif
  217|     54|}

pylifecycle.c:_PyRuntimeState_GetCoreInitialized:
   63|      4|_PyRuntimeState_GetCoreInitialized(_PyRuntimeState *runtime) {
   64|      4|    return _Py_atomic_load_int(&runtime->core_initialized);
   65|      4|}
pylifecycle.c:_PyRuntimeState_GetInitialized:
   73|  2.24k|_PyRuntimeState_GetInitialized(_PyRuntimeState *runtime) {
   74|  2.24k|    return _Py_atomic_load_int(&runtime->initialized);
   75|  2.24k|}
pylifecycle.c:_PyRuntimeState_SetFinalizing:
   46|      2|_PyRuntimeState_SetFinalizing(_PyRuntimeState *runtime, PyThreadState *tstate) {
   47|      2|    _Py_atomic_store_ptr_relaxed(&runtime->_finalizing, tstate);
   48|      2|    if (tstate == NULL) {
  ------------------
  |  Branch (48:9): [True: 2, False: 0]
  ------------------
   49|      2|        _Py_atomic_store_ulong_relaxed(&runtime->_finalizing_id, 0);
  ------------------
  |  |  619|      2|    _Py_atomic_store_uint64_relaxed((uint64_t *)p, v)
  ------------------
   50|      2|    }
   51|      0|    else {
   52|       |        // XXX Re-enable this assert once gh-109860 is fixed.
   53|       |        //assert(tstate->thread_id == PyThread_get_thread_ident());
   54|      0|        _Py_atomic_store_ulong_relaxed(&runtime->_finalizing_id,
  ------------------
  |  |  619|      0|    _Py_atomic_store_uint64_relaxed((uint64_t *)p, v)
  ------------------
   55|      0|                                       tstate->thread_id);
   56|      0|    }
   57|      2|}
pylifecycle.c:_PyRuntimeState_SetCoreInitialized:
   68|      2|_PyRuntimeState_SetCoreInitialized(_PyRuntimeState *runtime, int initialized) {
   69|      2|    _Py_atomic_store_int(&runtime->core_initialized, initialized);
   70|      2|}
pylifecycle.c:_PyRuntimeState_SetInitialized:
   78|      2|_PyRuntimeState_SetInitialized(_PyRuntimeState *runtime, int initialized) {
   79|      2|    _Py_atomic_store_int(&runtime->initialized, initialized);
   80|      2|}
pystate.c:_PyRuntimeState_GetCoreInitialized:
   63|      2|_PyRuntimeState_GetCoreInitialized(_PyRuntimeState *runtime) {
   64|      2|    return _Py_atomic_load_int(&runtime->core_initialized);
   65|      2|}
pystate.c:_PyRuntimeState_GetInitialized:
   73|      2|_PyRuntimeState_GetInitialized(_PyRuntimeState *runtime) {
   74|      2|    return _Py_atomic_load_int(&runtime->initialized);
   75|      2|}

typeobject.c:_PySlot_heaptype_apply_field_slot:
  381|    761|{
  382|    761|    switch (slot.sl_id) {
  ------------------
  |  Branch (382:13): [True: 760, False: 1]
  ------------------
  383|      1|        case Py_mp_subscript:
  ------------------
  |  |   13|      1|#define Py_mp_subscript 5
  ------------------
  |  Branch (383:9): [True: 1, False: 760]
  ------------------
  384|      1|            ht->as_mapping.mp_subscript = (binaryfunc)slot.sl_func;
  385|      1|            break;
  386|      0|        case Py_nb_absolute:
  ------------------
  |  |   14|      0|#define Py_nb_absolute 6
  ------------------
  |  Branch (386:9): [True: 0, False: 761]
  ------------------
  387|      0|            ht->as_number.nb_absolute = (unaryfunc)slot.sl_func;
  388|      0|            break;
  389|      0|        case Py_nb_add:
  ------------------
  |  |   15|      0|#define Py_nb_add 7
  ------------------
  |  Branch (389:9): [True: 0, False: 761]
  ------------------
  390|      0|            ht->as_number.nb_add = (binaryfunc)slot.sl_func;
  391|      0|            break;
  392|      0|        case Py_nb_and:
  ------------------
  |  |   16|      0|#define Py_nb_and 8
  ------------------
  |  Branch (392:9): [True: 0, False: 761]
  ------------------
  393|      0|            ht->as_number.nb_and = (binaryfunc)slot.sl_func;
  394|      0|            break;
  395|      0|        case Py_nb_bool:
  ------------------
  |  |   17|      0|#define Py_nb_bool 9
  ------------------
  |  Branch (395:9): [True: 0, False: 761]
  ------------------
  396|      0|            ht->as_number.nb_bool = (inquiry)slot.sl_func;
  397|      0|            break;
  398|      0|        case Py_nb_divmod:
  ------------------
  |  |   18|      0|#define Py_nb_divmod 10
  ------------------
  |  Branch (398:9): [True: 0, False: 761]
  ------------------
  399|      0|            ht->as_number.nb_divmod = (binaryfunc)slot.sl_func;
  400|      0|            break;
  401|      0|        case Py_nb_float:
  ------------------
  |  |   19|      0|#define Py_nb_float 11
  ------------------
  |  Branch (401:9): [True: 0, False: 761]
  ------------------
  402|      0|            ht->as_number.nb_float = (unaryfunc)slot.sl_func;
  403|      0|            break;
  404|      0|        case Py_nb_floor_divide:
  ------------------
  |  |   20|      0|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (404:9): [True: 0, False: 761]
  ------------------
  405|      0|            ht->as_number.nb_floor_divide = (binaryfunc)slot.sl_func;
  406|      0|            break;
  407|      0|        case Py_nb_index:
  ------------------
  |  |   21|      0|#define Py_nb_index 13
  ------------------
  |  Branch (407:9): [True: 0, False: 761]
  ------------------
  408|      0|            ht->as_number.nb_index = (unaryfunc)slot.sl_func;
  409|      0|            break;
  410|      0|        case Py_nb_inplace_add:
  ------------------
  |  |   22|      0|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (410:9): [True: 0, False: 761]
  ------------------
  411|      0|            ht->as_number.nb_inplace_add = (binaryfunc)slot.sl_func;
  412|      0|            break;
  413|      0|        case Py_nb_inplace_and:
  ------------------
  |  |   23|      0|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (413:9): [True: 0, False: 761]
  ------------------
  414|      0|            ht->as_number.nb_inplace_and = (binaryfunc)slot.sl_func;
  415|      0|            break;
  416|      0|        case Py_nb_inplace_floor_divide:
  ------------------
  |  |   24|      0|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (416:9): [True: 0, False: 761]
  ------------------
  417|      0|            ht->as_number.nb_inplace_floor_divide = (binaryfunc)slot.sl_func;
  418|      0|            break;
  419|      0|        case Py_nb_inplace_lshift:
  ------------------
  |  |   25|      0|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (419:9): [True: 0, False: 761]
  ------------------
  420|      0|            ht->as_number.nb_inplace_lshift = (binaryfunc)slot.sl_func;
  421|      0|            break;
  422|      0|        case Py_nb_inplace_multiply:
  ------------------
  |  |   26|      0|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (422:9): [True: 0, False: 761]
  ------------------
  423|      0|            ht->as_number.nb_inplace_multiply = (binaryfunc)slot.sl_func;
  424|      0|            break;
  425|      0|        case Py_nb_inplace_or:
  ------------------
  |  |   27|      0|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (425:9): [True: 0, False: 761]
  ------------------
  426|      0|            ht->as_number.nb_inplace_or = (binaryfunc)slot.sl_func;
  427|      0|            break;
  428|      0|        case Py_nb_inplace_power:
  ------------------
  |  |   28|      0|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (428:9): [True: 0, False: 761]
  ------------------
  429|      0|            ht->as_number.nb_inplace_power = (ternaryfunc)slot.sl_func;
  430|      0|            break;
  431|      0|        case Py_nb_inplace_remainder:
  ------------------
  |  |   29|      0|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (431:9): [True: 0, False: 761]
  ------------------
  432|      0|            ht->as_number.nb_inplace_remainder = (binaryfunc)slot.sl_func;
  433|      0|            break;
  434|      0|        case Py_nb_inplace_rshift:
  ------------------
  |  |   30|      0|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (434:9): [True: 0, False: 761]
  ------------------
  435|      0|            ht->as_number.nb_inplace_rshift = (binaryfunc)slot.sl_func;
  436|      0|            break;
  437|      0|        case Py_nb_inplace_subtract:
  ------------------
  |  |   31|      0|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (437:9): [True: 0, False: 761]
  ------------------
  438|      0|            ht->as_number.nb_inplace_subtract = (binaryfunc)slot.sl_func;
  439|      0|            break;
  440|      0|        case Py_nb_inplace_true_divide:
  ------------------
  |  |   32|      0|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (440:9): [True: 0, False: 761]
  ------------------
  441|      0|            ht->as_number.nb_inplace_true_divide = (binaryfunc)slot.sl_func;
  442|      0|            break;
  443|      0|        case Py_nb_inplace_xor:
  ------------------
  |  |   33|      0|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (443:9): [True: 0, False: 761]
  ------------------
  444|      0|            ht->as_number.nb_inplace_xor = (binaryfunc)slot.sl_func;
  445|      0|            break;
  446|      0|        case Py_nb_int:
  ------------------
  |  |   34|      0|#define Py_nb_int 26
  ------------------
  |  Branch (446:9): [True: 0, False: 761]
  ------------------
  447|      0|            ht->as_number.nb_int = (unaryfunc)slot.sl_func;
  448|      0|            break;
  449|      0|        case Py_nb_invert:
  ------------------
  |  |   35|      0|#define Py_nb_invert 27
  ------------------
  |  Branch (449:9): [True: 0, False: 761]
  ------------------
  450|      0|            ht->as_number.nb_invert = (unaryfunc)slot.sl_func;
  451|      0|            break;
  452|      0|        case Py_nb_lshift:
  ------------------
  |  |   36|      0|#define Py_nb_lshift 28
  ------------------
  |  Branch (452:9): [True: 0, False: 761]
  ------------------
  453|      0|            ht->as_number.nb_lshift = (binaryfunc)slot.sl_func;
  454|      0|            break;
  455|      0|        case Py_nb_multiply:
  ------------------
  |  |   37|      0|#define Py_nb_multiply 29
  ------------------
  |  Branch (455:9): [True: 0, False: 761]
  ------------------
  456|      0|            ht->as_number.nb_multiply = (binaryfunc)slot.sl_func;
  457|      0|            break;
  458|      0|        case Py_nb_negative:
  ------------------
  |  |   38|      0|#define Py_nb_negative 30
  ------------------
  |  Branch (458:9): [True: 0, False: 761]
  ------------------
  459|      0|            ht->as_number.nb_negative = (unaryfunc)slot.sl_func;
  460|      0|            break;
  461|      5|        case Py_nb_or:
  ------------------
  |  |   39|      5|#define Py_nb_or 31
  ------------------
  |  Branch (461:9): [True: 5, False: 756]
  ------------------
  462|      5|            ht->as_number.nb_or = (binaryfunc)slot.sl_func;
  463|      5|            break;
  464|      0|        case Py_nb_positive:
  ------------------
  |  |   40|      0|#define Py_nb_positive 32
  ------------------
  |  Branch (464:9): [True: 0, False: 761]
  ------------------
  465|      0|            ht->as_number.nb_positive = (unaryfunc)slot.sl_func;
  466|      0|            break;
  467|      0|        case Py_nb_power:
  ------------------
  |  |   41|      0|#define Py_nb_power 33
  ------------------
  |  Branch (467:9): [True: 0, False: 761]
  ------------------
  468|      0|            ht->as_number.nb_power = (ternaryfunc)slot.sl_func;
  469|      0|            break;
  470|      0|        case Py_nb_remainder:
  ------------------
  |  |   42|      0|#define Py_nb_remainder 34
  ------------------
  |  Branch (470:9): [True: 0, False: 761]
  ------------------
  471|      0|            ht->as_number.nb_remainder = (binaryfunc)slot.sl_func;
  472|      0|            break;
  473|      0|        case Py_nb_rshift:
  ------------------
  |  |   43|      0|#define Py_nb_rshift 35
  ------------------
  |  Branch (473:9): [True: 0, False: 761]
  ------------------
  474|      0|            ht->as_number.nb_rshift = (binaryfunc)slot.sl_func;
  475|      0|            break;
  476|      0|        case Py_nb_subtract:
  ------------------
  |  |   44|      0|#define Py_nb_subtract 36
  ------------------
  |  Branch (476:9): [True: 0, False: 761]
  ------------------
  477|      0|            ht->as_number.nb_subtract = (binaryfunc)slot.sl_func;
  478|      0|            break;
  479|      0|        case Py_nb_true_divide:
  ------------------
  |  |   45|      0|#define Py_nb_true_divide 37
  ------------------
  |  Branch (479:9): [True: 0, False: 761]
  ------------------
  480|      0|            ht->as_number.nb_true_divide = (binaryfunc)slot.sl_func;
  481|      0|            break;
  482|      0|        case Py_nb_xor:
  ------------------
  |  |   46|      0|#define Py_nb_xor 38
  ------------------
  |  Branch (482:9): [True: 0, False: 761]
  ------------------
  483|      0|            ht->as_number.nb_xor = (binaryfunc)slot.sl_func;
  484|      0|            break;
  485|      1|        case Py_sq_ass_item:
  ------------------
  |  |   47|      1|#define Py_sq_ass_item 39
  ------------------
  |  Branch (485:9): [True: 1, False: 760]
  ------------------
  486|      1|            ht->as_sequence.sq_ass_item = (ssizeobjargproc)slot.sl_func;
  487|      1|            break;
  488|      1|        case Py_sq_concat:
  ------------------
  |  |   48|      1|#define Py_sq_concat 40
  ------------------
  |  Branch (488:9): [True: 1, False: 760]
  ------------------
  489|      1|            ht->as_sequence.sq_concat = (binaryfunc)slot.sl_func;
  490|      1|            break;
  491|      1|        case Py_sq_contains:
  ------------------
  |  |   49|      1|#define Py_sq_contains 41
  ------------------
  |  Branch (491:9): [True: 1, False: 760]
  ------------------
  492|      1|            ht->as_sequence.sq_contains = (objobjproc)slot.sl_func;
  493|      1|            break;
  494|      1|        case Py_sq_inplace_concat:
  ------------------
  |  |   50|      1|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (494:9): [True: 1, False: 760]
  ------------------
  495|      1|            ht->as_sequence.sq_inplace_concat = (binaryfunc)slot.sl_func;
  496|      1|            break;
  497|      1|        case Py_sq_inplace_repeat:
  ------------------
  |  |   51|      1|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (497:9): [True: 1, False: 760]
  ------------------
  498|      1|            ht->as_sequence.sq_inplace_repeat = (ssizeargfunc)slot.sl_func;
  499|      1|            break;
  500|      1|        case Py_sq_item:
  ------------------
  |  |   52|      1|#define Py_sq_item 44
  ------------------
  |  Branch (500:9): [True: 1, False: 760]
  ------------------
  501|      1|            ht->as_sequence.sq_item = (ssizeargfunc)slot.sl_func;
  502|      1|            break;
  503|      1|        case Py_sq_length:
  ------------------
  |  |   53|      1|#define Py_sq_length 45
  ------------------
  |  Branch (503:9): [True: 1, False: 760]
  ------------------
  504|      1|            ht->as_sequence.sq_length = (lenfunc)slot.sl_func;
  505|      1|            break;
  506|      1|        case Py_sq_repeat:
  ------------------
  |  |   54|      1|#define Py_sq_repeat 46
  ------------------
  |  Branch (506:9): [True: 1, False: 760]
  ------------------
  507|      1|            ht->as_sequence.sq_repeat = (ssizeargfunc)slot.sl_func;
  508|      1|            break;
  509|     20|        case Py_tp_alloc:
  ------------------
  |  |   55|     20|#define Py_tp_alloc 47
  ------------------
  |  Branch (509:9): [True: 20, False: 741]
  ------------------
  510|     20|            ht->ht_type.tp_alloc = (allocfunc)slot.sl_func;
  511|     20|            break;
  512|      0|        case Py_tp_base:
  ------------------
  |  |   56|      0|#define Py_tp_base 48
  ------------------
  |  Branch (512:9): [True: 0, False: 761]
  ------------------
  513|      0|            ht->ht_type.tp_base = slot.sl_ptr;
  514|      0|            break;
  515|      0|        case Py_tp_bases:
  ------------------
  |  |   57|      0|#define Py_tp_bases 49
  ------------------
  |  Branch (515:9): [True: 0, False: 761]
  ------------------
  516|      0|            ht->ht_type.tp_bases = slot.sl_ptr;
  517|      0|            break;
  518|      8|        case Py_tp_call:
  ------------------
  |  |   58|      8|#define Py_tp_call 50
  ------------------
  |  Branch (518:9): [True: 8, False: 753]
  ------------------
  519|      8|            ht->ht_type.tp_call = (ternaryfunc)slot.sl_func;
  520|      8|            break;
  521|     53|        case Py_tp_clear:
  ------------------
  |  |   59|     53|#define Py_tp_clear 51
  ------------------
  |  Branch (521:9): [True: 53, False: 708]
  ------------------
  522|     53|            ht->ht_type.tp_clear = (inquiry)slot.sl_func;
  523|     53|            break;
  524|    111|        case Py_tp_dealloc:
  ------------------
  |  |   60|    111|#define Py_tp_dealloc 52
  ------------------
  |  Branch (524:9): [True: 111, False: 650]
  ------------------
  525|    111|            ht->ht_type.tp_dealloc = (destructor)slot.sl_func;
  526|    111|            break;
  527|      0|        case Py_tp_del:
  ------------------
  |  |   61|      0|#define Py_tp_del 53
  ------------------
  |  Branch (527:9): [True: 0, False: 761]
  ------------------
  528|      0|            ht->ht_type.tp_del = (destructor)slot.sl_func;
  529|      0|            break;
  530|      3|        case Py_tp_descr_get:
  ------------------
  |  |   62|      3|#define Py_tp_descr_get 54
  ------------------
  |  Branch (530:9): [True: 3, False: 758]
  ------------------
  531|      3|            ht->ht_type.tp_descr_get = (descrgetfunc)slot.sl_func;
  532|      3|            break;
  533|      1|        case Py_tp_descr_set:
  ------------------
  |  |   63|      1|#define Py_tp_descr_set 55
  ------------------
  |  Branch (533:9): [True: 1, False: 760]
  ------------------
  534|      1|            ht->ht_type.tp_descr_set = (descrsetfunc)slot.sl_func;
  535|      1|            break;
  536|      0|        case Py_tp_doc:
  ------------------
  |  |   64|      0|#define Py_tp_doc 56
  ------------------
  |  Branch (536:9): [True: 0, False: 761]
  ------------------
  537|      0|            ht->ht_type.tp_doc = slot.sl_ptr;
  538|      0|            break;
  539|      0|        case Py_tp_getattr:
  ------------------
  |  |   65|      0|#define Py_tp_getattr 57
  ------------------
  |  Branch (539:9): [True: 0, False: 761]
  ------------------
  540|      0|            ht->ht_type.tp_getattr = (getattrfunc)slot.sl_func;
  541|      0|            break;
  542|     32|        case Py_tp_getattro:
  ------------------
  |  |   66|     32|#define Py_tp_getattro 58
  ------------------
  |  Branch (542:9): [True: 32, False: 729]
  ------------------
  543|     32|            ht->ht_type.tp_getattro = (getattrofunc)slot.sl_func;
  544|     32|            break;
  545|      2|        case Py_tp_hash:
  ------------------
  |  |   67|      2|#define Py_tp_hash 59
  ------------------
  |  Branch (545:9): [True: 2, False: 759]
  ------------------
  546|      2|            ht->ht_type.tp_hash = (hashfunc)slot.sl_func;
  547|      2|            break;
  548|     20|        case Py_tp_init:
  ------------------
  |  |   68|     20|#define Py_tp_init 60
  ------------------
  |  Branch (548:9): [True: 20, False: 741]
  ------------------
  549|     20|            ht->ht_type.tp_init = (initproc)slot.sl_func;
  550|     20|            break;
  551|      0|        case Py_tp_is_gc:
  ------------------
  |  |   69|      0|#define Py_tp_is_gc 61
  ------------------
  |  Branch (551:9): [True: 0, False: 761]
  ------------------
  552|      0|            ht->ht_type.tp_is_gc = (inquiry)slot.sl_func;
  553|      0|            break;
  554|     32|        case Py_tp_iter:
  ------------------
  |  |   70|     32|#define Py_tp_iter 62
  ------------------
  |  Branch (554:9): [True: 32, False: 729]
  ------------------
  555|     32|            ht->ht_type.tp_iter = (getiterfunc)slot.sl_func;
  556|     32|            break;
  557|     37|        case Py_tp_iternext:
  ------------------
  |  |   71|     37|#define Py_tp_iternext 63
  ------------------
  |  Branch (557:9): [True: 37, False: 724]
  ------------------
  558|     37|            ht->ht_type.tp_iternext = (iternextfunc)slot.sl_func;
  559|     37|            break;
  560|     87|        case Py_tp_methods:
  ------------------
  |  |   72|     87|#define Py_tp_methods 64
  ------------------
  |  Branch (560:9): [True: 87, False: 674]
  ------------------
  561|     87|            ht->ht_type.tp_methods = slot.sl_ptr;
  562|     87|            break;
  563|     76|        case Py_tp_new:
  ------------------
  |  |   73|     76|#define Py_tp_new 65
  ------------------
  |  Branch (563:9): [True: 76, False: 685]
  ------------------
  564|     76|            ht->ht_type.tp_new = (newfunc)slot.sl_func;
  565|     76|            break;
  566|     62|        case Py_tp_repr:
  ------------------
  |  |   74|     62|#define Py_tp_repr 66
  ------------------
  |  Branch (566:9): [True: 62, False: 699]
  ------------------
  567|     62|            ht->ht_type.tp_repr = (reprfunc)slot.sl_func;
  568|     62|            break;
  569|      7|        case Py_tp_richcompare:
  ------------------
  |  |   75|      7|#define Py_tp_richcompare 67
  ------------------
  |  Branch (569:9): [True: 7, False: 754]
  ------------------
  570|      7|            ht->ht_type.tp_richcompare = (richcmpfunc)slot.sl_func;
  571|      7|            break;
  572|      0|        case Py_tp_setattr:
  ------------------
  |  |   76|      0|#define Py_tp_setattr 68
  ------------------
  |  Branch (572:9): [True: 0, False: 761]
  ------------------
  573|      0|            ht->ht_type.tp_setattr = (setattrfunc)slot.sl_func;
  574|      0|            break;
  575|      3|        case Py_tp_setattro:
  ------------------
  |  |   77|      3|#define Py_tp_setattro 69
  ------------------
  |  Branch (575:9): [True: 3, False: 758]
  ------------------
  576|      3|            ht->ht_type.tp_setattro = (setattrofunc)slot.sl_func;
  577|      3|            break;
  578|      0|        case Py_tp_str:
  ------------------
  |  |   78|      0|#define Py_tp_str 70
  ------------------
  |  Branch (578:9): [True: 0, False: 761]
  ------------------
  579|      0|            ht->ht_type.tp_str = (reprfunc)slot.sl_func;
  580|      0|            break;
  581|    104|        case Py_tp_traverse:
  ------------------
  |  |   79|    104|#define Py_tp_traverse 71
  ------------------
  |  Branch (581:9): [True: 104, False: 657]
  ------------------
  582|    104|            ht->ht_type.tp_traverse = (traverseproc)slot.sl_func;
  583|    104|            break;
  584|      0|        case Py_tp_members:
  ------------------
  |  |   80|      0|#define Py_tp_members 72
  ------------------
  |  Branch (584:9): [True: 0, False: 761]
  ------------------
  585|      0|            ht->ht_type.tp_members = slot.sl_ptr;
  586|      0|            break;
  587|     41|        case Py_tp_getset:
  ------------------
  |  |   81|     41|#define Py_tp_getset 73
  ------------------
  |  Branch (587:9): [True: 41, False: 720]
  ------------------
  588|     41|            ht->ht_type.tp_getset = slot.sl_ptr;
  589|     41|            break;
  590|     39|        case Py_tp_free:
  ------------------
  |  |   82|     39|#define Py_tp_free 74
  ------------------
  |  Branch (590:9): [True: 39, False: 722]
  ------------------
  591|     39|            ht->ht_type.tp_free = (freefunc)slot.sl_func;
  592|     39|            break;
  593|      0|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|      0|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (593:9): [True: 0, False: 761]
  ------------------
  594|      0|            ht->as_number.nb_matrix_multiply = (binaryfunc)slot.sl_func;
  595|      0|            break;
  596|      0|        case Py_nb_inplace_matrix_multiply:
  ------------------
  |  |   84|      0|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (596:9): [True: 0, False: 761]
  ------------------
  597|      0|            ht->as_number.nb_inplace_matrix_multiply = (binaryfunc)slot.sl_func;
  598|      0|            break;
  599|      0|        case Py_am_await:
  ------------------
  |  |   85|      0|#define Py_am_await 77
  ------------------
  |  Branch (599:9): [True: 0, False: 761]
  ------------------
  600|      0|            ht->as_async.am_await = (unaryfunc)slot.sl_func;
  601|      0|            break;
  602|      0|        case Py_am_aiter:
  ------------------
  |  |   86|      0|#define Py_am_aiter 78
  ------------------
  |  Branch (602:9): [True: 0, False: 761]
  ------------------
  603|      0|            ht->as_async.am_aiter = (unaryfunc)slot.sl_func;
  604|      0|            break;
  605|      0|        case Py_am_anext:
  ------------------
  |  |   87|      0|#define Py_am_anext 79
  ------------------
  |  Branch (605:9): [True: 0, False: 761]
  ------------------
  606|      0|            ht->as_async.am_anext = (unaryfunc)slot.sl_func;
  607|      0|            break;
  608|      4|        case Py_tp_finalize:
  ------------------
  |  |   88|      4|#define Py_tp_finalize 80
  ------------------
  |  Branch (608:9): [True: 4, False: 757]
  ------------------
  609|      4|            ht->ht_type.tp_finalize = (destructor)slot.sl_func;
  610|      4|            break;
  611|      0|        case Py_am_send:
  ------------------
  |  |   89|      0|#define Py_am_send 81
  ------------------
  |  Branch (611:9): [True: 0, False: 761]
  ------------------
  612|      0|            ht->as_async.am_send = (sendfunc)slot.sl_func;
  613|      0|            break;
  614|      0|        case Py_tp_vectorcall:
  ------------------
  |  |   90|      0|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (614:9): [True: 0, False: 761]
  ------------------
  615|      0|            ht->ht_type.tp_vectorcall = (vectorcallfunc)slot.sl_func;
  616|      0|            break;
  617|      2|        case Py_bf_getbuffer:
  ------------------
  |  |   96|      2|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|      2|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (617:9): [True: 2, False: 759]
  ------------------
  618|      2|            ht->as_buffer.bf_getbuffer = (getbufferproc)slot.sl_func;
  619|      2|            break;
  620|      2|        case Py_bf_releasebuffer:
  ------------------
  |  |   97|      2|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|      2|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (620:9): [True: 2, False: 759]
  ------------------
  621|      2|            ht->as_buffer.bf_releasebuffer = (releasebufferproc)slot.sl_func;
  622|      2|            break;
  623|      0|        case Py_mp_ass_subscript:
  ------------------
  |  |   98|      0|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (623:9): [True: 0, False: 761]
  ------------------
  624|      0|            ht->as_mapping.mp_ass_subscript = (objobjargproc)slot.sl_func;
  625|      0|            break;
  626|      0|        case Py_mp_length:
  ------------------
  |  |   99|      0|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (626:9): [True: 0, False: 761]
  ------------------
  627|      0|            ht->as_mapping.mp_length = (lenfunc)slot.sl_func;
  628|      0|            break;
  629|    761|    }
  630|    761|}
slots.c:_PySlot_resolve_type_slot:
    8|  2.08k|{
    9|  2.08k|    switch (slot_id) {
   10|      0|        case 1:
  ------------------
  |  Branch (10:9): [True: 0, False: 2.08k]
  ------------------
   11|      0|            return Py_bf_getbuffer;
  ------------------
  |  |   96|      0|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
   12|      0|        case 2:
  ------------------
  |  Branch (12:9): [True: 0, False: 2.08k]
  ------------------
   13|      0|            return Py_bf_releasebuffer;
  ------------------
  |  |   97|      0|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
   14|      0|        case 3:
  ------------------
  |  Branch (14:9): [True: 0, False: 2.08k]
  ------------------
   15|      0|            return Py_mp_ass_subscript;
  ------------------
  |  |   98|      0|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
   16|      0|        case 4:
  ------------------
  |  Branch (16:9): [True: 0, False: 2.08k]
  ------------------
   17|      0|            return Py_mp_length;
  ------------------
  |  |   99|      0|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
   18|    234|        case Py_slot_end:
  ------------------
  |  |   12|    234|#define Py_slot_end 0
  ------------------
  |  Branch (18:9): [True: 234, False: 1.85k]
  ------------------
   19|    236|        case Py_mp_subscript:
  ------------------
  |  |   13|    236|#define Py_mp_subscript 5
  ------------------
  |  Branch (19:9): [True: 2, False: 2.08k]
  ------------------
   20|    236|        case Py_nb_absolute:
  ------------------
  |  |   14|    236|#define Py_nb_absolute 6
  ------------------
  |  Branch (20:9): [True: 0, False: 2.08k]
  ------------------
   21|    236|        case Py_nb_add:
  ------------------
  |  |   15|    236|#define Py_nb_add 7
  ------------------
  |  Branch (21:9): [True: 0, False: 2.08k]
  ------------------
   22|    236|        case Py_nb_and:
  ------------------
  |  |   16|    236|#define Py_nb_and 8
  ------------------
  |  Branch (22:9): [True: 0, False: 2.08k]
  ------------------
   23|    236|        case Py_nb_bool:
  ------------------
  |  |   17|    236|#define Py_nb_bool 9
  ------------------
  |  Branch (23:9): [True: 0, False: 2.08k]
  ------------------
   24|    236|        case Py_nb_divmod:
  ------------------
  |  |   18|    236|#define Py_nb_divmod 10
  ------------------
  |  Branch (24:9): [True: 0, False: 2.08k]
  ------------------
   25|    236|        case Py_nb_float:
  ------------------
  |  |   19|    236|#define Py_nb_float 11
  ------------------
  |  Branch (25:9): [True: 0, False: 2.08k]
  ------------------
   26|    236|        case Py_nb_floor_divide:
  ------------------
  |  |   20|    236|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (26:9): [True: 0, False: 2.08k]
  ------------------
   27|    236|        case Py_nb_index:
  ------------------
  |  |   21|    236|#define Py_nb_index 13
  ------------------
  |  Branch (27:9): [True: 0, False: 2.08k]
  ------------------
   28|    236|        case Py_nb_inplace_add:
  ------------------
  |  |   22|    236|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (28:9): [True: 0, False: 2.08k]
  ------------------
   29|    236|        case Py_nb_inplace_and:
  ------------------
  |  |   23|    236|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (29:9): [True: 0, False: 2.08k]
  ------------------
   30|    236|        case Py_nb_inplace_floor_divide:
  ------------------
  |  |   24|    236|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (30:9): [True: 0, False: 2.08k]
  ------------------
   31|    236|        case Py_nb_inplace_lshift:
  ------------------
  |  |   25|    236|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (31:9): [True: 0, False: 2.08k]
  ------------------
   32|    236|        case Py_nb_inplace_multiply:
  ------------------
  |  |   26|    236|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (32:9): [True: 0, False: 2.08k]
  ------------------
   33|    236|        case Py_nb_inplace_or:
  ------------------
  |  |   27|    236|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (33:9): [True: 0, False: 2.08k]
  ------------------
   34|    236|        case Py_nb_inplace_power:
  ------------------
  |  |   28|    236|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (34:9): [True: 0, False: 2.08k]
  ------------------
   35|    236|        case Py_nb_inplace_remainder:
  ------------------
  |  |   29|    236|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (35:9): [True: 0, False: 2.08k]
  ------------------
   36|    236|        case Py_nb_inplace_rshift:
  ------------------
  |  |   30|    236|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (36:9): [True: 0, False: 2.08k]
  ------------------
   37|    236|        case Py_nb_inplace_subtract:
  ------------------
  |  |   31|    236|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (37:9): [True: 0, False: 2.08k]
  ------------------
   38|    236|        case Py_nb_inplace_true_divide:
  ------------------
  |  |   32|    236|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (38:9): [True: 0, False: 2.08k]
  ------------------
   39|    236|        case Py_nb_inplace_xor:
  ------------------
  |  |   33|    236|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (39:9): [True: 0, False: 2.08k]
  ------------------
   40|    236|        case Py_nb_int:
  ------------------
  |  |   34|    236|#define Py_nb_int 26
  ------------------
  |  Branch (40:9): [True: 0, False: 2.08k]
  ------------------
   41|    236|        case Py_nb_invert:
  ------------------
  |  |   35|    236|#define Py_nb_invert 27
  ------------------
  |  Branch (41:9): [True: 0, False: 2.08k]
  ------------------
   42|    236|        case Py_nb_lshift:
  ------------------
  |  |   36|    236|#define Py_nb_lshift 28
  ------------------
  |  Branch (42:9): [True: 0, False: 2.08k]
  ------------------
   43|    236|        case Py_nb_multiply:
  ------------------
  |  |   37|    236|#define Py_nb_multiply 29
  ------------------
  |  Branch (43:9): [True: 0, False: 2.08k]
  ------------------
   44|    236|        case Py_nb_negative:
  ------------------
  |  |   38|    236|#define Py_nb_negative 30
  ------------------
  |  Branch (44:9): [True: 0, False: 2.08k]
  ------------------
   45|    246|        case Py_nb_or:
  ------------------
  |  |   39|    246|#define Py_nb_or 31
  ------------------
  |  Branch (45:9): [True: 10, False: 2.07k]
  ------------------
   46|    246|        case Py_nb_positive:
  ------------------
  |  |   40|    246|#define Py_nb_positive 32
  ------------------
  |  Branch (46:9): [True: 0, False: 2.08k]
  ------------------
   47|    246|        case Py_nb_power:
  ------------------
  |  |   41|    246|#define Py_nb_power 33
  ------------------
  |  Branch (47:9): [True: 0, False: 2.08k]
  ------------------
   48|    246|        case Py_nb_remainder:
  ------------------
  |  |   42|    246|#define Py_nb_remainder 34
  ------------------
  |  Branch (48:9): [True: 0, False: 2.08k]
  ------------------
   49|    246|        case Py_nb_rshift:
  ------------------
  |  |   43|    246|#define Py_nb_rshift 35
  ------------------
  |  Branch (49:9): [True: 0, False: 2.08k]
  ------------------
   50|    246|        case Py_nb_subtract:
  ------------------
  |  |   44|    246|#define Py_nb_subtract 36
  ------------------
  |  Branch (50:9): [True: 0, False: 2.08k]
  ------------------
   51|    246|        case Py_nb_true_divide:
  ------------------
  |  |   45|    246|#define Py_nb_true_divide 37
  ------------------
  |  Branch (51:9): [True: 0, False: 2.08k]
  ------------------
   52|    246|        case Py_nb_xor:
  ------------------
  |  |   46|    246|#define Py_nb_xor 38
  ------------------
  |  Branch (52:9): [True: 0, False: 2.08k]
  ------------------
   53|    248|        case Py_sq_ass_item:
  ------------------
  |  |   47|    248|#define Py_sq_ass_item 39
  ------------------
  |  Branch (53:9): [True: 2, False: 2.08k]
  ------------------
   54|    250|        case Py_sq_concat:
  ------------------
  |  |   48|    250|#define Py_sq_concat 40
  ------------------
  |  Branch (54:9): [True: 2, False: 2.08k]
  ------------------
   55|    252|        case Py_sq_contains:
  ------------------
  |  |   49|    252|#define Py_sq_contains 41
  ------------------
  |  Branch (55:9): [True: 2, False: 2.08k]
  ------------------
   56|    254|        case Py_sq_inplace_concat:
  ------------------
  |  |   50|    254|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (56:9): [True: 2, False: 2.08k]
  ------------------
   57|    256|        case Py_sq_inplace_repeat:
  ------------------
  |  |   51|    256|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (57:9): [True: 2, False: 2.08k]
  ------------------
   58|    258|        case Py_sq_item:
  ------------------
  |  |   52|    258|#define Py_sq_item 44
  ------------------
  |  Branch (58:9): [True: 2, False: 2.08k]
  ------------------
   59|    260|        case Py_sq_length:
  ------------------
  |  |   53|    260|#define Py_sq_length 45
  ------------------
  |  Branch (59:9): [True: 2, False: 2.08k]
  ------------------
   60|    262|        case Py_sq_repeat:
  ------------------
  |  |   54|    262|#define Py_sq_repeat 46
  ------------------
  |  Branch (60:9): [True: 2, False: 2.08k]
  ------------------
   61|    302|        case Py_tp_alloc:
  ------------------
  |  |   55|    302|#define Py_tp_alloc 47
  ------------------
  |  Branch (61:9): [True: 40, False: 2.04k]
  ------------------
   62|    302|        case Py_tp_base:
  ------------------
  |  |   56|    302|#define Py_tp_base 48
  ------------------
  |  Branch (62:9): [True: 0, False: 2.08k]
  ------------------
   63|    302|        case Py_tp_bases:
  ------------------
  |  |   57|    302|#define Py_tp_bases 49
  ------------------
  |  Branch (63:9): [True: 0, False: 2.08k]
  ------------------
   64|    318|        case Py_tp_call:
  ------------------
  |  |   58|    318|#define Py_tp_call 50
  ------------------
  |  Branch (64:9): [True: 16, False: 2.06k]
  ------------------
   65|    424|        case Py_tp_clear:
  ------------------
  |  |   59|    424|#define Py_tp_clear 51
  ------------------
  |  Branch (65:9): [True: 106, False: 1.97k]
  ------------------
   66|    646|        case Py_tp_dealloc:
  ------------------
  |  |   60|    646|#define Py_tp_dealloc 52
  ------------------
  |  Branch (66:9): [True: 222, False: 1.86k]
  ------------------
   67|    646|        case Py_tp_del:
  ------------------
  |  |   61|    646|#define Py_tp_del 53
  ------------------
  |  Branch (67:9): [True: 0, False: 2.08k]
  ------------------
   68|    652|        case Py_tp_descr_get:
  ------------------
  |  |   62|    652|#define Py_tp_descr_get 54
  ------------------
  |  Branch (68:9): [True: 6, False: 2.07k]
  ------------------
   69|    654|        case Py_tp_descr_set:
  ------------------
  |  |   63|    654|#define Py_tp_descr_set 55
  ------------------
  |  Branch (69:9): [True: 2, False: 2.08k]
  ------------------
   70|    848|        case Py_tp_doc:
  ------------------
  |  |   64|    848|#define Py_tp_doc 56
  ------------------
  |  Branch (70:9): [True: 194, False: 1.89k]
  ------------------
   71|    848|        case Py_tp_getattr:
  ------------------
  |  |   65|    848|#define Py_tp_getattr 57
  ------------------
  |  Branch (71:9): [True: 0, False: 2.08k]
  ------------------
   72|    912|        case Py_tp_getattro:
  ------------------
  |  |   66|    912|#define Py_tp_getattro 58
  ------------------
  |  Branch (72:9): [True: 64, False: 2.02k]
  ------------------
   73|    916|        case Py_tp_hash:
  ------------------
  |  |   67|    916|#define Py_tp_hash 59
  ------------------
  |  Branch (73:9): [True: 4, False: 2.08k]
  ------------------
   74|    956|        case Py_tp_init:
  ------------------
  |  |   68|    956|#define Py_tp_init 60
  ------------------
  |  Branch (74:9): [True: 40, False: 2.04k]
  ------------------
   75|    956|        case Py_tp_is_gc:
  ------------------
  |  |   69|    956|#define Py_tp_is_gc 61
  ------------------
  |  Branch (75:9): [True: 0, False: 2.08k]
  ------------------
   76|  1.02k|        case Py_tp_iter:
  ------------------
  |  |   70|  1.02k|#define Py_tp_iter 62
  ------------------
  |  Branch (76:9): [True: 64, False: 2.02k]
  ------------------
   77|  1.09k|        case Py_tp_iternext:
  ------------------
  |  |   71|  1.09k|#define Py_tp_iternext 63
  ------------------
  |  Branch (77:9): [True: 74, False: 2.01k]
  ------------------
   78|  1.26k|        case Py_tp_methods:
  ------------------
  |  |   72|  1.26k|#define Py_tp_methods 64
  ------------------
  |  Branch (78:9): [True: 174, False: 1.91k]
  ------------------
   79|  1.42k|        case Py_tp_new:
  ------------------
  |  |   73|  1.42k|#define Py_tp_new 65
  ------------------
  |  Branch (79:9): [True: 152, False: 1.93k]
  ------------------
   80|  1.54k|        case Py_tp_repr:
  ------------------
  |  |   74|  1.54k|#define Py_tp_repr 66
  ------------------
  |  Branch (80:9): [True: 124, False: 1.96k]
  ------------------
   81|  1.55k|        case Py_tp_richcompare:
  ------------------
  |  |   75|  1.55k|#define Py_tp_richcompare 67
  ------------------
  |  Branch (81:9): [True: 14, False: 2.07k]
  ------------------
   82|  1.55k|        case Py_tp_setattr:
  ------------------
  |  |   76|  1.55k|#define Py_tp_setattr 68
  ------------------
  |  Branch (82:9): [True: 0, False: 2.08k]
  ------------------
   83|  1.56k|        case Py_tp_setattro:
  ------------------
  |  |   77|  1.56k|#define Py_tp_setattro 69
  ------------------
  |  Branch (83:9): [True: 6, False: 2.07k]
  ------------------
   84|  1.56k|        case Py_tp_str:
  ------------------
  |  |   78|  1.56k|#define Py_tp_str 70
  ------------------
  |  Branch (84:9): [True: 0, False: 2.08k]
  ------------------
   85|  1.77k|        case Py_tp_traverse:
  ------------------
  |  |   79|  1.77k|#define Py_tp_traverse 71
  ------------------
  |  Branch (85:9): [True: 208, False: 1.87k]
  ------------------
   86|  1.90k|        case Py_tp_members:
  ------------------
  |  |   80|  1.90k|#define Py_tp_members 72
  ------------------
  |  Branch (86:9): [True: 134, False: 1.95k]
  ------------------
   87|  1.98k|        case Py_tp_getset:
  ------------------
  |  |   81|  1.98k|#define Py_tp_getset 73
  ------------------
  |  Branch (87:9): [True: 82, False: 2.00k]
  ------------------
   88|  2.06k|        case Py_tp_free:
  ------------------
  |  |   82|  2.06k|#define Py_tp_free 74
  ------------------
  |  Branch (88:9): [True: 78, False: 2.00k]
  ------------------
   89|  2.06k|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|  2.06k|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (89:9): [True: 0, False: 2.08k]
  ------------------
   90|  2.06k|        case Py_nb_inplace_matrix_multiply:
  ------------------
  |  |   84|  2.06k|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (90:9): [True: 0, False: 2.08k]
  ------------------
   91|  2.06k|        case Py_am_await:
  ------------------
  |  |   85|  2.06k|#define Py_am_await 77
  ------------------
  |  Branch (91:9): [True: 0, False: 2.08k]
  ------------------
   92|  2.06k|        case Py_am_aiter:
  ------------------
  |  |   86|  2.06k|#define Py_am_aiter 78
  ------------------
  |  Branch (92:9): [True: 0, False: 2.08k]
  ------------------
   93|  2.06k|        case Py_am_anext:
  ------------------
  |  |   87|  2.06k|#define Py_am_anext 79
  ------------------
  |  Branch (93:9): [True: 0, False: 2.08k]
  ------------------
   94|  2.07k|        case Py_tp_finalize:
  ------------------
  |  |   88|  2.07k|#define Py_tp_finalize 80
  ------------------
  |  Branch (94:9): [True: 8, False: 2.07k]
  ------------------
   95|  2.07k|        case Py_am_send:
  ------------------
  |  |   89|  2.07k|#define Py_am_send 81
  ------------------
  |  Branch (95:9): [True: 0, False: 2.08k]
  ------------------
   96|  2.07k|        case Py_tp_vectorcall:
  ------------------
  |  |   90|  2.07k|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (96:9): [True: 0, False: 2.08k]
  ------------------
   97|  2.07k|        case Py_tp_token:
  ------------------
  |  |   91|  2.07k|#define Py_tp_token 83
  ------------------
  |  Branch (97:9): [True: 2, False: 2.08k]
  ------------------
   98|  2.08k|        case Py_bf_getbuffer:
  ------------------
  |  |   96|  2.08k|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|  2.08k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (98:9): [True: 4, False: 2.08k]
  ------------------
   99|  2.08k|        case Py_bf_releasebuffer:
  ------------------
  |  |   97|  2.08k|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|  2.08k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (99:9): [True: 4, False: 2.08k]
  ------------------
  100|  2.08k|        case Py_mp_ass_subscript:
  ------------------
  |  |   98|  2.08k|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|  2.08k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (100:9): [True: 0, False: 2.08k]
  ------------------
  101|  2.08k|        case Py_mp_length:
  ------------------
  |  |   99|  2.08k|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|  2.08k|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (101:9): [True: 0, False: 2.08k]
  ------------------
  102|  2.08k|        case Py_slot_subslots:
  ------------------
  |  |  100|  2.08k|#define Py_slot_subslots 92
  ------------------
  |  Branch (102:9): [True: 0, False: 2.08k]
  ------------------
  103|  2.08k|        case Py_tp_slots:
  ------------------
  |  |  101|  2.08k|#define Py_tp_slots 93
  ------------------
  |  Branch (103:9): [True: 0, False: 2.08k]
  ------------------
  104|  2.08k|        case Py_tp_name:
  ------------------
  |  |  103|  2.08k|#define Py_tp_name 95
  ------------------
  |  Branch (104:9): [True: 0, False: 2.08k]
  ------------------
  105|  2.08k|        case Py_tp_basicsize:
  ------------------
  |  |  104|  2.08k|#define Py_tp_basicsize 96
  ------------------
  |  Branch (105:9): [True: 0, False: 2.08k]
  ------------------
  106|  2.08k|        case Py_tp_extra_basicsize:
  ------------------
  |  |  105|  2.08k|#define Py_tp_extra_basicsize 97
  ------------------
  |  Branch (106:9): [True: 0, False: 2.08k]
  ------------------
  107|  2.08k|        case Py_tp_itemsize:
  ------------------
  |  |  106|  2.08k|#define Py_tp_itemsize 98
  ------------------
  |  Branch (107:9): [True: 0, False: 2.08k]
  ------------------
  108|  2.08k|        case Py_tp_flags:
  ------------------
  |  |  107|  2.08k|#define Py_tp_flags 99
  ------------------
  |  Branch (108:9): [True: 0, False: 2.08k]
  ------------------
  109|  2.08k|        case Py_tp_metaclass:
  ------------------
  |  |  115|  2.08k|#define Py_tp_metaclass 107
  ------------------
  |  Branch (109:9): [True: 0, False: 2.08k]
  ------------------
  110|  2.08k|        case Py_tp_module:
  ------------------
  |  |  116|  2.08k|#define Py_tp_module 108
  ------------------
  |  Branch (110:9): [True: 0, False: 2.08k]
  ------------------
  111|  2.08k|            return slot_id;
  112|      0|        default:
  ------------------
  |  Branch (112:9): [True: 0, False: 2.08k]
  ------------------
  113|      0|            return Py_slot_invalid;
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  114|  2.08k|    }
  115|  2.08k|}
slots.c:_PySlot_resolve_mod_slot:
  119|    288|{
  120|    288|    switch (slot_id) {
  121|      0|        case 1:
  ------------------
  |  Branch (121:9): [True: 0, False: 288]
  ------------------
  122|      0|            return Py_mod_create;
  ------------------
  |  |   92|      0|#define Py_mod_create _Py_SLOT_COMPAT_VALUE(1, 84)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  123|      8|        case 2:
  ------------------
  |  Branch (123:9): [True: 8, False: 280]
  ------------------
  124|      8|            return Py_mod_exec;
  ------------------
  |  |   93|      8|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|      8|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  125|      8|        case 3:
  ------------------
  |  Branch (125:9): [True: 8, False: 280]
  ------------------
  126|      8|            return Py_mod_multiple_interpreters;
  ------------------
  |  |   94|      8|#define Py_mod_multiple_interpreters _Py_SLOT_COMPAT_VALUE(3, 86)
  |  |  ------------------
  |  |  |  |    7|      8|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  127|      8|        case 4:
  ------------------
  |  Branch (127:9): [True: 8, False: 280]
  ------------------
  128|      8|            return Py_mod_gil;
  ------------------
  |  |   95|      8|#define Py_mod_gil _Py_SLOT_COMPAT_VALUE(4, 87)
  |  |  ------------------
  |  |  |  |    7|      8|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  129|     60|        case Py_slot_end:
  ------------------
  |  |   12|     60|#define Py_slot_end 0
  ------------------
  |  Branch (129:9): [True: 60, False: 228]
  ------------------
  130|     60|        case Py_mod_create:
  ------------------
  |  |   92|     60|#define Py_mod_create _Py_SLOT_COMPAT_VALUE(1, 84)
  |  |  ------------------
  |  |  |  |    7|     60|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (130:9): [True: 0, False: 288]
  ------------------
  131|    108|        case Py_mod_exec:
  ------------------
  |  |   93|    108|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|    108|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (131:9): [True: 48, False: 240]
  ------------------
  132|    160|        case Py_mod_multiple_interpreters:
  ------------------
  |  |   94|    160|#define Py_mod_multiple_interpreters _Py_SLOT_COMPAT_VALUE(3, 86)
  |  |  ------------------
  |  |  |  |    7|    160|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (132:9): [True: 52, False: 236]
  ------------------
  133|    212|        case Py_mod_gil:
  ------------------
  |  |   95|    212|#define Py_mod_gil _Py_SLOT_COMPAT_VALUE(4, 87)
  |  |  ------------------
  |  |  |  |    7|    212|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (133:9): [True: 52, False: 236]
  ------------------
  134|    212|        case Py_slot_subslots:
  ------------------
  |  |  100|    212|#define Py_slot_subslots 92
  ------------------
  |  Branch (134:9): [True: 0, False: 288]
  ------------------
  135|    212|        case Py_mod_slots:
  ------------------
  |  |  102|    212|#define Py_mod_slots 94
  ------------------
  |  Branch (135:9): [True: 0, False: 288]
  ------------------
  136|    212|        case Py_mod_name:
  ------------------
  |  |  108|    212|#define Py_mod_name 100
  ------------------
  |  Branch (136:9): [True: 0, False: 288]
  ------------------
  137|    212|        case Py_mod_doc:
  ------------------
  |  |  109|    212|#define Py_mod_doc 101
  ------------------
  |  Branch (137:9): [True: 0, False: 288]
  ------------------
  138|    212|        case Py_mod_state_size:
  ------------------
  |  |  110|    212|#define Py_mod_state_size 102
  ------------------
  |  Branch (138:9): [True: 0, False: 288]
  ------------------
  139|    212|        case Py_mod_methods:
  ------------------
  |  |  111|    212|#define Py_mod_methods 103
  ------------------
  |  Branch (139:9): [True: 0, False: 288]
  ------------------
  140|    212|        case Py_mod_state_traverse:
  ------------------
  |  |  112|    212|#define Py_mod_state_traverse 104
  ------------------
  |  Branch (140:9): [True: 0, False: 288]
  ------------------
  141|    212|        case Py_mod_state_clear:
  ------------------
  |  |  113|    212|#define Py_mod_state_clear 105
  ------------------
  |  Branch (141:9): [True: 0, False: 288]
  ------------------
  142|    212|        case Py_mod_state_free:
  ------------------
  |  |  114|    212|#define Py_mod_state_free 106
  ------------------
  |  Branch (142:9): [True: 0, False: 288]
  ------------------
  143|    264|        case Py_mod_abi:
  ------------------
  |  |  117|    264|#define Py_mod_abi 109
  ------------------
  |  Branch (143:9): [True: 52, False: 236]
  ------------------
  144|    264|        case Py_mod_token:
  ------------------
  |  |  118|    264|#define Py_mod_token 110
  ------------------
  |  Branch (144:9): [True: 0, False: 288]
  ------------------
  145|    264|            return slot_id;
  146|      0|        default:
  ------------------
  |  Branch (146:9): [True: 0, False: 288]
  ------------------
  147|      0|            return Py_slot_invalid;
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  148|    288|    }
  149|    288|}
slots.c:_PySlot_get_dtype:
  634|  5.09k|{
  635|  5.09k|    switch (slot_id) {
  636|      0|        case Py_slot_end: return _PySlot_DTYPE_VOID;
  ------------------
  |  |   12|      0|#define Py_slot_end 0
  ------------------
  |  Branch (636:9): [True: 0, False: 5.09k]
  ------------------
  637|      5|        case Py_mp_subscript: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   13|      5|#define Py_mp_subscript 5
  ------------------
  |  Branch (637:9): [True: 5, False: 5.08k]
  ------------------
  638|      0|        case Py_nb_absolute: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   14|      0|#define Py_nb_absolute 6
  ------------------
  |  Branch (638:9): [True: 0, False: 5.09k]
  ------------------
  639|      0|        case Py_nb_add: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   15|      0|#define Py_nb_add 7
  ------------------
  |  Branch (639:9): [True: 0, False: 5.09k]
  ------------------
  640|      0|        case Py_nb_and: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   16|      0|#define Py_nb_and 8
  ------------------
  |  Branch (640:9): [True: 0, False: 5.09k]
  ------------------
  641|      0|        case Py_nb_bool: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   17|      0|#define Py_nb_bool 9
  ------------------
  |  Branch (641:9): [True: 0, False: 5.09k]
  ------------------
  642|      0|        case Py_nb_divmod: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   18|      0|#define Py_nb_divmod 10
  ------------------
  |  Branch (642:9): [True: 0, False: 5.09k]
  ------------------
  643|      0|        case Py_nb_float: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   19|      0|#define Py_nb_float 11
  ------------------
  |  Branch (643:9): [True: 0, False: 5.09k]
  ------------------
  644|      0|        case Py_nb_floor_divide: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   20|      0|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (644:9): [True: 0, False: 5.09k]
  ------------------
  645|      0|        case Py_nb_index: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   21|      0|#define Py_nb_index 13
  ------------------
  |  Branch (645:9): [True: 0, False: 5.09k]
  ------------------
  646|      0|        case Py_nb_inplace_add: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   22|      0|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (646:9): [True: 0, False: 5.09k]
  ------------------
  647|      0|        case Py_nb_inplace_and: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   23|      0|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (647:9): [True: 0, False: 5.09k]
  ------------------
  648|      0|        case Py_nb_inplace_floor_divide: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   24|      0|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (648:9): [True: 0, False: 5.09k]
  ------------------
  649|      0|        case Py_nb_inplace_lshift: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   25|      0|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (649:9): [True: 0, False: 5.09k]
  ------------------
  650|      0|        case Py_nb_inplace_multiply: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   26|      0|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (650:9): [True: 0, False: 5.09k]
  ------------------
  651|      0|        case Py_nb_inplace_or: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   27|      0|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (651:9): [True: 0, False: 5.09k]
  ------------------
  652|      0|        case Py_nb_inplace_power: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   28|      0|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (652:9): [True: 0, False: 5.09k]
  ------------------
  653|      0|        case Py_nb_inplace_remainder: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   29|      0|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (653:9): [True: 0, False: 5.09k]
  ------------------
  654|      0|        case Py_nb_inplace_rshift: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   30|      0|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (654:9): [True: 0, False: 5.09k]
  ------------------
  655|      0|        case Py_nb_inplace_subtract: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   31|      0|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (655:9): [True: 0, False: 5.09k]
  ------------------
  656|      0|        case Py_nb_inplace_true_divide: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   32|      0|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (656:9): [True: 0, False: 5.09k]
  ------------------
  657|      0|        case Py_nb_inplace_xor: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   33|      0|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (657:9): [True: 0, False: 5.09k]
  ------------------
  658|      0|        case Py_nb_int: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   34|      0|#define Py_nb_int 26
  ------------------
  |  Branch (658:9): [True: 0, False: 5.09k]
  ------------------
  659|      0|        case Py_nb_invert: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   35|      0|#define Py_nb_invert 27
  ------------------
  |  Branch (659:9): [True: 0, False: 5.09k]
  ------------------
  660|      0|        case Py_nb_lshift: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   36|      0|#define Py_nb_lshift 28
  ------------------
  |  Branch (660:9): [True: 0, False: 5.09k]
  ------------------
  661|      0|        case Py_nb_multiply: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   37|      0|#define Py_nb_multiply 29
  ------------------
  |  Branch (661:9): [True: 0, False: 5.09k]
  ------------------
  662|      0|        case Py_nb_negative: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   38|      0|#define Py_nb_negative 30
  ------------------
  |  Branch (662:9): [True: 0, False: 5.09k]
  ------------------
  663|     25|        case Py_nb_or: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   39|     25|#define Py_nb_or 31
  ------------------
  |  Branch (663:9): [True: 25, False: 5.06k]
  ------------------
  664|      0|        case Py_nb_positive: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   40|      0|#define Py_nb_positive 32
  ------------------
  |  Branch (664:9): [True: 0, False: 5.09k]
  ------------------
  665|      0|        case Py_nb_power: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   41|      0|#define Py_nb_power 33
  ------------------
  |  Branch (665:9): [True: 0, False: 5.09k]
  ------------------
  666|      0|        case Py_nb_remainder: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   42|      0|#define Py_nb_remainder 34
  ------------------
  |  Branch (666:9): [True: 0, False: 5.09k]
  ------------------
  667|      0|        case Py_nb_rshift: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   43|      0|#define Py_nb_rshift 35
  ------------------
  |  Branch (667:9): [True: 0, False: 5.09k]
  ------------------
  668|      0|        case Py_nb_subtract: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   44|      0|#define Py_nb_subtract 36
  ------------------
  |  Branch (668:9): [True: 0, False: 5.09k]
  ------------------
  669|      0|        case Py_nb_true_divide: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   45|      0|#define Py_nb_true_divide 37
  ------------------
  |  Branch (669:9): [True: 0, False: 5.09k]
  ------------------
  670|      0|        case Py_nb_xor: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   46|      0|#define Py_nb_xor 38
  ------------------
  |  Branch (670:9): [True: 0, False: 5.09k]
  ------------------
  671|      5|        case Py_sq_ass_item: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   47|      5|#define Py_sq_ass_item 39
  ------------------
  |  Branch (671:9): [True: 5, False: 5.08k]
  ------------------
  672|      5|        case Py_sq_concat: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   48|      5|#define Py_sq_concat 40
  ------------------
  |  Branch (672:9): [True: 5, False: 5.08k]
  ------------------
  673|      5|        case Py_sq_contains: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   49|      5|#define Py_sq_contains 41
  ------------------
  |  Branch (673:9): [True: 5, False: 5.08k]
  ------------------
  674|      5|        case Py_sq_inplace_concat: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   50|      5|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (674:9): [True: 5, False: 5.08k]
  ------------------
  675|      5|        case Py_sq_inplace_repeat: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   51|      5|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (675:9): [True: 5, False: 5.08k]
  ------------------
  676|      5|        case Py_sq_item: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   52|      5|#define Py_sq_item 44
  ------------------
  |  Branch (676:9): [True: 5, False: 5.08k]
  ------------------
  677|      5|        case Py_sq_length: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   53|      5|#define Py_sq_length 45
  ------------------
  |  Branch (677:9): [True: 5, False: 5.08k]
  ------------------
  678|      5|        case Py_sq_repeat: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   54|      5|#define Py_sq_repeat 46
  ------------------
  |  Branch (678:9): [True: 5, False: 5.08k]
  ------------------
  679|    100|        case Py_tp_alloc: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   55|    100|#define Py_tp_alloc 47
  ------------------
  |  Branch (679:9): [True: 100, False: 4.99k]
  ------------------
  680|      0|        case Py_tp_base: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   56|      0|#define Py_tp_base 48
  ------------------
  |  Branch (680:9): [True: 0, False: 5.09k]
  ------------------
  681|      0|        case Py_tp_bases: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   57|      0|#define Py_tp_bases 49
  ------------------
  |  Branch (681:9): [True: 0, False: 5.09k]
  ------------------
  682|     40|        case Py_tp_call: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   58|     40|#define Py_tp_call 50
  ------------------
  |  Branch (682:9): [True: 40, False: 5.05k]
  ------------------
  683|    265|        case Py_tp_clear: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   59|    265|#define Py_tp_clear 51
  ------------------
  |  Branch (683:9): [True: 265, False: 4.82k]
  ------------------
  684|    555|        case Py_tp_dealloc: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   60|    555|#define Py_tp_dealloc 52
  ------------------
  |  Branch (684:9): [True: 555, False: 4.53k]
  ------------------
  685|      0|        case Py_tp_del: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   61|      0|#define Py_tp_del 53
  ------------------
  |  Branch (685:9): [True: 0, False: 5.09k]
  ------------------
  686|     15|        case Py_tp_descr_get: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   62|     15|#define Py_tp_descr_get 54
  ------------------
  |  Branch (686:9): [True: 15, False: 5.07k]
  ------------------
  687|      5|        case Py_tp_descr_set: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   63|      5|#define Py_tp_descr_set 55
  ------------------
  |  Branch (687:9): [True: 5, False: 5.08k]
  ------------------
  688|    388|        case Py_tp_doc: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   64|    388|#define Py_tp_doc 56
  ------------------
  |  Branch (688:9): [True: 388, False: 4.70k]
  ------------------
  689|      0|        case Py_tp_getattr: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   65|      0|#define Py_tp_getattr 57
  ------------------
  |  Branch (689:9): [True: 0, False: 5.09k]
  ------------------
  690|    160|        case Py_tp_getattro: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   66|    160|#define Py_tp_getattro 58
  ------------------
  |  Branch (690:9): [True: 160, False: 4.93k]
  ------------------
  691|     10|        case Py_tp_hash: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   67|     10|#define Py_tp_hash 59
  ------------------
  |  Branch (691:9): [True: 10, False: 5.08k]
  ------------------
  692|    100|        case Py_tp_init: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   68|    100|#define Py_tp_init 60
  ------------------
  |  Branch (692:9): [True: 100, False: 4.99k]
  ------------------
  693|      0|        case Py_tp_is_gc: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   69|      0|#define Py_tp_is_gc 61
  ------------------
  |  Branch (693:9): [True: 0, False: 5.09k]
  ------------------
  694|    160|        case Py_tp_iter: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   70|    160|#define Py_tp_iter 62
  ------------------
  |  Branch (694:9): [True: 160, False: 4.93k]
  ------------------
  695|    185|        case Py_tp_iternext: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   71|    185|#define Py_tp_iternext 63
  ------------------
  |  Branch (695:9): [True: 185, False: 4.90k]
  ------------------
  696|    435|        case Py_tp_methods: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   72|    435|#define Py_tp_methods 64
  ------------------
  |  Branch (696:9): [True: 435, False: 4.65k]
  ------------------
  697|    380|        case Py_tp_new: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   73|    380|#define Py_tp_new 65
  ------------------
  |  Branch (697:9): [True: 380, False: 4.71k]
  ------------------
  698|    310|        case Py_tp_repr: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   74|    310|#define Py_tp_repr 66
  ------------------
  |  Branch (698:9): [True: 310, False: 4.78k]
  ------------------
  699|     35|        case Py_tp_richcompare: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   75|     35|#define Py_tp_richcompare 67
  ------------------
  |  Branch (699:9): [True: 35, False: 5.05k]
  ------------------
  700|      0|        case Py_tp_setattr: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   76|      0|#define Py_tp_setattr 68
  ------------------
  |  Branch (700:9): [True: 0, False: 5.09k]
  ------------------
  701|     15|        case Py_tp_setattro: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   77|     15|#define Py_tp_setattro 69
  ------------------
  |  Branch (701:9): [True: 15, False: 5.07k]
  ------------------
  702|      0|        case Py_tp_str: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   78|      0|#define Py_tp_str 70
  ------------------
  |  Branch (702:9): [True: 0, False: 5.09k]
  ------------------
  703|    520|        case Py_tp_traverse: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   79|    520|#define Py_tp_traverse 71
  ------------------
  |  Branch (703:9): [True: 520, False: 4.57k]
  ------------------
  704|    335|        case Py_tp_members: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   80|    335|#define Py_tp_members 72
  ------------------
  |  Branch (704:9): [True: 335, False: 4.75k]
  ------------------
  705|    205|        case Py_tp_getset: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   81|    205|#define Py_tp_getset 73
  ------------------
  |  Branch (705:9): [True: 205, False: 4.88k]
  ------------------
  706|    195|        case Py_tp_free: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   82|    195|#define Py_tp_free 74
  ------------------
  |  Branch (706:9): [True: 195, False: 4.89k]
  ------------------
  707|      0|        case Py_nb_matrix_multiply: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   83|      0|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (707:9): [True: 0, False: 5.09k]
  ------------------
  708|      0|        case Py_nb_inplace_matrix_multiply: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   84|      0|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (708:9): [True: 0, False: 5.09k]
  ------------------
  709|      0|        case Py_am_await: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   85|      0|#define Py_am_await 77
  ------------------
  |  Branch (709:9): [True: 0, False: 5.09k]
  ------------------
  710|      0|        case Py_am_aiter: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   86|      0|#define Py_am_aiter 78
  ------------------
  |  Branch (710:9): [True: 0, False: 5.09k]
  ------------------
  711|      0|        case Py_am_anext: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   87|      0|#define Py_am_anext 79
  ------------------
  |  Branch (711:9): [True: 0, False: 5.09k]
  ------------------
  712|     20|        case Py_tp_finalize: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   88|     20|#define Py_tp_finalize 80
  ------------------
  |  Branch (712:9): [True: 20, False: 5.07k]
  ------------------
  713|      0|        case Py_am_send: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   89|      0|#define Py_am_send 81
  ------------------
  |  Branch (713:9): [True: 0, False: 5.09k]
  ------------------
  714|      0|        case Py_tp_vectorcall: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   90|      0|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (714:9): [True: 0, False: 5.09k]
  ------------------
  715|      4|        case Py_tp_token: return _PySlot_DTYPE_PTR;
  ------------------
  |  |   91|      4|#define Py_tp_token 83
  ------------------
  |  Branch (715:9): [True: 4, False: 5.08k]
  ------------------
  716|      0|        case Py_mod_create: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   92|      0|#define Py_mod_create _Py_SLOT_COMPAT_VALUE(1, 84)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (716:9): [True: 0, False: 5.09k]
  ------------------
  717|    168|        case Py_mod_exec: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   93|    168|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|    168|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (717:9): [True: 168, False: 4.92k]
  ------------------
  718|    120|        case Py_mod_multiple_interpreters: return _PySlot_DTYPE_UINT64;
  ------------------
  |  |   94|    120|#define Py_mod_multiple_interpreters _Py_SLOT_COMPAT_VALUE(3, 86)
  |  |  ------------------
  |  |  |  |    7|    120|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (718:9): [True: 120, False: 4.97k]
  ------------------
  719|    120|        case Py_mod_gil: return _PySlot_DTYPE_UINT64;
  ------------------
  |  |   95|    120|#define Py_mod_gil _Py_SLOT_COMPAT_VALUE(4, 87)
  |  |  ------------------
  |  |  |  |    7|    120|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (719:9): [True: 120, False: 4.97k]
  ------------------
  720|     10|        case Py_bf_getbuffer: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   96|     10|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|     10|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (720:9): [True: 10, False: 5.08k]
  ------------------
  721|     10|        case Py_bf_releasebuffer: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   97|     10|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|     10|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (721:9): [True: 10, False: 5.08k]
  ------------------
  722|      0|        case Py_mp_ass_subscript: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   98|      0|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (722:9): [True: 0, False: 5.09k]
  ------------------
  723|      0|        case Py_mp_length: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |   99|      0|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (723:9): [True: 0, False: 5.09k]
  ------------------
  724|      0|        case Py_slot_subslots: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  100|      0|#define Py_slot_subslots 92
  ------------------
  |  Branch (724:9): [True: 0, False: 5.09k]
  ------------------
  725|      0|        case Py_tp_slots: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  101|      0|#define Py_tp_slots 93
  ------------------
  |  Branch (725:9): [True: 0, False: 5.09k]
  ------------------
  726|      0|        case Py_mod_slots: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  102|      0|#define Py_mod_slots 94
  ------------------
  |  Branch (726:9): [True: 0, False: 5.09k]
  ------------------
  727|      0|        case Py_tp_name: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  103|      0|#define Py_tp_name 95
  ------------------
  |  Branch (727:9): [True: 0, False: 5.09k]
  ------------------
  728|      0|        case Py_tp_basicsize: return _PySlot_DTYPE_SIZE;
  ------------------
  |  |  104|      0|#define Py_tp_basicsize 96
  ------------------
  |  Branch (728:9): [True: 0, False: 5.09k]
  ------------------
  729|      0|        case Py_tp_extra_basicsize: return _PySlot_DTYPE_SIZE;
  ------------------
  |  |  105|      0|#define Py_tp_extra_basicsize 97
  ------------------
  |  Branch (729:9): [True: 0, False: 5.09k]
  ------------------
  730|      0|        case Py_tp_itemsize: return _PySlot_DTYPE_SIZE;
  ------------------
  |  |  106|      0|#define Py_tp_itemsize 98
  ------------------
  |  Branch (730:9): [True: 0, False: 5.09k]
  ------------------
  731|      0|        case Py_tp_flags: return _PySlot_DTYPE_UINT64;
  ------------------
  |  |  107|      0|#define Py_tp_flags 99
  ------------------
  |  Branch (731:9): [True: 0, False: 5.09k]
  ------------------
  732|      0|        case Py_mod_name: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  108|      0|#define Py_mod_name 100
  ------------------
  |  Branch (732:9): [True: 0, False: 5.09k]
  ------------------
  733|      0|        case Py_mod_doc: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  109|      0|#define Py_mod_doc 101
  ------------------
  |  Branch (733:9): [True: 0, False: 5.09k]
  ------------------
  734|      0|        case Py_mod_state_size: return _PySlot_DTYPE_SIZE;
  ------------------
  |  |  110|      0|#define Py_mod_state_size 102
  ------------------
  |  Branch (734:9): [True: 0, False: 5.09k]
  ------------------
  735|      0|        case Py_mod_methods: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  111|      0|#define Py_mod_methods 103
  ------------------
  |  Branch (735:9): [True: 0, False: 5.09k]
  ------------------
  736|      0|        case Py_mod_state_traverse: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |  112|      0|#define Py_mod_state_traverse 104
  ------------------
  |  Branch (736:9): [True: 0, False: 5.09k]
  ------------------
  737|      0|        case Py_mod_state_clear: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |  113|      0|#define Py_mod_state_clear 105
  ------------------
  |  Branch (737:9): [True: 0, False: 5.09k]
  ------------------
  738|      0|        case Py_mod_state_free: return _PySlot_DTYPE_FUNC;
  ------------------
  |  |  114|      0|#define Py_mod_state_free 106
  ------------------
  |  Branch (738:9): [True: 0, False: 5.09k]
  ------------------
  739|      0|        case Py_tp_metaclass: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  115|      0|#define Py_tp_metaclass 107
  ------------------
  |  Branch (739:9): [True: 0, False: 5.09k]
  ------------------
  740|      0|        case Py_tp_module: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  116|      0|#define Py_tp_module 108
  ------------------
  |  Branch (740:9): [True: 0, False: 5.09k]
  ------------------
  741|    156|        case Py_mod_abi: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  117|    156|#define Py_mod_abi 109
  ------------------
  |  Branch (741:9): [True: 156, False: 4.93k]
  ------------------
  742|      0|        case Py_mod_token: return _PySlot_DTYPE_PTR;
  ------------------
  |  |  118|      0|#define Py_mod_token 110
  ------------------
  |  Branch (742:9): [True: 0, False: 5.09k]
  ------------------
  743|      0|        default: return _PySlot_DTYPE_VOID;
  ------------------
  |  Branch (743:9): [True: 0, False: 5.09k]
  ------------------
  744|  5.09k|    }
  745|  5.09k|}
slots.c:_PySlot_get_must_be_static:
  948|  1.15k|{
  949|  1.15k|    switch (slot_id) {
  ------------------
  |  Branch (949:13): [True: 195, False: 958]
  ------------------
  950|     87|        case Py_tp_methods: return true;
  ------------------
  |  |   72|     87|#define Py_tp_methods 64
  ------------------
  |  Branch (950:9): [True: 87, False: 1.06k]
  ------------------
  951|     67|        case Py_tp_members: return true;
  ------------------
  |  |   80|     67|#define Py_tp_members 72
  ------------------
  |  Branch (951:9): [True: 67, False: 1.08k]
  ------------------
  952|     41|        case Py_tp_getset: return true;
  ------------------
  |  |   81|     41|#define Py_tp_getset 73
  ------------------
  |  Branch (952:9): [True: 41, False: 1.11k]
  ------------------
  953|      0|        case Py_mod_methods: return true;
  ------------------
  |  |  111|      0|#define Py_mod_methods 103
  ------------------
  |  Branch (953:9): [True: 0, False: 1.15k]
  ------------------
  954|  1.15k|    }
  955|    958|    return false;
  956|  1.15k|}
slots.c:_PySlot_get_null_handling:
  843|  1.15k|{
  844|  1.15k|    switch (slot_id) {
  845|      0|        case Py_slot_end:
  ------------------
  |  |   12|      0|#define Py_slot_end 0
  ------------------
  |  Branch (845:9): [True: 0, False: 1.15k]
  ------------------
  846|     97|        case Py_tp_doc:
  ------------------
  |  |   64|     97|#define Py_tp_doc 56
  ------------------
  |  Branch (846:9): [True: 97, False: 1.05k]
  ------------------
  847|     98|        case Py_tp_token:
  ------------------
  |  |   91|     98|#define Py_tp_token 83
  ------------------
  |  Branch (847:9): [True: 1, False: 1.15k]
  ------------------
  848|    158|        case Py_mod_multiple_interpreters:
  ------------------
  |  |   94|    158|#define Py_mod_multiple_interpreters _Py_SLOT_COMPAT_VALUE(3, 86)
  |  |  ------------------
  |  |  |  |    7|    158|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (848:9): [True: 60, False: 1.09k]
  ------------------
  849|    218|        case Py_mod_gil:
  ------------------
  |  |   95|    218|#define Py_mod_gil _Py_SLOT_COMPAT_VALUE(4, 87)
  |  |  ------------------
  |  |  |  |    7|    218|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (849:9): [True: 60, False: 1.09k]
  ------------------
  850|    218|        case Py_slot_subslots:
  ------------------
  |  |  100|    218|#define Py_slot_subslots 92
  ------------------
  |  Branch (850:9): [True: 0, False: 1.15k]
  ------------------
  851|    218|        case Py_tp_slots:
  ------------------
  |  |  101|    218|#define Py_tp_slots 93
  ------------------
  |  Branch (851:9): [True: 0, False: 1.15k]
  ------------------
  852|    218|        case Py_mod_slots:
  ------------------
  |  |  102|    218|#define Py_mod_slots 94
  ------------------
  |  Branch (852:9): [True: 0, False: 1.15k]
  ------------------
  853|    218|        case Py_tp_basicsize:
  ------------------
  |  |  104|    218|#define Py_tp_basicsize 96
  ------------------
  |  Branch (853:9): [True: 0, False: 1.15k]
  ------------------
  854|    218|        case Py_tp_extra_basicsize:
  ------------------
  |  |  105|    218|#define Py_tp_extra_basicsize 97
  ------------------
  |  Branch (854:9): [True: 0, False: 1.15k]
  ------------------
  855|    218|        case Py_tp_itemsize:
  ------------------
  |  |  106|    218|#define Py_tp_itemsize 98
  ------------------
  |  Branch (855:9): [True: 0, False: 1.15k]
  ------------------
  856|    218|        case Py_tp_flags:
  ------------------
  |  |  107|    218|#define Py_tp_flags 99
  ------------------
  |  Branch (856:9): [True: 0, False: 1.15k]
  ------------------
  857|    218|        case Py_mod_state_size:
  ------------------
  |  |  110|    218|#define Py_mod_state_size 102
  ------------------
  |  Branch (857:9): [True: 0, False: 1.15k]
  ------------------
  858|    218|            return _PySlot_PROBLEM_ALLOW;
  859|      1|        case Py_mp_subscript:
  ------------------
  |  |   13|      1|#define Py_mp_subscript 5
  ------------------
  |  Branch (859:9): [True: 1, False: 1.15k]
  ------------------
  860|      1|        case Py_nb_absolute:
  ------------------
  |  |   14|      1|#define Py_nb_absolute 6
  ------------------
  |  Branch (860:9): [True: 0, False: 1.15k]
  ------------------
  861|      1|        case Py_nb_add:
  ------------------
  |  |   15|      1|#define Py_nb_add 7
  ------------------
  |  Branch (861:9): [True: 0, False: 1.15k]
  ------------------
  862|      1|        case Py_nb_and:
  ------------------
  |  |   16|      1|#define Py_nb_and 8
  ------------------
  |  Branch (862:9): [True: 0, False: 1.15k]
  ------------------
  863|      1|        case Py_nb_bool:
  ------------------
  |  |   17|      1|#define Py_nb_bool 9
  ------------------
  |  Branch (863:9): [True: 0, False: 1.15k]
  ------------------
  864|      1|        case Py_nb_divmod:
  ------------------
  |  |   18|      1|#define Py_nb_divmod 10
  ------------------
  |  Branch (864:9): [True: 0, False: 1.15k]
  ------------------
  865|      1|        case Py_nb_float:
  ------------------
  |  |   19|      1|#define Py_nb_float 11
  ------------------
  |  Branch (865:9): [True: 0, False: 1.15k]
  ------------------
  866|      1|        case Py_nb_floor_divide:
  ------------------
  |  |   20|      1|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (866:9): [True: 0, False: 1.15k]
  ------------------
  867|      1|        case Py_nb_index:
  ------------------
  |  |   21|      1|#define Py_nb_index 13
  ------------------
  |  Branch (867:9): [True: 0, False: 1.15k]
  ------------------
  868|      1|        case Py_nb_inplace_add:
  ------------------
  |  |   22|      1|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (868:9): [True: 0, False: 1.15k]
  ------------------
  869|      1|        case Py_nb_inplace_and:
  ------------------
  |  |   23|      1|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (869:9): [True: 0, False: 1.15k]
  ------------------
  870|      1|        case Py_nb_inplace_floor_divide:
  ------------------
  |  |   24|      1|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (870:9): [True: 0, False: 1.15k]
  ------------------
  871|      1|        case Py_nb_inplace_lshift:
  ------------------
  |  |   25|      1|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (871:9): [True: 0, False: 1.15k]
  ------------------
  872|      1|        case Py_nb_inplace_multiply:
  ------------------
  |  |   26|      1|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (872:9): [True: 0, False: 1.15k]
  ------------------
  873|      1|        case Py_nb_inplace_or:
  ------------------
  |  |   27|      1|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (873:9): [True: 0, False: 1.15k]
  ------------------
  874|      1|        case Py_nb_inplace_power:
  ------------------
  |  |   28|      1|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (874:9): [True: 0, False: 1.15k]
  ------------------
  875|      1|        case Py_nb_inplace_remainder:
  ------------------
  |  |   29|      1|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (875:9): [True: 0, False: 1.15k]
  ------------------
  876|      1|        case Py_nb_inplace_rshift:
  ------------------
  |  |   30|      1|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (876:9): [True: 0, False: 1.15k]
  ------------------
  877|      1|        case Py_nb_inplace_subtract:
  ------------------
  |  |   31|      1|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (877:9): [True: 0, False: 1.15k]
  ------------------
  878|      1|        case Py_nb_inplace_true_divide:
  ------------------
  |  |   32|      1|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (878:9): [True: 0, False: 1.15k]
  ------------------
  879|      1|        case Py_nb_inplace_xor:
  ------------------
  |  |   33|      1|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (879:9): [True: 0, False: 1.15k]
  ------------------
  880|      1|        case Py_nb_int:
  ------------------
  |  |   34|      1|#define Py_nb_int 26
  ------------------
  |  Branch (880:9): [True: 0, False: 1.15k]
  ------------------
  881|      1|        case Py_nb_invert:
  ------------------
  |  |   35|      1|#define Py_nb_invert 27
  ------------------
  |  Branch (881:9): [True: 0, False: 1.15k]
  ------------------
  882|      1|        case Py_nb_lshift:
  ------------------
  |  |   36|      1|#define Py_nb_lshift 28
  ------------------
  |  Branch (882:9): [True: 0, False: 1.15k]
  ------------------
  883|      1|        case Py_nb_multiply:
  ------------------
  |  |   37|      1|#define Py_nb_multiply 29
  ------------------
  |  Branch (883:9): [True: 0, False: 1.15k]
  ------------------
  884|      1|        case Py_nb_negative:
  ------------------
  |  |   38|      1|#define Py_nb_negative 30
  ------------------
  |  Branch (884:9): [True: 0, False: 1.15k]
  ------------------
  885|      6|        case Py_nb_or:
  ------------------
  |  |   39|      6|#define Py_nb_or 31
  ------------------
  |  Branch (885:9): [True: 5, False: 1.14k]
  ------------------
  886|      6|        case Py_nb_positive:
  ------------------
  |  |   40|      6|#define Py_nb_positive 32
  ------------------
  |  Branch (886:9): [True: 0, False: 1.15k]
  ------------------
  887|      6|        case Py_nb_power:
  ------------------
  |  |   41|      6|#define Py_nb_power 33
  ------------------
  |  Branch (887:9): [True: 0, False: 1.15k]
  ------------------
  888|      6|        case Py_nb_remainder:
  ------------------
  |  |   42|      6|#define Py_nb_remainder 34
  ------------------
  |  Branch (888:9): [True: 0, False: 1.15k]
  ------------------
  889|      6|        case Py_nb_rshift:
  ------------------
  |  |   43|      6|#define Py_nb_rshift 35
  ------------------
  |  Branch (889:9): [True: 0, False: 1.15k]
  ------------------
  890|      6|        case Py_nb_subtract:
  ------------------
  |  |   44|      6|#define Py_nb_subtract 36
  ------------------
  |  Branch (890:9): [True: 0, False: 1.15k]
  ------------------
  891|      6|        case Py_nb_true_divide:
  ------------------
  |  |   45|      6|#define Py_nb_true_divide 37
  ------------------
  |  Branch (891:9): [True: 0, False: 1.15k]
  ------------------
  892|      6|        case Py_nb_xor:
  ------------------
  |  |   46|      6|#define Py_nb_xor 38
  ------------------
  |  Branch (892:9): [True: 0, False: 1.15k]
  ------------------
  893|      7|        case Py_sq_ass_item:
  ------------------
  |  |   47|      7|#define Py_sq_ass_item 39
  ------------------
  |  Branch (893:9): [True: 1, False: 1.15k]
  ------------------
  894|      8|        case Py_sq_concat:
  ------------------
  |  |   48|      8|#define Py_sq_concat 40
  ------------------
  |  Branch (894:9): [True: 1, False: 1.15k]
  ------------------
  895|      9|        case Py_sq_contains:
  ------------------
  |  |   49|      9|#define Py_sq_contains 41
  ------------------
  |  Branch (895:9): [True: 1, False: 1.15k]
  ------------------
  896|     10|        case Py_sq_inplace_concat:
  ------------------
  |  |   50|     10|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (896:9): [True: 1, False: 1.15k]
  ------------------
  897|     11|        case Py_sq_inplace_repeat:
  ------------------
  |  |   51|     11|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (897:9): [True: 1, False: 1.15k]
  ------------------
  898|     12|        case Py_sq_item:
  ------------------
  |  |   52|     12|#define Py_sq_item 44
  ------------------
  |  Branch (898:9): [True: 1, False: 1.15k]
  ------------------
  899|     13|        case Py_sq_length:
  ------------------
  |  |   53|     13|#define Py_sq_length 45
  ------------------
  |  Branch (899:9): [True: 1, False: 1.15k]
  ------------------
  900|     14|        case Py_sq_repeat:
  ------------------
  |  |   54|     14|#define Py_sq_repeat 46
  ------------------
  |  Branch (900:9): [True: 1, False: 1.15k]
  ------------------
  901|     34|        case Py_tp_alloc:
  ------------------
  |  |   55|     34|#define Py_tp_alloc 47
  ------------------
  |  Branch (901:9): [True: 20, False: 1.13k]
  ------------------
  902|     34|        case Py_tp_base:
  ------------------
  |  |   56|     34|#define Py_tp_base 48
  ------------------
  |  Branch (902:9): [True: 0, False: 1.15k]
  ------------------
  903|     34|        case Py_tp_bases:
  ------------------
  |  |   57|     34|#define Py_tp_bases 49
  ------------------
  |  Branch (903:9): [True: 0, False: 1.15k]
  ------------------
  904|     42|        case Py_tp_call:
  ------------------
  |  |   58|     42|#define Py_tp_call 50
  ------------------
  |  Branch (904:9): [True: 8, False: 1.14k]
  ------------------
  905|     95|        case Py_tp_clear:
  ------------------
  |  |   59|     95|#define Py_tp_clear 51
  ------------------
  |  Branch (905:9): [True: 53, False: 1.10k]
  ------------------
  906|    206|        case Py_tp_dealloc:
  ------------------
  |  |   60|    206|#define Py_tp_dealloc 52
  ------------------
  |  Branch (906:9): [True: 111, False: 1.04k]
  ------------------
  907|    206|        case Py_tp_del:
  ------------------
  |  |   61|    206|#define Py_tp_del 53
  ------------------
  |  Branch (907:9): [True: 0, False: 1.15k]
  ------------------
  908|    209|        case Py_tp_descr_get:
  ------------------
  |  |   62|    209|#define Py_tp_descr_get 54
  ------------------
  |  Branch (908:9): [True: 3, False: 1.15k]
  ------------------
  909|    210|        case Py_tp_descr_set:
  ------------------
  |  |   63|    210|#define Py_tp_descr_set 55
  ------------------
  |  Branch (909:9): [True: 1, False: 1.15k]
  ------------------
  910|    210|        case Py_tp_getattr:
  ------------------
  |  |   65|    210|#define Py_tp_getattr 57
  ------------------
  |  Branch (910:9): [True: 0, False: 1.15k]
  ------------------
  911|    242|        case Py_tp_getattro:
  ------------------
  |  |   66|    242|#define Py_tp_getattro 58
  ------------------
  |  Branch (911:9): [True: 32, False: 1.12k]
  ------------------
  912|    244|        case Py_tp_hash:
  ------------------
  |  |   67|    244|#define Py_tp_hash 59
  ------------------
  |  Branch (912:9): [True: 2, False: 1.15k]
  ------------------
  913|    264|        case Py_tp_init:
  ------------------
  |  |   68|    264|#define Py_tp_init 60
  ------------------
  |  Branch (913:9): [True: 20, False: 1.13k]
  ------------------
  914|    264|        case Py_tp_is_gc:
  ------------------
  |  |   69|    264|#define Py_tp_is_gc 61
  ------------------
  |  Branch (914:9): [True: 0, False: 1.15k]
  ------------------
  915|    296|        case Py_tp_iter:
  ------------------
  |  |   70|    296|#define Py_tp_iter 62
  ------------------
  |  Branch (915:9): [True: 32, False: 1.12k]
  ------------------
  916|    333|        case Py_tp_iternext:
  ------------------
  |  |   71|    333|#define Py_tp_iternext 63
  ------------------
  |  Branch (916:9): [True: 37, False: 1.11k]
  ------------------
  917|    420|        case Py_tp_methods:
  ------------------
  |  |   72|    420|#define Py_tp_methods 64
  ------------------
  |  Branch (917:9): [True: 87, False: 1.06k]
  ------------------
  918|    496|        case Py_tp_new:
  ------------------
  |  |   73|    496|#define Py_tp_new 65
  ------------------
  |  Branch (918:9): [True: 76, False: 1.07k]
  ------------------
  919|    558|        case Py_tp_repr:
  ------------------
  |  |   74|    558|#define Py_tp_repr 66
  ------------------
  |  Branch (919:9): [True: 62, False: 1.09k]
  ------------------
  920|    565|        case Py_tp_richcompare:
  ------------------
  |  |   75|    565|#define Py_tp_richcompare 67
  ------------------
  |  Branch (920:9): [True: 7, False: 1.14k]
  ------------------
  921|    565|        case Py_tp_setattr:
  ------------------
  |  |   76|    565|#define Py_tp_setattr 68
  ------------------
  |  Branch (921:9): [True: 0, False: 1.15k]
  ------------------
  922|    568|        case Py_tp_setattro:
  ------------------
  |  |   77|    568|#define Py_tp_setattro 69
  ------------------
  |  Branch (922:9): [True: 3, False: 1.15k]
  ------------------
  923|    568|        case Py_tp_str:
  ------------------
  |  |   78|    568|#define Py_tp_str 70
  ------------------
  |  Branch (923:9): [True: 0, False: 1.15k]
  ------------------
  924|    672|        case Py_tp_traverse:
  ------------------
  |  |   79|    672|#define Py_tp_traverse 71
  ------------------
  |  Branch (924:9): [True: 104, False: 1.04k]
  ------------------
  925|    713|        case Py_tp_getset:
  ------------------
  |  |   81|    713|#define Py_tp_getset 73
  ------------------
  |  Branch (925:9): [True: 41, False: 1.11k]
  ------------------
  926|    752|        case Py_tp_free:
  ------------------
  |  |   82|    752|#define Py_tp_free 74
  ------------------
  |  Branch (926:9): [True: 39, False: 1.11k]
  ------------------
  927|    752|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|    752|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (927:9): [True: 0, False: 1.15k]
  ------------------
  928|    752|        case Py_nb_inplace_matrix_multiply:
  ------------------
  |  |   84|    752|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (928:9): [True: 0, False: 1.15k]
  ------------------
  929|    752|        case Py_am_await:
  ------------------
  |  |   85|    752|#define Py_am_await 77
  ------------------
  |  Branch (929:9): [True: 0, False: 1.15k]
  ------------------
  930|    752|        case Py_am_aiter:
  ------------------
  |  |   86|    752|#define Py_am_aiter 78
  ------------------
  |  Branch (930:9): [True: 0, False: 1.15k]
  ------------------
  931|    752|        case Py_am_anext:
  ------------------
  |  |   87|    752|#define Py_am_anext 79
  ------------------
  |  Branch (931:9): [True: 0, False: 1.15k]
  ------------------
  932|    756|        case Py_tp_finalize:
  ------------------
  |  |   88|    756|#define Py_tp_finalize 80
  ------------------
  |  Branch (932:9): [True: 4, False: 1.14k]
  ------------------
  933|    756|        case Py_am_send:
  ------------------
  |  |   89|    756|#define Py_am_send 81
  ------------------
  |  Branch (933:9): [True: 0, False: 1.15k]
  ------------------
  934|    756|        case Py_tp_vectorcall:
  ------------------
  |  |   90|    756|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (934:9): [True: 0, False: 1.15k]
  ------------------
  935|    756|        case Py_mod_create:
  ------------------
  |  |   92|    756|#define Py_mod_create _Py_SLOT_COMPAT_VALUE(1, 84)
  |  |  ------------------
  |  |  |  |    7|    756|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (935:9): [True: 0, False: 1.15k]
  ------------------
  936|    758|        case Py_bf_getbuffer:
  ------------------
  |  |   96|    758|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|    758|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (936:9): [True: 2, False: 1.15k]
  ------------------
  937|    760|        case Py_bf_releasebuffer:
  ------------------
  |  |   97|    760|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|    760|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (937:9): [True: 2, False: 1.15k]
  ------------------
  938|    760|        case Py_mp_ass_subscript:
  ------------------
  |  |   98|    760|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|    760|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (938:9): [True: 0, False: 1.15k]
  ------------------
  939|    760|        case Py_mp_length:
  ------------------
  |  |   99|    760|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|    760|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (939:9): [True: 0, False: 1.15k]
  ------------------
  940|    760|            return _PySlot_PROBLEM_DEPRECATED;
  941|    175|        default:
  ------------------
  |  Branch (941:9): [True: 175, False: 978]
  ------------------
  942|    175|            return _PySlot_PROBLEM_REJECT;
  943|  1.15k|    }
  944|  1.15k|}
slots.c:_PySlot_get_duplicate_handling:
  749|  1.15k|{
  750|  1.15k|    switch (slot_id) {
  751|      1|        case Py_mp_subscript:
  ------------------
  |  |   13|      1|#define Py_mp_subscript 5
  ------------------
  |  Branch (751:9): [True: 1, False: 1.15k]
  ------------------
  752|      1|        case Py_nb_absolute:
  ------------------
  |  |   14|      1|#define Py_nb_absolute 6
  ------------------
  |  Branch (752:9): [True: 0, False: 1.15k]
  ------------------
  753|      1|        case Py_nb_add:
  ------------------
  |  |   15|      1|#define Py_nb_add 7
  ------------------
  |  Branch (753:9): [True: 0, False: 1.15k]
  ------------------
  754|      1|        case Py_nb_and:
  ------------------
  |  |   16|      1|#define Py_nb_and 8
  ------------------
  |  Branch (754:9): [True: 0, False: 1.15k]
  ------------------
  755|      1|        case Py_nb_bool:
  ------------------
  |  |   17|      1|#define Py_nb_bool 9
  ------------------
  |  Branch (755:9): [True: 0, False: 1.15k]
  ------------------
  756|      1|        case Py_nb_divmod:
  ------------------
  |  |   18|      1|#define Py_nb_divmod 10
  ------------------
  |  Branch (756:9): [True: 0, False: 1.15k]
  ------------------
  757|      1|        case Py_nb_float:
  ------------------
  |  |   19|      1|#define Py_nb_float 11
  ------------------
  |  Branch (757:9): [True: 0, False: 1.15k]
  ------------------
  758|      1|        case Py_nb_floor_divide:
  ------------------
  |  |   20|      1|#define Py_nb_floor_divide 12
  ------------------
  |  Branch (758:9): [True: 0, False: 1.15k]
  ------------------
  759|      1|        case Py_nb_index:
  ------------------
  |  |   21|      1|#define Py_nb_index 13
  ------------------
  |  Branch (759:9): [True: 0, False: 1.15k]
  ------------------
  760|      1|        case Py_nb_inplace_add:
  ------------------
  |  |   22|      1|#define Py_nb_inplace_add 14
  ------------------
  |  Branch (760:9): [True: 0, False: 1.15k]
  ------------------
  761|      1|        case Py_nb_inplace_and:
  ------------------
  |  |   23|      1|#define Py_nb_inplace_and 15
  ------------------
  |  Branch (761:9): [True: 0, False: 1.15k]
  ------------------
  762|      1|        case Py_nb_inplace_floor_divide:
  ------------------
  |  |   24|      1|#define Py_nb_inplace_floor_divide 16
  ------------------
  |  Branch (762:9): [True: 0, False: 1.15k]
  ------------------
  763|      1|        case Py_nb_inplace_lshift:
  ------------------
  |  |   25|      1|#define Py_nb_inplace_lshift 17
  ------------------
  |  Branch (763:9): [True: 0, False: 1.15k]
  ------------------
  764|      1|        case Py_nb_inplace_multiply:
  ------------------
  |  |   26|      1|#define Py_nb_inplace_multiply 18
  ------------------
  |  Branch (764:9): [True: 0, False: 1.15k]
  ------------------
  765|      1|        case Py_nb_inplace_or:
  ------------------
  |  |   27|      1|#define Py_nb_inplace_or 19
  ------------------
  |  Branch (765:9): [True: 0, False: 1.15k]
  ------------------
  766|      1|        case Py_nb_inplace_power:
  ------------------
  |  |   28|      1|#define Py_nb_inplace_power 20
  ------------------
  |  Branch (766:9): [True: 0, False: 1.15k]
  ------------------
  767|      1|        case Py_nb_inplace_remainder:
  ------------------
  |  |   29|      1|#define Py_nb_inplace_remainder 21
  ------------------
  |  Branch (767:9): [True: 0, False: 1.15k]
  ------------------
  768|      1|        case Py_nb_inplace_rshift:
  ------------------
  |  |   30|      1|#define Py_nb_inplace_rshift 22
  ------------------
  |  Branch (768:9): [True: 0, False: 1.15k]
  ------------------
  769|      1|        case Py_nb_inplace_subtract:
  ------------------
  |  |   31|      1|#define Py_nb_inplace_subtract 23
  ------------------
  |  Branch (769:9): [True: 0, False: 1.15k]
  ------------------
  770|      1|        case Py_nb_inplace_true_divide:
  ------------------
  |  |   32|      1|#define Py_nb_inplace_true_divide 24
  ------------------
  |  Branch (770:9): [True: 0, False: 1.15k]
  ------------------
  771|      1|        case Py_nb_inplace_xor:
  ------------------
  |  |   33|      1|#define Py_nb_inplace_xor 25
  ------------------
  |  Branch (771:9): [True: 0, False: 1.15k]
  ------------------
  772|      1|        case Py_nb_int:
  ------------------
  |  |   34|      1|#define Py_nb_int 26
  ------------------
  |  Branch (772:9): [True: 0, False: 1.15k]
  ------------------
  773|      1|        case Py_nb_invert:
  ------------------
  |  |   35|      1|#define Py_nb_invert 27
  ------------------
  |  Branch (773:9): [True: 0, False: 1.15k]
  ------------------
  774|      1|        case Py_nb_lshift:
  ------------------
  |  |   36|      1|#define Py_nb_lshift 28
  ------------------
  |  Branch (774:9): [True: 0, False: 1.15k]
  ------------------
  775|      1|        case Py_nb_multiply:
  ------------------
  |  |   37|      1|#define Py_nb_multiply 29
  ------------------
  |  Branch (775:9): [True: 0, False: 1.15k]
  ------------------
  776|      1|        case Py_nb_negative:
  ------------------
  |  |   38|      1|#define Py_nb_negative 30
  ------------------
  |  Branch (776:9): [True: 0, False: 1.15k]
  ------------------
  777|      6|        case Py_nb_or:
  ------------------
  |  |   39|      6|#define Py_nb_or 31
  ------------------
  |  Branch (777:9): [True: 5, False: 1.14k]
  ------------------
  778|      6|        case Py_nb_positive:
  ------------------
  |  |   40|      6|#define Py_nb_positive 32
  ------------------
  |  Branch (778:9): [True: 0, False: 1.15k]
  ------------------
  779|      6|        case Py_nb_power:
  ------------------
  |  |   41|      6|#define Py_nb_power 33
  ------------------
  |  Branch (779:9): [True: 0, False: 1.15k]
  ------------------
  780|      6|        case Py_nb_remainder:
  ------------------
  |  |   42|      6|#define Py_nb_remainder 34
  ------------------
  |  Branch (780:9): [True: 0, False: 1.15k]
  ------------------
  781|      6|        case Py_nb_rshift:
  ------------------
  |  |   43|      6|#define Py_nb_rshift 35
  ------------------
  |  Branch (781:9): [True: 0, False: 1.15k]
  ------------------
  782|      6|        case Py_nb_subtract:
  ------------------
  |  |   44|      6|#define Py_nb_subtract 36
  ------------------
  |  Branch (782:9): [True: 0, False: 1.15k]
  ------------------
  783|      6|        case Py_nb_true_divide:
  ------------------
  |  |   45|      6|#define Py_nb_true_divide 37
  ------------------
  |  Branch (783:9): [True: 0, False: 1.15k]
  ------------------
  784|      6|        case Py_nb_xor:
  ------------------
  |  |   46|      6|#define Py_nb_xor 38
  ------------------
  |  Branch (784:9): [True: 0, False: 1.15k]
  ------------------
  785|      7|        case Py_sq_ass_item:
  ------------------
  |  |   47|      7|#define Py_sq_ass_item 39
  ------------------
  |  Branch (785:9): [True: 1, False: 1.15k]
  ------------------
  786|      8|        case Py_sq_concat:
  ------------------
  |  |   48|      8|#define Py_sq_concat 40
  ------------------
  |  Branch (786:9): [True: 1, False: 1.15k]
  ------------------
  787|      9|        case Py_sq_contains:
  ------------------
  |  |   49|      9|#define Py_sq_contains 41
  ------------------
  |  Branch (787:9): [True: 1, False: 1.15k]
  ------------------
  788|     10|        case Py_sq_inplace_concat:
  ------------------
  |  |   50|     10|#define Py_sq_inplace_concat 42
  ------------------
  |  Branch (788:9): [True: 1, False: 1.15k]
  ------------------
  789|     11|        case Py_sq_inplace_repeat:
  ------------------
  |  |   51|     11|#define Py_sq_inplace_repeat 43
  ------------------
  |  Branch (789:9): [True: 1, False: 1.15k]
  ------------------
  790|     12|        case Py_sq_item:
  ------------------
  |  |   52|     12|#define Py_sq_item 44
  ------------------
  |  Branch (790:9): [True: 1, False: 1.15k]
  ------------------
  791|     13|        case Py_sq_length:
  ------------------
  |  |   53|     13|#define Py_sq_length 45
  ------------------
  |  Branch (791:9): [True: 1, False: 1.15k]
  ------------------
  792|     14|        case Py_sq_repeat:
  ------------------
  |  |   54|     14|#define Py_sq_repeat 46
  ------------------
  |  Branch (792:9): [True: 1, False: 1.15k]
  ------------------
  793|     34|        case Py_tp_alloc:
  ------------------
  |  |   55|     34|#define Py_tp_alloc 47
  ------------------
  |  Branch (793:9): [True: 20, False: 1.13k]
  ------------------
  794|     34|        case Py_tp_base:
  ------------------
  |  |   56|     34|#define Py_tp_base 48
  ------------------
  |  Branch (794:9): [True: 0, False: 1.15k]
  ------------------
  795|     34|        case Py_tp_bases:
  ------------------
  |  |   57|     34|#define Py_tp_bases 49
  ------------------
  |  Branch (795:9): [True: 0, False: 1.15k]
  ------------------
  796|     42|        case Py_tp_call:
  ------------------
  |  |   58|     42|#define Py_tp_call 50
  ------------------
  |  Branch (796:9): [True: 8, False: 1.14k]
  ------------------
  797|     95|        case Py_tp_clear:
  ------------------
  |  |   59|     95|#define Py_tp_clear 51
  ------------------
  |  Branch (797:9): [True: 53, False: 1.10k]
  ------------------
  798|    206|        case Py_tp_dealloc:
  ------------------
  |  |   60|    206|#define Py_tp_dealloc 52
  ------------------
  |  Branch (798:9): [True: 111, False: 1.04k]
  ------------------
  799|    206|        case Py_tp_del:
  ------------------
  |  |   61|    206|#define Py_tp_del 53
  ------------------
  |  Branch (799:9): [True: 0, False: 1.15k]
  ------------------
  800|    209|        case Py_tp_descr_get:
  ------------------
  |  |   62|    209|#define Py_tp_descr_get 54
  ------------------
  |  Branch (800:9): [True: 3, False: 1.15k]
  ------------------
  801|    210|        case Py_tp_descr_set:
  ------------------
  |  |   63|    210|#define Py_tp_descr_set 55
  ------------------
  |  Branch (801:9): [True: 1, False: 1.15k]
  ------------------
  802|    210|        case Py_tp_getattr:
  ------------------
  |  |   65|    210|#define Py_tp_getattr 57
  ------------------
  |  Branch (802:9): [True: 0, False: 1.15k]
  ------------------
  803|    242|        case Py_tp_getattro:
  ------------------
  |  |   66|    242|#define Py_tp_getattro 58
  ------------------
  |  Branch (803:9): [True: 32, False: 1.12k]
  ------------------
  804|    244|        case Py_tp_hash:
  ------------------
  |  |   67|    244|#define Py_tp_hash 59
  ------------------
  |  Branch (804:9): [True: 2, False: 1.15k]
  ------------------
  805|    264|        case Py_tp_init:
  ------------------
  |  |   68|    264|#define Py_tp_init 60
  ------------------
  |  Branch (805:9): [True: 20, False: 1.13k]
  ------------------
  806|    264|        case Py_tp_is_gc:
  ------------------
  |  |   69|    264|#define Py_tp_is_gc 61
  ------------------
  |  Branch (806:9): [True: 0, False: 1.15k]
  ------------------
  807|    296|        case Py_tp_iter:
  ------------------
  |  |   70|    296|#define Py_tp_iter 62
  ------------------
  |  Branch (807:9): [True: 32, False: 1.12k]
  ------------------
  808|    333|        case Py_tp_iternext:
  ------------------
  |  |   71|    333|#define Py_tp_iternext 63
  ------------------
  |  Branch (808:9): [True: 37, False: 1.11k]
  ------------------
  809|    420|        case Py_tp_methods:
  ------------------
  |  |   72|    420|#define Py_tp_methods 64
  ------------------
  |  Branch (809:9): [True: 87, False: 1.06k]
  ------------------
  810|    496|        case Py_tp_new:
  ------------------
  |  |   73|    496|#define Py_tp_new 65
  ------------------
  |  Branch (810:9): [True: 76, False: 1.07k]
  ------------------
  811|    558|        case Py_tp_repr:
  ------------------
  |  |   74|    558|#define Py_tp_repr 66
  ------------------
  |  Branch (811:9): [True: 62, False: 1.09k]
  ------------------
  812|    565|        case Py_tp_richcompare:
  ------------------
  |  |   75|    565|#define Py_tp_richcompare 67
  ------------------
  |  Branch (812:9): [True: 7, False: 1.14k]
  ------------------
  813|    565|        case Py_tp_setattr:
  ------------------
  |  |   76|    565|#define Py_tp_setattr 68
  ------------------
  |  Branch (813:9): [True: 0, False: 1.15k]
  ------------------
  814|    568|        case Py_tp_setattro:
  ------------------
  |  |   77|    568|#define Py_tp_setattro 69
  ------------------
  |  Branch (814:9): [True: 3, False: 1.15k]
  ------------------
  815|    568|        case Py_tp_str:
  ------------------
  |  |   78|    568|#define Py_tp_str 70
  ------------------
  |  Branch (815:9): [True: 0, False: 1.15k]
  ------------------
  816|    672|        case Py_tp_traverse:
  ------------------
  |  |   79|    672|#define Py_tp_traverse 71
  ------------------
  |  Branch (816:9): [True: 104, False: 1.04k]
  ------------------
  817|    713|        case Py_tp_getset:
  ------------------
  |  |   81|    713|#define Py_tp_getset 73
  ------------------
  |  Branch (817:9): [True: 41, False: 1.11k]
  ------------------
  818|    752|        case Py_tp_free:
  ------------------
  |  |   82|    752|#define Py_tp_free 74
  ------------------
  |  Branch (818:9): [True: 39, False: 1.11k]
  ------------------
  819|    752|        case Py_nb_matrix_multiply:
  ------------------
  |  |   83|    752|#define Py_nb_matrix_multiply 75
  ------------------
  |  Branch (819:9): [True: 0, False: 1.15k]
  ------------------
  820|    752|        case Py_nb_inplace_matrix_multiply:
  ------------------
  |  |   84|    752|#define Py_nb_inplace_matrix_multiply 76
  ------------------
  |  Branch (820:9): [True: 0, False: 1.15k]
  ------------------
  821|    752|        case Py_am_await:
  ------------------
  |  |   85|    752|#define Py_am_await 77
  ------------------
  |  Branch (821:9): [True: 0, False: 1.15k]
  ------------------
  822|    752|        case Py_am_aiter:
  ------------------
  |  |   86|    752|#define Py_am_aiter 78
  ------------------
  |  Branch (822:9): [True: 0, False: 1.15k]
  ------------------
  823|    752|        case Py_am_anext:
  ------------------
  |  |   87|    752|#define Py_am_anext 79
  ------------------
  |  Branch (823:9): [True: 0, False: 1.15k]
  ------------------
  824|    756|        case Py_tp_finalize:
  ------------------
  |  |   88|    756|#define Py_tp_finalize 80
  ------------------
  |  Branch (824:9): [True: 4, False: 1.14k]
  ------------------
  825|    756|        case Py_am_send:
  ------------------
  |  |   89|    756|#define Py_am_send 81
  ------------------
  |  Branch (825:9): [True: 0, False: 1.15k]
  ------------------
  826|    756|        case Py_tp_vectorcall:
  ------------------
  |  |   90|    756|#define Py_tp_vectorcall 82
  ------------------
  |  Branch (826:9): [True: 0, False: 1.15k]
  ------------------
  827|    757|        case Py_tp_token:
  ------------------
  |  |   91|    757|#define Py_tp_token 83
  ------------------
  |  Branch (827:9): [True: 1, False: 1.15k]
  ------------------
  828|    759|        case Py_bf_getbuffer:
  ------------------
  |  |   96|    759|#define Py_bf_getbuffer _Py_SLOT_COMPAT_VALUE(1, 88)
  |  |  ------------------
  |  |  |  |    7|    759|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (828:9): [True: 2, False: 1.15k]
  ------------------
  829|    761|        case Py_bf_releasebuffer:
  ------------------
  |  |   97|    761|#define Py_bf_releasebuffer _Py_SLOT_COMPAT_VALUE(2, 89)
  |  |  ------------------
  |  |  |  |    7|    761|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (829:9): [True: 2, False: 1.15k]
  ------------------
  830|    761|        case Py_mp_ass_subscript:
  ------------------
  |  |   98|    761|#define Py_mp_ass_subscript _Py_SLOT_COMPAT_VALUE(3, 90)
  |  |  ------------------
  |  |  |  |    7|    761|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (830:9): [True: 0, False: 1.15k]
  ------------------
  831|    761|        case Py_mp_length:
  ------------------
  |  |   99|    761|#define Py_mp_length _Py_SLOT_COMPAT_VALUE(4, 91)
  |  |  ------------------
  |  |  |  |    7|    761|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (831:9): [True: 0, False: 1.15k]
  ------------------
  832|    761|            return _PySlot_PROBLEM_DEPRECATED;
  833|     56|        case Py_mod_exec:
  ------------------
  |  |   93|     56|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|     56|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (833:9): [True: 56, False: 1.09k]
  ------------------
  834|    108|        case Py_mod_abi:
  ------------------
  |  |  117|    108|#define Py_mod_abi 109
  ------------------
  |  Branch (834:9): [True: 52, False: 1.10k]
  ------------------
  835|    108|            return _PySlot_PROBLEM_ALLOW;
  836|    284|        default:
  ------------------
  |  Branch (836:9): [True: 284, False: 869]
  ------------------
  837|    284|            return _PySlot_PROBLEM_REJECT;
  838|  1.15k|    }
  839|  1.15k|}

call.c:_PyThreadState_PushCStackRef:
  766|  1.22k|{
  767|       |#ifdef Py_GIL_DISABLED
  768|       |    _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
  769|       |    ref->next = tstate_impl->c_stack_refs;
  770|       |    tstate_impl->c_stack_refs = ref;
  771|       |#endif
  772|  1.22k|    ref->ref = PyStackRef_NULL;
  773|  1.22k|}
call.c:PyStackRef_FromPyObjectBorrow:
  615|    612|{
  616|    612|    assert(obj != NULL);
  ------------------
  |  Branch (616:5): [True: 612, False: 0]
  ------------------
  617|    612|    return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT};
  ------------------
  |  |   55|    612|#define Py_TAG_REFCNT 1
  ------------------
  618|    612|}
call.c:_PyThreadState_PopCStackRef:
  784|  1.22k|{
  785|       |#ifdef Py_GIL_DISABLED
  786|       |    _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
  787|       |    assert(tstate_impl->c_stack_refs == ref);
  788|       |    tstate_impl->c_stack_refs = ref->next;
  789|       |#endif
  790|  1.22k|    PyStackRef_XCLOSE(ref->ref);
  791|  1.22k|}
call.c:PyStackRef_XCLOSE:
  701|  1.22k|{
  702|  1.22k|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 1.22k, False: 0]
  ------------------
  703|  1.22k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 612, False: 612]
  ------------------
  704|    612|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 612, False: 0]
  ------------------
  705|    612|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|    612|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    612|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    612|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|    612|    }
  707|  1.22k|}
call.c:PyStackRef_RefcountOnObject:
  522|  1.22k|{
  523|  1.22k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  1.22k|#define Py_TAG_REFCNT 1
  ------------------
  524|  1.22k|}
call.c:PyStackRef_AsPyObjectBorrow:
  528|  1.22k|{
  529|  1.22k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 1.22k, False: 0]
  ------------------
  530|  1.22k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  1.22k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  1.22k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|  1.22k|}
call.c:PyStackRef_IsTaggedInt:
  428|  1.22k|{
  429|  1.22k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  1.22k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  1.22k|#define Py_INT_TAG 3
  ------------------
  430|  1.22k|}
listobject.c:PyStackRef_AsPyObjectSteal:
  542|    278|{
  543|    278|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 278, False: 0]
  ------------------
  544|    278|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 278, False: 0]
  ------------------
  545|    278|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 58, False: 220]
  ------------------
  546|     58|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|     58|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|     58|    }
  548|    220|    else {
  549|    220|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|    220|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    220|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    220|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|    220|    }
  551|    278|}
listobject.c:PyStackRef_IsTaggedInt:
  428|    278|{
  429|    278|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|    278|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|    278|#define Py_INT_TAG 3
  ------------------
  430|    278|}
listobject.c:PyStackRef_RefcountOnObject:
  522|    278|{
  523|    278|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|    278|#define Py_TAG_REFCNT 1
  ------------------
  524|    278|}
longobject.c:PyStackRef_FromPyObjectBorrow:
  615|    452|{
  616|    452|    assert(obj != NULL);
  ------------------
  |  Branch (616:5): [True: 452, False: 0]
  ------------------
  617|    452|    return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT};
  ------------------
  |  |   55|    452|#define Py_TAG_REFCNT 1
  ------------------
  618|    452|}
dictobject.c:_PyStackRef_FromPyObjectNew:
  583|  12.4k|{
  584|  12.4k|    assert(obj != NULL);
  ------------------
  |  Branch (584:5): [True: 12.4k, False: 0]
  ------------------
  585|       |#ifdef Py_GIL_DISABLED
  586|       |    if (_PyObject_HasDeferredRefcount(obj)) {
  587|       |        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  588|       |    }
  589|       |#else
  590|  12.4k|    if (_Py_IsImmortal(obj)) {
  ------------------
  |  |  137|  12.4k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  12.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  12.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 994, False: 11.4k]
  |  |  ------------------
  ------------------
  591|    994|        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  ------------------
  |  |   55|    994|#define Py_TAG_REFCNT 1
  ------------------
  592|    994|    }
  593|  11.4k|#endif
  594|  11.4k|    _Py_INCREF_MORTAL(obj);
  595|  11.4k|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  596|  11.4k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  11.4k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  597|  11.4k|    return ref;
  598|  12.4k|}
dictobject.c:PyStackRef_RefcountOnObject:
  522|  2.16k|{
  523|  2.16k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  2.16k|#define Py_TAG_REFCNT 1
  ------------------
  524|  2.16k|}
dictobject.c:PyStackRef_AsPyObjectBorrow:
  528|  2.16k|{
  529|  2.16k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 2.16k, False: 0]
  ------------------
  530|  2.16k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  2.16k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  2.16k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|  2.16k|}
dictobject.c:PyStackRef_IsTaggedInt:
  428|  2.16k|{
  429|  2.16k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  2.16k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  2.16k|#define Py_INT_TAG 3
  ------------------
  430|  2.16k|}
dictobject.c:PyStackRef_CLOSE:
  679|  2.16k|{
  680|  2.16k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (680:5): [True: 2.16k, False: 0]
  ------------------
  681|  2.16k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (681:9): [True: 2.16k, False: 0]
  ------------------
  682|  2.16k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  2.16k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  683|  2.16k|    }
  684|  2.16k|}
object.c:PyStackRef_FromPyObjectSteal:
  555|  2.76k|{
  556|  2.76k|    assert(obj != NULL);
  ------------------
  |  Branch (556:5): [True: 2.76k, False: 0]
  ------------------
  557|       |#ifdef Py_GIL_DISABLED
  558|       |    return (_PyStackRef){ .bits = (uintptr_t)obj };
  559|       |#else
  560|  2.76k|#  if SIZEOF_VOID_P > 4
  561|  2.76k|    unsigned int tag = obj->ob_flags & Py_TAG_REFCNT;
  ------------------
  |  |   55|  2.76k|#define Py_TAG_REFCNT 1
  ------------------
  562|       |#  else
  563|       |    unsigned int tag = _Py_IsImmortal(obj) ? Py_TAG_REFCNT : 0;
  564|       |#  endif
  565|  2.76k|    _PyStackRef ref = ((_PyStackRef){.bits = ((uintptr_t)(obj)) | tag});
  566|  2.76k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  2.76k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  567|  2.76k|    return ref;
  568|  2.76k|#endif
  569|  2.76k|}
object.c:PyStackRef_AsPyObjectBorrow:
  528|  12.8k|{
  529|  12.8k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 12.8k, False: 0]
  ------------------
  530|  12.8k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  12.8k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  12.8k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|  12.8k|}
object.c:PyStackRef_XCLOSE:
  701|  11.0k|{
  702|  11.0k|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 11.0k, False: 0]
  ------------------
  703|  11.0k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 3.11k, False: 7.95k]
  ------------------
  704|  3.11k|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 3.11k, False: 0]
  ------------------
  705|  3.11k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  3.11k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|  3.11k|    }
  707|  11.0k|}
object.c:PyStackRef_RefcountOnObject:
  522|  11.1k|{
  523|  11.1k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  11.1k|#define Py_TAG_REFCNT 1
  ------------------
  524|  11.1k|}
object.c:_PyThreadState_PushCStackRef:
  766|  10.3k|{
  767|       |#ifdef Py_GIL_DISABLED
  768|       |    _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
  769|       |    ref->next = tstate_impl->c_stack_refs;
  770|       |    tstate_impl->c_stack_refs = ref;
  771|       |#endif
  772|  10.3k|    ref->ref = PyStackRef_NULL;
  773|  10.3k|}
object.c:PyStackRef_AsPyObjectSteal:
  542|    103|{
  543|    103|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 103, False: 0]
  ------------------
  544|    103|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 103, False: 0]
  ------------------
  545|    103|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 1, False: 102]
  ------------------
  546|      1|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|      1|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|      1|    }
  548|    102|    else {
  549|    102|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|    102|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    102|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    102|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|    102|    }
  551|    103|}
object.c:_PyThreadState_PopCStackRef:
  784|  10.3k|{
  785|       |#ifdef Py_GIL_DISABLED
  786|       |    _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
  787|       |    assert(tstate_impl->c_stack_refs == ref);
  788|       |    tstate_impl->c_stack_refs = ref->next;
  789|       |#endif
  790|  10.3k|    PyStackRef_XCLOSE(ref->ref);
  791|  10.3k|}
object.c:PyStackRef_IsTaggedInt:
  428|  12.9k|{
  429|  12.9k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  12.9k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  12.9k|#define Py_INT_TAG 3
  ------------------
  430|  12.9k|}
sentinelobject.c:PyStackRef_AsPyObjectBorrow:
  528|      1|{
  529|      1|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 1, False: 0]
  ------------------
  530|      1|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|      1|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|      1|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|      1|}
sentinelobject.c:PyStackRef_IsTaggedInt:
  428|      1|{
  429|      1|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|      1|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|      1|#define Py_INT_TAG 3
  ------------------
  430|      1|}
tupleobject.c:PyStackRef_AsPyObjectSteal:
  542|  3.56k|{
  543|  3.56k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 3.56k, False: 0]
  ------------------
  544|  3.56k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 3.56k, False: 0]
  ------------------
  545|  3.56k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 927, False: 2.64k]
  ------------------
  546|    927|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|    927|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|    927|    }
  548|  2.64k|    else {
  549|  2.64k|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|  2.64k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|  2.64k|    }
  551|  3.56k|}
tupleobject.c:PyStackRef_IsTaggedInt:
  428|  3.56k|{
  429|  3.56k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  3.56k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  3.56k|#define Py_INT_TAG 3
  ------------------
  430|  3.56k|}
tupleobject.c:PyStackRef_RefcountOnObject:
  522|  3.56k|{
  523|  3.56k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  3.56k|#define Py_TAG_REFCNT 1
  ------------------
  524|  3.56k|}
typeobject.c:PyStackRef_AsPyObjectBorrow:
  528|  16.2k|{
  529|  16.2k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 16.2k, False: 0]
  ------------------
  530|  16.2k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  16.2k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  16.2k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|  16.2k|}
typeobject.c:PyStackRef_IsTaggedInt:
  428|  18.5k|{
  429|  18.5k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  18.5k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  18.5k|#define Py_INT_TAG 3
  ------------------
  430|  18.5k|}
typeobject.c:PyStackRef_XCLOSE:
  701|  34.4k|{
  702|  34.4k|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 34.4k, False: 0]
  ------------------
  703|  34.4k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 28.0k, False: 6.46k]
  ------------------
  704|  28.0k|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 28.0k, False: 0]
  ------------------
  705|  28.0k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  28.0k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  28.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|  28.0k|    }
  707|  34.4k|}
typeobject.c:PyStackRef_RefcountOnObject:
  522|  41.5k|{
  523|  41.5k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  41.5k|#define Py_TAG_REFCNT 1
  ------------------
  524|  41.5k|}
typeobject.c:PyStackRef_FromPyObjectSteal:
  555|  1.70k|{
  556|  1.70k|    assert(obj != NULL);
  ------------------
  |  Branch (556:5): [True: 1.70k, False: 0]
  ------------------
  557|       |#ifdef Py_GIL_DISABLED
  558|       |    return (_PyStackRef){ .bits = (uintptr_t)obj };
  559|       |#else
  560|  1.70k|#  if SIZEOF_VOID_P > 4
  561|  1.70k|    unsigned int tag = obj->ob_flags & Py_TAG_REFCNT;
  ------------------
  |  |   55|  1.70k|#define Py_TAG_REFCNT 1
  ------------------
  562|       |#  else
  563|       |    unsigned int tag = _Py_IsImmortal(obj) ? Py_TAG_REFCNT : 0;
  564|       |#  endif
  565|  1.70k|    _PyStackRef ref = ((_PyStackRef){.bits = ((uintptr_t)(obj)) | tag});
  566|  1.70k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  1.70k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  567|  1.70k|    return ref;
  568|  1.70k|#endif
  569|  1.70k|}
typeobject.c:PyStackRef_AsPyObjectSteal:
  542|  2.32k|{
  543|  2.32k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 2.32k, False: 0]
  ------------------
  544|  2.32k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 2.32k, False: 0]
  ------------------
  545|  2.32k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 2.27k, False: 49]
  ------------------
  546|  2.27k|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|  2.27k|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|  2.27k|    }
  548|     49|    else {
  549|     49|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|     49|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     49|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     49|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|     49|    }
  551|  2.32k|}
typeobject.c:_PyStackRef_FromPyObjectNew:
  583|  35.2k|{
  584|  35.2k|    assert(obj != NULL);
  ------------------
  |  Branch (584:5): [True: 35.2k, False: 0]
  ------------------
  585|       |#ifdef Py_GIL_DISABLED
  586|       |    if (_PyObject_HasDeferredRefcount(obj)) {
  587|       |        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  588|       |    }
  589|       |#else
  590|  35.2k|    if (_Py_IsImmortal(obj)) {
  ------------------
  |  |  137|  35.2k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  35.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  35.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 2.68k, False: 32.5k]
  |  |  ------------------
  ------------------
  591|  2.68k|        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  ------------------
  |  |   55|  2.68k|#define Py_TAG_REFCNT 1
  ------------------
  592|  2.68k|    }
  593|  32.5k|#endif
  594|  32.5k|    _Py_INCREF_MORTAL(obj);
  595|  32.5k|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  596|  32.5k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  32.5k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  597|  32.5k|    return ref;
  598|  35.2k|}
typeobject.c:_PyThreadState_PushCStackRef:
  766|  35.3k|{
  767|       |#ifdef Py_GIL_DISABLED
  768|       |    _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
  769|       |    ref->next = tstate_impl->c_stack_refs;
  770|       |    tstate_impl->c_stack_refs = ref;
  771|       |#endif
  772|  35.3k|    ref->ref = PyStackRef_NULL;
  773|  35.3k|}
typeobject.c:_PyThreadState_PopCStackRef:
  784|  32.7k|{
  785|       |#ifdef Py_GIL_DISABLED
  786|       |    _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
  787|       |    assert(tstate_impl->c_stack_refs == ref);
  788|       |    tstate_impl->c_stack_refs = ref->next;
  789|       |#endif
  790|  32.7k|    PyStackRef_XCLOSE(ref->ref);
  791|  32.7k|}
typeobject.c:_PyThreadState_PopCStackRefSteal:
  795|  2.57k|{
  796|       |#ifdef Py_GIL_DISABLED
  797|       |    _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
  798|       |    assert(tstate_impl->c_stack_refs == ref);
  799|       |    tstate_impl->c_stack_refs = ref->next;
  800|       |#endif
  801|  2.57k|    return ref->ref;
  802|  2.57k|}
typeobject.c:PyStackRef_CLOSE:
  679|  4.73k|{
  680|  4.73k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (680:5): [True: 4.73k, False: 0]
  ------------------
  681|  4.73k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (681:9): [True: 4.70k, False: 26]
  ------------------
  682|  4.70k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  4.70k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  683|  4.70k|    }
  684|  4.73k|}
typeobject.c:_PyThreadState_PushCStackRefNew:
  777|    745|{
  778|    745|    _PyThreadState_PushCStackRef(tstate, ref);
  779|    745|    ref->ref = PyStackRef_FromPyObjectNew(obj);
  ------------------
  |  |  599|    745|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    745|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    745|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  780|    745|}
ceval.c:_PyThreadState_PushCStackRef:
  766|  2.03k|{
  767|       |#ifdef Py_GIL_DISABLED
  768|       |    _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
  769|       |    ref->next = tstate_impl->c_stack_refs;
  770|       |    tstate_impl->c_stack_refs = ref;
  771|       |#endif
  772|  2.03k|    ref->ref = PyStackRef_NULL;
  773|  2.03k|}
ceval.c:PyStackRef_FromPyObjectBorrow:
  615|  16.3k|{
  616|  16.3k|    assert(obj != NULL);
  ------------------
  |  Branch (616:5): [True: 16.3k, False: 0]
  ------------------
  617|  16.3k|    return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT};
  ------------------
  |  |   55|  16.3k|#define Py_TAG_REFCNT 1
  ------------------
  618|  16.3k|}
ceval.c:PyStackRef_AsPyObjectBorrow:
  528|   317k|{
  529|   317k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 317k, False: 0]
  ------------------
  530|   317k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|   317k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|   317k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|   317k|}
ceval.c:PyStackRef_XCLOSE:
  701|  63.5k|{
  702|  63.5k|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 63.5k, False: 0]
  ------------------
  703|  63.5k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 21.0k, False: 42.5k]
  ------------------
  704|  21.0k|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 21.0k, False: 0]
  ------------------
  705|  21.0k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  21.0k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|  21.0k|    }
  707|  63.5k|}
ceval.c:PyStackRef_RefcountOnObject:
  522|   133k|{
  523|   133k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|   133k|#define Py_TAG_REFCNT 1
  ------------------
  524|   133k|}
ceval.c:PyStackRef_CLOSE:
  679|  42.2k|{
  680|  42.2k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (680:5): [True: 42.2k, False: 0]
  ------------------
  681|  42.2k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (681:9): [True: 18.9k, False: 23.3k]
  ------------------
  682|  18.9k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  18.9k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  683|  18.9k|    }
  684|  42.2k|}
ceval.c:_PyThreadState_PopCStackRefSteal:
  795|  2.03k|{
  796|       |#ifdef Py_GIL_DISABLED
  797|       |    _PyThreadStateImpl *tstate_impl = (_PyThreadStateImpl *)tstate;
  798|       |    assert(tstate_impl->c_stack_refs == ref);
  799|       |    tstate_impl->c_stack_refs = ref->next;
  800|       |#endif
  801|  2.03k|    return ref->ref;
  802|  2.03k|}
ceval.c:PyStackRef_TYPE:
  727|  2.91k|PyStackRef_TYPE(_PyStackRef stackref) {
  728|  2.91k|    if (PyStackRef_IsTaggedInt(stackref)) {
  ------------------
  |  Branch (728:9): [True: 0, False: 2.91k]
  ------------------
  729|      0|        return &PyLong_Type;
  730|      0|    }
  731|  2.91k|    return Py_TYPE(PyStackRef_AsPyObjectBorrow(stackref));
  ------------------
  |  |  213|  2.91k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.91k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.91k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|  2.91k|}
ceval.c:PyStackRef_TagInt:
  434|  1.52k|{
  435|  1.52k|    assert(Py_ARITHMETIC_RIGHT_SHIFT(intptr_t, (intptr_t)(((uintptr_t)i) << Py_TAGGED_SHIFT),
  ------------------
  |  Branch (435:5): [True: 1.52k, False: 0]
  ------------------
  436|  1.52k|                                     Py_TAGGED_SHIFT) == i);
  437|  1.52k|    return (_PyStackRef){ .bits = ((((uintptr_t)i) << Py_TAGGED_SHIFT) | Py_INT_TAG) };
  ------------------
  |  |   58|  1.52k|#define Py_TAGGED_SHIFT 2
  ------------------
                  return (_PyStackRef){ .bits = ((((uintptr_t)i) << Py_TAGGED_SHIFT) | Py_INT_TAG) };
  ------------------
  |  |   53|  1.52k|#define Py_INT_TAG 3
  ------------------
  438|  1.52k|}
ceval.c:PyStackRef_FromPyObjectSteal:
  555|  22.3k|{
  556|  22.3k|    assert(obj != NULL);
  ------------------
  |  Branch (556:5): [True: 22.3k, False: 0]
  ------------------
  557|       |#ifdef Py_GIL_DISABLED
  558|       |    return (_PyStackRef){ .bits = (uintptr_t)obj };
  559|       |#else
  560|  22.3k|#  if SIZEOF_VOID_P > 4
  561|  22.3k|    unsigned int tag = obj->ob_flags & Py_TAG_REFCNT;
  ------------------
  |  |   55|  22.3k|#define Py_TAG_REFCNT 1
  ------------------
  562|       |#  else
  563|       |    unsigned int tag = _Py_IsImmortal(obj) ? Py_TAG_REFCNT : 0;
  564|       |#  endif
  565|  22.3k|    _PyStackRef ref = ((_PyStackRef){.bits = ((uintptr_t)(obj)) | tag});
  566|  22.3k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  22.3k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  567|  22.3k|    return ref;
  568|  22.3k|#endif
  569|  22.3k|}
ceval.c:PyStackRef_CLOSE_SPECIALIZED:
  689|  11.7k|{
  690|  11.7k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (690:5): [True: 11.7k, False: 0]
  ------------------
  691|  11.7k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (691:9): [True: 1.08k, False: 10.6k]
  ------------------
  692|  1.08k|        Py_DECREF_MORTAL_SPECIALIZED(BITS_TO_PTR(ref), destruct);
  ------------------
  |  |  471|  1.08k|#define Py_DECREF_MORTAL_SPECIALIZED(op, destruct) Py_DECREF_MORTAL_SPECIALIZED(_PyObject_CAST(op), destruct)
  |  |  ------------------
  |  |  |  |  171|  1.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  693|  1.08k|    }
  694|  11.7k|}
ceval.c:PyStackRef_IsHeapSafe:
  638|  7.90k|{
  639|       |#ifdef Py_GIL_DISABLED
  640|       |    if ((ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT) {
  641|       |        return true;
  642|       |    }
  643|       |    PyObject *obj = BITS_TO_PTR_MASKED(ref);
  644|       |    return obj == NULL || _PyObject_HasDeferredRefcount(obj);
  645|       |#else
  646|  7.90k|    return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |   56|  7.90k|#define Py_TAG_BITS 3
  ------------------
                  return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |   55|  15.8k|#define Py_TAG_REFCNT 1
  ------------------
                  return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  467|  5.94k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  ------------------
  |  |  |  |   55|  13.8k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
                  return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  137|  13.7k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.88k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.88k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 4.59k, False: 1.29k]
  |  |  ------------------
  ------------------
  |  Branch (646:12): [True: 1.96k, False: 5.94k]
  |  Branch (646:57): [True: 61, False: 5.88k]
  ------------------
  647|  7.90k|#endif
  648|  7.90k|}
ceval.c:PyStackRef_AsPyObjectSteal:
  542|  10.2k|{
  543|  10.2k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (543:5): [True: 10.2k, False: 0]
  ------------------
  544|  10.2k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (544:5): [True: 10.2k, False: 0]
  ------------------
  545|  10.2k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (545:9): [True: 3.08k, False: 7.17k]
  ------------------
  546|  3.08k|        return BITS_TO_PTR(ref);
  ------------------
  |  |  464|  3.08k|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  547|  3.08k|    }
  548|  7.17k|    else {
  549|  7.17k|        return Py_NewRef(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  550|  7.17k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  7.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|  7.17k|    }
  551|  10.2k|}
ceval.c:_PyStackRef_FromPyObjectNew:
  583|  51.8k|{
  584|  51.8k|    assert(obj != NULL);
  ------------------
  |  Branch (584:5): [True: 51.8k, False: 0]
  ------------------
  585|       |#ifdef Py_GIL_DISABLED
  586|       |    if (_PyObject_HasDeferredRefcount(obj)) {
  587|       |        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  588|       |    }
  589|       |#else
  590|  51.8k|    if (_Py_IsImmortal(obj)) {
  ------------------
  |  |  137|  51.8k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  51.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  51.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 15.6k, False: 36.2k]
  |  |  ------------------
  ------------------
  591|  15.6k|        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  ------------------
  |  |   55|  15.6k|#define Py_TAG_REFCNT 1
  ------------------
  592|  15.6k|    }
  593|  36.2k|#endif
  594|  36.2k|    _Py_INCREF_MORTAL(obj);
  595|  36.2k|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  596|  36.2k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  36.2k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  597|  36.2k|    return ref;
  598|  51.8k|}
ceval.c:PyStackRef_Wrap:
  386|  4.61k|{
  387|  4.61k|    assert(ptr != NULL);
  ------------------
  |  Branch (387:5): [True: 4.61k, False: 0]
  ------------------
  388|       |#ifdef Py_DEBUG
  389|       |    assert(((uintptr_t)ptr & Py_TAG_BITS) == 0);
  390|       |    return (_PyStackRef){ .bits = ((uintptr_t)ptr) | Py_TAG_INVALID };
  391|       |#else
  392|  4.61k|    return (_PyStackRef){ .bits = (uintptr_t)ptr };
  393|  4.61k|#endif
  394|  4.61k|}
ceval.c:PyStackRef_Unwrap:
  398|  4.61k|{
  399|       |#ifdef Py_DEBUG
  400|       |    assert ((ref.bits & Py_TAG_BITS) == Py_TAG_INVALID);
  401|       |    return (void *)(ref.bits & ~Py_TAG_BITS);
  402|       |#else
  403|  4.61k|    return (void *)(ref.bits);
  404|  4.61k|#endif
  405|  4.61k|}
ceval.c:PyStackRef_FromPyObjectStealMortal:
  573|  2.67k|{
  574|  2.67k|    assert(obj != NULL);
  ------------------
  |  Branch (574:5): [True: 2.67k, False: 0]
  ------------------
  575|  2.67k|    assert(!_Py_IsImmortal(obj));
  ------------------
  |  Branch (575:5): [True: 2.67k, False: 0]
  ------------------
  576|  2.67k|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  577|  2.67k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  2.67k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  578|  2.67k|    return ref;
  579|  2.67k|}
ceval.c:PyStackRef_DUP:
  627|  5.72k|{
  628|  5.72k|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (628:5): [True: 5.72k, False: 0]
  ------------------
  629|  5.72k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (629:9): [True: 2.78k, False: 2.94k]
  ------------------
  630|  2.78k|        _Py_INCREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  464|  2.78k|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  631|  2.78k|    }
  632|  5.72k|    return ref;
  633|  5.72k|}
ceval.c:_PyStackRef_CloseStack:
  852|  3.62k|{
  853|       |    // arguments is a pointer into the GC visible stack,
  854|       |    // so we must NULL out values as we clear them.
  855|  10.7k|    for (int i = total_args-1; i >= 0; i--) {
  ------------------
  |  Branch (855:32): [True: 7.16k, False: 3.62k]
  ------------------
  856|  7.16k|        _PyStackRef tmp = arguments[i];
  857|  7.16k|        arguments[i] = PyStackRef_NULL;
  858|  7.16k|        PyStackRef_CLOSE(tmp);
  859|  7.16k|    }
  860|  3.62k|}
ceval.c:PyStackRef_IsValid:
  421|    460|{
  422|       |    /* Invalid values are ERROR and NULL */
  423|    460|    return ref.bits >= Py_INT_TAG;
  ------------------
  |  |   53|    460|#define Py_INT_TAG 3
  ------------------
  424|    460|}
ceval.c:PyStackRef_IsError:
  409|    393|{
  410|    393|    return ref.bits == Py_TAG_INVALID;
  ------------------
  |  |   54|    393|#define Py_TAG_INVALID 2
  ------------------
  411|    393|}
ceval.c:PyStackRef_IsTaggedInt:
  428|   357k|{
  429|   357k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|   357k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|   357k|#define Py_INT_TAG 3
  ------------------
  430|   357k|}
ceval.c:PyStackRef_UntagInt:
  442|  5.40k|{
  443|  5.40k|    assert(PyStackRef_IsTaggedInt(i));
  ------------------
  |  Branch (443:5): [True: 5.40k, False: 0]
  ------------------
  444|  5.40k|    intptr_t val = (intptr_t)i.bits;
  445|  5.40k|    return Py_ARITHMETIC_RIGHT_SHIFT(intptr_t, val, Py_TAGGED_SHIFT);
  ------------------
  |  |  226|  5.40k|#define Py_ARITHMETIC_RIGHT_SHIFT(TYPE, I, J) ((I) >> (J))
  ------------------
  446|  5.40k|}
ceval.c:PyStackRef_IncrementTaggedIntNoOverflow:
  451|  2.33k|{
  452|  2.33k|    assert((ref.bits & Py_TAG_BITS) == Py_INT_TAG); // Is tagged int
  ------------------
  |  Branch (452:5): [True: 2.33k, False: 0]
  ------------------
  453|  2.33k|    assert((ref.bits & (~Py_TAG_BITS)) != (INTPTR_MAX & (~Py_TAG_BITS))); // Isn't about to overflow
  ------------------
  |  Branch (453:5): [True: 2.33k, False: 0]
  ------------------
  454|  2.33k|    return (_PyStackRef){ .bits = ref.bits + (1 << Py_TAGGED_SHIFT) };
  ------------------
  |  |   58|  2.33k|#define Py_TAGGED_SHIFT 2
  ------------------
  455|  2.33k|}
ceval.c:PyStackRef_MakeHeapSafe:
  652|  7.90k|{
  653|  7.90k|    if (PyStackRef_IsHeapSafe(ref)) {
  ------------------
  |  Branch (653:9): [True: 6.61k, False: 1.28k]
  ------------------
  654|  6.61k|        return ref;
  655|  6.61k|    }
  656|  1.28k|    PyObject *obj = BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  1.28k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  1.28k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  657|  1.28k|    Py_INCREF(obj);
  ------------------
  |  |  310|  1.28k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  658|  1.28k|    ref.bits = (uintptr_t)obj;
  659|  1.28k|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|  1.28k|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  660|  1.28k|    return ref;
  661|  7.90k|}
ceval.c:PyStackRef_Borrow:
  535|  42.7k|{
  536|  42.7k|    return (_PyStackRef){ .bits = ref.bits | Py_TAG_REFCNT };
  ------------------
  |  |   55|  42.7k|#define Py_TAG_REFCNT 1
  ------------------
  537|  42.7k|}
frame.c:PyStackRef_IsTaggedInt:
  428|    826|{
  429|    826|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|    826|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|    826|#define Py_INT_TAG 3
  ------------------
  430|    826|}
frame.c:PyStackRef_XCLOSE:
  701|  34.3k|{
  702|  34.3k|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 34.3k, False: 0]
  ------------------
  703|  34.3k|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 18.7k, False: 15.5k]
  ------------------
  704|  18.7k|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 18.7k, False: 0]
  ------------------
  705|  18.7k|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|  18.7k|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|  18.7k|    }
  707|  34.3k|}
frame.c:PyStackRef_RefcountOnObject:
  522|  34.3k|{
  523|  34.3k|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|  34.3k|#define Py_TAG_REFCNT 1
  ------------------
  524|  34.3k|}
frame.c:PyStackRef_MakeHeapSafe:
  652|    312|{
  653|    312|    if (PyStackRef_IsHeapSafe(ref)) {
  ------------------
  |  Branch (653:9): [True: 292, False: 20]
  ------------------
  654|    292|        return ref;
  655|    292|    }
  656|     20|    PyObject *obj = BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|     20|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|     20|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  657|     20|    Py_INCREF(obj);
  ------------------
  |  |  310|     20|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  658|     20|    ref.bits = (uintptr_t)obj;
  659|     20|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|     20|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  660|     20|    return ref;
  661|    312|}
frame.c:PyStackRef_IsHeapSafe:
  638|    312|{
  639|       |#ifdef Py_GIL_DISABLED
  640|       |    if ((ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT) {
  641|       |        return true;
  642|       |    }
  643|       |    PyObject *obj = BITS_TO_PTR_MASKED(ref);
  644|       |    return obj == NULL || _PyObject_HasDeferredRefcount(obj);
  645|       |#else
  646|    312|    return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |   56|    312|#define Py_TAG_BITS 3
  ------------------
                  return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |   55|    624|#define Py_TAG_REFCNT 1
  ------------------
                  return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  467|    116|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  ------------------
  |  |  |  |   55|    428|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
                  return (ref.bits & Py_TAG_BITS) != Py_TAG_REFCNT || ref.bits == PyStackRef_NULL_BITS || _Py_IsImmortal(BITS_TO_PTR_MASKED(ref));
  ------------------
  |  |  137|    384|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 52, False: 20]
  |  |  ------------------
  ------------------
  |  Branch (646:12): [True: 196, False: 116]
  |  Branch (646:57): [True: 44, False: 72]
  ------------------
  647|    312|#endif
  648|    312|}
frame.c:PyStackRef_DUP:
  627|     59|{
  628|     59|    assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (628:5): [True: 59, False: 0]
  ------------------
  629|     59|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (629:9): [True: 59, False: 0]
  ------------------
  630|     59|        _Py_INCREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  464|     59|#define BITS_TO_PTR(REF) ((PyObject *)((REF).bits))
  ------------------
  631|     59|    }
  632|     59|    return ref;
  633|     59|}
frame.c:PyStackRef_AsPyObjectBorrow:
  528|    826|{
  529|    826|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 826, False: 0]
  ------------------
  530|    826|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|    826|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|    826|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|    826|}
specialize.c:PyStackRef_AsPyObjectBorrow:
  528|  3.60k|{
  529|  3.60k|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 3.60k, False: 0]
  ------------------
  530|  3.60k|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|  3.60k|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|  3.60k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|  3.60k|}
specialize.c:PyStackRef_IsTaggedInt:
  428|  3.68k|{
  429|  3.68k|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|  3.68k|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|  3.68k|#define Py_INT_TAG 3
  ------------------
  430|  3.68k|}
specialize.c:PyStackRef_TYPE:
  727|     77|PyStackRef_TYPE(_PyStackRef stackref) {
  728|     77|    if (PyStackRef_IsTaggedInt(stackref)) {
  ------------------
  |  Branch (728:9): [True: 0, False: 77]
  ------------------
  729|      0|        return &PyLong_Type;
  730|      0|    }
  731|     77|    return Py_TYPE(PyStackRef_AsPyObjectBorrow(stackref));
  ------------------
  |  |  213|     77|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     77|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     77|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|     77|}
sysmodule.c:PyStackRef_AsPyObjectBorrow:
  528|      9|{
  529|      9|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 9, False: 0]
  ------------------
  530|      9|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|      9|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|      9|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|      9|}
sysmodule.c:PyStackRef_IsTaggedInt:
  428|      9|{
  429|      9|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|      9|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|      9|#define Py_INT_TAG 3
  ------------------
  430|      9|}
traceback.c:PyStackRef_AsPyObjectBorrow:
  528|    350|{
  529|    350|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 350, False: 0]
  ------------------
  530|    350|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|    350|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|    350|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|    350|}
traceback.c:PyStackRef_IsTaggedInt:
  428|    350|{
  429|    350|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|    350|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|    350|#define Py_INT_TAG 3
  ------------------
  430|    350|}
genobject.c:PyStackRef_XCLOSE:
  701|     67|{
  702|     67|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 67, False: 0]
  ------------------
  703|     67|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 67, False: 0]
  ------------------
  704|     67|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 67, False: 0]
  ------------------
  705|     67|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|     67|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|     67|    }
  707|     67|}
genobject.c:PyStackRef_RefcountOnObject:
  522|     67|{
  523|     67|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|     67|#define Py_TAG_REFCNT 1
  ------------------
  524|     67|}
genobject.c:_PyStackRef_FromPyObjectNew:
  583|    120|{
  584|    120|    assert(obj != NULL);
  ------------------
  |  Branch (584:5): [True: 120, False: 0]
  ------------------
  585|       |#ifdef Py_GIL_DISABLED
  586|       |    if (_PyObject_HasDeferredRefcount(obj)) {
  587|       |        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  588|       |    }
  589|       |#else
  590|    120|    if (_Py_IsImmortal(obj)) {
  ------------------
  |  |  137|    120|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    120|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    120|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 120, False: 0]
  |  |  ------------------
  ------------------
  591|    120|        return (_PyStackRef){ .bits = (uintptr_t)obj | Py_TAG_REFCNT };
  ------------------
  |  |   55|    120|#define Py_TAG_REFCNT 1
  ------------------
  592|    120|    }
  593|      0|#endif
  594|      0|    _Py_INCREF_MORTAL(obj);
  595|      0|    _PyStackRef ref = (_PyStackRef){ .bits = (uintptr_t)obj };
  596|      0|    PyStackRef_CheckValid(ref);
  ------------------
  |  |  510|      0|#define PyStackRef_CheckValid(REF) ((void)0)
  ------------------
  597|      0|    return ref;
  598|    120|}
genobject.c:PyStackRef_IsTaggedInt:
  428|     20|{
  429|     20|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|     20|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|     20|#define Py_INT_TAG 3
  ------------------
  430|     20|}
genobject.c:PyStackRef_AsPyObjectBorrow:
  528|     20|{
  529|     20|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 20, False: 0]
  ------------------
  530|     20|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|     20|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|     20|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|     20|}
frameobject.c:PyStackRef_AsPyObjectBorrow:
  528|     55|{
  529|     55|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 55, False: 0]
  ------------------
  530|     55|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|     55|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|     55|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|     55|}
frameobject.c:PyStackRef_IsTaggedInt:
  428|     55|{
  429|     55|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|     55|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|     55|#define Py_INT_TAG 3
  ------------------
  430|     55|}
frameobject.c:PyStackRef_RefcountOnObject:
  522|    312|{
  523|    312|    return (ref.bits & Py_TAG_REFCNT) == 0;
  ------------------
  |  |   55|    312|#define Py_TAG_REFCNT 1
  ------------------
  524|    312|}
frameobject.c:PyStackRef_XCLOSE:
  701|    312|{
  702|    312|    assert(ref.bits != 0);
  ------------------
  |  Branch (702:5): [True: 312, False: 0]
  ------------------
  703|    312|    if (PyStackRef_RefcountOnObject(ref)) {
  ------------------
  |  Branch (703:9): [True: 216, False: 96]
  ------------------
  704|    216|        assert(!PyStackRef_IsNull(ref));
  ------------------
  |  Branch (704:9): [True: 216, False: 0]
  ------------------
  705|    216|        Py_DECREF_MORTAL(BITS_TO_PTR(ref));
  ------------------
  |  |  460|    216|#define Py_DECREF_MORTAL(op) Py_DECREF_MORTAL(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  706|    216|    }
  707|    312|}
lazyimportobject.c:PyStackRef_AsPyObjectBorrow:
  528|     24|{
  529|     24|    assert(!PyStackRef_IsTaggedInt(ref));
  ------------------
  |  Branch (529:5): [True: 24, False: 0]
  ------------------
  530|     24|    return BITS_TO_PTR_MASKED(ref);
  ------------------
  |  |  465|     24|#define BITS_TO_PTR_MASKED(REF) ((PyObject *)(((REF).bits) & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|     24|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
  531|     24|}
lazyimportobject.c:PyStackRef_IsTaggedInt:
  428|     24|{
  429|     24|    return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   56|     24|#define Py_TAG_BITS 3
  ------------------
                  return (i.bits & Py_TAG_BITS) == Py_INT_TAG;
  ------------------
  |  |   53|     24|#define Py_INT_TAG 3
  ------------------
  430|     24|}

floatobject.c:_PyStructSequence_InitBuiltin:
   29|      2|{
   30|      2|    return _PyStructSequence_InitBuiltinWithFlags(interp, type, desc, 0);
   31|      2|}
longobject.c:_PyStructSequence_InitBuiltin:
   29|      2|{
   30|      2|    return _PyStructSequence_InitBuiltinWithFlags(interp, type, desc, 0);
   31|      2|}
errors.c:_PyStructSequence_InitBuiltin:
   29|      2|{
   30|      2|    return _PyStructSequence_InitBuiltinWithFlags(interp, type, desc, 0);
   31|      2|}
sysmodule.c:_PyStructSequence_InitBuiltin:
   29|      4|{
   30|      4|    return _PyStructSequence_InitBuiltinWithFlags(interp, type, desc, 0);
   31|      4|}
thread.c:_PyStructSequence_InitBuiltin:
   29|      2|{
   30|      2|    return _PyStructSequence_InitBuiltinWithFlags(interp, type, desc, 0);
   31|      2|}

dictobject.c:_PyTuple_Recycle:
   53|    208|{
   54|    208|    _PyTuple_RESET_HASH_CACHE(op);
  ------------------
  |  |   44|    208|    do {                                    \
  |  |   45|    208|        assert(op != NULL);                 \
  |  |   46|    416|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|    208|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|    416|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 208]
  |  |  ------------------
  ------------------
  |  Branch (54:5): [True: 208, False: 0]
  |  Branch (54:5): [True: 208, False: 0]
  ------------------
   55|    208|    if (!_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|    208|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (55:9): [True: 78, False: 130]
  ------------------
   56|     78|        _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|     78|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|     78|    }
   58|    208|}
bltinmodule.c:_PyTuple_Recycle:
   53|     18|{
   54|     18|    _PyTuple_RESET_HASH_CACHE(op);
  ------------------
  |  |   44|     18|    do {                                    \
  |  |   45|     18|        assert(op != NULL);                 \
  |  |   46|     36|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|     18|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|     36|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 18]
  |  |  ------------------
  ------------------
  |  Branch (54:5): [True: 18, False: 0]
  |  Branch (54:5): [True: 18, False: 0]
  ------------------
   55|     18|    if (!_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|     18|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (55:9): [True: 0, False: 18]
  ------------------
   56|      0|        _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|      0|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|      0|    }
   58|     18|}
enumobject.c:_PyTuple_Recycle:
   53|     79|{
   54|     79|    _PyTuple_RESET_HASH_CACHE(op);
  ------------------
  |  |   44|     79|    do {                                    \
  |  |   45|     79|        assert(op != NULL);                 \
  |  |   46|    158|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|     79|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|    158|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 79]
  |  |  ------------------
  ------------------
  |  Branch (54:5): [True: 79, False: 0]
  |  Branch (54:5): [True: 79, False: 0]
  ------------------
   55|     79|    if (!_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|     79|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (55:9): [True: 4, False: 75]
  ------------------
   56|      4|        _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|      4|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|      4|    }
   58|     79|}

object.c:_PyType_IsReady:
  110|  11.9k|{
  111|       |    return _PyType_GetDict(type) != NULL;
  112|  11.9k|}
typeobject.c:_PyType_IsReady:
  110|  4.36k|{
  111|       |    return _PyType_GetDict(type) != NULL;
  112|  4.36k|}
weakrefobject.c:_PyStaticType_GET_WEAKREFS_LISTPTR:
   49|    573|{
   50|    573|    assert(state != NULL);
  ------------------
  |  Branch (50:5): [True: 573, False: 0]
  ------------------
   51|    573|    return &state->tp_weaklist;
   52|    573|}
modsupport.c:_PyType_IsReady:
  110|     72|{
  111|       |    return _PyType_GetDict(type) != NULL;
  112|     72|}
specialize.c:_PyType_IsReady:
  110|    998|{
  111|       |    return _PyType_GetDict(type) != NULL;
  112|    998|}
_collectionsmodule.c:_PyType_GetModuleState:
   81|      4|{
   82|      4|    assert(PyType_Check(type));
  ------------------
  |  Branch (82:5): [True: 4, False: 0]
  ------------------
   83|      4|    assert(type->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  Branch (83:5): [True: 4, False: 0]
  ------------------
   84|      4|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
   85|      4|    assert(et->ht_module);
  ------------------
  |  Branch (85:5): [True: 4, False: 0]
  ------------------
   86|      4|    PyModuleObject *mod = (PyModuleObject *)(et->ht_module);
   87|      4|    assert(mod != NULL);
  ------------------
  |  Branch (87:5): [True: 4, False: 0]
  ------------------
   88|      4|    return mod->md_state;
   89|      4|}
fileio.c:_PyType_GetModuleState:
   81|     13|{
   82|     13|    assert(PyType_Check(type));
  ------------------
  |  Branch (82:5): [True: 13, False: 0]
  ------------------
   83|     13|    assert(type->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  Branch (83:5): [True: 13, False: 0]
  ------------------
   84|     13|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
   85|     13|    assert(et->ht_module);
  ------------------
  |  Branch (85:5): [True: 13, False: 0]
  ------------------
   86|     13|    PyModuleObject *mod = (PyModuleObject *)(et->ht_module);
   87|     13|    assert(mod != NULL);
  ------------------
  |  Branch (87:5): [True: 13, False: 0]
  ------------------
   88|     13|    return mod->md_state;
   89|     13|}
_abc.c:_PyType_GetModuleState:
   81|     65|{
   82|     65|    assert(PyType_Check(type));
  ------------------
  |  Branch (82:5): [True: 65, False: 0]
  ------------------
   83|     65|    assert(type->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  Branch (83:5): [True: 65, False: 0]
  ------------------
   84|     65|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
   85|     65|    assert(et->ht_module);
  ------------------
  |  Branch (85:5): [True: 65, False: 0]
  ------------------
   86|     65|    PyModuleObject *mod = (PyModuleObject *)(et->ht_module);
   87|     65|    assert(mod != NULL);
  ------------------
  |  Branch (87:5): [True: 65, False: 0]
  ------------------
   88|     65|    return mod->md_state;
   89|     65|}

unicode_format.c:_PyUnicode_EnsureUnicode:
   99|     21|{
  100|     21|    if (!PyUnicode_Check(obj)) {
  ------------------
  |  |  103|     21|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     21|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (100:9): [True: 0, False: 21]
  ------------------
  101|      0|        PyErr_Format(PyExc_TypeError,
  102|      0|                     "must be str, not %T", obj);
  103|      0|        return -1;
  104|      0|    }
  105|     21|    return 0;
  106|     21|}
unicodeobject.c:_PyUnicodeWriter_WriteCharInline:
  110|      4|{
  111|      4|    assert(ch <= _Py_MAX_UNICODE);
  ------------------
  |  Branch (111:5): [True: 4, False: 0]
  ------------------
  112|      4|    if (_PyUnicodeWriter_Prepare(writer, 1, ch) < 0)
  ------------------
  |  |  562|      4|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 4]
  |  |  ------------------
  |  |  563|      4|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|      4|     ? 0                                                              \
  |  |  565|      4|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [Folded, False: 4]
  |  |  ------------------
  |  |  566|      4|        ? 0                                                           \
  |  |  567|      4|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (112:9): [True: 0, False: 4]
  ------------------
  113|      0|        return -1;
  114|      4|    PyUnicode_WRITE(writer->kind, writer->data, writer->pos, ch);
  ------------------
  |  |  335|      4|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      4|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      4|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      4|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  115|      4|    writer->pos++;
  116|      4|    return 0;
  117|      4|}
unicodeobject.c:_PyUnicode_EnsureUnicode:
   99|    978|{
  100|    978|    if (!PyUnicode_Check(obj)) {
  ------------------
  |  |  103|    978|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    978|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (100:9): [True: 0, False: 978]
  ------------------
  101|      0|        PyErr_Format(PyExc_TypeError,
  102|      0|                     "must be str, not %T", obj);
  103|      0|        return -1;
  104|      0|    }
  105|    978|    return 0;
  106|    978|}

unicodeobject.c:_PyUnicode_InitStaticStrings:
   13|      2|_PyUnicode_InitStaticStrings(PyInterpreterState *interp) {
   14|      2|    PyObject *string;
   15|      2|    string = &_Py_ID(AGEN_CLOSED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   16|      2|    _PyUnicode_InternStatic(interp, &string);
   17|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (17:5): [True: 2, False: 0]
  ------------------
   18|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (18:5): [True: 2, False: 0]
  ------------------
   19|      2|    string = &_Py_ID(AGEN_CREATED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   20|      2|    _PyUnicode_InternStatic(interp, &string);
   21|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (21:5): [True: 2, False: 0]
  ------------------
   22|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (22:5): [True: 2, False: 0]
  ------------------
   23|      2|    string = &_Py_ID(AGEN_RUNNING);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   24|      2|    _PyUnicode_InternStatic(interp, &string);
   25|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (25:5): [True: 2, False: 0]
  ------------------
   26|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (26:5): [True: 2, False: 0]
  ------------------
   27|      2|    string = &_Py_ID(AGEN_SUSPENDED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   28|      2|    _PyUnicode_InternStatic(interp, &string);
   29|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (29:5): [True: 2, False: 0]
  ------------------
   30|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (30:5): [True: 2, False: 0]
  ------------------
   31|      2|    string = &_Py_ID(CANCELLED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|      2|    _PyUnicode_InternStatic(interp, &string);
   33|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (33:5): [True: 2, False: 0]
  ------------------
   34|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (34:5): [True: 2, False: 0]
  ------------------
   35|      2|    string = &_Py_ID(CORO_CLOSED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|      2|    _PyUnicode_InternStatic(interp, &string);
   37|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (37:5): [True: 2, False: 0]
  ------------------
   38|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (38:5): [True: 2, False: 0]
  ------------------
   39|      2|    string = &_Py_ID(CORO_CREATED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   40|      2|    _PyUnicode_InternStatic(interp, &string);
   41|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (41:5): [True: 2, False: 0]
  ------------------
   42|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (42:5): [True: 2, False: 0]
  ------------------
   43|      2|    string = &_Py_ID(CORO_RUNNING);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   44|      2|    _PyUnicode_InternStatic(interp, &string);
   45|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (45:5): [True: 2, False: 0]
  ------------------
   46|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (46:5): [True: 2, False: 0]
  ------------------
   47|      2|    string = &_Py_ID(CORO_SUSPENDED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   48|      2|    _PyUnicode_InternStatic(interp, &string);
   49|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (49:5): [True: 2, False: 0]
  ------------------
   50|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (50:5): [True: 2, False: 0]
  ------------------
   51|      2|    string = &_Py_ID(Emax);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   52|      2|    _PyUnicode_InternStatic(interp, &string);
   53|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (53:5): [True: 2, False: 0]
  ------------------
   54|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (54:5): [True: 2, False: 0]
  ------------------
   55|      2|    string = &_Py_ID(Emin);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   56|      2|    _PyUnicode_InternStatic(interp, &string);
   57|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (57:5): [True: 2, False: 0]
  ------------------
   58|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (58:5): [True: 2, False: 0]
  ------------------
   59|      2|    string = &_Py_ID(FINISHED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   60|      2|    _PyUnicode_InternStatic(interp, &string);
   61|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (61:5): [True: 2, False: 0]
  ------------------
   62|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (62:5): [True: 2, False: 0]
  ------------------
   63|      2|    string = &_Py_ID(False);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   64|      2|    _PyUnicode_InternStatic(interp, &string);
   65|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (65:5): [True: 2, False: 0]
  ------------------
   66|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (66:5): [True: 2, False: 0]
  ------------------
   67|      2|    string = &_Py_ID(GEN_CLOSED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   68|      2|    _PyUnicode_InternStatic(interp, &string);
   69|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (69:5): [True: 2, False: 0]
  ------------------
   70|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (70:5): [True: 2, False: 0]
  ------------------
   71|      2|    string = &_Py_ID(GEN_CREATED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   72|      2|    _PyUnicode_InternStatic(interp, &string);
   73|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (73:5): [True: 2, False: 0]
  ------------------
   74|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (74:5): [True: 2, False: 0]
  ------------------
   75|      2|    string = &_Py_ID(GEN_RUNNING);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   76|      2|    _PyUnicode_InternStatic(interp, &string);
   77|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (77:5): [True: 2, False: 0]
  ------------------
   78|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (78:5): [True: 2, False: 0]
  ------------------
   79|      2|    string = &_Py_ID(GEN_SUSPENDED);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   80|      2|    _PyUnicode_InternStatic(interp, &string);
   81|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (81:5): [True: 2, False: 0]
  ------------------
   82|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (82:5): [True: 2, False: 0]
  ------------------
   83|      2|    string = &_Py_ID(JSONDecodeError);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|      2|    _PyUnicode_InternStatic(interp, &string);
   85|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (85:5): [True: 2, False: 0]
  ------------------
   86|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (86:5): [True: 2, False: 0]
  ------------------
   87|      2|    string = &_Py_ID(PENDING);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   88|      2|    _PyUnicode_InternStatic(interp, &string);
   89|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (89:5): [True: 2, False: 0]
  ------------------
   90|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (90:5): [True: 2, False: 0]
  ------------------
   91|      2|    string = &_Py_ID(Py_Repr);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   92|      2|    _PyUnicode_InternStatic(interp, &string);
   93|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (93:5): [True: 2, False: 0]
  ------------------
   94|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (94:5): [True: 2, False: 0]
  ------------------
   95|      2|    string = &_Py_ID(TextIOWrapper);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|      2|    _PyUnicode_InternStatic(interp, &string);
   97|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (97:5): [True: 2, False: 0]
  ------------------
   98|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (98:5): [True: 2, False: 0]
  ------------------
   99|      2|    string = &_Py_ID(True);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  100|      2|    _PyUnicode_InternStatic(interp, &string);
  101|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (101:5): [True: 2, False: 0]
  ------------------
  102|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (102:5): [True: 2, False: 0]
  ------------------
  103|      2|    string = &_Py_ID(WarningMessage);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  104|      2|    _PyUnicode_InternStatic(interp, &string);
  105|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (105:5): [True: 2, False: 0]
  ------------------
  106|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (106:5): [True: 2, False: 0]
  ------------------
  107|      2|    string = &_Py_ID(_WindowsConsoleIO);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|      2|    _PyUnicode_InternStatic(interp, &string);
  109|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (109:5): [True: 2, False: 0]
  ------------------
  110|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (110:5): [True: 2, False: 0]
  ------------------
  111|      2|    string = &_Py_ID(__IOBase_closed);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  112|      2|    _PyUnicode_InternStatic(interp, &string);
  113|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (113:5): [True: 2, False: 0]
  ------------------
  114|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (114:5): [True: 2, False: 0]
  ------------------
  115|      2|    string = &_Py_ID(__abc_tpflags__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|      2|    _PyUnicode_InternStatic(interp, &string);
  117|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (117:5): [True: 2, False: 0]
  ------------------
  118|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (118:5): [True: 2, False: 0]
  ------------------
  119|      2|    string = &_Py_ID(__abs__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  120|      2|    _PyUnicode_InternStatic(interp, &string);
  121|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (121:5): [True: 2, False: 0]
  ------------------
  122|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (122:5): [True: 2, False: 0]
  ------------------
  123|      2|    string = &_Py_ID(__abstractmethods__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  124|      2|    _PyUnicode_InternStatic(interp, &string);
  125|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (125:5): [True: 2, False: 0]
  ------------------
  126|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (126:5): [True: 2, False: 0]
  ------------------
  127|      2|    string = &_Py_ID(__add__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  128|      2|    _PyUnicode_InternStatic(interp, &string);
  129|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (129:5): [True: 2, False: 0]
  ------------------
  130|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (130:5): [True: 2, False: 0]
  ------------------
  131|      2|    string = &_Py_ID(__aenter__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  132|      2|    _PyUnicode_InternStatic(interp, &string);
  133|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (133:5): [True: 2, False: 0]
  ------------------
  134|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (134:5): [True: 2, False: 0]
  ------------------
  135|      2|    string = &_Py_ID(__aexit__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  136|      2|    _PyUnicode_InternStatic(interp, &string);
  137|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (137:5): [True: 2, False: 0]
  ------------------
  138|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (138:5): [True: 2, False: 0]
  ------------------
  139|      2|    string = &_Py_ID(__aiter__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  140|      2|    _PyUnicode_InternStatic(interp, &string);
  141|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (141:5): [True: 2, False: 0]
  ------------------
  142|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (142:5): [True: 2, False: 0]
  ------------------
  143|      2|    string = &_Py_ID(__all__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  144|      2|    _PyUnicode_InternStatic(interp, &string);
  145|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (145:5): [True: 2, False: 0]
  ------------------
  146|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (146:5): [True: 2, False: 0]
  ------------------
  147|      2|    string = &_Py_ID(__and__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  148|      2|    _PyUnicode_InternStatic(interp, &string);
  149|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (149:5): [True: 2, False: 0]
  ------------------
  150|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (150:5): [True: 2, False: 0]
  ------------------
  151|      2|    string = &_Py_ID(__anext__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  152|      2|    _PyUnicode_InternStatic(interp, &string);
  153|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (153:5): [True: 2, False: 0]
  ------------------
  154|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (154:5): [True: 2, False: 0]
  ------------------
  155|      2|    string = &_Py_ID(__annotate__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  156|      2|    _PyUnicode_InternStatic(interp, &string);
  157|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (157:5): [True: 2, False: 0]
  ------------------
  158|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (158:5): [True: 2, False: 0]
  ------------------
  159|      2|    string = &_Py_ID(__annotate_func__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  160|      2|    _PyUnicode_InternStatic(interp, &string);
  161|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (161:5): [True: 2, False: 0]
  ------------------
  162|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (162:5): [True: 2, False: 0]
  ------------------
  163|      2|    string = &_Py_ID(__annotations__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|      2|    _PyUnicode_InternStatic(interp, &string);
  165|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (165:5): [True: 2, False: 0]
  ------------------
  166|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (166:5): [True: 2, False: 0]
  ------------------
  167|      2|    string = &_Py_ID(__annotations_cache__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|      2|    _PyUnicode_InternStatic(interp, &string);
  169|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (169:5): [True: 2, False: 0]
  ------------------
  170|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (170:5): [True: 2, False: 0]
  ------------------
  171|      2|    string = &_Py_ID(__args__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  172|      2|    _PyUnicode_InternStatic(interp, &string);
  173|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (173:5): [True: 2, False: 0]
  ------------------
  174|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (174:5): [True: 2, False: 0]
  ------------------
  175|      2|    string = &_Py_ID(__await__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  176|      2|    _PyUnicode_InternStatic(interp, &string);
  177|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (177:5): [True: 2, False: 0]
  ------------------
  178|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (178:5): [True: 2, False: 0]
  ------------------
  179|      2|    string = &_Py_ID(__bases__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  180|      2|    _PyUnicode_InternStatic(interp, &string);
  181|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (181:5): [True: 2, False: 0]
  ------------------
  182|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (182:5): [True: 2, False: 0]
  ------------------
  183|      2|    string = &_Py_ID(__bool__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  184|      2|    _PyUnicode_InternStatic(interp, &string);
  185|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (185:5): [True: 2, False: 0]
  ------------------
  186|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (186:5): [True: 2, False: 0]
  ------------------
  187|      2|    string = &_Py_ID(__buffer__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|      2|    _PyUnicode_InternStatic(interp, &string);
  189|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (189:5): [True: 2, False: 0]
  ------------------
  190|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (190:5): [True: 2, False: 0]
  ------------------
  191|      2|    string = &_Py_ID(__build_class__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|      2|    _PyUnicode_InternStatic(interp, &string);
  193|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (193:5): [True: 2, False: 0]
  ------------------
  194|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (194:5): [True: 2, False: 0]
  ------------------
  195|      2|    string = &_Py_ID(__builtins__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|      2|    _PyUnicode_InternStatic(interp, &string);
  197|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (197:5): [True: 2, False: 0]
  ------------------
  198|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (198:5): [True: 2, False: 0]
  ------------------
  199|      2|    string = &_Py_ID(__bytes__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  200|      2|    _PyUnicode_InternStatic(interp, &string);
  201|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (201:5): [True: 2, False: 0]
  ------------------
  202|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (202:5): [True: 2, False: 0]
  ------------------
  203|      2|    string = &_Py_ID(__call__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  204|      2|    _PyUnicode_InternStatic(interp, &string);
  205|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (205:5): [True: 2, False: 0]
  ------------------
  206|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (206:5): [True: 2, False: 0]
  ------------------
  207|      2|    string = &_Py_ID(__cantrace__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  208|      2|    _PyUnicode_InternStatic(interp, &string);
  209|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (209:5): [True: 2, False: 0]
  ------------------
  210|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (210:5): [True: 2, False: 0]
  ------------------
  211|      2|    string = &_Py_ID(__ceil__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  212|      2|    _PyUnicode_InternStatic(interp, &string);
  213|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (213:5): [True: 2, False: 0]
  ------------------
  214|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (214:5): [True: 2, False: 0]
  ------------------
  215|      2|    string = &_Py_ID(__class__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  216|      2|    _PyUnicode_InternStatic(interp, &string);
  217|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (217:5): [True: 2, False: 0]
  ------------------
  218|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (218:5): [True: 2, False: 0]
  ------------------
  219|      2|    string = &_Py_ID(__class_getitem__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|      2|    _PyUnicode_InternStatic(interp, &string);
  221|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (221:5): [True: 2, False: 0]
  ------------------
  222|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (222:5): [True: 2, False: 0]
  ------------------
  223|      2|    string = &_Py_ID(__classcell__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  224|      2|    _PyUnicode_InternStatic(interp, &string);
  225|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (225:5): [True: 2, False: 0]
  ------------------
  226|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (226:5): [True: 2, False: 0]
  ------------------
  227|      2|    string = &_Py_ID(__classdict__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  228|      2|    _PyUnicode_InternStatic(interp, &string);
  229|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (229:5): [True: 2, False: 0]
  ------------------
  230|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (230:5): [True: 2, False: 0]
  ------------------
  231|      2|    string = &_Py_ID(__classdictcell__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  232|      2|    _PyUnicode_InternStatic(interp, &string);
  233|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (233:5): [True: 2, False: 0]
  ------------------
  234|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (234:5): [True: 2, False: 0]
  ------------------
  235|      2|    string = &_Py_ID(__complex__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  236|      2|    _PyUnicode_InternStatic(interp, &string);
  237|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (237:5): [True: 2, False: 0]
  ------------------
  238|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (238:5): [True: 2, False: 0]
  ------------------
  239|      2|    string = &_Py_ID(__conditional_annotations__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|      2|    _PyUnicode_InternStatic(interp, &string);
  241|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (241:5): [True: 2, False: 0]
  ------------------
  242|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (242:5): [True: 2, False: 0]
  ------------------
  243|      2|    string = &_Py_ID(__contains__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|      2|    _PyUnicode_InternStatic(interp, &string);
  245|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (245:5): [True: 2, False: 0]
  ------------------
  246|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (246:5): [True: 2, False: 0]
  ------------------
  247|      2|    string = &_Py_ID(__ctypes_from_outparam__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  248|      2|    _PyUnicode_InternStatic(interp, &string);
  249|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (249:5): [True: 2, False: 0]
  ------------------
  250|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (250:5): [True: 2, False: 0]
  ------------------
  251|      2|    string = &_Py_ID(__del__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  252|      2|    _PyUnicode_InternStatic(interp, &string);
  253|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (253:5): [True: 2, False: 0]
  ------------------
  254|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (254:5): [True: 2, False: 0]
  ------------------
  255|      2|    string = &_Py_ID(__delattr__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  256|      2|    _PyUnicode_InternStatic(interp, &string);
  257|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (257:5): [True: 2, False: 0]
  ------------------
  258|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (258:5): [True: 2, False: 0]
  ------------------
  259|      2|    string = &_Py_ID(__delete__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|      2|    _PyUnicode_InternStatic(interp, &string);
  261|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (261:5): [True: 2, False: 0]
  ------------------
  262|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (262:5): [True: 2, False: 0]
  ------------------
  263|      2|    string = &_Py_ID(__delitem__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  264|      2|    _PyUnicode_InternStatic(interp, &string);
  265|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (265:5): [True: 2, False: 0]
  ------------------
  266|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (266:5): [True: 2, False: 0]
  ------------------
  267|      2|    string = &_Py_ID(__dict__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  268|      2|    _PyUnicode_InternStatic(interp, &string);
  269|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (269:5): [True: 2, False: 0]
  ------------------
  270|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (270:5): [True: 2, False: 0]
  ------------------
  271|      2|    string = &_Py_ID(__dictoffset__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  272|      2|    _PyUnicode_InternStatic(interp, &string);
  273|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (273:5): [True: 2, False: 0]
  ------------------
  274|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (274:5): [True: 2, False: 0]
  ------------------
  275|      2|    string = &_Py_ID(__dir__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  276|      2|    _PyUnicode_InternStatic(interp, &string);
  277|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (277:5): [True: 2, False: 0]
  ------------------
  278|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (278:5): [True: 2, False: 0]
  ------------------
  279|      2|    string = &_Py_ID(__divmod__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  280|      2|    _PyUnicode_InternStatic(interp, &string);
  281|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (281:5): [True: 2, False: 0]
  ------------------
  282|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (282:5): [True: 2, False: 0]
  ------------------
  283|      2|    string = &_Py_ID(__doc__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  284|      2|    _PyUnicode_InternStatic(interp, &string);
  285|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (285:5): [True: 2, False: 0]
  ------------------
  286|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (286:5): [True: 2, False: 0]
  ------------------
  287|      2|    string = &_Py_ID(__enter__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  288|      2|    _PyUnicode_InternStatic(interp, &string);
  289|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (289:5): [True: 2, False: 0]
  ------------------
  290|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (290:5): [True: 2, False: 0]
  ------------------
  291|      2|    string = &_Py_ID(__eq__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  292|      2|    _PyUnicode_InternStatic(interp, &string);
  293|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (293:5): [True: 2, False: 0]
  ------------------
  294|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (294:5): [True: 2, False: 0]
  ------------------
  295|      2|    string = &_Py_ID(__exit__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  296|      2|    _PyUnicode_InternStatic(interp, &string);
  297|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (297:5): [True: 2, False: 0]
  ------------------
  298|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (298:5): [True: 2, False: 0]
  ------------------
  299|      2|    string = &_Py_ID(__file__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  300|      2|    _PyUnicode_InternStatic(interp, &string);
  301|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (301:5): [True: 2, False: 0]
  ------------------
  302|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (302:5): [True: 2, False: 0]
  ------------------
  303|      2|    string = &_Py_ID(__firstlineno__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  304|      2|    _PyUnicode_InternStatic(interp, &string);
  305|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (305:5): [True: 2, False: 0]
  ------------------
  306|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (306:5): [True: 2, False: 0]
  ------------------
  307|      2|    string = &_Py_ID(__float__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  308|      2|    _PyUnicode_InternStatic(interp, &string);
  309|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (309:5): [True: 2, False: 0]
  ------------------
  310|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (310:5): [True: 2, False: 0]
  ------------------
  311|      2|    string = &_Py_ID(__floor__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  312|      2|    _PyUnicode_InternStatic(interp, &string);
  313|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (313:5): [True: 2, False: 0]
  ------------------
  314|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (314:5): [True: 2, False: 0]
  ------------------
  315|      2|    string = &_Py_ID(__floordiv__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  316|      2|    _PyUnicode_InternStatic(interp, &string);
  317|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (317:5): [True: 2, False: 0]
  ------------------
  318|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (318:5): [True: 2, False: 0]
  ------------------
  319|      2|    string = &_Py_ID(__format__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  320|      2|    _PyUnicode_InternStatic(interp, &string);
  321|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (321:5): [True: 2, False: 0]
  ------------------
  322|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (322:5): [True: 2, False: 0]
  ------------------
  323|      2|    string = &_Py_ID(__fspath__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  324|      2|    _PyUnicode_InternStatic(interp, &string);
  325|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (325:5): [True: 2, False: 0]
  ------------------
  326|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (326:5): [True: 2, False: 0]
  ------------------
  327|      2|    string = &_Py_ID(__ge__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|      2|    _PyUnicode_InternStatic(interp, &string);
  329|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (329:5): [True: 2, False: 0]
  ------------------
  330|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (330:5): [True: 2, False: 0]
  ------------------
  331|      2|    string = &_Py_ID(__get__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  332|      2|    _PyUnicode_InternStatic(interp, &string);
  333|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (333:5): [True: 2, False: 0]
  ------------------
  334|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (334:5): [True: 2, False: 0]
  ------------------
  335|      2|    string = &_Py_ID(__getattr__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  336|      2|    _PyUnicode_InternStatic(interp, &string);
  337|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (337:5): [True: 2, False: 0]
  ------------------
  338|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (338:5): [True: 2, False: 0]
  ------------------
  339|      2|    string = &_Py_ID(__getattribute__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  340|      2|    _PyUnicode_InternStatic(interp, &string);
  341|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (341:5): [True: 2, False: 0]
  ------------------
  342|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (342:5): [True: 2, False: 0]
  ------------------
  343|      2|    string = &_Py_ID(__getinitargs__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  344|      2|    _PyUnicode_InternStatic(interp, &string);
  345|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (345:5): [True: 2, False: 0]
  ------------------
  346|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (346:5): [True: 2, False: 0]
  ------------------
  347|      2|    string = &_Py_ID(__getitem__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  348|      2|    _PyUnicode_InternStatic(interp, &string);
  349|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (349:5): [True: 2, False: 0]
  ------------------
  350|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (350:5): [True: 2, False: 0]
  ------------------
  351|      2|    string = &_Py_ID(__getnewargs__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  352|      2|    _PyUnicode_InternStatic(interp, &string);
  353|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (353:5): [True: 2, False: 0]
  ------------------
  354|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (354:5): [True: 2, False: 0]
  ------------------
  355|      2|    string = &_Py_ID(__getnewargs_ex__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  356|      2|    _PyUnicode_InternStatic(interp, &string);
  357|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (357:5): [True: 2, False: 0]
  ------------------
  358|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (358:5): [True: 2, False: 0]
  ------------------
  359|      2|    string = &_Py_ID(__getstate__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  360|      2|    _PyUnicode_InternStatic(interp, &string);
  361|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (361:5): [True: 2, False: 0]
  ------------------
  362|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (362:5): [True: 2, False: 0]
  ------------------
  363|      2|    string = &_Py_ID(__gt__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  364|      2|    _PyUnicode_InternStatic(interp, &string);
  365|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (365:5): [True: 2, False: 0]
  ------------------
  366|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (366:5): [True: 2, False: 0]
  ------------------
  367|      2|    string = &_Py_ID(__hash__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  368|      2|    _PyUnicode_InternStatic(interp, &string);
  369|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (369:5): [True: 2, False: 0]
  ------------------
  370|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (370:5): [True: 2, False: 0]
  ------------------
  371|      2|    string = &_Py_ID(__iadd__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  372|      2|    _PyUnicode_InternStatic(interp, &string);
  373|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (373:5): [True: 2, False: 0]
  ------------------
  374|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (374:5): [True: 2, False: 0]
  ------------------
  375|      2|    string = &_Py_ID(__iand__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|      2|    _PyUnicode_InternStatic(interp, &string);
  377|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (377:5): [True: 2, False: 0]
  ------------------
  378|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (378:5): [True: 2, False: 0]
  ------------------
  379|      2|    string = &_Py_ID(__ifloordiv__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  380|      2|    _PyUnicode_InternStatic(interp, &string);
  381|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (381:5): [True: 2, False: 0]
  ------------------
  382|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (382:5): [True: 2, False: 0]
  ------------------
  383|      2|    string = &_Py_ID(__ilshift__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  384|      2|    _PyUnicode_InternStatic(interp, &string);
  385|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (385:5): [True: 2, False: 0]
  ------------------
  386|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (386:5): [True: 2, False: 0]
  ------------------
  387|      2|    string = &_Py_ID(__imatmul__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  388|      2|    _PyUnicode_InternStatic(interp, &string);
  389|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (389:5): [True: 2, False: 0]
  ------------------
  390|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (390:5): [True: 2, False: 0]
  ------------------
  391|      2|    string = &_Py_ID(__imod__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|      2|    _PyUnicode_InternStatic(interp, &string);
  393|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (393:5): [True: 2, False: 0]
  ------------------
  394|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (394:5): [True: 2, False: 0]
  ------------------
  395|      2|    string = &_Py_ID(__import__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|      2|    _PyUnicode_InternStatic(interp, &string);
  397|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (397:5): [True: 2, False: 0]
  ------------------
  398|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (398:5): [True: 2, False: 0]
  ------------------
  399|      2|    string = &_Py_ID(__imul__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  400|      2|    _PyUnicode_InternStatic(interp, &string);
  401|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (401:5): [True: 2, False: 0]
  ------------------
  402|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (402:5): [True: 2, False: 0]
  ------------------
  403|      2|    string = &_Py_ID(__index__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  404|      2|    _PyUnicode_InternStatic(interp, &string);
  405|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (405:5): [True: 2, False: 0]
  ------------------
  406|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (406:5): [True: 2, False: 0]
  ------------------
  407|      2|    string = &_Py_ID(__init__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  408|      2|    _PyUnicode_InternStatic(interp, &string);
  409|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (409:5): [True: 2, False: 0]
  ------------------
  410|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (410:5): [True: 2, False: 0]
  ------------------
  411|      2|    string = &_Py_ID(__init_subclass__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  412|      2|    _PyUnicode_InternStatic(interp, &string);
  413|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (413:5): [True: 2, False: 0]
  ------------------
  414|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (414:5): [True: 2, False: 0]
  ------------------
  415|      2|    string = &_Py_ID(__instancecheck__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  416|      2|    _PyUnicode_InternStatic(interp, &string);
  417|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (417:5): [True: 2, False: 0]
  ------------------
  418|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (418:5): [True: 2, False: 0]
  ------------------
  419|      2|    string = &_Py_ID(__int__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  420|      2|    _PyUnicode_InternStatic(interp, &string);
  421|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (421:5): [True: 2, False: 0]
  ------------------
  422|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (422:5): [True: 2, False: 0]
  ------------------
  423|      2|    string = &_Py_ID(__invert__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  424|      2|    _PyUnicode_InternStatic(interp, &string);
  425|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (425:5): [True: 2, False: 0]
  ------------------
  426|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (426:5): [True: 2, False: 0]
  ------------------
  427|      2|    string = &_Py_ID(__ior__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  428|      2|    _PyUnicode_InternStatic(interp, &string);
  429|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (429:5): [True: 2, False: 0]
  ------------------
  430|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (430:5): [True: 2, False: 0]
  ------------------
  431|      2|    string = &_Py_ID(__ipow__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|      2|    _PyUnicode_InternStatic(interp, &string);
  433|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (433:5): [True: 2, False: 0]
  ------------------
  434|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (434:5): [True: 2, False: 0]
  ------------------
  435|      2|    string = &_Py_ID(__irshift__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|      2|    _PyUnicode_InternStatic(interp, &string);
  437|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (437:5): [True: 2, False: 0]
  ------------------
  438|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (438:5): [True: 2, False: 0]
  ------------------
  439|      2|    string = &_Py_ID(__isabstractmethod__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  440|      2|    _PyUnicode_InternStatic(interp, &string);
  441|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (441:5): [True: 2, False: 0]
  ------------------
  442|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (442:5): [True: 2, False: 0]
  ------------------
  443|      2|    string = &_Py_ID(__isub__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  444|      2|    _PyUnicode_InternStatic(interp, &string);
  445|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (445:5): [True: 2, False: 0]
  ------------------
  446|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (446:5): [True: 2, False: 0]
  ------------------
  447|      2|    string = &_Py_ID(__iter__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  448|      2|    _PyUnicode_InternStatic(interp, &string);
  449|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (449:5): [True: 2, False: 0]
  ------------------
  450|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (450:5): [True: 2, False: 0]
  ------------------
  451|      2|    string = &_Py_ID(__itruediv__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  452|      2|    _PyUnicode_InternStatic(interp, &string);
  453|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (453:5): [True: 2, False: 0]
  ------------------
  454|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (454:5): [True: 2, False: 0]
  ------------------
  455|      2|    string = &_Py_ID(__ixor__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  456|      2|    _PyUnicode_InternStatic(interp, &string);
  457|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (457:5): [True: 2, False: 0]
  ------------------
  458|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (458:5): [True: 2, False: 0]
  ------------------
  459|      2|    string = &_Py_ID(__lazy_import__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  460|      2|    _PyUnicode_InternStatic(interp, &string);
  461|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (461:5): [True: 2, False: 0]
  ------------------
  462|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (462:5): [True: 2, False: 0]
  ------------------
  463|      2|    string = &_Py_ID(__lazy_modules__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  464|      2|    _PyUnicode_InternStatic(interp, &string);
  465|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (465:5): [True: 2, False: 0]
  ------------------
  466|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (466:5): [True: 2, False: 0]
  ------------------
  467|      2|    string = &_Py_ID(__le__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  468|      2|    _PyUnicode_InternStatic(interp, &string);
  469|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (469:5): [True: 2, False: 0]
  ------------------
  470|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (470:5): [True: 2, False: 0]
  ------------------
  471|      2|    string = &_Py_ID(__len__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  472|      2|    _PyUnicode_InternStatic(interp, &string);
  473|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (473:5): [True: 2, False: 0]
  ------------------
  474|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (474:5): [True: 2, False: 0]
  ------------------
  475|      2|    string = &_Py_ID(__length_hint__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  476|      2|    _PyUnicode_InternStatic(interp, &string);
  477|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (477:5): [True: 2, False: 0]
  ------------------
  478|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (478:5): [True: 2, False: 0]
  ------------------
  479|      2|    string = &_Py_ID(__lltrace__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  480|      2|    _PyUnicode_InternStatic(interp, &string);
  481|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (481:5): [True: 2, False: 0]
  ------------------
  482|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (482:5): [True: 2, False: 0]
  ------------------
  483|      2|    string = &_Py_ID(__loader__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  484|      2|    _PyUnicode_InternStatic(interp, &string);
  485|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (485:5): [True: 2, False: 0]
  ------------------
  486|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (486:5): [True: 2, False: 0]
  ------------------
  487|      2|    string = &_Py_ID(__lshift__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  488|      2|    _PyUnicode_InternStatic(interp, &string);
  489|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (489:5): [True: 2, False: 0]
  ------------------
  490|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (490:5): [True: 2, False: 0]
  ------------------
  491|      2|    string = &_Py_ID(__lt__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  492|      2|    _PyUnicode_InternStatic(interp, &string);
  493|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (493:5): [True: 2, False: 0]
  ------------------
  494|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (494:5): [True: 2, False: 0]
  ------------------
  495|      2|    string = &_Py_ID(__main__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  496|      2|    _PyUnicode_InternStatic(interp, &string);
  497|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (497:5): [True: 2, False: 0]
  ------------------
  498|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (498:5): [True: 2, False: 0]
  ------------------
  499|      2|    string = &_Py_ID(__match_args__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  500|      2|    _PyUnicode_InternStatic(interp, &string);
  501|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (501:5): [True: 2, False: 0]
  ------------------
  502|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (502:5): [True: 2, False: 0]
  ------------------
  503|      2|    string = &_Py_ID(__matmul__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|      2|    _PyUnicode_InternStatic(interp, &string);
  505|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (505:5): [True: 2, False: 0]
  ------------------
  506|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (506:5): [True: 2, False: 0]
  ------------------
  507|      2|    string = &_Py_ID(__missing__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  508|      2|    _PyUnicode_InternStatic(interp, &string);
  509|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (509:5): [True: 2, False: 0]
  ------------------
  510|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (510:5): [True: 2, False: 0]
  ------------------
  511|      2|    string = &_Py_ID(__mod__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  512|      2|    _PyUnicode_InternStatic(interp, &string);
  513|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (513:5): [True: 2, False: 0]
  ------------------
  514|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (514:5): [True: 2, False: 0]
  ------------------
  515|      2|    string = &_Py_ID(__module__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|      2|    _PyUnicode_InternStatic(interp, &string);
  517|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (517:5): [True: 2, False: 0]
  ------------------
  518|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (518:5): [True: 2, False: 0]
  ------------------
  519|      2|    string = &_Py_ID(__mro_entries__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  520|      2|    _PyUnicode_InternStatic(interp, &string);
  521|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (521:5): [True: 2, False: 0]
  ------------------
  522|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (522:5): [True: 2, False: 0]
  ------------------
  523|      2|    string = &_Py_ID(__mul__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|      2|    _PyUnicode_InternStatic(interp, &string);
  525|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (525:5): [True: 2, False: 0]
  ------------------
  526|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (526:5): [True: 2, False: 0]
  ------------------
  527|      2|    string = &_Py_ID(__name__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  528|      2|    _PyUnicode_InternStatic(interp, &string);
  529|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (529:5): [True: 2, False: 0]
  ------------------
  530|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (530:5): [True: 2, False: 0]
  ------------------
  531|      2|    string = &_Py_ID(__ne__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  532|      2|    _PyUnicode_InternStatic(interp, &string);
  533|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (533:5): [True: 2, False: 0]
  ------------------
  534|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (534:5): [True: 2, False: 0]
  ------------------
  535|      2|    string = &_Py_ID(__neg__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  536|      2|    _PyUnicode_InternStatic(interp, &string);
  537|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (537:5): [True: 2, False: 0]
  ------------------
  538|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (538:5): [True: 2, False: 0]
  ------------------
  539|      2|    string = &_Py_ID(__new__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  540|      2|    _PyUnicode_InternStatic(interp, &string);
  541|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (541:5): [True: 2, False: 0]
  ------------------
  542|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (542:5): [True: 2, False: 0]
  ------------------
  543|      2|    string = &_Py_ID(__newobj__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  544|      2|    _PyUnicode_InternStatic(interp, &string);
  545|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (545:5): [True: 2, False: 0]
  ------------------
  546|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (546:5): [True: 2, False: 0]
  ------------------
  547|      2|    string = &_Py_ID(__newobj_ex__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  548|      2|    _PyUnicode_InternStatic(interp, &string);
  549|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (549:5): [True: 2, False: 0]
  ------------------
  550|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (550:5): [True: 2, False: 0]
  ------------------
  551|      2|    string = &_Py_ID(__next__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  552|      2|    _PyUnicode_InternStatic(interp, &string);
  553|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (553:5): [True: 2, False: 0]
  ------------------
  554|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (554:5): [True: 2, False: 0]
  ------------------
  555|      2|    string = &_Py_ID(__notes__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  556|      2|    _PyUnicode_InternStatic(interp, &string);
  557|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (557:5): [True: 2, False: 0]
  ------------------
  558|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (558:5): [True: 2, False: 0]
  ------------------
  559|      2|    string = &_Py_ID(__or__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  560|      2|    _PyUnicode_InternStatic(interp, &string);
  561|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (561:5): [True: 2, False: 0]
  ------------------
  562|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (562:5): [True: 2, False: 0]
  ------------------
  563|      2|    string = &_Py_ID(__orig_class__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  564|      2|    _PyUnicode_InternStatic(interp, &string);
  565|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (565:5): [True: 2, False: 0]
  ------------------
  566|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (566:5): [True: 2, False: 0]
  ------------------
  567|      2|    string = &_Py_ID(__origin__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  568|      2|    _PyUnicode_InternStatic(interp, &string);
  569|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (569:5): [True: 2, False: 0]
  ------------------
  570|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (570:5): [True: 2, False: 0]
  ------------------
  571|      2|    string = &_Py_ID(__package__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  572|      2|    _PyUnicode_InternStatic(interp, &string);
  573|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (573:5): [True: 2, False: 0]
  ------------------
  574|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (574:5): [True: 2, False: 0]
  ------------------
  575|      2|    string = &_Py_ID(__parameters__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  576|      2|    _PyUnicode_InternStatic(interp, &string);
  577|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (577:5): [True: 2, False: 0]
  ------------------
  578|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (578:5): [True: 2, False: 0]
  ------------------
  579|      2|    string = &_Py_ID(__path__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  580|      2|    _PyUnicode_InternStatic(interp, &string);
  581|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (581:5): [True: 2, False: 0]
  ------------------
  582|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (582:5): [True: 2, False: 0]
  ------------------
  583|      2|    string = &_Py_ID(__pos__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  584|      2|    _PyUnicode_InternStatic(interp, &string);
  585|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (585:5): [True: 2, False: 0]
  ------------------
  586|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (586:5): [True: 2, False: 0]
  ------------------
  587|      2|    string = &_Py_ID(__pow__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  588|      2|    _PyUnicode_InternStatic(interp, &string);
  589|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (589:5): [True: 2, False: 0]
  ------------------
  590|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (590:5): [True: 2, False: 0]
  ------------------
  591|      2|    string = &_Py_ID(__prepare__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|      2|    _PyUnicode_InternStatic(interp, &string);
  593|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (593:5): [True: 2, False: 0]
  ------------------
  594|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (594:5): [True: 2, False: 0]
  ------------------
  595|      2|    string = &_Py_ID(__qualname__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  596|      2|    _PyUnicode_InternStatic(interp, &string);
  597|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (597:5): [True: 2, False: 0]
  ------------------
  598|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (598:5): [True: 2, False: 0]
  ------------------
  599|      2|    string = &_Py_ID(__radd__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  600|      2|    _PyUnicode_InternStatic(interp, &string);
  601|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (601:5): [True: 2, False: 0]
  ------------------
  602|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (602:5): [True: 2, False: 0]
  ------------------
  603|      2|    string = &_Py_ID(__rand__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  604|      2|    _PyUnicode_InternStatic(interp, &string);
  605|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (605:5): [True: 2, False: 0]
  ------------------
  606|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (606:5): [True: 2, False: 0]
  ------------------
  607|      2|    string = &_Py_ID(__rdivmod__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  608|      2|    _PyUnicode_InternStatic(interp, &string);
  609|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (609:5): [True: 2, False: 0]
  ------------------
  610|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (610:5): [True: 2, False: 0]
  ------------------
  611|      2|    string = &_Py_ID(__reduce__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  612|      2|    _PyUnicode_InternStatic(interp, &string);
  613|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (613:5): [True: 2, False: 0]
  ------------------
  614|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (614:5): [True: 2, False: 0]
  ------------------
  615|      2|    string = &_Py_ID(__reduce_ex__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  616|      2|    _PyUnicode_InternStatic(interp, &string);
  617|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (617:5): [True: 2, False: 0]
  ------------------
  618|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (618:5): [True: 2, False: 0]
  ------------------
  619|      2|    string = &_Py_ID(__release_buffer__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  620|      2|    _PyUnicode_InternStatic(interp, &string);
  621|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (621:5): [True: 2, False: 0]
  ------------------
  622|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (622:5): [True: 2, False: 0]
  ------------------
  623|      2|    string = &_Py_ID(__repr__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  624|      2|    _PyUnicode_InternStatic(interp, &string);
  625|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (625:5): [True: 2, False: 0]
  ------------------
  626|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (626:5): [True: 2, False: 0]
  ------------------
  627|      2|    string = &_Py_ID(__reversed__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  628|      2|    _PyUnicode_InternStatic(interp, &string);
  629|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (629:5): [True: 2, False: 0]
  ------------------
  630|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (630:5): [True: 2, False: 0]
  ------------------
  631|      2|    string = &_Py_ID(__rfloordiv__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  632|      2|    _PyUnicode_InternStatic(interp, &string);
  633|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (633:5): [True: 2, False: 0]
  ------------------
  634|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (634:5): [True: 2, False: 0]
  ------------------
  635|      2|    string = &_Py_ID(__rlshift__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  636|      2|    _PyUnicode_InternStatic(interp, &string);
  637|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (637:5): [True: 2, False: 0]
  ------------------
  638|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (638:5): [True: 2, False: 0]
  ------------------
  639|      2|    string = &_Py_ID(__rmatmul__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  640|      2|    _PyUnicode_InternStatic(interp, &string);
  641|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (641:5): [True: 2, False: 0]
  ------------------
  642|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (642:5): [True: 2, False: 0]
  ------------------
  643|      2|    string = &_Py_ID(__rmod__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  644|      2|    _PyUnicode_InternStatic(interp, &string);
  645|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (645:5): [True: 2, False: 0]
  ------------------
  646|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (646:5): [True: 2, False: 0]
  ------------------
  647|      2|    string = &_Py_ID(__rmul__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  648|      2|    _PyUnicode_InternStatic(interp, &string);
  649|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (649:5): [True: 2, False: 0]
  ------------------
  650|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (650:5): [True: 2, False: 0]
  ------------------
  651|      2|    string = &_Py_ID(__ror__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|      2|    _PyUnicode_InternStatic(interp, &string);
  653|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (653:5): [True: 2, False: 0]
  ------------------
  654|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (654:5): [True: 2, False: 0]
  ------------------
  655|      2|    string = &_Py_ID(__round__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  656|      2|    _PyUnicode_InternStatic(interp, &string);
  657|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (657:5): [True: 2, False: 0]
  ------------------
  658|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (658:5): [True: 2, False: 0]
  ------------------
  659|      2|    string = &_Py_ID(__rpow__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  660|      2|    _PyUnicode_InternStatic(interp, &string);
  661|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (661:5): [True: 2, False: 0]
  ------------------
  662|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (662:5): [True: 2, False: 0]
  ------------------
  663|      2|    string = &_Py_ID(__rrshift__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  664|      2|    _PyUnicode_InternStatic(interp, &string);
  665|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (665:5): [True: 2, False: 0]
  ------------------
  666|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (666:5): [True: 2, False: 0]
  ------------------
  667|      2|    string = &_Py_ID(__rshift__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  668|      2|    _PyUnicode_InternStatic(interp, &string);
  669|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (669:5): [True: 2, False: 0]
  ------------------
  670|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (670:5): [True: 2, False: 0]
  ------------------
  671|      2|    string = &_Py_ID(__rsub__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  672|      2|    _PyUnicode_InternStatic(interp, &string);
  673|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (673:5): [True: 2, False: 0]
  ------------------
  674|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (674:5): [True: 2, False: 0]
  ------------------
  675|      2|    string = &_Py_ID(__rtruediv__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  676|      2|    _PyUnicode_InternStatic(interp, &string);
  677|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (677:5): [True: 2, False: 0]
  ------------------
  678|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (678:5): [True: 2, False: 0]
  ------------------
  679|      2|    string = &_Py_ID(__rxor__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  680|      2|    _PyUnicode_InternStatic(interp, &string);
  681|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (681:5): [True: 2, False: 0]
  ------------------
  682|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (682:5): [True: 2, False: 0]
  ------------------
  683|      2|    string = &_Py_ID(__set__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  684|      2|    _PyUnicode_InternStatic(interp, &string);
  685|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (685:5): [True: 2, False: 0]
  ------------------
  686|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (686:5): [True: 2, False: 0]
  ------------------
  687|      2|    string = &_Py_ID(__set_name__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  688|      2|    _PyUnicode_InternStatic(interp, &string);
  689|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (689:5): [True: 2, False: 0]
  ------------------
  690|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (690:5): [True: 2, False: 0]
  ------------------
  691|      2|    string = &_Py_ID(__setattr__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  692|      2|    _PyUnicode_InternStatic(interp, &string);
  693|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (693:5): [True: 2, False: 0]
  ------------------
  694|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (694:5): [True: 2, False: 0]
  ------------------
  695|      2|    string = &_Py_ID(__setitem__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  696|      2|    _PyUnicode_InternStatic(interp, &string);
  697|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (697:5): [True: 2, False: 0]
  ------------------
  698|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (698:5): [True: 2, False: 0]
  ------------------
  699|      2|    string = &_Py_ID(__setstate__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  700|      2|    _PyUnicode_InternStatic(interp, &string);
  701|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (701:5): [True: 2, False: 0]
  ------------------
  702|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (702:5): [True: 2, False: 0]
  ------------------
  703|      2|    string = &_Py_ID(__sizeof__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  704|      2|    _PyUnicode_InternStatic(interp, &string);
  705|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (705:5): [True: 2, False: 0]
  ------------------
  706|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (706:5): [True: 2, False: 0]
  ------------------
  707|      2|    string = &_Py_ID(__slotnames__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  708|      2|    _PyUnicode_InternStatic(interp, &string);
  709|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (709:5): [True: 2, False: 0]
  ------------------
  710|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (710:5): [True: 2, False: 0]
  ------------------
  711|      2|    string = &_Py_ID(__slots__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  712|      2|    _PyUnicode_InternStatic(interp, &string);
  713|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (713:5): [True: 2, False: 0]
  ------------------
  714|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (714:5): [True: 2, False: 0]
  ------------------
  715|      2|    string = &_Py_ID(__spec__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  716|      2|    _PyUnicode_InternStatic(interp, &string);
  717|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (717:5): [True: 2, False: 0]
  ------------------
  718|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (718:5): [True: 2, False: 0]
  ------------------
  719|      2|    string = &_Py_ID(__static_attributes__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  720|      2|    _PyUnicode_InternStatic(interp, &string);
  721|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (721:5): [True: 2, False: 0]
  ------------------
  722|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (722:5): [True: 2, False: 0]
  ------------------
  723|      2|    string = &_Py_ID(__str__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  724|      2|    _PyUnicode_InternStatic(interp, &string);
  725|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (725:5): [True: 2, False: 0]
  ------------------
  726|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (726:5): [True: 2, False: 0]
  ------------------
  727|      2|    string = &_Py_ID(__sub__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  728|      2|    _PyUnicode_InternStatic(interp, &string);
  729|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (729:5): [True: 2, False: 0]
  ------------------
  730|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (730:5): [True: 2, False: 0]
  ------------------
  731|      2|    string = &_Py_ID(__subclasscheck__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|      2|    _PyUnicode_InternStatic(interp, &string);
  733|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (733:5): [True: 2, False: 0]
  ------------------
  734|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (734:5): [True: 2, False: 0]
  ------------------
  735|      2|    string = &_Py_ID(__subclasshook__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  736|      2|    _PyUnicode_InternStatic(interp, &string);
  737|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (737:5): [True: 2, False: 0]
  ------------------
  738|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (738:5): [True: 2, False: 0]
  ------------------
  739|      2|    string = &_Py_ID(__truediv__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  740|      2|    _PyUnicode_InternStatic(interp, &string);
  741|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (741:5): [True: 2, False: 0]
  ------------------
  742|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (742:5): [True: 2, False: 0]
  ------------------
  743|      2|    string = &_Py_ID(__trunc__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  744|      2|    _PyUnicode_InternStatic(interp, &string);
  745|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (745:5): [True: 2, False: 0]
  ------------------
  746|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (746:5): [True: 2, False: 0]
  ------------------
  747|      2|    string = &_Py_ID(__type_params__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  748|      2|    _PyUnicode_InternStatic(interp, &string);
  749|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (749:5): [True: 2, False: 0]
  ------------------
  750|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (750:5): [True: 2, False: 0]
  ------------------
  751|      2|    string = &_Py_ID(__typing_is_unpacked_typevartuple__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  752|      2|    _PyUnicode_InternStatic(interp, &string);
  753|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (753:5): [True: 2, False: 0]
  ------------------
  754|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (754:5): [True: 2, False: 0]
  ------------------
  755|      2|    string = &_Py_ID(__typing_prepare_subst__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  756|      2|    _PyUnicode_InternStatic(interp, &string);
  757|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (757:5): [True: 2, False: 0]
  ------------------
  758|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (758:5): [True: 2, False: 0]
  ------------------
  759|      2|    string = &_Py_ID(__typing_subst__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  760|      2|    _PyUnicode_InternStatic(interp, &string);
  761|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (761:5): [True: 2, False: 0]
  ------------------
  762|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (762:5): [True: 2, False: 0]
  ------------------
  763|      2|    string = &_Py_ID(__typing_unpacked_tuple_args__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  764|      2|    _PyUnicode_InternStatic(interp, &string);
  765|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (765:5): [True: 2, False: 0]
  ------------------
  766|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (766:5): [True: 2, False: 0]
  ------------------
  767|      2|    string = &_Py_ID(__warningregistry__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  768|      2|    _PyUnicode_InternStatic(interp, &string);
  769|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (769:5): [True: 2, False: 0]
  ------------------
  770|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (770:5): [True: 2, False: 0]
  ------------------
  771|      2|    string = &_Py_ID(__weaklistoffset__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  772|      2|    _PyUnicode_InternStatic(interp, &string);
  773|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (773:5): [True: 2, False: 0]
  ------------------
  774|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (774:5): [True: 2, False: 0]
  ------------------
  775|      2|    string = &_Py_ID(__weakref__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  776|      2|    _PyUnicode_InternStatic(interp, &string);
  777|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (777:5): [True: 2, False: 0]
  ------------------
  778|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (778:5): [True: 2, False: 0]
  ------------------
  779|      2|    string = &_Py_ID(__xor__);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  780|      2|    _PyUnicode_InternStatic(interp, &string);
  781|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (781:5): [True: 2, False: 0]
  ------------------
  782|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (782:5): [True: 2, False: 0]
  ------------------
  783|      2|    string = &_Py_ID(_abc_impl);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  784|      2|    _PyUnicode_InternStatic(interp, &string);
  785|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (785:5): [True: 2, False: 0]
  ------------------
  786|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (786:5): [True: 2, False: 0]
  ------------------
  787|      2|    string = &_Py_ID(_abstract_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  788|      2|    _PyUnicode_InternStatic(interp, &string);
  789|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (789:5): [True: 2, False: 0]
  ------------------
  790|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (790:5): [True: 2, False: 0]
  ------------------
  791|      2|    string = &_Py_ID(_active);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  792|      2|    _PyUnicode_InternStatic(interp, &string);
  793|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (793:5): [True: 2, False: 0]
  ------------------
  794|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (794:5): [True: 2, False: 0]
  ------------------
  795|      2|    string = &_Py_ID(_anonymous_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  796|      2|    _PyUnicode_InternStatic(interp, &string);
  797|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (797:5): [True: 2, False: 0]
  ------------------
  798|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (798:5): [True: 2, False: 0]
  ------------------
  799|      2|    string = &_Py_ID(_argtypes_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  800|      2|    _PyUnicode_InternStatic(interp, &string);
  801|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (801:5): [True: 2, False: 0]
  ------------------
  802|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (802:5): [True: 2, False: 0]
  ------------------
  803|      2|    string = &_Py_ID(_as_parameter_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  804|      2|    _PyUnicode_InternStatic(interp, &string);
  805|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (805:5): [True: 2, False: 0]
  ------------------
  806|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (806:5): [True: 2, False: 0]
  ------------------
  807|      2|    string = &_Py_ID(_asyncio_future_blocking);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  808|      2|    _PyUnicode_InternStatic(interp, &string);
  809|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (809:5): [True: 2, False: 0]
  ------------------
  810|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (810:5): [True: 2, False: 0]
  ------------------
  811|      2|    string = &_Py_ID(_blksize);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  812|      2|    _PyUnicode_InternStatic(interp, &string);
  813|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (813:5): [True: 2, False: 0]
  ------------------
  814|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (814:5): [True: 2, False: 0]
  ------------------
  815|      2|    string = &_Py_ID(_bootstrap);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  816|      2|    _PyUnicode_InternStatic(interp, &string);
  817|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (817:5): [True: 2, False: 0]
  ------------------
  818|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (818:5): [True: 2, False: 0]
  ------------------
  819|      2|    string = &_Py_ID(_check_retval_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  820|      2|    _PyUnicode_InternStatic(interp, &string);
  821|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (821:5): [True: 2, False: 0]
  ------------------
  822|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (822:5): [True: 2, False: 0]
  ------------------
  823|      2|    string = &_Py_ID(_dealloc_warn);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  824|      2|    _PyUnicode_InternStatic(interp, &string);
  825|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (825:5): [True: 2, False: 0]
  ------------------
  826|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (826:5): [True: 2, False: 0]
  ------------------
  827|      2|    string = &_Py_ID(_feature_version);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  828|      2|    _PyUnicode_InternStatic(interp, &string);
  829|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (829:5): [True: 2, False: 0]
  ------------------
  830|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (830:5): [True: 2, False: 0]
  ------------------
  831|      2|    string = &_Py_ID(_field_types);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  832|      2|    _PyUnicode_InternStatic(interp, &string);
  833|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (833:5): [True: 2, False: 0]
  ------------------
  834|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (834:5): [True: 2, False: 0]
  ------------------
  835|      2|    string = &_Py_ID(_fields_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  836|      2|    _PyUnicode_InternStatic(interp, &string);
  837|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (837:5): [True: 2, False: 0]
  ------------------
  838|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (838:5): [True: 2, False: 0]
  ------------------
  839|      2|    string = &_Py_ID(_filters);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  840|      2|    _PyUnicode_InternStatic(interp, &string);
  841|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (841:5): [True: 2, False: 0]
  ------------------
  842|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (842:5): [True: 2, False: 0]
  ------------------
  843|      2|    string = &_Py_ID(_finalizing);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|      2|    _PyUnicode_InternStatic(interp, &string);
  845|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (845:5): [True: 2, False: 0]
  ------------------
  846|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (846:5): [True: 2, False: 0]
  ------------------
  847|      2|    string = &_Py_ID(_find_and_load);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  848|      2|    _PyUnicode_InternStatic(interp, &string);
  849|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (849:5): [True: 2, False: 0]
  ------------------
  850|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (850:5): [True: 2, False: 0]
  ------------------
  851|      2|    string = &_Py_ID(_fix_up_module);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  852|      2|    _PyUnicode_InternStatic(interp, &string);
  853|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (853:5): [True: 2, False: 0]
  ------------------
  854|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (854:5): [True: 2, False: 0]
  ------------------
  855|      2|    string = &_Py_ID(_flags_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  856|      2|    _PyUnicode_InternStatic(interp, &string);
  857|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (857:5): [True: 2, False: 0]
  ------------------
  858|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (858:5): [True: 2, False: 0]
  ------------------
  859|      2|    string = &_Py_ID(_get_sourcefile);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  860|      2|    _PyUnicode_InternStatic(interp, &string);
  861|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (861:5): [True: 2, False: 0]
  ------------------
  862|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (862:5): [True: 2, False: 0]
  ------------------
  863|      2|    string = &_Py_ID(_handle_fromlist);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  864|      2|    _PyUnicode_InternStatic(interp, &string);
  865|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (865:5): [True: 2, False: 0]
  ------------------
  866|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (866:5): [True: 2, False: 0]
  ------------------
  867|      2|    string = &_Py_ID(_initializing);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  868|      2|    _PyUnicode_InternStatic(interp, &string);
  869|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (869:5): [True: 2, False: 0]
  ------------------
  870|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (870:5): [True: 2, False: 0]
  ------------------
  871|      2|    string = &_Py_ID(_internal_use);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  872|      2|    _PyUnicode_InternStatic(interp, &string);
  873|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (873:5): [True: 2, False: 0]
  ------------------
  874|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (874:5): [True: 2, False: 0]
  ------------------
  875|      2|    string = &_Py_ID(_io);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  876|      2|    _PyUnicode_InternStatic(interp, &string);
  877|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (877:5): [True: 2, False: 0]
  ------------------
  878|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (878:5): [True: 2, False: 0]
  ------------------
  879|      2|    string = &_Py_ID(_is_text_encoding);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  880|      2|    _PyUnicode_InternStatic(interp, &string);
  881|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (881:5): [True: 2, False: 0]
  ------------------
  882|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (882:5): [True: 2, False: 0]
  ------------------
  883|      2|    string = &_Py_ID(_isatty_open_only);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|      2|    _PyUnicode_InternStatic(interp, &string);
  885|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (885:5): [True: 2, False: 0]
  ------------------
  886|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (886:5): [True: 2, False: 0]
  ------------------
  887|      2|    string = &_Py_ID(_length_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  888|      2|    _PyUnicode_InternStatic(interp, &string);
  889|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (889:5): [True: 2, False: 0]
  ------------------
  890|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (890:5): [True: 2, False: 0]
  ------------------
  891|      2|    string = &_Py_ID(_limbo);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  892|      2|    _PyUnicode_InternStatic(interp, &string);
  893|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (893:5): [True: 2, False: 0]
  ------------------
  894|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (894:5): [True: 2, False: 0]
  ------------------
  895|      2|    string = &_Py_ID(_lock_unlock_module);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  896|      2|    _PyUnicode_InternStatic(interp, &string);
  897|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (897:5): [True: 2, False: 0]
  ------------------
  898|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (898:5): [True: 2, False: 0]
  ------------------
  899|      2|    string = &_Py_ID(_loop);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  900|      2|    _PyUnicode_InternStatic(interp, &string);
  901|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (901:5): [True: 2, False: 0]
  ------------------
  902|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (902:5): [True: 2, False: 0]
  ------------------
  903|      2|    string = &_Py_ID(_needs_com_addref_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  904|      2|    _PyUnicode_InternStatic(interp, &string);
  905|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (905:5): [True: 2, False: 0]
  ------------------
  906|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (906:5): [True: 2, False: 0]
  ------------------
  907|      2|    string = &_Py_ID(_only_immortal);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  908|      2|    _PyUnicode_InternStatic(interp, &string);
  909|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (909:5): [True: 2, False: 0]
  ------------------
  910|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (910:5): [True: 2, False: 0]
  ------------------
  911|      2|    string = &_Py_ID(_restype_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  912|      2|    _PyUnicode_InternStatic(interp, &string);
  913|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (913:5): [True: 2, False: 0]
  ------------------
  914|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (914:5): [True: 2, False: 0]
  ------------------
  915|      2|    string = &_Py_ID(_showwarnmsg);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  916|      2|    _PyUnicode_InternStatic(interp, &string);
  917|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (917:5): [True: 2, False: 0]
  ------------------
  918|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (918:5): [True: 2, False: 0]
  ------------------
  919|      2|    string = &_Py_ID(_shutdown);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  920|      2|    _PyUnicode_InternStatic(interp, &string);
  921|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (921:5): [True: 2, False: 0]
  ------------------
  922|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (922:5): [True: 2, False: 0]
  ------------------
  923|      2|    string = &_Py_ID(_slotnames);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  924|      2|    _PyUnicode_InternStatic(interp, &string);
  925|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (925:5): [True: 2, False: 0]
  ------------------
  926|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (926:5): [True: 2, False: 0]
  ------------------
  927|      2|    string = &_Py_ID(_strptime);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  928|      2|    _PyUnicode_InternStatic(interp, &string);
  929|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (929:5): [True: 2, False: 0]
  ------------------
  930|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (930:5): [True: 2, False: 0]
  ------------------
  931|      2|    string = &_Py_ID(_strptime_datetime_date);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  932|      2|    _PyUnicode_InternStatic(interp, &string);
  933|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (933:5): [True: 2, False: 0]
  ------------------
  934|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (934:5): [True: 2, False: 0]
  ------------------
  935|      2|    string = &_Py_ID(_strptime_datetime_datetime);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  936|      2|    _PyUnicode_InternStatic(interp, &string);
  937|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (937:5): [True: 2, False: 0]
  ------------------
  938|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (938:5): [True: 2, False: 0]
  ------------------
  939|      2|    string = &_Py_ID(_strptime_datetime_time);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  940|      2|    _PyUnicode_InternStatic(interp, &string);
  941|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (941:5): [True: 2, False: 0]
  ------------------
  942|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (942:5): [True: 2, False: 0]
  ------------------
  943|      2|    string = &_Py_ID(_type_);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  944|      2|    _PyUnicode_InternStatic(interp, &string);
  945|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (945:5): [True: 2, False: 0]
  ------------------
  946|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (946:5): [True: 2, False: 0]
  ------------------
  947|      2|    string = &_Py_ID(_uninitialized_submodules);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  948|      2|    _PyUnicode_InternStatic(interp, &string);
  949|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (949:5): [True: 2, False: 0]
  ------------------
  950|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (950:5): [True: 2, False: 0]
  ------------------
  951|      2|    string = &_Py_ID(_warn_unawaited_coroutine);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  952|      2|    _PyUnicode_InternStatic(interp, &string);
  953|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (953:5): [True: 2, False: 0]
  ------------------
  954|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (954:5): [True: 2, False: 0]
  ------------------
  955|      2|    string = &_Py_ID(_xoptions);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  956|      2|    _PyUnicode_InternStatic(interp, &string);
  957|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (957:5): [True: 2, False: 0]
  ------------------
  958|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (958:5): [True: 2, False: 0]
  ------------------
  959|      2|    string = &_Py_ID(abs_tol);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  960|      2|    _PyUnicode_InternStatic(interp, &string);
  961|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (961:5): [True: 2, False: 0]
  ------------------
  962|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (962:5): [True: 2, False: 0]
  ------------------
  963|      2|    string = &_Py_ID(access);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  964|      2|    _PyUnicode_InternStatic(interp, &string);
  965|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (965:5): [True: 2, False: 0]
  ------------------
  966|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (966:5): [True: 2, False: 0]
  ------------------
  967|      2|    string = &_Py_ID(aclose);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  968|      2|    _PyUnicode_InternStatic(interp, &string);
  969|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (969:5): [True: 2, False: 0]
  ------------------
  970|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (970:5): [True: 2, False: 0]
  ------------------
  971|      2|    string = &_Py_ID(add);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  972|      2|    _PyUnicode_InternStatic(interp, &string);
  973|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (973:5): [True: 2, False: 0]
  ------------------
  974|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (974:5): [True: 2, False: 0]
  ------------------
  975|      2|    string = &_Py_ID(add_done_callback);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  976|      2|    _PyUnicode_InternStatic(interp, &string);
  977|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (977:5): [True: 2, False: 0]
  ------------------
  978|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (978:5): [True: 2, False: 0]
  ------------------
  979|      2|    string = &_Py_ID(adobe);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  980|      2|    _PyUnicode_InternStatic(interp, &string);
  981|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (981:5): [True: 2, False: 0]
  ------------------
  982|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (982:5): [True: 2, False: 0]
  ------------------
  983|      2|    string = &_Py_ID(after_in_child);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  984|      2|    _PyUnicode_InternStatic(interp, &string);
  985|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (985:5): [True: 2, False: 0]
  ------------------
  986|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (986:5): [True: 2, False: 0]
  ------------------
  987|      2|    string = &_Py_ID(after_in_parent);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  988|      2|    _PyUnicode_InternStatic(interp, &string);
  989|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (989:5): [True: 2, False: 0]
  ------------------
  990|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (990:5): [True: 2, False: 0]
  ------------------
  991|      2|    string = &_Py_ID(alias);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  992|      2|    _PyUnicode_InternStatic(interp, &string);
  993|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (993:5): [True: 2, False: 0]
  ------------------
  994|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (994:5): [True: 2, False: 0]
  ------------------
  995|      2|    string = &_Py_ID(align);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  996|      2|    _PyUnicode_InternStatic(interp, &string);
  997|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (997:5): [True: 2, False: 0]
  ------------------
  998|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (998:5): [True: 2, False: 0]
  ------------------
  999|      2|    string = &_Py_ID(all);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1000|      2|    _PyUnicode_InternStatic(interp, &string);
 1001|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1001:5): [True: 2, False: 0]
  ------------------
 1002|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1002:5): [True: 2, False: 0]
  ------------------
 1003|      2|    string = &_Py_ID(all_interpreters);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1004|      2|    _PyUnicode_InternStatic(interp, &string);
 1005|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1005:5): [True: 2, False: 0]
  ------------------
 1006|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1006:5): [True: 2, False: 0]
  ------------------
 1007|      2|    string = &_Py_ID(all_threads);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1008|      2|    _PyUnicode_InternStatic(interp, &string);
 1009|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1009:5): [True: 2, False: 0]
  ------------------
 1010|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1010:5): [True: 2, False: 0]
  ------------------
 1011|      2|    string = &_Py_ID(allow_code);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1012|      2|    _PyUnicode_InternStatic(interp, &string);
 1013|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1013:5): [True: 2, False: 0]
  ------------------
 1014|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1014:5): [True: 2, False: 0]
  ------------------
 1015|      2|    string = &_Py_ID(alphabet);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1016|      2|    _PyUnicode_InternStatic(interp, &string);
 1017|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1017:5): [True: 2, False: 0]
  ------------------
 1018|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1018:5): [True: 2, False: 0]
  ------------------
 1019|      2|    string = &_Py_ID(any);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1020|      2|    _PyUnicode_InternStatic(interp, &string);
 1021|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1021:5): [True: 2, False: 0]
  ------------------
 1022|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1022:5): [True: 2, False: 0]
  ------------------
 1023|      2|    string = &_Py_ID(append);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1024|      2|    _PyUnicode_InternStatic(interp, &string);
 1025|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1025:5): [True: 2, False: 0]
  ------------------
 1026|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1026:5): [True: 2, False: 0]
  ------------------
 1027|      2|    string = &_Py_ID(arg);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1028|      2|    _PyUnicode_InternStatic(interp, &string);
 1029|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1029:5): [True: 2, False: 0]
  ------------------
 1030|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1030:5): [True: 2, False: 0]
  ------------------
 1031|      2|    string = &_Py_ID(argdefs);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1032|      2|    _PyUnicode_InternStatic(interp, &string);
 1033|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1033:5): [True: 2, False: 0]
  ------------------
 1034|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1034:5): [True: 2, False: 0]
  ------------------
 1035|      2|    string = &_Py_ID(args);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1036|      2|    _PyUnicode_InternStatic(interp, &string);
 1037|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1037:5): [True: 2, False: 0]
  ------------------
 1038|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1038:5): [True: 2, False: 0]
  ------------------
 1039|      2|    string = &_Py_ID(arguments);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1040|      2|    _PyUnicode_InternStatic(interp, &string);
 1041|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1041:5): [True: 2, False: 0]
  ------------------
 1042|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1042:5): [True: 2, False: 0]
  ------------------
 1043|      2|    string = &_Py_ID(argv);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1044|      2|    _PyUnicode_InternStatic(interp, &string);
 1045|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1045:5): [True: 2, False: 0]
  ------------------
 1046|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1046:5): [True: 2, False: 0]
  ------------------
 1047|      2|    string = &_Py_ID(as_integer_ratio);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1048|      2|    _PyUnicode_InternStatic(interp, &string);
 1049|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1049:5): [True: 2, False: 0]
  ------------------
 1050|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1050:5): [True: 2, False: 0]
  ------------------
 1051|      2|    string = &_Py_ID(asend);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1052|      2|    _PyUnicode_InternStatic(interp, &string);
 1053|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1053:5): [True: 2, False: 0]
  ------------------
 1054|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1054:5): [True: 2, False: 0]
  ------------------
 1055|      2|    string = &_Py_ID(ast);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1056|      2|    _PyUnicode_InternStatic(interp, &string);
 1057|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1057:5): [True: 2, False: 0]
  ------------------
 1058|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1058:5): [True: 2, False: 0]
  ------------------
 1059|      2|    string = &_Py_ID(athrow);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1060|      2|    _PyUnicode_InternStatic(interp, &string);
 1061|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1061:5): [True: 2, False: 0]
  ------------------
 1062|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1062:5): [True: 2, False: 0]
  ------------------
 1063|      2|    string = &_Py_ID(attribute);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1064|      2|    _PyUnicode_InternStatic(interp, &string);
 1065|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1065:5): [True: 2, False: 0]
  ------------------
 1066|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1066:5): [True: 2, False: 0]
  ------------------
 1067|      2|    string = &_Py_ID(autocommit);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1068|      2|    _PyUnicode_InternStatic(interp, &string);
 1069|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1069:5): [True: 2, False: 0]
  ------------------
 1070|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1070:5): [True: 2, False: 0]
  ------------------
 1071|      2|    string = &_Py_ID(backtick);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1072|      2|    _PyUnicode_InternStatic(interp, &string);
 1073|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1073:5): [True: 2, False: 0]
  ------------------
 1074|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1074:5): [True: 2, False: 0]
  ------------------
 1075|      2|    string = &_Py_ID(base);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1076|      2|    _PyUnicode_InternStatic(interp, &string);
 1077|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1077:5): [True: 2, False: 0]
  ------------------
 1078|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1078:5): [True: 2, False: 0]
  ------------------
 1079|      2|    string = &_Py_ID(before);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1080|      2|    _PyUnicode_InternStatic(interp, &string);
 1081|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1081:5): [True: 2, False: 0]
  ------------------
 1082|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1082:5): [True: 2, False: 0]
  ------------------
 1083|      2|    string = &_Py_ID(big);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1084|      2|    _PyUnicode_InternStatic(interp, &string);
 1085|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1085:5): [True: 2, False: 0]
  ------------------
 1086|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1086:5): [True: 2, False: 0]
  ------------------
 1087|      2|    string = &_Py_ID(binary_form);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1088|      2|    _PyUnicode_InternStatic(interp, &string);
 1089|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1089:5): [True: 2, False: 0]
  ------------------
 1090|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1090:5): [True: 2, False: 0]
  ------------------
 1091|      2|    string = &_Py_ID(bit_offset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1092|      2|    _PyUnicode_InternStatic(interp, &string);
 1093|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1093:5): [True: 2, False: 0]
  ------------------
 1094|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1094:5): [True: 2, False: 0]
  ------------------
 1095|      2|    string = &_Py_ID(bit_size);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1096|      2|    _PyUnicode_InternStatic(interp, &string);
 1097|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1097:5): [True: 2, False: 0]
  ------------------
 1098|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1098:5): [True: 2, False: 0]
  ------------------
 1099|      2|    string = &_Py_ID(block);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1100|      2|    _PyUnicode_InternStatic(interp, &string);
 1101|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1101:5): [True: 2, False: 0]
  ------------------
 1102|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1102:5): [True: 2, False: 0]
  ------------------
 1103|      2|    string = &_Py_ID(blocking);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1104|      2|    _PyUnicode_InternStatic(interp, &string);
 1105|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1105:5): [True: 2, False: 0]
  ------------------
 1106|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1106:5): [True: 2, False: 0]
  ------------------
 1107|      2|    string = &_Py_ID(bound);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1108|      2|    _PyUnicode_InternStatic(interp, &string);
 1109|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1109:5): [True: 2, False: 0]
  ------------------
 1110|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1110:5): [True: 2, False: 0]
  ------------------
 1111|      2|    string = &_Py_ID(buffer);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1112|      2|    _PyUnicode_InternStatic(interp, &string);
 1113|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1113:5): [True: 2, False: 0]
  ------------------
 1114|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1114:5): [True: 2, False: 0]
  ------------------
 1115|      2|    string = &_Py_ID(buffer_callback);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1116|      2|    _PyUnicode_InternStatic(interp, &string);
 1117|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1117:5): [True: 2, False: 0]
  ------------------
 1118|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1118:5): [True: 2, False: 0]
  ------------------
 1119|      2|    string = &_Py_ID(buffer_size);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1120|      2|    _PyUnicode_InternStatic(interp, &string);
 1121|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1121:5): [True: 2, False: 0]
  ------------------
 1122|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1122:5): [True: 2, False: 0]
  ------------------
 1123|      2|    string = &_Py_ID(buffering);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1124|      2|    _PyUnicode_InternStatic(interp, &string);
 1125|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1125:5): [True: 2, False: 0]
  ------------------
 1126|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1126:5): [True: 2, False: 0]
  ------------------
 1127|      2|    string = &_Py_ID(buffers);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1128|      2|    _PyUnicode_InternStatic(interp, &string);
 1129|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1129:5): [True: 2, False: 0]
  ------------------
 1130|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1130:5): [True: 2, False: 0]
  ------------------
 1131|      2|    string = &_Py_ID(bufsize);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1132|      2|    _PyUnicode_InternStatic(interp, &string);
 1133|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1133:5): [True: 2, False: 0]
  ------------------
 1134|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1134:5): [True: 2, False: 0]
  ------------------
 1135|      2|    string = &_Py_ID(builtins);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1136|      2|    _PyUnicode_InternStatic(interp, &string);
 1137|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1137:5): [True: 2, False: 0]
  ------------------
 1138|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1138:5): [True: 2, False: 0]
  ------------------
 1139|      2|    string = &_Py_ID(byte_offset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1140|      2|    _PyUnicode_InternStatic(interp, &string);
 1141|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1141:5): [True: 2, False: 0]
  ------------------
 1142|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1142:5): [True: 2, False: 0]
  ------------------
 1143|      2|    string = &_Py_ID(byte_size);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1144|      2|    _PyUnicode_InternStatic(interp, &string);
 1145|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1145:5): [True: 2, False: 0]
  ------------------
 1146|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1146:5): [True: 2, False: 0]
  ------------------
 1147|      2|    string = &_Py_ID(byteorder);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1148|      2|    _PyUnicode_InternStatic(interp, &string);
 1149|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1149:5): [True: 2, False: 0]
  ------------------
 1150|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1150:5): [True: 2, False: 0]
  ------------------
 1151|      2|    string = &_Py_ID(bytes);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1152|      2|    _PyUnicode_InternStatic(interp, &string);
 1153|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1153:5): [True: 2, False: 0]
  ------------------
 1154|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1154:5): [True: 2, False: 0]
  ------------------
 1155|      2|    string = &_Py_ID(bytes_per_sep);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1156|      2|    _PyUnicode_InternStatic(interp, &string);
 1157|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1157:5): [True: 2, False: 0]
  ------------------
 1158|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1158:5): [True: 2, False: 0]
  ------------------
 1159|      2|    string = &_Py_ID(c_call);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1160|      2|    _PyUnicode_InternStatic(interp, &string);
 1161|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1161:5): [True: 2, False: 0]
  ------------------
 1162|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1162:5): [True: 2, False: 0]
  ------------------
 1163|      2|    string = &_Py_ID(c_exception);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1164|      2|    _PyUnicode_InternStatic(interp, &string);
 1165|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1165:5): [True: 2, False: 0]
  ------------------
 1166|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1166:5): [True: 2, False: 0]
  ------------------
 1167|      2|    string = &_Py_ID(c_parameter_type);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1168|      2|    _PyUnicode_InternStatic(interp, &string);
 1169|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1169:5): [True: 2, False: 0]
  ------------------
 1170|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1170:5): [True: 2, False: 0]
  ------------------
 1171|      2|    string = &_Py_ID(c_return);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1172|      2|    _PyUnicode_InternStatic(interp, &string);
 1173|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1173:5): [True: 2, False: 0]
  ------------------
 1174|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1174:5): [True: 2, False: 0]
  ------------------
 1175|      2|    string = &_Py_ID(c_stack);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1176|      2|    _PyUnicode_InternStatic(interp, &string);
 1177|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1177:5): [True: 2, False: 0]
  ------------------
 1178|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1178:5): [True: 2, False: 0]
  ------------------
 1179|      2|    string = &_Py_ID(cache_frames);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1180|      2|    _PyUnicode_InternStatic(interp, &string);
 1181|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1181:5): [True: 2, False: 0]
  ------------------
 1182|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1182:5): [True: 2, False: 0]
  ------------------
 1183|      2|    string = &_Py_ID(cached_datetime_module);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1184|      2|    _PyUnicode_InternStatic(interp, &string);
 1185|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1185:5): [True: 2, False: 0]
  ------------------
 1186|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1186:5): [True: 2, False: 0]
  ------------------
 1187|      2|    string = &_Py_ID(cached_statements);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1188|      2|    _PyUnicode_InternStatic(interp, &string);
 1189|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1189:5): [True: 2, False: 0]
  ------------------
 1190|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1190:5): [True: 2, False: 0]
  ------------------
 1191|      2|    string = &_Py_ID(cadata);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1192|      2|    _PyUnicode_InternStatic(interp, &string);
 1193|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1193:5): [True: 2, False: 0]
  ------------------
 1194|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1194:5): [True: 2, False: 0]
  ------------------
 1195|      2|    string = &_Py_ID(cafile);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1196|      2|    _PyUnicode_InternStatic(interp, &string);
 1197|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1197:5): [True: 2, False: 0]
  ------------------
 1198|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1198:5): [True: 2, False: 0]
  ------------------
 1199|      2|    string = &_Py_ID(call);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1200|      2|    _PyUnicode_InternStatic(interp, &string);
 1201|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1201:5): [True: 2, False: 0]
  ------------------
 1202|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1202:5): [True: 2, False: 0]
  ------------------
 1203|      2|    string = &_Py_ID(call_exception_handler);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1204|      2|    _PyUnicode_InternStatic(interp, &string);
 1205|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1205:5): [True: 2, False: 0]
  ------------------
 1206|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1206:5): [True: 2, False: 0]
  ------------------
 1207|      2|    string = &_Py_ID(call_soon);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1208|      2|    _PyUnicode_InternStatic(interp, &string);
 1209|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1209:5): [True: 2, False: 0]
  ------------------
 1210|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1210:5): [True: 2, False: 0]
  ------------------
 1211|      2|    string = &_Py_ID(callable);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1212|      2|    _PyUnicode_InternStatic(interp, &string);
 1213|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1213:5): [True: 2, False: 0]
  ------------------
 1214|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1214:5): [True: 2, False: 0]
  ------------------
 1215|      2|    string = &_Py_ID(callback);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1216|      2|    _PyUnicode_InternStatic(interp, &string);
 1217|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1217:5): [True: 2, False: 0]
  ------------------
 1218|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1218:5): [True: 2, False: 0]
  ------------------
 1219|      2|    string = &_Py_ID(cancel);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1220|      2|    _PyUnicode_InternStatic(interp, &string);
 1221|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1221:5): [True: 2, False: 0]
  ------------------
 1222|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1222:5): [True: 2, False: 0]
  ------------------
 1223|      2|    string = &_Py_ID(canonical);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1224|      2|    _PyUnicode_InternStatic(interp, &string);
 1225|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1225:5): [True: 2, False: 0]
  ------------------
 1226|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1226:5): [True: 2, False: 0]
  ------------------
 1227|      2|    string = &_Py_ID(capath);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1228|      2|    _PyUnicode_InternStatic(interp, &string);
 1229|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1229:5): [True: 2, False: 0]
  ------------------
 1230|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1230:5): [True: 2, False: 0]
  ------------------
 1231|      2|    string = &_Py_ID(capitals);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1232|      2|    _PyUnicode_InternStatic(interp, &string);
 1233|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1233:5): [True: 2, False: 0]
  ------------------
 1234|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1234:5): [True: 2, False: 0]
  ------------------
 1235|      2|    string = &_Py_ID(category);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1236|      2|    _PyUnicode_InternStatic(interp, &string);
 1237|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1237:5): [True: 2, False: 0]
  ------------------
 1238|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1238:5): [True: 2, False: 0]
  ------------------
 1239|      2|    string = &_Py_ID(cb_type);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1240|      2|    _PyUnicode_InternStatic(interp, &string);
 1241|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1241:5): [True: 2, False: 0]
  ------------------
 1242|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1242:5): [True: 2, False: 0]
  ------------------
 1243|      2|    string = &_Py_ID(certfile);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1244|      2|    _PyUnicode_InternStatic(interp, &string);
 1245|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1245:5): [True: 2, False: 0]
  ------------------
 1246|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1246:5): [True: 2, False: 0]
  ------------------
 1247|      2|    string = &_Py_ID(chain);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1248|      2|    _PyUnicode_InternStatic(interp, &string);
 1249|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1249:5): [True: 2, False: 0]
  ------------------
 1250|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1250:5): [True: 2, False: 0]
  ------------------
 1251|      2|    string = &_Py_ID(check_same_thread);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1252|      2|    _PyUnicode_InternStatic(interp, &string);
 1253|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1253:5): [True: 2, False: 0]
  ------------------
 1254|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1254:5): [True: 2, False: 0]
  ------------------
 1255|      2|    string = &_Py_ID(clamp);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1256|      2|    _PyUnicode_InternStatic(interp, &string);
 1257|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1257:5): [True: 2, False: 0]
  ------------------
 1258|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1258:5): [True: 2, False: 0]
  ------------------
 1259|      2|    string = &_Py_ID(clear);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1260|      2|    _PyUnicode_InternStatic(interp, &string);
 1261|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1261:5): [True: 2, False: 0]
  ------------------
 1262|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1262:5): [True: 2, False: 0]
  ------------------
 1263|      2|    string = &_Py_ID(close);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1264|      2|    _PyUnicode_InternStatic(interp, &string);
 1265|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1265:5): [True: 2, False: 0]
  ------------------
 1266|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1266:5): [True: 2, False: 0]
  ------------------
 1267|      2|    string = &_Py_ID(closed);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1268|      2|    _PyUnicode_InternStatic(interp, &string);
 1269|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1269:5): [True: 2, False: 0]
  ------------------
 1270|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1270:5): [True: 2, False: 0]
  ------------------
 1271|      2|    string = &_Py_ID(closefd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1272|      2|    _PyUnicode_InternStatic(interp, &string);
 1273|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1273:5): [True: 2, False: 0]
  ------------------
 1274|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1274:5): [True: 2, False: 0]
  ------------------
 1275|      2|    string = &_Py_ID(closure);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1276|      2|    _PyUnicode_InternStatic(interp, &string);
 1277|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1277:5): [True: 2, False: 0]
  ------------------
 1278|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1278:5): [True: 2, False: 0]
  ------------------
 1279|      2|    string = &_Py_ID(co_argcount);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1280|      2|    _PyUnicode_InternStatic(interp, &string);
 1281|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1281:5): [True: 2, False: 0]
  ------------------
 1282|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1282:5): [True: 2, False: 0]
  ------------------
 1283|      2|    string = &_Py_ID(co_cellvars);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1284|      2|    _PyUnicode_InternStatic(interp, &string);
 1285|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1285:5): [True: 2, False: 0]
  ------------------
 1286|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1286:5): [True: 2, False: 0]
  ------------------
 1287|      2|    string = &_Py_ID(co_code);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1288|      2|    _PyUnicode_InternStatic(interp, &string);
 1289|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1289:5): [True: 2, False: 0]
  ------------------
 1290|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1290:5): [True: 2, False: 0]
  ------------------
 1291|      2|    string = &_Py_ID(co_consts);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1292|      2|    _PyUnicode_InternStatic(interp, &string);
 1293|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1293:5): [True: 2, False: 0]
  ------------------
 1294|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1294:5): [True: 2, False: 0]
  ------------------
 1295|      2|    string = &_Py_ID(co_exceptiontable);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1296|      2|    _PyUnicode_InternStatic(interp, &string);
 1297|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1297:5): [True: 2, False: 0]
  ------------------
 1298|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1298:5): [True: 2, False: 0]
  ------------------
 1299|      2|    string = &_Py_ID(co_filename);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1300|      2|    _PyUnicode_InternStatic(interp, &string);
 1301|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1301:5): [True: 2, False: 0]
  ------------------
 1302|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1302:5): [True: 2, False: 0]
  ------------------
 1303|      2|    string = &_Py_ID(co_firstlineno);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1304|      2|    _PyUnicode_InternStatic(interp, &string);
 1305|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1305:5): [True: 2, False: 0]
  ------------------
 1306|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1306:5): [True: 2, False: 0]
  ------------------
 1307|      2|    string = &_Py_ID(co_flags);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1308|      2|    _PyUnicode_InternStatic(interp, &string);
 1309|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1309:5): [True: 2, False: 0]
  ------------------
 1310|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1310:5): [True: 2, False: 0]
  ------------------
 1311|      2|    string = &_Py_ID(co_freevars);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1312|      2|    _PyUnicode_InternStatic(interp, &string);
 1313|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1313:5): [True: 2, False: 0]
  ------------------
 1314|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1314:5): [True: 2, False: 0]
  ------------------
 1315|      2|    string = &_Py_ID(co_kwonlyargcount);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1316|      2|    _PyUnicode_InternStatic(interp, &string);
 1317|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1317:5): [True: 2, False: 0]
  ------------------
 1318|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1318:5): [True: 2, False: 0]
  ------------------
 1319|      2|    string = &_Py_ID(co_linetable);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1320|      2|    _PyUnicode_InternStatic(interp, &string);
 1321|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1321:5): [True: 2, False: 0]
  ------------------
 1322|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1322:5): [True: 2, False: 0]
  ------------------
 1323|      2|    string = &_Py_ID(co_name);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1324|      2|    _PyUnicode_InternStatic(interp, &string);
 1325|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1325:5): [True: 2, False: 0]
  ------------------
 1326|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1326:5): [True: 2, False: 0]
  ------------------
 1327|      2|    string = &_Py_ID(co_names);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1328|      2|    _PyUnicode_InternStatic(interp, &string);
 1329|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1329:5): [True: 2, False: 0]
  ------------------
 1330|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1330:5): [True: 2, False: 0]
  ------------------
 1331|      2|    string = &_Py_ID(co_nlocals);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1332|      2|    _PyUnicode_InternStatic(interp, &string);
 1333|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1333:5): [True: 2, False: 0]
  ------------------
 1334|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1334:5): [True: 2, False: 0]
  ------------------
 1335|      2|    string = &_Py_ID(co_posonlyargcount);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1336|      2|    _PyUnicode_InternStatic(interp, &string);
 1337|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1337:5): [True: 2, False: 0]
  ------------------
 1338|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1338:5): [True: 2, False: 0]
  ------------------
 1339|      2|    string = &_Py_ID(co_qualname);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1340|      2|    _PyUnicode_InternStatic(interp, &string);
 1341|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1341:5): [True: 2, False: 0]
  ------------------
 1342|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1342:5): [True: 2, False: 0]
  ------------------
 1343|      2|    string = &_Py_ID(co_stacksize);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1344|      2|    _PyUnicode_InternStatic(interp, &string);
 1345|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1345:5): [True: 2, False: 0]
  ------------------
 1346|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1346:5): [True: 2, False: 0]
  ------------------
 1347|      2|    string = &_Py_ID(co_varnames);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1348|      2|    _PyUnicode_InternStatic(interp, &string);
 1349|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1349:5): [True: 2, False: 0]
  ------------------
 1350|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1350:5): [True: 2, False: 0]
  ------------------
 1351|      2|    string = &_Py_ID(code);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1352|      2|    _PyUnicode_InternStatic(interp, &string);
 1353|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1353:5): [True: 2, False: 0]
  ------------------
 1354|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1354:5): [True: 2, False: 0]
  ------------------
 1355|      2|    string = &_Py_ID(col_offset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1356|      2|    _PyUnicode_InternStatic(interp, &string);
 1357|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1357:5): [True: 2, False: 0]
  ------------------
 1358|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1358:5): [True: 2, False: 0]
  ------------------
 1359|      2|    string = &_Py_ID(collector);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1360|      2|    _PyUnicode_InternStatic(interp, &string);
 1361|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1361:5): [True: 2, False: 0]
  ------------------
 1362|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1362:5): [True: 2, False: 0]
  ------------------
 1363|      2|    string = &_Py_ID(command);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1364|      2|    _PyUnicode_InternStatic(interp, &string);
 1365|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1365:5): [True: 2, False: 0]
  ------------------
 1366|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1366:5): [True: 2, False: 0]
  ------------------
 1367|      2|    string = &_Py_ID(comment_factory);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1368|      2|    _PyUnicode_InternStatic(interp, &string);
 1369|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1369:5): [True: 2, False: 0]
  ------------------
 1370|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1370:5): [True: 2, False: 0]
  ------------------
 1371|      2|    string = &_Py_ID(compile_mode);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1372|      2|    _PyUnicode_InternStatic(interp, &string);
 1373|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1373:5): [True: 2, False: 0]
  ------------------
 1374|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1374:5): [True: 2, False: 0]
  ------------------
 1375|      2|    string = &_Py_ID(compression);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1376|      2|    _PyUnicode_InternStatic(interp, &string);
 1377|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1377:5): [True: 2, False: 0]
  ------------------
 1378|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1378:5): [True: 2, False: 0]
  ------------------
 1379|      2|    string = &_Py_ID(config);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1380|      2|    _PyUnicode_InternStatic(interp, &string);
 1381|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1381:5): [True: 2, False: 0]
  ------------------
 1382|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1382:5): [True: 2, False: 0]
  ------------------
 1383|      2|    string = &_Py_ID(consts);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1384|      2|    _PyUnicode_InternStatic(interp, &string);
 1385|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1385:5): [True: 2, False: 0]
  ------------------
 1386|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1386:5): [True: 2, False: 0]
  ------------------
 1387|      2|    string = &_Py_ID(context);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1388|      2|    _PyUnicode_InternStatic(interp, &string);
 1389|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1389:5): [True: 2, False: 0]
  ------------------
 1390|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1390:5): [True: 2, False: 0]
  ------------------
 1391|      2|    string = &_Py_ID(contravariant);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1392|      2|    _PyUnicode_InternStatic(interp, &string);
 1393|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1393:5): [True: 2, False: 0]
  ------------------
 1394|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1394:5): [True: 2, False: 0]
  ------------------
 1395|      2|    string = &_Py_ID(conversion);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1396|      2|    _PyUnicode_InternStatic(interp, &string);
 1397|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1397:5): [True: 2, False: 0]
  ------------------
 1398|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1398:5): [True: 2, False: 0]
  ------------------
 1399|      2|    string = &_Py_ID(cookie);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1400|      2|    _PyUnicode_InternStatic(interp, &string);
 1401|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1401:5): [True: 2, False: 0]
  ------------------
 1402|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1402:5): [True: 2, False: 0]
  ------------------
 1403|      2|    string = &_Py_ID(copy);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1404|      2|    _PyUnicode_InternStatic(interp, &string);
 1405|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1405:5): [True: 2, False: 0]
  ------------------
 1406|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1406:5): [True: 2, False: 0]
  ------------------
 1407|      2|    string = &_Py_ID(copyreg);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1408|      2|    _PyUnicode_InternStatic(interp, &string);
 1409|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1409:5): [True: 2, False: 0]
  ------------------
 1410|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1410:5): [True: 2, False: 0]
  ------------------
 1411|      2|    string = &_Py_ID(coro);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1412|      2|    _PyUnicode_InternStatic(interp, &string);
 1413|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1413:5): [True: 2, False: 0]
  ------------------
 1414|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1414:5): [True: 2, False: 0]
  ------------------
 1415|      2|    string = &_Py_ID(count);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1416|      2|    _PyUnicode_InternStatic(interp, &string);
 1417|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1417:5): [True: 2, False: 0]
  ------------------
 1418|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1418:5): [True: 2, False: 0]
  ------------------
 1419|      2|    string = &_Py_ID(covariant);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1420|      2|    _PyUnicode_InternStatic(interp, &string);
 1421|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1421:5): [True: 2, False: 0]
  ------------------
 1422|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1422:5): [True: 2, False: 0]
  ------------------
 1423|      2|    string = &_Py_ID(ctx);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1424|      2|    _PyUnicode_InternStatic(interp, &string);
 1425|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1425:5): [True: 2, False: 0]
  ------------------
 1426|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1426:5): [True: 2, False: 0]
  ------------------
 1427|      2|    string = &_Py_ID(cwd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1428|      2|    _PyUnicode_InternStatic(interp, &string);
 1429|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1429:5): [True: 2, False: 0]
  ------------------
 1430|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1430:5): [True: 2, False: 0]
  ------------------
 1431|      2|    string = &_Py_ID(d_parameter_type);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1432|      2|    _PyUnicode_InternStatic(interp, &string);
 1433|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1433:5): [True: 2, False: 0]
  ------------------
 1434|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1434:5): [True: 2, False: 0]
  ------------------
 1435|      2|    string = &_Py_ID(data);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1436|      2|    _PyUnicode_InternStatic(interp, &string);
 1437|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1437:5): [True: 2, False: 0]
  ------------------
 1438|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1438:5): [True: 2, False: 0]
  ------------------
 1439|      2|    string = &_Py_ID(database);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1440|      2|    _PyUnicode_InternStatic(interp, &string);
 1441|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1441:5): [True: 2, False: 0]
  ------------------
 1442|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1442:5): [True: 2, False: 0]
  ------------------
 1443|      2|    string = &_Py_ID(date);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1444|      2|    _PyUnicode_InternStatic(interp, &string);
 1445|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1445:5): [True: 2, False: 0]
  ------------------
 1446|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1446:5): [True: 2, False: 0]
  ------------------
 1447|      2|    string = &_Py_ID(day);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1448|      2|    _PyUnicode_InternStatic(interp, &string);
 1449|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1449:5): [True: 2, False: 0]
  ------------------
 1450|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1450:5): [True: 2, False: 0]
  ------------------
 1451|      2|    string = &_Py_ID(days);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1452|      2|    _PyUnicode_InternStatic(interp, &string);
 1453|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1453:5): [True: 2, False: 0]
  ------------------
 1454|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1454:5): [True: 2, False: 0]
  ------------------
 1455|      2|    string = &_Py_ID(debug);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1456|      2|    _PyUnicode_InternStatic(interp, &string);
 1457|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1457:5): [True: 2, False: 0]
  ------------------
 1458|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1458:5): [True: 2, False: 0]
  ------------------
 1459|      2|    string = &_Py_ID(decode);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1460|      2|    _PyUnicode_InternStatic(interp, &string);
 1461|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1461:5): [True: 2, False: 0]
  ------------------
 1462|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1462:5): [True: 2, False: 0]
  ------------------
 1463|      2|    string = &_Py_ID(decoder);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1464|      2|    _PyUnicode_InternStatic(interp, &string);
 1465|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1465:5): [True: 2, False: 0]
  ------------------
 1466|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1466:5): [True: 2, False: 0]
  ------------------
 1467|      2|    string = &_Py_ID(default);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1468|      2|    _PyUnicode_InternStatic(interp, &string);
 1469|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1469:5): [True: 2, False: 0]
  ------------------
 1470|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1470:5): [True: 2, False: 0]
  ------------------
 1471|      2|    string = &_Py_ID(defaultaction);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1472|      2|    _PyUnicode_InternStatic(interp, &string);
 1473|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1473:5): [True: 2, False: 0]
  ------------------
 1474|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1474:5): [True: 2, False: 0]
  ------------------
 1475|      2|    string = &_Py_ID(delete);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1476|      2|    _PyUnicode_InternStatic(interp, &string);
 1477|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1477:5): [True: 2, False: 0]
  ------------------
 1478|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1478:5): [True: 2, False: 0]
  ------------------
 1479|      2|    string = &_Py_ID(depth);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1480|      2|    _PyUnicode_InternStatic(interp, &string);
 1481|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1481:5): [True: 2, False: 0]
  ------------------
 1482|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1482:5): [True: 2, False: 0]
  ------------------
 1483|      2|    string = &_Py_ID(desired_access);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1484|      2|    _PyUnicode_InternStatic(interp, &string);
 1485|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1485:5): [True: 2, False: 0]
  ------------------
 1486|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1486:5): [True: 2, False: 0]
  ------------------
 1487|      2|    string = &_Py_ID(detect_types);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1488|      2|    _PyUnicode_InternStatic(interp, &string);
 1489|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1489:5): [True: 2, False: 0]
  ------------------
 1490|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1490:5): [True: 2, False: 0]
  ------------------
 1491|      2|    string = &_Py_ID(deterministic);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1492|      2|    _PyUnicode_InternStatic(interp, &string);
 1493|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1493:5): [True: 2, False: 0]
  ------------------
 1494|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1494:5): [True: 2, False: 0]
  ------------------
 1495|      2|    string = &_Py_ID(device);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1496|      2|    _PyUnicode_InternStatic(interp, &string);
 1497|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1497:5): [True: 2, False: 0]
  ------------------
 1498|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1498:5): [True: 2, False: 0]
  ------------------
 1499|      2|    string = &_Py_ID(dict);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1500|      2|    _PyUnicode_InternStatic(interp, &string);
 1501|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1501:5): [True: 2, False: 0]
  ------------------
 1502|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1502:5): [True: 2, False: 0]
  ------------------
 1503|      2|    string = &_Py_ID(difference_update);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1504|      2|    _PyUnicode_InternStatic(interp, &string);
 1505|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1505:5): [True: 2, False: 0]
  ------------------
 1506|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1506:5): [True: 2, False: 0]
  ------------------
 1507|      2|    string = &_Py_ID(digest);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1508|      2|    _PyUnicode_InternStatic(interp, &string);
 1509|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1509:5): [True: 2, False: 0]
  ------------------
 1510|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1510:5): [True: 2, False: 0]
  ------------------
 1511|      2|    string = &_Py_ID(digest_size);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1512|      2|    _PyUnicode_InternStatic(interp, &string);
 1513|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1513:5): [True: 2, False: 0]
  ------------------
 1514|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1514:5): [True: 2, False: 0]
  ------------------
 1515|      2|    string = &_Py_ID(digestmod);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1516|      2|    _PyUnicode_InternStatic(interp, &string);
 1517|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1517:5): [True: 2, False: 0]
  ------------------
 1518|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1518:5): [True: 2, False: 0]
  ------------------
 1519|      2|    string = &_Py_ID(dir_fd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1520|      2|    _PyUnicode_InternStatic(interp, &string);
 1521|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1521:5): [True: 2, False: 0]
  ------------------
 1522|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1522:5): [True: 2, False: 0]
  ------------------
 1523|      2|    string = &_Py_ID(discard);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1524|      2|    _PyUnicode_InternStatic(interp, &string);
 1525|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1525:5): [True: 2, False: 0]
  ------------------
 1526|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1526:5): [True: 2, False: 0]
  ------------------
 1527|      2|    string = &_Py_ID(dispatch_table);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1528|      2|    _PyUnicode_InternStatic(interp, &string);
 1529|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1529:5): [True: 2, False: 0]
  ------------------
 1530|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1530:5): [True: 2, False: 0]
  ------------------
 1531|      2|    string = &_Py_ID(displayhook);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1532|      2|    _PyUnicode_InternStatic(interp, &string);
 1533|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1533:5): [True: 2, False: 0]
  ------------------
 1534|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1534:5): [True: 2, False: 0]
  ------------------
 1535|      2|    string = &_Py_ID(dklen);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1536|      2|    _PyUnicode_InternStatic(interp, &string);
 1537|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1537:5): [True: 2, False: 0]
  ------------------
 1538|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1538:5): [True: 2, False: 0]
  ------------------
 1539|      2|    string = &_Py_ID(doc);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1540|      2|    _PyUnicode_InternStatic(interp, &string);
 1541|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1541:5): [True: 2, False: 0]
  ------------------
 1542|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1542:5): [True: 2, False: 0]
  ------------------
 1543|      2|    string = &_Py_ID(done);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1544|      2|    _PyUnicode_InternStatic(interp, &string);
 1545|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1545:5): [True: 2, False: 0]
  ------------------
 1546|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1546:5): [True: 2, False: 0]
  ------------------
 1547|      2|    string = &_Py_ID(dont_inherit);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1548|      2|    _PyUnicode_InternStatic(interp, &string);
 1549|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1549:5): [True: 2, False: 0]
  ------------------
 1550|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1550:5): [True: 2, False: 0]
  ------------------
 1551|      2|    string = &_Py_ID(dst);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1552|      2|    _PyUnicode_InternStatic(interp, &string);
 1553|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1553:5): [True: 2, False: 0]
  ------------------
 1554|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1554:5): [True: 2, False: 0]
  ------------------
 1555|      2|    string = &_Py_ID(dst_dir_fd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1556|      2|    _PyUnicode_InternStatic(interp, &string);
 1557|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1557:5): [True: 2, False: 0]
  ------------------
 1558|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1558:5): [True: 2, False: 0]
  ------------------
 1559|      2|    string = &_Py_ID(eager_start);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1560|      2|    _PyUnicode_InternStatic(interp, &string);
 1561|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1561:5): [True: 2, False: 0]
  ------------------
 1562|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1562:5): [True: 2, False: 0]
  ------------------
 1563|      2|    string = &_Py_ID(effective_ids);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1564|      2|    _PyUnicode_InternStatic(interp, &string);
 1565|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1565:5): [True: 2, False: 0]
  ------------------
 1566|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1566:5): [True: 2, False: 0]
  ------------------
 1567|      2|    string = &_Py_ID(element_factory);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1568|      2|    _PyUnicode_InternStatic(interp, &string);
 1569|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1569:5): [True: 2, False: 0]
  ------------------
 1570|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1570:5): [True: 2, False: 0]
  ------------------
 1571|      2|    string = &_Py_ID(emptyerror);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1572|      2|    _PyUnicode_InternStatic(interp, &string);
 1573|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1573:5): [True: 2, False: 0]
  ------------------
 1574|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1574:5): [True: 2, False: 0]
  ------------------
 1575|      2|    string = &_Py_ID(encode);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1576|      2|    _PyUnicode_InternStatic(interp, &string);
 1577|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1577:5): [True: 2, False: 0]
  ------------------
 1578|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1578:5): [True: 2, False: 0]
  ------------------
 1579|      2|    string = &_Py_ID(encoding);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1580|      2|    _PyUnicode_InternStatic(interp, &string);
 1581|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1581:5): [True: 2, False: 0]
  ------------------
 1582|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1582:5): [True: 2, False: 0]
  ------------------
 1583|      2|    string = &_Py_ID(end);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1584|      2|    _PyUnicode_InternStatic(interp, &string);
 1585|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1585:5): [True: 2, False: 0]
  ------------------
 1586|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1586:5): [True: 2, False: 0]
  ------------------
 1587|      2|    string = &_Py_ID(end_col_offset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1588|      2|    _PyUnicode_InternStatic(interp, &string);
 1589|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1589:5): [True: 2, False: 0]
  ------------------
 1590|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1590:5): [True: 2, False: 0]
  ------------------
 1591|      2|    string = &_Py_ID(end_lineno);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1592|      2|    _PyUnicode_InternStatic(interp, &string);
 1593|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1593:5): [True: 2, False: 0]
  ------------------
 1594|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1594:5): [True: 2, False: 0]
  ------------------
 1595|      2|    string = &_Py_ID(end_offset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1596|      2|    _PyUnicode_InternStatic(interp, &string);
 1597|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1597:5): [True: 2, False: 0]
  ------------------
 1598|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1598:5): [True: 2, False: 0]
  ------------------
 1599|      2|    string = &_Py_ID(endpos);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1600|      2|    _PyUnicode_InternStatic(interp, &string);
 1601|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1601:5): [True: 2, False: 0]
  ------------------
 1602|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1602:5): [True: 2, False: 0]
  ------------------
 1603|      2|    string = &_Py_ID(entrypoint);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1604|      2|    _PyUnicode_InternStatic(interp, &string);
 1605|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1605:5): [True: 2, False: 0]
  ------------------
 1606|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1606:5): [True: 2, False: 0]
  ------------------
 1607|      2|    string = &_Py_ID(env);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1608|      2|    _PyUnicode_InternStatic(interp, &string);
 1609|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1609:5): [True: 2, False: 0]
  ------------------
 1610|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1610:5): [True: 2, False: 0]
  ------------------
 1611|      2|    string = &_Py_ID(errors);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1612|      2|    _PyUnicode_InternStatic(interp, &string);
 1613|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1613:5): [True: 2, False: 0]
  ------------------
 1614|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1614:5): [True: 2, False: 0]
  ------------------
 1615|      2|    string = &_Py_ID(event);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1616|      2|    _PyUnicode_InternStatic(interp, &string);
 1617|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1617:5): [True: 2, False: 0]
  ------------------
 1618|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1618:5): [True: 2, False: 0]
  ------------------
 1619|      2|    string = &_Py_ID(eventmask);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1620|      2|    _PyUnicode_InternStatic(interp, &string);
 1621|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1621:5): [True: 2, False: 0]
  ------------------
 1622|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1622:5): [True: 2, False: 0]
  ------------------
 1623|      2|    string = &_Py_ID(exc);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1624|      2|    _PyUnicode_InternStatic(interp, &string);
 1625|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1625:5): [True: 2, False: 0]
  ------------------
 1626|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1626:5): [True: 2, False: 0]
  ------------------
 1627|      2|    string = &_Py_ID(exc_tb);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1628|      2|    _PyUnicode_InternStatic(interp, &string);
 1629|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1629:5): [True: 2, False: 0]
  ------------------
 1630|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1630:5): [True: 2, False: 0]
  ------------------
 1631|      2|    string = &_Py_ID(exc_type);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1632|      2|    _PyUnicode_InternStatic(interp, &string);
 1633|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1633:5): [True: 2, False: 0]
  ------------------
 1634|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1634:5): [True: 2, False: 0]
  ------------------
 1635|      2|    string = &_Py_ID(exc_val);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1636|      2|    _PyUnicode_InternStatic(interp, &string);
 1637|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1637:5): [True: 2, False: 0]
  ------------------
 1638|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1638:5): [True: 2, False: 0]
  ------------------
 1639|      2|    string = &_Py_ID(exc_value);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1640|      2|    _PyUnicode_InternStatic(interp, &string);
 1641|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1641:5): [True: 2, False: 0]
  ------------------
 1642|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1642:5): [True: 2, False: 0]
  ------------------
 1643|      2|    string = &_Py_ID(excepthook);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1644|      2|    _PyUnicode_InternStatic(interp, &string);
 1645|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1645:5): [True: 2, False: 0]
  ------------------
 1646|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1646:5): [True: 2, False: 0]
  ------------------
 1647|      2|    string = &_Py_ID(exception);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1648|      2|    _PyUnicode_InternStatic(interp, &string);
 1649|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1649:5): [True: 2, False: 0]
  ------------------
 1650|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1650:5): [True: 2, False: 0]
  ------------------
 1651|      2|    string = &_Py_ID(existing_file_name);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1652|      2|    _PyUnicode_InternStatic(interp, &string);
 1653|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1653:5): [True: 2, False: 0]
  ------------------
 1654|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1654:5): [True: 2, False: 0]
  ------------------
 1655|      2|    string = &_Py_ID(exit);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1656|      2|    _PyUnicode_InternStatic(interp, &string);
 1657|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1657:5): [True: 2, False: 0]
  ------------------
 1658|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1658:5): [True: 2, False: 0]
  ------------------
 1659|      2|    string = &_Py_ID(exp);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1660|      2|    _PyUnicode_InternStatic(interp, &string);
 1661|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1661:5): [True: 2, False: 0]
  ------------------
 1662|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1662:5): [True: 2, False: 0]
  ------------------
 1663|      2|    string = &_Py_ID(expression);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1664|      2|    _PyUnicode_InternStatic(interp, &string);
 1665|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1665:5): [True: 2, False: 0]
  ------------------
 1666|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1666:5): [True: 2, False: 0]
  ------------------
 1667|      2|    string = &_Py_ID(extend);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1668|      2|    _PyUnicode_InternStatic(interp, &string);
 1669|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1669:5): [True: 2, False: 0]
  ------------------
 1670|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1670:5): [True: 2, False: 0]
  ------------------
 1671|      2|    string = &_Py_ID(extra_tokens);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1672|      2|    _PyUnicode_InternStatic(interp, &string);
 1673|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1673:5): [True: 2, False: 0]
  ------------------
 1674|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1674:5): [True: 2, False: 0]
  ------------------
 1675|      2|    string = &_Py_ID(facility);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1676|      2|    _PyUnicode_InternStatic(interp, &string);
 1677|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1677:5): [True: 2, False: 0]
  ------------------
 1678|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1678:5): [True: 2, False: 0]
  ------------------
 1679|      2|    string = &_Py_ID(factory);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1680|      2|    _PyUnicode_InternStatic(interp, &string);
 1681|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1681:5): [True: 2, False: 0]
  ------------------
 1682|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1682:5): [True: 2, False: 0]
  ------------------
 1683|      2|    string = &_Py_ID(fallback);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      2|    _PyUnicode_InternStatic(interp, &string);
 1685|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1685:5): [True: 2, False: 0]
  ------------------
 1686|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1686:5): [True: 2, False: 0]
  ------------------
 1687|      2|    string = &_Py_ID(false);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1688|      2|    _PyUnicode_InternStatic(interp, &string);
 1689|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1689:5): [True: 2, False: 0]
  ------------------
 1690|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1690:5): [True: 2, False: 0]
  ------------------
 1691|      2|    string = &_Py_ID(family);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1692|      2|    _PyUnicode_InternStatic(interp, &string);
 1693|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1693:5): [True: 2, False: 0]
  ------------------
 1694|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1694:5): [True: 2, False: 0]
  ------------------
 1695|      2|    string = &_Py_ID(fanout);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1696|      2|    _PyUnicode_InternStatic(interp, &string);
 1697|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1697:5): [True: 2, False: 0]
  ------------------
 1698|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1698:5): [True: 2, False: 0]
  ------------------
 1699|      2|    string = &_Py_ID(fd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1700|      2|    _PyUnicode_InternStatic(interp, &string);
 1701|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1701:5): [True: 2, False: 0]
  ------------------
 1702|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1702:5): [True: 2, False: 0]
  ------------------
 1703|      2|    string = &_Py_ID(fd2);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1704|      2|    _PyUnicode_InternStatic(interp, &string);
 1705|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1705:5): [True: 2, False: 0]
  ------------------
 1706|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1706:5): [True: 2, False: 0]
  ------------------
 1707|      2|    string = &_Py_ID(fdel);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1708|      2|    _PyUnicode_InternStatic(interp, &string);
 1709|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1709:5): [True: 2, False: 0]
  ------------------
 1710|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1710:5): [True: 2, False: 0]
  ------------------
 1711|      2|    string = &_Py_ID(fget);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1712|      2|    _PyUnicode_InternStatic(interp, &string);
 1713|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1713:5): [True: 2, False: 0]
  ------------------
 1714|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1714:5): [True: 2, False: 0]
  ------------------
 1715|      2|    string = &_Py_ID(fields);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1716|      2|    _PyUnicode_InternStatic(interp, &string);
 1717|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1717:5): [True: 2, False: 0]
  ------------------
 1718|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1718:5): [True: 2, False: 0]
  ------------------
 1719|      2|    string = &_Py_ID(file);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1720|      2|    _PyUnicode_InternStatic(interp, &string);
 1721|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1721:5): [True: 2, False: 0]
  ------------------
 1722|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1722:5): [True: 2, False: 0]
  ------------------
 1723|      2|    string = &_Py_ID(file_actions);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1724|      2|    _PyUnicode_InternStatic(interp, &string);
 1725|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1725:5): [True: 2, False: 0]
  ------------------
 1726|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1726:5): [True: 2, False: 0]
  ------------------
 1727|      2|    string = &_Py_ID(filename);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1728|      2|    _PyUnicode_InternStatic(interp, &string);
 1729|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1729:5): [True: 2, False: 0]
  ------------------
 1730|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1730:5): [True: 2, False: 0]
  ------------------
 1731|      2|    string = &_Py_ID(fileno);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1732|      2|    _PyUnicode_InternStatic(interp, &string);
 1733|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1733:5): [True: 2, False: 0]
  ------------------
 1734|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1734:5): [True: 2, False: 0]
  ------------------
 1735|      2|    string = &_Py_ID(filepath);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1736|      2|    _PyUnicode_InternStatic(interp, &string);
 1737|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1737:5): [True: 2, False: 0]
  ------------------
 1738|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1738:5): [True: 2, False: 0]
  ------------------
 1739|      2|    string = &_Py_ID(fillvalue);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1740|      2|    _PyUnicode_InternStatic(interp, &string);
 1741|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1741:5): [True: 2, False: 0]
  ------------------
 1742|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1742:5): [True: 2, False: 0]
  ------------------
 1743|      2|    string = &_Py_ID(filter);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1744|      2|    _PyUnicode_InternStatic(interp, &string);
 1745|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1745:5): [True: 2, False: 0]
  ------------------
 1746|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1746:5): [True: 2, False: 0]
  ------------------
 1747|      2|    string = &_Py_ID(filters);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1748|      2|    _PyUnicode_InternStatic(interp, &string);
 1749|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1749:5): [True: 2, False: 0]
  ------------------
 1750|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1750:5): [True: 2, False: 0]
  ------------------
 1751|      2|    string = &_Py_ID(final);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1752|      2|    _PyUnicode_InternStatic(interp, &string);
 1753|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1753:5): [True: 2, False: 0]
  ------------------
 1754|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1754:5): [True: 2, False: 0]
  ------------------
 1755|      2|    string = &_Py_ID(find_class);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1756|      2|    _PyUnicode_InternStatic(interp, &string);
 1757|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1757:5): [True: 2, False: 0]
  ------------------
 1758|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1758:5): [True: 2, False: 0]
  ------------------
 1759|      2|    string = &_Py_ID(fix_imports);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1760|      2|    _PyUnicode_InternStatic(interp, &string);
 1761|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1761:5): [True: 2, False: 0]
  ------------------
 1762|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1762:5): [True: 2, False: 0]
  ------------------
 1763|      2|    string = &_Py_ID(flags);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1764|      2|    _PyUnicode_InternStatic(interp, &string);
 1765|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1765:5): [True: 2, False: 0]
  ------------------
 1766|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1766:5): [True: 2, False: 0]
  ------------------
 1767|      2|    string = &_Py_ID(flush);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1768|      2|    _PyUnicode_InternStatic(interp, &string);
 1769|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1769:5): [True: 2, False: 0]
  ------------------
 1770|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1770:5): [True: 2, False: 0]
  ------------------
 1771|      2|    string = &_Py_ID(fold);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1772|      2|    _PyUnicode_InternStatic(interp, &string);
 1773|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1773:5): [True: 2, False: 0]
  ------------------
 1774|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1774:5): [True: 2, False: 0]
  ------------------
 1775|      2|    string = &_Py_ID(foldspaces);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1776|      2|    _PyUnicode_InternStatic(interp, &string);
 1777|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1777:5): [True: 2, False: 0]
  ------------------
 1778|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1778:5): [True: 2, False: 0]
  ------------------
 1779|      2|    string = &_Py_ID(follow_symlinks);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1780|      2|    _PyUnicode_InternStatic(interp, &string);
 1781|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1781:5): [True: 2, False: 0]
  ------------------
 1782|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1782:5): [True: 2, False: 0]
  ------------------
 1783|      2|    string = &_Py_ID(format);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1784|      2|    _PyUnicode_InternStatic(interp, &string);
 1785|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1785:5): [True: 2, False: 0]
  ------------------
 1786|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1786:5): [True: 2, False: 0]
  ------------------
 1787|      2|    string = &_Py_ID(format_spec);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1788|      2|    _PyUnicode_InternStatic(interp, &string);
 1789|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1789:5): [True: 2, False: 0]
  ------------------
 1790|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1790:5): [True: 2, False: 0]
  ------------------
 1791|      2|    string = &_Py_ID(frame_buffer);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1792|      2|    _PyUnicode_InternStatic(interp, &string);
 1793|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1793:5): [True: 2, False: 0]
  ------------------
 1794|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1794:5): [True: 2, False: 0]
  ------------------
 1795|      2|    string = &_Py_ID(free_threaded);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1796|      2|    _PyUnicode_InternStatic(interp, &string);
 1797|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1797:5): [True: 2, False: 0]
  ------------------
 1798|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1798:5): [True: 2, False: 0]
  ------------------
 1799|      2|    string = &_Py_ID(from_param);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1800|      2|    _PyUnicode_InternStatic(interp, &string);
 1801|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1801:5): [True: 2, False: 0]
  ------------------
 1802|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1802:5): [True: 2, False: 0]
  ------------------
 1803|      2|    string = &_Py_ID(fromlist);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1804|      2|    _PyUnicode_InternStatic(interp, &string);
 1805|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1805:5): [True: 2, False: 0]
  ------------------
 1806|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1806:5): [True: 2, False: 0]
  ------------------
 1807|      2|    string = &_Py_ID(fromtimestamp);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1808|      2|    _PyUnicode_InternStatic(interp, &string);
 1809|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1809:5): [True: 2, False: 0]
  ------------------
 1810|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1810:5): [True: 2, False: 0]
  ------------------
 1811|      2|    string = &_Py_ID(fromutc);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1812|      2|    _PyUnicode_InternStatic(interp, &string);
 1813|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1813:5): [True: 2, False: 0]
  ------------------
 1814|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1814:5): [True: 2, False: 0]
  ------------------
 1815|      2|    string = &_Py_ID(fset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1816|      2|    _PyUnicode_InternStatic(interp, &string);
 1817|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1817:5): [True: 2, False: 0]
  ------------------
 1818|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1818:5): [True: 2, False: 0]
  ------------------
 1819|      2|    string = &_Py_ID(fullerror);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1820|      2|    _PyUnicode_InternStatic(interp, &string);
 1821|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1821:5): [True: 2, False: 0]
  ------------------
 1822|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1822:5): [True: 2, False: 0]
  ------------------
 1823|      2|    string = &_Py_ID(func);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1824|      2|    _PyUnicode_InternStatic(interp, &string);
 1825|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1825:5): [True: 2, False: 0]
  ------------------
 1826|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1826:5): [True: 2, False: 0]
  ------------------
 1827|      2|    string = &_Py_ID(future);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1828|      2|    _PyUnicode_InternStatic(interp, &string);
 1829|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1829:5): [True: 2, False: 0]
  ------------------
 1830|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1830:5): [True: 2, False: 0]
  ------------------
 1831|      2|    string = &_Py_ID(gc);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1832|      2|    _PyUnicode_InternStatic(interp, &string);
 1833|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1833:5): [True: 2, False: 0]
  ------------------
 1834|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1834:5): [True: 2, False: 0]
  ------------------
 1835|      2|    string = &_Py_ID(generation);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1836|      2|    _PyUnicode_InternStatic(interp, &string);
 1837|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1837:5): [True: 2, False: 0]
  ------------------
 1838|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1838:5): [True: 2, False: 0]
  ------------------
 1839|      2|    string = &_Py_ID(get);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1840|      2|    _PyUnicode_InternStatic(interp, &string);
 1841|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1841:5): [True: 2, False: 0]
  ------------------
 1842|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1842:5): [True: 2, False: 0]
  ------------------
 1843|      2|    string = &_Py_ID(get_debug);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1844|      2|    _PyUnicode_InternStatic(interp, &string);
 1845|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1845:5): [True: 2, False: 0]
  ------------------
 1846|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1846:5): [True: 2, False: 0]
  ------------------
 1847|      2|    string = &_Py_ID(get_event_loop);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1848|      2|    _PyUnicode_InternStatic(interp, &string);
 1849|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1849:5): [True: 2, False: 0]
  ------------------
 1850|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1850:5): [True: 2, False: 0]
  ------------------
 1851|      2|    string = &_Py_ID(get_loop);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1852|      2|    _PyUnicode_InternStatic(interp, &string);
 1853|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1853:5): [True: 2, False: 0]
  ------------------
 1854|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1854:5): [True: 2, False: 0]
  ------------------
 1855|      2|    string = &_Py_ID(get_source);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1856|      2|    _PyUnicode_InternStatic(interp, &string);
 1857|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1857:5): [True: 2, False: 0]
  ------------------
 1858|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1858:5): [True: 2, False: 0]
  ------------------
 1859|      2|    string = &_Py_ID(getattr);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1860|      2|    _PyUnicode_InternStatic(interp, &string);
 1861|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1861:5): [True: 2, False: 0]
  ------------------
 1862|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1862:5): [True: 2, False: 0]
  ------------------
 1863|      2|    string = &_Py_ID(getstate);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1864|      2|    _PyUnicode_InternStatic(interp, &string);
 1865|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1865:5): [True: 2, False: 0]
  ------------------
 1866|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1866:5): [True: 2, False: 0]
  ------------------
 1867|      2|    string = &_Py_ID(gid);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1868|      2|    _PyUnicode_InternStatic(interp, &string);
 1869|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1869:5): [True: 2, False: 0]
  ------------------
 1870|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1870:5): [True: 2, False: 0]
  ------------------
 1871|      2|    string = &_Py_ID(globals);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1872|      2|    _PyUnicode_InternStatic(interp, &string);
 1873|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1873:5): [True: 2, False: 0]
  ------------------
 1874|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1874:5): [True: 2, False: 0]
  ------------------
 1875|      2|    string = &_Py_ID(groupindex);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1876|      2|    _PyUnicode_InternStatic(interp, &string);
 1877|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1877:5): [True: 2, False: 0]
  ------------------
 1878|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1878:5): [True: 2, False: 0]
  ------------------
 1879|      2|    string = &_Py_ID(groups);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1880|      2|    _PyUnicode_InternStatic(interp, &string);
 1881|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1881:5): [True: 2, False: 0]
  ------------------
 1882|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1882:5): [True: 2, False: 0]
  ------------------
 1883|      2|    string = &_Py_ID(handle);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1884|      2|    _PyUnicode_InternStatic(interp, &string);
 1885|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1885:5): [True: 2, False: 0]
  ------------------
 1886|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1886:5): [True: 2, False: 0]
  ------------------
 1887|      2|    string = &_Py_ID(handle_seq);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1888|      2|    _PyUnicode_InternStatic(interp, &string);
 1889|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1889:5): [True: 2, False: 0]
  ------------------
 1890|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1890:5): [True: 2, False: 0]
  ------------------
 1891|      2|    string = &_Py_ID(has_location);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1892|      2|    _PyUnicode_InternStatic(interp, &string);
 1893|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1893:5): [True: 2, False: 0]
  ------------------
 1894|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1894:5): [True: 2, False: 0]
  ------------------
 1895|      2|    string = &_Py_ID(hash_name);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1896|      2|    _PyUnicode_InternStatic(interp, &string);
 1897|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1897:5): [True: 2, False: 0]
  ------------------
 1898|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1898:5): [True: 2, False: 0]
  ------------------
 1899|      2|    string = &_Py_ID(header);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1900|      2|    _PyUnicode_InternStatic(interp, &string);
 1901|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1901:5): [True: 2, False: 0]
  ------------------
 1902|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1902:5): [True: 2, False: 0]
  ------------------
 1903|      2|    string = &_Py_ID(headers);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1904|      2|    _PyUnicode_InternStatic(interp, &string);
 1905|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1905:5): [True: 2, False: 0]
  ------------------
 1906|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1906:5): [True: 2, False: 0]
  ------------------
 1907|      2|    string = &_Py_ID(hi);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1908|      2|    _PyUnicode_InternStatic(interp, &string);
 1909|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1909:5): [True: 2, False: 0]
  ------------------
 1910|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1910:5): [True: 2, False: 0]
  ------------------
 1911|      2|    string = &_Py_ID(hook);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1912|      2|    _PyUnicode_InternStatic(interp, &string);
 1913|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1913:5): [True: 2, False: 0]
  ------------------
 1914|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1914:5): [True: 2, False: 0]
  ------------------
 1915|      2|    string = &_Py_ID(hour);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1916|      2|    _PyUnicode_InternStatic(interp, &string);
 1917|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1917:5): [True: 2, False: 0]
  ------------------
 1918|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1918:5): [True: 2, False: 0]
  ------------------
 1919|      2|    string = &_Py_ID(hours);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1920|      2|    _PyUnicode_InternStatic(interp, &string);
 1921|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1921:5): [True: 2, False: 0]
  ------------------
 1922|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1922:5): [True: 2, False: 0]
  ------------------
 1923|      2|    string = &_Py_ID(id);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1924|      2|    _PyUnicode_InternStatic(interp, &string);
 1925|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1925:5): [True: 2, False: 0]
  ------------------
 1926|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1926:5): [True: 2, False: 0]
  ------------------
 1927|      2|    string = &_Py_ID(ident);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1928|      2|    _PyUnicode_InternStatic(interp, &string);
 1929|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1929:5): [True: 2, False: 0]
  ------------------
 1930|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1930:5): [True: 2, False: 0]
  ------------------
 1931|      2|    string = &_Py_ID(identity_hint);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1932|      2|    _PyUnicode_InternStatic(interp, &string);
 1933|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1933:5): [True: 2, False: 0]
  ------------------
 1934|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1934:5): [True: 2, False: 0]
  ------------------
 1935|      2|    string = &_Py_ID(ignore);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1936|      2|    _PyUnicode_InternStatic(interp, &string);
 1937|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1937:5): [True: 2, False: 0]
  ------------------
 1938|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1938:5): [True: 2, False: 0]
  ------------------
 1939|      2|    string = &_Py_ID(ignorechars);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1940|      2|    _PyUnicode_InternStatic(interp, &string);
 1941|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1941:5): [True: 2, False: 0]
  ------------------
 1942|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1942:5): [True: 2, False: 0]
  ------------------
 1943|      2|    string = &_Py_ID(imag);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1944|      2|    _PyUnicode_InternStatic(interp, &string);
 1945|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1945:5): [True: 2, False: 0]
  ------------------
 1946|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1946:5): [True: 2, False: 0]
  ------------------
 1947|      2|    string = &_Py_ID(implieslink);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1948|      2|    _PyUnicode_InternStatic(interp, &string);
 1949|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1949:5): [True: 2, False: 0]
  ------------------
 1950|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1950:5): [True: 2, False: 0]
  ------------------
 1951|      2|    string = &_Py_ID(importlib);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1952|      2|    _PyUnicode_InternStatic(interp, &string);
 1953|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1953:5): [True: 2, False: 0]
  ------------------
 1954|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1954:5): [True: 2, False: 0]
  ------------------
 1955|      2|    string = &_Py_ID(in_fd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1956|      2|    _PyUnicode_InternStatic(interp, &string);
 1957|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1957:5): [True: 2, False: 0]
  ------------------
 1958|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1958:5): [True: 2, False: 0]
  ------------------
 1959|      2|    string = &_Py_ID(include_aliases);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1960|      2|    _PyUnicode_InternStatic(interp, &string);
 1961|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1961:5): [True: 2, False: 0]
  ------------------
 1962|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1962:5): [True: 2, False: 0]
  ------------------
 1963|      2|    string = &_Py_ID(incoming);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1964|      2|    _PyUnicode_InternStatic(interp, &string);
 1965|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1965:5): [True: 2, False: 0]
  ------------------
 1966|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1966:5): [True: 2, False: 0]
  ------------------
 1967|      2|    string = &_Py_ID(index);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1968|      2|    _PyUnicode_InternStatic(interp, &string);
 1969|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1969:5): [True: 2, False: 0]
  ------------------
 1970|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1970:5): [True: 2, False: 0]
  ------------------
 1971|      2|    string = &_Py_ID(indexgroup);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1972|      2|    _PyUnicode_InternStatic(interp, &string);
 1973|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1973:5): [True: 2, False: 0]
  ------------------
 1974|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1974:5): [True: 2, False: 0]
  ------------------
 1975|      2|    string = &_Py_ID(inf);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1976|      2|    _PyUnicode_InternStatic(interp, &string);
 1977|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1977:5): [True: 2, False: 0]
  ------------------
 1978|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1978:5): [True: 2, False: 0]
  ------------------
 1979|      2|    string = &_Py_ID(infer_variance);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1980|      2|    _PyUnicode_InternStatic(interp, &string);
 1981|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1981:5): [True: 2, False: 0]
  ------------------
 1982|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1982:5): [True: 2, False: 0]
  ------------------
 1983|      2|    string = &_Py_ID(inherit_handle);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1984|      2|    _PyUnicode_InternStatic(interp, &string);
 1985|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1985:5): [True: 2, False: 0]
  ------------------
 1986|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1986:5): [True: 2, False: 0]
  ------------------
 1987|      2|    string = &_Py_ID(inheritable);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1988|      2|    _PyUnicode_InternStatic(interp, &string);
 1989|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1989:5): [True: 2, False: 0]
  ------------------
 1990|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1990:5): [True: 2, False: 0]
  ------------------
 1991|      2|    string = &_Py_ID(initial);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1992|      2|    _PyUnicode_InternStatic(interp, &string);
 1993|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1993:5): [True: 2, False: 0]
  ------------------
 1994|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1994:5): [True: 2, False: 0]
  ------------------
 1995|      2|    string = &_Py_ID(initial_bytes);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1996|      2|    _PyUnicode_InternStatic(interp, &string);
 1997|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (1997:5): [True: 2, False: 0]
  ------------------
 1998|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (1998:5): [True: 2, False: 0]
  ------------------
 1999|      2|    string = &_Py_ID(initial_owner);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2000|      2|    _PyUnicode_InternStatic(interp, &string);
 2001|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2001:5): [True: 2, False: 0]
  ------------------
 2002|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2002:5): [True: 2, False: 0]
  ------------------
 2003|      2|    string = &_Py_ID(initial_state);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2004|      2|    _PyUnicode_InternStatic(interp, &string);
 2005|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2005:5): [True: 2, False: 0]
  ------------------
 2006|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2006:5): [True: 2, False: 0]
  ------------------
 2007|      2|    string = &_Py_ID(initial_value);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2008|      2|    _PyUnicode_InternStatic(interp, &string);
 2009|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2009:5): [True: 2, False: 0]
  ------------------
 2010|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2010:5): [True: 2, False: 0]
  ------------------
 2011|      2|    string = &_Py_ID(initval);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2012|      2|    _PyUnicode_InternStatic(interp, &string);
 2013|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2013:5): [True: 2, False: 0]
  ------------------
 2014|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2014:5): [True: 2, False: 0]
  ------------------
 2015|      2|    string = &_Py_ID(inner_size);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2016|      2|    _PyUnicode_InternStatic(interp, &string);
 2017|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2017:5): [True: 2, False: 0]
  ------------------
 2018|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2018:5): [True: 2, False: 0]
  ------------------
 2019|      2|    string = &_Py_ID(input);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2020|      2|    _PyUnicode_InternStatic(interp, &string);
 2021|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2021:5): [True: 2, False: 0]
  ------------------
 2022|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2022:5): [True: 2, False: 0]
  ------------------
 2023|      2|    string = &_Py_ID(insert_comments);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2024|      2|    _PyUnicode_InternStatic(interp, &string);
 2025|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2025:5): [True: 2, False: 0]
  ------------------
 2026|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2026:5): [True: 2, False: 0]
  ------------------
 2027|      2|    string = &_Py_ID(insert_pis);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2028|      2|    _PyUnicode_InternStatic(interp, &string);
 2029|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2029:5): [True: 2, False: 0]
  ------------------
 2030|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2030:5): [True: 2, False: 0]
  ------------------
 2031|      2|    string = &_Py_ID(instructions);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2032|      2|    _PyUnicode_InternStatic(interp, &string);
 2033|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2033:5): [True: 2, False: 0]
  ------------------
 2034|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2034:5): [True: 2, False: 0]
  ------------------
 2035|      2|    string = &_Py_ID(intern);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2036|      2|    _PyUnicode_InternStatic(interp, &string);
 2037|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2037:5): [True: 2, False: 0]
  ------------------
 2038|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2038:5): [True: 2, False: 0]
  ------------------
 2039|      2|    string = &_Py_ID(intersection);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2040|      2|    _PyUnicode_InternStatic(interp, &string);
 2041|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2041:5): [True: 2, False: 0]
  ------------------
 2042|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2042:5): [True: 2, False: 0]
  ------------------
 2043|      2|    string = &_Py_ID(interval);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2044|      2|    _PyUnicode_InternStatic(interp, &string);
 2045|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2045:5): [True: 2, False: 0]
  ------------------
 2046|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2046:5): [True: 2, False: 0]
  ------------------
 2047|      2|    string = &_Py_ID(io);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2048|      2|    _PyUnicode_InternStatic(interp, &string);
 2049|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2049:5): [True: 2, False: 0]
  ------------------
 2050|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2050:5): [True: 2, False: 0]
  ------------------
 2051|      2|    string = &_Py_ID(is_compress);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2052|      2|    _PyUnicode_InternStatic(interp, &string);
 2053|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2053:5): [True: 2, False: 0]
  ------------------
 2054|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2054:5): [True: 2, False: 0]
  ------------------
 2055|      2|    string = &_Py_ID(is_raw);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2056|      2|    _PyUnicode_InternStatic(interp, &string);
 2057|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2057:5): [True: 2, False: 0]
  ------------------
 2058|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2058:5): [True: 2, False: 0]
  ------------------
 2059|      2|    string = &_Py_ID(is_running);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2060|      2|    _PyUnicode_InternStatic(interp, &string);
 2061|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2061:5): [True: 2, False: 0]
  ------------------
 2062|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2062:5): [True: 2, False: 0]
  ------------------
 2063|      2|    string = &_Py_ID(is_struct);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2064|      2|    _PyUnicode_InternStatic(interp, &string);
 2065|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2065:5): [True: 2, False: 0]
  ------------------
 2066|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2066:5): [True: 2, False: 0]
  ------------------
 2067|      2|    string = &_Py_ID(isatty);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2068|      2|    _PyUnicode_InternStatic(interp, &string);
 2069|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2069:5): [True: 2, False: 0]
  ------------------
 2070|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2070:5): [True: 2, False: 0]
  ------------------
 2071|      2|    string = &_Py_ID(isinstance);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2072|      2|    _PyUnicode_InternStatic(interp, &string);
 2073|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2073:5): [True: 2, False: 0]
  ------------------
 2074|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2074:5): [True: 2, False: 0]
  ------------------
 2075|      2|    string = &_Py_ID(isoformat);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2076|      2|    _PyUnicode_InternStatic(interp, &string);
 2077|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2077:5): [True: 2, False: 0]
  ------------------
 2078|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2078:5): [True: 2, False: 0]
  ------------------
 2079|      2|    string = &_Py_ID(isolation_level);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2080|      2|    _PyUnicode_InternStatic(interp, &string);
 2081|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2081:5): [True: 2, False: 0]
  ------------------
 2082|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2082:5): [True: 2, False: 0]
  ------------------
 2083|      2|    string = &_Py_ID(istext);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2084|      2|    _PyUnicode_InternStatic(interp, &string);
 2085|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2085:5): [True: 2, False: 0]
  ------------------
 2086|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2086:5): [True: 2, False: 0]
  ------------------
 2087|      2|    string = &_Py_ID(item);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2088|      2|    _PyUnicode_InternStatic(interp, &string);
 2089|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2089:5): [True: 2, False: 0]
  ------------------
 2090|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2090:5): [True: 2, False: 0]
  ------------------
 2091|      2|    string = &_Py_ID(items);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2092|      2|    _PyUnicode_InternStatic(interp, &string);
 2093|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2093:5): [True: 2, False: 0]
  ------------------
 2094|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2094:5): [True: 2, False: 0]
  ------------------
 2095|      2|    string = &_Py_ID(iter);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2096|      2|    _PyUnicode_InternStatic(interp, &string);
 2097|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2097:5): [True: 2, False: 0]
  ------------------
 2098|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2098:5): [True: 2, False: 0]
  ------------------
 2099|      2|    string = &_Py_ID(iterable);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2100|      2|    _PyUnicode_InternStatic(interp, &string);
 2101|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2101:5): [True: 2, False: 0]
  ------------------
 2102|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2102:5): [True: 2, False: 0]
  ------------------
 2103|      2|    string = &_Py_ID(iterations);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2104|      2|    _PyUnicode_InternStatic(interp, &string);
 2105|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2105:5): [True: 2, False: 0]
  ------------------
 2106|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2106:5): [True: 2, False: 0]
  ------------------
 2107|      2|    string = &_Py_ID(join);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2108|      2|    _PyUnicode_InternStatic(interp, &string);
 2109|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2109:5): [True: 2, False: 0]
  ------------------
 2110|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2110:5): [True: 2, False: 0]
  ------------------
 2111|      2|    string = &_Py_ID(jump);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2112|      2|    _PyUnicode_InternStatic(interp, &string);
 2113|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2113:5): [True: 2, False: 0]
  ------------------
 2114|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2114:5): [True: 2, False: 0]
  ------------------
 2115|      2|    string = &_Py_ID(keepends);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2116|      2|    _PyUnicode_InternStatic(interp, &string);
 2117|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2117:5): [True: 2, False: 0]
  ------------------
 2118|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2118:5): [True: 2, False: 0]
  ------------------
 2119|      2|    string = &_Py_ID(key);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2120|      2|    _PyUnicode_InternStatic(interp, &string);
 2121|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2121:5): [True: 2, False: 0]
  ------------------
 2122|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2122:5): [True: 2, False: 0]
  ------------------
 2123|      2|    string = &_Py_ID(keyfile);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2124|      2|    _PyUnicode_InternStatic(interp, &string);
 2125|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2125:5): [True: 2, False: 0]
  ------------------
 2126|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2126:5): [True: 2, False: 0]
  ------------------
 2127|      2|    string = &_Py_ID(keys);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2128|      2|    _PyUnicode_InternStatic(interp, &string);
 2129|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2129:5): [True: 2, False: 0]
  ------------------
 2130|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2130:5): [True: 2, False: 0]
  ------------------
 2131|      2|    string = &_Py_ID(kind);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2132|      2|    _PyUnicode_InternStatic(interp, &string);
 2133|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2133:5): [True: 2, False: 0]
  ------------------
 2134|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2134:5): [True: 2, False: 0]
  ------------------
 2135|      2|    string = &_Py_ID(kw);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2136|      2|    _PyUnicode_InternStatic(interp, &string);
 2137|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2137:5): [True: 2, False: 0]
  ------------------
 2138|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2138:5): [True: 2, False: 0]
  ------------------
 2139|      2|    string = &_Py_ID(kw1);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2140|      2|    _PyUnicode_InternStatic(interp, &string);
 2141|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2141:5): [True: 2, False: 0]
  ------------------
 2142|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2142:5): [True: 2, False: 0]
  ------------------
 2143|      2|    string = &_Py_ID(kw2);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2144|      2|    _PyUnicode_InternStatic(interp, &string);
 2145|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2145:5): [True: 2, False: 0]
  ------------------
 2146|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2146:5): [True: 2, False: 0]
  ------------------
 2147|      2|    string = &_Py_ID(kwargs);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2148|      2|    _PyUnicode_InternStatic(interp, &string);
 2149|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2149:5): [True: 2, False: 0]
  ------------------
 2150|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2150:5): [True: 2, False: 0]
  ------------------
 2151|      2|    string = &_Py_ID(kwdefaults);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2152|      2|    _PyUnicode_InternStatic(interp, &string);
 2153|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2153:5): [True: 2, False: 0]
  ------------------
 2154|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2154:5): [True: 2, False: 0]
  ------------------
 2155|      2|    string = &_Py_ID(label);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2156|      2|    _PyUnicode_InternStatic(interp, &string);
 2157|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2157:5): [True: 2, False: 0]
  ------------------
 2158|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2158:5): [True: 2, False: 0]
  ------------------
 2159|      2|    string = &_Py_ID(last);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2160|      2|    _PyUnicode_InternStatic(interp, &string);
 2161|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2161:5): [True: 2, False: 0]
  ------------------
 2162|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2162:5): [True: 2, False: 0]
  ------------------
 2163|      2|    string = &_Py_ID(last_exc);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2164|      2|    _PyUnicode_InternStatic(interp, &string);
 2165|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2165:5): [True: 2, False: 0]
  ------------------
 2166|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2166:5): [True: 2, False: 0]
  ------------------
 2167|      2|    string = &_Py_ID(last_node);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2168|      2|    _PyUnicode_InternStatic(interp, &string);
 2169|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2169:5): [True: 2, False: 0]
  ------------------
 2170|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2170:5): [True: 2, False: 0]
  ------------------
 2171|      2|    string = &_Py_ID(last_traceback);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2172|      2|    _PyUnicode_InternStatic(interp, &string);
 2173|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2173:5): [True: 2, False: 0]
  ------------------
 2174|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2174:5): [True: 2, False: 0]
  ------------------
 2175|      2|    string = &_Py_ID(last_type);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2176|      2|    _PyUnicode_InternStatic(interp, &string);
 2177|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2177:5): [True: 2, False: 0]
  ------------------
 2178|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2178:5): [True: 2, False: 0]
  ------------------
 2179|      2|    string = &_Py_ID(last_value);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2180|      2|    _PyUnicode_InternStatic(interp, &string);
 2181|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2181:5): [True: 2, False: 0]
  ------------------
 2182|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2182:5): [True: 2, False: 0]
  ------------------
 2183|      2|    string = &_Py_ID(latin1);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2184|      2|    _PyUnicode_InternStatic(interp, &string);
 2185|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2185:5): [True: 2, False: 0]
  ------------------
 2186|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2186:5): [True: 2, False: 0]
  ------------------
 2187|      2|    string = &_Py_ID(leaf_size);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2188|      2|    _PyUnicode_InternStatic(interp, &string);
 2189|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2189:5): [True: 2, False: 0]
  ------------------
 2190|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2190:5): [True: 2, False: 0]
  ------------------
 2191|      2|    string = &_Py_ID(legacy);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2192|      2|    _PyUnicode_InternStatic(interp, &string);
 2193|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2193:5): [True: 2, False: 0]
  ------------------
 2194|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2194:5): [True: 2, False: 0]
  ------------------
 2195|      2|    string = &_Py_ID(len);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2196|      2|    _PyUnicode_InternStatic(interp, &string);
 2197|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2197:5): [True: 2, False: 0]
  ------------------
 2198|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2198:5): [True: 2, False: 0]
  ------------------
 2199|      2|    string = &_Py_ID(length);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2200|      2|    _PyUnicode_InternStatic(interp, &string);
 2201|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2201:5): [True: 2, False: 0]
  ------------------
 2202|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2202:5): [True: 2, False: 0]
  ------------------
 2203|      2|    string = &_Py_ID(level);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2204|      2|    _PyUnicode_InternStatic(interp, &string);
 2205|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2205:5): [True: 2, False: 0]
  ------------------
 2206|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2206:5): [True: 2, False: 0]
  ------------------
 2207|      2|    string = &_Py_ID(limit);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2208|      2|    _PyUnicode_InternStatic(interp, &string);
 2209|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2209:5): [True: 2, False: 0]
  ------------------
 2210|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2210:5): [True: 2, False: 0]
  ------------------
 2211|      2|    string = &_Py_ID(line);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2212|      2|    _PyUnicode_InternStatic(interp, &string);
 2213|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2213:5): [True: 2, False: 0]
  ------------------
 2214|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2214:5): [True: 2, False: 0]
  ------------------
 2215|      2|    string = &_Py_ID(line_buffering);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2216|      2|    _PyUnicode_InternStatic(interp, &string);
 2217|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2217:5): [True: 2, False: 0]
  ------------------
 2218|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2218:5): [True: 2, False: 0]
  ------------------
 2219|      2|    string = &_Py_ID(lineno);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2220|      2|    _PyUnicode_InternStatic(interp, &string);
 2221|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2221:5): [True: 2, False: 0]
  ------------------
 2222|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2222:5): [True: 2, False: 0]
  ------------------
 2223|      2|    string = &_Py_ID(little);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2224|      2|    _PyUnicode_InternStatic(interp, &string);
 2225|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2225:5): [True: 2, False: 0]
  ------------------
 2226|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2226:5): [True: 2, False: 0]
  ------------------
 2227|      2|    string = &_Py_ID(lo);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2228|      2|    _PyUnicode_InternStatic(interp, &string);
 2229|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2229:5): [True: 2, False: 0]
  ------------------
 2230|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2230:5): [True: 2, False: 0]
  ------------------
 2231|      2|    string = &_Py_ID(locale);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2232|      2|    _PyUnicode_InternStatic(interp, &string);
 2233|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2233:5): [True: 2, False: 0]
  ------------------
 2234|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2234:5): [True: 2, False: 0]
  ------------------
 2235|      2|    string = &_Py_ID(locals);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2236|      2|    _PyUnicode_InternStatic(interp, &string);
 2237|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2237:5): [True: 2, False: 0]
  ------------------
 2238|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2238:5): [True: 2, False: 0]
  ------------------
 2239|      2|    string = &_Py_ID(logoption);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2240|      2|    _PyUnicode_InternStatic(interp, &string);
 2241|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2241:5): [True: 2, False: 0]
  ------------------
 2242|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2242:5): [True: 2, False: 0]
  ------------------
 2243|      2|    string = &_Py_ID(loop);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2244|      2|    _PyUnicode_InternStatic(interp, &string);
 2245|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2245:5): [True: 2, False: 0]
  ------------------
 2246|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2246:5): [True: 2, False: 0]
  ------------------
 2247|      2|    string = &_Py_ID(manual_reset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2248|      2|    _PyUnicode_InternStatic(interp, &string);
 2249|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2249:5): [True: 2, False: 0]
  ------------------
 2250|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2250:5): [True: 2, False: 0]
  ------------------
 2251|      2|    string = &_Py_ID(mapping);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2252|      2|    _PyUnicode_InternStatic(interp, &string);
 2253|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2253:5): [True: 2, False: 0]
  ------------------
 2254|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2254:5): [True: 2, False: 0]
  ------------------
 2255|      2|    string = &_Py_ID(mask);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2256|      2|    _PyUnicode_InternStatic(interp, &string);
 2257|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2257:5): [True: 2, False: 0]
  ------------------
 2258|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2258:5): [True: 2, False: 0]
  ------------------
 2259|      2|    string = &_Py_ID(match);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2260|      2|    _PyUnicode_InternStatic(interp, &string);
 2261|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2261:5): [True: 2, False: 0]
  ------------------
 2262|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2262:5): [True: 2, False: 0]
  ------------------
 2263|      2|    string = &_Py_ID(max_length);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2264|      2|    _PyUnicode_InternStatic(interp, &string);
 2265|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2265:5): [True: 2, False: 0]
  ------------------
 2266|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2266:5): [True: 2, False: 0]
  ------------------
 2267|      2|    string = &_Py_ID(max_threads);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2268|      2|    _PyUnicode_InternStatic(interp, &string);
 2269|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2269:5): [True: 2, False: 0]
  ------------------
 2270|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2270:5): [True: 2, False: 0]
  ------------------
 2271|      2|    string = &_Py_ID(maxdigits);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2272|      2|    _PyUnicode_InternStatic(interp, &string);
 2273|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2273:5): [True: 2, False: 0]
  ------------------
 2274|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2274:5): [True: 2, False: 0]
  ------------------
 2275|      2|    string = &_Py_ID(maxevents);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2276|      2|    _PyUnicode_InternStatic(interp, &string);
 2277|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2277:5): [True: 2, False: 0]
  ------------------
 2278|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2278:5): [True: 2, False: 0]
  ------------------
 2279|      2|    string = &_Py_ID(maxlen);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2280|      2|    _PyUnicode_InternStatic(interp, &string);
 2281|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2281:5): [True: 2, False: 0]
  ------------------
 2282|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2282:5): [True: 2, False: 0]
  ------------------
 2283|      2|    string = &_Py_ID(maxmem);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2284|      2|    _PyUnicode_InternStatic(interp, &string);
 2285|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2285:5): [True: 2, False: 0]
  ------------------
 2286|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2286:5): [True: 2, False: 0]
  ------------------
 2287|      2|    string = &_Py_ID(maxsize);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2288|      2|    _PyUnicode_InternStatic(interp, &string);
 2289|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2289:5): [True: 2, False: 0]
  ------------------
 2290|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2290:5): [True: 2, False: 0]
  ------------------
 2291|      2|    string = &_Py_ID(maxsplit);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2292|      2|    _PyUnicode_InternStatic(interp, &string);
 2293|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2293:5): [True: 2, False: 0]
  ------------------
 2294|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2294:5): [True: 2, False: 0]
  ------------------
 2295|      2|    string = &_Py_ID(maxvalue);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2296|      2|    _PyUnicode_InternStatic(interp, &string);
 2297|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2297:5): [True: 2, False: 0]
  ------------------
 2298|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2298:5): [True: 2, False: 0]
  ------------------
 2299|      2|    string = &_Py_ID(memLevel);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2300|      2|    _PyUnicode_InternStatic(interp, &string);
 2301|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2301:5): [True: 2, False: 0]
  ------------------
 2302|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2302:5): [True: 2, False: 0]
  ------------------
 2303|      2|    string = &_Py_ID(memlimit);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2304|      2|    _PyUnicode_InternStatic(interp, &string);
 2305|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2305:5): [True: 2, False: 0]
  ------------------
 2306|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2306:5): [True: 2, False: 0]
  ------------------
 2307|      2|    string = &_Py_ID(message);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2308|      2|    _PyUnicode_InternStatic(interp, &string);
 2309|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2309:5): [True: 2, False: 0]
  ------------------
 2310|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2310:5): [True: 2, False: 0]
  ------------------
 2311|      2|    string = &_Py_ID(metaclass);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2312|      2|    _PyUnicode_InternStatic(interp, &string);
 2313|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2313:5): [True: 2, False: 0]
  ------------------
 2314|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2314:5): [True: 2, False: 0]
  ------------------
 2315|      2|    string = &_Py_ID(metadata);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2316|      2|    _PyUnicode_InternStatic(interp, &string);
 2317|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2317:5): [True: 2, False: 0]
  ------------------
 2318|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2318:5): [True: 2, False: 0]
  ------------------
 2319|      2|    string = &_Py_ID(method);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2320|      2|    _PyUnicode_InternStatic(interp, &string);
 2321|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2321:5): [True: 2, False: 0]
  ------------------
 2322|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2322:5): [True: 2, False: 0]
  ------------------
 2323|      2|    string = &_Py_ID(microsecond);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2324|      2|    _PyUnicode_InternStatic(interp, &string);
 2325|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2325:5): [True: 2, False: 0]
  ------------------
 2326|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2326:5): [True: 2, False: 0]
  ------------------
 2327|      2|    string = &_Py_ID(microseconds);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2328|      2|    _PyUnicode_InternStatic(interp, &string);
 2329|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2329:5): [True: 2, False: 0]
  ------------------
 2330|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2330:5): [True: 2, False: 0]
  ------------------
 2331|      2|    string = &_Py_ID(milliseconds);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2332|      2|    _PyUnicode_InternStatic(interp, &string);
 2333|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2333:5): [True: 2, False: 0]
  ------------------
 2334|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2334:5): [True: 2, False: 0]
  ------------------
 2335|      2|    string = &_Py_ID(minute);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2336|      2|    _PyUnicode_InternStatic(interp, &string);
 2337|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2337:5): [True: 2, False: 0]
  ------------------
 2338|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2338:5): [True: 2, False: 0]
  ------------------
 2339|      2|    string = &_Py_ID(minutes);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2340|      2|    _PyUnicode_InternStatic(interp, &string);
 2341|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2341:5): [True: 2, False: 0]
  ------------------
 2342|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2342:5): [True: 2, False: 0]
  ------------------
 2343|      2|    string = &_Py_ID(mod);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2344|      2|    _PyUnicode_InternStatic(interp, &string);
 2345|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2345:5): [True: 2, False: 0]
  ------------------
 2346|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2346:5): [True: 2, False: 0]
  ------------------
 2347|      2|    string = &_Py_ID(mode);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2348|      2|    _PyUnicode_InternStatic(interp, &string);
 2349|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2349:5): [True: 2, False: 0]
  ------------------
 2350|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2350:5): [True: 2, False: 0]
  ------------------
 2351|      2|    string = &_Py_ID(module);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2352|      2|    _PyUnicode_InternStatic(interp, &string);
 2353|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2353:5): [True: 2, False: 0]
  ------------------
 2354|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2354:5): [True: 2, False: 0]
  ------------------
 2355|      2|    string = &_Py_ID(module_globals);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2356|      2|    _PyUnicode_InternStatic(interp, &string);
 2357|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2357:5): [True: 2, False: 0]
  ------------------
 2358|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2358:5): [True: 2, False: 0]
  ------------------
 2359|      2|    string = &_Py_ID(modules);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2360|      2|    _PyUnicode_InternStatic(interp, &string);
 2361|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2361:5): [True: 2, False: 0]
  ------------------
 2362|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2362:5): [True: 2, False: 0]
  ------------------
 2363|      2|    string = &_Py_ID(modulo);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2364|      2|    _PyUnicode_InternStatic(interp, &string);
 2365|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2365:5): [True: 2, False: 0]
  ------------------
 2366|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2366:5): [True: 2, False: 0]
  ------------------
 2367|      2|    string = &_Py_ID(month);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2368|      2|    _PyUnicode_InternStatic(interp, &string);
 2369|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2369:5): [True: 2, False: 0]
  ------------------
 2370|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2370:5): [True: 2, False: 0]
  ------------------
 2371|      2|    string = &_Py_ID(mro);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2372|      2|    _PyUnicode_InternStatic(interp, &string);
 2373|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2373:5): [True: 2, False: 0]
  ------------------
 2374|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2374:5): [True: 2, False: 0]
  ------------------
 2375|      2|    string = &_Py_ID(msg);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2376|      2|    _PyUnicode_InternStatic(interp, &string);
 2377|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2377:5): [True: 2, False: 0]
  ------------------
 2378|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2378:5): [True: 2, False: 0]
  ------------------
 2379|      2|    string = &_Py_ID(mutex);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2380|      2|    _PyUnicode_InternStatic(interp, &string);
 2381|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2381:5): [True: 2, False: 0]
  ------------------
 2382|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2382:5): [True: 2, False: 0]
  ------------------
 2383|      2|    string = &_Py_ID(mycmp);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2384|      2|    _PyUnicode_InternStatic(interp, &string);
 2385|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2385:5): [True: 2, False: 0]
  ------------------
 2386|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2386:5): [True: 2, False: 0]
  ------------------
 2387|      2|    string = &_Py_ID(n_fields);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2388|      2|    _PyUnicode_InternStatic(interp, &string);
 2389|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2389:5): [True: 2, False: 0]
  ------------------
 2390|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2390:5): [True: 2, False: 0]
  ------------------
 2391|      2|    string = &_Py_ID(n_sequence_fields);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2392|      2|    _PyUnicode_InternStatic(interp, &string);
 2393|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2393:5): [True: 2, False: 0]
  ------------------
 2394|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2394:5): [True: 2, False: 0]
  ------------------
 2395|      2|    string = &_Py_ID(n_unnamed_fields);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2396|      2|    _PyUnicode_InternStatic(interp, &string);
 2397|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2397:5): [True: 2, False: 0]
  ------------------
 2398|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2398:5): [True: 2, False: 0]
  ------------------
 2399|      2|    string = &_Py_ID(name);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2400|      2|    _PyUnicode_InternStatic(interp, &string);
 2401|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2401:5): [True: 2, False: 0]
  ------------------
 2402|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2402:5): [True: 2, False: 0]
  ------------------
 2403|      2|    string = &_Py_ID(name_from);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2404|      2|    _PyUnicode_InternStatic(interp, &string);
 2405|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2405:5): [True: 2, False: 0]
  ------------------
 2406|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2406:5): [True: 2, False: 0]
  ------------------
 2407|      2|    string = &_Py_ID(namespace_separator);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2408|      2|    _PyUnicode_InternStatic(interp, &string);
 2409|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2409:5): [True: 2, False: 0]
  ------------------
 2410|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2410:5): [True: 2, False: 0]
  ------------------
 2411|      2|    string = &_Py_ID(namespaces);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2412|      2|    _PyUnicode_InternStatic(interp, &string);
 2413|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2413:5): [True: 2, False: 0]
  ------------------
 2414|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2414:5): [True: 2, False: 0]
  ------------------
 2415|      2|    string = &_Py_ID(native);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2416|      2|    _PyUnicode_InternStatic(interp, &string);
 2417|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2417:5): [True: 2, False: 0]
  ------------------
 2418|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2418:5): [True: 2, False: 0]
  ------------------
 2419|      2|    string = &_Py_ID(ndigits);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2420|      2|    _PyUnicode_InternStatic(interp, &string);
 2421|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2421:5): [True: 2, False: 0]
  ------------------
 2422|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2422:5): [True: 2, False: 0]
  ------------------
 2423|      2|    string = &_Py_ID(nested);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2424|      2|    _PyUnicode_InternStatic(interp, &string);
 2425|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2425:5): [True: 2, False: 0]
  ------------------
 2426|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2426:5): [True: 2, False: 0]
  ------------------
 2427|      2|    string = &_Py_ID(new_file_name);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2428|      2|    _PyUnicode_InternStatic(interp, &string);
 2429|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2429:5): [True: 2, False: 0]
  ------------------
 2430|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2430:5): [True: 2, False: 0]
  ------------------
 2431|      2|    string = &_Py_ID(new_limit);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2432|      2|    _PyUnicode_InternStatic(interp, &string);
 2433|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2433:5): [True: 2, False: 0]
  ------------------
 2434|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2434:5): [True: 2, False: 0]
  ------------------
 2435|      2|    string = &_Py_ID(newline);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2436|      2|    _PyUnicode_InternStatic(interp, &string);
 2437|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2437:5): [True: 2, False: 0]
  ------------------
 2438|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2438:5): [True: 2, False: 0]
  ------------------
 2439|      2|    string = &_Py_ID(newlines);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2440|      2|    _PyUnicode_InternStatic(interp, &string);
 2441|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2441:5): [True: 2, False: 0]
  ------------------
 2442|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2442:5): [True: 2, False: 0]
  ------------------
 2443|      2|    string = &_Py_ID(next);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2444|      2|    _PyUnicode_InternStatic(interp, &string);
 2445|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2445:5): [True: 2, False: 0]
  ------------------
 2446|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2446:5): [True: 2, False: 0]
  ------------------
 2447|      2|    string = &_Py_ID(nlocals);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2448|      2|    _PyUnicode_InternStatic(interp, &string);
 2449|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2449:5): [True: 2, False: 0]
  ------------------
 2450|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2450:5): [True: 2, False: 0]
  ------------------
 2451|      2|    string = &_Py_ID(node_depth);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2452|      2|    _PyUnicode_InternStatic(interp, &string);
 2453|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2453:5): [True: 2, False: 0]
  ------------------
 2454|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2454:5): [True: 2, False: 0]
  ------------------
 2455|      2|    string = &_Py_ID(node_offset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2456|      2|    _PyUnicode_InternStatic(interp, &string);
 2457|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2457:5): [True: 2, False: 0]
  ------------------
 2458|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2458:5): [True: 2, False: 0]
  ------------------
 2459|      2|    string = &_Py_ID(ns);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2460|      2|    _PyUnicode_InternStatic(interp, &string);
 2461|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2461:5): [True: 2, False: 0]
  ------------------
 2462|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2462:5): [True: 2, False: 0]
  ------------------
 2463|      2|    string = &_Py_ID(nstype);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2464|      2|    _PyUnicode_InternStatic(interp, &string);
 2465|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2465:5): [True: 2, False: 0]
  ------------------
 2466|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2466:5): [True: 2, False: 0]
  ------------------
 2467|      2|    string = &_Py_ID(nt);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2468|      2|    _PyUnicode_InternStatic(interp, &string);
 2469|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2469:5): [True: 2, False: 0]
  ------------------
 2470|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2470:5): [True: 2, False: 0]
  ------------------
 2471|      2|    string = &_Py_ID(null);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2472|      2|    _PyUnicode_InternStatic(interp, &string);
 2473|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2473:5): [True: 2, False: 0]
  ------------------
 2474|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2474:5): [True: 2, False: 0]
  ------------------
 2475|      2|    string = &_Py_ID(number);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2476|      2|    _PyUnicode_InternStatic(interp, &string);
 2477|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2477:5): [True: 2, False: 0]
  ------------------
 2478|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2478:5): [True: 2, False: 0]
  ------------------
 2479|      2|    string = &_Py_ID(obj);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2480|      2|    _PyUnicode_InternStatic(interp, &string);
 2481|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2481:5): [True: 2, False: 0]
  ------------------
 2482|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2482:5): [True: 2, False: 0]
  ------------------
 2483|      2|    string = &_Py_ID(object);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2484|      2|    _PyUnicode_InternStatic(interp, &string);
 2485|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2485:5): [True: 2, False: 0]
  ------------------
 2486|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2486:5): [True: 2, False: 0]
  ------------------
 2487|      2|    string = &_Py_ID(offset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2488|      2|    _PyUnicode_InternStatic(interp, &string);
 2489|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2489:5): [True: 2, False: 0]
  ------------------
 2490|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2490:5): [True: 2, False: 0]
  ------------------
 2491|      2|    string = &_Py_ID(offset_dst);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2492|      2|    _PyUnicode_InternStatic(interp, &string);
 2493|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2493:5): [True: 2, False: 0]
  ------------------
 2494|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2494:5): [True: 2, False: 0]
  ------------------
 2495|      2|    string = &_Py_ID(offset_src);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2496|      2|    _PyUnicode_InternStatic(interp, &string);
 2497|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2497:5): [True: 2, False: 0]
  ------------------
 2498|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2498:5): [True: 2, False: 0]
  ------------------
 2499|      2|    string = &_Py_ID(on_type_read);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2500|      2|    _PyUnicode_InternStatic(interp, &string);
 2501|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2501:5): [True: 2, False: 0]
  ------------------
 2502|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2502:5): [True: 2, False: 0]
  ------------------
 2503|      2|    string = &_Py_ID(onceregistry);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2504|      2|    _PyUnicode_InternStatic(interp, &string);
 2505|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2505:5): [True: 2, False: 0]
  ------------------
 2506|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2506:5): [True: 2, False: 0]
  ------------------
 2507|      2|    string = &_Py_ID(only_active_thread);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2508|      2|    _PyUnicode_InternStatic(interp, &string);
 2509|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2509:5): [True: 2, False: 0]
  ------------------
 2510|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2510:5): [True: 2, False: 0]
  ------------------
 2511|      2|    string = &_Py_ID(only_keys);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2512|      2|    _PyUnicode_InternStatic(interp, &string);
 2513|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2513:5): [True: 2, False: 0]
  ------------------
 2514|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2514:5): [True: 2, False: 0]
  ------------------
 2515|      2|    string = &_Py_ID(oparg);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2516|      2|    _PyUnicode_InternStatic(interp, &string);
 2517|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2517:5): [True: 2, False: 0]
  ------------------
 2518|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2518:5): [True: 2, False: 0]
  ------------------
 2519|      2|    string = &_Py_ID(opcode);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2520|      2|    _PyUnicode_InternStatic(interp, &string);
 2521|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2521:5): [True: 2, False: 0]
  ------------------
 2522|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2522:5): [True: 2, False: 0]
  ------------------
 2523|      2|    string = &_Py_ID(opcodes);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2524|      2|    _PyUnicode_InternStatic(interp, &string);
 2525|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2525:5): [True: 2, False: 0]
  ------------------
 2526|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2526:5): [True: 2, False: 0]
  ------------------
 2527|      2|    string = &_Py_ID(open);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2528|      2|    _PyUnicode_InternStatic(interp, &string);
 2529|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2529:5): [True: 2, False: 0]
  ------------------
 2530|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2530:5): [True: 2, False: 0]
  ------------------
 2531|      2|    string = &_Py_ID(opener);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2532|      2|    _PyUnicode_InternStatic(interp, &string);
 2533|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2533:5): [True: 2, False: 0]
  ------------------
 2534|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2534:5): [True: 2, False: 0]
  ------------------
 2535|      2|    string = &_Py_ID(operation);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2536|      2|    _PyUnicode_InternStatic(interp, &string);
 2537|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2537:5): [True: 2, False: 0]
  ------------------
 2538|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2538:5): [True: 2, False: 0]
  ------------------
 2539|      2|    string = &_Py_ID(optimize);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2540|      2|    _PyUnicode_InternStatic(interp, &string);
 2541|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2541:5): [True: 2, False: 0]
  ------------------
 2542|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2542:5): [True: 2, False: 0]
  ------------------
 2543|      2|    string = &_Py_ID(options);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2544|      2|    _PyUnicode_InternStatic(interp, &string);
 2545|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2545:5): [True: 2, False: 0]
  ------------------
 2546|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2546:5): [True: 2, False: 0]
  ------------------
 2547|      2|    string = &_Py_ID(order);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2548|      2|    _PyUnicode_InternStatic(interp, &string);
 2549|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2549:5): [True: 2, False: 0]
  ------------------
 2550|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2550:5): [True: 2, False: 0]
  ------------------
 2551|      2|    string = &_Py_ID(origin);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2552|      2|    _PyUnicode_InternStatic(interp, &string);
 2553|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2553:5): [True: 2, False: 0]
  ------------------
 2554|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2554:5): [True: 2, False: 0]
  ------------------
 2555|      2|    string = &_Py_ID(other);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2556|      2|    _PyUnicode_InternStatic(interp, &string);
 2557|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2557:5): [True: 2, False: 0]
  ------------------
 2558|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2558:5): [True: 2, False: 0]
  ------------------
 2559|      2|    string = &_Py_ID(out_fd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2560|      2|    _PyUnicode_InternStatic(interp, &string);
 2561|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2561:5): [True: 2, False: 0]
  ------------------
 2562|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2562:5): [True: 2, False: 0]
  ------------------
 2563|      2|    string = &_Py_ID(outgoing);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2564|      2|    _PyUnicode_InternStatic(interp, &string);
 2565|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2565:5): [True: 2, False: 0]
  ------------------
 2566|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2566:5): [True: 2, False: 0]
  ------------------
 2567|      2|    string = &_Py_ID(outpath);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2568|      2|    _PyUnicode_InternStatic(interp, &string);
 2569|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2569:5): [True: 2, False: 0]
  ------------------
 2570|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2570:5): [True: 2, False: 0]
  ------------------
 2571|      2|    string = &_Py_ID(overlapped);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2572|      2|    _PyUnicode_InternStatic(interp, &string);
 2573|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2573:5): [True: 2, False: 0]
  ------------------
 2574|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2574:5): [True: 2, False: 0]
  ------------------
 2575|      2|    string = &_Py_ID(owner);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2576|      2|    _PyUnicode_InternStatic(interp, &string);
 2577|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2577:5): [True: 2, False: 0]
  ------------------
 2578|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2578:5): [True: 2, False: 0]
  ------------------
 2579|      2|    string = &_Py_ID(pad);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2580|      2|    _PyUnicode_InternStatic(interp, &string);
 2581|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2581:5): [True: 2, False: 0]
  ------------------
 2582|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2582:5): [True: 2, False: 0]
  ------------------
 2583|      2|    string = &_Py_ID(padded);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2584|      2|    _PyUnicode_InternStatic(interp, &string);
 2585|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2585:5): [True: 2, False: 0]
  ------------------
 2586|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2586:5): [True: 2, False: 0]
  ------------------
 2587|      2|    string = &_Py_ID(pages);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2588|      2|    _PyUnicode_InternStatic(interp, &string);
 2589|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2589:5): [True: 2, False: 0]
  ------------------
 2590|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2590:5): [True: 2, False: 0]
  ------------------
 2591|      2|    string = &_Py_ID(parameter);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2592|      2|    _PyUnicode_InternStatic(interp, &string);
 2593|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2593:5): [True: 2, False: 0]
  ------------------
 2594|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2594:5): [True: 2, False: 0]
  ------------------
 2595|      2|    string = &_Py_ID(parent);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2596|      2|    _PyUnicode_InternStatic(interp, &string);
 2597|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2597:5): [True: 2, False: 0]
  ------------------
 2598|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2598:5): [True: 2, False: 0]
  ------------------
 2599|      2|    string = &_Py_ID(password);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2600|      2|    _PyUnicode_InternStatic(interp, &string);
 2601|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2601:5): [True: 2, False: 0]
  ------------------
 2602|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2602:5): [True: 2, False: 0]
  ------------------
 2603|      2|    string = &_Py_ID(path);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2604|      2|    _PyUnicode_InternStatic(interp, &string);
 2605|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2605:5): [True: 2, False: 0]
  ------------------
 2606|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2606:5): [True: 2, False: 0]
  ------------------
 2607|      2|    string = &_Py_ID(pattern);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2608|      2|    _PyUnicode_InternStatic(interp, &string);
 2609|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2609:5): [True: 2, False: 0]
  ------------------
 2610|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2610:5): [True: 2, False: 0]
  ------------------
 2611|      2|    string = &_Py_ID(peek);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2612|      2|    _PyUnicode_InternStatic(interp, &string);
 2613|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2613:5): [True: 2, False: 0]
  ------------------
 2614|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2614:5): [True: 2, False: 0]
  ------------------
 2615|      2|    string = &_Py_ID(persistent_id);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2616|      2|    _PyUnicode_InternStatic(interp, &string);
 2617|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2617:5): [True: 2, False: 0]
  ------------------
 2618|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2618:5): [True: 2, False: 0]
  ------------------
 2619|      2|    string = &_Py_ID(persistent_load);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2620|      2|    _PyUnicode_InternStatic(interp, &string);
 2621|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2621:5): [True: 2, False: 0]
  ------------------
 2622|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2622:5): [True: 2, False: 0]
  ------------------
 2623|      2|    string = &_Py_ID(person);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2624|      2|    _PyUnicode_InternStatic(interp, &string);
 2625|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2625:5): [True: 2, False: 0]
  ------------------
 2626|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2626:5): [True: 2, False: 0]
  ------------------
 2627|      2|    string = &_Py_ID(pi_factory);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2628|      2|    _PyUnicode_InternStatic(interp, &string);
 2629|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2629:5): [True: 2, False: 0]
  ------------------
 2630|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2630:5): [True: 2, False: 0]
  ------------------
 2631|      2|    string = &_Py_ID(pid);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2632|      2|    _PyUnicode_InternStatic(interp, &string);
 2633|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2633:5): [True: 2, False: 0]
  ------------------
 2634|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2634:5): [True: 2, False: 0]
  ------------------
 2635|      2|    string = &_Py_ID(pidfd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2636|      2|    _PyUnicode_InternStatic(interp, &string);
 2637|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2637:5): [True: 2, False: 0]
  ------------------
 2638|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2638:5): [True: 2, False: 0]
  ------------------
 2639|      2|    string = &_Py_ID(pointer_bits);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2640|      2|    _PyUnicode_InternStatic(interp, &string);
 2641|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2641:5): [True: 2, False: 0]
  ------------------
 2642|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2642:5): [True: 2, False: 0]
  ------------------
 2643|      2|    string = &_Py_ID(policy);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2644|      2|    _PyUnicode_InternStatic(interp, &string);
 2645|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2645:5): [True: 2, False: 0]
  ------------------
 2646|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2646:5): [True: 2, False: 0]
  ------------------
 2647|      2|    string = &_Py_ID(pos);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2648|      2|    _PyUnicode_InternStatic(interp, &string);
 2649|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2649:5): [True: 2, False: 0]
  ------------------
 2650|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2650:5): [True: 2, False: 0]
  ------------------
 2651|      2|    string = &_Py_ID(pos1);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2652|      2|    _PyUnicode_InternStatic(interp, &string);
 2653|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2653:5): [True: 2, False: 0]
  ------------------
 2654|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2654:5): [True: 2, False: 0]
  ------------------
 2655|      2|    string = &_Py_ID(pos2);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2656|      2|    _PyUnicode_InternStatic(interp, &string);
 2657|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2657:5): [True: 2, False: 0]
  ------------------
 2658|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2658:5): [True: 2, False: 0]
  ------------------
 2659|      2|    string = &_Py_ID(posix);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2660|      2|    _PyUnicode_InternStatic(interp, &string);
 2661|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2661:5): [True: 2, False: 0]
  ------------------
 2662|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2662:5): [True: 2, False: 0]
  ------------------
 2663|      2|    string = &_Py_ID(prec);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2664|      2|    _PyUnicode_InternStatic(interp, &string);
 2665|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2665:5): [True: 2, False: 0]
  ------------------
 2666|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2666:5): [True: 2, False: 0]
  ------------------
 2667|      2|    string = &_Py_ID(preserve_exc);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2668|      2|    _PyUnicode_InternStatic(interp, &string);
 2669|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2669:5): [True: 2, False: 0]
  ------------------
 2670|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2670:5): [True: 2, False: 0]
  ------------------
 2671|      2|    string = &_Py_ID(print_file_and_line);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2672|      2|    _PyUnicode_InternStatic(interp, &string);
 2673|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2673:5): [True: 2, False: 0]
  ------------------
 2674|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2674:5): [True: 2, False: 0]
  ------------------
 2675|      2|    string = &_Py_ID(priority);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2676|      2|    _PyUnicode_InternStatic(interp, &string);
 2677|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2677:5): [True: 2, False: 0]
  ------------------
 2678|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2678:5): [True: 2, False: 0]
  ------------------
 2679|      2|    string = &_Py_ID(progress);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2680|      2|    _PyUnicode_InternStatic(interp, &string);
 2681|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2681:5): [True: 2, False: 0]
  ------------------
 2682|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2682:5): [True: 2, False: 0]
  ------------------
 2683|      2|    string = &_Py_ID(progress_callback);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2684|      2|    _PyUnicode_InternStatic(interp, &string);
 2685|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2685:5): [True: 2, False: 0]
  ------------------
 2686|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2686:5): [True: 2, False: 0]
  ------------------
 2687|      2|    string = &_Py_ID(progress_routine);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2688|      2|    _PyUnicode_InternStatic(interp, &string);
 2689|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2689:5): [True: 2, False: 0]
  ------------------
 2690|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2690:5): [True: 2, False: 0]
  ------------------
 2691|      2|    string = &_Py_ID(proto);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2692|      2|    _PyUnicode_InternStatic(interp, &string);
 2693|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2693:5): [True: 2, False: 0]
  ------------------
 2694|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2694:5): [True: 2, False: 0]
  ------------------
 2695|      2|    string = &_Py_ID(protocol);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2696|      2|    _PyUnicode_InternStatic(interp, &string);
 2697|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2697:5): [True: 2, False: 0]
  ------------------
 2698|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2698:5): [True: 2, False: 0]
  ------------------
 2699|      2|    string = &_Py_ID(ps1);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2700|      2|    _PyUnicode_InternStatic(interp, &string);
 2701|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2701:5): [True: 2, False: 0]
  ------------------
 2702|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2702:5): [True: 2, False: 0]
  ------------------
 2703|      2|    string = &_Py_ID(ps2);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2704|      2|    _PyUnicode_InternStatic(interp, &string);
 2705|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2705:5): [True: 2, False: 0]
  ------------------
 2706|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2706:5): [True: 2, False: 0]
  ------------------
 2707|      2|    string = &_Py_ID(qid);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2708|      2|    _PyUnicode_InternStatic(interp, &string);
 2709|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2709:5): [True: 2, False: 0]
  ------------------
 2710|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2710:5): [True: 2, False: 0]
  ------------------
 2711|      2|    string = &_Py_ID(qualname);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2712|      2|    _PyUnicode_InternStatic(interp, &string);
 2713|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2713:5): [True: 2, False: 0]
  ------------------
 2714|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2714:5): [True: 2, False: 0]
  ------------------
 2715|      2|    string = &_Py_ID(query);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2716|      2|    _PyUnicode_InternStatic(interp, &string);
 2717|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2717:5): [True: 2, False: 0]
  ------------------
 2718|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2718:5): [True: 2, False: 0]
  ------------------
 2719|      2|    string = &_Py_ID(queuetype);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2720|      2|    _PyUnicode_InternStatic(interp, &string);
 2721|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2721:5): [True: 2, False: 0]
  ------------------
 2722|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2722:5): [True: 2, False: 0]
  ------------------
 2723|      2|    string = &_Py_ID(quotetabs);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2724|      2|    _PyUnicode_InternStatic(interp, &string);
 2725|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2725:5): [True: 2, False: 0]
  ------------------
 2726|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2726:5): [True: 2, False: 0]
  ------------------
 2727|      2|    string = &_Py_ID(raw);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2728|      2|    _PyUnicode_InternStatic(interp, &string);
 2729|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2729:5): [True: 2, False: 0]
  ------------------
 2730|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2730:5): [True: 2, False: 0]
  ------------------
 2731|      2|    string = &_Py_ID(read);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2732|      2|    _PyUnicode_InternStatic(interp, &string);
 2733|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2733:5): [True: 2, False: 0]
  ------------------
 2734|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2734:5): [True: 2, False: 0]
  ------------------
 2735|      2|    string = &_Py_ID(read1);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2736|      2|    _PyUnicode_InternStatic(interp, &string);
 2737|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2737:5): [True: 2, False: 0]
  ------------------
 2738|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2738:5): [True: 2, False: 0]
  ------------------
 2739|      2|    string = &_Py_ID(readable);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2740|      2|    _PyUnicode_InternStatic(interp, &string);
 2741|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2741:5): [True: 2, False: 0]
  ------------------
 2742|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2742:5): [True: 2, False: 0]
  ------------------
 2743|      2|    string = &_Py_ID(readall);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2744|      2|    _PyUnicode_InternStatic(interp, &string);
 2745|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2745:5): [True: 2, False: 0]
  ------------------
 2746|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2746:5): [True: 2, False: 0]
  ------------------
 2747|      2|    string = &_Py_ID(readinto);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2748|      2|    _PyUnicode_InternStatic(interp, &string);
 2749|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2749:5): [True: 2, False: 0]
  ------------------
 2750|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2750:5): [True: 2, False: 0]
  ------------------
 2751|      2|    string = &_Py_ID(readinto1);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2752|      2|    _PyUnicode_InternStatic(interp, &string);
 2753|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2753:5): [True: 2, False: 0]
  ------------------
 2754|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2754:5): [True: 2, False: 0]
  ------------------
 2755|      2|    string = &_Py_ID(readline);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2756|      2|    _PyUnicode_InternStatic(interp, &string);
 2757|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2757:5): [True: 2, False: 0]
  ------------------
 2758|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2758:5): [True: 2, False: 0]
  ------------------
 2759|      2|    string = &_Py_ID(readonly);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2760|      2|    _PyUnicode_InternStatic(interp, &string);
 2761|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2761:5): [True: 2, False: 0]
  ------------------
 2762|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2762:5): [True: 2, False: 0]
  ------------------
 2763|      2|    string = &_Py_ID(real);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2764|      2|    _PyUnicode_InternStatic(interp, &string);
 2765|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2765:5): [True: 2, False: 0]
  ------------------
 2766|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2766:5): [True: 2, False: 0]
  ------------------
 2767|      2|    string = &_Py_ID(recursive);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2768|      2|    _PyUnicode_InternStatic(interp, &string);
 2769|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2769:5): [True: 2, False: 0]
  ------------------
 2770|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2770:5): [True: 2, False: 0]
  ------------------
 2771|      2|    string = &_Py_ID(reducer_override);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2772|      2|    _PyUnicode_InternStatic(interp, &string);
 2773|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2773:5): [True: 2, False: 0]
  ------------------
 2774|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2774:5): [True: 2, False: 0]
  ------------------
 2775|      2|    string = &_Py_ID(registry);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2776|      2|    _PyUnicode_InternStatic(interp, &string);
 2777|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2777:5): [True: 2, False: 0]
  ------------------
 2778|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2778:5): [True: 2, False: 0]
  ------------------
 2779|      2|    string = &_Py_ID(rel_tol);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2780|      2|    _PyUnicode_InternStatic(interp, &string);
 2781|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2781:5): [True: 2, False: 0]
  ------------------
 2782|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2782:5): [True: 2, False: 0]
  ------------------
 2783|      2|    string = &_Py_ID(release);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2784|      2|    _PyUnicode_InternStatic(interp, &string);
 2785|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2785:5): [True: 2, False: 0]
  ------------------
 2786|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2786:5): [True: 2, False: 0]
  ------------------
 2787|      2|    string = &_Py_ID(reload);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2788|      2|    _PyUnicode_InternStatic(interp, &string);
 2789|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2789:5): [True: 2, False: 0]
  ------------------
 2790|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2790:5): [True: 2, False: 0]
  ------------------
 2791|      2|    string = &_Py_ID(repeat);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2792|      2|    _PyUnicode_InternStatic(interp, &string);
 2793|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2793:5): [True: 2, False: 0]
  ------------------
 2794|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2794:5): [True: 2, False: 0]
  ------------------
 2795|      2|    string = &_Py_ID(repl);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2796|      2|    _PyUnicode_InternStatic(interp, &string);
 2797|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2797:5): [True: 2, False: 0]
  ------------------
 2798|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2798:5): [True: 2, False: 0]
  ------------------
 2799|      2|    string = &_Py_ID(replace);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2800|      2|    _PyUnicode_InternStatic(interp, &string);
 2801|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2801:5): [True: 2, False: 0]
  ------------------
 2802|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2802:5): [True: 2, False: 0]
  ------------------
 2803|      2|    string = &_Py_ID(reqrefs);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2804|      2|    _PyUnicode_InternStatic(interp, &string);
 2805|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2805:5): [True: 2, False: 0]
  ------------------
 2806|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2806:5): [True: 2, False: 0]
  ------------------
 2807|      2|    string = &_Py_ID(require_ready);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2808|      2|    _PyUnicode_InternStatic(interp, &string);
 2809|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2809:5): [True: 2, False: 0]
  ------------------
 2810|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2810:5): [True: 2, False: 0]
  ------------------
 2811|      2|    string = &_Py_ID(reserved);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2812|      2|    _PyUnicode_InternStatic(interp, &string);
 2813|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2813:5): [True: 2, False: 0]
  ------------------
 2814|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2814:5): [True: 2, False: 0]
  ------------------
 2815|      2|    string = &_Py_ID(reset);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2816|      2|    _PyUnicode_InternStatic(interp, &string);
 2817|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2817:5): [True: 2, False: 0]
  ------------------
 2818|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2818:5): [True: 2, False: 0]
  ------------------
 2819|      2|    string = &_Py_ID(resetids);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2820|      2|    _PyUnicode_InternStatic(interp, &string);
 2821|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2821:5): [True: 2, False: 0]
  ------------------
 2822|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2822:5): [True: 2, False: 0]
  ------------------
 2823|      2|    string = &_Py_ID(restrict);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2824|      2|    _PyUnicode_InternStatic(interp, &string);
 2825|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2825:5): [True: 2, False: 0]
  ------------------
 2826|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2826:5): [True: 2, False: 0]
  ------------------
 2827|      2|    string = &_Py_ID(return);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2828|      2|    _PyUnicode_InternStatic(interp, &string);
 2829|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2829:5): [True: 2, False: 0]
  ------------------
 2830|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2830:5): [True: 2, False: 0]
  ------------------
 2831|      2|    string = &_Py_ID(reverse);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2832|      2|    _PyUnicode_InternStatic(interp, &string);
 2833|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2833:5): [True: 2, False: 0]
  ------------------
 2834|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2834:5): [True: 2, False: 0]
  ------------------
 2835|      2|    string = &_Py_ID(reversed);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2836|      2|    _PyUnicode_InternStatic(interp, &string);
 2837|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2837:5): [True: 2, False: 0]
  ------------------
 2838|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2838:5): [True: 2, False: 0]
  ------------------
 2839|      2|    string = &_Py_ID(rounding);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2840|      2|    _PyUnicode_InternStatic(interp, &string);
 2841|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2841:5): [True: 2, False: 0]
  ------------------
 2842|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2842:5): [True: 2, False: 0]
  ------------------
 2843|      2|    string = &_Py_ID(salt);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2844|      2|    _PyUnicode_InternStatic(interp, &string);
 2845|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2845:5): [True: 2, False: 0]
  ------------------
 2846|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2846:5): [True: 2, False: 0]
  ------------------
 2847|      2|    string = &_Py_ID(sample_interval_us);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2848|      2|    _PyUnicode_InternStatic(interp, &string);
 2849|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2849:5): [True: 2, False: 0]
  ------------------
 2850|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2850:5): [True: 2, False: 0]
  ------------------
 2851|      2|    string = &_Py_ID(sched_priority);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2852|      2|    _PyUnicode_InternStatic(interp, &string);
 2853|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2853:5): [True: 2, False: 0]
  ------------------
 2854|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2854:5): [True: 2, False: 0]
  ------------------
 2855|      2|    string = &_Py_ID(scheduler);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2856|      2|    _PyUnicode_InternStatic(interp, &string);
 2857|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2857:5): [True: 2, False: 0]
  ------------------
 2858|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2858:5): [True: 2, False: 0]
  ------------------
 2859|      2|    string = &_Py_ID(script);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2860|      2|    _PyUnicode_InternStatic(interp, &string);
 2861|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2861:5): [True: 2, False: 0]
  ------------------
 2862|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2862:5): [True: 2, False: 0]
  ------------------
 2863|      2|    string = &_Py_ID(second);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2864|      2|    _PyUnicode_InternStatic(interp, &string);
 2865|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2865:5): [True: 2, False: 0]
  ------------------
 2866|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2866:5): [True: 2, False: 0]
  ------------------
 2867|      2|    string = &_Py_ID(seconds);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2868|      2|    _PyUnicode_InternStatic(interp, &string);
 2869|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2869:5): [True: 2, False: 0]
  ------------------
 2870|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2870:5): [True: 2, False: 0]
  ------------------
 2871|      2|    string = &_Py_ID(security_attributes);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2872|      2|    _PyUnicode_InternStatic(interp, &string);
 2873|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2873:5): [True: 2, False: 0]
  ------------------
 2874|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2874:5): [True: 2, False: 0]
  ------------------
 2875|      2|    string = &_Py_ID(seek);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2876|      2|    _PyUnicode_InternStatic(interp, &string);
 2877|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2877:5): [True: 2, False: 0]
  ------------------
 2878|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2878:5): [True: 2, False: 0]
  ------------------
 2879|      2|    string = &_Py_ID(seekable);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2880|      2|    _PyUnicode_InternStatic(interp, &string);
 2881|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2881:5): [True: 2, False: 0]
  ------------------
 2882|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2882:5): [True: 2, False: 0]
  ------------------
 2883|      2|    string = &_Py_ID(selectors);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2884|      2|    _PyUnicode_InternStatic(interp, &string);
 2885|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2885:5): [True: 2, False: 0]
  ------------------
 2886|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2886:5): [True: 2, False: 0]
  ------------------
 2887|      2|    string = &_Py_ID(self);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2888|      2|    _PyUnicode_InternStatic(interp, &string);
 2889|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2889:5): [True: 2, False: 0]
  ------------------
 2890|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2890:5): [True: 2, False: 0]
  ------------------
 2891|      2|    string = &_Py_ID(send);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2892|      2|    _PyUnicode_InternStatic(interp, &string);
 2893|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2893:5): [True: 2, False: 0]
  ------------------
 2894|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2894:5): [True: 2, False: 0]
  ------------------
 2895|      2|    string = &_Py_ID(sep);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2896|      2|    _PyUnicode_InternStatic(interp, &string);
 2897|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2897:5): [True: 2, False: 0]
  ------------------
 2898|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2898:5): [True: 2, False: 0]
  ------------------
 2899|      2|    string = &_Py_ID(sequence);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2900|      2|    _PyUnicode_InternStatic(interp, &string);
 2901|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2901:5): [True: 2, False: 0]
  ------------------
 2902|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2902:5): [True: 2, False: 0]
  ------------------
 2903|      2|    string = &_Py_ID(server_hostname);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2904|      2|    _PyUnicode_InternStatic(interp, &string);
 2905|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2905:5): [True: 2, False: 0]
  ------------------
 2906|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2906:5): [True: 2, False: 0]
  ------------------
 2907|      2|    string = &_Py_ID(server_side);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2908|      2|    _PyUnicode_InternStatic(interp, &string);
 2909|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2909:5): [True: 2, False: 0]
  ------------------
 2910|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2910:5): [True: 2, False: 0]
  ------------------
 2911|      2|    string = &_Py_ID(session);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2912|      2|    _PyUnicode_InternStatic(interp, &string);
 2913|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2913:5): [True: 2, False: 0]
  ------------------
 2914|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2914:5): [True: 2, False: 0]
  ------------------
 2915|      2|    string = &_Py_ID(setpgroup);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2916|      2|    _PyUnicode_InternStatic(interp, &string);
 2917|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2917:5): [True: 2, False: 0]
  ------------------
 2918|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2918:5): [True: 2, False: 0]
  ------------------
 2919|      2|    string = &_Py_ID(setsid);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2920|      2|    _PyUnicode_InternStatic(interp, &string);
 2921|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2921:5): [True: 2, False: 0]
  ------------------
 2922|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2922:5): [True: 2, False: 0]
  ------------------
 2923|      2|    string = &_Py_ID(setsigdef);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2924|      2|    _PyUnicode_InternStatic(interp, &string);
 2925|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2925:5): [True: 2, False: 0]
  ------------------
 2926|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2926:5): [True: 2, False: 0]
  ------------------
 2927|      2|    string = &_Py_ID(setsigmask);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2928|      2|    _PyUnicode_InternStatic(interp, &string);
 2929|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2929:5): [True: 2, False: 0]
  ------------------
 2930|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2930:5): [True: 2, False: 0]
  ------------------
 2931|      2|    string = &_Py_ID(setstate);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2932|      2|    _PyUnicode_InternStatic(interp, &string);
 2933|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2933:5): [True: 2, False: 0]
  ------------------
 2934|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2934:5): [True: 2, False: 0]
  ------------------
 2935|      2|    string = &_Py_ID(shape);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2936|      2|    _PyUnicode_InternStatic(interp, &string);
 2937|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2937:5): [True: 2, False: 0]
  ------------------
 2938|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2938:5): [True: 2, False: 0]
  ------------------
 2939|      2|    string = &_Py_ID(shared);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2940|      2|    _PyUnicode_InternStatic(interp, &string);
 2941|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2941:5): [True: 2, False: 0]
  ------------------
 2942|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2942:5): [True: 2, False: 0]
  ------------------
 2943|      2|    string = &_Py_ID(short);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2944|      2|    _PyUnicode_InternStatic(interp, &string);
 2945|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2945:5): [True: 2, False: 0]
  ------------------
 2946|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2946:5): [True: 2, False: 0]
  ------------------
 2947|      2|    string = &_Py_ID(show_cmd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2948|      2|    _PyUnicode_InternStatic(interp, &string);
 2949|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2949:5): [True: 2, False: 0]
  ------------------
 2950|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2950:5): [True: 2, False: 0]
  ------------------
 2951|      2|    string = &_Py_ID(signed);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2952|      2|    _PyUnicode_InternStatic(interp, &string);
 2953|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2953:5): [True: 2, False: 0]
  ------------------
 2954|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2954:5): [True: 2, False: 0]
  ------------------
 2955|      2|    string = &_Py_ID(signum);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2956|      2|    _PyUnicode_InternStatic(interp, &string);
 2957|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2957:5): [True: 2, False: 0]
  ------------------
 2958|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2958:5): [True: 2, False: 0]
  ------------------
 2959|      2|    string = &_Py_ID(size);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2960|      2|    _PyUnicode_InternStatic(interp, &string);
 2961|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2961:5): [True: 2, False: 0]
  ------------------
 2962|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2962:5): [True: 2, False: 0]
  ------------------
 2963|      2|    string = &_Py_ID(sizehint);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2964|      2|    _PyUnicode_InternStatic(interp, &string);
 2965|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2965:5): [True: 2, False: 0]
  ------------------
 2966|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2966:5): [True: 2, False: 0]
  ------------------
 2967|      2|    string = &_Py_ID(skip_file_prefixes);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2968|      2|    _PyUnicode_InternStatic(interp, &string);
 2969|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2969:5): [True: 2, False: 0]
  ------------------
 2970|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2970:5): [True: 2, False: 0]
  ------------------
 2971|      2|    string = &_Py_ID(skip_non_matching_threads);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2972|      2|    _PyUnicode_InternStatic(interp, &string);
 2973|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2973:5): [True: 2, False: 0]
  ------------------
 2974|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2974:5): [True: 2, False: 0]
  ------------------
 2975|      2|    string = &_Py_ID(sleep);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2976|      2|    _PyUnicode_InternStatic(interp, &string);
 2977|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2977:5): [True: 2, False: 0]
  ------------------
 2978|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2978:5): [True: 2, False: 0]
  ------------------
 2979|      2|    string = &_Py_ID(sock);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2980|      2|    _PyUnicode_InternStatic(interp, &string);
 2981|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2981:5): [True: 2, False: 0]
  ------------------
 2982|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2982:5): [True: 2, False: 0]
  ------------------
 2983|      2|    string = &_Py_ID(sort);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2984|      2|    _PyUnicode_InternStatic(interp, &string);
 2985|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2985:5): [True: 2, False: 0]
  ------------------
 2986|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2986:5): [True: 2, False: 0]
  ------------------
 2987|      2|    string = &_Py_ID(source);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2988|      2|    _PyUnicode_InternStatic(interp, &string);
 2989|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2989:5): [True: 2, False: 0]
  ------------------
 2990|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2990:5): [True: 2, False: 0]
  ------------------
 2991|      2|    string = &_Py_ID(source_traceback);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2992|      2|    _PyUnicode_InternStatic(interp, &string);
 2993|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2993:5): [True: 2, False: 0]
  ------------------
 2994|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2994:5): [True: 2, False: 0]
  ------------------
 2995|      2|    string = &_Py_ID(spam);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2996|      2|    _PyUnicode_InternStatic(interp, &string);
 2997|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (2997:5): [True: 2, False: 0]
  ------------------
 2998|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (2998:5): [True: 2, False: 0]
  ------------------
 2999|      2|    string = &_Py_ID(src);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3000|      2|    _PyUnicode_InternStatic(interp, &string);
 3001|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3001:5): [True: 2, False: 0]
  ------------------
 3002|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3002:5): [True: 2, False: 0]
  ------------------
 3003|      2|    string = &_Py_ID(src_dir_fd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3004|      2|    _PyUnicode_InternStatic(interp, &string);
 3005|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3005:5): [True: 2, False: 0]
  ------------------
 3006|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3006:5): [True: 2, False: 0]
  ------------------
 3007|      2|    string = &_Py_ID(stack_frames);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3008|      2|    _PyUnicode_InternStatic(interp, &string);
 3009|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3009:5): [True: 2, False: 0]
  ------------------
 3010|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3010:5): [True: 2, False: 0]
  ------------------
 3011|      2|    string = &_Py_ID(stacklevel);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3012|      2|    _PyUnicode_InternStatic(interp, &string);
 3013|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3013:5): [True: 2, False: 0]
  ------------------
 3014|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3014:5): [True: 2, False: 0]
  ------------------
 3015|      2|    string = &_Py_ID(start);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3016|      2|    _PyUnicode_InternStatic(interp, &string);
 3017|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3017:5): [True: 2, False: 0]
  ------------------
 3018|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3018:5): [True: 2, False: 0]
  ------------------
 3019|      2|    string = &_Py_ID(start_time_us);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3020|      2|    _PyUnicode_InternStatic(interp, &string);
 3021|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3021:5): [True: 2, False: 0]
  ------------------
 3022|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3022:5): [True: 2, False: 0]
  ------------------
 3023|      2|    string = &_Py_ID(statement);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3024|      2|    _PyUnicode_InternStatic(interp, &string);
 3025|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3025:5): [True: 2, False: 0]
  ------------------
 3026|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3026:5): [True: 2, False: 0]
  ------------------
 3027|      2|    string = &_Py_ID(stats);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3028|      2|    _PyUnicode_InternStatic(interp, &string);
 3029|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3029:5): [True: 2, False: 0]
  ------------------
 3030|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3030:5): [True: 2, False: 0]
  ------------------
 3031|      2|    string = &_Py_ID(status);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3032|      2|    _PyUnicode_InternStatic(interp, &string);
 3033|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3033:5): [True: 2, False: 0]
  ------------------
 3034|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3034:5): [True: 2, False: 0]
  ------------------
 3035|      2|    string = &_Py_ID(stderr);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3036|      2|    _PyUnicode_InternStatic(interp, &string);
 3037|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3037:5): [True: 2, False: 0]
  ------------------
 3038|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3038:5): [True: 2, False: 0]
  ------------------
 3039|      2|    string = &_Py_ID(stdin);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3040|      2|    _PyUnicode_InternStatic(interp, &string);
 3041|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3041:5): [True: 2, False: 0]
  ------------------
 3042|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3042:5): [True: 2, False: 0]
  ------------------
 3043|      2|    string = &_Py_ID(stdout);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3044|      2|    _PyUnicode_InternStatic(interp, &string);
 3045|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3045:5): [True: 2, False: 0]
  ------------------
 3046|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3046:5): [True: 2, False: 0]
  ------------------
 3047|      2|    string = &_Py_ID(step);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3048|      2|    _PyUnicode_InternStatic(interp, &string);
 3049|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3049:5): [True: 2, False: 0]
  ------------------
 3050|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3050:5): [True: 2, False: 0]
  ------------------
 3051|      2|    string = &_Py_ID(steps);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3052|      2|    _PyUnicode_InternStatic(interp, &string);
 3053|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3053:5): [True: 2, False: 0]
  ------------------
 3054|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3054:5): [True: 2, False: 0]
  ------------------
 3055|      2|    string = &_Py_ID(store_name);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3056|      2|    _PyUnicode_InternStatic(interp, &string);
 3057|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3057:5): [True: 2, False: 0]
  ------------------
 3058|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3058:5): [True: 2, False: 0]
  ------------------
 3059|      2|    string = &_Py_ID(strategy);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3060|      2|    _PyUnicode_InternStatic(interp, &string);
 3061|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3061:5): [True: 2, False: 0]
  ------------------
 3062|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3062:5): [True: 2, False: 0]
  ------------------
 3063|      2|    string = &_Py_ID(strftime);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3064|      2|    _PyUnicode_InternStatic(interp, &string);
 3065|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3065:5): [True: 2, False: 0]
  ------------------
 3066|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3066:5): [True: 2, False: 0]
  ------------------
 3067|      2|    string = &_Py_ID(strict);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3068|      2|    _PyUnicode_InternStatic(interp, &string);
 3069|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3069:5): [True: 2, False: 0]
  ------------------
 3070|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3070:5): [True: 2, False: 0]
  ------------------
 3071|      2|    string = &_Py_ID(strict_mode);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3072|      2|    _PyUnicode_InternStatic(interp, &string);
 3073|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3073:5): [True: 2, False: 0]
  ------------------
 3074|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3074:5): [True: 2, False: 0]
  ------------------
 3075|      2|    string = &_Py_ID(string);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3076|      2|    _PyUnicode_InternStatic(interp, &string);
 3077|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3077:5): [True: 2, False: 0]
  ------------------
 3078|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3078:5): [True: 2, False: 0]
  ------------------
 3079|      2|    string = &_Py_ID(sub_key);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3080|      2|    _PyUnicode_InternStatic(interp, &string);
 3081|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3081:5): [True: 2, False: 0]
  ------------------
 3082|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3082:5): [True: 2, False: 0]
  ------------------
 3083|      2|    string = &_Py_ID(subcalls);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3084|      2|    _PyUnicode_InternStatic(interp, &string);
 3085|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3085:5): [True: 2, False: 0]
  ------------------
 3086|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3086:5): [True: 2, False: 0]
  ------------------
 3087|      2|    string = &_Py_ID(symmetric_difference_update);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3088|      2|    _PyUnicode_InternStatic(interp, &string);
 3089|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3089:5): [True: 2, False: 0]
  ------------------
 3090|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3090:5): [True: 2, False: 0]
  ------------------
 3091|      2|    string = &_Py_ID(tabsize);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3092|      2|    _PyUnicode_InternStatic(interp, &string);
 3093|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3093:5): [True: 2, False: 0]
  ------------------
 3094|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3094:5): [True: 2, False: 0]
  ------------------
 3095|      2|    string = &_Py_ID(tag);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3096|      2|    _PyUnicode_InternStatic(interp, &string);
 3097|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3097:5): [True: 2, False: 0]
  ------------------
 3098|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3098:5): [True: 2, False: 0]
  ------------------
 3099|      2|    string = &_Py_ID(take_bytes);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3100|      2|    _PyUnicode_InternStatic(interp, &string);
 3101|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3101:5): [True: 2, False: 0]
  ------------------
 3102|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3102:5): [True: 2, False: 0]
  ------------------
 3103|      2|    string = &_Py_ID(target);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3104|      2|    _PyUnicode_InternStatic(interp, &string);
 3105|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3105:5): [True: 2, False: 0]
  ------------------
 3106|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3106:5): [True: 2, False: 0]
  ------------------
 3107|      2|    string = &_Py_ID(target_is_directory);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3108|      2|    _PyUnicode_InternStatic(interp, &string);
 3109|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3109:5): [True: 2, False: 0]
  ------------------
 3110|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3110:5): [True: 2, False: 0]
  ------------------
 3111|      2|    string = &_Py_ID(targetfd);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3112|      2|    _PyUnicode_InternStatic(interp, &string);
 3113|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3113:5): [True: 2, False: 0]
  ------------------
 3114|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3114:5): [True: 2, False: 0]
  ------------------
 3115|      2|    string = &_Py_ID(task);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3116|      2|    _PyUnicode_InternStatic(interp, &string);
 3117|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3117:5): [True: 2, False: 0]
  ------------------
 3118|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3118:5): [True: 2, False: 0]
  ------------------
 3119|      2|    string = &_Py_ID(tb_frame);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3120|      2|    _PyUnicode_InternStatic(interp, &string);
 3121|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3121:5): [True: 2, False: 0]
  ------------------
 3122|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3122:5): [True: 2, False: 0]
  ------------------
 3123|      2|    string = &_Py_ID(tb_lasti);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3124|      2|    _PyUnicode_InternStatic(interp, &string);
 3125|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3125:5): [True: 2, False: 0]
  ------------------
 3126|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3126:5): [True: 2, False: 0]
  ------------------
 3127|      2|    string = &_Py_ID(tb_lineno);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3128|      2|    _PyUnicode_InternStatic(interp, &string);
 3129|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3129:5): [True: 2, False: 0]
  ------------------
 3130|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3130:5): [True: 2, False: 0]
  ------------------
 3131|      2|    string = &_Py_ID(tb_next);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3132|      2|    _PyUnicode_InternStatic(interp, &string);
 3133|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3133:5): [True: 2, False: 0]
  ------------------
 3134|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3134:5): [True: 2, False: 0]
  ------------------
 3135|      2|    string = &_Py_ID(tell);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3136|      2|    _PyUnicode_InternStatic(interp, &string);
 3137|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3137:5): [True: 2, False: 0]
  ------------------
 3138|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3138:5): [True: 2, False: 0]
  ------------------
 3139|      2|    string = &_Py_ID(template);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3140|      2|    _PyUnicode_InternStatic(interp, &string);
 3141|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3141:5): [True: 2, False: 0]
  ------------------
 3142|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3142:5): [True: 2, False: 0]
  ------------------
 3143|      2|    string = &_Py_ID(term);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3144|      2|    _PyUnicode_InternStatic(interp, &string);
 3145|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3145:5): [True: 2, False: 0]
  ------------------
 3146|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3146:5): [True: 2, False: 0]
  ------------------
 3147|      2|    string = &_Py_ID(text);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3148|      2|    _PyUnicode_InternStatic(interp, &string);
 3149|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3149:5): [True: 2, False: 0]
  ------------------
 3150|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3150:5): [True: 2, False: 0]
  ------------------
 3151|      2|    string = &_Py_ID(third);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3152|      2|    _PyUnicode_InternStatic(interp, &string);
 3153|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3153:5): [True: 2, False: 0]
  ------------------
 3154|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3154:5): [True: 2, False: 0]
  ------------------
 3155|      2|    string = &_Py_ID(threading);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3156|      2|    _PyUnicode_InternStatic(interp, &string);
 3157|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3157:5): [True: 2, False: 0]
  ------------------
 3158|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3158:5): [True: 2, False: 0]
  ------------------
 3159|      2|    string = &_Py_ID(throw);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3160|      2|    _PyUnicode_InternStatic(interp, &string);
 3161|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3161:5): [True: 2, False: 0]
  ------------------
 3162|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3162:5): [True: 2, False: 0]
  ------------------
 3163|      2|    string = &_Py_ID(time);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3164|      2|    _PyUnicode_InternStatic(interp, &string);
 3165|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3165:5): [True: 2, False: 0]
  ------------------
 3166|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3166:5): [True: 2, False: 0]
  ------------------
 3167|      2|    string = &_Py_ID(timeout);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3168|      2|    _PyUnicode_InternStatic(interp, &string);
 3169|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3169:5): [True: 2, False: 0]
  ------------------
 3170|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3170:5): [True: 2, False: 0]
  ------------------
 3171|      2|    string = &_Py_ID(timer);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3172|      2|    _PyUnicode_InternStatic(interp, &string);
 3173|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3173:5): [True: 2, False: 0]
  ------------------
 3174|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3174:5): [True: 2, False: 0]
  ------------------
 3175|      2|    string = &_Py_ID(times);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3176|      2|    _PyUnicode_InternStatic(interp, &string);
 3177|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3177:5): [True: 2, False: 0]
  ------------------
 3178|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3178:5): [True: 2, False: 0]
  ------------------
 3179|      2|    string = &_Py_ID(timespec);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3180|      2|    _PyUnicode_InternStatic(interp, &string);
 3181|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3181:5): [True: 2, False: 0]
  ------------------
 3182|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3182:5): [True: 2, False: 0]
  ------------------
 3183|      2|    string = &_Py_ID(timestamp);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3184|      2|    _PyUnicode_InternStatic(interp, &string);
 3185|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3185:5): [True: 2, False: 0]
  ------------------
 3186|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3186:5): [True: 2, False: 0]
  ------------------
 3187|      2|    string = &_Py_ID(timestamp_us);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3188|      2|    _PyUnicode_InternStatic(interp, &string);
 3189|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3189:5): [True: 2, False: 0]
  ------------------
 3190|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3190:5): [True: 2, False: 0]
  ------------------
 3191|      2|    string = &_Py_ID(timetuple);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3192|      2|    _PyUnicode_InternStatic(interp, &string);
 3193|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3193:5): [True: 2, False: 0]
  ------------------
 3194|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3194:5): [True: 2, False: 0]
  ------------------
 3195|      2|    string = &_Py_ID(timeunit);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3196|      2|    _PyUnicode_InternStatic(interp, &string);
 3197|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3197:5): [True: 2, False: 0]
  ------------------
 3198|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3198:5): [True: 2, False: 0]
  ------------------
 3199|      2|    string = &_Py_ID(top);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3200|      2|    _PyUnicode_InternStatic(interp, &string);
 3201|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3201:5): [True: 2, False: 0]
  ------------------
 3202|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3202:5): [True: 2, False: 0]
  ------------------
 3203|      2|    string = &_Py_ID(traceback);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3204|      2|    _PyUnicode_InternStatic(interp, &string);
 3205|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3205:5): [True: 2, False: 0]
  ------------------
 3206|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3206:5): [True: 2, False: 0]
  ------------------
 3207|      2|    string = &_Py_ID(trailers);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3208|      2|    _PyUnicode_InternStatic(interp, &string);
 3209|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3209:5): [True: 2, False: 0]
  ------------------
 3210|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3210:5): [True: 2, False: 0]
  ------------------
 3211|      2|    string = &_Py_ID(translate);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3212|      2|    _PyUnicode_InternStatic(interp, &string);
 3213|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3213:5): [True: 2, False: 0]
  ------------------
 3214|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3214:5): [True: 2, False: 0]
  ------------------
 3215|      2|    string = &_Py_ID(traps);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3216|      2|    _PyUnicode_InternStatic(interp, &string);
 3217|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3217:5): [True: 2, False: 0]
  ------------------
 3218|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3218:5): [True: 2, False: 0]
  ------------------
 3219|      2|    string = &_Py_ID(true);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3220|      2|    _PyUnicode_InternStatic(interp, &string);
 3221|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3221:5): [True: 2, False: 0]
  ------------------
 3222|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3222:5): [True: 2, False: 0]
  ------------------
 3223|      2|    string = &_Py_ID(truncate);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3224|      2|    _PyUnicode_InternStatic(interp, &string);
 3225|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3225:5): [True: 2, False: 0]
  ------------------
 3226|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3226:5): [True: 2, False: 0]
  ------------------
 3227|      2|    string = &_Py_ID(twice);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3228|      2|    _PyUnicode_InternStatic(interp, &string);
 3229|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3229:5): [True: 2, False: 0]
  ------------------
 3230|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3230:5): [True: 2, False: 0]
  ------------------
 3231|      2|    string = &_Py_ID(txt);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3232|      2|    _PyUnicode_InternStatic(interp, &string);
 3233|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3233:5): [True: 2, False: 0]
  ------------------
 3234|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3234:5): [True: 2, False: 0]
  ------------------
 3235|      2|    string = &_Py_ID(type);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3236|      2|    _PyUnicode_InternStatic(interp, &string);
 3237|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3237:5): [True: 2, False: 0]
  ------------------
 3238|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3238:5): [True: 2, False: 0]
  ------------------
 3239|      2|    string = &_Py_ID(type_params);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3240|      2|    _PyUnicode_InternStatic(interp, &string);
 3241|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3241:5): [True: 2, False: 0]
  ------------------
 3242|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3242:5): [True: 2, False: 0]
  ------------------
 3243|      2|    string = &_Py_ID(tz);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3244|      2|    _PyUnicode_InternStatic(interp, &string);
 3245|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3245:5): [True: 2, False: 0]
  ------------------
 3246|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3246:5): [True: 2, False: 0]
  ------------------
 3247|      2|    string = &_Py_ID(tzinfo);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3248|      2|    _PyUnicode_InternStatic(interp, &string);
 3249|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3249:5): [True: 2, False: 0]
  ------------------
 3250|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3250:5): [True: 2, False: 0]
  ------------------
 3251|      2|    string = &_Py_ID(tzname);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3252|      2|    _PyUnicode_InternStatic(interp, &string);
 3253|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3253:5): [True: 2, False: 0]
  ------------------
 3254|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3254:5): [True: 2, False: 0]
  ------------------
 3255|      2|    string = &_Py_ID(uid);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3256|      2|    _PyUnicode_InternStatic(interp, &string);
 3257|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3257:5): [True: 2, False: 0]
  ------------------
 3258|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3258:5): [True: 2, False: 0]
  ------------------
 3259|      2|    string = &_Py_ID(unboundop);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3260|      2|    _PyUnicode_InternStatic(interp, &string);
 3261|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3261:5): [True: 2, False: 0]
  ------------------
 3262|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3262:5): [True: 2, False: 0]
  ------------------
 3263|      2|    string = &_Py_ID(unlink);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3264|      2|    _PyUnicode_InternStatic(interp, &string);
 3265|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3265:5): [True: 2, False: 0]
  ------------------
 3266|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3266:5): [True: 2, False: 0]
  ------------------
 3267|      2|    string = &_Py_ID(unraisablehook);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3268|      2|    _PyUnicode_InternStatic(interp, &string);
 3269|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3269:5): [True: 2, False: 0]
  ------------------
 3270|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3270:5): [True: 2, False: 0]
  ------------------
 3271|      2|    string = &_Py_ID(updates);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3272|      2|    _PyUnicode_InternStatic(interp, &string);
 3273|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3273:5): [True: 2, False: 0]
  ------------------
 3274|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3274:5): [True: 2, False: 0]
  ------------------
 3275|      2|    string = &_Py_ID(uri);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3276|      2|    _PyUnicode_InternStatic(interp, &string);
 3277|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3277:5): [True: 2, False: 0]
  ------------------
 3278|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3278:5): [True: 2, False: 0]
  ------------------
 3279|      2|    string = &_Py_ID(usedforsecurity);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3280|      2|    _PyUnicode_InternStatic(interp, &string);
 3281|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3281:5): [True: 2, False: 0]
  ------------------
 3282|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3282:5): [True: 2, False: 0]
  ------------------
 3283|      2|    string = &_Py_ID(value);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3284|      2|    _PyUnicode_InternStatic(interp, &string);
 3285|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3285:5): [True: 2, False: 0]
  ------------------
 3286|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3286:5): [True: 2, False: 0]
  ------------------
 3287|      2|    string = &_Py_ID(values);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3288|      2|    _PyUnicode_InternStatic(interp, &string);
 3289|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3289:5): [True: 2, False: 0]
  ------------------
 3290|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3290:5): [True: 2, False: 0]
  ------------------
 3291|      2|    string = &_Py_ID(version);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3292|      2|    _PyUnicode_InternStatic(interp, &string);
 3293|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3293:5): [True: 2, False: 0]
  ------------------
 3294|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3294:5): [True: 2, False: 0]
  ------------------
 3295|      2|    string = &_Py_ID(volume);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3296|      2|    _PyUnicode_InternStatic(interp, &string);
 3297|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3297:5): [True: 2, False: 0]
  ------------------
 3298|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3298:5): [True: 2, False: 0]
  ------------------
 3299|      2|    string = &_Py_ID(wait_all);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3300|      2|    _PyUnicode_InternStatic(interp, &string);
 3301|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3301:5): [True: 2, False: 0]
  ------------------
 3302|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3302:5): [True: 2, False: 0]
  ------------------
 3303|      2|    string = &_Py_ID(warn_on_full_buffer);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3304|      2|    _PyUnicode_InternStatic(interp, &string);
 3305|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3305:5): [True: 2, False: 0]
  ------------------
 3306|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3306:5): [True: 2, False: 0]
  ------------------
 3307|      2|    string = &_Py_ID(warnings);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3308|      2|    _PyUnicode_InternStatic(interp, &string);
 3309|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3309:5): [True: 2, False: 0]
  ------------------
 3310|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3310:5): [True: 2, False: 0]
  ------------------
 3311|      2|    string = &_Py_ID(warnoptions);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3312|      2|    _PyUnicode_InternStatic(interp, &string);
 3313|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3313:5): [True: 2, False: 0]
  ------------------
 3314|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3314:5): [True: 2, False: 0]
  ------------------
 3315|      2|    string = &_Py_ID(wbits);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3316|      2|    _PyUnicode_InternStatic(interp, &string);
 3317|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3317:5): [True: 2, False: 0]
  ------------------
 3318|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3318:5): [True: 2, False: 0]
  ------------------
 3319|      2|    string = &_Py_ID(week);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3320|      2|    _PyUnicode_InternStatic(interp, &string);
 3321|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3321:5): [True: 2, False: 0]
  ------------------
 3322|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3322:5): [True: 2, False: 0]
  ------------------
 3323|      2|    string = &_Py_ID(weekday);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3324|      2|    _PyUnicode_InternStatic(interp, &string);
 3325|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3325:5): [True: 2, False: 0]
  ------------------
 3326|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3326:5): [True: 2, False: 0]
  ------------------
 3327|      2|    string = &_Py_ID(weeks);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3328|      2|    _PyUnicode_InternStatic(interp, &string);
 3329|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3329:5): [True: 2, False: 0]
  ------------------
 3330|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3330:5): [True: 2, False: 0]
  ------------------
 3331|      2|    string = &_Py_ID(which);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3332|      2|    _PyUnicode_InternStatic(interp, &string);
 3333|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3333:5): [True: 2, False: 0]
  ------------------
 3334|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3334:5): [True: 2, False: 0]
  ------------------
 3335|      2|    string = &_Py_ID(who);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3336|      2|    _PyUnicode_InternStatic(interp, &string);
 3337|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3337:5): [True: 2, False: 0]
  ------------------
 3338|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3338:5): [True: 2, False: 0]
  ------------------
 3339|      2|    string = &_Py_ID(withdata);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3340|      2|    _PyUnicode_InternStatic(interp, &string);
 3341|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3341:5): [True: 2, False: 0]
  ------------------
 3342|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3342:5): [True: 2, False: 0]
  ------------------
 3343|      2|    string = &_Py_ID(wrapcol);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3344|      2|    _PyUnicode_InternStatic(interp, &string);
 3345|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3345:5): [True: 2, False: 0]
  ------------------
 3346|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3346:5): [True: 2, False: 0]
  ------------------
 3347|      2|    string = &_Py_ID(writable);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3348|      2|    _PyUnicode_InternStatic(interp, &string);
 3349|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3349:5): [True: 2, False: 0]
  ------------------
 3350|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3350:5): [True: 2, False: 0]
  ------------------
 3351|      2|    string = &_Py_ID(write);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3352|      2|    _PyUnicode_InternStatic(interp, &string);
 3353|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3353:5): [True: 2, False: 0]
  ------------------
 3354|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3354:5): [True: 2, False: 0]
  ------------------
 3355|      2|    string = &_Py_ID(write_through);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3356|      2|    _PyUnicode_InternStatic(interp, &string);
 3357|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3357:5): [True: 2, False: 0]
  ------------------
 3358|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3358:5): [True: 2, False: 0]
  ------------------
 3359|      2|    string = &_Py_ID(year);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3360|      2|    _PyUnicode_InternStatic(interp, &string);
 3361|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3361:5): [True: 2, False: 0]
  ------------------
 3362|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3362:5): [True: 2, False: 0]
  ------------------
 3363|      2|    string = &_Py_ID(zdict);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3364|      2|    _PyUnicode_InternStatic(interp, &string);
 3365|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3365:5): [True: 2, False: 0]
  ------------------
 3366|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3366:5): [True: 2, False: 0]
  ------------------
 3367|      2|    string = &_Py_ID(zstd_dict);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3368|      2|    _PyUnicode_InternStatic(interp, &string);
 3369|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3369:5): [True: 2, False: 0]
  ------------------
 3370|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3370:5): [True: 2, False: 0]
  ------------------
 3371|      2|    string = &_Py_STR(empty);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3372|      2|    _PyUnicode_InternStatic(interp, &string);
 3373|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3373:5): [True: 2, False: 0]
  ------------------
 3374|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3374:5): [True: 2, False: 0]
  ------------------
 3375|      2|    string = &_Py_STR(dbl_percent);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3376|      2|    _PyUnicode_InternStatic(interp, &string);
 3377|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3377:5): [True: 2, False: 0]
  ------------------
 3378|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3378:5): [True: 2, False: 0]
  ------------------
 3379|      2|    string = &_Py_STR(dot_locals);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3380|      2|    _PyUnicode_InternStatic(interp, &string);
 3381|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3381:5): [True: 2, False: 0]
  ------------------
 3382|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3382:5): [True: 2, False: 0]
  ------------------
 3383|      2|    string = &_Py_STR(defaults);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3384|      2|    _PyUnicode_InternStatic(interp, &string);
 3385|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3385:5): [True: 2, False: 0]
  ------------------
 3386|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3386:5): [True: 2, False: 0]
  ------------------
 3387|      2|    string = &_Py_STR(format);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3388|      2|    _PyUnicode_InternStatic(interp, &string);
 3389|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3389:5): [True: 2, False: 0]
  ------------------
 3390|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3390:5): [True: 2, False: 0]
  ------------------
 3391|      2|    string = &_Py_STR(generic_base);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3392|      2|    _PyUnicode_InternStatic(interp, &string);
 3393|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3393:5): [True: 2, False: 0]
  ------------------
 3394|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3394:5): [True: 2, False: 0]
  ------------------
 3395|      2|    string = &_Py_STR(kwdefaults);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3396|      2|    _PyUnicode_InternStatic(interp, &string);
 3397|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3397:5): [True: 2, False: 0]
  ------------------
 3398|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3398:5): [True: 2, False: 0]
  ------------------
 3399|      2|    string = &_Py_STR(type_params);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3400|      2|    _PyUnicode_InternStatic(interp, &string);
 3401|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3401:5): [True: 2, False: 0]
  ------------------
 3402|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3402:5): [True: 2, False: 0]
  ------------------
 3403|      2|    string = &_Py_STR(str_replace_inf);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3404|      2|    _PyUnicode_InternStatic(interp, &string);
 3405|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3405:5): [True: 2, False: 0]
  ------------------
 3406|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3406:5): [True: 2, False: 0]
  ------------------
 3407|      2|    string = &_Py_STR(gc);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3408|      2|    _PyUnicode_InternStatic(interp, &string);
 3409|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3409:5): [True: 2, False: 0]
  ------------------
 3410|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3410:5): [True: 2, False: 0]
  ------------------
 3411|      2|    string = &_Py_STR(anon_null);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3412|      2|    _PyUnicode_InternStatic(interp, &string);
 3413|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3413:5): [True: 2, False: 0]
  ------------------
 3414|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3414:5): [True: 2, False: 0]
  ------------------
 3415|      2|    string = &_Py_STR(anon_dictcomp);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3416|      2|    _PyUnicode_InternStatic(interp, &string);
 3417|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3417:5): [True: 2, False: 0]
  ------------------
 3418|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3418:5): [True: 2, False: 0]
  ------------------
 3419|      2|    string = &_Py_STR(anon_genexpr);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3420|      2|    _PyUnicode_InternStatic(interp, &string);
 3421|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3421:5): [True: 2, False: 0]
  ------------------
 3422|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3422:5): [True: 2, False: 0]
  ------------------
 3423|      2|    string = &_Py_STR(anon_lambda);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3424|      2|    _PyUnicode_InternStatic(interp, &string);
 3425|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3425:5): [True: 2, False: 0]
  ------------------
 3426|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3426:5): [True: 2, False: 0]
  ------------------
 3427|      2|    string = &_Py_STR(anon_listcomp);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3428|      2|    _PyUnicode_InternStatic(interp, &string);
 3429|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3429:5): [True: 2, False: 0]
  ------------------
 3430|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3430:5): [True: 2, False: 0]
  ------------------
 3431|      2|    string = &_Py_STR(anon_module);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3432|      2|    _PyUnicode_InternStatic(interp, &string);
 3433|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3433:5): [True: 2, False: 0]
  ------------------
 3434|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3434:5): [True: 2, False: 0]
  ------------------
 3435|      2|    string = &_Py_STR(native);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3436|      2|    _PyUnicode_InternStatic(interp, &string);
 3437|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3437:5): [True: 2, False: 0]
  ------------------
 3438|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3438:5): [True: 2, False: 0]
  ------------------
 3439|      2|    string = &_Py_STR(anon_setcomp);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3440|      2|    _PyUnicode_InternStatic(interp, &string);
 3441|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3441:5): [True: 2, False: 0]
  ------------------
 3442|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3442:5): [True: 2, False: 0]
  ------------------
 3443|      2|    string = &_Py_STR(anon_string);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3444|      2|    _PyUnicode_InternStatic(interp, &string);
 3445|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3445:5): [True: 2, False: 0]
  ------------------
 3446|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3446:5): [True: 2, False: 0]
  ------------------
 3447|      2|    string = &_Py_STR(anon_unknown);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3448|      2|    _PyUnicode_InternStatic(interp, &string);
 3449|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3449:5): [True: 2, False: 0]
  ------------------
 3450|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3450:5): [True: 2, False: 0]
  ------------------
 3451|      2|    string = &_Py_STR(json_decoder);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3452|      2|    _PyUnicode_InternStatic(interp, &string);
 3453|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3453:5): [True: 2, False: 0]
  ------------------
 3454|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3454:5): [True: 2, False: 0]
  ------------------
 3455|      2|    string = &_Py_STR(list_err);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3456|      2|    _PyUnicode_InternStatic(interp, &string);
 3457|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3457:5): [True: 2, False: 0]
  ------------------
 3458|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3458:5): [True: 2, False: 0]
  ------------------
 3459|      2|    string = &_Py_STR(utf_8);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3460|      2|    _PyUnicode_InternStatic(interp, &string);
 3461|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3461:5): [True: 2, False: 0]
  ------------------
 3462|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3462:5): [True: 2, False: 0]
  ------------------
 3463|      2|    string = &_Py_STR(dbl_open_br);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3464|      2|    _PyUnicode_InternStatic(interp, &string);
 3465|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3465:5): [True: 2, False: 0]
  ------------------
 3466|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3466:5): [True: 2, False: 0]
  ------------------
 3467|      2|    string = &_Py_STR(dbl_close_br);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3468|      2|    _PyUnicode_InternStatic(interp, &string);
 3469|      2|    assert(_PyUnicode_CheckConsistency(string, 1));
  ------------------
  |  Branch (3469:5): [True: 2, False: 0]
  ------------------
 3470|      2|    assert(PyUnicode_GET_LENGTH(string) != 1);
  ------------------
  |  Branch (3470:5): [True: 2, False: 0]
  ------------------
 3471|      2|}

weakrefobject.c:_PyWeakref_GET_REF:
   73|    292|{
   74|    292|    assert(PyWeakref_Check(ref_obj));
  ------------------
  |  Branch (74:5): [True: 0, False: 0]
  |  Branch (74:5): [True: 0, False: 0]
  |  Branch (74:5): [True: 292, False: 0]
  ------------------
   75|    292|    PyWeakReference *ref = _Py_CAST(PyWeakReference*, ref_obj);
  ------------------
  |  |   37|    292|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   76|       |
   77|    292|    PyObject *obj = FT_ATOMIC_LOAD_PTR(ref->wr_object);
  ------------------
  |  |  145|    292|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
   78|    292|    if (obj == Py_None) {
  ------------------
  |  |  616|    292|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (78:9): [True: 0, False: 292]
  ------------------
   79|       |        // clear_weakref() was called
   80|      0|        return NULL;
   81|      0|    }
   82|       |
   83|    292|    LOCK_WEAKREFS(obj);
   84|       |#ifdef Py_GIL_DISABLED
   85|       |    if (ref->wr_object == Py_None) {
   86|       |        // clear_weakref() was called
   87|       |        UNLOCK_WEAKREFS(obj);
   88|       |        return NULL;
   89|       |    }
   90|       |#endif
   91|    292|    if (_Py_TryIncref(obj)) {
  ------------------
  |  Branch (91:9): [True: 292, False: 0]
  ------------------
   92|    292|        UNLOCK_WEAKREFS(obj);
   93|    292|        return obj;
   94|    292|    }
   95|      0|    UNLOCK_WEAKREFS(obj);
   96|       |    return NULL;
   97|    292|}
import.c:_PyWeakref_GET_REF:
   73|      2|{
   74|      2|    assert(PyWeakref_Check(ref_obj));
  ------------------
  |  Branch (74:5): [True: 0, False: 0]
  |  Branch (74:5): [True: 0, False: 0]
  |  Branch (74:5): [True: 2, False: 0]
  ------------------
   75|      2|    PyWeakReference *ref = _Py_CAST(PyWeakReference*, ref_obj);
  ------------------
  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
   76|       |
   77|      2|    PyObject *obj = FT_ATOMIC_LOAD_PTR(ref->wr_object);
  ------------------
  |  |  145|      2|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
   78|      2|    if (obj == Py_None) {
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (78:9): [True: 0, False: 2]
  ------------------
   79|       |        // clear_weakref() was called
   80|      0|        return NULL;
   81|      0|    }
   82|       |
   83|      2|    LOCK_WEAKREFS(obj);
   84|       |#ifdef Py_GIL_DISABLED
   85|       |    if (ref->wr_object == Py_None) {
   86|       |        // clear_weakref() was called
   87|       |        UNLOCK_WEAKREFS(obj);
   88|       |        return NULL;
   89|       |    }
   90|       |#endif
   91|      2|    if (_Py_TryIncref(obj)) {
  ------------------
  |  Branch (91:9): [True: 2, False: 0]
  ------------------
   92|      2|        UNLOCK_WEAKREFS(obj);
   93|      2|        return obj;
   94|      2|    }
   95|      0|    UNLOCK_WEAKREFS(obj);
   96|       |    return NULL;
   97|      2|}
_weakref.c:_PyWeakref_IS_DEAD:
  100|     91|{
  101|     91|    assert(PyWeakref_Check(ref_obj));
  ------------------
  |  Branch (101:5): [True: 0, False: 0]
  |  Branch (101:5): [True: 0, False: 0]
  |  Branch (101:5): [True: 91, False: 0]
  ------------------
  102|     91|    int ret = 0;
  103|     91|    PyWeakReference *ref = _Py_CAST(PyWeakReference*, ref_obj);
  ------------------
  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  104|     91|    PyObject *obj = FT_ATOMIC_LOAD_PTR(ref->wr_object);
  ------------------
  |  |  145|     91|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
  105|     91|    if (obj == Py_None) {
  ------------------
  |  |  616|     91|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (105:9): [True: 91, False: 0]
  ------------------
  106|       |        // clear_weakref() was called
  107|     91|        ret = 1;
  108|     91|    }
  109|      0|    else {
  110|      0|        LOCK_WEAKREFS(obj);
  111|       |        // See _PyWeakref_GET_REF() for the rationale of this test
  112|       |#ifdef Py_GIL_DISABLED
  113|       |        ret = (ref->wr_object == Py_None) || _is_dead(obj);
  114|       |#else
  115|      0|        ret = _is_dead(obj);
  116|      0|#endif
  117|      0|        UNLOCK_WEAKREFS(obj);
  118|      0|    }
  119|     91|    return ret;
  120|     91|}

bytesobject.c:Py_SET_TYPE:
  206|  7.55k|{
  207|  7.55k|    ob->ob_type = type;
  208|  7.55k|}
bytesobject.c:PyType_HasFeature:
  749|  1.08k|{
  750|  1.08k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  1.08k|    flags = type->tp_flags;
  756|  1.08k|#endif
  757|  1.08k|    return ((flags & feature) != 0);
  758|  1.08k|}
bytesobject.c:_Py_TYPE_impl:
  233|  17.9k|{
  234|  17.9k|    return ob->ob_type;
  235|  17.9k|}
bytesobject.c:_Py_IS_TYPE_impl:
  248|     52|{
  249|     52|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     52|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     52|}
bytesobject.c:_Py_SIZE_impl:
  240|    794|{
  241|    794|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 794, False: 0]
  ------------------
  242|    794|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 794, False: 0]
  ------------------
  243|    794|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    794|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    794|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    794|}
bytesobject.c:_Py_SET_SIZE_impl:
  254|  7.57k|{
  255|  7.57k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 7.57k, False: 0]
  ------------------
  256|  7.57k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 7.57k, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|  7.57k|    ob->ob_size = size;
  261|  7.57k|#endif
  262|  7.57k|}
call.c:_Py_TYPE_impl:
  233|  18.0k|{
  234|  18.0k|    return ob->ob_type;
  235|  18.0k|}
call.c:PyType_HasFeature:
  749|  12.0k|{
  750|  12.0k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  12.0k|    flags = type->tp_flags;
  756|  12.0k|#endif
  757|  12.0k|    return ((flags & feature) != 0);
  758|  12.0k|}
call.c:_Py_SIZE_impl:
  240|  1.27k|{
  241|  1.27k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 1.27k, False: 0]
  ------------------
  242|  1.27k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 1.27k, False: 0]
  ------------------
  243|  1.27k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  1.27k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  1.27k|}
call.c:_Py_IS_TYPE_impl:
  248|  1.38k|{
  249|  1.38k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.38k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.38k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.38k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.38k|}
exceptions.c:PyType_Check:
  762|    324|static inline int PyType_Check(PyObject *op) {
  763|    324|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|    324|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|    324|}
exceptions.c:PyType_HasFeature:
  749|  2.43k|{
  750|  2.43k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  2.43k|    flags = type->tp_flags;
  756|  2.43k|#endif
  757|  2.43k|    return ((flags & feature) != 0);
  758|  2.43k|}
exceptions.c:_Py_SIZE_impl:
  240|     71|{
  241|     71|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 71, False: 0]
  ------------------
  242|     71|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 71, False: 0]
  ------------------
  243|     71|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     71|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     71|}
exceptions.c:_Py_TYPE_impl:
  233|  3.70k|{
  234|  3.70k|    return ob->ob_type;
  235|  3.70k|}
exceptions.c:PyObject_TypeCheck:
  374|    214|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    214|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    428|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    214|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    214|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 132, False: 82]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|     82|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 82, False: 0]
  ------------------
  376|    214|}
exceptions.c:_Py_IS_TYPE_impl:
  248|    618|{
  249|    618|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    618|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    618|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    618|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    618|}
genericaliasobject.c:PyType_HasFeature:
  749|      4|{
  750|      4|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      4|    flags = type->tp_flags;
  756|      4|#endif
  757|      4|    return ((flags & feature) != 0);
  758|      4|}
genericaliasobject.c:_Py_TYPE_impl:
  233|      8|{
  234|      8|    return ob->ob_type;
  235|      8|}
floatobject.c:Py_SET_TYPE:
  206|     22|{
  207|     22|    ob->ob_type = type;
  208|     22|}
floatobject.c:PyType_HasFeature:
  749|      7|{
  750|      7|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      7|    flags = type->tp_flags;
  756|      7|#endif
  757|      7|    return ((flags & feature) != 0);
  758|      7|}
floatobject.c:_Py_TYPE_impl:
  233|    676|{
  234|    676|    return ob->ob_type;
  235|    676|}
floatobject.c:PyObject_TypeCheck:
  374|    262|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    262|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    524|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    262|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    262|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 255, False: 7]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      7|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 7]
  ------------------
  376|    262|}
floatobject.c:_Py_IS_TYPE_impl:
  248|    662|{
  249|    662|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    662|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    662|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    662|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    662|}
funcobject.c:PyType_HasFeature:
  749|  5.10k|{
  750|  5.10k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  5.10k|    flags = type->tp_flags;
  756|  5.10k|#endif
  757|  5.10k|    return ((flags & feature) != 0);
  758|  5.10k|}
funcobject.c:_Py_TYPE_impl:
  233|  9.74k|{
  234|  9.74k|    return ob->ob_type;
  235|  9.74k|}
funcobject.c:PyObject_TypeCheck:
  374|    828|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    828|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.65k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    828|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    828|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 828, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|    828|}
funcobject.c:_Py_IS_TYPE_impl:
  248|  4.63k|{
  249|  4.63k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  4.63k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.63k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  4.63k|}
listobject.c:_Py_SET_SIZE_impl:
  254|  19.2k|{
  255|  19.2k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 19.2k, False: 0]
  ------------------
  256|  19.2k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 19.2k, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|  19.2k|    ob->ob_size = size;
  261|  19.2k|#endif
  262|  19.2k|}
listobject.c:PyType_HasFeature:
  749|   113k|{
  750|   113k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|   113k|    flags = type->tp_flags;
  756|   113k|#endif
  757|   113k|    return ((flags & feature) != 0);
  758|   113k|}
listobject.c:_Py_TYPE_impl:
  233|   226k|{
  234|   226k|    return ob->ob_type;
  235|   226k|}
listobject.c:_Py_SIZE_impl:
  240|  29.9k|{
  241|  29.9k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 29.9k, False: 0]
  ------------------
  242|  29.9k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 29.9k, False: 0]
  ------------------
  243|  29.9k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  29.9k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  29.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  29.9k|}
listobject.c:_Py_IS_TYPE_impl:
  248|  14.0k|{
  249|  14.0k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  14.0k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  14.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  14.0k|}
listobject.c:PyType_Check:
  762|     73|static inline int PyType_Check(PyObject *op) {
  763|     73|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     73|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     73|}
longobject.c:Py_SET_TYPE:
  206|  1.85k|{
  207|  1.85k|    ob->ob_type = type;
  208|  1.85k|}
longobject.c:PyType_HasFeature:
  749|  33.8k|{
  750|  33.8k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  33.8k|    flags = type->tp_flags;
  756|  33.8k|#endif
  757|  33.8k|    return ((flags & feature) != 0);
  758|  33.8k|}
longobject.c:_Py_TYPE_impl:
  233|  19.1k|{
  234|  19.1k|    return ob->ob_type;
  235|  19.1k|}
longobject.c:_Py_IS_TYPE_impl:
  248|  1.35k|{
  249|  1.35k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.35k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.35k|}
longobject.c:_Py_SIZE_impl:
  240|    148|{
  241|    148|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 148, False: 0]
  ------------------
  242|    148|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 148, False: 0]
  ------------------
  243|    148|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    148|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    148|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    148|}
longobject.c:PyObject_TypeCheck:
  374|     48|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     48|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|     96|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 48, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|     48|}
longobject.c:PyType_Check:
  762|     16|static inline int PyType_Check(PyObject *op) {
  763|     16|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     16|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     16|}
dictobject.c:PyType_HasFeature:
  749|   368k|{
  750|   368k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|   368k|    flags = type->tp_flags;
  756|   368k|#endif
  757|   368k|    return ((flags & feature) != 0);
  758|   368k|}
dictobject.c:_Py_TYPE_impl:
  233|   864k|{
  234|   864k|    return ob->ob_type;
  235|   864k|}
dictobject.c:PyObject_TypeCheck:
  374|  57.8k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  57.8k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|   115k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  57.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  57.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 8, False: 57.8k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  57.8k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  57.8k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  57.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 57.8k]
  ------------------
  376|  57.8k|}
dictobject.c:_Py_IS_TYPE_impl:
  248|   422k|{
  249|   422k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   422k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   422k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   422k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   422k|}
dictobject.c:PyType_Check:
  762|     19|static inline int PyType_Check(PyObject *op) {
  763|     19|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     19|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     19|}
dictobject.c:_Py_SIZE_impl:
  240|    909|{
  241|    909|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 909, False: 0]
  ------------------
  242|    909|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 909, False: 0]
  ------------------
  243|    909|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    909|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    909|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    909|}
memoryobject.c:_Py_IS_TYPE_impl:
  248|     26|{
  249|     26|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     26|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     26|}
memoryobject.c:_Py_TYPE_impl:
  233|    104|{
  234|    104|    return ob->ob_type;
  235|    104|}
memoryobject.c:PyType_HasFeature:
  749|     39|{
  750|     39|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     39|    flags = type->tp_flags;
  756|     39|#endif
  757|     39|    return ((flags & feature) != 0);
  758|     39|}
memoryobject.c:_Py_SIZE_impl:
  240|     13|{
  241|     13|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 13, False: 0]
  ------------------
  242|     13|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 13, False: 0]
  ------------------
  243|     13|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     13|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     13|}
moduleobject.c:PyObject_TypeCheck:
  374|  4.35k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  4.35k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  8.70k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  4.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 4.35k, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|  4.35k|}
moduleobject.c:Py_SET_TYPE:
  206|     38|{
  207|     38|    ob->ob_type = type;
  208|     38|}
moduleobject.c:PyType_HasFeature:
  749|  6.06k|{
  750|  6.06k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  6.06k|    flags = type->tp_flags;
  756|  6.06k|#endif
  757|  6.06k|    return ((flags & feature) != 0);
  758|  6.06k|}
moduleobject.c:_Py_TYPE_impl:
  233|  14.4k|{
  234|  14.4k|    return ob->ob_type;
  235|  14.4k|}
moduleobject.c:_Py_IS_TYPE_impl:
  248|  8.34k|{
  249|  8.34k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  8.34k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  8.34k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  8.34k|}
moduleobject.c:_Py_SIZE_impl:
  240|     41|{
  241|     41|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 41, False: 0]
  ------------------
  242|     41|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 41, False: 0]
  ------------------
  243|     41|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     41|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     41|}
object.c:_Py_TYPE_impl:
  233|   212k|{
  234|   212k|    return ob->ob_type;
  235|   212k|}
object.c:PyType_HasFeature:
  749|  23.8k|{
  750|  23.8k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  23.8k|    flags = type->tp_flags;
  756|  23.8k|#endif
  757|  23.8k|    return ((flags & feature) != 0);
  758|  23.8k|}
object.c:Py_SET_TYPE:
  206|  2.35k|{
  207|  2.35k|    ob->ob_type = type;
  208|  2.35k|}
object.c:_Py_IS_TYPE_impl:
  248|  19.4k|{
  249|  19.4k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  19.4k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  19.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  19.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  19.4k|}
object.c:_Py_SET_SIZE_impl:
  254|  2.16k|{
  255|  2.16k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 2.16k, False: 0]
  ------------------
  256|  2.16k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 2.16k, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|  2.16k|    ob->ob_size = size;
  261|  2.16k|#endif
  262|  2.16k|}
rangeobject.c:_Py_IS_TYPE_impl:
  248|    158|{
  249|    158|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    158|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    158|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    158|}
rangeobject.c:_Py_TYPE_impl:
  233|    517|{
  234|    517|    return ob->ob_type;
  235|    517|}
rangeobject.c:PyType_HasFeature:
  749|    291|{
  750|    291|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    291|    flags = type->tp_flags;
  756|    291|#endif
  757|    291|    return ((flags & feature) != 0);
  758|    291|}
sentinelobject.c:PyType_HasFeature:
  749|      6|{
  750|      6|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      6|    flags = type->tp_flags;
  756|      6|#endif
  757|      6|    return ((flags & feature) != 0);
  758|      6|}
sentinelobject.c:_Py_TYPE_impl:
  233|     12|{
  234|     12|    return ob->ob_type;
  235|     12|}
sentinelobject.c:_Py_IS_TYPE_impl:
  248|      2|{
  249|      2|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      2|}
sentinelobject.c:_Py_SIZE_impl:
  240|      2|{
  241|      2|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 2, False: 0]
  ------------------
  242|      2|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 2, False: 0]
  ------------------
  243|      2|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      2|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      2|}
setobject.c:PyType_HasFeature:
  749|  2.27k|{
  750|  2.27k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  2.27k|    flags = type->tp_flags;
  756|  2.27k|#endif
  757|  2.27k|    return ((flags & feature) != 0);
  758|  2.27k|}
setobject.c:_Py_IS_TYPE_impl:
  248|  7.92k|{
  249|  7.92k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  7.92k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.92k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.92k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  7.92k|}
setobject.c:_Py_TYPE_impl:
  233|  10.4k|{
  234|  10.4k|    return ob->ob_type;
  235|  10.4k|}
setobject.c:PyType_Check:
  762|    450|static inline int PyType_Check(PyObject *op) {
  763|    450|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|    450|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|    450|}
sliceobject.c:PyType_HasFeature:
  749|     34|{
  750|     34|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     34|    flags = type->tp_flags;
  756|     34|#endif
  757|     34|    return ((flags & feature) != 0);
  758|     34|}
sliceobject.c:_Py_TYPE_impl:
  233|     68|{
  234|     68|    return ob->ob_type;
  235|     68|}
structseq.c:PyType_HasFeature:
  749|  1.84k|{
  750|  1.84k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  1.84k|    flags = type->tp_flags;
  756|  1.84k|#endif
  757|  1.84k|    return ((flags & feature) != 0);
  758|  1.84k|}
structseq.c:_Py_TYPE_impl:
  233|  7.36k|{
  234|  7.36k|    return ob->ob_type;
  235|  7.36k|}
structseq.c:_Py_SET_SIZE_impl:
  254|     81|{
  255|     81|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 81, False: 0]
  ------------------
  256|     81|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 81, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|     81|    ob->ob_size = size;
  261|     81|#endif
  262|     81|}
structseq.c:_Py_SIZE_impl:
  240|  1.83k|{
  241|  1.83k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 1.83k, False: 0]
  ------------------
  242|  1.83k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 1.83k, False: 0]
  ------------------
  243|  1.83k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  1.83k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  1.83k|}
structseq.c:Py_SET_TYPE:
  206|     16|{
  207|     16|    ob->ob_type = type;
  208|     16|}
tupleobject.c:PyType_HasFeature:
  749|  51.4k|{
  750|  51.4k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  51.4k|    flags = type->tp_flags;
  756|  51.4k|#endif
  757|  51.4k|    return ((flags & feature) != 0);
  758|  51.4k|}
tupleobject.c:_Py_TYPE_impl:
  233|   143k|{
  234|   143k|    return ob->ob_type;
  235|   143k|}
tupleobject.c:_Py_SIZE_impl:
  240|  36.0k|{
  241|  36.0k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 36.0k, False: 0]
  ------------------
  242|  36.0k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 36.0k, False: 0]
  ------------------
  243|  36.0k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  36.0k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  36.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  36.0k|}
tupleobject.c:_Py_IS_TYPE_impl:
  248|  11.3k|{
  249|  11.3k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  11.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  11.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  11.3k|}
tupleobject.c:PyType_Check:
  762|      4|static inline int PyType_Check(PyObject *op) {
  763|      4|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|      4|}
typeobject.c:_Py_IS_TYPE_impl:
  248|  49.3k|{
  249|  49.3k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  49.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  49.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  49.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  49.3k|}
typeobject.c:PyType_Check:
  762|  92.1k|static inline int PyType_Check(PyObject *op) {
  763|  92.1k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  92.1k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  92.1k|}
typeobject.c:PyType_HasFeature:
  749|   677k|{
  750|   677k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|   677k|    flags = type->tp_flags;
  756|   677k|#endif
  757|   677k|    return ((flags & feature) != 0);
  758|   677k|}
typeobject.c:_Py_TYPE_impl:
  233|   981k|{
  234|   981k|    return ob->ob_type;
  235|   981k|}
typeobject.c:Py_SET_TYPE:
  206|  9.11k|{
  207|  9.11k|    ob->ob_type = type;
  208|  9.11k|}
typeobject.c:_Py_SET_SIZE_impl:
  254|    437|{
  255|    437|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 437, False: 0]
  ------------------
  256|    437|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 437, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|    437|    ob->ob_size = size;
  261|    437|#endif
  262|    437|}
typeobject.c:_Py_SIZE_impl:
  240|   118k|{
  241|   118k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 118k, False: 0]
  ------------------
  242|   118k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 118k, False: 0]
  ------------------
  243|   118k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|   118k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|   118k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|   118k|}
typeobject.c:PyObject_TypeCheck:
  374|  2.13k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  2.13k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  4.27k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  2.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 2.10k, False: 30]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|     30|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 30, False: 0]
  ------------------
  376|  2.13k|}
unicode_format.c:PyType_HasFeature:
  749|    231|{
  750|    231|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    231|    flags = type->tp_flags;
  756|    231|#endif
  757|    231|    return ((flags & feature) != 0);
  758|    231|}
unicode_format.c:_Py_TYPE_impl:
  233|    273|{
  234|    273|    return ob->ob_type;
  235|    273|}
unicode_format.c:_Py_IS_TYPE_impl:
  248|     42|{
  249|     42|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     42|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     42|}
unicode_writer.c:PyType_HasFeature:
  749|  1.05k|{
  750|  1.05k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  1.05k|    flags = type->tp_flags;
  756|  1.05k|#endif
  757|  1.05k|    return ((flags & feature) != 0);
  758|  1.05k|}
unicode_writer.c:_Py_TYPE_impl:
  233|  1.05k|{
  234|  1.05k|    return ob->ob_type;
  235|  1.05k|}
unicodeobject.c:PyType_HasFeature:
  749|  1.03M|{
  750|  1.03M|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  1.03M|    flags = type->tp_flags;
  756|  1.03M|#endif
  757|  1.03M|    return ((flags & feature) != 0);
  758|  1.03M|}
unicodeobject.c:_Py_TYPE_impl:
  233|  1.09M|{
  234|  1.09M|    return ob->ob_type;
  235|  1.09M|}
unicodeobject.c:Py_SET_TYPE:
  206|  24.9k|{
  207|  24.9k|    ob->ob_type = type;
  208|  24.9k|}
unicodeobject.c:_Py_IS_TYPE_impl:
  248|  52.9k|{
  249|  52.9k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  52.9k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  52.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  52.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  52.9k|}
unicodeobject.c:PyType_Check:
  762|     35|static inline int PyType_Check(PyObject *op) {
  763|     35|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     35|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     35|}
unicodeobject.c:_Py_SIZE_impl:
  240|    894|{
  241|    894|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 894, False: 0]
  ------------------
  242|    894|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 894, False: 0]
  ------------------
  243|    894|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    894|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    894|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    894|}
unicodeobject.c:_Py_SET_SIZE_impl:
  254|      8|{
  255|      8|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 8, False: 0]
  ------------------
  256|      8|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 8, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|      8|    ob->ob_size = size;
  261|      8|#endif
  262|      8|}
unionobject.c:PyType_Check:
  762|      2|static inline int PyType_Check(PyObject *op) {
  763|      2|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|      2|}
unionobject.c:PyType_HasFeature:
  749|      3|{
  750|      3|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      3|    flags = type->tp_flags;
  756|      3|#endif
  757|      3|    return ((flags & feature) != 0);
  758|      3|}
unionobject.c:_Py_TYPE_impl:
  233|      8|{
  234|      8|    return ob->ob_type;
  235|      8|}
unionobject.c:_Py_IS_TYPE_impl:
  248|      2|{
  249|      2|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      2|}
unionobject.c:_Py_SIZE_impl:
  240|      1|{
  241|      1|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 1, False: 0]
  ------------------
  242|      1|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 1, False: 0]
  ------------------
  243|      1|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      1|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      1|}
weakrefobject.c:_Py_TYPE_impl:
  233|  10.7k|{
  234|  10.7k|    return ob->ob_type;
  235|  10.7k|}
weakrefobject.c:PyType_Check:
  762|  2.27k|static inline int PyType_Check(PyObject *op) {
  763|  2.27k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  2.27k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  2.27k|}
weakrefobject.c:PyObject_TypeCheck:
  374|  2.14k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  2.14k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  4.28k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  2.14k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.14k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 2.05k, False: 91]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|     91|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 91, False: 0]
  ------------------
  376|  2.14k|}
weakrefobject.c:_Py_IS_TYPE_impl:
  248|  3.18k|{
  249|  3.18k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  3.18k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.18k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.18k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  3.18k|}
weakrefobject.c:_Py_SIZE_impl:
  240|    316|{
  241|    316|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 316, False: 0]
  ------------------
  242|    316|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 316, False: 0]
  ------------------
  243|    316|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    316|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    316|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    316|}
weakrefobject.c:PyType_HasFeature:
  749|  2.90k|{
  750|  2.90k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  2.90k|    flags = type->tp_flags;
  756|  2.90k|#endif
  757|  2.90k|    return ((flags & feature) != 0);
  758|  2.90k|}
_warnings.c:PyType_HasFeature:
  749|     20|{
  750|     20|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     20|    flags = type->tp_flags;
  756|     20|#endif
  757|     20|    return ((flags & feature) != 0);
  758|     20|}
_warnings.c:_Py_TYPE_impl:
  233|     20|{
  234|     20|    return ob->ob_type;
  235|     20|}
bltinmodule.c:_Py_TYPE_impl:
  233|  2.98k|{
  234|  2.98k|    return ob->ob_type;
  235|  2.98k|}
bltinmodule.c:PyType_Check:
  762|    389|static inline int PyType_Check(PyObject *op) {
  763|    389|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|    389|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|    389|}
bltinmodule.c:PyType_HasFeature:
  749|  1.78k|{
  750|  1.78k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  1.78k|    flags = type->tp_flags;
  756|  1.78k|#endif
  757|  1.78k|    return ((flags & feature) != 0);
  758|  1.78k|}
bltinmodule.c:_Py_SIZE_impl:
  240|    252|{
  241|    252|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 252, False: 0]
  ------------------
  242|    252|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 252, False: 0]
  ------------------
  243|    252|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    252|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    252|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    252|}
bltinmodule.c:_Py_IS_TYPE_impl:
  248|    515|{
  249|    515|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    515|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    515|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    515|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    515|}
ceval.c:PyType_HasFeature:
  749|  75.9k|{
  750|  75.9k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  75.9k|    flags = type->tp_flags;
  756|  75.9k|#endif
  757|  75.9k|    return ((flags & feature) != 0);
  758|  75.9k|}
ceval.c:_Py_TYPE_impl:
  233|   303k|{
  234|   303k|    return ob->ob_type;
  235|   303k|}
ceval.c:PyType_Check:
  762|  2.06k|static inline int PyType_Check(PyObject *op) {
  763|  2.06k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  2.06k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  2.06k|}
ceval.c:_Py_IS_TYPE_impl:
  248|   122k|{
  249|   122k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|   122k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|   122k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   122k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|   122k|}
ceval.c:PyObject_TypeCheck:
  374|  7.84k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  7.84k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  15.6k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  7.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 7.84k, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|  7.84k|}
ceval.c:_Py_SIZE_impl:
  240|  8.89k|{
  241|  8.89k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 8.89k, False: 0]
  ------------------
  242|  8.89k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 8.89k, False: 0]
  ------------------
  243|  8.89k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  8.89k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  8.89k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  8.89k|}
ceval.c:_Py_SET_SIZE_impl:
  254|  1.37k|{
  255|  1.37k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 1.37k, False: 0]
  ------------------
  256|  1.37k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 1.37k, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|  1.37k|    ob->ob_size = size;
  261|  1.37k|#endif
  262|  1.37k|}
codecs.c:_Py_IS_TYPE_impl:
  248|      6|{
  249|      6|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      6|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      6|}
codecs.c:_Py_SIZE_impl:
  240|      2|{
  241|      2|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 2, False: 0]
  ------------------
  242|      2|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 2, False: 0]
  ------------------
  243|      2|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      2|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      2|}
codecs.c:PyType_HasFeature:
  749|      4|{
  750|      4|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      4|    flags = type->tp_flags;
  756|      4|#endif
  757|      4|    return ((flags & feature) != 0);
  758|      4|}
codecs.c:_Py_TYPE_impl:
  233|     14|{
  234|     14|    return ob->ob_type;
  235|     14|}
compile.c:_Py_SIZE_impl:
  240|      9|{
  241|      9|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 9, False: 0]
  ------------------
  242|      9|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 9, False: 0]
  ------------------
  243|      9|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      9|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      9|}
compile.c:PyType_HasFeature:
  749|     50|{
  750|     50|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     50|    flags = type->tp_flags;
  756|     50|#endif
  757|     50|    return ((flags & feature) != 0);
  758|     50|}
compile.c:_Py_TYPE_impl:
  233|    100|{
  234|    100|    return ob->ob_type;
  235|    100|}
compile.c:_Py_IS_TYPE_impl:
  248|     32|{
  249|     32|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     32|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     32|}
context.c:_Py_TYPE_impl:
  233|      2|{
  234|      2|    return ob->ob_type;
  235|      2|}
context.c:PyType_HasFeature:
  749|      2|{
  750|      2|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      2|    flags = type->tp_flags;
  756|      2|#endif
  757|      2|    return ((flags & feature) != 0);
  758|      2|}
errors.c:PyType_Check:
  762|  1.76k|static inline int PyType_Check(PyObject *op) {
  763|  1.76k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  1.76k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  1.76k|}
errors.c:PyType_HasFeature:
  749|  5.99k|{
  750|  5.99k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  5.99k|    flags = type->tp_flags;
  756|  5.99k|#endif
  757|  5.99k|    return ((flags & feature) != 0);
  758|  5.99k|}
errors.c:_Py_TYPE_impl:
  233|  6.14k|{
  234|  6.14k|    return ob->ob_type;
  235|  6.14k|}
flowgraph.c:_Py_SIZE_impl:
  240|      8|{
  241|      8|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 8, False: 0]
  ------------------
  242|      8|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 8, False: 0]
  ------------------
  243|      8|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      8|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      8|}
flowgraph.c:PyType_HasFeature:
  749|     40|{
  750|     40|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     40|    flags = type->tp_flags;
  756|     40|#endif
  757|     40|    return ((flags & feature) != 0);
  758|     40|}
flowgraph.c:_Py_TYPE_impl:
  233|     77|{
  234|     77|    return ob->ob_type;
  235|     77|}
flowgraph.c:_Py_IS_TYPE_impl:
  248|     21|{
  249|     21|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     21|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     21|}
frame.c:_Py_IS_TYPE_impl:
  248|    826|{
  249|    826|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    826|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    826|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    826|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    826|}
frame.c:_Py_TYPE_impl:
  233|    826|{
  234|    826|    return ob->ob_type;
  235|    826|}
gc.c:_Py_SIZE_impl:
  240|     24|{
  241|     24|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 24, False: 0]
  ------------------
  242|     24|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 24, False: 0]
  ------------------
  243|     24|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     24|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     24|}
gc.c:PyType_HasFeature:
  749|     78|{
  750|     78|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     78|    flags = type->tp_flags;
  756|     78|#endif
  757|     78|    return ((flags & feature) != 0);
  758|     78|}
gc.c:_Py_IS_TYPE_impl:
  248|  14.6k|{
  249|  14.6k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  14.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  14.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  14.6k|}
gc.c:PyType_Check:
  762|     54|static inline int PyType_Check(PyObject *op) {
  763|     54|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     54|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     54|}
gc.c:PyObject_TypeCheck:
  374|     48|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     48|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|     96|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 48]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|     48|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 48]
  ------------------
  376|     48|}
gc.c:Py_SET_TYPE:
  206|  13.7k|{
  207|  13.7k|    ob->ob_type = type;
  208|  13.7k|}
gc.c:_Py_TYPE_impl:
  233|   199k|{
  234|   199k|    return ob->ob_type;
  235|   199k|}
gc.c:_Py_SET_SIZE_impl:
  254|  6.87k|{
  255|  6.87k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 6.87k, False: 0]
  ------------------
  256|  6.87k|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 6.87k, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|  6.87k|    ob->ob_size = size;
  261|  6.87k|#endif
  262|  6.87k|}
getargs.c:PyType_HasFeature:
  749|  3.98k|{
  750|  3.98k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  3.98k|    flags = type->tp_flags;
  756|  3.98k|#endif
  757|  3.98k|    return ((flags & feature) != 0);
  758|  3.98k|}
getargs.c:_Py_TYPE_impl:
  233|  6.78k|{
  234|  6.78k|    return ob->ob_type;
  235|  6.78k|}
getargs.c:_Py_SIZE_impl:
  240|  1.25k|{
  241|  1.25k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 1.25k, False: 0]
  ------------------
  242|  1.25k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 1.25k, False: 0]
  ------------------
  243|  1.25k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  1.25k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  1.25k|}
getargs.c:_Py_IS_TYPE_impl:
  248|     67|{
  249|     67|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     67|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     67|}
import.c:_Py_SIZE_impl:
  240|     20|{
  241|     20|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 20, False: 0]
  ------------------
  242|     20|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 20, False: 0]
  ------------------
  243|     20|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     20|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     20|}
import.c:PyType_HasFeature:
  749|  1.02k|{
  750|  1.02k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  1.02k|    flags = type->tp_flags;
  756|  1.02k|#endif
  757|  1.02k|    return ((flags & feature) != 0);
  758|  1.02k|}
import.c:_Py_TYPE_impl:
  233|  1.16k|{
  234|  1.16k|    return ob->ob_type;
  235|  1.16k|}
import.c:PyObject_TypeCheck:
  374|     63|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     63|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    126|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 63, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|     63|}
import.c:_Py_IS_TYPE_impl:
  248|    101|{
  249|    101|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    101|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    101|}
importdl.c:PyType_HasFeature:
  749|     30|{
  750|     30|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     30|    flags = type->tp_flags;
  756|     30|#endif
  757|     30|    return ((flags & feature) != 0);
  758|     30|}
importdl.c:_Py_TYPE_impl:
  233|     90|{
  234|     90|    return ob->ob_type;
  235|     90|}
importdl.c:_Py_IS_TYPE_impl:
  248|     60|{
  249|     60|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     60|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     60|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     60|}
importdl.c:PyObject_TypeCheck:
  374|     30|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     30|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|     60|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 30, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|     30|}
initconfig.c:PyType_HasFeature:
  749|     64|{
  750|     64|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     64|    flags = type->tp_flags;
  756|     64|#endif
  757|     64|    return ((flags & feature) != 0);
  758|     64|}
initconfig.c:_Py_TYPE_impl:
  233|    100|{
  234|    100|    return ob->ob_type;
  235|    100|}
initconfig.c:_Py_SIZE_impl:
  240|     10|{
  241|     10|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 10, False: 0]
  ------------------
  242|     10|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 10, False: 0]
  ------------------
  243|     10|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     10|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     10|}
initconfig.c:_Py_IS_TYPE_impl:
  248|     16|{
  249|     16|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     16|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     16|}
intrinsics.c:PyType_HasFeature:
  749|  7.92k|{
  750|  7.92k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  7.92k|    flags = type->tp_flags;
  756|  7.92k|#endif
  757|  7.92k|    return ((flags & feature) != 0);
  758|  7.92k|}
intrinsics.c:_Py_TYPE_impl:
  233|  9.23k|{
  234|  9.23k|    return ob->ob_type;
  235|  9.23k|}
intrinsics.c:_Py_IS_TYPE_impl:
  248|  1.31k|{
  249|  1.31k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.31k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.31k|}
marshal.c:PyType_HasFeature:
  749|  81.2k|{
  750|  81.2k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  81.2k|    flags = type->tp_flags;
  756|  81.2k|#endif
  757|  81.2k|    return ((flags & feature) != 0);
  758|  81.2k|}
marshal.c:_Py_TYPE_impl:
  233|   184k|{
  234|   184k|    return ob->ob_type;
  235|   184k|}
marshal.c:_Py_SIZE_impl:
  240|  51.4k|{
  241|  51.4k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 51.4k, False: 0]
  ------------------
  242|  51.4k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 51.4k, False: 0]
  ------------------
  243|  51.4k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  51.4k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  51.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  51.4k|}
modsupport.c:_Py_TYPE_impl:
  233|    949|{
  234|    949|    return ob->ob_type;
  235|    949|}
modsupport.c:PyType_HasFeature:
  749|     98|{
  750|     98|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     98|    flags = type->tp_flags;
  756|     98|#endif
  757|     98|    return ((flags & feature) != 0);
  758|     98|}
modsupport.c:_Py_SIZE_impl:
  240|     98|{
  241|     98|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 98, False: 0]
  ------------------
  242|     98|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 98, False: 0]
  ------------------
  243|     98|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     98|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     98|}
modsupport.c:PyObject_TypeCheck:
  374|    655|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    655|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.31k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    655|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    655|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 655, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|    655|}
modsupport.c:_Py_IS_TYPE_impl:
  248|    655|{
  249|    655|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    655|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    655|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    655|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    655|}
pylifecycle.c:PyType_HasFeature:
  749|      2|{
  750|      2|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      2|    flags = type->tp_flags;
  756|      2|#endif
  757|      2|    return ((flags & feature) != 0);
  758|      2|}
pylifecycle.c:_Py_TYPE_impl:
  233|      2|{
  234|      2|    return ob->ob_type;
  235|      2|}
pythonrun.c:PyType_HasFeature:
  749|      2|{
  750|      2|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      2|    flags = type->tp_flags;
  756|      2|#endif
  757|      2|    return ((flags & feature) != 0);
  758|      2|}
pythonrun.c:_Py_TYPE_impl:
  233|      2|{
  234|      2|    return ob->ob_type;
  235|      2|}
specialize.c:PyType_Check:
  762|  1.21k|static inline int PyType_Check(PyObject *op) {
  763|  1.21k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  1.21k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  1.21k|}
specialize.c:_Py_TYPE_impl:
  233|  19.3k|{
  234|  19.3k|    return ob->ob_type;
  235|  19.3k|}
specialize.c:_Py_IS_TYPE_impl:
  248|  8.69k|{
  249|  8.69k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  8.69k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  8.69k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.69k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  8.69k|}
specialize.c:PyObject_TypeCheck:
  374|    657|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    657|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.31k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    657|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    657|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 657, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|    657|}
specialize.c:_Py_SIZE_impl:
  240|     98|{
  241|     98|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 98, False: 0]
  ------------------
  242|     98|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 98, False: 0]
  ------------------
  243|     98|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     98|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     98|}
specialize.c:PyType_HasFeature:
  749|  4.23k|{
  750|  4.23k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  4.23k|    flags = type->tp_flags;
  756|  4.23k|#endif
  757|  4.23k|    return ((flags & feature) != 0);
  758|  4.23k|}
symtable.c:_Py_IS_TYPE_impl:
  248|      4|{
  249|      4|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      4|}
symtable.c:_Py_SIZE_impl:
  240|      7|{
  241|      7|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 7, False: 0]
  ------------------
  242|      7|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 7, False: 0]
  ------------------
  243|      7|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      7|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      7|}
symtable.c:PyType_HasFeature:
  749|    245|{
  750|    245|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    245|    flags = type->tp_flags;
  756|    245|#endif
  757|    245|    return ((flags & feature) != 0);
  758|    245|}
symtable.c:_Py_TYPE_impl:
  233|    263|{
  234|    263|    return ob->ob_type;
  235|    263|}
sysmodule.c:PyType_HasFeature:
  749|    668|{
  750|    668|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    668|    flags = type->tp_flags;
  756|    668|#endif
  757|    668|    return ((flags & feature) != 0);
  758|    668|}
sysmodule.c:_Py_TYPE_impl:
  233|  1.86k|{
  234|  1.86k|    return ob->ob_type;
  235|  1.86k|}
sysmodule.c:_Py_IS_TYPE_impl:
  248|     17|{
  249|     17|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     17|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     17|}
sysmodule.c:_Py_SIZE_impl:
  240|    592|{
  241|    592|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 592, False: 0]
  ------------------
  242|    592|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 592, False: 0]
  ------------------
  243|    592|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    592|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    592|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    592|}
traceback.c:_Py_IS_TYPE_impl:
  248|    758|{
  249|    758|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    758|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    758|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    758|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    758|}
traceback.c:PyType_HasFeature:
  749|    350|{
  750|    350|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    350|    flags = type->tp_flags;
  756|    350|#endif
  757|    350|    return ((flags & feature) != 0);
  758|    350|}
traceback.c:_Py_TYPE_impl:
  233|  1.10k|{
  234|  1.10k|    return ob->ob_type;
  235|  1.10k|}
posixmodule.c:_Py_IS_TYPE_impl:
  248|     75|{
  249|     75|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     75|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     75|}
posixmodule.c:_Py_SIZE_impl:
  240|     96|{
  241|     96|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 96, False: 0]
  ------------------
  242|     96|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 96, False: 0]
  ------------------
  243|     96|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     96|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     96|}
posixmodule.c:_Py_TYPE_impl:
  233|    822|{
  234|    822|    return ob->ob_type;
  235|    822|}
posixmodule.c:PyType_HasFeature:
  749|    555|{
  750|    555|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    555|    flags = type->tp_flags;
  756|    555|#endif
  757|    555|    return ((flags & feature) != 0);
  758|    555|}
posixmodule.c:PyObject_TypeCheck:
  374|     75|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     75|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    150|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 75, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|     75|}
_datetimemodule.c:PyObject_TypeCheck:
  374|      4|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      4|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|      8|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 4, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|      4|}
_datetimemodule.c:_Py_IS_TYPE_impl:
  248|      4|{
  249|      4|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      4|}
_datetimemodule.c:_Py_TYPE_impl:
  233|      4|{
  234|      4|    return ob->ob_type;
  235|      4|}
_datetimemodule.c:Py_SET_TYPE:
  206|      8|{
  207|      8|    ob->ob_type = type;
  208|      8|}
_codecsmodule.c:PyType_HasFeature:
  749|     14|{
  750|     14|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     14|    flags = type->tp_flags;
  756|     14|#endif
  757|     14|    return ((flags & feature) != 0);
  758|     14|}
_codecsmodule.c:_Py_TYPE_impl:
  233|     14|{
  234|     14|    return ob->ob_type;
  235|     14|}
_collectionsmodule.c:_Py_TYPE_impl:
  233|     37|{
  234|     37|    return ob->ob_type;
  235|     37|}
_collectionsmodule.c:PyType_HasFeature:
  749|     20|{
  750|     20|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     20|    flags = type->tp_flags;
  756|     20|#endif
  757|     20|    return ((flags & feature) != 0);
  758|     20|}
_collectionsmodule.c:_Py_IS_TYPE_impl:
  248|      1|{
  249|      1|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      1|}
_collectionsmodule.c:PyObject_TypeCheck:
  374|      1|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      1|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 1, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|      1|}
_collectionsmodule.c:_Py_SIZE_impl:
  240|      8|{
  241|      8|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 8, False: 0]
  ------------------
  242|      8|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 8, False: 0]
  ------------------
  243|      8|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      8|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      8|}
_collectionsmodule.c:PyType_Check:
  762|      4|static inline int PyType_Check(PyObject *op) {
  763|      4|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|      4|}
_iomodule.c:PyType_HasFeature:
  749|     45|{
  750|     45|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     45|    flags = type->tp_flags;
  756|     45|#endif
  757|     45|    return ((flags & feature) != 0);
  758|     45|}
_iomodule.c:_Py_TYPE_impl:
  233|     70|{
  234|     70|    return ob->ob_type;
  235|     70|}
_iomodule.c:PyObject_TypeCheck:
  374|     25|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     25|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|     50|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 25, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|     25|}
_iomodule.c:_Py_IS_TYPE_impl:
  248|     25|{
  249|     25|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     25|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     25|}
fileio.c:_Py_TYPE_impl:
  233|    184|{
  234|    184|    return ob->ob_type;
  235|    184|}
fileio.c:PyType_Check:
  762|     13|static inline int PyType_Check(PyObject *op) {
  763|     13|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     13|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     13|}
fileio.c:PyType_HasFeature:
  749|    102|{
  750|    102|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    102|    flags = type->tp_flags;
  756|    102|#endif
  757|    102|    return ((flags & feature) != 0);
  758|    102|}
fileio.c:_Py_SIZE_impl:
  240|     19|{
  241|     19|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 19, False: 0]
  ------------------
  242|     19|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 19, False: 0]
  ------------------
  243|     19|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     19|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     19|}
fileio.c:_Py_IS_TYPE_impl:
  248|     19|{
  249|     19|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     19|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     19|}
bufferedio.c:_Py_IS_TYPE_impl:
  248|     57|{
  249|     57|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     57|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     57|}
bufferedio.c:_Py_TYPE_impl:
  233|    222|{
  234|    222|    return ob->ob_type;
  235|    222|}
bufferedio.c:PyType_HasFeature:
  749|     83|{
  750|     83|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     83|    flags = type->tp_flags;
  756|     83|#endif
  757|     83|    return ((flags & feature) != 0);
  758|     83|}
bufferedio.c:_Py_SIZE_impl:
  240|     19|{
  241|     19|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 19, False: 0]
  ------------------
  242|     19|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 19, False: 0]
  ------------------
  243|     19|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     19|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     19|}
bufferedio.c:PyObject_TypeCheck:
  374|     19|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|     19|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|     38|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 19, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|     19|}
textio.c:_Py_SIZE_impl:
  240|      6|{
  241|      6|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 6, False: 0]
  ------------------
  242|      6|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 6, False: 0]
  ------------------
  243|      6|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      6|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      6|}
textio.c:PyType_HasFeature:
  749|     64|{
  750|     64|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     64|    flags = type->tp_flags;
  756|     64|#endif
  757|     64|    return ((flags & feature) != 0);
  758|     64|}
textio.c:_Py_TYPE_impl:
  233|    116|{
  234|    116|    return ob->ob_type;
  235|    116|}
textio.c:PyObject_TypeCheck:
  374|      6|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      6|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|     12|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 6, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|      6|}
textio.c:_Py_IS_TYPE_impl:
  248|     22|{
  249|     22|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     22|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     22|}
itertoolsmodule.c:PyObject_TypeCheck:
  374|      3|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      3|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|      6|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 3, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|      3|}
itertoolsmodule.c:_Py_IS_TYPE_impl:
  248|      3|{
  249|      3|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      3|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      3|}
itertoolsmodule.c:_Py_TYPE_impl:
  233|      3|{
  234|      3|    return ob->ob_type;
  235|      3|}
itertoolsmodule.c:Py_SET_TYPE:
  206|      1|{
  207|      1|    ob->ob_type = type;
  208|      1|}
sre.c:PyType_HasFeature:
  749|  1.05k|{
  750|  1.05k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  1.05k|    flags = type->tp_flags;
  756|  1.05k|#endif
  757|  1.05k|    return ((flags & feature) != 0);
  758|  1.05k|}
sre.c:_Py_TYPE_impl:
  233|  1.66k|{
  234|  1.66k|    return ob->ob_type;
  235|  1.66k|}
sre.c:PyObject_TypeCheck:
  374|    463|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    463|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    926|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    463|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    463|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 463, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|    463|}
sre.c:_Py_IS_TYPE_impl:
  248|    463|{
  249|    463|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    463|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    463|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    463|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    463|}
sre.c:_Py_SIZE_impl:
  240|     26|{
  241|     26|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 26, False: 0]
  ------------------
  242|     26|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 26, False: 0]
  ------------------
  243|     26|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     26|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     26|}
_threadmodule.c:PyObject_TypeCheck:
  374|    140|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    140|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    280|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    140|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    140|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 140, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|    140|}
_threadmodule.c:_Py_IS_TYPE_impl:
  248|    140|{
  249|    140|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    140|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    140|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    140|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    140|}
_threadmodule.c:_Py_TYPE_impl:
  233|    274|{
  234|    274|    return ob->ob_type;
  235|    274|}
timemodule.c:_Py_TYPE_impl:
  233|      6|{
  234|      6|    return ob->ob_type;
  235|      6|}
timemodule.c:PyObject_TypeCheck:
  374|      6|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      6|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|     12|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 6, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|      6|}
timemodule.c:_Py_IS_TYPE_impl:
  248|      6|{
  249|      6|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      6|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      6|}
_weakref.c:PyType_HasFeature:
  749|     91|{
  750|     91|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     91|    flags = type->tp_flags;
  756|     91|#endif
  757|     91|    return ((flags & feature) != 0);
  758|     91|}
_weakref.c:_Py_TYPE_impl:
  233|    455|{
  234|    455|    return ob->ob_type;
  235|    455|}
_weakref.c:PyObject_TypeCheck:
  374|    182|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    182|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    364|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    182|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 182]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|    182|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    182|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 182, False: 0]
  ------------------
  376|    182|}
_weakref.c:_Py_IS_TYPE_impl:
  248|    182|{
  249|    182|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    182|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    182|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    182|}
_abc.c:PyObject_TypeCheck:
  374|    281|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    281|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    562|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    281|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    281|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 281, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|    281|}
_abc.c:_Py_IS_TYPE_impl:
  248|    432|{
  249|    432|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    432|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    432|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    432|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    432|}
_abc.c:_Py_TYPE_impl:
  233|  10.7k|{
  234|  10.7k|    return ob->ob_type;
  235|  10.7k|}
_abc.c:PyType_HasFeature:
  749|  6.74k|{
  750|  6.74k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  6.74k|    flags = type->tp_flags;
  756|  6.74k|#endif
  757|  6.74k|    return ((flags & feature) != 0);
  758|  6.74k|}
_abc.c:_Py_SIZE_impl:
  240|  1.73k|{
  241|  1.73k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 1.73k, False: 0]
  ------------------
  242|  1.73k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 1.73k, False: 0]
  ------------------
  243|  1.73k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  1.73k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  1.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  1.73k|}
_abc.c:PyType_Check:
  762|    305|static inline int PyType_Check(PyObject *op) {
  763|    305|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|    305|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|    305|}
_functoolsmodule.c:PyType_HasFeature:
  749|      2|{
  750|      2|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      2|    flags = type->tp_flags;
  756|      2|#endif
  757|      2|    return ((flags & feature) != 0);
  758|      2|}
_functoolsmodule.c:_Py_TYPE_impl:
  233|      7|{
  234|      7|    return ob->ob_type;
  235|      7|}
_functoolsmodule.c:_Py_SIZE_impl:
  240|      1|{
  241|      1|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 1, False: 0]
  ------------------
  242|      1|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 1, False: 0]
  ------------------
  243|      1|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      1|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      1|}
_functoolsmodule.c:PyObject_TypeCheck:
  374|      3|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      3|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|      6|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 3, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|      3|}
_functoolsmodule.c:_Py_IS_TYPE_impl:
  248|      3|{
  249|      3|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      3|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      3|}
_operator.c:_Py_TYPE_impl:
  233|      1|{
  234|      1|    return ob->ob_type;
  235|      1|}
_operator.c:PyObject_TypeCheck:
  374|      1|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|      1|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 1, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|      1|}
_operator.c:_Py_IS_TYPE_impl:
  248|      1|{
  249|      1|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      1|}
_stat.c:PyType_HasFeature:
  749|      2|{
  750|      2|    unsigned long flags;
  751|      2|#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|      2|    flags = PyType_GetFlags(type);
  754|       |#else
  755|       |    flags = type->tp_flags;
  756|       |#endif
  757|      2|    return ((flags & feature) != 0);
  758|      2|}
_stat.c:_Py_TYPE_impl:
  233|      2|{
  234|      2|    return ob->ob_type;
  235|      2|}
getpath.c:_Py_IS_TYPE_impl:
  248|      2|{
  249|      2|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      2|}
getpath.c:_Py_TYPE_impl:
  233|    222|{
  234|    222|    return ob->ob_type;
  235|    222|}
getpath.c:PyType_HasFeature:
  749|    168|{
  750|    168|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    168|    flags = type->tp_flags;
  756|    168|#endif
  757|    168|    return ((flags & feature) != 0);
  758|    168|}
getpath.c:_Py_SIZE_impl:
  240|     26|{
  241|     26|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 26, False: 0]
  ------------------
  242|     26|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 26, False: 0]
  ------------------
  243|     26|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     26|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     26|}
abstract.c:_Py_TYPE_impl:
  233|  27.0k|{
  234|  27.0k|    return ob->ob_type;
  235|  27.0k|}
abstract.c:PyType_HasFeature:
  749|  2.96k|{
  750|  2.96k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  2.96k|    flags = type->tp_flags;
  756|  2.96k|#endif
  757|  2.96k|    return ((flags & feature) != 0);
  758|  2.96k|}
abstract.c:PyType_Check:
  762|  1.35k|static inline int PyType_Check(PyObject *op) {
  763|  1.35k|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|  1.35k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|  1.35k|}
abstract.c:_Py_IS_TYPE_impl:
  248|  10.3k|{
  249|  10.3k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  10.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  10.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  10.3k|}
abstract.c:PyObject_TypeCheck:
  374|    537|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    537|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.07k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    537|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    537|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 537]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|    537|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    537|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    537|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 13, False: 524]
  ------------------
  376|    537|}
abstract.c:_Py_SIZE_impl:
  240|     63|{
  241|     63|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 63, False: 0]
  ------------------
  242|     63|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 63, False: 0]
  ------------------
  243|     63|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     63|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     63|}
abstract.c:PyType_CheckExact:
  772|  1.00k|static inline int PyType_CheckExact(PyObject *op) {
  773|  1.00k|    return Py_IS_TYPE(op, &PyType_Type);
  ------------------
  |  |  215|  1.00k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  774|  1.00k|}
boolobject.c:_Py_TYPE_impl:
  233|      6|{
  234|      6|    return ob->ob_type;
  235|      6|}
boolobject.c:PyType_Check:
  762|      6|static inline int PyType_Check(PyObject *op) {
  763|      6|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|      6|}
boolobject.c:PyType_HasFeature:
  749|      6|{
  750|      6|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|      6|    flags = type->tp_flags;
  756|      6|#endif
  757|      6|    return ((flags & feature) != 0);
  758|      6|}
bytes_methods.c:_Py_TYPE_impl:
  233|     34|{
  234|     34|    return ob->ob_type;
  235|     34|}
bytearrayobject.c:PyType_HasFeature:
  749|    250|{
  750|    250|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    250|    flags = type->tp_flags;
  756|    250|#endif
  757|    250|    return ((flags & feature) != 0);
  758|    250|}
bytearrayobject.c:_Py_SET_SIZE_impl:
  254|    204|{
  255|    204|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyLong_Type);
  ------------------
  |  Branch (255:5): [True: 204, False: 0]
  ------------------
  256|    204|    assert(Py_TYPE(_PyObject_CAST(ob)) != &PyBool_Type);
  ------------------
  |  Branch (256:5): [True: 204, False: 0]
  ------------------
  257|       |#ifdef Py_GIL_DISABLED
  258|       |    _Py_atomic_store_ssize_relaxed(&ob->ob_size, size);
  259|       |#else
  260|    204|    ob->ob_size = size;
  261|    204|#endif
  262|    204|}
bytearrayobject.c:PyObject_TypeCheck:
  374|    862|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    862|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  1.72k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    862|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    862|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 680, False: 182]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|    182|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    182|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 182]
  ------------------
  376|    862|}
bytearrayobject.c:_Py_IS_TYPE_impl:
  248|    880|{
  249|    880|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    880|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    880|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    880|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    880|}
bytearrayobject.c:_Py_SIZE_impl:
  240|    274|{
  241|    274|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 274, False: 0]
  ------------------
  242|    274|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 274, False: 0]
  ------------------
  243|    274|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    274|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    274|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    274|}
bytearrayobject.c:_Py_TYPE_impl:
  233|  2.67k|{
  234|  2.67k|    return ob->ob_type;
  235|  2.67k|}
capsule.c:_Py_IS_TYPE_impl:
  248|      1|{
  249|      1|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      1|}
capsule.c:_Py_TYPE_impl:
  233|      1|{
  234|      1|    return ob->ob_type;
  235|      1|}
cellobject.c:_Py_IS_TYPE_impl:
  248|    205|{
  249|    205|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    205|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    205|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    205|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    205|}
cellobject.c:_Py_TYPE_impl:
  233|    205|{
  234|    205|    return ob->ob_type;
  235|    205|}
classobject.c:_Py_IS_TYPE_impl:
  248|  1.17k|{
  249|  1.17k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  1.17k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  1.17k|}
classobject.c:_Py_TYPE_impl:
  233|  1.17k|{
  234|  1.17k|    return ob->ob_type;
  235|  1.17k|}
codeobject.c:PyType_HasFeature:
  749|   176k|{
  750|   176k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|   176k|    flags = type->tp_flags;
  756|   176k|#endif
  757|   176k|    return ((flags & feature) != 0);
  758|   176k|}
codeobject.c:_Py_TYPE_impl:
  233|   307k|{
  234|   307k|    return ob->ob_type;
  235|   307k|}
codeobject.c:_Py_SIZE_impl:
  240|  45.6k|{
  241|  45.6k|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 45.6k, False: 0]
  ------------------
  242|  45.6k|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 45.6k, False: 0]
  ------------------
  243|  45.6k|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|  45.6k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  45.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|  45.6k|}
codeobject.c:_Py_IS_TYPE_impl:
  248|  40.2k|{
  249|  40.2k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  40.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  40.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  40.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  40.2k|}
descrobject.c:PyType_HasFeature:
  749|  2.38k|{
  750|  2.38k|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|  2.38k|    flags = type->tp_flags;
  756|  2.38k|#endif
  757|  2.38k|    return ((flags & feature) != 0);
  758|  2.38k|}
descrobject.c:PyType_Check:
  762|    932|static inline int PyType_Check(PyObject *op) {
  763|    932|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|    932|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|    932|}
descrobject.c:_Py_SIZE_impl:
  240|    243|{
  241|    243|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 243, False: 0]
  ------------------
  242|    243|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 243, False: 0]
  ------------------
  243|    243|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    243|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    243|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    243|}
descrobject.c:_Py_TYPE_impl:
  233|  13.0k|{
  234|  13.0k|    return ob->ob_type;
  235|  13.0k|}
descrobject.c:_Py_IS_TYPE_impl:
  248|  4.74k|{
  249|  4.74k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  4.74k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.74k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.74k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  4.74k|}
descrobject.c:PyObject_TypeCheck:
  374|  4.63k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  4.63k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  9.26k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  4.63k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 3.12k, False: 1.51k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  1.51k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 1.51k, False: 0]
  ------------------
  376|  4.63k|}
enumobject.c:_Py_TYPE_impl:
  233|    822|{
  234|    822|    return ob->ob_type;
  235|    822|}
enumobject.c:PyType_HasFeature:
  749|    419|{
  750|    419|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|    419|    flags = type->tp_flags;
  756|    419|#endif
  757|    419|    return ((flags & feature) != 0);
  758|    419|}
enumobject.c:_Py_SIZE_impl:
  240|    158|{
  241|    158|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 158, False: 0]
  ------------------
  242|    158|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 158, False: 0]
  ------------------
  243|    158|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|    158|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|    158|}
enumobject.c:PyType_Check:
  762|     14|static inline int PyType_Check(PyObject *op) {
  763|     14|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|     14|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|     14|}
genobject.c:_Py_IS_TYPE_impl:
  248|    330|{
  249|    330|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    330|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    330|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    330|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    330|}
genobject.c:_Py_TYPE_impl:
  233|    330|{
  234|    330|    return ob->ob_type;
  235|    330|}
fileobject.c:PyType_HasFeature:
  749|     13|{
  750|     13|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     13|    flags = type->tp_flags;
  756|     13|#endif
  757|     13|    return ((flags & feature) != 0);
  758|     13|}
fileobject.c:_Py_TYPE_impl:
  233|     13|{
  234|     13|    return ob->ob_type;
  235|     13|}
frameobject.c:PyObject_TypeCheck:
  374|    356|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|    356|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|    712|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    356|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    356|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 356, False: 0]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 0, False: 0]
  ------------------
  376|    356|}
frameobject.c:_Py_IS_TYPE_impl:
  248|    412|{
  249|    412|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|    412|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    412|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    412|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    412|}
frameobject.c:_Py_SIZE_impl:
  240|      4|{
  241|      4|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 4, False: 0]
  ------------------
  242|      4|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 4, False: 0]
  ------------------
  243|      4|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|      4|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|      4|}
frameobject.c:PyType_HasFeature:
  749|     10|{
  750|     10|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     10|    flags = type->tp_flags;
  756|     10|#endif
  757|     10|    return ((flags & feature) != 0);
  758|     10|}
frameobject.c:_Py_TYPE_impl:
  233|    432|{
  234|    432|    return ob->ob_type;
  235|    432|}
iterobject.c:_Py_IS_TYPE_impl:
  248|     46|{
  249|     46|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     46|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     46|}
iterobject.c:_Py_TYPE_impl:
  233|     46|{
  234|     46|    return ob->ob_type;
  235|     46|}
lazyimportobject.c:PyType_HasFeature:
  749|     18|{
  750|     18|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     18|    flags = type->tp_flags;
  756|     18|#endif
  757|     18|    return ((flags & feature) != 0);
  758|     18|}
lazyimportobject.c:_Py_TYPE_impl:
  233|     44|{
  234|     44|    return ob->ob_type;
  235|     44|}
lazyimportobject.c:_Py_IS_TYPE_impl:
  248|     24|{
  249|     24|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|     24|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|     24|}
methodobject.c:PyObject_TypeCheck:
  374|  17.0k|static inline int PyObject_TypeCheck(PyObject *ob, PyTypeObject *type) {
  375|  17.0k|    return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  215|  34.0k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  17.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  17.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 14.7k, False: 2.25k]
  |  |  ------------------
  ------------------
                  return Py_IS_TYPE(ob, type) || PyType_IsSubtype(Py_TYPE(ob), type);
  ------------------
  |  |  213|  2.25k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (375:36): [True: 2.23k, False: 12]
  ------------------
  376|  17.0k|}
methodobject.c:_Py_IS_TYPE_impl:
  248|  18.3k|{
  249|  18.3k|    return Py_TYPE(ob) == type;
  ------------------
  |  |  213|  18.3k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  18.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|  18.3k|}
methodobject.c:_Py_TYPE_impl:
  233|  20.6k|{
  234|  20.6k|    return ob->ob_type;
  235|  20.6k|}
methodobject.c:PyType_Check:
  762|      6|static inline int PyType_Check(PyObject *op) {
  763|      6|    return PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TYPE_SUBCLASS);
  ------------------
  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  ------------------
  764|      6|}
methodobject.c:PyType_HasFeature:
  749|     12|{
  750|     12|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     12|    flags = type->tp_flags;
  756|     12|#endif
  757|     12|    return ((flags & feature) != 0);
  758|     12|}
namespaceobject.c:_Py_TYPE_impl:
  233|     32|{
  234|     32|    return ob->ob_type;
  235|     32|}
assemble.c:PyType_HasFeature:
  749|     63|{
  750|     63|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     63|    flags = type->tp_flags;
  756|     63|#endif
  757|     63|    return ((flags & feature) != 0);
  758|     63|}
assemble.c:_Py_TYPE_impl:
  233|    107|{
  234|    107|    return ob->ob_type;
  235|    107|}
assemble.c:_Py_SIZE_impl:
  240|     22|{
  241|     22|    assert(Py_TYPE(ob) != &PyLong_Type);
  ------------------
  |  Branch (241:5): [True: 22, False: 0]
  ------------------
  242|     22|    assert(Py_TYPE(ob) != &PyBool_Type);
  ------------------
  |  Branch (242:5): [True: 22, False: 0]
  ------------------
  243|     22|    return  _PyVarObject_CAST(ob)->ob_size;
  ------------------
  |  |  182|     22|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  244|     22|}
crossinterp.c:_Py_TYPE_impl:
  233|      2|{
  234|      2|    return ob->ob_type;
  235|      2|}
pegen.c:PyType_HasFeature:
  749|     54|{
  750|     54|    unsigned long flags;
  751|       |#ifdef Py_LIMITED_API
  752|       |    // PyTypeObject is opaque in the limited C API
  753|       |    flags = PyType_GetFlags(type);
  754|       |#else
  755|     54|    flags = type->tp_flags;
  756|     54|#endif
  757|     54|    return ((flags & feature) != 0);
  758|     54|}
pegen.c:_Py_TYPE_impl:
  233|     54|{
  234|     54|    return ob->ob_type;
  235|     54|}

gc.c:PyDTrace_GC_START_ENABLED:
   44|      6|static inline int PyDTrace_GC_START_ENABLED(void) { return 0; }
gc.c:PyDTrace_GC_DONE_ENABLED:
   45|      6|static inline int PyDTrace_GC_DONE_ENABLED(void) { return 0; }
import.c:PyDTrace_IMPORT_FIND_LOAD_START_ENABLED:
   50|     67|static inline int PyDTrace_IMPORT_FIND_LOAD_START_ENABLED(void) { return 0; }
import.c:PyDTrace_IMPORT_FIND_LOAD_DONE_ENABLED:
   51|     67|static inline int PyDTrace_IMPORT_FIND_LOAD_DONE_ENABLED(void) { return 0; }
sysmodule.c:PyDTrace_AUDIT_ENABLED:
   52|    203|static inline int PyDTrace_AUDIT_ENABLED(void) { return 0; }

bytesobject.c:_Py_IsImmortal:
  127|  7.69k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  7.69k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  7.69k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  7.69k|}
bytesobject.c:Py_INCREF:
  256|  7.55k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  7.55k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  7.55k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 7.55k, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|  7.55k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  7.55k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  7.55k|        return;
  291|  7.55k|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
bytesobject.c:Py_DECREF:
  418|     14|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     14|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     14|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 12, False: 2]
  |  |  ------------------
  ------------------
  422|     12|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     12|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     12|        return;
  424|     12|    }
  425|      2|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      2|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      2|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 2, False: 0]
  ------------------
  427|      2|        _Py_Dealloc(op);
  428|      2|    }
  429|      2|}
bytesobject.c:Py_XDECREF:
  518|     17|{
  519|     17|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     17|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2, False: 15]
  ------------------
  520|      2|        Py_DECREF(op);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      2|    }
  522|     17|}
bytesobject.c:_Py_NewRef:
  535|      2|{
  536|      2|    Py_INCREF(obj);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      2|    return obj;
  538|      2|}
bytesobject.c:_Py_REFCNT:
  105|     18|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     18|    #if !defined(Py_GIL_DISABLED)
  107|     18|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|     18|    }
call.c:Py_DECREF:
  418|  2.56k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.56k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.56k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 591, False: 1.97k]
  |  |  ------------------
  ------------------
  422|    591|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    591|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    591|        return;
  424|    591|    }
  425|  1.97k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.97k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.97k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.57k, False: 406]
  ------------------
  427|  1.57k|        _Py_Dealloc(op);
  428|  1.57k|    }
  429|  1.97k|}
call.c:_Py_IsImmortal:
  127|  2.56k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  2.56k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.56k|}
call.c:_Py_IsStaticImmortal:
  141|    612|{
  142|    612|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|    612|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|    612|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|    612|}
call.c:_Py_NewRef:
  535|    310|{
  536|    310|    Py_INCREF(obj);
  ------------------
  |  |  310|    310|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    310|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    310|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    310|    return obj;
  538|    310|}
call.c:Py_INCREF:
  256|    310|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    310|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    310|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 244, False: 66]
  ------------------
  288|       |        // the object is immortal
  289|    244|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    244|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    244|        return;
  291|    244|    }
  292|     66|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     66|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     66|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     66|#endif
  308|     66|}
exceptions.c:_Py_XNewRef:
  541|  1.00k|{
  542|  1.00k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  1.00k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  1.00k|    return obj;
  544|  1.00k|}
exceptions.c:Py_XINCREF:
  508|  1.00k|{
  509|  1.00k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.00k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 108, False: 901]
  ------------------
  510|    108|        Py_INCREF(op);
  ------------------
  |  |  310|    108|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    108|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    108|    }
  512|  1.00k|}
exceptions.c:Py_XDECREF:
  518|    694|{
  519|    694|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    694|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 108, False: 586]
  ------------------
  520|    108|        Py_DECREF(op);
  ------------------
  |  |  430|    108|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    108|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    108|    }
  522|    694|}
exceptions.c:_Py_NewRef:
  535|    541|{
  536|    541|    Py_INCREF(obj);
  ------------------
  |  |  310|    541|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    541|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    541|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    541|    return obj;
  538|    541|}
exceptions.c:Py_INCREF:
  256|    677|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    677|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    677|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 32, False: 645]
  ------------------
  288|       |        // the object is immortal
  289|     32|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     32|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     32|        return;
  291|     32|    }
  292|    645|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    645|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    645|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    645|#endif
  308|    645|}
exceptions.c:Py_DECREF:
  418|  1.24k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.24k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.24k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.24k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 223, False: 1.01k]
  |  |  ------------------
  ------------------
  422|    223|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    223|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    223|        return;
  424|    223|    }
  425|  1.01k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.01k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.01k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 760, False: 257]
  ------------------
  427|    760|        _Py_Dealloc(op);
  428|    760|    }
  429|  1.01k|}
exceptions.c:_Py_IsImmortal:
  127|  1.24k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.24k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.24k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.24k|}
genericaliasobject.c:Py_XDECREF:
  518|     12|{
  519|     12|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     12|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 8, False: 4]
  ------------------
  520|      8|        Py_DECREF(op);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      8|    }
  522|     12|}
genericaliasobject.c:Py_DECREF:
  418|      8|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      8|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      8|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 4, False: 4]
  |  |  ------------------
  ------------------
  422|      4|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      4|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      4|        return;
  424|      4|    }
  425|      4|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      4|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      4|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 4, False: 0]
  ------------------
  427|      4|        _Py_Dealloc(op);
  428|      4|    }
  429|      4|}
genericaliasobject.c:_Py_IsImmortal:
  127|      8|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      8|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      8|}
genericaliasobject.c:_Py_NewRef:
  535|      4|{
  536|      4|    Py_INCREF(obj);
  ------------------
  |  |  310|      4|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      4|    return obj;
  538|      4|}
genericaliasobject.c:Py_INCREF:
  256|      4|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      4|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      4|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 4, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|      4|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      4|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      4|        return;
  291|      4|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
genericaliasobject.c:_Py_REFCNT:
  105|      4|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|      4|    #if !defined(Py_GIL_DISABLED)
  107|      4|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|      4|    }
floatobject.c:_Py_IsImmortal:
  127|     22|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     22|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     22|}
floatobject.c:Py_INCREF:
  256|     22|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     22|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     22|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 22, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|     22|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     22|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     22|        return;
  291|     22|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
funcobject.c:Py_XDECREF:
  518|    212|{
  519|    212|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    212|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 51, False: 161]
  ------------------
  520|     51|        Py_DECREF(op);
  ------------------
  |  |  430|     51|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     51|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     51|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     51|    }
  522|    212|}
funcobject.c:Py_INCREF:
  256|  11.6k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  11.6k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  11.6k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 6.09k, False: 5.59k]
  ------------------
  288|       |        // the object is immortal
  289|  6.09k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  6.09k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  6.09k|        return;
  291|  6.09k|    }
  292|  5.59k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  5.59k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  5.59k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  5.59k|#endif
  308|  5.59k|}
funcobject.c:_Py_NewRef:
  535|  3.07k|{
  536|  3.07k|    Py_INCREF(obj);
  ------------------
  |  |  310|  3.07k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  3.07k|    return obj;
  538|  3.07k|}
funcobject.c:_Py_XNewRef:
  541|    138|{
  542|    138|    Py_XINCREF(obj);
  ------------------
  |  |  514|    138|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    138|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|    138|    return obj;
  544|    138|}
funcobject.c:Py_XINCREF:
  508|    138|{
  509|    138|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    138|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 0, False: 138]
  ------------------
  510|      0|        Py_INCREF(op);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|      0|    }
  512|    138|}
funcobject.c:_Py_REFCNT:
  105|  4.71k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  4.71k|    #if !defined(Py_GIL_DISABLED)
  107|  4.71k|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|  4.71k|    }
funcobject.c:Py_DECREF:
  418|  5.33k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  5.33k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  5.33k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 3.25k, False: 2.07k]
  |  |  ------------------
  ------------------
  422|  3.25k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  3.25k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  3.25k|        return;
  424|  3.25k|    }
  425|  2.07k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  2.07k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  2.07k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 129, False: 1.95k]
  ------------------
  427|    129|        _Py_Dealloc(op);
  428|    129|    }
  429|  2.07k|}
funcobject.c:_Py_IsImmortal:
  127|  6.34k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  6.34k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  6.34k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  6.34k|}
funcobject.c:Py_SET_REFCNT:
  154|  1.01k|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|  1.01k|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 1.01k, False: 0]
  ------------------
  156|       |#if (defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030d0000) \
  157|       |    || defined(_Py_OPAQUE_PYOBJECT)
  158|       |    // Stable ABI implements Py_SET_REFCNT() as a function call
  159|       |    // on limited C API version 3.13 and newer, and abi3t.
  160|       |    _Py_SetRefcnt(ob, refcnt);
  161|       |#else
  162|       |    // This immortal check is for code that is unaware of immortal objects.
  163|       |    // The runtime tracks these objects and we should avoid as much
  164|       |    // as possible having extensions inadvertently change the refcnt
  165|       |    // of an immortalized object.
  166|  1.01k|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|  1.01k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 1.01k]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|  1.01k|#ifndef Py_GIL_DISABLED
  170|  1.01k|#if SIZEOF_VOID_P > 4
  171|  1.01k|    ob->ob_refcnt = (uint32_t)refcnt;
  172|       |#else
  173|       |    ob->ob_refcnt = refcnt;
  174|       |#endif
  175|       |#else
  176|       |    if (_Py_IsOwnedByCurrentThread(ob)) {
  177|       |        if ((size_t)refcnt > (size_t)UINT32_MAX) {
  178|       |            // On overflow, make the object immortal
  179|       |            ob->ob_tid = _Py_UNOWNED_TID;
  180|       |            ob->ob_ref_local = _Py_IMMORTAL_REFCNT_LOCAL;
  181|       |            ob->ob_ref_shared = 0;
  182|       |        }
  183|       |        else {
  184|       |            // Set local refcount to desired refcount and shared refcount
  185|       |            // to zero, but preserve the shared refcount flags.
  186|       |            ob->ob_ref_local = _Py_STATIC_CAST(uint32_t, refcnt);
  187|       |            ob->ob_ref_shared &= _Py_REF_SHARED_FLAG_MASK;
  188|       |        }
  189|       |    }
  190|       |    else {
  191|       |        // Set local refcount to zero and shared refcount to desired refcount.
  192|       |        // Mark the object as merged.
  193|       |        ob->ob_tid = _Py_UNOWNED_TID;
  194|       |        ob->ob_ref_local = 0;
  195|       |        ob->ob_ref_shared = _Py_REF_SHARED(refcnt, _Py_REF_MERGED);
  196|       |    }
  197|       |#endif  // Py_GIL_DISABLED
  198|  1.01k|#endif  // Py_LIMITED_API
  199|  1.01k|}
listobject.c:Py_DECREF:
  418|  23.6k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  23.6k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  23.6k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 14.5k, False: 9.01k]
  |  |  ------------------
  ------------------
  422|  14.5k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  14.5k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  14.5k|        return;
  424|  14.5k|    }
  425|  9.01k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  9.01k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  9.01k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 3.12k, False: 5.89k]
  ------------------
  427|  3.12k|        _Py_Dealloc(op);
  428|  3.12k|    }
  429|  9.01k|}
listobject.c:_Py_IsImmortal:
  127|  23.6k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  23.6k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  23.6k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  23.6k|}
listobject.c:Py_XDECREF:
  518|  21.6k|{
  519|  21.6k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  21.6k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 21.5k, False: 118]
  ------------------
  520|  21.5k|        Py_DECREF(op);
  ------------------
  |  |  430|  21.5k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  21.5k|    }
  522|  21.6k|}
listobject.c:_Py_NewRef:
  535|  22.0k|{
  536|  22.0k|    Py_INCREF(obj);
  ------------------
  |  |  310|  22.0k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  22.0k|    return obj;
  538|  22.0k|}
listobject.c:Py_INCREF:
  256|  22.3k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  22.3k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  22.3k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 14.3k, False: 7.97k]
  ------------------
  288|       |        // the object is immortal
  289|  14.3k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  14.3k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  14.3k|        return;
  291|  14.3k|    }
  292|  7.97k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  7.97k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  7.97k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  7.97k|#endif
  308|  7.97k|}
listobject.c:_Py_XNewRef:
  541|     91|{
  542|     91|    Py_XINCREF(obj);
  ------------------
  |  |  514|     91|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|     91|    return obj;
  544|     91|}
listobject.c:Py_XINCREF:
  508|     91|{
  509|     91|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     91|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 91, False: 0]
  ------------------
  510|     91|        Py_INCREF(op);
  ------------------
  |  |  310|     91|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     91|    }
  512|     91|}
longobject.c:_Py_IsImmortal:
  127|  2.02k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  2.02k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.02k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.02k|}
longobject.c:Py_DECREF:
  418|    112|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    112|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    112|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    112|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    112|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 111, False: 1]
  |  |  ------------------
  ------------------
  422|    111|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    111|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    111|        return;
  424|    111|    }
  425|      1|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      1|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      1|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 1]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      1|}
longobject.c:Py_XDECREF:
  518|     59|{
  519|     59|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     59|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 4, False: 55]
  ------------------
  520|      4|        Py_DECREF(op);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      4|    }
  522|     59|}
longobject.c:Py_INCREF:
  256|  1.85k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  1.85k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  1.85k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 1.85k, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|  1.85k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  1.85k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  1.85k|        return;
  291|  1.85k|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
longobject.c:_Py_NewRef:
  535|      3|{
  536|      3|    Py_INCREF(obj);
  ------------------
  |  |  310|      3|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      3|    return obj;
  538|      3|}
longobject.c:_Py_REFCNT:
  105|      9|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|      9|    #if !defined(Py_GIL_DISABLED)
  107|      9|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|      9|    }
dictobject.c:_Py_XNewRef:
  541|  2.12k|{
  542|  2.12k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  2.12k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  2.12k|    return obj;
  544|  2.12k|}
dictobject.c:Py_XINCREF:
  508|  2.12k|{
  509|  2.12k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  2.12k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 1.39k, False: 723]
  ------------------
  510|  1.39k|        Py_INCREF(op);
  ------------------
  |  |  310|  1.39k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.39k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.39k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  1.39k|    }
  512|  2.12k|}
dictobject.c:_Py_IsImmortal:
  127|  40.2k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  40.2k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  40.2k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  40.2k|}
dictobject.c:_Py_IsStaticImmortal:
  141|  13.6k|{
  142|  13.6k|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  13.6k|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  13.6k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  13.6k|}
dictobject.c:Py_INCREF:
  256|   101k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|   101k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|   101k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 41.2k, False: 60.4k]
  ------------------
  288|       |        // the object is immortal
  289|  41.2k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  41.2k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  41.2k|        return;
  291|  41.2k|    }
  292|  60.4k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  60.4k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  60.4k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  60.4k|#endif
  308|  60.4k|}
dictobject.c:Py_DECREF:
  418|  24.6k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  24.6k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  24.6k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  24.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 16.4k, False: 8.19k]
  |  |  ------------------
  ------------------
  422|  16.4k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  16.4k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  16.4k|        return;
  424|  16.4k|    }
  425|  8.19k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  8.19k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  8.19k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.75k, False: 6.43k]
  ------------------
  427|  1.75k|        _Py_Dealloc(op);
  428|  1.75k|    }
  429|  8.19k|}
dictobject.c:_Py_REFCNT:
  105|  37.4k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  37.4k|    #if !defined(Py_GIL_DISABLED)
  107|  37.4k|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|  37.4k|    }
dictobject.c:_Py_NewRef:
  535|  84.4k|{
  536|  84.4k|    Py_INCREF(obj);
  ------------------
  |  |  310|  84.4k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  84.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  84.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  84.4k|    return obj;
  538|  84.4k|}
dictobject.c:Py_XDECREF:
  518|  16.4k|{
  519|  16.4k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  16.4k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 15.2k, False: 1.18k]
  ------------------
  520|  15.2k|        Py_DECREF(op);
  ------------------
  |  |  430|  15.2k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  15.2k|    }
  522|  16.4k|}
dictobject.c:Py_SET_REFCNT:
  154|  3.08k|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|  3.08k|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 3.08k, False: 0]
  ------------------
  156|       |#if (defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030d0000) \
  157|       |    || defined(_Py_OPAQUE_PYOBJECT)
  158|       |    // Stable ABI implements Py_SET_REFCNT() as a function call
  159|       |    // on limited C API version 3.13 and newer, and abi3t.
  160|       |    _Py_SetRefcnt(ob, refcnt);
  161|       |#else
  162|       |    // This immortal check is for code that is unaware of immortal objects.
  163|       |    // The runtime tracks these objects and we should avoid as much
  164|       |    // as possible having extensions inadvertently change the refcnt
  165|       |    // of an immortalized object.
  166|  3.08k|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|  3.08k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 3.08k]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|  3.08k|#ifndef Py_GIL_DISABLED
  170|  3.08k|#if SIZEOF_VOID_P > 4
  171|  3.08k|    ob->ob_refcnt = (uint32_t)refcnt;
  172|       |#else
  173|       |    ob->ob_refcnt = refcnt;
  174|       |#endif
  175|       |#else
  176|       |    if (_Py_IsOwnedByCurrentThread(ob)) {
  177|       |        if ((size_t)refcnt > (size_t)UINT32_MAX) {
  178|       |            // On overflow, make the object immortal
  179|       |            ob->ob_tid = _Py_UNOWNED_TID;
  180|       |            ob->ob_ref_local = _Py_IMMORTAL_REFCNT_LOCAL;
  181|       |            ob->ob_ref_shared = 0;
  182|       |        }
  183|       |        else {
  184|       |            // Set local refcount to desired refcount and shared refcount
  185|       |            // to zero, but preserve the shared refcount flags.
  186|       |            ob->ob_ref_local = _Py_STATIC_CAST(uint32_t, refcnt);
  187|       |            ob->ob_ref_shared &= _Py_REF_SHARED_FLAG_MASK;
  188|       |        }
  189|       |    }
  190|       |    else {
  191|       |        // Set local refcount to zero and shared refcount to desired refcount.
  192|       |        // Mark the object as merged.
  193|       |        ob->ob_tid = _Py_UNOWNED_TID;
  194|       |        ob->ob_ref_local = 0;
  195|       |        ob->ob_ref_shared = _Py_REF_SHARED(refcnt, _Py_REF_MERGED);
  196|       |    }
  197|       |#endif  // Py_GIL_DISABLED
  198|  3.08k|#endif  // Py_LIMITED_API
  199|  3.08k|}
memoryobject.c:_Py_NewRef:
  535|     39|{
  536|     39|    Py_INCREF(obj);
  ------------------
  |  |  310|     39|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     39|    return obj;
  538|     39|}
memoryobject.c:Py_INCREF:
  256|     39|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     39|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     39|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 39]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|     39|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     39|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     39|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     39|#endif
  308|     39|}
memoryobject.c:Py_DECREF:
  418|     39|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     39|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     39|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 39]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|     39|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     39|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     39|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 13, False: 26]
  ------------------
  427|     13|        _Py_Dealloc(op);
  428|     13|    }
  429|     39|}
memoryobject.c:_Py_IsImmortal:
  127|     39|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     39|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     39|}
moduleobject.c:Py_SET_REFCNT:
  154|     38|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|     38|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 38, False: 0]
  ------------------
  156|       |#if (defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030d0000) \
  157|       |    || defined(_Py_OPAQUE_PYOBJECT)
  158|       |    // Stable ABI implements Py_SET_REFCNT() as a function call
  159|       |    // on limited C API version 3.13 and newer, and abi3t.
  160|       |    _Py_SetRefcnt(ob, refcnt);
  161|       |#else
  162|       |    // This immortal check is for code that is unaware of immortal objects.
  163|       |    // The runtime tracks these objects and we should avoid as much
  164|       |    // as possible having extensions inadvertently change the refcnt
  165|       |    // of an immortalized object.
  166|     38|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|     38|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 38, False: 0]
  |  |  ------------------
  ------------------
  167|     38|        return;
  168|     38|    }
  169|      0|#ifndef Py_GIL_DISABLED
  170|      0|#if SIZEOF_VOID_P > 4
  171|      0|    ob->ob_refcnt = (uint32_t)refcnt;
  172|       |#else
  173|       |    ob->ob_refcnt = refcnt;
  174|       |#endif
  175|       |#else
  176|       |    if (_Py_IsOwnedByCurrentThread(ob)) {
  177|       |        if ((size_t)refcnt > (size_t)UINT32_MAX) {
  178|       |            // On overflow, make the object immortal
  179|       |            ob->ob_tid = _Py_UNOWNED_TID;
  180|       |            ob->ob_ref_local = _Py_IMMORTAL_REFCNT_LOCAL;
  181|       |            ob->ob_ref_shared = 0;
  182|       |        }
  183|       |        else {
  184|       |            // Set local refcount to desired refcount and shared refcount
  185|       |            // to zero, but preserve the shared refcount flags.
  186|       |            ob->ob_ref_local = _Py_STATIC_CAST(uint32_t, refcnt);
  187|       |            ob->ob_ref_shared &= _Py_REF_SHARED_FLAG_MASK;
  188|       |        }
  189|       |    }
  190|       |    else {
  191|       |        // Set local refcount to zero and shared refcount to desired refcount.
  192|       |        // Mark the object as merged.
  193|       |        ob->ob_tid = _Py_UNOWNED_TID;
  194|       |        ob->ob_ref_local = 0;
  195|       |        ob->ob_ref_shared = _Py_REF_SHARED(refcnt, _Py_REF_MERGED);
  196|       |    }
  197|       |#endif  // Py_GIL_DISABLED
  198|      0|#endif  // Py_LIMITED_API
  199|      0|}
moduleobject.c:_Py_IsImmortal:
  127|  1.24k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.24k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.24k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.24k|}
moduleobject.c:_Py_NewRef:
  535|     85|{
  536|     85|    Py_INCREF(obj);
  ------------------
  |  |  310|     85|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     85|    return obj;
  538|     85|}
moduleobject.c:Py_INCREF:
  256|     85|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     85|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     85|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 56, False: 29]
  ------------------
  288|       |        // the object is immortal
  289|     56|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     56|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     56|        return;
  291|     56|    }
  292|     29|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     29|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     29|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     29|#endif
  308|     29|}
moduleobject.c:Py_DECREF:
  418|  1.20k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.20k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.20k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 167, False: 1.03k]
  |  |  ------------------
  ------------------
  422|    167|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    167|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    167|        return;
  424|    167|    }
  425|  1.03k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.03k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.03k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 1.03k]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|  1.03k|}
moduleobject.c:Py_XDECREF:
  518|    105|{
  519|    105|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    105|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2, False: 103]
  ------------------
  520|      2|        Py_DECREF(op);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      2|    }
  522|    105|}
object.c:_Py_REFCNT:
  105|    467|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    467|    #if !defined(Py_GIL_DISABLED)
  107|    467|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|    467|    }
object.c:Py_XDECREF:
  518|    136|{
  519|    136|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    136|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 19, False: 117]
  ------------------
  520|     19|        Py_DECREF(op);
  ------------------
  |  |  430|     19|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     19|    }
  522|    136|}
object.c:Py_INCREF:
  256|  22.6k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  22.6k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  22.6k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 15.6k, False: 6.96k]
  ------------------
  288|       |        // the object is immortal
  289|  15.6k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  15.6k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  15.6k|        return;
  291|  15.6k|    }
  292|  6.96k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  6.96k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  6.96k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  6.96k|#endif
  308|  6.96k|}
object.c:Py_DECREF:
  418|  22.3k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  22.3k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  22.3k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 13.8k, False: 8.42k]
  |  |  ------------------
  ------------------
  422|  13.8k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  13.8k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  13.8k|        return;
  424|  13.8k|    }
  425|  8.42k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  8.42k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  8.42k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 18, False: 8.40k]
  ------------------
  427|     18|        _Py_Dealloc(op);
  428|     18|    }
  429|  8.42k|}
object.c:_Py_NewRef:
  535|    466|{
  536|    466|    Py_INCREF(obj);
  ------------------
  |  |  310|    466|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    466|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    466|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    466|    return obj;
  538|    466|}
object.c:_Py_IsImmortal:
  127|  41.4k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  41.4k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  41.4k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  41.4k|}
object.c:_Py_IsStaticImmortal:
  141|  3.11k|{
  142|  3.11k|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  3.11k|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  3.11k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  3.11k|}
object.c:Py_SET_REFCNT:
  154|    186|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|    186|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 186, False: 0]
  ------------------
  156|       |#if (defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030d0000) \
  157|       |    || defined(_Py_OPAQUE_PYOBJECT)
  158|       |    // Stable ABI implements Py_SET_REFCNT() as a function call
  159|       |    // on limited C API version 3.13 and newer, and abi3t.
  160|       |    _Py_SetRefcnt(ob, refcnt);
  161|       |#else
  162|       |    // This immortal check is for code that is unaware of immortal objects.
  163|       |    // The runtime tracks these objects and we should avoid as much
  164|       |    // as possible having extensions inadvertently change the refcnt
  165|       |    // of an immortalized object.
  166|    186|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|    186|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    186|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    186|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 186]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|    186|#ifndef Py_GIL_DISABLED
  170|    186|#if SIZEOF_VOID_P > 4
  171|    186|    ob->ob_refcnt = (uint32_t)refcnt;
  172|       |#else
  173|       |    ob->ob_refcnt = refcnt;
  174|       |#endif
  175|       |#else
  176|       |    if (_Py_IsOwnedByCurrentThread(ob)) {
  177|       |        if ((size_t)refcnt > (size_t)UINT32_MAX) {
  178|       |            // On overflow, make the object immortal
  179|       |            ob->ob_tid = _Py_UNOWNED_TID;
  180|       |            ob->ob_ref_local = _Py_IMMORTAL_REFCNT_LOCAL;
  181|       |            ob->ob_ref_shared = 0;
  182|       |        }
  183|       |        else {
  184|       |            // Set local refcount to desired refcount and shared refcount
  185|       |            // to zero, but preserve the shared refcount flags.
  186|       |            ob->ob_ref_local = _Py_STATIC_CAST(uint32_t, refcnt);
  187|       |            ob->ob_ref_shared &= _Py_REF_SHARED_FLAG_MASK;
  188|       |        }
  189|       |    }
  190|       |    else {
  191|       |        // Set local refcount to zero and shared refcount to desired refcount.
  192|       |        // Mark the object as merged.
  193|       |        ob->ob_tid = _Py_UNOWNED_TID;
  194|       |        ob->ob_ref_local = 0;
  195|       |        ob->ob_ref_shared = _Py_REF_SHARED(refcnt, _Py_REF_MERGED);
  196|       |    }
  197|       |#endif  // Py_GIL_DISABLED
  198|    186|#endif  // Py_LIMITED_API
  199|    186|}
rangeobject.c:Py_DECREF:
  418|    504|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    504|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    504|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    504|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    504|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 490, False: 14]
  |  |  ------------------
  ------------------
  422|    490|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    490|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    490|        return;
  424|    490|    }
  425|     14|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     14|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     14|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 12, False: 2]
  ------------------
  427|     12|        _Py_Dealloc(op);
  428|     12|    }
  429|     14|}
rangeobject.c:_Py_IsImmortal:
  127|    504|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    504|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    504|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    504|}
rangeobject.c:_Py_NewRef:
  535|      6|{
  536|      6|    Py_INCREF(obj);
  ------------------
  |  |  310|      6|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      6|    return obj;
  538|      6|}
rangeobject.c:Py_INCREF:
  256|      8|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      8|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      8|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 6, False: 2]
  ------------------
  288|       |        // the object is immortal
  289|      6|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      6|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      6|        return;
  291|      6|    }
  292|      2|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      2|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      2|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      2|#endif
  308|      2|}
rangeobject.c:Py_XDECREF:
  518|      6|{
  519|      6|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      6|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 6, False: 0]
  ------------------
  520|      6|        Py_DECREF(op);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      6|    }
  522|      6|}
sentinelobject.c:Py_DECREF:
  418|      1|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      1|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      1|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1, False: 0]
  |  |  ------------------
  ------------------
  422|      1|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      1|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      1|        return;
  424|      1|    }
  425|      0|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      0|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 0]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      0|}
sentinelobject.c:_Py_IsImmortal:
  127|      1|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      1|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      1|}
sentinelobject.c:_Py_NewRef:
  535|      3|{
  536|      3|    Py_INCREF(obj);
  ------------------
  |  |  310|      3|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      3|    return obj;
  538|      3|}
sentinelobject.c:Py_INCREF:
  256|      3|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      3|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      3|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 3, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|      3|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      3|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      3|        return;
  291|      3|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
setobject.c:Py_DECREF:
  418|  1.61k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.61k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.61k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 210, False: 1.40k]
  |  |  ------------------
  ------------------
  422|    210|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    210|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    210|        return;
  424|    210|    }
  425|  1.40k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.40k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.40k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 35, False: 1.36k]
  ------------------
  427|     35|        _Py_Dealloc(op);
  428|     35|    }
  429|  1.40k|}
setobject.c:_Py_IsImmortal:
  127|  1.61k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.61k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.61k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.61k|}
setobject.c:Py_INCREF:
  256|  1.95k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  1.95k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  1.95k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 453, False: 1.50k]
  ------------------
  288|       |        // the object is immortal
  289|    453|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    453|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    453|        return;
  291|    453|    }
  292|  1.50k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  1.50k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  1.50k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  1.50k|#endif
  308|  1.50k|}
setobject.c:Py_XDECREF:
  518|     72|{
  519|     72|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     72|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2, False: 70]
  ------------------
  520|      2|        Py_DECREF(op);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      2|    }
  522|     72|}
setobject.c:_Py_REFCNT:
  105|    293|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    293|    #if !defined(Py_GIL_DISABLED)
  107|    293|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|    293|    }
setobject.c:_Py_NewRef:
  535|  1.94k|{
  536|  1.94k|    Py_INCREF(obj);
  ------------------
  |  |  310|  1.94k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  1.94k|    return obj;
  538|  1.94k|}
sliceobject.c:_Py_NewRef:
  535|    620|{
  536|    620|    Py_INCREF(obj);
  ------------------
  |  |  310|    620|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    620|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    620|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    620|    return obj;
  538|    620|}
sliceobject.c:Py_INCREF:
  256|    620|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    620|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    620|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 620, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|    620|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    620|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    620|        return;
  291|    620|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
sliceobject.c:Py_DECREF:
  418|    332|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    332|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    332|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 332, False: 0]
  |  |  ------------------
  ------------------
  422|    332|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    332|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    332|        return;
  424|    332|    }
  425|      0|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      0|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 0]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      0|}
sliceobject.c:_Py_IsImmortal:
  127|    332|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    332|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    332|}
structseq.c:_Py_IsImmortal:
  127|  1.51k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.51k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.51k|}
structseq.c:Py_XDECREF:
  518|  1.31k|{
  519|  1.31k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.31k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 1.31k, False: 0]
  ------------------
  520|  1.31k|        Py_DECREF(op);
  ------------------
  |  |  430|  1.31k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  1.31k|    }
  522|  1.31k|}
structseq.c:Py_DECREF:
  418|  1.51k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.51k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.51k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 447, False: 1.06k]
  |  |  ------------------
  ------------------
  422|    447|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    447|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    447|        return;
  424|    447|    }
  425|  1.06k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.06k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.06k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 915, False: 154]
  ------------------
  427|    915|        _Py_Dealloc(op);
  428|    915|    }
  429|  1.06k|}
tupleobject.c:_Py_REFCNT:
  105|     34|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     34|    #if !defined(Py_GIL_DISABLED)
  107|     34|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|     34|    }
tupleobject.c:Py_XDECREF:
  518|  21.9k|{
  519|  21.9k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  21.9k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 21.9k, False: 62]
  ------------------
  520|  21.9k|        Py_DECREF(op);
  ------------------
  |  |  430|  21.9k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  21.9k|    }
  522|  21.9k|}
tupleobject.c:_Py_NewRef:
  535|  9.51k|{
  536|  9.51k|    Py_INCREF(obj);
  ------------------
  |  |  310|  9.51k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  9.51k|    return obj;
  538|  9.51k|}
tupleobject.c:Py_INCREF:
  256|  9.55k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  9.55k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  9.55k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 4.33k, False: 5.21k]
  ------------------
  288|       |        // the object is immortal
  289|  4.33k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  4.33k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  4.33k|        return;
  291|  4.33k|    }
  292|  5.21k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  5.21k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  5.21k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  5.21k|#endif
  308|  5.21k|}
tupleobject.c:Py_DECREF:
  418|  21.9k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  21.9k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  21.9k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 12.9k, False: 9.07k]
  |  |  ------------------
  ------------------
  422|  12.9k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  12.9k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  12.9k|        return;
  424|  12.9k|    }
  425|  9.07k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  9.07k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  9.07k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.28k, False: 7.79k]
  ------------------
  427|  1.28k|        _Py_Dealloc(op);
  428|  1.28k|    }
  429|  9.07k|}
tupleobject.c:_Py_IsImmortal:
  127|  21.9k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  21.9k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  21.9k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  21.9k|}
typeobject.c:_Py_NewRef:
  535|  9.25k|{
  536|  9.25k|    Py_INCREF(obj);
  ------------------
  |  |  310|  9.25k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  9.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  9.25k|    return obj;
  538|  9.25k|}
typeobject.c:_Py_XNewRef:
  541|    887|{
  542|    887|    Py_XINCREF(obj);
  ------------------
  |  |  514|    887|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    887|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    887|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|    887|    return obj;
  544|    887|}
typeobject.c:Py_XINCREF:
  508|  1.11k|{
  509|  1.11k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.11k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 321, False: 792]
  ------------------
  510|    321|        Py_INCREF(op);
  ------------------
  |  |  310|    321|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    321|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    321|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    321|    }
  512|  1.11k|}
typeobject.c:Py_INCREF:
  256|  19.0k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  19.0k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  19.0k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 13.7k, False: 5.28k]
  ------------------
  288|       |        // the object is immortal
  289|  13.7k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  13.7k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  13.7k|        return;
  291|  13.7k|    }
  292|  5.28k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  5.28k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  5.28k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  5.28k|#endif
  308|  5.28k|}
typeobject.c:Py_DECREF:
  418|  18.2k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  18.2k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  18.2k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 5.07k, False: 13.1k]
  |  |  ------------------
  ------------------
  422|  5.07k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  5.07k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  5.07k|        return;
  424|  5.07k|    }
  425|  13.1k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  13.1k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  13.1k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.45k, False: 11.7k]
  ------------------
  427|  1.45k|        _Py_Dealloc(op);
  428|  1.45k|    }
  429|  13.1k|}
typeobject.c:_Py_IsImmortal:
  127|  62.0k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  62.0k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  62.0k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  62.0k|}
typeobject.c:_Py_REFCNT:
  105|  1.26k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  1.26k|    #if !defined(Py_GIL_DISABLED)
  107|  1.26k|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|  1.26k|    }
typeobject.c:_Py_IsStaticImmortal:
  141|  65.2k|{
  142|  65.2k|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  65.2k|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  65.2k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  65.2k|}
typeobject.c:Py_XDECREF:
  518|  4.01k|{
  519|  4.01k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  4.01k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 944, False: 3.06k]
  ------------------
  520|    944|        Py_DECREF(op);
  ------------------
  |  |  430|    944|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    944|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    944|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    944|    }
  522|  4.01k|}
unicode_format.c:Py_DECREF:
  418|     21|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     21|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     21|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 21, False: 0]
  |  |  ------------------
  ------------------
  422|     21|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     21|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     21|        return;
  424|     21|    }
  425|      0|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      0|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 0]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      0|}
unicode_format.c:_Py_IsImmortal:
  127|     21|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     21|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     21|}
unicode_format.c:_Py_NewRef:
  535|     21|{
  536|     21|    Py_INCREF(obj);
  ------------------
  |  |  310|     21|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     21|    return obj;
  538|     21|}
unicode_format.c:Py_INCREF:
  256|     21|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     21|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     21|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 21, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|     21|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     21|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     21|        return;
  291|     21|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
unicode_format.c:Py_XDECREF:
  518|     21|{
  519|     21|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     21|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 0, False: 21]
  ------------------
  520|      0|        Py_DECREF(op);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      0|    }
  522|     21|}
unicode_writer.c:Py_DECREF:
  418|      4|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      4|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      4|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|      4|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      4|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      4|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 4, False: 0]
  ------------------
  427|      4|        _Py_Dealloc(op);
  428|      4|    }
  429|      4|}
unicode_writer.c:_Py_IsImmortal:
  127|      4|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      4|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      4|}
unicodeobject.c:Py_DECREF:
  418|  35.4k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  35.4k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  35.4k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  35.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  35.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 382, False: 35.1k]
  |  |  ------------------
  ------------------
  422|    382|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    382|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    382|        return;
  424|    382|    }
  425|  35.1k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  35.1k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  35.1k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 9.62k, False: 25.4k]
  ------------------
  427|  9.62k|        _Py_Dealloc(op);
  428|  9.62k|    }
  429|  35.1k|}
unicodeobject.c:_Py_IsImmortal:
  127|  94.2k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  94.2k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  94.2k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  94.2k|}
unicodeobject.c:_Py_REFCNT:
  105|    130|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    130|    #if !defined(Py_GIL_DISABLED)
  107|    130|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|    130|    }
unicodeobject.c:_Py_NewRef:
  535|  6.79k|{
  536|  6.79k|    Py_INCREF(obj);
  ------------------
  |  |  310|  6.79k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.79k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.79k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  6.79k|    return obj;
  538|  6.79k|}
unicodeobject.c:Py_XDECREF:
  518|    375|{
  519|    375|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    375|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 366, False: 9]
  ------------------
  520|    366|        Py_DECREF(op);
  ------------------
  |  |  430|    366|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    366|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    366|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    366|    }
  522|    375|}
unicodeobject.c:Py_INCREF:
  256|  32.6k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  32.6k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  32.6k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 32.2k, False: 367]
  ------------------
  288|       |        // the object is immortal
  289|  32.2k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  32.2k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  32.2k|        return;
  291|  32.2k|    }
  292|    367|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    367|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    367|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    367|#endif
  308|    367|}
unicodeobject.c:Py_SET_REFCNT:
  154|      4|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|      4|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 4, False: 0]
  ------------------
  156|       |#if (defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030d0000) \
  157|       |    || defined(_Py_OPAQUE_PYOBJECT)
  158|       |    // Stable ABI implements Py_SET_REFCNT() as a function call
  159|       |    // on limited C API version 3.13 and newer, and abi3t.
  160|       |    _Py_SetRefcnt(ob, refcnt);
  161|       |#else
  162|       |    // This immortal check is for code that is unaware of immortal objects.
  163|       |    // The runtime tracks these objects and we should avoid as much
  164|       |    // as possible having extensions inadvertently change the refcnt
  165|       |    // of an immortalized object.
  166|      4|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|      4|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|      4|#ifndef Py_GIL_DISABLED
  170|      4|#if SIZEOF_VOID_P > 4
  171|      4|    ob->ob_refcnt = (uint32_t)refcnt;
  172|       |#else
  173|       |    ob->ob_refcnt = refcnt;
  174|       |#endif
  175|       |#else
  176|       |    if (_Py_IsOwnedByCurrentThread(ob)) {
  177|       |        if ((size_t)refcnt > (size_t)UINT32_MAX) {
  178|       |            // On overflow, make the object immortal
  179|       |            ob->ob_tid = _Py_UNOWNED_TID;
  180|       |            ob->ob_ref_local = _Py_IMMORTAL_REFCNT_LOCAL;
  181|       |            ob->ob_ref_shared = 0;
  182|       |        }
  183|       |        else {
  184|       |            // Set local refcount to desired refcount and shared refcount
  185|       |            // to zero, but preserve the shared refcount flags.
  186|       |            ob->ob_ref_local = _Py_STATIC_CAST(uint32_t, refcnt);
  187|       |            ob->ob_ref_shared &= _Py_REF_SHARED_FLAG_MASK;
  188|       |        }
  189|       |    }
  190|       |    else {
  191|       |        // Set local refcount to zero and shared refcount to desired refcount.
  192|       |        // Mark the object as merged.
  193|       |        ob->ob_tid = _Py_UNOWNED_TID;
  194|       |        ob->ob_ref_local = 0;
  195|       |        ob->ob_ref_shared = _Py_REF_SHARED(refcnt, _Py_REF_MERGED);
  196|       |    }
  197|       |#endif  // Py_GIL_DISABLED
  198|      4|#endif  // Py_LIMITED_API
  199|      4|}
unionobject.c:Py_DECREF:
  418|      4|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      4|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      4|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|      4|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      4|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      4|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 4, False: 0]
  ------------------
  427|      4|        _Py_Dealloc(op);
  428|      4|    }
  429|      4|}
unionobject.c:_Py_IsImmortal:
  127|      4|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      4|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      4|}
unionobject.c:Py_XDECREF:
  518|      5|{
  519|      5|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      5|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2, False: 3]
  ------------------
  520|      2|        Py_DECREF(op);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      2|    }
  522|      5|}
unionobject.c:_Py_REFCNT:
  105|      1|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|      1|    #if !defined(Py_GIL_DISABLED)
  107|      1|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|      1|    }
weakrefobject.c:Py_INCREF:
  256|    824|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    824|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    824|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 174, False: 650]
  ------------------
  288|       |        // the object is immortal
  289|    174|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    174|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    174|        return;
  291|    174|    }
  292|    650|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    650|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    650|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    650|#endif
  308|    650|}
weakrefobject.c:_Py_XNewRef:
  541|  1.08k|{
  542|  1.08k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  1.08k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  1.08k|    return obj;
  544|  1.08k|}
weakrefobject.c:Py_XINCREF:
  508|  1.08k|{
  509|  1.08k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.08k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 264, False: 823]
  ------------------
  510|    264|        Py_INCREF(op);
  ------------------
  |  |  310|    264|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    264|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    264|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    264|    }
  512|  1.08k|}
weakrefobject.c:Py_DECREF:
  418|    478|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    478|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    478|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 300, False: 178]
  |  |  ------------------
  ------------------
  422|    300|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    300|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    300|        return;
  424|    300|    }
  425|    178|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    178|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    178|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 175, False: 3]
  ------------------
  427|    175|        _Py_Dealloc(op);
  428|    175|    }
  429|    178|}
weakrefobject.c:_Py_IsImmortal:
  127|    478|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    478|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    478|}
weakrefobject.c:_Py_REFCNT:
  105|  1.28k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  1.28k|    #if !defined(Py_GIL_DISABLED)
  107|  1.28k|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|  1.28k|    }
weakrefobject.c:Py_XDECREF:
  518|    353|{
  519|    353|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    353|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 17, False: 336]
  ------------------
  520|     17|        Py_DECREF(op);
  ------------------
  |  |  430|     17|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     17|    }
  522|    353|}
_warnings.c:_Py_NewRef:
  535|      8|{
  536|      8|    Py_INCREF(obj);
  ------------------
  |  |  310|      8|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      8|    return obj;
  538|      8|}
_warnings.c:Py_INCREF:
  256|      8|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      8|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      8|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 8, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|      8|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      8|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      8|        return;
  291|      8|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
_warnings.c:Py_DECREF:
  418|     10|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     10|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     10|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 10, False: 0]
  |  |  ------------------
  ------------------
  422|     10|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     10|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     10|        return;
  424|     10|    }
  425|      0|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      0|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 0]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      0|}
_warnings.c:_Py_IsImmortal:
  127|     10|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     10|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     10|}
bltinmodule.c:Py_XDECREF:
  518|    990|{
  519|    990|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    990|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 698, False: 292]
  ------------------
  520|    698|        Py_DECREF(op);
  ------------------
  |  |  430|    698|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    698|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    698|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    698|    }
  522|    990|}
bltinmodule.c:_Py_NewRef:
  535|    412|{
  536|    412|    Py_INCREF(obj);
  ------------------
  |  |  310|    412|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    412|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    412|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    412|    return obj;
  538|    412|}
bltinmodule.c:Py_INCREF:
  256|    881|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    881|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    881|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 463, False: 418]
  ------------------
  288|       |        // the object is immortal
  289|    463|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    463|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    463|        return;
  291|    463|    }
  292|    418|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    418|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    418|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    418|#endif
  308|    418|}
bltinmodule.c:_Py_REFCNT:
  105|     19|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     19|    #if !defined(Py_GIL_DISABLED)
  107|     19|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|     19|    }
bltinmodule.c:_Py_XNewRef:
  541|     17|{
  542|     17|    Py_XINCREF(obj);
  ------------------
  |  |  514|     17|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|     17|    return obj;
  544|     17|}
bltinmodule.c:Py_XINCREF:
  508|     17|{
  509|     17|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     17|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 17, False: 0]
  ------------------
  510|     17|        Py_INCREF(op);
  ------------------
  |  |  310|     17|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     17|    }
  512|     17|}
bltinmodule.c:_Py_IsImmortal:
  127|  1.83k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.83k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.83k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.83k|}
bltinmodule.c:Py_DECREF:
  418|  1.83k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.83k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.83k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.83k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.83k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 659, False: 1.17k]
  |  |  ------------------
  ------------------
  422|    659|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    659|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    659|        return;
  424|    659|    }
  425|  1.17k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.17k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.17k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 509, False: 665]
  ------------------
  427|    509|        _Py_Dealloc(op);
  428|    509|    }
  429|  1.17k|}
ceval.c:_Py_IsImmortal:
  127|  63.0k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  63.0k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  63.0k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  63.0k|}
ceval.c:_Py_NewRef:
  535|  7.47k|{
  536|  7.47k|    Py_INCREF(obj);
  ------------------
  |  |  310|  7.47k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.47k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  7.47k|    return obj;
  538|  7.47k|}
ceval.c:_Py_IsStaticImmortal:
  141|  80.0k|{
  142|  80.0k|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  80.0k|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  80.0k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  80.0k|}
ceval.c:_Py_REFCNT:
  105|    452|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    452|    #if !defined(Py_GIL_DISABLED)
  107|    452|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|    452|    }
ceval.c:Py_INCREF:
  256|  9.93k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  9.93k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  9.93k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 5.69k, False: 4.24k]
  ------------------
  288|       |        // the object is immortal
  289|  5.69k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  5.69k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  5.69k|        return;
  291|  5.69k|    }
  292|  4.24k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  4.24k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  4.24k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  4.24k|#endif
  308|  4.24k|}
ceval.c:Py_XDECREF:
  518|    240|{
  519|    240|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    240|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 24, False: 216]
  ------------------
  520|     24|        Py_DECREF(op);
  ------------------
  |  |  430|     24|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     24|    }
  522|    240|}
ceval.c:Py_DECREF:
  418|     24|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     24|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     24|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 2, False: 22]
  |  |  ------------------
  ------------------
  422|      2|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      2|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      2|        return;
  424|      2|    }
  425|     22|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     22|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     22|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 5, False: 17]
  ------------------
  427|      5|        _Py_Dealloc(op);
  428|      5|    }
  429|     22|}
ceval.c:Py_XINCREF:
  508|  2.49k|{
  509|  2.49k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  2.49k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 1.10k, False: 1.38k]
  ------------------
  510|  1.10k|        Py_INCREF(op);
  ------------------
  |  |  310|  1.10k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.10k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.10k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  1.10k|    }
  512|  2.49k|}
ceval.c:_Py_XNewRef:
  541|    847|{
  542|    847|    Py_XINCREF(obj);
  ------------------
  |  |  514|    847|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    847|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    847|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|    847|    return obj;
  544|    847|}
codecs.c:Py_DECREF:
  418|     44|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     44|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     44|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     44|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 18, False: 26]
  |  |  ------------------
  ------------------
  422|     18|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     18|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     18|        return;
  424|     18|    }
  425|     26|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     26|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     26|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 26]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     26|}
codecs.c:_Py_IsImmortal:
  127|     44|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     44|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     44|}
codegen.c:Py_DECREF:
  418|      7|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      7|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      7|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 6, False: 1]
  |  |  ------------------
  ------------------
  422|      6|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      6|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      6|        return;
  424|      6|    }
  425|      1|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      1|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      1|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 1]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      1|}
codegen.c:_Py_IsImmortal:
  127|      7|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      7|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      7|}
compile.c:Py_DECREF:
  418|     82|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     82|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     82|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 22, False: 60]
  |  |  ------------------
  ------------------
  422|     22|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     22|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     22|        return;
  424|     22|    }
  425|     60|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     60|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     60|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 24, False: 36]
  ------------------
  427|     24|        _Py_Dealloc(op);
  428|     24|    }
  429|     60|}
compile.c:_Py_IsImmortal:
  127|     82|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     82|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     82|}
compile.c:_Py_NewRef:
  535|     18|{
  536|     18|    Py_INCREF(obj);
  ------------------
  |  |  310|     18|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     18|    return obj;
  538|     18|}
compile.c:Py_XDECREF:
  518|      8|{
  519|      8|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      8|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 6, False: 2]
  ------------------
  520|      6|        Py_DECREF(op);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      6|    }
  522|      8|}
compile.c:_Py_XNewRef:
  541|      3|{
  542|      3|    Py_XINCREF(obj);
  ------------------
  |  |  514|      3|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|      3|    return obj;
  544|      3|}
compile.c:Py_XINCREF:
  508|      3|{
  509|      3|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      3|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 1, False: 2]
  ------------------
  510|      1|        Py_INCREF(op);
  ------------------
  |  |  310|      1|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|      1|    }
  512|      3|}
compile.c:Py_INCREF:
  256|     19|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     19|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     19|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 9, False: 10]
  ------------------
  288|       |        // the object is immortal
  289|      9|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      9|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      9|        return;
  291|      9|    }
  292|     10|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     10|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     10|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     10|#endif
  308|     10|}
context.c:_Py_NewRef:
  535|      2|{
  536|      2|    Py_INCREF(obj);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      2|    return obj;
  538|      2|}
context.c:Py_INCREF:
  256|      2|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      2|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      2|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 2]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|      2|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      2|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      2|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      2|#endif
  308|      2|}
context.c:Py_DECREF:
  418|      4|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      4|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      4|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 2, False: 2]
  |  |  ------------------
  ------------------
  422|      2|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      2|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      2|        return;
  424|      2|    }
  425|      2|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      2|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      2|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 2]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      2|}
context.c:_Py_IsImmortal:
  127|      4|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      4|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      4|}
context.c:Py_XINCREF:
  508|      2|{
  509|      2|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      2|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 0, False: 2]
  ------------------
  510|      0|        Py_INCREF(op);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|      0|    }
  512|      2|}
context.c:_Py_XNewRef:
  541|      2|{
  542|      2|    Py_XINCREF(obj);
  ------------------
  |  |  514|      2|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|      2|    return obj;
  544|      2|}
errors.c:Py_XDECREF:
  518|  2.23k|{
  519|  2.23k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  2.23k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 260, False: 1.97k]
  ------------------
  520|    260|        Py_DECREF(op);
  ------------------
  |  |  430|    260|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    260|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    260|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    260|    }
  522|  2.23k|}
errors.c:Py_DECREF:
  418|  1.04k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.04k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.04k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 446, False: 603]
  |  |  ------------------
  ------------------
  422|    446|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    446|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    446|        return;
  424|    446|    }
  425|    603|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    603|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    603|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 134, False: 469]
  ------------------
  427|    134|        _Py_Dealloc(op);
  428|    134|    }
  429|    603|}
errors.c:_Py_IsImmortal:
  127|  1.04k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.04k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.04k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.04k|}
errors.c:Py_XINCREF:
  508|    403|{
  509|    403|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    403|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 403, False: 0]
  ------------------
  510|    403|        Py_INCREF(op);
  ------------------
  |  |  310|    403|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    403|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    403|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    403|    }
  512|    403|}
errors.c:Py_INCREF:
  256|    827|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    827|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    827|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 446, False: 381]
  ------------------
  288|       |        // the object is immortal
  289|    446|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    446|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    446|        return;
  291|    446|    }
  292|    381|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    381|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    381|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    381|#endif
  308|    381|}
errors.c:_Py_NewRef:
  535|    405|{
  536|    405|    Py_INCREF(obj);
  ------------------
  |  |  310|    405|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    405|    return obj;
  538|    405|}
flowgraph.c:_Py_NewRef:
  535|      2|{
  536|      2|    Py_INCREF(obj);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      2|    return obj;
  538|      2|}
flowgraph.c:Py_INCREF:
  256|      2|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      2|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      2|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 2]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|      2|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      2|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      2|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      2|#endif
  308|      2|}
flowgraph.c:_Py_IsImmortal:
  127|      2|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      2|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      2|}
flowgraph.c:Py_DECREF:
  418|      2|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      2|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      2|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|      2|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      2|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      2|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 2]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      2|}
frame.c:_Py_IsStaticImmortal:
  141|  18.7k|{
  142|  18.7k|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|  18.7k|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|  18.7k|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|  18.7k|}
frame.c:Py_DECREF:
  418|    616|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    616|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    616|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    616|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    616|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 616]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|    616|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    616|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    616|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 295, False: 321]
  ------------------
  427|    295|        _Py_Dealloc(op);
  428|    295|    }
  429|    616|}
frame.c:_Py_IsImmortal:
  127|    688|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    688|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    688|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    688|}
frame.c:_Py_REFCNT:
  105|    354|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    354|    #if !defined(Py_GIL_DISABLED)
  107|    354|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|    354|    }
frame.c:Py_INCREF:
  256|     79|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     79|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     79|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 79]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|     79|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     79|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     79|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     79|#endif
  308|     79|}
frame.c:_Py_NewRef:
  535|     59|{
  536|     59|    Py_INCREF(obj);
  ------------------
  |  |  310|     59|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     59|    return obj;
  538|     59|}
gc.c:Py_DECREF:
  418|     18|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     18|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     18|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 18]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|     18|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     18|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     18|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 15, False: 3]
  ------------------
  427|     15|        _Py_Dealloc(op);
  428|     15|    }
  429|     18|}
gc.c:_Py_IsImmortal:
  127|  28.1k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  28.1k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  28.1k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  28.1k|}
gc.c:Py_INCREF:
  256|  13.7k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  13.7k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  13.7k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 13.5k, False: 193]
  ------------------
  288|       |        // the object is immortal
  289|  13.5k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  13.5k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  13.5k|        return;
  291|  13.5k|    }
  292|    193|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    193|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    193|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    193|#endif
  308|    193|}
gc.c:_Py_REFCNT:
  105|  14.5k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  14.5k|    #if !defined(Py_GIL_DISABLED)
  107|  14.5k|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|  14.5k|    }
gc.c:Py_XDECREF:
  518|     12|{
  519|     12|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     12|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 0, False: 12]
  ------------------
  520|      0|        Py_DECREF(op);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      0|    }
  522|     12|}
getargs.c:_Py_NewRef:
  535|      8|{
  536|      8|    Py_INCREF(obj);
  ------------------
  |  |  310|      8|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      8|    return obj;
  538|      8|}
getargs.c:Py_INCREF:
  256|      8|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      8|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      8|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 4, False: 4]
  ------------------
  288|       |        // the object is immortal
  289|      4|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      4|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      4|        return;
  291|      4|    }
  292|      4|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      4|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      4|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      4|#endif
  308|      4|}
getargs.c:Py_DECREF:
  418|     23|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     23|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     23|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     23|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     23|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 8, False: 15]
  |  |  ------------------
  ------------------
  422|      8|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      8|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      8|        return;
  424|      8|    }
  425|     15|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     15|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     15|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 15]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     15|}
getargs.c:_Py_IsImmortal:
  127|     23|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     23|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     23|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     23|}
import.c:Py_INCREF:
  256|    916|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    916|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    916|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 186, False: 730]
  ------------------
  288|       |        // the object is immortal
  289|    186|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    186|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    186|        return;
  291|    186|    }
  292|    730|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    730|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    730|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    730|#endif
  308|    730|}
import.c:Py_DECREF:
  418|  1.72k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.72k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.72k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 240, False: 1.48k]
  |  |  ------------------
  ------------------
  422|    240|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    240|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    240|        return;
  424|    240|    }
  425|  1.48k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.48k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.48k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 100, False: 1.38k]
  ------------------
  427|    100|        _Py_Dealloc(op);
  428|    100|    }
  429|  1.48k|}
import.c:_Py_IsImmortal:
  127|  1.72k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.72k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.72k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.72k|}
import.c:Py_XDECREF:
  518|    778|{
  519|    778|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    778|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 629, False: 149]
  ------------------
  520|    629|        Py_DECREF(op);
  ------------------
  |  |  430|    629|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    629|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    629|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    629|    }
  522|    778|}
import.c:_Py_REFCNT:
  105|      2|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|      2|    #if !defined(Py_GIL_DISABLED)
  107|      2|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|      2|    }
import.c:Py_XINCREF:
  508|     18|{
  509|     18|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     18|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 4, False: 14]
  ------------------
  510|      4|        Py_INCREF(op);
  ------------------
  |  |  310|      4|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|      4|    }
  512|     18|}
import.c:_Py_NewRef:
  535|    454|{
  536|    454|    Py_INCREF(obj);
  ------------------
  |  |  310|    454|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    454|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    454|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    454|    return obj;
  538|    454|}
import.c:_Py_XNewRef:
  541|     18|{
  542|     18|    Py_XINCREF(obj);
  ------------------
  |  |  514|     18|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|     18|    return obj;
  544|     18|}
importdl.c:Py_DECREF:
  418|     60|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     60|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     60|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     60|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 28, False: 32]
  |  |  ------------------
  ------------------
  422|     28|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     28|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     28|        return;
  424|     28|    }
  425|     32|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     32|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     32|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 30, False: 2]
  ------------------
  427|     30|        _Py_Dealloc(op);
  428|     30|    }
  429|     32|}
importdl.c:_Py_IsImmortal:
  127|     60|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     60|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     60|}
importdl.c:_Py_NewRef:
  535|     30|{
  536|     30|    Py_INCREF(obj);
  ------------------
  |  |  310|     30|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     30|    return obj;
  538|     30|}
importdl.c:Py_INCREF:
  256|     30|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     30|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     30|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 28, False: 2]
  ------------------
  288|       |        // the object is immortal
  289|     28|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     28|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     28|        return;
  291|     28|    }
  292|      2|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      2|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      2|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      2|#endif
  308|      2|}
initconfig.c:Py_DECREF:
  418|    284|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    284|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    284|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    284|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    284|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 230, False: 54]
  |  |  ------------------
  ------------------
  422|    230|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    230|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    230|        return;
  424|    230|    }
  425|     54|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     54|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     54|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 54]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     54|}
initconfig.c:_Py_IsImmortal:
  127|    284|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    284|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    284|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    284|}
initconfig.c:_Py_NewRef:
  535|     32|{
  536|     32|    Py_INCREF(obj);
  ------------------
  |  |  310|     32|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     32|    return obj;
  538|     32|}
initconfig.c:Py_INCREF:
  256|     32|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     32|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     32|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 32, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|     32|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     32|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     32|        return;
  291|     32|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
instrumentation.c:Py_DECREF:
  418|     48|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     48|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     48|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 30, False: 18]
  |  |  ------------------
  ------------------
  422|     30|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     30|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     30|        return;
  424|     30|    }
  425|     18|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     18|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     18|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 18]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     18|}
instrumentation.c:_Py_IsImmortal:
  127|     48|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     48|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     48|}
instruction_sequence.c:Py_XDECREF:
  518|      4|{
  519|      4|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      4|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 0, False: 4]
  ------------------
  520|      0|        Py_DECREF(op);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      0|    }
  522|      4|}
intrinsics.c:Py_DECREF:
  418|  2.65k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.65k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.65k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.39k, False: 1.25k]
  |  |  ------------------
  ------------------
  422|  1.39k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.39k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.39k|        return;
  424|  1.39k|    }
  425|  1.25k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.25k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.25k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 10, False: 1.24k]
  ------------------
  427|     10|        _Py_Dealloc(op);
  428|     10|    }
  429|  1.25k|}
intrinsics.c:_Py_IsImmortal:
  127|  2.65k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  2.65k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.65k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.65k|}
intrinsics.c:Py_XDECREF:
  518|  1.27k|{
  519|  1.27k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.27k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 1.27k, False: 0]
  ------------------
  520|  1.27k|        Py_DECREF(op);
  ------------------
  |  |  430|  1.27k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  1.27k|    }
  522|  1.27k|}
intrinsics.c:_Py_REFCNT:
  105|     45|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     45|    #if !defined(Py_GIL_DISABLED)
  107|     45|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|     45|    }
marshal.c:Py_XDECREF:
  518|  21.9k|{
  519|  21.9k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  21.9k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 21.9k, False: 0]
  ------------------
  520|  21.9k|        Py_DECREF(op);
  ------------------
  |  |  430|  21.9k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  21.9k|    }
  522|  21.9k|}
marshal.c:_Py_NewRef:
  535|  23.1k|{
  536|  23.1k|    Py_INCREF(obj);
  ------------------
  |  |  310|  23.1k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  23.1k|    return obj;
  538|  23.1k|}
marshal.c:Py_INCREF:
  256|  23.1k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  23.1k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  23.1k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 20.6k, False: 2.44k]
  ------------------
  288|       |        // the object is immortal
  289|  20.6k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  20.6k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  20.6k|        return;
  291|  20.6k|    }
  292|  2.44k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  2.44k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  2.44k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  2.44k|#endif
  308|  2.44k|}
marshal.c:Py_DECREF:
  418|  22.0k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  22.0k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  22.0k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 9.05k, False: 13.0k]
  |  |  ------------------
  ------------------
  422|  9.05k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  9.05k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  9.05k|        return;
  424|  9.05k|    }
  425|  13.0k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  13.0k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  13.0k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 45, False: 12.9k]
  ------------------
  427|     45|        _Py_Dealloc(op);
  428|     45|    }
  429|  13.0k|}
marshal.c:_Py_IsImmortal:
  127|  22.0k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  22.0k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  22.0k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  22.0k|}
modsupport.c:Py_INCREF:
  256|    321|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    321|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    321|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 84, False: 237]
  ------------------
  288|       |        // the object is immortal
  289|     84|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     84|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     84|        return;
  291|     84|    }
  292|    237|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    237|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    237|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    237|#endif
  308|    237|}
modsupport.c:Py_XDECREF:
  518|    513|{
  519|    513|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    513|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 513, False: 0]
  ------------------
  520|    513|        Py_DECREF(op);
  ------------------
  |  |  430|    513|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    513|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    513|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    513|    }
  522|    513|}
modsupport.c:Py_DECREF:
  418|    517|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    517|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    517|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    517|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    517|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 347, False: 170]
  |  |  ------------------
  ------------------
  422|    347|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    347|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    347|        return;
  424|    347|    }
  425|    170|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    170|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    170|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 170]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|    170|}
modsupport.c:_Py_IsImmortal:
  127|    517|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    517|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    517|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    517|}
pyarena.c:Py_DECREF:
  418|     81|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     81|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     81|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     81|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 68, False: 13]
  |  |  ------------------
  ------------------
  422|     68|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     68|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     68|        return;
  424|     68|    }
  425|     13|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     13|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     13|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1, False: 12]
  ------------------
  427|      1|        _Py_Dealloc(op);
  428|      1|    }
  429|     13|}
pyarena.c:_Py_IsImmortal:
  127|     81|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     81|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     81|}
pylifecycle.c:_Py_NewRef:
  535|      2|{
  536|      2|    Py_INCREF(obj);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      2|    return obj;
  538|      2|}
pylifecycle.c:Py_INCREF:
  256|      2|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      2|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      2|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 2]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|      2|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      2|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      2|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      2|#endif
  308|      2|}
pylifecycle.c:Py_DECREF:
  418|     72|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     72|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     72|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 14, False: 58]
  |  |  ------------------
  ------------------
  422|     14|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     14|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     14|        return;
  424|     14|    }
  425|     58|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     58|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     58|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 6, False: 52]
  ------------------
  427|      6|        _Py_Dealloc(op);
  428|      6|    }
  429|     58|}
pylifecycle.c:_Py_IsImmortal:
  127|     72|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     72|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     72|}
pylifecycle.c:Py_XDECREF:
  518|     12|{
  519|     12|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     12|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 12, False: 0]
  ------------------
  520|     12|        Py_DECREF(op);
  ------------------
  |  |  430|     12|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     12|    }
  522|     12|}
pythonrun.c:Py_DECREF:
  418|      3|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      3|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      3|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 3]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|      3|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      3|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      3|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1, False: 2]
  ------------------
  427|      1|        _Py_Dealloc(op);
  428|      1|    }
  429|      3|}
pythonrun.c:_Py_IsImmortal:
  127|      3|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      3|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      3|}
pythonrun.c:Py_XDECREF:
  518|      3|{
  519|      3|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      3|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2, False: 1]
  ------------------
  520|      2|        Py_DECREF(op);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      2|    }
  522|      3|}
specialize.c:Py_XDECREF:
  518|    958|{
  519|    958|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    958|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 469, False: 489]
  ------------------
  520|    469|        Py_DECREF(op);
  ------------------
  |  |  430|    469|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    469|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    469|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    469|    }
  522|    958|}
specialize.c:Py_DECREF:
  418|    496|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    496|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    496|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    496|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    496|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 17, False: 479]
  |  |  ------------------
  ------------------
  422|     17|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     17|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     17|        return;
  424|     17|    }
  425|    479|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    479|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    479|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 479]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|    479|}
specialize.c:_Py_IsImmortal:
  127|    496|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    496|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    496|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    496|}
structmember.c:Py_INCREF:
  256|    617|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    617|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    617|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 255, False: 362]
  ------------------
  288|       |        // the object is immortal
  289|    255|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    255|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    255|        return;
  291|    255|    }
  292|    362|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    362|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    362|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    362|#endif
  308|    362|}
structmember.c:Py_XINCREF:
  508|    143|{
  509|    143|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    143|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 143, False: 0]
  ------------------
  510|    143|        Py_INCREF(op);
  ------------------
  |  |  310|    143|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    143|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    143|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    143|    }
  512|    143|}
structmember.c:Py_DECREF:
  418|     43|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     43|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     43|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     43|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     43|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 31, False: 12]
  |  |  ------------------
  ------------------
  422|     31|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     31|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     31|        return;
  424|     31|    }
  425|     12|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     12|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     12|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 12]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     12|}
structmember.c:_Py_IsImmortal:
  127|     43|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     43|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     43|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     43|}
structmember.c:_Py_XNewRef:
  541|    135|{
  542|    135|    Py_XINCREF(obj);
  ------------------
  |  |  514|    135|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    135|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|    135|    return obj;
  544|    135|}
structmember.c:Py_XDECREF:
  518|    135|{
  519|    135|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    135|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 43, False: 92]
  ------------------
  520|     43|        Py_DECREF(op);
  ------------------
  |  |  430|     43|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     43|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     43|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     43|    }
  522|    135|}
symtable.c:_Py_NewRef:
  535|     45|{
  536|     45|    Py_INCREF(obj);
  ------------------
  |  |  310|     45|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     45|    return obj;
  538|     45|}
symtable.c:Py_INCREF:
  256|     45|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     45|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     45|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 45, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|     45|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     45|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     45|        return;
  291|     45|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
symtable.c:Py_XDECREF:
  518|     33|{
  519|     33|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     33|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 25, False: 8]
  ------------------
  520|     25|        Py_DECREF(op);
  ------------------
  |  |  430|     25|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     25|    }
  522|     33|}
symtable.c:Py_DECREF:
  418|     94|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     94|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     94|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 38, False: 56]
  |  |  ------------------
  ------------------
  422|     38|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     38|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     38|        return;
  424|     38|    }
  425|     56|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     56|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     56|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 35, False: 21]
  ------------------
  427|     35|        _Py_Dealloc(op);
  428|     35|    }
  429|     56|}
symtable.c:_Py_IsImmortal:
  127|     94|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     94|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     94|}
sysmodule.c:Py_XDECREF:
  518|    161|{
  519|    161|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    161|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 117, False: 44]
  ------------------
  520|    117|        Py_DECREF(op);
  ------------------
  |  |  430|    117|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    117|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    117|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    117|    }
  522|    161|}
sysmodule.c:Py_DECREF:
  418|    317|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    317|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    317|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    317|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    317|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 142, False: 175]
  |  |  ------------------
  ------------------
  422|    142|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    142|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    142|        return;
  424|    142|    }
  425|    175|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    175|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    175|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 77, False: 98]
  ------------------
  427|     77|        _Py_Dealloc(op);
  428|     77|    }
  429|    175|}
sysmodule.c:_Py_IsImmortal:
  127|    317|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    317|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    317|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    317|}
sysmodule.c:_Py_XNewRef:
  541|      2|{
  542|      2|    Py_XINCREF(obj);
  ------------------
  |  |  514|      2|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|      2|    return obj;
  544|      2|}
sysmodule.c:Py_XINCREF:
  508|      2|{
  509|      2|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      2|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 2, False: 0]
  ------------------
  510|      2|        Py_INCREF(op);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|      2|    }
  512|      2|}
sysmodule.c:Py_INCREF:
  256|    106|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    106|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    106|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 94, False: 12]
  ------------------
  288|       |        // the object is immortal
  289|     94|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     94|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     94|        return;
  291|     94|    }
  292|     12|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     12|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     12|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     12|#endif
  308|     12|}
sysmodule.c:_Py_NewRef:
  535|     95|{
  536|     95|    Py_INCREF(obj);
  ------------------
  |  |  310|     95|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     95|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     95|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     95|    return obj;
  538|     95|}
traceback.c:Py_INCREF:
  256|    379|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    379|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    379|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 379]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|    379|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    379|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    379|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    379|#endif
  308|    379|}
traceback.c:Py_XINCREF:
  508|    700|{
  509|    700|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    700|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 379, False: 321]
  ------------------
  510|    379|        Py_INCREF(op);
  ------------------
  |  |  310|    379|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    379|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    379|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    379|    }
  512|    700|}
traceback.c:_Py_XNewRef:
  541|    700|{
  542|    700|    Py_XINCREF(obj);
  ------------------
  |  |  514|    700|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    700|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    700|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|    700|    return obj;
  544|    700|}
traceback.c:Py_XDECREF:
  518|  1.40k|{
  519|  1.40k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  1.40k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 758, False: 642]
  ------------------
  520|    758|        Py_DECREF(op);
  ------------------
  |  |  430|    758|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    758|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    758|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    758|    }
  522|  1.40k|}
traceback.c:Py_DECREF:
  418|    758|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    758|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    758|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    758|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    758|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 758]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|    758|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    758|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    758|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 88, False: 670]
  ------------------
  427|     88|        _Py_Dealloc(op);
  428|     88|    }
  429|    758|}
traceback.c:_Py_IsImmortal:
  127|    758|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    758|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    758|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    758|}
posixmodule.c:Py_DECREF:
  418|  1.32k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.32k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.32k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 338, False: 984]
  |  |  ------------------
  ------------------
  422|    338|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    338|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    338|        return;
  424|    338|    }
  425|    984|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    984|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    984|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 96, False: 888]
  ------------------
  427|     96|        _Py_Dealloc(op);
  428|     96|    }
  429|    984|}
posixmodule.c:_Py_IsImmortal:
  127|  1.32k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.32k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.32k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.32k|}
posixmodule.c:_Py_NewRef:
  535|    132|{
  536|    132|    Py_INCREF(obj);
  ------------------
  |  |  310|    132|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    132|    return obj;
  538|    132|}
posixmodule.c:Py_INCREF:
  256|    238|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    238|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    238|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 12, False: 226]
  ------------------
  288|       |        // the object is immortal
  289|     12|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     12|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     12|        return;
  291|     12|    }
  292|    226|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    226|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    226|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    226|#endif
  308|    226|}
_datetimemodule.c:Py_INCREF:
  256|     12|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     12|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     12|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 8, False: 4]
  ------------------
  288|       |        // the object is immortal
  289|      8|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      8|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      8|        return;
  291|      8|    }
  292|      4|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      4|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      4|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      4|#endif
  308|      4|}
_datetimemodule.c:_Py_NewRef:
  535|      4|{
  536|      4|    Py_INCREF(obj);
  ------------------
  |  |  310|      4|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      4|    return obj;
  538|      4|}
_datetimemodule.c:Py_DECREF:
  418|     32|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     32|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     32|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 32]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|     32|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     32|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     32|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 32]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     32|}
_datetimemodule.c:_Py_IsImmortal:
  127|     40|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     40|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     40|}
_datetimemodule.c:_Py_XNewRef:
  541|      4|{
  542|      4|    Py_XINCREF(obj);
  ------------------
  |  |  514|      4|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|      4|    return obj;
  544|      4|}
_datetimemodule.c:Py_XINCREF:
  508|      4|{
  509|      4|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      4|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 0, False: 4]
  ------------------
  510|      0|        Py_INCREF(op);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|      0|    }
  512|      4|}
_collectionsmodule.c:Py_INCREF:
  256|      4|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      4|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      4|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 4]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|      4|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      4|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      4|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      4|#endif
  308|      4|}
_collectionsmodule.c:Py_DECREF:
  418|      4|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      4|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      4|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 4, False: 0]
  |  |  ------------------
  ------------------
  422|      4|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      4|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      4|        return;
  424|      4|    }
  425|      0|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      0|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 0]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      0|}
_collectionsmodule.c:_Py_IsImmortal:
  127|      4|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      4|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      4|}
_collectionsmodule.c:_Py_NewRef:
  535|      4|{
  536|      4|    Py_INCREF(obj);
  ------------------
  |  |  310|      4|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      4|    return obj;
  538|      4|}
errnomodule.c:Py_DECREF:
  333|    550|static inline void Py_DECREF(PyObject *op) {
  334|    550|#  if Py_LIMITED_API+0 >= 0x030a00A7
  335|    550|    _Py_DecRef(op);
  336|       |#  else
  337|       |    Py_DecRef(op);
  338|       |#  endif
  339|    550|}
_iomodule.c:Py_DECREF:
  418|    118|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    118|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    118|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    118|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    118|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 48, False: 70]
  |  |  ------------------
  ------------------
  422|     48|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     48|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     48|        return;
  424|     48|    }
  425|     70|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     70|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     70|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 38, False: 32]
  ------------------
  427|     38|        _Py_Dealloc(op);
  428|     38|    }
  429|     70|}
_iomodule.c:_Py_IsImmortal:
  127|    118|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    118|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    118|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    118|}
_iomodule.c:_Py_NewRef:
  535|      6|{
  536|      6|    Py_INCREF(obj);
  ------------------
  |  |  310|      6|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      6|    return obj;
  538|      6|}
_iomodule.c:Py_INCREF:
  256|      6|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      6|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      6|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 6, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|      6|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      6|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      6|        return;
  291|      6|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
iobase.c:_Py_REFCNT:
  105|     26|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     26|    #if !defined(Py_GIL_DISABLED)
  107|     26|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|     26|    }
iobase.c:Py_DECREF:
  418|     58|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     58|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     58|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 58, False: 0]
  |  |  ------------------
  ------------------
  422|     58|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     58|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     58|        return;
  424|     58|    }
  425|      0|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      0|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 0]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      0|}
iobase.c:_Py_IsImmortal:
  127|     58|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     58|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     58|}
iobase.c:Py_INCREF:
  256|     13|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     13|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     13|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 13]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|     13|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     13|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     13|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     13|#endif
  308|     13|}
iobase.c:_Py_NewRef:
  535|     13|{
  536|     13|    Py_INCREF(obj);
  ------------------
  |  |  310|     13|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     13|    return obj;
  538|     13|}
fileio.c:_Py_REFCNT:
  105|     13|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     13|    #if !defined(Py_GIL_DISABLED)
  107|     13|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|     13|    }
fileio.c:Py_DECREF:
  418|     39|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     39|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     39|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 39]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|     39|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     39|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     39|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 26, False: 13]
  ------------------
  427|     26|        _Py_Dealloc(op);
  428|     26|    }
  429|     39|}
fileio.c:_Py_IsImmortal:
  127|     39|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     39|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     39|}
bufferedio.c:Py_DECREF:
  418|     94|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     94|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     94|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 23, False: 71]
  |  |  ------------------
  ------------------
  422|     23|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     23|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     23|        return;
  424|     23|    }
  425|     71|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     71|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     71|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 26, False: 45]
  ------------------
  427|     26|        _Py_Dealloc(op);
  428|     26|    }
  429|     71|}
bufferedio.c:_Py_IsImmortal:
  127|     94|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     94|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     94|}
bufferedio.c:_Py_REFCNT:
  105|     13|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     13|    #if !defined(Py_GIL_DISABLED)
  107|     13|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|     13|    }
bufferedio.c:Py_XDECREF:
  518|     58|{
  519|     58|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     58|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 13, False: 45]
  ------------------
  520|     13|        Py_DECREF(op);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     13|    }
  522|     58|}
bufferedio.c:_Py_NewRef:
  535|     15|{
  536|     15|    Py_INCREF(obj);
  ------------------
  |  |  310|     15|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     15|    return obj;
  538|     15|}
bufferedio.c:Py_INCREF:
  256|     32|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     32|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     32|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 32]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|     32|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     32|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     32|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     32|#endif
  308|     32|}
bufferedio.c:Py_XINCREF:
  508|     13|{
  509|     13|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     13|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 13, False: 0]
  ------------------
  510|     13|        Py_INCREF(op);
  ------------------
  |  |  310|     13|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     13|    }
  512|     13|}
textio.c:_Py_NewRef:
  535|     12|{
  536|     12|    Py_INCREF(obj);
  ------------------
  |  |  310|     12|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     12|    return obj;
  538|     12|}
textio.c:Py_INCREF:
  256|     12|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     12|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     12|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 12]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|     12|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     12|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     12|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     12|#endif
  308|     12|}
textio.c:Py_DECREF:
  418|     34|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     34|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     34|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 24, False: 10]
  |  |  ------------------
  ------------------
  422|     24|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     24|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     24|        return;
  424|     24|    }
  425|     10|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     10|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     10|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 10]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     10|}
textio.c:_Py_IsImmortal:
  127|     34|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     34|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     34|}
textio.c:Py_XDECREF:
  518|     10|{
  519|     10|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     10|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 4, False: 6]
  ------------------
  520|      4|        Py_DECREF(op);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      4|    }
  522|     10|}
sre.c:Py_DECREF:
  418|    740|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    740|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    740|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    740|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    740|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 103, False: 637]
  |  |  ------------------
  ------------------
  422|    103|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    103|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    103|        return;
  424|    103|    }
  425|    637|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    637|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    637|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1, False: 636]
  ------------------
  427|      1|        _Py_Dealloc(op);
  428|      1|    }
  429|    637|}
sre.c:_Py_IsImmortal:
  127|    740|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    740|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    740|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    740|}
sre.c:_Py_NewRef:
  535|    552|{
  536|    552|    Py_INCREF(obj);
  ------------------
  |  |  310|    552|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    552|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    552|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    552|    return obj;
  538|    552|}
sre.c:Py_INCREF:
  256|    644|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    644|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    644|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 81, False: 563]
  ------------------
  288|       |        // the object is immortal
  289|     81|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     81|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     81|        return;
  291|     81|    }
  292|    563|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    563|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    563|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    563|#endif
  308|    563|}
sre.c:Py_XDECREF:
  518|    434|{
  519|    434|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    434|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 434, False: 0]
  ------------------
  520|    434|        Py_DECREF(op);
  ------------------
  |  |  430|    434|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    434|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    434|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    434|    }
  522|    434|}
sre.c:_Py_REFCNT:
  105|      2|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|      2|    #if !defined(Py_GIL_DISABLED)
  107|      2|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|      2|    }
_threadmodule.c:Py_DECREF:
  418|    134|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    134|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    134|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    134|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 134]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|    134|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    134|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    134|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 134]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|    134|}
_threadmodule.c:_Py_IsImmortal:
  127|    134|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    134|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    134|}
_abc.c:Py_INCREF:
  256|    882|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    882|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    882|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 881, False: 1]
  ------------------
  288|       |        // the object is immortal
  289|    881|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    881|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    881|        return;
  291|    881|    }
  292|      1|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      1|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      1|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      1|#endif
  308|      1|}
_abc.c:Py_DECREF:
  418|  2.76k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.76k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.76k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.76k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.76k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 956, False: 1.81k]
  |  |  ------------------
  ------------------
  422|    956|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    956|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    956|        return;
  424|    956|    }
  425|  1.81k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.81k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.81k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 243, False: 1.57k]
  ------------------
  427|    243|        _Py_Dealloc(op);
  428|    243|    }
  429|  1.81k|}
_abc.c:_Py_IsImmortal:
  127|  2.76k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  2.76k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.76k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.76k|}
_abc.c:Py_XDECREF:
  518|    325|{
  519|    325|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    325|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 232, False: 93]
  ------------------
  520|    232|        Py_DECREF(op);
  ------------------
  |  |  430|    232|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    232|    }
  522|    325|}
_abc.c:_Py_NewRef:
  535|     69|{
  536|     69|    Py_INCREF(obj);
  ------------------
  |  |  310|     69|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     69|    return obj;
  538|     69|}
_abc.c:_Py_XNewRef:
  541|     69|{
  542|     69|    Py_XINCREF(obj);
  ------------------
  |  |  514|     69|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|     69|    return obj;
  544|     69|}
_abc.c:Py_XINCREF:
  508|     69|{
  509|     69|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     69|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 69, False: 0]
  ------------------
  510|     69|        Py_INCREF(op);
  ------------------
  |  |  310|     69|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     69|    }
  512|     69|}
_functoolsmodule.c:Py_INCREF:
  256|      5|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      5|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      5|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 5]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|      5|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      5|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      5|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      5|#endif
  308|      5|}
_functoolsmodule.c:Py_DECREF:
  418|      2|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      2|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      2|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|      2|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      2|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      2|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 2]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      2|}
_functoolsmodule.c:_Py_IsImmortal:
  127|      2|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      2|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      2|}
_functoolsmodule.c:_Py_NewRef:
  535|      5|{
  536|      5|    Py_INCREF(obj);
  ------------------
  |  |  310|      5|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      5|    return obj;
  538|      5|}
getpath.c:Py_DECREF:
  418|     64|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     64|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     64|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 24, False: 40]
  |  |  ------------------
  ------------------
  422|     24|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     24|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     24|        return;
  424|     24|    }
  425|     40|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     40|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     40|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 2, False: 38]
  ------------------
  427|      2|        _Py_Dealloc(op);
  428|      2|    }
  429|     40|}
getpath.c:_Py_IsImmortal:
  127|     64|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     64|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     64|}
getpath.c:_Py_NewRef:
  535|     16|{
  536|     16|    Py_INCREF(obj);
  ------------------
  |  |  310|     16|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     16|    return obj;
  538|     16|}
getpath.c:Py_INCREF:
  256|     36|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     36|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     36|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 36, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|     36|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     36|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     36|        return;
  291|     36|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
getpath.c:_Py_XNewRef:
  541|     20|{
  542|     20|    Py_XINCREF(obj);
  ------------------
  |  |  514|     20|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|     20|    return obj;
  544|     20|}
getpath.c:Py_XINCREF:
  508|     20|{
  509|     20|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     20|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 20, False: 0]
  ------------------
  510|     20|        Py_INCREF(op);
  ------------------
  |  |  310|     20|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     20|    }
  512|     20|}
abstract.c:_Py_NewRef:
  535|  3.13k|{
  536|  3.13k|    Py_INCREF(obj);
  ------------------
  |  |  310|  3.13k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  3.13k|    return obj;
  538|  3.13k|}
abstract.c:Py_INCREF:
  256|  3.61k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  3.61k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  3.61k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 1.20k, False: 2.40k]
  ------------------
  288|       |        // the object is immortal
  289|  1.20k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  1.20k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  1.20k|        return;
  291|  1.20k|    }
  292|  2.40k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  2.40k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  2.40k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  2.40k|#endif
  308|  2.40k|}
abstract.c:Py_DECREF:
  418|  2.59k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  2.59k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  2.59k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.75k, False: 842]
  |  |  ------------------
  ------------------
  422|  1.75k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.75k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.75k|        return;
  424|  1.75k|    }
  425|    842|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    842|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    842|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 391, False: 451]
  ------------------
  427|    391|        _Py_Dealloc(op);
  428|    391|    }
  429|    842|}
abstract.c:_Py_IsImmortal:
  127|  2.59k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  2.59k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  2.59k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  2.59k|}
abstract.c:_Py_XNewRef:
  541|    472|{
  542|    472|    Py_XINCREF(obj);
  ------------------
  |  |  514|    472|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    472|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    472|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|    472|    return obj;
  544|    472|}
abstract.c:Py_XINCREF:
  508|    472|{
  509|    472|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    472|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 472, False: 0]
  ------------------
  510|    472|        Py_INCREF(op);
  ------------------
  |  |  310|    472|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    472|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    472|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    472|    }
  512|    472|}
bytearrayobject.c:Py_DECREF:
  418|    196|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    196|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    196|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    196|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    196|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 2, False: 194]
  |  |  ------------------
  ------------------
  422|      2|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      2|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      2|        return;
  424|      2|    }
  425|    194|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    194|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    194|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 194, False: 0]
  ------------------
  427|    194|        _Py_Dealloc(op);
  428|    194|    }
  429|    194|}
bytearrayobject.c:_Py_IsImmortal:
  127|    196|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    196|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    196|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    196|}
bytearrayobject.c:Py_XDECREF:
  518|    196|{
  519|    196|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    196|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 196, False: 0]
  ------------------
  520|    196|        Py_DECREF(op);
  ------------------
  |  |  430|    196|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    196|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    196|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    196|    }
  522|    196|}
bytearrayobject.c:_Py_NewRef:
  535|      2|{
  536|      2|    Py_INCREF(obj);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      2|    return obj;
  538|      2|}
bytearrayobject.c:Py_INCREF:
  256|      2|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      2|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      2|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 2]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|      2|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      2|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      2|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      2|#endif
  308|      2|}
cellobject.c:_Py_XNewRef:
  541|    504|{
  542|    504|    Py_XINCREF(obj);
  ------------------
  |  |  514|    504|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    504|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    504|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|    504|    return obj;
  544|    504|}
cellobject.c:Py_XINCREF:
  508|    504|{
  509|    504|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    504|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 269, False: 235]
  ------------------
  510|    269|        Py_INCREF(op);
  ------------------
  |  |  310|    269|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    269|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    269|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    269|    }
  512|    504|}
cellobject.c:Py_INCREF:
  256|    269|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    269|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    269|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 5, False: 264]
  ------------------
  288|       |        // the object is immortal
  289|      5|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      5|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      5|        return;
  291|      5|    }
  292|    264|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|    264|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|    264|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|    264|#endif
  308|    264|}
cellobject.c:Py_XDECREF:
  518|    435|{
  519|    435|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    435|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 416, False: 19]
  ------------------
  520|    416|        Py_DECREF(op);
  ------------------
  |  |  430|    416|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    416|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    416|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    416|    }
  522|    435|}
cellobject.c:Py_DECREF:
  418|    416|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    416|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    416|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    416|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    416|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 5, False: 411]
  |  |  ------------------
  ------------------
  422|      5|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      5|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      5|        return;
  424|      5|    }
  425|    411|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    411|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    411|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 411]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|    411|}
cellobject.c:_Py_IsImmortal:
  127|    416|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    416|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    416|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    416|}
classobject.c:_Py_NewRef:
  535|  1.42k|{
  536|  1.42k|    Py_INCREF(obj);
  ------------------
  |  |  310|  1.42k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  1.42k|    return obj;
  538|  1.42k|}
classobject.c:Py_INCREF:
  256|  1.42k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  1.42k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  1.42k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 1.42k]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|  1.42k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  1.42k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  1.42k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  1.42k|#endif
  308|  1.42k|}
classobject.c:_Py_REFCNT:
  105|    708|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|    708|    #if !defined(Py_GIL_DISABLED)
  107|    708|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|    708|    }
classobject.c:Py_DECREF:
  418|  1.41k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.41k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.41k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 1.41k]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|  1.41k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.41k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.41k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 1.41k]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|  1.41k|}
classobject.c:_Py_IsImmortal:
  127|  1.41k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.41k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.41k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.41k|}
classobject.c:Py_XDECREF:
  518|    708|{
  519|    708|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    708|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 708, False: 0]
  ------------------
  520|    708|        Py_DECREF(op);
  ------------------
  |  |  430|    708|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    708|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    708|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    708|    }
  522|    708|}
codeobject.c:_Py_NewRef:
  535|  19.5k|{
  536|  19.5k|    Py_INCREF(obj);
  ------------------
  |  |  310|  19.5k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  19.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  19.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  19.5k|    return obj;
  538|  19.5k|}
codeobject.c:Py_INCREF:
  256|  19.5k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  19.5k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  19.5k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 8.68k, False: 10.8k]
  ------------------
  288|       |        // the object is immortal
  289|  8.68k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  8.68k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  8.68k|        return;
  291|  8.68k|    }
  292|  10.8k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  10.8k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  10.8k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  10.8k|#endif
  308|  10.8k|}
codeobject.c:Py_XDECREF:
  518|  5.81k|{
  519|  5.81k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  5.81k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 3.64k, False: 2.16k]
  ------------------
  520|  3.64k|        Py_DECREF(op);
  ------------------
  |  |  430|  3.64k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  3.64k|    }
  522|  5.81k|}
codeobject.c:_Py_REFCNT:
  105|  4.19k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  4.19k|    #if !defined(Py_GIL_DISABLED)
  107|  4.19k|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|  4.19k|    }
codeobject.c:Py_DECREF:
  418|  3.66k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  3.66k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  3.66k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.66k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.66k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1.82k, False: 1.83k]
  |  |  ------------------
  ------------------
  422|  1.82k|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|  1.82k|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|  1.82k|        return;
  424|  1.82k|    }
  425|  1.83k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.83k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.83k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 1.47k, False: 366]
  ------------------
  427|  1.47k|        _Py_Dealloc(op);
  428|  1.47k|    }
  429|  1.83k|}
codeobject.c:_Py_IsImmortal:
  127|  4.47k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  4.47k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  4.47k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  4.47k|}
codeobject.c:Py_SET_REFCNT:
  154|    810|static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) {
  155|    810|    assert(refcnt >= 0);
  ------------------
  |  Branch (155:5): [True: 810, False: 0]
  ------------------
  156|       |#if (defined(Py_LIMITED_API) && Py_LIMITED_API+0 >= 0x030d0000) \
  157|       |    || defined(_Py_OPAQUE_PYOBJECT)
  158|       |    // Stable ABI implements Py_SET_REFCNT() as a function call
  159|       |    // on limited C API version 3.13 and newer, and abi3t.
  160|       |    _Py_SetRefcnt(ob, refcnt);
  161|       |#else
  162|       |    // This immortal check is for code that is unaware of immortal objects.
  163|       |    // The runtime tracks these objects and we should avoid as much
  164|       |    // as possible having extensions inadvertently change the refcnt
  165|       |    // of an immortalized object.
  166|    810|    if (_Py_IsImmortal(ob)) {
  ------------------
  |  |  137|    810|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    810|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    810|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 810]
  |  |  ------------------
  ------------------
  167|      0|        return;
  168|      0|    }
  169|    810|#ifndef Py_GIL_DISABLED
  170|    810|#if SIZEOF_VOID_P > 4
  171|    810|    ob->ob_refcnt = (uint32_t)refcnt;
  172|       |#else
  173|       |    ob->ob_refcnt = refcnt;
  174|       |#endif
  175|       |#else
  176|       |    if (_Py_IsOwnedByCurrentThread(ob)) {
  177|       |        if ((size_t)refcnt > (size_t)UINT32_MAX) {
  178|       |            // On overflow, make the object immortal
  179|       |            ob->ob_tid = _Py_UNOWNED_TID;
  180|       |            ob->ob_ref_local = _Py_IMMORTAL_REFCNT_LOCAL;
  181|       |            ob->ob_ref_shared = 0;
  182|       |        }
  183|       |        else {
  184|       |            // Set local refcount to desired refcount and shared refcount
  185|       |            // to zero, but preserve the shared refcount flags.
  186|       |            ob->ob_ref_local = _Py_STATIC_CAST(uint32_t, refcnt);
  187|       |            ob->ob_ref_shared &= _Py_REF_SHARED_FLAG_MASK;
  188|       |        }
  189|       |    }
  190|       |    else {
  191|       |        // Set local refcount to zero and shared refcount to desired refcount.
  192|       |        // Mark the object as merged.
  193|       |        ob->ob_tid = _Py_UNOWNED_TID;
  194|       |        ob->ob_ref_local = 0;
  195|       |        ob->ob_ref_shared = _Py_REF_SHARED(refcnt, _Py_REF_MERGED);
  196|       |    }
  197|       |#endif  // Py_GIL_DISABLED
  198|    810|#endif  // Py_LIMITED_API
  199|    810|}
descrobject.c:Py_XDECREF:
  518|    637|{
  519|    637|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    637|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 349, False: 288]
  ------------------
  520|    349|        Py_DECREF(op);
  ------------------
  |  |  430|    349|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    349|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    349|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    349|    }
  522|    637|}
descrobject.c:Py_DECREF:
  418|    992|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    992|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    992|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    992|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    992|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 129, False: 863]
  |  |  ------------------
  ------------------
  422|    129|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    129|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    129|        return;
  424|    129|    }
  425|    863|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    863|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    863|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 228, False: 635]
  ------------------
  427|    228|        _Py_Dealloc(op);
  428|    228|    }
  429|    863|}
descrobject.c:_Py_IsImmortal:
  127|    992|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    992|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    992|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    992|}
descrobject.c:_Py_XNewRef:
  541|  5.13k|{
  542|  5.13k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  5.13k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.13k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.13k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  5.13k|    return obj;
  544|  5.13k|}
descrobject.c:Py_XINCREF:
  508|  5.13k|{
  509|  5.13k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  5.13k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 5.08k, False: 50]
  ------------------
  510|  5.08k|        Py_INCREF(op);
  ------------------
  |  |  310|  5.08k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  5.08k|    }
  512|  5.13k|}
descrobject.c:Py_INCREF:
  256|  5.75k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  5.75k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  5.75k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 3.81k, False: 1.94k]
  ------------------
  288|       |        // the object is immortal
  289|  3.81k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  3.81k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  3.81k|        return;
  291|  3.81k|    }
  292|  1.94k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  1.94k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  1.94k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  1.94k|#endif
  308|  1.94k|}
descrobject.c:_Py_NewRef:
  535|    669|{
  536|    669|    Py_INCREF(obj);
  ------------------
  |  |  310|    669|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    669|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    669|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    669|    return obj;
  538|    669|}
enumobject.c:Py_XDECREF:
  518|     12|{
  519|     12|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     12|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 8, False: 4]
  ------------------
  520|      8|        Py_DECREF(op);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      8|    }
  522|     12|}
enumobject.c:Py_DECREF:
  418|    176|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    176|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    176|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    176|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    176|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 158, False: 18]
  |  |  ------------------
  ------------------
  422|    158|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    158|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    158|        return;
  424|    158|    }
  425|     18|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     18|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     18|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 18, False: 0]
  ------------------
  427|     18|        _Py_Dealloc(op);
  428|     18|    }
  429|     18|}
enumobject.c:_Py_IsImmortal:
  127|    176|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    176|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    176|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    176|}
enumobject.c:_Py_REFCNT:
  105|     79|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     79|    #if !defined(Py_GIL_DISABLED)
  107|     79|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|     79|    }
enumobject.c:Py_INCREF:
  256|     79|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     79|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     79|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 79]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|     79|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     79|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     79|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     79|#endif
  308|     79|}
genobject.c:Py_INCREF:
  256|    134|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|    134|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|    134|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 134, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|    134|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|    134|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|    134|        return;
  291|    134|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
genobject.c:_Py_NewRef:
  535|    134|{
  536|    134|    Py_INCREF(obj);
  ------------------
  |  |  310|    134|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    134|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    134|    return obj;
  538|    134|}
genobject.c:Py_DECREF:
  418|    190|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|    190|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|    190|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 190, False: 0]
  |  |  ------------------
  ------------------
  422|    190|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    190|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    190|        return;
  424|    190|    }
  425|      0|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      0|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 0]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      0|}
genobject.c:_Py_IsImmortal:
  127|    310|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|    310|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|    310|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|    310|}
genobject.c:_Py_REFCNT:
  105|     67|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|     67|    #if !defined(Py_GIL_DISABLED)
  107|     67|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|     67|    }
genobject.c:_Py_IsStaticImmortal:
  141|     67|{
  142|     67|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|     67|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|     67|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|     67|}
fileobject.c:Py_DECREF:
  418|     39|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     39|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     39|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 26, False: 13]
  |  |  ------------------
  ------------------
  422|     26|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|     26|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|     26|        return;
  424|     26|    }
  425|     13|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     13|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     13|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 13]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     13|}
fileobject.c:_Py_IsImmortal:
  127|     39|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     39|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     39|}
frameobject.c:Py_INCREF:
  256|     22|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     22|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     22|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 22]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|     22|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     22|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     22|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     22|#endif
  308|     22|}
frameobject.c:_Py_IsImmortal:
  127|     63|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     63|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     63|}
frameobject.c:_Py_IsStaticImmortal:
  141|    216|{
  142|    216|#if defined(Py_GIL_DISABLED) || SIZEOF_VOID_P > 4
  143|    216|    return (op->ob_flags & _Py_STATICALLY_ALLOCATED_FLAG) != 0;
  ------------------
  |  |  583|    216|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  ------------------
  144|       |#else
  145|       |    return op->ob_refcnt >= _Py_STATIC_IMMORTAL_MINIMUM_REFCNT;
  146|       |#endif
  147|    216|}
frameobject.c:Py_DECREF:
  418|     63|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     63|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     63|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 63]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|     63|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     63|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     63|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 2, False: 61]
  ------------------
  427|      2|        _Py_Dealloc(op);
  428|      2|    }
  429|     63|}
frameobject.c:_Py_NewRef:
  535|     22|{
  536|     22|    Py_INCREF(obj);
  ------------------
  |  |  310|     22|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     22|    return obj;
  538|     22|}
interpolationobject.c:Py_DECREF:
  418|      2|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      2|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      2|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|      2|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      2|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      2|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 2]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      2|}
interpolationobject.c:_Py_IsImmortal:
  127|      2|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      2|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      2|}
iterobject.c:_Py_NewRef:
  535|     22|{
  536|     22|    Py_INCREF(obj);
  ------------------
  |  |  310|     22|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     22|    return obj;
  538|     22|}
iterobject.c:Py_INCREF:
  256|     22|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     22|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     22|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 0, False: 22]
  ------------------
  288|       |        // the object is immortal
  289|      0|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      0|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      0|        return;
  291|      0|    }
  292|     22|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     22|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     22|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     22|#endif
  308|     22|}
iterobject.c:Py_XDECREF:
  518|     22|{
  519|     22|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     22|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 0, False: 22]
  ------------------
  520|      0|        Py_DECREF(op);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      0|    }
  522|     22|}
iterobject.c:Py_DECREF:
  418|     22|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     22|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     22|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 22]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|     22|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|     22|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|     22|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 22]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|     22|}
iterobject.c:_Py_IsImmortal:
  127|     22|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     22|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     22|}
lazyimportobject.c:_Py_XNewRef:
  541|     24|{
  542|     24|    Py_XINCREF(obj);
  ------------------
  |  |  514|     24|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|     24|    return obj;
  544|     24|}
lazyimportobject.c:Py_XINCREF:
  508|     24|{
  509|     24|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     24|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 16, False: 8]
  ------------------
  510|     16|        Py_INCREF(op);
  ------------------
  |  |  310|     16|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     16|    }
  512|     24|}
lazyimportobject.c:Py_INCREF:
  256|     40|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|     40|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|     40|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 14, False: 26]
  ------------------
  288|       |        // the object is immortal
  289|     14|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|     14|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|     14|        return;
  291|     14|    }
  292|     26|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|     26|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|     26|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|     26|#endif
  308|     26|}
lazyimportobject.c:_Py_NewRef:
  535|     24|{
  536|     24|    Py_INCREF(obj);
  ------------------
  |  |  310|     24|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|     24|    return obj;
  538|     24|}
lazyimportobject.c:Py_DECREF:
  418|      8|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      8|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      8|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 2, False: 6]
  |  |  ------------------
  ------------------
  422|      2|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      2|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      2|        return;
  424|      2|    }
  425|      6|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      6|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      6|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 6]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      6|}
lazyimportobject.c:_Py_IsImmortal:
  127|      8|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      8|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      8|}
methodobject.c:_Py_NewRef:
  535|    452|{
  536|    452|    Py_INCREF(obj);
  ------------------
  |  |  310|    452|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    452|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    452|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|    452|    return obj;
  538|    452|}
methodobject.c:Py_INCREF:
  256|  4.07k|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|  4.07k|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|  4.07k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 1.09k, False: 2.98k]
  ------------------
  288|       |        // the object is immortal
  289|  1.09k|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|  1.09k|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|  1.09k|        return;
  291|  1.09k|    }
  292|  2.98k|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|  2.98k|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|  2.98k|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|  2.98k|#endif
  308|  2.98k|}
methodobject.c:_Py_XNewRef:
  541|  5.40k|{
  542|  5.40k|    Py_XINCREF(obj);
  ------------------
  |  |  514|  5.40k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.40k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|  5.40k|    return obj;
  544|  5.40k|}
methodobject.c:Py_XINCREF:
  508|  5.40k|{
  509|  5.40k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  5.40k|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 3.62k, False: 1.78k]
  ------------------
  510|  3.62k|        Py_INCREF(op);
  ------------------
  |  |  310|  3.62k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.62k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  3.62k|    }
  512|  5.40k|}
methodobject.c:_Py_REFCNT:
  105|  1.34k|    static inline Py_ssize_t _Py_REFCNT(PyObject *ob) {
  106|  1.34k|    #if !defined(Py_GIL_DISABLED)
  107|  1.34k|        return ob->ob_refcnt;
  108|       |    #else
  109|       |        uint32_t local = _Py_atomic_load_uint32_relaxed(&ob->ob_ref_local);
  110|       |        if (local == _Py_IMMORTAL_REFCNT_LOCAL) {
  111|       |            return _Py_IMMORTAL_INITIAL_REFCNT;
  112|       |        }
  113|       |        Py_ssize_t shared = _Py_atomic_load_ssize_relaxed(&ob->ob_ref_shared);
  114|       |        return _Py_STATIC_CAST(Py_ssize_t, local) +
  115|       |               Py_ARITHMETIC_RIGHT_SHIFT(Py_ssize_t, shared, _Py_REF_SHARED_SHIFT);
  116|       |    #endif
  117|  1.34k|    }
methodobject.c:Py_XDECREF:
  518|  4.04k|{
  519|  4.04k|    if (op != _Py_NULL) {
  ------------------
  |  |   57|  4.04k|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 1.77k, False: 2.27k]
  ------------------
  520|  1.77k|        Py_DECREF(op);
  ------------------
  |  |  430|  1.77k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|  1.77k|    }
  522|  4.04k|}
methodobject.c:Py_DECREF:
  418|  1.78k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.78k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.78k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.78k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.78k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 192, False: 1.58k]
  |  |  ------------------
  ------------------
  422|    192|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    192|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    192|        return;
  424|    192|    }
  425|  1.58k|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|  1.58k|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|  1.58k|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 27, False: 1.56k]
  ------------------
  427|     27|        _Py_Dealloc(op);
  428|     27|    }
  429|  1.58k|}
methodobject.c:_Py_IsImmortal:
  127|  1.78k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.78k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.78k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.78k|}
namespaceobject.c:Py_DECREF:
  418|      2|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      2|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      2|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  422|      0|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      0|        return;
  424|      0|    }
  425|      2|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      2|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      2|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 2, False: 0]
  ------------------
  427|      2|        _Py_Dealloc(op);
  428|      2|    }
  429|      2|}
namespaceobject.c:_Py_IsImmortal:
  127|      2|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      2|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      2|}
assemble.c:Py_XDECREF:
  518|     14|{
  519|     14|    if (op != _Py_NULL) {
  ------------------
  |  |   57|     14|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 14, False: 0]
  ------------------
  520|     14|        Py_DECREF(op);
  ------------------
  |  |  430|     14|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|     14|    }
  522|     14|}
assemble.c:Py_DECREF:
  418|     14|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|     14|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|     14|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 5, False: 9]
  |  |  ------------------
  ------------------
  422|      5|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      5|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      5|        return;
  424|      5|    }
  425|      9|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      9|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      9|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 9]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      9|}
assemble.c:_Py_IsImmortal:
  127|     14|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|     14|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|     14|}
assemble.c:_Py_NewRef:
  535|      1|{
  536|      1|    Py_INCREF(obj);
  ------------------
  |  |  310|      1|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      1|    return obj;
  538|      1|}
assemble.c:Py_INCREF:
  256|      1|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      1|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      1|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 1, False: 0]
  ------------------
  288|       |        // the object is immortal
  289|      1|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      1|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      1|        return;
  291|      1|    }
  292|      0|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      0|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      0|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      0|#endif
  308|      0|}
pegen.c:Py_XDECREF:
  518|      1|{
  519|      1|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      1|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 0, False: 1]
  ------------------
  520|      0|        Py_DECREF(op);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      0|    }
  522|      1|}
pegen.c:Py_INCREF:
  256|      2|{
  257|       |#if (defined(Py_LIMITED_API) && (Py_LIMITED_API+0 >= 0x030c0000 || defined(Py_REF_DEBUG))) \
  258|       |    || defined(_Py_OPAQUE_PYOBJECT)
  259|       |    // Stable ABI implements Py_INCREF() as a function call on limited C API
  260|       |    // version 3.12 and newer, abi3t, and on Python built in debug mode.
  261|       |    // _Py_IncRef() was added to Python 3.10.0a7, use Py_IncRef() on older versions.
  262|       |    // Py_IncRef() accepts NULL whereas _Py_IncRef() doesn't.
  263|       |#  if Py_LIMITED_API+0 >= 0x030a00A7
  264|       |    _Py_IncRef(op);
  265|       |#  else
  266|       |    Py_IncRef(op);
  267|       |#  endif
  268|       |#else
  269|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  270|       |    // directly PyObject.ob_refcnt.
  271|       |#if defined(Py_GIL_DISABLED)
  272|       |    uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
  273|       |    uint32_t new_local = local + 1;
  274|       |    if (new_local == 0) {
  275|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  276|       |        // local is equal to _Py_IMMORTAL_REFCNT_LOCAL: do nothing
  277|       |        return;
  278|       |    }
  279|       |    if (_Py_IsOwnedByCurrentThread(op)) {
  280|       |        _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
  281|       |    }
  282|       |    else {
  283|       |        _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
  284|       |    }
  285|       |#elif SIZEOF_VOID_P > 4
  286|       |    uint32_t cur_refcnt = op->ob_refcnt;
  287|      2|    if (cur_refcnt >= _Py_IMMORTAL_INITIAL_REFCNT) {
  ------------------
  |  |   47|      2|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
  |  Branch (287:9): [True: 1, False: 1]
  ------------------
  288|       |        // the object is immortal
  289|      1|        _Py_INCREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   21|      1|#  define _Py_INCREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  290|      1|        return;
  291|      1|    }
  292|      1|    op->ob_refcnt = cur_refcnt + 1;
  293|       |#else
  294|       |    if (_Py_IsImmortal(op)) {
  295|       |        _Py_INCREF_IMMORTAL_STAT_INC();
  296|       |        return;
  297|       |    }
  298|       |    op->ob_refcnt++;
  299|       |#endif
  300|      1|    _Py_INCREF_STAT_INC();
  ------------------
  |  |   19|      1|#  define _Py_INCREF_STAT_INC() ((void)0)
  ------------------
  301|       |#ifdef Py_REF_DEBUG
  302|       |    // Don't count the incref if the object is immortal.
  303|       |    if (!_Py_IsImmortal(op)) {
  304|       |        _Py_INCREF_IncRefTotal();
  305|       |    }
  306|       |#endif
  307|      1|#endif
  308|      1|}
pegen.c:_Py_NewRef:
  535|      1|{
  536|      1|    Py_INCREF(obj);
  ------------------
  |  |  310|      1|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      1|    return obj;
  538|      1|}
pegen.c:_Py_XNewRef:
  541|      1|{
  542|      1|    Py_XINCREF(obj);
  ------------------
  |  |  514|      1|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|      1|    return obj;
  544|      1|}
pegen.c:Py_XINCREF:
  508|      1|{
  509|      1|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      1|#  define _Py_NULL NULL
  ------------------
  |  Branch (509:9): [True: 1, False: 0]
  ------------------
  510|      1|        Py_INCREF(op);
  ------------------
  |  |  310|      1|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|      1|    }
  512|      1|}
state.c:Py_XDECREF:
  518|      5|{
  519|      5|    if (op != _Py_NULL) {
  ------------------
  |  |   57|      5|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 2, False: 3]
  ------------------
  520|      2|        Py_DECREF(op);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|      2|    }
  522|      5|}
state.c:Py_DECREF:
  418|      2|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|      2|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|      2|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 1, False: 1]
  |  |  ------------------
  ------------------
  422|      1|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|      1|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|      1|        return;
  424|      1|    }
  425|      1|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|      1|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|      1|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 0, False: 1]
  ------------------
  427|      0|        _Py_Dealloc(op);
  428|      0|    }
  429|      1|}
state.c:_Py_IsImmortal:
  127|      2|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|      2|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|      2|}

PyInit__abc:
 1000|      2|{
 1001|      2|    return PyModuleDef_Init(&_abcmodule);
 1002|      2|}
_abc.c:get_abc_state:
   29|    281|{
   30|    281|    void *state = _PyModule_GetState(module);
   31|    281|    assert(state != NULL);
  ------------------
  |  Branch (31:5): [True: 281, False: 0]
  ------------------
   32|    281|    return (_abcmodule_state *)state;
   33|    281|}
_abc.c:get_invalidation_counter:
   37|    134|{
   38|       |#ifdef Py_GIL_DISABLED
   39|       |    return _Py_atomic_load_uint64(&state->abc_invalidation_counter);
   40|       |#else
   41|    134|    return state->abc_invalidation_counter;
   42|    134|#endif
   43|    134|}
_abc.c:_abc__abc_init:
  499|     65|{
  500|     65|    _abcmodule_state *state = get_abc_state(module);
  501|     65|    PyObject *data;
  502|     65|    if (compute_abstract_methods(self) < 0) {
  ------------------
  |  Branch (502:9): [True: 0, False: 65]
  ------------------
  503|      0|        return NULL;
  504|      0|    }
  505|       |
  506|       |    /* Set up inheritance registry. */
  507|     65|    data = abc_data_new(state->_abc_data_type, NULL, NULL);
  508|     65|    if (data == NULL) {
  ------------------
  |  Branch (508:9): [True: 0, False: 65]
  ------------------
  509|      0|        return NULL;
  510|      0|    }
  511|     65|    if (PyObject_SetAttr(self, &_Py_ID(_abc_impl), data) < 0) {
  ------------------
  |  |  917|     65|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     65|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     65|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (511:9): [True: 0, False: 65]
  ------------------
  512|      0|        Py_DECREF(data);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|      0|        return NULL;
  514|      0|    }
  515|     65|    Py_DECREF(data);
  ------------------
  |  |  430|     65|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     65|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     65|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|       |    /* If __abc_tpflags__ & COLLECTION_FLAGS is set, then set the corresponding bit(s)
  517|       |     * in the new class.
  518|       |     * Used by collections.abc.Sequence and collections.abc.Mapping to indicate
  519|       |     * their special status w.r.t. pattern matching. */
  520|     65|    if (PyType_Check(self)) {
  ------------------
  |  |  766|     65|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     65|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     65|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 65, False: 0]
  |  |  ------------------
  ------------------
  521|     65|        PyTypeObject *cls = (PyTypeObject *)self;
  522|     65|        PyObject *dict = _PyType_GetDict(cls);
  523|     65|        PyObject *flags = NULL;
  524|     65|        if (PyDict_Pop(dict, &_Py_ID(__abc_tpflags__), &flags) < 0) {
  ------------------
  |  |  917|     65|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     65|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     65|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (524:13): [True: 0, False: 65]
  ------------------
  525|      0|            return NULL;
  526|      0|        }
  527|     65|        if (flags == NULL || !PyLong_CheckExact(flags)) {
  ------------------
  |  |   14|      4|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|      4|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (527:13): [True: 61, False: 4]
  |  Branch (527:30): [True: 0, False: 4]
  ------------------
  528|     61|            Py_XDECREF(flags);
  ------------------
  |  |  524|     61|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     61|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     61|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  529|     61|            Py_RETURN_NONE;
  ------------------
  |  |  628|     61|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     61|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  530|     61|        }
  531|       |
  532|      4|        long val = PyLong_AsLong(flags);
  533|      4|        Py_DECREF(flags);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  534|      4|        if (val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (534:13): [True: 0, False: 4]
  |  Branch (534:26): [True: 0, False: 0]
  ------------------
  535|      0|            return NULL;
  536|      0|        }
  537|      4|        if ((val & COLLECTION_FLAGS) == COLLECTION_FLAGS) {
  ------------------
  |  |  484|      4|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|      4|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|      4|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
                      if ((val & COLLECTION_FLAGS) == COLLECTION_FLAGS) {
  ------------------
  |  |  484|      4|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|      4|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|      4|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
  |  Branch (537:13): [True: 0, False: 4]
  ------------------
  538|      0|            PyErr_SetString(PyExc_TypeError, "__abc_tpflags__ cannot be both Py_TPFLAGS_SEQUENCE and Py_TPFLAGS_MAPPING");
  539|      0|            return NULL;
  540|      0|        }
  541|      4|        _PyType_SetFlags((PyTypeObject *)self, 0, val & COLLECTION_FLAGS);
  ------------------
  |  |  484|      4|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|      4|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|      4|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
  542|      4|    }
  543|      4|    Py_RETURN_NONE;
  ------------------
  |  |  628|      4|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  544|     65|}
_abc.c:compute_abstract_methods:
  363|     65|{
  364|     65|    int ret = -1;
  365|     65|    PyObject *abstracts = PyFrozenSet_New(NULL);
  366|     65|    if (abstracts == NULL) {
  ------------------
  |  Branch (366:9): [True: 0, False: 65]
  ------------------
  367|      0|        return -1;
  368|      0|    }
  369|       |
  370|     65|    PyObject *ns = NULL, *items = NULL, *bases = NULL;  // Py_XDECREF()ed on error.
  371|       |
  372|       |    /* Stage 1: direct abstract methods. */
  373|     65|    ns = PyObject_GetAttr(self, &_Py_ID(__dict__));
  ------------------
  |  |  917|     65|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     65|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     65|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  374|     65|    if (!ns) {
  ------------------
  |  Branch (374:9): [True: 0, False: 65]
  ------------------
  375|      0|        goto error;
  376|      0|    }
  377|       |
  378|       |    // We can't use PyDict_Next(ns) even when ns is dict because
  379|       |    // _PyObject_IsAbstract() can mutate ns.
  380|     65|    items = PyMapping_Items(ns);
  381|     65|    if (!items) {
  ------------------
  |  Branch (381:9): [True: 0, False: 65]
  ------------------
  382|      0|        goto error;
  383|      0|    }
  384|     65|    assert(PyList_Check(items));
  ------------------
  |  Branch (384:5): [True: 65, False: 0]
  ------------------
  385|    809|    for (Py_ssize_t pos = 0; pos < PyList_GET_SIZE(items); pos++) {
  ------------------
  |  |   38|    809|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    809|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    809|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (385:30): [True: 744, False: 65]
  ------------------
  386|    744|        PyObject *it = PySequence_Fast(
  387|    744|                PyList_GET_ITEM(items, pos),
  ------------------
  |  |   40|    744|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|    744|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    744|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (387:17): [True: 744, False: 0]
  ------------------
  388|      0|                "items() returned non-iterable");
  389|    744|        if (!it) {
  ------------------
  |  Branch (389:13): [True: 0, False: 744]
  ------------------
  390|      0|            goto error;
  391|      0|        }
  392|    744|        if (PySequence_Fast_GET_SIZE(it) != 2) {
  ------------------
  |  |   92|    744|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|    744|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    744|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 744]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|    744|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    744|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    744|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (392:13): [True: 0, False: 744]
  ------------------
  393|      0|            PyErr_SetString(PyExc_TypeError,
  394|      0|                            "items() returned item which size is not 2");
  395|      0|            Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|      0|            goto error;
  397|      0|        }
  398|       |
  399|       |        // borrowed
  400|    744|        PyObject *key = PySequence_Fast_GET_ITEM(it, 0);
  ------------------
  |  |   97|    744|     (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   25|    744|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    744|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 744]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   29|    744|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    744|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    744|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (400:25): [True: 0, False: 0]
  |  Branch (400:25): [True: 744, False: 0]
  ------------------
  401|    744|        PyObject *value = PySequence_Fast_GET_ITEM(it, 1);
  ------------------
  |  |   97|    744|     (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   25|    744|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    744|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 744]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   29|    744|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    744|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    744|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (401:27): [True: 0, False: 0]
  |  Branch (401:27): [True: 744, False: 0]
  ------------------
  402|       |        // items or it may be cleared while accessing __abstractmethod__
  403|       |        // So we need to keep strong reference for key
  404|    744|        Py_INCREF(key);
  ------------------
  |  |  310|    744|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    744|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    744|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  405|    744|        int is_abstract = _PyObject_IsAbstract(value);
  406|    744|        if (is_abstract < 0 ||
  ------------------
  |  Branch (406:13): [True: 0, False: 744]
  ------------------
  407|    744|                (is_abstract && PySet_Add(abstracts, key) < 0)) {
  ------------------
  |  Branch (407:18): [True: 54, False: 690]
  |  Branch (407:33): [True: 0, False: 54]
  ------------------
  408|      0|            Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|      0|            Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  410|      0|            goto error;
  411|      0|        }
  412|    744|        Py_DECREF(key);
  ------------------
  |  |  430|    744|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    744|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    744|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|    744|        Py_DECREF(it);
  ------------------
  |  |  430|    744|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    744|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    744|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|    744|    }
  415|       |
  416|       |    /* Stage 2: inherited abstract methods. */
  417|     65|    bases = PyObject_GetAttr(self, &_Py_ID(__bases__));
  ------------------
  |  |  917|     65|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     65|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     65|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  418|     65|    if (!bases) {
  ------------------
  |  Branch (418:9): [True: 0, False: 65]
  ------------------
  419|      0|        goto error;
  420|      0|    }
  421|     65|    if (!PyTuple_Check(bases)) {
  ------------------
  |  |   27|     65|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     65|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (421:9): [True: 0, False: 65]
  ------------------
  422|      0|        PyErr_SetString(PyExc_TypeError, "__bases__ is not tuple");
  423|      0|        goto error;
  424|      0|    }
  425|       |
  426|    142|    for (Py_ssize_t pos = 0; pos < PyTuple_GET_SIZE(bases); pos++) {
  ------------------
  |  |   27|    142|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    142|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    142|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (426:30): [True: 77, False: 65]
  ------------------
  427|     77|        PyObject *item = PyTuple_GET_ITEM(bases, pos);  // borrowed
  ------------------
  |  |   29|     77|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     77|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     77|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (427:26): [True: 77, False: 0]
  ------------------
  428|      0|        PyObject *base_abstracts, *iter;
  429|       |
  430|     77|        if (PyObject_GetOptionalAttr(item, &_Py_ID(__abstractmethods__),
  ------------------
  |  |  917|     77|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     77|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     77|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (430:13): [True: 0, False: 77]
  ------------------
  431|     77|                                 &base_abstracts) < 0) {
  432|      0|            goto error;
  433|      0|        }
  434|     77|        if (base_abstracts == NULL) {
  ------------------
  |  Branch (434:13): [True: 18, False: 59]
  ------------------
  435|     18|            continue;
  436|     18|        }
  437|     59|        if (!(iter = PyObject_GetIter(base_abstracts))) {
  ------------------
  |  Branch (437:13): [True: 0, False: 59]
  ------------------
  438|      0|            Py_DECREF(base_abstracts);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  439|      0|            goto error;
  440|      0|        }
  441|     59|        Py_DECREF(base_abstracts);
  ------------------
  |  |  430|     59|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  442|     59|        PyObject *key, *value;
  443|    166|        while ((key = PyIter_Next(iter))) {
  ------------------
  |  Branch (443:16): [True: 107, False: 59]
  ------------------
  444|    107|            if (PyObject_GetOptionalAttr(self, key, &value) < 0) {
  ------------------
  |  Branch (444:17): [True: 0, False: 107]
  ------------------
  445|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  446|      0|                Py_DECREF(iter);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  447|      0|                goto error;
  448|      0|            }
  449|    107|            if (value == NULL) {
  ------------------
  |  Branch (449:17): [True: 0, False: 107]
  ------------------
  450|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  451|      0|                continue;
  452|      0|            }
  453|       |
  454|    107|            int is_abstract = _PyObject_IsAbstract(value);
  455|    107|            Py_DECREF(value);
  ------------------
  |  |  430|    107|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    107|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    107|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  456|    107|            if (is_abstract < 0 ||
  ------------------
  |  Branch (456:17): [True: 0, False: 107]
  ------------------
  457|    107|                    (is_abstract && PySet_Add(abstracts, key) < 0))
  ------------------
  |  Branch (457:22): [True: 42, False: 65]
  |  Branch (457:37): [True: 0, False: 42]
  ------------------
  458|      0|            {
  459|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  460|      0|                Py_DECREF(iter);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  461|      0|                goto error;
  462|      0|            }
  463|    107|            Py_DECREF(key);
  ------------------
  |  |  430|    107|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    107|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    107|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  464|    107|        }
  465|     59|        Py_DECREF(iter);
  ------------------
  |  |  430|     59|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  466|     59|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (466:13): [True: 0, False: 59]
  ------------------
  467|      0|            goto error;
  468|      0|        }
  469|     59|    }
  470|       |
  471|     65|    if (PyObject_SetAttr(self, &_Py_ID(__abstractmethods__), abstracts) < 0) {
  ------------------
  |  |  917|     65|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     65|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     65|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (471:9): [True: 0, False: 65]
  ------------------
  472|      0|        goto error;
  473|      0|    }
  474|       |
  475|     65|    ret = 0;
  476|     65|error:
  477|     65|    Py_DECREF(abstracts);
  ------------------
  |  |  430|     65|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     65|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     65|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|     65|    Py_XDECREF(ns);
  ------------------
  |  |  524|     65|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     65|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     65|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  479|     65|    Py_XDECREF(items);
  ------------------
  |  |  524|     65|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     65|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     65|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  480|     65|    Py_XDECREF(bases);
  ------------------
  |  |  524|     65|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     65|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     65|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  481|     65|    return ret;
  482|     65|}
_abc.c:abc_data_new:
  125|     65|{
  126|     65|    _abc_data *self = (_abc_data *) type->tp_alloc(type, 0);
  127|     65|    _abcmodule_state *state = NULL;
  128|     65|    if (self == NULL) {
  ------------------
  |  Branch (128:9): [True: 0, False: 65]
  ------------------
  129|      0|        return NULL;
  130|      0|    }
  131|       |
  132|     65|    state = _PyType_GetModuleState(type);
  133|     65|    if (state == NULL) {
  ------------------
  |  Branch (133:9): [True: 0, False: 65]
  ------------------
  134|      0|        Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  135|      0|        return NULL;
  136|      0|    }
  137|       |
  138|     65|    self->_abc_registry = NULL;
  139|     65|    self->_abc_cache = NULL;
  140|       |    self->_abc_negative_cache = NULL;
  141|     65|    self->_abc_negative_cache_version = get_invalidation_counter(state);
  142|     65|    return (PyObject *) self;
  143|     65|}
_abc.c:_get_impl:
  166|    106|{
  167|    106|    _abcmodule_state *state = get_abc_state(module);
  168|    106|    PyObject *impl = PyObject_GetAttr(self, &_Py_ID(_abc_impl));
  ------------------
  |  |  917|    106|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    106|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    106|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  169|    106|    if (impl == NULL) {
  ------------------
  |  Branch (169:9): [True: 0, False: 106]
  ------------------
  170|      0|        return NULL;
  171|      0|    }
  172|    106|    if (!Py_IS_TYPE(impl, state->_abc_data_type)) {
  ------------------
  |  |  215|    106|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (172:9): [True: 0, False: 106]
  ------------------
  173|      0|        PyErr_SetString(PyExc_TypeError, "_abc_impl is set to a wrong type");
  174|      0|        Py_DECREF(impl);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  175|      0|        return NULL;
  176|      0|    }
  177|    106|    return (_abc_data *)impl;
  178|    106|}
_abc.c:get_cache_version:
   74|     69|{
   75|       |#ifdef Py_GIL_DISABLED
   76|       |    return _Py_atomic_load_uint64(&impl->_abc_negative_cache_version);
   77|       |#else
   78|     69|    return impl->_abc_negative_cache_version;
   79|     69|#endif
   80|     69|}
_abc.c:_abc__abc_register_impl:
  560|     69|{
  561|     69|    if (!PyType_Check(subclass)) {
  ------------------
  |  |  766|     69|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (561:9): [True: 0, False: 69]
  ------------------
  562|      0|        PyErr_SetString(PyExc_TypeError, "Can only register classes");
  563|      0|        return NULL;
  564|      0|    }
  565|     69|    int result = PyObject_IsSubclass(subclass, self);
  566|     69|    if (result > 0) {
  ------------------
  |  Branch (566:9): [True: 32, False: 37]
  ------------------
  567|     32|        return Py_NewRef(subclass);  /* Already a subclass. */
  ------------------
  |  |  550|     32|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  568|     32|    }
  569|     37|    if (result < 0) {
  ------------------
  |  Branch (569:9): [True: 0, False: 37]
  ------------------
  570|      0|        return NULL;
  571|      0|    }
  572|       |    /* Subtle: test for cycles *after* testing for "already a subclass";
  573|       |       this means we allow X.register(X) and interpret it as a no-op. */
  574|     37|    result = PyObject_IsSubclass(self, subclass);
  575|     37|    if (result > 0) {
  ------------------
  |  Branch (575:9): [True: 0, False: 37]
  ------------------
  576|       |        /* This would create a cycle, which is bad for the algorithm below. */
  577|      0|        PyErr_SetString(PyExc_RuntimeError, "Refusing to create an inheritance cycle");
  578|      0|        return NULL;
  579|      0|    }
  580|     37|    if (result < 0) {
  ------------------
  |  Branch (580:9): [True: 0, False: 37]
  ------------------
  581|      0|        return NULL;
  582|      0|    }
  583|     37|    _abc_data *impl = _get_impl(module, self);
  584|     37|    if (impl == NULL) {
  ------------------
  |  Branch (584:9): [True: 0, False: 37]
  ------------------
  585|      0|        return NULL;
  586|      0|    }
  587|     37|    if (_add_to_weak_set(impl, &impl->_abc_registry, subclass) < 0) {
  ------------------
  |  Branch (587:9): [True: 0, False: 37]
  ------------------
  588|      0|        Py_DECREF(impl);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  589|      0|        return NULL;
  590|      0|    }
  591|     37|    Py_DECREF(impl);
  ------------------
  |  |  430|     37|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|       |
  593|       |    /* Invalidate negative cache */
  594|     37|    increment_invalidation_counter(get_abc_state(module));
  595|       |
  596|       |    /* Set Py_TPFLAGS_SEQUENCE or Py_TPFLAGS_MAPPING flag */
  597|     37|    if (PyType_Check(self)) {
  ------------------
  |  |  766|     37|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 37, False: 0]
  |  |  ------------------
  ------------------
  598|     37|        unsigned long collection_flag =
  599|     37|            PyType_GetFlags((PyTypeObject *)self) & COLLECTION_FLAGS;
  ------------------
  |  |  484|     37|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|     37|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|     37|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
  600|     37|        if (collection_flag) {
  ------------------
  |  Branch (600:13): [True: 27, False: 10]
  ------------------
  601|     27|            _PyType_SetFlagsRecursive((PyTypeObject *)subclass,
  602|     27|                                      COLLECTION_FLAGS,
  ------------------
  |  |  484|     27|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|     27|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|     27|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
  603|     27|                                      collection_flag);
  604|     27|        }
  605|     37|    }
  606|     37|    return Py_NewRef(subclass);
  ------------------
  |  |  550|     37|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  607|     37|}
_abc.c:_add_to_weak_set:
  224|    106|{
  225|    106|    PyObject *set;
  226|    106|    Py_BEGIN_CRITICAL_SECTION(impl);
  ------------------
  |  |   51|    106|    {
  ------------------
  227|    106|    set = *pset;
  228|    106|    if (set == NULL) {
  ------------------
  |  Branch (228:9): [True: 48, False: 58]
  ------------------
  229|     48|        set = *pset = PySet_New(NULL);
  230|     48|    }
  231|    106|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    106|    }
  ------------------
  232|    106|    if (set == NULL) {
  ------------------
  |  Branch (232:9): [True: 0, False: 106]
  ------------------
  233|      0|        return -1;
  234|      0|    }
  235|       |
  236|    106|    PyObject *ref, *wr;
  237|    106|    PyObject *destroy_cb;
  238|    106|    wr = PyWeakref_NewRef(set, NULL);
  239|    106|    if (wr == NULL) {
  ------------------
  |  Branch (239:9): [True: 0, False: 106]
  ------------------
  240|      0|        return -1;
  241|      0|    }
  242|    106|    destroy_cb = PyCFunction_NewEx(&_destroy_def, wr, NULL);
  ------------------
  |  |   87|    106|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
  243|    106|    if (destroy_cb == NULL) {
  ------------------
  |  Branch (243:9): [True: 0, False: 106]
  ------------------
  244|      0|        Py_DECREF(wr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  245|      0|        return -1;
  246|      0|    }
  247|    106|    ref = PyWeakref_NewRef(obj, destroy_cb);
  248|    106|    Py_DECREF(destroy_cb);
  ------------------
  |  |  430|    106|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|    106|    if (ref == NULL) {
  ------------------
  |  Branch (249:9): [True: 0, False: 106]
  ------------------
  250|      0|        Py_DECREF(wr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  251|      0|        return -1;
  252|      0|    }
  253|    106|    int ret = PySet_Add(set, ref);
  254|    106|    Py_DECREF(wr);
  ------------------
  |  |  430|    106|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  255|    106|    Py_DECREF(ref);
  ------------------
  |  |  430|    106|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  256|    106|    return ret;
  257|    106|}
_abc.c:increment_invalidation_counter:
   47|     37|{
   48|       |#ifdef Py_GIL_DISABLED
   49|       |    _Py_atomic_add_uint64(&state->abc_invalidation_counter, 1);
   50|       |#else
   51|     37|    state->abc_invalidation_counter++;
   52|     37|#endif
   53|     37|}
_abc.c:_in_weak_set:
  182|    158|{
  183|    158|    PyObject *set;
  184|    158|    Py_BEGIN_CRITICAL_SECTION(impl);
  ------------------
  |  |   51|    158|    {
  ------------------
  185|    158|    set = *pset;
  186|    158|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    158|    }
  ------------------
  187|    158|    if (set == NULL || PySet_GET_SIZE(set) == 0) {
  ------------------
  |  |   71|     41|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (187:9): [True: 117, False: 41]
  |  Branch (187:24): [True: 0, False: 41]
  ------------------
  188|    117|        return 0;
  189|    117|    }
  190|     41|    PyObject *ref = PyWeakref_NewRef(obj, NULL);
  191|     41|    if (ref == NULL) {
  ------------------
  |  Branch (191:9): [True: 0, False: 41]
  ------------------
  192|      0|        if (PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  Branch (192:13): [True: 0, False: 0]
  ------------------
  193|      0|            PyErr_Clear();
  194|      0|            return 0;
  195|      0|        }
  196|      0|        return -1;
  197|      0|    }
  198|     41|    int res = PySet_Contains(set, ref);
  199|     41|    Py_DECREF(ref);
  ------------------
  |  |  430|     41|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  200|     41|    return res;
  201|     41|}
_abc.c:_abc__abc_subclasscheck_impl:
  712|     69|{
  713|     69|    if (!PyType_Check(subclass)) {
  ------------------
  |  |  766|     69|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (713:9): [True: 0, False: 69]
  ------------------
  714|      0|        PyErr_SetString(PyExc_TypeError, "issubclass() arg 1 must be a class");
  715|      0|        return NULL;
  716|      0|    }
  717|       |
  718|     69|    PyObject *ok, *subclasses = NULL, *result = NULL;
  719|     69|    _abcmodule_state *state = NULL;
  720|     69|    Py_ssize_t pos;
  721|     69|    int incache;
  722|     69|    _abc_data *impl = _get_impl(module, self);
  723|     69|    if (impl == NULL) {
  ------------------
  |  Branch (723:9): [True: 0, False: 69]
  ------------------
  724|      0|        return NULL;
  725|      0|    }
  726|       |
  727|       |    /* 1. Check cache. */
  728|     69|    incache = _in_weak_set(impl, &impl->_abc_cache, subclass);
  729|     69|    if (incache < 0) {
  ------------------
  |  Branch (729:9): [True: 0, False: 69]
  ------------------
  730|      0|        goto end;
  731|      0|    }
  732|     69|    if (incache > 0) {
  ------------------
  |  Branch (732:9): [True: 0, False: 69]
  ------------------
  733|      0|        result = Py_True;
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  734|      0|        goto end;
  735|      0|    }
  736|       |
  737|     69|    state = get_abc_state(module);
  738|       |    /* 2. Check negative cache; may have to invalidate. */
  739|     69|    uint64_t invalidation_counter = get_invalidation_counter(state);
  740|     69|    if (get_cache_version(impl) < invalidation_counter) {
  ------------------
  |  Branch (740:9): [True: 17, False: 52]
  ------------------
  741|       |        /* Invalidate the negative cache. */
  742|     17|        PyObject *negative_cache;
  743|     17|        Py_BEGIN_CRITICAL_SECTION(impl);
  ------------------
  |  |   51|     17|    {
  ------------------
  744|     17|        negative_cache = impl->_abc_negative_cache;
  745|     17|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     17|    }
  ------------------
  746|     17|        if (negative_cache != NULL && PySet_Clear(negative_cache) < 0) {
  ------------------
  |  Branch (746:13): [True: 17, False: 0]
  |  Branch (746:39): [True: 0, False: 17]
  ------------------
  747|      0|            goto end;
  748|      0|        }
  749|     17|        set_cache_version(impl, invalidation_counter);
  750|     17|    }
  751|     52|    else {
  752|     52|        incache = _in_weak_set(impl, &impl->_abc_negative_cache, subclass);
  753|     52|        if (incache < 0) {
  ------------------
  |  Branch (753:13): [True: 0, False: 52]
  ------------------
  754|      0|            goto end;
  755|      0|        }
  756|     52|        if (incache > 0) {
  ------------------
  |  Branch (756:13): [True: 0, False: 52]
  ------------------
  757|      0|            result = Py_False;
  ------------------
  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  758|      0|            goto end;
  759|      0|        }
  760|     52|    }
  761|       |
  762|       |    /* 3. Check the subclass hook. */
  763|     69|    ok = PyObject_CallMethodOneArg(
  764|     69|            (PyObject *)self, &_Py_ID(__subclasshook__), subclass);
  ------------------
  |  |  917|     69|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     69|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     69|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  765|     69|    if (ok == NULL) {
  ------------------
  |  Branch (765:9): [True: 0, False: 69]
  ------------------
  766|      0|        goto end;
  767|      0|    }
  768|     69|    if (ok == Py_True) {
  ------------------
  |  |   26|     69|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (768:9): [True: 32, False: 37]
  ------------------
  769|     32|        Py_DECREF(ok);
  ------------------
  |  |  430|     32|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  770|     32|        if (_add_to_weak_set(impl, &impl->_abc_cache, subclass) < 0) {
  ------------------
  |  Branch (770:13): [True: 0, False: 32]
  ------------------
  771|      0|            goto end;
  772|      0|        }
  773|     32|        result = Py_True;
  ------------------
  |  |   26|     32|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  774|     32|        goto end;
  775|     32|    }
  776|     37|    if (ok == Py_False) {
  ------------------
  |  |   25|     37|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (776:9): [True: 0, False: 37]
  ------------------
  777|      0|        Py_DECREF(ok);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  778|      0|        if (_add_to_weak_set(impl, &impl->_abc_negative_cache, subclass) < 0) {
  ------------------
  |  Branch (778:13): [True: 0, False: 0]
  ------------------
  779|      0|            goto end;
  780|      0|        }
  781|      0|        result = Py_False;
  ------------------
  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  782|      0|        goto end;
  783|      0|    }
  784|     37|    if (ok != Py_NotImplemented) {
  ------------------
  |  |  640|     37|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (784:9): [True: 0, False: 37]
  ------------------
  785|      0|        Py_DECREF(ok);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  786|      0|        PyErr_SetString(PyExc_AssertionError, "__subclasshook__ must return either"
  787|      0|                                              " False, True, or NotImplemented");
  788|      0|        goto end;
  789|      0|    }
  790|     37|    Py_DECREF(ok);
  ------------------
  |  |  430|     37|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  791|       |
  792|       |    /* 4. Check if it's a direct subclass. */
  793|     37|    if (PyType_IsSubtype((PyTypeObject *)subclass, (PyTypeObject *)self)) {
  ------------------
  |  Branch (793:9): [True: 0, False: 37]
  ------------------
  794|      0|        if (_add_to_weak_set(impl, &impl->_abc_cache, subclass) < 0) {
  ------------------
  |  Branch (794:13): [True: 0, False: 0]
  ------------------
  795|      0|            goto end;
  796|      0|        }
  797|      0|        result = Py_True;
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  798|      0|        goto end;
  799|      0|    }
  800|       |
  801|       |    /* 5. Check if it's a subclass of a registered class (recursive). */
  802|     37|    if (subclasscheck_check_registry(impl, subclass, &result)) {
  ------------------
  |  Branch (802:9): [True: 0, False: 37]
  ------------------
  803|       |        // Exception occurred or result is set.
  804|      0|        goto end;
  805|      0|    }
  806|       |
  807|       |    /* 6. Check if it's a subclass of a subclass (recursive). */
  808|     37|    subclasses = PyObject_CallMethod(self, "__subclasses__", NULL);
  809|     37|    if (subclasses == NULL) {
  ------------------
  |  Branch (809:9): [True: 0, False: 37]
  ------------------
  810|      0|        goto end;
  811|      0|    }
  812|     37|    if (!PyList_Check(subclasses)) {
  ------------------
  |  |   25|     37|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     37|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (812:9): [True: 0, False: 37]
  ------------------
  813|      0|        PyErr_SetString(PyExc_TypeError, "__subclasses__() must return a list");
  814|      0|        goto end;
  815|      0|    }
  816|     37|    for (pos = 0; pos < PyList_GET_SIZE(subclasses); pos++) {
  ------------------
  |  |   38|     37|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (816:19): [True: 0, False: 37]
  ------------------
  817|      0|        PyObject *scls = PyList_GetItemRef(subclasses, pos);
  818|      0|        if (scls == NULL) {
  ------------------
  |  Branch (818:13): [True: 0, False: 0]
  ------------------
  819|      0|            goto end;
  820|      0|        }
  821|      0|        int r = PyObject_IsSubclass(subclass, scls);
  822|      0|        Py_DECREF(scls);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  823|      0|        if (r > 0) {
  ------------------
  |  Branch (823:13): [True: 0, False: 0]
  ------------------
  824|      0|            if (_add_to_weak_set(impl, &impl->_abc_cache, subclass) < 0) {
  ------------------
  |  Branch (824:17): [True: 0, False: 0]
  ------------------
  825|      0|                goto end;
  826|      0|            }
  827|      0|            result = Py_True;
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  828|      0|            goto end;
  829|      0|        }
  830|      0|        if (r < 0) {
  ------------------
  |  Branch (830:13): [True: 0, False: 0]
  ------------------
  831|      0|            goto end;
  832|      0|        }
  833|      0|    }
  834|       |
  835|       |    /* No dice; update negative cache. */
  836|     37|    if (_add_to_weak_set(impl, &impl->_abc_negative_cache, subclass) < 0) {
  ------------------
  |  Branch (836:9): [True: 0, False: 37]
  ------------------
  837|      0|        goto end;
  838|      0|    }
  839|     37|    result = Py_False;
  ------------------
  |  |   25|     37|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  840|       |
  841|     69|end:
  842|     69|    Py_DECREF(impl);
  ------------------
  |  |  430|     69|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  843|     69|    Py_XDECREF(subclasses);
  ------------------
  |  |  524|     69|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|     69|    return Py_XNewRef(result);
  ------------------
  |  |  551|     69|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  845|     37|}
_abc.c:set_cache_version:
   84|     17|{
   85|       |#ifdef Py_GIL_DISABLED
   86|       |    _Py_atomic_store_uint64(&impl->_abc_negative_cache_version, version);
   87|       |#else
   88|     17|    impl->_abc_negative_cache_version = version;
   89|     17|#endif
   90|     17|}
_abc.c:subclasscheck_check_registry:
  851|     37|{
  852|       |    // Fast path: check subclass is in weakref directly.
  853|     37|    int ret = _in_weak_set(impl, &impl->_abc_registry, subclass);
  854|     37|    if (ret < 0) {
  ------------------
  |  Branch (854:9): [True: 0, False: 37]
  ------------------
  855|      0|        *result = NULL;
  856|      0|        return -1;
  857|      0|    }
  858|     37|    if (ret > 0) {
  ------------------
  |  Branch (858:9): [True: 0, False: 37]
  ------------------
  859|      0|        *result = Py_True;
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  860|      0|        return 1;
  861|      0|    }
  862|       |
  863|     37|    PyObject *registry_shared;
  864|     37|    Py_BEGIN_CRITICAL_SECTION(impl);
  ------------------
  |  |   51|     37|    {
  ------------------
  865|     37|    registry_shared = impl->_abc_registry;
  866|     37|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     37|    }
  ------------------
  867|     37|    if (registry_shared == NULL) {
  ------------------
  |  Branch (867:9): [True: 20, False: 17]
  ------------------
  868|     20|        return 0;
  869|     20|    }
  870|       |
  871|       |    // Make a local copy of the registry to protect against concurrent
  872|       |    // modifications of _abc_registry.
  873|     17|    PyObject *registry = PyFrozenSet_New(registry_shared);
  874|     17|    if (registry == NULL) {
  ------------------
  |  Branch (874:9): [True: 0, False: 17]
  ------------------
  875|      0|        return -1;
  876|      0|    }
  877|     17|    PyObject *key;
  878|     17|    Py_ssize_t pos = 0;
  879|     17|    Py_hash_t hash;
  880|       |
  881|     49|    while (_PySet_NextEntry(registry, &pos, &key, &hash)) {
  ------------------
  |  Branch (881:12): [True: 32, False: 17]
  ------------------
  882|     32|        PyObject *rkey;
  883|     32|        if (PyWeakref_GetRef(key, &rkey) < 0) {
  ------------------
  |  Branch (883:13): [True: 0, False: 32]
  ------------------
  884|       |            // Someone inject non-weakref type in the registry.
  885|      0|            ret = -1;
  886|      0|            break;
  887|      0|        }
  888|       |
  889|     32|        if (rkey == NULL) {
  ------------------
  |  Branch (889:13): [True: 0, False: 32]
  ------------------
  890|      0|            continue;
  891|      0|        }
  892|     32|        int r = PyObject_IsSubclass(subclass, rkey);
  893|     32|        Py_DECREF(rkey);
  ------------------
  |  |  430|     32|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  894|     32|        if (r < 0) {
  ------------------
  |  Branch (894:13): [True: 0, False: 32]
  ------------------
  895|      0|            ret = -1;
  896|      0|            break;
  897|      0|        }
  898|     32|        if (r > 0) {
  ------------------
  |  Branch (898:13): [True: 0, False: 32]
  ------------------
  899|      0|            if (_add_to_weak_set(impl, &impl->_abc_cache, subclass) < 0) {
  ------------------
  |  Branch (899:17): [True: 0, False: 0]
  ------------------
  900|      0|                ret = -1;
  901|      0|                break;
  902|      0|            }
  903|      0|            *result = Py_True;
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  904|      0|            ret = 1;
  905|      0|            break;
  906|      0|        }
  907|     32|    }
  908|       |
  909|     17|    Py_DECREF(registry);
  ------------------
  |  |  430|     17|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  910|     17|    return ret;
  911|     17|}
_abc.c:_abcmodule_exec:
  945|      2|{
  946|      2|    _abcmodule_state *state = get_abc_state(module);
  947|      2|    state->abc_invalidation_counter = 0;
  948|      2|    state->_abc_data_type = (PyTypeObject *)PyType_FromModuleAndSpec(module, &_abc_data_type_spec, NULL);
  949|      2|    if (state->_abc_data_type == NULL) {
  ------------------
  |  Branch (949:9): [True: 0, False: 2]
  ------------------
  950|      0|        return -1;
  951|      0|    }
  952|       |
  953|      2|    return 0;
  954|      2|}
_abc.c:abc_data_traverse:
   94|     58|{
   95|     58|    _abc_data *self = _abc_data_CAST(op);
  ------------------
  |  |   70|     58|#define _abc_data_CAST(op)  ((_abc_data *)(op))
  ------------------
   96|     58|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  194|     58|    do {                                                                \
  |  |  195|     58|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 58, False: 0]
  |  |  ------------------
  |  |  196|     58|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     58|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 58]
  |  |  ------------------
  |  |  198|     58|                return vret;                                            \
  |  |  199|     58|        }                                                               \
  |  |  200|     58|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 58]
  |  |  ------------------
  ------------------
   97|     58|    Py_VISIT(self->_abc_registry);
  ------------------
  |  |  194|     58|    do {                                                                \
  |  |  195|     58|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 20, False: 38]
  |  |  ------------------
  |  |  196|     20|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     20|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 20]
  |  |  ------------------
  |  |  198|     20|                return vret;                                            \
  |  |  199|     20|        }                                                               \
  |  |  200|     58|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 58]
  |  |  ------------------
  ------------------
   98|     58|    Py_VISIT(self->_abc_cache);
  ------------------
  |  |  194|     58|    do {                                                                \
  |  |  195|     58|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 50]
  |  |  ------------------
  |  |  196|      8|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      8|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 8]
  |  |  ------------------
  |  |  198|      8|                return vret;                                            \
  |  |  199|      8|        }                                                               \
  |  |  200|     58|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 58]
  |  |  ------------------
  ------------------
   99|     58|    Py_VISIT(self->_abc_negative_cache);
  ------------------
  |  |  194|     58|    do {                                                                \
  |  |  195|     58|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 20, False: 38]
  |  |  ------------------
  |  |  196|     20|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     20|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 20]
  |  |  ------------------
  |  |  198|     20|                return vret;                                            \
  |  |  199|     20|        }                                                               \
  |  |  200|     58|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 58]
  |  |  ------------------
  ------------------
  100|     58|    return 0;
  101|     58|}
_abc.c:_abcmodule_traverse:
  958|      2|{
  959|      2|    _abcmodule_state *state = get_abc_state(module);
  960|      2|    Py_VISIT(state->_abc_data_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  961|      2|    return 0;
  962|      2|}

PyInit__codecs:
 1136|      2|{
 1137|      2|    return PyModuleDef_Init(&codecsmodule);
 1138|      2|}
_codecsmodule.c:_codecs_register:
   66|      2|{
   67|      2|    if (PyCodec_Register(search_function))
  ------------------
  |  Branch (67:9): [True: 0, False: 2]
  ------------------
   68|      0|        return NULL;
   69|       |
   70|      2|    Py_RETURN_NONE;
  ------------------
  |  |  628|      2|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
   71|      2|}
_codecsmodule.c:_codecs_lookup_error_impl:
 1017|     12|{
 1018|     12|    return PyCodec_LookupError(name);
 1019|     12|}
_codecsmodule.c:_codecs__normalize_encoding_impl:
 1035|      2|{
 1036|      2|    Py_ssize_t len;
 1037|      2|    const char *cstr = PyUnicode_AsUTF8AndSize(encoding, &len);
 1038|      2|    if (cstr == NULL) {
  ------------------
  |  Branch (1038:9): [True: 0, False: 2]
  ------------------
 1039|      0|        return NULL;
 1040|      0|    }
 1041|       |
 1042|      2|    if (len > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|      2|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1042:9): [True: 0, False: 2]
  ------------------
 1043|      0|        PyErr_SetString(PyExc_OverflowError, "encoding is too large");
 1044|      0|        return NULL;
 1045|      0|    }
 1046|       |
 1047|      2|    char *normalized = PyMem_Malloc(len + 1);
 1048|      2|    if (normalized == NULL) {
  ------------------
  |  Branch (1048:9): [True: 0, False: 2]
  ------------------
 1049|      0|        return PyErr_NoMemory();
 1050|      0|    }
 1051|       |
 1052|      2|    if (!_Py_normalize_encoding(cstr, normalized, len + 1, 0)) {
  ------------------
  |  Branch (1052:9): [True: 0, False: 2]
  ------------------
 1053|      0|        PyMem_Free(normalized);
 1054|      0|        return NULL;
 1055|      0|    }
 1056|       |
 1057|      2|    PyObject *result = PyUnicode_FromString(normalized);
 1058|      2|    PyMem_Free(normalized);
 1059|      2|    return result;
 1060|      2|}

PyInit__collections:
 2897|      1|{
 2898|      1|    return PyModuleDef_Init(&_collectionsmodule);
 2899|      1|}
_collectionsmodule.c:collections_exec:
 2858|      1|collections_exec(PyObject *module) {
 2859|      1|    collections_state *state = get_module_state(module);
 2860|      1|    ADD_TYPE(module, &deque_spec, state->deque_type, NULL);
  ------------------
  |  | 2846|      1|#define ADD_TYPE(MOD, SPEC, TYPE, BASE) do {                        \
  |  | 2847|      1|    TYPE = (PyTypeObject *)PyType_FromMetaclass(NULL, MOD, SPEC,    \
  |  | 2848|      1|                                                (PyObject *)BASE);  \
  |  | 2849|      1|    if (TYPE == NULL) {                                             \
  |  |  ------------------
  |  |  |  Branch (2849:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2850|      0|        return -1;                                                  \
  |  | 2851|      0|    }                                                               \
  |  | 2852|      1|    if (PyModule_AddType(MOD, TYPE) < 0) {                          \
  |  |  ------------------
  |  |  |  Branch (2852:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2853|      0|        return -1;                                                  \
  |  | 2854|      0|    }                                                               \
  |  | 2855|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (2855:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2861|      1|    ADD_TYPE(module, &defdict_spec, state->defdict_type, &PyDict_Type);
  ------------------
  |  | 2846|      1|#define ADD_TYPE(MOD, SPEC, TYPE, BASE) do {                        \
  |  | 2847|      1|    TYPE = (PyTypeObject *)PyType_FromMetaclass(NULL, MOD, SPEC,    \
  |  | 2848|      1|                                                (PyObject *)BASE);  \
  |  | 2849|      1|    if (TYPE == NULL) {                                             \
  |  |  ------------------
  |  |  |  Branch (2849:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2850|      0|        return -1;                                                  \
  |  | 2851|      0|    }                                                               \
  |  | 2852|      1|    if (PyModule_AddType(MOD, TYPE) < 0) {                          \
  |  |  ------------------
  |  |  |  Branch (2852:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2853|      0|        return -1;                                                  \
  |  | 2854|      0|    }                                                               \
  |  | 2855|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (2855:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2862|      1|    ADD_TYPE(module, &dequeiter_spec, state->dequeiter_type, NULL);
  ------------------
  |  | 2846|      1|#define ADD_TYPE(MOD, SPEC, TYPE, BASE) do {                        \
  |  | 2847|      1|    TYPE = (PyTypeObject *)PyType_FromMetaclass(NULL, MOD, SPEC,    \
  |  | 2848|      1|                                                (PyObject *)BASE);  \
  |  | 2849|      1|    if (TYPE == NULL) {                                             \
  |  |  ------------------
  |  |  |  Branch (2849:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2850|      0|        return -1;                                                  \
  |  | 2851|      0|    }                                                               \
  |  | 2852|      1|    if (PyModule_AddType(MOD, TYPE) < 0) {                          \
  |  |  ------------------
  |  |  |  Branch (2852:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2853|      0|        return -1;                                                  \
  |  | 2854|      0|    }                                                               \
  |  | 2855|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (2855:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2863|      1|    ADD_TYPE(module, &dequereviter_spec, state->dequereviter_type, NULL);
  ------------------
  |  | 2846|      1|#define ADD_TYPE(MOD, SPEC, TYPE, BASE) do {                        \
  |  | 2847|      1|    TYPE = (PyTypeObject *)PyType_FromMetaclass(NULL, MOD, SPEC,    \
  |  | 2848|      1|                                                (PyObject *)BASE);  \
  |  | 2849|      1|    if (TYPE == NULL) {                                             \
  |  |  ------------------
  |  |  |  Branch (2849:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2850|      0|        return -1;                                                  \
  |  | 2851|      0|    }                                                               \
  |  | 2852|      1|    if (PyModule_AddType(MOD, TYPE) < 0) {                          \
  |  |  ------------------
  |  |  |  Branch (2852:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2853|      0|        return -1;                                                  \
  |  | 2854|      0|    }                                                               \
  |  | 2855|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (2855:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2864|      1|    ADD_TYPE(module, &tuplegetter_spec, state->tuplegetter_type, NULL);
  ------------------
  |  | 2846|      1|#define ADD_TYPE(MOD, SPEC, TYPE, BASE) do {                        \
  |  | 2847|      1|    TYPE = (PyTypeObject *)PyType_FromMetaclass(NULL, MOD, SPEC,    \
  |  | 2848|      1|                                                (PyObject *)BASE);  \
  |  | 2849|      1|    if (TYPE == NULL) {                                             \
  |  |  ------------------
  |  |  |  Branch (2849:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2850|      0|        return -1;                                                  \
  |  | 2851|      0|    }                                                               \
  |  | 2852|      1|    if (PyModule_AddType(MOD, TYPE) < 0) {                          \
  |  |  ------------------
  |  |  |  Branch (2852:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 2853|      0|        return -1;                                                  \
  |  | 2854|      0|    }                                                               \
  |  | 2855|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (2855:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2865|       |
 2866|      1|    if (PyModule_AddType(module, &PyODict_Type) < 0) {
  ------------------
  |  Branch (2866:9): [True: 0, False: 1]
  ------------------
 2867|      0|        return -1;
 2868|      0|    }
 2869|       |
 2870|      1|    return 0;
 2871|      1|}
_collectionsmodule.c:get_module_state:
   22|      1|{
   23|      1|    void *state = _PyModule_GetState(mod);
   24|      1|    assert(state != NULL);
  ------------------
  |  Branch (24:5): [True: 1, False: 0]
  ------------------
   25|      1|    return (collections_state *)state;
   26|      1|}
_collectionsmodule.c:get_module_state_by_cls:
   30|      4|{
   31|      4|    void *state = _PyType_GetModuleState(cls);
   32|      4|    assert(state != NULL);
  ------------------
  |  Branch (32:5): [True: 4, False: 0]
  ------------------
   33|      4|    return (collections_state *)state;
   34|      4|}
_collectionsmodule.c:tuplegetter_new_impl:
 2674|      4|{
 2675|      4|    _tuplegetterobject* self;
 2676|      4|    self = (_tuplegetterobject *)type->tp_alloc(type, 0);
 2677|      4|    if (self == NULL) {
  ------------------
  |  Branch (2677:9): [True: 0, False: 4]
  ------------------
 2678|      0|        return NULL;
 2679|      0|    }
 2680|      4|    self->index = index;
 2681|      4|    self->doc = Py_NewRef(doc);
  ------------------
  |  |  550|      4|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2682|      4|    return (PyObject *)self;
 2683|      4|}

_PyDateTime_InitTypes:
 7491|      2|{
 7492|       |    /* Bases classes must be initialized before subclasses,
 7493|       |     * so capi_types must have the types in the appropriate order. */
 7494|     14|    for (size_t i = 0; i < Py_ARRAY_LENGTH(capi_types); i++) {
  ------------------
  |  |  196|     14|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (7494:24): [True: 12, False: 2]
  ------------------
 7495|     12|        PyTypeObject *type = capi_types[i];
 7496|     12|        if (_PyStaticType_InitForExtension(interp, type) < 0) {
  ------------------
  |  Branch (7496:13): [True: 0, False: 12]
  ------------------
 7497|      0|            return _PyStatus_ERR("could not initialize static types");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 7498|      0|        }
 7499|     12|    }
 7500|       |
 7501|      2|#define DATETIME_ADD_MACRO(dict, c, value_expr)         \
 7502|      2|    do {                                                \
 7503|      2|        assert(!PyErr_Occurred());                      \
 7504|      2|        PyObject *value = (value_expr);                 \
 7505|      2|        if (value == NULL) {                            \
 7506|      2|            goto error;                                 \
 7507|      2|        }                                               \
 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
 7509|      2|            Py_DECREF(value);                           \
 7510|      2|            goto error;                                 \
 7511|      2|        }                                               \
 7512|      2|        Py_DECREF(value);                               \
 7513|      2|    } while(0)
 7514|       |
 7515|       |    /* timedelta values */
 7516|      2|    PyObject *d = _PyType_GetDict(&PyDateTime_DeltaType);
 7517|      2|    DATETIME_ADD_MACRO(d, "resolution", new_delta(0, 0, 1, 0));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7517:5): [True: 2, False: 0]
  ------------------
 7518|      2|    DATETIME_ADD_MACRO(d, "min", new_delta(-MAX_DELTA_DAYS, 0, 0, 0));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7518:5): [True: 2, False: 0]
  ------------------
 7519|      2|    DATETIME_ADD_MACRO(d, "max",
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7519:5): [True: 2, False: 0]
  ------------------
 7520|      2|                        new_delta(MAX_DELTA_DAYS, 24*3600-1, 1000000-1, 0));
 7521|       |
 7522|       |    /* date values */
 7523|      2|    d = _PyType_GetDict(&PyDateTime_DateType);
 7524|      2|    DATETIME_ADD_MACRO(d, "min", new_date(1, 1, 1));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7524:5): [True: 2, False: 0]
  ------------------
 7525|      2|    DATETIME_ADD_MACRO(d, "max", new_date(MAXYEAR, 12, 31));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7525:5): [True: 2, False: 0]
  ------------------
 7526|      2|    DATETIME_ADD_MACRO(d, "resolution", new_delta(1, 0, 0, 0));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7526:5): [True: 2, False: 0]
  ------------------
 7527|       |
 7528|       |    /* time values */
 7529|      2|    d = _PyType_GetDict(&PyDateTime_TimeType);
 7530|      2|    DATETIME_ADD_MACRO(d, "min", new_time(0, 0, 0, 0, Py_None, 0));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7530:5): [True: 2, False: 0]
  ------------------
 7531|      2|    DATETIME_ADD_MACRO(d, "max", new_time(23, 59, 59, 999999, Py_None, 0));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7531:5): [True: 2, False: 0]
  ------------------
 7532|      2|    DATETIME_ADD_MACRO(d, "resolution", new_delta(0, 0, 1, 0));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7532:5): [True: 2, False: 0]
  ------------------
 7533|       |
 7534|       |    /* datetime values */
 7535|      2|    d = _PyType_GetDict(&PyDateTime_DateTimeType);
 7536|      2|    DATETIME_ADD_MACRO(d, "min",
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7536:5): [True: 2, False: 0]
  ------------------
 7537|      2|                        new_datetime(1, 1, 1, 0, 0, 0, 0, Py_None, 0));
 7538|      2|    DATETIME_ADD_MACRO(d, "max", new_datetime(MAXYEAR, 12, 31, 23, 59, 59,
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7538:5): [True: 2, False: 0]
  ------------------
 7539|      2|                                                999999, Py_None, 0));
 7540|      2|    DATETIME_ADD_MACRO(d, "resolution", new_delta(0, 0, 1, 0));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7540:5): [True: 2, False: 0]
  ------------------
 7541|       |
 7542|       |    /* timezone values */
 7543|      2|    d = _PyType_GetDict(&PyDateTime_TimeZoneType);
 7544|      2|    if (PyDict_SetItemString(d, "utc", (PyObject *)&utc_timezone) < 0) {
  ------------------
  |  Branch (7544:9): [True: 0, False: 2]
  ------------------
 7545|      0|        goto error;
 7546|      0|    }
 7547|       |
 7548|       |    /* bpo-37642: These attributes are rounded to the nearest minute for backwards
 7549|       |    * compatibility, even though the constructor will accept a wider range of
 7550|       |    * values. This may change in the future.*/
 7551|       |
 7552|       |    /* -23:59 */
 7553|      2|    DATETIME_ADD_MACRO(d, "min", create_timezone_from_delta(-1, 60, 0, 1));
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7553:5): [True: 2, False: 0]
  ------------------
 7554|       |
 7555|       |    /* +23:59 */
 7556|      2|    DATETIME_ADD_MACRO(
  ------------------
  |  | 7502|      2|    do {                                                \
  |  | 7503|      2|        assert(!PyErr_Occurred());                      \
  |  | 7504|      2|        PyObject *value = (value_expr);                 \
  |  | 7505|      2|        if (value == NULL) {                            \
  |  |  ------------------
  |  |  |  Branch (7505:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7506|      0|            goto error;                                 \
  |  | 7507|      0|        }                                               \
  |  | 7508|      2|        if (PyDict_SetItemString(dict, c, value) < 0) { \
  |  |  ------------------
  |  |  |  Branch (7508:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 7509|      0|            Py_DECREF(value);                           \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7510|      0|            goto error;                                 \
  |  | 7511|      0|        }                                               \
  |  | 7512|      2|        Py_DECREF(value);                               \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7513|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (7513:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (7556:5): [True: 2, False: 0]
  ------------------
 7557|      2|            d, "max", create_timezone_from_delta(0, (23 * 60 + 59) * 60, 0, 0));
 7558|       |
 7559|      2|#undef DATETIME_ADD_MACRO
 7560|       |
 7561|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 7562|       |
 7563|      0|error:
 7564|      0|    return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 7565|      2|}
_datetimemodule.c:days_in_month:
  432|      8|{
  433|      8|    assert(month >= 1);
  ------------------
  |  Branch (433:5): [True: 8, False: 0]
  ------------------
  434|      8|    assert(month <= 12);
  ------------------
  |  Branch (434:5): [True: 8, False: 0]
  ------------------
  435|      8|    if (month == 2 && is_leap(year))
  ------------------
  |  Branch (435:9): [True: 0, False: 8]
  |  Branch (435:23): [True: 0, False: 0]
  ------------------
  436|      0|        return 29;
  437|      8|    else
  438|      8|        return _days_in_month[month];
  439|      8|}
_datetimemodule.c:new_delta_ex:
 1373|     16|{
 1374|     16|    PyDateTime_Delta *self;
 1375|       |
 1376|     16|    if (normalize)
  ------------------
  |  Branch (1376:9): [True: 2, False: 14]
  ------------------
 1377|      2|        normalize_d_s_us(&days, &seconds, &microseconds);
 1378|     16|    assert(0 <= seconds && seconds < 24*3600);
  ------------------
  |  Branch (1378:5): [True: 16, False: 0]
  |  Branch (1378:5): [True: 16, False: 0]
  ------------------
 1379|     16|    assert(0 <= microseconds && microseconds < 1000000);
  ------------------
  |  Branch (1379:5): [True: 16, False: 0]
  |  Branch (1379:5): [True: 16, False: 0]
  ------------------
 1380|       |
 1381|     16|    if (check_delta_day_range(days) < 0)
  ------------------
  |  Branch (1381:9): [True: 0, False: 16]
  ------------------
 1382|      0|        return NULL;
 1383|       |
 1384|     16|    self = look_up_delta(days, seconds, microseconds, type);
 1385|     16|    if (self != NULL) {
  ------------------
  |  Branch (1385:9): [True: 0, False: 16]
  ------------------
 1386|      0|        return (PyObject *)self;
 1387|      0|    }
 1388|     16|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (1388:5): [True: 16, False: 0]
  ------------------
 1389|       |
 1390|     16|    self = (PyDateTime_Delta *) (type->tp_alloc(type, 0));
 1391|     16|    if (self != NULL) {
  ------------------
  |  Branch (1391:9): [True: 16, False: 0]
  ------------------
 1392|     16|        self->hashcode = -1;
 1393|     16|        SET_TD_DAYS(self, days);
  ------------------
  |  |  315|     16|#define SET_TD_DAYS(o, v)       ((o)->days = (v))
  ------------------
 1394|     16|        SET_TD_SECONDS(self, seconds);
  ------------------
  |  |  316|     16|#define SET_TD_SECONDS(o, v)    ((o)->seconds = (v))
  ------------------
 1395|     16|        SET_TD_MICROSECONDS(self, microseconds);
  ------------------
  |  |  317|     16|#define SET_TD_MICROSECONDS(o, v) ((o)->microseconds = (v))
  ------------------
 1396|     16|    }
 1397|     16|    return (PyObject *) self;
 1398|     16|}
_datetimemodule.c:normalize_d_s_us:
  737|      2|{
  738|      2|    if (*us < 0 || *us >= 1000000) {
  ------------------
  |  Branch (738:9): [True: 0, False: 2]
  |  Branch (738:20): [True: 0, False: 2]
  ------------------
  739|      0|        normalize_pair(s, us, 1000000);
  740|       |        /* |s| can't be bigger than about
  741|       |         * |original s| + |original us|/1000000 now.
  742|       |         */
  743|       |
  744|      0|    }
  745|      2|    if (*s < 0 || *s >= 24*3600) {
  ------------------
  |  Branch (745:9): [True: 0, False: 2]
  |  Branch (745:19): [True: 0, False: 2]
  ------------------
  746|      0|        normalize_pair(d, s, 24*3600);
  747|       |        /* |d| can't be bigger than about
  748|       |         * |original d| +
  749|       |         * (|original s| + |original us|/1000000) / (24*3600) now.
  750|       |         */
  751|      0|    }
  752|      2|    assert(0 <= *s && *s < 24*3600);
  ------------------
  |  Branch (752:5): [True: 2, False: 0]
  |  Branch (752:5): [True: 2, False: 0]
  ------------------
  753|      2|    assert(0 <= *us && *us < 1000000);
  ------------------
  |  Branch (753:5): [True: 2, False: 0]
  |  Branch (753:5): [True: 2, False: 0]
  ------------------
  754|      2|}
_datetimemodule.c:check_delta_day_range:
  638|     16|{
  639|     16|    if (-MAX_DELTA_DAYS <= days && days <= MAX_DELTA_DAYS)
  ------------------
  |  |  267|     16|#define MAX_DELTA_DAYS 999999999
  ------------------
                  if (-MAX_DELTA_DAYS <= days && days <= MAX_DELTA_DAYS)
  ------------------
  |  |  267|     16|#define MAX_DELTA_DAYS 999999999
  ------------------
  |  Branch (639:9): [True: 16, False: 0]
  |  Branch (639:36): [True: 16, False: 0]
  ------------------
  640|     16|        return 0;
  641|      0|    PyErr_Format(PyExc_OverflowError,
  642|      0|                 "days=%d; must have magnitude <= %d",
  643|      0|                 days, MAX_DELTA_DAYS);
  ------------------
  |  |  267|      0|#define MAX_DELTA_DAYS 999999999
  ------------------
  644|      0|    return -1;
  645|     16|}
_datetimemodule.c:look_up_delta:
 3146|     16|{
 3147|     16|    if (days == 0 && seconds == 0 && microseconds == 0
  ------------------
  |  Branch (3147:9): [True: 8, False: 8]
  |  Branch (3147:22): [True: 6, False: 2]
  |  Branch (3147:38): [True: 0, False: 6]
  ------------------
 3148|      0|            && type == Py_TYPE(&zero_delta))
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3148:16): [True: 0, False: 0]
  ------------------
 3149|      0|    {
 3150|      0|        return &zero_delta;
 3151|      0|    }
 3152|     16|    return NULL;
 3153|     16|}
_datetimemodule.c:check_tzinfo_subclass:
 1477|      8|{
 1478|      8|    if (p == Py_None || PyTZInfo_Check(p))
  ------------------
  |  |  616|     16|#  define Py_None (&_Py_NoneStruct)
  ------------------
                  if (p == Py_None || PyTZInfo_Check(p))
  ------------------
  |  |  100|      0|#define PyTZInfo_Check(op) PyObject_TypeCheck(op, TZINFO_TYPE(NO_STATE))
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1478:9): [True: 8, False: 0]
  ------------------
 1479|      8|        return 0;
 1480|      0|    PyErr_Format(PyExc_TypeError,
 1481|      0|                 "tzinfo argument must be None or of a tzinfo subclass, "
 1482|      0|                 "not type '%s'",
 1483|      0|                 Py_TYPE(p)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1484|      0|    return -1;
 1485|      8|}
_datetimemodule.c:new_date_ex:
 1156|      4|{
 1157|      4|    PyDateTime_Date *self;
 1158|       |
 1159|      4|    if (check_date_args(year, month, day) < 0) {
  ------------------
  |  Branch (1159:9): [True: 0, False: 4]
  ------------------
 1160|      0|        return NULL;
 1161|      0|    }
 1162|       |
 1163|      4|    self = (PyDateTime_Date *)(type->tp_alloc(type, 0));
 1164|      4|    if (self != NULL)
  ------------------
  |  Branch (1164:9): [True: 4, False: 0]
  ------------------
 1165|      4|        set_date_fields(self, year, month, day);
 1166|      4|    return (PyObject *)self;
 1167|      4|}
_datetimemodule.c:check_date_args:
  652|      8|{
  653|       |
  654|      8|    if (year < MINYEAR || year > MAXYEAR) {
  ------------------
  |  |  258|     16|#define MINYEAR 1
  ------------------
                  if (year < MINYEAR || year > MAXYEAR) {
  ------------------
  |  |  259|      8|#define MAXYEAR 9999
  ------------------
  |  Branch (654:9): [True: 0, False: 8]
  |  Branch (654:27): [True: 0, False: 8]
  ------------------
  655|      0|        PyErr_Format(PyExc_ValueError,
  656|      0|                     "year must be in %d..%d, not %d", MINYEAR, MAXYEAR, year);
  ------------------
  |  |  258|      0|#define MINYEAR 1
  ------------------
                                   "year must be in %d..%d, not %d", MINYEAR, MAXYEAR, year);
  ------------------
  |  |  259|      0|#define MAXYEAR 9999
  ------------------
  657|      0|        return -1;
  658|      0|    }
  659|      8|    if (month < 1 || month > 12) {
  ------------------
  |  Branch (659:9): [True: 0, False: 8]
  |  Branch (659:22): [True: 0, False: 8]
  ------------------
  660|      0|        PyErr_Format(PyExc_ValueError,
  661|      0|                     "month must be in 1..12, not %d", month);
  662|      0|        return -1;
  663|      0|    }
  664|      8|    int dim = days_in_month(year, month);
  665|      8|    if (day < 1 || day > dim) {
  ------------------
  |  Branch (665:9): [True: 0, False: 8]
  |  Branch (665:20): [True: 0, False: 8]
  ------------------
  666|      0|        PyErr_Format(PyExc_ValueError,
  667|      0|                     "day %i must be in range 1..%d for month %i in year %i",
  668|      0|                     day, dim, month, year);
  669|      0|        return -1;
  670|      0|    }
  671|      8|    return 0;
  672|      8|}
_datetimemodule.c:set_date_fields:
  903|      8|{
  904|      8|    self->hashcode = -1;
  905|      8|    SET_YEAR(self, y);
  ------------------
  |  |  280|      8|#define SET_YEAR(o, v)          (((o)->data[0] = ((v) & 0xff00) >> 8), \
  |  |  281|      8|                 ((o)->data[1] = ((v) & 0x00ff)))
  ------------------
  906|      8|    SET_MONTH(self, m);
  ------------------
  |  |  282|      8|#define SET_MONTH(o, v)         (PyDateTime_GET_MONTH(o) = (v))
  |  |  ------------------
  |  |  |  |  124|      8|#define PyDateTime_GET_MONTH(o)    (((PyDateTime_Date*)(o))->data[2])
  |  |  ------------------
  ------------------
  907|      8|    SET_DAY(self, d);
  ------------------
  |  |  283|      8|#define SET_DAY(o, v)           (PyDateTime_GET_DAY(o) = (v))
  |  |  ------------------
  |  |  |  |  125|      8|#define PyDateTime_GET_DAY(o)      (((PyDateTime_Date*)(o))->data[3])
  |  |  ------------------
  ------------------
  908|      8|}
_datetimemodule.c:check_time_args:
  679|      8|{
  680|      8|    if (h < 0 || h > 23) {
  ------------------
  |  Branch (680:9): [True: 0, False: 8]
  |  Branch (680:18): [True: 0, False: 8]
  ------------------
  681|      0|        PyErr_Format(PyExc_ValueError, "hour must be in 0..23, not %i", h);
  682|      0|        return -1;
  683|      0|    }
  684|      8|    if (m < 0 || m > 59) {
  ------------------
  |  Branch (684:9): [True: 0, False: 8]
  |  Branch (684:18): [True: 0, False: 8]
  ------------------
  685|      0|        PyErr_Format(PyExc_ValueError, "minute must be in 0..59, not %i", m);
  686|      0|        return -1;
  687|      0|    }
  688|      8|    if (s < 0 || s > 59) {
  ------------------
  |  Branch (688:9): [True: 0, False: 8]
  |  Branch (688:18): [True: 0, False: 8]
  ------------------
  689|      0|        PyErr_Format(PyExc_ValueError, "second must be in 0..59, not %i", s);
  690|      0|        return -1;
  691|      0|    }
  692|      8|    if (us < 0 || us > 999999) {
  ------------------
  |  Branch (692:9): [True: 0, False: 8]
  |  Branch (692:19): [True: 0, False: 8]
  ------------------
  693|      0|        PyErr_Format(PyExc_ValueError,
  694|      0|                     "microsecond must be in 0..999999, not %i", us);
  695|      0|        return -1;
  696|      0|    }
  697|      8|    if (fold != 0 && fold != 1) {
  ------------------
  |  Branch (697:9): [True: 0, False: 8]
  |  Branch (697:22): [True: 0, False: 0]
  ------------------
  698|      0|        PyErr_Format(PyExc_ValueError,
  699|      0|                     "fold must be either 0 or 1, not %i", fold);
  700|      0|        return -1;
  701|      0|    }
  702|      8|    return 0;
  703|      8|}
_datetimemodule.c:create_timezone:
 1419|      4|{
 1420|      4|    PyDateTime_TimeZone *self;
 1421|      4|    PyTypeObject *type = TIMEZONE_TYPE(NO_STATE);
  ------------------
  |  |   80|      4|#define TIMEZONE_TYPE(st) &PyDateTime_TimeZoneType
  ------------------
 1422|       |
 1423|      4|    assert(offset != NULL);
  ------------------
  |  Branch (1423:5): [True: 4, False: 0]
  ------------------
 1424|      4|    assert(PyDelta_Check(offset));
  ------------------
  |  Branch (1424:5): [True: 4, False: 0]
  ------------------
 1425|      4|    assert(name == NULL || PyUnicode_Check(name));
  ------------------
  |  Branch (1425:5): [True: 4, False: 0]
  |  Branch (1425:5): [True: 0, False: 0]
  ------------------
 1426|       |
 1427|      4|    self = look_up_timezone(offset, name);
 1428|      4|    if (self != NULL) {
  ------------------
  |  Branch (1428:9): [True: 0, False: 4]
  ------------------
 1429|      0|        return (PyObject *)self;
 1430|      0|    }
 1431|      4|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (1431:5): [True: 4, False: 0]
  ------------------
 1432|       |
 1433|      4|    self = (PyDateTime_TimeZone *)(type->tp_alloc(type, 0));
 1434|      4|    if (self == NULL) {
  ------------------
  |  Branch (1434:9): [True: 0, False: 4]
  ------------------
 1435|      0|        return NULL;
 1436|      0|    }
 1437|      4|    self->offset = Py_NewRef(offset);
  ------------------
  |  |  550|      4|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1438|      4|    self->name = Py_XNewRef(name);
  ------------------
  |  |  551|      4|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1439|      4|    return (PyObject *)self;
 1440|      4|}
_datetimemodule.c:look_up_timezone:
 4573|      4|{
 4574|      4|    if (offset == utc_timezone.offset && name == NULL) {
  ------------------
  |  Branch (4574:9): [True: 0, False: 4]
  |  Branch (4574:42): [True: 0, False: 0]
  ------------------
 4575|      0|        return (PyDateTime_TimeZone *)CONST_UTC(NO_STATE);
  ------------------
  |  |  116|      0|#define CONST_UTC(st) ((PyObject *)&utc_timezone)
  ------------------
 4576|      0|    }
 4577|      4|    return NULL;
 4578|      4|}
_datetimemodule.c:time_alloc:
  873|      4|{
  874|      4|    size_t size = aware ? sizeof(PyDateTime_Time) : sizeof(_PyDateTime_BaseTime);
  ------------------
  |  Branch (874:19): [True: 0, False: 4]
  ------------------
  875|      4|    PyObject *self = (PyObject *)PyObject_Malloc(size);
  876|      4|    if (self == NULL) {
  ------------------
  |  Branch (876:9): [True: 0, False: 4]
  ------------------
  877|      0|        return PyErr_NoMemory();
  878|      0|    }
  879|      4|    _PyObject_Init(self, type);
  880|      4|    return self;
  881|      4|}
_datetimemodule.c:new_time_ex2:
 1307|      4|{
 1308|      4|    PyDateTime_Time *self;
 1309|      4|    char aware = tzinfo != Py_None;
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1310|       |
 1311|      4|    if (check_time_args(hour, minute, second, usecond, fold) < 0) {
  ------------------
  |  Branch (1311:9): [True: 0, False: 4]
  ------------------
 1312|      0|        return NULL;
 1313|      0|    }
 1314|      4|    if (check_tzinfo_subclass(tzinfo) < 0) {
  ------------------
  |  Branch (1314:9): [True: 0, False: 4]
  ------------------
 1315|      0|        return NULL;
 1316|      0|    }
 1317|       |
 1318|      4|    self = (PyDateTime_Time *) (type->tp_alloc(type, aware));
 1319|      4|    if (self != NULL) {
  ------------------
  |  Branch (1319:9): [True: 4, False: 0]
  ------------------
 1320|      4|        self->hastzinfo = aware;
 1321|      4|        self->hashcode = -1;
 1322|      4|        TIME_SET_HOUR(self, hour);
  ------------------
  |  |  301|      4|#define TIME_SET_HOUR(o, v)     (PyDateTime_TIME_GET_HOUR(o) = (v))
  |  |  ------------------
  |  |  |  |  139|      4|#define PyDateTime_TIME_GET_HOUR(o)        (((PyDateTime_Time*)(o))->data[0])
  |  |  ------------------
  ------------------
 1323|      4|        TIME_SET_MINUTE(self, minute);
  ------------------
  |  |  302|      4|#define TIME_SET_MINUTE(o, v)   (PyDateTime_TIME_GET_MINUTE(o) = (v))
  |  |  ------------------
  |  |  |  |  140|      4|#define PyDateTime_TIME_GET_MINUTE(o)      (((PyDateTime_Time*)(o))->data[1])
  |  |  ------------------
  ------------------
 1324|      4|        TIME_SET_SECOND(self, second);
  ------------------
  |  |  303|      4|#define TIME_SET_SECOND(o, v)   (PyDateTime_TIME_GET_SECOND(o) = (v))
  |  |  ------------------
  |  |  |  |  141|      4|#define PyDateTime_TIME_GET_SECOND(o)      (((PyDateTime_Time*)(o))->data[2])
  |  |  ------------------
  ------------------
 1325|      4|        TIME_SET_MICROSECOND(self, usecond);
  ------------------
  |  |  305|      4|    (((o)->data[3] = ((v) & 0xff0000) >> 16), \
  |  |  306|      4|     ((o)->data[4] = ((v) & 0x00ff00) >> 8), \
  |  |  307|      4|     ((o)->data[5] = ((v) & 0x0000ff)))
  ------------------
 1326|      4|        if (aware) {
  ------------------
  |  Branch (1326:13): [True: 0, False: 4]
  ------------------
 1327|      0|            self->tzinfo = Py_NewRef(tzinfo);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1328|      0|        }
 1329|      4|        TIME_SET_FOLD(self, fold);
  ------------------
  |  |  308|      4|#define TIME_SET_FOLD(o, v)   (PyDateTime_TIME_GET_FOLD(o) = (v))
  |  |  ------------------
  |  |  |  |  146|      4|#define PyDateTime_TIME_GET_FOLD(o)        (((PyDateTime_Time*)(o))->fold)
  |  |  ------------------
  ------------------
 1330|      4|    }
 1331|      4|    return (PyObject *)self;
 1332|      4|}
_datetimemodule.c:datetime_alloc:
  885|      4|{
  886|      4|    size_t size = aware ? sizeof(PyDateTime_DateTime) : sizeof(_PyDateTime_BaseDateTime);
  ------------------
  |  Branch (886:19): [True: 0, False: 4]
  ------------------
  887|      4|    PyObject *self = (PyObject *)PyObject_Malloc(size);
  888|      4|    if (self == NULL) {
  ------------------
  |  Branch (888:9): [True: 0, False: 4]
  ------------------
  889|      0|        return PyErr_NoMemory();
  890|      0|    }
  891|      4|    _PyObject_Init(self, type);
  892|      4|    return self;
  893|      4|}
_datetimemodule.c:new_datetime_ex2:
 1199|      4|{
 1200|      4|    PyDateTime_DateTime *self;
 1201|      4|    char aware = tzinfo != Py_None;
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1202|       |
 1203|      4|    if (check_date_args(year, month, day) < 0) {
  ------------------
  |  Branch (1203:9): [True: 0, False: 4]
  ------------------
 1204|      0|        return NULL;
 1205|      0|    }
 1206|      4|    if (check_time_args(hour, minute, second, usecond, fold) < 0) {
  ------------------
  |  Branch (1206:9): [True: 0, False: 4]
  ------------------
 1207|      0|        return NULL;
 1208|      0|    }
 1209|      4|    if (check_tzinfo_subclass(tzinfo) < 0) {
  ------------------
  |  Branch (1209:9): [True: 0, False: 4]
  ------------------
 1210|      0|        return NULL;
 1211|      0|    }
 1212|       |
 1213|      4|    self = (PyDateTime_DateTime *) (type->tp_alloc(type, aware));
 1214|      4|    if (self != NULL) {
  ------------------
  |  Branch (1214:9): [True: 4, False: 0]
  ------------------
 1215|      4|        self->hastzinfo = aware;
 1216|      4|        set_date_fields((PyDateTime_Date *)self, year, month, day);
 1217|      4|        DATE_SET_HOUR(self, hour);
  ------------------
  |  |  286|      4|#define DATE_SET_HOUR(o, v)     (PyDateTime_DATE_GET_HOUR(o) = (v))
  |  |  ------------------
  |  |  |  |  127|      4|#define PyDateTime_DATE_GET_HOUR(o)        (((PyDateTime_DateTime*)(o))->data[4])
  |  |  ------------------
  ------------------
 1218|      4|        DATE_SET_MINUTE(self, minute);
  ------------------
  |  |  287|      4|#define DATE_SET_MINUTE(o, v)   (PyDateTime_DATE_GET_MINUTE(o) = (v))
  |  |  ------------------
  |  |  |  |  128|      4|#define PyDateTime_DATE_GET_MINUTE(o)      (((PyDateTime_DateTime*)(o))->data[5])
  |  |  ------------------
  ------------------
 1219|      4|        DATE_SET_SECOND(self, second);
  ------------------
  |  |  288|      4|#define DATE_SET_SECOND(o, v)   (PyDateTime_DATE_GET_SECOND(o) = (v))
  |  |  ------------------
  |  |  |  |  129|      4|#define PyDateTime_DATE_GET_SECOND(o)      (((PyDateTime_DateTime*)(o))->data[6])
  |  |  ------------------
  ------------------
 1220|      4|        DATE_SET_MICROSECOND(self, usecond);
  ------------------
  |  |  290|      4|    (((o)->data[7] = ((v) & 0xff0000) >> 16), \
  |  |  291|      4|     ((o)->data[8] = ((v) & 0x00ff00) >> 8), \
  |  |  292|      4|     ((o)->data[9] = ((v) & 0x0000ff)))
  ------------------
 1221|      4|        if (aware) {
  ------------------
  |  Branch (1221:13): [True: 0, False: 4]
  ------------------
 1222|      0|            self->tzinfo = Py_NewRef(tzinfo);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1223|      0|        }
 1224|      4|        DATE_SET_FOLD(self, fold);
  ------------------
  |  |  293|      4|#define DATE_SET_FOLD(o, v)   (PyDateTime_DATE_GET_FOLD(o) = (v))
  |  |  ------------------
  |  |  |  |  134|      4|#define PyDateTime_DATE_GET_FOLD(o)        (((PyDateTime_DateTime*)(o))->fold)
  |  |  ------------------
  ------------------
 1225|      4|    }
 1226|      4|    return (PyObject *)self;
 1227|      4|}
_datetimemodule.c:create_timezone_from_delta:
 7372|      4|{
 7373|      4|    PyObject *delta = new_delta(days, sec, ms, normalize);
  ------------------
  |  | 1401|      4|    new_delta_ex(d, s, us, normalize, DELTA_TYPE(NO_STATE))
  |  |  ------------------
  |  |  |  |   78|      4|#define DELTA_TYPE(st) &PyDateTime_DeltaType
  |  |  ------------------
  ------------------
 7374|      4|    if (delta == NULL) {
  ------------------
  |  Branch (7374:9): [True: 0, False: 4]
  ------------------
 7375|      0|        return NULL;
 7376|      0|    }
 7377|      4|    PyObject *tz = create_timezone(delta, NULL);
 7378|      4|    Py_DECREF(delta);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7379|      4|    return tz;
 7380|      4|}

PyInit__functools:
 2042|      1|{
 2043|      1|    return PyModuleDef_Init(&_functools_module);
 2044|      1|}
_functoolsmodule.c:get_functools_state:
   39|      3|{
   40|      3|    void *state = _PyModule_GetState(module);
   41|      3|    assert(state != NULL);
  ------------------
  |  Branch (41:5): [True: 3, False: 0]
  ------------------
   42|      3|    return (_functools_state *)state;
   43|      3|}
_functoolsmodule.c:_functools_exec:
 1923|      1|{
 1924|      1|    _functools_state *state = get_functools_state(module);
 1925|      1|    state->kwd_mark = _PyObject_CallNoArgs((PyObject *)&PyBaseObject_Type);
 1926|      1|    if (state->kwd_mark == NULL) {
  ------------------
  |  Branch (1926:9): [True: 0, False: 1]
  ------------------
 1927|      0|        return -1;
 1928|      0|    }
 1929|       |
 1930|      1|    state->placeholder_type = (PyTypeObject *)PyType_FromModuleAndSpec(module,
 1931|      1|        &placeholder_type_spec, NULL);
 1932|      1|    if (state->placeholder_type == NULL) {
  ------------------
  |  Branch (1932:9): [True: 0, False: 1]
  ------------------
 1933|      0|        return -1;
 1934|      0|    }
 1935|      1|    if (PyModule_AddType(module, state->placeholder_type) < 0) {
  ------------------
  |  Branch (1935:9): [True: 0, False: 1]
  ------------------
 1936|      0|        return -1;
 1937|      0|    }
 1938|       |
 1939|      1|    PyObject *placeholder = PyObject_CallNoArgs((PyObject *)state->placeholder_type);
 1940|      1|    if (placeholder == NULL) {
  ------------------
  |  Branch (1940:9): [True: 0, False: 1]
  ------------------
 1941|      0|        return -1;
 1942|      0|    }
 1943|      1|    if (PyModule_AddObjectRef(module, "Placeholder", placeholder) < 0) {
  ------------------
  |  Branch (1943:9): [True: 0, False: 1]
  ------------------
 1944|      0|        Py_DECREF(placeholder);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1945|      0|        return -1;
 1946|      0|    }
 1947|      1|    Py_DECREF(placeholder);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1948|       |
 1949|      1|    state->partial_type = (PyTypeObject *)PyType_FromModuleAndSpec(module,
 1950|      1|        &partial_type_spec, NULL);
 1951|      1|    if (state->partial_type == NULL) {
  ------------------
  |  Branch (1951:9): [True: 0, False: 1]
  ------------------
 1952|      0|        return -1;
 1953|      0|    }
 1954|      1|    if (PyModule_AddType(module, state->partial_type) < 0) {
  ------------------
  |  Branch (1954:9): [True: 0, False: 1]
  ------------------
 1955|      0|        return -1;
 1956|      0|    }
 1957|       |
 1958|      1|    PyObject *lru_cache_type = PyType_FromModuleAndSpec(module,
 1959|      1|        &lru_cache_type_spec, NULL);
 1960|      1|    if (lru_cache_type == NULL) {
  ------------------
  |  Branch (1960:9): [True: 0, False: 1]
  ------------------
 1961|      0|        return -1;
 1962|      0|    }
 1963|      1|    if (PyModule_AddType(module, (PyTypeObject *)lru_cache_type) < 0) {
  ------------------
  |  Branch (1963:9): [True: 0, False: 1]
  ------------------
 1964|      0|        Py_DECREF(lru_cache_type);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1965|      0|        return -1;
 1966|      0|    }
 1967|      1|    Py_DECREF(lru_cache_type);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1968|       |
 1969|      1|    state->keyobject_type = (PyTypeObject *)PyType_FromModuleAndSpec(module,
 1970|      1|        &keyobject_type_spec, NULL);
 1971|      1|    if (state->keyobject_type == NULL) {
  ------------------
  |  Branch (1971:9): [True: 0, False: 1]
  ------------------
 1972|      0|        return -1;
 1973|      0|    }
 1974|       |    // keyobject_type is used only internally.
 1975|       |    // So we don't expose it in module namespace.
 1976|       |
 1977|      1|    state->lru_list_elem_type = (PyTypeObject *)PyType_FromModuleAndSpec(
 1978|      1|        module, &lru_list_elem_type_spec, NULL);
 1979|      1|    if (state->lru_list_elem_type == NULL) {
  ------------------
  |  Branch (1979:9): [True: 0, False: 1]
  ------------------
 1980|      0|        return -1;
 1981|      0|    }
 1982|       |    // lru_list_elem is used only in _lru_cache_wrapper.
 1983|       |    // So we don't expose it in module namespace.
 1984|       |
 1985|      1|    return 0;
 1986|      1|}
_functoolsmodule.c:placeholder_new:
   90|      1|{
   91|      1|    if (PyTuple_GET_SIZE(args) || (kwargs && PyDict_GET_SIZE(kwargs))) {
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 0, False: 1]
  |  |  ------------------
  ------------------
                  if (PyTuple_GET_SIZE(args) || (kwargs && PyDict_GET_SIZE(kwargs))) {
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (63:29): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (91:36): [True: 0, False: 1]
  ------------------
   92|      0|        PyErr_SetString(PyExc_TypeError, "PlaceholderType takes no arguments");
   93|      0|        return NULL;
   94|      0|    }
   95|      1|    _functools_state *state = get_functools_state_by_type(type);
   96|      1|    if (state->placeholder != NULL) {
  ------------------
  |  Branch (96:9): [True: 0, False: 1]
  ------------------
   97|      0|        return Py_NewRef(state->placeholder);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   98|      0|    }
   99|       |
  100|      1|    PyObject *placeholder = PyType_GenericNew(type, NULL, NULL);
  101|      1|    if (placeholder == NULL) {
  ------------------
  |  Branch (101:9): [True: 0, False: 1]
  ------------------
  102|      0|        return NULL;
  103|      0|    }
  104|       |
  105|      1|    if (state->placeholder == NULL) {
  ------------------
  |  Branch (105:9): [True: 1, False: 0]
  ------------------
  106|      1|        state->placeholder = Py_NewRef(placeholder);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|      1|    }
  108|      1|    return placeholder;
  109|      1|}
_functoolsmodule.c:get_functools_state_by_type:
  151|      2|{
  152|      2|    PyObject *module = PyType_GetModuleByDef(type, &_functools_module);
  153|      2|    if (module == NULL) {
  ------------------
  |  Branch (153:9): [True: 0, False: 2]
  ------------------
  154|      0|        return NULL;
  155|      0|    }
  156|      2|    return get_functools_state(module);
  157|      2|}
_functoolsmodule.c:lru_cache_new:
 1615|      1|{
 1616|      1|    PyObject *func, *maxsize_O, *cache_info_type, *cachedict;
 1617|      1|    int typed;
 1618|      1|    lru_cache_object *obj;
 1619|      1|    Py_ssize_t maxsize;
 1620|      1|    PyObject *(*wrapper)(lru_cache_object *, PyObject *, PyObject *);
 1621|      1|    _functools_state *state;
 1622|      1|    static char *keywords[] = {"user_function", "maxsize", "typed",
 1623|      1|                               "cache_info_type", NULL};
 1624|       |
 1625|      1|    if (!PyArg_ParseTupleAndKeywords(args, kw, "OOpO:lru_cache", keywords,
  ------------------
  |  Branch (1625:9): [True: 0, False: 1]
  ------------------
 1626|      1|                                     &func, &maxsize_O, &typed,
 1627|      1|                                     &cache_info_type)) {
 1628|      0|        return NULL;
 1629|      0|    }
 1630|       |
 1631|      1|    if (!PyCallable_Check(func)) {
  ------------------
  |  Branch (1631:9): [True: 0, False: 1]
  ------------------
 1632|      0|        PyErr_SetString(PyExc_TypeError,
 1633|      0|                        "the first argument must be callable");
 1634|      0|        return NULL;
 1635|      0|    }
 1636|       |
 1637|      1|    state = get_functools_state_by_type(type);
 1638|      1|    if (state == NULL) {
  ------------------
  |  Branch (1638:9): [True: 0, False: 1]
  ------------------
 1639|      0|        return NULL;
 1640|      0|    }
 1641|       |
 1642|       |    /* select the caching function, and make/inc maxsize_O */
 1643|      1|    if (maxsize_O == Py_None) {
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1643:9): [True: 0, False: 1]
  ------------------
 1644|      0|        wrapper = infinite_lru_cache_wrapper;
 1645|       |        /* use this only to initialize lru_cache_object attribute maxsize */
 1646|      0|        maxsize = -1;
 1647|      1|    } else if (PyIndex_Check(maxsize_O)) {
  ------------------
  |  Branch (1647:16): [True: 1, False: 0]
  ------------------
 1648|      1|        maxsize = PyNumber_AsSsize_t(maxsize_O, PyExc_OverflowError);
 1649|      1|        if (maxsize == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1649:13): [True: 0, False: 1]
  |  Branch (1649:30): [True: 0, False: 0]
  ------------------
 1650|      0|            return NULL;
 1651|      1|        if (maxsize < 0) {
  ------------------
  |  Branch (1651:13): [True: 0, False: 1]
  ------------------
 1652|      0|            maxsize = 0;
 1653|      0|        }
 1654|      1|        if (maxsize == 0)
  ------------------
  |  Branch (1654:13): [True: 0, False: 1]
  ------------------
 1655|      0|            wrapper = uncached_lru_cache_wrapper;
 1656|      1|        else
 1657|      1|            wrapper = bounded_lru_cache_wrapper;
 1658|      1|    } else {
 1659|      0|        PyErr_SetString(PyExc_TypeError, "maxsize should be integer or None");
 1660|      0|        return NULL;
 1661|      0|    }
 1662|       |
 1663|      1|    if (!(cachedict = PyDict_New()))
  ------------------
  |  Branch (1663:9): [True: 0, False: 1]
  ------------------
 1664|      0|        return NULL;
 1665|       |
 1666|      1|    obj = (lru_cache_object *)type->tp_alloc(type, 0);
 1667|      1|    if (obj == NULL) {
  ------------------
  |  Branch (1667:9): [True: 0, False: 1]
  ------------------
 1668|      0|        Py_DECREF(cachedict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1669|      0|        return NULL;
 1670|      0|    }
 1671|       |
 1672|      1|    obj->root.prev = &obj->root;
 1673|      1|    obj->root.next = &obj->root;
 1674|      1|    obj->wrapper = wrapper;
 1675|      1|    obj->typed = typed;
 1676|      1|    obj->cache = cachedict;
 1677|      1|    obj->func = Py_NewRef(func);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1678|      1|    obj->misses = obj->hits = 0;
 1679|      1|    obj->maxsize = maxsize;
 1680|      1|    obj->kwd_mark = Py_NewRef(state->kwd_mark);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1681|      1|    obj->lru_list_elem_type = (PyTypeObject*)Py_NewRef(state->lru_list_elem_type);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1682|      1|    obj->cache_info_type = Py_NewRef(cache_info_type);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1683|      1|    obj->dict = NULL;
 1684|       |    obj->weakreflist = NULL;
 1685|      1|    return (PyObject *)obj;
 1686|      1|}

PyNumber_AsOff_t:
  527|     23|{
  528|     23|    Py_off_t result;
  529|     23|    PyObject *runerr;
  530|     23|    PyObject *value = _PyNumber_Index(item);
  531|     23|    if (value == NULL)
  ------------------
  |  Branch (531:9): [True: 0, False: 23]
  ------------------
  532|      0|        return -1;
  533|       |
  534|       |    /* We're done if PyLong_AsSsize_t() returns without error. */
  535|     23|    result = PyLong_AsOff_t(value);
  ------------------
  |  |  111|     23|# define PyLong_AsOff_t     PyLong_AsSsize_t
  ------------------
  536|     23|    if (result != -1 || !(runerr = PyErr_Occurred()))
  ------------------
  |  Branch (536:9): [True: 23, False: 0]
  |  Branch (536:25): [True: 0, False: 0]
  ------------------
  537|     23|        goto finish;
  538|       |
  539|       |    /* Error handling code -- only manage OverflowError differently */
  540|      0|    if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError))
  ------------------
  |  Branch (540:9): [True: 0, False: 0]
  ------------------
  541|      0|        goto finish;
  542|       |
  543|      0|    PyErr_Clear();
  544|       |    /* If no error-handling desired then the default clipping
  545|       |       is sufficient.
  546|       |     */
  547|      0|    if (!err) {
  ------------------
  |  Branch (547:9): [True: 0, False: 0]
  ------------------
  548|      0|        assert(PyLong_Check(value));
  ------------------
  |  Branch (548:9): [True: 0, False: 0]
  ------------------
  549|      0|        if (_PyLong_IsNegative((PyLongObject *)value))
  ------------------
  |  Branch (549:13): [True: 0, False: 0]
  ------------------
  550|      0|            result = PY_OFF_T_MIN;
  ------------------
  |  |  114|      0|# define PY_OFF_T_MIN       PY_SSIZE_T_MIN
  |  |  ------------------
  |  |  |  |  146|      0|#define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  551|      0|        else
  552|      0|            result = PY_OFF_T_MAX;
  ------------------
  |  |  113|      0|# define PY_OFF_T_MAX       PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  553|      0|    }
  554|      0|    else {
  555|       |        /* Otherwise replace the error with caller's error object. */
  556|      0|        PyErr_Format(err,
  557|      0|                     "cannot fit '%.200s' into an offset-sized integer",
  558|      0|                     Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  559|      0|    }
  560|       |
  561|     23| finish:
  562|     23|    Py_DECREF(value);
  ------------------
  |  |  430|     23|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     23|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     23|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  563|     23|    return result;
  564|      0|}
PyInit__io:
  746|      2|{
  747|      2|    return PyModuleDef_Init(&_PyIO_Module);
  748|      2|}
_iomodule.c:_io_open_impl:
  204|     19|{
  205|     19|    size_t i;
  206|       |
  207|     19|    int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0;
  208|     19|    int text = 0, binary = 0;
  209|       |
  210|     19|    char rawmode[6], *m;
  211|     19|    int line_buffering, is_number, isatty = 0;
  212|       |
  213|     19|    PyObject *raw, *modeobj = NULL, *buffer, *wrapper, *result = NULL, *path_or_fd = NULL;
  214|       |
  215|     19|    is_number = PyNumber_Check(file);
  216|       |
  217|     19|    if (is_number) {
  ------------------
  |  Branch (217:9): [True: 6, False: 13]
  ------------------
  218|      6|        path_or_fd = Py_NewRef(file);
  ------------------
  |  |  550|      6|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  219|     13|    } else {
  220|     13|        path_or_fd = PyOS_FSPath(file);
  221|     13|        if (path_or_fd == NULL) {
  ------------------
  |  Branch (221:13): [True: 0, False: 13]
  ------------------
  222|      0|            return NULL;
  223|      0|        }
  224|     13|    }
  225|       |
  226|     19|    if (!is_number &&
  ------------------
  |  Branch (226:9): [True: 13, False: 6]
  ------------------
  227|     19|        !PyUnicode_Check(path_or_fd) &&
  ------------------
  |  |  103|     13|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     32|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (227:9): [True: 0, False: 13]
  ------------------
  228|      0|        !PyBytes_Check(path_or_fd)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (228:9): [True: 0, False: 0]
  ------------------
  229|      0|        PyErr_Format(PyExc_TypeError, "invalid file: %R", file);
  230|      0|        goto error;
  231|      0|    }
  232|       |
  233|       |    /* Decode mode */
  234|     57|    for (i = 0; i < strlen(mode); i++) {
  ------------------
  |  Branch (234:17): [True: 38, False: 19]
  ------------------
  235|     38|        char c = mode[i];
  236|       |
  237|     38|        switch (c) {
  238|      0|        case 'x':
  ------------------
  |  Branch (238:9): [True: 0, False: 38]
  ------------------
  239|      0|            creating = 1;
  240|      0|            break;
  241|     15|        case 'r':
  ------------------
  |  Branch (241:9): [True: 15, False: 23]
  ------------------
  242|     15|            reading = 1;
  243|     15|            break;
  244|      4|        case 'w':
  ------------------
  |  Branch (244:9): [True: 4, False: 34]
  ------------------
  245|      4|            writing = 1;
  246|      4|            break;
  247|      0|        case 'a':
  ------------------
  |  Branch (247:9): [True: 0, False: 38]
  ------------------
  248|      0|            appending = 1;
  249|      0|            break;
  250|      0|        case '+':
  ------------------
  |  Branch (250:9): [True: 0, False: 38]
  ------------------
  251|      0|            updating = 1;
  252|      0|            break;
  253|      0|        case 't':
  ------------------
  |  Branch (253:9): [True: 0, False: 38]
  ------------------
  254|      0|            text = 1;
  255|      0|            break;
  256|     19|        case 'b':
  ------------------
  |  Branch (256:9): [True: 19, False: 19]
  ------------------
  257|     19|            binary = 1;
  258|     19|            break;
  259|      0|        default:
  ------------------
  |  Branch (259:9): [True: 0, False: 38]
  ------------------
  260|      0|            goto invalid_mode;
  261|     38|        }
  262|       |
  263|       |        /* c must not be duplicated */
  264|     38|        if (strchr(mode+i+1, c)) {
  ------------------
  |  Branch (264:13): [True: 0, False: 38]
  ------------------
  265|      0|          invalid_mode:
  266|      0|            PyErr_Format(PyExc_ValueError, "invalid mode: '%s'", mode);
  267|      0|            goto error;
  268|      0|        }
  269|       |
  270|     38|    }
  271|       |
  272|     19|    m = rawmode;
  273|     19|    if (creating)  *(m++) = 'x';
  ------------------
  |  Branch (273:9): [True: 0, False: 19]
  ------------------
  274|     19|    if (reading)   *(m++) = 'r';
  ------------------
  |  Branch (274:9): [True: 15, False: 4]
  ------------------
  275|     19|    if (writing)   *(m++) = 'w';
  ------------------
  |  Branch (275:9): [True: 4, False: 15]
  ------------------
  276|     19|    if (appending) *(m++) = 'a';
  ------------------
  |  Branch (276:9): [True: 0, False: 19]
  ------------------
  277|     19|    if (updating)  *(m++) = '+';
  ------------------
  |  Branch (277:9): [True: 0, False: 19]
  ------------------
  278|     19|    *m = '\0';
  279|       |
  280|       |    /* Parameters validation */
  281|     19|    if (text && binary) {
  ------------------
  |  Branch (281:9): [True: 0, False: 19]
  |  Branch (281:17): [True: 0, False: 0]
  ------------------
  282|      0|        PyErr_SetString(PyExc_ValueError,
  283|      0|                        "can't have text and binary mode at once");
  284|      0|        goto error;
  285|      0|    }
  286|       |
  287|     19|    if (creating + reading + writing + appending > 1) {
  ------------------
  |  Branch (287:9): [True: 0, False: 19]
  ------------------
  288|      0|        PyErr_SetString(PyExc_ValueError,
  289|      0|                        "must have exactly one of create/read/write/append mode");
  290|      0|        goto error;
  291|      0|    }
  292|       |
  293|     19|    if (binary && encoding != NULL) {
  ------------------
  |  Branch (293:9): [True: 19, False: 0]
  |  Branch (293:19): [True: 0, False: 19]
  ------------------
  294|      0|        PyErr_SetString(PyExc_ValueError,
  295|      0|                        "binary mode doesn't take an encoding argument");
  296|      0|        goto error;
  297|      0|    }
  298|       |
  299|     19|    if (binary && errors != NULL) {
  ------------------
  |  Branch (299:9): [True: 19, False: 0]
  |  Branch (299:19): [True: 0, False: 19]
  ------------------
  300|      0|        PyErr_SetString(PyExc_ValueError,
  301|      0|                        "binary mode doesn't take an errors argument");
  302|      0|        goto error;
  303|      0|    }
  304|       |
  305|     19|    if (binary && newline != NULL) {
  ------------------
  |  Branch (305:9): [True: 19, False: 0]
  |  Branch (305:19): [True: 0, False: 19]
  ------------------
  306|      0|        PyErr_SetString(PyExc_ValueError,
  307|      0|                        "binary mode doesn't take a newline argument");
  308|      0|        goto error;
  309|      0|    }
  310|       |
  311|     19|    if (binary && buffering == 1) {
  ------------------
  |  Branch (311:9): [True: 19, False: 0]
  |  Branch (311:19): [True: 0, False: 19]
  ------------------
  312|      0|        if (PyErr_WarnEx(PyExc_RuntimeWarning,
  ------------------
  |  Branch (312:13): [True: 0, False: 0]
  ------------------
  313|      0|                         "line buffering (buffering=1) isn't supported in "
  314|      0|                         "binary mode, the default buffer size will be used",
  315|      0|                         1) < 0) {
  316|      0|           goto error;
  317|      0|        }
  318|      0|    }
  319|       |
  320|       |    /* Create the Raw file stream */
  321|     19|    _PyIO_State *state = get_io_state(module);
  322|     19|    {
  323|     19|        PyObject *RawIO_class = (PyObject *)state->PyFileIO_Type;
  324|       |#ifdef HAVE_WINDOWS_CONSOLE_IO
  325|       |        const PyConfig *config = _Py_GetConfig();
  326|       |        if (!config->legacy_windows_stdio && _PyIO_get_console_type(path_or_fd) != '\0') {
  327|       |            RawIO_class = (PyObject *)state->PyWindowsConsoleIO_Type;
  328|       |            encoding = "utf-8";
  329|       |        }
  330|       |#endif
  331|     19|        raw = PyObject_CallFunction(RawIO_class, "OsOO",
  332|     19|                                    path_or_fd, rawmode,
  333|     19|                                    closefd ? Py_True : Py_False,
  ------------------
  |  |   26|     19|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                                  closefd ? Py_True : Py_False,
  ------------------
  |  |   25|     19|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (333:37): [True: 13, False: 6]
  ------------------
  334|     19|                                    opener);
  335|     19|    }
  336|       |
  337|     19|    if (raw == NULL)
  ------------------
  |  Branch (337:9): [True: 0, False: 19]
  ------------------
  338|      0|        goto error;
  339|     19|    result = raw;
  340|       |
  341|     19|    Py_SETREF(path_or_fd, NULL);
  ------------------
  |  |  352|     19|    do { \
  |  |  353|     19|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     19|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|     19|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     19|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|     19|        *_tmp_dst_ptr = (src); \
  |  |  356|     19|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|     19|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|     19|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 19]
  |  |  ------------------
  ------------------
  342|       |
  343|     19|    modeobj = PyUnicode_FromString(mode);
  344|     19|    if (modeobj == NULL)
  ------------------
  |  Branch (344:9): [True: 0, False: 19]
  ------------------
  345|      0|        goto error;
  346|       |
  347|       |    /* buffering */
  348|     19|    if (buffering < 0) {
  ------------------
  |  Branch (348:9): [True: 19, False: 0]
  ------------------
  349|     19|        PyObject *res = PyObject_CallMethodNoArgs(raw, &_Py_ID(_isatty_open_only));
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  350|     19|        if (res == NULL)
  ------------------
  |  Branch (350:13): [True: 0, False: 19]
  ------------------
  351|      0|            goto error;
  352|     19|        isatty = PyObject_IsTrue(res);
  353|     19|        Py_DECREF(res);
  ------------------
  |  |  430|     19|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  354|     19|        if (isatty < 0)
  ------------------
  |  Branch (354:13): [True: 0, False: 19]
  ------------------
  355|      0|            goto error;
  356|     19|    }
  357|       |
  358|     19|    if (buffering == 1 || isatty) {
  ------------------
  |  Branch (358:9): [True: 0, False: 19]
  |  Branch (358:27): [True: 0, False: 19]
  ------------------
  359|      0|        buffering = -1;
  360|      0|        line_buffering = 1;
  361|      0|    }
  362|     19|    else
  363|     19|        line_buffering = 0;
  364|       |
  365|     19|    if (buffering < 0) {
  ------------------
  |  Branch (365:9): [True: 19, False: 0]
  ------------------
  366|     19|        PyObject *blksize_obj;
  367|     19|        blksize_obj = PyObject_GetAttr(raw, &_Py_ID(_blksize));
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  368|     19|        if (blksize_obj == NULL)
  ------------------
  |  Branch (368:13): [True: 0, False: 19]
  ------------------
  369|      0|            goto error;
  370|     19|        buffering = PyLong_AsLong(blksize_obj);
  371|     19|        Py_DECREF(blksize_obj);
  ------------------
  |  |  430|     19|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  372|     19|        if (buffering == -1 && PyErr_Occurred())
  ------------------
  |  Branch (372:13): [True: 0, False: 19]
  |  Branch (372:32): [True: 0, False: 0]
  ------------------
  373|      0|            goto error;
  374|     19|        buffering = Py_MAX(Py_MIN(buffering, 8192 * 1024), DEFAULT_BUFFER_SIZE);
  ------------------
  |  |  115|     38|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 19]
  |  |  |  Branch (115:25): [True: 0, False: 19]
  |  |  |  Branch (115:38): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  375|     19|    }
  376|     19|    if (buffering < 0) {
  ------------------
  |  Branch (376:9): [True: 0, False: 19]
  ------------------
  377|      0|        PyErr_SetString(PyExc_ValueError,
  378|      0|                        "invalid buffering size");
  379|      0|        goto error;
  380|      0|    }
  381|       |
  382|       |    /* if not buffering, returns the raw file object */
  383|     19|    if (buffering == 0) {
  ------------------
  |  Branch (383:9): [True: 0, False: 19]
  ------------------
  384|      0|        if (!binary) {
  ------------------
  |  Branch (384:13): [True: 0, False: 0]
  ------------------
  385|      0|            PyErr_SetString(PyExc_ValueError,
  386|      0|                            "can't have unbuffered text I/O");
  387|      0|            goto error;
  388|      0|        }
  389|       |
  390|      0|        Py_DECREF(modeobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  391|      0|        return result;
  392|      0|    }
  393|       |
  394|       |    /* wraps into a buffered file */
  395|     19|    {
  396|     19|        PyObject *Buffered_class;
  397|       |
  398|     19|        if (updating) {
  ------------------
  |  Branch (398:13): [True: 0, False: 19]
  ------------------
  399|      0|            Buffered_class = (PyObject *)state->PyBufferedRandom_Type;
  400|      0|        }
  401|     19|        else if (creating || writing || appending) {
  ------------------
  |  Branch (401:18): [True: 0, False: 19]
  |  Branch (401:30): [True: 4, False: 15]
  |  Branch (401:41): [True: 0, False: 15]
  ------------------
  402|      4|            Buffered_class = (PyObject *)state->PyBufferedWriter_Type;
  403|      4|        }
  404|     15|        else if (reading) {
  ------------------
  |  Branch (404:18): [True: 15, False: 0]
  ------------------
  405|     15|            Buffered_class = (PyObject *)state->PyBufferedReader_Type;
  406|     15|        }
  407|      0|        else {
  408|      0|            PyErr_Format(PyExc_ValueError,
  409|      0|                         "unknown mode: '%s'", mode);
  410|      0|            goto error;
  411|      0|        }
  412|       |
  413|     19|        buffer = PyObject_CallFunction(Buffered_class, "Oi", raw, buffering);
  414|     19|    }
  415|     19|    if (buffer == NULL)
  ------------------
  |  Branch (415:9): [True: 0, False: 19]
  ------------------
  416|      0|        goto error;
  417|     19|    result = buffer;
  418|     19|    Py_DECREF(raw);
  ------------------
  |  |  430|     19|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  419|       |
  420|       |
  421|       |    /* if binary, returns the buffered file */
  422|     19|    if (binary) {
  ------------------
  |  Branch (422:9): [True: 19, False: 0]
  ------------------
  423|     19|        Py_DECREF(modeobj);
  ------------------
  |  |  430|     19|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  424|     19|        return result;
  425|     19|    }
  426|       |
  427|       |    /* wraps into a TextIOWrapper */
  428|      0|    wrapper = PyObject_CallFunction((PyObject *)state->PyTextIOWrapper_Type,
  429|      0|                                    "OsssO",
  430|      0|                                    buffer,
  431|      0|                                    encoding, errors, newline,
  432|      0|                                    line_buffering ? Py_True : Py_False);
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                                  line_buffering ? Py_True : Py_False);
  ------------------
  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (432:37): [True: 0, False: 0]
  ------------------
  433|      0|    if (wrapper == NULL)
  ------------------
  |  Branch (433:9): [True: 0, False: 0]
  ------------------
  434|      0|        goto error;
  435|      0|    result = wrapper;
  436|      0|    Py_DECREF(buffer);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|       |
  438|      0|    if (PyObject_SetAttr(wrapper, &_Py_ID(mode), modeobj) < 0)
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (438:9): [True: 0, False: 0]
  ------------------
  439|      0|        goto error;
  440|      0|    Py_DECREF(modeobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  441|      0|    return result;
  442|       |
  443|      0|  error:
  444|      0|    if (result != NULL) {
  ------------------
  |  Branch (444:9): [True: 0, False: 0]
  ------------------
  445|      0|        PyObject *exc = PyErr_GetRaisedException();
  446|      0|        PyObject *close_result = PyObject_CallMethodNoArgs(result, &_Py_ID(close));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  447|      0|        _PyErr_ChainExceptions1(exc);
  448|      0|        Py_XDECREF(close_result);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  449|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  450|      0|    }
  451|      0|    Py_XDECREF(path_or_fd);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  452|      0|    Py_XDECREF(modeobj);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  453|       |    return NULL;
  454|      0|}
_iomodule.c:_io_open_code_impl:
  517|     13|{
  518|     13|    return PyFile_OpenCodeObject(path);
  519|     13|}
_iomodule.c:iomodule_exec:
  653|      2|{
  654|      2|    _PyIO_State *state = get_io_state(m);
  655|       |
  656|       |    /* DEFAULT_BUFFER_SIZE */
  657|      2|    if (PyModule_AddIntMacro(m, DEFAULT_BUFFER_SIZE) < 0)
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  ------------------
  |  Branch (657:9): [True: 0, False: 2]
  ------------------
  658|      0|        return -1;
  659|       |
  660|       |    /* UnsupportedOperation inherits from ValueError and OSError */
  661|      2|    state->unsupported_operation = PyObject_CallFunction(
  662|      2|        (PyObject *)&PyType_Type, "s(OO){}",
  663|      2|        "UnsupportedOperation", PyExc_OSError, PyExc_ValueError);
  664|      2|    if (state->unsupported_operation == NULL)
  ------------------
  |  Branch (664:9): [True: 0, False: 2]
  ------------------
  665|      0|        return -1;
  666|      2|    if (PyObject_SetAttrString(state->unsupported_operation,
  ------------------
  |  Branch (666:9): [True: 0, False: 2]
  ------------------
  667|      2|                               "__module__", &_Py_ID(io)) < 0)
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  668|      0|    {
  669|      0|        return -1;
  670|      0|    }
  671|      2|    if (PyModule_AddObjectRef(m, "UnsupportedOperation",
  ------------------
  |  Branch (671:9): [True: 0, False: 2]
  ------------------
  672|      2|                              state->unsupported_operation) < 0)
  673|      0|    {
  674|      0|        return -1;
  675|      0|    }
  676|       |
  677|       |    /* BlockingIOError, for compatibility */
  678|      2|    if (PyModule_AddObjectRef(m, "BlockingIOError",
  ------------------
  |  Branch (678:9): [True: 0, False: 2]
  ------------------
  679|      2|                              (PyObject *) PyExc_BlockingIOError) < 0) {
  680|      0|        return -1;
  681|      0|    }
  682|       |
  683|       |    // Base classes
  684|      2|    ADD_TYPE(m, state->PyIncrementalNewlineDecoder_Type, &_Py_nldecoder_spec, NULL);
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  685|      2|    ADD_TYPE(m, state->PyBytesIOBuffer_Type, &_Py_bytesiobuf_spec, NULL);
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  686|      2|    ADD_TYPE(m, state->PyIOBase_Type, &_Py_iobase_spec, NULL);
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  687|       |
  688|       |    // PyIOBase_Type subclasses
  689|      2|    ADD_TYPE(m, state->PyTextIOBase_Type, &_Py_textiobase_spec,
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  690|      2|             state->PyIOBase_Type);
  691|      2|    ADD_TYPE(m, state->PyBufferedIOBase_Type, &_Py_bufferediobase_spec,
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  692|      2|             state->PyIOBase_Type);
  693|      2|    ADD_TYPE(m, state->PyRawIOBase_Type, &_Py_rawiobase_spec,
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  694|      2|             state->PyIOBase_Type);
  695|       |
  696|       |    // PyBufferedIOBase_Type(PyIOBase_Type) subclasses
  697|      2|    ADD_TYPE(m, state->PyBytesIO_Type, &_Py_bytesio_spec, state->PyBufferedIOBase_Type);
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  698|      2|    ADD_TYPE(m, state->PyBufferedWriter_Type, &_Py_bufferedwriter_spec,
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  699|      2|             state->PyBufferedIOBase_Type);
  700|      2|    ADD_TYPE(m, state->PyBufferedReader_Type, &_Py_bufferedreader_spec,
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  701|      2|             state->PyBufferedIOBase_Type);
  702|      2|    ADD_TYPE(m, state->PyBufferedRWPair_Type, &_Py_bufferedrwpair_spec,
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  703|      2|             state->PyBufferedIOBase_Type);
  704|      2|    ADD_TYPE(m, state->PyBufferedRandom_Type, &_Py_bufferedrandom_spec,
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  705|      2|             state->PyBufferedIOBase_Type);
  706|       |
  707|       |    // PyRawIOBase_Type(PyIOBase_Type) subclasses
  708|      2|    ADD_TYPE(m, state->PyFileIO_Type, &_Py_fileio_spec, state->PyRawIOBase_Type);
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  709|       |
  710|       |#ifdef HAVE_WINDOWS_CONSOLE_IO
  711|       |    ADD_TYPE(m, state->PyWindowsConsoleIO_Type, &_Py_winconsoleio_spec,
  712|       |             state->PyRawIOBase_Type);
  713|       |#endif
  714|       |
  715|       |    // PyTextIOBase_Type(PyIOBase_Type) subclasses
  716|      2|    ADD_TYPE(m, state->PyStringIO_Type, &_Py_stringio_spec, state->PyTextIOBase_Type);
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  717|      2|    ADD_TYPE(m, state->PyTextIOWrapper_Type, &_Py_textiowrapper_spec,
  ------------------
  |  |  639|      2|#define ADD_TYPE(module, type, spec, base)                               \
  |  |  640|      2|do {                                                                     \
  |  |  641|      2|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec,        \
  |  |  642|      2|                                                    (PyObject *)base);   \
  |  |  643|      2|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (643:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  644|      0|        return -1;                                                       \
  |  |  645|      0|    }                                                                    \
  |  |  646|      2|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (646:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  647|      0|        return -1;                                                       \
  |  |  648|      0|    }                                                                    \
  |  |  649|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (649:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  718|      2|             state->PyTextIOBase_Type);
  719|       |
  720|      2|#undef ADD_TYPE
  721|      2|    return 0;
  722|      2|}
_iomodule.c:iomodule_traverse:
  567|      4|iomodule_traverse(PyObject *mod, visitproc visit, void *arg) {
  568|      4|    _PyIO_State *state = get_io_state(mod);
  569|      4|    Py_VISIT(state->unsupported_operation);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  570|       |
  571|      4|    Py_VISIT(state->PyIOBase_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  572|      4|    Py_VISIT(state->PyIncrementalNewlineDecoder_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  573|      4|    Py_VISIT(state->PyRawIOBase_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  574|      4|    Py_VISIT(state->PyBufferedIOBase_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  575|      4|    Py_VISIT(state->PyBufferedRWPair_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  576|      4|    Py_VISIT(state->PyBufferedRandom_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  577|      4|    Py_VISIT(state->PyBufferedReader_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  578|      4|    Py_VISIT(state->PyBufferedWriter_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  579|      4|    Py_VISIT(state->PyBytesIOBuffer_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  580|      4|    Py_VISIT(state->PyBytesIO_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  581|      4|    Py_VISIT(state->PyFileIO_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  582|      4|    Py_VISIT(state->PyStringIO_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  583|      4|    Py_VISIT(state->PyTextIOBase_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  584|      4|    Py_VISIT(state->PyTextIOWrapper_Type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  585|       |#ifdef HAVE_WINDOWS_CONSOLE_IO
  586|       |    Py_VISIT(state->PyWindowsConsoleIO_Type);
  587|       |#endif
  588|      4|    return 0;
  589|      4|}

_iomodule.c:get_io_state:
  171|     25|{
  172|     25|    void *state = _PyModule_GetState(module);
  173|     25|    assert(state != NULL);
  ------------------
  |  Branch (173:5): [True: 25, False: 0]
  ------------------
  174|     25|    return (_PyIO_State *)state;
  175|     25|}
fileio.c:get_io_state_by_cls:
  179|     13|{
  180|     13|    void *state = _PyType_GetModuleState(cls);
  181|     13|    assert(state != NULL);
  ------------------
  |  Branch (181:5): [True: 13, False: 0]
  ------------------
  182|     13|    return (_PyIO_State *)state;
  183|     13|}
bufferedio.c:find_io_state_by_def:
  187|     19|{
  188|     19|    PyObject *mod = PyType_GetModuleByDef(type, &_PyIO_Module);
  189|     19|    assert(mod != NULL);
  ------------------
  |  Branch (189:5): [True: 19, False: 0]
  ------------------
  190|     19|    return get_io_state(mod);
  191|     19|}
bufferedio.c:get_io_state:
  171|     19|{
  172|     19|    void *state = _PyModule_GetState(module);
  173|     19|    assert(state != NULL);
  ------------------
  |  Branch (173:5): [True: 19, False: 0]
  ------------------
  174|     19|    return (_PyIO_State *)state;
  175|     19|}
textio.c:find_io_state_by_def:
  187|      6|{
  188|      6|    PyObject *mod = PyType_GetModuleByDef(type, &_PyIO_Module);
  189|      6|    assert(mod != NULL);
  ------------------
  |  Branch (189:5): [True: 6, False: 0]
  ------------------
  190|      6|    return get_io_state(mod);
  191|      6|}
textio.c:get_io_state:
  171|      6|{
  172|      6|    void *state = _PyModule_GetState(module);
  173|      6|    assert(state != NULL);
  ------------------
  |  Branch (173:5): [True: 6, False: 0]
  ------------------
  174|      6|    return (_PyIO_State *)state;
  175|      6|}

bufferedio.c:buffered_dealloc:
  426|     13|{
  427|     13|    buffered *self = buffered_CAST(op);
  ------------------
  |  |  267|     13|#define buffered_CAST(op)   ((buffered *)(op))
  ------------------
  428|     13|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  213|     13|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|     13|    self->finalizing = 1;
  430|     13|    if (_PyIOBase_finalize(op) < 0)
  ------------------
  |  Branch (430:9): [True: 0, False: 13]
  ------------------
  431|      0|        return;
  432|     13|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     13|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  433|     13|    self->ok = 0;
  434|     13|    FT_CLEAR_WEAKREFS(op, self->weakreflist);
  ------------------
  |  |   47|     13|    do {                                            \
  |  |   48|     13|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|     13|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 13]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|     13|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
  |  Branch (434:5): [True: 13, False: 0]
  ------------------
  435|     13|    if (self->buffer) {
  ------------------
  |  Branch (435:9): [True: 0, False: 13]
  ------------------
  436|      0|        PyMem_Free(self->buffer);
  437|      0|        self->buffer = NULL;
  438|      0|    }
  439|     13|    if (self->lock) {
  ------------------
  |  Branch (439:9): [True: 13, False: 0]
  ------------------
  440|     13|        PyThread_free_lock(self->lock);
  441|     13|        self->lock = NULL;
  442|     13|    }
  443|     13|    (void)buffered_clear(op);
  444|     13|    tp->tp_free(self);
  445|     13|    Py_DECREF(tp);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  446|     13|}
bufferedio.c:buffered_traverse:
  466|      6|{
  467|      6|    buffered *self = buffered_CAST(op);
  ------------------
  |  |  267|      6|#define buffered_CAST(op)   ((buffered *)(op))
  ------------------
  468|      6|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  469|      6|    Py_VISIT(self->raw);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  470|      6|    Py_VISIT(self->dict);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  471|      6|    return 0;
  472|      6|}
bufferedio.c:buffered_clear:
  416|     13|{
  417|     13|    buffered *self = buffered_CAST(op);
  ------------------
  |  |  267|     13|#define buffered_CAST(op)   ((buffered *)(op))
  ------------------
  418|     13|    self->ok = 0;
  419|     13|    Py_CLEAR(self->raw);
  ------------------
  |  |  484|     13|    do { \
  |  |  485|     13|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     13|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     13|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     13|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     13|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 13, False: 0]
  |  |  ------------------
  |  |  488|     13|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     13|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     13|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     13|        } \
  |  |  491|     13|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
  420|       |    Py_CLEAR(self->dict);
  ------------------
  |  |  484|     13|    do { \
  |  |  485|     13|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     13|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     13|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     13|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     13|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 13]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|     13|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
  421|     13|    return 0;
  422|     13|}
bufferedio.c:_bufferedwriter_reset_buf:
 1924|      4|{
 1925|      4|    self->write_pos = 0;
 1926|      4|    self->write_end = -1;
 1927|      4|}
bufferedio.c:_bufferedreader_reset_buf:
 1577|     28|{
 1578|     28|    self->read_end = -1;
 1579|     28|}
bufferedio.c:_io__Buffered_simple_flush_impl:
  515|     13|{
  516|     13|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|     13|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 13]
  |  |  ------------------
  |  |  342|      0|        if (self->detached) { \
  |  |  ------------------
  |  |  |  Branch (342:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  343|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  344|      0|                 "raw stream has been detached"); \
  |  |  345|      0|        } else { \
  |  |  346|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  347|      0|                "I/O operation on uninitialized object"); \
  |  |  348|      0|        } \
  |  |  349|      0|        return NULL; \
  |  |  350|      0|    }
  ------------------
  517|     13|    return PyObject_CallMethodNoArgs(self->raw, &_Py_ID(flush));
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  518|     13|}
bufferedio.c:_io__Buffered_close_impl:
  556|     13|{
  557|     13|    PyObject *res = NULL;
  558|     13|    int r;
  559|       |
  560|     13|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|     13|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 13]
  |  |  ------------------
  |  |  342|      0|        if (self->detached) { \
  |  |  ------------------
  |  |  |  Branch (342:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  343|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  344|      0|                 "raw stream has been detached"); \
  |  |  345|      0|        } else { \
  |  |  346|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  347|      0|                "I/O operation on uninitialized object"); \
  |  |  348|      0|        } \
  |  |  349|      0|        return NULL; \
  |  |  350|      0|    }
  ------------------
  561|     13|    if (!ENTER_BUFFERED(self)) {
  ------------------
  |  |  330|     13|    ( (PyThread_acquire_lock(self->lock, 0) ? \
  |  |  ------------------
  |  |  |  Branch (330:7): [True: 13, False: 0]
  |  |  |  Branch (330:8): [True: 13, False: 0]
  |  |  ------------------
  |  |  331|     13|       1 : _enter_buffered_busy(self)) \
  |  |  332|     13|     && (self->owner = PyThread_get_thread_ident(), 1) )
  |  |  ------------------
  |  |  |  Branch (332:9): [True: 13, False: 0]
  |  |  ------------------
  ------------------
  562|      0|        return NULL;
  563|      0|    }
  564|       |    /* gh-138720: Use IS_CLOSED to match flush CHECK_CLOSED. */
  565|     13|    r = IS_CLOSED(self);
  ------------------
  |  |  365|     13|    (!self->buffer ? 1 : \
  |  |  ------------------
  |  |  |  Branch (365:6): [True: 0, False: 13]
  |  |  ------------------
  |  |  366|     13|    (self->fast_closed_checks \
  |  |  ------------------
  |  |  |  Branch (366:6): [True: 13, False: 0]
  |  |  ------------------
  |  |  367|     13|     ? _PyFileIO_closed(self->raw) \
  |  |  368|     13|     : buffered_closed(self)))
  ------------------
  566|     13|    if (r < 0)
  ------------------
  |  Branch (566:9): [True: 0, False: 13]
  ------------------
  567|      0|        goto end;
  568|     13|    if (r > 0) {
  ------------------
  |  Branch (568:9): [True: 0, False: 13]
  ------------------
  569|      0|        res = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  570|      0|        goto end;
  571|      0|    }
  572|       |
  573|     13|    if (self->finalizing) {
  ------------------
  |  Branch (573:9): [True: 0, False: 13]
  ------------------
  574|      0|        PyObject *r = _io__Buffered__dealloc_warn_impl(self, (PyObject *)self);
  575|      0|        if (r)
  ------------------
  |  Branch (575:13): [True: 0, False: 0]
  ------------------
  576|      0|            Py_DECREF(r);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  577|      0|        else
  578|      0|            PyErr_Clear();
  579|      0|    }
  580|       |    /* flush() will most probably re-take the lock, so drop it first */
  581|     13|    LEAVE_BUFFERED(self)
  ------------------
  |  |  335|     13|    do { \
  |  |  336|     13|        self->owner = 0; \
  |  |  337|     13|        PyThread_release_lock(self->lock); \
  |  |  338|     13|    } while(0);
  |  |  ------------------
  |  |  |  Branch (338:13): [Folded, False: 13]
  |  |  ------------------
  ------------------
  582|     13|    r = _PyFile_Flush((PyObject *)self);
  583|     13|    if (!ENTER_BUFFERED(self)) {
  ------------------
  |  |  330|     13|    ( (PyThread_acquire_lock(self->lock, 0) ? \
  |  |  ------------------
  |  |  |  Branch (330:7): [True: 13, False: 0]
  |  |  |  Branch (330:8): [True: 13, False: 0]
  |  |  ------------------
  |  |  331|     13|       1 : _enter_buffered_busy(self)) \
  |  |  332|     13|     && (self->owner = PyThread_get_thread_ident(), 1) )
  |  |  ------------------
  |  |  |  Branch (332:9): [True: 13, False: 0]
  |  |  ------------------
  ------------------
  584|      0|        return NULL;
  585|      0|    }
  586|     13|    PyObject *exc = NULL;
  587|     13|    if (r < 0) {
  ------------------
  |  Branch (587:9): [True: 0, False: 13]
  ------------------
  588|      0|        exc = PyErr_GetRaisedException();
  589|      0|    }
  590|       |
  591|     13|    res = PyObject_CallMethodNoArgs(self->raw, &_Py_ID(close));
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|       |
  593|     13|    if (self->buffer) {
  ------------------
  |  Branch (593:9): [True: 13, False: 0]
  ------------------
  594|     13|        PyMem_Free(self->buffer);
  595|     13|        self->buffer = NULL;
  596|     13|    }
  597|       |
  598|     13|    if (exc != NULL) {
  ------------------
  |  Branch (598:9): [True: 0, False: 13]
  ------------------
  599|      0|        _PyErr_ChainExceptions1(exc);
  600|      0|        Py_CLEAR(res);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  601|      0|    }
  602|       |
  603|     13|    self->read_end = 0;
  604|     13|    self->pos = 0;
  605|       |
  606|     13|end:
  607|     13|    LEAVE_BUFFERED(self)
  ------------------
  |  |  335|     13|    do { \
  |  |  336|     13|        self->owner = 0; \
  |  |  337|     13|        PyThread_release_lock(self->lock); \
  |  |  338|     13|    } while(0);
  |  |  ------------------
  |  |  |  Branch (338:13): [Folded, False: 13]
  |  |  ------------------
  ------------------
  608|     13|    return res;
  609|     13|}
bufferedio.c:_io__Buffered_seekable_impl:
  642|      6|{
  643|      6|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|      6|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 6]
  |  |  ------------------
  |  |  342|      0|        if (self->detached) { \
  |  |  ------------------
  |  |  |  Branch (342:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  343|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  344|      0|                 "raw stream has been detached"); \
  |  |  345|      0|        } else { \
  |  |  346|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  347|      0|                "I/O operation on uninitialized object"); \
  |  |  348|      0|        } \
  |  |  349|      0|        return NULL; \
  |  |  350|      0|    }
  ------------------
  644|      6|    return PyObject_CallMethodNoArgs(self->raw, &_Py_ID(seekable));
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  645|      6|}
bufferedio.c:_io__Buffered_readable_impl:
  655|      2|{
  656|      2|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|      2|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  342|      0|        if (self->detached) { \
  |  |  ------------------
  |  |  |  Branch (342:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  343|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  344|      0|                 "raw stream has been detached"); \
  |  |  345|      0|        } else { \
  |  |  346|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  347|      0|                "I/O operation on uninitialized object"); \
  |  |  348|      0|        } \
  |  |  349|      0|        return NULL; \
  |  |  350|      0|    }
  ------------------
  657|      2|    return PyObject_CallMethodNoArgs(self->raw, &_Py_ID(readable));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  658|      2|}
bufferedio.c:_io__Buffered_read_impl:
  994|     13|{
  995|     13|    PyObject *res;
  996|       |
  997|     13|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|     13|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 13]
  |  |  ------------------
  |  |  342|      0|        if (self->detached) { \
  |  |  ------------------
  |  |  |  Branch (342:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  343|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  344|      0|                 "raw stream has been detached"); \
  |  |  345|      0|        } else { \
  |  |  346|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  347|      0|                "I/O operation on uninitialized object"); \
  |  |  348|      0|        } \
  |  |  349|      0|        return NULL; \
  |  |  350|      0|    }
  ------------------
  998|     13|    if (n < -1) {
  ------------------
  |  Branch (998:9): [True: 0, False: 13]
  ------------------
  999|      0|        PyErr_SetString(PyExc_ValueError,
 1000|      0|                        "read length must be non-negative or -1");
 1001|      0|        return NULL;
 1002|      0|    }
 1003|       |
 1004|     13|    CHECK_CLOSED(self, "read of closed file")
  ------------------
  |  |  371|     13|    do { \
  |  |  372|     13|        int _closed = IS_CLOSED(self); \
  |  |  ------------------
  |  |  |  |  365|     13|    (!self->buffer ? 1 : \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (365:6): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  366|     13|    (self->fast_closed_checks \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (366:6): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  367|     13|     ? _PyFileIO_closed(self->raw) \
  |  |  |  |  368|     13|     : buffered_closed(self)))
  |  |  ------------------
  |  |  373|     13|        if (_closed < 0) { \
  |  |  ------------------
  |  |  |  Branch (373:13): [True: 0, False: 13]
  |  |  ------------------
  |  |  374|      0|            return NULL; \
  |  |  375|      0|        } \
  |  |  376|     13|        if (_closed && \
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 0, False: 13]
  |  |  ------------------
  |  |  377|     13|            (Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t) == 0)) \
  |  |  ------------------
  |  |  |  |  247|      0|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (34:47): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (377:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  378|     13|        { \
  |  |  379|      0|            PyErr_SetString(PyExc_ValueError, error_msg); \
  |  |  380|      0|            return NULL; \
  |  |  381|      0|        } \
  |  |  382|     13|    } while (0);
  |  |  ------------------
  |  |  |  Branch (382:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
 1005|       |
 1006|     13|    if (n == -1) {
  ------------------
  |  Branch (1006:9): [True: 13, False: 0]
  ------------------
 1007|       |        /* The number of bytes is unspecified, read until the end of stream */
 1008|     13|        if (!ENTER_BUFFERED(self))
  ------------------
  |  |  330|     13|    ( (PyThread_acquire_lock(self->lock, 0) ? \
  |  |  ------------------
  |  |  |  Branch (330:7): [True: 13, False: 0]
  |  |  |  Branch (330:8): [True: 13, False: 0]
  |  |  ------------------
  |  |  331|     13|       1 : _enter_buffered_busy(self)) \
  |  |  332|     13|     && (self->owner = PyThread_get_thread_ident(), 1) )
  |  |  ------------------
  |  |  |  Branch (332:9): [True: 13, False: 0]
  |  |  ------------------
  ------------------
 1009|      0|            return NULL;
 1010|     13|        res = _bufferedreader_read_all(self);
 1011|     13|    }
 1012|      0|    else {
 1013|      0|        res = _bufferedreader_read_fast(self, n);
 1014|      0|        if (res != Py_None)
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1014:13): [True: 0, False: 0]
  ------------------
 1015|      0|            return res;
 1016|      0|        Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1017|      0|        if (!ENTER_BUFFERED(self))
  ------------------
  |  |  330|      0|    ( (PyThread_acquire_lock(self->lock, 0) ? \
  |  |  ------------------
  |  |  |  Branch (330:7): [True: 0, False: 0]
  |  |  |  Branch (330:8): [True: 0, False: 0]
  |  |  ------------------
  |  |  331|      0|       1 : _enter_buffered_busy(self)) \
  |  |  332|      0|     && (self->owner = PyThread_get_thread_ident(), 1) )
  |  |  ------------------
  |  |  |  Branch (332:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1018|      0|            return NULL;
 1019|      0|        res = _bufferedreader_read_generic(self, n);
 1020|      0|    }
 1021|       |
 1022|     13|    LEAVE_BUFFERED(self)
  ------------------
  |  |  335|     13|    do { \
  |  |  336|     13|        self->owner = 0; \
  |  |  337|     13|        PyThread_release_lock(self->lock); \
  |  |  338|     13|    } while(0);
  |  |  ------------------
  |  |  |  Branch (338:13): [Folded, False: 13]
  |  |  ------------------
  ------------------
 1023|     13|    return res;
 1024|     13|}
bufferedio.c:_bufferedreader_read_all:
 1689|     13|{
 1690|     13|    Py_ssize_t current_size;
 1691|     13|    PyObject *res = NULL, *data = NULL, *tmp = NULL, *chunks = NULL, *readall;
 1692|       |
 1693|       |    /* First copy what we have in the current buffer. */
 1694|     13|    current_size = Py_SAFE_DOWNCAST(READAHEAD(self), Py_off_t, Py_ssize_t);
  ------------------
  |  |  247|     13|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|     78|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (34:47): [True: 13, False: 0]
  |  |  |  |  |  Branch (34:47): [True: 0, False: 13]
  |  |  |  |  |  Branch (34:47): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1695|     13|    if (current_size) {
  ------------------
  |  Branch (1695:9): [True: 0, False: 13]
  ------------------
 1696|      0|        data = PyBytes_FromStringAndSize(
 1697|      0|            self->buffer + self->pos, current_size);
 1698|      0|        if (data == NULL)
  ------------------
  |  Branch (1698:13): [True: 0, False: 0]
  ------------------
 1699|      0|            return NULL;
 1700|      0|        self->pos += current_size;
 1701|      0|    }
 1702|       |    /* We're going past the buffer's bounds, flush it */
 1703|     13|    if (self->writable) {
  ------------------
  |  Branch (1703:9): [True: 0, False: 13]
  ------------------
 1704|      0|        tmp = buffered_flush_and_rewind_unlocked(self);
 1705|      0|        if (tmp == NULL)
  ------------------
  |  Branch (1705:13): [True: 0, False: 0]
  ------------------
 1706|      0|            goto cleanup;
 1707|      0|        Py_CLEAR(tmp);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1708|      0|    }
 1709|     13|    _bufferedreader_reset_buf(self);
 1710|       |
 1711|     13|    if (PyObject_GetOptionalAttr(self->raw, &_Py_ID(readall), &readall) < 0) {
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1711:9): [True: 0, False: 13]
  ------------------
 1712|      0|        goto cleanup;
 1713|      0|    }
 1714|     13|    if (readall) {
  ------------------
  |  Branch (1714:9): [True: 13, False: 0]
  ------------------
 1715|     13|        tmp = _PyObject_CallNoArgs(readall);
 1716|     13|        Py_DECREF(readall);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1717|     13|        if (tmp == NULL)
  ------------------
  |  Branch (1717:13): [True: 0, False: 13]
  ------------------
 1718|      0|            goto cleanup;
 1719|     13|        if (tmp != Py_None && !PyBytes_Check(tmp)) {
  ------------------
  |  |  616|     26|#  define Py_None (&_Py_NoneStruct)
  ------------------
                      if (tmp != Py_None && !PyBytes_Check(tmp)) {
  ------------------
  |  |   28|     13|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     13|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1719:13): [True: 13, False: 0]
  |  Branch (1719:31): [True: 0, False: 13]
  ------------------
 1720|      0|            PyErr_SetString(PyExc_TypeError, "readall() should return bytes");
 1721|      0|            goto cleanup;
 1722|      0|        }
 1723|     13|        if (current_size == 0) {
  ------------------
  |  Branch (1723:13): [True: 13, False: 0]
  ------------------
 1724|     13|            res = tmp;
 1725|     13|        } else {
 1726|      0|            if (tmp != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1726:17): [True: 0, False: 0]
  ------------------
 1727|      0|                PyBytes_Concat(&data, tmp);
 1728|      0|            }
 1729|      0|            res = data;
 1730|      0|        }
 1731|     13|        goto cleanup;
 1732|     13|    }
 1733|       |
 1734|      0|    chunks = PyList_New(0);
 1735|      0|    if (chunks == NULL)
  ------------------
  |  Branch (1735:9): [True: 0, False: 0]
  ------------------
 1736|      0|        goto cleanup;
 1737|       |
 1738|      0|    while (1) {
  ------------------
  |  Branch (1738:12): [True: 0, Folded]
  ------------------
 1739|      0|        if (data) {
  ------------------
  |  Branch (1739:13): [True: 0, False: 0]
  ------------------
 1740|      0|            if (PyList_Append(chunks, data) < 0)
  ------------------
  |  Branch (1740:17): [True: 0, False: 0]
  ------------------
 1741|      0|                goto cleanup;
 1742|      0|            Py_CLEAR(data);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1743|      0|        }
 1744|       |
 1745|       |        /* Read until EOF or until read() would block. */
 1746|      0|        data = PyObject_CallMethodNoArgs(self->raw, &_Py_ID(read));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1747|      0|        if (data == NULL)
  ------------------
  |  Branch (1747:13): [True: 0, False: 0]
  ------------------
 1748|      0|            goto cleanup;
 1749|      0|        if (data != Py_None && !PyBytes_Check(data)) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
                      if (data != Py_None && !PyBytes_Check(data)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1749:13): [True: 0, False: 0]
  |  Branch (1749:32): [True: 0, False: 0]
  ------------------
 1750|      0|            PyErr_SetString(PyExc_TypeError, "read() should return bytes");
 1751|      0|            goto cleanup;
 1752|      0|        }
 1753|      0|        if (data == Py_None || PyBytes_GET_SIZE(data) == 0) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
                      if (data == Py_None || PyBytes_GET_SIZE(data) == 0) {
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1753:13): [True: 0, False: 0]
  |  Branch (1753:32): [True: 0, False: 0]
  ------------------
 1754|      0|            if (current_size == 0) {
  ------------------
  |  Branch (1754:17): [True: 0, False: 0]
  ------------------
 1755|      0|                res = data;
 1756|      0|                goto cleanup;
 1757|      0|            }
 1758|      0|            else {
 1759|      0|                tmp = PyBytes_Join((PyObject *)&_Py_SINGLETON(bytes_empty), chunks);
  ------------------
  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
 1760|      0|                res = tmp;
 1761|      0|                goto cleanup;
 1762|      0|            }
 1763|      0|        }
 1764|      0|        current_size += PyBytes_GET_SIZE(data);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1765|      0|        if (self->abs_pos != -1)
  ------------------
  |  Branch (1765:13): [True: 0, False: 0]
  ------------------
 1766|      0|            self->abs_pos += PyBytes_GET_SIZE(data);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1767|      0|    }
 1768|     13|cleanup:
 1769|       |    /* res is either NULL or a borrowed ref */
 1770|     13|    Py_XINCREF(res);
  ------------------
  |  |  514|     13|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1771|     13|    Py_XDECREF(data);
  ------------------
  |  |  524|     13|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1772|     13|    Py_XDECREF(tmp);
  ------------------
  |  |  524|     13|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1773|     13|    Py_XDECREF(chunks);
  ------------------
  |  |  524|     13|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1774|     13|    return res;
 1775|      0|}
bufferedio.c:_buffered_raw_tell:
  785|     23|{
  786|     23|    Py_off_t n;
  787|     23|    PyObject *res;
  788|     23|    res = PyObject_CallMethodNoArgs(self->raw, &_Py_ID(tell));
  ------------------
  |  |  917|     23|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     23|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     23|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  789|     23|    if (res == NULL)
  ------------------
  |  Branch (789:9): [True: 0, False: 23]
  ------------------
  790|      0|        return -1;
  791|     23|    n = PyNumber_AsOff_t(res, PyExc_ValueError);
  792|     23|    Py_DECREF(res);
  ------------------
  |  |  430|     23|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     23|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     23|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  793|     23|    if (n < 0) {
  ------------------
  |  Branch (793:9): [True: 0, False: 23]
  ------------------
  794|      0|        if (!PyErr_Occurred())
  ------------------
  |  Branch (794:13): [True: 0, False: 0]
  ------------------
  795|      0|            PyErr_Format(PyExc_OSError,
  796|      0|                         "Raw stream returned invalid position %" PY_PRIdOFF,
  ------------------
  |  |  116|      0|# define PY_PRIdOFF         "zd"
  ------------------
  797|      0|                         (PY_OFF_T_COMPAT)n);
  798|      0|        return -1;
  799|      0|    }
  800|     23|    self->abs_pos = n;
  801|     23|    return n;
  802|     23|}
bufferedio.c:_io__Buffered_tell_impl:
 1337|      4|{
 1338|      4|    Py_off_t pos;
 1339|       |
 1340|      4|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|      4|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 4]
  |  |  ------------------
  |  |  342|      0|        if (self->detached) { \
  |  |  ------------------
  |  |  |  Branch (342:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  343|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  344|      0|                 "raw stream has been detached"); \
  |  |  345|      0|        } else { \
  |  |  346|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  347|      0|                "I/O operation on uninitialized object"); \
  |  |  348|      0|        } \
  |  |  349|      0|        return NULL; \
  |  |  350|      0|    }
  ------------------
 1341|      4|    pos = _buffered_raw_tell(self);
 1342|      4|    if (pos == -1)
  ------------------
  |  Branch (1342:9): [True: 0, False: 4]
  ------------------
 1343|      0|        return NULL;
 1344|      4|    pos -= RAW_OFFSET(self);
  ------------------
  |  |  402|      4|    (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
  |  |  ------------------
  |  |  |  |  385|      8|    (self->readable && self->read_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (385:6): [True: 0, False: 4]
  |  |  |  |  |  Branch (385:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
  |  |  ------------------
  |  |  |  |  388|      4|    (self->writable && self->write_end != -1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (388:6): [True: 4, False: 0]
  |  |  |  |  |  Branch (388:24): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  403|      4|        && self->raw_pos >= 0) ? self->raw_pos - self->pos : 0)
  |  |  ------------------
  |  |  |  Branch (403:12): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1345|       |
 1346|       |    // GH-95782
 1347|      4|    if (pos < 0)
  ------------------
  |  Branch (1347:9): [True: 0, False: 4]
  ------------------
 1348|      0|        pos = 0;
 1349|       |
 1350|      4|    return PyLong_FromOff_t(pos);
  ------------------
  |  |  112|      4|# define PyLong_FromOff_t   PyLong_FromSsize_t
  ------------------
 1351|      4|}
bufferedio.c:_io__Buffered_closed_get_impl:
  543|     26|{
  544|     26|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|     26|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 26]
  |  |  ------------------
  |  |  342|      0|        if (self->detached) { \
  |  |  ------------------
  |  |  |  Branch (342:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  343|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  344|      0|                 "raw stream has been detached"); \
  |  |  345|      0|        } else { \
  |  |  346|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  347|      0|                "I/O operation on uninitialized object"); \
  |  |  348|      0|        } \
  |  |  349|      0|        return NULL; \
  |  |  350|      0|    }
  ------------------
  545|     26|    return PyObject_GetAttr(self->raw, &_Py_ID(closed));
  ------------------
  |  |  917|     26|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     26|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     26|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  546|     26|}
bufferedio.c:_io_BufferedReader___init___impl:
 1593|     15|{
 1594|     15|    self->ok = 0;
 1595|     15|    self->detached = 0;
 1596|       |
 1597|     15|    _PyIO_State *state = find_io_state_by_def(Py_TYPE(self));
  ------------------
  |  |  213|     15|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1598|     15|    if (_PyIOBase_check_readable(state, raw, Py_True) == NULL) {
  ------------------
  |  |   26|     15|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1598:9): [True: 0, False: 15]
  ------------------
 1599|      0|        return -1;
 1600|      0|    }
 1601|       |
 1602|     15|    Py_XSETREF(self->raw, Py_NewRef(raw));
  ------------------
  |  |  374|     15|    do { \
  |  |  375|     15|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     15|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     15|        *_tmp_dst_ptr = (src); \
  |  |  378|     15|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     15|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1603|     15|    self->buffer_size = buffer_size;
 1604|     15|    self->readable = 1;
 1605|     15|    self->writable = 0;
 1606|       |
 1607|     15|    if (_buffered_init(self) < 0)
  ------------------
  |  Branch (1607:9): [True: 0, False: 15]
  ------------------
 1608|      0|        return -1;
 1609|     15|    _bufferedreader_reset_buf(self);
 1610|       |
 1611|     15|    self->fast_closed_checks = (
 1612|     15|        Py_IS_TYPE(self, state->PyBufferedReader_Type) &&
  ------------------
  |  |  215|     30|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 15, False: 0]
  |  |  ------------------
  ------------------
 1613|     15|        Py_IS_TYPE(raw, state->PyFileIO_Type)
  ------------------
  |  |  215|     15|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 15, False: 0]
  |  |  ------------------
  ------------------
 1614|     15|    );
 1615|       |
 1616|     15|    self->ok = 1;
 1617|     15|    return 0;
 1618|     15|}
bufferedio.c:_buffered_init:
  839|     19|{
  840|     19|    Py_ssize_t n;
  841|     19|    if (self->buffer_size <= 0) {
  ------------------
  |  Branch (841:9): [True: 0, False: 19]
  ------------------
  842|      0|        PyErr_SetString(PyExc_ValueError,
  843|      0|            "buffer size must be strictly positive");
  844|      0|        return -1;
  845|      0|    }
  846|     19|    if (self->buffer)
  ------------------
  |  Branch (846:9): [True: 0, False: 19]
  ------------------
  847|      0|        PyMem_Free(self->buffer);
  848|     19|    self->buffer = PyMem_Malloc(self->buffer_size);
  849|     19|    if (self->buffer == NULL) {
  ------------------
  |  Branch (849:9): [True: 0, False: 19]
  ------------------
  850|      0|        PyErr_NoMemory();
  851|      0|        return -1;
  852|      0|    }
  853|     19|    if (self->lock)
  ------------------
  |  Branch (853:9): [True: 0, False: 19]
  ------------------
  854|      0|        PyThread_free_lock(self->lock);
  855|     19|    self->lock = PyThread_allocate_lock();
  856|     19|    if (self->lock == NULL) {
  ------------------
  |  Branch (856:9): [True: 0, False: 19]
  ------------------
  857|      0|        PyErr_SetString(PyExc_RuntimeError, "can't allocate read lock");
  858|      0|        return -1;
  859|      0|    }
  860|     19|    self->owner = 0;
  861|       |    /* Find out whether buffer_size is a power of 2 */
  862|       |    /* XXX is this optimization useful? */
  863|    342|    for (n = self->buffer_size - 1; n & 1; n >>= 1)
  ------------------
  |  Branch (863:37): [True: 323, False: 19]
  ------------------
  864|    323|        ;
  865|     19|    if (n == 0)
  ------------------
  |  Branch (865:9): [True: 19, False: 0]
  ------------------
  866|     19|        self->buffer_mask = self->buffer_size - 1;
  867|      0|    else
  868|      0|        self->buffer_mask = 0;
  869|     19|    if (_buffered_raw_tell(self) == -1)
  ------------------
  |  Branch (869:9): [True: 0, False: 19]
  ------------------
  870|      0|        PyErr_Clear();
  871|     19|    return 0;
  872|     19|}
bufferedio.c:_io__Buffered_writable_impl:
  668|      4|{
  669|      4|    CHECK_INITIALIZED(self)
  ------------------
  |  |  341|      4|    if (self->ok <= 0) { \
  |  |  ------------------
  |  |  |  Branch (341:9): [True: 0, False: 4]
  |  |  ------------------
  |  |  342|      0|        if (self->detached) { \
  |  |  ------------------
  |  |  |  Branch (342:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  343|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  344|      0|                 "raw stream has been detached"); \
  |  |  345|      0|        } else { \
  |  |  346|      0|            PyErr_SetString(PyExc_ValueError, \
  |  |  347|      0|                "I/O operation on uninitialized object"); \
  |  |  348|      0|        } \
  |  |  349|      0|        return NULL; \
  |  |  350|      0|    }
  ------------------
  670|      4|    return PyObject_CallMethodNoArgs(self->raw, &_Py_ID(writable));
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  671|      4|}
bufferedio.c:_io_BufferedWriter___init___impl:
 1945|      4|{
 1946|      4|    self->ok = 0;
 1947|      4|    self->detached = 0;
 1948|       |
 1949|      4|    _PyIO_State *state = find_io_state_by_def(Py_TYPE(self));
  ------------------
  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1950|      4|    if (_PyIOBase_check_writable(state, raw, Py_True) == NULL) {
  ------------------
  |  |   26|      4|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1950:9): [True: 0, False: 4]
  ------------------
 1951|      0|        return -1;
 1952|      0|    }
 1953|       |
 1954|      4|    Py_INCREF(raw);
  ------------------
  |  |  310|      4|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1955|      4|    Py_XSETREF(self->raw, raw);
  ------------------
  |  |  374|      4|    do { \
  |  |  375|      4|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      4|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      4|        *_tmp_dst_ptr = (src); \
  |  |  378|      4|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 1956|      4|    self->readable = 0;
 1957|      4|    self->writable = 1;
 1958|       |
 1959|      4|    self->buffer_size = buffer_size;
 1960|      4|    if (_buffered_init(self) < 0)
  ------------------
  |  Branch (1960:9): [True: 0, False: 4]
  ------------------
 1961|      0|        return -1;
 1962|      4|    _bufferedwriter_reset_buf(self);
 1963|      4|    self->pos = 0;
 1964|       |
 1965|      4|    self->fast_closed_checks = (
 1966|      4|        Py_IS_TYPE(self, state->PyBufferedWriter_Type) &&
  ------------------
  |  |  215|      8|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 4, False: 0]
  |  |  ------------------
  ------------------
 1967|      4|        Py_IS_TYPE(raw, state->PyFileIO_Type)
  ------------------
  |  |  215|      4|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 4, False: 0]
  |  |  ------------------
  ------------------
 1968|      4|    );
 1969|       |
 1970|      4|    self->ok = 1;
 1971|      4|    return 0;
 1972|      4|}

_iomodule.c:_io_open:
  140|     19|{
  141|     19|    PyObject *return_value = NULL;
  142|     19|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  143|       |
  144|     19|    #define NUM_KEYWORDS 8
  145|     19|    static struct {
  146|     19|        PyGC_Head _this_is_not_used;
  147|     19|        PyObject_VAR_HEAD
  148|     19|        Py_hash_t ob_hash;
  149|     19|        PyObject *ob_item[NUM_KEYWORDS];
  150|     19|    } _kwtuple = {
  151|     19|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     19|    {                                     \
  |  |   98|     19|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     19|    {                               \
  |  |  |  |   91|     19|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     19|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     19|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     19|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     19|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     19|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     19|        (type)                      \
  |  |  |  |   93|     19|    },
  |  |  ------------------
  |  |   99|     19|        (size)                            \
  |  |  100|     19|    },
  ------------------
  152|     19|        .ob_hash = -1,
  153|     19|        .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(buffering), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(buffering), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(buffering), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(buffering), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(buffering), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(buffering), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(buffering), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(buffering), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  154|     19|    };
  155|     19|    #undef NUM_KEYWORDS
  156|     19|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  157|       |
  158|       |    #else  // !Py_BUILD_CORE
  159|       |    #  define KWTUPLE NULL
  160|       |    #endif  // !Py_BUILD_CORE
  161|       |
  162|     19|    static const char * const _keywords[] = {"file", "mode", "buffering", "encoding", "errors", "newline", "closefd", "opener", NULL};
  163|     19|    static _PyArg_Parser _parser = {
  164|     19|        .keywords = _keywords,
  165|     19|        .fname = "open",
  166|     19|        .kwtuple = KWTUPLE,
  ------------------
  |  |  156|     19|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  167|     19|    };
  168|     19|    #undef KWTUPLE
  169|     19|    PyObject *argsbuf[8];
  170|     19|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (170:36): [True: 0, False: 19]
  ------------------
  171|     19|    PyObject *file;
  172|     19|    const char *mode = "r";
  173|     19|    int buffering = -1;
  174|     19|    const char *encoding = NULL;
  175|     19|    const char *errors = NULL;
  176|     19|    const char *newline = NULL;
  177|     19|    int closefd = 1;
  178|     19|    PyObject *opener = Py_None;
  ------------------
  |  |  616|     19|#  define Py_None (&_Py_NoneStruct)
  ------------------
  179|       |
  180|     19|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     19|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 19, False: 0]
  |  |  ------------------
  |  |   89|     19|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 19, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 19]
  |  |  |  Branch (89:43): [True: 19, False: 0]
  |  |  |  Branch (89:67): [True: 19, False: 0]
  |  |  ------------------
  |  |   90|     19|      (args) : \
  |  |   91|     19|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  181|     19|            /*minpos*/ 1, /*maxpos*/ 8, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  182|     19|    if (!args) {
  ------------------
  |  Branch (182:9): [True: 0, False: 19]
  ------------------
  183|      0|        goto exit;
  184|      0|    }
  185|     19|    file = args[0];
  186|     19|    if (!noptargs) {
  ------------------
  |  Branch (186:9): [True: 0, False: 19]
  ------------------
  187|      0|        goto skip_optional_pos;
  188|      0|    }
  189|     19|    if (args[1]) {
  ------------------
  |  Branch (189:9): [True: 19, False: 0]
  ------------------
  190|     19|        if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     19|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     19|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (190:13): [True: 0, False: 19]
  ------------------
  191|      0|            _PyArg_BadArgument("open", "argument 'mode'", "str", args[1]);
  192|      0|            goto exit;
  193|      0|        }
  194|     19|        Py_ssize_t mode_length;
  195|     19|        mode = PyUnicode_AsUTF8AndSize(args[1], &mode_length);
  196|     19|        if (mode == NULL) {
  ------------------
  |  Branch (196:13): [True: 0, False: 19]
  ------------------
  197|      0|            goto exit;
  198|      0|        }
  199|     19|        if (strlen(mode) != (size_t)mode_length) {
  ------------------
  |  Branch (199:13): [True: 0, False: 19]
  ------------------
  200|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  201|      0|            goto exit;
  202|      0|        }
  203|     19|        if (!--noptargs) {
  ------------------
  |  Branch (203:13): [True: 13, False: 6]
  ------------------
  204|     13|            goto skip_optional_pos;
  205|     13|        }
  206|     19|    }
  207|      6|    if (args[2]) {
  ------------------
  |  Branch (207:9): [True: 6, False: 0]
  ------------------
  208|      6|        buffering = PyLong_AsInt(args[2]);
  209|      6|        if (buffering == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (209:13): [True: 6, False: 0]
  |  Branch (209:32): [True: 0, False: 6]
  ------------------
  210|      0|            goto exit;
  211|      0|        }
  212|      6|        if (!--noptargs) {
  ------------------
  |  Branch (212:13): [True: 0, False: 6]
  ------------------
  213|      0|            goto skip_optional_pos;
  214|      0|        }
  215|      6|    }
  216|      6|    if (args[3]) {
  ------------------
  |  Branch (216:9): [True: 6, False: 0]
  ------------------
  217|      6|        if (args[3] == Py_None) {
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (217:13): [True: 6, False: 0]
  ------------------
  218|      6|            encoding = NULL;
  219|      6|        }
  220|      0|        else if (PyUnicode_Check(args[3])) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  221|      0|            Py_ssize_t encoding_length;
  222|      0|            encoding = PyUnicode_AsUTF8AndSize(args[3], &encoding_length);
  223|      0|            if (encoding == NULL) {
  ------------------
  |  Branch (223:17): [True: 0, False: 0]
  ------------------
  224|      0|                goto exit;
  225|      0|            }
  226|      0|            if (strlen(encoding) != (size_t)encoding_length) {
  ------------------
  |  Branch (226:17): [True: 0, False: 0]
  ------------------
  227|      0|                PyErr_SetString(PyExc_ValueError, "embedded null character");
  228|      0|                goto exit;
  229|      0|            }
  230|      0|        }
  231|      0|        else {
  232|      0|            _PyArg_BadArgument("open", "argument 'encoding'", "str or None", args[3]);
  233|      0|            goto exit;
  234|      0|        }
  235|      6|        if (!--noptargs) {
  ------------------
  |  Branch (235:13): [True: 0, False: 6]
  ------------------
  236|      0|            goto skip_optional_pos;
  237|      0|        }
  238|      6|    }
  239|      6|    if (args[4]) {
  ------------------
  |  Branch (239:9): [True: 6, False: 0]
  ------------------
  240|      6|        if (args[4] == Py_None) {
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (240:13): [True: 6, False: 0]
  ------------------
  241|      6|            errors = NULL;
  242|      6|        }
  243|      0|        else if (PyUnicode_Check(args[4])) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|      0|            Py_ssize_t errors_length;
  245|      0|            errors = PyUnicode_AsUTF8AndSize(args[4], &errors_length);
  246|      0|            if (errors == NULL) {
  ------------------
  |  Branch (246:17): [True: 0, False: 0]
  ------------------
  247|      0|                goto exit;
  248|      0|            }
  249|      0|            if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (249:17): [True: 0, False: 0]
  ------------------
  250|      0|                PyErr_SetString(PyExc_ValueError, "embedded null character");
  251|      0|                goto exit;
  252|      0|            }
  253|      0|        }
  254|      0|        else {
  255|      0|            _PyArg_BadArgument("open", "argument 'errors'", "str or None", args[4]);
  256|      0|            goto exit;
  257|      0|        }
  258|      6|        if (!--noptargs) {
  ------------------
  |  Branch (258:13): [True: 0, False: 6]
  ------------------
  259|      0|            goto skip_optional_pos;
  260|      0|        }
  261|      6|    }
  262|      6|    if (args[5]) {
  ------------------
  |  Branch (262:9): [True: 6, False: 0]
  ------------------
  263|      6|        if (args[5] == Py_None) {
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (263:13): [True: 6, False: 0]
  ------------------
  264|      6|            newline = NULL;
  265|      6|        }
  266|      0|        else if (PyUnicode_Check(args[5])) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  267|      0|            Py_ssize_t newline_length;
  268|      0|            newline = PyUnicode_AsUTF8AndSize(args[5], &newline_length);
  269|      0|            if (newline == NULL) {
  ------------------
  |  Branch (269:17): [True: 0, False: 0]
  ------------------
  270|      0|                goto exit;
  271|      0|            }
  272|      0|            if (strlen(newline) != (size_t)newline_length) {
  ------------------
  |  Branch (272:17): [True: 0, False: 0]
  ------------------
  273|      0|                PyErr_SetString(PyExc_ValueError, "embedded null character");
  274|      0|                goto exit;
  275|      0|            }
  276|      0|        }
  277|      0|        else {
  278|      0|            _PyArg_BadArgument("open", "argument 'newline'", "str or None", args[5]);
  279|      0|            goto exit;
  280|      0|        }
  281|      6|        if (!--noptargs) {
  ------------------
  |  Branch (281:13): [True: 0, False: 6]
  ------------------
  282|      0|            goto skip_optional_pos;
  283|      0|        }
  284|      6|    }
  285|      6|    if (args[6]) {
  ------------------
  |  Branch (285:9): [True: 6, False: 0]
  ------------------
  286|      6|        closefd = PyObject_IsTrue(args[6]);
  287|      6|        if (closefd < 0) {
  ------------------
  |  Branch (287:13): [True: 0, False: 6]
  ------------------
  288|      0|            goto exit;
  289|      0|        }
  290|      6|        if (!--noptargs) {
  ------------------
  |  Branch (290:13): [True: 6, False: 0]
  ------------------
  291|      6|            goto skip_optional_pos;
  292|      6|        }
  293|      6|    }
  294|      0|    opener = args[7];
  295|     19|skip_optional_pos:
  296|     19|    return_value = _io_open_impl(module, file, mode, buffering, encoding, errors, newline, closefd, opener);
  297|       |
  298|     19|exit:
  299|     19|    return return_value;
  300|     19|}
_iomodule.c:_io_open_code:
  366|     13|{
  367|     13|    PyObject *return_value = NULL;
  368|     13|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  369|       |
  370|     13|    #define NUM_KEYWORDS 1
  371|     13|    static struct {
  372|     13|        PyGC_Head _this_is_not_used;
  373|     13|        PyObject_VAR_HEAD
  374|     13|        Py_hash_t ob_hash;
  375|     13|        PyObject *ob_item[NUM_KEYWORDS];
  376|     13|    } _kwtuple = {
  377|     13|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     13|    {                                     \
  |  |   98|     13|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     13|    {                               \
  |  |  |  |   91|     13|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     13|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     13|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     13|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     13|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     13|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     13|        (type)                      \
  |  |  |  |   93|     13|    },
  |  |  ------------------
  |  |   99|     13|        (size)                            \
  |  |  100|     13|    },
  ------------------
  378|     13|        .ob_hash = -1,
  379|     13|        .ob_item = { &_Py_ID(path), },
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  380|     13|    };
  381|     13|    #undef NUM_KEYWORDS
  382|     13|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  383|       |
  384|       |    #else  // !Py_BUILD_CORE
  385|       |    #  define KWTUPLE NULL
  386|       |    #endif  // !Py_BUILD_CORE
  387|       |
  388|     13|    static const char * const _keywords[] = {"path", NULL};
  389|     13|    static _PyArg_Parser _parser = {
  390|     13|        .keywords = _keywords,
  391|     13|        .fname = "open_code",
  392|     13|        .kwtuple = KWTUPLE,
  ------------------
  |  |  382|     13|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  393|     13|    };
  394|     13|    #undef KWTUPLE
  395|     13|    PyObject *argsbuf[1];
  396|     13|    PyObject *path;
  397|       |
  398|     13|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     13|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 13, False: 0]
  |  |  ------------------
  |  |   89|     13|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 13, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 13]
  |  |  |  Branch (89:43): [True: 13, False: 0]
  |  |  |  Branch (89:67): [True: 13, False: 0]
  |  |  ------------------
  |  |   90|     13|      (args) : \
  |  |   91|     13|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  399|     13|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  400|     13|    if (!args) {
  ------------------
  |  Branch (400:9): [True: 0, False: 13]
  ------------------
  401|      0|        goto exit;
  402|      0|    }
  403|     13|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|     13|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     13|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (403:9): [True: 0, False: 13]
  ------------------
  404|      0|        _PyArg_BadArgument("open_code", "argument 'path'", "str", args[0]);
  405|      0|        goto exit;
  406|      0|    }
  407|     13|    path = args[0];
  408|     13|    return_value = _io_open_code_impl(module, path);
  409|       |
  410|     13|exit:
  411|     13|    return return_value;
  412|     13|}

bufferedio.c:_io__Buffered_simple_flush:
  336|     13|{
  337|     13|    PyObject *return_value = NULL;
  338|       |
  339|     13|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     13|    {
  ------------------
  340|     13|    return_value = _io__Buffered_simple_flush_impl((buffered *)self);
  341|     13|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     13|    }
  ------------------
  342|       |
  343|     13|    return return_value;
  344|     13|}
bufferedio.c:_io__Buffered_close:
  384|     13|{
  385|     13|    PyObject *return_value = NULL;
  386|       |
  387|     13|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     13|    {
  ------------------
  388|     13|    return_value = _io__Buffered_close_impl((buffered *)self);
  389|     13|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     13|    }
  ------------------
  390|       |
  391|     13|    return return_value;
  392|     13|}
bufferedio.c:_io__Buffered_seekable:
  430|      6|{
  431|      6|    PyObject *return_value = NULL;
  432|       |
  433|      6|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      6|    {
  ------------------
  434|      6|    return_value = _io__Buffered_seekable_impl((buffered *)self);
  435|      6|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      6|    }
  ------------------
  436|       |
  437|      6|    return return_value;
  438|      6|}
bufferedio.c:_io__Buffered_readable:
  453|      2|{
  454|      2|    PyObject *return_value = NULL;
  455|       |
  456|      2|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      2|    {
  ------------------
  457|      2|    return_value = _io__Buffered_readable_impl((buffered *)self);
  458|      2|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      2|    }
  ------------------
  459|       |
  460|      2|    return return_value;
  461|      2|}
bufferedio.c:_io__Buffered_read:
  662|     13|{
  663|     13|    PyObject *return_value = NULL;
  664|     13|    Py_ssize_t n = -1;
  665|       |
  666|     13|    if (!_PyArg_CheckPositional("read", nargs, 0, 1)) {
  ------------------
  |  |   31|     13|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 13, False: 0]
  |  |  |  Branch (31:27): [True: 13, False: 0]
  |  |  ------------------
  |  |   32|     13|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  667|      0|        goto exit;
  668|      0|    }
  669|     13|    if (nargs < 1) {
  ------------------
  |  Branch (669:9): [True: 13, False: 0]
  ------------------
  670|     13|        goto skip_optional;
  671|     13|    }
  672|      0|    if (!_Py_convert_optional_to_ssize_t(args[0], &n)) {
  ------------------
  |  Branch (672:9): [True: 0, False: 0]
  ------------------
  673|      0|        goto exit;
  674|      0|    }
  675|     13|skip_optional:
  676|     13|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     13|    {
  ------------------
  677|     13|    return_value = _io__Buffered_read_impl((buffered *)self, n);
  678|     13|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     13|    }
  ------------------
  679|       |
  680|     13|exit:
  681|     13|    return return_value;
  682|     13|}
bufferedio.c:_io__Buffered_tell:
  844|      4|{
  845|      4|    PyObject *return_value = NULL;
  846|       |
  847|      4|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      4|    {
  ------------------
  848|      4|    return_value = _io__Buffered_tell_impl((buffered *)self);
  849|      4|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      4|    }
  ------------------
  850|       |
  851|      4|    return return_value;
  852|      4|}
bufferedio.c:_io__Buffered_closed_get:
  361|     26|{
  362|     26|    PyObject *return_value = NULL;
  363|       |
  364|     26|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     26|    {
  ------------------
  365|     26|    return_value = _io__Buffered_closed_get_impl((buffered *)self);
  366|     26|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     26|    }
  ------------------
  367|       |
  368|     26|    return return_value;
  369|     26|}
bufferedio.c:_io_BufferedReader___init__:
  953|     15|{
  954|     15|    int return_value = -1;
  955|     15|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  956|       |
  957|     15|    #define NUM_KEYWORDS 2
  958|     15|    static struct {
  959|     15|        PyGC_Head _this_is_not_used;
  960|     15|        PyObject_VAR_HEAD
  961|     15|        Py_hash_t ob_hash;
  962|     15|        PyObject *ob_item[NUM_KEYWORDS];
  963|     15|    } _kwtuple = {
  964|     15|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     15|    {                                     \
  |  |   98|     15|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     15|    {                               \
  |  |  |  |   91|     15|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     15|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     15|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     15|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     15|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     15|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     15|        (type)                      \
  |  |  |  |   93|     15|    },
  |  |  ------------------
  |  |   99|     15|        (size)                            \
  |  |  100|     15|    },
  ------------------
  965|     15|        .ob_hash = -1,
  966|     15|        .ob_item = { &_Py_ID(raw), &_Py_ID(buffer_size), },
  ------------------
  |  |  917|     15|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     15|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     15|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(raw), &_Py_ID(buffer_size), },
  ------------------
  |  |  917|     15|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     15|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     15|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  967|     15|    };
  968|     15|    #undef NUM_KEYWORDS
  969|     15|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  970|       |
  971|       |    #else  // !Py_BUILD_CORE
  972|       |    #  define KWTUPLE NULL
  973|       |    #endif  // !Py_BUILD_CORE
  974|       |
  975|     15|    static const char * const _keywords[] = {"raw", "buffer_size", NULL};
  976|     15|    static _PyArg_Parser _parser = {
  977|     15|        .keywords = _keywords,
  978|     15|        .fname = "BufferedReader",
  979|     15|        .kwtuple = KWTUPLE,
  ------------------
  |  |  969|     15|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  980|     15|    };
  981|     15|    #undef KWTUPLE
  982|     15|    PyObject *argsbuf[2];
  983|     15|    PyObject * const *fastargs;
  984|     15|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     15|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  985|     15|    Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1;
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (985:36): [True: 0, False: 15]
  ------------------
  986|     15|    PyObject *raw;
  987|     15|    Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE;
  ------------------
  |  |   81|     15|#define DEFAULT_BUFFER_SIZE (128 * 1024)  /* bytes */
  ------------------
  988|       |
  989|     15|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     15|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 15, Folded]
  |  |  |  Branch (88:23): [True: 15, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     30|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 15, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 15]
  |  |  |  Branch (89:43): [True: 15, False: 0]
  |  |  |  Branch (89:67): [True: 15, False: 0]
  |  |  |  Branch (89:68): [True: 15, False: 0]
  |  |  ------------------
  |  |   90|     30|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 15, False: 0]
  |  |  ------------------
  |  |   91|     15|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  990|     15|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  991|     15|    if (!fastargs) {
  ------------------
  |  Branch (991:9): [True: 0, False: 15]
  ------------------
  992|      0|        goto exit;
  993|      0|    }
  994|     15|    raw = fastargs[0];
  995|     15|    if (!noptargs) {
  ------------------
  |  Branch (995:9): [True: 0, False: 15]
  ------------------
  996|      0|        goto skip_optional_pos;
  997|      0|    }
  998|     15|    {
  999|     15|        Py_ssize_t ival = -1;
 1000|     15|        PyObject *iobj = _PyNumber_Index(fastargs[1]);
 1001|     15|        if (iobj != NULL) {
  ------------------
  |  Branch (1001:13): [True: 15, False: 0]
  ------------------
 1002|     15|            ival = PyLong_AsSsize_t(iobj);
 1003|     15|            Py_DECREF(iobj);
  ------------------
  |  |  430|     15|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1004|     15|        }
 1005|     15|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1005:13): [True: 0, False: 15]
  |  Branch (1005:27): [True: 0, False: 0]
  ------------------
 1006|      0|            goto exit;
 1007|      0|        }
 1008|     15|        buffer_size = ival;
 1009|     15|    }
 1010|     15|skip_optional_pos:
 1011|     15|    return_value = _io_BufferedReader___init___impl((buffered *)self, raw, buffer_size);
 1012|       |
 1013|     15|exit:
 1014|     15|    return return_value;
 1015|     15|}
bufferedio.c:_io__Buffered_writable:
  476|      4|{
  477|      4|    PyObject *return_value = NULL;
  478|       |
  479|      4|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      4|    {
  ------------------
  480|      4|    return_value = _io__Buffered_writable_impl((buffered *)self);
  481|      4|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      4|    }
  ------------------
  482|       |
  483|      4|    return return_value;
  484|      4|}
bufferedio.c:_io_BufferedWriter___init__:
 1033|      4|{
 1034|      4|    int return_value = -1;
 1035|      4|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1036|       |
 1037|      4|    #define NUM_KEYWORDS 2
 1038|      4|    static struct {
 1039|      4|        PyGC_Head _this_is_not_used;
 1040|      4|        PyObject_VAR_HEAD
 1041|      4|        Py_hash_t ob_hash;
 1042|      4|        PyObject *ob_item[NUM_KEYWORDS];
 1043|      4|    } _kwtuple = {
 1044|      4|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      4|    {                                     \
  |  |   98|      4|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      4|    {                               \
  |  |  |  |   91|      4|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      4|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      4|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      4|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      4|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      4|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      4|        (type)                      \
  |  |  |  |   93|      4|    },
  |  |  ------------------
  |  |   99|      4|        (size)                            \
  |  |  100|      4|    },
  ------------------
 1045|      4|        .ob_hash = -1,
 1046|      4|        .ob_item = { &_Py_ID(raw), &_Py_ID(buffer_size), },
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(raw), &_Py_ID(buffer_size), },
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1047|      4|    };
 1048|      4|    #undef NUM_KEYWORDS
 1049|      4|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1050|       |
 1051|       |    #else  // !Py_BUILD_CORE
 1052|       |    #  define KWTUPLE NULL
 1053|       |    #endif  // !Py_BUILD_CORE
 1054|       |
 1055|      4|    static const char * const _keywords[] = {"raw", "buffer_size", NULL};
 1056|      4|    static _PyArg_Parser _parser = {
 1057|      4|        .keywords = _keywords,
 1058|      4|        .fname = "BufferedWriter",
 1059|      4|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1049|      4|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1060|      4|    };
 1061|      4|    #undef KWTUPLE
 1062|      4|    PyObject *argsbuf[2];
 1063|      4|    PyObject * const *fastargs;
 1064|      4|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|      4|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1065|      4|    Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1;
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1065:36): [True: 0, False: 4]
  ------------------
 1066|      4|    PyObject *raw;
 1067|      4|    Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE;
  ------------------
  |  |   81|      4|#define DEFAULT_BUFFER_SIZE (128 * 1024)  /* bytes */
  ------------------
 1068|       |
 1069|      4|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|      4|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 4, Folded]
  |  |  |  Branch (88:23): [True: 4, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|      8|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 4, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 4]
  |  |  |  Branch (89:43): [True: 4, False: 0]
  |  |  |  Branch (89:67): [True: 4, False: 0]
  |  |  |  Branch (89:68): [True: 4, False: 0]
  |  |  ------------------
  |  |   90|      8|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 4, False: 0]
  |  |  ------------------
  |  |   91|      4|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1070|      4|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1071|      4|    if (!fastargs) {
  ------------------
  |  Branch (1071:9): [True: 0, False: 4]
  ------------------
 1072|      0|        goto exit;
 1073|      0|    }
 1074|      4|    raw = fastargs[0];
 1075|      4|    if (!noptargs) {
  ------------------
  |  Branch (1075:9): [True: 0, False: 4]
  ------------------
 1076|      0|        goto skip_optional_pos;
 1077|      0|    }
 1078|      4|    {
 1079|      4|        Py_ssize_t ival = -1;
 1080|      4|        PyObject *iobj = _PyNumber_Index(fastargs[1]);
 1081|      4|        if (iobj != NULL) {
  ------------------
  |  Branch (1081:13): [True: 4, False: 0]
  ------------------
 1082|      4|            ival = PyLong_AsSsize_t(iobj);
 1083|      4|            Py_DECREF(iobj);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1084|      4|        }
 1085|      4|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1085:13): [True: 0, False: 4]
  |  Branch (1085:27): [True: 0, False: 0]
  ------------------
 1086|      0|            goto exit;
 1087|      0|        }
 1088|      4|        buffer_size = ival;
 1089|      4|    }
 1090|      4|skip_optional_pos:
 1091|      4|    return_value = _io_BufferedWriter___init___impl((buffered *)self, raw, buffer_size);
 1092|       |
 1093|      4|exit:
 1094|      4|    return return_value;
 1095|      4|}

fileio.c:_io_FileIO_readall:
  287|     13|{
  288|     13|    if (nargs || (kwnames && PyTuple_GET_SIZE(kwnames))) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (288:9): [True: 0, False: 13]
  |  Branch (288:19): [True: 0, False: 13]
  ------------------
  289|      0|        PyErr_SetString(PyExc_TypeError, "readall() takes no arguments");
  290|      0|        return NULL;
  291|      0|    }
  292|     13|    return _io_FileIO_readall_impl((fileio *)self, cls);
  293|     13|}
fileio.c:_io_FileIO_tell:
  470|     23|{
  471|     23|    return _io_FileIO_tell_impl((fileio *)self);
  472|     23|}
fileio.c:_io_FileIO_close:
   29|     13|{
   30|     13|    if (nargs || (kwnames && PyTuple_GET_SIZE(kwnames))) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (30:9): [True: 0, False: 13]
  |  Branch (30:19): [True: 0, False: 13]
  ------------------
   31|      0|        PyErr_SetString(PyExc_TypeError, "close() takes no arguments");
   32|      0|        return NULL;
   33|      0|    }
   34|     13|    return _io_FileIO_close_impl((fileio *)self, cls);
   35|     13|}
fileio.c:_io_FileIO_seekable:
  211|      6|{
  212|      6|    return _io_FileIO_seekable_impl((fileio *)self);
  213|      6|}
fileio.c:_io_FileIO_readable:
  175|     17|{
  176|     17|    return _io_FileIO_readable_impl((fileio *)self);
  177|     17|}
fileio.c:_io_FileIO_writable:
  193|      8|{
  194|      8|    return _io_FileIO_writable_impl((fileio *)self);
  195|      8|}
fileio.c:_io_FileIO_isatty:
  543|      6|{
  544|      6|    return _io_FileIO_isatty_impl((fileio *)self);
  545|      6|}
fileio.c:_io_FileIO___init__:
   61|     19|{
   62|     19|    int return_value = -1;
   63|     19|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   64|       |
   65|     19|    #define NUM_KEYWORDS 4
   66|     19|    static struct {
   67|     19|        PyGC_Head _this_is_not_used;
   68|     19|        PyObject_VAR_HEAD
   69|     19|        Py_hash_t ob_hash;
   70|     19|        PyObject *ob_item[NUM_KEYWORDS];
   71|     19|    } _kwtuple = {
   72|     19|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     19|    {                                     \
  |  |   98|     19|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     19|    {                               \
  |  |  |  |   91|     19|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     19|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     19|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     19|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     19|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     19|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     19|        (type)                      \
  |  |  |  |   93|     19|    },
  |  |  ------------------
  |  |   99|     19|        (size)                            \
  |  |  100|     19|    },
  ------------------
   73|     19|        .ob_hash = -1,
   74|     19|        .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(file), &_Py_ID(mode), &_Py_ID(closefd), &_Py_ID(opener), },
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   75|     19|    };
   76|     19|    #undef NUM_KEYWORDS
   77|     19|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   78|       |
   79|       |    #else  // !Py_BUILD_CORE
   80|       |    #  define KWTUPLE NULL
   81|       |    #endif  // !Py_BUILD_CORE
   82|       |
   83|     19|    static const char * const _keywords[] = {"file", "mode", "closefd", "opener", NULL};
   84|     19|    static _PyArg_Parser _parser = {
   85|     19|        .keywords = _keywords,
   86|     19|        .fname = "FileIO",
   87|     19|        .kwtuple = KWTUPLE,
  ------------------
  |  |   77|     19|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   88|     19|    };
   89|     19|    #undef KWTUPLE
   90|     19|    PyObject *argsbuf[4];
   91|     19|    PyObject * const *fastargs;
   92|     19|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     19|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|     19|    Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1;
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (93:36): [True: 0, False: 19]
  ------------------
   94|     19|    PyObject *nameobj;
   95|     19|    const char *mode = "r";
   96|     19|    int closefd = 1;
   97|     19|    PyObject *opener = Py_None;
  ------------------
  |  |  616|     19|#  define Py_None (&_Py_NoneStruct)
  ------------------
   98|       |
   99|     19|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     19|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 19, Folded]
  |  |  |  Branch (88:23): [True: 19, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     38|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 19, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 19]
  |  |  |  Branch (89:43): [True: 19, False: 0]
  |  |  |  Branch (89:67): [True: 19, False: 0]
  |  |  |  Branch (89:68): [True: 19, False: 0]
  |  |  ------------------
  |  |   90|     38|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 19, False: 0]
  |  |  ------------------
  |  |   91|     19|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  100|     19|            /*minpos*/ 1, /*maxpos*/ 4, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  101|     19|    if (!fastargs) {
  ------------------
  |  Branch (101:9): [True: 0, False: 19]
  ------------------
  102|      0|        goto exit;
  103|      0|    }
  104|     19|    nameobj = fastargs[0];
  105|     19|    if (!noptargs) {
  ------------------
  |  Branch (105:9): [True: 0, False: 19]
  ------------------
  106|      0|        goto skip_optional_pos;
  107|      0|    }
  108|     19|    if (fastargs[1]) {
  ------------------
  |  Branch (108:9): [True: 19, False: 0]
  ------------------
  109|     19|        if (!PyUnicode_Check(fastargs[1])) {
  ------------------
  |  |  103|     19|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     19|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (109:13): [True: 0, False: 19]
  ------------------
  110|      0|            _PyArg_BadArgument("FileIO", "argument 'mode'", "str", fastargs[1]);
  111|      0|            goto exit;
  112|      0|        }
  113|     19|        Py_ssize_t mode_length;
  114|     19|        mode = PyUnicode_AsUTF8AndSize(fastargs[1], &mode_length);
  115|     19|        if (mode == NULL) {
  ------------------
  |  Branch (115:13): [True: 0, False: 19]
  ------------------
  116|      0|            goto exit;
  117|      0|        }
  118|     19|        if (strlen(mode) != (size_t)mode_length) {
  ------------------
  |  Branch (118:13): [True: 0, False: 19]
  ------------------
  119|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  120|      0|            goto exit;
  121|      0|        }
  122|     19|        if (!--noptargs) {
  ------------------
  |  Branch (122:13): [True: 0, False: 19]
  ------------------
  123|      0|            goto skip_optional_pos;
  124|      0|        }
  125|     19|    }
  126|     19|    if (fastargs[2]) {
  ------------------
  |  Branch (126:9): [True: 19, False: 0]
  ------------------
  127|     19|        closefd = PyObject_IsTrue(fastargs[2]);
  128|     19|        if (closefd < 0) {
  ------------------
  |  Branch (128:13): [True: 0, False: 19]
  ------------------
  129|      0|            goto exit;
  130|      0|        }
  131|     19|        if (!--noptargs) {
  ------------------
  |  Branch (131:13): [True: 0, False: 19]
  ------------------
  132|      0|            goto skip_optional_pos;
  133|      0|        }
  134|     19|    }
  135|     19|    opener = fastargs[3];
  136|     19|skip_optional_pos:
  137|     19|    return_value = _io_FileIO___init___impl((fileio *)self, nameobj, mode, closefd, opener);
  138|       |
  139|     19|exit:
  140|     19|    return return_value;
  141|     19|}

iobase.c:_io__IOBase_flush:
  168|     26|{
  169|     26|    return _io__IOBase_flush_impl(self);
  170|     26|}
iobase.c:_io__IOBase_close:
  188|     13|{
  189|     13|    return _io__IOBase_close_impl(self);
  190|     13|}
iobase.c:_io__IOBase_readable:
  229|      4|{
  230|      4|    return _io__IOBase_readable_impl(self);
  231|      4|}
iobase.c:_io__IOBase_writable:
  249|      2|{
  250|      2|    return _io__IOBase_writable_impl(self);
  251|      2|}

textio.c:_io_TextIOWrapper___init__:
  553|      6|{
  554|      6|    int return_value = -1;
  555|      6|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  556|       |
  557|      6|    #define NUM_KEYWORDS 6
  558|      6|    static struct {
  559|      6|        PyGC_Head _this_is_not_used;
  560|      6|        PyObject_VAR_HEAD
  561|      6|        Py_hash_t ob_hash;
  562|      6|        PyObject *ob_item[NUM_KEYWORDS];
  563|      6|    } _kwtuple = {
  564|      6|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      6|    {                                     \
  |  |   98|      6|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      6|    {                               \
  |  |  |  |   91|      6|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      6|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      6|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      6|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      6|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      6|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      6|        (type)                      \
  |  |  |  |   93|      6|    },
  |  |  ------------------
  |  |   99|      6|        (size)                            \
  |  |  100|      6|    },
  ------------------
  565|      6|        .ob_hash = -1,
  566|      6|        .ob_item = { &_Py_ID(buffer), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(line_buffering), &_Py_ID(write_through), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(buffer), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(line_buffering), &_Py_ID(write_through), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(buffer), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(line_buffering), &_Py_ID(write_through), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(buffer), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(line_buffering), &_Py_ID(write_through), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(buffer), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(line_buffering), &_Py_ID(write_through), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(buffer), &_Py_ID(encoding), &_Py_ID(errors), &_Py_ID(newline), &_Py_ID(line_buffering), &_Py_ID(write_through), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  567|      6|    };
  568|      6|    #undef NUM_KEYWORDS
  569|      6|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  570|       |
  571|       |    #else  // !Py_BUILD_CORE
  572|       |    #  define KWTUPLE NULL
  573|       |    #endif  // !Py_BUILD_CORE
  574|       |
  575|      6|    static const char * const _keywords[] = {"buffer", "encoding", "errors", "newline", "line_buffering", "write_through", NULL};
  576|      6|    static _PyArg_Parser _parser = {
  577|      6|        .keywords = _keywords,
  578|      6|        .fname = "TextIOWrapper",
  579|      6|        .kwtuple = KWTUPLE,
  ------------------
  |  |  569|      6|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  580|      6|    };
  581|      6|    #undef KWTUPLE
  582|      6|    PyObject *argsbuf[6];
  583|      6|    PyObject * const *fastargs;
  584|      6|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|      6|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  585|      6|    Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1;
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (585:36): [True: 0, False: 6]
  ------------------
  586|      6|    PyObject *buffer;
  587|      6|    const char *encoding = NULL;
  588|      6|    PyObject *errors = Py_None;
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  589|      6|    const char *newline = NULL;
  590|      6|    int line_buffering = 0;
  591|      6|    int write_through = 0;
  592|       |
  593|      6|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|      6|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 6, Folded]
  |  |  |  Branch (88:23): [True: 6, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     12|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 6, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 6]
  |  |  |  Branch (89:43): [True: 6, False: 0]
  |  |  |  Branch (89:67): [True: 6, False: 0]
  |  |  |  Branch (89:68): [True: 6, False: 0]
  |  |  ------------------
  |  |   90|     12|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 6, False: 0]
  |  |  ------------------
  |  |   91|      6|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  594|      6|            /*minpos*/ 1, /*maxpos*/ 6, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  595|      6|    if (!fastargs) {
  ------------------
  |  Branch (595:9): [True: 0, False: 6]
  ------------------
  596|      0|        goto exit;
  597|      0|    }
  598|      6|    buffer = fastargs[0];
  599|      6|    if (!noptargs) {
  ------------------
  |  Branch (599:9): [True: 0, False: 6]
  ------------------
  600|      0|        goto skip_optional_pos;
  601|      0|    }
  602|      6|    if (fastargs[1]) {
  ------------------
  |  Branch (602:9): [True: 6, False: 0]
  ------------------
  603|      6|        if (fastargs[1] == Py_None) {
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (603:13): [True: 0, False: 6]
  ------------------
  604|      0|            encoding = NULL;
  605|      0|        }
  606|      6|        else if (PyUnicode_Check(fastargs[1])) {
  ------------------
  |  |  103|      6|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  607|      6|            Py_ssize_t encoding_length;
  608|      6|            encoding = PyUnicode_AsUTF8AndSize(fastargs[1], &encoding_length);
  609|      6|            if (encoding == NULL) {
  ------------------
  |  Branch (609:17): [True: 0, False: 6]
  ------------------
  610|      0|                goto exit;
  611|      0|            }
  612|      6|            if (strlen(encoding) != (size_t)encoding_length) {
  ------------------
  |  Branch (612:17): [True: 0, False: 6]
  ------------------
  613|      0|                PyErr_SetString(PyExc_ValueError, "embedded null character");
  614|      0|                goto exit;
  615|      0|            }
  616|      6|        }
  617|      0|        else {
  618|      0|            _PyArg_BadArgument("TextIOWrapper", "argument 'encoding'", "str or None", fastargs[1]);
  619|      0|            goto exit;
  620|      0|        }
  621|      6|        if (!--noptargs) {
  ------------------
  |  Branch (621:13): [True: 0, False: 6]
  ------------------
  622|      0|            goto skip_optional_pos;
  623|      0|        }
  624|      6|    }
  625|      6|    if (fastargs[2]) {
  ------------------
  |  Branch (625:9): [True: 6, False: 0]
  ------------------
  626|      6|        errors = fastargs[2];
  627|      6|        if (!--noptargs) {
  ------------------
  |  Branch (627:13): [True: 0, False: 6]
  ------------------
  628|      0|            goto skip_optional_pos;
  629|      0|        }
  630|      6|    }
  631|      6|    if (fastargs[3]) {
  ------------------
  |  Branch (631:9): [True: 6, False: 0]
  ------------------
  632|      6|        if (fastargs[3] == Py_None) {
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (632:13): [True: 0, False: 6]
  ------------------
  633|      0|            newline = NULL;
  634|      0|        }
  635|      6|        else if (PyUnicode_Check(fastargs[3])) {
  ------------------
  |  |  103|      6|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  636|      6|            Py_ssize_t newline_length;
  637|      6|            newline = PyUnicode_AsUTF8AndSize(fastargs[3], &newline_length);
  638|      6|            if (newline == NULL) {
  ------------------
  |  Branch (638:17): [True: 0, False: 6]
  ------------------
  639|      0|                goto exit;
  640|      0|            }
  641|      6|            if (strlen(newline) != (size_t)newline_length) {
  ------------------
  |  Branch (641:17): [True: 0, False: 6]
  ------------------
  642|      0|                PyErr_SetString(PyExc_ValueError, "embedded null character");
  643|      0|                goto exit;
  644|      0|            }
  645|      6|        }
  646|      0|        else {
  647|      0|            _PyArg_BadArgument("TextIOWrapper", "argument 'newline'", "str or None", fastargs[3]);
  648|      0|            goto exit;
  649|      0|        }
  650|      6|        if (!--noptargs) {
  ------------------
  |  Branch (650:13): [True: 0, False: 6]
  ------------------
  651|      0|            goto skip_optional_pos;
  652|      0|        }
  653|      6|    }
  654|      6|    if (fastargs[4]) {
  ------------------
  |  Branch (654:9): [True: 6, False: 0]
  ------------------
  655|      6|        line_buffering = PyObject_IsTrue(fastargs[4]);
  656|      6|        if (line_buffering < 0) {
  ------------------
  |  Branch (656:13): [True: 0, False: 6]
  ------------------
  657|      0|            goto exit;
  658|      0|        }
  659|      6|        if (!--noptargs) {
  ------------------
  |  Branch (659:13): [True: 0, False: 6]
  ------------------
  660|      0|            goto skip_optional_pos;
  661|      0|        }
  662|      6|    }
  663|      6|    write_through = PyObject_IsTrue(fastargs[5]);
  664|      6|    if (write_through < 0) {
  ------------------
  |  Branch (664:9): [True: 0, False: 6]
  ------------------
  665|      0|        goto exit;
  666|      0|    }
  667|      6|skip_optional_pos:
  668|      6|    return_value = _io_TextIOWrapper___init___impl((textio *)self, buffer, encoding, errors, newline, line_buffering, write_through);
  669|       |
  670|      6|exit:
  671|      6|    return return_value;
  672|      6|}

_PyFileIO_closed:
   95|     26|{
   96|     26|    return (PyFileIO_CAST(self)->fd < 0);
  ------------------
  |  |   88|     26|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
   97|     26|}
fileio.c:fileio_dealloc:
  565|     13|{
  566|     13|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     13|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
  567|     13|    self->finalizing = 1;
  568|     13|    if (_PyIOBase_finalize(op) < 0) {
  ------------------
  |  Branch (568:9): [True: 0, False: 13]
  ------------------
  569|      0|        return;
  570|      0|    }
  571|       |
  572|     13|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     13|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  573|     13|    if (self->stat_atopen != NULL) {
  ------------------
  |  Branch (573:9): [True: 0, False: 13]
  ------------------
  574|      0|        PyMem_Free(self->stat_atopen);
  575|      0|        self->stat_atopen = NULL;
  576|      0|    }
  577|     13|    FT_CLEAR_WEAKREFS(op, self->weakreflist);
  ------------------
  |  |   47|     13|    do {                                            \
  |  |   48|     13|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|     13|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 13]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|     13|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
  |  Branch (577:5): [True: 13, False: 0]
  ------------------
  578|     13|    (void)fileio_clear(op);
  579|       |
  580|     13|    PyTypeObject *tp = Py_TYPE(op);
  ------------------
  |  |  213|     13|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  581|     13|    tp->tp_free(op);
  582|     13|    Py_DECREF(tp);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  583|     13|}
fileio.c:fileio_traverse:
  548|      6|{
  549|      6|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|      6|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
  550|      6|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  551|      6|    Py_VISIT(self->dict);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  552|      6|    return 0;
  553|      6|}
fileio.c:fileio_clear:
  557|     13|{
  558|     13|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     13|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
  559|       |    Py_CLEAR(self->dict);
  ------------------
  |  |  484|     13|    do { \
  |  |  485|     13|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     13|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     13|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     13|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     13|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 13, False: 0]
  |  |  ------------------
  |  |  488|     13|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     13|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     13|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     13|        } \
  |  |  491|     13|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
  560|     13|    return 0;
  561|     13|}
fileio.c:_io_FileIO_readall_impl:
  746|     13|{
  747|     13|    Py_off_t pos, end;
  748|     13|    PyBytesWriter *writer;
  749|     13|    Py_ssize_t bytes_read = 0;
  750|     13|    Py_ssize_t n;
  751|     13|    size_t bufsize;
  752|       |
  753|     13|    if (self->fd < 0) {
  ------------------
  |  Branch (753:9): [True: 0, False: 13]
  ------------------
  754|      0|        return err_closed();
  755|      0|    }
  756|     13|    if (!self->readable) {
  ------------------
  |  Branch (756:9): [True: 0, False: 13]
  ------------------
  757|      0|        _PyIO_State *state = get_io_state_by_cls(cls);
  758|      0|        return err_mode(state, "reading");
  759|      0|    }
  760|       |
  761|     13|    if (self->stat_atopen != NULL && self->stat_atopen->st_size < _PY_READ_MAX) {
  ------------------
  |  |   59|     13|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|     13|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  |  Branch (761:9): [True: 13, False: 0]
  |  Branch (761:38): [True: 13, False: 0]
  ------------------
  762|     13|        end = (Py_off_t)self->stat_atopen->st_size;
  763|     13|    }
  764|      0|    else {
  765|      0|        end = -1;
  766|      0|    }
  767|     13|    if (end <= 0) {
  ------------------
  |  Branch (767:9): [True: 0, False: 13]
  ------------------
  768|       |        /* Use a default size and resize as needed. */
  769|      0|        bufsize = SMALLCHUNK;
  ------------------
  |  |   52|      0|#  define SMALLCHUNK BUFSIZ
  ------------------
  770|      0|    }
  771|     13|    else {
  772|       |        /* This is probably a real file. */
  773|     13|        if (end > _PY_READ_MAX - 1) {
  ------------------
  |  |   59|     13|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|     13|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  |  Branch (773:13): [True: 0, False: 13]
  ------------------
  774|      0|            bufsize = _PY_READ_MAX;
  ------------------
  |  |   59|      0|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  775|      0|        }
  776|     13|        else {
  777|       |            /* In order to detect end of file, need a read() of at
  778|       |               least 1 byte which returns size 0. Oversize the buffer
  779|       |               by 1 byte so the I/O can be completed with two read()
  780|       |               calls (one for all data, one for EOF) without needing
  781|       |               to resize the buffer. */
  782|     13|            bufsize = (size_t)end + 1;
  783|     13|        }
  784|       |
  785|       |        /* While a lot of code does open().read() to get the whole contents
  786|       |           of a file it is possible a caller seeks/reads a ways into the file
  787|       |           then calls readall() to get the rest, which would result in allocating
  788|       |           more than required. Guard against that for larger files where we expect
  789|       |           the I/O time to dominate anyways while keeping small files fast. */
  790|     13|        if (bufsize > LARGE_BUFFER_CUTOFF_SIZE) {
  ------------------
  |  |   57|     13|#define LARGE_BUFFER_CUTOFF_SIZE 65536
  ------------------
  |  Branch (790:13): [True: 2, False: 11]
  ------------------
  791|      2|            Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|      2|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|      2|                        PyThreadState *_save; \
  |  |  121|      2|                        _save = PyEval_SaveThread();
  ------------------
  792|      2|            _Py_BEGIN_SUPPRESS_IPH
  793|       |#ifdef MS_WINDOWS
  794|       |            pos = _lseeki64(self->fd, 0L, SEEK_CUR);
  795|       |#else
  796|      2|            pos = lseek(self->fd, 0L, SEEK_CUR);
  797|      2|#endif
  798|      2|            _Py_END_SUPPRESS_IPH
  799|      2|            Py_END_ALLOW_THREADS
  ------------------
  |  |  124|      2|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|      2|                 }
  ------------------
  800|       |
  801|      2|            if (end >= pos && pos >= 0 && (end - pos) < (_PY_READ_MAX - 1)) {
  ------------------
  |  |   59|      2|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|      2|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  |  Branch (801:17): [True: 2, False: 0]
  |  Branch (801:31): [True: 2, False: 0]
  |  Branch (801:43): [True: 2, False: 0]
  ------------------
  802|      2|                bufsize = (size_t)(end - pos) + 1;
  803|      2|            }
  804|      2|        }
  805|     13|    }
  806|       |
  807|     13|    writer = PyBytesWriter_Create(bufsize);
  808|     13|    if (writer == NULL) {
  ------------------
  |  Branch (808:9): [True: 0, False: 13]
  ------------------
  809|      0|        return NULL;
  810|      0|    }
  811|       |
  812|     26|    while (1) {
  ------------------
  |  Branch (812:12): [True: 26, Folded]
  ------------------
  813|     26|        if (bytes_read >= (Py_ssize_t)bufsize) {
  ------------------
  |  Branch (813:13): [True: 0, False: 26]
  ------------------
  814|      0|            bufsize = new_buffersize(self, bytes_read);
  815|      0|            if (bufsize > PY_SSIZE_T_MAX || bufsize <= 0) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (815:17): [True: 0, False: 0]
  |  Branch (815:45): [True: 0, False: 0]
  ------------------
  816|      0|                PyErr_SetString(PyExc_OverflowError,
  817|      0|                                "unbounded read returned more bytes "
  818|      0|                                "than a Python bytes object can hold");
  819|      0|                PyBytesWriter_Discard(writer);
  820|      0|                return NULL;
  821|      0|            }
  822|       |
  823|      0|            if (PyBytesWriter_GetSize(writer) < (Py_ssize_t)bufsize) {
  ------------------
  |  Branch (823:17): [True: 0, False: 0]
  ------------------
  824|      0|                if (PyBytesWriter_Resize(writer, bufsize) < 0)
  ------------------
  |  Branch (824:21): [True: 0, False: 0]
  ------------------
  825|      0|                    return NULL;
  826|      0|            }
  827|      0|        }
  828|       |
  829|     26|        n = _Py_read(self->fd,
  830|     26|                     (char*)PyBytesWriter_GetData(writer) + bytes_read,
  831|     26|                     bufsize - bytes_read);
  832|       |
  833|     26|        if (n == 0)
  ------------------
  |  Branch (833:13): [True: 13, False: 13]
  ------------------
  834|     13|            break;
  835|     13|        if (n == -1) {
  ------------------
  |  Branch (835:13): [True: 0, False: 13]
  ------------------
  836|      0|            if (errno == EAGAIN) {
  ------------------
  |  Branch (836:17): [True: 0, False: 0]
  ------------------
  837|      0|                PyErr_Clear();
  838|      0|                if (bytes_read > 0)
  ------------------
  |  Branch (838:21): [True: 0, False: 0]
  ------------------
  839|      0|                    break;
  840|      0|                PyBytesWriter_Discard(writer);
  841|      0|                Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  842|      0|            }
  843|      0|            PyBytesWriter_Discard(writer);
  844|      0|            return NULL;
  845|      0|        }
  846|     13|        bytes_read += n;
  847|     13|    }
  848|       |
  849|     13|    return PyBytesWriter_FinishWithSize(writer, bytes_read);
  850|     13|}
fileio.c:portable_lseek:
  957|     23|{
  958|     23|    Py_off_t pos, res;
  959|     23|    int fd = self->fd;
  960|       |
  961|     23|#ifdef SEEK_SET
  962|       |    /* Turn 0, 1, 2 into SEEK_{SET,CUR,END} */
  963|     23|    switch (whence) {
  ------------------
  |  Branch (963:13): [Folded, False: 23]
  ------------------
  964|       |#if SEEK_SET != 0
  965|       |    case 0: whence = SEEK_SET; break;
  966|       |#endif
  967|       |#if SEEK_CUR != 1
  968|       |    case 1: whence = SEEK_CUR; break;
  969|       |#endif
  970|       |#if SEEK_END != 2
  971|       |    case 2: whence = SEEK_END; break;
  972|       |#endif
  973|     23|    }
  974|     23|#endif /* SEEK_SET */
  975|       |
  976|     23|    if (posobj == NULL) {
  ------------------
  |  Branch (976:9): [True: 23, False: 0]
  ------------------
  977|     23|        pos = 0;
  978|     23|    }
  979|      0|    else {
  980|       |#if defined(HAVE_LARGEFILE_SUPPORT)
  981|       |        pos = PyLong_AsLongLong(posobj);
  982|       |#else
  983|      0|        pos = PyLong_AsLong(posobj);
  984|      0|#endif
  985|      0|        if (PyErr_Occurred())
  ------------------
  |  Branch (985:13): [True: 0, False: 0]
  ------------------
  986|      0|            return NULL;
  987|      0|    }
  988|       |
  989|     23|    Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     23|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     23|                        PyThreadState *_save; \
  |  |  121|     23|                        _save = PyEval_SaveThread();
  ------------------
  990|     23|    _Py_BEGIN_SUPPRESS_IPH
  991|       |#ifdef MS_WINDOWS
  992|       |    res = _lseeki64(fd, pos, whence);
  993|       |#else
  994|     23|    res = lseek(fd, pos, whence);
  995|     23|#endif
  996|     23|    _Py_END_SUPPRESS_IPH
  997|     23|    Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     23|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     23|                 }
  ------------------
  998|       |
  999|     23|    if (self->seekable < 0) {
  ------------------
  |  Branch (999:9): [True: 19, False: 4]
  ------------------
 1000|     19|        self->seekable = (res >= 0);
 1001|     19|    }
 1002|       |
 1003|     23|    if (res < 0) {
  ------------------
  |  Branch (1003:9): [True: 0, False: 23]
  ------------------
 1004|      0|        if (suppress_pipe_error && errno == ESPIPE) {
  ------------------
  |  Branch (1004:13): [True: 0, False: 0]
  |  Branch (1004:36): [True: 0, False: 0]
  ------------------
 1005|      0|            res = 0;
 1006|      0|        } else {
 1007|      0|            return PyErr_SetFromErrno(PyExc_OSError);
 1008|      0|        }
 1009|      0|    }
 1010|       |
 1011|       |#if defined(HAVE_LARGEFILE_SUPPORT)
 1012|       |    return PyLong_FromLongLong(res);
 1013|       |#else
 1014|     23|    return PyLong_FromLong(res);
 1015|     23|#endif
 1016|     23|}
fileio.c:_io_FileIO_tell_impl:
 1057|     23|{
 1058|     23|    if (self->fd < 0)
  ------------------
  |  Branch (1058:9): [True: 0, False: 23]
  ------------------
 1059|      0|        return err_closed();
 1060|       |
 1061|     23|    return portable_lseek(self, NULL, 1, false);
 1062|     23|}
fileio.c:_io_FileIO_close_impl:
  163|     13|{
  164|     13|    PyObject *res;
  165|     13|    int rc;
  166|     13|    _PyIO_State *state = get_io_state_by_cls(cls);
  167|     13|    res = PyObject_CallMethodOneArg((PyObject*)state->PyRawIOBase_Type,
  168|     13|                                     &_Py_ID(close), (PyObject *)self);
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  169|     13|    if (!self->closefd) {
  ------------------
  |  Branch (169:9): [True: 0, False: 13]
  ------------------
  170|      0|        self->fd = -1;
  171|      0|        return res;
  172|      0|    }
  173|       |
  174|     13|    PyObject *exc = NULL;
  175|     13|    if (res == NULL) {
  ------------------
  |  Branch (175:9): [True: 0, False: 13]
  ------------------
  176|      0|        exc = PyErr_GetRaisedException();
  177|      0|    }
  178|     13|    if (self->finalizing) {
  ------------------
  |  Branch (178:9): [True: 0, False: 13]
  ------------------
  179|      0|        PyObject *r = fileio_dealloc_warn((PyObject*)self, (PyObject *) self);
  180|      0|        if (r) {
  ------------------
  |  Branch (180:13): [True: 0, False: 0]
  ------------------
  181|      0|            Py_DECREF(r);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|      0|        }
  183|      0|        else {
  184|      0|            PyErr_Clear();
  185|      0|        }
  186|      0|    }
  187|     13|    rc = internal_close(self);
  188|     13|    if (res == NULL) {
  ------------------
  |  Branch (188:9): [True: 0, False: 13]
  ------------------
  189|      0|        _PyErr_ChainExceptions1(exc);
  190|      0|    }
  191|     13|    if (rc < 0) {
  ------------------
  |  Branch (191:9): [True: 0, False: 13]
  ------------------
  192|       |        Py_CLEAR(res);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  193|      0|    }
  194|     13|    return res;
  195|     13|}
fileio.c:internal_close:
  123|     13|{
  124|     13|    int err = 0;
  125|     13|    int save_errno = 0;
  126|     13|    if (self->fd >= 0) {
  ------------------
  |  Branch (126:9): [True: 13, False: 0]
  ------------------
  127|     13|        int fd = self->fd;
  128|     13|        self->fd = -1;
  129|       |        /* fd is accessible and someone else may have closed it */
  130|     13|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     13|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     13|                        PyThreadState *_save; \
  |  |  121|     13|                        _save = PyEval_SaveThread();
  ------------------
  131|     13|        _Py_BEGIN_SUPPRESS_IPH
  132|     13|        err = close(fd);
  133|     13|        if (err < 0)
  ------------------
  |  Branch (133:13): [True: 0, False: 13]
  ------------------
  134|      0|            save_errno = errno;
  135|     13|        _Py_END_SUPPRESS_IPH
  136|     13|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     13|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     13|                 }
  ------------------
  137|     13|    }
  138|     13|    PyMem_Free(self->stat_atopen);
  139|     13|    self->stat_atopen = NULL;
  140|     13|    if (err < 0) {
  ------------------
  |  Branch (140:9): [True: 0, False: 13]
  ------------------
  141|      0|        errno = save_errno;
  142|      0|        PyErr_SetFromErrno(PyExc_OSError);
  143|      0|        return -1;
  144|      0|    }
  145|     13|    return 0;
  146|     13|}
fileio.c:_io_FileIO_seekable_impl:
  653|      6|{
  654|      6|    if (self->fd < 0)
  ------------------
  |  Branch (654:9): [True: 0, False: 6]
  ------------------
  655|      0|        return err_closed();
  656|      6|    if (self->seekable < 0) {
  ------------------
  |  Branch (656:9): [True: 0, False: 6]
  ------------------
  657|       |        /* portable_lseek() sets the seekable attribute */
  658|      0|        PyObject *pos = portable_lseek(self, NULL, SEEK_CUR, false);
  659|      0|        assert(self->seekable >= 0);
  ------------------
  |  Branch (659:9): [True: 0, False: 0]
  ------------------
  660|      0|        if (pos == NULL) {
  ------------------
  |  Branch (660:13): [True: 0, False: 0]
  ------------------
  661|      0|            PyErr_Clear();
  662|      0|        }
  663|      0|        else {
  664|      0|            Py_DECREF(pos);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  665|      0|        }
  666|      0|    }
  667|      6|    return PyBool_FromLong((long) self->seekable);
  668|      6|}
fileio.c:_io_FileIO_readable_impl:
  623|     17|{
  624|     17|    if (self->fd < 0)
  ------------------
  |  Branch (624:9): [True: 0, False: 17]
  ------------------
  625|      0|        return err_closed();
  626|     17|    return PyBool_FromLong((long) self->readable);
  627|     17|}
fileio.c:_io_FileIO_writable_impl:
  638|      8|{
  639|      8|    if (self->fd < 0)
  ------------------
  |  Branch (639:9): [True: 0, False: 8]
  ------------------
  640|      0|        return err_closed();
  641|      8|    return PyBool_FromLong((long) self->writable);
  642|      8|}
fileio.c:_io_FileIO_isatty_impl:
 1221|      8|{
 1222|      8|    long res;
 1223|       |
 1224|      8|    if (self->fd < 0)
  ------------------
  |  Branch (1224:9): [True: 0, False: 8]
  ------------------
 1225|      0|        return err_closed();
 1226|      8|    Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|      8|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|      8|                        PyThreadState *_save; \
  |  |  121|      8|                        _save = PyEval_SaveThread();
  ------------------
 1227|      8|    _Py_BEGIN_SUPPRESS_IPH
 1228|      8|    res = isatty(self->fd);
 1229|      8|    _Py_END_SUPPRESS_IPH
 1230|      8|    Py_END_ALLOW_THREADS
  ------------------
  |  |  124|      8|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|      8|                 }
  ------------------
 1231|      8|    return PyBool_FromLong(res);
 1232|      8|}
fileio.c:_io_FileIO_isatty_open_only:
 1244|     19|{
 1245|     19|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     19|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
 1246|     19|    if (self->stat_atopen != NULL && !S_ISCHR(self->stat_atopen->st_mode)) {
  ------------------
  |  Branch (1246:9): [True: 19, False: 0]
  |  Branch (1246:38): [True: 17, False: 2]
  ------------------
 1247|     17|        Py_RETURN_FALSE;
  ------------------
  |  |   45|     17|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|     17|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1248|     17|    }
 1249|      2|    return _io_FileIO_isatty_impl(self);
 1250|     19|}
fileio.c:fileio_get_closed:
 1278|     39|{
 1279|     39|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     39|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
 1280|     39|    return PyBool_FromLong((long)(self->fd < 0));
 1281|     39|}
fileio.c:fileio_get_blksize:
 1299|     19|{
 1300|     19|#ifdef HAVE_STRUCT_STAT_ST_BLKSIZE
 1301|     19|    fileio *self = PyFileIO_CAST(op);
  ------------------
  |  |   88|     19|#define PyFileIO_CAST(op) ((fileio *)(op))
  ------------------
 1302|     19|    if (self->stat_atopen != NULL && self->stat_atopen->st_blksize > 1) {
  ------------------
  |  Branch (1302:9): [True: 19, False: 0]
  |  Branch (1302:38): [True: 19, False: 0]
  ------------------
 1303|     19|        return PyLong_FromLong(self->stat_atopen->st_blksize);
 1304|     19|    }
 1305|      0|#endif /* HAVE_STRUCT_STAT_ST_BLKSIZE */
 1306|      0|    return PyLong_FromLong(DEFAULT_BUFFER_SIZE);
  ------------------
  |  |   81|      0|#define DEFAULT_BUFFER_SIZE (128 * 1024)  /* bytes */
  ------------------
 1307|     19|}
fileio.c:_io_FileIO___init___impl:
  250|     19|{
  251|       |#ifdef MS_WINDOWS
  252|       |    wchar_t *widename = NULL;
  253|       |#else
  254|     19|    const char *name = NULL;
  255|     19|#endif
  256|     19|    PyObject *stringobj = NULL;
  257|     19|    const char *s;
  258|     19|    int ret = 0;
  259|     19|    int rwa = 0, plus = 0;
  260|     19|    int flags = 0;
  261|     19|    int fd = -1;
  262|     19|    int fd_is_own = 0;
  263|     19|#ifdef O_CLOEXEC
  264|     19|    int *atomic_flag_works = &_Py_open_cloexec_works;
  265|       |#elif !defined(MS_WINDOWS)
  266|       |    int *atomic_flag_works = NULL;
  267|       |#endif
  268|     19|    int fstat_result;
  269|     19|    int async_err = 0;
  270|       |
  271|       |#ifdef Py_DEBUG
  272|       |    _PyIO_State *state = find_io_state_by_def(Py_TYPE(self));
  273|       |    assert(PyFileIO_Check(state, self));
  274|       |#endif
  275|     19|    if (self->fd >= 0) {
  ------------------
  |  Branch (275:9): [True: 0, False: 19]
  ------------------
  276|      0|        if (self->closefd) {
  ------------------
  |  Branch (276:13): [True: 0, False: 0]
  ------------------
  277|       |            /* Have to close the existing file first. */
  278|      0|            if (internal_close(self) < 0) {
  ------------------
  |  Branch (278:17): [True: 0, False: 0]
  ------------------
  279|      0|                return -1;
  280|      0|            }
  281|      0|        }
  282|      0|        else
  283|      0|            self->fd = -1;
  284|      0|    }
  285|       |
  286|     19|    if (PyBool_Check(nameobj)) {
  ------------------
  |  |   12|     19|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|     19|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 19]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  287|      0|        if (PyErr_WarnEx(PyExc_RuntimeWarning,
  ------------------
  |  Branch (287:13): [True: 0, False: 0]
  ------------------
  288|      0|                "bool is used as a file descriptor", 1))
  289|      0|        {
  290|      0|            return -1;
  291|      0|        }
  292|      0|    }
  293|     19|    fd = PyLong_AsInt(nameobj);
  294|     19|    if (fd < 0) {
  ------------------
  |  Branch (294:9): [True: 13, False: 6]
  ------------------
  295|     13|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (295:13): [True: 0, False: 13]
  ------------------
  296|      0|            PyErr_SetString(PyExc_ValueError,
  297|      0|                            "negative file descriptor");
  298|      0|            return -1;
  299|      0|        }
  300|     13|        PyErr_Clear();
  301|     13|    }
  302|       |
  303|     19|    if (fd < 0) {
  ------------------
  |  Branch (303:9): [True: 13, False: 6]
  ------------------
  304|       |#ifdef MS_WINDOWS
  305|       |        if (!PyUnicode_FSDecoder(nameobj, &stringobj)) {
  306|       |            return -1;
  307|       |        }
  308|       |        widename = PyUnicode_AsWideCharString(stringobj, NULL);
  309|       |        if (widename == NULL)
  310|       |            return -1;
  311|       |#else
  312|     13|        if (!PyUnicode_FSConverter(nameobj, &stringobj)) {
  ------------------
  |  Branch (312:13): [True: 0, False: 13]
  ------------------
  313|      0|            return -1;
  314|      0|        }
  315|     13|        name = PyBytes_AS_STRING(stringobj);
  ------------------
  |  |   27|     13|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  316|     13|#endif
  317|     13|    }
  318|       |
  319|     19|    s = mode;
  320|     38|    while (*s) {
  ------------------
  |  Branch (320:12): [True: 19, False: 19]
  ------------------
  321|     19|        switch (*s++) {
  322|      0|        case 'x':
  ------------------
  |  Branch (322:9): [True: 0, False: 19]
  ------------------
  323|      0|            if (rwa) {
  ------------------
  |  Branch (323:17): [True: 0, False: 0]
  ------------------
  324|      0|            bad_mode:
  325|      0|                PyErr_SetString(PyExc_ValueError,
  326|      0|                                "Must have exactly one of create/read/write/append "
  327|      0|                                "mode and at most one plus");
  328|      0|                goto error;
  329|      0|            }
  330|      0|            rwa = 1;
  331|      0|            self->created = 1;
  332|      0|            self->writable = 1;
  333|      0|            flags |= O_EXCL | O_CREAT;
  334|      0|            break;
  335|     15|        case 'r':
  ------------------
  |  Branch (335:9): [True: 15, False: 4]
  ------------------
  336|     15|            if (rwa)
  ------------------
  |  Branch (336:17): [True: 0, False: 15]
  ------------------
  337|      0|                goto bad_mode;
  338|     15|            rwa = 1;
  339|     15|            self->readable = 1;
  340|     15|            break;
  341|      4|        case 'w':
  ------------------
  |  Branch (341:9): [True: 4, False: 15]
  ------------------
  342|      4|            if (rwa)
  ------------------
  |  Branch (342:17): [True: 0, False: 4]
  ------------------
  343|      0|                goto bad_mode;
  344|      4|            rwa = 1;
  345|      4|            self->writable = 1;
  346|      4|            self->truncate = 1;
  347|      4|            flags |= O_CREAT | O_TRUNC;
  348|      4|            break;
  349|      0|        case 'a':
  ------------------
  |  Branch (349:9): [True: 0, False: 19]
  ------------------
  350|      0|            if (rwa)
  ------------------
  |  Branch (350:17): [True: 0, False: 0]
  ------------------
  351|      0|                goto bad_mode;
  352|      0|            rwa = 1;
  353|      0|            self->writable = 1;
  354|      0|            self->appending = 1;
  355|      0|            flags |= O_APPEND | O_CREAT;
  356|      0|            break;
  357|      0|        case 'b':
  ------------------
  |  Branch (357:9): [True: 0, False: 19]
  ------------------
  358|      0|            break;
  359|      0|        case '+':
  ------------------
  |  Branch (359:9): [True: 0, False: 19]
  ------------------
  360|      0|            if (plus)
  ------------------
  |  Branch (360:17): [True: 0, False: 0]
  ------------------
  361|      0|                goto bad_mode;
  362|      0|            self->readable = self->writable = 1;
  363|      0|            plus = 1;
  364|      0|            break;
  365|      0|        default:
  ------------------
  |  Branch (365:9): [True: 0, False: 19]
  ------------------
  366|      0|            PyErr_Format(PyExc_ValueError,
  367|      0|                         "invalid mode: %.200s", mode);
  368|      0|            goto error;
  369|     19|        }
  370|     19|    }
  371|       |
  372|     19|    if (!rwa)
  ------------------
  |  Branch (372:9): [True: 0, False: 19]
  ------------------
  373|      0|        goto bad_mode;
  374|       |
  375|     19|    if (self->readable && self->writable)
  ------------------
  |  Branch (375:9): [True: 15, False: 4]
  |  Branch (375:27): [True: 0, False: 15]
  ------------------
  376|      0|        flags |= O_RDWR;
  377|     19|    else if (self->readable)
  ------------------
  |  Branch (377:14): [True: 15, False: 4]
  ------------------
  378|     15|        flags |= O_RDONLY;
  379|      4|    else
  380|      4|        flags |= O_WRONLY;
  381|       |
  382|       |#ifdef O_BINARY
  383|       |    flags |= O_BINARY;
  384|       |#endif
  385|       |
  386|       |#ifdef MS_WINDOWS
  387|       |    flags |= O_NOINHERIT;
  388|       |#elif defined(O_CLOEXEC)
  389|     19|    flags |= O_CLOEXEC;
  390|     19|#endif
  391|       |
  392|     19|    if (PySys_Audit("open", "Osi", nameobj, mode, flags) < 0) {
  ------------------
  |  Branch (392:9): [True: 0, False: 19]
  ------------------
  393|      0|        goto error;
  394|      0|    }
  395|       |
  396|     19|    if (fd >= 0) {
  ------------------
  |  Branch (396:9): [True: 6, False: 13]
  ------------------
  397|      6|        self->fd = fd;
  398|      6|        self->closefd = closefd;
  399|      6|    }
  400|     13|    else {
  401|     13|        self->closefd = 1;
  402|     13|        if (!closefd) {
  ------------------
  |  Branch (402:13): [True: 0, False: 13]
  ------------------
  403|      0|            PyErr_SetString(PyExc_ValueError,
  404|      0|                "Cannot use closefd=False with file name");
  405|      0|            goto error;
  406|      0|        }
  407|       |
  408|     13|        errno = 0;
  409|     13|        if (opener == Py_None) {
  ------------------
  |  |  616|     13|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (409:13): [True: 13, False: 0]
  ------------------
  410|     13|            do {
  411|     13|                Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     13|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     13|                        PyThreadState *_save; \
  |  |  121|     13|                        _save = PyEval_SaveThread();
  ------------------
  412|       |#ifdef MS_WINDOWS
  413|       |                self->fd = _wopen(widename, flags, 0666);
  414|       |#else
  415|     13|                self->fd = open(name, flags, 0666);
  416|     13|#endif
  417|     13|                Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     13|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     13|                 }
  ------------------
  418|     13|            } while (self->fd < 0 && errno == EINTR &&
  ------------------
  |  Branch (418:22): [True: 0, False: 13]
  |  Branch (418:38): [True: 0, False: 0]
  ------------------
  419|      0|                     !(async_err = PyErr_CheckSignals()));
  ------------------
  |  Branch (419:22): [True: 0, False: 0]
  ------------------
  420|       |
  421|     13|            if (async_err)
  ------------------
  |  Branch (421:17): [True: 0, False: 13]
  ------------------
  422|      0|                goto error;
  423|       |
  424|     13|            if (self->fd < 0) {
  ------------------
  |  Branch (424:17): [True: 0, False: 13]
  ------------------
  425|      0|                PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, nameobj);
  426|      0|                goto error;
  427|      0|            }
  428|     13|        }
  429|      0|        else {
  430|      0|            PyObject *fdobj;
  431|       |
  432|      0|#ifndef MS_WINDOWS
  433|       |            /* the opener may clear the atomic flag */
  434|      0|            atomic_flag_works = NULL;
  435|      0|#endif
  436|       |
  437|      0|            fdobj = PyObject_CallFunction(opener, "Oi", nameobj, flags);
  438|      0|            if (fdobj == NULL)
  ------------------
  |  Branch (438:17): [True: 0, False: 0]
  ------------------
  439|      0|                goto error;
  440|      0|            if (!PyLong_Check(fdobj)) {
  ------------------
  |  |   13|      0|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (440:17): [True: 0, False: 0]
  ------------------
  441|      0|                Py_DECREF(fdobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  442|      0|                PyErr_SetString(PyExc_TypeError,
  443|      0|                        "expected integer from opener");
  444|      0|                goto error;
  445|      0|            }
  446|       |
  447|      0|            self->fd = PyLong_AsInt(fdobj);
  448|      0|            Py_DECREF(fdobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  449|      0|            if (self->fd < 0) {
  ------------------
  |  Branch (449:17): [True: 0, False: 0]
  ------------------
  450|      0|                if (!PyErr_Occurred()) {
  ------------------
  |  Branch (450:21): [True: 0, False: 0]
  ------------------
  451|       |                    /* The opener returned a negative but didn't set an
  452|       |                       exception.  See issue #27066 */
  453|      0|                    PyErr_Format(PyExc_ValueError,
  454|      0|                                 "opener returned %d", self->fd);
  455|      0|                }
  456|      0|                goto error;
  457|      0|            }
  458|      0|        }
  459|     13|        fd_is_own = 1;
  460|       |
  461|     13|#ifndef MS_WINDOWS
  462|     13|        if (_Py_set_inheritable(self->fd, 0, atomic_flag_works) < 0)
  ------------------
  |  Branch (462:13): [True: 0, False: 13]
  ------------------
  463|      0|            goto error;
  464|     13|#endif
  465|     13|    }
  466|       |
  467|     19|    PyMem_Free(self->stat_atopen);
  468|     19|    self->stat_atopen = PyMem_New(struct _Py_stat_struct, 1);
  ------------------
  |  |   64|     19|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|     19|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [Folded, False: 19]
  |  |  ------------------
  |  |   65|     19|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
  469|     19|    if (self->stat_atopen == NULL) {
  ------------------
  |  Branch (469:9): [True: 0, False: 19]
  ------------------
  470|      0|        PyErr_NoMemory();
  471|      0|        goto error;
  472|      0|    }
  473|     19|    Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     19|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     19|                        PyThreadState *_save; \
  |  |  121|     19|                        _save = PyEval_SaveThread();
  ------------------
  474|     19|    fstat_result = _Py_fstat_noraise(self->fd, self->stat_atopen);
  475|     19|    Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     19|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     19|                 }
  ------------------
  476|     19|    if (fstat_result < 0) {
  ------------------
  |  Branch (476:9): [True: 0, False: 19]
  ------------------
  477|       |        /* Tolerate fstat() errors other than EBADF.  See Issue #25717, where
  478|       |        an anonymous file on a Virtual Box shared folder filesystem would
  479|       |        raise ENOENT. */
  480|       |#ifdef MS_WINDOWS
  481|       |        if (GetLastError() == ERROR_INVALID_HANDLE) {
  482|       |            PyErr_SetFromWindowsErr(0);
  483|       |#else
  484|      0|        if (errno == EBADF) {
  ------------------
  |  Branch (484:13): [True: 0, False: 0]
  ------------------
  485|      0|            PyErr_SetFromErrno(PyExc_OSError);
  486|      0|#endif
  487|      0|            goto error;
  488|      0|        }
  489|       |
  490|      0|        PyMem_Free(self->stat_atopen);
  491|      0|        self->stat_atopen = NULL;
  492|      0|    }
  493|     19|    else {
  494|     19|#if defined(S_ISDIR) && defined(EISDIR)
  495|       |        /* On Unix, open will succeed for directories.
  496|       |           In Python, there should be no file objects referring to
  497|       |           directories, so we need a check.  */
  498|     19|        if (S_ISDIR(self->stat_atopen->st_mode)) {
  ------------------
  |  Branch (498:13): [True: 0, False: 19]
  ------------------
  499|      0|            errno = EISDIR;
  500|      0|            PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, nameobj);
  501|      0|            goto error;
  502|      0|        }
  503|     19|#endif /* defined(S_ISDIR) */
  504|     19|    }
  505|       |
  506|       |#if defined(MS_WINDOWS) || defined(__CYGWIN__)
  507|       |    /* don't translate newlines (\r\n <=> \n) */
  508|       |    _setmode(self->fd, O_BINARY);
  509|       |#endif
  510|       |
  511|     19|    if (PyObject_SetAttr((PyObject *)self, &_Py_ID(name), nameobj) < 0)
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (511:9): [True: 0, False: 19]
  ------------------
  512|      0|        goto error;
  513|       |
  514|     19|    if (self->appending) {
  ------------------
  |  Branch (514:9): [True: 0, False: 19]
  ------------------
  515|       |        /* For consistent behaviour, we explicitly seek to the
  516|       |           end of file (otherwise, it might be done only on the
  517|       |           first write()). */
  518|      0|        PyObject *pos = portable_lseek(self, NULL, 2, true);
  519|      0|        if (pos == NULL)
  ------------------
  |  Branch (519:13): [True: 0, False: 0]
  ------------------
  520|      0|            goto error;
  521|      0|        Py_DECREF(pos);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  522|      0|    }
  523|       |
  524|     19|    goto done;
  525|       |
  526|     19| error:
  527|      0|    ret = -1;
  528|      0|    if (!fd_is_own)
  ------------------
  |  Branch (528:9): [True: 0, False: 0]
  ------------------
  529|      0|        self->fd = -1;
  530|      0|    if (self->fd >= 0) {
  ------------------
  |  Branch (530:9): [True: 0, False: 0]
  ------------------
  531|      0|        PyObject *exc = PyErr_GetRaisedException();
  532|      0|        internal_close(self);
  533|      0|        _PyErr_ChainExceptions1(exc);
  534|      0|    }
  535|      0|    PyMem_Free(self->stat_atopen);
  536|      0|    self->stat_atopen = NULL;
  537|       |
  538|     19| done:
  539|       |#ifdef MS_WINDOWS
  540|       |    PyMem_Free(widename);
  541|       |#endif
  542|       |    Py_CLEAR(stringobj);
  ------------------
  |  |  484|     19|    do { \
  |  |  485|     19|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     19|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     19|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     19|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     19|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 13, False: 6]
  |  |  ------------------
  |  |  488|     13|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     13|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     13|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     13|        } \
  |  |  491|     19|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 19]
  |  |  ------------------
  ------------------
  543|     19|    return ret;
  544|      0|}
fileio.c:fileio_new:
  199|     19|{
  200|     19|    assert(type != NULL && type->tp_alloc != NULL);
  ------------------
  |  Branch (200:5): [True: 19, False: 0]
  |  Branch (200:5): [True: 19, False: 0]
  ------------------
  201|       |
  202|     19|    fileio *self = (fileio *) type->tp_alloc(type, 0);
  203|     19|    if (self == NULL) {
  ------------------
  |  Branch (203:9): [True: 0, False: 19]
  ------------------
  204|      0|        return NULL;
  205|      0|    }
  206|       |
  207|     19|    self->fd = -1;
  208|     19|    self->created = 0;
  209|     19|    self->readable = 0;
  210|     19|    self->writable = 0;
  211|     19|    self->appending = 0;
  212|     19|    self->seekable = -1;
  213|     19|    self->truncate = 0;
  214|     19|    self->stat_atopen = NULL;
  215|     19|    self->closefd = 1;
  216|       |    self->weakreflist = NULL;
  217|     19|    return (PyObject *) self;
  218|     19|}

_PyIOBase_finalize:
  336|     26|{
  337|     26|    int is_zombie;
  338|       |
  339|       |    /* If _PyIOBase_finalize() is called from a destructor, we need to
  340|       |       resurrect the object as calling close() can invoke arbitrary code. */
  341|     26|    is_zombie = (Py_REFCNT(self) == 0);
  ------------------
  |  |  119|     26|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  342|     26|    if (is_zombie)
  ------------------
  |  Branch (342:9): [True: 26, False: 0]
  ------------------
  343|     26|        return PyObject_CallFinalizerFromDealloc(self);
  344|      0|    else {
  345|      0|        PyObject_CallFinalizer(self);
  346|      0|        return 0;
  347|      0|    }
  348|     26|}
_PyIOBase_check_readable:
  447|     15|{
  448|     15|    PyObject *res = PyObject_CallMethodNoArgs(self, &_Py_ID(readable));
  ------------------
  |  |  917|     15|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     15|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     15|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  449|     15|    if (res == NULL)
  ------------------
  |  Branch (449:9): [True: 0, False: 15]
  ------------------
  450|      0|        return NULL;
  451|     15|    if (res != Py_True) {
  ------------------
  |  |   26|     15|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (451:9): [True: 0, False: 15]
  ------------------
  452|      0|        Py_CLEAR(res);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  453|      0|        iobase_unsupported(state, "File or stream is not readable.");
  454|      0|        return NULL;
  455|      0|    }
  456|     15|    if (args == Py_True) {
  ------------------
  |  |   26|     15|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (456:9): [True: 15, False: 0]
  ------------------
  457|     15|        Py_DECREF(res);
  ------------------
  |  |  430|     15|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  458|     15|    }
  459|     15|    return res;
  460|     15|}
_PyIOBase_check_writable:
  480|      4|{
  481|      4|    PyObject *res = PyObject_CallMethodNoArgs(self, &_Py_ID(writable));
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  482|      4|    if (res == NULL)
  ------------------
  |  Branch (482:9): [True: 0, False: 4]
  ------------------
  483|      0|        return NULL;
  484|      4|    if (res != Py_True) {
  ------------------
  |  |   26|      4|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (484:9): [True: 0, False: 4]
  ------------------
  485|      0|        Py_CLEAR(res);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  486|      0|        iobase_unsupported(state, "File or stream is not writable.");
  487|      0|        return NULL;
  488|      0|    }
  489|      4|    if (args == Py_True) {
  ------------------
  |  |   26|      4|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (489:9): [True: 4, False: 0]
  ------------------
  490|      4|        Py_DECREF(res);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|      4|    }
  492|      4|    return res;
  493|      4|}
iobase.c:iobase_check_closed:
  198|     13|{
  199|     13|    PyObject *res;
  200|     13|    int closed;
  201|       |    /* This gets the derived attribute, which is *not* __IOBase_closed
  202|       |       in most cases! */
  203|     13|    closed = PyObject_GetOptionalAttr(self, &_Py_ID(closed), &res);
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  204|     13|    if (closed > 0) {
  ------------------
  |  Branch (204:9): [True: 13, False: 0]
  ------------------
  205|     13|        closed = PyObject_IsTrue(res);
  206|     13|        Py_DECREF(res);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|     13|        if (closed > 0) {
  ------------------
  |  Branch (207:13): [True: 0, False: 13]
  ------------------
  208|      0|            PyErr_SetString(PyExc_ValueError, "I/O operation on closed file.");
  209|      0|            return -1;
  210|      0|        }
  211|     13|    }
  212|     13|    return closed;
  213|     13|}
iobase.c:_io__IOBase_flush_impl:
  173|     26|{
  174|       |    /* XXX Should this return the number of bytes written??? */
  175|     26|    int closed = iobase_is_closed(self);
  176|       |
  177|     26|    if (!closed) {
  ------------------
  |  Branch (177:9): [True: 26, False: 0]
  ------------------
  178|     26|        Py_RETURN_NONE;
  ------------------
  |  |  628|     26|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     26|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  179|     26|    }
  180|      0|    if (closed > 0) {
  ------------------
  |  Branch (180:9): [True: 0, False: 0]
  ------------------
  181|      0|        PyErr_SetString(PyExc_ValueError, "I/O operation on closed file.");
  182|      0|    }
  183|       |    return NULL;
  184|     26|}
iobase.c:iobase_is_closed:
   82|     39|{
   83|     39|    return PyObject_HasAttrWithError(self, &_Py_ID(__IOBase_closed));
  ------------------
  |  |  917|     39|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     39|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     39|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|     39|}
iobase.c:_io__IOBase_close_impl:
  271|     13|{
  272|     13|    int rc1, rc2, closed = iobase_is_closed(self);
  273|       |
  274|     13|    if (closed < 0) {
  ------------------
  |  Branch (274:9): [True: 0, False: 13]
  ------------------
  275|      0|        return NULL;
  276|      0|    }
  277|     13|    if (closed) {
  ------------------
  |  Branch (277:9): [True: 0, False: 13]
  ------------------
  278|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  279|      0|    }
  280|       |
  281|     13|    rc1 = _PyFile_Flush(self);
  282|     13|    PyObject *exc = PyErr_GetRaisedException();
  283|     13|    rc2 = PyObject_SetAttr(self, &_Py_ID(__IOBase_closed), Py_True);
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  rc2 = PyObject_SetAttr(self, &_Py_ID(__IOBase_closed), Py_True);
  ------------------
  |  |   26|     13|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  284|     13|    _PyErr_ChainExceptions1(exc);
  285|     13|    if (rc1 < 0 || rc2 < 0) {
  ------------------
  |  Branch (285:9): [True: 0, False: 13]
  |  Branch (285:20): [True: 0, False: 13]
  ------------------
  286|      0|        return NULL;
  287|      0|    }
  288|       |
  289|     13|    Py_RETURN_NONE;
  ------------------
  |  |  628|     13|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     13|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  290|     13|}
iobase.c:_io__IOBase_readable_impl:
  440|      4|{
  441|      4|    Py_RETURN_FALSE;
  ------------------
  |  |   45|      4|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      4|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  442|      4|}
iobase.c:_io__IOBase_writable_impl:
  473|      2|{
  474|      2|    Py_RETURN_FALSE;
  ------------------
  |  |   45|      2|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      2|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  475|      2|}
iobase.c:iobase_enter:
  499|     13|{
  500|     13|    if (iobase_check_closed(self))
  ------------------
  |  Branch (500:9): [True: 0, False: 13]
  ------------------
  501|      0|        return NULL;
  502|       |
  503|     13|    return Py_NewRef(self);
  ------------------
  |  |  550|     13|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|     13|}
iobase.c:iobase_exit:
  508|     13|{
  509|     13|    return PyObject_CallMethodNoArgs(self, &_Py_ID(close));
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  510|     13|}
iobase.c:iobase_finalize:
  296|     26|{
  297|     26|    PyObject *res;
  298|     26|    int closed;
  299|       |
  300|       |    /* Save the current exception, if any. */
  301|     26|    PyObject *exc = PyErr_GetRaisedException();
  302|       |
  303|       |    /* If `closed` doesn't exist or can't be evaluated as bool, then the
  304|       |       object is probably in an unusable state, so ignore. */
  305|     26|    if (PyObject_GetOptionalAttr(self, &_Py_ID(closed), &res) <= 0) {
  ------------------
  |  |  917|     26|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     26|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     26|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (305:9): [True: 0, False: 26]
  ------------------
  306|      0|        PyErr_Clear();
  307|      0|        closed = -1;
  308|      0|    }
  309|     26|    else {
  310|     26|        closed = PyObject_IsTrue(res);
  311|     26|        Py_DECREF(res);
  ------------------
  |  |  430|     26|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  312|     26|        if (closed == -1)
  ------------------
  |  Branch (312:13): [True: 0, False: 26]
  ------------------
  313|      0|            PyErr_Clear();
  314|     26|    }
  315|     26|    if (closed == 0) {
  ------------------
  |  Branch (315:9): [True: 0, False: 26]
  ------------------
  316|       |        /* Signal close() that it was called as part of the object
  317|       |           finalization process. */
  318|      0|        if (PyObject_SetAttr(self, &_Py_ID(_finalizing), Py_True))
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PyObject_SetAttr(self, &_Py_ID(_finalizing), Py_True))
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (318:13): [True: 0, False: 0]
  ------------------
  319|      0|            PyErr_Clear();
  320|      0|        res = PyObject_CallMethodNoArgs((PyObject *)self, &_Py_ID(close));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  321|      0|        if (res == NULL) {
  ------------------
  |  Branch (321:13): [True: 0, False: 0]
  ------------------
  322|      0|            PyErr_FormatUnraisable("Exception ignored "
  323|      0|                                   "while finalizing file %R", self);
  324|      0|        }
  325|      0|        else {
  326|      0|            Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  327|      0|        }
  328|      0|    }
  329|       |
  330|       |    /* Restore the saved exception. */
  331|     26|    PyErr_SetRaisedException(exc);
  332|     26|}

textio.c:textiowrapper_traverse:
 1486|      6|{
 1487|      6|    textio *self = textio_CAST(op);
  ------------------
  |  |  730|      6|#define textio_CAST(op) ((textio *)(op))
  ------------------
 1488|      6|    Py_VISIT(Py_TYPE(self));
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1489|      6|    Py_VISIT(self->buffer);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1490|      6|    Py_VISIT(self->encoding);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1491|      6|    Py_VISIT(self->encoder);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 2]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1492|      6|    Py_VISIT(self->decoder);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 4]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1493|      6|    Py_VISIT(self->readnl);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1494|      6|    Py_VISIT(self->decoded_chars);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1495|      6|    Py_VISIT(self->pending_bytes);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1496|      6|    Py_VISIT(self->snapshot);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1497|      6|    Py_VISIT(self->errors);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1498|      6|    Py_VISIT(self->raw);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1499|       |
 1500|      6|    Py_VISIT(self->dict);
  ------------------
  |  |  194|      6|    do {                                                                \
  |  |  195|      6|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1501|      6|    return 0;
 1502|      6|}
textio.c:validate_newline:
  846|      6|{
  847|      6|    if (newline && newline[0] != '\0'
  ------------------
  |  Branch (847:9): [True: 6, False: 0]
  |  Branch (847:20): [True: 6, False: 0]
  ------------------
  848|      6|        && !(newline[0] == '\n' && newline[1] == '\0')
  ------------------
  |  Branch (848:14): [True: 6, False: 0]
  |  Branch (848:36): [True: 6, False: 0]
  ------------------
  849|      0|        && !(newline[0] == '\r' && newline[1] == '\0')
  ------------------
  |  Branch (849:14): [True: 0, False: 0]
  |  Branch (849:36): [True: 0, False: 0]
  ------------------
  850|      0|        && !(newline[0] == '\r' && newline[1] == '\n' && newline[2] == '\0')) {
  ------------------
  |  Branch (850:14): [True: 0, False: 0]
  |  Branch (850:36): [True: 0, False: 0]
  |  Branch (850:58): [True: 0, False: 0]
  ------------------
  851|      0|        PyErr_Format(PyExc_ValueError,
  852|      0|                     "illegal newline value: %s", newline);
  853|      0|        return -1;
  854|      0|    }
  855|      6|    return 0;
  856|      6|}
textio.c:set_newline:
  860|      6|{
  861|      6|    PyObject *old = self->readnl;
  862|      6|    if (newline == NULL) {
  ------------------
  |  Branch (862:9): [True: 0, False: 6]
  ------------------
  863|      0|        self->readnl = NULL;
  864|      0|    }
  865|      6|    else {
  866|      6|        self->readnl = PyUnicode_FromString(newline);
  867|      6|        if (self->readnl == NULL) {
  ------------------
  |  Branch (867:13): [True: 0, False: 6]
  ------------------
  868|      0|            self->readnl = old;
  869|      0|            return -1;
  870|      0|        }
  871|      6|    }
  872|      6|    self->readuniversal = (newline == NULL || newline[0] == '\0');
  ------------------
  |  Branch (872:28): [True: 0, False: 6]
  |  Branch (872:47): [True: 0, False: 6]
  ------------------
  873|      6|    self->readtranslate = (newline == NULL);
  874|      6|    self->writetranslate = (newline == NULL || newline[0] != '\0');
  ------------------
  |  Branch (874:29): [True: 0, False: 6]
  |  Branch (874:48): [True: 6, False: 0]
  ------------------
  875|      6|    if (!self->readuniversal && self->readnl != NULL) {
  ------------------
  |  Branch (875:9): [True: 6, False: 0]
  |  Branch (875:33): [True: 6, False: 0]
  ------------------
  876|       |        // validate_newline() accepts only ASCII newlines.
  877|      6|        assert(PyUnicode_KIND(self->readnl) == PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (877:9): [True: 6, False: 0]
  |  Branch (877:9): [True: 6, False: 0]
  ------------------
  878|      6|        self->writenl = (const char *)PyUnicode_1BYTE_DATA(self->readnl);
  ------------------
  |  |  291|      6|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      6|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  879|      6|        if (strcmp(self->writenl, "\n") == 0) {
  ------------------
  |  Branch (879:13): [True: 6, False: 0]
  ------------------
  880|      6|            self->writenl = NULL;
  881|      6|        }
  882|      6|    }
  883|      0|    else {
  884|       |#ifdef MS_WINDOWS
  885|       |        self->writenl = "\r\n";
  886|       |#else
  887|      0|        self->writenl = NULL;
  888|      0|#endif
  889|      0|    }
  890|      6|    Py_XDECREF(old);
  ------------------
  |  |  524|      6|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  891|      6|    return 0;
  892|      6|}
textio.c:_textiowrapper_set_decoder:
  897|      6|{
  898|      6|    PyObject *res;
  899|      6|    int r;
  900|       |
  901|      6|    res = PyObject_CallMethodNoArgs(self->buffer, &_Py_ID(readable));
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  902|      6|    if (res == NULL)
  ------------------
  |  Branch (902:9): [True: 0, False: 6]
  ------------------
  903|      0|        return -1;
  904|       |
  905|      6|    r = PyObject_IsTrue(res);
  906|      6|    Py_DECREF(res);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  907|      6|    if (r == -1)
  ------------------
  |  Branch (907:9): [True: 0, False: 6]
  ------------------
  908|      0|        return -1;
  909|       |
  910|      6|    if (r != 1)
  ------------------
  |  Branch (910:9): [True: 4, False: 2]
  ------------------
  911|      4|        return 0;
  912|       |
  913|      2|    Py_CLEAR(self->decoder);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  914|      2|    self->decoder = _PyCodecInfo_GetIncrementalDecoder(codec_info, errors);
  915|      2|    if (self->decoder == NULL)
  ------------------
  |  Branch (915:9): [True: 0, False: 2]
  ------------------
  916|      0|        return -1;
  917|       |
  918|      2|    if (self->readuniversal) {
  ------------------
  |  Branch (918:9): [True: 0, False: 2]
  ------------------
  919|      0|        _PyIO_State *state = self->state;
  920|      0|        PyObject *incrementalDecoder = PyObject_CallFunctionObjArgs(
  921|      0|            (PyObject *)state->PyIncrementalNewlineDecoder_Type,
  922|      0|            self->decoder, self->readtranslate ? Py_True : Py_False, NULL);
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          self->decoder, self->readtranslate ? Py_True : Py_False, NULL);
  ------------------
  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (922:28): [True: 0, False: 0]
  ------------------
  923|      0|        if (incrementalDecoder == NULL)
  ------------------
  |  Branch (923:13): [True: 0, False: 0]
  ------------------
  924|      0|            return -1;
  925|      0|        Py_XSETREF(self->decoder, incrementalDecoder);
  ------------------
  |  |  374|      0|    do { \
  |  |  375|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      0|        *_tmp_dst_ptr = (src); \
  |  |  378|      0|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  926|      0|    }
  927|       |
  928|      2|    return 0;
  929|      2|}
textio.c:_textiowrapper_set_encoder:
  953|      6|{
  954|      6|    PyObject *res;
  955|      6|    int r;
  956|       |
  957|      6|    res = PyObject_CallMethodNoArgs(self->buffer, &_Py_ID(writable));
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  958|      6|    if (res == NULL)
  ------------------
  |  Branch (958:9): [True: 0, False: 6]
  ------------------
  959|      0|        return -1;
  960|       |
  961|      6|    r = PyObject_IsTrue(res);
  962|      6|    Py_DECREF(res);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  963|      6|    if (r == -1)
  ------------------
  |  Branch (963:9): [True: 0, False: 6]
  ------------------
  964|      0|        return -1;
  965|       |
  966|      6|    if (r != 1)
  ------------------
  |  Branch (966:9): [True: 2, False: 4]
  ------------------
  967|      2|        return 0;
  968|       |
  969|      4|    Py_CLEAR(self->encoder);
  ------------------
  |  |  484|      4|    do { \
  |  |  485|      4|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      4|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      4|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 4]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  970|      4|    self->encodefunc = NULL;
  971|      4|    self->encoder = _PyCodecInfo_GetIncrementalEncoder(codec_info, errors);
  972|      4|    if (self->encoder == NULL)
  ------------------
  |  Branch (972:9): [True: 0, False: 4]
  ------------------
  973|      0|        return -1;
  974|       |
  975|       |    /* Get the normalized named of the codec */
  976|      4|    if (PyObject_GetOptionalAttr(codec_info, &_Py_ID(name), &res) < 0) {
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (976:9): [True: 0, False: 4]
  ------------------
  977|      0|        return -1;
  978|      0|    }
  979|      4|    if (res != NULL && PyUnicode_Check(res)) {
  ------------------
  |  |  103|      4|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (979:9): [True: 4, False: 0]
  ------------------
  980|      4|        const encodefuncentry *e = encodefuncs;
  981|     12|        while (e->name != NULL) {
  ------------------
  |  Branch (981:16): [True: 12, False: 0]
  ------------------
  982|     12|            if (_PyUnicode_EqualToASCIIString(res, e->name)) {
  ------------------
  |  Branch (982:17): [True: 4, False: 8]
  ------------------
  983|      4|                self->encodefunc = e->encodefunc;
  984|      4|                break;
  985|      4|            }
  986|      8|            e++;
  987|      8|        }
  988|      4|    }
  989|      4|    Py_XDECREF(res);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  990|       |
  991|      4|    return 0;
  992|      4|}
textio.c:_textiowrapper_fix_encoder_state:
  996|      6|{
  997|      6|    if (!self->seekable || !self->encoder) {
  ------------------
  |  Branch (997:9): [True: 0, False: 6]
  |  Branch (997:28): [True: 2, False: 4]
  ------------------
  998|      2|        return 0;
  999|      2|    }
 1000|       |
 1001|      4|    self->encoding_start_of_stream = 1;
 1002|       |
 1003|      4|    PyObject *cookieObj = PyObject_CallMethodNoArgs(
 1004|      4|        self->buffer, &_Py_ID(tell));
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1005|      4|    if (cookieObj == NULL) {
  ------------------
  |  Branch (1005:9): [True: 0, False: 4]
  ------------------
 1006|      0|        return -1;
 1007|      0|    }
 1008|       |
 1009|      4|    int cmp = PyObject_RichCompareBool(cookieObj, _PyLong_GetZero(), Py_EQ);
  ------------------
  |  |  654|      4|#define Py_EQ 2
  ------------------
 1010|      4|    Py_DECREF(cookieObj);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1011|      4|    if (cmp < 0) {
  ------------------
  |  Branch (1011:9): [True: 0, False: 4]
  ------------------
 1012|      0|        return -1;
 1013|      0|    }
 1014|       |
 1015|      4|    if (cmp == 0) {
  ------------------
  |  Branch (1015:9): [True: 2, False: 2]
  ------------------
 1016|      2|        self->encoding_start_of_stream = 0;
 1017|      2|        PyObject *res = PyObject_CallMethodOneArg(
 1018|      2|            self->encoder, &_Py_ID(setstate), _PyLong_GetZero());
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1019|      2|        if (res == NULL) {
  ------------------
  |  Branch (1019:13): [True: 0, False: 2]
  ------------------
 1020|      0|            return -1;
 1021|      0|        }
 1022|      2|        Py_DECREF(res);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1023|      2|    }
 1024|       |
 1025|      4|    return 0;
 1026|      4|}
textio.c:_io_TextIOWrapper___init___impl:
 1108|      6|{
 1109|      6|    PyObject *raw, *codec_info = NULL;
 1110|      6|    PyObject *res;
 1111|      6|    int r;
 1112|       |
 1113|      6|    self->ok = 0;
 1114|      6|    self->detached = 0;
 1115|       |
 1116|      6|    if (encoding == NULL) {
  ------------------
  |  Branch (1116:9): [True: 0, False: 6]
  ------------------
 1117|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
 1118|      0|        if (_PyInterpreterState_GetConfig(interp)->warn_default_encoding) {
  ------------------
  |  Branch (1118:13): [True: 0, False: 0]
  ------------------
 1119|      0|            if (PyErr_WarnEx(PyExc_EncodingWarning,
  ------------------
  |  Branch (1119:17): [True: 0, False: 0]
  ------------------
 1120|      0|                             "'encoding' argument not specified", 1)) {
 1121|      0|                return -1;
 1122|      0|            }
 1123|      0|        }
 1124|      0|    }
 1125|       |
 1126|      6|    if (errors == Py_None) {
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1126:9): [True: 0, False: 6]
  ------------------
 1127|      0|        errors = &_Py_ID(strict);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1128|      0|    }
 1129|      6|    else if (!PyUnicode_Check(errors)) {
  ------------------
  |  |  103|      6|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1129:14): [True: 0, False: 6]
  ------------------
 1130|       |        // Check 'errors' argument here because Argument Clinic doesn't support
 1131|       |        // 'str(accept={str, NoneType})' converter.
 1132|      0|        PyErr_Format(
 1133|      0|            PyExc_TypeError,
 1134|      0|            "TextIOWrapper() argument 'errors' must be str or None, not %.50s",
 1135|      0|            Py_TYPE(errors)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1136|      0|        return -1;
 1137|      0|    }
 1138|      6|    else if (io_check_errors(errors)) {
  ------------------
  |  Branch (1138:14): [True: 0, False: 6]
  ------------------
 1139|      0|        return -1;
 1140|      0|    }
 1141|      6|    const char *errors_str = _PyUnicode_AsUTF8NoNUL(errors);
 1142|      6|    if (errors_str == NULL) {
  ------------------
  |  Branch (1142:9): [True: 0, False: 6]
  ------------------
 1143|      0|        return -1;
 1144|      0|    }
 1145|       |
 1146|      6|    if (validate_newline(newline) < 0) {
  ------------------
  |  Branch (1146:9): [True: 0, False: 6]
  ------------------
 1147|      0|        return -1;
 1148|      0|    }
 1149|       |
 1150|      6|    Py_CLEAR(self->buffer);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1151|      6|    Py_CLEAR(self->encoding);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1152|      6|    Py_CLEAR(self->encoder);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1153|      6|    Py_CLEAR(self->decoder);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1154|      6|    Py_CLEAR(self->readnl);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1155|      6|    Py_CLEAR(self->decoded_chars);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1156|      6|    Py_CLEAR(self->pending_bytes);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1157|      6|    Py_CLEAR(self->snapshot);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1158|      6|    Py_CLEAR(self->errors);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1159|      6|    Py_CLEAR(self->raw);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1160|      6|    self->decoded_chars_used = 0;
 1161|      6|    self->pending_bytes_count = 0;
 1162|      6|    self->encodefunc = NULL;
 1163|      6|    self->b2cratio = 0.0;
 1164|       |
 1165|      6|    if (encoding == NULL && _PyRuntime.preconfig.utf8_mode) {
  ------------------
  |  Branch (1165:9): [True: 0, False: 6]
  |  Branch (1165:29): [True: 0, False: 0]
  ------------------
 1166|      0|        _Py_DECLARE_STR(utf_8, "utf-8");
 1167|      0|        self->encoding = &_Py_STR(utf_8);
  ------------------
  |  |  919|      0|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1168|      0|    }
 1169|      6|    else if (encoding == NULL || (strcmp(encoding, "locale") == 0)) {
  ------------------
  |  Branch (1169:14): [True: 0, False: 6]
  |  Branch (1169:34): [True: 0, False: 6]
  ------------------
 1170|      0|        self->encoding = _Py_GetLocaleEncodingObject();
 1171|      0|        if (self->encoding == NULL) {
  ------------------
  |  Branch (1171:13): [True: 0, False: 0]
  ------------------
 1172|      0|            goto error;
 1173|      0|        }
 1174|      0|        assert(PyUnicode_Check(self->encoding));
  ------------------
  |  Branch (1174:9): [True: 0, False: 0]
  ------------------
 1175|      0|    }
 1176|       |
 1177|      6|    if (self->encoding != NULL) {
  ------------------
  |  Branch (1177:9): [True: 0, False: 6]
  ------------------
 1178|      0|        encoding = PyUnicode_AsUTF8(self->encoding);
 1179|      0|        if (encoding == NULL)
  ------------------
  |  Branch (1179:13): [True: 0, False: 0]
  ------------------
 1180|      0|            goto error;
 1181|      0|    }
 1182|      6|    else if (encoding != NULL) {
  ------------------
  |  Branch (1182:14): [True: 6, False: 0]
  ------------------
 1183|      6|        self->encoding = PyUnicode_FromString(encoding);
 1184|      6|        if (self->encoding == NULL)
  ------------------
  |  Branch (1184:13): [True: 0, False: 6]
  ------------------
 1185|      0|            goto error;
 1186|      6|    }
 1187|      0|    else {
 1188|      0|        PyErr_SetString(PyExc_OSError,
 1189|      0|                        "could not determine default encoding");
 1190|      0|        goto error;
 1191|      0|    }
 1192|       |
 1193|       |    /* Check we have been asked for a real text encoding */
 1194|      6|    codec_info = _PyCodec_LookupTextEncoding(encoding, NULL);
 1195|      6|    if (codec_info == NULL) {
  ------------------
  |  Branch (1195:9): [True: 0, False: 6]
  ------------------
 1196|      0|        Py_CLEAR(self->encoding);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1197|      0|        goto error;
 1198|      0|    }
 1199|       |
 1200|       |    /* XXX: Failures beyond this point have the potential to leak elements
 1201|       |     * of the partially constructed object (like self->encoding)
 1202|       |     */
 1203|       |
 1204|      6|    self->errors = Py_NewRef(errors);
  ------------------
  |  |  550|      6|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1205|      6|    self->chunk_size = 8192;
 1206|      6|    self->line_buffering = line_buffering;
 1207|      6|    self->write_through = write_through;
 1208|      6|    if (set_newline(self, newline) < 0) {
  ------------------
  |  Branch (1208:9): [True: 0, False: 6]
  ------------------
 1209|      0|        goto error;
 1210|      0|    }
 1211|       |
 1212|      6|    self->buffer = Py_NewRef(buffer);
  ------------------
  |  |  550|      6|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1213|       |
 1214|       |    /* Build the decoder object */
 1215|      6|    _PyIO_State *state = find_io_state_by_def(Py_TYPE(self));
  ------------------
  |  |  213|      6|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1216|      6|    self->state = state;
 1217|      6|    if (_textiowrapper_set_decoder(self, codec_info, errors_str) != 0)
  ------------------
  |  Branch (1217:9): [True: 0, False: 6]
  ------------------
 1218|      0|        goto error;
 1219|       |
 1220|       |    /* Build the encoder object */
 1221|      6|    if (_textiowrapper_set_encoder(self, codec_info, errors_str) != 0)
  ------------------
  |  Branch (1221:9): [True: 0, False: 6]
  ------------------
 1222|      0|        goto error;
 1223|       |
 1224|       |    /* Finished sorting out the codec details */
 1225|      6|    Py_CLEAR(codec_info);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  488|      6|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      6|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      6|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      6|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1226|       |
 1227|      6|    if (Py_IS_TYPE(buffer, state->PyBufferedReader_Type) ||
  ------------------
  |  |  215|     12|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 2, False: 4]
  |  |  ------------------
  ------------------
 1228|      4|        Py_IS_TYPE(buffer, state->PyBufferedWriter_Type) ||
  ------------------
  |  |  215|     10|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 4, False: 0]
  |  |  ------------------
  ------------------
 1229|      0|        Py_IS_TYPE(buffer, state->PyBufferedRandom_Type))
  ------------------
  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1230|      6|    {
 1231|      6|        if (PyObject_GetOptionalAttr(buffer, &_Py_ID(raw), &raw) < 0)
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1231:13): [True: 0, False: 6]
  ------------------
 1232|      0|            goto error;
 1233|       |        /* Cache the raw FileIO object to speed up 'closed' checks */
 1234|      6|        if (raw != NULL) {
  ------------------
  |  Branch (1234:13): [True: 6, False: 0]
  ------------------
 1235|      6|            if (Py_IS_TYPE(raw, state->PyFileIO_Type))
  ------------------
  |  |  215|      6|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 6, False: 0]
  |  |  ------------------
  ------------------
 1236|      6|                self->raw = raw;
 1237|      0|            else
 1238|      0|                Py_DECREF(raw);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1239|      6|        }
 1240|      6|    }
 1241|       |
 1242|      6|    res = PyObject_CallMethodNoArgs(buffer, &_Py_ID(seekable));
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1243|      6|    if (res == NULL)
  ------------------
  |  Branch (1243:9): [True: 0, False: 6]
  ------------------
 1244|      0|        goto error;
 1245|      6|    r = PyObject_IsTrue(res);
 1246|      6|    Py_DECREF(res);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1247|      6|    if (r < 0)
  ------------------
  |  Branch (1247:9): [True: 0, False: 6]
  ------------------
 1248|      0|        goto error;
 1249|      6|    self->seekable = self->telling = r;
 1250|       |
 1251|      6|    r = PyObject_HasAttrWithError(buffer, &_Py_ID(read1));
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1252|      6|    if (r < 0) {
  ------------------
  |  Branch (1252:9): [True: 0, False: 6]
  ------------------
 1253|      0|        goto error;
 1254|      0|    }
 1255|      6|    self->has_read1 = r;
 1256|       |
 1257|      6|    self->encoding_start_of_stream = 0;
 1258|      6|    if (_textiowrapper_fix_encoder_state(self) < 0) {
  ------------------
  |  Branch (1258:9): [True: 0, False: 6]
  ------------------
 1259|      0|        goto error;
 1260|      0|    }
 1261|       |
 1262|      6|    self->ok = 1;
 1263|      6|    return 0;
 1264|       |
 1265|      0|  error:
 1266|      0|    Py_XDECREF(codec_info);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1267|      0|    return -1;
 1268|      6|}
textio.c:io_check_errors:
 1030|      6|{
 1031|      6|    assert(errors != NULL && errors != Py_None);
  ------------------
  |  Branch (1031:5): [True: 6, False: 0]
  |  Branch (1031:5): [True: 6, False: 0]
  ------------------
 1032|       |
 1033|      6|    PyInterpreterState *interp = _PyInterpreterState_GET();
 1034|      6|#ifndef Py_DEBUG
 1035|       |    /* In release mode, only check in development mode (-X dev) */
 1036|      6|    if (!_PyInterpreterState_GetConfig(interp)->dev_mode) {
  ------------------
  |  Branch (1036:9): [True: 6, False: 0]
  ------------------
 1037|      6|        return 0;
 1038|      6|    }
 1039|       |#else
 1040|       |    /* Always check in debug mode */
 1041|       |#endif
 1042|       |
 1043|       |    /* Avoid calling PyCodec_LookupError() before the codec registry is ready:
 1044|       |       before_PyUnicode_InitEncodings() is called. */
 1045|      0|    if (!interp->unicode.fs_codec.encoding) {
  ------------------
  |  Branch (1045:9): [True: 0, False: 0]
  ------------------
 1046|      0|        return 0;
 1047|      0|    }
 1048|       |
 1049|      0|    const char *name = _PyUnicode_AsUTF8NoNUL(errors);
 1050|      0|    if (name == NULL) {
  ------------------
  |  Branch (1050:9): [True: 0, False: 0]
  ------------------
 1051|      0|        return -1;
 1052|      0|    }
 1053|      0|    PyObject *handler = PyCodec_LookupError(name);
 1054|      0|    if (handler != NULL) {
  ------------------
  |  Branch (1054:9): [True: 0, False: 0]
  ------------------
 1055|      0|        Py_DECREF(handler);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1056|      0|        return 0;
 1057|      0|    }
 1058|      0|    return -1;
 1059|      0|}

PyInit__operator:
 2031|      1|{
 2032|      1|    return PyModuleDef_Init(&operatormodule);
 2033|      1|}
_operator.c:operator_exec:
 1953|      1|{
 1954|      1|    _operator_state *state = get_operator_state(module);
 1955|      1|    state->attrgetter_type = PyType_FromModuleAndSpec(module, &attrgetter_type_spec, NULL);
 1956|      1|    if (state->attrgetter_type == NULL) {
  ------------------
  |  Branch (1956:9): [True: 0, False: 1]
  ------------------
 1957|      0|        return -1;
 1958|      0|    }
 1959|      1|    if (PyModule_AddType(module, (PyTypeObject *)state->attrgetter_type) < 0) {
  ------------------
  |  Branch (1959:9): [True: 0, False: 1]
  ------------------
 1960|      0|        return -1;
 1961|      0|    }
 1962|       |
 1963|      1|    state->itemgetter_type = PyType_FromModuleAndSpec(module, &itemgetter_type_spec, NULL);
 1964|      1|    if (state->itemgetter_type == NULL) {
  ------------------
  |  Branch (1964:9): [True: 0, False: 1]
  ------------------
 1965|      0|        return -1;
 1966|      0|    }
 1967|      1|    if (PyModule_AddType(module, (PyTypeObject *)state->itemgetter_type) < 0) {
  ------------------
  |  Branch (1967:9): [True: 0, False: 1]
  ------------------
 1968|      0|        return -1;
 1969|      0|    }
 1970|       |
 1971|      1|    state->methodcaller_type = PyType_FromModuleAndSpec(module, &methodcaller_type_spec, NULL);
 1972|      1|    if (state->methodcaller_type == NULL) {
  ------------------
  |  Branch (1972:9): [True: 0, False: 1]
  ------------------
 1973|      0|        return -1;
 1974|      0|    }
 1975|      1|    if (PyModule_AddType(module, (PyTypeObject *)state->methodcaller_type) < 0) {
  ------------------
  |  Branch (1975:9): [True: 0, False: 1]
  ------------------
 1976|      0|        return -1;
 1977|      0|    }
 1978|       |
 1979|      1|    return 0;
 1980|      1|}
_operator.c:get_operator_state:
   20|      1|{
   21|      1|    void *state = _PyModule_GetState(module);
   22|      1|    assert(state != NULL);
  ------------------
  |  Branch (22:5): [True: 1, False: 0]
  ------------------
   23|      1|    return (_operator_state *)state;
   24|      1|}

sre.c:_sre_compile:
 1073|     26|{
 1074|     26|    PyObject *return_value = NULL;
 1075|     26|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1076|       |
 1077|     26|    #define NUM_KEYWORDS 6
 1078|     26|    static struct {
 1079|     26|        PyGC_Head _this_is_not_used;
 1080|     26|        PyObject_VAR_HEAD
 1081|     26|        Py_hash_t ob_hash;
 1082|     26|        PyObject *ob_item[NUM_KEYWORDS];
 1083|     26|    } _kwtuple = {
 1084|     26|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     26|    {                                     \
  |  |   98|     26|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     26|    {                               \
  |  |  |  |   91|     26|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     26|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     26|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     26|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     26|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     26|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     26|        (type)                      \
  |  |  |  |   93|     26|    },
  |  |  ------------------
  |  |   99|     26|        (size)                            \
  |  |  100|     26|    },
  ------------------
 1085|     26|        .ob_hash = -1,
 1086|     26|        .ob_item = { &_Py_ID(pattern), &_Py_ID(flags), &_Py_ID(code), &_Py_ID(groups), &_Py_ID(groupindex), &_Py_ID(indexgroup), },
  ------------------
  |  |  917|     26|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     26|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     26|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(pattern), &_Py_ID(flags), &_Py_ID(code), &_Py_ID(groups), &_Py_ID(groupindex), &_Py_ID(indexgroup), },
  ------------------
  |  |  917|     26|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     26|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     26|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(pattern), &_Py_ID(flags), &_Py_ID(code), &_Py_ID(groups), &_Py_ID(groupindex), &_Py_ID(indexgroup), },
  ------------------
  |  |  917|     26|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     26|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     26|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(pattern), &_Py_ID(flags), &_Py_ID(code), &_Py_ID(groups), &_Py_ID(groupindex), &_Py_ID(indexgroup), },
  ------------------
  |  |  917|     26|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     26|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     26|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(pattern), &_Py_ID(flags), &_Py_ID(code), &_Py_ID(groups), &_Py_ID(groupindex), &_Py_ID(indexgroup), },
  ------------------
  |  |  917|     26|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     26|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     26|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(pattern), &_Py_ID(flags), &_Py_ID(code), &_Py_ID(groups), &_Py_ID(groupindex), &_Py_ID(indexgroup), },
  ------------------
  |  |  917|     26|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     26|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     26|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|     26|    };
 1088|     26|    #undef NUM_KEYWORDS
 1089|     26|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1090|       |
 1091|       |    #else  // !Py_BUILD_CORE
 1092|       |    #  define KWTUPLE NULL
 1093|       |    #endif  // !Py_BUILD_CORE
 1094|       |
 1095|     26|    static const char * const _keywords[] = {"pattern", "flags", "code", "groups", "groupindex", "indexgroup", NULL};
 1096|     26|    static _PyArg_Parser _parser = {
 1097|     26|        .keywords = _keywords,
 1098|     26|        .fname = "compile",
 1099|     26|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1089|     26|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1100|     26|    };
 1101|     26|    #undef KWTUPLE
 1102|     26|    PyObject *argsbuf[6];
 1103|     26|    PyObject *pattern;
 1104|     26|    int flags;
 1105|     26|    PyObject *code;
 1106|     26|    Py_ssize_t groups;
 1107|     26|    PyObject *groupindex;
 1108|     26|    PyObject *indexgroup;
 1109|       |
 1110|     26|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     26|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 26, False: 0]
  |  |  ------------------
  |  |   89|     26|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 26, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 26]
  |  |  |  Branch (89:43): [True: 26, False: 0]
  |  |  |  Branch (89:67): [True: 26, False: 0]
  |  |  ------------------
  |  |   90|     26|      (args) : \
  |  |   91|     26|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1111|     26|            /*minpos*/ 6, /*maxpos*/ 6, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1112|     26|    if (!args) {
  ------------------
  |  Branch (1112:9): [True: 0, False: 26]
  ------------------
 1113|      0|        goto exit;
 1114|      0|    }
 1115|     26|    pattern = args[0];
 1116|     26|    flags = PyLong_AsInt(args[1]);
 1117|     26|    if (flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1117:9): [True: 0, False: 26]
  |  Branch (1117:24): [True: 0, False: 0]
  ------------------
 1118|      0|        goto exit;
 1119|      0|    }
 1120|     26|    if (!PyList_Check(args[2])) {
  ------------------
  |  |   25|     26|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1120:9): [True: 0, False: 26]
  ------------------
 1121|      0|        _PyArg_BadArgument("compile", "argument 'code'", "list", args[2]);
 1122|      0|        goto exit;
 1123|      0|    }
 1124|     26|    code = args[2];
 1125|     26|    {
 1126|     26|        Py_ssize_t ival = -1;
 1127|     26|        PyObject *iobj = _PyNumber_Index(args[3]);
 1128|     26|        if (iobj != NULL) {
  ------------------
  |  Branch (1128:13): [True: 26, False: 0]
  ------------------
 1129|     26|            ival = PyLong_AsSsize_t(iobj);
 1130|     26|            Py_DECREF(iobj);
  ------------------
  |  |  430|     26|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1131|     26|        }
 1132|     26|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1132:13): [True: 0, False: 26]
  |  Branch (1132:27): [True: 0, False: 0]
  ------------------
 1133|      0|            goto exit;
 1134|      0|        }
 1135|     26|        groups = ival;
 1136|     26|    }
 1137|     26|    if (!PyDict_Check(args[4])) {
  ------------------
  |  |   18|     26|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1137:9): [True: 0, False: 26]
  ------------------
 1138|      0|        _PyArg_BadArgument("compile", "argument 'groupindex'", "dict", args[4]);
 1139|      0|        goto exit;
 1140|      0|    }
 1141|     26|    groupindex = args[4];
 1142|     26|    if (!PyTuple_Check(args[5])) {
  ------------------
  |  |   27|     26|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1142:9): [True: 0, False: 26]
  ------------------
 1143|      0|        _PyArg_BadArgument("compile", "argument 'indexgroup'", "tuple", args[5]);
 1144|      0|        goto exit;
 1145|      0|    }
 1146|     26|    indexgroup = args[5];
 1147|     26|    return_value = _sre_compile_impl(module, pattern, flags, code, groups, groupindex, indexgroup);
 1148|       |
 1149|     26|exit:
 1150|     26|    return return_value;
 1151|     26|}
sre.c:_sre_SRE_Pattern_prefixmatch:
  183|    434|{
  184|    434|    PyObject *return_value = NULL;
  185|    434|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  186|       |
  187|    434|    #define NUM_KEYWORDS 3
  188|    434|    static struct {
  189|    434|        PyGC_Head _this_is_not_used;
  190|    434|        PyObject_VAR_HEAD
  191|    434|        Py_hash_t ob_hash;
  192|    434|        PyObject *ob_item[NUM_KEYWORDS];
  193|    434|    } _kwtuple = {
  194|    434|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    434|    {                                     \
  |  |   98|    434|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    434|    {                               \
  |  |  |  |   91|    434|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    434|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    434|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|    434|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    434|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    434|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    434|        (type)                      \
  |  |  |  |   93|    434|    },
  |  |  ------------------
  |  |   99|    434|        (size)                            \
  |  |  100|    434|    },
  ------------------
  195|    434|        .ob_hash = -1,
  196|    434|        .ob_item = { &_Py_ID(string), &_Py_ID(pos), &_Py_ID(endpos), },
  ------------------
  |  |  917|    434|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    434|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    434|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(string), &_Py_ID(pos), &_Py_ID(endpos), },
  ------------------
  |  |  917|    434|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    434|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    434|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(string), &_Py_ID(pos), &_Py_ID(endpos), },
  ------------------
  |  |  917|    434|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    434|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    434|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|    434|    };
  198|    434|    #undef NUM_KEYWORDS
  199|    434|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  200|       |
  201|       |    #else  // !Py_BUILD_CORE
  202|       |    #  define KWTUPLE NULL
  203|       |    #endif  // !Py_BUILD_CORE
  204|       |
  205|    434|    static const char * const _keywords[] = {"string", "pos", "endpos", NULL};
  206|    434|    static _PyArg_Parser _parser = {
  207|    434|        .keywords = _keywords,
  208|    434|        .fname = "prefixmatch",
  209|    434|        .kwtuple = KWTUPLE,
  ------------------
  |  |  199|    434|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  210|    434|    };
  211|    434|    #undef KWTUPLE
  212|    434|    PyObject *argsbuf[3];
  213|    434|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (213:36): [True: 0, False: 434]
  ------------------
  214|    434|    PyObject *string;
  215|    434|    Py_ssize_t pos = 0;
  216|    434|    Py_ssize_t endpos = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|    434|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  217|       |
  218|    434|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    434|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 434, False: 0]
  |  |  ------------------
  |  |   89|    434|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 434, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 434]
  |  |  |  Branch (89:43): [True: 434, False: 0]
  |  |  |  Branch (89:67): [True: 434, False: 0]
  |  |  ------------------
  |  |   90|    434|      (args) : \
  |  |   91|    434|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  219|    434|            /*minpos*/ 1, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  220|    434|    if (!args) {
  ------------------
  |  Branch (220:9): [True: 0, False: 434]
  ------------------
  221|      0|        goto exit;
  222|      0|    }
  223|    434|    string = args[0];
  224|    434|    if (!noptargs) {
  ------------------
  |  Branch (224:9): [True: 434, False: 0]
  ------------------
  225|    434|        goto skip_optional_pos;
  226|    434|    }
  227|      0|    if (args[1]) {
  ------------------
  |  Branch (227:9): [True: 0, False: 0]
  ------------------
  228|      0|        {
  229|      0|            Py_ssize_t ival = -1;
  230|      0|            PyObject *iobj = _PyNumber_Index(args[1]);
  231|      0|            if (iobj != NULL) {
  ------------------
  |  Branch (231:17): [True: 0, False: 0]
  ------------------
  232|      0|                ival = PyLong_AsSsize_t(iobj);
  233|      0|                Py_DECREF(iobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|      0|            }
  235|      0|            if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (235:17): [True: 0, False: 0]
  |  Branch (235:31): [True: 0, False: 0]
  ------------------
  236|      0|                goto exit;
  237|      0|            }
  238|      0|            pos = ival;
  239|      0|        }
  240|      0|        if (!--noptargs) {
  ------------------
  |  Branch (240:13): [True: 0, False: 0]
  ------------------
  241|      0|            goto skip_optional_pos;
  242|      0|        }
  243|      0|    }
  244|      0|    {
  245|      0|        Py_ssize_t ival = -1;
  246|      0|        PyObject *iobj = _PyNumber_Index(args[2]);
  247|      0|        if (iobj != NULL) {
  ------------------
  |  Branch (247:13): [True: 0, False: 0]
  ------------------
  248|      0|            ival = PyLong_AsSsize_t(iobj);
  249|      0|            Py_DECREF(iobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      0|        }
  251|      0|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (251:13): [True: 0, False: 0]
  |  Branch (251:27): [True: 0, False: 0]
  ------------------
  252|      0|            goto exit;
  253|      0|        }
  254|      0|        endpos = ival;
  255|      0|    }
  256|    434|skip_optional_pos:
  257|    434|    return_value = _sre_SRE_Pattern_prefixmatch_impl((PatternObject *)self, cls, string, pos, endpos);
  258|       |
  259|    434|exit:
  260|    434|    return return_value;
  261|    434|}

PyInit__sre:
 3479|      1|{
 3480|      1|    return PyModuleDef_Init(&sremodule);
 3481|      1|}
sre.c:_sre_compile_impl:
 1631|     26|{
 1632|       |    /* "compile" pattern descriptor to pattern object */
 1633|       |
 1634|     26|    _sremodulestate *module_state = get_sre_module_state(module);
 1635|     26|    PatternObject* self;
 1636|     26|    Py_ssize_t i, n;
 1637|       |
 1638|     26|    n = PyList_GET_SIZE(code);
  ------------------
  |  |   38|     26|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1639|       |    /* coverity[ampersand_in_size] */
 1640|     26|    self = PyObject_GC_NewVar(PatternObject, module_state->Pattern_Type, n);
  ------------------
  |  |  183|     26|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1641|     26|    if (!self)
  ------------------
  |  Branch (1641:9): [True: 0, False: 26]
  ------------------
 1642|      0|        return NULL;
 1643|     26|    self->weakreflist = NULL;
 1644|     26|    self->pattern = NULL;
 1645|     26|    self->groupindex = NULL;
 1646|     26|    self->indexgroup = NULL;
 1647|       |#ifdef Py_DEBUG
 1648|       |    self->fail_after_count = -1;
 1649|       |    self->fail_after_exc = NULL;
 1650|       |#endif
 1651|       |
 1652|     26|    self->codesize = n;
 1653|       |
 1654|    477|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1654:17): [True: 451, False: 26]
  ------------------
 1655|    451|        PyObject *o = PyList_GET_ITEM(code, i);
  ------------------
  |  |   40|    451|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|    451|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    451|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1655:23): [True: 451, False: 0]
  ------------------
 1656|      0|        unsigned long value = PyLong_AsUnsignedLong(o);
 1657|    451|        if (value == (unsigned long)-1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1657:13): [True: 0, False: 451]
  |  Branch (1657:43): [True: 0, False: 0]
  ------------------
 1658|      0|            break;
 1659|      0|        }
 1660|    451|        self->code[i] = (SRE_CODE) value;
 1661|    451|        if ((unsigned long) self->code[i] != value) {
  ------------------
  |  Branch (1661:13): [True: 0, False: 451]
  ------------------
 1662|      0|            PyErr_SetString(PyExc_OverflowError,
 1663|      0|                            "regular expression code size limit exceeded");
 1664|      0|            break;
 1665|      0|        }
 1666|    451|    }
 1667|     26|    PyObject_GC_Track(self);
 1668|       |
 1669|     26|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1669:9): [True: 0, False: 26]
  ------------------
 1670|      0|        Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1671|      0|        return NULL;
 1672|      0|    }
 1673|       |
 1674|     26|    if (pattern == Py_None) {
  ------------------
  |  |  616|     26|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1674:9): [True: 0, False: 26]
  ------------------
 1675|      0|        self->isbytes = -1;
 1676|      0|    }
 1677|     26|    else {
 1678|     26|        Py_ssize_t p_length;
 1679|     26|        int charsize;
 1680|     26|        Py_buffer view;
 1681|     26|        view.buf = NULL;
 1682|     26|        if (!getstring(pattern, &p_length, &self->isbytes,
  ------------------
  |  Branch (1682:13): [True: 0, False: 26]
  ------------------
 1683|     26|                       &charsize, &view)) {
 1684|      0|            Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1685|      0|            return NULL;
 1686|      0|        }
 1687|     26|        if (view.buf)
  ------------------
  |  Branch (1687:13): [True: 24, False: 2]
  ------------------
 1688|     24|            PyBuffer_Release(&view);
 1689|     26|    }
 1690|       |
 1691|     26|    self->pattern = Py_NewRef(pattern);
  ------------------
  |  |  550|     26|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1692|       |
 1693|     26|    self->flags = flags;
 1694|       |
 1695|     26|    self->groups = groups;
 1696|       |
 1697|     26|    if (PyDict_GET_SIZE(groupindex) > 0) {
  ------------------
  |  |   63|     26|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1697:9): [True: 0, False: 26]
  ------------------
 1698|      0|        self->groupindex = Py_NewRef(groupindex);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1699|      0|        if (PyTuple_GET_SIZE(indexgroup) > 0) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1699:13): [True: 0, False: 0]
  ------------------
 1700|      0|            self->indexgroup = Py_NewRef(indexgroup);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1701|      0|        }
 1702|      0|    }
 1703|       |
 1704|     26|    if (!_validate(self)) {
  ------------------
  |  Branch (1704:9): [True: 0, False: 26]
  ------------------
 1705|      0|        Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1706|      0|        return NULL;
 1707|      0|    }
 1708|       |
 1709|     26|    return (PyObject*) self;
 1710|     26|}
sre.c:get_sre_module_state:
  387|    463|{
  388|    463|    _sremodulestate *state = (_sremodulestate *)_PyModule_GetState(m);
  389|    463|    assert(state);
  ------------------
  |  Branch (389:5): [True: 463, False: 0]
  ------------------
  390|    463|    return state;
  391|    463|}
sre.c:getstring:
  505|    460|{
  506|       |    /* given a python object, return a data pointer, a length (in
  507|       |       characters), and a character size.  return NULL if the object
  508|       |       is not a string (or not compatible) */
  509|       |
  510|       |    /* Unicode objects do not support the buffer API. So, get the data
  511|       |       directly instead. */
  512|    460|    if (PyUnicode_Check(string)) {
  ------------------
  |  |  103|    460|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    460|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 3, False: 457]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|      3|        *p_length = PyUnicode_GET_LENGTH(string);
  ------------------
  |  |  299|      3|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|      3|        *p_charsize = PyUnicode_KIND(string);
  ------------------
  |  |  258|      3|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      6|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  515|      0|        *p_isbytes = 0;
  516|      3|        return PyUnicode_DATA(string);
  ------------------
  |  |  284|      3|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  517|      3|    }
  518|       |
  519|       |    /* get pointer to byte string buffer */
  520|    457|    if (PyObject_GetBuffer(string, view, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|    457|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (520:9): [True: 0, False: 457]
  ------------------
  521|      0|        PyErr_Format(PyExc_TypeError, "expected string or bytes-like "
  522|      0|                     "object, got '%.200s'", Py_TYPE(string)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  523|      0|        return NULL;
  524|      0|    }
  525|       |
  526|    457|    *p_length = view->len;
  527|    457|    *p_charsize = 1;
  528|    457|    *p_isbytes = 1;
  529|       |
  530|    457|    if (view->buf == NULL) {
  ------------------
  |  Branch (530:9): [True: 0, False: 457]
  ------------------
  531|      0|        PyErr_SetString(PyExc_ValueError, "Buffer is NULL");
  532|      0|        PyBuffer_Release(view);
  533|      0|        view->buf = NULL;
  534|      0|        return NULL;
  535|      0|    }
  536|    457|    return view->buf;
  537|    457|}
sre.c:_validate:
 2256|     26|{
 2257|     26|    if (_validate_outer(self->code, self->code+self->codesize, self->groups))
  ------------------
  |  Branch (2257:9): [True: 0, False: 26]
  ------------------
 2258|      0|    {
 2259|      0|        PyErr_SetString(PyExc_RuntimeError, "invalid SRE code");
 2260|      0|        return 0;
 2261|      0|    }
 2262|     26|    else
 2263|     26|        VTRACE(("Success!\n"));
  ------------------
  |  | 1808|     26|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 26]
  |  |  ------------------
  ------------------
 2264|     26|    return 1;
 2265|     26|}
sre.c:_validate_outer:
 2247|     26|{
 2248|     26|    if (groups < 0 || (size_t)groups > SRE_MAXGROUPS ||
  ------------------
  |  |   21|     52|# define SRE_MAXGROUPS ((SRE_CODE)INT32_MAX / 2)
  ------------------
  |  Branch (2248:9): [True: 0, False: 26]
  |  Branch (2248:23): [True: 0, False: 26]
  ------------------
 2249|     26|        code >= end || end[-1] != SRE_OP_SUCCESS)
  ------------------
  |  |   16|     26|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (2249:9): [True: 0, False: 26]
  |  Branch (2249:24): [True: 0, False: 26]
  ------------------
 2250|      0|        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2251|     26|    return _validate_inner(code, end-1, groups);
 2252|     26|}
sre.c:_validate_inner:
 1931|     45|{
 1932|       |    /* Some variables are manipulated by the macros above */
 1933|     45|    SRE_CODE op;
  ------------------
  |  |   18|     45|#define SRE_CODE Py_UCS4
  ------------------
 1934|     45|    SRE_CODE arg;
  ------------------
  |  |   18|     45|#define SRE_CODE Py_UCS4
  ------------------
 1935|     45|    SRE_CODE skip;
  ------------------
  |  |   18|     45|#define SRE_CODE Py_UCS4
  ------------------
 1936|       |
 1937|     45|    VTRACE(("code=%p, end=%p\n", code, end));
  ------------------
  |  | 1808|     45|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 45]
  |  |  ------------------
  ------------------
 1938|       |
 1939|     45|    if (code > end)
  ------------------
  |  Branch (1939:9): [True: 0, False: 45]
  ------------------
 1940|      0|        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1941|       |
 1942|    143|    while (code < end) {
  ------------------
  |  Branch (1942:12): [True: 98, False: 45]
  ------------------
 1943|     98|        GET_OP;
  ------------------
  |  | 1816|     98|    do {                                                \
  |  | 1817|     98|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     98|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 98]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|     98|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1818:13): [True: 0, False: 98]
  |  |  ------------------
  |  | 1819|     98|        op = *code++;                                   \
  |  | 1820|     98|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|     98|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 98]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|     98|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 98]
  |  |  ------------------
  ------------------
 1944|     98|        switch (op) {
 1945|       |
 1946|      6|        case SRE_OP_MARK:
  ------------------
  |  |   32|      6|#define SRE_OP_MARK 17
  ------------------
  |  Branch (1946:9): [True: 6, False: 92]
  ------------------
 1947|       |            /* We don't check whether marks are properly nested; the
 1948|       |               sre_match() code is robust even if they don't, and the worst
 1949|       |               you can get is nonsensical match results. */
 1950|      6|            GET_ARG;
  ------------------
  |  | 1823|      6|    do {                                                \
  |  | 1824|      6|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      6|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      6|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 6]
  |  |  ------------------
  |  | 1826|      6|        arg = *code++;                                  \
  |  | 1827|      6|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      6|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1951|      6|            if (arg >= 2 * (size_t)groups) {
  ------------------
  |  Branch (1951:17): [True: 0, False: 6]
  ------------------
 1952|      0|                VTRACE(("arg=%d, groups=%d\n", (int)arg, (int)groups));
  ------------------
  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1953|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1954|      0|            }
 1955|      6|            break;
 1956|       |
 1957|     34|        case SRE_OP_LITERAL:
  ------------------
  |  |   31|     34|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (1957:9): [True: 34, False: 64]
  ------------------
 1958|     34|        case SRE_OP_NOT_LITERAL:
  ------------------
  |  |   35|     34|#define SRE_OP_NOT_LITERAL 20
  ------------------
  |  Branch (1958:9): [True: 0, False: 98]
  ------------------
 1959|     34|        case SRE_OP_LITERAL_IGNORE:
  ------------------
  |  |   47|     34|#define SRE_OP_LITERAL_IGNORE 32
  ------------------
  |  Branch (1959:9): [True: 0, False: 98]
  ------------------
 1960|     34|        case SRE_OP_NOT_LITERAL_IGNORE:
  ------------------
  |  |   48|     34|#define SRE_OP_NOT_LITERAL_IGNORE 33
  ------------------
  |  Branch (1960:9): [True: 0, False: 98]
  ------------------
 1961|     34|        case SRE_OP_LITERAL_UNI_IGNORE:
  ------------------
  |  |   55|     34|#define SRE_OP_LITERAL_UNI_IGNORE 40
  ------------------
  |  Branch (1961:9): [True: 0, False: 98]
  ------------------
 1962|     34|        case SRE_OP_NOT_LITERAL_UNI_IGNORE:
  ------------------
  |  |   56|     34|#define SRE_OP_NOT_LITERAL_UNI_IGNORE 41
  ------------------
  |  Branch (1962:9): [True: 0, False: 98]
  ------------------
 1963|     34|        case SRE_OP_LITERAL_LOC_IGNORE:
  ------------------
  |  |   51|     34|#define SRE_OP_LITERAL_LOC_IGNORE 36
  ------------------
  |  Branch (1963:9): [True: 0, False: 98]
  ------------------
 1964|     34|        case SRE_OP_NOT_LITERAL_LOC_IGNORE:
  ------------------
  |  |   52|     34|#define SRE_OP_NOT_LITERAL_LOC_IGNORE 37
  ------------------
  |  Branch (1964:9): [True: 0, False: 98]
  ------------------
 1965|     34|            GET_ARG;
  ------------------
  |  | 1823|     34|    do {                                                \
  |  | 1824|     34|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     34|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 34]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     34|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 34]
  |  |  ------------------
  |  | 1826|     34|        arg = *code++;                                  \
  |  | 1827|     34|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     34|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 34]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     34|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 34]
  |  |  ------------------
  ------------------
 1966|       |            /* The arg is just a character, nothing to check */
 1967|     34|            break;
 1968|       |
 1969|     34|        case SRE_OP_SUCCESS:
  ------------------
  |  |   16|      0|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (1969:9): [True: 0, False: 98]
  ------------------
 1970|      0|        case SRE_OP_FAILURE:
  ------------------
  |  |   15|      0|#define SRE_OP_FAILURE 0
  ------------------
  |  Branch (1970:9): [True: 0, False: 98]
  ------------------
 1971|       |            /* Nothing to check; these normally end the matching process */
 1972|      0|            break;
 1973|       |
 1974|      6|        case SRE_OP_AT:
  ------------------
  |  |   21|      6|#define SRE_OP_AT 6
  ------------------
  |  Branch (1974:9): [True: 6, False: 92]
  ------------------
 1975|      6|            GET_ARG;
  ------------------
  |  | 1823|      6|    do {                                                \
  |  | 1824|      6|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      6|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      6|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 6]
  |  |  ------------------
  |  | 1826|      6|        arg = *code++;                                  \
  |  | 1827|      6|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      6|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1976|      6|            switch (arg) {
 1977|      3|            case SRE_AT_BEGINNING:
  ------------------
  |  |   58|      3|#define SRE_AT_BEGINNING 0
  ------------------
  |  Branch (1977:13): [True: 3, False: 3]
  ------------------
 1978|      3|            case SRE_AT_BEGINNING_STRING:
  ------------------
  |  |   60|      3|#define SRE_AT_BEGINNING_STRING 2
  ------------------
  |  Branch (1978:13): [True: 0, False: 6]
  ------------------
 1979|      3|            case SRE_AT_BEGINNING_LINE:
  ------------------
  |  |   59|      3|#define SRE_AT_BEGINNING_LINE 1
  ------------------
  |  Branch (1979:13): [True: 0, False: 6]
  ------------------
 1980|      5|            case SRE_AT_END:
  ------------------
  |  |   63|      5|#define SRE_AT_END 5
  ------------------
  |  Branch (1980:13): [True: 2, False: 4]
  ------------------
 1981|      5|            case SRE_AT_END_LINE:
  ------------------
  |  |   64|      5|#define SRE_AT_END_LINE 6
  ------------------
  |  Branch (1981:13): [True: 0, False: 6]
  ------------------
 1982|      5|            case SRE_AT_END_STRING:
  ------------------
  |  |   65|      5|#define SRE_AT_END_STRING 7
  ------------------
  |  Branch (1982:13): [True: 0, False: 6]
  ------------------
 1983|      6|            case SRE_AT_BOUNDARY:
  ------------------
  |  |   61|      6|#define SRE_AT_BOUNDARY 3
  ------------------
  |  Branch (1983:13): [True: 1, False: 5]
  ------------------
 1984|      6|            case SRE_AT_NON_BOUNDARY:
  ------------------
  |  |   62|      6|#define SRE_AT_NON_BOUNDARY 4
  ------------------
  |  Branch (1984:13): [True: 0, False: 6]
  ------------------
 1985|      6|            case SRE_AT_LOC_BOUNDARY:
  ------------------
  |  |   66|      6|#define SRE_AT_LOC_BOUNDARY 8
  ------------------
  |  Branch (1985:13): [True: 0, False: 6]
  ------------------
 1986|      6|            case SRE_AT_LOC_NON_BOUNDARY:
  ------------------
  |  |   67|      6|#define SRE_AT_LOC_NON_BOUNDARY 9
  ------------------
  |  Branch (1986:13): [True: 0, False: 6]
  ------------------
 1987|      6|            case SRE_AT_UNI_BOUNDARY:
  ------------------
  |  |   68|      6|#define SRE_AT_UNI_BOUNDARY 10
  ------------------
  |  Branch (1987:13): [True: 0, False: 6]
  ------------------
 1988|      6|            case SRE_AT_UNI_NON_BOUNDARY:
  ------------------
  |  |   69|      6|#define SRE_AT_UNI_NON_BOUNDARY 11
  ------------------
  |  Branch (1988:13): [True: 0, False: 6]
  ------------------
 1989|      6|                break;
 1990|      0|            default:
  ------------------
  |  Branch (1990:13): [True: 0, False: 6]
  ------------------
 1991|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1992|      6|            }
 1993|      6|            break;
 1994|       |
 1995|      6|        case SRE_OP_ANY:
  ------------------
  |  |   17|      1|#define SRE_OP_ANY 2
  ------------------
  |  Branch (1995:9): [True: 1, False: 97]
  ------------------
 1996|      1|        case SRE_OP_ANY_ALL:
  ------------------
  |  |   18|      1|#define SRE_OP_ANY_ALL 3
  ------------------
  |  Branch (1996:9): [True: 0, False: 98]
  ------------------
 1997|       |            /* These have no operands */
 1998|      1|            break;
 1999|       |
 2000|      7|        case SRE_OP_IN:
  ------------------
  |  |   28|      7|#define SRE_OP_IN 13
  ------------------
  |  Branch (2000:9): [True: 7, False: 91]
  ------------------
 2001|      7|        case SRE_OP_IN_IGNORE:
  ------------------
  |  |   46|      7|#define SRE_OP_IN_IGNORE 31
  ------------------
  |  Branch (2001:9): [True: 0, False: 98]
  ------------------
 2002|      7|        case SRE_OP_IN_UNI_IGNORE:
  ------------------
  |  |   54|      7|#define SRE_OP_IN_UNI_IGNORE 39
  ------------------
  |  Branch (2002:9): [True: 0, False: 98]
  ------------------
 2003|      7|        case SRE_OP_IN_LOC_IGNORE:
  ------------------
  |  |   50|      7|#define SRE_OP_IN_LOC_IGNORE 35
  ------------------
  |  Branch (2003:9): [True: 0, False: 98]
  ------------------
 2004|      7|            GET_SKIP;
  ------------------
  |  | 1840|      7|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|      7|    do {                                                \
  |  |  |  | 1831|      7|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      7|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 7]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|      7|        if (code >= end) FAIL;                          \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1832:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  | 1833|      7|        skip = *code;                                   \
  |  |  |  | 1834|      7|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      7|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 7]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|      7|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|      7|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 7]
  |  |  |  |  ------------------
  |  |  |  | 1837|      7|            FAIL;                                       \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1838|      7|        code++;                                         \
  |  |  |  | 1839|      7|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2005|       |            /* Stop 1 before the end; we check the FAILURE below */
 2006|      7|            if (_validate_charset(code, code+skip-2))
  ------------------
  |  Branch (2006:17): [True: 0, False: 7]
  ------------------
 2007|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2008|      7|            if (code[skip-2] != SRE_OP_FAILURE)
  ------------------
  |  |   15|      7|#define SRE_OP_FAILURE 0
  ------------------
  |  Branch (2008:17): [True: 0, False: 7]
  ------------------
 2009|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2010|      7|            code += skip-1;
 2011|      7|            break;
 2012|       |
 2013|     26|        case SRE_OP_INFO:
  ------------------
  |  |   29|     26|#define SRE_OP_INFO 14
  ------------------
  |  Branch (2013:9): [True: 26, False: 72]
  ------------------
 2014|     26|            {
 2015|       |                /* A minimal info field is
 2016|       |                   <INFO> <1=skip> <2=flags> <3=min> <4=max>;
 2017|       |                   If SRE_INFO_PREFIX or SRE_INFO_CHARSET is in the flags,
 2018|       |                   more follows. */
 2019|     26|                SRE_CODE flags, i;
  ------------------
  |  |   18|     26|#define SRE_CODE Py_UCS4
  ------------------
 2020|     26|                SRE_CODE *newcode;
  ------------------
  |  |   18|     26|#define SRE_CODE Py_UCS4
  ------------------
 2021|     26|                GET_SKIP;
  ------------------
  |  | 1840|     26|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|     26|    do {                                                \
  |  |  |  | 1831|     26|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     26|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 26]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|     26|        if (code >= end) FAIL;                          \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1832:13): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  |  | 1833|     26|        skip = *code;                                   \
  |  |  |  | 1834|     26|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     26|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 26]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|     26|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|     26|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  |  | 1837|     26|            FAIL;                                       \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1838|     26|        code++;                                         \
  |  |  |  | 1839|     26|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2022|     26|                newcode = code+skip-1;
 2023|     26|                GET_ARG; flags = arg;
  ------------------
  |  | 1823|     26|    do {                                                \
  |  | 1824|     26|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     26|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     26|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 26]
  |  |  ------------------
  |  | 1826|     26|        arg = *code++;                                  \
  |  | 1827|     26|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     26|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     26|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 26]
  |  |  ------------------
  ------------------
 2024|     26|                GET_ARG;
  ------------------
  |  | 1823|     26|    do {                                                \
  |  | 1824|     26|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     26|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     26|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 26]
  |  |  ------------------
  |  | 1826|     26|        arg = *code++;                                  \
  |  | 1827|     26|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     26|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     26|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 26]
  |  |  ------------------
  ------------------
 2025|     26|                GET_ARG;
  ------------------
  |  | 1823|     26|    do {                                                \
  |  | 1824|     26|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     26|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     26|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 26]
  |  |  ------------------
  |  | 1826|     26|        arg = *code++;                                  \
  |  | 1827|     26|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     26|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     26|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 26]
  |  |  ------------------
  ------------------
 2026|       |                /* Check that only valid flags are present */
 2027|     26|                if ((flags & ~(SRE_INFO_PREFIX |
  ------------------
  |  |   96|     26|#define SRE_INFO_PREFIX 1
  ------------------
  |  Branch (2027:21): [True: 0, False: 26]
  ------------------
 2028|     26|                               SRE_INFO_LITERAL |
  ------------------
  |  |   97|     26|#define SRE_INFO_LITERAL 2
  ------------------
 2029|     26|                               SRE_INFO_CHARSET)) != 0)
  ------------------
  |  |   98|     26|#define SRE_INFO_CHARSET 4
  ------------------
 2030|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2031|       |                /* PREFIX and CHARSET are mutually exclusive */
 2032|     26|                if ((flags & SRE_INFO_PREFIX) &&
  ------------------
  |  |   96|     26|#define SRE_INFO_PREFIX 1
  ------------------
  |  Branch (2032:21): [True: 7, False: 19]
  ------------------
 2033|      7|                    (flags & SRE_INFO_CHARSET))
  ------------------
  |  |   98|      7|#define SRE_INFO_CHARSET 4
  ------------------
  |  Branch (2033:21): [True: 0, False: 7]
  ------------------
 2034|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2035|       |                /* LITERAL implies PREFIX */
 2036|     26|                if ((flags & SRE_INFO_LITERAL) &&
  ------------------
  |  |   97|     26|#define SRE_INFO_LITERAL 2
  ------------------
  |  Branch (2036:21): [True: 6, False: 20]
  ------------------
 2037|      6|                    !(flags & SRE_INFO_PREFIX))
  ------------------
  |  |   96|      6|#define SRE_INFO_PREFIX 1
  ------------------
  |  Branch (2037:21): [True: 0, False: 6]
  ------------------
 2038|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2039|       |                /* Validate the prefix */
 2040|     26|                if (flags & SRE_INFO_PREFIX) {
  ------------------
  |  |   96|     26|#define SRE_INFO_PREFIX 1
  ------------------
  |  Branch (2040:21): [True: 7, False: 19]
  ------------------
 2041|      7|                    SRE_CODE prefix_len;
  ------------------
  |  |   18|      7|#define SRE_CODE Py_UCS4
  ------------------
 2042|      7|                    GET_ARG; prefix_len = arg;
  ------------------
  |  | 1823|      7|    do {                                                \
  |  | 1824|      7|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      7|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      7|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 7]
  |  |  ------------------
  |  | 1826|      7|        arg = *code++;                                  \
  |  | 1827|      7|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      7|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 2043|      7|                    GET_ARG;
  ------------------
  |  | 1823|      7|    do {                                                \
  |  | 1824|      7|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      7|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      7|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 7]
  |  |  ------------------
  |  | 1826|      7|        arg = *code++;                                  \
  |  | 1827|      7|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      7|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 2044|       |                    /* Here comes the prefix string */
 2045|      7|                    if (prefix_len > (uintptr_t)(newcode - code))
  ------------------
  |  Branch (2045:25): [True: 0, False: 7]
  ------------------
 2046|      0|                        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2047|      7|                    code += prefix_len;
 2048|       |                    /* And here comes the overlap table */
 2049|      7|                    if (prefix_len > (uintptr_t)(newcode - code))
  ------------------
  |  Branch (2049:25): [True: 0, False: 7]
  ------------------
 2050|      0|                        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2051|       |                    /* Each overlap value should be < prefix_len */
 2052|     21|                    for (i = 0; i < prefix_len; i++) {
  ------------------
  |  Branch (2052:33): [True: 14, False: 7]
  ------------------
 2053|     14|                        if (code[i] >= prefix_len)
  ------------------
  |  Branch (2053:29): [True: 0, False: 14]
  ------------------
 2054|      0|                            FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2055|     14|                    }
 2056|      7|                    code += prefix_len;
 2057|      7|                }
 2058|       |                /* Validate the charset */
 2059|     26|                if (flags & SRE_INFO_CHARSET) {
  ------------------
  |  |   98|     26|#define SRE_INFO_CHARSET 4
  ------------------
  |  Branch (2059:21): [True: 3, False: 23]
  ------------------
 2060|      3|                    if (_validate_charset(code, newcode-1))
  ------------------
  |  Branch (2060:25): [True: 0, False: 3]
  ------------------
 2061|      0|                        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2062|      3|                    if (newcode[-1] != SRE_OP_FAILURE)
  ------------------
  |  |   15|      3|#define SRE_OP_FAILURE 0
  ------------------
  |  Branch (2062:25): [True: 0, False: 3]
  ------------------
 2063|      0|                        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2064|      3|                    code = newcode;
 2065|      3|                }
 2066|     23|                else if (code != newcode) {
  ------------------
  |  Branch (2066:26): [True: 0, False: 23]
  ------------------
 2067|      0|                  VTRACE(("code=%p, newcode=%p\n", code, newcode));
  ------------------
  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2068|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2069|      0|                }
 2070|     26|            }
 2071|     26|            break;
 2072|       |
 2073|     26|        case SRE_OP_BRANCH:
  ------------------
  |  |   22|      1|#define SRE_OP_BRANCH 7
  ------------------
  |  Branch (2073:9): [True: 1, False: 97]
  ------------------
 2074|      1|            {
 2075|      1|                SRE_CODE *target = NULL;
  ------------------
  |  |   18|      1|#define SRE_CODE Py_UCS4
  ------------------
 2076|      3|                for (;;) {
 2077|      3|                    GET_SKIP;
  ------------------
  |  | 1840|      3|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|      3|    do {                                                \
  |  |  |  | 1831|      3|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|      3|        if (code >= end) FAIL;                          \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1832:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  | 1833|      3|        skip = *code;                                   \
  |  |  |  | 1834|      3|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|      3|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|      3|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  | 1837|      3|            FAIL;                                       \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1838|      3|        code++;                                         \
  |  |  |  | 1839|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2078|      3|                    if (skip == 0)
  ------------------
  |  Branch (2078:25): [True: 1, False: 2]
  ------------------
 2079|      1|                        break;
 2080|       |                    /* Stop 2 before the end; we check the JUMP below */
 2081|      2|                    if (_validate_inner(code, code+skip-3, groups))
  ------------------
  |  Branch (2081:25): [True: 0, False: 2]
  ------------------
 2082|      0|                        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2083|      2|                    code += skip-3;
 2084|       |                    /* Check that it ends with a JUMP, and that each JUMP
 2085|       |                       has the same target */
 2086|      2|                    GET_OP;
  ------------------
  |  | 1816|      2|    do {                                                \
  |  | 1817|      2|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      2|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|      2|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1818:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1819|      2|        op = *code++;                                   \
  |  | 1820|      2|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|      2|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2087|      2|                    if (op != SRE_OP_JUMP)
  ------------------
  |  |   30|      2|#define SRE_OP_JUMP 15
  ------------------
  |  Branch (2087:25): [True: 0, False: 2]
  ------------------
 2088|      0|                        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2089|      2|                    GET_SKIP;
  ------------------
  |  | 1840|      2|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|      2|    do {                                                \
  |  |  |  | 1831|      2|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      2|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|      2|        if (code >= end) FAIL;                          \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1832:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 1833|      2|        skip = *code;                                   \
  |  |  |  | 1834|      2|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      2|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|      2|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|      2|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 1837|      2|            FAIL;                                       \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1838|      2|        code++;                                         \
  |  |  |  | 1839|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2090|      2|                    if (target == NULL)
  ------------------
  |  Branch (2090:25): [True: 1, False: 1]
  ------------------
 2091|      1|                        target = code+skip-1;
 2092|      1|                    else if (code+skip-1 != target)
  ------------------
  |  Branch (2092:30): [True: 0, False: 1]
  ------------------
 2093|      0|                        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2094|      2|                }
 2095|      1|                if (code != target)
  ------------------
  |  Branch (2095:21): [True: 0, False: 1]
  ------------------
 2096|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2097|      1|            }
 2098|      1|            break;
 2099|       |
 2100|      9|        case SRE_OP_REPEAT_ONE:
  ------------------
  |  |   39|      9|#define SRE_OP_REPEAT_ONE 24
  ------------------
  |  Branch (2100:9): [True: 9, False: 89]
  ------------------
 2101|     13|        case SRE_OP_MIN_REPEAT_ONE:
  ------------------
  |  |   41|     13|#define SRE_OP_MIN_REPEAT_ONE 26
  ------------------
  |  Branch (2101:9): [True: 4, False: 94]
  ------------------
 2102|     13|        case SRE_OP_POSSESSIVE_REPEAT_ONE:
  ------------------
  |  |   44|     13|#define SRE_OP_POSSESSIVE_REPEAT_ONE 29
  ------------------
  |  Branch (2102:9): [True: 0, False: 98]
  ------------------
 2103|     13|            {
 2104|     13|                SRE_CODE min, max;
  ------------------
  |  |   18|     13|#define SRE_CODE Py_UCS4
  ------------------
 2105|     13|                GET_SKIP;
  ------------------
  |  | 1840|     13|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|     13|    do {                                                \
  |  |  |  | 1831|     13|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     13|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 13]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|     13|        if (code >= end) FAIL;                          \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1832:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  | 1833|     13|        skip = *code;                                   \
  |  |  |  | 1834|     13|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|     13|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 13]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|     13|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|     13|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  | 1837|     13|            FAIL;                                       \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1838|     13|        code++;                                         \
  |  |  |  | 1839|     13|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2106|     13|                GET_ARG; min = arg;
  ------------------
  |  | 1823|     13|    do {                                                \
  |  | 1824|     13|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     13|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     13|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 13]
  |  |  ------------------
  |  | 1826|     13|        arg = *code++;                                  \
  |  | 1827|     13|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     13|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     13|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
 2107|     13|                GET_ARG; max = arg;
  ------------------
  |  | 1823|     13|    do {                                                \
  |  | 1824|     13|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     13|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|     13|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 13]
  |  |  ------------------
  |  | 1826|     13|        arg = *code++;                                  \
  |  | 1827|     13|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|     13|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|     13|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
 2108|     13|                if (min > max)
  ------------------
  |  Branch (2108:21): [True: 0, False: 13]
  ------------------
 2109|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2110|     13|                if (max > SRE_MAXREPEAT)
  ------------------
  |  |   20|     13|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (2110:21): [True: 0, False: 13]
  ------------------
 2111|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2112|     13|                if (_validate_inner(code, code+skip-4, groups))
  ------------------
  |  Branch (2112:21): [True: 0, False: 13]
  ------------------
 2113|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2114|     13|                code += skip-4;
 2115|     13|                GET_OP;
  ------------------
  |  | 1816|     13|    do {                                                \
  |  | 1817|     13|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     13|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|     13|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1818:13): [True: 0, False: 13]
  |  |  ------------------
  |  | 1819|     13|        op = *code++;                                   \
  |  | 1820|     13|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|     13|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|     13|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 13]
  |  |  ------------------
  ------------------
 2116|     13|                if (op != SRE_OP_SUCCESS)
  ------------------
  |  |   16|     13|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (2116:21): [True: 0, False: 13]
  ------------------
 2117|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2118|     13|            }
 2119|     13|            break;
 2120|       |
 2121|     13|        case SRE_OP_REPEAT:
  ------------------
  |  |   38|      3|#define SRE_OP_REPEAT 23
  ------------------
  |  Branch (2121:9): [True: 3, False: 95]
  ------------------
 2122|      3|        case SRE_OP_POSSESSIVE_REPEAT:
  ------------------
  |  |   43|      3|#define SRE_OP_POSSESSIVE_REPEAT 28
  ------------------
  |  Branch (2122:9): [True: 0, False: 98]
  ------------------
 2123|      3|            {
 2124|      3|                SRE_CODE op1 = op, min, max;
  ------------------
  |  |   18|      3|#define SRE_CODE Py_UCS4
  ------------------
 2125|      3|                GET_SKIP;
  ------------------
  |  | 1840|      3|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|      3|    do {                                                \
  |  |  |  | 1831|      3|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|      3|        if (code >= end) FAIL;                          \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1832:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  | 1833|      3|        skip = *code;                                   \
  |  |  |  | 1834|      3|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|      3|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|      3|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  | 1837|      3|            FAIL;                                       \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1838|      3|        code++;                                         \
  |  |  |  | 1839|      3|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2126|      3|                GET_ARG; min = arg;
  ------------------
  |  | 1823|      3|    do {                                                \
  |  | 1824|      3|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      3|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 3]
  |  |  ------------------
  |  | 1826|      3|        arg = *code++;                                  \
  |  | 1827|      3|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 2127|      3|                GET_ARG; max = arg;
  ------------------
  |  | 1823|      3|    do {                                                \
  |  | 1824|      3|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      3|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 3]
  |  |  ------------------
  |  | 1826|      3|        arg = *code++;                                  \
  |  | 1827|      3|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 2128|      3|                if (min > max)
  ------------------
  |  Branch (2128:21): [True: 0, False: 3]
  ------------------
 2129|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2130|      3|                if (max > SRE_MAXREPEAT)
  ------------------
  |  |   20|      3|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (2130:21): [True: 0, False: 3]
  ------------------
 2131|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2132|      3|                if (_validate_inner(code, code+skip-3, groups))
  ------------------
  |  Branch (2132:21): [True: 0, False: 3]
  ------------------
 2133|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2134|      3|                code += skip-3;
 2135|      3|                GET_OP;
  ------------------
  |  | 1816|      3|    do {                                                \
  |  | 1817|      3|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|      3|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1818:13): [True: 0, False: 3]
  |  |  ------------------
  |  | 1819|      3|        op = *code++;                                   \
  |  | 1820|      3|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 2136|      3|                if (op1 == SRE_OP_POSSESSIVE_REPEAT) {
  ------------------
  |  |   43|      3|#define SRE_OP_POSSESSIVE_REPEAT 28
  ------------------
  |  Branch (2136:21): [True: 0, False: 3]
  ------------------
 2137|      0|                    if (op != SRE_OP_SUCCESS)
  ------------------
  |  |   16|      0|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (2137:25): [True: 0, False: 0]
  ------------------
 2138|      0|                        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2139|      0|                }
 2140|      3|                else {
 2141|      3|                    if (op != SRE_OP_MAX_UNTIL && op != SRE_OP_MIN_UNTIL)
  ------------------
  |  |   33|      6|#define SRE_OP_MAX_UNTIL 18
  ------------------
                                  if (op != SRE_OP_MAX_UNTIL && op != SRE_OP_MIN_UNTIL)
  ------------------
  |  |   34|      0|#define SRE_OP_MIN_UNTIL 19
  ------------------
  |  Branch (2141:25): [True: 0, False: 3]
  |  Branch (2141:51): [True: 0, False: 0]
  ------------------
 2142|      0|                        FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2143|      3|                }
 2144|      3|            }
 2145|      3|            break;
 2146|       |
 2147|      3|        case SRE_OP_ATOMIC_GROUP:
  ------------------
  |  |   42|      0|#define SRE_OP_ATOMIC_GROUP 27
  ------------------
  |  Branch (2147:9): [True: 0, False: 98]
  ------------------
 2148|      0|            {
 2149|      0|                GET_SKIP;
  ------------------
  |  | 1840|      0|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|      0|    do {                                                \
  |  |  |  | 1831|      0|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|      0|        if (code >= end) FAIL;                          \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1832:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 1833|      0|        skip = *code;                                   \
  |  |  |  | 1834|      0|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|      0|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|      0|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 1837|      0|            FAIL;                                       \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1838|      0|        code++;                                         \
  |  |  |  | 1839|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2150|      0|                if (_validate_inner(code, code+skip-2, groups))
  ------------------
  |  Branch (2150:21): [True: 0, False: 0]
  ------------------
 2151|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2152|      0|                code += skip-2;
 2153|      0|                GET_OP;
  ------------------
  |  | 1816|      0|    do {                                                \
  |  | 1817|      0|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|      0|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1818:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1819|      0|        op = *code++;                                   \
  |  | 1820|      0|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2154|      0|                if (op != SRE_OP_SUCCESS)
  ------------------
  |  |   16|      0|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (2154:21): [True: 0, False: 0]
  ------------------
 2155|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2156|      0|            }
 2157|      0|            break;
 2158|       |
 2159|      0|        case SRE_OP_GROUPREF:
  ------------------
  |  |   26|      0|#define SRE_OP_GROUPREF 11
  ------------------
  |  Branch (2159:9): [True: 0, False: 98]
  ------------------
 2160|      0|        case SRE_OP_GROUPREF_IGNORE:
  ------------------
  |  |   45|      0|#define SRE_OP_GROUPREF_IGNORE 30
  ------------------
  |  Branch (2160:9): [True: 0, False: 98]
  ------------------
 2161|      0|        case SRE_OP_GROUPREF_UNI_IGNORE:
  ------------------
  |  |   53|      0|#define SRE_OP_GROUPREF_UNI_IGNORE 38
  ------------------
  |  Branch (2161:9): [True: 0, False: 98]
  ------------------
 2162|      0|        case SRE_OP_GROUPREF_LOC_IGNORE:
  ------------------
  |  |   49|      0|#define SRE_OP_GROUPREF_LOC_IGNORE 34
  ------------------
  |  Branch (2162:9): [True: 0, False: 98]
  ------------------
 2163|      0|            GET_ARG;
  ------------------
  |  | 1823|      0|    do {                                                \
  |  | 1824|      0|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      0|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1826|      0|        arg = *code++;                                  \
  |  | 1827|      0|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2164|      0|            if (arg >= (size_t)groups)
  ------------------
  |  Branch (2164:17): [True: 0, False: 0]
  ------------------
 2165|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2166|      0|            break;
 2167|       |
 2168|      0|        case SRE_OP_GROUPREF_EXISTS:
  ------------------
  |  |   27|      0|#define SRE_OP_GROUPREF_EXISTS 12
  ------------------
  |  Branch (2168:9): [True: 0, False: 98]
  ------------------
 2169|       |            /* The regex syntax for this is: '(?(group)then|else)', where
 2170|       |               'group' is either an integer group number or a group name,
 2171|       |               'then' and 'else' are sub-regexes, and 'else' is optional. */
 2172|      0|            GET_ARG;
  ------------------
  |  | 1823|      0|    do {                                                \
  |  | 1824|      0|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      0|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1826|      0|        arg = *code++;                                  \
  |  | 1827|      0|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2173|      0|            if (arg >= (size_t)groups)
  ------------------
  |  Branch (2173:17): [True: 0, False: 0]
  ------------------
 2174|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2175|      0|            GET_SKIP_ADJ(1);
  ------------------
  |  | 1830|      0|    do {                                                \
  |  | 1831|      0|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1832|      0|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1832:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1833|      0|        skip = *code;                                   \
  |  | 1834|      0|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1835|      0|               (unsigned long)skip, code+skip));        \
  |  | 1836|      0|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  ------------------
  |  |  |  Branch (1836:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1837|      0|            FAIL;                                       \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1838|      0|        code++;                                         \
  |  | 1839|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1839:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2176|      0|            code--; /* The skip is relative to the first arg! */
 2177|       |            /* There are two possibilities here: if there is both a 'then'
 2178|       |               part and an 'else' part, the generated code looks like:
 2179|       |
 2180|       |               GROUPREF_EXISTS
 2181|       |               <group>
 2182|       |               <skipyes>
 2183|       |               ...then part...
 2184|       |               JUMP
 2185|       |               <skipno>
 2186|       |               (<skipyes> jumps here)
 2187|       |               ...else part...
 2188|       |               (<skipno> jumps here)
 2189|       |
 2190|       |               If there is only a 'then' part, it looks like:
 2191|       |
 2192|       |               GROUPREF_EXISTS
 2193|       |               <group>
 2194|       |               <skip>
 2195|       |               ...then part...
 2196|       |               (<skip> jumps here)
 2197|       |
 2198|       |               There is no direct way to decide which it is, and we don't want
 2199|       |               to allow arbitrary jumps anywhere in the code; so we just look
 2200|       |               for a JUMP opcode preceding our skip target.
 2201|       |            */
 2202|      0|            VTRACE(("then part:\n"));
  ------------------
  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2203|      0|            int rc = _validate_inner(code+1, code+skip-1, groups);
 2204|      0|            if (rc == 1) {
  ------------------
  |  Branch (2204:17): [True: 0, False: 0]
  ------------------
 2205|      0|                VTRACE(("else part:\n"));
  ------------------
  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2206|      0|                code += skip-2; /* Position after JUMP, at <skipno> */
 2207|      0|                GET_SKIP;
  ------------------
  |  | 1840|      0|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|      0|    do {                                                \
  |  |  |  | 1831|      0|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|      0|        if (code >= end) FAIL;                          \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1832:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 1833|      0|        skip = *code;                                   \
  |  |  |  | 1834|      0|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|      0|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|      0|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 1837|      0|            FAIL;                                       \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1838|      0|        code++;                                         \
  |  |  |  | 1839|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2208|      0|                rc = _validate_inner(code, code+skip-1, groups);
 2209|      0|            }
 2210|      0|            if (rc)
  ------------------
  |  Branch (2210:17): [True: 0, False: 0]
  ------------------
 2211|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2212|      0|            code += skip-1;
 2213|      0|            break;
 2214|       |
 2215|      1|        case SRE_OP_ASSERT:
  ------------------
  |  |   19|      1|#define SRE_OP_ASSERT 4
  ------------------
  |  Branch (2215:9): [True: 1, False: 97]
  ------------------
 2216|      1|        case SRE_OP_ASSERT_NOT:
  ------------------
  |  |   20|      1|#define SRE_OP_ASSERT_NOT 5
  ------------------
  |  Branch (2216:9): [True: 0, False: 98]
  ------------------
 2217|      1|            GET_SKIP;
  ------------------
  |  | 1840|      1|#define GET_SKIP GET_SKIP_ADJ(0)
  |  |  ------------------
  |  |  |  | 1830|      1|    do {                                                \
  |  |  |  | 1831|      1|        VTRACE(("%p= ", code));                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      1|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1832|      1|        if (code >= end) FAIL;                          \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1832:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  | 1833|      1|        skip = *code;                                   \
  |  |  |  | 1834|      1|        VTRACE(("%lu (skip to %p)\n",                   \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      1|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1835|      1|               (unsigned long)skip, code+skip));        \
  |  |  |  | 1836|      1|        if (skip-adj > (uintptr_t)(end - code))         \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1836:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  | 1837|      1|            FAIL;                                       \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 1838|      1|        code++;                                         \
  |  |  |  | 1839|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1839:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2218|      1|            GET_ARG; /* 0 for lookahead, width for lookbehind */
  ------------------
  |  | 1823|      1|    do {                                                \
  |  | 1824|      1|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      1|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      1|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1826|      1|        arg = *code++;                                  \
  |  | 1827|      1|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      1|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2219|      1|            code--; /* Back up over arg to simplify math below */
 2220|       |            /* Stop 1 before the end; we check the SUCCESS below */
 2221|      1|            if (_validate_inner(code+1, code+skip-2, groups))
  ------------------
  |  Branch (2221:17): [True: 0, False: 1]
  ------------------
 2222|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2223|      1|            code += skip-2;
 2224|      1|            GET_OP;
  ------------------
  |  | 1816|      1|    do {                                                \
  |  | 1817|      1|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      1|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|      1|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1818:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1819|      1|        op = *code++;                                   \
  |  | 1820|      1|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|      1|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2225|      1|            if (op != SRE_OP_SUCCESS)
  ------------------
  |  |   16|      1|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (2225:17): [True: 0, False: 1]
  ------------------
 2226|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2227|      1|            break;
 2228|       |
 2229|      1|        case SRE_OP_JUMP:
  ------------------
  |  |   30|      0|#define SRE_OP_JUMP 15
  ------------------
  |  Branch (2229:9): [True: 0, False: 98]
  ------------------
 2230|      0|            if (code + 1 != end)
  ------------------
  |  Branch (2230:17): [True: 0, False: 0]
  ------------------
 2231|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2232|      0|            VTRACE(("JUMP: %d\n", __LINE__));
  ------------------
  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2233|      0|            return 1;
 2234|       |
 2235|      0|        default:
  ------------------
  |  Branch (2235:9): [True: 0, False: 98]
  ------------------
 2236|      0|            FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2237|       |
 2238|     98|        }
 2239|     98|    }
 2240|       |
 2241|     45|    VTRACE(("okay\n"));
  ------------------
  |  | 1808|     45|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  ------------------
  |  |  |  Branch (1808:31): [Folded, False: 45]
  |  |  ------------------
  ------------------
 2242|     45|    return 0;
 2243|     45|}
sre.c:_validate_charset:
 1844|     10|{
 1845|       |    /* Some variables are manipulated by the macros above */
 1846|     10|    SRE_CODE op;
  ------------------
  |  |   18|     10|#define SRE_CODE Py_UCS4
  ------------------
 1847|     10|    SRE_CODE arg;
  ------------------
  |  |   18|     10|#define SRE_CODE Py_UCS4
  ------------------
 1848|     10|    SRE_CODE offset;
  ------------------
  |  |   18|     10|#define SRE_CODE Py_UCS4
  ------------------
 1849|     10|    int i;
 1850|       |
 1851|     25|    while (code < end) {
  ------------------
  |  Branch (1851:12): [True: 15, False: 10]
  ------------------
 1852|     15|        GET_OP;
  ------------------
  |  | 1816|     15|    do {                                                \
  |  | 1817|     15|        VTRACE(("%p: ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|     15|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1818|     15|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1818:13): [True: 0, False: 15]
  |  |  ------------------
  |  | 1819|     15|        op = *code++;                                   \
  |  | 1820|     15|        VTRACE(("%lu (op)\n", (unsigned long)op));      \
  |  |  ------------------
  |  |  |  | 1808|     15|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1821|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1821:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1853|     15|        switch (op) {
 1854|       |
 1855|      2|        case SRE_OP_NEGATE:
  ------------------
  |  |   36|      2|#define SRE_OP_NEGATE 21
  ------------------
  |  Branch (1855:9): [True: 2, False: 13]
  ------------------
 1856|      2|            break;
 1857|       |
 1858|      6|        case SRE_OP_LITERAL:
  ------------------
  |  |   31|      6|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (1858:9): [True: 6, False: 9]
  ------------------
 1859|      6|            GET_ARG;
  ------------------
  |  | 1823|      6|    do {                                                \
  |  | 1824|      6|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      6|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      6|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 6]
  |  |  ------------------
  |  | 1826|      6|        arg = *code++;                                  \
  |  | 1827|      6|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      6|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1860|      6|            break;
 1861|       |
 1862|      6|        case SRE_OP_RANGE:
  ------------------
  |  |   37|      2|#define SRE_OP_RANGE 22
  ------------------
  |  Branch (1862:9): [True: 2, False: 13]
  ------------------
 1863|      2|        case SRE_OP_RANGE_UNI_IGNORE:
  ------------------
  |  |   57|      2|#define SRE_OP_RANGE_UNI_IGNORE 42
  ------------------
  |  Branch (1863:9): [True: 0, False: 15]
  ------------------
 1864|      2|            GET_ARG;
  ------------------
  |  | 1823|      2|    do {                                                \
  |  | 1824|      2|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      2|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      2|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1826|      2|        arg = *code++;                                  \
  |  | 1827|      2|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      2|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1865|      2|            GET_ARG;
  ------------------
  |  | 1823|      2|    do {                                                \
  |  | 1824|      2|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      2|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      2|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1826|      2|        arg = *code++;                                  \
  |  | 1827|      2|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      2|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1866|      2|            break;
 1867|       |
 1868|      2|        case SRE_OP_CHARSET:
  ------------------
  |  |   24|      2|#define SRE_OP_CHARSET 9
  ------------------
  |  Branch (1868:9): [True: 2, False: 13]
  ------------------
 1869|      2|            offset = 256/SRE_CODE_BITS; /* 256-bit bitmap */
  ------------------
  |  |   54|      2|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
 1870|      2|            if (offset > (uintptr_t)(end - code))
  ------------------
  |  Branch (1870:17): [True: 0, False: 2]
  ------------------
 1871|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1872|      2|            code += offset;
 1873|      2|            break;
 1874|       |
 1875|      0|        case SRE_OP_BIGCHARSET:
  ------------------
  |  |   25|      0|#define SRE_OP_BIGCHARSET 10
  ------------------
  |  Branch (1875:9): [True: 0, False: 15]
  ------------------
 1876|      0|            GET_ARG; /* Number of blocks */
  ------------------
  |  | 1823|      0|    do {                                                \
  |  | 1824|      0|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      0|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1826|      0|        arg = *code++;                                  \
  |  | 1827|      0|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1877|      0|            offset = 256/sizeof(SRE_CODE); /* 256-byte table */
 1878|      0|            if (offset > (uintptr_t)(end - code))
  ------------------
  |  Branch (1878:17): [True: 0, False: 0]
  ------------------
 1879|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1880|       |            /* Make sure that each byte points to a valid block */
 1881|      0|            for (i = 0; i < 256; i++) {
  ------------------
  |  Branch (1881:25): [True: 0, False: 0]
  ------------------
 1882|      0|                if (((unsigned char *)code)[i] >= arg)
  ------------------
  |  Branch (1882:21): [True: 0, False: 0]
  ------------------
 1883|      0|                    FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1884|      0|            }
 1885|      0|            code += offset;
 1886|      0|            offset = arg * (256/SRE_CODE_BITS); /* 256-bit bitmap times arg */
  ------------------
  |  |   54|      0|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
 1887|      0|            if (offset > (uintptr_t)(end - code))
  ------------------
  |  Branch (1887:17): [True: 0, False: 0]
  ------------------
 1888|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1889|      0|            code += offset;
 1890|      0|            break;
 1891|       |
 1892|      3|        case SRE_OP_CATEGORY:
  ------------------
  |  |   23|      3|#define SRE_OP_CATEGORY 8
  ------------------
  |  Branch (1892:9): [True: 3, False: 12]
  ------------------
 1893|      3|            GET_ARG;
  ------------------
  |  | 1823|      3|    do {                                                \
  |  | 1824|      3|        VTRACE(("%p= ", code));                         \
  |  |  ------------------
  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1825|      3|        if (code >= end) FAIL;                          \
  |  |  ------------------
  |  |  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1825:13): [True: 0, False: 3]
  |  |  ------------------
  |  | 1826|      3|        arg = *code++;                                  \
  |  | 1827|      3|        VTRACE(("%lu (arg)\n", (unsigned long)arg));    \
  |  |  ------------------
  |  |  |  | 1808|      3|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1828|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1828:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
 1894|      3|            switch (arg) {
 1895|      3|            case SRE_CATEGORY_DIGIT:
  ------------------
  |  |   70|      3|#define SRE_CATEGORY_DIGIT 0
  ------------------
  |  Branch (1895:13): [True: 3, False: 0]
  ------------------
 1896|      3|            case SRE_CATEGORY_NOT_DIGIT:
  ------------------
  |  |   71|      3|#define SRE_CATEGORY_NOT_DIGIT 1
  ------------------
  |  Branch (1896:13): [True: 0, False: 3]
  ------------------
 1897|      3|            case SRE_CATEGORY_SPACE:
  ------------------
  |  |   72|      3|#define SRE_CATEGORY_SPACE 2
  ------------------
  |  Branch (1897:13): [True: 0, False: 3]
  ------------------
 1898|      3|            case SRE_CATEGORY_NOT_SPACE:
  ------------------
  |  |   73|      3|#define SRE_CATEGORY_NOT_SPACE 3
  ------------------
  |  Branch (1898:13): [True: 0, False: 3]
  ------------------
 1899|      3|            case SRE_CATEGORY_WORD:
  ------------------
  |  |   74|      3|#define SRE_CATEGORY_WORD 4
  ------------------
  |  Branch (1899:13): [True: 0, False: 3]
  ------------------
 1900|      3|            case SRE_CATEGORY_NOT_WORD:
  ------------------
  |  |   75|      3|#define SRE_CATEGORY_NOT_WORD 5
  ------------------
  |  Branch (1900:13): [True: 0, False: 3]
  ------------------
 1901|      3|            case SRE_CATEGORY_LINEBREAK:
  ------------------
  |  |   76|      3|#define SRE_CATEGORY_LINEBREAK 6
  ------------------
  |  Branch (1901:13): [True: 0, False: 3]
  ------------------
 1902|      3|            case SRE_CATEGORY_NOT_LINEBREAK:
  ------------------
  |  |   77|      3|#define SRE_CATEGORY_NOT_LINEBREAK 7
  ------------------
  |  Branch (1902:13): [True: 0, False: 3]
  ------------------
 1903|      3|            case SRE_CATEGORY_LOC_WORD:
  ------------------
  |  |   78|      3|#define SRE_CATEGORY_LOC_WORD 8
  ------------------
  |  Branch (1903:13): [True: 0, False: 3]
  ------------------
 1904|      3|            case SRE_CATEGORY_LOC_NOT_WORD:
  ------------------
  |  |   79|      3|#define SRE_CATEGORY_LOC_NOT_WORD 9
  ------------------
  |  Branch (1904:13): [True: 0, False: 3]
  ------------------
 1905|      3|            case SRE_CATEGORY_UNI_DIGIT:
  ------------------
  |  |   80|      3|#define SRE_CATEGORY_UNI_DIGIT 10
  ------------------
  |  Branch (1905:13): [True: 0, False: 3]
  ------------------
 1906|      3|            case SRE_CATEGORY_UNI_NOT_DIGIT:
  ------------------
  |  |   81|      3|#define SRE_CATEGORY_UNI_NOT_DIGIT 11
  ------------------
  |  Branch (1906:13): [True: 0, False: 3]
  ------------------
 1907|      3|            case SRE_CATEGORY_UNI_SPACE:
  ------------------
  |  |   82|      3|#define SRE_CATEGORY_UNI_SPACE 12
  ------------------
  |  Branch (1907:13): [True: 0, False: 3]
  ------------------
 1908|      3|            case SRE_CATEGORY_UNI_NOT_SPACE:
  ------------------
  |  |   83|      3|#define SRE_CATEGORY_UNI_NOT_SPACE 13
  ------------------
  |  Branch (1908:13): [True: 0, False: 3]
  ------------------
 1909|      3|            case SRE_CATEGORY_UNI_WORD:
  ------------------
  |  |   84|      3|#define SRE_CATEGORY_UNI_WORD 14
  ------------------
  |  Branch (1909:13): [True: 0, False: 3]
  ------------------
 1910|      3|            case SRE_CATEGORY_UNI_NOT_WORD:
  ------------------
  |  |   85|      3|#define SRE_CATEGORY_UNI_NOT_WORD 15
  ------------------
  |  Branch (1910:13): [True: 0, False: 3]
  ------------------
 1911|      3|            case SRE_CATEGORY_UNI_LINEBREAK:
  ------------------
  |  |   86|      3|#define SRE_CATEGORY_UNI_LINEBREAK 16
  ------------------
  |  Branch (1911:13): [True: 0, False: 3]
  ------------------
 1912|      3|            case SRE_CATEGORY_UNI_NOT_LINEBREAK:
  ------------------
  |  |   87|      3|#define SRE_CATEGORY_UNI_NOT_LINEBREAK 17
  ------------------
  |  Branch (1912:13): [True: 0, False: 3]
  ------------------
 1913|      3|                break;
 1914|      0|            default:
  ------------------
  |  Branch (1914:13): [True: 0, False: 3]
  ------------------
 1915|      0|                FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1916|      3|            }
 1917|      3|            break;
 1918|       |
 1919|      3|        default:
  ------------------
  |  Branch (1919:9): [True: 0, False: 15]
  ------------------
 1920|      0|            FAIL;
  ------------------
  |  | 1812|      0|#define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return -1; } while (0)
  |  |  ------------------
  |  |  |  | 1808|      0|#define VTRACE(v) do {} while(0)  /* do nothing */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1808:31): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1812:73): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1921|       |
 1922|     15|        }
 1923|     15|    }
 1924|       |
 1925|     10|    return 0;
 1926|     10|}
sre.c:sre_exec:
 3422|      1|{
 3423|      1|    _sremodulestate *state;
 3424|       |
 3425|       |#ifdef Py_DEBUG
 3426|       |    _assert_match_aliases_prefixmatch(pattern_methods);
 3427|       |    _assert_match_aliases_prefixmatch(scanner_methods);
 3428|       |#endif
 3429|       |
 3430|       |    /* Create heap types */
 3431|      1|    state = get_sre_module_state(m);
 3432|      1|    CREATE_TYPE(m, state->Pattern_Type, &pattern_spec);
  ------------------
  |  | 3390|      1|#define CREATE_TYPE(m, type, spec)                                  \
  |  | 3391|      1|do {                                                                \
  |  | 3392|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(m, spec, NULL); \
  |  | 3393|      1|    if (type == NULL) {                                             \
  |  |  ------------------
  |  |  |  Branch (3393:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 3394|      0|        goto error;                                                 \
  |  | 3395|      0|    }                                                               \
  |  | 3396|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (3396:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3433|      1|    CREATE_TYPE(m, state->Match_Type, &match_spec);
  ------------------
  |  | 3390|      1|#define CREATE_TYPE(m, type, spec)                                  \
  |  | 3391|      1|do {                                                                \
  |  | 3392|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(m, spec, NULL); \
  |  | 3393|      1|    if (type == NULL) {                                             \
  |  |  ------------------
  |  |  |  Branch (3393:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 3394|      0|        goto error;                                                 \
  |  | 3395|      0|    }                                                               \
  |  | 3396|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (3396:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3434|      1|    CREATE_TYPE(m, state->Scanner_Type, &scanner_spec);
  ------------------
  |  | 3390|      1|#define CREATE_TYPE(m, type, spec)                                  \
  |  | 3391|      1|do {                                                                \
  |  | 3392|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(m, spec, NULL); \
  |  | 3393|      1|    if (type == NULL) {                                             \
  |  |  ------------------
  |  |  |  Branch (3393:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 3394|      0|        goto error;                                                 \
  |  | 3395|      0|    }                                                               \
  |  | 3396|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (3396:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3435|      1|    CREATE_TYPE(m, state->Template_Type, &template_spec);
  ------------------
  |  | 3390|      1|#define CREATE_TYPE(m, type, spec)                                  \
  |  | 3391|      1|do {                                                                \
  |  | 3392|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(m, spec, NULL); \
  |  | 3393|      1|    if (type == NULL) {                                             \
  |  |  ------------------
  |  |  |  Branch (3393:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 3394|      0|        goto error;                                                 \
  |  | 3395|      0|    }                                                               \
  |  | 3396|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (3396:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3436|       |
 3437|      1|    if (PyModule_AddIntConstant(m, "MAGIC", SRE_MAGIC) < 0) {
  ------------------
  |  |   14|      1|#define SRE_MAGIC 20230612
  ------------------
  |  Branch (3437:9): [True: 0, False: 1]
  ------------------
 3438|      0|        goto error;
 3439|      0|    }
 3440|       |
 3441|      1|    if (PyModule_AddIntConstant(m, "CODESIZE", sizeof(SRE_CODE)) < 0) {
  ------------------
  |  Branch (3441:9): [True: 0, False: 1]
  ------------------
 3442|      0|        goto error;
 3443|      0|    }
 3444|       |
 3445|      1|    ADD_ULONG_CONSTANT(m, "MAXREPEAT", SRE_MAXREPEAT);
  ------------------
  |  | 3399|      1|    do {                                                  \
  |  | 3400|      1|        if (PyModule_Add(module, name, PyLong_FromUnsignedLong(value)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (3400:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 3401|      0|            goto error;                                   \
  |  | 3402|      0|        }                                                 \
  |  | 3403|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (3403:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3446|      1|    ADD_ULONG_CONSTANT(m, "MAXGROUPS", SRE_MAXGROUPS);
  ------------------
  |  | 3399|      1|    do {                                                  \
  |  | 3400|      1|        if (PyModule_Add(module, name, PyLong_FromUnsignedLong(value)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (3400:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 3401|      0|            goto error;                                   \
  |  | 3402|      0|        }                                                 \
  |  | 3403|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (3403:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 3447|       |
 3448|      1|    if (PyModule_AddStringConstant(m, "copyright", copyright) < 0) {
  ------------------
  |  Branch (3448:9): [True: 0, False: 1]
  ------------------
 3449|      0|        goto error;
 3450|      0|    }
 3451|       |
 3452|      1|    return 0;
 3453|       |
 3454|      0|error:
 3455|      0|    return -1;
 3456|      1|}
sre.c:pattern_dealloc:
  738|      2|{
  739|      2|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  740|      2|    PyObject_GC_UnTrack(self);
  741|      2|    FT_CLEAR_WEAKREFS(self, _PatternObject_CAST(self)->weakreflist);
  ------------------
  |  |   47|      2|    do {                                            \
  |  |   48|      2|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|      2|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 2]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (741:5): [True: 2, False: 0]
  ------------------
  742|      2|    (void)pattern_clear(self);
  743|      2|    tp->tp_free(self);
  744|      2|    Py_DECREF(tp);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  745|      2|}
sre.c:_sre_SRE_Pattern_prefixmatch_impl:
  786|    434|{
  787|    434|    _sremodulestate *module_state = get_sre_module_state_by_class(cls);
  ------------------
  |  |  395|    434|    (get_sre_module_state(PyType_GetModule(cls)))
  ------------------
  788|    434|    SRE_STATE state;
  789|    434|    Py_ssize_t status;
  790|    434|    PyObject *match;
  791|       |
  792|    434|    if (!state_init(&state, self, string, pos, endpos))
  ------------------
  |  Branch (792:9): [True: 0, False: 434]
  ------------------
  793|      0|        return NULL;
  794|       |
  795|    434|    INIT_TRACE(&state);
  796|    434|    state.ptr = state.start;
  797|       |
  798|    434|    TRACE(("|%p|%p|MATCH\n", PatternObject_GetCode(self), state.ptr));
  799|       |
  800|    434|    status = sre_match(&state, PatternObject_GetCode(self));
  ------------------
  |  |   47|    434|#define PatternObject_GetCode(o) (((PatternObject*)(o))->code)
  ------------------
  801|       |
  802|    434|    TRACE(("|%p|%p|END\n", PatternObject_GetCode(self), state.ptr));
  803|    434|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (803:9): [True: 0, False: 434]
  ------------------
  804|      0|        state_fini(&state);
  805|      0|        return NULL;
  806|      0|    }
  807|       |
  808|    434|    match = pattern_new_match(module_state, self, &state, status);
  809|    434|    state_fini(&state);
  810|    434|    return match;
  811|    434|}
sre.c:state_init:
  542|    434|{
  543|       |    /* prepare state object */
  544|       |
  545|    434|    Py_ssize_t length;
  546|    434|    int isbytes, charsize;
  547|    434|    const void* ptr;
  548|       |
  549|    434|    memset(state, 0, sizeof(SRE_STATE));
  550|       |
  551|    434|    state->mark = PyMem_New(const void *, pattern->groups * 2);
  ------------------
  |  |   64|    434|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|    434|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 434]
  |  |  ------------------
  |  |   65|    434|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
  552|    434|    if (!state->mark) {
  ------------------
  |  Branch (552:9): [True: 0, False: 434]
  ------------------
  553|      0|        PyErr_NoMemory();
  554|      0|        goto err;
  555|      0|    }
  556|    434|    state->lastmark = -1;
  557|    434|    state->lastindex = -1;
  558|       |
  559|    434|    state->buffer.buf = NULL;
  560|    434|    ptr = getstring(string, &length, &isbytes, &charsize, &state->buffer);
  561|    434|    if (!ptr)
  ------------------
  |  Branch (561:9): [True: 0, False: 434]
  ------------------
  562|      0|        goto err;
  563|       |
  564|    434|    if (isbytes && pattern->isbytes == 0) {
  ------------------
  |  Branch (564:9): [True: 433, False: 1]
  |  Branch (564:20): [True: 0, False: 433]
  ------------------
  565|      0|        PyErr_SetString(PyExc_TypeError,
  566|      0|                        "cannot use a string pattern on a bytes-like object");
  567|      0|        goto err;
  568|      0|    }
  569|    434|    if (!isbytes && pattern->isbytes > 0) {
  ------------------
  |  Branch (569:9): [True: 1, False: 433]
  |  Branch (569:21): [True: 0, False: 1]
  ------------------
  570|      0|        PyErr_SetString(PyExc_TypeError,
  571|      0|                        "cannot use a bytes pattern on a string-like object");
  572|      0|        goto err;
  573|      0|    }
  574|       |
  575|       |    /* adjust boundaries */
  576|    434|    if (start < 0)
  ------------------
  |  Branch (576:9): [True: 0, False: 434]
  ------------------
  577|      0|        start = 0;
  578|    434|    else if (start > length)
  ------------------
  |  Branch (578:14): [True: 0, False: 434]
  ------------------
  579|      0|        start = length;
  580|       |
  581|    434|    if (end < 0)
  ------------------
  |  Branch (581:9): [True: 0, False: 434]
  ------------------
  582|      0|        end = 0;
  583|    434|    else if (end > length)
  ------------------
  |  Branch (583:14): [True: 434, False: 0]
  ------------------
  584|    434|        end = length;
  585|       |
  586|    434|    state->isbytes = isbytes;
  587|    434|    state->charsize = charsize;
  588|    434|    state->match_all = 0;
  589|    434|    state->must_advance = 0;
  590|    434|    state->debug = ((pattern->flags & SRE_FLAG_DEBUG) != 0);
  ------------------
  |  |   94|    434|#define SRE_FLAG_DEBUG 128
  ------------------
  591|       |
  592|    434|    state->beginning = ptr;
  593|       |
  594|    434|    state->start = (void*) ((char*) ptr + start * state->charsize);
  595|    434|    state->end = (void*) ((char*) ptr + end * state->charsize);
  596|       |
  597|    434|    state->string = Py_NewRef(string);
  ------------------
  |  |  550|    434|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    434|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    434|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  598|    434|    state->pos = start;
  599|    434|    state->endpos = end;
  600|       |
  601|       |#ifdef Py_DEBUG
  602|       |    state->fail_after_count = pattern->fail_after_count;
  603|       |    state->fail_after_exc = pattern->fail_after_exc; // borrowed ref
  604|       |#endif
  605|       |
  606|    434|    return string;
  607|      0|  err:
  608|       |    /* We add an explicit cast here because MSVC has a bug when
  609|       |       compiling C code where it believes that `const void**` cannot be
  610|       |       safely casted to `void*`, see bpo-39943 for details. */
  611|      0|    PyMem_Free((void*) state->mark);
  612|      0|    state->mark = NULL;
  613|      0|    if (state->buffer.buf)
  ------------------
  |  Branch (613:9): [True: 0, False: 0]
  ------------------
  614|      0|        PyBuffer_Release(&state->buffer);
  615|       |    return NULL;
  616|    434|}
sre.c:sre_match:
  749|    434|{
  750|    434|    if (state->charsize == 1)
  ------------------
  |  Branch (750:9): [True: 434, False: 0]
  ------------------
  751|    434|        return sre_ucs1_match(state, pattern, 1);
  752|      0|    if (state->charsize == 2)
  ------------------
  |  Branch (752:9): [True: 0, False: 0]
  ------------------
  753|      0|        return sre_ucs2_match(state, pattern, 1);
  754|      0|    assert(state->charsize == 4);
  ------------------
  |  Branch (754:5): [True: 0, False: 0]
  ------------------
  755|      0|    return sre_ucs4_match(state, pattern, 1);
  756|      0|}
sre.c:data_stack_grow:
  253|  3.24k|{
  254|  3.24k|    INIT_TRACE(state);
  255|  3.24k|    Py_ssize_t minsize, cursize;
  256|  3.24k|    minsize = state->data_stack_base+size;
  257|  3.24k|    cursize = state->data_stack_size;
  258|  3.24k|    if (cursize < minsize) {
  ------------------
  |  Branch (258:9): [True: 3.24k, False: 0]
  ------------------
  259|  3.24k|        void* stack;
  260|  3.24k|        cursize = minsize+minsize/4+1024;
  261|  3.24k|        TRACE(("allocate/grow stack %zd\n", cursize));
  262|  3.24k|        stack = PyMem_Realloc(state->data_stack, cursize);
  263|  3.24k|        if (!stack) {
  ------------------
  |  Branch (263:13): [True: 0, False: 3.24k]
  ------------------
  264|      0|            data_stack_dealloc(state);
  265|      0|            return SRE_ERROR_MEMORY;
  ------------------
  |  |  109|      0|#define SRE_ERROR_MEMORY -9 /* out of memory */
  ------------------
  266|      0|        }
  267|  3.24k|        state->data_stack = (char *)stack;
  268|  3.24k|        state->data_stack_size = cursize;
  269|  3.24k|    }
  270|  3.24k|    return 0;
  271|  3.24k|}
sre.c:data_stack_dealloc:
  243|    434|{
  244|    434|    if (state->data_stack) {
  ------------------
  |  Branch (244:9): [True: 434, False: 0]
  ------------------
  245|    434|        PyMem_Free(state->data_stack);
  246|       |        state->data_stack = NULL;
  247|    434|    }
  248|    434|    state->data_stack_size = state->data_stack_base = 0;
  249|    434|}
sre.c:sre_category:
  185|  1.47M|{
  186|  1.47M|    switch (category) {
  ------------------
  |  Branch (186:13): [True: 1.47M, False: 0]
  ------------------
  187|       |
  188|  1.47M|    case SRE_CATEGORY_DIGIT:
  ------------------
  |  |   70|  1.47M|#define SRE_CATEGORY_DIGIT 0
  ------------------
  |  Branch (188:5): [True: 1.47M, False: 0]
  ------------------
  189|  1.47M|        return SRE_IS_DIGIT(ch);
  ------------------
  |  |  136|  1.47M|    ((ch) <= '9' && Py_ISDIGIT(ch))
  |  |  ------------------
  |  |  |  |   24|  1.47M|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|  1.47M|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|  1.47M|#define PY_CTF_DIGIT  0x04
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (24:24): [True: 1.39k, False: 1.47M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (136:6): [True: 1.47M, False: 19]
  |  |  ------------------
  ------------------
  190|      0|    case SRE_CATEGORY_NOT_DIGIT:
  ------------------
  |  |   71|      0|#define SRE_CATEGORY_NOT_DIGIT 1
  ------------------
  |  Branch (190:5): [True: 0, False: 1.47M]
  ------------------
  191|      0|        return !SRE_IS_DIGIT(ch);
  ------------------
  |  |  136|      0|    ((ch) <= '9' && Py_ISDIGIT(ch))
  |  |  ------------------
  |  |  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (24:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (136:6): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  192|      0|    case SRE_CATEGORY_SPACE:
  ------------------
  |  |   72|      0|#define SRE_CATEGORY_SPACE 2
  ------------------
  |  Branch (192:5): [True: 0, False: 1.47M]
  ------------------
  193|      0|        return SRE_IS_SPACE(ch);
  ------------------
  |  |  138|      0|    ((ch) <= ' ' && Py_ISSPACE(ch))
  |  |  ------------------
  |  |  |  |   27|      0|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  |  |  ------------------
  |  |  |  |  |  |   13|      0|#define PY_CTF_SPACE  0x08
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (27:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (138:6): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  194|      0|    case SRE_CATEGORY_NOT_SPACE:
  ------------------
  |  |   73|      0|#define SRE_CATEGORY_NOT_SPACE 3
  ------------------
  |  Branch (194:5): [True: 0, False: 1.47M]
  ------------------
  195|      0|        return !SRE_IS_SPACE(ch);
  ------------------
  |  |  138|      0|    ((ch) <= ' ' && Py_ISSPACE(ch))
  |  |  ------------------
  |  |  |  |   27|      0|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  |  |  ------------------
  |  |  |  |  |  |   13|      0|#define PY_CTF_SPACE  0x08
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (27:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (138:6): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  196|      0|    case SRE_CATEGORY_WORD:
  ------------------
  |  |   74|      0|#define SRE_CATEGORY_WORD 4
  ------------------
  |  Branch (196:5): [True: 0, False: 1.47M]
  ------------------
  197|      0|        return SRE_IS_WORD(ch);
  ------------------
  |  |  142|      0|    ((ch) <= 'z' && (Py_ISALNUM(ch) || (ch) == '_'))
  |  |  ------------------
  |  |  |  |   26|      0|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |   12|      0|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   10|      0|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    8|      0|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    9|      0|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (26:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (142:6): [True: 0, False: 0]
  |  |  |  Branch (142:40): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  198|      0|    case SRE_CATEGORY_NOT_WORD:
  ------------------
  |  |   75|      0|#define SRE_CATEGORY_NOT_WORD 5
  ------------------
  |  Branch (198:5): [True: 0, False: 1.47M]
  ------------------
  199|      0|        return !SRE_IS_WORD(ch);
  ------------------
  |  |  142|      0|    ((ch) <= 'z' && (Py_ISALNUM(ch) || (ch) == '_'))
  |  |  ------------------
  |  |  |  |   26|      0|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |   12|      0|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   10|      0|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    8|      0|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    9|      0|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (26:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (142:6): [True: 0, False: 0]
  |  |  |  Branch (142:40): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  200|      0|    case SRE_CATEGORY_LINEBREAK:
  ------------------
  |  |   76|      0|#define SRE_CATEGORY_LINEBREAK 6
  ------------------
  |  Branch (200:5): [True: 0, False: 1.47M]
  ------------------
  201|      0|        return SRE_IS_LINEBREAK(ch);
  ------------------
  |  |  140|      0|    ((ch) == '\n')
  ------------------
  202|      0|    case SRE_CATEGORY_NOT_LINEBREAK:
  ------------------
  |  |   77|      0|#define SRE_CATEGORY_NOT_LINEBREAK 7
  ------------------
  |  Branch (202:5): [True: 0, False: 1.47M]
  ------------------
  203|      0|        return !SRE_IS_LINEBREAK(ch);
  ------------------
  |  |  140|      0|    ((ch) == '\n')
  ------------------
  204|       |
  205|      0|    case SRE_CATEGORY_LOC_WORD:
  ------------------
  |  |   78|      0|#define SRE_CATEGORY_LOC_WORD 8
  ------------------
  |  Branch (205:5): [True: 0, False: 1.47M]
  ------------------
  206|      0|        return SRE_LOC_IS_WORD(ch);
  ------------------
  |  |  153|      0|#define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  152|      0|#define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? sre_isalnum((ch)) : 0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (152:30): [True: 0, False: 0]
  |  |  |  |  |  Branch (152:31): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (153:56): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  207|      0|    case SRE_CATEGORY_LOC_NOT_WORD:
  ------------------
  |  |   79|      0|#define SRE_CATEGORY_LOC_NOT_WORD 9
  ------------------
  |  Branch (207:5): [True: 0, False: 1.47M]
  ------------------
  208|      0|        return !SRE_LOC_IS_WORD(ch);
  ------------------
  |  |  153|      0|#define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  152|      0|#define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? sre_isalnum((ch)) : 0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (152:30): [True: 0, False: 0]
  |  |  |  |  |  Branch (152:31): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (153:56): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  209|       |
  210|      0|    case SRE_CATEGORY_UNI_DIGIT:
  ------------------
  |  |   80|      0|#define SRE_CATEGORY_UNI_DIGIT 10
  ------------------
  |  Branch (210:5): [True: 0, False: 1.47M]
  ------------------
  211|      0|        return SRE_UNI_IS_DIGIT(ch);
  ------------------
  |  |  167|      0|#define SRE_UNI_IS_DIGIT(ch) Py_UNICODE_ISDECIMAL(ch)
  |  |  ------------------
  |  |  |  |  758|      0|#define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)
  |  |  ------------------
  ------------------
  212|      0|    case SRE_CATEGORY_UNI_NOT_DIGIT:
  ------------------
  |  |   81|      0|#define SRE_CATEGORY_UNI_NOT_DIGIT 11
  ------------------
  |  Branch (212:5): [True: 0, False: 1.47M]
  ------------------
  213|      0|        return !SRE_UNI_IS_DIGIT(ch);
  ------------------
  |  |  167|      0|#define SRE_UNI_IS_DIGIT(ch) Py_UNICODE_ISDECIMAL(ch)
  |  |  ------------------
  |  |  |  |  758|      0|#define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)
  |  |  ------------------
  ------------------
  214|      0|    case SRE_CATEGORY_UNI_SPACE:
  ------------------
  |  |   82|      0|#define SRE_CATEGORY_UNI_SPACE 12
  ------------------
  |  Branch (214:5): [True: 0, False: 1.47M]
  ------------------
  215|      0|        return SRE_UNI_IS_SPACE(ch);
  ------------------
  |  |  168|      0|#define SRE_UNI_IS_SPACE(ch) Py_UNICODE_ISSPACE(ch)
  ------------------
  216|      0|    case SRE_CATEGORY_UNI_NOT_SPACE:
  ------------------
  |  |   83|      0|#define SRE_CATEGORY_UNI_NOT_SPACE 13
  ------------------
  |  Branch (216:5): [True: 0, False: 1.47M]
  ------------------
  217|      0|        return !SRE_UNI_IS_SPACE(ch);
  ------------------
  |  |  168|      0|#define SRE_UNI_IS_SPACE(ch) Py_UNICODE_ISSPACE(ch)
  ------------------
  218|      0|    case SRE_CATEGORY_UNI_WORD:
  ------------------
  |  |   84|      0|#define SRE_CATEGORY_UNI_WORD 14
  ------------------
  |  Branch (218:5): [True: 0, False: 1.47M]
  ------------------
  219|      0|        return SRE_UNI_IS_WORD(ch);
  ------------------
  |  |  171|      0|#define SRE_UNI_IS_WORD(ch) (SRE_UNI_IS_ALNUM(ch) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  170|      0|#define SRE_UNI_IS_ALNUM(ch) Py_UNICODE_ISALNUM(ch)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (170:30): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (171:54): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  220|      0|    case SRE_CATEGORY_UNI_NOT_WORD:
  ------------------
  |  |   85|      0|#define SRE_CATEGORY_UNI_NOT_WORD 15
  ------------------
  |  Branch (220:5): [True: 0, False: 1.47M]
  ------------------
  221|      0|        return !SRE_UNI_IS_WORD(ch);
  ------------------
  |  |  171|      0|#define SRE_UNI_IS_WORD(ch) (SRE_UNI_IS_ALNUM(ch) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  170|      0|#define SRE_UNI_IS_ALNUM(ch) Py_UNICODE_ISALNUM(ch)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (170:30): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (171:54): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  222|      0|    case SRE_CATEGORY_UNI_LINEBREAK:
  ------------------
  |  |   86|      0|#define SRE_CATEGORY_UNI_LINEBREAK 16
  ------------------
  |  Branch (222:5): [True: 0, False: 1.47M]
  ------------------
  223|      0|        return SRE_UNI_IS_LINEBREAK(ch);
  ------------------
  |  |  169|      0|#define SRE_UNI_IS_LINEBREAK(ch) Py_UNICODE_ISLINEBREAK(ch)
  |  |  ------------------
  |  |  |  |  752|      0|#define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
  |  |  ------------------
  ------------------
  224|      0|    case SRE_CATEGORY_UNI_NOT_LINEBREAK:
  ------------------
  |  |   87|      0|#define SRE_CATEGORY_UNI_NOT_LINEBREAK 17
  ------------------
  |  Branch (224:5): [True: 0, False: 1.47M]
  ------------------
  225|      0|        return !SRE_UNI_IS_LINEBREAK(ch);
  ------------------
  |  |  169|      0|#define SRE_UNI_IS_LINEBREAK(ch) Py_UNICODE_ISLINEBREAK(ch)
  |  |  ------------------
  |  |  |  |  752|      0|#define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
  |  |  ------------------
  ------------------
  226|  1.47M|    }
  227|      0|    return 0;
  228|  1.47M|}
sre.c:repeat_pool_malloc:
  281|  5.45k|{
  282|  5.45k|    SRE_REPEAT *repeat;
  283|       |
  284|  5.45k|    if (state->repeat_pool_unused) {
  ------------------
  |  Branch (284:9): [True: 5.02k, False: 433]
  ------------------
  285|       |        /* remove from unused pool (singly-linked list) */
  286|  5.02k|        repeat = state->repeat_pool_unused;
  287|  5.02k|        state->repeat_pool_unused = repeat->pool_next;
  288|  5.02k|    }
  289|    433|    else {
  290|    433|        repeat = PyMem_Malloc(sizeof(SRE_REPEAT));
  291|    433|        if (!repeat) {
  ------------------
  |  Branch (291:13): [True: 0, False: 433]
  ------------------
  292|      0|            return NULL;
  293|      0|        }
  294|    433|    }
  295|       |
  296|       |    /* add to used pool (doubly-linked list) */
  297|  5.45k|    SRE_REPEAT *temp = state->repeat_pool_used;
  298|  5.45k|    if (temp) {
  ------------------
  |  Branch (298:9): [True: 164, False: 5.29k]
  ------------------
  299|    164|        temp->pool_prev = repeat;
  300|    164|    }
  301|  5.45k|    repeat->pool_prev = NULL;
  302|  5.45k|    repeat->pool_next = temp;
  303|  5.45k|    state->repeat_pool_used = repeat;
  304|       |
  305|  5.45k|    return repeat;
  306|  5.45k|}
sre.c:repeat_pool_free:
  310|  5.45k|{
  311|  5.45k|    SRE_REPEAT *prev = repeat->pool_prev;
  312|  5.45k|    SRE_REPEAT *next = repeat->pool_next;
  313|       |
  314|       |    /* remove from used pool (doubly-linked list) */
  315|  5.45k|    if (prev) {
  ------------------
  |  Branch (315:9): [True: 0, False: 5.45k]
  ------------------
  316|      0|        prev->pool_next = next;
  317|      0|    }
  318|  5.45k|    else {
  319|  5.45k|        state->repeat_pool_used = next;
  320|  5.45k|    }
  321|  5.45k|    if (next) {
  ------------------
  |  Branch (321:9): [True: 164, False: 5.29k]
  ------------------
  322|    164|        next->pool_prev = prev;
  323|    164|    }
  324|       |
  325|       |    /* add to unused pool (singly-linked list) */
  326|  5.45k|    repeat->pool_next = state->repeat_pool_unused;
  327|  5.45k|    state->repeat_pool_unused = repeat;
  328|  5.45k|}
sre.c:state_fini:
  620|    434|{
  621|    434|    if (state->buffer.buf)
  ------------------
  |  Branch (621:9): [True: 433, False: 1]
  ------------------
  622|    433|        PyBuffer_Release(&state->buffer);
  623|    434|    Py_XDECREF(state->string);
  ------------------
  |  |  524|    434|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    434|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    434|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  624|    434|    data_stack_dealloc(state);
  625|       |    /* See above PyMem_Free() for why we explicitly cast here. */
  626|    434|    PyMem_Free((void*) state->mark);
  627|    434|    state->mark = NULL;
  628|       |    /* SRE_REPEAT pool */
  629|    434|    repeat_pool_clear(state);
  630|    434|}
sre.c:repeat_pool_clear:
  332|    434|{
  333|       |    /* clear used pool */
  334|    434|    SRE_REPEAT *next = state->repeat_pool_used;
  335|    434|    state->repeat_pool_used = NULL;
  336|    434|    while (next) {
  ------------------
  |  Branch (336:12): [True: 0, False: 434]
  ------------------
  337|      0|        SRE_REPEAT *temp = next;
  338|      0|        next = temp->pool_next;
  339|      0|        PyMem_Free(temp);
  340|      0|    }
  341|       |
  342|       |    /* clear unused pool */
  343|    434|    next = state->repeat_pool_unused;
  344|    434|    state->repeat_pool_unused = NULL;
  345|    867|    while (next) {
  ------------------
  |  Branch (345:12): [True: 433, False: 434]
  ------------------
  346|    433|        SRE_REPEAT *temp = next;
  347|    433|        next = temp->pool_next;
  348|    433|        PyMem_Free(temp);
  349|    433|    }
  350|    434|}
sre.c:pattern_new_match:
 2729|    434|{
 2730|       |    /* create match object (from state object) */
 2731|       |
 2732|    434|    MatchObject* match;
 2733|    434|    Py_ssize_t i, j;
 2734|    434|    char* base;
 2735|    434|    int n;
 2736|       |
 2737|    434|    if (status > 0) {
  ------------------
  |  Branch (2737:9): [True: 92, False: 342]
  ------------------
 2738|       |
 2739|       |        /* create match object (with room for extra group marks) */
 2740|       |        /* coverity[ampersand_in_size] */
 2741|     92|        match = PyObject_GC_NewVar(MatchObject,
  ------------------
  |  |  183|     92|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2742|     92|                                   module_state->Match_Type,
 2743|     92|                                   2*(pattern->groups+1));
 2744|     92|        if (!match)
  ------------------
  |  Branch (2744:13): [True: 0, False: 92]
  ------------------
 2745|      0|            return NULL;
 2746|       |
 2747|     92|        Py_INCREF(pattern);
  ------------------
  |  |  310|     92|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2748|     92|        match->pattern = pattern;
 2749|       |
 2750|     92|        match->string = Py_NewRef(state->string);
  ------------------
  |  |  550|     92|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2751|       |
 2752|     92|        match->regs = NULL;
 2753|     92|        match->groups = pattern->groups+1;
 2754|       |
 2755|       |        /* fill in group slices */
 2756|       |
 2757|     92|        base = (char*) state->beginning;
 2758|     92|        n = state->charsize;
 2759|       |
 2760|     92|        match->mark[0] = ((char*) state->start - base) / n;
 2761|     92|        match->mark[1] = ((char*) state->ptr - base) / n;
 2762|       |
 2763|    145|        for (i = j = 0; i < pattern->groups; i++, j+=2)
  ------------------
  |  Branch (2763:25): [True: 53, False: 92]
  ------------------
 2764|     53|            if (j+1 <= state->lastmark && state->mark[j] && state->mark[j+1]) {
  ------------------
  |  Branch (2764:17): [True: 49, False: 4]
  |  Branch (2764:43): [True: 45, False: 4]
  |  Branch (2764:61): [True: 45, False: 0]
  ------------------
 2765|     45|                match->mark[j+2] = ((char*) state->mark[j] - base) / n;
 2766|     45|                match->mark[j+3] = ((char*) state->mark[j+1] - base) / n;
 2767|       |
 2768|       |                /* check wrong span */
 2769|     45|                if (match->mark[j+2] > match->mark[j+3]) {
  ------------------
  |  Branch (2769:21): [True: 0, False: 45]
  ------------------
 2770|      0|                    PyErr_SetString(PyExc_SystemError,
 2771|      0|                                    "The span of capturing group is wrong,"
 2772|      0|                                    " please report a bug for the re module.");
 2773|      0|                    Py_DECREF(match);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2774|      0|                    return NULL;
 2775|      0|                }
 2776|     45|            } else
 2777|      8|                match->mark[j+2] = match->mark[j+3] = -1; /* undefined */
 2778|       |
 2779|     92|        match->pos = state->pos;
 2780|     92|        match->endpos = state->endpos;
 2781|       |
 2782|     92|        match->lastindex = state->lastindex;
 2783|       |
 2784|     92|        PyObject_GC_Track(match);
 2785|     92|        return (PyObject*) match;
 2786|       |
 2787|    342|    } else if (status == 0) {
  ------------------
  |  Branch (2787:16): [True: 342, False: 0]
  ------------------
 2788|       |
 2789|       |        /* no match */
 2790|    342|        Py_RETURN_NONE;
  ------------------
  |  |  628|    342|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    342|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2791|       |
 2792|    342|    }
 2793|       |
 2794|       |    /* internal error */
 2795|      0|    pattern_error(status);
 2796|       |    return NULL;
 2797|    434|}
sre.c:pattern_clear:
  725|      2|{
  726|      2|    PatternObject *self = _PatternObject_CAST(op);
  ------------------
  |  |  401|      2|#define _PatternObject_CAST(op)     ((PatternObject *)(op))
  ------------------
  727|      2|    Py_CLEAR(self->groupindex);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  728|      2|    Py_CLEAR(self->indexgroup);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  729|      2|    Py_CLEAR(self->pattern);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  730|       |#ifdef Py_DEBUG
  731|       |    Py_CLEAR(self->fail_after_exc);
  732|       |#endif
  733|      2|    return 0;
  734|      2|}
sre.c:match_dealloc:
 2293|     92|{
 2294|     92|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  213|     92|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2295|     92|    PyObject_GC_UnTrack(self);
 2296|     92|    (void)match_clear(self);
 2297|     92|    tp->tp_free(self);
 2298|     92|    Py_DECREF(tp);
  ------------------
  |  |  430|     92|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2299|     92|}
sre.c:match_clear:
 2283|     92|{
 2284|     92|    MatchObject *self = _MatchObject_CAST(op);
  ------------------
  |  |  402|     92|#define _MatchObject_CAST(op)       ((MatchObject *)(op))
  ------------------
 2285|     92|    Py_CLEAR(self->string);
  ------------------
  |  |  484|     92|    do { \
  |  |  485|     92|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     92|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     92|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     92|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     92|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 92, False: 0]
  |  |  ------------------
  |  |  488|     92|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     92|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     92|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     92|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     92|        } \
  |  |  491|     92|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 92]
  |  |  ------------------
  ------------------
 2286|     92|    Py_CLEAR(self->regs);
  ------------------
  |  |  484|     92|    do { \
  |  |  485|     92|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     92|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     92|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     92|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     92|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 92]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|     92|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 92]
  |  |  ------------------
  ------------------
 2287|       |    Py_CLEAR(self->pattern);
  ------------------
  |  |  484|     92|    do { \
  |  |  485|     92|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     92|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     92|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     92|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     92|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 92, False: 0]
  |  |  ------------------
  |  |  488|     92|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     92|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     92|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     92|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     92|        } \
  |  |  491|     92|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 92]
  |  |  ------------------
  ------------------
 2288|     92|    return 0;
 2289|     92|}
sre.c:sre_traverse:
 3358|      2|{
 3359|      2|    _sremodulestate *state = get_sre_module_state(module);
 3360|       |
 3361|      2|    Py_VISIT(state->Pattern_Type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3362|      2|    Py_VISIT(state->Match_Type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3363|      2|    Py_VISIT(state->Scanner_Type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3364|      2|    Py_VISIT(state->Template_Type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3365|      2|    Py_VISIT(state->compile_template);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3366|       |
 3367|      2|    return 0;
 3368|      2|}

sre.c:sre_ucs1_match:
  600|    434|{
  601|    434|    const SRE_CHAR* end = (const SRE_CHAR *)state->end;
  602|    434|    Py_ssize_t alloc_pos, ctx_pos = -1;
  603|    434|    Py_ssize_t ret = 0;
  604|    434|    int jump;
  605|    434|    unsigned int sigcount = state->sigcount;
  606|       |
  607|    434|    SRE(match_context)* ctx;
  ------------------
  |  |  356|    434|#define SRE(F) sre_ucs1_##F
  ------------------
  608|    434|    SRE(match_context)* nextctx;
  ------------------
  |  |  356|    434|#define SRE(F) sre_ucs1_##F
  ------------------
  609|    434|    INIT_TRACE(state);
  610|       |
  611|    434|    TRACE(("|%p|%p|ENTER\n", pattern, state->ptr));
  612|       |
  613|    434|    DATA_ALLOC(SRE(match_context), ctx);
  ------------------
  |  |  449|    434|    DATA_STACK_ALLOC(state, t, p)
  |  |  ------------------
  |  |  |  |  388|    434|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  389|    434|do { \
  |  |  |  |  390|    434|    alloc_pos = state->data_stack_base; \
  |  |  |  |  391|    434|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  392|    434|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  393|    434|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (393:9): [True: 434, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  394|    434|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  395|    434|        if (j < 0) return j; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (395:13): [True: 0, False: 434]
  |  |  |  |  ------------------
  |  |  |  |  396|    434|        if (ctx_pos != -1) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (396:13): [True: 0, False: 434]
  |  |  |  |  ------------------
  |  |  |  |  397|    434|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  398|    434|    } \
  |  |  |  |  399|    434|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  400|    434|    state->data_stack_base += sizeof(type); \
  |  |  |  |  401|    434|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (401:10): [Folded, False: 434]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  614|    434|    ctx->last_ctx_pos = -1;
  615|    434|    ctx->jump = JUMP_NONE;
  ------------------
  |  |  496|    434|#define JUMP_NONE            0
  ------------------
  616|    434|    ctx->toplevel = toplevel;
  617|    434|    ctx_pos = alloc_pos;
  618|       |
  619|    434|#if USE_COMPUTED_GOTOS
  620|    434|#include "sre_targets.h"
  ------------------
  |  |    1|       |/*
  |  |    2|       | * Secret Labs' Regular Expression Engine
  |  |    3|       | *
  |  |    4|       | * regular expression matching engine
  |  |    5|       | *
  |  |    6|       | * Auto-generated by Tools/build/generate_sre_constants.py from
  |  |    7|       | * Lib/re/_constants.py.
  |  |    8|       | *
  |  |    9|       | * Copyright (c) 1997-2001 by Secret Labs AB.  All rights reserved.
  |  |   10|       | *
  |  |   11|       | * See the sre.c file for information on usage and redistribution.
  |  |   12|       | */
  |  |   13|       |
  |  |   14|    434|static void *sre_targets[43] = {
  |  |   15|    434|    &&TARGET_SRE_OP_FAILURE,
  |  |   16|    434|    &&TARGET_SRE_OP_SUCCESS,
  |  |   17|    434|    &&TARGET_SRE_OP_ANY,
  |  |   18|    434|    &&TARGET_SRE_OP_ANY_ALL,
  |  |   19|    434|    &&TARGET_SRE_OP_ASSERT,
  |  |   20|    434|    &&TARGET_SRE_OP_ASSERT_NOT,
  |  |   21|    434|    &&TARGET_SRE_OP_AT,
  |  |   22|    434|    &&TARGET_SRE_OP_BRANCH,
  |  |   23|    434|    &&TARGET_SRE_OP_CATEGORY,
  |  |   24|    434|    &&TARGET_SRE_OP_CHARSET,
  |  |   25|    434|    &&TARGET_SRE_OP_BIGCHARSET,
  |  |   26|    434|    &&TARGET_SRE_OP_GROUPREF,
  |  |   27|    434|    &&TARGET_SRE_OP_GROUPREF_EXISTS,
  |  |   28|    434|    &&TARGET_SRE_OP_IN,
  |  |   29|    434|    &&TARGET_SRE_OP_INFO,
  |  |   30|    434|    &&TARGET_SRE_OP_JUMP,
  |  |   31|    434|    &&TARGET_SRE_OP_LITERAL,
  |  |   32|    434|    &&TARGET_SRE_OP_MARK,
  |  |   33|    434|    &&TARGET_SRE_OP_MAX_UNTIL,
  |  |   34|    434|    &&TARGET_SRE_OP_MIN_UNTIL,
  |  |   35|    434|    &&TARGET_SRE_OP_NOT_LITERAL,
  |  |   36|    434|    &&TARGET_SRE_OP_NEGATE,
  |  |   37|    434|    &&TARGET_SRE_OP_RANGE,
  |  |   38|    434|    &&TARGET_SRE_OP_REPEAT,
  |  |   39|    434|    &&TARGET_SRE_OP_REPEAT_ONE,
  |  |   40|    434|    &&TARGET_SRE_OP_SUBPATTERN,
  |  |   41|    434|    &&TARGET_SRE_OP_MIN_REPEAT_ONE,
  |  |   42|    434|    &&TARGET_SRE_OP_ATOMIC_GROUP,
  |  |   43|    434|    &&TARGET_SRE_OP_POSSESSIVE_REPEAT,
  |  |   44|    434|    &&TARGET_SRE_OP_POSSESSIVE_REPEAT_ONE,
  |  |   45|    434|    &&TARGET_SRE_OP_GROUPREF_IGNORE,
  |  |   46|    434|    &&TARGET_SRE_OP_IN_IGNORE,
  |  |   47|    434|    &&TARGET_SRE_OP_LITERAL_IGNORE,
  |  |   48|    434|    &&TARGET_SRE_OP_NOT_LITERAL_IGNORE,
  |  |   49|    434|    &&TARGET_SRE_OP_GROUPREF_LOC_IGNORE,
  |  |   50|    434|    &&TARGET_SRE_OP_IN_LOC_IGNORE,
  |  |   51|    434|    &&TARGET_SRE_OP_LITERAL_LOC_IGNORE,
  |  |   52|    434|    &&TARGET_SRE_OP_NOT_LITERAL_LOC_IGNORE,
  |  |   53|    434|    &&TARGET_SRE_OP_GROUPREF_UNI_IGNORE,
  |  |   54|    434|    &&TARGET_SRE_OP_IN_UNI_IGNORE,
  |  |   55|    434|    &&TARGET_SRE_OP_LITERAL_UNI_IGNORE,
  |  |   56|    434|    &&TARGET_SRE_OP_NOT_LITERAL_UNI_IGNORE,
  |  |   57|    434|    &&TARGET_SRE_OP_RANGE_UNI_IGNORE,
  |  |   58|    434|};
  ------------------
  621|    434|#endif
  622|       |
  623|  2.93M|entrance:
  624|       |
  625|  2.93M|    ;  // Fashion statement.
  626|  2.93M|    const SRE_CHAR *ptr = (SRE_CHAR *)state->ptr;
  627|       |
  628|  2.93M|    if (pattern[0] == SRE_OP_INFO) {
  ------------------
  |  |   29|  2.93M|#define SRE_OP_INFO 14
  ------------------
  |  Branch (628:9): [True: 434, False: 2.93M]
  ------------------
  629|       |        /* optimization info block */
  630|       |        /* <INFO> <1=skip> <2=flags> <3=min> ... */
  631|    434|        if (pattern[3] && (uintptr_t)(end - ptr) < pattern[3]) {
  ------------------
  |  Branch (631:13): [True: 381, False: 53]
  |  Branch (631:27): [True: 4, False: 377]
  ------------------
  632|      4|            TRACE(("reject (got %tu chars, need %zu)\n",
  633|      4|                   end - ptr, (size_t) pattern[3]));
  634|      4|            RETURN_FAILURE;
  ------------------
  |  |  378|      4|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  635|      4|        }
  636|    430|        pattern += pattern[1] + 1;
  637|    430|    }
  638|       |
  639|  2.93M|#if USE_COMPUTED_GOTOS
  640|  2.93M|    DISPATCH;
  ------------------
  |  |  587|  2.93M|        do {                               \
  |  |  588|  2.93M|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|  2.93M|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|  2.93M|    do {                                                           \
  |  |  |  |  |  |  553|  2.93M|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 1.03k, False: 2.93M]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 1.03k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|  2.93M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 2.93M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|  2.93M|            goto *sre_targets[*pattern++]; \
  |  |  590|  2.93M|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 2.93M]
  |  |  ------------------
  ------------------
  641|       |#else
  642|       |dispatch:
  643|       |    MAYBE_CHECK_SIGNALS;
  644|       |    switch (*pattern++)
  645|       |#endif
  646|  2.93M|    {
  647|       |
  648|  2.93M|        TARGET(SRE_OP_MARK):
  ------------------
  |  |  585|  2.88M|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  649|       |            /* set mark */
  650|       |            /* <MARK> <gid> */
  651|  2.88M|            TRACE(("|%p|%p|MARK %d\n", pattern,
  652|  2.88M|                   ptr, pattern[0]));
  653|  2.88M|            {
  654|  2.88M|                int i = pattern[0];
  655|  2.88M|                if (i & 1)
  ------------------
  |  Branch (655:21): [True: 1.43M, False: 1.44M]
  ------------------
  656|  1.43M|                    state->lastindex = i/2 + 1;
  657|  2.88M|                if (i > state->lastmark) {
  ------------------
  |  Branch (657:21): [True: 5.78k, False: 2.87M]
  ------------------
  658|       |                    /* state->lastmark is the highest valid index in the
  659|       |                       state->mark array.  If it is increased by more than 1,
  660|       |                       the intervening marks must be set to NULL to signal
  661|       |                       that these marks have not been encountered. */
  662|  5.78k|                    int j = state->lastmark + 1;
  663|  5.81k|                    while (j < i)
  ------------------
  |  Branch (663:28): [True: 28, False: 5.78k]
  ------------------
  664|     28|                        state->mark[j++] = NULL;
  665|  5.78k|                    state->lastmark = i;
  666|  5.78k|                }
  667|  2.88M|                state->mark[i] = ptr;
  668|  2.88M|            }
  669|  2.88M|            pattern++;
  670|  2.88M|            DISPATCH;
  ------------------
  |  |  587|  2.88M|        do {                               \
  |  |  588|  2.88M|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|  2.88M|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|  2.88M|    do {                                                           \
  |  |  |  |  |  |  553|  2.88M|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 667, False: 2.88M]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 667]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|  2.88M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 2.88M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|  2.88M|            goto *sre_targets[*pattern++]; \
  |  |  590|  2.88M|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 2.88M]
  |  |  ------------------
  ------------------
  671|       |
  672|  2.88M|        TARGET(SRE_OP_LITERAL):
  ------------------
  |  |  585|     59|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  673|       |            /* match literal string */
  674|       |            /* <LITERAL> <code> */
  675|     59|            TRACE(("|%p|%p|LITERAL %d\n", pattern,
  676|     59|                   ptr, *pattern));
  677|     59|            if (ptr >= end || (SRE_CODE) ptr[0] != pattern[0])
  ------------------
  |  Branch (677:17): [True: 0, False: 59]
  |  Branch (677:31): [True: 9, False: 50]
  ------------------
  678|      9|                RETURN_FAILURE;
  ------------------
  |  |  378|      9|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  679|     50|            pattern++;
  680|     50|            ptr++;
  681|     50|            DISPATCH;
  ------------------
  |  |  587|     50|        do {                               \
  |  |  588|     50|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|     50|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|     50|    do {                                                           \
  |  |  |  |  |  |  553|     50|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 50]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|     50|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 50]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|     50|            goto *sre_targets[*pattern++]; \
  |  |  590|     50|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 50]
  |  |  ------------------
  ------------------
  682|       |
  683|     50|        TARGET(SRE_OP_NOT_LITERAL):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  684|       |            /* match anything that is not literal character */
  685|       |            /* <NOT_LITERAL> <code> */
  686|      0|            TRACE(("|%p|%p|NOT_LITERAL %d\n", pattern,
  687|      0|                   ptr, *pattern));
  688|      0|            if (ptr >= end || (SRE_CODE) ptr[0] == pattern[0])
  ------------------
  |  Branch (688:17): [True: 0, False: 0]
  |  Branch (688:31): [True: 0, False: 0]
  ------------------
  689|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  690|      0|            pattern++;
  691|      0|            ptr++;
  692|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  693|       |
  694|     75|        TARGET(SRE_OP_SUCCESS):
  ------------------
  |  |  585|     75|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  695|       |            /* end of pattern */
  696|     75|            TRACE(("|%p|%p|SUCCESS\n", pattern, ptr));
  697|     75|            if (ctx->toplevel &&
  ------------------
  |  Branch (697:17): [True: 74, False: 1]
  ------------------
  698|     74|                ((state->match_all && ptr != state->end) ||
  ------------------
  |  Branch (698:19): [True: 0, False: 74]
  |  Branch (698:39): [True: 0, False: 0]
  ------------------
  699|     74|                 (state->must_advance && ptr == state->start)))
  ------------------
  |  Branch (699:19): [True: 0, False: 74]
  |  Branch (699:42): [True: 0, False: 0]
  ------------------
  700|      0|            {
  701|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  702|      0|            }
  703|     75|            state->ptr = ptr;
  704|     75|            RETURN_SUCCESS;
  ------------------
  |  |  379|     75|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  705|       |
  706|    353|        TARGET(SRE_OP_AT):
  ------------------
  |  |  585|    353|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  707|       |            /* match at given position */
  708|       |            /* <AT> <code> */
  709|    353|            TRACE(("|%p|%p|AT %d\n", pattern, ptr, *pattern));
  710|    353|            if (!SRE(at)(state, ptr, *pattern))
  ------------------
  |  |  356|    353|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (710:17): [True: 27, False: 326]
  ------------------
  711|     27|                RETURN_FAILURE;
  ------------------
  |  |  378|     27|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  712|    326|            pattern++;
  713|    326|            DISPATCH;
  ------------------
  |  |  587|    326|        do {                               \
  |  |  588|    326|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|    326|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|    326|    do {                                                           \
  |  |  |  |  |  |  553|    326|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 1, False: 325]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|    326|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 326]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|    326|            goto *sre_targets[*pattern++]; \
  |  |  590|    326|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 326]
  |  |  ------------------
  ------------------
  714|       |
  715|    326|        TARGET(SRE_OP_CATEGORY):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  716|       |            /* match at given category */
  717|       |            /* <CATEGORY> <code> */
  718|      0|            TRACE(("|%p|%p|CATEGORY %d\n", pattern,
  719|      0|                   ptr, *pattern));
  720|      0|            if (ptr >= end || !sre_category(pattern[0], ptr[0]))
  ------------------
  |  Branch (720:17): [True: 0, False: 0]
  |  Branch (720:31): [True: 0, False: 0]
  ------------------
  721|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  722|      0|            pattern++;
  723|      0|            ptr++;
  724|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  725|       |
  726|      3|        TARGET(SRE_OP_ANY):
  ------------------
  |  |  585|      3|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  727|       |            /* match anything (except a newline) */
  728|       |            /* <ANY> */
  729|      3|            TRACE(("|%p|%p|ANY\n", pattern, ptr));
  730|      3|            if (ptr >= end || SRE_IS_LINEBREAK(ptr[0]))
  ------------------
  |  |  140|      3|    ((ch) == '\n')
  |  |  ------------------
  |  |  |  Branch (140:5): [True: 1, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (730:17): [True: 0, False: 3]
  ------------------
  731|      1|                RETURN_FAILURE;
  ------------------
  |  |  378|      1|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  732|      2|            ptr++;
  733|      2|            DISPATCH;
  ------------------
  |  |  587|      2|        do {                               \
  |  |  588|      2|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      2|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      2|    do {                                                           \
  |  |  |  |  |  |  553|      2|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 2]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      2|            goto *sre_targets[*pattern++]; \
  |  |  590|      2|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 2]
  |  |  ------------------
  ------------------
  734|       |
  735|      2|        TARGET(SRE_OP_ANY_ALL):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  736|       |            /* match anything */
  737|       |            /* <ANY_ALL> */
  738|      0|            TRACE(("|%p|%p|ANY_ALL\n", pattern, ptr));
  739|      0|            if (ptr >= end)
  ------------------
  |  Branch (739:17): [True: 0, False: 0]
  ------------------
  740|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  741|      0|            ptr++;
  742|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  743|       |
  744|  1.44M|        TARGET(SRE_OP_IN):
  ------------------
  |  |  585|  1.44M|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  745|       |            /* match set member (or non_member) */
  746|       |            /* <IN> <skip> <set> */
  747|  1.44M|            TRACE(("|%p|%p|IN\n", pattern, ptr));
  748|  1.44M|            if (ptr >= end ||
  ------------------
  |  Branch (748:17): [True: 177, False: 1.44M]
  ------------------
  749|  1.44M|                !SRE(charset)(state, pattern + 1, *ptr))
  ------------------
  |  |  356|  1.44M|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (749:17): [True: 5.26k, False: 1.43M]
  ------------------
  750|  5.44k|                RETURN_FAILURE;
  ------------------
  |  |  378|  5.44k|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  751|  1.43M|            pattern += pattern[0];
  752|  1.43M|            ptr++;
  753|  1.43M|            DISPATCH;
  ------------------
  |  |  587|  1.43M|        do {                               \
  |  |  588|  1.43M|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|  1.43M|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|  1.43M|    do {                                                           \
  |  |  |  |  |  |  553|  1.43M|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 1.43M]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|  1.43M|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 1.43M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|  1.43M|            goto *sre_targets[*pattern++]; \
  |  |  590|  1.43M|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 1.43M]
  |  |  ------------------
  ------------------
  754|       |
  755|  1.43M|        TARGET(SRE_OP_LITERAL_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  756|      0|            TRACE(("|%p|%p|LITERAL_IGNORE %d\n",
  757|      0|                   pattern, ptr, pattern[0]));
  758|      0|            if (ptr >= end ||
  ------------------
  |  Branch (758:17): [True: 0, False: 0]
  ------------------
  759|      0|                sre_lower_ascii(*ptr) != *pattern)
  ------------------
  |  Branch (759:17): [True: 0, False: 0]
  ------------------
  760|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  761|      0|            pattern++;
  762|      0|            ptr++;
  763|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  764|       |
  765|      0|        TARGET(SRE_OP_LITERAL_UNI_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  766|      0|            TRACE(("|%p|%p|LITERAL_UNI_IGNORE %d\n",
  767|      0|                   pattern, ptr, pattern[0]));
  768|      0|            if (ptr >= end ||
  ------------------
  |  Branch (768:17): [True: 0, False: 0]
  ------------------
  769|      0|                sre_lower_unicode(*ptr) != *pattern)
  ------------------
  |  Branch (769:17): [True: 0, False: 0]
  ------------------
  770|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  771|      0|            pattern++;
  772|      0|            ptr++;
  773|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  774|       |
  775|      0|        TARGET(SRE_OP_LITERAL_LOC_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  776|      0|            TRACE(("|%p|%p|LITERAL_LOC_IGNORE %d\n",
  777|      0|                   pattern, ptr, pattern[0]));
  778|      0|            if (ptr >= end
  ------------------
  |  Branch (778:17): [True: 0, False: 0]
  ------------------
  779|      0|                || !char_loc_ignore(*pattern, *ptr))
  ------------------
  |  Branch (779:20): [True: 0, False: 0]
  ------------------
  780|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  781|      0|            pattern++;
  782|      0|            ptr++;
  783|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  784|       |
  785|      0|        TARGET(SRE_OP_NOT_LITERAL_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  786|      0|            TRACE(("|%p|%p|NOT_LITERAL_IGNORE %d\n",
  787|      0|                   pattern, ptr, *pattern));
  788|      0|            if (ptr >= end ||
  ------------------
  |  Branch (788:17): [True: 0, False: 0]
  ------------------
  789|      0|                sre_lower_ascii(*ptr) == *pattern)
  ------------------
  |  Branch (789:17): [True: 0, False: 0]
  ------------------
  790|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  791|      0|            pattern++;
  792|      0|            ptr++;
  793|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  794|       |
  795|      0|        TARGET(SRE_OP_NOT_LITERAL_UNI_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  796|      0|            TRACE(("|%p|%p|NOT_LITERAL_UNI_IGNORE %d\n",
  797|      0|                   pattern, ptr, *pattern));
  798|      0|            if (ptr >= end ||
  ------------------
  |  Branch (798:17): [True: 0, False: 0]
  ------------------
  799|      0|                sre_lower_unicode(*ptr) == *pattern)
  ------------------
  |  Branch (799:17): [True: 0, False: 0]
  ------------------
  800|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  801|      0|            pattern++;
  802|      0|            ptr++;
  803|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  804|       |
  805|      0|        TARGET(SRE_OP_NOT_LITERAL_LOC_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  806|      0|            TRACE(("|%p|%p|NOT_LITERAL_LOC_IGNORE %d\n",
  807|      0|                   pattern, ptr, *pattern));
  808|      0|            if (ptr >= end
  ------------------
  |  Branch (808:17): [True: 0, False: 0]
  ------------------
  809|      0|                || char_loc_ignore(*pattern, *ptr))
  ------------------
  |  Branch (809:20): [True: 0, False: 0]
  ------------------
  810|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  811|      0|            pattern++;
  812|      0|            ptr++;
  813|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  814|       |
  815|      0|        TARGET(SRE_OP_IN_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  816|      0|            TRACE(("|%p|%p|IN_IGNORE\n", pattern, ptr));
  817|      0|            if (ptr >= end
  ------------------
  |  Branch (817:17): [True: 0, False: 0]
  ------------------
  818|      0|                || !SRE(charset)(state, pattern+1,
  ------------------
  |  |  356|      0|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (818:20): [True: 0, False: 0]
  ------------------
  819|      0|                                 (SRE_CODE)sre_lower_ascii(*ptr)))
  820|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  821|      0|            pattern += pattern[0];
  822|      0|            ptr++;
  823|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  824|       |
  825|      0|        TARGET(SRE_OP_IN_UNI_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  826|      0|            TRACE(("|%p|%p|IN_UNI_IGNORE\n", pattern, ptr));
  827|      0|            if (ptr >= end
  ------------------
  |  Branch (827:17): [True: 0, False: 0]
  ------------------
  828|      0|                || !SRE(charset)(state, pattern+1,
  ------------------
  |  |  356|      0|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (828:20): [True: 0, False: 0]
  ------------------
  829|      0|                                 (SRE_CODE)sre_lower_unicode(*ptr)))
  830|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  831|      0|            pattern += pattern[0];
  832|      0|            ptr++;
  833|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  834|       |
  835|      0|        TARGET(SRE_OP_IN_LOC_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  836|      0|            TRACE(("|%p|%p|IN_LOC_IGNORE\n", pattern, ptr));
  837|      0|            if (ptr >= end
  ------------------
  |  Branch (837:17): [True: 0, False: 0]
  ------------------
  838|      0|                || !SRE(charset_loc_ignore)(state, pattern+1, *ptr))
  ------------------
  |  |  356|      0|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (838:20): [True: 0, False: 0]
  ------------------
  839|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  840|      0|            pattern += pattern[0];
  841|      0|            ptr++;
  842|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
  843|       |
  844|      1|        TARGET(SRE_OP_JUMP):
  ------------------
  |  |  585|      1|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  845|      1|        TARGET(SRE_OP_INFO):
  ------------------
  |  |  585|      1|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  846|       |            /* jump forward */
  847|       |            /* <JUMP> <offset> */
  848|      1|            TRACE(("|%p|%p|JUMP %d\n", pattern,
  849|      1|                   ptr, pattern[0]));
  850|      1|            pattern += pattern[0];
  851|      1|            DISPATCH;
  ------------------
  |  |  587|      1|        do {                               \
  |  |  588|      1|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      1|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      1|    do {                                                           \
  |  |  |  |  |  |  553|      1|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 1]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      1|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      1|            goto *sre_targets[*pattern++]; \
  |  |  590|      1|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 1]
  |  |  ------------------
  ------------------
  852|       |
  853|      3|        TARGET(SRE_OP_BRANCH):
  ------------------
  |  |  585|      3|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  854|       |            /* alternation */
  855|       |            /* <BRANCH> <0=skip> code <JUMP> ... <NULL> */
  856|      3|            TRACE(("|%p|%p|BRANCH\n", pattern, ptr));
  857|      3|            LASTMARK_SAVE();
  ------------------
  |  |  354|      3|    do { \
  |  |  355|      3|        ctx->lastmark = state->lastmark; \
  |  |  356|      3|        ctx->lastindex = state->lastindex; \
  |  |  357|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
  858|      3|            if (state->repeat)
  ------------------
  |  Branch (858:17): [True: 0, False: 3]
  ------------------
  859|      0|                MARK_PUSH(ctx->lastmark);
  ------------------
  |  |  472|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (472:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  473|      0|        MARK_TRACE("push", (lastmark)); \
  |  |  474|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  475|      0|        DATA_STACK_PUSH(state, state->mark, _marks_size); \
  |  |  ------------------
  |  |  |  |  409|      0|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  410|      0|do { \
  |  |  |  |  411|      0|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  412|      0|           data, state->data_stack_base, size)); \
  |  |  |  |  413|      0|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  414|      0|        int j = data_stack_grow(state, size); \
  |  |  |  |  415|      0|        if (j < 0) return j; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (415:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  416|      0|        if (ctx_pos != -1) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (416:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  417|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  418|      0|    } \
  |  |  |  |  419|      0|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  420|      0|    state->data_stack_base += size; \
  |  |  |  |  421|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  476|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (476:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  860|      7|            for (; pattern[0]; pattern += pattern[0]) {
  ------------------
  |  Branch (860:20): [True: 5, False: 2]
  ------------------
  861|      5|                if (pattern[1] == SRE_OP_LITERAL &&
  ------------------
  |  |   31|     10|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (861:21): [True: 5, False: 0]
  ------------------
  862|      5|                    (ptr >= end ||
  ------------------
  |  Branch (862:22): [True: 0, False: 5]
  ------------------
  863|      5|                     (SRE_CODE) *ptr != pattern[2]))
  ------------------
  |  Branch (863:22): [True: 3, False: 2]
  ------------------
  864|      3|                    continue;
  865|      2|                if (pattern[1] == SRE_OP_IN &&
  ------------------
  |  |   28|      4|#define SRE_OP_IN 13
  ------------------
  |  Branch (865:21): [True: 0, False: 2]
  ------------------
  866|      0|                    (ptr >= end ||
  ------------------
  |  Branch (866:22): [True: 0, False: 0]
  ------------------
  867|      0|                     !SRE(charset)(state, pattern + 3,
  ------------------
  |  |  356|      0|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (867:22): [True: 0, False: 0]
  ------------------
  868|      0|                                   (SRE_CODE) *ptr)))
  869|      0|                    continue;
  870|      2|                state->ptr = ptr;
  871|      2|                DO_JUMP(JUMP_BRANCH, jump_branch, pattern+1);
  ------------------
  |  |  531|      2|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      2|    ctx->pattern = pattern; \
  |  |  |  |  516|      2|    ctx->ptr = ptr; \
  |  |  |  |  517|      2|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      2|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      2|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      2|do { \
  |  |  |  |  |  |  |  |  390|      2|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      2|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      2|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      2|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 2]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      2|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      2|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      2|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 2]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      2|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      2|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      2|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      2|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      2|    pattern = nextpattern; \
  |  |  |  |  523|      2|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      2|    ctx = nextctx; \
  |  |  |  |  525|      2|    goto entrance; \
  |  |  |  |  526|      2|    jumplabel: \
  |  |  |  |  527|      2|    pattern = ctx->pattern; \
  |  |  |  |  528|      2|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
  872|      2|                if (ret) {
  ------------------
  |  Branch (872:21): [True: 1, False: 1]
  ------------------
  873|      1|                    if (state->repeat)
  ------------------
  |  Branch (873:25): [True: 0, False: 1]
  ------------------
  874|      0|                        MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  875|      1|                    RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      1|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 1]
  |  |  |  Branch (382:47): [Folded, False: 1]
  |  |  ------------------
  ------------------
  876|      1|                    RETURN_SUCCESS;
  ------------------
  |  |  379|      1|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  877|      1|                }
  878|      1|                if (state->repeat)
  ------------------
  |  Branch (878:21): [True: 0, False: 1]
  ------------------
  879|      0|                    MARK_POP_KEEP(ctx->lastmark);
  ------------------
  |  |  484|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (484:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  485|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  486|      0|        DATA_STACK_POP(state, state->mark, _marks_size, 0); \
  |  |  ------------------
  |  |  |  |  426|      0|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  427|      0|do { \
  |  |  |  |  428|      0|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  429|      0|           data, state->data_stack_base-size, size)); \
  |  |  |  |  430|      0|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  431|      0|    if (discard) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (431:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  432|      0|        state->data_stack_base -= size; \
  |  |  |  |  433|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (433:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  487|      0|        MARK_TRACE("pop keep", (lastmark)); \
  |  |  488|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (488:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  880|      1|                LASTMARK_RESTORE();
  ------------------
  |  |  359|      1|    do { \
  |  |  360|      1|        state->lastmark = ctx->lastmark; \
  |  |  361|      1|        state->lastindex = ctx->lastindex; \
  |  |  362|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  881|      1|            }
  882|      2|            if (state->repeat)
  ------------------
  |  Branch (882:17): [True: 0, False: 2]
  ------------------
  883|      0|                MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  884|      2|            RETURN_FAILURE;
  ------------------
  |  |  378|      2|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  885|       |
  886|  1.48M|        TARGET(SRE_OP_REPEAT_ONE):
  ------------------
  |  |  585|  1.48M|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  887|       |            /* match repeated sequence (maximizing regexp) */
  888|       |
  889|       |            /* this operator only works if the repeated item is
  890|       |               exactly one character wide, and we're not already
  891|       |               collecting backtracking points.  for other cases,
  892|       |               use the MAX_REPEAT operator */
  893|       |
  894|       |            /* <REPEAT_ONE> <skip> <1=min> <2=max> item <SUCCESS> tail */
  895|       |
  896|  1.48M|            TRACE(("|%p|%p|REPEAT_ONE %d %d\n", pattern, ptr,
  897|  1.48M|                   pattern[1], pattern[2]));
  898|       |
  899|  1.48M|            if ((Py_ssize_t) pattern[1] > end - ptr)
  ------------------
  |  Branch (899:17): [True: 677, False: 1.47M]
  ------------------
  900|    677|                RETURN_FAILURE; /* cannot match */
  ------------------
  |  |  378|    677|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  901|       |
  902|  1.47M|            state->ptr = ptr;
  903|       |
  904|  1.47M|            ret = SRE(count)(state, pattern+3, pattern[2]);
  ------------------
  |  |  356|  1.47M|#define SRE(F) sre_ucs1_##F
  ------------------
  905|  1.47M|            RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|  1.47M|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 1.47M]
  |  |  |  Branch (382:47): [Folded, False: 1.47M]
  |  |  ------------------
  ------------------
  906|  1.47M|            DATA_LOOKUP_AT(SRE(match_context), ctx, ctx_pos);
  ------------------
  |  |  451|  1.47M|    DATA_STACK_LOOKUP_AT(state,t,p,pos)
  |  |  ------------------
  |  |  |  |  403|  1.47M|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  404|  1.47M|do { \
  |  |  |  |  405|  1.47M|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  406|  1.47M|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  407|  1.47M|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (407:10): [Folded, False: 1.47M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  907|  1.47M|            ctx->count = ret;
  908|  1.47M|            ptr += ctx->count;
  909|       |
  910|       |            /* when we arrive here, count contains the number of
  911|       |               matches, and ptr points to the tail of the target
  912|       |               string.  check if the rest of the pattern matches,
  913|       |               and backtrack if not. */
  914|       |
  915|  1.47M|            if (ctx->count < (Py_ssize_t) pattern[1])
  ------------------
  |  Branch (915:17): [True: 1.47M, False: 1.04k]
  ------------------
  916|  1.47M|                RETURN_FAILURE;
  ------------------
  |  |  378|  1.47M|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  917|       |
  918|  1.04k|            if (pattern[pattern[0]] == SRE_OP_SUCCESS &&
  ------------------
  |  |   16|  2.09k|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (918:17): [True: 4, False: 1.04k]
  ------------------
  919|      4|                ptr == state->end &&
  ------------------
  |  Branch (919:17): [True: 2, False: 2]
  ------------------
  920|      2|                !(ctx->toplevel && state->must_advance && ptr == state->start))
  ------------------
  |  Branch (920:19): [True: 2, False: 0]
  |  Branch (920:36): [True: 0, False: 2]
  |  Branch (920:59): [True: 0, False: 0]
  ------------------
  921|      2|            {
  922|       |                /* tail is empty.  we're finished */
  923|      2|                state->ptr = ptr;
  924|      2|                RETURN_SUCCESS;
  ------------------
  |  |  379|      2|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  925|      2|            }
  926|       |
  927|  1.04k|            LASTMARK_SAVE();
  ------------------
  |  |  354|  1.04k|    do { \
  |  |  355|  1.04k|        ctx->lastmark = state->lastmark; \
  |  |  356|  1.04k|        ctx->lastindex = state->lastindex; \
  |  |  357|  1.04k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 1.04k]
  |  |  ------------------
  ------------------
  928|  1.04k|            if (state->repeat)
  ------------------
  |  Branch (928:17): [True: 33, False: 1.01k]
  ------------------
  929|     33|                MARK_PUSH(ctx->lastmark);
  ------------------
  |  |  472|     33|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (472:12): [True: 0, False: 33]
  |  |  ------------------
  |  |  473|      0|        MARK_TRACE("push", (lastmark)); \
  |  |  474|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  475|      0|        DATA_STACK_PUSH(state, state->mark, _marks_size); \
  |  |  ------------------
  |  |  |  |  409|      0|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  410|      0|do { \
  |  |  |  |  411|      0|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  412|      0|           data, state->data_stack_base, size)); \
  |  |  |  |  413|      0|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  414|      0|        int j = data_stack_grow(state, size); \
  |  |  |  |  415|      0|        if (j < 0) return j; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (415:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  416|      0|        if (ctx_pos != -1) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (416:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  417|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  418|      0|    } \
  |  |  |  |  419|      0|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  420|      0|    state->data_stack_base += size; \
  |  |  |  |  421|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  476|     33|    } while (0)
  |  |  ------------------
  |  |  |  Branch (476:14): [Folded, False: 33]
  |  |  ------------------
  ------------------
  930|       |
  931|  1.04k|            if (pattern[pattern[0]] == SRE_OP_LITERAL) {
  ------------------
  |  |   31|  1.04k|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (931:17): [True: 31, False: 1.01k]
  ------------------
  932|       |                /* tail starts with a literal. skip positions where
  933|       |                   the rest of the pattern cannot possibly match */
  934|     31|                ctx->u.chr = pattern[pattern[0]+1];
  935|     31|                for (;;) {
  936|   168k|                    while (ctx->count >= (Py_ssize_t) pattern[1] &&
  ------------------
  |  Branch (936:28): [True: 168k, False: 29]
  ------------------
  937|   168k|                           (ptr >= end || *ptr != ctx->u.chr)) {
  ------------------
  |  Branch (937:29): [True: 20, False: 168k]
  |  Branch (937:43): [True: 168k, False: 2]
  ------------------
  938|   168k|                        ptr--;
  939|   168k|                        ctx->count--;
  940|   168k|                    }
  941|     31|                    if (ctx->count < (Py_ssize_t) pattern[1])
  ------------------
  |  Branch (941:25): [True: 29, False: 2]
  ------------------
  942|     29|                        break;
  943|      2|                    state->ptr = ptr;
  944|      2|                    DO_JUMP(JUMP_REPEAT_ONE_1, jump_repeat_one_1,
  ------------------
  |  |  531|      2|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      2|    ctx->pattern = pattern; \
  |  |  |  |  516|      2|    ctx->ptr = ptr; \
  |  |  |  |  517|      2|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      2|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      2|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      2|do { \
  |  |  |  |  |  |  |  |  390|      2|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      2|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      2|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      2|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 2]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      2|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      2|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      2|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 2]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      2|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      2|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      2|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      2|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      2|    pattern = nextpattern; \
  |  |  |  |  523|      2|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      2|    ctx = nextctx; \
  |  |  |  |  525|      2|    goto entrance; \
  |  |  |  |  526|      2|    jumplabel: \
  |  |  |  |  527|      2|    pattern = ctx->pattern; \
  |  |  |  |  528|      2|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
  945|      2|                            pattern+pattern[0]);
  946|      2|                    if (ret) {
  ------------------
  |  Branch (946:25): [True: 2, False: 0]
  ------------------
  947|      2|                        if (state->repeat)
  ------------------
  |  Branch (947:29): [True: 0, False: 2]
  ------------------
  948|      0|                            MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  949|      2|                        RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      2|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 2]
  |  |  |  Branch (382:47): [Folded, False: 2]
  |  |  ------------------
  ------------------
  950|      2|                        RETURN_SUCCESS;
  ------------------
  |  |  379|      2|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  951|      2|                    }
  952|      0|                    if (state->repeat)
  ------------------
  |  Branch (952:25): [True: 0, False: 0]
  ------------------
  953|      0|                        MARK_POP_KEEP(ctx->lastmark);
  ------------------
  |  |  484|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (484:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  485|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  486|      0|        DATA_STACK_POP(state, state->mark, _marks_size, 0); \
  |  |  ------------------
  |  |  |  |  426|      0|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  427|      0|do { \
  |  |  |  |  428|      0|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  429|      0|           data, state->data_stack_base-size, size)); \
  |  |  |  |  430|      0|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  431|      0|    if (discard) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (431:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  432|      0|        state->data_stack_base -= size; \
  |  |  |  |  433|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (433:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  487|      0|        MARK_TRACE("pop keep", (lastmark)); \
  |  |  488|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (488:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  954|      0|                    LASTMARK_RESTORE();
  ------------------
  |  |  359|      0|    do { \
  |  |  360|      0|        state->lastmark = ctx->lastmark; \
  |  |  361|      0|        state->lastindex = ctx->lastindex; \
  |  |  362|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  955|       |
  956|      0|                    ptr--;
  957|      0|                    ctx->count--;
  958|      0|                }
  959|     29|                if (state->repeat)
  ------------------
  |  Branch (959:21): [True: 0, False: 29]
  ------------------
  960|      0|                    MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  961|  1.01k|            } else {
  962|       |                /* general case */
  963|   165k|                while (ctx->count >= (Py_ssize_t) pattern[1]) {
  ------------------
  |  Branch (963:24): [True: 164k, False: 849]
  ------------------
  964|   164k|                    state->ptr = ptr;
  965|   164k|                    DO_JUMP(JUMP_REPEAT_ONE_2, jump_repeat_one_2,
  ------------------
  |  |  531|   164k|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|   164k|    ctx->pattern = pattern; \
  |  |  |  |  516|   164k|    ctx->ptr = ptr; \
  |  |  |  |  517|   164k|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|   164k|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|   164k|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|   164k|do { \
  |  |  |  |  |  |  |  |  390|   164k|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|   164k|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|   164k|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|   164k|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 19, False: 164k]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|     19|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|     19|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 19]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|     19|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 19, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|     19|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|     19|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|     19|do { \
  |  |  |  |  |  |  |  |  |  |  405|     19|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|     19|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|     19|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 19]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|     19|    } \
  |  |  |  |  |  |  |  |  399|   164k|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|   164k|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|   164k|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 164k]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|   164k|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|   164k|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|   164k|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|   164k|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|   164k|    pattern = nextpattern; \
  |  |  |  |  523|   164k|    ctx_pos = alloc_pos; \
  |  |  |  |  524|   164k|    ctx = nextctx; \
  |  |  |  |  525|   164k|    goto entrance; \
  |  |  |  |  526|   164k|    jumplabel: \
  |  |  |  |  527|   164k|    pattern = ctx->pattern; \
  |  |  |  |  528|   164k|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
  966|   164k|                            pattern+pattern[0]);
  967|   164k|                    if (ret) {
  ------------------
  |  Branch (967:25): [True: 165, False: 164k]
  ------------------
  968|    165|                        if (state->repeat)
  ------------------
  |  Branch (968:29): [True: 33, False: 132]
  ------------------
  969|     33|                            MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|     33|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 33]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|     33|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 33]
  |  |  ------------------
  ------------------
  970|    165|                        RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|    165|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 165]
  |  |  |  Branch (382:47): [Folded, False: 165]
  |  |  ------------------
  ------------------
  971|    165|                        RETURN_SUCCESS;
  ------------------
  |  |  379|    165|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  972|    165|                    }
  973|   164k|                    if (state->repeat)
  ------------------
  |  Branch (973:25): [True: 0, False: 164k]
  ------------------
  974|      0|                        MARK_POP_KEEP(ctx->lastmark);
  ------------------
  |  |  484|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (484:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  485|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  486|      0|        DATA_STACK_POP(state, state->mark, _marks_size, 0); \
  |  |  ------------------
  |  |  |  |  426|      0|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  427|      0|do { \
  |  |  |  |  428|      0|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  429|      0|           data, state->data_stack_base-size, size)); \
  |  |  |  |  430|      0|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  431|      0|    if (discard) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (431:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  432|      0|        state->data_stack_base -= size; \
  |  |  |  |  433|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (433:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  487|      0|        MARK_TRACE("pop keep", (lastmark)); \
  |  |  488|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (488:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  975|   164k|                    LASTMARK_RESTORE();
  ------------------
  |  |  359|   164k|    do { \
  |  |  360|   164k|        state->lastmark = ctx->lastmark; \
  |  |  361|   164k|        state->lastindex = ctx->lastindex; \
  |  |  362|   164k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 164k]
  |  |  ------------------
  ------------------
  976|       |
  977|   164k|                    ptr--;
  978|   164k|                    ctx->count--;
  979|   164k|                }
  980|    849|                if (state->repeat)
  ------------------
  |  Branch (980:21): [True: 0, False: 849]
  ------------------
  981|      0|                    MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  982|    849|            }
  983|    878|            RETURN_FAILURE;
  ------------------
  |  |  378|    878|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
  984|       |
  985|     35|        TARGET(SRE_OP_MIN_REPEAT_ONE):
  ------------------
  |  |  585|     35|    #define TARGET(OP) TARGET_ ## OP
  ------------------
  986|       |            /* match repeated sequence (minimizing regexp) */
  987|       |
  988|       |            /* this operator only works if the repeated item is
  989|       |               exactly one character wide, and we're not already
  990|       |               collecting backtracking points.  for other cases,
  991|       |               use the MIN_REPEAT operator */
  992|       |
  993|       |            /* <MIN_REPEAT_ONE> <skip> <1=min> <2=max> item <SUCCESS> tail */
  994|       |
  995|     35|            TRACE(("|%p|%p|MIN_REPEAT_ONE %d %d\n", pattern, ptr,
  996|     35|                   pattern[1], pattern[2]));
  997|       |
  998|     35|            if ((Py_ssize_t) pattern[1] > end - ptr)
  ------------------
  |  Branch (998:17): [True: 0, False: 35]
  ------------------
  999|      0|                RETURN_FAILURE; /* cannot match */
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1000|       |
 1001|     35|            state->ptr = ptr;
 1002|       |
 1003|     35|            if (pattern[1] == 0)
  ------------------
  |  Branch (1003:17): [True: 15, False: 20]
  ------------------
 1004|     15|                ctx->count = 0;
 1005|     20|            else {
 1006|       |                /* count using pattern min as the maximum */
 1007|     20|                ret = SRE(count)(state, pattern+3, pattern[1]);
  ------------------
  |  |  356|     20|#define SRE(F) sre_ucs1_##F
  ------------------
 1008|     20|                RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|     20|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 20]
  |  |  |  Branch (382:47): [Folded, False: 20]
  |  |  ------------------
  ------------------
 1009|     20|                DATA_LOOKUP_AT(SRE(match_context), ctx, ctx_pos);
  ------------------
  |  |  451|     20|    DATA_STACK_LOOKUP_AT(state,t,p,pos)
  |  |  ------------------
  |  |  |  |  403|     20|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  404|     20|do { \
  |  |  |  |  405|     20|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  406|     20|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  407|     20|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (407:10): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1010|     20|                if (ret < (Py_ssize_t) pattern[1])
  ------------------
  |  Branch (1010:21): [True: 19, False: 1]
  ------------------
 1011|       |                    /* didn't match minimum number of times */
 1012|     19|                    RETURN_FAILURE;
  ------------------
  |  |  378|     19|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1013|       |                /* advance past minimum matches of repeat */
 1014|      1|                ctx->count = ret;
 1015|      1|                ptr += ctx->count;
 1016|      1|            }
 1017|       |
 1018|     16|            if (pattern[pattern[0]] == SRE_OP_SUCCESS &&
  ------------------
  |  |   16|     32|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (1018:17): [True: 16, False: 0]
  ------------------
 1019|     16|                !(ctx->toplevel &&
  ------------------
  |  Branch (1019:19): [True: 16, False: 0]
  ------------------
 1020|     16|                  ((state->match_all && ptr != state->end) ||
  ------------------
  |  Branch (1020:21): [True: 0, False: 16]
  |  Branch (1020:41): [True: 0, False: 0]
  ------------------
 1021|     16|                   (state->must_advance && ptr == state->start))))
  ------------------
  |  Branch (1021:21): [True: 0, False: 16]
  |  Branch (1021:44): [True: 0, False: 0]
  ------------------
 1022|     16|            {
 1023|       |                /* tail is empty.  we're finished */
 1024|     16|                state->ptr = ptr;
 1025|     16|                RETURN_SUCCESS;
  ------------------
  |  |  379|     16|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1026|       |
 1027|     16|            } else {
 1028|       |                /* general case */
 1029|      0|                LASTMARK_SAVE();
  ------------------
  |  |  354|      0|    do { \
  |  |  355|      0|        ctx->lastmark = state->lastmark; \
  |  |  356|      0|        ctx->lastindex = state->lastindex; \
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1030|      0|                if (state->repeat)
  ------------------
  |  Branch (1030:21): [True: 0, False: 0]
  ------------------
 1031|      0|                    MARK_PUSH(ctx->lastmark);
  ------------------
  |  |  472|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (472:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  473|      0|        MARK_TRACE("push", (lastmark)); \
  |  |  474|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  475|      0|        DATA_STACK_PUSH(state, state->mark, _marks_size); \
  |  |  ------------------
  |  |  |  |  409|      0|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  410|      0|do { \
  |  |  |  |  411|      0|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  412|      0|           data, state->data_stack_base, size)); \
  |  |  |  |  413|      0|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  414|      0|        int j = data_stack_grow(state, size); \
  |  |  |  |  415|      0|        if (j < 0) return j; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (415:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  416|      0|        if (ctx_pos != -1) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (416:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  417|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  418|      0|    } \
  |  |  |  |  419|      0|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  420|      0|    state->data_stack_base += size; \
  |  |  |  |  421|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  476|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (476:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1032|       |
 1033|      0|                while ((Py_ssize_t)pattern[2] == SRE_MAXREPEAT
  ------------------
  |  |   20|      0|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (1033:24): [True: 0, False: 0]
  ------------------
 1034|      0|                       || ctx->count <= (Py_ssize_t)pattern[2]) {
  ------------------
  |  Branch (1034:27): [True: 0, False: 0]
  ------------------
 1035|      0|                    state->ptr = ptr;
 1036|      0|                    DO_JUMP(JUMP_MIN_REPEAT_ONE,jump_min_repeat_one,
  ------------------
  |  |  531|      0|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      0|    ctx->pattern = pattern; \
  |  |  |  |  516|      0|    ctx->ptr = ptr; \
  |  |  |  |  517|      0|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      0|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      0|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      0|do { \
  |  |  |  |  |  |  |  |  390|      0|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      0|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      0|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      0|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      0|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      0|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      0|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      0|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      0|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      0|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      0|    pattern = nextpattern; \
  |  |  |  |  523|      0|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      0|    ctx = nextctx; \
  |  |  |  |  525|      0|    goto entrance; \
  |  |  |  |  526|      0|    jumplabel: \
  |  |  |  |  527|      0|    pattern = ctx->pattern; \
  |  |  |  |  528|      0|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1037|      0|                            pattern+pattern[0]);
 1038|      0|                    if (ret) {
  ------------------
  |  Branch (1038:25): [True: 0, False: 0]
  ------------------
 1039|      0|                        if (state->repeat)
  ------------------
  |  Branch (1039:29): [True: 0, False: 0]
  ------------------
 1040|      0|                            MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1041|      0|                        RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1042|      0|                        RETURN_SUCCESS;
  ------------------
  |  |  379|      0|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1043|      0|                    }
 1044|      0|                    if (state->repeat)
  ------------------
  |  Branch (1044:25): [True: 0, False: 0]
  ------------------
 1045|      0|                        MARK_POP_KEEP(ctx->lastmark);
  ------------------
  |  |  484|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (484:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  485|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  486|      0|        DATA_STACK_POP(state, state->mark, _marks_size, 0); \
  |  |  ------------------
  |  |  |  |  426|      0|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  427|      0|do { \
  |  |  |  |  428|      0|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  429|      0|           data, state->data_stack_base-size, size)); \
  |  |  |  |  430|      0|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  431|      0|    if (discard) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (431:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  432|      0|        state->data_stack_base -= size; \
  |  |  |  |  433|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (433:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  487|      0|        MARK_TRACE("pop keep", (lastmark)); \
  |  |  488|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (488:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1046|      0|                    LASTMARK_RESTORE();
  ------------------
  |  |  359|      0|    do { \
  |  |  360|      0|        state->lastmark = ctx->lastmark; \
  |  |  361|      0|        state->lastindex = ctx->lastindex; \
  |  |  362|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1047|       |
 1048|      0|                    state->ptr = ptr;
 1049|      0|                    ret = SRE(count)(state, pattern+3, 1);
  ------------------
  |  |  356|      0|#define SRE(F) sre_ucs1_##F
  ------------------
 1050|      0|                    RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1051|      0|                    DATA_LOOKUP_AT(SRE(match_context), ctx, ctx_pos);
  ------------------
  |  |  451|      0|    DATA_STACK_LOOKUP_AT(state,t,p,pos)
  |  |  ------------------
  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  404|      0|do { \
  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  407|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1052|      0|                    if (ret == 0)
  ------------------
  |  Branch (1052:25): [True: 0, False: 0]
  ------------------
 1053|      0|                        break;
 1054|      0|                    assert(ret == 1);
  ------------------
  |  Branch (1054:21): [True: 0, False: 0]
  ------------------
 1055|      0|                    ptr++;
 1056|      0|                    ctx->count++;
 1057|      0|                }
 1058|      0|                if (state->repeat)
  ------------------
  |  Branch (1058:21): [True: 0, False: 0]
  ------------------
 1059|      0|                    MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1060|      0|            }
 1061|      0|            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1062|       |
 1063|      0|        TARGET(SRE_OP_POSSESSIVE_REPEAT_ONE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1064|       |            /* match repeated sequence (maximizing regexp) without
 1065|       |               backtracking */
 1066|       |
 1067|       |            /* this operator only works if the repeated item is
 1068|       |               exactly one character wide, and we're not already
 1069|       |               collecting backtracking points.  for other cases,
 1070|       |               use the MAX_REPEAT operator */
 1071|       |
 1072|       |            /* <POSSESSIVE_REPEAT_ONE> <skip> <1=min> <2=max> item <SUCCESS>
 1073|       |               tail */
 1074|       |
 1075|      0|            TRACE(("|%p|%p|POSSESSIVE_REPEAT_ONE %d %d\n", pattern,
 1076|      0|                   ptr, pattern[1], pattern[2]));
 1077|       |
 1078|      0|            if (ptr + pattern[1] > end) {
  ------------------
  |  Branch (1078:17): [True: 0, False: 0]
  ------------------
 1079|      0|                RETURN_FAILURE; /* cannot match */
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1080|      0|            }
 1081|       |
 1082|      0|            state->ptr = ptr;
 1083|       |
 1084|      0|            ret = SRE(count)(state, pattern + 3, pattern[2]);
  ------------------
  |  |  356|      0|#define SRE(F) sre_ucs1_##F
  ------------------
 1085|      0|            RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1086|      0|            DATA_LOOKUP_AT(SRE(match_context), ctx, ctx_pos);
  ------------------
  |  |  451|      0|    DATA_STACK_LOOKUP_AT(state,t,p,pos)
  |  |  ------------------
  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  404|      0|do { \
  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  407|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|      0|            ctx->count = ret;
 1088|      0|            ptr += ctx->count;
 1089|       |
 1090|       |            /* when we arrive here, count contains the number of
 1091|       |               matches, and ptr points to the tail of the target
 1092|       |               string.  check if the rest of the pattern matches,
 1093|       |               and fail if not. */
 1094|       |
 1095|       |            /* Test for not enough repetitions in match */
 1096|      0|            if (ctx->count < (Py_ssize_t) pattern[1]) {
  ------------------
  |  Branch (1096:17): [True: 0, False: 0]
  ------------------
 1097|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1098|      0|            }
 1099|       |
 1100|       |            /* Update the pattern to point to the next op code */
 1101|      0|            pattern += pattern[0];
 1102|       |
 1103|       |            /* Let the tail be evaluated separately and consider this
 1104|       |               match successful. */
 1105|      0|            if (*pattern == SRE_OP_SUCCESS &&
  ------------------
  |  |   16|      0|#define SRE_OP_SUCCESS 1
  ------------------
  |  Branch (1105:17): [True: 0, False: 0]
  ------------------
 1106|      0|                ptr == state->end &&
  ------------------
  |  Branch (1106:17): [True: 0, False: 0]
  ------------------
 1107|      0|                !(ctx->toplevel && state->must_advance && ptr == state->start))
  ------------------
  |  Branch (1107:19): [True: 0, False: 0]
  |  Branch (1107:36): [True: 0, False: 0]
  |  Branch (1107:59): [True: 0, False: 0]
  ------------------
 1108|      0|            {
 1109|       |                /* tail is empty.  we're finished */
 1110|      0|                state->ptr = ptr;
 1111|      0|                RETURN_SUCCESS;
  ------------------
  |  |  379|      0|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1112|      0|            }
 1113|       |
 1114|       |            /* Attempt to match the rest of the string */
 1115|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1116|       |
 1117|  5.45k|        TARGET(SRE_OP_REPEAT):
  ------------------
  |  |  585|  5.45k|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1118|       |            /* create repeat context.  all the hard work is done
 1119|       |               by the UNTIL operator (MAX_UNTIL, MIN_UNTIL) */
 1120|       |            /* <REPEAT> <skip> <1=min> <2=max>
 1121|       |               <3=repeat_index> item <UNTIL> tail */
 1122|  5.45k|            TRACE(("|%p|%p|REPEAT %d %d\n", pattern, ptr,
 1123|  5.45k|                   pattern[1], pattern[2]));
 1124|       |
 1125|       |            /* install new repeat context */
 1126|  5.45k|            ctx->u.rep = repeat_pool_malloc(state);
 1127|  5.45k|            if (!ctx->u.rep) {
  ------------------
  |  Branch (1127:17): [True: 0, False: 5.45k]
  ------------------
 1128|      0|                RETURN_ERROR(SRE_ERROR_MEMORY);
  ------------------
  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  ------------------
  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1129|      0|            }
 1130|  5.45k|            ctx->u.rep->count = -1;
 1131|  5.45k|            ctx->u.rep->pattern = pattern;
 1132|  5.45k|            ctx->u.rep->prev = state->repeat;
 1133|  5.45k|            ctx->u.rep->last_ptr = NULL;
 1134|  5.45k|            state->repeat = ctx->u.rep;
 1135|       |
 1136|  5.45k|            state->ptr = ptr;
 1137|  5.45k|            DO_JUMP(JUMP_REPEAT, jump_repeat, pattern+pattern[0]);
  ------------------
  |  |  531|  5.45k|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|  5.45k|    ctx->pattern = pattern; \
  |  |  |  |  516|  5.45k|    ctx->ptr = ptr; \
  |  |  |  |  517|  5.45k|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|  5.45k|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|  5.45k|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|  5.45k|do { \
  |  |  |  |  |  |  |  |  390|  5.45k|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|  5.45k|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|  5.45k|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|  5.45k|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 9, False: 5.45k]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      9|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      9|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 9]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      9|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 9, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      9|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      9|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      9|do { \
  |  |  |  |  |  |  |  |  |  |  405|      9|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      9|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      9|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 9]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      9|    } \
  |  |  |  |  |  |  |  |  399|  5.45k|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|  5.45k|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|  5.45k|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 5.45k]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|  5.45k|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|  5.45k|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|  5.45k|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|  5.45k|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|  5.45k|    pattern = nextpattern; \
  |  |  |  |  523|  5.45k|    ctx_pos = alloc_pos; \
  |  |  |  |  524|  5.45k|    ctx = nextctx; \
  |  |  |  |  525|  5.45k|    goto entrance; \
  |  |  |  |  526|  5.45k|    jumplabel: \
  |  |  |  |  527|  5.45k|    pattern = ctx->pattern; \
  |  |  |  |  528|  5.45k|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1138|  5.45k|            state->repeat = ctx->u.rep->prev;
 1139|  5.45k|            repeat_pool_free(state, ctx->u.rep);
 1140|       |
 1141|  5.45k|            if (ret) {
  ------------------
  |  Branch (1141:17): [True: 72, False: 5.38k]
  ------------------
 1142|     72|                RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|     72|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 72]
  |  |  |  Branch (382:47): [Folded, False: 72]
  |  |  ------------------
  ------------------
 1143|     72|                RETURN_SUCCESS;
  ------------------
  |  |  379|     72|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1144|     72|            }
 1145|  5.38k|            RETURN_FAILURE;
  ------------------
  |  |  378|  5.38k|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1146|       |
 1147|  1.44M|        TARGET(SRE_OP_MAX_UNTIL):
  ------------------
  |  |  585|  1.44M|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1148|       |            /* maximizing repeat */
 1149|       |            /* <REPEAT> <skip> <1=min> <2=max> item <MAX_UNTIL> tail */
 1150|       |
 1151|       |            /* FIXME: we probably need to deal with zero-width
 1152|       |               matches in here... */
 1153|       |
 1154|  1.44M|            ctx->u.rep = state->repeat;
 1155|  1.44M|            if (!ctx->u.rep)
  ------------------
  |  Branch (1155:17): [True: 0, False: 1.44M]
  ------------------
 1156|      0|                RETURN_ERROR(SRE_ERROR_STATE);
  ------------------
  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  ------------------
  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1157|       |
 1158|  1.44M|            state->ptr = ptr;
 1159|       |
 1160|  1.44M|            ctx->count = ctx->u.rep->count+1;
 1161|       |
 1162|  1.44M|            TRACE(("|%p|%p|MAX_UNTIL %zd\n", pattern,
 1163|  1.44M|                   ptr, ctx->count));
 1164|       |
 1165|  1.44M|            if (ctx->count < (Py_ssize_t) ctx->u.rep->pattern[1]) {
  ------------------
  |  Branch (1165:17): [True: 0, False: 1.44M]
  ------------------
 1166|       |                /* not enough matches */
 1167|      0|                ctx->u.rep->count = ctx->count;
 1168|      0|                DO_JUMP(JUMP_MAX_UNTIL_1, jump_max_until_1,
  ------------------
  |  |  531|      0|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      0|    ctx->pattern = pattern; \
  |  |  |  |  516|      0|    ctx->ptr = ptr; \
  |  |  |  |  517|      0|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      0|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      0|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      0|do { \
  |  |  |  |  |  |  |  |  390|      0|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      0|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      0|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      0|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      0|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      0|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      0|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      0|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      0|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      0|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      0|    pattern = nextpattern; \
  |  |  |  |  523|      0|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      0|    ctx = nextctx; \
  |  |  |  |  525|      0|    goto entrance; \
  |  |  |  |  526|      0|    jumplabel: \
  |  |  |  |  527|      0|    pattern = ctx->pattern; \
  |  |  |  |  528|      0|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1169|      0|                        ctx->u.rep->pattern+3);
 1170|      0|                if (ret) {
  ------------------
  |  Branch (1170:21): [True: 0, False: 0]
  ------------------
 1171|      0|                    RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1172|      0|                    RETURN_SUCCESS;
  ------------------
  |  |  379|      0|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1173|      0|                }
 1174|      0|                ctx->u.rep->count = ctx->count-1;
 1175|      0|                state->ptr = ptr;
 1176|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1177|      0|            }
 1178|       |
 1179|  1.44M|            if ((ctx->count < (Py_ssize_t) ctx->u.rep->pattern[2] ||
  ------------------
  |  Branch (1179:18): [True: 1.44M, False: 0]
  ------------------
 1180|      0|                ctx->u.rep->pattern[2] == SRE_MAXREPEAT) &&
  ------------------
  |  |   20|      0|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (1180:17): [True: 0, False: 0]
  ------------------
 1181|  1.44M|                state->ptr != ctx->u.rep->last_ptr) {
  ------------------
  |  Branch (1181:17): [True: 1.44M, False: 20]
  ------------------
 1182|       |                /* we may have enough matches, but if we can
 1183|       |                   match another item, do so */
 1184|  1.44M|                ctx->u.rep->count = ctx->count;
 1185|  1.44M|                LASTMARK_SAVE();
  ------------------
  |  |  354|  1.44M|    do { \
  |  |  355|  1.44M|        ctx->lastmark = state->lastmark; \
  |  |  356|  1.44M|        ctx->lastindex = state->lastindex; \
  |  |  357|  1.44M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 1.44M]
  |  |  ------------------
  ------------------
 1186|  1.44M|                MARK_PUSH(ctx->lastmark);
  ------------------
  |  |  472|  1.44M|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (472:12): [True: 1.43M, False: 5.32k]
  |  |  ------------------
  |  |  473|  1.43M|        MARK_TRACE("push", (lastmark)); \
  |  |  474|  1.43M|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  475|  1.43M|        DATA_STACK_PUSH(state, state->mark, _marks_size); \
  |  |  ------------------
  |  |  |  |  409|  1.43M|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  410|  1.43M|do { \
  |  |  |  |  411|  1.43M|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  412|  1.43M|           data, state->data_stack_base, size)); \
  |  |  |  |  413|  1.43M|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (413:9): [True: 542, False: 1.43M]
  |  |  |  |  ------------------
  |  |  |  |  414|    542|        int j = data_stack_grow(state, size); \
  |  |  |  |  415|    542|        if (j < 0) return j; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (415:13): [True: 0, False: 542]
  |  |  |  |  ------------------
  |  |  |  |  416|    542|        if (ctx_pos != -1) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (416:13): [True: 542, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  417|    542|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  403|    542|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  404|    542|do { \
  |  |  |  |  |  |  405|    542|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  406|    542|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  407|    542|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 542]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  418|    542|    } \
  |  |  |  |  419|  1.43M|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  420|  1.43M|    state->data_stack_base += size; \
  |  |  |  |  421|  1.43M|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:10): [Folded, False: 1.43M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  476|  1.44M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (476:14): [Folded, False: 1.44M]
  |  |  ------------------
  ------------------
 1187|       |                /* zero-width match protection */
 1188|  1.44M|                LAST_PTR_PUSH();
  ------------------
  |  |  365|  1.44M|    do { \
  |  |  366|  1.44M|        TRACE(("push last_ptr: %zd", \
  |  |  367|  1.44M|                PTR_TO_INDEX(ctx->u.rep->last_ptr))); \
  |  |  368|  1.44M|        DATA_PUSH(&ctx->u.rep->last_ptr); \
  |  |  ------------------
  |  |  |  |  443|  1.44M|    DATA_STACK_PUSH(state, (x), sizeof(*(x)))
  |  |  |  |  ------------------
  |  |  |  |  |  |  409|  1.44M|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  |  |  410|  1.44M|do { \
  |  |  |  |  |  |  411|  1.44M|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  |  |  412|  1.44M|           data, state->data_stack_base, size)); \
  |  |  |  |  |  |  413|  1.44M|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (413:9): [True: 95, False: 1.44M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  414|     95|        int j = data_stack_grow(state, size); \
  |  |  |  |  |  |  415|     95|        if (j < 0) return j; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (415:13): [True: 0, False: 95]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  416|     95|        if (ctx_pos != -1) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (416:13): [True: 95, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|     95|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  403|     95|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  404|     95|do { \
  |  |  |  |  |  |  |  |  405|     95|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  406|     95|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  407|     95|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 95]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  418|     95|    } \
  |  |  |  |  |  |  419|  1.44M|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  |  |  420|  1.44M|    state->data_stack_base += size; \
  |  |  |  |  |  |  421|  1.44M|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (421:10): [Folded, False: 1.44M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  369|  1.44M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (369:14): [Folded, False: 1.44M]
  |  |  ------------------
  ------------------
 1189|  1.44M|                ctx->u.rep->last_ptr = state->ptr;
 1190|  1.44M|                DO_JUMP(JUMP_MAX_UNTIL_2, jump_max_until_2,
  ------------------
  |  |  531|  1.44M|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|  1.44M|    ctx->pattern = pattern; \
  |  |  |  |  516|  1.44M|    ctx->ptr = ptr; \
  |  |  |  |  517|  1.44M|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|  1.44M|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|  1.44M|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|  1.44M|do { \
  |  |  |  |  |  |  |  |  390|  1.44M|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|  1.44M|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|  1.44M|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|  1.44M|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 2.14k, False: 1.44M]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|  2.14k|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|  2.14k|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 2.14k]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|  2.14k|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 2.14k, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|  2.14k|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|  2.14k|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|  2.14k|do { \
  |  |  |  |  |  |  |  |  |  |  405|  2.14k|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|  2.14k|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|  2.14k|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 2.14k]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|  2.14k|    } \
  |  |  |  |  |  |  |  |  399|  1.44M|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|  1.44M|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|  1.44M|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 1.44M]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|  1.44M|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|  1.44M|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|  1.44M|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|  1.44M|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|  1.44M|    pattern = nextpattern; \
  |  |  |  |  523|  1.44M|    ctx_pos = alloc_pos; \
  |  |  |  |  524|  1.44M|    ctx = nextctx; \
  |  |  |  |  525|  1.44M|    goto entrance; \
  |  |  |  |  526|  1.44M|    jumplabel: \
  |  |  |  |  527|  1.44M|    pattern = ctx->pattern; \
  |  |  |  |  528|  1.44M|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1191|  1.44M|                        ctx->u.rep->pattern+3);
 1192|  1.44M|                LAST_PTR_POP();
  ------------------
  |  |  371|  1.44M|    do { \
  |  |  372|  1.44M|        DATA_POP(&ctx->u.rep->last_ptr); \
  |  |  ------------------
  |  |  |  |  445|  1.44M|    DATA_STACK_POP(state, (x), sizeof(*(x)), 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  426|  1.44M|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  |  |  427|  1.44M|do { \
  |  |  |  |  |  |  428|  1.44M|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  |  |  429|  1.44M|           data, state->data_stack_base-size, size)); \
  |  |  |  |  |  |  430|  1.44M|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  |  |  431|  1.44M|    if (discard) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (431:9): [True: 1.44M, Folded]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  432|  1.44M|        state->data_stack_base -= size; \
  |  |  |  |  |  |  433|  1.44M|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (433:10): [Folded, False: 1.44M]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  373|  1.44M|        TRACE(("pop last_ptr: %zd", \
  |  |  374|  1.44M|                PTR_TO_INDEX(ctx->u.rep->last_ptr))); \
  |  |  375|  1.44M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (375:14): [Folded, False: 1.44M]
  |  |  ------------------
  ------------------
 1193|  1.44M|                if (ret) {
  ------------------
  |  Branch (1193:21): [True: 123k, False: 1.32M]
  ------------------
 1194|   123k|                    MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|   123k|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 123k, False: 58]
  |  |  ------------------
  |  |  491|   123k|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|   123k|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|   123k|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|   123k|do { \
  |  |  |  |  437|   123k|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|   123k|           state->data_stack_base-size, size)); \
  |  |  |  |  439|   123k|    state->data_stack_base -= size; \
  |  |  |  |  440|   123k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 123k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|   123k|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|   123k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 123k]
  |  |  ------------------
  ------------------
 1195|   123k|                    RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|   123k|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 123k]
  |  |  |  Branch (382:47): [Folded, False: 123k]
  |  |  ------------------
  ------------------
 1196|   123k|                    RETURN_SUCCESS;
  ------------------
  |  |  379|   123k|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1197|   123k|                }
 1198|  1.32M|                MARK_POP(ctx->lastmark);
  ------------------
  |  |  478|  1.32M|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (478:12): [True: 1.31M, False: 5.26k]
  |  |  ------------------
  |  |  479|  1.31M|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  480|  1.31M|        DATA_STACK_POP(state, state->mark, _marks_size, 1); \
  |  |  ------------------
  |  |  |  |  426|  1.31M|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  427|  1.31M|do { \
  |  |  |  |  428|  1.31M|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  429|  1.31M|           data, state->data_stack_base-size, size)); \
  |  |  |  |  430|  1.31M|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  431|  1.31M|    if (discard) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (431:9): [True: 1.31M, Folded]
  |  |  |  |  ------------------
  |  |  |  |  432|  1.31M|        state->data_stack_base -= size; \
  |  |  |  |  433|  1.31M|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (433:10): [Folded, False: 1.31M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  481|  1.31M|        MARK_TRACE("pop", (lastmark)); \
  |  |  482|  1.32M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (482:14): [Folded, False: 1.32M]
  |  |  ------------------
  ------------------
 1199|  1.32M|                LASTMARK_RESTORE();
  ------------------
  |  |  359|  1.32M|    do { \
  |  |  360|  1.32M|        state->lastmark = ctx->lastmark; \
  |  |  361|  1.32M|        state->lastindex = ctx->lastindex; \
  |  |  362|  1.32M|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 1.32M]
  |  |  ------------------
  ------------------
 1200|  1.32M|                ctx->u.rep->count = ctx->count-1;
 1201|  1.32M|                state->ptr = ptr;
 1202|  1.32M|            }
 1203|       |
 1204|       |            /* cannot match more repeated items here.  make sure the
 1205|       |               tail matches */
 1206|  1.32M|            state->repeat = ctx->u.rep->prev;
 1207|  1.32M|            DO_JUMP(JUMP_MAX_UNTIL_3, jump_max_until_3, pattern);
  ------------------
  |  |  531|  1.32M|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|  1.32M|    ctx->pattern = pattern; \
  |  |  |  |  516|  1.32M|    ctx->ptr = ptr; \
  |  |  |  |  517|  1.32M|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|  1.32M|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|  1.32M|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|  1.32M|do { \
  |  |  |  |  |  |  |  |  390|  1.32M|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|  1.32M|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|  1.32M|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|  1.32M|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 1.32M]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|  1.32M|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|  1.32M|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|  1.32M|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 1.32M]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|  1.32M|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|  1.32M|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|  1.32M|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|  1.32M|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|  1.32M|    pattern = nextpattern; \
  |  |  |  |  523|  1.32M|    ctx_pos = alloc_pos; \
  |  |  |  |  524|  1.32M|    ctx = nextctx; \
  |  |  |  |  525|  1.32M|    goto entrance; \
  |  |  |  |  526|  1.32M|    jumplabel: \
  |  |  |  |  527|  1.32M|    pattern = ctx->pattern; \
  |  |  |  |  528|  1.32M|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1208|  1.32M|            state->repeat = ctx->u.rep; // restore repeat before return
 1209|       |
 1210|  1.32M|            RETURN_ON_SUCCESS(ret);
  ------------------
  |  |  384|  1.32M|    do { RETURN_ON_ERROR(i); if (i > 0) RETURN_SUCCESS; } while (0)
  |  |  ------------------
  |  |  |  |  382|  1.32M|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (382:14): [True: 0, False: 1.32M]
  |  |  |  |  |  Branch (382:47): [Folded, False: 1.32M]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   do { RETURN_ON_ERROR(i); if (i > 0) RETURN_SUCCESS; } while (0)
  |  |  ------------------
  |  |  |  |  379|     72|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (384:34): [True: 72, False: 1.32M]
  |  |  |  Branch (384:66): [Folded, False: 1.32M]
  |  |  ------------------
  ------------------
 1211|  1.32M|            state->ptr = ptr;
 1212|  1.32M|            RETURN_FAILURE;
  ------------------
  |  |  378|  1.32M|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1213|       |
 1214|      0|        TARGET(SRE_OP_MIN_UNTIL):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1215|       |            /* minimizing repeat */
 1216|       |            /* <REPEAT> <skip> <1=min> <2=max> item <MIN_UNTIL> tail */
 1217|       |
 1218|      0|            ctx->u.rep = state->repeat;
 1219|      0|            if (!ctx->u.rep)
  ------------------
  |  Branch (1219:17): [True: 0, False: 0]
  ------------------
 1220|      0|                RETURN_ERROR(SRE_ERROR_STATE);
  ------------------
  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  ------------------
  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1221|       |
 1222|      0|            state->ptr = ptr;
 1223|       |
 1224|      0|            ctx->count = ctx->u.rep->count+1;
 1225|       |
 1226|      0|            TRACE(("|%p|%p|MIN_UNTIL %zd %p\n", pattern,
 1227|      0|                   ptr, ctx->count, ctx->u.rep->pattern));
 1228|       |
 1229|      0|            if (ctx->count < (Py_ssize_t) ctx->u.rep->pattern[1]) {
  ------------------
  |  Branch (1229:17): [True: 0, False: 0]
  ------------------
 1230|       |                /* not enough matches */
 1231|      0|                ctx->u.rep->count = ctx->count;
 1232|      0|                DO_JUMP(JUMP_MIN_UNTIL_1, jump_min_until_1,
  ------------------
  |  |  531|      0|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      0|    ctx->pattern = pattern; \
  |  |  |  |  516|      0|    ctx->ptr = ptr; \
  |  |  |  |  517|      0|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      0|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      0|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      0|do { \
  |  |  |  |  |  |  |  |  390|      0|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      0|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      0|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      0|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      0|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      0|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      0|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      0|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      0|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      0|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      0|    pattern = nextpattern; \
  |  |  |  |  523|      0|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      0|    ctx = nextctx; \
  |  |  |  |  525|      0|    goto entrance; \
  |  |  |  |  526|      0|    jumplabel: \
  |  |  |  |  527|      0|    pattern = ctx->pattern; \
  |  |  |  |  528|      0|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1233|      0|                        ctx->u.rep->pattern+3);
 1234|      0|                if (ret) {
  ------------------
  |  Branch (1234:21): [True: 0, False: 0]
  ------------------
 1235|      0|                    RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1236|      0|                    RETURN_SUCCESS;
  ------------------
  |  |  379|      0|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1237|      0|                }
 1238|      0|                ctx->u.rep->count = ctx->count-1;
 1239|      0|                state->ptr = ptr;
 1240|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1241|      0|            }
 1242|       |
 1243|       |            /* see if the tail matches */
 1244|      0|            state->repeat = ctx->u.rep->prev;
 1245|       |
 1246|      0|            LASTMARK_SAVE();
  ------------------
  |  |  354|      0|    do { \
  |  |  355|      0|        ctx->lastmark = state->lastmark; \
  |  |  356|      0|        ctx->lastindex = state->lastindex; \
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1247|      0|            if (state->repeat)
  ------------------
  |  Branch (1247:17): [True: 0, False: 0]
  ------------------
 1248|      0|                MARK_PUSH(ctx->lastmark);
  ------------------
  |  |  472|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (472:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  473|      0|        MARK_TRACE("push", (lastmark)); \
  |  |  474|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  475|      0|        DATA_STACK_PUSH(state, state->mark, _marks_size); \
  |  |  ------------------
  |  |  |  |  409|      0|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  410|      0|do { \
  |  |  |  |  411|      0|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  412|      0|           data, state->data_stack_base, size)); \
  |  |  |  |  413|      0|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  414|      0|        int j = data_stack_grow(state, size); \
  |  |  |  |  415|      0|        if (j < 0) return j; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (415:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  416|      0|        if (ctx_pos != -1) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (416:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  417|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  418|      0|    } \
  |  |  |  |  419|      0|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  420|      0|    state->data_stack_base += size; \
  |  |  |  |  421|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  476|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (476:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1249|       |
 1250|      0|            DO_JUMP(JUMP_MIN_UNTIL_2, jump_min_until_2, pattern);
  ------------------
  |  |  531|      0|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      0|    ctx->pattern = pattern; \
  |  |  |  |  516|      0|    ctx->ptr = ptr; \
  |  |  |  |  517|      0|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      0|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      0|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      0|do { \
  |  |  |  |  |  |  |  |  390|      0|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      0|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      0|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      0|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      0|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      0|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      0|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      0|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      0|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      0|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      0|    pattern = nextpattern; \
  |  |  |  |  523|      0|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      0|    ctx = nextctx; \
  |  |  |  |  525|      0|    goto entrance; \
  |  |  |  |  526|      0|    jumplabel: \
  |  |  |  |  527|      0|    pattern = ctx->pattern; \
  |  |  |  |  528|      0|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1251|      0|            SRE_REPEAT *repeat_of_tail = state->repeat;
 1252|      0|            state->repeat = ctx->u.rep; // restore repeat before return
 1253|       |
 1254|      0|            if (ret) {
  ------------------
  |  Branch (1254:17): [True: 0, False: 0]
  ------------------
 1255|      0|                if (repeat_of_tail)
  ------------------
  |  Branch (1255:21): [True: 0, False: 0]
  ------------------
 1256|      0|                    MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1257|      0|                RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1258|      0|                RETURN_SUCCESS;
  ------------------
  |  |  379|      0|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1259|      0|            }
 1260|      0|            if (repeat_of_tail)
  ------------------
  |  Branch (1260:17): [True: 0, False: 0]
  ------------------
 1261|      0|                MARK_POP(ctx->lastmark);
  ------------------
  |  |  478|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (478:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  479|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  480|      0|        DATA_STACK_POP(state, state->mark, _marks_size, 1); \
  |  |  ------------------
  |  |  |  |  426|      0|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  427|      0|do { \
  |  |  |  |  428|      0|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  429|      0|           data, state->data_stack_base-size, size)); \
  |  |  |  |  430|      0|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  431|      0|    if (discard) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (431:9): [True: 0, Folded]
  |  |  |  |  ------------------
  |  |  |  |  432|      0|        state->data_stack_base -= size; \
  |  |  |  |  433|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (433:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  481|      0|        MARK_TRACE("pop", (lastmark)); \
  |  |  482|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (482:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1262|      0|            LASTMARK_RESTORE();
  ------------------
  |  |  359|      0|    do { \
  |  |  360|      0|        state->lastmark = ctx->lastmark; \
  |  |  361|      0|        state->lastindex = ctx->lastindex; \
  |  |  362|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1263|       |
 1264|      0|            state->ptr = ptr;
 1265|       |
 1266|      0|            if ((ctx->count >= (Py_ssize_t) ctx->u.rep->pattern[2]
  ------------------
  |  Branch (1266:18): [True: 0, False: 0]
  ------------------
 1267|      0|                && ctx->u.rep->pattern[2] != SRE_MAXREPEAT) ||
  ------------------
  |  |   20|      0|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (1267:20): [True: 0, False: 0]
  ------------------
 1268|      0|                state->ptr == ctx->u.rep->last_ptr)
  ------------------
  |  Branch (1268:17): [True: 0, False: 0]
  ------------------
 1269|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1270|       |
 1271|      0|            ctx->u.rep->count = ctx->count;
 1272|       |            /* zero-width match protection */
 1273|      0|            LAST_PTR_PUSH();
  ------------------
  |  |  365|      0|    do { \
  |  |  366|      0|        TRACE(("push last_ptr: %zd", \
  |  |  367|      0|                PTR_TO_INDEX(ctx->u.rep->last_ptr))); \
  |  |  368|      0|        DATA_PUSH(&ctx->u.rep->last_ptr); \
  |  |  ------------------
  |  |  |  |  443|      0|    DATA_STACK_PUSH(state, (x), sizeof(*(x)))
  |  |  |  |  ------------------
  |  |  |  |  |  |  409|      0|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  |  |  410|      0|do { \
  |  |  |  |  |  |  411|      0|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  |  |  412|      0|           data, state->data_stack_base, size)); \
  |  |  |  |  |  |  413|      0|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      0|        int j = data_stack_grow(state, size); \
  |  |  |  |  |  |  415|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (415:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  416|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (416:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  418|      0|    } \
  |  |  |  |  |  |  419|      0|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  |  |  420|      0|    state->data_stack_base += size; \
  |  |  |  |  |  |  421|      0|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (421:10): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  369|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (369:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1274|      0|            ctx->u.rep->last_ptr = state->ptr;
 1275|      0|            DO_JUMP(JUMP_MIN_UNTIL_3,jump_min_until_3,
  ------------------
  |  |  531|      0|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, ctx->toplevel)
  |  |  ------------------
  |  |  |  |  515|      0|    ctx->pattern = pattern; \
  |  |  |  |  516|      0|    ctx->ptr = ptr; \
  |  |  |  |  517|      0|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      0|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      0|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      0|do { \
  |  |  |  |  |  |  |  |  390|      0|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      0|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      0|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      0|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      0|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      0|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      0|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      0|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      0|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      0|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      0|    pattern = nextpattern; \
  |  |  |  |  523|      0|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      0|    ctx = nextctx; \
  |  |  |  |  525|      0|    goto entrance; \
  |  |  |  |  526|      0|    jumplabel: \
  |  |  |  |  527|      0|    pattern = ctx->pattern; \
  |  |  |  |  528|      0|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1276|      0|                    ctx->u.rep->pattern+3);
 1277|      0|            LAST_PTR_POP();
  ------------------
  |  |  371|      0|    do { \
  |  |  372|      0|        DATA_POP(&ctx->u.rep->last_ptr); \
  |  |  ------------------
  |  |  |  |  445|      0|    DATA_STACK_POP(state, (x), sizeof(*(x)), 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  426|      0|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  |  |  427|      0|do { \
  |  |  |  |  |  |  428|      0|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  |  |  429|      0|           data, state->data_stack_base-size, size)); \
  |  |  |  |  |  |  430|      0|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  |  |  431|      0|    if (discard) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (431:9): [True: 0, Folded]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  432|      0|        state->data_stack_base -= size; \
  |  |  |  |  |  |  433|      0|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (433:10): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  373|      0|        TRACE(("pop last_ptr: %zd", \
  |  |  374|      0|                PTR_TO_INDEX(ctx->u.rep->last_ptr))); \
  |  |  375|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (375:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1278|      0|            if (ret) {
  ------------------
  |  Branch (1278:17): [True: 0, False: 0]
  ------------------
 1279|      0|                RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1280|      0|                RETURN_SUCCESS;
  ------------------
  |  |  379|      0|#define RETURN_SUCCESS do { ret = 1; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (379:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1281|      0|            }
 1282|      0|            ctx->u.rep->count = ctx->count-1;
 1283|      0|            state->ptr = ptr;
 1284|      0|            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1285|       |
 1286|      0|        TARGET(SRE_OP_POSSESSIVE_REPEAT):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1287|       |            /* create possessive repeat contexts. */
 1288|       |            /* <POSSESSIVE_REPEAT> <skip> <1=min> <2=max> pattern
 1289|       |               <SUCCESS> tail */
 1290|      0|            TRACE(("|%p|%p|POSSESSIVE_REPEAT %d %d\n", pattern,
 1291|      0|                   ptr, pattern[1], pattern[2]));
 1292|       |
 1293|       |            /* Set the global Input pointer to this context's Input
 1294|       |               pointer */
 1295|      0|            state->ptr = ptr;
 1296|       |
 1297|       |            /* Set state->repeat to non-NULL */
 1298|      0|            ctx->u.rep = repeat_pool_malloc(state);
 1299|      0|            if (!ctx->u.rep) {
  ------------------
  |  Branch (1299:17): [True: 0, False: 0]
  ------------------
 1300|      0|                RETURN_ERROR(SRE_ERROR_MEMORY);
  ------------------
  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  ------------------
  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1301|      0|            }
 1302|      0|            ctx->u.rep->count = -1;
 1303|      0|            ctx->u.rep->pattern = NULL;
 1304|      0|            ctx->u.rep->prev = state->repeat;
 1305|      0|            ctx->u.rep->last_ptr = NULL;
 1306|      0|            state->repeat = ctx->u.rep;
 1307|       |
 1308|       |            /* Initialize Count to 0 */
 1309|      0|            ctx->count = 0;
 1310|       |
 1311|       |            /* Check for minimum required matches. */
 1312|      0|            while (ctx->count < (Py_ssize_t)pattern[1]) {
  ------------------
  |  Branch (1312:20): [True: 0, False: 0]
  ------------------
 1313|       |                /* not enough matches */
 1314|      0|                DO_JUMP0(JUMP_POSS_REPEAT_1, jump_poss_repeat_1,
  ------------------
  |  |  534|      0|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, 0)
  |  |  ------------------
  |  |  |  |  515|      0|    ctx->pattern = pattern; \
  |  |  |  |  516|      0|    ctx->ptr = ptr; \
  |  |  |  |  517|      0|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      0|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      0|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      0|do { \
  |  |  |  |  |  |  |  |  390|      0|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      0|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      0|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      0|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      0|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      0|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      0|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      0|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      0|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      0|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      0|    pattern = nextpattern; \
  |  |  |  |  523|      0|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      0|    ctx = nextctx; \
  |  |  |  |  525|      0|    goto entrance; \
  |  |  |  |  526|      0|    jumplabel: \
  |  |  |  |  527|      0|    pattern = ctx->pattern; \
  |  |  |  |  528|      0|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1315|      0|                         &pattern[3]);
 1316|      0|                if (ret) {
  ------------------
  |  Branch (1316:21): [True: 0, False: 0]
  ------------------
 1317|      0|                    RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1318|      0|                    ctx->count++;
 1319|      0|                }
 1320|      0|                else {
 1321|      0|                    state->ptr = ptr;
 1322|       |                    /* Restore state->repeat */
 1323|      0|                    state->repeat = ctx->u.rep->prev;
 1324|      0|                    repeat_pool_free(state, ctx->u.rep);
 1325|      0|                    RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1326|      0|                }
 1327|      0|            }
 1328|       |
 1329|       |            /* Clear the context's Input stream pointer so that it
 1330|       |               doesn't match the global state so that the while loop can
 1331|       |               be entered. */
 1332|      0|            ptr = NULL;
 1333|       |
 1334|       |            /* Keep trying to parse the <pattern> sub-pattern until the
 1335|       |               end is reached, creating a new context each time. */
 1336|      0|            while ((ctx->count < (Py_ssize_t)pattern[2] ||
  ------------------
  |  Branch (1336:21): [True: 0, False: 0]
  ------------------
 1337|      0|                    (Py_ssize_t)pattern[2] == SRE_MAXREPEAT) &&
  ------------------
  |  |   20|      0|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (1337:21): [True: 0, False: 0]
  ------------------
 1338|      0|                   state->ptr != ptr) {
  ------------------
  |  Branch (1338:20): [True: 0, False: 0]
  ------------------
 1339|       |                /* Save the Capture Group Marker state into the current
 1340|       |                   Context and back up the current highest number
 1341|       |                   Capture Group marker. */
 1342|      0|                LASTMARK_SAVE();
  ------------------
  |  |  354|      0|    do { \
  |  |  355|      0|        ctx->lastmark = state->lastmark; \
  |  |  356|      0|        ctx->lastindex = state->lastindex; \
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1343|      0|                MARK_PUSH(ctx->lastmark);
  ------------------
  |  |  472|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (472:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  473|      0|        MARK_TRACE("push", (lastmark)); \
  |  |  474|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  475|      0|        DATA_STACK_PUSH(state, state->mark, _marks_size); \
  |  |  ------------------
  |  |  |  |  409|      0|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  410|      0|do { \
  |  |  |  |  411|      0|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  412|      0|           data, state->data_stack_base, size)); \
  |  |  |  |  413|      0|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  414|      0|        int j = data_stack_grow(state, size); \
  |  |  |  |  415|      0|        if (j < 0) return j; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (415:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  416|      0|        if (ctx_pos != -1) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (416:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  417|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  418|      0|    } \
  |  |  |  |  419|      0|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  420|      0|    state->data_stack_base += size; \
  |  |  |  |  421|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  476|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (476:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1344|       |
 1345|       |                /* zero-width match protection */
 1346|       |                /* Set the context's Input Stream pointer to be the
 1347|       |                   current Input Stream pointer from the global
 1348|       |                   state.  When the loop reaches the next iteration,
 1349|       |                   the context will then store the last known good
 1350|       |                   position with the global state holding the Input
 1351|       |                   Input Stream position that has been updated with
 1352|       |                   the most recent match.  Thus, if state's Input
 1353|       |                   stream remains the same as the one stored in the
 1354|       |                   current Context, we know we have successfully
 1355|       |                   matched an empty string and that all subsequent
 1356|       |                   matches will also be the empty string until the
 1357|       |                   maximum number of matches are counted, and because
 1358|       |                   of this, we could immediately stop at that point and
 1359|       |                   consider this match successful. */
 1360|      0|                ptr = state->ptr;
 1361|       |
 1362|       |                /* We have not reached the maximin matches, so try to
 1363|       |                   match once more. */
 1364|      0|                DO_JUMP0(JUMP_POSS_REPEAT_2, jump_poss_repeat_2,
  ------------------
  |  |  534|      0|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, 0)
  |  |  ------------------
  |  |  |  |  515|      0|    ctx->pattern = pattern; \
  |  |  |  |  516|      0|    ctx->ptr = ptr; \
  |  |  |  |  517|      0|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      0|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      0|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      0|do { \
  |  |  |  |  |  |  |  |  390|      0|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      0|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      0|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      0|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      0|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      0|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      0|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      0|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      0|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      0|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      0|    pattern = nextpattern; \
  |  |  |  |  523|      0|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      0|    ctx = nextctx; \
  |  |  |  |  525|      0|    goto entrance; \
  |  |  |  |  526|      0|    jumplabel: \
  |  |  |  |  527|      0|    pattern = ctx->pattern; \
  |  |  |  |  528|      0|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1365|      0|                         &pattern[3]);
 1366|       |
 1367|       |                /* Check to see if the last attempted match
 1368|       |                   succeeded. */
 1369|      0|                if (ret) {
  ------------------
  |  Branch (1369:21): [True: 0, False: 0]
  ------------------
 1370|       |                    /* Drop the saved highest number Capture Group
 1371|       |                       marker saved above and use the newly updated
 1372|       |                       value. */
 1373|      0|                    MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1374|      0|                    RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1375|       |
 1376|       |                    /* Success, increment the count. */
 1377|      0|                    ctx->count++;
 1378|      0|                }
 1379|       |                /* Last attempted match failed. */
 1380|      0|                else {
 1381|       |                    /* Restore the previously saved highest number
 1382|       |                       Capture Group marker since the last iteration
 1383|       |                       did not match, then restore that to the global
 1384|       |                       state. */
 1385|      0|                    MARK_POP(ctx->lastmark);
  ------------------
  |  |  478|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (478:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  479|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  480|      0|        DATA_STACK_POP(state, state->mark, _marks_size, 1); \
  |  |  ------------------
  |  |  |  |  426|      0|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  427|      0|do { \
  |  |  |  |  428|      0|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  429|      0|           data, state->data_stack_base-size, size)); \
  |  |  |  |  430|      0|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  431|      0|    if (discard) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (431:9): [True: 0, Folded]
  |  |  |  |  ------------------
  |  |  |  |  432|      0|        state->data_stack_base -= size; \
  |  |  |  |  433|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (433:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  481|      0|        MARK_TRACE("pop", (lastmark)); \
  |  |  482|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (482:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1386|      0|                    LASTMARK_RESTORE();
  ------------------
  |  |  359|      0|    do { \
  |  |  360|      0|        state->lastmark = ctx->lastmark; \
  |  |  361|      0|        state->lastindex = ctx->lastindex; \
  |  |  362|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1387|       |
 1388|       |                    /* Restore the global Input Stream pointer
 1389|       |                       since it can change after jumps. */
 1390|      0|                    state->ptr = ptr;
 1391|       |
 1392|       |                    /* We have sufficient matches, so exit loop. */
 1393|      0|                    break;
 1394|      0|                }
 1395|      0|            }
 1396|       |
 1397|       |            /* Restore state->repeat */
 1398|      0|            state->repeat = ctx->u.rep->prev;
 1399|      0|            repeat_pool_free(state, ctx->u.rep);
 1400|       |
 1401|       |            /* Evaluate Tail */
 1402|       |            /* Jump to end of pattern indicated by skip, and then skip
 1403|       |               the SUCCESS op code that follows it. */
 1404|      0|            pattern += pattern[0] + 1;
 1405|      0|            ptr = state->ptr;
 1406|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1407|       |
 1408|      0|        TARGET(SRE_OP_ATOMIC_GROUP):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1409|       |            /* Atomic Group Sub Pattern */
 1410|       |            /* <ATOMIC_GROUP> <skip> pattern <SUCCESS> tail */
 1411|      0|            TRACE(("|%p|%p|ATOMIC_GROUP\n", pattern, ptr));
 1412|       |
 1413|       |            /* Set the global Input pointer to this context's Input
 1414|       |               pointer */
 1415|      0|            state->ptr = ptr;
 1416|       |
 1417|       |            /* Evaluate the Atomic Group in a new context, terminating
 1418|       |               when the end of the group, represented by a SUCCESS op
 1419|       |               code, is reached. */
 1420|       |            /* Group Pattern begins at an offset of 1 code. */
 1421|      0|            DO_JUMP0(JUMP_ATOMIC_GROUP, jump_atomic_group,
  ------------------
  |  |  534|      0|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, 0)
  |  |  ------------------
  |  |  |  |  515|      0|    ctx->pattern = pattern; \
  |  |  |  |  516|      0|    ctx->ptr = ptr; \
  |  |  |  |  517|      0|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      0|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      0|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      0|do { \
  |  |  |  |  |  |  |  |  390|      0|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      0|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      0|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      0|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      0|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      0|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      0|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      0|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      0|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      0|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      0|    pattern = nextpattern; \
  |  |  |  |  523|      0|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      0|    ctx = nextctx; \
  |  |  |  |  525|      0|    goto entrance; \
  |  |  |  |  526|      0|    jumplabel: \
  |  |  |  |  527|      0|    pattern = ctx->pattern; \
  |  |  |  |  528|      0|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1422|      0|                     &pattern[1]);
 1423|       |
 1424|       |            /* Test Exit Condition */
 1425|      0|            RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1426|       |
 1427|      0|            if (ret == 0) {
  ------------------
  |  Branch (1427:17): [True: 0, False: 0]
  ------------------
 1428|       |                /* Atomic Group failed to Match. */
 1429|      0|                state->ptr = ptr;
 1430|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1431|      0|            }
 1432|       |
 1433|       |            /* Evaluate Tail */
 1434|       |            /* Jump to end of pattern indicated by skip, and then skip
 1435|       |               the SUCCESS op code that follows it. */
 1436|      0|            pattern += pattern[0];
 1437|      0|            ptr = state->ptr;
 1438|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1439|       |
 1440|      0|        TARGET(SRE_OP_GROUPREF):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1441|       |            /* match backreference */
 1442|      0|            TRACE(("|%p|%p|GROUPREF %d\n", pattern,
 1443|      0|                   ptr, pattern[0]));
 1444|      0|            {
 1445|      0|                int groupref = pattern[0] * 2;
 1446|      0|                if (groupref >= state->lastmark) {
  ------------------
  |  Branch (1446:21): [True: 0, False: 0]
  ------------------
 1447|      0|                    RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1448|      0|                } else {
 1449|      0|                    SRE_CHAR* p = (SRE_CHAR*) state->mark[groupref];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1450|      0|                    SRE_CHAR* e = (SRE_CHAR*) state->mark[groupref+1];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1451|      0|                    if (!p || !e || e < p)
  ------------------
  |  Branch (1451:25): [True: 0, False: 0]
  |  Branch (1451:31): [True: 0, False: 0]
  |  Branch (1451:37): [True: 0, False: 0]
  ------------------
 1452|      0|                        RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1453|      0|                    while (p < e) {
  ------------------
  |  Branch (1453:28): [True: 0, False: 0]
  ------------------
 1454|      0|                        if (ptr >= end || *ptr != *p)
  ------------------
  |  Branch (1454:29): [True: 0, False: 0]
  |  Branch (1454:43): [True: 0, False: 0]
  ------------------
 1455|      0|                            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1456|      0|                        p++;
 1457|      0|                        ptr++;
 1458|      0|                    }
 1459|      0|                }
 1460|      0|            }
 1461|      0|            pattern++;
 1462|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1463|       |
 1464|      0|        TARGET(SRE_OP_GROUPREF_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1465|       |            /* match backreference */
 1466|      0|            TRACE(("|%p|%p|GROUPREF_IGNORE %d\n", pattern,
 1467|      0|                   ptr, pattern[0]));
 1468|      0|            {
 1469|      0|                int groupref = pattern[0] * 2;
 1470|      0|                if (groupref >= state->lastmark) {
  ------------------
  |  Branch (1470:21): [True: 0, False: 0]
  ------------------
 1471|      0|                    RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1472|      0|                } else {
 1473|      0|                    SRE_CHAR* p = (SRE_CHAR*) state->mark[groupref];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1474|      0|                    SRE_CHAR* e = (SRE_CHAR*) state->mark[groupref+1];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1475|      0|                    if (!p || !e || e < p)
  ------------------
  |  Branch (1475:25): [True: 0, False: 0]
  |  Branch (1475:31): [True: 0, False: 0]
  |  Branch (1475:37): [True: 0, False: 0]
  ------------------
 1476|      0|                        RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1477|      0|                    while (p < e) {
  ------------------
  |  Branch (1477:28): [True: 0, False: 0]
  ------------------
 1478|      0|                        if (ptr >= end ||
  ------------------
  |  Branch (1478:29): [True: 0, False: 0]
  ------------------
 1479|      0|                            sre_lower_ascii(*ptr) != sre_lower_ascii(*p))
  ------------------
  |  Branch (1479:29): [True: 0, False: 0]
  ------------------
 1480|      0|                            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1481|      0|                        p++;
 1482|      0|                        ptr++;
 1483|      0|                    }
 1484|      0|                }
 1485|      0|            }
 1486|      0|            pattern++;
 1487|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1488|       |
 1489|      0|        TARGET(SRE_OP_GROUPREF_UNI_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1490|       |            /* match backreference */
 1491|      0|            TRACE(("|%p|%p|GROUPREF_UNI_IGNORE %d\n", pattern,
 1492|      0|                   ptr, pattern[0]));
 1493|      0|            {
 1494|      0|                int groupref = pattern[0] * 2;
 1495|      0|                if (groupref >= state->lastmark) {
  ------------------
  |  Branch (1495:21): [True: 0, False: 0]
  ------------------
 1496|      0|                    RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1497|      0|                } else {
 1498|      0|                    SRE_CHAR* p = (SRE_CHAR*) state->mark[groupref];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1499|      0|                    SRE_CHAR* e = (SRE_CHAR*) state->mark[groupref+1];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1500|      0|                    if (!p || !e || e < p)
  ------------------
  |  Branch (1500:25): [True: 0, False: 0]
  |  Branch (1500:31): [True: 0, False: 0]
  |  Branch (1500:37): [True: 0, False: 0]
  ------------------
 1501|      0|                        RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1502|      0|                    while (p < e) {
  ------------------
  |  Branch (1502:28): [True: 0, False: 0]
  ------------------
 1503|      0|                        if (ptr >= end ||
  ------------------
  |  Branch (1503:29): [True: 0, False: 0]
  ------------------
 1504|      0|                            sre_lower_unicode(*ptr) != sre_lower_unicode(*p))
  ------------------
  |  Branch (1504:29): [True: 0, False: 0]
  ------------------
 1505|      0|                            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1506|      0|                        p++;
 1507|      0|                        ptr++;
 1508|      0|                    }
 1509|      0|                }
 1510|      0|            }
 1511|      0|            pattern++;
 1512|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1513|       |
 1514|      0|        TARGET(SRE_OP_GROUPREF_LOC_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1515|       |            /* match backreference */
 1516|      0|            TRACE(("|%p|%p|GROUPREF_LOC_IGNORE %d\n", pattern,
 1517|      0|                   ptr, pattern[0]));
 1518|      0|            {
 1519|      0|                int groupref = pattern[0] * 2;
 1520|      0|                if (groupref >= state->lastmark) {
  ------------------
  |  Branch (1520:21): [True: 0, False: 0]
  ------------------
 1521|      0|                    RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1522|      0|                } else {
 1523|      0|                    SRE_CHAR* p = (SRE_CHAR*) state->mark[groupref];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1524|      0|                    SRE_CHAR* e = (SRE_CHAR*) state->mark[groupref+1];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1525|      0|                    if (!p || !e || e < p)
  ------------------
  |  Branch (1525:25): [True: 0, False: 0]
  |  Branch (1525:31): [True: 0, False: 0]
  |  Branch (1525:37): [True: 0, False: 0]
  ------------------
 1526|      0|                        RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1527|      0|                    while (p < e) {
  ------------------
  |  Branch (1527:28): [True: 0, False: 0]
  ------------------
 1528|      0|                        if (ptr >= end ||
  ------------------
  |  Branch (1528:29): [True: 0, False: 0]
  ------------------
 1529|      0|                            sre_lower_locale(*ptr) != sre_lower_locale(*p))
  ------------------
  |  Branch (1529:29): [True: 0, False: 0]
  ------------------
 1530|      0|                            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1531|      0|                        p++;
 1532|      0|                        ptr++;
 1533|      0|                    }
 1534|      0|                }
 1535|      0|            }
 1536|      0|            pattern++;
 1537|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1538|       |
 1539|      0|        TARGET(SRE_OP_GROUPREF_EXISTS):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1540|      0|            TRACE(("|%p|%p|GROUPREF_EXISTS %d\n", pattern,
 1541|      0|                   ptr, pattern[0]));
 1542|       |            /* <GROUPREF_EXISTS> <group> <skip> codeyes <JUMP> codeno ... */
 1543|      0|            {
 1544|      0|                int groupref = pattern[0] * 2;
 1545|      0|                if (groupref >= state->lastmark) {
  ------------------
  |  Branch (1545:21): [True: 0, False: 0]
  ------------------
 1546|      0|                    pattern += pattern[1];
 1547|      0|                    DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1548|      0|                } else {
 1549|      0|                    SRE_CHAR* p = (SRE_CHAR*) state->mark[groupref];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1550|      0|                    SRE_CHAR* e = (SRE_CHAR*) state->mark[groupref+1];
  ------------------
  |  |  354|      0|#define SRE_CHAR Py_UCS1
  ------------------
 1551|      0|                    if (!p || !e || e < p) {
  ------------------
  |  Branch (1551:25): [True: 0, False: 0]
  |  Branch (1551:31): [True: 0, False: 0]
  |  Branch (1551:37): [True: 0, False: 0]
  ------------------
 1552|      0|                        pattern += pattern[1];
 1553|      0|                        DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1554|      0|                    }
 1555|      0|                }
 1556|      0|            }
 1557|      0|            pattern += 2;
 1558|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1559|       |
 1560|      1|        TARGET(SRE_OP_ASSERT):
  ------------------
  |  |  585|      1|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1561|       |            /* assert subpattern */
 1562|       |            /* <ASSERT> <skip> <back> <pattern> */
 1563|      1|            TRACE(("|%p|%p|ASSERT %d\n", pattern,
 1564|      1|                   ptr, pattern[1]));
 1565|      1|            if ((uintptr_t)(ptr - (SRE_CHAR *)state->beginning) < pattern[1])
  ------------------
  |  Branch (1565:17): [True: 0, False: 1]
  ------------------
 1566|      0|                RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1567|      1|            state->ptr = ptr - pattern[1];
 1568|      1|            DO_JUMP0(JUMP_ASSERT, jump_assert, pattern+2);
  ------------------
  |  |  534|      1|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, 0)
  |  |  ------------------
  |  |  |  |  515|      1|    ctx->pattern = pattern; \
  |  |  |  |  516|      1|    ctx->ptr = ptr; \
  |  |  |  |  517|      1|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      1|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      1|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      1|do { \
  |  |  |  |  |  |  |  |  390|      1|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      1|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      1|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      1|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 1]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      1|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      1|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      1|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 1]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      1|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      1|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      1|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      1|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      1|    pattern = nextpattern; \
  |  |  |  |  523|      1|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      1|    ctx = nextctx; \
  |  |  |  |  525|      1|    goto entrance; \
  |  |  |  |  526|      1|    jumplabel: \
  |  |  |  |  527|      1|    pattern = ctx->pattern; \
  |  |  |  |  528|      1|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1569|      1|            RETURN_ON_FAILURE(ret);
  ------------------
  |  |  386|      1|    do { RETURN_ON_ERROR(i); if (i == 0) RETURN_FAILURE; } while (0)
  |  |  ------------------
  |  |  |  |  382|      1|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (382:14): [True: 0, False: 1]
  |  |  |  |  |  Branch (382:47): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   do { RETURN_ON_ERROR(i); if (i == 0) RETURN_FAILURE; } while (0)
  |  |  ------------------
  |  |  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (386:34): [True: 0, False: 1]
  |  |  |  Branch (386:67): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1570|      1|            pattern += pattern[0];
 1571|      1|            DISPATCH;
  ------------------
  |  |  587|      1|        do {                               \
  |  |  588|      1|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      1|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      1|    do {                                                           \
  |  |  |  |  |  |  553|      1|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 1]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      1|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      1|            goto *sre_targets[*pattern++]; \
  |  |  590|      1|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1572|       |
 1573|      1|        TARGET(SRE_OP_ASSERT_NOT):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1574|       |            /* assert not subpattern */
 1575|       |            /* <ASSERT_NOT> <skip> <back> <pattern> */
 1576|      0|            TRACE(("|%p|%p|ASSERT_NOT %d\n", pattern,
 1577|      0|                   ptr, pattern[1]));
 1578|      0|            if ((uintptr_t)(ptr - (SRE_CHAR *)state->beginning) >= pattern[1]) {
  ------------------
  |  Branch (1578:17): [True: 0, False: 0]
  ------------------
 1579|      0|                state->ptr = ptr - pattern[1];
 1580|      0|                LASTMARK_SAVE();
  ------------------
  |  |  354|      0|    do { \
  |  |  355|      0|        ctx->lastmark = state->lastmark; \
  |  |  356|      0|        ctx->lastindex = state->lastindex; \
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1581|      0|                if (state->repeat)
  ------------------
  |  Branch (1581:21): [True: 0, False: 0]
  ------------------
 1582|      0|                    MARK_PUSH(ctx->lastmark);
  ------------------
  |  |  472|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (472:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  473|      0|        MARK_TRACE("push", (lastmark)); \
  |  |  474|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  475|      0|        DATA_STACK_PUSH(state, state->mark, _marks_size); \
  |  |  ------------------
  |  |  |  |  409|      0|#define DATA_STACK_PUSH(state, data, size) \
  |  |  |  |  410|      0|do { \
  |  |  |  |  411|      0|    TRACE(("copy data in %p to %zd (%zd)\n", \
  |  |  |  |  412|      0|           data, state->data_stack_base, size)); \
  |  |  |  |  413|      0|    if (size > state->data_stack_size - state->data_stack_base) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  414|      0|        int j = data_stack_grow(state, size); \
  |  |  |  |  415|      0|        if (j < 0) return j; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (415:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  416|      0|        if (ctx_pos != -1) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (416:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  417|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  418|      0|    } \
  |  |  |  |  419|      0|    memcpy(state->data_stack+state->data_stack_base, data, size); \
  |  |  |  |  420|      0|    state->data_stack_base += size; \
  |  |  |  |  421|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  476|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (476:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1583|       |
 1584|      0|                DO_JUMP0(JUMP_ASSERT_NOT, jump_assert_not, pattern+2);
  ------------------
  |  |  534|      0|    DO_JUMPX(jumpvalue, jumplabel, nextpattern, 0)
  |  |  ------------------
  |  |  |  |  515|      0|    ctx->pattern = pattern; \
  |  |  |  |  516|      0|    ctx->ptr = ptr; \
  |  |  |  |  517|      0|    DATA_ALLOC(SRE(match_context), nextctx); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  449|      0|    DATA_STACK_ALLOC(state, t, p)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  388|      0|#define DATA_STACK_ALLOC(state, type, ptr) \
  |  |  |  |  |  |  |  |  389|      0|do { \
  |  |  |  |  |  |  |  |  390|      0|    alloc_pos = state->data_stack_base; \
  |  |  |  |  |  |  |  |  391|      0|    TRACE(("allocating %s in %zd (%zd)\n", \
  |  |  |  |  |  |  |  |  392|      0|           Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
  |  |  |  |  |  |  |  |  393|      0|    if (sizeof(type) > state->data_stack_size - alloc_pos) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (393:9): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  394|      0|        int j = data_stack_grow(state, sizeof(type)); \
  |  |  |  |  |  |  |  |  395|      0|        if (j < 0) return j; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (395:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  396|      0|        if (ctx_pos != -1) \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (396:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  397|      0|            DATA_STACK_LOOKUP_AT(state, SRE(match_context), ctx, ctx_pos); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  403|      0|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  |  |  |  |  |  |  404|      0|do { \
  |  |  |  |  |  |  |  |  |  |  405|      0|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  |  |  |  |  |  |  406|      0|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  |  |  |  |  |  |  407|      0|} while (0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (407:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  398|      0|    } \
  |  |  |  |  |  |  |  |  399|      0|    ptr = (type*)(state->data_stack+alloc_pos); \
  |  |  |  |  |  |  |  |  400|      0|    state->data_stack_base += sizeof(type); \
  |  |  |  |  |  |  |  |  401|      0|} while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (401:10): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  518|      0|    nextctx->pattern = nextpattern; \
  |  |  |  |  519|      0|    nextctx->toplevel = toplevel_; \
  |  |  |  |  520|      0|    nextctx->jump = jumpvalue; \
  |  |  |  |  521|      0|    nextctx->last_ctx_pos = ctx_pos; \
  |  |  |  |  522|      0|    pattern = nextpattern; \
  |  |  |  |  523|      0|    ctx_pos = alloc_pos; \
  |  |  |  |  524|      0|    ctx = nextctx; \
  |  |  |  |  525|      0|    goto entrance; \
  |  |  |  |  526|      0|    jumplabel: \
  |  |  |  |  527|      0|    pattern = ctx->pattern; \
  |  |  |  |  528|      0|    ptr = ctx->ptr;
  |  |  ------------------
  ------------------
 1585|      0|                if (ret) {
  ------------------
  |  Branch (1585:21): [True: 0, False: 0]
  ------------------
 1586|      0|                    if (state->repeat)
  ------------------
  |  Branch (1586:25): [True: 0, False: 0]
  ------------------
 1587|      0|                        MARK_POP_DISCARD(ctx->lastmark);
  ------------------
  |  |  490|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (490:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  491|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  492|      0|        DATA_STACK_POP_DISCARD(state, _marks_size); \
  |  |  ------------------
  |  |  |  |  435|      0|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|      0|do { \
  |  |  |  |  437|      0|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|      0|           state->data_stack_base-size, size)); \
  |  |  |  |  439|      0|    state->data_stack_base -= size; \
  |  |  |  |  440|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  493|      0|        MARK_TRACE("pop discard", (lastmark)); \
  |  |  494|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (494:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1588|      0|                    RETURN_ON_ERROR(ret);
  ------------------
  |  |  382|      0|    do { if (i < 0) RETURN_ERROR(i); } while (0)
  |  |  ------------------
  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (382:14): [True: 0, False: 0]
  |  |  |  Branch (382:47): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1589|      0|                    RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1590|      0|                }
 1591|      0|                if (state->repeat)
  ------------------
  |  Branch (1591:21): [True: 0, False: 0]
  ------------------
 1592|      0|                    MARK_POP(ctx->lastmark);
  ------------------
  |  |  478|      0|    do if (lastmark >= 0) { \
  |  |  ------------------
  |  |  |  Branch (478:12): [True: 0, False: 0]
  |  |  ------------------
  |  |  479|      0|        size_t _marks_size = (lastmark+1) * sizeof(void*); \
  |  |  480|      0|        DATA_STACK_POP(state, state->mark, _marks_size, 1); \
  |  |  ------------------
  |  |  |  |  426|      0|#define DATA_STACK_POP(state, data, size, discard) \
  |  |  |  |  427|      0|do { \
  |  |  |  |  428|      0|    TRACE(("copy data to %p from %zd (%zd)\n", \
  |  |  |  |  429|      0|           data, state->data_stack_base-size, size)); \
  |  |  |  |  430|      0|    memcpy((void*) data, state->data_stack+state->data_stack_base-size, size); \
  |  |  |  |  431|      0|    if (discard) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (431:9): [True: 0, Folded]
  |  |  |  |  ------------------
  |  |  |  |  432|      0|        state->data_stack_base -= size; \
  |  |  |  |  433|      0|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (433:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  481|      0|        MARK_TRACE("pop", (lastmark)); \
  |  |  482|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (482:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1593|      0|                LASTMARK_RESTORE();
  ------------------
  |  |  359|      0|    do { \
  |  |  360|      0|        state->lastmark = ctx->lastmark; \
  |  |  361|      0|        state->lastindex = ctx->lastindex; \
  |  |  362|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (362:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1594|      0|            }
 1595|      0|            pattern += pattern[0];
 1596|      0|            DISPATCH;
  ------------------
  |  |  587|      0|        do {                               \
  |  |  588|      0|            MAYBE_CHECK_SIGNALS;           \
  |  |  ------------------
  |  |  |  |  570|      0|# define MAYBE_CHECK_SIGNALS _MAYBE_CHECK_SIGNALS
  |  |  |  |  ------------------
  |  |  |  |  |  |  552|      0|    do {                                                           \
  |  |  |  |  |  |  553|      0|        if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (553:44): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  554|      0|            RETURN_ERROR(SRE_ERROR_INTERRUPTED);                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  555|      0|        }                                                          \
  |  |  |  |  |  |  556|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (556:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  589|      0|            goto *sre_targets[*pattern++]; \
  |  |  590|      0|        } while (0)
  |  |  ------------------
  |  |  |  Branch (590:18): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1597|       |
 1598|      0|        TARGET(SRE_OP_FAILURE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1599|       |            /* immediate failure */
 1600|      0|            TRACE(("|%p|%p|FAILURE\n", pattern, ptr));
 1601|      0|            RETURN_FAILURE;
  ------------------
  |  |  378|      0|#define RETURN_FAILURE do { ret = 0; goto exit; } while(0)
  |  |  ------------------
  |  |  |  Branch (378:57): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1602|       |
 1603|       |#if !USE_COMPUTED_GOTOS
 1604|       |        default:
 1605|       |#endif
 1606|       |        // Also any unused opcodes:
 1607|      0|        TARGET(SRE_OP_RANGE_UNI_IGNORE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1608|      0|        TARGET(SRE_OP_SUBPATTERN):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1609|      0|        TARGET(SRE_OP_RANGE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1610|      0|        TARGET(SRE_OP_NEGATE):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1611|      0|        TARGET(SRE_OP_BIGCHARSET):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1612|      0|        TARGET(SRE_OP_CHARSET):
  ------------------
  |  |  585|      0|    #define TARGET(OP) TARGET_ ## OP
  ------------------
 1613|      0|            TRACE(("|%p|%p|UNKNOWN %d\n", pattern, ptr,
 1614|      0|                   pattern[-1]));
 1615|      0|            RETURN_ERROR(SRE_ERROR_ILLEGAL);
  ------------------
  |  |  377|      0|#define RETURN_ERROR(i) do { return i; } while(0)
  |  |  ------------------
  |  |  |  Branch (377:48): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1616|       |
 1617|      0|    }
 1618|       |
 1619|  2.93M|exit:
 1620|  2.93M|    ctx_pos = ctx->last_ctx_pos;
 1621|  2.93M|    jump = ctx->jump;
 1622|  2.93M|    DATA_POP_DISCARD(ctx);
  ------------------
  |  |  447|  2.93M|    DATA_STACK_POP_DISCARD(state, sizeof(*(x)))
  |  |  ------------------
  |  |  |  |  435|  2.93M|#define DATA_STACK_POP_DISCARD(state, size) \
  |  |  |  |  436|  2.93M|do { \
  |  |  |  |  437|  2.93M|    TRACE(("discard data from %zd (%zd)\n", \
  |  |  |  |  438|  2.93M|           state->data_stack_base-size, size)); \
  |  |  |  |  439|  2.93M|    state->data_stack_base -= size; \
  |  |  |  |  440|  2.93M|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (440:9): [Folded, False: 2.93M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1623|  2.93M|    if (ctx_pos == -1) {
  ------------------
  |  Branch (1623:9): [True: 434, False: 2.93M]
  ------------------
 1624|    434|        state->sigcount = sigcount;
 1625|    434|        return ret;
 1626|    434|    }
 1627|  2.93M|    DATA_LOOKUP_AT(SRE(match_context), ctx, ctx_pos);
  ------------------
  |  |  451|  2.93M|    DATA_STACK_LOOKUP_AT(state,t,p,pos)
  |  |  ------------------
  |  |  |  |  403|  2.93M|#define DATA_STACK_LOOKUP_AT(state, type, ptr, pos) \
  |  |  |  |  404|  2.93M|do { \
  |  |  |  |  405|  2.93M|    TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
  |  |  |  |  406|  2.93M|    ptr = (type*)(state->data_stack+pos); \
  |  |  |  |  407|  2.93M|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (407:10): [Folded, False: 2.93M]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1628|       |
 1629|  2.93M|    switch (jump) {
  ------------------
  |  Branch (1629:13): [True: 2.93M, False: 0]
  ------------------
 1630|  1.44M|        case JUMP_MAX_UNTIL_2:
  ------------------
  |  |  498|  1.44M|#define JUMP_MAX_UNTIL_2     2
  ------------------
  |  Branch (1630:9): [True: 1.44M, False: 1.49M]
  ------------------
 1631|  1.44M|            TRACE(("|%p|%p|JUMP_MAX_UNTIL_2\n", pattern, ptr));
 1632|  1.44M|            goto jump_max_until_2;
 1633|  1.32M|        case JUMP_MAX_UNTIL_3:
  ------------------
  |  |  499|  1.32M|#define JUMP_MAX_UNTIL_3     3
  ------------------
  |  Branch (1633:9): [True: 1.32M, False: 1.61M]
  ------------------
 1634|  1.32M|            TRACE(("|%p|%p|JUMP_MAX_UNTIL_3\n", pattern, ptr));
 1635|  1.32M|            goto jump_max_until_3;
 1636|      0|        case JUMP_MIN_UNTIL_2:
  ------------------
  |  |  501|      0|#define JUMP_MIN_UNTIL_2     5
  ------------------
  |  Branch (1636:9): [True: 0, False: 2.93M]
  ------------------
 1637|      0|            TRACE(("|%p|%p|JUMP_MIN_UNTIL_2\n", pattern, ptr));
 1638|      0|            goto jump_min_until_2;
 1639|      0|        case JUMP_MIN_UNTIL_3:
  ------------------
  |  |  502|      0|#define JUMP_MIN_UNTIL_3     6
  ------------------
  |  Branch (1639:9): [True: 0, False: 2.93M]
  ------------------
 1640|      0|            TRACE(("|%p|%p|JUMP_MIN_UNTIL_3\n", pattern, ptr));
 1641|      0|            goto jump_min_until_3;
 1642|      2|        case JUMP_BRANCH:
  ------------------
  |  |  507|      2|#define JUMP_BRANCH          11
  ------------------
  |  Branch (1642:9): [True: 2, False: 2.93M]
  ------------------
 1643|      2|            TRACE(("|%p|%p|JUMP_BRANCH\n", pattern, ptr));
 1644|      2|            goto jump_branch;
 1645|      0|        case JUMP_MAX_UNTIL_1:
  ------------------
  |  |  497|      0|#define JUMP_MAX_UNTIL_1     1
  ------------------
  |  Branch (1645:9): [True: 0, False: 2.93M]
  ------------------
 1646|      0|            TRACE(("|%p|%p|JUMP_MAX_UNTIL_1\n", pattern, ptr));
 1647|      0|            goto jump_max_until_1;
 1648|      0|        case JUMP_MIN_UNTIL_1:
  ------------------
  |  |  500|      0|#define JUMP_MIN_UNTIL_1     4
  ------------------
  |  Branch (1648:9): [True: 0, False: 2.93M]
  ------------------
 1649|      0|            TRACE(("|%p|%p|JUMP_MIN_UNTIL_1\n", pattern, ptr));
 1650|      0|            goto jump_min_until_1;
 1651|      0|        case JUMP_POSS_REPEAT_1:
  ------------------
  |  |  510|      0|#define JUMP_POSS_REPEAT_1   14
  ------------------
  |  Branch (1651:9): [True: 0, False: 2.93M]
  ------------------
 1652|      0|            TRACE(("|%p|%p|JUMP_POSS_REPEAT_1\n", pattern, ptr));
 1653|      0|            goto jump_poss_repeat_1;
 1654|      0|        case JUMP_POSS_REPEAT_2:
  ------------------
  |  |  511|      0|#define JUMP_POSS_REPEAT_2   15
  ------------------
  |  Branch (1654:9): [True: 0, False: 2.93M]
  ------------------
 1655|      0|            TRACE(("|%p|%p|JUMP_POSS_REPEAT_2\n", pattern, ptr));
 1656|      0|            goto jump_poss_repeat_2;
 1657|  5.45k|        case JUMP_REPEAT:
  ------------------
  |  |  503|  5.45k|#define JUMP_REPEAT          7
  ------------------
  |  Branch (1657:9): [True: 5.45k, False: 2.92M]
  ------------------
 1658|  5.45k|            TRACE(("|%p|%p|JUMP_REPEAT\n", pattern, ptr));
 1659|  5.45k|            goto jump_repeat;
 1660|      2|        case JUMP_REPEAT_ONE_1:
  ------------------
  |  |  504|      2|#define JUMP_REPEAT_ONE_1    8
  ------------------
  |  Branch (1660:9): [True: 2, False: 2.93M]
  ------------------
 1661|      2|            TRACE(("|%p|%p|JUMP_REPEAT_ONE_1\n", pattern, ptr));
 1662|      2|            goto jump_repeat_one_1;
 1663|   164k|        case JUMP_REPEAT_ONE_2:
  ------------------
  |  |  505|   164k|#define JUMP_REPEAT_ONE_2    9
  ------------------
  |  Branch (1663:9): [True: 164k, False: 2.77M]
  ------------------
 1664|   164k|            TRACE(("|%p|%p|JUMP_REPEAT_ONE_2\n", pattern, ptr));
 1665|   164k|            goto jump_repeat_one_2;
 1666|      0|        case JUMP_MIN_REPEAT_ONE:
  ------------------
  |  |  506|      0|#define JUMP_MIN_REPEAT_ONE  10
  ------------------
  |  Branch (1666:9): [True: 0, False: 2.93M]
  ------------------
 1667|      0|            TRACE(("|%p|%p|JUMP_MIN_REPEAT_ONE\n", pattern, ptr));
 1668|      0|            goto jump_min_repeat_one;
 1669|      0|        case JUMP_ATOMIC_GROUP:
  ------------------
  |  |  512|      0|#define JUMP_ATOMIC_GROUP    16
  ------------------
  |  Branch (1669:9): [True: 0, False: 2.93M]
  ------------------
 1670|      0|            TRACE(("|%p|%p|JUMP_ATOMIC_GROUP\n", pattern, ptr));
 1671|      0|            goto jump_atomic_group;
 1672|      1|        case JUMP_ASSERT:
  ------------------
  |  |  508|      1|#define JUMP_ASSERT          12
  ------------------
  |  Branch (1672:9): [True: 1, False: 2.93M]
  ------------------
 1673|      1|            TRACE(("|%p|%p|JUMP_ASSERT\n", pattern, ptr));
 1674|      1|            goto jump_assert;
 1675|      0|        case JUMP_ASSERT_NOT:
  ------------------
  |  |  509|      0|#define JUMP_ASSERT_NOT      13
  ------------------
  |  Branch (1675:9): [True: 0, False: 2.93M]
  ------------------
 1676|      0|            TRACE(("|%p|%p|JUMP_ASSERT_NOT\n", pattern, ptr));
 1677|      0|            goto jump_assert_not;
 1678|      0|        case JUMP_NONE:
  ------------------
  |  |  496|      0|#define JUMP_NONE            0
  ------------------
  |  Branch (1678:9): [True: 0, False: 2.93M]
  ------------------
 1679|      0|            TRACE(("|%p|%p|RETURN %zd\n", pattern,
 1680|      0|                   ptr, ret));
 1681|      0|            break;
 1682|  2.93M|    }
 1683|       |
 1684|      0|    return ret; /* should never get here */
 1685|  2.93M|}
sre.c:sre_ucs1_at:
   17|    353|{
   18|       |    /* check if pointer is at given position */
   19|       |
   20|    353|    Py_ssize_t thisp, thatp;
   21|       |
   22|    353|    switch (at) {
  ------------------
  |  Branch (22:13): [True: 353, False: 0]
  ------------------
   23|       |
   24|    297|    case SRE_AT_BEGINNING:
  ------------------
  |  |   58|    297|#define SRE_AT_BEGINNING 0
  ------------------
  |  Branch (24:5): [True: 297, False: 56]
  ------------------
   25|    297|    case SRE_AT_BEGINNING_STRING:
  ------------------
  |  |   60|    297|#define SRE_AT_BEGINNING_STRING 2
  ------------------
  |  Branch (25:5): [True: 0, False: 353]
  ------------------
   26|    297|        return ((void*) ptr == state->beginning);
   27|       |
   28|      0|    case SRE_AT_BEGINNING_LINE:
  ------------------
  |  |   59|      0|#define SRE_AT_BEGINNING_LINE 1
  ------------------
  |  Branch (28:5): [True: 0, False: 353]
  ------------------
   29|      0|        return ((void*) ptr == state->beginning ||
  ------------------
  |  Branch (29:17): [True: 0, False: 0]
  ------------------
   30|      0|                SRE_IS_LINEBREAK((int) ptr[-1]));
  ------------------
  |  |  140|      0|    ((ch) == '\n')
  |  |  ------------------
  |  |  |  Branch (140:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   31|       |
   32|     47|    case SRE_AT_END:
  ------------------
  |  |   63|     47|#define SRE_AT_END 5
  ------------------
  |  Branch (32:5): [True: 47, False: 306]
  ------------------
   33|     47|        return (((SRE_CHAR *)state->end - ptr == 1 &&
  ------------------
  |  Branch (33:18): [True: 6, False: 41]
  ------------------
   34|      6|                 SRE_IS_LINEBREAK((int) ptr[0])) ||
  ------------------
  |  |  140|      6|    ((ch) == '\n')
  |  |  ------------------
  |  |  |  Branch (140:5): [True: 1, False: 5]
  |  |  ------------------
  ------------------
   35|     46|                ((void*) ptr == state->end));
  ------------------
  |  Branch (35:17): [True: 27, False: 19]
  ------------------
   36|       |
   37|      0|    case SRE_AT_END_LINE:
  ------------------
  |  |   64|      0|#define SRE_AT_END_LINE 6
  ------------------
  |  Branch (37:5): [True: 0, False: 353]
  ------------------
   38|      0|        return ((void*) ptr == state->end ||
  ------------------
  |  Branch (38:17): [True: 0, False: 0]
  ------------------
   39|      0|                SRE_IS_LINEBREAK((int) ptr[0]));
  ------------------
  |  |  140|      0|    ((ch) == '\n')
  |  |  ------------------
  |  |  |  Branch (140:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   40|       |
   41|      0|    case SRE_AT_END_STRING:
  ------------------
  |  |   65|      0|#define SRE_AT_END_STRING 7
  ------------------
  |  Branch (41:5): [True: 0, False: 353]
  ------------------
   42|      0|        return ((void*) ptr == state->end);
   43|       |
   44|      9|    case SRE_AT_BOUNDARY:
  ------------------
  |  |   61|      9|#define SRE_AT_BOUNDARY 3
  ------------------
  |  Branch (44:5): [True: 9, False: 344]
  ------------------
   45|      9|        thatp = ((void*) ptr > state->beginning) ?
  ------------------
  |  Branch (45:17): [True: 0, False: 9]
  ------------------
   46|      9|            SRE_IS_WORD((int) ptr[-1]) : 0;
  ------------------
  |  |  142|      0|    ((ch) <= 'z' && (Py_ISALNUM(ch) || (ch) == '_'))
  |  |  ------------------
  |  |  |  |   26|      0|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |   12|      0|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   10|      0|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    8|      0|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    9|      0|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (26:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (142:6): [True: 0, False: 0]
  |  |  |  Branch (142:40): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   47|      9|        thisp = ((void*) ptr < state->end) ?
  ------------------
  |  Branch (47:17): [True: 7, False: 2]
  ------------------
   48|      7|            SRE_IS_WORD((int) ptr[0]) : 0;
  ------------------
  |  |  142|      7|    ((ch) <= 'z' && (Py_ISALNUM(ch) || (ch) == '_'))
  |  |  ------------------
  |  |  |  |   26|     12|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|      6|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |   12|      6|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   10|      6|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    8|      6|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    9|      6|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   11|      6|#define PY_CTF_DIGIT  0x04
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (26:24): [True: 1, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (142:6): [True: 6, False: 1]
  |  |  |  Branch (142:40): [True: 0, False: 5]
  |  |  ------------------
  ------------------
   49|      9|        return thisp != thatp;
   50|       |
   51|      0|    case SRE_AT_NON_BOUNDARY:
  ------------------
  |  |   62|      0|#define SRE_AT_NON_BOUNDARY 4
  ------------------
  |  Branch (51:5): [True: 0, False: 353]
  ------------------
   52|      0|        thatp = ((void*) ptr > state->beginning) ?
  ------------------
  |  Branch (52:17): [True: 0, False: 0]
  ------------------
   53|      0|            SRE_IS_WORD((int) ptr[-1]) : 0;
  ------------------
  |  |  142|      0|    ((ch) <= 'z' && (Py_ISALNUM(ch) || (ch) == '_'))
  |  |  ------------------
  |  |  |  |   26|      0|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |   12|      0|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   10|      0|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    8|      0|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    9|      0|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (26:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (142:6): [True: 0, False: 0]
  |  |  |  Branch (142:40): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   54|      0|        thisp = ((void*) ptr < state->end) ?
  ------------------
  |  Branch (54:17): [True: 0, False: 0]
  ------------------
   55|      0|            SRE_IS_WORD((int) ptr[0]) : 0;
  ------------------
  |  |  142|      0|    ((ch) <= 'z' && (Py_ISALNUM(ch) || (ch) == '_'))
  |  |  ------------------
  |  |  |  |   26|      0|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  |  |  ------------------
  |  |  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  |  |  ------------------
  |  |  |  |  |  |   12|      0|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   10|      0|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    8|      0|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |    9|      0|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (26:24): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (142:6): [True: 0, False: 0]
  |  |  |  Branch (142:40): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   56|      0|        return thisp == thatp;
   57|       |
   58|      0|    case SRE_AT_LOC_BOUNDARY:
  ------------------
  |  |   66|      0|#define SRE_AT_LOC_BOUNDARY 8
  ------------------
  |  Branch (58:5): [True: 0, False: 353]
  ------------------
   59|      0|        thatp = ((void*) ptr > state->beginning) ?
  ------------------
  |  Branch (59:17): [True: 0, False: 0]
  ------------------
   60|      0|            SRE_LOC_IS_WORD((int) ptr[-1]) : 0;
  ------------------
  |  |  153|      0|#define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  152|      0|#define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? sre_isalnum((ch)) : 0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (152:30): [True: 0, False: 0]
  |  |  |  |  |  Branch (152:31): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (153:56): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   61|      0|        thisp = ((void*) ptr < state->end) ?
  ------------------
  |  Branch (61:17): [True: 0, False: 0]
  ------------------
   62|      0|            SRE_LOC_IS_WORD((int) ptr[0]) : 0;
  ------------------
  |  |  153|      0|#define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  152|      0|#define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? sre_isalnum((ch)) : 0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (152:30): [True: 0, False: 0]
  |  |  |  |  |  Branch (152:31): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (153:56): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   63|      0|        return thisp != thatp;
   64|       |
   65|      0|    case SRE_AT_LOC_NON_BOUNDARY:
  ------------------
  |  |   67|      0|#define SRE_AT_LOC_NON_BOUNDARY 9
  ------------------
  |  Branch (65:5): [True: 0, False: 353]
  ------------------
   66|      0|        thatp = ((void*) ptr > state->beginning) ?
  ------------------
  |  Branch (66:17): [True: 0, False: 0]
  ------------------
   67|      0|            SRE_LOC_IS_WORD((int) ptr[-1]) : 0;
  ------------------
  |  |  153|      0|#define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  152|      0|#define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? sre_isalnum((ch)) : 0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (152:30): [True: 0, False: 0]
  |  |  |  |  |  Branch (152:31): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (153:56): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   68|      0|        thisp = ((void*) ptr < state->end) ?
  ------------------
  |  Branch (68:17): [True: 0, False: 0]
  ------------------
   69|      0|            SRE_LOC_IS_WORD((int) ptr[0]) : 0;
  ------------------
  |  |  153|      0|#define SRE_LOC_IS_WORD(ch) (SRE_LOC_IS_ALNUM((ch)) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  152|      0|#define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? sre_isalnum((ch)) : 0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (152:30): [True: 0, False: 0]
  |  |  |  |  |  Branch (152:31): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (153:56): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   70|      0|        return thisp == thatp;
   71|       |
   72|      0|    case SRE_AT_UNI_BOUNDARY:
  ------------------
  |  |   68|      0|#define SRE_AT_UNI_BOUNDARY 10
  ------------------
  |  Branch (72:5): [True: 0, False: 353]
  ------------------
   73|      0|        thatp = ((void*) ptr > state->beginning) ?
  ------------------
  |  Branch (73:17): [True: 0, False: 0]
  ------------------
   74|      0|            SRE_UNI_IS_WORD((int) ptr[-1]) : 0;
  ------------------
  |  |  171|      0|#define SRE_UNI_IS_WORD(ch) (SRE_UNI_IS_ALNUM(ch) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  170|      0|#define SRE_UNI_IS_ALNUM(ch) Py_UNICODE_ISALNUM(ch)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (170:30): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (171:54): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   75|      0|        thisp = ((void*) ptr < state->end) ?
  ------------------
  |  Branch (75:17): [True: 0, False: 0]
  ------------------
   76|      0|            SRE_UNI_IS_WORD((int) ptr[0]) : 0;
  ------------------
  |  |  171|      0|#define SRE_UNI_IS_WORD(ch) (SRE_UNI_IS_ALNUM(ch) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  170|      0|#define SRE_UNI_IS_ALNUM(ch) Py_UNICODE_ISALNUM(ch)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (170:30): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (171:54): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   77|      0|        return thisp != thatp;
   78|       |
   79|      0|    case SRE_AT_UNI_NON_BOUNDARY:
  ------------------
  |  |   69|      0|#define SRE_AT_UNI_NON_BOUNDARY 11
  ------------------
  |  Branch (79:5): [True: 0, False: 353]
  ------------------
   80|      0|        thatp = ((void*) ptr > state->beginning) ?
  ------------------
  |  Branch (80:17): [True: 0, False: 0]
  ------------------
   81|      0|            SRE_UNI_IS_WORD((int) ptr[-1]) : 0;
  ------------------
  |  |  171|      0|#define SRE_UNI_IS_WORD(ch) (SRE_UNI_IS_ALNUM(ch) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  170|      0|#define SRE_UNI_IS_ALNUM(ch) Py_UNICODE_ISALNUM(ch)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (170:30): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (171:54): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   82|      0|        thisp = ((void*) ptr < state->end) ?
  ------------------
  |  Branch (82:17): [True: 0, False: 0]
  ------------------
   83|      0|            SRE_UNI_IS_WORD((int) ptr[0]) : 0;
  ------------------
  |  |  171|      0|#define SRE_UNI_IS_WORD(ch) (SRE_UNI_IS_ALNUM(ch) || (ch) == '_')
  |  |  ------------------
  |  |  |  |  170|      0|#define SRE_UNI_IS_ALNUM(ch) Py_UNICODE_ISALNUM(ch)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (170:30): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (171:54): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   84|      0|        return thisp == thatp;
   85|       |
   86|    353|    }
   87|       |
   88|      0|    return 0;
   89|    353|}
sre.c:sre_ucs1_charset:
   93|  2.92M|{
   94|       |    /* check if character is a member of the given set */
   95|       |
   96|  2.92M|    int ok = 1;
   97|       |
   98|  4.52M|    for (;;) {
   99|  4.52M|        switch (*set++) {
  100|       |
  101|  1.48M|        case SRE_OP_FAILURE:
  ------------------
  |  |   15|  1.48M|#define SRE_OP_FAILURE 0
  ------------------
  |  Branch (101:9): [True: 1.48M, False: 3.04M]
  ------------------
  102|  1.48M|            return !ok;
  103|       |
  104|  1.56M|        case SRE_OP_LITERAL:
  ------------------
  |  |   31|  1.56M|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (104:9): [True: 1.56M, False: 2.96M]
  ------------------
  105|       |            /* <LITERAL> <code> */
  106|  1.56M|            if (ch == set[0])
  ------------------
  |  Branch (106:17): [True: 1.43M, False: 124k]
  ------------------
  107|  1.43M|                return ok;
  108|   124k|            set++;
  109|   124k|            break;
  110|       |
  111|  1.47M|        case SRE_OP_CATEGORY:
  ------------------
  |  |   23|  1.47M|#define SRE_OP_CATEGORY 8
  ------------------
  |  Branch (111:9): [True: 1.47M, False: 3.04M]
  ------------------
  112|       |            /* <CATEGORY> <code> */
  113|  1.47M|            if (sre_category(set[0], (int) ch))
  ------------------
  |  Branch (113:17): [True: 1.39k, False: 1.47M]
  ------------------
  114|  1.39k|                return ok;
  115|  1.47M|            set++;
  116|  1.47M|            break;
  117|       |
  118|      4|        case SRE_OP_CHARSET:
  ------------------
  |  |   24|      4|#define SRE_OP_CHARSET 9
  ------------------
  |  Branch (118:9): [True: 4, False: 4.52M]
  ------------------
  119|       |            /* <CHARSET> <bitmap> */
  120|      4|            if (ch < 256 &&
  ------------------
  |  Branch (120:17): [True: 4, False: 0]
  ------------------
  121|      4|                (set[ch/SRE_CODE_BITS] & (1u << (ch & (SRE_CODE_BITS-1)))))
  ------------------
  |  |   54|      4|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
                              (set[ch/SRE_CODE_BITS] & (1u << (ch & (SRE_CODE_BITS-1)))))
  ------------------
  |  |   54|      4|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
  |  Branch (121:17): [True: 1, False: 3]
  ------------------
  122|      1|                return ok;
  123|      3|            set += 256/SRE_CODE_BITS;
  ------------------
  |  |   54|      3|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
  124|      3|            break;
  125|       |
  126|     10|        case SRE_OP_RANGE:
  ------------------
  |  |   37|     10|#define SRE_OP_RANGE 22
  ------------------
  |  Branch (126:9): [True: 10, False: 4.52M]
  ------------------
  127|       |            /* <RANGE> <lower> <upper> */
  128|     10|            if (set[0] <= ch && ch <= set[1])
  ------------------
  |  Branch (128:17): [True: 7, False: 3]
  |  Branch (128:33): [True: 1, False: 6]
  ------------------
  129|      1|                return ok;
  130|      9|            set += 2;
  131|      9|            break;
  132|       |
  133|      0|        case SRE_OP_RANGE_UNI_IGNORE:
  ------------------
  |  |   57|      0|#define SRE_OP_RANGE_UNI_IGNORE 42
  ------------------
  |  Branch (133:9): [True: 0, False: 4.52M]
  ------------------
  134|       |            /* <RANGE_UNI_IGNORE> <lower> <upper> */
  135|      0|        {
  136|      0|            SRE_CODE uch;
  ------------------
  |  |   18|      0|#define SRE_CODE Py_UCS4
  ------------------
  137|       |            /* ch is already lower cased */
  138|      0|            if (set[0] <= ch && ch <= set[1])
  ------------------
  |  Branch (138:17): [True: 0, False: 0]
  |  Branch (138:33): [True: 0, False: 0]
  ------------------
  139|      0|                return ok;
  140|      0|            uch = sre_upper_unicode(ch);
  141|      0|            if (set[0] <= uch && uch <= set[1])
  ------------------
  |  Branch (141:17): [True: 0, False: 0]
  |  Branch (141:34): [True: 0, False: 0]
  ------------------
  142|      0|                return ok;
  143|      0|            set += 2;
  144|      0|            break;
  145|      0|        }
  146|       |
  147|     10|        case SRE_OP_NEGATE:
  ------------------
  |  |   36|     10|#define SRE_OP_NEGATE 21
  ------------------
  |  Branch (147:9): [True: 10, False: 4.52M]
  ------------------
  148|     10|            ok = !ok;
  149|     10|            break;
  150|       |
  151|      0|        case SRE_OP_BIGCHARSET:
  ------------------
  |  |   25|      0|#define SRE_OP_BIGCHARSET 10
  ------------------
  |  Branch (151:9): [True: 0, False: 4.52M]
  ------------------
  152|       |            /* <BIGCHARSET> <blockcount> <256 blockindices> <blocks> */
  153|      0|        {
  154|      0|            Py_ssize_t count, block;
  155|      0|            count = *(set++);
  156|       |
  157|      0|            if (ch < 0x10000u)
  ------------------
  |  Branch (157:17): [True: 0, False: 0]
  ------------------
  158|      0|                block = ((unsigned char*)set)[ch >> 8];
  159|      0|            else
  160|      0|                block = -1;
  161|      0|            set += 256/sizeof(SRE_CODE);
  162|      0|            if (block >=0 &&
  ------------------
  |  Branch (162:17): [True: 0, False: 0]
  ------------------
  163|      0|                (set[(block * 256 + (ch & 255))/SRE_CODE_BITS] &
  ------------------
  |  |   54|      0|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
  |  Branch (163:17): [True: 0, False: 0]
  ------------------
  164|      0|                    (1u << (ch & (SRE_CODE_BITS-1)))))
  ------------------
  |  |   54|      0|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
  165|      0|                return ok;
  166|      0|            set += count * (256/SRE_CODE_BITS);
  ------------------
  |  |   54|      0|#define SRE_CODE_BITS (8 * sizeof(SRE_CODE))
  ------------------
  167|      0|            break;
  168|      0|        }
  169|       |
  170|      0|        default:
  ------------------
  |  Branch (170:9): [True: 0, False: 4.52M]
  ------------------
  171|       |            /* internal error -- there's not much we can do about it
  172|       |               here, so let's just pretend it didn't match... */
  173|      0|            return 0;
  174|  4.52M|        }
  175|  4.52M|    }
  176|  2.92M|}
sre.c:sre_ucs1_count:
  194|  1.47M|{
  195|  1.47M|    SRE_CODE chr;
  ------------------
  |  |   18|  1.47M|#define SRE_CODE Py_UCS4
  ------------------
  196|  1.47M|    SRE_CHAR c;
  ------------------
  |  |  354|  1.47M|#define SRE_CHAR Py_UCS1
  ------------------
  197|  1.47M|    const SRE_CHAR* ptr = (const SRE_CHAR *)state->ptr;
  198|  1.47M|    const SRE_CHAR* end = (const SRE_CHAR *)state->end;
  199|  1.47M|    Py_ssize_t i;
  200|  1.47M|    INIT_TRACE(state);
  201|       |
  202|       |    /* adjust end */
  203|  1.47M|    if (maxcount < end - ptr && maxcount != SRE_MAXREPEAT)
  ------------------
  |  |   20|  1.47M|# define SRE_MAXREPEAT (~(SRE_CODE)0)
  ------------------
  |  Branch (203:9): [True: 1.47M, False: 837]
  |  Branch (203:33): [True: 1.47M, False: 0]
  ------------------
  204|  1.47M|        end = ptr + maxcount;
  205|       |
  206|  1.47M|    switch (pattern[0]) {
  207|       |
  208|  1.47M|    case SRE_OP_IN:
  ------------------
  |  |   28|  1.47M|#define SRE_OP_IN 13
  ------------------
  |  Branch (208:5): [True: 1.47M, False: 620]
  ------------------
  209|       |        /* repeated set */
  210|  1.47M|        TRACE(("|%p|%p|COUNT IN\n", pattern, ptr));
  211|  1.48M|        while (ptr < end && SRE(charset)(state, pattern + 2, *ptr))
  ------------------
  |  |  356|  1.47M|#define SRE(F) sre_ucs1_##F
  ------------------
  |  Branch (211:16): [True: 1.47M, False: 448]
  |  Branch (211:29): [True: 1.39k, False: 1.47M]
  ------------------
  212|  1.39k|            ptr++;
  213|  1.47M|        break;
  214|       |
  215|      0|    case SRE_OP_ANY:
  ------------------
  |  |   17|      0|#define SRE_OP_ANY 2
  ------------------
  |  Branch (215:5): [True: 0, False: 1.47M]
  ------------------
  216|       |        /* repeated dot wildcard. */
  217|      0|        TRACE(("|%p|%p|COUNT ANY\n", pattern, ptr));
  218|      0|        while (ptr < end && !SRE_IS_LINEBREAK(*ptr))
  ------------------
  |  |  140|      0|    ((ch) == '\n')
  ------------------
  |  Branch (218:16): [True: 0, False: 0]
  |  Branch (218:29): [True: 0, False: 0]
  ------------------
  219|      0|            ptr++;
  220|      0|        break;
  221|       |
  222|      0|    case SRE_OP_ANY_ALL:
  ------------------
  |  |   18|      0|#define SRE_OP_ANY_ALL 3
  ------------------
  |  Branch (222:5): [True: 0, False: 1.47M]
  ------------------
  223|       |        /* repeated dot wildcard.  skip to the end of the target
  224|       |           string, and backtrack from there */
  225|      0|        TRACE(("|%p|%p|COUNT ANY_ALL\n", pattern, ptr));
  226|      0|        ptr = end;
  227|      0|        break;
  228|       |
  229|    620|    case SRE_OP_LITERAL:
  ------------------
  |  |   31|    620|#define SRE_OP_LITERAL 16
  ------------------
  |  Branch (229:5): [True: 620, False: 1.47M]
  ------------------
  230|       |        /* repeated literal */
  231|    620|        chr = pattern[1];
  232|    620|        TRACE(("|%p|%p|COUNT LITERAL %d\n", pattern, ptr, chr));
  233|    620|        c = (SRE_CHAR) chr;
  234|    620|#if SIZEOF_SRE_CHAR < 4
  235|    620|        if ((SRE_CODE) c != chr)
  ------------------
  |  Branch (235:13): [True: 0, False: 620]
  ------------------
  236|      0|            ; /* literal can't match: doesn't fit in char width */
  237|    620|        else
  238|    620|#endif
  239|   344k|        while (ptr < end && *ptr == c)
  ------------------
  |  Branch (239:16): [True: 343k, False: 74]
  |  Branch (239:29): [True: 343k, False: 546]
  ------------------
  240|   343k|            ptr++;
  241|    620|        break;
  242|       |
  243|      0|    case SRE_OP_LITERAL_IGNORE:
  ------------------
  |  |   47|      0|#define SRE_OP_LITERAL_IGNORE 32
  ------------------
  |  Branch (243:5): [True: 0, False: 1.47M]
  ------------------
  244|       |        /* repeated literal */
  245|      0|        chr = pattern[1];
  246|      0|        TRACE(("|%p|%p|COUNT LITERAL_IGNORE %d\n", pattern, ptr, chr));
  247|      0|        while (ptr < end && (SRE_CODE) sre_lower_ascii(*ptr) == chr)
  ------------------
  |  Branch (247:16): [True: 0, False: 0]
  |  Branch (247:29): [True: 0, False: 0]
  ------------------
  248|      0|            ptr++;
  249|      0|        break;
  250|       |
  251|      0|    case SRE_OP_LITERAL_UNI_IGNORE:
  ------------------
  |  |   55|      0|#define SRE_OP_LITERAL_UNI_IGNORE 40
  ------------------
  |  Branch (251:5): [True: 0, False: 1.47M]
  ------------------
  252|       |        /* repeated literal */
  253|      0|        chr = pattern[1];
  254|      0|        TRACE(("|%p|%p|COUNT LITERAL_UNI_IGNORE %d\n", pattern, ptr, chr));
  255|      0|        while (ptr < end && (SRE_CODE) sre_lower_unicode(*ptr) == chr)
  ------------------
  |  Branch (255:16): [True: 0, False: 0]
  |  Branch (255:29): [True: 0, False: 0]
  ------------------
  256|      0|            ptr++;
  257|      0|        break;
  258|       |
  259|      0|    case SRE_OP_LITERAL_LOC_IGNORE:
  ------------------
  |  |   51|      0|#define SRE_OP_LITERAL_LOC_IGNORE 36
  ------------------
  |  Branch (259:5): [True: 0, False: 1.47M]
  ------------------
  260|       |        /* repeated literal */
  261|      0|        chr = pattern[1];
  262|      0|        TRACE(("|%p|%p|COUNT LITERAL_LOC_IGNORE %d\n", pattern, ptr, chr));
  263|      0|        while (ptr < end && char_loc_ignore(chr, *ptr))
  ------------------
  |  Branch (263:16): [True: 0, False: 0]
  |  Branch (263:29): [True: 0, False: 0]
  ------------------
  264|      0|            ptr++;
  265|      0|        break;
  266|       |
  267|      0|    case SRE_OP_NOT_LITERAL:
  ------------------
  |  |   35|      0|#define SRE_OP_NOT_LITERAL 20
  ------------------
  |  Branch (267:5): [True: 0, False: 1.47M]
  ------------------
  268|       |        /* repeated non-literal */
  269|      0|        chr = pattern[1];
  270|      0|        TRACE(("|%p|%p|COUNT NOT_LITERAL %d\n", pattern, ptr, chr));
  271|      0|        c = (SRE_CHAR) chr;
  272|      0|#if SIZEOF_SRE_CHAR < 4
  273|      0|        if ((SRE_CODE) c != chr)
  ------------------
  |  Branch (273:13): [True: 0, False: 0]
  ------------------
  274|      0|            ptr = end; /* literal can't match: doesn't fit in char width */
  275|      0|        else
  276|      0|#endif
  277|      0|        while (ptr < end && *ptr != c)
  ------------------
  |  Branch (277:16): [True: 0, False: 0]
  |  Branch (277:29): [True: 0, False: 0]
  ------------------
  278|      0|            ptr++;
  279|      0|        break;
  280|       |
  281|      0|    case SRE_OP_NOT_LITERAL_IGNORE:
  ------------------
  |  |   48|      0|#define SRE_OP_NOT_LITERAL_IGNORE 33
  ------------------
  |  Branch (281:5): [True: 0, False: 1.47M]
  ------------------
  282|       |        /* repeated non-literal */
  283|      0|        chr = pattern[1];
  284|      0|        TRACE(("|%p|%p|COUNT NOT_LITERAL_IGNORE %d\n", pattern, ptr, chr));
  285|      0|        while (ptr < end && (SRE_CODE) sre_lower_ascii(*ptr) != chr)
  ------------------
  |  Branch (285:16): [True: 0, False: 0]
  |  Branch (285:29): [True: 0, False: 0]
  ------------------
  286|      0|            ptr++;
  287|      0|        break;
  288|       |
  289|      0|    case SRE_OP_NOT_LITERAL_UNI_IGNORE:
  ------------------
  |  |   56|      0|#define SRE_OP_NOT_LITERAL_UNI_IGNORE 41
  ------------------
  |  Branch (289:5): [True: 0, False: 1.47M]
  ------------------
  290|       |        /* repeated non-literal */
  291|      0|        chr = pattern[1];
  292|      0|        TRACE(("|%p|%p|COUNT NOT_LITERAL_UNI_IGNORE %d\n", pattern, ptr, chr));
  293|      0|        while (ptr < end && (SRE_CODE) sre_lower_unicode(*ptr) != chr)
  ------------------
  |  Branch (293:16): [True: 0, False: 0]
  |  Branch (293:29): [True: 0, False: 0]
  ------------------
  294|      0|            ptr++;
  295|      0|        break;
  296|       |
  297|      0|    case SRE_OP_NOT_LITERAL_LOC_IGNORE:
  ------------------
  |  |   52|      0|#define SRE_OP_NOT_LITERAL_LOC_IGNORE 37
  ------------------
  |  Branch (297:5): [True: 0, False: 1.47M]
  ------------------
  298|       |        /* repeated non-literal */
  299|      0|        chr = pattern[1];
  300|      0|        TRACE(("|%p|%p|COUNT NOT_LITERAL_LOC_IGNORE %d\n", pattern, ptr, chr));
  301|      0|        while (ptr < end && !char_loc_ignore(chr, *ptr))
  ------------------
  |  Branch (301:16): [True: 0, False: 0]
  |  Branch (301:29): [True: 0, False: 0]
  ------------------
  302|      0|            ptr++;
  303|      0|        break;
  304|       |
  305|      0|    default:
  ------------------
  |  Branch (305:5): [True: 0, False: 1.47M]
  ------------------
  306|       |        /* repeated single character pattern */
  307|      0|        TRACE(("|%p|%p|COUNT SUBPATTERN\n", pattern, ptr));
  308|      0|        while ((SRE_CHAR*) state->ptr < end) {
  ------------------
  |  Branch (308:16): [True: 0, False: 0]
  ------------------
  309|      0|            i = SRE(match)(state, pattern, 0);
  ------------------
  |  |  356|      0|#define SRE(F) sre_ucs1_##F
  ------------------
  310|      0|            if (i < 0)
  ------------------
  |  Branch (310:17): [True: 0, False: 0]
  ------------------
  311|      0|                return i;
  312|      0|            if (!i)
  ------------------
  |  Branch (312:17): [True: 0, False: 0]
  ------------------
  313|      0|                break;
  314|      0|        }
  315|      0|        TRACE(("|%p|%p|COUNT %zd\n", pattern, ptr,
  316|      0|               (SRE_CHAR*) state->ptr - ptr));
  317|      0|        return (SRE_CHAR*) state->ptr - ptr;
  318|  1.47M|    }
  319|       |
  320|  1.47M|    TRACE(("|%p|%p|COUNT %zd\n", pattern, ptr,
  321|  1.47M|           ptr - (SRE_CHAR*) state->ptr));
  322|  1.47M|    return ptr - (SRE_CHAR*) state->ptr;
  323|  1.47M|}

PyInit__stat:
  711|      2|{
  712|      2|    return PyModuleDef_Init(&statmodule);
  713|      2|}
_stat.c:stat_S_ISDIR:
  334|      2|stat_S_ISFUNC(S_ISDIR,
  ------------------
  |  |  326|      2|    {                                                          \
  |  |  327|      2|       mode_t mode = _PyLong_AsMode_t(omode);                   \
  |  |  328|      2|       if ((mode == (mode_t)-1) && PyErr_Occurred())           \
  |  |  ------------------
  |  |  |  Branch (328:12): [True: 0, False: 2]
  |  |  |  Branch (328:36): [True: 0, False: 0]
  |  |  ------------------
  |  |  329|      2|           return NULL;                                        \
  |  |  330|      2|       return PyBool_FromLong(isfunc(mode));                   \
  |  |  ------------------
  |  |  |  |  334|      2|stat_S_ISFUNC(S_ISDIR,
  |  |  ------------------
  |  |  331|      2|    }                                                          \
  ------------------
_stat.c:_PyLong_AsMode_t:
  294|      2|{
  295|      2|    unsigned long value;
  296|      2|    mode_t mode;
  297|       |
  298|      2|    if (PyLong_Check(op)) {
  ------------------
  |  |   13|      2|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  299|      2|        value = PyLong_AsUnsignedLong(op);
  300|      2|    }
  301|      0|    else {
  302|      0|        op = PyNumber_Index(op);
  303|      0|        if (op == NULL) {
  ------------------
  |  Branch (303:13): [True: 0, False: 0]
  ------------------
  304|      0|            return (mode_t)-1;
  305|      0|        }
  306|      0|        value = PyLong_AsUnsignedLong(op);
  307|      0|        Py_DECREF(op);
  ------------------
  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  308|      0|    }
  309|       |
  310|      2|    if ((value == (unsigned long)-1) && PyErr_Occurred()) {
  ------------------
  |  Branch (310:9): [True: 0, False: 2]
  |  Branch (310:41): [True: 0, False: 0]
  ------------------
  311|      0|        return (mode_t)-1;
  312|      0|    }
  313|       |
  314|      2|    mode = (mode_t)value;
  315|      2|    if ((unsigned long)mode != value) {
  ------------------
  |  Branch (315:9): [True: 0, False: 2]
  ------------------
  316|      0|        PyErr_SetString(PyExc_OverflowError, "mode out of range");
  317|      0|        return (mode_t)-1;
  318|      0|    }
  319|      2|    return mode;
  320|      2|}
_stat.c:stat_exec:
  565|      2|{
  566|      2|#define ADD_INT_MACRO(module, macro)                                  \
  567|      2|    do {                                                              \
  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  569|      2|            return -1;                                                \
  570|      2|        }                                                             \
  571|      2|    } while (0)
  572|       |
  573|      2|    ADD_INT_MACRO(module, S_IFDIR);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  574|      2|    ADD_INT_MACRO(module, S_IFCHR);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  575|      2|    ADD_INT_MACRO(module, S_IFBLK);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  576|      2|    ADD_INT_MACRO(module, S_IFREG);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  577|      2|    ADD_INT_MACRO(module, S_IFIFO);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  578|      2|    ADD_INT_MACRO(module, S_IFLNK);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  579|      2|    ADD_INT_MACRO(module, S_IFSOCK);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  580|      2|    ADD_INT_MACRO(module, S_IFDOOR);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  581|      2|    ADD_INT_MACRO(module, S_IFPORT);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  582|      2|    ADD_INT_MACRO(module, S_IFWHT);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  583|       |
  584|      2|    ADD_INT_MACRO(module, S_ISUID);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  585|      2|    ADD_INT_MACRO(module, S_ISGID);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  586|      2|    ADD_INT_MACRO(module, S_ISVTX);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  587|      2|    ADD_INT_MACRO(module, S_ENFMT);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  588|       |
  589|      2|    ADD_INT_MACRO(module, S_IREAD);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  590|      2|    ADD_INT_MACRO(module, S_IWRITE);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  591|      2|    ADD_INT_MACRO(module, S_IEXEC);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  592|       |
  593|      2|    ADD_INT_MACRO(module, S_IRWXU);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  594|      2|    ADD_INT_MACRO(module, S_IRUSR);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  595|      2|    ADD_INT_MACRO(module, S_IWUSR);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  596|      2|    ADD_INT_MACRO(module, S_IXUSR);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  597|       |
  598|      2|    ADD_INT_MACRO(module, S_IRWXG);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  599|      2|    ADD_INT_MACRO(module, S_IRGRP);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  600|      2|    ADD_INT_MACRO(module, S_IWGRP);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  601|      2|    ADD_INT_MACRO(module, S_IXGRP);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  602|       |
  603|      2|    ADD_INT_MACRO(module, S_IRWXO);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  604|      2|    ADD_INT_MACRO(module, S_IROTH);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  605|      2|    ADD_INT_MACRO(module, S_IWOTH);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  606|      2|    ADD_INT_MACRO(module, S_IXOTH);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  607|       |
  608|      2|    ADD_INT_MACRO(module, UF_SETTABLE);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  609|      2|    ADD_INT_MACRO(module, UF_NODUMP);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  610|      2|    ADD_INT_MACRO(module, UF_IMMUTABLE);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  611|      2|    ADD_INT_MACRO(module, UF_APPEND);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  612|      2|    ADD_INT_MACRO(module, UF_OPAQUE);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  613|      2|    ADD_INT_MACRO(module, UF_NOUNLINK);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  614|      2|    ADD_INT_MACRO(module, UF_COMPRESSED);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  615|      2|    ADD_INT_MACRO(module, UF_TRACKED);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  616|      2|    ADD_INT_MACRO(module, UF_DATAVAULT);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  617|      2|    ADD_INT_MACRO(module, UF_HIDDEN);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  618|      2|    ADD_INT_MACRO(module, SF_SETTABLE);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  619|      2|    ADD_INT_MACRO(module, SF_ARCHIVED);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  620|      2|    ADD_INT_MACRO(module, SF_IMMUTABLE);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  621|      2|    ADD_INT_MACRO(module, SF_APPEND);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  622|      2|    ADD_INT_MACRO(module, SF_NOUNLINK);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  623|      2|    ADD_INT_MACRO(module, SF_SNAPSHOT);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  624|      2|    ADD_INT_MACRO(module, SF_FIRMLINK);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  625|      2|    ADD_INT_MACRO(module, SF_DATALESS);
  ------------------
  |  |  567|      2|    do {                                                              \
  |  |  568|      2|        if (PyModule_AddIntConstant(module, #macro, macro) < 0) {     \
  |  |  ------------------
  |  |  |  Branch (568:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  569|      0|            return -1;                                                \
  |  |  570|      0|        }                                                             \
  |  |  571|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (571:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  626|       |
  627|       |#ifdef SF_SUPPORTED
  628|       |    ADD_INT_MACRO(module, SF_SUPPORTED);
  629|       |#endif
  630|       |#ifdef SF_SYNTHETIC
  631|       |    ADD_INT_MACRO(module, SF_SYNTHETIC);
  632|       |#endif
  633|       |
  634|       |
  635|      2|    const char* st_constants[] = {
  636|      2|        "ST_MODE",
  637|      2|        "ST_INO",
  638|      2|        "ST_DEV",
  639|      2|        "ST_NLINK",
  640|      2|        "ST_UID",
  641|      2|        "ST_GID",
  642|      2|        "ST_SIZE",
  643|      2|        "ST_ATIME",
  644|      2|        "ST_MTIME",
  645|      2|        "ST_CTIME"
  646|      2|    };
  647|       |
  648|     22|    for (int i = 0; i < (int)Py_ARRAY_LENGTH(st_constants); i++) {
  ------------------
  |  |  196|     22|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (648:21): [True: 20, False: 2]
  ------------------
  649|     20|        if (PyModule_AddIntConstant(module, st_constants[i], i) < 0) {
  ------------------
  |  Branch (649:13): [True: 0, False: 20]
  ------------------
  650|      0|            return -1;
  651|      0|        }
  652|     20|    }
  653|       |
  654|       |#ifdef MS_WINDOWS
  655|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_ARCHIVE);
  656|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_COMPRESSED);
  657|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_DEVICE);
  658|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_DIRECTORY);
  659|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_ENCRYPTED);
  660|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_HIDDEN);
  661|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_INTEGRITY_STREAM);
  662|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_NORMAL);
  663|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_NOT_CONTENT_INDEXED);
  664|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_NO_SCRUB_DATA);
  665|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_OFFLINE);
  666|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_READONLY);
  667|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_REPARSE_POINT);
  668|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_SPARSE_FILE);
  669|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_SYSTEM);
  670|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_TEMPORARY);
  671|       |    ADD_INT_MACRO(module, FILE_ATTRIBUTE_VIRTUAL);
  672|       |
  673|       |    if (PyModule_Add(module, "IO_REPARSE_TAG_SYMLINK",
  674|       |            PyLong_FromUnsignedLong(IO_REPARSE_TAG_SYMLINK)) < 0) {
  675|       |        return -1;
  676|       |    }
  677|       |    if (PyModule_Add(module, "IO_REPARSE_TAG_MOUNT_POINT",
  678|       |            PyLong_FromUnsignedLong(IO_REPARSE_TAG_MOUNT_POINT)) < 0) {
  679|       |        return -1;
  680|       |    }
  681|       |    if (PyModule_Add(module, "IO_REPARSE_TAG_APPEXECLINK",
  682|       |            PyLong_FromUnsignedLong(IO_REPARSE_TAG_APPEXECLINK)) < 0) {
  683|       |        return -1;
  684|       |    }
  685|       |#endif
  686|       |
  687|      2|    return 0;
  688|      2|}

PyInit__thread:
 2880|      2|{
 2881|      2|    return PyModuleDef_Init(&thread_module);
 2882|      2|}
_threadmodule.c:get_thread_state:
   58|    140|{
   59|    140|    void *state = _PyModule_GetState(module);
   60|    140|    assert(state != NULL);
  ------------------
  |  Branch (60:5): [True: 140, False: 0]
  ------------------
   61|    140|    return (thread_module_state *)state;
   62|    140|}
_threadmodule.c:thread_PyThread_allocate_lock:
 2115|     67|{
 2116|     67|    thread_module_state *state = get_thread_state(module);
 2117|     67|    return lock_new_impl(state->lock_type);
 2118|     67|}
_threadmodule.c:lock_new_impl:
  994|     67|{
  995|     67|    lockobject *self = (lockobject *)type->tp_alloc(type, 0);
  996|     67|    if (self == NULL) {
  ------------------
  |  Branch (996:9): [True: 0, False: 67]
  ------------------
  997|      0|        return NULL;
  998|      0|    }
  999|     67|    self->lock = (PyMutex){0};
 1000|     67|    return (PyObject *)self;
 1001|     67|}
_threadmodule.c:thread_get_ident:
 2135|    182|{
 2136|    182|    PyThread_ident_t ident = PyThread_get_thread_ident_ex();
 2137|    182|    if (ident == PYTHREAD_INVALID_THREAD_ID) {
  ------------------
  |  |   13|    182|#define PYTHREAD_INVALID_THREAD_ID ((unsigned long)-1)
  ------------------
  |  Branch (2137:9): [True: 0, False: 182]
  ------------------
 2138|      0|        PyErr_SetString(ThreadError, "no current thread ident");
  ------------------
  |  |   23|      0|#define ThreadError PyExc_RuntimeError
  ------------------
 2139|      0|        return NULL;
 2140|      0|    }
 2141|    182|    return PyLong_FromUnsignedLongLong(ident);
 2142|    182|}
_threadmodule.c:thread_module_exec:
 2699|      2|{
 2700|      2|    thread_module_state *state = get_thread_state(module);
 2701|      2|    PyObject *d = PyModule_GetDict(module);
 2702|       |
 2703|       |    // Initialize the C thread library
 2704|      2|    PyThread_init_thread();
 2705|       |
 2706|       |    // _ThreadHandle
 2707|      2|    state->thread_handle_type = (PyTypeObject *)PyType_FromSpec(&ThreadHandle_Type_spec);
 2708|      2|    if (state->thread_handle_type == NULL) {
  ------------------
  |  Branch (2708:9): [True: 0, False: 2]
  ------------------
 2709|      0|        return -1;
 2710|      0|    }
 2711|      2|    if (PyDict_SetItemString(d, "_ThreadHandle", (PyObject *)state->thread_handle_type) < 0) {
  ------------------
  |  Branch (2711:9): [True: 0, False: 2]
  ------------------
 2712|      0|        return -1;
 2713|      0|    }
 2714|       |
 2715|       |    // Lock
 2716|      2|    state->lock_type = (PyTypeObject *)PyType_FromModuleAndSpec(module, &lock_type_spec, NULL);
 2717|      2|    if (state->lock_type == NULL) {
  ------------------
  |  Branch (2717:9): [True: 0, False: 2]
  ------------------
 2718|      0|        return -1;
 2719|      0|    }
 2720|      2|    if (PyModule_AddType(module, state->lock_type) < 0) {
  ------------------
  |  Branch (2720:9): [True: 0, False: 2]
  ------------------
 2721|      0|        return -1;
 2722|      0|    }
 2723|       |    // Old alias: lock -> LockType
 2724|      2|    if (PyDict_SetItemString(d, "LockType", (PyObject *)state->lock_type) < 0) {
  ------------------
  |  Branch (2724:9): [True: 0, False: 2]
  ------------------
 2725|      0|        return -1;
 2726|      0|    }
 2727|       |
 2728|       |    // RLock
 2729|      2|    state->rlock_type = (PyTypeObject *)PyType_FromModuleAndSpec(module, &rlock_type_spec, NULL);
 2730|      2|    if (state->rlock_type == NULL) {
  ------------------
  |  Branch (2730:9): [True: 0, False: 2]
  ------------------
 2731|      0|        return -1;
 2732|      0|    }
 2733|      2|    if (PyModule_AddType(module, state->rlock_type) < 0) {
  ------------------
  |  Branch (2733:9): [True: 0, False: 2]
  ------------------
 2734|      0|        return -1;
 2735|      0|    }
 2736|       |
 2737|       |    // Local dummy
 2738|      2|    state->local_dummy_type = (PyTypeObject *)PyType_FromSpec(&local_dummy_type_spec);
 2739|      2|    if (state->local_dummy_type == NULL) {
  ------------------
  |  Branch (2739:9): [True: 0, False: 2]
  ------------------
 2740|      0|        return -1;
 2741|      0|    }
 2742|       |
 2743|       |    // Local
 2744|      2|    state->local_type = (PyTypeObject *)PyType_FromModuleAndSpec(module, &local_type_spec, NULL);
 2745|      2|    if (state->local_type == NULL) {
  ------------------
  |  Branch (2745:9): [True: 0, False: 2]
  ------------------
 2746|      0|        return -1;
 2747|      0|    }
 2748|      2|    if (PyModule_AddType(module, state->local_type) < 0) {
  ------------------
  |  Branch (2748:9): [True: 0, False: 2]
  ------------------
 2749|      0|        return -1;
 2750|      0|    }
 2751|       |
 2752|       |    // Add module attributes
 2753|      2|    if (PyDict_SetItemString(d, "error", ThreadError) < 0) {
  ------------------
  |  |   23|      2|#define ThreadError PyExc_RuntimeError
  ------------------
  |  Branch (2753:9): [True: 0, False: 2]
  ------------------
 2754|      0|        return -1;
 2755|      0|    }
 2756|       |
 2757|       |    // _ExceptHookArgs type
 2758|      2|    state->excepthook_type = PyStructSequence_NewType(&ExceptHookArgs_desc);
 2759|      2|    if (state->excepthook_type == NULL) {
  ------------------
  |  Branch (2759:9): [True: 0, False: 2]
  ------------------
 2760|      0|        return -1;
 2761|      0|    }
 2762|      2|    if (PyModule_AddType(module, state->excepthook_type) < 0) {
  ------------------
  |  Branch (2762:9): [True: 0, False: 2]
  ------------------
 2763|      0|        return -1;
 2764|      0|    }
 2765|       |
 2766|       |    // TIMEOUT_MAX
 2767|      2|    double timeout_max = (double)PY_TIMEOUT_MAX * 1e-6;
 2768|      2|    double time_max = PyTime_AsSecondsDouble(PyTime_MAX);
  ------------------
  |  |   12|      2|#define PyTime_MAX INT64_MAX
  ------------------
 2769|      2|    timeout_max = Py_MIN(timeout_max, time_max);
  ------------------
  |  |  112|      2|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2770|       |    // Round towards minus infinity
 2771|      2|    timeout_max = floor(timeout_max);
 2772|       |
 2773|      2|    if (PyModule_Add(module, "TIMEOUT_MAX",
  ------------------
  |  Branch (2773:9): [True: 0, False: 2]
  ------------------
 2774|      2|                        PyFloat_FromDouble(timeout_max)) < 0) {
 2775|      0|        return -1;
 2776|      0|    }
 2777|       |
 2778|      2|    llist_init(&state->shutdown_handles);
 2779|       |
 2780|      2|#ifdef _PYTHREAD_NAME_MAXLEN
 2781|      2|    if (PyModule_AddIntConstant(module, "_NAME_MAXLEN",
  ------------------
  |  Branch (2781:9): [True: 0, False: 2]
  ------------------
 2782|      2|                                _PYTHREAD_NAME_MAXLEN) < 0) {
  ------------------
  |  | 2049|      2|#define _PYTHREAD_NAME_MAXLEN 15
  ------------------
 2783|      0|        return -1;
 2784|      0|    }
 2785|      2|#endif
 2786|       |
 2787|       |#ifdef MS_WINDOWS
 2788|       |    HMODULE kernelbase = GetModuleHandleW(L"kernelbase.dll");
 2789|       |    if (kernelbase != NULL) {
 2790|       |        if (pGetThreadDescription == NULL) {
 2791|       |            pGetThreadDescription = (PF_GET_THREAD_DESCRIPTION)GetProcAddress(
 2792|       |                                        kernelbase, "GetThreadDescription");
 2793|       |        }
 2794|       |        if (pSetThreadDescription == NULL) {
 2795|       |            pSetThreadDescription = (PF_SET_THREAD_DESCRIPTION)GetProcAddress(
 2796|       |                                        kernelbase, "SetThreadDescription");
 2797|       |        }
 2798|       |    }
 2799|       |
 2800|       |    if (pGetThreadDescription == NULL) {
 2801|       |        if (PyObject_DelAttrString(module, "_get_name") < 0) {
 2802|       |            return -1;
 2803|       |        }
 2804|       |    }
 2805|       |    if (pSetThreadDescription == NULL) {
 2806|       |        if (PyObject_DelAttrString(module, "set_name") < 0) {
 2807|       |            return -1;
 2808|       |        }
 2809|       |    }
 2810|       |#endif
 2811|       |
 2812|      2|    return 0;
 2813|      2|}
_threadmodule.c:lock_dealloc:
  770|     67|{
  771|     67|    PyObject_GC_UnTrack(self);
  772|     67|    PyObject_ClearWeakRefs(self);
  773|     67|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  213|     67|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  774|     67|    tp->tp_free(self);
  775|     67|    Py_DECREF(tp);
  ------------------
  |  |  430|     67|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  776|     67|}
_threadmodule.c:lock_acquire_parse_timeout:
  781|    182|{
  782|       |    // XXX Use PyThread_ParseTimeoutArg().
  783|       |
  784|    182|    const PyTime_t unset_timeout = _PyTime_FromSeconds(-1);
  785|    182|    *timeout = unset_timeout;
  786|       |
  787|    182|    if (timeout_obj
  ------------------
  |  Branch (787:9): [True: 0, False: 182]
  ------------------
  788|      0|        && _PyTime_FromSecondsObject(timeout,
  ------------------
  |  Branch (788:12): [True: 0, False: 0]
  ------------------
  789|      0|                                     timeout_obj, _PyTime_ROUND_TIMEOUT) < 0)
  790|      0|        return -1;
  791|       |
  792|    182|    if (!blocking && *timeout != unset_timeout ) {
  ------------------
  |  Branch (792:9): [True: 0, False: 182]
  |  Branch (792:22): [True: 0, False: 0]
  ------------------
  793|      0|        PyErr_SetString(PyExc_ValueError,
  794|      0|                        "can't specify a timeout for a non-blocking call");
  795|      0|        return -1;
  796|      0|    }
  797|    182|    if (*timeout < 0 && *timeout != unset_timeout) {
  ------------------
  |  Branch (797:9): [True: 182, False: 0]
  |  Branch (797:25): [True: 0, False: 182]
  ------------------
  798|      0|        PyErr_SetString(PyExc_ValueError,
  799|      0|                        "timeout value must be a non-negative number");
  800|      0|        return -1;
  801|      0|    }
  802|    182|    if (!blocking)
  ------------------
  |  Branch (802:9): [True: 0, False: 182]
  ------------------
  803|      0|        *timeout = 0;
  804|    182|    else if (*timeout != unset_timeout) {
  ------------------
  |  Branch (804:14): [True: 0, False: 182]
  ------------------
  805|      0|        PyTime_t microseconds;
  806|       |
  807|      0|        microseconds = _PyTime_AsMicroseconds(*timeout, _PyTime_ROUND_TIMEOUT);
  808|      0|        if (microseconds > PY_TIMEOUT_MAX) {
  ------------------
  |  Branch (808:13): [True: 0, False: 0]
  ------------------
  809|      0|            PyErr_SetString(PyExc_OverflowError,
  810|      0|                            "timeout value is too large");
  811|      0|            return -1;
  812|      0|        }
  813|      0|    }
  814|    182|    return 0;
  815|    182|}
_threadmodule.c:get_thread_state_by_cls:
   66|     67|{
   67|       |    // Use PyType_GetModuleByDef() to handle (R)Lock subclasses.
   68|     67|    PyObject *module = PyType_GetModuleByDef(cls, &thread_module);
   69|     67|    if (module == NULL) {
  ------------------
  |  Branch (69:9): [True: 0, False: 67]
  ------------------
   70|      0|        return NULL;
   71|      0|    }
   72|     67|    return get_thread_state(module);
   73|     67|}
_threadmodule.c:rlock_dealloc:
 1062|     67|{
 1063|     67|    PyObject_GC_UnTrack(self);
 1064|     67|    PyObject_ClearWeakRefs(self);
 1065|     67|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  213|     67|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1066|     67|    tp->tp_free(self);
 1067|     67|    Py_DECREF(tp);
  ------------------
  |  |  430|     67|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1068|     67|}
_threadmodule.c:_thread_RLock_acquire_impl:
 1095|    182|{
 1096|    182|    PyTime_t timeout;
 1097|       |
 1098|    182|    if (lock_acquire_parse_timeout(timeoutobj, blocking, &timeout) < 0) {
  ------------------
  |  Branch (1098:9): [True: 0, False: 182]
  ------------------
 1099|      0|        return NULL;
 1100|      0|    }
 1101|       |
 1102|    182|    PyLockStatus r = _PyRecursiveMutex_LockTimed(
 1103|    182|        &self->lock, timeout,
 1104|    182|        _PY_LOCK_PYTHONLOCK | _PY_LOCK_HANDLE_SIGNALS | _PY_LOCK_DETACH);
 1105|    182|    if (r == PY_LOCK_INTR) {
  ------------------
  |  Branch (1105:9): [True: 0, False: 182]
  ------------------
 1106|      0|        assert(PyErr_Occurred());
  ------------------
  |  Branch (1106:9): [True: 0, False: 0]
  ------------------
 1107|      0|        return NULL;
 1108|      0|    }
 1109|    182|    if (r == PY_LOCK_FAILURE && PyErr_Occurred()) {
  ------------------
  |  Branch (1109:9): [True: 0, False: 182]
  |  Branch (1109:33): [True: 0, False: 0]
  ------------------
 1110|      0|        return NULL;
 1111|      0|    }
 1112|       |
 1113|    182|    return PyBool_FromLong(r == PY_LOCK_ACQUIRED);
 1114|    182|}
_threadmodule.c:_thread_RLock_release_impl:
 1147|    182|{
 1148|    182|    if (_PyRecursiveMutex_TryUnlock(&self->lock) < 0) {
  ------------------
  |  Branch (1148:9): [True: 0, False: 182]
  ------------------
 1149|      0|        PyErr_SetString(PyExc_RuntimeError,
 1150|      0|                        "cannot release un-acquired lock");
 1151|      0|        return NULL;
 1152|      0|    }
 1153|    182|    Py_RETURN_NONE;
  ------------------
  |  |  628|    182|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    182|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1154|    182|}
_threadmodule.c:_thread_RLock___enter___impl:
 1125|    182|{
 1126|       |    return _thread_RLock_acquire_impl(self, 1, NULL);
 1127|    182|}
_threadmodule.c:_thread_RLock___exit___impl:
 1171|    182|{
 1172|    182|    return _thread_RLock_release_impl(self);
 1173|    182|}
_threadmodule.c:rlock_new_impl:
 1278|     67|{
 1279|     67|    rlockobject *self = (rlockobject *) type->tp_alloc(type, 0);
 1280|     67|    if (self == NULL) {
  ------------------
  |  Branch (1280:9): [True: 0, False: 67]
  ------------------
 1281|      0|        return NULL;
 1282|      0|    }
 1283|     67|    self->lock = (_PyRecursiveMutex){0};
 1284|     67|    return (PyObject *) self;
 1285|     67|}
_threadmodule.c:thread_module_traverse:
 2818|      4|{
 2819|      4|    thread_module_state *state = get_thread_state(module);
 2820|      4|    Py_VISIT(state->excepthook_type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2821|      4|    Py_VISIT(state->lock_type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2822|      4|    Py_VISIT(state->rlock_type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2823|      4|    Py_VISIT(state->local_type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2824|      4|    Py_VISIT(state->local_dummy_type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2825|      4|    Py_VISIT(state->thread_handle_type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2826|      4|    return 0;
 2827|      4|}

PyInit__types:
   74|      1|{
   75|      1|    return PyModuleDef_Init(&typesmodule);
   76|      1|}
_typesmodule.c:_types_exec:
   12|      1|{
   13|      1|#define EXPORT_STATIC_TYPE(NAME, TYPE)                                   \
   14|      1|    do {                                                                 \
   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
   17|      1|            return -1;                                                   \
   18|      1|        }                                                                \
   19|      1|    } while (0)
   20|       |
   21|      1|    EXPORT_STATIC_TYPE("AsyncGeneratorType", PyAsyncGen_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (21:5): [True: 1, False: 0]
  ------------------
   22|      1|    EXPORT_STATIC_TYPE("BuiltinFunctionType", PyCFunction_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (22:5): [True: 1, False: 0]
  ------------------
   23|       |    // BuiltinMethodType is the same as BuiltinFunctionType
   24|      1|    EXPORT_STATIC_TYPE("BuiltinMethodType", PyCFunction_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (24:5): [True: 1, False: 0]
  ------------------
   25|      1|    EXPORT_STATIC_TYPE("CapsuleType", PyCapsule_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (25:5): [True: 1, False: 0]
  ------------------
   26|      1|    EXPORT_STATIC_TYPE("CellType", PyCell_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (26:5): [True: 1, False: 0]
  ------------------
   27|      1|    EXPORT_STATIC_TYPE("ClassMethodDescriptorType", PyClassMethodDescr_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (27:5): [True: 1, False: 0]
  ------------------
   28|      1|    EXPORT_STATIC_TYPE("CodeType", PyCode_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (28:5): [True: 1, False: 0]
  ------------------
   29|      1|    EXPORT_STATIC_TYPE("CoroutineType", PyCoro_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (29:5): [True: 1, False: 0]
  ------------------
   30|      1|    EXPORT_STATIC_TYPE("EllipsisType", PyEllipsis_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (30:5): [True: 1, False: 0]
  ------------------
   31|      1|    EXPORT_STATIC_TYPE("FrameType", PyFrame_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (31:5): [True: 1, False: 0]
  ------------------
   32|      1|    EXPORT_STATIC_TYPE("FrameLocalsProxyType", PyFrameLocalsProxy_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (32:5): [True: 1, False: 0]
  ------------------
   33|      1|    EXPORT_STATIC_TYPE("FunctionType", PyFunction_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (33:5): [True: 1, False: 0]
  ------------------
   34|      1|    EXPORT_STATIC_TYPE("GeneratorType", PyGen_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (34:5): [True: 1, False: 0]
  ------------------
   35|      1|    EXPORT_STATIC_TYPE("GenericAlias", Py_GenericAliasType);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (35:5): [True: 1, False: 0]
  ------------------
   36|      1|    EXPORT_STATIC_TYPE("GetSetDescriptorType", PyGetSetDescr_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (36:5): [True: 1, False: 0]
  ------------------
   37|       |    // LambdaType is the same as FunctionType
   38|      1|    EXPORT_STATIC_TYPE("LambdaType", PyFunction_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (38:5): [True: 1, False: 0]
  ------------------
   39|      1|    EXPORT_STATIC_TYPE("LazyImportType", PyLazyImport_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (39:5): [True: 1, False: 0]
  ------------------
   40|      1|    EXPORT_STATIC_TYPE("MappingProxyType", PyDictProxy_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (40:5): [True: 1, False: 0]
  ------------------
   41|      1|    EXPORT_STATIC_TYPE("MemberDescriptorType", PyMemberDescr_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (41:5): [True: 1, False: 0]
  ------------------
   42|      1|    EXPORT_STATIC_TYPE("MethodDescriptorType", PyMethodDescr_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (42:5): [True: 1, False: 0]
  ------------------
   43|      1|    EXPORT_STATIC_TYPE("MethodType", PyMethod_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (43:5): [True: 1, False: 0]
  ------------------
   44|      1|    EXPORT_STATIC_TYPE("MethodWrapperType", _PyMethodWrapper_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (44:5): [True: 1, False: 0]
  ------------------
   45|      1|    EXPORT_STATIC_TYPE("ModuleType", PyModule_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (45:5): [True: 1, False: 0]
  ------------------
   46|      1|    EXPORT_STATIC_TYPE("NoneType", _PyNone_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (46:5): [True: 1, False: 0]
  ------------------
   47|      1|    EXPORT_STATIC_TYPE("NotImplementedType", _PyNotImplemented_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (47:5): [True: 1, False: 0]
  ------------------
   48|      1|    EXPORT_STATIC_TYPE("SimpleNamespace", _PyNamespace_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (48:5): [True: 1, False: 0]
  ------------------
   49|      1|    EXPORT_STATIC_TYPE("TracebackType", PyTraceBack_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (49:5): [True: 1, False: 0]
  ------------------
   50|      1|    EXPORT_STATIC_TYPE("UnionType", _PyUnion_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (50:5): [True: 1, False: 0]
  ------------------
   51|      1|    EXPORT_STATIC_TYPE("WrapperDescriptorType", PyWrapperDescr_Type);
  ------------------
  |  |   14|      1|    do {                                                                 \
  |  |   15|      1|        assert(PyUnstable_IsImmortal((PyObject *)&(TYPE)));              \
  |  |   16|      1|        if (PyModule_AddObjectRef(m, (NAME), (PyObject *)&(TYPE)) < 0) { \
  |  |  ------------------
  |  |  |  Branch (16:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   17|      0|            return -1;                                                   \
  |  |   18|      0|        }                                                                \
  |  |   19|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (19:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (51:5): [True: 1, False: 0]
  ------------------
   52|      1|#undef EXPORT_STATIC_TYPE
   53|      1|    return 0;
   54|      1|}

PyInit__weakref:
  186|      2|{
  187|      2|    return PyModuleDef_Init(&weakrefmodule);
  188|      2|}
_weakref.c:_weakref__remove_dead_weakref_impl:
   58|     91|{
   59|     91|    if (_PyDict_DelItemIf(dct, key, is_dead_weakref, NULL) < 0) {
  ------------------
  |  Branch (59:9): [True: 0, False: 91]
  ------------------
   60|      0|        return NULL;
   61|      0|    }
   62|     91|    Py_RETURN_NONE;
  ------------------
  |  |  628|     91|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     91|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
   63|     91|}
_weakref.c:is_dead_weakref:
   35|     91|{
   36|     91|    if (!PyWeakref_Check(value)) {
  ------------------
  |  |   23|     91|        (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  |  |  ------------------
  |  |  |  |   15|     91|#define PyWeakref_CheckRef(op) PyObject_TypeCheck((op), &_PyWeakref_RefType)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|    182|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 91, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  |  |  ------------------
  |  |  |  |   19|      0|        (Py_IS_TYPE((op), &_PyWeakref_ProxyType) \
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   20|      0|         || Py_IS_TYPE((op), &_PyWeakref_CallableProxyType))
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   37|      0|        PyErr_SetString(PyExc_TypeError, "not a weakref");
   38|      0|        return -1;
   39|      0|    }
   40|     91|    return _PyWeakref_IS_DEAD(value);
   41|     91|}
_weakref.c:weakref_exec:
  144|      2|{
  145|      2|    if (PyModule_AddObjectRef(module, "ref", (PyObject *) &_PyWeakref_RefType) < 0) {
  ------------------
  |  Branch (145:9): [True: 0, False: 2]
  ------------------
  146|      0|        return -1;
  147|      0|    }
  148|      2|    if (PyModule_AddObjectRef(module, "ReferenceType",
  ------------------
  |  Branch (148:9): [True: 0, False: 2]
  ------------------
  149|      2|                           (PyObject *) &_PyWeakref_RefType) < 0) {
  150|      0|        return -1;
  151|      0|    }
  152|      2|    if (PyModule_AddObjectRef(module, "ProxyType",
  ------------------
  |  Branch (152:9): [True: 0, False: 2]
  ------------------
  153|      2|                           (PyObject *) &_PyWeakref_ProxyType) < 0) {
  154|      0|        return -1;
  155|      0|    }
  156|      2|    if (PyModule_AddObjectRef(module, "CallableProxyType",
  ------------------
  |  Branch (156:9): [True: 0, False: 2]
  ------------------
  157|      2|                           (PyObject *) &_PyWeakref_CallableProxyType) < 0) {
  158|      0|        return -1;
  159|      0|    }
  160|       |
  161|      2|    return 0;
  162|      2|}

LLVMFuzzerInitialize:
  598|      2|int LLVMFuzzerInitialize(int *argc, char ***argv) {
  599|      2|    PyConfig config;
  600|      2|    PyConfig_InitPythonConfig(&config);
  601|      2|    config.install_signal_handlers = 0;
  602|       |    /* Raise the limit above the default allows exercising larger things
  603|       |     * now that we fall back to the _pylong module for large values. */
  604|      2|    config.int_max_str_digits = 8086;
  605|      2|    PyStatus status;
  606|      2|    status = PyConfig_SetBytesString(&config, &config.program_name, *argv[0]);
  607|      2|    if (PyStatus_Exception(status)) {
  ------------------
  |  Branch (607:9): [True: 0, False: 2]
  ------------------
  608|      0|        goto fail;
  609|      0|    }
  610|       |
  611|      2|    status = Py_InitializeFromConfig(&config);
  612|      2|    if (PyStatus_Exception(status)) {
  ------------------
  |  Branch (612:9): [True: 0, False: 2]
  ------------------
  613|      0|        goto fail;
  614|      0|    }
  615|      2|    PyConfig_Clear(&config);
  616|       |
  617|      2|    return 0;
  618|       |
  619|      0|fail:
  620|      0|    PyConfig_Clear(&config);
  621|      0|    Py_ExitStatusException(status);
  622|      2|}
LLVMFuzzerTestOneInput:
  631|    434|int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  632|    434|    assert(Py_IsInitialized());
  633|       |
  634|    434|    int rv = 0;
  635|       |
  636|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_builtin_float)
  637|       |    rv |= _run_fuzz(data, size, fuzz_builtin_float);
  638|       |#endif
  639|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_builtin_int)
  640|       |    rv |= _run_fuzz(data, size, fuzz_builtin_int);
  641|       |#endif
  642|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_builtin_unicode)
  643|       |    rv |= _run_fuzz(data, size, fuzz_builtin_unicode);
  644|       |#endif
  645|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_struct_unpack)
  646|       |    static int STRUCT_UNPACK_INITIALIZED = 0;
  647|       |    if (!STRUCT_UNPACK_INITIALIZED && !init_struct_unpack()) {
  648|       |        PyErr_Print();
  649|       |        abort();
  650|       |    } else {
  651|       |        STRUCT_UNPACK_INITIALIZED = 1;
  652|       |    }
  653|       |    rv |= _run_fuzz(data, size, fuzz_struct_unpack);
  654|       |#endif
  655|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_json_loads)
  656|       |    static int JSON_LOADS_INITIALIZED = 0;
  657|       |    if (!JSON_LOADS_INITIALIZED && !init_json_loads()) {
  658|       |        PyErr_Print();
  659|       |        abort();
  660|       |    } else {
  661|       |        JSON_LOADS_INITIALIZED = 1;
  662|       |    }
  663|       |
  664|       |    rv |= _run_fuzz(data, size, fuzz_json_loads);
  665|       |#endif
  666|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_sre_compile)
  667|       |    static int SRE_COMPILE_INITIALIZED = 0;
  668|       |    if (!SRE_COMPILE_INITIALIZED && !init_sre_compile()) {
  669|       |        PyErr_Print();
  670|       |        abort();
  671|       |    } else {
  672|       |        SRE_COMPILE_INITIALIZED = 1;
  673|       |    }
  674|       |
  675|       |    if (SRE_COMPILE_INITIALIZED) {
  676|       |        rv |= _run_fuzz(data, size, fuzz_sre_compile);
  677|       |    }
  678|       |#endif
  679|    434|#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_sre_match)
  680|    434|    static int SRE_MATCH_INITIALIZED = 0;
  681|    434|    if (!SRE_MATCH_INITIALIZED && !init_sre_match()) {
  ------------------
  |  Branch (681:9): [True: 1, False: 433]
  |  Branch (681:35): [True: 0, False: 1]
  ------------------
  682|      0|        PyErr_Print();
  683|      0|        abort();
  684|    434|    } else {
  685|    434|        SRE_MATCH_INITIALIZED = 1;
  686|    434|    }
  687|       |
  688|    434|    rv |= _run_fuzz(data, size, fuzz_sre_match);
  689|    434|#endif
  690|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_csv_reader)
  691|       |    static int CSV_READER_INITIALIZED = 0;
  692|       |    if (!CSV_READER_INITIALIZED && !init_csv_reader()) {
  693|       |        PyErr_Print();
  694|       |        abort();
  695|       |    } else {
  696|       |        CSV_READER_INITIALIZED = 1;
  697|       |    }
  698|       |
  699|       |    rv |= _run_fuzz(data, size, fuzz_csv_reader);
  700|       |#endif
  701|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_ast_literal_eval)
  702|       |    static int AST_LITERAL_EVAL_INITIALIZED = 0;
  703|       |    if (!AST_LITERAL_EVAL_INITIALIZED && !init_ast_literal_eval()) {
  704|       |        PyErr_Print();
  705|       |        abort();
  706|       |    } else {
  707|       |        AST_LITERAL_EVAL_INITIALIZED = 1;
  708|       |    }
  709|       |
  710|       |    rv |= _run_fuzz(data, size, fuzz_ast_literal_eval);
  711|       |#endif
  712|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_elementtree_parsewhole)
  713|       |    static int ELEMENTTREE_PARSEWHOLE_INITIALIZED = 0;
  714|       |    if (!ELEMENTTREE_PARSEWHOLE_INITIALIZED && !init_elementtree_parsewhole()) {
  715|       |        PyErr_Print();
  716|       |        abort();
  717|       |    } else {
  718|       |        ELEMENTTREE_PARSEWHOLE_INITIALIZED = 1;
  719|       |    }
  720|       |
  721|       |    rv |= _run_fuzz(data, size, fuzz_elementtree_parsewhole);
  722|       |#endif
  723|       |#if !defined(_Py_FUZZ_ONE) || defined(_Py_FUZZ_fuzz_pycompile)
  724|       |    rv |= _run_fuzz(data, size, fuzz_pycompile);
  725|       |#endif
  726|    434|  return rv;
  727|    434|}
fuzzer.c:init_sre_match:
  286|      1|static int init_sre_match(void) {
  287|      1|    PyObject* re_module = PyImport_ImportModule("re");
  288|      1|    if (re_module == NULL) {
  ------------------
  |  Branch (288:9): [True: 0, False: 1]
  ------------------
  289|      0|        return 0;
  290|      0|    }
  291|      1|    compiled_patterns = (PyObject**) PyMem_RawMalloc(
  292|      1|        sizeof(PyObject*) * NUM_PATTERNS);
  293|      1|    if (compiled_patterns == NULL) {
  ------------------
  |  Branch (293:9): [True: 0, False: 1]
  ------------------
  294|      0|        PyErr_NoMemory();
  295|      0|        return 0;
  296|      0|    }
  297|       |
  298|       |    /* Precompile all the regex patterns on the first run for faster fuzzing */
  299|     25|    for (size_t i = 0; i < NUM_PATTERNS; i++) {
  ------------------
  |  Branch (299:24): [True: 24, False: 1]
  ------------------
  300|     24|        PyObject* compiled = PyObject_CallMethod(
  301|     24|            re_module, "compile", "y", regex_patterns[i]);
  302|       |        /* Bail if any of the patterns fail to compile */
  303|     24|        if (compiled == NULL) {
  ------------------
  |  Branch (303:13): [True: 0, False: 24]
  ------------------
  304|      0|            return 0;
  305|      0|        }
  306|     24|        compiled_patterns[i] = compiled;
  307|     24|    }
  308|      1|    return 1;
  309|      1|}
fuzzer.c:_run_fuzz:
  582|    434|static int _run_fuzz(const uint8_t *data, size_t size, int(*fuzzer)(const char* , size_t)) {
  583|    434|    int rv = fuzzer((const char*) data, size);
  584|    434|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (584:9): [True: 0, False: 434]
  ------------------
  585|       |        /* Fuzz tests should handle expected errors for themselves.
  586|       |           This is last-ditch check in case they didn't. */
  587|      0|        PyErr_Print();
  588|      0|        abort();
  589|      0|    }
  590|       |    /* Someday the return value might mean something, propagate it. */
  591|    434|    return rv;
  592|    434|}
fuzzer.c:fuzz_sre_match:
  311|    434|static int fuzz_sre_match(const char* data, size_t size) {
  312|    434|    if (size < 1 || size > MAX_RE_TEST_SIZE) {
  ------------------
  |  |  192|    434|#define MAX_RE_TEST_SIZE 0x10000
  ------------------
  |  Branch (312:9): [True: 0, False: 434]
  |  Branch (312:21): [True: 1, False: 433]
  ------------------
  313|      1|        return 0;
  314|      1|    }
  315|       |    /* Use the first byte as a uint8_t specifying the index of the
  316|       |       regex to use */
  317|    433|    unsigned char idx = (unsigned char) data[0];
  318|    433|    idx = idx % NUM_PATTERNS;
  319|       |
  320|       |    /* Pull the string to match from the remaining bytes */
  321|    433|    PyObject* to_match = PyBytes_FromStringAndSize(data + 1, size - 1);
  322|    433|    if (to_match == NULL) {
  ------------------
  |  Branch (322:9): [True: 0, False: 433]
  ------------------
  323|      0|        return 0;
  324|      0|    }
  325|       |
  326|    433|    PyObject* pattern = compiled_patterns[idx];
  327|    433|    PyObject* match_callable = PyObject_GetAttrString(pattern, "match");
  328|       |
  329|    433|    PyObject* matches = PyObject_CallOneArg(match_callable, to_match);
  330|       |
  331|    433|    Py_XDECREF(matches);
  ------------------
  |  |  524|    433|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    433|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    433|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  332|    433|    Py_DECREF(match_callable);
  ------------------
  |  |  430|    433|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    433|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    433|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  333|    433|    Py_DECREF(to_match);
  ------------------
  |  |  430|    433|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    433|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    433|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  334|    433|    return 0;
  335|    433|}

_PyAtExit_Init:
   68|      2|{
   69|      2|    struct atexit_state *state = &interp->atexit;
   70|       |    // _PyAtExit_Init() must only be called once
   71|      2|    assert(state->callbacks == NULL);
  ------------------
  |  Branch (71:5): [True: 2, False: 0]
  ------------------
   72|       |
   73|      2|    state->callbacks = PyList_New(0);
   74|      2|    if (state->callbacks == NULL) {
  ------------------
  |  Branch (74:9): [True: 0, False: 2]
  ------------------
   75|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
   76|      0|    }
   77|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
   78|      2|}

_abc.c:_abc__abc_register:
   65|     69|{
   66|     69|    PyObject *return_value = NULL;
   67|     69|    PyObject *self;
   68|     69|    PyObject *subclass;
   69|       |
   70|     69|    if (!_PyArg_CheckPositional("_abc_register", nargs, 2, 2)) {
  ------------------
  |  |   31|     69|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 69, False: 0]
  |  |  |  Branch (31:27): [True: 69, False: 0]
  |  |  ------------------
  |  |   32|     69|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   71|      0|        goto exit;
   72|      0|    }
   73|     69|    self = args[0];
   74|     69|    subclass = args[1];
   75|     69|    return_value = _abc__abc_register_impl(module, self, subclass);
   76|       |
   77|     69|exit:
   78|     69|    return return_value;
   79|     69|}
_abc.c:_abc__abc_subclasscheck:
  127|     69|{
  128|     69|    PyObject *return_value = NULL;
  129|     69|    PyObject *self;
  130|     69|    PyObject *subclass;
  131|       |
  132|     69|    if (!_PyArg_CheckPositional("_abc_subclasscheck", nargs, 2, 2)) {
  ------------------
  |  |   31|     69|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 69, False: 0]
  |  |  |  Branch (31:27): [True: 69, False: 0]
  |  |  ------------------
  |  |   32|     69|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  133|      0|        goto exit;
  134|      0|    }
  135|     69|    self = args[0];
  136|     69|    subclass = args[1];
  137|     69|    return_value = _abc__abc_subclasscheck_impl(module, self, subclass);
  138|       |
  139|     69|exit:
  140|     69|    return return_value;
  141|     69|}

_codecsmodule.c:_codecs_lookup_error:
 2759|     12|{
 2760|     12|    PyObject *return_value = NULL;
 2761|     12|    const char *name;
 2762|       |
 2763|     12|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|     12|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     12|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2763:9): [True: 0, False: 12]
  ------------------
 2764|      0|        _PyArg_BadArgument("lookup_error", "argument", "str", arg);
 2765|      0|        goto exit;
 2766|      0|    }
 2767|     12|    Py_ssize_t name_length;
 2768|     12|    name = PyUnicode_AsUTF8AndSize(arg, &name_length);
 2769|     12|    if (name == NULL) {
  ------------------
  |  Branch (2769:9): [True: 0, False: 12]
  ------------------
 2770|      0|        goto exit;
 2771|      0|    }
 2772|     12|    if (strlen(name) != (size_t)name_length) {
  ------------------
  |  Branch (2772:9): [True: 0, False: 12]
  ------------------
 2773|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
 2774|      0|        goto exit;
 2775|      0|    }
 2776|     12|    return_value = _codecs_lookup_error_impl(module, name);
 2777|       |
 2778|     12|exit:
 2779|     12|    return return_value;
 2780|     12|}
_codecsmodule.c:_codecs__normalize_encoding:
 2798|      2|{
 2799|      2|    PyObject *return_value = NULL;
 2800|      2|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 2801|       |
 2802|      2|    #define NUM_KEYWORDS 1
 2803|      2|    static struct {
 2804|      2|        PyGC_Head _this_is_not_used;
 2805|      2|        PyObject_VAR_HEAD
 2806|      2|        Py_hash_t ob_hash;
 2807|      2|        PyObject *ob_item[NUM_KEYWORDS];
 2808|      2|    } _kwtuple = {
 2809|      2|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      2|    {                                     \
  |  |   98|      2|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      2|    {                               \
  |  |  |  |   91|      2|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      2|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      2|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      2|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      2|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      2|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      2|        (type)                      \
  |  |  |  |   93|      2|    },
  |  |  ------------------
  |  |   99|      2|        (size)                            \
  |  |  100|      2|    },
  ------------------
 2810|      2|        .ob_hash = -1,
 2811|      2|        .ob_item = { &_Py_ID(encoding), },
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2812|      2|    };
 2813|      2|    #undef NUM_KEYWORDS
 2814|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 2815|       |
 2816|       |    #else  // !Py_BUILD_CORE
 2817|       |    #  define KWTUPLE NULL
 2818|       |    #endif  // !Py_BUILD_CORE
 2819|       |
 2820|      2|    static const char * const _keywords[] = {"encoding", NULL};
 2821|      2|    static _PyArg_Parser _parser = {
 2822|      2|        .keywords = _keywords,
 2823|      2|        .fname = "_normalize_encoding",
 2824|      2|        .kwtuple = KWTUPLE,
  ------------------
  |  | 2814|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 2825|      2|    };
 2826|      2|    #undef KWTUPLE
 2827|      2|    PyObject *argsbuf[1];
 2828|      2|    PyObject *encoding;
 2829|       |
 2830|      2|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      2|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 2, False: 0]
  |  |  ------------------
  |  |   89|      2|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 2, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 2]
  |  |  |  Branch (89:43): [True: 2, False: 0]
  |  |  |  Branch (89:67): [True: 2, False: 0]
  |  |  ------------------
  |  |   90|      2|      (args) : \
  |  |   91|      2|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 2831|      2|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 2832|      2|    if (!args) {
  ------------------
  |  Branch (2832:9): [True: 0, False: 2]
  ------------------
 2833|      0|        goto exit;
 2834|      0|    }
 2835|      2|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2835:9): [True: 0, False: 2]
  ------------------
 2836|      0|        _PyArg_BadArgument("_normalize_encoding", "argument 'encoding'", "str", args[0]);
 2837|      0|        goto exit;
 2838|      0|    }
 2839|      2|    encoding = args[0];
 2840|      2|    return_value = _codecs__normalize_encoding_impl(module, encoding);
 2841|       |
 2842|      2|exit:
 2843|      2|    return return_value;
 2844|      2|}

_collectionsmodule.c:tuplegetter_new:
  604|      4|{
  605|      4|    PyObject *return_value = NULL;
  606|      4|    PyTypeObject *base_tp = clinic_state()->tuplegetter_type;
  ------------------
  |  |   57|      4|#define clinic_state() (get_module_state_by_cls(type))
  ------------------
  607|      4|    Py_ssize_t index;
  608|      4|    PyObject *doc;
  609|       |
  610|      4|    if ((type == base_tp || type->tp_init == base_tp->tp_init) &&
  ------------------
  |  Branch (610:10): [True: 4, False: 0]
  |  Branch (610:29): [True: 0, False: 0]
  ------------------
  611|      4|        !_PyArg_NoKeywords("_tuplegetter", kwargs)) {
  ------------------
  |  |   25|      4|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 4, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  612|      0|        goto exit;
  613|      0|    }
  614|      4|    if (!_PyArg_CheckPositional("_tuplegetter", PyTuple_GET_SIZE(args), 2, 2)) {
  ------------------
  |  |   31|      4|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 4, False: 0]
  |  |  |  Branch (31:27): [True: 4, False: 0]
  |  |  ------------------
  |  |   32|      4|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  615|      0|        goto exit;
  616|      0|    }
  617|      4|    {
  618|      4|        Py_ssize_t ival = -1;
  619|      4|        PyObject *iobj = _PyNumber_Index(PyTuple_GET_ITEM(args, 0));
  ------------------
  |  |   29|      4|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      4|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (619:42): [True: 4, False: 0]
  ------------------
  620|      4|        if (iobj != NULL) {
  ------------------
  |  Branch (620:13): [True: 4, False: 0]
  ------------------
  621|      4|            ival = PyLong_AsSsize_t(iobj);
  622|      4|            Py_DECREF(iobj);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  623|      4|        }
  624|      4|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (624:13): [True: 0, False: 4]
  |  Branch (624:27): [True: 0, False: 0]
  ------------------
  625|      0|            goto exit;
  626|      0|        }
  627|      4|        index = ival;
  628|      4|    }
  629|      4|    doc = PyTuple_GET_ITEM(args, 1);
  ------------------
  |  |   29|      4|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      4|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (629:11): [True: 4, False: 0]
  ------------------
  630|      0|    return_value = tuplegetter_new_impl(type, index, doc);
  631|       |
  632|      4|exit:
  633|      4|    return return_value;
  634|      4|}

_threadmodule.c:_thread_RLock___enter__:
  438|    182|{
  439|    182|    return _thread_RLock___enter___impl((rlockobject *)self);
  440|    182|}
_threadmodule.c:_thread_RLock___exit__:
  484|    182|{
  485|    182|    PyObject *return_value = NULL;
  486|    182|    PyObject *exc_type;
  487|    182|    PyObject *exc_value;
  488|    182|    PyObject *exc_tb;
  489|       |
  490|    182|    if (!_PyArg_CheckPositional("__exit__", nargs, 3, 3)) {
  ------------------
  |  |   31|    182|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 182, False: 0]
  |  |  |  Branch (31:27): [True: 182, False: 0]
  |  |  ------------------
  |  |   32|    182|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  491|      0|        goto exit;
  492|      0|    }
  493|    182|    exc_type = args[0];
  494|    182|    exc_value = args[1];
  495|    182|    exc_tb = args[2];
  496|    182|    return_value = _thread_RLock___exit___impl((rlockobject *)self, exc_type, exc_value, exc_tb);
  497|       |
  498|    182|exit:
  499|    182|    return return_value;
  500|    182|}
_threadmodule.c:rlock_new:
  601|     67|{
  602|     67|    PyObject *return_value = NULL;
  603|     67|    PyTypeObject *base_tp = clinic_state()->rlock_type;
  ------------------
  |  |   91|     67|#define clinic_state() get_thread_state_by_cls(type)
  ------------------
  604|       |
  605|     67|    if ((type == base_tp || type->tp_init == base_tp->tp_init) &&
  ------------------
  |  Branch (605:10): [True: 67, False: 0]
  |  Branch (605:29): [True: 0, False: 0]
  ------------------
  606|     67|        !_PyArg_NoPositional("RLock", args)) {
  ------------------
  |  |   20|     67|    ((args) == NULL || _PyArg_NoPositional((funcname), (args)))
  |  |  ------------------
  |  |  |  Branch (20:6): [True: 0, False: 67]
  |  |  |  Branch (20:24): [True: 67, False: 0]
  |  |  ------------------
  ------------------
  607|      0|        goto exit;
  608|      0|    }
  609|     67|    if ((type == base_tp || type->tp_init == base_tp->tp_init) &&
  ------------------
  |  Branch (609:10): [True: 67, False: 0]
  |  Branch (609:29): [True: 0, False: 0]
  ------------------
  610|     67|        !_PyArg_NoKeywords("RLock", kwargs)) {
  ------------------
  |  |   25|     67|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 67, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  611|      0|        goto exit;
  612|      0|    }
  613|     67|    return_value = rlock_new_impl(type);
  614|       |
  615|     67|exit:
  616|     67|    return return_value;
  617|     67|}

_weakref.c:_weakref__remove_dead_weakref:
   50|     91|{
   51|     91|    PyObject *return_value = NULL;
   52|     91|    PyObject *dct;
   53|     91|    PyObject *key;
   54|       |
   55|     91|    if (!_PyArg_CheckPositional("_remove_dead_weakref", nargs, 2, 2)) {
  ------------------
  |  |   31|     91|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 91, False: 0]
  |  |  |  Branch (31:27): [True: 91, False: 0]
  |  |  ------------------
  |  |   32|     91|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   56|      0|        goto exit;
   57|      0|    }
   58|     91|    if (!PyDict_Check(args[0])) {
  ------------------
  |  |   18|     91|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     91|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (58:9): [True: 0, False: 91]
  ------------------
   59|      0|        _PyArg_BadArgument("_remove_dead_weakref", "argument 1", "dict", args[0]);
   60|      0|        goto exit;
   61|      0|    }
   62|     91|    dct = args[0];
   63|     91|    key = args[1];
   64|     91|    return_value = _weakref__remove_dead_weakref_impl(module, dct, key);
   65|       |
   66|     91|exit:
   67|     91|    return return_value;
   68|     91|}

posixmodule.c:os_stat:
   46|     87|{
   47|     87|    PyObject *return_value = NULL;
   48|     87|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   49|       |
   50|     87|    #define NUM_KEYWORDS 3
   51|     87|    static struct {
   52|     87|        PyGC_Head _this_is_not_used;
   53|     87|        PyObject_VAR_HEAD
   54|     87|        Py_hash_t ob_hash;
   55|     87|        PyObject *ob_item[NUM_KEYWORDS];
   56|     87|    } _kwtuple = {
   57|     87|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     87|    {                                     \
  |  |   98|     87|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     87|    {                               \
  |  |  |  |   91|     87|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     87|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     87|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     87|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     87|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     87|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     87|        (type)                      \
  |  |  |  |   93|     87|    },
  |  |  ------------------
  |  |   99|     87|        (size)                            \
  |  |  100|     87|    },
  ------------------
   58|     87|        .ob_hash = -1,
   59|     87|        .ob_item = { &_Py_ID(path), &_Py_ID(dir_fd), &_Py_ID(follow_symlinks), },
  ------------------
  |  |  917|     87|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     87|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     87|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(path), &_Py_ID(dir_fd), &_Py_ID(follow_symlinks), },
  ------------------
  |  |  917|     87|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     87|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     87|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(path), &_Py_ID(dir_fd), &_Py_ID(follow_symlinks), },
  ------------------
  |  |  917|     87|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     87|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     87|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   60|     87|    };
   61|     87|    #undef NUM_KEYWORDS
   62|     87|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   63|       |
   64|       |    #else  // !Py_BUILD_CORE
   65|       |    #  define KWTUPLE NULL
   66|       |    #endif  // !Py_BUILD_CORE
   67|       |
   68|     87|    static const char * const _keywords[] = {"path", "dir_fd", "follow_symlinks", NULL};
   69|     87|    static _PyArg_Parser _parser = {
   70|     87|        .keywords = _keywords,
   71|     87|        .fname = "stat",
   72|     87|        .kwtuple = KWTUPLE,
  ------------------
  |  |   62|     87|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   73|     87|    };
   74|     87|    #undef KWTUPLE
   75|     87|    PyObject *argsbuf[3];
   76|     87|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (76:36): [True: 0, False: 87]
  ------------------
   77|     87|    path_t path = PATH_T_INITIALIZE_P("stat", "path", 0, 0, 0, 1);
  ------------------
  |  | 1365|     87|    PATH_T_INITIALIZE(function_name, argument_name, nullable, nonstrict, 0, \
  |  |  ------------------
  |  |  |  | 1355|     87|    {function_name, argument_name, nullable, nonstrict, make_wide, \
  |  |  |  | 1356|     87|     suppress_value_error, allow_fd, NULL, NULL, -1, false, 0, 0, NULL, NULL}
  |  |  ------------------
  |  | 1366|     87|                      suppress_value_error, allow_fd)
  ------------------
   78|     87|    int dir_fd = DEFAULT_DIR_FD;
  ------------------
  |  | 1138|     87|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
   79|     87|    int follow_symlinks = 1;
   80|       |
   81|     87|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     87|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 87, False: 0]
  |  |  ------------------
  |  |   89|     87|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 87, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 87]
  |  |  |  Branch (89:43): [True: 87, False: 0]
  |  |  |  Branch (89:67): [True: 87, False: 0]
  |  |  ------------------
  |  |   90|     87|      (args) : \
  |  |   91|     87|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   82|     87|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   83|     87|    if (!args) {
  ------------------
  |  Branch (83:9): [True: 0, False: 87]
  ------------------
   84|      0|        goto exit;
   85|      0|    }
   86|     87|    if (!path_converter(args[0], &path)) {
  ------------------
  |  Branch (86:9): [True: 0, False: 87]
  ------------------
   87|      0|        goto exit;
   88|      0|    }
   89|     87|    if (!noptargs) {
  ------------------
  |  Branch (89:9): [True: 87, False: 0]
  ------------------
   90|     87|        goto skip_optional_kwonly;
   91|     87|    }
   92|      0|    if (args[1]) {
  ------------------
  |  Branch (92:9): [True: 0, False: 0]
  ------------------
   93|      0|        if (!FSTATAT_DIR_FD_CONVERTER(args[1], &dir_fd)) {
  ------------------
  |  | 3009|      0|    #define FSTATAT_DIR_FD_CONVERTER dir_fd_converter
  ------------------
  |  Branch (93:13): [True: 0, False: 0]
  ------------------
   94|      0|            goto exit;
   95|      0|        }
   96|      0|        if (!--noptargs) {
  ------------------
  |  Branch (96:13): [True: 0, False: 0]
  ------------------
   97|      0|            goto skip_optional_kwonly;
   98|      0|        }
   99|      0|    }
  100|      0|    follow_symlinks = PyObject_IsTrue(args[2]);
  101|      0|    if (follow_symlinks < 0) {
  ------------------
  |  Branch (101:9): [True: 0, False: 0]
  ------------------
  102|      0|        goto exit;
  103|      0|    }
  104|     87|skip_optional_kwonly:
  105|     87|    return_value = os_stat_impl(module, &path, dir_fd, follow_symlinks);
  106|       |
  107|     87|exit:
  108|       |    /* Cleanup for path */
  109|     87|    path_cleanup(&path);
  110|       |
  111|     87|    return return_value;
  112|     87|}
posixmodule.c:os_listdir:
 1772|      9|{
 1773|      9|    PyObject *return_value = NULL;
 1774|      9|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1775|       |
 1776|      9|    #define NUM_KEYWORDS 1
 1777|      9|    static struct {
 1778|      9|        PyGC_Head _this_is_not_used;
 1779|      9|        PyObject_VAR_HEAD
 1780|      9|        Py_hash_t ob_hash;
 1781|      9|        PyObject *ob_item[NUM_KEYWORDS];
 1782|      9|    } _kwtuple = {
 1783|      9|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      9|    {                                     \
  |  |   98|      9|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      9|    {                               \
  |  |  |  |   91|      9|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      9|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      9|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      9|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      9|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      9|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      9|        (type)                      \
  |  |  |  |   93|      9|    },
  |  |  ------------------
  |  |   99|      9|        (size)                            \
  |  |  100|      9|    },
  ------------------
 1784|      9|        .ob_hash = -1,
 1785|      9|        .ob_item = { &_Py_ID(path), },
  ------------------
  |  |  917|      9|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      9|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      9|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1786|      9|    };
 1787|      9|    #undef NUM_KEYWORDS
 1788|      9|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1789|       |
 1790|       |    #else  // !Py_BUILD_CORE
 1791|       |    #  define KWTUPLE NULL
 1792|       |    #endif  // !Py_BUILD_CORE
 1793|       |
 1794|      9|    static const char * const _keywords[] = {"path", NULL};
 1795|      9|    static _PyArg_Parser _parser = {
 1796|      9|        .keywords = _keywords,
 1797|      9|        .fname = "listdir",
 1798|      9|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1788|      9|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1799|      9|    };
 1800|      9|    #undef KWTUPLE
 1801|      9|    PyObject *argsbuf[1];
 1802|      9|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1802:36): [True: 0, False: 9]
  ------------------
 1803|      9|    path_t path = PATH_T_INITIALIZE_P("listdir", "path", 1, 0, 0, PATH_HAVE_FDOPENDIR);
  ------------------
  |  | 1365|      9|    PATH_T_INITIALIZE(function_name, argument_name, nullable, nonstrict, 0, \
  |  |  ------------------
  |  |  |  | 1355|      9|    {function_name, argument_name, nullable, nonstrict, make_wide, \
  |  |  |  | 1356|      9|     suppress_value_error, allow_fd, NULL, NULL, -1, false, 0, 0, NULL, NULL}
  |  |  ------------------
  |  | 1366|      9|                      suppress_value_error, allow_fd)
  ------------------
 1804|       |
 1805|      9|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      9|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 9, False: 0]
  |  |  ------------------
  |  |   89|      9|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 9, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 9]
  |  |  |  Branch (89:43): [True: 9, False: 0]
  |  |  |  Branch (89:67): [True: 9, False: 0]
  |  |  ------------------
  |  |   90|      9|      (args) : \
  |  |   91|      9|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1806|      9|            /*minpos*/ 0, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1807|      9|    if (!args) {
  ------------------
  |  Branch (1807:9): [True: 0, False: 9]
  ------------------
 1808|      0|        goto exit;
 1809|      0|    }
 1810|      9|    if (!noptargs) {
  ------------------
  |  Branch (1810:9): [True: 0, False: 9]
  ------------------
 1811|      0|        goto skip_optional_pos;
 1812|      0|    }
 1813|      9|    if (!path_converter(args[0], &path)) {
  ------------------
  |  Branch (1813:9): [True: 0, False: 9]
  ------------------
 1814|      0|        goto exit;
 1815|      0|    }
 1816|      9|skip_optional_pos:
 1817|      9|    return_value = os_listdir_impl(module, &path);
 1818|       |
 1819|      9|exit:
 1820|       |    /* Cleanup for path */
 1821|      9|    path_cleanup(&path);
 1822|       |
 1823|      9|    return return_value;
 1824|      9|}
posixmodule.c:os_getegid:
 5205|      2|{
 5206|      2|    return os_getegid_impl(module);
 5207|      2|}
posixmodule.c:os_geteuid:
 5227|      2|{
 5228|      2|    return os_geteuid_impl(module);
 5229|      2|}
posixmodule.c:os_getgid:
 5249|      2|{
 5250|      2|    return os_getgid_impl(module);
 5251|      2|}
posixmodule.c:os_getuid:
 5669|      2|{
 5670|      2|    return os_getuid_impl(module);
 5671|      2|}
posixmodule.c:os__path_normpath:
 2657|     10|{
 2658|     10|    PyObject *return_value = NULL;
 2659|     10|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 2660|       |
 2661|     10|    #define NUM_KEYWORDS 1
 2662|     10|    static struct {
 2663|     10|        PyGC_Head _this_is_not_used;
 2664|     10|        PyObject_VAR_HEAD
 2665|     10|        Py_hash_t ob_hash;
 2666|     10|        PyObject *ob_item[NUM_KEYWORDS];
 2667|     10|    } _kwtuple = {
 2668|     10|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     10|    {                                     \
  |  |   98|     10|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     10|    {                               \
  |  |  |  |   91|     10|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     10|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     10|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     10|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     10|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     10|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     10|        (type)                      \
  |  |  |  |   93|     10|    },
  |  |  ------------------
  |  |   99|     10|        (size)                            \
  |  |  100|     10|    },
  ------------------
 2669|     10|        .ob_hash = -1,
 2670|     10|        .ob_item = { &_Py_ID(path), },
  ------------------
  |  |  917|     10|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     10|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     10|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2671|     10|    };
 2672|     10|    #undef NUM_KEYWORDS
 2673|     10|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 2674|       |
 2675|       |    #else  // !Py_BUILD_CORE
 2676|       |    #  define KWTUPLE NULL
 2677|       |    #endif  // !Py_BUILD_CORE
 2678|       |
 2679|     10|    static const char * const _keywords[] = {"path", NULL};
 2680|     10|    static _PyArg_Parser _parser = {
 2681|     10|        .keywords = _keywords,
 2682|     10|        .fname = "_path_normpath",
 2683|     10|        .kwtuple = KWTUPLE,
  ------------------
  |  | 2673|     10|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 2684|     10|    };
 2685|     10|    #undef KWTUPLE
 2686|     10|    PyObject *argsbuf[1];
 2687|     10|    path_t path = PATH_T_INITIALIZE("_path_normpath", "path", 0, 1, 1, 0, 0);
  ------------------
  |  | 1355|     10|    {function_name, argument_name, nullable, nonstrict, make_wide, \
  |  | 1356|     10|     suppress_value_error, allow_fd, NULL, NULL, -1, false, 0, 0, NULL, NULL}
  ------------------
 2688|       |
 2689|     10|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     10|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 10, False: 0]
  |  |  ------------------
  |  |   89|     10|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 10, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 10]
  |  |  |  Branch (89:43): [True: 10, False: 0]
  |  |  |  Branch (89:67): [True: 10, False: 0]
  |  |  ------------------
  |  |   90|     10|      (args) : \
  |  |   91|     10|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 2690|     10|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 2691|     10|    if (!args) {
  ------------------
  |  Branch (2691:9): [True: 0, False: 10]
  ------------------
 2692|      0|        goto exit;
 2693|      0|    }
 2694|     10|    if (!path_converter(args[0], &path)) {
  ------------------
  |  Branch (2694:9): [True: 0, False: 10]
  ------------------
 2695|      0|        goto exit;
 2696|      0|    }
 2697|     10|    return_value = os__path_normpath_impl(module, &path);
 2698|       |
 2699|     10|exit:
 2700|       |    /* Cleanup for path */
 2701|     10|    path_cleanup(&path);
 2702|       |
 2703|     10|    return return_value;
 2704|     10|}
posixmodule.c:os_fspath:
12505|    106|{
12506|    106|    PyObject *return_value = NULL;
12507|    106|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
12508|       |
12509|    106|    #define NUM_KEYWORDS 1
12510|    106|    static struct {
12511|    106|        PyGC_Head _this_is_not_used;
12512|    106|        PyObject_VAR_HEAD
12513|    106|        Py_hash_t ob_hash;
12514|    106|        PyObject *ob_item[NUM_KEYWORDS];
12515|    106|    } _kwtuple = {
12516|    106|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|    106|    {                                     \
  |  |   98|    106|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|    106|    {                               \
  |  |  |  |   91|    106|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    106|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    106|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|    106|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|    106|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|    106|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|    106|        (type)                      \
  |  |  |  |   93|    106|    },
  |  |  ------------------
  |  |   99|    106|        (size)                            \
  |  |  100|    106|    },
  ------------------
12517|    106|        .ob_hash = -1,
12518|    106|        .ob_item = { &_Py_ID(path), },
  ------------------
  |  |  917|    106|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    106|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    106|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12519|    106|    };
12520|    106|    #undef NUM_KEYWORDS
12521|    106|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
12522|       |
12523|       |    #else  // !Py_BUILD_CORE
12524|       |    #  define KWTUPLE NULL
12525|       |    #endif  // !Py_BUILD_CORE
12526|       |
12527|    106|    static const char * const _keywords[] = {"path", NULL};
12528|    106|    static _PyArg_Parser _parser = {
12529|    106|        .keywords = _keywords,
12530|    106|        .fname = "fspath",
12531|    106|        .kwtuple = KWTUPLE,
  ------------------
  |  |12521|    106|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
12532|    106|    };
12533|    106|    #undef KWTUPLE
12534|    106|    PyObject *argsbuf[1];
12535|    106|    PyObject *path;
12536|       |
12537|    106|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|    106|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 106, False: 0]
  |  |  ------------------
  |  |   89|    106|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 106, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 106]
  |  |  |  Branch (89:43): [True: 106, False: 0]
  |  |  |  Branch (89:67): [True: 106, False: 0]
  |  |  ------------------
  |  |   90|    106|      (args) : \
  |  |   91|    106|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
12538|    106|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
12539|    106|    if (!args) {
  ------------------
  |  Branch (12539:9): [True: 0, False: 106]
  ------------------
12540|      0|        goto exit;
12541|      0|    }
12542|    106|    path = args[0];
12543|    106|    return_value = os_fspath_impl(module, path);
12544|       |
12545|    106|exit:
12546|    106|    return return_value;
12547|    106|}

PyInit_errno:
  986|      2|{
  987|      2|    return PyModuleDef_Init(&errnomodule);
  988|      2|}
errnomodule.c:errno_exec:
   90|      2|{
   91|      2|    PyObject *module_dict = PyModule_GetDict(module);  // Borrowed ref.
   92|      2|    if (module_dict == NULL) {
  ------------------
  |  Branch (92:9): [True: 0, False: 2]
  ------------------
   93|      0|        return -1;
   94|      0|    }
   95|      2|    PyObject *error_dict = PyDict_New();
   96|      2|    if (error_dict == NULL) {
  ------------------
  |  Branch (96:9): [True: 0, False: 2]
  ------------------
   97|      0|        return -1;
   98|      0|    }
   99|      2|    if (PyDict_SetItemString(module_dict, "errorcode", error_dict) < 0) {
  ------------------
  |  Branch (99:9): [True: 0, False: 2]
  ------------------
  100|      0|        Py_DECREF(error_dict);
  ------------------
  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  101|      0|        return -1;
  102|      0|    }
  103|       |
  104|       |/* Macro so I don't have to edit each and every line below... */
  105|      2|#define add_errcode(name, code, comment)                               \
  106|      2|    do {                                                               \
  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  108|      2|            Py_DECREF(error_dict);                                     \
  109|      2|            return -1;                                                 \
  110|      2|        }                                                              \
  111|      2|    } while (0);
  112|       |
  113|       |    /*
  114|       |     * The names and comments are borrowed from linux/include/errno.h,
  115|       |     * which should be pretty all-inclusive.  However, the Solaris specific
  116|       |     * names and comments are borrowed from sys/errno.h in Solaris.
  117|       |     * MacOSX specific names and comments are borrowed from sys/errno.h in
  118|       |     * MacOSX.
  119|       |     */
  120|       |
  121|      2|#ifdef ENODEV
  122|      2|    add_errcode("ENODEV", ENODEV, "No such device");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  123|      2|#endif
  124|      2|#ifdef ENOCSI
  125|      2|    add_errcode("ENOCSI", ENOCSI, "No CSI structure available");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  126|      2|#endif
  127|      2|#ifdef EHOSTUNREACH
  128|      2|    add_errcode("EHOSTUNREACH", EHOSTUNREACH, "No route to host");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  129|       |#else
  130|       |#ifdef WSAEHOSTUNREACH
  131|       |    add_errcode("EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host");
  132|       |#endif
  133|       |#endif
  134|      2|#ifdef ENOMSG
  135|      2|    add_errcode("ENOMSG", ENOMSG, "No message of desired type");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  136|      2|#endif
  137|      2|#ifdef EUCLEAN
  138|      2|    add_errcode("EUCLEAN", EUCLEAN, "Structure needs cleaning");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  139|      2|#endif
  140|      2|#ifdef EL2NSYNC
  141|      2|    add_errcode("EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  142|      2|#endif
  143|      2|#ifdef EL2HLT
  144|      2|    add_errcode("EL2HLT", EL2HLT, "Level 2 halted");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  145|      2|#endif
  146|      2|#ifdef ENODATA
  147|      2|    add_errcode("ENODATA", ENODATA, "No data available");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  148|      2|#endif
  149|      2|#ifdef ENOTBLK
  150|      2|    add_errcode("ENOTBLK", ENOTBLK, "Block device required");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  151|      2|#endif
  152|      2|#ifdef ENOSYS
  153|      2|    add_errcode("ENOSYS", ENOSYS, "Function not implemented");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  154|      2|#endif
  155|      2|#ifdef EPIPE
  156|      2|    add_errcode("EPIPE", EPIPE, "Broken pipe");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  157|      2|#endif
  158|      2|#ifdef EINVAL
  159|      2|    add_errcode("EINVAL", EINVAL, "Invalid argument");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  160|       |#else
  161|       |#ifdef WSAEINVAL
  162|       |    add_errcode("EINVAL", WSAEINVAL, "Invalid argument");
  163|       |#endif
  164|       |#endif
  165|      2|#ifdef EOVERFLOW
  166|      2|    add_errcode("EOVERFLOW", EOVERFLOW, "Value too large for defined data type");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  167|      2|#endif
  168|      2|#ifdef EADV
  169|      2|    add_errcode("EADV", EADV, "Advertise error");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  170|      2|#endif
  171|      2|#ifdef EINTR
  172|      2|    add_errcode("EINTR", EINTR, "Interrupted system call");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  173|       |#else
  174|       |#ifdef WSAEINTR
  175|       |    add_errcode("EINTR", WSAEINTR, "Interrupted system call");
  176|       |#endif
  177|       |#endif
  178|      2|#ifdef EUSERS
  179|      2|    add_errcode("EUSERS", EUSERS, "Too many users");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  180|       |#else
  181|       |#ifdef WSAEUSERS
  182|       |    add_errcode("EUSERS", WSAEUSERS, "Too many users");
  183|       |#endif
  184|       |#endif
  185|      2|#ifdef ENOTEMPTY
  186|      2|    add_errcode("ENOTEMPTY", ENOTEMPTY, "Directory not empty");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  187|       |#else
  188|       |#ifdef WSAENOTEMPTY
  189|       |    add_errcode("ENOTEMPTY", WSAENOTEMPTY, "Directory not empty");
  190|       |#endif
  191|       |#endif
  192|      2|#ifdef ENOBUFS
  193|      2|    add_errcode("ENOBUFS", ENOBUFS, "No buffer space available");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  194|       |#else
  195|       |#ifdef WSAENOBUFS
  196|       |    add_errcode("ENOBUFS", WSAENOBUFS, "No buffer space available");
  197|       |#endif
  198|       |#endif
  199|      2|#ifdef EPROTO
  200|      2|    add_errcode("EPROTO", EPROTO, "Protocol error");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  201|      2|#endif
  202|      2|#ifdef EREMOTE
  203|      2|    add_errcode("EREMOTE", EREMOTE, "Object is remote");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  204|       |#else
  205|       |#ifdef WSAEREMOTE
  206|       |    add_errcode("EREMOTE", WSAEREMOTE, "Object is remote");
  207|       |#endif
  208|       |#endif
  209|      2|#ifdef ENAVAIL
  210|      2|    add_errcode("ENAVAIL", ENAVAIL, "No XENIX semaphores available");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  211|      2|#endif
  212|      2|#ifdef ECHILD
  213|      2|    add_errcode("ECHILD", ECHILD, "No child processes");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  214|      2|#endif
  215|      2|#ifdef ELOOP
  216|      2|    add_errcode("ELOOP", ELOOP, "Too many symbolic links encountered");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  217|       |#else
  218|       |#ifdef WSAELOOP
  219|       |    add_errcode("ELOOP", WSAELOOP, "Too many symbolic links encountered");
  220|       |#endif
  221|       |#endif
  222|      2|#ifdef EXDEV
  223|      2|    add_errcode("EXDEV", EXDEV, "Cross-device link");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  224|      2|#endif
  225|      2|#ifdef E2BIG
  226|      2|    add_errcode("E2BIG", E2BIG, "Arg list too long");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  227|      2|#endif
  228|      2|#ifdef ESRCH
  229|      2|    add_errcode("ESRCH", ESRCH, "No such process");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  230|      2|#endif
  231|      2|#ifdef EMSGSIZE
  232|      2|    add_errcode("EMSGSIZE", EMSGSIZE, "Message too long");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  233|       |#else
  234|       |#ifdef WSAEMSGSIZE
  235|       |    add_errcode("EMSGSIZE", WSAEMSGSIZE, "Message too long");
  236|       |#endif
  237|       |#endif
  238|      2|#ifdef EAFNOSUPPORT
  239|      2|    add_errcode("EAFNOSUPPORT", EAFNOSUPPORT, "Address family not supported by protocol");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  240|       |#else
  241|       |#ifdef WSAEAFNOSUPPORT
  242|       |    add_errcode("EAFNOSUPPORT", WSAEAFNOSUPPORT, "Address family not supported by protocol");
  243|       |#endif
  244|       |#endif
  245|      2|#ifdef EBADR
  246|      2|    add_errcode("EBADR", EBADR, "Invalid request descriptor");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  247|      2|#endif
  248|      2|#ifdef EHOSTDOWN
  249|      2|    add_errcode("EHOSTDOWN", EHOSTDOWN, "Host is down");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  250|       |#else
  251|       |#ifdef WSAEHOSTDOWN
  252|       |    add_errcode("EHOSTDOWN", WSAEHOSTDOWN, "Host is down");
  253|       |#endif
  254|       |#endif
  255|      2|#ifdef EPFNOSUPPORT
  256|      2|    add_errcode("EPFNOSUPPORT", EPFNOSUPPORT, "Protocol family not supported");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  257|       |#else
  258|       |#ifdef WSAEPFNOSUPPORT
  259|       |    add_errcode("EPFNOSUPPORT", WSAEPFNOSUPPORT, "Protocol family not supported");
  260|       |#endif
  261|       |#endif
  262|      2|#ifdef ENOPROTOOPT
  263|      2|    add_errcode("ENOPROTOOPT", ENOPROTOOPT, "Protocol not available");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  264|       |#else
  265|       |#ifdef WSAENOPROTOOPT
  266|       |    add_errcode("ENOPROTOOPT", WSAENOPROTOOPT, "Protocol not available");
  267|       |#endif
  268|       |#endif
  269|      2|#ifdef EBUSY
  270|      2|    add_errcode("EBUSY", EBUSY, "Device or resource busy");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  271|      2|#endif
  272|      2|#ifdef EWOULDBLOCK
  273|      2|    add_errcode("EWOULDBLOCK", EWOULDBLOCK, "Operation would block");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  274|       |#else
  275|       |#ifdef WSAEWOULDBLOCK
  276|       |    add_errcode("EWOULDBLOCK", WSAEWOULDBLOCK, "Operation would block");
  277|       |#endif
  278|       |#endif
  279|      2|#ifdef EBADFD
  280|      2|    add_errcode("EBADFD", EBADFD, "File descriptor in bad state");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  281|      2|#endif
  282|      2|#ifdef EDOTDOT
  283|      2|    add_errcode("EDOTDOT", EDOTDOT, "RFS specific error");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  284|      2|#endif
  285|      2|#ifdef EISCONN
  286|      2|    add_errcode("EISCONN", EISCONN, "Transport endpoint is already connected");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  287|       |#else
  288|       |#ifdef WSAEISCONN
  289|       |    add_errcode("EISCONN", WSAEISCONN, "Transport endpoint is already connected");
  290|       |#endif
  291|       |#endif
  292|      2|#ifdef ENOANO
  293|      2|    add_errcode("ENOANO", ENOANO, "No anode");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  294|      2|#endif
  295|       |#if defined(__wasi__) && !defined(ESHUTDOWN)
  296|       |    // WASI SDK 16 does not have ESHUTDOWN, shutdown results in EPIPE.
  297|       |    #define ESHUTDOWN EPIPE
  298|       |#endif
  299|      2|#ifdef ESHUTDOWN
  300|      2|    add_errcode("ESHUTDOWN", ESHUTDOWN, "Cannot send after transport endpoint shutdown");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  301|       |#else
  302|       |#ifdef WSAESHUTDOWN
  303|       |    add_errcode("ESHUTDOWN", WSAESHUTDOWN, "Cannot send after transport endpoint shutdown");
  304|       |#endif
  305|       |#endif
  306|      2|#ifdef ECHRNG
  307|      2|    add_errcode("ECHRNG", ECHRNG, "Channel number out of range");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  308|      2|#endif
  309|      2|#ifdef ELIBBAD
  310|      2|    add_errcode("ELIBBAD", ELIBBAD, "Accessing a corrupted shared library");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  311|      2|#endif
  312|      2|#ifdef ENONET
  313|      2|    add_errcode("ENONET", ENONET, "Machine is not on the network");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  314|      2|#endif
  315|      2|#ifdef EBADE
  316|      2|    add_errcode("EBADE", EBADE, "Invalid exchange");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  317|      2|#endif
  318|      2|#ifdef EBADF
  319|      2|    add_errcode("EBADF", EBADF, "Bad file number");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  320|       |#else
  321|       |#ifdef WSAEBADF
  322|       |    add_errcode("EBADF", WSAEBADF, "Bad file number");
  323|       |#endif
  324|       |#endif
  325|      2|#ifdef EMULTIHOP
  326|      2|    add_errcode("EMULTIHOP", EMULTIHOP, "Multihop attempted");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  327|      2|#endif
  328|      2|#ifdef EIO
  329|      2|    add_errcode("EIO", EIO, "I/O error");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  330|      2|#endif
  331|      2|#ifdef EUNATCH
  332|      2|    add_errcode("EUNATCH", EUNATCH, "Protocol driver not attached");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  333|      2|#endif
  334|      2|#ifdef EPROTOTYPE
  335|      2|    add_errcode("EPROTOTYPE", EPROTOTYPE, "Protocol wrong type for socket");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  336|       |#else
  337|       |#ifdef WSAEPROTOTYPE
  338|       |    add_errcode("EPROTOTYPE", WSAEPROTOTYPE, "Protocol wrong type for socket");
  339|       |#endif
  340|       |#endif
  341|      2|#ifdef ENOSPC
  342|      2|    add_errcode("ENOSPC", ENOSPC, "No space left on device");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  343|      2|#endif
  344|      2|#ifdef ENOEXEC
  345|      2|    add_errcode("ENOEXEC", ENOEXEC, "Exec format error");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  346|      2|#endif
  347|      2|#ifdef EALREADY
  348|      2|    add_errcode("EALREADY", EALREADY, "Operation already in progress");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  349|       |#else
  350|       |#ifdef WSAEALREADY
  351|       |    add_errcode("EALREADY", WSAEALREADY, "Operation already in progress");
  352|       |#endif
  353|       |#endif
  354|      2|#ifdef ENETDOWN
  355|      2|    add_errcode("ENETDOWN", ENETDOWN, "Network is down");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  356|       |#else
  357|       |#ifdef WSAENETDOWN
  358|       |    add_errcode("ENETDOWN", WSAENETDOWN, "Network is down");
  359|       |#endif
  360|       |#endif
  361|      2|#ifdef ENOTNAM
  362|      2|    add_errcode("ENOTNAM", ENOTNAM, "Not a XENIX named type file");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  363|      2|#endif
  364|      2|#ifdef EACCES
  365|      2|    add_errcode("EACCES", EACCES, "Permission denied");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  366|       |#else
  367|       |#ifdef WSAEACCES
  368|       |    add_errcode("EACCES", WSAEACCES, "Permission denied");
  369|       |#endif
  370|       |#endif
  371|      2|#ifdef ELNRNG
  372|      2|    add_errcode("ELNRNG", ELNRNG, "Link number out of range");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  373|      2|#endif
  374|      2|#ifdef EILSEQ
  375|      2|    add_errcode("EILSEQ", EILSEQ, "Illegal byte sequence");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  376|      2|#endif
  377|      2|#ifdef ENOTDIR
  378|      2|    add_errcode("ENOTDIR", ENOTDIR, "Not a directory");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  379|      2|#endif
  380|      2|#ifdef ENOTUNIQ
  381|      2|    add_errcode("ENOTUNIQ", ENOTUNIQ, "Name not unique on network");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  382|      2|#endif
  383|      2|#ifdef EPERM
  384|      2|    add_errcode("EPERM", EPERM, "Operation not permitted");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  385|      2|#endif
  386|      2|#ifdef EDOM
  387|      2|    add_errcode("EDOM", EDOM, "Math argument out of domain of func");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  388|      2|#endif
  389|      2|#ifdef EXFULL
  390|      2|    add_errcode("EXFULL", EXFULL, "Exchange full");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  391|      2|#endif
  392|      2|#ifdef ECONNREFUSED
  393|      2|    add_errcode("ECONNREFUSED", ECONNREFUSED, "Connection refused");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  394|       |#else
  395|       |#ifdef WSAECONNREFUSED
  396|       |    add_errcode("ECONNREFUSED", WSAECONNREFUSED, "Connection refused");
  397|       |#endif
  398|       |#endif
  399|      2|#ifdef EISDIR
  400|      2|    add_errcode("EISDIR", EISDIR, "Is a directory");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  401|      2|#endif
  402|      2|#ifdef EPROTONOSUPPORT
  403|      2|    add_errcode("EPROTONOSUPPORT", EPROTONOSUPPORT, "Protocol not supported");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  404|       |#else
  405|       |#ifdef WSAEPROTONOSUPPORT
  406|       |    add_errcode("EPROTONOSUPPORT", WSAEPROTONOSUPPORT, "Protocol not supported");
  407|       |#endif
  408|       |#endif
  409|      2|#ifdef EROFS
  410|      2|    add_errcode("EROFS", EROFS, "Read-only file system");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  411|      2|#endif
  412|      2|#ifdef EADDRNOTAVAIL
  413|      2|    add_errcode("EADDRNOTAVAIL", EADDRNOTAVAIL, "Cannot assign requested address");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  414|       |#else
  415|       |#ifdef WSAEADDRNOTAVAIL
  416|       |    add_errcode("EADDRNOTAVAIL", WSAEADDRNOTAVAIL, "Cannot assign requested address");
  417|       |#endif
  418|       |#endif
  419|      2|#ifdef EIDRM
  420|      2|    add_errcode("EIDRM", EIDRM, "Identifier removed");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  421|      2|#endif
  422|      2|#ifdef ECOMM
  423|      2|    add_errcode("ECOMM", ECOMM, "Communication error on send");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  424|      2|#endif
  425|      2|#ifdef ESRMNT
  426|      2|    add_errcode("ESRMNT", ESRMNT, "Srmount error");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  427|      2|#endif
  428|      2|#ifdef EREMOTEIO
  429|      2|    add_errcode("EREMOTEIO", EREMOTEIO, "Remote I/O error");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  430|      2|#endif
  431|      2|#ifdef EL3RST
  432|      2|    add_errcode("EL3RST", EL3RST, "Level 3 reset");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  433|      2|#endif
  434|      2|#ifdef EBADMSG
  435|      2|    add_errcode("EBADMSG", EBADMSG, "Not a data message");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  436|      2|#endif
  437|      2|#ifdef ENFILE
  438|      2|    add_errcode("ENFILE", ENFILE, "File table overflow");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  439|      2|#endif
  440|      2|#ifdef ELIBMAX
  441|      2|    add_errcode("ELIBMAX", ELIBMAX, "Attempting to link in too many shared libraries");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  442|      2|#endif
  443|      2|#ifdef ESPIPE
  444|      2|    add_errcode("ESPIPE", ESPIPE, "Illegal seek");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  445|      2|#endif
  446|      2|#ifdef ENOLINK
  447|      2|    add_errcode("ENOLINK", ENOLINK, "Link has been severed");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  448|      2|#endif
  449|      2|#ifdef ENETRESET
  450|      2|    add_errcode("ENETRESET", ENETRESET, "Network dropped connection because of reset");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  451|       |#else
  452|       |#ifdef WSAENETRESET
  453|       |    add_errcode("ENETRESET", WSAENETRESET, "Network dropped connection because of reset");
  454|       |#endif
  455|       |#endif
  456|      2|#ifdef ETIMEDOUT
  457|      2|    add_errcode("ETIMEDOUT", ETIMEDOUT, "Connection timed out");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  458|       |#else
  459|       |#ifdef WSAETIMEDOUT
  460|       |    add_errcode("ETIMEDOUT", WSAETIMEDOUT, "Connection timed out");
  461|       |#endif
  462|       |#endif
  463|      2|#ifdef ENOENT
  464|      2|    add_errcode("ENOENT", ENOENT, "No such file or directory");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  465|      2|#endif
  466|      2|#ifdef EEXIST
  467|      2|    add_errcode("EEXIST", EEXIST, "File exists");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  468|      2|#endif
  469|      2|#ifdef EDQUOT
  470|      2|    add_errcode("EDQUOT", EDQUOT, "Quota exceeded");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  471|       |#else
  472|       |#ifdef WSAEDQUOT
  473|       |    add_errcode("EDQUOT", WSAEDQUOT, "Quota exceeded");
  474|       |#endif
  475|       |#endif
  476|      2|#ifdef ENOSTR
  477|      2|    add_errcode("ENOSTR", ENOSTR, "Device not a stream");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  478|      2|#endif
  479|      2|#ifdef EBADSLT
  480|      2|    add_errcode("EBADSLT", EBADSLT, "Invalid slot");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  481|      2|#endif
  482|      2|#ifdef EBADRQC
  483|      2|    add_errcode("EBADRQC", EBADRQC, "Invalid request code");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  484|      2|#endif
  485|      2|#ifdef ELIBACC
  486|      2|    add_errcode("ELIBACC", ELIBACC, "Can not access a needed shared library");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  487|      2|#endif
  488|      2|#ifdef EFAULT
  489|      2|    add_errcode("EFAULT", EFAULT, "Bad address");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  490|       |#else
  491|       |#ifdef WSAEFAULT
  492|       |    add_errcode("EFAULT", WSAEFAULT, "Bad address");
  493|       |#endif
  494|       |#endif
  495|      2|#ifdef EFBIG
  496|      2|    add_errcode("EFBIG", EFBIG, "File too large");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  497|      2|#endif
  498|      2|#ifdef EDEADLK
  499|      2|    add_errcode("EDEADLK", EDEADLK, "Resource deadlock would occur");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  500|      2|#endif
  501|      2|#ifdef ENOTCONN
  502|      2|    add_errcode("ENOTCONN", ENOTCONN, "Transport endpoint is not connected");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  503|       |#else
  504|       |#ifdef WSAENOTCONN
  505|       |    add_errcode("ENOTCONN", WSAENOTCONN, "Transport endpoint is not connected");
  506|       |#endif
  507|       |#endif
  508|      2|#ifdef EDESTADDRREQ
  509|      2|    add_errcode("EDESTADDRREQ", EDESTADDRREQ, "Destination address required");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  510|       |#else
  511|       |#ifdef WSAEDESTADDRREQ
  512|       |    add_errcode("EDESTADDRREQ", WSAEDESTADDRREQ, "Destination address required");
  513|       |#endif
  514|       |#endif
  515|      2|#ifdef ELIBSCN
  516|      2|    add_errcode("ELIBSCN", ELIBSCN, ".lib section in a.out corrupted");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  517|      2|#endif
  518|      2|#ifdef ENOLCK
  519|      2|    add_errcode("ENOLCK", ENOLCK, "No record locks available");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  520|      2|#endif
  521|      2|#ifdef EISNAM
  522|      2|    add_errcode("EISNAM", EISNAM, "Is a named type file");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  523|      2|#endif
  524|      2|#ifdef ECONNABORTED
  525|      2|    add_errcode("ECONNABORTED", ECONNABORTED, "Software caused connection abort");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  526|       |#else
  527|       |#ifdef WSAECONNABORTED
  528|       |    add_errcode("ECONNABORTED", WSAECONNABORTED, "Software caused connection abort");
  529|       |#endif
  530|       |#endif
  531|      2|#ifdef ENETUNREACH
  532|      2|    add_errcode("ENETUNREACH", ENETUNREACH, "Network is unreachable");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  533|       |#else
  534|       |#ifdef WSAENETUNREACH
  535|       |    add_errcode("ENETUNREACH", WSAENETUNREACH, "Network is unreachable");
  536|       |#endif
  537|       |#endif
  538|      2|#ifdef ESTALE
  539|      2|    add_errcode("ESTALE", ESTALE, "Stale NFS file handle");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  540|       |#else
  541|       |#ifdef WSAESTALE
  542|       |    add_errcode("ESTALE", WSAESTALE, "Stale NFS file handle");
  543|       |#endif
  544|       |#endif
  545|      2|#ifdef ENOSR
  546|      2|    add_errcode("ENOSR", ENOSR, "Out of streams resources");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  547|      2|#endif
  548|      2|#ifdef ENOMEM
  549|      2|    add_errcode("ENOMEM", ENOMEM, "Out of memory");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  550|      2|#endif
  551|      2|#ifdef ENOTSOCK
  552|      2|    add_errcode("ENOTSOCK", ENOTSOCK, "Socket operation on non-socket");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  553|       |#else
  554|       |#ifdef WSAENOTSOCK
  555|       |    add_errcode("ENOTSOCK", WSAENOTSOCK, "Socket operation on non-socket");
  556|       |#endif
  557|       |#endif
  558|      2|#ifdef ESTRPIPE
  559|      2|    add_errcode("ESTRPIPE", ESTRPIPE, "Streams pipe error");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  560|      2|#endif
  561|      2|#ifdef EMLINK
  562|      2|    add_errcode("EMLINK", EMLINK, "Too many links");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  563|      2|#endif
  564|      2|#ifdef ERANGE
  565|      2|    add_errcode("ERANGE", ERANGE, "Math result not representable");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  566|      2|#endif
  567|      2|#ifdef ELIBEXEC
  568|      2|    add_errcode("ELIBEXEC", ELIBEXEC, "Cannot exec a shared library directly");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  569|      2|#endif
  570|      2|#ifdef EL3HLT
  571|      2|    add_errcode("EL3HLT", EL3HLT, "Level 3 halted");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  572|      2|#endif
  573|      2|#ifdef ECONNRESET
  574|      2|    add_errcode("ECONNRESET", ECONNRESET, "Connection reset by peer");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  575|       |#else
  576|       |#ifdef WSAECONNRESET
  577|       |    add_errcode("ECONNRESET", WSAECONNRESET, "Connection reset by peer");
  578|       |#endif
  579|       |#endif
  580|      2|#ifdef EADDRINUSE
  581|      2|    add_errcode("EADDRINUSE", EADDRINUSE, "Address already in use");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  582|       |#else
  583|       |#ifdef WSAEADDRINUSE
  584|       |    add_errcode("EADDRINUSE", WSAEADDRINUSE, "Address already in use");
  585|       |#endif
  586|       |#endif
  587|      2|#ifdef EOPNOTSUPP
  588|      2|    add_errcode("EOPNOTSUPP", EOPNOTSUPP, "Operation not supported on transport endpoint");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  589|       |#else
  590|       |#ifdef WSAEOPNOTSUPP
  591|       |    add_errcode("EOPNOTSUPP", WSAEOPNOTSUPP, "Operation not supported on transport endpoint");
  592|       |#endif
  593|       |#endif
  594|      2|#ifdef EREMCHG
  595|      2|    add_errcode("EREMCHG", EREMCHG, "Remote address changed");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  596|      2|#endif
  597|      2|#ifdef EAGAIN
  598|      2|    add_errcode("EAGAIN", EAGAIN, "Try again");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  599|      2|#endif
  600|      2|#ifdef ENAMETOOLONG
  601|      2|    add_errcode("ENAMETOOLONG", ENAMETOOLONG, "File name too long");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  602|       |#else
  603|       |#ifdef WSAENAMETOOLONG
  604|       |    add_errcode("ENAMETOOLONG", WSAENAMETOOLONG, "File name too long");
  605|       |#endif
  606|       |#endif
  607|      2|#ifdef ENOTTY
  608|      2|    add_errcode("ENOTTY", ENOTTY, "Not a typewriter");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  609|      2|#endif
  610|      2|#ifdef ERESTART
  611|      2|    add_errcode("ERESTART", ERESTART, "Interrupted system call should be restarted");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  612|      2|#endif
  613|      2|#ifdef ESOCKTNOSUPPORT
  614|      2|    add_errcode("ESOCKTNOSUPPORT", ESOCKTNOSUPPORT, "Socket type not supported");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  615|       |#else
  616|       |#ifdef WSAESOCKTNOSUPPORT
  617|       |    add_errcode("ESOCKTNOSUPPORT", WSAESOCKTNOSUPPORT, "Socket type not supported");
  618|       |#endif
  619|       |#endif
  620|      2|#ifdef ETIME
  621|      2|    add_errcode("ETIME", ETIME, "Timer expired");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  622|      2|#endif
  623|      2|#ifdef EBFONT
  624|      2|    add_errcode("EBFONT", EBFONT, "Bad font file format");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  625|      2|#endif
  626|      2|#ifdef EDEADLOCK
  627|      2|    add_errcode("EDEADLOCK", EDEADLOCK, "Error EDEADLOCK");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  628|      2|#endif
  629|      2|#ifdef ETOOMANYREFS
  630|      2|    add_errcode("ETOOMANYREFS", ETOOMANYREFS, "Too many references: cannot splice");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  631|       |#else
  632|       |#ifdef WSAETOOMANYREFS
  633|       |    add_errcode("ETOOMANYREFS", WSAETOOMANYREFS, "Too many references: cannot splice");
  634|       |#endif
  635|       |#endif
  636|      2|#ifdef EMFILE
  637|      2|    add_errcode("EMFILE", EMFILE, "Too many open files");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  638|       |#else
  639|       |#ifdef WSAEMFILE
  640|       |    add_errcode("EMFILE", WSAEMFILE, "Too many open files");
  641|       |#endif
  642|       |#endif
  643|      2|#ifdef ETXTBSY
  644|      2|    add_errcode("ETXTBSY", ETXTBSY, "Text file busy");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  645|      2|#endif
  646|      2|#ifdef EINPROGRESS
  647|      2|    add_errcode("EINPROGRESS", EINPROGRESS, "Operation now in progress");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  648|       |#else
  649|       |#ifdef WSAEINPROGRESS
  650|       |    add_errcode("EINPROGRESS", WSAEINPROGRESS, "Operation now in progress");
  651|       |#endif
  652|       |#endif
  653|      2|#ifdef ENXIO
  654|      2|    add_errcode("ENXIO", ENXIO, "No such device or address");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  655|      2|#endif
  656|      2|#ifdef ENOPKG
  657|      2|    add_errcode("ENOPKG", ENOPKG, "Package not installed");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  658|      2|#endif
  659|       |#ifdef WSASY
  660|       |    add_errcode("WSASY", WSASY, "Error WSASY");
  661|       |#endif
  662|       |#ifdef WSAEHOSTDOWN
  663|       |    add_errcode("WSAEHOSTDOWN", WSAEHOSTDOWN, "Host is down");
  664|       |#endif
  665|       |#ifdef WSAENETDOWN
  666|       |    add_errcode("WSAENETDOWN", WSAENETDOWN, "Network is down");
  667|       |#endif
  668|       |#ifdef WSAENOTSOCK
  669|       |    add_errcode("WSAENOTSOCK", WSAENOTSOCK, "Socket operation on non-socket");
  670|       |#endif
  671|       |#ifdef WSAEHOSTUNREACH
  672|       |    add_errcode("WSAEHOSTUNREACH", WSAEHOSTUNREACH, "No route to host");
  673|       |#endif
  674|       |#ifdef WSAELOOP
  675|       |    add_errcode("WSAELOOP", WSAELOOP, "Too many symbolic links encountered");
  676|       |#endif
  677|       |#ifdef WSAEMFILE
  678|       |    add_errcode("WSAEMFILE", WSAEMFILE, "Too many open files");
  679|       |#endif
  680|       |#ifdef WSAESTALE
  681|       |    add_errcode("WSAESTALE", WSAESTALE, "Stale NFS file handle");
  682|       |#endif
  683|       |#ifdef WSAVERNOTSUPPORTED
  684|       |    add_errcode("WSAVERNOTSUPPORTED", WSAVERNOTSUPPORTED, "Error WSAVERNOTSUPPORTED");
  685|       |#endif
  686|       |#ifdef WSAENETUNREACH
  687|       |    add_errcode("WSAENETUNREACH", WSAENETUNREACH, "Network is unreachable");
  688|       |#endif
  689|       |#ifdef WSAEPROCLIM
  690|       |    add_errcode("WSAEPROCLIM", WSAEPROCLIM, "Error WSAEPROCLIM");
  691|       |#endif
  692|       |#ifdef WSAEFAULT
  693|       |    add_errcode("WSAEFAULT", WSAEFAULT, "Bad address");
  694|       |#endif
  695|       |#ifdef WSANOTINITIALISED
  696|       |    add_errcode("WSANOTINITIALISED", WSANOTINITIALISED, "Error WSANOTINITIALISED");
  697|       |#endif
  698|       |#ifdef WSAEUSERS
  699|       |    add_errcode("WSAEUSERS", WSAEUSERS, "Too many users");
  700|       |#endif
  701|       |#ifdef WSAMAKEASYNCREPL
  702|       |    add_errcode("WSAMAKEASYNCREPL", WSAMAKEASYNCREPL, "Error WSAMAKEASYNCREPL");
  703|       |#endif
  704|       |#ifdef WSAENOPROTOOPT
  705|       |    add_errcode("WSAENOPROTOOPT", WSAENOPROTOOPT, "Protocol not available");
  706|       |#endif
  707|       |#ifdef WSAECONNABORTED
  708|       |    add_errcode("WSAECONNABORTED", WSAECONNABORTED, "Software caused connection abort");
  709|       |#endif
  710|       |#ifdef WSAENAMETOOLONG
  711|       |    add_errcode("WSAENAMETOOLONG", WSAENAMETOOLONG, "File name too long");
  712|       |#endif
  713|       |#ifdef WSAENOTEMPTY
  714|       |    add_errcode("WSAENOTEMPTY", WSAENOTEMPTY, "Directory not empty");
  715|       |#endif
  716|       |#ifdef WSAESHUTDOWN
  717|       |    add_errcode("WSAESHUTDOWN", WSAESHUTDOWN, "Cannot send after transport endpoint shutdown");
  718|       |#endif
  719|       |#ifdef WSAEAFNOSUPPORT
  720|       |    add_errcode("WSAEAFNOSUPPORT", WSAEAFNOSUPPORT, "Address family not supported by protocol");
  721|       |#endif
  722|       |#ifdef WSAETOOMANYREFS
  723|       |    add_errcode("WSAETOOMANYREFS", WSAETOOMANYREFS, "Too many references: cannot splice");
  724|       |#endif
  725|       |#ifdef WSAEACCES
  726|       |    add_errcode("WSAEACCES", WSAEACCES, "Permission denied");
  727|       |#endif
  728|       |#ifdef WSATR
  729|       |    add_errcode("WSATR", WSATR, "Error WSATR");
  730|       |#endif
  731|       |#ifdef WSABASEERR
  732|       |    add_errcode("WSABASEERR", WSABASEERR, "Error WSABASEERR");
  733|       |#endif
  734|       |#ifdef WSADESCRIPTIO
  735|       |    add_errcode("WSADESCRIPTIO", WSADESCRIPTIO, "Error WSADESCRIPTIO");
  736|       |#endif
  737|       |#ifdef WSAEMSGSIZE
  738|       |    add_errcode("WSAEMSGSIZE", WSAEMSGSIZE, "Message too long");
  739|       |#endif
  740|       |#ifdef WSAEBADF
  741|       |    add_errcode("WSAEBADF", WSAEBADF, "Bad file number");
  742|       |#endif
  743|       |#ifdef WSAECONNRESET
  744|       |    add_errcode("WSAECONNRESET", WSAECONNRESET, "Connection reset by peer");
  745|       |#endif
  746|       |#ifdef WSAGETSELECTERRO
  747|       |    add_errcode("WSAGETSELECTERRO", WSAGETSELECTERRO, "Error WSAGETSELECTERRO");
  748|       |#endif
  749|       |#ifdef WSAETIMEDOUT
  750|       |    add_errcode("WSAETIMEDOUT", WSAETIMEDOUT, "Connection timed out");
  751|       |#endif
  752|       |#ifdef WSAENOBUFS
  753|       |    add_errcode("WSAENOBUFS", WSAENOBUFS, "No buffer space available");
  754|       |#endif
  755|       |#ifdef WSAEDISCON
  756|       |    add_errcode("WSAEDISCON", WSAEDISCON, "Error WSAEDISCON");
  757|       |#endif
  758|       |#ifdef WSAEINTR
  759|       |    add_errcode("WSAEINTR", WSAEINTR, "Interrupted system call");
  760|       |#endif
  761|       |#ifdef WSAEPROTOTYPE
  762|       |    add_errcode("WSAEPROTOTYPE", WSAEPROTOTYPE, "Protocol wrong type for socket");
  763|       |#endif
  764|       |#ifdef WSAHOS
  765|       |    add_errcode("WSAHOS", WSAHOS, "Error WSAHOS");
  766|       |#endif
  767|       |#ifdef WSAEADDRINUSE
  768|       |    add_errcode("WSAEADDRINUSE", WSAEADDRINUSE, "Address already in use");
  769|       |#endif
  770|       |#ifdef WSAEADDRNOTAVAIL
  771|       |    add_errcode("WSAEADDRNOTAVAIL", WSAEADDRNOTAVAIL, "Cannot assign requested address");
  772|       |#endif
  773|       |#ifdef WSAEALREADY
  774|       |    add_errcode("WSAEALREADY", WSAEALREADY, "Operation already in progress");
  775|       |#endif
  776|       |#ifdef WSAEPROTONOSUPPORT
  777|       |    add_errcode("WSAEPROTONOSUPPORT", WSAEPROTONOSUPPORT, "Protocol not supported");
  778|       |#endif
  779|       |#ifdef WSASYSNOTREADY
  780|       |    add_errcode("WSASYSNOTREADY", WSASYSNOTREADY, "Error WSASYSNOTREADY");
  781|       |#endif
  782|       |#ifdef WSAEWOULDBLOCK
  783|       |    add_errcode("WSAEWOULDBLOCK", WSAEWOULDBLOCK, "Operation would block");
  784|       |#endif
  785|       |#ifdef WSAEPFNOSUPPORT
  786|       |    add_errcode("WSAEPFNOSUPPORT", WSAEPFNOSUPPORT, "Protocol family not supported");
  787|       |#endif
  788|       |#ifdef WSAEOPNOTSUPP
  789|       |    add_errcode("WSAEOPNOTSUPP", WSAEOPNOTSUPP, "Operation not supported on transport endpoint");
  790|       |#endif
  791|       |#ifdef WSAEISCONN
  792|       |    add_errcode("WSAEISCONN", WSAEISCONN, "Transport endpoint is already connected");
  793|       |#endif
  794|       |#ifdef WSAEDQUOT
  795|       |    add_errcode("WSAEDQUOT", WSAEDQUOT, "Quota exceeded");
  796|       |#endif
  797|       |#ifdef WSAENOTCONN
  798|       |    add_errcode("WSAENOTCONN", WSAENOTCONN, "Transport endpoint is not connected");
  799|       |#endif
  800|       |#ifdef WSAEREMOTE
  801|       |    add_errcode("WSAEREMOTE", WSAEREMOTE, "Object is remote");
  802|       |#endif
  803|       |#ifdef WSAEINVAL
  804|       |    add_errcode("WSAEINVAL", WSAEINVAL, "Invalid argument");
  805|       |#endif
  806|       |#ifdef WSAEINPROGRESS
  807|       |    add_errcode("WSAEINPROGRESS", WSAEINPROGRESS, "Operation now in progress");
  808|       |#endif
  809|       |#ifdef WSAGETSELECTEVEN
  810|       |    add_errcode("WSAGETSELECTEVEN", WSAGETSELECTEVEN, "Error WSAGETSELECTEVEN");
  811|       |#endif
  812|       |#ifdef WSAESOCKTNOSUPPORT
  813|       |    add_errcode("WSAESOCKTNOSUPPORT", WSAESOCKTNOSUPPORT, "Socket type not supported");
  814|       |#endif
  815|       |#ifdef WSAGETASYNCERRO
  816|       |    add_errcode("WSAGETASYNCERRO", WSAGETASYNCERRO, "Error WSAGETASYNCERRO");
  817|       |#endif
  818|       |#ifdef WSAMAKESELECTREPL
  819|       |    add_errcode("WSAMAKESELECTREPL", WSAMAKESELECTREPL, "Error WSAMAKESELECTREPL");
  820|       |#endif
  821|       |#ifdef WSAGETASYNCBUFLE
  822|       |    add_errcode("WSAGETASYNCBUFLE", WSAGETASYNCBUFLE, "Error WSAGETASYNCBUFLE");
  823|       |#endif
  824|       |#ifdef WSAEDESTADDRREQ
  825|       |    add_errcode("WSAEDESTADDRREQ", WSAEDESTADDRREQ, "Destination address required");
  826|       |#endif
  827|       |#ifdef WSAECONNREFUSED
  828|       |    add_errcode("WSAECONNREFUSED", WSAECONNREFUSED, "Connection refused");
  829|       |#endif
  830|       |#ifdef WSAENETRESET
  831|       |    add_errcode("WSAENETRESET", WSAENETRESET, "Network dropped connection because of reset");
  832|       |#endif
  833|       |#ifdef WSAN
  834|       |    add_errcode("WSAN", WSAN, "Error WSAN");
  835|       |#endif
  836|      2|#ifdef ENOMEDIUM
  837|      2|    add_errcode("ENOMEDIUM", ENOMEDIUM, "No medium found");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  838|      2|#endif
  839|      2|#ifdef EMEDIUMTYPE
  840|      2|    add_errcode("EMEDIUMTYPE", EMEDIUMTYPE, "Wrong medium type");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  841|      2|#endif
  842|      2|#ifdef ECANCELED
  843|      2|    add_errcode("ECANCELED", ECANCELED, "Operation Canceled");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  844|      2|#endif
  845|      2|#ifdef ENOKEY
  846|      2|    add_errcode("ENOKEY", ENOKEY, "Required key not available");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  847|      2|#endif
  848|      2|#ifdef EHWPOISON
  849|      2|    add_errcode("EHWPOISON", EHWPOISON, "Memory page has hardware error");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  850|      2|#endif
  851|      2|#ifdef EKEYEXPIRED
  852|      2|    add_errcode("EKEYEXPIRED", EKEYEXPIRED, "Key has expired");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  853|      2|#endif
  854|      2|#ifdef EKEYREVOKED
  855|      2|    add_errcode("EKEYREVOKED", EKEYREVOKED, "Key has been revoked");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  856|      2|#endif
  857|      2|#ifdef EKEYREJECTED
  858|      2|    add_errcode("EKEYREJECTED", EKEYREJECTED, "Key was rejected by service");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  859|      2|#endif
  860|      2|#ifdef EOWNERDEAD
  861|      2|    add_errcode("EOWNERDEAD", EOWNERDEAD, "Owner died");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  862|      2|#endif
  863|      2|#ifdef ENOTRECOVERABLE
  864|      2|    add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "State not recoverable");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  865|      2|#endif
  866|      2|#ifdef ERFKILL
  867|      2|    add_errcode("ERFKILL", ERFKILL, "Operation not possible due to RF-kill");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  868|      2|#endif
  869|       |
  870|       |    /* Solaris-specific errnos */
  871|      2|#ifdef ECANCELED
  872|      2|    add_errcode("ECANCELED", ECANCELED, "Operation canceled");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  873|      2|#endif
  874|      2|#ifdef ENOTSUP
  875|      2|    add_errcode("ENOTSUP", ENOTSUP, "Operation not supported");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  876|      2|#endif
  877|      2|#ifdef EOWNERDEAD
  878|      2|    add_errcode("EOWNERDEAD", EOWNERDEAD, "Process died with the lock");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  879|      2|#endif
  880|      2|#ifdef ENOTRECOVERABLE
  881|      2|    add_errcode("ENOTRECOVERABLE", ENOTRECOVERABLE, "Lock is not recoverable");
  ------------------
  |  |  106|      2|    do {                                                               \
  |  |  107|      2|        if (_add_errcode(module_dict, error_dict, name, code) < 0) {   \
  |  |  ------------------
  |  |  |  Branch (107:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  108|      0|            Py_DECREF(error_dict);                                     \
  |  |  ------------------
  |  |  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  109|      0|            return -1;                                                 \
  |  |  110|      0|        }                                                              \
  |  |  111|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (111:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  882|      2|#endif
  883|       |#ifdef ELOCKUNMAPPED
  884|       |    add_errcode("ELOCKUNMAPPED", ELOCKUNMAPPED, "Locked lock was unmapped");
  885|       |#endif
  886|       |#ifdef ENOTACTIVE
  887|       |    add_errcode("ENOTACTIVE", ENOTACTIVE, "Facility is not active");
  888|       |#endif
  889|       |
  890|       |    /* MacOSX specific errnos */
  891|       |#ifdef EAUTH
  892|       |    add_errcode("EAUTH", EAUTH, "Authentication error");
  893|       |#endif
  894|       |#ifdef EBADARCH
  895|       |    add_errcode("EBADARCH", EBADARCH, "Bad CPU type in executable");
  896|       |#endif
  897|       |#ifdef EBADEXEC
  898|       |    add_errcode("EBADEXEC", EBADEXEC, "Bad executable (or shared library)");
  899|       |#endif
  900|       |#ifdef EBADMACHO
  901|       |    add_errcode("EBADMACHO", EBADMACHO, "Malformed Mach-o file");
  902|       |#endif
  903|       |#ifdef EBADRPC
  904|       |    add_errcode("EBADRPC", EBADRPC, "RPC struct is bad");
  905|       |#endif
  906|       |#ifdef EDEVERR
  907|       |    add_errcode("EDEVERR", EDEVERR, "Device error");
  908|       |#endif
  909|       |#ifdef EFTYPE
  910|       |    add_errcode("EFTYPE", EFTYPE, "Inappropriate file type or format");
  911|       |#endif
  912|       |#ifdef ENEEDAUTH
  913|       |    add_errcode("ENEEDAUTH", ENEEDAUTH, "Need authenticator");
  914|       |#endif
  915|       |#ifdef ENOATTR
  916|       |    add_errcode("ENOATTR", ENOATTR, "Attribute not found");
  917|       |#endif
  918|       |#ifdef ENOPOLICY
  919|       |    add_errcode("ENOPOLICY", ENOPOLICY, "Policy not found");
  920|       |#endif
  921|       |#ifdef EPROCLIM
  922|       |    add_errcode("EPROCLIM", EPROCLIM, "Too many processes");
  923|       |#endif
  924|       |#ifdef EPROCUNAVAIL
  925|       |    add_errcode("EPROCUNAVAIL", EPROCUNAVAIL, "Bad procedure for program");
  926|       |#endif
  927|       |#ifdef EPROGMISMATCH
  928|       |    add_errcode("EPROGMISMATCH", EPROGMISMATCH, "Program version wrong");
  929|       |#endif
  930|       |#ifdef EPROGUNAVAIL
  931|       |    add_errcode("EPROGUNAVAIL", EPROGUNAVAIL, "RPC prog. not avail");
  932|       |#endif
  933|       |#ifdef EPWROFF
  934|       |    add_errcode("EPWROFF", EPWROFF, "Device power is off");
  935|       |#endif
  936|       |#ifdef ERPCMISMATCH
  937|       |    add_errcode("ERPCMISMATCH", ERPCMISMATCH, "RPC version wrong");
  938|       |#endif
  939|       |#ifdef ESHLIBVERS
  940|       |    add_errcode("ESHLIBVERS", ESHLIBVERS, "Shared library version mismatch");
  941|       |#endif
  942|       |#ifdef EQFULL
  943|       |    add_errcode("EQFULL", EQFULL, "Interface output queue is full");
  944|       |#endif
  945|       |#ifdef ENOTCAPABLE
  946|       |    // WASI extension
  947|       |    add_errcode("ENOTCAPABLE", ENOTCAPABLE, "Capabilities insufficient");
  948|       |#endif
  949|       |
  950|      2|    Py_DECREF(error_dict);
  ------------------
  |  |  340|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  951|      2|    return 0;
  952|      2|}
errnomodule.c:_add_errcode:
   60|    274|{
   61|    274|    PyObject *name = PyUnicode_FromString(name_str);
   62|    274|    if (!name) {
  ------------------
  |  Branch (62:9): [True: 0, False: 274]
  ------------------
   63|      0|        return -1;
   64|      0|    }
   65|       |
   66|    274|    PyObject *code = PyLong_FromLong(code_int);
   67|    274|    if (!code) {
  ------------------
  |  Branch (67:9): [True: 0, False: 274]
  ------------------
   68|      0|        Py_DECREF(name);
  ------------------
  |  |  340|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   69|      0|        return -1;
   70|      0|    }
   71|       |
   72|    274|    int ret = -1;
   73|       |    /* insert in modules dict */
   74|    274|    if (PyDict_SetItem(module_dict, name, code) < 0) {
  ------------------
  |  Branch (74:9): [True: 0, False: 274]
  ------------------
   75|      0|        goto end;
   76|      0|    }
   77|       |    /* insert in errorcode dict */
   78|    274|    if (PyDict_SetItem(error_dict, code, name) < 0) {
  ------------------
  |  Branch (78:9): [True: 0, False: 274]
  ------------------
   79|      0|        goto end;
   80|      0|    }
   81|    274|    ret = 0;
   82|    274|end:
   83|    274|    Py_DECREF(name);
  ------------------
  |  |  340|    274|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    274|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    274|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|    274|    Py_DECREF(code);
  ------------------
  |  |  340|    274|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    274|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    274|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   85|    274|    return ret;
   86|    274|}

_PyFaulthandler_Init:
 1476|      2|{
 1477|      2|#ifdef FAULTHANDLER_USE_ALT_STACK
 1478|      2|    memset(&stack, 0, sizeof(stack));
  ------------------
  |  |   86|      2|#  define stack _PyRuntime.faulthandler.stack
  ------------------
                  memset(&stack, 0, sizeof(stack));
  ------------------
  |  |   86|      2|#  define stack _PyRuntime.faulthandler.stack
  ------------------
 1479|      2|    stack.ss_flags = 0;
  ------------------
  |  |   86|      2|#  define stack _PyRuntime.faulthandler.stack
  ------------------
 1480|       |    /* bpo-21131: allocate dedicated stack of SIGSTKSZ*2 bytes, instead of just
 1481|       |       SIGSTKSZ bytes. Calling the previous signal handler in faulthandler
 1482|       |       signal handler uses more than SIGSTKSZ bytes of stack memory on some
 1483|       |       platforms. */
 1484|      2|    stack.ss_size = SIGSTKSZ * 2;
  ------------------
  |  |   86|      2|#  define stack _PyRuntime.faulthandler.stack
  ------------------
 1485|      2|#ifdef AT_MINSIGSTKSZ
 1486|       |    /* bpo-46968: Query Linux for minimal stack size to ensure signal delivery
 1487|       |       for the hardware running CPython. This OS feature is available in
 1488|       |       Linux kernel version >= 5.14 */
 1489|      2|    unsigned long at_minstack_size = getauxval(AT_MINSIGSTKSZ);
 1490|      2|    if (at_minstack_size != 0) {
  ------------------
  |  Branch (1490:9): [True: 0, False: 2]
  ------------------
 1491|      0|        stack.ss_size = SIGSTKSZ + at_minstack_size;
  ------------------
  |  |   86|      0|#  define stack _PyRuntime.faulthandler.stack
  ------------------
 1492|      0|    }
 1493|      2|#endif
 1494|      2|#endif
 1495|       |
 1496|      2|    memset(&thread, 0, sizeof(thread));
  ------------------
  |  |   60|      2|#define thread _PyRuntime.faulthandler.thread
  ------------------
                  memset(&thread, 0, sizeof(thread));
  ------------------
  |  |   60|      2|#define thread _PyRuntime.faulthandler.thread
  ------------------
 1497|       |
 1498|      2|    if (enable) {
  ------------------
  |  Branch (1498:9): [True: 0, False: 2]
  ------------------
 1499|      0|        if (faulthandler_init_enable() < 0) {
  ------------------
  |  Branch (1499:13): [True: 0, False: 0]
  ------------------
 1500|      0|            return _PyStatus_ERR("failed to enable faulthandler");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1501|      0|        }
 1502|      0|    }
 1503|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1504|      2|}

Py_GetBuildInfo:
   46|      2|{
   47|      2|    if (initialized) {
  ------------------
  |  Branch (47:9): [True: 0, False: 2]
  ------------------
   48|      0|        return buildinfo;
   49|      0|    }
   50|      2|    initialized = 1;
   51|      2|    const char *revision = _Py_gitversion();
   52|      2|    const char *sep = *revision ? ":" : "";
  ------------------
  |  Branch (52:23): [True: 2, False: 0]
  ------------------
   53|      2|    const char *gitid = _Py_gitidentifier();
   54|      2|    if (!(*gitid)) {
  ------------------
  |  Branch (54:9): [True: 0, False: 2]
  ------------------
   55|      0|        gitid = "main";
   56|      0|    }
   57|      2|    PyOS_snprintf(buildinfo, sizeof(buildinfo),
   58|      2|                  "%s%s%s, %.20s, %.9s", gitid, sep, revision,
   59|      2|                  DATE, TIME);
  ------------------
  |  |   14|       |#define DATE __DATE__
  ------------------
                                DATE, TIME);
  ------------------
  |  |   22|       |#define TIME __TIME__
  ------------------
   60|      2|    return buildinfo;
   61|      2|}
_Py_gitversion:
   65|      4|{
   66|      4|    return GITVERSION;
   67|      4|}
_Py_gitidentifier:
   71|      4|{
   72|      4|    const char *gittag, *gitid;
   73|      4|    gittag = GITTAG;
   74|      4|    if ((*gittag) && strcmp(gittag, "undefined") != 0)
  ------------------
  |  Branch (74:9): [True: 4, False: 0]
  |  Branch (74:22): [True: 4, False: 0]
  ------------------
   75|      4|        gitid = gittag;
   76|      0|    else
   77|      0|        gitid = GITBRANCH;
   78|      4|    return gitid;
   79|      4|}

_Py_Get_Getpath_CodeObject:
  834|      2|{
  835|      2|    return PyMarshal_ReadObjectFromString(
  836|      2|        (const char*)_Py_M__getpath, sizeof(_Py_M__getpath));
  837|      2|}
_PyConfig_InitPathConfig:
  857|      4|{
  858|      4|    PyStatus status = _PyPathConfig_ReadGlobal(config);
  859|       |
  860|      4|    if (_PyStatus_EXCEPTION(status) || !compute_path_config) {
  ------------------
  |  |   43|      8|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  |  Branch (860:40): [True: 2, False: 2]
  ------------------
  861|      2|        return status;
  862|      2|    }
  863|       |
  864|      2|    if (!_PyThreadState_GET()) {
  ------------------
  |  Branch (864:9): [True: 0, False: 2]
  ------------------
  865|      0|        return PyStatus_Error("cannot calculate path configuration without GIL");
  866|      0|    }
  867|       |
  868|      2|    PyObject *configDict = _PyConfig_AsDict(config);
  869|      2|    if (!configDict) {
  ------------------
  |  Branch (869:9): [True: 0, False: 2]
  ------------------
  870|      0|        PyErr_Clear();
  871|      0|        return PyStatus_NoMemory();
  872|      0|    }
  873|       |
  874|      2|    PyObject *dict = PyDict_New();
  875|      2|    if (!dict) {
  ------------------
  |  Branch (875:9): [True: 0, False: 2]
  ------------------
  876|      0|        PyErr_Clear();
  877|      0|        Py_DECREF(configDict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  878|      0|        return PyStatus_NoMemory();
  879|      0|    }
  880|       |
  881|      2|    if (PyDict_SetItemString(dict, "config", configDict) < 0) {
  ------------------
  |  Branch (881:9): [True: 0, False: 2]
  ------------------
  882|      0|        PyErr_Clear();
  883|      0|        Py_DECREF(configDict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|      0|        Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  885|      0|        return PyStatus_NoMemory();
  886|      0|    }
  887|       |    /* reference now held by dict */
  888|      2|    Py_DECREF(configDict);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  889|       |
  890|      2|    PyObject *co = _Py_Get_Getpath_CodeObject();
  891|      2|    if (!co || !PyCode_Check(co)) {
  ------------------
  |  |  164|      2|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (891:9): [True: 0, False: 2]
  |  Branch (891:16): [True: 0, False: 2]
  ------------------
  892|      0|        PyErr_Clear();
  893|      0|        Py_XDECREF(co);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  894|      0|        Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  895|      0|        return PyStatus_Error("error reading frozen getpath.py");
  896|      0|    }
  897|       |
  898|       |#ifdef MS_WINDOWS
  899|       |    PyObject *winreg = PyImport_ImportModule("winreg");
  900|       |    if (!winreg || PyDict_SetItemString(dict, "winreg", winreg) < 0) {
  901|       |        PyErr_Clear();
  902|       |        Py_XDECREF(winreg);
  903|       |        if (PyDict_SetItemString(dict, "winreg", Py_None) < 0) {
  904|       |            PyErr_Clear();
  905|       |            Py_DECREF(co);
  906|       |            Py_DECREF(dict);
  907|       |            return PyStatus_Error("error importing winreg module");
  908|       |        }
  909|       |    } else {
  910|       |        Py_DECREF(winreg);
  911|       |    }
  912|       |#endif
  913|       |
  914|      2|    if (
  915|       |#ifdef MS_WINDOWS
  916|       |        !decode_to_dict(dict, "os_name", "nt") ||
  917|       |#elif defined(__APPLE__)
  918|       |        !decode_to_dict(dict, "os_name", "darwin") ||
  919|       |#else
  920|      2|        !decode_to_dict(dict, "os_name", "posix") ||
  ------------------
  |  Branch (920:9): [True: 0, False: 2]
  ------------------
  921|      2|#endif
  922|       |#ifdef WITH_NEXT_FRAMEWORK
  923|       |        !int_to_dict(dict, "WITH_NEXT_FRAMEWORK", 1) ||
  924|       |#else
  925|      2|        !int_to_dict(dict, "WITH_NEXT_FRAMEWORK", 0) ||
  ------------------
  |  Branch (925:9): [True: 0, False: 2]
  ------------------
  926|      2|#endif
  927|      2|        !decode_to_dict(dict, "PREFIX", PREFIX) ||
  ------------------
  |  Branch (927:9): [True: 0, False: 2]
  ------------------
  928|      2|        !decode_to_dict(dict, "EXEC_PREFIX", EXEC_PREFIX) ||
  ------------------
  |  Branch (928:9): [True: 0, False: 2]
  ------------------
  929|      2|        !decode_to_dict(dict, "PYTHONPATH", PYTHONPATH) ||
  ------------------
  |  Branch (929:9): [True: 0, False: 2]
  ------------------
  930|      2|        !decode_to_dict(dict, "VPATH", VPATH) ||
  ------------------
  |  Branch (930:9): [True: 0, False: 2]
  ------------------
  931|      2|        !decode_to_dict(dict, "PLATLIBDIR", PLATLIBDIR) ||
  ------------------
  |  Branch (931:9): [True: 0, False: 2]
  ------------------
  932|      2|        !decode_to_dict(dict, "PYDEBUGEXT", PYDEBUGEXT) ||
  ------------------
  |  |   41|      2|#define PYDEBUGEXT NULL
  ------------------
  |  Branch (932:9): [True: 0, False: 2]
  ------------------
  933|      2|        !int_to_dict(dict, "VERSION_MAJOR", PY_MAJOR_VERSION) ||
  ------------------
  |  |   23|      2|#define PY_MAJOR_VERSION        3
  ------------------
  |  Branch (933:9): [True: 0, False: 2]
  ------------------
  934|      2|        !int_to_dict(dict, "VERSION_MINOR", PY_MINOR_VERSION) ||
  ------------------
  |  |   24|      2|#define PY_MINOR_VERSION        16
  ------------------
  |  Branch (934:9): [True: 0, False: 2]
  ------------------
  935|      2|        !decode_to_dict(dict, "PYWINVER", PYWINVER) ||
  ------------------
  |  |   48|      2|#define PYWINVER NULL
  ------------------
  |  Branch (935:9): [True: 0, False: 2]
  ------------------
  936|      2|        !wchar_to_dict(dict, "EXE_SUFFIX", EXE_SUFFIX) ||
  ------------------
  |  |   56|      2|#define EXE_SUFFIX NULL
  ------------------
  |  Branch (936:9): [True: 0, False: 2]
  ------------------
  937|      2|        !env_to_dict(dict, "ENV_PATH", 0) ||
  ------------------
  |  Branch (937:9): [True: 0, False: 2]
  ------------------
  938|      2|        !env_to_dict(dict, "ENV_PYTHONHOME", 0) ||
  ------------------
  |  Branch (938:9): [True: 0, False: 2]
  ------------------
  939|      2|        !env_to_dict(dict, "ENV_PYTHONEXECUTABLE", 0) ||
  ------------------
  |  Branch (939:9): [True: 0, False: 2]
  ------------------
  940|      2|        !env_to_dict(dict, "ENV___PYVENV_LAUNCHER__", 1) ||
  ------------------
  |  Branch (940:9): [True: 0, False: 2]
  ------------------
  941|      2|        !progname_to_dict(dict, "real_executable") ||
  ------------------
  |  Branch (941:9): [True: 0, False: 2]
  ------------------
  942|      2|        !library_to_dict(dict, "library") ||
  ------------------
  |  Branch (942:9): [True: 0, False: 2]
  ------------------
  943|      2|        !wchar_to_dict(dict, "executable_dir", NULL) ||
  ------------------
  |  Branch (943:9): [True: 0, False: 2]
  ------------------
  944|      2|        !wchar_to_dict(dict, "py_setpath", _PyPathConfig_GetGlobalModuleSearchPath()) ||
  ------------------
  |  Branch (944:9): [True: 0, False: 2]
  ------------------
  945|      2|        !funcs_to_dict(dict, config->pathconfig_warnings) ||
  ------------------
  |  Branch (945:9): [True: 0, False: 2]
  ------------------
  946|       |#ifdef Py_GIL_DISABLED
  947|       |        !decode_to_dict(dict, "ABI_THREAD", "t") ||
  948|       |#else
  949|      2|        !decode_to_dict(dict, "ABI_THREAD", "") ||
  ------------------
  |  Branch (949:9): [True: 0, False: 2]
  ------------------
  950|      2|#endif
  951|      2|#ifndef MS_WINDOWS
  952|      2|        PyDict_SetItemString(dict, "winreg", Py_None) < 0 ||
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (952:9): [True: 0, False: 2]
  ------------------
  953|      2|#endif
  954|      2|        PyDict_SetItemString(dict, "__builtins__", PyEval_GetBuiltins()) < 0
  ------------------
  |  Branch (954:9): [True: 0, False: 2]
  ------------------
  955|      2|    ) {
  956|      0|        Py_DECREF(co);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  957|      0|        Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  958|      0|        PyErr_FormatUnraisable("Exception ignored while preparing getpath");
  959|      0|        return PyStatus_Error("error evaluating initial values");
  960|      0|    }
  961|       |
  962|      2|    PyObject *r = PyEval_EvalCode(co, dict, dict);
  963|      2|    Py_DECREF(co);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  964|       |
  965|      2|    if (!r) {
  ------------------
  |  Branch (965:9): [True: 0, False: 2]
  ------------------
  966|      0|        Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  967|      0|        PyErr_FormatUnraisable("Exception ignored while running getpath");
  968|      0|        return PyStatus_Error("error evaluating path");
  969|      0|    }
  970|      2|    Py_DECREF(r);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  971|       |
  972|      2|    if (_PyConfig_FromDict(config, configDict) < 0) {
  ------------------
  |  Branch (972:9): [True: 0, False: 2]
  ------------------
  973|      0|        PyErr_FormatUnraisable("Exception ignored while reading getpath results");
  974|      0|        Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  975|      0|        return PyStatus_Error("error getting getpath results");
  976|      0|    }
  977|       |
  978|      2|    Py_DECREF(dict);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  979|       |
  980|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  981|      2|}
getpath.c:decode_to_dict:
  659|     18|{
  660|     18|    PyObject *u = NULL;
  661|     18|    int r;
  662|     18|    if (s && s[0]) {
  ------------------
  |  Branch (662:9): [True: 14, False: 4]
  |  Branch (662:14): [True: 8, False: 6]
  ------------------
  663|      8|        size_t len;
  664|      8|        const wchar_t *w = Py_DecodeLocale(s, &len);
  665|      8|        if (w) {
  ------------------
  |  Branch (665:13): [True: 8, False: 0]
  ------------------
  666|      8|            u = PyUnicode_FromWideChar(w, len);
  667|      8|            PyMem_RawFree((void *)w);
  668|      8|        }
  669|      8|        if (!u) {
  ------------------
  |  Branch (669:13): [True: 0, False: 8]
  ------------------
  670|      0|            return 0;
  671|      0|        }
  672|     10|    } else {
  673|     10|        u = Py_NewRef(Py_None);
  ------------------
  |  |  550|     10|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  674|     10|    }
  675|     18|    r = PyDict_SetItemString(dict, key, u) == 0;
  676|     18|    Py_DECREF(u);
  ------------------
  |  |  430|     18|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  677|     18|    return r;
  678|     18|}
getpath.c:int_to_dict:
  738|      6|{
  739|      6|    PyObject *o;
  740|      6|    int r;
  741|      6|    o = PyLong_FromLong(v);
  742|      6|    if (!o) {
  ------------------
  |  Branch (742:9): [True: 0, False: 6]
  ------------------
  743|      0|        return 0;
  744|      0|    }
  745|      6|    r = PyDict_SetItemString(dict, key, o) == 0;
  746|      6|    Py_DECREF(o);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  747|      6|    return r;
  748|      6|}
getpath.c:wchar_to_dict:
  639|      6|{
  640|      6|    PyObject *u;
  641|      6|    int r;
  642|      6|    if (s && s[0]) {
  ------------------
  |  Branch (642:9): [True: 0, False: 6]
  |  Branch (642:14): [True: 0, False: 0]
  ------------------
  643|      0|        u = PyUnicode_FromWideChar(s, -1);
  644|      0|        if (!u) {
  ------------------
  |  Branch (644:13): [True: 0, False: 0]
  ------------------
  645|      0|            return 0;
  646|      0|        }
  647|      6|    } else {
  648|      6|        u = Py_NewRef(Py_None);
  ------------------
  |  |  550|      6|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  649|      6|    }
  650|      6|    r = PyDict_SetItemString(dict, key, u) == 0;
  651|      6|    Py_DECREF(u);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|      6|    return r;
  653|      6|}
getpath.c:env_to_dict:
  683|      8|{
  684|      8|    PyObject *u = NULL;
  685|      8|    int r = 0;
  686|      8|    assert(strncmp(key, "ENV_", 4) == 0);
  ------------------
  |  Branch (686:5): [True: 8, False: 0]
  ------------------
  687|      8|    assert(strlen(key) < 64);
  ------------------
  |  Branch (687:5): [True: 8, False: 0]
  ------------------
  688|       |#ifdef MS_WINDOWS
  689|       |    wchar_t wkey[64];
  690|       |    // Quick convert to wchar_t, since we know key is ASCII
  691|       |    wchar_t *wp = wkey;
  692|       |    for (const char *p = &key[4]; *p; ++p) {
  693|       |        assert(!(*p & 0x80));
  694|       |        *wp++ = *p;
  695|       |    }
  696|       |    *wp = L'\0';
  697|       |    const wchar_t *v = _wgetenv(wkey);
  698|       |    if (v) {
  699|       |        u = PyUnicode_FromWideChar(v, -1);
  700|       |        if (!u) {
  701|       |            PyErr_Clear();
  702|       |        }
  703|       |    }
  704|       |#else
  705|      8|    const char *v = getenv(&key[4]);
  706|      8|    if (v) {
  ------------------
  |  Branch (706:9): [True: 2, False: 6]
  ------------------
  707|      2|        size_t len;
  708|      2|        const wchar_t *w = Py_DecodeLocale(v, &len);
  709|      2|        if (w) {
  ------------------
  |  Branch (709:13): [True: 2, False: 0]
  ------------------
  710|      2|            u = PyUnicode_FromWideChar(w, len);
  711|      2|            if (!u) {
  ------------------
  |  Branch (711:17): [True: 0, False: 2]
  ------------------
  712|      0|                PyErr_Clear();
  713|      0|            }
  714|      2|            PyMem_RawFree((void *)w);
  715|      2|        }
  716|      2|    }
  717|      8|#endif
  718|      8|    if (u) {
  ------------------
  |  Branch (718:9): [True: 2, False: 6]
  ------------------
  719|      2|        r = PyDict_SetItemString(dict, key, u) == 0;
  720|      2|        Py_DECREF(u);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  721|      6|    } else {
  722|      6|        r = PyDict_SetItemString(dict, key, Py_None) == 0;
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  723|      6|    }
  724|      8|    if (r && and_clear) {
  ------------------
  |  Branch (724:9): [True: 8, False: 0]
  |  Branch (724:14): [True: 2, False: 6]
  ------------------
  725|       |#ifdef MS_WINDOWS
  726|       |        _wputenv_s(wkey, L"");
  727|       |#else
  728|      2|        unsetenv(&key[4]);
  729|      2|#endif
  730|      2|    }
  731|      8|    return r;
  732|      8|}
getpath.c:progname_to_dict:
  775|      2|{
  776|       |#ifdef MS_WINDOWS
  777|       |    return winmodule_to_dict(dict, key, NULL);
  778|       |#elif defined(__APPLE__)
  779|       |    char *path;
  780|       |    uint32_t pathLen = 256;
  781|       |    while (pathLen) {
  782|       |        path = PyMem_RawMalloc((pathLen + 1) * sizeof(char));
  783|       |        if (!path) {
  784|       |            return 0;
  785|       |        }
  786|       |        if (_NSGetExecutablePath(path, &pathLen) != 0) {
  787|       |            PyMem_RawFree(path);
  788|       |            continue;
  789|       |        }
  790|       |        // Only keep if the path is absolute
  791|       |        if (path[0] == SEP) {
  792|       |            int r = decode_to_dict(dict, key, path);
  793|       |            PyMem_RawFree(path);
  794|       |            return r;
  795|       |        }
  796|       |        // Fall back and store None
  797|       |        PyMem_RawFree(path);
  798|       |        break;
  799|       |    }
  800|       |#endif
  801|      2|    return PyDict_SetItemString(dict, key, Py_None) == 0;
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  802|      2|}
getpath.c:library_to_dict:
  808|      2|{
  809|       |/* macOS framework builds do not link against a libpython dynamic library, but
  810|       |   instead link against a macOS Framework. */
  811|       |#if defined(Py_ENABLE_SHARED) || defined(WITH_NEXT_FRAMEWORK)
  812|       |
  813|       |#ifdef MS_WINDOWS
  814|       |    extern HMODULE PyWin_DLLhModule;
  815|       |    if (PyWin_DLLhModule) {
  816|       |        return winmodule_to_dict(dict, key, PyWin_DLLhModule);
  817|       |    }
  818|       |#endif
  819|       |
  820|       |#if HAVE_DLADDR
  821|       |    Dl_info libpython_info;
  822|       |    if (dladdr(&Py_Initialize, &libpython_info) && libpython_info.dli_fname) {
  823|       |        return decode_to_dict(dict, key, libpython_info.dli_fname);
  824|       |    }
  825|       |#endif
  826|       |#endif
  827|       |
  828|      2|    return PyDict_SetItemString(dict, key, Py_None) == 0;
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  829|      2|}
getpath.c:funcs_to_dict:
  610|      2|{
  611|     24|    for (PyMethodDef *m = getpath_methods; m->ml_name; ++m) {
  ------------------
  |  Branch (611:44): [True: 22, False: 2]
  ------------------
  612|     22|        PyObject *f = PyCFunction_NewEx(m, NULL, NULL);
  ------------------
  |  |   87|     22|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
  613|     22|        if (!f) {
  ------------------
  |  Branch (613:13): [True: 0, False: 22]
  ------------------
  614|      0|            return 0;
  615|      0|        }
  616|     22|        if (PyDict_SetItemString(dict, m->ml_name, f) < 0) {
  ------------------
  |  Branch (616:13): [True: 0, False: 22]
  ------------------
  617|      0|            Py_DECREF(f);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  618|      0|            return 0;
  619|      0|        }
  620|     22|        Py_DECREF(f);
  ------------------
  |  |  430|     22|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  621|     22|    }
  622|      2|    PyMethodDef *m2 = warnings ? &getpath_warn_method : &getpath_nowarn_method;
  ------------------
  |  Branch (622:23): [True: 2, False: 0]
  ------------------
  623|      2|    PyObject *f = PyCFunction_NewEx(m2, NULL, NULL);
  ------------------
  |  |   87|      2|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
  624|      2|    if (!f) {
  ------------------
  |  Branch (624:9): [True: 0, False: 2]
  ------------------
  625|      0|        return 0;
  626|      0|    }
  627|      2|    if (PyDict_SetItemString(dict, m2->ml_name, f) < 0) {
  ------------------
  |  Branch (627:9): [True: 0, False: 2]
  ------------------
  628|      0|        Py_DECREF(f);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  629|      0|        return 0;
  630|      0|    }
  631|      2|    Py_DECREF(f);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  632|      2|    return 1;
  633|      2|}
getpath.c:getpath_abspath:
   65|      2|{
   66|      2|    PyObject *r = NULL;
   67|      2|    PyObject *pathobj;
   68|      2|    wchar_t *path;
   69|      2|    if (!PyArg_ParseTuple(args, "U", &pathobj)) {
  ------------------
  |  Branch (69:9): [True: 0, False: 2]
  ------------------
   70|      0|        return NULL;
   71|      0|    }
   72|      2|    Py_ssize_t len;
   73|      2|    path = PyUnicode_AsWideCharString(pathobj, &len);
   74|      2|    if (path) {
  ------------------
  |  Branch (74:9): [True: 2, False: 0]
  ------------------
   75|      2|        wchar_t *abs;
   76|      2|        if (_Py_abspath((const wchar_t *)_Py_normpath(path, -1), &abs) == 0 && abs) {
  ------------------
  |  Branch (76:13): [True: 2, False: 0]
  |  Branch (76:80): [True: 2, False: 0]
  ------------------
   77|      2|            r = PyUnicode_FromWideChar(abs, -1);
   78|      2|            PyMem_RawFree((void *)abs);
   79|      2|        } else {
   80|      0|            PyErr_SetString(PyExc_OSError, "failed to make path absolute");
   81|      0|        }
   82|      2|        PyMem_Free((void *)path);
   83|      2|    }
   84|      2|    return r;
   85|      2|}
getpath.c:getpath_dirname:
  106|     12|{
  107|     12|    PyObject *path;
  108|     12|    if (!PyArg_ParseTuple(args, "U", &path)) {
  ------------------
  |  Branch (108:9): [True: 0, False: 12]
  ------------------
  109|      0|        return NULL;
  110|      0|    }
  111|     12|    Py_ssize_t end = PyUnicode_GET_LENGTH(path);
  ------------------
  |  |  299|     12|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  112|     12|    Py_ssize_t pos = PyUnicode_FindChar(path, SEP, 0, end, -1);
  ------------------
  |  |   29|     12|#  define SEP L'/'
  ------------------
  113|     12|    if (pos < 0) {
  ------------------
  |  Branch (113:9): [True: 0, False: 12]
  ------------------
  114|      0|        return Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
  115|      0|    }
  116|     12|    return PyUnicode_Substring(path, 0, pos);
  117|     12|}
getpath.c:getpath_isdir:
  175|      8|{
  176|      8|    PyObject *r = NULL;
  177|      8|    PyObject *pathobj;
  178|      8|    const wchar_t *path;
  179|      8|    if (!PyArg_ParseTuple(args, "U", &pathobj)) {
  ------------------
  |  Branch (179:9): [True: 0, False: 8]
  ------------------
  180|      0|        return NULL;
  181|      0|    }
  182|      8|    path = PyUnicode_AsWideCharString(pathobj, NULL);
  183|      8|    if (path) {
  ------------------
  |  Branch (183:9): [True: 8, False: 0]
  ------------------
  184|       |#ifdef MS_WINDOWS
  185|       |        DWORD attr = GetFileAttributesW(path);
  186|       |        r = (attr != INVALID_FILE_ATTRIBUTES) &&
  187|       |            (attr & FILE_ATTRIBUTE_DIRECTORY) ? Py_True : Py_False;
  188|       |#else
  189|      8|        struct stat st;
  190|      8|        r = (_Py_wstat(path, &st) == 0) && S_ISDIR(st.st_mode) ? Py_True : Py_False;
  ------------------
  |  |   26|      8|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      r = (_Py_wstat(path, &st) == 0) && S_ISDIR(st.st_mode) ? Py_True : Py_False;
  ------------------
  |  |   25|      8|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (190:13): [True: 8, False: 0]
  |  Branch (190:44): [True: 8, False: 0]
  ------------------
  191|      8|#endif
  192|      8|        PyMem_Free((void *)path);
  193|      8|    }
  194|      8|    return Py_XNewRef(r);
  ------------------
  |  |  551|      8|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|      8|}
getpath.c:getpath_isfile:
  200|     12|{
  201|     12|    PyObject *r = NULL;
  202|     12|    PyObject *pathobj;
  203|     12|    const wchar_t *path;
  204|     12|    if (!PyArg_ParseTuple(args, "U", &pathobj)) {
  ------------------
  |  Branch (204:9): [True: 0, False: 12]
  ------------------
  205|      0|        return NULL;
  206|      0|    }
  207|     12|    path = PyUnicode_AsWideCharString(pathobj, NULL);
  208|     12|    if (path) {
  ------------------
  |  Branch (208:9): [True: 12, False: 0]
  ------------------
  209|       |#ifdef MS_WINDOWS
  210|       |        DWORD attr = GetFileAttributesW(path);
  211|       |        r = (attr != INVALID_FILE_ATTRIBUTES) &&
  212|       |            !(attr & FILE_ATTRIBUTE_DIRECTORY) ? Py_True : Py_False;
  213|       |#else
  214|     12|        struct stat st;
  215|     12|        r = (_Py_wstat(path, &st) == 0) && S_ISREG(st.st_mode) ? Py_True : Py_False;
  ------------------
  |  |   26|     12|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      r = (_Py_wstat(path, &st) == 0) && S_ISREG(st.st_mode) ? Py_True : Py_False;
  ------------------
  |  |   25|     12|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (215:13): [True: 2, False: 10]
  |  Branch (215:44): [True: 2, False: 0]
  ------------------
  216|     12|#endif
  217|     12|        PyMem_Free((void *)path);
  218|     12|    }
  219|     12|    return Py_XNewRef(r);
  ------------------
  |  |  551|     12|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|     12|}
getpath.c:getpath_joinpath:
  257|     26|{
  258|     26|    if (!PyTuple_Check(args)) {
  ------------------
  |  |   27|     26|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (258:9): [True: 0, False: 26]
  ------------------
  259|      0|        PyErr_SetString(PyExc_TypeError, "requires tuple of arguments");
  260|      0|        return NULL;
  261|      0|    }
  262|     26|    Py_ssize_t n = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     26|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|     26|    if (n == 0) {
  ------------------
  |  Branch (263:9): [True: 0, False: 26]
  ------------------
  264|      0|        return Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
  265|      0|    }
  266|       |    /* Convert all parts to wchar and accumulate max final length */
  267|     26|    wchar_t **parts = (wchar_t **)PyMem_Malloc(n * sizeof(wchar_t *));
  268|     26|    if (parts == NULL) {
  ------------------
  |  Branch (268:9): [True: 0, False: 26]
  ------------------
  269|      0|        PyErr_NoMemory();
  270|      0|        return NULL;
  271|      0|    }
  272|     26|    memset(parts, 0, n * sizeof(wchar_t *));
  273|     26|    Py_ssize_t cchFinal = 0;
  274|     26|    Py_ssize_t first = 0;
  275|       |
  276|     78|    for (Py_ssize_t i = 0; i < n; ++i) {
  ------------------
  |  Branch (276:28): [True: 52, False: 26]
  ------------------
  277|     52|        PyObject *s = PyTuple_GET_ITEM(args, i);
  ------------------
  |  |   29|     52|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     52|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (277:23): [True: 52, False: 0]
  ------------------
  278|      0|        Py_ssize_t cch;
  279|     52|        if (s == Py_None) {
  ------------------
  |  |  616|     52|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (279:13): [True: 0, False: 52]
  ------------------
  280|      0|            cch = 0;
  281|     52|        } else if (PyUnicode_Check(s)) {
  ------------------
  |  |  103|     52|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     52|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 52, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  282|     52|            parts[i] = PyUnicode_AsWideCharString(s, &cch);
  283|     52|            if (!parts[i]) {
  ------------------
  |  Branch (283:17): [True: 0, False: 52]
  ------------------
  284|      0|                cchFinal = -1;
  285|      0|                break;
  286|      0|            }
  287|     52|            if (_Py_isabs(parts[i])) {
  ------------------
  |  Branch (287:17): [True: 26, False: 26]
  ------------------
  288|     26|                first = i;
  289|     26|            }
  290|     52|        } else {
  291|      0|            PyErr_SetString(PyExc_TypeError, "all arguments to joinpath() must be str or None");
  292|      0|            cchFinal = -1;
  293|      0|            break;
  294|      0|        }
  295|     52|        cchFinal += cch + 1;
  296|     52|    }
  297|       |
  298|     26|    wchar_t *final = cchFinal > 0 ? (wchar_t *)PyMem_Malloc(cchFinal * sizeof(wchar_t)) : NULL;
  ------------------
  |  Branch (298:22): [True: 26, False: 0]
  ------------------
  299|     26|    if (!final) {
  ------------------
  |  Branch (299:9): [True: 0, False: 26]
  ------------------
  300|      0|        for (Py_ssize_t i = 0; i < n; ++i) {
  ------------------
  |  Branch (300:32): [True: 0, False: 0]
  ------------------
  301|      0|            PyMem_Free(parts[i]);
  302|      0|        }
  303|      0|        PyMem_Free(parts);
  304|      0|        if (cchFinal) {
  ------------------
  |  Branch (304:13): [True: 0, False: 0]
  ------------------
  305|      0|            PyErr_NoMemory();
  306|      0|            return NULL;
  307|      0|        }
  308|      0|        return Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
  309|      0|    }
  310|       |
  311|     26|    final[0] = '\0';
  312|       |    /* Now join all the paths. The final result should be shorter than the buffer */
  313|     78|    for (Py_ssize_t i = 0; i < n; ++i) {
  ------------------
  |  Branch (313:28): [True: 52, False: 26]
  ------------------
  314|     52|        if (!parts[i]) {
  ------------------
  |  Branch (314:13): [True: 0, False: 52]
  ------------------
  315|      0|            continue;
  316|      0|        }
  317|     52|        if (i >= first && final) {
  ------------------
  |  Branch (317:13): [True: 52, False: 0]
  |  Branch (317:27): [True: 52, False: 0]
  ------------------
  318|     52|            if (!final[0]) {
  ------------------
  |  Branch (318:17): [True: 26, False: 26]
  ------------------
  319|       |                /* final is definitely long enough to fit any individual part */
  320|     26|                wcscpy(final, parts[i]);
  321|     26|            } else if (_Py_add_relfile(final, parts[i], cchFinal) < 0) {
  ------------------
  |  Branch (321:24): [True: 0, False: 26]
  ------------------
  322|       |                /* if we fail, keep iterating to free memory, but stop adding parts */
  323|      0|                PyMem_Free(final);
  324|      0|                final = NULL;
  325|      0|            }
  326|     52|        }
  327|     52|        PyMem_Free(parts[i]);
  328|     52|    }
  329|     26|    PyMem_Free(parts);
  330|     26|    if (!final) {
  ------------------
  |  Branch (330:9): [True: 0, False: 26]
  ------------------
  331|      0|        PyErr_SetString(PyExc_SystemError, "failed to join paths");
  332|      0|        return NULL;
  333|      0|    }
  334|     26|    PyObject *r = PyUnicode_FromWideChar(_Py_normpath(final, -1), -1);
  335|     26|    PyMem_Free(final);
  336|     26|    return r;
  337|     26|}
getpath.c:getpath_readlines:
  342|     10|{
  343|     10|    PyObject *r = NULL;
  344|     10|    PyObject *pathobj;
  345|     10|    const wchar_t *path;
  346|     10|    if (!PyArg_ParseTuple(args, "U", &pathobj)) {
  ------------------
  |  Branch (346:9): [True: 0, False: 10]
  ------------------
  347|      0|        return NULL;
  348|      0|    }
  349|     10|    path = PyUnicode_AsWideCharString(pathobj, NULL);
  350|     10|    if (!path) {
  ------------------
  |  Branch (350:9): [True: 0, False: 10]
  ------------------
  351|      0|        return NULL;
  352|      0|    }
  353|     10|    FILE *fp = _Py_wfopen(path, L"rb");
  354|     10|    if (!fp) {
  ------------------
  |  Branch (354:9): [True: 10, False: 0]
  ------------------
  355|     10|        PyErr_SetFromErrno(PyExc_OSError);
  356|     10|        PyMem_Free((void *)path);
  357|     10|        return NULL;
  358|     10|    }
  359|      0|    PyMem_Free((void *)path);
  360|       |
  361|      0|    r = PyList_New(0);
  362|      0|    if (!r) {
  ------------------
  |  Branch (362:9): [True: 0, False: 0]
  ------------------
  363|      0|        fclose(fp);
  364|      0|        return NULL;
  365|      0|    }
  366|      0|    const size_t MAX_FILE = 32 * 1024;
  367|      0|    char *buffer = (char *)PyMem_Malloc(MAX_FILE);
  368|      0|    if (!buffer) {
  ------------------
  |  Branch (368:9): [True: 0, False: 0]
  ------------------
  369|      0|        Py_DECREF(r);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  370|      0|        fclose(fp);
  371|      0|        return NULL;
  372|      0|    }
  373|       |
  374|      0|    size_t cb = fread(buffer, 1, MAX_FILE, fp);
  375|      0|    fclose(fp);
  376|      0|    if (!cb) {
  ------------------
  |  Branch (376:9): [True: 0, False: 0]
  ------------------
  377|      0|        return r;
  378|      0|    }
  379|      0|    if (cb >= MAX_FILE) {
  ------------------
  |  Branch (379:9): [True: 0, False: 0]
  ------------------
  380|      0|        Py_DECREF(r);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  381|      0|        PyErr_SetString(PyExc_MemoryError,
  382|      0|            "cannot read file larger than 32KB during initialization");
  383|      0|        return NULL;
  384|      0|    }
  385|      0|    buffer[cb] = '\0';
  386|       |
  387|      0|    size_t len;
  388|      0|    wchar_t *wbuffer = _Py_DecodeUTF8_surrogateescape(buffer, cb, &len);
  389|      0|    PyMem_Free((void *)buffer);
  390|      0|    if (!wbuffer) {
  ------------------
  |  Branch (390:9): [True: 0, False: 0]
  ------------------
  391|      0|        Py_DECREF(r);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|      0|        PyErr_NoMemory();
  393|      0|        return NULL;
  394|      0|    }
  395|       |
  396|      0|    wchar_t *p1 = wbuffer;
  397|      0|    wchar_t *p2 = p1;
  398|      0|    while ((p2 = wcschr(p1, L'\n')) != NULL) {
  ------------------
  |  Branch (398:12): [True: 0, False: 0]
  ------------------
  399|      0|        Py_ssize_t cb = p2 - p1;
  400|      0|        while (cb >= 0 && (p1[cb] == L'\n' || p1[cb] == L'\r')) {
  ------------------
  |  Branch (400:16): [True: 0, False: 0]
  |  Branch (400:28): [True: 0, False: 0]
  |  Branch (400:47): [True: 0, False: 0]
  ------------------
  401|      0|            --cb;
  402|      0|        }
  403|      0|        PyObject *u = PyUnicode_FromWideChar(p1, cb >= 0 ? cb + 1 : 0);
  ------------------
  |  Branch (403:50): [True: 0, False: 0]
  ------------------
  404|      0|        if (!u || PyList_Append(r, u) < 0) {
  ------------------
  |  Branch (404:13): [True: 0, False: 0]
  |  Branch (404:19): [True: 0, False: 0]
  ------------------
  405|      0|            Py_XDECREF(u);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  406|      0|            Py_CLEAR(r);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  407|      0|            break;
  408|      0|        }
  409|      0|        Py_DECREF(u);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  410|      0|        p1 = p2 + 1;
  411|      0|    }
  412|      0|    if (r && p1 && *p1) {
  ------------------
  |  Branch (412:9): [True: 0, False: 0]
  |  Branch (412:14): [True: 0, False: 0]
  |  Branch (412:20): [True: 0, False: 0]
  ------------------
  413|      0|        PyObject *u = PyUnicode_FromWideChar(p1, -1);
  414|      0|        if (!u || PyList_Append(r, u) < 0) {
  ------------------
  |  Branch (414:13): [True: 0, False: 0]
  |  Branch (414:19): [True: 0, False: 0]
  ------------------
  415|      0|            Py_CLEAR(r);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  416|      0|        }
  417|      0|        Py_XDECREF(u);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  418|      0|    }
  419|      0|    PyMem_RawFree(wbuffer);
  420|      0|    return r;
  421|      0|}
getpath.c:getpath_realpath:
  426|      2|{
  427|      2|    PyObject *pathobj;
  428|      2|    if (!PyArg_ParseTuple(args, "U", &pathobj)) {
  ------------------
  |  Branch (428:9): [True: 0, False: 2]
  ------------------
  429|      0|        return NULL;
  430|      0|    }
  431|      2|#if defined(HAVE_READLINK)
  432|       |    /* This readlink calculation only resolves a symlinked file, and
  433|       |       does not resolve any path segments. This is consistent with
  434|       |       prior releases, however, the realpath implementation below is
  435|       |       potentially correct in more cases. */
  436|      2|    PyObject *r = NULL;
  437|      2|    int nlink = 0;
  438|      2|    wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL);
  439|      2|    if (!path) {
  ------------------
  |  Branch (439:9): [True: 0, False: 2]
  ------------------
  440|      0|        goto done;
  441|      0|    }
  442|      2|    wchar_t *path2 = _PyMem_RawWcsdup(path);
  443|      2|    PyMem_Free((void *)path);
  444|      2|    path = path2;
  445|      2|    while (path) {
  ------------------
  |  Branch (445:12): [True: 2, False: 0]
  ------------------
  446|      2|        wchar_t resolved[MAXPATHLEN + 1];
  447|      2|        int linklen = _Py_wreadlink(path, resolved, Py_ARRAY_LENGTH(resolved));
  ------------------
  |  |  196|      2|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  448|      2|        if (linklen == -1) {
  ------------------
  |  Branch (448:13): [True: 2, False: 0]
  ------------------
  449|      2|            r = PyUnicode_FromWideChar(path, -1);
  450|      2|            break;
  451|      2|        }
  452|      0|        if (_Py_isabs(resolved)) {
  ------------------
  |  Branch (452:13): [True: 0, False: 0]
  ------------------
  453|      0|            PyMem_RawFree((void *)path);
  454|      0|            path = _PyMem_RawWcsdup(resolved);
  455|      0|        } else {
  456|      0|            wchar_t *s = wcsrchr(path, SEP);
  ------------------
  |  |   29|      0|#  define SEP L'/'
  ------------------
  457|      0|            if (s) {
  ------------------
  |  Branch (457:17): [True: 0, False: 0]
  ------------------
  458|      0|                *s = L'\0';
  459|      0|            }
  460|      0|            path2 = _Py_join_relfile(path, resolved);
  461|      0|            if (path2) {
  ------------------
  |  Branch (461:17): [True: 0, False: 0]
  ------------------
  462|      0|                path2 = _Py_normpath(path2, -1);
  463|      0|            }
  464|      0|            PyMem_RawFree((void *)path);
  465|      0|            path = path2;
  466|      0|        }
  467|      0|        nlink++;
  468|       |        /* 40 is the Linux kernel 4.2 limit */
  469|      0|        if (nlink >= 40) {
  ------------------
  |  Branch (469:13): [True: 0, False: 0]
  ------------------
  470|      0|            PyErr_SetString(PyExc_OSError, "maximum number of symbolic links reached");
  471|      0|            break;
  472|      0|        }
  473|      0|    }
  474|      2|    if (!path) {
  ------------------
  |  Branch (474:9): [True: 0, False: 2]
  ------------------
  475|      0|        PyErr_NoMemory();
  476|      0|    }
  477|      2|done:
  478|      2|    PyMem_RawFree((void *)path);
  479|      2|    return r;
  480|       |
  481|       |#elif defined(HAVE_REALPATH)
  482|       |    PyObject *r = NULL;
  483|       |    struct stat st;
  484|       |    const char *narrow = NULL;
  485|       |    wchar_t *path = PyUnicode_AsWideCharString(pathobj, NULL);
  486|       |    if (!path) {
  487|       |        goto done;
  488|       |    }
  489|       |    narrow = Py_EncodeLocale(path, NULL);
  490|       |    if (!narrow) {
  491|       |        PyErr_NoMemory();
  492|       |        goto done;
  493|       |    }
  494|       |    if (lstat(narrow, &st)) {
  495|       |        PyErr_SetFromErrno(PyExc_OSError);
  496|       |        goto done;
  497|       |    }
  498|       |    if (!S_ISLNK(st.st_mode)) {
  499|       |        r = Py_NewRef(pathobj);
  500|       |        goto done;
  501|       |    }
  502|       |    wchar_t resolved[MAXPATHLEN+1];
  503|       |    if (_Py_wrealpath(path, resolved, MAXPATHLEN) == NULL) {
  504|       |        PyErr_SetFromErrno(PyExc_OSError);
  505|       |    } else {
  506|       |        r = PyUnicode_FromWideChar(resolved, -1);
  507|       |    }
  508|       |done:
  509|       |    PyMem_Free((void *)path);
  510|       |    PyMem_Free((void *)narrow);
  511|       |    return r;
  512|       |#elif defined(MS_WINDOWS)
  513|       |    HANDLE hFile;
  514|       |    wchar_t resolved[MAXPATHLEN+1];
  515|       |    int len = 0, err;
  516|       |    Py_ssize_t pathlen;
  517|       |    PyObject *result;
  518|       |
  519|       |    wchar_t *path = PyUnicode_AsWideCharString(pathobj, &pathlen);
  520|       |    if (!path) {
  521|       |        return NULL;
  522|       |    }
  523|       |    if (wcslen(path) != pathlen) {
  524|       |        PyErr_SetString(PyExc_ValueError, "path contains embedded nulls");
  525|       |        return NULL;
  526|       |    }
  527|       |
  528|       |    Py_BEGIN_ALLOW_THREADS
  529|       |    hFile = CreateFileW(path, 0, 0, NULL, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL);
  530|       |    if (hFile != INVALID_HANDLE_VALUE) {
  531|       |        len = GetFinalPathNameByHandleW(hFile, resolved, MAXPATHLEN, VOLUME_NAME_DOS);
  532|       |        err = len ? 0 : GetLastError();
  533|       |        CloseHandle(hFile);
  534|       |    } else {
  535|       |        err = GetLastError();
  536|       |    }
  537|       |    Py_END_ALLOW_THREADS
  538|       |
  539|       |    if (err) {
  540|       |        PyErr_SetFromWindowsErr(err);
  541|       |        result = NULL;
  542|       |    } else if (len <= MAXPATHLEN) {
  543|       |        const wchar_t *p = resolved;
  544|       |        if (0 == wcsncmp(p, L"\\\\?\\", 4)) {
  545|       |            if (GetFileAttributesW(&p[4]) != INVALID_FILE_ATTRIBUTES) {
  546|       |                p += 4;
  547|       |                len -= 4;
  548|       |            }
  549|       |        }
  550|       |        if (CompareStringOrdinal(path, (int)pathlen, p, len, TRUE) == CSTR_EQUAL) {
  551|       |            result = Py_NewRef(pathobj);
  552|       |        } else {
  553|       |            result = PyUnicode_FromWideChar(p, len);
  554|       |        }
  555|       |    } else {
  556|       |        result = Py_NewRef(pathobj);
  557|       |    }
  558|       |    PyMem_Free(path);
  559|       |    return result;
  560|       |#endif
  561|       |
  562|      0|    return Py_NewRef(pathobj);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  563|      2|}

PyInit_itertools:
 4164|      1|{
 4165|      1|    return PyModuleDef_Init(&itertoolsmodule);
 4166|      1|}
itertoolsmodule.c:get_module_state:
   44|      3|{
   45|      3|    void *state = _PyModule_GetState(mod);
   46|      3|    assert(state != NULL);
  ------------------
  |  Branch (46:5): [True: 3, False: 0]
  ------------------
   47|      3|    return (itertools_state *)state;
   48|      3|}
itertoolsmodule.c:itertoolsmodule_exec:
 4107|      1|{
 4108|      1|    itertools_state *state = get_module_state(mod);
 4109|      1|    ADD_TYPE(mod, state->accumulate_type, &accumulate_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4110|      1|    ADD_TYPE(mod, state->batched_type, &batched_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4111|      1|    ADD_TYPE(mod, state->chain_type, &chain_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4112|      1|    ADD_TYPE(mod, state->combinations_type, &combinations_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4113|      1|    ADD_TYPE(mod, state->compress_type, &compress_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4114|      1|    ADD_TYPE(mod, state->count_type, &count_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4115|      1|    ADD_TYPE(mod, state->cwr_type, &cwr_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4116|      1|    ADD_TYPE(mod, state->cycle_type, &cycle_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4117|      1|    ADD_TYPE(mod, state->dropwhile_type, &dropwhile_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4118|      1|    ADD_TYPE(mod, state->filterfalse_type, &filterfalse_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4119|      1|    ADD_TYPE(mod, state->groupby_type, &groupby_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4120|      1|    ADD_TYPE(mod, state->_grouper_type, &_grouper_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4121|      1|    ADD_TYPE(mod, state->islice_type, &islice_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4122|      1|    ADD_TYPE(mod, state->pairwise_type, &pairwise_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4123|      1|    ADD_TYPE(mod, state->permutations_type, &permutations_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4124|      1|    ADD_TYPE(mod, state->product_type, &product_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4125|      1|    ADD_TYPE(mod, state->repeat_type, &repeat_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4126|      1|    ADD_TYPE(mod, state->starmap_type, &starmap_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4127|      1|    ADD_TYPE(mod, state->takewhile_type, &takewhile_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4128|      1|    ADD_TYPE(mod, state->tee_type, &tee_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4129|      1|    ADD_TYPE(mod, state->teedataobject_type, &teedataobject_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4130|      1|    ADD_TYPE(mod, state->ziplongest_type, &ziplongest_spec);
  ------------------
  |  | 4094|      1|#define ADD_TYPE(module, type, spec)                                     \
  |  | 4095|      1|do {                                                                     \
  |  | 4096|      1|    type = (PyTypeObject *)PyType_FromModuleAndSpec(module, spec, NULL); \
  |  | 4097|      1|    if (type == NULL) {                                                  \
  |  |  ------------------
  |  |  |  Branch (4097:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4098|      0|        return -1;                                                       \
  |  | 4099|      0|    }                                                                    \
  |  | 4100|      1|    if (PyModule_AddType(module, type) < 0) {                            \
  |  |  ------------------
  |  |  |  Branch (4100:9): [True: 0, False: 1]
  |  |  ------------------
  |  | 4101|      0|        return -1;                                                       \
  |  | 4102|      0|    }                                                                    \
  |  | 4103|      1|} while (0)
  |  |  ------------------
  |  |  |  Branch (4103:10): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4131|       |
 4132|      1|    Py_SET_TYPE(state->teedataobject_type, &PyType_Type);
  ------------------
  |  |  217|      1|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4133|      1|    return 0;
 4134|      1|}
itertoolsmodule.c:itertoolsmodule_traverse:
 4032|      2|{
 4033|      2|    itertools_state *state = get_module_state(mod);
 4034|      2|    Py_VISIT(state->accumulate_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4035|      2|    Py_VISIT(state->batched_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4036|      2|    Py_VISIT(state->chain_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4037|      2|    Py_VISIT(state->combinations_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4038|      2|    Py_VISIT(state->compress_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4039|      2|    Py_VISIT(state->count_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4040|      2|    Py_VISIT(state->cwr_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4041|      2|    Py_VISIT(state->cycle_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4042|      2|    Py_VISIT(state->dropwhile_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4043|      2|    Py_VISIT(state->filterfalse_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4044|      2|    Py_VISIT(state->groupby_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4045|      2|    Py_VISIT(state->_grouper_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4046|      2|    Py_VISIT(state->islice_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4047|      2|    Py_VISIT(state->pairwise_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4048|      2|    Py_VISIT(state->permutations_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4049|      2|    Py_VISIT(state->product_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4050|      2|    Py_VISIT(state->repeat_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4051|      2|    Py_VISIT(state->starmap_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4052|      2|    Py_VISIT(state->takewhile_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4053|      2|    Py_VISIT(state->tee_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4054|      2|    Py_VISIT(state->teedataobject_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4055|      2|    Py_VISIT(state->ziplongest_type);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4056|      2|    return 0;
 4057|      2|}

_PyLong_FromUid:
  843|     73|{
  844|     73|    if (uid == (uid_t)-1)
  ------------------
  |  Branch (844:9): [True: 0, False: 73]
  ------------------
  845|      0|        return PyLong_FromLong(-1);
  846|     73|    return PyLong_FromUnsignedLong(uid);
  847|     73|}
_PyLong_FromGid:
  851|     73|{
  852|     73|    if (gid == (gid_t)-1)
  ------------------
  |  Branch (852:9): [True: 0, False: 73]
  ------------------
  853|      0|        return PyLong_FromLong(-1);
  854|     73|    return PyLong_FromUnsignedLong(gid);
  855|     73|}
PyOS_FSPath:
17135|    132|{
17136|       |    /* For error message reasons, this function is manually inlined in
17137|       |       path_converter(). */
17138|    132|    PyObject *func = NULL;
17139|    132|    PyObject *path_repr = NULL;
17140|       |
17141|    132|    if (PyUnicode_Check(path) || PyBytes_Check(path)) {
  ------------------
  |  |  103|    132|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    264|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 132, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyUnicode_Check(path) || PyBytes_Check(path)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17142|    132|        return Py_NewRef(path);
  ------------------
  |  |  550|    132|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    132|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    132|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17143|    132|    }
17144|       |
17145|      0|    func = _PyObject_LookupSpecial(path, &_Py_ID(__fspath__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17146|      0|    if ((NULL == func) || (func == Py_None)) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (17146:9): [True: 0, False: 0]
  |  Branch (17146:27): [True: 0, False: 0]
  ------------------
17147|      0|        return PyErr_Format(PyExc_TypeError,
17148|      0|                            "expected str, bytes or os.PathLike object, "
17149|      0|                            "not %.200s",
17150|      0|                            _PyType_Name(Py_TYPE(path)));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17151|      0|    }
17152|       |
17153|      0|    path_repr = _PyObject_CallNoArgs(func);
17154|      0|    Py_DECREF(func);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17155|      0|    if (NULL == path_repr) {
  ------------------
  |  Branch (17155:9): [True: 0, False: 0]
  ------------------
17156|      0|        return NULL;
17157|      0|    }
17158|       |
17159|      0|    if (!(PyUnicode_Check(path_repr) || PyBytes_Check(path_repr))) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!(PyUnicode_Check(path_repr) || PyBytes_Check(path_repr))) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17160|      0|        PyErr_Format(PyExc_TypeError,
17161|      0|                     "expected %.200s.__fspath__() to return str or bytes, "
17162|      0|                     "not %.200s", _PyType_Name(Py_TYPE(path)),
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17163|      0|                     _PyType_Name(Py_TYPE(path_repr)));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17164|      0|        Py_DECREF(path_repr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
17165|      0|        return NULL;
17166|      0|    }
17167|       |
17168|      0|    return path_repr;
17169|      0|}
PyInit_posix:
18877|      2|{
18878|      2|    return PyModuleDef_Init(&posixmodule);
18879|      2|}
posixmodule.c:path_converter:
 1381|    106|{
 1382|    106|    path_t *path = (path_t *)p;
 1383|    106|    PyObject *bytes = NULL;
 1384|    106|    Py_ssize_t length = 0;
 1385|    106|    int is_index, is_bytes, is_unicode;
 1386|    106|    const char *narrow;
 1387|    106|    PyObject *wo = NULL;
 1388|    106|    wchar_t *wide = NULL;
 1389|       |
 1390|    106|#define FORMAT_EXCEPTION(exc, fmt) \
 1391|    106|    PyErr_Format(exc, "%s%s" fmt, \
 1392|    106|        path->function_name ? path->function_name : "", \
 1393|    106|        path->function_name ? ": "                : "", \
 1394|    106|        path->argument_name ? path->argument_name : "path")
 1395|       |
 1396|       |    /* Py_CLEANUP_SUPPORTED support */
 1397|    106|    if (o == NULL) {
  ------------------
  |  Branch (1397:9): [True: 0, False: 106]
  ------------------
 1398|      0|        path_cleanup(path);
 1399|      0|        return 1;
 1400|      0|    }
 1401|       |
 1402|       |    /* Ensure it's always safe to call path_cleanup(). */
 1403|    106|    path->object = path->cleanup = NULL;
 1404|       |    /* path->object owns a reference to the original object */
 1405|    106|    Py_INCREF(o);
  ------------------
  |  |  310|    106|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1406|       |
 1407|    106|    if ((o == Py_None) && path->nullable) {
  ------------------
  |  |  616|    106|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1407:9): [True: 0, False: 106]
  |  Branch (1407:27): [True: 0, False: 0]
  ------------------
 1408|      0|        path->wide = NULL;
 1409|      0|        path->narrow = NULL;
 1410|      0|        path->fd = -1;
 1411|      0|        goto success_exit;
 1412|      0|    }
 1413|       |
 1414|       |    /* Only call this here so that we don't treat the return value of
 1415|       |       os.fspath() as an fd or buffer. */
 1416|    106|    is_index = path->allow_fd && PyIndex_Check(o);
  ------------------
  |  Branch (1416:16): [True: 96, False: 10]
  |  Branch (1416:34): [True: 0, False: 96]
  ------------------
 1417|    106|    is_bytes = PyBytes_Check(o);
  ------------------
  |  |   28|    106|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    106|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
 1418|    106|    is_unicode = PyUnicode_Check(o);
  ------------------
  |  |  103|    106|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    106|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
 1419|       |
 1420|    106|    if (!is_index && !is_unicode && !is_bytes) {
  ------------------
  |  Branch (1420:9): [True: 106, False: 0]
  |  Branch (1420:22): [True: 0, False: 106]
  |  Branch (1420:37): [True: 0, False: 0]
  ------------------
 1421|       |        /* Inline PyOS_FSPath() for better error messages. */
 1422|      0|        PyObject *func, *res;
 1423|       |
 1424|      0|        func = _PyObject_LookupSpecial(o, &_Py_ID(__fspath__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1425|      0|        if ((NULL == func) || (func == Py_None)) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1425:13): [True: 0, False: 0]
  |  Branch (1425:31): [True: 0, False: 0]
  ------------------
 1426|      0|            goto error_format;
 1427|      0|        }
 1428|      0|        res = _PyObject_CallNoArgs(func);
 1429|      0|        Py_DECREF(func);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1430|      0|        if (NULL == res) {
  ------------------
  |  Branch (1430:13): [True: 0, False: 0]
  ------------------
 1431|      0|            goto error_exit;
 1432|      0|        }
 1433|      0|        else if (PyUnicode_Check(res)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1434|      0|            is_unicode = 1;
 1435|      0|        }
 1436|      0|        else if (PyBytes_Check(res)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1437|      0|            is_bytes = 1;
 1438|      0|        }
 1439|      0|        else {
 1440|      0|            PyErr_Format(PyExc_TypeError,
 1441|      0|                 "expected %.200s.__fspath__() to return str or bytes, "
 1442|      0|                 "not %.200s", _PyType_Name(Py_TYPE(o)),
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1443|      0|                 _PyType_Name(Py_TYPE(res)));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1444|      0|            Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1445|      0|            goto error_exit;
 1446|      0|        }
 1447|       |
 1448|       |        /* still owns a reference to the original object */
 1449|      0|        Py_SETREF(o, res);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1450|      0|    }
 1451|       |
 1452|    106|    if (is_unicode) {
  ------------------
  |  Branch (1452:9): [True: 106, False: 0]
  ------------------
 1453|    106|        if (path->make_wide) {
  ------------------
  |  Branch (1453:13): [True: 10, False: 96]
  ------------------
 1454|     10|            wide = PyUnicode_AsWideCharString(o, &length);
 1455|     10|            if (!wide) {
  ------------------
  |  Branch (1455:17): [True: 0, False: 10]
  ------------------
 1456|      0|                goto error_exit;
 1457|      0|            }
 1458|       |#ifdef MS_WINDOWS
 1459|       |            if (!path->nonstrict && length > 32767) {
 1460|       |                FORMAT_EXCEPTION(PyExc_ValueError, "%s too long for Windows");
 1461|       |                goto error_exit;
 1462|       |            }
 1463|       |#endif
 1464|     10|            if (!path->nonstrict && wcslen(wide) != (size_t)length) {
  ------------------
  |  Branch (1464:17): [True: 0, False: 10]
  |  Branch (1464:37): [True: 0, False: 0]
  ------------------
 1465|      0|                FORMAT_EXCEPTION(PyExc_ValueError,
  ------------------
  |  | 1391|      0|    PyErr_Format(exc, "%s%s" fmt, \
  |  | 1392|      0|        path->function_name ? path->function_name : "", \
  |  |  ------------------
  |  |  |  Branch (1392:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1393|      0|        path->function_name ? ": "                : "", \
  |  |  ------------------
  |  |  |  Branch (1393:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1394|      0|        path->argument_name ? path->argument_name : "path")
  |  |  ------------------
  |  |  |  Branch (1394:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1466|      0|                                 "embedded null character in %s");
 1467|      0|                goto error_exit;
 1468|      0|            }
 1469|       |
 1470|     10|            path->wide = wide;
 1471|     10|            path->narrow = NULL;
 1472|     10|            path->fd = -1;
 1473|     10|            wide = NULL;
 1474|     10|            goto success_exit;
 1475|     10|        }
 1476|     96|        bytes = PyUnicode_EncodeFSDefault(o);
 1477|     96|        if (!bytes) {
  ------------------
  |  Branch (1477:13): [True: 0, False: 96]
  ------------------
 1478|      0|            goto error_exit;
 1479|      0|        }
 1480|     96|    }
 1481|      0|    else if (is_bytes) {
  ------------------
  |  Branch (1481:14): [True: 0, False: 0]
  ------------------
 1482|      0|        bytes = Py_NewRef(o);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1483|      0|    }
 1484|      0|    else if (is_index) {
  ------------------
  |  Branch (1484:14): [True: 0, False: 0]
  ------------------
 1485|      0|        if (!_fd_converter(o, &path->fd)) {
  ------------------
  |  Branch (1485:13): [True: 0, False: 0]
  ------------------
 1486|      0|            goto error_exit;
 1487|      0|        }
 1488|      0|        path->wide = NULL;
 1489|      0|        path->narrow = NULL;
 1490|      0|        path->is_fd = true;
 1491|      0|        goto success_exit;
 1492|      0|    }
 1493|      0|    else {
 1494|      0| error_format:
 1495|      0|        PyErr_Format(PyExc_TypeError, "%s%s%s should be %s, not %.200s",
 1496|      0|            path->function_name ? path->function_name : "",
  ------------------
  |  Branch (1496:13): [True: 0, False: 0]
  ------------------
 1497|      0|            path->function_name ? ": "                : "",
  ------------------
  |  Branch (1497:13): [True: 0, False: 0]
  ------------------
 1498|      0|            path->argument_name ? path->argument_name : "path",
  ------------------
  |  Branch (1498:13): [True: 0, False: 0]
  ------------------
 1499|      0|            path->allow_fd && path->nullable ? "string, bytes, os.PathLike, "
  ------------------
  |  Branch (1499:13): [True: 0, False: 0]
  |  Branch (1499:31): [True: 0, False: 0]
  ------------------
 1500|      0|                                               "integer or None" :
 1501|      0|            path->allow_fd ? "string, bytes, os.PathLike or integer" :
  ------------------
  |  Branch (1501:13): [True: 0, False: 0]
  ------------------
 1502|      0|            path->nullable ? "string, bytes, os.PathLike or None" :
  ------------------
  |  Branch (1502:13): [True: 0, False: 0]
  ------------------
 1503|      0|                             "string, bytes or os.PathLike",
 1504|      0|            _PyType_Name(Py_TYPE(o)));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1505|      0|        goto error_exit;
 1506|      0|    }
 1507|       |
 1508|     96|    length = PyBytes_GET_SIZE(bytes);
  ------------------
  |  |   33|     96|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1509|     96|    narrow = PyBytes_AS_STRING(bytes);
  ------------------
  |  |   27|     96|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1510|     96|    if (!path->nonstrict && strlen(narrow) != (size_t)length) {
  ------------------
  |  Branch (1510:9): [True: 96, False: 0]
  |  Branch (1510:29): [True: 0, False: 96]
  ------------------
 1511|      0|        FORMAT_EXCEPTION(PyExc_ValueError, "embedded null character in %s");
  ------------------
  |  | 1391|      0|    PyErr_Format(exc, "%s%s" fmt, \
  |  | 1392|      0|        path->function_name ? path->function_name : "", \
  |  |  ------------------
  |  |  |  Branch (1392:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1393|      0|        path->function_name ? ": "                : "", \
  |  |  ------------------
  |  |  |  Branch (1393:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1394|      0|        path->argument_name ? path->argument_name : "path")
  |  |  ------------------
  |  |  |  Branch (1394:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1512|      0|        goto error_exit;
 1513|      0|    }
 1514|       |
 1515|     96|    if (path->make_wide) {
  ------------------
  |  Branch (1515:9): [True: 0, False: 96]
  ------------------
 1516|      0|        wo = PyUnicode_DecodeFSDefaultAndSize(narrow, length);
 1517|      0|        if (!wo) {
  ------------------
  |  Branch (1517:13): [True: 0, False: 0]
  ------------------
 1518|      0|            goto error_exit;
 1519|      0|        }
 1520|       |
 1521|      0|        wide = PyUnicode_AsWideCharString(wo, &length);
 1522|      0|        Py_DECREF(wo);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1523|      0|        if (!wide) {
  ------------------
  |  Branch (1523:13): [True: 0, False: 0]
  ------------------
 1524|      0|            goto error_exit;
 1525|      0|        }
 1526|       |#ifdef MS_WINDOWS
 1527|       |        if (!path->nonstrict && length > 32767) {
 1528|       |            FORMAT_EXCEPTION(PyExc_ValueError, "%s too long for Windows");
 1529|       |            goto error_exit;
 1530|       |        }
 1531|       |#endif
 1532|      0|        if (!path->nonstrict && wcslen(wide) != (size_t)length) {
  ------------------
  |  Branch (1532:13): [True: 0, False: 0]
  |  Branch (1532:33): [True: 0, False: 0]
  ------------------
 1533|      0|            FORMAT_EXCEPTION(PyExc_ValueError,
  ------------------
  |  | 1391|      0|    PyErr_Format(exc, "%s%s" fmt, \
  |  | 1392|      0|        path->function_name ? path->function_name : "", \
  |  |  ------------------
  |  |  |  Branch (1392:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1393|      0|        path->function_name ? ": "                : "", \
  |  |  ------------------
  |  |  |  Branch (1393:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1394|      0|        path->argument_name ? path->argument_name : "path")
  |  |  ------------------
  |  |  |  Branch (1394:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1534|      0|                             "embedded null character in %s");
 1535|      0|            goto error_exit;
 1536|      0|        }
 1537|      0|        path->wide = wide;
 1538|      0|        path->narrow = NULL;
 1539|      0|        Py_DECREF(bytes);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1540|      0|        wide = NULL;
 1541|      0|    }
 1542|     96|    else {
 1543|     96|        path->wide = NULL;
 1544|     96|        path->narrow = narrow;
 1545|     96|        if (bytes == o) {
  ------------------
  |  Branch (1545:13): [True: 0, False: 96]
  ------------------
 1546|       |            /* Still a reference owned by path->object, don't have to
 1547|       |            worry about path->narrow is used after free. */
 1548|      0|            Py_DECREF(bytes);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1549|      0|        }
 1550|     96|        else {
 1551|     96|            path->cleanup = bytes;
 1552|     96|        }
 1553|     96|    }
 1554|     96|    path->fd = -1;
 1555|       |
 1556|    106| success_exit:
 1557|    106|    path->value_error = 0;
 1558|    106|    path->length = length;
 1559|    106|    path->object = o;
 1560|    106|    return Py_CLEANUP_SUPPORTED;
  ------------------
  |  |   57|    106|#define Py_CLEANUP_SUPPORTED 0x20000
  ------------------
 1561|       |
 1562|      0| error_exit:
 1563|      0|    Py_XDECREF(o);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1564|      0|    Py_XDECREF(bytes);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1565|      0|    PyMem_Free(wide);
 1566|      0|    if (!path->suppress_value_error ||
  ------------------
  |  Branch (1566:9): [True: 0, False: 0]
  ------------------
 1567|      0|        !PyErr_ExceptionMatches(PyExc_ValueError))
  ------------------
  |  Branch (1567:9): [True: 0, False: 0]
  ------------------
 1568|      0|    {
 1569|      0|        return 0;
 1570|      0|    }
 1571|      0|    PyErr_Clear();
 1572|      0|    path->wide = NULL;
 1573|      0|    path->narrow = NULL;
 1574|      0|    path->fd = -1;
 1575|      0|    path->value_error = 1;
 1576|      0|    path->length = 0;
 1577|      0|    path->object = NULL;
 1578|      0|    return Py_CLEANUP_SUPPORTED;
  ------------------
  |  |   57|      0|#define Py_CLEANUP_SUPPORTED 0x20000
  ------------------
 1579|      0|}
posixmodule.c:dir_fd_converter:
 1182|      4|{
 1183|      4|    if (o == Py_None) {
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1183:9): [True: 4, False: 0]
  ------------------
 1184|      4|        *(int *)p = DEFAULT_DIR_FD;
  ------------------
  |  | 1138|      4|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
 1185|      4|        return 1;
 1186|      4|    }
 1187|      0|    else if (PyIndex_Check(o)) {
  ------------------
  |  Branch (1187:14): [True: 0, False: 0]
  ------------------
 1188|      0|        return _fd_converter(o, (int *)p);
 1189|      0|    }
 1190|      0|    else {
 1191|      0|        PyErr_Format(PyExc_TypeError,
 1192|      0|                     "argument should be integer or None, not %.200s",
 1193|      0|                     _PyType_Name(Py_TYPE(o)));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1194|      0|        return 0;
 1195|      0|    }
 1196|      4|}
posixmodule.c:os_stat_impl:
 3305|     87|{
 3306|     87|    return posix_do_stat(module, "stat", path, dir_fd, follow_symlinks);
 3307|     87|}
posixmodule.c:posix_do_stat:
 2877|     87|{
 2878|     87|    STRUCT_STAT st;
  ------------------
  |  |  411|     87|#  define STRUCT_STAT struct stat
  ------------------
 2879|     87|    int result;
 2880|       |
 2881|     87|#ifdef HAVE_FSTATAT
 2882|     87|    int fstatat_unavailable = 0;
 2883|     87|#endif
 2884|       |
 2885|       |#if !defined(MS_WINDOWS) && !defined(HAVE_FSTATAT) && !defined(HAVE_LSTAT)
 2886|       |    if (follow_symlinks_specified(function_name, follow_symlinks))
 2887|       |        return NULL;
 2888|       |#endif
 2889|       |
 2890|     87|    if (path_and_dir_fd_invalid("stat", path, dir_fd) ||
  ------------------
  |  Branch (2890:9): [True: 0, False: 87]
  ------------------
 2891|     87|        dir_fd_and_fd_invalid("stat", dir_fd, path->fd) ||
  ------------------
  |  Branch (2891:9): [True: 0, False: 87]
  ------------------
 2892|     87|        fd_and_follow_symlinks_invalid("stat", path->is_fd, follow_symlinks))
  ------------------
  |  Branch (2892:9): [True: 0, False: 87]
  ------------------
 2893|      0|        return NULL;
 2894|       |
 2895|     87|    Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     87|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     87|                        PyThreadState *_save; \
  |  |  121|     87|                        _save = PyEval_SaveThread();
  ------------------
 2896|     87|    if (path->is_fd) {
  ------------------
  |  Branch (2896:9): [True: 0, False: 87]
  ------------------
 2897|      0|        result = FSTAT(path->fd, &st);
  ------------------
  |  |  410|      0|#  define FSTAT fstat
  ------------------
 2898|      0|    }
 2899|       |#ifdef MS_WINDOWS
 2900|       |    else if (follow_symlinks)
 2901|       |        result = win32_stat(path->wide, &st);
 2902|       |    else
 2903|       |        result = win32_lstat(path->wide, &st);
 2904|       |#else
 2905|     87|    else
 2906|     87|#if defined(HAVE_LSTAT)
 2907|     87|    if ((!follow_symlinks) && (dir_fd == DEFAULT_DIR_FD))
  ------------------
  |  | 1138|      0|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (2907:9): [True: 0, False: 87]
  |  Branch (2907:31): [True: 0, False: 0]
  ------------------
 2908|      0|        result = LSTAT(path->narrow, &st);
  ------------------
  |  |  409|      0|#  define LSTAT lstat
  ------------------
 2909|     87|    else
 2910|     87|#endif /* HAVE_LSTAT */
 2911|     87|#ifdef HAVE_FSTATAT
 2912|     87|    if ((dir_fd != DEFAULT_DIR_FD) || !follow_symlinks) {
  ------------------
  |  | 1138|     87|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (2912:9): [True: 0, False: 87]
  |  Branch (2912:39): [True: 0, False: 87]
  ------------------
 2913|      0|        if (HAVE_FSTATAT_RUNTIME) {
  ------------------
  |  |  600|      0|#  define HAVE_FSTATAT_RUNTIME 1
  |  |  ------------------
  |  |  |  Branch (600:32): [True: 0, Folded]
  |  |  ------------------
  ------------------
 2914|      0|            result = fstatat(dir_fd, path->narrow, &st,
 2915|      0|                         follow_symlinks ? 0 : AT_SYMLINK_NOFOLLOW);
  ------------------
  |  Branch (2915:26): [True: 0, False: 0]
  ------------------
 2916|       |
 2917|      0|        } else {
 2918|      0|            fstatat_unavailable = 1;
 2919|      0|        }
 2920|      0|    } else
 2921|     87|#endif /* HAVE_FSTATAT */
 2922|     87|        result = STAT(path->narrow, &st);
  ------------------
  |  |  408|     87|#  define STAT stat
  ------------------
 2923|     87|#endif /* MS_WINDOWS */
 2924|     87|    Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     87|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     87|                 }
  ------------------
 2925|       |
 2926|     87|#ifdef HAVE_FSTATAT
 2927|     87|    if (fstatat_unavailable) {
  ------------------
  |  Branch (2927:9): [True: 0, False: 87]
  ------------------
 2928|      0|        argument_unavailable_error("stat", "dir_fd");
 2929|      0|        return NULL;
 2930|      0|    }
 2931|     87|#endif
 2932|       |
 2933|     87|    if (result != 0) {
  ------------------
  |  Branch (2933:9): [True: 18, False: 69]
  ------------------
 2934|     18|        return path_error(path);
 2935|     18|    }
 2936|       |
 2937|     69|    return _pystat_fromstructstat(module, &st);
 2938|     87|}
posixmodule.c:path_and_dir_fd_invalid:
 1627|     87|{
 1628|     87|    if (!path->wide && (dir_fd != DEFAULT_DIR_FD) && !path->narrow) {
  ------------------
  |  | 1138|     87|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (1628:9): [True: 87, False: 0]
  |  Branch (1628:24): [True: 0, False: 87]
  |  Branch (1628:54): [True: 0, False: 0]
  ------------------
 1629|      0|        PyErr_Format(PyExc_ValueError,
 1630|      0|                     "%s: can't specify dir_fd without matching path",
 1631|      0|                     function_name);
 1632|      0|        return 1;
 1633|      0|    }
 1634|     87|    return 0;
 1635|     87|}
posixmodule.c:dir_fd_and_fd_invalid:
 1639|     87|{
 1640|     87|    if ((dir_fd != DEFAULT_DIR_FD) && (fd != -1)) {
  ------------------
  |  | 1138|     87|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (1640:9): [True: 0, False: 87]
  |  Branch (1640:39): [True: 0, False: 0]
  ------------------
 1641|      0|        PyErr_Format(PyExc_ValueError,
 1642|      0|                     "%s: can't specify both dir_fd and fd",
 1643|      0|                     function_name);
 1644|      0|        return 1;
 1645|      0|    }
 1646|     87|    return 0;
 1647|     87|}
posixmodule.c:fd_and_follow_symlinks_invalid:
 1652|     87|{
 1653|     87|    if (is_fd && (!follow_symlinks)) {
  ------------------
  |  Branch (1653:9): [True: 0, False: 87]
  |  Branch (1653:18): [True: 0, False: 0]
  ------------------
 1654|      0|        PyErr_Format(PyExc_ValueError,
 1655|      0|                     "%s: cannot use fd and follow_symlinks together",
 1656|      0|                     function_name);
 1657|      0|        return 1;
 1658|      0|    }
 1659|     87|    return 0;
 1660|     87|}
posixmodule.c:path_error:
 1935|     18|{
 1936|     18|    return path_object_error(path->object);
 1937|     18|}
posixmodule.c:path_object_error:
 1913|     18|{
 1914|       |#ifdef MS_WINDOWS
 1915|       |    return PyErr_SetExcFromWindowsErrWithFilenameObject(
 1916|       |                PyExc_OSError, 0, path);
 1917|       |#else
 1918|     18|    return posix_path_object_error(path);
 1919|     18|#endif
 1920|     18|}
posixmodule.c:posix_path_object_error:
 1907|     18|{
 1908|     18|    return PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path);
 1909|     18|}
posixmodule.c:_pystat_fromstructstat:
 2750|     69|{
 2751|     69|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2751:5): [True: 69, False: 0]
  ------------------
 2752|       |
 2753|     69|    _posixstate *state = get_posix_state(module);
 2754|     69|    PyObject *StatResultType = state->StatResultType;
 2755|     69|    PyObject *v = PyStructSequence_New((PyTypeObject *)StatResultType);
 2756|     69|    if (v == NULL) {
  ------------------
  |  Branch (2756:9): [True: 0, False: 69]
  ------------------
 2757|      0|        return NULL;
 2758|      0|    }
 2759|       |
 2760|     69|#define SET_ITEM(pos, expr) \
 2761|     69|    do { \
 2762|     69|        PyObject *obj = (expr); \
 2763|     69|        if (obj == NULL) { \
 2764|     69|            goto error; \
 2765|     69|        } \
 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
 2767|     69|    } while (0)
 2768|       |
 2769|     69|    SET_ITEM(0, PyLong_FromLong((long)st->st_mode));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2770|       |#ifdef MS_WINDOWS
 2771|       |    SET_ITEM(1, _pystat_l128_from_l64_l64(st->st_ino, st->st_ino_high));
 2772|       |    SET_ITEM(2, PyLong_FromUnsignedLongLong(st->st_dev));
 2773|       |#else
 2774|     69|    static_assert(sizeof(unsigned long long) >= sizeof(st->st_ino),
 2775|     69|                  "stat.st_ino is larger than unsigned long long");
 2776|     69|    SET_ITEM(1, PyLong_FromUnsignedLongLong(st->st_ino));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2777|     69|    SET_ITEM(2, _PyLong_FromDev(st->st_dev));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2778|     69|#endif
 2779|     69|    SET_ITEM(3, PyLong_FromLong((long)st->st_nlink));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2780|       |#if defined(MS_WINDOWS)
 2781|       |    SET_ITEM(4, PyLong_FromLong(0));
 2782|       |    SET_ITEM(5, PyLong_FromLong(0));
 2783|       |#else
 2784|     69|    SET_ITEM(4, _PyLong_FromUid(st->st_uid));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2785|     69|    SET_ITEM(5, _PyLong_FromGid(st->st_gid));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2786|     69|#endif
 2787|     69|    static_assert(sizeof(long long) >= sizeof(st->st_size),
 2788|     69|                  "stat.st_size is larger than long long");
 2789|     69|    SET_ITEM(6, PyLong_FromLongLong(st->st_size));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2790|       |
 2791|       |    // Set st_atime, st_mtime and st_ctime
 2792|     69|    unsigned long ansec, mnsec, cnsec;
 2793|     69|#if defined(HAVE_STAT_TV_NSEC)
 2794|     69|    ansec = st->st_atim.tv_nsec;
 2795|     69|    mnsec = st->st_mtim.tv_nsec;
 2796|     69|    cnsec = st->st_ctim.tv_nsec;
 2797|       |#elif defined(HAVE_STAT_TV_NSEC2)
 2798|       |    ansec = st->st_atimespec.tv_nsec;
 2799|       |    mnsec = st->st_mtimespec.tv_nsec;
 2800|       |    cnsec = st->st_ctimespec.tv_nsec;
 2801|       |#elif defined(HAVE_STAT_NSEC)
 2802|       |    ansec = st->st_atime_nsec;
 2803|       |    mnsec = st->st_mtime_nsec;
 2804|       |    cnsec = st->st_ctime_nsec;
 2805|       |#else
 2806|       |    ansec = mnsec = cnsec = 0;
 2807|       |#endif
 2808|     69|    if (fill_time(state, v, 7, 10, 13, st->st_atime, ansec) < 0) {
  ------------------
  |  Branch (2808:9): [True: 0, False: 69]
  ------------------
 2809|      0|        goto error;
 2810|      0|    }
 2811|     69|    if (fill_time(state, v, 8, 11, 14, st->st_mtime, mnsec) < 0) {
  ------------------
  |  Branch (2811:9): [True: 0, False: 69]
  ------------------
 2812|      0|        goto error;
 2813|      0|    }
 2814|     69|    if (fill_time(state, v, 9, 12, 15, st->st_ctime, cnsec) < 0) {
  ------------------
  |  Branch (2814:9): [True: 0, False: 69]
  ------------------
 2815|      0|        goto error;
 2816|      0|    }
 2817|       |
 2818|     69|#ifdef HAVE_STRUCT_STAT_ST_BLKSIZE
 2819|     69|    SET_ITEM(ST_BLKSIZE_IDX, PyLong_FromLong((long)st->st_blksize));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2820|     69|#endif
 2821|     69|#ifdef HAVE_STRUCT_STAT_ST_BLOCKS
 2822|     69|    SET_ITEM(ST_BLOCKS_IDX, PyLong_FromLong((long)st->st_blocks));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2823|     69|#endif
 2824|     69|#ifdef HAVE_STRUCT_STAT_ST_RDEV
 2825|     69|    SET_ITEM(ST_RDEV_IDX, _PyLong_FromDev(st->st_rdev));
  ------------------
  |  | 2761|     69|    do { \
  |  | 2762|     69|        PyObject *obj = (expr); \
  |  | 2763|     69|        if (obj == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2763:13): [True: 0, False: 69]
  |  |  ------------------
  |  | 2764|      0|            goto error; \
  |  | 2765|      0|        } \
  |  | 2766|     69|        PyStructSequence_SET_ITEM(v, (pos), obj); \
  |  |  ------------------
  |  |  |  |   11|     69|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 2767|     69|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2767:14): [Folded, False: 69]
  |  |  ------------------
  ------------------
 2826|     69|#endif
 2827|       |#ifdef HAVE_STRUCT_STAT_ST_GEN
 2828|       |    SET_ITEM(ST_GEN_IDX, PyLong_FromLong((long)st->st_gen));
 2829|       |#endif
 2830|       |#if defined(HAVE_STRUCT_STAT_ST_BIRTHTIME)
 2831|       |    {
 2832|       |      unsigned long bsec, bnsec;
 2833|       |      bsec = (long)st->st_birthtime;
 2834|       |#ifdef HAVE_STAT_TV_NSEC2
 2835|       |      bnsec = st->st_birthtimespec.tv_nsec;
 2836|       |#else
 2837|       |      bnsec = 0;
 2838|       |#endif
 2839|       |      SET_ITEM(ST_BIRTHTIME_IDX, PyFloat_FromDouble(bsec + bnsec * 1e-9));
 2840|       |    }
 2841|       |#elif defined(MS_WINDOWS)
 2842|       |    if (fill_time(state, v, -1, ST_BIRTHTIME_IDX, ST_BIRTHTIME_NS_IDX,
 2843|       |                  st->st_birthtime, st->st_birthtime_nsec) < 0) {
 2844|       |        goto error;
 2845|       |    }
 2846|       |#endif
 2847|       |#ifdef HAVE_STRUCT_STAT_ST_FLAGS
 2848|       |    SET_ITEM(ST_FLAGS_IDX, PyLong_FromLong((long)st->st_flags));
 2849|       |#endif
 2850|       |#ifdef HAVE_STRUCT_STAT_ST_FILE_ATTRIBUTES
 2851|       |    SET_ITEM(ST_FILE_ATTRIBUTES_IDX,
 2852|       |             PyLong_FromUnsignedLong(st->st_file_attributes));
 2853|       |#endif
 2854|       |#ifdef HAVE_STRUCT_STAT_ST_FSTYPE
 2855|       |   SET_ITEM(ST_FSTYPE_IDX, PyUnicode_FromString(st->st_fstype));
 2856|       |#endif
 2857|       |#ifdef HAVE_STRUCT_STAT_ST_REPARSE_TAG
 2858|       |    SET_ITEM(ST_REPARSE_TAG_IDX, PyLong_FromUnsignedLong(st->st_reparse_tag));
 2859|       |#endif
 2860|       |
 2861|     69|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2861:5): [True: 69, False: 0]
  ------------------
 2862|     69|    return v;
 2863|       |
 2864|      0|error:
 2865|      0|    Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2866|      0|    return NULL;
 2867|       |
 2868|     69|#undef SET_ITEM
 2869|     69|}
posixmodule.c:get_posix_state:
 1230|     75|{
 1231|     75|    void *state = _PyModule_GetState(module);
 1232|     75|    assert(state != NULL);
  ------------------
  |  Branch (1232:5): [True: 75, False: 0]
  ------------------
 1233|     75|    return (_posixstate *)state;
 1234|     75|}
posixmodule.c:_PyLong_FromDev:
 1074|    140|{
 1075|    140|#ifdef NODEV
 1076|    140|    if (dev == NODEV) {
  ------------------
  |  Branch (1076:9): [True: 2, False: 138]
  ------------------
 1077|      2|        return PyLong_FromLongLong((long long)dev);
 1078|      2|    }
 1079|    138|#endif
 1080|    138|    return PyLong_FromUnsignedLongLong((unsigned long long)dev);
 1081|    140|}
posixmodule.c:fill_time:
 2686|    207|{
 2687|    207|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2687:5): [True: 207, False: 0]
  ------------------
 2688|    207|    assert(nsec < SEC_TO_NS);
  ------------------
  |  Branch (2688:5): [True: 207, False: 0]
  ------------------
 2689|       |
 2690|    207|    if (s_index >= 0) {
  ------------------
  |  Branch (2690:9): [True: 207, False: 0]
  ------------------
 2691|    207|        PyObject *s = _PyLong_FromTime_t(sec);
 2692|    207|        if (s == NULL) {
  ------------------
  |  Branch (2692:13): [True: 0, False: 207]
  ------------------
 2693|      0|            return -1;
 2694|      0|        }
 2695|    207|        PyStructSequence_SET_ITEM(v, s_index, s);
  ------------------
  |  |   11|    207|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 2696|    207|    }
 2697|       |
 2698|    207|    if (f_index >= 0) {
  ------------------
  |  Branch (2698:9): [True: 207, False: 0]
  ------------------
 2699|    207|        PyObject *float_s = PyFloat_FromDouble((double)sec + 1e-9 * nsec);
 2700|    207|        if (float_s == NULL) {
  ------------------
  |  Branch (2700:13): [True: 0, False: 207]
  ------------------
 2701|      0|            return -1;
 2702|      0|        }
 2703|    207|        PyStructSequence_SET_ITEM(v, f_index, float_s);
  ------------------
  |  |   11|    207|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 2704|    207|    }
 2705|       |
 2706|    207|    if (ns_index >= 0) {
  ------------------
  |  Branch (2706:9): [True: 207, False: 0]
  ------------------
 2707|    207|        PyObject *ns_total = stat_nanosecond_timestamp(state, sec, nsec);
 2708|    207|        if (ns_total == NULL) {
  ------------------
  |  Branch (2708:13): [True: 0, False: 207]
  ------------------
 2709|      0|            return -1;
 2710|      0|        }
 2711|    207|        PyStructSequence_SET_ITEM(v, ns_index, ns_total);
  ------------------
  |  |   11|    207|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 2712|    207|    }
 2713|       |
 2714|    207|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (2714:5): [True: 207, False: 0]
  ------------------
 2715|    207|    return 0;
 2716|    207|}
posixmodule.c:stat_nanosecond_timestamp:
 2649|    207|{
 2650|       |#if SIZEOF_TIME_T == 4
 2651|       |    return PyLong_FromLongLong(sec * SEC_TO_NS + nsec);
 2652|       |#else
 2653|       |    /* 1677-09-21 00:12:44 to 2262-04-11 23:47:15 UTC inclusive */
 2654|    207|    if ((LLONG_MIN/SEC_TO_NS) <= sec && sec <= (LLONG_MAX/SEC_TO_NS - 1)) {
  ------------------
  |  | 2646|    207|#define SEC_TO_NS (1000000000LL)
  ------------------
                  if ((LLONG_MIN/SEC_TO_NS) <= sec && sec <= (LLONG_MAX/SEC_TO_NS - 1)) {
  ------------------
  |  | 2646|    207|#define SEC_TO_NS (1000000000LL)
  ------------------
  |  Branch (2654:9): [True: 207, False: 0]
  |  Branch (2654:41): [True: 207, False: 0]
  ------------------
 2655|    207|        return PyLong_FromLongLong(sec * SEC_TO_NS + nsec);
  ------------------
  |  | 2646|    207|#define SEC_TO_NS (1000000000LL)
  ------------------
 2656|    207|    }
 2657|      0|    else
 2658|      0|    {
 2659|      0|        PyObject *ns_total = NULL;
 2660|      0|        PyObject *s_in_ns = NULL;
 2661|      0|        PyObject *s = _PyLong_FromTime_t(sec);
 2662|      0|        PyObject *ns_fractional = PyLong_FromUnsignedLong(nsec);
 2663|      0|        if (s == NULL || ns_fractional == NULL) {
  ------------------
  |  Branch (2663:13): [True: 0, False: 0]
  |  Branch (2663:26): [True: 0, False: 0]
  ------------------
 2664|      0|            goto exit;
 2665|      0|        }
 2666|       |
 2667|      0|        s_in_ns = PyNumber_Multiply(s, state->billion);
 2668|      0|        if (s_in_ns == NULL) {
  ------------------
  |  Branch (2668:13): [True: 0, False: 0]
  ------------------
 2669|      0|            goto exit;
 2670|      0|        }
 2671|       |
 2672|      0|        ns_total = PyNumber_Add(s_in_ns, ns_fractional);
 2673|       |
 2674|      0|    exit:
 2675|      0|        Py_XDECREF(s);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2676|      0|        Py_XDECREF(ns_fractional);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2677|      0|        Py_XDECREF(s_in_ns);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2678|      0|        return ns_total;
 2679|      0|    }
 2680|    207|#endif
 2681|    207|}
posixmodule.c:path_cleanup:
 1371|    106|{
 1372|    106|    wchar_t *wide = (wchar_t *)path->wide;
 1373|    106|    path->wide = NULL;
 1374|    106|    PyMem_Free(wide);
 1375|    106|    Py_CLEAR(path->object);
  ------------------
  |  |  484|    106|    do { \
  |  |  485|    106|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    106|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    106|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    106|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    106|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 106, False: 0]
  |  |  ------------------
  |  |  488|    106|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    106|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    106|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    106|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    106|        } \
  |  |  491|    106|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 106]
  |  |  ------------------
  ------------------
 1376|       |    Py_CLEAR(path->cleanup);
  ------------------
  |  |  484|    106|    do { \
  |  |  485|    106|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    106|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    106|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    106|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    106|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 96, False: 10]
  |  |  ------------------
  |  |  488|     96|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     96|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     96|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     96|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     96|        } \
  |  |  491|    106|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 106]
  |  |  ------------------
  ------------------
 1377|    106|}
posixmodule.c:follow_symlinks_specified:
 1617|      2|{
 1618|      2|    if (follow_symlinks)
  ------------------
  |  Branch (1618:9): [True: 2, False: 0]
  ------------------
 1619|      2|        return 0;
 1620|       |
 1621|      0|    argument_unavailable_error(function_name, "follow_symlinks");
 1622|      0|    return 1;
 1623|      2|}
posixmodule.c:dir_fd_and_follow_symlinks_invalid:
 1665|      2|{
 1666|      2|    if ((dir_fd != DEFAULT_DIR_FD) && (!follow_symlinks)) {
  ------------------
  |  | 1138|      2|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (1666:9): [True: 0, False: 2]
  |  Branch (1666:39): [True: 0, False: 0]
  ------------------
 1667|      0|        PyErr_Format(PyExc_ValueError,
 1668|      0|                     "%s: cannot use dir_fd and follow_symlinks together",
 1669|      0|                     function_name);
 1670|      0|        return 1;
 1671|      0|    }
 1672|      2|    return 0;
 1673|      2|}
posixmodule.c:os_listdir_impl:
 5142|      9|{
 5143|      9|    if (PySys_Audit("os.listdir", "O",
  ------------------
  |  Branch (5143:9): [True: 0, False: 9]
  ------------------
 5144|      9|                    path->object ? path->object : Py_None) < 0) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5144:21): [True: 9, False: 0]
  ------------------
 5145|      0|        return NULL;
 5146|      0|    }
 5147|       |#if defined(MS_WINDOWS) && !defined(HAVE_OPENDIR)
 5148|       |    return _listdir_windows_no_opendir(path, NULL);
 5149|       |#else
 5150|      9|    return _posix_listdir(path, NULL);
 5151|      9|#endif
 5152|      9|}
posixmodule.c:_posix_listdir:
 5004|      9|{
 5005|      9|    PyObject *v;
 5006|      9|    DIR *dirp = NULL;
 5007|      9|    struct dirent *ep;
 5008|      9|    int return_str; /* if false, return bytes */
 5009|      9|#ifdef HAVE_FDOPENDIR
 5010|      9|    int fd = -1;
 5011|      9|#endif
 5012|       |
 5013|      9|    errno = 0;
 5014|      9|#ifdef HAVE_FDOPENDIR
 5015|      9|    if (path->is_fd) {
  ------------------
  |  Branch (5015:9): [True: 0, False: 9]
  ------------------
 5016|      0|      if (HAVE_FDOPENDIR_RUNTIME) {
  ------------------
  |  |  609|      0|#  define HAVE_FDOPENDIR_RUNTIME 1
  |  |  ------------------
  |  |  |  Branch (609:34): [True: 0, Folded]
  |  |  ------------------
  ------------------
 5017|       |        /* closedir() closes the FD, so we duplicate it */
 5018|      0|        fd = _Py_dup(path->fd);
 5019|      0|        if (fd == -1)
  ------------------
  |  Branch (5019:13): [True: 0, False: 0]
  ------------------
 5020|      0|            return NULL;
 5021|       |
 5022|      0|        return_str = 1;
 5023|       |
 5024|      0|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|      0|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|      0|                        PyThreadState *_save; \
  |  |  121|      0|                        _save = PyEval_SaveThread();
  ------------------
 5025|      0|        dirp = fdopendir(fd);
 5026|      0|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|      0|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|      0|                 }
  ------------------
 5027|      0|      } else {
 5028|      0|        PyErr_SetString(PyExc_TypeError,
 5029|      0|            "listdir: path should be string, bytes, os.PathLike or None, not int");
 5030|      0|        return NULL;
 5031|      0|      }
 5032|      0|    }
 5033|      9|    else
 5034|      9|#endif
 5035|      9|    {
 5036|      9|        const char *name;
 5037|      9|        if (path->narrow) {
  ------------------
  |  Branch (5037:13): [True: 9, False: 0]
  ------------------
 5038|      9|            name = path->narrow;
 5039|       |            /* only return bytes if they specified a bytes object */
 5040|      9|            return_str = !PyBytes_Check(path->object);
  ------------------
  |  |   28|      9|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      9|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
 5041|      9|        }
 5042|      0|        else {
 5043|      0|            name = ".";
 5044|      0|            return_str = 1;
 5045|      0|        }
 5046|       |
 5047|      9|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|      9|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|      9|                        PyThreadState *_save; \
  |  |  121|      9|                        _save = PyEval_SaveThread();
  ------------------
 5048|      9|        dirp = opendir(name);
 5049|      9|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|      9|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|      9|                 }
  ------------------
 5050|      9|    }
 5051|       |
 5052|      9|    if (dirp == NULL) {
  ------------------
  |  Branch (5052:9): [True: 0, False: 9]
  ------------------
 5053|      0|        path_error(path);
 5054|      0|        list = NULL;
 5055|      0|#ifdef HAVE_FDOPENDIR
 5056|      0|        if (fd != -1) {
  ------------------
  |  Branch (5056:13): [True: 0, False: 0]
  ------------------
 5057|      0|            Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|      0|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|      0|                        PyThreadState *_save; \
  |  |  121|      0|                        _save = PyEval_SaveThread();
  ------------------
 5058|      0|            close(fd);
 5059|      0|            Py_END_ALLOW_THREADS
  ------------------
  |  |  124|      0|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|      0|                 }
  ------------------
 5060|      0|        }
 5061|      0|#endif
 5062|      0|        goto exit;
 5063|      0|    }
 5064|      9|    if ((list = PyList_New(0)) == NULL) {
  ------------------
  |  Branch (5064:9): [True: 0, False: 9]
  ------------------
 5065|      0|        goto exit;
 5066|      0|    }
 5067|    585|    for (;;) {
 5068|    585|        errno = 0;
 5069|    585|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|    585|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|    585|                        PyThreadState *_save; \
  |  |  121|    585|                        _save = PyEval_SaveThread();
  ------------------
 5070|    585|        ep = readdir(dirp);
 5071|    585|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|    585|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|    585|                 }
  ------------------
 5072|    585|        if (ep == NULL) {
  ------------------
  |  Branch (5072:13): [True: 9, False: 576]
  ------------------
 5073|      9|            if (errno == 0) {
  ------------------
  |  Branch (5073:17): [True: 9, False: 0]
  ------------------
 5074|      9|                break;
 5075|      9|            } else {
 5076|      0|                path_error(path);
 5077|      0|                Py_CLEAR(list);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5078|      0|                goto exit;
 5079|      0|            }
 5080|      9|        }
 5081|    576|        if (ep->d_name[0] == '.' &&
  ------------------
  |  Branch (5081:13): [True: 18, False: 558]
  ------------------
 5082|     18|            (NAMLEN(ep) == 1 ||
  ------------------
  |  |  327|     18|#  define NAMLEN(dirent) strlen((dirent)->d_name)
  ------------------
  |  Branch (5082:14): [True: 9, False: 9]
  ------------------
 5083|      9|             (ep->d_name[1] == '.' && NAMLEN(ep) == 2)))
  ------------------
  |  |  327|      9|#  define NAMLEN(dirent) strlen((dirent)->d_name)
  ------------------
  |  Branch (5083:15): [True: 9, False: 0]
  |  Branch (5083:39): [True: 9, False: 0]
  ------------------
 5084|     18|            continue;
 5085|    558|        if (return_str)
  ------------------
  |  Branch (5085:13): [True: 558, False: 0]
  ------------------
 5086|    558|            v = PyUnicode_DecodeFSDefaultAndSize(ep->d_name, NAMLEN(ep));
  ------------------
  |  |  327|    558|#  define NAMLEN(dirent) strlen((dirent)->d_name)
  ------------------
 5087|      0|        else
 5088|      0|            v = PyBytes_FromStringAndSize(ep->d_name, NAMLEN(ep));
  ------------------
  |  |  327|      0|#  define NAMLEN(dirent) strlen((dirent)->d_name)
  ------------------
 5089|    558|        if (v == NULL) {
  ------------------
  |  Branch (5089:13): [True: 0, False: 558]
  ------------------
 5090|      0|            Py_CLEAR(list);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5091|      0|            break;
 5092|      0|        }
 5093|    558|        if (PyList_Append(list, v) != 0) {
  ------------------
  |  Branch (5093:13): [True: 0, False: 558]
  ------------------
 5094|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5095|      0|            Py_CLEAR(list);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5096|      0|            break;
 5097|      0|        }
 5098|    558|        Py_DECREF(v);
  ------------------
  |  |  430|    558|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    558|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    558|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5099|    558|    }
 5100|       |
 5101|      9|exit:
 5102|      9|    if (dirp != NULL) {
  ------------------
  |  Branch (5102:9): [True: 9, False: 0]
  ------------------
 5103|      9|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|      9|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|      9|                        PyThreadState *_save; \
  |  |  121|      9|                        _save = PyEval_SaveThread();
  ------------------
 5104|      9|#ifdef HAVE_FDOPENDIR
 5105|      9|        if (fd > -1)
  ------------------
  |  Branch (5105:13): [True: 0, False: 9]
  ------------------
 5106|      0|            rewinddir(dirp);
 5107|      9|#endif
 5108|      9|        closedir(dirp);
 5109|      9|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|      9|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|      9|                 }
  ------------------
 5110|      9|    }
 5111|       |
 5112|      9|    return list;
 5113|      9|}  /* end of _posix_listdir */
posixmodule.c:os_getegid_impl:
 9556|      2|{
 9557|      2|    return _PyLong_FromGid(getegid());
 9558|      2|}
posixmodule.c:os_geteuid_impl:
 9572|      2|{
 9573|      2|    return _PyLong_FromUid(geteuid());
 9574|      2|}
posixmodule.c:os_getgid_impl:
 9588|      2|{
 9589|      2|    return _PyLong_FromGid(getgid());
 9590|      2|}
posixmodule.c:os_getuid_impl:
10118|      2|{
10119|      2|    return _PyLong_FromUid(getuid());
10120|      2|}
posixmodule.c:os__path_normpath_impl:
 6134|     10|{
 6135|     10|    PyObject *result;
 6136|     10|    Py_ssize_t norm_len;
 6137|     10|    wchar_t *norm_path = _Py_normpath_and_size((wchar_t *)path->wide,
 6138|     10|                                               path->length, &norm_len);
 6139|     10|    if (!norm_len) {
  ------------------
  |  Branch (6139:9): [True: 0, False: 10]
  ------------------
 6140|      0|        result = PyUnicode_FromOrdinal('.');
 6141|      0|    }
 6142|     10|    else {
 6143|     10|        result = PyUnicode_FromWideChar(norm_path, norm_len);
 6144|     10|    }
 6145|     10|    if (PyBytes_Check(path->object)) {
  ------------------
  |  |   28|     10|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     10|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6146|      0|        Py_SETREF(result, PyUnicode_EncodeFSDefault(result));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 6147|      0|    }
 6148|     10|    return result;
 6149|     10|}
posixmodule.c:os_fspath_impl:
17187|    106|{
17188|    106|    return PyOS_FSPath(path);
17189|    106|}
posixmodule.c:convertenviron:
 1792|      2|{
 1793|      2|    PyObject *d;
 1794|       |#ifdef MS_WINDOWS
 1795|       |    wchar_t **e;
 1796|       |#else
 1797|      2|    char **e;
 1798|      2|#endif
 1799|       |
 1800|      2|    d = PyDict_New();
 1801|      2|    if (d == NULL)
  ------------------
  |  Branch (1801:9): [True: 0, False: 2]
  ------------------
 1802|      0|        return NULL;
 1803|       |#ifdef MS_WINDOWS
 1804|       |    /* _wenviron must be initialized in this way if the program is started
 1805|       |       through main() instead of wmain(). */
 1806|       |    (void)_wgetenv(L"");
 1807|       |    e = _wenviron;
 1808|       |#elif defined(USE_DARWIN_NS_GET_ENVIRON)
 1809|       |    /* environ is not accessible as an extern in a shared object on OSX; use
 1810|       |       _NSGetEnviron to resolve it. The value changes if you add environment
 1811|       |       variables between calls to Py_Initialize, so don't cache the value. */
 1812|       |    e = *_NSGetEnviron();
 1813|       |#else
 1814|      2|    e = environ;
 1815|      2|#endif
 1816|      2|    if (e == NULL)
  ------------------
  |  Branch (1816:9): [True: 0, False: 2]
  ------------------
 1817|      0|        return d;
 1818|     70|    for (; *e != NULL; e++) {
  ------------------
  |  Branch (1818:12): [True: 68, False: 2]
  ------------------
 1819|     68|        PyObject *k;
 1820|     68|        PyObject *v;
 1821|       |#ifdef MS_WINDOWS
 1822|       |        const wchar_t *p = wcschr(*e, L'=');
 1823|       |#else
 1824|     68|        const char *p = strchr(*e, '=');
 1825|     68|#endif
 1826|     68|        if (p == NULL)
  ------------------
  |  Branch (1826:13): [True: 0, False: 68]
  ------------------
 1827|      0|            continue;
 1828|       |#ifdef MS_WINDOWS
 1829|       |        k = PyUnicode_FromWideChar(*e, (Py_ssize_t)(p-*e));
 1830|       |#else
 1831|     68|        k = PyBytes_FromStringAndSize(*e, (Py_ssize_t)(p-*e));
 1832|     68|#endif
 1833|     68|        if (k == NULL) {
  ------------------
  |  Branch (1833:13): [True: 0, False: 68]
  ------------------
 1834|      0|            Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1835|      0|            return NULL;
 1836|      0|        }
 1837|       |#ifdef MS_WINDOWS
 1838|       |        v = PyUnicode_FromWideChar(p+1, -1);
 1839|       |#else
 1840|     68|        v = PyBytes_FromStringAndSize(p+1, strlen(p+1));
 1841|     68|#endif
 1842|     68|        if (v == NULL) {
  ------------------
  |  Branch (1842:13): [True: 0, False: 68]
  ------------------
 1843|      0|            Py_DECREF(k);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1844|      0|            Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1845|      0|            return NULL;
 1846|      0|        }
 1847|     68|        if (PyDict_SetDefaultRef(d, k, v, NULL) < 0) {
  ------------------
  |  Branch (1847:13): [True: 0, False: 68]
  ------------------
 1848|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1849|      0|            Py_DECREF(k);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1850|      0|            Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1851|      0|            return NULL;
 1852|      0|        }
 1853|     68|        Py_DECREF(k);
  ------------------
  |  |  430|     68|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     68|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     68|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1854|     68|        Py_DECREF(v);
  ------------------
  |  |  430|     68|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     68|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     68|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1855|     68|    }
 1856|      2|    return d;
 1857|      2|}
posixmodule.c:posixmodule_exec:
18685|      2|{
18686|      2|    _posixstate *state = get_posix_state(m);
18687|       |
18688|      2|#if defined(HAVE_PWRITEV)
18689|      2|    if (HAVE_PWRITEV_RUNTIME) {} else {
  ------------------
  |  |  618|      2|#  define HAVE_PWRITEV_RUNTIME 1
  |  |  ------------------
  |  |  |  Branch (618:32): [True: 2, Folded]
  |  |  ------------------
  ------------------
18690|      0|        PyObject* dct = PyModule_GetDict(m);
18691|       |
18692|      0|        if (dct == NULL) {
  ------------------
  |  Branch (18692:13): [True: 0, False: 0]
  ------------------
18693|      0|            return -1;
18694|      0|        }
18695|       |
18696|      0|        if (PyDict_PopString(dct, "pwritev", NULL) < 0) {
  ------------------
  |  Branch (18696:13): [True: 0, False: 0]
  ------------------
18697|      0|            return -1;
18698|      0|        }
18699|      0|        if (PyDict_PopString(dct, "preadv", NULL) < 0) {
  ------------------
  |  Branch (18699:13): [True: 0, False: 0]
  ------------------
18700|      0|            return -1;
18701|      0|        }
18702|      0|    }
18703|      2|#endif
18704|       |
18705|      2|#ifdef HAVE_STATX
18706|      2|    if (statx == NULL) {
  ------------------
  |  Branch (18706:9): [True: 0, False: 2]
  ------------------
18707|      0|        PyObject* dct = PyModule_GetDict(m);
18708|      0|        if (dct == NULL) {
  ------------------
  |  Branch (18708:13): [True: 0, False: 0]
  ------------------
18709|      0|            return -1;
18710|      0|        }
18711|      0|        if (PyDict_PopString(dct, "statx", NULL) < 0) {
  ------------------
  |  Branch (18711:13): [True: 0, False: 0]
  ------------------
18712|      0|            return -1;
18713|      0|        }
18714|      0|    }
18715|      2|    else {
18716|      2|        state->StatxResultType = PyType_FromModuleAndSpec(m, &pystatx_result_spec, NULL);
18717|      2|        if (PyModule_AddObjectRef(m, "statx_result", state->StatxResultType) < 0) {
  ------------------
  |  Branch (18717:13): [True: 0, False: 2]
  ------------------
18718|      0|            return -1;
18719|      0|        }
18720|      2|    }
18721|      2|#endif
18722|       |
18723|       |    /* Initialize environ dictionary */
18724|      2|    if (PyModule_Add(m, "environ", convertenviron()) != 0) {
  ------------------
  |  Branch (18724:9): [True: 0, False: 2]
  ------------------
18725|      0|        return -1;
18726|      0|    }
18727|       |
18728|      2|    if (all_ins(m))
  ------------------
  |  Branch (18728:9): [True: 0, False: 2]
  ------------------
18729|      0|        return -1;
18730|       |
18731|      2|    if (setup_confname_tables(m))
  ------------------
  |  Branch (18731:9): [True: 0, False: 2]
  ------------------
18732|      0|        return -1;
18733|       |
18734|      2|    if (PyModule_AddObjectRef(m, "error", PyExc_OSError) < 0) {
  ------------------
  |  Branch (18734:9): [True: 0, False: 2]
  ------------------
18735|      0|        return -1;
18736|      0|    }
18737|       |
18738|      2|#if defined(HAVE_WAITID)
18739|      2|    state->WaitidResultType = (PyObject *)PyStructSequence_NewType(&waitid_result_desc);
18740|      2|    if (PyModule_AddObjectRef(m, "waitid_result", state->WaitidResultType) < 0) {
  ------------------
  |  Branch (18740:9): [True: 0, False: 2]
  ------------------
18741|      0|        return -1;
18742|      0|    }
18743|      2|#endif
18744|       |
18745|      2|    stat_result_desc.fields[7].name = PyStructSequence_UnnamedField;
18746|      2|    stat_result_desc.fields[8].name = PyStructSequence_UnnamedField;
18747|      2|    stat_result_desc.fields[9].name = PyStructSequence_UnnamedField;
18748|      2|    state->StatResultType = (PyObject *)PyStructSequence_NewType(&stat_result_desc);
18749|      2|    if (PyModule_AddObjectRef(m, "stat_result", state->StatResultType) < 0) {
  ------------------
  |  Branch (18749:9): [True: 0, False: 2]
  ------------------
18750|      0|        return -1;
18751|      0|    }
18752|      2|    state->statresult_new_orig = ((PyTypeObject *)state->StatResultType)->tp_new;
18753|      2|    ((PyTypeObject *)state->StatResultType)->tp_new = statresult_new;
18754|       |
18755|      2|    state->StatVFSResultType = (PyObject *)PyStructSequence_NewType(&statvfs_result_desc);
18756|      2|    if (PyModule_AddObjectRef(m, "statvfs_result", state->StatVFSResultType) < 0) {
  ------------------
  |  Branch (18756:9): [True: 0, False: 2]
  ------------------
18757|      0|        return -1;
18758|      0|    }
18759|       |
18760|      2|#if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM)
18761|      2|    state->SchedParamType = (PyObject *)PyStructSequence_NewType(&sched_param_desc);
18762|      2|    if (PyModule_AddObjectRef(m, "sched_param", state->SchedParamType) < 0) {
  ------------------
  |  Branch (18762:9): [True: 0, False: 2]
  ------------------
18763|      0|        return -1;
18764|      0|    }
18765|      2|    ((PyTypeObject *)state->SchedParamType)->tp_new = os_sched_param;
18766|      2|    if (_PyType_AddMethod((PyTypeObject *)state->SchedParamType,
  ------------------
  |  Branch (18766:9): [True: 0, False: 2]
  ------------------
18767|      2|                          &os_sched_param_reduce_method) < 0)
18768|      0|    {
18769|      0|        return -1;
18770|      0|    }
18771|      2|    PyType_Modified((PyTypeObject *)state->SchedParamType);
18772|      2|#endif
18773|       |
18774|       |    /* initialize TerminalSize_info */
18775|      2|    state->TerminalSizeType = (PyObject *)PyStructSequence_NewType(&TerminalSize_desc);
18776|      2|    if (PyModule_AddObjectRef(m, "terminal_size", state->TerminalSizeType) < 0) {
  ------------------
  |  Branch (18776:9): [True: 0, False: 2]
  ------------------
18777|      0|        return -1;
18778|      0|    }
18779|       |
18780|       |    /* initialize scandir types */
18781|      2|    PyObject *ScandirIteratorType = PyType_FromModuleAndSpec(m, &ScandirIteratorType_spec, NULL);
18782|      2|    if (ScandirIteratorType == NULL) {
  ------------------
  |  Branch (18782:9): [True: 0, False: 2]
  ------------------
18783|      0|        return -1;
18784|      0|    }
18785|      2|    state->ScandirIteratorType = ScandirIteratorType;
18786|       |
18787|      2|    state->DirEntryType = PyType_FromModuleAndSpec(m, &DirEntryType_spec, NULL);
18788|      2|    if (PyModule_AddObjectRef(m, "DirEntry", state->DirEntryType) < 0) {
  ------------------
  |  Branch (18788:9): [True: 0, False: 2]
  ------------------
18789|      0|        return -1;
18790|      0|    }
18791|       |
18792|      2|    state->TimesResultType = (PyObject *)PyStructSequence_NewType(&times_result_desc);
18793|      2|    if (PyModule_AddObjectRef(m, "times_result", state->TimesResultType) < 0) {
  ------------------
  |  Branch (18793:9): [True: 0, False: 2]
  ------------------
18794|      0|        return -1;
18795|      0|    }
18796|       |
18797|      2|    state->UnameResultType = (PyObject *)PyStructSequence_NewType(&uname_result_desc);
18798|      2|    if (PyModule_AddObjectRef(m, "uname_result", state->UnameResultType) < 0) {
  ------------------
  |  Branch (18798:9): [True: 0, False: 2]
  ------------------
18799|      0|        return -1;
18800|      0|    }
18801|       |
18802|      2|    if ((state->billion = PyLong_FromLong(1000000000)) == NULL)
  ------------------
  |  Branch (18802:9): [True: 0, False: 2]
  ------------------
18803|      0|        return -1;
18804|      2|#if defined(HAVE_WAIT3) || defined(HAVE_WAIT4)
18805|      2|    state->struct_rusage = PyUnicode_InternFromString("struct_rusage");
18806|      2|    if (state->struct_rusage == NULL)
  ------------------
  |  Branch (18806:9): [True: 0, False: 2]
  ------------------
18807|      0|        return -1;
18808|      2|#endif
18809|      2|    state->st_mode = PyUnicode_InternFromString("st_mode");
18810|      2|    if (state->st_mode == NULL)
  ------------------
  |  Branch (18810:9): [True: 0, False: 2]
  ------------------
18811|      0|        return -1;
18812|       |
18813|       |    /* suppress "function not used" warnings */
18814|      2|    {
18815|      2|    int ignored;
18816|      2|    fd_specified("", -1);
18817|      2|    follow_symlinks_specified("", 1);
18818|      2|    dir_fd_and_follow_symlinks_invalid("chmod", DEFAULT_DIR_FD, 1);
  ------------------
  |  | 1138|      2|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
18819|      2|    dir_fd_converter(Py_None, &ignored);
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
18820|      2|    dir_fd_unavailable(Py_None, &ignored);
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
18821|      2|    }
18822|       |
18823|       |    /*
18824|       |     * provide list of locally available functions
18825|       |     * so os.py can populate support_* lists
18826|       |     */
18827|      2|    PyObject *list = PyList_New(0);
18828|      2|    if (!list) {
  ------------------
  |  Branch (18828:9): [True: 0, False: 2]
  ------------------
18829|      0|        return -1;
18830|      0|    }
18831|     66|    for (const struct have_function *trace = have_functions; trace->label; trace++) {
  ------------------
  |  Branch (18831:62): [True: 64, False: 2]
  ------------------
18832|     64|        PyObject *unicode;
18833|     64|        if (trace->probe && !trace->probe()) continue;
  ------------------
  |  Branch (18833:13): [True: 34, False: 30]
  |  Branch (18833:29): [True: 0, False: 34]
  ------------------
18834|     64|        unicode = PyUnicode_DecodeASCII(trace->label, strlen(trace->label), NULL);
18835|     64|        if (!unicode)
  ------------------
  |  Branch (18835:13): [True: 0, False: 64]
  ------------------
18836|      0|            return -1;
18837|     64|        if (PyList_Append(list, unicode))
  ------------------
  |  Branch (18837:13): [True: 0, False: 64]
  ------------------
18838|      0|            return -1;
18839|     64|        Py_DECREF(unicode);
  ------------------
  |  |  430|     64|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
18840|     64|    }
18841|       |
18842|      2|#ifndef MS_WINDOWS
18843|      2|    if (_Py_GetTicksPerSecond(&state->ticks_per_second) < 0) {
  ------------------
  |  Branch (18843:9): [True: 0, False: 2]
  ------------------
18844|      0|        PyErr_SetString(PyExc_RuntimeError,
18845|      0|                        "cannot read ticks_per_second");
18846|      0|        return -1;
18847|      0|    }
18848|      2|    assert(state->ticks_per_second >= 1);
  ------------------
  |  Branch (18848:5): [True: 2, False: 0]
  ------------------
18849|      2|#endif
18850|       |
18851|      2|    return PyModule_Add(m, "_have_functions", list);
18852|      2|}
posixmodule.c:all_ins:
17763|      2|{
17764|      2|#ifdef F_OK
17765|      2|    if (PyModule_AddIntMacro(m, F_OK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17766|      2|#endif
17767|      2|#ifdef R_OK
17768|      2|    if (PyModule_AddIntMacro(m, R_OK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17769|      2|#endif
17770|      2|#ifdef W_OK
17771|      2|    if (PyModule_AddIntMacro(m, W_OK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17772|      2|#endif
17773|      2|#ifdef X_OK
17774|      2|    if (PyModule_AddIntMacro(m, X_OK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17775|      2|#endif
17776|      2|#ifdef NGROUPS_MAX
17777|      2|    if (PyModule_AddIntMacro(m, NGROUPS_MAX)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17778|      2|#endif
17779|      2|#ifdef TMP_MAX
17780|      2|    if (PyModule_AddIntMacro(m, TMP_MAX)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17781|      2|#endif
17782|      2|#ifdef WCONTINUED
17783|      2|    if (PyModule_AddIntMacro(m, WCONTINUED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17784|      2|#endif
17785|      2|#ifdef WNOHANG
17786|      2|    if (PyModule_AddIntMacro(m, WNOHANG)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17787|      2|#endif
17788|      2|#ifdef WUNTRACED
17789|      2|    if (PyModule_AddIntMacro(m, WUNTRACED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17790|      2|#endif
17791|      2|#ifdef O_RDONLY
17792|      2|    if (PyModule_AddIntMacro(m, O_RDONLY)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17793|      2|#endif
17794|      2|#ifdef O_WRONLY
17795|      2|    if (PyModule_AddIntMacro(m, O_WRONLY)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17796|      2|#endif
17797|      2|#ifdef O_RDWR
17798|      2|    if (PyModule_AddIntMacro(m, O_RDWR)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17799|      2|#endif
17800|      2|#ifdef O_NDELAY
17801|      2|    if (PyModule_AddIntMacro(m, O_NDELAY)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17802|      2|#endif
17803|      2|#ifdef O_NONBLOCK
17804|      2|    if (PyModule_AddIntMacro(m, O_NONBLOCK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17805|      2|#endif
17806|      2|#ifdef O_APPEND
17807|      2|    if (PyModule_AddIntMacro(m, O_APPEND)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17808|      2|#endif
17809|      2|#ifdef O_DSYNC
17810|      2|    if (PyModule_AddIntMacro(m, O_DSYNC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17811|      2|#endif
17812|      2|#ifdef O_RSYNC
17813|      2|    if (PyModule_AddIntMacro(m, O_RSYNC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17814|      2|#endif
17815|      2|#ifdef O_SYNC
17816|      2|    if (PyModule_AddIntMacro(m, O_SYNC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17817|      2|#endif
17818|      2|#ifdef O_NOCTTY
17819|      2|    if (PyModule_AddIntMacro(m, O_NOCTTY)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17820|      2|#endif
17821|      2|#ifdef O_CREAT
17822|      2|    if (PyModule_AddIntMacro(m, O_CREAT)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17823|      2|#endif
17824|      2|#ifdef O_EXCL
17825|      2|    if (PyModule_AddIntMacro(m, O_EXCL)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17826|      2|#endif
17827|      2|#ifdef O_TRUNC
17828|      2|    if (PyModule_AddIntMacro(m, O_TRUNC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17829|      2|#endif
17830|       |#ifdef O_BINARY
17831|       |    if (PyModule_AddIntMacro(m, O_BINARY)) return -1;
17832|       |#endif
17833|       |#ifdef O_TEXT
17834|       |    if (PyModule_AddIntMacro(m, O_TEXT)) return -1;
17835|       |#endif
17836|       |#ifdef O_XATTR
17837|       |    if (PyModule_AddIntMacro(m, O_XATTR)) return -1;
17838|       |#endif
17839|      2|#ifdef O_LARGEFILE
17840|      2|    if (PyModule_AddIntMacro(m, O_LARGEFILE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17841|      2|#endif
17842|      2|#ifndef __GNU__
17843|       |#ifdef O_SHLOCK
17844|       |    if (PyModule_AddIntMacro(m, O_SHLOCK)) return -1;
17845|       |#endif
17846|       |#ifdef O_EXLOCK
17847|       |    if (PyModule_AddIntMacro(m, O_EXLOCK)) return -1;
17848|       |#endif
17849|      2|#endif
17850|       |#ifdef O_EXEC
17851|       |    if (PyModule_AddIntMacro(m, O_EXEC)) return -1;
17852|       |#endif
17853|       |#ifdef O_SEARCH
17854|       |    if (PyModule_AddIntMacro(m, O_SEARCH)) return -1;
17855|       |#endif
17856|      2|#ifdef O_PATH
17857|      2|    if (PyModule_AddIntMacro(m, O_PATH)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17858|      2|#endif
17859|       |#ifdef O_TTY_INIT
17860|       |    if (PyModule_AddIntMacro(m, O_TTY_INIT)) return -1;
17861|       |#endif
17862|      2|#ifdef O_TMPFILE
17863|      2|    if (PyModule_AddIntMacro(m, O_TMPFILE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17864|      2|#endif
17865|      2|#ifdef PRIO_PROCESS
17866|      2|    if (PyModule_AddIntMacro(m, PRIO_PROCESS)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17867|      2|#endif
17868|      2|#ifdef PRIO_PGRP
17869|      2|    if (PyModule_AddIntMacro(m, PRIO_PGRP)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17870|      2|#endif
17871|      2|#ifdef PRIO_USER
17872|      2|    if (PyModule_AddIntMacro(m, PRIO_USER)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17873|      2|#endif
17874|       |#ifdef PRIO_DARWIN_THREAD
17875|       |    if (PyModule_AddIntMacro(m, PRIO_DARWIN_THREAD)) return -1;
17876|       |#endif
17877|       |#ifdef PRIO_DARWIN_PROCESS
17878|       |    if (PyModule_AddIntMacro(m, PRIO_DARWIN_PROCESS)) return -1;
17879|       |#endif
17880|       |#ifdef PRIO_DARWIN_BG
17881|       |    if (PyModule_AddIntMacro(m, PRIO_DARWIN_BG)) return -1;
17882|       |#endif
17883|       |#ifdef PRIO_DARWIN_NONUI
17884|       |    if (PyModule_AddIntMacro(m, PRIO_DARWIN_NONUI)) return -1;
17885|       |#endif
17886|      2|#ifdef O_CLOEXEC
17887|      2|    if (PyModule_AddIntMacro(m, O_CLOEXEC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17888|      2|#endif
17889|      2|#ifdef O_ACCMODE
17890|      2|    if (PyModule_AddIntMacro(m, O_ACCMODE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17891|      2|#endif
17892|       |#ifdef O_EVTONLY
17893|       |    if (PyModule_AddIntMacro(m, O_EVTONLY)) return -1;
17894|       |#endif
17895|      2|#ifdef O_FSYNC
17896|      2|    if (PyModule_AddIntMacro(m, O_FSYNC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17897|      2|#endif
17898|       |#ifdef O_SYMLINK
17899|       |    if (PyModule_AddIntMacro(m, O_SYMLINK)) return -1;
17900|       |#endif
17901|       |
17902|      2|#ifdef SEEK_HOLE
17903|      2|    if (PyModule_AddIntMacro(m, SEEK_HOLE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17904|      2|#endif
17905|      2|#ifdef SEEK_DATA
17906|      2|    if (PyModule_AddIntMacro(m, SEEK_DATA)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17907|      2|#endif
17908|       |
17909|       |/* MS Windows */
17910|       |#ifdef O_NOINHERIT
17911|       |    /* Don't inherit in child processes. */
17912|       |    if (PyModule_AddIntMacro(m, O_NOINHERIT)) return -1;
17913|       |#endif
17914|       |#ifdef _O_SHORT_LIVED
17915|       |    /* Optimize for short life (keep in memory). */
17916|       |    /* MS forgot to define this one with a non-underscore form too. */
17917|       |    if (PyModule_AddIntConstant(m, "O_SHORT_LIVED", _O_SHORT_LIVED)) return -1;
17918|       |#endif
17919|       |#ifdef O_TEMPORARY
17920|       |    /* Automatically delete when last handle is closed. */
17921|       |    if (PyModule_AddIntMacro(m, O_TEMPORARY)) return -1;
17922|       |#endif
17923|       |#ifdef O_RANDOM
17924|       |    /* Optimize for random access. */
17925|       |    if (PyModule_AddIntMacro(m, O_RANDOM)) return -1;
17926|       |#endif
17927|       |#ifdef O_SEQUENTIAL
17928|       |    /* Optimize for sequential access. */
17929|       |    if (PyModule_AddIntMacro(m, O_SEQUENTIAL)) return -1;
17930|       |#endif
17931|       |
17932|       |/* GNU extensions. */
17933|      2|#ifdef O_ASYNC
17934|       |    /* Send a SIGIO signal whenever input or output
17935|       |       becomes available on file descriptor */
17936|      2|    if (PyModule_AddIntMacro(m, O_ASYNC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17937|      2|#endif
17938|      2|#ifdef O_DIRECT
17939|       |    /* Direct disk access. */
17940|      2|    if (PyModule_AddIntMacro(m, O_DIRECT)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17941|      2|#endif
17942|      2|#ifdef O_DIRECTORY
17943|       |    /* Must be a directory.      */
17944|      2|    if (PyModule_AddIntMacro(m, O_DIRECTORY)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17945|      2|#endif
17946|      2|#ifdef O_NOFOLLOW
17947|       |    /* Do not follow links.      */
17948|      2|    if (PyModule_AddIntMacro(m, O_NOFOLLOW)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17949|      2|#endif
17950|       |#ifdef O_NOFOLLOW_ANY
17951|       |    if (PyModule_AddIntMacro(m, O_NOFOLLOW_ANY)) return -1;
17952|       |#endif
17953|       |#ifdef O_NOLINKS
17954|       |    /* Fails if link count of the named file is greater than 1 */
17955|       |    if (PyModule_AddIntMacro(m, O_NOLINKS)) return -1;
17956|       |#endif
17957|      2|#ifdef O_NOATIME
17958|       |    /* Do not update the access time. */
17959|      2|    if (PyModule_AddIntMacro(m, O_NOATIME)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17960|      2|#endif
17961|       |
17962|       |    /* These come from sysexits.h */
17963|      2|#ifdef EX_OK
17964|      2|    if (PyModule_AddIntMacro(m, EX_OK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17965|      2|#endif /* EX_OK */
17966|      2|#ifdef EX_USAGE
17967|      2|    if (PyModule_AddIntMacro(m, EX_USAGE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17968|      2|#endif /* EX_USAGE */
17969|      2|#ifdef EX_DATAERR
17970|      2|    if (PyModule_AddIntMacro(m, EX_DATAERR)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17971|      2|#endif /* EX_DATAERR */
17972|      2|#ifdef EX_NOINPUT
17973|      2|    if (PyModule_AddIntMacro(m, EX_NOINPUT)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17974|      2|#endif /* EX_NOINPUT */
17975|      2|#ifdef EX_NOUSER
17976|      2|    if (PyModule_AddIntMacro(m, EX_NOUSER)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17977|      2|#endif /* EX_NOUSER */
17978|      2|#ifdef EX_NOHOST
17979|      2|    if (PyModule_AddIntMacro(m, EX_NOHOST)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17980|      2|#endif /* EX_NOHOST */
17981|      2|#ifdef EX_UNAVAILABLE
17982|      2|    if (PyModule_AddIntMacro(m, EX_UNAVAILABLE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17983|      2|#endif /* EX_UNAVAILABLE */
17984|      2|#ifdef EX_SOFTWARE
17985|      2|    if (PyModule_AddIntMacro(m, EX_SOFTWARE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17986|      2|#endif /* EX_SOFTWARE */
17987|      2|#ifdef EX_OSERR
17988|      2|    if (PyModule_AddIntMacro(m, EX_OSERR)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17989|      2|#endif /* EX_OSERR */
17990|      2|#ifdef EX_OSFILE
17991|      2|    if (PyModule_AddIntMacro(m, EX_OSFILE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17992|      2|#endif /* EX_OSFILE */
17993|      2|#ifdef EX_CANTCREAT
17994|      2|    if (PyModule_AddIntMacro(m, EX_CANTCREAT)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17995|      2|#endif /* EX_CANTCREAT */
17996|      2|#ifdef EX_IOERR
17997|      2|    if (PyModule_AddIntMacro(m, EX_IOERR)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
17998|      2|#endif /* EX_IOERR */
17999|      2|#ifdef EX_TEMPFAIL
18000|      2|    if (PyModule_AddIntMacro(m, EX_TEMPFAIL)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18001|      2|#endif /* EX_TEMPFAIL */
18002|      2|#ifdef EX_PROTOCOL
18003|      2|    if (PyModule_AddIntMacro(m, EX_PROTOCOL)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18004|      2|#endif /* EX_PROTOCOL */
18005|      2|#ifdef EX_NOPERM
18006|      2|    if (PyModule_AddIntMacro(m, EX_NOPERM)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18007|      2|#endif /* EX_NOPERM */
18008|      2|#ifdef EX_CONFIG
18009|      2|    if (PyModule_AddIntMacro(m, EX_CONFIG)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18010|      2|#endif /* EX_CONFIG */
18011|       |#ifdef EX_NOTFOUND
18012|       |    if (PyModule_AddIntMacro(m, EX_NOTFOUND)) return -1;
18013|       |#endif /* EX_NOTFOUND */
18014|       |
18015|       |    /* statvfs */
18016|      2|#ifdef ST_RDONLY
18017|      2|    if (PyModule_AddIntMacro(m, ST_RDONLY)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18018|      2|#endif /* ST_RDONLY */
18019|      2|#ifdef ST_NOSUID
18020|      2|    if (PyModule_AddIntMacro(m, ST_NOSUID)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18021|      2|#endif /* ST_NOSUID */
18022|       |
18023|       |       /* GNU extensions */
18024|      2|#ifdef ST_NODEV
18025|      2|    if (PyModule_AddIntMacro(m, ST_NODEV)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18026|      2|#endif /* ST_NODEV */
18027|      2|#ifdef ST_NOEXEC
18028|      2|    if (PyModule_AddIntMacro(m, ST_NOEXEC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18029|      2|#endif /* ST_NOEXEC */
18030|      2|#ifdef ST_SYNCHRONOUS
18031|      2|    if (PyModule_AddIntMacro(m, ST_SYNCHRONOUS)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18032|      2|#endif /* ST_SYNCHRONOUS */
18033|      2|#ifdef ST_MANDLOCK
18034|      2|    if (PyModule_AddIntMacro(m, ST_MANDLOCK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18035|      2|#endif /* ST_MANDLOCK */
18036|      2|#ifdef ST_WRITE
18037|      2|    if (PyModule_AddIntMacro(m, ST_WRITE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18038|      2|#endif /* ST_WRITE */
18039|      2|#ifdef ST_APPEND
18040|      2|    if (PyModule_AddIntMacro(m, ST_APPEND)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18041|      2|#endif /* ST_APPEND */
18042|      2|#ifdef ST_NOATIME
18043|      2|    if (PyModule_AddIntMacro(m, ST_NOATIME)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18044|      2|#endif /* ST_NOATIME */
18045|      2|#ifdef ST_NODIRATIME
18046|      2|    if (PyModule_AddIntMacro(m, ST_NODIRATIME)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18047|      2|#endif /* ST_NODIRATIME */
18048|      2|#ifdef ST_RELATIME
18049|      2|    if (PyModule_AddIntMacro(m, ST_RELATIME)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18050|      2|#endif /* ST_RELATIME */
18051|       |
18052|       |    /* FreeBSD sendfile() constants */
18053|       |#ifdef SF_NODISKIO
18054|       |    if (PyModule_AddIntMacro(m, SF_NODISKIO)) return -1;
18055|       |#endif
18056|       |    /* is obsolete since the 11.x release */
18057|       |#ifdef SF_MNOWAIT
18058|       |    if (PyModule_AddIntMacro(m, SF_MNOWAIT)) return -1;
18059|       |#endif
18060|       |#ifdef SF_SYNC
18061|       |    if (PyModule_AddIntMacro(m, SF_SYNC)) return -1;
18062|       |#endif
18063|       |#ifdef SF_NOCACHE
18064|       |    if (PyModule_AddIntMacro(m, SF_NOCACHE)) return -1;
18065|       |#endif
18066|       |
18067|      2|#ifdef TFD_NONBLOCK
18068|      2|    if (PyModule_AddIntMacro(m, TFD_NONBLOCK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18069|      2|#endif
18070|      2|#ifdef TFD_CLOEXEC
18071|      2|    if (PyModule_AddIntMacro(m, TFD_CLOEXEC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18072|      2|#endif
18073|      2|#ifdef TFD_TIMER_ABSTIME
18074|      2|    if (PyModule_AddIntMacro(m, TFD_TIMER_ABSTIME)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18075|      2|#endif
18076|      2|#ifdef TFD_TIMER_CANCEL_ON_SET
18077|      2|    if (PyModule_AddIntMacro(m, TFD_TIMER_CANCEL_ON_SET)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18078|      2|#endif
18079|       |
18080|       |    /* constants for posix_fadvise */
18081|      2|#ifdef POSIX_FADV_NORMAL
18082|      2|    if (PyModule_AddIntMacro(m, POSIX_FADV_NORMAL)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18083|      2|#endif
18084|      2|#ifdef POSIX_FADV_SEQUENTIAL
18085|      2|    if (PyModule_AddIntMacro(m, POSIX_FADV_SEQUENTIAL)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18086|      2|#endif
18087|      2|#ifdef POSIX_FADV_RANDOM
18088|      2|    if (PyModule_AddIntMacro(m, POSIX_FADV_RANDOM)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18089|      2|#endif
18090|      2|#ifdef POSIX_FADV_NOREUSE
18091|      2|    if (PyModule_AddIntMacro(m, POSIX_FADV_NOREUSE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18092|      2|#endif
18093|      2|#ifdef POSIX_FADV_WILLNEED
18094|      2|    if (PyModule_AddIntMacro(m, POSIX_FADV_WILLNEED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18095|      2|#endif
18096|      2|#ifdef POSIX_FADV_DONTNEED
18097|      2|    if (PyModule_AddIntMacro(m, POSIX_FADV_DONTNEED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18098|      2|#endif
18099|       |
18100|       |    /* constants for waitid */
18101|      2|#if defined(HAVE_SYS_WAIT_H) && defined(HAVE_WAITID)
18102|      2|    if (PyModule_AddIntMacro(m, P_PID)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18103|      2|    if (PyModule_AddIntMacro(m, P_PGID)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18104|      2|    if (PyModule_AddIntMacro(m, P_ALL)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18105|      2|#ifdef P_PIDFD
18106|      2|    if (PyModule_AddIntMacro(m, P_PIDFD)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18107|      2|#endif
18108|       |#ifdef PIDFD_NONBLOCK
18109|       |    if (PyModule_AddIntMacro(m, PIDFD_NONBLOCK)) return -1;
18110|       |#endif
18111|      2|#endif
18112|      2|#ifdef WEXITED
18113|      2|    if (PyModule_AddIntMacro(m, WEXITED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18114|      2|#endif
18115|      2|#ifdef WNOWAIT
18116|      2|    if (PyModule_AddIntMacro(m, WNOWAIT)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18117|      2|#endif
18118|      2|#ifdef WSTOPPED
18119|      2|    if (PyModule_AddIntMacro(m, WSTOPPED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18120|      2|#endif
18121|      2|#ifdef CLD_EXITED
18122|      2|    if (PyModule_AddIntMacro(m, CLD_EXITED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18123|      2|#endif
18124|      2|#ifdef CLD_KILLED
18125|      2|    if (PyModule_AddIntMacro(m, CLD_KILLED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18126|      2|#endif
18127|      2|#ifdef CLD_DUMPED
18128|      2|    if (PyModule_AddIntMacro(m, CLD_DUMPED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18129|      2|#endif
18130|      2|#ifdef CLD_TRAPPED
18131|      2|    if (PyModule_AddIntMacro(m, CLD_TRAPPED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18132|      2|#endif
18133|      2|#ifdef CLD_STOPPED
18134|      2|    if (PyModule_AddIntMacro(m, CLD_STOPPED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18135|      2|#endif
18136|      2|#ifdef CLD_CONTINUED
18137|      2|    if (PyModule_AddIntMacro(m, CLD_CONTINUED)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18138|      2|#endif
18139|       |
18140|       |    /* constants for lockf */
18141|      2|#ifdef F_LOCK
18142|      2|    if (PyModule_AddIntMacro(m, F_LOCK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18143|      2|#endif
18144|      2|#ifdef F_TLOCK
18145|      2|    if (PyModule_AddIntMacro(m, F_TLOCK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18146|      2|#endif
18147|      2|#ifdef F_ULOCK
18148|      2|    if (PyModule_AddIntMacro(m, F_ULOCK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18149|      2|#endif
18150|      2|#ifdef F_TEST
18151|      2|    if (PyModule_AddIntMacro(m, F_TEST)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18152|      2|#endif
18153|       |
18154|      2|#ifdef RWF_DSYNC
18155|      2|    if (PyModule_AddIntConstant(m, "RWF_DSYNC", RWF_DSYNC)) return -1;
  ------------------
  |  Branch (18155:9): [True: 0, False: 2]
  ------------------
18156|      2|#endif
18157|      2|#ifdef RWF_HIPRI
18158|      2|    if (PyModule_AddIntConstant(m, "RWF_HIPRI", RWF_HIPRI)) return -1;
  ------------------
  |  Branch (18158:9): [True: 0, False: 2]
  ------------------
18159|      2|#endif
18160|      2|#ifdef RWF_SYNC
18161|      2|    if (PyModule_AddIntConstant(m, "RWF_SYNC", RWF_SYNC)) return -1;
  ------------------
  |  Branch (18161:9): [True: 0, False: 2]
  ------------------
18162|      2|#endif
18163|      2|#ifdef RWF_NOWAIT
18164|      2|    if (PyModule_AddIntConstant(m, "RWF_NOWAIT", RWF_NOWAIT)) return -1;
  ------------------
  |  Branch (18164:9): [True: 0, False: 2]
  ------------------
18165|      2|#endif
18166|       |#ifdef RWF_DONTCACHE
18167|       |    if (PyModule_AddIntConstant(m, "RWF_DONTCACHE", RWF_DONTCACHE)) return -1;
18168|       |#endif
18169|       |#ifdef RWF_ATOMIC
18170|       |    if (PyModule_AddIntConstant(m, "RWF_ATOMIC", RWF_ATOMIC)) return -1;
18171|       |#endif
18172|      2|#ifdef RWF_APPEND
18173|      2|    if (PyModule_AddIntConstant(m, "RWF_APPEND", RWF_APPEND)) return -1;
  ------------------
  |  Branch (18173:9): [True: 0, False: 2]
  ------------------
18174|      2|#endif
18175|       |
18176|       |/* constants for splice */
18177|      2|#if defined(HAVE_SPLICE) && defined(__linux__)
18178|      2|    if (PyModule_AddIntConstant(m, "SPLICE_F_MOVE", SPLICE_F_MOVE)) return -1;
  ------------------
  |  Branch (18178:9): [True: 0, False: 2]
  ------------------
18179|      2|    if (PyModule_AddIntConstant(m, "SPLICE_F_NONBLOCK", SPLICE_F_NONBLOCK)) return -1;
  ------------------
  |  Branch (18179:9): [True: 0, False: 2]
  ------------------
18180|      2|    if (PyModule_AddIntConstant(m, "SPLICE_F_MORE", SPLICE_F_MORE)) return -1;
  ------------------
  |  Branch (18180:9): [True: 0, False: 2]
  ------------------
18181|      2|#endif
18182|       |
18183|       |/* constants for posix_spawn */
18184|      2|#ifdef HAVE_POSIX_SPAWN
18185|      2|    if (PyModule_AddIntConstant(m, "POSIX_SPAWN_OPEN", POSIX_SPAWN_OPEN)) return -1;
  ------------------
  |  Branch (18185:9): [True: 0, False: 2]
  ------------------
18186|      2|    if (PyModule_AddIntConstant(m, "POSIX_SPAWN_CLOSE", POSIX_SPAWN_CLOSE)) return -1;
  ------------------
  |  Branch (18186:9): [True: 0, False: 2]
  ------------------
18187|      2|    if (PyModule_AddIntConstant(m, "POSIX_SPAWN_DUP2", POSIX_SPAWN_DUP2)) return -1;
  ------------------
  |  Branch (18187:9): [True: 0, False: 2]
  ------------------
18188|       |#ifdef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSEFROM_NP
18189|       |    if (PyModule_AddIntMacro(m, POSIX_SPAWN_CLOSEFROM)) return -1;
18190|       |#endif
18191|      2|#endif
18192|       |
18193|       |#if defined(HAVE_SPAWNV) || defined (HAVE_RTPSPAWN)
18194|       |    if (PyModule_AddIntConstant(m, "P_WAIT", _P_WAIT)) return -1;
18195|       |    if (PyModule_AddIntConstant(m, "P_NOWAIT", _P_NOWAIT)) return -1;
18196|       |    if (PyModule_AddIntConstant(m, "P_NOWAITO", _P_NOWAITO)) return -1;
18197|       |#endif
18198|       |#ifdef HAVE_SPAWNV
18199|       |    if (PyModule_AddIntConstant(m, "P_OVERLAY", _OLD_P_OVERLAY)) return -1;
18200|       |    if (PyModule_AddIntConstant(m, "P_DETACH", _P_DETACH)) return -1;
18201|       |#endif
18202|       |
18203|      2|#ifdef HAVE_SCHED_H
18204|      2|#ifdef SCHED_OTHER
18205|      2|    if (PyModule_AddIntMacro(m, SCHED_OTHER)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18206|      2|#endif
18207|      2|#ifdef SCHED_DEADLINE
18208|      2|    if (PyModule_AddIntMacro(m, SCHED_DEADLINE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18209|      2|#endif
18210|      2|#ifdef SCHED_FIFO
18211|      2|    if (PyModule_AddIntMacro(m, SCHED_FIFO)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18212|      2|#endif
18213|      2|#ifdef SCHED_NORMAL
18214|      2|    if (PyModule_AddIntMacro(m, SCHED_NORMAL)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18215|      2|#endif
18216|      2|#ifdef SCHED_RR
18217|      2|    if (PyModule_AddIntMacro(m, SCHED_RR)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18218|      2|#endif
18219|       |#ifdef SCHED_SPORADIC
18220|       |    if (PyModule_AddIntMacro(m, SCHED_SPORADIC)) return -1;
18221|       |#endif
18222|      2|#ifdef SCHED_BATCH
18223|      2|    if (PyModule_AddIntMacro(m, SCHED_BATCH)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18224|      2|#endif
18225|      2|#ifdef SCHED_IDLE
18226|      2|    if (PyModule_AddIntMacro(m, SCHED_IDLE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18227|      2|#endif
18228|      2|#ifdef SCHED_RESET_ON_FORK
18229|      2|    if (PyModule_AddIntMacro(m, SCHED_RESET_ON_FORK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18230|      2|#endif
18231|       |#ifdef SCHED_SYS
18232|       |    if (PyModule_AddIntMacro(m, SCHED_SYS)) return -1;
18233|       |#endif
18234|       |#ifdef SCHED_IA
18235|       |    if (PyModule_AddIntMacro(m, SCHED_IA)) return -1;
18236|       |#endif
18237|       |#ifdef SCHED_FSS
18238|       |    if (PyModule_AddIntMacro(m, SCHED_FSS)) return -1;
18239|       |#endif
18240|       |#ifdef SCHED_FX
18241|       |    if (PyModule_AddIntConstant(m, "SCHED_FX", SCHED_FSS)) return -1;
18242|       |#endif
18243|       |
18244|       |/* constants for namespaces */
18245|      2|#if defined(HAVE_SETNS) || defined(HAVE_UNSHARE)
18246|      2|#ifdef CLONE_FS
18247|      2|    if (PyModule_AddIntMacro(m, CLONE_FS)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18248|      2|#endif
18249|      2|#ifdef CLONE_FILES
18250|      2|    if (PyModule_AddIntMacro(m, CLONE_FILES)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18251|      2|#endif
18252|      2|#ifdef CLONE_NEWNS
18253|      2|    if (PyModule_AddIntMacro(m, CLONE_NEWNS)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18254|      2|#endif
18255|      2|#ifdef CLONE_NEWCGROUP
18256|      2|    if (PyModule_AddIntMacro(m, CLONE_NEWCGROUP)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18257|      2|#endif
18258|      2|#ifdef CLONE_NEWUTS
18259|      2|    if (PyModule_AddIntMacro(m, CLONE_NEWUTS)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18260|      2|#endif
18261|      2|#ifdef CLONE_NEWIPC
18262|      2|    if (PyModule_AddIntMacro(m, CLONE_NEWIPC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18263|      2|#endif
18264|      2|#ifdef CLONE_NEWUSER
18265|      2|    if (PyModule_AddIntMacro(m, CLONE_NEWUSER)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18266|      2|#endif
18267|      2|#ifdef CLONE_NEWPID
18268|      2|    if (PyModule_AddIntMacro(m, CLONE_NEWPID)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18269|      2|#endif
18270|      2|#ifdef CLONE_NEWNET
18271|      2|    if (PyModule_AddIntMacro(m, CLONE_NEWNET)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18272|      2|#endif
18273|       |#ifdef CLONE_NEWTIME
18274|       |    if (PyModule_AddIntMacro(m, CLONE_NEWTIME)) return -1;
18275|       |#endif
18276|      2|#ifdef CLONE_SYSVSEM
18277|      2|    if (PyModule_AddIntMacro(m, CLONE_SYSVSEM)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18278|      2|#endif
18279|      2|#ifdef CLONE_THREAD
18280|      2|    if (PyModule_AddIntMacro(m, CLONE_THREAD)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18281|      2|#endif
18282|      2|#ifdef CLONE_SIGHAND
18283|      2|    if (PyModule_AddIntMacro(m, CLONE_SIGHAND)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18284|      2|#endif
18285|      2|#ifdef CLONE_VM
18286|      2|    if (PyModule_AddIntMacro(m, CLONE_VM)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18287|      2|#endif
18288|      2|#endif
18289|       |
18290|      2|#endif
18291|       |
18292|      2|#ifdef USE_XATTRS
18293|      2|    if (PyModule_AddIntMacro(m, XATTR_CREATE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18294|      2|    if (PyModule_AddIntMacro(m, XATTR_REPLACE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18295|      2|    if (PyModule_AddIntMacro(m, XATTR_SIZE_MAX)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18296|      2|#endif
18297|       |
18298|      2|#if HAVE_DECL_RTLD_LAZY
18299|      2|    if (PyModule_AddIntMacro(m, RTLD_LAZY)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18300|      2|#endif
18301|      2|#if HAVE_DECL_RTLD_NOW
18302|      2|    if (PyModule_AddIntMacro(m, RTLD_NOW)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18303|      2|#endif
18304|      2|#if HAVE_DECL_RTLD_GLOBAL
18305|      2|    if (PyModule_AddIntMacro(m, RTLD_GLOBAL)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18306|      2|#endif
18307|      2|#if HAVE_DECL_RTLD_LOCAL
18308|      2|    if (PyModule_AddIntMacro(m, RTLD_LOCAL)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18309|      2|#endif
18310|      2|#if HAVE_DECL_RTLD_NODELETE
18311|      2|    if (PyModule_AddIntMacro(m, RTLD_NODELETE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18312|      2|#endif
18313|      2|#if HAVE_DECL_RTLD_NOLOAD
18314|      2|    if (PyModule_AddIntMacro(m, RTLD_NOLOAD)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18315|      2|#endif
18316|      2|#if HAVE_DECL_RTLD_DEEPBIND
18317|      2|    if (PyModule_AddIntMacro(m, RTLD_DEEPBIND)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18318|      2|#endif
18319|       |#if HAVE_DECL_RTLD_MEMBER
18320|       |    if (PyModule_AddIntMacro(m, RTLD_MEMBER)) return -1;
18321|       |#endif
18322|       |
18323|      2|#ifdef HAVE_GETRANDOM_SYSCALL
18324|      2|    if (PyModule_AddIntMacro(m, GRND_RANDOM)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18325|      2|    if (PyModule_AddIntMacro(m, GRND_NONBLOCK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18326|      2|#endif
18327|      2|#ifdef HAVE_MEMFD_CREATE
18328|      2|    if (PyModule_AddIntMacro(m, MFD_CLOEXEC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18329|      2|    if (PyModule_AddIntMacro(m, MFD_ALLOW_SEALING)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18330|      2|#ifdef MFD_HUGETLB
18331|      2|    if (PyModule_AddIntMacro(m, MFD_HUGETLB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18332|      2|#endif
18333|      2|#ifdef MFD_HUGE_SHIFT
18334|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_SHIFT)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18335|      2|#endif
18336|      2|#ifdef MFD_HUGE_MASK
18337|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_MASK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18338|      2|#endif
18339|      2|#ifdef MFD_HUGE_64KB
18340|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_64KB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18341|      2|#endif
18342|      2|#ifdef MFD_HUGE_512KB
18343|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_512KB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18344|      2|#endif
18345|      2|#ifdef MFD_HUGE_1MB
18346|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_1MB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18347|      2|#endif
18348|      2|#ifdef MFD_HUGE_2MB
18349|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_2MB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18350|      2|#endif
18351|      2|#ifdef MFD_HUGE_8MB
18352|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_8MB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18353|      2|#endif
18354|      2|#ifdef MFD_HUGE_16MB
18355|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_16MB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18356|      2|#endif
18357|      2|#ifdef MFD_HUGE_32MB
18358|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_32MB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18359|      2|#endif
18360|      2|#ifdef MFD_HUGE_256MB
18361|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_256MB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18362|      2|#endif
18363|      2|#ifdef MFD_HUGE_512MB
18364|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_512MB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18365|      2|#endif
18366|      2|#ifdef MFD_HUGE_1GB
18367|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_1GB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18368|      2|#endif
18369|      2|#ifdef MFD_HUGE_2GB
18370|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_2GB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18371|      2|#endif
18372|      2|#ifdef MFD_HUGE_16GB
18373|      2|    if (PyModule_AddIntMacro(m, MFD_HUGE_16GB)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18374|      2|#endif
18375|      2|#endif /* HAVE_MEMFD_CREATE */
18376|       |
18377|      2|#if defined(HAVE_EVENTFD) && defined(EFD_CLOEXEC)
18378|      2|    if (PyModule_AddIntMacro(m, EFD_CLOEXEC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18379|      2|#ifdef EFD_NONBLOCK
18380|      2|    if (PyModule_AddIntMacro(m, EFD_NONBLOCK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18381|      2|#endif
18382|      2|#ifdef EFD_SEMAPHORE
18383|      2|    if (PyModule_AddIntMacro(m, EFD_SEMAPHORE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18384|      2|#endif
18385|      2|#endif  /* HAVE_EVENTFD && EFD_CLOEXEC */
18386|       |
18387|      2|#ifdef NODEV
18388|      2|    if (PyModule_Add(m, "NODEV", _PyLong_FromDev(NODEV))) return -1;
  ------------------
  |  Branch (18388:9): [True: 0, False: 2]
  ------------------
18389|      2|#endif
18390|       |
18391|      2|#ifdef AT_NO_AUTOMOUNT
18392|      2|    if (PyModule_AddIntMacro(m, AT_NO_AUTOMOUNT)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18393|      2|#endif
18394|       |
18395|      2|#ifdef HAVE_STATX
18396|      2|    if (PyModule_AddIntMacro(m, STATX_TYPE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18397|      2|    if (PyModule_AddIntMacro(m, STATX_MODE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18398|      2|    if (PyModule_AddIntMacro(m, STATX_NLINK)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18399|      2|    if (PyModule_AddIntMacro(m, STATX_UID)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18400|      2|    if (PyModule_AddIntMacro(m, STATX_GID)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18401|      2|    if (PyModule_AddIntMacro(m, STATX_ATIME)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18402|      2|    if (PyModule_AddIntMacro(m, STATX_MTIME)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18403|      2|    if (PyModule_AddIntMacro(m, STATX_CTIME)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18404|      2|    if (PyModule_AddIntMacro(m, STATX_INO)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18405|      2|    if (PyModule_AddIntMacro(m, STATX_SIZE)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18406|      2|    if (PyModule_AddIntMacro(m, STATX_BLOCKS)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18407|      2|    if (PyModule_AddIntMacro(m, STATX_BASIC_STATS)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18408|      2|    if (PyModule_AddIntMacro(m, STATX_BTIME)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18409|       |#ifdef STATX_MNT_ID
18410|       |    if (PyModule_AddIntMacro(m, STATX_MNT_ID)) return -1;
18411|       |#endif
18412|       |#ifdef STATX_DIOALIGN
18413|       |    if (PyModule_AddIntMacro(m, STATX_DIOALIGN)) return -1;
18414|       |#endif
18415|       |#ifdef STATX_MNT_ID_UNIQUE
18416|       |    if (PyModule_AddIntMacro(m, STATX_MNT_ID_UNIQUE)) return -1;
18417|       |#endif
18418|       |#ifdef STATX_SUBVOL
18419|       |    if (PyModule_AddIntMacro(m, STATX_SUBVOL)) return -1;
18420|       |#endif
18421|       |#ifdef STATX_WRITE_ATOMIC
18422|       |    if (PyModule_AddIntMacro(m, STATX_WRITE_ATOMIC)) return -1;
18423|       |#endif
18424|       |#ifdef STATX_DIO_READ_ALIGN
18425|       |    if (PyModule_AddIntMacro(m, STATX_DIO_READ_ALIGN)) return -1;
18426|       |#endif
18427|       |    /* STATX_ALL intentionally omitted because it is deprecated */
18428|      2|    if (PyModule_AddIntMacro(m, AT_STATX_SYNC_AS_STAT)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18429|      2|    if (PyModule_AddIntMacro(m, AT_STATX_FORCE_SYNC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18430|      2|    if (PyModule_AddIntMacro(m, AT_STATX_DONT_SYNC)) return -1;
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  |  |  ------------------
  |  |  |  Branch (47:36): [True: 0, False: 2]
  |  |  ------------------
  ------------------
18431|       |    /* STATX_ATTR_* constants are in the stat module */
18432|      2|#endif /* HAVE_STATX */
18433|       |
18434|       |#if defined(__APPLE__)
18435|       |    if (PyModule_AddIntConstant(m, "_COPYFILE_DATA", COPYFILE_DATA)) return -1;
18436|       |    if (PyModule_AddIntConstant(m, "_COPYFILE_STAT", COPYFILE_STAT)) return -1;
18437|       |    if (PyModule_AddIntConstant(m, "_COPYFILE_ACL", COPYFILE_ACL)) return -1;
18438|       |    if (PyModule_AddIntConstant(m, "_COPYFILE_XATTR", COPYFILE_XATTR)) return -1;
18439|       |#endif
18440|       |
18441|       |#ifdef MS_WINDOWS
18442|       |    if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_DEFAULT_DIRS", LOAD_LIBRARY_SEARCH_DEFAULT_DIRS)) return -1;
18443|       |    if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_APPLICATION_DIR", LOAD_LIBRARY_SEARCH_APPLICATION_DIR)) return -1;
18444|       |    if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_SYSTEM32", LOAD_LIBRARY_SEARCH_SYSTEM32)) return -1;
18445|       |    if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_USER_DIRS", LOAD_LIBRARY_SEARCH_USER_DIRS)) return -1;
18446|       |    if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR", LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR)) return -1;
18447|       |#endif
18448|       |
18449|      2|    return 0;
18450|      2|}
posixmodule.c:setup_confname_tables:
15142|      2|{
15143|      2|#if defined(HAVE_FPATHCONF) || defined(HAVE_PATHCONF)
15144|      2|    if (setup_confname_table(posix_constants_pathconf,
  ------------------
  |  Branch (15144:9): [True: 0, False: 2]
  ------------------
15145|      2|                             sizeof(posix_constants_pathconf)
15146|      2|                               / sizeof(struct constdef),
15147|      2|                             "pathconf_names", module))
15148|      0|        return -1;
15149|      2|#endif
15150|      2|#ifdef HAVE_CONFSTR
15151|      2|    if (setup_confname_table(posix_constants_confstr,
  ------------------
  |  Branch (15151:9): [True: 0, False: 2]
  ------------------
15152|      2|                             sizeof(posix_constants_confstr)
15153|      2|                               / sizeof(struct constdef),
15154|      2|                             "confstr_names", module))
15155|      0|        return -1;
15156|      2|#endif
15157|      2|#ifdef HAVE_SYSCONF
15158|      2|    if (setup_confname_table(posix_constants_sysconf,
  ------------------
  |  Branch (15158:9): [True: 0, False: 2]
  ------------------
15159|      2|                             sizeof(posix_constants_sysconf)
15160|      2|                               / sizeof(struct constdef),
15161|      2|                             "sysconf_names", module))
15162|      0|        return -1;
15163|      2|#endif
15164|      2|    return 0;
15165|      2|}
posixmodule.c:setup_confname_table:
15122|      6|{
15123|      6|    PyObject *d = PyDict_New();
15124|      6|    if (d == NULL)
  ------------------
  |  Branch (15124:9): [True: 0, False: 6]
  ------------------
15125|      0|        return -1;
15126|       |
15127|    368|    for (size_t i=0; i < tablesize; ++i) {
  ------------------
  |  Branch (15127:22): [True: 362, False: 6]
  ------------------
15128|    362|        PyObject *o = PyLong_FromLong(table[i].value);
15129|    362|        if (o == NULL || PyDict_SetItemString(d, table[i].name, o) == -1) {
  ------------------
  |  Branch (15129:13): [True: 0, False: 362]
  |  Branch (15129:26): [True: 0, False: 362]
  ------------------
15130|      0|            Py_XDECREF(o);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
15131|      0|            Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
15132|      0|            return -1;
15133|      0|        }
15134|    362|        Py_DECREF(o);
  ------------------
  |  |  430|    362|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    362|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    362|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
15135|    362|    }
15136|      6|    return PyModule_Add(module, tablename, d);
15137|      6|}
posixmodule.c:fd_specified:
 1607|      2|{
 1608|      2|    if (fd == -1)
  ------------------
  |  Branch (1608:9): [True: 2, False: 0]
  ------------------
 1609|      2|        return 0;
 1610|       |
 1611|      0|    argument_unavailable_error(function_name, "fd");
 1612|      0|    return 1;
 1613|      2|}
posixmodule.c:dir_fd_unavailable:
 1593|      2|{
 1594|      2|    int dir_fd;
 1595|      2|    if (!dir_fd_converter(o, &dir_fd))
  ------------------
  |  Branch (1595:9): [True: 0, False: 2]
  ------------------
 1596|      0|        return 0;
 1597|      2|    if (dir_fd != DEFAULT_DIR_FD) {
  ------------------
  |  | 1138|      2|#define DEFAULT_DIR_FD (int)AT_FDCWD
  ------------------
  |  Branch (1597:9): [True: 0, False: 2]
  ------------------
 1598|      0|        argument_unavailable_error(NULL, "dir_fd");
 1599|      0|        return 0;
 1600|      0|    }
 1601|      2|    *(int *)p = dir_fd;
 1602|      2|    return 1;
 1603|      2|}
posixmodule.c:probe_faccessat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_fchmodat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_fchownat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_fdopendir:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_fstatat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_futimens:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_linkat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_mkdirat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_mkfifoat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_mknodat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_openat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_readlinkat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_renameat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_symlinkat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_unlinkat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_utimensat:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:probe_ptsname_r:
18456|      2|   {                      \
18457|      2|      if (test) {        \
  ------------------
  |  Branch (18457:11): [True: 2, Folded]
  ------------------
18458|      2|          return 1;       \
18459|      2|      } else {            \
18460|      0|          return 0;       \
18461|      0|      }                   \
18462|      2|   }
posixmodule.c:_posix_traverse:
 2613|      4|{
 2614|      4|    _posixstate *state = get_posix_state(module);
 2615|      4|    Py_VISIT(state->billion);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2616|      4|    Py_VISIT(state->DirEntryType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2617|      4|    Py_VISIT(state->ScandirIteratorType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2618|      4|#if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM)
 2619|      4|    Py_VISIT(state->SchedParamType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2620|      4|#endif
 2621|      4|    Py_VISIT(state->StatResultType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2622|      4|#ifdef HAVE_STATX
 2623|      4|    Py_VISIT(state->StatxResultType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2624|      4|#endif
 2625|      4|    Py_VISIT(state->StatVFSResultType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2626|      4|    Py_VISIT(state->TerminalSizeType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2627|      4|    Py_VISIT(state->TimesResultType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2628|      4|    Py_VISIT(state->UnameResultType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2629|      4|#if defined(HAVE_WAITID)
 2630|      4|    Py_VISIT(state->WaitidResultType);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2631|      4|#endif
 2632|      4|#if defined(HAVE_WAIT3) || defined(HAVE_WAIT4)
 2633|      4|    Py_VISIT(state->struct_rusage);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2634|      4|#endif
 2635|      4|    Py_VISIT(state->st_mode);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2636|      4|    return 0;
 2637|      4|}

PyErr_CheckSignals:
 1766|  1.92k|{
 1767|  1.92k|    PyThreadState *tstate = _PyThreadState_GET();
 1768|       |
 1769|       |    /* Opportunistically check if the GC is scheduled to run and run it
 1770|       |       if we have a request. This is done here because native code needs
 1771|       |       to call this API if is going to run for some time without executing
 1772|       |       Python code to ensure signals are handled. Checking for the GC here
 1773|       |       allows long running native code to clean cycles created using the C-API
 1774|       |       even if it doesn't run the evaluation loop */
 1775|  1.92k|    uintptr_t breaker = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
 1776|  1.92k|    if (breaker & _PY_GC_SCHEDULED_BIT) {
  ------------------
  |  |  350|  1.92k|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
  |  Branch (1776:9): [True: 0, False: 1.92k]
  ------------------
 1777|      0|        _Py_unset_eval_breaker_bit(tstate, _PY_GC_SCHEDULED_BIT);
  ------------------
  |  |  350|      0|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
 1778|      0|        _Py_RunGC(tstate);
 1779|      0|    }
 1780|  1.92k|    if (breaker & _PY_ASYNC_EXCEPTION_BIT) {
  ------------------
  |  |  349|  1.92k|#define _PY_ASYNC_EXCEPTION_BIT (1U << 3)
  ------------------
  |  Branch (1780:9): [True: 0, False: 1.92k]
  ------------------
 1781|      0|        if (_PyEval_RaiseAsyncExc(tstate) < 0) {
  ------------------
  |  Branch (1781:13): [True: 0, False: 0]
  ------------------
 1782|      0|            return -1;
 1783|      0|        }
 1784|      0|    }
 1785|       |
 1786|  1.92k|#if defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
 1787|  1.92k|    _PyRunRemoteDebugger(tstate);
 1788|  1.92k|#endif
 1789|       |
 1790|  1.92k|    if (_Py_ThreadCanHandleSignals(tstate->interp)) {
  ------------------
  |  Branch (1790:9): [True: 1.92k, False: 0]
  ------------------
 1791|  1.92k|        if (_PyErr_CheckSignalsTstate(tstate) < 0) {
  ------------------
  |  Branch (1791:13): [True: 0, False: 1.92k]
  ------------------
 1792|      0|            return -1;
 1793|      0|        }
 1794|  1.92k|    }
 1795|       |
 1796|  1.92k|    return 0;
 1797|  1.92k|}
_PyErr_CheckSignalsTstate:
 1803|  1.92k|{
 1804|  1.92k|    _Py_CHECK_EMSCRIPTEN_SIGNALS();
 1805|  1.92k|    if (!_Py_atomic_load_int(&is_tripped)) {
  ------------------
  |  |  108|  1.92k|#define is_tripped _PyRuntime.signals.is_tripped
  ------------------
  |  Branch (1805:9): [True: 1.92k, False: 0]
  ------------------
 1806|  1.92k|        return 0;
 1807|  1.92k|    }
 1808|       |
 1809|       |    /*
 1810|       |     * The is_tripped variable is meant to speed up the calls to
 1811|       |     * PyErr_CheckSignals (both directly or via pending calls) when no
 1812|       |     * signal has arrived. This variable is set to 1 when a signal arrives
 1813|       |     * and it is set to 0 here, when we know some signals arrived. This way
 1814|       |     * we can run the registered handlers with no signals blocked.
 1815|       |     *
 1816|       |     * NOTE: with this approach we can have a situation where is_tripped is
 1817|       |     *       1 but we have no more signals to handle (Handlers[i].tripped
 1818|       |     *       is 0 for every signal i). This won't do us any harm (except
 1819|       |     *       we're gonna spent some cycles for nothing). This happens when
 1820|       |     *       we receive a signal i after we zero is_tripped and before we
 1821|       |     *       check Handlers[i].tripped.
 1822|       |     */
 1823|      0|    _Py_atomic_store_int(&is_tripped, 0);
  ------------------
  |  |  108|      0|#define is_tripped _PyRuntime.signals.is_tripped
  ------------------
 1824|       |
 1825|      0|    _PyInterpreterFrame *frame = _PyThreadState_GetFrame(tstate);
 1826|      0|    signal_state_t *state = &signal_global_state;
  ------------------
  |  |  112|      0|#define signal_global_state _PyRuntime.signals
  ------------------
 1827|      0|    for (int i = 1; i < Py_NSIG; i++) {
  ------------------
  |  |   26|      0|#  define Py_NSIG NSIG
  ------------------
  |  Branch (1827:21): [True: 0, False: 0]
  ------------------
 1828|      0|        if (!_Py_atomic_load_int_relaxed(&Handlers[i].tripped)) {
  ------------------
  |  |  106|      0|#define Handlers _PyRuntime.signals.handlers
  ------------------
  |  Branch (1828:13): [True: 0, False: 0]
  ------------------
 1829|      0|            continue;
 1830|      0|        }
 1831|      0|        _Py_atomic_store_int_relaxed(&Handlers[i].tripped, 0);
  ------------------
  |  |  106|      0|#define Handlers _PyRuntime.signals.handlers
  ------------------
 1832|       |
 1833|       |        /* Signal handlers can be modified while a signal is received,
 1834|       |         * and therefore the fact that trip_signal() or PyErr_SetInterrupt()
 1835|       |         * was called doesn't guarantee that there is still a Python
 1836|       |         * signal handler for it by the time PyErr_CheckSignals() is called
 1837|       |         * (see bpo-43406).
 1838|       |         */
 1839|      0|        PyObject *func = get_handler(i);
 1840|      0|        if (func == NULL || func == Py_None ||
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1840:13): [True: 0, False: 0]
  |  Branch (1840:29): [True: 0, False: 0]
  ------------------
 1841|      0|            compare_handler(func, state->ignore_handler) ||
  ------------------
  |  Branch (1841:13): [True: 0, False: 0]
  ------------------
 1842|      0|            compare_handler(func, state->default_handler)) {
  ------------------
  |  Branch (1842:13): [True: 0, False: 0]
  ------------------
 1843|       |            /* No Python signal handler due to aforementioned race condition.
 1844|       |             * We can't call raise() as it would break the assumption
 1845|       |             * that PyErr_SetInterrupt() only *simulates* an incoming
 1846|       |             * signal (i.e. it will never kill the process).
 1847|       |             * We also don't want to interrupt user code with a cryptic
 1848|       |             * asynchronous exception, so instead just write out an
 1849|       |             * unraisable error.
 1850|       |             */
 1851|      0|            PyErr_Format(PyExc_OSError,
 1852|      0|                         "Signal %i ignored due to race condition",
 1853|      0|                         i);
 1854|      0|            PyErr_FormatUnraisable("Exception ignored while "
 1855|      0|                                   "calling signal handler");
 1856|      0|            continue;
 1857|      0|        }
 1858|      0|        PyObject *arglist = NULL;
 1859|      0|        if (frame == NULL) {
  ------------------
  |  Branch (1859:13): [True: 0, False: 0]
  ------------------
 1860|      0|            arglist = Py_BuildValue("(iO)", i, Py_None);
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1861|      0|        }
 1862|      0|        else {
 1863|      0|            PyFrameObject *f = _PyFrame_GetFrameObject(frame);
 1864|      0|            if (f != NULL) {
  ------------------
  |  Branch (1864:17): [True: 0, False: 0]
  ------------------
 1865|      0|                arglist = Py_BuildValue("(iO)", i, f);
 1866|      0|            }
 1867|      0|        }
 1868|      0|        PyObject *result;
 1869|      0|        if (arglist) {
  ------------------
  |  Branch (1869:13): [True: 0, False: 0]
  ------------------
 1870|      0|            result = _PyObject_Call(tstate, func, arglist, NULL);
 1871|      0|            Py_DECREF(arglist);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1872|      0|        }
 1873|      0|        else {
 1874|      0|            result = NULL;
 1875|      0|        }
 1876|      0|        if (!result) {
  ------------------
  |  Branch (1876:13): [True: 0, False: 0]
  ------------------
 1877|       |            /* On error, re-schedule a call to _PyErr_CheckSignalsTstate() */
 1878|      0|            _Py_atomic_store_int(&is_tripped, 1);
  ------------------
  |  |  108|      0|#define is_tripped _PyRuntime.signals.is_tripped
  ------------------
 1879|      0|            return -1;
 1880|      0|        }
 1881|       |
 1882|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1883|      0|    }
 1884|       |
 1885|      0|    return 0;
 1886|      0|}
_PySignal_Init:
 1973|      2|{
 1974|      2|    signal_state_t *state = &signal_global_state;
  ------------------
  |  |  112|      2|#define signal_global_state _PyRuntime.signals
  ------------------
 1975|       |
 1976|      2|    state->default_handler = PyLong_FromVoidPtr((void *)SIG_DFL);
 1977|      2|    if (state->default_handler == NULL) {
  ------------------
  |  Branch (1977:9): [True: 0, False: 2]
  ------------------
 1978|      0|        return -1;
 1979|      0|    }
 1980|       |
 1981|      2|    state->ignore_handler = PyLong_FromVoidPtr((void *)SIG_IGN);
 1982|      2|    if (state->ignore_handler == NULL) {
  ------------------
  |  Branch (1982:9): [True: 0, False: 2]
  ------------------
 1983|      0|        return -1;
 1984|      0|    }
 1985|       |
 1986|       |#ifdef MS_WINDOWS
 1987|       |    /* Create manual-reset event, initially unset */
 1988|       |    state->sigint_event = (void *)CreateEvent(NULL, TRUE, FALSE, FALSE);
 1989|       |    if (state->sigint_event == NULL) {
 1990|       |        PyErr_SetFromWindowsErr(0);
 1991|       |        return -1;
 1992|       |    }
 1993|       |#endif
 1994|       |
 1995|    130|    for (int signum = 1; signum < Py_NSIG; signum++) {
  ------------------
  |  |   26|    130|#  define Py_NSIG NSIG
  ------------------
  |  Branch (1995:26): [True: 128, False: 2]
  ------------------
 1996|    128|        _Py_atomic_store_int_relaxed(&Handlers[signum].tripped, 0);
  ------------------
  |  |  106|    128|#define Handlers _PyRuntime.signals.handlers
  ------------------
 1997|    128|    }
 1998|       |
 1999|      2|    if (install_signal_handlers) {
  ------------------
  |  Branch (1999:9): [True: 0, False: 2]
  ------------------
 2000|      0|        if (signal_install_handlers() < 0) {
  ------------------
  |  Branch (2000:13): [True: 0, False: 0]
  ------------------
 2001|      0|            return -1;
 2002|      0|        }
 2003|      0|    }
 2004|       |
 2005|      2|    return 0;
 2006|      2|}

PyInit_time:
 2209|      2|{
 2210|      2|    return PyModuleDef_Init(&timemodule);
 2211|      2|}
timemodule.c:get_time_state:
   92|      6|{
   93|      6|    void *state = _PyModule_GetState(module);
   94|      6|    assert(state != NULL);
  ------------------
  |  Branch (94:5): [True: 6, False: 0]
  ------------------
   95|      6|    return (time_module_state *)state;
   96|      6|}
timemodule.c:init_timezone:
 1783|      2|{
 1784|      2|#define ADD_INT(NAME, VALUE) do {                       \
 1785|      2|    if (PyModule_AddIntConstant(m, NAME, VALUE) < 0) {  \
 1786|      2|        return -1;                                      \
 1787|      2|    }                                                   \
 1788|      2|} while (0)
 1789|       |
 1790|      2|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (1790:5): [True: 2, False: 0]
  ------------------
 1791|       |
 1792|       |    /* This code moved from PyInit_time wholesale to allow calling it from
 1793|       |    time_tzset. In the future, some parts of it can be moved back
 1794|       |    (for platforms that don't HAVE_WORKING_TZSET, when we know what they
 1795|       |    are), and the extraneous calls to tzset(3) should be removed.
 1796|       |    I haven't done this yet, as I don't want to change this code as
 1797|       |    little as possible when introducing the time.tzset and time.tzsetwall
 1798|       |    methods. This should simply be a method of doing the following once,
 1799|       |    at the top of this function and removing the call to tzset() from
 1800|       |    time_tzset():
 1801|       |
 1802|       |        #ifdef HAVE_TZSET
 1803|       |        tzset()
 1804|       |        #endif
 1805|       |
 1806|       |    And I'm lazy and hate C so nyer.
 1807|       |     */
 1808|       |#ifdef HAVE_DECL_TZNAME
 1809|       |    PyObject *otz0, *otz1;
 1810|       |#if !defined(MS_WINDOWS) || defined(MS_WINDOWS_DESKTOP) || defined(MS_WINDOWS_SYSTEM)
 1811|       |    tzset();
 1812|       |#endif
 1813|       |    ADD_INT("timezone", _Py_timezone);
 1814|       |#ifdef HAVE_ALTZONE
 1815|       |    ADD_INT("altzone", altzone);
 1816|       |#else
 1817|       |    ADD_INT("altzone", _Py_timezone-3600);
 1818|       |#endif
 1819|       |    ADD_INT("daylight", _Py_daylight);
 1820|       |#ifdef MS_WINDOWS
 1821|       |    TIME_ZONE_INFORMATION tzinfo = {0};
 1822|       |    GetTimeZoneInformation(&tzinfo);
 1823|       |    otz0 = PyUnicode_FromWideChar(tzinfo.StandardName, -1);
 1824|       |    if (otz0 == NULL) {
 1825|       |        return -1;
 1826|       |    }
 1827|       |    otz1 = PyUnicode_FromWideChar(tzinfo.DaylightName, -1);
 1828|       |    if (otz1 == NULL) {
 1829|       |        Py_DECREF(otz0);
 1830|       |        return -1;
 1831|       |    }
 1832|       |#else
 1833|       |    otz0 = PyUnicode_DecodeLocale(_Py_tzname[0], "surrogateescape");
 1834|       |    if (otz0 == NULL) {
 1835|       |        return -1;
 1836|       |    }
 1837|       |    otz1 = PyUnicode_DecodeLocale(_Py_tzname[1], "surrogateescape");
 1838|       |    if (otz1 == NULL) {
 1839|       |        Py_DECREF(otz0);
 1840|       |        return -1;
 1841|       |    }
 1842|       |#endif // MS_WINDOWS
 1843|       |    if (PyModule_Add(m, "tzname", Py_BuildValue("(NN)", otz0, otz1)) < 0) {
 1844|       |        return -1;
 1845|       |    }
 1846|       |#else // !HAVE_DECL_TZNAME
 1847|      2|    static const time_t YEAR = (365 * 24 + 6) * 3600;
 1848|      2|    time_t t;
 1849|      2|    struct tm p;
 1850|      2|    time_t janzone_t, julyzone_t;
 1851|      2|    char janname[10], julyname[10];
 1852|      2|    t = (time((time_t *)0) / YEAR) * YEAR;
 1853|      2|    _PyTime_localtime(t, &p);
 1854|      2|    get_zone(janname, 9, &p);
 1855|      2|    janzone_t = -get_gmtoff(t, &p);
 1856|      2|    janname[9] = '\0';
 1857|      2|    t += YEAR/2;
 1858|      2|    _PyTime_localtime(t, &p);
 1859|      2|    get_zone(julyname, 9, &p);
 1860|      2|    julyzone_t = -get_gmtoff(t, &p);
 1861|      2|    julyname[9] = '\0';
 1862|       |
 1863|       |    /* Sanity check, don't check for the validity of timezones.
 1864|       |       In practice, it should be more in range -12 hours .. +14 hours. */
 1865|      2|#define MAX_TIMEZONE (48 * 3600)
 1866|      2|    if (janzone_t < -MAX_TIMEZONE || janzone_t > MAX_TIMEZONE
  ------------------
  |  | 1865|      4|#define MAX_TIMEZONE (48 * 3600)
  ------------------
                  if (janzone_t < -MAX_TIMEZONE || janzone_t > MAX_TIMEZONE
  ------------------
  |  | 1865|      4|#define MAX_TIMEZONE (48 * 3600)
  ------------------
  |  Branch (1866:9): [True: 0, False: 2]
  |  Branch (1866:38): [True: 0, False: 2]
  ------------------
 1867|      2|        || julyzone_t < -MAX_TIMEZONE || julyzone_t > MAX_TIMEZONE)
  ------------------
  |  | 1865|      4|#define MAX_TIMEZONE (48 * 3600)
  ------------------
                      || julyzone_t < -MAX_TIMEZONE || julyzone_t > MAX_TIMEZONE)
  ------------------
  |  | 1865|      2|#define MAX_TIMEZONE (48 * 3600)
  ------------------
  |  Branch (1867:12): [True: 0, False: 2]
  |  Branch (1867:42): [True: 0, False: 2]
  ------------------
 1868|      0|    {
 1869|      0|        PyErr_SetString(PyExc_RuntimeError, "invalid GMT offset");
 1870|      0|        return -1;
 1871|      0|    }
 1872|      2|    int janzone = (int)janzone_t;
 1873|      2|    int julyzone = (int)julyzone_t;
 1874|       |
 1875|      2|    PyObject *tzname_obj;
 1876|      2|    if (janzone < julyzone) {
  ------------------
  |  Branch (1876:9): [True: 0, False: 2]
  ------------------
 1877|       |        /* DST is reversed in the southern hemisphere */
 1878|      0|        ADD_INT("timezone", julyzone);
  ------------------
  |  | 1784|      0|#define ADD_INT(NAME, VALUE) do {                       \
  |  | 1785|      0|    if (PyModule_AddIntConstant(m, NAME, VALUE) < 0) {  \
  |  |  ------------------
  |  |  |  Branch (1785:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1786|      0|        return -1;                                      \
  |  | 1787|      0|    }                                                   \
  |  | 1788|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1788:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1879|      0|        ADD_INT("altzone", janzone);
  ------------------
  |  | 1784|      0|#define ADD_INT(NAME, VALUE) do {                       \
  |  | 1785|      0|    if (PyModule_AddIntConstant(m, NAME, VALUE) < 0) {  \
  |  |  ------------------
  |  |  |  Branch (1785:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1786|      0|        return -1;                                      \
  |  | 1787|      0|    }                                                   \
  |  | 1788|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1788:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1880|      0|        ADD_INT("daylight", janzone != julyzone);
  ------------------
  |  | 1784|      0|#define ADD_INT(NAME, VALUE) do {                       \
  |  | 1785|      0|    if (PyModule_AddIntConstant(m, NAME, VALUE) < 0) {  \
  |  |  ------------------
  |  |  |  Branch (1785:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1786|      0|        return -1;                                      \
  |  | 1787|      0|    }                                                   \
  |  | 1788|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1788:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1881|      0|        tzname_obj = Py_BuildValue("(zz)", julyname, janname);
 1882|      2|    } else {
 1883|      2|        ADD_INT("timezone", janzone);
  ------------------
  |  | 1784|      2|#define ADD_INT(NAME, VALUE) do {                       \
  |  | 1785|      2|    if (PyModule_AddIntConstant(m, NAME, VALUE) < 0) {  \
  |  |  ------------------
  |  |  |  Branch (1785:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 1786|      0|        return -1;                                      \
  |  | 1787|      0|    }                                                   \
  |  | 1788|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (1788:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1884|      2|        ADD_INT("altzone", julyzone);
  ------------------
  |  | 1784|      2|#define ADD_INT(NAME, VALUE) do {                       \
  |  | 1785|      2|    if (PyModule_AddIntConstant(m, NAME, VALUE) < 0) {  \
  |  |  ------------------
  |  |  |  Branch (1785:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 1786|      0|        return -1;                                      \
  |  | 1787|      0|    }                                                   \
  |  | 1788|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (1788:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1885|      2|        ADD_INT("daylight", janzone != julyzone);
  ------------------
  |  | 1784|      2|#define ADD_INT(NAME, VALUE) do {                       \
  |  | 1785|      2|    if (PyModule_AddIntConstant(m, NAME, VALUE) < 0) {  \
  |  |  ------------------
  |  |  |  Branch (1785:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 1786|      0|        return -1;                                      \
  |  | 1787|      0|    }                                                   \
  |  | 1788|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (1788:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1886|      2|        tzname_obj = Py_BuildValue("(zz)", janname, julyname);
 1887|      2|    }
 1888|      2|    if (PyModule_Add(m, "tzname", tzname_obj) < 0) {
  ------------------
  |  Branch (1888:9): [True: 0, False: 2]
  ------------------
 1889|      0|        return -1;
 1890|      0|    }
 1891|      2|#endif // !HAVE_DECL_TZNAME
 1892|      2|#undef ADD_INT
 1893|       |
 1894|      2|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1894:9): [True: 0, False: 2]
  ------------------
 1895|      0|        return -1;
 1896|      0|    }
 1897|      2|    return 0;
 1898|      2|}
timemodule.c:get_zone:
 1761|      4|{
 1762|      4|#ifdef HAVE_STRUCT_TM_TM_ZONE
 1763|      4|    strncpy(zone, p->tm_zone ? p->tm_zone : "   ", n);
  ------------------
  |  Branch (1763:19): [True: 4, False: 0]
  ------------------
 1764|       |#else
 1765|       |    tzset();
 1766|       |    strftime(zone, n, "%Z", p);
 1767|       |#endif
 1768|      4|}
timemodule.c:get_gmtoff:
 1772|      4|{
 1773|      4|#ifdef HAVE_STRUCT_TM_TM_ZONE
 1774|      4|    return p->tm_gmtoff;
 1775|       |#else
 1776|       |    return timegm(p) - t;
 1777|       |#endif
 1778|      4|}
timemodule.c:time_exec:
 1979|      2|{
 1980|      2|    time_module_state *state = get_time_state(module);
 1981|       |#if defined(__APPLE__) && defined(HAVE_CLOCK_GETTIME)
 1982|       |    if (HAVE_CLOCK_GETTIME_RUNTIME) {
 1983|       |        /* pass: ^^^ cannot use '!' here */
 1984|       |    } else {
 1985|       |        PyObject* dct = PyModule_GetDict(module);
 1986|       |        if (dct == NULL) {
 1987|       |            return -1;
 1988|       |        }
 1989|       |
 1990|       |        if (PyDict_PopString(dct, "clock_gettime", NULL) < 0) {
 1991|       |            return -1;
 1992|       |        }
 1993|       |        if (PyDict_PopString(dct, "clock_gettime_ns", NULL) < 0) {
 1994|       |            return -1;
 1995|       |        }
 1996|       |        if (PyDict_PopString(dct, "clock_settime", NULL) < 0) {
 1997|       |            return -1;
 1998|       |        }
 1999|       |        if (PyDict_PopString(dct, "clock_settime_ns", NULL) < 0) {
 2000|       |            return -1;
 2001|       |        }
 2002|       |        if (PyDict_PopString(dct, "clock_getres", NULL) < 0) {
 2003|       |            return -1;
 2004|       |        }
 2005|       |    }
 2006|       |#endif
 2007|       |#if defined(__APPLE__) && defined(HAVE_THREAD_TIME)
 2008|       |    if (HAVE_CLOCK_GETTIME_RUNTIME) {
 2009|       |        /* pass: ^^^ cannot use '!' here */
 2010|       |    } else {
 2011|       |        PyObject* dct = PyModule_GetDict(module);
 2012|       |
 2013|       |        if (PyDict_PopString(dct, "thread_time", NULL) < 0) {
 2014|       |            return -1;
 2015|       |        }
 2016|       |        if (PyDict_PopString(dct, "thread_time_ns", NULL) < 0) {
 2017|       |            return -1;
 2018|       |        }
 2019|       |    }
 2020|       |#endif
 2021|       |    /* Set, or reset, module variables like time.timezone */
 2022|      2|    if (init_timezone(module) < 0) {
  ------------------
  |  Branch (2022:9): [True: 0, False: 2]
  ------------------
 2023|      0|        return -1;
 2024|      0|    }
 2025|       |
 2026|      2|#if defined(HAVE_CLOCK_GETTIME) || defined(HAVE_CLOCK_SETTIME) || defined(HAVE_CLOCK_GETRES)
 2027|      2|    if (HAVE_CLOCK_GETTIME_RUNTIME) {
  ------------------
  |  |   60|      2|#  define HAVE_CLOCK_GETTIME_RUNTIME 1
  |  |  ------------------
  |  |  |  Branch (60:38): [True: 2, Folded]
  |  |  ------------------
  ------------------
 2028|       |
 2029|      2|#ifdef CLOCK_REALTIME
 2030|      2|        if (PyModule_AddIntMacro(module, CLOCK_REALTIME) < 0) {
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  ------------------
  |  Branch (2030:13): [True: 0, False: 2]
  ------------------
 2031|      0|            return -1;
 2032|      0|        }
 2033|      2|#endif
 2034|      2|#ifdef CLOCK_MONOTONIC
 2035|      2|        if (PyModule_AddIntMacro(module, CLOCK_MONOTONIC) < 0) {
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  ------------------
  |  Branch (2035:13): [True: 0, False: 2]
  ------------------
 2036|      0|            return -1;
 2037|      0|        }
 2038|      2|#endif
 2039|      2|#ifdef CLOCK_MONOTONIC_RAW
 2040|      2|        if (PyModule_AddIntMacro(module, CLOCK_MONOTONIC_RAW) < 0) {
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  ------------------
  |  Branch (2040:13): [True: 0, False: 2]
  ------------------
 2041|      0|            return -1;
 2042|      0|        }
 2043|      2|#endif
 2044|       |#ifdef CLOCK_HIGHRES
 2045|       |        if (PyModule_AddIntMacro(module, CLOCK_HIGHRES) < 0) {
 2046|       |            return -1;
 2047|       |        }
 2048|       |#endif
 2049|      2|#ifdef CLOCK_PROCESS_CPUTIME_ID
 2050|      2|        if (PyModule_AddIntMacro(module, CLOCK_PROCESS_CPUTIME_ID) < 0) {
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  ------------------
  |  Branch (2050:13): [True: 0, False: 2]
  ------------------
 2051|      0|            return -1;
 2052|      0|        }
 2053|      2|#endif
 2054|      2|#ifdef CLOCK_THREAD_CPUTIME_ID
 2055|      2|        if (PyModule_AddIntMacro(module, CLOCK_THREAD_CPUTIME_ID) < 0) {
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  ------------------
  |  Branch (2055:13): [True: 0, False: 2]
  ------------------
 2056|      0|            return -1;
 2057|      0|        }
 2058|      2|#endif
 2059|       |#ifdef CLOCK_PROF
 2060|       |        if (PyModule_AddIntMacro(module, CLOCK_PROF) < 0) {
 2061|       |            return -1;
 2062|       |        }
 2063|       |#endif
 2064|      2|#ifdef CLOCK_BOOTTIME
 2065|      2|        if (PyModule_AddIntMacro(module, CLOCK_BOOTTIME) < 0) {
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  ------------------
  |  Branch (2065:13): [True: 0, False: 2]
  ------------------
 2066|      0|            return -1;
 2067|      0|        }
 2068|      2|#endif
 2069|      2|#ifdef CLOCK_TAI
 2070|      2|        if (PyModule_AddIntMacro(module, CLOCK_TAI) < 0) {
  ------------------
  |  |   47|      2|#define PyModule_AddIntMacro(m, c) PyModule_AddIntConstant((m), #c, (c))
  ------------------
  |  Branch (2070:13): [True: 0, False: 2]
  ------------------
 2071|      0|            return -1;
 2072|      0|        }
 2073|      2|#endif
 2074|       |#ifdef CLOCK_UPTIME
 2075|       |        if (PyModule_AddIntMacro(module, CLOCK_UPTIME) < 0) {
 2076|       |            return -1;
 2077|       |        }
 2078|       |#endif
 2079|       |#ifdef CLOCK_UPTIME_RAW
 2080|       |        if (PyModule_AddIntMacro(module, CLOCK_UPTIME_RAW) < 0) {
 2081|       |            return -1;
 2082|       |        }
 2083|       |#endif
 2084|       |#ifdef CLOCK_MONOTONIC_RAW_APPROX
 2085|       |        if (PyModule_AddIntMacro(module, CLOCK_MONOTONIC_RAW_APPROX) < 0) {
 2086|       |            return -1;
 2087|       |        }
 2088|       |#endif
 2089|       |#ifdef CLOCK_UPTIME_RAW_APPROX
 2090|       |        if (PyModule_AddIntMacro(module, CLOCK_UPTIME_RAW_APPROX) < 0) {
 2091|       |            return -1;
 2092|       |        }
 2093|       |#endif
 2094|      2|    }
 2095|       |
 2096|      2|#endif  /* defined(HAVE_CLOCK_GETTIME) || defined(HAVE_CLOCK_SETTIME) || defined(HAVE_CLOCK_GETRES) */
 2097|       |
 2098|      2|    if (PyModule_AddIntConstant(module, "_STRUCT_TM_ITEMS", 11)) {
  ------------------
  |  Branch (2098:9): [True: 0, False: 2]
  ------------------
 2099|      0|        return -1;
 2100|      0|    }
 2101|       |
 2102|       |    // struct_time type
 2103|      2|    state->struct_time_type = PyStructSequence_NewType(&struct_time_type_desc);
 2104|      2|    if (state->struct_time_type == NULL) {
  ------------------
  |  Branch (2104:9): [True: 0, False: 2]
  ------------------
 2105|      0|        return -1;
 2106|      0|    }
 2107|      2|    if (PyModule_AddType(module, state->struct_time_type)) {
  ------------------
  |  Branch (2107:9): [True: 0, False: 2]
  ------------------
 2108|      0|        return -1;
 2109|      0|    }
 2110|       |
 2111|       |#if defined(__linux__) && !defined(__GLIBC__)
 2112|       |    struct tm tm;
 2113|       |    const time_t zero = 0;
 2114|       |    if (gmtime_r(&zero, &tm) != NULL)
 2115|       |        utc_string = tm.tm_zone;
 2116|       |#endif
 2117|       |
 2118|       |#if defined(MS_WINDOWS)
 2119|       |    if (timer_flags == (DWORD)-1) {
 2120|       |        DWORD test_flags = CREATE_WAITABLE_TIMER_HIGH_RESOLUTION;
 2121|       |        HANDLE timer = CreateWaitableTimerExW(NULL, NULL, test_flags,
 2122|       |                                              TIMER_ALL_ACCESS);
 2123|       |        if (timer == NULL) {
 2124|       |            // CREATE_WAITABLE_TIMER_HIGH_RESOLUTION is not supported.
 2125|       |            timer_flags = 0;
 2126|       |        }
 2127|       |        else {
 2128|       |            // CREATE_WAITABLE_TIMER_HIGH_RESOLUTION is supported.
 2129|       |            timer_flags = CREATE_WAITABLE_TIMER_HIGH_RESOLUTION;
 2130|       |            CloseHandle(timer);
 2131|       |        }
 2132|       |    }
 2133|       |#endif
 2134|       |
 2135|       |// gh-115714: Don't use times() on WASI.
 2136|      2|#if defined(HAVE_TIMES) && !defined(__wasi__)
 2137|      2|    long ticks_per_second;
 2138|      2|    if (_Py_GetTicksPerSecond(&ticks_per_second) < 0) {
  ------------------
  |  Branch (2138:9): [True: 0, False: 2]
  ------------------
 2139|      0|        PyErr_SetString(PyExc_RuntimeError,
 2140|      0|                        "cannot read ticks_per_second");
 2141|      0|        return -1;
 2142|      0|    }
 2143|      2|    if (_PyTimeFraction_Set(&state->times_base, SEC_TO_NS,
  ------------------
  |  |   64|      2|#define SEC_TO_NS (1000 * 1000 * 1000)
  ------------------
  |  Branch (2143:9): [True: 0, False: 2]
  ------------------
 2144|      2|                            ticks_per_second) < 0) {
 2145|      0|        PyErr_Format(PyExc_OverflowError, "ticks_per_second is too large");
 2146|      0|        return -1;
 2147|      0|    }
 2148|      2|#endif
 2149|       |
 2150|      2|#ifdef HAVE_CLOCK
 2151|      2|    if (_PyTimeFraction_Set(&state->clock_base, SEC_TO_NS,
  ------------------
  |  |   64|      2|#define SEC_TO_NS (1000 * 1000 * 1000)
  ------------------
  |  Branch (2151:9): [True: 0, False: 2]
  ------------------
 2152|      2|                            CLOCKS_PER_SEC) < 0) {
 2153|      0|        PyErr_Format(PyExc_OverflowError, "CLOCKS_PER_SEC is too large");
 2154|      0|        return -1;
 2155|      0|    }
 2156|      2|#endif
 2157|       |
 2158|      2|    return 0;
 2159|      2|}
timemodule.c:time_module_traverse:
 2164|      4|{
 2165|      4|    time_module_state *state = get_time_state(module);
 2166|      4|    Py_VISIT(state->struct_time_type);
  ------------------
  |  |  194|      4|    do {                                                                \
  |  |  195|      4|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 2167|      4|    return 0;
 2168|      4|}

PyObject_Type:
   45|      4|{
   46|      4|    PyObject *v;
   47|       |
   48|      4|    if (o == NULL) {
  ------------------
  |  Branch (48:9): [True: 0, False: 4]
  ------------------
   49|      0|        return null_error();
   50|      0|    }
   51|       |
   52|      4|    v = (PyObject *)Py_TYPE(o);
  ------------------
  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   53|      4|    return Py_NewRef(v);
  ------------------
  |  |  550|      4|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   54|      4|}
PyObject_Size:
   58|  1.24k|{
   59|  1.24k|    if (o == NULL) {
  ------------------
  |  Branch (59:9): [True: 0, False: 1.24k]
  ------------------
   60|      0|        null_error();
   61|      0|        return -1;
   62|      0|    }
   63|       |
   64|  1.24k|    PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence;
  ------------------
  |  |  213|  1.24k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.24k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   65|  1.24k|    if (m && m->sq_length) {
  ------------------
  |  Branch (65:9): [True: 1.24k, False: 0]
  |  Branch (65:14): [True: 1.19k, False: 54]
  ------------------
   66|  1.19k|        Py_ssize_t len = m->sq_length(o);
   67|  1.19k|        assert(_Py_CheckSlotResult(o, "__len__", len >= 0));
  ------------------
  |  Branch (67:9): [True: 1.19k, False: 0]
  ------------------
   68|  1.19k|        return len;
   69|  1.19k|    }
   70|       |
   71|     54|    return PyMapping_Size(o);
   72|  1.24k|}
_PyObject_HasLen:
   83|    100|_PyObject_HasLen(PyObject *o) {
   84|    100|    return (Py_TYPE(o)->tp_as_sequence && Py_TYPE(o)->tp_as_sequence->sq_length) ||
  ------------------
  |  |  213|    100|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return (Py_TYPE(o)->tp_as_sequence && Py_TYPE(o)->tp_as_sequence->sq_length) ||
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (84:13): [True: 0, False: 100]
  |  Branch (84:43): [True: 0, False: 0]
  ------------------
   85|    100|        (Py_TYPE(o)->tp_as_mapping && Py_TYPE(o)->tp_as_mapping->mp_length);
  ------------------
  |  |  213|    100|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      (Py_TYPE(o)->tp_as_mapping && Py_TYPE(o)->tp_as_mapping->mp_length);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (85:10): [True: 0, False: 100]
  |  Branch (85:39): [True: 0, False: 0]
  ------------------
   86|    100|}
PyObject_LengthHint:
   96|    100|{
   97|    100|    PyObject *hint, *result;
   98|    100|    Py_ssize_t res;
   99|    100|    if (_PyObject_HasLen(o)) {
  ------------------
  |  Branch (99:9): [True: 0, False: 100]
  ------------------
  100|      0|        res = PyObject_Length(o);
  ------------------
  |  |   80|      0|#define PyObject_Length PyObject_Size
  ------------------
  101|      0|        if (res < 0) {
  ------------------
  |  Branch (101:13): [True: 0, False: 0]
  ------------------
  102|      0|            PyThreadState *tstate = _PyThreadState_GET();
  103|      0|            assert(_PyErr_Occurred(tstate));
  ------------------
  |  Branch (103:13): [True: 0, False: 0]
  ------------------
  104|      0|            if (!_PyErr_ExceptionMatches(tstate, PyExc_TypeError)) {
  ------------------
  |  Branch (104:17): [True: 0, False: 0]
  ------------------
  105|      0|                return -1;
  106|      0|            }
  107|      0|            _PyErr_Clear(tstate);
  108|      0|        }
  109|      0|        else {
  110|      0|            return res;
  111|      0|        }
  112|      0|    }
  113|    100|    hint = _PyObject_LookupSpecial(o, &_Py_ID(__length_hint__));
  ------------------
  |  |  917|    100|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    100|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    100|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|    100|    if (hint == NULL) {
  ------------------
  |  Branch (114:9): [True: 27, False: 73]
  ------------------
  115|     27|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (115:13): [True: 0, False: 27]
  ------------------
  116|      0|            return -1;
  117|      0|        }
  118|     27|        return defaultvalue;
  119|     27|    }
  120|     73|    result = _PyObject_CallNoArgs(hint);
  121|     73|    Py_DECREF(hint);
  ------------------
  |  |  430|     73|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|     73|    if (result == NULL) {
  ------------------
  |  Branch (122:9): [True: 0, False: 73]
  ------------------
  123|      0|        PyThreadState *tstate = _PyThreadState_GET();
  124|      0|        if (_PyErr_ExceptionMatches(tstate, PyExc_TypeError)) {
  ------------------
  |  Branch (124:13): [True: 0, False: 0]
  ------------------
  125|      0|            _PyErr_Clear(tstate);
  126|      0|            return defaultvalue;
  127|      0|        }
  128|      0|        return -1;
  129|      0|    }
  130|     73|    else if (result == Py_NotImplemented) {
  ------------------
  |  |  640|     73|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (130:14): [True: 0, False: 73]
  ------------------
  131|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  132|      0|        return defaultvalue;
  133|      0|    }
  134|     73|    if (!PyLong_Check(result)) {
  ------------------
  |  |   13|     73|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     73|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (134:9): [True: 0, False: 73]
  ------------------
  135|      0|        PyErr_Format(PyExc_TypeError,
  136|      0|                     "%T.__length_hint__() must return an int, not %T",
  137|      0|                     o, result);
  138|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  139|      0|        return -1;
  140|      0|    }
  141|     73|    res = PyLong_AsSsize_t(result);
  142|     73|    Py_DECREF(result);
  ------------------
  |  |  430|     73|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  143|     73|    if (res < 0 && PyErr_Occurred()) {
  ------------------
  |  Branch (143:9): [True: 0, False: 73]
  |  Branch (143:20): [True: 0, False: 0]
  ------------------
  144|      0|        return -1;
  145|      0|    }
  146|     73|    if (res < 0) {
  ------------------
  |  Branch (146:9): [True: 0, False: 73]
  ------------------
  147|      0|        PyErr_Format(PyExc_ValueError,
  148|      0|                     "%T.__length_hint__() must return a non-negative int", o);
  149|      0|        return -1;
  150|      0|    }
  151|     73|    return res;
  152|     73|}
PyObject_GetItem:
  156|  1.24k|{
  157|  1.24k|    if (o == NULL || key == NULL) {
  ------------------
  |  Branch (157:9): [True: 0, False: 1.24k]
  |  Branch (157:22): [True: 0, False: 1.24k]
  ------------------
  158|      0|        return null_error();
  159|      0|    }
  160|       |
  161|  1.24k|    PyMappingMethods *m = Py_TYPE(o)->tp_as_mapping;
  ------------------
  |  |  213|  1.24k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.24k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|  1.24k|    if (m && m->mp_subscript) {
  ------------------
  |  Branch (162:9): [True: 1.24k, False: 4]
  |  Branch (162:14): [True: 1.24k, False: 0]
  ------------------
  163|  1.24k|        PyObject *item = m->mp_subscript(o, key);
  164|  1.24k|        assert(_Py_CheckSlotResult(o, "__getitem__", item != NULL));
  ------------------
  |  Branch (164:9): [True: 1.24k, False: 0]
  ------------------
  165|  1.24k|        return item;
  166|  1.24k|    }
  167|       |
  168|      4|    PySequenceMethods *ms = Py_TYPE(o)->tp_as_sequence;
  ------------------
  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  169|      4|    if (ms && ms->sq_item) {
  ------------------
  |  Branch (169:9): [True: 0, False: 4]
  |  Branch (169:15): [True: 0, False: 0]
  ------------------
  170|      0|        if (_PyIndex_Check(key)) {
  ------------------
  |  Branch (170:13): [True: 0, False: 0]
  ------------------
  171|      0|            Py_ssize_t key_value;
  172|      0|            key_value = PyNumber_AsSsize_t(key, PyExc_IndexError);
  173|      0|            if (key_value == -1 && PyErr_Occurred())
  ------------------
  |  Branch (173:17): [True: 0, False: 0]
  |  Branch (173:36): [True: 0, False: 0]
  ------------------
  174|      0|                return NULL;
  175|      0|            return PySequence_GetItem(o, key_value);
  176|      0|        }
  177|      0|        else {
  178|      0|            return type_error("sequence index must "
  179|      0|                              "be integer, not '%.200s'", key);
  180|      0|        }
  181|      0|    }
  182|       |
  183|      4|    if (PyType_Check(o)) {
  ------------------
  |  |  766|      4|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 4, False: 0]
  |  |  ------------------
  ------------------
  184|      4|        PyObject *meth, *result;
  185|       |
  186|       |        // Special case type[int], but disallow other types so str[int] fails
  187|      4|        if ((PyTypeObject*)o == &PyType_Type) {
  ------------------
  |  Branch (187:13): [True: 0, False: 4]
  ------------------
  188|      0|            return Py_GenericAlias(o, key);
  189|      0|        }
  190|       |
  191|      4|        if (PyObject_GetOptionalAttr(o, &_Py_ID(__class_getitem__), &meth) < 0) {
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (191:13): [True: 0, False: 4]
  ------------------
  192|      0|            return NULL;
  193|      0|        }
  194|      4|        if (meth && meth != Py_None) {
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (194:13): [True: 4, False: 0]
  |  Branch (194:21): [True: 4, False: 0]
  ------------------
  195|      4|            result = PyObject_CallOneArg(meth, key);
  196|      4|            Py_DECREF(meth);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|      4|            return result;
  198|      4|        }
  199|      0|        Py_XDECREF(meth);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  200|      0|        PyErr_Format(PyExc_TypeError, "type '%.200s' is not subscriptable",
  201|      0|                     ((PyTypeObject *)o)->tp_name);
  202|      0|        return NULL;
  203|      4|    }
  204|       |
  205|      0|    return type_error("'%.200s' object is not subscriptable", o);
  206|      4|}
PyMapping_GetOptionalItem:
  210|  3.57k|{
  211|  3.57k|    if (PyDict_CheckExact(obj)) {
  ------------------
  |  |   19|  3.57k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|  3.57k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 3.55k, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  212|  3.55k|        return PyDict_GetItemRef(obj, key, result);
  213|  3.55k|    }
  214|       |
  215|     25|    *result = PyObject_GetItem(obj, key);
  216|     25|    if (*result) {
  ------------------
  |  Branch (216:9): [True: 4, False: 21]
  ------------------
  217|      4|        return 1;
  218|      4|    }
  219|     25|    assert(PyErr_Occurred());
  ------------------
  |  Branch (219:5): [True: 21, False: 0]
  ------------------
  220|     21|    if (!PyErr_ExceptionMatches(PyExc_KeyError)) {
  ------------------
  |  Branch (220:9): [True: 0, False: 21]
  ------------------
  221|      0|        return -1;
  222|      0|    }
  223|     21|    PyErr_Clear();
  224|     21|    return 0;
  225|     21|}
_PyMapping_GetOptionalItem2:
  229|    216|{
  230|    216|    PyObject* result;
  231|    216|    *err = PyMapping_GetOptionalItem(obj, key, &result);
  232|    216|    return result;
  233|    216|}
PyObject_SetItem:
  237|    418|{
  238|    418|    if (o == NULL || key == NULL || value == NULL) {
  ------------------
  |  Branch (238:9): [True: 0, False: 418]
  |  Branch (238:22): [True: 0, False: 418]
  |  Branch (238:37): [True: 0, False: 418]
  ------------------
  239|      0|        null_error();
  240|      0|        return -1;
  241|      0|    }
  242|       |
  243|    418|    PyMappingMethods *m = Py_TYPE(o)->tp_as_mapping;
  ------------------
  |  |  213|    418|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    418|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    418|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|    418|    if (m && m->mp_ass_subscript) {
  ------------------
  |  Branch (244:9): [True: 418, False: 0]
  |  Branch (244:14): [True: 418, False: 0]
  ------------------
  245|    418|        int res = m->mp_ass_subscript(o, key, value);
  246|    418|        assert(_Py_CheckSlotResult(o, "__setitem__", res >= 0));
  ------------------
  |  Branch (246:9): [True: 418, False: 0]
  ------------------
  247|    418|        return res;
  248|    418|    }
  249|       |
  250|      0|    if (Py_TYPE(o)->tp_as_sequence) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (250:9): [True: 0, False: 0]
  ------------------
  251|      0|        if (_PyIndex_Check(key)) {
  ------------------
  |  Branch (251:13): [True: 0, False: 0]
  ------------------
  252|      0|            Py_ssize_t key_value;
  253|      0|            key_value = PyNumber_AsSsize_t(key, PyExc_IndexError);
  254|      0|            if (key_value == -1 && PyErr_Occurred())
  ------------------
  |  Branch (254:17): [True: 0, False: 0]
  |  Branch (254:36): [True: 0, False: 0]
  ------------------
  255|      0|                return -1;
  256|      0|            return PySequence_SetItem(o, key_value, value);
  257|      0|        }
  258|      0|        else if (Py_TYPE(o)->tp_as_sequence->sq_ass_item) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (258:18): [True: 0, False: 0]
  ------------------
  259|      0|            type_error("sequence index must be "
  260|      0|                       "integer, not '%.200s'", key);
  261|      0|            return -1;
  262|      0|        }
  263|      0|    }
  264|       |
  265|      0|    type_error("'%.200s' object does not support item assignment", o);
  266|      0|    return -1;
  267|      0|}
PyObject_DelItem:
  271|     94|{
  272|     94|    if (o == NULL || key == NULL) {
  ------------------
  |  Branch (272:9): [True: 0, False: 94]
  |  Branch (272:22): [True: 0, False: 94]
  ------------------
  273|      0|        null_error();
  274|      0|        return -1;
  275|      0|    }
  276|       |
  277|     94|    PyMappingMethods *m = Py_TYPE(o)->tp_as_mapping;
  ------------------
  |  |  213|     94|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|     94|    if (m && m->mp_ass_subscript) {
  ------------------
  |  Branch (278:9): [True: 94, False: 0]
  |  Branch (278:14): [True: 94, False: 0]
  ------------------
  279|     94|        int res = m->mp_ass_subscript(o, key, (PyObject*)NULL);
  280|     94|        assert(_Py_CheckSlotResult(o, "__delitem__", res >= 0));
  ------------------
  |  Branch (280:9): [True: 94, False: 0]
  ------------------
  281|     94|        return res;
  282|     94|    }
  283|       |
  284|      0|    if (Py_TYPE(o)->tp_as_sequence) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (284:9): [True: 0, False: 0]
  ------------------
  285|      0|        if (_PyIndex_Check(key)) {
  ------------------
  |  Branch (285:13): [True: 0, False: 0]
  ------------------
  286|      0|            Py_ssize_t key_value;
  287|      0|            key_value = PyNumber_AsSsize_t(key, PyExc_IndexError);
  288|      0|            if (key_value == -1 && PyErr_Occurred())
  ------------------
  |  Branch (288:17): [True: 0, False: 0]
  |  Branch (288:36): [True: 0, False: 0]
  ------------------
  289|      0|                return -1;
  290|      0|            return PySequence_DelItem(o, key_value);
  291|      0|        }
  292|      0|        else if (Py_TYPE(o)->tp_as_sequence->sq_ass_item) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (292:18): [True: 0, False: 0]
  ------------------
  293|      0|            type_error("sequence index must be "
  294|      0|                       "integer, not '%.200s'", key);
  295|      0|            return -1;
  296|      0|        }
  297|      0|    }
  298|       |
  299|      0|    type_error("'%.200s' object does not support item deletion", o);
  300|      0|    return -1;
  301|      0|}
PyObject_CheckBuffer:
  325|     75|{
  326|     75|    PyBufferProcs *tp_as_buffer = Py_TYPE(obj)->tp_as_buffer;
  ------------------
  |  |  213|     75|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     75|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     75|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  327|     75|    return (tp_as_buffer != NULL && tp_as_buffer->bf_getbuffer != NULL);
  ------------------
  |  Branch (327:13): [True: 13, False: 62]
  |  Branch (327:37): [True: 13, False: 0]
  ------------------
  328|     75|}
PyObject_GetBuffer:
  440|    485|{
  441|    485|    if (flags != PyBUF_SIMPLE) {  /* fast path */
  ------------------
  |  |  108|    485|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (441:9): [True: 13, False: 472]
  ------------------
  442|     13|        if (flags == PyBUF_READ || flags == PyBUF_WRITE) {
  ------------------
  |  |  137|     26|#define PyBUF_READ  0x100
  ------------------
                      if (flags == PyBUF_READ || flags == PyBUF_WRITE) {
  ------------------
  |  |  138|     13|#define PyBUF_WRITE 0x200
  ------------------
  |  Branch (442:13): [True: 0, False: 13]
  |  Branch (442:36): [True: 0, False: 13]
  ------------------
  443|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  444|      0|            return -1;
  445|      0|        }
  446|     13|    }
  447|    485|    PyBufferProcs *pb = Py_TYPE(obj)->tp_as_buffer;
  ------------------
  |  |  213|    485|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    485|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    485|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  448|       |
  449|    485|    if (pb == NULL || pb->bf_getbuffer == NULL) {
  ------------------
  |  Branch (449:9): [True: 0, False: 485]
  |  Branch (449:23): [True: 0, False: 485]
  ------------------
  450|      0|        PyErr_Format(PyExc_TypeError,
  451|      0|                     "a bytes-like object is required, not '%.100s'",
  452|      0|                     Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  453|      0|        return -1;
  454|      0|    }
  455|    485|    int res = (*pb->bf_getbuffer)(obj, view, flags);
  456|    485|    assert(_Py_CheckSlotResult(obj, "getbuffer", res >= 0));
  ------------------
  |  Branch (456:5): [True: 485, False: 0]
  ------------------
  457|    485|    return res;
  458|    485|}
PyBuffer_FillInfo:
  776|    472|{
  777|    472|    if (view == NULL) {
  ------------------
  |  Branch (777:9): [True: 0, False: 472]
  ------------------
  778|      0|        PyErr_SetString(PyExc_BufferError,
  779|      0|                        "PyBuffer_FillInfo: view==NULL argument is obsolete");
  780|      0|        return -1;
  781|      0|    }
  782|       |
  783|    472|    if (flags != PyBUF_SIMPLE) {  /* fast path */
  ------------------
  |  |  108|    472|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (783:9): [True: 13, False: 459]
  ------------------
  784|     13|        if (flags == PyBUF_READ || flags == PyBUF_WRITE) {
  ------------------
  |  |  137|     26|#define PyBUF_READ  0x100
  ------------------
                      if (flags == PyBUF_READ || flags == PyBUF_WRITE) {
  ------------------
  |  |  138|     13|#define PyBUF_WRITE 0x200
  ------------------
  |  Branch (784:13): [True: 0, False: 13]
  |  Branch (784:36): [True: 0, False: 13]
  ------------------
  785|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  786|      0|            return -1;
  787|      0|        }
  788|     13|        if (((flags & PyBUF_WRITABLE) == PyBUF_WRITABLE) &&
  ------------------
  |  |  109|     13|#define PyBUF_WRITABLE 0x0001
  ------------------
                      if (((flags & PyBUF_WRITABLE) == PyBUF_WRITABLE) &&
  ------------------
  |  |  109|     13|#define PyBUF_WRITABLE 0x0001
  ------------------
  |  Branch (788:13): [True: 0, False: 13]
  ------------------
  789|      0|            (readonly == 1)) {
  ------------------
  |  Branch (789:13): [True: 0, False: 0]
  ------------------
  790|      0|            PyErr_SetString(PyExc_BufferError,
  791|      0|                            "Object is not writable.");
  792|      0|            return -1;
  793|      0|        }
  794|     13|    }
  795|       |
  796|    472|    view->obj = Py_XNewRef(obj);
  ------------------
  |  |  551|    472|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    472|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    472|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  797|    472|    view->buf = buf;
  798|    472|    view->len = len;
  799|    472|    view->readonly = readonly;
  800|    472|    view->itemsize = 1;
  801|    472|    view->format = NULL;
  802|    472|    if ((flags & PyBUF_FORMAT) == PyBUF_FORMAT)
  ------------------
  |  |  116|    472|#define PyBUF_FORMAT 0x0004
  ------------------
                  if ((flags & PyBUF_FORMAT) == PyBUF_FORMAT)
  ------------------
  |  |  116|    472|#define PyBUF_FORMAT 0x0004
  ------------------
  |  Branch (802:9): [True: 13, False: 459]
  ------------------
  803|     13|        view->format = "B";
  804|    472|    view->ndim = 1;
  805|    472|    view->shape = NULL;
  806|    472|    if ((flags & PyBUF_ND) == PyBUF_ND)
  ------------------
  |  |  117|    472|#define PyBUF_ND 0x0008
  ------------------
                  if ((flags & PyBUF_ND) == PyBUF_ND)
  ------------------
  |  |  117|    472|#define PyBUF_ND 0x0008
  ------------------
  |  Branch (806:9): [True: 13, False: 459]
  ------------------
  807|     13|        view->shape = &(view->len);
  808|    472|    view->strides = NULL;
  809|    472|    if ((flags & PyBUF_STRIDES) == PyBUF_STRIDES)
  ------------------
  |  |  118|    472|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  ------------------
  |  |  |  |  117|    472|#define PyBUF_ND 0x0008
  |  |  ------------------
  ------------------
                  if ((flags & PyBUF_STRIDES) == PyBUF_STRIDES)
  ------------------
  |  |  118|    472|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  ------------------
  |  |  |  |  117|    472|#define PyBUF_ND 0x0008
  |  |  ------------------
  ------------------
  |  Branch (809:9): [True: 13, False: 459]
  ------------------
  810|     13|        view->strides = &(view->itemsize);
  811|    472|    view->suboffsets = NULL;
  812|       |    view->internal = NULL;
  813|    472|    return 0;
  814|    472|}
PyBuffer_Release:
  818|    485|{
  819|    485|    PyObject *obj = view->obj;
  820|    485|    PyBufferProcs *pb;
  821|    485|    if (obj == NULL)
  ------------------
  |  Branch (821:9): [True: 0, False: 485]
  ------------------
  822|      0|        return;
  823|    485|    pb = Py_TYPE(obj)->tp_as_buffer;
  ------------------
  |  |  213|    485|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    485|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    485|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  824|    485|    if (pb && pb->bf_releasebuffer) {
  ------------------
  |  Branch (824:9): [True: 485, False: 0]
  |  Branch (824:15): [True: 13, False: 472]
  ------------------
  825|     13|        pb->bf_releasebuffer(obj, view);
  826|     13|    }
  827|    485|    view->obj = NULL;
  828|    485|    Py_DECREF(obj);
  ------------------
  |  |  430|    485|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    485|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    485|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  829|    485|}
PyObject_Format:
  854|     26|{
  855|     26|    PyObject *meth;
  856|     26|    PyObject *empty = NULL;
  857|     26|    PyObject *result = NULL;
  858|       |
  859|     26|    if (format_spec != NULL && !PyUnicode_Check(format_spec)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (859:9): [True: 0, False: 26]
  |  Branch (859:32): [True: 0, False: 0]
  ------------------
  860|      0|        PyErr_Format(PyExc_SystemError,
  861|      0|                     "Format specifier must be a string, not %.200s",
  862|      0|                     Py_TYPE(format_spec)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  863|      0|        return NULL;
  864|      0|    }
  865|       |
  866|       |    /* Fast path for common types. */
  867|     26|    if (format_spec == NULL || PyUnicode_GET_LENGTH(format_spec) == 0) {
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (867:9): [True: 26, False: 0]
  |  Branch (867:32): [True: 0, False: 0]
  ------------------
  868|     26|        if (PyUnicode_CheckExact(obj)) {
  ------------------
  |  |  104|     26|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     26|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  869|      0|            return Py_NewRef(obj);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  870|      0|        }
  871|     26|        if (PyLong_CheckExact(obj)) {
  ------------------
  |  |   14|     26|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|     26|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 26, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  872|     26|            return PyObject_Str(obj);
  873|     26|        }
  874|     26|    }
  875|       |
  876|       |    /* If no format_spec is provided, use an empty string */
  877|      0|    if (format_spec == NULL) {
  ------------------
  |  Branch (877:9): [True: 0, False: 0]
  ------------------
  878|      0|        empty = Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
  879|      0|        format_spec = empty;
  880|      0|    }
  881|       |
  882|       |    /* Find the (unbound!) __format__ method */
  883|      0|    meth = _PyObject_LookupSpecial(obj, &_Py_ID(__format__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|      0|    if (meth == NULL) {
  ------------------
  |  Branch (884:9): [True: 0, False: 0]
  ------------------
  885|      0|        PyThreadState *tstate = _PyThreadState_GET();
  886|      0|        if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (886:13): [True: 0, False: 0]
  ------------------
  887|      0|            _PyErr_Format(tstate, PyExc_TypeError,
  888|      0|                          "Type %.100s doesn't define __format__",
  889|      0|                          Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  890|      0|        }
  891|      0|        goto done;
  892|      0|    }
  893|       |
  894|       |    /* And call it. */
  895|      0|    result = PyObject_CallOneArg(meth, format_spec);
  896|      0|    Py_DECREF(meth);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  897|       |
  898|      0|    if (result && !PyUnicode_Check(result)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (898:9): [True: 0, False: 0]
  |  Branch (898:19): [True: 0, False: 0]
  ------------------
  899|      0|        PyErr_Format(PyExc_TypeError,
  900|      0|                     "%T.__format__() must return a str, not %T",
  901|      0|                     obj, result);
  902|      0|        Py_SETREF(result, NULL);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  903|      0|        goto done;
  904|      0|    }
  905|       |
  906|      0|done:
  907|      0|    Py_XDECREF(empty);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  908|      0|    return result;
  909|      0|}
PyNumber_Check:
  914|     19|{
  915|     19|    if (o == NULL)
  ------------------
  |  Branch (915:9): [True: 0, False: 19]
  ------------------
  916|      0|        return 0;
  917|     19|    PyNumberMethods *nb = Py_TYPE(o)->tp_as_number;
  ------------------
  |  |  213|     19|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  918|     19|    return nb && (nb->nb_index || nb->nb_int || nb->nb_float || PyComplex_Check(o));
  ------------------
  |  |   13|     13|#define PyComplex_Check(op) PyObject_TypeCheck((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  378|     13|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (918:12): [True: 19, False: 0]
  |  Branch (918:19): [True: 6, False: 13]
  |  Branch (918:35): [True: 0, False: 13]
  |  Branch (918:49): [True: 0, False: 13]
  ------------------
  919|     19|}
PyNumber_Add:
 1139|    155|{
 1140|    155|    PyObject *result = BINARY_OP1(v, w, NB_SLOT(nb_add), "+");
  ------------------
  |  |  995|    155|#  define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot, op_name)
  ------------------
 1141|    155|    if (result != Py_NotImplemented) {
  ------------------
  |  |  640|    155|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1141:9): [True: 129, False: 26]
  ------------------
 1142|    129|        return result;
 1143|    129|    }
 1144|     26|    Py_DECREF(result);
  ------------------
  |  |  430|     26|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1145|       |
 1146|     26|    PySequenceMethods *m = Py_TYPE(v)->tp_as_sequence;
  ------------------
  |  |  213|     26|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1147|     26|    if (m && m->sq_concat) {
  ------------------
  |  Branch (1147:9): [True: 26, False: 0]
  |  Branch (1147:14): [True: 26, False: 0]
  ------------------
 1148|     26|        result = (*m->sq_concat)(v, w);
 1149|     26|        assert(_Py_CheckSlotResult(v, "+", result != NULL));
  ------------------
  |  Branch (1149:9): [True: 26, False: 0]
  ------------------
 1150|     26|        return result;
 1151|     26|    }
 1152|       |
 1153|      0|    return binop_type_error(v, w, "+");
 1154|     26|}
PyNumber_Multiply:
 1177|     74|{
 1178|     74|    PyObject *result = BINARY_OP1(v, w, NB_SLOT(nb_multiply), "*");
  ------------------
  |  |  995|     74|#  define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot, op_name)
  ------------------
 1179|     74|    if (result == Py_NotImplemented) {
  ------------------
  |  |  640|     74|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1179:9): [True: 35, False: 39]
  ------------------
 1180|     35|        PySequenceMethods *mv = Py_TYPE(v)->tp_as_sequence;
  ------------------
  |  |  213|     35|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1181|     35|        PySequenceMethods *mw = Py_TYPE(w)->tp_as_sequence;
  ------------------
  |  |  213|     35|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1182|     35|        Py_DECREF(result);
  ------------------
  |  |  430|     35|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1183|     35|        if  (mv && mv->sq_repeat) {
  ------------------
  |  Branch (1183:14): [True: 35, False: 0]
  |  Branch (1183:20): [True: 35, False: 0]
  ------------------
 1184|     35|            return sequence_repeat(mv->sq_repeat, v, w);
 1185|     35|        }
 1186|      0|        else if (mw && mw->sq_repeat) {
  ------------------
  |  Branch (1186:18): [True: 0, False: 0]
  |  Branch (1186:24): [True: 0, False: 0]
  ------------------
 1187|      0|            return sequence_repeat(mw->sq_repeat, w, v);
 1188|      0|        }
 1189|      0|        result = binop_type_error(v, w, "*");
 1190|      0|    }
 1191|     39|    return result;
 1192|     74|}
PyNumber_Power:
 1201|      1|{
 1202|       |    return ternary_op(v, w, z, NB_SLOT(nb_power), "** or pow()");
  ------------------
  |  |  923|      1|#define NB_SLOT(x) offsetof(PyNumberMethods, x)
  ------------------
 1203|      1|}
_PyNumber_PowerNoMod:
 1207|      1|{
 1208|      1|    return PyNumber_Power(lhs, rhs, Py_None);
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1209|      1|}
PyNumber_InPlaceAdd:
 1308|     18|{
 1309|     18|    PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_add),
  ------------------
  |  | 1256|     18|#  define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_name)
  ------------------
 1310|     18|                                   NB_SLOT(nb_add), "+=");
 1311|     18|    if (result == Py_NotImplemented) {
  ------------------
  |  |  640|     18|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1311:9): [True: 17, False: 1]
  ------------------
 1312|     17|        PySequenceMethods *m = Py_TYPE(v)->tp_as_sequence;
  ------------------
  |  |  213|     17|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1313|     17|        Py_DECREF(result);
  ------------------
  |  |  430|     17|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1314|     17|        if (m != NULL) {
  ------------------
  |  Branch (1314:13): [True: 17, False: 0]
  ------------------
 1315|     17|            binaryfunc func = m->sq_inplace_concat;
 1316|     17|            if (func == NULL)
  ------------------
  |  Branch (1316:17): [True: 7, False: 10]
  ------------------
 1317|      7|                func = m->sq_concat;
 1318|     17|            if (func != NULL) {
  ------------------
  |  Branch (1318:17): [True: 17, False: 0]
  ------------------
 1319|     17|                result = func(v, w);
 1320|     17|                assert(_Py_CheckSlotResult(v, "+=", result != NULL));
  ------------------
  |  Branch (1320:17): [True: 17, False: 0]
  ------------------
 1321|     17|                return result;
 1322|     17|            }
 1323|     17|        }
 1324|      0|        result = binop_type_error(v, w, "+=");
 1325|      0|    }
 1326|      1|    return result;
 1327|     18|}
PyIndex_Check:
 1399|     97|{
 1400|     97|    return _PyIndex_Check(obj);
 1401|     97|}
_PyNumber_Index:
 1411|  1.02k|{
 1412|  1.02k|    if (item == NULL) {
  ------------------
  |  Branch (1412:9): [True: 0, False: 1.02k]
  ------------------
 1413|      0|        return null_error();
 1414|      0|    }
 1415|       |
 1416|  1.02k|    if (PyLong_Check(item)) {
  ------------------
  |  |   13|  1.02k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.02k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.01k, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1417|  1.01k|        return Py_NewRef(item);
  ------------------
  |  |  550|  1.01k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1418|  1.01k|    }
 1419|     13|    if (!_PyIndex_Check(item)) {
  ------------------
  |  Branch (1419:9): [True: 13, False: 0]
  ------------------
 1420|     13|        PyErr_Format(PyExc_TypeError,
 1421|     13|                     "'%.200s' object cannot be interpreted "
 1422|     13|                     "as an integer", Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|     13|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1423|     13|        return NULL;
 1424|     13|    }
 1425|       |
 1426|      0|    PyObject *result = Py_TYPE(item)->tp_as_number->nb_index(item);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1427|      0|    assert(_Py_CheckSlotResult(item, "__index__", result != NULL));
  ------------------
  |  Branch (1427:5): [True: 0, False: 0]
  ------------------
 1428|      0|    if (!result || PyLong_CheckExact(result)) {
  ------------------
  |  |   14|      0|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1428:9): [True: 0, False: 0]
  ------------------
 1429|      0|        return result;
 1430|      0|    }
 1431|       |
 1432|      0|    if (!PyLong_Check(result)) {
  ------------------
  |  |   13|      0|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1432:9): [True: 0, False: 0]
  ------------------
 1433|      0|        PyErr_Format(PyExc_TypeError,
 1434|      0|                     "%T.__index__() must return an int, not %T",
 1435|      0|                     item, result);
 1436|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1437|      0|        return NULL;
 1438|      0|    }
 1439|       |    /* Issue #17576: warn if 'result' not of exact type int. */
 1440|      0|    if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1,
  ------------------
  |  Branch (1440:9): [True: 0, False: 0]
  ------------------
 1441|      0|            "%T.__index__() must return an int, not %T.  "
 1442|      0|            "The ability to return an instance of a strict subclass of int "
 1443|      0|            "is deprecated, and may be removed in a future version of Python.",
 1444|      0|            item, result)) {
 1445|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1446|      0|        return NULL;
 1447|      0|    }
 1448|      0|    return result;
 1449|      0|}
PyNumber_Index:
 1457|    116|{
 1458|    116|    PyObject *result = _PyNumber_Index(item);
 1459|    116|    if (result != NULL && !PyLong_CheckExact(result)) {
  ------------------
  |  |   14|    116|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    116|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    116|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    116|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1459:9): [True: 116, False: 0]
  |  Branch (1459:27): [True: 0, False: 116]
  ------------------
 1460|      0|        Py_SETREF(result, _PyLong_Copy((PyLongObject *)result));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1461|      0|    }
 1462|    116|    return result;
 1463|    116|}
PyNumber_AsSsize_t:
 1469|    724|{
 1470|    724|    Py_ssize_t result;
 1471|    724|    PyObject *runerr;
 1472|    724|    PyObject *value = _PyNumber_Index(item);
 1473|    724|    if (value == NULL)
  ------------------
  |  Branch (1473:9): [True: 0, False: 724]
  ------------------
 1474|      0|        return -1;
 1475|       |
 1476|       |    /* We're done if PyLong_AsSsize_t() returns without error. */
 1477|    724|    result = PyLong_AsSsize_t(value);
 1478|    724|    if (result != -1)
  ------------------
  |  Branch (1478:9): [True: 594, False: 130]
  ------------------
 1479|    594|        goto finish;
 1480|       |
 1481|    130|    PyThreadState *tstate = _PyThreadState_GET();
 1482|    130|    runerr = _PyErr_Occurred(tstate);
 1483|    130|    if (!runerr) {
  ------------------
  |  Branch (1483:9): [True: 130, False: 0]
  ------------------
 1484|    130|        goto finish;
 1485|    130|    }
 1486|       |
 1487|       |    /* Error handling code -- only manage OverflowError differently */
 1488|      0|    if (!PyErr_GivenExceptionMatches(runerr, PyExc_OverflowError)) {
  ------------------
  |  Branch (1488:9): [True: 0, False: 0]
  ------------------
 1489|      0|        goto finish;
 1490|      0|    }
 1491|      0|    _PyErr_Clear(tstate);
 1492|       |
 1493|       |    /* If no error-handling desired then the default clipping
 1494|       |       is sufficient. */
 1495|      0|    if (!err) {
  ------------------
  |  Branch (1495:9): [True: 0, False: 0]
  ------------------
 1496|      0|        assert(PyLong_Check(value));
  ------------------
  |  Branch (1496:9): [True: 0, False: 0]
  ------------------
 1497|       |        /* Whether or not it is less than or equal to
 1498|       |           zero is determined by the sign of ob_size
 1499|       |        */
 1500|      0|        if (_PyLong_IsNegative((PyLongObject *)value))
  ------------------
  |  Branch (1500:13): [True: 0, False: 0]
  ------------------
 1501|      0|            result = PY_SSIZE_T_MIN;
  ------------------
  |  |  146|      0|#define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1)
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
 1502|      0|        else
 1503|      0|            result = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1504|      0|    }
 1505|      0|    else {
 1506|       |        /* Otherwise replace the error with caller's error object. */
 1507|      0|        _PyErr_Format(tstate, err,
 1508|      0|                      "cannot fit '%.200s' into an index-sized integer",
 1509|      0|                      Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1510|      0|    }
 1511|       |
 1512|    724| finish:
 1513|    724|    Py_DECREF(value);
  ------------------
  |  |  430|    724|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    724|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    724|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1514|    724|    return result;
 1515|      0|}
PyNumber_Long:
 1520|    113|{
 1521|    113|    PyObject *result;
 1522|    113|    PyNumberMethods *m;
 1523|    113|    Py_buffer view;
 1524|       |
 1525|    113|    if (o == NULL) {
  ------------------
  |  Branch (1525:9): [True: 0, False: 113]
  ------------------
 1526|      0|        return null_error();
 1527|      0|    }
 1528|       |
 1529|    113|    if (PyLong_CheckExact(o)) {
  ------------------
  |  |   14|    113|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    113|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    113|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    113|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 92, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1530|     92|        return Py_NewRef(o);
  ------------------
  |  |  550|     92|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1531|     92|    }
 1532|     21|    m = Py_TYPE(o)->tp_as_number;
  ------------------
  |  |  213|     21|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1533|     21|    if (m && m->nb_int) { /* This should include subclasses of int */
  ------------------
  |  Branch (1533:9): [True: 21, False: 0]
  |  Branch (1533:14): [True: 13, False: 8]
  ------------------
 1534|       |        /* Convert using the nb_int slot, which should return something
 1535|       |           of exact type int. */
 1536|     13|        result = m->nb_int(o);
 1537|     13|        assert(_Py_CheckSlotResult(o, "__int__", result != NULL));
  ------------------
  |  Branch (1537:9): [True: 13, False: 0]
  ------------------
 1538|     13|        if (!result || PyLong_CheckExact(result)) {
  ------------------
  |  |   14|     13|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|     13|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1538:13): [True: 0, False: 13]
  ------------------
 1539|     13|            return result;
 1540|     13|        }
 1541|       |
 1542|      0|        if (!PyLong_Check(result)) {
  ------------------
  |  |   13|      0|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1542:13): [True: 0, False: 0]
  ------------------
 1543|      0|            PyErr_Format(PyExc_TypeError,
 1544|      0|                         "%T.__int__() must return an int, not %T",
 1545|      0|                         o, result);
 1546|      0|            Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1547|      0|            return NULL;
 1548|      0|        }
 1549|       |        /* Issue #17576: warn if 'result' not of exact type int. */
 1550|      0|        if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1,
  ------------------
  |  Branch (1550:13): [True: 0, False: 0]
  ------------------
 1551|      0|                "%T.__int__() must return an int, not %T.  "
 1552|      0|                "The ability to return an instance of a strict subclass of int "
 1553|      0|                "is deprecated, and may be removed in a future version of Python.",
 1554|      0|                o, result)) {
 1555|      0|            Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1556|      0|            return NULL;
 1557|      0|        }
 1558|      0|        Py_SETREF(result, _PyLong_Copy((PyLongObject *)result));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1559|      0|        return result;
 1560|      0|    }
 1561|      8|    if (m && m->nb_index) {
  ------------------
  |  Branch (1561:9): [True: 8, False: 0]
  |  Branch (1561:14): [True: 0, False: 8]
  ------------------
 1562|      0|        return PyNumber_Index(o);
 1563|      0|    }
 1564|       |
 1565|      8|    if (PyUnicode_Check(o))
  ------------------
  |  |  103|      8|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      8|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1566|       |        /* The below check is done in PyLong_FromUnicodeObject(). */
 1567|      8|        return PyLong_FromUnicodeObject(o, 10);
 1568|       |
 1569|      0|    if (PyBytes_Check(o))
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1570|       |        /* need to do extra error checking that PyLong_FromString()
 1571|       |         * doesn't do.  In particular int('9\x005') must raise an
 1572|       |         * exception, not truncate at the null.
 1573|       |         */
 1574|      0|        return _PyLong_FromBytes(PyBytes_AS_STRING(o),
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1575|      0|                                 PyBytes_GET_SIZE(o), 10);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1576|       |
 1577|      0|    if (PyByteArray_Check(o))
  ------------------
  |  |   24|      0|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1578|      0|        return _PyLong_FromBytes(PyByteArray_AS_STRING(o),
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1579|      0|                                 PyByteArray_GET_SIZE(o), 10);
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1580|       |
 1581|      0|    if (PyObject_GetBuffer(o, &view, PyBUF_SIMPLE) == 0) {
  ------------------
  |  |  108|      0|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1581:9): [True: 0, False: 0]
  ------------------
 1582|      0|        PyObject *bytes;
 1583|       |
 1584|       |        /* Copy to NUL-terminated buffer. */
 1585|      0|        bytes = PyBytes_FromStringAndSize((const char *)view.buf, view.len);
 1586|      0|        if (bytes == NULL) {
  ------------------
  |  Branch (1586:13): [True: 0, False: 0]
  ------------------
 1587|      0|            PyBuffer_Release(&view);
 1588|      0|            return NULL;
 1589|      0|        }
 1590|      0|        result = _PyLong_FromBytes(PyBytes_AS_STRING(bytes),
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1591|      0|                                   PyBytes_GET_SIZE(bytes), 10);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1592|      0|        Py_DECREF(bytes);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1593|      0|        PyBuffer_Release(&view);
 1594|      0|        return result;
 1595|      0|    }
 1596|       |
 1597|      0|    return type_error("int() argument must be a string, a bytes-like object "
 1598|      0|                      "or a real number, not '%.200s'", o);
 1599|      0|}
PySequence_Check:
 1682|     44|{
 1683|     44|    if (PyDict_Check(s))
  ------------------
  |  |   18|     44|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     44|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 44]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      0|        return 0;
 1685|     44|    return Py_TYPE(s)->tp_as_sequence &&
  ------------------
  |  |  213|     44|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     44|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1685:12): [True: 44, False: 0]
  ------------------
 1686|     44|        Py_TYPE(s)->tp_as_sequence->sq_item != NULL;
  ------------------
  |  |  213|     44|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     44|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1686:9): [True: 44, False: 0]
  ------------------
 1687|     44|}
PySequence_GetItem:
 1842|  1.40k|{
 1843|  1.40k|    if (s == NULL) {
  ------------------
  |  Branch (1843:9): [True: 0, False: 1.40k]
  ------------------
 1844|      0|        return null_error();
 1845|      0|    }
 1846|       |
 1847|  1.40k|    PySequenceMethods *m = Py_TYPE(s)->tp_as_sequence;
  ------------------
  |  |  213|  1.40k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.40k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1848|  1.40k|    if (m && m->sq_item) {
  ------------------
  |  Branch (1848:9): [True: 1.40k, False: 0]
  |  Branch (1848:14): [True: 1.40k, False: 0]
  ------------------
 1849|  1.40k|        if (i < 0) {
  ------------------
  |  Branch (1849:13): [True: 0, False: 1.40k]
  ------------------
 1850|      0|            if (m->sq_length) {
  ------------------
  |  Branch (1850:17): [True: 0, False: 0]
  ------------------
 1851|      0|                Py_ssize_t l = (*m->sq_length)(s);
 1852|      0|                assert(_Py_CheckSlotResult(s, "__len__", l >= 0));
  ------------------
  |  Branch (1852:17): [True: 0, False: 0]
  ------------------
 1853|      0|                if (l < 0) {
  ------------------
  |  Branch (1853:21): [True: 0, False: 0]
  ------------------
 1854|      0|                    return NULL;
 1855|      0|                }
 1856|      0|                i += l;
 1857|      0|            }
 1858|      0|        }
 1859|  1.40k|        PyObject *res = m->sq_item(s, i);
 1860|  1.40k|        assert(_Py_CheckSlotResult(s, "__getitem__", res != NULL));
  ------------------
  |  Branch (1860:9): [True: 1.40k, False: 0]
  ------------------
 1861|  1.40k|        return res;
 1862|  1.40k|    }
 1863|       |
 1864|      0|    if (Py_TYPE(s)->tp_as_mapping && Py_TYPE(s)->tp_as_mapping->mp_subscript) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_TYPE(s)->tp_as_mapping && Py_TYPE(s)->tp_as_mapping->mp_subscript) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1864:9): [True: 0, False: 0]
  |  Branch (1864:38): [True: 0, False: 0]
  ------------------
 1865|      0|        return type_error("%.200s is not a sequence", s);
 1866|      0|    }
 1867|      0|    return type_error("'%.200s' object does not support indexing", s);
 1868|      0|}
PySequence_DelItem:
 1927|      1|{
 1928|      1|    if (s == NULL) {
  ------------------
  |  Branch (1928:9): [True: 0, False: 1]
  ------------------
 1929|      0|        null_error();
 1930|      0|        return -1;
 1931|      0|    }
 1932|       |
 1933|      1|    PySequenceMethods *m = Py_TYPE(s)->tp_as_sequence;
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1934|      1|    if (m && m->sq_ass_item) {
  ------------------
  |  Branch (1934:9): [True: 1, False: 0]
  |  Branch (1934:14): [True: 1, False: 0]
  ------------------
 1935|      1|        if (i < 0) {
  ------------------
  |  Branch (1935:13): [True: 0, False: 1]
  ------------------
 1936|      0|            if (m->sq_length) {
  ------------------
  |  Branch (1936:17): [True: 0, False: 0]
  ------------------
 1937|      0|                Py_ssize_t l = (*m->sq_length)(s);
 1938|      0|                assert(_Py_CheckSlotResult(s, "__len__", l >= 0));
  ------------------
  |  Branch (1938:17): [True: 0, False: 0]
  ------------------
 1939|      0|                if (l < 0) {
  ------------------
  |  Branch (1939:21): [True: 0, False: 0]
  ------------------
 1940|      0|                    return -1;
 1941|      0|                }
 1942|      0|                i += l;
 1943|      0|            }
 1944|      0|        }
 1945|      1|        int res = m->sq_ass_item(s, i, (PyObject *)NULL);
 1946|      1|        assert(_Py_CheckSlotResult(s, "__delitem__", res >= 0));
  ------------------
  |  Branch (1946:9): [True: 1, False: 0]
  ------------------
 1947|      1|        return res;
 1948|      1|    }
 1949|       |
 1950|      0|    if (Py_TYPE(s)->tp_as_mapping && Py_TYPE(s)->tp_as_mapping->mp_ass_subscript) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_TYPE(s)->tp_as_mapping && Py_TYPE(s)->tp_as_mapping->mp_ass_subscript) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1950:9): [True: 0, False: 0]
  |  Branch (1950:38): [True: 0, False: 0]
  ------------------
 1951|      0|        type_error("%.200s is not a sequence", s);
 1952|      0|        return -1;
 1953|      0|    }
 1954|      0|    type_error("'%.200s' object doesn't support item deletion", s);
 1955|      0|    return -1;
 1956|      0|}
PySequence_Tuple:
 2006|    869|{
 2007|    869|    PyObject *it;  /* iter(v) */
 2008|       |
 2009|    869|    if (v == NULL) {
  ------------------
  |  Branch (2009:9): [True: 0, False: 869]
  ------------------
 2010|      0|        return null_error();
 2011|      0|    }
 2012|       |
 2013|       |    /* Special-case the common tuple and list cases, for efficiency. */
 2014|    869|    if (PyTuple_CheckExact(v)) {
  ------------------
  |  |   28|    869|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|    869|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    869|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    869|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 741, False: 128]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2015|       |        /* Note that we can't know whether it's safe to return
 2016|       |           a tuple *subclass* instance as-is, hence the restriction
 2017|       |           to exact tuples here.  In contrast, lists always make
 2018|       |           a copy, so there's no need for exactness below. */
 2019|    741|        return Py_NewRef(v);
  ------------------
  |  |  550|    741|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    741|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    741|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2020|    741|    }
 2021|    128|    if (PyList_CheckExact(v))
  ------------------
  |  |   26|    128|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|    128|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    128|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    128|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 118, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2022|    118|        return PyList_AsTuple(v);
 2023|       |
 2024|       |    /* Get iterator. */
 2025|     10|    it = PyObject_GetIter(v);
 2026|     10|    if (it == NULL)
  ------------------
  |  Branch (2026:9): [True: 0, False: 10]
  ------------------
 2027|      0|        return NULL;
 2028|       |
 2029|     10|    Py_ssize_t n;
 2030|     10|    PyObject *buffer[8];
 2031|     45|    for (n = 0; n < 8; n++) {
  ------------------
  |  Branch (2031:17): [True: 45, False: 0]
  ------------------
 2032|     45|        PyObject *item = PyIter_Next(it);
 2033|     45|        if (item == NULL) {
  ------------------
  |  Branch (2033:13): [True: 10, False: 35]
  ------------------
 2034|     10|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (2034:17): [True: 0, False: 10]
  ------------------
 2035|      0|                goto fail;
 2036|      0|            }
 2037|     10|            Py_DECREF(it);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2038|     10|            return _PyTuple_FromArraySteal(buffer, n);
 2039|     10|        }
 2040|     35|        buffer[n] = item;
 2041|     35|    }
 2042|      0|    PyListObject *list = (PyListObject *)PyList_New(16);
 2043|      0|    if (list == NULL) {
  ------------------
  |  Branch (2043:9): [True: 0, False: 0]
  ------------------
 2044|      0|        goto fail;
 2045|      0|    }
 2046|      0|    assert(n == 8);
  ------------------
  |  Branch (2046:5): [True: 0, False: 0]
  ------------------
 2047|      0|    Py_SET_SIZE(list, n);
  ------------------
  |  |  216|      0|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      0|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2048|      0|    for (Py_ssize_t j = 0; j < n; j++) {
  ------------------
  |  Branch (2048:28): [True: 0, False: 0]
  ------------------
 2049|      0|        PyList_SET_ITEM(list, j, buffer[j]);
  ------------------
  |  |   50|      0|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2050|      0|    }
 2051|      0|    for (;;) {
 2052|      0|        PyObject *item = PyIter_Next(it);
 2053|      0|        if (item == NULL) {
  ------------------
  |  Branch (2053:13): [True: 0, False: 0]
  ------------------
 2054|      0|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (2054:17): [True: 0, False: 0]
  ------------------
 2055|      0|                Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2056|      0|                Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2057|      0|                return NULL;
 2058|      0|            }
 2059|      0|            break;
 2060|      0|        }
 2061|      0|        if (_PyList_AppendTakeRef(list, item) < 0) {
  ------------------
  |  Branch (2061:13): [True: 0, False: 0]
  ------------------
 2062|      0|            Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2063|      0|            Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2064|      0|            return NULL;
 2065|      0|        }
 2066|      0|    }
 2067|      0|    Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2068|      0|    PyObject *res = _PyList_AsTupleAndClear(list);
 2069|      0|    Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2070|      0|    return res;
 2071|      0|fail:
 2072|      0|    Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2073|      0|    while (n > 0) {
  ------------------
  |  Branch (2073:12): [True: 0, False: 0]
  ------------------
 2074|      0|        n--;
 2075|      0|        Py_DECREF(buffer[n]);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2076|      0|    }
 2077|       |    return NULL;
 2078|      0|}
PySequence_List:
 2082|    143|{
 2083|    143|    PyObject *result;  /* result list */
 2084|    143|    PyObject *rv;          /* return value from PyList_Extend */
 2085|       |
 2086|    143|    if (v == NULL) {
  ------------------
  |  Branch (2086:9): [True: 0, False: 143]
  ------------------
 2087|      0|        return null_error();
 2088|      0|    }
 2089|       |
 2090|    143|    result = PyList_New(0);
 2091|    143|    if (result == NULL)
  ------------------
  |  Branch (2091:9): [True: 0, False: 143]
  ------------------
 2092|      0|        return NULL;
 2093|       |
 2094|    143|    rv = _PyList_Extend((PyListObject *)result, v);
 2095|    143|    if (rv == NULL) {
  ------------------
  |  Branch (2095:9): [True: 0, False: 143]
  ------------------
 2096|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2097|      0|        return NULL;
 2098|      0|    }
 2099|    143|    Py_DECREF(rv);
  ------------------
  |  |  430|    143|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    143|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    143|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2100|    143|    return result;
 2101|    143|}
PySequence_Fast:
 2105|  1.29k|{
 2106|  1.29k|    PyObject *it;
 2107|       |
 2108|  1.29k|    if (v == NULL) {
  ------------------
  |  Branch (2108:9): [True: 0, False: 1.29k]
  ------------------
 2109|      0|        return null_error();
 2110|      0|    }
 2111|       |
 2112|  1.29k|    if (PyList_CheckExact(v) || PyTuple_CheckExact(v)) {
  ------------------
  |  |   26|  1.29k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|  2.58k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 316, False: 975]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyList_CheckExact(v) || PyTuple_CheckExact(v)) {
  ------------------
  |  |   28|    975|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|    975|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    975|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    975|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 974, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2113|  1.29k|        return Py_NewRef(v);
  ------------------
  |  |  550|  1.29k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2114|  1.29k|    }
 2115|       |
 2116|      1|    it = PyObject_GetIter(v);
 2117|      1|    if (it == NULL) {
  ------------------
  |  Branch (2117:9): [True: 0, False: 1]
  ------------------
 2118|      0|        PyThreadState *tstate = _PyThreadState_GET();
 2119|      0|        if (_PyErr_ExceptionMatches(tstate, PyExc_TypeError)) {
  ------------------
  |  Branch (2119:13): [True: 0, False: 0]
  ------------------
 2120|      0|            _PyErr_SetString(tstate, PyExc_TypeError, m);
 2121|      0|        }
 2122|      0|        return NULL;
 2123|      0|    }
 2124|       |
 2125|      1|    v = PySequence_List(it);
 2126|      1|    Py_DECREF(it);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2127|       |
 2128|      1|    return v;
 2129|      1|}
PySequence_Contains:
 2241|    664|{
 2242|    664|    PySequenceMethods *sqm = Py_TYPE(seq)->tp_as_sequence;
  ------------------
  |  |  213|    664|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    664|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    664|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2243|    664|    if (sqm != NULL && sqm->sq_contains != NULL) {
  ------------------
  |  Branch (2243:9): [True: 664, False: 0]
  |  Branch (2243:24): [True: 664, False: 0]
  ------------------
 2244|    664|        int res = (*sqm->sq_contains)(seq, ob);
 2245|    664|        assert(_Py_CheckSlotResult(seq, "__contains__", res >= 0));
  ------------------
  |  Branch (2245:9): [True: 664, False: 0]
  ------------------
 2246|    664|        return res;
 2247|    664|    }
 2248|      0|    Py_ssize_t result = _PySequence_IterSearch(seq, ob, PY_ITERSEARCH_CONTAINS);
  ------------------
  |  |   29|      0|#define PY_ITERSEARCH_CONTAINS 3
  ------------------
 2249|      0|    return Py_SAFE_DOWNCAST(result, Py_ssize_t, int);
  ------------------
  |  |  247|      0|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2250|    664|}
PyMapping_Check:
 2270|    654|{
 2271|    654|    return o && Py_TYPE(o)->tp_as_mapping &&
  ------------------
  |  |  213|    654|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    654|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    654|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2271:12): [True: 654, False: 0]
  |  Branch (2271:17): [True: 654, False: 0]
  ------------------
 2272|    654|        Py_TYPE(o)->tp_as_mapping->mp_subscript;
  ------------------
  |  |  213|    654|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    654|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    654|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2272:9): [True: 654, False: 0]
  ------------------
 2273|    654|}
PyMapping_Size:
 2277|     54|{
 2278|     54|    if (o == NULL) {
  ------------------
  |  Branch (2278:9): [True: 0, False: 54]
  ------------------
 2279|      0|        null_error();
 2280|      0|        return -1;
 2281|      0|    }
 2282|       |
 2283|     54|    PyMappingMethods *m = Py_TYPE(o)->tp_as_mapping;
  ------------------
  |  |  213|     54|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2284|     54|    if (m && m->mp_length) {
  ------------------
  |  Branch (2284:9): [True: 54, False: 0]
  |  Branch (2284:14): [True: 54, False: 0]
  ------------------
 2285|     54|        Py_ssize_t len = m->mp_length(o);
 2286|     54|        assert(_Py_CheckSlotResult(o, "__len__", len >= 0));
  ------------------
  |  Branch (2286:9): [True: 54, False: 0]
  ------------------
 2287|     54|        return len;
 2288|     54|    }
 2289|       |
 2290|      0|    if (Py_TYPE(o)->tp_as_sequence && Py_TYPE(o)->tp_as_sequence->sq_length) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_TYPE(o)->tp_as_sequence && Py_TYPE(o)->tp_as_sequence->sq_length) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2290:9): [True: 0, False: 0]
  |  Branch (2290:39): [True: 0, False: 0]
  ------------------
 2291|      0|        type_error("%.200s is not a mapping", o);
 2292|      0|        return -1;
 2293|      0|    }
 2294|       |    /* PyMapping_Size() can be called from PyObject_Size(). */
 2295|      0|    type_error("object of type '%.200s' has no len()", o);
 2296|      0|    return -1;
 2297|      0|}
PyMapping_GetItemString:
 2309|      8|{
 2310|      8|    PyObject *okey, *r;
 2311|       |
 2312|      8|    if (key == NULL) {
  ------------------
  |  Branch (2312:9): [True: 0, False: 8]
  ------------------
 2313|      0|        return null_error();
 2314|      0|    }
 2315|       |
 2316|      8|    okey = PyUnicode_FromString(key);
 2317|      8|    if (okey == NULL)
  ------------------
  |  Branch (2317:9): [True: 0, False: 8]
  ------------------
 2318|      0|        return NULL;
 2319|      8|    r = PyObject_GetItem(o, okey);
 2320|      8|    Py_DECREF(okey);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2321|      8|    return r;
 2322|      8|}
PyMapping_SetItemString:
 2344|      2|{
 2345|      2|    PyObject *okey;
 2346|      2|    int r;
 2347|       |
 2348|      2|    if (key == NULL) {
  ------------------
  |  Branch (2348:9): [True: 0, False: 2]
  ------------------
 2349|      0|        null_error();
 2350|      0|        return -1;
 2351|      0|    }
 2352|       |
 2353|      2|    okey = PyUnicode_FromString(key);
 2354|      2|    if (okey == NULL)
  ------------------
  |  Branch (2354:9): [True: 0, False: 2]
  ------------------
 2355|      0|        return -1;
 2356|      2|    r = PyObject_SetItem(o, okey, value);
 2357|      2|    Py_DECREF(okey);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2358|      2|    return r;
 2359|      2|}
PyMapping_Keys:
 2461|     18|{
 2462|     18|    if (o == NULL) {
  ------------------
  |  Branch (2462:9): [True: 0, False: 18]
  ------------------
 2463|      0|        return null_error();
 2464|      0|    }
 2465|     18|    if (PyDict_CheckExact(o)) {
  ------------------
  |  |   19|     18|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|     18|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 10, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2466|     10|        return PyDict_Keys(o);
 2467|     10|    }
 2468|      8|    return method_output_as_list(o, &_Py_ID(keys));
  ------------------
  |  |  917|      8|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      8|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      8|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2469|     18|}
PyMapping_Items:
 2473|     65|{
 2474|     65|    if (o == NULL) {
  ------------------
  |  Branch (2474:9): [True: 0, False: 65]
  ------------------
 2475|      0|        return null_error();
 2476|      0|    }
 2477|     65|    if (PyDict_CheckExact(o)) {
  ------------------
  |  |   19|     65|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|     65|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     65|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     65|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 65]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2478|      0|        return PyDict_Items(o);
 2479|      0|    }
 2480|     65|    return method_output_as_list(o, &_Py_ID(items));
  ------------------
  |  |  917|     65|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     65|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     65|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2481|     65|}
PyObject_IsInstance:
 2705|    774|{
 2706|    774|    PyThreadState *tstate = _PyThreadState_GET();
 2707|    774|    return object_recursive_isinstance(tstate, inst, cls);
 2708|    774|}
PyObject_IsSubclass:
 2793|    415|{
 2794|    415|    PyThreadState *tstate = _PyThreadState_GET();
 2795|    415|    return object_issubclass(tstate, derived, cls);
 2796|    415|}
_PyObject_RealIsInstance:
 2801|     72|{
 2802|     72|    return object_isinstance(inst, cls);
 2803|     72|}
_PyObject_RealIsSubclass:
 2807|    342|{
 2808|    342|    return recursive_issubclass(derived, cls);
 2809|    342|}
PyObject_GetIter:
 2814|    544|{
 2815|    544|    PyTypeObject *t = Py_TYPE(o);
  ------------------
  |  |  213|    544|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    544|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    544|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2816|    544|    getiterfunc f;
 2817|       |
 2818|    544|    f = t->tp_iter;
 2819|    544|    if (f == NULL) {
  ------------------
  |  Branch (2819:9): [True: 22, False: 522]
  ------------------
 2820|     22|        if (PySequence_Check(o))
  ------------------
  |  Branch (2820:13): [True: 22, False: 0]
  ------------------
 2821|     22|            return PySeqIter_New(o);
 2822|      0|        return type_error("'%.200s' object is not iterable", o);
 2823|     22|    }
 2824|    522|    else {
 2825|    522|        PyObject *res = (*f)(o);
 2826|    522|        if (res != NULL && !PyIter_Check(res)) {
  ------------------
  |  Branch (2826:13): [True: 522, False: 0]
  |  Branch (2826:28): [True: 0, False: 522]
  ------------------
 2827|      0|            PyErr_Format(PyExc_TypeError,
 2828|      0|                         "%T.__iter__() must return an iterator, not %T",
 2829|      0|                         o, res);
 2830|      0|            Py_SETREF(res, NULL);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2831|      0|        }
 2832|    522|        return res;
 2833|    522|    }
 2834|    544|}
PyIter_Check:
 2857|    524|{
 2858|    524|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|    524|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    524|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    524|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2859|    524|    return (tp->tp_iternext != NULL &&
  ------------------
  |  Branch (2859:13): [True: 524, False: 0]
  ------------------
 2860|    524|            tp->tp_iternext != &_PyObject_NextNotImplemented);
  ------------------
  |  Branch (2860:13): [True: 524, False: 0]
  ------------------
 2861|    524|}
PyIter_Next:
 2924|  2.06k|{
 2925|  2.06k|    PyObject *item;
 2926|  2.06k|    (void)iternext(iter, &item);
 2927|  2.06k|    return item;
 2928|  2.06k|}
abstract.c:binary_op:
 1012|    153|{
 1013|    153|    PyObject *result = BINARY_OP1(v, w, op_slot, op_name);
  ------------------
  |  |  995|    153|#  define BINARY_OP1(v, w, op_slot, op_name) binary_op1(v, w, op_slot, op_name)
  ------------------
 1014|    153|    if (result == Py_NotImplemented) {
  ------------------
  |  |  640|    153|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1014:9): [True: 0, False: 153]
  ------------------
 1015|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1016|      0|        return binop_type_error(v, w, op_name);
 1017|      0|    }
 1018|    153|    return result;
 1019|    153|}
abstract.c:binary_op1:
  945|    404|{
  946|    404|    binaryfunc slotv;
  947|    404|    if (Py_TYPE(v)->tp_as_number != NULL) {
  ------------------
  |  |  213|    404|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    404|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    404|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (947:9): [True: 354, False: 50]
  ------------------
  948|    354|        slotv = NB_BINOP(Py_TYPE(v)->tp_as_number, op_slot);
  ------------------
  |  |  925|    354|        (*(binaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
  949|    354|    }
  950|     50|    else {
  951|     50|        slotv = NULL;
  952|     50|    }
  953|       |
  954|    404|    binaryfunc slotw;
  955|    404|    if (!Py_IS_TYPE(w, Py_TYPE(v)) && Py_TYPE(w)->tp_as_number != NULL) {
  ------------------
  |  |  215|    808|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    404|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    404|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!Py_IS_TYPE(w, Py_TYPE(v)) && Py_TYPE(w)->tp_as_number != NULL) {
  ------------------
  |  |  213|     59|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (955:9): [True: 59, False: 345]
  |  Branch (955:39): [True: 59, False: 0]
  ------------------
  956|     59|        slotw = NB_BINOP(Py_TYPE(w)->tp_as_number, op_slot);
  ------------------
  |  |  925|     59|        (*(binaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
  957|     59|        if (slotw == slotv) {
  ------------------
  |  Branch (957:13): [True: 0, False: 59]
  ------------------
  958|      0|            slotw = NULL;
  959|      0|        }
  960|     59|    }
  961|    345|    else {
  962|    345|        slotw = NULL;
  963|    345|    }
  964|       |
  965|    404|    if (slotv) {
  ------------------
  |  Branch (965:9): [True: 326, False: 78]
  ------------------
  966|    326|        PyObject *x;
  967|    326|        if (slotw && PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v))) {
  ------------------
  |  |  213|     24|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (slotw && PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v))) {
  ------------------
  |  |  213|     24|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (967:13): [True: 24, False: 302]
  |  Branch (967:22): [True: 24, False: 0]
  ------------------
  968|     24|            x = slotw(v, w);
  969|     24|            if (x != Py_NotImplemented)
  ------------------
  |  |  640|     24|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (969:17): [True: 24, False: 0]
  ------------------
  970|     24|                return x;
  971|      0|            Py_DECREF(x); /* can't do it */
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  972|      0|            slotw = NULL;
  973|      0|        }
  974|    302|        x = slotv(v, w);
  975|    302|        assert(_Py_CheckSlotResult(v, op_name, x != NULL));
  ------------------
  |  Branch (975:9): [True: 302, False: 0]
  ------------------
  976|    302|        if (x != Py_NotImplemented) {
  ------------------
  |  |  640|    302|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (976:13): [True: 302, False: 0]
  ------------------
  977|    302|            return x;
  978|    302|        }
  979|      0|        Py_DECREF(x); /* can't do it */
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  980|      0|    }
  981|     78|    if (slotw) {
  ------------------
  |  Branch (981:9): [True: 35, False: 43]
  ------------------
  982|     35|        PyObject *x = slotw(v, w);
  983|     35|        assert(_Py_CheckSlotResult(w, op_name, x != NULL));
  ------------------
  |  Branch (983:9): [True: 35, False: 0]
  ------------------
  984|     35|        if (x != Py_NotImplemented) {
  ------------------
  |  |  640|     35|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (984:13): [True: 0, False: 35]
  ------------------
  985|      0|            return x;
  986|      0|        }
  987|     35|        Py_DECREF(x); /* can't do it */
  ------------------
  |  |  430|     35|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  988|     35|    }
  989|     78|    Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|     78|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|     78|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
  990|     78|}
abstract.c:sequence_repeat:
 1158|     35|{
 1159|     35|    Py_ssize_t count;
 1160|     35|    if (_PyIndex_Check(n)) {
  ------------------
  |  Branch (1160:9): [True: 35, False: 0]
  ------------------
 1161|     35|        count = PyNumber_AsSsize_t(n, PyExc_OverflowError);
 1162|     35|        if (count == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1162:13): [True: 0, False: 35]
  |  Branch (1162:28): [True: 0, False: 0]
  ------------------
 1163|      0|            return NULL;
 1164|      0|        }
 1165|     35|    }
 1166|      0|    else {
 1167|      0|        return type_error("can't multiply sequence by "
 1168|      0|                          "non-int of type '%.200s'", n);
 1169|      0|    }
 1170|     35|    PyObject *res = (*repeatfunc)(seq, count);
 1171|     35|    assert(_Py_CheckSlotResult(seq, "*", res != NULL));
  ------------------
  |  Branch (1171:5): [True: 35, False: 0]
  ------------------
 1172|     35|    return res;
 1173|     35|}
abstract.c:ternary_op:
 1036|      1|{
 1037|      1|    PyNumberMethods *mv = Py_TYPE(v)->tp_as_number;
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1038|      1|    PyNumberMethods *mw = Py_TYPE(w)->tp_as_number;
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1039|       |
 1040|      1|    ternaryfunc slotv;
 1041|      1|    if (mv != NULL) {
  ------------------
  |  Branch (1041:9): [True: 1, False: 0]
  ------------------
 1042|      1|        slotv = NB_TERNOP(mv, op_slot);
  ------------------
  |  |  927|      1|        (*(ternaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
 1043|      1|    }
 1044|      0|    else {
 1045|      0|        slotv = NULL;
 1046|      0|    }
 1047|       |
 1048|      1|    ternaryfunc slotw;
 1049|      1|    if (!Py_IS_TYPE(w, Py_TYPE(v)) && mw != NULL) {
  ------------------
  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1049:9): [True: 0, False: 1]
  |  Branch (1049:39): [True: 0, False: 0]
  ------------------
 1050|      0|        slotw = NB_TERNOP(mw, op_slot);
  ------------------
  |  |  927|      0|        (*(ternaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
 1051|      0|        if (slotw == slotv) {
  ------------------
  |  Branch (1051:13): [True: 0, False: 0]
  ------------------
 1052|      0|            slotw = NULL;
 1053|      0|        }
 1054|      0|    }
 1055|      1|    else {
 1056|      1|        slotw = NULL;
 1057|      1|    }
 1058|       |
 1059|      1|    if (slotv) {
  ------------------
  |  Branch (1059:9): [True: 1, False: 0]
  ------------------
 1060|      1|        PyObject *x;
 1061|      1|        if (slotw && PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v))) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (slotw && PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v))) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1061:13): [True: 0, False: 1]
  |  Branch (1061:22): [True: 0, False: 0]
  ------------------
 1062|      0|            x = slotw(v, w, z);
 1063|      0|            if (x != Py_NotImplemented) {
  ------------------
  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1063:17): [True: 0, False: 0]
  ------------------
 1064|      0|                return x;
 1065|      0|            }
 1066|      0|            Py_DECREF(x); /* can't do it */
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1067|      0|            slotw = NULL;
 1068|      0|        }
 1069|      1|        x = slotv(v, w, z);
 1070|      1|        assert(_Py_CheckSlotResult(v, op_name, x != NULL));
  ------------------
  |  Branch (1070:9): [True: 1, False: 0]
  ------------------
 1071|      1|        if (x != Py_NotImplemented) {
  ------------------
  |  |  640|      1|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1071:13): [True: 1, False: 0]
  ------------------
 1072|      1|            return x;
 1073|      1|        }
 1074|      0|        Py_DECREF(x); /* can't do it */
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1075|      0|    }
 1076|      0|    if (slotw) {
  ------------------
  |  Branch (1076:9): [True: 0, False: 0]
  ------------------
 1077|      0|        PyObject *x = slotw(v, w, z);
 1078|      0|        assert(_Py_CheckSlotResult(w, op_name, x != NULL));
  ------------------
  |  Branch (1078:9): [True: 0, False: 0]
  ------------------
 1079|      0|        if (x != Py_NotImplemented) {
  ------------------
  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1079:13): [True: 0, False: 0]
  ------------------
 1080|      0|            return x;
 1081|      0|        }
 1082|      0|        Py_DECREF(x); /* can't do it */
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1083|      0|    }
 1084|       |
 1085|      0|    PyNumberMethods *mz = Py_TYPE(z)->tp_as_number;
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1086|      0|    if (mz != NULL) {
  ------------------
  |  Branch (1086:9): [True: 0, False: 0]
  ------------------
 1087|      0|        ternaryfunc slotz = NB_TERNOP(mz, op_slot);
  ------------------
  |  |  927|      0|        (*(ternaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
 1088|      0|        if (slotz == slotv || slotz == slotw) {
  ------------------
  |  Branch (1088:13): [True: 0, False: 0]
  |  Branch (1088:31): [True: 0, False: 0]
  ------------------
 1089|      0|            slotz = NULL;
 1090|      0|        }
 1091|      0|        if (slotz) {
  ------------------
  |  Branch (1091:13): [True: 0, False: 0]
  ------------------
 1092|      0|            PyObject *x = slotz(v, w, z);
 1093|      0|            assert(_Py_CheckSlotResult(z, op_name, x != NULL));
  ------------------
  |  Branch (1093:13): [True: 0, False: 0]
  ------------------
 1094|      0|            if (x != Py_NotImplemented) {
  ------------------
  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1094:17): [True: 0, False: 0]
  ------------------
 1095|      0|                return x;
 1096|      0|            }
 1097|      0|            Py_DECREF(x); /* can't do it */
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1098|      0|        }
 1099|      0|    }
 1100|       |
 1101|      0|    if (z == Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1101:9): [True: 0, False: 0]
  ------------------
 1102|      0|        PyErr_Format(
 1103|      0|            PyExc_TypeError,
 1104|      0|            "unsupported operand type(s) for %.100s: "
 1105|      0|            "'%.100s' and '%.100s'",
 1106|      0|            op_name,
 1107|      0|            Py_TYPE(v)->tp_name,
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1108|      0|            Py_TYPE(w)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1109|      0|    }
 1110|      0|    else {
 1111|      0|        PyErr_Format(
 1112|      0|            PyExc_TypeError,
 1113|      0|            "unsupported operand type(s) for %.100s: "
 1114|      0|            "'%.100s', '%.100s', '%.100s'",
 1115|      0|            op_name,
 1116|      0|            Py_TYPE(v)->tp_name,
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1117|      0|            Py_TYPE(w)->tp_name,
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1118|      0|            Py_TYPE(z)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1119|      0|    }
 1120|       |    return NULL;
 1121|      0|}
abstract.c:binary_iop:
 1262|     11|{
 1263|     11|    PyObject *result = BINARY_IOP1(v, w, iop_slot, op_slot, op_name);
  ------------------
  |  | 1256|     11|#  define BINARY_IOP1(v, w, iop_slot, op_slot, op_name) binary_iop1(v, w, iop_slot, op_slot, op_name)
  ------------------
 1264|     11|    if (result == Py_NotImplemented) {
  ------------------
  |  |  640|     11|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1264:9): [True: 0, False: 11]
  ------------------
 1265|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1266|      0|        return binop_type_error(v, w, op_name);
 1267|      0|    }
 1268|     11|    return result;
 1269|     11|}
abstract.c:binary_iop1:
 1233|     29|{
 1234|     29|    PyNumberMethods *mv = Py_TYPE(v)->tp_as_number;
  ------------------
  |  |  213|     29|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1235|     29|    if (mv != NULL) {
  ------------------
  |  Branch (1235:9): [True: 19, False: 10]
  ------------------
 1236|     19|        binaryfunc slot = NB_BINOP(mv, iop_slot);
  ------------------
  |  |  925|     19|        (*(binaryfunc*)(& ((char*)nb_methods)[slot]))
  ------------------
 1237|     19|        if (slot) {
  ------------------
  |  Branch (1237:13): [True: 7, False: 12]
  ------------------
 1238|      7|            PyObject *x = (slot)(v, w);
 1239|      7|            assert(_Py_CheckSlotResult(v, op_name, x != NULL));
  ------------------
  |  Branch (1239:13): [True: 7, False: 0]
  ------------------
 1240|      7|            if (x != Py_NotImplemented) {
  ------------------
  |  |  640|      7|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1240:17): [True: 7, False: 0]
  ------------------
 1241|      7|                return x;
 1242|      7|            }
 1243|      0|            Py_DECREF(x);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1244|      0|        }
 1245|     19|    }
 1246|       |#ifdef NDEBUG
 1247|       |    return binary_op1(v, w, op_slot);
 1248|       |#else
 1249|     22|    return binary_op1(v, w, op_slot, op_name);
 1250|     29|#endif
 1251|     29|}
abstract.c:method_output_as_list:
 2434|     73|{
 2435|     73|    PyObject *it, *result, *meth_output;
 2436|       |
 2437|     73|    assert(o != NULL);
  ------------------
  |  Branch (2437:5): [True: 73, False: 0]
  ------------------
 2438|     73|    meth_output = PyObject_CallMethodNoArgs(o, meth);
 2439|     73|    if (meth_output == NULL || PyList_CheckExact(meth_output)) {
  ------------------
  |  |   26|     73|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|     73|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 73]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2439:9): [True: 0, False: 73]
  ------------------
 2440|      0|        return meth_output;
 2441|      0|    }
 2442|     73|    it = PyObject_GetIter(meth_output);
 2443|     73|    if (it == NULL) {
  ------------------
  |  Branch (2443:9): [True: 0, False: 73]
  ------------------
 2444|      0|        PyThreadState *tstate = _PyThreadState_GET();
 2445|      0|        if (_PyErr_ExceptionMatches(tstate, PyExc_TypeError)) {
  ------------------
  |  Branch (2445:13): [True: 0, False: 0]
  ------------------
 2446|      0|            _PyErr_Format(tstate, PyExc_TypeError,
 2447|      0|                          "%T.%U() must return an iterable, not %T",
 2448|      0|                          o, meth, meth_output);
 2449|      0|        }
 2450|      0|        Py_DECREF(meth_output);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2451|      0|        return NULL;
 2452|      0|    }
 2453|     73|    Py_DECREF(meth_output);
  ------------------
  |  |  430|     73|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2454|     73|    result = PySequence_List(it);
 2455|     73|    Py_DECREF(it);
  ------------------
  |  |  430|     73|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2456|     73|    return result;
 2457|     73|}
abstract.c:object_recursive_isinstance:
 2640|    885|{
 2641|       |    /* Quick test for an exact match */
 2642|    885|    if (Py_IS_TYPE(inst, (PyTypeObject *)cls)) {
  ------------------
  |  |  215|    885|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    885|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    885|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 298, False: 587]
  |  |  ------------------
  ------------------
 2643|    298|        return 1;
 2644|    298|    }
 2645|       |
 2646|       |    /* We know what type's __instancecheck__ does. */
 2647|    587|    if (PyType_CheckExact(cls)) {
  ------------------
  |  |  776|    587|#  define PyType_CheckExact(op) PyType_CheckExact(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    587|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    587|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (776:33): [True: 452, False: 135]
  |  |  ------------------
  ------------------
 2648|    452|        return object_isinstance(inst, cls);
 2649|    452|    }
 2650|       |
 2651|    135|    if (_PyUnion_Check(cls)) {
  ------------------
  |  |   15|    135|#define _PyUnion_Check(op) Py_IS_TYPE((op), &_PyUnion_Type)
  |  |  ------------------
  |  |  |  |  215|    135|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    135|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 135]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2652|      0|        cls = _Py_union_args(cls);
 2653|      0|    }
 2654|       |
 2655|    135|    if (PyTuple_Check(cls)) {
  ------------------
  |  |   27|    135|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    135|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 63, False: 72]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2656|       |        /* Not a general sequence -- that opens up the road to
 2657|       |           recursion and stack overflow. */
 2658|     63|        if (_Py_EnterRecursiveCallTstate(tstate, " in __instancecheck__")) {
  ------------------
  |  Branch (2658:13): [True: 0, False: 63]
  ------------------
 2659|      0|            return -1;
 2660|      0|        }
 2661|     63|        Py_ssize_t n = PyTuple_GET_SIZE(cls);
  ------------------
  |  |   27|     63|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2662|     63|        int r = 0;
 2663|    111|        for (Py_ssize_t i = 0; i < n; ++i) {
  ------------------
  |  Branch (2663:32): [True: 111, False: 0]
  ------------------
 2664|    111|            PyObject *item = PyTuple_GET_ITEM(cls, i);
  ------------------
  |  |   29|    111|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    111|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    111|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2664:30): [True: 111, False: 0]
  ------------------
 2665|      0|            r = object_recursive_isinstance(tstate, inst, item);
 2666|    111|            if (r != 0) {
  ------------------
  |  Branch (2666:17): [True: 63, False: 48]
  ------------------
 2667|       |                /* either found it, or got an error */
 2668|     63|                break;
 2669|     63|            }
 2670|    111|        }
 2671|     63|        _Py_LeaveRecursiveCallTstate(tstate);
 2672|     63|        return r;
 2673|     63|    }
 2674|       |
 2675|     72|    PyObject *checker = _PyObject_LookupSpecial(cls, &_Py_ID(__instancecheck__));
  ------------------
  |  |  917|     72|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     72|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     72|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2676|     72|    if (checker != NULL) {
  ------------------
  |  Branch (2676:9): [True: 72, False: 0]
  ------------------
 2677|     72|        if (_Py_EnterRecursiveCallTstate(tstate, " in __instancecheck__")) {
  ------------------
  |  Branch (2677:13): [True: 0, False: 72]
  ------------------
 2678|      0|            Py_DECREF(checker);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2679|      0|            return -1;
 2680|      0|        }
 2681|       |
 2682|     72|        PyObject *res = PyObject_CallOneArg(checker, inst);
 2683|     72|        _Py_LeaveRecursiveCallTstate(tstate);
 2684|     72|        Py_DECREF(checker);
  ------------------
  |  |  430|     72|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2685|       |
 2686|     72|        if (res == NULL) {
  ------------------
  |  Branch (2686:13): [True: 0, False: 72]
  ------------------
 2687|      0|            return -1;
 2688|      0|        }
 2689|     72|        int ok = PyObject_IsTrue(res);
 2690|     72|        Py_DECREF(res);
  ------------------
  |  |  430|     72|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2691|       |
 2692|     72|        return ok;
 2693|     72|    }
 2694|      0|    else if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2694:14): [True: 0, False: 0]
  ------------------
 2695|      0|        return -1;
 2696|      0|    }
 2697|       |
 2698|       |    /* cls has no __instancecheck__() method */
 2699|      0|    return object_isinstance(inst, cls);
 2700|     72|}
abstract.c:object_issubclass:
 2733|    415|{
 2734|    415|    PyObject *checker;
 2735|       |
 2736|       |    /* We know what type's __subclasscheck__ does. */
 2737|    415|    if (PyType_CheckExact(cls)) {
  ------------------
  |  |  776|    415|#  define PyType_CheckExact(op) PyType_CheckExact(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    415|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    415|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (776:33): [True: 336, False: 79]
  |  |  ------------------
  ------------------
 2738|       |        /* Quick test for an exact match */
 2739|    336|        if (derived == cls)
  ------------------
  |  Branch (2739:13): [True: 267, False: 69]
  ------------------
 2740|    267|            return 1;
 2741|     69|        return recursive_issubclass(derived, cls);
 2742|    336|    }
 2743|       |
 2744|     79|    if (_PyUnion_Check(cls)) {
  ------------------
  |  |   15|     79|#define _PyUnion_Check(op) Py_IS_TYPE((op), &_PyUnion_Type)
  |  |  ------------------
  |  |  |  |  215|     79|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 79]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2745|      0|        cls = _Py_union_args(cls);
 2746|      0|    }
 2747|       |
 2748|     79|    if (PyTuple_Check(cls)) {
  ------------------
  |  |   27|     79|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     79|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 79]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2749|       |
 2750|      0|        if (_Py_EnterRecursiveCallTstate(tstate, " in __subclasscheck__")) {
  ------------------
  |  Branch (2750:13): [True: 0, False: 0]
  ------------------
 2751|      0|            return -1;
 2752|      0|        }
 2753|      0|        Py_ssize_t n = PyTuple_GET_SIZE(cls);
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2754|      0|        int r = 0;
 2755|      0|        for (Py_ssize_t i = 0; i < n; ++i) {
  ------------------
  |  Branch (2755:32): [True: 0, False: 0]
  ------------------
 2756|      0|            PyObject *item = PyTuple_GET_ITEM(cls, i);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2756:30): [True: 0, False: 0]
  ------------------
 2757|      0|            r = object_issubclass(tstate, derived, item);
 2758|      0|            if (r != 0)
  ------------------
  |  Branch (2758:17): [True: 0, False: 0]
  ------------------
 2759|       |                /* either found it, or got an error */
 2760|      0|                break;
 2761|      0|        }
 2762|      0|        _Py_LeaveRecursiveCallTstate(tstate);
 2763|      0|        return r;
 2764|      0|    }
 2765|       |
 2766|     79|    checker = _PyObject_LookupSpecial(cls, &_Py_ID(__subclasscheck__));
  ------------------
  |  |  917|     79|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     79|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     79|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2767|     79|    if (checker != NULL) {
  ------------------
  |  Branch (2767:9): [True: 79, False: 0]
  ------------------
 2768|     79|        int ok = -1;
 2769|     79|        if (_Py_EnterRecursiveCallTstate(tstate, " in __subclasscheck__")) {
  ------------------
  |  Branch (2769:13): [True: 0, False: 79]
  ------------------
 2770|      0|            Py_DECREF(checker);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2771|      0|            return ok;
 2772|      0|        }
 2773|     79|        PyObject *res = PyObject_CallOneArg(checker, derived);
 2774|     79|        _Py_LeaveRecursiveCallTstate(tstate);
 2775|     79|        Py_DECREF(checker);
  ------------------
  |  |  430|     79|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2776|     79|        if (res != NULL) {
  ------------------
  |  Branch (2776:13): [True: 79, False: 0]
  ------------------
 2777|     79|            ok = PyObject_IsTrue(res);
 2778|     79|            Py_DECREF(res);
  ------------------
  |  |  430|     79|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2779|     79|        }
 2780|     79|        return ok;
 2781|     79|    }
 2782|      0|    else if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2782:14): [True: 0, False: 0]
  ------------------
 2783|      0|        return -1;
 2784|      0|    }
 2785|       |
 2786|       |    /* Can be reached when infinite recursion happens. */
 2787|      0|    return recursive_issubclass(derived, cls);
 2788|     79|}
abstract.c:object_isinstance:
 2604|    524|{
 2605|    524|    PyObject *icls;
 2606|    524|    int retval;
 2607|    524|    if (PyType_Check(cls)) {
  ------------------
  |  |  766|    524|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    524|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    524|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 524, False: 0]
  |  |  ------------------
  ------------------
 2608|    524|        retval = PyObject_TypeCheck(inst, (PyTypeObject *)cls);
  ------------------
  |  |  378|    524|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    524|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    524|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2609|    524|        if (retval == 0) {
  ------------------
  |  Branch (2609:13): [True: 511, False: 13]
  ------------------
 2610|    511|            retval = PyObject_GetOptionalAttr(inst, &_Py_ID(__class__), &icls);
  ------------------
  |  |  917|    511|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    511|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    511|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2611|    511|            if (icls != NULL) {
  ------------------
  |  Branch (2611:17): [True: 511, False: 0]
  ------------------
 2612|    511|                if (icls != (PyObject *)(Py_TYPE(inst)) && PyType_Check(icls)) {
  ------------------
  |  |  213|    511|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    511|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    511|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              if (icls != (PyObject *)(Py_TYPE(inst)) && PyType_Check(icls)) {
  ------------------
  |  |  766|      0|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2612:21): [True: 0, False: 511]
  ------------------
 2613|      0|                    retval = PyType_IsSubtype(
 2614|      0|                        (PyTypeObject *)icls,
 2615|      0|                        (PyTypeObject *)cls);
 2616|      0|                }
 2617|    511|                else {
 2618|    511|                    retval = 0;
 2619|    511|                }
 2620|    511|                Py_DECREF(icls);
  ------------------
  |  |  430|    511|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    511|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    511|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2621|    511|            }
 2622|    511|        }
 2623|    524|    }
 2624|      0|    else {
 2625|      0|        if (!check_class(cls,
  ------------------
  |  Branch (2625:13): [True: 0, False: 0]
  ------------------
 2626|      0|            "isinstance() arg 2 must be a type, a tuple of types, or a union"))
 2627|      0|            return -1;
 2628|      0|        retval = PyObject_GetOptionalAttr(inst, &_Py_ID(__class__), &icls);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2629|      0|        if (icls != NULL) {
  ------------------
  |  Branch (2629:13): [True: 0, False: 0]
  ------------------
 2630|      0|            retval = abstract_issubclass(icls, cls);
 2631|      0|            Py_DECREF(icls);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2632|      0|        }
 2633|      0|    }
 2634|       |
 2635|    524|    return retval;
 2636|    524|}
abstract.c:recursive_issubclass:
 2713|    411|{
 2714|    411|    if (PyType_Check(cls) && PyType_Check(derived)) {
  ------------------
  |  |  766|    822|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    411|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    411|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 411, False: 0]
  |  |  ------------------
  ------------------
                  if (PyType_Check(cls) && PyType_Check(derived)) {
  ------------------
  |  |  766|    411|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    411|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    411|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 411, False: 0]
  |  |  ------------------
  ------------------
 2715|       |        /* Fast path (non-recursive) */
 2716|    411|        return PyType_IsSubtype((PyTypeObject *)derived, (PyTypeObject *)cls);
 2717|    411|    }
 2718|      0|    if (!check_class(derived,
  ------------------
  |  Branch (2718:9): [True: 0, False: 0]
  ------------------
 2719|      0|                     "issubclass() arg 1 must be a class"))
 2720|      0|        return -1;
 2721|       |
 2722|      0|    if (!_PyUnion_Check(cls) && !check_class(cls,
  ------------------
  |  |   15|      0|#define _PyUnion_Check(op) Py_IS_TYPE((op), &_PyUnion_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2722:9): [True: 0, False: 0]
  |  Branch (2722:33): [True: 0, False: 0]
  ------------------
 2723|      0|                            "issubclass() arg 2 must be a class,"
 2724|      0|                            " a tuple of classes, or a union")) {
 2725|      0|        return -1;
 2726|      0|    }
 2727|       |
 2728|      0|    return abstract_issubclass(derived, cls);
 2729|      0|}
abstract.c:iternext:
 2874|  2.06k|{
 2875|  2.06k|    iternextfunc tp_iternext = Py_TYPE(iter)->tp_iternext;
  ------------------
  |  |  213|  2.06k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2876|  2.06k|    if ((*item = tp_iternext(iter))) {
  ------------------
  |  Branch (2876:9): [True: 1.88k, False: 180]
  ------------------
 2877|  1.88k|        return 1;
 2878|  1.88k|    }
 2879|       |
 2880|    180|    PyThreadState *tstate = _PyThreadState_GET();
 2881|       |    /* When the iterator is exhausted it must return NULL;
 2882|       |     * a StopIteration exception may or may not be set. */
 2883|    180|    if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2883:9): [True: 180, False: 0]
  ------------------
 2884|    180|        return 0;
 2885|    180|    }
 2886|      0|    if (_PyErr_ExceptionMatches(tstate, PyExc_StopIteration)) {
  ------------------
  |  Branch (2886:9): [True: 0, False: 0]
  ------------------
 2887|      0|        _PyErr_Clear(tstate);
 2888|      0|        return 0;
 2889|      0|    }
 2890|       |
 2891|       |    /* Error case: an exception (different than StopIteration) is set. */
 2892|      0|    return -1;
 2893|      0|}

PyBool_FromLong:
   22|  3.96k|{
   23|  3.96k|    return ok ? Py_True : Py_False;
  ------------------
  |  |   26|  3.96k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|    549|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    549|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return ok ? Py_True : Py_False;
  ------------------
  |  |   25|  3.96k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|  3.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (23:12): [True: 549, False: 3.41k]
  ------------------
   24|  3.96k|}
boolobject.c:bool_vectorcall:
   47|      6|{
   48|      6|    long ok = 0;
   49|      6|    if (!_PyArg_NoKwnames("bool", kwnames)) {
  ------------------
  |  |   15|      6|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 6, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   50|      0|        return NULL;
   51|      0|    }
   52|       |
   53|      6|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      6|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
   54|      6|    if (!_PyArg_CheckPositional("bool", nargs, 0, 1)) {
  ------------------
  |  |   31|      6|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 6, False: 0]
  |  |  |  Branch (31:27): [True: 6, False: 0]
  |  |  ------------------
  |  |   32|      6|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   55|      0|        return NULL;
   56|      0|    }
   57|       |
   58|      6|    assert(PyType_Check(type));
  ------------------
  |  Branch (58:5): [True: 6, False: 0]
  ------------------
   59|      6|    if (nargs) {
  ------------------
  |  Branch (59:9): [True: 6, False: 0]
  ------------------
   60|      6|        ok = PyObject_IsTrue(args[0]);
   61|      6|        if (ok < 0) {
  ------------------
  |  Branch (61:13): [True: 0, False: 6]
  ------------------
   62|      0|            return NULL;
   63|      0|        }
   64|      6|    }
   65|      6|    return PyBool_FromLong(ok);
   66|      6|}

PyByteArray_FromStringAndSize:
  155|    182|{
  156|    182|    PyByteArrayObject *new;
  157|       |
  158|    182|    if (size < 0) {
  ------------------
  |  Branch (158:9): [True: 0, False: 182]
  ------------------
  159|      0|        PyErr_SetString(PyExc_SystemError,
  160|      0|            "Negative size passed to PyByteArray_FromStringAndSize");
  161|      0|        return NULL;
  162|      0|    }
  163|       |
  164|    182|    new = PyObject_New(PyByteArrayObject, &PyByteArray_Type);
  ------------------
  |  |  130|    182|#define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
  ------------------
  165|    182|    if (new == NULL) {
  ------------------
  |  Branch (165:9): [True: 0, False: 182]
  ------------------
  166|      0|        return NULL;
  167|      0|    }
  168|       |
  169|       |    /* Fill values used in bytearray_dealloc.
  170|       |
  171|       |       In an optimized build the memory isn't zeroed and ob_exports would be
  172|       |       uninitialized when when PyBytes_FromStringAndSize errored leading to
  173|       |       intermittent test failures. */
  174|    182|    new->ob_exports = 0;
  175|       |
  176|       |    /* Optimization: size=0 bytearray should not allocate space
  177|       |
  178|       |       PyBytes_FromStringAndSize returns the empty bytes global when size=0 so
  179|       |       no allocation occurs. */
  180|    182|    new->ob_bytes_object = PyBytes_FromStringAndSize(NULL, size);
  181|    182|    if (new->ob_bytes_object == NULL) {
  ------------------
  |  Branch (181:9): [True: 0, False: 182]
  ------------------
  182|      0|        Py_DECREF(new);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|      0|        return NULL;
  184|      0|    }
  185|    182|    bytearray_reinit_from_bytes(new, size, size);
  186|    182|    if (bytes != NULL && size > 0) {
  ------------------
  |  Branch (186:9): [True: 16, False: 166]
  |  Branch (186:26): [True: 16, False: 0]
  ------------------
  187|     16|        memcpy(new->ob_bytes, bytes, size);
  188|     16|    }
  189|       |
  190|    182|    return (PyObject *)new;
  191|    182|}
PyByteArray_Resize:
  296|     10|{
  297|     10|    int ret;
  298|     10|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     10|    {
  ------------------
  299|     10|    ret = bytearray_resize_lock_held(self, requested_size);
  300|     10|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     10|    }
  ------------------
  301|     10|    return ret;
  302|     10|}
bytearrayobject.c:bytearray_reinit_from_bytes:
   48|    204|                            Py_ssize_t alloc) {
   49|    204|    self->ob_bytes = self->ob_start = PyBytes_AS_STRING(self->ob_bytes_object);
  ------------------
  |  |   27|    204|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    204|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    204|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   50|    204|    Py_SET_SIZE(self, size);
  ------------------
  |  |  216|    204|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|    204|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    204|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|    204|    FT_ATOMIC_STORE_SSIZE_RELAXED(self->ob_alloc, alloc);
  ------------------
  |  |  194|    204|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
   52|    204|}
bytearrayobject.c:bytearray_resize_lock_held:
  213|     10|{
  214|     10|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(self);
  215|     10|    PyByteArrayObject *obj = ((PyByteArrayObject *)self);
  216|       |    /* All computations are done unsigned to avoid integer overflows
  217|       |       (see issue #22335). */
  218|     10|    size_t alloc = (size_t) obj->ob_alloc;
  219|     10|    size_t logical_offset = (size_t) (obj->ob_start - obj->ob_bytes);
  220|     10|    size_t size = (size_t) requested_size;
  221|       |
  222|     10|    assert(self != NULL);
  ------------------
  |  Branch (222:5): [True: 10, False: 0]
  ------------------
  223|     10|    assert(PyByteArray_Check(self));
  ------------------
  |  Branch (223:5): [True: 10, False: 0]
  ------------------
  224|     10|    assert(logical_offset <= alloc);
  ------------------
  |  Branch (224:5): [True: 10, False: 0]
  ------------------
  225|       |
  226|     10|    if (requested_size < 0) {
  ------------------
  |  Branch (226:9): [True: 0, False: 10]
  ------------------
  227|      0|        PyErr_Format(PyExc_ValueError,
  228|      0|            "Can only resize to positive sizes, got %zd", requested_size);
  229|      0|        return -1;
  230|      0|    }
  231|       |
  232|     10|    if (requested_size == Py_SIZE(self)) {
  ------------------
  |  |  214|     10|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (232:9): [True: 0, False: 10]
  ------------------
  233|      0|        return 0;
  234|      0|    }
  235|     10|    if (!_canresize(obj)) {
  ------------------
  |  Branch (235:9): [True: 0, False: 10]
  ------------------
  236|      0|        return -1;
  237|      0|    }
  238|       |
  239|     10|    if (size + logical_offset <= alloc) {
  ------------------
  |  Branch (239:9): [True: 0, False: 10]
  ------------------
  240|       |        /* Current buffer is large enough to host the requested size,
  241|       |           decide on a strategy. */
  242|      0|        if (size < alloc / 2) {
  ------------------
  |  Branch (242:13): [True: 0, False: 0]
  ------------------
  243|       |            /* Major downsize; resize down to exact size */
  244|      0|            alloc = size;
  245|      0|        }
  246|      0|        else {
  247|       |            /* Minor downsize; quick exit */
  248|      0|            Py_SET_SIZE(self, size);
  ------------------
  |  |  216|      0|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      0|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|       |            /* Add mid-buffer null; end provided by bytes. */
  250|      0|            PyByteArray_AS_STRING(self)[size] = '\0'; /* Trailing null */
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  251|      0|            return 0;
  252|      0|        }
  253|      0|    }
  254|     10|    else {
  255|       |        /* Need growing, decide on a strategy */
  256|     10|        if (size <= alloc * 1.125) {
  ------------------
  |  Branch (256:13): [True: 0, False: 10]
  ------------------
  257|       |            /* Moderate upsize; overallocate similar to list_resize() */
  258|      0|            alloc = size + (size >> 3) + (size < 9 ? 3 : 6);
  ------------------
  |  Branch (258:43): [True: 0, False: 0]
  ------------------
  259|      0|        }
  260|     10|        else {
  261|       |            /* Major upsize; resize up to exact size */
  262|     10|            alloc = size;
  263|     10|        }
  264|     10|    }
  265|     10|    if (alloc > PyByteArray_SIZE_MAX) {
  ------------------
  |  |   21|     10|#define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |  137|     10|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |               #define PyByteArray_SIZE_MAX ((Py_ssize_t)(PY_SSIZE_T_MAX - _PyBytesObject_SIZE))
  |  |  ------------------
  |  |  |  |   76|     10|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  |  Branch (265:9): [True: 0, False: 10]
  ------------------
  266|      0|        PyErr_NoMemory();
  267|      0|        return -1;
  268|      0|    }
  269|       |
  270|       |    /* Re-align data to the start of the allocation. */
  271|     10|    if (logical_offset > 0) {
  ------------------
  |  Branch (271:9): [True: 0, False: 10]
  ------------------
  272|       |        /* optimization tradeoff: This is faster than a new allocation when
  273|       |           the number of bytes being removed in a resize is small; for large
  274|       |           size changes it may be better to just make a new bytes object as
  275|       |           _PyBytes_Resize will do a malloc + memcpy internally. */
  276|      0|        memmove(obj->ob_bytes, obj->ob_start,
  277|      0|                Py_MIN(requested_size, Py_SIZE(self)));
  ------------------
  |  |  112|      0|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  278|      0|    }
  279|       |
  280|     10|    int ret = _PyBytes_Resize(&obj->ob_bytes_object, alloc);
  281|     10|    if (ret == -1) {
  ------------------
  |  Branch (281:9): [True: 0, False: 10]
  ------------------
  282|      0|        obj->ob_bytes_object = Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
  ------------------
  |  |  598|      0|#define Py_CONSTANT_EMPTY_BYTES 8
  ------------------
  283|      0|        size = alloc = 0;
  284|      0|    }
  285|     10|    bytearray_reinit_from_bytes(obj, size, alloc);
  286|     10|    if (alloc != size) {
  ------------------
  |  Branch (286:9): [True: 0, False: 10]
  ------------------
  287|       |        /* Add mid-buffer null; end provided by bytes. */
  288|      0|        obj->ob_bytes[size] = '\0';
  289|      0|    }
  290|       |
  291|     10|    return ret;
  292|     10|}
bytearrayobject.c:_canresize:
  114|     10|{
  115|     10|    if (self->ob_exports > 0) {
  ------------------
  |  Branch (115:9): [True: 0, False: 10]
  ------------------
  116|      0|        PyErr_SetString(PyExc_BufferError,
  117|      0|                "Existing exports of data: object cannot be re-sized");
  118|      0|        return 0;
  119|      0|    }
  120|     10|    return 1;
  121|     10|}
bytearrayobject.c:bytearray_dealloc:
 1208|    194|{
 1209|    194|    PyByteArrayObject *self = _PyByteArray_CAST(op);
  ------------------
  |  |   22|    194|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|    194|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1209:31): [True: 194, False: 0]
  ------------------
 1210|    194|    if (self->ob_exports > 0) {
  ------------------
  |  Branch (1210:9): [True: 0, False: 194]
  ------------------
 1211|      0|        PyErr_SetString(PyExc_SystemError,
 1212|      0|                        "deallocated bytearray object has exported buffers");
 1213|      0|        PyErr_Print();
 1214|      0|    }
 1215|    194|    Py_XDECREF(self->ob_bytes_object);
  ------------------
  |  |  524|    194|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    194|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    194|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1216|    194|    Py_TYPE(self)->tp_free((PyObject *)self);
  ------------------
  |  |  213|    194|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    194|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    194|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1217|    194|}
bytearrayobject.c:bytearray_length:
  345|      4|{
  346|      4|    return PyByteArray_GET_SIZE(op);
  ------------------
  |  |   38|      4|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  347|      4|}
bytearrayobject.c:_getbytevalue:
   27|    182|{
   28|    182|    int overflow;
   29|    182|    long face_value = PyLong_AsLongAndOverflow(arg, &overflow);
   30|       |
   31|    182|    if (face_value == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (31:9): [True: 0, False: 182]
  |  Branch (31:29): [True: 0, False: 0]
  ------------------
   32|      0|        *value = -1;
   33|      0|        return 0;
   34|      0|    }
   35|    182|    if (face_value < 0 || face_value >= 256) {
  ------------------
  |  Branch (35:9): [True: 0, False: 182]
  |  Branch (35:27): [True: 0, False: 182]
  ------------------
   36|       |        /* this includes an overflow in converting to C long */
   37|      0|        PyErr_SetString(PyExc_ValueError, "byte must be in range(0, 256)");
   38|      0|        *value = -1;
   39|      0|        return 0;
   40|      0|    }
   41|       |
   42|    182|    *value = face_value;
   43|    182|    return 1;
   44|    182|}
bytearrayobject.c:bytearray_subscript:
  541|     18|{
  542|     18|    PyObject *ret;
  543|     18|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|     18|    {
  ------------------
  544|     18|    ret = bytearray_subscript_lock_held(op, index);
  545|     18|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     18|    }
  ------------------
  546|     18|    return ret;
  547|       |
  548|     18|}
bytearrayobject.c:bytearray_subscript_lock_held:
  481|     18|{
  482|     18|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(op);
  483|     18|    PyByteArrayObject *self = _PyByteArray_CAST(op);
  ------------------
  |  |   22|     18|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (483:31): [True: 18, False: 0]
  ------------------
  484|     18|    if (_PyIndex_Check(index)) {
  ------------------
  |  Branch (484:9): [True: 0, False: 18]
  ------------------
  485|      0|        Py_ssize_t i = PyNumber_AsSsize_t(index, PyExc_IndexError);
  486|       |
  487|      0|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (487:13): [True: 0, False: 0]
  |  Branch (487:24): [True: 0, False: 0]
  ------------------
  488|      0|            return NULL;
  489|       |
  490|      0|        if (i < 0)
  ------------------
  |  Branch (490:13): [True: 0, False: 0]
  ------------------
  491|      0|            i += PyByteArray_GET_SIZE(self);
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  492|       |
  493|      0|        if (i < 0 || i >= Py_SIZE(self)) {
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (493:13): [True: 0, False: 0]
  |  Branch (493:22): [True: 0, False: 0]
  ------------------
  494|      0|            PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
  495|      0|            return NULL;
  496|      0|        }
  497|      0|        return _PyLong_FromUnsignedChar((unsigned char)(self->ob_start[i]));
  498|      0|    }
  499|     18|    else if (PySlice_Check(index)) {
  ------------------
  |  |   22|     18|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|     18|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  500|     18|        Py_ssize_t start, stop, step, slicelength, i;
  501|     18|        size_t cur;
  502|     18|        if (PySlice_Unpack(index, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (502:13): [True: 0, False: 18]
  ------------------
  503|      0|            return NULL;
  504|      0|        }
  505|     18|        slicelength = PySlice_AdjustIndices(PyByteArray_GET_SIZE(self),
  ------------------
  |  |   38|     18|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  506|     18|                                            &start, &stop, step);
  507|       |
  508|     18|        if (slicelength <= 0)
  ------------------
  |  Branch (508:13): [True: 0, False: 18]
  ------------------
  509|      0|            return PyByteArray_FromStringAndSize("", 0);
  510|     18|        else if (step == 1) {
  ------------------
  |  Branch (510:18): [True: 16, False: 2]
  ------------------
  511|     16|            return PyByteArray_FromStringAndSize(
  512|     16|                PyByteArray_AS_STRING(self) + start, slicelength);
  ------------------
  |  |   28|     16|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|     16|        }
  514|      2|        else {
  515|      2|            char *source_buf = PyByteArray_AS_STRING(self);
  ------------------
  |  |   28|      2|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|      2|            char *result_buf;
  517|      2|            PyObject *result;
  518|       |
  519|      2|            result = PyByteArray_FromStringAndSize(NULL, slicelength);
  520|      2|            if (result == NULL)
  ------------------
  |  Branch (520:17): [True: 0, False: 2]
  ------------------
  521|      0|                return NULL;
  522|       |
  523|      2|            result_buf = PyByteArray_AS_STRING(result);
  ------------------
  |  |   28|      2|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|    514|            for (cur = start, i = 0; i < slicelength;
  ------------------
  |  Branch (524:38): [True: 512, False: 2]
  ------------------
  525|    512|                 cur += step, i++) {
  526|    512|                     result_buf[i] = source_buf[cur];
  527|    512|            }
  528|      2|            return result;
  529|      2|        }
  530|     18|    }
  531|      0|    else {
  532|      0|        PyErr_Format(PyExc_TypeError,
  533|      0|                     "bytearray indices must be integers or slices, not %.200s",
  534|      0|                     Py_TYPE(index)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|       |        return NULL;
  536|      0|    }
  537|     18|}
bytearrayobject.c:bytearray_ass_subscript:
  890|    182|{
  891|    182|    int ret;
  892|    182|    if (values != NULL && PyByteArray_Check(values)) {
  ------------------
  |  |   24|    182|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|    182|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    182|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 182]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (892:9): [True: 182, False: 0]
  ------------------
  893|      0|        Py_BEGIN_CRITICAL_SECTION2(op, values);
  ------------------
  |  |   57|      0|    {
  ------------------
  894|      0|        ret = bytearray_ass_subscript_lock_held(op, index, values);
  895|      0|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      0|    }
  ------------------
  896|      0|    }
  897|    182|    else {
  898|    182|        Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|    182|    {
  ------------------
  899|    182|        ret = bytearray_ass_subscript_lock_held(op, index, values);
  900|    182|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    182|    }
  ------------------
  901|    182|    }
  902|    182|    return ret;
  903|    182|}
bytearrayobject.c:bytearray_ass_subscript_lock_held:
  729|    182|{
  730|    182|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(op);
  731|    182|    PyByteArrayObject *self = _PyByteArray_CAST(op);
  ------------------
  |  |   22|    182|    (assert(PyByteArray_Check(op)), _Py_CAST(PyByteArrayObject*, op))
  |  |  ------------------
  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (731:31): [True: 182, False: 0]
  ------------------
  732|      0|    Py_ssize_t start, stop, step, slicelen;
  733|       |    // Do not store a reference to the internal buffer since
  734|       |    // index.__index__() or _getbytevalue() may alter 'self'.
  735|       |    // See https://github.com/python/cpython/issues/91153.
  736|       |
  737|    182|    if (_PyIndex_Check(index)) {
  ------------------
  |  Branch (737:9): [True: 182, False: 0]
  ------------------
  738|    182|        Py_ssize_t i = PyNumber_AsSsize_t(index, PyExc_IndexError);
  739|       |
  740|    182|        if (i == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (740:13): [True: 0, False: 182]
  |  Branch (740:24): [True: 0, False: 0]
  ------------------
  741|      0|            return -1;
  742|      0|        }
  743|       |
  744|    182|        int ival = -1;
  745|       |
  746|       |        // GH-91153: We need to do this *before* the size check, in case values
  747|       |        // has a nasty __index__ method that changes the size of the bytearray:
  748|    182|        if (values && !_getbytevalue(values, &ival)) {
  ------------------
  |  Branch (748:13): [True: 182, False: 0]
  |  Branch (748:23): [True: 0, False: 182]
  ------------------
  749|      0|            return -1;
  750|      0|        }
  751|       |
  752|    182|        if (i < 0) {
  ------------------
  |  Branch (752:13): [True: 0, False: 182]
  ------------------
  753|      0|            i += PyByteArray_GET_SIZE(self);
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  754|      0|        }
  755|       |
  756|    182|        if (i < 0 || i >= Py_SIZE(self)) {
  ------------------
  |  |  214|    182|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    182|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (756:13): [True: 0, False: 182]
  |  Branch (756:22): [True: 0, False: 182]
  ------------------
  757|      0|            PyErr_SetString(PyExc_IndexError, "bytearray index out of range");
  758|      0|            return -1;
  759|      0|        }
  760|       |
  761|    182|        if (values == NULL) {
  ------------------
  |  Branch (761:13): [True: 0, False: 182]
  ------------------
  762|       |            /* Fall through to slice assignment */
  763|      0|            start = i;
  764|      0|            stop = i + 1;
  765|      0|            step = 1;
  766|      0|            slicelen = 1;
  767|      0|        }
  768|    182|        else {
  769|    182|            assert(0 <= ival && ival < 256);
  ------------------
  |  Branch (769:13): [True: 182, False: 0]
  |  Branch (769:13): [True: 182, False: 0]
  ------------------
  770|    182|            PyByteArray_AS_STRING(self)[i] = (char)ival;
  ------------------
  |  |   28|    182|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    182|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    182|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  771|    182|            return 0;
  772|    182|        }
  773|    182|    }
  774|      0|    else if (PySlice_Check(index)) {
  ------------------
  |  |   22|      0|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  775|      0|        if (PySlice_Unpack(index, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (775:13): [True: 0, False: 0]
  ------------------
  776|      0|            return -1;
  777|      0|        }
  778|      0|        slicelen = PySlice_AdjustIndices(PyByteArray_GET_SIZE(self), &start,
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  779|      0|                                         &stop, step);
  780|      0|    }
  781|      0|    else {
  782|      0|        PyErr_Format(PyExc_TypeError,
  783|      0|                     "bytearray indices must be integers or slices, not %.200s",
  784|      0|                      Py_TYPE(index)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|      0|        return -1;
  786|      0|    }
  787|       |
  788|      0|    char *bytes;
  789|      0|    Py_ssize_t needed;
  790|      0|    if (values == NULL) {
  ------------------
  |  Branch (790:9): [True: 0, False: 0]
  ------------------
  791|      0|        bytes = NULL;
  792|      0|        needed = 0;
  793|      0|    }
  794|      0|    else if (values == (PyObject *)self || !PyByteArray_Check(values)) {
  ------------------
  |  |   24|      0|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (794:14): [True: 0, False: 0]
  |  Branch (794:44): [True: 0, False: 0]
  ------------------
  795|      0|        int err;
  796|      0|        if (PyNumber_Check(values) || PyUnicode_Check(values)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (796:13): [True: 0, False: 0]
  ------------------
  797|      0|            PyErr_SetString(PyExc_TypeError,
  798|      0|                            "can assign only bytes, buffers, or iterables "
  799|      0|                            "of ints in range(0, 256)");
  800|      0|            return -1;
  801|      0|        }
  802|       |        /* Make a copy and call this function recursively */
  803|      0|        values = PyByteArray_FromObject(values);
  804|      0|        if (values == NULL)
  ------------------
  |  Branch (804:13): [True: 0, False: 0]
  ------------------
  805|      0|            return -1;
  806|      0|        err = bytearray_ass_subscript_lock_held((PyObject*)self, index, values);
  807|      0|        Py_DECREF(values);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  808|      0|        return err;
  809|      0|    }
  810|      0|    else {
  811|      0|        assert(PyByteArray_Check(values));
  ------------------
  |  Branch (811:9): [True: 0, False: 0]
  ------------------
  812|      0|        bytes = PyByteArray_AS_STRING(values);
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  813|      0|        needed = Py_SIZE(values);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  814|      0|    }
  815|       |
  816|       |    /* Make sure b[5:2] = ... inserts before 5, not before 2. */
  817|      0|    if ((step < 0 && start < stop) ||
  ------------------
  |  Branch (817:10): [True: 0, False: 0]
  |  Branch (817:22): [True: 0, False: 0]
  ------------------
  818|      0|        (step > 0 && start > stop))
  ------------------
  |  Branch (818:10): [True: 0, False: 0]
  |  Branch (818:22): [True: 0, False: 0]
  ------------------
  819|      0|    {
  820|      0|        stop = start;
  821|      0|    }
  822|       |
  823|      0|    if (step == 1) {
  ------------------
  |  Branch (823:9): [True: 0, False: 0]
  ------------------
  824|      0|        return bytearray_setslice_linear(self, start, stop, bytes, needed);
  825|      0|    }
  826|      0|    else {
  827|      0|        if (needed == 0) {
  ------------------
  |  Branch (827:13): [True: 0, False: 0]
  ------------------
  828|       |            /* Delete slice */
  829|      0|            size_t cur;
  830|      0|            Py_ssize_t i;
  831|      0|            char *buf = PyByteArray_AS_STRING(self);
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  832|       |
  833|      0|            if (!_canresize(self))
  ------------------
  |  Branch (833:17): [True: 0, False: 0]
  ------------------
  834|      0|                return -1;
  835|       |
  836|      0|            if (slicelen == 0)
  ------------------
  |  Branch (836:17): [True: 0, False: 0]
  ------------------
  837|       |                /* Nothing to do here. */
  838|      0|                return 0;
  839|       |
  840|      0|            if (step < 0) {
  ------------------
  |  Branch (840:17): [True: 0, False: 0]
  ------------------
  841|      0|                stop = start + 1;
  842|      0|                start = stop + step * (slicelen - 1) - 1;
  843|      0|                step = -step;
  844|      0|            }
  845|      0|            for (cur = start, i = 0;
  846|      0|                 i < slicelen; cur += step, i++) {
  ------------------
  |  Branch (846:18): [True: 0, False: 0]
  ------------------
  847|      0|                Py_ssize_t lim = step - 1;
  848|       |
  849|      0|                if (cur + step >= (size_t)PyByteArray_GET_SIZE(self))
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (849:21): [True: 0, False: 0]
  ------------------
  850|      0|                    lim = PyByteArray_GET_SIZE(self) - cur - 1;
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  851|       |
  852|      0|                memmove(buf + cur - i,
  853|      0|                        buf + cur + 1, lim);
  854|      0|            }
  855|       |            /* Move the tail of the bytes, in one chunk */
  856|      0|            cur = start + (size_t)slicelen*step;
  857|      0|            if (cur < (size_t)PyByteArray_GET_SIZE(self)) {
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (857:17): [True: 0, False: 0]
  ------------------
  858|      0|                memmove(buf + cur - slicelen,
  859|      0|                        buf + cur,
  860|      0|                        PyByteArray_GET_SIZE(self) - cur);
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  861|      0|            }
  862|      0|            if (bytearray_resize_lock_held((PyObject *)self,
  ------------------
  |  Branch (862:17): [True: 0, False: 0]
  ------------------
  863|      0|                               PyByteArray_GET_SIZE(self) - slicelen) < 0)
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  864|      0|                return -1;
  865|       |
  866|      0|            return 0;
  867|      0|        }
  868|      0|        else {
  869|       |            /* Assign slice */
  870|      0|            Py_ssize_t i;
  871|      0|            size_t cur;
  872|      0|            char *buf = PyByteArray_AS_STRING(self);
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  873|       |
  874|      0|            if (needed != slicelen) {
  ------------------
  |  Branch (874:17): [True: 0, False: 0]
  ------------------
  875|      0|                PyErr_Format(PyExc_ValueError,
  876|      0|                             "attempt to assign bytes of size %zd "
  877|      0|                             "to extended slice of size %zd",
  878|      0|                             needed, slicelen);
  879|      0|                return -1;
  880|      0|            }
  881|      0|            for (cur = start, i = 0; i < slicelen; cur += step, i++)
  ------------------
  |  Branch (881:38): [True: 0, False: 0]
  ------------------
  882|      0|                buf[cur] = bytes[i];
  883|      0|            return 0;
  884|      0|        }
  885|      0|    }
  886|      0|}
bytearrayobject.c:_bytearray_with_buffer:
  100|     34|{
  101|     34|    PyObject *res;
  102|       |
  103|     34|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(self);
  104|       |
  105|       |    /* Increase exports to prevent bytearray storage from changing during op. */
  106|     34|    self->ob_exports++;
  107|     34|    res = op(PyByteArray_AS_STRING(self), Py_SIZE(self), sub, start, end);
  ------------------
  |  |   28|     34|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  res = op(PyByteArray_AS_STRING(self), Py_SIZE(self), sub, start, end);
  ------------------
  |  |  214|     34|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|     34|    self->ob_exports--;
  109|     34|    return res;
  110|     34|}
bytearrayobject.c:bytearray_find_impl:
 1269|     34|{
 1270|     34|    return _bytearray_with_buffer(self, _Py_bytes_find, sub, start, end);
 1271|     34|}
bytearrayobject.c:bytearray_translate_impl:
 1641|      2|{
 1642|      2|    char *input, *output;
 1643|      2|    const char *table_chars;
 1644|      2|    Py_ssize_t i, c;
 1645|      2|    PyObject *input_obj = (PyObject*)self;
 1646|      2|    const char *output_start;
 1647|      2|    Py_ssize_t inlen;
 1648|      2|    PyObject *result = NULL;
 1649|      2|    int trans_table[256];
 1650|      2|    Py_buffer vtable, vdel;
 1651|       |
 1652|      2|    if (table == Py_None) {
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1652:9): [True: 0, False: 2]
  ------------------
 1653|      0|        table_chars = NULL;
 1654|      0|        table = NULL;
 1655|      2|    } else if (PyObject_GetBuffer(table, &vtable, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      2|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1655:16): [True: 0, False: 2]
  ------------------
 1656|      0|        return NULL;
 1657|      2|    } else {
 1658|      2|        if (vtable.len != 256) {
  ------------------
  |  Branch (1658:13): [True: 0, False: 2]
  ------------------
 1659|      0|            PyErr_SetString(PyExc_ValueError,
 1660|      0|                            "translation table must be 256 characters long");
 1661|      0|            PyBuffer_Release(&vtable);
 1662|      0|            return NULL;
 1663|      0|        }
 1664|      2|        table_chars = (const char*)vtable.buf;
 1665|      2|    }
 1666|       |
 1667|      2|    if (deletechars != NULL) {
  ------------------
  |  Branch (1667:9): [True: 0, False: 2]
  ------------------
 1668|      0|        if (PyObject_GetBuffer(deletechars, &vdel, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      0|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1668:13): [True: 0, False: 0]
  ------------------
 1669|      0|            if (table != NULL)
  ------------------
  |  Branch (1669:17): [True: 0, False: 0]
  ------------------
 1670|      0|                PyBuffer_Release(&vtable);
 1671|      0|            return NULL;
 1672|      0|        }
 1673|      0|    }
 1674|      2|    else {
 1675|      2|        vdel.buf = NULL;
 1676|      2|        vdel.len = 0;
 1677|      2|    }
 1678|       |
 1679|      2|    inlen = PyByteArray_GET_SIZE(input_obj);
  ------------------
  |  |   38|      2|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1680|      2|    result = PyByteArray_FromStringAndSize((char *)NULL, inlen);
 1681|      2|    if (result == NULL)
  ------------------
  |  Branch (1681:9): [True: 0, False: 2]
  ------------------
 1682|      0|        goto done;
 1683|      2|    output_start = output = PyByteArray_AS_STRING(result);
  ------------------
  |  |   28|      2|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      2|    input = PyByteArray_AS_STRING(input_obj);
  ------------------
  |  |   28|      2|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1685|       |
 1686|      2|    if (vdel.len == 0 && table_chars != NULL) {
  ------------------
  |  Branch (1686:9): [True: 2, False: 0]
  |  Branch (1686:26): [True: 2, False: 0]
  ------------------
 1687|       |        /* If no deletions are required, use faster code */
 1688|    514|        for (i = inlen; --i >= 0; ) {
  ------------------
  |  Branch (1688:25): [True: 512, False: 2]
  ------------------
 1689|    512|            c = Py_CHARMASK(*input++);
  ------------------
  |  |  138|    512|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 1690|    512|            *output++ = table_chars[c];
 1691|    512|        }
 1692|      2|        goto done;
 1693|      2|    }
 1694|       |
 1695|      0|    if (table_chars == NULL) {
  ------------------
  |  Branch (1695:9): [True: 0, False: 0]
  ------------------
 1696|      0|        for (i = 0; i < 256; i++)
  ------------------
  |  Branch (1696:21): [True: 0, False: 0]
  ------------------
 1697|      0|            trans_table[i] = Py_CHARMASK(i);
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 1698|      0|    } else {
 1699|      0|        for (i = 0; i < 256; i++)
  ------------------
  |  Branch (1699:21): [True: 0, False: 0]
  ------------------
 1700|      0|            trans_table[i] = Py_CHARMASK(table_chars[i]);
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 1701|      0|    }
 1702|       |
 1703|      0|    for (i = 0; i < vdel.len; i++)
  ------------------
  |  Branch (1703:17): [True: 0, False: 0]
  ------------------
 1704|      0|        trans_table[(int) Py_CHARMASK( ((unsigned char*)vdel.buf)[i] )] = -1;
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 1705|       |
 1706|      0|    for (i = inlen; --i >= 0; ) {
  ------------------
  |  Branch (1706:21): [True: 0, False: 0]
  ------------------
 1707|      0|        c = Py_CHARMASK(*input++);
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 1708|      0|        if (trans_table[c] != -1)
  ------------------
  |  Branch (1708:13): [True: 0, False: 0]
  ------------------
 1709|      0|            *output++ = (char)trans_table[c];
 1710|      0|    }
 1711|       |    /* Fix the size of the resulting bytearray */
 1712|      0|    if (inlen > 0)
  ------------------
  |  Branch (1712:9): [True: 0, False: 0]
  ------------------
 1713|      0|        if (PyByteArray_Resize(result, output - output_start) < 0) {
  ------------------
  |  Branch (1713:13): [True: 0, False: 0]
  ------------------
 1714|      0|            Py_CLEAR(result);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1715|      0|            goto done;
 1716|      0|        }
 1717|       |
 1718|      2|done:
 1719|      2|    if (table != NULL)
  ------------------
  |  Branch (1719:9): [True: 2, False: 0]
  ------------------
 1720|      2|        PyBuffer_Release(&vtable);
 1721|      2|    if (deletechars != NULL)
  ------------------
  |  Branch (1721:9): [True: 0, False: 2]
  ------------------
 1722|      0|        PyBuffer_Release(&vdel);
 1723|      2|    return result;
 1724|      0|}
bytearrayobject.c:bytearray___init___impl:
  918|     12|{
  919|     12|    Py_ssize_t count;
  920|     12|    PyObject *it;
  921|     12|    PyObject *(*iternext)(PyObject *);
  922|       |
  923|       |    /* First __init__; set ob_bytes_object so ob_bytes is always non-null. */
  924|     12|    if (self->ob_bytes_object == NULL) {
  ------------------
  |  Branch (924:9): [True: 12, False: 0]
  ------------------
  925|     12|        self->ob_bytes_object = Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
  ------------------
  |  |  598|     12|#define Py_CONSTANT_EMPTY_BYTES 8
  ------------------
  926|     12|        bytearray_reinit_from_bytes(self, 0, 0);
  927|     12|        self->ob_exports = 0;
  928|     12|    }
  929|       |
  930|     12|    if (Py_SIZE(self) != 0) {
  ------------------
  |  |  214|     12|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (930:9): [True: 0, False: 12]
  ------------------
  931|       |        /* Empty previous contents (yes, do this first of all!) */
  932|      0|        if (PyByteArray_Resize((PyObject *)self, 0) < 0)
  ------------------
  |  Branch (932:13): [True: 0, False: 0]
  ------------------
  933|      0|            return -1;
  934|      0|    }
  935|       |
  936|       |    /* Should be caused by first init or the resize to 0. */
  937|     12|    assert(self->ob_bytes_object == Py_GetConstantBorrowed(Py_CONSTANT_EMPTY_BYTES));
  ------------------
  |  Branch (937:5): [True: 12, False: 0]
  ------------------
  938|     12|    assert(self->ob_exports == 0);
  ------------------
  |  Branch (938:5): [True: 12, False: 0]
  ------------------
  939|       |
  940|       |    /* Make a quick exit if no first argument */
  941|     12|    if (arg == NULL) {
  ------------------
  |  Branch (941:9): [True: 2, False: 10]
  ------------------
  942|      2|        if (encoding != NULL || errors != NULL) {
  ------------------
  |  Branch (942:13): [True: 0, False: 2]
  |  Branch (942:33): [True: 0, False: 2]
  ------------------
  943|      0|            PyErr_SetString(PyExc_TypeError,
  944|      0|                            encoding != NULL ?
  ------------------
  |  Branch (944:29): [True: 0, False: 0]
  ------------------
  945|      0|                            "encoding without a string argument" :
  946|      0|                            "errors without a string argument");
  947|      0|            return -1;
  948|      0|        }
  949|      2|        return 0;
  950|      2|    }
  951|       |
  952|     10|    if (PyUnicode_Check(arg)) {
  ------------------
  |  |  103|     10|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     10|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  953|       |        /* Encode via the codec registry */
  954|      0|        PyObject *encoded, *new;
  955|      0|        if (encoding == NULL) {
  ------------------
  |  Branch (955:13): [True: 0, False: 0]
  ------------------
  956|      0|            PyErr_SetString(PyExc_TypeError,
  957|      0|                            "string argument without an encoding");
  958|      0|            return -1;
  959|      0|        }
  960|      0|        encoded = PyUnicode_AsEncodedString(arg, encoding, errors);
  961|      0|        if (encoded == NULL) {
  ------------------
  |  Branch (961:13): [True: 0, False: 0]
  ------------------
  962|      0|            return -1;
  963|      0|        }
  964|      0|        assert(PyBytes_Check(encoded));
  ------------------
  |  Branch (964:9): [True: 0, False: 0]
  ------------------
  965|       |
  966|       |        /* Most encodes return a new unique bytes, just use it as buffer. */
  967|      0|        if (_PyObject_IsUniquelyReferenced(encoded)
  ------------------
  |  Branch (967:13): [True: 0, False: 0]
  ------------------
  968|      0|            && PyBytes_CheckExact(encoded))
  ------------------
  |  |   29|      0|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  969|      0|        {
  970|      0|            Py_ssize_t size = Py_SIZE(encoded);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  971|      0|            self->ob_bytes_object = encoded;
  972|      0|            bytearray_reinit_from_bytes(self, size, size);
  973|      0|            return 0;
  974|      0|        }
  975|      0|        new = bytearray_iconcat((PyObject*)self, encoded);
  976|      0|        Py_DECREF(encoded);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  977|      0|        if (new == NULL)
  ------------------
  |  Branch (977:13): [True: 0, False: 0]
  ------------------
  978|      0|            return -1;
  979|      0|        Py_DECREF(new);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  980|      0|        return 0;
  981|      0|    }
  982|       |
  983|       |    /* If it's not unicode, there can't be encoding or errors */
  984|     10|    if (encoding != NULL || errors != NULL) {
  ------------------
  |  Branch (984:9): [True: 0, False: 10]
  |  Branch (984:29): [True: 0, False: 10]
  ------------------
  985|      0|        PyErr_SetString(PyExc_TypeError,
  986|      0|                        encoding != NULL ?
  ------------------
  |  Branch (986:25): [True: 0, False: 0]
  ------------------
  987|      0|                        "encoding without a string argument" :
  988|      0|                        "errors without a string argument");
  989|      0|        return -1;
  990|      0|    }
  991|       |
  992|       |    /* Is it an int? */
  993|     10|    if (_PyIndex_Check(arg)) {
  ------------------
  |  Branch (993:9): [True: 10, False: 0]
  ------------------
  994|     10|        count = PyNumber_AsSsize_t(arg, PyExc_OverflowError);
  995|     10|        if (count == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (995:13): [True: 0, False: 10]
  |  Branch (995:28): [True: 0, False: 0]
  ------------------
  996|      0|            if (!PyErr_ExceptionMatches(PyExc_TypeError))
  ------------------
  |  Branch (996:17): [True: 0, False: 0]
  ------------------
  997|      0|                return -1;
  998|      0|            PyErr_Clear();  /* fall through */
  999|      0|        }
 1000|     10|        else {
 1001|     10|            if (count < 0) {
  ------------------
  |  Branch (1001:17): [True: 0, False: 10]
  ------------------
 1002|      0|                PyErr_SetString(PyExc_ValueError, "negative count");
 1003|      0|                return -1;
 1004|      0|            }
 1005|     10|            if (count > 0) {
  ------------------
  |  Branch (1005:17): [True: 10, False: 0]
  ------------------
 1006|     10|                if (PyByteArray_Resize((PyObject *)self, count))
  ------------------
  |  Branch (1006:21): [True: 0, False: 10]
  ------------------
 1007|      0|                    return -1;
 1008|     10|                memset(PyByteArray_AS_STRING(self), 0, count);
  ------------------
  |  |   28|     10|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1009|     10|            }
 1010|     10|            return 0;
 1011|     10|        }
 1012|     10|    }
 1013|       |
 1014|       |    /* Use the buffer API */
 1015|      0|    if (PyObject_CheckBuffer(arg)) {
  ------------------
  |  Branch (1015:9): [True: 0, False: 0]
  ------------------
 1016|      0|        Py_ssize_t size;
 1017|      0|        Py_buffer view;
 1018|      0|        if (PyObject_GetBuffer(arg, &view, PyBUF_FULL_RO) < 0)
  ------------------
  |  |  134|      0|#define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  122|      0|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|      0|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|      0|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  116|      0|#define PyBUF_FORMAT 0x0004
  |  |  ------------------
  ------------------
  |  Branch (1018:13): [True: 0, False: 0]
  ------------------
 1019|      0|            return -1;
 1020|      0|        size = view.len;
 1021|      0|        if (PyByteArray_Resize((PyObject *)self, size) < 0) goto fail;
  ------------------
  |  Branch (1021:13): [True: 0, False: 0]
  ------------------
 1022|      0|        if (PyBuffer_ToContiguous(PyByteArray_AS_STRING(self),
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1022:13): [True: 0, False: 0]
  ------------------
 1023|      0|            &view, size, 'C') < 0)
 1024|      0|            goto fail;
 1025|      0|        PyBuffer_Release(&view);
 1026|      0|        return 0;
 1027|      0|    fail:
 1028|      0|        PyBuffer_Release(&view);
 1029|      0|        return -1;
 1030|      0|    }
 1031|       |
 1032|      0|    if (PyList_CheckExact(arg) || PyTuple_CheckExact(arg)) {
  ------------------
  |  |   26|      0|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyList_CheckExact(arg) || PyTuple_CheckExact(arg)) {
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1033|      0|        Py_ssize_t size = PySequence_Fast_GET_SIZE(arg);
  ------------------
  |  |   92|      0|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1034|      0|        if (PyByteArray_Resize((PyObject *)self, size) < 0) {
  ------------------
  |  Branch (1034:13): [True: 0, False: 0]
  ------------------
 1035|      0|            return -1;
 1036|      0|        }
 1037|      0|        PyObject **items = PySequence_Fast_ITEMS(arg);
  ------------------
  |  |  102|      0|    (PyList_Check(sf) ? ((PyListObject *)(sf))->ob_item \
  |  |  ------------------
  |  |  |  |   25|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  103|      0|                      : ((PyTupleObject *)(sf))->ob_item)
  ------------------
 1038|      0|        char *s = PyByteArray_AS_STRING(self);
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1039|      0|        for (Py_ssize_t i = 0; i < size; i++) {
  ------------------
  |  Branch (1039:32): [True: 0, False: 0]
  ------------------
 1040|      0|            int value;
 1041|      0|            if (!PyLong_CheckExact(items[i])) {
  ------------------
  |  |   14|      0|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1041:17): [True: 0, False: 0]
  ------------------
 1042|       |                /* Resize to 0 and go through slowpath */
 1043|      0|                if (Py_SIZE(self) != 0) {
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1043:21): [True: 0, False: 0]
  ------------------
 1044|      0|                   if (PyByteArray_Resize((PyObject *)self, 0) < 0) {
  ------------------
  |  Branch (1044:24): [True: 0, False: 0]
  ------------------
 1045|      0|                       return -1;
 1046|      0|                   }
 1047|      0|                }
 1048|      0|                goto slowpath;
 1049|      0|            }
 1050|      0|            int rc = _getbytevalue(items[i], &value);
 1051|      0|            if (!rc) {
  ------------------
  |  Branch (1051:17): [True: 0, False: 0]
  ------------------
 1052|      0|                return -1;
 1053|      0|            }
 1054|      0|            s[i] = value;
 1055|      0|        }
 1056|      0|        return 0;
 1057|      0|    }
 1058|      0|slowpath:
 1059|       |    /* Get the iterator */
 1060|      0|    it = PyObject_GetIter(arg);
 1061|      0|    if (it == NULL) {
  ------------------
  |  Branch (1061:9): [True: 0, False: 0]
  ------------------
 1062|      0|        if (PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  Branch (1062:13): [True: 0, False: 0]
  ------------------
 1063|      0|            PyErr_Format(PyExc_TypeError,
 1064|      0|                         "cannot convert '%.200s' object to bytearray",
 1065|      0|                         Py_TYPE(arg)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1066|      0|        }
 1067|      0|        return -1;
 1068|      0|    }
 1069|      0|    iternext = *Py_TYPE(it)->tp_iternext;
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1070|       |
 1071|       |    /* Run the iterator to exhaustion */
 1072|      0|    for (;;) {
 1073|      0|        PyObject *item;
 1074|      0|        int rc, value;
 1075|       |
 1076|       |        /* Get the next item */
 1077|      0|        item = iternext(it);
 1078|      0|        if (item == NULL) {
  ------------------
  |  Branch (1078:13): [True: 0, False: 0]
  ------------------
 1079|      0|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (1079:17): [True: 0, False: 0]
  ------------------
 1080|      0|                if (!PyErr_ExceptionMatches(PyExc_StopIteration))
  ------------------
  |  Branch (1080:21): [True: 0, False: 0]
  ------------------
 1081|      0|                    goto error;
 1082|      0|                PyErr_Clear();
 1083|      0|            }
 1084|      0|            break;
 1085|      0|        }
 1086|       |
 1087|       |        /* Interpret it as an int (__index__) */
 1088|      0|        rc = _getbytevalue(item, &value);
 1089|      0|        Py_DECREF(item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1090|      0|        if (!rc)
  ------------------
  |  Branch (1090:13): [True: 0, False: 0]
  ------------------
 1091|      0|            goto error;
 1092|       |
 1093|       |        /* Append the byte */
 1094|      0|        if (Py_SIZE(self) + 1 < self->ob_alloc) {
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1094:13): [True: 0, False: 0]
  ------------------
 1095|      0|            Py_SET_SIZE(self, Py_SIZE(self) + 1);
  ------------------
  |  |  216|      0|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      0|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1096|      0|            PyByteArray_AS_STRING(self)[Py_SIZE(self)] = '\0';
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          PyByteArray_AS_STRING(self)[Py_SIZE(self)] = '\0';
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1097|      0|        }
 1098|      0|        else if (PyByteArray_Resize((PyObject *)self, Py_SIZE(self)+1) < 0)
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1098:18): [True: 0, False: 0]
  ------------------
 1099|      0|            goto error;
 1100|      0|        PyByteArray_AS_STRING(self)[Py_SIZE(self)-1] = value;
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      PyByteArray_AS_STRING(self)[Py_SIZE(self)-1] = value;
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|      0|    }
 1102|       |
 1103|       |    /* Clean up and return success */
 1104|      0|    Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1105|      0|    return 0;
 1106|       |
 1107|      0| error:
 1108|       |    /* Error handling when it != NULL */
 1109|      0|    Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1110|      0|    return -1;
 1111|      0|}
bytearrayobject.c:bytearrayiter_dealloc:
 2955|      2|{
 2956|      2|    bytesiterobject *it = _bytesiterobject_CAST(self);
  ------------------
  |  | 2951|      2|#define _bytesiterobject_CAST(op)   ((bytesiterobject *)(op))
  ------------------
 2957|      2|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|      2|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2958|      2|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2959|      2|    PyObject_GC_Del(it);
 2960|      2|}
bytearrayobject.c:bytearray_iter:
 3109|      2|{
 3110|      2|    bytesiterobject *it;
 3111|       |
 3112|      2|    if (!PyByteArray_Check(seq)) {
  ------------------
  |  |   24|      2|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|      2|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3112:9): [True: 0, False: 2]
  ------------------
 3113|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3114|      0|        return NULL;
 3115|      0|    }
 3116|      2|    it = PyObject_GC_New(bytesiterobject, &PyByteArrayIter_Type);
  ------------------
  |  |  181|      2|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 3117|      2|    if (it == NULL)
  ------------------
  |  Branch (3117:9): [True: 0, False: 2]
  ------------------
 3118|      0|        return NULL;
 3119|      2|    it->it_index = 0;  // -1 indicates exhausted
 3120|      2|    it->it_seq = (PyByteArrayObject *)Py_NewRef(seq);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3121|      2|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|      2|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3122|      2|    return (PyObject *)it;
 3123|      2|}

_Py_bytes_lower:
  252|      8|{
  253|      8|    Py_ssize_t i;
  254|       |
  255|     54|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (255:17): [True: 46, False: 8]
  ------------------
  256|     46|        result[i] = Py_TOLOWER((unsigned char) cptr[i]);
  ------------------
  |  |   32|     46|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|     46|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  257|     46|    }
  258|      8|}
_Py_bytes_find:
  515|     34|{
  516|     34|    Py_ssize_t result = find_internal(str, len, "find", sub, start, end, +1);
  517|     34|    if (result == -2)
  ------------------
  |  Branch (517:9): [True: 0, False: 34]
  ------------------
  518|      0|        return NULL;
  519|     34|    return PyLong_FromSsize_t(result);
  520|     34|}
bytes_methods.c:find_internal:
  457|     34|{
  458|     34|    char byte;
  459|     34|    Py_buffer subbuf;
  460|     34|    const char *sub;
  461|     34|    Py_ssize_t sub_len;
  462|     34|    Py_ssize_t res;
  463|       |
  464|     34|    if (!parse_args_finds_byte(function_name, &subobj, &byte)) {
  ------------------
  |  Branch (464:9): [True: 0, False: 34]
  ------------------
  465|      0|        return -2;
  466|      0|    }
  467|       |
  468|     34|    if (subobj) {
  ------------------
  |  Branch (468:9): [True: 0, False: 34]
  ------------------
  469|      0|        if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) != 0)
  ------------------
  |  |  108|      0|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (469:13): [True: 0, False: 0]
  ------------------
  470|      0|            return -2;
  471|       |
  472|      0|        sub = subbuf.buf;
  473|      0|        sub_len = subbuf.len;
  474|      0|    }
  475|     34|    else {
  476|     34|        sub = &byte;
  477|     34|        sub_len = 1;
  478|     34|    }
  479|       |
  480|     34|    ADJUST_INDICES(start, end, len);
  ------------------
  |  |  434|     34|    do {                                \
  |  |  435|     34|        if (end > len) {                \
  |  |  ------------------
  |  |  |  Branch (435:13): [True: 34, False: 0]
  |  |  ------------------
  |  |  436|     34|            end = len;                  \
  |  |  437|     34|        }                               \
  |  |  438|     34|        else if (end < 0) {             \
  |  |  ------------------
  |  |  |  Branch (438:18): [True: 0, False: 0]
  |  |  ------------------
  |  |  439|      0|            end += len;                 \
  |  |  440|      0|            if (end < 0) {              \
  |  |  ------------------
  |  |  |  Branch (440:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  441|      0|                end = 0;                \
  |  |  442|      0|            }                           \
  |  |  443|      0|        }                               \
  |  |  444|     34|        if (start < 0) {                \
  |  |  ------------------
  |  |  |  Branch (444:13): [True: 0, False: 34]
  |  |  ------------------
  |  |  445|      0|            start += len;               \
  |  |  446|      0|            if (start < 0) {            \
  |  |  ------------------
  |  |  |  Branch (446:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  447|      0|                start = 0;              \
  |  |  448|      0|            }                           \
  |  |  449|      0|        }                               \
  |  |  450|     34|    } while (0)
  |  |  ------------------
  |  |  |  Branch (450:14): [Folded, False: 34]
  |  |  ------------------
  ------------------
  481|     34|    if (end - start < sub_len)
  ------------------
  |  Branch (481:9): [True: 0, False: 34]
  ------------------
  482|      0|        res = -1;
  483|     34|    else if (sub_len == 1) {
  ------------------
  |  Branch (483:14): [True: 34, False: 0]
  ------------------
  484|     34|        if (dir > 0)
  ------------------
  |  Branch (484:13): [True: 34, False: 0]
  ------------------
  485|     34|            res = stringlib_find_char(
  486|     34|                str + start, end - start,
  487|     34|                *sub);
  488|      0|        else
  489|      0|            res = stringlib_rfind_char(
  490|      0|                str + start, end - start,
  491|      0|                *sub);
  492|     34|        if (res >= 0)
  ------------------
  |  Branch (492:13): [True: 26, False: 8]
  ------------------
  493|     26|            res += start;
  494|     34|    }
  495|      0|    else {
  496|      0|        if (dir > 0)
  ------------------
  |  Branch (496:13): [True: 0, False: 0]
  ------------------
  497|      0|            res = stringlib_find_slice(
  498|      0|                str, len,
  499|      0|                sub, sub_len, start, end);
  500|      0|        else
  501|      0|            res = stringlib_rfind_slice(
  502|      0|                str, len,
  503|      0|                sub, sub_len, start, end);
  504|      0|    }
  505|       |
  506|     34|    if (subobj)
  ------------------
  |  Branch (506:9): [True: 0, False: 34]
  ------------------
  507|      0|        PyBuffer_Release(&subbuf);
  508|       |
  509|     34|    return res;
  510|     34|}
bytes_methods.c:parse_args_finds_byte:
  405|     34|{
  406|     34|    if (PyObject_CheckBuffer(*subobj)) {
  ------------------
  |  Branch (406:9): [True: 0, False: 34]
  ------------------
  407|      0|        return 1;
  408|      0|    }
  409|       |
  410|     34|    if (!_PyIndex_Check(*subobj)) {
  ------------------
  |  Branch (410:9): [True: 0, False: 34]
  ------------------
  411|      0|        PyErr_Format(PyExc_TypeError,
  412|      0|                     "argument should be integer or bytes-like object, "
  413|      0|                     "not '%.200s'",
  414|      0|                     Py_TYPE(*subobj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  415|      0|        return 0;
  416|      0|    }
  417|       |
  418|     34|    Py_ssize_t ival = PyNumber_AsSsize_t(*subobj, NULL);
  419|     34|    if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (419:9): [True: 0, False: 34]
  |  Branch (419:23): [True: 0, False: 0]
  ------------------
  420|      0|        return 0;
  421|      0|    }
  422|     34|    if (ival < 0 || ival > 255) {
  ------------------
  |  Branch (422:9): [True: 0, False: 34]
  |  Branch (422:21): [True: 0, False: 34]
  ------------------
  423|      0|        PyErr_SetString(PyExc_ValueError, "byte must be in range(0, 256)");
  424|      0|        return 0;
  425|      0|    }
  426|       |
  427|     34|    *subobj = NULL;
  428|     34|    *byte = (char)ival;
  429|     34|    return 1;
  430|     34|}

PyBytes_FromStringAndSize:
  135|  7.66k|{
  136|  7.66k|    PyBytesObject *op;
  137|  7.66k|    if (size < 0) {
  ------------------
  |  Branch (137:9): [True: 0, False: 7.66k]
  ------------------
  138|      0|        PyErr_SetString(PyExc_SystemError,
  139|      0|            "Negative size passed to PyBytes_FromStringAndSize");
  140|      0|        return NULL;
  141|      0|    }
  142|  7.66k|    if (size == 1 && str != NULL) {
  ------------------
  |  Branch (142:9): [True: 682, False: 6.98k]
  |  Branch (142:22): [True: 56, False: 626]
  ------------------
  143|     56|        op = CHARACTER(*str & 255);
  ------------------
  |  |   39|     56|     ((PyBytesObject *)&(CHARACTERS[ch]));
  |  |  ------------------
  |  |  |  |   37|     56|#define CHARACTERS _Py_SINGLETON(bytes_characters)
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|     56|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|     56|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  144|     56|        assert(_Py_IsImmortal(op));
  ------------------
  |  Branch (144:9): [True: 56, False: 0]
  ------------------
  145|     56|        return (PyObject *)op;
  146|     56|    }
  147|  7.61k|    if (size == 0) {
  ------------------
  |  Branch (147:9): [True: 66, False: 7.54k]
  ------------------
  148|     66|        return bytes_get_empty();
  149|     66|    }
  150|       |
  151|  7.54k|    op = (PyBytesObject *)_PyBytes_FromSize(size, 0);
  152|  7.54k|    if (op == NULL)
  ------------------
  |  Branch (152:9): [True: 0, False: 7.54k]
  ------------------
  153|      0|        return NULL;
  154|  7.54k|    if (str == NULL)
  ------------------
  |  Branch (154:9): [True: 6.80k, False: 744]
  ------------------
  155|  6.80k|        return (PyObject *) op;
  156|       |
  157|    744|    memcpy(op->ob_sval, str, size);
  158|    744|    return (PyObject *) op;
  159|  7.54k|}
PyBytes_AsString:
 1343|     54|{
 1344|     54|    if (!PyBytes_Check(op)) {
  ------------------
  |  |   28|     54|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     54|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1344:9): [True: 0, False: 54]
  ------------------
 1345|      0|        PyErr_Format(PyExc_TypeError,
 1346|      0|             "expected bytes, %.200s found", Py_TYPE(op)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1347|      0|        return NULL;
 1348|      0|    }
 1349|     54|    return ((PyBytesObject *)op)->ob_sval;
 1350|     54|}
_PyBytes_Resize:
 3340|     30|{
 3341|     30|    PyObject *v;
 3342|     30|    PyBytesObject *sv;
 3343|     30|    v = *pv;
 3344|     30|    if (!PyBytes_Check(v) || newsize < 0) {
  ------------------
  |  |   28|     30|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     60|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3344:9): [True: 0, False: 30]
  |  Branch (3344:30): [True: 0, False: 30]
  ------------------
 3345|      0|        *pv = 0;
 3346|      0|        Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3347|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3348|      0|        return -1;
 3349|      0|    }
 3350|     30|    Py_ssize_t oldsize = PyBytes_GET_SIZE(v);
  ------------------
  |  |   33|     30|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3351|     30|    if (oldsize == newsize) {
  ------------------
  |  Branch (3351:9): [True: 0, False: 30]
  ------------------
 3352|       |        /* return early if newsize equals to v->ob_size */
 3353|      0|        return 0;
 3354|      0|    }
 3355|     30|    if (oldsize == 0) {
  ------------------
  |  Branch (3355:9): [True: 10, False: 20]
  ------------------
 3356|     10|        *pv = _PyBytes_FromSize(newsize, 0);
 3357|     10|        Py_DECREF(v);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3358|     10|        return (*pv == NULL) ? -1 : 0;
  ------------------
  |  Branch (3358:16): [True: 0, False: 10]
  ------------------
 3359|     10|    }
 3360|     20|    if (newsize == 0) {
  ------------------
  |  Branch (3360:9): [True: 2, False: 18]
  ------------------
 3361|      2|        *pv = bytes_get_empty();
 3362|      2|        Py_DECREF(v);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3363|      2|        return 0;
 3364|      2|    }
 3365|     18|    if (!_PyObject_IsUniquelyReferenced(v)) {
  ------------------
  |  Branch (3365:9): [True: 0, False: 18]
  ------------------
 3366|      0|        if (oldsize < newsize) {
  ------------------
  |  Branch (3366:13): [True: 0, False: 0]
  ------------------
 3367|      0|            *pv = _PyBytes_FromSize(newsize, 0);
 3368|      0|            if (*pv) {
  ------------------
  |  Branch (3368:17): [True: 0, False: 0]
  ------------------
 3369|      0|                memcpy(PyBytes_AS_STRING(*pv), PyBytes_AS_STRING(v), oldsize);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              memcpy(PyBytes_AS_STRING(*pv), PyBytes_AS_STRING(v), oldsize);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3370|      0|            }
 3371|      0|        }
 3372|      0|        else {
 3373|      0|            *pv = PyBytes_FromStringAndSize(PyBytes_AS_STRING(v), newsize);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3374|      0|        }
 3375|      0|        Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3376|      0|        return (*pv == NULL) ? -1 : 0;
  ------------------
  |  Branch (3376:16): [True: 0, False: 0]
  ------------------
 3377|      0|    }
 3378|       |
 3379|       |#ifdef Py_TRACE_REFS
 3380|       |    _Py_ForgetReference(v);
 3381|       |#endif
 3382|     18|    _PyReftracerTrack(v, PyRefTracer_DESTROY);
  ------------------
  |  |  112|     18|    do { \
  |  |  113|     18|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|     18|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 18]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|     18|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 18]
  |  |  ------------------
  ------------------
 3383|     18|    *pv = (PyObject *)
 3384|     18|        PyObject_Realloc(v, PyBytesObject_SIZE + newsize);
  ------------------
  |  |   29|     18|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|     18|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
 3385|     18|    if (*pv == NULL) {
  ------------------
  |  Branch (3385:9): [True: 0, False: 18]
  ------------------
 3386|       |#ifdef Py_REF_DEBUG
 3387|       |        _Py_DecRefTotal(_PyThreadState_GET());
 3388|       |#endif
 3389|      0|        PyObject_Free(v);
 3390|      0|        PyErr_NoMemory();
 3391|      0|        return -1;
 3392|      0|    }
 3393|     18|    _Py_NewReferenceNoTotal(*pv);
 3394|     18|    sv = (PyBytesObject *) *pv;
 3395|     18|    Py_SET_SIZE(sv, newsize);
  ------------------
  |  |  216|     18|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     18|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3396|     18|    sv->ob_sval[newsize] = '\0';
 3397|     18|    set_ob_shash(sv, -1);          /* invalidate cached hash value */
 3398|     18|    return 0;
 3399|     18|}
PyBytesWriter_Create:
 3718|     15|{
 3719|     15|    return byteswriter_create(size, 0);
 3720|     15|}
PyBytesWriter_Discard:
 3731|     15|{
 3732|     15|    if (writer == NULL) {
  ------------------
  |  Branch (3732:9): [True: 0, False: 15]
  ------------------
 3733|      0|        return;
 3734|      0|    }
 3735|       |
 3736|     15|    Py_XDECREF(writer->obj);
  ------------------
  |  |  524|     15|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3737|     15|    _Py_FREELIST_FREE(bytes_writers, writer, PyMem_Free);
  ------------------
  |  |   35|     15|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|     15|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   30|     15|#  define Py_bytes_writers_MAXFREELIST 1
  |  |  ------------------
  ------------------
 3738|     15|}
PyBytesWriter_FinishWithSize:
 3743|     15|{
 3744|     15|    PyObject *result;
 3745|     15|    if (size == 0) {
  ------------------
  |  Branch (3745:9): [True: 0, False: 15]
  ------------------
 3746|      0|        result = bytes_get_empty();
 3747|      0|    }
 3748|     15|    else if (writer->obj != NULL) {
  ------------------
  |  Branch (3748:14): [True: 13, False: 2]
  ------------------
 3749|     13|        if (writer->use_bytearray) {
  ------------------
  |  Branch (3749:13): [True: 0, False: 13]
  ------------------
 3750|      0|            if (size != PyByteArray_GET_SIZE(writer->obj)) {
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3750:17): [True: 0, False: 0]
  ------------------
 3751|      0|                if (PyByteArray_Resize(writer->obj, size)) {
  ------------------
  |  Branch (3751:21): [True: 0, False: 0]
  ------------------
 3752|      0|                    goto error;
 3753|      0|                }
 3754|      0|            }
 3755|      0|        }
 3756|     13|        else {
 3757|     13|            if (size != PyBytes_GET_SIZE(writer->obj)) {
  ------------------
  |  |   33|     13|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3757:17): [True: 13, False: 0]
  ------------------
 3758|     13|                if (_PyBytes_Resize(&writer->obj, size)) {
  ------------------
  |  Branch (3758:21): [True: 0, False: 13]
  ------------------
 3759|      0|                    goto error;
 3760|      0|                }
 3761|     13|            }
 3762|     13|        }
 3763|     13|        result = writer->obj;
 3764|     13|        writer->obj = NULL;
 3765|     13|    }
 3766|      2|    else if (writer->use_bytearray) {
  ------------------
  |  Branch (3766:14): [True: 0, False: 2]
  ------------------
 3767|      0|        result = PyByteArray_FromStringAndSize(writer->small_buffer, size);
 3768|      0|    }
 3769|      2|    else {
 3770|      2|        result = PyBytes_FromStringAndSize(writer->small_buffer, size);
 3771|      2|    }
 3772|     15|    PyBytesWriter_Discard(writer);
 3773|     15|    return result;
 3774|       |
 3775|      0|error:
 3776|      0|    PyBytesWriter_Discard(writer);
 3777|       |    return NULL;
 3778|     15|}
PyBytesWriter_Finish:
 3782|      2|{
 3783|      2|    return PyBytesWriter_FinishWithSize(writer, writer->size);
 3784|      2|}
PyBytesWriter_GetData:
 3803|     28|{
 3804|     28|    return byteswriter_data(writer);
 3805|     28|}
bytesobject.c:bytes_get_empty:
   45|     68|{
   46|     68|    PyObject *empty = &EMPTY->ob_base.ob_base;
  ------------------
  |  |   40|     68|#define EMPTY (&_Py_SINGLETON(bytes_empty))
  |  |  ------------------
  |  |  |  |   18|     68|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     68|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   47|     68|    assert(_Py_IsImmortal(empty));
  ------------------
  |  Branch (47:5): [True: 68, False: 0]
  ------------------
   48|     68|    return empty;
   49|     68|}
bytesobject.c:_PyBytes_FromSize:
  103|  7.55k|{
  104|  7.55k|    PyBytesObject *op;
  105|  7.55k|    assert(size >= 0);
  ------------------
  |  Branch (105:5): [True: 7.55k, False: 0]
  ------------------
  106|       |
  107|  7.55k|    if (size == 0) {
  ------------------
  |  Branch (107:9): [True: 0, False: 7.55k]
  ------------------
  108|      0|        return bytes_get_empty();
  109|      0|    }
  110|       |
  111|  7.55k|    if ((size_t)size > (size_t)PY_SSIZE_T_MAX - PyBytesObject_SIZE) {
  ------------------
  |  |  137|  7.55k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                  if ((size_t)size > (size_t)PY_SSIZE_T_MAX - PyBytesObject_SIZE) {
  ------------------
  |  |   29|  7.55k|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|  7.55k|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  |  Branch (111:9): [True: 0, False: 7.55k]
  ------------------
  112|      0|        PyErr_SetString(PyExc_OverflowError,
  113|      0|                        "byte string is too large");
  114|      0|        return NULL;
  115|      0|    }
  116|       |
  117|       |    /* Inline PyObject_NewVar */
  118|  7.55k|    if (use_calloc)
  ------------------
  |  Branch (118:9): [True: 0, False: 7.55k]
  ------------------
  119|      0|        op = (PyBytesObject *)PyObject_Calloc(1, PyBytesObject_SIZE + size);
  ------------------
  |  |   29|      0|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|      0|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  120|  7.55k|    else
  121|  7.55k|        op = (PyBytesObject *)PyObject_Malloc(PyBytesObject_SIZE + size);
  ------------------
  |  |   29|  7.55k|#define PyBytesObject_SIZE _PyBytesObject_SIZE
  |  |  ------------------
  |  |  |  |   76|  7.55k|#define _PyBytesObject_SIZE (offsetof(PyBytesObject, ob_sval) + 1)
  |  |  ------------------
  ------------------
  122|  7.55k|    if (op == NULL) {
  ------------------
  |  Branch (122:9): [True: 0, False: 7.55k]
  ------------------
  123|      0|        return PyErr_NoMemory();
  124|      0|    }
  125|  7.55k|    _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size);
  126|  7.55k|    set_ob_shash(op, -1);
  127|  7.55k|    if (!use_calloc) {
  ------------------
  |  Branch (127:9): [True: 7.55k, False: 0]
  ------------------
  128|  7.55k|        op->ob_sval[size] = '\0';
  129|  7.55k|    }
  130|  7.55k|    return (PyObject *) op;
  131|  7.55k|}
bytesobject.c:set_ob_shash:
   54|  7.67k|{
   55|  7.67k|_Py_COMP_DIAG_PUSH
   56|  7.67k|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
   57|       |#ifdef Py_GIL_DISABLED
   58|       |    _Py_atomic_store_ssize_relaxed(&a->ob_shash, hash);
   59|       |#else
   60|  7.67k|    a->ob_shash = hash;
   61|  7.67k|#endif
   62|  7.67k|_Py_COMP_DIAG_POP
   63|  7.67k|}
bytesobject.c:bytes_length:
 1535|     52|{
 1536|     52|    PyBytesObject *a = _PyBytes_CAST(self);
  ------------------
  |  |   21|     52|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1536:24): [True: 52, False: 0]
  ------------------
 1537|     52|    return Py_SIZE(a);
  ------------------
  |  |  214|     52|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1538|     52|}
bytesobject.c:bytes_subscript:
 1734|     52|{
 1735|     52|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|     52|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1735:27): [True: 52, False: 0]
  ------------------
 1736|     52|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (1736:9): [True: 0, False: 52]
  ------------------
 1737|      0|        Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
 1738|      0|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1738:13): [True: 0, False: 0]
  |  Branch (1738:24): [True: 0, False: 0]
  ------------------
 1739|      0|            return NULL;
 1740|      0|        if (i < 0)
  ------------------
  |  Branch (1740:13): [True: 0, False: 0]
  ------------------
 1741|      0|            i += PyBytes_GET_SIZE(self);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1742|      0|        if (i < 0 || i >= PyBytes_GET_SIZE(self)) {
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1742:13): [True: 0, False: 0]
  |  Branch (1742:22): [True: 0, False: 0]
  ------------------
 1743|      0|            PyErr_SetString(PyExc_IndexError,
 1744|      0|                            "index out of range");
 1745|      0|            return NULL;
 1746|      0|        }
 1747|      0|        return _PyLong_FromUnsignedChar((unsigned char)self->ob_sval[i]);
 1748|      0|    }
 1749|     52|    else if (PySlice_Check(item)) {
  ------------------
  |  |   22|     52|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|     52|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 52, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1750|     52|        Py_ssize_t start, stop, step, slicelength, i;
 1751|     52|        size_t cur;
 1752|     52|        const char* source_buf;
 1753|     52|        char* result_buf;
 1754|     52|        PyObject* result;
 1755|       |
 1756|     52|        if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (1756:13): [True: 0, False: 52]
  ------------------
 1757|      0|            return NULL;
 1758|      0|        }
 1759|     52|        slicelength = PySlice_AdjustIndices(PyBytes_GET_SIZE(self), &start,
  ------------------
  |  |   33|     52|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1760|     52|                                            &stop, step);
 1761|       |
 1762|     52|        if (slicelength <= 0) {
  ------------------
  |  Branch (1762:13): [True: 0, False: 52]
  ------------------
 1763|      0|            return Py_GetConstant(Py_CONSTANT_EMPTY_BYTES);
  ------------------
  |  |  598|      0|#define Py_CONSTANT_EMPTY_BYTES 8
  ------------------
 1764|      0|        }
 1765|     52|        else if (start == 0 && step == 1 &&
  ------------------
  |  Branch (1765:18): [True: 13, False: 39]
  |  Branch (1765:32): [True: 13, False: 0]
  ------------------
 1766|     13|                 slicelength == PyBytes_GET_SIZE(self) &&
  ------------------
  |  |   33|     65|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1766:18): [True: 0, False: 13]
  ------------------
 1767|      0|                 PyBytes_CheckExact(self)) {
  ------------------
  |  |   29|      0|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1768|      0|            return Py_NewRef(self);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1769|      0|        }
 1770|     52|        else if (step == 1) {
  ------------------
  |  Branch (1770:18): [True: 52, False: 0]
  ------------------
 1771|     52|            return PyBytes_FromStringAndSize(
 1772|     52|                PyBytes_AS_STRING(self) + start,
  ------------------
  |  |   27|     52|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1773|     52|                slicelength);
 1774|     52|        }
 1775|      0|        else {
 1776|      0|            source_buf = PyBytes_AS_STRING(self);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1777|      0|            result = PyBytes_FromStringAndSize(NULL, slicelength);
 1778|      0|            if (result == NULL)
  ------------------
  |  Branch (1778:17): [True: 0, False: 0]
  ------------------
 1779|      0|                return NULL;
 1780|       |
 1781|      0|            result_buf = PyBytes_AS_STRING(result);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1782|      0|            for (cur = start, i = 0; i < slicelength;
  ------------------
  |  Branch (1782:38): [True: 0, False: 0]
  ------------------
 1783|      0|                 cur += step, i++) {
 1784|      0|                result_buf[i] = source_buf[cur];
 1785|      0|            }
 1786|       |
 1787|      0|            return result;
 1788|      0|        }
 1789|     52|    }
 1790|      0|    else {
 1791|      0|        PyErr_Format(PyExc_TypeError,
 1792|      0|                     "byte indices must be integers or slices, not %.200s",
 1793|      0|                     Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1794|       |        return NULL;
 1795|      0|    }
 1796|     52|}
bytesobject.c:bytes_hash:
 1721|    138|{
 1722|    138|    PyBytesObject *a = _PyBytes_CAST(self);
  ------------------
  |  |   21|    138|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1722:24): [True: 138, False: 0]
  ------------------
 1723|      0|    Py_hash_t hash = get_ob_shash(a);
 1724|    138|    if (hash == -1) {
  ------------------
  |  Branch (1724:9): [True: 103, False: 35]
  ------------------
 1725|       |        /* Can't fail */
 1726|    103|        hash = Py_HashBuffer(a->ob_sval, Py_SIZE(a));
  ------------------
  |  |  214|    103|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1727|    103|        set_ob_shash(a, hash);
 1728|    103|    }
 1729|    138|    return hash;
 1730|    138|}
bytesobject.c:get_ob_shash:
   67|    138|{
   68|    138|_Py_COMP_DIAG_PUSH
   69|    138|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
   70|       |#ifdef Py_GIL_DISABLED
   71|       |    return _Py_atomic_load_ssize_relaxed(&a->ob_shash);
   72|       |#else
   73|    138|    return a->ob_shash;
   74|    138|#endif
   75|    138|_Py_COMP_DIAG_POP
   76|    138|}
bytesobject.c:bytes_buffer_getbuffer:
 1800|    472|{
 1801|    472|    PyBytesObject *self = _PyBytes_CAST(op);
  ------------------
  |  |   21|    472|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|    472|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1801:27): [True: 472, False: 0]
  ------------------
 1802|    472|    return PyBuffer_FillInfo(view, (PyObject*)self, (void *)self->ob_sval, Py_SIZE(self),
  ------------------
  |  |  214|    472|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    472|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    472|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1803|    472|                             1, flags);
 1804|    472|}
bytesobject.c:bytes_richcompare:
 1658|     17|{
 1659|       |    /* Make sure both arguments are strings. */
 1660|     17|    if (!(PyBytes_Check(aa) && PyBytes_Check(bb))) {
  ------------------
  |  |   28|     17|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     34|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 17, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!(PyBytes_Check(aa) && PyBytes_Check(bb))) {
  ------------------
  |  |   28|     17|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     17|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 17, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1661|      0|        if (_Py_GetConfig()->bytes_warning && (op == Py_EQ || op == Py_NE)) {
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
                      if (_Py_GetConfig()->bytes_warning && (op == Py_EQ || op == Py_NE)) {
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (1661:13): [True: 0, False: 0]
  |  Branch (1661:48): [True: 0, False: 0]
  |  Branch (1661:63): [True: 0, False: 0]
  ------------------
 1662|      0|            if (PyUnicode_Check(aa) || PyUnicode_Check(bb)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (PyUnicode_Check(aa) || PyUnicode_Check(bb)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1663|      0|                if (PyErr_WarnEx(PyExc_BytesWarning,
  ------------------
  |  Branch (1663:21): [True: 0, False: 0]
  ------------------
 1664|      0|                                 "Comparison between bytes and string", 1))
 1665|      0|                    return NULL;
 1666|      0|            }
 1667|      0|            if (PyLong_Check(aa) || PyLong_Check(bb)) {
  ------------------
  |  |   13|      0|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (PyLong_Check(aa) || PyLong_Check(bb)) {
  ------------------
  |  |   13|      0|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1668|      0|                if (PyErr_WarnEx(PyExc_BytesWarning,
  ------------------
  |  Branch (1668:21): [True: 0, False: 0]
  ------------------
 1669|      0|                                 "Comparison between bytes and int", 1))
 1670|      0|                    return NULL;
 1671|      0|            }
 1672|      0|        }
 1673|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 1674|      0|    }
 1675|       |
 1676|     17|    PyBytesObject *a = _PyBytes_CAST(aa);
  ------------------
  |  |   21|     17|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1676:24): [True: 17, False: 0]
  ------------------
 1677|     17|    PyBytesObject *b = _PyBytes_CAST(bb);
  ------------------
  |  |   21|     17|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1677:24): [True: 17, False: 0]
  ------------------
 1678|     17|    if (a == b) {
  ------------------
  |  Branch (1678:9): [True: 0, False: 17]
  ------------------
 1679|      0|        switch (op) {
 1680|      0|        case Py_EQ:
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  |  Branch (1680:9): [True: 0, False: 0]
  ------------------
 1681|      0|        case Py_LE:
  ------------------
  |  |  653|      0|#define Py_LE 1
  ------------------
  |  Branch (1681:9): [True: 0, False: 0]
  ------------------
 1682|      0|        case Py_GE:
  ------------------
  |  |  657|      0|#define Py_GE 5
  ------------------
  |  Branch (1682:9): [True: 0, False: 0]
  ------------------
 1683|       |            /* a byte string is equal to itself */
 1684|      0|            Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1685|      0|        case Py_NE:
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (1685:9): [True: 0, False: 0]
  ------------------
 1686|      0|        case Py_LT:
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
  |  Branch (1686:9): [True: 0, False: 0]
  ------------------
 1687|      0|        case Py_GT:
  ------------------
  |  |  656|      0|#define Py_GT 4
  ------------------
  |  Branch (1687:9): [True: 0, False: 0]
  ------------------
 1688|      0|            Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1689|      0|        default:
  ------------------
  |  Branch (1689:9): [True: 0, False: 0]
  ------------------
 1690|      0|            PyErr_BadArgument();
 1691|      0|            return NULL;
 1692|      0|        }
 1693|      0|    }
 1694|     17|    else if (op == Py_EQ || op == Py_NE) {
  ------------------
  |  |  654|     34|#define Py_EQ 2
  ------------------
                  else if (op == Py_EQ || op == Py_NE) {
  ------------------
  |  |  655|     13|#define Py_NE 3
  ------------------
  |  Branch (1694:14): [True: 4, False: 13]
  |  Branch (1694:29): [True: 13, False: 0]
  ------------------
 1695|     17|        int eq = bytes_compare_eq(a, b);
 1696|     17|        eq ^= (op == Py_NE);
  ------------------
  |  |  655|     17|#define Py_NE 3
  ------------------
 1697|     17|        return PyBool_FromLong(eq);
 1698|     17|    }
 1699|      0|    else {
 1700|      0|        Py_ssize_t len_a = Py_SIZE(a);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1701|      0|        Py_ssize_t len_b = Py_SIZE(b);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1702|      0|        Py_ssize_t min_len = Py_MIN(len_a, len_b);
  ------------------
  |  |  112|      0|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1703|      0|        int c;
 1704|      0|        if (min_len > 0) {
  ------------------
  |  Branch (1704:13): [True: 0, False: 0]
  ------------------
 1705|      0|            c = Py_CHARMASK(*a->ob_sval) - Py_CHARMASK(*b->ob_sval);
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
                          c = Py_CHARMASK(*a->ob_sval) - Py_CHARMASK(*b->ob_sval);
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 1706|      0|            if (c == 0)
  ------------------
  |  Branch (1706:17): [True: 0, False: 0]
  ------------------
 1707|      0|                c = memcmp(a->ob_sval, b->ob_sval, min_len);
 1708|      0|        }
 1709|      0|        else {
 1710|      0|            c = 0;
 1711|      0|        }
 1712|      0|        if (c != 0) {
  ------------------
  |  Branch (1712:13): [True: 0, False: 0]
  ------------------
 1713|      0|            Py_RETURN_RICHCOMPARE(c, 0, op);
  ------------------
  |  |  674|      0|    do {                                                                    \
  |  |  675|      0|        switch (op) {                                                       \
  |  |  676|      0|        case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  654|      0|#define Py_EQ 2
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (676:9): [True: 0, False: 0]
  |  |  |  Branch (676:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  677|      0|        case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  655|      0|#define Py_NE 3
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (677:9): [True: 0, False: 0]
  |  |  |  Branch (677:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  678|      0|        case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  652|      0|#define Py_LT 0
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (678:9): [True: 0, False: 0]
  |  |  |  Branch (678:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  679|      0|        case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  656|      0|#define Py_GT 4
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (679:9): [True: 0, False: 0]
  |  |  |  Branch (679:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  680|      0|        case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  653|      0|#define Py_LE 1
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (680:9): [True: 0, False: 0]
  |  |  |  Branch (680:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  681|      0|        case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  657|      0|#define Py_GE 5
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (681:9): [True: 0, False: 0]
  |  |  |  Branch (681:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  682|      0|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|      0|        }                                                                   \
  |  |  685|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1714|      0|        }
 1715|      0|        Py_RETURN_RICHCOMPARE(len_a, len_b, op);
  ------------------
  |  |  674|      0|    do {                                                                    \
  |  |  675|      0|        switch (op) {                                                       \
  |  |  676|      0|        case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  654|      0|#define Py_EQ 2
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (676:9): [True: 0, False: 0]
  |  |  |  Branch (676:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  677|      0|        case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  655|      0|#define Py_NE 3
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (677:9): [True: 0, False: 0]
  |  |  |  Branch (677:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  678|      0|        case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  652|      0|#define Py_LT 0
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (678:9): [True: 0, False: 0]
  |  |  |  Branch (678:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  679|      0|        case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  656|      0|#define Py_GT 4
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (679:9): [True: 0, False: 0]
  |  |  |  Branch (679:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  680|      0|        case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  653|      0|#define Py_LE 1
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (680:9): [True: 0, False: 0]
  |  |  |  Branch (680:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  681|      0|        case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  657|      0|#define Py_GE 5
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (681:9): [True: 0, False: 0]
  |  |  |  Branch (681:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  682|      0|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|      0|        }                                                                   \
  |  |  685|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1716|      0|    }
 1717|     17|}
bytesobject.c:bytes_compare_eq:
 1641|     17|{
 1642|     17|    int cmp;
 1643|     17|    Py_ssize_t len;
 1644|       |
 1645|     17|    len = Py_SIZE(a);
  ------------------
  |  |  214|     17|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1646|     17|    if (Py_SIZE(b) != len)
  ------------------
  |  |  214|     17|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1646:9): [True: 0, False: 17]
  ------------------
 1647|      0|        return 0;
 1648|       |
 1649|     17|    if (a->ob_sval[0] != b->ob_sval[0])
  ------------------
  |  Branch (1649:9): [True: 0, False: 17]
  ------------------
 1650|      0|        return 0;
 1651|       |
 1652|     17|    cmp = memcmp(a->ob_sval, b->ob_sval, len);
 1653|     17|    return (cmp == 0);
 1654|     17|}
bytesobject.c:bytes_decode_impl:
 2578|      4|{
 2579|      4|    return PyUnicode_FromEncodedObject((PyObject*)self, encoding, errors);
 2580|      4|}
bytesobject.c:bytes_iteritem:
 3214|     25|{
 3215|     25|    PyBytesObject *a = _PyBytes_CAST(obj);
  ------------------
  |  |   21|     25|    (assert(PyBytes_Check(op)), _Py_CAST(PyBytesObject*, op))
  |  |  ------------------
  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (3215:24): [True: 25, False: 0]
  ------------------
 3216|     25|    if (index >= Py_SIZE(a)) {
  ------------------
  |  |  214|     25|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3216:9): [True: 1, False: 24]
  ------------------
 3217|      1|        return (_PyObjectIndexPair) { .object = NULL, .index = index };
 3218|      1|    }
 3219|     24|    PyObject *l = _PyLong_FromUnsignedChar((unsigned char)a->ob_sval[index]);
 3220|     24|    return (_PyObjectIndexPair) { .object = l, .index = index + 1 };
 3221|     25|}
bytesobject.c:striter_dealloc:
 3414|      2|{
 3415|      2|    striterobject *it = _striterobject_CAST(op);
  ------------------
  |  | 3410|      2|#define _striterobject_CAST(op)  ((striterobject *)(op))
  ------------------
 3416|      2|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|      2|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3417|      2|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3418|      2|    PyObject_GC_Del(it);
 3419|      2|}
bytesobject.c:bytes_iter:
 3543|      2|{
 3544|      2|    striterobject *it;
 3545|       |
 3546|      2|    if (!PyBytes_Check(seq)) {
  ------------------
  |  |   28|      2|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3546:9): [True: 0, False: 2]
  ------------------
 3547|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3548|      0|        return NULL;
 3549|      0|    }
 3550|      2|    it = PyObject_GC_New(striterobject, &PyBytesIter_Type);
  ------------------
  |  |  181|      2|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 3551|      2|    if (it == NULL)
  ------------------
  |  Branch (3551:9): [True: 0, False: 2]
  ------------------
 3552|      0|        return NULL;
 3553|      2|    it->it_index = 0;
 3554|      2|    it->it_seq = (PyBytesObject *)Py_NewRef(seq);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3555|      2|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|      2|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3556|      2|    return (PyObject *)it;
 3557|      2|}
bytesobject.c:byteswriter_create:
 3684|     15|{
 3685|     15|    if (size < 0) {
  ------------------
  |  Branch (3685:9): [True: 0, False: 15]
  ------------------
 3686|      0|        PyErr_SetString(PyExc_ValueError, "size must be >= 0");
 3687|      0|        return NULL;
 3688|      0|    }
 3689|       |
 3690|     15|    PyBytesWriter *writer = _Py_FREELIST_POP_MEM(bytes_writers);
  ------------------
  |  |   48|     15|    _PyFreeList_PopMem(&_Py_freelists_GET()->NAME)
  ------------------
 3691|     15|    if (writer == NULL) {
  ------------------
  |  Branch (3691:9): [True: 2, False: 13]
  ------------------
 3692|      2|        writer = (PyBytesWriter *)PyMem_Malloc(sizeof(PyBytesWriter));
 3693|      2|        if (writer == NULL) {
  ------------------
  |  Branch (3693:13): [True: 0, False: 2]
  ------------------
 3694|      0|            PyErr_NoMemory();
 3695|      0|            return NULL;
 3696|      0|        }
 3697|      2|    }
 3698|     15|    writer->obj = NULL;
 3699|     15|    writer->size = 0;
 3700|     15|    writer->use_bytearray = use_bytearray;
 3701|     15|    writer->overallocate = !use_bytearray;
 3702|       |
 3703|     15|    if (size >= 1) {
  ------------------
  |  Branch (3703:9): [True: 15, False: 0]
  ------------------
 3704|     15|        if (byteswriter_resize(writer, size, 0) < 0) {
  ------------------
  |  Branch (3704:13): [True: 0, False: 15]
  ------------------
 3705|      0|            PyBytesWriter_Discard(writer);
 3706|      0|            return NULL;
 3707|      0|        }
 3708|     15|        writer->size = size;
 3709|     15|    }
 3710|       |#ifdef Py_DEBUG
 3711|       |    memset(byteswriter_data(writer), 0xff, byteswriter_allocated(writer));
 3712|       |#endif
 3713|     15|    return writer;
 3714|     15|}
bytesobject.c:byteswriter_data:
 3588|     28|{
 3589|     28|    return _PyBytesWriter_GetData(writer);
 3590|     28|}
bytesobject.c:byteswriter_allocated:
 3595|     15|{
 3596|     15|    if (writer->obj == NULL) {
  ------------------
  |  Branch (3596:9): [True: 15, False: 0]
  ------------------
 3597|     15|        return sizeof(writer->small_buffer);
 3598|     15|    }
 3599|      0|    else if (writer->use_bytearray) {
  ------------------
  |  Branch (3599:14): [True: 0, False: 0]
  ------------------
 3600|      0|        return PyByteArray_GET_SIZE(writer->obj);
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3601|      0|    }
 3602|      0|    else {
 3603|      0|        return PyBytes_GET_SIZE(writer->obj);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3604|      0|    }
 3605|     15|}
bytesobject.c:byteswriter_resize:
 3618|     15|{
 3619|     15|    assert(size >= 0);
  ------------------
  |  Branch (3619:5): [True: 15, False: 0]
  ------------------
 3620|       |
 3621|     15|    Py_ssize_t old_allocated = byteswriter_allocated(writer);
 3622|     15|    if (size <= old_allocated) {
  ------------------
  |  Branch (3622:9): [True: 2, False: 13]
  ------------------
 3623|      2|        return 0;
 3624|      2|    }
 3625|       |
 3626|     13|    if (resize & writer->overallocate) {
  ------------------
  |  Branch (3626:9): [True: 0, False: 13]
  ------------------
 3627|      0|        if (size <= (PY_SSIZE_T_MAX - size / OVERALLOCATE_FACTOR)) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                      if (size <= (PY_SSIZE_T_MAX - size / OVERALLOCATE_FACTOR)) {
  ------------------
  |  | 3613|      0|#  define OVERALLOCATE_FACTOR 4
  ------------------
  |  Branch (3627:13): [True: 0, False: 0]
  ------------------
 3628|      0|            size += size / OVERALLOCATE_FACTOR;
  ------------------
  |  | 3613|      0|#  define OVERALLOCATE_FACTOR 4
  ------------------
 3629|      0|        }
 3630|      0|    }
 3631|       |
 3632|     13|    if (writer->obj != NULL) {
  ------------------
  |  Branch (3632:9): [True: 0, False: 13]
  ------------------
 3633|      0|        if (writer->use_bytearray) {
  ------------------
  |  Branch (3633:13): [True: 0, False: 0]
  ------------------
 3634|      0|            if (PyByteArray_Resize(writer->obj, size)) {
  ------------------
  |  Branch (3634:17): [True: 0, False: 0]
  ------------------
 3635|      0|                return -1;
 3636|      0|            }
 3637|      0|        }
 3638|      0|        else {
 3639|      0|            if (_PyBytes_Resize(&writer->obj, size)) {
  ------------------
  |  Branch (3639:17): [True: 0, False: 0]
  ------------------
 3640|      0|                return -1;
 3641|      0|            }
 3642|      0|        }
 3643|      0|        assert(writer->obj != NULL);
  ------------------
  |  Branch (3643:9): [True: 0, False: 0]
  ------------------
 3644|      0|    }
 3645|     13|    else if (writer->use_bytearray) {
  ------------------
  |  Branch (3645:14): [True: 0, False: 13]
  ------------------
 3646|      0|        writer->obj = PyByteArray_FromStringAndSize(NULL, size);
 3647|      0|        if (writer->obj == NULL) {
  ------------------
  |  Branch (3647:13): [True: 0, False: 0]
  ------------------
 3648|      0|            return -1;
 3649|      0|        }
 3650|      0|        if (resize) {
  ------------------
  |  Branch (3650:13): [True: 0, False: 0]
  ------------------
 3651|      0|            assert((size_t)size > sizeof(writer->small_buffer));
  ------------------
  |  Branch (3651:13): [True: 0, False: 0]
  ------------------
 3652|      0|            memcpy(PyByteArray_AS_STRING(writer->obj),
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3653|      0|                   writer->small_buffer,
 3654|      0|                   sizeof(writer->small_buffer));
 3655|      0|        }
 3656|      0|    }
 3657|     13|    else {
 3658|     13|        writer->obj = PyBytes_FromStringAndSize(NULL, size);
 3659|     13|        if (writer->obj == NULL) {
  ------------------
  |  Branch (3659:13): [True: 0, False: 13]
  ------------------
 3660|      0|            return -1;
 3661|      0|        }
 3662|     13|        if (resize) {
  ------------------
  |  Branch (3662:13): [True: 0, False: 13]
  ------------------
 3663|      0|            assert((size_t)size > sizeof(writer->small_buffer));
  ------------------
  |  Branch (3663:13): [True: 0, False: 0]
  ------------------
 3664|      0|            memcpy(PyBytes_AS_STRING(writer->obj),
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3665|      0|                   writer->small_buffer,
 3666|      0|                   sizeof(writer->small_buffer));
 3667|      0|        }
 3668|     13|    }
 3669|       |
 3670|       |#ifdef Py_DEBUG
 3671|       |    Py_ssize_t allocated = byteswriter_allocated(writer);
 3672|       |    if (resize && allocated > old_allocated) {
 3673|       |        memset(byteswriter_data(writer) + old_allocated, 0xff,
 3674|       |               allocated - old_allocated);
 3675|       |    }
 3676|       |#endif
 3677|       |
 3678|     13|    return 0;
 3679|     13|}

_Py_CheckFunctionResult:
   27|  9.50k|{
   28|  9.50k|    assert((callable != NULL) ^ (where != NULL));
  ------------------
  |  Branch (28:5): [True: 9.50k, False: 0]
  ------------------
   29|       |
   30|  9.50k|    if (result == NULL) {
  ------------------
  |  Branch (30:9): [True: 76, False: 9.42k]
  ------------------
   31|     76|        if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (31:13): [True: 0, False: 76]
  ------------------
   32|      0|            if (callable)
  ------------------
  |  Branch (32:17): [True: 0, False: 0]
  ------------------
   33|      0|                _PyErr_Format(tstate, PyExc_SystemError,
   34|      0|                              "%R returned NULL without setting an exception",
   35|      0|                              callable);
   36|      0|            else
   37|      0|                _PyErr_Format(tstate, PyExc_SystemError,
   38|      0|                              "%s returned NULL without setting an exception",
   39|      0|                              where);
   40|       |#ifdef Py_DEBUG
   41|       |            /* Ensure that the bug is caught in debug mode.
   42|       |               Py_FatalError() logs the SystemError exception raised above. */
   43|       |            Py_FatalError("a function returned NULL without setting an exception");
   44|       |#endif
   45|      0|            return NULL;
   46|      0|        }
   47|     76|    }
   48|  9.42k|    else {
   49|  9.42k|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (49:13): [True: 0, False: 9.42k]
  ------------------
   50|      0|            Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|       |
   52|      0|            if (callable) {
  ------------------
  |  Branch (52:17): [True: 0, False: 0]
  ------------------
   53|      0|                _PyErr_FormatFromCauseTstate(
   54|      0|                    tstate, PyExc_SystemError,
   55|      0|                    "%R returned a result with an exception set", callable);
   56|      0|            }
   57|      0|            else {
   58|      0|                _PyErr_FormatFromCauseTstate(
   59|      0|                    tstate, PyExc_SystemError,
   60|      0|                    "%s returned a result with an exception set", where);
   61|      0|            }
   62|       |#ifdef Py_DEBUG
   63|       |            /* Ensure that the bug is caught in debug mode.
   64|       |               Py_FatalError() logs the SystemError exception raised above. */
   65|       |            Py_FatalError("a function returned a result with an exception set");
   66|       |#endif
   67|      0|            return NULL;
   68|      0|        }
   69|  9.42k|    }
   70|  9.50k|    return result;
   71|  9.50k|}
_Py_CheckSlotResult:
   76|  6.00k|{
   77|  6.00k|    PyThreadState *tstate = _PyThreadState_GET();
   78|  6.00k|    if (!success) {
  ------------------
  |  Branch (78:9): [True: 116, False: 5.88k]
  ------------------
   79|    116|        if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (79:13): [True: 0, False: 116]
  ------------------
   80|      0|            _Py_FatalErrorFormat(__func__,
   81|      0|                                 "Slot %s of type %s failed "
   82|      0|                                 "without setting an exception",
   83|      0|                                 slot_name, Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|      0|        }
   85|    116|    }
   86|  5.88k|    else {
   87|  5.88k|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (87:13): [True: 0, False: 5.88k]
  ------------------
   88|      0|            _Py_FatalErrorFormat(__func__,
   89|      0|                                 "Slot %s of type %s succeeded "
   90|      0|                                 "with an exception set",
   91|      0|                                 slot_name, Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   92|      0|        }
   93|  5.88k|    }
   94|  6.00k|    return 1;
   95|  6.00k|}
PyObject_CallNoArgs:
  103|      1|{
  104|      1|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|      1|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  105|      1|    PyThreadState *tstate = _PyThreadState_GET();
  106|      1|    return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL);
  107|      1|}
_PyObject_VectorcallDictTstate:
  114|  1.16k|{
  115|  1.16k|    assert(callable != NULL);
  ------------------
  |  Branch (115:5): [True: 1.16k, False: 0]
  ------------------
  116|       |
  117|       |    /* PyObject_VectorcallDict() must not be called with an exception set,
  118|       |       because it can clear it (directly or indirectly) and so the
  119|       |       caller loses its exception */
  120|  1.16k|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (120:5): [True: 1.16k, False: 0]
  ------------------
  121|       |
  122|  1.16k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  1.16k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  123|  1.16k|    assert(nargs >= 0);
  ------------------
  |  Branch (123:5): [True: 1.16k, False: 0]
  ------------------
  124|  1.16k|    assert(nargs == 0 || args != NULL);
  ------------------
  |  Branch (124:5): [True: 225, False: 943]
  |  Branch (124:5): [True: 943, False: 0]
  ------------------
  125|  1.16k|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (125:5): [True: 1.01k, False: 150]
  |  Branch (125:5): [True: 150, False: 0]
  ------------------
  126|       |
  127|  1.16k|    vectorcallfunc func = PyVectorcall_Function(callable);
  128|  1.16k|    if (func == NULL) {
  ------------------
  |  Branch (128:9): [True: 72, False: 1.09k]
  ------------------
  129|       |        /* Use tp_call instead */
  130|     72|        return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwargs);
  131|     72|    }
  132|       |
  133|  1.09k|    PyObject *res;
  134|  1.09k|    if (kwargs == NULL || PyDict_GET_SIZE(kwargs) == 0) {
  ------------------
  |  |   63|    127|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (134:9): [True: 969, False: 127]
  |  Branch (134:27): [True: 42, False: 85]
  ------------------
  135|  1.01k|        res = func(callable, args, nargsf, NULL);
  136|  1.01k|    }
  137|     85|    else {
  138|     85|        PyObject *kwnames;
  139|     85|        PyObject *const *newargs;
  140|     85|        newargs = _PyStack_UnpackDict(tstate,
  141|     85|                                      args, nargs,
  142|     85|                                      kwargs, &kwnames);
  143|     85|        if (newargs == NULL) {
  ------------------
  |  Branch (143:13): [True: 0, False: 85]
  ------------------
  144|      0|            return NULL;
  145|      0|        }
  146|     85|        res = func(callable, newargs,
  147|     85|                   nargs | PY_VECTORCALL_ARGUMENTS_OFFSET, kwnames);
  ------------------
  |  |  287|     85|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|     85|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  148|     85|        _PyStack_UnpackDict_Free(newargs, nargs, kwnames);
  149|     85|    }
  150|  1.09k|    return _Py_CheckFunctionResult(tstate, callable, res, NULL);
  151|  1.09k|}
PyObject_VectorcallDict:
  157|    657|{
  158|    657|    PyThreadState *tstate = _PyThreadState_GET();
  159|    657|    return _PyObject_VectorcallDictTstate(tstate, callable, args, nargsf, kwargs);
  160|    657|}
_PyObject_MakeTpCall:
  203|  1.71k|{
  204|  1.71k|    assert(nargs >= 0);
  ------------------
  |  Branch (204:5): [True: 1.71k, False: 0]
  ------------------
  205|  1.71k|    assert(nargs == 0 || args != NULL);
  ------------------
  |  Branch (205:5): [True: 353, False: 1.35k]
  |  Branch (205:5): [True: 1.35k, False: 0]
  ------------------
  206|  1.71k|    assert(keywords == NULL || PyTuple_Check(keywords) || PyDict_Check(keywords));
  ------------------
  |  Branch (206:5): [True: 1.56k, False: 149]
  |  Branch (206:5): [True: 126, False: 23]
  |  Branch (206:5): [True: 23, False: 0]
  ------------------
  207|       |
  208|       |    /* Slow path: build a temporary tuple for positional arguments and a
  209|       |     * temporary dictionary for keyword arguments (if any) */
  210|  1.71k|    ternaryfunc call = Py_TYPE(callable)->tp_call;
  ------------------
  |  |  213|  1.71k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|  1.71k|    if (call == NULL) {
  ------------------
  |  Branch (211:9): [True: 0, False: 1.71k]
  ------------------
  212|      0|        object_is_not_callable(tstate, callable);
  213|      0|        return NULL;
  214|      0|    }
  215|       |
  216|  1.71k|    PyObject *argstuple = PyTuple_FromArray(args, nargs);
  217|  1.71k|    if (argstuple == NULL) {
  ------------------
  |  Branch (217:9): [True: 0, False: 1.71k]
  ------------------
  218|      0|        return NULL;
  219|      0|    }
  220|       |
  221|  1.71k|    PyObject *kwdict;
  222|  1.71k|    if (keywords == NULL || PyDict_Check(keywords)) {
  ------------------
  |  |   18|    149|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    149|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 23, False: 126]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (222:9): [True: 1.56k, False: 149]
  ------------------
  223|  1.58k|        kwdict = keywords;
  224|  1.58k|    }
  225|    126|    else {
  226|    126|        if (PyTuple_GET_SIZE(keywords)) {
  ------------------
  |  |   27|    126|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    126|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    126|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 126, False: 0]
  |  |  ------------------
  ------------------
  227|    126|            assert(args != NULL);
  ------------------
  |  Branch (227:13): [True: 126, False: 0]
  ------------------
  228|    126|            kwdict = _PyStack_AsDict(args + nargs, keywords);
  229|    126|            if (kwdict == NULL) {
  ------------------
  |  Branch (229:17): [True: 0, False: 126]
  ------------------
  230|      0|                Py_DECREF(argstuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  231|      0|                return NULL;
  232|      0|            }
  233|    126|        }
  234|      0|        else {
  235|      0|            keywords = kwdict = NULL;
  236|      0|        }
  237|    126|    }
  238|       |
  239|  1.71k|    PyObject *result = NULL;
  240|  1.71k|    if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object") == 0)
  ------------------
  |  Branch (240:9): [True: 1.71k, False: 0]
  ------------------
  241|  1.71k|    {
  242|  1.71k|        result = _PyCFunctionWithKeywords_TrampolineCall(
  ------------------
  |  |  999|  1.71k|    (meth)((self), (args), (kw))
  ------------------
  243|  1.71k|            (PyCFunctionWithKeywords)call, callable, argstuple, kwdict);
  244|  1.71k|        _Py_LeaveRecursiveCallTstate(tstate);
  245|  1.71k|    }
  246|       |
  247|  1.71k|    Py_DECREF(argstuple);
  ------------------
  |  |  430|  1.71k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  248|  1.71k|    if (kwdict != keywords) {
  ------------------
  |  Branch (248:9): [True: 126, False: 1.58k]
  ------------------
  249|    126|        Py_DECREF(kwdict);
  ------------------
  |  |  430|    126|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    126|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    126|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|    126|    }
  251|       |
  252|       |    return _Py_CheckFunctionResult(tstate, callable, result, NULL);
  253|  1.71k|}
PyVectorcall_Function:
  258|  1.46k|{
  259|  1.46k|    return _PyVectorcall_FunctionInline(callable);
  260|  1.46k|}
PyObject_Vectorcall:
  325|  4.01k|{
  326|  4.01k|    PyThreadState *tstate = _PyThreadState_GET();
  327|  4.01k|    return _PyObject_VectorcallTstate(tstate, callable,
  328|  4.01k|                                      args, nargsf, kwnames);
  329|  4.01k|}
_PyObject_Call:
  335|    290|{
  336|    290|    ternaryfunc call;
  337|    290|    PyObject *result;
  338|       |
  339|       |    /* PyObject_Call() must not be called with an exception set,
  340|       |       because it can clear it (directly or indirectly) and so the
  341|       |       caller loses its exception */
  342|    290|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (342:5): [True: 290, False: 0]
  ------------------
  343|    290|    assert(PyTuple_Check(args));
  ------------------
  |  Branch (343:5): [True: 290, False: 0]
  ------------------
  344|    290|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (344:5): [True: 64, False: 226]
  |  Branch (344:5): [True: 226, False: 0]
  ------------------
  345|    290|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, callable);
  ------------------
  |  |   80|    290|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  346|    290|    vectorcallfunc vector_func = PyVectorcall_Function(callable);
  347|    290|    if (vector_func != NULL) {
  ------------------
  |  Branch (347:9): [True: 251, False: 39]
  ------------------
  348|    251|        return _PyVectorcall_Call(tstate, vector_func, callable, args, kwargs);
  349|    251|    }
  350|     39|    else {
  351|     39|        call = Py_TYPE(callable)->tp_call;
  ------------------
  |  |  213|     39|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  352|     39|        if (call == NULL) {
  ------------------
  |  Branch (352:13): [True: 0, False: 39]
  ------------------
  353|      0|            object_is_not_callable(tstate, callable);
  354|      0|            return NULL;
  355|      0|        }
  356|       |
  357|     39|        if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) {
  ------------------
  |  Branch (357:13): [True: 0, False: 39]
  ------------------
  358|      0|            return NULL;
  359|      0|        }
  360|       |
  361|     39|        result = (*call)(callable, args, kwargs);
  362|       |
  363|     39|        _Py_LeaveRecursiveCallTstate(tstate);
  364|       |
  365|       |        return _Py_CheckFunctionResult(tstate, callable, result, NULL);
  366|     39|    }
  367|    290|}
PyObject_Call:
  371|    290|{
  372|    290|    PyThreadState *tstate = _PyThreadState_GET();
  373|    290|    return _PyObject_Call(tstate, callable, args, kwargs);
  374|    290|}
PyObject_CallOneArg:
  387|  1.20k|{
  388|  1.20k|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|  1.20k|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  389|  1.20k|    assert(arg != NULL);
  ------------------
  |  Branch (389:5): [True: 1.20k, False: 0]
  ------------------
  390|  1.20k|    PyObject *_args[2];
  391|  1.20k|    PyObject **args = _args + 1;  // For PY_VECTORCALL_ARGUMENTS_OFFSET
  392|  1.20k|    args[0] = arg;
  393|  1.20k|    PyThreadState *tstate = _PyThreadState_GET();
  394|  1.20k|    size_t nargsf = 1 | PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|  1.20k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  1.20k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  395|       |    return _PyObject_VectorcallTstate(tstate, func, args, nargsf, NULL);
  396|  1.20k|}
_PyFunction_Vectorcall:
  404|  1.38k|{
  405|  1.38k|    assert(PyFunction_Check(func));
  ------------------
  |  Branch (405:5): [True: 1.38k, False: 0]
  ------------------
  406|  1.38k|    PyFunctionObject *f = (PyFunctionObject *)func;
  407|  1.38k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  1.38k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  408|  1.38k|    assert(nargs >= 0);
  ------------------
  |  Branch (408:5): [True: 1.38k, False: 0]
  ------------------
  409|  1.38k|    PyThreadState *tstate = _PyThreadState_GET();
  410|  1.38k|    assert(nargs == 0 || stack != NULL);
  ------------------
  |  Branch (410:5): [True: 2, False: 1.38k]
  |  Branch (410:5): [True: 1.38k, False: 0]
  ------------------
  411|  1.38k|    EVAL_CALL_STAT_INC(EVAL_CALL_FUNCTION_VECTORCALL);
  ------------------
  |  |   79|  1.38k|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  412|  1.38k|    if (((PyCodeObject *)f->func_code)->co_flags & CO_OPTIMIZED) {
  ------------------
  |  |  118|  1.38k|#define CO_OPTIMIZED    0x0001
  ------------------
  |  Branch (412:9): [True: 1.38k, False: 0]
  ------------------
  413|  1.38k|        return _PyEval_Vector(tstate, f, NULL, stack, nargs, kwnames);
  414|  1.38k|    }
  415|      0|    else {
  416|      0|        return _PyEval_Vector(tstate, f, f->func_globals, stack, nargs, kwnames);
  417|      0|    }
  418|  1.38k|}
_PyObject_Call_Prepend:
  480|    511|{
  481|    511|    assert(PyTuple_Check(args));
  ------------------
  |  Branch (481:5): [True: 511, False: 0]
  ------------------
  482|       |
  483|    511|    PyObject *small_stack[_PY_FASTCALL_SMALL_STACK];
  484|    511|    PyObject **stack;
  485|       |
  486|    511|    Py_ssize_t argcount = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|    511|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    511|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    511|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  487|    511|    if (argcount + 1 <= (Py_ssize_t)Py_ARRAY_LENGTH(small_stack)) {
  ------------------
  |  |  196|    511|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (487:9): [True: 507, False: 4]
  ------------------
  488|    507|        stack = small_stack;
  489|    507|    }
  490|      4|    else {
  491|      4|        stack = PyMem_Malloc((argcount + 1) * sizeof(PyObject *));
  492|      4|        if (stack == NULL) {
  ------------------
  |  Branch (492:13): [True: 0, False: 4]
  ------------------
  493|      0|            PyErr_NoMemory();
  494|      0|            return NULL;
  495|      0|        }
  496|      4|    }
  497|       |
  498|       |    /* use borrowed references */
  499|    511|    stack[0] = obj;
  500|    511|    memcpy(&stack[1],
  501|    511|           _PyTuple_ITEMS(args),
  ------------------
  |  |   26|    511|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|  1.02k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 511, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  502|      0|           argcount * sizeof(PyObject *));
  503|       |
  504|      0|    PyObject *result = _PyObject_VectorcallDictTstate(tstate, callable,
  505|    511|                                                      stack, argcount + 1,
  506|    511|                                                      kwargs);
  507|    511|    if (stack != small_stack) {
  ------------------
  |  Branch (507:9): [True: 4, False: 507]
  ------------------
  508|      4|        PyMem_Free(stack);
  509|      4|    }
  510|    511|    return result;
  511|    511|}
PyObject_CallFunction:
  568|     93|{
  569|     93|    va_list va;
  570|     93|    PyObject *result;
  571|     93|    PyThreadState *tstate = _PyThreadState_GET();
  572|       |
  573|     93|    va_start(va, format);
  574|     93|    result = _PyObject_CallFunctionVa(tstate, callable, format, va);
  575|     93|    va_end(va);
  576|       |
  577|     93|    return result;
  578|     93|}
PyObject_CallMethod:
  631|     65|{
  632|     65|    PyThreadState *tstate = _PyThreadState_GET();
  633|       |
  634|     65|    if (obj == NULL || name == NULL) {
  ------------------
  |  Branch (634:9): [True: 0, False: 65]
  |  Branch (634:24): [True: 0, False: 65]
  ------------------
  635|      0|        return null_error(tstate);
  636|      0|    }
  637|       |
  638|     65|    PyObject *callable = PyObject_GetAttrString(obj, name);
  639|     65|    if (callable == NULL) {
  ------------------
  |  Branch (639:9): [True: 0, False: 65]
  ------------------
  640|      0|        return NULL;
  641|      0|    }
  642|       |
  643|     65|    va_list va;
  644|     65|    va_start(va, format);
  645|     65|    PyObject *retval = callmethod(tstate, callable, format, va);
  646|     65|    va_end(va);
  647|       |
  648|     65|    Py_DECREF(callable);
  ------------------
  |  |  430|     65|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     65|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     65|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  649|     65|    return retval;
  650|     65|}
_PyObject_CallMethod:
  681|     12|{
  682|     12|    PyThreadState *tstate = _PyThreadState_GET();
  683|     12|    if (obj == NULL || name == NULL) {
  ------------------
  |  Branch (683:9): [True: 0, False: 12]
  |  Branch (683:24): [True: 0, False: 12]
  ------------------
  684|      0|        return null_error(tstate);
  685|      0|    }
  686|       |
  687|     12|    PyObject *callable = PyObject_GetAttr(obj, name);
  688|     12|    if (callable == NULL) {
  ------------------
  |  Branch (688:9): [True: 0, False: 12]
  ------------------
  689|      0|        return NULL;
  690|      0|    }
  691|       |
  692|     12|    va_list va;
  693|     12|    va_start(va, format);
  694|     12|    PyObject *retval = callmethod(tstate, callable, format, va);
  695|     12|    va_end(va);
  696|       |
  697|     12|    Py_DECREF(callable);
  ------------------
  |  |  430|     12|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  698|     12|    return retval;
  699|     12|}
_PyObject_VectorcallPrepend:
  835|    155|{
  836|    155|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    155|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  837|    155|    assert(nargs == 0 || args[nargs-1]);
  ------------------
  |  Branch (837:5): [True: 0, False: 155]
  |  Branch (837:5): [True: 155, False: 0]
  ------------------
  838|       |
  839|    155|    PyObject *result;
  840|    155|    if (nargsf & PY_VECTORCALL_ARGUMENTS_OFFSET) {
  ------------------
  |  |  287|    155|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    155|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (840:9): [True: 140, False: 15]
  ------------------
  841|       |        /* PY_VECTORCALL_ARGUMENTS_OFFSET is set, so we are allowed to mutate the vector */
  842|    140|        PyObject **newargs = (PyObject**)args - 1;
  843|    140|        nargs += 1;
  844|    140|        PyObject *tmp = newargs[0];
  845|    140|        newargs[0] = arg;
  846|    140|        assert(newargs[nargs-1]);
  ------------------
  |  Branch (846:9): [True: 140, False: 0]
  ------------------
  847|    140|        result = _PyObject_VectorcallTstate(tstate, callable, newargs,
  848|    140|                                            nargs, kwnames);
  849|    140|        newargs[0] = tmp;
  850|    140|    }
  851|     15|    else {
  852|     15|        Py_ssize_t nkwargs = (kwnames == NULL) ? 0 : PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (852:30): [True: 15, False: 0]
  ------------------
  853|     15|        Py_ssize_t totalargs = nargs + nkwargs;
  854|     15|        if (totalargs == 0) {
  ------------------
  |  Branch (854:13): [True: 0, False: 15]
  ------------------
  855|      0|            return _PyObject_VectorcallTstate(tstate, callable, &arg, 1, NULL);
  856|      0|        }
  857|       |
  858|     15|        PyObject *newargs_stack[_PY_FASTCALL_SMALL_STACK];
  859|     15|        PyObject **newargs;
  860|     15|        if (totalargs <= (Py_ssize_t)Py_ARRAY_LENGTH(newargs_stack) - 1) {
  ------------------
  |  |  196|     15|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (860:13): [True: 15, False: 0]
  ------------------
  861|     15|            newargs = newargs_stack;
  862|     15|        }
  863|      0|        else {
  864|      0|            newargs = PyMem_Malloc((totalargs+1) * sizeof(PyObject *));
  865|      0|            if (newargs == NULL) {
  ------------------
  |  Branch (865:17): [True: 0, False: 0]
  ------------------
  866|      0|                _PyErr_NoMemory(tstate);
  867|      0|                return NULL;
  868|      0|            }
  869|      0|        }
  870|       |        /* use borrowed references */
  871|     15|        newargs[0] = arg;
  872|       |        /* bpo-37138: since totalargs > 0, it's impossible that args is NULL.
  873|       |         * We need this, since calling memcpy() with a NULL pointer is
  874|       |         * undefined behaviour. */
  875|     15|        assert(args != NULL);
  ------------------
  |  Branch (875:9): [True: 15, False: 0]
  ------------------
  876|     15|        memcpy(newargs + 1, args, totalargs * sizeof(PyObject *));
  877|     15|        result = _PyObject_VectorcallTstate(tstate, callable,
  878|     15|                                            newargs, nargs+1, kwnames);
  879|     15|        if (newargs != newargs_stack) {
  ------------------
  |  Branch (879:13): [True: 0, False: 15]
  ------------------
  880|      0|            PyMem_Free(newargs);
  881|      0|        }
  882|     15|    }
  883|    155|    return result;
  884|    155|}
PyObject_VectorcallMethod:
  889|    540|{
  890|    540|    assert(name != NULL);
  ------------------
  |  Branch (890:5): [True: 540, False: 0]
  ------------------
  891|    540|    assert(args != NULL);
  ------------------
  |  Branch (891:5): [True: 540, False: 0]
  ------------------
  892|    540|    assert(PyVectorcall_NARGS(nargsf) >= 1);
  ------------------
  |  Branch (892:5): [True: 540, False: 0]
  ------------------
  893|       |
  894|    540|    PyThreadState *tstate = _PyThreadState_GET();
  895|    540|    _PyCStackRef self, method;
  896|    540|    _PyThreadState_PushCStackRef(tstate, &self);
  897|    540|    _PyThreadState_PushCStackRef(tstate, &method);
  898|       |    /* Use args[0] as "self" argument */
  899|    540|    self.ref = PyStackRef_FromPyObjectBorrow(args[0]);
  900|    540|    int unbound = _PyObject_GetMethodStackRef(tstate, &self.ref, name, &method.ref);
  901|    540|    if (unbound < 0) {
  ------------------
  |  Branch (901:9): [True: 0, False: 540]
  ------------------
  902|      0|        _PyThreadState_PopCStackRef(tstate, &method);
  903|      0|        _PyThreadState_PopCStackRef(tstate, &self);
  904|      0|        return NULL;
  905|      0|    }
  906|       |
  907|    540|    PyObject *callable = PyStackRef_AsPyObjectBorrow(method.ref);
  908|    540|    PyObject *self_obj = PyStackRef_AsPyObjectBorrow(self.ref);
  909|    540|    PyObject *result;
  910|       |
  911|    540|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_METHOD, callable);
  ------------------
  |  |   80|    540|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  912|    540|    if (self_obj == NULL) {
  ------------------
  |  Branch (912:9): [True: 100, False: 440]
  ------------------
  913|       |        /* Skip "self". We can keep PY_VECTORCALL_ARGUMENTS_OFFSET since
  914|       |         * args[-1] in the onward call is args[0] here. */
  915|    100|        result = _PyObject_VectorcallTstate(tstate, callable,
  916|    100|                                            args + 1, nargsf - 1, kwnames);
  917|    100|    }
  918|    440|    else if (self_obj == args[0]) {
  ------------------
  |  Branch (918:14): [True: 440, False: 0]
  ------------------
  919|       |        /* We must remove PY_VECTORCALL_ARGUMENTS_OFFSET since
  920|       |         * that would be interpreted as allowing to change args[-1] */
  921|    440|        result = _PyObject_VectorcallTstate(tstate, callable, args,
  922|    440|                                            nargsf & ~PY_VECTORCALL_ARGUMENTS_OFFSET,
  ------------------
  |  |  287|    440|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    440|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  923|    440|                                            kwnames);
  924|    440|    }
  925|      0|    else {
  926|       |        /* classmethod: self_obj is the type, not args[0]. Replace
  927|       |         * args[0] with self_obj and call the underlying callable. */
  928|      0|        result = _PyObject_VectorcallPrepend(tstate, callable, self_obj,
  929|      0|                                             args + 1, nargsf - 1, kwnames);
  930|      0|    }
  931|    540|    _PyThreadState_PopCStackRef(tstate, &method);
  932|    540|    _PyThreadState_PopCStackRef(tstate, &self);
  933|    540|    return result;
  934|    540|}
PyObject_CallMethodObjArgs:
  939|     72|{
  940|     72|    PyThreadState *tstate = _PyThreadState_GET();
  941|     72|    if (obj == NULL || name == NULL) {
  ------------------
  |  Branch (941:9): [True: 0, False: 72]
  |  Branch (941:24): [True: 0, False: 72]
  ------------------
  942|      0|        return null_error(tstate);
  943|      0|    }
  944|       |
  945|     72|    _PyCStackRef self, method;
  946|     72|    _PyThreadState_PushCStackRef(tstate, &self);
  947|     72|    _PyThreadState_PushCStackRef(tstate, &method);
  948|     72|    self.ref = PyStackRef_FromPyObjectBorrow(obj);
  949|     72|    int res = _PyObject_GetMethodStackRef(tstate, &self.ref, name, &method.ref);
  950|     72|    if (res < 0) {
  ------------------
  |  Branch (950:9): [True: 0, False: 72]
  ------------------
  951|      0|        _PyThreadState_PopCStackRef(tstate, &method);
  952|      0|        _PyThreadState_PopCStackRef(tstate, &self);
  953|      0|        return NULL;
  954|      0|    }
  955|     72|    PyObject *callable = PyStackRef_AsPyObjectBorrow(method.ref);
  956|     72|    PyObject *self_obj = PyStackRef_AsPyObjectBorrow(self.ref);
  957|       |
  958|     72|    va_list vargs;
  959|     72|    va_start(vargs, name);
  960|     72|    PyObject *result = object_vacall(tstate, self_obj, callable, vargs);
  961|     72|    va_end(vargs);
  962|       |
  963|     72|    _PyThreadState_PopCStackRef(tstate, &method);
  964|     72|    _PyThreadState_PopCStackRef(tstate, &self);
  965|     72|    return result;
  966|     72|}
PyObject_CallFunctionObjArgs:
  971|     38|{
  972|     38|    PyThreadState *tstate = _PyThreadState_GET();
  973|     38|    va_list vargs;
  974|     38|    PyObject *result;
  975|       |
  976|     38|    va_start(vargs, callable);
  977|     38|    result = object_vacall(tstate, NULL, callable, vargs);
  978|     38|    va_end(vargs);
  979|       |
  980|     38|    return result;
  981|     38|}
_PyStack_AsDict:
  988|    149|{
  989|    149|    Py_ssize_t nkwargs;
  990|       |
  991|    149|    assert(kwnames != NULL);
  ------------------
  |  Branch (991:5): [True: 149, False: 0]
  ------------------
  992|    149|    nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|    149|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    149|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    149|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  993|    149|    return _PyDict_FromItems(&PyTuple_GET_ITEM(kwnames, 0), 1,
  ------------------
  |  |   29|    149|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    149|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    149|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (993:31): [True: 149, False: 0]
  ------------------
  994|    149|                             values, 1, nkwargs);
  995|    149|}
_PyStack_UnpackDict:
 1018|     85|{
 1019|     85|    assert(nargs >= 0);
  ------------------
  |  Branch (1019:5): [True: 85, False: 0]
  ------------------
 1020|     85|    assert(kwargs != NULL);
  ------------------
  |  Branch (1020:5): [True: 85, False: 0]
  ------------------
 1021|     85|    assert(PyDict_Check(kwargs));
  ------------------
  |  Branch (1021:5): [True: 85, False: 0]
  ------------------
 1022|       |
 1023|     85|    Py_ssize_t nkwargs = PyDict_GET_SIZE(kwargs);
  ------------------
  |  |   63|     85|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1024|       |    /* Check for overflow in the PyMem_Malloc() call below. The subtraction
 1025|       |     * in this check cannot overflow: both maxnargs and nkwargs are
 1026|       |     * non-negative signed integers, so their difference fits in the type. */
 1027|     85|    Py_ssize_t maxnargs = PY_SSIZE_T_MAX / sizeof(args[0]) - 1;
  ------------------
  |  |  137|     85|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1028|     85|    if (nargs > maxnargs - nkwargs) {
  ------------------
  |  Branch (1028:9): [True: 0, False: 85]
  ------------------
 1029|      0|        _PyErr_NoMemory(tstate);
 1030|      0|        return NULL;
 1031|      0|    }
 1032|       |
 1033|       |    /* Add 1 to support PY_VECTORCALL_ARGUMENTS_OFFSET */
 1034|     85|    PyObject **stack = PyMem_Malloc((1 + nargs + nkwargs) * sizeof(args[0]));
 1035|     85|    if (stack == NULL) {
  ------------------
  |  Branch (1035:9): [True: 0, False: 85]
  ------------------
 1036|      0|        _PyErr_NoMemory(tstate);
 1037|      0|        return NULL;
 1038|      0|    }
 1039|       |
 1040|     85|    PyObject *kwnames = PyTuple_New(nkwargs);
 1041|     85|    if (kwnames == NULL) {
  ------------------
  |  Branch (1041:9): [True: 0, False: 85]
  ------------------
 1042|      0|        PyMem_Free(stack);
 1043|      0|        return NULL;
 1044|      0|    }
 1045|       |
 1046|     85|    stack++;  /* For PY_VECTORCALL_ARGUMENTS_OFFSET */
 1047|       |
 1048|       |    /* Copy positional arguments (borrowed references) */
 1049|    338|    for (Py_ssize_t i = 0; i < nargs; i++) {
  ------------------
  |  Branch (1049:28): [True: 253, False: 85]
  ------------------
 1050|    253|        stack[i] = args[i];
 1051|    253|    }
 1052|       |
 1053|     85|    PyObject **kwstack = stack + nargs;
 1054|       |    /* This loop doesn't support lookup function mutating the dictionary
 1055|       |       to change its size. It's a deliberate choice for speed, this function is
 1056|       |       called in the performance critical hot code. */
 1057|     85|    Py_ssize_t pos = 0, i = 0;
 1058|     85|    PyObject *key, *value;
 1059|     85|    unsigned long keys_are_strings = Py_TPFLAGS_UNICODE_SUBCLASS;
  ------------------
  |  |  555|     85|#define Py_TPFLAGS_UNICODE_SUBCLASS     (1UL << 28)
  ------------------
 1060|    240|    while (PyDict_Next(kwargs, &pos, &key, &value)) {
  ------------------
  |  Branch (1060:12): [True: 155, False: 85]
  ------------------
 1061|    155|        keys_are_strings &= Py_TYPE(key)->tp_flags;
  ------------------
  |  |  213|    155|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    155|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1062|    155|        PyTuple_SET_ITEM(kwnames, i, Py_NewRef(key));
  ------------------
  |  |   40|    155|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    155|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    155|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1063|    155|        kwstack[i] = Py_NewRef(value);
  ------------------
  |  |  550|    155|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    155|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1064|    155|        i++;
 1065|    155|    }
 1066|       |
 1067|       |    /* keys_are_strings has the value Py_TPFLAGS_UNICODE_SUBCLASS if that
 1068|       |     * flag is set for all keys. Otherwise, keys_are_strings equals 0.
 1069|       |     * We do this check once at the end instead of inside the loop above
 1070|       |     * because it simplifies the deallocation in the failing case.
 1071|       |     * It happens to also make the loop above slightly more efficient. */
 1072|     85|    if (!keys_are_strings) {
  ------------------
  |  Branch (1072:9): [True: 0, False: 85]
  ------------------
 1073|      0|        _PyErr_SetString(tstate, PyExc_TypeError,
 1074|      0|                         "keywords must be strings");
 1075|      0|        _PyStack_UnpackDict_Free(stack, nargs, kwnames);
 1076|      0|        return NULL;
 1077|      0|    }
 1078|       |
 1079|     85|    *p_kwnames = kwnames;
 1080|     85|    return stack;
 1081|     85|}
_PyStack_UnpackDict_Free:
 1086|     85|{
 1087|       |    /* Only decref kwargs values, positional args are borrowed */
 1088|     85|    Py_ssize_t nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|     85|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1089|    240|    for (Py_ssize_t i = 0; i < nkwargs; i++) {
  ------------------
  |  Branch (1089:28): [True: 155, False: 85]
  ------------------
 1090|    155|        Py_DECREF(stack[nargs + i]);
  ------------------
  |  |  430|    155|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    155|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1091|    155|    }
 1092|     85|    _PyStack_UnpackDict_FreeNoDecRef(stack, kwnames);
 1093|     85|}
_PyStack_UnpackDict_FreeNoDecRef:
 1097|     85|{
 1098|     85|    PyMem_Free((PyObject **)stack - 1);
 1099|     85|    Py_DECREF(kwnames);
  ------------------
  |  |  430|     85|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1100|     85|}
call.c:_PyVectorcall_Call:
  266|    251|{
  267|    251|    assert(func != NULL);
  ------------------
  |  Branch (267:5): [True: 251, False: 0]
  ------------------
  268|       |
  269|    251|    Py_ssize_t nargs = PyTuple_GET_SIZE(tuple);
  ------------------
  |  |   27|    251|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    251|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    251|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  270|       |
  271|       |    /* Fast path for no keywords */
  272|    251|    if (kwargs == NULL || PyDict_GET_SIZE(kwargs) == 0) {
  ------------------
  |  |   63|    226|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    226|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    226|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (272:9): [True: 25, False: 226]
  |  Branch (272:27): [True: 226, False: 0]
  ------------------
  273|    251|        return func(callable, _PyTuple_ITEMS(tuple), nargs, NULL);
  ------------------
  |  |   26|    251|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|    502|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 251, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|    251|    }
  275|       |
  276|       |    /* Convert arguments & call */
  277|      0|    PyObject *const *args;
  278|      0|    PyObject *kwnames;
  279|      0|    args = _PyStack_UnpackDict(tstate,
  280|      0|                               _PyTuple_ITEMS(tuple), nargs,
  ------------------
  |  |   26|      0|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  281|      0|                               kwargs, &kwnames);
  282|      0|    if (args == NULL) {
  ------------------
  |  Branch (282:9): [True: 0, False: 0]
  ------------------
  283|      0|        return NULL;
  284|      0|    }
  285|      0|    PyObject *result = func(callable, args,
  286|      0|                            nargs | PY_VECTORCALL_ARGUMENTS_OFFSET, kwnames);
  ------------------
  |  |  287|      0|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  287|      0|    _PyStack_UnpackDict_Free(args, nargs, kwnames);
  288|       |
  289|       |    return _Py_CheckFunctionResult(tstate, callable, result, NULL);
  290|      0|}
call.c:_PyObject_CallFunctionVa:
  519|    170|{
  520|    170|    PyObject* small_stack[_PY_FASTCALL_SMALL_STACK];
  521|    170|    const Py_ssize_t small_stack_len = Py_ARRAY_LENGTH(small_stack);
  ------------------
  |  |  196|    170|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  522|    170|    PyObject **stack;
  523|    170|    Py_ssize_t nargs, i;
  524|    170|    PyObject *result;
  525|       |
  526|    170|    if (callable == NULL) {
  ------------------
  |  Branch (526:9): [True: 0, False: 170]
  ------------------
  527|      0|        return null_error(tstate);
  528|      0|    }
  529|       |
  530|    170|    if (!format || !*format) {
  ------------------
  |  Branch (530:9): [True: 37, False: 133]
  |  Branch (530:20): [True: 2, False: 131]
  ------------------
  531|     39|        return _PyObject_CallNoArgsTstate(tstate, callable);
  532|     39|    }
  533|       |
  534|    131|    stack = _Py_VaBuildStack(small_stack, small_stack_len,
  535|    131|                             format, va, &nargs);
  536|    131|    if (stack == NULL) {
  ------------------
  |  Branch (536:9): [True: 0, False: 131]
  ------------------
  537|      0|        return NULL;
  538|      0|    }
  539|    131|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, callable);
  ------------------
  |  |   80|    131|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
  540|    131|    if (nargs == 1 && PyTuple_Check(stack[0])) {
  ------------------
  |  |   27|     32|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     32|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 30]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (540:9): [True: 32, False: 99]
  ------------------
  541|       |        /* Special cases for backward compatibility:
  542|       |           - PyObject_CallFunction(func, "O", tuple) calls func(*tuple)
  543|       |           - PyObject_CallFunction(func, "(OOO)", arg1, arg2, arg3) calls
  544|       |             func(*(arg1, arg2, arg3)): func(arg1, arg2, arg3) */
  545|      2|        PyObject *args = stack[0];
  546|      2|        result = _PyObject_VectorcallTstate(tstate, callable,
  547|      2|                                            _PyTuple_ITEMS(args),
  ------------------
  |  |   26|      2|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|      4|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  548|      2|                                            PyTuple_GET_SIZE(args),
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  549|      2|                                            NULL);
  550|      2|    }
  551|    129|    else {
  552|    129|        result = _PyObject_VectorcallTstate(tstate, callable,
  553|    129|                                            stack, nargs, NULL);
  554|    129|    }
  555|       |
  556|    543|    for (i = 0; i < nargs; ++i) {
  ------------------
  |  Branch (556:17): [True: 412, False: 131]
  ------------------
  557|    412|        Py_DECREF(stack[i]);
  ------------------
  |  |  430|    412|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    412|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    412|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  558|    412|    }
  559|    131|    if (stack != small_stack) {
  ------------------
  |  Branch (559:9): [True: 12, False: 119]
  ------------------
  560|     12|        PyMem_Free(stack);
  561|     12|    }
  562|    131|    return result;
  563|    131|}
call.c:callmethod:
  617|     77|{
  618|     77|    assert(callable != NULL);
  ------------------
  |  Branch (618:5): [True: 77, False: 0]
  ------------------
  619|     77|    if (!PyCallable_Check(callable)) {
  ------------------
  |  Branch (619:9): [True: 0, False: 77]
  ------------------
  620|      0|        _PyErr_Format(tstate, PyExc_TypeError,
  621|      0|                      "attribute of type '%.200s' is not callable",
  622|      0|                      Py_TYPE(callable)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  623|      0|        return NULL;
  624|      0|    }
  625|       |
  626|     77|    return _PyObject_CallFunctionVa(tstate, callable, format, va);
  627|     77|}
call.c:object_vacall:
  772|    110|{
  773|    110|    PyObject *small_stack[_PY_FASTCALL_SMALL_STACK];
  774|    110|    PyObject **stack;
  775|    110|    Py_ssize_t nargs;
  776|    110|    PyObject *result;
  777|    110|    Py_ssize_t i;
  778|    110|    va_list countva;
  779|       |
  780|    110|    if (callable == NULL) {
  ------------------
  |  Branch (780:9): [True: 0, False: 110]
  ------------------
  781|      0|        return null_error(tstate);
  782|      0|    }
  783|       |
  784|       |    /* Count the number of arguments */
  785|    110|    va_copy(countva, vargs);
  786|    110|    nargs = base ? 1 : 0;
  ------------------
  |  Branch (786:13): [True: 0, False: 110]
  ------------------
  787|    343|    while (1) {
  ------------------
  |  Branch (787:12): [True: 343, Folded]
  ------------------
  788|    343|        PyObject *arg = va_arg(countva, PyObject *);
  789|    343|        if (arg == NULL) {
  ------------------
  |  Branch (789:13): [True: 110, False: 233]
  ------------------
  790|    110|            break;
  791|    110|        }
  792|    233|        nargs++;
  793|    233|    }
  794|    110|    va_end(countva);
  795|       |
  796|       |    /* Copy arguments */
  797|    110|    if (nargs <= (Py_ssize_t)Py_ARRAY_LENGTH(small_stack)) {
  ------------------
  |  |  196|    110|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (797:9): [True: 110, False: 0]
  ------------------
  798|    110|        stack = small_stack;
  799|    110|    }
  800|      0|    else {
  801|      0|        stack = PyMem_Malloc(nargs * sizeof(stack[0]));
  802|      0|        if (stack == NULL) {
  ------------------
  |  Branch (802:13): [True: 0, False: 0]
  ------------------
  803|      0|            PyErr_NoMemory();
  804|      0|            return NULL;
  805|      0|        }
  806|      0|    }
  807|       |
  808|    110|    i = 0;
  809|    110|    if (base) {
  ------------------
  |  Branch (809:9): [True: 0, False: 110]
  ------------------
  810|      0|        stack[i++] = base;
  811|      0|    }
  812|       |
  813|    343|    for (; i < nargs; ++i) {
  ------------------
  |  Branch (813:12): [True: 233, False: 110]
  ------------------
  814|    233|        stack[i] = va_arg(vargs, PyObject *);
  815|    233|    }
  816|       |
  817|       |#ifdef Py_STATS
  818|       |    if (PyFunction_Check(callable)) {
  819|       |        EVAL_CALL_STAT_INC(EVAL_CALL_API);
  820|       |    }
  821|       |#endif
  822|       |    /* Call the function */
  823|    110|    result = _PyObject_VectorcallTstate(tstate, callable, stack, nargs, NULL);
  824|       |
  825|    110|    if (stack != small_stack) {
  ------------------
  |  Branch (825:9): [True: 0, False: 110]
  ------------------
  826|      0|        PyMem_Free(stack);
  827|      0|    }
  828|    110|    return result;
  829|    110|}

PyCapsule_New:
   61|      1|{
   62|      1|    PyCapsule *capsule;
   63|       |
   64|      1|    if (!pointer) {
  ------------------
  |  Branch (64:9): [True: 0, False: 1]
  ------------------
   65|      0|        PyErr_SetString(PyExc_ValueError, "PyCapsule_New called with null pointer");
   66|      0|        return NULL;
   67|      0|    }
   68|       |
   69|      1|    capsule = PyObject_GC_New(PyCapsule, &PyCapsule_Type);
  ------------------
  |  |  181|      1|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   70|      1|    if (capsule == NULL) {
  ------------------
  |  Branch (70:9): [True: 0, False: 1]
  ------------------
   71|      0|        return NULL;
   72|      0|    }
   73|       |
   74|      1|    capsule->pointer = pointer;
   75|      1|    capsule->name = name;
   76|      1|    capsule->context = NULL;
   77|      1|    capsule->destructor = destructor;
   78|      1|    capsule->traverse_func = NULL;
   79|      1|    capsule->clear_func = NULL;
   80|       |    // Only track the object by the GC when _PyCapsule_SetTraverse() is called
   81|       |
   82|      1|    return (PyObject *)capsule;
   83|      1|}
PyCapsule_GetPointer:
  100|      1|{
  101|      1|    if (!is_legal_capsule(op, "PyCapsule_GetPointer")) {
  ------------------
  |  |   43|      1|    (_is_legal_capsule(capsule, \
  |  |   44|      1|     name " called with invalid PyCapsule object"))
  ------------------
  |  Branch (101:9): [True: 0, False: 1]
  ------------------
  102|      0|        return NULL;
  103|      0|    }
  104|      1|    PyCapsule *capsule = (PyCapsule *)op;
  105|       |
  106|      1|    if (!name_matches(name, capsule->name)) {
  ------------------
  |  Branch (106:9): [True: 0, False: 1]
  ------------------
  107|      0|        PyErr_SetString(PyExc_ValueError, "PyCapsule_GetPointer called with incorrect name");
  108|      0|        return NULL;
  109|      0|    }
  110|       |
  111|      1|    return capsule->pointer;
  112|      1|}
capsule.c:name_matches:
   48|      1|name_matches(const char *name1, const char *name2) {
   49|       |    /* if either is NULL, */
   50|      1|    if (!name1 || !name2) {
  ------------------
  |  Branch (50:9): [True: 0, False: 1]
  |  Branch (50:19): [True: 0, False: 1]
  ------------------
   51|       |        /* they're only the same if they're both NULL. */
   52|      0|        return name1 == name2;
   53|      0|    }
   54|      1|    return !strcmp(name1, name2);
   55|      1|}
capsule.c:_is_legal_capsule:
   26|      1|{
   27|      1|    if (!op || !PyCapsule_CheckExact(op)) {
  ------------------
  |  |   25|      1|#define PyCapsule_CheckExact(op) Py_IS_TYPE((op), &PyCapsule_Type)
  |  |  ------------------
  |  |  |  |  215|      1|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (27:9): [True: 0, False: 1]
  |  Branch (27:16): [True: 0, False: 1]
  ------------------
   28|      0|        goto error;
   29|      0|    }
   30|      1|    PyCapsule *capsule = (PyCapsule *)op;
   31|       |
   32|      1|    if (capsule->pointer == NULL) {
  ------------------
  |  Branch (32:9): [True: 0, False: 1]
  ------------------
   33|      0|        goto error;
   34|      0|    }
   35|      1|    return 1;
   36|       |
   37|      0|error:
   38|      0|    PyErr_SetString(PyExc_ValueError, invalid_capsule);
   39|      0|    return 0;
   40|      1|}
capsule.c:capsule_dealloc:
  288|      1|{
  289|      1|    PyCapsule *capsule = _PyCapsule_CAST(op);
  ------------------
  |  |   21|      1|#define _PyCapsule_CAST(op)     ((PyCapsule *)(op))
  ------------------
  290|      1|    PyObject_GC_UnTrack(op);
  291|      1|    if (capsule->destructor) {
  ------------------
  |  Branch (291:9): [True: 0, False: 1]
  ------------------
  292|      0|        capsule->destructor(op);
  293|      0|    }
  294|      1|    PyObject_GC_Del(op);
  295|      1|}

PyCell_New:
   12|    299|{
   13|    299|    PyCellObject *op;
   14|       |
   15|    299|    op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type);
  ------------------
  |  |  181|    299|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    299|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   16|    299|    if (op == NULL)
  ------------------
  |  Branch (16:9): [True: 0, False: 299]
  ------------------
   17|      0|        return NULL;
   18|    299|    op->ob_ref = Py_XNewRef(obj);
  ------------------
  |  |  551|    299|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    299|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    299|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   19|       |
   20|    299|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|    299|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    299|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    299|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   21|    299|    return (PyObject *)op;
   22|    299|}
PyCell_Set:
   67|    205|{
   68|    205|    if (!PyCell_Check(op)) {
  ------------------
  |  |   18|    205|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|    205|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    205|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    205|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (68:9): [True: 0, False: 205]
  ------------------
   69|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   70|      0|        return -1;
   71|      0|    }
   72|    205|    PyCell_SetTakeRef((PyCellObject *)op, Py_XNewRef(value));
  ------------------
  |  |  551|    205|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    205|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    205|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   73|    205|    return 0;
   74|    205|}
cellobject.c:cell_dealloc:
   78|    230|{
   79|    230|    PyCellObject *op = _PyCell_CAST(self);
  ------------------
  |  |    8|    230|#define _PyCell_CAST(op) _Py_CAST(PyCellObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   80|    230|    _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|    230|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|    230|    Py_XDECREF(op->ob_ref);
  ------------------
  |  |  524|    230|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|    230|    PyObject_GC_Del(op);
   83|    230|}
cellobject.c:cell_traverse:
  132|     80|{
  133|     80|    PyCellObject *op = _PyCell_CAST(self);
  ------------------
  |  |    8|     80|#define _PyCell_CAST(op) _Py_CAST(PyCellObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  134|     80|    Py_VISIT(op->ob_ref);
  ------------------
  |  |  194|     80|    do {                                                                \
  |  |  195|     80|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 78, False: 2]
  |  |  ------------------
  |  |  196|     78|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     78|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 78]
  |  |  ------------------
  |  |  198|     78|                return vret;                                            \
  |  |  199|     78|        }                                                               \
  |  |  200|     80|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 80]
  |  |  ------------------
  ------------------
  135|     80|    return 0;
  136|     80|}

PyMethod_New:
   66|    710|{
   67|    710|    if (self == NULL) {
  ------------------
  |  Branch (67:9): [True: 0, False: 710]
  ------------------
   68|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   69|      0|        return NULL;
   70|      0|    }
   71|    710|    PyMethodObject *im = _Py_FREELIST_POP(PyMethodObject, pymethodobjects);
  ------------------
  |  |   43|    710|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|    710|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   72|    710|    if (im == NULL) {
  ------------------
  |  Branch (72:9): [True: 12, False: 698]
  ------------------
   73|     12|        im = PyObject_GC_New(PyMethodObject, &PyMethod_Type);
  ------------------
  |  |  181|     12|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   74|     12|        if (im == NULL) {
  ------------------
  |  Branch (74:13): [True: 0, False: 12]
  ------------------
   75|      0|            return NULL;
   76|      0|        }
   77|     12|    }
   78|    710|    im->im_weakreflist = NULL;
   79|    710|    im->im_func = Py_NewRef(func);
  ------------------
  |  |  550|    710|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    710|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    710|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   80|    710|    im->im_self = Py_NewRef(self);
  ------------------
  |  |  550|    710|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    710|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    710|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|    710|    im->vectorcall = method_vectorcall;
   82|    710|    _PyObject_GC_TRACK(im);
  ------------------
  |  |  513|    710|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    710|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    710|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   83|    710|    return (PyObject *)im;
   84|    710|}
classobject.c:method_vectorcall:
   49|    155|{
   50|    155|    assert(Py_IS_TYPE(method, &PyMethod_Type));
  ------------------
  |  Branch (50:5): [True: 155, False: 0]
  ------------------
   51|       |
   52|    155|    PyThreadState *tstate = _PyThreadState_GET();
   53|    155|    PyObject *self = PyMethod_GET_SELF(method);
  ------------------
  |  |   42|    155|#define PyMethod_GET_SELF(meth) PyMethod_GET_SELF(_PyObject_CAST(meth))
  |  |  ------------------
  |  |  |  |  171|    155|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   54|    155|    PyObject *func = PyMethod_GET_FUNCTION(method);
  ------------------
  |  |   37|    155|#define PyMethod_GET_FUNCTION(meth) PyMethod_GET_FUNCTION(_PyObject_CAST(meth))
  |  |  ------------------
  |  |  |  |  171|    155|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|    155|    return _PyObject_VectorcallPrepend(tstate, func, self, args, nargsf, kwnames);
   56|    155|}
classobject.c:method_dealloc:
  214|    708|{
  215|    708|    PyMethodObject *im = _PyMethodObject_CAST(self);
  ------------------
  |  |   16|    708|#define _PyMethodObject_CAST(op) _Py_CAST(PyMethodObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    708|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  216|    708|    _PyObject_GC_UNTRACK(im);
  ------------------
  |  |  515|    708|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    708|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    708|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  217|    708|    FT_CLEAR_WEAKREFS(self, im->im_weakreflist);
  ------------------
  |  |   47|    708|    do {                                            \
  |  |   48|    708|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|    708|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 708]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|    708|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 708]
  |  |  ------------------
  ------------------
  |  Branch (217:5): [True: 708, False: 0]
  ------------------
  218|    708|    Py_DECREF(im->im_func);
  ------------------
  |  |  430|    708|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    708|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    708|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  219|    708|    Py_XDECREF(im->im_self);
  ------------------
  |  |  524|    708|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    708|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    708|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|    708|    assert(Py_IS_TYPE(self, &PyMethod_Type));
  ------------------
  |  Branch (220:5): [True: 708, False: 0]
  ------------------
  221|    708|    _Py_FREELIST_FREE(pymethodobjects, (PyObject *)im, PyObject_GC_Del);
  ------------------
  |  |   35|    708|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|    708|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    708|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|    708|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   33|    708|#  define Py_pymethodobjects_MAXFREELIST 20
  |  |  ------------------
  ------------------
  222|    708|}

bytearrayobject.c:bytearray_find:
  130|     34|{
  131|     34|    PyObject *return_value = NULL;
  132|     34|    PyObject *sub;
  133|     34|    Py_ssize_t start = 0;
  134|     34|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|     34|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  135|       |
  136|     34|    if (!_PyArg_CheckPositional("find", nargs, 1, 3)) {
  ------------------
  |  |   31|     34|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 34, False: 0]
  |  |  |  Branch (31:27): [True: 34, False: 0]
  |  |  ------------------
  |  |   32|     34|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  137|      0|        goto exit;
  138|      0|    }
  139|     34|    sub = args[0];
  140|     34|    if (nargs < 2) {
  ------------------
  |  Branch (140:9): [True: 0, False: 34]
  ------------------
  141|      0|        goto skip_optional;
  142|      0|    }
  143|     34|    if (!_PyEval_SliceIndex(args[1], &start)) {
  ------------------
  |  Branch (143:9): [True: 0, False: 34]
  ------------------
  144|      0|        goto exit;
  145|      0|    }
  146|     34|    if (nargs < 3) {
  ------------------
  |  Branch (146:9): [True: 34, False: 0]
  ------------------
  147|     34|        goto skip_optional;
  148|     34|    }
  149|      0|    if (!_PyEval_SliceIndex(args[2], &end)) {
  ------------------
  |  Branch (149:9): [True: 0, False: 0]
  ------------------
  150|      0|        goto exit;
  151|      0|    }
  152|     34|skip_optional:
  153|     34|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     34|    {
  ------------------
  154|     34|    return_value = bytearray_find_impl((PyByteArrayObject *)self, sub, start, end);
  155|     34|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     34|    }
  ------------------
  156|       |
  157|     34|exit:
  158|     34|    return return_value;
  159|     34|}
bytearrayobject.c:bytearray_translate:
  694|      2|{
  695|      2|    PyObject *return_value = NULL;
  696|      2|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  697|       |
  698|      2|    #define NUM_KEYWORDS 1
  699|      2|    static struct {
  700|      2|        PyGC_Head _this_is_not_used;
  701|      2|        PyObject_VAR_HEAD
  702|      2|        Py_hash_t ob_hash;
  703|      2|        PyObject *ob_item[NUM_KEYWORDS];
  704|      2|    } _kwtuple = {
  705|      2|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      2|    {                                     \
  |  |   98|      2|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      2|    {                               \
  |  |  |  |   91|      2|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      2|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      2|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      2|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      2|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      2|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      2|        (type)                      \
  |  |  |  |   93|      2|    },
  |  |  ------------------
  |  |   99|      2|        (size)                            \
  |  |  100|      2|    },
  ------------------
  706|      2|        .ob_hash = -1,
  707|      2|        .ob_item = { &_Py_ID(delete), },
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  708|      2|    };
  709|      2|    #undef NUM_KEYWORDS
  710|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  711|       |
  712|       |    #else  // !Py_BUILD_CORE
  713|       |    #  define KWTUPLE NULL
  714|       |    #endif  // !Py_BUILD_CORE
  715|       |
  716|      2|    static const char * const _keywords[] = {"", "delete", NULL};
  717|      2|    static _PyArg_Parser _parser = {
  718|      2|        .keywords = _keywords,
  719|      2|        .fname = "translate",
  720|      2|        .kwtuple = KWTUPLE,
  ------------------
  |  |  710|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  721|      2|    };
  722|      2|    #undef KWTUPLE
  723|      2|    PyObject *argsbuf[2];
  724|      2|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (724:36): [True: 0, False: 2]
  ------------------
  725|      2|    PyObject *table;
  726|      2|    PyObject *deletechars = NULL;
  727|       |
  728|      2|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      2|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 2, False: 0]
  |  |  ------------------
  |  |   89|      2|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 2, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 2]
  |  |  |  Branch (89:43): [True: 2, False: 0]
  |  |  |  Branch (89:67): [True: 2, False: 0]
  |  |  ------------------
  |  |   90|      2|      (args) : \
  |  |   91|      2|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  729|      2|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  730|      2|    if (!args) {
  ------------------
  |  Branch (730:9): [True: 0, False: 2]
  ------------------
  731|      0|        goto exit;
  732|      0|    }
  733|      2|    table = args[0];
  734|      2|    if (!noptargs) {
  ------------------
  |  Branch (734:9): [True: 2, False: 0]
  ------------------
  735|      2|        goto skip_optional_pos;
  736|      2|    }
  737|      0|    deletechars = args[1];
  738|      2|skip_optional_pos:
  739|      2|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      2|    {
  ------------------
  740|      2|    return_value = bytearray_translate_impl((PyByteArrayObject *)self, table, deletechars);
  741|      2|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      2|    }
  ------------------
  742|       |
  743|      2|exit:
  744|      2|    return return_value;
  745|      2|}
bytearrayobject.c:bytearray___init__:
   19|     12|{
   20|     12|    int return_value = -1;
   21|     12|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   22|       |
   23|     12|    #define NUM_KEYWORDS 3
   24|     12|    static struct {
   25|     12|        PyGC_Head _this_is_not_used;
   26|     12|        PyObject_VAR_HEAD
   27|     12|        Py_hash_t ob_hash;
   28|     12|        PyObject *ob_item[NUM_KEYWORDS];
   29|     12|    } _kwtuple = {
   30|     12|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     12|    {                                     \
  |  |   98|     12|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     12|    {                               \
  |  |  |  |   91|     12|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     12|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     12|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     12|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     12|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     12|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     12|        (type)                      \
  |  |  |  |   93|     12|    },
  |  |  ------------------
  |  |   99|     12|        (size)                            \
  |  |  100|     12|    },
  ------------------
   31|     12|        .ob_hash = -1,
   32|     12|        .ob_item = { &_Py_ID(source), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|     12|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     12|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     12|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(source), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|     12|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     12|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     12|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(source), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|     12|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     12|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     12|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   33|     12|    };
   34|     12|    #undef NUM_KEYWORDS
   35|     12|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   36|       |
   37|       |    #else  // !Py_BUILD_CORE
   38|       |    #  define KWTUPLE NULL
   39|       |    #endif  // !Py_BUILD_CORE
   40|       |
   41|     12|    static const char * const _keywords[] = {"source", "encoding", "errors", NULL};
   42|     12|    static _PyArg_Parser _parser = {
   43|     12|        .keywords = _keywords,
   44|     12|        .fname = "bytearray",
   45|     12|        .kwtuple = KWTUPLE,
  ------------------
  |  |   35|     12|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   46|     12|    };
   47|     12|    #undef KWTUPLE
   48|     12|    PyObject *argsbuf[3];
   49|     12|    PyObject * const *fastargs;
   50|     12|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     12|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|     12|    Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0;
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (51:36): [True: 0, False: 12]
  ------------------
   52|     12|    PyObject *arg = NULL;
   53|     12|    const char *encoding = NULL;
   54|     12|    const char *errors = NULL;
   55|       |
   56|     12|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     12|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 12, Folded]
  |  |  |  Branch (88:23): [True: 12, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     24|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 12, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 12]
  |  |  |  Branch (89:43): [True: 12, False: 0]
  |  |  |  Branch (89:67): [True: 12, False: 0]
  |  |  |  Branch (89:68): [True: 12, False: 0]
  |  |  ------------------
  |  |   90|     24|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 12, False: 0]
  |  |  ------------------
  |  |   91|     12|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   57|     12|            /*minpos*/ 0, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   58|     12|    if (!fastargs) {
  ------------------
  |  Branch (58:9): [True: 0, False: 12]
  ------------------
   59|      0|        goto exit;
   60|      0|    }
   61|     12|    if (!noptargs) {
  ------------------
  |  Branch (61:9): [True: 2, False: 10]
  ------------------
   62|      2|        goto skip_optional_pos;
   63|      2|    }
   64|     10|    if (fastargs[0]) {
  ------------------
  |  Branch (64:9): [True: 10, False: 0]
  ------------------
   65|     10|        arg = fastargs[0];
   66|     10|        if (!--noptargs) {
  ------------------
  |  Branch (66:13): [True: 10, False: 0]
  ------------------
   67|     10|            goto skip_optional_pos;
   68|     10|        }
   69|     10|    }
   70|      0|    if (fastargs[1]) {
  ------------------
  |  Branch (70:9): [True: 0, False: 0]
  ------------------
   71|      0|        if (!PyUnicode_Check(fastargs[1])) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (71:13): [True: 0, False: 0]
  ------------------
   72|      0|            _PyArg_BadArgument("bytearray", "argument 'encoding'", "str", fastargs[1]);
   73|      0|            goto exit;
   74|      0|        }
   75|      0|        Py_ssize_t encoding_length;
   76|      0|        encoding = PyUnicode_AsUTF8AndSize(fastargs[1], &encoding_length);
   77|      0|        if (encoding == NULL) {
  ------------------
  |  Branch (77:13): [True: 0, False: 0]
  ------------------
   78|      0|            goto exit;
   79|      0|        }
   80|      0|        if (strlen(encoding) != (size_t)encoding_length) {
  ------------------
  |  Branch (80:13): [True: 0, False: 0]
  ------------------
   81|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
   82|      0|            goto exit;
   83|      0|        }
   84|      0|        if (!--noptargs) {
  ------------------
  |  Branch (84:13): [True: 0, False: 0]
  ------------------
   85|      0|            goto skip_optional_pos;
   86|      0|        }
   87|      0|    }
   88|      0|    if (!PyUnicode_Check(fastargs[2])) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (88:9): [True: 0, False: 0]
  ------------------
   89|      0|        _PyArg_BadArgument("bytearray", "argument 'errors'", "str", fastargs[2]);
   90|      0|        goto exit;
   91|      0|    }
   92|      0|    Py_ssize_t errors_length;
   93|      0|    errors = PyUnicode_AsUTF8AndSize(fastargs[2], &errors_length);
   94|      0|    if (errors == NULL) {
  ------------------
  |  Branch (94:9): [True: 0, False: 0]
  ------------------
   95|      0|        goto exit;
   96|      0|    }
   97|      0|    if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (97:9): [True: 0, False: 0]
  ------------------
   98|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
   99|      0|        goto exit;
  100|      0|    }
  101|     12|skip_optional_pos:
  102|     12|    return_value = bytearray___init___impl((PyByteArrayObject *)self, arg, encoding, errors);
  103|       |
  104|     12|exit:
  105|     12|    return return_value;
  106|     12|}

bytesobject.c:bytes_decode:
 1087|      4|{
 1088|      4|    PyObject *return_value = NULL;
 1089|      4|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1090|       |
 1091|      4|    #define NUM_KEYWORDS 2
 1092|      4|    static struct {
 1093|      4|        PyGC_Head _this_is_not_used;
 1094|      4|        PyObject_VAR_HEAD
 1095|      4|        Py_hash_t ob_hash;
 1096|      4|        PyObject *ob_item[NUM_KEYWORDS];
 1097|      4|    } _kwtuple = {
 1098|      4|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      4|    {                                     \
  |  |   98|      4|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      4|    {                               \
  |  |  |  |   91|      4|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      4|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      4|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      4|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      4|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      4|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      4|        (type)                      \
  |  |  |  |   93|      4|    },
  |  |  ------------------
  |  |   99|      4|        (size)                            \
  |  |  100|      4|    },
  ------------------
 1099|      4|        .ob_hash = -1,
 1100|      4|        .ob_item = { &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|      4|    };
 1102|      4|    #undef NUM_KEYWORDS
 1103|      4|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1104|       |
 1105|       |    #else  // !Py_BUILD_CORE
 1106|       |    #  define KWTUPLE NULL
 1107|       |    #endif  // !Py_BUILD_CORE
 1108|       |
 1109|      4|    static const char * const _keywords[] = {"encoding", "errors", NULL};
 1110|      4|    static _PyArg_Parser _parser = {
 1111|      4|        .keywords = _keywords,
 1112|      4|        .fname = "decode",
 1113|      4|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1103|      4|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1114|      4|    };
 1115|      4|    #undef KWTUPLE
 1116|      4|    PyObject *argsbuf[2];
 1117|      4|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1117:36): [True: 0, False: 4]
  ------------------
 1118|      4|    const char *encoding = NULL;
 1119|      4|    const char *errors = NULL;
 1120|       |
 1121|      4|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      4|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 4, False: 0]
  |  |  ------------------
  |  |   89|      4|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 4, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 4]
  |  |  |  Branch (89:43): [True: 4, False: 0]
  |  |  |  Branch (89:67): [True: 4, False: 0]
  |  |  ------------------
  |  |   90|      4|      (args) : \
  |  |   91|      4|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1122|      4|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1123|      4|    if (!args) {
  ------------------
  |  Branch (1123:9): [True: 0, False: 4]
  ------------------
 1124|      0|        goto exit;
 1125|      0|    }
 1126|      4|    if (!noptargs) {
  ------------------
  |  Branch (1126:9): [True: 0, False: 4]
  ------------------
 1127|      0|        goto skip_optional_pos;
 1128|      0|    }
 1129|      4|    if (args[0]) {
  ------------------
  |  Branch (1129:9): [True: 4, False: 0]
  ------------------
 1130|      4|        if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|      4|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1130:13): [True: 0, False: 4]
  ------------------
 1131|      0|            _PyArg_BadArgument("decode", "argument 'encoding'", "str", args[0]);
 1132|      0|            goto exit;
 1133|      0|        }
 1134|      4|        Py_ssize_t encoding_length;
 1135|      4|        encoding = PyUnicode_AsUTF8AndSize(args[0], &encoding_length);
 1136|      4|        if (encoding == NULL) {
  ------------------
  |  Branch (1136:13): [True: 0, False: 4]
  ------------------
 1137|      0|            goto exit;
 1138|      0|        }
 1139|      4|        if (strlen(encoding) != (size_t)encoding_length) {
  ------------------
  |  Branch (1139:13): [True: 0, False: 4]
  ------------------
 1140|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
 1141|      0|            goto exit;
 1142|      0|        }
 1143|      4|        if (!--noptargs) {
  ------------------
  |  Branch (1143:13): [True: 0, False: 4]
  ------------------
 1144|      0|            goto skip_optional_pos;
 1145|      0|        }
 1146|      4|    }
 1147|      4|    if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|      4|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1147:9): [True: 0, False: 4]
  ------------------
 1148|      0|        _PyArg_BadArgument("decode", "argument 'errors'", "str", args[1]);
 1149|      0|        goto exit;
 1150|      0|    }
 1151|      4|    Py_ssize_t errors_length;
 1152|      4|    errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
 1153|      4|    if (errors == NULL) {
  ------------------
  |  Branch (1153:9): [True: 0, False: 4]
  ------------------
 1154|      0|        goto exit;
 1155|      0|    }
 1156|      4|    if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (1156:9): [True: 0, False: 4]
  ------------------
 1157|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
 1158|      0|        goto exit;
 1159|      0|    }
 1160|      4|skip_optional_pos:
 1161|      4|    return_value = bytes_decode_impl((PyBytesObject *)self, encoding, errors);
 1162|       |
 1163|      4|exit:
 1164|      4|    return return_value;
 1165|      4|}

descrobject.c:mappingproxy_new:
   22|      1|{
   23|      1|    PyObject *return_value = NULL;
   24|      1|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   25|       |
   26|      1|    #define NUM_KEYWORDS 1
   27|      1|    static struct {
   28|      1|        PyGC_Head _this_is_not_used;
   29|      1|        PyObject_VAR_HEAD
   30|      1|        Py_hash_t ob_hash;
   31|      1|        PyObject *ob_item[NUM_KEYWORDS];
   32|      1|    } _kwtuple = {
   33|      1|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      1|    {                                     \
  |  |   98|      1|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      1|    {                               \
  |  |  |  |   91|      1|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      1|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      1|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      1|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      1|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      1|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      1|        (type)                      \
  |  |  |  |   93|      1|    },
  |  |  ------------------
  |  |   99|      1|        (size)                            \
  |  |  100|      1|    },
  ------------------
   34|      1|        .ob_hash = -1,
   35|      1|        .ob_item = { &_Py_ID(mapping), },
  ------------------
  |  |  917|      1|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|      1|    };
   37|      1|    #undef NUM_KEYWORDS
   38|      1|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   39|       |
   40|       |    #else  // !Py_BUILD_CORE
   41|       |    #  define KWTUPLE NULL
   42|       |    #endif  // !Py_BUILD_CORE
   43|       |
   44|      1|    static const char * const _keywords[] = {"mapping", NULL};
   45|      1|    static _PyArg_Parser _parser = {
   46|      1|        .keywords = _keywords,
   47|      1|        .fname = "mappingproxy",
   48|      1|        .kwtuple = KWTUPLE,
  ------------------
  |  |   38|      1|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   49|      1|    };
   50|      1|    #undef KWTUPLE
   51|      1|    PyObject *argsbuf[1];
   52|      1|    PyObject * const *fastargs;
   53|      1|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|      1|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   54|      1|    PyObject *mapping;
   55|       |
   56|      1|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|      1|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 1, Folded]
  |  |  |  Branch (88:23): [True: 1, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|      2|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 1, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 1]
  |  |  |  Branch (89:43): [True: 1, False: 0]
  |  |  |  Branch (89:67): [True: 1, False: 0]
  |  |  |  Branch (89:68): [True: 1, False: 0]
  |  |  ------------------
  |  |   90|      2|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 1, False: 0]
  |  |  ------------------
  |  |   91|      1|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   57|      1|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   58|      1|    if (!fastargs) {
  ------------------
  |  Branch (58:9): [True: 0, False: 1]
  ------------------
   59|      0|        goto exit;
   60|      0|    }
   61|      1|    mapping = fastargs[0];
   62|      1|    return_value = mappingproxy_new_impl(type, mapping);
   63|       |
   64|      1|exit:
   65|      1|    return return_value;
   66|      1|}
descrobject.c:property_init:
  111|     25|{
  112|     25|    int return_value = -1;
  113|     25|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  114|       |
  115|     25|    #define NUM_KEYWORDS 4
  116|     25|    static struct {
  117|     25|        PyGC_Head _this_is_not_used;
  118|     25|        PyObject_VAR_HEAD
  119|     25|        Py_hash_t ob_hash;
  120|     25|        PyObject *ob_item[NUM_KEYWORDS];
  121|     25|    } _kwtuple = {
  122|     25|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     25|    {                                     \
  |  |   98|     25|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     25|    {                               \
  |  |  |  |   91|     25|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     25|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     25|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     25|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     25|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     25|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     25|        (type)                      \
  |  |  |  |   93|     25|    },
  |  |  ------------------
  |  |   99|     25|        (size)                            \
  |  |  100|     25|    },
  ------------------
  123|     25|        .ob_hash = -1,
  124|     25|        .ob_item = { &_Py_ID(fget), &_Py_ID(fset), &_Py_ID(fdel), &_Py_ID(doc), },
  ------------------
  |  |  917|     25|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     25|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     25|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(fget), &_Py_ID(fset), &_Py_ID(fdel), &_Py_ID(doc), },
  ------------------
  |  |  917|     25|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     25|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     25|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(fget), &_Py_ID(fset), &_Py_ID(fdel), &_Py_ID(doc), },
  ------------------
  |  |  917|     25|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     25|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     25|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(fget), &_Py_ID(fset), &_Py_ID(fdel), &_Py_ID(doc), },
  ------------------
  |  |  917|     25|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     25|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     25|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  125|     25|    };
  126|     25|    #undef NUM_KEYWORDS
  127|     25|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  128|       |
  129|       |    #else  // !Py_BUILD_CORE
  130|       |    #  define KWTUPLE NULL
  131|       |    #endif  // !Py_BUILD_CORE
  132|       |
  133|     25|    static const char * const _keywords[] = {"fget", "fset", "fdel", "doc", NULL};
  134|     25|    static _PyArg_Parser _parser = {
  135|     25|        .keywords = _keywords,
  136|     25|        .fname = "property",
  137|     25|        .kwtuple = KWTUPLE,
  ------------------
  |  |  127|     25|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  138|     25|    };
  139|     25|    #undef KWTUPLE
  140|     25|    PyObject *argsbuf[4];
  141|     25|    PyObject * const *fastargs;
  142|     25|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     25|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  143|     25|    Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0;
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (143:36): [True: 0, False: 25]
  ------------------
  144|     25|    PyObject *fget = NULL;
  145|     25|    PyObject *fset = NULL;
  146|     25|    PyObject *fdel = NULL;
  147|     25|    PyObject *doc = NULL;
  148|       |
  149|     25|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     25|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 25, Folded]
  |  |  |  Branch (88:23): [True: 25, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     50|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 25, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 25]
  |  |  |  Branch (89:43): [True: 25, False: 0]
  |  |  |  Branch (89:67): [True: 25, False: 0]
  |  |  |  Branch (89:68): [True: 25, False: 0]
  |  |  ------------------
  |  |   90|     50|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 25, False: 0]
  |  |  ------------------
  |  |   91|     25|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  150|     25|            /*minpos*/ 0, /*maxpos*/ 4, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  151|     25|    if (!fastargs) {
  ------------------
  |  Branch (151:9): [True: 0, False: 25]
  ------------------
  152|      0|        goto exit;
  153|      0|    }
  154|     25|    if (!noptargs) {
  ------------------
  |  Branch (154:9): [True: 0, False: 25]
  ------------------
  155|      0|        goto skip_optional_pos;
  156|      0|    }
  157|     25|    if (fastargs[0]) {
  ------------------
  |  Branch (157:9): [True: 25, False: 0]
  ------------------
  158|     25|        fget = fastargs[0];
  159|     25|        if (!--noptargs) {
  ------------------
  |  Branch (159:13): [True: 21, False: 4]
  ------------------
  160|     21|            goto skip_optional_pos;
  161|     21|        }
  162|     25|    }
  163|      4|    if (fastargs[1]) {
  ------------------
  |  Branch (163:9): [True: 4, False: 0]
  ------------------
  164|      4|        fset = fastargs[1];
  165|      4|        if (!--noptargs) {
  ------------------
  |  Branch (165:13): [True: 0, False: 4]
  ------------------
  166|      0|            goto skip_optional_pos;
  167|      0|        }
  168|      4|    }
  169|      4|    if (fastargs[2]) {
  ------------------
  |  Branch (169:9): [True: 4, False: 0]
  ------------------
  170|      4|        fdel = fastargs[2];
  171|      4|        if (!--noptargs) {
  ------------------
  |  Branch (171:13): [True: 0, False: 4]
  ------------------
  172|      0|            goto skip_optional_pos;
  173|      0|        }
  174|      4|    }
  175|      4|    doc = fastargs[3];
  176|     25|skip_optional_pos:
  177|     25|    return_value = property_init_impl((propertyobject *)self, fget, fset, fdel, doc);
  178|       |
  179|     25|exit:
  180|     25|    return return_value;
  181|     25|}

dictobject.c:dict___contains__:
   74|      4|{
   75|      4|    PyObject *return_value = NULL;
   76|       |
   77|      4|    return_value = dict___contains___impl((PyDictObject *)self, key);
   78|       |
   79|      4|    return return_value;
   80|      4|}
dictobject.c:dict_get:
   96|    430|{
   97|    430|    PyObject *return_value = NULL;
   98|    430|    PyObject *key;
   99|    430|    PyObject *default_value = Py_None;
  ------------------
  |  |  616|    430|#  define Py_None (&_Py_NoneStruct)
  ------------------
  100|       |
  101|    430|    if (!_PyArg_CheckPositional("get", nargs, 1, 2)) {
  ------------------
  |  |   31|    430|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 430, False: 0]
  |  |  |  Branch (31:27): [True: 430, False: 0]
  |  |  ------------------
  |  |   32|    430|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  102|      0|        goto exit;
  103|      0|    }
  104|    430|    key = args[0];
  105|    430|    if (nargs < 2) {
  ------------------
  |  Branch (105:9): [True: 161, False: 269]
  ------------------
  106|    161|        goto skip_optional;
  107|    161|    }
  108|    269|    default_value = args[1];
  109|    430|skip_optional:
  110|    430|    return_value = dict_get_impl((PyDictObject *)self, key, default_value);
  111|       |
  112|    430|exit:
  113|    430|    return return_value;
  114|    430|}
dictobject.c:dict_setdefault:
  133|     14|{
  134|     14|    PyObject *return_value = NULL;
  135|     14|    PyObject *key;
  136|     14|    PyObject *default_value = Py_None;
  ------------------
  |  |  616|     14|#  define Py_None (&_Py_NoneStruct)
  ------------------
  137|       |
  138|     14|    if (!_PyArg_CheckPositional("setdefault", nargs, 1, 2)) {
  ------------------
  |  |   31|     14|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 14, False: 0]
  |  |  |  Branch (31:27): [True: 14, False: 0]
  |  |  ------------------
  |  |   32|     14|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  139|      0|        goto exit;
  140|      0|    }
  141|     14|    key = args[0];
  142|     14|    if (nargs < 2) {
  ------------------
  |  Branch (142:9): [True: 0, False: 14]
  ------------------
  143|      0|        goto skip_optional;
  144|      0|    }
  145|     14|    default_value = args[1];
  146|     14|skip_optional:
  147|     14|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     14|    {
  ------------------
  148|     14|    return_value = dict_setdefault_impl((PyDictObject *)self, key, default_value);
  149|     14|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     14|    }
  ------------------
  150|       |
  151|     14|exit:
  152|     14|    return return_value;
  153|     14|}
dictobject.c:dict_pop:
  190|    111|{
  191|    111|    PyObject *return_value = NULL;
  192|    111|    PyObject *key;
  193|    111|    PyObject *default_value = NULL;
  194|       |
  195|    111|    if (!_PyArg_CheckPositional("pop", nargs, 1, 2)) {
  ------------------
  |  |   31|    111|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 111, False: 0]
  |  |  |  Branch (31:27): [True: 111, False: 0]
  |  |  ------------------
  |  |   32|    111|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  196|      0|        goto exit;
  197|      0|    }
  198|    111|    key = args[0];
  199|    111|    if (nargs < 2) {
  ------------------
  |  Branch (199:9): [True: 71, False: 40]
  ------------------
  200|     71|        goto skip_optional;
  201|     71|    }
  202|     40|    default_value = args[1];
  203|    111|skip_optional:
  204|    111|    return_value = dict_pop_impl((PyDictObject *)self, key, default_value);
  205|       |
  206|    111|exit:
  207|    111|    return return_value;
  208|    111|}
dictobject.c:dict_keys:
  287|     12|{
  288|     12|    return dict_keys_impl((PyDictObject *)self);
  289|     12|}
dictobject.c:dict_items:
  305|    114|{
  306|    114|    return dict_items_impl((PyDictObject *)self);
  307|    114|}
dictobject.c:dict_values:
  323|      4|{
  324|      4|    return dict_values_impl((PyDictObject *)self);
  325|      4|}
dictobject.c:dict_fromkeys:
   22|      5|{
   23|      5|    PyObject *return_value = NULL;
   24|      5|    PyObject *iterable;
   25|      5|    PyObject *value = Py_None;
  ------------------
  |  |  616|      5|#  define Py_None (&_Py_NoneStruct)
  ------------------
   26|       |
   27|      5|    if (!_PyArg_CheckPositional("fromkeys", nargs, 1, 2)) {
  ------------------
  |  |   31|      5|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 5, False: 0]
  |  |  |  Branch (31:27): [True: 5, False: 0]
  |  |  ------------------
  |  |   32|      5|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   28|      0|        goto exit;
   29|      0|    }
   30|      5|    iterable = args[0];
   31|      5|    if (nargs < 2) {
  ------------------
  |  Branch (31:9): [True: 5, False: 0]
  ------------------
   32|      5|        goto skip_optional;
   33|      5|    }
   34|      0|    value = args[1];
   35|      5|skip_optional:
   36|      5|    return_value = dict_fromkeys_impl((PyTypeObject *)type, iterable, value);
   37|       |
   38|      5|exit:
   39|      5|    return return_value;
   40|      5|}

frameobject.c:frame_locals_get:
   29|      2|{
   30|      2|    PyObject *return_value = NULL;
   31|       |
   32|      2|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      2|    {
  ------------------
   33|      2|    return_value = frame_locals_get_impl((PyFrameObject *)self);
   34|      2|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      2|    }
  ------------------
   35|       |
   36|      2|    return return_value;
   37|      2|}

funcobject.c:function___annotate___get:
   34|      4|{
   35|      4|    PyObject *return_value = NULL;
   36|       |
   37|      4|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      4|    {
  ------------------
   38|      4|    return_value = function___annotate___get_impl((PyFunctionObject *)self);
   39|      4|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      4|    }
  ------------------
   40|       |
   41|      4|    return return_value;
   42|      4|}
funcobject.c:function___annotate___set:
   59|      3|{
   60|      3|    int return_value;
   61|       |
   62|      3|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      3|    {
  ------------------
   63|      3|    return_value = function___annotate___set_impl((PyFunctionObject *)self, value);
   64|      3|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      3|    }
  ------------------
   65|       |
   66|      3|    return return_value;
   67|      3|}
funcobject.c:function___type_params___get:
  148|      4|{
  149|      4|    PyObject *return_value = NULL;
  150|       |
  151|      4|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      4|    {
  ------------------
  152|      4|    return_value = function___type_params___get_impl((PyFunctionObject *)self);
  153|      4|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      4|    }
  ------------------
  154|       |
  155|      4|    return return_value;
  156|      4|}
funcobject.c:function___type_params___set:
  173|      3|{
  174|      3|    int return_value;
  175|       |
  176|      3|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      3|    {
  ------------------
  177|      3|    return_value = function___type_params___set_impl((PyFunctionObject *)self, value);
  178|      3|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      3|    }
  ------------------
  179|       |
  180|      3|    return return_value;
  181|      3|}

listobject.c:list_extend:
  142|    279|{
  143|    279|    PyObject *return_value = NULL;
  144|       |
  145|    279|    return_value = list_extend_impl((PyListObject *)self, iterable);
  146|       |
  147|    279|    return return_value;
  148|    279|}
listobject.c:list___reversed__:
  468|     10|{
  469|     10|    return list___reversed___impl((PyListObject *)self);
  470|     10|}
listobject.c:py_list_clear:
   70|      8|{
   71|      8|    PyObject *return_value = NULL;
   72|       |
   73|      8|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      8|    {
  ------------------
   74|      8|    return_value = py_list_clear_impl((PyListObject *)self);
   75|      8|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      8|    }
  ------------------
   76|       |
   77|      8|    return return_value;
   78|      8|}
listobject.c:list_append:
  118|    540|{
  119|    540|    PyObject *return_value = NULL;
  120|       |
  121|    540|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    540|    {
  ------------------
  122|    540|    return_value = list_append_impl((PyListObject *)self, object);
  123|    540|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    540|    }
  ------------------
  124|       |
  125|    540|    return return_value;
  126|    540|}
listobject.c:list_insert:
   27|      3|{
   28|      3|    PyObject *return_value = NULL;
   29|      3|    Py_ssize_t index;
   30|      3|    PyObject *object;
   31|       |
   32|      3|    if (!_PyArg_CheckPositional("insert", nargs, 2, 2)) {
  ------------------
  |  |   31|      3|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 3, False: 0]
  |  |  |  Branch (31:27): [True: 3, False: 0]
  |  |  ------------------
  |  |   32|      3|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   33|      0|        goto exit;
   34|      0|    }
   35|      3|    {
   36|      3|        Py_ssize_t ival = -1;
   37|      3|        PyObject *iobj = _PyNumber_Index(args[0]);
   38|      3|        if (iobj != NULL) {
  ------------------
  |  Branch (38:13): [True: 3, False: 0]
  ------------------
   39|      3|            ival = PyLong_AsSsize_t(iobj);
   40|      3|            Py_DECREF(iobj);
  ------------------
  |  |  430|      3|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   41|      3|        }
   42|      3|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (42:13): [True: 0, False: 3]
  |  Branch (42:27): [True: 0, False: 0]
  ------------------
   43|      0|            goto exit;
   44|      0|        }
   45|      3|        index = ival;
   46|      3|    }
   47|      0|    object = args[1];
   48|      3|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      3|    {
  ------------------
   49|      3|    return_value = list_insert_impl((PyListObject *)self, index, object);
   50|      3|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      3|    }
  ------------------
   51|       |
   52|      3|exit:
   53|      3|    return return_value;
   54|      3|}
listobject.c:list_pop:
  166|     99|{
  167|     99|    PyObject *return_value = NULL;
  168|     99|    Py_ssize_t index = -1;
  169|       |
  170|     99|    if (!_PyArg_CheckPositional("pop", nargs, 0, 1)) {
  ------------------
  |  |   31|     99|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 99, False: 0]
  |  |  |  Branch (31:27): [True: 99, False: 0]
  |  |  ------------------
  |  |   32|     99|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  171|      0|        goto exit;
  172|      0|    }
  173|     99|    if (nargs < 1) {
  ------------------
  |  Branch (173:9): [True: 99, False: 0]
  ------------------
  174|     99|        goto skip_optional;
  175|     99|    }
  176|      0|    {
  177|      0|        Py_ssize_t ival = -1;
  178|      0|        PyObject *iobj = _PyNumber_Index(args[0]);
  179|      0|        if (iobj != NULL) {
  ------------------
  |  Branch (179:13): [True: 0, False: 0]
  ------------------
  180|      0|            ival = PyLong_AsSsize_t(iobj);
  181|      0|            Py_DECREF(iobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|      0|        }
  183|      0|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (183:13): [True: 0, False: 0]
  |  Branch (183:27): [True: 0, False: 0]
  ------------------
  184|      0|            goto exit;
  185|      0|        }
  186|      0|        index = ival;
  187|      0|    }
  188|     99|skip_optional:
  189|     99|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     99|    {
  ------------------
  190|     99|    return_value = list_pop_impl((PyListObject *)self, index);
  191|     99|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     99|    }
  ------------------
  192|       |
  193|     99|exit:
  194|     99|    return return_value;
  195|     99|}
listobject.c:list_remove:
  388|     91|{
  389|     91|    PyObject *return_value = NULL;
  390|       |
  391|     91|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     91|    {
  ------------------
  392|     91|    return_value = list_remove_impl((PyListObject *)self, value);
  393|     91|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     91|    }
  ------------------
  394|       |
  395|     91|    return return_value;
  396|     91|}
listobject.c:list_sort:
  219|      6|{
  220|      6|    PyObject *return_value = NULL;
  221|      6|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  222|       |
  223|      6|    #define NUM_KEYWORDS 2
  224|      6|    static struct {
  225|      6|        PyGC_Head _this_is_not_used;
  226|      6|        PyObject_VAR_HEAD
  227|      6|        Py_hash_t ob_hash;
  228|      6|        PyObject *ob_item[NUM_KEYWORDS];
  229|      6|    } _kwtuple = {
  230|      6|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      6|    {                                     \
  |  |   98|      6|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      6|    {                               \
  |  |  |  |   91|      6|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      6|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      6|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      6|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      6|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      6|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      6|        (type)                      \
  |  |  |  |   93|      6|    },
  |  |  ------------------
  |  |   99|      6|        (size)                            \
  |  |  100|      6|    },
  ------------------
  231|      6|        .ob_hash = -1,
  232|      6|        .ob_item = { &_Py_ID(key), &_Py_ID(reverse), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(key), &_Py_ID(reverse), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  233|      6|    };
  234|      6|    #undef NUM_KEYWORDS
  235|      6|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  236|       |
  237|       |    #else  // !Py_BUILD_CORE
  238|       |    #  define KWTUPLE NULL
  239|       |    #endif  // !Py_BUILD_CORE
  240|       |
  241|      6|    static const char * const _keywords[] = {"key", "reverse", NULL};
  242|      6|    static _PyArg_Parser _parser = {
  243|      6|        .keywords = _keywords,
  244|      6|        .fname = "sort",
  245|      6|        .kwtuple = KWTUPLE,
  ------------------
  |  |  235|      6|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  246|      6|    };
  247|      6|    #undef KWTUPLE
  248|      6|    PyObject *argsbuf[2];
  249|      6|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (249:36): [True: 0, False: 6]
  ------------------
  250|      6|    PyObject *keyfunc = Py_None;
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
  251|      6|    int reverse = 0;
  252|       |
  253|      6|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      6|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 6, False: 0]
  |  |  ------------------
  |  |   89|      6|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 6, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 6]
  |  |  |  Branch (89:43): [True: 6, False: 0]
  |  |  |  Branch (89:67): [True: 6, False: 0]
  |  |  ------------------
  |  |   90|      6|      (args) : \
  |  |   91|      6|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  254|      6|            /*minpos*/ 0, /*maxpos*/ 0, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  255|      6|    if (!args) {
  ------------------
  |  Branch (255:9): [True: 0, False: 6]
  ------------------
  256|      0|        goto exit;
  257|      0|    }
  258|      6|    if (!noptargs) {
  ------------------
  |  Branch (258:9): [True: 6, False: 0]
  ------------------
  259|      6|        goto skip_optional_kwonly;
  260|      6|    }
  261|      0|    if (args[0]) {
  ------------------
  |  Branch (261:9): [True: 0, False: 0]
  ------------------
  262|      0|        keyfunc = args[0];
  263|      0|        if (!--noptargs) {
  ------------------
  |  Branch (263:13): [True: 0, False: 0]
  ------------------
  264|      0|            goto skip_optional_kwonly;
  265|      0|        }
  266|      0|    }
  267|      0|    reverse = PyObject_IsTrue(args[1]);
  268|      0|    if (reverse < 0) {
  ------------------
  |  Branch (268:9): [True: 0, False: 0]
  ------------------
  269|      0|        goto exit;
  270|      0|    }
  271|      6|skip_optional_kwonly:
  272|      6|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      6|    {
  ------------------
  273|      6|    return_value = list_sort_impl((PyListObject *)self, keyfunc, reverse);
  274|      6|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      6|    }
  ------------------
  275|       |
  276|      6|exit:
  277|      6|    return return_value;
  278|      6|}
listobject.c:list___init__:
  412|     91|{
  413|     91|    int return_value = -1;
  414|     91|    PyTypeObject *base_tp = &PyList_Type;
  415|     91|    PyObject *iterable = NULL;
  416|       |
  417|     91|    if ((Py_IS_TYPE(self, base_tp) ||
  ------------------
  |  |  215|    182|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 91]
  |  |  ------------------
  ------------------
  418|     91|         Py_TYPE(self)->tp_new == base_tp->tp_new) &&
  ------------------
  |  |  213|     91|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (418:10): [True: 91, False: 0]
  ------------------
  419|     91|        !_PyArg_NoKeywords("list", kwargs)) {
  ------------------
  |  |   25|     91|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 91, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  420|      0|        goto exit;
  421|      0|    }
  422|     91|    if (!_PyArg_CheckPositional("list", PyTuple_GET_SIZE(args), 0, 1)) {
  ------------------
  |  |   31|     91|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 91, False: 0]
  |  |  |  Branch (31:27): [True: 91, False: 0]
  |  |  ------------------
  |  |   32|     91|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  423|      0|        goto exit;
  424|      0|    }
  425|     91|    if (PyTuple_GET_SIZE(args) < 1) {
  ------------------
  |  |   27|     91|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (425:9): [True: 91, False: 0]
  ------------------
  426|     91|        goto skip_optional;
  427|     91|    }
  428|      0|    iterable = PyTuple_GET_ITEM(args, 0);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (428:16): [True: 0, False: 0]
  ------------------
  429|     91|skip_optional:
  430|     91|    return_value = list___init___impl((PyListObject *)self, iterable);
  431|       |
  432|     91|exit:
  433|     91|    return return_value;
  434|     91|}

longobject.c:int_bit_length:
  202|      1|{
  203|      1|    return int_bit_length_impl(self);
  204|      1|}
longobject.c:int_to_bytes:
  288|      2|{
  289|      2|    PyObject *return_value = NULL;
  290|      2|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  291|       |
  292|      2|    #define NUM_KEYWORDS 3
  293|      2|    static struct {
  294|      2|        PyGC_Head _this_is_not_used;
  295|      2|        PyObject_VAR_HEAD
  296|      2|        Py_hash_t ob_hash;
  297|      2|        PyObject *ob_item[NUM_KEYWORDS];
  298|      2|    } _kwtuple = {
  299|      2|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      2|    {                                     \
  |  |   98|      2|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      2|    {                               \
  |  |  |  |   91|      2|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      2|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      2|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      2|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      2|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      2|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      2|        (type)                      \
  |  |  |  |   93|      2|    },
  |  |  ------------------
  |  |   99|      2|        (size)                            \
  |  |  100|      2|    },
  ------------------
  300|      2|        .ob_hash = -1,
  301|      2|        .ob_item = { &_Py_ID(length), &_Py_ID(byteorder), &_Py_ID(signed), },
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(length), &_Py_ID(byteorder), &_Py_ID(signed), },
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(length), &_Py_ID(byteorder), &_Py_ID(signed), },
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  302|      2|    };
  303|      2|    #undef NUM_KEYWORDS
  304|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  305|       |
  306|       |    #else  // !Py_BUILD_CORE
  307|       |    #  define KWTUPLE NULL
  308|       |    #endif  // !Py_BUILD_CORE
  309|       |
  310|      2|    static const char * const _keywords[] = {"length", "byteorder", "signed", NULL};
  311|      2|    static _PyArg_Parser _parser = {
  312|      2|        .keywords = _keywords,
  313|      2|        .fname = "to_bytes",
  314|      2|        .kwtuple = KWTUPLE,
  ------------------
  |  |  304|      2|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  315|      2|    };
  316|      2|    #undef KWTUPLE
  317|      2|    PyObject *argsbuf[3];
  318|      2|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (318:36): [True: 0, False: 2]
  ------------------
  319|      2|    Py_ssize_t length = 1;
  320|      2|    PyObject *byteorder = NULL;
  321|      2|    int is_signed = 0;
  322|       |
  323|      2|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      2|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 2, False: 0]
  |  |  ------------------
  |  |   89|      2|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 2, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 2]
  |  |  |  Branch (89:43): [True: 2, False: 0]
  |  |  |  Branch (89:67): [True: 2, False: 0]
  |  |  ------------------
  |  |   90|      2|      (args) : \
  |  |   91|      2|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  324|      2|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  325|      2|    if (!args) {
  ------------------
  |  Branch (325:9): [True: 0, False: 2]
  ------------------
  326|      0|        goto exit;
  327|      0|    }
  328|      2|    if (!noptargs) {
  ------------------
  |  Branch (328:9): [True: 0, False: 2]
  ------------------
  329|      0|        goto skip_optional_pos;
  330|      0|    }
  331|      2|    if (args[0]) {
  ------------------
  |  Branch (331:9): [True: 2, False: 0]
  ------------------
  332|      2|        {
  333|      2|            Py_ssize_t ival = -1;
  334|      2|            PyObject *iobj = _PyNumber_Index(args[0]);
  335|      2|            if (iobj != NULL) {
  ------------------
  |  Branch (335:17): [True: 2, False: 0]
  ------------------
  336|      2|                ival = PyLong_AsSsize_t(iobj);
  337|      2|                Py_DECREF(iobj);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|      2|            }
  339|      2|            if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (339:17): [True: 0, False: 2]
  |  Branch (339:31): [True: 0, False: 0]
  ------------------
  340|      0|                goto exit;
  341|      0|            }
  342|      2|            length = ival;
  343|      2|            if (length < 0) {
  ------------------
  |  Branch (343:17): [True: 0, False: 2]
  ------------------
  344|      0|                PyErr_SetString(PyExc_ValueError,
  345|      0|                                "length cannot be negative");
  346|      0|                goto exit;
  347|      0|            }
  348|      2|        }
  349|      2|        if (!--noptargs) {
  ------------------
  |  Branch (349:13): [True: 0, False: 2]
  ------------------
  350|      0|            goto skip_optional_pos;
  351|      0|        }
  352|      2|    }
  353|      2|    if (args[1]) {
  ------------------
  |  Branch (353:9): [True: 2, False: 0]
  ------------------
  354|      2|        if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (354:13): [True: 0, False: 2]
  ------------------
  355|      0|            _PyArg_BadArgument("to_bytes", "argument 'byteorder'", "str", args[1]);
  356|      0|            goto exit;
  357|      0|        }
  358|      2|        byteorder = args[1];
  359|      2|        if (!--noptargs) {
  ------------------
  |  Branch (359:13): [True: 2, False: 0]
  ------------------
  360|      2|            goto skip_optional_pos;
  361|      2|        }
  362|      2|    }
  363|      2|skip_optional_pos:
  364|      2|    if (!noptargs) {
  ------------------
  |  Branch (364:9): [True: 2, False: 0]
  ------------------
  365|      2|        goto skip_optional_kwonly;
  366|      2|    }
  367|      0|    is_signed = PyObject_IsTrue(args[2]);
  368|      0|    if (is_signed < 0) {
  ------------------
  |  Branch (368:9): [True: 0, False: 0]
  ------------------
  369|      0|        goto exit;
  370|      0|    }
  371|      2|skip_optional_kwonly:
  372|      2|    return_value = int_to_bytes_impl(self, length, byteorder, is_signed);
  373|       |
  374|      2|exit:
  375|      2|    return return_value;
  376|      2|}
longobject.c:int_from_bytes:
  407|     39|{
  408|     39|    PyObject *return_value = NULL;
  409|     39|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  410|       |
  411|     39|    #define NUM_KEYWORDS 3
  412|     39|    static struct {
  413|     39|        PyGC_Head _this_is_not_used;
  414|     39|        PyObject_VAR_HEAD
  415|     39|        Py_hash_t ob_hash;
  416|     39|        PyObject *ob_item[NUM_KEYWORDS];
  417|     39|    } _kwtuple = {
  418|     39|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     39|    {                                     \
  |  |   98|     39|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     39|    {                               \
  |  |  |  |   91|     39|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     39|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     39|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     39|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     39|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     39|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     39|        (type)                      \
  |  |  |  |   93|     39|    },
  |  |  ------------------
  |  |   99|     39|        (size)                            \
  |  |  100|     39|    },
  ------------------
  419|     39|        .ob_hash = -1,
  420|     39|        .ob_item = { &_Py_ID(bytes), &_Py_ID(byteorder), &_Py_ID(signed), },
  ------------------
  |  |  917|     39|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     39|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     39|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(bytes), &_Py_ID(byteorder), &_Py_ID(signed), },
  ------------------
  |  |  917|     39|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     39|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     39|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(bytes), &_Py_ID(byteorder), &_Py_ID(signed), },
  ------------------
  |  |  917|     39|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     39|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     39|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  421|     39|    };
  422|     39|    #undef NUM_KEYWORDS
  423|     39|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  424|       |
  425|       |    #else  // !Py_BUILD_CORE
  426|       |    #  define KWTUPLE NULL
  427|       |    #endif  // !Py_BUILD_CORE
  428|       |
  429|     39|    static const char * const _keywords[] = {"bytes", "byteorder", "signed", NULL};
  430|     39|    static _PyArg_Parser _parser = {
  431|     39|        .keywords = _keywords,
  432|     39|        .fname = "from_bytes",
  433|     39|        .kwtuple = KWTUPLE,
  ------------------
  |  |  423|     39|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  434|     39|    };
  435|     39|    #undef KWTUPLE
  436|     39|    PyObject *argsbuf[3];
  437|     39|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (437:36): [True: 0, False: 39]
  ------------------
  438|     39|    PyObject *bytes_obj;
  439|     39|    PyObject *byteorder = NULL;
  440|     39|    int is_signed = 0;
  441|       |
  442|     39|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     39|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 39, False: 0]
  |  |  ------------------
  |  |   89|     39|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 39, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 39]
  |  |  |  Branch (89:43): [True: 39, False: 0]
  |  |  |  Branch (89:67): [True: 39, False: 0]
  |  |  ------------------
  |  |   90|     39|      (args) : \
  |  |   91|     39|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  443|     39|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  444|     39|    if (!args) {
  ------------------
  |  Branch (444:9): [True: 0, False: 39]
  ------------------
  445|      0|        goto exit;
  446|      0|    }
  447|     39|    bytes_obj = args[0];
  448|     39|    if (!noptargs) {
  ------------------
  |  Branch (448:9): [True: 0, False: 39]
  ------------------
  449|      0|        goto skip_optional_pos;
  450|      0|    }
  451|     39|    if (args[1]) {
  ------------------
  |  Branch (451:9): [True: 39, False: 0]
  ------------------
  452|     39|        if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     39|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     39|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (452:13): [True: 0, False: 39]
  ------------------
  453|      0|            _PyArg_BadArgument("from_bytes", "argument 'byteorder'", "str", args[1]);
  454|      0|            goto exit;
  455|      0|        }
  456|     39|        byteorder = args[1];
  457|     39|        if (!--noptargs) {
  ------------------
  |  Branch (457:13): [True: 39, False: 0]
  ------------------
  458|     39|            goto skip_optional_pos;
  459|     39|        }
  460|     39|    }
  461|     39|skip_optional_pos:
  462|     39|    if (!noptargs) {
  ------------------
  |  Branch (462:9): [True: 39, False: 0]
  ------------------
  463|     39|        goto skip_optional_kwonly;
  464|     39|    }
  465|      0|    is_signed = PyObject_IsTrue(args[2]);
  466|      0|    if (is_signed < 0) {
  ------------------
  |  Branch (466:9): [True: 0, False: 0]
  ------------------
  467|      0|        goto exit;
  468|      0|    }
  469|     39|skip_optional_kwonly:
  470|     39|    return_value = int_from_bytes_impl((PyTypeObject *)type, bytes_obj, byteorder, is_signed);
  471|       |
  472|     39|exit:
  473|     39|    return return_value;
  474|     39|}
longobject.c:long_new:
   17|     93|{
   18|     93|    PyObject *return_value = NULL;
   19|     93|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   20|       |
   21|     93|    #define NUM_KEYWORDS 1
   22|     93|    static struct {
   23|     93|        PyGC_Head _this_is_not_used;
   24|     93|        PyObject_VAR_HEAD
   25|     93|        Py_hash_t ob_hash;
   26|     93|        PyObject *ob_item[NUM_KEYWORDS];
   27|     93|    } _kwtuple = {
   28|     93|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     93|    {                                     \
  |  |   98|     93|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     93|    {                               \
  |  |  |  |   91|     93|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     93|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     93|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     93|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     93|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     93|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     93|        (type)                      \
  |  |  |  |   93|     93|    },
  |  |  ------------------
  |  |   99|     93|        (size)                            \
  |  |  100|     93|    },
  ------------------
   29|     93|        .ob_hash = -1,
   30|     93|        .ob_item = { &_Py_ID(base), },
  ------------------
  |  |  917|     93|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     93|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     93|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   31|     93|    };
   32|     93|    #undef NUM_KEYWORDS
   33|     93|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   34|       |
   35|       |    #else  // !Py_BUILD_CORE
   36|       |    #  define KWTUPLE NULL
   37|       |    #endif  // !Py_BUILD_CORE
   38|       |
   39|     93|    static const char * const _keywords[] = {"", "base", NULL};
   40|     93|    static _PyArg_Parser _parser = {
   41|     93|        .keywords = _keywords,
   42|     93|        .fname = "int",
   43|     93|        .kwtuple = KWTUPLE,
  ------------------
  |  |   33|     93|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   44|     93|    };
   45|     93|    #undef KWTUPLE
   46|     93|    PyObject *argsbuf[2];
   47|     93|    PyObject * const *fastargs;
   48|     93|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     93|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   49|     93|    Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0;
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (49:36): [True: 0, False: 93]
  ------------------
   50|     93|    PyObject *x = NULL;
   51|     93|    PyObject *obase = NULL;
   52|       |
   53|     93|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     93|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 93, Folded]
  |  |  |  Branch (88:23): [True: 93, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|    186|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 93, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 93]
  |  |  |  Branch (89:43): [True: 93, False: 0]
  |  |  |  Branch (89:67): [True: 93, False: 0]
  |  |  |  Branch (89:68): [True: 93, False: 0]
  |  |  ------------------
  |  |   90|    186|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 93, False: 0]
  |  |  ------------------
  |  |   91|     93|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   54|     93|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   55|     93|    if (!fastargs) {
  ------------------
  |  Branch (55:9): [True: 0, False: 93]
  ------------------
   56|      0|        goto exit;
   57|      0|    }
   58|     93|    if (nargs < 1) {
  ------------------
  |  Branch (58:9): [True: 1, False: 92]
  ------------------
   59|      1|        goto skip_optional_posonly;
   60|      1|    }
   61|     92|    noptargs--;
   62|     92|    x = fastargs[0];
   63|     93|skip_optional_posonly:
   64|     93|    if (!noptargs) {
  ------------------
  |  Branch (64:9): [True: 93, False: 0]
  ------------------
   65|     93|        goto skip_optional_pos;
   66|     93|    }
   67|      0|    obase = fastargs[1];
   68|     93|skip_optional_pos:
   69|     93|    return_value = long_new_impl(type, x, obase);
   70|       |
   71|     93|exit:
   72|     93|    return return_value;
   73|     93|}

memoryobject.c:memoryview:
   23|     13|{
   24|     13|    PyObject *return_value = NULL;
   25|     13|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   26|       |
   27|     13|    #define NUM_KEYWORDS 1
   28|     13|    static struct {
   29|     13|        PyGC_Head _this_is_not_used;
   30|     13|        PyObject_VAR_HEAD
   31|     13|        Py_hash_t ob_hash;
   32|     13|        PyObject *ob_item[NUM_KEYWORDS];
   33|     13|    } _kwtuple = {
   34|     13|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     13|    {                                     \
  |  |   98|     13|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     13|    {                               \
  |  |  |  |   91|     13|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     13|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     13|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     13|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     13|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     13|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     13|        (type)                      \
  |  |  |  |   93|     13|    },
  |  |  ------------------
  |  |   99|     13|        (size)                            \
  |  |  100|     13|    },
  ------------------
   35|     13|        .ob_hash = -1,
   36|     13|        .ob_item = { &_Py_ID(object), },
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   37|     13|    };
   38|     13|    #undef NUM_KEYWORDS
   39|     13|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   40|       |
   41|       |    #else  // !Py_BUILD_CORE
   42|       |    #  define KWTUPLE NULL
   43|       |    #endif  // !Py_BUILD_CORE
   44|       |
   45|     13|    static const char * const _keywords[] = {"object", NULL};
   46|     13|    static _PyArg_Parser _parser = {
   47|     13|        .keywords = _keywords,
   48|     13|        .fname = "memoryview",
   49|     13|        .kwtuple = KWTUPLE,
  ------------------
  |  |   39|     13|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   50|     13|    };
   51|     13|    #undef KWTUPLE
   52|     13|    PyObject *argsbuf[1];
   53|     13|    PyObject * const *fastargs;
   54|     13|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     13|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|     13|    PyObject *object;
   56|       |
   57|     13|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     13|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 13, Folded]
  |  |  |  Branch (88:23): [True: 13, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     26|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 13, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 13]
  |  |  |  Branch (89:43): [True: 13, False: 0]
  |  |  |  Branch (89:67): [True: 13, False: 0]
  |  |  |  Branch (89:68): [True: 13, False: 0]
  |  |  ------------------
  |  |   90|     26|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 13, False: 0]
  |  |  ------------------
  |  |   91|     13|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   58|     13|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   59|     13|    if (!fastargs) {
  ------------------
  |  Branch (59:9): [True: 0, False: 13]
  ------------------
   60|      0|        goto exit;
   61|      0|    }
   62|     13|    object = fastargs[0];
   63|     13|    return_value = memoryview_impl(type, object);
   64|       |
   65|     13|exit:
   66|     13|    return return_value;
   67|     13|}

moduleobject.c:module___init__:
   24|     41|{
   25|     41|    int return_value = -1;
   26|     41|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   27|       |
   28|     41|    #define NUM_KEYWORDS 2
   29|     41|    static struct {
   30|     41|        PyGC_Head _this_is_not_used;
   31|     41|        PyObject_VAR_HEAD
   32|     41|        Py_hash_t ob_hash;
   33|     41|        PyObject *ob_item[NUM_KEYWORDS];
   34|     41|    } _kwtuple = {
   35|     41|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     41|    {                                     \
  |  |   98|     41|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     41|    {                               \
  |  |  |  |   91|     41|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     41|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     41|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     41|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     41|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     41|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     41|        (type)                      \
  |  |  |  |   93|     41|    },
  |  |  ------------------
  |  |   99|     41|        (size)                            \
  |  |  100|     41|    },
  ------------------
   36|     41|        .ob_hash = -1,
   37|     41|        .ob_item = { &_Py_ID(name), &_Py_ID(doc), },
  ------------------
  |  |  917|     41|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     41|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     41|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(name), &_Py_ID(doc), },
  ------------------
  |  |  917|     41|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     41|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     41|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   38|     41|    };
   39|     41|    #undef NUM_KEYWORDS
   40|     41|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   41|       |
   42|       |    #else  // !Py_BUILD_CORE
   43|       |    #  define KWTUPLE NULL
   44|       |    #endif  // !Py_BUILD_CORE
   45|       |
   46|     41|    static const char * const _keywords[] = {"name", "doc", NULL};
   47|     41|    static _PyArg_Parser _parser = {
   48|     41|        .keywords = _keywords,
   49|     41|        .fname = "module",
   50|     41|        .kwtuple = KWTUPLE,
  ------------------
  |  |   40|     41|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   51|     41|    };
   52|     41|    #undef KWTUPLE
   53|     41|    PyObject *argsbuf[2];
   54|     41|    PyObject * const *fastargs;
   55|     41|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     41|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   56|     41|    Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 1;
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (56:36): [True: 0, False: 41]
  ------------------
   57|     41|    PyObject *name;
   58|     41|    PyObject *doc = Py_None;
  ------------------
  |  |  616|     41|#  define Py_None (&_Py_NoneStruct)
  ------------------
   59|       |
   60|     41|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|     41|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 41, Folded]
  |  |  |  Branch (88:23): [True: 41, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     82|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 41, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 41]
  |  |  |  Branch (89:43): [True: 41, False: 0]
  |  |  |  Branch (89:67): [True: 41, False: 0]
  |  |  |  Branch (89:68): [True: 41, False: 0]
  |  |  ------------------
  |  |   90|     82|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 41, False: 0]
  |  |  ------------------
  |  |   91|     41|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   61|     41|            /*minpos*/ 1, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   62|     41|    if (!fastargs) {
  ------------------
  |  Branch (62:9): [True: 0, False: 41]
  ------------------
   63|      0|        goto exit;
   64|      0|    }
   65|     41|    if (!PyUnicode_Check(fastargs[0])) {
  ------------------
  |  |  103|     41|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     41|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (65:9): [True: 0, False: 41]
  ------------------
   66|      0|        _PyArg_BadArgument("module", "argument 'name'", "str", fastargs[0]);
   67|      0|        goto exit;
   68|      0|    }
   69|     41|    name = fastargs[0];
   70|     41|    if (!noptargs) {
  ------------------
  |  Branch (70:9): [True: 41, False: 0]
  ------------------
   71|     41|        goto skip_optional_pos;
   72|     41|    }
   73|      0|    doc = fastargs[1];
   74|     41|skip_optional_pos:
   75|     41|    return_value = module___init___impl((PyModuleObject *)self, name, doc);
   76|       |
   77|     41|exit:
   78|     41|    return return_value;
   79|     41|}

sentinelobject.c:sentinel_new:
   12|      1|{
   13|      1|    PyObject *return_value = NULL;
   14|      1|    PyTypeObject *base_tp = &PySentinel_Type;
   15|      1|    PyObject *name;
   16|       |
   17|      1|    if ((type == base_tp || type->tp_init == base_tp->tp_init) &&
  ------------------
  |  Branch (17:10): [True: 1, False: 0]
  |  Branch (17:29): [True: 0, False: 0]
  ------------------
   18|      1|        !_PyArg_NoKeywords("sentinel", kwargs)) {
  ------------------
  |  |   25|      1|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 1, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   19|      0|        goto exit;
   20|      0|    }
   21|      1|    if (!_PyArg_CheckPositional("sentinel", PyTuple_GET_SIZE(args), 1, 1)) {
  ------------------
  |  |   31|      1|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 1, False: 0]
  |  |  |  Branch (31:27): [True: 1, False: 0]
  |  |  ------------------
  |  |   32|      1|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   22|      0|        goto exit;
   23|      0|    }
   24|      1|    if (!PyUnicode_Check(PyTuple_GET_ITEM(args, 0))) {
  ------------------
  |  |  103|      1|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:60): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (24:9): [True: 0, False: 1]
  ------------------
   25|      0|        _PyArg_BadArgument("sentinel", "argument 1", "str", PyTuple_GET_ITEM(args, 0));
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (25:61): [True: 0, False: 0]
  ------------------
   26|      0|        goto exit;
   27|      0|    }
   28|      1|    name = PyTuple_GET_ITEM(args, 0);
  ------------------
  |  |   29|      1|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      1|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (28:12): [True: 1, False: 0]
  ------------------
   29|      0|    return_value = sentinel_new_impl(type, name);
   30|       |
   31|      1|exit:
   32|      1|    return return_value;
   33|      1|}

setobject.c:set_copy:
   74|      1|{
   75|      1|    PyObject *return_value = NULL;
   76|       |
   77|      1|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|      1|    {
  ------------------
   78|      1|    return_value = set_copy_impl((PySetObject *)so);
   79|      1|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      1|    }
  ------------------
   80|       |
   81|      1|    return return_value;
   82|      1|}
setobject.c:set_issubset:
  351|      4|{
  352|      4|    PyObject *return_value = NULL;
  353|       |
  354|      4|    Py_BEGIN_CRITICAL_SECTION2(so, other);
  ------------------
  |  |   57|      4|    {
  ------------------
  355|      4|    return_value = set_issubset_impl((PySetObject *)so, other);
  356|      4|    Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      4|    }
  ------------------
  357|       |
  358|      4|    return return_value;
  359|      4|}
setobject.c:set_add:
  401|    146|{
  402|    146|    PyObject *return_value = NULL;
  403|       |
  404|    146|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|    146|    {
  ------------------
  405|    146|    return_value = set_add_impl((PySetObject *)so, key);
  406|    146|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    146|    }
  ------------------
  407|       |
  408|    146|    return return_value;
  409|    146|}
setobject.c:frozenset___contains__:
  447|      5|{
  448|      5|    PyObject *return_value = NULL;
  449|       |
  450|      5|    return_value = frozenset___contains___impl((PySetObject *)so, key);
  451|       |
  452|      5|    return return_value;
  453|      5|}
setobject.c:set_clear:
  122|     17|{
  123|     17|    PyObject *return_value = NULL;
  124|       |
  125|     17|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|     17|    {
  ------------------
  126|     17|    return_value = set_clear_impl((PySetObject *)so);
  127|     17|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     17|    }
  ------------------
  128|       |
  129|     17|    return return_value;
  130|     17|}
setobject.c:set_pop:
   23|      8|{
   24|      8|    PyObject *return_value = NULL;
   25|       |
   26|      8|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|      8|    {
  ------------------
   27|      8|    return_value = set_pop_impl((PySetObject *)so);
   28|      8|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      8|    }
  ------------------
   29|       |
   30|      8|    return return_value;
   31|      8|}

tupleobject.c:tuple_new:
   91|      2|{
   92|      2|    PyObject *return_value = NULL;
   93|      2|    PyTypeObject *base_tp = &PyTuple_Type;
   94|      2|    PyObject *iterable = NULL;
   95|       |
   96|      2|    if ((type == base_tp || type->tp_init == base_tp->tp_init) &&
  ------------------
  |  Branch (96:10): [True: 0, False: 2]
  |  Branch (96:29): [True: 2, False: 0]
  ------------------
   97|      2|        !_PyArg_NoKeywords("tuple", kwargs)) {
  ------------------
  |  |   25|      2|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 2, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   98|      0|        goto exit;
   99|      0|    }
  100|      2|    if (!_PyArg_CheckPositional("tuple", PyTuple_GET_SIZE(args), 0, 1)) {
  ------------------
  |  |   31|      2|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 2, False: 0]
  |  |  |  Branch (31:27): [True: 2, False: 0]
  |  |  ------------------
  |  |   32|      2|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  101|      0|        goto exit;
  102|      0|    }
  103|      2|    if (PyTuple_GET_SIZE(args) < 1) {
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (103:9): [True: 0, False: 2]
  ------------------
  104|      0|        goto skip_optional;
  105|      0|    }
  106|      2|    iterable = PyTuple_GET_ITEM(args, 0);
  ------------------
  |  |   29|      2|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (106:16): [True: 2, False: 0]
  ------------------
  107|      2|skip_optional:
  108|      2|    return_value = tuple_new_impl(type, iterable);
  109|       |
  110|      2|exit:
  111|      2|    return return_value;
  112|      2|}

typeobject.c:type_mro:
   77|     74|{
   78|     74|    return type_mro_impl((PyTypeObject *)self);
   79|     74|}
typeobject.c:type___subclasses__:
   95|     37|{
   96|     37|    return type___subclasses___impl((PyTypeObject *)self);
   97|     37|}
typeobject.c:type___instancecheck__:
   21|     72|{
   22|     72|    PyObject *return_value = NULL;
   23|     72|    int _return_value;
   24|       |
   25|     72|    _return_value = type___instancecheck___impl((PyTypeObject *)self, instance);
   26|     72|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (26:9): [True: 0, False: 72]
  |  Branch (26:34): [True: 0, False: 0]
  ------------------
   27|      0|        goto exit;
   28|      0|    }
   29|     72|    return_value = PyBool_FromLong((long)_return_value);
   30|       |
   31|     72|exit:
   32|     72|    return return_value;
   33|     72|}
typeobject.c:type___subclasscheck__:
   49|     10|{
   50|     10|    PyObject *return_value = NULL;
   51|     10|    int _return_value;
   52|       |
   53|     10|    _return_value = type___subclasscheck___impl((PyTypeObject *)self, subclass);
   54|     10|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (54:9): [True: 0, False: 10]
  |  Branch (54:34): [True: 0, False: 0]
  ------------------
   55|      0|        goto exit;
   56|      0|    }
   57|     10|    return_value = PyBool_FromLong((long)_return_value);
   58|       |
   59|     10|exit:
   60|     10|    return return_value;
   61|     10|}

unicodeobject.c:unicode_encode:
  217|      6|{
  218|      6|    PyObject *return_value = NULL;
  219|      6|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  220|       |
  221|      6|    #define NUM_KEYWORDS 2
  222|      6|    static struct {
  223|      6|        PyGC_Head _this_is_not_used;
  224|      6|        PyObject_VAR_HEAD
  225|      6|        Py_hash_t ob_hash;
  226|      6|        PyObject *ob_item[NUM_KEYWORDS];
  227|      6|    } _kwtuple = {
  228|      6|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      6|    {                                     \
  |  |   98|      6|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      6|    {                               \
  |  |  |  |   91|      6|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      6|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      6|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      6|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      6|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      6|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      6|        (type)                      \
  |  |  |  |   93|      6|    },
  |  |  ------------------
  |  |   99|      6|        (size)                            \
  |  |  100|      6|    },
  ------------------
  229|      6|        .ob_hash = -1,
  230|      6|        .ob_item = { &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  231|      6|    };
  232|      6|    #undef NUM_KEYWORDS
  233|      6|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  234|       |
  235|       |    #else  // !Py_BUILD_CORE
  236|       |    #  define KWTUPLE NULL
  237|       |    #endif  // !Py_BUILD_CORE
  238|       |
  239|      6|    static const char * const _keywords[] = {"encoding", "errors", NULL};
  240|      6|    static _PyArg_Parser _parser = {
  241|      6|        .keywords = _keywords,
  242|      6|        .fname = "encode",
  243|      6|        .kwtuple = KWTUPLE,
  ------------------
  |  |  233|      6|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  244|      6|    };
  245|      6|    #undef KWTUPLE
  246|      6|    PyObject *argsbuf[2];
  247|      6|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (247:36): [True: 0, False: 6]
  ------------------
  248|      6|    const char *encoding = NULL;
  249|      6|    const char *errors = NULL;
  250|       |
  251|      6|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      6|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 6, False: 0]
  |  |  ------------------
  |  |   89|      6|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 6, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 6]
  |  |  |  Branch (89:43): [True: 6, False: 0]
  |  |  |  Branch (89:67): [True: 6, False: 0]
  |  |  ------------------
  |  |   90|      6|      (args) : \
  |  |   91|      6|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  252|      6|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  253|      6|    if (!args) {
  ------------------
  |  Branch (253:9): [True: 0, False: 6]
  ------------------
  254|      0|        goto exit;
  255|      0|    }
  256|      6|    if (!noptargs) {
  ------------------
  |  Branch (256:9): [True: 0, False: 6]
  ------------------
  257|      0|        goto skip_optional_pos;
  258|      0|    }
  259|      6|    if (args[0]) {
  ------------------
  |  Branch (259:9): [True: 6, False: 0]
  ------------------
  260|      6|        if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|      6|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (260:13): [True: 0, False: 6]
  ------------------
  261|      0|            _PyArg_BadArgument("encode", "argument 'encoding'", "str", args[0]);
  262|      0|            goto exit;
  263|      0|        }
  264|      6|        Py_ssize_t encoding_length;
  265|      6|        encoding = PyUnicode_AsUTF8AndSize(args[0], &encoding_length);
  266|      6|        if (encoding == NULL) {
  ------------------
  |  Branch (266:13): [True: 0, False: 6]
  ------------------
  267|      0|            goto exit;
  268|      0|        }
  269|      6|        if (strlen(encoding) != (size_t)encoding_length) {
  ------------------
  |  Branch (269:13): [True: 0, False: 6]
  ------------------
  270|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
  271|      0|            goto exit;
  272|      0|        }
  273|      6|        if (!--noptargs) {
  ------------------
  |  Branch (273:13): [True: 0, False: 6]
  ------------------
  274|      0|            goto skip_optional_pos;
  275|      0|        }
  276|      6|    }
  277|      6|    if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|      6|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (277:9): [True: 0, False: 6]
  ------------------
  278|      0|        _PyArg_BadArgument("encode", "argument 'errors'", "str", args[1]);
  279|      0|        goto exit;
  280|      0|    }
  281|      6|    Py_ssize_t errors_length;
  282|      6|    errors = PyUnicode_AsUTF8AndSize(args[1], &errors_length);
  283|      6|    if (errors == NULL) {
  ------------------
  |  Branch (283:9): [True: 0, False: 6]
  ------------------
  284|      0|        goto exit;
  285|      0|    }
  286|      6|    if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (286:9): [True: 0, False: 6]
  ------------------
  287|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
  288|      0|        goto exit;
  289|      0|    }
  290|      6|skip_optional_pos:
  291|      6|    return_value = unicode_encode_impl(self, encoding, errors);
  292|       |
  293|      6|exit:
  294|      6|    return return_value;
  295|      6|}
unicodeobject.c:unicode_replace:
  933|     30|{
  934|     30|    PyObject *return_value = NULL;
  935|     30|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  936|       |
  937|     30|    #define NUM_KEYWORDS 1
  938|     30|    static struct {
  939|     30|        PyGC_Head _this_is_not_used;
  940|     30|        PyObject_VAR_HEAD
  941|     30|        Py_hash_t ob_hash;
  942|     30|        PyObject *ob_item[NUM_KEYWORDS];
  943|     30|    } _kwtuple = {
  944|     30|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     30|    {                                     \
  |  |   98|     30|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     30|    {                               \
  |  |  |  |   91|     30|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     30|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     30|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     30|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     30|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     30|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     30|        (type)                      \
  |  |  |  |   93|     30|    },
  |  |  ------------------
  |  |   99|     30|        (size)                            \
  |  |  100|     30|    },
  ------------------
  945|     30|        .ob_hash = -1,
  946|     30|        .ob_item = { &_Py_ID(count), },
  ------------------
  |  |  917|     30|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     30|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     30|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  947|     30|    };
  948|     30|    #undef NUM_KEYWORDS
  949|     30|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  950|       |
  951|       |    #else  // !Py_BUILD_CORE
  952|       |    #  define KWTUPLE NULL
  953|       |    #endif  // !Py_BUILD_CORE
  954|       |
  955|     30|    static const char * const _keywords[] = {"", "", "count", NULL};
  956|     30|    static _PyArg_Parser _parser = {
  957|     30|        .keywords = _keywords,
  958|     30|        .fname = "replace",
  959|     30|        .kwtuple = KWTUPLE,
  ------------------
  |  |  949|     30|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  960|     30|    };
  961|     30|    #undef KWTUPLE
  962|     30|    PyObject *argsbuf[3];
  963|     30|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 2;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (963:36): [True: 0, False: 30]
  ------------------
  964|     30|    PyObject *old;
  965|     30|    PyObject *new;
  966|     30|    Py_ssize_t count = -1;
  967|       |
  968|     30|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     30|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 30, False: 0]
  |  |  ------------------
  |  |   89|     30|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 30, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 30]
  |  |  |  Branch (89:43): [True: 30, False: 0]
  |  |  |  Branch (89:67): [True: 30, False: 0]
  |  |  ------------------
  |  |   90|     30|      (args) : \
  |  |   91|     30|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  969|     30|            /*minpos*/ 2, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  970|     30|    if (!args) {
  ------------------
  |  Branch (970:9): [True: 0, False: 30]
  ------------------
  971|      0|        goto exit;
  972|      0|    }
  973|     30|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|     30|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     30|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (973:9): [True: 0, False: 30]
  ------------------
  974|      0|        _PyArg_BadArgument("replace", "argument 1", "str", args[0]);
  975|      0|        goto exit;
  976|      0|    }
  977|     30|    old = args[0];
  978|     30|    if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     30|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     30|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (978:9): [True: 0, False: 30]
  ------------------
  979|      0|        _PyArg_BadArgument("replace", "argument 2", "str", args[1]);
  980|      0|        goto exit;
  981|      0|    }
  982|     30|    new = args[1];
  983|     30|    if (!noptargs) {
  ------------------
  |  Branch (983:9): [True: 30, False: 0]
  ------------------
  984|     30|        goto skip_optional_pos;
  985|     30|    }
  986|      0|    {
  987|      0|        Py_ssize_t ival = -1;
  988|      0|        PyObject *iobj = _PyNumber_Index(args[2]);
  989|      0|        if (iobj != NULL) {
  ------------------
  |  Branch (989:13): [True: 0, False: 0]
  ------------------
  990|      0|            ival = PyLong_AsSsize_t(iobj);
  991|      0|            Py_DECREF(iobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  992|      0|        }
  993|      0|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (993:13): [True: 0, False: 0]
  |  Branch (993:27): [True: 0, False: 0]
  ------------------
  994|      0|            goto exit;
  995|      0|        }
  996|      0|        count = ival;
  997|      0|    }
  998|     30|skip_optional_pos:
  999|     30|    return_value = unicode_replace_impl(self, old, new, count);
 1000|       |
 1001|     30|exit:
 1002|     30|    return return_value;
 1003|     30|}
unicodeobject.c:unicode_split:
 1261|      8|{
 1262|      8|    PyObject *return_value = NULL;
 1263|      8|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1264|       |
 1265|      8|    #define NUM_KEYWORDS 2
 1266|      8|    static struct {
 1267|      8|        PyGC_Head _this_is_not_used;
 1268|      8|        PyObject_VAR_HEAD
 1269|      8|        Py_hash_t ob_hash;
 1270|      8|        PyObject *ob_item[NUM_KEYWORDS];
 1271|      8|    } _kwtuple = {
 1272|      8|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      8|    {                                     \
  |  |   98|      8|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      8|    {                               \
  |  |  |  |   91|      8|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      8|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      8|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      8|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      8|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      8|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      8|        (type)                      \
  |  |  |  |   93|      8|    },
  |  |  ------------------
  |  |   99|      8|        (size)                            \
  |  |  100|      8|    },
  ------------------
 1273|      8|        .ob_hash = -1,
 1274|      8|        .ob_item = { &_Py_ID(sep), &_Py_ID(maxsplit), },
  ------------------
  |  |  917|      8|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      8|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      8|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(sep), &_Py_ID(maxsplit), },
  ------------------
  |  |  917|      8|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      8|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      8|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1275|      8|    };
 1276|      8|    #undef NUM_KEYWORDS
 1277|      8|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1278|       |
 1279|       |    #else  // !Py_BUILD_CORE
 1280|       |    #  define KWTUPLE NULL
 1281|       |    #endif  // !Py_BUILD_CORE
 1282|       |
 1283|      8|    static const char * const _keywords[] = {"sep", "maxsplit", NULL};
 1284|      8|    static _PyArg_Parser _parser = {
 1285|      8|        .keywords = _keywords,
 1286|      8|        .fname = "split",
 1287|      8|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1277|      8|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1288|      8|    };
 1289|      8|    #undef KWTUPLE
 1290|      8|    PyObject *argsbuf[2];
 1291|      8|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1291:36): [True: 0, False: 8]
  ------------------
 1292|      8|    PyObject *sep = Py_None;
  ------------------
  |  |  616|      8|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1293|      8|    Py_ssize_t maxsplit = -1;
 1294|       |
 1295|      8|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      8|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 8, False: 0]
  |  |  ------------------
  |  |   89|      8|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 8, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 8]
  |  |  |  Branch (89:43): [True: 8, False: 0]
  |  |  |  Branch (89:67): [True: 8, False: 0]
  |  |  ------------------
  |  |   90|      8|      (args) : \
  |  |   91|      8|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1296|      8|            /*minpos*/ 0, /*maxpos*/ 2, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1297|      8|    if (!args) {
  ------------------
  |  Branch (1297:9): [True: 0, False: 8]
  ------------------
 1298|      0|        goto exit;
 1299|      0|    }
 1300|      8|    if (!noptargs) {
  ------------------
  |  Branch (1300:9): [True: 0, False: 8]
  ------------------
 1301|      0|        goto skip_optional_pos;
 1302|      0|    }
 1303|      8|    if (args[0]) {
  ------------------
  |  Branch (1303:9): [True: 8, False: 0]
  ------------------
 1304|      8|        sep = args[0];
 1305|      8|        if (!--noptargs) {
  ------------------
  |  Branch (1305:13): [True: 8, False: 0]
  ------------------
 1306|      8|            goto skip_optional_pos;
 1307|      8|        }
 1308|      8|    }
 1309|      0|    {
 1310|      0|        Py_ssize_t ival = -1;
 1311|      0|        PyObject *iobj = _PyNumber_Index(args[1]);
 1312|      0|        if (iobj != NULL) {
  ------------------
  |  Branch (1312:13): [True: 0, False: 0]
  ------------------
 1313|      0|            ival = PyLong_AsSsize_t(iobj);
 1314|      0|            Py_DECREF(iobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1315|      0|        }
 1316|      0|        if (ival == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1316:13): [True: 0, False: 0]
  |  Branch (1316:27): [True: 0, False: 0]
  ------------------
 1317|      0|            goto exit;
 1318|      0|        }
 1319|      0|        maxsplit = ival;
 1320|      0|    }
 1321|      8|skip_optional_pos:
 1322|      8|    return_value = unicode_split_impl(self, sep, maxsplit);
 1323|       |
 1324|      8|exit:
 1325|      8|    return return_value;
 1326|      8|}
unicodeobject.c:unicode_find:
  383|      2|{
  384|      2|    PyObject *return_value = NULL;
  385|      2|    PyObject *substr;
  386|      2|    Py_ssize_t start = 0;
  387|      2|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|      2|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  388|      2|    Py_ssize_t _return_value;
  389|       |
  390|      2|    if (!_PyArg_CheckPositional("find", nargs, 1, 3)) {
  ------------------
  |  |   31|      2|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 2, False: 0]
  |  |  |  Branch (31:27): [True: 2, False: 0]
  |  |  ------------------
  |  |   32|      2|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  391|      0|        goto exit;
  392|      0|    }
  393|      2|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (393:9): [True: 0, False: 2]
  ------------------
  394|      0|        _PyArg_BadArgument("find", "argument 1", "str", args[0]);
  395|      0|        goto exit;
  396|      0|    }
  397|      2|    substr = args[0];
  398|      2|    if (nargs < 2) {
  ------------------
  |  Branch (398:9): [True: 0, False: 2]
  ------------------
  399|      0|        goto skip_optional;
  400|      0|    }
  401|      2|    if (!_PyEval_SliceIndex(args[1], &start)) {
  ------------------
  |  Branch (401:9): [True: 0, False: 2]
  ------------------
  402|      0|        goto exit;
  403|      0|    }
  404|      2|    if (nargs < 3) {
  ------------------
  |  Branch (404:9): [True: 2, False: 0]
  ------------------
  405|      2|        goto skip_optional;
  406|      2|    }
  407|      0|    if (!_PyEval_SliceIndex(args[2], &end)) {
  ------------------
  |  Branch (407:9): [True: 0, False: 0]
  ------------------
  408|      0|        goto exit;
  409|      0|    }
  410|      2|skip_optional:
  411|      2|    _return_value = unicode_find_impl(str, substr, start, end);
  412|      2|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (412:9): [True: 0, False: 2]
  |  Branch (412:34): [True: 0, False: 0]
  ------------------
  413|      0|        goto exit;
  414|      0|    }
  415|      2|    return_value = PyLong_FromSsize_t(_return_value);
  416|       |
  417|      2|exit:
  418|      2|    return return_value;
  419|      2|}
unicodeobject.c:unicode_lower:
  805|      8|{
  806|      8|    return unicode_lower_impl(self);
  807|      8|}
unicodeobject.c:unicode_rfind:
 1088|     19|{
 1089|     19|    PyObject *return_value = NULL;
 1090|     19|    PyObject *substr;
 1091|     19|    Py_ssize_t start = 0;
 1092|     19|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|     19|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1093|     19|    Py_ssize_t _return_value;
 1094|       |
 1095|     19|    if (!_PyArg_CheckPositional("rfind", nargs, 1, 3)) {
  ------------------
  |  |   31|     19|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 19, False: 0]
  |  |  |  Branch (31:27): [True: 19, False: 0]
  |  |  ------------------
  |  |   32|     19|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1096|      0|        goto exit;
 1097|      0|    }
 1098|     19|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|     19|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     19|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1098:9): [True: 0, False: 19]
  ------------------
 1099|      0|        _PyArg_BadArgument("rfind", "argument 1", "str", args[0]);
 1100|      0|        goto exit;
 1101|      0|    }
 1102|     19|    substr = args[0];
 1103|     19|    if (nargs < 2) {
  ------------------
  |  Branch (1103:9): [True: 19, False: 0]
  ------------------
 1104|     19|        goto skip_optional;
 1105|     19|    }
 1106|      0|    if (!_PyEval_SliceIndex(args[1], &start)) {
  ------------------
  |  Branch (1106:9): [True: 0, False: 0]
  ------------------
 1107|      0|        goto exit;
 1108|      0|    }
 1109|      0|    if (nargs < 3) {
  ------------------
  |  Branch (1109:9): [True: 0, False: 0]
  ------------------
 1110|      0|        goto skip_optional;
 1111|      0|    }
 1112|      0|    if (!_PyEval_SliceIndex(args[2], &end)) {
  ------------------
  |  Branch (1112:9): [True: 0, False: 0]
  ------------------
 1113|      0|        goto exit;
 1114|      0|    }
 1115|     19|skip_optional:
 1116|     19|    _return_value = unicode_rfind_impl(str, substr, start, end);
 1117|     19|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (1117:9): [True: 0, False: 19]
  |  Branch (1117:34): [True: 0, False: 0]
  ------------------
 1118|      0|        goto exit;
 1119|      0|    }
 1120|     19|    return_value = PyLong_FromSsize_t(_return_value);
 1121|       |
 1122|     19|exit:
 1123|     19|    return return_value;
 1124|     19|}
unicodeobject.c:unicode_rstrip:
  893|    323|{
  894|    323|    PyObject *return_value = NULL;
  895|    323|    PyObject *chars = Py_None;
  ------------------
  |  |  616|    323|#  define Py_None (&_Py_NoneStruct)
  ------------------
  896|       |
  897|    323|    if (!_PyArg_CheckPositional("rstrip", nargs, 0, 1)) {
  ------------------
  |  |   31|    323|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 323, False: 0]
  |  |  |  Branch (31:27): [True: 323, False: 0]
  |  |  ------------------
  |  |   32|    323|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  898|      0|        goto exit;
  899|      0|    }
  900|    323|    if (nargs < 1) {
  ------------------
  |  Branch (900:9): [True: 0, False: 323]
  ------------------
  901|      0|        goto skip_optional;
  902|      0|    }
  903|    323|    chars = args[0];
  904|    323|skip_optional:
  905|    323|    return_value = unicode_rstrip_impl(self, chars);
  906|       |
  907|    323|exit:
  908|    323|    return return_value;
  909|    323|}
unicodeobject.c:unicode_startswith:
 1690|    180|{
 1691|    180|    PyObject *return_value = NULL;
 1692|    180|    PyObject *subobj;
 1693|    180|    Py_ssize_t start = 0;
 1694|    180|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|    180|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1695|       |
 1696|    180|    if (!_PyArg_CheckPositional("startswith", nargs, 1, 3)) {
  ------------------
  |  |   31|    180|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 180, False: 0]
  |  |  |  Branch (31:27): [True: 180, False: 0]
  |  |  ------------------
  |  |   32|    180|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1697|      0|        goto exit;
 1698|      0|    }
 1699|    180|    subobj = args[0];
 1700|    180|    if (nargs < 2) {
  ------------------
  |  Branch (1700:9): [True: 180, False: 0]
  ------------------
 1701|    180|        goto skip_optional;
 1702|    180|    }
 1703|      0|    if (!_PyEval_SliceIndex(args[1], &start)) {
  ------------------
  |  Branch (1703:9): [True: 0, False: 0]
  ------------------
 1704|      0|        goto exit;
 1705|      0|    }
 1706|      0|    if (nargs < 3) {
  ------------------
  |  Branch (1706:9): [True: 0, False: 0]
  ------------------
 1707|      0|        goto skip_optional;
 1708|      0|    }
 1709|      0|    if (!_PyEval_SliceIndex(args[2], &end)) {
  ------------------
  |  Branch (1709:9): [True: 0, False: 0]
  ------------------
 1710|      0|        goto exit;
 1711|      0|    }
 1712|    180|skip_optional:
 1713|    180|    return_value = unicode_startswith_impl(self, subobj, start, end);
 1714|       |
 1715|    180|exit:
 1716|    180|    return return_value;
 1717|    180|}
unicodeobject.c:unicode_endswith:
 1741|     38|{
 1742|     38|    PyObject *return_value = NULL;
 1743|     38|    PyObject *subobj;
 1744|     38|    Py_ssize_t start = 0;
 1745|     38|    Py_ssize_t end = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|     38|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 1746|       |
 1747|     38|    if (!_PyArg_CheckPositional("endswith", nargs, 1, 3)) {
  ------------------
  |  |   31|     38|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 38, False: 0]
  |  |  |  Branch (31:27): [True: 38, False: 0]
  |  |  ------------------
  |  |   32|     38|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1748|      0|        goto exit;
 1749|      0|    }
 1750|     38|    subobj = args[0];
 1751|     38|    if (nargs < 2) {
  ------------------
  |  Branch (1751:9): [True: 38, False: 0]
  ------------------
 1752|     38|        goto skip_optional;
 1753|     38|    }
 1754|      0|    if (!_PyEval_SliceIndex(args[1], &start)) {
  ------------------
  |  Branch (1754:9): [True: 0, False: 0]
  ------------------
 1755|      0|        goto exit;
 1756|      0|    }
 1757|      0|    if (nargs < 3) {
  ------------------
  |  Branch (1757:9): [True: 0, False: 0]
  ------------------
 1758|      0|        goto skip_optional;
 1759|      0|    }
 1760|      0|    if (!_PyEval_SliceIndex(args[2], &end)) {
  ------------------
  |  Branch (1760:9): [True: 0, False: 0]
  ------------------
 1761|      0|        goto exit;
 1762|      0|    }
 1763|     38|skip_optional:
 1764|     38|    return_value = unicode_endswith_impl(self, subobj, start, end);
 1765|       |
 1766|     38|exit:
 1767|     38|    return return_value;
 1768|     38|}
unicodeobject.c:unicode_isascii:
  494|      2|{
  495|      2|    return unicode_isascii_impl(self);
  496|      2|}
unicodeobject.c:unicode_isidentifier:
  704|      5|{
  705|      5|    return unicode_isidentifier_impl(self);
  706|      5|}
unicodeobject.c:unicode_new:
 1823|      7|{
 1824|      7|    PyObject *return_value = NULL;
 1825|      7|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1826|       |
 1827|      7|    #define NUM_KEYWORDS 3
 1828|      7|    static struct {
 1829|      7|        PyGC_Head _this_is_not_used;
 1830|      7|        PyObject_VAR_HEAD
 1831|      7|        Py_hash_t ob_hash;
 1832|      7|        PyObject *ob_item[NUM_KEYWORDS];
 1833|      7|    } _kwtuple = {
 1834|      7|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      7|    {                                     \
  |  |   98|      7|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      7|    {                               \
  |  |  |  |   91|      7|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      7|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      7|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      7|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      7|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      7|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      7|        (type)                      \
  |  |  |  |   93|      7|    },
  |  |  ------------------
  |  |   99|      7|        (size)                            \
  |  |  100|      7|    },
  ------------------
 1835|      7|        .ob_hash = -1,
 1836|      7|        .ob_item = { &_Py_ID(object), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(object), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(object), &_Py_ID(encoding), &_Py_ID(errors), },
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1837|      7|    };
 1838|      7|    #undef NUM_KEYWORDS
 1839|      7|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1840|       |
 1841|       |    #else  // !Py_BUILD_CORE
 1842|       |    #  define KWTUPLE NULL
 1843|       |    #endif  // !Py_BUILD_CORE
 1844|       |
 1845|      7|    static const char * const _keywords[] = {"object", "encoding", "errors", NULL};
 1846|      7|    static _PyArg_Parser _parser = {
 1847|      7|        .keywords = _keywords,
 1848|      7|        .fname = "str",
 1849|      7|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1839|      7|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1850|      7|    };
 1851|      7|    #undef KWTUPLE
 1852|      7|    PyObject *argsbuf[3];
 1853|      7|    PyObject * const *fastargs;
 1854|      7|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|      7|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1855|      7|    Py_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - 0;
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1855:36): [True: 0, False: 7]
  ------------------
 1856|      7|    PyObject *x = NULL;
 1857|      7|    const char *encoding = NULL;
 1858|      7|    const char *errors = NULL;
 1859|       |
 1860|      7|    fastargs = _PyArg_UnpackKeywords(_PyTuple_CAST(args)->ob_item, nargs, kwargs, NULL, &_parser,
  ------------------
  |  |   88|      7|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 7, Folded]
  |  |  |  Branch (88:23): [True: 7, False: 0]
  |  |  |  Branch (88:43): [True: 0, Folded]
  |  |  ------------------
  |  |   89|     14|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 7, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 7]
  |  |  |  Branch (89:43): [True: 7, False: 0]
  |  |  |  Branch (89:67): [True: 7, False: 0]
  |  |  |  Branch (89:68): [True: 7, False: 0]
  |  |  ------------------
  |  |   90|     14|      (args) : \
  |  |  ------------------
  |  |  |  Branch (90:8): [True: 7, False: 0]
  |  |  ------------------
  |  |   91|      7|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |  ------------------
  |  |  |  Branch (91:29): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1861|      7|            /*minpos*/ 0, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1862|      7|    if (!fastargs) {
  ------------------
  |  Branch (1862:9): [True: 0, False: 7]
  ------------------
 1863|      0|        goto exit;
 1864|      0|    }
 1865|      7|    if (!noptargs) {
  ------------------
  |  Branch (1865:9): [True: 0, False: 7]
  ------------------
 1866|      0|        goto skip_optional_pos;
 1867|      0|    }
 1868|      7|    if (fastargs[0]) {
  ------------------
  |  Branch (1868:9): [True: 7, False: 0]
  ------------------
 1869|      7|        x = fastargs[0];
 1870|      7|        if (!--noptargs) {
  ------------------
  |  Branch (1870:13): [True: 7, False: 0]
  ------------------
 1871|      7|            goto skip_optional_pos;
 1872|      7|        }
 1873|      7|    }
 1874|      0|    if (fastargs[1]) {
  ------------------
  |  Branch (1874:9): [True: 0, False: 0]
  ------------------
 1875|      0|        if (!PyUnicode_Check(fastargs[1])) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1875:13): [True: 0, False: 0]
  ------------------
 1876|      0|            _PyArg_BadArgument("str", "argument 'encoding'", "str", fastargs[1]);
 1877|      0|            goto exit;
 1878|      0|        }
 1879|      0|        Py_ssize_t encoding_length;
 1880|      0|        encoding = PyUnicode_AsUTF8AndSize(fastargs[1], &encoding_length);
 1881|      0|        if (encoding == NULL) {
  ------------------
  |  Branch (1881:13): [True: 0, False: 0]
  ------------------
 1882|      0|            goto exit;
 1883|      0|        }
 1884|      0|        if (strlen(encoding) != (size_t)encoding_length) {
  ------------------
  |  Branch (1884:13): [True: 0, False: 0]
  ------------------
 1885|      0|            PyErr_SetString(PyExc_ValueError, "embedded null character");
 1886|      0|            goto exit;
 1887|      0|        }
 1888|      0|        if (!--noptargs) {
  ------------------
  |  Branch (1888:13): [True: 0, False: 0]
  ------------------
 1889|      0|            goto skip_optional_pos;
 1890|      0|        }
 1891|      0|    }
 1892|      0|    if (!PyUnicode_Check(fastargs[2])) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1892:9): [True: 0, False: 0]
  ------------------
 1893|      0|        _PyArg_BadArgument("str", "argument 'errors'", "str", fastargs[2]);
 1894|      0|        goto exit;
 1895|      0|    }
 1896|      0|    Py_ssize_t errors_length;
 1897|      0|    errors = PyUnicode_AsUTF8AndSize(fastargs[2], &errors_length);
 1898|      0|    if (errors == NULL) {
  ------------------
  |  Branch (1898:9): [True: 0, False: 0]
  ------------------
 1899|      0|        goto exit;
 1900|      0|    }
 1901|      0|    if (strlen(errors) != (size_t)errors_length) {
  ------------------
  |  Branch (1901:9): [True: 0, False: 0]
  ------------------
 1902|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
 1903|      0|        goto exit;
 1904|      0|    }
 1905|      7|skip_optional_pos:
 1906|      7|    return_value = unicode_new_impl(type, x, encoding, errors);
 1907|       |
 1908|      7|exit:
 1909|      7|    return return_value;
 1910|      7|}

_Py_set_localsplus_info:
  383|      5|{
  384|      5|    PyTuple_SET_ITEM(names, offset, Py_NewRef(name));
  ------------------
  |  |   40|      5|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  385|      5|    _PyLocals_SetKind(kinds, offset, kind);
  386|      5|}
_PyCode_Validate:
  447|  2.16k|{
  448|       |    /* Check argument types */
  449|  2.16k|    if (con->argcount < con->posonlyargcount || con->posonlyargcount < 0 ||
  ------------------
  |  Branch (449:9): [True: 0, False: 2.16k]
  |  Branch (449:49): [True: 0, False: 2.16k]
  ------------------
  450|  2.16k|        con->kwonlyargcount < 0 ||
  ------------------
  |  Branch (450:9): [True: 0, False: 2.16k]
  ------------------
  451|  2.16k|        con->stacksize < 0 || con->flags < 0 ||
  ------------------
  |  Branch (451:9): [True: 0, False: 2.16k]
  |  Branch (451:31): [True: 0, False: 2.16k]
  ------------------
  452|  2.16k|        con->code == NULL || !PyBytes_Check(con->code) ||
  ------------------
  |  |   28|  2.16k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (452:9): [True: 0, False: 2.16k]
  |  Branch (452:30): [True: 0, False: 2.16k]
  ------------------
  453|  2.16k|        con->consts == NULL || !PyTuple_Check(con->consts) ||
  ------------------
  |  |   27|  2.16k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (453:9): [True: 0, False: 2.16k]
  |  Branch (453:32): [True: 0, False: 2.16k]
  ------------------
  454|  2.16k|        con->names == NULL || !PyTuple_Check(con->names) ||
  ------------------
  |  |   27|  2.16k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (454:9): [True: 0, False: 2.16k]
  |  Branch (454:31): [True: 0, False: 2.16k]
  ------------------
  455|  2.16k|        con->localsplusnames == NULL || !PyTuple_Check(con->localsplusnames) ||
  ------------------
  |  |   27|  2.16k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (455:9): [True: 0, False: 2.16k]
  |  Branch (455:41): [True: 0, False: 2.16k]
  ------------------
  456|  2.16k|        con->localspluskinds == NULL || !PyBytes_Check(con->localspluskinds) ||
  ------------------
  |  |   28|  2.16k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (456:9): [True: 0, False: 2.16k]
  |  Branch (456:41): [True: 0, False: 2.16k]
  ------------------
  457|  2.16k|        PyTuple_GET_SIZE(con->localsplusnames)
  ------------------
  |  |   27|  2.16k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (457:9): [True: 0, False: 2.16k]
  ------------------
  458|  2.16k|            != PyBytes_GET_SIZE(con->localspluskinds) ||
  ------------------
  |  |   33|  4.33k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  459|  2.16k|        con->name == NULL || !PyUnicode_Check(con->name) ||
  ------------------
  |  |  103|  2.16k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (459:9): [True: 0, False: 2.16k]
  |  Branch (459:30): [True: 0, False: 2.16k]
  ------------------
  460|  2.16k|        con->qualname == NULL || !PyUnicode_Check(con->qualname) ||
  ------------------
  |  |  103|  2.16k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (460:9): [True: 0, False: 2.16k]
  |  Branch (460:34): [True: 0, False: 2.16k]
  ------------------
  461|  2.16k|        con->filename == NULL || !PyUnicode_Check(con->filename) ||
  ------------------
  |  |  103|  2.16k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (461:9): [True: 0, False: 2.16k]
  |  Branch (461:34): [True: 0, False: 2.16k]
  ------------------
  462|  2.16k|        con->linetable == NULL || !PyBytes_Check(con->linetable) ||
  ------------------
  |  |   28|  2.16k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (462:9): [True: 0, False: 2.16k]
  |  Branch (462:35): [True: 0, False: 2.16k]
  ------------------
  463|  2.16k|        con->exceptiontable == NULL || !PyBytes_Check(con->exceptiontable)
  ------------------
  |  |   28|  2.16k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.16k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (463:9): [True: 0, False: 2.16k]
  |  Branch (463:40): [True: 0, False: 2.16k]
  ------------------
  464|  2.16k|        ) {
  465|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  466|      0|        return -1;
  467|      0|    }
  468|       |
  469|       |    /* Make sure that code is indexable with an int, this is
  470|       |       a long running assumption in ceval.c and many parts of
  471|       |       the interpreter. */
  472|  2.16k|    if (PyBytes_GET_SIZE(con->code) > INT_MAX) {
  ------------------
  |  |   33|  2.16k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (472:9): [True: 0, False: 2.16k]
  ------------------
  473|      0|        PyErr_SetString(PyExc_OverflowError,
  474|      0|                        "code: co_code larger than INT_MAX");
  475|      0|        return -1;
  476|      0|    }
  477|  2.16k|    if (PyBytes_GET_SIZE(con->code) % sizeof(_Py_CODEUNIT) != 0 ||
  ------------------
  |  |   33|  2.16k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (477:9): [True: 0, False: 2.16k]
  ------------------
  478|  2.16k|        !_Py_IS_ALIGNED(PyBytes_AS_STRING(con->code), sizeof(_Py_CODEUNIT))
  ------------------
  |  |  221|  2.16k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  ------------------
  |  Branch (478:9): [True: 0, False: 2.16k]
  ------------------
  479|  2.16k|        ) {
  480|      0|        PyErr_SetString(PyExc_ValueError, "code: co_code is malformed");
  481|      0|        return -1;
  482|      0|    }
  483|       |
  484|       |    /* Ensure that the co_varnames has enough names to cover the arg counts.
  485|       |     * Note that totalargs = nlocals - nplainlocals.  We check nplainlocals
  486|       |     * here to avoid the possibility of overflow (however remote). */
  487|  2.16k|    int nlocals;
  488|  2.16k|    get_localsplus_counts(con->localsplusnames, con->localspluskinds,
  489|  2.16k|                          &nlocals, NULL, NULL);
  490|  2.16k|    int nplainlocals = nlocals -
  491|  2.16k|                       con->argcount -
  492|  2.16k|                       con->kwonlyargcount -
  493|  2.16k|                       ((con->flags & CO_VARARGS) != 0) -
  ------------------
  |  |  120|  2.16k|#define CO_VARARGS      0x0004
  ------------------
  494|  2.16k|                       ((con->flags & CO_VARKEYWORDS) != 0);
  ------------------
  |  |  121|  2.16k|#define CO_VARKEYWORDS  0x0008
  ------------------
  495|  2.16k|    if (nplainlocals < 0) {
  ------------------
  |  Branch (495:9): [True: 0, False: 2.16k]
  ------------------
  496|      0|        PyErr_SetString(PyExc_ValueError, "code: co_varnames is too small");
  497|      0|        return -1;
  498|      0|    }
  499|       |
  500|  2.16k|    return 0;
  501|  2.16k|}
_PyCode_New:
  717|  2.16k|{
  718|  2.16k|    if (intern_code_constants(con) < 0) {
  ------------------
  |  Branch (718:9): [True: 0, False: 2.16k]
  ------------------
  719|      0|        return NULL;
  720|      0|    }
  721|       |
  722|  2.16k|    PyObject *replacement_locations = NULL;
  723|       |    // Compact the linetable if we are opted out of debug
  724|       |    // ranges.
  725|  2.16k|    if (!_Py_GetConfig()->code_debug_ranges) {
  ------------------
  |  Branch (725:9): [True: 0, False: 2.16k]
  ------------------
  726|      0|        replacement_locations = remove_column_info(con->linetable);
  727|      0|        if (replacement_locations == NULL) {
  ------------------
  |  Branch (727:13): [True: 0, False: 0]
  ------------------
  728|      0|            return NULL;
  729|      0|        }
  730|      0|        con->linetable = replacement_locations;
  731|      0|    }
  732|       |
  733|  2.16k|    Py_ssize_t size = PyBytes_GET_SIZE(con->code) / sizeof(_Py_CODEUNIT);
  ------------------
  |  |   33|  2.16k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  734|  2.16k|    PyCodeObject *co;
  735|       |#ifdef Py_GIL_DISABLED
  736|       |    co = PyObject_GC_NewVar(PyCodeObject, &PyCode_Type, size);
  737|       |#else
  738|  2.16k|    co = PyObject_NewVar(PyCodeObject, &PyCode_Type, size);
  ------------------
  |  |  137|  2.16k|                ( (type *) _PyObject_NewVar((typeobj), (n)) )
  ------------------
  739|  2.16k|#endif
  740|  2.16k|    if (co == NULL) {
  ------------------
  |  Branch (740:9): [True: 0, False: 2.16k]
  ------------------
  741|      0|        Py_XDECREF(replacement_locations);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|      0|        PyErr_NoMemory();
  743|      0|        return NULL;
  744|      0|    }
  745|       |
  746|  2.16k|    if (init_code(co, con) < 0) {
  ------------------
  |  Branch (746:9): [True: 0, False: 2.16k]
  ------------------
  747|      0|        Py_DECREF(co);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  748|      0|        return NULL;
  749|      0|    }
  750|       |
  751|       |#ifdef Py_GIL_DISABLED
  752|       |    co->_co_unique_id = _PyObject_AssignUniqueId((PyObject *)co);
  753|       |    _PyObject_GC_TRACK(co);
  754|       |#endif
  755|  2.16k|    Py_XDECREF(replacement_locations);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  756|  2.16k|    return co;
  757|  2.16k|}
_PyCode_ConstantKey:
 2928|     21|{
 2929|     21|    PyObject *key;
 2930|       |
 2931|       |    /* Py_None and Py_Ellipsis are singletons. */
 2932|     21|    if (op == Py_None || op == Py_Ellipsis
  ------------------
  |  |  616|     42|#  define Py_None (&_Py_NoneStruct)
  ------------------
                  if (op == Py_None || op == Py_Ellipsis
  ------------------
  |  |   14|     41|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
  |  Branch (2932:9): [True: 1, False: 20]
  |  Branch (2932:26): [True: 0, False: 20]
  ------------------
 2933|     21|       || PyLong_CheckExact(op)
  ------------------
  |  |   14|     20|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|     41|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2934|     21|       || PyUnicode_CheckExact(op)
  ------------------
  |  |  104|     20|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     41|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 6, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2935|       |          /* code_richcompare() uses _PyCode_ConstantKey() internally */
 2936|     14|       || PyCode_Check(op))
  ------------------
  |  |  164|     14|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
  |  |  ------------------
  |  |  |  |  215|     14|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2937|      9|    {
 2938|       |        /* Objects of these types are always different from object of other
 2939|       |         * type and from tuples. */
 2940|      9|        key = Py_NewRef(op);
  ------------------
  |  |  550|      9|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2941|      9|    }
 2942|     12|    else if (PyBool_Check(op) || PyBytes_CheckExact(op)) {
  ------------------
  |  |   12|     12|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|     24|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  else if (PyBool_Check(op) || PyBytes_CheckExact(op)) {
  ------------------
  |  |   29|     12|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_Type)
  |  |  ------------------
  |  |  |  |  215|     12|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 6, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2943|       |        /* Make booleans different from integers 0 and 1.
 2944|       |         * Avoid BytesWarning from comparing bytes with strings. */
 2945|      6|        key = _PyTuple_FromPair((PyObject *)Py_TYPE(op), op);
  ------------------
  |  |  213|      6|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2946|      6|    }
 2947|      6|    else if (PyFloat_CheckExact(op)) {
  ------------------
  |  |   17|      6|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|      6|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2948|      0|        double d = PyFloat_AS_DOUBLE(op);
  ------------------
  |  |   18|      0|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2949|       |        /* all we need is to make the tuple different in either the 0.0
 2950|       |         * or -0.0 case from all others, just to avoid the "coercion".
 2951|       |         */
 2952|      0|        if (d == 0.0 && copysign(1.0, d) < 0.0)
  ------------------
  |  Branch (2952:13): [True: 0, False: 0]
  |  Branch (2952:25): [True: 0, False: 0]
  ------------------
 2953|      0|            key = PyTuple_Pack(3, Py_TYPE(op), op, Py_None);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          key = PyTuple_Pack(3, Py_TYPE(op), op, Py_None);
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2954|      0|        else
 2955|      0|            key = _PyTuple_FromPair((PyObject *)Py_TYPE(op), op);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2956|      0|    }
 2957|      6|    else if (PyComplex_CheckExact(op)) {
  ------------------
  |  |   14|      6|#define PyComplex_CheckExact(op) Py_IS_TYPE((op), &PyComplex_Type)
  |  |  ------------------
  |  |  |  |  215|      6|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2958|      0|        Py_complex z;
 2959|      0|        int real_negzero, imag_negzero;
 2960|       |        /* For the complex case we must make complex(x, 0.)
 2961|       |           different from complex(x, -0.) and complex(0., y)
 2962|       |           different from complex(-0., y), for any x and y.
 2963|       |           All four complex zeros must be distinguished.*/
 2964|      0|        z = PyComplex_AsCComplex(op);
 2965|      0|        real_negzero = z.real == 0.0 && copysign(1.0, z.real) < 0.0;
  ------------------
  |  Branch (2965:24): [True: 0, False: 0]
  |  Branch (2965:41): [True: 0, False: 0]
  ------------------
 2966|      0|        imag_negzero = z.imag == 0.0 && copysign(1.0, z.imag) < 0.0;
  ------------------
  |  Branch (2966:24): [True: 0, False: 0]
  |  Branch (2966:41): [True: 0, False: 0]
  ------------------
 2967|       |        /* use True, False and None singleton as tags for the real and imag
 2968|       |         * sign, to make tuples different */
 2969|      0|        if (real_negzero && imag_negzero) {
  ------------------
  |  Branch (2969:13): [True: 0, False: 0]
  |  Branch (2969:29): [True: 0, False: 0]
  ------------------
 2970|      0|            key = PyTuple_Pack(3, Py_TYPE(op), op, Py_True);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          key = PyTuple_Pack(3, Py_TYPE(op), op, Py_True);
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2971|      0|        }
 2972|      0|        else if (imag_negzero) {
  ------------------
  |  Branch (2972:18): [True: 0, False: 0]
  ------------------
 2973|      0|            key = PyTuple_Pack(3, Py_TYPE(op), op, Py_False);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          key = PyTuple_Pack(3, Py_TYPE(op), op, Py_False);
  ------------------
  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2974|      0|        }
 2975|      0|        else if (real_negzero) {
  ------------------
  |  Branch (2975:18): [True: 0, False: 0]
  ------------------
 2976|      0|            key = PyTuple_Pack(3, Py_TYPE(op), op, Py_None);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          key = PyTuple_Pack(3, Py_TYPE(op), op, Py_None);
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2977|      0|        }
 2978|      0|        else {
 2979|      0|            key = _PyTuple_FromPair((PyObject *)Py_TYPE(op), op);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2980|      0|        }
 2981|      0|    }
 2982|      6|    else if (PyTuple_CheckExact(op)) {
  ------------------
  |  |   28|      6|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      6|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2983|      6|        Py_ssize_t i, len;
 2984|      6|        PyObject *tuple;
 2985|       |
 2986|      6|        len = PyTuple_GET_SIZE(op);
  ------------------
  |  |   27|      6|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2987|      6|        tuple = PyTuple_New(len);
 2988|      6|        if (tuple == NULL)
  ------------------
  |  Branch (2988:13): [True: 0, False: 6]
  ------------------
 2989|      0|            return NULL;
 2990|       |
 2991|     14|        for (i=0; i < len; i++) {
  ------------------
  |  Branch (2991:19): [True: 8, False: 6]
  ------------------
 2992|      8|            PyObject *item, *item_key;
 2993|       |
 2994|      8|            item = PyTuple_GET_ITEM(op, i);
  ------------------
  |  |   29|      8|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      8|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2994:20): [True: 8, False: 0]
  ------------------
 2995|      0|            item_key = _PyCode_ConstantKey(item);
 2996|      8|            if (item_key == NULL) {
  ------------------
  |  Branch (2996:17): [True: 0, False: 8]
  ------------------
 2997|      0|                Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2998|      0|                return NULL;
 2999|      0|            }
 3000|       |
 3001|      8|            PyTuple_SET_ITEM(tuple, i, item_key);
  ------------------
  |  |   40|      8|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3002|      8|        }
 3003|       |
 3004|      6|        key = _PyTuple_FromPair(tuple, op);
 3005|      6|        Py_DECREF(tuple);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3006|      6|    }
 3007|      0|    else if (PyFrozenSet_CheckExact(op)) {
  ------------------
  |  |   23|      0|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3008|      0|        Py_ssize_t pos = 0;
 3009|      0|        PyObject *item;
 3010|      0|        Py_hash_t hash;
 3011|      0|        Py_ssize_t i, len;
 3012|      0|        PyObject *tuple, *set;
 3013|       |
 3014|      0|        len = PySet_GET_SIZE(op);
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3015|      0|        tuple = PyTuple_New(len);
 3016|      0|        if (tuple == NULL)
  ------------------
  |  Branch (3016:13): [True: 0, False: 0]
  ------------------
 3017|      0|            return NULL;
 3018|       |
 3019|      0|        i = 0;
 3020|      0|        while (_PySet_NextEntry(op, &pos, &item, &hash)) {
  ------------------
  |  Branch (3020:16): [True: 0, False: 0]
  ------------------
 3021|      0|            PyObject *item_key;
 3022|       |
 3023|      0|            item_key = _PyCode_ConstantKey(item);
 3024|      0|            if (item_key == NULL) {
  ------------------
  |  Branch (3024:17): [True: 0, False: 0]
  ------------------
 3025|      0|                Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3026|      0|                return NULL;
 3027|      0|            }
 3028|       |
 3029|      0|            assert(i < len);
  ------------------
  |  Branch (3029:13): [True: 0, False: 0]
  ------------------
 3030|      0|            PyTuple_SET_ITEM(tuple, i, item_key);
  ------------------
  |  |   40|      0|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3031|      0|            i++;
 3032|      0|        }
 3033|      0|        set = PyFrozenSet_New(tuple);
 3034|      0|        Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3035|      0|        if (set == NULL)
  ------------------
  |  Branch (3035:13): [True: 0, False: 0]
  ------------------
 3036|      0|            return NULL;
 3037|       |
 3038|      0|        key = _PyTuple_FromPair(set, op);
 3039|      0|        Py_DECREF(set);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3040|      0|        return key;
 3041|      0|    }
 3042|      0|    else if (PySlice_Check(op)) {
  ------------------
  |  |   22|      0|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3043|      0|        PySliceObject *slice = (PySliceObject *)op;
 3044|      0|        PyObject *start_key = NULL;
 3045|      0|        PyObject *stop_key = NULL;
 3046|      0|        PyObject *step_key = NULL;
 3047|      0|        key = NULL;
 3048|       |
 3049|      0|        start_key = _PyCode_ConstantKey(slice->start);
 3050|      0|        if (start_key == NULL) {
  ------------------
  |  Branch (3050:13): [True: 0, False: 0]
  ------------------
 3051|      0|            goto slice_exit;
 3052|      0|        }
 3053|       |
 3054|      0|        stop_key = _PyCode_ConstantKey(slice->stop);
 3055|      0|        if (stop_key == NULL) {
  ------------------
  |  Branch (3055:13): [True: 0, False: 0]
  ------------------
 3056|      0|            goto slice_exit;
 3057|      0|        }
 3058|       |
 3059|      0|        step_key = _PyCode_ConstantKey(slice->step);
 3060|      0|        if (step_key == NULL) {
  ------------------
  |  Branch (3060:13): [True: 0, False: 0]
  ------------------
 3061|      0|            goto slice_exit;
 3062|      0|        }
 3063|       |
 3064|      0|        PyObject *slice_key = PySlice_New(start_key, stop_key, step_key);
 3065|      0|        if (slice_key == NULL) {
  ------------------
  |  Branch (3065:13): [True: 0, False: 0]
  ------------------
 3066|      0|            goto slice_exit;
 3067|      0|        }
 3068|       |
 3069|      0|        key = _PyTuple_FromPair(slice_key, op);
 3070|      0|        Py_DECREF(slice_key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3071|      0|    slice_exit:
 3072|      0|        Py_XDECREF(start_key);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3073|      0|        Py_XDECREF(stop_key);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3074|      0|        Py_XDECREF(step_key);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3075|      0|    }
 3076|      0|    else {
 3077|       |        /* for other types, use the object identifier as a unique identifier
 3078|       |         * to ensure that they are seen as unequal. */
 3079|      0|        PyObject *obj_id = PyLong_FromVoidPtr(op);
 3080|      0|        if (obj_id == NULL)
  ------------------
  |  Branch (3080:13): [True: 0, False: 0]
  ------------------
 3081|      0|            return NULL;
 3082|       |
 3083|      0|        key = _PyTuple_FromPair(obj_id, op);
 3084|      0|        Py_DECREF(obj_id);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3085|      0|    }
 3086|     21|    return key;
 3087|     21|}
_PyCode_Init:
 3249|      2|{
 3250|       |#ifdef Py_GIL_DISABLED
 3251|       |    struct _py_code_state *state = &interp->code_state;
 3252|       |    state->constants = _Py_hashtable_new_full(&hash_const, &compare_constants,
 3253|       |                                              &destroy_key, NULL, NULL);
 3254|       |    if (state->constants == NULL) {
 3255|       |        return _PyStatus_NO_MEMORY();
 3256|       |    }
 3257|       |#endif
 3258|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3259|      2|}
codeobject.c:get_localsplus_counts:
  392|  4.33k|{
  393|  4.33k|    int nlocals = 0;
  394|  4.33k|    int ncellvars = 0;
  395|  4.33k|    int nfreevars = 0;
  396|  4.33k|    Py_ssize_t nlocalsplus = PyTuple_GET_SIZE(names);
  ------------------
  |  |   27|  4.33k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  397|  17.6k|    for (int i = 0; i < nlocalsplus; i++) {
  ------------------
  |  Branch (397:21): [True: 13.2k, False: 4.33k]
  ------------------
  398|  13.2k|        _PyLocals_Kind kind = _PyLocals_GetKind(kinds, i);
  399|  13.2k|        if (kind & CO_FAST_LOCAL) {
  ------------------
  |  |  197|  13.2k|#define CO_FAST_LOCAL   (0x20)
  ------------------
  |  Branch (399:13): [True: 12.2k, False: 1.01k]
  ------------------
  400|  12.2k|            nlocals += 1;
  401|  12.2k|            if (kind & CO_FAST_CELL) {
  ------------------
  |  |  198|  12.2k|#define CO_FAST_CELL    (0x40)
  ------------------
  |  Branch (401:17): [True: 126, False: 12.1k]
  ------------------
  402|    126|                ncellvars += 1;
  403|    126|            }
  404|  12.2k|        }
  405|  1.01k|        else if (kind & CO_FAST_CELL) {
  ------------------
  |  |  198|  1.01k|#define CO_FAST_CELL    (0x40)
  ------------------
  |  Branch (405:18): [True: 568, False: 448]
  ------------------
  406|    568|            ncellvars += 1;
  407|    568|        }
  408|    448|        else if (kind & CO_FAST_FREE) {
  ------------------
  |  |  199|    448|#define CO_FAST_FREE    (0x80)
  ------------------
  |  Branch (408:18): [True: 448, False: 0]
  ------------------
  409|    448|            nfreevars += 1;
  410|    448|        }
  411|  13.2k|    }
  412|  4.33k|    if (pnlocals != NULL) {
  ------------------
  |  Branch (412:9): [True: 4.33k, False: 0]
  ------------------
  413|  4.33k|        *pnlocals = nlocals;
  414|  4.33k|    }
  415|  4.33k|    if (pncellvars != NULL) {
  ------------------
  |  Branch (415:9): [True: 2.16k, False: 2.16k]
  ------------------
  416|  2.16k|        *pncellvars = ncellvars;
  417|  2.16k|    }
  418|  4.33k|    if (pnfreevars != NULL) {
  ------------------
  |  Branch (418:9): [True: 2.16k, False: 2.16k]
  ------------------
  419|  2.16k|        *pnfreevars = nfreevars;
  420|  2.16k|    }
  421|  4.33k|}
codeobject.c:intern_code_constants:
  690|  2.16k|{
  691|       |#ifdef Py_GIL_DISABLED
  692|       |    PyInterpreterState *interp = _PyInterpreterState_GET();
  693|       |    struct _py_code_state *state = &interp->code_state;
  694|       |    FT_MUTEX_LOCK(&state->mutex);
  695|       |#endif
  696|  2.16k|    if (intern_strings(con->names) < 0) {
  ------------------
  |  Branch (696:9): [True: 0, False: 2.16k]
  ------------------
  697|      0|        goto error;
  698|      0|    }
  699|  2.16k|    if (intern_constants(con->consts, NULL) < 0) {
  ------------------
  |  Branch (699:9): [True: 0, False: 2.16k]
  ------------------
  700|      0|        goto error;
  701|      0|    }
  702|  2.16k|    if (intern_strings(con->localsplusnames) < 0) {
  ------------------
  |  Branch (702:9): [True: 0, False: 2.16k]
  ------------------
  703|      0|        goto error;
  704|      0|    }
  705|  2.16k|    FT_MUTEX_UNLOCK(&state->mutex);
  ------------------
  |  |  206|  2.16k|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 2.16k]
  |  |  ------------------
  ------------------
  706|  2.16k|    return 0;
  707|       |
  708|      0|error:
  709|      0|    FT_MUTEX_UNLOCK(&state->mutex);
  ------------------
  |  |  206|      0|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 0]
  |  |  ------------------
  ------------------
  710|      0|    return -1;
  711|  2.16k|}
codeobject.c:intern_strings:
  183|  4.33k|{
  184|  4.33k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  185|  4.33k|    Py_ssize_t i;
  186|       |
  187|  24.7k|    for (i = PyTuple_GET_SIZE(tuple); --i >= 0; ) {
  ------------------
  |  |   27|  4.33k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (187:39): [True: 20.3k, False: 4.33k]
  ------------------
  188|  20.3k|        PyObject *v = PyTuple_GET_ITEM(tuple, i);
  ------------------
  |  |   29|  20.3k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  20.3k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  20.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (188:23): [True: 20.3k, False: 0]
  ------------------
  189|  20.3k|        if (v == NULL || !PyUnicode_CheckExact(v)) {
  ------------------
  |  |  104|  20.3k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  20.3k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  20.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  20.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (189:13): [True: 0, False: 20.3k]
  |  Branch (189:26): [True: 0, False: 20.3k]
  ------------------
  190|      0|            PyErr_SetString(PyExc_SystemError,
  191|      0|                            "non-string found in code slot");
  192|      0|            return -1;
  193|      0|        }
  194|  20.3k|        _PyUnicode_InternImmortal(interp, &_PyTuple_ITEMS(tuple)[i]);
  ------------------
  |  |   26|  20.3k|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|  40.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 20.3k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|  20.3k|    }
  196|  4.33k|    return 0;
  197|  4.33k|}
codeobject.c:intern_constants:
  204|  3.06k|{
  205|  3.06k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  206|  14.0k|    for (Py_ssize_t i = PyTuple_GET_SIZE(tuple); --i >= 0; ) {
  ------------------
  |  |   27|  3.06k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (206:50): [True: 10.9k, False: 3.06k]
  ------------------
  207|  10.9k|        PyObject *v = PyTuple_GET_ITEM(tuple, i);
  ------------------
  |  |   29|  10.9k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  10.9k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (207:23): [True: 10.9k, False: 0]
  ------------------
  208|  10.9k|        if (PyUnicode_CheckExact(v)) {
  ------------------
  |  |  104|  10.9k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  10.9k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  10.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  10.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 6.30k, False: 4.66k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|  6.30k|            if (should_intern_string(v)) {
  ------------------
  |  Branch (209:17): [True: 3.83k, False: 2.47k]
  ------------------
  210|  3.83k|                PyObject *w = v;
  211|  3.83k|                _PyUnicode_InternMortal(interp, &v);
  212|  3.83k|                if (w != v) {
  ------------------
  |  Branch (212:21): [True: 0, False: 3.83k]
  ------------------
  213|      0|                    PyTuple_SET_ITEM(tuple, i, v);
  ------------------
  |  |   40|      0|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|      0|                    if (modified) {
  ------------------
  |  Branch (214:25): [True: 0, False: 0]
  ------------------
  215|      0|                        *modified = 1;
  216|      0|                    }
  217|      0|                }
  218|  3.83k|            }
  219|  6.30k|        }
  220|  4.66k|        else if (PyTuple_CheckExact(v)) {
  ------------------
  |  |   28|  4.66k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  4.66k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.66k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.66k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 885, False: 3.77k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  221|    885|            if (intern_constants(v, NULL) < 0) {
  ------------------
  |  Branch (221:17): [True: 0, False: 885]
  ------------------
  222|      0|                return -1;
  223|      0|            }
  224|    885|        }
  225|  3.77k|        else if (PyFrozenSet_CheckExact(v)) {
  ------------------
  |  |   23|  3.77k|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|  3.77k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.77k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 9, False: 3.76k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  226|      9|            PyObject *w = v;
  227|      9|            PyObject *tmp = PySequence_Tuple(v);
  228|      9|            if (tmp == NULL) {
  ------------------
  |  Branch (228:17): [True: 0, False: 9]
  ------------------
  229|      0|                return -1;
  230|      0|            }
  231|      9|            int tmp_modified = 0;
  232|      9|            if (intern_constants(tmp, &tmp_modified) < 0) {
  ------------------
  |  Branch (232:17): [True: 0, False: 9]
  ------------------
  233|      0|                Py_DECREF(tmp);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|      0|                return -1;
  235|      0|            }
  236|      9|            if (tmp_modified) {
  ------------------
  |  Branch (236:17): [True: 0, False: 9]
  ------------------
  237|      0|                v = PyFrozenSet_New(tmp);
  238|      0|                if (v == NULL) {
  ------------------
  |  Branch (238:21): [True: 0, False: 0]
  ------------------
  239|      0|                    Py_DECREF(tmp);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|      0|                    return -1;
  241|      0|                }
  242|       |
  243|      0|                PyTuple_SET_ITEM(tuple, i, v);
  ------------------
  |  |   40|      0|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|      0|                Py_DECREF(w);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  245|      0|                if (modified) {
  ------------------
  |  Branch (245:21): [True: 0, False: 0]
  ------------------
  246|      0|                    *modified = 1;
  247|      0|                }
  248|      0|            }
  249|      9|            Py_DECREF(tmp);
  ------------------
  |  |  430|      9|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      9|        }
  251|       |#ifdef Py_GIL_DISABLED
  252|       |        else if (PySlice_Check(v)) {
  253|       |            PySliceObject *slice = (PySliceObject *)v;
  254|       |            PyObject *tmp = PyTuple_New(3);
  255|       |            if (tmp == NULL) {
  256|       |                return -1;
  257|       |            }
  258|       |            PyTuple_SET_ITEM(tmp, 0, Py_NewRef(slice->start));
  259|       |            PyTuple_SET_ITEM(tmp, 1, Py_NewRef(slice->stop));
  260|       |            PyTuple_SET_ITEM(tmp, 2, Py_NewRef(slice->step));
  261|       |            int tmp_modified = 0;
  262|       |            if (intern_constants(tmp, &tmp_modified) < 0) {
  263|       |                Py_DECREF(tmp);
  264|       |                return -1;
  265|       |            }
  266|       |            if (tmp_modified) {
  267|       |                v = PySlice_New(PyTuple_GET_ITEM(tmp, 0),
  268|       |                                PyTuple_GET_ITEM(tmp, 1),
  269|       |                                PyTuple_GET_ITEM(tmp, 2));
  270|       |                if (v == NULL) {
  271|       |                    Py_DECREF(tmp);
  272|       |                    return -1;
  273|       |                }
  274|       |                PyTuple_SET_ITEM(tuple, i, v);
  275|       |                Py_DECREF(slice);
  276|       |                if (modified) {
  277|       |                    *modified = 1;
  278|       |                }
  279|       |            }
  280|       |            Py_DECREF(tmp);
  281|       |        }
  282|       |
  283|       |        // Intern non-string constants in the free-threaded build
  284|       |        _PyThreadStateImpl *tstate = (_PyThreadStateImpl *)_PyThreadState_GET();
  285|       |        if (!_Py_IsImmortal(v) && !PyUnicode_CheckExact(v) &&
  286|       |            should_immortalize_constant(v) &&
  287|       |            !tstate->suppress_co_const_immortalization)
  288|       |        {
  289|       |            PyObject *interned = intern_one_constant(v);
  290|       |            if (interned == NULL) {
  291|       |                return -1;
  292|       |            }
  293|       |            else if (interned != v) {
  294|       |                PyTuple_SET_ITEM(tuple, i, interned);
  295|       |                Py_SETREF(v, interned);
  296|       |                if (modified) {
  297|       |                    *modified = 1;
  298|       |                }
  299|       |            }
  300|       |        }
  301|       |#endif
  302|  10.9k|    }
  303|  3.06k|    return 0;
  304|  3.06k|}
codeobject.c:should_intern_string:
  118|  6.30k|{
  119|       |#ifdef Py_GIL_DISABLED
  120|       |    // The free-threaded build interns (and immortalizes) all string constants
  121|       |    return 1;
  122|       |#else
  123|       |    // compute if s matches [a-zA-Z0-9_]
  124|  6.30k|    const unsigned char *s, *e;
  125|       |
  126|  6.30k|    if (!PyUnicode_IS_ASCII(o))
  ------------------
  |  |  227|  6.30k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.30k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (126:9): [True: 2, False: 6.30k]
  ------------------
  127|      2|        return 0;
  128|       |
  129|  6.30k|    s = PyUnicode_1BYTE_DATA(o);
  ------------------
  |  |  291|  6.30k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  6.30k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  130|  6.30k|    e = s + PyUnicode_GET_LENGTH(o);
  ------------------
  |  |  299|  6.30k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.30k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  131|  48.9k|    for (; s != e; s++) {
  ------------------
  |  Branch (131:12): [True: 45.1k, False: 3.83k]
  ------------------
  132|  45.1k|        if (!Py_ISALNUM(*s) && *s != '_')
  ------------------
  |  |   26|  90.2k|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |  138|  45.1k|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |   12|  45.1k|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   10|  45.1k|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    8|  45.1k|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    9|  45.1k|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|  45.1k|#define PY_CTF_DIGIT  0x04
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (132:13): [True: 5.61k, False: 39.5k]
  |  Branch (132:32): [True: 2.47k, False: 3.14k]
  ------------------
  133|  2.47k|            return 0;
  134|  45.1k|    }
  135|  3.83k|    return 1;
  136|  6.30k|#endif
  137|  6.30k|}
codeobject.c:init_code:
  512|  2.16k|{
  513|  2.16k|    int nlocalsplus = (int)PyTuple_GET_SIZE(con->localsplusnames);
  ------------------
  |  |   27|  2.16k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|  2.16k|    int nlocals, ncellvars, nfreevars;
  515|  2.16k|    get_localsplus_counts(con->localsplusnames, con->localspluskinds,
  516|  2.16k|                          &nlocals, &ncellvars, &nfreevars);
  517|  2.16k|    if (con->stacksize == 0) {
  ------------------
  |  Branch (517:9): [True: 0, False: 2.16k]
  ------------------
  518|      0|        con->stacksize = 1;
  519|      0|    }
  520|       |
  521|  2.16k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  522|  2.16k|    co->co_filename = Py_NewRef(con->filename);
  ------------------
  |  |  550|  2.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  523|  2.16k|    co->co_name = Py_NewRef(con->name);
  ------------------
  |  |  550|  2.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  524|  2.16k|    co->co_qualname = Py_NewRef(con->qualname);
  ------------------
  |  |  550|  2.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  525|  2.16k|    _PyUnicode_InternMortal(interp, &co->co_filename);
  526|  2.16k|    _PyUnicode_InternMortal(interp, &co->co_name);
  527|  2.16k|    _PyUnicode_InternMortal(interp, &co->co_qualname);
  528|  2.16k|    co->co_flags = con->flags;
  529|       |
  530|  2.16k|    co->co_firstlineno = con->firstlineno;
  531|  2.16k|    co->co_linetable = Py_NewRef(con->linetable);
  ------------------
  |  |  550|  2.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  532|       |
  533|  2.16k|    co->co_consts = Py_NewRef(con->consts);
  ------------------
  |  |  550|  2.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  534|  2.16k|    co->co_names = Py_NewRef(con->names);
  ------------------
  |  |  550|  2.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|       |
  536|  2.16k|    co->co_localsplusnames = Py_NewRef(con->localsplusnames);
  ------------------
  |  |  550|  2.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|  2.16k|    co->co_localspluskinds = Py_NewRef(con->localspluskinds);
  ------------------
  |  |  550|  2.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  538|       |
  539|  2.16k|    co->co_argcount = con->argcount;
  540|  2.16k|    co->co_posonlyargcount = con->posonlyargcount;
  541|  2.16k|    co->co_kwonlyargcount = con->kwonlyargcount;
  542|       |
  543|  2.16k|    co->co_stacksize = con->stacksize;
  544|       |
  545|  2.16k|    co->co_exceptiontable = Py_NewRef(con->exceptiontable);
  ------------------
  |  |  550|  2.16k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  546|       |
  547|       |    /* derived values */
  548|  2.16k|    co->co_nlocalsplus = nlocalsplus;
  549|  2.16k|    co->co_nlocals = nlocals;
  550|  2.16k|    co->co_framesize = nlocalsplus + con->stacksize + FRAME_SPECIALS_SIZE;
  ------------------
  |  |  122|  2.16k|#define FRAME_SPECIALS_SIZE ((int)((sizeof(_PyInterpreterFrame)-1)/sizeof(PyObject *)))
  ------------------
  551|  2.16k|    co->co_ncellvars = ncellvars;
  552|  2.16k|    co->co_nfreevars = nfreevars;
  553|  2.16k|    FT_MUTEX_LOCK(&interp->func_state.mutex);
  ------------------
  |  |  204|  2.16k|#define FT_MUTEX_LOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (204:42): [Folded, False: 2.16k]
  |  |  ------------------
  ------------------
  554|  2.16k|    co->co_version = interp->func_state.next_version;
  555|  2.16k|    if (interp->func_state.next_version != 0) {
  ------------------
  |  Branch (555:9): [True: 2.16k, False: 0]
  ------------------
  556|  2.16k|        interp->func_state.next_version++;
  557|  2.16k|    }
  558|  2.16k|    FT_MUTEX_UNLOCK(&interp->func_state.mutex);
  ------------------
  |  |  206|  2.16k|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 2.16k]
  |  |  ------------------
  ------------------
  559|  2.16k|    co->_co_monitoring = NULL;
  560|  2.16k|    co->_co_instrumentation_version = 0;
  561|       |    /* not set */
  562|  2.16k|    co->co_weakreflist = NULL;
  563|  2.16k|    co->co_extra = NULL;
  564|  2.16k|    co->_co_cached = NULL;
  565|  2.16k|    co->co_executors = NULL;
  566|       |
  567|  2.16k|    memcpy(_PyCode_CODE(co), PyBytes_AS_STRING(con->code),
  ------------------
  |  |   16|  2.16k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  2.16k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                  memcpy(_PyCode_CODE(co), PyBytes_AS_STRING(con->code),
  ------------------
  |  |   27|  2.16k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  568|  2.16k|           PyBytes_GET_SIZE(con->code));
  ------------------
  |  |   33|  2.16k|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  569|       |#ifdef Py_GIL_DISABLED
  570|       |    co->co_tlbc = _PyCodeArray_New(INITIAL_SPECIALIZED_CODE_SIZE);
  571|       |    if (co->co_tlbc == NULL) {
  572|       |        return -1;
  573|       |    }
  574|       |    co->co_tlbc->entries[0] = co->co_code_adaptive;
  575|       |#endif
  576|  2.16k|    int entry_point = 0;
  577|  3.19k|    while (entry_point < Py_SIZE(co)) {
  ------------------
  |  |  214|  3.19k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (577:12): [True: 3.19k, False: 0]
  ------------------
  578|  3.19k|        if (_PyCode_CODE(co)[entry_point].op.code == RESUME &&
  ------------------
  |  |   16|  3.19k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  3.19k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                      if (_PyCode_CODE(co)[entry_point].op.code == RESUME &&
  ------------------
  |  |  133|  6.38k|#define RESUME                                 128
  ------------------
  |  Branch (578:13): [True: 2.22k, False: 965]
  ------------------
  579|  2.22k|           (_PyCode_CODE(co)[entry_point].op.arg & RESUME_OPARG_LOCATION_MASK) != RESUME_AT_GEN_EXPR_START
  ------------------
  |  |   16|  2.22k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  2.22k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                         (_PyCode_CODE(co)[entry_point].op.arg & RESUME_OPARG_LOCATION_MASK) != RESUME_AT_GEN_EXPR_START
  ------------------
  |  |   92|  2.22k|#define RESUME_OPARG_LOCATION_MASK 0x7
  ------------------
                         (_PyCode_CODE(co)[entry_point].op.arg & RESUME_OPARG_LOCATION_MASK) != RESUME_AT_GEN_EXPR_START
  ------------------
  |  |   90|  2.22k|#define RESUME_AT_GEN_EXPR_START 4
  ------------------
  |  Branch (579:12): [True: 2.16k, False: 60]
  ------------------
  580|  3.19k|        ) {
  581|  2.16k|            break;
  582|  2.16k|        }
  583|  1.02k|        entry_point++;
  584|  1.02k|    }
  585|  2.16k|    co->_co_firsttraceable = entry_point;
  586|       |
  587|       |#ifdef Py_GIL_DISABLED
  588|       |    int enable_counters = interp->config.tlbc_enabled && interp->opt_config.specialization_enabled;
  589|       |    _PyCode_Quicken(_PyCode_CODE(co), Py_SIZE(co), enable_counters, co->co_flags);
  590|       |#else
  591|  2.16k|    _PyCode_Quicken(_PyCode_CODE(co), Py_SIZE(co), interp->opt_config.specialization_enabled, co->co_flags);
  ------------------
  |  |   16|  2.16k|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|  2.16k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                  _PyCode_Quicken(_PyCode_CODE(co), Py_SIZE(co), interp->opt_config.specialization_enabled, co->co_flags);
  ------------------
  |  |  214|  2.16k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|  2.16k|#endif
  593|  2.16k|    notify_code_watchers(PY_CODE_EVENT_CREATE, co);
  594|  2.16k|    return 0;
  595|  2.16k|}
codeobject.c:notify_code_watchers:
   42|  2.57k|{
   43|  2.57k|    assert(Py_REFCNT(co) > 0);
  ------------------
  |  Branch (43:5): [True: 2.57k, False: 0]
  ------------------
   44|  2.57k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   45|  2.57k|    assert(interp->_initialized);
  ------------------
  |  Branch (45:5): [True: 2.57k, False: 0]
  ------------------
   46|  2.57k|    uint8_t bits = interp->active_code_watchers;
   47|  2.57k|    int i = 0;
   48|  2.57k|    while (bits) {
  ------------------
  |  Branch (48:12): [True: 0, False: 2.57k]
  ------------------
   49|      0|        assert(i < CODE_MAX_WATCHERS);
  ------------------
  |  Branch (49:9): [True: 0, False: 0]
  ------------------
   50|      0|        if (bits & 1) {
  ------------------
  |  Branch (50:13): [True: 0, False: 0]
  ------------------
   51|      0|            PyCode_WatchCallback cb = interp->code_watchers[i];
   52|       |            // callback must be non-null if the watcher bit is set
   53|      0|            assert(cb != NULL);
  ------------------
  |  Branch (53:13): [True: 0, False: 0]
  ------------------
   54|      0|            if (cb(event, co) < 0) {
  ------------------
  |  Branch (54:17): [True: 0, False: 0]
  ------------------
   55|      0|                PyErr_FormatUnraisable(
   56|      0|                    "Exception ignored in %s watcher callback for %R",
   57|      0|                    code_event_name(event), co);
   58|      0|            }
   59|      0|        }
   60|      0|        i++;
   61|      0|        bits >>= 1;
   62|      0|    }
   63|  2.57k|}
codeobject.c:code_dealloc:
 2395|    405|{
 2396|    405|    PyThreadState *tstate = PyThreadState_GET();
  ------------------
  |  |   63|    405|#define PyThreadState_GET() PyThreadState_Get()
  ------------------
 2397|    405|    _Py_atomic_add_uint64(&tstate->interp->_code_object_generation, 1);
 2398|    405|    PyCodeObject *co = _PyCodeObject_CAST(self);
  ------------------
  |  |  114|    405|#define _PyCodeObject_CAST(op)  (assert(PyCode_Check(op)), (PyCodeObject *)(op))
  ------------------
  |  Branch (2398:24): [True: 405, False: 0]
  ------------------
 2399|      0|    _PyObject_ResurrectStart(self);
 2400|    405|    notify_code_watchers(PY_CODE_EVENT_DESTROY, co);
 2401|    405|    if (_PyObject_ResurrectEnd(self)) {
  ------------------
  |  Branch (2401:9): [True: 0, False: 405]
  ------------------
 2402|      0|        return;
 2403|      0|    }
 2404|       |
 2405|       |#ifdef Py_GIL_DISABLED
 2406|       |    PyObject_GC_UnTrack(co);
 2407|       |#endif
 2408|       |
 2409|    405|    _PyFunction_ClearCodeByVersion(co->co_version);
 2410|    405|    if (co->co_extra != NULL) {
  ------------------
  |  Branch (2410:9): [True: 0, False: 405]
  ------------------
 2411|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
 2412|      0|        _PyCodeObjectExtra *co_extra = co->co_extra;
 2413|       |
 2414|      0|        for (Py_ssize_t i = 0; i < co_extra->ce_size; i++) {
  ------------------
  |  Branch (2414:32): [True: 0, False: 0]
  ------------------
 2415|      0|            freefunc free_extra = interp->co_extra_freefuncs[i];
 2416|       |
 2417|      0|            if (free_extra != NULL) {
  ------------------
  |  Branch (2417:17): [True: 0, False: 0]
  ------------------
 2418|      0|                free_extra(co_extra->ce_extras[i]);
 2419|      0|            }
 2420|      0|        }
 2421|       |
 2422|      0|        PyMem_Free(co_extra);
 2423|      0|    }
 2424|       |#ifdef _Py_TIER2
 2425|       |    if (co->co_executors != NULL) {
 2426|       |        clear_executors(co);
 2427|       |    }
 2428|       |#endif
 2429|       |
 2430|    405|    Py_XDECREF(co->co_consts);
  ------------------
  |  |  524|    405|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2431|    405|    Py_XDECREF(co->co_names);
  ------------------
  |  |  524|    405|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2432|    405|    Py_XDECREF(co->co_localsplusnames);
  ------------------
  |  |  524|    405|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2433|    405|    Py_XDECREF(co->co_localspluskinds);
  ------------------
  |  |  524|    405|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2434|    405|    Py_XDECREF(co->co_filename);
  ------------------
  |  |  524|    405|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2435|    405|    Py_XDECREF(co->co_name);
  ------------------
  |  |  524|    405|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2436|    405|    Py_XDECREF(co->co_qualname);
  ------------------
  |  |  524|    405|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2437|    405|    Py_XDECREF(co->co_linetable);
  ------------------
  |  |  524|    405|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2438|    405|    Py_XDECREF(co->co_exceptiontable);
  ------------------
  |  |  524|    405|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    405|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    405|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2439|       |#ifdef Py_GIL_DISABLED
 2440|       |    assert(co->_co_unique_id == _Py_INVALID_UNIQUE_ID);
 2441|       |#endif
 2442|    405|    if (co->_co_cached != NULL) {
  ------------------
  |  Branch (2442:9): [True: 0, False: 405]
  ------------------
 2443|      0|        Py_XDECREF(co->_co_cached->_co_code);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2444|      0|        Py_XDECREF(co->_co_cached->_co_cellvars);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2445|      0|        Py_XDECREF(co->_co_cached->_co_freevars);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2446|      0|        Py_XDECREF(co->_co_cached->_co_varnames);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2447|      0|        PyMem_Free(co->_co_cached);
 2448|      0|    }
 2449|    405|    FT_CLEAR_WEAKREFS(self, co->co_weakreflist);
  ------------------
  |  |   47|    405|    do {                                            \
  |  |   48|    405|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|    405|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 405]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|    405|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 405]
  |  |  ------------------
  ------------------
  |  Branch (2449:5): [True: 405, False: 0]
  ------------------
 2450|    405|    free_monitoring_data(co->_co_monitoring);
 2451|       |#ifdef Py_GIL_DISABLED
 2452|       |    // The first element always points to the mutable bytecode at the end of
 2453|       |    // the code object, which will be freed when the code object is freed.
 2454|       |    for (Py_ssize_t i = 1; i < co->co_tlbc->size; i++) {
 2455|       |        char *entry = co->co_tlbc->entries[i];
 2456|       |        if (entry != NULL) {
 2457|       |            PyMem_Free(entry);
 2458|       |        }
 2459|       |    }
 2460|       |    PyMem_Free(co->co_tlbc);
 2461|       |#endif
 2462|    405|    PyObject_Free(co);
 2463|    405|}
codeobject.c:free_monitoring_data:
 2371|    405|{
 2372|    405|    if (data == NULL) {
  ------------------
  |  Branch (2372:9): [True: 405, False: 0]
  ------------------
 2373|    405|        return;
 2374|    405|    }
 2375|      0|    if (data->tools) {
  ------------------
  |  Branch (2375:9): [True: 0, False: 0]
  ------------------
 2376|      0|        PyMem_Free(data->tools);
 2377|      0|    }
 2378|      0|    if (data->lines) {
  ------------------
  |  Branch (2378:9): [True: 0, False: 0]
  ------------------
 2379|      0|        PyMem_Free(data->lines);
 2380|      0|    }
 2381|      0|    if (data->line_tools) {
  ------------------
  |  Branch (2381:9): [True: 0, False: 0]
  ------------------
 2382|      0|        PyMem_Free(data->line_tools);
 2383|      0|    }
 2384|      0|    if (data->per_instruction_opcodes) {
  ------------------
  |  Branch (2384:9): [True: 0, False: 0]
  ------------------
 2385|      0|        PyMem_Free(data->per_instruction_opcodes);
 2386|      0|    }
 2387|      0|    if (data->per_instruction_tools) {
  ------------------
  |  Branch (2387:9): [True: 0, False: 0]
  ------------------
 2388|      0|        PyMem_Free(data->per_instruction_tools);
 2389|      0|    }
 2390|      0|    PyMem_Free(data);
 2391|      0|}
codeobject.c:code_hash:
 2586|      5|{
 2587|      5|    PyCodeObject *co = _PyCodeObject_CAST(self);
  ------------------
  |  |  114|      5|#define _PyCodeObject_CAST(op)  (assert(PyCode_Check(op)), (PyCodeObject *)(op))
  ------------------
  |  Branch (2587:24): [True: 5, False: 0]
  ------------------
 2588|      0|    Py_uhash_t uhash = 20221211;
 2589|      5|    #define SCRAMBLE_IN(H) do {       \
 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
 2592|      5|    } while (0)
 2593|      5|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
 2594|      5|        Py_hash_t h = PyObject_Hash(EXPR);  \
 2595|      5|        if (h == -1) {                      \
 2596|      5|            return -1;                      \
 2597|      5|        }                                   \
 2598|      5|        SCRAMBLE_IN(h);                     \
 2599|      5|    } while (0)
 2600|       |
 2601|      5|    SCRAMBLE_IN_HASH(co->co_name);
  ------------------
  |  | 2593|      5|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|      5|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|      5|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 5]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|      5|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|      5|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2602|      5|    SCRAMBLE_IN_HASH(co->co_consts);
  ------------------
  |  | 2593|      5|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|      5|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|      5|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 5]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|      5|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|      5|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2603|      5|    SCRAMBLE_IN_HASH(co->co_names);
  ------------------
  |  | 2593|      5|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|      5|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|      5|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 5]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|      5|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|      5|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2604|      5|    SCRAMBLE_IN_HASH(co->co_localsplusnames);
  ------------------
  |  | 2593|      5|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|      5|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|      5|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 5]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|      5|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|      5|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2605|      5|    SCRAMBLE_IN_HASH(co->co_linetable);
  ------------------
  |  | 2593|      5|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|      5|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|      5|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 5]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|      5|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|      5|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2606|      5|    SCRAMBLE_IN_HASH(co->co_exceptiontable);
  ------------------
  |  | 2593|      5|    #define SCRAMBLE_IN_HASH(EXPR) do {     \
  |  | 2594|      5|        Py_hash_t h = PyObject_Hash(EXPR);  \
  |  | 2595|      5|        if (h == -1) {                      \
  |  |  ------------------
  |  |  |  Branch (2595:13): [True: 0, False: 5]
  |  |  ------------------
  |  | 2596|      0|            return -1;                      \
  |  | 2597|      0|        }                                   \
  |  | 2598|      5|        SCRAMBLE_IN(h);                     \
  |  |  ------------------
  |  |  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  |  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  |  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  |  |  ------------------
  |  |  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  |  |  ------------------
  |  |  |  | 2592|      5|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2599|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2599:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2607|      5|    SCRAMBLE_IN(co->co_argcount);
  ------------------
  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2608|      5|    SCRAMBLE_IN(co->co_posonlyargcount);
  ------------------
  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2609|      5|    SCRAMBLE_IN(co->co_kwonlyargcount);
  ------------------
  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2610|      5|    SCRAMBLE_IN(co->co_flags);
  ------------------
  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2611|      5|    SCRAMBLE_IN(co->co_firstlineno);
  ------------------
  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2612|      5|    SCRAMBLE_IN(Py_SIZE(co));
  ------------------
  |  | 2589|      5|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|      5|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|      5|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|      5|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
 2613|     45|    for (int i = 0; i < Py_SIZE(co); i++) {
  ------------------
  |  |  214|     45|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2613:21): [True: 40, False: 5]
  ------------------
 2614|     40|        _Py_CODEUNIT co_instr = _Py_GetBaseCodeUnit(co, i);
 2615|     40|        SCRAMBLE_IN(co_instr.op.code);
  ------------------
  |  | 2589|     40|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|     40|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|     40|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|     40|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|     40|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 40]
  |  |  ------------------
  ------------------
 2616|     40|        SCRAMBLE_IN(co_instr.op.arg);
  ------------------
  |  | 2589|     40|    #define SCRAMBLE_IN(H) do {       \
  |  | 2590|     40|        uhash ^= (Py_uhash_t)(H);     \
  |  | 2591|     40|        uhash *= PyHASH_MULTIPLIER;  \
  |  |  ------------------
  |  |  |  |    6|     40|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  |  |  ------------------
  |  | 2592|     40|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2592:14): [Folded, False: 40]
  |  |  ------------------
  ------------------
 2617|     40|        i += _PyOpcode_Caches[co_instr.op.code];
 2618|     40|    }
 2619|      5|    if ((Py_hash_t)uhash == -1) {
  ------------------
  |  Branch (2619:9): [True: 0, False: 5]
  ------------------
 2620|      0|        return -2;
 2621|      0|    }
 2622|      5|    return (Py_hash_t)uhash;
 2623|      5|}

PyDescr_NewMethod:
  928|  1.61k|{
  929|       |    /* Figure out correct vectorcall function to use */
  930|  1.61k|    vectorcallfunc vectorcall;
  931|  1.61k|    switch (method->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |   95|  1.61k|#define METH_VARARGS  0x0001
  ------------------
                  switch (method->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |  115|  1.61k|#  define METH_FASTCALL  0x0080
  ------------------
                  switch (method->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |   98|  1.61k|#define METH_NOARGS   0x0004
  ------------------
  932|  1.61k|                                METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |   99|  1.61k|#define METH_O        0x0008
  ------------------
                                              METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |   96|  1.61k|#define METH_KEYWORDS 0x0002
  ------------------
                                              METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |  133|  1.61k|#define METH_METHOD 0x0200
  ------------------
  933|  1.61k|    {
  934|     39|        case METH_VARARGS:
  ------------------
  |  |   95|     39|#define METH_VARARGS  0x0001
  ------------------
  |  Branch (934:9): [True: 39, False: 1.57k]
  ------------------
  935|     39|            vectorcall = method_vectorcall_VARARGS;
  936|     39|            break;
  937|     42|        case METH_VARARGS | METH_KEYWORDS:
  ------------------
  |  |   95|     42|#define METH_VARARGS  0x0001
  ------------------
                      case METH_VARARGS | METH_KEYWORDS:
  ------------------
  |  |   96|     42|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (937:9): [True: 42, False: 1.57k]
  ------------------
  938|     42|            vectorcall = method_vectorcall_VARARGS_KEYWORDS;
  939|     42|            break;
  940|    224|        case METH_FASTCALL:
  ------------------
  |  |  115|    224|#  define METH_FASTCALL  0x0080
  ------------------
  |  Branch (940:9): [True: 224, False: 1.39k]
  ------------------
  941|    224|            vectorcall = method_vectorcall_FASTCALL;
  942|    224|            break;
  943|    113|        case METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  115|    113|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |   96|    113|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (943:9): [True: 113, False: 1.50k]
  ------------------
  944|    113|            vectorcall = method_vectorcall_FASTCALL_KEYWORDS;
  945|    113|            break;
  946|    841|        case METH_NOARGS:
  ------------------
  |  |   98|    841|#define METH_NOARGS   0x0004
  ------------------
  |  Branch (946:9): [True: 841, False: 777]
  ------------------
  947|    841|            vectorcall = method_vectorcall_NOARGS;
  948|    841|            break;
  949|    298|        case METH_O:
  ------------------
  |  |   99|    298|#define METH_O        0x0008
  ------------------
  |  Branch (949:9): [True: 298, False: 1.32k]
  ------------------
  950|    298|            vectorcall = method_vectorcall_O;
  951|    298|            break;
  952|     61|        case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  133|     61|#define METH_METHOD 0x0200
  ------------------
                      case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  115|     61|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |   96|     61|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (952:9): [True: 61, False: 1.55k]
  ------------------
  953|     61|            vectorcall = method_vectorcall_FASTCALL_KEYWORDS_METHOD;
  954|     61|            break;
  955|      0|        default:
  ------------------
  |  Branch (955:9): [True: 0, False: 1.61k]
  ------------------
  956|      0|            PyErr_Format(PyExc_SystemError,
  957|      0|                         "%s() method: bad call flags", method->ml_name);
  958|      0|            return NULL;
  959|  1.61k|    }
  960|       |
  961|  1.61k|    PyMethodDescrObject *descr;
  962|       |
  963|  1.61k|    descr = (PyMethodDescrObject *)descr_new(&PyMethodDescr_Type,
  964|  1.61k|                                             type, method->ml_name);
  965|  1.61k|    if (descr != NULL) {
  ------------------
  |  Branch (965:9): [True: 1.61k, False: 0]
  ------------------
  966|  1.61k|        descr->d_method = method;
  967|  1.61k|        descr->vectorcall = vectorcall;
  968|  1.61k|    }
  969|  1.61k|    return (PyObject *)descr;
  970|  1.61k|}
PyDescr_NewClassMethod:
  974|    115|{
  975|    115|    PyMethodDescrObject *descr;
  976|       |
  977|    115|    descr = (PyMethodDescrObject *)descr_new(&PyClassMethodDescr_Type,
  978|    115|                                             type, method->ml_name);
  979|    115|    if (descr != NULL)
  ------------------
  |  Branch (979:9): [True: 115, False: 0]
  ------------------
  980|    115|        descr->d_method = method;
  981|    115|    return (PyObject *)descr;
  982|    115|}
PyDescr_NewMember:
  986|    678|{
  987|    678|    PyMemberDescrObject *descr;
  988|       |
  989|    678|    if (member->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|    678|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (989:9): [True: 0, False: 678]
  ------------------
  990|      0|        PyErr_SetString(
  991|      0|            PyExc_SystemError,
  992|      0|            "PyDescr_NewMember used with Py_RELATIVE_OFFSET");
  993|      0|        return NULL;
  994|      0|    }
  995|    678|    descr = (PyMemberDescrObject *)descr_new(&PyMemberDescr_Type,
  996|    678|                                             type, member->name);
  997|    678|    if (descr != NULL)
  ------------------
  |  Branch (997:9): [True: 678, False: 0]
  ------------------
  998|    678|        descr->d_member = member;
  999|    678|    return (PyObject *)descr;
 1000|    678|}
PyDescr_NewGetSet:
 1004|    449|{
 1005|    449|    PyGetSetDescrObject *descr;
 1006|       |
 1007|    449|    descr = (PyGetSetDescrObject *)descr_new(&PyGetSetDescr_Type,
 1008|    449|                                             type, getset->name);
 1009|    449|    if (descr != NULL)
  ------------------
  |  Branch (1009:9): [True: 449, False: 0]
  ------------------
 1010|    449|        descr->d_getset = getset;
 1011|    449|    return (PyObject *)descr;
 1012|    449|}
PyDescr_NewWrapper:
 1016|  2.17k|{
 1017|  2.17k|    PyWrapperDescrObject *descr;
 1018|       |
 1019|  2.17k|    descr = (PyWrapperDescrObject *)descr_new(&PyWrapperDescr_Type,
 1020|  2.17k|                                             type, base->name);
 1021|  2.17k|    if (descr != NULL) {
  ------------------
  |  Branch (1021:9): [True: 2.17k, False: 0]
  ------------------
 1022|  2.17k|        descr->d_base = base;
 1023|  2.17k|        descr->d_wrapped = wrapped;
 1024|  2.17k|    }
 1025|  2.17k|    return (PyObject *)descr;
 1026|  2.17k|}
PyDescr_IsData:
 1030|  3.64k|{
 1031|  3.64k|    return Py_TYPE(ob)->tp_descr_set != NULL;
  ------------------
  |  |  213|  3.64k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1032|  3.64k|}
PyDictProxy_New:
 1284|    375|{
 1285|    375|    mappingproxyobject *pp;
 1286|       |
 1287|    375|    if (mappingproxy_check_mapping(mapping) == -1)
  ------------------
  |  Branch (1287:9): [True: 0, False: 375]
  ------------------
 1288|      0|        return NULL;
 1289|       |
 1290|    375|    pp = PyObject_GC_New(mappingproxyobject, &PyDictProxy_Type);
  ------------------
  |  |  181|    375|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    375|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1291|    375|    if (pp != NULL) {
  ------------------
  |  Branch (1291:9): [True: 375, False: 0]
  ------------------
 1292|    375|        pp->mapping = Py_NewRef(mapping);
  ------------------
  |  |  550|    375|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    375|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    375|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1293|    375|        _PyObject_GC_TRACK(pp);
  ------------------
  |  |  513|    375|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    375|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    375|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1294|    375|    }
 1295|    375|    return (PyObject *)pp;
 1296|    375|}
PyWrapper_New:
 1492|    103|{
 1493|    103|    wrapperobject *wp;
 1494|    103|    PyWrapperDescrObject *descr;
 1495|       |
 1496|    103|    assert(PyObject_TypeCheck(d, &PyWrapperDescr_Type));
  ------------------
  |  Branch (1496:5): [True: 103, False: 0]
  ------------------
 1497|    103|    descr = (PyWrapperDescrObject *)d;
 1498|    103|    assert(_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self),
  ------------------
  |  Branch (1498:5): [True: 103, False: 0]
  ------------------
 1499|    103|                                    (PyObject *)PyDescr_TYPE(descr)));
 1500|       |
 1501|    103|    wp = PyObject_GC_New(wrapperobject, &_PyMethodWrapper_Type);
  ------------------
  |  |  181|    103|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1502|    103|    if (wp != NULL) {
  ------------------
  |  Branch (1502:9): [True: 103, False: 0]
  ------------------
 1503|    103|        wp->descr = (PyWrapperDescrObject*)Py_NewRef(descr);
  ------------------
  |  |  550|    103|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1504|    103|        wp->self = Py_NewRef(self);
  ------------------
  |  |  550|    103|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1505|    103|        _PyObject_GC_TRACK(wp);
  ------------------
  |  |  513|    103|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1506|    103|    }
 1507|    103|    return (PyObject *)wp;
 1508|    103|}
descrobject.c:descr_dealloc:
   24|     67|{
   25|     67|    PyDescrObject *descr = (PyDescrObject *)self;
   26|     67|    _PyObject_GC_UNTRACK(descr);
  ------------------
  |  |  515|     67|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   27|     67|    Py_XDECREF(descr->d_type);
  ------------------
  |  |  524|     67|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   28|     67|    Py_XDECREF(descr->d_name);
  ------------------
  |  |  524|     67|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   29|     67|    Py_XDECREF(descr->d_qualname);
  ------------------
  |  |  524|     67|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   30|     67|    PyObject_GC_Del(descr);
   31|     67|}
descrobject.c:descr_traverse:
  711|  9.65k|{
  712|  9.65k|    PyDescrObject *descr = (PyDescrObject *)self;
  713|  9.65k|    Py_VISIT(descr->d_type);
  ------------------
  |  |  194|  9.65k|    do {                                                                \
  |  |  195|  9.65k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 9.65k, False: 0]
  |  |  ------------------
  |  |  196|  9.65k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  9.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  9.65k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 9.65k]
  |  |  ------------------
  |  |  198|  9.65k|                return vret;                                            \
  |  |  199|  9.65k|        }                                                               \
  |  |  200|  9.65k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 9.65k]
  |  |  ------------------
  ------------------
  714|  9.65k|    return 0;
  715|  9.65k|}
descrobject.c:method_get:
  139|    877|{
  140|    877|    PyMethodDescrObject *descr = (PyMethodDescrObject *)self;
  141|    877|    if (obj == NULL) {
  ------------------
  |  Branch (141:9): [True: 49, False: 828]
  ------------------
  142|     49|        return Py_NewRef(descr);
  ------------------
  |  |  550|     49|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     49|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     49|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  143|     49|    }
  144|    828|    if (descr_check((PyDescrObject *)descr, obj) < 0) {
  ------------------
  |  Branch (144:9): [True: 0, False: 828]
  ------------------
  145|      0|        return NULL;
  146|      0|    }
  147|    828|    if (descr->d_method->ml_flags & METH_METHOD) {
  ------------------
  |  |  133|    828|#define METH_METHOD 0x0200
  ------------------
  |  Branch (147:9): [True: 450, False: 378]
  ------------------
  148|    450|        if (type == NULL || PyType_Check(type)) {
  ------------------
  |  |  766|    450|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    450|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    450|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 450, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (148:13): [True: 0, False: 450]
  ------------------
  149|    450|            return PyCMethod_New(descr->d_method, obj, NULL, descr->d_common.d_type);
  150|    450|        } else {
  151|      0|            PyErr_Format(PyExc_TypeError,
  152|      0|                        "descriptor '%V' needs a type, not '%s', as arg 2",
  153|      0|                        descr_name((PyDescrObject *)descr), "?",
  154|      0|                        Py_TYPE(type)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  155|      0|            return NULL;
  156|      0|        }
  157|    450|    } else {
  158|       |        return PyCFunction_NewEx(descr->d_method, obj, NULL);
  ------------------
  |  |   87|    378|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
  159|    378|    }
  160|    828|}
descrobject.c:descr_check:
   81|  4.26k|{
   82|  4.26k|    if (!PyObject_TypeCheck(obj, descr->d_type)) {
  ------------------
  |  |  378|  4.26k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  4.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (82:9): [True: 0, False: 4.26k]
  ------------------
   83|      0|        PyErr_Format(PyExc_TypeError,
   84|      0|                     "descriptor '%V' for '%.100s' objects "
   85|      0|                     "doesn't apply to a '%.100s' object",
   86|      0|                     descr_name((PyDescrObject *)descr), "?",
   87|      0|                     descr->d_type->tp_name,
   88|      0|                     Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|      0|        return -1;
   90|      0|    }
   91|  4.26k|    return 0;
   92|  4.26k|}
descrobject.c:classmethod_get:
   96|    482|{
   97|    482|    PyMethodDescrObject *descr = (PyMethodDescrObject *)self;
   98|       |    /* Ensure a valid type.  Class methods ignore obj. */
   99|    482|    if (type == NULL) {
  ------------------
  |  Branch (99:9): [True: 0, False: 482]
  ------------------
  100|      0|        if (obj != NULL)
  ------------------
  |  Branch (100:13): [True: 0, False: 0]
  ------------------
  101|      0|            type = (PyObject *)Py_TYPE(obj);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  102|      0|        else {
  103|       |            /* Wot - no type?! */
  104|      0|            PyErr_Format(PyExc_TypeError,
  105|      0|                         "descriptor '%V' for type '%.100s' "
  106|      0|                         "needs either an object or a type",
  107|      0|                         descr_name((PyDescrObject *)descr), "?",
  108|      0|                         PyDescr_TYPE(descr)->tp_name);
  ------------------
  |  |   35|      0|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  109|      0|            return NULL;
  110|      0|        }
  111|      0|    }
  112|    482|    if (!PyType_Check(type)) {
  ------------------
  |  |  766|    482|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    482|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    482|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (112:9): [True: 0, False: 482]
  ------------------
  113|      0|        PyErr_Format(PyExc_TypeError,
  114|      0|                     "descriptor '%V' for type '%.100s' "
  115|      0|                     "needs a type, not a '%.100s' as arg 2",
  116|      0|                     descr_name((PyDescrObject *)descr), "?",
  117|      0|                     PyDescr_TYPE(descr)->tp_name,
  ------------------
  |  |   35|      0|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  118|      0|                     Py_TYPE(type)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  119|      0|        return NULL;
  120|      0|    }
  121|    482|    if (!PyType_IsSubtype((PyTypeObject *)type, PyDescr_TYPE(descr))) {
  ------------------
  |  |   35|    482|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  |  Branch (121:9): [True: 0, False: 482]
  ------------------
  122|      0|        PyErr_Format(PyExc_TypeError,
  123|      0|                     "descriptor '%V' requires a subtype of '%.100s' "
  124|      0|                     "but received '%.100s'",
  125|      0|                     descr_name((PyDescrObject *)descr), "?",
  126|      0|                     PyDescr_TYPE(descr)->tp_name,
  ------------------
  |  |   35|      0|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  127|      0|                     ((PyTypeObject *)type)->tp_name);
  128|      0|        return NULL;
  129|      0|    }
  130|    482|    PyTypeObject *cls = NULL;
  131|    482|    if (descr->d_method->ml_flags & METH_METHOD) {
  ------------------
  |  |  133|    482|#define METH_METHOD 0x0200
  ------------------
  |  Branch (131:9): [True: 0, False: 482]
  ------------------
  132|      0|        cls = descr->d_common.d_type;
  133|      0|    }
  134|       |    return PyCMethod_New(descr->d_method, type, NULL, cls);
  135|    482|}
descrobject.c:member_get:
  164|    482|{
  165|    482|    PyMemberDescrObject *descr = (PyMemberDescrObject *)self;
  166|    482|    if (obj == NULL) {
  ------------------
  |  Branch (166:9): [True: 0, False: 482]
  ------------------
  167|      0|        return Py_NewRef(descr);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|      0|    }
  169|    482|    if (descr_check((PyDescrObject *)descr, obj) < 0) {
  ------------------
  |  Branch (169:9): [True: 0, False: 482]
  ------------------
  170|      0|        return NULL;
  171|      0|    }
  172|       |
  173|    482|    if (descr->d_member->flags & Py_AUDIT_READ) {
  ------------------
  |  |   84|    482|#define Py_AUDIT_READ          (1 << 1) // Added in 3.10, harmless no-op before that
  ------------------
  |  Branch (173:9): [True: 0, False: 482]
  ------------------
  174|      0|        if (PySys_Audit("object.__getattr__", "Os",
  ------------------
  |  Branch (174:13): [True: 0, False: 0]
  ------------------
  175|      0|            obj ? obj : Py_None, descr->d_member->name) < 0) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (175:13): [True: 0, False: 0]
  ------------------
  176|      0|            return NULL;
  177|      0|        }
  178|      0|    }
  179|       |
  180|    482|    return PyMember_GetOne((char *)obj, descr->d_member);
  181|    482|}
descrobject.c:member_set:
  234|    135|{
  235|    135|    PyMemberDescrObject *descr = (PyMemberDescrObject *)self;
  236|    135|    if (descr_setcheck((PyDescrObject *)descr, obj, value) < 0) {
  ------------------
  |  Branch (236:9): [True: 0, False: 135]
  ------------------
  237|      0|        return -1;
  238|      0|    }
  239|    135|    return PyMember_SetOne((char *)obj, descr->d_member, value);
  240|    135|}
descrobject.c:descr_setcheck:
  218|    258|{
  219|    258|    assert(obj != NULL);
  ------------------
  |  Branch (219:5): [True: 258, False: 0]
  ------------------
  220|    258|    if (!PyObject_TypeCheck(obj, descr->d_type)) {
  ------------------
  |  |  378|    258|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    258|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    258|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (220:9): [True: 0, False: 258]
  ------------------
  221|      0|        PyErr_Format(PyExc_TypeError,
  222|      0|                     "descriptor '%V' for '%.100s' objects "
  223|      0|                     "doesn't apply to a '%.100s' object",
  224|      0|                     descr_name(descr), "?",
  225|      0|                     descr->d_type->tp_name,
  226|      0|                     Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  227|      0|        return -1;
  228|      0|    }
  229|    258|    return 0;
  230|    258|}
descrobject.c:getset_get:
  185|  1.75k|{
  186|  1.75k|    PyGetSetDescrObject *descr = (PyGetSetDescrObject *)self;
  187|  1.75k|    if (obj == NULL) {
  ------------------
  |  Branch (187:9): [True: 0, False: 1.75k]
  ------------------
  188|      0|        return Py_NewRef(descr);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|      0|    }
  190|  1.75k|    if (descr_check((PyDescrObject *)descr, obj) < 0) {
  ------------------
  |  Branch (190:9): [True: 0, False: 1.75k]
  ------------------
  191|      0|        return NULL;
  192|      0|    }
  193|  1.75k|    if (descr->d_getset->get != NULL)
  ------------------
  |  Branch (193:9): [True: 1.75k, False: 0]
  ------------------
  194|  1.75k|        return descr_get_trampoline_call(
  ------------------
  |  |   63|  1.75k|    (get)((obj), (closure))
  ------------------
  195|  1.75k|            descr->d_getset->get, obj, descr->d_getset->closure);
  196|      0|    PyErr_Format(PyExc_AttributeError,
  197|      0|                 "attribute '%V' of '%.100s' objects is not readable",
  198|      0|                 descr_name((PyDescrObject *)descr), "?",
  199|      0|                 PyDescr_TYPE(descr)->tp_name);
  ------------------
  |  |   35|      0|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  200|       |    return NULL;
  201|  1.75k|}
descrobject.c:getset_set:
  244|    123|{
  245|    123|    PyGetSetDescrObject *descr = (PyGetSetDescrObject *)self;
  246|    123|    if (descr_setcheck((PyDescrObject *)descr, obj, value) < 0) {
  ------------------
  |  Branch (246:9): [True: 0, False: 123]
  ------------------
  247|      0|        return -1;
  248|      0|    }
  249|    123|    if (descr->d_getset->set != NULL) {
  ------------------
  |  Branch (249:9): [True: 123, False: 0]
  ------------------
  250|    123|        return descr_set_trampoline_call(
  ------------------
  |  |   60|    123|    (set)((obj), (value), (closure))
  ------------------
  251|    123|            descr->d_getset->set, obj, value,
  252|    123|            descr->d_getset->closure);
  253|    123|    }
  254|      0|    PyErr_Format(PyExc_AttributeError,
  255|      0|                 "attribute '%V' of '%.100s' objects is not writable",
  256|      0|                 descr_name((PyDescrObject *)descr), "?",
  257|      0|                 PyDescr_TYPE(descr)->tp_name);
  ------------------
  |  |   35|      0|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  258|      0|    return -1;
  259|    123|}
descrobject.c:wrapperdescr_call:
  537|    191|{
  538|    191|    PyWrapperDescrObject *descr = (PyWrapperDescrObject *)_descr;
  539|    191|    Py_ssize_t argc;
  540|    191|    PyObject *self, *result;
  541|       |
  542|       |    /* Make sure that the first argument is acceptable as 'self' */
  543|    191|    assert(PyTuple_Check(args));
  ------------------
  |  Branch (543:5): [True: 191, False: 0]
  ------------------
  544|    191|    argc = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|    191|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    191|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    191|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  545|    191|    if (argc < 1) {
  ------------------
  |  Branch (545:9): [True: 0, False: 191]
  ------------------
  546|      0|        PyErr_Format(PyExc_TypeError,
  547|      0|                     "descriptor '%V' of '%.100s' "
  548|      0|                     "object needs an argument",
  549|      0|                     descr_name((PyDescrObject *)descr), "?",
  550|      0|                     PyDescr_TYPE(descr)->tp_name);
  ------------------
  |  |   35|      0|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  551|      0|        return NULL;
  552|      0|    }
  553|    191|    self = PyTuple_GET_ITEM(args, 0);
  ------------------
  |  |   29|    191|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    191|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    191|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (553:12): [True: 191, False: 0]
  ------------------
  554|    191|    if (!_PyObject_RealIsSubclass((PyObject *)Py_TYPE(self),
  ------------------
  |  |  213|    191|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    191|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    191|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (554:9): [True: 0, False: 191]
  ------------------
  555|    191|                                  (PyObject *)PyDescr_TYPE(descr))) {
  ------------------
  |  |   35|    191|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  556|      0|        PyErr_Format(PyExc_TypeError,
  557|      0|                     "descriptor '%V' "
  558|      0|                     "requires a '%.100s' object "
  559|      0|                     "but received a '%.100s'",
  560|      0|                     descr_name((PyDescrObject *)descr), "?",
  561|      0|                     PyDescr_TYPE(descr)->tp_name,
  ------------------
  |  |   35|      0|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  562|      0|                     Py_TYPE(self)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  563|      0|        return NULL;
  564|      0|    }
  565|       |
  566|    191|    args = PyTuple_GetSlice(args, 1, argc);
  567|    191|    if (args == NULL) {
  ------------------
  |  Branch (567:9): [True: 0, False: 191]
  ------------------
  568|      0|        return NULL;
  569|      0|    }
  570|    191|    result = wrapperdescr_raw_call(descr, self, args, kwds);
  571|    191|    Py_DECREF(args);
  ------------------
  |  |  430|    191|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    191|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    191|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  572|    191|    return result;
  573|    191|}
descrobject.c:wrapperdescr_raw_call:
  518|    293|{
  519|    293|    wrapperfunc wrapper = descr->d_base->wrapper;
  520|       |
  521|    293|    if (descr->d_base->flags & PyWrapperFlag_KEYWORDS) {
  ------------------
  |  |   22|    293|#define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
  ------------------
  |  Branch (521:9): [True: 114, False: 179]
  ------------------
  522|    114|        wrapperfunc_kwds wk = _Py_FUNC_CAST(wrapperfunc_kwds, wrapper);
  ------------------
  |  |   47|    114|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  ------------------
  |  |  |  |   37|    114|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  523|    114|        return (*wk)(self, args, descr->d_wrapped, kwds);
  524|    114|    }
  525|       |
  526|    179|    if (kwds != NULL && (!PyDict_Check(kwds) || PyDict_GET_SIZE(kwds) != 0)) {
  ------------------
  |  |   18|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (kwds != NULL && (!PyDict_Check(kwds) || PyDict_GET_SIZE(kwds) != 0)) {
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (526:9): [True: 0, False: 179]
  |  Branch (526:26): [True: 0, False: 0]
  |  Branch (526:49): [True: 0, False: 0]
  ------------------
  527|      0|        PyErr_Format(PyExc_TypeError,
  528|      0|                     "wrapper %s() takes no keyword arguments",
  529|      0|                     descr->d_base->name);
  530|      0|        return NULL;
  531|      0|    }
  532|    179|    return (*wrapper)(self, args, descr->d_wrapped);
  533|    179|}
descrobject.c:wrapperdescr_get:
  205|    141|{
  206|    141|    PyWrapperDescrObject *descr = (PyWrapperDescrObject *)self;
  207|    141|    if (obj == NULL) {
  ------------------
  |  Branch (207:9): [True: 38, False: 103]
  ------------------
  208|     38|        return Py_NewRef(descr);
  ------------------
  |  |  550|     38|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  209|     38|    }
  210|    103|    if (descr_check((PyDescrObject *)descr, obj) < 0) {
  ------------------
  |  Branch (210:9): [True: 0, False: 103]
  ------------------
  211|      0|        return NULL;
  212|      0|    }
  213|    103|    return PyWrapper_New((PyObject *)descr, obj);
  214|    103|}
descrobject.c:method_vectorcall_VARARGS:
  310|     13|{
  311|     13|    PyThreadState *tstate = _PyThreadState_GET();
  312|     13|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     13|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  313|     13|    if (method_check_args(func, args, nargs, kwnames)) {
  ------------------
  |  Branch (313:9): [True: 0, False: 13]
  ------------------
  314|      0|        return NULL;
  315|      0|    }
  316|     13|    PyObject *argstuple = PyTuple_FromArray(args+1, nargs-1);
  317|     13|    if (argstuple == NULL) {
  ------------------
  |  Branch (317:9): [True: 0, False: 13]
  ------------------
  318|      0|        return NULL;
  319|      0|    }
  320|     13|    PyCFunction meth = (PyCFunction)method_enter_call(tstate, func);
  321|     13|    if (meth == NULL) {
  ------------------
  |  Branch (321:9): [True: 0, False: 13]
  ------------------
  322|      0|        Py_DECREF(argstuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  323|      0|        return NULL;
  324|      0|    }
  325|     13|    PyObject *result = _PyCFunction_TrampolineCall(
  ------------------
  |  |  997|     13|    (meth)((self), (args))
  ------------------
  326|     13|        meth, args[0], argstuple);
  327|     13|    Py_DECREF(argstuple);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|     13|    _Py_LeaveRecursiveCallTstate(tstate);
  329|     13|    return result;
  330|     13|}
descrobject.c:method_check_args:
  268|  1.10k|{
  269|  1.10k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (269:5): [True: 1.10k, False: 0]
  ------------------
  270|  1.10k|    if (nargs < 1) {
  ------------------
  |  Branch (270:9): [True: 0, False: 1.10k]
  ------------------
  271|      0|        PyObject *funcstr = _PyObject_FunctionStr(func);
  272|      0|        if (funcstr != NULL) {
  ------------------
  |  Branch (272:13): [True: 0, False: 0]
  ------------------
  273|      0|            PyErr_Format(PyExc_TypeError,
  274|      0|                         "unbound method %U needs an argument", funcstr);
  275|      0|            Py_DECREF(funcstr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  276|      0|        }
  277|      0|        return -1;
  278|      0|    }
  279|  1.10k|    PyObject *self = args[0];
  280|  1.10k|    if (descr_check((PyDescrObject *)func, self) < 0) {
  ------------------
  |  Branch (280:9): [True: 0, False: 1.10k]
  ------------------
  281|      0|        return -1;
  282|      0|    }
  283|  1.10k|    if (kwnames && PyTuple_GET_SIZE(kwnames)) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (283:9): [True: 0, False: 1.10k]
  ------------------
  284|      0|        PyObject *funcstr = _PyObject_FunctionStr(func);
  285|      0|        if (funcstr != NULL) {
  ------------------
  |  Branch (285:13): [True: 0, False: 0]
  ------------------
  286|      0|            PyErr_Format(PyExc_TypeError,
  287|      0|                         "%U takes no keyword arguments", funcstr);
  288|      0|            Py_DECREF(funcstr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  289|      0|        }
  290|      0|        return -1;
  291|      0|    }
  292|  1.10k|    return 0;
  293|  1.10k|}
descrobject.c:method_enter_call:
  299|  1.10k|{
  300|  1.10k|    if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) {
  ------------------
  |  Branch (300:9): [True: 0, False: 1.10k]
  ------------------
  301|      0|        return NULL;
  302|      0|    }
  303|  1.10k|    return (funcptr)((PyMethodDescrObject *)func)->d_method->ml_meth;
  304|  1.10k|}
descrobject.c:method_vectorcall_VARARGS_KEYWORDS:
  335|     30|{
  336|     30|    PyThreadState *tstate = _PyThreadState_GET();
  337|     30|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     30|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  338|     30|    if (method_check_args(func, args, nargs, NULL)) {
  ------------------
  |  Branch (338:9): [True: 0, False: 30]
  ------------------
  339|      0|        return NULL;
  340|      0|    }
  341|     30|    PyObject *argstuple = PyTuple_FromArray(args+1, nargs-1);
  342|     30|    if (argstuple == NULL) {
  ------------------
  |  Branch (342:9): [True: 0, False: 30]
  ------------------
  343|      0|        return NULL;
  344|      0|    }
  345|     30|    PyObject *result = NULL;
  346|       |    /* Create a temporary dict for keyword arguments */
  347|     30|    PyObject *kwdict = NULL;
  348|     30|    if (kwnames != NULL && PyTuple_GET_SIZE(kwnames) > 0) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (348:9): [True: 0, False: 30]
  |  Branch (348:28): [True: 0, False: 0]
  ------------------
  349|      0|        kwdict = _PyStack_AsDict(args + nargs, kwnames);
  350|      0|        if (kwdict == NULL) {
  ------------------
  |  Branch (350:13): [True: 0, False: 0]
  ------------------
  351|      0|            goto exit;
  352|      0|        }
  353|      0|    }
  354|     30|    PyCFunctionWithKeywords meth = (PyCFunctionWithKeywords)
  355|     30|                                   method_enter_call(tstate, func);
  356|     30|    if (meth == NULL) {
  ------------------
  |  Branch (356:9): [True: 0, False: 30]
  ------------------
  357|      0|        goto exit;
  358|      0|    }
  359|     30|    result = _PyCFunctionWithKeywords_TrampolineCall(
  ------------------
  |  |  999|     30|    (meth)((self), (args), (kw))
  ------------------
  360|     30|        meth, args[0], argstuple, kwdict);
  361|     30|    _Py_LeaveRecursiveCallTstate(tstate);
  362|     30|exit:
  363|     30|    Py_DECREF(argstuple);
  ------------------
  |  |  430|     30|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  364|     30|    Py_XDECREF(kwdict);
  ------------------
  |  |  524|     30|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  365|     30|    return result;
  366|     30|}
descrobject.c:method_vectorcall_FASTCALL:
  391|    265|{
  392|    265|    PyThreadState *tstate = _PyThreadState_GET();
  393|    265|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    265|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  394|    265|    if (method_check_args(func, args, nargs, kwnames)) {
  ------------------
  |  Branch (394:9): [True: 0, False: 265]
  ------------------
  395|      0|        return NULL;
  396|      0|    }
  397|    265|    PyCFunctionFast meth = (PyCFunctionFast)
  398|    265|                            method_enter_call(tstate, func);
  399|    265|    if (meth == NULL) {
  ------------------
  |  Branch (399:9): [True: 0, False: 265]
  ------------------
  400|      0|        return NULL;
  401|      0|    }
  402|    265|    PyObject *result = meth(args[0], args+1, nargs-1);
  403|    265|    _Py_LeaveRecursiveCallTstate(tstate);
  404|    265|    return result;
  405|    265|}
descrobject.c:method_vectorcall_FASTCALL_KEYWORDS:
  410|     13|{
  411|     13|    PyThreadState *tstate = _PyThreadState_GET();
  412|     13|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     13|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  413|     13|    if (method_check_args(func, args, nargs, NULL)) {
  ------------------
  |  Branch (413:9): [True: 0, False: 13]
  ------------------
  414|      0|        return NULL;
  415|      0|    }
  416|     13|    PyCFunctionFastWithKeywords meth = (PyCFunctionFastWithKeywords)
  417|     13|                                        method_enter_call(tstate, func);
  418|     13|    if (meth == NULL) {
  ------------------
  |  Branch (418:9): [True: 0, False: 13]
  ------------------
  419|      0|        return NULL;
  420|      0|    }
  421|     13|    PyObject *result = meth(args[0], args+1, nargs-1, kwnames);
  422|     13|    _Py_LeaveRecursiveCallTstate(tstate);
  423|     13|    return result;
  424|     13|}
descrobject.c:method_vectorcall_NOARGS:
  429|    450|{
  430|    450|    PyThreadState *tstate = _PyThreadState_GET();
  431|    450|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    450|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  432|    450|    if (method_check_args(func, args, nargs, kwnames)) {
  ------------------
  |  Branch (432:9): [True: 0, False: 450]
  ------------------
  433|      0|        return NULL;
  434|      0|    }
  435|    450|    if (nargs != 1) {
  ------------------
  |  Branch (435:9): [True: 0, False: 450]
  ------------------
  436|      0|        PyObject *funcstr = _PyObject_FunctionStr(func);
  437|      0|        if (funcstr != NULL) {
  ------------------
  |  Branch (437:13): [True: 0, False: 0]
  ------------------
  438|      0|            PyErr_Format(PyExc_TypeError,
  439|      0|                "%U takes no arguments (%zd given)", funcstr, nargs-1);
  440|      0|            Py_DECREF(funcstr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  441|      0|        }
  442|      0|        return NULL;
  443|      0|    }
  444|    450|    PyCFunction meth = (PyCFunction)method_enter_call(tstate, func);
  445|    450|    if (meth == NULL) {
  ------------------
  |  Branch (445:9): [True: 0, False: 450]
  ------------------
  446|      0|        return NULL;
  447|      0|    }
  448|    450|    PyObject *result = _PyCFunction_TrampolineCall(meth, args[0], NULL);
  ------------------
  |  |  997|    450|    (meth)((self), (args))
  ------------------
  449|    450|    _Py_LeaveRecursiveCallTstate(tstate);
  450|    450|    return result;
  451|    450|}
descrobject.c:method_vectorcall_O:
  456|    315|{
  457|    315|    PyThreadState *tstate = _PyThreadState_GET();
  458|    315|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    315|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  459|    315|    if (method_check_args(func, args, nargs, kwnames)) {
  ------------------
  |  Branch (459:9): [True: 0, False: 315]
  ------------------
  460|      0|        return NULL;
  461|      0|    }
  462|    315|    if (nargs != 2) {
  ------------------
  |  Branch (462:9): [True: 0, False: 315]
  ------------------
  463|      0|        PyObject *funcstr = _PyObject_FunctionStr(func);
  464|      0|        if (funcstr != NULL) {
  ------------------
  |  Branch (464:13): [True: 0, False: 0]
  ------------------
  465|      0|            PyErr_Format(PyExc_TypeError,
  466|      0|                "%U takes exactly one argument (%zd given)",
  467|      0|                funcstr, nargs-1);
  468|      0|            Py_DECREF(funcstr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  469|      0|        }
  470|      0|        return NULL;
  471|      0|    }
  472|    315|    PyCFunction meth = (PyCFunction)method_enter_call(tstate, func);
  473|    315|    if (meth == NULL) {
  ------------------
  |  Branch (473:9): [True: 0, False: 315]
  ------------------
  474|      0|        return NULL;
  475|      0|    }
  476|    315|    PyObject *result = _PyCFunction_TrampolineCall(meth, args[0], args[1]);
  ------------------
  |  |  997|    315|    (meth)((self), (args))
  ------------------
  477|    315|    _Py_LeaveRecursiveCallTstate(tstate);
  478|    315|    return result;
  479|    315|}
descrobject.c:method_vectorcall_FASTCALL_KEYWORDS_METHOD:
  371|     14|{
  372|     14|    PyThreadState *tstate = _PyThreadState_GET();
  373|     14|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     14|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  374|     14|    if (method_check_args(func, args, nargs, NULL)) {
  ------------------
  |  Branch (374:9): [True: 0, False: 14]
  ------------------
  375|      0|        return NULL;
  376|      0|    }
  377|     14|    PyCMethod meth = (PyCMethod) method_enter_call(tstate, func);
  378|     14|    if (meth == NULL) {
  ------------------
  |  Branch (378:9): [True: 0, False: 14]
  ------------------
  379|      0|        return NULL;
  380|      0|    }
  381|     14|    PyObject *result = meth(args[0],
  382|     14|                            ((PyMethodDescrObject *)func)->d_common.d_type,
  383|     14|                            args+1, nargs-1, kwnames);
  384|     14|    _Py_LeaveRecursiveCall();
  385|     14|    return result;
  386|     14|}
descrobject.c:descr_new:
  908|  5.03k|{
  909|  5.03k|    PyDescrObject *descr;
  910|       |
  911|  5.03k|    descr = (PyDescrObject *)PyType_GenericAlloc(descrtype, 0);
  912|  5.03k|    if (descr != NULL) {
  ------------------
  |  Branch (912:9): [True: 5.03k, False: 0]
  ------------------
  913|  5.03k|        _PyObject_SetDeferredRefcount((PyObject *)descr);
  914|  5.03k|        descr->d_type = (PyTypeObject*)Py_XNewRef(type);
  ------------------
  |  |  551|  5.03k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  5.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  915|  5.03k|        descr->d_name = PyUnicode_InternFromString(name);
  916|  5.03k|        if (descr->d_name == NULL) {
  ------------------
  |  Branch (916:13): [True: 0, False: 5.03k]
  ------------------
  917|      0|            Py_SETREF(descr, NULL);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  918|      0|        }
  919|  5.03k|        else {
  920|       |            descr->d_qualname = NULL;
  921|  5.03k|        }
  922|  5.03k|    }
  923|  5.03k|    return descr;
  924|  5.03k|}
descrobject.c:mappingproxy_check_mapping:
 1244|    376|{
 1245|    376|    if (!PyMapping_Check(mapping)
  ------------------
  |  Branch (1245:9): [True: 0, False: 376]
  ------------------
 1246|    376|        || PyList_Check(mapping)
  ------------------
  |  |   25|    376|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    752|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 376]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1247|    376|        || PyTuple_Check(mapping)) {
  ------------------
  |  |   27|    376|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    376|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 376]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1248|      0|        PyErr_Format(PyExc_TypeError,
 1249|      0|                    "mappingproxy() argument must be a mapping, not %s",
 1250|      0|                    Py_TYPE(mapping)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1251|      0|        return -1;
 1252|      0|    }
 1253|    376|    return 0;
 1254|    376|}
descrobject.c:wrapper_dealloc:
 1314|    103|{
 1315|    103|    wrapperobject *wp = (wrapperobject *)self;
 1316|    103|    PyObject_GC_UnTrack(wp);
 1317|    103|    Py_XDECREF(wp->descr);
  ------------------
  |  |  524|    103|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1318|    103|    Py_XDECREF(wp->self);
  ------------------
  |  |  524|    103|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1319|    103|    PyObject_GC_Del(wp);
 1320|    103|}
descrobject.c:wrapper_call:
 1438|    102|{
 1439|    102|    wrapperobject *wp = (wrapperobject *)self;
 1440|    102|    return wrapperdescr_raw_call(wp->descr, wp->self, args, kwds);
 1441|    102|}
descrobject.c:mappingproxy_dealloc:
 1189|    376|{
 1190|    376|    mappingproxyobject *pp = (mappingproxyobject *)self;
 1191|    376|    _PyObject_GC_UNTRACK(pp);
  ------------------
  |  |  515|    376|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    376|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    376|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1192|    376|    Py_DECREF(pp->mapping);
  ------------------
  |  |  430|    376|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    376|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    376|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1193|    376|    PyObject_GC_Del(pp);
 1194|    376|}
descrobject.c:mappingproxy_contains:
 1090|     92|{
 1091|     92|    mappingproxyobject *pp = (mappingproxyobject *)self;
 1092|     92|    if (PyDict_CheckExact(pp->mapping))
  ------------------
  |  |   19|     92|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|     92|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 92, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1093|     92|        return PyDict_Contains(pp->mapping, key);
 1094|      0|    else
 1095|      0|        return PySequence_Contains(pp->mapping, key);
 1096|     92|}
descrobject.c:mappingproxy_getitem:
 1053|    283|{
 1054|    283|    mappingproxyobject *pp = (mappingproxyobject *)self;
 1055|    283|    return PyObject_GetItem(pp->mapping, key);
 1056|    283|}
descrobject.c:mappingproxy_get:
 1113|    124|{
 1114|    124|    mappingproxyobject *pp = (mappingproxyobject *)self;
 1115|       |    /* newargs: mapping, key, default=None */
 1116|    124|    PyObject *newargs[3];
 1117|    124|    newargs[0] = pp->mapping;
 1118|    124|    newargs[2] = Py_None;
  ------------------
  |  |  616|    124|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1119|       |
 1120|    124|    if (!_PyArg_UnpackStack(args, nargs, "get", 1, 2,
  ------------------
  |  Branch (1120:9): [True: 0, False: 124]
  ------------------
 1121|    124|                            &newargs[1], &newargs[2]))
 1122|      0|    {
 1123|      0|        return NULL;
 1124|      0|    }
 1125|    124|    return PyObject_VectorcallMethod(&_Py_ID(get), newargs,
  ------------------
  |  |  917|    124|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    124|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    124|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1126|    124|                                     3 | PY_VECTORCALL_ARGUMENTS_OFFSET,
  ------------------
  |  |  287|    124|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    124|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1127|       |                                     NULL);
 1128|    124|}
descrobject.c:mappingproxy_keys:
 1132|      8|{
 1133|      8|    mappingproxyobject *pp = (mappingproxyobject *)self;
 1134|      8|    return PyObject_CallMethodNoArgs(pp->mapping, &_Py_ID(keys));
  ------------------
  |  |  917|      8|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      8|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      8|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1135|      8|}
descrobject.c:mappingproxy_items:
 1146|     67|{
 1147|     67|    mappingproxyobject *pp = (mappingproxyobject *)self;
 1148|     67|    return PyObject_CallMethodNoArgs(pp->mapping, &_Py_ID(items));
  ------------------
  |  |  917|     67|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     67|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     67|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1149|     67|}
descrobject.c:mappingproxy_new_impl:
 1268|      1|{
 1269|      1|    mappingproxyobject *mappingproxy;
 1270|       |
 1271|      1|    if (mappingproxy_check_mapping(mapping) == -1)
  ------------------
  |  Branch (1271:9): [True: 0, False: 1]
  ------------------
 1272|      0|        return NULL;
 1273|       |
 1274|      1|    mappingproxy = PyObject_GC_New(mappingproxyobject, &PyDictProxy_Type);
  ------------------
  |  |  181|      1|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1275|      1|    if (mappingproxy == NULL)
  ------------------
  |  Branch (1275:9): [True: 0, False: 1]
  ------------------
 1276|      0|        return NULL;
 1277|      1|    mappingproxy->mapping = Py_NewRef(mapping);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1278|      1|    _PyObject_GC_TRACK(mappingproxy);
  ------------------
  |  |  513|      1|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1279|      1|    return (PyObject *)mappingproxy;
 1280|      1|}
descrobject.c:property_dealloc:
 1637|      4|{
 1638|      4|    propertyobject *gs = (propertyobject *)self;
 1639|       |
 1640|      4|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|      4|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1641|      4|    Py_XDECREF(gs->prop_get);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1642|      4|    Py_XDECREF(gs->prop_set);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1643|      4|    Py_XDECREF(gs->prop_del);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1644|      4|    Py_XDECREF(gs->prop_doc);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1645|      4|    Py_XDECREF(gs->prop_name);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1646|      4|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1647|      4|}
descrobject.c:property_traverse:
 1980|     32|{
 1981|     32|    propertyobject *pp = (propertyobject *)self;
 1982|     32|    Py_VISIT(pp->prop_get);
  ------------------
  |  |  194|     32|    do {                                                                \
  |  |  195|     32|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 32, False: 0]
  |  |  ------------------
  |  |  196|     32|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     32|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 32]
  |  |  ------------------
  |  |  198|     32|                return vret;                                            \
  |  |  199|     32|        }                                                               \
  |  |  200|     32|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 32]
  |  |  ------------------
  ------------------
 1983|     32|    Py_VISIT(pp->prop_set);
  ------------------
  |  |  194|     32|    do {                                                                \
  |  |  195|     32|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 8, False: 24]
  |  |  ------------------
  |  |  196|      8|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      8|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 8]
  |  |  ------------------
  |  |  198|      8|                return vret;                                            \
  |  |  199|      8|        }                                                               \
  |  |  200|     32|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 32]
  |  |  ------------------
  ------------------
 1984|     32|    Py_VISIT(pp->prop_del);
  ------------------
  |  |  194|     32|    do {                                                                \
  |  |  195|     32|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 32]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|     32|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 32]
  |  |  ------------------
  ------------------
 1985|     32|    Py_VISIT(pp->prop_doc);
  ------------------
  |  |  194|     32|    do {                                                                \
  |  |  195|     32|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 6, False: 26]
  |  |  ------------------
  |  |  196|      6|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      6|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 6]
  |  |  ------------------
  |  |  198|      6|                return vret;                                            \
  |  |  199|      6|        }                                                               \
  |  |  200|     32|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 32]
  |  |  ------------------
  ------------------
 1986|     32|    Py_VISIT(pp->prop_name);
  ------------------
  |  |  194|     32|    do {                                                                \
  |  |  195|     32|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 32, False: 0]
  |  |  ------------------
  |  |  196|     32|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     32|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 32]
  |  |  ------------------
  |  |  198|     32|                return vret;                                            \
  |  |  199|     32|        }                                                               \
  |  |  200|     32|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 32]
  |  |  ------------------
  ------------------
 1987|     32|    return 0;
 1988|     32|}
descrobject.c:property_copy:
 1766|      4|{
 1767|      4|    propertyobject *pold = (propertyobject *)old;
 1768|      4|    PyObject *new, *type, *doc;
 1769|       |
 1770|      4|    type = PyObject_Type(old);
 1771|      4|    if (type == NULL)
  ------------------
  |  Branch (1771:9): [True: 0, False: 4]
  ------------------
 1772|      0|        return NULL;
 1773|       |
 1774|      4|    if (get == NULL || get == Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1774:9): [True: 4, False: 0]
  |  Branch (1774:24): [True: 0, False: 0]
  ------------------
 1775|      4|        get = pold->prop_get ? pold->prop_get : Py_None;
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1775:15): [True: 4, False: 0]
  ------------------
 1776|      4|    }
 1777|      4|    if (set == NULL || set == Py_None) {
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1777:9): [True: 0, False: 4]
  |  Branch (1777:24): [True: 0, False: 4]
  ------------------
 1778|      0|        set = pold->prop_set ? pold->prop_set : Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1778:15): [True: 0, False: 0]
  ------------------
 1779|      0|    }
 1780|      4|    if (del == NULL || del == Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1780:9): [True: 4, False: 0]
  |  Branch (1780:24): [True: 0, False: 0]
  ------------------
 1781|      4|        del = pold->prop_del ? pold->prop_del : Py_None;
  ------------------
  |  |  616|      8|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1781:15): [True: 0, False: 4]
  ------------------
 1782|      4|    }
 1783|      4|    if (pold->getter_doc && get != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1783:9): [True: 0, False: 4]
  |  Branch (1783:29): [True: 0, False: 0]
  ------------------
 1784|       |        /* make _init use __doc__ from getter */
 1785|      0|        doc = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1786|      0|    }
 1787|      4|    else {
 1788|      4|        doc = pold->prop_doc ? pold->prop_doc : Py_None;
  ------------------
  |  |  616|      8|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1788:15): [True: 0, False: 4]
  ------------------
 1789|      4|    }
 1790|       |
 1791|      4|    new =  PyObject_CallFunctionObjArgs(type, get, set, del, doc, NULL);
 1792|      4|    Py_DECREF(type);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1793|      4|    if (new == NULL)
  ------------------
  |  Branch (1793:9): [True: 0, False: 4]
  ------------------
 1794|      0|        return NULL;
 1795|       |
 1796|      4|    if (PyObject_TypeCheck((new), &PyProperty_Type)) {
  ------------------
  |  |  378|      4|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (378:40): [True: 4, False: 0]
  |  |  ------------------
  ------------------
 1797|      4|        Py_XSETREF(((propertyobject *) new)->prop_name, Py_XNewRef(pold->prop_name));
  ------------------
  |  |  374|      4|    do { \
  |  |  375|      4|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      4|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      4|        *_tmp_dst_ptr = (src); \
  |  |  378|      4|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 1798|      4|    }
 1799|      4|    return new;
 1800|      4|}
descrobject.c:property_setter:
 1587|      4|{
 1588|      4|    return property_copy(self, NULL, setter, NULL);
 1589|      4|}
descrobject.c:property_set_name:
 1609|     26|property_set_name(PyObject *self, PyObject *args) {
 1610|     26|    if (PyTuple_GET_SIZE(args) != 2) {
  ------------------
  |  |   27|     26|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1610:9): [True: 0, False: 26]
  ------------------
 1611|      0|        PyErr_Format(
 1612|      0|                PyExc_TypeError,
 1613|      0|                "__set_name__() takes 2 positional arguments but %zd were given",
 1614|      0|                PyTuple_GET_SIZE(args));
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1615|      0|        return NULL;
 1616|      0|    }
 1617|       |
 1618|     26|    propertyobject *prop = (propertyobject *)self;
 1619|     26|    PyObject *name = PyTuple_GET_ITEM(args, 1);
  ------------------
  |  |   29|     26|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     26|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1619:22): [True: 26, False: 0]
  ------------------
 1620|       |
 1621|     26|    Py_XSETREF(prop->prop_name, Py_XNewRef(name));
  ------------------
  |  |  374|     26|    do { \
  |  |  375|     26|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     26|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     26|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     26|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     26|        *_tmp_dst_ptr = (src); \
  |  |  378|     26|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     26|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     26|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 26]
  |  |  ------------------
  ------------------
 1622|       |
 1623|     26|    Py_RETURN_NONE;
  ------------------
  |  |  628|     26|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     26|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1624|     26|}
descrobject.c:property_get___isabstractmethod__:
 1942|      1|{
 1943|      1|    propertyobject *prop = _propertyobject_CAST(op);
  ------------------
  |  | 1513|      1|#define _propertyobject_CAST(op)    ((propertyobject *)(op))
  ------------------
 1944|      1|    int res = _PyObject_IsAbstract(prop->prop_get);
 1945|      1|    if (res == -1) {
  ------------------
  |  Branch (1945:9): [True: 0, False: 1]
  ------------------
 1946|      0|        return NULL;
 1947|      0|    }
 1948|      1|    else if (res) {
  ------------------
  |  Branch (1948:14): [True: 0, False: 1]
  ------------------
 1949|      0|        Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1950|      0|    }
 1951|       |
 1952|      1|    res = _PyObject_IsAbstract(prop->prop_set);
 1953|      1|    if (res == -1) {
  ------------------
  |  Branch (1953:9): [True: 0, False: 1]
  ------------------
 1954|      0|        return NULL;
 1955|      0|    }
 1956|      1|    else if (res) {
  ------------------
  |  Branch (1956:14): [True: 0, False: 1]
  ------------------
 1957|      0|        Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1958|      0|    }
 1959|       |
 1960|      1|    res = _PyObject_IsAbstract(prop->prop_del);
 1961|      1|    if (res == -1) {
  ------------------
  |  Branch (1961:9): [True: 0, False: 1]
  ------------------
 1962|      0|        return NULL;
 1963|      0|    }
 1964|      1|    else if (res) {
  ------------------
  |  Branch (1964:14): [True: 0, False: 1]
  ------------------
 1965|      0|        Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1966|      0|    }
 1967|      1|    Py_RETURN_FALSE;
  ------------------
  |  |   45|      1|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      1|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1968|      1|}
descrobject.c:property_descr_get:
 1665|     22|{
 1666|     22|    if (obj == NULL || obj == Py_None) {
  ------------------
  |  |  616|     22|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1666:9): [True: 0, False: 22]
  |  Branch (1666:24): [True: 0, False: 22]
  ------------------
 1667|      0|        return Py_NewRef(self);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1668|      0|    }
 1669|       |
 1670|     22|    propertyobject *gs = (propertyobject *)self;
 1671|     22|    if (gs->prop_get == NULL) {
  ------------------
  |  Branch (1671:9): [True: 0, False: 22]
  ------------------
 1672|      0|        PyObject *propname;
 1673|      0|        if (property_name(gs, &propname) < 0) {
  ------------------
  |  Branch (1673:13): [True: 0, False: 0]
  ------------------
 1674|      0|            return NULL;
 1675|      0|        }
 1676|      0|        PyObject *qualname = PyType_GetQualName(Py_TYPE(obj));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1677|      0|        if (propname != NULL && qualname != NULL) {
  ------------------
  |  Branch (1677:13): [True: 0, False: 0]
  |  Branch (1677:33): [True: 0, False: 0]
  ------------------
 1678|      0|            PyErr_Format(PyExc_AttributeError,
 1679|      0|                         "property %R of %R object has no getter",
 1680|      0|                         propname,
 1681|      0|                         qualname);
 1682|      0|        }
 1683|      0|        else if (qualname != NULL) {
  ------------------
  |  Branch (1683:18): [True: 0, False: 0]
  ------------------
 1684|      0|            PyErr_Format(PyExc_AttributeError,
 1685|      0|                         "property of %R object has no getter",
 1686|      0|                         qualname);
 1687|      0|        } else {
 1688|      0|            PyErr_SetString(PyExc_AttributeError,
 1689|      0|                            "property has no getter");
 1690|      0|        }
 1691|      0|        Py_XDECREF(propname);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1692|      0|        Py_XDECREF(qualname);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1693|      0|        return NULL;
 1694|      0|    }
 1695|       |
 1696|     22|    return PyObject_CallOneArg(gs->prop_get, obj);
 1697|     22|}
descrobject.c:property_descr_set:
 1701|      8|{
 1702|      8|    propertyobject *gs = (propertyobject *)self;
 1703|      8|    PyObject *func, *res;
 1704|       |
 1705|      8|    if (value == NULL) {
  ------------------
  |  Branch (1705:9): [True: 0, False: 8]
  ------------------
 1706|      0|        func = gs->prop_del;
 1707|      0|    }
 1708|      8|    else {
 1709|      8|        func = gs->prop_set;
 1710|      8|    }
 1711|       |
 1712|      8|    if (func == NULL) {
  ------------------
  |  Branch (1712:9): [True: 0, False: 8]
  ------------------
 1713|      0|        PyObject *propname;
 1714|      0|        if (property_name(gs, &propname) < 0) {
  ------------------
  |  Branch (1714:13): [True: 0, False: 0]
  ------------------
 1715|      0|            return -1;
 1716|      0|        }
 1717|      0|        PyObject *qualname = NULL;
 1718|      0|        if (obj != NULL) {
  ------------------
  |  Branch (1718:13): [True: 0, False: 0]
  ------------------
 1719|      0|            qualname = PyType_GetQualName(Py_TYPE(obj));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1720|      0|        }
 1721|      0|        if (propname != NULL && qualname != NULL) {
  ------------------
  |  Branch (1721:13): [True: 0, False: 0]
  |  Branch (1721:33): [True: 0, False: 0]
  ------------------
 1722|      0|            PyErr_Format(PyExc_AttributeError,
 1723|      0|                        value == NULL ?
  ------------------
  |  Branch (1723:25): [True: 0, False: 0]
  ------------------
 1724|      0|                        "property %R of %R object has no deleter" :
 1725|      0|                        "property %R of %R object has no setter",
 1726|      0|                        propname,
 1727|      0|                        qualname);
 1728|      0|        }
 1729|      0|        else if (qualname != NULL) {
  ------------------
  |  Branch (1729:18): [True: 0, False: 0]
  ------------------
 1730|      0|            PyErr_Format(PyExc_AttributeError,
 1731|      0|                            value == NULL ?
  ------------------
  |  Branch (1731:29): [True: 0, False: 0]
  ------------------
 1732|      0|                            "property of %R object has no deleter" :
 1733|      0|                            "property of %R object has no setter",
 1734|      0|                            qualname);
 1735|      0|        }
 1736|      0|        else {
 1737|      0|            PyErr_SetString(PyExc_AttributeError,
 1738|      0|                         value == NULL ?
  ------------------
  |  Branch (1738:26): [True: 0, False: 0]
  ------------------
 1739|      0|                         "property has no deleter" :
 1740|      0|                         "property has no setter");
 1741|      0|        }
 1742|      0|        Py_XDECREF(propname);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1743|      0|        Py_XDECREF(qualname);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1744|      0|        return -1;
 1745|      0|    }
 1746|       |
 1747|      8|    if (value == NULL) {
  ------------------
  |  Branch (1747:9): [True: 0, False: 8]
  ------------------
 1748|      0|        res = PyObject_CallOneArg(func, obj);
 1749|      0|    }
 1750|      8|    else {
 1751|      8|        EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_API, func);
  ------------------
  |  |   80|      8|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
 1752|      8|        PyObject *args[] = { obj, value };
 1753|      8|        res = PyObject_Vectorcall(func, args, 2, NULL);
 1754|      8|    }
 1755|       |
 1756|      8|    if (res == NULL) {
  ------------------
  |  Branch (1756:9): [True: 0, False: 8]
  ------------------
 1757|      0|        return -1;
 1758|      0|    }
 1759|       |
 1760|      8|    Py_DECREF(res);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1761|      8|    return 0;
 1762|      8|}
descrobject.c:property_init_impl:
 1843|     25|{
 1844|     25|    if (fget == Py_None)
  ------------------
  |  |  616|     25|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1844:9): [True: 0, False: 25]
  ------------------
 1845|      0|        fget = NULL;
 1846|     25|    if (fset == Py_None)
  ------------------
  |  |  616|     25|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1846:9): [True: 0, False: 25]
  ------------------
 1847|      0|        fset = NULL;
 1848|     25|    if (fdel == Py_None)
  ------------------
  |  |  616|     25|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1848:9): [True: 4, False: 21]
  ------------------
 1849|      4|        fdel = NULL;
 1850|       |
 1851|     25|    Py_XSETREF(self->prop_get, Py_XNewRef(fget));
  ------------------
  |  |  374|     25|    do { \
  |  |  375|     25|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     25|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     25|        *_tmp_dst_ptr = (src); \
  |  |  378|     25|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     25|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     25|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 25]
  |  |  ------------------
  ------------------
 1852|     25|    Py_XSETREF(self->prop_set, Py_XNewRef(fset));
  ------------------
  |  |  374|     25|    do { \
  |  |  375|     25|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     25|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     25|        *_tmp_dst_ptr = (src); \
  |  |  378|     25|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     25|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     25|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 25]
  |  |  ------------------
  ------------------
 1853|     25|    Py_XSETREF(self->prop_del, Py_XNewRef(fdel));
  ------------------
  |  |  374|     25|    do { \
  |  |  375|     25|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     25|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     25|        *_tmp_dst_ptr = (src); \
  |  |  378|     25|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     25|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     25|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 25]
  |  |  ------------------
  ------------------
 1854|     25|    Py_XSETREF(self->prop_doc, NULL);
  ------------------
  |  |  374|     25|    do { \
  |  |  375|     25|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     25|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     25|        *_tmp_dst_ptr = (src); \
  |  |  378|     25|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     25|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     25|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 25]
  |  |  ------------------
  ------------------
 1855|     25|    Py_XSETREF(self->prop_name, NULL);
  ------------------
  |  |  374|     25|    do { \
  |  |  375|     25|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     25|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     25|        *_tmp_dst_ptr = (src); \
  |  |  378|     25|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     25|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     25|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 25]
  |  |  ------------------
  ------------------
 1856|       |
 1857|     25|    self->getter_doc = 0;
 1858|     25|    PyObject *prop_doc = NULL;
 1859|       |
 1860|     25|    if (doc != NULL && doc != Py_None) {
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1860:9): [True: 4, False: 21]
  |  Branch (1860:24): [True: 0, False: 4]
  ------------------
 1861|      0|        prop_doc = Py_XNewRef(doc);
  ------------------
  |  |  551|      0|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1862|      0|    }
 1863|       |    /* if no docstring given and the getter has one, use that one */
 1864|     25|    else if (fget != NULL) {
  ------------------
  |  Branch (1864:14): [True: 25, False: 0]
  ------------------
 1865|     25|        int rc = PyObject_GetOptionalAttr(fget, &_Py_ID(__doc__), &prop_doc);
  ------------------
  |  |  917|     25|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     25|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     25|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1866|     25|        if (rc < 0) {
  ------------------
  |  Branch (1866:13): [True: 0, False: 25]
  ------------------
 1867|      0|            return rc;
 1868|      0|        }
 1869|     25|        if (prop_doc == Py_None) {
  ------------------
  |  |  616|     25|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1869:13): [True: 21, False: 4]
  ------------------
 1870|     21|            prop_doc = NULL;
 1871|     21|            Py_DECREF(Py_None);
  ------------------
  |  |  430|     21|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1872|     21|        }
 1873|     25|        if (prop_doc != NULL){
  ------------------
  |  Branch (1873:13): [True: 4, False: 21]
  ------------------
 1874|      4|            self->getter_doc = 1;
 1875|      4|        }
 1876|     25|    }
 1877|       |
 1878|       |    /* At this point `prop_doc` is either NULL or
 1879|       |       a non-None object with incremented ref counter */
 1880|       |
 1881|     25|    if (Py_IS_TYPE(self, &PyProperty_Type)) {
  ------------------
  |  |  215|     25|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 25, False: 0]
  |  |  ------------------
  ------------------
 1882|     25|        Py_XSETREF(self->prop_doc, prop_doc);
  ------------------
  |  |  374|     25|    do { \
  |  |  375|     25|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     25|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     25|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     25|        *_tmp_dst_ptr = (src); \
  |  |  378|     25|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     25|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     25|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 25]
  |  |  ------------------
  ------------------
 1883|     25|    } else {
 1884|       |        /* If this is a property subclass, put __doc__ in the dict
 1885|       |           or designated slot of the subclass instance instead, otherwise
 1886|       |           it gets shadowed by __doc__ in the class's dict. */
 1887|       |
 1888|      0|        if (prop_doc == NULL) {
  ------------------
  |  Branch (1888:13): [True: 0, False: 0]
  ------------------
 1889|      0|            prop_doc = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1890|      0|        }
 1891|      0|        int err = PyObject_SetAttr(
 1892|      0|                    (PyObject *)self, &_Py_ID(__doc__), prop_doc);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1893|      0|        Py_DECREF(prop_doc);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1894|      0|        if (err < 0) {
  ------------------
  |  Branch (1894:13): [True: 0, False: 0]
  ------------------
 1895|      0|            assert(PyErr_Occurred());
  ------------------
  |  Branch (1895:13): [True: 0, False: 0]
  ------------------
 1896|      0|            if (!self->getter_doc &&
  ------------------
  |  Branch (1896:17): [True: 0, False: 0]
  ------------------
 1897|      0|                PyErr_ExceptionMatches(PyExc_AttributeError))
  ------------------
  |  Branch (1897:17): [True: 0, False: 0]
  ------------------
 1898|      0|            {
 1899|      0|                PyErr_Clear();
 1900|       |                // https://github.com/python/cpython/issues/98963#issuecomment-1574413319
 1901|       |                // Python silently dropped this doc assignment through 3.11.
 1902|       |                // We preserve that behavior for backwards compatibility.
 1903|       |                //
 1904|       |                // If we ever want to deprecate this behavior, only raise a
 1905|       |                // warning or error when proc_doc is not None so that
 1906|       |                // property without a specific doc= still works.
 1907|      0|                return 0;
 1908|      0|            } else {
 1909|      0|                return -1;
 1910|      0|            }
 1911|      0|        }
 1912|      0|    }
 1913|       |
 1914|     25|    return 0;
 1915|     25|}

_PyDict_CheckConsistency:
  684|  40.0k|{
  685|  40.0k|    ASSERT_WORLD_STOPPED_OR_DICT_LOCKED(op);
  686|       |
  687|  40.0k|#define CHECK(expr) \
  688|  40.0k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  689|       |
  690|  40.0k|    assert(op != NULL);
  ------------------
  |  Branch (690:5): [True: 40.0k, False: 0]
  ------------------
  691|  40.0k|    CHECK(PyAnyDict_Check(op));
  ------------------
  |  |  688|  40.0k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:16): [True: 40.0k, False: 3]
  |  |  |  Branch (688:16): [True: 3, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 40.0k]
  |  |  ------------------
  ------------------
  692|  40.0k|    PyDictObject *mp = (PyDictObject *)op;
  693|       |
  694|  40.0k|    PyDictKeysObject *keys = mp->ma_keys;
  695|  40.0k|    int splitted = _PyDict_HasSplitTable(mp);
  ------------------
  |  |   56|  40.0k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  ------------------
  696|  40.0k|    Py_ssize_t usable = USABLE_FRACTION(DK_SIZE(keys));
  ------------------
  |  |  575|  40.0k|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  697|       |
  698|       |    // In the free-threaded build, shared keys may be concurrently modified,
  699|       |    // so use atomic loads.
  700|  40.0k|    Py_ssize_t dk_usable = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_usable);
  ------------------
  |  |  148|  40.0k|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  701|  40.0k|    Py_ssize_t dk_nentries = FT_ATOMIC_LOAD_SSIZE_ACQUIRE(keys->dk_nentries);
  ------------------
  |  |  148|  40.0k|#define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) value
  ------------------
  702|       |
  703|  40.0k|    CHECK(0 <= mp->ma_used && mp->ma_used <= usable);
  ------------------
  |  |  688|  80.1k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:16): [True: 40.0k, False: 0]
  |  |  |  Branch (688:16): [True: 40.0k, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 40.0k]
  |  |  ------------------
  ------------------
  704|  40.0k|    CHECK(0 <= dk_usable && dk_usable <= usable);
  ------------------
  |  |  688|  80.1k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:16): [True: 40.0k, False: 0]
  |  |  |  Branch (688:16): [True: 40.0k, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 40.0k]
  |  |  ------------------
  ------------------
  705|  40.0k|    CHECK(0 <= dk_nentries && dk_nentries <= usable);
  ------------------
  |  |  688|  80.1k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:16): [True: 40.0k, False: 0]
  |  |  |  Branch (688:16): [True: 40.0k, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 40.0k]
  |  |  ------------------
  ------------------
  706|  40.0k|    CHECK(dk_usable + dk_nentries <= usable);
  ------------------
  |  |  688|  40.0k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 40.0k]
  |  |  |  Branch (688:89): [Folded, False: 40.0k]
  |  |  ------------------
  ------------------
  707|       |
  708|  40.0k|    if (!splitted) {
  ------------------
  |  Branch (708:9): [True: 39.7k, False: 360]
  ------------------
  709|       |        /* combined table */
  710|  39.7k|        CHECK(keys->dk_kind != DICT_KEYS_SPLIT);
  ------------------
  |  |  688|  39.7k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 39.7k]
  |  |  |  Branch (688:89): [Folded, False: 39.7k]
  |  |  ------------------
  ------------------
  711|  39.7k|        CHECK(keys->dk_refcnt == 1 || keys == Py_EMPTY_KEYS);
  ------------------
  |  |  688|  42.4k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:16): [True: 36.9k, False: 2.75k]
  |  |  |  Branch (688:16): [True: 2.75k, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 39.7k]
  |  |  ------------------
  ------------------
  712|  39.7k|    }
  713|    360|    else {
  714|    360|        CHECK(keys->dk_kind == DICT_KEYS_SPLIT);
  ------------------
  |  |  688|    360|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 360]
  |  |  |  Branch (688:89): [Folded, False: 360]
  |  |  ------------------
  ------------------
  715|    360|        CHECK(mp->ma_used <= SHARED_KEYS_MAX_SIZE);
  ------------------
  |  |  688|    360|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 360]
  |  |  |  Branch (688:89): [Folded, False: 360]
  |  |  ------------------
  ------------------
  716|    360|        if (mp->ma_values->embedded) {
  ------------------
  |  Branch (716:13): [True: 0, False: 360]
  ------------------
  717|      0|            CHECK(mp->ma_values->embedded == 1);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  718|      0|            CHECK(mp->ma_values->valid == 1);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  719|      0|        }
  720|    360|    }
  721|       |
  722|  40.0k|    if (check_content) {
  ------------------
  |  Branch (722:9): [True: 0, False: 40.0k]
  ------------------
  723|      0|        LOCK_KEYS_IF_SPLIT(keys, keys->dk_kind);
  724|      0|        for (Py_ssize_t i=0; i < DK_SIZE(keys); i++) {
  ------------------
  |  |  262|      0|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  ------------------
  |  |  |  |  260|      0|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (724:30): [True: 0, False: 0]
  ------------------
  725|      0|            Py_ssize_t ix = dictkeys_get_index(keys, i);
  726|      0|            CHECK(DKIX_DUMMY <= ix && ix <= usable);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:16): [True: 0, False: 0]
  |  |  |  Branch (688:16): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  727|      0|        }
  728|       |
  729|      0|        if (keys->dk_kind == DICT_KEYS_GENERAL) {
  ------------------
  |  Branch (729:13): [True: 0, False: 0]
  ------------------
  730|      0|            PyDictKeyEntry *entries = DK_ENTRIES(keys);
  731|      0|            for (Py_ssize_t i=0; i < usable; i++) {
  ------------------
  |  Branch (731:34): [True: 0, False: 0]
  ------------------
  732|      0|                PyDictKeyEntry *entry = &entries[i];
  733|      0|                PyObject *key = entry->me_key;
  734|       |
  735|      0|                if (key != NULL) {
  ------------------
  |  Branch (735:21): [True: 0, False: 0]
  ------------------
  736|       |                    /* test_dict fails if PyObject_Hash() is called again */
  737|      0|                    CHECK(entry->me_hash != -1);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  738|      0|                    CHECK(entry->me_value != NULL);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  739|       |
  740|      0|                    if (PyUnicode_CheckExact(key)) {
  ------------------
  |  |  104|      0|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  741|      0|                        Py_hash_t hash = unicode_get_hash(key);
  742|      0|                        CHECK(entry->me_hash == hash);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  743|      0|                    }
  744|      0|                }
  745|      0|            }
  746|      0|        }
  747|      0|        else {
  748|      0|            PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys);
  749|      0|            for (Py_ssize_t i=0; i < usable; i++) {
  ------------------
  |  Branch (749:34): [True: 0, False: 0]
  ------------------
  750|      0|                PyDictUnicodeEntry *entry = &entries[i];
  751|      0|                PyObject *key = entry->me_key;
  752|       |
  753|      0|                if (key != NULL) {
  ------------------
  |  Branch (753:21): [True: 0, False: 0]
  ------------------
  754|      0|                    CHECK(PyUnicode_CheckExact(key));
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  755|      0|                    Py_hash_t hash = unicode_get_hash(key);
  756|      0|                    CHECK(hash != -1);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  757|      0|                    if (!splitted) {
  ------------------
  |  Branch (757:25): [True: 0, False: 0]
  ------------------
  758|      0|                        CHECK(entry->me_value != NULL);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  759|      0|                    }
  760|      0|                }
  761|       |
  762|      0|                if (splitted) {
  ------------------
  |  Branch (762:21): [True: 0, False: 0]
  ------------------
  763|      0|                    CHECK(entry->me_value == NULL);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  764|      0|                }
  765|      0|            }
  766|      0|        }
  767|       |
  768|      0|        if (splitted) {
  ------------------
  |  Branch (768:13): [True: 0, False: 0]
  ------------------
  769|      0|            CHECK(mp->ma_used <= SHARED_KEYS_MAX_SIZE);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  770|       |            /* splitted table */
  771|      0|            int duplicate_check = 0;
  772|      0|            for (Py_ssize_t i=0; i < mp->ma_used; i++) {
  ------------------
  |  Branch (772:34): [True: 0, False: 0]
  ------------------
  773|      0|                int index = get_index_from_order(mp, i);
  774|      0|                CHECK((duplicate_check & (1<<index)) == 0);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  775|      0|                duplicate_check |= (1<<index);
  776|      0|                CHECK(mp->ma_values->values[index] != NULL);
  ------------------
  |  |  688|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (688:14): [True: 0, False: 0]
  |  |  |  Branch (688:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  777|      0|            }
  778|      0|        }
  779|      0|        UNLOCK_KEYS_IF_SPLIT(keys, keys->dk_kind);
  780|      0|    }
  781|  40.0k|    return 1;
  782|       |
  783|  40.0k|#undef CHECK
  784|  40.0k|}
PyDict_New:
 1028|  2.46k|{
 1029|       |    /* We don't incref Py_EMPTY_KEYS here because it is immortal. */
 1030|  2.46k|    return new_dict(Py_EMPTY_KEYS, NULL, 0, 0);
  ------------------
  |  |  645|  2.46k|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
 1031|  2.46k|}
_PyDictKeys_StringLookup:
 1244|    381|{
 1245|    381|    if (!check_keys_unicode(dk, key)) {
  ------------------
  |  Branch (1245:9): [True: 0, False: 381]
  ------------------
 1246|      0|        return DKIX_ERROR;
  ------------------
  |  |  186|      0|#define DKIX_ERROR (-3)
  ------------------
 1247|      0|    }
 1248|    381|    Py_hash_t hash = hash_unicode_key(key);
 1249|    381|    return unicodekeys_lookup_unicode(dk, key, hash);
 1250|    381|}
_PyDictKeys_StringLookupAndVersion:
 1254|    257|{
 1255|    257|    if (!check_keys_unicode(dk, key)) {
  ------------------
  |  Branch (1255:9): [True: 0, False: 257]
  ------------------
 1256|      0|        return DKIX_ERROR;
  ------------------
  |  |  186|      0|#define DKIX_ERROR (-3)
  ------------------
 1257|      0|    }
 1258|    257|    Py_ssize_t ix;
 1259|    257|    Py_hash_t hash = hash_unicode_key(key);
 1260|    257|    LOCK_KEYS(dk);
 1261|    257|    ix = unicodekeys_lookup_unicode(dk, key, hash);
 1262|    257|    *version = _PyDictKeys_GetVersionForCurrentState(_PyInterpreterState_GET(), dk);
 1263|    257|    UNLOCK_KEYS(dk);
 1264|    257|    return ix;
 1265|    257|}
_PyDictKeys_StringLookupSplit:
 1272|  1.03k|{
 1273|  1.03k|    assert(dk->dk_kind == DICT_KEYS_SPLIT);
  ------------------
  |  Branch (1273:5): [True: 1.03k, False: 0]
  ------------------
 1274|  1.03k|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1274:5): [True: 1.03k, False: 0]
  ------------------
 1275|  1.03k|    Py_hash_t hash = unicode_get_hash(key);
 1276|  1.03k|    if (hash == -1) {
  ------------------
  |  Branch (1276:9): [True: 0, False: 1.03k]
  ------------------
 1277|      0|        hash = PyUnicode_Type.tp_hash(key);
 1278|      0|        if (hash == -1) {
  ------------------
  |  Branch (1278:13): [True: 0, False: 0]
  ------------------
 1279|      0|            PyErr_Clear();
 1280|      0|            return DKIX_ERROR;
  ------------------
  |  |  186|      0|#define DKIX_ERROR (-3)
  ------------------
 1281|      0|        }
 1282|      0|    }
 1283|  1.03k|    return unicodekeys_lookup_split(dk, key, hash);
 1284|  1.03k|}
_Py_dict_lookup:
 1303|   142k|{
 1304|   142k|    PyDictKeysObject *dk;
 1305|   142k|    DictKeysKind kind;
 1306|   142k|    Py_ssize_t ix;
 1307|       |
 1308|   142k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(mp);
 1309|   142k|start:
 1310|   142k|    dk = mp->ma_keys;
 1311|   142k|    kind = dk->dk_kind;
 1312|       |
 1313|   142k|    if (kind != DICT_KEYS_GENERAL) {
  ------------------
  |  Branch (1313:9): [True: 140k, False: 1.67k]
  ------------------
 1314|   140k|        if (PyUnicode_CheckExact(key)) {
  ------------------
  |  |  104|   140k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|   140k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|   140k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|   140k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 140k, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1315|       |#ifdef Py_GIL_DISABLED
 1316|       |            if (kind == DICT_KEYS_SPLIT) {
 1317|       |                ix = unicodekeys_lookup_split(dk, key, hash);
 1318|       |            }
 1319|       |            else {
 1320|       |                ix = unicodekeys_lookup_unicode(dk, key, hash);
 1321|       |            }
 1322|       |#else
 1323|   140k|            ix = unicodekeys_lookup_unicode(dk, key, hash);
 1324|   140k|#endif
 1325|   140k|        }
 1326|      6|        else {
 1327|      6|            INCREF_KEYS_FT(dk);
 1328|      6|            LOCK_KEYS_IF_SPLIT(dk, kind);
 1329|       |
 1330|      6|            ix = unicodekeys_lookup_generic(mp, dk, key, hash);
 1331|       |
 1332|      6|            UNLOCK_KEYS_IF_SPLIT(dk, kind);
 1333|      6|            DECREF_KEYS_FT(dk, IS_DICT_SHARED(mp));
 1334|      6|            if (ix == DKIX_KEY_CHANGED) {
  ------------------
  |  |  187|      6|#define DKIX_KEY_CHANGED (-4) /* Used internally */
  ------------------
  |  Branch (1334:17): [True: 0, False: 6]
  ------------------
 1335|      0|                goto start;
 1336|      0|            }
 1337|      6|        }
 1338|       |
 1339|   140k|        if (ix >= 0) {
  ------------------
  |  Branch (1339:13): [True: 30.8k, False: 109k]
  ------------------
 1340|  30.8k|            if (kind == DICT_KEYS_SPLIT) {
  ------------------
  |  Branch (1340:17): [True: 167, False: 30.7k]
  ------------------
 1341|    167|                *value_addr = mp->ma_values->values[ix];
 1342|    167|            }
 1343|  30.7k|            else {
 1344|  30.7k|                *value_addr = DK_UNICODE_ENTRIES(dk)[ix].me_value;
 1345|  30.7k|            }
 1346|  30.8k|        }
 1347|   109k|        else {
 1348|   109k|            *value_addr = NULL;
 1349|   109k|        }
 1350|   140k|    }
 1351|  1.67k|    else {
 1352|  1.67k|        ix = dictkeys_generic_lookup(mp, dk, key, hash);
 1353|  1.67k|        if (ix == DKIX_KEY_CHANGED) {
  ------------------
  |  |  187|  1.67k|#define DKIX_KEY_CHANGED (-4) /* Used internally */
  ------------------
  |  Branch (1353:13): [True: 0, False: 1.67k]
  ------------------
 1354|      0|            goto start;
 1355|      0|        }
 1356|  1.67k|        if (ix >= 0) {
  ------------------
  |  Branch (1356:13): [True: 208, False: 1.46k]
  ------------------
 1357|    208|            *value_addr = DK_ENTRIES(dk)[ix].me_value;
 1358|    208|        }
 1359|  1.46k|        else {
 1360|  1.46k|            *value_addr = NULL;
 1361|  1.46k|        }
 1362|  1.67k|    }
 1363|       |
 1364|   142k|    return ix;
 1365|   142k|}
_Py_dict_lookup_threadsafe:
 1701|  1.42k|{
 1702|  1.42k|    Py_ssize_t ix = _Py_dict_lookup(mp, key, hash, value_addr);
 1703|  1.42k|    Py_XNewRef(*value_addr);
  ------------------
  |  |  551|  1.42k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1704|  1.42k|    return ix;
 1705|  1.42k|}
_Py_dict_lookup_threadsafe_stackref:
 1709|  86.3k|{
 1710|  86.3k|    PyObject *val;
 1711|  86.3k|    Py_ssize_t ix = _Py_dict_lookup(mp, key, hash, &val);
 1712|  86.3k|    if (val == NULL) {
  ------------------
  |  Branch (1712:9): [True: 73.8k, False: 12.4k]
  ------------------
 1713|  73.8k|        *value_addr = PyStackRef_NULL;
 1714|  73.8k|    }
 1715|  12.4k|    else {
 1716|  12.4k|        *value_addr = PyStackRef_FromPyObjectNew(val);
  ------------------
  |  |  599|  12.4k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  12.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  12.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1717|  12.4k|    }
 1718|  86.3k|    return ix;
 1719|  86.3k|}
_PyDict_GetMethodStackRef:
 1727|    206|{
 1728|    206|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1728:5): [True: 206, False: 0]
  ------------------
 1729|    206|    Py_hash_t hash = hash_unicode_key(key);
 1730|       |
 1731|       |#ifdef Py_GIL_DISABLED
 1732|       |    // NOTE: We can only do the fast-path lookup if we are on the owning
 1733|       |    // thread or if the dict is already marked as shared so that the load
 1734|       |    // of ma_keys is safe without a lock. We cannot call ensure_shared_on_read()
 1735|       |    // in this code path without incref'ing the dict because the dict is a
 1736|       |    // borrowed reference protected by QSBR, and acquiring the lock could lead
 1737|       |    // to a quiescent state (allowing the dict to be freed).
 1738|       |    if (_Py_IsOwnedByCurrentThread((PyObject *)mp) || IS_DICT_SHARED(mp)) {
 1739|       |        PyDictKeysObject *dk = _Py_atomic_load_ptr_acquire(&mp->ma_keys);
 1740|       |        if (dk->dk_kind == DICT_KEYS_UNICODE) {
 1741|       |            _PyStackRef ref;
 1742|       |            Py_ssize_t ix = lookup_threadsafe_unicode(dk, key, hash, &ref);
 1743|       |            if (ix >= 0) {
 1744|       |                assert(!PyStackRef_IsNull(ref));
 1745|       |                PyStackRef_XSETREF(*method, ref);
 1746|       |                return 1;
 1747|       |            }
 1748|       |            else if (ix == DKIX_EMPTY) {
 1749|       |                return 0;
 1750|       |            }
 1751|       |            assert(ix == DKIX_KEY_CHANGED);
 1752|       |        }
 1753|       |    }
 1754|       |#endif
 1755|       |
 1756|    206|    PyObject *obj;
 1757|    206|    Py_INCREF(mp);
  ------------------
  |  |  310|    206|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    206|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    206|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1758|    206|    Py_ssize_t ix = _Py_dict_lookup_threadsafe(mp, key, hash, &obj);
 1759|    206|    Py_DECREF(mp);
  ------------------
  |  |  430|    206|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    206|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    206|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1760|    206|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|    206|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (1760:9): [True: 0, False: 206]
  ------------------
 1761|      0|        PyStackRef_CLEAR(*method);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1762|      0|        return -1;
 1763|      0|    }
 1764|    206|    else if (ix >= 0 && obj != NULL) {
  ------------------
  |  Branch (1764:14): [True: 0, False: 206]
  |  Branch (1764:25): [True: 0, False: 0]
  ------------------
 1765|      0|        PyStackRef_XSETREF(*method, PyStackRef_FromPyObjectSteal(obj));
  ------------------
  |  |  834|      0|    do { \
  |  |  835|      0|        _PyStackRef _tmp_dst_ref = (dst); \
  |  |  836|      0|        (dst) = (src); \
  |  |  837|      0|        PyStackRef_XCLOSE(_tmp_dst_ref); \
  |  |  838|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (838:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1766|      0|        return 1;
 1767|      0|    }
 1768|    206|    return 0;  // not found
 1769|    206|}
_PyDict_HasOnlyStringKeys:
 1773|    255|{
 1774|    255|    Py_ssize_t pos = 0;
 1775|    255|    PyObject *key, *value;
 1776|    255|    assert(PyDict_Check(dict));
  ------------------
  |  Branch (1776:5): [True: 255, False: 0]
  ------------------
 1777|       |    /* Shortcut */
 1778|    255|    if (((PyDictObject *)dict)->ma_keys->dk_kind != DICT_KEYS_GENERAL)
  ------------------
  |  Branch (1778:9): [True: 255, False: 0]
  ------------------
 1779|    255|        return 1;
 1780|      0|    while (PyDict_Next(dict, &pos, &key, &value))
  ------------------
  |  Branch (1780:12): [True: 0, False: 0]
  ------------------
 1781|      0|        if (!PyUnicode_Check(key))
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1781:13): [True: 0, False: 0]
  ------------------
 1782|      0|            return 0;
 1783|      0|    return 1;
 1784|      0|}
_PyDict_EnablePerThreadRefcounting:
 1788|     83|{
 1789|     83|    assert(PyDict_Check(op));
  ------------------
  |  Branch (1789:5): [True: 83, False: 0]
  ------------------
 1790|       |#ifdef Py_GIL_DISABLED
 1791|       |    Py_ssize_t id = _PyObject_AssignUniqueId(op);
 1792|       |    if (id == _Py_INVALID_UNIQUE_ID) {
 1793|       |        return;
 1794|       |    }
 1795|       |    if ((uint64_t)id >= (uint64_t)DICT_UNIQUE_ID_MAX) {
 1796|       |        _PyObject_ReleaseUniqueId(id);
 1797|       |        return;
 1798|       |    }
 1799|       |
 1800|       |    PyDictObject *mp = (PyDictObject *)op;
 1801|       |    assert((mp->_ma_watcher_tag >> DICT_UNIQUE_ID_SHIFT) == 0);
 1802|       |    mp->_ma_watcher_tag += (uint64_t)id << DICT_UNIQUE_ID_SHIFT;
 1803|       |#endif
 1804|     83|}
_PyDict_InsertSplitValue:
 1918|    133|{
 1919|    133|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (1919:5): [True: 133, False: 0]
  ------------------
 1920|    133|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1920:5): [True: 133, False: 0]
  ------------------
 1921|       |
 1922|    133|    PyObject *old_value = mp->ma_values->values[ix];
 1923|    133|    if (old_value == NULL) {
  ------------------
  |  Branch (1923:9): [True: 133, False: 0]
  ------------------
 1924|    133|        _PyDict_NotifyEvent(PyDict_EVENT_ADDED, mp, key, value);
 1925|    133|        STORE_SPLIT_VALUE(mp, ix, Py_NewRef(value));
  ------------------
  |  |  317|    133|#define STORE_SPLIT_VALUE(mp, idx, value) FT_ATOMIC_STORE_PTR_RELEASE(mp->ma_values->values[idx], value)
  |  |  ------------------
  |  |  |  |  164|    133|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1926|    133|        _PyDictValues_AddToInsertionOrder(mp->ma_values, ix);
 1927|    133|        STORE_USED(mp, mp->ma_used + 1);
  ------------------
  |  |  321|    133|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|    133|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1928|    133|    }
 1929|      0|    else {
 1930|      0|        _PyDict_NotifyEvent(PyDict_EVENT_MODIFIED, mp, key, value);
 1931|      0|        STORE_SPLIT_VALUE(mp, ix, Py_NewRef(value));
  ------------------
  |  |  317|      0|#define STORE_SPLIT_VALUE(mp, idx, value) FT_ATOMIC_STORE_PTR_RELEASE(mp->ma_values->values[idx], value)
  |  |  ------------------
  |  |  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1932|       |        // old_value should be DECREFed after GC track checking is done, if not, it could raise a segmentation fault,
 1933|       |        // when dict only holds the strong reference to value in ep->me_value.
 1934|      0|        Py_DECREF(old_value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1935|      0|    }
 1936|       |    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|    133|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (1936:5): [True: 133, False: 0]
  ------------------
 1937|    133|}
_PyDict_FromItems:
 2308|    709|{
 2309|    709|    bool unicode = true;
 2310|    709|    PyObject *const *ks = keys;
 2311|       |
 2312|  1.16k|    for (Py_ssize_t i = 0; i < length; i++) {
  ------------------
  |  Branch (2312:28): [True: 469, False: 700]
  ------------------
 2313|    469|        if (!PyUnicode_CheckExact(*ks)) {
  ------------------
  |  |  104|    469|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    469|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    469|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    469|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2313:13): [True: 9, False: 460]
  ------------------
 2314|      9|            unicode = false;
 2315|      9|            break;
 2316|      9|        }
 2317|    460|        ks += keys_offset;
 2318|    460|    }
 2319|       |
 2320|    709|    PyObject *dict = dict_new_presized(length, unicode);
 2321|    709|    if (dict == NULL) {
  ------------------
  |  Branch (2321:9): [True: 0, False: 709]
  ------------------
 2322|      0|        return NULL;
 2323|      0|    }
 2324|       |
 2325|    709|    ks = keys;
 2326|    709|    PyObject *const *vs = values;
 2327|       |
 2328|  1.20k|    for (Py_ssize_t i = 0; i < length; i++) {
  ------------------
  |  Branch (2328:28): [True: 491, False: 709]
  ------------------
 2329|    491|        PyObject *key = *ks;
 2330|    491|        PyObject *value = *vs;
 2331|    491|        if (setitem_lock_held((PyDictObject *)dict, key, value) < 0) {
  ------------------
  |  Branch (2331:13): [True: 0, False: 491]
  ------------------
 2332|      0|            Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2333|      0|            return NULL;
 2334|      0|        }
 2335|    491|        ks += keys_offset;
 2336|    491|        vs += values_offset;
 2337|    491|    }
 2338|       |
 2339|    709|    return dict;
 2340|    709|}
PyDict_GetItem:
 2398|    139|{
 2399|    139|    return dict_getitem(op, key,
 2400|    139|            "Exception ignored in PyDict_GetItem(); consider using "
 2401|    139|            "PyDict_GetItemRef() or PyDict_GetItemWithError()");
 2402|    139|}
_PyDict_LookupIndexAndValue:
 2427|  1.06k|{
 2428|       |    // TODO: Thread safety
 2429|  1.06k|    assert(PyDict_CheckExact((PyObject*)mp));
  ------------------
  |  Branch (2429:5): [True: 1.06k, False: 0]
  ------------------
 2430|  1.06k|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (2430:5): [True: 1.06k, False: 0]
  ------------------
 2431|       |
 2432|  1.06k|    Py_hash_t hash = _PyObject_HashFast(key);
 2433|  1.06k|    if (hash == -1) {
  ------------------
  |  Branch (2433:9): [True: 0, False: 1.06k]
  ------------------
 2434|      0|        dict_unhashable_type((PyObject*)mp, key);
 2435|      0|        return -1;
 2436|      0|    }
 2437|       |
 2438|  1.06k|    return _Py_dict_lookup(mp, key, hash, value);
 2439|  1.06k|}
_PyDict_GetItemRef_KnownHash:
 2503|  13.2k|{
 2504|  13.2k|    PyObject *value;
 2505|       |#ifdef Py_GIL_DISABLED
 2506|       |    Py_ssize_t ix = _Py_dict_lookup_threadsafe(op, key, hash, &value);
 2507|       |#else
 2508|  13.2k|    Py_ssize_t ix = _Py_dict_lookup(op, key, hash, &value);
 2509|  13.2k|#endif
 2510|  13.2k|    assert(ix >= 0 || value == NULL);
  ------------------
  |  Branch (2510:5): [True: 10.5k, False: 2.63k]
  |  Branch (2510:5): [True: 2.63k, False: 0]
  ------------------
 2511|  13.2k|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  13.2k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2511:9): [True: 0, False: 13.2k]
  ------------------
 2512|      0|        *result = NULL;
 2513|      0|        return -1;
 2514|      0|    }
 2515|  13.2k|    if (value == NULL) {
  ------------------
  |  Branch (2515:9): [True: 2.63k, False: 10.5k]
  ------------------
 2516|  2.63k|        *result = NULL;
 2517|  2.63k|        return 0;  // missing key
 2518|  2.63k|    }
 2519|       |#ifdef Py_GIL_DISABLED
 2520|       |    *result = value;
 2521|       |#else
 2522|  10.5k|    *result = Py_NewRef(value);
  ------------------
  |  |  550|  10.5k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  10.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2523|  10.5k|#endif
 2524|  10.5k|    return 1;  // key is present
 2525|  13.2k|}
PyDict_GetItemRef:
 2529|  13.2k|{
 2530|  13.2k|    if (!PyAnyDict_Check(op)) {
  ------------------
  |  |   43|  13.2k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  13.2k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  26.4k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 13.2k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2531|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2532|      0|        *result = NULL;
 2533|      0|        return -1;
 2534|      0|    }
 2535|       |
 2536|  13.2k|    Py_hash_t hash = _PyObject_HashFast(key);
 2537|  13.2k|    if (hash == -1) {
  ------------------
  |  Branch (2537:9): [True: 0, False: 13.2k]
  ------------------
 2538|      0|        dict_unhashable_type(op, key);
 2539|      0|        *result = NULL;
 2540|      0|        return -1;
 2541|      0|    }
 2542|       |
 2543|  13.2k|    return _PyDict_GetItemRef_KnownHash((PyDictObject *)op, key, hash, result);
 2544|  13.2k|}
_PyDict_GetItemRef_Unicode_LockHeld:
 2548|    174|{
 2549|    174|    ASSERT_DICT_LOCKED(op);
 2550|    174|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (2550:5): [True: 174, False: 0]
  ------------------
 2551|       |
 2552|    174|    Py_hash_t hash = _PyObject_HashFast(key);
 2553|    174|    if (hash == -1) {
  ------------------
  |  Branch (2553:9): [True: 0, False: 174]
  ------------------
 2554|      0|        dict_unhashable_type((PyObject*)op, key);
 2555|      0|        *result = NULL;
 2556|      0|        return -1;
 2557|      0|    }
 2558|       |
 2559|    174|    PyObject *value;
 2560|    174|    Py_ssize_t ix = _Py_dict_lookup(op, key, hash, &value);
 2561|    174|    assert(ix >= 0 || value == NULL);
  ------------------
  |  Branch (2561:5): [True: 43, False: 131]
  |  Branch (2561:5): [True: 131, False: 0]
  ------------------
 2562|    174|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|    174|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2562:9): [True: 0, False: 174]
  ------------------
 2563|      0|        *result = NULL;
 2564|      0|        return -1;
 2565|      0|    }
 2566|    174|    if (value == NULL) {
  ------------------
  |  Branch (2566:9): [True: 131, False: 43]
  ------------------
 2567|    131|        *result = NULL;
 2568|    131|        return 0;  // missing key
 2569|    131|    }
 2570|     43|    *result = Py_NewRef(value);
  ------------------
  |  |  550|     43|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     43|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     43|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2571|     43|    return 1;  // key is present
 2572|    174|}
PyDict_GetItemWithError:
 2580|  1.80k|{
 2581|  1.80k|    Py_ssize_t ix; (void)ix;
 2582|  1.80k|    Py_hash_t hash;
 2583|  1.80k|    PyDictObject*mp = (PyDictObject *)op;
 2584|  1.80k|    PyObject *value;
 2585|       |
 2586|  1.80k|    if (!PyAnyDict_Check(op)) {
  ------------------
  |  |   43|  1.80k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  1.80k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  3.60k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 1.80k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2587|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2588|      0|        return NULL;
 2589|      0|    }
 2590|  1.80k|    hash = _PyObject_HashFast(key);
 2591|  1.80k|    if (hash == -1) {
  ------------------
  |  Branch (2591:9): [True: 0, False: 1.80k]
  ------------------
 2592|      0|        dict_unhashable_type(op, key);
 2593|      0|        return NULL;
 2594|      0|    }
 2595|       |
 2596|       |#ifdef Py_GIL_DISABLED
 2597|       |    ix = _Py_dict_lookup_threadsafe(mp, key, hash, &value);
 2598|       |    Py_XDECREF(value);
 2599|       |#else
 2600|  1.80k|    ix = _Py_dict_lookup(mp, key, hash, &value);
 2601|  1.80k|#endif
 2602|  1.80k|    assert(ix >= 0 || value == NULL);
  ------------------
  |  Branch (2602:5): [True: 654, False: 1.14k]
  |  Branch (2602:5): [True: 1.14k, False: 0]
  ------------------
 2603|  1.80k|    return value;  // borrowed reference
 2604|  1.80k|}
_PyDict_LoadGlobalStackRef:
 2669|  3.99k|{
 2670|  3.99k|    Py_ssize_t ix;
 2671|  3.99k|    Py_hash_t hash;
 2672|       |
 2673|  3.99k|    hash = _PyObject_HashFast(key);
 2674|  3.99k|    if (hash == -1) {
  ------------------
  |  Branch (2674:9): [True: 0, False: 3.99k]
  ------------------
 2675|      0|        *res = PyStackRef_NULL;
 2676|      0|        return;
 2677|      0|    }
 2678|       |
 2679|       |    /* namespace 1: globals */
 2680|  3.99k|    ix = _Py_dict_lookup_threadsafe_stackref(globals, key, hash, res);
 2681|  3.99k|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  3.99k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2681:9): [True: 0, False: 3.99k]
  ------------------
 2682|      0|        return;
 2683|      0|    }
 2684|  3.99k|    if (ix != DKIX_EMPTY && !PyStackRef_IsNull(*res)) {
  ------------------
  |  |  184|  7.98k|#define DKIX_EMPTY (-1)
  ------------------
                  if (ix != DKIX_EMPTY && !PyStackRef_IsNull(*res)) {
  ------------------
  |  |  470|  1.55k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  1.55k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.55k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2684:9): [True: 1.55k, False: 2.44k]
  |  Branch (2684:29): [True: 1.55k, False: 0]
  ------------------
 2685|  1.55k|        return;
 2686|  1.55k|    }
 2687|       |
 2688|       |    /* namespace 2: builtins */
 2689|  2.44k|    ix = _Py_dict_lookup_threadsafe_stackref(builtins, key, hash, res);
 2690|       |    assert(ix >= 0 || PyStackRef_IsNull(*res));
  ------------------
  |  Branch (2690:5): [True: 2.44k, False: 0]
  |  Branch (2690:5): [True: 0, False: 0]
  ------------------
 2691|  2.44k|}
_PyDict_LoadBuiltinsFromGlobals:
 2695|  2.16k|{
 2696|  2.16k|    if (!PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|  2.16k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  2.16k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  4.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 2.16k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2697|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2698|      0|        return NULL;
 2699|      0|    }
 2700|       |
 2701|  2.16k|    PyDictObject *mp = (PyDictObject *)globals;
 2702|  2.16k|    PyObject *key = &_Py_ID(__builtins__);
  ------------------
  |  |  917|  2.16k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  2.16k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  2.16k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2703|  2.16k|    Py_hash_t hash = unicode_get_hash(key);
 2704|       |
 2705|       |    // Use the stackref variant to avoid reference count contention on the
 2706|       |    // builtins module in the free threading build. It's important not to
 2707|       |    // make any escaping calls between the lookup and the `PyStackRef_CLOSE()`
 2708|       |    // because the `ref` is not visible to the GC.
 2709|  2.16k|    _PyStackRef ref;
 2710|  2.16k|    Py_ssize_t ix = _Py_dict_lookup_threadsafe_stackref(mp, key, hash, &ref);
 2711|  2.16k|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  2.16k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2711:9): [True: 0, False: 2.16k]
  ------------------
 2712|      0|        return NULL;
 2713|      0|    }
 2714|  2.16k|    if (PyStackRef_IsNull(ref)) {
  ------------------
  |  |  470|  2.16k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  2.16k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  2.16k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 2.16k]
  |  |  ------------------
  ------------------
 2715|      0|        return Py_NewRef(PyEval_GetBuiltins());
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2716|      0|    }
 2717|  2.16k|    PyObject *builtins = PyStackRef_AsPyObjectBorrow(ref);
 2718|  2.16k|    if (PyModule_Check(builtins)) {
  ------------------
  |  |   12|  2.16k|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|  2.16k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 2.16k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2719|      0|        builtins = _PyModule_GetDict(builtins);
 2720|      0|        assert(builtins != NULL);
  ------------------
  |  Branch (2720:9): [True: 0, False: 0]
  ------------------
 2721|      0|    }
 2722|  2.16k|    _Py_INCREF_BUILTINS(builtins);
  ------------------
  |  |  386|  2.16k|#  define _Py_INCREF_BUILTINS Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  2.16k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2723|  2.16k|    PyStackRef_CLOSE(ref);
 2724|  2.16k|    return builtins;
 2725|  2.16k|}
_PyDict_SetItem_Take2:
 2763|  14.3k|{
 2764|  14.3k|    int res;
 2765|  14.3k|    Py_BEGIN_CRITICAL_SECTION(mp);
  ------------------
  |  |   51|  14.3k|    {
  ------------------
 2766|  14.3k|    res = setitem_take2_lock_held(mp, key, value);
 2767|  14.3k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  14.3k|    }
  ------------------
 2768|  14.3k|    return res;
 2769|  14.3k|}
PyDict_SetItem:
 2789|  12.9k|{
 2790|  12.9k|    assert(key);
  ------------------
  |  Branch (2790:5): [True: 12.9k, False: 0]
  ------------------
 2791|  12.9k|    assert(value);
  ------------------
  |  Branch (2791:5): [True: 12.9k, False: 0]
  ------------------
 2792|       |
 2793|  12.9k|    if (!PyDict_Check(op)) {
  ------------------
  |  |   18|  12.9k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  12.9k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2793:9): [True: 0, False: 12.9k]
  ------------------
 2794|      0|        if (PyFrozenDict_Check(op)) {
  ------------------
  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2795|      0|            frozendict_does_not_support("assignment");
  ------------------
  |  | 2728|      0|    PyErr_SetString(PyExc_TypeError, "frozendict object does " \
  |  | 2729|      0|                    "not support item " WHAT)
  ------------------
 2796|      0|        }
 2797|      0|        else {
 2798|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2799|      0|        }
 2800|      0|        return -1;
 2801|      0|    }
 2802|       |
 2803|  12.9k|    return _PyDict_SetItem_Take2((PyDictObject *)op,
 2804|  12.9k|                                 Py_NewRef(key), Py_NewRef(value));
  ------------------
  |  |  550|  12.9k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  12.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  12.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                               Py_NewRef(key), Py_NewRef(value));
  ------------------
  |  |  550|  12.9k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  12.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  12.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2805|  12.9k|}
PyDict_DelItem:
 2926|    562|{
 2927|    562|    assert(key);
  ------------------
  |  Branch (2927:5): [True: 562, False: 0]
  ------------------
 2928|    562|    Py_hash_t hash = _PyObject_HashFast(key);
 2929|    562|    if (hash == -1) {
  ------------------
  |  Branch (2929:9): [True: 0, False: 562]
  ------------------
 2930|      0|        dict_unhashable_type(op, key);
 2931|      0|        return -1;
 2932|      0|    }
 2933|       |
 2934|    562|    return _PyDict_DelItem_KnownHash(op, key, hash);
 2935|    562|}
_PyDict_DelItem_KnownHash_LockHeld:
 2939|    598|{
 2940|    598|    if (!PyDict_Check(op)) {
  ------------------
  |  |   18|    598|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    598|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2940:9): [True: 0, False: 598]
  ------------------
 2941|      0|        if (PyFrozenDict_Check(op)) {
  ------------------
  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2942|      0|            frozendict_does_not_support("deletion");
  ------------------
  |  | 2728|      0|    PyErr_SetString(PyExc_TypeError, "frozendict object does " \
  |  | 2729|      0|                    "not support item " WHAT)
  ------------------
 2943|      0|        }
 2944|      0|        else {
 2945|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2946|      0|        }
 2947|      0|        return -1;
 2948|      0|    }
 2949|       |
 2950|    598|    Py_ssize_t ix;
 2951|    598|    PyObject *old_value;
 2952|    598|    PyDictObject *mp = (PyDictObject *)op;
 2953|    598|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2953:5): [True: 598, False: 0]
  ------------------
 2954|       |
 2955|    598|    assert(key);
  ------------------
  |  Branch (2955:5): [True: 598, False: 0]
  ------------------
 2956|    598|    assert(hash != -1);
  ------------------
  |  Branch (2956:5): [True: 598, False: 0]
  ------------------
 2957|    598|    ix = _Py_dict_lookup(mp, key, hash, &old_value);
 2958|    598|    if (ix == DKIX_ERROR)
  ------------------
  |  |  186|    598|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2958:9): [True: 0, False: 598]
  ------------------
 2959|      0|        return -1;
 2960|    598|    if (ix == DKIX_EMPTY || old_value == NULL) {
  ------------------
  |  |  184|  1.19k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (2960:9): [True: 0, False: 598]
  |  Branch (2960:29): [True: 0, False: 598]
  ------------------
 2961|      0|        _PyErr_SetKeyError(key);
 2962|      0|        return -1;
 2963|      0|    }
 2964|       |
 2965|    598|    _PyDict_NotifyEvent(PyDict_EVENT_DELETED, mp, key, NULL);
 2966|    598|    delitem_common(mp, hash, ix, old_value);
 2967|    598|    return 0;
 2968|    598|}
_PyDict_DelItem_KnownHash:
 2972|    562|{
 2973|    562|    int res;
 2974|    562|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|    562|    {
  ------------------
 2975|    562|    res = _PyDict_DelItem_KnownHash_LockHeld(op, key, hash);
 2976|    562|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    562|    }
  ------------------
 2977|    562|    return res;
 2978|    562|}
_PyDict_DelItemIf:
 3026|     91|{
 3027|     91|    assert(PyDict_Check(op));
  ------------------
  |  Branch (3027:5): [True: 91, False: 0]
  ------------------
 3028|     91|    int res;
 3029|     91|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|     91|    {
  ------------------
 3030|     91|    res = delitemif_lock_held(op, key, predicate, arg);
 3031|     91|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     91|    }
  ------------------
 3032|     91|    return res;
 3033|     91|}
PyDict_Clear:
 3103|      6|{
 3104|      6|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|      6|    {
  ------------------
 3105|      6|    clear_lock_held(op);
 3106|      6|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      6|    }
  ------------------
 3107|      6|}
_PyDict_Next:
 3117|  6.20k|{
 3118|  6.20k|    Py_ssize_t i;
 3119|  6.20k|    PyDictObject *mp;
 3120|  6.20k|    PyObject *key, *value;
 3121|  6.20k|    Py_hash_t hash;
 3122|       |
 3123|  6.20k|    if (!PyAnyDict_Check(op))
  ------------------
  |  |   43|  6.20k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  6.20k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  12.4k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 6.20k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3124|      0|        return 0;
 3125|       |
 3126|  6.20k|    mp = (PyDictObject *)op;
 3127|  6.20k|    i = *ppos;
 3128|  6.20k|    if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|  6.20k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 6.20k]
  |  |  ------------------
  ------------------
 3129|      0|        assert(mp->ma_used <= SHARED_KEYS_MAX_SIZE);
  ------------------
  |  Branch (3129:9): [True: 0, False: 0]
  ------------------
 3130|      0|        if (i < 0 || i >= mp->ma_used)
  ------------------
  |  Branch (3130:13): [True: 0, False: 0]
  |  Branch (3130:22): [True: 0, False: 0]
  ------------------
 3131|      0|            return 0;
 3132|      0|        int index = get_index_from_order(mp, i);
 3133|      0|        value = mp->ma_values->values[index];
 3134|      0|        key = LOAD_SHARED_KEY(DK_UNICODE_ENTRIES(mp->ma_keys)[index].me_key);
  ------------------
  |  |  249|      0|#define LOAD_SHARED_KEY(key) key
  ------------------
 3135|      0|        hash = unicode_get_hash(key);
 3136|      0|        assert(value != NULL);
  ------------------
  |  Branch (3136:9): [True: 0, False: 0]
  ------------------
 3137|      0|    }
 3138|  6.20k|    else {
 3139|  6.20k|        Py_ssize_t n = mp->ma_keys->dk_nentries;
 3140|  6.20k|        if (i < 0 || i >= n)
  ------------------
  |  Branch (3140:13): [True: 0, False: 6.20k]
  |  Branch (3140:22): [True: 373, False: 5.82k]
  ------------------
 3141|    373|            return 0;
 3142|  5.82k|        if (DK_IS_UNICODE(mp->ma_keys)) {
  ------------------
  |  |  282|  5.82k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 5.78k, False: 44]
  |  |  ------------------
  ------------------
 3143|  5.78k|            PyDictUnicodeEntry *entry_ptr = &DK_UNICODE_ENTRIES(mp->ma_keys)[i];
 3144|  6.14k|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (3144:20): [True: 6.11k, False: 31]
  |  Branch (3144:29): [True: 363, False: 5.75k]
  ------------------
 3145|    363|                entry_ptr++;
 3146|    363|                i++;
 3147|    363|            }
 3148|  5.78k|            if (i >= n)
  ------------------
  |  Branch (3148:17): [True: 31, False: 5.75k]
  ------------------
 3149|     31|                return 0;
 3150|  5.75k|            key = entry_ptr->me_key;
 3151|  5.75k|            hash = unicode_get_hash(entry_ptr->me_key);
 3152|  5.75k|            value = entry_ptr->me_value;
 3153|  5.75k|        }
 3154|     44|        else {
 3155|     44|            PyDictKeyEntry *entry_ptr = &DK_ENTRIES(mp->ma_keys)[i];
 3156|     44|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (3156:20): [True: 44, False: 0]
  |  Branch (3156:29): [True: 0, False: 44]
  ------------------
 3157|      0|                entry_ptr++;
 3158|      0|                i++;
 3159|      0|            }
 3160|     44|            if (i >= n)
  ------------------
  |  Branch (3160:17): [True: 0, False: 44]
  ------------------
 3161|      0|                return 0;
 3162|     44|            key = entry_ptr->me_key;
 3163|     44|            hash = entry_ptr->me_hash;
 3164|     44|            value = entry_ptr->me_value;
 3165|     44|        }
 3166|  5.82k|    }
 3167|  5.79k|    *ppos = i+1;
 3168|  5.79k|    if (pkey)
  ------------------
  |  Branch (3168:9): [True: 5.79k, False: 0]
  ------------------
 3169|  5.79k|        *pkey = key;
 3170|  5.79k|    if (pvalue)
  ------------------
  |  Branch (3170:9): [True: 3.71k, False: 2.07k]
  ------------------
 3171|  3.71k|        *pvalue = value;
 3172|  5.79k|    if (phash)
  ------------------
  |  Branch (3172:9): [True: 780, False: 5.01k]
  ------------------
 3173|    780|        *phash = hash;
 3174|  5.79k|    return 1;
 3175|  6.20k|}
PyDict_Next:
 3197|  3.26k|{
 3198|       |    return _PyDict_Next(op, ppos, pkey, pvalue, NULL);
 3199|  3.26k|}
_PyDict_Pop_KnownHash:
 3206|    203|{
 3207|    203|    assert(PyDict_Check(mp));
  ------------------
  |  Branch (3207:5): [True: 203, False: 0]
  ------------------
 3208|    203|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (3208:5): [True: 203, False: 0]
  ------------------
 3209|       |
 3210|    203|    if (mp->ma_used == 0) {
  ------------------
  |  Branch (3210:9): [True: 0, False: 203]
  ------------------
 3211|      0|        if (result) {
  ------------------
  |  Branch (3211:13): [True: 0, False: 0]
  ------------------
 3212|      0|            *result = NULL;
 3213|      0|        }
 3214|      0|        return 0;
 3215|      0|    }
 3216|       |
 3217|    203|    PyObject *old_value;
 3218|    203|    Py_ssize_t ix = _Py_dict_lookup(mp, key, hash, &old_value);
 3219|    203|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|    203|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (3219:9): [True: 0, False: 203]
  ------------------
 3220|      0|        if (result) {
  ------------------
  |  Branch (3220:13): [True: 0, False: 0]
  ------------------
 3221|      0|            *result = NULL;
 3222|      0|        }
 3223|      0|        return -1;
 3224|      0|    }
 3225|       |
 3226|    203|    if (ix == DKIX_EMPTY || old_value == NULL) {
  ------------------
  |  |  184|    406|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (3226:9): [True: 96, False: 107]
  |  Branch (3226:29): [True: 0, False: 107]
  ------------------
 3227|     96|        if (result) {
  ------------------
  |  Branch (3227:13): [True: 93, False: 3]
  ------------------
 3228|     93|            *result = NULL;
 3229|     93|        }
 3230|     96|        return 0;
 3231|     96|    }
 3232|       |
 3233|    203|    assert(old_value != NULL);
  ------------------
  |  Branch (3233:5): [True: 107, False: 0]
  ------------------
 3234|    107|    _PyDict_NotifyEvent(PyDict_EVENT_DELETED, mp, key, NULL);
 3235|    107|    delitem_common(mp, hash, ix, Py_NewRef(old_value));
  ------------------
  |  |  550|    107|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    107|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    107|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3236|       |
 3237|    107|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|    107|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (3237:5): [True: 107, False: 0]
  ------------------
 3238|    107|    if (result) {
  ------------------
  |  Branch (3238:9): [True: 107, False: 0]
  ------------------
 3239|    107|        *result = old_value;
 3240|    107|    }
 3241|      0|    else {
 3242|      0|        Py_DECREF(old_value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3243|      0|    }
 3244|    107|    return 1;
 3245|    107|}
PyDict_Pop:
 3285|    204|{
 3286|    204|    int err;
 3287|    204|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|    204|    {
  ------------------
 3288|    204|    err = pop_lock_held(op, key, result);
 3289|    204|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    204|    }
  ------------------
 3290|       |
 3291|    204|    return err;
 3292|    204|}
_PyDict_FromKeys:
 3388|      5|{
 3389|      5|    PyObject *it;       /* iter(iterable) */
 3390|      5|    PyObject *key;
 3391|      5|    PyObject *d;
 3392|      5|    int status;
 3393|       |
 3394|      5|    d = _PyObject_CallNoArgs(cls);
 3395|      5|    if (d == NULL) {
  ------------------
  |  Branch (3395:9): [True: 0, False: 5]
  ------------------
 3396|      0|        return NULL;
 3397|      0|    }
 3398|       |
 3399|       |    // If cls is a dict or frozendict subclass with overridden constructor,
 3400|       |    // copy the frozendict.
 3401|      5|    PyTypeObject *cls_type = _PyType_CAST(cls);
  ------------------
  |  |  770|      5|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (3401:30): [True: 5, False: 0]
  ------------------
 3402|      5|    if (PyFrozenDict_Check(d) && cls_type->tp_new != frozendict_new) {
  ------------------
  |  |   37|      5|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|     10|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3402:34): [True: 0, False: 0]
  ------------------
 3403|       |        // Subclass-friendly copy
 3404|      0|        PyObject *copy;
 3405|      0|        if (PyObject_IsSubclass(cls, (PyObject*)&PyFrozenDict_Type)) {
  ------------------
  |  Branch (3405:13): [True: 0, False: 0]
  ------------------
 3406|      0|            copy = frozendict_new(cls_type, NULL, NULL);
 3407|      0|        }
 3408|      0|        else {
 3409|      0|            copy = dict_new(cls_type, NULL, NULL);
 3410|      0|        }
 3411|      0|        if (copy == NULL) {
  ------------------
  |  Branch (3411:13): [True: 0, False: 0]
  ------------------
 3412|      0|            Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3413|      0|            return NULL;
 3414|      0|        }
 3415|      0|        if (dict_merge(copy, d, 1, NULL) < 0) {
  ------------------
  |  Branch (3415:13): [True: 0, False: 0]
  ------------------
 3416|      0|            Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3417|      0|            Py_DECREF(copy);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3418|      0|            return NULL;
 3419|      0|        }
 3420|      0|        Py_SETREF(d, copy);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3421|      0|    }
 3422|      5|    assert(!PyFrozenDict_Check(d) || can_modify_dict((PyDictObject*)d));
  ------------------
  |  Branch (3422:5): [True: 5, False: 0]
  |  Branch (3422:5): [True: 0, False: 0]
  ------------------
 3423|       |
 3424|      5|    if (PyDict_CheckExact(d)) {
  ------------------
  |  |   19|      5|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      5|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3425|      5|        if (PyDict_CheckExact(iterable)) {
  ------------------
  |  |   19|      5|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      5|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3426|      0|            PyDictObject *mp = (PyDictObject *)d;
 3427|       |
 3428|      0|            Py_BEGIN_CRITICAL_SECTION2(d, iterable);
  ------------------
  |  |   57|      0|    {
  ------------------
 3429|      0|            d = (PyObject *)dict_dict_fromkeys(mp, iterable, value);
 3430|      0|            Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      0|    }
  ------------------
 3431|      0|            return d;
 3432|      0|        }
 3433|      5|        else if (PyFrozenDict_CheckExact(iterable)) {
  ------------------
  |  |   38|      5|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  215|      5|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3434|      0|            PyDictObject *mp = (PyDictObject *)d;
 3435|       |
 3436|      0|            Py_BEGIN_CRITICAL_SECTION(d);
  ------------------
  |  |   51|      0|    {
  ------------------
 3437|      0|            d = (PyObject *)dict_dict_fromkeys(mp, iterable, value);
 3438|      0|            Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 3439|      0|            return d;
 3440|      0|        }
 3441|      5|        else if (PyAnySet_CheckExact(iterable)) {
  ------------------
  |  |   29|      5|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  215|     10|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  215|      5|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3442|      0|            PyDictObject *mp = (PyDictObject *)d;
 3443|       |
 3444|      0|            Py_BEGIN_CRITICAL_SECTION2(d, iterable);
  ------------------
  |  |   57|      0|    {
  ------------------
 3445|      0|            d = (PyObject *)dict_set_fromkeys(mp, iterable, value);
 3446|      0|            Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      0|    }
  ------------------
 3447|      0|            return d;
 3448|      0|        }
 3449|      5|    }
 3450|      0|    else if (PyFrozenDict_CheckExact(d)) {
  ------------------
  |  |   38|      0|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3451|      0|        if (PyDict_CheckExact(iterable)) {
  ------------------
  |  |   19|      0|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3452|      0|            PyDictObject *mp = (PyDictObject *)d;
 3453|       |
 3454|      0|            Py_BEGIN_CRITICAL_SECTION(iterable);
  ------------------
  |  |   51|      0|    {
  ------------------
 3455|      0|            d = (PyObject *)dict_dict_fromkeys(mp, iterable, value);
 3456|      0|            Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 3457|      0|            return d;
 3458|      0|        }
 3459|      0|        else if (PyFrozenDict_CheckExact(iterable)) {
  ------------------
  |  |   38|      0|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3460|      0|            PyDictObject *mp = (PyDictObject *)d;
 3461|      0|            d = (PyObject *)dict_dict_fromkeys(mp, iterable, value);
 3462|      0|            return d;
 3463|      0|        }
 3464|      0|        else if (PyAnySet_CheckExact(iterable)) {
  ------------------
  |  |   29|      0|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3465|      0|            PyDictObject *mp = (PyDictObject *)d;
 3466|       |
 3467|      0|            Py_BEGIN_CRITICAL_SECTION(iterable);
  ------------------
  |  |   51|      0|    {
  ------------------
 3468|      0|            d = (PyObject *)dict_set_fromkeys(mp, iterable, value);
 3469|      0|            Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 3470|      0|            return d;
 3471|      0|        }
 3472|      0|    }
 3473|       |
 3474|      5|    it = PyObject_GetIter(iterable);
 3475|      5|    if (it == NULL){
  ------------------
  |  Branch (3475:9): [True: 0, False: 5]
  ------------------
 3476|      0|        Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3477|      0|        return NULL;
 3478|      0|    }
 3479|       |
 3480|      5|    if (PyDict_CheckExact(d)) {
  ------------------
  |  |   19|      5|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      5|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 5, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3481|      5|        Py_BEGIN_CRITICAL_SECTION(d);
  ------------------
  |  |   51|      5|    {
  ------------------
 3482|     14|        while ((key = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (3482:16): [True: 9, False: 5]
  ------------------
 3483|      9|            status = setitem_lock_held((PyDictObject *)d, key, value);
 3484|      9|            Py_DECREF(key);
  ------------------
  |  |  430|      9|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3485|      9|            if (status < 0) {
  ------------------
  |  Branch (3485:17): [True: 0, False: 9]
  ------------------
 3486|      0|                assert(PyErr_Occurred());
  ------------------
  |  Branch (3486:17): [True: 0, False: 0]
  ------------------
 3487|      0|                goto dict_iter_exit;
 3488|      0|            }
 3489|      9|        }
 3490|      5|dict_iter_exit:;
 3491|      5|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      5|    }
  ------------------
 3492|      5|    }
 3493|      0|    else if (PyFrozenDict_Check(d)) {
  ------------------
  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3494|      0|        while ((key = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (3494:16): [True: 0, False: 0]
  ------------------
 3495|       |            // setitem_take2_lock_held consumes a reference to key
 3496|      0|            status = setitem_take2_lock_held((PyDictObject *)d,
 3497|      0|                                             key, Py_NewRef(value));
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3498|      0|            if (status < 0) {
  ------------------
  |  Branch (3498:17): [True: 0, False: 0]
  ------------------
 3499|      0|                assert(PyErr_Occurred());
  ------------------
  |  Branch (3499:17): [True: 0, False: 0]
  ------------------
 3500|      0|                goto Fail;
 3501|      0|            }
 3502|      0|        }
 3503|      0|    }
 3504|      0|    else {
 3505|      0|        while ((key = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (3505:16): [True: 0, False: 0]
  ------------------
 3506|      0|            status = PyObject_SetItem(d, key, value);
 3507|      0|            Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3508|      0|            if (status < 0)
  ------------------
  |  Branch (3508:17): [True: 0, False: 0]
  ------------------
 3509|      0|                goto Fail;
 3510|      0|        }
 3511|      0|    }
 3512|       |
 3513|      5|    if (PyErr_Occurred())
  ------------------
  |  Branch (3513:9): [True: 0, False: 5]
  ------------------
 3514|      0|        goto Fail;
 3515|      5|    Py_DECREF(it);
  ------------------
  |  |  430|      5|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3516|      5|    return d;
 3517|       |
 3518|      0|Fail:
 3519|      0|    Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3520|      0|    Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3521|       |    return NULL;
 3522|      5|}
_PyDict_SubscriptKnownHash:
 3679|    790|{
 3680|    790|    PyDictObject *mp = (PyDictObject *)self;
 3681|    790|    Py_ssize_t ix;
 3682|    790|    PyObject *value;
 3683|       |
 3684|    790|    ix = _Py_dict_lookup_threadsafe(mp, key, hash, &value);
 3685|    790|    if (ix == DKIX_ERROR)
  ------------------
  |  |  186|    790|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (3685:9): [True: 0, False: 790]
  ------------------
 3686|      0|        return NULL;
 3687|    790|    if (ix == DKIX_EMPTY || value == NULL) {
  ------------------
  |  |  184|  1.58k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (3687:9): [True: 218, False: 572]
  |  Branch (3687:29): [True: 0, False: 572]
  ------------------
 3688|    218|        if (!PyAnyDict_CheckExact(mp)) {
  ------------------
  |  |   41|    218|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|    218|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|    436|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    218|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    218|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 197, False: 21]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   38|     21|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|     21|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 21]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3689|       |            /* Look up __missing__ method if we're a subclass. */
 3690|     21|            PyObject *missing, *res;
 3691|     21|            missing = _PyObject_LookupSpecial(
 3692|     21|                    (PyObject *)mp, &_Py_ID(__missing__));
  ------------------
  |  |  917|     21|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     21|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     21|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3693|     21|            if (missing != NULL) {
  ------------------
  |  Branch (3693:17): [True: 0, False: 21]
  ------------------
 3694|      0|                res = PyObject_CallOneArg(missing, key);
 3695|      0|                Py_DECREF(missing);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3696|      0|                return res;
 3697|      0|            }
 3698|     21|            else if (PyErr_Occurred())
  ------------------
  |  Branch (3698:22): [True: 0, False: 21]
  ------------------
 3699|      0|                return NULL;
 3700|     21|        }
 3701|    218|        _PyErr_SetKeyError(key);
 3702|    218|        return NULL;
 3703|    218|    }
 3704|    572|    return value;
 3705|    790|}
_PyDict_Subscript:
 3709|    790|{
 3710|    790|    Py_hash_t hash = _PyObject_HashFast(key);
 3711|    790|    if (hash == -1) {
  ------------------
  |  Branch (3711:9): [True: 0, False: 790]
  ------------------
 3712|      0|        dict_unhashable_type(self, key);
 3713|      0|        return NULL;
 3714|      0|    }
 3715|    790|    return _PyDict_SubscriptKnownHash(self, key, hash);
 3716|    790|}
_PyDict_StoreSubscript:
 3720|    286|{
 3721|    286|    if (w == NULL)
  ------------------
  |  Branch (3721:9): [True: 93, False: 193]
  ------------------
 3722|     93|        return PyDict_DelItem(mp, v);
 3723|    193|    else
 3724|    193|        return PyDict_SetItem(mp, v, w);
 3725|    286|}
PyDict_Keys:
 3773|     16|{
 3774|     16|    PyObject *res;
 3775|     16|    Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|     16|    {
  ------------------
 3776|     16|    res = keys_lock_held(dict);
 3777|     16|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     16|    }
  ------------------
 3778|       |
 3779|     16|    return res;
 3780|     16|}
PyDict_Update:
 4298|     78|{
 4299|       |    return dict_merge_api(a, b, 1, NULL);
 4300|     78|}
_PyDict_MergeUniq:
 4311|    241|{
 4312|    241|    return dict_merge_api(a, b, 2, dupkey);
 4313|    241|}
PyDict_Copy:
 4460|    229|{
 4461|    229|    if (o == NULL || !PyDict_Check(o)) {
  ------------------
  |  |   18|    229|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    229|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4461:9): [True: 0, False: 229]
  |  Branch (4461:22): [True: 0, False: 229]
  ------------------
 4462|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 4463|      0|        return NULL;
 4464|      0|    }
 4465|       |
 4466|    229|    PyObject *res;
 4467|    229|    Py_BEGIN_CRITICAL_SECTION(o);
  ------------------
  |  |   51|    229|    {
  ------------------
 4468|    229|    res = copy_lock_held(o, 0);
 4469|    229|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    229|    }
  ------------------
 4470|    229|    return res;
 4471|    229|}
_PyDict_CopyAsDict:
 4496|    225|{
 4497|    225|    assert(PyAnyDict_Check(o));
  ------------------
  |  Branch (4497:5): [True: 225, False: 0]
  |  Branch (4497:5): [True: 0, False: 0]
  ------------------
 4498|       |
 4499|    225|    PyObject *res;
 4500|    225|    if (PyFrozenDict_Check(o)) {
  ------------------
  |  |   37|    225|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|    225|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 225]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4501|      0|        res = copy_lock_held(o, 0);
 4502|      0|    }
 4503|    225|    else {
 4504|    225|        Py_BEGIN_CRITICAL_SECTION(o);
  ------------------
  |  |   51|    225|    {
  ------------------
 4505|    225|        res = copy_lock_held(o, 0);
 4506|    225|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    225|    }
  ------------------
 4507|    225|    }
 4508|    225|    return res;
 4509|    225|}
PyDict_Size:
 4513|      1|{
 4514|      1|    if (mp == NULL || !PyAnyDict_Check(mp)) {
  ------------------
  |  |   43|      1|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|      1|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4514:9): [True: 0, False: 1]
  ------------------
 4515|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 4516|      0|        return -1;
 4517|      0|    }
 4518|      1|    return GET_USED((PyDictObject *)mp);
  ------------------
  |  |  313|      1|#define GET_USED(ep) FT_ATOMIC_LOAD_SSIZE_RELAXED((ep)->ma_used)
  |  |  ------------------
  |  |  |  |  149|      1|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  ------------------
  ------------------
 4519|      1|}
PyDict_SetDefaultRef:
 4780|  14.7k|{
 4781|  14.7k|    int res;
 4782|  14.7k|    Py_BEGIN_CRITICAL_SECTION(d);
  ------------------
  |  |   51|  14.7k|    {
  ------------------
 4783|  14.7k|    res = dict_setdefault_ref_lock_held(d, key, default_value, result, 1);
 4784|  14.7k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  14.7k|    }
  ------------------
 4785|  14.7k|    return res;
 4786|  14.7k|}
_PyDict_KeysSize:
 5032|    489|{
 5033|    489|    size_t es = (keys->dk_kind == DICT_KEYS_GENERAL
  ------------------
  |  Branch (5033:18): [True: 0, False: 489]
  ------------------
 5034|    489|                 ? sizeof(PyDictKeyEntry) : sizeof(PyDictUnicodeEntry));
 5035|    489|    size_t size = sizeof(PyDictKeysObject);
 5036|    489|    size += (size_t)1 << keys->dk_log2_index_bytes;
 5037|    489|    size += USABLE_FRACTION((size_t)DK_SIZE(keys)) * es;
  ------------------
  |  |  575|    489|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
 5038|    489|    return size;
 5039|    489|}
PyDict_Contains:
 5151|  5.72k|{
 5152|  5.72k|    if (!PyAnyDict_Check(op)) {
  ------------------
  |  |   43|  5.72k|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|  5.72k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|  11.4k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 5.72k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5153|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 5154|      0|        return -1;
 5155|      0|    }
 5156|       |
 5157|  5.72k|    return dict_contains(op, key);
 5158|  5.72k|}
PyDict_ContainsString:
 5162|      3|{
 5163|      3|    PyObject *key_obj = PyUnicode_FromString(key);
 5164|      3|    if (key_obj == NULL) {
  ------------------
  |  Branch (5164:9): [True: 0, False: 3]
  ------------------
 5165|      0|        return -1;
 5166|      0|    }
 5167|      3|    int res = PyDict_Contains(op, key_obj);
 5168|      3|    Py_DECREF(key_obj);
  ------------------
  |  |  430|      3|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5169|      3|    return res;
 5170|      3|}
_PyDict_Contains_KnownHash:
 5175|  5.75k|{
 5176|  5.75k|    PyDictObject *mp = _PyAnyDict_CAST(op);
  ------------------
  |  |  311|  5.75k|    (assert(PyAnyDict_Check(op)), _Py_CAST(PyDictObject*, op))
  |  |  ------------------
  |  |  |  |   37|  5.75k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5176:24): [True: 5.75k, False: 0]
  |  Branch (5176:24): [True: 0, False: 0]
  ------------------
 5177|      0|    PyObject *value;
 5178|  5.75k|    Py_ssize_t ix;
 5179|       |
 5180|       |#ifdef Py_GIL_DISABLED
 5181|       |    ix = _Py_dict_lookup_threadsafe(mp, key, hash, &value);
 5182|       |#else
 5183|  5.75k|    ix = _Py_dict_lookup(mp, key, hash, &value);
 5184|  5.75k|#endif
 5185|  5.75k|    if (ix == DKIX_ERROR)
  ------------------
  |  |  186|  5.75k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (5185:9): [True: 0, False: 5.75k]
  ------------------
 5186|      0|        return -1;
 5187|  5.75k|    if (ix != DKIX_EMPTY && value != NULL) {
  ------------------
  |  |  184|  11.5k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (5187:9): [True: 712, False: 5.03k]
  |  Branch (5187:29): [True: 712, False: 0]
  ------------------
 5188|       |#ifdef Py_GIL_DISABLED
 5189|       |        Py_DECREF(value);
 5190|       |#endif
 5191|    712|        return 1;
 5192|    712|    }
 5193|  5.03k|    return 0;
 5194|  5.75k|}
PyDict_GetItemStringRef:
 5407|    194|{
 5408|    194|    PyObject *key_obj = PyUnicode_FromString(key);
 5409|    194|    if (key_obj == NULL) {
  ------------------
  |  Branch (5409:9): [True: 0, False: 194]
  ------------------
 5410|      0|        *result = NULL;
 5411|      0|        return -1;
 5412|      0|    }
 5413|    194|    int res = PyDict_GetItemRef(v, key_obj, result);
 5414|    194|    Py_DECREF(key_obj);
  ------------------
  |  |  430|    194|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    194|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    194|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5415|    194|    return res;
 5416|    194|}
PyDict_SetItemString:
 5420|  1.75k|{
 5421|  1.75k|    PyObject *kv;
 5422|  1.75k|    int err;
 5423|  1.75k|    kv = PyUnicode_FromString(key);
 5424|  1.75k|    if (kv == NULL)
  ------------------
  |  Branch (5424:9): [True: 0, False: 1.75k]
  ------------------
 5425|      0|        return -1;
 5426|  1.75k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 5427|  1.75k|    _PyUnicode_InternImmortal(interp, &kv); /* XXX Should we really? */
 5428|  1.75k|    err = PyDict_SetItem(v, kv, item);
 5429|  1.75k|    Py_DECREF(kv);
  ------------------
  |  |  430|  1.75k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.75k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.75k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5430|  1.75k|    return err;
 5431|  1.75k|}
_PyDictView_New:
 6303|    130|{
 6304|    130|    _PyDictViewObject *dv;
 6305|    130|    if (dict == NULL) {
  ------------------
  |  Branch (6305:9): [True: 0, False: 130]
  ------------------
 6306|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 6307|      0|        return NULL;
 6308|      0|    }
 6309|    130|    if (!PyAnyDict_Check(dict)) {
  ------------------
  |  |   43|    130|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|    130|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    260|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 130, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6310|       |        /* XXX Get rid of this restriction later */
 6311|      0|        PyErr_Format(PyExc_TypeError,
 6312|      0|                     "%s() requires a dict argument, not '%s'",
 6313|      0|                     type->tp_name, Py_TYPE(dict)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6314|      0|        return NULL;
 6315|      0|    }
 6316|    130|    dv = PyObject_GC_New(_PyDictViewObject, type);
  ------------------
  |  |  181|    130|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 6317|    130|    if (dv == NULL)
  ------------------
  |  Branch (6317:9): [True: 0, False: 130]
  ------------------
 6318|      0|        return NULL;
 6319|    130|    dv->dv_dict = (PyDictObject *)Py_NewRef(dict);
  ------------------
  |  |  550|    130|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6320|    130|    _PyObject_GC_TRACK(dv);
  ------------------
  |  |  513|    130|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6321|    130|    return (PyObject *)dv;
 6322|    130|}
_PyDict_NewKeysForClass:
 7099|    139|{
 7100|    139|    PyDictKeysObject *keys = new_keys_object(NEXT_LOG2_SHARED_KEYS_MAX_SIZE, 1);
  ------------------
  |  |  244|    139|#define NEXT_LOG2_SHARED_KEYS_MAX_SIZE 6
  ------------------
 7101|    139|    if (keys == NULL) {
  ------------------
  |  Branch (7101:9): [True: 0, False: 139]
  ------------------
 7102|      0|        PyErr_Clear();
 7103|      0|    }
 7104|    139|    else {
 7105|    139|        assert(keys->dk_nentries == 0);
  ------------------
  |  Branch (7105:9): [True: 139, False: 0]
  ------------------
 7106|       |        /* Set to max size+1 as it will shrink by one before each new object */
 7107|    139|        keys->dk_usable = SHARED_KEYS_MAX_SIZE;
  ------------------
  |  |  243|    139|#define SHARED_KEYS_MAX_SIZE 30
  ------------------
 7108|    139|        keys->dk_kind = DICT_KEYS_SPLIT;
 7109|    139|    }
 7110|    139|    if (cls->ht_type.tp_dict) {
  ------------------
  |  Branch (7110:9): [True: 139, False: 0]
  ------------------
 7111|    139|        PyObject *attrs = PyDict_GetItem(cls->ht_type.tp_dict, &_Py_ID(__static_attributes__));
  ------------------
  |  |  917|    139|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    139|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    139|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7112|    139|        if (attrs != NULL && PyTuple_Check(attrs)) {
  ------------------
  |  |   27|    133|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    133|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 133, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (7112:13): [True: 133, False: 6]
  ------------------
 7113|    392|            for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(attrs); i++) {
  ------------------
  |  |   27|    392|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    392|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    392|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (7113:36): [True: 259, False: 133]
  ------------------
 7114|    259|                PyObject *key = PyTuple_GET_ITEM(attrs, i);
  ------------------
  |  |   29|    259|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    259|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    259|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (7114:33): [True: 259, False: 0]
  ------------------
 7115|      0|                Py_hash_t hash;
 7116|    259|                if (PyUnicode_CheckExact(key) && (hash = unicode_get_hash(key)) != -1) {
  ------------------
  |  |  104|    259|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    518|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    259|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    259|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 259, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (7116:50): [True: 259, False: 0]
  ------------------
 7117|    259|                    if (insert_split_key(keys, key, hash) == DKIX_EMPTY) {
  ------------------
  |  |  184|    259|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (7117:25): [True: 0, False: 259]
  ------------------
 7118|      0|                        break;
 7119|      0|                    }
 7120|    259|                }
 7121|    259|            }
 7122|    133|        }
 7123|    139|    }
 7124|    139|    return keys;
 7125|    139|}
_PyObject_InitInlineValues:
 7129|    626|{
 7130|    626|    assert(tp->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  Branch (7130:5): [True: 626, False: 0]
  ------------------
 7131|    626|    assert(tp->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (7131:5): [True: 626, False: 0]
  ------------------
 7132|    626|    assert(tp->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  Branch (7132:5): [True: 626, False: 0]
  ------------------
 7133|    626|    PyDictKeysObject *keys = CACHED_KEYS(tp);
  ------------------
  |  |  870|    626|#define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
  ------------------
 7134|    626|    assert(keys != NULL);
  ------------------
  |  Branch (7134:5): [True: 626, False: 0]
  ------------------
 7135|    626|    OBJECT_STAT_INC(inline_values);
  ------------------
  |  |   77|    626|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 7136|       |#ifdef Py_GIL_DISABLED
 7137|       |    Py_ssize_t usable = _Py_atomic_load_ssize_relaxed(&keys->dk_usable);
 7138|       |    if (usable > 1) {
 7139|       |        LOCK_KEYS(keys);
 7140|       |        if (keys->dk_usable > 1) {
 7141|       |            _Py_atomic_store_ssize(&keys->dk_usable, keys->dk_usable - 1);
 7142|       |        }
 7143|       |        UNLOCK_KEYS(keys);
 7144|       |    }
 7145|       |#else
 7146|    626|    if (keys->dk_usable > 1) {
  ------------------
  |  Branch (7146:9): [True: 412, False: 214]
  ------------------
 7147|    412|        keys->dk_usable--;
 7148|    412|    }
 7149|    626|#endif
 7150|    626|    size_t size = shared_keys_usable_size(keys);
 7151|    626|    PyDictValues *values = _PyObject_InlineValues(obj);
 7152|    626|    assert(size < 256);
  ------------------
  |  Branch (7152:5): [True: 626, False: 0]
  ------------------
 7153|    626|    values->capacity = (uint8_t)size;
 7154|    626|    values->size = 0;
 7155|    626|    values->embedded = 1;
 7156|    626|    values->valid = 1;
 7157|  9.56k|    for (size_t i = 0; i < size; i++) {
  ------------------
  |  Branch (7157:24): [True: 8.94k, False: 626]
  ------------------
 7158|  8.94k|        values->values[i] = NULL;
 7159|  8.94k|    }
 7160|       |    _PyObject_ManagedDictPointer(obj)->dict = NULL;
 7161|    626|}
_PyDict_SetItem_LockHeld:
 7228|  2.38k|{
 7229|  2.38k|    if (!PyDict_Check(dict)) {
  ------------------
  |  |   18|  2.38k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.38k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (7229:9): [True: 0, False: 2.38k]
  ------------------
 7230|      0|        if (PyFrozenDict_Check(dict)) {
  ------------------
  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7231|      0|            if (value == NULL) {
  ------------------
  |  Branch (7231:17): [True: 0, False: 0]
  ------------------
 7232|      0|                frozendict_does_not_support("deletion");
  ------------------
  |  | 2728|      0|    PyErr_SetString(PyExc_TypeError, "frozendict object does " \
  |  | 2729|      0|                    "not support item " WHAT)
  ------------------
 7233|      0|            }
 7234|      0|            else {
 7235|      0|                frozendict_does_not_support("assignment");
  ------------------
  |  | 2728|      0|    PyErr_SetString(PyExc_TypeError, "frozendict object does " \
  |  | 2729|      0|                    "not support item " WHAT)
  ------------------
 7236|      0|            }
 7237|      0|        }
 7238|      0|        else {
 7239|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 7240|      0|        }
 7241|      0|        return -1;
 7242|      0|    }
 7243|       |
 7244|  2.38k|    if (value == NULL) {
  ------------------
  |  Branch (7244:9): [True: 36, False: 2.35k]
  ------------------
 7245|     36|        Py_hash_t hash = _PyObject_HashFast(name);
 7246|     36|        if (hash == -1) {
  ------------------
  |  Branch (7246:13): [True: 0, False: 36]
  ------------------
 7247|      0|            dict_unhashable_type((PyObject*)dict, name);
 7248|      0|            return -1;
 7249|      0|        }
 7250|     36|        return _PyDict_DelItem_KnownHash_LockHeld((PyObject *)dict, name, hash);
 7251|  2.35k|    } else {
 7252|  2.35k|        return setitem_lock_held(dict, name, value);
 7253|  2.35k|    }
 7254|  2.38k|}
_PyObject_StoreInstanceAttribute:
 7375|    205|{
 7376|    205|    PyDictValues *values = _PyObject_InlineValues(obj);
 7377|    205|    if (!FT_ATOMIC_LOAD_UINT8(values->valid)) {
  ------------------
  |  |  154|    205|#define FT_ATOMIC_LOAD_UINT8(value) value
  ------------------
  |  Branch (7377:9): [True: 0, False: 205]
  ------------------
 7378|      0|        PyDictObject *dict = _PyObject_GetManagedDict(obj);
 7379|      0|        if (dict == NULL) {
  ------------------
  |  Branch (7379:13): [True: 0, False: 0]
  ------------------
 7380|      0|            dict = (PyDictObject *)PyObject_GenericGetDict(obj, NULL);
 7381|      0|            if (dict == NULL) {
  ------------------
  |  Branch (7381:17): [True: 0, False: 0]
  ------------------
 7382|      0|                return -1;
 7383|      0|            }
 7384|      0|            int res = store_instance_attr_dict(obj, dict, name, value);
 7385|      0|            Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7386|      0|            return res;
 7387|      0|        }
 7388|      0|        return store_instance_attr_dict(obj, dict, name, value);
 7389|      0|    }
 7390|       |
 7391|       |#ifdef Py_GIL_DISABLED
 7392|       |    // We have a valid inline values, at least for now...  There are two potential
 7393|       |    // races with having the values become invalid.  One is the dictionary
 7394|       |    // being detached from the object.  The other is if someone is inserting
 7395|       |    // into the dictionary directly and therefore causing it to resize.
 7396|       |    //
 7397|       |    // If we haven't materialized the dictionary yet we lock on the object, which
 7398|       |    // will also be used to prevent the dictionary from being materialized while
 7399|       |    // we're doing the insertion.  If we race and the dictionary gets created
 7400|       |    // then we'll need to release the object lock and lock the dictionary to
 7401|       |    // prevent resizing.
 7402|       |    PyDictObject *dict = _PyObject_GetManagedDict(obj);
 7403|       |    if (dict == NULL) {
 7404|       |        int res;
 7405|       |        Py_BEGIN_CRITICAL_SECTION(obj);
 7406|       |        dict = _PyObject_GetManagedDict(obj);
 7407|       |
 7408|       |        if (dict == NULL) {
 7409|       |            res = store_instance_attr_lock_held(obj, values, name, value);
 7410|       |        }
 7411|       |        Py_END_CRITICAL_SECTION();
 7412|       |
 7413|       |        if (dict == NULL) {
 7414|       |            return res;
 7415|       |        }
 7416|       |    }
 7417|       |    return store_instance_attr_dict(obj, dict, name, value);
 7418|       |#else
 7419|    205|    return store_instance_attr_lock_held(obj, values, name, value);
 7420|    205|#endif
 7421|    205|}
_PyObject_TryGetInstanceAttribute:
 7458|    691|{
 7459|    691|    assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (7459:5): [True: 691, False: 0]
  ------------------
 7460|    691|    PyDictValues *values = _PyObject_InlineValues(obj);
 7461|    691|    if (!FT_ATOMIC_LOAD_UINT8(values->valid)) {
  ------------------
  |  |  154|    691|#define FT_ATOMIC_LOAD_UINT8(value) value
  ------------------
  |  Branch (7461:9): [True: 0, False: 691]
  ------------------
 7462|      0|        return false;
 7463|      0|    }
 7464|       |
 7465|    691|    PyDictKeysObject *keys = CACHED_KEYS(Py_TYPE(obj));
  ------------------
  |  |  870|    691|#define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
  ------------------
 7466|    691|    assert(keys != NULL);
  ------------------
  |  Branch (7466:5): [True: 691, False: 0]
  ------------------
 7467|    691|    Py_ssize_t ix = _PyDictKeys_StringLookupSplit(keys, name);
 7468|    691|    if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|    691|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (7468:9): [True: 238, False: 453]
  ------------------
 7469|    238|        *attr = NULL;
 7470|    238|        return true;
 7471|    238|    }
 7472|       |
 7473|       |#ifdef Py_GIL_DISABLED
 7474|       |    PyObject *value = _Py_atomic_load_ptr_acquire(&values->values[ix]);
 7475|       |    if (value == NULL) {
 7476|       |        if (FT_ATOMIC_LOAD_UINT8(values->valid)) {
 7477|       |            *attr = NULL;
 7478|       |            return true;
 7479|       |        }
 7480|       |    }
 7481|       |    else if (_Py_TryIncrefCompare(&values->values[ix], value)) {
 7482|       |        *attr = value;
 7483|       |        return true;
 7484|       |    }
 7485|       |
 7486|       |    PyDictObject *dict = _PyObject_GetManagedDict(obj);
 7487|       |    if (dict == NULL) {
 7488|       |        // No dict, lock the object to prevent one from being
 7489|       |        // materialized...
 7490|       |        bool success = false;
 7491|       |        Py_BEGIN_CRITICAL_SECTION(obj);
 7492|       |
 7493|       |        dict = _PyObject_GetManagedDict(obj);
 7494|       |        if (dict == NULL) {
 7495|       |            // Still no dict, we can read from the values
 7496|       |            assert(values->valid);
 7497|       |            value = values->values[ix];
 7498|       |            *attr = _Py_XNewRefWithLock(value);
 7499|       |            success = true;
 7500|       |        }
 7501|       |
 7502|       |        Py_END_CRITICAL_SECTION();
 7503|       |
 7504|       |        if (success) {
 7505|       |            return true;
 7506|       |        }
 7507|       |    }
 7508|       |
 7509|       |    // We have a dictionary, we'll need to lock it to prevent
 7510|       |    // the values from being resized.
 7511|       |    assert(dict != NULL);
 7512|       |
 7513|       |    bool success;
 7514|       |    Py_BEGIN_CRITICAL_SECTION(dict);
 7515|       |
 7516|       |    if (dict->ma_values == values && FT_ATOMIC_LOAD_UINT8(values->valid)) {
 7517|       |        value = _Py_atomic_load_ptr_consume(&values->values[ix]);
 7518|       |        *attr = _Py_XNewRefWithLock(value);
 7519|       |        success = true;
 7520|       |    } else {
 7521|       |        // Caller needs to lookup from the dictionary
 7522|       |        success = false;
 7523|       |    }
 7524|       |
 7525|       |    Py_END_CRITICAL_SECTION();
 7526|       |
 7527|       |    return success;
 7528|       |#else
 7529|    453|    PyObject *value = values->values[ix];
 7530|    453|    *attr = Py_XNewRef(value);
  ------------------
  |  |  551|    453|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    453|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    453|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7531|       |    return true;
 7532|    691|#endif
 7533|    691|}
PyObject_VisitManagedDict:
 7571|    392|{
 7572|    392|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|    392|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    392|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    392|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7573|    392|    if((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0) {
  ------------------
  |  |  482|    392|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (7573:8): [True: 0, False: 392]
  ------------------
 7574|      0|        return 0;
 7575|      0|    }
 7576|    392|    PyDictObject *dict = _PyObject_ManagedDictPointer(obj)->dict;
 7577|    392|    if (dict != NULL) {
  ------------------
  |  Branch (7577:9): [True: 154, False: 238]
  ------------------
 7578|       |        // GH-130327: If there's a managed dictionary available, we should
 7579|       |        // *always* traverse it. The dict is responsible for traversing the
 7580|       |        // inline values if it points to them.
 7581|    154|        Py_VISIT(dict);
  ------------------
  |  |  194|    154|    do {                                                                \
  |  |  195|    154|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 154, False: 0]
  |  |  ------------------
  |  |  196|    154|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    154|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    154|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    154|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 154]
  |  |  ------------------
  |  |  198|    154|                return vret;                                            \
  |  |  199|    154|        }                                                               \
  |  |  200|    154|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 154]
  |  |  ------------------
  ------------------
 7582|    154|    }
 7583|    238|    else if (tp->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|    238|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (7583:14): [True: 238, False: 0]
  ------------------
 7584|    238|        PyDictValues *values = _PyObject_InlineValues(obj);
 7585|    238|        if (values->valid) {
  ------------------
  |  Branch (7585:13): [True: 238, False: 0]
  ------------------
 7586|  4.94k|            for (Py_ssize_t i = 0; i < values->capacity; i++) {
  ------------------
  |  Branch (7586:36): [True: 4.70k, False: 238]
  ------------------
 7587|  4.70k|                Py_VISIT(values->values[i]);
  ------------------
  |  |  194|  4.70k|    do {                                                                \
  |  |  195|  4.70k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 1.45k, False: 3.24k]
  |  |  ------------------
  |  |  196|  1.45k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  1.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  1.45k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 1.45k]
  |  |  ------------------
  |  |  198|  1.45k|                return vret;                                            \
  |  |  199|  1.45k|        }                                                               \
  |  |  200|  4.70k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 4.70k]
  |  |  ------------------
  ------------------
 7588|  4.70k|            }
 7589|    238|        }
 7590|    238|    }
 7591|    392|    return 0;
 7592|    392|}
PyObject_ClearManagedDict:
 7810|    494|{
 7811|       |    // This is called when the object is being freed or cleared
 7812|       |    // by the GC and therefore known to have no references.
 7813|    494|    if (Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  213|    494|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    494|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    494|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|    494|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (7813:9): [True: 487, False: 7]
  ------------------
 7814|    487|        PyDictObject *dict = _PyObject_GetManagedDict(obj);
 7815|    487|        if (dict == NULL) {
  ------------------
  |  Branch (7815:13): [True: 487, False: 0]
  ------------------
 7816|       |            // We have no materialized dictionary and inline values
 7817|       |            // that just need to be cleared.
 7818|       |            // No dict to clear, we're done
 7819|    487|            clear_inline_values(_PyObject_InlineValues(obj));
 7820|    487|            return;
 7821|    487|        }
 7822|      0|        else if (FT_ATOMIC_LOAD_PTR_RELAXED(dict->ma_values) ==
  ------------------
  |  |  153|      0|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  ------------------
  |  Branch (7822:18): [True: 0, False: 0]
  ------------------
 7823|      0|                    _PyObject_InlineValues(obj)) {
 7824|       |            // We have a materialized object which points at the inline
 7825|       |            // values. We need to materialize the keys. Nothing can modify
 7826|       |            // this object, but we need to lock the dictionary.
 7827|      0|            int err;
 7828|      0|            Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|      0|    {
  ------------------
 7829|      0|            err = detach_dict_from_object(dict, obj);
 7830|      0|            Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 7831|       |
 7832|      0|            if (err) {
  ------------------
  |  Branch (7832:17): [True: 0, False: 0]
  ------------------
 7833|       |                /* Must be out of memory */
 7834|      0|                assert(PyErr_Occurred() == PyExc_MemoryError);
  ------------------
  |  Branch (7834:17): [True: 0, False: 0]
  ------------------
 7835|      0|                PyErr_FormatUnraisable("Exception ignored while "
 7836|      0|                                       "clearing an object managed dict");
 7837|       |                /* Clear the dict */
 7838|      0|                Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|      0|    {
  ------------------
 7839|      0|                PyDictKeysObject *oldkeys = dict->ma_keys;
 7840|      0|                set_keys(dict, Py_EMPTY_KEYS);
  ------------------
  |  |  645|      0|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
 7841|      0|                dict->ma_values = NULL;
 7842|      0|                dictkeys_decref(oldkeys, IS_DICT_SHARED(dict));
  ------------------
  |  |  258|      0|#define IS_DICT_SHARED(mp) (false)
  ------------------
 7843|      0|                STORE_USED(dict, 0);
  ------------------
  |  |  321|      0|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|      0|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 7844|      0|                clear_inline_values(_PyObject_InlineValues(obj));
 7845|      0|                Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 7846|      0|            }
 7847|      0|        }
 7848|    487|    }
 7849|      7|    Py_CLEAR(_PyObject_ManagedDictPointer(obj)->dict);
  ------------------
  |  |  484|      7|    do { \
  |  |  485|      7|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      7|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      7|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      7|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      7|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 7, False: 0]
  |  |  ------------------
  |  |  488|      7|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      7|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      7|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      7|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      7|        } \
  |  |  491|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 7850|      7|}
PyObject_GenericGetDict:
 7925|     38|{
 7926|     38|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|     38|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7927|     38|    if (_PyType_HasFeature(tp, Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|     38|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (7927:9): [True: 0, False: 38]
  ------------------
 7928|      0|        return Py_XNewRef(ensure_managed_dict(obj));
  ------------------
  |  |  551|      0|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7929|      0|    }
 7930|     38|    else {
 7931|     38|        PyObject **dictptr = _PyObject_ComputedDictPointer(obj);
 7932|     38|        if (dictptr == NULL) {
  ------------------
  |  Branch (7932:13): [True: 0, False: 38]
  ------------------
 7933|      0|            PyErr_SetString(PyExc_AttributeError,
 7934|      0|                            "This object has no __dict__");
 7935|      0|            return NULL;
 7936|      0|        }
 7937|       |
 7938|     38|        return Py_XNewRef(ensure_nonmanaged_dict(obj, dictptr));
  ------------------
  |  |  551|     38|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7939|     38|    }
 7940|     38|}
_PyObjectDict_SetItem:
 7945|  2.21k|{
 7946|  2.21k|    PyObject *dict;
 7947|  2.21k|    int res;
 7948|       |
 7949|  2.21k|    assert(dictptr != NULL);
  ------------------
  |  Branch (7949:5): [True: 2.21k, False: 0]
  ------------------
 7950|  2.21k|    dict = ensure_nonmanaged_dict(obj, dictptr);
 7951|  2.21k|    if (dict == NULL) {
  ------------------
  |  Branch (7951:9): [True: 0, False: 2.21k]
  ------------------
 7952|      0|        return -1;
 7953|      0|    }
 7954|       |
 7955|  2.21k|    Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|  2.21k|    {
  ------------------
 7956|  2.21k|    res = _PyDict_SetItem_LockHeld((PyDictObject *)dict, key, value);
 7957|  2.21k|    ASSERT_CONSISTENT(dict);
  ------------------
  |  |  653|  2.21k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (7957:5): [True: 2.21k, False: 0]
  ------------------
 7958|  2.21k|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  2.21k|    }
  ------------------
 7959|  2.21k|    return res;
 7960|  2.21k|}
_PyDictKeys_DecRef:
 7964|      1|{
 7965|       |    dictkeys_decref(keys, false);
 7966|      1|}
_PyDictKeys_GetVersionForCurrentState:
 7995|  1.64k|{
 7996|  1.64k|    uint32_t dk_version = FT_ATOMIC_LOAD_UINT32_RELAXED(dictkeys->dk_version);
  ------------------
  |  |  159|  1.64k|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  ------------------
 7997|  1.64k|    if (dk_version != 0) {
  ------------------
  |  Branch (7997:9): [True: 1.53k, False: 112]
  ------------------
 7998|  1.53k|        return dk_version;
 7999|  1.53k|    }
 8000|    112|    dk_version = get_next_dict_keys_version(interp);
 8001|    112|    FT_ATOMIC_STORE_UINT32_RELAXED(dictkeys->dk_version, dk_version);
  ------------------
  |  |  172|    112|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 8002|    112|    return dk_version;
 8003|  1.64k|}
_PyDict_GetKeysVersionForCurrentState:
 8008|  1.38k|{
 8009|  1.38k|    ASSERT_DICT_LOCKED((PyObject *) dict);
 8010|  1.38k|    uint32_t dk_version =
 8011|  1.38k|        _PyDictKeys_GetVersionForCurrentState(interp, dict->ma_keys);
 8012|  1.38k|    ensure_shared_on_keys_version_assignment(dict);
 8013|  1.38k|    return dk_version;
 8014|  1.38k|}
PyDict_Watch:
 8038|     85|{
 8039|     85|    if (!PyDict_Check(dict)) {
  ------------------
  |  |   18|     85|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     85|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (8039:9): [True: 0, False: 85]
  ------------------
 8040|      0|        PyErr_SetString(PyExc_ValueError, "Cannot watch non-dictionary");
 8041|      0|        return -1;
 8042|      0|    }
 8043|     85|    PyInterpreterState *interp = _PyInterpreterState_GET();
 8044|     85|    if (validate_watcher_id(interp, watcher_id)) {
  ------------------
  |  Branch (8044:9): [True: 0, False: 85]
  ------------------
 8045|      0|        return -1;
 8046|      0|    }
 8047|     85|    FT_ATOMIC_OR_UINT64(((PyDictObject*)dict)->_ma_watcher_tag,
  ------------------
  |  |  174|     85|#define FT_ATOMIC_OR_UINT64(value, new_value) (void)(value |= new_value)
  ------------------
 8048|     85|                        1ULL << watcher_id);
 8049|     85|    return 0;
 8050|     85|}
_PyDict_SendEvent:
 8125|  5.85k|{
 8126|  5.85k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 8127|  52.7k|    for (int i = 0; i < DICT_MAX_WATCHERS; i++) {
  ------------------
  |  |   11|  52.7k|#define DICT_MAX_WATCHERS 8
  ------------------
  |  Branch (8127:21): [True: 46.8k, False: 5.85k]
  ------------------
 8128|  46.8k|        if (watcher_bits & 1) {
  ------------------
  |  Branch (8128:13): [True: 5.85k, False: 41.0k]
  ------------------
 8129|  5.85k|            PyDict_WatchCallback cb = FT_ATOMIC_LOAD_PTR_ACQUIRE(
  ------------------
  |  |  150|  5.85k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
 8130|  5.85k|                interp->dict_state.watchers[i]);
 8131|  5.85k|            if (cb && (cb(event, (PyObject*)mp, key, value) < 0)) {
  ------------------
  |  Branch (8131:17): [True: 5.85k, False: 0]
  |  Branch (8131:23): [True: 0, False: 5.85k]
  ------------------
 8132|       |                // We don't want to resurrect the dict by potentially having an
 8133|       |                // unraisablehook keep a reference to it, so we don't pass the
 8134|       |                // dict as context, just an informative string message.  Dict
 8135|       |                // repr can call arbitrary code, so we invent a simpler version.
 8136|      0|                PyErr_FormatUnraisable(
 8137|      0|                    "Exception ignored in %s watcher callback for <dict at %p>",
 8138|      0|                    dict_event_name(event), mp);
 8139|      0|            }
 8140|  5.85k|        }
 8141|  46.8k|        watcher_bits >>= 1;
 8142|  46.8k|    }
 8143|  5.85k|}
dictobject.c:dictkeys_get_index:
  513|   332k|{
  514|   332k|    int log2size = DK_LOG_SIZE(keys);
  ------------------
  |  |  260|   332k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  ------------------
  |  |  |  |  277|   332k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  515|   332k|    Py_ssize_t ix;
  516|       |
  517|   332k|    if (log2size < 8) {
  ------------------
  |  Branch (517:9): [True: 254k, False: 78.2k]
  ------------------
  518|   254k|        ix = LOAD_INDEX(keys, 8, i);
  ------------------
  |  |  260|   254k|#define LOAD_INDEX(keys, size, idx) ((const int##size##_t*)(keys->dk_indices))[idx]
  ------------------
  519|   254k|    }
  520|  78.2k|    else if (log2size < 16) {
  ------------------
  |  Branch (520:14): [True: 78.2k, False: 0]
  ------------------
  521|  78.2k|        ix = LOAD_INDEX(keys, 16, i);
  ------------------
  |  |  260|  78.2k|#define LOAD_INDEX(keys, size, idx) ((const int##size##_t*)(keys->dk_indices))[idx]
  ------------------
  522|  78.2k|    }
  523|      0|#if SIZEOF_VOID_P > 4
  524|      0|    else if (log2size >= 32) {
  ------------------
  |  Branch (524:14): [True: 0, False: 0]
  ------------------
  525|      0|        ix = LOAD_INDEX(keys, 64, i);
  ------------------
  |  |  260|      0|#define LOAD_INDEX(keys, size, idx) ((const int##size##_t*)(keys->dk_indices))[idx]
  ------------------
  526|      0|    }
  527|      0|#endif
  528|      0|    else {
  529|      0|        ix = LOAD_INDEX(keys, 32, i);
  ------------------
  |  |  260|      0|#define LOAD_INDEX(keys, size, idx) ((const int##size##_t*)(keys->dk_indices))[idx]
  ------------------
  530|      0|    }
  531|   332k|    assert(ix >= DKIX_DUMMY);
  ------------------
  |  Branch (531:5): [True: 332k, False: 0]
  ------------------
  532|   332k|    return ix;
  533|   332k|}
dictobject.c:unicode_get_hash:
  436|   135k|{
  437|   135k|    return PyUnstable_Unicode_GET_CACHED_HASH(o);
  438|   135k|}
dictobject.c:new_dict:
  930|  3.02k|{
  931|  3.02k|    PyDictObject *mp = _Py_FREELIST_POP(PyDictObject, dicts);
  ------------------
  |  |   43|  3.02k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  3.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  932|  3.02k|    if (mp == NULL) {
  ------------------
  |  Branch (932:9): [True: 1.50k, False: 1.52k]
  ------------------
  933|  1.50k|        mp = PyObject_GC_New(PyDictObject, &PyDict_Type);
  ------------------
  |  |  181|  1.50k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  1.50k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  934|  1.50k|    }
  935|  3.02k|    assert(mp == NULL || Py_IS_TYPE(mp, &PyDict_Type));
  ------------------
  |  Branch (935:5): [True: 0, False: 3.02k]
  |  Branch (935:5): [True: 3.02k, False: 0]
  ------------------
  936|       |
  937|  3.02k|    return new_dict_impl(mp, keys, values, used, free_values_on_failure, 0);
  938|  3.02k|}
dictobject.c:new_dict_impl:
  904|  3.02k|{
  905|  3.02k|    assert(keys != NULL);
  ------------------
  |  Branch (905:5): [True: 3.02k, False: 0]
  ------------------
  906|  3.02k|    if (mp == NULL) {
  ------------------
  |  Branch (906:9): [True: 0, False: 3.02k]
  ------------------
  907|      0|        dictkeys_decref(keys, false);
  908|      0|        if (free_values_on_failure) {
  ------------------
  |  Branch (908:13): [True: 0, False: 0]
  ------------------
  909|      0|            free_values(values, false);
  910|      0|        }
  911|      0|        return NULL;
  912|      0|    }
  913|       |
  914|  3.02k|    mp->ma_keys = keys;
  915|  3.02k|    mp->ma_values = values;
  916|  3.02k|    mp->ma_used = used;
  917|  3.02k|    mp->_ma_watcher_tag = 0;
  918|  3.02k|    if (frozendict) {
  ------------------
  |  Branch (918:9): [True: 0, False: 3.02k]
  ------------------
  919|      0|        ((PyFrozenDictObject *)mp)->ma_hash = -1;
  920|      0|    }
  921|  3.02k|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  3.02k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (921:5): [True: 3.02k, False: 0]
  ------------------
  922|  3.02k|    _PyObject_GC_TRACK(mp);
  ------------------
  |  |  513|  3.02k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  923|  3.02k|    return (PyObject *)mp;
  924|  3.02k|}
dictobject.c:free_values:
  889|      7|{
  890|      7|    assert(values->embedded == 0);
  ------------------
  |  Branch (890:5): [True: 7, False: 0]
  ------------------
  891|       |#ifdef Py_GIL_DISABLED
  892|       |    if (use_qsbr) {
  893|       |        _PyMem_FreeDelayed(values, values_size_from_count(values->capacity));
  894|       |        return;
  895|       |    }
  896|       |#endif
  897|      7|    PyMem_Free(values);
  898|      7|}
dictobject.c:check_keys_unicode:
 1191|    638|{
 1192|    638|    return PyUnicode_CheckExact(key) && (dk->dk_kind != DICT_KEYS_GENERAL);
  ------------------
  |  |  104|    638|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  1.27k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    638|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    638|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 638, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1192:41): [True: 638, False: 0]
  ------------------
 1193|    638|}
dictobject.c:hash_unicode_key:
 1197|    844|{
 1198|    844|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1198:5): [True: 844, False: 0]
  ------------------
 1199|    844|    Py_hash_t hash = unicode_get_hash(key);
 1200|    844|    if (hash == -1) {
  ------------------
  |  Branch (1200:9): [True: 0, False: 844]
  ------------------
 1201|      0|        hash = PyUnicode_Type.tp_hash(key);
 1202|      0|        assert(hash != -1);
  ------------------
  |  Branch (1202:9): [True: 0, False: 0]
  ------------------
 1203|      0|    }
 1204|    844|    return hash;
 1205|    844|}
dictobject.c:unicodekeys_lookup_unicode:
 1151|   142k|{
 1152|       |    return do_lookup(NULL, dk, key, hash, compare_unicode_unicode);
 1153|   142k|}
dictobject.c:do_lookup:
 1058|   144k|{
 1059|   144k|    void *ep0 = _DK_ENTRIES(dk);
 1060|   144k|    size_t mask = DK_MASK(dk);
  ------------------
  |  |  452|   144k|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|   144k|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|   144k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|   144k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1061|   144k|    size_t perturb = hash;
 1062|   144k|    size_t i = (size_t)hash & mask;
 1063|   144k|    Py_ssize_t ix;
 1064|   174k|    for (;;) {
 1065|   174k|        ix = dictkeys_get_index(dk, i);
 1066|   174k|        if (ix >= 0) {
  ------------------
  |  Branch (1066:13): [True: 91.8k, False: 82.4k]
  ------------------
 1067|  91.8k|            int cmp = check_lookup(mp, dk, ep0, ix, key, hash);
 1068|  91.8k|            if (cmp < 0) {
  ------------------
  |  Branch (1068:17): [True: 0, False: 91.8k]
  ------------------
 1069|      0|                return cmp;
 1070|  91.8k|            } else if (cmp) {
  ------------------
  |  Branch (1070:24): [True: 28.4k, False: 63.3k]
  ------------------
 1071|  28.4k|                return ix;
 1072|  28.4k|            }
 1073|  91.8k|        }
 1074|  82.4k|        else if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|  82.4k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1074:18): [True: 78.4k, False: 3.95k]
  ------------------
 1075|  78.4k|            return DKIX_EMPTY;
  ------------------
  |  |  184|  78.4k|#define DKIX_EMPTY (-1)
  ------------------
 1076|  78.4k|        }
 1077|  67.2k|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|  67.2k|#define PERTURB_SHIFT 5
  ------------------
 1078|  67.2k|        i = mask & (i*5 + perturb + 1);
 1079|       |
 1080|       |        // Manual loop unrolling
 1081|  67.2k|        ix = dictkeys_get_index(dk, i);
 1082|  67.2k|        if (ix >= 0) {
  ------------------
  |  Branch (1082:13): [True: 32.8k, False: 34.4k]
  ------------------
 1083|  32.8k|            int cmp = check_lookup(mp, dk, ep0, ix, key, hash);
 1084|  32.8k|            if (cmp < 0) {
  ------------------
  |  Branch (1084:17): [True: 0, False: 32.8k]
  ------------------
 1085|      0|                return cmp;
 1086|  32.8k|            } else if (cmp) {
  ------------------
  |  Branch (1086:24): [True: 4.23k, False: 28.5k]
  ------------------
 1087|  4.23k|                return ix;
 1088|  4.23k|            }
 1089|  32.8k|        }
 1090|  34.4k|        else if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|  34.4k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1090:18): [True: 33.1k, False: 1.29k]
  ------------------
 1091|  33.1k|            return DKIX_EMPTY;
  ------------------
  |  |  184|  33.1k|#define DKIX_EMPTY (-1)
  ------------------
 1092|  33.1k|        }
 1093|  29.8k|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|  29.8k|#define PERTURB_SHIFT 5
  ------------------
 1094|  29.8k|        i = mask & (i*5 + perturb + 1);
 1095|  29.8k|    }
 1096|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1097|   144k|}
dictobject.c:compare_unicode_unicode:
 1137|   122k|{
 1138|   122k|    PyDictUnicodeEntry *ep = &((PyDictUnicodeEntry *)ep0)[ix];
 1139|   122k|    PyObject *ep_key = FT_ATOMIC_LOAD_PTR_CONSUME(ep->me_key);
  ------------------
  |  |  151|   122k|#define FT_ATOMIC_LOAD_PTR_CONSUME(value) value
  ------------------
 1140|   122k|    assert(ep_key != NULL);
  ------------------
  |  Branch (1140:5): [True: 122k, False: 0]
  ------------------
 1141|   122k|    assert(PyUnicode_CheckExact(ep_key));
  ------------------
  |  Branch (1141:5): [True: 122k, False: 0]
  ------------------
 1142|   122k|    if (ep_key == key ||
  ------------------
  |  Branch (1142:9): [True: 28.3k, False: 94.4k]
  ------------------
 1143|  94.4k|            (unicode_get_hash(ep_key) == hash && unicode_eq(ep_key, key))) {
  ------------------
  |  Branch (1143:14): [True: 4.20k, False: 90.2k]
  |  Branch (1143:50): [True: 4.20k, False: 0]
  ------------------
 1144|  32.5k|        return 1;
 1145|  32.5k|    }
 1146|  90.2k|    return 0;
 1147|   122k|}
dictobject.c:unicodekeys_lookup_split:
 1215|  1.03k|{
 1216|  1.03k|    Py_ssize_t ix;
 1217|  1.03k|    assert(dk->dk_kind == DICT_KEYS_SPLIT);
  ------------------
  |  Branch (1217:5): [True: 1.03k, False: 0]
  ------------------
 1218|  1.03k|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1218:5): [True: 1.03k, False: 0]
  ------------------
 1219|       |
 1220|       |#ifdef Py_GIL_DISABLED
 1221|       |    // A split dictionaries keys can be mutated by other dictionaries
 1222|       |    // but if we have a unicode key we can avoid locking the shared
 1223|       |    // keys.
 1224|       |    ix = unicodekeys_lookup_unicode_threadsafe(dk, key, hash);
 1225|       |    if (ix == DKIX_KEY_CHANGED) {
 1226|       |        LOCK_KEYS(dk);
 1227|       |        ix = unicodekeys_lookup_unicode(dk, key, hash);
 1228|       |        UNLOCK_KEYS(dk);
 1229|       |    }
 1230|       |#else
 1231|  1.03k|    ix = unicodekeys_lookup_unicode(dk, key, hash);
 1232|  1.03k|#endif
 1233|  1.03k|    return ix;
 1234|  1.03k|}
dictobject.c:unicodekeys_lookup_generic:
 1130|      6|{
 1131|      6|    return do_lookup(mp, dk, key, hash, compare_unicode_generic);
 1132|      6|}
dictobject.c:dictkeys_generic_lookup:
 1185|  1.67k|{
 1186|  1.67k|    return do_lookup(mp, dk, key, hash, compare_generic);
 1187|  1.67k|}
dictobject.c:compare_generic:
 1158|  1.88k|{
 1159|  1.88k|    PyDictKeyEntry *ep = &((PyDictKeyEntry *)ep0)[ix];
 1160|  1.88k|    assert(ep->me_key != NULL);
  ------------------
  |  Branch (1160:5): [True: 1.88k, False: 0]
  ------------------
 1161|  1.88k|    if (ep->me_key == key) {
  ------------------
  |  Branch (1161:9): [True: 199, False: 1.68k]
  ------------------
 1162|    199|        return 1;
 1163|    199|    }
 1164|  1.68k|    if (ep->me_hash == hash) {
  ------------------
  |  Branch (1164:9): [True: 9, False: 1.67k]
  ------------------
 1165|      9|        PyObject *startkey = ep->me_key;
 1166|      9|        Py_INCREF(startkey);
  ------------------
  |  |  310|      9|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1167|      9|        int cmp = PyObject_RichCompareBool(startkey, key, Py_EQ);
  ------------------
  |  |  654|      9|#define Py_EQ 2
  ------------------
 1168|      9|        Py_DECREF(startkey);
  ------------------
  |  |  430|      9|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1169|      9|        if (cmp < 0) {
  ------------------
  |  Branch (1169:13): [True: 0, False: 9]
  ------------------
 1170|      0|            return DKIX_ERROR;
  ------------------
  |  |  186|      0|#define DKIX_ERROR (-3)
  ------------------
 1171|      0|        }
 1172|      9|        if (dk == mp->ma_keys && ep->me_key == startkey) {
  ------------------
  |  Branch (1172:13): [True: 9, False: 0]
  |  Branch (1172:34): [True: 9, False: 0]
  ------------------
 1173|      9|            return cmp;
 1174|      9|        }
 1175|      0|        else {
 1176|       |            /* The dict was mutated, restart */
 1177|      0|            return DKIX_KEY_CHANGED;
  ------------------
  |  |  187|      0|#define DKIX_KEY_CHANGED (-4) /* Used internally */
  ------------------
 1178|      0|        }
 1179|      9|    }
 1180|  1.67k|    return 0;
 1181|  1.68k|}
dictobject.c:can_modify_dict:
  295|  54.5k|{
  296|  54.5k|    if (PyFrozenDict_Check(mp)) {
  ------------------
  |  |   37|  54.5k|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|  54.5k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  54.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  54.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 2, False: 54.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  297|       |        // No locking required to modify a newly created frozendict
  298|       |        // since it's only accessible from the current thread.
  299|      2|        return PyUnstable_Object_IsUniquelyReferenced(_PyObject_CAST(mp));
  ------------------
  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  300|      2|    }
  301|  54.5k|    else {
  302|       |        // Locking is only required if the dictionary is not
  303|       |        // uniquely referenced.
  304|  54.5k|        ASSERT_DICT_LOCKED(mp);
  305|  54.5k|        return 1;
  306|  54.5k|    }
  307|  54.5k|}
dictobject.c:dict_new_presized:
 2272|    709|{
 2273|    709|    const uint8_t log2_max_presize = 17;
 2274|    709|    const Py_ssize_t max_presize = ((Py_ssize_t)1) << log2_max_presize;
 2275|    709|    uint8_t log2_newsize;
 2276|    709|    PyDictKeysObject *new_keys;
 2277|       |
 2278|    709|    if (minused <= USABLE_FRACTION(PyDict_MINSIZE)) {
  ------------------
  |  |  575|    709|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  |  Branch (2278:9): [True: 697, False: 12]
  ------------------
 2279|    697|        return PyDict_New();
 2280|    697|    }
 2281|       |    /* There are no strict guarantee that returned dict can contain minused
 2282|       |     * items without resize.  So we create medium size dict instead of very
 2283|       |     * large dict or MemoryError.
 2284|       |     */
 2285|     12|    if (minused > USABLE_FRACTION(max_presize)) {
  ------------------
  |  |  575|     12|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  |  Branch (2285:9): [True: 0, False: 12]
  ------------------
 2286|      0|        log2_newsize = log2_max_presize;
 2287|      0|    }
 2288|     12|    else {
 2289|     12|        log2_newsize = estimate_log2_keysize(minused);
 2290|     12|    }
 2291|       |
 2292|     12|    new_keys = new_keys_object(log2_newsize, unicode);
 2293|     12|    if (new_keys == NULL)
  ------------------
  |  Branch (2293:9): [True: 0, False: 12]
  ------------------
 2294|      0|        return NULL;
 2295|     12|    return new_dict(new_keys, NULL, 0, 0);
 2296|     12|}
dictobject.c:estimate_log2_keysize:
  607|     13|{
  608|     13|    return calculate_log2_keysize((n*3 + 1) / 2);
  609|     13|}
dictobject.c:calculate_log2_keysize:
  580|  1.59k|{
  581|  1.59k|#if SIZEOF_LONG == SIZEOF_SIZE_T
  582|  1.59k|    minsize = Py_MAX(minsize, PyDict_MINSIZE);
  ------------------
  |  |  115|  1.59k|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 1.57k, False: 26]
  |  |  ------------------
  ------------------
  583|  1.59k|    return _Py_bit_length(minsize - 1);
  584|       |#elif defined(_MSC_VER)
  585|       |    // On 64bit Windows, sizeof(long) == 4. We cannot use _Py_bit_length.
  586|       |    minsize = Py_MAX(minsize, PyDict_MINSIZE);
  587|       |    unsigned long msb;
  588|       |    _BitScanReverse64(&msb, (uint64_t)minsize - 1);
  589|       |    return (uint8_t)(msb + 1);
  590|       |#else
  591|       |    uint8_t log2_size;
  592|       |    for (log2_size = PyDict_LOG_MINSIZE;
  593|       |            (((Py_ssize_t)1) << log2_size) < minsize;
  594|       |            log2_size++)
  595|       |        ;
  596|       |    return log2_size;
  597|       |#endif
  598|  1.59k|}
dictobject.c:dict_getitem:
 2354|    139|{
 2355|    139|    if (!PyAnyDict_Check(op)) {
  ------------------
  |  |   43|    139|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|    139|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    278|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 139, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2356|      0|        return NULL;
 2357|      0|    }
 2358|    139|    PyDictObject *mp = (PyDictObject *)op;
 2359|       |
 2360|    139|    Py_hash_t hash = _PyObject_HashFast(key);
 2361|    139|    if (hash == -1) {
  ------------------
  |  Branch (2361:9): [True: 0, False: 139]
  ------------------
 2362|      0|        PyErr_FormatUnraisable(warnmsg);
 2363|      0|        return NULL;
 2364|      0|    }
 2365|       |
 2366|    139|    PyThreadState *tstate = _PyThreadState_GET();
 2367|       |#ifdef Py_DEBUG
 2368|       |    // bpo-40839: Before Python 3.10, it was possible to call PyDict_GetItem()
 2369|       |    // with the GIL released.
 2370|       |    _Py_EnsureTstateNotNULL(tstate);
 2371|       |#endif
 2372|       |
 2373|       |    /* Preserve the existing exception */
 2374|    139|    PyObject *value;
 2375|    139|    Py_ssize_t ix; (void)ix;
 2376|       |
 2377|    139|    PyObject *exc = _PyErr_GetRaisedException(tstate);
 2378|       |#ifdef Py_GIL_DISABLED
 2379|       |    ix = _Py_dict_lookup_threadsafe(mp, key, hash, &value);
 2380|       |    Py_XDECREF(value);
 2381|       |#else
 2382|    139|    ix = _Py_dict_lookup(mp, key, hash, &value);
 2383|    139|#endif
 2384|       |
 2385|       |    /* Ignore any exception raised by the lookup */
 2386|    139|    PyObject *exc2 = _PyErr_Occurred(tstate);
 2387|    139|    if (exc2 && !PyErr_GivenExceptionMatches(exc2, PyExc_KeyError)) {
  ------------------
  |  Branch (2387:9): [True: 0, False: 139]
  |  Branch (2387:17): [True: 0, False: 0]
  ------------------
 2388|      0|        PyErr_FormatUnraisable(warnmsg);
 2389|      0|    }
 2390|    139|    _PyErr_SetRaisedException(tstate, exc);
 2391|       |
 2392|    139|    assert(ix >= 0 || value == NULL);
  ------------------
  |  Branch (2392:5): [True: 133, False: 6]
  |  Branch (2392:5): [True: 6, False: 0]
  ------------------
 2393|    139|    return value;  // borrowed reference
 2394|    139|}
dictobject.c:setitem_take2_lock_held:
 2749|  17.5k|{
 2750|  17.5k|    Py_hash_t hash = _PyObject_HashFast(key);
 2751|  17.5k|    if (hash == -1) {
  ------------------
  |  Branch (2751:9): [True: 0, False: 17.5k]
  ------------------
 2752|      0|        dict_unhashable_type((PyObject*)mp, key);
 2753|      0|        Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2754|      0|        Py_DECREF(value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2755|      0|        return -1;
 2756|      0|    }
 2757|       |
 2758|  17.5k|    return setitem_take2_lock_held_known_hash(mp, key, value, hash);
 2759|  17.5k|}
dictobject.c:setitem_take2_lock_held_known_hash:
 2734|  17.5k|{
 2735|  17.5k|    assert(PyAnyDict_Check(mp));
  ------------------
  |  Branch (2735:5): [True: 17.5k, False: 0]
  |  Branch (2735:5): [True: 0, False: 0]
  ------------------
 2736|  17.5k|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2736:5): [True: 17.5k, False: 0]
  ------------------
 2737|  17.5k|    assert(key);
  ------------------
  |  Branch (2737:5): [True: 17.5k, False: 0]
  ------------------
 2738|  17.5k|    assert(value);
  ------------------
  |  Branch (2738:5): [True: 17.5k, False: 0]
  ------------------
 2739|       |
 2740|  17.5k|    if (mp->ma_keys == Py_EMPTY_KEYS) {
  ------------------
  |  |  645|  17.5k|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
  |  Branch (2740:9): [True: 1.56k, False: 15.9k]
  ------------------
 2741|  1.56k|        return insert_to_emptydict(mp, key, hash, value);
 2742|  1.56k|    }
 2743|       |    /* insertdict() handles any resizing that might be necessary */
 2744|  15.9k|    return insertdict(mp, key, hash, value);
 2745|  17.5k|}
dictobject.c:setitem_lock_held:
 2819|  3.15k|{
 2820|  3.15k|    assert(key);
  ------------------
  |  Branch (2820:5): [True: 3.15k, False: 0]
  ------------------
 2821|  3.15k|    assert(value);
  ------------------
  |  Branch (2821:5): [True: 3.15k, False: 0]
  ------------------
 2822|  3.15k|    return setitem_take2_lock_held(mp,
 2823|  3.15k|                                   Py_NewRef(key), Py_NewRef(value));
  ------------------
  |  |  550|  3.15k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                                 Py_NewRef(key), Py_NewRef(value));
  ------------------
  |  |  550|  3.15k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2824|  3.15k|}
dictobject.c:insert_to_emptydict:
 2019|  1.58k|{
 2020|  1.58k|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2020:5): [True: 1.58k, False: 0]
  ------------------
 2021|  1.58k|    assert(mp->ma_keys == Py_EMPTY_KEYS);
  ------------------
  |  Branch (2021:5): [True: 1.58k, False: 0]
  ------------------
 2022|       |
 2023|  1.58k|    int unicode = PyUnicode_CheckExact(key);
  ------------------
  |  |  104|  1.58k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  1.58k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2024|  1.58k|    PyDictKeysObject *newkeys = new_keys_object(PyDict_LOG_MINSIZE, unicode);
  ------------------
  |  |  115|  1.58k|#define PyDict_LOG_MINSIZE 3
  ------------------
 2025|  1.58k|    if (newkeys == NULL) {
  ------------------
  |  Branch (2025:9): [True: 0, False: 1.58k]
  ------------------
 2026|      0|        Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2027|      0|        Py_DECREF(value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2028|      0|        return -1;
 2029|      0|    }
 2030|  1.58k|    _PyDict_NotifyEvent(PyDict_EVENT_ADDED, mp, key, value);
 2031|       |
 2032|       |    /* We don't decref Py_EMPTY_KEYS here because it is immortal. */
 2033|  1.58k|    assert(mp->ma_values == NULL);
  ------------------
  |  Branch (2033:5): [True: 1.58k, False: 0]
  ------------------
 2034|       |
 2035|  1.58k|    size_t hashpos = (size_t)hash & (PyDict_MINSIZE-1);
  ------------------
  |  |  116|  1.58k|#define PyDict_MINSIZE 8
  ------------------
 2036|  1.58k|    dictkeys_set_index(newkeys, hashpos, 0);
 2037|  1.58k|    if (unicode) {
  ------------------
  |  Branch (2037:9): [True: 1.41k, False: 174]
  ------------------
 2038|  1.41k|        PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(newkeys);
 2039|  1.41k|        ep->me_key = key;
 2040|  1.41k|        STORE_VALUE(ep, value);
  ------------------
  |  |  316|  1.41k|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|  1.41k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2041|  1.41k|    }
 2042|    174|    else {
 2043|    174|        PyDictKeyEntry *ep = DK_ENTRIES(newkeys);
 2044|    174|        ep->me_key = key;
 2045|    174|        ep->me_hash = hash;
 2046|    174|        STORE_VALUE(ep, value);
  ------------------
  |  |  316|    174|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|    174|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2047|    174|    }
 2048|  1.58k|    STORE_USED(mp, mp->ma_used + 1);
  ------------------
  |  |  321|  1.58k|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|  1.58k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2049|  1.58k|    newkeys->dk_usable--;
 2050|  1.58k|    newkeys->dk_nentries++;
 2051|       |    // We store the keys last so no one can see them in a partially inconsistent
 2052|       |    // state so that we don't need to switch the keys to being shared yet for
 2053|       |    // the case where we're inserting from the non-owner thread.  We don't use
 2054|       |    // set_keys here because the transition from empty to non-empty is safe
 2055|       |    // as the empty keys will never be freed.
 2056|  1.58k|    FT_ATOMIC_STORE_PTR_RELEASE(mp->ma_keys, newkeys);
  ------------------
  |  |  164|  1.58k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 2057|  1.58k|    return 0;
 2058|  1.58k|}
dictobject.c:dictkeys_set_index:
  538|  62.1k|{
  539|  62.1k|    int log2size = DK_LOG_SIZE(keys);
  ------------------
  |  |  260|  62.1k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  ------------------
  |  |  |  |  277|  62.1k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  540|       |
  541|  62.1k|    assert(ix >= DKIX_DUMMY);
  ------------------
  |  Branch (541:5): [True: 62.1k, False: 0]
  ------------------
  542|  62.1k|    assert(keys->dk_version == 0);
  ------------------
  |  Branch (542:5): [True: 62.1k, False: 0]
  ------------------
  543|       |
  544|  62.1k|    if (log2size < 8) {
  ------------------
  |  Branch (544:9): [True: 34.7k, False: 27.4k]
  ------------------
  545|  34.7k|        assert(ix <= 0x7f);
  ------------------
  |  Branch (545:9): [True: 34.7k, False: 0]
  ------------------
  546|  34.7k|        STORE_INDEX(keys, 8, i, ix);
  ------------------
  |  |  261|  34.7k|#define STORE_INDEX(keys, size, idx, value) ((int##size##_t*)(keys->dk_indices))[idx] = (int##size##_t)value
  ------------------
  547|  34.7k|    }
  548|  27.4k|    else if (log2size < 16) {
  ------------------
  |  Branch (548:14): [True: 27.4k, False: 0]
  ------------------
  549|  27.4k|        assert(ix <= 0x7fff);
  ------------------
  |  Branch (549:9): [True: 27.4k, False: 0]
  ------------------
  550|  27.4k|        STORE_INDEX(keys, 16, i, ix);
  ------------------
  |  |  261|  27.4k|#define STORE_INDEX(keys, size, idx, value) ((int##size##_t*)(keys->dk_indices))[idx] = (int##size##_t)value
  ------------------
  551|  27.4k|    }
  552|      0|#if SIZEOF_VOID_P > 4
  553|      0|    else if (log2size >= 32) {
  ------------------
  |  Branch (553:14): [True: 0, False: 0]
  ------------------
  554|      0|        STORE_INDEX(keys, 64, i, ix);
  ------------------
  |  |  261|      0|#define STORE_INDEX(keys, size, idx, value) ((int##size##_t*)(keys->dk_indices))[idx] = (int##size##_t)value
  ------------------
  555|      0|    }
  556|      0|#endif
  557|      0|    else {
  558|      0|        assert(ix <= 0x7fffffff);
  ------------------
  |  Branch (558:9): [True: 0, False: 0]
  ------------------
  559|      0|        STORE_INDEX(keys, 32, i, ix);
  ------------------
  |  |  261|      0|#define STORE_INDEX(keys, size, idx, value) ((int##size##_t*)(keys->dk_indices))[idx] = (int##size##_t)value
  ------------------
  560|      0|    }
  561|  62.1k|}
dictobject.c:insertdict:
 1948|  16.7k|{
 1949|  16.7k|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (1949:5): [True: 16.7k, False: 0]
  ------------------
 1950|       |
 1951|  16.7k|    PyObject *old_value = NULL;
 1952|  16.7k|    Py_ssize_t ix;
 1953|       |
 1954|  16.7k|    if (_PyDict_HasSplitTable(mp) && PyUnicode_CheckExact(key)) {
  ------------------
  |  |   56|  33.4k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 133, False: 16.5k]
  |  |  ------------------
  ------------------
                  if (_PyDict_HasSplitTable(mp) && PyUnicode_CheckExact(key)) {
  ------------------
  |  |  104|    133|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    133|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    133|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    133|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 133, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1955|    133|        ix = insert_split_key(mp->ma_keys, key, hash);
 1956|    133|        if (ix != DKIX_EMPTY) {
  ------------------
  |  |  184|    133|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1956:13): [True: 133, False: 0]
  ------------------
 1957|    133|            _PyDict_InsertSplitValue(mp, key, value, ix);
 1958|    133|            Py_DECREF(key);
  ------------------
  |  |  430|    133|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    133|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    133|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1959|    133|            Py_DECREF(value);
  ------------------
  |  |  430|    133|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    133|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    133|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1960|    133|            return 0;
 1961|    133|        }
 1962|       |        // No space in shared keys. Go to insert_combined_dict() below.
 1963|    133|    }
 1964|  16.5k|    else {
 1965|  16.5k|        ix = _Py_dict_lookup(mp, key, hash, &old_value);
 1966|  16.5k|        if (ix == DKIX_ERROR)
  ------------------
  |  |  186|  16.5k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (1966:13): [True: 0, False: 16.5k]
  ------------------
 1967|      0|            goto Fail;
 1968|  16.5k|    }
 1969|       |
 1970|  16.5k|    if (old_value == NULL) {
  ------------------
  |  Branch (1970:9): [True: 15.5k, False: 1.02k]
  ------------------
 1971|       |        // insert_combined_dict() will convert from non DICT_KEYS_GENERAL table
 1972|       |        // into DICT_KEYS_GENERAL table if key is not Unicode.
 1973|       |        // We don't convert it before _Py_dict_lookup because non-Unicode key
 1974|       |        // may change generic table into Unicode table.
 1975|       |        //
 1976|       |        // NOTE: ix may not be DKIX_EMPTY because split table may have key
 1977|       |        // without value.
 1978|  15.5k|        if (insert_combined_dict(mp, hash, key, value) < 0) {
  ------------------
  |  Branch (1978:13): [True: 0, False: 15.5k]
  ------------------
 1979|      0|            goto Fail;
 1980|      0|        }
 1981|  15.5k|        STORE_USED(mp, mp->ma_used + 1);
  ------------------
  |  |  321|  15.5k|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|  15.5k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1982|  15.5k|        ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  15.5k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (1982:9): [True: 15.5k, False: 0]
  ------------------
 1983|  15.5k|        return 0;
 1984|  15.5k|    }
 1985|       |
 1986|  1.02k|    if (old_value != value) {
  ------------------
  |  Branch (1986:9): [True: 749, False: 271]
  ------------------
 1987|    749|        _PyDict_NotifyEvent(PyDict_EVENT_MODIFIED, mp, key, value);
 1988|    749|        assert(old_value != NULL);
  ------------------
  |  Branch (1988:9): [True: 749, False: 0]
  ------------------
 1989|    749|        if (DK_IS_UNICODE(mp->ma_keys)) {
  ------------------
  |  |  282|    749|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 737, False: 12]
  |  |  ------------------
  ------------------
 1990|    737|            if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|    737|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 737]
  |  |  ------------------
  ------------------
 1991|      0|                STORE_SPLIT_VALUE(mp, ix, value);
  ------------------
  |  |  317|      0|#define STORE_SPLIT_VALUE(mp, idx, value) FT_ATOMIC_STORE_PTR_RELEASE(mp->ma_values->values[idx], value)
  |  |  ------------------
  |  |  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1992|      0|            }
 1993|    737|            else {
 1994|    737|                PyDictUnicodeEntry *ep = &DK_UNICODE_ENTRIES(mp->ma_keys)[ix];
 1995|    737|                STORE_VALUE(ep, value);
  ------------------
  |  |  316|    737|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|    737|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1996|    737|            }
 1997|    737|        }
 1998|     12|        else {
 1999|     12|            PyDictKeyEntry *ep = &DK_ENTRIES(mp->ma_keys)[ix];
 2000|     12|            STORE_VALUE(ep, value);
  ------------------
  |  |  316|     12|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|     12|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2001|     12|        }
 2002|    749|    }
 2003|  1.02k|    Py_XDECREF(old_value); /* which **CAN** re-enter (see issue #22653) */
  ------------------
  |  |  524|  1.02k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2004|  1.02k|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  1.02k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (2004:5): [True: 1.02k, False: 0]
  ------------------
 2005|  1.02k|    Py_DECREF(key);
  ------------------
  |  |  430|  1.02k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2006|  1.02k|    return 0;
 2007|       |
 2008|      0|Fail:
 2009|      0|    Py_DECREF(value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2010|      0|    Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2011|      0|    return -1;
 2012|  1.02k|}
dictobject.c:insert_combined_dict:
 1844|  27.1k|{
 1845|       |    // gh-140551: If dict was cleared in _Py_dict_lookup,
 1846|       |    // we have to resize one more time to force general key kind.
 1847|  27.1k|    if (DK_IS_UNICODE(mp->ma_keys) && !PyUnicode_CheckExact(key)) {
  ------------------
  |  |  282|  54.2k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 25.7k, False: 1.30k]
  |  |  ------------------
  ------------------
                  if (DK_IS_UNICODE(mp->ma_keys) && !PyUnicode_CheckExact(key)) {
  ------------------
  |  |  104|  25.7k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  25.7k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  25.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  25.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1847:39): [True: 0, False: 25.7k]
  ------------------
 1848|      0|        if (insertion_resize(mp, 0) < 0)
  ------------------
  |  Branch (1848:13): [True: 0, False: 0]
  ------------------
 1849|      0|            return -1;
 1850|      0|        assert(mp->ma_keys->dk_kind == DICT_KEYS_GENERAL);
  ------------------
  |  Branch (1850:9): [True: 0, False: 0]
  ------------------
 1851|      0|    }
 1852|       |
 1853|  27.1k|    if (mp->ma_keys->dk_usable <= 0) {
  ------------------
  |  Branch (1853:9): [True: 1.58k, False: 25.5k]
  ------------------
 1854|       |        /* Need to resize. */
 1855|  1.58k|        if (insertion_resize(mp, 1) < 0) {
  ------------------
  |  Branch (1855:13): [True: 0, False: 1.58k]
  ------------------
 1856|      0|            return -1;
 1857|      0|        }
 1858|  1.58k|    }
 1859|       |
 1860|  27.1k|    _PyDict_NotifyEvent(PyDict_EVENT_ADDED, mp, key, value);
 1861|  27.1k|    FT_ATOMIC_STORE_UINT32_RELAXED(mp->ma_keys->dk_version, 0);
  ------------------
  |  |  172|  27.1k|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 1862|       |
 1863|  27.1k|    Py_ssize_t hashpos = find_empty_slot(mp->ma_keys, hash);
 1864|  27.1k|    dictkeys_set_index(mp->ma_keys, hashpos, mp->ma_keys->dk_nentries);
 1865|       |
 1866|  27.1k|    if (DK_IS_UNICODE(mp->ma_keys)) {
  ------------------
  |  |  282|  27.1k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 25.7k, False: 1.30k]
  |  |  ------------------
  ------------------
 1867|  25.7k|        PyDictUnicodeEntry *ep;
 1868|  25.7k|        ep = &DK_UNICODE_ENTRIES(mp->ma_keys)[mp->ma_keys->dk_nentries];
 1869|  25.7k|        STORE_KEY(ep, key);
  ------------------
  |  |  315|  25.7k|#define STORE_KEY(ep, key) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_key, key)
  |  |  ------------------
  |  |  |  |  164|  25.7k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1870|  25.7k|        STORE_VALUE(ep, value);
  ------------------
  |  |  316|  25.7k|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|  25.7k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1871|  25.7k|    }
 1872|  1.30k|    else {
 1873|  1.30k|        PyDictKeyEntry *ep;
 1874|  1.30k|        ep = &DK_ENTRIES(mp->ma_keys)[mp->ma_keys->dk_nentries];
 1875|  1.30k|        STORE_KEY(ep, key);
  ------------------
  |  |  315|  1.30k|#define STORE_KEY(ep, key) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_key, key)
  |  |  ------------------
  |  |  |  |  164|  1.30k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1876|  1.30k|        STORE_VALUE(ep, value);
  ------------------
  |  |  316|  1.30k|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|  1.30k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1877|  1.30k|        STORE_HASH(ep, hash);
  ------------------
  |  |  318|  1.30k|#define STORE_HASH(ep, hash) FT_ATOMIC_STORE_SSIZE_RELAXED((ep)->me_hash, hash)
  |  |  ------------------
  |  |  |  |  194|  1.30k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1878|  1.30k|    }
 1879|  27.1k|    STORE_KEYS_USABLE(mp->ma_keys, mp->ma_keys->dk_usable - 1);
  ------------------
  |  |  319|  27.1k|#define STORE_KEYS_USABLE(keys, usable) FT_ATOMIC_STORE_SSIZE_RELAXED(keys->dk_usable, usable)
  |  |  ------------------
  |  |  |  |  194|  27.1k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1880|  27.1k|    STORE_KEYS_NENTRIES(mp->ma_keys, mp->ma_keys->dk_nentries + 1);
  ------------------
  |  |  320|  27.1k|#define STORE_KEYS_NENTRIES(keys, nentries) FT_ATOMIC_STORE_SSIZE_RELAXED(keys->dk_nentries, nentries)
  |  |  ------------------
  |  |  |  |  194|  27.1k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 1881|  27.1k|    assert(mp->ma_keys->dk_usable >= 0);
  ------------------
  |  Branch (1881:5): [True: 27.1k, False: 0]
  ------------------
 1882|  27.1k|    return 0;
 1883|  27.1k|}
dictobject.c:insertion_resize:
 1837|  1.58k|{
 1838|  1.58k|    return dictresize(mp, calculate_log2_keysize(GROWTH_RATE(mp)), unicode);
  ------------------
  |  |  622|  1.58k|#define GROWTH_RATE(d) ((d)->ma_used*3)
  ------------------
 1839|  1.58k|}
dictobject.c:dictresize:
 2121|  1.58k|{
 2122|  1.58k|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2122:5): [True: 1.58k, False: 0]
  ------------------
 2123|       |
 2124|  1.58k|    PyDictKeysObject *oldkeys, *newkeys;
 2125|  1.58k|    PyDictValues *oldvalues;
 2126|       |
 2127|  1.58k|    if (log2_newsize >= SIZEOF_SIZE_T*8) {
  ------------------
  |  | 1838|  1.58k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (2127:9): [True: 0, False: 1.58k]
  ------------------
 2128|      0|        PyErr_NoMemory();
 2129|      0|        return -1;
 2130|      0|    }
 2131|  1.58k|    assert(log2_newsize >= PyDict_LOG_MINSIZE);
  ------------------
  |  Branch (2131:5): [True: 1.58k, False: 0]
  ------------------
 2132|       |
 2133|  1.58k|    oldkeys = mp->ma_keys;
 2134|  1.58k|    oldvalues = mp->ma_values;
 2135|       |
 2136|  1.58k|    if (!DK_IS_UNICODE(oldkeys)) {
  ------------------
  |  |  282|  1.58k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  ------------------
  |  Branch (2136:9): [True: 88, False: 1.49k]
  ------------------
 2137|     88|        unicode = 0;
 2138|     88|    }
 2139|       |
 2140|  1.58k|    ensure_shared_on_resize(mp);
 2141|       |    /* NOTE: Current odict checks mp->ma_keys to detect resize happen.
 2142|       |     * So we can't reuse oldkeys even if oldkeys->dk_size == newsize.
 2143|       |     * TODO: Try reusing oldkeys when reimplement odict.
 2144|       |     */
 2145|       |
 2146|       |    /* Allocate a new table. */
 2147|  1.58k|    newkeys = new_keys_object(log2_newsize, unicode);
 2148|  1.58k|    if (newkeys == NULL) {
  ------------------
  |  Branch (2148:9): [True: 0, False: 1.58k]
  ------------------
 2149|      0|        return -1;
 2150|      0|    }
 2151|       |    // New table must be large enough.
 2152|  1.58k|    assert(newkeys->dk_usable >= mp->ma_used);
  ------------------
  |  Branch (2152:5): [True: 1.58k, False: 0]
  ------------------
 2153|       |
 2154|  1.58k|    Py_ssize_t numentries = mp->ma_used;
 2155|       |
 2156|  1.58k|    if (oldvalues != NULL) {
  ------------------
  |  Branch (2156:9): [True: 0, False: 1.58k]
  ------------------
 2157|      0|        LOCK_KEYS(oldkeys);
 2158|      0|        PyDictUnicodeEntry *oldentries = DK_UNICODE_ENTRIES(oldkeys);
 2159|       |        /* Convert split table into new combined table.
 2160|       |         * We must incref keys; we can transfer values.
 2161|       |         */
 2162|      0|        if (newkeys->dk_kind == DICT_KEYS_GENERAL) {
  ------------------
  |  Branch (2162:13): [True: 0, False: 0]
  ------------------
 2163|       |            // split -> generic
 2164|      0|            PyDictKeyEntry *newentries = DK_ENTRIES(newkeys);
 2165|       |
 2166|      0|            for (Py_ssize_t i = 0; i < numentries; i++) {
  ------------------
  |  Branch (2166:36): [True: 0, False: 0]
  ------------------
 2167|      0|                int index = get_index_from_order(mp, i);
 2168|      0|                PyDictUnicodeEntry *ep = &oldentries[index];
 2169|      0|                assert(oldvalues->values[index] != NULL);
  ------------------
  |  Branch (2169:17): [True: 0, False: 0]
  ------------------
 2170|      0|                newentries[i].me_key = Py_NewRef(ep->me_key);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2171|      0|                newentries[i].me_hash = unicode_get_hash(ep->me_key);
 2172|      0|                newentries[i].me_value = oldvalues->values[index];
 2173|      0|            }
 2174|      0|            build_indices_generic(newkeys, newentries, numentries);
 2175|      0|        }
 2176|      0|        else { // split -> combined unicode
 2177|      0|            PyDictUnicodeEntry *newentries = DK_UNICODE_ENTRIES(newkeys);
 2178|       |
 2179|      0|            for (Py_ssize_t i = 0; i < numentries; i++) {
  ------------------
  |  Branch (2179:36): [True: 0, False: 0]
  ------------------
 2180|      0|                int index = get_index_from_order(mp, i);
 2181|      0|                PyDictUnicodeEntry *ep = &oldentries[index];
 2182|      0|                assert(oldvalues->values[index] != NULL);
  ------------------
  |  Branch (2182:17): [True: 0, False: 0]
  ------------------
 2183|      0|                newentries[i].me_key = Py_NewRef(ep->me_key);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2184|      0|                newentries[i].me_value = oldvalues->values[index];
 2185|      0|            }
 2186|      0|            build_indices_unicode(newkeys, newentries, numentries);
 2187|      0|        }
 2188|      0|        UNLOCK_KEYS(oldkeys);
 2189|      0|        set_keys(mp, newkeys);
 2190|      0|        dictkeys_decref(oldkeys, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|      0|#define IS_DICT_SHARED(mp) (false)
  ------------------
 2191|      0|        set_values(mp, NULL);
 2192|      0|        if (oldvalues->embedded) {
  ------------------
  |  Branch (2192:13): [True: 0, False: 0]
  ------------------
 2193|      0|            assert(oldvalues->embedded == 1);
  ------------------
  |  Branch (2193:13): [True: 0, False: 0]
  ------------------
 2194|      0|            assert(oldvalues->valid == 1);
  ------------------
  |  Branch (2194:13): [True: 0, False: 0]
  ------------------
 2195|      0|            invalidate_and_clear_inline_values(oldvalues);
 2196|      0|        }
 2197|      0|        else {
 2198|      0|            free_values(oldvalues, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|      0|#define IS_DICT_SHARED(mp) (false)
  ------------------
 2199|      0|        }
 2200|      0|    }
 2201|  1.58k|    else {  // oldkeys is combined.
 2202|  1.58k|        if (oldkeys->dk_kind == DICT_KEYS_GENERAL) {
  ------------------
  |  Branch (2202:13): [True: 88, False: 1.49k]
  ------------------
 2203|       |            // generic -> generic
 2204|     88|            assert(newkeys->dk_kind == DICT_KEYS_GENERAL);
  ------------------
  |  Branch (2204:13): [True: 88, False: 0]
  ------------------
 2205|     88|            PyDictKeyEntry *oldentries = DK_ENTRIES(oldkeys);
 2206|     88|            PyDictKeyEntry *newentries = DK_ENTRIES(newkeys);
 2207|     88|            if (oldkeys->dk_nentries == numentries) {
  ------------------
  |  Branch (2207:17): [True: 71, False: 17]
  ------------------
 2208|     71|                memcpy(newentries, oldentries, numentries * sizeof(PyDictKeyEntry));
 2209|     71|            }
 2210|     17|            else {
 2211|     17|                PyDictKeyEntry *ep = oldentries;
 2212|     17|                for (Py_ssize_t i = 0; i < numentries; i++) {
  ------------------
  |  Branch (2212:40): [True: 0, False: 17]
  ------------------
 2213|      0|                    while (ep->me_value == NULL)
  ------------------
  |  Branch (2213:28): [True: 0, False: 0]
  ------------------
 2214|      0|                        ep++;
 2215|      0|                    newentries[i] = *ep++;
 2216|      0|                }
 2217|     17|            }
 2218|     88|            build_indices_generic(newkeys, newentries, numentries);
 2219|     88|        }
 2220|  1.49k|        else {  // oldkeys is combined unicode
 2221|  1.49k|            PyDictUnicodeEntry *oldentries = DK_UNICODE_ENTRIES(oldkeys);
 2222|  1.49k|            if (unicode) { // combined unicode -> combined unicode
  ------------------
  |  Branch (2222:17): [True: 1.49k, False: 0]
  ------------------
 2223|  1.49k|                PyDictUnicodeEntry *newentries = DK_UNICODE_ENTRIES(newkeys);
 2224|  1.49k|                if (oldkeys->dk_nentries == numentries && mp->ma_keys->dk_kind == DICT_KEYS_UNICODE) {
  ------------------
  |  Branch (2224:21): [True: 1.39k, False: 105]
  |  Branch (2224:59): [True: 1.39k, False: 0]
  ------------------
 2225|  1.39k|                    memcpy(newentries, oldentries, numentries * sizeof(PyDictUnicodeEntry));
 2226|  1.39k|                }
 2227|    105|                else {
 2228|    105|                    PyDictUnicodeEntry *ep = oldentries;
 2229|  1.04k|                    for (Py_ssize_t i = 0; i < numentries; i++) {
  ------------------
  |  Branch (2229:44): [True: 941, False: 105]
  ------------------
 2230|  1.14k|                        while (ep->me_value == NULL)
  ------------------
  |  Branch (2230:32): [True: 202, False: 941]
  ------------------
 2231|    202|                            ep++;
 2232|    941|                        newentries[i] = *ep++;
 2233|    941|                    }
 2234|    105|                }
 2235|  1.49k|                build_indices_unicode(newkeys, newentries, numentries);
 2236|  1.49k|            }
 2237|      0|            else { // combined unicode -> generic
 2238|      0|                PyDictKeyEntry *newentries = DK_ENTRIES(newkeys);
 2239|      0|                PyDictUnicodeEntry *ep = oldentries;
 2240|      0|                for (Py_ssize_t i = 0; i < numentries; i++) {
  ------------------
  |  Branch (2240:40): [True: 0, False: 0]
  ------------------
 2241|      0|                    while (ep->me_value == NULL)
  ------------------
  |  Branch (2241:28): [True: 0, False: 0]
  ------------------
 2242|      0|                        ep++;
 2243|      0|                    newentries[i].me_key = ep->me_key;
 2244|      0|                    newentries[i].me_hash = unicode_get_hash(ep->me_key);
 2245|      0|                    newentries[i].me_value = ep->me_value;
 2246|      0|                    ep++;
 2247|      0|                }
 2248|      0|                build_indices_generic(newkeys, newentries, numentries);
 2249|      0|            }
 2250|  1.49k|        }
 2251|       |
 2252|  1.58k|        set_keys(mp, newkeys);
 2253|       |
 2254|  1.58k|        if (oldkeys != Py_EMPTY_KEYS) {
  ------------------
  |  |  645|  1.58k|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
  |  Branch (2254:13): [True: 1.58k, False: 0]
  ------------------
 2255|       |#ifdef Py_REF_DEBUG
 2256|       |            _Py_DecRefTotal(_PyThreadState_GET());
 2257|       |#endif
 2258|  1.58k|            assert(oldkeys->dk_kind != DICT_KEYS_SPLIT);
  ------------------
  |  Branch (2258:13): [True: 1.58k, False: 0]
  ------------------
 2259|  1.58k|            assert(oldkeys->dk_refcnt == 1);
  ------------------
  |  Branch (2259:13): [True: 1.58k, False: 0]
  ------------------
 2260|  1.58k|            free_keys_object(oldkeys, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|  1.58k|#define IS_DICT_SHARED(mp) (false)
  ------------------
 2261|  1.58k|        }
 2262|  1.58k|    }
 2263|       |
 2264|  1.58k|    STORE_KEYS_USABLE(mp->ma_keys, mp->ma_keys->dk_usable - numentries);
  ------------------
  |  |  319|  1.58k|#define STORE_KEYS_USABLE(keys, usable) FT_ATOMIC_STORE_SSIZE_RELAXED(keys->dk_usable, usable)
  |  |  ------------------
  |  |  |  |  194|  1.58k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2265|  1.58k|    STORE_KEYS_NENTRIES(mp->ma_keys, numentries);
  ------------------
  |  |  320|  1.58k|#define STORE_KEYS_NENTRIES(keys, nentries) FT_ATOMIC_STORE_SSIZE_RELAXED(keys->dk_nentries, nentries)
  |  |  ------------------
  |  |  |  |  194|  1.58k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2266|  1.58k|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  1.58k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (2266:5): [True: 1.58k, False: 0]
  ------------------
 2267|  1.58k|    return 0;
 2268|  1.58k|}
dictobject.c:ensure_shared_on_resize:
 1393|  1.62k|{
 1394|       |#ifdef Py_GIL_DISABLED
 1395|       |    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(mp);
 1396|       |
 1397|       |    if (!_Py_IsOwnedByCurrentThread((PyObject *)mp) && !IS_DICT_SHARED(mp)) {
 1398|       |        // We are writing to the dict from another thread that owns
 1399|       |        // it and we haven't marked it as shared which will ensure
 1400|       |        // that when we re-size ma_keys or ma_values that we will
 1401|       |        // free using QSBR.  We need to lock the dictionary to
 1402|       |        // contend with writes from the owning thread, mark it as
 1403|       |        // shared, and then we can continue with lock-free reads.
 1404|       |        // Technically this is a little heavy handed, we could just
 1405|       |        // free the individual old keys / old-values using qsbr
 1406|       |        SET_DICT_SHARED(mp);
 1407|       |    }
 1408|       |#endif
 1409|  1.62k|}
dictobject.c:build_indices_generic:
 2065|     88|{
 2066|     88|    size_t mask = DK_MASK(keys);
  ------------------
  |  |  452|     88|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|     88|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|     88|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|     88|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2067|  1.57k|    for (Py_ssize_t ix = 0; ix != n; ix++, ep++) {
  ------------------
  |  Branch (2067:29): [True: 1.48k, False: 88]
  ------------------
 2068|  1.48k|        Py_hash_t hash = ep->me_hash;
 2069|  1.48k|        size_t i = hash & mask;
 2070|  2.28k|        for (size_t perturb = hash; dictkeys_get_index(keys, i) != DKIX_EMPTY;) {
  ------------------
  |  |  184|  2.28k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (2070:37): [True: 796, False: 1.48k]
  ------------------
 2071|    796|            perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|    796|#define PERTURB_SHIFT 5
  ------------------
 2072|    796|            i = mask & (i*5 + perturb + 1);
 2073|    796|        }
 2074|  1.48k|        dictkeys_set_index(keys, i, ix);
 2075|  1.48k|    }
 2076|     88|}
dictobject.c:build_indices_unicode:
 2080|  1.49k|{
 2081|  1.49k|    size_t mask = DK_MASK(keys);
  ------------------
  |  |  452|  1.49k|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|  1.49k|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|  1.49k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|  1.49k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2082|  32.4k|    for (Py_ssize_t ix = 0; ix != n; ix++, ep++) {
  ------------------
  |  Branch (2082:29): [True: 30.9k, False: 1.49k]
  ------------------
 2083|  30.9k|        Py_hash_t hash = unicode_get_hash(ep->me_key);
 2084|  30.9k|        assert(hash != -1);
  ------------------
  |  Branch (2084:9): [True: 30.9k, False: 0]
  ------------------
 2085|  30.9k|        size_t i = hash & mask;
 2086|  37.2k|        for (size_t perturb = hash; dictkeys_get_index(keys, i) != DKIX_EMPTY;) {
  ------------------
  |  |  184|  37.2k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (2086:37): [True: 6.34k, False: 30.9k]
  ------------------
 2087|  6.34k|            perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|  6.34k|#define PERTURB_SHIFT 5
  ------------------
 2088|  6.34k|            i = mask & (i*5 + perturb + 1);
 2089|  6.34k|        }
 2090|  30.9k|        dictkeys_set_index(keys, i, ix);
 2091|  30.9k|    }
 2092|  1.49k|}
dictobject.c:free_keys_object:
  845|  2.32k|{
  846|       |#ifdef Py_GIL_DISABLED
  847|       |    if (use_qsbr) {
  848|       |        _PyMem_FreeDelayed(keys, _PyDict_KeysSize(keys));
  849|       |        return;
  850|       |    }
  851|       |#endif
  852|  2.32k|    if (DK_LOG_SIZE(keys) == PyDict_LOG_MINSIZE && keys->dk_kind == DICT_KEYS_UNICODE) {
  ------------------
  |  |  260|  2.32k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  ------------------
  |  |  |  |  277|  2.32k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                  if (DK_LOG_SIZE(keys) == PyDict_LOG_MINSIZE && keys->dk_kind == DICT_KEYS_UNICODE) {
  ------------------
  |  |  115|  4.65k|#define PyDict_LOG_MINSIZE 3
  ------------------
  |  Branch (852:9): [True: 997, False: 1.33k]
  |  Branch (852:52): [True: 947, False: 50]
  ------------------
  853|    947|        _Py_FREELIST_FREE(dictkeys, keys, PyMem_Free);
  ------------------
  |  |   35|    947|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|    947|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    947|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|    947|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   17|    947|#  define Py_dictkeys_MAXFREELIST 80
  |  |  ------------------
  ------------------
  854|    947|    }
  855|  1.38k|    else {
  856|  1.38k|        PyMem_Free(keys);
  857|  1.38k|    }
  858|  2.32k|}
dictobject.c:find_empty_slot:
 1821|  27.3k|{
 1822|  27.3k|    assert(keys != NULL);
  ------------------
  |  Branch (1822:5): [True: 27.3k, False: 0]
  ------------------
 1823|       |
 1824|  27.3k|    const size_t mask = DK_MASK(keys);
  ------------------
  |  |  452|  27.3k|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|  27.3k|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|  27.3k|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|  27.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1825|  27.3k|    size_t i = hash & mask;
 1826|  27.3k|    Py_ssize_t ix = dictkeys_get_index(keys, i);
 1827|  50.4k|    for (size_t perturb = hash; is_unusable_slot(ix);) {
  ------------------
  |  Branch (1827:33): [True: 23.0k, False: 27.3k]
  ------------------
 1828|  23.0k|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|  23.0k|#define PERTURB_SHIFT 5
  ------------------
 1829|  23.0k|        i = (i*5 + perturb + 1) & mask;
 1830|  23.0k|        ix = dictkeys_get_index(keys, i);
 1831|  23.0k|    }
 1832|  27.3k|    return i;
 1833|  27.3k|}
dictobject.c:is_unusable_slot:
 1808|  50.4k|{
 1809|       |#ifdef Py_GIL_DISABLED
 1810|       |    return ix >= 0 || ix == DKIX_DUMMY;
 1811|       |#else
 1812|  50.4k|    return ix >= 0;
 1813|  50.4k|#endif
 1814|  50.4k|}
dictobject.c:delitem_common:
 2884|    796|{
 2885|    796|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2885:5): [True: 796, False: 0]
  ------------------
 2886|       |
 2887|    796|    PyObject *old_key;
 2888|       |
 2889|    796|    Py_ssize_t hashpos = lookdict_index(mp->ma_keys, hash, ix);
 2890|    796|    assert(hashpos >= 0);
  ------------------
  |  Branch (2890:5): [True: 796, False: 0]
  ------------------
 2891|       |
 2892|    796|    STORE_USED(mp, mp->ma_used - 1);
  ------------------
  |  |  321|    796|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|    796|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2893|    796|    if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|    796|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 796]
  |  |  ------------------
  ------------------
 2894|      0|        assert(old_value == mp->ma_values->values[ix]);
  ------------------
  |  Branch (2894:9): [True: 0, False: 0]
  ------------------
 2895|      0|        STORE_SPLIT_VALUE(mp, ix, NULL);
  ------------------
  |  |  317|      0|#define STORE_SPLIT_VALUE(mp, idx, value) FT_ATOMIC_STORE_PTR_RELEASE(mp->ma_values->values[idx], value)
  |  |  ------------------
  |  |  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2896|      0|        assert(ix < SHARED_KEYS_MAX_SIZE);
  ------------------
  |  Branch (2896:9): [True: 0, False: 0]
  ------------------
 2897|       |        /* Update order */
 2898|      0|        delete_index_from_values(mp->ma_values, ix);
 2899|      0|        ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|      0|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (2899:9): [True: 0, False: 0]
  ------------------
 2900|      0|    }
 2901|    796|    else {
 2902|    796|        FT_ATOMIC_STORE_UINT32_RELAXED(mp->ma_keys->dk_version, 0);
  ------------------
  |  |  172|    796|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 2903|    796|        dictkeys_set_index(mp->ma_keys, hashpos, DKIX_DUMMY);
  ------------------
  |  |  185|    796|#define DKIX_DUMMY (-2)  /* Used internally */
  ------------------
 2904|    796|        if (DK_IS_UNICODE(mp->ma_keys)) {
  ------------------
  |  |  282|    796|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 704, False: 92]
  |  |  ------------------
  ------------------
 2905|    704|            PyDictUnicodeEntry *ep = &DK_UNICODE_ENTRIES(mp->ma_keys)[ix];
 2906|    704|            old_key = ep->me_key;
 2907|    704|            STORE_KEY(ep, NULL);
  ------------------
  |  |  315|    704|#define STORE_KEY(ep, key) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_key, key)
  |  |  ------------------
  |  |  |  |  164|    704|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2908|    704|            STORE_VALUE(ep, NULL);
  ------------------
  |  |  316|    704|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|    704|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2909|    704|        }
 2910|     92|        else {
 2911|     92|            PyDictKeyEntry *ep = &DK_ENTRIES(mp->ma_keys)[ix];
 2912|     92|            old_key = ep->me_key;
 2913|     92|            STORE_KEY(ep, NULL);
  ------------------
  |  |  315|     92|#define STORE_KEY(ep, key) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_key, key)
  |  |  ------------------
  |  |  |  |  164|     92|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2914|     92|            STORE_VALUE(ep, NULL);
  ------------------
  |  |  316|     92|#define STORE_VALUE(ep, value) FT_ATOMIC_STORE_PTR_RELEASE((ep)->me_value, value)
  |  |  ------------------
  |  |  |  |  164|     92|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2915|     92|            STORE_HASH(ep, 0);
  ------------------
  |  |  318|     92|#define STORE_HASH(ep, hash) FT_ATOMIC_STORE_SSIZE_RELAXED((ep)->me_hash, hash)
  |  |  ------------------
  |  |  |  |  194|     92|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 2916|     92|        }
 2917|    796|        Py_DECREF(old_key);
  ------------------
  |  |  430|    796|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    796|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    796|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2918|    796|    }
 2919|    796|    Py_DECREF(old_value);
  ------------------
  |  |  430|    796|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    796|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    796|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2920|       |
 2921|       |    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|    796|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (2921:5): [True: 796, False: 0]
  ------------------
 2922|    796|}
dictobject.c:lookdict_index:
 1036|    796|{
 1037|    796|    size_t mask = DK_MASK(k);
  ------------------
  |  |  452|    796|#define DK_MASK(dk) (DK_SIZE(dk)-1)
  |  |  ------------------
  |  |  |  |  262|    796|#define DK_SIZE(dk)      (((int64_t)1)<<DK_LOG_SIZE(dk))
  |  |  |  |  ------------------
  |  |  |  |  |  |  260|    796|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  277|    796|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1038|    796|    size_t perturb = (size_t)hash;
 1039|    796|    size_t i = (size_t)hash & mask;
 1040|       |
 1041|  1.03k|    for (;;) {
 1042|  1.03k|        Py_ssize_t ix = dictkeys_get_index(k, i);
 1043|  1.03k|        if (ix == index) {
  ------------------
  |  Branch (1043:13): [True: 796, False: 241]
  ------------------
 1044|    796|            return i;
 1045|    796|        }
 1046|    241|        if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|    241|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1046:13): [True: 0, False: 241]
  ------------------
 1047|      0|            return DKIX_EMPTY;
  ------------------
  |  |  184|      0|#define DKIX_EMPTY (-1)
  ------------------
 1048|      0|        }
 1049|    241|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  323|    241|#define PERTURB_SHIFT 5
  ------------------
 1050|    241|        i = mask & (i*5 + perturb + 1);
 1051|    241|    }
 1052|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1053|    796|}
dictobject.c:delitemif_lock_held:
 2984|     91|{
 2985|     91|    PyDictObject *mp = _PyAnyDict_CAST(op);
  ------------------
  |  |  311|     91|    (assert(PyAnyDict_Check(op)), _Py_CAST(PyDictObject*, op))
  |  |  ------------------
  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2985:24): [True: 91, False: 0]
  |  Branch (2985:24): [True: 0, False: 0]
  ------------------
 2986|     91|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (2986:5): [True: 91, False: 0]
  ------------------
 2987|       |
 2988|     91|    Py_ssize_t ix;
 2989|     91|    Py_hash_t hash;
 2990|     91|    PyObject *old_value;
 2991|     91|    int res;
 2992|       |
 2993|     91|    assert(key);
  ------------------
  |  Branch (2993:5): [True: 91, False: 0]
  ------------------
 2994|     91|    hash = PyObject_Hash(key);
 2995|     91|    if (hash == -1)
  ------------------
  |  Branch (2995:9): [True: 0, False: 91]
  ------------------
 2996|      0|        return -1;
 2997|     91|    ix = _Py_dict_lookup(mp, key, hash, &old_value);
 2998|     91|    if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|     91|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (2998:9): [True: 0, False: 91]
  ------------------
 2999|      0|        return -1;
 3000|      0|    }
 3001|     91|    if (ix == DKIX_EMPTY || old_value == NULL) {
  ------------------
  |  |  184|    182|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (3001:9): [True: 0, False: 91]
  |  Branch (3001:29): [True: 0, False: 91]
  ------------------
 3002|      0|        return 0;
 3003|      0|    }
 3004|       |
 3005|     91|    res = predicate(old_value, arg);
 3006|     91|    if (res == -1)
  ------------------
  |  Branch (3006:9): [True: 0, False: 91]
  ------------------
 3007|      0|        return -1;
 3008|       |
 3009|     91|    if (res > 0) {
  ------------------
  |  Branch (3009:9): [True: 91, False: 0]
  ------------------
 3010|     91|        _PyDict_NotifyEvent(PyDict_EVENT_DELETED, mp, key, NULL);
 3011|     91|        delitem_common(mp, hash, ix, old_value);
 3012|     91|        return 1;
 3013|     91|    } else {
 3014|      0|        return 0;
 3015|      0|    }
 3016|     91|}
dictobject.c:clear_lock_held:
 3052|      6|{
 3053|      6|    if (!PyDict_Check(op)) {
  ------------------
  |  |   18|      6|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3053:9): [True: 0, False: 6]
  ------------------
 3054|      0|        return;
 3055|      0|    }
 3056|      6|    PyDictObject *mp = (PyDictObject *)op;
 3057|      6|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (3057:5): [True: 6, False: 0]
  ------------------
 3058|       |
 3059|      6|    PyDictKeysObject *oldkeys;
 3060|      6|    PyDictValues *oldvalues;
 3061|      6|    Py_ssize_t i, n;
 3062|       |
 3063|      6|    oldkeys = mp->ma_keys;
 3064|      6|    oldvalues = mp->ma_values;
 3065|      6|    if (oldkeys == Py_EMPTY_KEYS) {
  ------------------
  |  |  645|      6|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
  |  Branch (3065:9): [True: 1, False: 5]
  ------------------
 3066|      1|        return;
 3067|      1|    }
 3068|       |    /* Empty the dict... */
 3069|      5|    _PyDict_NotifyEvent(PyDict_EVENT_CLEARED, mp, NULL, NULL);
 3070|       |    // We don't inc ref empty keys because they're immortal
 3071|      5|    ensure_shared_on_resize(mp);
 3072|      5|    STORE_USED(mp, 0);
  ------------------
  |  |  321|      5|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|      5|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 3073|      5|    if (oldvalues == NULL) {
  ------------------
  |  Branch (3073:9): [True: 5, False: 0]
  ------------------
 3074|      5|        set_keys(mp, Py_EMPTY_KEYS);
  ------------------
  |  |  645|      5|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
 3075|      5|        assert(oldkeys->dk_refcnt == 1);
  ------------------
  |  Branch (3075:9): [True: 5, False: 0]
  ------------------
 3076|      5|        dictkeys_decref(oldkeys, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|      5|#define IS_DICT_SHARED(mp) (false)
  ------------------
 3077|      5|    }
 3078|      0|    else if (oldvalues->embedded) {
  ------------------
  |  Branch (3078:14): [True: 0, False: 0]
  ------------------
 3079|      0|        clear_embedded_values(oldvalues, oldkeys->dk_nentries);
 3080|      0|    }
 3081|      0|    else {
 3082|      0|        set_values(mp, NULL);
 3083|      0|        set_keys(mp, Py_EMPTY_KEYS);
  ------------------
  |  |  645|      0|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
 3084|      0|        n = oldkeys->dk_nentries;
 3085|      0|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (3085:21): [True: 0, False: 0]
  ------------------
 3086|      0|            PyObject *tmp = oldvalues->values[i];
 3087|      0|            FT_ATOMIC_STORE_PTR_RELEASE(oldvalues->values[i], NULL);
  ------------------
  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 3088|      0|            Py_XDECREF(tmp);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3089|      0|        }
 3090|      0|        free_values(oldvalues, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|      0|#define IS_DICT_SHARED(mp) (false)
  ------------------
 3091|      0|        dictkeys_decref(oldkeys, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|      0|#define IS_DICT_SHARED(mp) (false)
  ------------------
 3092|      0|    }
 3093|      5|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|      5|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (3093:5): [True: 5, False: 0]
  ------------------
 3094|      5|}
dictobject.c:pop_lock_held:
 3249|    204|{
 3250|    204|    if (!PyDict_Check(op)) {
  ------------------
  |  |   18|    204|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    204|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3250:9): [True: 0, False: 204]
  ------------------
 3251|      0|        if (result) {
  ------------------
  |  Branch (3251:13): [True: 0, False: 0]
  ------------------
 3252|      0|            *result = NULL;
 3253|      0|        }
 3254|      0|        if (PyFrozenDict_Check(op)) {
  ------------------
  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3255|      0|            frozendict_does_not_support("deletion");
  ------------------
  |  | 2728|      0|    PyErr_SetString(PyExc_TypeError, "frozendict object does " \
  |  | 2729|      0|                    "not support item " WHAT)
  ------------------
 3256|      0|        }
 3257|      0|        else {
 3258|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3259|      0|        }
 3260|      0|        return -1;
 3261|      0|    }
 3262|    204|    PyDictObject *dict = (PyDictObject *)op;
 3263|    204|    assert(can_modify_dict(dict));
  ------------------
  |  Branch (3263:5): [True: 204, False: 0]
  ------------------
 3264|       |
 3265|    204|    if (dict->ma_used == 0) {
  ------------------
  |  Branch (3265:9): [True: 1, False: 203]
  ------------------
 3266|      1|        if (result) {
  ------------------
  |  Branch (3266:13): [True: 1, False: 0]
  ------------------
 3267|      1|            *result = NULL;
 3268|      1|        }
 3269|      1|        return 0;
 3270|      1|    }
 3271|       |
 3272|    203|    Py_hash_t hash = _PyObject_HashFast(key);
 3273|    203|    if (hash == -1) {
  ------------------
  |  Branch (3273:9): [True: 0, False: 203]
  ------------------
 3274|      0|        dict_unhashable_type(op, key);
 3275|      0|        if (result) {
  ------------------
  |  Branch (3275:13): [True: 0, False: 0]
  ------------------
 3276|      0|            *result = NULL;
 3277|      0|        }
 3278|      0|        return -1;
 3279|      0|    }
 3280|    203|    return _PyDict_Pop_KnownHash(dict, key, hash, result);
 3281|    203|}
dictobject.c:dict_pop_default:
 3314|    111|{
 3315|    111|    PyObject *result;
 3316|    111|    if (PyDict_Pop(dict, key, &result) == 0) {
  ------------------
  |  Branch (3316:9): [True: 31, False: 80]
  ------------------
 3317|     31|        if (default_value != NULL) {
  ------------------
  |  Branch (3317:13): [True: 31, False: 0]
  ------------------
 3318|     31|            return Py_NewRef(default_value);
  ------------------
  |  |  550|     31|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     31|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3319|     31|        }
 3320|      0|        _PyErr_SetKeyError(key);
 3321|      0|        return NULL;
 3322|     31|    }
 3323|     80|    return result;
 3324|    111|}
dictobject.c:keys_lock_held:
 3735|     16|{
 3736|     16|    ASSERT_DICT_LOCKED(dict);
 3737|       |
 3738|     16|    if (dict == NULL || !PyAnyDict_Check(dict)) {
  ------------------
  |  |   43|     16|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|     16|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     32|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 16, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3738:9): [True: 0, False: 16]
  ------------------
 3739|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3740|      0|        return NULL;
 3741|      0|    }
 3742|     16|    PyDictObject *mp = (PyDictObject *)dict;
 3743|     16|    PyObject *v;
 3744|     16|    Py_ssize_t n;
 3745|       |
 3746|     16|  again:
 3747|     16|    n = mp->ma_used;
 3748|     16|    v = PyList_New(n);
 3749|     16|    if (v == NULL)
  ------------------
  |  Branch (3749:9): [True: 0, False: 16]
  ------------------
 3750|      0|        return NULL;
 3751|     16|    if (n != mp->ma_used) {
  ------------------
  |  Branch (3751:9): [True: 0, False: 16]
  ------------------
 3752|       |        /* Durnit.  The allocations caused the dict to resize.
 3753|       |         * Just start over, this shouldn't normally happen.
 3754|       |         */
 3755|      0|        Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3756|      0|        goto again;
 3757|      0|    }
 3758|       |
 3759|       |    /* Nothing we do below makes any function calls. */
 3760|     16|    Py_ssize_t j = 0, pos = 0;
 3761|     16|    PyObject *key;
 3762|  2.09k|    while (_PyDict_Next((PyObject*)mp, &pos, &key, NULL, NULL)) {
  ------------------
  |  Branch (3762:12): [True: 2.07k, False: 16]
  ------------------
 3763|  2.07k|        assert(j < n);
  ------------------
  |  Branch (3763:9): [True: 2.07k, False: 0]
  ------------------
 3764|  2.07k|        PyList_SET_ITEM(v, j, Py_NewRef(key));
  ------------------
  |  |   50|  2.07k|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  2.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  2.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3765|  2.07k|        j++;
 3766|  2.07k|    }
 3767|     16|    assert(j == n);
  ------------------
  |  Branch (3767:5): [True: 16, False: 0]
  ------------------
 3768|     16|    return v;
 3769|     16|}
dictobject.c:dict_merge_from_seq2:
 4060|      8|{
 4061|      8|    int res;
 4062|      8|    Py_BEGIN_CRITICAL_SECTION(d);
  ------------------
  |  |   51|      8|    {
  ------------------
 4063|      8|    res = merge_from_seq2_lock_held(d, seq2, override);
 4064|      8|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      8|    }
  ------------------
 4065|       |
 4066|      8|    return res;
 4067|      8|}
dictobject.c:merge_from_seq2_lock_held:
 3974|      8|{
 3975|      8|    PyObject *it;       /* iter(seq2) */
 3976|      8|    Py_ssize_t i;       /* index into seq2 of current element */
 3977|      8|    PyObject *item;     /* seq2[i] */
 3978|      8|    PyObject *fast;     /* item as a 2-tuple or 2-list */
 3979|       |
 3980|      8|    assert(d != NULL);
  ------------------
  |  Branch (3980:5): [True: 8, False: 0]
  ------------------
 3981|      8|    assert(PyAnyDict_Check(d));
  ------------------
  |  Branch (3981:5): [True: 8, False: 0]
  |  Branch (3981:5): [True: 0, False: 0]
  ------------------
 3982|      8|    assert(seq2 != NULL);
  ------------------
  |  Branch (3982:5): [True: 8, False: 0]
  ------------------
 3983|       |
 3984|      8|    it = PyObject_GetIter(seq2);
 3985|      8|    if (it == NULL)
  ------------------
  |  Branch (3985:9): [True: 0, False: 8]
  ------------------
 3986|      0|        return -1;
 3987|       |
 3988|    109|    for (i = 0; ; ++i) {
 3989|    109|        PyObject *key, *value;
 3990|    109|        Py_ssize_t n;
 3991|       |
 3992|    109|        fast = NULL;
 3993|    109|        item = PyIter_Next(it);
 3994|    109|        if (item == NULL) {
  ------------------
  |  Branch (3994:13): [True: 8, False: 101]
  ------------------
 3995|      8|            if (PyErr_Occurred())
  ------------------
  |  Branch (3995:17): [True: 0, False: 8]
  ------------------
 3996|      0|                goto Fail;
 3997|      8|            break;
 3998|      8|        }
 3999|       |
 4000|       |        /* Convert item to sequence, and verify length 2. */
 4001|    101|        fast = PySequence_Fast(item, "object is not iterable");
 4002|    101|        if (fast == NULL) {
  ------------------
  |  Branch (4002:13): [True: 0, False: 101]
  ------------------
 4003|      0|            if (PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  Branch (4003:17): [True: 0, False: 0]
  ------------------
 4004|      0|                _PyErr_FormatNote(
 4005|      0|                    "Cannot convert dictionary update "
 4006|      0|                    "sequence element #%zd to a sequence",
 4007|      0|                    i);
 4008|      0|            }
 4009|      0|            goto Fail;
 4010|      0|        }
 4011|    101|        n = PySequence_Fast_GET_SIZE(fast);
  ------------------
  |  |   92|    101|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|    101|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    101|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 101]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|    101|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4012|    101|        if (n != 2) {
  ------------------
  |  Branch (4012:13): [True: 0, False: 101]
  ------------------
 4013|      0|            PyErr_Format(PyExc_ValueError,
 4014|      0|                         "dictionary update sequence element #%zd "
 4015|      0|                         "has length %zd; 2 is required",
 4016|      0|                         i, n);
 4017|      0|            goto Fail;
 4018|      0|        }
 4019|       |
 4020|       |        /* Update/merge with this (key, value) pair. */
 4021|    101|        key = PySequence_Fast_GET_ITEM(fast, 0);
  ------------------
  |  |   97|    101|     (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   25|    101|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    101|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 101]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   29|    101|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    101|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4021:15): [True: 0, False: 0]
  |  Branch (4021:15): [True: 101, False: 0]
  ------------------
 4022|    101|        value = PySequence_Fast_GET_ITEM(fast, 1);
  ------------------
  |  |   97|    101|     (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   25|    101|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    101|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 101]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                    (PyList_Check(o) ? PyList_GET_ITEM((o), (i)) : PyTuple_GET_ITEM((o), (i)))
  |  |  ------------------
  |  |  |  |   29|    101|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    101|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4022:17): [True: 0, False: 0]
  |  Branch (4022:17): [True: 101, False: 0]
  ------------------
 4023|    101|        Py_INCREF(key);
  ------------------
  |  |  310|    101|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4024|    101|        Py_INCREF(value);
  ------------------
  |  |  310|    101|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4025|    101|        if (override) {
  ------------------
  |  Branch (4025:13): [True: 101, False: 0]
  ------------------
 4026|    101|            if (setitem_lock_held((PyDictObject *)d, key, value) < 0) {
  ------------------
  |  Branch (4026:17): [True: 0, False: 101]
  ------------------
 4027|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4028|      0|                Py_DECREF(value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4029|      0|                goto Fail;
 4030|      0|            }
 4031|    101|        }
 4032|      0|        else {
 4033|      0|            if (dict_setdefault_ref_lock_held(d, key, value, NULL, 0) < 0) {
  ------------------
  |  Branch (4033:17): [True: 0, False: 0]
  ------------------
 4034|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4035|      0|                Py_DECREF(value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4036|      0|                goto Fail;
 4037|      0|            }
 4038|      0|        }
 4039|       |
 4040|    101|        Py_DECREF(key);
  ------------------
  |  |  430|    101|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4041|    101|        Py_DECREF(value);
  ------------------
  |  |  430|    101|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4042|    101|        Py_DECREF(fast);
  ------------------
  |  |  430|    101|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4043|    101|        Py_DECREF(item);
  ------------------
  |  |  430|    101|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4044|    101|    }
 4045|       |
 4046|      8|    i = 0;
 4047|      8|    ASSERT_CONSISTENT(d);
  ------------------
  |  |  653|      8|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4047:5): [True: 8, False: 0]
  ------------------
 4048|      8|    goto Return;
 4049|      8|Fail:
 4050|      0|    Py_XDECREF(item);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4051|      0|    Py_XDECREF(fast);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4052|      0|    i = -1;
 4053|      8|Return:
 4054|      8|    Py_DECREF(it);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4055|      8|    return Py_SAFE_DOWNCAST(i, Py_ssize_t, int);
  ------------------
  |  |  247|      8|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|      8|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 4056|      0|}
dictobject.c:dict_merge:
 4184|    350|{
 4185|    350|    assert(a != NULL);
  ------------------
  |  Branch (4185:5): [True: 350, False: 0]
  ------------------
 4186|    350|    assert(b != NULL);
  ------------------
  |  Branch (4186:5): [True: 350, False: 0]
  ------------------
 4187|    350|    assert(0 <= override && override <= 2);
  ------------------
  |  Branch (4187:5): [True: 350, False: 0]
  |  Branch (4187:5): [True: 350, False: 0]
  ------------------
 4188|       |
 4189|    350|    PyDictObject *mp = _PyAnyDict_CAST(a);
  ------------------
  |  |  311|    350|    (assert(PyAnyDict_Check(op)), _Py_CAST(PyDictObject*, op))
  |  |  ------------------
  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (4189:24): [True: 349, False: 1]
  |  Branch (4189:24): [True: 1, False: 0]
  ------------------
 4190|      0|    int res = 0;
 4191|    350|    if (PyAnyDict_Check(b) && (Py_TYPE(b)->tp_iter == dict_iter)) {
  ------------------
  |  |   43|    700|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|    350|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    700|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 342, False: 8]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      8|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      8|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 8]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyAnyDict_Check(b) && (Py_TYPE(b)->tp_iter == dict_iter)) {
  ------------------
  |  |  213|    342|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    342|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    342|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4191:31): [True: 342, False: 0]
  ------------------
 4192|    342|        PyDictObject *other = (PyDictObject*)b;
 4193|    342|        int res;
 4194|    342|        Py_BEGIN_CRITICAL_SECTION2(a, b);
  ------------------
  |  |   57|    342|    {
  ------------------
 4195|    342|        res = dict_dict_merge((PyDictObject *)a, other, override, dupkey);
 4196|    342|        ASSERT_CONSISTENT(a);
  ------------------
  |  |  653|    342|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4196:9): [True: 342, False: 0]
  ------------------
 4197|    342|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|    342|    }
  ------------------
 4198|    342|        return res;
 4199|    342|    }
 4200|      8|    else {
 4201|       |        /* Do it the generic, slower way */
 4202|      8|        Py_BEGIN_CRITICAL_SECTION(a);
  ------------------
  |  |   51|      8|    {
  ------------------
 4203|      8|        PyObject *keys = PyMapping_Keys(b);
 4204|      8|        PyObject *iter;
 4205|      8|        PyObject *key, *value;
 4206|      8|        int status;
 4207|       |
 4208|      8|        if (keys == NULL) {
  ------------------
  |  Branch (4208:13): [True: 0, False: 8]
  ------------------
 4209|       |            /* Docstring says this is equivalent to E.keys() so
 4210|       |             * if E doesn't have a .keys() method we want
 4211|       |             * AttributeError to percolate up.  Might as well
 4212|       |             * do the same for any other error.
 4213|       |             */
 4214|      0|            res = -1;
 4215|      0|            goto slow_exit;
 4216|      0|        }
 4217|       |
 4218|      8|        iter = PyObject_GetIter(keys);
 4219|      8|        Py_DECREF(keys);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4220|      8|        if (iter == NULL) {
  ------------------
  |  Branch (4220:13): [True: 0, False: 8]
  ------------------
 4221|      0|            res = -1;
 4222|      0|            goto slow_exit;
 4223|      0|        }
 4224|       |
 4225|    208|        for (key = PyIter_Next(iter); key; key = PyIter_Next(iter)) {
  ------------------
  |  Branch (4225:39): [True: 200, False: 8]
  ------------------
 4226|    200|            if (override != 1) {
  ------------------
  |  Branch (4226:17): [True: 0, False: 200]
  ------------------
 4227|      0|                status = dict_contains(a, key);
 4228|      0|                if (status != 0) {
  ------------------
  |  Branch (4228:21): [True: 0, False: 0]
  ------------------
 4229|      0|                    if (status > 0) {
  ------------------
  |  Branch (4229:25): [True: 0, False: 0]
  ------------------
 4230|      0|                        if (dupkey == NULL) {
  ------------------
  |  Branch (4230:29): [True: 0, False: 0]
  ------------------
 4231|      0|                            Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4232|      0|                            continue;
 4233|      0|                        }
 4234|      0|                        *dupkey = key;
 4235|      0|                        res = -2;
 4236|      0|                    }
 4237|      0|                    else {
 4238|      0|                        Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4239|      0|                        res = -1;
 4240|      0|                    }
 4241|      0|                    Py_DECREF(iter);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4242|      0|                    goto slow_exit;
 4243|      0|                }
 4244|      0|            }
 4245|    200|            value = PyObject_GetItem(b, key);
 4246|    200|            if (value == NULL) {
  ------------------
  |  Branch (4246:17): [True: 0, False: 200]
  ------------------
 4247|      0|                Py_DECREF(iter);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4248|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4249|      0|                res = -1;
 4250|      0|                goto slow_exit;
 4251|      0|            }
 4252|    200|            status = setitem_lock_held(mp, key, value);
 4253|    200|            Py_DECREF(key);
  ------------------
  |  |  430|    200|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    200|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    200|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4254|    200|            Py_DECREF(value);
  ------------------
  |  |  430|    200|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    200|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    200|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4255|    200|            if (status < 0) {
  ------------------
  |  Branch (4255:17): [True: 0, False: 200]
  ------------------
 4256|      0|                Py_DECREF(iter);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4257|      0|                res = -1;
 4258|      0|                goto slow_exit;
 4259|      0|                return -1;
 4260|      0|            }
 4261|    200|        }
 4262|      8|        Py_DECREF(iter);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4263|      8|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4263:13): [True: 0, False: 8]
  ------------------
 4264|       |            /* Iterator completed, via error */
 4265|      0|            res = -1;
 4266|      0|            goto slow_exit;
 4267|      0|        }
 4268|       |
 4269|      8|slow_exit:
 4270|      8|        ASSERT_CONSISTENT(a);
  ------------------
  |  |  653|      8|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4270:9): [True: 8, False: 0]
  ------------------
 4271|      8|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      8|    }
  ------------------
 4272|      8|        return res;
 4273|      8|    }
 4274|    350|}
dictobject.c:dict_dict_merge:
 4089|    342|{
 4090|    342|    assert(can_modify_dict(mp));
  ------------------
  |  Branch (4090:5): [True: 342, False: 0]
  ------------------
 4091|    342|    ASSERT_DICT_LOCKED(other);
 4092|       |
 4093|    342|    if (other == mp || other->ma_used == 0)
  ------------------
  |  Branch (4093:9): [True: 0, False: 342]
  |  Branch (4093:24): [True: 260, False: 82]
  ------------------
 4094|       |        /* a.update(a) or a.update({}); nothing to do */
 4095|    260|        return 0;
 4096|     82|    if (mp->ma_used == 0) {
  ------------------
  |  Branch (4096:9): [True: 37, False: 45]
  ------------------
 4097|       |        /* Since the target dict is empty, _PyDict_Contains_KnownHash()
 4098|       |         * always returns 0.  Setting override to 1
 4099|       |         * skips the unnecessary test.
 4100|       |         */
 4101|     37|        override = 1;
 4102|     37|        PyDictKeysObject *okeys = other->ma_keys;
 4103|       |
 4104|       |        // If other is clean, combined, and just allocated, just clone it.
 4105|     37|        if (mp->ma_values == NULL &&
  ------------------
  |  Branch (4105:13): [True: 37, False: 0]
  ------------------
 4106|     37|            other->ma_values == NULL &&
  ------------------
  |  Branch (4106:13): [True: 37, False: 0]
  ------------------
 4107|     37|            other->ma_used == okeys->dk_nentries &&
  ------------------
  |  Branch (4107:13): [True: 37, False: 0]
  ------------------
 4108|     37|            (DK_LOG_SIZE(okeys) == PyDict_LOG_MINSIZE ||
  ------------------
  |  |  260|     37|#define DK_LOG_SIZE(dk)  _Py_RVALUE((dk)->dk_log2_size)
  |  |  ------------------
  |  |  |  |  277|     37|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
                          (DK_LOG_SIZE(okeys) == PyDict_LOG_MINSIZE ||
  ------------------
  |  |  115|     74|#define PyDict_LOG_MINSIZE 3
  ------------------
  |  Branch (4108:14): [True: 35, False: 2]
  ------------------
 4109|      2|             USABLE_FRACTION(DK_SIZE(okeys)/2) < other->ma_used)
  ------------------
  |  |  575|      2|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  |  Branch (4109:14): [True: 2, False: 0]
  ------------------
 4110|     37|        ) {
 4111|     37|            _PyDict_NotifyEvent(PyDict_EVENT_CLONED, mp, (PyObject *)other, NULL);
 4112|     37|            PyDictKeysObject *keys = clone_combined_dict_keys(other);
 4113|     37|            if (keys == NULL)
  ------------------
  |  Branch (4113:17): [True: 0, False: 37]
  ------------------
 4114|      0|                return -1;
 4115|       |
 4116|     37|            ensure_shared_on_resize(mp);
 4117|     37|            dictkeys_decref(mp->ma_keys, IS_DICT_SHARED(mp));
  ------------------
  |  |  258|     37|#define IS_DICT_SHARED(mp) (false)
  ------------------
 4118|     37|            set_keys(mp, keys);
 4119|     37|            STORE_USED(mp, other->ma_used);
  ------------------
  |  |  321|     37|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|     37|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 4120|     37|            ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|     37|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4120:13): [True: 37, False: 0]
  ------------------
 4121|       |
 4122|     37|            if (_PyObject_GC_IS_TRACKED(other) && !_PyObject_GC_IS_TRACKED(mp)) {
  ------------------
  |  |   81|     74|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 37, False: 0]
  |  |  ------------------
  ------------------
                          if (_PyObject_GC_IS_TRACKED(other) && !_PyObject_GC_IS_TRACKED(mp)) {
  ------------------
  |  |   81|     37|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (4122:51): [True: 0, False: 37]
  ------------------
 4123|       |                /* Maintain tracking. */
 4124|      0|                _PyObject_GC_TRACK(mp);
  ------------------
  |  |  513|      0|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4125|      0|            }
 4126|       |
 4127|     37|            return 0;
 4128|     37|        }
 4129|     37|    }
 4130|       |    /* Do one big resize at the start, rather than
 4131|       |        * incrementally resizing as we insert new items.  Expect
 4132|       |        * that there will be no (or few) overlapping keys.
 4133|       |        */
 4134|     45|    if (USABLE_FRACTION(DK_SIZE(mp->ma_keys)) < other->ma_used) {
  ------------------
  |  |  575|     45|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  |  Branch (4134:9): [True: 1, False: 44]
  ------------------
 4135|      1|        int unicode = DK_IS_UNICODE(other->ma_keys);
  ------------------
  |  |  282|      1|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  ------------------
 4136|      1|        if (dictresize(mp, estimate_log2_keysize(mp->ma_used + other->ma_used),
  ------------------
  |  Branch (4136:13): [True: 0, False: 1]
  ------------------
 4137|      1|                        unicode)) {
 4138|      0|            return -1;
 4139|      0|        }
 4140|      1|    }
 4141|       |
 4142|     45|    Py_ssize_t orig_size = other->ma_used;
 4143|     45|    Py_ssize_t pos = 0;
 4144|     45|    Py_hash_t hash;
 4145|     45|    PyObject *key, *value;
 4146|       |
 4147|    821|    while (_PyDict_Next((PyObject*)other, &pos, &key, &value, &hash)) {
  ------------------
  |  Branch (4147:12): [True: 776, False: 45]
  ------------------
 4148|    776|        int err = 0;
 4149|    776|        Py_INCREF(key);
  ------------------
  |  |  310|    776|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    776|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    776|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4150|    776|        Py_INCREF(value);
  ------------------
  |  |  310|    776|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    776|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    776|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4151|    776|        if (override == 1) {
  ------------------
  |  Branch (4151:13): [True: 776, False: 0]
  ------------------
 4152|    776|            err = insertdict(mp, Py_NewRef(key), hash, Py_NewRef(value));
  ------------------
  |  |  550|    776|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    776|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    776|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          err = insertdict(mp, Py_NewRef(key), hash, Py_NewRef(value));
  ------------------
  |  |  550|    776|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    776|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    776|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4153|    776|        }
 4154|      0|        else {
 4155|      0|            err = _PyDict_Contains_KnownHash((PyObject *)mp, key, hash);
 4156|      0|            if (err == 0) {
  ------------------
  |  Branch (4156:17): [True: 0, False: 0]
  ------------------
 4157|      0|                err = insertdict(mp, Py_NewRef(key), hash, Py_NewRef(value));
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              err = insertdict(mp, Py_NewRef(key), hash, Py_NewRef(value));
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4158|      0|            }
 4159|      0|            else if (err > 0) {
  ------------------
  |  Branch (4159:22): [True: 0, False: 0]
  ------------------
 4160|      0|                if (dupkey != NULL) {
  ------------------
  |  Branch (4160:21): [True: 0, False: 0]
  ------------------
 4161|      0|                    *dupkey = key;
 4162|      0|                    Py_DECREF(value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4163|      0|                    return -2;
 4164|      0|                }
 4165|      0|                err = 0;
 4166|      0|            }
 4167|      0|        }
 4168|    776|        Py_DECREF(value);
  ------------------
  |  |  430|    776|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    776|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    776|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4169|    776|        Py_DECREF(key);
  ------------------
  |  |  430|    776|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    776|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    776|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4170|    776|        if (err != 0)
  ------------------
  |  Branch (4170:13): [True: 0, False: 776]
  ------------------
 4171|      0|            return -1;
 4172|       |
 4173|    776|        if (orig_size != other->ma_used) {
  ------------------
  |  Branch (4173:13): [True: 0, False: 776]
  ------------------
 4174|      0|            PyErr_SetString(PyExc_RuntimeError,
 4175|      0|                    "dict mutated during update");
 4176|      0|            return -1;
 4177|      0|        }
 4178|    776|    }
 4179|     45|    return 0;
 4180|     45|}
dictobject.c:clone_combined_dict_keys:
  967|    489|{
  968|    489|    assert(PyAnyDict_Check(orig));
  ------------------
  |  Branch (968:5): [True: 489, False: 0]
  |  Branch (968:5): [True: 0, False: 0]
  ------------------
  969|    489|    assert(Py_TYPE(orig)->tp_iter == dict_iter);
  ------------------
  |  Branch (969:5): [True: 489, False: 0]
  ------------------
  970|    489|    assert(orig->ma_values == NULL);
  ------------------
  |  Branch (970:5): [True: 489, False: 0]
  ------------------
  971|    489|    assert(orig->ma_keys != Py_EMPTY_KEYS);
  ------------------
  |  Branch (971:5): [True: 489, False: 0]
  ------------------
  972|    489|    assert(orig->ma_keys->dk_refcnt == 1);
  ------------------
  |  Branch (972:5): [True: 489, False: 0]
  ------------------
  973|       |
  974|    489|    if (!PyFrozenDict_Check(orig)) {
  ------------------
  |  |   37|    489|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|    489|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    489|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    489|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (974:9): [True: 489, False: 0]
  ------------------
  975|    489|        ASSERT_DICT_LOCKED(orig);
  976|    489|    }
  977|       |
  978|    489|    size_t keys_size = _PyDict_KeysSize(orig->ma_keys);
  979|    489|    PyDictKeysObject *keys = PyMem_Malloc(keys_size);
  980|    489|    if (keys == NULL) {
  ------------------
  |  Branch (980:9): [True: 0, False: 489]
  ------------------
  981|      0|        PyErr_NoMemory();
  982|      0|        return NULL;
  983|      0|    }
  984|       |
  985|    489|    memcpy(keys, orig->ma_keys, keys_size);
  986|       |
  987|       |    /* After copying key/value pairs, we need to incref all
  988|       |       keys and values and they are about to be co-owned by a
  989|       |       new dict object. */
  990|    489|    PyObject **pkey, **pvalue;
  991|    489|    size_t offs;
  992|    489|    if (DK_IS_UNICODE(orig->ma_keys)) {
  ------------------
  |  |  282|    489|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 489, False: 0]
  |  |  ------------------
  ------------------
  993|    489|        PyDictUnicodeEntry *ep0 = DK_UNICODE_ENTRIES(keys);
  994|    489|        pkey = &ep0->me_key;
  995|    489|        pvalue = &ep0->me_value;
  996|    489|        offs = sizeof(PyDictUnicodeEntry) / sizeof(PyObject*);
  997|    489|    }
  998|      0|    else {
  999|      0|        PyDictKeyEntry *ep0 = DK_ENTRIES(keys);
 1000|      0|        pkey = &ep0->me_key;
 1001|      0|        pvalue = &ep0->me_value;
 1002|      0|        offs = sizeof(PyDictKeyEntry) / sizeof(PyObject*);
 1003|      0|    }
 1004|       |
 1005|    489|    Py_ssize_t n = keys->dk_nentries;
 1006|  6.62k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (1006:28): [True: 6.13k, False: 489]
  ------------------
 1007|  6.13k|        PyObject *value = *pvalue;
 1008|  6.13k|        if (value != NULL) {
  ------------------
  |  Branch (1008:13): [True: 5.76k, False: 363]
  ------------------
 1009|  5.76k|            Py_INCREF(value);
  ------------------
  |  |  310|  5.76k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.76k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.76k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1010|  5.76k|            Py_INCREF(*pkey);
  ------------------
  |  |  310|  5.76k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.76k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.76k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1011|  5.76k|        }
 1012|  6.13k|        pvalue += offs;
 1013|  6.13k|        pkey += offs;
 1014|  6.13k|    }
 1015|       |
 1016|       |    /* Since we copied the keys table we now have an extra reference
 1017|       |       in the system.  Manually call increment _Py_RefTotal to signal that
 1018|       |       we have it now; calling dictkeys_incref would be an error as
 1019|       |       keys->dk_refcnt is already set to 1 (after memcpy). */
 1020|       |#ifdef Py_REF_DEBUG
 1021|       |    _Py_IncRefTotal(_PyThreadState_GET());
 1022|       |#endif
 1023|    489|    return keys;
 1024|    489|}
dictobject.c:dict_merge_api:
 4278|    319|{
 4279|       |    /* We accept for the argument either a concrete dictionary object,
 4280|       |     * or an abstract "mapping" object.  For the former, we can do
 4281|       |     * things quite efficiently.  For the latter, we only require that
 4282|       |     * PyMapping_Keys() and PyObject_GetItem() be supported.
 4283|       |     */
 4284|    319|    if (a == NULL || !PyDict_Check(a) || b == NULL) {
  ------------------
  |  |   18|    319|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    638|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4284:9): [True: 0, False: 319]
  |  Branch (4284:22): [True: 0, False: 319]
  |  Branch (4284:42): [True: 0, False: 319]
  ------------------
 4285|      0|        if (a != NULL && PyFrozenDict_Check(a)) {
  ------------------
  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4285:13): [True: 0, False: 0]
  ------------------
 4286|      0|            frozendict_does_not_support("assignment");
  ------------------
  |  | 2728|      0|    PyErr_SetString(PyExc_TypeError, "frozendict object does " \
  |  | 2729|      0|                    "not support item " WHAT)
  ------------------
 4287|      0|        }
 4288|      0|        else {
 4289|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 4290|      0|        }
 4291|      0|        return -1;
 4292|      0|    }
 4293|    319|    return dict_merge(a, b, override, dupkey);
 4294|    319|}
dictobject.c:copy_lock_held:
 4351|    454|{
 4352|    454|    PyObject *copy;
 4353|    454|    PyDictObject *mp;
 4354|       |
 4355|       |    // frozendict is immutable and so doesn't need critical section
 4356|    454|    if (!PyFrozenDict_Check(o)) {
  ------------------
  |  |   37|    454|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|    454|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    454|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    454|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4356:9): [True: 454, False: 0]
  ------------------
 4357|    454|        ASSERT_DICT_LOCKED(o);
 4358|    454|    }
 4359|       |
 4360|    454|    mp = (PyDictObject *)o;
 4361|    454|    if (mp->ma_used == 0) {
  ------------------
  |  Branch (4361:9): [True: 2, False: 452]
  ------------------
 4362|       |        /* The dict is empty; just return a new dict. */
 4363|      2|        if (as_frozendict) {
  ------------------
  |  Branch (4363:13): [True: 0, False: 2]
  ------------------
 4364|      0|            return PyFrozenDict_New(NULL);
 4365|      0|        }
 4366|      2|        else {
 4367|      2|            return PyDict_New();
 4368|      2|        }
 4369|      2|    }
 4370|       |
 4371|    452|    if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|    452|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 452]
  |  |  ------------------
  ------------------
 4372|      0|        PyDictObject *split_copy;
 4373|      0|        PyDictValues *newvalues = copy_values(mp->ma_values);
 4374|      0|        if (newvalues == NULL) {
  ------------------
  |  Branch (4374:13): [True: 0, False: 0]
  ------------------
 4375|      0|            return PyErr_NoMemory();
 4376|      0|        }
 4377|      0|        if (as_frozendict) {
  ------------------
  |  Branch (4377:13): [True: 0, False: 0]
  ------------------
 4378|      0|            split_copy = (PyDictObject *)PyObject_GC_New(PyFrozenDictObject,
  ------------------
  |  |  181|      0|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 4379|      0|                                                         &PyFrozenDict_Type);
 4380|      0|        }
 4381|      0|        else {
 4382|      0|            split_copy = PyObject_GC_New(PyDictObject, &PyDict_Type);
  ------------------
  |  |  181|      0|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 4383|      0|        }
 4384|      0|        if (split_copy == NULL) {
  ------------------
  |  Branch (4384:13): [True: 0, False: 0]
  ------------------
 4385|      0|            free_values(newvalues, false);
 4386|      0|            return NULL;
 4387|      0|        }
 4388|      0|        for (size_t i = 0; i < newvalues->capacity; i++) {
  ------------------
  |  Branch (4388:28): [True: 0, False: 0]
  ------------------
 4389|      0|            Py_XINCREF(newvalues->values[i]);
  ------------------
  |  |  514|      0|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4390|      0|        }
 4391|      0|        split_copy->ma_values = newvalues;
 4392|      0|        split_copy->ma_keys = mp->ma_keys;
 4393|      0|        split_copy->ma_used = mp->ma_used;
 4394|      0|        split_copy->_ma_watcher_tag = 0;
 4395|      0|        dictkeys_incref(mp->ma_keys);
 4396|      0|        if (as_frozendict) {
  ------------------
  |  Branch (4396:13): [True: 0, False: 0]
  ------------------
 4397|      0|            PyFrozenDictObject *frozen = (PyFrozenDictObject *)split_copy;
 4398|      0|            frozen->ma_hash = -1;
 4399|      0|        }
 4400|      0|        _PyObject_GC_TRACK(split_copy);
  ------------------
  |  |  513|      0|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4401|      0|        return (PyObject *)split_copy;
 4402|      0|    }
 4403|       |
 4404|    452|    if (Py_TYPE(mp)->tp_iter == dict_iter &&
  ------------------
  |  |  213|    452|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    452|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    452|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4404:9): [True: 452, False: 0]
  ------------------
 4405|    452|            mp->ma_values == NULL &&
  ------------------
  |  Branch (4405:13): [True: 452, False: 0]
  ------------------
 4406|    452|            (mp->ma_used >= (mp->ma_keys->dk_nentries * 2) / 3))
  ------------------
  |  Branch (4406:13): [True: 452, False: 0]
  ------------------
 4407|    452|    {
 4408|       |        /* Use fast-copy if:
 4409|       |
 4410|       |           (1) type(mp) doesn't override tp_iter; and
 4411|       |
 4412|       |           (2) 'mp' is not a split-dict; and
 4413|       |
 4414|       |           (3) if 'mp' is non-compact ('del' operation does not resize dicts),
 4415|       |               do fast-copy only if it has at most 1/3 non-used keys.
 4416|       |
 4417|       |           The last condition (3) is important to guard against a pathological
 4418|       |           case when a large dict is almost emptied with multiple del/pop
 4419|       |           operations and copied after that.  In cases like this, we defer to
 4420|       |           PyDict_Merge, which produces a compacted copy.
 4421|       |        */
 4422|    452|        PyDictKeysObject *keys = clone_combined_dict_keys(mp);
 4423|    452|        if (keys == NULL) {
  ------------------
  |  Branch (4423:13): [True: 0, False: 452]
  ------------------
 4424|      0|            return NULL;
 4425|      0|        }
 4426|    452|        PyDictObject *new;
 4427|    452|        if (as_frozendict) {
  ------------------
  |  Branch (4427:13): [True: 0, False: 452]
  ------------------
 4428|      0|            new = (PyDictObject *)new_frozendict(keys, NULL, 0, 0);
 4429|      0|        }
 4430|    452|        else {
 4431|    452|            new = (PyDictObject *)new_dict(keys, NULL, 0, 0);
 4432|    452|        }
 4433|    452|        if (new == NULL) {
  ------------------
  |  Branch (4433:13): [True: 0, False: 452]
  ------------------
 4434|       |            /* In case of an error, new_dict()/new_frozendict() takes care of
 4435|       |               cleaning up `keys`. */
 4436|      0|            return NULL;
 4437|      0|        }
 4438|       |
 4439|    452|        new->ma_used = mp->ma_used;
 4440|    452|        ASSERT_CONSISTENT(new);
  ------------------
  |  |  653|    452|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4440:9): [True: 452, False: 0]
  ------------------
 4441|    452|        return (PyObject *)new;
 4442|    452|    }
 4443|       |
 4444|      0|    if (as_frozendict) {
  ------------------
  |  Branch (4444:9): [True: 0, False: 0]
  ------------------
 4445|      0|        copy = PyFrozenDict_New(NULL);
 4446|      0|    }
 4447|      0|    else {
 4448|      0|        copy = PyDict_New();
 4449|      0|    }
 4450|      0|    if (copy == NULL)
  ------------------
  |  Branch (4450:9): [True: 0, False: 0]
  ------------------
 4451|      0|        return NULL;
 4452|      0|    if (dict_merge(copy, o, 1, NULL) == 0)
  ------------------
  |  Branch (4452:9): [True: 0, False: 0]
  ------------------
 4453|      0|        return copy;
 4454|      0|    Py_DECREF(copy);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4455|       |    return NULL;
 4456|      0|}
dictobject.c:new_values:
  874|     94|{
  875|     94|    size_t n = values_size_from_count(size);
  876|     94|    PyDictValues *res = (PyDictValues *)PyMem_Malloc(n);
  877|     94|    if (res == NULL) {
  ------------------
  |  Branch (877:9): [True: 0, False: 94]
  ------------------
  878|      0|        return NULL;
  879|      0|    }
  880|     94|    res->embedded = 0;
  881|     94|    res->size = 0;
  882|     94|    assert(size < 256);
  ------------------
  |  Branch (882:5): [True: 94, False: 0]
  ------------------
  883|     94|    res->capacity = (uint8_t)size;
  884|     94|    return res;
  885|     94|}
dictobject.c:values_size_from_count:
  862|     94|{
  863|     94|    assert(count >= 1);
  ------------------
  |  Branch (863:5): [True: 94, False: 0]
  ------------------
  864|     94|    size_t suffix_size = _Py_SIZE_ROUND_UP(count, sizeof(PyObject *));
  ------------------
  |  |  213|     94|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|     94|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
  865|     94|    assert(suffix_size < 128);
  ------------------
  |  Branch (865:5): [True: 94, False: 0]
  ------------------
  866|     94|    assert(suffix_size % sizeof(PyObject *) == 0);
  ------------------
  |  Branch (866:5): [True: 94, False: 0]
  ------------------
  867|     94|    return (count + 1) * sizeof(PyObject *) + suffix_size;
  868|     94|}
dictobject.c:dictkeys_incref:
  467|     94|{
  468|     94|    if (FT_ATOMIC_LOAD_SSIZE_RELAXED(dk->dk_refcnt) < 0) {
  ------------------
  |  |  149|     94|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  |  Branch (468:9): [True: 0, False: 94]
  ------------------
  469|      0|        assert(FT_ATOMIC_LOAD_SSIZE_RELAXED(dk->dk_refcnt) == _Py_DICT_IMMORTAL_INITIAL_REFCNT);
  ------------------
  |  Branch (469:9): [True: 0, False: 0]
  ------------------
  470|      0|        return;
  471|      0|    }
  472|       |#ifdef Py_REF_DEBUG
  473|       |    _Py_IncRefTotal(_PyThreadState_GET());
  474|       |#endif
  475|     94|    INCREF_KEYS(dk);
  ------------------
  |  |  251|     94|#define INCREF_KEYS(dk)  dk->dk_refcnt++
  ------------------
  476|     94|}
dictobject.c:dict_setdefault_ref_lock_held:
 4678|  14.7k|{
 4679|  14.7k|    if (!PyDict_Check(d)) {
  ------------------
  |  |   18|  14.7k|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  14.7k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4679:9): [True: 0, False: 14.7k]
  ------------------
 4680|      0|        if (PyFrozenDict_Check(d)) {
  ------------------
  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4681|      0|            frozendict_does_not_support("assignment");
  ------------------
  |  | 2728|      0|    PyErr_SetString(PyExc_TypeError, "frozendict object does " \
  |  | 2729|      0|                    "not support item " WHAT)
  ------------------
 4682|      0|        }
 4683|      0|        else {
 4684|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 4685|      0|        }
 4686|      0|        if (result) {
  ------------------
  |  Branch (4686:13): [True: 0, False: 0]
  ------------------
 4687|      0|            *result = NULL;
 4688|      0|        }
 4689|      0|        return -1;
 4690|      0|    }
 4691|  14.7k|    assert(can_modify_dict((PyDictObject*)d));
  ------------------
  |  Branch (4691:5): [True: 14.7k, False: 0]
  ------------------
 4692|       |
 4693|  14.7k|    PyDictObject *mp = (PyDictObject *)d;
 4694|  14.7k|    PyObject *value;
 4695|  14.7k|    Py_hash_t hash;
 4696|  14.7k|    Py_ssize_t ix;
 4697|       |
 4698|  14.7k|    hash = _PyObject_HashFast(key);
 4699|  14.7k|    if (hash == -1) {
  ------------------
  |  Branch (4699:9): [True: 0, False: 14.7k]
  ------------------
 4700|      0|        dict_unhashable_type(d, key);
 4701|      0|        if (result) {
  ------------------
  |  Branch (4701:13): [True: 0, False: 0]
  ------------------
 4702|      0|            *result = NULL;
 4703|      0|        }
 4704|      0|        return -1;
 4705|      0|    }
 4706|       |
 4707|  14.7k|    if (mp->ma_keys == Py_EMPTY_KEYS) {
  ------------------
  |  |  645|  14.7k|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
  |  Branch (4707:9): [True: 20, False: 14.7k]
  ------------------
 4708|     20|        if (insert_to_emptydict(mp, Py_NewRef(key), hash,
  ------------------
  |  |  550|     20|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4708:13): [True: 0, False: 20]
  ------------------
 4709|     20|                                Py_NewRef(default_value)) < 0) {
  ------------------
  |  |  550|     20|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4710|      0|            if (result) {
  ------------------
  |  Branch (4710:17): [True: 0, False: 0]
  ------------------
 4711|      0|                *result = NULL;
 4712|      0|            }
 4713|      0|            return -1;
 4714|      0|        }
 4715|     20|        if (result) {
  ------------------
  |  Branch (4715:13): [True: 5, False: 15]
  ------------------
 4716|      5|            *result = incref_result ? Py_NewRef(default_value) : default_value;
  ------------------
  |  |  550|      5|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4716:23): [True: 5, False: 0]
  ------------------
 4717|      5|        }
 4718|     20|        return 0;
 4719|     20|    }
 4720|       |
 4721|  14.7k|    if (_PyDict_HasSplitTable(mp) && PyUnicode_CheckExact(key)) {
  ------------------
  |  |   56|  29.5k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 14.7k]
  |  |  ------------------
  ------------------
                  if (_PyDict_HasSplitTable(mp) && PyUnicode_CheckExact(key)) {
  ------------------
  |  |  104|      0|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4722|      0|        ix = insert_split_key(mp->ma_keys, key, hash);
 4723|      0|        if (ix != DKIX_EMPTY) {
  ------------------
  |  |  184|      0|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (4723:13): [True: 0, False: 0]
  ------------------
 4724|      0|            PyObject *value = mp->ma_values->values[ix];
 4725|      0|            int already_present = value != NULL;
 4726|      0|            if (!already_present) {
  ------------------
  |  Branch (4726:17): [True: 0, False: 0]
  ------------------
 4727|      0|                _PyDict_InsertSplitValue(mp, key, default_value, ix);
 4728|      0|                value = default_value;
 4729|      0|            }
 4730|      0|            if (result) {
  ------------------
  |  Branch (4730:17): [True: 0, False: 0]
  ------------------
 4731|      0|                *result = incref_result ? Py_NewRef(value) : value;
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4731:27): [True: 0, False: 0]
  ------------------
 4732|      0|            }
 4733|      0|            return already_present;
 4734|      0|        }
 4735|       |        // No space in shared keys. Go to insert_combined_dict() below.
 4736|      0|    }
 4737|  14.7k|    else {
 4738|  14.7k|        ix = _Py_dict_lookup(mp, key, hash, &value);
 4739|  14.7k|        if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  14.7k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (4739:13): [True: 0, False: 14.7k]
  ------------------
 4740|      0|            if (result) {
  ------------------
  |  Branch (4740:17): [True: 0, False: 0]
  ------------------
 4741|      0|                *result = NULL;
 4742|      0|            }
 4743|      0|            return -1;
 4744|      0|        }
 4745|  14.7k|    }
 4746|       |
 4747|  14.7k|    if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|  14.7k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (4747:9): [True: 11.5k, False: 3.21k]
  ------------------
 4748|  11.5k|        value = default_value;
 4749|       |
 4750|       |        // See comment to this function in insertdict.
 4751|  11.5k|        if (insert_combined_dict(mp, hash, Py_NewRef(key), Py_NewRef(value)) < 0) {
  ------------------
  |  |  550|  11.5k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  11.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (insert_combined_dict(mp, hash, Py_NewRef(key), Py_NewRef(value)) < 0) {
  ------------------
  |  |  550|  11.5k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  11.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4751:13): [True: 0, False: 11.5k]
  ------------------
 4752|      0|            Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4753|      0|            Py_DECREF(value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4754|      0|            if (result) {
  ------------------
  |  Branch (4754:17): [True: 0, False: 0]
  ------------------
 4755|      0|                *result = NULL;
 4756|      0|            }
 4757|      0|            return -1;
 4758|      0|        }
 4759|       |
 4760|  11.5k|        STORE_USED(mp, mp->ma_used + 1);
  ------------------
  |  |  321|  11.5k|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|  11.5k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 4761|  11.5k|        assert(mp->ma_keys->dk_usable >= 0);
  ------------------
  |  Branch (4761:9): [True: 11.5k, False: 0]
  ------------------
 4762|  11.5k|        ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  11.5k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4762:9): [True: 11.5k, False: 0]
  ------------------
 4763|  11.5k|        if (result) {
  ------------------
  |  Branch (4763:13): [True: 8.43k, False: 3.10k]
  ------------------
 4764|  8.43k|            *result = incref_result ? Py_NewRef(value) : value;
  ------------------
  |  |  550|  8.43k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  8.43k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.43k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4764:23): [True: 8.43k, False: 0]
  ------------------
 4765|  8.43k|        }
 4766|  11.5k|        return 0;
 4767|  11.5k|    }
 4768|       |
 4769|  14.7k|    assert(value != NULL);
  ------------------
  |  Branch (4769:5): [True: 3.21k, False: 0]
  ------------------
 4770|  3.21k|    ASSERT_CONSISTENT(mp);
  ------------------
  |  |  653|  3.21k|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (4770:5): [True: 3.21k, False: 0]
  ------------------
 4771|  3.21k|    if (result) {
  ------------------
  |  Branch (4771:9): [True: 3.21k, False: 0]
  ------------------
 4772|  3.21k|        *result = incref_result ? Py_NewRef(value) : value;
  ------------------
  |  |  550|  3.21k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4772:19): [True: 3.21k, False: 0]
  ------------------
 4773|  3.21k|    }
 4774|  3.21k|    return 1;
 4775|  3.21k|}
dictobject.c:dict_update_arg:
 3914|     39|{
 3915|     39|    if (PyAnyDict_CheckExact(arg)) {
  ------------------
  |  |   41|     39|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|     39|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|     78|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 23, False: 16]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   38|     16|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|     16|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 16]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3916|     23|        return dict_merge(self, arg, 1, NULL);
 3917|     23|    }
 3918|     16|    int has_keys = PyObject_HasAttrWithError(arg, &_Py_ID(keys));
  ------------------
  |  |  917|     16|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     16|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     16|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3919|     16|    if (has_keys < 0) {
  ------------------
  |  Branch (3919:9): [True: 0, False: 16]
  ------------------
 3920|      0|        return -1;
 3921|      0|    }
 3922|     16|    if (has_keys) {
  ------------------
  |  Branch (3922:9): [True: 8, False: 8]
  ------------------
 3923|      8|        return dict_merge(self, arg, 1, NULL);
 3924|      8|    }
 3925|      8|    return dict_merge_from_seq2(self, arg, 1);
 3926|     16|}
dictobject.c:dict_contains:
 5138|  5.75k|{
 5139|  5.75k|    Py_hash_t hash = _PyObject_HashFast(key);
 5140|  5.75k|    if (hash == -1) {
  ------------------
  |  Branch (5140:9): [True: 0, False: 5.75k]
  ------------------
 5141|      0|        dict_unhashable_type(op, key);
 5142|      0|        return -1;
 5143|      0|    }
 5144|       |
 5145|  5.75k|    return _PyDict_Contains_KnownHash(op, key, hash);
 5146|  5.75k|}
dictobject.c:dict_new:
 5217|     21|{
 5218|     21|    assert(type != NULL);
  ------------------
  |  Branch (5218:5): [True: 21, False: 0]
  ------------------
 5219|     21|    assert(type->tp_alloc != NULL);
  ------------------
  |  Branch (5219:5): [True: 21, False: 0]
  ------------------
 5220|       |    // dict subclasses must implement the GC protocol
 5221|     21|    assert(_PyType_IS_GC(type));
  ------------------
  |  Branch (5221:5): [True: 21, False: 0]
  ------------------
 5222|       |
 5223|     21|    PyObject *self = type->tp_alloc(type, 0);
 5224|     21|    if (self == NULL) {
  ------------------
  |  Branch (5224:9): [True: 0, False: 21]
  ------------------
 5225|      0|        return NULL;
 5226|      0|    }
 5227|     21|    PyDictObject *d = (PyDictObject *)self;
 5228|       |
 5229|     21|    d->ma_used = 0;
 5230|     21|    d->_ma_watcher_tag = 0;
 5231|       |    // We don't inc ref empty keys because they're immortal
 5232|     21|    assert((Py_EMPTY_KEYS)->dk_refcnt == _Py_DICT_IMMORTAL_INITIAL_REFCNT);
  ------------------
  |  Branch (5232:5): [True: 21, False: 0]
  ------------------
 5233|     21|    d->ma_keys = Py_EMPTY_KEYS;
  ------------------
  |  |  645|     21|#define Py_EMPTY_KEYS &empty_keys_struct
  ------------------
 5234|     21|    d->ma_values = NULL;
 5235|     21|    ASSERT_CONSISTENT(d);
  ------------------
  |  |  653|     21|#  define ASSERT_CONSISTENT(op) assert(_PyDict_CheckConsistency((PyObject *)(op), 0))
  ------------------
  |  Branch (5235:5): [True: 21, False: 0]
  ------------------
 5236|     21|    if (!_PyObject_GC_IS_TRACKED(d)) {
  ------------------
  |  |   81|     21|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5236:9): [True: 14, False: 7]
  ------------------
 5237|     14|        _PyObject_GC_TRACK(d);
  ------------------
  |  |  513|     14|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5238|     14|    }
 5239|     21|    return self;
 5240|     21|}
dictobject.c:dict_dealloc:
 3528|  1.54k|{
 3529|  1.54k|    PyDictObject *mp = (PyDictObject *)self;
 3530|  1.54k|    _PyObject_ResurrectStart(self);
 3531|  1.54k|    _PyDict_NotifyEvent(PyDict_EVENT_DEALLOCATED, mp, NULL, NULL);
 3532|  1.54k|    if (_PyObject_ResurrectEnd(self)) {
  ------------------
  |  Branch (3532:9): [True: 0, False: 1.54k]
  ------------------
 3533|      0|        return;
 3534|      0|    }
 3535|  1.54k|    PyDictValues *values = mp->ma_values;
 3536|  1.54k|    PyDictKeysObject *keys = mp->ma_keys;
 3537|  1.54k|    Py_ssize_t i, n;
 3538|       |
 3539|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
 3540|  1.54k|    PyObject_GC_UnTrack(mp);
 3541|  1.54k|    if (values != NULL) {
  ------------------
  |  Branch (3541:9): [True: 7, False: 1.53k]
  ------------------
 3542|      7|        if (values->embedded == 0) {
  ------------------
  |  Branch (3542:13): [True: 7, False: 0]
  ------------------
 3543|    217|            for (i = 0, n = values->capacity; i < n; i++) {
  ------------------
  |  Branch (3543:47): [True: 210, False: 7]
  ------------------
 3544|    210|                Py_XDECREF(values->values[i]);
  ------------------
  |  |  524|    210|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    210|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    210|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3545|    210|            }
 3546|      7|            free_values(values, false);
 3547|      7|        }
 3548|      7|        dictkeys_decref(keys, false);
 3549|      7|    }
 3550|  1.53k|    else if (keys != NULL) {
  ------------------
  |  Branch (3550:14): [True: 1.53k, False: 0]
  ------------------
 3551|  1.53k|        assert(keys->dk_refcnt == 1 || keys == Py_EMPTY_KEYS);
  ------------------
  |  Branch (3551:9): [True: 735, False: 799]
  |  Branch (3551:9): [True: 799, False: 0]
  ------------------
 3552|  1.53k|        dictkeys_decref(keys, false);
 3553|  1.53k|    }
 3554|  1.54k|    if (Py_IS_TYPE(mp, &PyDict_Type)) {
  ------------------
  |  |  215|  1.54k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 1.53k, False: 7]
  |  |  ------------------
  ------------------
 3555|  1.53k|        _Py_FREELIST_FREE(dicts, mp, Py_TYPE(mp)->tp_free);
  ------------------
  |  |   35|  1.53k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|  1.53k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.53k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|  1.53k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   16|  1.53k|#  define Py_dicts_MAXFREELIST 80
  |  |  ------------------
  ------------------
 3556|  1.53k|    }
 3557|      7|    else {
 3558|      7|        Py_TYPE(mp)->tp_free((PyObject *)mp);
  ------------------
  |  |  213|      7|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3559|      7|    }
 3560|  1.54k|}
dictobject.c:dict_length:
 3667|     78|{
 3668|     78|    return GET_USED(_PyAnyDict_CAST(self));
  ------------------
  |  |  313|     78|#define GET_USED(ep) FT_ATOMIC_LOAD_SSIZE_RELAXED((ep)->ma_used)
  |  |  ------------------
  |  |  |  |  149|    312|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (149:45): [True: 78, False: 0]
  |  |  |  |  |  Branch (149:45): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3669|     78|}
dictobject.c:dict_traverse:
 4953|  2.49k|{
 4954|  2.49k|    PyDictObject *mp = (PyDictObject *)op;
 4955|  2.49k|    PyDictKeysObject *keys = mp->ma_keys;
 4956|  2.49k|    Py_ssize_t i, n = keys->dk_nentries;
 4957|       |
 4958|  2.49k|    if (DK_IS_UNICODE(keys)) {
  ------------------
  |  |  282|  2.49k|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 2.23k, False: 252]
  |  |  ------------------
  ------------------
 4959|  2.23k|        if (_PyDict_HasSplitTable(mp)) {
  ------------------
  |  |   56|  2.23k|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 154, False: 2.08k]
  |  |  ------------------
  ------------------
 4960|    322|            for (i = 0; i < n; i++) {
  ------------------
  |  Branch (4960:25): [True: 168, False: 154]
  ------------------
 4961|    168|                Py_VISIT(mp->ma_values->values[i]);
  ------------------
  |  |  194|    168|    do {                                                                \
  |  |  195|    168|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 166, False: 2]
  |  |  ------------------
  |  |  196|    166|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    166|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    166|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    166|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 166]
  |  |  ------------------
  |  |  198|    166|                return vret;                                            \
  |  |  199|    166|        }                                                               \
  |  |  200|    168|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 168]
  |  |  ------------------
  ------------------
 4962|    168|            }
 4963|    154|        }
 4964|  2.08k|        else {
 4965|  2.08k|            PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys);
 4966|  32.2k|            for (i = 0; i < n; i++) {
  ------------------
  |  Branch (4966:25): [True: 30.1k, False: 2.08k]
  ------------------
 4967|  30.1k|                Py_VISIT(entries[i].me_value);
  ------------------
  |  |  194|  30.1k|    do {                                                                \
  |  |  195|  30.1k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 29.6k, False: 566]
  |  |  ------------------
  |  |  196|  29.6k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  29.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  29.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  29.6k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 29.6k]
  |  |  ------------------
  |  |  198|  29.6k|                return vret;                                            \
  |  |  199|  29.6k|        }                                                               \
  |  |  200|  30.1k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 30.1k]
  |  |  ------------------
  ------------------
 4968|  30.1k|            }
 4969|  2.08k|        }
 4970|  2.23k|    }
 4971|    252|    else {
 4972|    252|        PyDictKeyEntry *entries = DK_ENTRIES(keys);
 4973|  1.98k|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (4973:21): [True: 1.73k, False: 252]
  ------------------
 4974|  1.73k|            if (entries[i].me_value != NULL) {
  ------------------
  |  Branch (4974:17): [True: 1.72k, False: 12]
  ------------------
 4975|  1.72k|                Py_VISIT(entries[i].me_value);
  ------------------
  |  |  194|  1.72k|    do {                                                                \
  |  |  195|  1.72k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 1.72k, False: 0]
  |  |  ------------------
  |  |  196|  1.72k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  1.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  1.72k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 1.72k]
  |  |  ------------------
  |  |  198|  1.72k|                return vret;                                            \
  |  |  199|  1.72k|        }                                                               \
  |  |  200|  1.72k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 1.72k]
  |  |  ------------------
  ------------------
 4976|  1.72k|                Py_VISIT(entries[i].me_key);
  ------------------
  |  |  194|  1.72k|    do {                                                                \
  |  |  195|  1.72k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 1.72k, False: 0]
  |  |  ------------------
  |  |  196|  1.72k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  1.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  1.72k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 1.72k]
  |  |  ------------------
  |  |  198|  1.72k|                return vret;                                            \
  |  |  199|  1.72k|        }                                                               \
  |  |  200|  1.72k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 1.72k]
  |  |  ------------------
  ------------------
 4977|  1.72k|            }
 4978|  1.73k|        }
 4979|    252|    }
 4980|  2.49k|    return 0;
 4981|  2.49k|}
dictobject.c:dict_tp_clear:
 4985|      5|{
 4986|      5|    PyDict_Clear(op);
 4987|      5|    return 0;
 4988|      5|}
dictobject.c:dict_iter:
 5322|     35|{
 5323|     35|    PyDictObject *dict = (PyDictObject *)self;
 5324|     35|    return dictiter_new(dict, &PyDictIterKey_Type);
 5325|     35|}
dictobject.c:dictiter_new:
 5459|    159|{
 5460|    159|    Py_ssize_t used;
 5461|    159|    dictiterobject *di;
 5462|    159|    di = PyObject_GC_New(dictiterobject, itertype);
  ------------------
  |  |  181|    159|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    159|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 5463|    159|    if (di == NULL) {
  ------------------
  |  Branch (5463:9): [True: 0, False: 159]
  ------------------
 5464|      0|        return NULL;
 5465|      0|    }
 5466|    159|    di->di_dict = (PyDictObject*)Py_NewRef(dict);
  ------------------
  |  |  550|    159|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    159|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    159|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5467|    159|    used = GET_USED(dict);
  ------------------
  |  |  313|    159|#define GET_USED(ep) FT_ATOMIC_LOAD_SSIZE_RELAXED((ep)->ma_used)
  |  |  ------------------
  |  |  |  |  149|    159|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  ------------------
  ------------------
 5468|    159|    di->di_used = used;
 5469|    159|    di->len = used;
 5470|    159|    if (itertype == &PyDictRevIterKey_Type ||
  ------------------
  |  Branch (5470:9): [True: 0, False: 159]
  ------------------
 5471|    159|         itertype == &PyDictRevIterItem_Type ||
  ------------------
  |  Branch (5471:10): [True: 0, False: 159]
  ------------------
 5472|    159|         itertype == &PyDictRevIterValue_Type) {
  ------------------
  |  Branch (5472:10): [True: 0, False: 159]
  ------------------
 5473|      0|        if (_PyDict_HasSplitTable(dict)) {
  ------------------
  |  |   56|      0|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 5474|      0|            di->di_pos = used - 1;
 5475|      0|        }
 5476|      0|        else {
 5477|      0|            di->di_pos = load_keys_nentries(dict) - 1;
 5478|      0|        }
 5479|      0|    }
 5480|    159|    else {
 5481|    159|        di->di_pos = 0;
 5482|    159|    }
 5483|    159|    if (itertype == &PyDictIterItem_Type ||
  ------------------
  |  Branch (5483:9): [True: 112, False: 47]
  ------------------
 5484|    112|        itertype == &PyDictRevIterItem_Type) {
  ------------------
  |  Branch (5484:9): [True: 0, False: 47]
  ------------------
 5485|    112|        di->di_result = _PyTuple_FromPairSteal(Py_None, Py_None);
  ------------------
  |  |  616|    112|#  define Py_None (&_Py_NoneStruct)
  ------------------
                      di->di_result = _PyTuple_FromPairSteal(Py_None, Py_None);
  ------------------
  |  |  616|    112|#  define Py_None (&_Py_NoneStruct)
  ------------------
 5486|    112|        if (di->di_result == NULL) {
  ------------------
  |  Branch (5486:13): [True: 0, False: 112]
  ------------------
 5487|      0|            Py_DECREF(di);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5488|      0|            return NULL;
 5489|      0|        }
 5490|    112|    }
 5491|     47|    else {
 5492|     47|        di->di_result = NULL;
 5493|     47|    }
 5494|    159|    _PyObject_GC_TRACK(di);
  ------------------
  |  |  513|    159|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    159|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    159|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5495|    159|    return (PyObject *)di;
 5496|    159|}
dictobject.c:dict___contains___impl:
 4632|      4|{
 4633|      4|    int contains = dict_contains((PyObject *)self, key);
 4634|      4|    if (contains < 0) {
  ------------------
  |  Branch (4634:9): [True: 0, False: 4]
  ------------------
 4635|      0|        return NULL;
 4636|      0|    }
 4637|      4|    if (contains) {
  ------------------
  |  Branch (4637:9): [True: 0, False: 4]
  ------------------
 4638|      0|        Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4639|      0|    }
 4640|      4|    Py_RETURN_FALSE;
  ------------------
  |  |   45|      4|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      4|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4641|      4|}
dictobject.c:dict_get_impl:
 4656|    430|{
 4657|    430|    PyObject *val = NULL;
 4658|    430|    Py_hash_t hash;
 4659|    430|    Py_ssize_t ix;
 4660|       |
 4661|    430|    hash = _PyObject_HashFast(key);
 4662|    430|    if (hash == -1) {
  ------------------
  |  Branch (4662:9): [True: 0, False: 430]
  ------------------
 4663|      0|        dict_unhashable_type((PyObject*)self, key);
 4664|      0|        return NULL;
 4665|      0|    }
 4666|    430|    ix = _Py_dict_lookup_threadsafe(self, key, hash, &val);
 4667|    430|    if (ix == DKIX_ERROR)
  ------------------
  |  |  186|    430|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (4667:9): [True: 0, False: 430]
  ------------------
 4668|      0|        return NULL;
 4669|    430|    if (ix == DKIX_EMPTY || val == NULL) {
  ------------------
  |  |  184|    860|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (4669:9): [True: 249, False: 181]
  |  Branch (4669:29): [True: 0, False: 181]
  ------------------
 4670|    249|        val = Py_NewRef(default_value);
  ------------------
  |  |  550|    249|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    249|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    249|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4671|    249|    }
 4672|    430|    return val;
 4673|    430|}
dictobject.c:dict_setdefault_impl:
 4815|     14|{
 4816|     14|    PyObject *val;
 4817|     14|    dict_setdefault_ref_lock_held((PyObject *)self, key, default_value, &val, 1);
 4818|     14|    return val;
 4819|     14|}
dictobject.c:dict_pop_impl:
 4853|    111|{
 4854|    111|    return dict_pop_default((PyObject*)self, key, default_value);
 4855|    111|}
dictobject.c:dict_keys_impl:
 6878|     12|{
 6879|     12|    return _PyDictView_New((PyObject *)self, &PyDictKeys_Type);
 6880|     12|}
dictobject.c:dict_items_impl:
 6990|    114|{
 6991|    114|    return _PyDictView_New((PyObject *)self, &PyDictItems_Type);
 6992|    114|}
dictobject.c:dict_values_impl:
 7080|      4|{
 7081|      4|    return _PyDictView_New((PyObject *)self, &PyDictValues_Type);
 7082|      4|}
dictobject.c:dict_update:
 3956|     30|{
 3957|     30|    if (dict_update_common(self, args, kwds, "update") != -1)
  ------------------
  |  Branch (3957:9): [True: 30, False: 0]
  ------------------
 3958|     30|        Py_RETURN_NONE;
  ------------------
  |  |  628|     30|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     30|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 3959|      0|    return NULL;
 3960|     30|}
dictobject.c:dict_update_common:
 3931|     37|{
 3932|     37|    PyObject *arg = NULL;
 3933|     37|    int result = 0;
 3934|       |
 3935|     37|    if (!PyArg_UnpackTuple(args, methname, 0, 1, &arg)) {
  ------------------
  |  Branch (3935:9): [True: 0, False: 37]
  ------------------
 3936|      0|        result = -1;
 3937|      0|    }
 3938|     37|    else if (arg != NULL) {
  ------------------
  |  Branch (3938:14): [True: 30, False: 7]
  ------------------
 3939|     30|        result = dict_update_arg(self, arg);
 3940|     30|    }
 3941|       |
 3942|     37|    if (result == 0 && kwds != NULL) {
  ------------------
  |  Branch (3942:9): [True: 37, False: 0]
  |  Branch (3942:24): [True: 0, False: 37]
  ------------------
 3943|      0|        if (PyArg_ValidateKeywordArguments(kwds))
  ------------------
  |  Branch (3943:13): [True: 0, False: 0]
  ------------------
 3944|      0|            result = dict_merge(self, kwds, 1, NULL);
 3945|      0|        else
 3946|      0|            result = -1;
 3947|      0|    }
 3948|     37|    return result;
 3949|     37|}
dictobject.c:dict_fromkeys_impl:
 3907|      5|{
 3908|      5|    return _PyDict_FromKeys((PyObject *)type, iterable, value);
 3909|      5|}
dictobject.c:dict_init:
 5244|      7|{
 5245|      7|    return dict_update_common(self, args, kwds, "dict");
 5246|      7|}
dictobject.c:dict_vectorcall:
 5251|     13|{
 5252|     13|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     13|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 5253|     13|    if (!_PyArg_CheckPositional("dict", nargs, 0, 1)) {
  ------------------
  |  |   31|     13|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 13, False: 0]
  |  |  |  Branch (31:27): [True: 13, False: 0]
  |  |  ------------------
  |  |   32|     13|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 5254|      0|        return NULL;
 5255|      0|    }
 5256|       |
 5257|     13|    PyObject *self = dict_new(_PyType_CAST(type), NULL, NULL);
  ------------------
  |  |  770|     13|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5257:31): [True: 13, False: 0]
  ------------------
 5258|     13|    if (self == NULL) {
  ------------------
  |  Branch (5258:9): [True: 0, False: 13]
  ------------------
 5259|      0|        return NULL;
 5260|      0|    }
 5261|     13|    if (nargs == 1) {
  ------------------
  |  Branch (5261:9): [True: 8, False: 5]
  ------------------
 5262|      8|        if (dict_update_arg(self, args[0]) < 0) {
  ------------------
  |  Branch (5262:13): [True: 0, False: 8]
  ------------------
 5263|      0|            Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5264|      0|            return NULL;
 5265|      0|        }
 5266|      8|        args++;
 5267|      8|    }
 5268|     13|    if (kwnames != NULL) {
  ------------------
  |  Branch (5268:9): [True: 0, False: 13]
  ------------------
 5269|      0|        for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(kwnames); i++) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5269:32): [True: 0, False: 0]
  ------------------
 5270|      0|            PyObject *key = PyTuple_GET_ITEM(kwnames, i);  // borrowed
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5270:29): [True: 0, False: 0]
  ------------------
 5271|      0|            if (PyDict_SetItem(self, key, args[i]) < 0) {
  ------------------
  |  Branch (5271:17): [True: 0, False: 0]
  ------------------
 5272|      0|                Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5273|      0|                return NULL;
 5274|      0|            }
 5275|      0|        }
 5276|      0|    }
 5277|     13|    return self;
 5278|     13|}
dictobject.c:dictiter_dealloc:
 5500|    159|{
 5501|    159|    dictiterobject *di = (dictiterobject *)self;
 5502|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
 5503|    159|    _PyObject_GC_UNTRACK(di);
  ------------------
  |  |  515|    159|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    159|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    159|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5504|    159|    Py_XDECREF(di->di_dict);
  ------------------
  |  |  524|    159|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    159|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    159|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5505|    159|    Py_XDECREF(di->di_result);
  ------------------
  |  |  524|    159|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    159|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    159|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5506|    159|    PyObject_GC_Del(di);
 5507|    159|}
dictobject.c:dictiter_iternextkey:
 5623|    291|{
 5624|    291|    dictiterobject *di = (dictiterobject *)self;
 5625|    291|    PyDictObject *d = di->di_dict;
 5626|       |
 5627|    291|    if (d == NULL)
  ------------------
  |  Branch (5627:9): [True: 0, False: 291]
  ------------------
 5628|      0|        return NULL;
 5629|       |
 5630|    291|    PyObject *value;
 5631|       |#ifdef Py_GIL_DISABLED
 5632|       |    if (dictiter_iternext_threadsafe(d, self, &value, NULL) < 0) {
 5633|       |        value = NULL;
 5634|       |    }
 5635|       |#else
 5636|    291|    value = dictiter_iternextkey_lock_held(d, self);
 5637|    291|#endif
 5638|       |
 5639|    291|    return value;
 5640|    291|}
dictobject.c:dictiter_iternextkey_lock_held:
 5554|    291|{
 5555|    291|    dictiterobject *di = (dictiterobject *)self;
 5556|    291|    PyObject *key;
 5557|    291|    Py_ssize_t i;
 5558|    291|    PyDictKeysObject *k;
 5559|       |
 5560|    291|    assert (PyAnyDict_Check(d));
  ------------------
  |  Branch (5560:5): [True: 291, False: 0]
  |  Branch (5560:5): [True: 0, False: 0]
  ------------------
 5561|    291|    ASSERT_DICT_LOCKED(d);
 5562|       |
 5563|    291|    if (di->di_used != d->ma_used) {
  ------------------
  |  Branch (5563:9): [True: 0, False: 291]
  ------------------
 5564|      0|        PyErr_SetString(PyExc_RuntimeError,
 5565|      0|                        "dictionary changed size during iteration");
 5566|      0|        di->di_used = -1; /* Make this state sticky */
 5567|      0|        return NULL;
 5568|      0|    }
 5569|       |
 5570|    291|    i = di->di_pos;
 5571|    291|    k = d->ma_keys;
 5572|    291|    assert(i >= 0);
  ------------------
  |  Branch (5572:5): [True: 291, False: 0]
  ------------------
 5573|    291|    if (_PyDict_HasSplitTable(d)) {
  ------------------
  |  |   56|    291|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 291]
  |  |  ------------------
  ------------------
 5574|      0|        if (i >= d->ma_used)
  ------------------
  |  Branch (5574:13): [True: 0, False: 0]
  ------------------
 5575|      0|            goto fail;
 5576|      0|        int index = get_index_from_order(d, i);
 5577|      0|        key = LOAD_SHARED_KEY(DK_UNICODE_ENTRIES(k)[index].me_key);
  ------------------
  |  |  249|      0|#define LOAD_SHARED_KEY(key) key
  ------------------
 5578|      0|        assert(d->ma_values->values[index] != NULL);
  ------------------
  |  Branch (5578:9): [True: 0, False: 0]
  ------------------
 5579|      0|    }
 5580|    291|    else {
 5581|    291|        Py_ssize_t n = k->dk_nentries;
 5582|    291|        if (DK_IS_UNICODE(k)) {
  ------------------
  |  |  282|    291|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 291, False: 0]
  |  |  ------------------
  ------------------
 5583|    291|            PyDictUnicodeEntry *entry_ptr = &DK_UNICODE_ENTRIES(k)[i];
 5584|    312|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (5584:20): [True: 269, False: 43]
  |  Branch (5584:29): [True: 21, False: 248]
  ------------------
 5585|     21|                entry_ptr++;
 5586|     21|                i++;
 5587|     21|            }
 5588|    291|            if (i >= n)
  ------------------
  |  Branch (5588:17): [True: 43, False: 248]
  ------------------
 5589|     43|                goto fail;
 5590|    248|            key = entry_ptr->me_key;
 5591|    248|        }
 5592|      0|        else {
 5593|      0|            PyDictKeyEntry *entry_ptr = &DK_ENTRIES(k)[i];
 5594|      0|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (5594:20): [True: 0, False: 0]
  |  Branch (5594:29): [True: 0, False: 0]
  ------------------
 5595|      0|                entry_ptr++;
 5596|      0|                i++;
 5597|      0|            }
 5598|      0|            if (i >= n)
  ------------------
  |  Branch (5598:17): [True: 0, False: 0]
  ------------------
 5599|      0|                goto fail;
 5600|      0|            key = entry_ptr->me_key;
 5601|      0|        }
 5602|    291|    }
 5603|       |    // We found an element (key), but did not expect it
 5604|    248|    if (di->len == 0) {
  ------------------
  |  Branch (5604:9): [True: 0, False: 248]
  ------------------
 5605|      0|        PyErr_SetString(PyExc_RuntimeError,
 5606|      0|                        "dictionary keys changed during iteration");
 5607|      0|        goto fail;
 5608|      0|    }
 5609|    248|    di->di_pos = i+1;
 5610|    248|    di->len--;
 5611|    248|    return Py_NewRef(key);
  ------------------
  |  |  550|    248|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    248|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    248|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5612|       |
 5613|     43|fail:
 5614|     43|    di->di_dict = NULL;
 5615|     43|    Py_DECREF(d);
  ------------------
  |  |  430|     43|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     43|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     43|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5616|       |    return NULL;
 5617|    248|}
dictobject.c:dictiter_len:
 5520|     73|{
 5521|     73|    dictiterobject *di = (dictiterobject *)self;
 5522|     73|    Py_ssize_t len = 0;
 5523|     73|    if (di->di_dict != NULL && di->di_used == GET_USED(di->di_dict))
  ------------------
  |  |  313|     73|#define GET_USED(ep) FT_ATOMIC_LOAD_SSIZE_RELAXED((ep)->ma_used)
  |  |  ------------------
  |  |  |  |  149|     73|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  ------------------
  ------------------
  |  Branch (5523:9): [True: 73, False: 0]
  |  Branch (5523:32): [True: 73, False: 0]
  ------------------
 5524|     73|        len = FT_ATOMIC_LOAD_SSIZE_RELAXED(di->len);
  ------------------
  |  |  149|     73|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 5525|     73|    return PyLong_FromSize_t(len);
 5526|     73|}
dictobject.c:dictiter_iternextitem:
 6024|    997|{
 6025|    997|    dictiterobject *di = (dictiterobject *)self;
 6026|    997|    PyDictObject *d = di->di_dict;
 6027|       |
 6028|    997|    if (d == NULL)
  ------------------
  |  Branch (6028:9): [True: 0, False: 997]
  ------------------
 6029|      0|        return NULL;
 6030|       |
 6031|    997|    PyObject *key, *value;
 6032|       |#ifdef Py_GIL_DISABLED
 6033|       |    if (dictiter_iternext_threadsafe(d, self, &key, &value) == 0) {
 6034|       |#else
 6035|    997|    if (dictiter_iternextitem_lock_held(d, self, &key, &value) == 0) {
  ------------------
  |  Branch (6035:9): [True: 887, False: 110]
  ------------------
 6036|       |
 6037|    887|#endif
 6038|    887|        PyObject *result = di->di_result;
 6039|    887|        if (acquire_iter_result(result)) {
  ------------------
  |  Branch (6039:13): [True: 208, False: 679]
  ------------------
 6040|    208|            PyObject *oldkey = PyTuple_GET_ITEM(result, 0);
  ------------------
  |  |   29|    208|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    208|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6040:32): [True: 208, False: 0]
  ------------------
 6041|    208|            PyObject *oldvalue = PyTuple_GET_ITEM(result, 1);
  ------------------
  |  |   29|    208|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    208|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6041:34): [True: 208, False: 0]
  ------------------
 6042|    208|            PyTuple_SET_ITEM(result, 0, key);
  ------------------
  |  |   40|    208|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    208|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    208|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6043|    208|            PyTuple_SET_ITEM(result, 1, value);
  ------------------
  |  |   40|    208|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    208|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    208|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6044|    208|            Py_DECREF(oldkey);
  ------------------
  |  |  430|    208|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    208|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6045|    208|            Py_DECREF(oldvalue);
  ------------------
  |  |  430|    208|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    208|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6046|       |            // bpo-42536: The GC may have untracked this result tuple. Since we're
 6047|       |            // recycling it, make sure it's tracked again:
 6048|    208|            _PyTuple_Recycle(result);
 6049|    208|        }
 6050|    679|        else {
 6051|    679|            result = _PyTuple_FromPairSteal(key, value);
 6052|    679|        }
 6053|    887|        return result;
 6054|    887|    }
 6055|    110|    return NULL;
 6056|    997|}
dictobject.c:dictiter_iternextitem_lock_held:
 5801|    997|{
 5802|    997|    dictiterobject *di = (dictiterobject *)self;
 5803|    997|    PyObject *key, *value;
 5804|    997|    Py_ssize_t i;
 5805|       |
 5806|    997|    assert (PyAnyDict_Check(d));
  ------------------
  |  Branch (5806:5): [True: 997, False: 0]
  |  Branch (5806:5): [True: 0, False: 0]
  ------------------
 5807|    997|    ASSERT_DICT_LOCKED(d);
 5808|       |
 5809|    997|    if (di->di_used != d->ma_used) {
  ------------------
  |  Branch (5809:9): [True: 0, False: 997]
  ------------------
 5810|      0|        PyErr_SetString(PyExc_RuntimeError,
 5811|      0|                        "dictionary changed size during iteration");
 5812|      0|        di->di_used = -1; /* Make this state sticky */
 5813|      0|        return -1;
 5814|      0|    }
 5815|       |
 5816|    997|    i = FT_ATOMIC_LOAD_SSIZE_RELAXED(di->di_pos);
  ------------------
  |  |  149|    997|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 5817|       |
 5818|    997|    assert(i >= 0);
  ------------------
  |  Branch (5818:5): [True: 997, False: 0]
  ------------------
 5819|    997|    if (_PyDict_HasSplitTable(d)) {
  ------------------
  |  |   56|    997|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 0, False: 997]
  |  |  ------------------
  ------------------
 5820|      0|        if (i >= d->ma_used)
  ------------------
  |  Branch (5820:13): [True: 0, False: 0]
  ------------------
 5821|      0|            goto fail;
 5822|      0|        int index = get_index_from_order(d, i);
 5823|      0|        key = LOAD_SHARED_KEY(DK_UNICODE_ENTRIES(d->ma_keys)[index].me_key);
  ------------------
  |  |  249|      0|#define LOAD_SHARED_KEY(key) key
  ------------------
 5824|      0|        value = d->ma_values->values[index];
 5825|      0|        assert(value != NULL);
  ------------------
  |  Branch (5825:9): [True: 0, False: 0]
  ------------------
 5826|      0|    }
 5827|    997|    else {
 5828|    997|        Py_ssize_t n = d->ma_keys->dk_nentries;
 5829|    997|        if (DK_IS_UNICODE(d->ma_keys)) {
  ------------------
  |  |  282|    997|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 997, False: 0]
  |  |  ------------------
  ------------------
 5830|    997|            PyDictUnicodeEntry *entry_ptr = &DK_UNICODE_ENTRIES(d->ma_keys)[i];
 5831|  1.12k|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (5831:20): [True: 1.01k, False: 110]
  |  Branch (5831:29): [True: 126, False: 887]
  ------------------
 5832|    126|                entry_ptr++;
 5833|    126|                i++;
 5834|    126|            }
 5835|    997|            if (i >= n)
  ------------------
  |  Branch (5835:17): [True: 110, False: 887]
  ------------------
 5836|    110|                goto fail;
 5837|    887|            key = entry_ptr->me_key;
 5838|    887|            value = entry_ptr->me_value;
 5839|    887|        }
 5840|      0|        else {
 5841|      0|            PyDictKeyEntry *entry_ptr = &DK_ENTRIES(d->ma_keys)[i];
 5842|      0|            while (i < n && entry_ptr->me_value == NULL) {
  ------------------
  |  Branch (5842:20): [True: 0, False: 0]
  |  Branch (5842:29): [True: 0, False: 0]
  ------------------
 5843|      0|                entry_ptr++;
 5844|      0|                i++;
 5845|      0|            }
 5846|      0|            if (i >= n)
  ------------------
  |  Branch (5846:17): [True: 0, False: 0]
  ------------------
 5847|      0|                goto fail;
 5848|      0|            key = entry_ptr->me_key;
 5849|      0|            value = entry_ptr->me_value;
 5850|      0|        }
 5851|    997|    }
 5852|       |    // We found an element, but did not expect it
 5853|    887|    if (di->len == 0) {
  ------------------
  |  Branch (5853:9): [True: 0, False: 887]
  ------------------
 5854|      0|        PyErr_SetString(PyExc_RuntimeError,
 5855|      0|                        "dictionary keys changed during iteration");
 5856|      0|        goto fail;
 5857|      0|    }
 5858|    887|    di->di_pos = i+1;
 5859|    887|    di->len--;
 5860|    887|    if (out_key != NULL) {
  ------------------
  |  Branch (5860:9): [True: 887, False: 0]
  ------------------
 5861|    887|        *out_key = Py_NewRef(key);
  ------------------
  |  |  550|    887|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    887|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    887|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5862|    887|    }
 5863|    887|    if (out_value != NULL) {
  ------------------
  |  Branch (5863:9): [True: 887, False: 0]
  ------------------
 5864|    887|        *out_value = Py_NewRef(value);
  ------------------
  |  |  550|    887|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    887|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    887|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5865|    887|    }
 5866|    887|    return 0;
 5867|       |
 5868|    110|fail:
 5869|    110|    di->di_dict = NULL;
 5870|    110|    Py_DECREF(d);
  ------------------
  |  |  430|    110|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    110|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    110|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5871|    110|    return -1;
 5872|    887|}
dictobject.c:acquire_iter_result:
 6014|    887|{
 6015|    887|    if (_PyObject_IsUniquelyReferenced(result)) {
  ------------------
  |  Branch (6015:9): [True: 208, False: 679]
  ------------------
 6016|    208|        Py_INCREF(result);
  ------------------
  |  |  310|    208|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    208|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    208|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6017|    208|        return true;
 6018|    208|    }
 6019|    679|    return false;
 6020|    887|}
dictobject.c:dictview_dealloc:
 6275|    130|{
 6276|    130|    _PyDictViewObject *dv = (_PyDictViewObject *)self;
 6277|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
 6278|    130|    _PyObject_GC_UNTRACK(dv);
  ------------------
  |  |  515|    130|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6279|    130|    Py_XDECREF(dv->dv_dict);
  ------------------
  |  |  524|    130|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6280|    130|    PyObject_GC_Del(dv);
 6281|    130|}
dictobject.c:dictkeys_iter:
 6461|     10|{
 6462|     10|    _PyDictViewObject *dv = (_PyDictViewObject *)self;
 6463|     10|    if (dv->dv_dict == NULL) {
  ------------------
  |  Branch (6463:9): [True: 0, False: 10]
  ------------------
 6464|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 6465|      0|    }
 6466|     10|    return dictiter_new(dv->dv_dict, &PyDictIterKey_Type);
 6467|     10|}
dictobject.c:dictitems_iter:
 6896|    112|{
 6897|    112|    _PyDictViewObject *dv = (_PyDictViewObject *)self;
 6898|    112|    if (dv->dv_dict == NULL) {
  ------------------
  |  Branch (6898:9): [True: 0, False: 112]
  ------------------
 6899|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 6900|      0|    }
 6901|    112|    return dictiter_new(dv->dv_dict, &PyDictIterItem_Type);
 6902|    112|}
dictobject.c:dictvalues_iter:
 7008|      2|{
 7009|      2|    _PyDictViewObject *dv = (_PyDictViewObject *)self;
 7010|      2|    if (dv->dv_dict == NULL) {
  ------------------
  |  Branch (7010:9): [True: 0, False: 2]
  ------------------
 7011|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 7012|      0|    }
 7013|      2|    return dictiter_new(dv->dv_dict, &PyDictIterValue_Type);
 7014|      2|}
dictobject.c:new_keys_object:
  789|  3.32k|{
  790|  3.32k|    Py_ssize_t usable;
  791|  3.32k|    int log2_bytes;
  792|  3.32k|    size_t entry_size = unicode ? sizeof(PyDictUnicodeEntry) : sizeof(PyDictKeyEntry);
  ------------------
  |  Branch (792:25): [True: 3.06k, False: 264]
  ------------------
  793|       |
  794|  3.32k|    assert(log2_size >= PyDict_LOG_MINSIZE);
  ------------------
  |  Branch (794:5): [True: 3.32k, False: 0]
  ------------------
  795|       |
  796|  3.32k|    usable = USABLE_FRACTION((size_t)1<<log2_size);
  ------------------
  |  |  575|  3.32k|#define USABLE_FRACTION(n) (((n) << 1)/3)
  ------------------
  797|  3.32k|    if (log2_size < 8) {
  ------------------
  |  Branch (797:9): [True: 3.27k, False: 52]
  ------------------
  798|  3.27k|        log2_bytes = log2_size;
  799|  3.27k|    }
  800|     52|    else if (log2_size < 16) {
  ------------------
  |  Branch (800:14): [True: 52, False: 0]
  ------------------
  801|     52|        log2_bytes = log2_size + 1;
  802|     52|    }
  803|      0|#if SIZEOF_VOID_P > 4
  804|      0|    else if (log2_size >= 32) {
  ------------------
  |  Branch (804:14): [True: 0, False: 0]
  ------------------
  805|      0|        log2_bytes = log2_size + 3;
  806|      0|    }
  807|      0|#endif
  808|      0|    else {
  809|      0|        log2_bytes = log2_size + 2;
  810|      0|    }
  811|       |
  812|  3.32k|    PyDictKeysObject *dk = NULL;
  813|  3.32k|    if (log2_size == PyDict_LOG_MINSIZE && unicode) {
  ------------------
  |  |  115|  6.65k|#define PyDict_LOG_MINSIZE 3
  ------------------
  |  Branch (813:9): [True: 1.61k, False: 1.71k]
  |  Branch (813:44): [True: 1.42k, False: 191]
  ------------------
  814|  1.42k|        dk = _Py_FREELIST_POP_MEM(dictkeys);
  ------------------
  |  |   48|  1.42k|    _PyFreeList_PopMem(&_Py_freelists_GET()->NAME)
  ------------------
  815|  1.42k|    }
  816|  3.32k|    if (dk == NULL) {
  ------------------
  |  Branch (816:9): [True: 2.38k, False: 942]
  ------------------
  817|  2.38k|        dk = PyMem_Malloc(sizeof(PyDictKeysObject)
  818|  2.38k|                          + ((size_t)1 << log2_bytes)
  819|  2.38k|                          + entry_size * usable);
  820|  2.38k|        if (dk == NULL) {
  ------------------
  |  Branch (820:13): [True: 0, False: 2.38k]
  ------------------
  821|      0|            PyErr_NoMemory();
  822|      0|            return NULL;
  823|      0|        }
  824|  2.38k|    }
  825|       |#ifdef Py_REF_DEBUG
  826|       |    _Py_IncRefTotal(_PyThreadState_GET());
  827|       |#endif
  828|  3.32k|    dk->dk_refcnt = 1;
  829|  3.32k|    dk->dk_log2_size = log2_size;
  830|  3.32k|    dk->dk_log2_index_bytes = log2_bytes;
  831|  3.32k|    dk->dk_kind = unicode ? DICT_KEYS_UNICODE : DICT_KEYS_GENERAL;
  ------------------
  |  Branch (831:19): [True: 3.06k, False: 264]
  ------------------
  832|       |#ifdef Py_GIL_DISABLED
  833|       |    dk->dk_mutex = (PyMutex){0};
  834|       |#endif
  835|  3.32k|    dk->dk_nentries = 0;
  836|  3.32k|    dk->dk_usable = usable;
  837|  3.32k|    dk->dk_version = 0;
  838|  3.32k|    memset(&dk->dk_indices[0], 0xff, ((size_t)1 << log2_bytes));
  839|  3.32k|    memset(&dk->dk_indices[(size_t)1 << log2_bytes], 0, entry_size * usable);
  840|  3.32k|    return dk;
  841|  3.32k|}
dictobject.c:insert_split_key:
 1887|    597|{
 1888|    597|    assert(PyUnicode_CheckExact(key));
  ------------------
  |  Branch (1888:5): [True: 597, False: 0]
  ------------------
 1889|    597|    Py_ssize_t ix;
 1890|       |
 1891|       |
 1892|       |#ifdef Py_GIL_DISABLED
 1893|       |    ix = unicodekeys_lookup_unicode_threadsafe(keys, key, hash);
 1894|       |    if (ix >= 0) {
 1895|       |        return ix;
 1896|       |    }
 1897|       |#endif
 1898|       |
 1899|    597|    LOCK_KEYS(keys);
 1900|    597|    ix = unicodekeys_lookup_unicode(keys, key, hash);
 1901|    597|    if (ix == DKIX_EMPTY && keys->dk_usable > 0) {
  ------------------
  |  |  184|  1.19k|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1901:9): [True: 299, False: 298]
  |  Branch (1901:29): [True: 299, False: 0]
  ------------------
 1902|       |        // Insert into new slot
 1903|    299|        FT_ATOMIC_STORE_UINT32_RELAXED(keys->dk_version, 0);
  ------------------
  |  |  172|    299|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 1904|    299|        Py_ssize_t hashpos = find_empty_slot(keys, hash);
 1905|    299|        ix = keys->dk_nentries;
 1906|    299|        dictkeys_set_index(keys, hashpos, ix);
 1907|    299|        PyDictUnicodeEntry *ep = &DK_UNICODE_ENTRIES(keys)[ix];
 1908|    299|        STORE_SHARED_KEY(ep->me_key, Py_NewRef(key));
  ------------------
  |  |  250|    299|#define STORE_SHARED_KEY(key, value) key = value
  ------------------
 1909|    299|        split_keys_entry_added(keys);
 1910|    299|    }
 1911|    597|    assert (ix < SHARED_KEYS_MAX_SIZE);
  ------------------
  |  Branch (1911:5): [True: 597, False: 0]
  ------------------
 1912|    597|    UNLOCK_KEYS(keys);
 1913|    597|    return ix;
 1914|    597|}
dictobject.c:split_keys_entry_added:
  264|    299|{
  265|    299|    keys->dk_usable--;
  266|    299|    keys->dk_nentries++;
  267|    299|}
dictobject.c:store_instance_attr_lock_held:
 7262|    205|{
 7263|    205|    PyDictKeysObject *keys = CACHED_KEYS(Py_TYPE(obj));
  ------------------
  |  |  870|    205|#define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
  ------------------
 7264|    205|    assert(keys != NULL);
  ------------------
  |  Branch (7264:5): [True: 205, False: 0]
  ------------------
 7265|    205|    assert(values != NULL);
  ------------------
  |  Branch (7265:5): [True: 205, False: 0]
  ------------------
 7266|    205|    assert(Py_TYPE(obj)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  Branch (7266:5): [True: 205, False: 0]
  ------------------
 7267|    205|    Py_ssize_t ix = DKIX_EMPTY;
  ------------------
  |  |  184|    205|#define DKIX_EMPTY (-1)
  ------------------
 7268|    205|    PyDictObject *dict = _PyObject_GetManagedDict(obj);
 7269|    205|    assert(dict == NULL || ((PyDictObject *)dict)->ma_values == values);
  ------------------
  |  Branch (7269:5): [True: 205, False: 0]
  |  Branch (7269:5): [True: 0, False: 0]
  ------------------
 7270|    205|    if (PyUnicode_CheckExact(name)) {
  ------------------
  |  |  104|    205|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    205|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    205|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    205|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 205, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7271|    205|        Py_hash_t hash = unicode_get_hash(name);
 7272|    205|        if (hash == -1) {
  ------------------
  |  Branch (7272:13): [True: 0, False: 205]
  ------------------
 7273|      0|            hash = PyUnicode_Type.tp_hash(name);
 7274|      0|            assert(hash != -1);
  ------------------
  |  Branch (7274:13): [True: 0, False: 0]
  ------------------
 7275|      0|        }
 7276|       |
 7277|    205|        ix = insert_split_key(keys, name, hash);
 7278|       |
 7279|       |#ifdef Py_STATS
 7280|       |        if (ix == DKIX_EMPTY) {
 7281|       |            if (PyUnicode_CheckExact(name)) {
 7282|       |                if (shared_keys_usable_size(keys) == SHARED_KEYS_MAX_SIZE) {
 7283|       |                    OBJECT_STAT_INC(dict_materialized_too_big);
 7284|       |                }
 7285|       |                else {
 7286|       |                    OBJECT_STAT_INC(dict_materialized_new_key);
 7287|       |                }
 7288|       |            }
 7289|       |            else {
 7290|       |                OBJECT_STAT_INC(dict_materialized_str_subclass);
 7291|       |            }
 7292|       |        }
 7293|       |#endif
 7294|    205|    }
 7295|       |
 7296|    205|    if (ix == DKIX_EMPTY) {
  ------------------
  |  |  184|    205|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (7296:9): [True: 0, False: 205]
  ------------------
 7297|      0|        int res;
 7298|      0|        if (dict == NULL) {
  ------------------
  |  Branch (7298:13): [True: 0, False: 0]
  ------------------
 7299|       |            // Make the dict but don't publish it in the object
 7300|       |            // so that no one else will see it.
 7301|      0|            dict = make_dict_from_instance_attributes(keys, values);
 7302|      0|            if (dict == NULL ||
  ------------------
  |  Branch (7302:17): [True: 0, False: 0]
  ------------------
 7303|      0|                _PyDict_SetItem_LockHeld(dict, name, value) < 0) {
  ------------------
  |  Branch (7303:17): [True: 0, False: 0]
  ------------------
 7304|      0|                Py_XDECREF(dict);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7305|      0|                return -1;
 7306|      0|            }
 7307|       |
 7308|      0|            FT_ATOMIC_STORE_PTR_RELEASE(_PyObject_ManagedDictPointer(obj)->dict,
  ------------------
  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 7309|      0|                                        (PyDictObject *)dict);
 7310|      0|            return 0;
 7311|      0|        }
 7312|       |
 7313|      0|        _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(dict);
 7314|       |
 7315|      0|        res = _PyDict_SetItem_LockHeld(dict, name, value);
 7316|      0|        return res;
 7317|      0|    }
 7318|       |
 7319|    205|    PyObject *old_value = values->values[ix];
 7320|    205|    if (old_value == NULL && value == NULL) {
  ------------------
  |  Branch (7320:9): [True: 168, False: 37]
  |  Branch (7320:30): [True: 0, False: 168]
  ------------------
 7321|      0|        PyErr_Format(PyExc_AttributeError,
 7322|      0|                        "'%.100s' object has no attribute '%U'",
 7323|      0|                        Py_TYPE(obj)->tp_name, name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7324|      0|        (void)_PyObject_SetAttributeErrorContext(obj, name);
 7325|      0|        return -1;
 7326|      0|    }
 7327|       |
 7328|    205|    if (dict) {
  ------------------
  |  Branch (7328:9): [True: 0, False: 205]
  ------------------
 7329|      0|        PyDict_WatchEvent event = (old_value == NULL ? PyDict_EVENT_ADDED :
  ------------------
  |  Branch (7329:36): [True: 0, False: 0]
  ------------------
 7330|      0|                                   value == NULL ? PyDict_EVENT_DELETED :
  ------------------
  |  Branch (7330:36): [True: 0, False: 0]
  ------------------
 7331|      0|                                   PyDict_EVENT_MODIFIED);
 7332|      0|        _PyDict_NotifyEvent(event, dict, name, value);
 7333|      0|    }
 7334|       |
 7335|    205|    FT_ATOMIC_STORE_PTR_RELEASE(values->values[ix], Py_XNewRef(value));
  ------------------
  |  |  164|    205|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 7336|       |
 7337|    205|    if (old_value == NULL) {
  ------------------
  |  Branch (7337:9): [True: 168, False: 37]
  ------------------
 7338|    168|        _PyDictValues_AddToInsertionOrder(values, ix);
 7339|    168|        if (dict) {
  ------------------
  |  Branch (7339:13): [True: 0, False: 168]
  ------------------
 7340|      0|            assert(dict->ma_values == values);
  ------------------
  |  Branch (7340:13): [True: 0, False: 0]
  ------------------
 7341|      0|            STORE_USED(dict, dict->ma_used + 1);
  ------------------
  |  |  321|      0|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|      0|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 7342|      0|        }
 7343|    168|    }
 7344|     37|    else {
 7345|     37|        if (value == NULL) {
  ------------------
  |  Branch (7345:13): [True: 0, False: 37]
  ------------------
 7346|      0|            delete_index_from_values(values, ix);
 7347|      0|            if (dict) {
  ------------------
  |  Branch (7347:17): [True: 0, False: 0]
  ------------------
 7348|      0|                assert(dict->ma_values == values);
  ------------------
  |  Branch (7348:17): [True: 0, False: 0]
  ------------------
 7349|      0|                STORE_USED(dict, dict->ma_used - 1);
  ------------------
  |  |  321|      0|#define STORE_USED(mp, used) FT_ATOMIC_STORE_SSIZE_RELAXED(mp->ma_used, used)
  |  |  ------------------
  |  |  |  |  194|      0|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  ------------------
 7350|      0|            }
 7351|      0|        }
 7352|     37|        Py_DECREF(old_value);
  ------------------
  |  |  430|     37|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7353|     37|    }
 7354|    205|    return 0;
 7355|    205|}
dictobject.c:clear_inline_values:
 7596|    487|{
 7597|    487|    if (values->valid) {
  ------------------
  |  Branch (7597:9): [True: 487, False: 0]
  ------------------
 7598|    487|        FT_ATOMIC_STORE_UINT8(values->valid, 0);
  ------------------
  |  |  155|    487|#define FT_ATOMIC_STORE_UINT8(value, new_value) value = new_value
  ------------------
 7599|  6.59k|        for (Py_ssize_t i = 0; i < values->capacity; i++) {
  ------------------
  |  Branch (7599:32): [True: 6.10k, False: 487]
  ------------------
 7600|       |            Py_CLEAR(values->values[i]);
  ------------------
  |  |  484|  6.10k|    do { \
  |  |  485|  6.10k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  6.10k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  6.10k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  6.10k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  6.10k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1.34k, False: 4.76k]
  |  |  ------------------
  |  |  488|  1.34k|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|  1.34k|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|  1.34k|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|  1.34k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.34k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|  1.34k|        } \
  |  |  491|  6.10k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6.10k]
  |  |  ------------------
  ------------------
 7601|  6.10k|        }
 7602|    487|    }
 7603|    487|}
dictobject.c:set_keys:
  271|  1.62k|{
  272|  1.62k|    mp->ma_keys = keys;
  273|  1.62k|}
dictobject.c:dictkeys_decref:
  480|  1.58k|{
  481|  1.58k|    if (FT_ATOMIC_LOAD_SSIZE_RELAXED(dk->dk_refcnt) < 0) {
  ------------------
  |  |  149|  1.58k|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  |  Branch (481:9): [True: 836, False: 748]
  ------------------
  482|    836|        assert(FT_ATOMIC_LOAD_SSIZE_RELAXED(dk->dk_refcnt) == _Py_DICT_IMMORTAL_INITIAL_REFCNT);
  ------------------
  |  Branch (482:9): [True: 836, False: 0]
  ------------------
  483|    836|        return;
  484|    836|    }
  485|  1.58k|    assert(FT_ATOMIC_LOAD_SSIZE(dk->dk_refcnt) > 0);
  ------------------
  |  Branch (485:5): [True: 748, False: 0]
  ------------------
  486|       |#ifdef Py_REF_DEBUG
  487|       |    _Py_DecRefTotal(_PyThreadState_GET());
  488|       |#endif
  489|    748|    if (DECREF_KEYS(dk) == 1) {
  ------------------
  |  |  252|    748|#define DECREF_KEYS(dk)  dk->dk_refcnt--
  ------------------
  |  Branch (489:9): [True: 741, False: 7]
  ------------------
  490|    741|        if (DK_IS_UNICODE(dk)) {
  ------------------
  |  |  282|    741|#define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL)
  |  |  ------------------
  |  |  |  Branch (282:27): [True: 730, False: 11]
  |  |  ------------------
  ------------------
  491|    730|            PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(dk);
  492|    730|            Py_ssize_t i, n;
  493|  8.07k|            for (i = 0, n = dk->dk_nentries; i < n; i++) {
  ------------------
  |  Branch (493:46): [True: 7.34k, False: 730]
  ------------------
  494|  7.34k|                Py_XDECREF(entries[i].me_key);
  ------------------
  |  |  524|  7.34k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.34k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  495|  7.34k|                Py_XDECREF(entries[i].me_value);
  ------------------
  |  |  524|  7.34k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.34k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  496|  7.34k|            }
  497|    730|        }
  498|     11|        else {
  499|     11|            PyDictKeyEntry *entries = DK_ENTRIES(dk);
  500|     11|            Py_ssize_t i, n;
  501|     68|            for (i = 0, n = dk->dk_nentries; i < n; i++) {
  ------------------
  |  Branch (501:46): [True: 57, False: 11]
  ------------------
  502|     57|                Py_XDECREF(entries[i].me_key);
  ------------------
  |  |  524|     57|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  503|     57|                Py_XDECREF(entries[i].me_value);
  ------------------
  |  |  524|     57|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|     57|            }
  505|     11|        }
  506|    741|        free_keys_object(dk, use_qsbr);
  507|    741|    }
  508|    748|}
dictobject.c:new_dict_with_shared_keys:
  951|     94|{
  952|     94|    size_t size = shared_keys_usable_size(keys);
  953|     94|    PyDictValues *values = new_values(size);
  954|     94|    if (values == NULL) {
  ------------------
  |  Branch (954:9): [True: 0, False: 94]
  ------------------
  955|      0|        return PyErr_NoMemory();
  956|      0|    }
  957|     94|    dictkeys_incref(keys);
  958|  2.91k|    for (size_t i = 0; i < size; i++) {
  ------------------
  |  Branch (958:24): [True: 2.82k, False: 94]
  ------------------
  959|       |        values->values[i] = NULL;
  960|  2.82k|    }
  961|     94|    return new_dict(keys, values, 0, 1);
  962|     94|}
dictobject.c:ensure_nonmanaged_dict:
 7894|  2.25k|{
 7895|  2.25k|    PyDictKeysObject *cached;
 7896|       |
 7897|  2.25k|    PyObject *dict = FT_ATOMIC_LOAD_PTR_ACQUIRE(*dictptr);
  ------------------
  |  |  150|  2.25k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
 7898|  2.25k|    if (dict == NULL) {
  ------------------
  |  Branch (7898:9): [True: 372, False: 1.88k]
  ------------------
 7899|       |#ifdef Py_GIL_DISABLED
 7900|       |        Py_BEGIN_CRITICAL_SECTION(obj);
 7901|       |        dict = *dictptr;
 7902|       |        if (dict != NULL) {
 7903|       |            goto done;
 7904|       |        }
 7905|       |#endif
 7906|    372|        PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|    372|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    372|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    372|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7907|    372|        if (_PyType_HasFeature(tp, Py_TPFLAGS_HEAPTYPE) && (cached = CACHED_KEYS(tp))) {
  ------------------
  |  |  503|    372|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
                      if (_PyType_HasFeature(tp, Py_TPFLAGS_HEAPTYPE) && (cached = CACHED_KEYS(tp))) {
  ------------------
  |  |  870|    120|#define CACHED_KEYS(tp) (((PyHeapTypeObject*)tp)->ht_cached_keys)
  ------------------
  |  Branch (7907:13): [True: 120, False: 252]
  |  Branch (7907:60): [True: 94, False: 26]
  ------------------
 7908|     94|            assert(!_PyType_HasFeature(tp, Py_TPFLAGS_INLINE_VALUES));
  ------------------
  |  Branch (7908:13): [True: 94, False: 0]
  ------------------
 7909|     94|            dict = new_dict_with_shared_keys(cached);
 7910|     94|        }
 7911|    278|        else {
 7912|    278|            dict = PyDict_New();
 7913|    278|        }
 7914|    372|        FT_ATOMIC_STORE_PTR_RELEASE(*dictptr, dict);
  ------------------
  |  |  164|    372|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 7915|       |#ifdef Py_GIL_DISABLED
 7916|       |done:
 7917|       |        Py_END_CRITICAL_SECTION();
 7918|       |#endif
 7919|    372|    }
 7920|  2.25k|    return dict;
 7921|  2.25k|}
dictobject.c:get_next_dict_keys_version:
 7970|    112|{
 7971|       |#ifdef Py_GIL_DISABLED
 7972|       |    uint32_t v;
 7973|       |    do {
 7974|       |        v = _Py_atomic_load_uint32_relaxed(
 7975|       |            &interp->dict_state.next_keys_version);
 7976|       |        if (v == 0) {
 7977|       |            return 0;
 7978|       |        }
 7979|       |    } while (!_Py_atomic_compare_exchange_uint32(
 7980|       |        &interp->dict_state.next_keys_version, &v, v + 1));
 7981|       |#else
 7982|    112|    if (interp->dict_state.next_keys_version == 0) {
  ------------------
  |  Branch (7982:9): [True: 0, False: 112]
  ------------------
 7983|      0|        return 0;
 7984|      0|    }
 7985|    112|    uint32_t v = interp->dict_state.next_keys_version++;
 7986|    112|#endif
 7987|    112|    return v;
 7988|    112|}
dictobject.c:ensure_shared_on_keys_version_assignment:
 1413|  1.38k|{
 1414|  1.38k|    ASSERT_DICT_LOCKED((PyObject *) mp);
 1415|       |    #ifdef Py_GIL_DISABLED
 1416|       |    if (!IS_DICT_SHARED(mp)) {
 1417|       |        // This ensures that a concurrent resize operation will delay
 1418|       |        // freeing the old keys or values using QSBR, which is necessary to
 1419|       |        // safely allow concurrent reads without locking.
 1420|       |        SET_DICT_SHARED(mp);
 1421|       |    }
 1422|       |    #endif
 1423|  1.38k|}
dictobject.c:validate_watcher_id:
 8018|     85|{
 8019|     85|    if (watcher_id < 0 || watcher_id >= DICT_MAX_WATCHERS) {
  ------------------
  |  |   11|     85|#define DICT_MAX_WATCHERS 8
  ------------------
  |  Branch (8019:9): [True: 0, False: 85]
  |  Branch (8019:27): [True: 0, False: 85]
  ------------------
 8020|      0|        PyErr_Format(PyExc_ValueError, "Invalid dict watcher ID %d", watcher_id);
 8021|      0|        return -1;
 8022|      0|    }
 8023|     85|    PyDict_WatchCallback cb = FT_ATOMIC_LOAD_PTR_RELAXED(
  ------------------
  |  |  153|     85|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  ------------------
 8024|     85|        interp->dict_state.watchers[watcher_id]);
 8025|     85|    if (cb == NULL) {
  ------------------
  |  Branch (8025:9): [True: 0, False: 85]
  ------------------
 8026|      0|        PyErr_Format(PyExc_ValueError, "No dict watcher set for ID %d", watcher_id);
 8027|      0|        return -1;
 8028|      0|    }
 8029|     85|    return 0;
 8030|     85|}
dictobject.c:frozendict_new:
 8281|      1|{
 8282|      1|    PyObject *d = dict_new(type, args, kwds);
 8283|      1|    if (d == NULL) {
  ------------------
  |  Branch (8283:9): [True: 0, False: 1]
  ------------------
 8284|      0|        return NULL;
 8285|      0|    }
 8286|      1|    assert(can_modify_dict(_PyAnyDict_CAST(d)));
  ------------------
  |  Branch (8286:5): [True: 0, False: 1]
  |  Branch (8286:5): [True: 1, False: 0]
  |  Branch (8286:5): [True: 1, False: 0]
  ------------------
 8287|       |
 8288|      1|    PyFrozenDictObject *self = _PyFrozenDictObject_CAST(d);
  ------------------
  |  |  443|      1|    (assert(PyFrozenDict_Check(op)), _Py_CAST(PyFrozenDictObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (8288:32): [True: 1, False: 0]
  ------------------
 8289|      0|    self->ma_hash = -1;
 8290|       |
 8291|      1|    if (args != NULL) {
  ------------------
  |  Branch (8291:9): [True: 0, False: 1]
  ------------------
 8292|      0|        if (dict_update_common(d, args, kwds, "frozendict") < 0) {
  ------------------
  |  Branch (8292:13): [True: 0, False: 0]
  ------------------
 8293|      0|            Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8294|      0|            return NULL;
 8295|      0|        }
 8296|      0|    }
 8297|      1|    else {
 8298|      1|        assert(kwds == NULL);
  ------------------
  |  Branch (8298:9): [True: 1, False: 0]
  ------------------
 8299|      1|    }
 8300|       |
 8301|      1|    return d;
 8302|      1|}
dictobject.c:frozendict_vectorcall:
 5283|      1|{
 5284|      1|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      1|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 5285|      1|    if (!_PyArg_CheckPositional("frozendict", nargs, 0, 1)) {
  ------------------
  |  |   31|      1|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 1, False: 0]
  |  |  |  Branch (31:27): [True: 1, False: 0]
  |  |  ------------------
  |  |   32|      1|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 5286|      0|        return NULL;
 5287|      0|    }
 5288|       |
 5289|      1|    if (nargs == 1 && kwnames == NULL
  ------------------
  |  Branch (5289:9): [True: 1, False: 0]
  |  Branch (5289:23): [True: 1, False: 0]
  ------------------
 5290|      1|        && PyFrozenDict_CheckExact(args[0])
  ------------------
  |  |   38|      1|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5291|      0|        && Py_Is((PyTypeObject*)type, &PyFrozenDict_Type))
  ------------------
  |  |  187|      0|#define Py_Is(x, y) ((x) == (y))
  |  |  ------------------
  |  |  |  Branch (187:21): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 5292|      0|    {
 5293|       |        // frozendict(frozendict) returns the same object unmodified
 5294|      0|        return Py_NewRef(args[0]);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5295|      0|    }
 5296|       |
 5297|      1|    PyObject *self = frozendict_new(_PyType_CAST(type), NULL, NULL);
  ------------------
  |  |  770|      1|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5297:37): [True: 1, False: 0]
  ------------------
 5298|      1|    if (self == NULL) {
  ------------------
  |  Branch (5298:9): [True: 0, False: 1]
  ------------------
 5299|      0|        return NULL;
 5300|      0|    }
 5301|      1|    if (nargs == 1) {
  ------------------
  |  Branch (5301:9): [True: 1, False: 0]
  ------------------
 5302|      1|        if (dict_update_arg(self, args[0]) < 0) {
  ------------------
  |  Branch (5302:13): [True: 0, False: 1]
  ------------------
 5303|      0|            Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5304|      0|            return NULL;
 5305|      0|        }
 5306|      1|        args++;
 5307|      1|    }
 5308|      1|    if (kwnames != NULL) {
  ------------------
  |  Branch (5308:9): [True: 0, False: 1]
  ------------------
 5309|      0|        for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(kwnames); i++) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5309:32): [True: 0, False: 0]
  ------------------
 5310|      0|            PyObject *key = PyTuple_GET_ITEM(kwnames, i);  // borrowed
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5310:29): [True: 0, False: 0]
  ------------------
 5311|      0|            if (_PyAnyDict_SetItem(self, key, args[i]) < 0) {
  ------------------
  |  Branch (5311:17): [True: 0, False: 0]
  ------------------
 5312|      0|                Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5313|      0|                return NULL;
 5314|      0|            }
 5315|      0|        }
 5316|      0|    }
 5317|      1|    return self;
 5318|      1|}

enumobject.c:enum_dealloc:
  157|      4|{
  158|      4|    enumobject *en = _enumobject_CAST(op);
  ------------------
  |  |   28|      4|#define _enumobject_CAST(op)    ((enumobject *)(op))
  ------------------
  159|      4|    PyObject_GC_UnTrack(en);
  160|      4|    Py_XDECREF(en->en_sit);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  161|      4|    Py_XDECREF(en->en_result);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|      4|    Py_XDECREF(en->en_longindex);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  163|      4|    Py_TYPE(en)->tp_free(en);
  ------------------
  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|      4|}
enumobject.c:enum_next:
  234|     83|{
  235|     83|    enumobject *en = _enumobject_CAST(op);
  ------------------
  |  |   28|     83|#define _enumobject_CAST(op)    ((enumobject *)(op))
  ------------------
  236|     83|    PyObject *next_index;
  237|     83|    PyObject *next_item;
  238|     83|    PyObject *result = en->en_result;
  239|     83|    PyObject *it = en->en_sit;
  240|     83|    PyObject *old_index;
  241|     83|    PyObject *old_item;
  242|       |
  243|     83|    next_item = (*Py_TYPE(it)->tp_iternext)(it);
  ------------------
  |  |  213|     83|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     83|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     83|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|     83|    if (next_item == NULL)
  ------------------
  |  Branch (244:9): [True: 4, False: 79]
  ------------------
  245|      4|        return NULL;
  246|       |
  247|     79|    Py_ssize_t en_index = FT_ATOMIC_LOAD_SSIZE_RELAXED(en->en_index);
  ------------------
  |  |  149|     79|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  248|     79|    if (en_index == PY_SSIZE_T_MAX)
  ------------------
  |  |  137|     79|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (248:9): [True: 0, False: 79]
  ------------------
  249|      0|        return enum_next_long(en, next_item);
  250|       |
  251|     79|    next_index = PyLong_FromSsize_t(en_index);
  252|     79|    if (next_index == NULL) {
  ------------------
  |  Branch (252:9): [True: 0, False: 79]
  ------------------
  253|      0|        Py_DECREF(next_item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  254|      0|        return NULL;
  255|      0|    }
  256|     79|    FT_ATOMIC_STORE_SSIZE_RELAXED(en->en_index, en_index + 1);
  ------------------
  |  |  194|     79|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  257|       |
  258|     79|    if (_PyObject_IsUniquelyReferenced(result)) {
  ------------------
  |  Branch (258:9): [True: 79, False: 0]
  ------------------
  259|     79|        Py_INCREF(result);
  ------------------
  |  |  310|     79|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|     79|        old_index = PyTuple_GET_ITEM(result, 0);
  ------------------
  |  |   29|     79|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     79|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (260:21): [True: 79, False: 0]
  ------------------
  261|     79|        old_item = PyTuple_GET_ITEM(result, 1);
  ------------------
  |  |   29|     79|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     79|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (261:20): [True: 79, False: 0]
  ------------------
  262|     79|        PyTuple_SET_ITEM(result, 0, next_index);
  ------------------
  |  |   40|     79|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|     79|        PyTuple_SET_ITEM(result, 1, next_item);
  ------------------
  |  |   40|     79|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  264|     79|        Py_DECREF(old_index);
  ------------------
  |  |  430|     79|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  265|     79|        Py_DECREF(old_item);
  ------------------
  |  |  430|     79|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|       |        // bpo-42536: The GC may have untracked this result tuple. Since we're
  267|       |        // recycling it, make sure it's tracked again:
  268|     79|        _PyTuple_Recycle(result);
  269|     79|        return result;
  270|     79|    }
  271|      0|    return _PyTuple_FromPairSteal(next_index, next_item);
  272|     79|}
enumobject.c:enum_new_impl:
   50|      4|{
   51|      4|    enumobject *en;
   52|       |
   53|      4|    en = (enumobject *)type->tp_alloc(type, 0);
   54|      4|    if (en == NULL)
  ------------------
  |  Branch (54:9): [True: 0, False: 4]
  ------------------
   55|      0|        return NULL;
   56|      4|    if (start != NULL) {
  ------------------
  |  Branch (56:9): [True: 0, False: 4]
  ------------------
   57|      0|        start = PyNumber_Index(start);
   58|      0|        if (start == NULL) {
  ------------------
  |  Branch (58:13): [True: 0, False: 0]
  ------------------
   59|      0|            Py_DECREF(en);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   60|      0|            return NULL;
   61|      0|        }
   62|      0|        assert(PyLong_Check(start));
  ------------------
  |  Branch (62:9): [True: 0, False: 0]
  ------------------
   63|      0|        en->en_index = PyLong_AsSsize_t(start);
   64|      0|        if (en->en_index == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (64:13): [True: 0, False: 0]
  |  Branch (64:35): [True: 0, False: 0]
  ------------------
   65|      0|            PyErr_Clear();
   66|      0|            en->en_index = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
   67|      0|            en->en_longindex = start;
   68|      0|        } else {
   69|      0|            en->en_longindex = NULL;
   70|      0|            Py_DECREF(start);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   71|      0|        }
   72|      4|    } else {
   73|      4|        en->en_index = 0;
   74|      4|        en->en_longindex = NULL;
   75|      4|    }
   76|      4|    en->en_sit = PyObject_GetIter(iterable);
   77|      4|    if (en->en_sit == NULL) {
  ------------------
  |  Branch (77:9): [True: 0, False: 4]
  ------------------
   78|      0|        Py_DECREF(en);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   79|      0|        return NULL;
   80|      0|    }
   81|      4|    en->en_result = _PyTuple_FromPairSteal(Py_None, Py_None);
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
                  en->en_result = _PyTuple_FromPairSteal(Py_None, Py_None);
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
   82|      4|    if (en->en_result == NULL) {
  ------------------
  |  Branch (82:9): [True: 0, False: 4]
  ------------------
   83|      0|        Py_DECREF(en);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|      0|        return NULL;
   85|      0|    }
   86|      4|    en->one = _PyLong_GetOne();    /* borrowed reference */
   87|      4|    return (PyObject *)en;
   88|      4|}
enumobject.c:enumerate_vectorcall:
  106|      4|{
  107|      4|    PyTypeObject *tp = _PyType_CAST(type);
  ------------------
  |  |  770|      4|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (107:24): [True: 4, False: 0]
  ------------------
  108|      4|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      4|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  109|      4|    Py_ssize_t nkwargs = 0;
  110|      4|    if (kwnames != NULL) {
  ------------------
  |  Branch (110:9): [True: 0, False: 4]
  ------------------
  111|      0|        nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  112|      0|    }
  113|       |
  114|       |    // Manually implement enumerate(iterable, start=...)
  115|      4|    if (nargs + nkwargs == 2) {
  ------------------
  |  Branch (115:9): [True: 0, False: 4]
  ------------------
  116|      0|        if (nkwargs == 1) {
  ------------------
  |  Branch (116:13): [True: 0, False: 0]
  ------------------
  117|      0|            if (!check_keyword(kwnames, 0, "start")) {
  ------------------
  |  Branch (117:17): [True: 0, False: 0]
  ------------------
  118|      0|                return NULL;
  119|      0|            }
  120|      0|        } else if (nkwargs == 2) {
  ------------------
  |  Branch (120:20): [True: 0, False: 0]
  ------------------
  121|      0|            PyObject *kw0 = PyTuple_GET_ITEM(kwnames, 0);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (121:29): [True: 0, False: 0]
  ------------------
  122|      0|            if (_PyUnicode_EqualToASCIIString(kw0, "start")) {
  ------------------
  |  Branch (122:17): [True: 0, False: 0]
  ------------------
  123|      0|                if (!check_keyword(kwnames, 1, "iterable")) {
  ------------------
  |  Branch (123:21): [True: 0, False: 0]
  ------------------
  124|      0|                    return NULL;
  125|      0|                }
  126|      0|                return enum_new_impl(tp, args[1], args[0]);
  127|      0|            }
  128|      0|            if (!check_keyword(kwnames, 0, "iterable") ||
  ------------------
  |  Branch (128:17): [True: 0, False: 0]
  ------------------
  129|      0|                !check_keyword(kwnames, 1, "start")) {
  ------------------
  |  Branch (129:17): [True: 0, False: 0]
  ------------------
  130|      0|                return NULL;
  131|      0|            }
  132|       |
  133|      0|        }
  134|      0|        return enum_new_impl(tp, args[0], args[1]);
  135|      0|    }
  136|       |
  137|      4|    if (nargs + nkwargs == 1) {
  ------------------
  |  Branch (137:9): [True: 4, False: 0]
  ------------------
  138|      4|        if (nkwargs == 1 && !check_keyword(kwnames, 0, "iterable")) {
  ------------------
  |  Branch (138:13): [True: 0, False: 4]
  |  Branch (138:29): [True: 0, False: 0]
  ------------------
  139|      0|            return NULL;
  140|      0|        }
  141|      4|        return enum_new_impl(tp, args[0], NULL);
  142|      4|    }
  143|       |
  144|      0|    if (nargs == 0) {
  ------------------
  |  Branch (144:9): [True: 0, False: 0]
  ------------------
  145|      0|        PyErr_SetString(PyExc_TypeError,
  146|      0|            "enumerate() missing required argument 'iterable'");
  147|      0|        return NULL;
  148|      0|    }
  149|       |
  150|      0|    PyErr_Format(PyExc_TypeError,
  151|      0|        "enumerate() takes at most 2 arguments (%zd given)", nargs + nkwargs);
  152|       |    return NULL;
  153|      0|}
enumobject.c:reversed_new_impl:
  365|     10|{
  366|     10|    Py_ssize_t n;
  367|     10|    PyObject *reversed_meth;
  368|     10|    reversedobject *ro;
  369|       |
  370|     10|    reversed_meth = _PyObject_LookupSpecial(seq, &_Py_ID(__reversed__));
  ------------------
  |  |  917|     10|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     10|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     10|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|     10|    if (reversed_meth == Py_None) {
  ------------------
  |  |  616|     10|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (371:9): [True: 0, False: 10]
  ------------------
  372|      0|        Py_DECREF(reversed_meth);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|      0|        PyErr_Format(PyExc_TypeError,
  374|      0|                     "'%.200s' object is not reversible",
  375|      0|                     Py_TYPE(seq)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|      0|        return NULL;
  377|      0|    }
  378|     10|    if (reversed_meth != NULL) {
  ------------------
  |  Branch (378:9): [True: 10, False: 0]
  ------------------
  379|     10|        PyObject *res = _PyObject_CallNoArgs(reversed_meth);
  380|     10|        Py_DECREF(reversed_meth);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  381|     10|        return res;
  382|     10|    }
  383|      0|    else if (PyErr_Occurred())
  ------------------
  |  Branch (383:14): [True: 0, False: 0]
  ------------------
  384|      0|        return NULL;
  385|       |
  386|      0|    if (!PySequence_Check(seq)) {
  ------------------
  |  Branch (386:9): [True: 0, False: 0]
  ------------------
  387|      0|        PyErr_Format(PyExc_TypeError,
  388|      0|                     "'%.200s' object is not reversible",
  389|      0|                     Py_TYPE(seq)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  390|      0|        return NULL;
  391|      0|    }
  392|       |
  393|      0|    n = PySequence_Size(seq);
  394|      0|    if (n == -1)
  ------------------
  |  Branch (394:9): [True: 0, False: 0]
  ------------------
  395|      0|        return NULL;
  396|       |
  397|      0|    ro = (reversedobject *)type->tp_alloc(type, 0);
  398|      0|    if (ro == NULL)
  ------------------
  |  Branch (398:9): [True: 0, False: 0]
  ------------------
  399|      0|        return NULL;
  400|       |
  401|      0|    ro->index = n-1;
  402|      0|    ro->seq = Py_NewRef(seq);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  403|      0|    return (PyObject *)ro;
  404|      0|}
enumobject.c:reversed_vectorcall:
  409|     10|{
  410|     10|    if (!_PyArg_NoKwnames("reversed", kwnames)) {
  ------------------
  |  |   15|     10|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 10, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  411|      0|        return NULL;
  412|      0|    }
  413|       |
  414|     10|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     10|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  415|     10|    if (!_PyArg_CheckPositional("reversed", nargs, 1, 1)) {
  ------------------
  |  |   31|     10|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 10, False: 0]
  |  |  |  Branch (31:27): [True: 10, False: 0]
  |  |  ------------------
  |  |   32|     10|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  416|      0|        return NULL;
  417|      0|    }
  418|       |
  419|     10|    return reversed_new_impl(_PyType_CAST(type), args[0]);
  ------------------
  |  |  770|     10|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (419:30): [True: 10, False: 0]
  ------------------
  420|     10|}

PyException_GetTraceback:
  512|    761|{
  513|    761|    PyObject *traceback;
  514|    761|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    761|    {
  ------------------
  515|    761|    traceback = Py_XNewRef(PyBaseExceptionObject_CAST(self)->traceback);
  ------------------
  |  |  551|    761|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    761|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    761|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|    761|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    761|    }
  ------------------
  517|    761|    return traceback;
  518|    761|}
PyException_SetTraceback:
  523|    354|{
  524|    354|    int res;
  525|    354|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    354|    {
  ------------------
  526|    354|    res = BaseException___traceback___set_impl(PyBaseExceptionObject_CAST(self), tb);
  527|    354|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    354|    }
  ------------------
  528|    354|    return res;
  529|    354|}
PyException_SetCause:
  544|      2|{
  545|      2|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      2|    {
  ------------------
  546|      2|    PyBaseExceptionObject *base_self = PyBaseExceptionObject_CAST(self);
  547|      2|    base_self->suppress_context = 1;
  548|      2|    Py_XSETREF(base_self->cause, cause);
  ------------------
  |  |  374|      2|    do { \
  |  |  375|      2|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      2|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      2|        *_tmp_dst_ptr = (src); \
  |  |  378|      2|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  549|      2|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      2|    }
  ------------------
  550|      2|}
PyException_GetContext:
  554|     19|{
  555|     19|    PyObject *context;
  556|     19|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     19|    {
  ------------------
  557|     19|    context = Py_XNewRef(PyBaseExceptionObject_CAST(self)->context);
  ------------------
  |  |  551|     19|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  558|     19|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     19|    }
  ------------------
  559|     19|    return context;
  560|     19|}
PyException_SetContext:
  565|     19|{
  566|     19|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     19|    {
  ------------------
  567|     19|    Py_XSETREF(PyBaseExceptionObject_CAST(self)->context, context);
  ------------------
  |  |  374|     19|    do { \
  |  |  375|     19|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     19|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     19|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     19|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     19|        *_tmp_dst_ptr = (src); \
  |  |  378|     19|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     19|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     19|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 19]
  |  |  ------------------
  ------------------
  568|     19|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     19|    }
  ------------------
  569|     19|}
_PyExc_InitTypes:
 4491|      2|{
 4492|    140|    for (size_t i=0; i < Py_ARRAY_LENGTH(static_exceptions); i++) {
  ------------------
  |  |  196|    140|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (4492:22): [True: 138, False: 2]
  ------------------
 4493|    138|        PyTypeObject *exc = static_exceptions[i].exc;
 4494|    138|        if (_PyStaticType_InitBuiltin(interp, exc) < 0) {
  ------------------
  |  Branch (4494:13): [True: 0, False: 138]
  ------------------
 4495|      0|            return -1;
 4496|      0|        }
 4497|    138|        if (exc->tp_new == BaseException_new
  ------------------
  |  Branch (4497:13): [True: 102, False: 36]
  ------------------
 4498|    102|            && exc->tp_init == BaseException_init)
  ------------------
  |  Branch (4498:16): [True: 72, False: 30]
  ------------------
 4499|     72|        {
 4500|     72|            exc->tp_vectorcall = BaseException_vectorcall;
 4501|     72|        }
 4502|    138|    }
 4503|      2|    return 0;
 4504|      2|}
_PyExc_InitGlobalObjects:
 4519|      2|{
 4520|      2|    if (preallocate_memerrors() < 0) {
  ------------------
  |  Branch (4520:9): [True: 0, False: 2]
  ------------------
 4521|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 4522|      0|    }
 4523|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 4524|      2|}
_PyExc_InitState:
 4528|      2|{
 4529|      2|    struct _Py_exc_state *state = &interp->exc_state;
 4530|       |
 4531|      2|#define ADD_ERRNO(TYPE, CODE) \
 4532|      2|    do { \
 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
 4536|      2|            Py_XDECREF(_code); \
 4537|      2|            return _PyStatus_ERR("errmap insertion problem."); \
 4538|      2|        } \
 4539|      2|        Py_DECREF(_code); \
 4540|      2|    } while (0)
 4541|       |
 4542|       |    /* Add exceptions to errnomap */
 4543|      2|    assert(state->errnomap == NULL);
  ------------------
  |  Branch (4543:5): [True: 2, False: 0]
  ------------------
 4544|      2|    state->errnomap = PyDict_New();
 4545|      2|    if (!state->errnomap) {
  ------------------
  |  Branch (4545:9): [True: 0, False: 2]
  ------------------
 4546|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 4547|      0|    }
 4548|       |
 4549|      2|    ADD_ERRNO(BlockingIOError, EAGAIN);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4549:5): [True: 2, False: 0]
  ------------------
 4550|      2|    ADD_ERRNO(BlockingIOError, EALREADY);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4550:5): [True: 2, False: 0]
  ------------------
 4551|      2|    ADD_ERRNO(BlockingIOError, EINPROGRESS);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4551:5): [True: 2, False: 0]
  ------------------
 4552|      2|    ADD_ERRNO(BlockingIOError, EWOULDBLOCK);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4552:5): [True: 2, False: 0]
  ------------------
 4553|      2|    ADD_ERRNO(BrokenPipeError, EPIPE);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4553:5): [True: 2, False: 0]
  ------------------
 4554|      2|#ifdef ESHUTDOWN
 4555|      2|    ADD_ERRNO(BrokenPipeError, ESHUTDOWN);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4555:5): [True: 2, False: 0]
  ------------------
 4556|      2|#endif
 4557|      2|    ADD_ERRNO(ChildProcessError, ECHILD);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4557:5): [True: 2, False: 0]
  ------------------
 4558|      2|    ADD_ERRNO(ConnectionAbortedError, ECONNABORTED);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4558:5): [True: 2, False: 0]
  ------------------
 4559|      2|    ADD_ERRNO(ConnectionRefusedError, ECONNREFUSED);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4559:5): [True: 2, False: 0]
  ------------------
 4560|      2|    ADD_ERRNO(ConnectionResetError, ECONNRESET);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4560:5): [True: 2, False: 0]
  ------------------
 4561|      2|    ADD_ERRNO(FileExistsError, EEXIST);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4561:5): [True: 2, False: 0]
  ------------------
 4562|      2|    ADD_ERRNO(FileNotFoundError, ENOENT);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4562:5): [True: 2, False: 0]
  ------------------
 4563|      2|    ADD_ERRNO(IsADirectoryError, EISDIR);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4563:5): [True: 2, False: 0]
  ------------------
 4564|      2|    ADD_ERRNO(NotADirectoryError, ENOTDIR);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4564:5): [True: 2, False: 0]
  ------------------
 4565|      2|    ADD_ERRNO(InterruptedError, EINTR);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4565:5): [True: 2, False: 0]
  ------------------
 4566|      2|    ADD_ERRNO(PermissionError, EACCES);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4566:5): [True: 2, False: 0]
  ------------------
 4567|      2|    ADD_ERRNO(PermissionError, EPERM);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4567:5): [True: 2, False: 0]
  ------------------
 4568|       |#ifdef ENOTCAPABLE
 4569|       |    // Extension for WASI capability-based security. Process lacks
 4570|       |    // capability to access a resource.
 4571|       |    ADD_ERRNO(PermissionError, ENOTCAPABLE);
 4572|       |#endif
 4573|      2|    ADD_ERRNO(ProcessLookupError, ESRCH);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4573:5): [True: 2, False: 0]
  ------------------
 4574|      2|    ADD_ERRNO(TimeoutError, ETIMEDOUT);
  ------------------
  |  | 4532|      2|    do { \
  |  | 4533|      2|        PyObject *_code = PyLong_FromLong(CODE); \
  |  | 4534|      2|        assert(_PyObject_RealIsSubclass(PyExc_ ## TYPE, PyExc_OSError)); \
  |  | 4535|      2|        if (!_code || PyDict_SetItem(state->errnomap, _code, PyExc_ ## TYPE)) { \
  |  |  ------------------
  |  |  |  Branch (4535:13): [True: 0, False: 2]
  |  |  |  Branch (4535:23): [True: 0, False: 2]
  |  |  ------------------
  |  | 4536|      0|            Py_XDECREF(_code); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4537|      0|            return _PyStatus_ERR("errmap insertion problem."); \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  | 4538|      0|        } \
  |  | 4539|      2|        Py_DECREF(_code); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4540|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4540:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (4574:5): [True: 2, False: 0]
  ------------------
 4575|       |#ifdef WSAETIMEDOUT
 4576|       |    ADD_ERRNO(TimeoutError, WSAETIMEDOUT);
 4577|       |#endif
 4578|       |
 4579|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 4580|       |
 4581|      2|#undef ADD_ERRNO
 4582|      2|}
_PyBuiltins_AddExceptions:
 4588|      2|{
 4589|      2|    PyObject *mod_dict = PyModule_GetDict(bltinmod);
 4590|      2|    if (mod_dict == NULL) {
  ------------------
  |  Branch (4590:9): [True: 0, False: 2]
  ------------------
 4591|      0|        return -1;
 4592|      0|    }
 4593|       |
 4594|    140|    for (size_t i=0; i < Py_ARRAY_LENGTH(static_exceptions); i++) {
  ------------------
  |  |  196|    140|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (4594:22): [True: 138, False: 2]
  ------------------
 4595|    138|        struct static_exception item = static_exceptions[i];
 4596|       |
 4597|    138|        if (PyDict_SetItemString(mod_dict, item.name, (PyObject*)item.exc)) {
  ------------------
  |  Branch (4597:13): [True: 0, False: 138]
  ------------------
 4598|      0|            return -1;
 4599|      0|        }
 4600|    138|    }
 4601|       |
 4602|      2|    PyObject *PyExc_ExceptionGroup = create_exception_group_class();
 4603|      2|    if (!PyExc_ExceptionGroup) {
  ------------------
  |  Branch (4603:9): [True: 0, False: 2]
  ------------------
 4604|      0|        return -1;
 4605|      0|    }
 4606|      2|    if (PyDict_SetItemString(mod_dict, "ExceptionGroup", PyExc_ExceptionGroup)) {
  ------------------
  |  Branch (4606:9): [True: 0, False: 2]
  ------------------
 4607|      0|        return -1;
 4608|      0|    }
 4609|      2|    if (PyDict_SetItemString(mod_dict, "EnvironmentError", PyExc_OSError)) {
  ------------------
  |  Branch (4609:9): [True: 0, False: 2]
  ------------------
 4610|      0|        return -1;
 4611|      0|    }
 4612|      2|    if (PyDict_SetItemString(mod_dict, "IOError", PyExc_OSError)) {
  ------------------
  |  Branch (4612:9): [True: 0, False: 2]
  ------------------
 4613|      0|        return -1;
 4614|      0|    }
 4615|       |#ifdef MS_WINDOWS
 4616|       |    if (PyDict_SetItemString(mod_dict, "WindowsError", PyExc_OSError)) {
 4617|       |        return -1;
 4618|       |    }
 4619|       |#endif
 4620|      2|    return 0;
 4621|      2|}
exceptions.c:PyBaseExceptionObject_CAST:
   43|  1.99k|{
   44|  1.99k|    assert(PyExceptionInstance_Check(exc));
  ------------------
  |  Branch (44:5): [True: 1.99k, False: 0]
  ------------------
   45|  1.99k|    return (PyBaseExceptionObject *)exc;
   46|  1.99k|}
exceptions.c:BaseException___traceback___set_impl:
  393|    354|{
  394|    354|    if (value == NULL) {
  ------------------
  |  Branch (394:9): [True: 0, False: 354]
  ------------------
  395|      0|        PyErr_SetString(PyExc_TypeError, "__traceback__ may not be deleted");
  396|      0|        return -1;
  397|      0|    }
  398|    354|    if (PyTraceBack_Check(value)) {
  ------------------
  |  |   14|    354|#define PyTraceBack_Check(v) Py_IS_TYPE((v), &PyTraceBack_Type)
  |  |  ------------------
  |  |  |  |  215|    354|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    354|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    354|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 350, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  399|    350|        Py_XSETREF(self->traceback, Py_NewRef(value));
  ------------------
  |  |  374|    350|    do { \
  |  |  375|    350|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    350|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    350|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    350|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    350|        *_tmp_dst_ptr = (src); \
  |  |  378|    350|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    350|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    350|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 350]
  |  |  ------------------
  ------------------
  400|    350|    }
  401|      4|    else if (value == Py_None) {
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (401:14): [True: 4, False: 0]
  ------------------
  402|      4|        Py_CLEAR(self->traceback);
  ------------------
  |  |  484|      4|    do { \
  |  |  485|      4|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      4|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      4|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  488|      4|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      4|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      4|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      4|        } \
  |  |  491|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  403|      4|    }
  404|      0|    else {
  405|      0|        PyErr_SetString(PyExc_TypeError,
  406|      0|                        "__traceback__ must be a traceback or None");
  407|      0|        return -1;
  408|      0|    }
  409|    354|    return 0;
  410|    354|}
exceptions.c:BaseException_dealloc:
  139|    296|{
  140|    296|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
  141|    296|    PyObject_GC_UnTrack(self);
  142|       |    // bpo-44348: The trashcan mechanism prevents stack overflow when deleting
  143|       |    // long chains of exceptions. For example, exceptions can be chained
  144|       |    // through the __context__ attributes or the __traceback__ attribute.
  145|    296|    (void)BaseException_clear(op);
  146|    296|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|    296|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    296|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    296|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  147|    296|}
exceptions.c:get_exc_state:
   31|     94|{
   32|     94|    PyInterpreterState *interp = _PyInterpreterState_GET();
   33|     94|    return &interp->exc_state;
   34|     94|}
exceptions.c:ImportError_dealloc:
 1847|     15|{
 1848|     15|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     15|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1849|     15|    (void)ImportError_clear(self);
 1850|     15|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|     15|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1851|     15|}
exceptions.c:PyImportErrorObject_CAST:
 1793|     30|{
 1794|     30|    assert(PyObject_TypeCheck(self, (PyTypeObject *)PyExc_ImportError));
  ------------------
  |  Branch (1794:5): [True: 30, False: 0]
  ------------------
 1795|     30|    return (PyImportErrorObject *)self;
 1796|     30|}
exceptions.c:ImportError_clear:
 1836|     15|{
 1837|     15|    PyImportErrorObject *self = PyImportErrorObject_CAST(op);
 1838|     15|    Py_CLEAR(self->msg);
  ------------------
  |  |  484|     15|    do { \
  |  |  485|     15|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     15|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     15|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 15, False: 0]
  |  |  ------------------
  |  |  488|     15|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     15|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     15|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     15|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     15|        } \
  |  |  491|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1839|     15|    Py_CLEAR(self->name);
  ------------------
  |  |  484|     15|    do { \
  |  |  485|     15|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     15|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     15|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 4, False: 11]
  |  |  ------------------
  |  |  488|      4|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      4|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      4|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      4|        } \
  |  |  491|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1840|     15|    Py_CLEAR(self->path);
  ------------------
  |  |  484|     15|    do { \
  |  |  485|     15|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     15|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     15|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 11, False: 4]
  |  |  ------------------
  |  |  488|     11|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     11|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     11|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     11|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     11|        } \
  |  |  491|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1841|       |    Py_CLEAR(self->name_from);
  ------------------
  |  |  484|     15|    do { \
  |  |  485|     15|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     15|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     15|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 15]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1842|     15|    return BaseException_clear(op);
 1843|     15|}
exceptions.c:ImportError_init:
 1800|     15|{
 1801|     15|    static char *kwlist[] = {"name", "path", "name_from", 0};
 1802|     15|    PyObject *empty_tuple;
 1803|     15|    PyObject *msg = NULL;
 1804|     15|    PyObject *name = NULL;
 1805|     15|    PyObject *path = NULL;
 1806|     15|    PyObject *name_from = NULL;
 1807|       |
 1808|     15|    if (BaseException_init(op, args, NULL) == -1)
  ------------------
  |  Branch (1808:9): [True: 0, False: 15]
  ------------------
 1809|      0|        return -1;
 1810|       |
 1811|     15|    PyImportErrorObject *self = PyImportErrorObject_CAST(op);
 1812|     15|    empty_tuple = PyTuple_New(0);
 1813|     15|    if (!empty_tuple)
  ------------------
  |  Branch (1813:9): [True: 0, False: 15]
  ------------------
 1814|      0|        return -1;
 1815|     15|    if (!PyArg_ParseTupleAndKeywords(empty_tuple, kwds, "|$OOO:ImportError", kwlist,
  ------------------
  |  Branch (1815:9): [True: 0, False: 15]
  ------------------
 1816|     15|                                     &name, &path, &name_from)) {
 1817|      0|        Py_DECREF(empty_tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1818|      0|        return -1;
 1819|      0|    }
 1820|     15|    Py_DECREF(empty_tuple);
  ------------------
  |  |  430|     15|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1821|       |
 1822|     15|    Py_XSETREF(self->name, Py_XNewRef(name));
  ------------------
  |  |  374|     15|    do { \
  |  |  375|     15|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     15|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     15|        *_tmp_dst_ptr = (src); \
  |  |  378|     15|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     15|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1823|     15|    Py_XSETREF(self->path, Py_XNewRef(path));
  ------------------
  |  |  374|     15|    do { \
  |  |  375|     15|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     15|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     15|        *_tmp_dst_ptr = (src); \
  |  |  378|     15|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     15|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1824|     15|    Py_XSETREF(self->name_from, Py_XNewRef(name_from));
  ------------------
  |  |  374|     15|    do { \
  |  |  375|     15|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     15|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     15|        *_tmp_dst_ptr = (src); \
  |  |  378|     15|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     15|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1825|       |
 1826|     15|    if (PyTuple_GET_SIZE(args) == 1) {
  ------------------
  |  |   27|     15|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1826:9): [True: 15, False: 0]
  ------------------
 1827|     15|        msg = Py_NewRef(PyTuple_GET_ITEM(args, 0));
  ------------------
  |  |  550|     15|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 15, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1828|     15|    }
 1829|     15|    Py_XSETREF(self->msg, msg);
  ------------------
  |  |  374|     15|    do { \
  |  |  375|     15|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     15|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     15|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     15|        *_tmp_dst_ptr = (src); \
  |  |  378|     15|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     15|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     15|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 15]
  |  |  ------------------
  ------------------
 1830|       |
 1831|     15|    return 0;
 1832|     15|}
exceptions.c:OSError_dealloc:
 2321|     28|{
 2322|     28|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     28|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2323|     28|    (void)OSError_clear(self);
 2324|     28|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|     28|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2325|     28|}
exceptions.c:PyOSErrorObject_CAST:
 2035|     56|{
 2036|     56|    assert(PyObject_TypeCheck(self, (PyTypeObject *)PyExc_OSError));
  ------------------
  |  Branch (2036:5): [True: 56, False: 0]
  ------------------
 2037|     56|    return (PyOSErrorObject *)self;
 2038|     56|}
exceptions.c:OSError_clear:
 2307|     28|{
 2308|     28|    PyOSErrorObject *self = PyOSErrorObject_CAST(op);
 2309|     28|    Py_CLEAR(self->myerrno);
  ------------------
  |  |  484|     28|    do { \
  |  |  485|     28|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     28|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     28|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 28, False: 0]
  |  |  ------------------
  |  |  488|     28|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     28|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     28|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     28|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     28|        } \
  |  |  491|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
 2310|     28|    Py_CLEAR(self->strerror);
  ------------------
  |  |  484|     28|    do { \
  |  |  485|     28|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     28|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     28|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 28, False: 0]
  |  |  ------------------
  |  |  488|     28|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     28|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     28|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     28|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     28|        } \
  |  |  491|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
 2311|     28|    Py_CLEAR(self->filename);
  ------------------
  |  |  484|     28|    do { \
  |  |  485|     28|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     28|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     28|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 18, False: 10]
  |  |  ------------------
  |  |  488|     18|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     18|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     18|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     18|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     18|        } \
  |  |  491|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
 2312|     28|    Py_CLEAR(self->filename2);
  ------------------
  |  |  484|     28|    do { \
  |  |  485|     28|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     28|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     28|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 28]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
 2313|       |#ifdef MS_WINDOWS
 2314|       |    Py_CLEAR(self->winerror);
 2315|       |#endif
 2316|     28|    return BaseException_clear(op);
 2317|     28|}
exceptions.c:OSError_init:
 2268|     28|{
 2269|     28|    PyOSErrorObject *self = PyOSErrorObject_CAST(op);
 2270|     28|    PyObject *myerrno = NULL, *strerror = NULL;
 2271|     28|    PyObject *filename = NULL, *filename2 = NULL;
 2272|       |#ifdef MS_WINDOWS
 2273|       |    PyObject *winerror = NULL;
 2274|       |#endif
 2275|       |
 2276|     28|    if (!oserror_use_init(Py_TYPE(self)))
  ------------------
  |  |  213|     28|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2276:9): [True: 28, False: 0]
  ------------------
 2277|       |        /* Everything already done in OSError_new */
 2278|     28|        return 0;
 2279|       |
 2280|      0|    if (!_PyArg_NoKeywords(Py_TYPE(self)->tp_name, kwds))
  ------------------
  |  |   25|      0|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 0, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2281|      0|        return -1;
 2282|       |
 2283|      0|    Py_INCREF(args);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2284|      0|    if (oserror_parse_args(&args, &myerrno, &strerror, &filename, &filename2
  ------------------
  |  Branch (2284:9): [True: 0, False: 0]
  ------------------
 2285|       |#ifdef MS_WINDOWS
 2286|       |                           , &winerror
 2287|       |#endif
 2288|      0|        ))
 2289|      0|        goto error;
 2290|       |
 2291|      0|    if (oserror_init(self, &args, myerrno, strerror, filename, filename2
  ------------------
  |  Branch (2291:9): [True: 0, False: 0]
  ------------------
 2292|       |#ifdef MS_WINDOWS
 2293|       |                     , winerror
 2294|       |#endif
 2295|      0|        ))
 2296|      0|        goto error;
 2297|       |
 2298|      0|    return 0;
 2299|       |
 2300|      0|error:
 2301|      0|    Py_DECREF(args);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2302|      0|    return -1;
 2303|      0|}
exceptions.c:oserror_use_init:
 2180|     84|{
 2181|       |    /* When __init__ is defined in an OSError subclass, we want any
 2182|       |       extraneous argument to __new__ to be ignored.  The only reasonable
 2183|       |       solution, given __new__ takes a variable number of arguments,
 2184|       |       is to defer arg parsing and initialization to __init__.
 2185|       |
 2186|       |       But when __new__ is overridden as well, it should call our __new__
 2187|       |       with the right arguments.
 2188|       |
 2189|       |       (see http://bugs.python.org/issue12555#msg148829 )
 2190|       |    */
 2191|     84|    if (type->tp_init != OSError_init && type->tp_new == OSError_new) {
  ------------------
  |  Branch (2191:9): [True: 0, False: 84]
  |  Branch (2191:42): [True: 0, False: 0]
  ------------------
 2192|      0|        assert((PyObject *) type != PyExc_OSError);
  ------------------
  |  Branch (2192:9): [True: 0, False: 0]
  ------------------
 2193|      0|        return 1;
 2194|      0|    }
 2195|     84|    return 0;
 2196|     84|}
exceptions.c:oserror_parse_args:
 2069|     28|{
 2070|     28|    Py_ssize_t nargs;
 2071|     28|    PyObject *args = *p_args;
 2072|     28|#ifndef MS_WINDOWS
 2073|       |    /*
 2074|       |     * ignored on non-Windows platforms,
 2075|       |     * but parsed so OSError has a consistent signature
 2076|       |     */
 2077|     28|    PyObject *_winerror = NULL;
 2078|     28|    PyObject **winerror = &_winerror;
 2079|     28|#endif /* MS_WINDOWS */
 2080|       |
 2081|     28|    nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     28|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2082|       |
 2083|     28|    if (nargs >= 2 && nargs <= 5) {
  ------------------
  |  Branch (2083:9): [True: 28, False: 0]
  |  Branch (2083:23): [True: 28, False: 0]
  ------------------
 2084|     28|        if (!PyArg_UnpackTuple(args, "OSError", 2, 5,
  ------------------
  |  Branch (2084:13): [True: 0, False: 28]
  ------------------
 2085|     28|                               myerrno, strerror,
 2086|     28|                               filename, winerror, filename2))
 2087|      0|            return -1;
 2088|       |#ifdef MS_WINDOWS
 2089|       |        if (*winerror && PyLong_Check(*winerror)) {
 2090|       |            long errcode, winerrcode;
 2091|       |            PyObject *newargs;
 2092|       |            Py_ssize_t i;
 2093|       |
 2094|       |            winerrcode = PyLong_AsLong(*winerror);
 2095|       |            if (winerrcode == -1 && PyErr_Occurred())
 2096|       |                return -1;
 2097|       |            errcode = winerror_to_errno(winerrcode);
 2098|       |            *myerrno = PyLong_FromLong(errcode);
 2099|       |            if (!*myerrno)
 2100|       |                return -1;
 2101|       |            newargs = PyTuple_New(nargs);
 2102|       |            if (!newargs)
 2103|       |                return -1;
 2104|       |            PyTuple_SET_ITEM(newargs, 0, *myerrno);
 2105|       |            for (i = 1; i < nargs; i++) {
 2106|       |                PyObject *val = PyTuple_GET_ITEM(args, i);
 2107|       |                PyTuple_SET_ITEM(newargs, i, Py_NewRef(val));
 2108|       |            }
 2109|       |            Py_DECREF(args);
 2110|       |            args = *p_args = newargs;
 2111|       |        }
 2112|       |#endif /* MS_WINDOWS */
 2113|     28|    }
 2114|       |
 2115|     28|    return 0;
 2116|     28|}
exceptions.c:oserror_init:
 2126|     28|{
 2127|     28|    PyObject *args = *p_args;
 2128|     28|    Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|     28|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2129|       |
 2130|       |    /* self->filename will remain Py_None otherwise */
 2131|     28|    if (filename && filename != Py_None) {
  ------------------
  |  |  616|     18|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2131:9): [True: 18, False: 10]
  |  Branch (2131:21): [True: 18, False: 0]
  ------------------
 2132|     18|        if (Py_IS_TYPE(self, (PyTypeObject *) PyExc_BlockingIOError) &&
  ------------------
  |  |  215|     36|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 18]
  |  |  ------------------
  ------------------
 2133|      0|            PyNumber_Check(filename)) {
  ------------------
  |  Branch (2133:13): [True: 0, False: 0]
  ------------------
 2134|       |            /* BlockingIOError's 3rd argument can be the number of
 2135|       |             * characters written.
 2136|       |             */
 2137|      0|            self->written = PyNumber_AsSsize_t(filename, PyExc_ValueError);
 2138|      0|            if (self->written == -1 && PyErr_Occurred())
  ------------------
  |  Branch (2138:17): [True: 0, False: 0]
  |  Branch (2138:40): [True: 0, False: 0]
  ------------------
 2139|      0|                return -1;
 2140|      0|        }
 2141|     18|        else {
 2142|     18|            self->filename = Py_NewRef(filename);
  ------------------
  |  |  550|     18|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2143|       |
 2144|     18|            if (filename2 && filename2 != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2144:17): [True: 0, False: 18]
  |  Branch (2144:30): [True: 0, False: 0]
  ------------------
 2145|      0|                self->filename2 = Py_NewRef(filename2);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2146|      0|            }
 2147|       |
 2148|     18|            if (nargs >= 2 && nargs <= 5) {
  ------------------
  |  Branch (2148:17): [True: 18, False: 0]
  |  Branch (2148:31): [True: 18, False: 0]
  ------------------
 2149|       |                /* filename, filename2, and winerror are removed from the args tuple
 2150|       |                   (for compatibility purposes, see test_exceptions.py) */
 2151|     18|                PyObject *subslice = PyTuple_GetSlice(args, 0, 2);
 2152|     18|                if (!subslice)
  ------------------
  |  Branch (2152:21): [True: 0, False: 18]
  ------------------
 2153|      0|                    return -1;
 2154|       |
 2155|     18|                Py_DECREF(args);  /* replacing args */
  ------------------
  |  |  430|     18|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2156|     18|                *p_args = args = subslice;
 2157|     18|            }
 2158|     18|        }
 2159|     18|    }
 2160|     28|    self->myerrno = Py_XNewRef(myerrno);
  ------------------
  |  |  551|     28|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2161|     28|    self->strerror = Py_XNewRef(strerror);
  ------------------
  |  |  551|     28|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2162|       |#ifdef MS_WINDOWS
 2163|       |    self->winerror = Py_XNewRef(winerror);
 2164|       |#endif
 2165|       |
 2166|       |    /* Steals the reference to args */
 2167|     28|    Py_XSETREF(self->args, args);
  ------------------
  |  |  374|     28|    do { \
  |  |  375|     28|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     28|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     28|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     28|        *_tmp_dst_ptr = (src); \
  |  |  378|     28|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     28|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     28|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 28]
  |  |  ------------------
  ------------------
 2168|     28|    *p_args = args = NULL;
 2169|       |
 2170|     28|    return 0;
 2171|     28|}
exceptions.c:OSError_new:
 2200|     28|{
 2201|     28|    PyOSErrorObject *self = NULL;
 2202|     28|    PyObject *myerrno = NULL, *strerror = NULL;
 2203|     28|    PyObject *filename = NULL, *filename2 = NULL;
 2204|       |#ifdef MS_WINDOWS
 2205|       |    PyObject *winerror = NULL;
 2206|       |#endif
 2207|       |
 2208|     28|    Py_INCREF(args);
  ------------------
  |  |  310|     28|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2209|       |
 2210|     28|    if (!oserror_use_init(type)) {
  ------------------
  |  Branch (2210:9): [True: 28, False: 0]
  ------------------
 2211|     28|        if (!_PyArg_NoKeywords(type->tp_name, kwds))
  ------------------
  |  |   25|     28|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 28, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2212|      0|            goto error;
 2213|       |
 2214|     28|        if (oserror_parse_args(&args, &myerrno, &strerror,
  ------------------
  |  Branch (2214:13): [True: 0, False: 28]
  ------------------
 2215|     28|                               &filename, &filename2
 2216|       |#ifdef MS_WINDOWS
 2217|       |                               , &winerror
 2218|       |#endif
 2219|     28|            ))
 2220|      0|            goto error;
 2221|       |
 2222|     28|        struct _Py_exc_state *state = get_exc_state();
 2223|     28|        if (myerrno && PyLong_Check(myerrno) &&
  ------------------
  |  |   13|     28|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     56|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 28, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2223:13): [True: 28, False: 0]
  ------------------
 2224|     28|            state->errnomap && (PyObject *) type == PyExc_OSError) {
  ------------------
  |  Branch (2224:13): [True: 28, False: 0]
  |  Branch (2224:32): [True: 28, False: 0]
  ------------------
 2225|     28|            PyObject *newtype;
 2226|     28|            newtype = PyDict_GetItemWithError(state->errnomap, myerrno);
 2227|     28|            if (newtype) {
  ------------------
  |  Branch (2227:17): [True: 28, False: 0]
  ------------------
 2228|     28|                type = _PyType_CAST(newtype);
  ------------------
  |  |  770|     28|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2228:24): [True: 28, False: 0]
  ------------------
 2229|     28|            }
 2230|      0|            else if (PyErr_Occurred())
  ------------------
  |  Branch (2230:22): [True: 0, False: 0]
  ------------------
 2231|      0|                goto error;
 2232|     28|        }
 2233|     28|    }
 2234|       |
 2235|     28|    self = (PyOSErrorObject *) type->tp_alloc(type, 0);
 2236|     28|    if (!self)
  ------------------
  |  Branch (2236:9): [True: 0, False: 28]
  ------------------
 2237|      0|        goto error;
 2238|       |
 2239|     28|    self->dict = NULL;
 2240|     28|    self->traceback = self->cause = self->context = NULL;
 2241|     28|    self->written = -1;
 2242|       |
 2243|     28|    if (!oserror_use_init(type)) {
  ------------------
  |  Branch (2243:9): [True: 28, False: 0]
  ------------------
 2244|     28|        if (oserror_init(self, &args, myerrno, strerror, filename, filename2
  ------------------
  |  Branch (2244:13): [True: 0, False: 28]
  ------------------
 2245|       |#ifdef MS_WINDOWS
 2246|       |                         , winerror
 2247|       |#endif
 2248|     28|            ))
 2249|      0|            goto error;
 2250|     28|    }
 2251|      0|    else {
 2252|      0|        self->args = PyTuple_New(0);
 2253|      0|        if (self->args == NULL)
  ------------------
  |  Branch (2253:13): [True: 0, False: 0]
  ------------------
 2254|      0|            goto error;
 2255|      0|    }
 2256|       |
 2257|     28|    Py_XDECREF(args);
  ------------------
  |  |  524|     28|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2258|     28|    return (PyObject *) self;
 2259|       |
 2260|      0|error:
 2261|      0|    Py_XDECREF(args);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2262|      0|    Py_XDECREF(self);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2263|       |    return NULL;
 2264|     28|}
exceptions.c:AttributeError_dealloc:
 2698|     64|{
 2699|     64|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     64|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2700|     64|    (void)AttributeError_clear(self);
 2701|     64|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|     64|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2702|     64|}
exceptions.c:PyAttributeErrorObject_CAST:
 2653|    128|{
 2654|    128|    assert(PyObject_TypeCheck(self, (PyTypeObject *)PyExc_AttributeError));
  ------------------
  |  Branch (2654:5): [True: 128, False: 0]
  ------------------
 2655|    128|    return (PyAttributeErrorObject *)self;
 2656|    128|}
exceptions.c:AttributeError_clear:
 2689|     64|{
 2690|     64|    PyAttributeErrorObject *self = PyAttributeErrorObject_CAST(op);
 2691|     64|    Py_CLEAR(self->obj);
  ------------------
  |  |  484|     64|    do { \
  |  |  485|     64|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     64|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     64|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     64|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     64|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 42, False: 22]
  |  |  ------------------
  |  |  488|     42|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     42|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     42|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     42|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     42|        } \
  |  |  491|     64|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 64]
  |  |  ------------------
  ------------------
 2692|       |    Py_CLEAR(self->name);
  ------------------
  |  |  484|     64|    do { \
  |  |  485|     64|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     64|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     64|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     64|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     64|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 42, False: 22]
  |  |  ------------------
  |  |  488|     42|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     42|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     42|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     42|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     42|        } \
  |  |  491|     64|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 64]
  |  |  ------------------
  ------------------
 2693|     64|    return BaseException_clear(op);
 2694|     64|}
exceptions.c:AttributeError_init:
 2660|     64|{
 2661|     64|    static char *kwlist[] = {"name", "obj", NULL};
 2662|     64|    PyObject *name = NULL;
 2663|     64|    PyObject *obj = NULL;
 2664|       |
 2665|     64|    if (BaseException_init(op, args, NULL) == -1) {
  ------------------
  |  Branch (2665:9): [True: 0, False: 64]
  ------------------
 2666|      0|        return -1;
 2667|      0|    }
 2668|       |
 2669|     64|    PyObject *empty_tuple = PyTuple_New(0);
 2670|     64|    if (!empty_tuple) {
  ------------------
  |  Branch (2670:9): [True: 0, False: 64]
  ------------------
 2671|      0|        return -1;
 2672|      0|    }
 2673|     64|    if (!PyArg_ParseTupleAndKeywords(empty_tuple, kwds, "|$OO:AttributeError", kwlist,
  ------------------
  |  Branch (2673:9): [True: 0, False: 64]
  ------------------
 2674|     64|                                     &name, &obj)) {
 2675|      0|        Py_DECREF(empty_tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2676|      0|        return -1;
 2677|      0|    }
 2678|     64|    Py_DECREF(empty_tuple);
  ------------------
  |  |  430|     64|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2679|       |
 2680|     64|    PyAttributeErrorObject *self = PyAttributeErrorObject_CAST(op);
 2681|     64|    Py_XSETREF(self->name, Py_XNewRef(name));
  ------------------
  |  |  374|     64|    do { \
  |  |  375|     64|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     64|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     64|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     64|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     64|        *_tmp_dst_ptr = (src); \
  |  |  378|     64|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     64|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     64|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 64]
  |  |  ------------------
  ------------------
 2682|     64|    Py_XSETREF(self->obj, Py_XNewRef(obj));
  ------------------
  |  |  374|     64|    do { \
  |  |  375|     64|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     64|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     64|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     64|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     64|        *_tmp_dst_ptr = (src); \
  |  |  378|     64|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     64|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     64|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 64]
  |  |  ------------------
  ------------------
 2683|       |
 2684|     64|    return 0;
 2685|     64|}
exceptions.c:get_memory_error:
 4108|     32|{
 4109|     32|    PyBaseExceptionObject *self = NULL;
 4110|     32|    struct _Py_exc_state *state = get_exc_state();
 4111|       |
 4112|     32|    MEMERRORS_LOCK(state);
  ------------------
  |  | 4102|     32|# define MEMERRORS_LOCK(state) ((void)0)
  ------------------
 4113|     32|    if (state->memerrors_freelist != NULL) {
  ------------------
  |  Branch (4113:9): [True: 0, False: 32]
  ------------------
 4114|       |        /* Fetch MemoryError from freelist and initialize it */
 4115|      0|        self = state->memerrors_freelist;
 4116|      0|        state->memerrors_freelist = (PyBaseExceptionObject *) self->dict;
 4117|      0|        state->memerrors_numfree--;
 4118|      0|        self->dict = NULL;
 4119|      0|        self->args = (PyObject *)&_Py_SINGLETON(tuple_empty);
  ------------------
  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
 4120|      0|        _Py_NewReference((PyObject *)self);
 4121|      0|        _PyObject_GC_TRACK(self);
  ------------------
  |  |  513|      0|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4122|      0|    }
 4123|     32|    MEMERRORS_UNLOCK(state);
  ------------------
  |  | 4103|     32|# define MEMERRORS_UNLOCK(state) ((void)0)
  ------------------
 4124|       |
 4125|     32|    if (self != NULL) {
  ------------------
  |  Branch (4125:9): [True: 0, False: 32]
  ------------------
 4126|      0|        return (PyObject *)self;
 4127|      0|    }
 4128|       |
 4129|     32|    if (!allow_allocation) {
  ------------------
  |  Branch (4129:9): [True: 0, False: 32]
  ------------------
 4130|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
 4131|      0|        return Py_NewRef(
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4132|      0|            &_Py_INTERP_SINGLETON(interp, last_resort_memory_error));
 4133|      0|    }
 4134|     32|    return BaseException_new((PyTypeObject *)PyExc_MemoryError, args, kwds);
 4135|     32|}
exceptions.c:MemoryError_dealloc:
 4166|     32|{
 4167|     32|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
 4168|     32|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     32|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4169|       |
 4170|     32|    (void)BaseException_clear(op);
 4171|       |
 4172|       |    /* If this is a subclass of MemoryError, we don't need to
 4173|       |     * do anything in the free-list*/
 4174|     32|    if (!Py_IS_TYPE(self, (PyTypeObject *) PyExc_MemoryError)) {
  ------------------
  |  |  215|     32|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4174:9): [True: 0, False: 32]
  ------------------
 4175|      0|        Py_TYPE(self)->tp_free(op);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4176|      0|        return;
 4177|      0|    }
 4178|       |
 4179|     32|    struct _Py_exc_state *state = get_exc_state();
 4180|     32|    MEMERRORS_LOCK(state);
  ------------------
  |  | 4102|     32|# define MEMERRORS_LOCK(state) ((void)0)
  ------------------
 4181|     32|    if (state->memerrors_numfree < MEMERRORS_SAVE) {
  ------------------
  |  | 4096|     32|#define MEMERRORS_SAVE 16
  ------------------
  |  Branch (4181:9): [True: 32, False: 0]
  ------------------
 4182|     32|        self->dict = (PyObject *) state->memerrors_freelist;
 4183|     32|        state->memerrors_freelist = self;
 4184|     32|        state->memerrors_numfree++;
 4185|     32|        MEMERRORS_UNLOCK(state);
  ------------------
  |  | 4103|     32|# define MEMERRORS_UNLOCK(state) ((void)0)
  ------------------
 4186|     32|        return;
 4187|     32|    }
 4188|      0|    MEMERRORS_UNLOCK(state);
  ------------------
  |  | 4103|      0|# define MEMERRORS_UNLOCK(state) ((void)0)
  ------------------
 4189|       |
 4190|      0|    Py_TYPE(self)->tp_free((PyObject *)self);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4191|      0|}
exceptions.c:BaseException_clear:
  126|    435|{
  127|    435|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
  128|    435|    Py_CLEAR(self->dict);
  ------------------
  |  |  484|    435|    do { \
  |  |  485|    435|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    435|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    435|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 435]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    435|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 435]
  |  |  ------------------
  ------------------
  129|    435|    Py_CLEAR(self->args);
  ------------------
  |  |  484|    435|    do { \
  |  |  485|    435|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    435|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    435|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 435, False: 0]
  |  |  ------------------
  |  |  488|    435|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    435|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    435|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    435|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    435|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    435|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    435|        } \
  |  |  491|    435|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 435]
  |  |  ------------------
  ------------------
  130|    435|    Py_CLEAR(self->notes);
  ------------------
  |  |  484|    435|    do { \
  |  |  485|    435|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    435|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    435|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 435]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    435|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 435]
  |  |  ------------------
  ------------------
  131|    435|    Py_CLEAR(self->traceback);
  ------------------
  |  |  484|    435|    do { \
  |  |  485|    435|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    435|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    435|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 317, False: 118]
  |  |  ------------------
  |  |  488|    317|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    317|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    317|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    317|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    317|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    317|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    317|        } \
  |  |  491|    435|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 435]
  |  |  ------------------
  ------------------
  132|    435|    Py_CLEAR(self->cause);
  ------------------
  |  |  484|    435|    do { \
  |  |  485|    435|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    435|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    435|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 435]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    435|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 435]
  |  |  ------------------
  ------------------
  133|       |    Py_CLEAR(self->context);
  ------------------
  |  |  484|    435|    do { \
  |  |  485|    435|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    435|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    435|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    435|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 19, False: 416]
  |  |  ------------------
  |  |  488|     19|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     19|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     19|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     19|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     19|        } \
  |  |  491|    435|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 435]
  |  |  ------------------
  ------------------
  134|    435|    return 0;
  135|    435|}
exceptions.c:BaseException_init:
   81|     79|{
   82|     79|    PyBaseExceptionObject *self = PyBaseExceptionObject_CAST(op);
   83|     79|    if (!_PyArg_NoKeywords(Py_TYPE(self)->tp_name, kwds))
  ------------------
  |  |   25|     79|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 79, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   84|      0|        return -1;
   85|       |
   86|     79|    Py_XSETREF(self->args, Py_NewRef(args));
  ------------------
  |  |  374|     79|    do { \
  |  |  375|     79|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     79|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     79|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     79|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     79|        *_tmp_dst_ptr = (src); \
  |  |  378|     79|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     79|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     79|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 79]
  |  |  ------------------
  ------------------
   87|     79|    return 0;
   88|     79|}
exceptions.c:MemoryError_new:
 4139|     32|{
 4140|       |    /* If this is a subclass of MemoryError, don't use the freelist
 4141|       |     * and just return a fresh object */
 4142|     32|    if (type != (PyTypeObject *) PyExc_MemoryError) {
  ------------------
  |  Branch (4142:9): [True: 0, False: 32]
  ------------------
 4143|      0|        return BaseException_new(type, args, kwds);
 4144|      0|    }
 4145|     32|    return get_memory_error(1, args, kwds);
 4146|     32|}
exceptions.c:BaseException_new:
   53|    111|{
   54|    111|    PyBaseExceptionObject *self;
   55|       |
   56|    111|    self = (PyBaseExceptionObject *)type->tp_alloc(type, 0);
   57|    111|    if (!self)
  ------------------
  |  Branch (57:9): [True: 0, False: 111]
  ------------------
   58|      0|        return NULL;
   59|       |    /* the dict is created on the fly in PyObject_GenericSetAttr */
   60|    111|    self->dict = NULL;
   61|    111|    self->notes = NULL;
   62|    111|    self->traceback = self->cause = self->context = NULL;
   63|    111|    self->suppress_context = 0;
   64|       |
   65|    111|    if (args) {
  ------------------
  |  Branch (65:9): [True: 79, False: 32]
  ------------------
   66|     79|        self->args = Py_NewRef(args);
  ------------------
  |  |  550|     79|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   67|     79|        return (PyObject *)self;
   68|     79|    }
   69|       |
   70|     32|    self->args = PyTuple_New(0);
   71|     32|    if (!self->args) {
  ------------------
  |  Branch (71:9): [True: 0, False: 32]
  ------------------
   72|      0|        Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   73|      0|        return NULL;
   74|      0|    }
   75|       |
   76|     32|    return (PyObject *)self;
   77|     32|}
exceptions.c:BaseException_vectorcall:
   94|    296|{
   95|    296|    PyTypeObject *type = _PyType_CAST(type_obj);
  ------------------
  |  |  770|    296|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    296|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (95:26): [True: 296, False: 0]
  ------------------
   96|    296|    if (!_PyArg_NoKwnames(type->tp_name, kwnames)) {
  ------------------
  |  |   15|    296|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 296, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   97|      0|        return NULL;
   98|      0|    }
   99|       |
  100|    296|    PyBaseExceptionObject *self;
  101|    296|    self = (PyBaseExceptionObject *)type->tp_alloc(type, 0);
  102|    296|    if (!self) {
  ------------------
  |  Branch (102:9): [True: 0, False: 296]
  ------------------
  103|      0|        return NULL;
  104|      0|    }
  105|       |
  106|       |    // The dict is created on the fly in PyObject_GenericSetAttr()
  107|    296|    self->dict = NULL;
  108|    296|    self->notes = NULL;
  109|    296|    self->traceback = NULL;
  110|    296|    self->cause = NULL;
  111|    296|    self->context = NULL;
  112|    296|    self->suppress_context = 0;
  113|       |
  114|    296|    self->args = PyTuple_FromArray(args, PyVectorcall_NARGS(nargsf));
  ------------------
  |  |   37|    296|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  115|    296|    if (!self->args) {
  ------------------
  |  Branch (115:9): [True: 0, False: 296]
  ------------------
  116|      0|        Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  117|      0|        return NULL;
  118|      0|    }
  119|       |
  120|    296|    return (PyObject *)self;
  121|    296|}
exceptions.c:preallocate_memerrors:
 4195|      2|{
 4196|       |    /* We create enough MemoryErrors and then decref them, which will fill
 4197|       |       up the freelist. */
 4198|      2|    int i;
 4199|       |
 4200|      2|    PyObject *errors[MEMERRORS_SAVE];
 4201|     34|    for (i = 0; i < MEMERRORS_SAVE; i++) {
  ------------------
  |  | 4096|     34|#define MEMERRORS_SAVE 16
  ------------------
  |  Branch (4201:17): [True: 32, False: 2]
  ------------------
 4202|     32|        errors[i] = MemoryError_new((PyTypeObject *) PyExc_MemoryError,
 4203|     32|                                    NULL, NULL);
 4204|     32|        if (!errors[i]) {
  ------------------
  |  Branch (4204:13): [True: 0, False: 32]
  ------------------
 4205|      0|            return -1;
 4206|      0|        }
 4207|     32|    }
 4208|     34|    for (i = 0; i < MEMERRORS_SAVE; i++) {
  ------------------
  |  | 4096|     34|#define MEMERRORS_SAVE 16
  ------------------
  |  Branch (4208:17): [True: 32, False: 2]
  ------------------
 4209|     32|        Py_DECREF(errors[i]);
  ------------------
  |  |  430|     32|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4210|     32|    }
 4211|      2|    return 0;
 4212|      2|}
exceptions.c:create_exception_group_class:
 1763|      2|create_exception_group_class(void) {
 1764|      2|    struct _Py_exc_state *state = get_exc_state();
 1765|       |
 1766|      2|    PyObject *bases = _PyTuple_FromPair(
 1767|      2|        PyExc_BaseExceptionGroup, PyExc_Exception);
 1768|      2|    if (bases == NULL) {
  ------------------
  |  Branch (1768:9): [True: 0, False: 2]
  ------------------
 1769|      0|        return NULL;
 1770|      0|    }
 1771|       |
 1772|      2|    assert(!state->PyExc_ExceptionGroup);
  ------------------
  |  Branch (1772:5): [True: 2, False: 0]
  ------------------
 1773|      2|    state->PyExc_ExceptionGroup = PyErr_NewException(
 1774|      2|        "builtins.ExceptionGroup", bases, NULL);
 1775|       |
 1776|      2|    Py_DECREF(bases);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1777|      2|    return state->PyExc_ExceptionGroup;
 1778|      2|}

PyFile_NewStdPrinter:
  291|      2|{
  292|      2|    PyStdPrinter_Object *self;
  293|       |
  294|      2|    if (fd != fileno(stdout) && fd != fileno(stderr)) {
  ------------------
  |  Branch (294:9): [True: 2, False: 0]
  |  Branch (294:33): [True: 0, False: 2]
  ------------------
  295|       |        /* not enough infrastructure for PyErr_BadInternalCall() */
  296|      0|        return NULL;
  297|      0|    }
  298|       |
  299|      2|    self = PyObject_New(PyStdPrinter_Object,
  ------------------
  |  |  130|      2|#define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
  ------------------
  300|      2|                        &PyStdPrinter_Type);
  301|      2|    if (self != NULL) {
  ------------------
  |  Branch (301:9): [True: 2, False: 0]
  ------------------
  302|      2|        self->fd = fd;
  303|      2|    }
  304|      2|    return (PyObject*)self;
  305|      2|}
PyFile_OpenCodeObject:
  502|     13|{
  503|     13|    PyObject *f = NULL;
  504|       |
  505|     13|    if (!PyUnicode_Check(path)) {
  ------------------
  |  |  103|     13|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     13|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (505:9): [True: 0, False: 13]
  ------------------
  506|      0|        PyErr_Format(PyExc_TypeError, "'path' must be 'str', not '%.200s'",
  507|      0|                     Py_TYPE(path)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  508|      0|        return NULL;
  509|      0|    }
  510|       |
  511|     13|    Py_OpenCodeHookFunction hook = _PyRuntime.open_code_hook;
  512|     13|    if (hook) {
  ------------------
  |  Branch (512:9): [True: 0, False: 13]
  ------------------
  513|      0|        f = hook(path, _PyRuntime.open_code_userdata);
  514|     13|    } else {
  515|     13|        PyObject *open = PyImport_ImportModuleAttrString("_io", "open");
  516|     13|        if (open) {
  ------------------
  |  Branch (516:13): [True: 13, False: 0]
  ------------------
  517|     13|            f = PyObject_CallFunction(open, "Os", path, "rb");
  518|     13|            Py_DECREF(open);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|     13|        }
  520|     13|    }
  521|       |
  522|     13|    return f;
  523|     13|}
_PyFile_Flush:
  541|     26|{
  542|     26|    PyObject *tmp = PyObject_CallMethodNoArgs(file, &_Py_ID(flush));
  ------------------
  |  |  917|     26|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     26|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     26|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  543|     26|    if (tmp == NULL) {
  ------------------
  |  Branch (543:9): [True: 0, False: 26]
  ------------------
  544|      0|        return -1;
  545|      0|    }
  546|     26|    Py_DECREF(tmp);
  ------------------
  |  |  430|     26|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  547|     26|    return 0;
  548|     26|}

PyFloat_GetInfo:
   84|      2|{
   85|      2|    PyObject* floatinfo;
   86|      2|    int pos = 0;
   87|       |
   88|      2|    floatinfo = PyStructSequence_New(&FloatInfoType);
   89|      2|    if (floatinfo == NULL) {
  ------------------
  |  Branch (89:9): [True: 0, False: 2]
  ------------------
   90|      0|        return NULL;
   91|      0|    }
   92|       |
   93|      2|#define SetFlag(CALL) \
   94|      2|    do {                                                    \
   95|      2|        PyObject *flag = (CALL);                            \
   96|      2|        if (flag == NULL) {                                 \
   97|      2|            Py_CLEAR(floatinfo);                            \
   98|      2|            return NULL;                                    \
   99|      2|        }                                                   \
  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  101|      2|    } while (0)
  102|       |
  103|      2|#define SetIntFlag(FLAG) SetFlag(PyLong_FromLong((FLAG)))
  104|      2|#define SetDblFlag(FLAG) SetFlag(PyFloat_FromDouble((FLAG)))
  105|       |
  106|      2|    SetDblFlag(DBL_MAX);
  ------------------
  |  |  104|      2|#define SetDblFlag(FLAG) SetFlag(PyFloat_FromDouble((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|      2|    SetIntFlag(DBL_MAX_EXP);
  ------------------
  |  |  103|      2|#define SetIntFlag(FLAG) SetFlag(PyLong_FromLong((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|      2|    SetIntFlag(DBL_MAX_10_EXP);
  ------------------
  |  |  103|      2|#define SetIntFlag(FLAG) SetFlag(PyLong_FromLong((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  109|      2|    SetDblFlag(DBL_MIN);
  ------------------
  |  |  104|      2|#define SetDblFlag(FLAG) SetFlag(PyFloat_FromDouble((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  110|      2|    SetIntFlag(DBL_MIN_EXP);
  ------------------
  |  |  103|      2|#define SetIntFlag(FLAG) SetFlag(PyLong_FromLong((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|      2|    SetIntFlag(DBL_MIN_10_EXP);
  ------------------
  |  |  103|      2|#define SetIntFlag(FLAG) SetFlag(PyLong_FromLong((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  112|      2|    SetIntFlag(DBL_DIG);
  ------------------
  |  |  103|      2|#define SetIntFlag(FLAG) SetFlag(PyLong_FromLong((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|      2|    SetIntFlag(DBL_MANT_DIG);
  ------------------
  |  |  103|      2|#define SetIntFlag(FLAG) SetFlag(PyLong_FromLong((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|      2|    SetDblFlag(DBL_EPSILON);
  ------------------
  |  |  104|      2|#define SetDblFlag(FLAG) SetFlag(PyFloat_FromDouble((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  115|      2|    SetIntFlag(FLT_RADIX);
  ------------------
  |  |  103|      2|#define SetIntFlag(FLAG) SetFlag(PyLong_FromLong((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|      2|    SetIntFlag(FLT_ROUNDS);
  ------------------
  |  |  103|      2|#define SetIntFlag(FLAG) SetFlag(PyLong_FromLong((FLAG)))
  |  |  ------------------
  |  |  |  |   94|      2|    do {                                                    \
  |  |  |  |   95|      2|        PyObject *flag = (CALL);                            \
  |  |  |  |   96|      2|        if (flag == NULL) {                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (96:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   97|      0|            Py_CLEAR(floatinfo);                            \
  |  |  |  |  ------------------
  |  |  |  |  |  |  484|      0|    do { \
  |  |  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  490|      0|        } \
  |  |  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|      0|            return NULL;                                    \
  |  |  |  |   99|      0|        }                                                   \
  |  |  |  |  100|      2|        PyStructSequence_SET_ITEM(floatinfo, pos++, flag);  \
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  |  |  ------------------
  |  |  |  |  101|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (101:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  117|      2|#undef SetIntFlag
  118|      2|#undef SetDblFlag
  119|      2|#undef SetFlag
  120|       |
  121|      2|    return floatinfo;
  122|      2|}
PyFloat_FromDouble:
  126|    215|{
  127|    215|    PyFloatObject *op = _Py_FREELIST_POP(PyFloatObject, floats);
  ------------------
  |  |   43|    215|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|    215|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  128|    215|    if (op == NULL) {
  ------------------
  |  Branch (128:9): [True: 22, False: 193]
  ------------------
  129|     22|        op = PyObject_Malloc(sizeof(PyFloatObject));
  130|     22|        if (!op) {
  ------------------
  |  Branch (130:13): [True: 0, False: 22]
  ------------------
  131|      0|            return PyErr_NoMemory();
  132|      0|        }
  133|     22|        _PyObject_Init((PyObject*)op, &PyFloat_Type);
  134|     22|    }
  135|    215|    op->ob_fval = fval;
  136|    215|    return (PyObject *) op;
  137|    215|}
_PyFloat_ExactDealloc:
  231|    200|{
  232|    200|    assert(PyFloat_CheckExact(obj));
  ------------------
  |  Branch (232:5): [True: 200, False: 0]
  ------------------
  233|    200|    _Py_FREELIST_FREE(floats, obj, PyObject_Free);
  ------------------
  |  |   35|    200|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|    200|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    200|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|    200|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   18|    200|#  define Py_floats_MAXFREELIST 100
  |  |  ------------------
  ------------------
  234|    200|}
_PyFloat_InitTypes:
 1856|      2|{
 1857|       |    /* Init float info */
 1858|      2|    if (_PyStructSequence_InitBuiltin(interp, &FloatInfoType,
  ------------------
  |  Branch (1858:9): [True: 0, False: 2]
  ------------------
 1859|      2|                                      &floatinfo_desc) < 0)
 1860|      0|    {
 1861|      0|        return _PyStatus_ERR("can't init float info type");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1862|      0|    }
 1863|       |
 1864|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1865|      2|}
floatobject.c:float_dealloc:
  238|    200|{
  239|    200|    assert(PyFloat_Check(op));
  ------------------
  |  Branch (239:5): [True: 200, False: 0]
  ------------------
  240|    200|    if (PyFloat_CheckExact(op))
  ------------------
  |  |   17|    200|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|    200|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    200|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    200|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 200, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  241|    200|        _PyFloat_ExactDealloc(op);
  242|      0|    else
  243|      0|        Py_TYPE(op)->tp_free(op);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|    200|}
floatobject.c:float___trunc___impl:
  864|     13|{
  865|     13|    return PyLong_FromDouble(PyFloat_AS_DOUBLE(self));
  ------------------
  |  |   18|     13|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  866|     13|}
floatobject.c:float_richcompare:
  373|     14|{
  374|     14|    double i, j;
  375|     14|    int r = 0;
  376|       |
  377|     14|    assert(PyFloat_Check(v));
  ------------------
  |  Branch (377:5): [True: 14, False: 0]
  ------------------
  378|     14|    i = PyFloat_AS_DOUBLE(v);
  ------------------
  |  |   18|     14|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|       |
  380|       |    /* Switch on the type of w.  Set i and j to doubles to be compared,
  381|       |     * and op to the richcomp to use.
  382|       |     */
  383|     14|    if (PyFloat_Check(w))
  ------------------
  |  |   16|     14|#define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  378|     14|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 7, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  384|      7|        j = PyFloat_AS_DOUBLE(w);
  ------------------
  |  |   18|      7|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  385|       |
  386|      7|    else if (!isfinite(i)) {
  ------------------
  |  Branch (386:14): [True: 0, False: 7]
  ------------------
  387|      0|        if (PyLong_Check(w))
  ------------------
  |  |   13|      0|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  388|       |            /* If i is an infinity, its magnitude exceeds any
  389|       |             * finite integer, so it doesn't matter which int we
  390|       |             * compare i with.  If i is a NaN, similarly.
  391|       |             */
  392|      0|            j = 0.0;
  393|      0|        else
  394|      0|            goto Unimplemented;
  395|      0|    }
  396|       |
  397|      7|    else if (PyLong_Check(w)) {
  ------------------
  |  |   13|      7|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      7|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  398|      7|        int vsign = i == 0.0 ? 0 : i < 0.0 ? -1 : 1;
  ------------------
  |  Branch (398:21): [True: 0, False: 7]
  |  Branch (398:36): [True: 0, False: 7]
  ------------------
  399|      7|        int wsign;
  400|      7|        int exponent;
  401|       |
  402|      7|        (void)PyLong_GetSign(w, &wsign);
  403|      7|        if (vsign != wsign) {
  ------------------
  |  Branch (403:13): [True: 7, False: 0]
  ------------------
  404|       |            /* Magnitudes are irrelevant -- the signs alone
  405|       |             * determine the outcome.
  406|       |             */
  407|      7|            i = (double)vsign;
  408|      7|            j = (double)wsign;
  409|      7|            goto Compare;
  410|      7|        }
  411|       |        /* The signs are the same. */
  412|       |        /* Convert w to a double if it fits.  In particular, 0 fits. */
  413|      0|        int64_t nbits64 = _PyLong_NumBits(w);
  414|      0|        assert(nbits64 >= 0);
  ------------------
  |  Branch (414:9): [True: 0, False: 0]
  ------------------
  415|      0|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (415:9): [True: 0, False: 0]
  ------------------
  416|      0|        if (nbits64 > DBL_MAX_EXP) {
  ------------------
  |  Branch (416:13): [True: 0, False: 0]
  ------------------
  417|       |            /* This Python integer is larger than any finite C double.
  418|       |             * Replace with little doubles
  419|       |             * that give the same outcome -- w is so large that
  420|       |             * its magnitude must exceed the magnitude of any
  421|       |             * finite float.
  422|       |             */
  423|      0|            i = (double)vsign;
  424|      0|            assert(wsign != 0);
  ------------------
  |  Branch (424:13): [True: 0, False: 0]
  ------------------
  425|      0|            j = wsign * 2.0;
  426|      0|            goto Compare;
  427|      0|        }
  428|      0|        int nbits = (int)nbits64;
  429|      0|        if (nbits <= 48) {
  ------------------
  |  Branch (429:13): [True: 0, False: 0]
  ------------------
  430|      0|            j = PyLong_AsDouble(w);
  431|       |            /* It's impossible that <= 48 bits overflowed. */
  432|      0|            assert(j != -1.0 || ! PyErr_Occurred());
  ------------------
  |  Branch (432:13): [True: 0, False: 0]
  |  Branch (432:13): [True: 0, False: 0]
  ------------------
  433|      0|            goto Compare;
  434|      0|        }
  435|      0|        assert(wsign != 0); /* else nbits was 0 */
  ------------------
  |  Branch (435:9): [True: 0, False: 0]
  ------------------
  436|      0|        assert(vsign != 0); /* if vsign were 0, then since wsign is
  ------------------
  |  Branch (436:9): [True: 0, False: 0]
  ------------------
  437|       |                             * not 0, we would have taken the
  438|       |                             * vsign != wsign branch at the start */
  439|      0|        (void) frexp(i, &exponent);
  440|       |        /* exponent is the # of bits in v before the radix point;
  441|       |         * we know that nbits (the # of bits in w) > 48 at this point
  442|       |         */
  443|      0|        if (exponent < nbits) {
  ------------------
  |  Branch (443:13): [True: 0, False: 0]
  ------------------
  444|      0|            j = i;
  445|      0|            i = 0.0;
  446|      0|            goto Compare;
  447|      0|        }
  448|      0|        if (exponent > nbits) {
  ------------------
  |  Branch (448:13): [True: 0, False: 0]
  ------------------
  449|      0|            j = 0.0;
  450|      0|            goto Compare;
  451|      0|        }
  452|       |        /* v and w have the same number of bits before the radix
  453|       |         * point.  Construct an int from the integer part of v and
  454|       |         * update op if necessary, so comparing two ints has the same outcome.
  455|       |         */
  456|      0|        {
  457|      0|            double fracpart;
  458|      0|            double intpart;
  459|      0|            PyObject *result = NULL;
  460|      0|            PyObject *vv = NULL;
  461|       |
  462|      0|            fracpart = modf(i, &intpart);
  463|      0|            if (fracpart != 0.0) {
  ------------------
  |  Branch (463:17): [True: 0, False: 0]
  ------------------
  464|      0|                switch (op) {
  ------------------
  |  Branch (464:25): [True: 0, False: 0]
  ------------------
  465|       |                    /* Non-integer float never equals to an int. */
  466|      0|                    case Py_EQ:
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  |  Branch (466:21): [True: 0, False: 0]
  ------------------
  467|      0|                        Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  468|      0|                    case Py_NE:
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (468:21): [True: 0, False: 0]
  ------------------
  469|      0|                        Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  470|       |                    /* For non-integer float, v <= w <=> v < w.
  471|       |                     * If v > 0: trunc(v) < v < trunc(v) + 1
  472|       |                     *   v < w => trunc(v) < w
  473|       |                     *   trunc(v) < w => trunc(v) + 1 <= w => v < w
  474|       |                     * If v < 0: trunc(v) - 1 < v < trunc(v)
  475|       |                     *   v < w => trunc(v) - 1 < w => trunc(v) <= w
  476|       |                     *   trunc(v) <= w => v < w
  477|       |                     */
  478|      0|                    case Py_LT:
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
  |  Branch (478:21): [True: 0, False: 0]
  ------------------
  479|      0|                    case Py_LE:
  ------------------
  |  |  653|      0|#define Py_LE 1
  ------------------
  |  Branch (479:21): [True: 0, False: 0]
  ------------------
  480|      0|                        op = vsign > 0 ? Py_LT : Py_LE;
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
                                      op = vsign > 0 ? Py_LT : Py_LE;
  ------------------
  |  |  653|      0|#define Py_LE 1
  ------------------
  |  Branch (480:30): [True: 0, False: 0]
  ------------------
  481|      0|                        break;
  482|       |                    /* The same as above, but with opposite directions. */
  483|      0|                    case Py_GT:
  ------------------
  |  |  656|      0|#define Py_GT 4
  ------------------
  |  Branch (483:21): [True: 0, False: 0]
  ------------------
  484|      0|                    case Py_GE:
  ------------------
  |  |  657|      0|#define Py_GE 5
  ------------------
  |  Branch (484:21): [True: 0, False: 0]
  ------------------
  485|      0|                        op = vsign > 0 ? Py_GE : Py_GT;
  ------------------
  |  |  657|      0|#define Py_GE 5
  ------------------
                                      op = vsign > 0 ? Py_GE : Py_GT;
  ------------------
  |  |  656|      0|#define Py_GT 4
  ------------------
  |  Branch (485:30): [True: 0, False: 0]
  ------------------
  486|      0|                        break;
  487|      0|                }
  488|      0|            }
  489|       |
  490|      0|            vv = PyLong_FromDouble(intpart);
  491|      0|            if (vv == NULL)
  ------------------
  |  Branch (491:17): [True: 0, False: 0]
  ------------------
  492|      0|                goto Error;
  493|       |
  494|      0|            r = PyObject_RichCompareBool(vv, w, op);
  495|      0|            if (r < 0)
  ------------------
  |  Branch (495:17): [True: 0, False: 0]
  ------------------
  496|      0|                goto Error;
  497|      0|            result = PyBool_FromLong(r);
  498|      0|         Error:
  499|      0|            Py_XDECREF(vv);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  500|      0|            return result;
  501|      0|        }
  502|      0|    } /* else if (PyLong_Check(w)) */
  503|       |
  504|      0|    else        /* w isn't float or int */
  505|      0|        goto Unimplemented;
  506|       |
  507|     14| Compare:
  508|     14|    switch (op) {
  ------------------
  |  Branch (508:13): [True: 14, False: 0]
  ------------------
  509|      0|    case Py_EQ:
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  |  Branch (509:5): [True: 0, False: 14]
  ------------------
  510|      0|        r = i == j;
  511|      0|        break;
  512|     14|    case Py_NE:
  ------------------
  |  |  655|     14|#define Py_NE 3
  ------------------
  |  Branch (512:5): [True: 14, False: 0]
  ------------------
  513|     14|        r = i != j;
  514|     14|        break;
  515|      0|    case Py_LE:
  ------------------
  |  |  653|      0|#define Py_LE 1
  ------------------
  |  Branch (515:5): [True: 0, False: 14]
  ------------------
  516|      0|        r = i <= j;
  517|      0|        break;
  518|      0|    case Py_GE:
  ------------------
  |  |  657|      0|#define Py_GE 5
  ------------------
  |  Branch (518:5): [True: 0, False: 14]
  ------------------
  519|      0|        r = i >= j;
  520|      0|        break;
  521|      0|    case Py_LT:
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
  |  Branch (521:5): [True: 0, False: 14]
  ------------------
  522|      0|        r = i < j;
  523|      0|        break;
  524|      0|    case Py_GT:
  ------------------
  |  |  656|      0|#define Py_GT 4
  ------------------
  |  Branch (524:5): [True: 0, False: 14]
  ------------------
  525|      0|        r = i > j;
  526|      0|        break;
  527|     14|    }
  528|     14|    return PyBool_FromLong(r);
  529|       |
  530|      0| Unimplemented:
  531|      0|    Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
  532|     14|}

_PyFrameLocalsProxy_New:
  948|      2|{
  949|      2|    PyObject* args = PyTuple_Pack(1, frame);
  950|      2|    if (args == NULL) {
  ------------------
  |  Branch (950:9): [True: 0, False: 2]
  ------------------
  951|      0|        return NULL;
  952|      0|    }
  953|       |
  954|      2|    PyObject* proxy = framelocalsproxy_new(&PyFrameLocalsProxy_Type, args, NULL);
  955|      2|    Py_DECREF(args);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  956|      2|    return proxy;
  957|      2|}
_PyFrame_New_NoTrack:
 2115|    354|{
 2116|    354|    CALL_STAT_INC(frame_objects_created);
  ------------------
  |  |   76|    354|#define CALL_STAT_INC(name) ((void)0)
  ------------------
 2117|    354|    int slots = code->co_nlocalsplus + code->co_stacksize;
 2118|    354|    PyFrameObject *f = PyObject_GC_NewVar(PyFrameObject, &PyFrame_Type, slots);
  ------------------
  |  |  183|    354|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|    354|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2119|    354|    if (f == NULL) {
  ------------------
  |  Branch (2119:9): [True: 0, False: 354]
  ------------------
 2120|      0|        return NULL;
 2121|      0|    }
 2122|    354|    f->f_back = NULL;
 2123|    354|    f->f_trace = NULL;
 2124|    354|    f->f_trace_lines = 1;
 2125|    354|    f->f_trace_opcodes = 0;
 2126|    354|    f->f_lineno = 0;
 2127|    354|    f->f_extra_locals = NULL;
 2128|    354|    f->f_locals_cache = NULL;
 2129|       |    f->f_overwritten_fast_locals = NULL;
 2130|    354|    return f;
 2131|    354|}
_PyFrame_HasHiddenLocals:
 2253|     12|{
 2254|       |    /*
 2255|       |     * This function returns if there are hidden locals introduced by PEP 709,
 2256|       |     * which are the isolated fast locals for inline comprehensions
 2257|       |     */
 2258|     12|    PyCodeObject* co = _PyFrame_GetCode(frame);
 2259|       |
 2260|     13|    for (int i = 0; i < co->co_nlocalsplus; i++) {
  ------------------
  |  Branch (2260:21): [True: 1, False: 12]
  ------------------
 2261|      1|        _PyLocals_Kind kind = _PyLocals_GetKind(co->co_localspluskinds, i);
 2262|       |
 2263|      1|        if (kind & CO_FAST_HIDDEN) {
  ------------------
  |  |  196|      1|#define CO_FAST_HIDDEN  (0x10)
  ------------------
  |  Branch (2263:13): [True: 1, False: 0]
  ------------------
 2264|      1|            if (framelocalsproxy_hasval(frame, co, i)) {
  ------------------
  |  Branch (2264:17): [True: 0, False: 1]
  ------------------
 2265|      0|                return true;
 2266|      0|            }
 2267|      1|        }
 2268|      1|    }
 2269|       |
 2270|     12|    return false;
 2271|     12|}
_PyFrame_GetLocals:
 2276|     12|{
 2277|       |    // We should try to avoid creating the FrameObject if possible.
 2278|       |    // So we check if the frame is a module or class level scope
 2279|     12|    PyCodeObject *co = _PyFrame_GetCode(frame);
 2280|       |
 2281|     12|    if (!(co->co_flags & CO_OPTIMIZED) && !_PyFrame_HasHiddenLocals(frame)) {
  ------------------
  |  |  118|     12|#define CO_OPTIMIZED    0x0001
  ------------------
  |  Branch (2281:9): [True: 12, False: 0]
  |  Branch (2281:43): [True: 12, False: 0]
  ------------------
 2282|     12|        if (frame->f_locals == NULL) {
  ------------------
  |  Branch (2282:13): [True: 0, False: 12]
  ------------------
 2283|       |            // We found cases when f_locals is NULL for non-optimized code.
 2284|       |            // We fill the f_locals with an empty dict to avoid crash until
 2285|       |            // we find the root cause.
 2286|      0|            frame->f_locals = PyDict_New();
 2287|      0|            if (frame->f_locals == NULL) {
  ------------------
  |  Branch (2287:17): [True: 0, False: 0]
  ------------------
 2288|      0|                return NULL;
 2289|      0|            }
 2290|      0|        }
 2291|     12|        return Py_NewRef(frame->f_locals);
  ------------------
  |  |  550|     12|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2292|     12|    }
 2293|       |
 2294|      0|    PyFrameObject* f = _PyFrame_GetFrameObject(frame);
 2295|      0|    if (f == NULL) {
  ------------------
  |  Branch (2295:9): [True: 0, False: 0]
  ------------------
 2296|      0|        return NULL;
 2297|      0|    }
 2298|       |
 2299|      0|    return _PyFrameLocalsProxy_New(f);
 2300|      0|}
PyFrame_GetCode:
 2385|      8|{
 2386|      8|    assert(frame != NULL);
  ------------------
  |  Branch (2386:5): [True: 8, False: 0]
  ------------------
 2387|      8|    PyObject *code;
 2388|      8|    Py_BEGIN_CRITICAL_SECTION(frame);
  ------------------
  |  |   51|      8|    {
  ------------------
 2389|      8|    assert(!_PyFrame_IsIncomplete(frame->f_frame));
  ------------------
  |  Branch (2389:5): [True: 8, False: 0]
  ------------------
 2390|      8|    code = Py_NewRef(_PyFrame_GetCode(frame->f_frame));
  ------------------
  |  |  550|      8|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2391|      8|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      8|    }
  ------------------
 2392|      8|    return (PyCodeObject *)code;
 2393|      8|}
frameobject.c:framelocalsproxy_dealloc:
  413|      2|{
  414|      2|    PyFrameLocalsProxyObject *proxy = PyFrameLocalsProxyObject_CAST(self);
  ------------------
  |  |   29|      2|    (                                                               \
  |  |   30|      2|        assert(PyObject_TypeCheck((op), &PyFrameLocalsProxy_Type)), \
  |  |   31|      2|        (PyFrameLocalsProxyObject *)(op)                            \
  |  |   32|      2|    )
  ------------------
  |  Branch (414:39): [True: 2, False: 0]
  ------------------
  415|      0|    PyObject_GC_UnTrack(self);
  416|      2|    Py_CLEAR(proxy->frame);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  417|      2|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  418|      2|}
frameobject.c:framelocalsproxy_getval:
   45|      1|{
   46|      1|    _PyStackRef *fast = _PyFrame_GetLocalsArray(frame);
   47|      1|    _PyLocals_Kind kind = _PyLocals_GetKind(co->co_localspluskinds, i);
   48|       |
   49|      1|    PyObject *value = PyStackRef_AsPyObjectBorrow(fast[i]);
   50|      1|    PyObject *cell = NULL;
   51|       |
   52|      1|    if (value == NULL) {
  ------------------
  |  Branch (52:9): [True: 1, False: 0]
  ------------------
   53|      1|        return NULL;
   54|      1|    }
   55|       |
   56|      0|    if (kind == CO_FAST_FREE || kind & CO_FAST_CELL) {
  ------------------
  |  |  199|      0|#define CO_FAST_FREE    (0x80)
  ------------------
                  if (kind == CO_FAST_FREE || kind & CO_FAST_CELL) {
  ------------------
  |  |  198|      0|#define CO_FAST_CELL    (0x40)
  ------------------
  |  Branch (56:9): [True: 0, False: 0]
  |  Branch (56:33): [True: 0, False: 0]
  ------------------
   57|       |        // The cell was set when the frame was created from
   58|       |        // the function's closure.
   59|       |        // GH-128396: With PEP 709, it's possible to have a fast variable in
   60|       |        // an inlined comprehension that has the same name as the cell variable
   61|       |        // in the frame, where the `kind` obtained from frame can not guarantee
   62|       |        // that the variable is a cell.
   63|       |        // If the variable is not a cell, we are okay with it and we can simply
   64|       |        // return the value.
   65|      0|        if (PyCell_Check(value)) {
  ------------------
  |  |   18|      0|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   66|      0|            cell = value;
   67|      0|        }
   68|      0|    }
   69|       |
   70|      0|    if (cell != NULL) {
  ------------------
  |  Branch (70:9): [True: 0, False: 0]
  ------------------
   71|      0|        value = PyCell_GetRef((PyCellObject *)cell);
   72|      0|    }
   73|      0|    else {
   74|      0|        Py_XINCREF(value);
  ------------------
  |  |  514|      0|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   75|      0|    }
   76|       |
   77|      0|    if (value == NULL) {
  ------------------
  |  Branch (77:9): [True: 0, False: 0]
  ------------------
   78|      0|        return NULL;
   79|      0|    }
   80|       |
   81|      0|    return value;
   82|      0|}
frameobject.c:framelocalsproxy_new:
  422|      2|{
  423|      2|    if (PyTuple_GET_SIZE(args) != 1) {
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (423:9): [True: 0, False: 2]
  ------------------
  424|      0|        PyErr_Format(PyExc_TypeError,
  425|      0|                     "FrameLocalsProxy expected 1 argument, got %zd",
  426|      0|                     PyTuple_GET_SIZE(args));
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  427|      0|        return NULL;
  428|      0|    }
  429|      2|    PyObject *item = PyTuple_GET_ITEM(args, 0);
  ------------------
  |  |   29|      2|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (429:22): [True: 2, False: 0]
  ------------------
  430|       |
  431|      2|    if (!PyFrame_Check(item)) {
  ------------------
  |  |    8|      2|#define PyFrame_Check(op) Py_IS_TYPE((op), &PyFrame_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (431:9): [True: 0, False: 2]
  ------------------
  432|      0|        PyErr_Format(PyExc_TypeError, "expect frame, not %T", item);
  433|      0|        return NULL;
  434|      0|    }
  435|      2|    PyFrameObject *frame = (PyFrameObject*)item;
  436|       |
  437|      2|    if (kwds != NULL && PyDict_Size(kwds) != 0) {
  ------------------
  |  Branch (437:9): [True: 0, False: 2]
  |  Branch (437:25): [True: 0, False: 0]
  ------------------
  438|      0|        PyErr_SetString(PyExc_TypeError,
  439|      0|                        "FrameLocalsProxy takes no keyword arguments");
  440|      0|        return 0;
  441|      0|    }
  442|       |
  443|      2|    PyFrameLocalsProxyObject *self = (PyFrameLocalsProxyObject *)type->tp_alloc(type, 0);
  444|      2|    if (self == NULL) {
  ------------------
  |  Branch (444:9): [True: 0, False: 2]
  ------------------
  445|      0|        return NULL;
  446|      0|    }
  447|       |
  448|      2|    ((PyFrameLocalsProxyObject*)self)->frame = (PyFrameObject*)Py_NewRef(frame);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  449|       |
  450|      2|    return (PyObject *)self;
  451|      2|}
frameobject.c:frame_dealloc:
 1928|    354|{
 1929|       |    /* It is the responsibility of the owning generator/coroutine
 1930|       |     * to have cleared the generator pointer */
 1931|    354|    PyFrameObject *f = PyFrameObject_CAST(op);
  ------------------
  |  |   26|    354|    (assert(PyObject_TypeCheck((op), &PyFrame_Type)), (PyFrameObject *)(op))
  ------------------
  |  Branch (1931:24): [True: 354, False: 0]
  ------------------
 1932|    354|    if (_PyObject_GC_IS_TRACKED(f)) {
  ------------------
  |  |   81|    354|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|    354|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 59, False: 295]
  |  |  ------------------
  ------------------
 1933|     59|        _PyObject_GC_UNTRACK(f);
  ------------------
  |  |  515|     59|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1934|     59|    }
 1935|       |
 1936|       |    /* GH-106092: If f->f_frame was on the stack and we reached the maximum
 1937|       |     * nesting depth for deallocations, the trashcan may have delayed this
 1938|       |     * deallocation until after f->f_frame is freed. Avoid dereferencing
 1939|       |     * f->f_frame unless we know it still points to valid memory. */
 1940|    354|    _PyInterpreterFrame *frame = (_PyInterpreterFrame *)f->_f_frame_data;
 1941|       |
 1942|       |    /* Kill all local variables including specials, if we own them */
 1943|    354|    if (f->f_frame == frame && frame->owner == FRAME_OWNED_BY_FRAME_OBJECT) {
  ------------------
  |  Branch (1943:9): [True: 59, False: 295]
  |  Branch (1943:32): [True: 59, False: 0]
  ------------------
 1944|     59|        PyStackRef_CLEAR(frame->f_executable);
  ------------------
  |  |  711|     59|    do { \
  |  |  712|     59|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|     59|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|     59|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|     59|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|     59|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 59]
  |  |  ------------------
  ------------------
 1945|     59|        PyStackRef_CLEAR(frame->f_funcobj);
  ------------------
  |  |  711|     59|    do { \
  |  |  712|     59|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|     59|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|     59|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|     59|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|     59|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 59]
  |  |  ------------------
  ------------------
 1946|     59|        Py_CLEAR(frame->f_locals);
  ------------------
  |  |  484|     59|    do { \
  |  |  485|     59|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     59|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     59|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     59|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     59|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 59]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|     59|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 59]
  |  |  ------------------
  ------------------
 1947|     59|        _PyStackRef *locals = _PyFrame_GetLocalsArray(frame);
 1948|     59|        _PyStackRef *sp = frame->stackpointer;
 1949|    253|        while (sp > locals) {
  ------------------
  |  Branch (1949:16): [True: 194, False: 59]
  ------------------
 1950|    194|            sp--;
 1951|    194|            PyStackRef_CLEAR(*sp);
  ------------------
  |  |  711|    194|    do { \
  |  |  712|    194|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|    194|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|    194|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|    194|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|    194|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 194]
  |  |  ------------------
  ------------------
 1952|    194|        }
 1953|     59|    }
 1954|    354|    Py_CLEAR(f->f_back);
  ------------------
  |  |  484|    354|    do { \
  |  |  485|    354|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    354|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    354|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 59, False: 295]
  |  |  ------------------
  |  |  488|     59|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     59|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     59|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     59|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     59|        } \
  |  |  491|    354|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 354]
  |  |  ------------------
  ------------------
 1955|    354|    Py_CLEAR(f->f_trace);
  ------------------
  |  |  484|    354|    do { \
  |  |  485|    354|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    354|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    354|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 354]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    354|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 354]
  |  |  ------------------
  ------------------
 1956|    354|    Py_CLEAR(f->f_extra_locals);
  ------------------
  |  |  484|    354|    do { \
  |  |  485|    354|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    354|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    354|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 354]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    354|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 354]
  |  |  ------------------
  ------------------
 1957|    354|    Py_CLEAR(f->f_locals_cache);
  ------------------
  |  |  484|    354|    do { \
  |  |  485|    354|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    354|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    354|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 354]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    354|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 354]
  |  |  ------------------
  ------------------
 1958|       |    Py_CLEAR(f->f_overwritten_fast_locals);
  ------------------
  |  |  484|    354|    do { \
  |  |  485|    354|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    354|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    354|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    354|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 354]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    354|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 354]
  |  |  ------------------
  ------------------
 1959|    354|    PyObject_GC_Del(f);
 1960|    354|}
frameobject.c:framelocalsproxy_hasval:
   86|      1|{
   87|      1|    PyObject *value = framelocalsproxy_getval(frame, co, i);
   88|      1|    if (value == NULL) {
  ------------------
  |  Branch (88:9): [True: 1, False: 0]
  ------------------
   89|      1|        return false;
   90|      1|    }
   91|      0|    Py_DECREF(value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   92|       |    return true;
   93|      1|}
frameobject.c:frame_locals_get_impl:
  975|      2|{
  976|      2|    assert(!_PyFrame_IsIncomplete(self->f_frame));
  ------------------
  |  Branch (976:5): [True: 2, False: 0]
  ------------------
  977|       |
  978|      2|    PyCodeObject *co = _PyFrame_GetCode(self->f_frame);
  979|       |
  980|      2|    if (!(co->co_flags & CO_OPTIMIZED) && !_PyFrame_HasHiddenLocals(self->f_frame)) {
  ------------------
  |  |  118|      2|#define CO_OPTIMIZED    0x0001
  ------------------
  |  Branch (980:9): [True: 0, False: 2]
  |  Branch (980:43): [True: 0, False: 0]
  ------------------
  981|      0|        if (self->f_frame->f_locals == NULL) {
  ------------------
  |  Branch (981:13): [True: 0, False: 0]
  ------------------
  982|       |            // We found cases when f_locals is NULL for non-optimized code.
  983|       |            // We fill the f_locals with an empty dict to avoid crash until
  984|       |            // we find the root cause.
  985|      0|            self->f_frame->f_locals = PyDict_New();
  986|      0|            if (self->f_frame->f_locals == NULL) {
  ------------------
  |  Branch (986:17): [True: 0, False: 0]
  ------------------
  987|      0|                return NULL;
  988|      0|            }
  989|      0|        }
  990|      0|        return Py_NewRef(self->f_frame->f_locals);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  991|      0|    }
  992|       |
  993|      2|    return _PyFrameLocalsProxy_New(self);
  994|      2|}

_PyFunction_FromConstructor:
  117|     46|{
  118|     46|    PyObject *module;
  119|     46|    if (PyDict_GetItemRef(constr->fc_globals, &_Py_ID(__name__), &module) < 0) {
  ------------------
  |  |  917|     46|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     46|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     46|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (119:9): [True: 0, False: 46]
  ------------------
  120|      0|        return NULL;
  121|      0|    }
  122|       |
  123|     46|    PyFunctionObject *op = PyObject_GC_New(PyFunctionObject, &PyFunction_Type);
  ------------------
  |  |  181|     46|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  124|     46|    if (op == NULL) {
  ------------------
  |  Branch (124:9): [True: 0, False: 46]
  ------------------
  125|      0|        Py_XDECREF(module);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  126|      0|        return NULL;
  127|      0|    }
  128|     46|    _Py_INCREF_DICT(constr->fc_globals);
  ------------------
  |  |  384|     46|#  define _Py_INCREF_DICT Py_INCREF
  |  |  ------------------
  |  |  |  |  310|     46|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  129|     46|    op->func_globals = constr->fc_globals;
  130|     46|    _Py_INCREF_BUILTINS(constr->fc_builtins);
  ------------------
  |  |  386|     46|#  define _Py_INCREF_BUILTINS Py_INCREF
  |  |  ------------------
  |  |  |  |  310|     46|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  131|     46|    op->func_builtins = constr->fc_builtins;
  132|     46|    op->func_name = Py_NewRef(constr->fc_name);
  ------------------
  |  |  550|     46|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  133|     46|    op->func_qualname = Py_NewRef(constr->fc_qualname);
  ------------------
  |  |  550|     46|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  134|     46|    _Py_INCREF_CODE((PyCodeObject *)constr->fc_code);
  ------------------
  |  |  317|     46|#  define _Py_INCREF_CODE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|     46|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  135|     46|    op->func_code = constr->fc_code;
  136|     46|    op->func_defaults = Py_XNewRef(constr->fc_defaults);
  ------------------
  |  |  551|     46|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  137|     46|    op->func_kwdefaults = Py_XNewRef(constr->fc_kwdefaults);
  ------------------
  |  |  551|     46|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  138|     46|    op->func_closure = Py_XNewRef(constr->fc_closure);
  ------------------
  |  |  551|     46|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  139|     46|    op->func_doc = Py_NewRef(Py_None);
  ------------------
  |  |  550|     46|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  140|     46|    op->func_dict = NULL;
  141|     46|    op->func_weakreflist = NULL;
  142|     46|    op->func_module = module;
  143|     46|    op->func_annotations = NULL;
  144|     46|    op->func_annotate = NULL;
  145|     46|    op->func_typeparams = NULL;
  146|     46|    op->vectorcall = _PyFunction_Vectorcall;
  147|     46|    op->func_version = FUNC_VERSION_UNSET;
  ------------------
  |  |   18|     46|#define FUNC_VERSION_UNSET 0
  ------------------
  148|       |    // NOTE: functions created via FrameConstructor do not use deferred
  149|       |    // reference counting because they are typically not part of cycles
  150|       |    // nor accessed by multiple threads.
  151|     46|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|     46|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  152|       |    handle_func_event(PyFunction_EVENT_CREATE, op, NULL);
  153|     46|    return op;
  154|     46|}
PyFunction_NewWithQualName:
  158|  2.11k|{
  159|  2.11k|    assert(globals != NULL);
  ------------------
  |  Branch (159:5): [True: 2.11k, False: 0]
  ------------------
  160|  2.11k|    assert(PyAnyDict_Check(globals));
  ------------------
  |  Branch (160:5): [True: 2.11k, False: 0]
  |  Branch (160:5): [True: 0, False: 0]
  ------------------
  161|  2.11k|    _Py_INCREF_DICT(globals);
  ------------------
  |  |  384|  2.11k|#  define _Py_INCREF_DICT Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  2.11k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|       |
  163|  2.11k|    PyCodeObject *code_obj = (PyCodeObject *)code;
  164|  2.11k|    _Py_INCREF_CODE(code_obj);
  ------------------
  |  |  317|  2.11k|#  define _Py_INCREF_CODE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  2.11k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|       |
  166|  2.11k|    assert(code_obj->co_name != NULL);
  ------------------
  |  Branch (166:5): [True: 2.11k, False: 0]
  ------------------
  167|  2.11k|    PyObject *name = Py_NewRef(code_obj->co_name);
  ------------------
  |  |  550|  2.11k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|       |
  169|  2.11k|    if (!qualname) {
  ------------------
  |  Branch (169:9): [True: 2.11k, False: 0]
  ------------------
  170|  2.11k|        qualname = code_obj->co_qualname;
  171|  2.11k|    }
  172|  2.11k|    assert(qualname != NULL);
  ------------------
  |  Branch (172:5): [True: 2.11k, False: 0]
  ------------------
  173|  2.11k|    Py_INCREF(qualname);
  ------------------
  |  |  310|  2.11k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|       |
  175|  2.11k|    PyObject *consts = code_obj->co_consts;
  176|  2.11k|    assert(PyTuple_Check(consts));
  ------------------
  |  Branch (176:5): [True: 2.11k, False: 0]
  ------------------
  177|  2.11k|    PyObject *doc;
  178|  2.11k|    if (code_obj->co_flags & CO_HAS_DOCSTRING) {
  ------------------
  |  |  150|  2.11k|#define CO_HAS_DOCSTRING 0x4000000
  ------------------
  |  Branch (178:9): [True: 813, False: 1.30k]
  ------------------
  179|    813|        assert(PyTuple_Size(consts) >= 1);
  ------------------
  |  Branch (179:9): [True: 813, False: 0]
  ------------------
  180|    813|        doc = PyTuple_GetItem(consts, 0);
  181|    813|        if (!PyUnicode_Check(doc)) {
  ------------------
  |  |  103|    813|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    813|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (181:13): [True: 0, False: 813]
  ------------------
  182|      0|            doc = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  183|      0|        }
  184|    813|    }
  185|  1.30k|    else {
  186|  1.30k|        doc = Py_None;
  ------------------
  |  |  616|  1.30k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  187|  1.30k|    }
  188|  2.11k|    Py_INCREF(doc);
  ------------------
  |  |  310|  2.11k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|       |
  190|       |    // __module__: Use globals['__name__'] if it exists, or NULL.
  191|  2.11k|    PyObject *module;
  192|  2.11k|    PyObject *builtins = NULL;
  193|  2.11k|    if (PyDict_GetItemRef(globals, &_Py_ID(__name__), &module) < 0) {
  ------------------
  |  |  917|  2.11k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  2.11k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  2.11k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (193:9): [True: 0, False: 2.11k]
  ------------------
  194|      0|        goto error;
  195|      0|    }
  196|       |
  197|  2.11k|    builtins = _PyDict_LoadBuiltinsFromGlobals(globals);
  198|  2.11k|    if (builtins == NULL) {
  ------------------
  |  Branch (198:9): [True: 0, False: 2.11k]
  ------------------
  199|      0|        goto error;
  200|      0|    }
  201|       |
  202|  2.11k|    PyFunctionObject *op = PyObject_GC_New(PyFunctionObject, &PyFunction_Type);
  ------------------
  |  |  181|  2.11k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  2.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  203|  2.11k|    if (op == NULL) {
  ------------------
  |  Branch (203:9): [True: 0, False: 2.11k]
  ------------------
  204|      0|        goto error;
  205|      0|    }
  206|       |    /* Note: No failures from this point on, since func_dealloc() does not
  207|       |       expect a partially-created object. */
  208|       |
  209|  2.11k|    op->func_globals = globals;
  210|  2.11k|    op->func_builtins = builtins;
  211|  2.11k|    op->func_name = name;
  212|  2.11k|    op->func_qualname = qualname;
  213|  2.11k|    op->func_code = (PyObject*)code_obj;
  214|  2.11k|    op->func_defaults = NULL;    // No default positional arguments
  215|  2.11k|    op->func_kwdefaults = NULL;  // No default keyword arguments
  216|  2.11k|    op->func_closure = NULL;
  217|  2.11k|    op->func_doc = doc;
  218|  2.11k|    op->func_dict = NULL;
  219|  2.11k|    op->func_weakreflist = NULL;
  220|  2.11k|    op->func_module = module;
  221|  2.11k|    op->func_annotations = NULL;
  222|  2.11k|    op->func_annotate = NULL;
  223|  2.11k|    op->func_typeparams = NULL;
  224|  2.11k|    op->vectorcall = _PyFunction_Vectorcall;
  225|  2.11k|    op->func_version = FUNC_VERSION_UNSET;
  ------------------
  |  |   18|  2.11k|#define FUNC_VERSION_UNSET 0
  ------------------
  226|  2.11k|    if (((code_obj->co_flags & CO_NESTED) == 0) ||
  ------------------
  |  |  122|  2.11k|#define CO_NESTED       0x0010
  ------------------
  |  Branch (226:9): [True: 1.93k, False: 185]
  ------------------
  227|  1.94k|        (code_obj->co_flags & CO_METHOD)) {
  ------------------
  |  |  153|    185|#define CO_METHOD  0x8000000
  ------------------
  |  Branch (227:9): [True: 6, False: 179]
  ------------------
  228|       |        // Use deferred reference counting for top-level functions, but not
  229|       |        // nested functions because they are more likely to capture variables,
  230|       |        // which makes prompt deallocation more important.
  231|       |        //
  232|       |        // Nested methods (functions defined in class scope) are also deferred,
  233|       |        // since they will likely be cleaned up by GC anyway.
  234|  1.94k|        _PyObject_SetDeferredRefcount((PyObject *)op);
  235|  1.94k|    }
  236|  2.11k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|  2.11k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.11k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.11k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  237|  2.11k|    handle_func_event(PyFunction_EVENT_CREATE, op, NULL);
  238|  2.11k|    return (PyObject *)op;
  239|       |
  240|      0|error:
  241|      0|    Py_DECREF(globals);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  242|      0|    Py_DECREF(code_obj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|      0|    Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|      0|    Py_DECREF(qualname);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  245|      0|    Py_DECREF(doc);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  246|      0|    Py_XDECREF(module);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  247|      0|    Py_XDECREF(builtins);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  248|       |    return NULL;
  249|  2.11k|}
_PyFunction_SetVersion:
  320|  2.11k|{
  321|  2.11k|    assert(func->func_version == FUNC_VERSION_UNSET);
  ------------------
  |  Branch (321:5): [True: 2.11k, False: 0]
  ------------------
  322|  2.11k|    assert(version >= FUNC_VERSION_FIRST_VALID);
  ------------------
  |  Branch (322:5): [True: 2.11k, False: 0]
  ------------------
  323|       |    // This should only be called from MAKE_FUNCTION. No code is specialized
  324|       |    // based on the version, so we do not need to stop the world to set it.
  325|  2.11k|    func->func_version = version;
  326|  2.11k|#ifndef Py_GIL_DISABLED
  327|  2.11k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  328|  2.11k|    struct _func_version_cache_item *slot = get_cache_item(interp, version);
  329|  2.11k|    slot->func = func;
  330|  2.11k|    slot->code = func->func_code;
  331|  2.11k|#endif
  332|  2.11k|}
_PyFunction_ClearCodeByVersion:
  368|    405|{
  369|    405|#ifndef Py_GIL_DISABLED
  370|    405|    PyInterpreterState *interp = _PyInterpreterState_GET();
  371|    405|    struct _func_version_cache_item *slot = get_cache_item(interp, version);
  372|    405|    if (slot->code) {
  ------------------
  |  Branch (372:9): [True: 306, False: 99]
  ------------------
  373|    306|        assert(PyCode_Check(slot->code));
  ------------------
  |  Branch (373:9): [True: 306, False: 0]
  ------------------
  374|    306|        PyCodeObject *code = (PyCodeObject *)slot->code;
  375|    306|        if (code->co_version == version) {
  ------------------
  |  Branch (375:13): [True: 306, False: 0]
  ------------------
  376|    306|            slot->code = NULL;
  377|       |            slot->func = NULL;
  378|    306|        }
  379|    306|    }
  380|    405|#endif
  381|    405|}
_PyFunction_GetVersionForCurrentState:
  385|    287|{
  386|    287|    return func->func_version;
  387|    287|}
PyFunction_New:
  391|  2.11k|{
  392|       |    return PyFunction_NewWithQualName(code, globals, NULL);
  393|  2.11k|}
PyFunction_GetModule:
  417|      2|{
  418|      2|    if (!PyFunction_Check(op)) {
  ------------------
  |  |   68|      2|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (418:9): [True: 0, False: 2]
  ------------------
  419|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  420|      0|        return NULL;
  421|      0|    }
  422|      2|    return ((PyFunctionObject *) op) -> func_module;
  423|      2|}
PyClassMethod_New:
 1637|      1|{
 1638|      1|    classmethod *cm = (classmethod *)
 1639|      1|        PyType_GenericAlloc(&PyClassMethod_Type, 0);
 1640|      1|    if (cm == NULL) {
  ------------------
  |  Branch (1640:9): [True: 0, False: 1]
  ------------------
 1641|      0|        return NULL;
 1642|      0|    }
 1643|      1|    if (cm_set_callable(cm, callable) < 0) {
  ------------------
  |  Branch (1643:9): [True: 0, False: 1]
  ------------------
 1644|      0|        Py_DECREF(cm);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1645|      0|        return NULL;
 1646|      0|    }
 1647|      1|    return (PyObject *)cm;
 1648|      1|}
PyStaticMethod_New:
 1903|     25|{
 1904|     25|    staticmethod *sm = (staticmethod *)
 1905|     25|        PyType_GenericAlloc(&PyStaticMethod_Type, 0);
 1906|     25|    if (sm == NULL) {
  ------------------
  |  Branch (1906:9): [True: 0, False: 25]
  ------------------
 1907|      0|        return NULL;
 1908|      0|    }
 1909|     25|    _PyObject_SetDeferredRefcount((PyObject *)sm);
 1910|     25|    if (sm_set_callable(sm, callable) < 0) {
  ------------------
  |  Branch (1910:9): [True: 0, False: 25]
  ------------------
 1911|      0|        Py_DECREF(sm);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1912|      0|        return NULL;
 1913|      0|    }
 1914|     25|    return (PyObject *)sm;
 1915|     25|}
_PyStaticMethod_GetFunc:
 1926|    553|{
 1927|    553|    staticmethod *sm = _PyStaticMethod_CAST(self);
  ------------------
  |  | 1676|    553|    (assert(PyObject_TypeCheck((cm), &PyStaticMethod_Type)), \
  |  | 1677|    553|     _Py_CAST(staticmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|    553|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1927:24): [True: 553, False: 0]
  ------------------
 1928|      0|    return sm->sm_callable;
 1929|    553|}
funcobject.c:handle_func_event:
   55|  2.69k|{
   56|  2.69k|    assert(Py_REFCNT(func) > 0);
  ------------------
  |  Branch (56:5): [True: 2.69k, False: 0]
  ------------------
   57|  2.69k|    PyInterpreterState *interp = _PyInterpreterState_GET();
   58|  2.69k|    assert(interp->_initialized);
  ------------------
  |  Branch (58:5): [True: 2.69k, False: 0]
  ------------------
   59|  2.69k|    if (interp->active_func_watchers) {
  ------------------
  |  Branch (59:9): [True: 0, False: 2.69k]
  ------------------
   60|      0|        notify_func_watchers(interp, event, func, new_value);
   61|      0|    }
   62|  2.69k|    switch (event) {
   63|      0|        case PyFunction_EVENT_MODIFY_CODE:
  ------------------
  |  Branch (63:9): [True: 0, False: 2.69k]
  ------------------
   64|      0|        case PyFunction_EVENT_MODIFY_DEFAULTS:
  ------------------
  |  Branch (64:9): [True: 0, False: 2.69k]
  ------------------
   65|      0|        case PyFunction_EVENT_MODIFY_KWDEFAULTS:
  ------------------
  |  Branch (65:9): [True: 0, False: 2.69k]
  ------------------
   66|     27|        case PyFunction_EVENT_MODIFY_QUALNAME:
  ------------------
  |  Branch (66:9): [True: 27, False: 2.67k]
  ------------------
   67|       |#if _Py_TIER2
   68|       |            // Note: we only invalidate JIT code if a function version changes.
   69|       |            // Not when the function is deallocated.
   70|       |            // Function deallocation occurs frequently (think: lambdas),
   71|       |            // so we want to minimize dependency invalidation there.
   72|       |            _Py_Executors_InvalidateDependency(interp, func, 1);
   73|       |#endif
   74|     27|            RARE_EVENT_INTERP_INC(interp, func_modification);
  ------------------
  |  |   98|     27|    do { \
  |  |   99|     27|        /* saturating add */ \
  |  |  100|     27|        uint8_t val = FT_ATOMIC_LOAD_UINT8_RELAXED(interp->rare_events.name); \
  |  |  ------------------
  |  |  |  |  157|     27|#define FT_ATOMIC_LOAD_UINT8_RELAXED(value) value
  |  |  ------------------
  |  |  101|     27|        if (val < UINT8_MAX) { \
  |  |  ------------------
  |  |  |  Branch (101:13): [True: 27, False: 0]
  |  |  ------------------
  |  |  102|     27|            FT_ATOMIC_STORE_UINT8(interp->rare_events.name, val + 1); \
  |  |  ------------------
  |  |  |  |  155|     27|#define FT_ATOMIC_STORE_UINT8(value, new_value) value = new_value
  |  |  ------------------
  |  |  103|     27|        } \
  |  |  104|     27|        RARE_EVENT_STAT_INC(name); \
  |  |  ------------------
  |  |  |  |   89|     27|#define RARE_EVENT_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  |  105|     27|    } while (0); \
  |  |  ------------------
  |  |  |  Branch (105:14): [Folded, False: 27]
  |  |  ------------------
  ------------------
   75|     27|            break;
   76|  2.67k|        default:
  ------------------
  |  Branch (76:9): [True: 2.67k, False: 27]
  ------------------
   77|  2.67k|            break;
   78|  2.69k|    }
   79|  2.69k|}
funcobject.c:get_cache_item:
  312|  2.98k|{
  313|  2.98k|    return interp->func_state.func_version_cache +
  314|  2.98k|           (version % FUNC_VERSION_CACHE_SIZE);
  ------------------
  |  |  497|  2.98k|#define FUNC_VERSION_CACHE_SIZE (1<<12)  /* Must be a power of 2 */
  ------------------
  315|  2.98k|}
funcobject.c:func_clear_version:
  336|    505|{
  337|    505|    if (func->func_version < FUNC_VERSION_FIRST_VALID) {
  ------------------
  |  |   20|    505|#define FUNC_VERSION_FIRST_VALID 2
  ------------------
  |  Branch (337:9): [True: 46, False: 459]
  ------------------
  338|       |        // Version was never set or has already been cleared.
  339|     46|        return;
  340|     46|    }
  341|    459|#ifndef Py_GIL_DISABLED
  342|    459|    struct _func_version_cache_item *slot =
  343|    459|        get_cache_item(interp, func->func_version);
  344|    459|    if (slot->func == func) {
  ------------------
  |  Branch (344:9): [True: 433, False: 26]
  ------------------
  345|    433|        slot->func = NULL;
  346|       |        // Leave slot->code alone, there may be use for it.
  347|    433|    }
  348|    459|#endif
  349|    459|    func->func_version = FUNC_VERSION_CLEARED;
  ------------------
  |  |   19|    459|#define FUNC_VERSION_CLEARED 1
  ------------------
  350|    459|}
funcobject.c:func_dealloc:
 1129|    505|{
 1130|    505|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|    505|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1130:28): [True: 505, False: 0]
  ------------------
 1131|      0|    _PyObject_ResurrectStart(self);
 1132|    505|    handle_func_event(PyFunction_EVENT_DESTROY, op, NULL);
 1133|    505|    if (_PyObject_ResurrectEnd(self)) {
  ------------------
  |  Branch (1133:9): [True: 0, False: 505]
  ------------------
 1134|      0|        return;
 1135|      0|    }
 1136|    505|    _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|    505|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1137|    505|    FT_CLEAR_WEAKREFS(self, op->func_weakreflist);
  ------------------
  |  |   47|    505|    do {                                            \
  |  |   48|    505|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|    505|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 505]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
  |  Branch (1137:5): [True: 505, False: 0]
  ------------------
 1138|    505|    (void)func_clear((PyObject*)op);
 1139|       |    // These aren't cleared by func_clear().
 1140|    505|    _Py_DECREF_CODE((PyCodeObject *)op->func_code);
  ------------------
  |  |  318|    505|#  define _Py_DECREF_CODE Py_DECREF
  |  |  ------------------
  |  |  |  |  430|    505|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1141|    505|    Py_DECREF(op->func_name);
  ------------------
  |  |  430|    505|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1142|    505|    Py_DECREF(op->func_qualname);
  ------------------
  |  |  430|    505|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1143|    505|    PyObject_GC_Del(op);
 1144|    505|}
funcobject.c:func_traverse:
 1156|  2.08k|{
 1157|  2.08k|    PyFunctionObject *f = _PyFunction_CAST(self);
  ------------------
  |  |   86|  2.08k|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|  2.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1157:27): [True: 2.08k, False: 0]
  ------------------
 1158|  2.08k|    Py_VISIT(f->func_code);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.08k, False: 0]
  |  |  ------------------
  |  |  196|  2.08k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.08k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.08k]
  |  |  ------------------
  |  |  198|  2.08k|                return vret;                                            \
  |  |  199|  2.08k|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1159|  2.08k|    Py_VISIT(f->func_globals);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.08k, False: 0]
  |  |  ------------------
  |  |  196|  2.08k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.08k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.08k]
  |  |  ------------------
  |  |  198|  2.08k|                return vret;                                            \
  |  |  199|  2.08k|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1160|  2.08k|    Py_VISIT(f->func_builtins);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.08k, False: 0]
  |  |  ------------------
  |  |  196|  2.08k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.08k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.08k]
  |  |  ------------------
  |  |  198|  2.08k|                return vret;                                            \
  |  |  199|  2.08k|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1161|  2.08k|    Py_VISIT(f->func_module);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.08k, False: 4]
  |  |  ------------------
  |  |  196|  2.08k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.08k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.08k]
  |  |  ------------------
  |  |  198|  2.08k|                return vret;                                            \
  |  |  199|  2.08k|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1162|  2.08k|    Py_VISIT(f->func_defaults);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 304, False: 1.78k]
  |  |  ------------------
  |  |  196|    304|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    304|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    304|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    304|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 304]
  |  |  ------------------
  |  |  198|    304|                return vret;                                            \
  |  |  199|    304|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1163|  2.08k|    Py_VISIT(f->func_kwdefaults);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 66, False: 2.02k]
  |  |  ------------------
  |  |  196|     66|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     66|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     66|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     66|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 66]
  |  |  ------------------
  |  |  198|     66|                return vret;                                            \
  |  |  199|     66|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1164|  2.08k|    Py_VISIT(f->func_doc);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.08k, False: 0]
  |  |  ------------------
  |  |  196|  2.08k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.08k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.08k]
  |  |  ------------------
  |  |  198|  2.08k|                return vret;                                            \
  |  |  199|  2.08k|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1165|  2.08k|    Py_VISIT(f->func_name);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.08k, False: 0]
  |  |  ------------------
  |  |  196|  2.08k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.08k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.08k]
  |  |  ------------------
  |  |  198|  2.08k|                return vret;                                            \
  |  |  199|  2.08k|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1166|  2.08k|    Py_VISIT(f->func_dict);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 126, False: 1.96k]
  |  |  ------------------
  |  |  196|    126|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    126|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    126|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    126|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 126]
  |  |  ------------------
  |  |  198|    126|                return vret;                                            \
  |  |  199|    126|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1167|  2.08k|    Py_VISIT(f->func_closure);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 92, False: 1.99k]
  |  |  ------------------
  |  |  196|     92|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     92|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 92]
  |  |  ------------------
  |  |  198|     92|                return vret;                                            \
  |  |  199|     92|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1168|  2.08k|    Py_VISIT(f->func_annotations);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 2.08k]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1169|  2.08k|    Py_VISIT(f->func_annotate);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 2.08k]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1170|  2.08k|    Py_VISIT(f->func_typeparams);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 2.08k]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1171|  2.08k|    Py_VISIT(f->func_qualname);
  ------------------
  |  |  194|  2.08k|    do {                                                                \
  |  |  195|  2.08k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.08k, False: 0]
  |  |  ------------------
  |  |  196|  2.08k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.08k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.08k]
  |  |  ------------------
  |  |  198|  2.08k|                return vret;                                            \
  |  |  199|  2.08k|        }                                                               \
  |  |  200|  2.08k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.08k]
  |  |  ------------------
  ------------------
 1172|  2.08k|    return 0;
 1173|  2.08k|}
funcobject.c:func_clear:
 1095|    505|{
 1096|    505|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|    505|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1096:28): [True: 505, False: 0]
  ------------------
 1097|      0|    func_clear_version(_PyInterpreterState_GET(), op);
 1098|    505|    PyObject *globals = op->func_globals;
 1099|    505|    op->func_globals = NULL;
 1100|    505|    if (globals != NULL) {
  ------------------
  |  Branch (1100:9): [True: 505, False: 0]
  ------------------
 1101|    505|        _Py_DECREF_DICT(globals);
  ------------------
  |  |  385|    505|#  define _Py_DECREF_DICT Py_DECREF
  |  |  ------------------
  |  |  |  |  430|    505|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1102|    505|    }
 1103|    505|    PyObject *builtins = op->func_builtins;
 1104|    505|    op->func_builtins = NULL;
 1105|    505|    if (builtins != NULL) {
  ------------------
  |  Branch (1105:9): [True: 505, False: 0]
  ------------------
 1106|    505|        _Py_DECREF_BUILTINS(builtins);
  ------------------
  |  |  387|    505|#  define _Py_DECREF_BUILTINS Py_DECREF
  |  |  ------------------
  |  |  |  |  430|    505|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1107|    505|    }
 1108|    505|    Py_CLEAR(op->func_module);
  ------------------
  |  |  484|    505|    do { \
  |  |  485|    505|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    505|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    505|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 493, False: 12]
  |  |  ------------------
  |  |  488|    493|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    493|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    493|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    493|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    493|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    493|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    493|        } \
  |  |  491|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1109|    505|    Py_CLEAR(op->func_defaults);
  ------------------
  |  |  484|    505|    do { \
  |  |  485|    505|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    505|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    505|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 69, False: 436]
  |  |  ------------------
  |  |  488|     69|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     69|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     69|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     69|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     69|        } \
  |  |  491|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1110|    505|    Py_CLEAR(op->func_kwdefaults);
  ------------------
  |  |  484|    505|    do { \
  |  |  485|    505|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    505|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    505|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 503]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1111|    505|    Py_CLEAR(op->func_doc);
  ------------------
  |  |  484|    505|    do { \
  |  |  485|    505|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    505|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    505|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 505, False: 0]
  |  |  ------------------
  |  |  488|    505|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    505|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    505|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    505|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    505|        } \
  |  |  491|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1112|    505|    Py_CLEAR(op->func_dict);
  ------------------
  |  |  484|    505|    do { \
  |  |  485|    505|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    505|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    505|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 505]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1113|    505|    Py_CLEAR(op->func_closure);
  ------------------
  |  |  484|    505|    do { \
  |  |  485|    505|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    505|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    505|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 56, False: 449]
  |  |  ------------------
  |  |  488|     56|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     56|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     56|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     56|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     56|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     56|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     56|        } \
  |  |  491|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1114|    505|    Py_CLEAR(op->func_annotations);
  ------------------
  |  |  484|    505|    do { \
  |  |  485|    505|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    505|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    505|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 505]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1115|    505|    Py_CLEAR(op->func_annotate);
  ------------------
  |  |  484|    505|    do { \
  |  |  485|    505|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    505|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    505|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 505]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1116|    505|    Py_CLEAR(op->func_typeparams);
  ------------------
  |  |  484|    505|    do { \
  |  |  485|    505|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    505|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    505|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 505]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1117|       |    // Don't Py_CLEAR(op->func_code), since code is always required
 1118|       |    // to be non-NULL. Similarly, name and qualname shouldn't be NULL.
 1119|       |    // However, name and qualname could be str subclasses, so they
 1120|       |    // could have reference cycles. The solution is to replace them
 1121|       |    // with a genuinely immutable string.
 1122|    505|    Py_SETREF(op->func_name, &_Py_STR(empty));
  ------------------
  |  |  352|    505|    do { \
  |  |  353|    505|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    505|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    505|        *_tmp_dst_ptr = (src); \
  |  |  356|    505|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|    505|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1123|    505|    Py_SETREF(op->func_qualname, &_Py_STR(empty));
  ------------------
  |  |  352|    505|    do { \
  |  |  353|    505|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    505|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    505|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    505|        *_tmp_dst_ptr = (src); \
  |  |  356|    505|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|    505|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    505|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 505]
  |  |  ------------------
  ------------------
 1124|    505|    return 0;
 1125|    505|}
funcobject.c:func_get_code:
  635|      4|{
  636|      4|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|      4|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (636:28): [True: 4, False: 0]
  ------------------
  637|      4|    if (PySys_Audit("object.__getattr__", "Os", op, "__code__") < 0) {
  ------------------
  |  Branch (637:9): [True: 0, False: 4]
  ------------------
  638|      0|        return NULL;
  639|      0|    }
  640|       |
  641|      4|    return Py_NewRef(op->func_code);
  ------------------
  |  |  550|      4|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  642|      4|}
funcobject.c:function___annotate___get_impl:
  834|      4|{
  835|      4|    if (self->func_annotate == NULL) {
  ------------------
  |  Branch (835:9): [True: 4, False: 0]
  ------------------
  836|      4|        Py_RETURN_NONE;
  ------------------
  |  |  628|      4|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  837|      4|    }
  838|      0|    return Py_NewRef(self->func_annotate);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  839|      4|}
funcobject.c:function___annotate___set_impl:
  850|      3|{
  851|      3|    if (value == NULL) {
  ------------------
  |  Branch (851:9): [True: 0, False: 3]
  ------------------
  852|      0|        PyErr_SetString(PyExc_TypeError,
  853|      0|            "__annotate__ cannot be deleted");
  854|      0|        return -1;
  855|      0|    }
  856|      3|    if (Py_IsNone(value)) {
  ------------------
  |  |  621|      3|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|      3|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  857|      3|        Py_XSETREF(self->func_annotate, value);
  ------------------
  |  |  374|      3|    do { \
  |  |  375|      3|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      3|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      3|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      3|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      3|        *_tmp_dst_ptr = (src); \
  |  |  378|      3|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      3|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
  858|      3|        return 0;
  859|      3|    }
  860|      0|    else if (PyCallable_Check(value)) {
  ------------------
  |  Branch (860:14): [True: 0, False: 0]
  ------------------
  861|      0|        Py_XSETREF(self->func_annotate, Py_XNewRef(value));
  ------------------
  |  |  374|      0|    do { \
  |  |  375|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      0|        *_tmp_dst_ptr = (src); \
  |  |  378|      0|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  862|      0|        Py_CLEAR(self->func_annotations);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  863|      0|        return 0;
  864|      0|    }
  865|      0|    else {
  866|      0|        PyErr_SetString(PyExc_TypeError,
  867|      0|            "__annotate__ must be callable or None");
  868|      0|        return -1;
  869|      0|    }
  870|      3|}
funcobject.c:func_get_name:
  695|    178|{
  696|    178|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|    178|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|    178|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (696:28): [True: 178, False: 0]
  ------------------
  697|    178|    return Py_NewRef(op->func_name);
  ------------------
  |  |  550|    178|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    178|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    178|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  698|    178|}
funcobject.c:func_set_name:
  702|     22|{
  703|     22|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|     22|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (703:28): [True: 22, False: 0]
  ------------------
  704|       |    /* Not legal to del f.func_name or to set it to anything
  705|       |     * other than a string object. */
  706|     22|    if (value == NULL || !PyUnicode_Check(value)) {
  ------------------
  |  |  103|     22|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     22|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (706:9): [True: 0, False: 22]
  |  Branch (706:26): [True: 0, False: 22]
  ------------------
  707|      0|        PyErr_SetString(PyExc_TypeError,
  708|      0|                        "__name__ must be set to a string object");
  709|      0|        return -1;
  710|      0|    }
  711|     22|    Py_XSETREF(op->func_name, Py_NewRef(value));
  ------------------
  |  |  374|     22|    do { \
  |  |  375|     22|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     22|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     22|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     22|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     22|        *_tmp_dst_ptr = (src); \
  |  |  378|     22|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     22|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     22|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 22]
  |  |  ------------------
  ------------------
  712|     22|    return 0;
  713|     22|}
funcobject.c:func_get_qualname:
  717|    172|{
  718|    172|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|    172|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|    172|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (718:28): [True: 172, False: 0]
  ------------------
  719|    172|    return Py_NewRef(op->func_qualname);
  ------------------
  |  |  550|    172|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    172|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    172|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  720|    172|}
funcobject.c:func_set_qualname:
  724|     27|{
  725|     27|    PyFunctionObject *op = _PyFunction_CAST(self);
  ------------------
  |  |   86|     27|    (assert(PyFunction_Check(func)), _Py_CAST(PyFunctionObject*, func))
  |  |  ------------------
  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (725:28): [True: 27, False: 0]
  ------------------
  726|       |    /* Not legal to del f.__qualname__ or to set it to anything
  727|       |     * other than a string object. */
  728|     27|    if (value == NULL || !PyUnicode_Check(value)) {
  ------------------
  |  |  103|     27|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     27|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (728:9): [True: 0, False: 27]
  |  Branch (728:26): [True: 0, False: 27]
  ------------------
  729|      0|        PyErr_SetString(PyExc_TypeError,
  730|      0|                        "__qualname__ must be set to a string object");
  731|      0|        return -1;
  732|      0|    }
  733|     27|    handle_func_event(PyFunction_EVENT_MODIFY_QUALNAME, (PyFunctionObject *) op, value);
  734|     27|    Py_XSETREF(op->func_qualname, Py_NewRef(value));
  ------------------
  |  |  374|     27|    do { \
  |  |  375|     27|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     27|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     27|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     27|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     27|        *_tmp_dst_ptr = (src); \
  |  |  378|     27|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     27|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     27|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 27]
  |  |  ------------------
  ------------------
  735|     27|    return 0;
  736|     27|}
funcobject.c:function___type_params___get_impl:
  931|      4|{
  932|      4|    if (self->func_typeparams == NULL) {
  ------------------
  |  Branch (932:9): [True: 4, False: 0]
  ------------------
  933|      4|        return PyTuple_New(0);
  934|      4|    }
  935|       |
  936|      4|    assert(PyTuple_Check(self->func_typeparams));
  ------------------
  |  Branch (936:5): [True: 0, False: 0]
  ------------------
  937|      0|    return Py_NewRef(self->func_typeparams);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  938|      0|}
funcobject.c:function___type_params___set_impl:
  949|      3|{
  950|       |    /* Not legal to del f.__type_params__ or to set it to anything
  951|       |     * other than a tuple object. */
  952|      3|    if (value == NULL || !PyTuple_Check(value)) {
  ------------------
  |  |   27|      3|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      3|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (952:9): [True: 0, False: 3]
  |  Branch (952:26): [True: 0, False: 3]
  ------------------
  953|      0|        PyErr_SetString(PyExc_TypeError,
  954|      0|                        "__type_params__ must be set to a tuple");
  955|      0|        return -1;
  956|      0|    }
  957|      3|    Py_XSETREF(self->func_typeparams, Py_NewRef(value));
  ------------------
  |  |  374|      3|    do { \
  |  |  375|      3|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      3|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      3|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      3|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      3|        *_tmp_dst_ptr = (src); \
  |  |  378|      3|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      3|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
  958|      3|    return 0;
  959|      3|}
funcobject.c:func_descr_get:
 1178|    468|{
 1179|    468|    if (obj == Py_None || obj == NULL) {
  ------------------
  |  |  616|    936|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1179:9): [True: 0, False: 468]
  |  Branch (1179:27): [True: 162, False: 306]
  ------------------
 1180|    162|        return Py_NewRef(func);
  ------------------
  |  |  550|    162|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    162|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    162|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1181|    162|    }
 1182|    306|    return PyMethod_New(func, obj);
 1183|    468|}
funcobject.c:cm_traverse:
 1426|    140|{
 1427|    140|    classmethod *cm = _PyClassMethod_CAST(self);
  ------------------
  |  | 1411|    140|    (assert(PyObject_TypeCheck((cm), &PyClassMethod_Type)), \
  |  | 1412|    140|     _Py_CAST(classmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|    140|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1427:23): [True: 140, False: 0]
  ------------------
 1428|    140|    Py_VISIT(cm->cm_callable);
  ------------------
  |  |  194|    140|    do {                                                                \
  |  |  195|    140|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 140, False: 0]
  |  |  ------------------
  |  |  196|    140|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    140|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    140|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    140|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 140]
  |  |  ------------------
  |  |  198|    140|                return vret;                                            \
  |  |  199|    140|        }                                                               \
  |  |  200|    140|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 140]
  |  |  ------------------
  ------------------
 1429|    140|    Py_VISIT(cm->cm_dict);
  ------------------
  |  |  194|    140|    do {                                                                \
  |  |  195|    140|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 140, False: 0]
  |  |  ------------------
  |  |  196|    140|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    140|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    140|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    140|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 140]
  |  |  ------------------
  |  |  198|    140|                return vret;                                            \
  |  |  199|    140|        }                                                               \
  |  |  200|    140|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 140]
  |  |  ------------------
  ------------------
 1430|    140|    return 0;
 1431|    140|}
funcobject.c:cm_get___isabstractmethod__:
 1511|     54|{
 1512|     54|    classmethod *cm = _PyClassMethod_CAST(self);
  ------------------
  |  | 1411|     54|    (assert(PyObject_TypeCheck((cm), &PyClassMethod_Type)), \
  |  | 1412|     54|     _Py_CAST(classmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1512:23): [True: 54, False: 0]
  ------------------
 1513|      0|    int res = _PyObject_IsAbstract(cm->cm_callable);
 1514|     54|    if (res == -1) {
  ------------------
  |  Branch (1514:9): [True: 0, False: 54]
  ------------------
 1515|      0|        return NULL;
 1516|      0|    }
 1517|     54|    else if (res) {
  ------------------
  |  Branch (1517:14): [True: 0, False: 54]
  ------------------
 1518|      0|        Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1519|      0|    }
 1520|     54|    Py_RETURN_FALSE;
  ------------------
  |  |   45|     54|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|     54|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1521|     54|}
funcobject.c:cm_descr_get:
 1445|    404|{
 1446|    404|    classmethod *cm = (classmethod *)self;
 1447|    404|    if (type == NULL)
  ------------------
  |  Branch (1447:9): [True: 0, False: 404]
  ------------------
 1448|      0|        type = (PyObject *)(Py_TYPE(obj));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1449|    404|    return PyMethod_New(cm->cm_callable, type);
 1450|    404|}
funcobject.c:cm_init:
 1490|    104|{
 1491|    104|    if (!_PyArg_NoKeywords("classmethod", kwds)) {
  ------------------
  |  |   25|    104|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 104, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1492|      0|        return -1;
 1493|      0|    }
 1494|    104|    PyObject *callable;  // borrowed ref
 1495|    104|    if (!PyArg_UnpackTuple(args, "classmethod", 1, 1, &callable)) {
  ------------------
  |  Branch (1495:9): [True: 0, False: 104]
  ------------------
 1496|      0|        return -1;
 1497|      0|    }
 1498|       |
 1499|    104|    classmethod *cm = (classmethod *)self;
 1500|    104|    return cm_set_callable(cm, callable);
 1501|    104|}
funcobject.c:cm_new:
 1467|    104|{
 1468|    104|    if (!_PyArg_NoKeywords("classmethod", kwds)) {
  ------------------
  |  |   25|    104|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 104, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1469|      0|        return NULL;
 1470|      0|    }
 1471|    104|    PyObject *callable;  // borrowed ref
 1472|    104|    if (!PyArg_UnpackTuple(args, "classmethod", 1, 1, &callable)) {
  ------------------
  |  Branch (1472:9): [True: 0, False: 104]
  ------------------
 1473|      0|        return NULL;
 1474|      0|    }
 1475|       |
 1476|    104|    classmethod *cm = (classmethod *)PyType_GenericAlloc(type, 0);
 1477|    104|    if (cm == NULL) {
  ------------------
  |  Branch (1477:9): [True: 0, False: 104]
  ------------------
 1478|      0|        return NULL;
 1479|      0|    }
 1480|    104|    _PyObject_SetDeferredRefcount((PyObject *)cm);
 1481|    104|    if (cm_set_callable(cm, callable) < 0) {
  ------------------
  |  Branch (1481:9): [True: 0, False: 104]
  ------------------
 1482|      0|        Py_DECREF(cm);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1483|      0|        return NULL;
 1484|      0|    }
 1485|    104|    return (PyObject *)cm;
 1486|    104|}
funcobject.c:cm_set_callable:
 1454|    209|{
 1455|    209|    assert(callable != NULL);
  ------------------
  |  Branch (1455:5): [True: 209, False: 0]
  ------------------
 1456|    209|    if (cm->cm_callable == callable) {
  ------------------
  |  Branch (1456:9): [True: 104, False: 105]
  ------------------
 1457|       |        // cm_init() sets the same callable than cm_new()
 1458|    104|        return 0;
 1459|    104|    }
 1460|       |
 1461|    105|    Py_XSETREF(cm->cm_callable, Py_NewRef(callable));
  ------------------
  |  |  374|    105|    do { \
  |  |  375|    105|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    105|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    105|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    105|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    105|        *_tmp_dst_ptr = (src); \
  |  |  378|    105|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    105|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    105|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    105|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    105|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 105]
  |  |  ------------------
  ------------------
 1462|    105|    return functools_wraps((PyObject *)cm, cm->cm_callable);
 1463|    209|}
funcobject.c:functools_wraps:
 1302|    155|{
 1303|    155|#define COPY_ATTR(ATTR) \
 1304|    155|    do { \
 1305|    155|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
 1306|    155|            return -1; \
 1307|    155|        } \
 1308|    155|    } while (0) \
 1309|    155|
 1310|    155|    COPY_ATTR(__module__);
  ------------------
  |  | 1304|    155|    do { \
  |  | 1305|    155|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
  |  |  ------------------
  |  |  |  |  917|    155|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    155|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    155|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1305:13): [True: 0, False: 155]
  |  |  ------------------
  |  | 1306|      0|            return -1; \
  |  | 1307|      0|        } \
  |  | 1308|    155|    } while (0) \
  |  |  ------------------
  |  |  |  Branch (1308:14): [Folded, False: 155]
  |  |  ------------------
  ------------------
 1311|    155|    COPY_ATTR(__name__);
  ------------------
  |  | 1304|    155|    do { \
  |  | 1305|    155|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
  |  |  ------------------
  |  |  |  |  917|    155|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    155|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    155|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1305:13): [True: 0, False: 155]
  |  |  ------------------
  |  | 1306|      0|            return -1; \
  |  | 1307|      0|        } \
  |  | 1308|    155|    } while (0) \
  |  |  ------------------
  |  |  |  Branch (1308:14): [Folded, False: 155]
  |  |  ------------------
  ------------------
 1312|    155|    COPY_ATTR(__qualname__);
  ------------------
  |  | 1304|    155|    do { \
  |  | 1305|    155|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
  |  |  ------------------
  |  |  |  |  917|    155|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    155|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    155|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1305:13): [True: 0, False: 155]
  |  |  ------------------
  |  | 1306|      0|            return -1; \
  |  | 1307|      0|        } \
  |  | 1308|    155|    } while (0) \
  |  |  ------------------
  |  |  |  Branch (1308:14): [Folded, False: 155]
  |  |  ------------------
  ------------------
 1313|    155|    COPY_ATTR(__doc__);
  ------------------
  |  | 1304|    155|    do { \
  |  | 1305|    155|        if (functools_copy_attr(wrapper, wrapped, &_Py_ID(ATTR)) < 0) { \
  |  |  ------------------
  |  |  |  |  917|    155|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    155|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    155|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1305:13): [True: 0, False: 155]
  |  |  ------------------
  |  | 1306|      0|            return -1; \
  |  | 1307|      0|        } \
  |  | 1308|    155|    } while (0) \
  |  |  ------------------
  |  |  |  Branch (1308:14): [Folded, False: 155]
  |  |  ------------------
  ------------------
 1314|    155|    return 0;
 1315|       |
 1316|    155|#undef COPY_ATTR
 1317|    155|}
funcobject.c:functools_copy_attr:
 1289|    620|{
 1290|    620|    PyObject *value;
 1291|    620|    int res = PyObject_GetOptionalAttr(wrapped, name, &value);
 1292|    620|    if (value != NULL) {
  ------------------
  |  Branch (1292:9): [True: 620, False: 0]
  ------------------
 1293|    620|        res = PyObject_SetAttr(wrapper, name, value);
 1294|    620|        Py_DECREF(value);
  ------------------
  |  |  430|    620|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    620|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    620|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1295|    620|    }
 1296|    620|    return res;
 1297|    620|}
funcobject.c:sm_dealloc:
 1681|      1|{
 1682|      1|    staticmethod *sm = _PyStaticMethod_CAST(self);
  ------------------
  |  | 1676|      1|    (assert(PyObject_TypeCheck((cm), &PyStaticMethod_Type)), \
  |  | 1677|      1|     _Py_CAST(staticmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1682:24): [True: 1, False: 0]
  ------------------
 1683|      1|    _PyObject_GC_UNTRACK((PyObject *)sm);
  ------------------
  |  |  515|      1|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      1|    Py_XDECREF(sm->sm_callable);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1685|      1|    Py_XDECREF(sm->sm_dict);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1686|      1|    Py_TYPE(sm)->tp_free((PyObject *)sm);
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1687|      1|}
funcobject.c:sm_traverse:
 1691|     80|{
 1692|     80|    staticmethod *sm = _PyStaticMethod_CAST(self);
  ------------------
  |  | 1676|     80|    (assert(PyObject_TypeCheck((cm), &PyStaticMethod_Type)), \
  |  | 1677|     80|     _Py_CAST(staticmethod*, cm))
  |  |  ------------------
  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1692:24): [True: 80, False: 0]
  ------------------
 1693|     80|    Py_VISIT(sm->sm_callable);
  ------------------
  |  |  194|     80|    do {                                                                \
  |  |  195|     80|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 80, False: 0]
  |  |  ------------------
  |  |  196|     80|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     80|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 80]
  |  |  ------------------
  |  |  198|     80|                return vret;                                            \
  |  |  199|     80|        }                                                               \
  |  |  200|     80|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 80]
  |  |  ------------------
  ------------------
 1694|     80|    Py_VISIT(sm->sm_dict);
  ------------------
  |  |  194|     80|    do {                                                                \
  |  |  195|     80|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 80, False: 0]
  |  |  ------------------
  |  |  196|     80|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     80|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 80]
  |  |  ------------------
  |  |  198|     80|                return vret;                                            \
  |  |  199|     80|        }                                                               \
  |  |  200|     80|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 80]
  |  |  ------------------
  ------------------
 1695|     80|    return 0;
 1696|     80|}
funcobject.c:sm_descr_get:
 1709|     93|{
 1710|     93|    staticmethod *sm = (staticmethod *)self;
 1711|     93|    return Py_NewRef(sm->sm_callable);
  ------------------
  |  |  550|     93|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1712|     93|}
funcobject.c:sm_init:
 1752|     25|{
 1753|     25|    if (!_PyArg_NoKeywords("staticmethod", kwds)) {
  ------------------
  |  |   25|     25|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 25, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1754|      0|        return -1;
 1755|      0|    }
 1756|     25|    PyObject *callable;  // borrowed ref
 1757|     25|    if (!PyArg_UnpackTuple(args, "staticmethod", 1, 1, &callable)) {
  ------------------
  |  Branch (1757:9): [True: 0, False: 25]
  ------------------
 1758|      0|        return -1;
 1759|      0|    }
 1760|       |
 1761|     25|    staticmethod *sm = (staticmethod *)self;
 1762|     25|    return sm_set_callable(sm, callable);
 1763|     25|}
funcobject.c:sm_new:
 1729|     25|{
 1730|     25|    if (!_PyArg_NoKeywords("staticmethod", kwds)) {
  ------------------
  |  |   25|     25|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 25, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1731|      0|        return NULL;
 1732|      0|    }
 1733|     25|    PyObject *callable;  // borrowed ref
 1734|     25|    if (!PyArg_UnpackTuple(args, "staticmethod", 1, 1, &callable)) {
  ------------------
  |  Branch (1734:9): [True: 0, False: 25]
  ------------------
 1735|      0|        return NULL;
 1736|      0|    }
 1737|       |
 1738|     25|    staticmethod *sm = (staticmethod *)PyType_GenericAlloc(type, 0);
 1739|     25|    if (sm == NULL) {
  ------------------
  |  Branch (1739:9): [True: 0, False: 25]
  ------------------
 1740|      0|        return NULL;
 1741|      0|    }
 1742|     25|    _PyObject_SetDeferredRefcount((PyObject *)sm);
 1743|     25|    if (sm_set_callable(sm, callable) < 0) {
  ------------------
  |  Branch (1743:9): [True: 0, False: 25]
  ------------------
 1744|      0|        Py_DECREF(sm);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1745|      0|        return NULL;
 1746|      0|    }
 1747|     25|    return (PyObject *)sm;
 1748|     25|}
funcobject.c:sm_set_callable:
 1716|     75|{
 1717|     75|    assert(callable != NULL);
  ------------------
  |  Branch (1717:5): [True: 75, False: 0]
  ------------------
 1718|     75|    if (sm->sm_callable == callable) {
  ------------------
  |  Branch (1718:9): [True: 25, False: 50]
  ------------------
 1719|       |        // sm_init() sets the same callable than sm_new()
 1720|     25|        return 0;
 1721|     25|    }
 1722|       |
 1723|     50|    Py_XSETREF(sm->sm_callable, Py_NewRef(callable));
  ------------------
  |  |  374|     50|    do { \
  |  |  375|     50|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     50|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     50|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     50|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     50|        *_tmp_dst_ptr = (src); \
  |  |  378|     50|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     50|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     50|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 50]
  |  |  ------------------
  ------------------
 1724|     50|    return functools_wraps((PyObject *)sm, sm->sm_callable);
 1725|     75|}

Py_GenericAlias:
 1045|      4|{
 1046|      4|    gaobject *alias = (gaobject*) PyType_GenericAlloc(
 1047|      4|            (PyTypeObject *)&Py_GenericAliasType, 0);
 1048|      4|    if (alias == NULL) {
  ------------------
  |  Branch (1048:9): [True: 0, False: 4]
  ------------------
 1049|      0|        return NULL;
 1050|      0|    }
 1051|      4|    if (!setup_ga(alias, origin, args)) {
  ------------------
  |  Branch (1051:9): [True: 0, False: 4]
  ------------------
 1052|      0|        Py_DECREF(alias);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1053|      0|        return NULL;
 1054|      0|    }
 1055|      4|    return (PyObject *)alias;
 1056|      4|}
genericaliasobject.c:ga_dealloc:
   33|      4|{
   34|      4|    gaobject *alias = (gaobject *)self;
   35|       |
   36|      4|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|      4|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   37|      4|    FT_CLEAR_WEAKREFS(self, alias->weakreflist);
  ------------------
  |  |   47|      4|    do {                                            \
  |  |   48|      4|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|      4|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 4]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  |  Branch (37:5): [True: 4, False: 0]
  ------------------
   38|      4|    Py_XDECREF(alias->origin);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   39|      4|    Py_XDECREF(alias->args);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   40|      4|    Py_XDECREF(alias->parameters);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   41|      4|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   42|      4|}
genericaliasobject.c:setup_ga:
  872|      4|setup_ga(gaobject *alias, PyObject *origin, PyObject *args) {
  873|      4|    if (!PyTuple_Check(args)) {
  ------------------
  |  |   27|      4|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (873:9): [True: 4, False: 0]
  ------------------
  874|      4|        args = PyTuple_Pack(1, args);
  875|      4|        if (args == NULL) {
  ------------------
  |  Branch (875:13): [True: 0, False: 4]
  ------------------
  876|      0|            return 0;
  877|      0|        }
  878|      4|    }
  879|      0|    else {
  880|      0|        Py_INCREF(args);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  881|      0|    }
  882|       |
  883|      4|    alias->origin = Py_NewRef(origin);
  ------------------
  |  |  550|      4|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|      4|    alias->args = args;
  885|      4|    alias->parameters = NULL;
  886|      4|    alias->weakreflist = NULL;
  887|       |
  888|      4|    if (PyVectorcall_Function(origin) != NULL) {
  ------------------
  |  Branch (888:9): [True: 4, False: 0]
  ------------------
  889|      4|        alias->vectorcall = ga_vectorcall;
  890|      4|    }
  891|      0|    else {
  892|      0|        alias->vectorcall = NULL;
  893|      0|    }
  894|       |
  895|      4|    return 1;
  896|      4|}

_Py_MakeCoro:
 1115|     67|{
 1116|     67|    int coro_flags = ((PyCodeObject *)func->func_code)->co_flags &
 1117|     67|        (CO_GENERATOR | CO_COROUTINE | CO_ASYNC_GENERATOR);
  ------------------
  |  |  123|     67|#define CO_GENERATOR    0x0020
  ------------------
                      (CO_GENERATOR | CO_COROUTINE | CO_ASYNC_GENERATOR);
  ------------------
  |  |  127|     67|#define CO_COROUTINE            0x0080
  ------------------
                      (CO_GENERATOR | CO_COROUTINE | CO_ASYNC_GENERATOR);
  ------------------
  |  |  129|     67|#define CO_ASYNC_GENERATOR      0x0200
  ------------------
 1118|     67|    assert(coro_flags);
  ------------------
  |  Branch (1118:5): [True: 67, False: 0]
  ------------------
 1119|     67|    if (coro_flags == CO_GENERATOR) {
  ------------------
  |  |  123|     67|#define CO_GENERATOR    0x0020
  ------------------
  |  Branch (1119:9): [True: 63, False: 4]
  ------------------
 1120|     63|        return make_gen(&PyGen_Type, func);
 1121|     63|    }
 1122|      4|    if (coro_flags == CO_ASYNC_GENERATOR) {
  ------------------
  |  |  129|      4|#define CO_ASYNC_GENERATOR      0x0200
  ------------------
  |  Branch (1122:9): [True: 2, False: 2]
  ------------------
 1123|      2|        PyAsyncGenObject *ag;
 1124|      2|        ag = (PyAsyncGenObject *)make_gen(&PyAsyncGen_Type, func);
 1125|      2|        if (ag == NULL) {
  ------------------
  |  Branch (1125:13): [True: 0, False: 2]
  ------------------
 1126|      0|            return NULL;
 1127|      0|        }
 1128|      2|        ag->ag_origin_or_finalizer = NULL;
 1129|      2|        ag->ag_closed = 0;
 1130|      2|        ag->ag_hooks_inited = 0;
 1131|      2|        ag->ag_running_async = 0;
 1132|      2|        return (PyObject*)ag;
 1133|      2|    }
 1134|       |
 1135|      4|    assert (coro_flags == CO_COROUTINE);
  ------------------
  |  Branch (1135:5): [True: 2, False: 0]
  ------------------
 1136|      2|    PyObject *coro = make_gen(&PyCoro_Type, func);
 1137|      2|    if (!coro) {
  ------------------
  |  Branch (1137:9): [True: 0, False: 2]
  ------------------
 1138|      0|        return NULL;
 1139|      0|    }
 1140|      2|    PyThreadState *tstate = _PyThreadState_GET();
 1141|      2|    int origin_depth = tstate->coroutine_origin_tracking_depth;
 1142|       |
 1143|      2|    if (origin_depth == 0) {
  ------------------
  |  Branch (1143:9): [True: 2, False: 0]
  ------------------
 1144|      2|        ((PyCoroObject *)coro)->cr_origin_or_finalizer = NULL;
 1145|      2|    } else {
 1146|      0|        _PyInterpreterFrame *frame = tstate->current_frame;
 1147|      0|        assert(frame);
  ------------------
  |  Branch (1147:9): [True: 0, False: 0]
  ------------------
 1148|      0|        assert(_PyFrame_IsIncomplete(frame));
  ------------------
  |  Branch (1148:9): [True: 0, False: 0]
  ------------------
 1149|      0|        frame = _PyFrame_GetFirstComplete(frame->previous);
 1150|      0|        PyObject *cr_origin = _PyCoro_ComputeOrigin(origin_depth, frame);
 1151|      0|        ((PyCoroObject *)coro)->cr_origin_or_finalizer = cr_origin;
 1152|      0|        if (!cr_origin) {
  ------------------
  |  Branch (1152:13): [True: 0, False: 0]
  ------------------
 1153|      0|            Py_DECREF(coro);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1154|      0|            return NULL;
 1155|      0|        }
 1156|      0|    }
 1157|      2|    return coro;
 1158|      2|}
genobject.c:_PyGen_GetCode:
   69|     20|_PyGen_GetCode(PyGenObject *gen) {
   70|     20|    return _PyFrame_GetCode(&gen->gi_iframe);
   71|     20|}
genobject.c:gen_clear_frame:
  168|     12|{
  169|     12|    assert(FT_ATOMIC_LOAD_INT8_RELAXED(gen->gi_frame_state) == FRAME_CLEARED);
  ------------------
  |  Branch (169:5): [True: 12, False: 0]
  ------------------
  170|     12|    _PyInterpreterFrame *frame = &gen->gi_iframe;
  171|       |    frame->previous = NULL;
  172|     12|    _PyFrame_ClearExceptCode(frame);
  173|     12|    _PyErr_ClearExcState(&gen->gi_exc_state);
  174|     12|}
genobject.c:gen_dealloc:
  206|     67|{
  207|     67|    PyGenObject *gen = _PyGen_CAST(self);
  ------------------
  |  |   33|     67|    _Py_CAST(PyGenObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  208|       |
  209|     67|    _PyObject_GC_UNTRACK(gen);
  ------------------
  |  |  515|     67|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  210|       |
  211|     67|    FT_CLEAR_WEAKREFS(self, gen->gi_weakreflist);
  ------------------
  |  |   47|     67|    do {                                            \
  |  |   48|     67|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|     67|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 67]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|     67|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 67]
  |  |  ------------------
  ------------------
  |  Branch (211:5): [True: 67, False: 0]
  ------------------
  212|       |
  213|     67|    _PyObject_GC_TRACK(self);
  ------------------
  |  |  513|     67|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|       |
  215|     67|    if (PyObject_CallFinalizerFromDealloc(self))
  ------------------
  |  Branch (215:9): [True: 0, False: 67]
  ------------------
  216|      0|        return;                     /* resurrected.  :( */
  217|       |
  218|     67|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     67|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  219|     67|    if (PyAsyncGen_CheckExact(gen)) {
  ------------------
  |  |   46|     67|#define PyAsyncGen_CheckExact(op) Py_IS_TYPE((op), &PyAsyncGen_Type)
  |  |  ------------------
  |  |  |  |  215|     67|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 65]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|       |        /* We have to handle this case for asynchronous generators
  221|       |           right here, because this code has to be between UNTRACK
  222|       |           and GC_Del. */
  223|      2|        Py_CLEAR(((PyAsyncGenObject*)gen)->ag_origin_or_finalizer);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  224|      2|    }
  225|     67|    if (PyCoro_CheckExact(gen)) {
  ------------------
  |  |   31|     67|#define PyCoro_CheckExact(op) Py_IS_TYPE((op), &PyCoro_Type)
  |  |  ------------------
  |  |  |  |  215|     67|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 65]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  226|      2|        Py_CLEAR(((PyCoroObject *)gen)->cr_origin_or_finalizer);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  227|      2|    }
  228|     67|    if (gen->gi_frame_state != FRAME_CLEARED) {
  ------------------
  |  Branch (228:9): [True: 0, False: 67]
  ------------------
  229|      0|        gen->gi_frame_state = FRAME_CLEARED;
  230|      0|        gen_clear_frame(gen);
  231|      0|    }
  232|     67|    assert(gen->gi_exc_state.exc_value == NULL);
  ------------------
  |  Branch (232:5): [True: 67, False: 0]
  ------------------
  233|     67|    PyStackRef_CLEAR(gen->gi_iframe.f_executable);
  ------------------
  |  |  711|     67|    do { \
  |  |  712|     67|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|     67|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|     67|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|     67|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|     67|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 67]
  |  |  ------------------
  ------------------
  234|     67|    Py_CLEAR(gen->gi_name);
  ------------------
  |  |  484|     67|    do { \
  |  |  485|     67|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     67|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     67|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     67|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     67|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 67, False: 0]
  |  |  ------------------
  |  |  488|     67|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     67|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     67|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     67|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     67|        } \
  |  |  491|     67|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 67]
  |  |  ------------------
  ------------------
  235|     67|    Py_CLEAR(gen->gi_qualname);
  ------------------
  |  |  484|     67|    do { \
  |  |  485|     67|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     67|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     67|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     67|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     67|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 67, False: 0]
  |  |  ------------------
  |  |  488|     67|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     67|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     67|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     67|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     67|        } \
  |  |  491|     67|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 67]
  |  |  ------------------
  ------------------
  236|       |
  237|     67|    PyObject_GC_Del(gen);
  238|     67|}
genobject.c:gen_send_ex:
  330|    120|{
  331|    120|    *presult = NULL;
  332|    120|    int8_t frame_state = FT_ATOMIC_LOAD_INT8_RELAXED(gen->gi_frame_state);
  ------------------
  |  |  156|    120|#define FT_ATOMIC_LOAD_INT8_RELAXED(value) value
  ------------------
  333|    120|    do {
  334|    120|        if (frame_state == FRAME_CREATED && arg && arg != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (334:13): [True: 52, False: 68]
  |  Branch (334:45): [True: 0, False: 52]
  |  Branch (334:52): [True: 0, False: 0]
  ------------------
  335|      0|            const char *msg = "can't send non-None value to a "
  336|      0|                                "just-started generator";
  337|      0|            if (PyCoro_CheckExact(gen)) {
  ------------------
  |  |   31|      0|#define PyCoro_CheckExact(op) Py_IS_TYPE((op), &PyCoro_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|      0|                msg = NON_INIT_CORO_MSG;
  339|      0|            }
  340|      0|            else if (PyAsyncGen_CheckExact(gen)) {
  ------------------
  |  |   46|      0|#define PyAsyncGen_CheckExact(op) Py_IS_TYPE((op), &PyAsyncGen_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  341|      0|                msg = "can't send non-None value to a "
  342|      0|                        "just-started async generator";
  343|      0|            }
  344|      0|            PyErr_SetString(PyExc_TypeError, msg);
  345|      0|            return PYGEN_ERROR;
  346|      0|        }
  347|    120|        if (frame_state == FRAME_EXECUTING) {
  ------------------
  |  Branch (347:13): [True: 0, False: 120]
  ------------------
  348|      0|            gen_raise_already_executing_error(gen);
  349|      0|            return PYGEN_ERROR;
  350|      0|        }
  351|    120|        if (FRAME_STATE_FINISHED(frame_state)) {
  ------------------
  |  |   57|    120|#define FRAME_STATE_FINISHED(S) ((S) == FRAME_CLEARED)
  |  |  ------------------
  |  |  |  Branch (57:33): [True: 0, False: 120]
  |  |  ------------------
  ------------------
  352|      0|            if (PyCoro_CheckExact(gen)) {
  ------------------
  |  |   31|      0|#define PyCoro_CheckExact(op) Py_IS_TYPE((op), &PyCoro_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|       |                /* `gen` is an exhausted coroutine: raise an error,
  354|       |                except when called from gen_close(), which should
  355|       |                always be a silent method. */
  356|      0|                PyErr_SetString(
  357|      0|                    PyExc_RuntimeError,
  358|      0|                    "cannot reuse already awaited coroutine");
  359|      0|            }
  360|      0|            else if (arg) {
  ------------------
  |  Branch (360:22): [True: 0, False: 0]
  ------------------
  361|       |                /* `gen` is an exhausted generator:
  362|       |                only return value if called from send(). */
  363|      0|                *presult = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  364|      0|                return PYGEN_RETURN;
  365|      0|            }
  366|      0|            return PYGEN_ERROR;
  367|      0|        }
  368|       |
  369|    120|        assert((frame_state == FRAME_CREATED) ||
  ------------------
  |  Branch (369:9): [True: 68, False: 0]
  |  Branch (369:9): [True: 68, False: 0]
  |  Branch (369:9): [True: 52, False: 68]
  ------------------
  370|    120|               FRAME_STATE_SUSPENDED(frame_state));
  371|    120|    } while (!_Py_GEN_TRY_SET_FRAME_STATE(gen, frame_state, FRAME_EXECUTING));
  ------------------
  |  |   57|    120|    ((gen)->gi_frame_state = (state), true)
  ------------------
  |  Branch (371:14): [True: 0, False: 120]
  ------------------
  372|       |
  373|    120|    return gen_send_ex2(gen, arg, presult, 0);
  374|    120|}
genobject.c:gen_send_ex2:
  260|    120|{
  261|    120|    assert(FT_ATOMIC_LOAD_INT8_RELAXED(gen->gi_frame_state) == FRAME_EXECUTING);
  ------------------
  |  Branch (261:5): [True: 120, False: 0]
  ------------------
  262|       |
  263|    120|    PyThreadState *tstate = _PyThreadState_GET();
  264|    120|    _PyInterpreterFrame *frame = &gen->gi_iframe;
  265|       |
  266|       |    /* Push arg onto the frame's value stack */
  267|    120|    PyObject *arg_obj = arg ? arg : Py_None;
  ------------------
  |  |  616|    120|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (267:25): [True: 0, False: 120]
  ------------------
  268|    120|    _PyFrame_StackPush(frame, PyStackRef_FromPyObjectNew(arg_obj));
  ------------------
  |  |  599|    120|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    120|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    120|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  269|       |
  270|    120|    _PyErr_StackItem *prev_exc_info = tstate->exc_info;
  271|    120|    gen->gi_exc_state.previous_item = prev_exc_info;
  272|    120|    tstate->exc_info = &gen->gi_exc_state;
  273|       |
  274|    120|    if (exc) {
  ------------------
  |  Branch (274:9): [True: 0, False: 120]
  ------------------
  275|      0|        assert(_PyErr_Occurred(tstate));
  ------------------
  |  Branch (275:9): [True: 0, False: 0]
  ------------------
  276|      0|        _PyErr_ChainStackItem();
  277|      0|    }
  278|       |
  279|    120|    EVAL_CALL_STAT_INC(EVAL_CALL_GENERATOR);
  ------------------
  |  |   79|    120|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  280|    120|    PyObject *result = _PyEval_EvalFrame(tstate, frame, exc);
  281|    120|    assert(tstate->exc_info == prev_exc_info);
  ------------------
  |  Branch (281:5): [True: 120, False: 0]
  ------------------
  282|    120|#ifndef Py_GIL_DISABLED
  283|    120|    assert(gen->gi_exc_state.previous_item == NULL);
  ------------------
  |  Branch (283:5): [True: 120, False: 0]
  ------------------
  284|    120|    assert(frame->previous == NULL);
  ------------------
  |  Branch (284:5): [True: 120, False: 0]
  ------------------
  285|    120|    assert(gen->gi_frame_state != FRAME_EXECUTING);
  ------------------
  |  Branch (285:5): [True: 120, False: 0]
  ------------------
  286|    120|#endif
  287|       |
  288|       |    // The generator_return_kind field is used to distinguish between a
  289|       |    // yield and a return from within _PyEval_EvalFrame(). Earlier versions
  290|       |    // of CPython (prior to 3.15) used gi_frame_state for this purpose, but
  291|       |    // that requires the GIL for thread-safety.
  292|    120|    int return_kind = ((_PyThreadStateImpl *)tstate)->generator_return_kind;
  293|       |
  294|    120|    if (return_kind == GENERATOR_YIELD) {
  ------------------
  |  Branch (294:9): [True: 74, False: 46]
  ------------------
  295|     74|        assert(result != NULL && !_PyErr_Occurred(tstate));
  ------------------
  |  Branch (295:9): [True: 74, False: 0]
  |  Branch (295:9): [True: 74, False: 0]
  ------------------
  296|     74|#ifndef Py_GIL_DISABLED
  297|     74|        assert(FRAME_STATE_SUSPENDED(gen->gi_frame_state));
  ------------------
  |  Branch (297:9): [True: 74, False: 0]
  |  Branch (297:9): [True: 74, False: 0]
  ------------------
  298|     74|#endif
  299|     74|        *presult = result;
  300|     74|        return PYGEN_NEXT;
  301|     74|    }
  302|       |
  303|    120|    assert(return_kind == GENERATOR_RETURN);
  ------------------
  |  Branch (303:5): [True: 46, False: 0]
  ------------------
  304|     46|    assert(gen->gi_exc_state.exc_value == NULL);
  ------------------
  |  Branch (304:5): [True: 46, False: 0]
  ------------------
  305|     46|    assert(FT_ATOMIC_LOAD_INT8_RELAXED(gen->gi_frame_state) == FRAME_CLEARED);
  ------------------
  |  Branch (305:5): [True: 46, False: 0]
  ------------------
  306|       |
  307|       |    /* If the generator just returned (as opposed to yielding), signal
  308|       |     * that the generator is exhausted. */
  309|     46|    if (result) {
  ------------------
  |  Branch (309:9): [True: 46, False: 0]
  ------------------
  310|     46|        assert(result == Py_None || !PyAsyncGen_CheckExact(gen));
  ------------------
  |  Branch (310:9): [True: 46, False: 0]
  |  Branch (310:9): [True: 0, False: 0]
  ------------------
  311|     46|        if (result == Py_None && !PyAsyncGen_CheckExact(gen) && !arg) {
  ------------------
  |  |  616|     92|#  define Py_None (&_Py_NoneStruct)
  ------------------
                      if (result == Py_None && !PyAsyncGen_CheckExact(gen) && !arg) {
  ------------------
  |  |   46|     46|#define PyAsyncGen_CheckExact(op) Py_IS_TYPE((op), &PyAsyncGen_Type)
  |  |  ------------------
  |  |  |  |  215|     92|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (311:13): [True: 46, False: 0]
  |  Branch (311:34): [True: 46, False: 0]
  |  Branch (311:65): [True: 46, False: 0]
  ------------------
  312|       |            /* Return NULL if called by gen_iternext() */
  313|     46|            Py_CLEAR(result);
  ------------------
  |  |  484|     46|    do { \
  |  |  485|     46|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     46|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     46|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     46|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     46|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 46, False: 0]
  |  |  ------------------
  |  |  488|     46|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     46|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     46|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     46|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     46|        } \
  |  |  491|     46|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 46]
  |  |  ------------------
  ------------------
  314|     46|        }
  315|     46|    }
  316|      0|    else {
  317|      0|        assert(!PyErr_ExceptionMatches(PyExc_StopIteration));
  ------------------
  |  Branch (317:9): [True: 0, False: 0]
  ------------------
  318|      0|        assert(!PyAsyncGen_CheckExact(gen) ||
  ------------------
  |  Branch (318:9): [True: 0, False: 0]
  |  Branch (318:9): [True: 0, False: 0]
  ------------------
  319|      0|            !PyErr_ExceptionMatches(PyExc_StopAsyncIteration));
  320|      0|    }
  321|       |
  322|     46|    *presult = result;
  323|     46|    return result ? PYGEN_RETURN : PYGEN_ERROR;
  ------------------
  |  Branch (323:12): [True: 0, False: 46]
  ------------------
  324|     46|}
genobject.c:gen_iternext:
  759|    120|{
  760|    120|    assert(PyGen_CheckExact(self) || PyCoro_CheckExact(self));
  ------------------
  |  Branch (760:5): [True: 120, False: 0]
  |  Branch (760:5): [True: 0, False: 0]
  ------------------
  761|    120|    PyGenObject *gen = _PyGen_CAST(self);
  ------------------
  |  |   33|    120|    _Py_CAST(PyGenObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    120|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  762|       |
  763|    120|    PyObject *result;
  764|    120|    if (gen_send_ex(gen, NULL, &result) == PYGEN_RETURN) {
  ------------------
  |  Branch (764:9): [True: 0, False: 120]
  ------------------
  765|      0|        if (result != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (765:13): [True: 0, False: 0]
  ------------------
  766|      0|            _PyGen_SetStopIterationValue(result);
  767|      0|        }
  768|       |        Py_CLEAR(result);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  769|      0|    }
  770|    120|    return result;
  771|    120|}
genobject.c:gen_close:
  464|     12|{
  465|     12|    PyGenObject *gen = _PyGen_CAST(self);
  ------------------
  |  |   33|     12|    _Py_CAST(PyGenObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  466|       |
  467|     12|    int8_t frame_state = FT_ATOMIC_LOAD_INT8_RELAXED(gen->gi_frame_state);
  ------------------
  |  |  156|     12|#define FT_ATOMIC_LOAD_INT8_RELAXED(value) value
  ------------------
  468|     12|    do {
  469|     12|        if (frame_state == FRAME_CREATED) {
  ------------------
  |  Branch (469:13): [True: 6, False: 6]
  ------------------
  470|       |            // && (1) to avoid -Wunreachable-code warning on Clang
  471|      6|            if (!_Py_GEN_TRY_SET_FRAME_STATE(gen, frame_state, FRAME_CLEARED) && (1)) {
  ------------------
  |  |   57|     12|    ((gen)->gi_frame_state = (state), true)
  ------------------
  |  Branch (471:17): [True: 0, False: 6]
  |  Branch (471:82): [True: 0, Folded]
  ------------------
  472|      0|                continue;
  473|      0|            }
  474|      6|            gen_clear_frame(gen);
  475|      6|            Py_RETURN_NONE;
  ------------------
  |  |  628|      6|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  476|      6|        }
  477|       |
  478|      6|        if (FRAME_STATE_FINISHED(frame_state)) {
  ------------------
  |  |   57|      6|#define FRAME_STATE_FINISHED(S) ((S) == FRAME_CLEARED)
  |  |  ------------------
  |  |  |  Branch (57:33): [True: 0, False: 6]
  |  |  ------------------
  ------------------
  479|      0|            Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  480|      0|        }
  481|       |
  482|      6|        if (frame_state == FRAME_EXECUTING) {
  ------------------
  |  Branch (482:13): [True: 0, False: 6]
  ------------------
  483|      0|            gen_raise_already_executing_error(gen);
  484|      0|            return NULL;
  485|      0|        }
  486|       |
  487|      6|        assert(FRAME_STATE_SUSPENDED(frame_state));
  ------------------
  |  Branch (487:9): [True: 6, False: 0]
  |  Branch (487:9): [True: 6, False: 0]
  ------------------
  488|      6|    } while (!_Py_GEN_TRY_SET_FRAME_STATE(gen, frame_state, FRAME_EXECUTING));
  ------------------
  |  |   57|      6|    ((gen)->gi_frame_state = (state), true)
  ------------------
  |  Branch (488:14): [True: 0, False: 6]
  ------------------
  489|       |
  490|      6|    int err = 0;
  491|      6|    _PyInterpreterFrame *frame = &gen->gi_iframe;
  492|      6|    if (frame_state == FRAME_SUSPENDED_YIELD_FROM) {
  ------------------
  |  Branch (492:9): [True: 0, False: 6]
  ------------------
  493|      0|        PyObject *yf = PyStackRef_AsPyObjectNew(_PyFrame_StackPeek(frame, 2));
  ------------------
  |  |  736|      0|#define PyStackRef_AsPyObjectNew(stackref) Py_NewRef(PyStackRef_AsPyObjectBorrow(stackref))
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  494|      0|        err = gen_close_iter(yf);
  495|      0|        Py_DECREF(yf);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  496|      0|    }
  497|       |
  498|      6|    if (is_resume(frame->instr_ptr)) {
  ------------------
  |  Branch (498:9): [True: 6, False: 0]
  ------------------
  499|      6|        bool no_unwind_tools = _PyEval_NoToolsForUnwind(_PyThreadState_GET(), frame);
  500|       |        /* We can safely ignore the outermost try block
  501|       |         * as it is automatically generated to handle
  502|       |         * StopIteration. */
  503|      6|        int oparg = frame->instr_ptr->op.arg;
  504|      6|        if (oparg & RESUME_OPARG_DEPTH1_MASK && no_unwind_tools) {
  ------------------
  |  |   93|     12|#define RESUME_OPARG_DEPTH1_MASK 0x8
  ------------------
  |  Branch (504:13): [True: 6, False: 0]
  |  Branch (504:49): [True: 6, False: 0]
  ------------------
  505|       |            // RESUME after YIELD_VALUE and exception depth is 1
  506|      6|            assert((oparg & RESUME_OPARG_LOCATION_MASK) != RESUME_AT_FUNC_START);
  ------------------
  |  Branch (506:13): [True: 6, False: 0]
  ------------------
  507|      6|            FT_ATOMIC_STORE_INT8_RELEASE(gen->gi_frame_state, FRAME_CLEARED);
  ------------------
  |  |  167|      6|#define FT_ATOMIC_STORE_INT8_RELEASE(value, new_value) value = new_value
  ------------------
  508|      6|            gen_clear_frame(gen);
  509|      6|            Py_RETURN_NONE;
  ------------------
  |  |  628|      6|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  510|      6|        }
  511|      6|    }
  512|      0|    if (err == 0) {
  ------------------
  |  Branch (512:9): [True: 0, False: 0]
  ------------------
  513|      0|        PyErr_SetNone(PyExc_GeneratorExit);
  514|      0|    }
  515|       |
  516|      0|    PyObject *retval;
  517|      0|    if (gen_send_ex2(gen, Py_None, &retval, 1) == PYGEN_RETURN) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (517:9): [True: 0, False: 0]
  ------------------
  518|       |        // the generator returned a value while closing, return the value here
  519|      0|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (519:9): [True: 0, False: 0]
  ------------------
  520|      0|        return retval;
  521|      0|    }
  522|      0|    else if (retval) {
  ------------------
  |  Branch (522:14): [True: 0, False: 0]
  ------------------
  523|      0|        const char *msg = "generator ignored GeneratorExit";
  524|      0|        if (PyCoro_CheckExact(gen)) {
  ------------------
  |  |   31|      0|#define PyCoro_CheckExact(op) Py_IS_TYPE((op), &PyCoro_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  525|      0|            msg = "coroutine ignored GeneratorExit";
  526|      0|        } else if (PyAsyncGen_CheckExact(gen)) {
  ------------------
  |  |   46|      0|#define PyAsyncGen_CheckExact(op) Py_IS_TYPE((op), &PyAsyncGen_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  527|      0|            msg = ASYNC_GEN_IGNORED_EXIT_MSG;
  528|      0|        }
  529|      0|        Py_DECREF(retval);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  530|      0|        PyErr_SetString(PyExc_RuntimeError, msg);
  531|      0|        return NULL;
  532|      0|    }
  533|      0|    assert(PyErr_Occurred());
  ------------------
  |  Branch (533:5): [True: 0, False: 0]
  ------------------
  534|       |
  535|      0|    if (PyErr_ExceptionMatches(PyExc_GeneratorExit)) {
  ------------------
  |  Branch (535:9): [True: 0, False: 0]
  ------------------
  536|      0|        PyErr_Clear();          /* ignore this error */
  537|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  538|      0|    }
  539|      0|    return NULL;
  540|      0|}
genobject.c:is_resume:
  452|      6|{
  453|      6|    uint8_t code = FT_ATOMIC_LOAD_UINT8_RELAXED(instr->op.code);
  ------------------
  |  |  157|      6|#define FT_ATOMIC_LOAD_UINT8_RELAXED(value) value
  ------------------
  454|      6|    return (
  455|      6|        code == RESUME ||
  ------------------
  |  |  133|     12|#define RESUME                                 128
  ------------------
  |  Branch (455:9): [True: 4, False: 2]
  ------------------
  456|      2|        code == RESUME_CHECK ||
  ------------------
  |  |  205|      8|#define RESUME_CHECK                           200
  ------------------
  |  Branch (456:9): [True: 2, False: 0]
  ------------------
  457|      0|        code == RESUME_CHECK_JIT ||
  ------------------
  |  |  206|      6|#define RESUME_CHECK_JIT                       201
  ------------------
  |  Branch (457:9): [True: 0, False: 0]
  ------------------
  458|      0|        code == INSTRUMENTED_RESUME
  ------------------
  |  |  235|      0|#define INSTRUMENTED_RESUME                    244
  ------------------
  |  Branch (458:9): [True: 0, False: 0]
  ------------------
  459|      6|    );
  460|      6|}
genobject.c:gen_finalize:
  109|     67|{
  110|     67|    PyGenObject *gen = (PyGenObject *)self;
  111|       |
  112|     67|    if (FRAME_STATE_FINISHED(gen->gi_frame_state)) {
  ------------------
  |  |   57|     67|#define FRAME_STATE_FINISHED(S) ((S) == FRAME_CLEARED)
  |  |  ------------------
  |  |  |  Branch (57:33): [True: 57, False: 10]
  |  |  ------------------
  ------------------
  113|       |        /* Generator isn't paused, so no need to close */
  114|     57|        return;
  115|     57|    }
  116|       |
  117|     10|    if (PyAsyncGen_CheckExact(self)) {
  ------------------
  |  |   46|     10|#define PyAsyncGen_CheckExact(op) Py_IS_TYPE((op), &PyAsyncGen_Type)
  |  |  ------------------
  |  |  |  |  215|     10|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  118|      2|        PyAsyncGenObject *agen = (PyAsyncGenObject*)self;
  119|      2|        PyObject *finalizer = agen->ag_origin_or_finalizer;
  120|      2|        if (finalizer && !agen->ag_closed) {
  ------------------
  |  Branch (120:13): [True: 0, False: 2]
  |  Branch (120:26): [True: 0, False: 0]
  ------------------
  121|       |            /* Save the current exception, if any. */
  122|      0|            PyObject *exc = PyErr_GetRaisedException();
  123|       |
  124|      0|            PyObject *res = PyObject_CallOneArg(finalizer, self);
  125|      0|            if (res == NULL) {
  ------------------
  |  Branch (125:17): [True: 0, False: 0]
  ------------------
  126|      0|                PyErr_FormatUnraisable("Exception ignored while "
  127|      0|                                       "finalizing generator %R", self);
  128|      0|            }
  129|      0|            else {
  130|      0|                Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  131|      0|            }
  132|       |            /* Restore the saved exception. */
  133|      0|            PyErr_SetRaisedException(exc);
  134|      0|            return;
  135|      0|        }
  136|      2|    }
  137|       |
  138|       |    /* Save the current exception, if any. */
  139|     10|    PyObject *exc = PyErr_GetRaisedException();
  140|       |
  141|       |    /* If `gen` is a coroutine, and if it was never awaited on,
  142|       |       issue a RuntimeWarning. */
  143|     10|    assert(_PyGen_GetCode(gen) != NULL);
  ------------------
  |  Branch (143:5): [True: 10, False: 0]
  ------------------
  144|     10|    if (_PyGen_GetCode(gen)->co_flags & CO_COROUTINE &&
  ------------------
  |  |  127|     20|#define CO_COROUTINE            0x0080
  ------------------
  |  Branch (144:9): [True: 0, False: 10]
  ------------------
  145|      0|        gen->gi_frame_state == FRAME_CREATED)
  ------------------
  |  Branch (145:9): [True: 0, False: 0]
  ------------------
  146|      0|    {
  147|      0|        _PyErr_WarnUnawaitedCoroutine((PyObject *)gen);
  148|      0|    }
  149|     10|    else {
  150|     10|        PyObject *res = gen_close((PyObject*)gen, NULL);
  151|     10|        if (res == NULL) {
  ------------------
  |  Branch (151:13): [True: 0, False: 10]
  ------------------
  152|      0|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (152:17): [True: 0, False: 0]
  ------------------
  153|      0|                PyErr_FormatUnraisable("Exception ignored while "
  154|      0|                                       "closing generator %R", self);
  155|      0|            }
  156|      0|        }
  157|     10|        else {
  158|     10|            Py_DECREF(res);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|     10|        }
  160|     10|    }
  161|       |
  162|       |    /* Restore the saved exception. */
  163|     10|    PyErr_SetRaisedException(exc);
  164|     10|}
genobject.c:make_gen:
 1093|     67|{
 1094|     67|    PyCodeObject *code = (PyCodeObject *)func->func_code;
 1095|     67|    int slots = _PyFrame_NumSlotsForCodeObject(code);
 1096|     67|    PyGenObject *gen = PyObject_GC_NewVar(PyGenObject, type, slots);
  ------------------
  |  |  183|     67|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1097|     67|    if (gen == NULL) {
  ------------------
  |  Branch (1097:9): [True: 0, False: 67]
  ------------------
 1098|      0|        return NULL;
 1099|      0|    }
 1100|     67|    gen->gi_frame_state = FRAME_CLEARED;
 1101|     67|    gen->gi_weakreflist = NULL;
 1102|     67|    gen->gi_exc_state.exc_value = NULL;
 1103|     67|    gen->gi_exc_state.previous_item = NULL;
 1104|     67|    gen->gi_iframe.f_executable = PyStackRef_None;
  ------------------
  |  |  473|     67|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  ------------------
  |  |  |  |   55|     67|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
 1105|     67|    assert(func->func_name != NULL);
  ------------------
  |  Branch (1105:5): [True: 67, False: 0]
  ------------------
 1106|     67|    gen->gi_name = Py_NewRef(func->func_name);
  ------------------
  |  |  550|     67|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1107|     67|    assert(func->func_qualname != NULL);
  ------------------
  |  Branch (1107:5): [True: 67, False: 0]
  ------------------
 1108|     67|    gen->gi_qualname = Py_NewRef(func->func_qualname);
  ------------------
  |  |  550|     67|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1109|     67|    _PyObject_GC_TRACK(gen);
  ------------------
  |  |  513|     67|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1110|     67|    return (PyObject *)gen;
 1111|     67|}

_PyInterpolation_InitTypes:
  165|      2|{
  166|      2|    PyObject *tuple = Py_BuildValue("(ssss)", "value", "expression", "conversion", "format_spec");
  167|      2|    if (!tuple) {
  ------------------
  |  Branch (167:9): [True: 0, False: 2]
  ------------------
  168|      0|        goto error;
  169|      0|    }
  170|       |
  171|      2|    PyObject *dict = _PyType_GetDict(&_PyInterpolation_Type);
  172|      2|    if (!dict) {
  ------------------
  |  Branch (172:9): [True: 0, False: 2]
  ------------------
  173|      0|        Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|      0|        goto error;
  175|      0|    }
  176|       |
  177|      2|    int status = PyDict_SetItemString(dict, "__match_args__", tuple);
  178|      2|    Py_DECREF(tuple);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  179|      2|    if (status < 0) {
  ------------------
  |  Branch (179:9): [True: 0, False: 2]
  ------------------
  180|      0|        goto error;
  181|      0|    }
  182|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  183|       |
  184|      0|error:
  185|      0|    return _PyStatus_ERR("Can't initialize interpolation types");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  186|      2|}

PySeqIter_New:
   19|     22|{
   20|     22|    seqiterobject *it;
   21|       |
   22|     22|    if (!PySequence_Check(seq)) {
  ------------------
  |  Branch (22:9): [True: 0, False: 22]
  ------------------
   23|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   24|      0|        return NULL;
   25|      0|    }
   26|     22|    it = PyObject_GC_New(seqiterobject, &PySeqIter_Type);
  ------------------
  |  |  181|     22|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   27|     22|    if (it == NULL)
  ------------------
  |  Branch (27:9): [True: 0, False: 22]
  ------------------
   28|      0|        return NULL;
   29|     22|    it->it_index = 0;
   30|     22|    it->it_seq = Py_NewRef(seq);
  ------------------
  |  |  550|     22|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   31|     22|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|     22|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|     22|    return (PyObject *)it;
   33|     22|}
iterobject.c:iter_dealloc:
   37|     22|{
   38|     22|    seqiterobject *it = (seqiterobject*)op;
   39|     22|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|     22|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   40|     22|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|     22|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   41|     22|    PyObject_GC_Del(it);
   42|     22|}
iterobject.c:iter_iternext:
   54|     46|{
   55|     46|    seqiterobject *it;
   56|     46|    PyObject *seq;
   57|     46|    PyObject *result;
   58|       |
   59|     46|    assert(PySeqIter_Check(iterator));
  ------------------
  |  Branch (59:5): [True: 46, False: 0]
  ------------------
   60|     46|    it = (seqiterobject *)iterator;
   61|     46|    seq = it->it_seq;
   62|     46|    if (seq == NULL)
  ------------------
  |  Branch (62:9): [True: 0, False: 46]
  ------------------
   63|      0|        return NULL;
   64|     46|    if (it->it_index == PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|     46|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (64:9): [True: 0, False: 46]
  ------------------
   65|      0|        PyErr_SetString(PyExc_OverflowError,
   66|      0|                        "iter index too large");
   67|      0|        return NULL;
   68|      0|    }
   69|       |
   70|     46|    result = PySequence_GetItem(seq, it->it_index);
   71|     46|    if (result != NULL) {
  ------------------
  |  Branch (71:9): [True: 24, False: 22]
  ------------------
   72|     24|        it->it_index++;
   73|     24|        return result;
   74|     24|    }
   75|     22|    if (PyErr_ExceptionMatches(PyExc_IndexError) ||
  ------------------
  |  Branch (75:9): [True: 22, False: 0]
  ------------------
   76|      0|        PyErr_ExceptionMatches(PyExc_StopIteration))
  ------------------
  |  Branch (76:9): [True: 0, False: 0]
  ------------------
   77|     22|    {
   78|     22|        PyErr_Clear();
   79|     22|        it->it_seq = NULL;
   80|     22|        Py_DECREF(seq);
  ------------------
  |  |  430|     22|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|     22|    }
   82|       |    return NULL;
   83|     46|}

_PyLazyImport_New:
   15|     12|{
   16|     12|    PyLazyImportObject *m;
   17|     12|    if (!name || !PyUnicode_Check(name)) {
  ------------------
  |  |  103|     12|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     12|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (17:9): [True: 0, False: 12]
  |  Branch (17:18): [True: 0, False: 12]
  ------------------
   18|      0|        PyErr_SetString(PyExc_TypeError, "expected str for name");
   19|      0|        return NULL;
   20|      0|    }
   21|     12|    if (fromlist == Py_None || fromlist == NULL) {
  ------------------
  |  |  616|     24|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (21:9): [True: 8, False: 4]
  |  Branch (21:32): [True: 0, False: 4]
  ------------------
   22|      8|        fromlist = NULL;
   23|      8|    }
   24|      4|    else if (!PyUnicode_Check(fromlist) && !PyTuple_Check(fromlist)) {
  ------------------
  |  |  103|      4|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      8|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  else if (!PyUnicode_Check(fromlist) && !PyTuple_Check(fromlist)) {
  ------------------
  |  |   27|      2|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (24:14): [True: 2, False: 2]
  |  Branch (24:44): [True: 0, False: 2]
  ------------------
   25|      0|        PyErr_SetString(PyExc_TypeError,
   26|      0|            "lazy_import: fromlist must be None, a string, or a tuple");
   27|      0|        return NULL;
   28|      0|    }
   29|     12|    m = PyObject_GC_New(PyLazyImportObject, &PyLazyImport_Type);
  ------------------
  |  |  181|     12|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   30|     12|    if (m == NULL) {
  ------------------
  |  Branch (30:9): [True: 0, False: 12]
  ------------------
   31|      0|        return NULL;
   32|      0|    }
   33|     12|    m->lz_builtins = Py_XNewRef(builtins);
  ------------------
  |  |  551|     12|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   34|     12|    m->lz_from = Py_NewRef(name);
  ------------------
  |  |  550|     12|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   35|     12|    m->lz_attr = Py_XNewRef(fromlist);
  ------------------
  |  |  551|     12|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   36|       |
   37|       |    // Capture frame information for the original import location.
   38|     12|    m->lz_code = NULL;
   39|     12|    m->lz_instr_offset = -1;
   40|       |
   41|     12|    if (frame != NULL) {
  ------------------
  |  Branch (41:9): [True: 12, False: 0]
  ------------------
   42|     12|        PyCodeObject *code = _PyFrame_GetCode(frame);
   43|     12|        if (code != NULL) {
  ------------------
  |  Branch (43:13): [True: 12, False: 0]
  ------------------
   44|     12|            m->lz_code = (PyCodeObject *)Py_NewRef(code);
  ------------------
  |  |  550|     12|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   45|       |            // Calculate the instruction offset from the current frame.
   46|     12|            m->lz_instr_offset = _PyInterpreterFrame_LASTI(frame);
  ------------------
  |  |   18|     12|    ((int)((IF)->instr_ptr - _PyFrame_GetBytecode((IF))))
  ------------------
   47|     12|        }
   48|     12|    }
   49|       |
   50|     12|    _PyObject_GC_TRACK(m);
  ------------------
  |  |  513|     12|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|     12|    return (PyObject *)m;
   52|     12|}
lazyimportobject.c:lazy_import_dealloc:
   78|      2|{
   79|      2|    _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|      2|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   80|      2|    (void)lazy_import_clear(op);
   81|      2|    Py_TYPE(op)->tp_free(op);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|      2|}
lazyimportobject.c:lazy_import_traverse:
   56|     12|{
   57|     12|    PyLazyImportObject *m = PyLazyImportObject_CAST(op);
  ------------------
  |  |   11|     12|#define PyLazyImportObject_CAST(op) ((PyLazyImportObject *)(op))
  ------------------
   58|     12|    Py_VISIT(m->lz_builtins);
  ------------------
  |  |  194|     12|    do {                                                                \
  |  |  195|     12|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 12, False: 0]
  |  |  ------------------
  |  |  196|     12|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     12|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 12]
  |  |  ------------------
  |  |  198|     12|                return vret;                                            \
  |  |  199|     12|        }                                                               \
  |  |  200|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
   59|     12|    Py_VISIT(m->lz_from);
  ------------------
  |  |  194|     12|    do {                                                                \
  |  |  195|     12|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 12, False: 0]
  |  |  ------------------
  |  |  196|     12|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     12|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 12]
  |  |  ------------------
  |  |  198|     12|                return vret;                                            \
  |  |  199|     12|        }                                                               \
  |  |  200|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
   60|     12|    Py_VISIT(m->lz_attr);
  ------------------
  |  |  194|     12|    do {                                                                \
  |  |  195|     12|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 4, False: 8]
  |  |  ------------------
  |  |  196|      4|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      4|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 4]
  |  |  ------------------
  |  |  198|      4|                return vret;                                            \
  |  |  199|      4|        }                                                               \
  |  |  200|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
   61|     12|    Py_VISIT(m->lz_code);
  ------------------
  |  |  194|     12|    do {                                                                \
  |  |  195|     12|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 12, False: 0]
  |  |  ------------------
  |  |  196|     12|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     12|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 12]
  |  |  ------------------
  |  |  198|     12|                return vret;                                            \
  |  |  199|     12|        }                                                               \
  |  |  200|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
   62|     12|    return 0;
   63|     12|}
lazyimportobject.c:lazy_import_clear:
   67|      2|{
   68|      2|    PyLazyImportObject *m = PyLazyImportObject_CAST(op);
  ------------------
  |  |   11|      2|#define PyLazyImportObject_CAST(op) ((PyLazyImportObject *)(op))
  ------------------
   69|      2|    Py_CLEAR(m->lz_builtins);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
   70|      2|    Py_CLEAR(m->lz_from);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
   71|      2|    Py_CLEAR(m->lz_attr);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
   72|       |    Py_CLEAR(m->lz_code);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
   73|      2|    return 0;
   74|      2|}

PyList_New:
  242|  1.49k|{
  243|  1.49k|    if (size < 0) {
  ------------------
  |  Branch (243:9): [True: 0, False: 1.49k]
  ------------------
  244|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  245|      0|        return NULL;
  246|      0|    }
  247|       |
  248|  1.49k|    PyListObject *op = _Py_FREELIST_POP(PyListObject, lists);
  ------------------
  |  |   43|  1.49k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  1.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  249|  1.49k|    if (op == NULL) {
  ------------------
  |  Branch (249:9): [True: 158, False: 1.33k]
  ------------------
  250|    158|        op = PyObject_GC_New(PyListObject, &PyList_Type);
  ------------------
  |  |  181|    158|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  251|    158|        if (op == NULL) {
  ------------------
  |  Branch (251:13): [True: 0, False: 158]
  ------------------
  252|      0|            return NULL;
  253|      0|        }
  254|    158|    }
  255|  1.49k|    if (size <= 0) {
  ------------------
  |  Branch (255:9): [True: 1.24k, False: 241]
  ------------------
  256|  1.24k|        op->ob_item = NULL;
  257|  1.24k|    }
  258|    241|    else {
  259|       |#ifdef Py_GIL_DISABLED
  260|       |        _PyListArray *array = list_allocate_array(size);
  261|       |        if (array == NULL) {
  262|       |            Py_DECREF(op);
  263|       |            return PyErr_NoMemory();
  264|       |        }
  265|       |        memset(&array->ob_item, 0, size * sizeof(PyObject *));
  266|       |        op->ob_item = array->ob_item;
  267|       |#else
  268|    241|        op->ob_item = (PyObject **) PyMem_Calloc(size, sizeof(PyObject *));
  269|    241|#endif
  270|    241|        if (op->ob_item == NULL) {
  ------------------
  |  Branch (270:13): [True: 0, False: 241]
  ------------------
  271|      0|            Py_DECREF(op);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  272|      0|            return PyErr_NoMemory();
  273|      0|        }
  274|    241|    }
  275|  1.49k|    Py_SET_SIZE(op, size);
  ------------------
  |  |  216|  1.49k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  1.49k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  276|  1.49k|    op->allocated = size;
  277|  1.49k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|  1.49k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.49k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|  1.49k|    return (PyObject *) op;
  279|  1.49k|}
PyList_Size:
  310|      6|{
  311|      6|    if (!PyList_Check(op)) {
  ------------------
  |  |   25|      6|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (311:9): [True: 0, False: 6]
  ------------------
  312|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  313|      0|        return -1;
  314|      0|    }
  315|      6|    else {
  316|      6|        return PyList_GET_SIZE(op);
  ------------------
  |  |   38|      6|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|      6|    }
  318|      6|}
PyList_GetItemRef:
  407|      2|{
  408|      2|    if (!PyList_Check(op)) {
  ------------------
  |  |   25|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (408:9): [True: 0, False: 2]
  ------------------
  409|      0|        PyErr_SetString(PyExc_TypeError, "expected a list");
  410|      0|        return NULL;
  411|      0|    }
  412|      2|    PyObject *item = list_get_item_ref((PyListObject *)op, i);
  413|      2|    if (item == NULL) {
  ------------------
  |  Branch (413:9): [True: 0, False: 2]
  ------------------
  414|      0|        _Py_DECLARE_STR(list_err, "list index out of range");
  415|      0|        PyErr_SetObject(PyExc_IndexError, &_Py_STR(list_err));
  ------------------
  |  |  919|      0|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  416|      0|        return NULL;
  417|      0|    }
  418|      2|    return item;
  419|      2|}
PyList_SetItem:
  456|      4|{
  457|      4|    if (!PyList_Check(op)) {
  ------------------
  |  |   25|      4|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (457:9): [True: 0, False: 4]
  ------------------
  458|      0|        Py_XDECREF(newitem);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  459|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  460|      0|        return -1;
  461|      0|    }
  462|      4|    int ret;
  463|      4|    PyListObject *self = ((PyListObject *)op);
  464|      4|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      4|    {
  ------------------
  465|      4|    if (!valid_index(i, Py_SIZE(self))) {
  ------------------
  |  |  214|      4|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (465:9): [True: 0, False: 4]
  ------------------
  466|      0|        Py_XDECREF(newitem);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  467|      0|        PyErr_SetString(PyExc_IndexError,
  468|      0|                        "list assignment index out of range");
  469|      0|        ret = -1;
  470|      0|        goto end;
  471|      0|    }
  472|      4|    PyObject *tmp = self->ob_item[i];
  473|      4|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item[i], newitem);
  ------------------
  |  |  164|      4|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  474|      4|    Py_XDECREF(tmp);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  475|      4|    ret = 0;
  476|      4|end:;
  477|      4|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      4|    }
  ------------------
  478|      4|    return ret;
  479|      4|}
PyList_Insert:
  511|      2|{
  512|      2|    if (!PyList_Check(op)) {
  ------------------
  |  |   25|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (512:9): [True: 0, False: 2]
  ------------------
  513|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  514|      0|        return -1;
  515|      0|    }
  516|      2|    PyListObject *self = (PyListObject *)op;
  517|      2|    int err;
  518|      2|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      2|    {
  ------------------
  519|      2|    err = ins1(self, where, newitem);
  520|      2|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      2|    }
  ------------------
  521|      2|    return err;
  522|      2|}
_PyList_AppendTakeRefListResize:
  527|  1.54k|{
  528|  1.54k|    Py_ssize_t len = Py_SIZE(self);
  ------------------
  |  |  214|  1.54k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  529|  1.54k|    assert(self->allocated == -1 || self->allocated == len);
  ------------------
  |  Branch (529:5): [True: 0, False: 1.54k]
  |  Branch (529:5): [True: 1.54k, False: 0]
  ------------------
  530|  1.54k|    if (list_resize(self, len + 1) < 0) {
  ------------------
  |  Branch (530:9): [True: 0, False: 1.54k]
  ------------------
  531|      0|        Py_DECREF(newitem);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  532|      0|        return -1;
  533|      0|    }
  534|  1.54k|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item[len], newitem);
  ------------------
  |  |  164|  1.54k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  535|  1.54k|    return 0;
  536|  1.54k|}
PyList_Append:
  540|  14.9k|{
  541|  14.9k|    if (PyList_Check(op) && (newitem != NULL)) {
  ------------------
  |  |   25|  14.9k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  29.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 14.9k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (541:29): [True: 14.9k, False: 0]
  ------------------
  542|  14.9k|        int ret;
  543|  14.9k|        Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|  14.9k|    {
  ------------------
  544|  14.9k|        ret = _PyList_AppendTakeRef((PyListObject *)op, Py_NewRef(newitem));
  ------------------
  |  |  550|  14.9k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  14.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  545|  14.9k|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|  14.9k|    }
  ------------------
  546|  14.9k|        return ret;
  547|  14.9k|    }
  548|      0|    PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  549|      0|    return -1;
  550|  14.9k|}
_PyList_BinarySlice:
  721|     16|{
  722|     16|    assert(PyList_CheckExact(container));
  ------------------
  |  Branch (722:5): [True: 16, False: 0]
  ------------------
  723|     16|    Py_ssize_t istart = 0;
  724|     16|    Py_ssize_t istop = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|     16|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  725|       |    /* Unpack the index values before acquiring the lock, since
  726|       |     * _PyEval_SliceIndex may call __index__ which could execute
  727|       |     * arbitrary Python code. */
  728|     16|    if (!_PyEval_SliceIndex(start, &istart)) {
  ------------------
  |  Branch (728:9): [True: 0, False: 16]
  ------------------
  729|      0|        return NULL;
  730|      0|    }
  731|     16|    if (!_PyEval_SliceIndex(stop, &istop)) {
  ------------------
  |  Branch (731:9): [True: 0, False: 16]
  ------------------
  732|      0|        return NULL;
  733|      0|    }
  734|     16|    PyObject *ret;
  735|     16|    Py_BEGIN_CRITICAL_SECTION(container);
  ------------------
  |  |   51|     16|    {
  ------------------
  736|     16|    Py_ssize_t len = Py_SIZE(container);
  ------------------
  |  |  214|     16|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  737|     16|    PySlice_AdjustIndices(len, &istart, &istop, 1);
  738|     16|    ret = list_slice_lock_held((PyListObject *)container, istart, istop);
  739|     16|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     16|    }
  ------------------
  740|     16|    return ret;
  741|     16|}
_PyList_Concat:
  803|      5|{
  804|      5|    if (!PyList_Check(bb)) {
  ------------------
  |  |   25|      5|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      5|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (804:9): [True: 0, False: 5]
  ------------------
  805|      0|        PyErr_Format(PyExc_TypeError,
  806|      0|                  "can only concatenate list (not \"%.200s\") to list",
  807|      0|                  Py_TYPE(bb)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  808|      0|        return NULL;
  809|      0|    }
  810|      5|    PyListObject *a = (PyListObject *)aa;
  811|      5|    PyListObject *b = (PyListObject *)bb;
  812|      5|    PyObject *ret;
  813|      5|    Py_BEGIN_CRITICAL_SECTION2(a, b);
  ------------------
  |  |   57|      5|    {
  ------------------
  814|      5|    ret = list_concat_lock_held(a, b);
  815|      5|    Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      5|    }
  ------------------
  816|      5|    return ret;
  817|      5|}
PyList_SetSlice:
 1072|      2|{
 1073|      2|    if (!PyList_Check(a)) {
  ------------------
  |  |   25|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1073:9): [True: 0, False: 2]
  ------------------
 1074|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1075|      0|        return -1;
 1076|      0|    }
 1077|      2|    return list_ass_slice((PyListObject *)a, ilow, ihigh, v);
 1078|      2|}
_PyList_Extend:
 1534|    208|{
 1535|    208|    return list_extend((PyObject*)self, iterable);
 1536|    208|}
PyList_Sort:
 3213|     79|{
 3214|     79|    if (v == NULL || !PyList_Check(v)) {
  ------------------
  |  |   25|     79|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     79|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3214:9): [True: 0, False: 79]
  |  Branch (3214:22): [True: 0, False: 79]
  ------------------
 3215|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3216|      0|        return -1;
 3217|      0|    }
 3218|     79|    Py_BEGIN_CRITICAL_SECTION(v);
  ------------------
  |  |   51|     79|    {
  ------------------
 3219|     79|    v = list_sort_impl((PyListObject *)v, NULL, 0);
 3220|     79|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     79|    }
  ------------------
 3221|     79|    if (v == NULL)
  ------------------
  |  Branch (3221:9): [True: 0, False: 79]
  ------------------
 3222|      0|        return -1;
 3223|     79|    Py_DECREF(v);
  ------------------
  |  |  430|     79|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3224|     79|    return 0;
 3225|     79|}
PyList_AsTuple:
 3262|    194|{
 3263|    194|    if (v == NULL || !PyList_Check(v)) {
  ------------------
  |  |   25|    194|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    194|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3263:9): [True: 0, False: 194]
  |  Branch (3263:22): [True: 0, False: 194]
  ------------------
 3264|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3265|      0|        return NULL;
 3266|      0|    }
 3267|    194|    PyObject *ret;
 3268|    194|    PyListObject *self = (PyListObject *)v;
 3269|    194|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    194|    {
  ------------------
 3270|    194|    ret = PyTuple_FromArray(self->ob_item, Py_SIZE(v));
  ------------------
  |  |  214|    194|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    194|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    194|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3271|    194|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    194|    }
  ------------------
 3272|    194|    return ret;
 3273|    194|}
_PyList_AsTupleAndClear:
 3277|     45|{
 3278|     45|    assert(self != NULL);
  ------------------
  |  Branch (3278:5): [True: 45, False: 0]
  ------------------
 3279|     45|    PyObject *ret;
 3280|     45|    if (self->ob_item == NULL) {
  ------------------
  |  Branch (3280:9): [True: 0, False: 45]
  ------------------
 3281|      0|        return PyTuple_New(0);
 3282|      0|    }
 3283|     45|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     45|    {
  ------------------
 3284|     45|    PyObject **items = self->ob_item;
 3285|     45|    Py_ssize_t size = Py_SIZE(self);
  ------------------
  |  |  214|     45|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3286|     45|    Py_SET_SIZE(self, 0);
  ------------------
  |  |  216|     45|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     45|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3287|     45|    ret = _PyTuple_FromArraySteal(items, size);
 3288|     45|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     45|    }
  ------------------
 3289|     45|    return ret;
 3290|     45|}
_PyList_FromStackRefStealOnSuccess:
 3294|    984|{
 3295|    984|    if (n == 0) {
  ------------------
  |  Branch (3295:9): [True: 811, False: 173]
  ------------------
 3296|    811|        return PyList_New(0);
 3297|    811|    }
 3298|       |
 3299|    173|    PyListObject *list = (PyListObject *)PyList_New(n);
 3300|    173|    if (list == NULL) {
  ------------------
  |  Branch (3300:9): [True: 0, False: 173]
  ------------------
 3301|      0|        return NULL;
 3302|      0|    }
 3303|       |
 3304|    173|    PyObject **dst = list->ob_item;
 3305|    451|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3305:28): [True: 278, False: 173]
  ------------------
 3306|    278|        dst[i] = PyStackRef_AsPyObjectSteal(src[i]);
 3307|    278|    }
 3308|       |
 3309|    173|    return (PyObject *)list;
 3310|    173|}
_PyList_SliceSubscript:
 3684|     18|{
 3685|     18|    return list_slice_subscript(_self, item);
 3686|     18|}
listobject.c:valid_index:
  322|  3.99k|{
  323|       |    /* The cast to size_t lets us use just a single comparison
  324|       |       to check whether i is in the range: 0 <= i < limit.
  325|       |
  326|       |       See:  Section 14.2 "Bounds Checking" in the Agner Fog
  327|       |       optimization manual found at:
  328|       |       https://www.agner.org/optimize/optimizing_cpp.pdf
  329|       |    */
  330|  3.99k|    return (size_t) i < (size_t) limit;
  331|  3.99k|}
listobject.c:list_get_item_ref:
  382|  2.47k|{
  383|  2.47k|    if (!valid_index(i, Py_SIZE(op))) {
  ------------------
  |  |  214|  2.47k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.47k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (383:9): [True: 61, False: 2.41k]
  ------------------
  384|     61|        return NULL;
  385|     61|    }
  386|  2.41k|    return Py_NewRef(PyList_GET_ITEM(op, i));
  ------------------
  |  |  550|  2.41k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.82k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 2.41k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  387|  2.41k|}
listobject.c:ins1:
  483|      5|{
  484|      5|    Py_ssize_t i, n = Py_SIZE(self);
  ------------------
  |  |  214|      5|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  485|      5|    PyObject **items;
  486|      5|    if (v == NULL) {
  ------------------
  |  Branch (486:9): [True: 0, False: 5]
  ------------------
  487|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  488|      0|        return -1;
  489|      0|    }
  490|       |
  491|      5|    assert((size_t)n + 1 < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (491:5): [True: 5, False: 0]
  ------------------
  492|      5|    if (list_resize(self, n+1) < 0)
  ------------------
  |  Branch (492:9): [True: 0, False: 5]
  ------------------
  493|      0|        return -1;
  494|       |
  495|      5|    if (where < 0) {
  ------------------
  |  Branch (495:9): [True: 0, False: 5]
  ------------------
  496|      0|        where += n;
  497|      0|        if (where < 0)
  ------------------
  |  Branch (497:13): [True: 0, False: 0]
  ------------------
  498|      0|            where = 0;
  499|      0|    }
  500|      5|    if (where > n)
  ------------------
  |  Branch (500:9): [True: 0, False: 5]
  ------------------
  501|      0|        where = n;
  502|      5|    items = self->ob_item;
  503|      8|    for (i = n; --i >= where; )
  ------------------
  |  Branch (503:17): [True: 3, False: 5]
  ------------------
  504|      3|        FT_ATOMIC_STORE_PTR_RELEASE(items[i+1], items[i]);
  ------------------
  |  |  164|      8|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  505|      5|    FT_ATOMIC_STORE_PTR_RELEASE(items[where], Py_NewRef(v));
  ------------------
  |  |  164|      5|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  506|      5|    return 0;
  507|      5|}
listobject.c:list_resize:
  105|  1.72k|{
  106|  1.72k|    size_t new_allocated, target_bytes;
  107|  1.72k|    Py_ssize_t allocated = self->allocated;
  108|       |
  109|       |    /* Bypass realloc() when a previous overallocation is large enough
  110|       |       to accommodate the newsize.  If the newsize falls lower than half
  111|       |       the allocated size, then proceed with the realloc() to shrink the list.
  112|       |    */
  113|  1.72k|    if (allocated >= newsize && newsize >= (allocated >> 1)) {
  ------------------
  |  Branch (113:9): [True: 112, False: 1.61k]
  |  Branch (113:33): [True: 73, False: 39]
  ------------------
  114|     73|        assert(self->ob_item != NULL || newsize == 0);
  ------------------
  |  Branch (114:9): [True: 73, False: 0]
  |  Branch (114:9): [True: 0, False: 0]
  ------------------
  115|     73|        Py_SET_SIZE(self, newsize);
  ------------------
  |  |  216|     73|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     73|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|     73|        return 0;
  117|     73|    }
  118|       |
  119|       |    /* This over-allocates proportional to the list size, making room
  120|       |     * for additional growth.  The over-allocation is mild, but is
  121|       |     * enough to give linear-time amortized behavior over a long
  122|       |     * sequence of appends() in the presence of a poorly-performing
  123|       |     * system realloc().
  124|       |     * Add padding to make the allocated size multiple of 4.
  125|       |     * The growth pattern is:  0, 4, 8, 16, 24, 32, 40, 52, 64, 76, ...
  126|       |     * Note: new_allocated won't overflow because the largest possible value
  127|       |     *       is PY_SSIZE_T_MAX * (9 / 8) + 6 which always fits in a size_t.
  128|       |     */
  129|  1.65k|    new_allocated = ((size_t)newsize + (newsize >> 3) + 6) & ~(size_t)3;
  130|       |    /* Do not overallocate if the new size is closer to overallocated size
  131|       |     * than to the old size.
  132|       |     */
  133|  1.65k|    if (newsize - Py_SIZE(self) > (Py_ssize_t)(new_allocated - newsize))
  ------------------
  |  |  214|  1.65k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (133:9): [True: 18, False: 1.63k]
  ------------------
  134|     18|        new_allocated = ((size_t)newsize + 3) & ~(size_t)3;
  135|       |
  136|  1.65k|    if (newsize == 0)
  ------------------
  |  Branch (136:9): [True: 4, False: 1.64k]
  ------------------
  137|      4|        new_allocated = 0;
  138|       |
  139|  1.65k|    ensure_shared_on_resize(self);
  140|       |
  141|       |#ifdef Py_GIL_DISABLED
  142|       |    _PyListArray *array = list_allocate_array(new_allocated);
  143|       |    if (array == NULL) {
  144|       |        if (newsize < allocated) {
  145|       |            // Never fail when shrinking allocations
  146|       |            Py_SET_SIZE(self, newsize);
  147|       |            return 0;
  148|       |        }
  149|       |        PyErr_NoMemory();
  150|       |        return -1;
  151|       |    }
  152|       |    PyObject **old_items = self->ob_item;
  153|       |    if (self->ob_item) {
  154|       |        if (new_allocated < (size_t)allocated) {
  155|       |            target_bytes = new_allocated * sizeof(PyObject*);
  156|       |        }
  157|       |        else {
  158|       |            target_bytes = allocated * sizeof(PyObject*);
  159|       |        }
  160|       |        memcpy(array->ob_item, self->ob_item, target_bytes);
  161|       |    }
  162|       |    if (new_allocated > (size_t)allocated) {
  163|       |        memset(array->ob_item + allocated, 0, sizeof(PyObject *) * (new_allocated - allocated));
  164|       |    }
  165|       |     _Py_atomic_store_ptr_release(&self->ob_item, &array->ob_item);
  166|       |    self->allocated = new_allocated;
  167|       |    Py_SET_SIZE(self, newsize);
  168|       |    if (old_items != NULL) {
  169|       |        free_list_items(old_items, _PyObject_GC_IS_SHARED(self));
  170|       |    }
  171|       |#else
  172|  1.65k|    PyObject **items;
  173|  1.65k|    if (new_allocated <= (size_t)PY_SSIZE_T_MAX / sizeof(PyObject *)) {
  ------------------
  |  |  137|  1.65k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (173:9): [True: 1.65k, False: 0]
  ------------------
  174|  1.65k|        target_bytes = new_allocated * sizeof(PyObject *);
  175|  1.65k|        items = (PyObject **)PyMem_Realloc(self->ob_item, target_bytes);
  176|  1.65k|    }
  177|      0|    else {
  178|       |        // integer overflow
  179|      0|        items = NULL;
  180|      0|    }
  181|  1.65k|    if (items == NULL) {
  ------------------
  |  Branch (181:9): [True: 0, False: 1.65k]
  ------------------
  182|      0|        if (newsize < allocated) {
  ------------------
  |  Branch (182:13): [True: 0, False: 0]
  ------------------
  183|       |            // Never fail when shrinking allocations
  184|      0|            Py_SET_SIZE(self, newsize);
  ------------------
  |  |  216|      0|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      0|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  185|      0|            return 0;
  186|      0|        }
  187|      0|        PyErr_NoMemory();
  188|      0|        return -1;
  189|      0|    }
  190|  1.65k|    self->ob_item = items;
  191|  1.65k|    Py_SET_SIZE(self, newsize);
  ------------------
  |  |  216|  1.65k|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|  1.65k|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|  1.65k|    self->allocated = new_allocated;
  193|  1.65k|#endif
  194|  1.65k|    return 0;
  195|  1.65k|}
listobject.c:ensure_shared_on_resize:
   77|  1.65k|{
   78|       |#ifdef Py_GIL_DISABLED
   79|       |    // We can't use _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED here because
   80|       |    // the `CALL_LIST_APPEND` bytecode handler may lock the list without
   81|       |    // a critical section.
   82|       |    assert(Py_REFCNT(self) == 1 || PyMutex_IsLocked(&_PyObject_CAST(self)->ob_mutex));
   83|       |
   84|       |    // Ensure that the list array is freed using QSBR if we are not the
   85|       |    // owning thread.
   86|       |    if (!_Py_IsOwnedByCurrentThread((PyObject *)self) &&
   87|       |        !_PyObject_GC_IS_SHARED(self))
   88|       |    {
   89|       |        _PyObject_GC_SET_SHARED(self);
   90|       |    }
   91|       |#endif
   92|  1.65k|}
listobject.c:list_slice_lock_held:
  697|     37|{
  698|     37|    PyListObject *np;
  699|     37|    PyObject **src, **dest;
  700|     37|    Py_ssize_t i, len;
  701|     37|    len = ihigh - ilow;
  702|     37|    if (len <= 0) {
  ------------------
  |  Branch (702:9): [True: 0, False: 37]
  ------------------
  703|      0|        return PyList_New(0);
  704|      0|    }
  705|     37|    np = (PyListObject *) list_new_prealloc(len);
  706|     37|    if (np == NULL)
  ------------------
  |  Branch (706:9): [True: 0, False: 37]
  ------------------
  707|      0|        return NULL;
  708|       |
  709|     37|    src = a->ob_item + ilow;
  710|     37|    dest = np->ob_item;
  711|     89|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (711:17): [True: 52, False: 37]
  ------------------
  712|     52|        PyObject *v = src[i];
  713|     52|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|     52|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  714|     52|    }
  715|     37|    Py_SET_SIZE(np, len);
  ------------------
  |  |  216|     37|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     37|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  716|     37|    return (PyObject *)np;
  717|     37|}
listobject.c:list_new_prealloc:
  283|     79|{
  284|     79|    assert(size > 0);
  ------------------
  |  Branch (284:5): [True: 79, False: 0]
  ------------------
  285|     79|    PyListObject *op = (PyListObject *) PyList_New(0);
  286|     79|    if (op == NULL) {
  ------------------
  |  Branch (286:9): [True: 0, False: 79]
  ------------------
  287|      0|        return NULL;
  288|      0|    }
  289|     79|    assert(op->ob_item == NULL);
  ------------------
  |  Branch (289:5): [True: 79, False: 0]
  ------------------
  290|       |#ifdef Py_GIL_DISABLED
  291|       |    _PyListArray *array = list_allocate_array(size);
  292|       |    if (array == NULL) {
  293|       |        Py_DECREF(op);
  294|       |        return PyErr_NoMemory();
  295|       |    }
  296|       |    op->ob_item = array->ob_item;
  297|       |#else
  298|     79|    op->ob_item = PyMem_New(PyObject *, size);
  ------------------
  |  |   64|     79|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|     79|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 79]
  |  |  ------------------
  |  |   65|     79|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
  299|     79|    if (op->ob_item == NULL) {
  ------------------
  |  Branch (299:9): [True: 0, False: 79]
  ------------------
  300|      0|        Py_DECREF(op);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  301|      0|        return PyErr_NoMemory();
  302|      0|    }
  303|     79|#endif
  304|     79|    op->allocated = size;
  305|     79|    return (PyObject *) op;
  306|     79|}
listobject.c:list_concat_lock_held:
  771|      5|{
  772|      5|    Py_ssize_t size;
  773|      5|    Py_ssize_t i;
  774|      5|    PyObject **src, **dest;
  775|      5|    PyListObject *np;
  776|      5|    assert((size_t)Py_SIZE(a) + (size_t)Py_SIZE(b) < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (776:5): [True: 5, False: 0]
  ------------------
  777|      5|    size = Py_SIZE(a) + Py_SIZE(b);
  ------------------
  |  |  214|      5|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  size = Py_SIZE(a) + Py_SIZE(b);
  ------------------
  |  |  214|      5|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  778|      5|    if (size == 0) {
  ------------------
  |  Branch (778:9): [True: 0, False: 5]
  ------------------
  779|      0|        return PyList_New(0);
  780|      0|    }
  781|      5|    np = (PyListObject *) list_new_prealloc(size);
  782|      5|    if (np == NULL) {
  ------------------
  |  Branch (782:9): [True: 0, False: 5]
  ------------------
  783|      0|        return NULL;
  784|      0|    }
  785|      5|    src = a->ob_item;
  786|      5|    dest = np->ob_item;
  787|     26|    for (i = 0; i < Py_SIZE(a); i++) {
  ------------------
  |  |  214|     26|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (787:17): [True: 21, False: 5]
  ------------------
  788|     21|        PyObject *v = src[i];
  789|     21|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|     21|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  790|     21|    }
  791|      5|    src = b->ob_item;
  792|      5|    dest = np->ob_item + Py_SIZE(a);
  ------------------
  |  |  214|      5|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  793|     31|    for (i = 0; i < Py_SIZE(b); i++) {
  ------------------
  |  |  214|     31|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     31|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (793:17): [True: 26, False: 5]
  ------------------
  794|     26|        PyObject *v = src[i];
  795|     26|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|     26|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  796|     26|    }
  797|      5|    Py_SET_SIZE(np, size);
  ------------------
  |  |  216|      5|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      5|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  798|      5|    return (PyObject *)np;
  799|      5|}
listobject.c:list_ass_slice:
 1042|      2|{
 1043|      2|    int ret;
 1044|      2|    if (a == (PyListObject *)v) {
  ------------------
  |  Branch (1044:9): [True: 0, False: 2]
  ------------------
 1045|      0|        Py_BEGIN_CRITICAL_SECTION(a);
  ------------------
  |  |   51|      0|    {
  ------------------
 1046|      0|        Py_ssize_t n = PyList_GET_SIZE(a);
  ------------------
  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1047|      0|        PyObject *copy = list_slice_lock_held(a, 0, n);
 1048|      0|        if (copy == NULL) {
  ------------------
  |  Branch (1048:13): [True: 0, False: 0]
  ------------------
 1049|      0|            ret = -1;
 1050|      0|        }
 1051|      0|        else {
 1052|      0|            ret = list_ass_slice_lock_held(a, ilow, ihigh, copy);
 1053|      0|            Py_DECREF(copy);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1054|      0|        }
 1055|      0|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 1056|      0|    }
 1057|      2|    else if (v != NULL && PyList_CheckExact(v)) {
  ------------------
  |  |   26|      0|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1057:14): [True: 0, False: 2]
  ------------------
 1058|      0|        Py_BEGIN_CRITICAL_SECTION2(a, v);
  ------------------
  |  |   57|      0|    {
  ------------------
 1059|      0|        ret = list_ass_slice_lock_held(a, ilow, ihigh, v);
 1060|      0|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      0|    }
  ------------------
 1061|      0|    }
 1062|      2|    else {
 1063|      2|        Py_BEGIN_CRITICAL_SECTION(a);
  ------------------
  |  |   51|      2|    {
  ------------------
 1064|      2|        ret = list_ass_slice_lock_held(a, ilow, ihigh, v);
 1065|      2|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      2|    }
  ------------------
 1066|      2|    }
 1067|      2|    return ret;
 1068|      2|}
listobject.c:list_ass_slice_lock_held:
  951|     96|{
  952|       |    /* Because [X]DECREF can recursively invoke list operations on
  953|       |       this list, we must postpone all [X]DECREF activity until
  954|       |       after the list is back in its canonical shape.  Therefore
  955|       |       we must allocate an additional array, 'recycle', into which
  956|       |       we temporarily copy the items that are deleted from the
  957|       |       list. :-( */
  958|     96|    PyObject *recycle_on_stack[8];
  959|     96|    PyObject **recycle = recycle_on_stack; /* will allocate more if needed */
  960|     96|    PyObject **item;
  961|     96|    PyObject **vitem = NULL;
  962|     96|    PyObject *v_as_SF = NULL; /* PySequence_Fast(v) */
  963|     96|    Py_ssize_t n; /* # of elements in replacement list */
  964|     96|    Py_ssize_t norig; /* # of elements in list getting replaced */
  965|     96|    Py_ssize_t d; /* Change in size */
  966|     96|    Py_ssize_t k;
  967|     96|    size_t s;
  968|     96|    int result = -1;            /* guilty until proved innocent */
  969|     96|#define b ((PyListObject *)v)
  970|     96|    if (v == NULL)
  ------------------
  |  Branch (970:9): [True: 94, False: 2]
  ------------------
  971|     94|        n = 0;
  972|      2|    else {
  973|      2|        v_as_SF = PySequence_Fast(v, "can only assign an iterable");
  974|      2|        if(v_as_SF == NULL)
  ------------------
  |  Branch (974:12): [True: 0, False: 2]
  ------------------
  975|      0|            goto Error;
  976|      2|        n = PySequence_Fast_GET_SIZE(v_as_SF);
  ------------------
  |  |   92|      2|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 2, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|      2|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  977|      2|        vitem = PySequence_Fast_ITEMS(v_as_SF);
  ------------------
  |  |  102|      2|    (PyList_Check(sf) ? ((PyListObject *)(sf))->ob_item \
  |  |  ------------------
  |  |  |  |   25|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 2, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  103|      2|                      : ((PyTupleObject *)(sf))->ob_item)
  ------------------
  978|      2|    }
  979|     96|    if (ilow < 0)
  ------------------
  |  Branch (979:9): [True: 0, False: 96]
  ------------------
  980|      0|        ilow = 0;
  981|     96|    else if (ilow > Py_SIZE(a))
  ------------------
  |  |  214|     96|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (981:14): [True: 0, False: 96]
  ------------------
  982|      0|        ilow = Py_SIZE(a);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  983|       |
  984|     96|    if (ihigh < ilow)
  ------------------
  |  Branch (984:9): [True: 0, False: 96]
  ------------------
  985|      0|        ihigh = ilow;
  986|     96|    else if (ihigh > Py_SIZE(a))
  ------------------
  |  |  214|     96|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (986:14): [True: 0, False: 96]
  ------------------
  987|      0|        ihigh = Py_SIZE(a);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  988|       |
  989|     96|    norig = ihigh - ilow;
  990|     96|    assert(norig >= 0);
  ------------------
  |  Branch (990:5): [True: 96, False: 0]
  ------------------
  991|     96|    d = n - norig;
  992|     96|    if (Py_SIZE(a) + d == 0) {
  ------------------
  |  |  214|     96|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     96|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     96|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (992:9): [True: 92, False: 4]
  ------------------
  993|     92|        Py_XDECREF(v_as_SF);
  ------------------
  |  |  524|     92|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  994|     92|        list_clear(a);
  995|     92|        return 0;
  996|     92|    }
  997|      4|    item = a->ob_item;
  998|       |    /* recycle the items that we are about to remove */
  999|      4|    s = norig * sizeof(PyObject *);
 1000|       |    /* If norig == 0, item might be NULL, in which case we may not memcpy from it. */
 1001|      4|    if (s) {
  ------------------
  |  Branch (1001:9): [True: 4, False: 0]
  ------------------
 1002|      4|        if (s > sizeof(recycle_on_stack)) {
  ------------------
  |  Branch (1002:13): [True: 0, False: 4]
  ------------------
 1003|      0|            recycle = (PyObject **)PyMem_Malloc(s);
 1004|      0|            if (recycle == NULL) {
  ------------------
  |  Branch (1004:17): [True: 0, False: 0]
  ------------------
 1005|      0|                PyErr_NoMemory();
 1006|      0|                goto Error;
 1007|      0|            }
 1008|      0|        }
 1009|      4|        memcpy(recycle, &item[ilow], s);
 1010|      4|    }
 1011|       |
 1012|      4|    if (d < 0) { /* Delete -d items */
  ------------------
  |  Branch (1012:9): [True: 2, False: 2]
  ------------------
 1013|      2|        Py_ssize_t tail = Py_SIZE(a) - ihigh;
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1014|      2|        ptr_wise_atomic_memmove(a, &item[ihigh+d], &item[ihigh], tail);
 1015|      2|        (void)list_resize(a, Py_SIZE(a) + d); // NB: shrinking a list can't fail
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1016|      2|        item = a->ob_item;
 1017|      2|    }
 1018|      2|    else if (d > 0) { /* Insert d items */
  ------------------
  |  Branch (1018:14): [True: 0, False: 2]
  ------------------
 1019|      0|        k = Py_SIZE(a);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1020|      0|        if (list_resize(a, k+d) < 0)
  ------------------
  |  Branch (1020:13): [True: 0, False: 0]
  ------------------
 1021|      0|            goto Error;
 1022|      0|        item = a->ob_item;
 1023|      0|        ptr_wise_atomic_memmove(a, &item[ihigh+d], &item[ihigh], k - ihigh);
 1024|      0|    }
 1025|     10|    for (k = 0; k < n; k++, ilow++) {
  ------------------
  |  Branch (1025:17): [True: 6, False: 4]
  ------------------
 1026|      6|        PyObject *w = vitem[k];
 1027|      6|        FT_ATOMIC_STORE_PTR_RELEASE(item[ilow], Py_XNewRef(w));
  ------------------
  |  |  164|      6|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1028|      6|    }
 1029|     13|    for (k = norig - 1; k >= 0; --k)
  ------------------
  |  Branch (1029:25): [True: 9, False: 4]
  ------------------
 1030|      9|        Py_XDECREF(recycle[k]);
  ------------------
  |  |  524|     13|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1031|      4|    result = 0;
 1032|      4| Error:
 1033|      4|    if (recycle != recycle_on_stack)
  ------------------
  |  Branch (1033:9): [True: 0, False: 4]
  ------------------
 1034|      0|        PyMem_Free(recycle);
 1035|      4|    Py_XDECREF(v_as_SF);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1036|      4|    return result;
 1037|      4|#undef b
 1038|      4|}
listobject.c:ptr_wise_atomic_memmove:
  919|      2|{
  920|      2|#ifndef Py_GIL_DISABLED
  921|      2|    memmove(dest, src, n * sizeof(PyObject *));
  922|       |#else
  923|       |    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(a);
  924|       |    if (_Py_IsOwnedByCurrentThread((PyObject *)a) && !_PyObject_GC_IS_SHARED(a)) {
  925|       |        // No other threads can read this list concurrently
  926|       |        memmove(dest, src, n * sizeof(PyObject *));
  927|       |        return;
  928|       |    }
  929|       |    if (dest < src) {
  930|       |        for (Py_ssize_t i = 0; i != n; i++) {
  931|       |            _Py_atomic_store_ptr_release(&dest[i], src[i]);
  932|       |        }
  933|       |    }
  934|       |    else {
  935|       |        // copy backwards to avoid overwriting src before it's read
  936|       |        for (Py_ssize_t i = n; i != 0; i--) {
  937|       |            _Py_atomic_store_ptr_release(&dest[i - 1], src[i - 1]);
  938|       |        }
  939|       |    }
  940|       |#endif
  941|      2|}
listobject.c:list_extend_impl:
 1525|    279|{
 1526|    279|    if (_list_extend(self, iterable) < 0) {
  ------------------
  |  Branch (1526:9): [True: 0, False: 279]
  ------------------
 1527|      0|        return NULL;
 1528|      0|    }
 1529|    279|    Py_RETURN_NONE;
  ------------------
  |  |  628|    279|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    279|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1530|    279|}
listobject.c:_list_extend:
 1458|    362|{
 1459|       |    // Special case:
 1460|       |    // lists and tuples which can use PySequence_Fast ops
 1461|    362|    int res = -1;
 1462|    362|    if ((PyObject *)self == iterable) {
  ------------------
  |  Branch (1462:9): [True: 0, False: 362]
  ------------------
 1463|      0|        Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      0|    {
  ------------------
 1464|      0|        res = list_inplace_repeat_lock_held(self, 2);
 1465|      0|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 1466|      0|    }
 1467|    362|    else if (PyList_CheckExact(iterable)) {
  ------------------
  |  |   26|    362|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|    362|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    362|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    362|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 129, False: 233]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1468|    129|        Py_BEGIN_CRITICAL_SECTION2(self, iterable);
  ------------------
  |  |   57|    129|    {
  ------------------
 1469|    129|        res = list_extend_lock_held(self, iterable);
 1470|    129|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|    129|    }
  ------------------
 1471|    129|    }
 1472|    233|    else if (PyTuple_CheckExact(iterable)) {
  ------------------
  |  |   28|    233|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|    233|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    233|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    233|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 128, False: 105]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1473|    128|        Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    128|    {
  ------------------
 1474|    128|        res = list_extend_lock_held(self, iterable);
 1475|    128|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    128|    }
  ------------------
 1476|    128|    }
 1477|    105|    else if (PyAnySet_CheckExact(iterable)) {
  ------------------
  |  |   29|    105|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  215|    210|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    105|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    105|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 105]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  215|    105|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    105|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    105|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 105]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1478|      0|        Py_BEGIN_CRITICAL_SECTION2(self, iterable);
  ------------------
  |  |   57|      0|    {
  ------------------
 1479|      0|        res = list_extend_set(self, (PySetObject *)iterable);
 1480|      0|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      0|    }
  ------------------
 1481|      0|    }
 1482|    105|    else if (PyDict_CheckExact(iterable)) {
  ------------------
  |  |   19|    105|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|    105|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    105|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    105|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 5, False: 100]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1483|      5|        Py_BEGIN_CRITICAL_SECTION2(self, iterable);
  ------------------
  |  |   57|      5|    {
  ------------------
 1484|      5|        res = list_extend_dict(self, (PyDictObject *)iterable, 0 /*keys*/);
 1485|      5|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      5|    }
  ------------------
 1486|      5|    }
 1487|    100|    else if (Py_IS_TYPE(iterable, &PyDictKeys_Type)) {
  ------------------
  |  |  215|    100|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 100]
  |  |  ------------------
  ------------------
 1488|      0|        PyDictObject *dict = ((_PyDictViewObject *)iterable)->dv_dict;
 1489|      0|        Py_BEGIN_CRITICAL_SECTION2(self, dict);
  ------------------
  |  |   57|      0|    {
  ------------------
 1490|      0|        res = list_extend_dict(self, dict, 0 /*keys*/);
 1491|      0|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      0|    }
  ------------------
 1492|      0|    }
 1493|    100|    else if (Py_IS_TYPE(iterable, &PyDictValues_Type)) {
  ------------------
  |  |  215|    100|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 100]
  |  |  ------------------
  ------------------
 1494|      0|        PyDictObject *dict = ((_PyDictViewObject *)iterable)->dv_dict;
 1495|      0|        Py_BEGIN_CRITICAL_SECTION2(self, dict);
  ------------------
  |  |   57|      0|    {
  ------------------
 1496|      0|        res = list_extend_dict(self, dict, 1 /*values*/);
 1497|      0|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      0|    }
  ------------------
 1498|      0|    }
 1499|    100|    else if (Py_IS_TYPE(iterable, &PyDictItems_Type)) {
  ------------------
  |  |  215|    100|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 100]
  |  |  ------------------
  ------------------
 1500|      0|        PyDictObject *dict = ((_PyDictViewObject *)iterable)->dv_dict;
 1501|      0|        Py_BEGIN_CRITICAL_SECTION2(self, dict);
  ------------------
  |  |   57|      0|    {
  ------------------
 1502|      0|        res = list_extend_dictitems(self, dict);
 1503|      0|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      0|    }
  ------------------
 1504|      0|    }
 1505|    100|    else {
 1506|    100|        Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    100|    {
  ------------------
 1507|    100|        res = list_extend_iter_lock_held(self, iterable);
 1508|    100|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    100|    }
  ------------------
 1509|    100|    }
 1510|    362|    return res;
 1511|    362|}
listobject.c:list_extend_lock_held:
 1356|    257|{
 1357|    257|    PyObject *seq = PySequence_Fast(iterable, "argument must be iterable");
 1358|    257|    if (!seq) {
  ------------------
  |  Branch (1358:9): [True: 0, False: 257]
  ------------------
 1359|      0|        return -1;
 1360|      0|    }
 1361|       |
 1362|    257|    int res = list_extend_fast(self, seq);
 1363|    257|    Py_DECREF(seq);
  ------------------
  |  |  430|    257|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    257|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    257|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1364|    257|    return res;
 1365|    257|}
listobject.c:list_extend_fast:
 1243|    257|{
 1244|    257|    Py_ssize_t n = PySequence_Fast_GET_SIZE(iterable);
  ------------------
  |  |   92|    257|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|    257|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    257|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 129, False: 128]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|    129|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    129|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    129|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|    128|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    128|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    128|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1245|    257|    if (n == 0) {
  ------------------
  |  Branch (1245:9): [True: 21, False: 236]
  ------------------
 1246|       |        /* short circuit when iterable is empty */
 1247|     21|        return 0;
 1248|     21|    }
 1249|       |
 1250|    236|    Py_ssize_t m = Py_SIZE(self);
  ------------------
  |  |  214|    236|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    236|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    236|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1251|       |    // It should not be possible to allocate a list large enough to cause
 1252|       |    // an overflow on any relevant platform.
 1253|    236|    assert(m < PY_SSIZE_T_MAX - n);
  ------------------
  |  Branch (1253:5): [True: 236, False: 0]
  ------------------
 1254|    236|    if (self->ob_item == NULL) {
  ------------------
  |  Branch (1254:9): [True: 170, False: 66]
  ------------------
 1255|    170|        if (list_preallocate_exact(self, n) < 0) {
  ------------------
  |  Branch (1255:13): [True: 0, False: 170]
  ------------------
 1256|      0|            return -1;
 1257|      0|        }
 1258|    170|        Py_SET_SIZE(self, n);
  ------------------
  |  |  216|    170|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|    170|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    170|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1259|    170|    }
 1260|     66|    else if (list_resize(self, m + n) < 0) {
  ------------------
  |  Branch (1260:14): [True: 0, False: 66]
  ------------------
 1261|      0|        return -1;
 1262|      0|    }
 1263|       |
 1264|       |    // note that we may still have self == iterable here for the
 1265|       |    // situation a.extend(a), but the following code works
 1266|       |    // in that case too.  Just make sure to resize self
 1267|       |    // before calling PySequence_Fast_ITEMS.
 1268|       |    //
 1269|       |    // populate the end of self with iterable's items.
 1270|    236|    PyObject **src = PySequence_Fast_ITEMS(iterable);
  ------------------
  |  |  102|    236|    (PyList_Check(sf) ? ((PyListObject *)(sf))->ob_item \
  |  |  ------------------
  |  |  |  |   25|    236|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    236|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 121, False: 115]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  103|    236|                      : ((PyTupleObject *)(sf))->ob_item)
  ------------------
 1271|    236|    PyObject **dest = self->ob_item + m;
 1272|  2.58k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (1272:28): [True: 2.35k, False: 236]
  ------------------
 1273|  2.35k|        PyObject *o = src[i];
 1274|  2.35k|        FT_ATOMIC_STORE_PTR_RELEASE(dest[i], Py_NewRef(o));
  ------------------
  |  |  164|  2.35k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1275|  2.35k|    }
 1276|    236|    return 0;
 1277|    236|}
listobject.c:list_preallocate_exact:
  199|    256|{
  200|    256|    PyObject **items;
  201|    256|    assert(self->ob_item == NULL);
  ------------------
  |  Branch (201:5): [True: 256, False: 0]
  ------------------
  202|    256|    assert(size > 0);
  ------------------
  |  Branch (202:5): [True: 256, False: 0]
  ------------------
  203|       |
  204|       |    /* Since the Python memory allocator has granularity of 16 bytes on 64-bit
  205|       |     * platforms (8 on 32-bit), there is no benefit of allocating space for
  206|       |     * the odd number of items, and there is no drawback of rounding the
  207|       |     * allocated size up to the nearest even number.
  208|       |     */
  209|    256|    size = (size + 1) & ~(size_t)1;
  210|       |#ifdef Py_GIL_DISABLED
  211|       |    _PyListArray *array = list_allocate_array(size);
  212|       |    if (array == NULL) {
  213|       |        PyErr_NoMemory();
  214|       |        return -1;
  215|       |    }
  216|       |    items = array->ob_item;
  217|       |    memset(items, 0, size * sizeof(PyObject *));
  218|       |#else
  219|    256|    items = PyMem_New(PyObject*, size);
  ------------------
  |  |   64|    256|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|    256|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 256]
  |  |  ------------------
  |  |   65|    256|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
  220|    256|    if (items == NULL) {
  ------------------
  |  Branch (220:9): [True: 0, False: 256]
  ------------------
  221|      0|        PyErr_NoMemory();
  222|      0|        return -1;
  223|      0|    }
  224|    256|#endif
  225|    256|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item, items);
  ------------------
  |  |  164|    256|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  226|    256|    self->allocated = size;
  227|    256|    return 0;
  228|    256|}
listobject.c:list_extend_dict:
 1396|      5|{
 1397|       |    // which_item: 0 for keys and 1 for values
 1398|      5|    Py_ssize_t m = Py_SIZE(self);
  ------------------
  |  |  214|      5|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1399|      5|    Py_ssize_t n = PyDict_GET_SIZE(dict);
  ------------------
  |  |   63|      5|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1400|      5|    Py_ssize_t r = m + n;
 1401|      5|    if (r == 0) {
  ------------------
  |  Branch (1401:9): [True: 0, False: 5]
  ------------------
 1402|      0|        return 0;
 1403|      0|    }
 1404|      5|    if (list_resize(self, r) < 0) {
  ------------------
  |  Branch (1404:9): [True: 0, False: 5]
  ------------------
 1405|      0|        return -1;
 1406|      0|    }
 1407|       |
 1408|      5|    assert(self->ob_item != NULL);
  ------------------
  |  Branch (1408:5): [True: 5, False: 0]
  ------------------
 1409|      5|    PyObject **dest = self->ob_item + m;
 1410|      5|    Py_ssize_t pos = 0;
 1411|      5|    PyObject *keyvalue[2];
 1412|     14|    while (_PyDict_Next((PyObject *)dict, &pos, &keyvalue[0], &keyvalue[1], NULL)) {
  ------------------
  |  Branch (1412:12): [True: 9, False: 5]
  ------------------
 1413|      9|        PyObject *obj = keyvalue[which_item];
 1414|      9|        Py_INCREF(obj);
  ------------------
  |  |  310|      9|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1415|      9|        FT_ATOMIC_STORE_PTR_RELEASE(*dest, obj);
  ------------------
  |  |  164|      9|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1416|      9|        dest++;
 1417|      9|    }
 1418|       |
 1419|      5|    Py_SET_SIZE(self, r);
  ------------------
  |  |  216|      5|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      5|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1420|      5|    return 0;
 1421|      5|}
listobject.c:list_extend_iter_lock_held:
 1281|    100|{
 1282|    100|    PyObject *it = PyObject_GetIter(iterable);
 1283|    100|    if (it == NULL) {
  ------------------
  |  Branch (1283:9): [True: 0, False: 100]
  ------------------
 1284|      0|        return -1;
 1285|      0|    }
 1286|    100|    PyObject *(*iternext)(PyObject *) = *Py_TYPE(it)->tp_iternext;
  ------------------
  |  |  213|    100|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1287|       |
 1288|       |    /* Guess a result list size. */
 1289|    100|    Py_ssize_t n = PyObject_LengthHint(iterable, 8);
 1290|    100|    if (n < 0) {
  ------------------
  |  Branch (1290:9): [True: 0, False: 100]
  ------------------
 1291|      0|        Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1292|      0|        return -1;
 1293|      0|    }
 1294|       |
 1295|    100|    Py_ssize_t m = Py_SIZE(self);
  ------------------
  |  |  214|    100|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1296|    100|    if (m > PY_SSIZE_T_MAX - n) {
  ------------------
  |  |  137|    100|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1296:9): [True: 0, False: 100]
  ------------------
 1297|       |        /* m + n overflowed; on the chance that n lied, and there really
 1298|       |         * is enough room, ignore it.  If n was telling the truth, we'll
 1299|       |         * eventually run out of memory during the loop.
 1300|       |         */
 1301|      0|    }
 1302|    100|    else if (self->ob_item == NULL) {
  ------------------
  |  Branch (1302:14): [True: 86, False: 14]
  ------------------
 1303|     86|        if (n && list_preallocate_exact(self, n) < 0)
  ------------------
  |  Branch (1303:13): [True: 86, False: 0]
  |  Branch (1303:18): [True: 0, False: 86]
  ------------------
 1304|      0|            goto error;
 1305|     86|    }
 1306|     14|    else {
 1307|       |        /* Make room. */
 1308|     14|        if (list_resize(self, m + n) < 0) {
  ------------------
  |  Branch (1308:13): [True: 0, False: 14]
  ------------------
 1309|      0|            goto error;
 1310|      0|        }
 1311|       |
 1312|       |        /* Make the list sane again. */
 1313|     14|        Py_SET_SIZE(self, m);
  ------------------
  |  |  216|     14|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     14|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1314|     14|    }
 1315|       |
 1316|       |    /* Run iterator to exhaustion. */
 1317|  1.09k|    for (;;) {
 1318|  1.09k|        PyObject *item = iternext(it);
 1319|  1.09k|        if (item == NULL) {
  ------------------
  |  Branch (1319:13): [True: 100, False: 994]
  ------------------
 1320|    100|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (1320:17): [True: 0, False: 100]
  ------------------
 1321|      0|                if (PyErr_ExceptionMatches(PyExc_StopIteration))
  ------------------
  |  Branch (1321:21): [True: 0, False: 0]
  ------------------
 1322|      0|                    PyErr_Clear();
 1323|      0|                else
 1324|      0|                    goto error;
 1325|      0|            }
 1326|    100|            break;
 1327|    100|        }
 1328|       |
 1329|    994|        if (Py_SIZE(self) < self->allocated) {
  ------------------
  |  |  214|    994|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    994|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    994|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1329:13): [True: 994, False: 0]
  ------------------
 1330|    994|            Py_ssize_t len = Py_SIZE(self);
  ------------------
  |  |  214|    994|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    994|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    994|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1331|    994|            FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item[len], item);  // steals item ref
  ------------------
  |  |  164|    994|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1332|    994|            Py_SET_SIZE(self, len + 1);
  ------------------
  |  |  216|    994|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|    994|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    994|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1333|    994|        }
 1334|      0|        else {
 1335|      0|            if (_PyList_AppendTakeRef(self, item) < 0)
  ------------------
  |  Branch (1335:17): [True: 0, False: 0]
  ------------------
 1336|      0|                goto error;
 1337|      0|        }
 1338|    994|    }
 1339|       |
 1340|       |    /* Cut back result list if initial guess was too large. */
 1341|    100|    if (Py_SIZE(self) < self->allocated) {
  ------------------
  |  |  214|    100|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1341:9): [True: 59, False: 41]
  ------------------
 1342|     59|        if (list_resize(self, Py_SIZE(self)) < 0)
  ------------------
  |  |  214|     59|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1342:13): [True: 0, False: 59]
  ------------------
 1343|      0|            goto error;
 1344|     59|    }
 1345|       |
 1346|    100|    Py_DECREF(it);
  ------------------
  |  |  430|    100|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1347|    100|    return 0;
 1348|       |
 1349|      0|  error:
 1350|      0|    Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1351|      0|    return -1;
 1352|    100|}
listobject.c:list_clear:
  904|    172|{
  905|       |    list_clear_impl(a, true);
  906|    172|}
listobject.c:list_clear_impl:
  874|    172|{
  875|    172|    PyObject **items = a->ob_item;
  876|    172|    if (items == NULL) {
  ------------------
  |  Branch (876:9): [True: 0, False: 172]
  ------------------
  877|      0|        return;
  878|      0|    }
  879|       |
  880|       |    /* Because XDECREF can recursively invoke operations on
  881|       |       this list, we make it empty first. */
  882|    172|    Py_ssize_t i = Py_SIZE(a);
  ------------------
  |  |  214|    172|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    172|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    172|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  883|    172|    Py_SET_SIZE(a, 0);
  ------------------
  |  |  216|    172|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|    172|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    172|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|    172|    FT_ATOMIC_STORE_PTR_RELEASE(a->ob_item, NULL);
  ------------------
  |  |  164|    172|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  885|    172|    a->allocated = 0;
  886|    350|    while (--i >= 0) {
  ------------------
  |  Branch (886:12): [True: 178, False: 172]
  ------------------
  887|    178|        Py_XDECREF(items[i]);
  ------------------
  |  |  524|    178|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    178|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    178|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  888|    178|    }
  889|       |#ifdef Py_GIL_DISABLED
  890|       |    if (is_resize) {
  891|       |        ensure_shared_on_resize(a);
  892|       |    }
  893|       |    bool use_qsbr = is_resize && _PyObject_GC_IS_SHARED(a);
  894|       |#else
  895|    172|    bool use_qsbr = false;
  896|    172|#endif
  897|    172|    free_list_items(items, use_qsbr);
  898|       |    // Note that there is no guarantee that the list is actually empty
  899|       |    // at this point, because XDECREF may have populated it indirectly again!
  900|    172|}
listobject.c:free_list_items:
   60|  1.06k|{
   61|       |#ifdef Py_GIL_DISABLED
   62|       |    _PyListArray *array = _Py_CONTAINER_OF(items, _PyListArray, ob_item);
   63|       |    if (use_qsbr) {
   64|       |        size_t size = sizeof(_PyListArray) + array->allocated * sizeof(PyObject *);
   65|       |        _PyMem_FreeDelayed(array, size);
   66|       |    }
   67|       |    else {
   68|       |        PyMem_Free(array);
   69|       |    }
   70|       |#else
   71|  1.06k|    PyMem_Free(items);
   72|  1.06k|#endif
   73|  1.06k|}
listobject.c:list_sort_impl:
 2947|     85|{
 2948|     85|    MergeState ms;
 2949|     85|    Py_ssize_t nremaining;
 2950|     85|    Py_ssize_t minrun;
 2951|     85|    sortslice lo;
 2952|     85|    Py_ssize_t saved_ob_size, saved_allocated;
 2953|     85|    PyObject **saved_ob_item;
 2954|     85|    PyObject **final_ob_item;
 2955|     85|    PyObject *result = NULL;            /* guilty until proved innocent */
 2956|     85|    Py_ssize_t i;
 2957|     85|    PyObject **keys;
 2958|       |
 2959|     85|    assert(self != NULL);
  ------------------
  |  Branch (2959:5): [True: 85, False: 0]
  ------------------
 2960|     85|    assert(PyList_Check(self));
  ------------------
  |  Branch (2960:5): [True: 85, False: 0]
  ------------------
 2961|     85|    if (keyfunc == Py_None)
  ------------------
  |  |  616|     85|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2961:9): [True: 6, False: 79]
  ------------------
 2962|      6|        keyfunc = NULL;
 2963|       |
 2964|       |    /* The list is temporarily made empty, so that mutations performed
 2965|       |     * by comparison functions can't affect the slice of memory we're
 2966|       |     * sorting (allowing mutations during sorting is a core-dump
 2967|       |     * factory, since ob_item may change).
 2968|       |     */
 2969|     85|    saved_ob_size = Py_SIZE(self);
  ------------------
  |  |  214|     85|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2970|     85|    saved_ob_item = self->ob_item;
 2971|     85|    saved_allocated = self->allocated;
 2972|     85|    Py_SET_SIZE(self, 0);
  ------------------
  |  |  216|     85|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     85|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2973|     85|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item, NULL);
  ------------------
  |  |  164|     85|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 2974|     85|    self->allocated = -1; /* any operation will reset it to >= 0 */
 2975|       |
 2976|     85|    if (keyfunc == NULL) {
  ------------------
  |  Branch (2976:9): [True: 85, False: 0]
  ------------------
 2977|     85|        keys = NULL;
 2978|     85|        lo.keys = saved_ob_item;
 2979|     85|        lo.values = NULL;
 2980|     85|    }
 2981|      0|    else {
 2982|      0|        if (saved_ob_size < MERGESTATE_TEMP_SIZE/2)
  ------------------
  |  | 1731|      0|#define MERGESTATE_TEMP_SIZE 256
  ------------------
  |  Branch (2982:13): [True: 0, False: 0]
  ------------------
 2983|       |            /* Leverage stack space we allocated but won't otherwise use */
 2984|      0|            keys = &ms.temparray[saved_ob_size+1];
 2985|      0|        else {
 2986|      0|            keys = PyMem_Malloc(sizeof(PyObject *) * saved_ob_size);
 2987|      0|            if (keys == NULL) {
  ------------------
  |  Branch (2987:17): [True: 0, False: 0]
  ------------------
 2988|      0|                PyErr_NoMemory();
 2989|      0|                goto keyfunc_fail;
 2990|      0|            }
 2991|      0|        }
 2992|       |
 2993|      0|        for (i = 0; i < saved_ob_size ; i++) {
  ------------------
  |  Branch (2993:21): [True: 0, False: 0]
  ------------------
 2994|      0|            keys[i] = PyObject_CallOneArg(keyfunc, saved_ob_item[i]);
 2995|      0|            if (keys[i] == NULL) {
  ------------------
  |  Branch (2995:17): [True: 0, False: 0]
  ------------------
 2996|      0|                for (i=i-1 ; i>=0 ; i--)
  ------------------
  |  Branch (2996:30): [True: 0, False: 0]
  ------------------
 2997|      0|                    Py_DECREF(keys[i]);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2998|      0|                if (saved_ob_size >= MERGESTATE_TEMP_SIZE/2)
  ------------------
  |  | 1731|      0|#define MERGESTATE_TEMP_SIZE 256
  ------------------
  |  Branch (2998:21): [True: 0, False: 0]
  ------------------
 2999|      0|                    PyMem_Free(keys);
 3000|      0|                goto keyfunc_fail;
 3001|      0|            }
 3002|      0|        }
 3003|       |
 3004|      0|        lo.keys = keys;
 3005|      0|        lo.values = saved_ob_item;
 3006|      0|    }
 3007|       |
 3008|       |
 3009|       |    /* The pre-sort check: here's where we decide which compare function to use.
 3010|       |     * How much optimization is safe? We test for homogeneity with respect to
 3011|       |     * several properties that are expensive to check at compare-time, and
 3012|       |     * set ms appropriately. */
 3013|     85|    if (saved_ob_size > 1) {
  ------------------
  |  Branch (3013:9): [True: 14, False: 71]
  ------------------
 3014|       |        /* Assume the first element is representative of the whole list. */
 3015|     14|        int keys_are_in_tuples = (Py_IS_TYPE(lo.keys[0], &PyTuple_Type) &&
  ------------------
  |  |  215|     28|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 14]
  |  |  ------------------
  ------------------
 3016|      0|                                  Py_SIZE(lo.keys[0]) > 0);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3016:35): [True: 0, False: 0]
  ------------------
 3017|       |
 3018|     14|        PyTypeObject* key_type = (keys_are_in_tuples ?
  ------------------
  |  Branch (3018:35): [True: 0, False: 14]
  ------------------
 3019|      0|                                  Py_TYPE(PyTuple_GET_ITEM(lo.keys[0], 0)) :
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3020|     14|                                  Py_TYPE(lo.keys[0]));
  ------------------
  |  |  213|     14|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3021|       |
 3022|     14|        int keys_are_all_same_type = 1;
 3023|     14|        int strings_are_latin = 1;
 3024|     14|        int ints_are_bounded = 1;
 3025|       |
 3026|       |        /* Prove that assumption by checking every key. */
 3027|    883|        for (i=0; i < saved_ob_size; i++) {
  ------------------
  |  Branch (3027:19): [True: 869, False: 14]
  ------------------
 3028|       |
 3029|    869|            if (keys_are_in_tuples &&
  ------------------
  |  Branch (3029:17): [True: 0, False: 869]
  ------------------
 3030|      0|                !(Py_IS_TYPE(lo.keys[i], &PyTuple_Type) && Py_SIZE(lo.keys[i]) != 0)) {
  ------------------
  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
                              !(Py_IS_TYPE(lo.keys[i], &PyTuple_Type) && Py_SIZE(lo.keys[i]) != 0)) {
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3030:60): [True: 0, False: 0]
  ------------------
 3031|      0|                keys_are_in_tuples = 0;
 3032|      0|                keys_are_all_same_type = 0;
 3033|      0|                break;
 3034|      0|            }
 3035|       |
 3036|       |            /* Note: for lists of tuples, key is the first element of the tuple
 3037|       |             * lo.keys[i], not lo.keys[i] itself! We verify type-homogeneity
 3038|       |             * for lists of tuples in the if-statement directly above. */
 3039|    869|            PyObject *key = (keys_are_in_tuples ?
  ------------------
  |  Branch (3039:30): [True: 0, False: 869]
  ------------------
 3040|      0|                             PyTuple_GET_ITEM(lo.keys[i], 0) :
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3040:30): [True: 0, False: 0]
  ------------------
 3041|    869|                             lo.keys[i]);
 3042|       |
 3043|    869|            if (!Py_IS_TYPE(key, key_type)) {
  ------------------
  |  |  215|    869|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    869|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    869|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3043:17): [True: 0, False: 869]
  ------------------
 3044|      0|                keys_are_all_same_type = 0;
 3045|       |                /* If keys are in tuple we must loop over the whole list to make
 3046|       |                   sure all items are tuples */
 3047|      0|                if (!keys_are_in_tuples) {
  ------------------
  |  Branch (3047:21): [True: 0, False: 0]
  ------------------
 3048|      0|                    break;
 3049|      0|                }
 3050|      0|            }
 3051|       |
 3052|    869|            if (keys_are_all_same_type) {
  ------------------
  |  Branch (3052:17): [True: 869, False: 0]
  ------------------
 3053|    869|                if (key_type == &PyLong_Type &&
  ------------------
  |  Branch (3053:21): [True: 8, False: 861]
  ------------------
 3054|      8|                    ints_are_bounded &&
  ------------------
  |  Branch (3054:21): [True: 8, False: 0]
  ------------------
 3055|      8|                    !_PyLong_IsCompact((PyLongObject *)key)) {
  ------------------
  |  Branch (3055:21): [True: 0, False: 8]
  ------------------
 3056|       |
 3057|      0|                    ints_are_bounded = 0;
 3058|      0|                }
 3059|    869|                else if (key_type == &PyUnicode_Type &&
  ------------------
  |  Branch (3059:26): [True: 861, False: 8]
  ------------------
 3060|    861|                         strings_are_latin &&
  ------------------
  |  Branch (3060:26): [True: 861, False: 0]
  ------------------
 3061|  1.72k|                         PyUnicode_KIND(key) != PyUnicode_1BYTE_KIND) {
  ------------------
  |  |  258|    861|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.72k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 861, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3061:26): [True: 0, False: 861]
  ------------------
 3062|       |
 3063|      0|                        strings_are_latin = 0;
 3064|      0|                    }
 3065|    869|                }
 3066|    869|            }
 3067|       |
 3068|       |        /* Choose the best compare, given what we now know about the keys. */
 3069|     14|        if (keys_are_all_same_type) {
  ------------------
  |  Branch (3069:13): [True: 14, False: 0]
  ------------------
 3070|       |
 3071|     14|            if (key_type == &PyUnicode_Type && strings_are_latin) {
  ------------------
  |  Branch (3071:17): [True: 13, False: 1]
  |  Branch (3071:48): [True: 13, False: 0]
  ------------------
 3072|     13|                ms.key_compare = unsafe_latin_compare;
 3073|     13|            }
 3074|      1|            else if (key_type == &PyLong_Type && ints_are_bounded) {
  ------------------
  |  Branch (3074:22): [True: 1, False: 0]
  |  Branch (3074:50): [True: 1, False: 0]
  ------------------
 3075|      1|                ms.key_compare = unsafe_long_compare;
 3076|      1|            }
 3077|      0|            else if (key_type == &PyFloat_Type) {
  ------------------
  |  Branch (3077:22): [True: 0, False: 0]
  ------------------
 3078|      0|                ms.key_compare = unsafe_float_compare;
 3079|      0|            }
 3080|      0|            else if ((ms.key_richcompare = key_type->tp_richcompare) != NULL) {
  ------------------
  |  Branch (3080:22): [True: 0, False: 0]
  ------------------
 3081|      0|                ms.key_compare = unsafe_object_compare;
 3082|      0|            }
 3083|      0|            else {
 3084|      0|                ms.key_compare = safe_object_compare;
 3085|      0|            }
 3086|     14|        }
 3087|      0|        else {
 3088|      0|            ms.key_compare = safe_object_compare;
 3089|      0|        }
 3090|       |
 3091|     14|        if (keys_are_in_tuples) {
  ------------------
  |  Branch (3091:13): [True: 0, False: 14]
  ------------------
 3092|       |            /* Make sure we're not dealing with tuples of tuples
 3093|       |             * (remember: here, key_type refers list [key[0] for key in keys]) */
 3094|      0|            if (key_type == &PyTuple_Type) {
  ------------------
  |  Branch (3094:17): [True: 0, False: 0]
  ------------------
 3095|      0|                ms.tuple_elem_compare = safe_object_compare;
 3096|      0|            }
 3097|      0|            else {
 3098|      0|                ms.tuple_elem_compare = ms.key_compare;
 3099|      0|            }
 3100|       |
 3101|      0|            ms.key_compare = unsafe_tuple_compare;
 3102|      0|        }
 3103|     14|    }
 3104|       |    /* End of pre-sort check: ms is now set properly! */
 3105|       |
 3106|     85|    merge_init(&ms, saved_ob_size, keys != NULL, &lo);
 3107|       |
 3108|     85|    nremaining = saved_ob_size;
 3109|     85|    if (nremaining < 2)
  ------------------
  |  Branch (3109:9): [True: 71, False: 14]
  ------------------
 3110|     71|        goto succeed;
 3111|       |
 3112|       |    /* Reverse sort stability achieved by initially reversing the list,
 3113|       |    applying a stable forward sort, then reversing the final result. */
 3114|     14|    if (reverse) {
  ------------------
  |  Branch (3114:9): [True: 0, False: 14]
  ------------------
 3115|      0|        if (keys != NULL)
  ------------------
  |  Branch (3115:13): [True: 0, False: 0]
  ------------------
 3116|      0|            reverse_slice(&keys[0], &keys[saved_ob_size]);
 3117|      0|        reverse_slice(&saved_ob_item[0], &saved_ob_item[saved_ob_size]);
 3118|      0|    }
 3119|       |
 3120|       |    /* March over the array once, left to right, finding natural runs,
 3121|       |     * and extending short natural runs to minrun elements.
 3122|       |     */
 3123|     28|    do {
 3124|     28|        Py_ssize_t n;
 3125|       |
 3126|       |        /* Identify next run. */
 3127|     28|        n = count_run(&ms, &lo, nremaining);
 3128|     28|        if (n < 0)
  ------------------
  |  Branch (3128:13): [True: 0, False: 28]
  ------------------
 3129|      0|            goto fail;
 3130|       |        /* If short, extend to min(minrun, nremaining). */
 3131|     28|        minrun = minrun_next(&ms);
 3132|     28|        if (n < minrun) {
  ------------------
  |  Branch (3132:13): [True: 23, False: 5]
  ------------------
 3133|     23|            const Py_ssize_t force = nremaining <= minrun ?
  ------------------
  |  Branch (3133:38): [True: 9, False: 14]
  ------------------
 3134|     14|                              nremaining : minrun;
 3135|     23|            if (binarysort(&ms, &lo, force, n) < 0)
  ------------------
  |  Branch (3135:17): [True: 0, False: 23]
  ------------------
 3136|      0|                goto fail;
 3137|     23|            n = force;
 3138|     23|        }
 3139|       |        /* Maybe merge pending runs. */
 3140|     28|        assert(ms.n == 0 || ms.pending[ms.n -1].base.keys +
  ------------------
  |  Branch (3140:9): [True: 14, False: 14]
  |  Branch (3140:9): [True: 14, False: 0]
  ------------------
 3141|     28|                            ms.pending[ms.n-1].len == lo.keys);
 3142|     28|        if (found_new_run(&ms, n) < 0)
  ------------------
  |  Branch (3142:13): [True: 0, False: 28]
  ------------------
 3143|      0|            goto fail;
 3144|       |        /* Push new run on stack. */
 3145|     28|        assert(ms.n < MAX_MERGE_PENDING);
  ------------------
  |  Branch (3145:9): [True: 28, False: 0]
  ------------------
 3146|     28|        ms.pending[ms.n].base = lo;
 3147|     28|        ms.pending[ms.n].len = n;
 3148|     28|        ++ms.n;
 3149|       |        /* Advance to find next run. */
 3150|     28|        sortslice_advance(&lo, n);
 3151|     28|        nremaining -= n;
 3152|     28|    } while (nremaining);
  ------------------
  |  Branch (3152:14): [True: 14, False: 14]
  ------------------
 3153|       |
 3154|     14|    if (merge_force_collapse(&ms) < 0)
  ------------------
  |  Branch (3154:9): [True: 0, False: 14]
  ------------------
 3155|      0|        goto fail;
 3156|     14|    assert(ms.n == 1);
  ------------------
  |  Branch (3156:5): [True: 14, False: 0]
  ------------------
 3157|     14|    assert(keys == NULL
  ------------------
  |  Branch (3157:5): [True: 14, False: 0]
  |  Branch (3157:5): [True: 14, False: 0]
  ------------------
 3158|     14|           ? ms.pending[0].base.keys == saved_ob_item
 3159|     14|           : ms.pending[0].base.keys == &keys[0]);
 3160|     14|    assert(ms.pending[0].len == saved_ob_size);
  ------------------
  |  Branch (3160:5): [True: 14, False: 0]
  ------------------
 3161|     14|    lo = ms.pending[0].base;
 3162|       |
 3163|     85|succeed:
 3164|     85|    result = Py_None;
  ------------------
  |  |  616|     85|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3165|     85|fail:
 3166|     85|    if (keys != NULL) {
  ------------------
  |  Branch (3166:9): [True: 0, False: 85]
  ------------------
 3167|      0|        for (i = 0; i < saved_ob_size; i++)
  ------------------
  |  Branch (3167:21): [True: 0, False: 0]
  ------------------
 3168|      0|            Py_DECREF(keys[i]);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3169|      0|        if (saved_ob_size >= MERGESTATE_TEMP_SIZE/2)
  ------------------
  |  | 1731|      0|#define MERGESTATE_TEMP_SIZE 256
  ------------------
  |  Branch (3169:13): [True: 0, False: 0]
  ------------------
 3170|      0|            PyMem_Free(keys);
 3171|      0|    }
 3172|       |
 3173|     85|    if (self->allocated != -1 && result != NULL) {
  ------------------
  |  Branch (3173:9): [True: 0, False: 85]
  |  Branch (3173:34): [True: 0, False: 0]
  ------------------
 3174|       |        /* The user mucked with the list during the sort,
 3175|       |         * and we don't already have another error to report.
 3176|       |         */
 3177|      0|        PyErr_SetString(PyExc_ValueError, "list modified during sort");
 3178|      0|        result = NULL;
 3179|      0|    }
 3180|       |
 3181|     85|    if (reverse && saved_ob_size > 1)
  ------------------
  |  Branch (3181:9): [True: 0, False: 85]
  |  Branch (3181:20): [True: 0, False: 0]
  ------------------
 3182|      0|        reverse_slice(saved_ob_item, saved_ob_item + saved_ob_size);
 3183|       |
 3184|     85|    merge_freemem(&ms);
 3185|       |
 3186|     85|keyfunc_fail:
 3187|     85|    final_ob_item = self->ob_item;
 3188|     85|    i = Py_SIZE(self);
  ------------------
  |  |  214|     85|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3189|     85|    Py_SET_SIZE(self, saved_ob_size);
  ------------------
  |  |  216|     85|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     85|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3190|     85|    FT_ATOMIC_STORE_PTR_RELEASE(self->ob_item, saved_ob_item);
  ------------------
  |  |  164|     85|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 3191|     85|    FT_ATOMIC_STORE_SSIZE_RELAXED(self->allocated, saved_allocated);
  ------------------
  |  |  194|     85|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 3192|     85|    if (final_ob_item != NULL) {
  ------------------
  |  Branch (3192:9): [True: 0, False: 85]
  ------------------
 3193|       |        /* we cannot use list_clear() for this because it does not
 3194|       |           guarantee that the list is really empty when it returns */
 3195|      0|        while (--i >= 0) {
  ------------------
  |  Branch (3195:16): [True: 0, False: 0]
  ------------------
 3196|      0|            Py_XDECREF(final_ob_item[i]);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3197|      0|        }
 3198|       |#ifdef Py_GIL_DISABLED
 3199|       |        ensure_shared_on_resize(self);
 3200|       |        bool use_qsbr = _PyObject_GC_IS_SHARED(self);
 3201|       |#else
 3202|      0|        bool use_qsbr = false;
 3203|      0|#endif
 3204|      0|        free_list_items(final_ob_item, use_qsbr);
 3205|      0|    }
 3206|     85|    return Py_XNewRef(result);
  ------------------
  |  |  551|     85|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3207|     85|}
listobject.c:unsafe_latin_compare:
 2816|  5.15k|{
 2817|  5.15k|    Py_ssize_t len;
 2818|  5.15k|    int res;
 2819|       |
 2820|       |    /* Modified from Objects/unicodeobject.c:unicode_compare, assuming: */
 2821|  5.15k|    assert(Py_IS_TYPE(v, &PyUnicode_Type));
  ------------------
  |  Branch (2821:5): [True: 5.15k, False: 0]
  ------------------
 2822|  5.15k|    assert(Py_IS_TYPE(w, &PyUnicode_Type));
  ------------------
  |  Branch (2822:5): [True: 5.15k, False: 0]
  ------------------
 2823|  5.15k|    assert(PyUnicode_KIND(v) == PyUnicode_KIND(w));
  ------------------
  |  Branch (2823:5): [True: 5.15k, False: 0]
  |  Branch (2823:5): [True: 5.15k, False: 0]
  |  Branch (2823:5): [True: 5.15k, False: 0]
  ------------------
 2824|  5.15k|    assert(PyUnicode_KIND(v) == PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (2824:5): [True: 5.15k, False: 0]
  |  Branch (2824:5): [True: 5.15k, False: 0]
  ------------------
 2825|       |
 2826|  5.15k|    len = Py_MIN(PyUnicode_GET_LENGTH(v), PyUnicode_GET_LENGTH(w));
  ------------------
  |  |  112|  5.15k|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 2.62k, False: 2.52k]
  |  |  ------------------
  ------------------
 2827|  5.15k|    res = memcmp(PyUnicode_DATA(v), PyUnicode_DATA(w), len);
  ------------------
  |  |  284|  5.15k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  res = memcmp(PyUnicode_DATA(v), PyUnicode_DATA(w), len);
  ------------------
  |  |  284|  5.15k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2828|       |
 2829|  5.15k|    res = (res != 0 ?
  ------------------
  |  Branch (2829:12): [True: 5.08k, False: 72]
  ------------------
 2830|  5.08k|           res < 0 :
 2831|  5.15k|           PyUnicode_GET_LENGTH(v) < PyUnicode_GET_LENGTH(w));
  ------------------
  |  |  299|     72|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                         PyUnicode_GET_LENGTH(v) < PyUnicode_GET_LENGTH(w));
  ------------------
  |  |  299|     72|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2832|       |
 2833|  5.15k|    assert(res == PyObject_RichCompareBool(v, w, Py_LT));;
  ------------------
  |  Branch (2833:5): [True: 5.15k, False: 0]
  ------------------
 2834|  5.15k|    return res;
 2835|  5.15k|}
listobject.c:unsafe_long_compare:
 2840|     19|{
 2841|     19|    PyLongObject *vl, *wl;
 2842|     19|    intptr_t v0, w0;
 2843|     19|    int res;
 2844|       |
 2845|       |    /* Modified from Objects/longobject.c:long_compare, assuming: */
 2846|     19|    assert(Py_IS_TYPE(v, &PyLong_Type));
  ------------------
  |  Branch (2846:5): [True: 19, False: 0]
  ------------------
 2847|     19|    assert(Py_IS_TYPE(w, &PyLong_Type));
  ------------------
  |  Branch (2847:5): [True: 19, False: 0]
  ------------------
 2848|     19|    assert(_PyLong_IsCompact((PyLongObject *)v));
  ------------------
  |  Branch (2848:5): [True: 19, False: 0]
  ------------------
 2849|     19|    assert(_PyLong_IsCompact((PyLongObject *)w));
  ------------------
  |  Branch (2849:5): [True: 19, False: 0]
  ------------------
 2850|       |
 2851|     19|    vl = (PyLongObject*)v;
 2852|     19|    wl = (PyLongObject*)w;
 2853|       |
 2854|     19|    v0 = _PyLong_CompactValue(vl);
 2855|     19|    w0 = _PyLong_CompactValue(wl);
 2856|       |
 2857|     19|    res = v0 < w0;
 2858|     19|    assert(res == PyObject_RichCompareBool(v, w, Py_LT));
  ------------------
  |  Branch (2858:5): [True: 19, False: 0]
  ------------------
 2859|     19|    return res;
 2860|     19|}
listobject.c:merge_init:
 2234|     85|{
 2235|     85|    assert(ms != NULL);
  ------------------
  |  Branch (2235:5): [True: 85, False: 0]
  ------------------
 2236|     85|    if (has_keyfunc) {
  ------------------
  |  Branch (2236:9): [True: 0, False: 85]
  ------------------
 2237|       |        /* The temporary space for merging will need at most half the list
 2238|       |         * size rounded up.  Use the minimum possible space so we can use the
 2239|       |         * rest of temparray for other things.  In particular, if there is
 2240|       |         * enough extra space, listsort() will use it to store the keys.
 2241|       |         */
 2242|      0|        ms->alloced = (list_size + 1) / 2;
 2243|       |
 2244|       |        /* ms->alloced describes how many keys will be stored at
 2245|       |           ms->temparray, but we also need to store the values.  Hence,
 2246|       |           ms->alloced is capped at half of MERGESTATE_TEMP_SIZE. */
 2247|      0|        if (MERGESTATE_TEMP_SIZE / 2 < ms->alloced)
  ------------------
  |  | 1731|      0|#define MERGESTATE_TEMP_SIZE 256
  ------------------
  |  Branch (2247:13): [True: 0, False: 0]
  ------------------
 2248|      0|            ms->alloced = MERGESTATE_TEMP_SIZE / 2;
  ------------------
  |  | 1731|      0|#define MERGESTATE_TEMP_SIZE 256
  ------------------
 2249|      0|        ms->a.values = &ms->temparray[ms->alloced];
 2250|      0|    }
 2251|     85|    else {
 2252|     85|        ms->alloced = MERGESTATE_TEMP_SIZE;
  ------------------
  |  | 1731|     85|#define MERGESTATE_TEMP_SIZE 256
  ------------------
 2253|     85|        ms->a.values = NULL;
 2254|     85|    }
 2255|     85|    ms->a.keys = ms->temparray;
 2256|     85|    ms->n = 0;
 2257|     85|    ms->min_gallop = MIN_GALLOP;
  ------------------
  |  | 1728|     85|#define MIN_GALLOP 7
  ------------------
 2258|     85|    ms->listlen = list_size;
 2259|     85|    ms->basekeys = lo->keys;
 2260|       |
 2261|       |    /* State for generating minrun values. See listsort.txt. */
 2262|     85|    ms->mr_e = 0;
 2263|     91|    while (list_size >> ms->mr_e >= MAX_MINRUN) {
  ------------------
  |  | 1734|     91|#define MAX_MINRUN 64
  ------------------
  |  Branch (2263:12): [True: 6, False: 85]
  ------------------
 2264|      6|        ++ms->mr_e;
 2265|      6|    }
 2266|     85|    ms->mr_mask = (1 << ms->mr_e) - 1;
 2267|     85|    ms->mr_current = 0;
 2268|     85|}
listobject.c:count_run:
 1952|     28|{
 1953|     28|    Py_ssize_t k; /* used by IFLT macro expansion */
 1954|     28|    Py_ssize_t n;
 1955|     28|    PyObject ** const lo = slo->keys;
 1956|       |
 1957|       |    /* In general, as things go on we've established that the slice starts
 1958|       |       with a monotone run of n elements, starting at lo. */
 1959|       |
 1960|       |    /* We're n elements into the slice, and the most recent neq+1 elements are
 1961|       |     * all equal. This reverses them in-place, and resets neq for reuse.
 1962|       |     */
 1963|     28|#define REVERSE_LAST_NEQ                        \
 1964|     28|    if (neq) {                                  \
 1965|     28|        sortslice slice = *slo;                 \
 1966|     28|        ++neq;                                  \
 1967|     28|        sortslice_advance(&slice, n - neq);     \
 1968|     28|        sortslice_reverse(&slice, neq);         \
 1969|     28|        neq = 0;                                \
 1970|     28|    }
 1971|       |
 1972|       |    /* Sticking to only __lt__ compares is confusing and error-prone. But in
 1973|       |     * this routine, almost all uses of IFLT can be captured by tiny macros
 1974|       |     * giving mnemonic names to the intent. Note that inline functions don't
 1975|       |     * work for this (IFLT expands to code including `goto fail`).
 1976|       |     */
 1977|     28|#define IF_NEXT_LARGER  IFLT(lo[n-1], lo[n])
 1978|     28|#define IF_NEXT_SMALLER IFLT(lo[n], lo[n-1])
 1979|       |
 1980|     28|    assert(nremaining);
  ------------------
  |  Branch (1980:5): [True: 28, False: 0]
  ------------------
 1981|       |    /* try ascending run first */
 1982|     63|    for (n = 1; n < nremaining; ++n) {
  ------------------
  |  Branch (1982:17): [True: 62, False: 1]
  ------------------
 1983|     62|        IF_NEXT_SMALLER
  ------------------
  |  | 1978|     62|#define IF_NEXT_SMALLER IFLT(lo[n], lo[n-1])
  |  |  ------------------
  |  |  |  | 1715|     62|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1709|     62|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1715:24): [True: 0, False: 62]
  |  |  |  |  ------------------
  |  |  |  | 1716|     62|           if (k)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1716:16): [True: 27, False: 35]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1984|     27|            break;
 1985|     62|    }
 1986|     28|    if (n == nremaining)
  ------------------
  |  Branch (1986:9): [True: 1, False: 27]
  ------------------
 1987|      1|        return n;
 1988|       |    /* lo[n] is strictly less */
 1989|       |    /* If n is 1 now, then the first compare established it's a descending
 1990|       |     * run, so fall through to the descending case. But if n > 1, there are
 1991|       |     * n elements in an ascending run terminated by the strictly less lo[n].
 1992|       |     * If the first key < lo[n-1], *somewhere* along the way the sequence
 1993|       |     * increased, so we're done (there is no descending run).
 1994|       |     * Else first key >= lo[n-1], which implies that the entire ascending run
 1995|       |     * consists of equal elements. In that case, this is a descending run,
 1996|       |     * and we reverse the all-equal prefix in-place.
 1997|       |     */
 1998|     27|    if (n > 1) {
  ------------------
  |  Branch (1998:9): [True: 14, False: 13]
  ------------------
 1999|     14|        IFLT(lo[0], lo[n-1])
  ------------------
  |  | 1715|     14|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|     14|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 14]
  |  |  ------------------
  |  | 1716|     14|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 14, False: 0]
  |  |  ------------------
  ------------------
 2000|     14|            return n;
 2001|      0|        sortslice_reverse(slo, n);
 2002|      0|    }
 2003|     13|    ++n; /* in all cases it's been established that lo[n] has been resolved */
 2004|       |
 2005|       |    /* Finish descending run. All-squal subruns are reversed in-place on the
 2006|       |     * fly. Their original order will be restored at the end by the whole-slice
 2007|       |     * reversal.
 2008|       |     */
 2009|     13|    Py_ssize_t neq = 0;
 2010|     20|    for ( ; n < nremaining; ++n) {
  ------------------
  |  Branch (2010:13): [True: 16, False: 4]
  ------------------
 2011|     16|        IF_NEXT_SMALLER {
  ------------------
  |  | 1978|     16|#define IF_NEXT_SMALLER IFLT(lo[n], lo[n-1])
  |  |  ------------------
  |  |  |  | 1715|     16|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1709|     16|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1715:24): [True: 0, False: 16]
  |  |  |  |  ------------------
  |  |  |  | 1716|     16|           if (k)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1716:16): [True: 7, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2012|       |            /* This ends the most recent run of equal elements, but still in
 2013|       |             * the "descending" direction.
 2014|       |             */
 2015|      7|            REVERSE_LAST_NEQ
  ------------------
  |  | 1964|      7|    if (neq) {                                  \
  |  |  ------------------
  |  |  |  Branch (1964:9): [True: 0, False: 7]
  |  |  ------------------
  |  | 1965|      0|        sortslice slice = *slo;                 \
  |  | 1966|      0|        ++neq;                                  \
  |  | 1967|      0|        sortslice_advance(&slice, n - neq);     \
  |  | 1968|      0|        sortslice_reverse(&slice, neq);         \
  |  | 1969|      0|        neq = 0;                                \
  |  | 1970|      0|    }
  ------------------
 2016|      7|        }
 2017|      9|        else {
 2018|      9|            IF_NEXT_LARGER /* descending run is over */
  ------------------
  |  | 1977|      9|#define IF_NEXT_LARGER  IFLT(lo[n-1], lo[n])
  |  |  ------------------
  |  |  |  | 1715|      9|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1709|      9|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1715:24): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  | 1716|      9|           if (k)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1716:16): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2019|      9|                break;
 2020|      0|            else /* not x < y and not y < x implies x == y */
 2021|      0|                ++neq;
 2022|      9|        }
 2023|     16|    }
 2024|     13|    REVERSE_LAST_NEQ
  ------------------
  |  | 1964|     13|    if (neq) {                                  \
  |  |  ------------------
  |  |  |  Branch (1964:9): [True: 0, False: 13]
  |  |  ------------------
  |  | 1965|      0|        sortslice slice = *slo;                 \
  |  | 1966|      0|        ++neq;                                  \
  |  | 1967|      0|        sortslice_advance(&slice, n - neq);     \
  |  | 1968|      0|        sortslice_reverse(&slice, neq);         \
  |  | 1969|      0|        neq = 0;                                \
  |  | 1970|      0|    }
  ------------------
 2025|     13|    sortslice_reverse(slo, n); /* transform to ascending run */
 2026|       |
 2027|       |    /* And after reversing, it's possible this can be extended by a
 2028|       |     * naturally increasing suffix; e.g., [3, 2, 3, 4, 1] makes an
 2029|       |     * ascending run from the first 4 elements.
 2030|       |     */
 2031|     16|    for ( ; n < nremaining; ++n) {
  ------------------
  |  Branch (2031:13): [True: 12, False: 4]
  ------------------
 2032|     12|        IF_NEXT_SMALLER
  ------------------
  |  | 1978|     12|#define IF_NEXT_SMALLER IFLT(lo[n], lo[n-1])
  |  |  ------------------
  |  |  |  | 1715|     12|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  |  |  ------------------
  |  |  |  |  |  | 1709|     12|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1715:24): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  |  | 1716|     12|           if (k)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1716:16): [True: 9, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2033|      9|            break;
 2034|     12|    }
 2035|       |
 2036|     13|    return n;
 2037|      0|fail:
 2038|      0|    return -1;
 2039|       |
 2040|     13|#undef REVERSE_LAST_NEQ
 2041|     13|#undef IF_NEXT_SMALLER
 2042|     13|#undef IF_NEXT_LARGER
 2043|     13|}
listobject.c:sortslice_reverse:
 1936|     13|{
 1937|     13|    reverse_slice(s->keys, &s->keys[n]);
 1938|     13|    if (s->values != NULL)
  ------------------
  |  Branch (1938:9): [True: 0, False: 13]
  ------------------
 1939|      0|        reverse_slice(s->values, &s->values[n]);
 1940|     13|}
listobject.c:minrun_next:
 2748|     28|{
 2749|     28|    ms->mr_current += ms->listlen;
 2750|     28|    assert(ms->mr_current >= 0); /* no overflow */
  ------------------
  |  Branch (2750:5): [True: 28, False: 0]
  ------------------
 2751|     28|    Py_ssize_t result = ms->mr_current >> ms->mr_e;
 2752|     28|    ms->mr_current &= ms->mr_mask;
 2753|     28|    return result;
 2754|     28|}
listobject.c:binarysort:
 1814|     23|{
 1815|     23|    Py_ssize_t k; /* for IFLT macro expansion */
 1816|     23|    PyObject ** const a = ss->keys;
 1817|     23|    PyObject ** const v = ss->values;
 1818|     23|    const bool has_values = v != NULL;
 1819|     23|    PyObject *pivot;
 1820|     23|    Py_ssize_t M;
 1821|       |
 1822|     23|    assert(0 <= ok && ok <= n && 1 <= n && n <= MAX_MINRUN);
  ------------------
  |  Branch (1822:5): [True: 23, False: 0]
  |  Branch (1822:5): [True: 23, False: 0]
  |  Branch (1822:5): [True: 23, False: 0]
  |  Branch (1822:5): [True: 23, False: 0]
  ------------------
 1823|       |    /* assert a[:ok] is sorted */
 1824|     23|    if (! ok)
  ------------------
  |  Branch (1824:9): [True: 0, False: 23]
  ------------------
 1825|      0|        ++ok;
 1826|       |    /* Regular insertion sort has average- and worst-case O(n**2) cost
 1827|       |       for both # of comparisons and number of bytes moved. But its branches
 1828|       |       are highly predictable, and it loves sorted input (n-1 compares and no
 1829|       |       data movement). This is significant in cases like sortperf.py's %sort,
 1830|       |       where an out-of-order element near the start of a run is moved into
 1831|       |       place slowly but then the remaining elements up to length minrun are
 1832|       |       generally at worst one slot away from their correct position (so only
 1833|       |       need 1 or 2 commpares to resolve). If comparisons are very fast (such
 1834|       |       as for a list of Python floats), the simple inner loop leaves it
 1835|       |       very competitive with binary insertion, despite that it does
 1836|       |       significantly more compares overall on random data.
 1837|       |
 1838|       |       Binary insertion sort has worst, average, and best case O(n log n)
 1839|       |       cost for # of comparisons, but worst and average case O(n**2) cost
 1840|       |       for data movement. The more expensive comparisons, the more important
 1841|       |       the comparison advantage. But its branches are less predictable the
 1842|       |       more "randomish" the data, and that's so significant its worst case
 1843|       |       in real life is random input rather than reverse-ordered (which does
 1844|       |       about twice the data movement than random input does).
 1845|       |
 1846|       |       Note that the number of bytes moved doesn't seem to matter. MAX_MINRUN
 1847|       |       of 64 is so small that the key and value pointers all fit in a corner
 1848|       |       of L1 cache, and moving things around in that is very fast. */
 1849|       |#if 0 // ordinary insertion sort.
 1850|       |    PyObject * vpivot = NULL;
 1851|       |    for (; ok < n; ++ok) {
 1852|       |        pivot = a[ok];
 1853|       |        if (has_values)
 1854|       |            vpivot = v[ok];
 1855|       |        for (M = ok - 1; M >= 0; --M) {
 1856|       |            k = ISLT(pivot, a[M]);
 1857|       |            if (k < 0) {
 1858|       |                a[M + 1] = pivot;
 1859|       |                if (has_values)
 1860|       |                    v[M + 1] = vpivot;
 1861|       |                goto fail;
 1862|       |            }
 1863|       |            else if (k) {
 1864|       |                a[M + 1] = a[M];
 1865|       |                if (has_values)
 1866|       |                    v[M + 1] = v[M];
 1867|       |            }
 1868|       |            else
 1869|       |                break;
 1870|       |        }
 1871|       |        a[M + 1] = pivot;
 1872|       |        if (has_values)
 1873|       |            v[M + 1] = vpivot;
 1874|       |    }
 1875|       |#else // binary insertion sort
 1876|     23|    Py_ssize_t L, R;
 1877|    806|    for (; ok < n; ++ok) {
  ------------------
  |  Branch (1877:12): [True: 783, False: 23]
  ------------------
 1878|       |        /* set L to where a[ok] belongs */
 1879|    783|        L = 0;
 1880|    783|        R = ok;
 1881|    783|        pivot = a[ok];
 1882|       |        /* Slice invariants. vacuously true at the start:
 1883|       |         * all a[0:L]  <= pivot
 1884|       |         * all a[L:R]     unknown
 1885|       |         * all a[R:ok]  > pivot
 1886|       |         */
 1887|    783|        assert(L < R);
  ------------------
  |  Branch (1887:9): [True: 783, False: 0]
  ------------------
 1888|  3.45k|        do {
 1889|       |            /* don't do silly ;-) things to prevent overflow when finding
 1890|       |               the midpoint; L and R are very far from filling a Py_ssize_t */
 1891|  3.45k|            M = (L + R) >> 1;
 1892|  3.45k|#if 1 // straightforward, but highly unpredictable branch on random data
 1893|  3.45k|            IFLT(pivot, a[M])
  ------------------
  |  | 1715|  3.45k|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|  3.45k|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 3.45k]
  |  |  ------------------
  |  | 1716|  3.45k|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 1.72k, False: 1.72k]
  |  |  ------------------
  ------------------
 1894|  1.72k|                R = M;
 1895|  1.72k|            else
 1896|  1.72k|                L = M + 1;
 1897|       |#else
 1898|       |            /* Try to get compiler to generate conditional move instructions
 1899|       |               instead. Works fine, but leaving it disabled for now because
 1900|       |               it's not yielding consistently faster sorts. Needs more
 1901|       |               investigation. More computation in the inner loop adds its own
 1902|       |               costs, which can be significant when compares are fast. */
 1903|       |            k = ISLT(pivot, a[M]);
 1904|       |            if (k < 0)
 1905|       |                goto fail;
 1906|       |            Py_ssize_t Mp1 = M + 1;
 1907|       |            R = k ? M : R;
 1908|       |            L = k ? L : Mp1;
 1909|       |#endif
 1910|  3.45k|        } while (L < R);
  ------------------
  |  Branch (1910:18): [True: 2.66k, False: 783]
  ------------------
 1911|    783|        assert(L == R);
  ------------------
  |  Branch (1911:9): [True: 783, False: 0]
  ------------------
 1912|       |        /* a[:L] holds all elements from a[:ok] <= pivot now, so pivot belongs
 1913|       |           at index L. Slide a[L:ok] to the right a slot to make room for it.
 1914|       |           Caution: using memmove is much slower under MSVC 5; we're not
 1915|       |           usually moving many slots. Years later: under Visual Studio 2022,
 1916|       |           memmove seems just slightly slower than doing it "by hand". */
 1917|  9.60k|        for (M = ok; M > L; --M)
  ------------------
  |  Branch (1917:22): [True: 8.81k, False: 783]
  ------------------
 1918|  8.81k|            a[M] = a[M - 1];
 1919|    783|        a[L] = pivot;
 1920|    783|        if (has_values) {
  ------------------
  |  Branch (1920:13): [True: 0, False: 783]
  ------------------
 1921|      0|            pivot = v[ok];
 1922|      0|            for (M = ok; M > L; --M)
  ------------------
  |  Branch (1922:26): [True: 0, False: 0]
  ------------------
 1923|      0|                v[M] = v[M - 1];
 1924|      0|            v[L] = pivot;
 1925|      0|        }
 1926|    783|    }
 1927|     23|#endif // pick binary or regular insertion sort
 1928|     23|    return 0;
 1929|       |
 1930|      0| fail:
 1931|      0|    return -1;
 1932|     23|}
listobject.c:found_new_run:
 2706|     28|{
 2707|     28|    assert(ms);
  ------------------
  |  Branch (2707:5): [True: 28, False: 0]
  ------------------
 2708|     28|    if (ms->n) {
  ------------------
  |  Branch (2708:9): [True: 14, False: 14]
  ------------------
 2709|     14|        assert(ms->n > 0);
  ------------------
  |  Branch (2709:9): [True: 14, False: 0]
  ------------------
 2710|     14|        struct s_slice *p = ms->pending;
 2711|     14|        Py_ssize_t s1 = p[ms->n - 1].base.keys - ms->basekeys; /* start index */
 2712|     14|        Py_ssize_t n1 = p[ms->n - 1].len;
 2713|     14|        int power = powerloop(s1, n1, n2, ms->listlen);
 2714|     22|        while (ms->n > 1 && p[ms->n - 2].power > power) {
  ------------------
  |  Branch (2714:16): [True: 16, False: 6]
  |  Branch (2714:29): [True: 8, False: 8]
  ------------------
 2715|      8|            if (merge_at(ms, ms->n - 2) < 0)
  ------------------
  |  Branch (2715:17): [True: 0, False: 8]
  ------------------
 2716|      0|                return -1;
 2717|      8|        }
 2718|     14|        assert(ms->n < 2 || p[ms->n - 2].power < power);
  ------------------
  |  Branch (2718:9): [True: 6, False: 8]
  |  Branch (2718:9): [True: 8, False: 0]
  ------------------
 2719|     14|        p[ms->n - 1].power = power;
 2720|     14|    }
 2721|     28|    return 0;
 2722|     28|}
listobject.c:powerloop:
 2659|     14|{
 2660|     14|    int result = 0;
 2661|     14|    assert(s1 >= 0);
  ------------------
  |  Branch (2661:5): [True: 14, False: 0]
  ------------------
 2662|     14|    assert(n1 > 0 && n2 > 0);
  ------------------
  |  Branch (2662:5): [True: 14, False: 0]
  |  Branch (2662:5): [True: 14, False: 0]
  ------------------
 2663|     14|    assert(s1 + n1 + n2 <= n);
  ------------------
  |  Branch (2663:5): [True: 14, False: 0]
  ------------------
 2664|       |    /* midpoints a and b:
 2665|       |     * a = s1 + n1/2
 2666|       |     * b = s1 + n1 + n2/2 = a + (n1 + n2)/2
 2667|       |     *
 2668|       |     * Those may not be integers, though, because of the "/2". So we work with
 2669|       |     * 2*a and 2*b instead, which are necessarily integers. It makes no
 2670|       |     * difference to the outcome, since the bits in the expansion of (2*i)/n
 2671|       |     * are merely shifted one position from those of i/n.
 2672|       |     */
 2673|     14|    Py_ssize_t a = 2 * s1 + n1;  /* 2*a */
 2674|     14|    Py_ssize_t b = a + n1 + n2;  /* 2*b */
 2675|       |    /* Emulate a/n and b/n one bit a time, until bits differ. */
 2676|     34|    for (;;) {
 2677|     34|        ++result;
 2678|     34|        if (a >= n) {  /* both quotient bits are 1 */
  ------------------
  |  Branch (2678:13): [True: 10, False: 24]
  ------------------
 2679|     10|            assert(b >= a);
  ------------------
  |  Branch (2679:13): [True: 10, False: 0]
  ------------------
 2680|     10|            a -= n;
 2681|     10|            b -= n;
 2682|     10|        }
 2683|     24|        else if (b >= n) {  /* a/n bit is 0, b/n bit is 1 */
  ------------------
  |  Branch (2683:18): [True: 14, False: 10]
  ------------------
 2684|     14|            break;
 2685|     14|        } /* else both quotient bits are 0 */
 2686|     34|        assert(a < b && b < n);
  ------------------
  |  Branch (2686:9): [True: 20, False: 0]
  |  Branch (2686:9): [True: 20, False: 0]
  ------------------
 2687|     20|        a <<= 1;
 2688|     20|        b <<= 1;
 2689|     20|    }
 2690|     14|    return result;
 2691|     14|}
listobject.c:merge_at:
 2599|     14|{
 2600|     14|    sortslice ssa, ssb;
 2601|     14|    Py_ssize_t na, nb;
 2602|     14|    Py_ssize_t k;
 2603|       |
 2604|     14|    assert(ms != NULL);
  ------------------
  |  Branch (2604:5): [True: 14, False: 0]
  ------------------
 2605|     14|    assert(ms->n >= 2);
  ------------------
  |  Branch (2605:5): [True: 14, False: 0]
  ------------------
 2606|     14|    assert(i >= 0);
  ------------------
  |  Branch (2606:5): [True: 14, False: 0]
  ------------------
 2607|     14|    assert(i == ms->n - 2 || i == ms->n - 3);
  ------------------
  |  Branch (2607:5): [True: 14, False: 0]
  |  Branch (2607:5): [True: 0, False: 0]
  ------------------
 2608|       |
 2609|     14|    ssa = ms->pending[i].base;
 2610|     14|    na = ms->pending[i].len;
 2611|     14|    ssb = ms->pending[i+1].base;
 2612|     14|    nb = ms->pending[i+1].len;
 2613|     14|    assert(na > 0 && nb > 0);
  ------------------
  |  Branch (2613:5): [True: 14, False: 0]
  |  Branch (2613:5): [True: 14, False: 0]
  ------------------
 2614|     14|    assert(ssa.keys + na == ssb.keys);
  ------------------
  |  Branch (2614:5): [True: 14, False: 0]
  ------------------
 2615|       |
 2616|       |    /* Record the length of the combined runs; if i is the 3rd-last
 2617|       |     * run now, also slide over the last run (which isn't involved
 2618|       |     * in this merge).  The current run i+1 goes away in any case.
 2619|       |     */
 2620|     14|    ms->pending[i].len = na + nb;
 2621|     14|    if (i == ms->n - 3)
  ------------------
  |  Branch (2621:9): [True: 0, False: 14]
  ------------------
 2622|      0|        ms->pending[i+1] = ms->pending[i+2];
 2623|     14|    --ms->n;
 2624|       |
 2625|       |    /* Where does b start in a?  Elements in a before that can be
 2626|       |     * ignored (already in place).
 2627|       |     */
 2628|     14|    k = gallop_right(ms, *ssb.keys, ssa.keys, na, 0);
 2629|     14|    if (k < 0)
  ------------------
  |  Branch (2629:9): [True: 0, False: 14]
  ------------------
 2630|      0|        return -1;
 2631|     14|    sortslice_advance(&ssa, k);
 2632|     14|    na -= k;
 2633|     14|    if (na == 0)
  ------------------
  |  Branch (2633:9): [True: 0, False: 14]
  ------------------
 2634|      0|        return 0;
 2635|       |
 2636|       |    /* Where does a end in b?  Elements in b after that can be
 2637|       |     * ignored (already in place).
 2638|       |     */
 2639|     14|    nb = gallop_left(ms, ssa.keys[na-1], ssb.keys, nb, nb-1);
 2640|     14|    if (nb <= 0)
  ------------------
  |  Branch (2640:9): [True: 0, False: 14]
  ------------------
 2641|      0|        return nb;
 2642|       |
 2643|       |    /* Merge what remains of the runs, using a temp array with
 2644|       |     * min(na, nb) elements.
 2645|       |     */
 2646|     14|    if (na <= nb)
  ------------------
  |  Branch (2646:9): [True: 8, False: 6]
  ------------------
 2647|      8|        return merge_lo(ms, ssa, na, ssb, nb);
 2648|      6|    else
 2649|      6|        return merge_hi(ms, ssa, na, ssb, nb);
 2650|     14|}
listobject.c:gallop_right:
 2157|     70|{
 2158|     70|    Py_ssize_t ofs;
 2159|     70|    Py_ssize_t lastofs;
 2160|     70|    Py_ssize_t k;
 2161|       |
 2162|     70|    assert(key && a && n > 0 && hint >= 0 && hint < n);
  ------------------
  |  Branch (2162:5): [True: 70, False: 0]
  |  Branch (2162:5): [True: 70, False: 0]
  |  Branch (2162:5): [True: 70, False: 0]
  |  Branch (2162:5): [True: 70, False: 0]
  |  Branch (2162:5): [True: 70, False: 0]
  ------------------
 2163|       |
 2164|     70|    a += hint;
 2165|     70|    lastofs = 0;
 2166|     70|    ofs = 1;
 2167|     70|    IFLT(key, *a) {
  ------------------
  |  | 1715|     70|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|     70|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 70]
  |  |  ------------------
  |  | 1716|     70|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 38, False: 32]
  |  |  ------------------
  ------------------
 2168|       |        /* key < a[hint] -- gallop left, until
 2169|       |         * a[hint - ofs] <= key < a[hint - lastofs]
 2170|       |         */
 2171|     38|        const Py_ssize_t maxofs = hint + 1;             /* &a[0] is lowest */
 2172|     74|        while (ofs < maxofs) {
  ------------------
  |  Branch (2172:16): [True: 46, False: 28]
  ------------------
 2173|     46|            IFLT(key, *(a-ofs)) {
  ------------------
  |  | 1715|     46|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|     46|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 46]
  |  |  ------------------
  |  | 1716|     46|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 36, False: 10]
  |  |  ------------------
  ------------------
 2174|     36|                lastofs = ofs;
 2175|     36|                assert(ofs <= (PY_SSIZE_T_MAX - 1) / 2);
  ------------------
  |  Branch (2175:17): [True: 36, False: 0]
  ------------------
 2176|     36|                ofs = (ofs << 1) + 1;
 2177|     36|            }
 2178|     10|            else                /* a[hint - ofs] <= key */
 2179|     10|                break;
 2180|     46|        }
 2181|     38|        if (ofs > maxofs)
  ------------------
  |  Branch (2181:13): [True: 4, False: 34]
  ------------------
 2182|      4|            ofs = maxofs;
 2183|       |        /* Translate back to positive offsets relative to &a[0]. */
 2184|     38|        k = lastofs;
 2185|     38|        lastofs = hint - ofs;
 2186|     38|        ofs = hint - k;
 2187|     38|    }
 2188|     32|    else {
 2189|       |        /* a[hint] <= key -- gallop right, until
 2190|       |         * a[hint + lastofs] <= key < a[hint + ofs]
 2191|       |        */
 2192|     32|        const Py_ssize_t maxofs = n - hint;             /* &a[n-1] is highest */
 2193|     80|        while (ofs < maxofs) {
  ------------------
  |  Branch (2193:16): [True: 70, False: 10]
  ------------------
 2194|     70|            IFLT(key, a[ofs])
  ------------------
  |  | 1715|     70|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|     70|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 70]
  |  |  ------------------
  |  | 1716|     70|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 22, False: 48]
  |  |  ------------------
  ------------------
 2195|     22|                break;
 2196|       |            /* a[hint + ofs] <= key */
 2197|     48|            lastofs = ofs;
 2198|     48|            assert(ofs <= (PY_SSIZE_T_MAX - 1) / 2);
  ------------------
  |  Branch (2198:13): [True: 48, False: 0]
  ------------------
 2199|     48|            ofs = (ofs << 1) + 1;
 2200|     48|        }
 2201|     32|        if (ofs > maxofs)
  ------------------
  |  Branch (2201:13): [True: 0, False: 32]
  ------------------
 2202|      0|            ofs = maxofs;
 2203|       |        /* Translate back to offsets relative to &a[0]. */
 2204|     32|        lastofs += hint;
 2205|     32|        ofs += hint;
 2206|     32|    }
 2207|     70|    a -= hint;
 2208|       |
 2209|     70|    assert(-1 <= lastofs && lastofs < ofs && ofs <= n);
  ------------------
  |  Branch (2209:5): [True: 70, False: 0]
  |  Branch (2209:5): [True: 70, False: 0]
  |  Branch (2209:5): [True: 70, False: 0]
  ------------------
 2210|       |    /* Now a[lastofs] <= key < a[ofs], so key belongs somewhere to the
 2211|       |     * right of lastofs but no farther right than ofs.  Do a binary
 2212|       |     * search, with invariant a[lastofs-1] <= key < a[ofs].
 2213|       |     */
 2214|     70|    ++lastofs;
 2215|    152|    while (lastofs < ofs) {
  ------------------
  |  Branch (2215:12): [True: 82, False: 70]
  ------------------
 2216|     82|        Py_ssize_t m = lastofs + ((ofs - lastofs) >> 1);
 2217|       |
 2218|     82|        IFLT(key, a[m])
  ------------------
  |  | 1715|     82|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|     82|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 82]
  |  |  ------------------
  |  | 1716|     82|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 44, False: 38]
  |  |  ------------------
  ------------------
 2219|     44|            ofs = m;                    /* key < a[m] */
 2220|     38|        else
 2221|     38|            lastofs = m+1;              /* a[m] <= key */
 2222|     82|    }
 2223|     70|    assert(lastofs == ofs);             /* so a[ofs-1] <= key < a[ofs] */
  ------------------
  |  Branch (2223:5): [True: 70, False: 0]
  ------------------
 2224|     70|    return ofs;
 2225|       |
 2226|      0|fail:
 2227|      0|    return -1;
 2228|     70|}
listobject.c:gallop_left:
 2068|     64|{
 2069|     64|    Py_ssize_t ofs;
 2070|     64|    Py_ssize_t lastofs;
 2071|     64|    Py_ssize_t k;
 2072|       |
 2073|     64|    assert(key && a && n > 0 && hint >= 0 && hint < n);
  ------------------
  |  Branch (2073:5): [True: 64, False: 0]
  |  Branch (2073:5): [True: 64, False: 0]
  |  Branch (2073:5): [True: 64, False: 0]
  |  Branch (2073:5): [True: 64, False: 0]
  |  Branch (2073:5): [True: 64, False: 0]
  ------------------
 2074|       |
 2075|     64|    a += hint;
 2076|     64|    lastofs = 0;
 2077|     64|    ofs = 1;
 2078|     64|    IFLT(*a, key) {
  ------------------
  |  | 1715|     64|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|     64|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 64]
  |  |  ------------------
  |  | 1716|     64|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 28, False: 36]
  |  |  ------------------
  ------------------
 2079|       |        /* a[hint] < key -- gallop right, until
 2080|       |         * a[hint + lastofs] < key <= a[hint + ofs]
 2081|       |         */
 2082|     28|        const Py_ssize_t maxofs = n - hint;             /* &a[n-1] is highest */
 2083|     58|        while (ofs < maxofs) {
  ------------------
  |  Branch (2083:16): [True: 42, False: 16]
  ------------------
 2084|     42|            IFLT(a[ofs], key) {
  ------------------
  |  | 1715|     42|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|     42|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 42]
  |  |  ------------------
  |  | 1716|     42|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 30, False: 12]
  |  |  ------------------
  ------------------
 2085|     30|                lastofs = ofs;
 2086|     30|                assert(ofs <= (PY_SSIZE_T_MAX - 1) / 2);
  ------------------
  |  Branch (2086:17): [True: 30, False: 0]
  ------------------
 2087|     30|                ofs = (ofs << 1) + 1;
 2088|     30|            }
 2089|     12|            else                /* key <= a[hint + ofs] */
 2090|     12|                break;
 2091|     42|        }
 2092|     28|        if (ofs > maxofs)
  ------------------
  |  Branch (2092:13): [True: 2, False: 26]
  ------------------
 2093|      2|            ofs = maxofs;
 2094|       |        /* Translate back to offsets relative to &a[0]. */
 2095|     28|        lastofs += hint;
 2096|     28|        ofs += hint;
 2097|     28|    }
 2098|     36|    else {
 2099|       |        /* key <= a[hint] -- gallop left, until
 2100|       |         * a[hint - ofs] < key <= a[hint - lastofs]
 2101|       |         */
 2102|     36|        const Py_ssize_t maxofs = hint + 1;             /* &a[0] is lowest */
 2103|     90|        while (ofs < maxofs) {
  ------------------
  |  Branch (2103:16): [True: 74, False: 16]
  ------------------
 2104|     74|            IFLT(*(a-ofs), key)
  ------------------
  |  | 1715|     74|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|     74|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 74]
  |  |  ------------------
  |  | 1716|     74|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 20, False: 54]
  |  |  ------------------
  ------------------
 2105|     20|                break;
 2106|       |            /* key <= a[hint - ofs] */
 2107|     54|            lastofs = ofs;
 2108|     54|            assert(ofs <= (PY_SSIZE_T_MAX - 1) / 2);
  ------------------
  |  Branch (2108:13): [True: 54, False: 0]
  ------------------
 2109|     54|            ofs = (ofs << 1) + 1;
 2110|     54|        }
 2111|     36|        if (ofs > maxofs)
  ------------------
  |  Branch (2111:13): [True: 2, False: 34]
  ------------------
 2112|      2|            ofs = maxofs;
 2113|       |        /* Translate back to positive offsets relative to &a[0]. */
 2114|     36|        k = lastofs;
 2115|     36|        lastofs = hint - ofs;
 2116|     36|        ofs = hint - k;
 2117|     36|    }
 2118|     64|    a -= hint;
 2119|       |
 2120|     64|    assert(-1 <= lastofs && lastofs < ofs && ofs <= n);
  ------------------
  |  Branch (2120:5): [True: 64, False: 0]
  |  Branch (2120:5): [True: 64, False: 0]
  |  Branch (2120:5): [True: 64, False: 0]
  ------------------
 2121|       |    /* Now a[lastofs] < key <= a[ofs], so key belongs somewhere to the
 2122|       |     * right of lastofs but no farther right than ofs.  Do a binary
 2123|       |     * search, with invariant a[lastofs-1] < key <= a[ofs].
 2124|       |     */
 2125|     64|    ++lastofs;
 2126|    142|    while (lastofs < ofs) {
  ------------------
  |  Branch (2126:12): [True: 78, False: 64]
  ------------------
 2127|     78|        Py_ssize_t m = lastofs + ((ofs - lastofs) >> 1);
 2128|       |
 2129|     78|        IFLT(a[m], key)
  ------------------
  |  | 1715|     78|#define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail;  \
  |  |  ------------------
  |  |  |  | 1709|     78|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  |  |  ------------------
  |  |  |  Branch (1715:24): [True: 0, False: 78]
  |  |  ------------------
  |  | 1716|     78|           if (k)
  |  |  ------------------
  |  |  |  Branch (1716:16): [True: 36, False: 42]
  |  |  ------------------
  ------------------
 2130|     36|            lastofs = m+1;              /* a[m] < key */
 2131|     42|        else
 2132|     42|            ofs = m;                    /* key <= a[m] */
 2133|     78|    }
 2134|     64|    assert(lastofs == ofs);             /* so a[ofs-1] < key <= a[ofs] */
  ------------------
  |  Branch (2134:5): [True: 64, False: 0]
  ------------------
 2135|     64|    return ofs;
 2136|       |
 2137|      0|fail:
 2138|      0|    return -1;
 2139|     64|}
listobject.c:merge_lo:
 2329|      8|{
 2330|      8|    Py_ssize_t k;
 2331|      8|    sortslice dest;
 2332|      8|    int result = -1;            /* guilty until proved innocent */
 2333|      8|    Py_ssize_t min_gallop;
 2334|       |
 2335|      8|    assert(ms && ssa.keys && ssb.keys && na > 0 && nb > 0);
  ------------------
  |  Branch (2335:5): [True: 8, False: 0]
  |  Branch (2335:5): [True: 8, False: 0]
  |  Branch (2335:5): [True: 8, False: 0]
  |  Branch (2335:5): [True: 8, False: 0]
  |  Branch (2335:5): [True: 8, False: 0]
  ------------------
 2336|      8|    assert(ssa.keys + na == ssb.keys);
  ------------------
  |  Branch (2336:5): [True: 8, False: 0]
  ------------------
 2337|      8|    if (MERGE_GETMEM(ms, na) < 0)
  ------------------
  |  | 2317|      8|#define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 :   \
  |  |  ------------------
  |  |  |  Branch (2317:33): [True: 8, False: 0]
  |  |  ------------------
  |  | 2318|      8|                                merge_getmem(MS, NEED))
  ------------------
  |  Branch (2337:9): [True: 0, False: 8]
  ------------------
 2338|      0|        return -1;
 2339|      8|    sortslice_memcpy(&ms->a, 0, &ssa, 0, na);
 2340|      8|    dest = ssa;
 2341|      8|    ssa = ms->a;
 2342|       |
 2343|      8|    sortslice_copy_incr(&dest, &ssb);
 2344|      8|    --nb;
 2345|      8|    if (nb == 0)
  ------------------
  |  Branch (2345:9): [True: 0, False: 8]
  ------------------
 2346|      0|        goto Succeed;
 2347|      8|    if (na == 1)
  ------------------
  |  Branch (2347:9): [True: 0, False: 8]
  ------------------
 2348|      0|        goto CopyB;
 2349|       |
 2350|      8|    min_gallop = ms->min_gallop;
 2351|     26|    for (;;) {
 2352|     26|        Py_ssize_t acount = 0;          /* # of times A won in a row */
 2353|     26|        Py_ssize_t bcount = 0;          /* # of times B won in a row */
 2354|       |
 2355|       |        /* Do the straightforward thing until (if ever) one run
 2356|       |         * appears to win consistently.
 2357|       |         */
 2358|    562|        for (;;) {
 2359|    562|            assert(na > 1 && nb > 0);
  ------------------
  |  Branch (2359:13): [True: 562, False: 0]
  |  Branch (2359:13): [True: 562, False: 0]
  ------------------
 2360|    562|            k = ISLT(ssb.keys[0], ssa.keys[0]);
  ------------------
  |  | 1709|    562|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  ------------------
 2361|    562|            if (k) {
  ------------------
  |  Branch (2361:17): [True: 256, False: 306]
  ------------------
 2362|    256|                if (k < 0)
  ------------------
  |  Branch (2362:21): [True: 0, False: 256]
  ------------------
 2363|      0|                    goto Fail;
 2364|    256|                sortslice_copy_incr(&dest, &ssb);
 2365|    256|                ++bcount;
 2366|    256|                acount = 0;
 2367|    256|                --nb;
 2368|    256|                if (nb == 0)
  ------------------
  |  Branch (2368:21): [True: 4, False: 252]
  ------------------
 2369|      4|                    goto Succeed;
 2370|    252|                if (bcount >= min_gallop)
  ------------------
  |  Branch (2370:21): [True: 8, False: 244]
  ------------------
 2371|      8|                    break;
 2372|    252|            }
 2373|    306|            else {
 2374|    306|                sortslice_copy_incr(&dest, &ssa);
 2375|    306|                ++acount;
 2376|    306|                bcount = 0;
 2377|    306|                --na;
 2378|    306|                if (na == 1)
  ------------------
  |  Branch (2378:21): [True: 0, False: 306]
  ------------------
 2379|      0|                    goto CopyB;
 2380|    306|                if (acount >= min_gallop)
  ------------------
  |  Branch (2380:21): [True: 14, False: 292]
  ------------------
 2381|     14|                    break;
 2382|    306|            }
 2383|    562|        }
 2384|       |
 2385|       |        /* One run is winning so consistently that galloping may
 2386|       |         * be a huge win.  So try that, and continue galloping until
 2387|       |         * (if ever) neither run appears to be winning consistently
 2388|       |         * anymore.
 2389|       |         */
 2390|     22|        ++min_gallop;
 2391|     32|        do {
 2392|     32|            assert(na > 1 && nb > 0);
  ------------------
  |  Branch (2392:13): [True: 32, False: 0]
  |  Branch (2392:13): [True: 32, False: 0]
  ------------------
 2393|     32|            min_gallop -= min_gallop > 1;
 2394|     32|            ms->min_gallop = min_gallop;
 2395|     32|            k = gallop_right(ms, ssb.keys[0], ssa.keys, na, 0);
 2396|     32|            acount = k;
 2397|     32|            if (k) {
  ------------------
  |  Branch (2397:17): [True: 18, False: 14]
  ------------------
 2398|     18|                if (k < 0)
  ------------------
  |  Branch (2398:21): [True: 0, False: 18]
  ------------------
 2399|      0|                    goto Fail;
 2400|     18|                sortslice_memcpy(&dest, 0, &ssa, 0, k);
 2401|     18|                sortslice_advance(&dest, k);
 2402|     18|                sortslice_advance(&ssa, k);
 2403|     18|                na -= k;
 2404|     18|                if (na == 1)
  ------------------
  |  Branch (2404:21): [True: 2, False: 16]
  ------------------
 2405|      2|                    goto CopyB;
 2406|       |                /* na==0 is impossible now if the comparison
 2407|       |                 * function is consistent, but we can't assume
 2408|       |                 * that it is.
 2409|       |                 */
 2410|     16|                if (na == 0)
  ------------------
  |  Branch (2410:21): [True: 0, False: 16]
  ------------------
 2411|      0|                    goto Succeed;
 2412|     16|            }
 2413|     30|            sortslice_copy_incr(&dest, &ssb);
 2414|     30|            --nb;
 2415|     30|            if (nb == 0)
  ------------------
  |  Branch (2415:17): [True: 2, False: 28]
  ------------------
 2416|      2|                goto Succeed;
 2417|       |
 2418|     28|            k = gallop_left(ms, ssa.keys[0], ssb.keys, nb, 0);
 2419|     28|            bcount = k;
 2420|     28|            if (k) {
  ------------------
  |  Branch (2420:17): [True: 14, False: 14]
  ------------------
 2421|     14|                if (k < 0)
  ------------------
  |  Branch (2421:21): [True: 0, False: 14]
  ------------------
 2422|      0|                    goto Fail;
 2423|     14|                sortslice_memmove(&dest, 0, &ssb, 0, k);
 2424|     14|                sortslice_advance(&dest, k);
 2425|     14|                sortslice_advance(&ssb, k);
 2426|     14|                nb -= k;
 2427|     14|                if (nb == 0)
  ------------------
  |  Branch (2427:21): [True: 0, False: 14]
  ------------------
 2428|      0|                    goto Succeed;
 2429|     14|            }
 2430|     28|            sortslice_copy_incr(&dest, &ssa);
 2431|     28|            --na;
 2432|     28|            if (na == 1)
  ------------------
  |  Branch (2432:17): [True: 0, False: 28]
  ------------------
 2433|      0|                goto CopyB;
 2434|     28|        } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
  ------------------
  |  | 1728|     56|#define MIN_GALLOP 7
  ------------------
                      } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
  ------------------
  |  | 1728|     20|#define MIN_GALLOP 7
  ------------------
  |  Branch (2434:18): [True: 8, False: 20]
  |  Branch (2434:42): [True: 2, False: 18]
  ------------------
 2435|     18|        ++min_gallop;           /* penalize it for leaving galloping mode */
 2436|     18|        ms->min_gallop = min_gallop;
 2437|     18|    }
 2438|      6|Succeed:
 2439|      6|    result = 0;
 2440|      6|Fail:
 2441|      6|    if (na)
  ------------------
  |  Branch (2441:9): [True: 6, False: 0]
  ------------------
 2442|      6|        sortslice_memcpy(&dest, 0, &ssa, 0, na);
 2443|      6|    return result;
 2444|      2|CopyB:
 2445|      2|    assert(na == 1 && nb > 0);
  ------------------
  |  Branch (2445:5): [True: 2, False: 0]
  |  Branch (2445:5): [True: 2, False: 0]
  ------------------
 2446|       |    /* The last element of ssa belongs at the end of the merge. */
 2447|      2|    sortslice_memmove(&dest, 0, &ssb, 0, nb);
 2448|      2|    sortslice_copy(&dest, nb, &ssa, 0);
 2449|      2|    return 0;
 2450|      2|}
listobject.c:sortslice_memcpy:
 1681|     58|{
 1682|     58|    memcpy(&s1->keys[i], &s2->keys[j], sizeof(PyObject *) * n);
 1683|     58|    if (s1->values != NULL)
  ------------------
  |  Branch (1683:9): [True: 0, False: 58]
  ------------------
 1684|      0|        memcpy(&s1->values[i], &s2->values[j], sizeof(PyObject *) * n);
 1685|     58|}
listobject.c:sortslice_copy_incr:
 1663|    628|{
 1664|    628|    *dst->keys++ = *src->keys++;
 1665|    628|    if (dst->values != NULL)
  ------------------
  |  Branch (1665:9): [True: 0, False: 628]
  ------------------
 1666|      0|        *dst->values++ = *src->values++;
 1667|    628|}
listobject.c:sortslice_memmove:
 1690|     30|{
 1691|     30|    memmove(&s1->keys[i], &s2->keys[j], sizeof(PyObject *) * n);
 1692|     30|    if (s1->values != NULL)
  ------------------
  |  Branch (1692:9): [True: 0, False: 30]
  ------------------
 1693|      0|        memmove(&s1->values[i], &s2->values[j], sizeof(PyObject *) * n);
 1694|     30|}
listobject.c:sortslice_copy:
 1655|      2|{
 1656|      2|    s1->keys[i] = s2->keys[j];
 1657|      2|    if (s1->values != NULL)
  ------------------
  |  Branch (1657:9): [True: 0, False: 2]
  ------------------
 1658|      0|        s1->values[i] = s2->values[j];
 1659|      2|}
listobject.c:merge_hi:
 2461|      6|{
 2462|      6|    Py_ssize_t k;
 2463|      6|    sortslice dest, basea, baseb;
 2464|      6|    int result = -1;            /* guilty until proved innocent */
 2465|      6|    Py_ssize_t min_gallop;
 2466|       |
 2467|      6|    assert(ms && ssa.keys && ssb.keys && na > 0 && nb > 0);
  ------------------
  |  Branch (2467:5): [True: 6, False: 0]
  |  Branch (2467:5): [True: 6, False: 0]
  |  Branch (2467:5): [True: 6, False: 0]
  |  Branch (2467:5): [True: 6, False: 0]
  |  Branch (2467:5): [True: 6, False: 0]
  ------------------
 2468|      6|    assert(ssa.keys + na == ssb.keys);
  ------------------
  |  Branch (2468:5): [True: 6, False: 0]
  ------------------
 2469|      6|    if (MERGE_GETMEM(ms, nb) < 0)
  ------------------
  |  | 2317|      6|#define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 :   \
  |  |  ------------------
  |  |  |  Branch (2317:33): [True: 6, False: 0]
  |  |  ------------------
  |  | 2318|      6|                                merge_getmem(MS, NEED))
  ------------------
  |  Branch (2469:9): [True: 0, False: 6]
  ------------------
 2470|      0|        return -1;
 2471|      6|    dest = ssb;
 2472|      6|    sortslice_advance(&dest, nb-1);
 2473|      6|    sortslice_memcpy(&ms->a, 0, &ssb, 0, nb);
 2474|      6|    basea = ssa;
 2475|      6|    baseb = ms->a;
 2476|      6|    ssb.keys = ms->a.keys + nb - 1;
 2477|      6|    if (ssb.values != NULL)
  ------------------
  |  Branch (2477:9): [True: 0, False: 6]
  ------------------
 2478|      0|        ssb.values = ms->a.values + nb - 1;
 2479|      6|    sortslice_advance(&ssa, na - 1);
 2480|       |
 2481|      6|    sortslice_copy_decr(&dest, &ssa);
 2482|      6|    --na;
 2483|      6|    if (na == 0)
  ------------------
  |  Branch (2483:9): [True: 0, False: 6]
  ------------------
 2484|      0|        goto Succeed;
 2485|      6|    if (nb == 1)
  ------------------
  |  Branch (2485:9): [True: 0, False: 6]
  ------------------
 2486|      0|        goto CopyA;
 2487|       |
 2488|      6|    min_gallop = ms->min_gallop;
 2489|     14|    for (;;) {
 2490|     14|        Py_ssize_t acount = 0;          /* # of times A won in a row */
 2491|     14|        Py_ssize_t bcount = 0;          /* # of times B won in a row */
 2492|       |
 2493|       |        /* Do the straightforward thing until (if ever) one run
 2494|       |         * appears to win consistently.
 2495|       |         */
 2496|    520|        for (;;) {
 2497|    520|            assert(na > 0 && nb > 1);
  ------------------
  |  Branch (2497:13): [True: 520, False: 0]
  |  Branch (2497:13): [True: 520, False: 0]
  ------------------
 2498|    520|            k = ISLT(ssb.keys[0], ssa.keys[0]);
  ------------------
  |  | 1709|    520|#define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms)
  ------------------
 2499|    520|            if (k) {
  ------------------
  |  Branch (2499:17): [True: 300, False: 220]
  ------------------
 2500|    300|                if (k < 0)
  ------------------
  |  Branch (2500:21): [True: 0, False: 300]
  ------------------
 2501|      0|                    goto Fail;
 2502|    300|                sortslice_copy_decr(&dest, &ssa);
 2503|    300|                ++acount;
 2504|    300|                bcount = 0;
 2505|    300|                --na;
 2506|    300|                if (na == 0)
  ------------------
  |  Branch (2506:21): [True: 4, False: 296]
  ------------------
 2507|      4|                    goto Succeed;
 2508|    296|                if (acount >= min_gallop)
  ------------------
  |  Branch (2508:21): [True: 8, False: 288]
  ------------------
 2509|      8|                    break;
 2510|    296|            }
 2511|    220|            else {
 2512|    220|                sortslice_copy_decr(&dest, &ssb);
 2513|    220|                ++bcount;
 2514|    220|                acount = 0;
 2515|    220|                --nb;
 2516|    220|                if (nb == 1)
  ------------------
  |  Branch (2516:21): [True: 0, False: 220]
  ------------------
 2517|      0|                    goto CopyA;
 2518|    220|                if (bcount >= min_gallop)
  ------------------
  |  Branch (2518:21): [True: 2, False: 218]
  ------------------
 2519|      2|                    break;
 2520|    220|            }
 2521|    520|        }
 2522|       |
 2523|       |        /* One run is winning so consistently that galloping may
 2524|       |         * be a huge win.  So try that, and continue galloping until
 2525|       |         * (if ever) neither run appears to be winning consistently
 2526|       |         * anymore.
 2527|       |         */
 2528|     10|        ++min_gallop;
 2529|     24|        do {
 2530|     24|            assert(na > 0 && nb > 1);
  ------------------
  |  Branch (2530:13): [True: 24, False: 0]
  |  Branch (2530:13): [True: 24, False: 0]
  ------------------
 2531|     24|            min_gallop -= min_gallop > 1;
 2532|     24|            ms->min_gallop = min_gallop;
 2533|     24|            k = gallop_right(ms, ssb.keys[0], basea.keys, na, na-1);
 2534|     24|            if (k < 0)
  ------------------
  |  Branch (2534:17): [True: 0, False: 24]
  ------------------
 2535|      0|                goto Fail;
 2536|     24|            k = na - k;
 2537|     24|            acount = k;
 2538|     24|            if (k) {
  ------------------
  |  Branch (2538:17): [True: 14, False: 10]
  ------------------
 2539|     14|                sortslice_advance(&dest, -k);
 2540|     14|                sortslice_advance(&ssa, -k);
 2541|     14|                sortslice_memmove(&dest, 1, &ssa, 1, k);
 2542|     14|                na -= k;
 2543|     14|                if (na == 0)
  ------------------
  |  Branch (2543:21): [True: 2, False: 12]
  ------------------
 2544|      2|                    goto Succeed;
 2545|     14|            }
 2546|     22|            sortslice_copy_decr(&dest, &ssb);
 2547|     22|            --nb;
 2548|     22|            if (nb == 1)
  ------------------
  |  Branch (2548:17): [True: 0, False: 22]
  ------------------
 2549|      0|                goto CopyA;
 2550|       |
 2551|     22|            k = gallop_left(ms, ssa.keys[0], baseb.keys, nb, nb-1);
 2552|     22|            if (k < 0)
  ------------------
  |  Branch (2552:17): [True: 0, False: 22]
  ------------------
 2553|      0|                goto Fail;
 2554|     22|            k = nb - k;
 2555|     22|            bcount = k;
 2556|     22|            if (k) {
  ------------------
  |  Branch (2556:17): [True: 14, False: 8]
  ------------------
 2557|     14|                sortslice_advance(&dest, -k);
 2558|     14|                sortslice_advance(&ssb, -k);
 2559|     14|                sortslice_memcpy(&dest, 1, &ssb, 1, k);
 2560|     14|                nb -= k;
 2561|     14|                if (nb == 1)
  ------------------
  |  Branch (2561:21): [True: 0, False: 14]
  ------------------
 2562|      0|                    goto CopyA;
 2563|       |                /* nb==0 is impossible now if the comparison
 2564|       |                 * function is consistent, but we can't assume
 2565|       |                 * that it is.
 2566|       |                 */
 2567|     14|                if (nb == 0)
  ------------------
  |  Branch (2567:21): [True: 0, False: 14]
  ------------------
 2568|      0|                    goto Succeed;
 2569|     14|            }
 2570|     22|            sortslice_copy_decr(&dest, &ssa);
 2571|     22|            --na;
 2572|     22|            if (na == 0)
  ------------------
  |  Branch (2572:17): [True: 0, False: 22]
  ------------------
 2573|      0|                goto Succeed;
 2574|     22|        } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
  ------------------
  |  | 1728|     44|#define MIN_GALLOP 7
  ------------------
                      } while (acount >= MIN_GALLOP || bcount >= MIN_GALLOP);
  ------------------
  |  | 1728|     14|#define MIN_GALLOP 7
  ------------------
  |  Branch (2574:18): [True: 8, False: 14]
  |  Branch (2574:42): [True: 6, False: 8]
  ------------------
 2575|      8|        ++min_gallop;           /* penalize it for leaving galloping mode */
 2576|      8|        ms->min_gallop = min_gallop;
 2577|      8|    }
 2578|      6|Succeed:
 2579|      6|    result = 0;
 2580|      6|Fail:
 2581|      6|    if (nb)
  ------------------
  |  Branch (2581:9): [True: 6, False: 0]
  ------------------
 2582|      6|        sortslice_memcpy(&dest, -(nb-1), &baseb, 0, nb);
 2583|      6|    return result;
 2584|      0|CopyA:
 2585|      0|    assert(nb == 1 && na > 0);
  ------------------
  |  Branch (2585:5): [True: 0, False: 0]
  |  Branch (2585:5): [True: 0, False: 0]
  ------------------
 2586|       |    /* The first element of ssb belongs at the front of the merge. */
 2587|      0|    sortslice_memmove(&dest, 1-na, &ssa, 1-na, na);
 2588|      0|    sortslice_advance(&dest, -na);
 2589|      0|    sortslice_advance(&ssa, -na);
 2590|      0|    sortslice_copy(&dest, 0, &ssb, 0);
 2591|      0|    return 0;
 2592|      0|}
listobject.c:sortslice_copy_decr:
 1671|    570|{
 1672|    570|    *dst->keys-- = *src->keys--;
 1673|    570|    if (dst->values != NULL)
  ------------------
  |  Branch (1673:9): [True: 0, False: 570]
  ------------------
 1674|      0|        *dst->values-- = *src->values--;
 1675|    570|}
listobject.c:sortslice_advance:
 1698|    174|{
 1699|    174|    slice->keys += n;
 1700|    174|    if (slice->values != NULL)
  ------------------
  |  Branch (1700:9): [True: 0, False: 174]
  ------------------
 1701|      0|        slice->values += n;
 1702|    174|}
listobject.c:merge_force_collapse:
 2731|     14|{
 2732|     14|    struct s_slice *p = ms->pending;
 2733|       |
 2734|     14|    assert(ms);
  ------------------
  |  Branch (2734:5): [True: 14, False: 0]
  ------------------
 2735|     20|    while (ms->n > 1) {
  ------------------
  |  Branch (2735:12): [True: 6, False: 14]
  ------------------
 2736|      6|        Py_ssize_t n = ms->n - 2;
 2737|      6|        if (n > 0 && p[n-1].len < p[n+1].len)
  ------------------
  |  Branch (2737:13): [True: 4, False: 2]
  |  Branch (2737:22): [True: 0, False: 4]
  ------------------
 2738|      0|            --n;
 2739|      6|        if (merge_at(ms, n) < 0)
  ------------------
  |  Branch (2739:13): [True: 0, False: 6]
  ------------------
 2740|      0|            return -1;
 2741|      6|    }
 2742|     14|    return 0;
 2743|     14|}
listobject.c:merge_freemem:
 2276|     85|{
 2277|     85|    assert(ms != NULL);
  ------------------
  |  Branch (2277:5): [True: 85, False: 0]
  ------------------
 2278|     85|    if (ms->a.keys != ms->temparray) {
  ------------------
  |  Branch (2278:9): [True: 0, False: 85]
  ------------------
 2279|      0|        PyMem_Free(ms->a.keys);
 2280|       |        ms->a.keys = NULL;
 2281|      0|    }
 2282|     85|}
listobject.c:reverse_slice:
 1622|     13|{
 1623|     13|    assert(lo && hi);
  ------------------
  |  Branch (1623:5): [True: 13, False: 0]
  |  Branch (1623:5): [True: 13, False: 0]
  ------------------
 1624|       |
 1625|     13|    --hi;
 1626|     28|    while (lo < hi) {
  ------------------
  |  Branch (1626:12): [True: 15, False: 13]
  ------------------
 1627|     15|        PyObject *t = *lo;
 1628|     15|        FT_ATOMIC_STORE_PTR_RELEASE(*lo, *hi);
  ------------------
  |  |  164|     15|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1629|     15|        FT_ATOMIC_STORE_PTR_RELEASE(*hi, t);
  ------------------
  |  |  164|     15|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1630|     15|        ++lo;
 1631|     15|        --hi;
 1632|     15|    }
 1633|     13|}
listobject.c:list_slice_subscript:
 3672|     26|{
 3673|     26|    assert(PyList_Check(self));
  ------------------
  |  Branch (3673:5): [True: 26, False: 0]
  ------------------
 3674|     26|    assert(PySlice_Check(item));
  ------------------
  |  Branch (3674:5): [True: 26, False: 0]
  ------------------
 3675|     26|    Py_ssize_t start, stop, step;
 3676|     26|    if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (3676:9): [True: 0, False: 26]
  ------------------
 3677|      0|        return NULL;
 3678|      0|    }
 3679|     26|    return list_slice_wrap((PyListObject *)self, start, stop, step);
 3680|     26|}
listobject.c:list_slice_wrap:
 3653|     26|{
 3654|     26|    PyObject *res = NULL;
 3655|     26|    Py_BEGIN_CRITICAL_SECTION(aa);
  ------------------
  |  |   51|     26|    {
  ------------------
 3656|     26|    Py_ssize_t len = PySlice_AdjustIndices(Py_SIZE(aa), &start, &stop, step);
  ------------------
  |  |  214|     26|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3657|     26|    if (len <= 0) {
  ------------------
  |  Branch (3657:9): [True: 1, False: 25]
  ------------------
 3658|      1|        res = PyList_New(0);
 3659|      1|    }
 3660|     25|    else if (step == 1) {
  ------------------
  |  Branch (3660:14): [True: 21, False: 4]
  ------------------
 3661|     21|        res = list_slice_lock_held(aa, start, stop);
 3662|     21|    }
 3663|      4|    else {
 3664|      4|        res = list_slice_step_lock_held(aa, start, step, len);
 3665|      4|    }
 3666|     26|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     26|    }
  ------------------
 3667|     26|    return res;
 3668|     26|}
listobject.c:list_slice_step_lock_held:
 3633|      4|{
 3634|      4|    PyListObject *np = (PyListObject *)list_new_prealloc(len);
 3635|      4|    if (np == NULL) {
  ------------------
  |  Branch (3635:9): [True: 0, False: 4]
  ------------------
 3636|      0|        return NULL;
 3637|      0|    }
 3638|      4|    size_t cur;
 3639|      4|    Py_ssize_t i;
 3640|      4|    PyObject **src = a->ob_item;
 3641|      4|    PyObject **dest = np->ob_item;
 3642|     40|    for (cur = start, i = 0; i < len;
  ------------------
  |  Branch (3642:30): [True: 36, False: 4]
  ------------------
 3643|     36|            cur += (size_t)step, i++) {
 3644|     36|        PyObject *v = src[cur];
 3645|     36|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|     36|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     36|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3646|     36|    }
 3647|      4|    Py_SET_SIZE(np, len);
  ------------------
  |  |  216|      4|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      4|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3648|      4|    return (PyObject *)np;
 3649|      4|}
listobject.c:list_dealloc:
  556|  1.45k|{
  557|  1.45k|    PyListObject *op = (PyListObject *)self;
  558|  1.45k|    Py_ssize_t i;
  559|  1.45k|    PyObject_GC_UnTrack(op);
  560|  1.45k|    if (op->ob_item != NULL) {
  ------------------
  |  Branch (560:9): [True: 892, False: 558]
  ------------------
  561|       |        /* Do it backwards, for Christian Tismer.
  562|       |           There's a simple test case where somehow this reduces
  563|       |           thrashing when a *very* large list is created and
  564|       |           immediately deleted. */
  565|    892|        i = Py_SIZE(op);
  ------------------
  |  |  214|    892|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    892|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    892|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  566|  22.1k|        while (--i >= 0) {
  ------------------
  |  Branch (566:16): [True: 21.2k, False: 892]
  ------------------
  567|  21.2k|            Py_XDECREF(op->ob_item[i]);
  ------------------
  |  |  524|  21.2k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  568|  21.2k|        }
  569|    892|        free_list_items(op->ob_item, false);
  570|    892|        op->ob_item = NULL;
  571|    892|    }
  572|  1.45k|    if (PyList_CheckExact(op)) {
  ------------------
  |  |   26|  1.45k|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|  1.45k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.35k, False: 91]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  573|  1.35k|        _Py_FREELIST_FREE(lists, op, PyObject_GC_Del);
  ------------------
  |  |   35|  1.35k|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|  1.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|  1.35k|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   13|  1.35k|#  define Py_lists_MAXFREELIST 80
  |  |  ------------------
  ------------------
  574|  1.35k|    }
  575|     91|    else {
  576|     91|        PyObject_GC_Del(op);
  577|     91|    }
  578|  1.45k|}
listobject.c:list_length:
  651|    656|{
  652|    656|    return PyList_GET_SIZE(a);
  ------------------
  |  |   38|    656|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    656|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    656|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  653|    656|}
listobject.c:list_repeat:
  863|     33|{
  864|     33|    PyObject *ret;
  865|     33|    PyListObject *a = (PyListObject *)aa;
  866|     33|    Py_BEGIN_CRITICAL_SECTION(a);
  ------------------
  |  |   51|     33|    {
  ------------------
  867|     33|    ret = list_repeat_lock_held(a, n);
  868|     33|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     33|    }
  ------------------
  869|     33|    return ret;
  870|     33|}
listobject.c:list_repeat_lock_held:
  821|     33|{
  822|     33|    const Py_ssize_t input_size = Py_SIZE(a);
  ------------------
  |  |  214|     33|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  823|     33|    if (input_size == 0 || n <= 0)
  ------------------
  |  Branch (823:9): [True: 0, False: 33]
  |  Branch (823:28): [True: 0, False: 33]
  ------------------
  824|      0|        return PyList_New(0);
  825|     33|    assert(n > 0);
  ------------------
  |  Branch (825:5): [True: 33, False: 0]
  ------------------
  826|       |
  827|     33|    if (input_size > PY_SSIZE_T_MAX / n)
  ------------------
  |  |  137|     33|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (827:9): [True: 0, False: 33]
  ------------------
  828|      0|        return PyErr_NoMemory();
  829|     33|    Py_ssize_t output_size = input_size * n;
  830|       |
  831|     33|    PyListObject *np = (PyListObject *) list_new_prealloc(output_size);
  832|     33|    if (np == NULL)
  ------------------
  |  Branch (832:9): [True: 0, False: 33]
  ------------------
  833|      0|        return NULL;
  834|       |
  835|     33|    PyObject **dest = np->ob_item;
  836|     33|    if (input_size == 1) {
  ------------------
  |  Branch (836:9): [True: 33, False: 0]
  ------------------
  837|     33|        PyObject *elem = a->ob_item[0];
  838|     33|        _Py_RefcntAdd(elem, n);
  ------------------
  |  |  179|     33|#define _Py_RefcntAdd(op, n) _Py_RefcntAdd(_PyObject_CAST(op), n)
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  839|     33|        PyObject **dest_end = dest + output_size;
  840|     76|        while (dest < dest_end) {
  ------------------
  |  Branch (840:16): [True: 43, False: 33]
  ------------------
  841|     43|            *dest++ = elem;
  842|     43|        }
  843|     33|    }
  844|      0|    else {
  845|      0|        PyObject **src = a->ob_item;
  846|      0|        PyObject **src_end = src + input_size;
  847|      0|        while (src < src_end) {
  ------------------
  |  Branch (847:16): [True: 0, False: 0]
  ------------------
  848|      0|            _Py_RefcntAdd(*src, n);
  ------------------
  |  |  179|      0|#define _Py_RefcntAdd(op, n) _Py_RefcntAdd(_PyObject_CAST(op), n)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  849|      0|            *dest++ = *src++;
  850|      0|        }
  851|       |        // This list is not yet visible to other threads, so atomic repeat
  852|       |        // is not necessary even in Py_GIL_DISABLED builds.
  853|      0|        _Py_memory_repeat((char *)np->ob_item, sizeof(PyObject *)*output_size,
  854|      0|                                        sizeof(PyObject *)*input_size);
  855|      0|    }
  856|       |
  857|     33|    Py_SET_SIZE(np, output_size);
  ------------------
  |  |  216|     33|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     33|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  858|     33|    return (PyObject *) np;
  859|     33|}
listobject.c:list_item:
  676|  1.39k|{
  677|  1.39k|    PyListObject *a = (PyListObject *)aa;
  678|  1.39k|    if (!valid_index(i, PyList_GET_SIZE(a))) {
  ------------------
  |  |   38|  1.39k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.39k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.39k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (678:9): [True: 34, False: 1.36k]
  ------------------
  679|     34|        PyErr_SetObject(PyExc_IndexError, &_Py_STR(list_err));
  ------------------
  |  |  919|     34|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     34|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     34|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  680|     34|        return NULL;
  681|     34|    }
  682|  1.36k|    PyObject *item;
  683|       |#ifdef Py_GIL_DISABLED
  684|       |    item = list_get_item_ref(a, i);
  685|       |    if (item == NULL) {
  686|       |        PyErr_SetObject(PyExc_IndexError, &_Py_STR(list_err));
  687|       |        return NULL;
  688|       |    }
  689|       |#else
  690|  1.36k|    item = Py_NewRef(a->ob_item[i]);
  ------------------
  |  |  550|  1.36k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.36k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  691|  1.36k|#endif
  692|  1.36k|    return item;
  693|  1.39k|}
listobject.c:list_ass_item:
 1162|      1|{
 1163|      1|    int ret;
 1164|      1|    PyListObject *a = (PyListObject *)aa;
 1165|      1|    Py_BEGIN_CRITICAL_SECTION(a);
  ------------------
  |  |   51|      1|    {
  ------------------
 1166|      1|    ret = list_ass_item_lock_held(a, i, v);
 1167|      1|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      1|    }
  ------------------
 1168|      1|    return ret;
 1169|      1|}
listobject.c:list_ass_item_lock_held:
 1139|     26|{
 1140|     26|    if (!valid_index(i, Py_SIZE(a))) {
  ------------------
  |  |  214|     26|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1140:9): [True: 0, False: 26]
  ------------------
 1141|      0|        PyErr_SetString(PyExc_IndexError,
 1142|      0|                        "list assignment index out of range");
 1143|      0|        return -1;
 1144|      0|    }
 1145|     26|    PyObject *tmp = a->ob_item[i];
 1146|     26|    if (v == NULL) {
  ------------------
  |  Branch (1146:9): [True: 1, False: 25]
  ------------------
 1147|      1|        Py_ssize_t size = Py_SIZE(a);
  ------------------
  |  |  214|      1|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1148|      1|        for (Py_ssize_t idx = i; idx < size - 1; idx++) {
  ------------------
  |  Branch (1148:34): [True: 0, False: 1]
  ------------------
 1149|      0|            FT_ATOMIC_STORE_PTR_RELEASE(a->ob_item[idx], a->ob_item[idx + 1]);
  ------------------
  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1150|      0|        }
 1151|      1|        Py_SET_SIZE(a, size - 1);
  ------------------
  |  |  216|      1|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      1|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1152|      1|    }
 1153|     25|    else {
 1154|     25|        FT_ATOMIC_STORE_PTR_RELEASE(a->ob_item[i], Py_NewRef(v));
  ------------------
  |  |  164|     25|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 1155|     25|    }
 1156|     26|    Py_DECREF(tmp);
  ------------------
  |  |  430|     26|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1157|     26|    return 0;
 1158|     26|}
listobject.c:list_contains:
  657|    102|{
  658|       |
  659|  1.52k|    for (Py_ssize_t i = 0; ; i++) {
  660|  1.52k|        PyObject *item = list_get_item_ref((PyListObject *)aa, i);
  661|  1.52k|        if (item == NULL) {
  ------------------
  |  Branch (661:13): [True: 26, False: 1.50k]
  ------------------
  662|       |            // out-of-bounds
  663|     26|            return 0;
  664|     26|        }
  665|  1.50k|        int cmp = PyObject_RichCompareBool(item, el, Py_EQ);
  ------------------
  |  |  654|  1.50k|#define Py_EQ 2
  ------------------
  666|  1.50k|        Py_DECREF(item);
  ------------------
  |  |  430|  1.50k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.50k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.50k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|  1.50k|        if (cmp != 0) {
  ------------------
  |  Branch (667:13): [True: 76, False: 1.42k]
  ------------------
  668|     76|            return cmp;
  669|     76|        }
  670|  1.50k|    }
  671|      0|    return 0;
  672|    102|}
listobject.c:list_inplace_concat:
 1565|     10|{
 1566|     10|    PyListObject *self = (PyListObject *)_self;
 1567|     10|    if (_list_extend(self, other) < 0) {
  ------------------
  |  Branch (1567:9): [True: 0, False: 10]
  ------------------
 1568|      0|        return NULL;
 1569|      0|    }
 1570|     10|    return Py_NewRef(self);
  ------------------
  |  |  550|     10|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1571|     10|}
listobject.c:list_subscript:
 3690|     42|{
 3691|     42|    PyListObject* self = (PyListObject*)_self;
 3692|     42|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (3692:9): [True: 34, False: 8]
  ------------------
 3693|     34|        Py_ssize_t i;
 3694|     34|        i = PyNumber_AsSsize_t(item, PyExc_IndexError);
 3695|     34|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (3695:13): [True: 0, False: 34]
  |  Branch (3695:24): [True: 0, False: 0]
  ------------------
 3696|      0|            return NULL;
 3697|     34|        if (i < 0)
  ------------------
  |  Branch (3697:13): [True: 0, False: 34]
  ------------------
 3698|      0|            i += PyList_GET_SIZE(self);
  ------------------
  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3699|     34|        return list_item((PyObject *)self, i);
 3700|     34|    }
 3701|      8|    else if (PySlice_Check(item)) {
  ------------------
  |  |   22|      8|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|      8|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3702|      8|        return list_slice_subscript(_self, item);
 3703|      8|    }
 3704|      0|    else {
 3705|      0|        PyErr_Format(PyExc_TypeError,
 3706|      0|                     "list indices must be integers or slices, not %.200s",
 3707|      0|                     Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3708|       |        return NULL;
 3709|      0|    }
 3710|     42|}
listobject.c:list_ass_subscript:
 3897|     28|{
 3898|     28|    int res;
 3899|       |#ifdef Py_GIL_DISABLED
 3900|       |    if (PySlice_Check(item) && value != NULL && PyList_CheckExact(value)) {
 3901|       |        Py_BEGIN_CRITICAL_SECTION2(self, value);
 3902|       |        res = list_ass_subscript_lock_held(self, item, value);
 3903|       |        Py_END_CRITICAL_SECTION2();
 3904|       |        return res;
 3905|       |    }
 3906|       |#endif
 3907|     28|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|     28|    {
  ------------------
 3908|     28|    res = list_ass_subscript_lock_held(self, item, value);
 3909|     28|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     28|    }
  ------------------
 3910|     28|    return res;
 3911|     28|}
listobject.c:list_ass_subscript_lock_held:
 3731|     28|{
 3732|     28|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(_self);
 3733|       |
 3734|     28|    PyListObject *self = (PyListObject *)_self;
 3735|     28|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (3735:9): [True: 25, False: 3]
  ------------------
 3736|     25|        Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
 3737|     25|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (3737:13): [True: 16, False: 9]
  |  Branch (3737:24): [True: 0, False: 16]
  ------------------
 3738|      0|            return -1;
 3739|     25|        if (i < 0)
  ------------------
  |  Branch (3739:13): [True: 16, False: 9]
  ------------------
 3740|     16|            i += PyList_GET_SIZE(self);
  ------------------
  |  |   38|     16|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3741|     25|        return list_ass_item_lock_held(self, i, value);
 3742|     25|    }
 3743|      3|    else if (PySlice_Check(item)) {
  ------------------
  |  |   22|      3|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|      3|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3744|      3|        Py_ssize_t start, stop, step;
 3745|       |
 3746|      3|        if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (3746:13): [True: 0, False: 3]
  ------------------
 3747|      0|            return -1;
 3748|      0|        }
 3749|       |
 3750|      3|        if (value == NULL) {
  ------------------
  |  Branch (3750:13): [True: 1, False: 2]
  ------------------
 3751|       |            /* delete slice */
 3752|      1|            PyObject **garbage;
 3753|      1|            size_t cur;
 3754|      1|            Py_ssize_t i;
 3755|      1|            int res;
 3756|       |
 3757|      1|            Py_ssize_t slicelength = adjust_slice_indexes(self, &start, &stop,
 3758|      1|                                                          step);
 3759|       |
 3760|      1|            if (step == 1)
  ------------------
  |  Branch (3760:17): [True: 1, False: 0]
  ------------------
 3761|      1|                return list_ass_slice_lock_held(self, start, stop, value);
 3762|       |
 3763|      0|            if (slicelength <= 0)
  ------------------
  |  Branch (3763:17): [True: 0, False: 0]
  ------------------
 3764|      0|                return 0;
 3765|       |
 3766|      0|            if (step < 0) {
  ------------------
  |  Branch (3766:17): [True: 0, False: 0]
  ------------------
 3767|      0|                stop = start + 1;
 3768|      0|                start = stop + step*(slicelength - 1) - 1;
 3769|      0|                step = -step;
 3770|      0|            }
 3771|       |
 3772|      0|            garbage = (PyObject**)
 3773|      0|                PyMem_Malloc(slicelength*sizeof(PyObject*));
 3774|      0|            if (!garbage) {
  ------------------
  |  Branch (3774:17): [True: 0, False: 0]
  ------------------
 3775|      0|                PyErr_NoMemory();
 3776|      0|                return -1;
 3777|      0|            }
 3778|       |
 3779|       |            /* drawing pictures might help understand these for
 3780|       |               loops. Basically, we memmove the parts of the
 3781|       |               list that are *not* part of the slice: step-1
 3782|       |               items for each item that is part of the slice,
 3783|       |               and then tail end of the list that was not
 3784|       |               covered by the slice */
 3785|      0|            for (cur = start, i = 0;
 3786|      0|                 cur < (size_t)stop;
  ------------------
  |  Branch (3786:18): [True: 0, False: 0]
  ------------------
 3787|      0|                 cur += step, i++) {
 3788|      0|                Py_ssize_t lim = step - 1;
 3789|       |
 3790|      0|                garbage[i] = PyList_GET_ITEM(self, cur);
  ------------------
  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3790:30): [True: 0, False: 0]
  ------------------
 3791|       |
 3792|      0|                if (cur + step >= (size_t)Py_SIZE(self)) {
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3792:21): [True: 0, False: 0]
  ------------------
 3793|      0|                    lim = Py_SIZE(self) - cur - 1;
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3794|      0|                }
 3795|       |
 3796|      0|                ptr_wise_atomic_memmove(self, self->ob_item + cur - i,
 3797|      0|                    self->ob_item + cur + 1, lim);
 3798|      0|            }
 3799|      0|            cur = start + (size_t)slicelength * step;
 3800|      0|            if (cur < (size_t)Py_SIZE(self)) {
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3800:17): [True: 0, False: 0]
  ------------------
 3801|      0|                ptr_wise_atomic_memmove(self, self->ob_item + cur - slicelength,
 3802|      0|                    self->ob_item + cur, Py_SIZE(self) - cur);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3803|      0|            }
 3804|       |
 3805|      0|            Py_SET_SIZE(self, Py_SIZE(self) - slicelength);
  ------------------
  |  |  216|      0|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      0|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3806|      0|            res = list_resize(self, Py_SIZE(self));
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3807|       |
 3808|      0|            for (i = 0; i < slicelength; i++) {
  ------------------
  |  Branch (3808:25): [True: 0, False: 0]
  ------------------
 3809|      0|                Py_DECREF(garbage[i]);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3810|      0|            }
 3811|      0|            PyMem_Free(garbage);
 3812|       |
 3813|      0|            return res;
 3814|      0|        }
 3815|      2|        else {
 3816|       |            /* assign slice */
 3817|      2|            PyObject *ins, *seq;
 3818|      2|            PyObject **garbage, **seqitems, **selfitems;
 3819|      2|            Py_ssize_t i;
 3820|      2|            size_t cur;
 3821|       |
 3822|       |            /* protect against a[::-1] = a */
 3823|      2|            if (self == (PyListObject*)value) {
  ------------------
  |  Branch (3823:17): [True: 0, False: 2]
  ------------------
 3824|      0|                seq = list_slice_lock_held((PyListObject *)value, 0,
 3825|      0|                                            Py_SIZE(value));
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3826|      0|            }
 3827|      2|            else {
 3828|      2|                seq = PySequence_Fast(value,
 3829|      2|                                      "must assign iterable "
 3830|      2|                                      "to extended slice");
 3831|      2|            }
 3832|      2|            if (!seq)
  ------------------
  |  Branch (3832:17): [True: 0, False: 2]
  ------------------
 3833|      0|                return -1;
 3834|       |
 3835|      2|            Py_ssize_t slicelength = adjust_slice_indexes(self, &start, &stop,
 3836|      2|                                                          step);
 3837|       |
 3838|      2|            if (step == 1) {
  ------------------
  |  Branch (3838:17): [True: 2, False: 0]
  ------------------
 3839|      2|                int res = list_ass_slice_lock_held(self, start, stop, seq);
 3840|      2|                Py_DECREF(seq);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3841|      2|                return res;
 3842|      2|            }
 3843|       |
 3844|      0|            if (PySequence_Fast_GET_SIZE(seq) != slicelength) {
  ------------------
  |  |   92|      0|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3844:17): [True: 0, False: 0]
  ------------------
 3845|      0|                PyErr_Format(PyExc_ValueError,
 3846|      0|                    "attempt to assign sequence of "
 3847|      0|                    "size %zd to extended slice of "
 3848|      0|                    "size %zd",
 3849|      0|                         PySequence_Fast_GET_SIZE(seq),
  ------------------
  |  |   92|      0|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3850|      0|                         slicelength);
 3851|      0|                Py_DECREF(seq);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3852|      0|                return -1;
 3853|      0|            }
 3854|       |
 3855|      0|            if (!slicelength) {
  ------------------
  |  Branch (3855:17): [True: 0, False: 0]
  ------------------
 3856|      0|                Py_DECREF(seq);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3857|      0|                return 0;
 3858|      0|            }
 3859|       |
 3860|      0|            garbage = (PyObject**)
 3861|      0|                PyMem_Malloc(slicelength*sizeof(PyObject*));
 3862|      0|            if (!garbage) {
  ------------------
  |  Branch (3862:17): [True: 0, False: 0]
  ------------------
 3863|      0|                Py_DECREF(seq);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3864|      0|                PyErr_NoMemory();
 3865|      0|                return -1;
 3866|      0|            }
 3867|       |
 3868|      0|            selfitems = self->ob_item;
 3869|      0|            seqitems = PySequence_Fast_ITEMS(seq);
  ------------------
  |  |  102|      0|    (PyList_Check(sf) ? ((PyListObject *)(sf))->ob_item \
  |  |  ------------------
  |  |  |  |   25|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  103|      0|                      : ((PyTupleObject *)(sf))->ob_item)
  ------------------
 3870|      0|            for (cur = start, i = 0; i < slicelength;
  ------------------
  |  Branch (3870:38): [True: 0, False: 0]
  ------------------
 3871|      0|                 cur += (size_t)step, i++) {
 3872|      0|                garbage[i] = selfitems[cur];
 3873|      0|                ins = Py_NewRef(seqitems[i]);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3874|      0|                FT_ATOMIC_STORE_PTR_RELEASE(selfitems[cur], ins);
  ------------------
  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 3875|      0|            }
 3876|       |
 3877|      0|            for (i = 0; i < slicelength; i++) {
  ------------------
  |  Branch (3877:25): [True: 0, False: 0]
  ------------------
 3878|      0|                Py_DECREF(garbage[i]);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3879|      0|            }
 3880|       |
 3881|      0|            PyMem_Free(garbage);
 3882|      0|            Py_DECREF(seq);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3883|       |
 3884|      0|            return 0;
 3885|      0|        }
 3886|      3|    }
 3887|      0|    else {
 3888|      0|        PyErr_Format(PyExc_TypeError,
 3889|      0|                     "list indices must be integers or slices, not %.200s",
 3890|      0|                     Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3891|      0|        return -1;
 3892|      0|    }
 3893|     28|}
listobject.c:adjust_slice_indexes:
 3716|      3|{
 3717|      3|    Py_ssize_t slicelength = PySlice_AdjustIndices(Py_SIZE(lst), start, stop,
  ------------------
  |  |  214|      3|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3718|      3|                                                   step);
 3719|       |
 3720|       |    /* Make sure s[5:2] = [..] inserts at the right place:
 3721|       |        before 5, not before 2. */
 3722|      3|    if ((step < 0 && *start < *stop) ||
  ------------------
  |  Branch (3722:10): [True: 0, False: 3]
  |  Branch (3722:22): [True: 0, False: 0]
  ------------------
 3723|      3|        (step > 0 && *start > *stop))
  ------------------
  |  Branch (3723:10): [True: 3, False: 0]
  |  Branch (3723:22): [True: 0, False: 3]
  ------------------
 3724|      0|        *stop = *start;
 3725|       |
 3726|      3|    return slicelength;
 3727|      3|}
listobject.c:list_traverse:
 3429|    376|{
 3430|    376|    PyListObject *o = (PyListObject *)self;
 3431|    376|    Py_ssize_t i;
 3432|       |
 3433|  2.37k|    for (i = Py_SIZE(o); --i >= 0; )
  ------------------
  |  |  214|    376|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    376|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    376|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3433:26): [True: 2.00k, False: 376]
  ------------------
 3434|  2.00k|        Py_VISIT(o->ob_item[i]);
  ------------------
  |  |  194|  2.00k|    do {                                                                \
  |  |  195|  2.00k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.00k, False: 0]
  |  |  ------------------
  |  |  196|  2.00k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.00k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.00k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.00k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.00k]
  |  |  ------------------
  |  |  198|  2.00k|                return vret;                                            \
  |  |  199|  2.00k|        }                                                               \
  |  |  200|  2.00k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.00k]
  |  |  ------------------
  ------------------
 3435|    376|    return 0;
 3436|    376|}
listobject.c:list_richcompare:
 3503|    118|{
 3504|    118|    PyObject *ret;
 3505|    118|    Py_BEGIN_CRITICAL_SECTION2(v, w);
  ------------------
  |  |   57|    118|    {
  ------------------
 3506|    118|    ret = list_richcompare_impl(v, w, op);
 3507|    118|    Py_END_CRITICAL_SECTION2()
  ------------------
  |  |   61|    118|    }
  ------------------
 3508|    118|    return ret;
 3509|    118|}
listobject.c:list_richcompare_impl:
 3440|    118|{
 3441|    118|    PyListObject *vl, *wl;
 3442|    118|    Py_ssize_t i;
 3443|       |
 3444|    118|    if (!PyList_Check(v) || !PyList_Check(w))
  ------------------
  |  |   25|    118|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    236|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (!PyList_Check(v) || !PyList_Check(w))
  ------------------
  |  |   25|    118|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    118|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3444:9): [True: 0, False: 118]
  |  Branch (3444:29): [True: 11, False: 107]
  ------------------
 3445|     11|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|     11|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|     11|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 3446|       |
 3447|    107|    vl = (PyListObject *)v;
 3448|    107|    wl = (PyListObject *)w;
 3449|       |
 3450|    107|    if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) {
  ------------------
  |  |  214|    107|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    107|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    107|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) {
  ------------------
  |  |  214|    214|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    107|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    107|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) {
  ------------------
  |  |  654|     62|#define Py_EQ 2
  ------------------
                  if (Py_SIZE(vl) != Py_SIZE(wl) && (op == Py_EQ || op == Py_NE)) {
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (3450:9): [True: 31, False: 76]
  |  Branch (3450:40): [True: 31, False: 0]
  |  Branch (3450:55): [True: 0, False: 0]
  ------------------
 3451|       |        /* Shortcut: if the lengths differ, the lists differ */
 3452|     31|        if (op == Py_EQ)
  ------------------
  |  |  654|     31|#define Py_EQ 2
  ------------------
  |  Branch (3452:13): [True: 31, False: 0]
  ------------------
 3453|     31|            Py_RETURN_FALSE;
  ------------------
  |  |   45|     31|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|     31|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     31|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3454|      0|        else
 3455|      0|            Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3456|     31|    }
 3457|       |
 3458|       |    /* Search for the first index where items are different */
 3459|     82|    for (i = 0; i < Py_SIZE(vl) && i < Py_SIZE(wl); i++) {
  ------------------
  |  |  214|    164|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     82|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     82|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  for (i = 0; i < Py_SIZE(vl) && i < Py_SIZE(wl); i++) {
  ------------------
  |  |  214|     12|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3459:17): [True: 12, False: 70]
  |  Branch (3459:36): [True: 12, False: 0]
  ------------------
 3460|     12|        PyObject *vitem = vl->ob_item[i];
 3461|     12|        PyObject *witem = wl->ob_item[i];
 3462|     12|        if (vitem == witem) {
  ------------------
  |  Branch (3462:13): [True: 0, False: 12]
  ------------------
 3463|      0|            continue;
 3464|      0|        }
 3465|       |
 3466|     12|        Py_INCREF(vitem);
  ------------------
  |  |  310|     12|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3467|     12|        Py_INCREF(witem);
  ------------------
  |  |  310|     12|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3468|     12|        int k = PyObject_RichCompareBool(vitem, witem, Py_EQ);
  ------------------
  |  |  654|     12|#define Py_EQ 2
  ------------------
 3469|     12|        Py_DECREF(vitem);
  ------------------
  |  |  430|     12|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3470|     12|        Py_DECREF(witem);
  ------------------
  |  |  430|     12|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3471|     12|        if (k < 0)
  ------------------
  |  Branch (3471:13): [True: 0, False: 12]
  ------------------
 3472|      0|            return NULL;
 3473|     12|        if (!k)
  ------------------
  |  Branch (3473:13): [True: 6, False: 6]
  ------------------
 3474|      6|            break;
 3475|     12|    }
 3476|       |
 3477|     76|    if (i >= Py_SIZE(vl) || i >= Py_SIZE(wl)) {
  ------------------
  |  |  214|    152|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (i >= Py_SIZE(vl) || i >= Py_SIZE(wl)) {
  ------------------
  |  |  214|      6|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3477:9): [True: 70, False: 6]
  |  Branch (3477:29): [True: 0, False: 6]
  ------------------
 3478|       |        /* No more items to compare -- compare sizes */
 3479|     70|        Py_RETURN_RICHCOMPARE(Py_SIZE(vl), Py_SIZE(wl), op);
  ------------------
  |  |  674|     70|    do {                                                                    \
  |  |  675|     70|        switch (op) {                                                       \
  |  |  676|     67|        case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  654|     67|#define Py_EQ 2
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|     67|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|     67|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (676:9): [True: 67, False: 3]
  |  |  |  Branch (676:25): [True: 67, False: 0]
  |  |  ------------------
  |  |  677|     67|        case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  655|      3|#define Py_NE 3
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      3|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      3|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (677:9): [True: 3, False: 67]
  |  |  |  Branch (677:25): [True: 0, False: 3]
  |  |  ------------------
  |  |  678|      3|        case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  652|      0|#define Py_LT 0
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (678:9): [True: 0, False: 70]
  |  |  |  Branch (678:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  679|      0|        case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  656|      0|#define Py_GT 4
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (679:9): [True: 0, False: 70]
  |  |  |  Branch (679:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  680|      0|        case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  653|      0|#define Py_LE 1
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (680:9): [True: 0, False: 70]
  |  |  |  Branch (680:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  681|      0|        case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  657|      0|#define Py_GE 5
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (681:9): [True: 0, False: 70]
  |  |  |  Branch (681:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  682|      0|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 70]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|     70|        }                                                                   \
  |  |  685|     70|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3480|     70|    }
 3481|       |
 3482|       |    /* We have an item that differs -- shortcuts for EQ/NE */
 3483|      6|    if (op == Py_EQ) {
  ------------------
  |  |  654|      6|#define Py_EQ 2
  ------------------
  |  Branch (3483:9): [True: 5, False: 1]
  ------------------
 3484|      5|        Py_RETURN_FALSE;
  ------------------
  |  |   45|      5|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      5|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3485|      5|    }
 3486|      1|    if (op == Py_NE) {
  ------------------
  |  |  655|      1|#define Py_NE 3
  ------------------
  |  Branch (3486:9): [True: 1, False: 0]
  ------------------
 3487|      1|        Py_RETURN_TRUE;
  ------------------
  |  |   44|      1|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      1|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3488|      1|    }
 3489|       |
 3490|       |    /* Compare the final item again using the proper operator */
 3491|      0|    PyObject *vitem = vl->ob_item[i];
 3492|      0|    PyObject *witem = wl->ob_item[i];
 3493|      0|    Py_INCREF(vitem);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3494|      0|    Py_INCREF(witem);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3495|      0|    PyObject *result = PyObject_RichCompare(vl->ob_item[i], wl->ob_item[i], op);
 3496|      0|    Py_DECREF(vitem);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3497|      0|    Py_DECREF(witem);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3498|      0|    return result;
 3499|      1|}
listobject.c:list___reversed___impl:
 4190|     10|{
 4191|     10|    listreviterobject *it;
 4192|       |
 4193|     10|    it = PyObject_GC_New(listreviterobject, &PyListRevIter_Type);
  ------------------
  |  |  181|     10|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 4194|     10|    if (it == NULL)
  ------------------
  |  Branch (4194:9): [True: 0, False: 10]
  ------------------
 4195|      0|        return NULL;
 4196|     10|    assert(PyList_Check(self));
  ------------------
  |  Branch (4196:5): [True: 10, False: 0]
  ------------------
 4197|     10|    it->it_index = PyList_GET_SIZE(self) - 1;
  ------------------
  |  |   38|     10|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4198|     10|    it->it_seq = (PyListObject*)Py_NewRef(self);
  ------------------
  |  |  550|     10|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4199|     10|    PyObject_GC_Track(it);
 4200|     10|    return (PyObject *)it;
 4201|     10|}
listobject.c:py_list_clear_impl:
 1202|      8|{
 1203|      8|    list_clear(self);
 1204|      8|    Py_RETURN_NONE;
  ------------------
  |  |  628|      8|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      8|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1205|      8|}
listobject.c:list_append_impl:
 1234|    540|{
 1235|    540|    if (_PyList_AppendTakeRef(self, Py_NewRef(object)) < 0) {
  ------------------
  |  |  550|    540|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    540|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    540|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1235:9): [True: 0, False: 540]
  ------------------
 1236|      0|        return NULL;
 1237|      0|    }
 1238|    540|    Py_RETURN_NONE;
  ------------------
  |  |  628|    540|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    540|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1239|    540|}
listobject.c:list_insert_impl:
 1185|      3|{
 1186|      3|    if (ins1(self, index, object) == 0) {
  ------------------
  |  Branch (1186:9): [True: 3, False: 0]
  ------------------
 1187|      3|        Py_RETURN_NONE;
  ------------------
  |  |  628|      3|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      3|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1188|      3|    }
 1189|      0|    return NULL;
 1190|      3|}
listobject.c:list_pop_impl:
 1588|     99|{
 1589|     99|    PyObject *v;
 1590|       |
 1591|     99|    if (Py_SIZE(self) == 0) {
  ------------------
  |  |  214|     99|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1591:9): [True: 0, False: 99]
  ------------------
 1592|       |        /* Special-case most common failure cause */
 1593|      0|        PyErr_SetString(PyExc_IndexError, "pop from empty list");
 1594|      0|        return NULL;
 1595|      0|    }
 1596|     99|    if (index < 0)
  ------------------
  |  Branch (1596:9): [True: 99, False: 0]
  ------------------
 1597|     99|        index += Py_SIZE(self);
  ------------------
  |  |  214|     99|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1598|     99|    if (!valid_index(index, Py_SIZE(self))) {
  ------------------
  |  |  214|     99|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1598:9): [True: 0, False: 99]
  ------------------
 1599|      0|        PyErr_SetString(PyExc_IndexError, "pop index out of range");
 1600|      0|        return NULL;
 1601|      0|    }
 1602|       |
 1603|     99|    PyObject **items = self->ob_item;
 1604|     99|    v = items[index];
 1605|     99|    if (Py_SIZE(self) == 1) {
  ------------------
  |  |  214|     99|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1605:9): [True: 72, False: 27]
  ------------------
 1606|     72|        Py_INCREF(v);
  ------------------
  |  |  310|     72|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1607|     72|        list_clear(self);
 1608|     72|        return v;
 1609|     72|    }
 1610|     27|    Py_ssize_t size_after_pop = Py_SIZE(self) - 1;
  ------------------
  |  |  214|     27|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1611|     27|    if (index < size_after_pop) {
  ------------------
  |  Branch (1611:9): [True: 0, False: 27]
  ------------------
 1612|      0|        ptr_wise_atomic_memmove(self, &items[index], &items[index+1],
 1613|      0|                                size_after_pop - index);
 1614|      0|    }
 1615|     27|    list_resize(self, size_after_pop);  // NB: shrinking a list can't fail
 1616|     27|    return v;
 1617|     99|}
listobject.c:list_remove_impl:
 3407|     91|{
 3408|     91|    Py_ssize_t i;
 3409|       |
 3410|     91|    for (i = 0; i < Py_SIZE(self); i++) {
  ------------------
  |  |  214|     91|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3410:17): [True: 91, False: 0]
  ------------------
 3411|     91|        PyObject *obj = self->ob_item[i];
 3412|     91|        Py_INCREF(obj);
  ------------------
  |  |  310|     91|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3413|     91|        int cmp = PyObject_RichCompareBool(obj, value, Py_EQ);
  ------------------
  |  |  654|     91|#define Py_EQ 2
  ------------------
 3414|     91|        Py_DECREF(obj);
  ------------------
  |  |  430|     91|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     91|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     91|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3415|     91|        if (cmp > 0) {
  ------------------
  |  Branch (3415:13): [True: 91, False: 0]
  ------------------
 3416|     91|            if (list_ass_slice_lock_held(self, i, i+1, NULL) == 0)
  ------------------
  |  Branch (3416:17): [True: 91, False: 0]
  ------------------
 3417|     91|                Py_RETURN_NONE;
  ------------------
  |  |  628|     91|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     91|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 3418|      0|            return NULL;
 3419|     91|        }
 3420|      0|        else if (cmp < 0)
  ------------------
  |  Branch (3420:18): [True: 0, False: 0]
  ------------------
 3421|      0|            return NULL;
 3422|     91|    }
 3423|      0|    PyErr_SetString(PyExc_ValueError, "list.remove(x): x not in list");
 3424|       |    return NULL;
 3425|     91|}
listobject.c:list___init___impl:
 3526|    164|{
 3527|       |    /* Verify list invariants established by PyType_GenericAlloc() */
 3528|    164|    assert(0 <= Py_SIZE(self));
  ------------------
  |  Branch (3528:5): [True: 164, False: 0]
  ------------------
 3529|    164|    assert(Py_SIZE(self) <= self->allocated || self->allocated == -1);
  ------------------
  |  Branch (3529:5): [True: 164, False: 0]
  |  Branch (3529:5): [True: 0, False: 0]
  ------------------
 3530|    164|    assert(self->ob_item != NULL ||
  ------------------
  |  Branch (3530:5): [True: 0, False: 164]
  |  Branch (3530:5): [True: 164, False: 0]
  |  Branch (3530:5): [True: 0, False: 0]
  ------------------
 3531|    164|           self->allocated == 0 || self->allocated == -1);
 3532|       |
 3533|       |    /* Empty previous contents */
 3534|    164|    if (self->ob_item != NULL) {
  ------------------
  |  Branch (3534:9): [True: 0, False: 164]
  ------------------
 3535|      0|        Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|      0|    {
  ------------------
 3536|      0|        list_clear(self);
 3537|      0|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 3538|      0|    }
 3539|    164|    if (iterable != NULL) {
  ------------------
  |  Branch (3539:9): [True: 73, False: 91]
  ------------------
 3540|     73|        if (_list_extend(self, iterable) < 0) {
  ------------------
  |  Branch (3540:13): [True: 0, False: 73]
  ------------------
 3541|      0|            return -1;
 3542|      0|        }
 3543|     73|    }
 3544|    164|    return 0;
 3545|    164|}
listobject.c:list_vectorcall:
 3550|     73|{
 3551|     73|    if (!_PyArg_NoKwnames("list", kwnames)) {
  ------------------
  |  |   15|     73|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 73, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3552|      0|        return NULL;
 3553|      0|    }
 3554|     73|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     73|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 3555|     73|    if (!_PyArg_CheckPositional("list", nargs, 0, 1)) {
  ------------------
  |  |   31|     73|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 73, False: 0]
  |  |  |  Branch (31:27): [True: 73, False: 0]
  |  |  ------------------
  |  |   32|     73|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3556|      0|        return NULL;
 3557|      0|    }
 3558|       |
 3559|     73|    PyObject *list = PyType_GenericAlloc(_PyType_CAST(type), 0);
  ------------------
  |  |  770|     73|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (3559:42): [True: 73, False: 0]
  ------------------
 3560|     73|    if (list == NULL) {
  ------------------
  |  Branch (3560:9): [True: 0, False: 73]
  ------------------
 3561|      0|        return NULL;
 3562|      0|    }
 3563|     73|    if (nargs) {
  ------------------
  |  Branch (3563:9): [True: 73, False: 0]
  ------------------
 3564|     73|        if (list___init___impl((PyListObject *)list, args[0])) {
  ------------------
  |  Branch (3564:13): [True: 0, False: 73]
  ------------------
 3565|      0|            Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3566|      0|            return NULL;
 3567|      0|        }
 3568|     73|    }
 3569|     73|    return list;
 3570|     73|}
listobject.c:list_iteritem:
 3915|     65|{
 3916|     65|    PyObject *result = list_get_item_ref((PyListObject *)obj, index);
 3917|     65|    return (_PyObjectIndexPair) { .object = result, .index = index + 1 };
 3918|     65|}
listobject.c:list_iter:
 4030|     27|{
 4031|     27|    if (!PyList_Check(seq)) {
  ------------------
  |  |   25|     27|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     27|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4031:9): [True: 0, False: 27]
  ------------------
 4032|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 4033|      0|        return NULL;
 4034|      0|    }
 4035|     27|    _PyListIterObject *it = _Py_FREELIST_POP(_PyListIterObject, list_iters);
  ------------------
  |  |   43|     27|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 4036|     27|    if (it == NULL) {
  ------------------
  |  Branch (4036:9): [True: 3, False: 24]
  ------------------
 4037|      3|        it = PyObject_GC_New(_PyListIterObject, &PyListIter_Type);
  ------------------
  |  |  181|      3|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 4038|      3|        if (it == NULL) {
  ------------------
  |  Branch (4038:13): [True: 0, False: 3]
  ------------------
 4039|      0|            return NULL;
 4040|      0|        }
 4041|      3|    }
 4042|     27|    it->it_index = 0;
 4043|     27|    it->it_seq = (PyListObject *)Py_NewRef(seq);
  ------------------
  |  |  550|     27|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4044|     27|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|     27|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4045|     27|    return (PyObject *)it;
 4046|     27|}
listobject.c:listiter_dealloc:
 4050|     27|{
 4051|     27|    _PyListIterObject *it = (_PyListIterObject *)self;
 4052|     27|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|     27|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4053|     27|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|     27|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4054|     27|    assert(Py_IS_TYPE(self, &PyListIter_Type));
  ------------------
  |  Branch (4054:5): [True: 27, False: 0]
  ------------------
 4055|     27|    _Py_FREELIST_FREE(list_iters, it, PyObject_GC_Del);
  ------------------
  |  |   35|     27|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|     27|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   14|     27|#  define Py_list_iters_MAXFREELIST 10
  |  |  ------------------
  ------------------
 4056|     27|}
listobject.c:listiter_next:
 4067|    865|{
 4068|    865|    _PyListIterObject *it = (_PyListIterObject *)self;
 4069|    865|    Py_ssize_t index = FT_ATOMIC_LOAD_SSIZE_RELAXED(it->it_index);
  ------------------
  |  |  149|    865|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 4070|    865|    if (index < 0) {
  ------------------
  |  Branch (4070:9): [True: 0, False: 865]
  ------------------
 4071|      0|        return NULL;
 4072|      0|    }
 4073|       |
 4074|    865|    PyObject *item = list_get_item_ref(it->it_seq, index);
 4075|    865|    if (item == NULL) {
  ------------------
  |  Branch (4075:9): [True: 24, False: 841]
  ------------------
 4076|       |        // out-of-bounds
 4077|     24|        FT_ATOMIC_STORE_SSIZE_RELAXED(it->it_index, -1);
  ------------------
  |  |  194|     24|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 4078|     24|#ifndef Py_GIL_DISABLED
 4079|     24|        PyListObject *seq = it->it_seq;
 4080|     24|        it->it_seq = NULL;
 4081|     24|        Py_DECREF(seq);
  ------------------
  |  |  430|     24|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     24|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     24|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4082|     24|#endif
 4083|     24|        return NULL;
 4084|     24|    }
 4085|    841|    FT_ATOMIC_STORE_SSIZE_RELAXED(it->it_index, index + 1);
  ------------------
  |  |  194|    841|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 4086|    841|    return item;
 4087|    865|}
listobject.c:listreviter_dealloc:
 4205|     10|{
 4206|     10|    listreviterobject *it = (listreviterobject *)self;
 4207|     10|    PyObject_GC_UnTrack(it);
 4208|     10|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|     10|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4209|     10|    PyObject_GC_Del(it);
 4210|     10|}
listobject.c:listreviter_next:
 4221|     22|{
 4222|     22|    listreviterobject *it = (listreviterobject *)self;
 4223|     22|    assert(it != NULL);
  ------------------
  |  Branch (4223:5): [True: 22, False: 0]
  ------------------
 4224|     22|    Py_ssize_t index = FT_ATOMIC_LOAD_SSIZE_RELAXED(it->it_index);
  ------------------
  |  |  149|     22|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 4225|     22|    if (index < 0) {
  ------------------
  |  Branch (4225:9): [True: 8, False: 14]
  ------------------
 4226|      8|        return NULL;
 4227|      8|    }
 4228|       |
 4229|     14|    PyListObject *seq = it->it_seq;
 4230|     14|    assert(PyList_Check(seq));
  ------------------
  |  Branch (4230:5): [True: 14, False: 0]
  ------------------
 4231|     14|    PyObject *item = list_get_item_ref(seq, index);
 4232|     14|    if (item != NULL) {
  ------------------
  |  Branch (4232:9): [True: 14, False: 0]
  ------------------
 4233|     14|        FT_ATOMIC_STORE_SSIZE_RELAXED(it->it_index, index - 1);
  ------------------
  |  |  194|     14|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 4234|     14|        return item;
 4235|     14|    }
 4236|      0|    FT_ATOMIC_STORE_SSIZE_RELAXED(it->it_index, -1);
  ------------------
  |  |  194|      0|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 4237|      0|#ifndef Py_GIL_DISABLED
 4238|      0|    it->it_seq = NULL;
 4239|      0|    Py_DECREF(seq);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4240|      0|#endif
 4241|       |    return NULL;
 4242|     14|}

PyLong_FromLong:
  408|  2.82k|{
  409|       |    PYLONG_FROM_INT(unsigned long, long, ival);
  ------------------
  |  |  371|  2.82k|    do {                                                                            \
  |  |  372|  2.82k|        /* Handle small and medium cases. */                                        \
  |  |  373|  2.82k|        if (IS_SMALL_INT(ival)) {                                                   \
  |  |  ------------------
  |  |  |  |   29|  2.82k|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  |  |  ------------------
  |  |  |  |  |  |   68|  2.82k|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   98|  2.82k|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   97|  2.82k|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (68:6): [True: 2.82k, False: 6]
  |  |  |  |  |  |  |  Branch (68:37): [True: 2.27k, False: 548]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  374|  2.27k|            return get_small_int((sdigit)(ival));                                   \
  |  |  375|  2.27k|        }                                                                           \
  |  |  376|  2.82k|        if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|    554|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    554|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    554|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|    554|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    554|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    554|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 554, False: 0]
  |  |  |  Branch (376:49): [True: 504, False: 50]
  |  |  ------------------
  |  |  377|    504|            return _PyLong_FromMedium((sdigit)(ival));                              \
  |  |  378|    504|        }                                                                           \
  |  |  379|    554|        UINT_TYPE abs_ival = (ival) < 0 ? 0U-(UINT_TYPE)(ival) : (UINT_TYPE)(ival); \
  |  |  ------------------
  |  |  |  Branch (379:30): [True: 0, False: 50]
  |  |  ------------------
  |  |  380|     50|        /* Do shift in two steps to avoid possible undefined behavior. */           \
  |  |  381|     50|        UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|     50|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|     50|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  382|     50|        /* Count digits (at least two - smaller cases were handled above). */       \
  |  |  383|     50|        Py_ssize_t ndigits = 2;                                                     \
  |  |  384|     50|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (384:16): [True: 0, False: 50]
  |  |  ------------------
  |  |  385|      0|            ++ndigits;                                                              \
  |  |  386|      0|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  387|      0|        }                                                                           \
  |  |  388|     50|        /* Construct output value. */                                               \
  |  |  389|     50|        PyLongObject *v = long_alloc(ndigits);                                      \
  |  |  390|     50|        if (v == NULL) {                                                            \
  |  |  ------------------
  |  |  |  Branch (390:13): [True: 0, False: 50]
  |  |  ------------------
  |  |  391|      0|            return NULL;                                                            \
  |  |  392|      0|        }                                                                           \
  |  |  393|     50|        digit *p = v->long_value.ob_digit;                                          \
  |  |  394|     50|        _PyLong_SetSignAndDigitCount(v, (ival) < 0 ? -1 : 1, ndigits);              \
  |  |  ------------------
  |  |  |  Branch (394:41): [True: 0, False: 50]
  |  |  ------------------
  |  |  395|     50|        t = abs_ival;                                                               \
  |  |  396|    150|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (396:16): [True: 100, False: 50]
  |  |  ------------------
  |  |  397|    100|            *p++ = (digit)(t & PyLong_MASK);                                        \
  |  |  ------------------
  |  |  |  |   62|    100|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    100|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    100|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  398|    100|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|    100|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  399|    100|        }                                                                           \
  |  |  400|     50|        return (PyObject *)v;                                                       \
  |  |  401|     50|    } while(0)
  |  |  ------------------
  |  |  |  Branch (401:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  410|  2.82k|}
PyLong_FromUnsignedLong:
  446|    941|{
  447|       |    PYLONG_FROM_UINT(unsigned long, ival);
  ------------------
  |  |  413|    941|    do { \
  |  |  414|    941|        /* Handle small and medium cases. */ \
  |  |  415|    941|        if (IS_SMALL_UINT(ival)) { \
  |  |  ------------------
  |  |  |  |   30|    941|#define IS_SMALL_UINT(ival) ((ival) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|    941|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (30:29): [True: 152, False: 789]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  416|    152|            return get_small_int((sdigit)(ival)); \
  |  |  417|    152|        } \
  |  |  418|    941|        if ((ival) <= PyLong_MASK) { \
  |  |  ------------------
  |  |  |  |   62|    789|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    789|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    789|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (418:13): [True: 1, False: 788]
  |  |  ------------------
  |  |  419|      1|            return _PyLong_FromMedium((sdigit)(ival)); \
  |  |  420|      1|        } \
  |  |  421|    789|        /* Do shift in two steps to avoid possible undefined behavior. */ \
  |  |  422|    789|        INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|    788|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|    788|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  423|    788|        /* Count digits (at least two - smaller cases were handled above). */ \
  |  |  424|    788|        Py_ssize_t ndigits = 2; \
  |  |  425|    788|        while (t) { \
  |  |  ------------------
  |  |  |  Branch (425:16): [True: 0, False: 788]
  |  |  ------------------
  |  |  426|      0|            ++ndigits; \
  |  |  427|      0|            t >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  428|      0|        } \
  |  |  429|    788|        /* Construct output value. */ \
  |  |  430|    788|        PyLongObject *v = long_alloc(ndigits); \
  |  |  431|    788|        if (v == NULL) { \
  |  |  ------------------
  |  |  |  Branch (431:13): [True: 0, False: 788]
  |  |  ------------------
  |  |  432|      0|            return NULL; \
  |  |  433|      0|        } \
  |  |  434|    788|        digit *p = v->long_value.ob_digit; \
  |  |  435|  2.36k|        while ((ival)) { \
  |  |  ------------------
  |  |  |  Branch (435:16): [True: 1.57k, False: 788]
  |  |  ------------------
  |  |  436|  1.57k|            *p++ = (digit)((ival) & PyLong_MASK); \
  |  |  ------------------
  |  |  |  |   62|  1.57k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  1.57k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  1.57k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  437|  1.57k|            (ival) >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|  1.57k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  438|  1.57k|        } \
  |  |  439|    788|        return (PyObject *)v; \
  |  |  440|    788|    } while(0)
  |  |  ------------------
  |  |  |  Branch (440:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  448|    941|}
PyLong_FromUnsignedLongLong:
  454|    389|{
  455|       |    PYLONG_FROM_UINT(unsigned long long, ival);
  ------------------
  |  |  413|    389|    do { \
  |  |  414|    389|        /* Handle small and medium cases. */ \
  |  |  415|    389|        if (IS_SMALL_UINT(ival)) { \
  |  |  ------------------
  |  |  |  |   30|    389|#define IS_SMALL_UINT(ival) ((ival) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|    389|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (30:29): [True: 69, False: 320]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  416|     69|            return get_small_int((sdigit)(ival)); \
  |  |  417|     69|        } \
  |  |  418|    389|        if ((ival) <= PyLong_MASK) { \
  |  |  ------------------
  |  |  |  |   62|    320|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    320|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    320|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (418:13): [True: 138, False: 182]
  |  |  ------------------
  |  |  419|    138|            return _PyLong_FromMedium((sdigit)(ival)); \
  |  |  420|    138|        } \
  |  |  421|    320|        /* Do shift in two steps to avoid possible undefined behavior. */ \
  |  |  422|    320|        INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|    182|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|    182|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  423|    182|        /* Count digits (at least two - smaller cases were handled above). */ \
  |  |  424|    182|        Py_ssize_t ndigits = 2; \
  |  |  425|    182|        while (t) { \
  |  |  ------------------
  |  |  |  Branch (425:16): [True: 0, False: 182]
  |  |  ------------------
  |  |  426|      0|            ++ndigits; \
  |  |  427|      0|            t >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  428|      0|        } \
  |  |  429|    182|        /* Construct output value. */ \
  |  |  430|    182|        PyLongObject *v = long_alloc(ndigits); \
  |  |  431|    182|        if (v == NULL) { \
  |  |  ------------------
  |  |  |  Branch (431:13): [True: 0, False: 182]
  |  |  ------------------
  |  |  432|      0|            return NULL; \
  |  |  433|      0|        } \
  |  |  434|    182|        digit *p = v->long_value.ob_digit; \
  |  |  435|    546|        while ((ival)) { \
  |  |  ------------------
  |  |  |  Branch (435:16): [True: 364, False: 182]
  |  |  ------------------
  |  |  436|    364|            *p++ = (digit)((ival) & PyLong_MASK); \
  |  |  ------------------
  |  |  |  |   62|    364|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    364|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    364|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  437|    364|            (ival) >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|    364|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  438|    364|        } \
  |  |  439|    182|        return (PyObject *)v; \
  |  |  440|    182|    } while(0)
  |  |  ------------------
  |  |  |  Branch (440:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  456|    389|}
PyLong_FromSize_t:
  462|     73|{
  463|       |    PYLONG_FROM_UINT(size_t, ival);
  ------------------
  |  |  413|     73|    do { \
  |  |  414|     73|        /* Handle small and medium cases. */ \
  |  |  415|     73|        if (IS_SMALL_UINT(ival)) { \
  |  |  ------------------
  |  |  |  |   30|     73|#define IS_SMALL_UINT(ival) ((ival) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|     73|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (30:29): [True: 73, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  416|     73|            return get_small_int((sdigit)(ival)); \
  |  |  417|     73|        } \
  |  |  418|     73|        if ((ival) <= PyLong_MASK) { \
  |  |  ------------------
  |  |  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (418:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  419|      0|            return _PyLong_FromMedium((sdigit)(ival)); \
  |  |  420|      0|        } \
  |  |  421|      0|        /* Do shift in two steps to avoid possible undefined behavior. */ \
  |  |  422|      0|        INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       INT_TYPE t = (ival) >> PyLong_SHIFT >> PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  423|      0|        /* Count digits (at least two - smaller cases were handled above). */ \
  |  |  424|      0|        Py_ssize_t ndigits = 2; \
  |  |  425|      0|        while (t) { \
  |  |  ------------------
  |  |  |  Branch (425:16): [True: 0, False: 0]
  |  |  ------------------
  |  |  426|      0|            ++ndigits; \
  |  |  427|      0|            t >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  428|      0|        } \
  |  |  429|      0|        /* Construct output value. */ \
  |  |  430|      0|        PyLongObject *v = long_alloc(ndigits); \
  |  |  431|      0|        if (v == NULL) { \
  |  |  ------------------
  |  |  |  Branch (431:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  432|      0|            return NULL; \
  |  |  433|      0|        } \
  |  |  434|      0|        digit *p = v->long_value.ob_digit; \
  |  |  435|      0|        while ((ival)) { \
  |  |  ------------------
  |  |  |  Branch (435:16): [True: 0, False: 0]
  |  |  ------------------
  |  |  436|      0|            *p++ = (digit)((ival) & PyLong_MASK); \
  |  |  ------------------
  |  |  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  437|      0|            (ival) >>= PyLong_SHIFT; \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  438|      0|        } \
  |  |  439|      0|        return (PyObject *)v; \
  |  |  440|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (440:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  464|     73|}
PyLong_FromDouble:
  470|     13|{
  471|       |    /* Try to get out cheap if this fits in a long. When a finite value of real
  472|       |     * floating type is converted to an integer type, the value is truncated
  473|       |     * toward zero. If the value of the integral part cannot be represented by
  474|       |     * the integer type, the behavior is undefined. Thus, we must check that
  475|       |     * value is in range (LONG_MIN - 1, LONG_MAX + 1). If a long has more bits
  476|       |     * of precision than a double, casting LONG_MIN - 1 to double may yield an
  477|       |     * approximation, but LONG_MAX + 1 is a power of two and can be represented
  478|       |     * as double exactly (assuming FLT_RADIX is 2 or 16), so for simplicity
  479|       |     * check against [-(LONG_MAX + 1), LONG_MAX + 1).
  480|       |     */
  481|     13|    const double int_max = (unsigned long)LONG_MAX + 1;
  482|     13|    if (-int_max < dval && dval < int_max) {
  ------------------
  |  Branch (482:9): [True: 13, False: 0]
  |  Branch (482:28): [True: 13, False: 0]
  ------------------
  483|     13|        return PyLong_FromLong((long)dval);
  484|     13|    }
  485|       |
  486|      0|    PyLongObject *v;
  487|      0|    double frac;
  488|      0|    int i, ndig, expo, neg;
  489|      0|    neg = 0;
  490|      0|    if (isinf(dval)) {
  ------------------
  |  Branch (490:9): [True: 0, False: 0]
  ------------------
  491|      0|        PyErr_SetString(PyExc_OverflowError,
  492|      0|                        "cannot convert float infinity to integer");
  493|      0|        return NULL;
  494|      0|    }
  495|      0|    if (isnan(dval)) {
  ------------------
  |  Branch (495:9): [True: 0, False: 0]
  ------------------
  496|      0|        PyErr_SetString(PyExc_ValueError,
  497|      0|                        "cannot convert float NaN to integer");
  498|      0|        return NULL;
  499|      0|    }
  500|      0|    if (dval < 0.0) {
  ------------------
  |  Branch (500:9): [True: 0, False: 0]
  ------------------
  501|      0|        neg = 1;
  502|      0|        dval = -dval;
  503|      0|    }
  504|      0|    frac = frexp(dval, &expo); /* dval = frac*2**expo; 0.0 <= frac < 1.0 */
  505|      0|    assert(expo > 0);
  ------------------
  |  Branch (505:5): [True: 0, False: 0]
  ------------------
  506|      0|    ndig = (expo-1) / PyLong_SHIFT + 1; /* Number of 'digits' in result */
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  507|      0|    v = long_alloc(ndig);
  508|      0|    if (v == NULL)
  ------------------
  |  Branch (508:9): [True: 0, False: 0]
  ------------------
  509|      0|        return NULL;
  510|      0|    frac = ldexp(frac, (expo-1) % PyLong_SHIFT + 1);
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  511|      0|    for (i = ndig; --i >= 0; ) {
  ------------------
  |  Branch (511:20): [True: 0, False: 0]
  ------------------
  512|      0|        digit bits = (digit)frac;
  513|      0|        v->long_value.ob_digit[i] = bits;
  514|      0|        frac = frac - (double)bits;
  515|      0|        frac = ldexp(frac, PyLong_SHIFT);
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  516|      0|    }
  517|      0|    if (neg) {
  ------------------
  |  Branch (517:9): [True: 0, False: 0]
  ------------------
  518|      0|        _PyLong_FlipSign(v);
  519|      0|    }
  520|      0|    return (PyObject *)v;
  521|      0|}
PyLong_AsLongAndOverflow:
  594|  1.11k|{
  595|       |    /* This version originally by Tim Peters */
  596|  1.11k|    PyLongObject *v;
  597|  1.11k|    long res;
  598|  1.11k|    Py_ssize_t i;
  599|  1.11k|    int sign;
  600|  1.11k|    int do_decref = 0; /* if PyNumber_Index was called */
  601|       |
  602|  1.11k|    *overflow = 0;
  603|  1.11k|    if (vv == NULL) {
  ------------------
  |  Branch (603:9): [True: 0, False: 1.11k]
  ------------------
  604|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  605|      0|        return -1;
  606|      0|    }
  607|       |
  608|  1.11k|    if (PyLong_Check(vv)) {
  ------------------
  |  |   13|  1.11k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.11k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1.10k, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  609|  1.10k|        v = (PyLongObject *)vv;
  610|  1.10k|    }
  611|     13|    else {
  612|     13|        v = (PyLongObject *)_PyNumber_Index(vv);
  613|     13|        if (v == NULL)
  ------------------
  |  Branch (613:13): [True: 13, False: 0]
  ------------------
  614|     13|            return -1;
  615|      0|        do_decref = 1;
  616|      0|    }
  617|  1.10k|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (617:9): [True: 1.09k, False: 4]
  ------------------
  618|       |#if SIZEOF_LONG < SIZEOF_SIZE_T
  619|       |        Py_ssize_t tmp = _PyLong_CompactValue(v);
  620|       |        if (tmp < LONG_MIN) {
  621|       |            *overflow = -1;
  622|       |            res = -1;
  623|       |        }
  624|       |        else if (tmp > LONG_MAX) {
  625|       |            *overflow = 1;
  626|       |            res = -1;
  627|       |        }
  628|       |        else {
  629|       |            res = (long)tmp;
  630|       |        }
  631|       |#else
  632|  1.09k|        res = _PyLong_CompactValue(v);
  633|  1.09k|#endif
  634|  1.09k|    }
  635|      4|    else {
  636|      4|        res = -1;
  637|      4|        i = _PyLong_DigitCount(v);
  638|      4|        sign = _PyLong_NonCompactSign(v);
  639|       |
  640|      4|        unsigned long x = unroll_digits_ulong(v, &i);
  641|      4|        while (--i >= 0) {
  ------------------
  |  Branch (641:16): [True: 4, False: 0]
  ------------------
  642|      4|            if (x > (ULONG_MAX >> PyLong_SHIFT)) {
  ------------------
  |  |   47|      4|#define PyLong_SHIFT    30
  ------------------
  |  Branch (642:17): [True: 4, False: 0]
  ------------------
  643|      4|                *overflow = sign;
  644|      4|                goto exit;
  645|      4|            }
  646|      0|            x = (x << PyLong_SHIFT) | v->long_value.ob_digit[i];
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  647|      0|        }
  648|       |        /* Haven't lost any bits, but casting to long requires extra
  649|       |        * care (see comment above).
  650|       |        */
  651|      0|        if (x <= (unsigned long)LONG_MAX) {
  ------------------
  |  Branch (651:13): [True: 0, False: 0]
  ------------------
  652|      0|            res = (long)x * sign;
  653|      0|        }
  654|      0|        else if (sign < 0 && x == PY_ABS_LONG_MIN) {
  ------------------
  |  |  532|      0|#define PY_ABS_LONG_MIN         (0-(unsigned long)LONG_MIN)
  ------------------
  |  Branch (654:18): [True: 0, False: 0]
  |  Branch (654:30): [True: 0, False: 0]
  ------------------
  655|      0|            res = LONG_MIN;
  656|      0|        }
  657|      0|        else {
  658|      0|            *overflow = sign;
  659|       |            /* res is already set to -1 */
  660|      0|        }
  661|      0|    }
  662|  1.10k|  exit:
  663|  1.10k|    if (do_decref) {
  ------------------
  |  Branch (663:9): [True: 0, False: 1.10k]
  ------------------
  664|      0|        Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  665|      0|    }
  666|  1.10k|    return res;
  667|  1.10k|}
PyLong_AsLong:
  674|    264|{
  675|    264|    int overflow;
  676|    264|    long result = PyLong_AsLongAndOverflow(obj, &overflow);
  677|    264|    if (overflow) {
  ------------------
  |  Branch (677:9): [True: 2, False: 262]
  ------------------
  678|       |        /* XXX: could be cute and give a different
  679|       |           message for overflow == -1 */
  680|      2|        PyErr_SetString(PyExc_OverflowError,
  681|      2|                        "Python int too large to convert to C long");
  682|      2|    }
  683|    264|    return result;
  684|    264|}
PyLong_AsInt:
  691|    354|{
  692|    354|    int overflow;
  693|    354|    long result = PyLong_AsLongAndOverflow(obj, &overflow);
  694|    354|    if (overflow || result > INT_MAX || result < INT_MIN) {
  ------------------
  |  Branch (694:9): [True: 0, False: 354]
  |  Branch (694:21): [True: 0, False: 354]
  |  Branch (694:41): [True: 0, False: 354]
  ------------------
  695|       |        /* XXX: could be cute and give a different
  696|       |           message for overflow == -1 */
  697|      0|        PyErr_SetString(PyExc_OverflowError,
  698|      0|                        "Python int too large to convert to C int");
  699|      0|        return -1;
  700|      0|    }
  701|    354|    return (int)result;
  702|    354|}
PyLong_AsSsize_t:
  708|  1.03k|PyLong_AsSsize_t(PyObject *vv) {
  709|  1.03k|    PyLongObject *v;
  710|  1.03k|    Py_ssize_t i;
  711|  1.03k|    int sign;
  712|       |
  713|  1.03k|    if (vv == NULL) {
  ------------------
  |  Branch (713:9): [True: 0, False: 1.03k]
  ------------------
  714|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  715|      0|        return -1;
  716|      0|    }
  717|  1.03k|    if (!PyLong_Check(vv)) {
  ------------------
  |  |   13|  1.03k|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.03k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (717:9): [True: 0, False: 1.03k]
  ------------------
  718|      0|        PyErr_SetString(PyExc_TypeError, "an integer is required");
  719|      0|        return -1;
  720|      0|    }
  721|       |
  722|  1.03k|    v = (PyLongObject *)vv;
  723|  1.03k|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (723:9): [True: 1.03k, False: 0]
  ------------------
  724|  1.03k|        return _PyLong_CompactValue(v);
  725|  1.03k|    }
  726|      0|    i = _PyLong_DigitCount(v);
  727|      0|    sign = _PyLong_NonCompactSign(v);
  728|       |
  729|      0|    size_t x = unroll_digits_size_t(v, &i);
  730|      0|    while (--i >= 0) {
  ------------------
  |  Branch (730:12): [True: 0, False: 0]
  ------------------
  731|      0|        if (x > (SIZE_MAX >> PyLong_SHIFT)) {
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  |  Branch (731:13): [True: 0, False: 0]
  ------------------
  732|      0|            goto overflow;
  733|      0|        }
  734|      0|        x = (x << PyLong_SHIFT) | v->long_value.ob_digit[i];
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  735|      0|    }
  736|       |    /* Haven't lost any bits, but casting to a signed type requires
  737|       |     * extra care (see comment above).
  738|       |     */
  739|      0|    if (x <= (size_t)PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (739:9): [True: 0, False: 0]
  ------------------
  740|      0|        return (Py_ssize_t)x * sign;
  741|      0|    }
  742|      0|    else if (sign < 0 && x == PY_ABS_SSIZE_T_MIN) {
  ------------------
  |  |  533|      0|#define PY_ABS_SSIZE_T_MIN      (0-(size_t)PY_SSIZE_T_MIN)
  |  |  ------------------
  |  |  |  |  146|      0|#define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (742:14): [True: 0, False: 0]
  |  Branch (742:26): [True: 0, False: 0]
  ------------------
  743|      0|        return PY_SSIZE_T_MIN;
  ------------------
  |  |  146|      0|#define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1)
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  744|      0|    }
  745|       |    /* else overflow */
  746|       |
  747|      0|  overflow:
  748|      0|    PyErr_SetString(PyExc_OverflowError,
  749|      0|                    "Python int too large to convert to C ssize_t");
  750|      0|    return -1;
  751|      0|}
PyLong_AsUnsignedLong:
  758|    455|{
  759|    455|    PyLongObject *v;
  760|    455|    Py_ssize_t i;
  761|       |
  762|    455|    if (vv == NULL) {
  ------------------
  |  Branch (762:9): [True: 0, False: 455]
  ------------------
  763|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  764|      0|        return (unsigned long)-1;
  765|      0|    }
  766|    455|    if (!PyLong_Check(vv)) {
  ------------------
  |  |   13|    455|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    455|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (766:9): [True: 0, False: 455]
  ------------------
  767|      0|        PyErr_SetString(PyExc_TypeError, "an integer is required");
  768|      0|        return (unsigned long)-1;
  769|      0|    }
  770|       |
  771|    455|    v = (PyLongObject *)vv;
  772|    455|    if (_PyLong_IsNonNegativeCompact(v)) {
  ------------------
  |  Branch (772:9): [True: 437, False: 18]
  ------------------
  773|       |#if SIZEOF_LONG < SIZEOF_SIZE_T
  774|       |        size_t tmp = (size_t)_PyLong_CompactValue(v);
  775|       |        unsigned long res = (unsigned long)tmp;
  776|       |        if (res != tmp) {
  777|       |            goto overflow;
  778|       |        }
  779|       |        return res;
  780|       |#else
  781|    437|        return (unsigned long)(size_t)_PyLong_CompactValue(v);
  782|    437|#endif
  783|    437|    }
  784|     18|    if (_PyLong_IsNegative(v)) {
  ------------------
  |  Branch (784:9): [True: 0, False: 18]
  ------------------
  785|      0|        PyErr_SetString(PyExc_OverflowError,
  786|      0|                        "can't convert negative value to unsigned int");
  787|      0|        return (unsigned long) -1;
  788|      0|    }
  789|     18|    i = _PyLong_DigitCount(v);
  790|       |
  791|     18|    unsigned long x = unroll_digits_ulong(v, &i);
  792|     18|    while (--i >= 0) {
  ------------------
  |  Branch (792:12): [True: 0, False: 18]
  ------------------
  793|      0|        if (x > (ULONG_MAX >> PyLong_SHIFT)) {
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  |  Branch (793:13): [True: 0, False: 0]
  ------------------
  794|      0|            goto overflow;
  795|      0|        }
  796|      0|        x = (x << PyLong_SHIFT) | v->long_value.ob_digit[i];
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  797|      0|    }
  798|     18|    return x;
  799|      0|overflow:
  800|      0|    PyErr_SetString(PyExc_OverflowError,
  801|      0|                    "Python int too large to convert "
  802|      0|                    "to C unsigned long");
  803|      0|    return (unsigned long) -1;
  804|     18|}
PyLong_GetSign:
  955|     41|{
  956|     41|    if (!PyLong_Check(vv)) {
  ------------------
  |  |   13|     41|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     41|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (956:9): [True: 0, False: 41]
  ------------------
  957|      0|        PyErr_Format(PyExc_TypeError, "expect int, got %T", vv);
  958|      0|        return -1;
  959|      0|    }
  960|       |
  961|     41|    *sign = long_sign(vv);
  962|     41|    return 0;
  963|     41|}
_PyLong_NumBits:
  977|      1|{
  978|      1|    PyLongObject *v = (PyLongObject *)vv;
  979|      1|    int64_t result = 0;
  980|      1|    Py_ssize_t ndigits;
  981|      1|    int msd_bits;
  982|       |
  983|      1|    assert(v != NULL);
  ------------------
  |  Branch (983:5): [True: 1, False: 0]
  ------------------
  984|      1|    assert(PyLong_Check(v));
  ------------------
  |  Branch (984:5): [True: 1, False: 0]
  ------------------
  985|      1|    ndigits = _PyLong_DigitCount(v);
  986|      1|    assert(ndigits == 0 || v->long_value.ob_digit[ndigits - 1] != 0);
  ------------------
  |  Branch (986:5): [True: 0, False: 1]
  |  Branch (986:5): [True: 1, False: 0]
  ------------------
  987|      1|    if (ndigits > 0) {
  ------------------
  |  Branch (987:9): [True: 1, False: 0]
  ------------------
  988|      1|        digit msd = v->long_value.ob_digit[ndigits - 1];
  989|      1|#if SIZEOF_SIZE_T == 8
  990|      1|        assert(ndigits <= INT64_MAX / PyLong_SHIFT);
  ------------------
  |  Branch (990:9): [True: 1, False: 0]
  ------------------
  991|      1|#endif
  992|      1|        result = (int64_t)(ndigits - 1) * PyLong_SHIFT;
  ------------------
  |  |   47|      1|#define PyLong_SHIFT    30
  ------------------
  993|      1|        msd_bits = bit_length_digit(msd);
  994|      1|        result += msd_bits;
  995|      1|    }
  996|      1|    return result;
  997|      1|}
_PyLong_FromByteArray:
 1002|     39|{
 1003|     39|    const unsigned char* pstartbyte;    /* LSB of bytes */
 1004|     39|    int incr;                           /* direction to move pstartbyte */
 1005|     39|    const unsigned char* pendbyte;      /* MSB of bytes */
 1006|     39|    size_t numsignificantbytes;         /* number of bytes that matter */
 1007|     39|    Py_ssize_t ndigits;                 /* number of Python int digits */
 1008|     39|    PyLongObject* v;                    /* result */
 1009|     39|    Py_ssize_t idigit = 0;              /* next free index in v->long_value.ob_digit */
 1010|       |
 1011|     39|    if (n == 0)
  ------------------
  |  Branch (1011:9): [True: 0, False: 39]
  ------------------
 1012|      0|        return PyLong_FromLong(0L);
 1013|       |
 1014|     39|    if (little_endian) {
  ------------------
  |  Branch (1014:9): [True: 39, False: 0]
  ------------------
 1015|     39|        pstartbyte = bytes;
 1016|     39|        pendbyte = bytes + n - 1;
 1017|     39|        incr = 1;
 1018|     39|    }
 1019|      0|    else {
 1020|      0|        pstartbyte = bytes + n - 1;
 1021|      0|        pendbyte = bytes;
 1022|      0|        incr = -1;
 1023|      0|    }
 1024|       |
 1025|     39|    if (is_signed)
  ------------------
  |  Branch (1025:9): [True: 0, False: 39]
  ------------------
 1026|      0|        is_signed = *pendbyte >= 0x80;
 1027|       |
 1028|       |    /* Compute numsignificantbytes.  This consists of finding the most
 1029|       |       significant byte.  Leading 0 bytes are insignificant if the number
 1030|       |       is positive, and leading 0xff bytes if negative. */
 1031|     39|    {
 1032|     39|        size_t i;
 1033|     39|        const unsigned char* p = pendbyte;
 1034|     39|        const int pincr = -incr;  /* search MSB to LSB */
 1035|     39|        const unsigned char insignificant = is_signed ? 0xff : 0x00;
  ------------------
  |  Branch (1035:45): [True: 0, False: 39]
  ------------------
 1036|       |
 1037|    116|        for (i = 0; i < n; ++i, p += pincr) {
  ------------------
  |  Branch (1037:21): [True: 103, False: 13]
  ------------------
 1038|    103|            if (*p != insignificant)
  ------------------
  |  Branch (1038:17): [True: 26, False: 77]
  ------------------
 1039|     26|                break;
 1040|    103|        }
 1041|     39|        numsignificantbytes = n - i;
 1042|       |        /* 2's-comp is a bit tricky here, e.g. 0xff00 == -0x0100, so
 1043|       |           actually has 2 significant bytes.  OTOH, 0xff0001 ==
 1044|       |           -0x00ffff, so we wouldn't *need* to bump it there; but we
 1045|       |           do for 0xffff = -0x0001.  To be safe without bothering to
 1046|       |           check every case, bump it regardless. */
 1047|     39|        if (is_signed && numsignificantbytes < n)
  ------------------
  |  Branch (1047:13): [True: 0, False: 39]
  |  Branch (1047:26): [True: 0, False: 0]
  ------------------
 1048|      0|            ++numsignificantbytes;
 1049|     39|    }
 1050|       |
 1051|       |    /* avoid integer overflow */
 1052|     39|    ndigits = numsignificantbytes / PyLong_SHIFT * 8
  ------------------
  |  |   47|     39|#define PyLong_SHIFT    30
  ------------------
 1053|     39|        + (numsignificantbytes % PyLong_SHIFT * 8 + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|     39|#define PyLong_SHIFT    30
  ------------------
                      + (numsignificantbytes % PyLong_SHIFT * 8 + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|     39|#define PyLong_SHIFT    30
  ------------------
                      + (numsignificantbytes % PyLong_SHIFT * 8 + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|     39|#define PyLong_SHIFT    30
  ------------------
 1054|     39|    v = long_alloc(ndigits);
 1055|     39|    if (v == NULL)
  ------------------
  |  Branch (1055:9): [True: 0, False: 39]
  ------------------
 1056|      0|        return NULL;
 1057|       |
 1058|       |    /* Copy the bits over.  The tricky parts are computing 2's-comp on
 1059|       |       the fly for signed numbers, and dealing with the mismatch between
 1060|       |       8-bit bytes and (probably) 15-bit Python digits.*/
 1061|     39|    {
 1062|     39|        size_t i;
 1063|     39|        twodigits carry = 1;                    /* for 2's-comp calculation */
 1064|     39|        twodigits accum = 0;                    /* sliding register */
 1065|     39|        unsigned int accumbits = 0;             /* number of bits in accum */
 1066|     39|        const unsigned char* p = pstartbyte;
 1067|       |
 1068|    118|        for (i = 0; i < numsignificantbytes; ++i, p += incr) {
  ------------------
  |  Branch (1068:21): [True: 79, False: 39]
  ------------------
 1069|     79|            twodigits thisbyte = *p;
 1070|       |            /* Compute correction for 2's comp, if needed. */
 1071|     79|            if (is_signed) {
  ------------------
  |  Branch (1071:17): [True: 0, False: 79]
  ------------------
 1072|      0|                thisbyte = (0xff ^ thisbyte) + carry;
 1073|      0|                carry = thisbyte >> 8;
 1074|      0|                thisbyte &= 0xff;
 1075|      0|            }
 1076|       |            /* Because we're going LSB to MSB, thisbyte is
 1077|       |               more significant than what's already in accum,
 1078|       |               so needs to be prepended to accum. */
 1079|     79|            accum |= thisbyte << accumbits;
 1080|     79|            accumbits += 8;
 1081|     79|            if (accumbits >= PyLong_SHIFT) {
  ------------------
  |  |   47|     79|#define PyLong_SHIFT    30
  ------------------
  |  Branch (1081:17): [True: 13, False: 66]
  ------------------
 1082|       |                /* There's enough to fill a Python digit. */
 1083|     13|                assert(idigit < ndigits);
  ------------------
  |  Branch (1083:17): [True: 13, False: 0]
  ------------------
 1084|     13|                v->long_value.ob_digit[idigit] = (digit)(accum & PyLong_MASK);
  ------------------
  |  |   62|     13|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|     13|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|     13|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1085|     13|                ++idigit;
 1086|     13|                accum >>= PyLong_SHIFT;
  ------------------
  |  |   47|     13|#define PyLong_SHIFT    30
  ------------------
 1087|     13|                accumbits -= PyLong_SHIFT;
  ------------------
  |  |   47|     13|#define PyLong_SHIFT    30
  ------------------
 1088|     13|                assert(accumbits < PyLong_SHIFT);
  ------------------
  |  Branch (1088:17): [True: 13, False: 0]
  ------------------
 1089|     13|            }
 1090|     79|        }
 1091|     39|        assert(accumbits < PyLong_SHIFT);
  ------------------
  |  Branch (1091:9): [True: 39, False: 0]
  ------------------
 1092|     39|        if (accumbits) {
  ------------------
  |  Branch (1092:13): [True: 26, False: 13]
  ------------------
 1093|     26|            assert(idigit < ndigits);
  ------------------
  |  Branch (1093:13): [True: 26, False: 0]
  ------------------
 1094|     26|            v->long_value.ob_digit[idigit] = (digit)accum;
 1095|     26|            ++idigit;
 1096|     26|        }
 1097|     39|    }
 1098|       |
 1099|     39|    int sign = is_signed ? -1: 1;
  ------------------
  |  Branch (1099:16): [True: 0, False: 39]
  ------------------
 1100|     39|    if (idigit == 0) {
  ------------------
  |  Branch (1100:9): [True: 13, False: 26]
  ------------------
 1101|     13|        sign = 0;
 1102|     13|        v->long_value.ob_digit[0] = 0;
 1103|     13|    }
 1104|     39|    _PyLong_SetSignAndDigitCount(v, sign, idigit);
 1105|     39|    return (PyObject *)maybe_small_long(long_normalize(v));
 1106|     39|}
_PyLong_AsByteArray:
 1113|      2|{
 1114|      2|    Py_ssize_t i;               /* index into v->long_value.ob_digit */
 1115|      2|    Py_ssize_t ndigits;         /* number of digits */
 1116|      2|    twodigits accum;            /* sliding register */
 1117|      2|    unsigned int accumbits;     /* # bits in accum */
 1118|      2|    int do_twos_comp;           /* store 2's-comp?  is_signed and v < 0 */
 1119|      2|    digit carry;                /* for computing 2's-comp */
 1120|      2|    size_t j;                   /* # bytes filled */
 1121|      2|    unsigned char* p;           /* pointer to next byte in bytes */
 1122|      2|    int pincr;                  /* direction to move p */
 1123|       |
 1124|      2|    assert(v != NULL && PyLong_Check(v));
  ------------------
  |  Branch (1124:5): [True: 2, False: 0]
  |  Branch (1124:5): [True: 2, False: 0]
  ------------------
 1125|       |
 1126|      2|    ndigits = _PyLong_DigitCount(v);
 1127|      2|    if (_PyLong_IsNegative(v)) {
  ------------------
  |  Branch (1127:9): [True: 0, False: 2]
  ------------------
 1128|      0|        if (!is_signed) {
  ------------------
  |  Branch (1128:13): [True: 0, False: 0]
  ------------------
 1129|      0|            if (with_exceptions) {
  ------------------
  |  Branch (1129:17): [True: 0, False: 0]
  ------------------
 1130|      0|                PyErr_SetString(PyExc_OverflowError,
 1131|      0|                                "can't convert negative int to unsigned");
 1132|      0|            }
 1133|      0|            return -1;
 1134|      0|        }
 1135|      0|        do_twos_comp = 1;
 1136|      0|    }
 1137|      2|    else {
 1138|      2|        do_twos_comp = 0;
 1139|      2|    }
 1140|       |
 1141|      2|    if (little_endian) {
  ------------------
  |  Branch (1141:9): [True: 2, False: 0]
  ------------------
 1142|      2|        p = bytes;
 1143|      2|        pincr = 1;
 1144|      2|    }
 1145|      0|    else {
 1146|      0|        p = bytes + n - 1;
 1147|      0|        pincr = -1;
 1148|      0|    }
 1149|       |
 1150|       |    /* Copy over all the Python digits.
 1151|       |       It's crucial that every Python digit except for the MSD contribute
 1152|       |       exactly PyLong_SHIFT bits to the total, so first assert that the int is
 1153|       |       normalized.
 1154|       |       NOTE: PyLong_AsNativeBytes() assumes that this function will fill in 'n'
 1155|       |       bytes even if it eventually fails to convert the whole number. Make sure
 1156|       |       you account for that if you are changing this algorithm to return without
 1157|       |       doing that.
 1158|       |       */
 1159|      2|    assert(ndigits == 0 || v->long_value.ob_digit[ndigits - 1] != 0);
  ------------------
  |  Branch (1159:5): [True: 0, False: 2]
  |  Branch (1159:5): [True: 2, False: 0]
  ------------------
 1160|      2|    j = 0;
 1161|      2|    accum = 0;
 1162|      2|    accumbits = 0;
 1163|      2|    carry = do_twos_comp ? 1 : 0;
  ------------------
  |  Branch (1163:13): [True: 0, False: 2]
  ------------------
 1164|      4|    for (i = 0; i < ndigits; ++i) {
  ------------------
  |  Branch (1164:17): [True: 2, False: 2]
  ------------------
 1165|      2|        digit thisdigit = v->long_value.ob_digit[i];
 1166|      2|        if (do_twos_comp) {
  ------------------
  |  Branch (1166:13): [True: 0, False: 2]
  ------------------
 1167|      0|            thisdigit = (thisdigit ^ PyLong_MASK) + carry;
  ------------------
  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1168|      0|            carry = thisdigit >> PyLong_SHIFT;
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
 1169|      0|            thisdigit &= PyLong_MASK;
  ------------------
  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1170|      0|        }
 1171|       |        /* Because we're going LSB to MSB, thisdigit is more
 1172|       |           significant than what's already in accum, so needs to be
 1173|       |           prepended to accum. */
 1174|      2|        accum |= (twodigits)thisdigit << accumbits;
 1175|       |
 1176|       |        /* The most-significant digit may be (probably is) at least
 1177|       |           partly empty. */
 1178|      2|        if (i == ndigits - 1) {
  ------------------
  |  Branch (1178:13): [True: 2, False: 0]
  ------------------
 1179|       |            /* Count # of sign bits -- they needn't be stored,
 1180|       |             * although for signed conversion we need later to
 1181|       |             * make sure at least one sign bit gets stored. */
 1182|      2|            digit s = do_twos_comp ? thisdigit ^ PyLong_MASK : thisdigit;
  ------------------
  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1182:23): [True: 0, False: 2]
  ------------------
 1183|     58|            while (s != 0) {
  ------------------
  |  Branch (1183:20): [True: 56, False: 2]
  ------------------
 1184|     56|                s >>= 1;
 1185|     56|                accumbits++;
 1186|     56|            }
 1187|      2|        }
 1188|      0|        else
 1189|      0|            accumbits += PyLong_SHIFT;
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
 1190|       |
 1191|       |        /* Store as many bytes as possible. */
 1192|      8|        while (accumbits >= 8) {
  ------------------
  |  Branch (1192:16): [True: 6, False: 2]
  ------------------
 1193|      6|            if (j >= n)
  ------------------
  |  Branch (1193:17): [True: 0, False: 6]
  ------------------
 1194|      0|                goto Overflow;
 1195|      6|            ++j;
 1196|      6|            *p = (unsigned char)(accum & 0xff);
 1197|      6|            p += pincr;
 1198|      6|            accumbits -= 8;
 1199|      6|            accum >>= 8;
 1200|      6|        }
 1201|      2|    }
 1202|       |
 1203|       |    /* Store the straggler (if any). */
 1204|      2|    assert(accumbits < 8);
  ------------------
  |  Branch (1204:5): [True: 2, False: 0]
  ------------------
 1205|      2|    assert(carry == 0);  /* else do_twos_comp and *every* digit was 0 */
  ------------------
  |  Branch (1205:5): [True: 2, False: 0]
  ------------------
 1206|      2|    if (accumbits > 0) {
  ------------------
  |  Branch (1206:9): [True: 2, False: 0]
  ------------------
 1207|      2|        if (j >= n)
  ------------------
  |  Branch (1207:13): [True: 0, False: 2]
  ------------------
 1208|      0|            goto Overflow;
 1209|      2|        ++j;
 1210|      2|        if (do_twos_comp) {
  ------------------
  |  Branch (1210:13): [True: 0, False: 2]
  ------------------
 1211|       |            /* Fill leading bits of the byte with sign bits
 1212|       |               (appropriately pretending that the int had an
 1213|       |               infinite supply of sign bits). */
 1214|      0|            accum |= (~(twodigits)0) << accumbits;
 1215|      0|        }
 1216|      2|        *p = (unsigned char)(accum & 0xff);
 1217|      2|        p += pincr;
 1218|      2|    }
 1219|      0|    else if (j == n && is_signed) {
  ------------------
  |  Branch (1219:14): [True: 0, False: 0]
  |  Branch (1219:24): [True: 0, False: 0]
  ------------------
 1220|       |        /* The main loop filled the byte array exactly, so the code
 1221|       |           just above didn't get to ensure there's a sign bit, and the
 1222|       |           loop below wouldn't add one either.  Make sure a sign bit
 1223|       |           exists. */
 1224|      0|        int sign_bit_set;
 1225|      0|        if (n > 0) {
  ------------------
  |  Branch (1225:13): [True: 0, False: 0]
  ------------------
 1226|      0|            unsigned char msb = *(p - pincr);
 1227|      0|            sign_bit_set = msb >= 0x80;
 1228|      0|        }
 1229|      0|        else {
 1230|      0|            sign_bit_set = 0;
 1231|      0|        }
 1232|      0|        assert(accumbits == 0);
  ------------------
  |  Branch (1232:9): [True: 0, False: 0]
  ------------------
 1233|      0|        if (sign_bit_set == do_twos_comp)
  ------------------
  |  Branch (1233:13): [True: 0, False: 0]
  ------------------
 1234|      0|            return 0;
 1235|      0|        else
 1236|      0|            goto Overflow;
 1237|      0|    }
 1238|       |
 1239|       |    /* Fill remaining bytes with copies of the sign bit. */
 1240|      2|    {
 1241|      2|        unsigned char signbyte = do_twos_comp ? 0xffU : 0U;
  ------------------
  |  Branch (1241:34): [True: 0, False: 2]
  ------------------
 1242|      2|        for ( ; j < n; ++j, p += pincr)
  ------------------
  |  Branch (1242:17): [True: 0, False: 2]
  ------------------
 1243|      0|            *p = signbyte;
 1244|      2|    }
 1245|       |
 1246|      2|    return 0;
 1247|       |
 1248|      0|  Overflow:
 1249|      0|    if (with_exceptions) {
  ------------------
  |  Branch (1249:9): [True: 0, False: 0]
  ------------------
 1250|      0|        PyErr_SetString(PyExc_OverflowError, "int too big to convert");
 1251|      0|    }
 1252|      0|    return -1;
 1253|       |
 1254|      2|}
PyLong_AsNativeBytes:
 1283|      3|{
 1284|      3|    PyLongObject *v;
 1285|      3|    union {
 1286|      3|        Py_ssize_t v;
 1287|      3|        unsigned char b[sizeof(Py_ssize_t)];
 1288|      3|    } cv;
 1289|      3|    int do_decref = 0;
 1290|      3|    Py_ssize_t res = 0;
 1291|       |
 1292|      3|    if (vv == NULL || n < 0) {
  ------------------
  |  Branch (1292:9): [True: 0, False: 3]
  |  Branch (1292:23): [True: 0, False: 3]
  ------------------
 1293|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1294|      0|        return -1;
 1295|      0|    }
 1296|       |
 1297|      3|    int little_endian = flags;
 1298|      3|    if (_resolve_endianness(&little_endian) < 0) {
  ------------------
  |  Branch (1298:9): [True: 0, False: 3]
  ------------------
 1299|      0|        return -1;
 1300|      0|    }
 1301|       |
 1302|      3|    if (PyLong_Check(vv)) {
  ------------------
  |  |   13|      3|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      3|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1303|      3|        v = (PyLongObject *)vv;
 1304|      3|    }
 1305|      0|    else if (flags != -1 && (flags & Py_ASNATIVEBYTES_ALLOW_INDEX)) {
  ------------------
  |  |   50|      0|#define Py_ASNATIVEBYTES_ALLOW_INDEX 16
  ------------------
  |  Branch (1305:14): [True: 0, False: 0]
  |  Branch (1305:29): [True: 0, False: 0]
  ------------------
 1306|      0|        v = (PyLongObject *)_PyNumber_Index(vv);
 1307|      0|        if (v == NULL) {
  ------------------
  |  Branch (1307:13): [True: 0, False: 0]
  ------------------
 1308|      0|            return -1;
 1309|      0|        }
 1310|      0|        do_decref = 1;
 1311|      0|    }
 1312|      0|    else {
 1313|      0|        PyErr_Format(PyExc_TypeError, "expect int, got %T", vv);
 1314|      0|        return -1;
 1315|      0|    }
 1316|       |
 1317|      3|    if ((flags != -1 && (flags & Py_ASNATIVEBYTES_REJECT_NEGATIVE))
  ------------------
  |  |   49|      3|#define Py_ASNATIVEBYTES_REJECT_NEGATIVE 8
  ------------------
  |  Branch (1317:10): [True: 3, False: 0]
  |  Branch (1317:25): [True: 0, False: 3]
  ------------------
 1318|      0|        && _PyLong_IsNegative(v)) {
  ------------------
  |  Branch (1318:12): [True: 0, False: 0]
  ------------------
 1319|      0|        PyErr_SetString(PyExc_ValueError, "Cannot convert negative int");
 1320|      0|        if (do_decref) {
  ------------------
  |  Branch (1320:13): [True: 0, False: 0]
  ------------------
 1321|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1322|      0|        }
 1323|      0|        return -1;
 1324|      0|    }
 1325|       |
 1326|      3|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (1326:9): [True: 3, False: 0]
  ------------------
 1327|      3|        res = 0;
 1328|      3|        cv.v = _PyLong_CompactValue(v);
 1329|       |        /* Most paths result in res = sizeof(compact value). Only the case
 1330|       |         * where 0 < n < sizeof(compact value) do we need to check and adjust
 1331|       |         * our return value. */
 1332|      3|        res = sizeof(cv.b);
 1333|      3|        if (n <= 0) {
  ------------------
  |  Branch (1333:13): [True: 0, False: 3]
  ------------------
 1334|       |            // nothing to do!
 1335|      0|        }
 1336|      3|        else if (n <= (Py_ssize_t)sizeof(cv.b)) {
  ------------------
  |  Branch (1336:18): [True: 3, False: 0]
  ------------------
 1337|      3|#if PY_LITTLE_ENDIAN
 1338|      3|            if (little_endian) {
  ------------------
  |  Branch (1338:17): [True: 3, False: 0]
  ------------------
 1339|      3|                memcpy(buffer, cv.b, n);
 1340|      3|            }
 1341|      0|            else {
 1342|      0|                for (Py_ssize_t i = 0; i < n; ++i) {
  ------------------
  |  Branch (1342:40): [True: 0, False: 0]
  ------------------
 1343|      0|                    ((unsigned char*)buffer)[n - i - 1] = cv.b[i];
 1344|      0|                }
 1345|      0|            }
 1346|       |#else
 1347|       |            if (little_endian) {
 1348|       |                for (Py_ssize_t i = 0; i < n; ++i) {
 1349|       |                    ((unsigned char*)buffer)[i] = cv.b[sizeof(cv.b) - i - 1];
 1350|       |                }
 1351|       |            }
 1352|       |            else {
 1353|       |                memcpy(buffer, &cv.b[sizeof(cv.b) - n], n);
 1354|       |            }
 1355|       |#endif
 1356|       |
 1357|       |            /* If we fit, return the requested number of bytes */
 1358|      3|            if (_fits_in_n_bits(cv.v, n * 8)) {
  ------------------
  |  Branch (1358:17): [True: 3, False: 0]
  ------------------
 1359|      3|                res = n;
 1360|      3|            } else if (cv.v > 0 && _fits_in_n_bits(cv.v, n * 8 + 1)) {
  ------------------
  |  Branch (1360:24): [True: 0, False: 0]
  |  Branch (1360:36): [True: 0, False: 0]
  ------------------
 1361|       |                /* Positive values with the MSB set do not require an
 1362|       |                 * additional bit when the caller's intent is to treat them
 1363|       |                 * as unsigned. */
 1364|      0|                if (flags == -1 || (flags & Py_ASNATIVEBYTES_UNSIGNED_BUFFER)) {
  ------------------
  |  |   48|      0|#define Py_ASNATIVEBYTES_UNSIGNED_BUFFER 4
  ------------------
  |  Branch (1364:21): [True: 0, False: 0]
  |  Branch (1364:36): [True: 0, False: 0]
  ------------------
 1365|      0|                    res = n;
 1366|      0|                } else {
 1367|      0|                    res = n + 1;
 1368|      0|                }
 1369|      0|            }
 1370|      3|        }
 1371|      0|        else {
 1372|      0|            unsigned char fill = cv.v < 0 ? 0xFF : 0x00;
  ------------------
  |  Branch (1372:34): [True: 0, False: 0]
  ------------------
 1373|      0|#if PY_LITTLE_ENDIAN
 1374|      0|            if (little_endian) {
  ------------------
  |  Branch (1374:17): [True: 0, False: 0]
  ------------------
 1375|      0|                memcpy(buffer, cv.b, sizeof(cv.b));
 1376|      0|                memset((char *)buffer + sizeof(cv.b), fill, n - sizeof(cv.b));
 1377|      0|            }
 1378|      0|            else {
 1379|      0|                unsigned char *b = (unsigned char *)buffer;
 1380|      0|                for (Py_ssize_t i = 0; i < n - (int)sizeof(cv.b); ++i) {
  ------------------
  |  Branch (1380:40): [True: 0, False: 0]
  ------------------
 1381|      0|                    *b++ = fill;
 1382|      0|                }
 1383|      0|                for (Py_ssize_t i = sizeof(cv.b); i > 0; --i) {
  ------------------
  |  Branch (1383:51): [True: 0, False: 0]
  ------------------
 1384|      0|                    *b++ = cv.b[i - 1];
 1385|      0|                }
 1386|      0|            }
 1387|       |#else
 1388|       |            if (little_endian) {
 1389|       |                unsigned char *b = (unsigned char *)buffer;
 1390|       |                for (Py_ssize_t i = sizeof(cv.b); i > 0; --i) {
 1391|       |                    *b++ = cv.b[i - 1];
 1392|       |                }
 1393|       |                for (Py_ssize_t i = 0; i < n - (int)sizeof(cv.b); ++i) {
 1394|       |                    *b++ = fill;
 1395|       |                }
 1396|       |            }
 1397|       |            else {
 1398|       |                memset(buffer, fill, n - sizeof(cv.b));
 1399|       |                memcpy((char *)buffer + n - sizeof(cv.b), cv.b, sizeof(cv.b));
 1400|       |            }
 1401|       |#endif
 1402|      0|        }
 1403|      3|    }
 1404|      0|    else {
 1405|      0|        if (n > 0) {
  ------------------
  |  Branch (1405:13): [True: 0, False: 0]
  ------------------
 1406|      0|            _PyLong_AsByteArray(v, buffer, (size_t)n, little_endian, 1, 0);
 1407|      0|        }
 1408|       |
 1409|       |        /* Calculates the number of bits required for the *absolute* value
 1410|       |         * of v. This does not take sign into account, only magnitude. */
 1411|      0|        int64_t nb = _PyLong_NumBits((PyObject *)v);
 1412|      0|        assert(nb >= 0);
  ------------------
  |  Branch (1412:9): [True: 0, False: 0]
  ------------------
 1413|       |        /* Normally this would be ((nb - 1) / 8) + 1 to avoid rounding up
 1414|       |         * multiples of 8 to the next byte, but we add an implied bit for
 1415|       |         * the sign and it cancels out. */
 1416|      0|        res = (Py_ssize_t)(nb / 8) + 1;
 1417|       |
 1418|       |        /* Two edge cases exist that are best handled after extracting the
 1419|       |         * bits. These may result in us reporting overflow when the value
 1420|       |         * actually fits.
 1421|       |         */
 1422|      0|        if (n > 0 && res == n + 1 && nb % 8 == 0) {
  ------------------
  |  Branch (1422:13): [True: 0, False: 0]
  |  Branch (1422:22): [True: 0, False: 0]
  |  Branch (1422:38): [True: 0, False: 0]
  ------------------
 1423|      0|            if (_PyLong_IsNegative(v)) {
  ------------------
  |  Branch (1423:17): [True: 0, False: 0]
  ------------------
 1424|       |                /* Values of 0x80...00 from negative values that use every
 1425|       |                 * available bit in the buffer do not require an additional
 1426|       |                 * bit to store the sign. */
 1427|      0|                int is_edge_case = 1;
 1428|      0|                unsigned char *b = (unsigned char *)buffer;
 1429|      0|                for (Py_ssize_t i = 0; i < n && is_edge_case; ++i, ++b) {
  ------------------
  |  Branch (1429:40): [True: 0, False: 0]
  |  Branch (1429:49): [True: 0, False: 0]
  ------------------
 1430|      0|                    if (i == 0) {
  ------------------
  |  Branch (1430:25): [True: 0, False: 0]
  ------------------
 1431|      0|                        is_edge_case = (*b == (little_endian ? 0 : 0x80));
  ------------------
  |  Branch (1431:48): [True: 0, False: 0]
  ------------------
 1432|      0|                    } else if (i < n - 1) {
  ------------------
  |  Branch (1432:32): [True: 0, False: 0]
  ------------------
 1433|      0|                        is_edge_case = (*b == 0);
 1434|      0|                    } else {
 1435|      0|                        is_edge_case = (*b == (little_endian ? 0x80 : 0));
  ------------------
  |  Branch (1435:48): [True: 0, False: 0]
  ------------------
 1436|      0|                    }
 1437|      0|                }
 1438|      0|                if (is_edge_case) {
  ------------------
  |  Branch (1438:21): [True: 0, False: 0]
  ------------------
 1439|      0|                    res = n;
 1440|      0|                }
 1441|      0|            }
 1442|      0|            else {
 1443|       |                /* Positive values with the MSB set do not require an
 1444|       |                 * additional bit when the caller's intent is to treat them
 1445|       |                 * as unsigned. */
 1446|      0|                unsigned char *b = (unsigned char *)buffer;
 1447|      0|                if (b[little_endian ? n - 1 : 0] & 0x80) {
  ------------------
  |  Branch (1447:21): [True: 0, False: 0]
  |  Branch (1447:23): [True: 0, False: 0]
  ------------------
 1448|      0|                    if (flags == -1 || (flags & Py_ASNATIVEBYTES_UNSIGNED_BUFFER)) {
  ------------------
  |  |   48|      0|#define Py_ASNATIVEBYTES_UNSIGNED_BUFFER 4
  ------------------
  |  Branch (1448:25): [True: 0, False: 0]
  |  Branch (1448:40): [True: 0, False: 0]
  ------------------
 1449|      0|                        res = n;
 1450|      0|                    } else {
 1451|      0|                        res = n + 1;
 1452|      0|                    }
 1453|      0|                }
 1454|      0|            }
 1455|      0|        }
 1456|      0|    }
 1457|       |
 1458|      3|    if (do_decref) {
  ------------------
  |  Branch (1458:9): [True: 0, False: 3]
  ------------------
 1459|      0|        Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1460|      0|    }
 1461|       |
 1462|      3|    return res;
 1463|      3|}
PyLong_FromVoidPtr:
 1509|    791|{
 1510|    791|#if SIZEOF_VOID_P <= SIZEOF_LONG
 1511|    791|    return PyLong_FromUnsignedLong((unsigned long)(uintptr_t)p);
 1512|       |#else
 1513|       |
 1514|       |#if SIZEOF_LONG_LONG < SIZEOF_VOID_P
 1515|       |#   error "PyLong_FromVoidPtr: sizeof(long long) < sizeof(void*)"
 1516|       |#endif
 1517|       |    return PyLong_FromUnsignedLongLong((unsigned long long)(uintptr_t)p);
 1518|       |#endif /* SIZEOF_VOID_P <= SIZEOF_LONG */
 1519|       |
 1520|    791|}
PyLong_FromLongLong:
 1567|    485|{
 1568|       |    PYLONG_FROM_INT(unsigned long long, long long, ival);
  ------------------
  |  |  371|    485|    do {                                                                            \
  |  |  372|    485|        /* Handle small and medium cases. */                                        \
  |  |  373|    485|        if (IS_SMALL_INT(ival)) {                                                   \
  |  |  ------------------
  |  |  |  |   29|    485|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  |  |  ------------------
  |  |  |  |  |  |   68|    485|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   98|    485|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   97|    485|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (68:6): [True: 485, False: 0]
  |  |  |  |  |  |  |  Branch (68:37): [True: 2, False: 483]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  374|      2|            return get_small_int((sdigit)(ival));                                   \
  |  |  375|      2|        }                                                                           \
  |  |  376|    485|        if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|    483|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    483|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    483|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|    483|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|    483|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|    483|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 483, False: 0]
  |  |  |  Branch (376:49): [True: 69, False: 414]
  |  |  ------------------
  |  |  377|     69|            return _PyLong_FromMedium((sdigit)(ival));                              \
  |  |  378|     69|        }                                                                           \
  |  |  379|    483|        UINT_TYPE abs_ival = (ival) < 0 ? 0U-(UINT_TYPE)(ival) : (UINT_TYPE)(ival); \
  |  |  ------------------
  |  |  |  Branch (379:30): [True: 0, False: 414]
  |  |  ------------------
  |  |  380|    414|        /* Do shift in two steps to avoid possible undefined behavior. */           \
  |  |  381|    414|        UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|    414|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|    414|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  382|    414|        /* Count digits (at least two - smaller cases were handled above). */       \
  |  |  383|    414|        Py_ssize_t ndigits = 2;                                                     \
  |  |  384|    621|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (384:16): [True: 207, False: 414]
  |  |  ------------------
  |  |  385|    207|            ++ndigits;                                                              \
  |  |  386|    207|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|    207|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  387|    207|        }                                                                           \
  |  |  388|    414|        /* Construct output value. */                                               \
  |  |  389|    414|        PyLongObject *v = long_alloc(ndigits);                                      \
  |  |  390|    414|        if (v == NULL) {                                                            \
  |  |  ------------------
  |  |  |  Branch (390:13): [True: 0, False: 414]
  |  |  ------------------
  |  |  391|      0|            return NULL;                                                            \
  |  |  392|      0|        }                                                                           \
  |  |  393|    414|        digit *p = v->long_value.ob_digit;                                          \
  |  |  394|    414|        _PyLong_SetSignAndDigitCount(v, (ival) < 0 ? -1 : 1, ndigits);              \
  |  |  ------------------
  |  |  |  Branch (394:41): [True: 0, False: 414]
  |  |  ------------------
  |  |  395|    414|        t = abs_ival;                                                               \
  |  |  396|  1.44k|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (396:16): [True: 1.03k, False: 414]
  |  |  ------------------
  |  |  397|  1.03k|            *p++ = (digit)(t & PyLong_MASK);                                        \
  |  |  ------------------
  |  |  |  |   62|  1.03k|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|  1.03k|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|  1.03k|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  398|  1.03k|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|  1.03k|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  399|  1.03k|        }                                                                           \
  |  |  400|    414|        return (PyObject *)v;                                                       \
  |  |  401|    414|    } while(0)
  |  |  ------------------
  |  |  |  Branch (401:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1569|    485|}
PyLong_FromSsize_t:
 1575|  1.96k|{
 1576|       |    PYLONG_FROM_INT(size_t, Py_ssize_t, ival);
  ------------------
  |  |  371|  1.96k|    do {                                                                            \
  |  |  372|  1.96k|        /* Handle small and medium cases. */                                        \
  |  |  373|  1.96k|        if (IS_SMALL_INT(ival)) {                                                   \
  |  |  ------------------
  |  |  |  |   29|  1.96k|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  |  |  ------------------
  |  |  |  |  |  |   68|  1.96k|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   98|  1.96k|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   97|  1.96k|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (68:6): [True: 1.96k, False: 0]
  |  |  |  |  |  |  |  Branch (68:37): [True: 1.92k, False: 42]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  374|  1.92k|            return get_small_int((sdigit)(ival));                                   \
  |  |  375|  1.92k|        }                                                                           \
  |  |  376|  1.96k|        if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|     42|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|     42|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     42|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|     42|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|     42|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     42|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 42, False: 0]
  |  |  |  Branch (376:49): [True: 38, False: 4]
  |  |  ------------------
  |  |  377|     38|            return _PyLong_FromMedium((sdigit)(ival));                              \
  |  |  378|     38|        }                                                                           \
  |  |  379|     42|        UINT_TYPE abs_ival = (ival) < 0 ? 0U-(UINT_TYPE)(ival) : (UINT_TYPE)(ival); \
  |  |  ------------------
  |  |  |  Branch (379:30): [True: 0, False: 4]
  |  |  ------------------
  |  |  380|      4|        /* Do shift in two steps to avoid possible undefined behavior. */           \
  |  |  381|      4|        UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|      4|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|      4|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  382|      4|        /* Count digits (at least two - smaller cases were handled above). */       \
  |  |  383|      4|        Py_ssize_t ndigits = 2;                                                     \
  |  |  384|      8|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (384:16): [True: 4, False: 4]
  |  |  ------------------
  |  |  385|      4|            ++ndigits;                                                              \
  |  |  386|      4|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|      4|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  387|      4|        }                                                                           \
  |  |  388|      4|        /* Construct output value. */                                               \
  |  |  389|      4|        PyLongObject *v = long_alloc(ndigits);                                      \
  |  |  390|      4|        if (v == NULL) {                                                            \
  |  |  ------------------
  |  |  |  Branch (390:13): [True: 0, False: 4]
  |  |  ------------------
  |  |  391|      0|            return NULL;                                                            \
  |  |  392|      0|        }                                                                           \
  |  |  393|      4|        digit *p = v->long_value.ob_digit;                                          \
  |  |  394|      4|        _PyLong_SetSignAndDigitCount(v, (ival) < 0 ? -1 : 1, ndigits);              \
  |  |  ------------------
  |  |  |  Branch (394:41): [True: 0, False: 4]
  |  |  ------------------
  |  |  395|      4|        t = abs_ival;                                                               \
  |  |  396|     16|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (396:16): [True: 12, False: 4]
  |  |  ------------------
  |  |  397|     12|            *p++ = (digit)(t & PyLong_MASK);                                        \
  |  |  ------------------
  |  |  |  |   62|     12|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|     12|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     12|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  398|     12|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|     12|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  399|     12|        }                                                                           \
  |  |  400|      4|        return (PyObject *)v;                                                       \
  |  |  401|      4|    } while(0)
  |  |  ------------------
  |  |  |  Branch (401:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1577|  1.96k|}
PyLong_FromString:
 3053|     24|{
 3054|     24|    int sign = 1, error_if_nonzero = 0;
 3055|     24|    const char *orig_str = str;
 3056|     24|    PyLongObject *z = NULL;
 3057|     24|    PyObject *strobj;
 3058|     24|    Py_ssize_t slen;
 3059|       |
 3060|     24|    if ((base != 0 && base < 2) || base > 36) {
  ------------------
  |  Branch (3060:10): [True: 24, False: 0]
  |  Branch (3060:23): [True: 0, False: 24]
  |  Branch (3060:36): [True: 0, False: 24]
  ------------------
 3061|      0|        PyErr_SetString(PyExc_ValueError,
 3062|      0|                        "int() arg 2 must be >= 2 and <= 36");
 3063|      0|        return NULL;
 3064|      0|    }
 3065|     24|    while (*str != '\0' && Py_ISSPACE(*str)) {
  ------------------
  |  |   27|     24|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |  138|     24|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |   13|     24|#define PY_CTF_SPACE  0x08
  |  |  ------------------
  |  |  |  Branch (27:24): [True: 0, False: 24]
  |  |  ------------------
  ------------------
  |  Branch (3065:12): [True: 24, False: 0]
  ------------------
 3066|      0|        ++str;
 3067|      0|    }
 3068|     24|    if (*str == '+') {
  ------------------
  |  Branch (3068:9): [True: 0, False: 24]
  ------------------
 3069|      0|        ++str;
 3070|      0|    }
 3071|     24|    else if (*str == '-') {
  ------------------
  |  Branch (3071:14): [True: 0, False: 24]
  ------------------
 3072|      0|        ++str;
 3073|      0|        sign = -1;
 3074|      0|    }
 3075|     24|    if (base == 0) {
  ------------------
  |  Branch (3075:9): [True: 0, False: 24]
  ------------------
 3076|      0|        if (str[0] != '0') {
  ------------------
  |  Branch (3076:13): [True: 0, False: 0]
  ------------------
 3077|      0|            base = 10;
 3078|      0|        }
 3079|      0|        else if (str[1] == 'x' || str[1] == 'X') {
  ------------------
  |  Branch (3079:18): [True: 0, False: 0]
  |  Branch (3079:35): [True: 0, False: 0]
  ------------------
 3080|      0|            base = 16;
 3081|      0|        }
 3082|      0|        else if (str[1] == 'o' || str[1] == 'O') {
  ------------------
  |  Branch (3082:18): [True: 0, False: 0]
  |  Branch (3082:35): [True: 0, False: 0]
  ------------------
 3083|      0|            base = 8;
 3084|      0|        }
 3085|      0|        else if (str[1] == 'b' || str[1] == 'B') {
  ------------------
  |  Branch (3085:18): [True: 0, False: 0]
  |  Branch (3085:35): [True: 0, False: 0]
  ------------------
 3086|      0|            base = 2;
 3087|      0|        }
 3088|      0|        else {
 3089|       |            /* "old" (C-style) octal literal, now invalid.
 3090|       |               it might still be zero though */
 3091|      0|            error_if_nonzero = 1;
 3092|      0|            base = 10;
 3093|      0|        }
 3094|      0|    }
 3095|     24|    if (str[0] == '0' &&
  ------------------
  |  Branch (3095:9): [True: 16, False: 8]
  ------------------
 3096|     16|        ((base == 16 && (str[1] == 'x' || str[1] == 'X')) ||
  ------------------
  |  Branch (3096:11): [True: 0, False: 16]
  |  Branch (3096:26): [True: 0, False: 0]
  |  Branch (3096:43): [True: 0, False: 0]
  ------------------
 3097|     16|         (base == 8  && (str[1] == 'o' || str[1] == 'O')) ||
  ------------------
  |  Branch (3097:11): [True: 0, False: 16]
  |  Branch (3097:26): [True: 0, False: 0]
  |  Branch (3097:43): [True: 0, False: 0]
  ------------------
 3098|     16|         (base == 2  && (str[1] == 'b' || str[1] == 'B')))) {
  ------------------
  |  Branch (3098:11): [True: 16, False: 0]
  |  Branch (3098:26): [True: 0, False: 16]
  |  Branch (3098:43): [True: 0, False: 16]
  ------------------
 3099|      0|        str += 2;
 3100|       |        /* One underscore allowed here. */
 3101|      0|        if (*str == '_') {
  ------------------
  |  Branch (3101:13): [True: 0, False: 0]
  ------------------
 3102|      0|            ++str;
 3103|      0|        }
 3104|      0|    }
 3105|       |
 3106|       |    /* long_from_string_base is the main workhorse here. */
 3107|     24|    int ret = long_from_string_base(&str, base, &z);
 3108|     24|    if (ret == -1) {
  ------------------
  |  Branch (3108:9): [True: 0, False: 24]
  ------------------
 3109|       |        /* Syntax error. */
 3110|      0|        goto onError;
 3111|      0|    }
 3112|     24|    if (z == NULL) {
  ------------------
  |  Branch (3112:9): [True: 0, False: 24]
  ------------------
 3113|       |        /* Error. exception already set. */
 3114|      0|        return NULL;
 3115|      0|    }
 3116|       |
 3117|     24|    if (error_if_nonzero) {
  ------------------
  |  Branch (3117:9): [True: 0, False: 24]
  ------------------
 3118|       |        /* reset the base to 0, else the exception message
 3119|       |           doesn't make too much sense */
 3120|      0|        base = 0;
 3121|      0|        if (!_PyLong_IsZero(z)) {
  ------------------
  |  Branch (3121:13): [True: 0, False: 0]
  ------------------
 3122|      0|            goto onError;
 3123|      0|        }
 3124|       |        /* there might still be other problems, therefore base
 3125|       |           remains zero here for the same reason */
 3126|      0|    }
 3127|       |
 3128|       |    /* Set sign and normalize */
 3129|     24|    long_normalize(z);
 3130|     24|    z = maybe_small_long(z);
 3131|     24|    if (sign < 0) {
  ------------------
  |  Branch (3131:9): [True: 0, False: 24]
  ------------------
 3132|      0|        _PyLong_Negate(&z);
 3133|      0|    }
 3134|       |
 3135|     24|    if (pend != NULL) {
  ------------------
  |  Branch (3135:9): [True: 24, False: 0]
  ------------------
 3136|     24|        *pend = (char *)str;
 3137|     24|    }
 3138|     24|    return (PyObject *) z;
 3139|       |
 3140|      0|  onError:
 3141|      0|    if (pend != NULL) {
  ------------------
  |  Branch (3141:9): [True: 0, False: 0]
  ------------------
 3142|      0|        *pend = (char *)str;
 3143|      0|    }
 3144|      0|    Py_XDECREF(z);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3145|      0|    slen = strlen(orig_str) < 200 ? strlen(orig_str) : 200;
  ------------------
  |  Branch (3145:12): [True: 0, False: 0]
  ------------------
 3146|      0|    strobj = PyUnicode_FromStringAndSize(orig_str, slen);
 3147|      0|    if (strobj == NULL) {
  ------------------
  |  Branch (3147:9): [True: 0, False: 0]
  ------------------
 3148|      0|        return NULL;
 3149|      0|    }
 3150|      0|    PyErr_Format(PyExc_ValueError,
 3151|      0|                 "invalid literal for int() with base %d: %.200R",
 3152|      0|                 base, strobj);
 3153|      0|    Py_DECREF(strobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3154|       |    return NULL;
 3155|      0|}
_PyLong_FromBytes:
 3164|     16|{
 3165|     16|    PyObject *result, *strobj;
 3166|     16|    char *end = NULL;
 3167|       |
 3168|     16|    result = PyLong_FromString(s, &end, base);
 3169|     16|    if (end == NULL || (result != NULL && end == s + len))
  ------------------
  |  Branch (3169:9): [True: 0, False: 16]
  |  Branch (3169:25): [True: 16, False: 0]
  |  Branch (3169:43): [True: 16, False: 0]
  ------------------
 3170|     16|        return result;
 3171|      0|    Py_XDECREF(result);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3172|      0|    strobj = PyBytes_FromStringAndSize(s, Py_MIN(len, 200));
  ------------------
  |  |  112|      0|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3173|      0|    if (strobj != NULL) {
  ------------------
  |  Branch (3173:9): [True: 0, False: 0]
  ------------------
 3174|      0|        PyErr_Format(PyExc_ValueError,
 3175|      0|                     "invalid literal for int() with base %d: %.200R",
 3176|      0|                     base, strobj);
 3177|      0|        Py_DECREF(strobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3178|      0|    }
 3179|       |    return NULL;
 3180|     16|}
PyLong_FromUnicodeObject:
 3184|      8|{
 3185|      8|    PyObject *result, *asciidig;
 3186|      8|    const char *buffer;
 3187|      8|    char *end = NULL;
 3188|      8|    Py_ssize_t buflen;
 3189|       |
 3190|      8|    asciidig = _PyUnicode_TransformDecimalAndSpaceToASCII(u);
 3191|      8|    if (asciidig == NULL)
  ------------------
  |  Branch (3191:9): [True: 0, False: 8]
  ------------------
 3192|      0|        return NULL;
 3193|      8|    assert(PyUnicode_IS_ASCII(asciidig));
  ------------------
  |  Branch (3193:5): [True: 8, False: 0]
  ------------------
 3194|       |    /* Simply get a pointer to existing ASCII characters. */
 3195|      8|    buffer = PyUnicode_AsUTF8AndSize(asciidig, &buflen);
 3196|      8|    assert(buffer != NULL);
  ------------------
  |  Branch (3196:5): [True: 8, False: 0]
  ------------------
 3197|       |
 3198|      8|    result = PyLong_FromString(buffer, &end, base);
 3199|      8|    if (end == NULL || (result != NULL && end == buffer + buflen)) {
  ------------------
  |  Branch (3199:9): [True: 0, False: 8]
  |  Branch (3199:25): [True: 8, False: 0]
  |  Branch (3199:43): [True: 8, False: 0]
  ------------------
 3200|      8|        Py_DECREF(asciidig);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3201|      8|        return result;
 3202|      8|    }
 3203|      0|    Py_DECREF(asciidig);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3204|      0|    Py_XDECREF(result);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3205|      0|    PyErr_Format(PyExc_ValueError,
 3206|      0|                 "invalid literal for int() with base %d: %.200R",
 3207|      0|                 base, u);
 3208|       |    return NULL;
 3209|      8|}
_PyLong_ExactDealloc:
 3636|    118|{
 3637|    118|    assert(PyLong_CheckExact(self));
  ------------------
  |  Branch (3637:5): [True: 118, False: 0]
  ------------------
 3638|    118|    if (_PyLong_IsSmallInt((PyLongObject *)self)) {
  ------------------
  |  Branch (3638:9): [True: 0, False: 118]
  ------------------
 3639|       |        // See PEP 683, section Accidental De-Immortalizing for details
 3640|      0|        _Py_SetImmortal(self);
 3641|      0|        return;
 3642|      0|    }
 3643|    118|    if (_PyLong_IsCompact((PyLongObject *)self)) {
  ------------------
  |  Branch (3643:9): [True: 93, False: 25]
  ------------------
 3644|     93|        _Py_FREELIST_FREE(ints, self, PyObject_Free);
  ------------------
  |  |   35|     93|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|     93|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   20|     93|#  define Py_ints_MAXFREELIST 100
  |  |  ------------------
  ------------------
 3645|     93|        return;
 3646|     93|    }
 3647|     25|    PyObject_Free(self);
 3648|     25|}
_PyCompactLong_Add:
 3868|    295|{
 3869|    295|    assert(_PyLong_BothAreCompact(a, b));
  ------------------
  |  Branch (3869:5): [True: 295, False: 0]
  ------------------
 3870|    295|    stwodigits v = medium_value(a) + medium_value(b);
  ------------------
  |  |   27|    295|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                  stwodigits v = medium_value(a) + medium_value(b);
  ------------------
  |  |   27|    295|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 3871|    295|    return medium_from_stwodigits(v);
 3872|    295|}
_PyCompactLong_Subtract:
 3913|    134|{
 3914|    134|    assert(_PyLong_BothAreCompact(a, b));
  ------------------
  |  Branch (3914:5): [True: 134, False: 0]
  ------------------
 3915|    134|    stwodigits v = medium_value(a) - medium_value(b);
  ------------------
  |  |   27|    134|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                  stwodigits v = medium_value(a) - medium_value(b);
  ------------------
  |  |   27|    134|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 3916|    134|    return medium_from_stwodigits(v);
 3917|    134|}
_PyCompactLong_Multiply:
 4360|     23|{
 4361|     23|    assert(_PyLong_BothAreCompact(a, b));
  ------------------
  |  Branch (4361:5): [True: 23, False: 0]
  ------------------
 4362|     23|    stwodigits v = medium_value(a) * medium_value(b);
  ------------------
  |  |   27|     23|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                  stwodigits v = medium_value(a) * medium_value(b);
  ------------------
  |  |   27|     23|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 4363|     23|    return medium_from_stwodigits(v);
 4364|     23|}
PyLong_GetInfo:
 6712|      2|{
 6713|      2|    PyObject* int_info;
 6714|      2|    int field = 0;
 6715|      2|    int_info = PyStructSequence_New(&Int_InfoType);
 6716|      2|    if (int_info == NULL)
  ------------------
  |  Branch (6716:9): [True: 0, False: 2]
  ------------------
 6717|      0|        return NULL;
 6718|      2|    PyStructSequence_SET_ITEM(int_info, field++,
  ------------------
  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 6719|      2|                              PyLong_FromLong(PyLong_SHIFT));
  ------------------
  |  |   47|      2|#define PyLong_SHIFT    30
  ------------------
 6720|      2|    PyStructSequence_SET_ITEM(int_info, field++,
  ------------------
  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 6721|      2|                              PyLong_FromLong(sizeof(digit)));
 6722|       |    /*
 6723|       |     * The following two fields were added after investigating uses of
 6724|       |     * sys.int_info in the wild: Exceedingly rarely used. The ONLY use found was
 6725|       |     * numba using sys.int_info.bits_per_digit as attribute access rather than
 6726|       |     * sequence unpacking. Cython and sympy also refer to sys.int_info but only
 6727|       |     * as info for debugging. No concern about adding these in a backport.
 6728|       |     */
 6729|      2|    PyStructSequence_SET_ITEM(int_info, field++,
  ------------------
  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 6730|      2|                              PyLong_FromLong(_PY_LONG_DEFAULT_MAX_STR_DIGITS));
  ------------------
  |  |   29|      2|#define _PY_LONG_DEFAULT_MAX_STR_DIGITS 4300
  ------------------
 6731|      2|    PyStructSequence_SET_ITEM(int_info, field++,
  ------------------
  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
 6732|      2|                              PyLong_FromLong(_PY_LONG_MAX_STR_DIGITS_THRESHOLD));
  ------------------
  |  |   42|      2|#define _PY_LONG_MAX_STR_DIGITS_THRESHOLD 640
  ------------------
 6733|      2|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (6733:9): [True: 0, False: 2]
  ------------------
 6734|      0|        Py_CLEAR(int_info);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 6735|      0|        return NULL;
 6736|      0|    }
 6737|      2|    return int_info;
 6738|      2|}
_PyLong_InitTypes:
 6745|      2|{
 6746|       |    /* initialize int_info */
 6747|      2|    if (_PyStructSequence_InitBuiltin(interp, &Int_InfoType,
  ------------------
  |  Branch (6747:9): [True: 0, False: 2]
  ------------------
 6748|      2|                                      &int_info_desc) < 0)
 6749|      0|    {
 6750|      0|        return _PyStatus_ERR("can't init int info type");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 6751|      0|    }
 6752|       |
 6753|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 6754|      2|}
PyLong_FromInt64:
 6789|      1|{
 6790|       |    PYLONG_FROM_INT(uint64_t, int64_t, value);
  ------------------
  |  |  371|      1|    do {                                                                            \
  |  |  372|      1|        /* Handle small and medium cases. */                                        \
  |  |  373|      1|        if (IS_SMALL_INT(ival)) {                                                   \
  |  |  ------------------
  |  |  |  |   29|      1|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  |  |  ------------------
  |  |  |  |  |  |   68|      1|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   98|      1|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   97|      1|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (68:6): [True: 1, False: 0]
  |  |  |  |  |  |  |  Branch (68:37): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  374|      1|            return get_small_int((sdigit)(ival));                                   \
  |  |  375|      1|        }                                                                           \
  |  |  376|      1|        if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (-(INT_TYPE)PyLong_MASK <= (ival) && (ival) <= (INT_TYPE)PyLong_MASK) {  \
  |  |  ------------------
  |  |  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (376:13): [True: 0, False: 0]
  |  |  |  Branch (376:49): [True: 0, False: 0]
  |  |  ------------------
  |  |  377|      0|            return _PyLong_FromMedium((sdigit)(ival));                              \
  |  |  378|      0|        }                                                                           \
  |  |  379|      0|        UINT_TYPE abs_ival = (ival) < 0 ? 0U-(UINT_TYPE)(ival) : (UINT_TYPE)(ival); \
  |  |  ------------------
  |  |  |  Branch (379:30): [True: 0, False: 0]
  |  |  ------------------
  |  |  380|      0|        /* Do shift in two steps to avoid possible undefined behavior. */           \
  |  |  381|      0|        UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |                       UINT_TYPE t = abs_ival >> PyLong_SHIFT >> PyLong_SHIFT;                     \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  382|      0|        /* Count digits (at least two - smaller cases were handled above). */       \
  |  |  383|      0|        Py_ssize_t ndigits = 2;                                                     \
  |  |  384|      0|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (384:16): [True: 0, False: 0]
  |  |  ------------------
  |  |  385|      0|            ++ndigits;                                                              \
  |  |  386|      0|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  387|      0|        }                                                                           \
  |  |  388|      0|        /* Construct output value. */                                               \
  |  |  389|      0|        PyLongObject *v = long_alloc(ndigits);                                      \
  |  |  390|      0|        if (v == NULL) {                                                            \
  |  |  ------------------
  |  |  |  Branch (390:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  391|      0|            return NULL;                                                            \
  |  |  392|      0|        }                                                                           \
  |  |  393|      0|        digit *p = v->long_value.ob_digit;                                          \
  |  |  394|      0|        _PyLong_SetSignAndDigitCount(v, (ival) < 0 ? -1 : 1, ndigits);              \
  |  |  ------------------
  |  |  |  Branch (394:41): [True: 0, False: 0]
  |  |  ------------------
  |  |  395|      0|        t = abs_ival;                                                               \
  |  |  396|      0|        while (t) {                                                                 \
  |  |  ------------------
  |  |  |  Branch (396:16): [True: 0, False: 0]
  |  |  ------------------
  |  |  397|      0|            *p++ = (digit)(t & PyLong_MASK);                                        \
  |  |  ------------------
  |  |  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  398|      0|            t >>= PyLong_SHIFT;                                                     \
  |  |  ------------------
  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  ------------------
  |  |  399|      0|        }                                                                           \
  |  |  400|      0|        return (PyObject *)v;                                                       \
  |  |  401|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (401:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 6791|      1|}
PyLong_AsInt64:
 6820|      3|{
 6821|      3|    LONG_TO_INT(obj, value, "C int64_t");
  ------------------
  |  | 6799|      3|    do { \
  |  | 6800|      3|        int flags = (Py_ASNATIVEBYTES_NATIVE_ENDIAN \
  |  |  ------------------
  |  |  |  |   47|      3|#define Py_ASNATIVEBYTES_NATIVE_ENDIAN 3
  |  |  ------------------
  |  | 6801|      3|                     | Py_ASNATIVEBYTES_ALLOW_INDEX); \
  |  |  ------------------
  |  |  |  |   50|      3|#define Py_ASNATIVEBYTES_ALLOW_INDEX 16
  |  |  ------------------
  |  | 6802|      3|        Py_ssize_t bytes = PyLong_AsNativeBytes(obj, value, sizeof(*value), flags); \
  |  | 6803|      3|        if (bytes < 0) { \
  |  |  ------------------
  |  |  |  Branch (6803:13): [True: 0, False: 3]
  |  |  ------------------
  |  | 6804|      0|            return -1; \
  |  | 6805|      0|        } \
  |  | 6806|      3|        if ((size_t)bytes > sizeof(*value)) { \
  |  |  ------------------
  |  |  |  Branch (6806:13): [True: 0, False: 3]
  |  |  ------------------
  |  | 6807|      0|            PyErr_SetString(PyExc_OverflowError, \
  |  | 6808|      0|                            "Python int too large to convert to " type_name); \
  |  | 6809|      0|            return -1; \
  |  | 6810|      0|        } \
  |  | 6811|      3|        return 0; \
  |  | 6812|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (6812:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 6822|      3|}
PyLong_GetNativeLayout:
 6863|      9|{
 6864|      9|    return &PyLong_LAYOUT;
 6865|      9|}
PyLongWriter_Create:
 6926|      9|{
 6927|      9|    if (ndigits <= 0) {
  ------------------
  |  Branch (6927:9): [True: 0, False: 9]
  ------------------
 6928|      0|        PyErr_SetString(PyExc_ValueError, "ndigits must be positive");
 6929|      0|        goto error;
 6930|      0|    }
 6931|      9|    assert(digits != NULL);
  ------------------
  |  Branch (6931:5): [True: 9, False: 0]
  ------------------
 6932|       |
 6933|      9|    PyLongObject *obj = long_alloc(ndigits);
 6934|      9|    if (obj == NULL) {
  ------------------
  |  Branch (6934:9): [True: 0, False: 9]
  ------------------
 6935|      0|        goto error;
 6936|      0|    }
 6937|      9|    if (negative) {
  ------------------
  |  Branch (6937:9): [True: 0, False: 9]
  ------------------
 6938|      0|        _PyLong_FlipSign(obj);
 6939|      0|    }
 6940|       |
 6941|      9|    *digits = obj->long_value.ob_digit;
 6942|      9|    return (PyLongWriter*)obj;
 6943|       |
 6944|      0|error:
 6945|      0|    *digits = NULL;
 6946|       |    return NULL;
 6947|      9|}
PyLongWriter_Finish:
 6965|      9|{
 6966|      9|    PyLongObject *obj = (PyLongObject *)writer;
 6967|      9|    assert(Py_REFCNT(obj) == 1);
  ------------------
  |  Branch (6967:5): [True: 9, False: 0]
  ------------------
 6968|       |
 6969|       |#ifdef Py_DEBUG
 6970|       |    // gh-147988: Detect uninitialized digits: long_alloc() fills digits with
 6971|       |    // 0xFF byte pattern. It's posssible because PyLong_BASE is smaller than
 6972|       |    // the maximum value of the C digit type (uint32_t or unsigned short):
 6973|       |    // most significan bits are unused by the API.
 6974|       |    Py_ssize_t ndigits = _PyLong_DigitCount(obj);
 6975|       |    if (ndigits == 0) {
 6976|       |        // Check ob_digit[0] digit for the number zero
 6977|       |        ndigits = 1;
 6978|       |    }
 6979|       |    for (Py_ssize_t i = 0; i < ndigits; i++) {
 6980|       |        digit d = obj->long_value.ob_digit[i];
 6981|       |        if (d & ~(digit)PyLong_MASK) {
 6982|       |            Py_DECREF(obj);
 6983|       |            PyErr_Format(PyExc_SystemError,
 6984|       |                         "PyLongWriter_Finish: digit %zd is uninitialized",
 6985|       |                         i);
 6986|       |            return NULL;
 6987|       |        }
 6988|       |    }
 6989|       |#endif
 6990|       |
 6991|       |    // Normalize and get singleton if possible
 6992|      9|    obj = maybe_small_long(long_normalize(obj));
 6993|       |
 6994|      9|    return (PyObject*)obj;
 6995|      9|}
longobject.c:long_alloc:
  160|  1.57k|{
  161|  1.57k|    assert(size >= 0);
  ------------------
  |  Branch (161:5): [True: 1.57k, False: 0]
  ------------------
  162|  1.57k|    PyLongObject *result = NULL;
  163|  1.57k|    if (size > (Py_ssize_t)MAX_LONG_DIGITS) {
  ------------------
  |  |  155|  1.57k|# define MAX_LONG_DIGITS ((INT64_MAX-1) / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|  1.57k|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (163:9): [True: 0, False: 1.57k]
  ------------------
  164|      0|        PyErr_SetString(PyExc_OverflowError,
  165|      0|                        "too many digits in integer");
  166|      0|        return NULL;
  167|      0|    }
  168|       |    /* Fast operations for single digit integers (including zero)
  169|       |     * assume that there is always at least one digit present. */
  170|  1.57k|    Py_ssize_t ndigits = size ? size : 1;
  ------------------
  |  Branch (170:26): [True: 1.56k, False: 13]
  ------------------
  171|       |
  172|  1.57k|    if (ndigits == 1) {
  ------------------
  |  Branch (172:9): [True: 48, False: 1.53k]
  ------------------
  173|     48|        result = (PyLongObject *)_Py_FREELIST_POP(PyLongObject, ints);
  ------------------
  |  |   43|     48|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  174|     48|    }
  175|  1.57k|    if (result == NULL) {
  ------------------
  |  Branch (175:9): [True: 1.53k, False: 48]
  ------------------
  176|       |        /* Number of bytes needed is: offsetof(PyLongObject, ob_digit) +
  177|       |        sizeof(digit)*size.  Previous incarnations of this code used
  178|       |        sizeof() instead of the offsetof, but this risks being
  179|       |        incorrect in the presence of padding between the header
  180|       |        and the digits. */
  181|  1.53k|        result = PyObject_Malloc(offsetof(PyLongObject, long_value.ob_digit) +
  182|  1.53k|                                ndigits*sizeof(digit));
  183|  1.53k|        if (!result) {
  ------------------
  |  Branch (183:13): [True: 0, False: 1.53k]
  ------------------
  184|      0|            PyErr_NoMemory();
  185|      0|            return NULL;
  186|      0|        }
  187|  1.53k|        _PyObject_Init((PyObject*)result, &PyLong_Type);
  188|  1.53k|        _PyLong_InitTag(result);
  189|  1.53k|    }
  190|  1.57k|    _PyLong_SetSignAndDigitCount(result, size != 0, size);
  191|       |#ifdef Py_DEBUG
  192|       |    // gh-147988: Fill digits with an invalid pattern to catch usage
  193|       |    // of uninitialized digits.
  194|       |    memset(result->long_value.ob_digit, 0xFF, ndigits * sizeof(digit));
  195|       |#endif
  196|  1.57k|    return result;
  197|  1.57k|}
longobject.c:get_small_int:
   62|  5.20k|{
   63|  5.20k|    assert(IS_SMALL_INT(ival));
  ------------------
  |  Branch (63:5): [True: 5.20k, False: 0]
  |  Branch (63:5): [True: 5.20k, False: 0]
  ------------------
   64|  5.20k|    return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + ival];
  ------------------
  |  |   59|  5.20k|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|  5.20k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  5.20k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + ival];
  ------------------
  |  |   98|  5.20k|#define _PY_NSMALLNEGINTS           5
  ------------------
   65|  5.20k|}
longobject.c:_PyLong_FromMedium:
  252|    760|{
  253|    760|    assert(!IS_SMALL_INT(x));
  ------------------
  |  Branch (253:5): [True: 752, False: 8]
  |  Branch (253:5): [True: 0, False: 752]
  ------------------
  254|    760|    assert(is_medium_int(x));
  ------------------
  |  Branch (254:5): [True: 760, False: 0]
  ------------------
  255|       |
  256|    760|    PyLongObject *v = (PyLongObject *)_Py_FREELIST_POP(PyLongObject, ints);
  ------------------
  |  |   43|    760|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|    760|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  257|    760|    if (v == NULL) {
  ------------------
  |  Branch (257:9): [True: 322, False: 438]
  ------------------
  258|    322|        v = PyObject_Malloc(sizeof(PyLongObject));
  259|    322|        if (v == NULL) {
  ------------------
  |  Branch (259:13): [True: 0, False: 322]
  ------------------
  260|      0|            PyErr_NoMemory();
  261|      0|            return NULL;
  262|      0|        }
  263|    322|        _PyObject_Init((PyObject*)v, &PyLong_Type);
  264|    322|        _PyLong_InitTag(v);
  265|    322|    }
  266|    760|    digit abs_x = x < 0 ? -x : x;
  ------------------
  |  Branch (266:19): [True: 8, False: 752]
  ------------------
  267|    760|    _PyLong_SetSignAndDigitCount(v, x<0?-1:1, 1);
  ------------------
  |  Branch (267:37): [True: 8, False: 752]
  ------------------
  268|    760|    v->long_value.ob_digit[0] = abs_x;
  269|    760|    return (PyObject*)v;
  270|    760|}
longobject.c:is_medium_int:
   54|    770|{
   55|       |    /* Take care that we are comparing unsigned values. */
   56|    770|    twodigits x_plus_mask = ((twodigits)x) + PyLong_MASK;
  ------------------
  |  |   62|    770|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|    770|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|    770|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|    770|    return x_plus_mask < ((twodigits)PyLong_MASK) + PyLong_BASE;
  ------------------
  |  |   62|    770|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|    770|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|    770|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return x_plus_mask < ((twodigits)PyLong_MASK) + PyLong_BASE;
  ------------------
  |  |   61|    770|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|    770|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
   58|    770|}
longobject.c:unroll_digits_ulong:
  537|     22|{
  538|     22|    assert(ULONG_MAX >= ((1UL << PyLong_SHIFT) - 1));
  ------------------
  |  Branch (538:5): [True: 22, Folded]
  ------------------
  539|       |
  540|     22|    Py_ssize_t i = *iptr;
  541|     22|    assert(i >= 2);
  ------------------
  |  Branch (541:5): [True: 22, False: 0]
  ------------------
  542|       |
  543|       |    /* unroll 1 digit */
  544|     22|    --i;
  545|     22|    digit *digits = v->long_value.ob_digit;
  546|     22|    unsigned long x = digits[i];
  547|       |
  548|     22|#if (ULONG_MAX >> PyLong_SHIFT) >= ((1UL << PyLong_SHIFT) - 1)
  549|       |    /* unroll another digit */
  550|     22|    x <<= PyLong_SHIFT;
  ------------------
  |  |   47|     22|#define PyLong_SHIFT    30
  ------------------
  551|     22|    --i;
  552|     22|    x |= digits[i];
  553|     22|#endif
  554|       |
  555|     22|    *iptr = i;
  556|     22|    return x;
  557|     22|}
longobject.c:long_sign:
  936|     41|{
  937|     41|    assert(vv != NULL);
  ------------------
  |  Branch (937:5): [True: 41, False: 0]
  ------------------
  938|     41|    assert(PyLong_Check(vv));
  ------------------
  |  Branch (938:5): [True: 41, False: 0]
  ------------------
  939|     41|    PyLongObject *v = (PyLongObject *)vv;
  940|       |
  941|     41|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (941:9): [True: 41, False: 0]
  ------------------
  942|     41|        return _PyLong_CompactSign(v);
  943|     41|    }
  944|      0|    return _PyLong_NonCompactSign(v);
  945|     41|}
longobject.c:bit_length_digit:
  967|      1|{
  968|       |    // digit can be larger than unsigned long, but only PyLong_SHIFT bits
  969|       |    // of it will be ever used.
  970|       |    static_assert(PyLong_SHIFT <= sizeof(unsigned long) * 8,
  971|      1|                  "digit is larger than unsigned long");
  972|      1|    return _Py_bit_length((unsigned long)x);
  973|      1|}
longobject.c:maybe_small_long:
   69|    108|{
   70|    108|    if (v && _PyLong_IsCompact(v)) {
  ------------------
  |  Branch (70:9): [True: 108, False: 0]
  |  Branch (70:14): [True: 63, False: 45]
  ------------------
   71|     63|        stwodigits ival = medium_value(v);
  ------------------
  |  |   27|     63|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
   72|     63|        if (IS_SMALL_INT(ival)) {
  ------------------
  |  |   29|     63|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  ------------------
  |  |  |  |   68|     63|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   98|     63|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  ------------------
  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|     63|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (68:6): [True: 63, False: 0]
  |  |  |  |  |  Branch (68:37): [True: 31, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   73|     31|            _Py_DECREF_INT(v);
   74|     31|            return (PyLongObject *)get_small_int((sdigit)ival);
   75|     31|        }
   76|     63|    }
   77|     77|    return v;
   78|    108|}
longobject.c:_Py_DECREF_INT:
   47|     57|{
   48|     57|    assert(PyLong_CheckExact(op));
  ------------------
  |  Branch (48:5): [True: 57, False: 0]
  ------------------
   49|     57|    _Py_DECREF_SPECIALIZED((PyObject *)op, _PyLong_ExactDealloc);
   50|     57|}
longobject.c:long_normalize:
  127|    114|{
  128|    114|    Py_ssize_t j = _PyLong_DigitCount(v);
  129|    114|    Py_ssize_t i = j;
  130|       |
  131|    149|    while (i > 0 && v->long_value.ob_digit[i-1] == 0)
  ------------------
  |  Branch (131:12): [True: 126, False: 23]
  |  Branch (131:21): [True: 35, False: 91]
  ------------------
  132|     35|        --i;
  133|    114|    if (i != j) {
  ------------------
  |  Branch (133:9): [True: 25, False: 89]
  ------------------
  134|     25|        if (i == 0) {
  ------------------
  |  Branch (134:13): [True: 10, False: 15]
  ------------------
  135|     10|            _PyLong_SetSignAndDigitCount(v, 0, 0);
  136|     10|        }
  137|     15|        else {
  138|     15|            _PyLong_SetDigitCount(v, i);
  139|     15|        }
  140|     25|    }
  141|    114|    return v;
  142|    114|}
longobject.c:_resolve_endianness:
 1271|      3|{
 1272|      3|    if (*endianness == -1 || (*endianness & 2)) {
  ------------------
  |  Branch (1272:9): [True: 0, False: 3]
  |  Branch (1272:30): [True: 3, False: 0]
  ------------------
 1273|      3|        *endianness = PY_LITTLE_ENDIAN;
  ------------------
  |  |  454|      3|#  define PY_LITTLE_ENDIAN 1
  ------------------
 1274|      3|    } else {
 1275|      0|        *endianness &= 1;
 1276|      0|    }
 1277|      3|    assert(*endianness == 0 || *endianness == 1);
  ------------------
  |  Branch (1277:5): [True: 0, False: 3]
  |  Branch (1277:5): [True: 3, False: 0]
  ------------------
 1278|      3|    return 0;
 1279|      3|}
longobject.c:_fits_in_n_bits:
 1259|      3|{
 1260|      3|    if (n >= (Py_ssize_t)sizeof(Py_ssize_t) * 8) {
  ------------------
  |  Branch (1260:9): [True: 3, False: 0]
  ------------------
 1261|      3|        return 1;
 1262|      3|    }
 1263|       |    // If all bits above n are the same, we fit.
 1264|       |    // (Use n-1 if we require the sign bit to be consistent.)
 1265|      0|    Py_ssize_t v_extended = v >> ((int)n - 1);
 1266|      0|    return v_extended == 0 || v_extended == -1;
  ------------------
  |  Branch (1266:12): [True: 0, False: 0]
  |  Branch (1266:31): [True: 0, False: 0]
  ------------------
 1267|      3|}
longobject.c:long_to_decimal_string_internal:
 2101|     26|{
 2102|     26|    PyLongObject *scratch, *a;
 2103|     26|    PyObject *str = NULL;
 2104|     26|    Py_ssize_t size, strlen, size_a, i, j;
 2105|     26|    digit *pout, *pin, rem, tenpow;
 2106|     26|    int negative;
 2107|     26|    int d;
 2108|       |
 2109|       |    // writer or bytes_writer can be used, but not both at the same time.
 2110|     26|    assert(writer == NULL || bytes_writer == NULL);
  ------------------
  |  Branch (2110:5): [True: 26, False: 0]
  |  Branch (2110:5): [True: 0, False: 0]
  ------------------
 2111|       |
 2112|     26|    a = (PyLongObject *)aa;
 2113|     26|    if (a == NULL || !PyLong_Check(a)) {
  ------------------
  |  |   13|     26|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2113:9): [True: 0, False: 26]
  |  Branch (2113:22): [True: 0, False: 26]
  ------------------
 2114|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2115|      0|        return -1;
 2116|      0|    }
 2117|     26|    size_a = _PyLong_DigitCount(a);
 2118|     26|    negative = _PyLong_IsNegative(a);
 2119|       |
 2120|       |    /* quick and dirty pre-check for overflowing the decimal digit limit,
 2121|       |       based on the inequality 10/3 >= log2(10)
 2122|       |
 2123|       |       explanation in https://github.com/python/cpython/pull/96537
 2124|       |    */
 2125|     26|    if (size_a >= 10 * _PY_LONG_MAX_STR_DIGITS_THRESHOLD
  ------------------
  |  |   42|     26|#define _PY_LONG_MAX_STR_DIGITS_THRESHOLD 640
  ------------------
  |  Branch (2125:9): [True: 0, False: 26]
  ------------------
 2126|     26|                  / (3 * PyLong_SHIFT) + 2) {
  ------------------
  |  |   47|     26|#define PyLong_SHIFT    30
  ------------------
 2127|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
 2128|      0|        int max_str_digits = interp->long_state.max_str_digits;
 2129|      0|        if ((max_str_digits > 0) &&
  ------------------
  |  Branch (2129:13): [True: 0, False: 0]
  ------------------
 2130|      0|            (max_str_digits / (3 * PyLong_SHIFT) <= (size_a - 11) / 10)) {
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  |  Branch (2130:13): [True: 0, False: 0]
  ------------------
 2131|      0|            PyErr_Format(PyExc_ValueError, _MAX_STR_DIGITS_ERROR_FMT_TO_STR,
  ------------------
  |  |   33|      0|#define _MAX_STR_DIGITS_ERROR_FMT_TO_STR "Exceeds the limit (%d digits) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit"
  ------------------
 2132|      0|                         max_str_digits);
 2133|      0|            return -1;
 2134|      0|        }
 2135|      0|    }
 2136|       |
 2137|     26|#if WITH_PYLONG_MODULE
 2138|     26|    if (size_a > 1000) {
  ------------------
  |  Branch (2138:9): [True: 0, False: 26]
  ------------------
 2139|       |        /* Switch to _pylong.int_to_decimal_string(). */
 2140|      0|        return pylong_int_to_decimal_string(aa,
 2141|      0|                                         p_output,
 2142|      0|                                         writer,
 2143|      0|                                         bytes_writer,
 2144|      0|                                         bytes_str);
 2145|      0|    }
 2146|     26|#endif
 2147|       |
 2148|       |    /* quick and dirty upper bound for the number of digits
 2149|       |       required to express a in base _PyLong_DECIMAL_BASE:
 2150|       |
 2151|       |         #digits = 1 + floor(log2(a) / log2(_PyLong_DECIMAL_BASE))
 2152|       |
 2153|       |       But log2(a) < size_a * PyLong_SHIFT, and
 2154|       |       log2(_PyLong_DECIMAL_BASE) = log2(10) * _PyLong_DECIMAL_SHIFT
 2155|       |                                  > 3.3 * _PyLong_DECIMAL_SHIFT
 2156|       |
 2157|       |         size_a * PyLong_SHIFT / (3.3 * _PyLong_DECIMAL_SHIFT) =
 2158|       |             size_a + size_a / d < size_a + size_a / floor(d),
 2159|       |       where d = (3.3 * _PyLong_DECIMAL_SHIFT) /
 2160|       |                 (PyLong_SHIFT - 3.3 * _PyLong_DECIMAL_SHIFT)
 2161|       |    */
 2162|     26|    d = (33 * _PyLong_DECIMAL_SHIFT) /
  ------------------
  |  |   48|     26|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  ------------------
 2163|     26|        (10 * PyLong_SHIFT - 33 * _PyLong_DECIMAL_SHIFT);
  ------------------
  |  |   47|     26|#define PyLong_SHIFT    30
  ------------------
                      (10 * PyLong_SHIFT - 33 * _PyLong_DECIMAL_SHIFT);
  ------------------
  |  |   48|     26|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  ------------------
 2164|     26|    assert(size_a < PY_SSIZE_T_MAX/2);
  ------------------
  |  Branch (2164:5): [True: 26, False: 0]
  ------------------
 2165|     26|    size = 1 + size_a + size_a / d;
 2166|     26|    scratch = long_alloc(size);
 2167|     26|    if (scratch == NULL)
  ------------------
  |  Branch (2167:9): [True: 0, False: 26]
  ------------------
 2168|      0|        return -1;
 2169|       |
 2170|       |    /* convert array of base _PyLong_BASE digits in pin to an array of
 2171|       |       base _PyLong_DECIMAL_BASE digits in pout, following Knuth (TAOCP,
 2172|       |       Volume 2 (3rd edn), section 4.4, Method 1b). */
 2173|     26|    pin = a->long_value.ob_digit;
 2174|     26|    pout = scratch->long_value.ob_digit;
 2175|     26|    size = 0;
 2176|     51|    for (i = size_a; --i >= 0; ) {
  ------------------
  |  Branch (2176:22): [True: 25, False: 26]
  ------------------
 2177|     25|        digit hi = pin[i];
 2178|     25|        for (j = 0; j < size; j++) {
  ------------------
  |  Branch (2178:21): [True: 0, False: 25]
  ------------------
 2179|      0|            twodigits z = (twodigits)pout[j] << PyLong_SHIFT | hi;
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
 2180|      0|            hi = (digit)(z / _PyLong_DECIMAL_BASE);
  ------------------
  |  |   49|      0|#define _PyLong_DECIMAL_BASE    ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
  ------------------
 2181|      0|            pout[j] = (digit)(z - (twodigits)hi *
 2182|      0|                              _PyLong_DECIMAL_BASE);
  ------------------
  |  |   49|      0|#define _PyLong_DECIMAL_BASE    ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
  ------------------
 2183|      0|        }
 2184|     50|        while (hi) {
  ------------------
  |  Branch (2184:16): [True: 25, False: 25]
  ------------------
 2185|     25|            pout[size++] = hi % _PyLong_DECIMAL_BASE;
  ------------------
  |  |   49|     25|#define _PyLong_DECIMAL_BASE    ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
  ------------------
 2186|     25|            hi /= _PyLong_DECIMAL_BASE;
  ------------------
  |  |   49|     25|#define _PyLong_DECIMAL_BASE    ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
  ------------------
 2187|     25|        }
 2188|       |        /* check for keyboard interrupt */
 2189|     25|        SIGCHECK({
  ------------------
  |  |  117|     25|    do {                                        \
  |  |  118|     25|        if (PyErr_CheckSignals()) PyTryBlock    \
  |  |  ------------------
  |  |  |  Branch (118:13): [True: 0, False: 25]
  |  |  ------------------
  |  |  119|     25|    } while(0)
  |  |  ------------------
  |  |  |  Branch (119:13): [Folded, False: 25]
  |  |  ------------------
  ------------------
 2190|     25|                Py_DECREF(scratch);
 2191|     25|                return -1;
 2192|     25|            });
 2193|     25|    }
 2194|       |    /* pout should have at least one digit, so that the case when a = 0
 2195|       |       works correctly */
 2196|     26|    if (size == 0)
  ------------------
  |  Branch (2196:9): [True: 1, False: 25]
  ------------------
 2197|      1|        pout[size++] = 0;
 2198|       |
 2199|       |    /* calculate exact length of output string, and allocate */
 2200|     26|    strlen = negative + 1 + (size - 1) * _PyLong_DECIMAL_SHIFT;
  ------------------
  |  |   48|     26|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  ------------------
 2201|     26|    tenpow = 10;
 2202|     26|    rem = pout[size-1];
 2203|     36|    while (rem >= tenpow) {
  ------------------
  |  Branch (2203:12): [True: 10, False: 26]
  ------------------
 2204|     10|        tenpow *= 10;
 2205|     10|        strlen++;
 2206|     10|    }
 2207|     26|    if (strlen > _PY_LONG_MAX_STR_DIGITS_THRESHOLD) {
  ------------------
  |  |   42|     26|#define _PY_LONG_MAX_STR_DIGITS_THRESHOLD 640
  ------------------
  |  Branch (2207:9): [True: 0, False: 26]
  ------------------
 2208|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
 2209|      0|        int max_str_digits = interp->long_state.max_str_digits;
 2210|      0|        Py_ssize_t strlen_nosign = strlen - negative;
 2211|      0|        if ((max_str_digits > 0) && (strlen_nosign > max_str_digits)) {
  ------------------
  |  Branch (2211:13): [True: 0, False: 0]
  |  Branch (2211:37): [True: 0, False: 0]
  ------------------
 2212|      0|            Py_DECREF(scratch);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2213|      0|            PyErr_Format(PyExc_ValueError, _MAX_STR_DIGITS_ERROR_FMT_TO_STR,
  ------------------
  |  |   33|      0|#define _MAX_STR_DIGITS_ERROR_FMT_TO_STR "Exceeds the limit (%d digits) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit"
  ------------------
 2214|      0|                         max_str_digits);
 2215|      0|            return -1;
 2216|      0|        }
 2217|      0|    }
 2218|     26|    if (writer) {
  ------------------
  |  Branch (2218:9): [True: 0, False: 26]
  ------------------
 2219|      0|        if (_PyUnicodeWriter_Prepare(writer, strlen, '9') == -1) {
  ------------------
  |  |  562|      0|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 0]
  |  |  ------------------
  |  |  563|      0|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|      0|     ? 0                                                              \
  |  |  565|      0|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  566|      0|        ? 0                                                           \
  |  |  567|      0|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (2219:13): [True: 0, False: 0]
  ------------------
 2220|      0|            Py_DECREF(scratch);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2221|      0|            return -1;
 2222|      0|        }
 2223|      0|    }
 2224|     26|    else if (bytes_writer) {
  ------------------
  |  Branch (2224:14): [True: 0, False: 26]
  ------------------
 2225|      0|        *bytes_str = PyBytesWriter_GrowAndUpdatePointer(bytes_writer, strlen,
 2226|      0|                                                        *bytes_str);
 2227|      0|        if (*bytes_str == NULL) {
  ------------------
  |  Branch (2227:13): [True: 0, False: 0]
  ------------------
 2228|      0|            Py_DECREF(scratch);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2229|      0|            return -1;
 2230|      0|        }
 2231|      0|    }
 2232|     26|    else {
 2233|     26|        str = PyUnicode_New(strlen, '9');
 2234|     26|        if (str == NULL) {
  ------------------
  |  Branch (2234:13): [True: 0, False: 26]
  ------------------
 2235|      0|            Py_DECREF(scratch);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2236|      0|            return -1;
 2237|      0|        }
 2238|     26|    }
 2239|       |
 2240|     26|#define WRITE_DIGITS(p)                                               \
 2241|     26|    do {                                                              \
 2242|       |        /* pout[0] through pout[size-2] contribute exactly            \
 2243|       |           _PyLong_DECIMAL_SHIFT digits each */                       \
 2244|     26|        for (i=0; i < size - 1; i++) {                                \
 2245|     26|            rem = pout[i];                                            \
 2246|     26|            for (j = 0; j < _PyLong_DECIMAL_SHIFT; j++) {             \
 2247|     26|                *--p = '0' + rem % 10;                                \
 2248|     26|                rem /= 10;                                            \
 2249|     26|            }                                                         \
 2250|     26|        }                                                             \
 2251|       |        /* pout[size-1]: always produce at least one decimal digit */ \
 2252|     26|        rem = pout[i];                                                \
 2253|     26|        do {                                                          \
 2254|     26|            *--p = '0' + rem % 10;                                    \
 2255|     26|            rem /= 10;                                                \
 2256|     26|        } while (rem != 0);                                           \
 2257|     26|                                                                      \
 2258|       |        /* and sign */                                                \
 2259|     26|        if (negative)                                                 \
 2260|     26|            *--p = '-';                                               \
 2261|     26|    } while (0)
 2262|       |
 2263|     26|#define WRITE_UNICODE_DIGITS(TYPE)                                    \
 2264|     26|    do {                                                              \
 2265|     26|        if (writer)                                                   \
 2266|     26|            p = (TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos + strlen; \
 2267|     26|        else                                                          \
 2268|     26|            p = (TYPE*)PyUnicode_DATA(str) + strlen;                  \
 2269|     26|                                                                      \
 2270|     26|        WRITE_DIGITS(p);                                              \
 2271|     26|                                                                      \
 2272|       |        /* check we've counted correctly */                           \
 2273|     26|        if (writer)                                                   \
 2274|     26|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
 2275|     26|        else                                                          \
 2276|     26|            assert(p == (TYPE*)PyUnicode_DATA(str));                  \
 2277|     26|    } while (0)
 2278|       |
 2279|       |    /* fill the string right-to-left */
 2280|     26|    if (bytes_writer) {
  ------------------
  |  Branch (2280:9): [True: 0, False: 26]
  ------------------
 2281|      0|        char *p = *bytes_str + strlen;
 2282|      0|        WRITE_DIGITS(p);
  ------------------
  |  | 2241|      0|    do {                                                              \
  |  | 2242|      0|        /* pout[0] through pout[size-2] contribute exactly            \
  |  | 2243|      0|           _PyLong_DECIMAL_SHIFT digits each */                       \
  |  | 2244|      0|        for (i=0; i < size - 1; i++) {                                \
  |  |  ------------------
  |  |  |  Branch (2244:19): [True: 0, False: 0]
  |  |  ------------------
  |  | 2245|      0|            rem = pout[i];                                            \
  |  | 2246|      0|            for (j = 0; j < _PyLong_DECIMAL_SHIFT; j++) {             \
  |  |  ------------------
  |  |  |  |   48|      0|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  |  |  ------------------
  |  |  |  Branch (2246:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 2247|      0|                *--p = '0' + rem % 10;                                \
  |  | 2248|      0|                rem /= 10;                                            \
  |  | 2249|      0|            }                                                         \
  |  | 2250|      0|        }                                                             \
  |  | 2251|      0|        /* pout[size-1]: always produce at least one decimal digit */ \
  |  | 2252|      0|        rem = pout[i];                                                \
  |  | 2253|      0|        do {                                                          \
  |  | 2254|      0|            *--p = '0' + rem % 10;                                    \
  |  | 2255|      0|            rem /= 10;                                                \
  |  | 2256|      0|        } while (rem != 0);                                           \
  |  |  ------------------
  |  |  |  Branch (2256:18): [True: 0, False: 0]
  |  |  ------------------
  |  | 2257|      0|                                                                      \
  |  | 2258|      0|        /* and sign */                                                \
  |  | 2259|      0|        if (negative)                                                 \
  |  |  ------------------
  |  |  |  Branch (2259:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2260|      0|            *--p = '-';                                               \
  |  | 2261|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2261:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2283|      0|        assert(p == *bytes_str);
  ------------------
  |  Branch (2283:9): [True: 0, False: 0]
  ------------------
 2284|      0|    }
 2285|     26|    else {
 2286|     26|        int kind = writer ? writer->kind : PyUnicode_KIND(str);
  ------------------
  |  |  258|     26|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     52|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 26, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2286:20): [True: 0, False: 26]
  ------------------
 2287|     26|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (2287:13): [True: 26, False: 0]
  ------------------
 2288|     26|            Py_UCS1 *p;
 2289|     26|            WRITE_UNICODE_DIGITS(Py_UCS1);
  ------------------
  |  | 2264|     26|    do {                                                              \
  |  | 2265|     26|        if (writer)                                                   \
  |  |  ------------------
  |  |  |  Branch (2265:13): [True: 0, False: 26]
  |  |  ------------------
  |  | 2266|     26|            p = (TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos + strlen; \
  |  |  ------------------
  |  |  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2267|     26|        else                                                          \
  |  | 2268|     26|            p = (TYPE*)PyUnicode_DATA(str) + strlen;                  \
  |  |  ------------------
  |  |  |  |  284|     26|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2269|     26|                                                                      \
  |  | 2270|     26|        WRITE_DIGITS(p);                                              \
  |  |  ------------------
  |  |  |  | 2241|     26|    do {                                                              \
  |  |  |  | 2242|     26|        /* pout[0] through pout[size-2] contribute exactly            \
  |  |  |  | 2243|     26|           _PyLong_DECIMAL_SHIFT digits each */                       \
  |  |  |  | 2244|     26|        for (i=0; i < size - 1; i++) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2244:19): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  |  | 2245|      0|            rem = pout[i];                                            \
  |  |  |  | 2246|      0|            for (j = 0; j < _PyLong_DECIMAL_SHIFT; j++) {             \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2246:25): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2247|      0|                *--p = '0' + rem % 10;                                \
  |  |  |  | 2248|      0|                rem /= 10;                                            \
  |  |  |  | 2249|      0|            }                                                         \
  |  |  |  | 2250|      0|        }                                                             \
  |  |  |  | 2251|     26|        /* pout[size-1]: always produce at least one decimal digit */ \
  |  |  |  | 2252|     26|        rem = pout[i];                                                \
  |  |  |  | 2253|     36|        do {                                                          \
  |  |  |  | 2254|     36|            *--p = '0' + rem % 10;                                    \
  |  |  |  | 2255|     36|            rem /= 10;                                                \
  |  |  |  | 2256|     36|        } while (rem != 0);                                           \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2256:18): [True: 10, False: 26]
  |  |  |  |  ------------------
  |  |  |  | 2257|     26|                                                                      \
  |  |  |  | 2258|     26|        /* and sign */                                                \
  |  |  |  | 2259|     26|        if (negative)                                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2259:13): [True: 0, False: 26]
  |  |  |  |  ------------------
  |  |  |  | 2260|     26|            *--p = '-';                                               \
  |  |  |  | 2261|     26|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2261:14): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2271|     26|                                                                      \
  |  | 2272|     26|        /* check we've counted correctly */                           \
  |  | 2273|     26|        if (writer)                                                   \
  |  |  ------------------
  |  |  |  Branch (2273:13): [True: 0, False: 26]
  |  |  ------------------
  |  | 2274|     26|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
  |  | 2275|     26|        else                                                          \
  |  | 2276|     26|            assert(p == (TYPE*)PyUnicode_DATA(str));                  \
  |  | 2277|     26|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2277:14): [Folded, False: 26]
  |  |  ------------------
  ------------------
  |  Branch (2289:13): [True: 0, False: 0]
  |  Branch (2289:13): [True: 26, False: 0]
  ------------------
 2290|     26|        }
 2291|      0|        else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (2291:18): [True: 0, False: 0]
  ------------------
 2292|      0|            Py_UCS2 *p;
 2293|      0|            WRITE_UNICODE_DIGITS(Py_UCS2);
  ------------------
  |  | 2264|      0|    do {                                                              \
  |  | 2265|      0|        if (writer)                                                   \
  |  |  ------------------
  |  |  |  Branch (2265:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2266|      0|            p = (TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos + strlen; \
  |  |  ------------------
  |  |  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2267|      0|        else                                                          \
  |  | 2268|      0|            p = (TYPE*)PyUnicode_DATA(str) + strlen;                  \
  |  |  ------------------
  |  |  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2269|      0|                                                                      \
  |  | 2270|      0|        WRITE_DIGITS(p);                                              \
  |  |  ------------------
  |  |  |  | 2241|      0|    do {                                                              \
  |  |  |  | 2242|      0|        /* pout[0] through pout[size-2] contribute exactly            \
  |  |  |  | 2243|      0|           _PyLong_DECIMAL_SHIFT digits each */                       \
  |  |  |  | 2244|      0|        for (i=0; i < size - 1; i++) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2244:19): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2245|      0|            rem = pout[i];                                            \
  |  |  |  | 2246|      0|            for (j = 0; j < _PyLong_DECIMAL_SHIFT; j++) {             \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2246:25): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2247|      0|                *--p = '0' + rem % 10;                                \
  |  |  |  | 2248|      0|                rem /= 10;                                            \
  |  |  |  | 2249|      0|            }                                                         \
  |  |  |  | 2250|      0|        }                                                             \
  |  |  |  | 2251|      0|        /* pout[size-1]: always produce at least one decimal digit */ \
  |  |  |  | 2252|      0|        rem = pout[i];                                                \
  |  |  |  | 2253|      0|        do {                                                          \
  |  |  |  | 2254|      0|            *--p = '0' + rem % 10;                                    \
  |  |  |  | 2255|      0|            rem /= 10;                                                \
  |  |  |  | 2256|      0|        } while (rem != 0);                                           \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2256:18): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2257|      0|                                                                      \
  |  |  |  | 2258|      0|        /* and sign */                                                \
  |  |  |  | 2259|      0|        if (negative)                                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2259:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2260|      0|            *--p = '-';                                               \
  |  |  |  | 2261|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2261:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2271|      0|                                                                      \
  |  | 2272|      0|        /* check we've counted correctly */                           \
  |  | 2273|      0|        if (writer)                                                   \
  |  |  ------------------
  |  |  |  Branch (2273:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2274|      0|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
  |  | 2275|      0|        else                                                          \
  |  | 2276|      0|            assert(p == (TYPE*)PyUnicode_DATA(str));                  \
  |  | 2277|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2277:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2293:13): [True: 0, False: 0]
  |  Branch (2293:13): [True: 0, False: 0]
  ------------------
 2294|      0|        }
 2295|      0|        else {
 2296|      0|            assert (kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (2296:13): [True: 0, False: 0]
  ------------------
 2297|      0|            Py_UCS4 *p;
 2298|      0|            WRITE_UNICODE_DIGITS(Py_UCS4);
  ------------------
  |  | 2264|      0|    do {                                                              \
  |  | 2265|      0|        if (writer)                                                   \
  |  |  ------------------
  |  |  |  Branch (2265:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2266|      0|            p = (TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos + strlen; \
  |  |  ------------------
  |  |  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2267|      0|        else                                                          \
  |  | 2268|      0|            p = (TYPE*)PyUnicode_DATA(str) + strlen;                  \
  |  |  ------------------
  |  |  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2269|      0|                                                                      \
  |  | 2270|      0|        WRITE_DIGITS(p);                                              \
  |  |  ------------------
  |  |  |  | 2241|      0|    do {                                                              \
  |  |  |  | 2242|      0|        /* pout[0] through pout[size-2] contribute exactly            \
  |  |  |  | 2243|      0|           _PyLong_DECIMAL_SHIFT digits each */                       \
  |  |  |  | 2244|      0|        for (i=0; i < size - 1; i++) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2244:19): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2245|      0|            rem = pout[i];                                            \
  |  |  |  | 2246|      0|            for (j = 0; j < _PyLong_DECIMAL_SHIFT; j++) {             \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define _PyLong_DECIMAL_SHIFT   9 /* max(e such that 10**e fits in a digit) */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2246:25): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2247|      0|                *--p = '0' + rem % 10;                                \
  |  |  |  | 2248|      0|                rem /= 10;                                            \
  |  |  |  | 2249|      0|            }                                                         \
  |  |  |  | 2250|      0|        }                                                             \
  |  |  |  | 2251|      0|        /* pout[size-1]: always produce at least one decimal digit */ \
  |  |  |  | 2252|      0|        rem = pout[i];                                                \
  |  |  |  | 2253|      0|        do {                                                          \
  |  |  |  | 2254|      0|            *--p = '0' + rem % 10;                                    \
  |  |  |  | 2255|      0|            rem /= 10;                                                \
  |  |  |  | 2256|      0|        } while (rem != 0);                                           \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2256:18): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2257|      0|                                                                      \
  |  |  |  | 2258|      0|        /* and sign */                                                \
  |  |  |  | 2259|      0|        if (negative)                                                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2259:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 2260|      0|            *--p = '-';                                               \
  |  |  |  | 2261|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2261:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2271|      0|                                                                      \
  |  | 2272|      0|        /* check we've counted correctly */                           \
  |  | 2273|      0|        if (writer)                                                   \
  |  |  ------------------
  |  |  |  Branch (2273:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 2274|      0|            assert(p == ((TYPE*)PyUnicode_DATA(writer->buffer) + writer->pos)); \
  |  | 2275|      0|        else                                                          \
  |  | 2276|      0|            assert(p == (TYPE*)PyUnicode_DATA(str));                  \
  |  | 2277|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (2277:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2298:13): [True: 0, False: 0]
  |  Branch (2298:13): [True: 0, False: 0]
  ------------------
 2299|      0|        }
 2300|     26|    }
 2301|       |
 2302|     26|#undef WRITE_DIGITS
 2303|     26|#undef WRITE_UNICODE_DIGITS
 2304|       |
 2305|     26|    _Py_DECREF_INT(scratch);
 2306|     26|    if (writer) {
  ------------------
  |  Branch (2306:9): [True: 0, False: 26]
  ------------------
 2307|      0|        writer->pos += strlen;
 2308|      0|    }
 2309|     26|    else if (bytes_writer) {
  ------------------
  |  Branch (2309:14): [True: 0, False: 26]
  ------------------
 2310|      0|        (*bytes_str) += strlen;
 2311|      0|    }
 2312|     26|    else {
 2313|     26|        assert(_PyUnicode_CheckConsistency(str, 1));
  ------------------
  |  Branch (2313:9): [True: 26, False: 0]
  ------------------
 2314|     26|        *p_output = (PyObject *)str;
 2315|     26|    }
 2316|     26|    return 0;
 2317|     26|}
longobject.c:long_from_string_base:
 2960|     24|{
 2961|     24|    const char *start, *end, *p;
 2962|     24|    char prev = 0;
 2963|     24|    Py_ssize_t digits = 0;
 2964|     24|    int is_binary_base = (base & (base - 1)) == 0;
 2965|       |
 2966|       |    /* Here we do four things:
 2967|       |     *
 2968|       |     * - Find the `end` of the string.
 2969|       |     * - Validate the string.
 2970|       |     * - Count the number of `digits` (rather than underscores)
 2971|       |     * - Point *str to the end-of-string or first invalid character.
 2972|       |     */
 2973|     24|    start = p = *str;
 2974|       |    /* Leading underscore not allowed. */
 2975|     24|    if (*start == '_') {
  ------------------
  |  Branch (2975:9): [True: 0, False: 24]
  ------------------
 2976|      0|        return -1;
 2977|      0|    }
 2978|       |    /* Verify all characters are digits and underscores. */
 2979|    544|    while (_PyLong_DigitValue[Py_CHARMASK(*p)] < base || *p == '_') {
  ------------------
  |  |  138|    544|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (2979:12): [True: 520, False: 24]
  |  Branch (2979:58): [True: 0, False: 24]
  ------------------
 2980|    520|        if (*p == '_') {
  ------------------
  |  Branch (2980:13): [True: 0, False: 520]
  ------------------
 2981|       |            /* Double underscore not allowed. */
 2982|      0|            if (prev == '_') {
  ------------------
  |  Branch (2982:17): [True: 0, False: 0]
  ------------------
 2983|      0|                *str = p - 1;
 2984|      0|                return -1;
 2985|      0|            }
 2986|    520|        } else {
 2987|    520|            ++digits;
 2988|    520|        }
 2989|    520|        prev = *p;
 2990|    520|        ++p;
 2991|    520|    }
 2992|       |    /* Trailing underscore not allowed. */
 2993|     24|    if (prev == '_') {
  ------------------
  |  Branch (2993:9): [True: 0, False: 24]
  ------------------
 2994|      0|        *str = p - 1;
 2995|      0|        return -1;
 2996|      0|    }
 2997|     24|    *str = end = p;
 2998|       |    /* Reject empty strings */
 2999|     24|    if (start == end) {
  ------------------
  |  Branch (2999:9): [True: 0, False: 24]
  ------------------
 3000|      0|        return -1;
 3001|      0|    }
 3002|       |    /* Allow only trailing whitespace after `end` */
 3003|     24|    while (*p && Py_ISSPACE(*p)) {
  ------------------
  |  |   27|      0|#define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISSPACE(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  |  |  ------------------
  |  |  |  |   13|      0|#define PY_CTF_SPACE  0x08
  |  |  ------------------
  |  |  |  Branch (27:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (3003:12): [True: 0, False: 24]
  ------------------
 3004|      0|        p++;
 3005|      0|    }
 3006|     24|    *str = p;
 3007|     24|    if (*p != '\0') {
  ------------------
  |  Branch (3007:9): [True: 0, False: 24]
  ------------------
 3008|      0|        return -1;
 3009|      0|    }
 3010|       |
 3011|       |    /*
 3012|       |     * Pass a validated string consisting of only valid digits and underscores
 3013|       |     * to long_from_xxx_base.
 3014|       |     */
 3015|     24|    if (is_binary_base) {
  ------------------
  |  Branch (3015:9): [True: 16, False: 8]
  ------------------
 3016|       |        /* Use the linear algorithm for binary bases. */
 3017|     16|        return long_from_binary_base(start, end, digits, base, res);
 3018|     16|    }
 3019|      8|    else {
 3020|       |        /* Limit the size to avoid excessive computation attacks exploiting the
 3021|       |         * quadratic algorithm. */
 3022|      8|        if (digits > _PY_LONG_MAX_STR_DIGITS_THRESHOLD) {
  ------------------
  |  |   42|      8|#define _PY_LONG_MAX_STR_DIGITS_THRESHOLD 640
  ------------------
  |  Branch (3022:13): [True: 0, False: 8]
  ------------------
 3023|      0|            PyInterpreterState *interp = _PyInterpreterState_GET();
 3024|      0|            int max_str_digits = interp->long_state.max_str_digits;
 3025|      0|            if ((max_str_digits > 0) && (digits > max_str_digits)) {
  ------------------
  |  Branch (3025:17): [True: 0, False: 0]
  |  Branch (3025:41): [True: 0, False: 0]
  ------------------
 3026|      0|                PyErr_Format(PyExc_ValueError, _MAX_STR_DIGITS_ERROR_FMT_TO_INT,
  ------------------
  |  |   32|      0|#define _MAX_STR_DIGITS_ERROR_FMT_TO_INT "Exceeds the limit (%d digits) for integer string conversion: value has %zd digits; use sys.set_int_max_str_digits() to increase the limit"
  ------------------
 3027|      0|                             max_str_digits, digits);
 3028|      0|                *res = NULL;
 3029|      0|                return 0;
 3030|      0|            }
 3031|      0|        }
 3032|      8|#if WITH_PYLONG_MODULE
 3033|      8|        if (digits > 6000 && base == 10) {
  ------------------
  |  Branch (3033:13): [True: 0, False: 8]
  |  Branch (3033:30): [True: 0, False: 0]
  ------------------
 3034|       |            /* Switch to _pylong.int_from_string() */
 3035|      0|            return pylong_int_from_string(start, end, res);
 3036|      0|        }
 3037|      8|#endif
 3038|       |        /* Use the quadratic algorithm for non binary bases. */
 3039|      8|        return long_from_non_binary_base(start, end, digits, base, res);
 3040|      8|    }
 3041|     24|}
longobject.c:long_from_binary_base:
 2587|     16|{
 2588|     16|    const char *p;
 2589|     16|    int bits_per_char;
 2590|     16|    Py_ssize_t n;
 2591|     16|    PyLongObject *z;
 2592|     16|    twodigits accum;
 2593|     16|    int bits_in_accum;
 2594|     16|    digit *pdigit;
 2595|       |
 2596|     16|    assert(base >= 2 && base <= 32 && (base & (base - 1)) == 0);
  ------------------
  |  Branch (2596:5): [True: 16, False: 0]
  |  Branch (2596:5): [True: 16, False: 0]
  |  Branch (2596:5): [True: 16, False: 0]
  ------------------
 2597|     16|    n = base;
 2598|     48|    for (bits_per_char = -1; n; ++bits_per_char) {
  ------------------
  |  Branch (2598:30): [True: 32, False: 16]
  ------------------
 2599|     32|        n >>= 1;
 2600|     32|    }
 2601|       |
 2602|       |    /* n <- the number of Python digits needed,
 2603|       |            = ceiling((digits * bits_per_char) / PyLong_SHIFT). */
 2604|     16|    if (digits > (PY_SSIZE_T_MAX - (PyLong_SHIFT - 1)) / bits_per_char) {
  ------------------
  |  |  137|     16|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                  if (digits > (PY_SSIZE_T_MAX - (PyLong_SHIFT - 1)) / bits_per_char) {
  ------------------
  |  |   47|     16|#define PyLong_SHIFT    30
  ------------------
  |  Branch (2604:9): [True: 0, False: 16]
  ------------------
 2605|      0|        PyErr_SetString(PyExc_ValueError,
 2606|      0|                        "int string too large to convert");
 2607|      0|        *res = NULL;
 2608|      0|        return 0;
 2609|      0|    }
 2610|     16|    n = (digits * bits_per_char + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|     16|#define PyLong_SHIFT    30
  ------------------
                  n = (digits * bits_per_char + PyLong_SHIFT - 1) / PyLong_SHIFT;
  ------------------
  |  |   47|     16|#define PyLong_SHIFT    30
  ------------------
 2611|     16|    z = long_alloc(n);
 2612|     16|    if (z == NULL) {
  ------------------
  |  Branch (2612:9): [True: 0, False: 16]
  ------------------
 2613|      0|        *res = NULL;
 2614|      0|        return 0;
 2615|      0|    }
 2616|       |    /* Read string from right, and fill in int from left; i.e.,
 2617|       |     * from least to most significant in both.
 2618|       |     */
 2619|     16|    accum = 0;
 2620|     16|    bits_in_accum = 0;
 2621|     16|    pdigit = z->long_value.ob_digit;
 2622|     16|    p = end;
 2623|    528|    while (--p >= start) {
  ------------------
  |  Branch (2623:12): [True: 512, False: 16]
  ------------------
 2624|    512|        int k;
 2625|    512|        if (*p == '_') {
  ------------------
  |  Branch (2625:13): [True: 0, False: 512]
  ------------------
 2626|      0|            continue;
 2627|      0|        }
 2628|    512|        k = (int)_PyLong_DigitValue[Py_CHARMASK(*p)];
  ------------------
  |  |  138|    512|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 2629|    512|        assert(k >= 0 && k < base);
  ------------------
  |  Branch (2629:9): [True: 512, False: 0]
  |  Branch (2629:9): [True: 512, False: 0]
  ------------------
 2630|    512|        accum |= (twodigits)k << bits_in_accum;
 2631|    512|        bits_in_accum += bits_per_char;
 2632|    512|        if (bits_in_accum >= PyLong_SHIFT) {
  ------------------
  |  |   47|    512|#define PyLong_SHIFT    30
  ------------------
  |  Branch (2632:13): [True: 16, False: 496]
  ------------------
 2633|     16|            *pdigit++ = (digit)(accum & PyLong_MASK);
  ------------------
  |  |   62|     16|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|     16|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|     16|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2634|     16|            assert(pdigit - z->long_value.ob_digit <= n);
  ------------------
  |  Branch (2634:13): [True: 16, False: 0]
  ------------------
 2635|     16|            accum >>= PyLong_SHIFT;
  ------------------
  |  |   47|     16|#define PyLong_SHIFT    30
  ------------------
 2636|     16|            bits_in_accum -= PyLong_SHIFT;
  ------------------
  |  |   47|     16|#define PyLong_SHIFT    30
  ------------------
 2637|     16|            assert(bits_in_accum < PyLong_SHIFT);
  ------------------
  |  Branch (2637:13): [True: 16, False: 0]
  ------------------
 2638|     16|        }
 2639|    512|    }
 2640|     16|    if (bits_in_accum) {
  ------------------
  |  Branch (2640:9): [True: 16, False: 0]
  ------------------
 2641|     16|        assert(bits_in_accum <= PyLong_SHIFT);
  ------------------
  |  Branch (2641:9): [True: 16, False: 0]
  ------------------
 2642|     16|        *pdigit++ = (digit)accum;
 2643|     16|        assert(pdigit - z->long_value.ob_digit <= n);
  ------------------
  |  Branch (2643:9): [True: 16, False: 0]
  ------------------
 2644|     16|    }
 2645|     16|    while (pdigit - z->long_value.ob_digit < n)
  ------------------
  |  Branch (2645:12): [True: 0, False: 16]
  ------------------
 2646|      0|        *pdigit++ = 0;
 2647|     16|    *res = z;
 2648|     16|    return 0;
 2649|     16|}
longobject.c:long_from_non_binary_base:
 2827|      8|{
 2828|      8|    twodigits c;           /* current input character */
 2829|      8|    Py_ssize_t size_z;
 2830|      8|    int i;
 2831|      8|    int convwidth;
 2832|      8|    twodigits convmultmax, convmult;
 2833|      8|    digit *pz, *pzstop;
 2834|      8|    PyLongObject *z;
 2835|      8|    const char *p;
 2836|       |
 2837|      8|    assert(log_base_BASE[base] != 0.0);
  ------------------
  |  Branch (2837:5): [True: 8, False: 0]
  ------------------
 2838|       |
 2839|       |    /* Create an int object that can contain the largest possible
 2840|       |     * integer with this base and length.  Note that there's no
 2841|       |     * need to initialize z->long_value.ob_digit -- no slot is read up before
 2842|       |     * being stored into.
 2843|       |     */
 2844|      8|    double fsize_z = (double)digits * log_base_BASE[base] + 1.0;
 2845|      8|    if (fsize_z > (double)MAX_LONG_DIGITS) {
  ------------------
  |  |  155|      8|# define MAX_LONG_DIGITS ((INT64_MAX-1) / PyLong_SHIFT)
  |  |  ------------------
  |  |  |  |   47|      8|#define PyLong_SHIFT    30
  |  |  ------------------
  ------------------
  |  Branch (2845:9): [True: 0, False: 8]
  ------------------
 2846|       |        /* The same exception as in long_alloc(). */
 2847|      0|        PyErr_SetString(PyExc_OverflowError,
 2848|      0|                        "too many digits in integer");
 2849|      0|        *res = NULL;
 2850|      0|        return 0;
 2851|      0|    }
 2852|      8|    size_z = (Py_ssize_t)fsize_z;
 2853|       |    /* Uncomment next line to test exceedingly rare copy code */
 2854|       |    /* size_z = 1; */
 2855|      8|    assert(size_z > 0);
  ------------------
  |  Branch (2855:5): [True: 8, False: 0]
  ------------------
 2856|      8|    z = long_alloc(size_z);
 2857|      8|    if (z == NULL) {
  ------------------
  |  Branch (2857:9): [True: 0, False: 8]
  ------------------
 2858|      0|        *res = NULL;
 2859|      0|        return 0;
 2860|      0|    }
 2861|      8|    z->long_value.ob_digit[0] = 0;
 2862|      8|    _PyLong_SetSignAndDigitCount(z, 0, 0);
 2863|       |
 2864|       |    /* `convwidth` consecutive input digits are treated as a single
 2865|       |     * digit in base `convmultmax`.
 2866|       |     */
 2867|      8|    convwidth = convwidth_base[base];
 2868|      8|    convmultmax = convmultmax_base[base];
 2869|       |
 2870|       |    /* Work ;-) */
 2871|      8|    p = start;
 2872|     16|    while (p < end) {
  ------------------
  |  Branch (2872:12): [True: 8, False: 8]
  ------------------
 2873|      8|        if (*p == '_') {
  ------------------
  |  Branch (2873:13): [True: 0, False: 8]
  ------------------
 2874|      0|            p++;
 2875|      0|            continue;
 2876|      0|        }
 2877|       |        /* grab up to convwidth digits from the input string */
 2878|      8|        c = (digit)_PyLong_DigitValue[Py_CHARMASK(*p++)];
  ------------------
  |  |  138|      8|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 2879|      8|        for (i = 1; i < convwidth && p != end; ++p) {
  ------------------
  |  Branch (2879:21): [True: 8, False: 0]
  |  Branch (2879:38): [True: 0, False: 8]
  ------------------
 2880|      0|            if (*p == '_') {
  ------------------
  |  Branch (2880:17): [True: 0, False: 0]
  ------------------
 2881|      0|                continue;
 2882|      0|            }
 2883|      0|            i++;
 2884|      0|            c = (twodigits)(c *  base +
 2885|      0|                            (int)_PyLong_DigitValue[Py_CHARMASK(*p)]);
  ------------------
  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
 2886|      0|            assert(c < PyLong_BASE);
  ------------------
  |  Branch (2886:13): [True: 0, False: 0]
  ------------------
 2887|      0|        }
 2888|       |
 2889|      8|        convmult = convmultmax;
 2890|       |        /* Calculate the shift only if we couldn't get
 2891|       |         * convwidth digits.
 2892|       |         */
 2893|      8|        if (i != convwidth) {
  ------------------
  |  Branch (2893:13): [True: 8, False: 0]
  ------------------
 2894|      8|            convmult = base;
 2895|      8|            for ( ; i > 1; --i) {
  ------------------
  |  Branch (2895:21): [True: 0, False: 8]
  ------------------
 2896|      0|                convmult *= base;
 2897|      0|            }
 2898|      8|        }
 2899|       |
 2900|       |        /* Multiply z by convmult, and add c. */
 2901|      8|        pz = z->long_value.ob_digit;
 2902|      8|        pzstop = pz + _PyLong_DigitCount(z);
 2903|      8|        for (; pz < pzstop; ++pz) {
  ------------------
  |  Branch (2903:16): [True: 0, False: 8]
  ------------------
 2904|      0|            c += (twodigits)*pz * convmult;
 2905|      0|            *pz = (digit)(c & PyLong_MASK);
  ------------------
  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2906|      0|            c >>= PyLong_SHIFT;
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
 2907|      0|        }
 2908|       |        /* carry off the current end? */
 2909|      8|        if (c) {
  ------------------
  |  Branch (2909:13): [True: 8, False: 0]
  ------------------
 2910|      8|            assert(c < PyLong_BASE);
  ------------------
  |  Branch (2910:13): [True: 8, False: 0]
  ------------------
 2911|      8|            if (_PyLong_DigitCount(z) < size_z) {
  ------------------
  |  Branch (2911:17): [True: 8, False: 0]
  ------------------
 2912|      8|                *pz = (digit)c;
 2913|      8|                assert(!_PyLong_IsNegative(z));
  ------------------
  |  Branch (2913:17): [True: 8, False: 0]
  ------------------
 2914|      8|                _PyLong_SetSignAndDigitCount(z, 1, _PyLong_DigitCount(z) + 1);
 2915|      8|            }
 2916|      0|            else {
 2917|      0|                PyLongObject *tmp;
 2918|       |                /* Extremely rare.  Get more space. */
 2919|      0|                assert(_PyLong_DigitCount(z) == size_z);
  ------------------
  |  Branch (2919:17): [True: 0, False: 0]
  ------------------
 2920|      0|                tmp = long_alloc(size_z + 1);
 2921|      0|                if (tmp == NULL) {
  ------------------
  |  Branch (2921:21): [True: 0, False: 0]
  ------------------
 2922|      0|                    Py_DECREF(z);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2923|      0|                    *res = NULL;
 2924|      0|                    return 0;
 2925|      0|                }
 2926|      0|                memcpy(tmp->long_value.ob_digit,
 2927|      0|                       z->long_value.ob_digit,
 2928|      0|                       sizeof(digit) * size_z);
 2929|      0|                Py_SETREF(z, tmp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2930|      0|                z->long_value.ob_digit[size_z] = (digit)c;
 2931|      0|                ++size_z;
 2932|      0|            }
 2933|      8|        }
 2934|      8|    }
 2935|      8|    *res = z;
 2936|      8|    return 0;
 2937|      8|}
longobject.c:_PyLong_FromSTwoDigits:
  314|    239|{
  315|    239|    if (IS_SMALL_INT(x)) {
  ------------------
  |  |   29|    239|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  ------------------
  |  |  |  |   68|    239|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   98|    239|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  ------------------
  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|    237|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (68:6): [True: 237, False: 2]
  |  |  |  |  |  Branch (68:37): [True: 229, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  316|    229|        return (PyLongObject*)get_small_int((sdigit)x);
  317|    229|    }
  318|    239|    assert(x != 0);
  ------------------
  |  Branch (318:5): [True: 10, False: 0]
  ------------------
  319|     10|    if (is_medium_int(x)) {
  ------------------
  |  Branch (319:9): [True: 10, False: 0]
  ------------------
  320|     10|        return (PyLongObject*)_PyLong_FromMedium((sdigit)x);
  321|     10|    }
  322|      0|    return (PyLongObject*)_PyLong_FromLarge(x);
  323|     10|}
longobject.c:medium_from_stwodigits:
  329|    452|{
  330|    452|    if (IS_SMALL_INT(x)) {
  ------------------
  |  |   29|    452|#define IS_SMALL_INT(ival) _PY_IS_SMALL_INT(ival)
  |  |  ------------------
  |  |  |  |   68|    452|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   98|    452|#define _PY_NSMALLNEGINTS           5
  |  |  |  |  ------------------
  |  |  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|    452|#define _PY_NSMALLPOSINTS           1025
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (68:6): [True: 452, False: 0]
  |  |  |  |  |  Branch (68:37): [True: 452, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  331|    452|        return PyStackRef_FromPyObjectBorrow(get_small_int((sdigit)x));
  332|    452|    }
  333|    452|    assert(x != 0);
  ------------------
  |  Branch (333:5): [True: 0, False: 0]
  ------------------
  334|      0|    if(!is_medium_int(x)) {
  ------------------
  |  Branch (334:8): [True: 0, False: 0]
  ------------------
  335|      0|        return PyStackRef_NULL;
  336|      0|    }
  337|      0|    PyLongObject *v = (PyLongObject *)_Py_FREELIST_POP(PyLongObject, ints);
  ------------------
  |  |   43|      0|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  338|      0|    if (v == NULL) {
  ------------------
  |  Branch (338:9): [True: 0, False: 0]
  ------------------
  339|      0|        v = PyObject_Malloc(sizeof(PyLongObject));
  340|      0|        if (v == NULL) {
  ------------------
  |  Branch (340:13): [True: 0, False: 0]
  ------------------
  341|      0|            return PyStackRef_NULL;
  342|      0|        }
  343|      0|        _PyObject_Init((PyObject*)v, &PyLong_Type);
  344|      0|        _PyLong_InitTag(v);
  345|      0|    }
  346|      0|    digit abs_x = x < 0 ? (digit)(-x) : (digit)x;
  ------------------
  |  Branch (346:19): [True: 0, False: 0]
  ------------------
  347|      0|    _PyLong_SetSignAndDigitCount(v, x<0?-1:1, 1);
  ------------------
  |  Branch (347:37): [True: 0, False: 0]
  ------------------
  348|      0|    v->long_value.ob_digit[0] = abs_x;
  349|      0|    return PyStackRef_FromPyObjectStealMortal((PyObject *)v);
  350|      0|}
longobject.c:long_lshift_int64:
 5523|      3|{
 5524|      3|    assert(shiftby >= 0);
  ------------------
  |  Branch (5524:5): [True: 3, False: 0]
  ------------------
 5525|       |
 5526|      3|    if (_PyLong_IsZero(a)) {
  ------------------
  |  Branch (5526:9): [True: 0, False: 3]
  ------------------
 5527|      0|        return PyLong_FromLong(0);
 5528|      0|    }
 5529|       |#if PY_SSIZE_T_MAX <= INT64_MAX / PyLong_SHIFT
 5530|       |    if (shiftby > (int64_t)PY_SSIZE_T_MAX * PyLong_SHIFT) {
 5531|       |        PyErr_SetString(PyExc_OverflowError,
 5532|       |                        "too many digits in integer");
 5533|       |        return NULL;
 5534|       |    }
 5535|       |#endif
 5536|      3|    Py_ssize_t wordshift = (Py_ssize_t)(shiftby / PyLong_SHIFT);
  ------------------
  |  |   47|      3|#define PyLong_SHIFT    30
  ------------------
 5537|      3|    digit remshift = (digit)(shiftby % PyLong_SHIFT);
  ------------------
  |  |   47|      3|#define PyLong_SHIFT    30
  ------------------
 5538|      3|    return long_lshift1(a, wordshift, remshift);
 5539|      3|}
longobject.c:long_lshift1:
 5454|      3|{
 5455|      3|    PyLongObject *z = NULL;
 5456|      3|    Py_ssize_t oldsize, newsize, i, j;
 5457|      3|    twodigits accum;
 5458|       |
 5459|      3|    if (wordshift == 0 && _PyLong_IsCompact(a)) {
  ------------------
  |  Branch (5459:9): [True: 0, False: 3]
  |  Branch (5459:27): [True: 0, False: 0]
  ------------------
 5460|      0|        stwodigits m = medium_value(a);
  ------------------
  |  |   27|      0|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5461|       |        // bypass undefined shift operator behavior
 5462|      0|        stwodigits x = m < 0 ? -(-m << remshift) : m << remshift;
  ------------------
  |  Branch (5462:24): [True: 0, False: 0]
  ------------------
 5463|      0|        return (PyObject*)_PyLong_FromSTwoDigits(x);
 5464|      0|    }
 5465|       |
 5466|      3|    oldsize = _PyLong_DigitCount(a);
 5467|      3|    newsize = oldsize + wordshift;
 5468|      3|    if (remshift)
  ------------------
  |  Branch (5468:9): [True: 3, False: 0]
  ------------------
 5469|      3|        ++newsize;
 5470|      3|    z = long_alloc(newsize);
 5471|      3|    if (z == NULL)
  ------------------
  |  Branch (5471:9): [True: 0, False: 3]
  ------------------
 5472|      0|        return NULL;
 5473|      3|    if (_PyLong_IsNegative(a)) {
  ------------------
  |  Branch (5473:9): [True: 0, False: 3]
  ------------------
 5474|      0|        assert(Py_REFCNT(z) == 1);
  ------------------
  |  Branch (5474:9): [True: 0, False: 0]
  ------------------
 5475|      0|        _PyLong_FlipSign(z);
 5476|      0|    }
 5477|     70|    for (i = 0; i < wordshift; i++)
  ------------------
  |  Branch (5477:17): [True: 67, False: 3]
  ------------------
 5478|     67|        z->long_value.ob_digit[i] = 0;
 5479|      3|    accum = 0;
 5480|      6|    for (j = 0; j < oldsize; i++, j++) {
  ------------------
  |  Branch (5480:17): [True: 3, False: 3]
  ------------------
 5481|      3|        accum |= (twodigits)a->long_value.ob_digit[j] << remshift;
 5482|      3|        z->long_value.ob_digit[i] = (digit)(accum & PyLong_MASK);
  ------------------
  |  |   62|      3|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|      3|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      3|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5483|      3|        accum >>= PyLong_SHIFT;
  ------------------
  |  |   47|      3|#define PyLong_SHIFT    30
  ------------------
 5484|      3|    }
 5485|      3|    if (remshift)
  ------------------
  |  Branch (5485:9): [True: 3, False: 0]
  ------------------
 5486|      3|        z->long_value.ob_digit[newsize-1] = (digit)accum;
 5487|      0|    else
 5488|      3|        assert(!accum);
  ------------------
  |  Branch (5488:9): [True: 0, False: 0]
  ------------------
 5489|      3|    z = long_normalize(z);
 5490|      3|    return (PyObject *) maybe_small_long(z);
 5491|      3|}
longobject.c:long_compare:
 3603|    351|{
 3604|    351|    if (_PyLong_BothAreCompact(a, b)) {
  ------------------
  |  Branch (3604:9): [True: 74, False: 277]
  ------------------
 3605|     74|        return _PyLong_CompactValue(a) - _PyLong_CompactValue(b);
 3606|     74|    }
 3607|    277|    Py_ssize_t sign = _PyLong_SignedDigitCount(a) - _PyLong_SignedDigitCount(b);
 3608|    277|    if (sign == 0) {
  ------------------
  |  Branch (3608:9): [True: 133, False: 144]
  ------------------
 3609|    133|        Py_ssize_t i = _PyLong_DigitCount(a);
 3610|    133|        sdigit diff = 0;
 3611|    399|        while (--i >= 0) {
  ------------------
  |  Branch (3611:16): [True: 268, False: 131]
  ------------------
 3612|    268|            diff = (sdigit) a->long_value.ob_digit[i] - (sdigit) b->long_value.ob_digit[i];
 3613|    268|            if (diff) {
  ------------------
  |  Branch (3613:17): [True: 2, False: 266]
  ------------------
 3614|      2|                break;
 3615|      2|            }
 3616|    268|        }
 3617|    133|        sign = _PyLong_IsNegative(a) ? -diff : diff;
  ------------------
  |  Branch (3617:16): [True: 0, False: 133]
  ------------------
 3618|    133|    }
 3619|    277|    return sign;
 3620|    351|}
longobject.c:long_divrem:
 3216|      2|{
 3217|      2|    Py_ssize_t size_a = _PyLong_DigitCount(a), size_b = _PyLong_DigitCount(b);
 3218|      2|    PyLongObject *z;
 3219|       |
 3220|      2|    if (size_b == 0) {
  ------------------
  |  Branch (3220:9): [True: 0, False: 2]
  ------------------
 3221|      0|        PyErr_SetString(PyExc_ZeroDivisionError, "division by zero");
 3222|      0|        return -1;
 3223|      0|    }
 3224|      2|    if (size_a < size_b ||
  ------------------
  |  Branch (3224:9): [True: 0, False: 2]
  ------------------
 3225|      2|        (size_a == size_b &&
  ------------------
  |  Branch (3225:10): [True: 0, False: 2]
  ------------------
 3226|      0|         a->long_value.ob_digit[size_a-1] < b->long_value.ob_digit[size_b-1])) {
  ------------------
  |  Branch (3226:10): [True: 0, False: 0]
  ------------------
 3227|       |        /* |a| < |b|. */
 3228|      0|        *prem = (PyLongObject *)long_long((PyObject *)a);
 3229|      0|        if (*prem == NULL) {
  ------------------
  |  Branch (3229:13): [True: 0, False: 0]
  ------------------
 3230|      0|            return -1;
 3231|      0|        }
 3232|      0|        *pdiv = (PyLongObject*)_PyLong_GetZero();
 3233|      0|        return 0;
 3234|      0|    }
 3235|      2|    if (size_b == 1) {
  ------------------
  |  Branch (3235:9): [True: 2, False: 0]
  ------------------
 3236|      2|        digit rem = 0;
 3237|      2|        z = divrem1(a, b->long_value.ob_digit[0], &rem);
 3238|      2|        if (z == NULL)
  ------------------
  |  Branch (3238:13): [True: 0, False: 2]
  ------------------
 3239|      0|            return -1;
 3240|      2|        *prem = (PyLongObject *) PyLong_FromLong((long)rem);
 3241|      2|        if (*prem == NULL) {
  ------------------
  |  Branch (3241:13): [True: 0, False: 2]
  ------------------
 3242|      0|            Py_DECREF(z);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3243|      0|            return -1;
 3244|      0|        }
 3245|      2|    }
 3246|      0|    else {
 3247|      0|        z = x_divrem(a, b, prem);
 3248|      0|        *prem = maybe_small_long(*prem);
 3249|      0|        if (z == NULL)
  ------------------
  |  Branch (3249:13): [True: 0, False: 0]
  ------------------
 3250|      0|            return -1;
 3251|      0|    }
 3252|       |    /* Set the signs.
 3253|       |       The quotient z has the sign of a*b;
 3254|       |       the remainder r has the sign of a,
 3255|       |       so a = b*z + r. */
 3256|      2|    if ((_PyLong_IsNegative(a)) != (_PyLong_IsNegative(b))) {
  ------------------
  |  Branch (3256:9): [True: 0, False: 2]
  ------------------
 3257|      0|        _PyLong_Negate(&z);
 3258|      0|        if (z == NULL) {
  ------------------
  |  Branch (3258:13): [True: 0, False: 0]
  ------------------
 3259|      0|            Py_CLEAR(*prem);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3260|      0|            return -1;
 3261|      0|        }
 3262|      0|    }
 3263|      2|    if (_PyLong_IsNegative(a) && !_PyLong_IsZero(*prem)) {
  ------------------
  |  Branch (3263:9): [True: 0, False: 2]
  |  Branch (3263:34): [True: 0, False: 0]
  ------------------
 3264|      0|        _PyLong_Negate(prem);
 3265|      0|        if (*prem == NULL) {
  ------------------
  |  Branch (3265:13): [True: 0, False: 0]
  ------------------
 3266|      0|            Py_DECREF(z);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3267|      0|            Py_CLEAR(*prem);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3268|      0|            return -1;
 3269|      0|        }
 3270|      0|    }
 3271|      2|    *pdiv = maybe_small_long(z);
 3272|      2|    return 0;
 3273|      2|}
longobject.c:divrem1:
 1983|      2|{
 1984|      2|    const Py_ssize_t size = _PyLong_DigitCount(a);
 1985|      2|    PyLongObject *z;
 1986|       |
 1987|      2|    assert(n > 0 && n <= PyLong_MASK);
  ------------------
  |  Branch (1987:5): [True: 2, False: 0]
  |  Branch (1987:5): [True: 2, False: 0]
  ------------------
 1988|      2|    z = long_alloc(size);
 1989|      2|    if (z == NULL)
  ------------------
  |  Branch (1989:9): [True: 0, False: 2]
  ------------------
 1990|      0|        return NULL;
 1991|      2|    *prem = inplace_divrem1(z->long_value.ob_digit, a->long_value.ob_digit, size, n);
 1992|      2|    return long_normalize(z);
 1993|      2|}
longobject.c:inplace_divrem1:
 1961|      2|{
 1962|      2|    digit remainder = 0;
 1963|       |
 1964|      2|    assert(n > 0 && n <= PyLong_MASK);
  ------------------
  |  Branch (1964:5): [True: 2, False: 0]
  |  Branch (1964:5): [True: 2, False: 0]
  ------------------
 1965|     70|    while (--size >= 0) {
  ------------------
  |  Branch (1965:12): [True: 68, False: 2]
  ------------------
 1966|     68|        twodigits dividend;
 1967|     68|        dividend = ((twodigits)remainder << PyLong_SHIFT) | pin[size];
  ------------------
  |  |   47|     68|#define PyLong_SHIFT    30
  ------------------
 1968|     68|        digit quotient;
 1969|     68|        quotient = (digit)(dividend / n);
 1970|     68|        remainder = dividend % n;
 1971|     68|        pout[size] = quotient;
 1972|     68|    }
 1973|      2|    return remainder;
 1974|      2|}
longobject.c:long_neg:
 5267|      2|{
 5268|      2|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (5268:9): [True: 2, False: 0]
  ------------------
 5269|      2|        return _PyLong_FromSTwoDigits(-medium_value(v));
  ------------------
  |  |   27|      2|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5270|      2|    }
 5271|       |
 5272|      0|    PyLongObject *z = (PyLongObject *)_PyLong_Copy(v);
 5273|      0|    if (z != NULL) {
  ------------------
  |  Branch (5273:9): [True: 0, False: 0]
  ------------------
 5274|      0|        _PyLong_FlipSign(z);
 5275|      0|    }
 5276|      0|    return z;
 5277|      2|}
longobject.c:long_sub:
 3884|     24|{
 3885|     24|    if (_PyLong_BothAreCompact(a, b)) {
  ------------------
  |  Branch (3885:9): [True: 19, False: 5]
  ------------------
 3886|     19|        return _PyLong_FromSTwoDigits(medium_value(a) - medium_value(b));
  ------------------
  |  |   27|     19|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      return _PyLong_FromSTwoDigits(medium_value(a) - medium_value(b));
  ------------------
  |  |   27|     19|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 3887|     19|    }
 3888|       |
 3889|      5|    PyLongObject *z;
 3890|      5|    if (_PyLong_IsNegative(a)) {
  ------------------
  |  Branch (3890:9): [True: 0, False: 5]
  ------------------
 3891|      0|        if (_PyLong_IsNegative(b)) {
  ------------------
  |  Branch (3891:13): [True: 0, False: 0]
  ------------------
 3892|      0|            z = x_sub(b, a);
 3893|      0|        }
 3894|      0|        else {
 3895|      0|            z = x_add(a, b);
 3896|      0|            if (z != NULL) {
  ------------------
  |  Branch (3896:17): [True: 0, False: 0]
  ------------------
 3897|      0|                assert(_PyLong_IsZero(z) || Py_REFCNT(z) == 1);
  ------------------
  |  Branch (3897:17): [True: 0, False: 0]
  |  Branch (3897:17): [True: 0, False: 0]
  ------------------
 3898|      0|                _PyLong_FlipSign(z);
 3899|      0|            }
 3900|      0|        }
 3901|      0|    }
 3902|      5|    else {
 3903|      5|        if (_PyLong_IsNegative(b))
  ------------------
  |  Branch (3903:13): [True: 0, False: 5]
  ------------------
 3904|      0|            z = x_add(a, b);
 3905|      5|        else
 3906|      5|            z = x_sub(a, b);
 3907|      5|    }
 3908|      5|    return z;
 3909|      5|}
longobject.c:x_sub:
 3781|      5|{
 3782|      5|    Py_ssize_t size_a = _PyLong_DigitCount(a), size_b = _PyLong_DigitCount(b);
 3783|      5|    PyLongObject *z;
 3784|      5|    Py_ssize_t i;
 3785|      5|    int sign = 1;
 3786|      5|    digit borrow = 0;
 3787|       |
 3788|       |    /* Ensure a is the larger of the two: */
 3789|      5|    if (size_a < size_b) {
  ------------------
  |  Branch (3789:9): [True: 0, False: 5]
  ------------------
 3790|      0|        sign = -1;
 3791|      0|        { PyLongObject *temp = a; a = b; b = temp; }
 3792|      0|        { Py_ssize_t size_temp = size_a;
 3793|      0|            size_a = size_b;
 3794|      0|            size_b = size_temp; }
 3795|      0|    }
 3796|      5|    else if (size_a == size_b) {
  ------------------
  |  Branch (3796:14): [True: 0, False: 5]
  ------------------
 3797|       |        /* Find highest digit where a and b differ: */
 3798|      0|        i = size_a;
 3799|      0|        while (--i >= 0 && a->long_value.ob_digit[i] == b->long_value.ob_digit[i])
  ------------------
  |  Branch (3799:16): [True: 0, False: 0]
  |  Branch (3799:28): [True: 0, False: 0]
  ------------------
 3800|      0|            ;
 3801|      0|        if (i < 0)
  ------------------
  |  Branch (3801:13): [True: 0, False: 0]
  ------------------
 3802|      0|            return (PyLongObject *)PyLong_FromLong(0);
 3803|      0|        if (a->long_value.ob_digit[i] < b->long_value.ob_digit[i]) {
  ------------------
  |  Branch (3803:13): [True: 0, False: 0]
  ------------------
 3804|      0|            sign = -1;
 3805|      0|            { PyLongObject *temp = a; a = b; b = temp; }
 3806|      0|        }
 3807|      0|        size_a = size_b = i+1;
 3808|      0|    }
 3809|      5|    z = long_alloc(size_a);
 3810|      5|    if (z == NULL)
  ------------------
  |  Branch (3810:9): [True: 0, False: 5]
  ------------------
 3811|      0|        return NULL;
 3812|      8|    for (i = 0; i < size_b; ++i) {
  ------------------
  |  Branch (3812:17): [True: 3, False: 5]
  ------------------
 3813|       |        /* The following assumes unsigned arithmetic
 3814|       |           works module 2**N for some N>PyLong_SHIFT. */
 3815|      3|        borrow = a->long_value.ob_digit[i] - b->long_value.ob_digit[i] - borrow;
 3816|      3|        z->long_value.ob_digit[i] = borrow & PyLong_MASK;
  ------------------
  |  |   62|      3|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|      3|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      3|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3817|      3|        borrow >>= PyLong_SHIFT;
  ------------------
  |  |   47|      3|#define PyLong_SHIFT    30
  ------------------
 3818|      3|        borrow &= 1; /* Keep only one sign bit */
 3819|      3|    }
 3820|    140|    for (; i < size_a; ++i) {
  ------------------
  |  Branch (3820:12): [True: 135, False: 5]
  ------------------
 3821|    135|        borrow = a->long_value.ob_digit[i] - borrow;
 3822|    135|        z->long_value.ob_digit[i] = borrow & PyLong_MASK;
  ------------------
  |  |   62|    135|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|    135|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|    135|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3823|    135|        borrow >>= PyLong_SHIFT;
  ------------------
  |  |   47|    135|#define PyLong_SHIFT    30
  ------------------
 3824|    135|        borrow &= 1; /* Keep only one sign bit */
 3825|    135|    }
 3826|      5|    assert(borrow == 0);
  ------------------
  |  Branch (3826:5): [True: 5, False: 0]
  ------------------
 3827|      5|    if (sign < 0) {
  ------------------
  |  Branch (3827:9): [True: 0, False: 5]
  ------------------
 3828|      0|        _PyLong_FlipSign(z);
 3829|      0|    }
 3830|      5|    return maybe_small_long(long_normalize(z));
 3831|      5|}
longobject.c:x_add:
 3747|      6|{
 3748|      6|    Py_ssize_t size_a = _PyLong_DigitCount(a), size_b = _PyLong_DigitCount(b);
 3749|      6|    PyLongObject *z;
 3750|      6|    Py_ssize_t i;
 3751|      6|    digit carry = 0;
 3752|       |
 3753|       |    /* Ensure a is the larger of the two: */
 3754|      6|    if (size_a < size_b) {
  ------------------
  |  Branch (3754:9): [True: 0, False: 6]
  ------------------
 3755|      0|        { PyLongObject *temp = a; a = b; b = temp; }
 3756|      0|        { Py_ssize_t size_temp = size_a;
 3757|      0|            size_a = size_b;
 3758|      0|            size_b = size_temp; }
 3759|      0|    }
 3760|      6|    z = long_alloc(size_a+1);
 3761|      6|    if (z == NULL)
  ------------------
  |  Branch (3761:9): [True: 0, False: 6]
  ------------------
 3762|      0|        return NULL;
 3763|     12|    for (i = 0; i < size_b; ++i) {
  ------------------
  |  Branch (3763:17): [True: 6, False: 6]
  ------------------
 3764|      6|        carry += a->long_value.ob_digit[i] + b->long_value.ob_digit[i];
 3765|      6|        z->long_value.ob_digit[i] = carry & PyLong_MASK;
  ------------------
  |  |   62|      6|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|      6|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      6|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3766|      6|        carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|      6|#define PyLong_SHIFT    30
  ------------------
 3767|      6|    }
 3768|     80|    for (; i < size_a; ++i) {
  ------------------
  |  Branch (3768:12): [True: 74, False: 6]
  ------------------
 3769|     74|        carry += a->long_value.ob_digit[i];
 3770|     74|        z->long_value.ob_digit[i] = carry & PyLong_MASK;
  ------------------
  |  |   62|     74|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|     74|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|     74|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3771|     74|        carry >>= PyLong_SHIFT;
  ------------------
  |  |   47|     74|#define PyLong_SHIFT    30
  ------------------
 3772|     74|    }
 3773|      6|    z->long_value.ob_digit[i] = carry;
 3774|      6|    return long_normalize(z);
 3775|      6|}
longobject.c:long_add:
 3835|    130|{
 3836|    130|    if (_PyLong_BothAreCompact(a, b)) {
  ------------------
  |  Branch (3836:9): [True: 124, False: 6]
  ------------------
 3837|    124|        stwodigits z = medium_value(a) + medium_value(b);
  ------------------
  |  |   27|    124|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      stwodigits z = medium_value(a) + medium_value(b);
  ------------------
  |  |   27|    124|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 3838|    124|        return _PyLong_FromSTwoDigits(z);
 3839|    124|    }
 3840|       |
 3841|      6|    PyLongObject *z;
 3842|      6|    if (_PyLong_IsNegative(a)) {
  ------------------
  |  Branch (3842:9): [True: 0, False: 6]
  ------------------
 3843|      0|        if (_PyLong_IsNegative(b)) {
  ------------------
  |  Branch (3843:13): [True: 0, False: 0]
  ------------------
 3844|      0|            z = x_add(a, b);
 3845|      0|            if (z != NULL) {
  ------------------
  |  Branch (3845:17): [True: 0, False: 0]
  ------------------
 3846|       |                /* x_add received at least one multiple-digit int,
 3847|       |                   and thus z must be a multiple-digit int.
 3848|       |                   That also means z is not an element of
 3849|       |                   small_ints, so negating it in-place is safe. */
 3850|      0|                assert(Py_REFCNT(z) == 1);
  ------------------
  |  Branch (3850:17): [True: 0, False: 0]
  ------------------
 3851|      0|                _PyLong_FlipSign(z);
 3852|      0|            }
 3853|      0|        }
 3854|      0|        else
 3855|      0|            z = x_sub(b, a);
 3856|      0|    }
 3857|      6|    else {
 3858|      6|        if (_PyLong_IsNegative(b))
  ------------------
  |  Branch (3858:13): [True: 0, False: 6]
  ------------------
 3859|      0|            z = x_sub(a, b);
 3860|      6|        else
 3861|      6|            z = x_add(a, b);
 3862|      6|    }
 3863|      6|    return z;
 3864|      6|}
longobject.c:long_dealloc:
 3652|  1.08k|{
 3653|  1.08k|    if (_PyLong_IsSmallInt((PyLongObject *)self)) {
  ------------------
  |  Branch (3653:9): [True: 0, False: 1.08k]
  ------------------
 3654|       |        /* This should never get called, but we also don't want to SEGV if
 3655|       |         * we accidentally decref small Ints out of existence. Instead,
 3656|       |         * since small Ints are immortal, re-set the reference count.
 3657|       |         *
 3658|       |         * See PEP 683, section Accidental De-Immortalizing for details
 3659|       |         */
 3660|      0|        _Py_SetImmortal(self);
 3661|      0|        return;
 3662|      0|    }
 3663|  1.08k|    if (PyLong_CheckExact(self) && _PyLong_IsCompact((PyLongObject *)self)) {
  ------------------
  |  |   14|  1.08k|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  2.17k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.08k, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3663:36): [True: 422, False: 660]
  ------------------
 3664|    422|        _Py_FREELIST_FREE(ints, self, PyObject_Free);
  ------------------
  |  |   35|    422|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|    422|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    422|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|    422|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   20|    422|#  define Py_ints_MAXFREELIST 100
  |  |  ------------------
  ------------------
 3665|    422|        return;
 3666|    422|    }
 3667|    667|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|    667|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    667|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    667|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3668|    667|}
longobject.c:long_to_decimal_string:
 2321|     26|{
 2322|     26|    PyObject *v;
 2323|     26|    if (long_to_decimal_string_internal(aa, &v, NULL, NULL, NULL) == -1)
  ------------------
  |  Branch (2323:9): [True: 0, False: 26]
  ------------------
 2324|      0|        return NULL;
 2325|     26|    return v;
 2326|     26|}
longobject.c:long_add_method:
 3876|    130|{
 3877|    130|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|    130|    do {                                                \
  |  | 1845|    130|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|    130|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    260|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|    130|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    130|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 0, False: 130]
  |  |  |  Branch (1845:33): [True: 0, False: 130]
  |  |  ------------------
  |  | 1846|    130|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|    130|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 130]
  |  |  ------------------
  ------------------
 3878|    130|    return (PyObject*)long_add((PyLongObject*)a, (PyLongObject*)b);
 3879|    130|}
longobject.c:long_sub_method:
 3921|     24|{
 3922|     24|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|     24|    do {                                                \
  |  | 1845|     24|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|     24|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     48|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|     24|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     24|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 0, False: 24]
  |  |  |  Branch (1845:33): [True: 0, False: 24]
  |  |  ------------------
  |  | 1846|     24|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|     24|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 24]
  |  |  ------------------
  ------------------
 3923|     24|    return (PyObject*)long_sub((PyLongObject*)a, (PyLongObject*)b);
 3924|     24|}
longobject.c:long_mul_method:
 4368|     74|{
 4369|     74|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|     74|    do {                                                \
  |  | 1845|     74|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|     74|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    148|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|     39|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     39|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 35, False: 39]
  |  |  |  Branch (1845:33): [True: 0, False: 39]
  |  |  ------------------
  |  | 1846|     74|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|     35|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|     35|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|     74|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 39]
  |  |  ------------------
  ------------------
 4370|     39|    return (PyObject*)long_mul((PyLongObject*)a, (PyLongObject*)b);
 4371|     74|}
longobject.c:long_mul:
 4341|     43|{
 4342|       |    /* fast path for single-digit multiplication */
 4343|     43|    if (_PyLong_BothAreCompact(a, b)) {
  ------------------
  |  Branch (4343:9): [True: 43, False: 0]
  ------------------
 4344|     43|        stwodigits v = medium_value(a) * medium_value(b);
  ------------------
  |  |   27|     43|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      stwodigits v = medium_value(a) * medium_value(b);
  ------------------
  |  |   27|     43|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 4345|     43|        return _PyLong_FromSTwoDigits(v);
 4346|     43|    }
 4347|       |
 4348|      0|    PyLongObject *z = k_mul(a, b);
 4349|       |    /* Negate if exactly one of the inputs is negative. */
 4350|      0|    if (!_PyLong_SameSign(a, b) && z) {
  ------------------
  |  Branch (4350:9): [True: 0, False: 0]
  |  Branch (4350:36): [True: 0, False: 0]
  ------------------
 4351|      0|        _PyLong_Negate(&z);
 4352|      0|    }
 4353|      0|    return z;
 4354|     43|}
longobject.c:l_divmod:
 4481|      2|{
 4482|      2|    PyLongObject *div, *mod;
 4483|       |
 4484|      2|    if (_PyLong_DigitCount(v) == 1 && _PyLong_DigitCount(w) == 1) {
  ------------------
  |  Branch (4484:9): [True: 0, False: 2]
  |  Branch (4484:39): [True: 0, False: 0]
  ------------------
 4485|       |        /* Fast path for single-digit longs */
 4486|      0|        div = NULL;
 4487|      0|        if (pdiv != NULL) {
  ------------------
  |  Branch (4487:13): [True: 0, False: 0]
  ------------------
 4488|      0|            div = (PyLongObject *)fast_floor_div(v, w);
 4489|      0|            if (div == NULL) {
  ------------------
  |  Branch (4489:17): [True: 0, False: 0]
  ------------------
 4490|      0|                return -1;
 4491|      0|            }
 4492|      0|        }
 4493|      0|        if (pmod != NULL) {
  ------------------
  |  Branch (4493:13): [True: 0, False: 0]
  ------------------
 4494|      0|            mod = (PyLongObject *)fast_mod(v, w);
 4495|      0|            if (mod == NULL) {
  ------------------
  |  Branch (4495:17): [True: 0, False: 0]
  ------------------
 4496|      0|                Py_XDECREF(div);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4497|      0|                return -1;
 4498|      0|            }
 4499|      0|            *pmod = mod;
 4500|      0|        }
 4501|      0|        if (pdiv != NULL) {
  ------------------
  |  Branch (4501:13): [True: 0, False: 0]
  ------------------
 4502|       |            /* We only want to set `*pdiv` when `*pmod` is
 4503|       |               set successfully. */
 4504|      0|            *pdiv = div;
 4505|      0|        }
 4506|      0|        return 0;
 4507|      0|    }
 4508|      2|#if WITH_PYLONG_MODULE
 4509|      2|    Py_ssize_t size_v = _PyLong_DigitCount(v); /* digits in numerator */
 4510|      2|    Py_ssize_t size_w = _PyLong_DigitCount(w); /* digits in denominator */
 4511|      2|    if (size_w > 300 && (size_v - size_w) > 150) {
  ------------------
  |  Branch (4511:9): [True: 0, False: 2]
  |  Branch (4511:25): [True: 0, False: 0]
  ------------------
 4512|       |        /* Switch to _pylong.int_divmod().  If the quotient is small then
 4513|       |          "schoolbook" division is linear-time so don't use in that case.
 4514|       |          These limits are empirically determined and should be slightly
 4515|       |          conservative so that _pylong is used in cases it is likely
 4516|       |          to be faster. See Tools/scripts/divmod_threshold.py. */
 4517|      0|        return pylong_int_divmod(v, w, pdiv, pmod);
 4518|      0|    }
 4519|      2|#endif
 4520|      2|    if (long_divrem(v, w, &div, &mod) < 0)
  ------------------
  |  Branch (4520:9): [True: 0, False: 2]
  ------------------
 4521|      0|        return -1;
 4522|      2|    if ((_PyLong_IsNegative(mod) && _PyLong_IsPositive(w)) ||
  ------------------
  |  Branch (4522:10): [True: 0, False: 2]
  |  Branch (4522:37): [True: 0, False: 0]
  ------------------
 4523|      2|        (_PyLong_IsPositive(mod) && _PyLong_IsNegative(w))) {
  ------------------
  |  Branch (4523:10): [True: 0, False: 2]
  |  Branch (4523:37): [True: 0, False: 0]
  ------------------
 4524|      0|        PyLongObject *temp;
 4525|      0|        temp = long_add(mod, w);
 4526|      0|        Py_SETREF(mod, temp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4527|      0|        if (mod == NULL) {
  ------------------
  |  Branch (4527:13): [True: 0, False: 0]
  ------------------
 4528|      0|            Py_DECREF(div);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4529|      0|            return -1;
 4530|      0|        }
 4531|      0|        temp = long_sub(div, (PyLongObject *)_PyLong_GetOne());
 4532|      0|        if (temp == NULL) {
  ------------------
  |  Branch (4532:13): [True: 0, False: 0]
  ------------------
 4533|      0|            Py_DECREF(mod);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4534|      0|            Py_DECREF(div);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4535|      0|            return -1;
 4536|      0|        }
 4537|      0|        Py_SETREF(div, temp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4538|      0|    }
 4539|      2|    if (pdiv != NULL)
  ------------------
  |  Branch (4539:9): [True: 2, False: 0]
  ------------------
 4540|      2|        *pdiv = div;
 4541|      0|    else
 4542|      0|        Py_DECREF(div);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4543|       |
 4544|      2|    if (pmod != NULL)
  ------------------
  |  Branch (4544:9): [True: 0, False: 2]
  ------------------
 4545|      0|        *pmod = mod;
 4546|      2|    else
 4547|      2|        Py_DECREF(mod);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4548|       |
 4549|      2|    return 0;
 4550|      2|}
longobject.c:long_pow:
 4968|      1|{
 4969|      1|    PyLongObject *a, *b, *c; /* a,b,c = v,w,x */
 4970|      1|    int negativeOutput = 0;  /* if x<0 return negative output */
 4971|       |
 4972|      1|    PyLongObject *z = NULL;  /* accumulated result */
 4973|      1|    Py_ssize_t i, j;             /* counters */
 4974|      1|    PyLongObject *temp = NULL;
 4975|      1|    PyLongObject *a2 = NULL; /* may temporarily hold a**2 % c */
 4976|       |
 4977|       |    /* k-ary values.  If the exponent is large enough, table is
 4978|       |     * precomputed so that table[i] == a**(2*i+1) % c for i in
 4979|       |     * range(EXP_TABLE_LEN).
 4980|       |     * Note: this is uninitialized stack trash: don't pay to set it to known
 4981|       |     * values unless it's needed. Instead ensure that num_table_entries is
 4982|       |     * set to the number of entries actually filled whenever a branch to the
 4983|       |     * Error or Done labels is possible.
 4984|       |     */
 4985|      1|    PyLongObject *table[EXP_TABLE_LEN];
 4986|      1|    Py_ssize_t num_table_entries = 0;
 4987|       |
 4988|       |    /* a, b, c = v, w, x */
 4989|      1|    CHECK_BINOP(v, w);
  ------------------
  |  | 1844|      1|    do {                                                \
  |  | 1845|      1|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|      1|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|      1|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      1|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 0, False: 1]
  |  |  |  Branch (1845:33): [True: 0, False: 1]
  |  |  ------------------
  |  | 1846|      1|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4990|      1|    a = (PyLongObject*)Py_NewRef(v);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4991|      1|    b = (PyLongObject*)Py_NewRef(w);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4992|      1|    if (PyLong_Check(x)) {
  ------------------
  |  |   13|      1|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      1|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4993|      0|        c = (PyLongObject *)Py_NewRef(x);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4994|      0|    }
 4995|      1|    else if (x == Py_None)
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (4995:14): [True: 1, False: 0]
  ------------------
 4996|      1|        c = NULL;
 4997|      0|    else {
 4998|      0|        Py_DECREF(a);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4999|      0|        Py_DECREF(b);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5000|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 5001|      0|    }
 5002|       |
 5003|      1|    if (_PyLong_IsNegative(b) && c == NULL) {
  ------------------
  |  Branch (5003:9): [True: 0, False: 1]
  |  Branch (5003:34): [True: 0, False: 0]
  ------------------
 5004|       |        /* if exponent is negative and there's no modulus:
 5005|       |               return a float.  This works because we know
 5006|       |               that this calls float_pow() which converts its
 5007|       |               arguments to double. */
 5008|      0|        Py_DECREF(a);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5009|      0|        Py_DECREF(b);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5010|      0|        return PyFloat_Type.tp_as_number->nb_power(v, w, x);
 5011|      0|    }
 5012|       |
 5013|      1|    if (c) {
  ------------------
  |  Branch (5013:9): [True: 0, False: 1]
  ------------------
 5014|       |        /* if modulus == 0:
 5015|       |               raise ValueError() */
 5016|      0|        if (_PyLong_IsZero(c)) {
  ------------------
  |  Branch (5016:13): [True: 0, False: 0]
  ------------------
 5017|      0|            PyErr_SetString(PyExc_ValueError,
 5018|      0|                            "pow() 3rd argument cannot be 0");
 5019|      0|            goto Error;
 5020|      0|        }
 5021|       |
 5022|       |        /* if modulus < 0:
 5023|       |               negativeOutput = True
 5024|       |               modulus = -modulus */
 5025|      0|        if (_PyLong_IsNegative(c)) {
  ------------------
  |  Branch (5025:13): [True: 0, False: 0]
  ------------------
 5026|      0|            negativeOutput = 1;
 5027|      0|            temp = (PyLongObject *)_PyLong_Copy(c);
 5028|      0|            if (temp == NULL)
  ------------------
  |  Branch (5028:17): [True: 0, False: 0]
  ------------------
 5029|      0|                goto Error;
 5030|      0|            Py_SETREF(c, temp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5031|      0|            temp = NULL;
 5032|      0|            _PyLong_Negate(&c);
 5033|      0|            if (c == NULL)
  ------------------
  |  Branch (5033:17): [True: 0, False: 0]
  ------------------
 5034|      0|                goto Error;
 5035|      0|        }
 5036|       |
 5037|       |        /* if modulus == 1:
 5038|       |               return 0 */
 5039|      0|        if (_PyLong_IsNonNegativeCompact(c) && (c->long_value.ob_digit[0] == 1)) {
  ------------------
  |  Branch (5039:13): [True: 0, False: 0]
  |  Branch (5039:48): [True: 0, False: 0]
  ------------------
 5040|      0|            z = (PyLongObject *)PyLong_FromLong(0L);
 5041|      0|            goto Done;
 5042|      0|        }
 5043|       |
 5044|       |        /* if exponent is negative, negate the exponent and
 5045|       |           replace the base with a modular inverse */
 5046|      0|        if (_PyLong_IsNegative(b)) {
  ------------------
  |  Branch (5046:13): [True: 0, False: 0]
  ------------------
 5047|      0|            temp = (PyLongObject *)_PyLong_Copy(b);
 5048|      0|            if (temp == NULL)
  ------------------
  |  Branch (5048:17): [True: 0, False: 0]
  ------------------
 5049|      0|                goto Error;
 5050|      0|            Py_SETREF(b, temp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5051|      0|            temp = NULL;
 5052|      0|            _PyLong_Negate(&b);
 5053|      0|            if (b == NULL)
  ------------------
  |  Branch (5053:17): [True: 0, False: 0]
  ------------------
 5054|      0|                goto Error;
 5055|       |
 5056|      0|            temp = long_invmod(a, c);
 5057|      0|            if (temp == NULL)
  ------------------
  |  Branch (5057:17): [True: 0, False: 0]
  ------------------
 5058|      0|                goto Error;
 5059|      0|            Py_SETREF(a, temp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5060|      0|            temp = NULL;
 5061|      0|        }
 5062|       |
 5063|       |        /* Reduce base by modulus in some cases:
 5064|       |           1. If base < 0.  Forcing the base non-negative makes things easier.
 5065|       |           2. If base is obviously larger than the modulus.  The "small
 5066|       |              exponent" case later can multiply directly by base repeatedly,
 5067|       |              while the "large exponent" case multiplies directly by base 31
 5068|       |              times.  It can be unboundedly faster to multiply by
 5069|       |              base % modulus instead.
 5070|       |           We could _always_ do this reduction, but l_mod() isn't cheap,
 5071|       |           so we only do it when it buys something. */
 5072|      0|        if (_PyLong_IsNegative(a) || _PyLong_DigitCount(a) > _PyLong_DigitCount(c)) {
  ------------------
  |  Branch (5072:13): [True: 0, False: 0]
  |  Branch (5072:38): [True: 0, False: 0]
  ------------------
 5073|      0|            if (l_mod(a, c, &temp) < 0)
  ------------------
  |  Branch (5073:17): [True: 0, False: 0]
  ------------------
 5074|      0|                goto Error;
 5075|      0|            Py_SETREF(a, temp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5076|      0|            temp = NULL;
 5077|      0|        }
 5078|      0|    }
 5079|       |
 5080|       |    /* At this point a, b, and c are guaranteed non-negative UNLESS
 5081|       |       c is NULL, in which case a may be negative. */
 5082|       |
 5083|      1|    z = (PyLongObject *)PyLong_FromLong(1L);
 5084|      1|    if (z == NULL)
  ------------------
  |  Branch (5084:9): [True: 0, False: 1]
  ------------------
 5085|      0|        goto Error;
 5086|       |
 5087|       |    /* Perform a modular reduction, X = X % c, but leave X alone if c
 5088|       |     * is NULL.
 5089|       |     */
 5090|      1|#define REDUCE(X)                                       \
 5091|      1|    do {                                                \
 5092|      1|        if (c != NULL) {                                \
 5093|      1|            if (l_mod(X, c, &temp) < 0)                 \
 5094|      1|                goto Error;                             \
 5095|      1|            Py_XDECREF(X);                              \
 5096|      1|            X = temp;                                   \
 5097|      1|            temp = NULL;                                \
 5098|      1|        }                                               \
 5099|      1|    } while(0)
 5100|       |
 5101|       |    /* Multiply two values, then reduce the result:
 5102|       |       result = X*Y % c.  If c is NULL, skip the mod. */
 5103|      1|#define MULT(X, Y, result)                      \
 5104|      1|    do {                                        \
 5105|      1|        temp = (PyLongObject *)long_mul(X, Y);  \
 5106|      1|        if (temp == NULL)                       \
 5107|      1|            goto Error;                         \
 5108|      1|        Py_XDECREF(result);                     \
 5109|      1|        result = temp;                          \
 5110|      1|        temp = NULL;                            \
 5111|      1|        REDUCE(result);                         \
 5112|      1|    } while(0)
 5113|       |
 5114|      1|    i = _PyLong_SignedDigitCount(b);
 5115|      1|    digit bi = i ? b->long_value.ob_digit[i-1] : 0;
  ------------------
  |  Branch (5115:16): [True: 1, False: 0]
  ------------------
 5116|      1|    digit bit;
 5117|      1|    if (i <= 1 && bi <= 3) {
  ------------------
  |  Branch (5117:9): [True: 1, False: 0]
  |  Branch (5117:19): [True: 0, False: 1]
  ------------------
 5118|       |        /* aim for minimal overhead */
 5119|      0|        if (bi >= 2) {
  ------------------
  |  Branch (5119:13): [True: 0, False: 0]
  ------------------
 5120|      0|            MULT(a, a, z);
  ------------------
  |  | 5104|      0|    do {                                        \
  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5107|      0|            goto Error;                         \
  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|      0|        result = temp;                          \
  |  | 5110|      0|        temp = NULL;                            \
  |  | 5111|      0|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  | 5098|      0|        }                                               \
  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5121|      0|            if (bi == 3) {
  ------------------
  |  Branch (5121:17): [True: 0, False: 0]
  ------------------
 5122|      0|                MULT(z, a, z);
  ------------------
  |  | 5104|      0|    do {                                        \
  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5107|      0|            goto Error;                         \
  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|      0|        result = temp;                          \
  |  | 5110|      0|        temp = NULL;                            \
  |  | 5111|      0|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  | 5098|      0|        }                                               \
  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5123|      0|            }
 5124|      0|        }
 5125|      0|        else if (bi == 1) {
  ------------------
  |  Branch (5125:18): [True: 0, False: 0]
  ------------------
 5126|       |            /* Multiplying by 1 serves two purposes: if `a` is of an int
 5127|       |             * subclass, makes the result an int (e.g., pow(False, 1) returns
 5128|       |             * 0 instead of False), and potentially reduces `a` by the modulus.
 5129|       |             */
 5130|      0|            MULT(a, z, z);
  ------------------
  |  | 5104|      0|    do {                                        \
  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5107|      0|            goto Error;                         \
  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|      0|        result = temp;                          \
  |  | 5110|      0|        temp = NULL;                            \
  |  | 5111|      0|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  | 5098|      0|        }                                               \
  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5131|      0|        }
 5132|       |        /* else bi is 0, and z==1 is correct */
 5133|      0|    }
 5134|      1|    else if (i <= HUGE_EXP_CUTOFF / PyLong_SHIFT ) {
  ------------------
  |  |  114|      1|#define HUGE_EXP_CUTOFF 60
  ------------------
                  else if (i <= HUGE_EXP_CUTOFF / PyLong_SHIFT ) {
  ------------------
  |  |   47|      1|#define PyLong_SHIFT    30
  ------------------
  |  Branch (5134:14): [True: 1, False: 0]
  ------------------
 5135|       |        /* Left-to-right binary exponentiation (HAC Algorithm 14.79) */
 5136|       |        /* https://cacr.uwaterloo.ca/hac/about/chap14.pdf            */
 5137|       |
 5138|       |        /* Find the first significant exponent bit. Search right to left
 5139|       |         * because we're primarily trying to cut overhead for small powers.
 5140|       |         */
 5141|      1|        assert(bi);  /* else there is no significant bit */
  ------------------
  |  Branch (5141:9): [True: 1, False: 0]
  ------------------
 5142|      1|        Py_SETREF(z, (PyLongObject*)Py_NewRef(a));
  ------------------
  |  |  352|      1|    do { \
  |  |  353|      1|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      1|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      1|        *_tmp_dst_ptr = (src); \
  |  |  356|      1|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 5143|      4|        for (bit = 2; ; bit <<= 1) {
 5144|      4|            if (bit > bi) { /* found the first bit */
  ------------------
  |  Branch (5144:17): [True: 1, False: 3]
  ------------------
 5145|      1|                assert((bi & bit) == 0);
  ------------------
  |  Branch (5145:17): [True: 1, False: 0]
  ------------------
 5146|      1|                bit >>= 1;
 5147|      1|                assert(bi & bit);
  ------------------
  |  Branch (5147:17): [True: 1, False: 0]
  ------------------
 5148|      1|                break;
 5149|      1|            }
 5150|      4|        }
 5151|      1|        for (--i, bit >>= 1;;) {
 5152|      4|            for (; bit != 0; bit >>= 1) {
  ------------------
  |  Branch (5152:20): [True: 3, False: 1]
  ------------------
 5153|      3|                MULT(z, z, z);
  ------------------
  |  | 5104|      3|    do {                                        \
  |  | 5105|      3|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|      3|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 3]
  |  |  ------------------
  |  | 5107|      3|            goto Error;                         \
  |  | 5108|      3|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|      3|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|      3|        result = temp;                          \
  |  | 5110|      3|        temp = NULL;                            \
  |  | 5111|      3|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|      3|    do {                                                \
  |  |  |  | 5092|      3|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  | 5098|      0|        }                                               \
  |  |  |  | 5099|      3|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|      3|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 3]
  |  |  ------------------
  ------------------
 5154|      3|                if (bi & bit) {
  ------------------
  |  Branch (5154:21): [True: 1, False: 2]
  ------------------
 5155|      1|                    MULT(z, a, z);
  ------------------
  |  | 5104|      1|    do {                                        \
  |  | 5105|      1|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|      1|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 5107|      1|            goto Error;                         \
  |  | 5108|      1|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|      1|        result = temp;                          \
  |  | 5110|      1|        temp = NULL;                            \
  |  | 5111|      1|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|      1|    do {                                                \
  |  |  |  | 5092|      1|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  | 5098|      0|        }                                               \
  |  |  |  | 5099|      1|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 5156|      1|                }
 5157|      3|            }
 5158|      1|            if (--i < 0) {
  ------------------
  |  Branch (5158:17): [True: 1, False: 0]
  ------------------
 5159|      1|                break;
 5160|      1|            }
 5161|      0|            bi = b->long_value.ob_digit[i];
 5162|      0|            bit = (digit)1 << (PyLong_SHIFT-1);
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
 5163|      0|        }
 5164|      1|    }
 5165|      0|    else {
 5166|       |        /* Left-to-right k-ary sliding window exponentiation
 5167|       |         * (Handbook of Applied Cryptography (HAC) Algorithm 14.85)
 5168|       |         */
 5169|      0|        table[0] = (PyLongObject*)Py_NewRef(a);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5170|      0|        num_table_entries = 1;
 5171|      0|        MULT(a, a, a2);
  ------------------
  |  | 5104|      0|    do {                                        \
  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5107|      0|            goto Error;                         \
  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|      0|        result = temp;                          \
  |  | 5110|      0|        temp = NULL;                            \
  |  | 5111|      0|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  | 5098|      0|        }                                               \
  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5172|       |        /* table[i] == a**(2*i + 1) % c */
 5173|      0|        for (i = 1; i < EXP_TABLE_LEN; ++i) {
  ------------------
  |  |   94|      0|#define EXP_TABLE_LEN (1 << (EXP_WINDOW_SIZE - 1))
  |  |  ------------------
  |  |  |  |   93|      0|#define EXP_WINDOW_SIZE 5
  |  |  ------------------
  ------------------
  |  Branch (5173:21): [True: 0, False: 0]
  ------------------
 5174|      0|            table[i] = NULL; /* must set to known value for MULT */
 5175|      0|            MULT(table[i-1], a2, table[i]);
  ------------------
  |  | 5104|      0|    do {                                        \
  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5107|      0|            goto Error;                         \
  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|      0|        result = temp;                          \
  |  | 5110|      0|        temp = NULL;                            \
  |  | 5111|      0|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  | 5098|      0|        }                                               \
  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5176|      0|            ++num_table_entries; /* incremented iff MULT succeeded */
 5177|      0|        }
 5178|      0|        Py_CLEAR(a2);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5179|       |
 5180|       |        /* Repeatedly extract the next (no more than) EXP_WINDOW_SIZE bits
 5181|       |         * into `pending`, starting with the next 1 bit.  The current bit
 5182|       |         * length of `pending` is `blen`.
 5183|       |         */
 5184|      0|        int pending = 0, blen = 0;
 5185|      0|#define ABSORB_PENDING  do { \
 5186|      0|            int ntz = 0; /* number of trailing zeroes in `pending` */ \
 5187|      0|            assert(pending && blen); \
 5188|      0|            assert(pending >> (blen - 1)); \
 5189|      0|            assert(pending >> blen == 0); \
 5190|      0|            while ((pending & 1) == 0) { \
 5191|      0|                ++ntz; \
 5192|      0|                pending >>= 1; \
 5193|      0|            } \
 5194|      0|            assert(ntz < blen); \
 5195|      0|            blen -= ntz; \
 5196|      0|            do { \
 5197|      0|                MULT(z, z, z); \
 5198|      0|            } while (--blen); \
 5199|      0|            MULT(z, table[pending >> 1], z); \
 5200|      0|            while (ntz-- > 0) \
 5201|      0|                MULT(z, z, z); \
 5202|      0|            assert(blen == 0); \
 5203|      0|            pending = 0; \
 5204|      0|        } while(0)
 5205|       |
 5206|      0|        for (i = _PyLong_SignedDigitCount(b) - 1; i >= 0; --i) {
  ------------------
  |  Branch (5206:51): [True: 0, False: 0]
  ------------------
 5207|      0|            const digit bi = b->long_value.ob_digit[i];
 5208|      0|            for (j = PyLong_SHIFT - 1; j >= 0; --j) {
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
  |  Branch (5208:40): [True: 0, False: 0]
  ------------------
 5209|      0|                const int bit = (bi >> j) & 1;
 5210|      0|                pending = (pending << 1) | bit;
 5211|      0|                if (pending) {
  ------------------
  |  Branch (5211:21): [True: 0, False: 0]
  ------------------
 5212|      0|                    ++blen;
 5213|      0|                    if (blen == EXP_WINDOW_SIZE)
  ------------------
  |  |   93|      0|#define EXP_WINDOW_SIZE 5
  ------------------
  |  Branch (5213:25): [True: 0, False: 0]
  ------------------
 5214|      0|                        ABSORB_PENDING;
  ------------------
  |  | 5185|      0|#define ABSORB_PENDING  do { \
  |  | 5186|      0|            int ntz = 0; /* number of trailing zeroes in `pending` */ \
  |  | 5187|      0|            assert(pending && blen); \
  |  | 5188|      0|            assert(pending >> (blen - 1)); \
  |  | 5189|      0|            assert(pending >> blen == 0); \
  |  | 5190|      0|            while ((pending & 1) == 0) { \
  |  |  ------------------
  |  |  |  Branch (5190:20): [True: 0, False: 0]
  |  |  ------------------
  |  | 5191|      0|                ++ntz; \
  |  | 5192|      0|                pending >>= 1; \
  |  | 5193|      0|            } \
  |  | 5194|      0|            assert(ntz < blen); \
  |  | 5195|      0|            blen -= ntz; \
  |  | 5196|      0|            do { \
  |  | 5197|      0|                MULT(z, z, z); \
  |  |  ------------------
  |  |  |  | 5104|      0|    do {                                        \
  |  |  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5107|      0|            goto Error;                         \
  |  |  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|      0|        result = temp;                          \
  |  |  |  | 5110|      0|        temp = NULL;                            \
  |  |  |  | 5111|      0|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  |  |  | 5098|      0|        }                                               \
  |  |  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5198|      0|            } while (--blen); \
  |  |  ------------------
  |  |  |  Branch (5198:22): [True: 0, False: 0]
  |  |  ------------------
  |  | 5199|      0|            MULT(z, table[pending >> 1], z); \
  |  |  ------------------
  |  |  |  | 5104|      0|    do {                                        \
  |  |  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5107|      0|            goto Error;                         \
  |  |  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|      0|        result = temp;                          \
  |  |  |  | 5110|      0|        temp = NULL;                            \
  |  |  |  | 5111|      0|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  |  |  | 5098|      0|        }                                               \
  |  |  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5200|      0|            while (ntz-- > 0) \
  |  |  ------------------
  |  |  |  Branch (5200:20): [True: 0, False: 0]
  |  |  ------------------
  |  | 5201|      0|                MULT(z, z, z); \
  |  |  ------------------
  |  |  |  | 5104|      0|    do {                                        \
  |  |  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5107|      0|            goto Error;                         \
  |  |  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|      0|        result = temp;                          \
  |  |  |  | 5110|      0|        temp = NULL;                            \
  |  |  |  | 5111|      0|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  |  |  | 5098|      0|        }                                               \
  |  |  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5202|      0|            assert(blen == 0); \
  |  | 5203|      0|            pending = 0; \
  |  | 5204|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (5204:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (5214:25): [True: 0, False: 0]
  |  Branch (5214:25): [True: 0, False: 0]
  |  Branch (5214:25): [True: 0, False: 0]
  |  Branch (5214:25): [True: 0, False: 0]
  |  Branch (5214:25): [True: 0, False: 0]
  |  Branch (5214:25): [True: 0, False: 0]
  ------------------
 5215|      0|                }
 5216|      0|                else /* absorb strings of 0 bits */
 5217|      0|                    MULT(z, z, z);
  ------------------
  |  | 5104|      0|    do {                                        \
  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  ------------------
  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5107|      0|            goto Error;                         \
  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|      0|        result = temp;                          \
  |  | 5110|      0|        temp = NULL;                            \
  |  | 5111|      0|        REDUCE(result);                         \
  |  |  ------------------
  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  | 5098|      0|        }                                               \
  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5112|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5218|      0|            }
 5219|      0|        }
 5220|      0|        if (pending)
  ------------------
  |  Branch (5220:13): [True: 0, False: 0]
  ------------------
 5221|      0|            ABSORB_PENDING;
  ------------------
  |  | 5185|      0|#define ABSORB_PENDING  do { \
  |  | 5186|      0|            int ntz = 0; /* number of trailing zeroes in `pending` */ \
  |  | 5187|      0|            assert(pending && blen); \
  |  | 5188|      0|            assert(pending >> (blen - 1)); \
  |  | 5189|      0|            assert(pending >> blen == 0); \
  |  | 5190|      0|            while ((pending & 1) == 0) { \
  |  |  ------------------
  |  |  |  Branch (5190:20): [True: 0, False: 0]
  |  |  ------------------
  |  | 5191|      0|                ++ntz; \
  |  | 5192|      0|                pending >>= 1; \
  |  | 5193|      0|            } \
  |  | 5194|      0|            assert(ntz < blen); \
  |  | 5195|      0|            blen -= ntz; \
  |  | 5196|      0|            do { \
  |  | 5197|      0|                MULT(z, z, z); \
  |  |  ------------------
  |  |  |  | 5104|      0|    do {                                        \
  |  |  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5107|      0|            goto Error;                         \
  |  |  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|      0|        result = temp;                          \
  |  |  |  | 5110|      0|        temp = NULL;                            \
  |  |  |  | 5111|      0|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  |  |  | 5098|      0|        }                                               \
  |  |  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5198|      0|            } while (--blen); \
  |  |  ------------------
  |  |  |  Branch (5198:22): [True: 0, False: 0]
  |  |  ------------------
  |  | 5199|      0|            MULT(z, table[pending >> 1], z); \
  |  |  ------------------
  |  |  |  | 5104|      0|    do {                                        \
  |  |  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5107|      0|            goto Error;                         \
  |  |  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|      0|        result = temp;                          \
  |  |  |  | 5110|      0|        temp = NULL;                            \
  |  |  |  | 5111|      0|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  |  |  | 5098|      0|        }                                               \
  |  |  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5200|      0|            while (ntz-- > 0) \
  |  |  ------------------
  |  |  |  Branch (5200:20): [True: 0, False: 0]
  |  |  ------------------
  |  | 5201|      0|                MULT(z, z, z); \
  |  |  ------------------
  |  |  |  | 5104|      0|    do {                                        \
  |  |  |  | 5105|      0|        temp = (PyLongObject *)long_mul(X, Y);  \
  |  |  |  | 5106|      0|        if (temp == NULL)                       \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5106:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 5107|      0|            goto Error;                         \
  |  |  |  | 5108|      0|        Py_XDECREF(result);                     \
  |  |  |  |  ------------------
  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5109|      0|        result = temp;                          \
  |  |  |  | 5110|      0|        temp = NULL;                            \
  |  |  |  | 5111|      0|        REDUCE(result);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  | 5091|      0|    do {                                                \
  |  |  |  |  |  | 5092|      0|        if (c != NULL) {                                \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5092:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5093|      0|            if (l_mod(X, c, &temp) < 0)                 \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5093:17): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5094|      0|                goto Error;                             \
  |  |  |  |  |  | 5095|      0|            Py_XDECREF(X);                              \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 5096|      0|            X = temp;                                   \
  |  |  |  |  |  | 5097|      0|            temp = NULL;                                \
  |  |  |  |  |  | 5098|      0|        }                                               \
  |  |  |  |  |  | 5099|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (5099:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 5112|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (5112:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5202|      0|            assert(blen == 0); \
  |  | 5203|      0|            pending = 0; \
  |  | 5204|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (5204:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (5221:13): [True: 0, False: 0]
  |  Branch (5221:13): [True: 0, False: 0]
  |  Branch (5221:13): [True: 0, False: 0]
  |  Branch (5221:13): [True: 0, False: 0]
  |  Branch (5221:13): [True: 0, False: 0]
  |  Branch (5221:13): [True: 0, False: 0]
  ------------------
 5222|      0|    }
 5223|       |
 5224|      1|    if (negativeOutput && !_PyLong_IsZero(z)) {
  ------------------
  |  Branch (5224:9): [True: 0, False: 1]
  |  Branch (5224:27): [True: 0, False: 0]
  ------------------
 5225|      0|        temp = long_sub(z, c);
 5226|      0|        if (temp == NULL)
  ------------------
  |  Branch (5226:13): [True: 0, False: 0]
  ------------------
 5227|      0|            goto Error;
 5228|      0|        Py_SETREF(z, temp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5229|      0|        temp = NULL;
 5230|      0|    }
 5231|      1|    goto Done;
 5232|       |
 5233|      1|  Error:
 5234|      0|    Py_CLEAR(z);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5235|       |    /* fall through */
 5236|      1|  Done:
 5237|      1|    for (i = 0; i < num_table_entries; ++i)
  ------------------
  |  Branch (5237:17): [True: 0, False: 1]
  ------------------
 5238|      0|        Py_DECREF(table[i]);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5239|      1|    Py_DECREF(a);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5240|      1|    Py_DECREF(b);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5241|      1|    Py_XDECREF(c);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5242|      1|    Py_XDECREF(a2);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5243|      1|    Py_XDECREF(temp);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5244|      1|    return (PyObject *)z;
 5245|      0|}
longobject.c:long_neg_method:
 5281|      2|{
 5282|      2|    return (PyObject*)long_neg(_PyLong_CAST(v));
  ------------------
  |  |    6|      2|    (assert(PyLong_Check(op)), _Py_CAST(PyLongObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5282:32): [True: 2, False: 0]
  ------------------
 5283|      2|}
longobject.c:long_bool:
 5302|     68|{
 5303|     68|    return !_PyLong_IsZero(_PyLong_CAST(v));
  ------------------
  |  |    6|     68|    (assert(PyLong_Check(op)), _Py_CAST(PyLongObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     68|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5303:28): [True: 68, False: 0]
  ------------------
 5304|     68|}
longobject.c:long_invert:
 5249|      3|{
 5250|      3|    PyLongObject *v = _PyLong_CAST(self);
  ------------------
  |  |    6|      3|    (assert(PyLong_Check(op)), _Py_CAST(PyLongObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (5250:23): [True: 3, False: 0]
  ------------------
 5251|       |
 5252|       |    /* Implement ~x as -(x+1) */
 5253|      3|    if (_PyLong_IsCompact(v))
  ------------------
  |  Branch (5253:9): [True: 3, False: 0]
  ------------------
 5254|      3|        return (PyObject*)_PyLong_FromSTwoDigits(~medium_value(v));
  ------------------
  |  |   27|      3|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5255|       |
 5256|      0|    PyLongObject *x = long_add(v, (PyLongObject *)_PyLong_GetOne());
 5257|      0|    if (x == NULL)
  ------------------
  |  Branch (5257:9): [True: 0, False: 0]
  ------------------
 5258|      0|        return NULL;
 5259|      0|    _PyLong_Negate(&x);
 5260|       |    /* No need for maybe_small_long here, since any small longs
 5261|       |       will have been caught in the _PyLong_IsCompact() fast path. */
 5262|      0|    return (PyObject *)x;
 5263|      0|}
longobject.c:long_lshift_method:
 5496|      3|{
 5497|      3|    CHECK_BINOP(aa, bb);
  ------------------
  |  | 1844|      3|    do {                                                \
  |  | 1845|      3|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|      3|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|      3|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      3|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 0, False: 3]
  |  |  |  Branch (1845:33): [True: 0, False: 3]
  |  |  ------------------
  |  | 1846|      3|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|      3|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 3]
  |  |  ------------------
  ------------------
 5498|      3|    PyLongObject *a = (PyLongObject*)aa;
 5499|      3|    PyLongObject *b = (PyLongObject*)bb;
 5500|       |
 5501|      3|    if (_PyLong_IsNegative(b)) {
  ------------------
  |  Branch (5501:9): [True: 0, False: 3]
  ------------------
 5502|      0|        PyErr_SetString(PyExc_ValueError, "negative shift count");
 5503|      0|        return NULL;
 5504|      0|    }
 5505|      3|    if (_PyLong_IsZero(a)) {
  ------------------
  |  Branch (5505:9): [True: 0, False: 3]
  ------------------
 5506|      0|        return PyLong_FromLong(0);
 5507|      0|    }
 5508|       |
 5509|      3|    int64_t shiftby;
 5510|      3|    if (PyLong_AsInt64(bb, &shiftby) < 0) {
  ------------------
  |  Branch (5510:9): [True: 0, False: 3]
  ------------------
 5511|      0|        if (PyErr_ExceptionMatches(PyExc_OverflowError)) {
  ------------------
  |  Branch (5511:13): [True: 0, False: 0]
  ------------------
 5512|      0|            PyErr_SetString(PyExc_OverflowError,
 5513|      0|                            "too many digits in integer");
 5514|      0|        }
 5515|      0|        return NULL;
 5516|      0|    }
 5517|      3|    return long_lshift_int64(a, shiftby);
 5518|      3|}
longobject.c:long_and:
 5695|     56|{
 5696|     56|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|     56|    do {                                                \
  |  | 1845|     56|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|     56|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    112|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|     56|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     56|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 0, False: 56]
  |  |  |  Branch (1845:33): [True: 0, False: 56]
  |  |  ------------------
  |  | 1846|     56|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|     56|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 56]
  |  |  ------------------
  ------------------
 5697|     56|    PyLongObject *x = (PyLongObject*)a;
 5698|     56|    PyLongObject *y = (PyLongObject*)b;
 5699|     56|    if (_PyLong_IsCompact(x) && _PyLong_IsCompact(y)) {
  ------------------
  |  Branch (5699:9): [True: 43, False: 13]
  |  Branch (5699:33): [True: 30, False: 13]
  ------------------
 5700|     30|        return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) & medium_value(y));
  ------------------
  |  |   27|     30|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) & medium_value(y));
  ------------------
  |  |   27|     30|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5701|     30|    }
 5702|     26|    return long_bitwise(x, '&', y);
 5703|     56|}
longobject.c:long_bitwise:
 5571|     26|{
 5572|     26|    int nega, negb, negz;
 5573|     26|    Py_ssize_t size_a, size_b, size_z, i;
 5574|     26|    PyLongObject *z;
 5575|       |
 5576|     26|    PyLongObject *new_a = NULL;
 5577|     26|    PyLongObject *new_b = NULL;
 5578|       |
 5579|       |    /* Bitwise operations for negative numbers operate as though
 5580|       |       on a two's complement representation.  So convert arguments
 5581|       |       from sign-magnitude to two's complement, and convert the
 5582|       |       result back to sign-magnitude at the end. */
 5583|       |
 5584|     26|    size_a = _PyLong_DigitCount(a);
 5585|     26|    size_b = _PyLong_DigitCount(b);
 5586|       |    /* Swap a and b if necessary to ensure size_a >= size_b. */
 5587|     26|    if (size_a < size_b) {
  ------------------
  |  Branch (5587:9): [True: 13, False: 13]
  ------------------
 5588|     13|        z = a; a = b; b = z;
 5589|     13|        size_z = size_a; size_a = size_b; size_b = size_z;
 5590|     13|    }
 5591|       |
 5592|       |    /* If a is negative, replace it by its two's complement. */
 5593|     26|    nega = _PyLong_IsNegative(a);
 5594|     26|    if (nega) {
  ------------------
  |  Branch (5594:9): [True: 0, False: 26]
  ------------------
 5595|      0|        z = long_alloc(size_a);
 5596|      0|        if (z == NULL)
  ------------------
  |  Branch (5596:13): [True: 0, False: 0]
  ------------------
 5597|      0|            return NULL;
 5598|      0|        v_complement(z->long_value.ob_digit, a->long_value.ob_digit, size_a);
 5599|      0|        new_a = z; // reference to decrement instead of a itself
 5600|      0|        a = z;
 5601|      0|    }
 5602|       |
 5603|       |    /* Same for b. */
 5604|     26|    negb = _PyLong_IsNegative(b);
 5605|     26|    if (negb) {
  ------------------
  |  Branch (5605:9): [True: 0, False: 26]
  ------------------
 5606|      0|        z = long_alloc(size_b);
 5607|      0|        if (z == NULL) {
  ------------------
  |  Branch (5607:13): [True: 0, False: 0]
  ------------------
 5608|      0|            Py_XDECREF(new_a);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5609|      0|            return NULL;
 5610|      0|        }
 5611|      0|        v_complement(z->long_value.ob_digit, b->long_value.ob_digit, size_b);
 5612|      0|        new_b = z; // reference to decrement instead of b itself
 5613|      0|        b = z;
 5614|      0|    }
 5615|       |
 5616|       |    /* JRH: The original logic here was to allocate the result value (z)
 5617|       |       as the longer of the two operands.  However, there are some cases
 5618|       |       where the result is guaranteed to be shorter than that: AND of two
 5619|       |       positives, OR of two negatives: use the shorter number.  AND with
 5620|       |       mixed signs: use the positive number.  OR with mixed signs: use the
 5621|       |       negative number.
 5622|       |    */
 5623|     26|    switch (op) {
 5624|      0|    case '^':
  ------------------
  |  Branch (5624:5): [True: 0, False: 26]
  ------------------
 5625|      0|        negz = nega ^ negb;
 5626|      0|        size_z = size_a;
 5627|      0|        break;
 5628|     26|    case '&':
  ------------------
  |  Branch (5628:5): [True: 26, False: 0]
  ------------------
 5629|     26|        negz = nega & negb;
 5630|     26|        size_z = negb ? size_a : size_b;
  ------------------
  |  Branch (5630:18): [True: 0, False: 26]
  ------------------
 5631|     26|        break;
 5632|      0|    case '|':
  ------------------
  |  Branch (5632:5): [True: 0, False: 26]
  ------------------
 5633|      0|        negz = nega | negb;
 5634|      0|        size_z = negb ? size_b : size_a;
  ------------------
  |  Branch (5634:18): [True: 0, False: 0]
  ------------------
 5635|      0|        break;
 5636|      0|    default:
  ------------------
  |  Branch (5636:5): [True: 0, False: 26]
  ------------------
 5637|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 5638|     26|    }
 5639|       |
 5640|     26|    if ((size_z + negz) == 0) {
  ------------------
  |  Branch (5640:9): [True: 0, False: 26]
  ------------------
 5641|      0|        Py_XDECREF(new_a);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5642|      0|        Py_XDECREF(new_b);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5643|      0|        return get_small_int(0);
 5644|      0|    }
 5645|       |
 5646|       |    /* We allow an extra digit if z is negative, to make sure that
 5647|       |       the final two's complement of z doesn't overflow. */
 5648|     26|    z = long_alloc(size_z + negz);
 5649|     26|    if (z == NULL) {
  ------------------
  |  Branch (5649:9): [True: 0, False: 26]
  ------------------
 5650|      0|        Py_XDECREF(new_a);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5651|      0|        Py_XDECREF(new_b);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5652|      0|        return NULL;
 5653|      0|    }
 5654|       |
 5655|       |    /* Compute digits for overlap of a and b. */
 5656|     26|    switch(op) {
 5657|     26|    case '&':
  ------------------
  |  Branch (5657:5): [True: 26, False: 0]
  ------------------
 5658|     65|        for (i = 0; i < size_b; ++i)
  ------------------
  |  Branch (5658:21): [True: 39, False: 26]
  ------------------
 5659|     39|            z->long_value.ob_digit[i] = a->long_value.ob_digit[i] & b->long_value.ob_digit[i];
 5660|     26|        break;
 5661|      0|    case '|':
  ------------------
  |  Branch (5661:5): [True: 0, False: 26]
  ------------------
 5662|      0|        for (i = 0; i < size_b; ++i)
  ------------------
  |  Branch (5662:21): [True: 0, False: 0]
  ------------------
 5663|      0|            z->long_value.ob_digit[i] = a->long_value.ob_digit[i] | b->long_value.ob_digit[i];
 5664|      0|        break;
 5665|      0|    case '^':
  ------------------
  |  Branch (5665:5): [True: 0, False: 26]
  ------------------
 5666|      0|        for (i = 0; i < size_b; ++i)
  ------------------
  |  Branch (5666:21): [True: 0, False: 0]
  ------------------
 5667|      0|            z->long_value.ob_digit[i] = a->long_value.ob_digit[i] ^ b->long_value.ob_digit[i];
 5668|      0|        break;
 5669|      0|    default:
  ------------------
  |  Branch (5669:5): [True: 0, False: 26]
  ------------------
 5670|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 5671|     26|    }
 5672|       |
 5673|       |    /* Copy any remaining digits of a, inverting if necessary. */
 5674|     26|    if (op == '^' && negb)
  ------------------
  |  Branch (5674:9): [True: 0, False: 26]
  |  Branch (5674:22): [True: 0, False: 0]
  ------------------
 5675|      0|        for (; i < size_z; ++i)
  ------------------
  |  Branch (5675:16): [True: 0, False: 0]
  ------------------
 5676|      0|            z->long_value.ob_digit[i] = a->long_value.ob_digit[i] ^ PyLong_MASK;
  ------------------
  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5677|     26|    else if (i < size_z)
  ------------------
  |  Branch (5677:14): [True: 0, False: 26]
  ------------------
 5678|      0|        memcpy(&z->long_value.ob_digit[i], &a->long_value.ob_digit[i],
 5679|      0|               (size_z-i)*sizeof(digit));
 5680|       |
 5681|       |    /* Complement result if negative. */
 5682|     26|    if (negz) {
  ------------------
  |  Branch (5682:9): [True: 0, False: 26]
  ------------------
 5683|      0|        _PyLong_FlipSign(z);
 5684|      0|        z->long_value.ob_digit[size_z] = PyLong_MASK;
  ------------------
  |  |   62|      0|#define PyLong_MASK     ((digit)(PyLong_BASE - 1))
  |  |  ------------------
  |  |  |  |   61|      0|#define PyLong_BASE     ((digit)1 << PyLong_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|      0|#define PyLong_SHIFT    30
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5685|      0|        v_complement(z->long_value.ob_digit, z->long_value.ob_digit, size_z+1);
 5686|      0|    }
 5687|       |
 5688|     26|    Py_XDECREF(new_a);
  ------------------
  |  |  524|     26|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5689|     26|    Py_XDECREF(new_b);
  ------------------
  |  |  524|     26|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5690|     26|    return (PyObject *)maybe_small_long(long_normalize(z));
 5691|     26|}
longobject.c:long_or:
 5719|     18|{
 5720|     18|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|     18|    do {                                                \
  |  | 1845|     18|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|     18|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     36|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|     18|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     18|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 0, False: 18]
  |  |  |  Branch (1845:33): [True: 0, False: 18]
  |  |  ------------------
  |  | 1846|     18|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|     18|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 18]
  |  |  ------------------
  ------------------
 5721|     18|    PyLongObject *x = (PyLongObject*)a;
 5722|     18|    PyLongObject *y = (PyLongObject*)b;
 5723|     18|    if (_PyLong_IsCompact(x) && _PyLong_IsCompact(y)) {
  ------------------
  |  Branch (5723:9): [True: 18, False: 0]
  |  Branch (5723:33): [True: 18, False: 0]
  ------------------
 5724|     18|        return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) | medium_value(y));
  ------------------
  |  |   27|     18|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
                      return (PyObject*)_PyLong_FromSTwoDigits(medium_value(x) | medium_value(y));
  ------------------
  |  |   27|     18|#define medium_value(x) ((stwodigits)_PyLong_CompactValue(x))
  ------------------
 5725|     18|    }
 5726|      0|    return long_bitwise(x, '|', y);
 5727|     18|}
longobject.c:long_div:
 4584|      2|{
 4585|      2|    PyLongObject *div;
 4586|       |
 4587|      2|    CHECK_BINOP(a, b);
  ------------------
  |  | 1844|      2|    do {                                                \
  |  | 1845|      2|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|      2|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|      2|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 0, False: 2]
  |  |  |  Branch (1845:33): [True: 0, False: 2]
  |  |  ------------------
  |  | 1846|      2|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4588|       |
 4589|      2|    if (_PyLong_DigitCount((PyLongObject*)a) == 1 && _PyLong_DigitCount((PyLongObject*)b) == 1) {
  ------------------
  |  Branch (4589:9): [True: 0, False: 2]
  |  Branch (4589:54): [True: 0, False: 0]
  ------------------
 4590|      0|        return fast_floor_div((PyLongObject*)a, (PyLongObject*)b);
 4591|      0|    }
 4592|       |
 4593|      2|    if (l_divmod((PyLongObject*)a, (PyLongObject*)b, &div, NULL) < 0)
  ------------------
  |  Branch (4593:9): [True: 0, False: 2]
  ------------------
 4594|      0|        div = NULL;
 4595|      2|    return (PyObject *)div;
 4596|      2|}
longobject.c:long_hash:
 3672|  1.93k|{
 3673|  1.93k|    PyLongObject *v = (PyLongObject *)obj;
 3674|  1.93k|    Py_uhash_t x;
 3675|  1.93k|    Py_ssize_t i;
 3676|  1.93k|    int sign;
 3677|       |
 3678|  1.93k|    if (_PyLong_IsCompact(v)) {
  ------------------
  |  Branch (3678:9): [True: 878, False: 1.06k]
  ------------------
 3679|    878|        x = (Py_uhash_t)_PyLong_CompactValue(v);
 3680|    878|        if (x == (Py_uhash_t)-1) {
  ------------------
  |  Branch (3680:13): [True: 0, False: 878]
  ------------------
 3681|      0|            x = (Py_uhash_t)-2;
 3682|      0|        }
 3683|    878|        return x;
 3684|    878|    }
 3685|  1.06k|    i = _PyLong_DigitCount(v);
 3686|  1.06k|    sign = _PyLong_NonCompactSign(v);
 3687|       |
 3688|       |    // unroll first digit
 3689|  1.06k|    Py_BUILD_ASSERT(PyHASH_BITS > PyLong_SHIFT);
  ------------------
  |  |  167|  1.06k|        do { \
  |  |  168|  1.06k|            static_assert((cond), #cond); \
  |  |  169|  1.06k|        } while (0)
  |  |  ------------------
  |  |  |  Branch (169:18): [Folded, False: 1.06k]
  |  |  ------------------
  ------------------
 3690|  1.06k|    assert(i >= 1);
  ------------------
  |  Branch (3690:5): [True: 1.06k, False: 0]
  ------------------
 3691|  1.06k|    --i;
 3692|  1.06k|    x = v->long_value.ob_digit[i];
 3693|  1.06k|    assert(x < PyHASH_MODULUS);
  ------------------
  |  Branch (3693:5): [True: 1.06k, False: 0]
  ------------------
 3694|       |
 3695|  1.06k|#if PyHASH_BITS >= 2 * PyLong_SHIFT
 3696|       |    // unroll second digit
 3697|  1.06k|    assert(i >= 1);
  ------------------
  |  Branch (3697:5): [True: 1.06k, False: 0]
  ------------------
 3698|  1.06k|    --i;
 3699|  1.06k|    x <<= PyLong_SHIFT;
  ------------------
  |  |   47|  1.06k|#define PyLong_SHIFT    30
  ------------------
 3700|  1.06k|    x += v->long_value.ob_digit[i];
 3701|  1.06k|    assert(x < PyHASH_MODULUS);
  ------------------
  |  Branch (3701:5): [True: 1.06k, False: 0]
  ------------------
 3702|  1.06k|#endif
 3703|       |
 3704|  1.06k|    while (--i >= 0) {
  ------------------
  |  Branch (3704:12): [True: 0, False: 1.06k]
  ------------------
 3705|       |        /* Here x is a quantity in the range [0, PyHASH_MODULUS); we
 3706|       |           want to compute x * 2**PyLong_SHIFT + v->long_value.ob_digit[i] modulo
 3707|       |           PyHASH_MODULUS.
 3708|       |
 3709|       |           The computation of x * 2**PyLong_SHIFT % PyHASH_MODULUS
 3710|       |           amounts to a rotation of the bits of x.  To see this, write
 3711|       |
 3712|       |             x * 2**PyLong_SHIFT = y * 2**PyHASH_BITS + z
 3713|       |
 3714|       |           where y = x >> (PyHASH_BITS - PyLong_SHIFT) gives the top
 3715|       |           PyLong_SHIFT bits of x (those that are shifted out of the
 3716|       |           original PyHASH_BITS bits, and z = (x << PyLong_SHIFT) &
 3717|       |           PyHASH_MODULUS gives the bottom PyHASH_BITS - PyLong_SHIFT
 3718|       |           bits of x, shifted up.  Then since 2**PyHASH_BITS is
 3719|       |           congruent to 1 modulo PyHASH_MODULUS, y*2**PyHASH_BITS is
 3720|       |           congruent to y modulo PyHASH_MODULUS.  So
 3721|       |
 3722|       |             x * 2**PyLong_SHIFT = y + z (mod PyHASH_MODULUS).
 3723|       |
 3724|       |           The right-hand side is just the result of rotating the
 3725|       |           PyHASH_BITS bits of x left by PyLong_SHIFT places; since
 3726|       |           not all PyHASH_BITS bits of x are 1s, the same is true
 3727|       |           after rotation, so 0 <= y+z < PyHASH_MODULUS and y + z is
 3728|       |           the reduction of x*2**PyLong_SHIFT modulo
 3729|       |           PyHASH_MODULUS. */
 3730|      0|        x = ((x << PyLong_SHIFT) & PyHASH_MODULUS) |
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
                      x = ((x << PyLong_SHIFT) & PyHASH_MODULUS) |
  ------------------
  |  |   18|      0|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|      0|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
 3731|      0|            (x >> (PyHASH_BITS - PyLong_SHIFT));
  ------------------
  |  |   13|      0|#  define PyHASH_BITS 61
  ------------------
                          (x >> (PyHASH_BITS - PyLong_SHIFT));
  ------------------
  |  |   47|      0|#define PyLong_SHIFT    30
  ------------------
 3732|      0|        x += v->long_value.ob_digit[i];
 3733|      0|        if (x >= PyHASH_MODULUS)
  ------------------
  |  |   18|      0|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|      0|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
  |  Branch (3733:13): [True: 0, False: 0]
  ------------------
 3734|      0|            x -= PyHASH_MODULUS;
  ------------------
  |  |   18|      0|#define PyHASH_MODULUS (((size_t)1 << PyHASH_BITS) - 1)
  |  |  ------------------
  |  |  |  |   13|      0|#  define PyHASH_BITS 61
  |  |  ------------------
  ------------------
 3735|      0|    }
 3736|  1.06k|    x = x * sign;
 3737|  1.06k|    if (x == (Py_uhash_t)-1)
  ------------------
  |  Branch (3737:9): [True: 0, False: 1.06k]
  ------------------
 3738|      0|        x = (Py_uhash_t)-2;
 3739|  1.06k|    return (Py_hash_t)x;
 3740|  1.06k|}
longobject.c:long_richcompare:
 3624|    405|{
 3625|    405|    Py_ssize_t result;
 3626|    405|    CHECK_BINOP(self, other);
  ------------------
  |  | 1844|    405|    do {                                                \
  |  | 1845|    405|        if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|    405|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    810|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       if (!PyLong_Check(v) || !PyLong_Check(w))       \
  |  |  ------------------
  |  |  |  |   13|    405|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    405|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1845:13): [True: 0, False: 405]
  |  |  |  Branch (1845:33): [True: 0, False: 405]
  |  |  ------------------
  |  | 1846|    405|            Py_RETURN_NOTIMPLEMENTED;                   \
  |  |  ------------------
  |  |  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  |  |  ------------------
  |  |  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1847|    405|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1847:13): [Folded, False: 405]
  |  |  ------------------
  ------------------
 3627|    405|    if (self == other)
  ------------------
  |  Branch (3627:9): [True: 54, False: 351]
  ------------------
 3628|     54|        result = 0;
 3629|    351|    else
 3630|    351|        result = long_compare((PyLongObject*)self, (PyLongObject*)other);
 3631|    405|    Py_RETURN_RICHCOMPARE(result, 0, op);
  ------------------
  |  |  674|    405|    do {                                                                    \
  |  |  675|    405|        switch (op) {                                                       \
  |  |  676|     77|        case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  654|     77|#define Py_EQ 2
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|     58|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|     58|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|     19|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|     19|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (676:9): [True: 77, False: 328]
  |  |  |  Branch (676:25): [True: 58, False: 19]
  |  |  ------------------
  |  |  677|    123|        case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  655|    123|#define Py_NE 3
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      4|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      4|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|    119|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|    119|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    119|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    119|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (677:9): [True: 123, False: 282]
  |  |  |  Branch (677:25): [True: 4, False: 119]
  |  |  ------------------
  |  |  678|    146|        case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  652|    146|#define Py_LT 0
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|     32|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|     32|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|    114|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|    114|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    114|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    114|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (678:9): [True: 146, False: 259]
  |  |  |  Branch (678:25): [True: 32, False: 114]
  |  |  ------------------
  |  |  679|    146|        case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  656|     40|#define Py_GT 4
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|     15|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|     15|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|     25|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|     25|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (679:9): [True: 40, False: 365]
  |  |  |  Branch (679:25): [True: 15, False: 25]
  |  |  ------------------
  |  |  680|     40|        case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  653|      8|#define Py_LE 1
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      8|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      8|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (680:9): [True: 8, False: 397]
  |  |  |  Branch (680:25): [True: 0, False: 8]
  |  |  ------------------
  |  |  681|     11|        case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  657|     11|#define Py_GE 5
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      1|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      1|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|     10|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|     10|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (681:9): [True: 11, False: 394]
  |  |  |  Branch (681:25): [True: 1, False: 10]
  |  |  ------------------
  |  |  682|     11|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 405]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|    405|        }                                                                   \
  |  |  685|    405|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3632|    405|}
longobject.c:int_bit_length_impl:
 6292|      1|{
 6293|      1|    int64_t nbits = _PyLong_NumBits(self);
 6294|      1|    assert(nbits >= 0);
  ------------------
  |  Branch (6294:5): [True: 1, False: 0]
  ------------------
 6295|      1|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (6295:5): [True: 1, False: 0]
  ------------------
 6296|      1|    return PyLong_FromInt64(nbits);
 6297|      1|}
longobject.c:int_to_bytes_impl:
 6392|      2|{
 6393|      2|    int little_endian;
 6394|      2|    if (byteorder == NULL)
  ------------------
  |  Branch (6394:9): [True: 0, False: 2]
  ------------------
 6395|      0|        little_endian = 0;
 6396|      2|    else if (_PyUnicode_Equal(byteorder, &_Py_ID(little)))
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6396:14): [True: 2, False: 0]
  ------------------
 6397|      2|        little_endian = 1;
 6398|      0|    else if (_PyUnicode_Equal(byteorder, &_Py_ID(big)))
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6398:14): [True: 0, False: 0]
  ------------------
 6399|      0|        little_endian = 0;
 6400|      0|    else {
 6401|      0|        PyErr_SetString(PyExc_ValueError,
 6402|      0|            "byteorder must be either 'little' or 'big'");
 6403|      0|        return NULL;
 6404|      0|    }
 6405|       |
 6406|      2|    PyBytesWriter *writer = PyBytesWriter_Create(length);
 6407|      2|    if (writer == NULL) {
  ------------------
  |  Branch (6407:9): [True: 0, False: 2]
  ------------------
 6408|      0|        return NULL;
 6409|      0|    }
 6410|       |
 6411|      2|    if (_PyLong_AsByteArray((PyLongObject *)self,
  ------------------
  |  Branch (6411:9): [True: 0, False: 2]
  ------------------
 6412|      2|                            PyBytesWriter_GetData(writer),
 6413|      2|                            length, little_endian, is_signed, 1) < 0) {
 6414|      0|        PyBytesWriter_Discard(writer);
 6415|      0|        return NULL;
 6416|      0|    }
 6417|       |
 6418|      2|    return PyBytesWriter_Finish(writer);
 6419|      2|}
longobject.c:int_from_bytes_impl:
 6447|     39|{
 6448|     39|    int little_endian;
 6449|     39|    PyObject *long_obj, *bytes;
 6450|       |
 6451|     39|    if (byteorder == NULL)
  ------------------
  |  Branch (6451:9): [True: 0, False: 39]
  ------------------
 6452|      0|        little_endian = 0;
 6453|     39|    else if (_PyUnicode_Equal(byteorder, &_Py_ID(little)))
  ------------------
  |  |  917|     39|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     39|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     39|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6453:14): [True: 39, False: 0]
  ------------------
 6454|     39|        little_endian = 1;
 6455|      0|    else if (_PyUnicode_Equal(byteorder, &_Py_ID(big)))
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6455:14): [True: 0, False: 0]
  ------------------
 6456|      0|        little_endian = 0;
 6457|      0|    else {
 6458|      0|        PyErr_SetString(PyExc_ValueError,
 6459|      0|            "byteorder must be either 'little' or 'big'");
 6460|      0|        return NULL;
 6461|      0|    }
 6462|       |
 6463|       |    /* Fast-path exact bytes. */
 6464|     39|    if (PyBytes_CheckExact(bytes_obj)) {
  ------------------
  |  |   29|     39|#define PyBytes_CheckExact(op) Py_IS_TYPE((op), &PyBytes_Type)
  |  |  ------------------
  |  |  |  |  215|     39|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 39, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6465|     39|        long_obj = _PyLong_FromByteArray(
 6466|     39|            (unsigned char *)PyBytes_AS_STRING(bytes_obj), Py_SIZE(bytes_obj),
  ------------------
  |  |   27|     39|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          (unsigned char *)PyBytes_AS_STRING(bytes_obj), Py_SIZE(bytes_obj),
  ------------------
  |  |  214|     39|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6467|     39|            little_endian, is_signed);
 6468|     39|    }
 6469|       |    /* Use buffer protocol to avoid copies. */
 6470|      0|    else if (PyObject_CheckBuffer(bytes_obj)) {
  ------------------
  |  Branch (6470:14): [True: 0, False: 0]
  ------------------
 6471|      0|        Py_buffer view;
 6472|      0|        if (PyObject_GetBuffer(bytes_obj, &view, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      0|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (6472:13): [True: 0, False: 0]
  ------------------
 6473|      0|            return NULL;
 6474|      0|        }
 6475|      0|        long_obj = _PyLong_FromByteArray(view.buf, view.len, little_endian,
 6476|      0|            is_signed);
 6477|      0|        PyBuffer_Release(&view);
 6478|      0|    }
 6479|      0|    else {
 6480|       |        /* fallback: Construct a bytes then convert. */
 6481|      0|        bytes = PyObject_Bytes(bytes_obj);
 6482|      0|        if (bytes == NULL) {
  ------------------
  |  Branch (6482:13): [True: 0, False: 0]
  ------------------
 6483|      0|            return NULL;
 6484|      0|        }
 6485|      0|        long_obj = _PyLong_FromByteArray(
 6486|      0|            (unsigned char *)PyBytes_AS_STRING(bytes), Py_SIZE(bytes),
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          (unsigned char *)PyBytes_AS_STRING(bytes), Py_SIZE(bytes),
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6487|      0|            little_endian, is_signed);
 6488|      0|        Py_DECREF(bytes);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6489|      0|    }
 6490|       |
 6491|     39|    if (long_obj != NULL && type != &PyLong_Type) {
  ------------------
  |  Branch (6491:9): [True: 39, False: 0]
  |  Branch (6491:29): [True: 0, False: 39]
  ------------------
 6492|      0|        Py_SETREF(long_obj, PyObject_CallOneArg((PyObject *)type, long_obj));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 6493|      0|    }
 6494|       |
 6495|     39|    return long_obj;
 6496|     39|}
longobject.c:long_new_impl:
 5972|    202|{
 5973|    202|    Py_ssize_t base;
 5974|       |
 5975|    202|    if (type != &PyLong_Type)
  ------------------
  |  Branch (5975:9): [True: 93, False: 109]
  ------------------
 5976|     93|        return long_subtype_new(type, x, obase); /* Wimp out */
 5977|    109|    if (x == NULL) {
  ------------------
  |  Branch (5977:9): [True: 1, False: 108]
  ------------------
 5978|      1|        if (obase != NULL) {
  ------------------
  |  Branch (5978:13): [True: 0, False: 1]
  ------------------
 5979|      0|            PyErr_SetString(PyExc_TypeError,
 5980|      0|                            "int() missing string argument");
 5981|      0|            return NULL;
 5982|      0|        }
 5983|      1|        return PyLong_FromLong(0L);
 5984|      1|    }
 5985|       |    /* default base and limit, forward to standard implementation */
 5986|    108|    if (obase == NULL)
  ------------------
  |  Branch (5986:9): [True: 92, False: 16]
  ------------------
 5987|     92|        return PyNumber_Long(x);
 5988|       |
 5989|     16|    base = PyNumber_AsSsize_t(obase, NULL);
 5990|     16|    if (base == -1 && PyErr_Occurred())
  ------------------
  |  Branch (5990:9): [True: 0, False: 16]
  |  Branch (5990:23): [True: 0, False: 0]
  ------------------
 5991|      0|        return NULL;
 5992|     16|    if ((base != 0 && base < 2) || base > 36) {
  ------------------
  |  Branch (5992:10): [True: 16, False: 0]
  |  Branch (5992:23): [True: 0, False: 16]
  |  Branch (5992:36): [True: 0, False: 16]
  ------------------
 5993|      0|        PyErr_SetString(PyExc_ValueError,
 5994|      0|                        "int() base must be >= 2 and <= 36, or 0");
 5995|      0|        return NULL;
 5996|      0|    }
 5997|       |
 5998|     16|    if (PyUnicode_Check(x))
  ------------------
  |  |  103|     16|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     16|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5999|      0|        return PyLong_FromUnicodeObject(x, (int)base);
 6000|     16|    else if (PyByteArray_Check(x) || PyBytes_Check(x)) {
  ------------------
  |  |   24|     16|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|     32|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  else if (PyByteArray_Check(x) || PyBytes_Check(x)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6001|     16|        const char *string;
 6002|     16|        if (PyByteArray_Check(x))
  ------------------
  |  |   24|     16|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|     16|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6003|     16|            string = PyByteArray_AS_STRING(x);
  ------------------
  |  |   28|     16|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6004|      0|        else
 6005|      0|            string = PyBytes_AS_STRING(x);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6006|     16|        return _PyLong_FromBytes(string, Py_SIZE(x), (int)base);
  ------------------
  |  |  214|     16|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6007|     16|    }
 6008|      0|    else {
 6009|      0|        PyErr_SetString(PyExc_TypeError,
 6010|      0|                        "int() can't convert non-string with explicit base");
 6011|       |        return NULL;
 6012|      0|    }
 6013|     16|}
longobject.c:long_subtype_new:
 6022|     93|{
 6023|     93|    PyLongObject *tmp, *newobj;
 6024|     93|    Py_ssize_t size, ndigits;
 6025|     93|    int sign;
 6026|       |
 6027|     93|    assert(PyType_IsSubtype(type, &PyLong_Type));
  ------------------
  |  Branch (6027:5): [True: 93, False: 0]
  ------------------
 6028|     93|    tmp = (PyLongObject *)long_new_impl(&PyLong_Type, x, obase);
 6029|     93|    if (tmp == NULL)
  ------------------
  |  Branch (6029:9): [True: 0, False: 93]
  ------------------
 6030|      0|        return NULL;
 6031|     93|    assert(PyLong_Check(tmp));
  ------------------
  |  Branch (6031:5): [True: 93, False: 0]
  ------------------
 6032|     93|    size = _PyLong_DigitCount(tmp);
 6033|       |    /* Fast operations for single digit integers (including zero)
 6034|       |     * assume that there is always at least one digit present. */
 6035|     93|    ndigits = size ? size : 1;
  ------------------
  |  Branch (6035:15): [True: 88, False: 5]
  ------------------
 6036|     93|    newobj = (PyLongObject *)type->tp_alloc(type, ndigits);
 6037|     93|    if (newobj == NULL) {
  ------------------
  |  Branch (6037:9): [True: 0, False: 93]
  ------------------
 6038|      0|        Py_DECREF(tmp);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6039|      0|        return NULL;
 6040|      0|    }
 6041|     93|    assert(PyLong_Check(newobj));
  ------------------
  |  Branch (6041:5): [True: 93, False: 0]
  ------------------
 6042|     93|    if (_PyLong_IsCompact(tmp)) {
  ------------------
  |  Branch (6042:9): [True: 92, False: 1]
  ------------------
 6043|     92|        sign = _PyLong_CompactSign(tmp);
 6044|     92|    }
 6045|      1|    else {
 6046|      1|        sign = _PyLong_NonCompactSign(tmp);
 6047|      1|    }
 6048|     93|    _PyLong_InitTag(newobj);
 6049|     93|    _PyLong_SetSignAndDigitCount(newobj, sign, size);
 6050|     93|    memcpy(newobj->long_value.ob_digit, tmp->long_value.ob_digit,
 6051|     93|           ndigits * sizeof(digit));
 6052|     93|    Py_DECREF(tmp);
  ------------------
  |  |  430|     93|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6053|     93|    return (PyObject *)newobj;
 6054|     93|}
longobject.c:long_vectorcall:
 6526|     37|{
 6527|     37|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     37|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 6528|     37|    if (kwnames != NULL) {
  ------------------
  |  Branch (6528:9): [True: 0, False: 37]
  ------------------
 6529|      0|        PyThreadState *tstate = PyThreadState_GET();
  ------------------
  |  |   63|      0|#define PyThreadState_GET() PyThreadState_Get()
  ------------------
 6530|      0|        return _PyObject_MakeTpCall(tstate, type, args, nargs, kwnames);
 6531|      0|    }
 6532|     37|    switch (nargs) {
 6533|      0|        case 0:
  ------------------
  |  Branch (6533:9): [True: 0, False: 37]
  ------------------
 6534|      0|            return _PyLong_GetZero();
 6535|     21|        case 1:
  ------------------
  |  Branch (6535:9): [True: 21, False: 16]
  ------------------
 6536|     21|            return PyNumber_Long(args[0]);
 6537|     16|        case 2:
  ------------------
  |  Branch (6537:9): [True: 16, False: 21]
  ------------------
 6538|     16|            return long_new_impl(_PyType_CAST(type), args[0], args[1]);
  ------------------
  |  |  770|     16|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (6538:34): [True: 16, False: 0]
  ------------------
 6539|      0|        default:
  ------------------
  |  Branch (6539:9): [True: 0, False: 37]
  ------------------
 6540|      0|            return PyErr_Format(PyExc_TypeError,
 6541|      0|                                "int expected at most 2 arguments, got %zd",
 6542|      0|                                nargs);
 6543|     37|    }
 6544|     37|}

PyMemoryView_FromObject:
  855|     13|{
  856|     13|    return PyMemoryView_FromObjectAndFlags(v, PyBUF_FULL_RO);
  ------------------
  |  |  134|     13|#define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  122|     13|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  116|     13|#define PyBUF_FORMAT 0x0004
  |  |  ------------------
  ------------------
  857|     13|}
memoryobject.c:mbuf_dealloc:
  121|     13|{
  122|     13|    _PyManagedBufferObject *self = (_PyManagedBufferObject *)_self;
  123|     13|    assert(self->exports == 0);
  ------------------
  |  Branch (123:5): [True: 13, False: 0]
  ------------------
  124|     13|    mbuf_release(self);
  125|     13|    if (self->flags&_Py_MANAGED_BUFFER_FREE_FORMAT)
  ------------------
  |  |    9|     13|#define _Py_MANAGED_BUFFER_FREE_FORMAT 0x002  /* free format */
  ------------------
  |  Branch (125:9): [True: 0, False: 13]
  ------------------
  126|      0|        PyMem_Free(self->master.format);
  127|     13|    PyObject_GC_Del(self);
  128|     13|}
memoryobject.c:mbuf_release:
  108|     26|{
  109|     26|    if (self->flags&_Py_MANAGED_BUFFER_RELEASED)
  ------------------
  |  |    8|     26|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  ------------------
  |  Branch (109:9): [True: 13, False: 13]
  ------------------
  110|     13|        return;
  111|       |
  112|     13|    self->flags |= _Py_MANAGED_BUFFER_RELEASED;
  ------------------
  |  |    8|     13|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  ------------------
  113|       |
  114|       |    /* PyBuffer_Release() decrements master->obj and sets it to NULL. */
  115|     13|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     13|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|     13|    PyBuffer_Release(&self->master);
  117|     13|}
memoryobject.c:mbuf_traverse:
  132|      2|{
  133|      2|    _PyManagedBufferObject *self = (_PyManagedBufferObject *)_self;
  134|      2|    Py_VISIT(self->master.obj);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  135|      2|    return 0;
  136|      2|}
memoryobject.c:mbuf_alloc:
   73|     13|{
   74|     13|    _PyManagedBufferObject *mbuf;
   75|       |
   76|     13|    mbuf = (_PyManagedBufferObject *)
   77|     13|        PyObject_GC_New(_PyManagedBufferObject, &_PyManagedBuffer_Type);
  ------------------
  |  |  181|     13|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   78|     13|    if (mbuf == NULL)
  ------------------
  |  Branch (78:9): [True: 0, False: 13]
  ------------------
   79|      0|        return NULL;
   80|     13|    mbuf->flags = 0;
   81|     13|    mbuf->exports = 0;
   82|     13|    mbuf->master.obj = NULL;
   83|     13|    _PyObject_GC_TRACK(mbuf);
  ------------------
  |  |  513|     13|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|       |
   85|     13|    return mbuf;
   86|     13|}
memoryobject.c:mbuf_add_view:
  677|     26|{
  678|     26|    PyMemoryViewObject *mv;
  679|     26|    Py_buffer *dest;
  680|       |
  681|     26|    if (src == NULL)
  ------------------
  |  Branch (681:9): [True: 13, False: 13]
  ------------------
  682|     13|        src = &mbuf->master;
  683|       |
  684|     26|    if (src->ndim > PyBUF_MAX_NDIM) {
  ------------------
  |  |  105|     26|#define PyBUF_MAX_NDIM 64
  ------------------
  |  Branch (684:9): [True: 0, False: 26]
  ------------------
  685|      0|        PyErr_SetString(PyExc_ValueError,
  686|      0|            "memoryview: number of dimensions must not exceed "
  687|      0|            Py_STRINGIFY(PyBUF_MAX_NDIM));
  ------------------
  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  ------------------
  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  ------------------
  ------------------
  688|      0|        return NULL;
  689|      0|    }
  690|       |
  691|     26|    mv = memory_alloc(src->ndim);
  692|     26|    if (mv == NULL)
  ------------------
  |  Branch (692:9): [True: 0, False: 26]
  ------------------
  693|      0|        return NULL;
  694|       |
  695|     26|    dest = &mv->view;
  696|     26|    init_shared_values(dest, src);
  697|     26|    init_shape_strides(dest, src);
  698|     26|    init_suboffsets(dest, src);
  699|     26|    init_flags(mv);
  700|       |
  701|     26|    mv->mbuf = (_PyManagedBufferObject*)Py_NewRef(mbuf);
  ------------------
  |  |  550|     26|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  702|     26|    mbuf->exports++;
  703|       |
  704|     26|    return (PyObject *)mv;
  705|     26|}
memoryobject.c:memory_alloc:
  645|     26|{
  646|     26|    PyMemoryViewObject *mv;
  647|       |
  648|     26|    mv = (PyMemoryViewObject *)
  649|     26|        PyObject_GC_NewVar(PyMemoryViewObject, &PyMemoryView_Type, 3*ndim);
  ------------------
  |  |  183|     26|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  650|     26|    if (mv == NULL)
  ------------------
  |  Branch (650:9): [True: 0, False: 26]
  ------------------
  651|      0|        return NULL;
  652|       |
  653|     26|    mv->mbuf = NULL;
  654|     26|    mv->hash = -1;
  655|     26|    mv->flags = 0;
  656|     26|    mv->exports = 0;
  657|     26|    mv->view.ndim = ndim;
  658|     26|    mv->view.shape = mv->ob_array;
  659|     26|    mv->view.strides = mv->ob_array + ndim;
  660|     26|    mv->view.suboffsets = mv->ob_array + 2 * ndim;
  661|     26|    mv->weakreflist = NULL;
  662|       |
  663|     26|    _PyObject_GC_TRACK(mv);
  ------------------
  |  |  513|     26|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  664|     26|    return mv;
  665|     26|}
memoryobject.c:init_flags:
  612|     39|{
  613|     39|    const Py_buffer *view = &mv->view;
  614|     39|    int flags = 0;
  615|       |
  616|     39|    switch (view->ndim) {
  617|      0|    case 0:
  ------------------
  |  Branch (617:5): [True: 0, False: 39]
  ------------------
  618|      0|        flags |= (_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C|
  ------------------
  |  |   23|      0|#define _Py_MEMORYVIEW_SCALAR      0x008  /* scalar: ndim = 0 */
  ------------------
                      flags |= (_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C|
  ------------------
  |  |   21|      0|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  ------------------
  619|      0|                  _Py_MEMORYVIEW_FORTRAN);
  ------------------
  |  |   22|      0|#define _Py_MEMORYVIEW_FORTRAN     0x004  /* Fortran contiguous layout */
  ------------------
  620|      0|        break;
  621|     39|    case 1:
  ------------------
  |  Branch (621:5): [True: 39, False: 0]
  ------------------
  622|     39|        if (MV_CONTIGUOUS_NDIM1(view))
  ------------------
  |  |  241|     39|    ((view)->shape[0] == 1 || (view)->strides[0] == (view)->itemsize)
  |  |  ------------------
  |  |  |  Branch (241:6): [True: 0, False: 39]
  |  |  |  Branch (241:31): [True: 39, False: 0]
  |  |  ------------------
  ------------------
  623|     39|            flags |= (_Py_MEMORYVIEW_C|_Py_MEMORYVIEW_FORTRAN);
  ------------------
  |  |   21|     39|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  ------------------
                          flags |= (_Py_MEMORYVIEW_C|_Py_MEMORYVIEW_FORTRAN);
  ------------------
  |  |   22|     39|#define _Py_MEMORYVIEW_FORTRAN     0x004  /* Fortran contiguous layout */
  ------------------
  624|     39|        break;
  625|      0|    default:
  ------------------
  |  Branch (625:5): [True: 0, False: 39]
  ------------------
  626|      0|        if (PyBuffer_IsContiguous(view, 'C'))
  ------------------
  |  Branch (626:13): [True: 0, False: 0]
  ------------------
  627|      0|            flags |= _Py_MEMORYVIEW_C;
  ------------------
  |  |   21|      0|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  ------------------
  628|      0|        if (PyBuffer_IsContiguous(view, 'F'))
  ------------------
  |  Branch (628:13): [True: 0, False: 0]
  ------------------
  629|      0|            flags |= _Py_MEMORYVIEW_FORTRAN;
  ------------------
  |  |   22|      0|#define _Py_MEMORYVIEW_FORTRAN     0x004  /* Fortran contiguous layout */
  ------------------
  630|      0|        break;
  631|     39|    }
  632|       |
  633|     39|    if (view->suboffsets) {
  ------------------
  |  Branch (633:9): [True: 0, False: 39]
  ------------------
  634|      0|        flags |= _Py_MEMORYVIEW_PIL;
  ------------------
  |  |   24|      0|#define _Py_MEMORYVIEW_PIL         0x010  /* PIL-style layout */
  ------------------
  635|      0|        flags &= ~(_Py_MEMORYVIEW_C|_Py_MEMORYVIEW_FORTRAN);
  ------------------
  |  |   21|      0|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  ------------------
                      flags &= ~(_Py_MEMORYVIEW_C|_Py_MEMORYVIEW_FORTRAN);
  ------------------
  |  |   22|      0|#define _Py_MEMORYVIEW_FORTRAN     0x004  /* Fortran contiguous layout */
  ------------------
  636|      0|    }
  637|       |
  638|     39|    mv->flags = flags;
  639|     39|}
memoryobject.c:PyMemoryView_FromObjectAndFlags:
  802|     13|{
  803|     13|    _PyManagedBufferObject *mbuf;
  804|       |
  805|     13|    if (PyMemoryView_Check(v)) {
  ------------------
  |  |   11|     13|#define PyMemoryView_Check(op) Py_IS_TYPE((op), &PyMemoryView_Type)
  |  |  ------------------
  |  |  |  |  215|     13|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  806|      0|        PyMemoryViewObject *mv = (PyMemoryViewObject *)v;
  807|      0|        CHECK_RELEASED(mv);
  ------------------
  |  |  185|      0|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  ------------------
  |  |  |  |  181|      0|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  182|      0|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|      0|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (182:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  186|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  187|      0|            "operation forbidden on released memoryview object"); \
  |  |  188|      0|        return NULL;                                              \
  |  |  189|      0|    }
  ------------------
  808|      0|        CHECK_RESTRICTED(mv);
  ------------------
  |  |  199|      0|    if (((PyMemoryViewObject *)(mv))->flags & _Py_MEMORYVIEW_RESTRICTED) { \
  |  |  ------------------
  |  |  |  |   25|      0|#define _Py_MEMORYVIEW_RESTRICTED  0x020  /* Disallow new references to the memoryview's buffer */
  |  |  ------------------
  |  |  |  Branch (199:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  200|      0|        PyErr_SetString(PyExc_ValueError,                                  \
  |  |  201|      0|            "cannot create new view on restricted memoryview");            \
  |  |  202|      0|        return NULL;                                                       \
  |  |  203|      0|    }
  ------------------
  809|      0|        return mbuf_add_view(mv->mbuf, &mv->view);
  810|      0|    }
  811|     13|    else if (PyObject_CheckBuffer(v)) {
  ------------------
  |  Branch (811:14): [True: 13, False: 0]
  ------------------
  812|     13|        PyObject *ret;
  813|     13|        mbuf = (_PyManagedBufferObject *)_PyManagedBuffer_FromObject(v, flags);
  814|     13|        if (mbuf == NULL)
  ------------------
  |  Branch (814:13): [True: 0, False: 13]
  ------------------
  815|      0|            return NULL;
  816|     13|        ret = mbuf_add_view(mbuf, NULL);
  817|     13|        Py_DECREF(mbuf);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  818|     13|        return ret;
  819|     13|    }
  820|       |
  821|      0|    PyErr_Format(PyExc_TypeError,
  822|      0|        "memoryview: a bytes-like object is required, not '%.200s'",
  823|      0|        Py_TYPE(v)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  824|       |    return NULL;
  825|     13|}
memoryobject.c:_PyManagedBuffer_FromObject:
   90|     13|{
   91|     13|    _PyManagedBufferObject *mbuf;
   92|       |
   93|     13|    mbuf = mbuf_alloc();
   94|     13|    if (mbuf == NULL)
  ------------------
  |  Branch (94:9): [True: 0, False: 13]
  ------------------
   95|      0|        return NULL;
   96|       |
   97|     13|    if (PyObject_GetBuffer(base, &mbuf->master, flags) < 0) {
  ------------------
  |  Branch (97:9): [True: 0, False: 13]
  ------------------
   98|      0|        mbuf->master.obj = NULL;
   99|      0|        Py_DECREF(mbuf);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  100|      0|        return NULL;
  101|      0|    }
  102|       |
  103|     13|    return (PyObject *)mbuf;
  104|     13|}
memoryobject.c:init_shared_values:
  544|     26|{
  545|     26|    dest->obj = src->obj;
  546|     26|    dest->buf = src->buf;
  547|     26|    dest->len = src->len;
  548|     26|    dest->itemsize = src->itemsize;
  549|     26|    dest->readonly = src->readonly;
  550|     26|    dest->format = src->format ? src->format : "B";
  ------------------
  |  Branch (550:20): [True: 26, False: 0]
  ------------------
  551|     26|    dest->internal = src->internal;
  552|     26|}
memoryobject.c:init_shape_strides:
  557|     26|{
  558|     26|    Py_ssize_t i;
  559|       |
  560|     26|    if (src->ndim == 0) {
  ------------------
  |  Branch (560:9): [True: 0, False: 26]
  ------------------
  561|      0|        dest->shape = NULL;
  562|      0|        dest->strides = NULL;
  563|      0|        return;
  564|      0|    }
  565|     26|    if (src->ndim == 1) {
  ------------------
  |  Branch (565:9): [True: 26, False: 0]
  ------------------
  566|     26|        dest->shape[0] = src->shape ? src->shape[0] : src->len / src->itemsize;
  ------------------
  |  Branch (566:26): [True: 26, False: 0]
  ------------------
  567|     26|        dest->strides[0] = src->strides ? src->strides[0] : src->itemsize;
  ------------------
  |  Branch (567:28): [True: 26, False: 0]
  ------------------
  568|     26|        return;
  569|     26|    }
  570|       |
  571|      0|    for (i = 0; i < src->ndim; i++)
  ------------------
  |  Branch (571:17): [True: 0, False: 0]
  ------------------
  572|      0|        dest->shape[i] = src->shape[i];
  573|      0|    if (src->strides) {
  ------------------
  |  Branch (573:9): [True: 0, False: 0]
  ------------------
  574|      0|        for (i = 0; i < src->ndim; i++)
  ------------------
  |  Branch (574:21): [True: 0, False: 0]
  ------------------
  575|      0|            dest->strides[i] = src->strides[i];
  576|      0|    }
  577|      0|    else {
  578|      0|        init_strides_from_shape(dest);
  579|      0|    }
  580|      0|}
memoryobject.c:init_suboffsets:
  584|     26|{
  585|     26|    Py_ssize_t i;
  586|       |
  587|     26|    if (src->suboffsets == NULL) {
  ------------------
  |  Branch (587:9): [True: 26, False: 0]
  ------------------
  588|     26|        dest->suboffsets = NULL;
  589|     26|        return;
  590|     26|    }
  591|      0|    for (i = 0; i < src->ndim; i++)
  ------------------
  |  Branch (591:17): [True: 0, False: 0]
  ------------------
  592|      0|        dest->suboffsets[i] = src->suboffsets[i];
  593|      0|}
memoryobject.c:memory_dealloc:
 1152|     26|{
 1153|     26|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 1154|     26|    assert(get_exports(self) == 0);
  ------------------
  |  Branch (1154:5): [True: 26, False: 0]
  ------------------
 1155|     26|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|     26|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1156|     26|    _memory_release(self);
 1157|     26|    Py_CLEAR(self->mbuf);
  ------------------
  |  |  484|     26|    do { \
  |  |  485|     26|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     26|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     26|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     26|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     26|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 26, False: 0]
  |  |  ------------------
  |  |  488|     26|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     26|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     26|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     26|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     26|        } \
  |  |  491|     26|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 26]
  |  |  ------------------
  ------------------
 1158|     26|    if (self->weakreflist != NULL)
  ------------------
  |  Branch (1158:9): [True: 0, False: 26]
  ------------------
 1159|      0|        PyObject_ClearWeakRefs((PyObject *) self);
 1160|     26|    PyObject_GC_Del(self);
 1161|     26|}
memoryobject.c:get_exports:
 1091|     52|{
 1092|       |#ifdef Py_GIL_DISABLED
 1093|       |    return _Py_atomic_load_ssize_relaxed(&buf->exports);
 1094|       |#else
 1095|     52|    return buf->exports;
 1096|     52|#endif
 1097|     52|}
memoryobject.c:_memory_release:
 1110|     26|{
 1111|     26|    assert(get_exports(self) == 0);
  ------------------
  |  Branch (1111:5): [True: 26, False: 0]
  ------------------
 1112|     26|    if (self->flags & _Py_MEMORYVIEW_RELEASED)
  ------------------
  |  |   20|     26|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  ------------------
  |  Branch (1112:9): [True: 0, False: 26]
  ------------------
 1113|      0|        return;
 1114|       |
 1115|     26|    self->flags |= _Py_MEMORYVIEW_RELEASED;
  ------------------
  |  |   20|     26|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  ------------------
 1116|     26|    assert(self->mbuf->exports > 0);
  ------------------
  |  Branch (1116:5): [True: 26, False: 0]
  ------------------
 1117|     26|    if (--self->mbuf->exports == 0) {
  ------------------
  |  Branch (1117:9): [True: 13, False: 13]
  ------------------
 1118|     13|        mbuf_release(self->mbuf);
 1119|     13|    }
 1120|     26|}
memoryobject.c:memory_subscript:
 2661|     13|{
 2662|     13|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 2663|     13|    Py_buffer *view;
 2664|     13|    view = &(self->view);
 2665|       |
 2666|     13|    CHECK_RELEASED(self);
  ------------------
  |  |  185|     13|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  ------------------
  |  |  |  |  181|     13|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     26|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:6): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  182|     13|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|     13|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (182:6): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  186|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  187|      0|            "operation forbidden on released memoryview object"); \
  |  |  188|      0|        return NULL;                                              \
  |  |  189|      0|    }
  ------------------
 2667|       |
 2668|     13|    if (view->ndim == 0) {
  ------------------
  |  Branch (2668:9): [True: 0, False: 13]
  ------------------
 2669|      0|        if (PyTuple_Check(key) && PyTuple_GET_SIZE(key) == 0) {
  ------------------
  |  |   27|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PyTuple_Check(key) && PyTuple_GET_SIZE(key) == 0) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2669:35): [True: 0, False: 0]
  ------------------
 2670|      0|            const char *fmt = adjust_fmt(view);
 2671|      0|            if (fmt == NULL)
  ------------------
  |  Branch (2671:17): [True: 0, False: 0]
  ------------------
 2672|      0|                return NULL;
 2673|      0|            return unpack_single(self, view->buf, fmt);
 2674|      0|        }
 2675|      0|        else if (key == Py_Ellipsis) {
  ------------------
  |  |   14|      0|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
  |  Branch (2675:18): [True: 0, False: 0]
  ------------------
 2676|      0|            return Py_NewRef(self);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2677|      0|        }
 2678|      0|        else {
 2679|      0|            PyErr_SetString(PyExc_TypeError,
 2680|      0|                "invalid indexing of 0-dim memory");
 2681|      0|            return NULL;
 2682|      0|        }
 2683|      0|    }
 2684|       |
 2685|     13|    if (_PyIndex_Check(key)) {
  ------------------
  |  Branch (2685:9): [True: 0, False: 13]
  ------------------
 2686|      0|        Py_ssize_t index;
 2687|      0|        index = PyNumber_AsSsize_t(key, PyExc_IndexError);
 2688|      0|        if (index == -1 && PyErr_Occurred())
  ------------------
  |  Branch (2688:13): [True: 0, False: 0]
  |  Branch (2688:28): [True: 0, False: 0]
  ------------------
 2689|      0|            return NULL;
 2690|      0|        return memory_item((PyObject *)self, index);
 2691|      0|    }
 2692|     13|    else if (PySlice_Check(key)) {
  ------------------
  |  |   22|     13|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|     13|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2693|     13|        CHECK_RESTRICTED(self);
  ------------------
  |  |  199|     13|    if (((PyMemoryViewObject *)(mv))->flags & _Py_MEMORYVIEW_RESTRICTED) { \
  |  |  ------------------
  |  |  |  |   25|     13|#define _Py_MEMORYVIEW_RESTRICTED  0x020  /* Disallow new references to the memoryview's buffer */
  |  |  ------------------
  |  |  |  Branch (199:9): [True: 0, False: 13]
  |  |  ------------------
  |  |  200|      0|        PyErr_SetString(PyExc_ValueError,                                  \
  |  |  201|      0|            "cannot create new view on restricted memoryview");            \
  |  |  202|      0|        return NULL;                                                       \
  |  |  203|      0|    }
  ------------------
 2694|     13|        PyMemoryViewObject *sliced;
 2695|       |
 2696|     13|        sliced = (PyMemoryViewObject *)mbuf_add_view(self->mbuf, view);
 2697|     13|        if (sliced == NULL)
  ------------------
  |  Branch (2697:13): [True: 0, False: 13]
  ------------------
 2698|      0|            return NULL;
 2699|       |
 2700|     13|        if (init_slice(&sliced->view, key, 0) < 0) {
  ------------------
  |  Branch (2700:13): [True: 0, False: 13]
  ------------------
 2701|      0|            Py_DECREF(sliced);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2702|      0|            return NULL;
 2703|      0|        }
 2704|     13|        init_len(&sliced->view);
 2705|     13|        init_flags(sliced);
 2706|       |
 2707|     13|        return (PyObject *)sliced;
 2708|     13|    }
 2709|      0|    else if (is_multiindex(key)) {
  ------------------
  |  Branch (2709:14): [True: 0, False: 0]
  ------------------
 2710|      0|        return memory_item_multi(self, key);
 2711|      0|    }
 2712|      0|    else if (is_multislice(key)) {
  ------------------
  |  Branch (2712:14): [True: 0, False: 0]
  ------------------
 2713|      0|        PyErr_SetString(PyExc_NotImplementedError,
 2714|      0|            "multi-dimensional slicing is not implemented");
 2715|      0|        return NULL;
 2716|      0|    }
 2717|       |
 2718|      0|    PyErr_SetString(PyExc_TypeError, "memoryview: invalid slice key");
 2719|       |    return NULL;
 2720|     13|}
memoryobject.c:init_slice:
 2590|     13|{
 2591|     13|    Py_ssize_t start, stop, step, slicelength;
 2592|       |
 2593|     13|    if (PySlice_Unpack(key, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (2593:9): [True: 0, False: 13]
  ------------------
 2594|      0|        return -1;
 2595|      0|    }
 2596|     13|    slicelength = PySlice_AdjustIndices(base->shape[dim], &start, &stop, step);
 2597|       |
 2598|       |
 2599|     13|    if (base->suboffsets == NULL || dim == 0) {
  ------------------
  |  Branch (2599:9): [True: 13, False: 0]
  |  Branch (2599:37): [True: 0, False: 0]
  ------------------
 2600|     13|    adjust_buf:
 2601|     13|        base->buf = (char *)base->buf + base->strides[dim] * start;
 2602|     13|    }
 2603|      0|    else {
 2604|      0|        Py_ssize_t n = dim-1;
 2605|      0|        while (n >= 0 && base->suboffsets[n] < 0)
  ------------------
  |  Branch (2605:16): [True: 0, False: 0]
  |  Branch (2605:26): [True: 0, False: 0]
  ------------------
 2606|      0|            n--;
 2607|      0|        if (n < 0)
  ------------------
  |  Branch (2607:13): [True: 0, False: 0]
  ------------------
 2608|      0|            goto adjust_buf; /* all suboffsets are negative */
 2609|      0|        base->suboffsets[n] = base->suboffsets[n] + base->strides[dim] * start;
 2610|      0|    }
 2611|     13|    base->shape[dim] = slicelength;
 2612|     13|    base->strides[dim] = base->strides[dim] * step;
 2613|       |
 2614|     13|    return 0;
 2615|     13|}
memoryobject.c:init_len:
  598|     13|{
  599|     13|    Py_ssize_t i, len;
  600|       |
  601|     13|    len = 1;
  602|     26|    for (i = 0; i < view->ndim; i++)
  ------------------
  |  Branch (602:17): [True: 13, False: 13]
  ------------------
  603|     13|        len *= view->shape[i];
  604|     13|    len *= view->itemsize;
  605|       |
  606|     13|    view->len = len;
  607|     13|}
memoryobject.c:memory_getbuf:
 1559|     13|{
 1560|     13|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 1561|     13|    Py_buffer *base = &self->view;
 1562|     13|    int baseflags = self->flags;
 1563|       |
 1564|     13|    CHECK_RELEASED_INT(self);
  ------------------
  |  |  192|     13|    if (BASE_INACCESSIBLE(mv)) {                                  \
  |  |  ------------------
  |  |  |  |  181|     13|    (((PyMemoryViewObject *)mv)->flags&_Py_MEMORYVIEW_RELEASED || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     26|#define _Py_MEMORYVIEW_RELEASED    0x001  /* access to master buffer blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:6): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  182|     13|     ((PyMemoryViewObject *)mv)->mbuf->flags&_Py_MANAGED_BUFFER_RELEASED)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|     13|#define _Py_MANAGED_BUFFER_RELEASED    0x001  /* access to exporter blocked */
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (182:6): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  193|      0|        PyErr_SetString(PyExc_ValueError,                         \
  |  |  194|      0|            "operation forbidden on released memoryview object"); \
  |  |  195|      0|        return -1;                                                \
  |  |  196|      0|    }
  ------------------
 1565|     13|    CHECK_RESTRICTED_INT(self);
  ------------------
  |  |  206|     13|    if (((PyMemoryViewObject *)(mv))->flags & _Py_MEMORYVIEW_RESTRICTED) { \
  |  |  ------------------
  |  |  |  |   25|     13|#define _Py_MEMORYVIEW_RESTRICTED  0x020  /* Disallow new references to the memoryview's buffer */
  |  |  ------------------
  |  |  |  Branch (206:9): [True: 0, False: 13]
  |  |  ------------------
  |  |  207|      0|        PyErr_SetString(PyExc_ValueError,                                  \
  |  |  208|      0|            "cannot create new view on restricted memoryview");            \
  |  |  209|      0|        return -1;                                                       \
  |  |  210|      0|    }
  ------------------
 1566|       |
 1567|       |    /* start with complete information */
 1568|     13|    *view = *base;
 1569|     13|    view->obj = NULL;
 1570|       |
 1571|     13|    if (REQ_WRITABLE(flags) && base->readonly) {
  ------------------
  |  |  250|     26|#define REQ_WRITABLE(flags) (flags&PyBUF_WRITABLE)
  |  |  ------------------
  |  |  |  |  109|     13|#define PyBUF_WRITABLE 0x0001
  |  |  ------------------
  |  |  |  Branch (250:29): [True: 0, False: 13]
  |  |  ------------------
  ------------------
  |  Branch (1571:32): [True: 0, False: 0]
  ------------------
 1572|      0|        PyErr_SetString(PyExc_BufferError,
 1573|      0|            "memoryview: underlying buffer is not writable");
 1574|      0|        return -1;
 1575|      0|    }
 1576|     13|    if (!REQ_FORMAT(flags)) {
  ------------------
  |  |  251|     13|#define REQ_FORMAT(flags) (flags&PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  116|     13|#define PyBUF_FORMAT 0x0004
  |  |  ------------------
  ------------------
  |  Branch (1576:9): [True: 13, False: 0]
  ------------------
 1577|       |        /* NULL indicates that the buffer's data type has been cast to 'B'.
 1578|       |           view->itemsize is the _previous_ itemsize. If shape is present,
 1579|       |           the equality product(shape) * itemsize = len still holds at this
 1580|       |           point. The equality calcsize(format) = itemsize does _not_ hold
 1581|       |           from here on! */
 1582|     13|        view->format = NULL;
 1583|     13|    }
 1584|       |
 1585|     13|    if (REQ_C_CONTIGUOUS(flags) && !MV_C_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  245|     26|#define REQ_C_CONTIGUOUS(flags) ((flags&PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  119|     13|#define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_C_CONTIGUOUS(flags) ((flags&PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  119|     13|#define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (245:33): [True: 0, False: 13]
  |  |  ------------------
  ------------------
                  if (REQ_C_CONTIGUOUS(flags) && !MV_C_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  233|      0|#define MV_C_CONTIGUOUS(flags) (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C))
  |  |  ------------------
  |  |  |  |   23|      0|#define _Py_MEMORYVIEW_SCALAR      0x008  /* scalar: ndim = 0 */
  |  |  ------------------
  |  |               #define MV_C_CONTIGUOUS(flags) (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C))
  |  |  ------------------
  |  |  |  |   21|      0|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  |  |  ------------------
  ------------------
  |  Branch (1585:36): [True: 0, False: 0]
  ------------------
 1586|      0|        PyErr_SetString(PyExc_BufferError,
 1587|      0|            "memoryview: underlying buffer is not C-contiguous");
 1588|      0|        return -1;
 1589|      0|    }
 1590|     13|    if (REQ_F_CONTIGUOUS(flags) && !MV_F_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  246|     26|#define REQ_F_CONTIGUOUS(flags) ((flags&PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  120|     13|#define PyBUF_F_CONTIGUOUS (0x0040 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_F_CONTIGUOUS(flags) ((flags&PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  120|     13|#define PyBUF_F_CONTIGUOUS (0x0040 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (246:33): [True: 0, False: 13]
  |  |  ------------------
  ------------------
                  if (REQ_F_CONTIGUOUS(flags) && !MV_F_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  235|      0|    (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_FORTRAN))
  |  |  ------------------
  |  |  |  |   23|      0|#define _Py_MEMORYVIEW_SCALAR      0x008  /* scalar: ndim = 0 */
  |  |  ------------------
  |  |                   (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_FORTRAN))
  |  |  ------------------
  |  |  |  |   22|      0|#define _Py_MEMORYVIEW_FORTRAN     0x004  /* Fortran contiguous layout */
  |  |  ------------------
  ------------------
  |  Branch (1590:36): [True: 0, False: 0]
  ------------------
 1591|      0|        PyErr_SetString(PyExc_BufferError,
 1592|      0|            "memoryview: underlying buffer is not Fortran contiguous");
 1593|      0|        return -1;
 1594|      0|    }
 1595|     13|    if (REQ_ANY_CONTIGUOUS(flags) && !MV_ANY_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  247|     26|#define REQ_ANY_CONTIGUOUS(flags) ((flags&PyBUF_ANY_CONTIGUOUS) == PyBUF_ANY_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  121|     13|#define PyBUF_ANY_CONTIGUOUS (0x0080 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_ANY_CONTIGUOUS(flags) ((flags&PyBUF_ANY_CONTIGUOUS) == PyBUF_ANY_CONTIGUOUS)
  |  |  ------------------
  |  |  |  |  121|     13|#define PyBUF_ANY_CONTIGUOUS (0x0080 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 13]
  |  |  ------------------
  ------------------
                  if (REQ_ANY_CONTIGUOUS(flags) && !MV_ANY_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  237|      0|    (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C|_Py_MEMORYVIEW_FORTRAN))
  |  |  ------------------
  |  |  |  |   23|      0|#define _Py_MEMORYVIEW_SCALAR      0x008  /* scalar: ndim = 0 */
  |  |  ------------------
  |  |                   (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C|_Py_MEMORYVIEW_FORTRAN))
  |  |  ------------------
  |  |  |  |   21|      0|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  |  |  ------------------
  |  |                   (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C|_Py_MEMORYVIEW_FORTRAN))
  |  |  ------------------
  |  |  |  |   22|      0|#define _Py_MEMORYVIEW_FORTRAN     0x004  /* Fortran contiguous layout */
  |  |  ------------------
  ------------------
  |  Branch (1595:38): [True: 0, False: 0]
  ------------------
 1596|      0|        PyErr_SetString(PyExc_BufferError,
 1597|      0|            "memoryview: underlying buffer is not contiguous");
 1598|      0|        return -1;
 1599|      0|    }
 1600|     13|    if (!REQ_INDIRECT(flags) && (baseflags & _Py_MEMORYVIEW_PIL)) {
  ------------------
  |  |  244|     26|#define REQ_INDIRECT(flags) ((flags&PyBUF_INDIRECT) == PyBUF_INDIRECT)
  |  |  ------------------
  |  |  |  |  122|     13|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_INDIRECT(flags) ((flags&PyBUF_INDIRECT) == PyBUF_INDIRECT)
  |  |  ------------------
  |  |  |  |  122|     13|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!REQ_INDIRECT(flags) && (baseflags & _Py_MEMORYVIEW_PIL)) {
  ------------------
  |  |   24|     13|#define _Py_MEMORYVIEW_PIL         0x010  /* PIL-style layout */
  ------------------
  |  Branch (1600:9): [True: 13, False: 0]
  |  Branch (1600:33): [True: 0, False: 13]
  ------------------
 1601|      0|        PyErr_SetString(PyExc_BufferError,
 1602|      0|            "memoryview: underlying buffer requires suboffsets");
 1603|      0|        return -1;
 1604|      0|    }
 1605|     13|    if (!REQ_STRIDES(flags)) {
  ------------------
  |  |  248|     13|#define REQ_STRIDES(flags) ((flags&PyBUF_STRIDES) == PyBUF_STRIDES)
  |  |  ------------------
  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define REQ_STRIDES(flags) ((flags&PyBUF_STRIDES) == PyBUF_STRIDES)
  |  |  ------------------
  |  |  |  |  118|     13|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1605:9): [True: 13, False: 0]
  ------------------
 1606|     13|        if (!MV_C_CONTIGUOUS(baseflags)) {
  ------------------
  |  |  233|     13|#define MV_C_CONTIGUOUS(flags) (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C))
  |  |  ------------------
  |  |  |  |   23|     13|#define _Py_MEMORYVIEW_SCALAR      0x008  /* scalar: ndim = 0 */
  |  |  ------------------
  |  |               #define MV_C_CONTIGUOUS(flags) (flags&(_Py_MEMORYVIEW_SCALAR|_Py_MEMORYVIEW_C))
  |  |  ------------------
  |  |  |  |   21|     13|#define _Py_MEMORYVIEW_C           0x002  /* C-contiguous layout */
  |  |  ------------------
  ------------------
  |  Branch (1606:13): [True: 0, False: 13]
  ------------------
 1607|      0|            PyErr_SetString(PyExc_BufferError,
 1608|      0|                "memoryview: underlying buffer is not C-contiguous");
 1609|      0|            return -1;
 1610|      0|        }
 1611|     13|        view->strides = NULL;
 1612|     13|    }
 1613|     13|    if (!REQ_SHAPE(flags)) {
  ------------------
  |  |  249|     13|#define REQ_SHAPE(flags) ((flags&PyBUF_ND) == PyBUF_ND)
  |  |  ------------------
  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  ------------------
  |  |               #define REQ_SHAPE(flags) ((flags&PyBUF_ND) == PyBUF_ND)
  |  |  ------------------
  |  |  |  |  117|     13|#define PyBUF_ND 0x0008
  |  |  ------------------
  ------------------
  |  Branch (1613:9): [True: 13, False: 0]
  ------------------
 1614|       |        /* PyBUF_SIMPLE or PyBUF_WRITABLE: at this point buf is C-contiguous,
 1615|       |           so base->buf = ndbuf->data. */
 1616|     13|        if (view->format != NULL) {
  ------------------
  |  Branch (1616:13): [True: 0, False: 13]
  ------------------
 1617|       |            /* PyBUF_SIMPLE|PyBUF_FORMAT and PyBUF_WRITABLE|PyBUF_FORMAT do
 1618|       |               not make sense. */
 1619|      0|            PyErr_Format(PyExc_BufferError,
 1620|      0|                "memoryview: cannot cast to unsigned bytes if the format flag "
 1621|      0|                "is present");
 1622|      0|            return -1;
 1623|      0|        }
 1624|       |        /* product(shape) * itemsize = len and calcsize(format) = itemsize
 1625|       |           do _not_ hold from here on! */
 1626|     13|        view->ndim = 1;
 1627|     13|        view->shape = NULL;
 1628|     13|    }
 1629|       |
 1630|       |
 1631|     13|    view->obj = Py_NewRef(self);
  ------------------
  |  |  550|     13|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1632|     13|    FT_ATOMIC_ADD_SSIZE(self->exports, 1);
  ------------------
  |  |  203|     13|#define FT_ATOMIC_ADD_SSIZE(value, new_value) (void)(value += new_value)
  ------------------
 1633|       |
 1634|     13|    return 0;
 1635|     13|}
memoryobject.c:memory_releasebuf:
 1639|     13|{
 1640|     13|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 1641|     13|    FT_ATOMIC_ADD_SSIZE(self->exports, -1);
  ------------------
  |  |  203|     13|#define FT_ATOMIC_ADD_SSIZE(value, new_value) (void)(value += new_value)
  ------------------
 1642|     13|    return;
 1643|       |    /* PyBuffer_Release() decrements view->obj after this function returns. */
 1644|     13|}
memoryobject.c:memory_traverse:
 1165|      2|{
 1166|      2|    PyMemoryViewObject *self = (PyMemoryViewObject *)_self;
 1167|      2|    Py_VISIT(self->mbuf);
  ------------------
  |  |  194|      2|    do {                                                                \
  |  |  195|      2|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  196|      2|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      2|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  198|      2|                return vret;                                            \
  |  |  199|      2|        }                                                               \
  |  |  200|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1168|      2|    return 0;
 1169|      2|}
memoryobject.c:memoryview_impl:
 1016|     13|{
 1017|     13|    return PyMemoryView_FromObject(object);
 1018|     13|}

PyCMethod_New:
   48|  2.70k|{
   49|       |    /* Figure out correct vectorcall function to use */
   50|  2.70k|    vectorcallfunc vectorcall;
   51|  2.70k|    switch (ml->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |   95|  2.70k|#define METH_VARARGS  0x0001
  ------------------
                  switch (ml->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |  115|  2.70k|#  define METH_FASTCALL  0x0080
  ------------------
                  switch (ml->ml_flags & (METH_VARARGS | METH_FASTCALL | METH_NOARGS |
  ------------------
  |  |   98|  2.70k|#define METH_NOARGS   0x0004
  ------------------
   52|  2.70k|                            METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |   99|  2.70k|#define METH_O        0x0008
  ------------------
                                          METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |   96|  2.70k|#define METH_KEYWORDS 0x0002
  ------------------
                                          METH_O | METH_KEYWORDS | METH_METHOD))
  ------------------
  |  |  133|  2.70k|#define METH_METHOD 0x0200
  ------------------
   53|  2.70k|    {
   54|     84|        case METH_VARARGS:
  ------------------
  |  |   95|     84|#define METH_VARARGS  0x0001
  ------------------
  |  Branch (54:9): [True: 84, False: 2.62k]
  ------------------
   55|     90|        case METH_VARARGS | METH_KEYWORDS:
  ------------------
  |  |   95|     90|#define METH_VARARGS  0x0001
  ------------------
                      case METH_VARARGS | METH_KEYWORDS:
  ------------------
  |  |   96|     90|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (55:9): [True: 6, False: 2.69k]
  ------------------
   56|       |            /* For METH_VARARGS functions, it's more efficient to use tp_call
   57|       |             * instead of vectorcall. */
   58|     90|            vectorcall = NULL;
   59|     90|            break;
   60|    262|        case METH_FASTCALL:
  ------------------
  |  |  115|    262|#  define METH_FASTCALL  0x0080
  ------------------
  |  Branch (60:9): [True: 262, False: 2.44k]
  ------------------
   61|    262|            vectorcall = cfunction_vectorcall_FASTCALL;
   62|    262|            break;
   63|    776|        case METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  115|    776|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |   96|    776|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (63:9): [True: 776, False: 1.92k]
  ------------------
   64|    776|            vectorcall = cfunction_vectorcall_FASTCALL_KEYWORDS;
   65|    776|            break;
   66|    554|        case METH_NOARGS:
  ------------------
  |  |   98|    554|#define METH_NOARGS   0x0004
  ------------------
  |  Branch (66:9): [True: 554, False: 2.15k]
  ------------------
   67|    554|            vectorcall = cfunction_vectorcall_NOARGS;
   68|    554|            break;
   69|    572|        case METH_O:
  ------------------
  |  |   99|    572|#define METH_O        0x0008
  ------------------
  |  Branch (69:9): [True: 572, False: 2.13k]
  ------------------
   70|    572|            vectorcall = cfunction_vectorcall_O;
   71|    572|            break;
   72|    450|        case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  133|    450|#define METH_METHOD 0x0200
  ------------------
                      case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |  115|    450|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_METHOD | METH_FASTCALL | METH_KEYWORDS:
  ------------------
  |  |   96|    450|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (72:9): [True: 450, False: 2.25k]
  ------------------
   73|    450|            vectorcall = cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD;
   74|    450|            break;
   75|      0|        default:
  ------------------
  |  Branch (75:9): [True: 0, False: 2.70k]
  ------------------
   76|      0|            PyErr_Format(PyExc_SystemError,
   77|      0|                         "%s() method: bad call flags", ml->ml_name);
   78|      0|            return NULL;
   79|  2.70k|    }
   80|       |
   81|  2.70k|    PyCFunctionObject *op = NULL;
   82|       |
   83|  2.70k|    if (ml->ml_flags & METH_METHOD) {
  ------------------
  |  |  133|  2.70k|#define METH_METHOD 0x0200
  ------------------
  |  Branch (83:9): [True: 450, False: 2.25k]
  ------------------
   84|    450|        if (!cls) {
  ------------------
  |  Branch (84:13): [True: 0, False: 450]
  ------------------
   85|      0|            PyErr_SetString(PyExc_SystemError,
   86|      0|                            "attempting to create PyCMethod with a METH_METHOD "
   87|      0|                            "flag but no class");
   88|      0|            return NULL;
   89|      0|        }
   90|    450|        PyCMethodObject *om = _Py_FREELIST_POP(PyCMethodObject, pycmethodobject);
  ------------------
  |  |   43|    450|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|    450|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   91|    450|        if (om == NULL) {
  ------------------
  |  Branch (91:13): [True: 2, False: 448]
  ------------------
   92|      2|            om = PyObject_GC_New(PyCMethodObject, &PyCMethod_Type);
  ------------------
  |  |  181|      2|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   93|      2|            if (om == NULL) {
  ------------------
  |  Branch (93:17): [True: 0, False: 2]
  ------------------
   94|      0|                return NULL;
   95|      0|            }
   96|      2|        }
   97|    450|        om->mm_class = (PyTypeObject*)Py_NewRef(cls);
  ------------------
  |  |  550|    450|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    450|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    450|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   98|    450|        op = (PyCFunctionObject *)om;
   99|  2.25k|    } else {
  100|  2.25k|        if (cls) {
  ------------------
  |  Branch (100:13): [True: 0, False: 2.25k]
  ------------------
  101|      0|            PyErr_SetString(PyExc_SystemError,
  102|      0|                            "attempting to create PyCFunction with class "
  103|      0|                            "but no METH_METHOD flag");
  104|      0|            return NULL;
  105|      0|        }
  106|  2.25k|        op = _Py_FREELIST_POP(PyCFunctionObject, pycfunctionobject);
  ------------------
  |  |   43|  2.25k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  2.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  107|  2.25k|        if (op == NULL) {
  ------------------
  |  Branch (107:13): [True: 1.36k, False: 894]
  ------------------
  108|  1.36k|            op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
  ------------------
  |  |  181|  1.36k|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|  1.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  109|  1.36k|            if (op == NULL) {
  ------------------
  |  Branch (109:17): [True: 0, False: 1.36k]
  ------------------
  110|      0|                return NULL;
  111|      0|            }
  112|  1.36k|        }
  113|  2.25k|    }
  114|       |
  115|  2.70k|    op->m_weakreflist = NULL;
  116|  2.70k|    op->m_ml = ml;
  117|  2.70k|    op->m_self = Py_XNewRef(self);
  ------------------
  |  |  551|  2.70k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  118|  2.70k|    op->m_module = Py_XNewRef(module);
  ------------------
  |  |  551|  2.70k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  2.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  119|  2.70k|    op->vectorcall = vectorcall;
  120|  2.70k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|  2.70k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.70k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.70k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  121|  2.70k|    return (PyObject *)op;
  122|  2.70k|}
methodobject.c:meth_dealloc:
  168|  1.34k|{
  169|  1.34k|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|  1.34k|    (assert(PyCFunction_Check(func)), \
  |  |   18|  1.34k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|  1.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (169:28): [True: 1.34k, False: 0]
  ------------------
  170|      0|    PyObject_GC_UnTrack(m);
  171|  1.34k|    FT_CLEAR_WEAKREFS(self, m->m_weakreflist);
  ------------------
  |  |   47|  1.34k|    do {                                            \
  |  |   48|  1.34k|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|  1.34k|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 1.34k]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|  1.34k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 1.34k]
  |  |  ------------------
  ------------------
  |  Branch (171:5): [True: 1.34k, False: 0]
  ------------------
  172|       |    // We need to access ml_flags here rather than later.
  173|       |    // `m->m_ml` might have the same lifetime
  174|       |    // as `m_self` when it's dynamically allocated.
  175|  1.34k|    int ml_flags = m->m_ml->ml_flags;
  176|       |    // Dereference class before m_self: PyCFunction_GET_CLASS accesses
  177|       |    // PyMethodDef m_ml, which could be kept alive by m_self
  178|  1.34k|    Py_XDECREF(PyCFunction_GET_CLASS(m));
  ------------------
  |  |  524|  1.34k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.34k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  179|  1.34k|    Py_XDECREF(m->m_self);
  ------------------
  |  |  524|  1.34k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.34k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  180|  1.34k|    Py_XDECREF(m->m_module);
  ------------------
  |  |  524|  1.34k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.34k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|  1.34k|    if (ml_flags & METH_METHOD) {
  ------------------
  |  |  133|  1.34k|#define METH_METHOD 0x0200
  ------------------
  |  Branch (181:9): [True: 450, False: 899]
  ------------------
  182|    450|        assert(Py_IS_TYPE(self, &PyCMethod_Type));
  ------------------
  |  Branch (182:9): [True: 450, False: 0]
  ------------------
  183|    450|        _Py_FREELIST_FREE(pycmethodobject, m, PyObject_GC_Del);
  ------------------
  |  |   35|    450|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|    450|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    450|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|    450|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   32|    450|#  define Py_pycmethodobject_MAXFREELIST 16
  |  |  ------------------
  ------------------
  184|    450|    }
  185|    899|    else {
  186|    899|        assert(Py_IS_TYPE(self, &PyCFunction_Type));
  ------------------
  |  Branch (186:9): [True: 899, False: 0]
  ------------------
  187|    899|        _Py_FREELIST_FREE(pycfunctionobject, m, PyObject_GC_Del);
  ------------------
  |  |   35|    899|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|    899|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    899|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|    899|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   31|    899|#  define Py_pycfunctionobject_MAXFREELIST 16
  |  |  ------------------
  ------------------
  188|    899|    }
  189|  1.34k|}
methodobject.c:meth_hash:
  344|    128|{
  345|    128|    PyCFunctionObject *a = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|    128|    (assert(PyCFunction_Check(func)), \
  |  |   18|    128|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|    128|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (345:28): [True: 128, False: 0]
  ------------------
  346|      0|    Py_hash_t x = PyObject_GenericHash(a->m_self);
  347|    128|    Py_hash_t y = Py_HashPointer((void*)(a->m_ml->ml_meth));
  348|    128|    x ^= y;
  349|    128|    if (x == -1) {
  ------------------
  |  Branch (349:9): [True: 0, False: 128]
  ------------------
  350|      0|        x = -2;
  351|      0|    }
  352|    128|    return x;
  353|    128|}
methodobject.c:meth_traverse:
  267|  2.40k|{
  268|  2.40k|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|  2.40k|    (assert(PyCFunction_Check(func)), \
  |  |   18|  2.40k|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|  2.40k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (268:28): [True: 2.40k, False: 0]
  ------------------
  269|  2.40k|    Py_VISIT(PyCFunction_GET_CLASS(m));
  ------------------
  |  |  194|  2.40k|    do {                                                                \
  |  |  195|  2.40k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 2.40k]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|  2.40k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.40k]
  |  |  ------------------
  ------------------
  270|  2.40k|    Py_VISIT(m->m_self);
  ------------------
  |  |  194|  2.40k|    do {                                                                \
  |  |  195|  2.40k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 2.32k, False: 80]
  |  |  ------------------
  |  |  196|  2.32k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  2.32k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.32k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  2.32k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 2.32k]
  |  |  ------------------
  |  |  198|  2.32k|                return vret;                                            \
  |  |  199|  2.32k|        }                                                               \
  |  |  200|  2.40k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.40k]
  |  |  ------------------
  ------------------
  271|  2.40k|    Py_VISIT(m->m_module);
  ------------------
  |  |  194|  2.40k|    do {                                                                \
  |  |  195|  2.40k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 1.68k, False: 726]
  |  |  ------------------
  |  |  196|  1.68k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  1.68k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.68k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  1.68k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 1.68k]
  |  |  ------------------
  |  |  198|  1.68k|                return vret;                                            \
  |  |  199|  1.68k|        }                                                               \
  |  |  200|  2.40k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 2.40k]
  |  |  ------------------
  ------------------
  272|  2.40k|    return 0;
  273|  2.40k|}
methodobject.c:meth_richcompare:
  319|      8|{
  320|      8|    PyCFunctionObject *a, *b;
  321|      8|    PyObject *res;
  322|      8|    int eq;
  323|       |
  324|      8|    if ((op != Py_EQ && op != Py_NE) ||
  ------------------
  |  |  654|     16|#define Py_EQ 2
  ------------------
                  if ((op != Py_EQ && op != Py_NE) ||
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (324:10): [True: 0, False: 8]
  |  Branch (324:25): [True: 0, False: 0]
  ------------------
  325|      8|        !PyCFunction_Check(self) ||
  ------------------
  |  |   17|      8|#define PyCFunction_Check(op) PyObject_TypeCheck((op), &PyCFunction_Type)
  |  |  ------------------
  |  |  |  |  378|     16|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (325:9): [True: 0, False: 8]
  ------------------
  326|      8|        !PyCFunction_Check(other))
  ------------------
  |  |   17|      8|#define PyCFunction_Check(op) PyObject_TypeCheck((op), &PyCFunction_Type)
  |  |  ------------------
  |  |  |  |  378|      8|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (326:9): [True: 6, False: 2]
  ------------------
  327|      6|    {
  328|      6|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      6|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      6|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
  329|      6|    }
  330|      2|    a = (PyCFunctionObject *)self;
  331|      2|    b = (PyCFunctionObject *)other;
  332|      2|    eq = a->m_self == b->m_self;
  333|      2|    if (eq)
  ------------------
  |  Branch (333:9): [True: 0, False: 2]
  ------------------
  334|      0|        eq = a->m_ml->ml_meth == b->m_ml->ml_meth;
  335|      2|    if (op == Py_EQ)
  ------------------
  |  |  654|      2|#define Py_EQ 2
  ------------------
  |  Branch (335:9): [True: 2, False: 0]
  ------------------
  336|      2|        res = eq ? Py_True : Py_False;
  ------------------
  |  |   26|      2|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      res = eq ? Py_True : Py_False;
  ------------------
  |  |   25|      2|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (336:15): [True: 0, False: 2]
  ------------------
  337|      0|    else
  338|      0|        res = eq ? Py_False : Py_True;
  ------------------
  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      res = eq ? Py_False : Py_True;
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (338:15): [True: 0, False: 0]
  ------------------
  339|      2|    return Py_NewRef(res);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  340|      8|}
methodobject.c:meth_get__doc__:
  218|      6|{
  219|      6|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|      6|    (assert(PyCFunction_Check(func)), \
  |  |   18|      6|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (219:28): [True: 6, False: 0]
  ------------------
  220|      0|    return _PyType_GetDocFromInternalDoc(m->m_ml->ml_name, m->m_ml->ml_doc);
  221|      6|}
methodobject.c:meth_get__name__:
  225|      6|{
  226|      6|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|      6|    (assert(PyCFunction_Check(func)), \
  |  |   18|      6|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (226:28): [True: 6, False: 0]
  ------------------
  227|      0|    return PyUnicode_FromString(m->m_ml->ml_name);
  228|      6|}
methodobject.c:meth_get__qualname__:
  232|      6|{
  233|       |    /* If __self__ is a module or NULL, return m.__name__
  234|       |       (e.g. len.__qualname__ == 'len')
  235|       |
  236|       |       If __self__ is a type, return m.__self__.__qualname__ + '.' + m.__name__
  237|       |       (e.g. dict.fromkeys.__qualname__ == 'dict.fromkeys')
  238|       |
  239|       |       Otherwise return type(m.__self__).__qualname__ + '.' + m.__name__
  240|       |       (e.g. [].append.__qualname__ == 'list.append') */
  241|       |
  242|      6|    PyCFunctionObject *m = _PyCFunctionObject_CAST(self);
  ------------------
  |  |   17|      6|    (assert(PyCFunction_Check(func)), \
  |  |   18|      6|     _Py_CAST(PyCFunctionObject*, (func)))
  |  |  ------------------
  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (242:28): [True: 6, False: 0]
  ------------------
  243|      6|    if (m->m_self == NULL || PyModule_Check(m->m_self)) {
  ------------------
  |  |   12|      6|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|      6|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (243:9): [True: 0, False: 6]
  ------------------
  244|      0|        return PyUnicode_FromString(m->m_ml->ml_name);
  245|      0|    }
  246|       |
  247|      6|    PyObject *type = PyType_Check(m->m_self) ? m->m_self : (PyObject*)Py_TYPE(m->m_self);
  ------------------
  |  |  766|      6|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 6, False: 0]
  |  |  ------------------
  ------------------
                  PyObject *type = PyType_Check(m->m_self) ? m->m_self : (PyObject*)Py_TYPE(m->m_self);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  248|       |
  249|      6|    PyObject *type_qualname = PyObject_GetAttr(type, &_Py_ID(__qualname__));
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      6|    if (type_qualname == NULL)
  ------------------
  |  Branch (250:9): [True: 0, False: 6]
  ------------------
  251|      0|        return NULL;
  252|       |
  253|      6|    if (!PyUnicode_Check(type_qualname)) {
  ------------------
  |  |  103|      6|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      6|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (253:9): [True: 0, False: 6]
  ------------------
  254|      0|        PyErr_SetString(PyExc_TypeError, "<method>.__class__."
  255|      0|                        "__qualname__ is not a unicode object");
  256|      0|        Py_XDECREF(type_qualname);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  257|      0|        return NULL;
  258|      0|    }
  259|       |
  260|      6|    PyObject *res = PyUnicode_FromFormat("%S.%s", type_qualname, m->m_ml->ml_name);
  261|      6|    Py_DECREF(type_qualname);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  262|      6|    return res;
  263|      6|}
methodobject.c:cfunction_vectorcall_FASTCALL:
  438|    242|{
  439|    242|    PyThreadState *tstate = _PyThreadState_GET();
  440|    242|    if (cfunction_check_kwargs(tstate, func, kwnames)) {
  ------------------
  |  Branch (440:9): [True: 0, False: 242]
  ------------------
  441|      0|        return NULL;
  442|      0|    }
  443|    242|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    242|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  444|    242|    PyCFunctionFast meth = (PyCFunctionFast)
  445|    242|                            cfunction_enter_call(tstate, func);
  446|    242|    if (meth == NULL) {
  ------------------
  |  Branch (446:9): [True: 0, False: 242]
  ------------------
  447|      0|        return NULL;
  448|      0|    }
  449|    242|    PyObject *result = meth(PyCFunction_GET_SELF(func), args, nargs);
  ------------------
  |  |   52|    242|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    242|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  450|    242|    _Py_LeaveRecursiveCallTstate(tstate);
  451|    242|    return result;
  452|    242|}
methodobject.c:cfunction_check_kwargs:
  408|  1.78k|{
  409|  1.78k|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (409:5): [True: 1.78k, False: 0]
  ------------------
  410|  1.78k|    assert(PyCFunction_Check(func));
  ------------------
  |  Branch (410:5): [True: 1.78k, False: 0]
  ------------------
  411|  1.78k|    if (kwnames && PyTuple_GET_SIZE(kwnames)) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (411:9): [True: 0, False: 1.78k]
  ------------------
  412|      0|        PyObject *funcstr = _PyObject_FunctionStr(func);
  413|      0|        if (funcstr != NULL) {
  ------------------
  |  Branch (413:13): [True: 0, False: 0]
  ------------------
  414|      0|            _PyErr_Format(tstate, PyExc_TypeError,
  415|      0|                         "%U takes no keyword arguments", funcstr);
  416|      0|            Py_DECREF(funcstr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  417|      0|        }
  418|      0|        return -1;
  419|      0|    }
  420|  1.78k|    return 0;
  421|  1.78k|}
methodobject.c:cfunction_enter_call:
  427|  2.96k|{
  428|  2.96k|    if (_Py_EnterRecursiveCallTstate(tstate, " while calling a Python object")) {
  ------------------
  |  Branch (428:9): [True: 0, False: 2.96k]
  ------------------
  429|      0|        return NULL;
  430|      0|    }
  431|  2.96k|    return (funcptr)PyCFunction_GET_FUNCTION(func);
  ------------------
  |  |   43|  2.96k|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|  2.96k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.96k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|  2.96k|}
methodobject.c:cfunction_vectorcall_FASTCALL_KEYWORDS:
  457|    738|{
  458|    738|    PyThreadState *tstate = _PyThreadState_GET();
  459|    738|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    738|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  460|    738|    PyCFunctionFastWithKeywords meth = (PyCFunctionFastWithKeywords)
  461|    738|                                        cfunction_enter_call(tstate, func);
  462|    738|    if (meth == NULL) {
  ------------------
  |  Branch (462:9): [True: 0, False: 738]
  ------------------
  463|      0|        return NULL;
  464|      0|    }
  465|    738|    PyObject *result = meth(PyCFunction_GET_SELF(func), args, nargs, kwnames);
  ------------------
  |  |   52|    738|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    738|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    738|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  466|    738|    _Py_LeaveRecursiveCallTstate(tstate);
  467|    738|    return result;
  468|    738|}
methodobject.c:cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD:
  473|    446|{
  474|    446|    PyThreadState *tstate = _PyThreadState_GET();
  475|    446|    PyTypeObject *cls = PyCFunction_GET_CLASS(func);
  ------------------
  |  |   66|    446|#define PyCFunction_GET_CLASS(func) PyCFunction_GET_CLASS(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    446|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    446|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  476|    446|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    446|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  477|    446|    PyCMethod meth = (PyCMethod)cfunction_enter_call(tstate, func);
  478|    446|    if (meth == NULL) {
  ------------------
  |  Branch (478:9): [True: 0, False: 446]
  ------------------
  479|      0|        return NULL;
  480|      0|    }
  481|    446|    PyObject *result = meth(PyCFunction_GET_SELF(func), cls, args, nargs, kwnames);
  ------------------
  |  |   52|    446|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    446|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    446|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  482|    446|    _Py_LeaveRecursiveCallTstate(tstate);
  483|    446|    return result;
  484|    446|}
methodobject.c:cfunction_vectorcall_NOARGS:
  489|  1.23k|{
  490|  1.23k|    PyThreadState *tstate = _PyThreadState_GET();
  491|  1.23k|    if (cfunction_check_kwargs(tstate, func, kwnames)) {
  ------------------
  |  Branch (491:9): [True: 0, False: 1.23k]
  ------------------
  492|      0|        return NULL;
  493|      0|    }
  494|  1.23k|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|  1.23k|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  495|  1.23k|    if (nargs != 0) {
  ------------------
  |  Branch (495:9): [True: 0, False: 1.23k]
  ------------------
  496|      0|        PyObject *funcstr = _PyObject_FunctionStr(func);
  497|      0|        if (funcstr != NULL) {
  ------------------
  |  Branch (497:13): [True: 0, False: 0]
  ------------------
  498|      0|            _PyErr_Format(tstate, PyExc_TypeError,
  499|      0|                "%U takes no arguments (%zd given)", funcstr, nargs);
  500|      0|            Py_DECREF(funcstr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|      0|        }
  502|      0|        return NULL;
  503|      0|    }
  504|  1.23k|    PyCFunction meth = (PyCFunction)cfunction_enter_call(tstate, func);
  505|  1.23k|    if (meth == NULL) {
  ------------------
  |  Branch (505:9): [True: 0, False: 1.23k]
  ------------------
  506|      0|        return NULL;
  507|      0|    }
  508|  1.23k|    PyObject *result = _PyCFunction_TrampolineCall(
  ------------------
  |  |  997|  1.23k|    (meth)((self), (args))
  ------------------
  509|  1.23k|        meth, PyCFunction_GET_SELF(func), NULL);
  510|  1.23k|    _Py_LeaveRecursiveCallTstate(tstate);
  511|  1.23k|    return result;
  512|  1.23k|}
methodobject.c:cfunction_vectorcall_O:
  517|    311|{
  518|    311|    PyThreadState *tstate = _PyThreadState_GET();
  519|    311|    if (cfunction_check_kwargs(tstate, func, kwnames)) {
  ------------------
  |  Branch (519:9): [True: 0, False: 311]
  ------------------
  520|      0|        return NULL;
  521|      0|    }
  522|    311|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    311|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  523|    311|    if (nargs != 1) {
  ------------------
  |  Branch (523:9): [True: 0, False: 311]
  ------------------
  524|      0|        PyObject *funcstr = _PyObject_FunctionStr(func);
  525|      0|        if (funcstr != NULL) {
  ------------------
  |  Branch (525:13): [True: 0, False: 0]
  ------------------
  526|      0|            _PyErr_Format(tstate, PyExc_TypeError,
  527|      0|                "%U takes exactly one argument (%zd given)", funcstr, nargs);
  528|      0|            Py_DECREF(funcstr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  529|      0|        }
  530|      0|        return NULL;
  531|      0|    }
  532|    311|    PyCFunction meth = (PyCFunction)cfunction_enter_call(tstate, func);
  533|    311|    if (meth == NULL) {
  ------------------
  |  Branch (533:9): [True: 0, False: 311]
  ------------------
  534|      0|        return NULL;
  535|      0|    }
  536|    311|    PyObject *result = _PyCFunction_TrampolineCall(
  ------------------
  |  |  997|    311|    (meth)((self), (args))
  ------------------
  537|    311|        meth, PyCFunction_GET_SELF(func), args[0]);
  538|    311|    _Py_LeaveRecursiveCallTstate(tstate);
  539|    311|    return result;
  540|    311|}
methodobject.c:cfunction_call:
  545|    102|{
  546|    102|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (546:5): [True: 102, False: 0]
  |  Branch (546:5): [True: 0, False: 0]
  ------------------
  547|       |
  548|    102|    PyThreadState *tstate = _PyThreadState_GET();
  549|    102|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (549:5): [True: 102, False: 0]
  ------------------
  550|       |
  551|    102|    int flags = PyCFunction_GET_FLAGS(func);
  ------------------
  |  |   57|    102|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    102|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    102|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  552|    102|    if (!(flags & METH_VARARGS)) {
  ------------------
  |  |   95|    102|#define METH_VARARGS  0x0001
  ------------------
  |  Branch (552:9): [True: 0, False: 102]
  ------------------
  553|       |        /* If this is not a METH_VARARGS function, delegate to vectorcall */
  554|      0|        return PyVectorcall_Call(func, args, kwargs);
  555|      0|    }
  556|       |
  557|       |    /* For METH_VARARGS, we cannot use vectorcall as the vectorcall pointer
  558|       |     * is NULL. This is intentional, since vectorcall would be slower. */
  559|    102|    PyCFunction meth = PyCFunction_GET_FUNCTION(func);
  ------------------
  |  |   43|    102|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    102|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    102|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  560|    102|    PyObject *self = PyCFunction_GET_SELF(func);
  ------------------
  |  |   52|    102|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    102|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    102|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  561|       |
  562|    102|    PyObject *result;
  563|    102|    if (flags & METH_KEYWORDS) {
  ------------------
  |  |   96|    102|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (563:9): [True: 0, False: 102]
  ------------------
  564|      0|        result = _PyCFunctionWithKeywords_TrampolineCall(
  ------------------
  |  |  999|      0|    (meth)((self), (args), (kw))
  ------------------
  565|      0|            *_PyCFunctionWithKeywords_CAST(meth),
  566|      0|            self, args, kwargs);
  567|      0|    }
  568|    102|    else {
  569|    102|        if (kwargs != NULL && PyDict_GET_SIZE(kwargs) != 0) {
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (569:13): [True: 0, False: 102]
  |  Branch (569:31): [True: 0, False: 0]
  ------------------
  570|      0|            _PyErr_Format(tstate, PyExc_TypeError,
  571|      0|                          "%.200s() takes no keyword arguments",
  572|      0|                          ((PyCFunctionObject*)func)->m_ml->ml_name);
  573|      0|            return NULL;
  574|      0|        }
  575|    102|        result = _PyCFunction_TrampolineCall(meth, self, args);
  ------------------
  |  |  997|    102|    (meth)((self), (args))
  ------------------
  576|    102|    }
  577|    102|    return _Py_CheckFunctionResult(tstate, func, result, NULL);
  578|    102|}

mi_heap_get_default:
  202|      2|mi_heap_t* mi_heap_get_default(void) {
  203|      2|  mi_thread_init();
  204|      2|  return mi_prim_get_default_heap();
  205|      2|}
_mi_heap_random_next:
  260|      6|uintptr_t _mi_heap_random_next(mi_heap_t* heap) {
  261|      6|  return _mi_random_next(&heap->random);
  262|      6|}

_mi_thread_id:
  121|      4|mi_threadid_t _mi_thread_id(void) mi_attr_noexcept {
  122|      4|  return _mi_prim_thread_id();
  123|      4|}
mi_thread_init:
  389|      4|{
  390|       |  // ensure our process has started already
  391|      4|  mi_process_init();
  392|       |
  393|       |  // initialize the thread local default heap
  394|       |  // (this will call `_mi_heap_set_default_direct` and thus set the
  395|       |  //  fiber/pthread key to a non-zero value, ensuring `_mi_thread_done` is called)
  396|      4|  if (_mi_heap_init()) return;  // returns true if already initialized
  ------------------
  |  Branch (396:7): [True: 4, False: 0]
  ------------------
  397|       |
  398|      0|  _mi_stat_increase(&_mi_stats_main.threads, 1);
  399|      0|  mi_atomic_increment_relaxed(&thread_count);
  ------------------
  |  |   78|      0|#define mi_atomic_increment_relaxed(p)           mi_atomic_add_relaxed(p,(uintptr_t)1)
  |  |  ------------------
  |  |  |  |   71|      0|#define mi_atomic_add_relaxed(p,x)               mi_atomic(fetch_add_explicit)(p,x,mi_memory_order(relaxed))
  |  |  |  |  ------------------
  |  |  |  |  |  |   42|      0|#define  mi_atomic(name)        atomic_##name
  |  |  |  |  ------------------
  |  |  |  |               #define mi_atomic_add_relaxed(p,x)               mi_atomic(fetch_add_explicit)(p,x,mi_memory_order(relaxed))
  |  |  |  |  ------------------
  |  |  |  |  |  |   43|      0|#define  mi_memory_order(name)  memory_order_##name
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  400|       |  //_mi_verbose_message("thread init: 0x%zx\n", _mi_thread_id());
  401|      0|}
_mi_heap_set_default_direct:
  431|      2|void _mi_heap_set_default_direct(mi_heap_t* heap)  {
  432|      2|  mi_assert_internal(heap != NULL);
  433|       |  #if defined(MI_TLS_SLOT)
  434|       |  mi_prim_tls_slot_set(MI_TLS_SLOT,heap);
  435|       |  #elif defined(MI_TLS_PTHREAD_SLOT_OFS)
  436|       |  *mi_tls_pthread_heap_slot() = heap;
  437|       |  #elif defined(MI_TLS_PTHREAD)
  438|       |  // we use _mi_heap_default_key
  439|       |  #else
  440|      2|  _mi_heap_default = heap;
  441|      2|  #endif
  442|       |
  443|       |  // ensure the default heap is passed to `_mi_thread_done`
  444|       |  // setting to a non-NULL value also ensures `mi_thread_done` is called.
  445|      2|  _mi_prim_thread_associate_default_heap(heap);
  446|      2|}
_mi_preloading:
  458|     52|bool mi_decl_noinline _mi_preloading(void) {
  459|     52|  return os_preloading;
  460|     52|}
mi_process_init:
  543|      6|void mi_process_init(void) mi_attr_noexcept {
  544|       |  // ensure we are called once
  545|      6|  static mi_atomic_once_t process_init;
  546|      6|        #if _MSC_VER < 1920
  547|      6|        mi_heap_main_init(); // vs2017 can dynamically re-initialize _mi_heap_main
  548|      6|        #endif
  549|      6|  if (!mi_atomic_once(&process_init)) return;
  ------------------
  |  Branch (549:7): [True: 4, False: 2]
  ------------------
  550|      2|  _mi_process_is_initialized = true;
  551|      2|  _mi_verbose_message("process init: 0x%zx\n", _mi_thread_id());
  552|      2|  mi_process_setup_auto_thread_done();
  553|       |
  554|      2|  mi_detect_cpu_features();
  555|      2|  _mi_os_init();
  556|      2|  mi_heap_main_init();
  557|       |  #if MI_DEBUG
  558|       |  _mi_verbose_message("debug level : %d\n", MI_DEBUG);
  559|       |  #endif
  560|      2|  _mi_verbose_message("secure level: %d\n", MI_SECURE);
  ------------------
  |  |  101|      2|#define MI_SECURE 0
  ------------------
  561|      2|  _mi_verbose_message("mem tracking: %s\n", MI_TRACK_TOOL);
  ------------------
  |  |   98|      2|#define MI_TRACK_TOOL         "none"
  ------------------
  562|       |  #if MI_TSAN
  563|       |  _mi_verbose_message("thread sanitizer enabled\n");
  564|       |  #endif
  565|      2|  mi_thread_init();
  566|       |
  567|       |  #if defined(_WIN32)
  568|       |  // On windows, when building as a static lib the FLS cleanup happens to early for the main thread.
  569|       |  // To avoid this, set the FLS value for the main thread to NULL so the fls cleanup
  570|       |  // will not call _mi_thread_done on the (still executing) main thread. See issue #508.
  571|       |  _mi_prim_thread_associate_default_heap(NULL);
  572|       |  #endif
  573|       |
  574|      2|  mi_stats_reset();  // only call stat reset *after* thread init (or the heap tld == NULL)
  575|      2|  mi_track_init();
  576|       |
  577|      2|  if (mi_option_is_enabled(mi_option_reserve_huge_os_pages)) {
  ------------------
  |  Branch (577:7): [True: 0, False: 2]
  ------------------
  578|      0|    size_t pages = mi_option_get_clamp(mi_option_reserve_huge_os_pages, 0, 128*1024);
  579|      0|    long reserve_at = mi_option_get(mi_option_reserve_huge_os_pages_at);
  580|      0|    if (reserve_at != -1) {
  ------------------
  |  Branch (580:9): [True: 0, False: 0]
  ------------------
  581|      0|      mi_reserve_huge_os_pages_at(pages, reserve_at, pages*500);
  582|      0|    } else {
  583|      0|      mi_reserve_huge_os_pages_interleave(pages, 0, pages*500);
  584|      0|    }
  585|      0|  }
  586|      2|  if (mi_option_is_enabled(mi_option_reserve_os_memory)) {
  ------------------
  |  Branch (586:7): [True: 0, False: 2]
  ------------------
  587|      0|    long ksize = mi_option_get(mi_option_reserve_os_memory);
  588|      0|    if (ksize > 0) {
  ------------------
  |  Branch (588:9): [True: 0, False: 0]
  ------------------
  589|      0|      mi_reserve_os_memory((size_t)ksize*MI_KiB, true /* commit? */, true /* allow large pages? */);
  ------------------
  |  |  192|      0|#define MI_KiB     (MI_ZU(1024))
  |  |  ------------------
  |  |  |  |  182|      0|# define MI_ZU(x)  x##UL
  |  |  ------------------
  ------------------
  590|      0|    }
  591|      0|  }
  592|      2|}
obmalloc.c:_mi_process_init:
  681|      2|  static void __attribute__((constructor)) _mi_process_init(void) {
  682|      2|    mi_process_load();
  683|      2|  }
obmalloc.c:mi_heap_main_init:
  159|     10|static void mi_heap_main_init(void) {
  160|     10|  if (_mi_heap_main.cookie == 0) {
  ------------------
  |  Branch (160:7): [True: 2, False: 8]
  ------------------
  161|      2|    _mi_heap_main.thread_id = _mi_thread_id();
  162|      2|    _mi_heap_main.cookie = 1;
  163|       |    #if defined(_WIN32) && !defined(MI_SHARED_LIB)
  164|       |      _mi_random_init_weak(&_mi_heap_main.random);    // prevent allocation failure during bcrypt dll initialization with static linking
  165|       |    #else
  166|      2|      _mi_random_init(&_mi_heap_main.random);
  167|      2|    #endif
  168|      2|    _mi_heap_main.cookie  = _mi_heap_random_next(&_mi_heap_main);
  169|      2|    _mi_heap_main.keys[0] = _mi_heap_random_next(&_mi_heap_main);
  170|      2|    _mi_heap_main.keys[1] = _mi_heap_random_next(&_mi_heap_main);
  171|      2|  }
  172|     10|}
obmalloc.c:_mi_heap_init:
  268|      4|static bool _mi_heap_init(void) {
  269|      4|  if (mi_heap_is_initialized(mi_prim_get_default_heap())) return true;
  ------------------
  |  Branch (269:7): [True: 4, False: 0]
  ------------------
  270|      0|  if (_mi_is_main_thread()) {
  ------------------
  |  Branch (270:7): [True: 0, False: 0]
  ------------------
  271|       |    // mi_assert_internal(_mi_heap_main.thread_id != 0);  // can happen on freeBSD where alloc is called before any initialization
  272|       |    // the main heap is statically allocated
  273|      0|    mi_heap_main_init();
  274|      0|    _mi_heap_set_default_direct(&_mi_heap_main);
  275|       |    //mi_assert_internal(_mi_heap_default->tld->heap_backing == mi_prim_get_default_heap());
  276|      0|  }
  277|      0|  else {
  278|       |    // use `_mi_os_alloc` to allocate directly from the OS
  279|      0|    mi_thread_data_t* td = mi_thread_data_zalloc();
  280|      0|    if (td == NULL) return false;
  ------------------
  |  Branch (280:9): [True: 0, False: 0]
  ------------------
  281|       |
  282|      0|    _mi_tld_init(&td->tld, &td->heap);
  283|      0|    _mi_heap_init_ex(&td->heap, &td->tld, _mi_arena_id_none(), false, 0);
  284|      0|    _mi_heap_set_default_direct(&td->heap);
  285|      0|  }
  286|      0|  return false;
  287|      0|}
obmalloc.c:mi_process_setup_auto_thread_done:
  368|      4|static void mi_process_setup_auto_thread_done(void) {
  369|      4|  static bool tls_initialized = false; // fine if it races
  370|      4|  if (tls_initialized) return;
  ------------------
  |  Branch (370:7): [True: 2, False: 2]
  ------------------
  371|      2|  tls_initialized = true;
  372|      2|  _mi_prim_thread_init_auto_done();
  373|      2|  _mi_heap_set_default_direct(&_mi_heap_main);
  374|      2|}
obmalloc.c:mi_detect_cpu_features:
  537|      2|static void mi_detect_cpu_features(void) {
  538|       |  // nothing
  539|      2|}
obmalloc.c:mi_process_load:
  499|      2|static void mi_process_load(void) {
  500|      2|  mi_heap_main_init();
  501|       |  #if defined(__APPLE__) || defined(MI_TLS_RECURSE_GUARD)
  502|       |  volatile mi_heap_t* dummy = _mi_heap_default; // access TLS to allocate it before setting tls_initialized to true;
  503|       |  if (dummy == NULL) return;                    // use dummy or otherwise the access may get optimized away (issue #697)
  504|       |  #endif
  505|      2|  os_preloading = false;
  506|      2|  mi_assert_internal(_mi_is_main_thread());
  507|      2|  #if !(defined(_WIN32) && defined(MI_SHARED_LIB))  // use Dll process detach (see below) instead of atexit (issue #521)
  508|      2|  atexit(&mi_process_done);
  509|      2|  #endif
  510|      2|  _mi_options_init();
  511|      2|  mi_process_setup_auto_thread_done();
  512|      2|  mi_process_init();
  513|      2|  if (mi_redirected) _mi_verbose_message("malloc is redirected.\n");
  ------------------
  |  Branch (513:7): [True: 0, False: 2]
  ------------------
  514|       |
  515|       |  // show message from the redirector (if present)
  516|      2|  const char* msg = NULL;
  517|      2|  mi_allocator_init(&msg);
  518|      2|  if (msg != NULL && (mi_option_is_enabled(mi_option_verbose) || mi_option_is_enabled(mi_option_show_errors))) {
  ------------------
  |  Branch (518:7): [True: 0, False: 2]
  |  Branch (518:23): [True: 0, False: 0]
  |  Branch (518:66): [True: 0, False: 0]
  ------------------
  519|      0|    _mi_fputs(NULL,NULL,NULL,msg);
  520|      0|  }
  521|       |
  522|       |  // reseed random
  523|      2|  _mi_random_reinit_if_weak(&_mi_heap_main.random);
  524|      2|}
obmalloc.c:mi_allocator_init:
  489|      2|static bool mi_allocator_init(const char** message) {
  490|      2|  if (message != NULL) *message = NULL;
  ------------------
  |  Branch (490:7): [True: 2, False: 0]
  ------------------
  491|       |  return true;
  492|      2|}

_mi_options_init:
   97|      2|void _mi_options_init(void) {
   98|       |  // called on process load; should not be called before the CRT is initialized!
   99|       |  // (e.g. do not call this from process_init as that may run before CRT initialization)
  100|      2|  mi_add_stderr_output(); // now it safe to use stderr for output
  101|     54|  for(int i = 0; i < _mi_option_last; i++ ) {
  ------------------
  |  Branch (101:18): [True: 52, False: 2]
  ------------------
  102|     52|    mi_option_t option = (mi_option_t)i;
  103|     52|    long l = mi_option_get(option); MI_UNUSED(l); // initialize
  ------------------
  |  |  246|     52|#define MI_UNUSED(x)     (void)(x)
  ------------------
  104|       |    // if (option != mi_option_verbose)
  105|     52|    {
  106|     52|      mi_option_desc_t* desc = &options[option];
  107|     52|      _mi_verbose_message("option '%s': %ld\n", desc->name, desc->value);
  108|     52|    }
  109|     52|  }
  110|      2|  mi_max_error_count = mi_option_get(mi_option_max_errors);
  111|      2|  mi_max_warning_count = mi_option_get(mi_option_max_warnings);
  112|      2|}
mi_option_get:
  114|    118|mi_decl_nodiscard long mi_option_get(mi_option_t option) {
  115|    118|  mi_assert(option >= 0 && option < _mi_option_last);
  116|    118|  if (option < 0 || option >= _mi_option_last) return 0;
  ------------------
  |  Branch (116:7): [True: 0, False: 118]
  |  Branch (116:21): [True: 0, False: 118]
  ------------------
  117|    118|  mi_option_desc_t* desc = &options[option];
  118|    118|  mi_assert(desc->option == option);  // index should match the option
  119|    118|  if mi_unlikely(desc->init == UNINIT) {
  ------------------
  |  |  204|    118|#define mi_unlikely(x)     (__builtin_expect(!!(x),false))
  |  |  ------------------
  |  |  |  Branch (204:29): [True: 52, False: 66]
  |  |  ------------------
  ------------------
  120|     52|    mi_option_init(desc);
  121|     52|  }
  122|    118|  return desc->value;
  123|    118|}
mi_option_is_enabled:
  154|     62|mi_decl_nodiscard bool mi_option_is_enabled(mi_option_t option) {
  155|     62|  return (mi_option_get(option) != 0);
  156|     62|}
_mi_verbose_message:
  350|     58|void _mi_verbose_message(const char* fmt, ...) {
  351|     58|  if (!mi_option_is_enabled(mi_option_verbose)) return;
  ------------------
  |  Branch (351:7): [True: 58, False: 0]
  ------------------
  352|      0|  va_list args;
  353|      0|  va_start(args,fmt);
  354|      0|  mi_vfprintf(NULL, NULL, "mimalloc: ", fmt, args);
  355|       |  va_end(args);
  356|      0|}
_mi_toupper:
  437|  4.35k|char _mi_toupper(char c) {
  438|  4.35k|  if (c >= 'a' && c <= 'z') return (c - 'a' + 'A');
  ------------------
  |  Branch (438:7): [True: 2.17k, False: 2.17k]
  |  Branch (438:19): [True: 2.17k, False: 0]
  ------------------
  439|  2.17k|                       else return c;
  440|  4.35k|}
_mi_strnicmp:
  442|  2.11k|int _mi_strnicmp(const char* s, const char* t, size_t n) {
  443|  2.11k|  if (n == 0) return 0;
  ------------------
  |  Branch (443:7): [True: 0, False: 2.11k]
  ------------------
  444|  2.17k|  for (; *s != 0 && *t != 0 && n > 0; s++, t++, n--) {
  ------------------
  |  Branch (444:10): [True: 2.17k, False: 0]
  |  Branch (444:21): [True: 2.17k, False: 0]
  |  Branch (444:32): [True: 2.17k, False: 0]
  ------------------
  445|  2.17k|    if (_mi_toupper(*s) != _mi_toupper(*t)) break;
  ------------------
  |  Branch (445:9): [True: 2.11k, False: 64]
  ------------------
  446|  2.17k|  }
  447|  2.11k|  return (n == 0 ? 0 : *s - *t);
  ------------------
  |  Branch (447:11): [True: 0, False: 2.11k]
  ------------------
  448|  2.11k|}
_mi_strlcpy:
  450|    128|void _mi_strlcpy(char* dest, const char* src, size_t dest_size) {
  451|    128|  if (dest==NULL || src==NULL || dest_size == 0) return;
  ------------------
  |  Branch (451:7): [True: 0, False: 128]
  |  Branch (451:21): [True: 0, False: 128]
  |  Branch (451:34): [True: 0, False: 128]
  ------------------
  452|       |  // copy until end of src, or when dest is (almost) full
  453|  1.72k|  while (*src != 0 && dest_size > 1) {
  ------------------
  |  Branch (453:10): [True: 1.59k, False: 128]
  |  Branch (453:23): [True: 1.59k, False: 0]
  ------------------
  454|  1.59k|    *dest++ = *src++;
  455|  1.59k|    dest_size--;
  456|  1.59k|  }
  457|       |  // always zero terminate
  458|    128|  *dest = 0;
  459|    128|}
_mi_strlcat:
  461|     64|void _mi_strlcat(char* dest, const char* src, size_t dest_size) {
  462|     64|  if (dest==NULL || src==NULL || dest_size == 0) return;
  ------------------
  |  Branch (462:7): [True: 0, False: 64]
  |  Branch (462:21): [True: 0, False: 64]
  |  Branch (462:34): [True: 0, False: 64]
  ------------------
  463|       |  // find end of string in the dest buffer
  464|    640|  while (*dest != 0 && dest_size > 1) {
  ------------------
  |  Branch (464:10): [True: 576, False: 64]
  |  Branch (464:24): [True: 576, False: 0]
  ------------------
  465|    576|    dest++;
  466|    576|    dest_size--;
  467|    576|  }
  468|       |  // and catenate
  469|     64|  _mi_strlcpy(dest, src, dest_size);
  470|     64|}
_mi_strlen:
  472|     64|size_t _mi_strlen(const char* s) {
  473|     64|  if (s==NULL) return 0;
  ------------------
  |  Branch (473:7): [True: 0, False: 64]
  ------------------
  474|     64|  size_t len = 0;
  475|  1.66k|  while(s[len] != 0) { len++; }
  ------------------
  |  Branch (475:9): [True: 1.59k, False: 64]
  ------------------
  476|     64|  return len;
  477|     64|}
obmalloc.c:mi_out_stderr:
  174|      2|static void mi_cdecl mi_out_stderr(const char* msg, void* arg) {
  175|      2|  MI_UNUSED(arg);
  ------------------
  |  |  246|      2|#define MI_UNUSED(x)     (void)(x)
  ------------------
  176|      2|  if (msg != NULL && msg[0] != 0) {
  ------------------
  |  Branch (176:7): [True: 2, False: 0]
  |  Branch (176:22): [True: 0, False: 2]
  ------------------
  177|      0|    _mi_prim_out_stderr(msg);
  178|      0|  }
  179|      2|}
obmalloc.c:mi_out_buf_flush:
  207|      2|static void mi_out_buf_flush(mi_output_fun* out, bool no_more_buf, void* arg) {
  208|      2|  if (out==NULL) return;
  ------------------
  |  Branch (208:7): [True: 0, False: 2]
  ------------------
  209|       |  // claim (if `no_more_buf == true`, no more output will be added after this point)
  210|      2|  size_t count = mi_atomic_add_acq_rel(&out_len, (no_more_buf ? MI_MAX_DELAY_OUTPUT : 1));
  ------------------
  |  |   73|      4|#define mi_atomic_add_acq_rel(p,x)               mi_atomic(fetch_add_explicit)(p,x,mi_memory_order(acq_rel))
  |  |  ------------------
  |  |  |  |   42|      2|#define  mi_atomic(name)        atomic_##name
  |  |  ------------------
  |  |               #define mi_atomic_add_acq_rel(p,x)               mi_atomic(fetch_add_explicit)(p,x,mi_memory_order(acq_rel))
  |  |  ------------------
  |  |  |  |   43|      2|#define  mi_memory_order(name)  memory_order_##name
  |  |  ------------------
  |  |  |  Branch (73:82): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  211|       |  // and output the current contents
  212|      2|  if (count>MI_MAX_DELAY_OUTPUT) count = MI_MAX_DELAY_OUTPUT;
  ------------------
  |  |  186|      2|#define MI_MAX_DELAY_OUTPUT ((size_t)(32*1024))
  ------------------
                if (count>MI_MAX_DELAY_OUTPUT) count = MI_MAX_DELAY_OUTPUT;
  ------------------
  |  |  186|      0|#define MI_MAX_DELAY_OUTPUT ((size_t)(32*1024))
  ------------------
  |  Branch (212:7): [True: 0, False: 2]
  ------------------
  213|      2|  out_buf[count] = 0;
  214|      2|  out(out_buf,arg);
  215|      2|  if (!no_more_buf) {
  ------------------
  |  Branch (215:7): [True: 2, False: 0]
  ------------------
  216|      2|    out_buf[count] = '\n'; // if continue with the buffer, insert a newline
  217|      2|  }
  218|      2|}
obmalloc.c:mi_add_stderr_output:
  252|      2|static void mi_add_stderr_output(void) {
  253|      2|  mi_assert_internal(mi_out_default == NULL);
  254|      2|  mi_out_buf_flush(&mi_out_stderr, false, NULL); // flush current contents to stderr
  255|      2|  mi_out_default = &mi_out_buf_stderr;           // and add stderr to the delayed output
  256|      2|}
obmalloc.c:mi_option_init:
  505|     52|static void mi_option_init(mi_option_desc_t* desc) {
  506|       |  // Read option value from the environment
  507|     52|  char s[64 + 1];
  508|     52|  char buf[64+1];
  509|     52|  _mi_strlcpy(buf, "mimalloc_", sizeof(buf));
  510|     52|  _mi_strlcat(buf, desc->name, sizeof(buf));
  511|     52|  bool found = mi_getenv(buf, s, sizeof(s));
  512|     52|  if (!found && desc->legacy_name != NULL) {
  ------------------
  |  Branch (512:7): [True: 52, False: 0]
  |  Branch (512:17): [True: 12, False: 40]
  ------------------
  513|     12|    _mi_strlcpy(buf, "mimalloc_", sizeof(buf));
  514|     12|    _mi_strlcat(buf, desc->legacy_name, sizeof(buf));
  515|     12|    found = mi_getenv(buf, s, sizeof(s));
  516|     12|    if (found) {
  ------------------
  |  Branch (516:9): [True: 0, False: 12]
  ------------------
  517|      0|      _mi_warning_message("environment option \"mimalloc_%s\" is deprecated -- use \"mimalloc_%s\" instead.\n", desc->legacy_name, desc->name);
  518|      0|    }
  519|     12|  }
  520|       |
  521|     52|  if (found) {
  ------------------
  |  Branch (521:7): [True: 0, False: 52]
  ------------------
  522|      0|    size_t len = _mi_strnlen(s, sizeof(buf) - 1);
  523|      0|    for (size_t i = 0; i < len; i++) {
  ------------------
  |  Branch (523:24): [True: 0, False: 0]
  ------------------
  524|      0|      buf[i] = _mi_toupper(s[i]);
  525|      0|    }
  526|      0|    buf[len] = 0;
  527|      0|    if (buf[0] == 0 || strstr("1;TRUE;YES;ON", buf) != NULL) {
  ------------------
  |  Branch (527:9): [True: 0, False: 0]
  |  Branch (527:24): [True: 0, False: 0]
  ------------------
  528|      0|      desc->value = 1;
  529|      0|      desc->init = INITIALIZED;
  530|      0|    }
  531|      0|    else if (strstr("0;FALSE;NO;OFF", buf) != NULL) {
  ------------------
  |  Branch (531:14): [True: 0, False: 0]
  ------------------
  532|      0|      desc->value = 0;
  533|      0|      desc->init = INITIALIZED;
  534|      0|    }
  535|      0|    else {
  536|      0|      char* end = buf;
  537|      0|      long value = strtol(buf, &end, 10);
  538|      0|      if (desc->option == mi_option_reserve_os_memory || desc->option == mi_option_arena_reserve) {
  ------------------
  |  Branch (538:11): [True: 0, False: 0]
  |  Branch (538:58): [True: 0, False: 0]
  ------------------
  539|       |        // this option is interpreted in KiB to prevent overflow of `long`
  540|      0|        if (*end == 'K') { end++; }
  ------------------
  |  Branch (540:13): [True: 0, False: 0]
  ------------------
  541|      0|        else if (*end == 'M') { value *= MI_KiB; end++; }
  ------------------
  |  |  192|      0|#define MI_KiB     (MI_ZU(1024))
  |  |  ------------------
  |  |  |  |  182|      0|# define MI_ZU(x)  x##UL
  |  |  ------------------
  ------------------
  |  Branch (541:18): [True: 0, False: 0]
  ------------------
  542|      0|        else if (*end == 'G') { value *= MI_MiB; end++; }
  ------------------
  |  |  193|      0|#define MI_MiB     (MI_KiB*MI_KiB)
  |  |  ------------------
  |  |  |  |  192|      0|#define MI_KiB     (MI_ZU(1024))
  |  |  |  |  ------------------
  |  |  |  |  |  |  182|      0|# define MI_ZU(x)  x##UL
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MI_MiB     (MI_KiB*MI_KiB)
  |  |  ------------------
  |  |  |  |  192|      0|#define MI_KiB     (MI_ZU(1024))
  |  |  |  |  ------------------
  |  |  |  |  |  |  182|      0|# define MI_ZU(x)  x##UL
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (542:18): [True: 0, False: 0]
  ------------------
  543|      0|        else { value = (value + MI_KiB - 1) / MI_KiB; }
  ------------------
  |  |  192|      0|#define MI_KiB     (MI_ZU(1024))
  |  |  ------------------
  |  |  |  |  182|      0|# define MI_ZU(x)  x##UL
  |  |  ------------------
  ------------------
                      else { value = (value + MI_KiB - 1) / MI_KiB; }
  ------------------
  |  |  192|      0|#define MI_KiB     (MI_ZU(1024))
  |  |  ------------------
  |  |  |  |  182|      0|# define MI_ZU(x)  x##UL
  |  |  ------------------
  ------------------
  544|      0|        if (end[0] == 'I' && end[1] == 'B') { end += 2; }
  ------------------
  |  Branch (544:13): [True: 0, False: 0]
  |  Branch (544:30): [True: 0, False: 0]
  ------------------
  545|      0|        else if (*end == 'B') { end++; }
  ------------------
  |  Branch (545:18): [True: 0, False: 0]
  ------------------
  546|      0|      }
  547|      0|      if (*end == 0) {
  ------------------
  |  Branch (547:11): [True: 0, False: 0]
  ------------------
  548|      0|        desc->value = value;
  549|      0|        desc->init = INITIALIZED;
  550|      0|      }
  551|      0|      else {
  552|       |        // set `init` first to avoid recursion through _mi_warning_message on mimalloc_verbose.
  553|      0|        desc->init = DEFAULTED;
  554|      0|        if (desc->option == mi_option_verbose && desc->value == 0) {
  ------------------
  |  Branch (554:13): [True: 0, False: 0]
  |  Branch (554:50): [True: 0, False: 0]
  ------------------
  555|       |          // if the 'mimalloc_verbose' env var has a bogus value we'd never know
  556|       |          // (since the value defaults to 'off') so in that case briefly enable verbose
  557|      0|          desc->value = 1;
  558|      0|          _mi_warning_message("environment option mimalloc_%s has an invalid value.\n", desc->name);
  559|      0|          desc->value = 0;
  560|      0|        }
  561|      0|        else {
  562|      0|          _mi_warning_message("environment option mimalloc_%s has an invalid value.\n", desc->name);
  563|      0|        }
  564|      0|      }
  565|      0|    }
  566|      0|    mi_assert_internal(desc->init != UNINIT);
  567|      0|  }
  568|     52|  else if (!_mi_preloading()) {
  ------------------
  |  Branch (568:12): [True: 52, False: 0]
  ------------------
  569|     52|    desc->init = DEFAULTED;
  570|     52|  }
  571|     52|}
obmalloc.c:mi_getenv:
  494|     64|static bool mi_getenv(const char* name, char* result, size_t result_size) {
  495|     64|  if (name==NULL || result == NULL || result_size < 64) return false;
  ------------------
  |  Branch (495:7): [True: 0, False: 64]
  |  Branch (495:21): [True: 0, False: 64]
  |  Branch (495:39): [True: 0, False: 64]
  ------------------
  496|     64|  return _mi_prim_getenv(name,result,result_size);
  497|     64|}

_mi_os_init:
   65|      2|void _mi_os_init(void) {
   66|      2|  _mi_prim_mem_init(&mi_os_mem_config);
   67|      2|}

_mi_prim_mem_init:
  129|      2|void _mi_prim_mem_init( mi_os_mem_config_t* config ) {
  130|      2|  long psize = sysconf(_SC_PAGESIZE);
  131|      2|  if (psize > 0) {
  ------------------
  |  Branch (131:7): [True: 2, False: 0]
  ------------------
  132|      2|    config->page_size = (size_t)psize;
  133|      2|    config->alloc_granularity = (size_t)psize;
  134|      2|  }
  135|      2|  config->large_page_size = 2*MI_MiB; // TODO: can we query the OS for this?
  ------------------
  |  |  193|      2|#define MI_MiB     (MI_KiB*MI_KiB)
  |  |  ------------------
  |  |  |  |  192|      2|#define MI_KiB     (MI_ZU(1024))
  |  |  |  |  ------------------
  |  |  |  |  |  |  182|      2|# define MI_ZU(x)  x##UL
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MI_MiB     (MI_KiB*MI_KiB)
  |  |  ------------------
  |  |  |  |  192|      2|#define MI_KiB     (MI_ZU(1024))
  |  |  |  |  ------------------
  |  |  |  |  |  |  182|      2|# define MI_ZU(x)  x##UL
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  136|      2|  config->has_overcommit = unix_detect_overcommit();
  137|      2|  config->must_free_whole = false;    // mmap can free in parts
  138|       |  config->has_virtual_reserve = true; // todo: check if this true for NetBSD?  (for anonymous mmap with PROT_NONE)
  139|      2|}
_mi_prim_clock_now:
  556|      6|mi_msecs_t _mi_prim_clock_now(void) {
  557|      6|  struct timespec t;
  558|      6|  #ifdef CLOCK_MONOTONIC
  559|      6|  clock_gettime(CLOCK_MONOTONIC, &t);
  560|       |  #else
  561|       |  clock_gettime(CLOCK_REALTIME, &t);
  562|       |  #endif
  563|      6|  return ((mi_msecs_t)t.tv_sec * 1000) + ((mi_msecs_t)t.tv_nsec / 1000000);
  564|      6|}
_mi_prim_getenv:
  689|     64|bool _mi_prim_getenv(const char* name, char* result, size_t result_size) {
  690|     64|  if (name==NULL) return false;
  ------------------
  |  Branch (690:7): [True: 0, False: 64]
  ------------------
  691|     64|  const size_t len = _mi_strlen(name);
  692|     64|  if (len == 0) return false;
  ------------------
  |  Branch (692:7): [True: 0, False: 64]
  ------------------
  693|     64|  char** env = mi_get_environ();
  694|     64|  if (env == NULL) return false;
  ------------------
  |  Branch (694:7): [True: 0, False: 64]
  ------------------
  695|       |  // compare up to 10000 entries
  696|  2.17k|  for (int i = 0; i < 10000 && env[i] != NULL; i++) {
  ------------------
  |  Branch (696:19): [True: 2.17k, False: 0]
  |  Branch (696:32): [True: 2.11k, False: 64]
  ------------------
  697|  2.11k|    const char* s = env[i];
  698|  2.11k|    if (_mi_strnicmp(name, s, len) == 0 && s[len] == '=') { // case insensitive
  ------------------
  |  Branch (698:9): [True: 0, False: 2.11k]
  |  Branch (698:44): [True: 0, False: 0]
  ------------------
  699|       |      // found it
  700|      0|      _mi_strlcpy(result, s + len + 1, result_size);
  701|      0|      return true;
  702|      0|    }
  703|  2.11k|  }
  704|     64|  return false;
  705|     64|}
_mi_prim_random_buf:
  769|      2|bool _mi_prim_random_buf(void* buf, size_t buf_len) {
  770|       |  // Modern Linux provides `getrandom` but different distributions either use `sys/random.h` or `linux/random.h`
  771|       |  // and for the latter the actual `getrandom` call is not always defined.
  772|       |  // (see <https://stackoverflow.com/questions/45237324/why-doesnt-getrandom-compile>)
  773|       |  // We therefore use a syscall directly and fall back dynamically to /dev/urandom when needed.
  774|      2|  #if defined(MI_HAS_SYSCALL_H) && defined(SYS_getrandom)
  775|      2|    #ifndef GRND_NONBLOCK
  776|      2|    #define GRND_NONBLOCK (1)
  777|      2|    #endif
  778|      2|    static _Atomic(uintptr_t) no_getrandom; // = 0
  779|      2|    if (mi_atomic_load_acquire(&no_getrandom)==0) {
  ------------------
  |  |   60|      2|#define mi_atomic_load_acquire(p)                mi_atomic(load_explicit)(p,mi_memory_order(acquire))
  |  |  ------------------
  |  |  |  |   42|      2|#define  mi_atomic(name)        atomic_##name
  |  |  ------------------
  |  |               #define mi_atomic_load_acquire(p)                mi_atomic(load_explicit)(p,mi_memory_order(acquire))
  |  |  ------------------
  |  |  |  |   43|      2|#define  mi_memory_order(name)  memory_order_##name
  |  |  ------------------
  ------------------
  |  Branch (779:9): [True: 2, False: 0]
  ------------------
  780|      2|      ssize_t ret = syscall(SYS_getrandom, buf, buf_len, GRND_NONBLOCK);
  ------------------
  |  |  776|      2|    #define GRND_NONBLOCK (1)
  ------------------
  781|      2|      if (ret >= 0) return (buf_len == (size_t)ret);
  ------------------
  |  Branch (781:11): [True: 2, False: 0]
  ------------------
  782|      0|      if (errno != ENOSYS) return false;
  ------------------
  |  Branch (782:11): [True: 0, False: 0]
  ------------------
  783|      0|      mi_atomic_store_release(&no_getrandom, (uintptr_t)1); // don't call again, and fall back to /dev/urandom
  ------------------
  |  |   62|      0|#define mi_atomic_store_release(p,x)             mi_atomic(store_explicit)(p,x,mi_memory_order(release))
  |  |  ------------------
  |  |  |  |   42|      0|#define  mi_atomic(name)        atomic_##name
  |  |  ------------------
  |  |               #define mi_atomic_store_release(p,x)             mi_atomic(store_explicit)(p,x,mi_memory_order(release))
  |  |  ------------------
  |  |  |  |   43|      0|#define  mi_memory_order(name)  memory_order_##name
  |  |  ------------------
  ------------------
  784|      0|    }
  785|      0|  #endif
  786|      0|  int flags = O_RDONLY;
  787|      0|  #if defined(O_CLOEXEC)
  788|      0|  flags |= O_CLOEXEC;
  789|      0|  #endif
  790|      0|  int fd = mi_prim_open("/dev/urandom", flags);
  791|      0|  if (fd < 0) return false;
  ------------------
  |  Branch (791:7): [True: 0, False: 0]
  ------------------
  792|      0|  size_t count = 0;
  793|      0|  while(count < buf_len) {
  ------------------
  |  Branch (793:9): [True: 0, False: 0]
  ------------------
  794|      0|    ssize_t ret = mi_prim_read(fd, (char*)buf + count, buf_len - count);
  795|      0|    if (ret<=0) {
  ------------------
  |  Branch (795:9): [True: 0, False: 0]
  ------------------
  796|      0|      if (errno!=EAGAIN && errno!=EINTR) break;
  ------------------
  |  Branch (796:11): [True: 0, False: 0]
  |  Branch (796:28): [True: 0, False: 0]
  ------------------
  797|      0|    }
  798|      0|    else {
  799|      0|      count += ret;
  800|      0|    }
  801|      0|  }
  802|      0|  mi_prim_close(fd);
  803|      0|  return (count==buf_len);
  804|      0|}
_mi_prim_thread_init_auto_done:
  831|      2|void _mi_prim_thread_init_auto_done(void) {
  832|      2|  mi_assert_internal(_mi_heap_default_key == (pthread_key_t)(-1));
  833|      2|  pthread_key_create(&_mi_heap_default_key, &mi_pthread_done);
  834|      2|}
_mi_prim_thread_associate_default_heap:
  840|      2|void _mi_prim_thread_associate_default_heap(mi_heap_t* heap) {
  841|      2|  if (_mi_heap_default_key != (pthread_key_t)(-1)) {  // can happen during recursive invocation on freeBSD
  ------------------
  |  Branch (841:7): [True: 2, False: 0]
  ------------------
  842|      2|    pthread_setspecific(_mi_heap_default_key, heap);
  843|      2|  }
  844|      2|}
obmalloc.c:unix_detect_overcommit:
  103|      2|static bool unix_detect_overcommit(void) {
  104|      2|  bool os_overcommit = true;
  105|      2|#if defined(__linux__)
  106|      2|  int fd = mi_prim_open("/proc/sys/vm/overcommit_memory", O_RDONLY);
  107|      2|        if (fd >= 0) {
  ------------------
  |  Branch (107:13): [True: 2, False: 0]
  ------------------
  108|      2|    char buf[32] = {0};
  109|      2|    ssize_t nread = mi_prim_read(fd, &buf, sizeof(buf));
  110|      2|    mi_prim_close(fd);
  111|       |    // <https://www.kernel.org/doc/Documentation/vm/overcommit-accounting>
  112|       |    // 0: heuristic overcommit, 1: always overcommit, 2: never overcommit (ignore NORESERVE)
  113|      2|    if (nread >= 1) {
  ------------------
  |  Branch (113:9): [True: 2, False: 0]
  ------------------
  114|      2|      os_overcommit = (buf[0] == '0' || buf[0] == '1');
  ------------------
  |  Branch (114:24): [True: 0, False: 2]
  |  Branch (114:41): [True: 2, False: 0]
  ------------------
  115|      2|    }
  116|      2|  }
  117|       |#elif defined(__FreeBSD__)
  118|       |  int val = 0;
  119|       |  size_t olen = sizeof(val);
  120|       |  if (sysctlbyname("vm.overcommit", &val, &olen, NULL, 0) == 0) {
  121|       |    os_overcommit = (val != 0);
  122|       |  }
  123|       |#else
  124|       |  // default: overcommit is true
  125|       |#endif
  126|      2|  return os_overcommit;
  127|      2|}
obmalloc.c:mi_get_environ:
  685|     64|static char** mi_get_environ(void) {
  686|     64|  return environ;
  687|     64|}
obmalloc.c:mi_prim_open:
   67|      2|static int mi_prim_open(const char* fpath, int open_flags) {
   68|       |  return syscall(SYS_open,fpath,open_flags,0);
   69|      2|}
obmalloc.c:mi_prim_read:
   70|      2|static ssize_t mi_prim_read(int fd, void* buf, size_t bufsize) {
   71|       |  return syscall(SYS_read,fd,buf,bufsize);
   72|      2|}
obmalloc.c:mi_prim_close:
   73|      2|static int mi_prim_close(int fd) {
   74|       |  return syscall(SYS_close,fd);
   75|      2|}

_mi_random_next:
  144|      6|uintptr_t _mi_random_next(mi_random_ctx_t* ctx) {
  145|      6|  mi_assert_internal(mi_random_is_initialized(ctx));
  146|       |  #if MI_INTPTR_SIZE <= 4
  147|       |    return chacha_next32(ctx);
  148|       |  #elif MI_INTPTR_SIZE == 8
  149|       |    return (((uintptr_t)chacha_next32(ctx) << 32) | chacha_next32(ctx));
  150|       |  #else
  151|       |  # error "define mi_random_next for this platform"
  152|       |  #endif
  153|      6|}
_mi_random_init:
  194|      2|void _mi_random_init(mi_random_ctx_t* ctx) {
  195|       |  mi_random_init_ex(ctx, false);
  196|      2|}
_mi_random_reinit_if_weak:
  202|      2|void _mi_random_reinit_if_weak(mi_random_ctx_t * ctx) {
  203|      2|  if (ctx->weak) {
  ------------------
  |  Branch (203:7): [True: 0, False: 2]
  ------------------
  204|      0|    _mi_random_init(ctx);
  205|      0|  }
  206|      2|}
obmalloc.c:chacha_block:
   48|      2|{
   49|       |  // scramble into `x`
   50|      2|  uint32_t x[16];
   51|     34|  for (size_t i = 0; i < 16; i++) {
  ------------------
  |  Branch (51:22): [True: 32, False: 2]
  ------------------
   52|     32|    x[i] = ctx->input[i];
   53|     32|  }
   54|     22|  for (size_t i = 0; i < MI_CHACHA_ROUNDS; i += 2) {
  ------------------
  |  |   20|     22|#define MI_CHACHA_ROUNDS (20)   // perhaps use 12 for better performance?
  ------------------
  |  Branch (54:22): [True: 20, False: 2]
  ------------------
   55|     20|    qround(x, 0, 4,  8, 12);
   56|     20|    qround(x, 1, 5,  9, 13);
   57|     20|    qround(x, 2, 6, 10, 14);
   58|     20|    qround(x, 3, 7, 11, 15);
   59|     20|    qround(x, 0, 5, 10, 15);
   60|     20|    qround(x, 1, 6, 11, 12);
   61|     20|    qround(x, 2, 7,  8, 13);
   62|     20|    qround(x, 3, 4,  9, 14);
   63|     20|  }
   64|       |
   65|       |  // add scrambled data to the initial state
   66|     34|  for (size_t i = 0; i < 16; i++) {
  ------------------
  |  Branch (66:22): [True: 32, False: 2]
  ------------------
   67|     32|    ctx->output[i] = x[i] + ctx->input[i];
   68|     32|  }
   69|      2|  ctx->output_available = 16;
   70|       |
   71|       |  // increment the counter for the next round
   72|      2|  ctx->input[12] += 1;
   73|      2|  if (ctx->input[12] == 0) {
  ------------------
  |  Branch (73:7): [True: 0, False: 2]
  ------------------
   74|      0|    ctx->input[13] += 1;
   75|      0|    if (ctx->input[13] == 0) {  // and keep increasing into the nonce
  ------------------
  |  Branch (75:9): [True: 0, False: 0]
  ------------------
   76|      0|      ctx->input[14] += 1;
   77|      0|    }
   78|      0|  }
   79|      2|}
obmalloc.c:qround:
   40|    160|static inline void qround(uint32_t x[16], size_t a, size_t b, size_t c, size_t d) {
   41|    160|  x[a] += x[b]; x[d] = rotl(x[d] ^ x[a], 16);
   42|    160|  x[c] += x[d]; x[b] = rotl(x[b] ^ x[c], 12);
   43|    160|  x[a] += x[b]; x[d] = rotl(x[d] ^ x[a], 8);
   44|    160|  x[c] += x[d]; x[b] = rotl(x[b] ^ x[c], 7);
   45|    160|}
obmalloc.c:rotl:
   36|    640|static inline uint32_t rotl(uint32_t x, uint32_t shift) {
   37|    640|  return (x << shift) | (x >> (32 - shift));
   38|    640|}
obmalloc.c:chacha_next32:
   81|     12|static uint32_t chacha_next32(mi_random_ctx_t* ctx) {
   82|     12|  if (ctx->output_available <= 0) {
  ------------------
  |  Branch (82:7): [True: 2, False: 10]
  ------------------
   83|      2|    chacha_block(ctx);
   84|      2|    ctx->output_available = 16; // (assign again to suppress static analysis warning)
   85|      2|  }
   86|     12|  const uint32_t x = ctx->output[16 - ctx->output_available];
   87|     12|  ctx->output[16 - ctx->output_available] = 0; // reset once the data is handed out
   88|     12|  ctx->output_available--;
   89|     12|  return x;
   90|     12|}
obmalloc.c:mi_random_init_ex:
  173|      2|static void mi_random_init_ex(mi_random_ctx_t* ctx, bool use_weak) {
  174|      2|  uint8_t key[32] = {0};
  175|      2|  if (use_weak || !_mi_prim_random_buf(key, sizeof(key))) {
  ------------------
  |  Branch (175:7): [True: 0, False: 2]
  |  Branch (175:19): [True: 0, False: 2]
  ------------------
  176|       |    // if we fail to get random data from the OS, we fall back to a
  177|       |    // weak random source based on the current time
  178|      0|    #if !defined(__wasi__)
  179|      0|    if (!use_weak) { _mi_warning_message("unable to use secure randomness\n"); }
  ------------------
  |  Branch (179:9): [True: 0, False: 0]
  ------------------
  180|      0|    #endif
  181|      0|    uintptr_t x = _mi_os_random_weak(0);
  182|      0|    for (size_t i = 0; i < 8; i++) {  // key is eight 32-bit words.
  ------------------
  |  Branch (182:24): [True: 0, False: 0]
  ------------------
  183|      0|      x = _mi_random_shuffle(x);
  184|      0|      ((uint32_t*)key)[i] = (uint32_t)x;
  185|      0|    }
  186|      0|    ctx->weak = true;
  187|      0|  }
  188|      2|  else {
  189|       |    ctx->weak = false;
  190|      2|  }
  191|      2|  chacha_init(ctx, key, (uintptr_t)ctx /*nonce*/ );
  192|      2|}
obmalloc.c:chacha_init:
   98|      2|{
   99|       |  // since we only use chacha for randomness (and not encryption) we
  100|       |  // do not _need_ to read 32-bit values as little endian but we do anyways
  101|       |  // just for being compatible :-)
  102|      2|  memset(ctx, 0, sizeof(*ctx));
  103|     10|  for (size_t i = 0; i < 4; i++) {
  ------------------
  |  Branch (103:22): [True: 8, False: 2]
  ------------------
  104|      8|    const uint8_t* sigma = (uint8_t*)"expand 32-byte k";
  105|      8|    ctx->input[i] = read32(sigma,i);
  106|      8|  }
  107|     18|  for (size_t i = 0; i < 8; i++) {
  ------------------
  |  Branch (107:22): [True: 16, False: 2]
  ------------------
  108|     16|    ctx->input[i + 4] = read32(key,i);
  109|     16|  }
  110|      2|  ctx->input[12] = 0;
  111|      2|  ctx->input[13] = 0;
  112|      2|  ctx->input[14] = (uint32_t)nonce;
  113|      2|  ctx->input[15] = (uint32_t)(nonce >> 32);
  114|      2|}
obmalloc.c:read32:
   92|     24|static inline uint32_t read32(const uint8_t* p, size_t idx32) {
   93|     24|  const size_t i = 4*idx32;
   94|     24|  return ((uint32_t)p[i+0] | (uint32_t)p[i+1] << 8 | (uint32_t)p[i+2] << 16 | (uint32_t)p[i+3] << 24);
   95|     24|}

mi_stats_reset:
  386|      2|void mi_stats_reset(void) mi_attr_noexcept {
  387|      2|  mi_stats_t* stats = mi_stats_get_default();
  388|      2|  if (stats != &_mi_stats_main) { memset(stats, 0, sizeof(mi_stats_t)); }
  ------------------
  |  Branch (388:7): [True: 2, False: 0]
  ------------------
  389|      2|  memset(&_mi_stats_main, 0, sizeof(mi_stats_t));
  390|      2|  if (mi_process_start == 0) { mi_process_start = _mi_clock_start(); };
  ------------------
  |  Branch (390:7): [True: 2, False: 0]
  ------------------
  391|      2|}
_mi_clock_now:
  422|      6|mi_msecs_t _mi_clock_now(void) {
  423|      6|  return _mi_prim_clock_now();
  424|      6|}
_mi_clock_start:
  426|      2|mi_msecs_t _mi_clock_start(void) {
  427|      2|  if (mi_clock_diff == 0.0) {
  ------------------
  |  Branch (427:7): [True: 2, False: 0]
  ------------------
  428|      2|    mi_msecs_t t0 = _mi_clock_now();
  429|      2|    mi_clock_diff = _mi_clock_now() - t0;
  430|      2|  }
  431|      2|  return _mi_clock_now();
  432|      2|}
obmalloc.c:mi_stats_get_default:
  374|      2|static mi_stats_t* mi_stats_get_default(void) {
  375|      2|  mi_heap_t* heap = mi_heap_get_default();
  376|      2|  return &heap->tld->stats;
  377|      2|}

PyModuleDef_Init:
   83|     68|{
   84|       |#ifdef Py_GIL_DISABLED
   85|       |    // Check that this def does not come from a non-free-threading ABI.
   86|       |    //
   87|       |    // This is meant as a "sanity check"; users should never rely on it.
   88|       |    // In particular, if we run out of ob_flags bits, or otherwise need to
   89|       |    // change some of the internals, this check can go away. Still, it
   90|       |    // would be nice to keep it for the free-threading transition.
   91|       |    //
   92|       |    // A PyModuleDef must be initialized with PyModuleDef_HEAD_INIT,
   93|       |    // which (via PyObject_HEAD_INIT) sets _Py_STATICALLY_ALLOCATED_FLAG
   94|       |    // and not _Py_LEGACY_ABI_CHECK_FLAG. For PyModuleDef, these flags never
   95|       |    // change.
   96|       |    // This means that the lower nibble of a valid PyModuleDef's ob_flags is
   97|       |    // always `_10_` (in binary; `_` is don't care).
   98|       |    //
   99|       |    // So, a check for these bits won't reject valid PyModuleDef.
  100|       |    // Rejecting incompatible extensions is slightly less important; here's
  101|       |    // how that works:
  102|       |    //
  103|       |    // In the pre-free-threading stable ABI, PyModuleDef_HEAD_INIT is big
  104|       |    // enough to overlap with free-threading ABI's ob_flags, is all zeros
  105|       |    // except for the refcount field.
  106|       |    // The refcount field can be:
  107|       |    // - 1 (3.11 and below)
  108|       |    // - UINT_MAX >> 2 (32-bit 3.12 & 3.13)
  109|       |    // - UINT_MAX (64-bit 3.12 & 3.13)
  110|       |    // - 7L << 28 (3.14)
  111|       |    //
  112|       |    // This means that the lower nibble of *any byte* in PyModuleDef_HEAD_INIT
  113|       |    // is not `_10_` -- it can be:
  114|       |    // - 0b0000
  115|       |    // - 0b0001
  116|       |    // - 0b0011 (from UINT_MAX >> 2)
  117|       |    // - 0b0111 (from 7L << 28)
  118|       |    // - 0b1111 (e.g. from UINT_MAX)
  119|       |    // (The values may change at runtime as the PyModuleDef is used, but
  120|       |    // PyModuleDef_Init is required before using the def as a Python object,
  121|       |    // so we check at least once with the initial values.
  122|       |    uint16_t flags = ((PyObject*)def)->ob_flags;
  123|       |    uint16_t bits = _Py_STATICALLY_ALLOCATED_FLAG | _Py_LEGACY_ABI_CHECK_FLAG;
  124|       |    if ((flags & bits) != _Py_STATICALLY_ALLOCATED_FLAG) {
  125|       |        const char *message = "invalid PyModuleDef, extension possibly "
  126|       |            "compiled for non-free-threaded Python";
  127|       |        // Write the error as unraisable: if the extension tries calling
  128|       |        // any API, it's likely to segfault and lose the exception.
  129|       |        PyErr_SetString(PyExc_SystemError, message);
  130|       |        PyErr_WriteUnraisable(NULL);
  131|       |        // But also raise the exception normally -- this is technically
  132|       |        // a recoverable state.
  133|       |        PyErr_SetString(PyExc_SystemError, message);
  134|       |        return NULL;
  135|       |    }
  136|       |#endif
  137|     68|    assert(PyModuleDef_Type.tp_flags & Py_TPFLAGS_READY);
  ------------------
  |  Branch (137:5): [True: 68, False: 0]
  ------------------
  138|     68|    if (def->m_base.m_index == 0) {
  ------------------
  |  Branch (138:9): [True: 38, False: 30]
  ------------------
  139|     38|        Py_SET_REFCNT(def, 1);
  ------------------
  |  |  201|     38|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  140|     38|        Py_SET_TYPE(def, &PyModuleDef_Type);
  ------------------
  |  |  217|     38|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|     38|        def->m_base.m_index = _PyImport_GetNextModuleIndex();
  142|     38|    }
  143|     68|    return (PyObject*)def;
  144|     68|}
_PyModule_InitModuleDictWatcher:
  220|      2|{
  221|       |    // This is a reserved watcher for CPython so there's no need to check for non-NULL.
  222|      2|    assert(interp->dict_state.watchers[MODULE_WATCHER_ID] == NULL);
  ------------------
  |  Branch (222:5): [True: 2, False: 0]
  ------------------
  223|      2|    interp->dict_state.watchers[MODULE_WATCHER_ID] = &module_dict_watcher;
  ------------------
  |  |  294|      2|#define MODULE_WATCHER_ID       2
  ------------------
  224|      2|    return 0;
  225|      2|}
PyModule_NewObject:
  248|     42|{
  249|     42|    PyModuleObject *m = new_module_notrack(&PyModule_Type);
  250|     42|    if (m == NULL)
  ------------------
  |  Branch (250:9): [True: 0, False: 42]
  ------------------
  251|      0|        return NULL;
  252|     42|    if (module_init_dict(m, m->md_dict, name, NULL) != 0)
  ------------------
  |  Branch (252:9): [True: 0, False: 42]
  ------------------
  253|      0|        goto fail;
  254|     42|    track_module(m);
  255|     42|    return (PyObject *)m;
  256|       |
  257|      0| fail:
  258|      0|    Py_DECREF(m);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  259|       |    return NULL;
  260|     42|}
PyModule_New:
  264|      8|{
  265|      8|    PyObject *nameobj, *module;
  266|      8|    nameobj = PyUnicode_FromString(name);
  267|      8|    if (nameobj == NULL)
  ------------------
  |  Branch (267:9): [True: 0, False: 8]
  ------------------
  268|      0|        return NULL;
  269|      8|    module = PyModule_NewObject(nameobj);
  270|      8|    Py_DECREF(nameobj);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  271|      8|    return module;
  272|      8|}
_PyModule_CreateInitialized:
  347|      8|{
  348|      8|    const char* name;
  349|      8|    PyModuleObject *m;
  350|       |
  351|      8|    if (!PyModuleDef_Init(module))
  ------------------
  |  Branch (351:9): [True: 0, False: 8]
  ------------------
  352|      0|        return NULL;
  353|      8|    name = module->m_name;
  354|      8|    if (!check_api_version(name, module_api_version)) {
  ------------------
  |  Branch (354:9): [True: 0, False: 8]
  ------------------
  355|      0|        return NULL;
  356|      0|    }
  357|      8|    if (module->m_slots) {
  ------------------
  |  Branch (357:9): [True: 0, False: 8]
  ------------------
  358|      0|        PyErr_Format(
  359|      0|            PyExc_SystemError,
  360|      0|            "module %s: PyModule_Create is incompatible with m_slots", name);
  361|      0|        return NULL;
  362|      0|    }
  363|      8|    name = _PyImport_ResolveNameWithPackageContext(name);
  364|       |
  365|      8|    m = (PyModuleObject*)PyModule_New(name);
  366|      8|    if (m == NULL)
  ------------------
  |  Branch (366:9): [True: 0, False: 8]
  ------------------
  367|      0|        return NULL;
  368|       |
  369|      8|    if (module->m_size > 0) {
  ------------------
  |  Branch (369:9): [True: 0, False: 8]
  ------------------
  370|      0|        m->md_state = PyMem_Malloc(module->m_size);
  371|      0|        if (!m->md_state) {
  ------------------
  |  Branch (371:13): [True: 0, False: 0]
  ------------------
  372|      0|            PyErr_NoMemory();
  373|      0|            Py_DECREF(m);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  374|      0|            return NULL;
  375|      0|        }
  376|      0|        memset(m->md_state, 0, module->m_size);
  377|      0|    }
  378|       |
  379|      8|    if (module->m_methods != NULL) {
  ------------------
  |  Branch (379:9): [True: 8, False: 0]
  ------------------
  380|      8|        if (PyModule_AddFunctions((PyObject *) m, module->m_methods) != 0) {
  ------------------
  |  Branch (380:13): [True: 0, False: 8]
  ------------------
  381|      0|            Py_DECREF(m);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  382|      0|            return NULL;
  383|      0|        }
  384|      8|    }
  385|      8|    if (module->m_doc != NULL) {
  ------------------
  |  Branch (385:9): [True: 6, False: 2]
  ------------------
  386|      6|        if (PyModule_SetDocString((PyObject *) m, module->m_doc) != 0) {
  ------------------
  |  Branch (386:13): [True: 0, False: 6]
  ------------------
  387|      0|            Py_DECREF(m);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  388|      0|            return NULL;
  389|      0|        }
  390|      6|    }
  391|      8|    m->md_token = module;
  392|      8|    m->md_token_is_def = true;
  393|      8|    module_copy_members_from_deflike(m, module);
  394|       |#ifdef Py_GIL_DISABLED
  395|       |    m->md_requires_gil = true;
  396|       |#endif
  397|      8|    return (PyObject*)m;
  398|      8|}
PyModule_FromDefAndSpec2:
  671|     30|{
  672|     30|    PyModuleDef_Init(def);
  673|       |    return module_from_slots_and_spec(NULL, spec, module_api_version, def);
  674|     30|}
PyModule_Exec:
  753|     30|{
  754|     30|    if (alloc_state(module) < 0) {
  ------------------
  |  Branch (754:9): [True: 0, False: 30]
  ------------------
  755|      0|        return -1;
  756|      0|    }
  757|     30|    PyModuleObject *md = (PyModuleObject*)module;
  758|     30|    if (md->md_exec) {
  ------------------
  |  Branch (758:9): [True: 0, False: 30]
  ------------------
  759|      0|        assert(!md->md_token_is_def);
  ------------------
  |  Branch (759:9): [True: 0, False: 0]
  ------------------
  760|      0|        return run_exec_func(module, md->md_exec);
  761|      0|    }
  762|       |
  763|     30|    PyModuleDef *def = _PyModule_GetDefOrNull(module);
  764|     30|    if (def) {
  ------------------
  |  Branch (764:9): [True: 30, False: 0]
  ------------------
  765|     30|        return PyModule_ExecDef(module, def);
  766|     30|    }
  767|      0|    return 0;
  768|     30|}
PyModule_ExecDef:
  772|     30|{
  773|     30|    if (alloc_state(module) < 0) {
  ------------------
  |  Branch (773:9): [True: 0, False: 30]
  ------------------
  774|      0|        return -1;
  775|      0|    }
  776|       |
  777|     30|    assert(PyModule_Check(module));
  ------------------
  |  Branch (777:5): [True: 30, False: 0]
  ------------------
  778|       |
  779|     30|    if (def->m_slots == NULL) {
  ------------------
  |  Branch (779:9): [True: 0, False: 30]
  ------------------
  780|      0|        return 0;
  781|      0|    }
  782|       |
  783|     30|    _PySlotIterator it;
  784|     30|    _PySlotIterator_InitLegacy(&it, def->m_slots, _PySlot_KIND_MOD);
  785|    144|    while (_PySlotIterator_Next(&it)) {
  ------------------
  |  Branch (785:12): [True: 114, False: 30]
  ------------------
  786|    114|        _Py_modexecfunc func;
  787|    114|        switch (it.current.sl_id) {
  ------------------
  |  Branch (787:17): [True: 28, False: 86]
  ------------------
  788|      0|            case Py_slot_invalid:
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (788:13): [True: 0, False: 114]
  ------------------
  789|      0|                return -1;
  790|     28|            case Py_mod_exec:
  ------------------
  |  |   93|     28|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|     28|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (790:13): [True: 28, False: 86]
  ------------------
  791|     28|                func = (_Py_modexecfunc)it.current.sl_func;
  792|     28|                if (run_exec_func(module, func) < 0) {
  ------------------
  |  Branch (792:21): [True: 0, False: 28]
  ------------------
  793|      0|                    return -1;
  794|      0|                }
  795|     28|                break;
  796|    114|        }
  797|    114|    }
  798|     30|    return 0;
  799|     30|}
PyModule_AddFunctions:
  803|      8|{
  804|      8|    int res;
  805|      8|    PyObject *name = PyModule_GetNameObject(m);
  806|      8|    if (name == NULL) {
  ------------------
  |  Branch (806:9): [True: 0, False: 8]
  ------------------
  807|      0|        return -1;
  808|      0|    }
  809|       |
  810|      8|    res = _add_methods_to_object(m, name, functions);
  811|      8|    Py_DECREF(name);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  812|      8|    return res;
  813|      8|}
PyModule_SetDocString:
  817|     33|{
  818|     33|    PyObject *v;
  819|       |
  820|     33|    v = PyUnicode_FromString(doc);
  821|     33|    if (v == NULL || PyObject_SetAttr(m, &_Py_ID(__doc__), v) != 0) {
  ------------------
  |  |  917|     33|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     33|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     33|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (821:9): [True: 0, False: 33]
  |  Branch (821:22): [True: 0, False: 33]
  ------------------
  822|      0|        Py_XDECREF(v);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  823|      0|        return -1;
  824|      0|    }
  825|     33|    Py_DECREF(v);
  ------------------
  |  |  430|     33|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  826|     33|    return 0;
  827|     33|}
PyModule_GetDict:
  831|    671|{
  832|    671|    if (!PyModule_Check(m)) {
  ------------------
  |  |   12|    671|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|    671|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    671|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    671|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (832:9): [True: 0, False: 671]
  ------------------
  833|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  834|      0|        return NULL;
  835|      0|    }
  836|    671|    return _PyModule_GetDict(m);  // borrowed reference
  837|    671|}
PyModule_GetNameObject:
  877|      8|{
  878|      8|    if (!PyModule_Check(mod)) {
  ------------------
  |  |   12|      8|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|      8|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (878:9): [True: 0, False: 8]
  ------------------
  879|      0|        PyErr_BadArgument();
  880|      0|        return NULL;
  881|      0|    }
  882|      8|    PyObject *dict = ((PyModuleObject *)mod)->md_dict;  // borrowed reference
  883|      8|    if (dict == NULL || !PyDict_Check(dict)) {
  ------------------
  |  |   18|      8|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      8|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (883:9): [True: 0, False: 8]
  |  Branch (883:25): [True: 0, False: 8]
  ------------------
  884|      0|        goto error;
  885|      0|    }
  886|      8|    PyObject *name;
  887|      8|    if (PyDict_GetItemRef(dict, &_Py_ID(__name__), &name) <= 0) {
  ------------------
  |  |  917|      8|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      8|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      8|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (887:9): [True: 0, False: 8]
  ------------------
  888|       |        // error or not found
  889|      0|        goto error;
  890|      0|    }
  891|      8|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|      8|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      8|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (891:9): [True: 0, False: 8]
  ------------------
  892|      0|        Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  893|      0|        goto error;
  894|      0|    }
  895|      8|    return name;
  896|       |
  897|      0|error:
  898|      0|    if (!PyErr_Occurred()) {
  ------------------
  |  Branch (898:9): [True: 0, False: 0]
  ------------------
  899|      0|        PyErr_SetString(PyExc_SystemError, "nameless module");
  900|      0|    }
  901|       |    return NULL;
  902|      8|}
PyModule_GetState:
 1029|     30|{
 1030|     30|    if (!PyModule_Check(m)) {
  ------------------
  |  |   12|     30|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|     30|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1030:9): [True: 0, False: 30]
  ------------------
 1031|      0|        PyErr_BadArgument();
 1032|      0|        return NULL;
 1033|      0|    }
 1034|     30|    return _PyModule_GetState(m);
 1035|     30|}
_PyModuleSpec_IsInitializing:
 1175|    183|{
 1176|    183|    if (spec == NULL) {
  ------------------
  |  Branch (1176:9): [True: 0, False: 183]
  ------------------
 1177|      0|        return 0;
 1178|      0|    }
 1179|    183|    PyObject *value;
 1180|    183|    int rc = PyObject_GetOptionalAttr(spec, &_Py_ID(_initializing), &value);
  ------------------
  |  |  917|    183|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    183|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    183|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1181|    183|    if (rc > 0) {
  ------------------
  |  Branch (1181:9): [True: 117, False: 66]
  ------------------
 1182|    117|        rc = PyObject_IsTrue(value);
 1183|    117|        Py_DECREF(value);
  ------------------
  |  |  430|    117|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    117|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    117|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1184|    117|    }
 1185|    183|    return rc;
 1186|    183|}
_PyModuleSpec_IsUninitializedSubmodule:
 1193|     20|{
 1194|     20|    if (spec == NULL) {
  ------------------
  |  Branch (1194:9): [True: 0, False: 20]
  ------------------
 1195|      0|         return 0;
 1196|      0|    }
 1197|       |
 1198|     20|    PyObject *value;
 1199|     20|    int rc = PyObject_GetOptionalAttr(spec, &_Py_ID(_uninitialized_submodules), &value);
  ------------------
  |  |  917|     20|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     20|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     20|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1200|     20|    if (rc > 0) {
  ------------------
  |  Branch (1200:9): [True: 4, False: 16]
  ------------------
 1201|      4|        rc = PySequence_Contains(value, name);
 1202|      4|        Py_DECREF(value);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1203|      4|    }
 1204|     20|    return rc;
 1205|     20|}
_PyModuleSpec_GetFileOrigin:
 1209|     20|{
 1210|     20|    PyObject *has_location = NULL;
 1211|     20|    int rc = PyObject_GetOptionalAttr(spec, &_Py_ID(has_location), &has_location);
  ------------------
  |  |  917|     20|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     20|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     20|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1212|     20|    if (rc <= 0) {
  ------------------
  |  Branch (1212:9): [True: 16, False: 4]
  ------------------
 1213|     16|        return rc;
 1214|     16|    }
 1215|       |    // If origin is not a location, or doesn't exist, or is not a str, we could consider falling
 1216|       |    // back to module.__file__. But the cases in which module.__file__ is not __spec__.origin
 1217|       |    // are cases in which we probably shouldn't be guessing.
 1218|      4|    rc = PyObject_IsTrue(has_location);
 1219|      4|    Py_DECREF(has_location);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1220|      4|    if (rc <= 0) {
  ------------------
  |  Branch (1220:9): [True: 4, False: 0]
  ------------------
 1221|      4|        return rc;
 1222|      4|    }
 1223|       |    // has_location is true, so origin is a location
 1224|      0|    PyObject *origin = NULL;
 1225|      0|    rc = PyObject_GetOptionalAttr(spec, &_Py_ID(origin), &origin);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1226|      0|    if (rc <= 0) {
  ------------------
  |  Branch (1226:9): [True: 0, False: 0]
  ------------------
 1227|      0|        return rc;
 1228|      0|    }
 1229|      0|    assert(origin != NULL);
  ------------------
  |  Branch (1229:5): [True: 0, False: 0]
  ------------------
 1230|      0|    if (!PyUnicode_Check(origin)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1230:9): [True: 0, False: 0]
  ------------------
 1231|      0|        Py_DECREF(origin);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1232|      0|        return 0;
 1233|      0|    }
 1234|      0|    *p_origin = origin;
 1235|      0|    return 1;
 1236|      0|}
_PyModule_IsPossiblyShadowing:
 1240|     20|{
 1241|       |    // origin must be a unicode subtype
 1242|       |    // Returns 1 if the module at origin could be shadowing a module of the
 1243|       |    // same name later in the module search path. The condition we check is basically:
 1244|       |    // root = os.path.dirname(origin.removesuffix(os.sep + "__init__.py"))
 1245|       |    // return not sys.flags.safe_path and root == (sys.path[0] or os.getcwd())
 1246|       |    // Returns 0 otherwise (or if we aren't sure)
 1247|       |    // Returns -1 if an error occurred that should be propagated
 1248|     20|    if (origin == NULL) {
  ------------------
  |  Branch (1248:9): [True: 20, False: 0]
  ------------------
 1249|     20|        return 0;
 1250|     20|    }
 1251|       |
 1252|       |    // not sys.flags.safe_path
 1253|      0|    const PyConfig *config = _Py_GetConfig();
 1254|      0|    if (config->safe_path) {
  ------------------
  |  Branch (1254:9): [True: 0, False: 0]
  ------------------
 1255|      0|        return 0;
 1256|      0|    }
 1257|       |
 1258|       |    // root = os.path.dirname(origin.removesuffix(os.sep + "__init__.py"))
 1259|      0|    wchar_t root[MAXPATHLEN + 1];
 1260|      0|    Py_ssize_t size = PyUnicode_AsWideChar(origin, root, MAXPATHLEN);
  ------------------
  |  |   43|      0|#    define MAXPATHLEN PATH_MAX
  ------------------
 1261|      0|    if (size < 0) {
  ------------------
  |  Branch (1261:9): [True: 0, False: 0]
  ------------------
 1262|      0|        return -1;
 1263|      0|    }
 1264|      0|    assert(size <= MAXPATHLEN);
  ------------------
  |  Branch (1264:5): [True: 0, False: 0]
  ------------------
 1265|      0|    root[size] = L'\0';
 1266|       |
 1267|      0|    wchar_t *sep = wcsrchr(root, SEP);
  ------------------
  |  |   29|      0|#  define SEP L'/'
  ------------------
 1268|      0|    if (sep == NULL) {
  ------------------
  |  Branch (1268:9): [True: 0, False: 0]
  ------------------
 1269|      0|        return 0;
 1270|      0|    }
 1271|       |    // If it's a package then we need to look one directory further up
 1272|      0|    if (wcscmp(sep + 1, L"__init__.py") == 0) {
  ------------------
  |  Branch (1272:9): [True: 0, False: 0]
  ------------------
 1273|      0|        *sep = L'\0';
 1274|      0|        sep = wcsrchr(root, SEP);
  ------------------
  |  |   29|      0|#  define SEP L'/'
  ------------------
 1275|      0|        if (sep == NULL) {
  ------------------
  |  Branch (1275:13): [True: 0, False: 0]
  ------------------
 1276|      0|            return 0;
 1277|      0|        }
 1278|      0|    }
 1279|      0|    *sep = L'\0';
 1280|       |
 1281|       |    // sys.path[0] or os.getcwd()
 1282|      0|    wchar_t *sys_path_0 = config->sys_path_0;
 1283|      0|    if (!sys_path_0) {
  ------------------
  |  Branch (1283:9): [True: 0, False: 0]
  ------------------
 1284|      0|        return 0;
 1285|      0|    }
 1286|       |
 1287|      0|    wchar_t sys_path_0_buf[MAXPATHLEN];
 1288|      0|    if (sys_path_0[0] == L'\0') {
  ------------------
  |  Branch (1288:9): [True: 0, False: 0]
  ------------------
 1289|       |        // if sys.path[0] == "", treat it as if it were the current directory
 1290|      0|        if (!_Py_wgetcwd(sys_path_0_buf, MAXPATHLEN)) {
  ------------------
  |  |   43|      0|#    define MAXPATHLEN PATH_MAX
  ------------------
  |  Branch (1290:13): [True: 0, False: 0]
  ------------------
 1291|       |            // If we failed to getcwd, don't raise an exception and instead
 1292|       |            // let the caller proceed assuming no shadowing
 1293|      0|            return 0;
 1294|      0|        }
 1295|      0|        sys_path_0 = sys_path_0_buf;
 1296|      0|    }
 1297|       |
 1298|      0|    int result = wcscmp(sys_path_0, root) == 0;
 1299|      0|    return result;
 1300|      0|}
_Py_module_getattro_impl:
 1304|  3.62k|{
 1305|       |    // When suppress=1, this function suppresses AttributeError.
 1306|  3.62k|    PyObject *attr, *mod_name, *getattr;
 1307|  3.62k|    attr = _PyObject_GenericGetAttrWithDict((PyObject *)m, name, NULL, suppress);
 1308|  3.62k|    if (attr) {
  ------------------
  |  Branch (1308:9): [True: 3.42k, False: 200]
  ------------------
 1309|  3.42k|        if (PyLazyImport_CheckExact(attr)) {
  ------------------
  |  |   15|  3.42k|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |  215|  3.42k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 3.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1310|       |            // gh-144957: Module __getattr__ should get a chance to provide
 1311|       |            // the attribute before resolving a lazy import placeholder.
 1312|      0|            if (PyDict_GetItemRef(m->md_dict, &_Py_ID(__getattr__), &getattr) < 0) {
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1312:17): [True: 0, False: 0]
  ------------------
 1313|      0|                Py_DECREF(attr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1314|      0|                return NULL;
 1315|      0|            }
 1316|      0|            if (getattr) {
  ------------------
  |  Branch (1316:17): [True: 0, False: 0]
  ------------------
 1317|      0|                PyObject *result = PyObject_CallOneArg(getattr, name);
 1318|      0|                Py_DECREF(getattr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1319|      0|                if (result != NULL) {
  ------------------
  |  Branch (1319:21): [True: 0, False: 0]
  ------------------
 1320|      0|                    Py_DECREF(attr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1321|      0|                    return result;
 1322|      0|                }
 1323|      0|                if (!PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1323:21): [True: 0, False: 0]
  ------------------
 1324|      0|                    Py_DECREF(attr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1325|      0|                    return NULL;
 1326|      0|                }
 1327|      0|                PyErr_Clear();
 1328|      0|            }
 1329|      0|            PyObject *new_value = _PyImport_LoadLazyImportTstate(
 1330|      0|                PyThreadState_GET(), attr);
  ------------------
  |  |   63|      0|#define PyThreadState_GET() PyThreadState_Get()
  ------------------
 1331|      0|            if (new_value == NULL) {
  ------------------
  |  Branch (1331:17): [True: 0, False: 0]
  ------------------
 1332|      0|                if (suppress &&
  ------------------
  |  Branch (1332:21): [True: 0, False: 0]
  ------------------
 1333|      0|                    PyErr_ExceptionMatches(PyExc_ImportCycleError)) {
  ------------------
  |  Branch (1333:21): [True: 0, False: 0]
  ------------------
 1334|       |                    // ImportCycleError is raised when a lazy object tries
 1335|       |                    // to import itself. In this case, the error should not
 1336|       |                    // propagate to the caller and instead treated as if the
 1337|       |                    // attribute doesn't exist.
 1338|      0|                    PyErr_Clear();
 1339|      0|                }
 1340|      0|                Py_DECREF(attr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1341|      0|                return NULL;
 1342|      0|            }
 1343|       |
 1344|      0|            if (PyDict_SetItem(m->md_dict, name, new_value) < 0) {
  ------------------
  |  Branch (1344:17): [True: 0, False: 0]
  ------------------
 1345|      0|                Py_CLEAR(new_value);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1346|      0|            }
 1347|      0|            Py_DECREF(attr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1348|      0|            return new_value;
 1349|      0|        }
 1350|  3.42k|        return attr;
 1351|  3.42k|    }
 1352|    200|    if (suppress == 1) {
  ------------------
  |  Branch (1352:9): [True: 180, False: 20]
  ------------------
 1353|    180|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1353:13): [True: 0, False: 180]
  ------------------
 1354|       |            // pass up non-AttributeError exception
 1355|      0|            return NULL;
 1356|      0|        }
 1357|    180|    }
 1358|     20|    else {
 1359|     20|        if (!PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1359:13): [True: 0, False: 20]
  ------------------
 1360|       |            // pass up non-AttributeError exception
 1361|      0|            return NULL;
 1362|      0|        }
 1363|     20|        PyErr_Clear();
 1364|     20|    }
 1365|    200|    assert(m->md_dict != NULL);
  ------------------
  |  Branch (1365:5): [True: 200, False: 0]
  ------------------
 1366|    200|    if (PyDict_GetItemRef(m->md_dict, &_Py_ID(__getattr__), &getattr) < 0) {
  ------------------
  |  |  917|    200|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    200|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    200|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1366:9): [True: 0, False: 200]
  ------------------
 1367|      0|        return NULL;
 1368|      0|    }
 1369|    200|    if (getattr) {
  ------------------
  |  Branch (1369:9): [True: 4, False: 196]
  ------------------
 1370|      4|        PyObject *result = PyObject_CallOneArg(getattr, name);
 1371|      4|        if (result == NULL && suppress == 1 && PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1371:13): [True: 4, False: 0]
  |  Branch (1371:31): [True: 4, False: 0]
  |  Branch (1371:48): [True: 4, False: 0]
  ------------------
 1372|       |            // suppress AttributeError
 1373|      4|            PyErr_Clear();
 1374|      4|        }
 1375|      4|        Py_DECREF(getattr);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1376|      4|        return result;
 1377|      4|    }
 1378|       |
 1379|       |    // The attribute was not found.  We make a best effort attempt at a useful error message,
 1380|       |    // but only if we're not suppressing AttributeError.
 1381|    196|    if (suppress == 1) {
  ------------------
  |  Branch (1381:9): [True: 176, False: 20]
  ------------------
 1382|    176|        return NULL;
 1383|    176|    }
 1384|     20|    if (PyDict_GetItemRef(m->md_dict, &_Py_ID(__name__), &mod_name) < 0) {
  ------------------
  |  |  917|     20|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     20|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     20|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1384:9): [True: 0, False: 20]
  ------------------
 1385|      0|        return NULL;
 1386|      0|    }
 1387|     20|    if (!mod_name || !PyUnicode_Check(mod_name)) {
  ------------------
  |  |  103|     20|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     20|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1387:9): [True: 0, False: 20]
  |  Branch (1387:22): [True: 0, False: 20]
  ------------------
 1388|      0|        Py_XDECREF(mod_name);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1389|      0|        PyErr_Format(PyExc_AttributeError,
 1390|      0|                    "module has no attribute '%U'", name);
 1391|      0|        return NULL;
 1392|      0|    }
 1393|     20|    PyObject *spec;
 1394|     20|    if (PyDict_GetItemRef(m->md_dict, &_Py_ID(__spec__), &spec) < 0) {
  ------------------
  |  |  917|     20|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     20|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     20|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1394:9): [True: 0, False: 20]
  ------------------
 1395|      0|        Py_DECREF(mod_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1396|      0|        return NULL;
 1397|      0|    }
 1398|     20|    if (spec == NULL) {
  ------------------
  |  Branch (1398:9): [True: 0, False: 20]
  ------------------
 1399|      0|        PyErr_Format(PyExc_AttributeError,
 1400|      0|                     "module '%U' has no attribute '%U'",
 1401|      0|                     mod_name, name);
 1402|      0|        Py_DECREF(mod_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1403|      0|        return NULL;
 1404|      0|    }
 1405|       |
 1406|     20|    PyObject *origin = NULL;
 1407|     20|    if (_PyModuleSpec_GetFileOrigin(spec, &origin) < 0) {
  ------------------
  |  Branch (1407:9): [True: 0, False: 20]
  ------------------
 1408|      0|        goto done;
 1409|      0|    }
 1410|       |
 1411|     20|    int is_possibly_shadowing = _PyModule_IsPossiblyShadowing(origin);
 1412|     20|    if (is_possibly_shadowing < 0) {
  ------------------
  |  Branch (1412:9): [True: 0, False: 20]
  ------------------
 1413|      0|        goto done;
 1414|      0|    }
 1415|     20|    int is_possibly_shadowing_stdlib = 0;
 1416|     20|    if (is_possibly_shadowing) {
  ------------------
  |  Branch (1416:9): [True: 0, False: 20]
  ------------------
 1417|      0|        PyObject *stdlib_modules;
 1418|      0|        if (PySys_GetOptionalAttrString("stdlib_module_names", &stdlib_modules) < 0) {
  ------------------
  |  Branch (1418:13): [True: 0, False: 0]
  ------------------
 1419|      0|            goto done;
 1420|      0|        }
 1421|      0|        if (stdlib_modules && PyAnySet_Check(stdlib_modules)) {
  ------------------
  |  |   31|      0|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      0|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      0|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1421:13): [True: 0, False: 0]
  ------------------
 1422|      0|            is_possibly_shadowing_stdlib = PySet_Contains(stdlib_modules, mod_name);
 1423|      0|            if (is_possibly_shadowing_stdlib < 0) {
  ------------------
  |  Branch (1423:17): [True: 0, False: 0]
  ------------------
 1424|      0|                Py_DECREF(stdlib_modules);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1425|      0|                goto done;
 1426|      0|            }
 1427|      0|        }
 1428|      0|        Py_XDECREF(stdlib_modules);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1429|      0|    }
 1430|       |
 1431|     20|    if (is_possibly_shadowing_stdlib) {
  ------------------
  |  Branch (1431:9): [True: 0, False: 20]
  ------------------
 1432|      0|        assert(origin);
  ------------------
  |  Branch (1432:9): [True: 0, False: 0]
  ------------------
 1433|      0|        PyErr_Format(PyExc_AttributeError,
 1434|      0|                    "module '%U' has no attribute '%U' "
 1435|      0|                    "(consider renaming '%U' since it has the same "
 1436|      0|                    "name as the standard library module named '%U' "
 1437|      0|                    "and prevents importing that standard library module)",
 1438|      0|                    mod_name, name, origin, mod_name);
 1439|      0|    }
 1440|     20|    else {
 1441|     20|        int rc = _PyModuleSpec_IsInitializing(spec);
 1442|     20|        if (rc < 0) {
  ------------------
  |  Branch (1442:13): [True: 0, False: 20]
  ------------------
 1443|      0|            goto done;
 1444|      0|        }
 1445|     20|        else if (rc > 0) {
  ------------------
  |  Branch (1445:18): [True: 0, False: 20]
  ------------------
 1446|      0|            if (is_possibly_shadowing) {
  ------------------
  |  Branch (1446:17): [True: 0, False: 0]
  ------------------
 1447|      0|                assert(origin);
  ------------------
  |  Branch (1447:17): [True: 0, False: 0]
  ------------------
 1448|       |                // For non-stdlib modules, only mention the possibility of
 1449|       |                // shadowing if the module is being initialized.
 1450|      0|                PyErr_Format(PyExc_AttributeError,
 1451|      0|                            "module '%U' has no attribute '%U' "
 1452|      0|                            "(consider renaming '%U' if it has the same name "
 1453|      0|                            "as a library you intended to import)",
 1454|      0|                            mod_name, name, origin);
 1455|      0|            }
 1456|      0|            else if (origin) {
  ------------------
  |  Branch (1456:22): [True: 0, False: 0]
  ------------------
 1457|      0|                PyErr_Format(PyExc_AttributeError,
 1458|      0|                            "partially initialized "
 1459|      0|                            "module '%U' from '%U' has no attribute '%U' "
 1460|      0|                            "(most likely due to a circular import)",
 1461|      0|                            mod_name, origin, name);
 1462|      0|            }
 1463|      0|            else {
 1464|      0|                PyErr_Format(PyExc_AttributeError,
 1465|      0|                            "partially initialized "
 1466|      0|                            "module '%U' has no attribute '%U' "
 1467|      0|                            "(most likely due to a circular import)",
 1468|      0|                            mod_name, name);
 1469|      0|            }
 1470|      0|        }
 1471|     20|        else {
 1472|     20|            assert(rc == 0);
  ------------------
  |  Branch (1472:13): [True: 20, False: 0]
  ------------------
 1473|     20|            rc = _PyModuleSpec_IsUninitializedSubmodule(spec, name);
 1474|     20|            if (rc > 0) {
  ------------------
  |  Branch (1474:17): [True: 0, False: 20]
  ------------------
 1475|      0|                PyErr_Format(PyExc_AttributeError,
 1476|      0|                            "cannot access submodule '%U' of module '%U' "
 1477|      0|                            "(most likely due to a circular import)",
 1478|      0|                            name, mod_name);
 1479|      0|            }
 1480|     20|            else if (rc == 0) {
  ------------------
  |  Branch (1480:22): [True: 20, False: 0]
  ------------------
 1481|     20|                PyErr_Format(PyExc_AttributeError,
 1482|     20|                            "module '%U' has no attribute '%U'",
 1483|     20|                            mod_name, name);
 1484|     20|            }
 1485|     20|        }
 1486|     20|    }
 1487|       |
 1488|     20|done:
 1489|     20|    Py_XDECREF(origin);
  ------------------
  |  |  524|     20|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1490|     20|    Py_DECREF(spec);
  ------------------
  |  |  430|     20|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1491|     20|    Py_DECREF(mod_name);
  ------------------
  |  |  430|     20|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1492|       |    return NULL;
 1493|     20|}
_Py_module_getattro:
 1498|  2.66k|{
 1499|  2.66k|    PyModuleObject *m = _PyModule_CAST(self);
  ------------------
  |  |   24|  2.66k|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.66k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1499:25): [True: 2.66k, False: 0]
  ------------------
 1500|      0|    return _Py_module_getattro_impl(m, name, 0);
 1501|  2.66k|}
moduleobject.c:module_dict_watcher:
  206|  5.85k|{
  207|  5.85k|    assert(PyDict_Check(dict));
  ------------------
  |  Branch (207:5): [True: 5.85k, False: 0]
  ------------------
  208|       |    // Only if a new lazy object shows up do we need to clear the dictionary. If
  209|       |    // this is adding a new key then the version will be reset anyway.
  210|  5.85k|    if (event == PyDict_EVENT_MODIFIED &&
  ------------------
  |  Branch (210:9): [True: 484, False: 5.37k]
  ------------------
  211|    484|        new_value != NULL &&
  ------------------
  |  Branch (211:9): [True: 484, False: 0]
  ------------------
  212|    484|        PyLazyImport_CheckExact(new_value)) {
  ------------------
  |  |   15|    484|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |  215|    484|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 484]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  213|      0|        _PyDict_ClearKeysVersionLockHeld(dict);
  214|      0|    }
  215|  5.85k|    return 0;
  216|  5.85k|}
moduleobject.c:new_module_notrack:
  173|     83|{
  174|     83|    PyModuleObject *m;
  175|     83|    m = (PyModuleObject *)_PyType_AllocNoTrack(mt, 0);
  176|     83|    if (m == NULL)
  ------------------
  |  Branch (176:9): [True: 0, False: 83]
  ------------------
  177|      0|        return NULL;
  178|     83|    m->md_state = NULL;
  179|     83|    m->md_weaklist = NULL;
  180|     83|    m->md_name = NULL;
  181|     83|    m->md_token_is_def = false;
  182|       |#ifdef Py_GIL_DISABLED
  183|       |    m->md_requires_gil = true;
  184|       |#endif
  185|     83|    m->md_state_size = 0;
  186|     83|    m->md_state_traverse = NULL;
  187|     83|    m->md_state_clear = NULL;
  188|     83|    m->md_state_free = NULL;
  189|     83|    m->md_exec = NULL;
  190|     83|    m->md_token = NULL;
  191|     83|    m->md_dict = PyDict_New();
  192|     83|    if (m->md_dict == NULL) {
  ------------------
  |  Branch (192:9): [True: 0, False: 83]
  ------------------
  193|      0|        Py_DECREF(m);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  194|      0|        return NULL;
  195|      0|    }
  196|     83|    return m;
  197|     83|}
moduleobject.c:module_init_dict:
  149|     83|{
  150|     83|    assert(md_dict != NULL);
  ------------------
  |  Branch (150:5): [True: 83, False: 0]
  ------------------
  151|     83|    if (doc == NULL)
  ------------------
  |  Branch (151:9): [True: 42, False: 41]
  ------------------
  152|     42|        doc = Py_None;
  ------------------
  |  |  616|     42|#  define Py_None (&_Py_NoneStruct)
  ------------------
  153|       |
  154|     83|    if (PyDict_SetItem(md_dict, &_Py_ID(__name__), name) != 0)
  ------------------
  |  |  917|     83|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     83|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     83|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (154:9): [True: 0, False: 83]
  ------------------
  155|      0|        return -1;
  156|     83|    if (PyDict_SetItem(md_dict, &_Py_ID(__doc__), doc) != 0)
  ------------------
  |  |  917|     83|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     83|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     83|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (156:9): [True: 0, False: 83]
  ------------------
  157|      0|        return -1;
  158|     83|    if (PyDict_SetItem(md_dict, &_Py_ID(__package__), Py_None) != 0)
  ------------------
  |  |  917|     83|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     83|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     83|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyDict_SetItem(md_dict, &_Py_ID(__package__), Py_None) != 0)
  ------------------
  |  |  616|     83|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (158:9): [True: 0, False: 83]
  ------------------
  159|      0|        return -1;
  160|     83|    if (PyDict_SetItem(md_dict, &_Py_ID(__loader__), Py_None) != 0)
  ------------------
  |  |  917|     83|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     83|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     83|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyDict_SetItem(md_dict, &_Py_ID(__loader__), Py_None) != 0)
  ------------------
  |  |  616|     83|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (160:9): [True: 0, False: 83]
  ------------------
  161|      0|        return -1;
  162|     83|    if (PyDict_SetItem(md_dict, &_Py_ID(__spec__), Py_None) != 0)
  ------------------
  |  |  917|     83|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     83|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     83|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyDict_SetItem(md_dict, &_Py_ID(__spec__), Py_None) != 0)
  ------------------
  |  |  616|     83|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (162:9): [True: 0, False: 83]
  ------------------
  163|      0|        return -1;
  164|     83|    if (PyUnicode_CheckExact(name)) {
  ------------------
  |  |  104|     83|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     83|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     83|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     83|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 83, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|     83|        Py_XSETREF(mod->md_name, Py_NewRef(name));
  ------------------
  |  |  374|     83|    do { \
  |  |  375|     83|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     83|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     83|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     83|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     83|        *_tmp_dst_ptr = (src); \
  |  |  378|     83|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     83|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     83|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     83|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     83|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 83]
  |  |  ------------------
  ------------------
  166|     83|    }
  167|       |
  168|     83|    return 0;
  169|     83|}
moduleobject.c:track_module:
  229|     83|{
  230|     83|    _PyDict_EnablePerThreadRefcounting(m->md_dict);
  231|     83|    _PyObject_SetDeferredRefcount((PyObject *)m);
  232|     83|    PyDict_Watch(MODULE_WATCHER_ID, m->md_dict);
  ------------------
  |  |  294|     83|#define MODULE_WATCHER_ID       2
  ------------------
  233|     83|    PyObject_GC_Track(m);
  234|     83|}
moduleobject.c:check_api_version:
  280|     38|{
  281|     38|    if (module_api_version != PYTHON_API_VERSION && module_api_version != PYTHON_ABI_VERSION) {
  ------------------
  |  |   59|     76|#define PYTHON_API_VERSION 1013
  ------------------
                  if (module_api_version != PYTHON_API_VERSION && module_api_version != PYTHON_ABI_VERSION) {
  ------------------
  |  |   61|      0|#define PYTHON_ABI_VERSION 3
  ------------------
  |  Branch (281:9): [True: 0, False: 38]
  |  Branch (281:53): [True: 0, False: 0]
  ------------------
  282|      0|        int err;
  283|      0|        err = PyErr_WarnFormat(PyExc_RuntimeWarning, 1,
  284|      0|            "Python C API version mismatch for module %.100s: "
  285|      0|            "This Python has API version %d, module %.100s has version %d.",
  286|      0|             name,
  287|      0|             PYTHON_API_VERSION, name, module_api_version);
  ------------------
  |  |   59|      0|#define PYTHON_API_VERSION 1013
  ------------------
  288|      0|        if (err)
  ------------------
  |  Branch (288:13): [True: 0, False: 0]
  ------------------
  289|      0|            return 0;
  290|      0|    }
  291|     38|    return 1;
  292|     38|}
moduleobject.c:module_copy_members_from_deflike:
  338|     38|{
  339|     38|    md->md_state_size = def_like->m_size;
  340|     38|    md->md_state_traverse = def_like->m_traverse;
  341|     38|    md->md_state_clear = def_like->m_clear;
  342|     38|    md->md_state_free = def_like->m_free;
  343|     38|}
moduleobject.c:module_from_slots_and_spec:
  408|     30|{
  409|     30|    createfunc_t create = NULL;
  410|     30|    PyObject *nameobj;
  411|     30|    PyObject *m = NULL;
  412|     30|    uint64_t multiple_interpreters = (uint64_t)Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED;
  ------------------
  |  |   81|     30|#  define Py_MOD_MULTIPLE_INTERPRETERS_SUPPORTED ((void *)1)
  ------------------
  413|     30|    bool requires_gil = true;
  414|     30|    const char *name;
  415|     30|    int ret;
  416|     30|    void *token = NULL;
  417|     30|    _Py_modexecfunc m_exec = NULL;
  418|     30|    PyInterpreterState *interp = _PyInterpreterState_GET();
  419|       |
  420|     30|    nameobj = PyObject_GetAttrString(spec, "name");
  421|     30|    if (nameobj == NULL) {
  ------------------
  |  Branch (421:9): [True: 0, False: 30]
  ------------------
  422|      0|        return NULL;
  423|      0|    }
  424|     30|    name = PyUnicode_AsUTF8(nameobj);
  425|     30|    if (name == NULL) {
  ------------------
  |  Branch (425:9): [True: 0, False: 30]
  ------------------
  426|      0|        goto error;
  427|      0|    }
  428|       |
  429|     30|    if (!check_api_version(name, module_api_version)) {
  ------------------
  |  Branch (429:9): [True: 0, False: 30]
  ------------------
  430|      0|        goto error;
  431|      0|    }
  432|       |
  433|     30|    _PySlotIterator it;
  434|       |
  435|     30|    PyModuleDef _dummy_def = {0};
  436|     30|    PyModuleDef *def_like;
  437|     30|    if (slots) {
  ------------------
  |  Branch (437:9): [True: 0, False: 30]
  ------------------
  438|      0|        assert(!original_def);
  ------------------
  |  Branch (438:9): [True: 0, False: 0]
  ------------------
  439|      0|        def_like = &_dummy_def;
  440|      0|         _PySlotIterator_Init(&it, slots, _PySlot_KIND_MOD);
  441|      0|    }
  442|     30|    else {
  443|     30|        assert(original_def);
  ------------------
  |  Branch (443:9): [True: 30, False: 0]
  ------------------
  444|     30|        def_like = original_def;
  445|     30|         _PySlotIterator_InitLegacy(&it, def_like->m_slots, _PySlot_KIND_MOD);
  446|     30|    }
  447|     30|    it.name = name;
  448|       |
  449|    144|    while (_PySlotIterator_Next(&it)) {
  ------------------
  |  Branch (449:12): [True: 114, False: 30]
  ------------------
  450|    114|        switch (it.current.sl_id) {
  ------------------
  |  Branch (450:17): [True: 114, False: 0]
  ------------------
  451|      0|            case Py_slot_invalid:
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (451:13): [True: 0, False: 114]
  ------------------
  452|      0|                goto error;
  453|      0|            case Py_mod_create:
  ------------------
  |  |   92|      0|#define Py_mod_create _Py_SLOT_COMPAT_VALUE(1, 84)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (453:13): [True: 0, False: 114]
  ------------------
  454|      0|                create = (createfunc_t)it.current.sl_func;
  455|      0|                break;
  456|     28|            case Py_mod_exec:
  ------------------
  |  |   93|     28|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|     28|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (456:13): [True: 28, False: 86]
  ------------------
  457|     28|                if (!original_def) {
  ------------------
  |  Branch (457:21): [True: 0, False: 28]
  ------------------
  458|      0|                    if (m_exec) {
  ------------------
  |  Branch (458:25): [True: 0, False: 0]
  ------------------
  459|      0|                        PyErr_Format(
  460|      0|                            PyExc_SystemError,
  461|      0|                            "module %s has multiple Py_mod_exec slots",
  462|      0|                            name);
  463|      0|                        goto error;
  464|      0|                    }
  465|      0|                    m_exec = (_Py_modexecfunc)it.current.sl_func;
  466|      0|                }
  467|     28|                break;
  468|     30|            case Py_mod_multiple_interpreters:
  ------------------
  |  |   94|     30|#define Py_mod_multiple_interpreters _Py_SLOT_COMPAT_VALUE(3, 86)
  |  |  ------------------
  |  |  |  |    7|     30|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (468:13): [True: 30, False: 84]
  ------------------
  469|     30|                multiple_interpreters = it.current.sl_uint64;
  470|     30|                break;
  471|     30|            case Py_mod_gil:
  ------------------
  |  |   95|     30|#define Py_mod_gil _Py_SLOT_COMPAT_VALUE(4, 87)
  |  |  ------------------
  |  |  |  |    7|     30|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (471:13): [True: 30, False: 84]
  ------------------
  472|     30|                {
  473|     30|                    uint64_t val = it.current.sl_uint64;
  474|     30|                    requires_gil = (val != (uint64_t)Py_MOD_GIL_NOT_USED);
  ------------------
  |  |   88|     30|#  define Py_MOD_GIL_NOT_USED ((void *)1)
  ------------------
  475|     30|                }
  476|     30|                break;
  477|     26|            case Py_mod_abi:
  ------------------
  |  |  117|     26|#define Py_mod_abi 109
  ------------------
  |  Branch (477:13): [True: 26, False: 88]
  ------------------
  478|     26|                if (PyABIInfo_Check(it.current.sl_ptr, name) < 0) {
  ------------------
  |  Branch (478:21): [True: 0, False: 26]
  ------------------
  479|      0|                    goto error;
  480|      0|                }
  481|     26|                break;
  482|     26|            case Py_mod_token:
  ------------------
  |  |  118|      0|#define Py_mod_token 110
  ------------------
  |  Branch (482:13): [True: 0, False: 114]
  ------------------
  483|      0|                if (original_def && original_def != it.current.sl_ptr) {
  ------------------
  |  Branch (483:21): [True: 0, False: 0]
  |  Branch (483:37): [True: 0, False: 0]
  ------------------
  484|      0|                    PyErr_Format(
  485|      0|                        PyExc_SystemError,
  486|      0|                        "module %s: arbitrary Py_mod_token not "
  487|      0|                        "allowed with PyModuleDef",
  488|      0|                        name);
  489|      0|                    goto error;
  490|      0|                }
  491|      0|                token = it.current.sl_ptr;
  492|      0|                break;
  493|       |            // Common case: Copy a PEP 793 slot to def_like
  494|      0|#define DEF_SLOT_CASE(SLOT, TYPE, SL_MEMBER, MEMBER)                        \
  495|      0|            case SLOT:                                                      \
  496|      0|                do {                                                        \
  497|      0|                    if (original_def) {                                     \
  498|      0|                        TYPE orig_value = (TYPE)original_def->MEMBER;       \
  499|      0|                        TYPE new_value = (TYPE)it.current.SL_MEMBER;        \
  500|      0|                        if (orig_value != new_value) {                      \
  501|      0|                            PyErr_Format(                                   \
  502|      0|                                PyExc_SystemError,                          \
  503|      0|                                "module %s: %s conflicts with "             \
  504|      0|                                "PyModuleDef." #MEMBER,                     \
  505|      0|                                name, _PySlot_GetName(it.current.sl_id));   \
  506|      0|                            goto error;                                     \
  507|      0|                        }                                                   \
  508|      0|                    }                                                       \
  509|      0|                    (def_like->MEMBER) = (TYPE)it.current.SL_MEMBER;        \
  510|      0|                } while (0);                                                \
  511|      0|                break;                                                      \
  512|       |            /////////////////////////////////////////////////////////////////
  513|      0|            DEF_SLOT_CASE(Py_mod_name, char*, sl_ptr, m_name)
  ------------------
  |  |  495|      0|            case SLOT:                                                      \
  |  |  ------------------
  |  |  |  Branch (495:13): [True: 0, False: 114]
  |  |  ------------------
  |  |  496|      0|                do {                                                        \
  |  |  497|      0|                    if (original_def) {                                     \
  |  |  ------------------
  |  |  |  Branch (497:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  498|      0|                        TYPE orig_value = (TYPE)original_def->MEMBER;       \
  |  |  499|      0|                        TYPE new_value = (TYPE)it.current.SL_MEMBER;        \
  |  |  500|      0|                        if (orig_value != new_value) {                      \
  |  |  ------------------
  |  |  |  Branch (500:29): [True: 0, False: 0]
  |  |  ------------------
  |  |  501|      0|                            PyErr_Format(                                   \
  |  |  502|      0|                                PyExc_SystemError,                          \
  |  |  503|      0|                                "module %s: %s conflicts with "             \
  |  |  504|      0|                                "PyModuleDef." #MEMBER,                     \
  |  |  505|      0|                                name, _PySlot_GetName(it.current.sl_id));   \
  |  |  506|      0|                            goto error;                                     \
  |  |  507|      0|                        }                                                   \
  |  |  508|      0|                    }                                                       \
  |  |  509|      0|                    (def_like->MEMBER) = (TYPE)it.current.SL_MEMBER;        \
  |  |  510|      0|                } while (0);                                                \
  |  |  ------------------
  |  |  |  Branch (510:26): [Folded, False: 0]
  |  |  ------------------
  |  |  511|      0|                break;                                                      \
  ------------------
  514|      0|            DEF_SLOT_CASE(Py_mod_doc, char*, sl_ptr, m_doc)
  ------------------
  |  |  495|      0|            case SLOT:                                                      \
  |  |  ------------------
  |  |  |  Branch (495:13): [True: 0, False: 114]
  |  |  ------------------
  |  |  496|      0|                do {                                                        \
  |  |  497|      0|                    if (original_def) {                                     \
  |  |  ------------------
  |  |  |  Branch (497:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  498|      0|                        TYPE orig_value = (TYPE)original_def->MEMBER;       \
  |  |  499|      0|                        TYPE new_value = (TYPE)it.current.SL_MEMBER;        \
  |  |  500|      0|                        if (orig_value != new_value) {                      \
  |  |  ------------------
  |  |  |  Branch (500:29): [True: 0, False: 0]
  |  |  ------------------
  |  |  501|      0|                            PyErr_Format(                                   \
  |  |  502|      0|                                PyExc_SystemError,                          \
  |  |  503|      0|                                "module %s: %s conflicts with "             \
  |  |  504|      0|                                "PyModuleDef." #MEMBER,                     \
  |  |  505|      0|                                name, _PySlot_GetName(it.current.sl_id));   \
  |  |  506|      0|                            goto error;                                     \
  |  |  507|      0|                        }                                                   \
  |  |  508|      0|                    }                                                       \
  |  |  509|      0|                    (def_like->MEMBER) = (TYPE)it.current.SL_MEMBER;        \
  |  |  510|      0|                } while (0);                                                \
  |  |  ------------------
  |  |  |  Branch (510:26): [Folded, False: 0]
  |  |  ------------------
  |  |  511|      0|                break;                                                      \
  ------------------
  515|      0|            DEF_SLOT_CASE(Py_mod_state_size, Py_ssize_t, sl_size, m_size)
  ------------------
  |  |  495|      0|            case SLOT:                                                      \
  |  |  ------------------
  |  |  |  Branch (495:13): [True: 0, False: 114]
  |  |  ------------------
  |  |  496|      0|                do {                                                        \
  |  |  497|      0|                    if (original_def) {                                     \
  |  |  ------------------
  |  |  |  Branch (497:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  498|      0|                        TYPE orig_value = (TYPE)original_def->MEMBER;       \
  |  |  499|      0|                        TYPE new_value = (TYPE)it.current.SL_MEMBER;        \
  |  |  500|      0|                        if (orig_value != new_value) {                      \
  |  |  ------------------
  |  |  |  Branch (500:29): [True: 0, False: 0]
  |  |  ------------------
  |  |  501|      0|                            PyErr_Format(                                   \
  |  |  502|      0|                                PyExc_SystemError,                          \
  |  |  503|      0|                                "module %s: %s conflicts with "             \
  |  |  504|      0|                                "PyModuleDef." #MEMBER,                     \
  |  |  505|      0|                                name, _PySlot_GetName(it.current.sl_id));   \
  |  |  506|      0|                            goto error;                                     \
  |  |  507|      0|                        }                                                   \
  |  |  508|      0|                    }                                                       \
  |  |  509|      0|                    (def_like->MEMBER) = (TYPE)it.current.SL_MEMBER;        \
  |  |  510|      0|                } while (0);                                                \
  |  |  ------------------
  |  |  |  Branch (510:26): [Folded, False: 0]
  |  |  ------------------
  |  |  511|      0|                break;                                                      \
  ------------------
  516|      0|            DEF_SLOT_CASE(Py_mod_methods, PyMethodDef*, sl_ptr, m_methods)
  ------------------
  |  |  495|      0|            case SLOT:                                                      \
  |  |  ------------------
  |  |  |  Branch (495:13): [True: 0, False: 114]
  |  |  ------------------
  |  |  496|      0|                do {                                                        \
  |  |  497|      0|                    if (original_def) {                                     \
  |  |  ------------------
  |  |  |  Branch (497:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  498|      0|                        TYPE orig_value = (TYPE)original_def->MEMBER;       \
  |  |  499|      0|                        TYPE new_value = (TYPE)it.current.SL_MEMBER;        \
  |  |  500|      0|                        if (orig_value != new_value) {                      \
  |  |  ------------------
  |  |  |  Branch (500:29): [True: 0, False: 0]
  |  |  ------------------
  |  |  501|      0|                            PyErr_Format(                                   \
  |  |  502|      0|                                PyExc_SystemError,                          \
  |  |  503|      0|                                "module %s: %s conflicts with "             \
  |  |  504|      0|                                "PyModuleDef." #MEMBER,                     \
  |  |  505|      0|                                name, _PySlot_GetName(it.current.sl_id));   \
  |  |  506|      0|                            goto error;                                     \
  |  |  507|      0|                        }                                                   \
  |  |  508|      0|                    }                                                       \
  |  |  509|      0|                    (def_like->MEMBER) = (TYPE)it.current.SL_MEMBER;        \
  |  |  510|      0|                } while (0);                                                \
  |  |  ------------------
  |  |  |  Branch (510:26): [Folded, False: 0]
  |  |  ------------------
  |  |  511|      0|                break;                                                      \
  ------------------
  517|      0|            DEF_SLOT_CASE(Py_mod_state_traverse,
  ------------------
  |  |  495|      0|            case SLOT:                                                      \
  |  |  ------------------
  |  |  |  Branch (495:13): [True: 0, False: 114]
  |  |  ------------------
  |  |  496|      0|                do {                                                        \
  |  |  497|      0|                    if (original_def) {                                     \
  |  |  ------------------
  |  |  |  Branch (497:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  498|      0|                        TYPE orig_value = (TYPE)original_def->MEMBER;       \
  |  |  499|      0|                        TYPE new_value = (TYPE)it.current.SL_MEMBER;        \
  |  |  500|      0|                        if (orig_value != new_value) {                      \
  |  |  ------------------
  |  |  |  Branch (500:29): [True: 0, False: 0]
  |  |  ------------------
  |  |  501|      0|                            PyErr_Format(                                   \
  |  |  502|      0|                                PyExc_SystemError,                          \
  |  |  503|      0|                                "module %s: %s conflicts with "             \
  |  |  504|      0|                                "PyModuleDef." #MEMBER,                     \
  |  |  505|      0|                                name, _PySlot_GetName(it.current.sl_id));   \
  |  |  506|      0|                            goto error;                                     \
  |  |  507|      0|                        }                                                   \
  |  |  508|      0|                    }                                                       \
  |  |  509|      0|                    (def_like->MEMBER) = (TYPE)it.current.SL_MEMBER;        \
  |  |  510|      0|                } while (0);                                                \
  |  |  ------------------
  |  |  |  Branch (510:26): [Folded, False: 0]
  |  |  ------------------
  |  |  511|      0|                break;                                                      \
  ------------------
  518|      0|                          traverseproc, sl_func, m_traverse)
  519|      0|            DEF_SLOT_CASE(Py_mod_state_clear, inquiry, sl_func, m_clear)
  ------------------
  |  |  495|      0|            case SLOT:                                                      \
  |  |  ------------------
  |  |  |  Branch (495:13): [True: 0, False: 114]
  |  |  ------------------
  |  |  496|      0|                do {                                                        \
  |  |  497|      0|                    if (original_def) {                                     \
  |  |  ------------------
  |  |  |  Branch (497:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  498|      0|                        TYPE orig_value = (TYPE)original_def->MEMBER;       \
  |  |  499|      0|                        TYPE new_value = (TYPE)it.current.SL_MEMBER;        \
  |  |  500|      0|                        if (orig_value != new_value) {                      \
  |  |  ------------------
  |  |  |  Branch (500:29): [True: 0, False: 0]
  |  |  ------------------
  |  |  501|      0|                            PyErr_Format(                                   \
  |  |  502|      0|                                PyExc_SystemError,                          \
  |  |  503|      0|                                "module %s: %s conflicts with "             \
  |  |  504|      0|                                "PyModuleDef." #MEMBER,                     \
  |  |  505|      0|                                name, _PySlot_GetName(it.current.sl_id));   \
  |  |  506|      0|                            goto error;                                     \
  |  |  507|      0|                        }                                                   \
  |  |  508|      0|                    }                                                       \
  |  |  509|      0|                    (def_like->MEMBER) = (TYPE)it.current.SL_MEMBER;        \
  |  |  510|      0|                } while (0);                                                \
  |  |  ------------------
  |  |  |  Branch (510:26): [Folded, False: 0]
  |  |  ------------------
  |  |  511|      0|                break;                                                      \
  ------------------
  520|    114|            DEF_SLOT_CASE(Py_mod_state_free, freefunc, sl_func, m_free)
  ------------------
  |  |  495|      0|            case SLOT:                                                      \
  |  |  ------------------
  |  |  |  Branch (495:13): [True: 0, False: 114]
  |  |  ------------------
  |  |  496|      0|                do {                                                        \
  |  |  497|      0|                    if (original_def) {                                     \
  |  |  ------------------
  |  |  |  Branch (497:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  498|      0|                        TYPE orig_value = (TYPE)original_def->MEMBER;       \
  |  |  499|      0|                        TYPE new_value = (TYPE)it.current.SL_MEMBER;        \
  |  |  500|      0|                        if (orig_value != new_value) {                      \
  |  |  ------------------
  |  |  |  Branch (500:29): [True: 0, False: 0]
  |  |  ------------------
  |  |  501|      0|                            PyErr_Format(                                   \
  |  |  502|      0|                                PyExc_SystemError,                          \
  |  |  503|      0|                                "module %s: %s conflicts with "             \
  |  |  504|      0|                                "PyModuleDef." #MEMBER,                     \
  |  |  505|      0|                                name, _PySlot_GetName(it.current.sl_id));   \
  |  |  506|      0|                            goto error;                                     \
  |  |  507|      0|                        }                                                   \
  |  |  508|      0|                    }                                                       \
  |  |  509|      0|                    (def_like->MEMBER) = (TYPE)it.current.SL_MEMBER;        \
  |  |  510|      0|                } while (0);                                                \
  |  |  ------------------
  |  |  |  Branch (510:26): [Folded, False: 0]
  |  |  ------------------
  |  |  511|      0|                break;                                                      \
  ------------------
  521|    114|#undef DEF_SLOT_CASE
  522|    114|        }
  523|    114|    }
  524|     30|    if (!original_def && !_PySlotIterator_SawSlot(&it, Py_mod_abi)) {
  ------------------
  |  |  117|      0|#define Py_mod_abi 109
  ------------------
  |  Branch (524:9): [True: 0, False: 30]
  |  Branch (524:26): [True: 0, False: 0]
  ------------------
  525|      0|        PyErr_Format(
  526|      0|            PyExc_SystemError,
  527|      0|            "module %s does not define Py_mod_abi,"
  528|      0|            " which is mandatory for modules defined from slots only.",
  529|      0|            name);
  530|      0|        goto error;
  531|      0|    }
  532|       |
  533|       |#ifdef Py_GIL_DISABLED
  534|       |    // For modules created directly from slots (not from a def), we enable
  535|       |    // the GIL here (pairing `_PyEval_EnableGILTransient` with
  536|       |    // an immediate `_PyImport_EnableGILAndWarn`).
  537|       |    // For modules created from a def, the caller is responsible for this.
  538|       |    if (!original_def && requires_gil) {
  539|       |        PyThreadState *tstate = _PyThreadState_GET();
  540|       |        if (_PyEval_EnableGILTransient(tstate) < 0) {
  541|       |            goto error;
  542|       |        }
  543|       |        if (_PyImport_EnableGILAndWarn(tstate, nameobj) < 0) {
  544|       |            goto error;
  545|       |        }
  546|       |    }
  547|       |#endif
  548|       |
  549|     30|    if (def_like->m_size < 0) {
  ------------------
  |  Branch (549:9): [True: 0, False: 30]
  ------------------
  550|      0|        PyErr_Format(
  551|      0|            PyExc_SystemError,
  552|      0|            "module %s: m_size may not be negative for multi-phase initialization",
  553|      0|            name);
  554|      0|        goto error;
  555|      0|    }
  556|       |
  557|       |    /* By default, multi-phase init modules are expected
  558|       |       to work under multiple interpreters. */
  559|     30|    if (multiple_interpreters == (int64_t)(intptr_t)Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED) {
  ------------------
  |  |   80|     30|#  define Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED ((void *)0)
  ------------------
  |  Branch (559:9): [True: 0, False: 30]
  ------------------
  560|      0|        if (!_Py_IsMainInterpreter(interp)
  ------------------
  |  Branch (560:13): [True: 0, False: 0]
  ------------------
  561|      0|            && _PyImport_CheckSubinterpIncompatibleExtensionAllowed(name) < 0)
  ------------------
  |  Branch (561:16): [True: 0, False: 0]
  ------------------
  562|      0|        {
  563|      0|            goto error;
  564|      0|        }
  565|      0|    }
  566|     30|    else if (multiple_interpreters != (int64_t)(intptr_t)Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
  ------------------
  |  |   82|     60|#  define Py_MOD_PER_INTERPRETER_GIL_SUPPORTED ((void *)2)
  ------------------
  |  Branch (566:14): [True: 0, False: 30]
  ------------------
  567|      0|             && interp->ceval.own_gil
  ------------------
  |  Branch (567:17): [True: 0, False: 0]
  ------------------
  568|      0|             && !_Py_IsMainInterpreter(interp)
  ------------------
  |  Branch (568:17): [True: 0, False: 0]
  ------------------
  569|      0|             && _PyImport_CheckSubinterpIncompatibleExtensionAllowed(name) < 0)
  ------------------
  |  Branch (569:17): [True: 0, False: 0]
  ------------------
  570|      0|    {
  571|      0|        goto error;
  572|      0|    }
  573|       |
  574|     30|    if (create) {
  ------------------
  |  Branch (574:9): [True: 0, False: 30]
  ------------------
  575|      0|        m = create(spec, original_def);
  576|      0|        if (m == NULL) {
  ------------------
  |  Branch (576:13): [True: 0, False: 0]
  ------------------
  577|      0|            if (!PyErr_Occurred()) {
  ------------------
  |  Branch (577:17): [True: 0, False: 0]
  ------------------
  578|      0|                PyErr_Format(
  579|      0|                    PyExc_SystemError,
  580|      0|                    "creation of module %s failed without setting an exception",
  581|      0|                    name);
  582|      0|            }
  583|      0|            goto error;
  584|      0|        } else {
  585|      0|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (585:17): [True: 0, False: 0]
  ------------------
  586|      0|                _PyErr_FormatFromCause(
  587|      0|                    PyExc_SystemError,
  588|      0|                    "creation of module %s raised unreported exception",
  589|      0|                    name);
  590|      0|                goto error;
  591|      0|            }
  592|      0|        }
  593|     30|    } else {
  594|     30|        m = PyModule_NewObject(nameobj);
  595|     30|        if (m == NULL) {
  ------------------
  |  Branch (595:13): [True: 0, False: 30]
  ------------------
  596|      0|            goto error;
  597|      0|        }
  598|     30|    }
  599|       |
  600|     30|    if (PyModule_Check(m)) {
  ------------------
  |  |   12|     30|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|     30|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 30, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  601|     30|        PyModuleObject *mod = (PyModuleObject*)m;
  602|     30|        mod->md_state = NULL;
  603|     30|        module_copy_members_from_deflike(mod, def_like);
  604|     30|        if (original_def) {
  ------------------
  |  Branch (604:13): [True: 30, False: 0]
  ------------------
  605|     30|            assert (!token || token == original_def);
  ------------------
  |  Branch (605:13): [True: 30, False: 0]
  |  Branch (605:13): [True: 0, False: 0]
  ------------------
  606|     30|            mod->md_token = original_def;
  607|     30|            mod->md_token_is_def = 1;
  608|     30|        }
  609|      0|        else {
  610|      0|            mod->md_token = token;
  611|      0|        }
  612|       |#ifdef Py_GIL_DISABLED
  613|       |        mod->md_requires_gil = requires_gil;
  614|       |#else
  615|     30|        (void)requires_gil;
  616|     30|#endif
  617|     30|        mod->md_exec = m_exec;
  618|     30|    } else {
  619|      0|        if (def_like->m_size > 0 || def_like->m_traverse || def_like->m_clear
  ------------------
  |  Branch (619:13): [True: 0, False: 0]
  |  Branch (619:37): [True: 0, False: 0]
  |  Branch (619:61): [True: 0, False: 0]
  ------------------
  620|      0|            || def_like->m_free)
  ------------------
  |  Branch (620:16): [True: 0, False: 0]
  ------------------
  621|      0|        {
  622|      0|            PyErr_Format(
  623|      0|                PyExc_SystemError,
  624|      0|                "module %s is not a module object, but requests module state",
  625|      0|                name);
  626|      0|            goto error;
  627|      0|        }
  628|      0|        if (_PySlotIterator_SawSlot(&it, Py_mod_exec)) {
  ------------------
  |  |   93|      0|#define Py_mod_exec _Py_SLOT_COMPAT_VALUE(2, 85)
  |  |  ------------------
  |  |  |  |    7|      0|#define _Py_SLOT_COMPAT_VALUE(OLD, NEW) NEW
  |  |  ------------------
  ------------------
  |  Branch (628:13): [True: 0, False: 0]
  ------------------
  629|      0|            PyErr_Format(
  630|      0|                PyExc_SystemError,
  631|      0|                "module %s specifies execution slots, but did not create "
  632|      0|                    "a ModuleType instance",
  633|      0|                name);
  634|      0|            goto error;
  635|      0|        }
  636|      0|        if (token) {
  ------------------
  |  Branch (636:13): [True: 0, False: 0]
  ------------------
  637|      0|            PyErr_Format(
  638|      0|                PyExc_SystemError,
  639|      0|                "module %s specifies a token, but did not create "
  640|      0|                    "a ModuleType instance",
  641|      0|                name);
  642|      0|            goto error;
  643|      0|        }
  644|      0|    }
  645|       |
  646|     30|    if (def_like->m_methods != NULL) {
  ------------------
  |  Branch (646:9): [True: 29, False: 1]
  ------------------
  647|     29|        ret = _add_methods_to_object(m, nameobj, def_like->m_methods);
  648|     29|        if (ret != 0) {
  ------------------
  |  Branch (648:13): [True: 0, False: 29]
  ------------------
  649|      0|            goto error;
  650|      0|        }
  651|     29|    }
  652|       |
  653|     30|    if (def_like->m_doc != NULL) {
  ------------------
  |  Branch (653:9): [True: 27, False: 3]
  ------------------
  654|     27|        ret = PyModule_SetDocString(m, def_like->m_doc);
  655|     27|        if (ret != 0) {
  ------------------
  |  Branch (655:13): [True: 0, False: 27]
  ------------------
  656|      0|            goto error;
  657|      0|        }
  658|     27|    }
  659|       |
  660|     30|    Py_DECREF(nameobj);
  ------------------
  |  |  430|     30|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  661|     30|    return m;
  662|       |
  663|      0|error:
  664|      0|    Py_DECREF(nameobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  665|      0|    Py_XDECREF(m);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  666|       |    return NULL;
  667|     30|}
moduleobject.c:alloc_state:
  729|     60|{
  730|     60|    if (!PyModule_Check(module)) {
  ------------------
  |  |   12|     60|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|     60|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     60|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (730:9): [True: 0, False: 60]
  ------------------
  731|      0|        PyErr_Format(PyExc_TypeError, "expected module, got %T", module);
  732|      0|        return -1;
  733|      0|    }
  734|     60|    PyModuleObject *md = (PyModuleObject*)module;
  735|       |
  736|     60|    if (md->md_state_size >= 0) {
  ------------------
  |  Branch (736:9): [True: 60, False: 0]
  ------------------
  737|     60|        if (md->md_state == NULL) {
  ------------------
  |  Branch (737:13): [True: 30, False: 30]
  ------------------
  738|       |            /* Always set a state pointer; this serves as a marker to skip
  739|       |             * multiple initialization (importlib.reload() is no-op) */
  740|     30|            md->md_state = PyMem_Malloc(md->md_state_size);
  741|     30|            if (!md->md_state) {
  ------------------
  |  Branch (741:17): [True: 0, False: 30]
  ------------------
  742|      0|                PyErr_NoMemory();
  743|      0|                return -1;
  744|      0|            }
  745|     30|            memset(md->md_state, 0, md->md_state_size);
  746|     30|        }
  747|     60|    }
  748|     60|    return 0;
  749|     60|}
moduleobject.c:run_exec_func:
  706|     28|{
  707|     28|    int ret = exec(module);
  708|     28|    if (ret != 0) {
  ------------------
  |  Branch (708:9): [True: 0, False: 28]
  ------------------
  709|      0|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (709:13): [True: 0, False: 0]
  ------------------
  710|      0|            PyErr_Format(
  711|      0|                PyExc_SystemError,
  712|      0|                "execution of %R failed without setting an exception",
  713|      0|                module);
  714|      0|        }
  715|      0|        return -1;
  716|      0|    }
  717|     28|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (717:9): [True: 0, False: 28]
  ------------------
  718|      0|        _PyErr_FormatFromCause(
  719|      0|            PyExc_SystemError,
  720|      0|            "execution of module %R raised unreported exception",
  721|      0|            module);
  722|      0|        return -1;
  723|      0|    }
  724|     28|    return 0;
  725|     28|}
moduleobject.c:_add_methods_to_object:
  296|     37|{
  297|     37|    PyObject *func;
  298|     37|    PyMethodDef *fdef;
  299|       |
  300|    991|    for (fdef = functions; fdef->ml_name != NULL; fdef++) {
  ------------------
  |  Branch (300:28): [True: 954, False: 37]
  ------------------
  301|    954|        if ((fdef->ml_flags & METH_CLASS) ||
  ------------------
  |  |  104|    954|#define METH_CLASS    0x0010
  ------------------
  |  Branch (301:13): [True: 0, False: 954]
  ------------------
  302|    954|            (fdef->ml_flags & METH_STATIC)) {
  ------------------
  |  |  105|    954|#define METH_STATIC   0x0020
  ------------------
  |  Branch (302:13): [True: 0, False: 954]
  ------------------
  303|      0|            PyErr_SetString(PyExc_ValueError,
  304|      0|                            "module functions cannot set"
  305|      0|                            " METH_CLASS or METH_STATIC");
  306|      0|            return -1;
  307|      0|        }
  308|    954|        func = PyCFunction_NewEx(fdef, (PyObject*)module, name);
  ------------------
  |  |   87|    954|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
  309|    954|        if (func == NULL) {
  ------------------
  |  Branch (309:13): [True: 0, False: 954]
  ------------------
  310|      0|            return -1;
  311|      0|        }
  312|    954|        _PyObject_SetDeferredRefcount(func);
  313|    954|        if (PyObject_SetAttrString(module, fdef->ml_name, func) != 0) {
  ------------------
  |  Branch (313:13): [True: 0, False: 954]
  ------------------
  314|      0|            Py_DECREF(func);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  315|      0|            return -1;
  316|      0|        }
  317|    954|        Py_DECREF(func);
  ------------------
  |  |  430|    954|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    954|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    954|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|    954|    }
  319|       |
  320|     37|    return 0;
  321|     37|}
moduleobject.c:assert_def_missing_or_redundant:
   34|    126|{
   35|       |    /* We copy all relevant info into the module object.
   36|       |     * Modules created using a def keep a reference to that (statically
   37|       |     * allocated) def; the info there should match what we have in the module.
   38|       |     */
   39|    126|#ifndef NDEBUG
   40|    126|    if (m->md_token_is_def) {
  ------------------
  |  Branch (40:9): [True: 62, False: 64]
  ------------------
   41|     62|        PyModuleDef *def = (PyModuleDef *)m->md_token;
   42|     62|        assert(def);
  ------------------
  |  Branch (42:9): [True: 62, False: 0]
  ------------------
   43|     62|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
   44|     62|        DO_ASSERT(size);
  ------------------
  |  |   43|     62|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
  ------------------
  |  Branch (44:9): [True: 62, False: 0]
  ------------------
   45|     62|        DO_ASSERT(traverse);
  ------------------
  |  |   43|     62|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
  ------------------
  |  Branch (45:9): [True: 62, False: 0]
  ------------------
   46|     62|        DO_ASSERT(clear);
  ------------------
  |  |   43|     62|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
  ------------------
  |  Branch (46:9): [True: 62, False: 0]
  ------------------
   47|     62|        DO_ASSERT(free);
  ------------------
  |  |   43|     62|#define DO_ASSERT(F) assert (def->m_ ## F == m->md_state_ ## F);
  ------------------
  |  Branch (47:9): [True: 62, False: 0]
  ------------------
   48|     62|#undef DO_ASSERT
   49|     62|    }
   50|    126|#endif // NDEBUG
   51|    126|}
moduleobject.c:module_traverse:
 1505|    126|{
 1506|    126|    PyModuleObject *m = _PyModule_CAST(self);
  ------------------
  |  |   24|    126|    (assert(PyModule_Check(op)), _Py_CAST(PyModuleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    126|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1506:25): [True: 126, False: 0]
  ------------------
 1507|       |
 1508|      0|    assert_def_missing_or_redundant(m);
 1509|       |    /* bpo-39824: Don't call m_traverse() if m_size > 0 and md_state=NULL */
 1510|    126|    if (m->md_state_traverse && (m->md_state_size <= 0 || m->md_state != NULL))
  ------------------
  |  Branch (1510:9): [True: 22, False: 104]
  |  Branch (1510:34): [True: 0, False: 22]
  |  Branch (1510:59): [True: 22, False: 0]
  ------------------
 1511|     22|    {
 1512|     22|        int res = m->md_state_traverse((PyObject*)m, visit, arg);
 1513|     22|        if (res)
  ------------------
  |  Branch (1513:13): [True: 0, False: 22]
  ------------------
 1514|      0|            return res;
 1515|     22|    }
 1516|       |
 1517|    126|    Py_VISIT(m->md_dict);
  ------------------
  |  |  194|    126|    do {                                                                \
  |  |  195|    126|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 126, False: 0]
  |  |  ------------------
  |  |  196|    126|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    126|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    126|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    126|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 126]
  |  |  ------------------
  |  |  198|    126|                return vret;                                            \
  |  |  199|    126|        }                                                               \
  |  |  200|    126|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 126]
  |  |  ------------------
  ------------------
 1518|    126|    return 0;
 1519|    126|}
moduleobject.c:module_dir:
 1546|      2|{
 1547|      2|    PyObject *result = NULL;
 1548|      2|    PyObject *dict;
 1549|      2|    if (PyModule_CheckExact(self)) {
  ------------------
  |  |   13|      2|#define PyModule_CheckExact(op) Py_IS_TYPE((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1550|      2|        dict = Py_NewRef(((PyModuleObject *)self)->md_dict);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1551|      2|    } else {
 1552|      0|        dict = PyObject_GetAttr(self, &_Py_ID(__dict__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1553|      0|    }
 1554|       |
 1555|      2|    if (dict != NULL) {
  ------------------
  |  Branch (1555:9): [True: 2, False: 0]
  ------------------
 1556|      2|        if (PyDict_Check(dict)) {
  ------------------
  |  |   18|      2|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1557|      2|            PyObject *dirfunc = PyDict_GetItemWithError(dict, &_Py_ID(__dir__));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1558|      2|            if (dirfunc) {
  ------------------
  |  Branch (1558:17): [True: 0, False: 2]
  ------------------
 1559|      0|                result = _PyObject_CallNoArgs(dirfunc);
 1560|      0|            }
 1561|      2|            else if (!PyErr_Occurred()) {
  ------------------
  |  Branch (1561:22): [True: 2, False: 0]
  ------------------
 1562|      2|                result = PyDict_Keys(dict);
 1563|      2|            }
 1564|      2|        }
 1565|      0|        else {
 1566|      0|            PyErr_Format(PyExc_TypeError, "<module>.__dict__ is not a dictionary");
 1567|      0|        }
 1568|      2|    }
 1569|       |
 1570|      2|    Py_XDECREF(dict);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1571|      2|    return result;
 1572|      2|}
moduleobject.c:module___init___impl:
 1131|     41|{
 1132|     41|    return module_init_dict(self, self->md_dict, name, doc);
 1133|     41|}
moduleobject.c:new_module:
  238|     41|{
  239|     41|    PyModuleObject *m = new_module_notrack(mt);
  240|     41|    if (m != NULL) {
  ------------------
  |  Branch (240:9): [True: 41, False: 0]
  ------------------
  241|     41|        track_module(m);
  242|     41|    }
  243|     41|    return (PyObject *)m;
  244|     41|}

_PyNamespace_New:
  323|      8|{
  324|      8|    PyObject *ns = namespace_new(&_PyNamespace_Type, NULL, NULL);
  325|      8|    if (ns == NULL)
  ------------------
  |  Branch (325:9): [True: 0, False: 8]
  ------------------
  326|      0|        return NULL;
  327|       |
  328|      8|    if (kwds == NULL)
  ------------------
  |  Branch (328:9): [True: 2, False: 6]
  ------------------
  329|      2|        return ns;
  330|      6|    if (PyDict_Update(((_PyNamespaceObject *)ns)->ns_dict, kwds) != 0) {
  ------------------
  |  Branch (330:9): [True: 0, False: 6]
  ------------------
  331|      0|        Py_DECREF(ns);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  332|      0|        return NULL;
  333|      0|    }
  334|       |
  335|      6|    return (PyObject *)ns;
  336|      6|}
namespaceobject.c:namespace_dealloc:
   84|      2|{
   85|      2|    _PyNamespaceObject *ns = _PyNamespace_CAST(op);
  ------------------
  |  |   15|      2|#define _PyNamespace_CAST(op) _Py_CAST(_PyNamespaceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   86|      2|    PyObject_GC_UnTrack(ns);
   87|      2|    Py_CLEAR(ns->ns_dict);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
   88|      2|    Py_TYPE(ns)->tp_free((PyObject *)ns);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|      2|}
namespaceobject.c:namespace_traverse:
  179|     52|{
  180|     52|    _PyNamespaceObject *ns = _PyNamespace_CAST(op);
  ------------------
  |  |   15|     52|#define _PyNamespace_CAST(op) _Py_CAST(_PyNamespaceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  181|     52|    Py_VISIT(ns->ns_dict);
  ------------------
  |  |  194|     52|    do {                                                                \
  |  |  195|     52|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 52, False: 0]
  |  |  ------------------
  |  |  196|     52|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     52|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 52]
  |  |  ------------------
  |  |  198|     52|                return vret;                                            \
  |  |  199|     52|        }                                                               \
  |  |  200|     52|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 52]
  |  |  ------------------
  ------------------
  182|     52|    return 0;
  183|     52|}
namespaceobject.c:namespace_init:
   48|     30|{
   49|     30|    _PyNamespaceObject *ns = _PyNamespace_CAST(op);
  ------------------
  |  |   15|     30|#define _PyNamespace_CAST(op) _Py_CAST(_PyNamespaceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   50|     30|    PyObject *arg = NULL;
   51|     30|    if (!PyArg_UnpackTuple(args, _PyType_Name(Py_TYPE(ns)), 0, 1, &arg)) {
  ------------------
  |  |  213|     30|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (51:9): [True: 0, False: 30]
  ------------------
   52|      0|        return -1;
   53|      0|    }
   54|     30|    if (arg != NULL) {
  ------------------
  |  Branch (54:9): [True: 0, False: 30]
  ------------------
   55|      0|        PyObject *dict;
   56|      0|        if (PyDict_CheckExact(arg)) {
  ------------------
  |  |   19|      0|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   57|      0|            dict = Py_NewRef(arg);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   58|      0|        }
   59|      0|        else {
   60|      0|            dict = PyObject_CallOneArg((PyObject *)&PyDict_Type, arg);
   61|      0|            if (dict == NULL) {
  ------------------
  |  Branch (61:17): [True: 0, False: 0]
  ------------------
   62|      0|                return -1;
   63|      0|            }
   64|      0|        }
   65|      0|        int err = (!PyArg_ValidateKeywordArguments(dict) ||
  ------------------
  |  Branch (65:20): [True: 0, False: 0]
  ------------------
   66|      0|                   PyDict_Update(ns->ns_dict, dict) < 0);
  ------------------
  |  Branch (66:20): [True: 0, False: 0]
  ------------------
   67|      0|        Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   68|      0|        if (err) {
  ------------------
  |  Branch (68:13): [True: 0, False: 0]
  ------------------
   69|      0|            return -1;
   70|      0|        }
   71|      0|    }
   72|     30|    if (kwds == NULL) {
  ------------------
  |  Branch (72:9): [True: 0, False: 30]
  ------------------
   73|      0|        return 0;
   74|      0|    }
   75|     30|    if (!PyArg_ValidateKeywordArguments(kwds)) {
  ------------------
  |  Branch (75:9): [True: 0, False: 30]
  ------------------
   76|      0|        return -1;
   77|      0|    }
   78|     30|    return PyDict_Update(ns->ns_dict, kwds);
   79|     30|}
namespaceobject.c:namespace_new:
   29|     38|{
   30|     38|    PyObject *self;
   31|       |
   32|     38|    assert(type != NULL && type->tp_alloc != NULL);
  ------------------
  |  Branch (32:5): [True: 38, False: 0]
  |  Branch (32:5): [True: 38, False: 0]
  ------------------
   33|     38|    self = type->tp_alloc(type, 0);
   34|     38|    if (self != NULL) {
  ------------------
  |  Branch (34:9): [True: 38, False: 0]
  ------------------
   35|     38|        _PyNamespaceObject *ns = (_PyNamespaceObject *)self;
   36|     38|        ns->ns_dict = PyDict_New();
   37|     38|        if (ns->ns_dict == NULL) {
  ------------------
  |  Branch (37:13): [True: 0, False: 38]
  ------------------
   38|      0|            Py_DECREF(ns);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   39|      0|            return NULL;
   40|      0|        }
   41|     38|    }
   42|     38|    return self;
   43|     38|}

_Py_DecRef:
  356|    550|{
  357|    550|    Py_DECREF(o);
  ------------------
  |  |  430|    550|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    550|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    550|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  358|    550|}
_PyObject_New:
  555|    193|{
  556|    193|    PyObject *op = (PyObject *) PyObject_Malloc(_PyObject_SIZE(tp));
  557|    193|    if (op == NULL) {
  ------------------
  |  Branch (557:9): [True: 0, False: 193]
  ------------------
  558|      0|        return PyErr_NoMemory();
  559|      0|    }
  560|    193|    _PyObject_Init(op, tp);
  561|    193|    return op;
  562|    193|}
_PyObject_NewVar:
  566|  2.16k|{
  567|  2.16k|    PyVarObject *op;
  568|  2.16k|    const size_t size = _PyObject_VAR_SIZE(tp, nitems);
  569|  2.16k|    op = (PyVarObject *) PyObject_Malloc(size);
  570|  2.16k|    if (op == NULL) {
  ------------------
  |  Branch (570:9): [True: 0, False: 2.16k]
  ------------------
  571|      0|        return (PyVarObject *)PyErr_NoMemory();
  572|      0|    }
  573|  2.16k|    _PyObject_InitVar(op, tp, nitems);
  574|  2.16k|    return op;
  575|  2.16k|}
PyObject_CallFinalizer:
  579|     93|{
  580|     93|    PyTypeObject *tp = Py_TYPE(self);
  ------------------
  |  |  213|     93|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  581|       |
  582|     93|    if (tp->tp_finalize == NULL)
  ------------------
  |  Branch (582:9): [True: 0, False: 93]
  ------------------
  583|      0|        return;
  584|       |    /* tp_finalize should only be called once. */
  585|     93|    if (_PyType_IS_GC(tp) && _PyGC_FINALIZED(self))
  ------------------
  |  |  828|    186|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|     93|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 93, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (585:30): [True: 0, False: 93]
  ------------------
  586|      0|        return;
  587|       |
  588|     93|    tp->tp_finalize(self);
  589|     93|    if (_PyType_IS_GC(tp)) {
  ------------------
  |  |  828|     93|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|     93|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 93, False: 0]
  |  |  ------------------
  ------------------
  590|     93|        _PyGC_SET_FINALIZED(self);
  591|     93|    }
  592|     93|}
PyObject_CallFinalizerFromDealloc:
  596|     93|{
  597|     93|    if (Py_REFCNT(self) != 0) {
  ------------------
  |  |  119|     93|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (597:9): [True: 0, False: 93]
  ------------------
  598|      0|        _PyObject_ASSERT_FAILED_MSG(self,
  ------------------
  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  ------------------
  599|      0|                                    "PyObject_CallFinalizerFromDealloc called "
  600|      0|                                    "on object with a non-zero refcount");
  601|      0|    }
  602|       |
  603|       |    /* Temporarily resurrect the object. */
  604|     93|    _PyObject_ResurrectStart(self);
  605|       |
  606|     93|    PyObject_CallFinalizer(self);
  607|       |
  608|     93|    _PyObject_ASSERT_WITH_MSG(self,
  ------------------
  |  |  421|     93|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|     93|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 93, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|     93|      ? (void)(0) \
  |  |  |  |  416|     93|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  ------------------
  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  ------------------
  ------------------
  609|     93|                              Py_REFCNT(self) > 0,
  610|     93|                              "refcount is too small");
  611|       |
  612|     93|    _PyObject_ASSERT(self,
  ------------------
  |  |  423|     93|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|     93|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|    186|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:7): [True: 0, False: 93]
  |  |  |  |  |  |  |  Branch (414:7): [True: 93, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|     93|      ? (void)(0) \
  |  |  |  |  |  |  416|     93|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  613|     93|                    (!_PyType_IS_GC(Py_TYPE(self))
  614|     93|                    || _PyObject_GC_IS_TRACKED(self)));
  615|       |
  616|       |    /* Undo the temporary resurrection; can't use DECREF here, it would
  617|       |     * cause a recursive call. */
  618|     93|    if (_PyObject_ResurrectEnd(self)) {
  ------------------
  |  Branch (618:9): [True: 0, False: 93]
  ------------------
  619|       |        /* tp_finalize resurrected it!
  620|       |           gh-130202: Note that the object may still be dead in the free
  621|       |           threaded build in some circumstances, so it's not safe to access
  622|       |           `self` after this point. For example, the last reference to the
  623|       |           resurrected `self` may be held by another thread, which can
  624|       |           concurrently deallocate it. */
  625|      0|        return -1;
  626|      0|    }
  627|       |
  628|       |    /* this is the normal path out, the caller continues with deallocation. */
  629|     93|    return 0;
  630|     93|}
_PyObject_IsFreed:
  711|  56.5k|{
  712|  56.5k|    if (_PyMem_IsPtrFreed(op) || _PyMem_IsPtrFreed(Py_TYPE(op))) {
  ------------------
  |  |  213|  56.5k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  56.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  56.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (712:9): [True: 0, False: 56.5k]
  |  Branch (712:34): [True: 0, False: 56.5k]
  ------------------
  713|      0|        return 1;
  714|      0|    }
  715|  56.5k|    return 0;
  716|  56.5k|}
PyObject_Repr:
  760|     12|{
  761|     12|    PyObject *res;
  762|     12|    if (PyErr_CheckSignals())
  ------------------
  |  Branch (762:9): [True: 0, False: 12]
  ------------------
  763|      0|        return NULL;
  764|     12|    if (v == NULL)
  ------------------
  |  Branch (764:9): [True: 0, False: 12]
  ------------------
  765|      0|        return PyUnicode_FromString("<NULL>");
  766|     12|    if (Py_TYPE(v)->tp_repr == NULL)
  ------------------
  |  |  213|     12|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (766:9): [True: 0, False: 12]
  ------------------
  767|      0|        return PyUnicode_FromFormat("<%s object at %p>",
  768|      0|                                    Py_TYPE(v)->tp_name, v);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  769|       |
  770|     12|    PyThreadState *tstate = _PyThreadState_GET();
  771|       |#ifdef Py_DEBUG
  772|       |    /* PyObject_Repr() must not be called with an exception set,
  773|       |       because it can clear it (directly or indirectly) and so the
  774|       |       caller loses its exception */
  775|       |    assert(!_PyErr_Occurred(tstate));
  776|       |#endif
  777|       |
  778|       |    /* It is possible for a type to have a tp_repr representation that loops
  779|       |       infinitely. */
  780|     12|    if (_Py_EnterRecursiveCallTstate(tstate,
  ------------------
  |  Branch (780:9): [True: 0, False: 12]
  ------------------
  781|     12|                                     " while getting the repr of an object")) {
  782|      0|        return NULL;
  783|      0|    }
  784|     12|    res = (*Py_TYPE(v)->tp_repr)(v);
  ------------------
  |  |  213|     12|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|     12|    _Py_LeaveRecursiveCallTstate(tstate);
  786|       |
  787|     12|    if (res == NULL) {
  ------------------
  |  Branch (787:9): [True: 0, False: 12]
  ------------------
  788|      0|        return NULL;
  789|      0|    }
  790|     12|    if (!PyUnicode_Check(res)) {
  ------------------
  |  |  103|     12|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     12|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (790:9): [True: 0, False: 12]
  ------------------
  791|      0|        _PyErr_Format(tstate, PyExc_TypeError,
  792|      0|                      "%T.__repr__() must return a str, not %T", v, res);
  793|      0|        Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  794|      0|        return NULL;
  795|      0|    }
  796|     12|    return res;
  797|     12|}
PyObject_Str:
  801|    179|{
  802|    179|    PyObject *res;
  803|    179|    if (PyErr_CheckSignals())
  ------------------
  |  Branch (803:9): [True: 0, False: 179]
  ------------------
  804|      0|        return NULL;
  805|    179|    if (v == NULL)
  ------------------
  |  Branch (805:9): [True: 0, False: 179]
  ------------------
  806|      0|        return PyUnicode_FromString("<NULL>");
  807|    179|    if (PyUnicode_CheckExact(v)) {
  ------------------
  |  |  104|    179|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    179|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    179|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    179|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 153, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  808|    153|        return Py_NewRef(v);
  ------------------
  |  |  550|    153|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    153|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    153|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  809|    153|    }
  810|     26|    if (Py_TYPE(v)->tp_str == NULL)
  ------------------
  |  |  213|     26|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (810:9): [True: 0, False: 26]
  ------------------
  811|      0|        return PyObject_Repr(v);
  812|       |
  813|     26|    PyThreadState *tstate = _PyThreadState_GET();
  814|       |#ifdef Py_DEBUG
  815|       |    /* PyObject_Str() must not be called with an exception set,
  816|       |       because it can clear it (directly or indirectly) and so the
  817|       |       caller loses its exception */
  818|       |    assert(!_PyErr_Occurred(tstate));
  819|       |#endif
  820|       |
  821|       |    /* It is possible for a type to have a tp_str representation that loops
  822|       |       infinitely. */
  823|     26|    if (_Py_EnterRecursiveCallTstate(tstate, " while getting the str of an object")) {
  ------------------
  |  Branch (823:9): [True: 0, False: 26]
  ------------------
  824|      0|        return NULL;
  825|      0|    }
  826|     26|    res = (*Py_TYPE(v)->tp_str)(v);
  ------------------
  |  |  213|     26|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  827|     26|    _Py_LeaveRecursiveCallTstate(tstate);
  828|       |
  829|     26|    if (res == NULL) {
  ------------------
  |  Branch (829:9): [True: 0, False: 26]
  ------------------
  830|      0|        return NULL;
  831|      0|    }
  832|     26|    if (!PyUnicode_Check(res)) {
  ------------------
  |  |  103|     26|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (832:9): [True: 0, False: 26]
  ------------------
  833|      0|        _PyErr_Format(tstate, PyExc_TypeError,
  834|      0|                      "%T.__str__() must return a str, not %T", v, res);
  835|      0|        Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  836|      0|        return NULL;
  837|      0|    }
  838|     26|    assert(_PyUnicode_CheckConsistency(res, 1));
  ------------------
  |  Branch (838:5): [True: 26, False: 0]
  ------------------
  839|     26|    return res;
  840|     26|}
PyObject_RichCompare:
 1100|  9.05k|{
 1101|  9.05k|    PyThreadState *tstate = _PyThreadState_GET();
 1102|       |
 1103|  9.05k|    assert(Py_LT <= op && op <= Py_GE);
  ------------------
  |  Branch (1103:5): [True: 9.05k, False: 0]
  |  Branch (1103:5): [True: 9.05k, False: 0]
  ------------------
 1104|  9.05k|    if (v == NULL || w == NULL) {
  ------------------
  |  Branch (1104:9): [True: 0, False: 9.05k]
  |  Branch (1104:22): [True: 0, False: 9.05k]
  ------------------
 1105|      0|        if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1105:13): [True: 0, False: 0]
  ------------------
 1106|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1107|      0|        }
 1108|      0|        return NULL;
 1109|      0|    }
 1110|  9.05k|    if (_Py_EnterRecursiveCallTstate(tstate, " in comparison")) {
  ------------------
  |  Branch (1110:9): [True: 0, False: 9.05k]
  ------------------
 1111|      0|        return NULL;
 1112|      0|    }
 1113|  9.05k|    PyObject *res = do_richcompare(tstate, v, w, op);
 1114|  9.05k|    _Py_LeaveRecursiveCallTstate(tstate);
 1115|  9.05k|    return res;
 1116|  9.05k|}
PyObject_RichCompareBool:
 1122|  8.59k|{
 1123|  8.59k|    PyObject *res;
 1124|  8.59k|    int ok;
 1125|       |
 1126|       |    /* Quick result when objects are the same.
 1127|       |       Guarantees that identity implies equality. */
 1128|  8.59k|    if (v == w) {
  ------------------
  |  Branch (1128:9): [True: 145, False: 8.45k]
  ------------------
 1129|    145|        if (op == Py_EQ)
  ------------------
  |  |  654|    145|#define Py_EQ 2
  ------------------
  |  Branch (1129:13): [True: 137, False: 8]
  ------------------
 1130|    137|            return 1;
 1131|      8|        else if (op == Py_NE)
  ------------------
  |  |  655|      8|#define Py_NE 3
  ------------------
  |  Branch (1131:18): [True: 0, False: 8]
  ------------------
 1132|      0|            return 0;
 1133|    145|    }
 1134|       |
 1135|  8.45k|    res = PyObject_RichCompare(v, w, op);
 1136|  8.45k|    if (res == NULL)
  ------------------
  |  Branch (1136:9): [True: 0, False: 8.45k]
  ------------------
 1137|      0|        return -1;
 1138|  8.45k|    if (PyBool_Check(res)) {
  ------------------
  |  |   12|  8.45k|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|  8.45k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  8.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  8.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 8.45k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1139|  8.45k|        ok = (res == Py_True);
  ------------------
  |  |   26|  8.45k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|  8.45k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1140|  8.45k|        assert(_Py_IsImmortal(res));
  ------------------
  |  Branch (1140:9): [True: 8.45k, False: 0]
  ------------------
 1141|  8.45k|    }
 1142|      0|    else {
 1143|      0|        ok = PyObject_IsTrue(res);
 1144|      0|        Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1145|      0|    }
 1146|  8.45k|    return ok;
 1147|  8.45k|}
PyObject_Hash:
 1159|  5.34k|{
 1160|  5.34k|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|  5.34k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  5.34k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.34k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1161|  5.34k|    if (tp->tp_hash != NULL)
  ------------------
  |  Branch (1161:9): [True: 5.34k, False: 0]
  ------------------
 1162|  5.34k|        return (*tp->tp_hash)(v);
 1163|       |    /* To keep to the general practice that inheriting
 1164|       |     * solely from object in C code should work without
 1165|       |     * an explicit call to PyType_Ready, we implicitly call
 1166|       |     * PyType_Ready here and then check the tp_hash slot again
 1167|       |     */
 1168|      0|    if (!_PyType_IsReady(tp)) {
  ------------------
  |  Branch (1168:9): [True: 0, False: 0]
  ------------------
 1169|      0|        if (PyType_Ready(tp) < 0)
  ------------------
  |  Branch (1169:13): [True: 0, False: 0]
  ------------------
 1170|      0|            return -1;
 1171|      0|        if (tp->tp_hash != NULL)
  ------------------
  |  Branch (1171:13): [True: 0, False: 0]
  ------------------
 1172|      0|            return (*tp->tp_hash)(v);
 1173|      0|    }
 1174|       |    /* Otherwise, the object can't be hashed */
 1175|      0|    return PyObject_HashNotImplemented(v);
 1176|      0|}
PyObject_GetAttrString:
 1180|    570|{
 1181|    570|    PyObject *w, *res;
 1182|       |
 1183|    570|    if (Py_TYPE(v)->tp_getattr != NULL)
  ------------------
  |  |  213|    570|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    570|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    570|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1183:9): [True: 0, False: 570]
  ------------------
 1184|      0|        return (*Py_TYPE(v)->tp_getattr)(v, (char*)name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1185|    570|    w = PyUnicode_FromString(name);
 1186|    570|    if (w == NULL)
  ------------------
  |  Branch (1186:9): [True: 0, False: 570]
  ------------------
 1187|      0|        return NULL;
 1188|    570|    res = PyObject_GetAttr(v, w);
 1189|    570|    Py_DECREF(w);
  ------------------
  |  |  430|    570|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    570|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    570|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1190|    570|    return res;
 1191|    570|}
PyObject_SetAttrString:
 1219|  1.01k|{
 1220|  1.01k|    PyThreadState *tstate = _PyThreadState_GET();
 1221|  1.01k|    if (w == NULL && _PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1221:9): [True: 0, False: 1.01k]
  |  Branch (1221:22): [True: 0, False: 0]
  ------------------
 1222|      0|        PyObject *exc = _PyErr_GetRaisedException(tstate);
 1223|      0|        _PyErr_SetString(tstate, PyExc_SystemError,
 1224|      0|            "PyObject_SetAttrString() must not be called with NULL value "
 1225|      0|            "and an exception set");
 1226|      0|        _PyErr_ChainExceptions1Tstate(tstate, exc);
 1227|      0|        return -1;
 1228|      0|    }
 1229|       |
 1230|  1.01k|    if (Py_TYPE(v)->tp_setattr != NULL) {
  ------------------
  |  |  213|  1.01k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1230:9): [True: 0, False: 1.01k]
  ------------------
 1231|      0|        return (*Py_TYPE(v)->tp_setattr)(v, (char*)name, w);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1232|      0|    }
 1233|       |
 1234|  1.01k|    PyObject *s = PyUnicode_InternFromString(name);
 1235|  1.01k|    if (s == NULL) {
  ------------------
  |  Branch (1235:9): [True: 0, False: 1.01k]
  ------------------
 1236|      0|        return -1;
 1237|      0|    }
 1238|       |
 1239|  1.01k|    int res = PyObject_SetAttr(v, s, w);
 1240|  1.01k|    Py_DECREF(s);
  ------------------
  |  |  430|  1.01k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.01k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.01k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1241|  1.01k|    return res;
 1242|  1.01k|}
_PyObject_IsAbstract:
 1252|    908|{
 1253|    908|    int res;
 1254|    908|    PyObject* isabstract;
 1255|       |
 1256|    908|    if (obj == NULL)
  ------------------
  |  Branch (1256:9): [True: 2, False: 906]
  ------------------
 1257|      2|        return 0;
 1258|       |
 1259|    906|    res = PyObject_GetOptionalAttr(obj, &_Py_ID(__isabstractmethod__), &isabstract);
  ------------------
  |  |  917|    906|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    906|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    906|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1260|    906|    if (res > 0) {
  ------------------
  |  Branch (1260:9): [True: 151, False: 755]
  ------------------
 1261|    151|        res = PyObject_IsTrue(isabstract);
 1262|    151|        Py_DECREF(isabstract);
  ------------------
  |  |  430|    151|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    151|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    151|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1263|    151|    }
 1264|    906|    return res;
 1265|    908|}
_PyObject_SetAttributeErrorContext:
 1283|     42|{
 1284|     42|    assert(PyErr_Occurred());
  ------------------
  |  Branch (1284:5): [True: 42, False: 0]
  ------------------
 1285|     42|    if (!PyErr_ExceptionMatches(PyExc_AttributeError)){
  ------------------
  |  Branch (1285:9): [True: 0, False: 42]
  ------------------
 1286|      0|        return 0;
 1287|      0|    }
 1288|       |    // Intercept AttributeError exceptions and augment them to offer suggestions later.
 1289|     42|    PyObject *exc = PyErr_GetRaisedException();
 1290|     42|    if (!PyErr_GivenExceptionMatches(exc, PyExc_AttributeError)) {
  ------------------
  |  Branch (1290:9): [True: 0, False: 42]
  ------------------
 1291|      0|        goto restore;
 1292|      0|    }
 1293|     42|    PyAttributeErrorObject* the_exc = (PyAttributeErrorObject*) exc;
 1294|       |    // Check if this exception was already augmented
 1295|     42|    if (the_exc->name || the_exc->obj) {
  ------------------
  |  Branch (1295:9): [True: 0, False: 42]
  |  Branch (1295:26): [True: 0, False: 42]
  ------------------
 1296|      0|        goto restore;
 1297|      0|    }
 1298|       |    // Augment the exception with the name and object
 1299|     42|    if (PyObject_SetAttr(exc, &_Py_ID(name), name) ||
  ------------------
  |  |  917|     42|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     42|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     42|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1299:9): [True: 0, False: 42]
  ------------------
 1300|     42|        PyObject_SetAttr(exc, &_Py_ID(obj), v)) {
  ------------------
  |  |  917|     42|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     42|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     42|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1300:9): [True: 0, False: 42]
  ------------------
 1301|      0|        Py_DECREF(exc);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1302|      0|        return 1;
 1303|      0|    }
 1304|     42|restore:
 1305|     42|    PyErr_SetRaisedException(exc);
 1306|     42|    return 0;
 1307|     42|}
PyObject_GetAttr:
 1311|  3.33k|{
 1312|  3.33k|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|  3.33k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1313|  3.33k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  3.33k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.33k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1313:9): [True: 0, False: 3.33k]
  ------------------
 1314|      0|        PyErr_Format(PyExc_TypeError,
 1315|      0|                     "attribute name must be string, not '%.200s'",
 1316|      0|                     Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1317|      0|        return NULL;
 1318|      0|    }
 1319|       |
 1320|  3.33k|    PyObject* result = NULL;
 1321|  3.33k|    if (tp->tp_getattro != NULL) {
  ------------------
  |  Branch (1321:9): [True: 3.33k, False: 0]
  ------------------
 1322|  3.33k|        result = (*tp->tp_getattro)(v, name);
 1323|  3.33k|    }
 1324|      0|    else if (tp->tp_getattr != NULL) {
  ------------------
  |  Branch (1324:14): [True: 0, False: 0]
  ------------------
 1325|      0|        const char *name_str = PyUnicode_AsUTF8(name);
 1326|      0|        if (name_str == NULL) {
  ------------------
  |  Branch (1326:13): [True: 0, False: 0]
  ------------------
 1327|      0|            return NULL;
 1328|      0|        }
 1329|      0|        result = (*tp->tp_getattr)(v, (char *)name_str);
 1330|      0|    }
 1331|      0|    else {
 1332|      0|        PyErr_Format(PyExc_AttributeError,
 1333|      0|                    "'%.100s' object has no attribute '%U'",
 1334|      0|                    tp->tp_name, name);
 1335|      0|    }
 1336|       |
 1337|  3.33k|    if (result == NULL) {
  ------------------
  |  Branch (1337:9): [True: 2, False: 3.33k]
  ------------------
 1338|      2|        _PyObject_SetAttributeErrorContext(v, name);
 1339|      2|    }
 1340|  3.33k|    return result;
 1341|  3.33k|}
_PyObject_GetAttrStackRef:
 1348|  3.12k|{
 1349|  3.12k|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|  3.12k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  3.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1350|  3.12k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  3.12k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  3.12k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1350:9): [True: 0, False: 3.12k]
  ------------------
 1351|      0|        PyErr_Format(PyExc_TypeError,
 1352|      0|                     "attribute name must be string, not '%.200s'",
 1353|      0|                     Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1354|      0|        return PyStackRef_NULL;
 1355|      0|    }
 1356|       |
 1357|       |    /* Fast path for types - can return deferred references */
 1358|  3.12k|    if (tp->tp_getattro == _Py_type_getattro) {
  ------------------
  |  Branch (1358:9): [True: 1.06k, False: 2.06k]
  ------------------
 1359|  1.06k|        _PyStackRef result = _Py_type_getattro_stackref((PyTypeObject *)v, name, NULL);
 1360|  1.06k|        if (PyStackRef_IsNull(result)) {
  ------------------
  |  |  470|  1.06k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  1.06k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.06k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 2, False: 1.06k]
  |  |  ------------------
  ------------------
 1361|      2|            _PyObject_SetAttributeErrorContext(v, name);
 1362|      2|        }
 1363|  1.06k|        return result;
 1364|  1.06k|    }
 1365|       |
 1366|       |    /* Fall back to regular PyObject_GetAttr and convert to stackref */
 1367|  2.06k|    PyObject *result = NULL;
 1368|  2.06k|    if (tp->tp_getattro != NULL) {
  ------------------
  |  Branch (1368:9): [True: 2.06k, False: 0]
  ------------------
 1369|  2.06k|        result = (*tp->tp_getattro)(v, name);
 1370|  2.06k|    }
 1371|      0|    else if (tp->tp_getattr != NULL) {
  ------------------
  |  Branch (1371:14): [True: 0, False: 0]
  ------------------
 1372|      0|        const char *name_str = PyUnicode_AsUTF8(name);
 1373|      0|        if (name_str == NULL) {
  ------------------
  |  Branch (1373:13): [True: 0, False: 0]
  ------------------
 1374|      0|            return PyStackRef_NULL;
 1375|      0|        }
 1376|      0|        result = (*tp->tp_getattr)(v, (char *)name_str);
 1377|      0|    }
 1378|      0|    else {
 1379|      0|        PyErr_Format(PyExc_AttributeError,
 1380|      0|                    "'%.100s' object has no attribute '%U'",
 1381|      0|                    tp->tp_name, name);
 1382|      0|    }
 1383|       |
 1384|  2.06k|    if (result == NULL) {
  ------------------
  |  Branch (1384:9): [True: 18, False: 2.04k]
  ------------------
 1385|     18|        _PyObject_SetAttributeErrorContext(v, name);
 1386|     18|        return PyStackRef_NULL;
 1387|     18|    }
 1388|  2.04k|    return PyStackRef_FromPyObjectSteal(result);
 1389|  2.06k|}
PyObject_GetOptionalAttr:
 1393|  4.07k|{
 1394|  4.07k|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|  4.07k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.07k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1395|       |
 1396|  4.07k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  4.07k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  4.07k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1396:9): [True: 0, False: 4.07k]
  ------------------
 1397|      0|        PyErr_Format(PyExc_TypeError,
 1398|      0|                     "attribute name must be string, not '%.200s'",
 1399|      0|                     Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1400|      0|        *result = NULL;
 1401|      0|        return -1;
 1402|      0|    }
 1403|       |
 1404|  4.07k|    if (tp->tp_getattro == PyObject_GenericGetAttr) {
  ------------------
  |  Branch (1404:9): [True: 2.49k, False: 1.58k]
  ------------------
 1405|  2.49k|        *result = _PyObject_GenericGetAttrWithDict(v, name, NULL, 1);
 1406|  2.49k|        if (*result != NULL) {
  ------------------
  |  Branch (1406:13): [True: 1.53k, False: 960]
  ------------------
 1407|  1.53k|            return 1;
 1408|  1.53k|        }
 1409|    960|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1409:13): [True: 0, False: 960]
  ------------------
 1410|      0|            return -1;
 1411|      0|        }
 1412|    960|        return 0;
 1413|    960|    }
 1414|  1.58k|    if (tp->tp_getattro == _Py_type_getattro) {
  ------------------
  |  Branch (1414:9): [True: 627, False: 954]
  ------------------
 1415|    627|        int suppress_missing_attribute_exception = 0;
 1416|    627|        *result = _Py_type_getattro_impl((PyTypeObject*)v, name, &suppress_missing_attribute_exception);
 1417|    627|        if (suppress_missing_attribute_exception) {
  ------------------
  |  Branch (1417:13): [True: 27, False: 600]
  ------------------
 1418|       |            // return 0 without having to clear the exception
 1419|     27|            return 0;
 1420|     27|        }
 1421|    627|    }
 1422|    954|    else if (tp->tp_getattro == (getattrofunc)_Py_module_getattro) {
  ------------------
  |  Branch (1422:14): [True: 954, False: 0]
  ------------------
 1423|       |        // optimization: suppress attribute error from module getattro method
 1424|    954|        *result = _Py_module_getattro_impl((PyModuleObject*)v, name, 1);
 1425|    954|        if (*result != NULL) {
  ------------------
  |  Branch (1425:13): [True: 774, False: 180]
  ------------------
 1426|    774|            return 1;
 1427|    774|        }
 1428|    180|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1428:13): [True: 0, False: 180]
  ------------------
 1429|      0|            return -1;
 1430|      0|        }
 1431|    180|        return 0;
 1432|    180|    }
 1433|      0|    else if (tp->tp_getattro != NULL) {
  ------------------
  |  Branch (1433:14): [True: 0, False: 0]
  ------------------
 1434|      0|        *result = (*tp->tp_getattro)(v, name);
 1435|      0|    }
 1436|      0|    else if (tp->tp_getattr != NULL) {
  ------------------
  |  Branch (1436:14): [True: 0, False: 0]
  ------------------
 1437|      0|        const char *name_str = PyUnicode_AsUTF8(name);
 1438|      0|        if (name_str == NULL) {
  ------------------
  |  Branch (1438:13): [True: 0, False: 0]
  ------------------
 1439|      0|            *result = NULL;
 1440|      0|            return -1;
 1441|      0|        }
 1442|      0|        *result = (*tp->tp_getattr)(v, (char *)name_str);
 1443|      0|    }
 1444|      0|    else {
 1445|      0|        *result = NULL;
 1446|      0|        return 0;
 1447|      0|    }
 1448|       |
 1449|    600|    if (*result != NULL) {
  ------------------
  |  Branch (1449:9): [True: 582, False: 18]
  ------------------
 1450|    582|        return 1;
 1451|    582|    }
 1452|     18|    if (!PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1452:9): [True: 0, False: 18]
  ------------------
 1453|      0|        return -1;
 1454|      0|    }
 1455|     18|    PyErr_Clear();
 1456|     18|    return 0;
 1457|     18|}
PyObject_HasAttrWithError:
 1486|    136|{
 1487|    136|    PyObject *res;
 1488|    136|    int rc = PyObject_GetOptionalAttr(obj, name, &res);
 1489|    136|    Py_XDECREF(res);
  ------------------
  |  |  524|    136|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    136|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    136|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1490|    136|    return rc;
 1491|    136|}
PyObject_SetAttr:
 1509|  2.84k|{
 1510|  2.84k|    PyThreadState *tstate = _PyThreadState_GET();
 1511|  2.84k|    if (value == NULL && _PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1511:9): [True: 36, False: 2.81k]
  |  Branch (1511:26): [True: 0, False: 36]
  ------------------
 1512|      0|        PyObject *exc = _PyErr_GetRaisedException(tstate);
 1513|      0|        _PyErr_SetString(tstate, PyExc_SystemError,
 1514|      0|            "PyObject_SetAttr() must not be called with NULL value "
 1515|      0|            "and an exception set");
 1516|      0|        _PyErr_ChainExceptions1Tstate(tstate, exc);
 1517|      0|        return -1;
 1518|      0|    }
 1519|       |
 1520|  2.84k|    PyTypeObject *tp = Py_TYPE(v);
  ------------------
  |  |  213|  2.84k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1521|  2.84k|    int err;
 1522|       |
 1523|  2.84k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  2.84k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.84k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1523:9): [True: 0, False: 2.84k]
  ------------------
 1524|      0|        PyErr_Format(PyExc_TypeError,
 1525|      0|                     "attribute name must be string, not '%.200s'",
 1526|      0|                     Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1527|      0|        return -1;
 1528|      0|    }
 1529|  2.84k|    Py_INCREF(name);
  ------------------
  |  |  310|  2.84k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1530|       |
 1531|  2.84k|    _PyUnicode_InternMortal(tstate->interp, &name);
 1532|  2.84k|    if (tp->tp_setattro != NULL) {
  ------------------
  |  Branch (1532:9): [True: 2.84k, False: 0]
  ------------------
 1533|  2.84k|        err = (*tp->tp_setattro)(v, name, value);
 1534|  2.84k|        Py_DECREF(name);
  ------------------
  |  |  430|  2.84k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.84k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.84k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1535|  2.84k|        return err;
 1536|  2.84k|    }
 1537|      0|    if (tp->tp_setattr != NULL) {
  ------------------
  |  Branch (1537:9): [True: 0, False: 0]
  ------------------
 1538|      0|        const char *name_str = PyUnicode_AsUTF8(name);
 1539|      0|        if (name_str == NULL) {
  ------------------
  |  Branch (1539:13): [True: 0, False: 0]
  ------------------
 1540|      0|            Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1541|      0|            return -1;
 1542|      0|        }
 1543|      0|        err = (*tp->tp_setattr)(v, (char *)name_str, value);
 1544|      0|        Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1545|      0|        return err;
 1546|      0|    }
 1547|      0|    Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1548|      0|    _PyObject_ASSERT(name, Py_REFCNT(name) >= 1);
  ------------------
  |  |  423|      0|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      0|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      0|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      0|      ? (void)(0) \
  |  |  |  |  |  |  416|      0|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1549|      0|    if (tp->tp_getattr == NULL && tp->tp_getattro == NULL)
  ------------------
  |  Branch (1549:9): [True: 0, False: 0]
  |  Branch (1549:35): [True: 0, False: 0]
  ------------------
 1550|      0|        PyErr_Format(PyExc_TypeError,
 1551|      0|                     "'%.100s' object has no attributes "
 1552|      0|                     "(%s .%U)",
 1553|      0|                     tp->tp_name,
 1554|      0|                     value==NULL ? "del" : "assign to",
  ------------------
  |  Branch (1554:22): [True: 0, False: 0]
  ------------------
 1555|      0|                     name);
 1556|      0|    else
 1557|      0|        PyErr_Format(PyExc_TypeError,
 1558|      0|                     "'%.100s' object has only read-only attributes "
 1559|      0|                     "(%s .%U)",
 1560|      0|                     tp->tp_name,
 1561|      0|                     value==NULL ? "del" : "assign to",
  ------------------
  |  Branch (1561:22): [True: 0, False: 0]
  ------------------
 1562|      0|                     name);
 1563|      0|    return -1;
 1564|      0|}
PyObject_DelAttr:
 1568|     36|{
 1569|       |    return PyObject_SetAttr(v, name, NULL);
 1570|     36|}
_PyObject_ComputedDictPointer:
 1574|  8.16k|{
 1575|  8.16k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  8.16k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  8.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1576|  8.16k|    assert((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0);
  ------------------
  |  Branch (1576:5): [True: 8.16k, False: 0]
  ------------------
 1577|       |
 1578|  8.16k|    Py_ssize_t dictoffset = tp->tp_dictoffset;
 1579|  8.16k|    if (dictoffset == 0) {
  ------------------
  |  Branch (1579:9): [True: 1.71k, False: 6.44k]
  ------------------
 1580|  1.71k|        return NULL;
 1581|  1.71k|    }
 1582|       |
 1583|  6.44k|    if (dictoffset < 0) {
  ------------------
  |  Branch (1583:9): [True: 0, False: 6.44k]
  ------------------
 1584|      0|        assert(dictoffset != -1);
  ------------------
  |  Branch (1584:9): [True: 0, False: 0]
  ------------------
 1585|       |
 1586|      0|        Py_ssize_t tsize = Py_SIZE(obj);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1587|      0|        if (tsize < 0) {
  ------------------
  |  Branch (1587:13): [True: 0, False: 0]
  ------------------
 1588|      0|            tsize = -tsize;
 1589|      0|        }
 1590|      0|        size_t size = _PyObject_VAR_SIZE(tp, tsize);
 1591|      0|        assert(size <= (size_t)PY_SSIZE_T_MAX);
  ------------------
  |  Branch (1591:9): [True: 0, False: 0]
  ------------------
 1592|      0|        dictoffset += (Py_ssize_t)size;
 1593|       |
 1594|      0|        _PyObject_ASSERT(obj, dictoffset > 0);
  ------------------
  |  |  423|      0|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      0|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      0|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      0|      ? (void)(0) \
  |  |  |  |  |  |  416|      0|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1595|      0|        _PyObject_ASSERT(obj, dictoffset % SIZEOF_VOID_P == 0);
  ------------------
  |  |  423|      0|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      0|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      0|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      0|      ? (void)(0) \
  |  |  |  |  |  |  416|      0|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1596|      0|    }
 1597|  6.44k|    return (PyObject **) ((char *)obj + dictoffset);
 1598|  6.44k|}
PyObject_SelfIter:
 1626|    122|{
 1627|    122|    return Py_NewRef(obj);
  ------------------
  |  |  550|    122|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    122|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    122|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1628|    122|}
_PyObject_GetMethodStackRef:
 1758|  1.63k|{
 1759|  1.63k|    int meth_found = 0;
 1760|  1.63k|    PyObject *obj = PyStackRef_AsPyObjectBorrow(*self);
 1761|       |
 1762|  1.63k|    assert(PyStackRef_IsNull(*method));
  ------------------
  |  Branch (1762:5): [True: 1.63k, False: 0]
  ------------------
 1763|       |
 1764|  1.63k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  1.63k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.63k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1765|  1.63k|    if (!_PyType_IsReady(tp)) {
  ------------------
  |  Branch (1765:9): [True: 0, False: 1.63k]
  ------------------
 1766|      0|        if (PyType_Ready(tp) < 0) {
  ------------------
  |  Branch (1766:13): [True: 0, False: 0]
  ------------------
 1767|      0|            PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1768|      0|            return -1;
 1769|      0|        }
 1770|      0|    }
 1771|       |
 1772|  1.63k|    if (tp->tp_getattro != PyObject_GenericGetAttr || !PyUnicode_CheckExact(name)) {
  ------------------
  |  |  104|    917|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    917|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    917|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    917|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1772:9): [True: 713, False: 917]
  |  Branch (1772:55): [True: 0, False: 917]
  ------------------
 1773|    713|        PyObject *res = PyObject_GetAttr(obj, name);
 1774|    713|        PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|    713|    do { \
  |  |  712|    713|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|    713|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|    713|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|    713|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|    713|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 713]
  |  |  ------------------
  ------------------
 1775|    713|        if (res != NULL) {
  ------------------
  |  Branch (1775:13): [True: 711, False: 2]
  ------------------
 1776|    711|            *method = PyStackRef_FromPyObjectSteal(res);
 1777|    711|            return 0;
 1778|    711|        }
 1779|      2|        return -1;
 1780|    713|    }
 1781|       |
 1782|    917|    _PyType_LookupStackRefAndVersion(tp, name, method);
 1783|    917|    PyObject *descr = PyStackRef_AsPyObjectBorrow(*method);
 1784|    917|    descrgetfunc f = NULL;
 1785|    917|    if (descr != NULL) {
  ------------------
  |  Branch (1785:9): [True: 910, False: 7]
  ------------------
 1786|    910|        if (_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  213|    910|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    910|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    910|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  534|    910|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (1786:13): [True: 909, False: 1]
  ------------------
 1787|    909|            meth_found = 1;
 1788|    909|        }
 1789|      1|        else {
 1790|      1|            f = Py_TYPE(descr)->tp_descr_get;
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1791|      1|            if (f != NULL && PyDescr_IsData(descr)) {
  ------------------
  |  Branch (1791:17): [True: 1, False: 0]
  |  Branch (1791:30): [True: 1, False: 0]
  ------------------
 1792|      1|                PyObject *value = f(descr, obj, (PyObject *)Py_TYPE(obj));
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1793|      1|                PyStackRef_CLEAR(*method);
  ------------------
  |  |  711|      1|    do { \
  |  |  712|      1|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      1|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      1|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      1|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1794|      1|                PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      1|    do { \
  |  |  712|      1|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      1|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      1|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      1|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1795|      1|                if (value != NULL) {
  ------------------
  |  Branch (1795:21): [True: 1, False: 0]
  ------------------
 1796|      1|                    *method = PyStackRef_FromPyObjectSteal(value);
 1797|      1|                    return 0;
 1798|      1|                }
 1799|      0|                return -1;
 1800|      1|            }
 1801|      1|        }
 1802|    910|    }
 1803|    916|    PyObject *dict, *attr;
 1804|    916|    if ((tp->tp_flags & Py_TPFLAGS_INLINE_VALUES) &&
  ------------------
  |  |  472|    916|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (1804:9): [True: 80, False: 836]
  ------------------
 1805|     80|         _PyObject_TryGetInstanceAttribute(obj, name, &attr)) {
  ------------------
  |  Branch (1805:10): [True: 80, False: 0]
  ------------------
 1806|     80|        if (attr != NULL) {
  ------------------
  |  Branch (1806:13): [True: 7, False: 73]
  ------------------
 1807|      7|            PyStackRef_XSETREF(*method, PyStackRef_FromPyObjectSteal(attr));
  ------------------
  |  |  834|      7|    do { \
  |  |  835|      7|        _PyStackRef _tmp_dst_ref = (dst); \
  |  |  836|      7|        (dst) = (src); \
  |  |  837|      7|        PyStackRef_XCLOSE(_tmp_dst_ref); \
  |  |  838|      7|    } while(0)
  |  |  ------------------
  |  |  |  Branch (838:13): [Folded, False: 7]
  |  |  ------------------
  ------------------
 1808|      7|            PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      7|    do { \
  |  |  712|      7|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      7|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      7|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      7|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
 1809|      7|            return 0;
 1810|      7|        }
 1811|     73|        dict = NULL;
 1812|     73|    }
 1813|    836|    else if ((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|    836|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (1813:14): [True: 88, False: 748]
  ------------------
 1814|     88|        dict = (PyObject *)_PyObject_GetManagedDict(obj);
 1815|     88|    }
 1816|    748|    else {
 1817|    748|        PyObject **dictptr = _PyObject_ComputedDictPointer(obj);
 1818|    748|        if (dictptr != NULL) {
  ------------------
  |  Branch (1818:13): [True: 167, False: 581]
  ------------------
 1819|    167|            dict = FT_ATOMIC_LOAD_PTR_ACQUIRE(*dictptr);
  ------------------
  |  |  150|    167|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
 1820|    167|        }
 1821|    581|        else {
 1822|    581|            dict = NULL;
 1823|    581|        }
 1824|    748|    }
 1825|    909|    if (dict != NULL) {
  ------------------
  |  Branch (1825:9): [True: 206, False: 703]
  ------------------
 1826|    206|        assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (1826:9): [True: 206, False: 0]
  ------------------
 1827|    206|        int found = _PyDict_GetMethodStackRef((PyDictObject *)dict, name, method);
 1828|    206|        if (found < 0) {
  ------------------
  |  Branch (1828:13): [True: 0, False: 206]
  ------------------
 1829|      0|            assert(PyStackRef_IsNull(*method));
  ------------------
  |  Branch (1829:13): [True: 0, False: 0]
  ------------------
 1830|      0|            PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1831|      0|            return -1;
 1832|      0|        }
 1833|    206|        else if (found) {
  ------------------
  |  Branch (1833:18): [True: 0, False: 206]
  ------------------
 1834|      0|            PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1835|      0|            return 0;
 1836|      0|        }
 1837|    206|    }
 1838|       |
 1839|    909|    if (meth_found) {
  ------------------
  |  Branch (1839:9): [True: 909, False: 0]
  ------------------
 1840|    909|        assert(!PyStackRef_IsNull(*method));
  ------------------
  |  Branch (1840:9): [True: 909, False: 0]
  ------------------
 1841|    909|        return 1;
 1842|    909|    }
 1843|       |
 1844|      0|    if (f != NULL) {
  ------------------
  |  Branch (1844:9): [True: 0, False: 0]
  ------------------
 1845|      0|        if (Py_IS_TYPE(descr, &PyClassMethod_Type)) {
  ------------------
  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1846|      0|            PyObject *callable = _PyClassMethod_GetFunc(descr);
 1847|      0|            PyStackRef_XSETREF(*method, PyStackRef_FromPyObjectNew(callable));
  ------------------
  |  |  834|      0|    do { \
  |  |  835|      0|        _PyStackRef _tmp_dst_ref = (dst); \
  |  |  836|      0|        (dst) = (src); \
  |  |  837|      0|        PyStackRef_XCLOSE(_tmp_dst_ref); \
  |  |  838|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (838:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1848|      0|            PyStackRef_XSETREF(*self, PyStackRef_FromPyObjectNew((PyObject *)tp));
  ------------------
  |  |  834|      0|    do { \
  |  |  835|      0|        _PyStackRef _tmp_dst_ref = (dst); \
  |  |  836|      0|        (dst) = (src); \
  |  |  837|      0|        PyStackRef_XCLOSE(_tmp_dst_ref); \
  |  |  838|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (838:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1849|      0|            return 1;
 1850|      0|        }
 1851|      0|        else if (Py_IS_TYPE(descr, &PyStaticMethod_Type)) {
  ------------------
  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1852|      0|            PyObject *callable = _PyStaticMethod_GetFunc(descr);
 1853|      0|            PyStackRef_XSETREF(*method, PyStackRef_FromPyObjectNew(callable));
  ------------------
  |  |  834|      0|    do { \
  |  |  835|      0|        _PyStackRef _tmp_dst_ref = (dst); \
  |  |  836|      0|        (dst) = (src); \
  |  |  837|      0|        PyStackRef_XCLOSE(_tmp_dst_ref); \
  |  |  838|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (838:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1854|      0|            PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1855|      0|            return 0;
 1856|      0|        }
 1857|      0|        PyObject *value = f(descr, obj, (PyObject *)tp);
 1858|      0|        PyStackRef_CLEAR(*method);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1859|      0|        PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1860|      0|        if (value) {
  ------------------
  |  Branch (1860:13): [True: 0, False: 0]
  ------------------
 1861|      0|            *method = PyStackRef_FromPyObjectSteal(value);
 1862|      0|            return 0;
 1863|      0|        }
 1864|      0|        return -1;
 1865|      0|    }
 1866|       |
 1867|      0|    if (descr != NULL) {
  ------------------
  |  Branch (1867:9): [True: 0, False: 0]
  ------------------
 1868|      0|        assert(!PyStackRef_IsNull(*method));
  ------------------
  |  Branch (1868:9): [True: 0, False: 0]
  ------------------
 1869|      0|        PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1870|      0|        return 0;
 1871|      0|    }
 1872|       |
 1873|      0|    PyErr_Format(PyExc_AttributeError,
 1874|      0|                 "'%.100s' object has no attribute '%U'",
 1875|      0|                 tp->tp_name, name);
 1876|       |
 1877|      0|    _PyObject_SetAttributeErrorContext(obj, name);
 1878|      0|    assert(PyStackRef_IsNull(*method));
  ------------------
  |  Branch (1878:5): [True: 0, False: 0]
  ------------------
 1879|      0|    PyStackRef_CLEAR(*self);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1880|      0|    return -1;
 1881|      0|}
_PyObject_GenericGetAttrWithDict:
 1889|  7.72k|{
 1890|       |    /* Make sure the logic of _PyObject_GetMethod is in sync with
 1891|       |       this method.
 1892|       |
 1893|       |       When suppress=1, this function suppresses AttributeError.
 1894|       |    */
 1895|       |
 1896|  7.72k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  7.72k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1897|  7.72k|    PyObject *descr = NULL;
 1898|  7.72k|    PyObject *res = NULL;
 1899|  7.72k|    descrgetfunc f;
 1900|       |
 1901|  7.72k|    if (!PyUnicode_Check(name)){
  ------------------
  |  |  103|  7.72k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  7.72k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1901:9): [True: 0, False: 7.72k]
  ------------------
 1902|      0|        PyErr_Format(PyExc_TypeError,
 1903|      0|                     "attribute name must be string, not '%.200s'",
 1904|      0|                     Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1905|      0|        return NULL;
 1906|      0|    }
 1907|       |
 1908|  7.72k|    if (!_PyType_IsReady(tp)) {
  ------------------
  |  Branch (1908:9): [True: 0, False: 7.72k]
  ------------------
 1909|      0|        if (PyType_Ready(tp) < 0)
  ------------------
  |  Branch (1909:13): [True: 0, False: 0]
  ------------------
 1910|      0|            return NULL;
 1911|      0|    }
 1912|       |
 1913|  7.72k|    Py_INCREF(name);
  ------------------
  |  |  310|  7.72k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1914|       |
 1915|  7.72k|    PyThreadState *tstate = _PyThreadState_GET();
 1916|  7.72k|    _PyCStackRef cref;
 1917|  7.72k|    _PyThreadState_PushCStackRef(tstate, &cref);
 1918|       |
 1919|  7.72k|    _PyType_LookupStackRefAndVersion(tp, name, &cref.ref);
 1920|  7.72k|    descr = PyStackRef_AsPyObjectBorrow(cref.ref);
 1921|       |
 1922|  7.72k|    f = NULL;
 1923|  7.72k|    if (descr != NULL) {
  ------------------
  |  Branch (1923:9): [True: 2.50k, False: 5.22k]
  ------------------
 1924|  2.50k|        f = Py_TYPE(descr)->tp_descr_get;
  ------------------
  |  |  213|  2.50k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.50k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.50k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1925|  2.50k|        if (f != NULL && PyDescr_IsData(descr)) {
  ------------------
  |  Branch (1925:13): [True: 2.40k, False: 104]
  |  Branch (1925:26): [True: 1.55k, False: 843]
  ------------------
 1926|  1.55k|            res = f(descr, obj, (PyObject *)Py_TYPE(obj));
  ------------------
  |  |  213|  1.55k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.55k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.55k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1927|  1.55k|            if (res == NULL && suppress &&
  ------------------
  |  Branch (1927:17): [True: 0, False: 1.55k]
  |  Branch (1927:32): [True: 0, False: 0]
  ------------------
 1928|      0|                    PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1928:21): [True: 0, False: 0]
  ------------------
 1929|      0|                PyErr_Clear();
 1930|      0|            }
 1931|  1.55k|            goto done;
 1932|  1.55k|        }
 1933|  2.50k|    }
 1934|  6.16k|    if (dict == NULL) {
  ------------------
  |  Branch (1934:9): [True: 6.16k, False: 0]
  ------------------
 1935|  6.16k|        if ((tp->tp_flags & Py_TPFLAGS_INLINE_VALUES)) {
  ------------------
  |  |  472|  6.16k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (1935:13): [True: 611, False: 5.55k]
  ------------------
 1936|    611|            if (PyUnicode_CheckExact(name) &&
  ------------------
  |  |  104|    611|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  1.22k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    611|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    611|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 611, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1937|    611|                _PyObject_TryGetInstanceAttribute(obj, name, &res)) {
  ------------------
  |  Branch (1937:17): [True: 611, False: 0]
  ------------------
 1938|    611|                if (res != NULL) {
  ------------------
  |  Branch (1938:21): [True: 396, False: 215]
  ------------------
 1939|    396|                    goto done;
 1940|    396|                }
 1941|    611|            }
 1942|      0|            else {
 1943|      0|                dict = (PyObject *)_PyObject_MaterializeManagedDict(obj);
 1944|      0|                if (dict == NULL) {
  ------------------
  |  Branch (1944:21): [True: 0, False: 0]
  ------------------
 1945|      0|                    res = NULL;
 1946|      0|                    goto done;
 1947|      0|                }
 1948|      0|            }
 1949|    611|        }
 1950|  5.55k|        else if ((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|  5.55k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (1950:18): [True: 263, False: 5.29k]
  ------------------
 1951|    263|            dict = (PyObject *)_PyObject_GetManagedDict(obj);
 1952|    263|        }
 1953|  5.29k|        else {
 1954|  5.29k|            PyObject **dictptr = _PyObject_ComputedDictPointer(obj);
 1955|  5.29k|            if (dictptr) {
  ------------------
  |  Branch (1955:17): [True: 4.16k, False: 1.13k]
  ------------------
 1956|       |#ifdef Py_GIL_DISABLED
 1957|       |                dict = _Py_atomic_load_ptr_acquire(dictptr);
 1958|       |#else
 1959|  4.16k|                dict = *dictptr;
 1960|  4.16k|#endif
 1961|  4.16k|            }
 1962|  5.29k|        }
 1963|  6.16k|    }
 1964|  5.77k|    if (dict != NULL) {
  ------------------
  |  Branch (1964:9): [True: 4.02k, False: 1.75k]
  ------------------
 1965|  4.02k|        Py_INCREF(dict);
  ------------------
  |  |  310|  4.02k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1966|  4.02k|        int rc = PyDict_GetItemRef(dict, name, &res);
 1967|  4.02k|        Py_DECREF(dict);
  ------------------
  |  |  430|  4.02k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.02k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.02k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1968|  4.02k|        if (res != NULL) {
  ------------------
  |  Branch (1968:13): [True: 3.66k, False: 355]
  ------------------
 1969|  3.66k|            goto done;
 1970|  3.66k|        }
 1971|    355|        else if (rc < 0) {
  ------------------
  |  Branch (1971:18): [True: 0, False: 355]
  ------------------
 1972|      0|            if (suppress && PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1972:17): [True: 0, False: 0]
  |  Branch (1972:29): [True: 0, False: 0]
  ------------------
 1973|      0|                PyErr_Clear();
 1974|      0|            }
 1975|      0|            else {
 1976|      0|                goto done;
 1977|      0|            }
 1978|      0|        }
 1979|  4.02k|    }
 1980|       |
 1981|  2.10k|    if (f != NULL) {
  ------------------
  |  Branch (1981:9): [True: 843, False: 1.26k]
  ------------------
 1982|    843|        res = f(descr, obj, (PyObject *)Py_TYPE(obj));
  ------------------
  |  |  213|    843|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    843|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    843|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1983|    843|        if (res == NULL && suppress &&
  ------------------
  |  Branch (1983:13): [True: 0, False: 843]
  |  Branch (1983:28): [True: 0, False: 0]
  ------------------
 1984|      0|                PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (1984:17): [True: 0, False: 0]
  ------------------
 1985|      0|            PyErr_Clear();
 1986|      0|        }
 1987|    843|        goto done;
 1988|    843|    }
 1989|       |
 1990|  1.26k|    if (descr != NULL) {
  ------------------
  |  Branch (1990:9): [True: 103, False: 1.16k]
  ------------------
 1991|    103|        res = PyStackRef_AsPyObjectSteal(cref.ref);
 1992|    103|        cref.ref = PyStackRef_NULL;
 1993|    103|        goto done;
 1994|    103|    }
 1995|       |
 1996|  1.16k|    if (!suppress) {
  ------------------
  |  Branch (1996:9): [True: 20, False: 1.14k]
  ------------------
 1997|     20|        PyErr_Format(PyExc_AttributeError,
 1998|     20|                     "'%.100s' object has no attribute '%U'",
 1999|     20|                     tp->tp_name, name);
 2000|       |
 2001|     20|        _PyObject_SetAttributeErrorContext(obj, name);
 2002|     20|    }
 2003|  7.72k|  done:
 2004|  7.72k|    _PyThreadState_PopCStackRef(tstate, &cref);
 2005|  7.72k|    Py_DECREF(name);
  ------------------
  |  |  430|  7.72k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  7.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2006|  7.72k|    return res;
 2007|  1.16k|}
PyObject_GenericGetAttr:
 2011|  1.60k|{
 2012|       |    return _PyObject_GenericGetAttrWithDict(obj, name, NULL, 0);
 2013|  1.60k|}
_PyObject_GenericSetAttrWithDict:
 2018|  2.61k|{
 2019|  2.61k|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|  2.61k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2020|  2.61k|    PyObject *descr;
 2021|  2.61k|    descrsetfunc f;
 2022|  2.61k|    int res = -1;
 2023|       |
 2024|  2.61k|    assert(!PyType_IsSubtype(tp, &PyType_Type));
  ------------------
  |  Branch (2024:5): [True: 2.61k, False: 0]
  ------------------
 2025|  2.61k|    if (!PyUnicode_Check(name)){
  ------------------
  |  |  103|  2.61k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.61k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2025:9): [True: 0, False: 2.61k]
  ------------------
 2026|      0|        PyErr_Format(PyExc_TypeError,
 2027|      0|                     "attribute name must be string, not '%.200s'",
 2028|      0|                     Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2029|      0|        return -1;
 2030|      0|    }
 2031|       |
 2032|  2.61k|    if (!_PyType_IsReady(tp) && PyType_Ready(tp) < 0) {
  ------------------
  |  Branch (2032:9): [True: 0, False: 2.61k]
  |  Branch (2032:33): [True: 0, False: 0]
  ------------------
 2033|      0|        return -1;
 2034|      0|    }
 2035|       |
 2036|  2.61k|    Py_INCREF(name);
  ------------------
  |  |  310|  2.61k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2037|  2.61k|    _Py_INCREF_TYPE(tp);
  ------------------
  |  |  315|  2.61k|#  define _Py_INCREF_TYPE Py_INCREF
  |  |  ------------------
  |  |  |  |  310|  2.61k|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2038|       |
 2039|  2.61k|    PyThreadState *tstate = _PyThreadState_GET();
 2040|  2.61k|    _PyCStackRef cref;
 2041|  2.61k|    _PyThreadState_PushCStackRef(tstate, &cref);
 2042|       |
 2043|  2.61k|    _PyType_LookupStackRefAndVersion(tp, name, &cref.ref);
 2044|  2.61k|    descr = PyStackRef_AsPyObjectBorrow(cref.ref);
 2045|       |
 2046|  2.61k|    if (descr != NULL) {
  ------------------
  |  Branch (2046:9): [True: 392, False: 2.22k]
  ------------------
 2047|    392|        f = Py_TYPE(descr)->tp_descr_set;
  ------------------
  |  |  213|    392|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    392|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    392|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2048|    392|        if (f != NULL) {
  ------------------
  |  Branch (2048:13): [True: 198, False: 194]
  ------------------
 2049|    198|            res = f(descr, obj, value);
 2050|    198|            goto done;
 2051|    198|        }
 2052|    392|    }
 2053|       |
 2054|  2.41k|    if (dict == NULL) {
  ------------------
  |  Branch (2054:9): [True: 2.41k, False: 0]
  ------------------
 2055|  2.41k|        PyObject **dictptr;
 2056|       |
 2057|  2.41k|        if ((tp->tp_flags & Py_TPFLAGS_INLINE_VALUES)) {
  ------------------
  |  |  472|  2.41k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2057:13): [True: 205, False: 2.21k]
  ------------------
 2058|    205|            res = _PyObject_StoreInstanceAttribute(obj, name, value);
 2059|    205|            goto error_check;
 2060|    205|        }
 2061|       |
 2062|  2.21k|        if ((tp->tp_flags & Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|  2.21k|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (2062:13): [True: 133, False: 2.08k]
  ------------------
 2063|    133|            PyManagedDictPointer *managed_dict = _PyObject_ManagedDictPointer(obj);
 2064|    133|            dictptr = (PyObject **)&managed_dict->dict;
 2065|    133|        }
 2066|  2.08k|        else {
 2067|  2.08k|            dictptr = _PyObject_ComputedDictPointer(obj);
 2068|  2.08k|        }
 2069|  2.21k|        if (dictptr == NULL) {
  ------------------
  |  Branch (2069:13): [True: 0, False: 2.21k]
  ------------------
 2070|      0|            if (descr == NULL) {
  ------------------
  |  Branch (2070:17): [True: 0, False: 0]
  ------------------
 2071|      0|                if (tp->tp_setattro == PyObject_GenericSetAttr) {
  ------------------
  |  Branch (2071:21): [True: 0, False: 0]
  ------------------
 2072|      0|                    PyErr_Format(PyExc_AttributeError,
 2073|      0|                                "'%.100s' object has no attribute '%U' and no "
 2074|      0|                                "__dict__ for setting new attributes",
 2075|      0|                                tp->tp_name, name);
 2076|      0|                }
 2077|      0|                else {
 2078|      0|                    PyErr_Format(PyExc_AttributeError,
 2079|      0|                                "'%.100s' object has no attribute '%U'",
 2080|      0|                                tp->tp_name, name);
 2081|      0|                }
 2082|      0|                _PyObject_SetAttributeErrorContext(obj, name);
 2083|      0|            }
 2084|      0|            else {
 2085|      0|                PyErr_Format(PyExc_AttributeError,
 2086|      0|                            "'%.100s' object attribute '%U' is read-only",
 2087|      0|                            tp->tp_name, name);
 2088|      0|            }
 2089|      0|            goto done;
 2090|      0|        }
 2091|  2.21k|        else {
 2092|  2.21k|            res = _PyObjectDict_SetItem(tp, obj, dictptr, name, value);
 2093|  2.21k|        }
 2094|  2.21k|    }
 2095|      0|    else {
 2096|      0|        Py_INCREF(dict);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2097|      0|        if (value == NULL)
  ------------------
  |  Branch (2097:13): [True: 0, False: 0]
  ------------------
 2098|      0|            res = PyDict_DelItem(dict, name);
 2099|      0|        else
 2100|      0|            res = PyDict_SetItem(dict, name, value);
 2101|      0|        Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2102|      0|    }
 2103|  2.41k|  error_check:
 2104|  2.41k|    if (res < 0 && PyErr_ExceptionMatches(PyExc_KeyError)) {
  ------------------
  |  Branch (2104:9): [True: 0, False: 2.41k]
  |  Branch (2104:20): [True: 0, False: 0]
  ------------------
 2105|      0|        PyErr_Format(PyExc_AttributeError,
 2106|      0|                        "'%.100s' object has no attribute '%U'",
 2107|      0|                        tp->tp_name, name);
 2108|      0|        _PyObject_SetAttributeErrorContext(obj, name);
 2109|      0|    }
 2110|  2.61k|  done:
 2111|  2.61k|    _PyThreadState_PopCStackRef(tstate, &cref);
 2112|  2.61k|    _Py_DECREF_TYPE(tp);
  ------------------
  |  |  316|  2.61k|#  define _Py_DECREF_TYPE Py_DECREF
  |  |  ------------------
  |  |  |  |  430|  2.61k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2113|  2.61k|    Py_DECREF(name);
  ------------------
  |  |  430|  2.61k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.61k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.61k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2114|  2.61k|    return res;
 2115|  2.41k|}
PyObject_GenericSetAttr:
 2119|  2.61k|{
 2120|       |    return _PyObject_GenericSetAttrWithDict(obj, name, value, NULL);
 2121|  2.61k|}
PyObject_IsTrue:
 2139|  2.22k|{
 2140|  2.22k|    Py_ssize_t res;
 2141|  2.22k|    if (v == Py_True)
  ------------------
  |  |   26|  2.22k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|  2.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2141:9): [True: 580, False: 1.64k]
  ------------------
 2142|    580|        return 1;
 2143|  1.64k|    if (v == Py_False)
  ------------------
  |  |   25|  1.64k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|  1.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2143:9): [True: 914, False: 733]
  ------------------
 2144|    914|        return 0;
 2145|    733|    if (v == Py_None)
  ------------------
  |  |  616|    733|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2145:9): [True: 136, False: 597]
  ------------------
 2146|    136|        return 0;
 2147|    597|    else if (Py_TYPE(v)->tp_as_number != NULL &&
  ------------------
  |  |  213|    597|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    597|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    597|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2147:14): [True: 455, False: 142]
  ------------------
 2148|    455|             Py_TYPE(v)->tp_as_number->nb_bool != NULL)
  ------------------
  |  |  213|    455|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    455|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    455|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2148:14): [True: 68, False: 387]
  ------------------
 2149|     68|        res = (*Py_TYPE(v)->tp_as_number->nb_bool)(v);
  ------------------
  |  |  213|     68|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     68|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     68|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2150|    529|    else if (Py_TYPE(v)->tp_as_mapping != NULL &&
  ------------------
  |  |  213|    529|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    529|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    529|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2150:14): [True: 346, False: 183]
  ------------------
 2151|    346|             Py_TYPE(v)->tp_as_mapping->mp_length != NULL)
  ------------------
  |  |  213|    346|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    346|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    346|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2151:14): [True: 330, False: 16]
  ------------------
 2152|    330|        res = (*Py_TYPE(v)->tp_as_mapping->mp_length)(v);
  ------------------
  |  |  213|    330|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    330|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    330|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2153|    199|    else if (Py_TYPE(v)->tp_as_sequence != NULL &&
  ------------------
  |  |  213|    199|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    199|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    199|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2153:14): [True: 191, False: 8]
  ------------------
 2154|    191|             Py_TYPE(v)->tp_as_sequence->sq_length != NULL)
  ------------------
  |  |  213|    191|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    191|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    191|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2154:14): [True: 175, False: 16]
  ------------------
 2155|    175|        res = (*Py_TYPE(v)->tp_as_sequence->sq_length)(v);
  ------------------
  |  |  213|    175|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    175|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    175|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2156|     24|    else
 2157|     24|        return 1;
 2158|       |    /* if it is negative, it should be either -1 or -2 */
 2159|    573|    return (res > 0) ? 1 : Py_SAFE_DOWNCAST(res, Py_ssize_t, int);
  ------------------
  |  |  247|    232|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|    232|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2159:12): [True: 341, False: 232]
  ------------------
 2160|    733|}
PyCallable_Check:
 2179|  7.94k|{
 2180|  7.94k|    if (x == NULL)
  ------------------
  |  Branch (2180:9): [True: 0, False: 7.94k]
  ------------------
 2181|      0|        return 0;
 2182|  7.94k|    return Py_TYPE(x)->tp_call != NULL;
  ------------------
  |  |  213|  7.94k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  7.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  7.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2183|  7.94k|}
PyObject_Dir:
 2268|      2|{
 2269|      2|    return (obj == NULL) ? _dir_locals() : _dir_object(obj);
  ------------------
  |  Branch (2269:12): [True: 0, False: 2]
  ------------------
 2270|      2|}
_PyObject_InitState:
 2504|      2|{
 2505|       |#ifdef Py_TRACE_REFS
 2506|       |    if (refchain_init(interp) < 0) {
 2507|       |        return _PyStatus_NO_MEMORY();
 2508|       |    }
 2509|       |#endif
 2510|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2511|      2|}
_PyTypes_InitTypes:
 2670|      2|{
 2671|       |    // All other static types (unless initialized elsewhere)
 2672|    242|    for (size_t i=0; i < Py_ARRAY_LENGTH(static_types); i++) {
  ------------------
  |  |  196|    242|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (2672:22): [True: 240, False: 2]
  ------------------
 2673|    240|        PyTypeObject *type = static_types[i];
 2674|    240|        if (type == NULL) {
  ------------------
  |  Branch (2674:13): [True: 2, False: 238]
  ------------------
 2675|      2|            continue;
 2676|      2|        }
 2677|    238|        if (_PyStaticType_InitBuiltin(interp, type) < 0) {
  ------------------
  |  Branch (2677:13): [True: 0, False: 238]
  ------------------
 2678|      0|            return _PyStatus_ERR("Can't initialize builtin type");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2679|      0|        }
 2680|    238|        if (type == &PyType_Type) {
  ------------------
  |  Branch (2680:13): [True: 2, False: 236]
  ------------------
 2681|       |            // Sanitify checks of the two most important types
 2682|      2|            assert(PyBaseObject_Type.tp_base == NULL);
  ------------------
  |  Branch (2682:13): [True: 2, False: 0]
  ------------------
 2683|      2|            assert(PyType_Type.tp_base == &PyBaseObject_Type);
  ------------------
  |  Branch (2683:13): [True: 2, False: 0]
  ------------------
 2684|      2|        }
 2685|    238|    }
 2686|       |
 2687|       |    // Cache __reduce__ from PyBaseObject_Type object
 2688|      2|    PyObject *baseobj_dict = _PyType_GetDict(&PyBaseObject_Type);
 2689|      2|    PyObject *baseobj_reduce = PyDict_GetItemWithError(baseobj_dict, &_Py_ID(__reduce__));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2690|      2|    if (baseobj_reduce == NULL && PyErr_Occurred()) {
  ------------------
  |  Branch (2690:9): [True: 0, False: 2]
  |  Branch (2690:35): [True: 0, False: 0]
  ------------------
 2691|      0|        return _PyStatus_ERR("Can't get __reduce__ from base object");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2692|      0|    }
 2693|      2|    _Py_INTERP_CACHED_OBJECT(interp, objreduce) = baseobj_reduce;
  ------------------
  |  |   22|      2|    (interp)->cached_objects.NAME
  ------------------
 2694|       |
 2695|       |    // Must be after static types are initialized
 2696|      2|    if (_Py_initialize_generic(interp) < 0) {
  ------------------
  |  Branch (2696:9): [True: 0, False: 2]
  ------------------
 2697|      0|        return _PyStatus_ERR("Can't initialize generic types");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2698|      0|    }
 2699|       |
 2700|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2701|      2|}
_Py_NewReference:
 2760|  71.1k|{
 2761|       |#ifdef Py_REF_DEBUG
 2762|       |    _Py_IncRefTotal(_PyThreadState_GET());
 2763|       |#endif
 2764|  71.1k|    new_reference(op);
 2765|  71.1k|}
_Py_NewReferenceNoTotal:
 2769|    113|{
 2770|    113|    new_reference(op);
 2771|    113|}
_Py_SetImmortalUntracked:
 2775|  8.12k|{
 2776|       |    // Check if already immortal to avoid degrading from static immortal to plain immortal
 2777|  8.12k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  8.12k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.12k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.12k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 6, False: 8.12k]
  |  |  ------------------
  ------------------
 2778|      6|        return;
 2779|      6|    }
 2780|       |#ifdef Py_GIL_DISABLED
 2781|       |    _Py_atomic_store_uintptr_relaxed(&op->ob_tid, _Py_UNOWNED_TID);
 2782|       |    _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, _Py_IMMORTAL_REFCNT_LOCAL);
 2783|       |    _Py_atomic_store_ssize_relaxed(&op->ob_ref_shared, 0);
 2784|       |    _Py_atomic_or_uint8(&op->ob_gc_bits, _PyGC_BITS_DEFERRED);
 2785|       |#elif SIZEOF_VOID_P > 4
 2786|  8.12k|    op->ob_flags = _Py_IMMORTAL_FLAGS;
  ------------------
  |  |  581|  8.12k|#define _Py_IMMORTAL_FLAGS (1 << 0)
  ------------------
 2787|  8.12k|    op->ob_refcnt = _Py_IMMORTAL_INITIAL_REFCNT;
  ------------------
  |  |   47|  8.12k|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  ------------------
 2788|       |#else
 2789|       |    op->ob_refcnt = _Py_IMMORTAL_INITIAL_REFCNT;
 2790|       |#endif
 2791|  8.12k|}
_Py_SetImmortal:
 2795|  8.12k|{
 2796|  8.12k|    if (PyObject_IS_GC(op) && _PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|    828|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|    828|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 826, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (2796:9): [True: 828, False: 7.29k]
  ------------------
 2797|    826|        _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|    826|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    826|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    826|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2798|    826|    }
 2799|  8.12k|    _Py_SetImmortalUntracked(op);
 2800|  8.12k|}
_PyObject_SetDeferredRefcount:
 2804|  8.45k|{
 2805|       |#ifdef Py_GIL_DISABLED
 2806|       |    assert(PyType_IS_GC(Py_TYPE(op)));
 2807|       |    assert(_Py_IsOwnedByCurrentThread(op));
 2808|       |    assert(op->ob_ref_shared == 0);
 2809|       |    _PyObject_SET_GC_BITS(op, _PyGC_BITS_DEFERRED);
 2810|       |    op->ob_ref_shared = _Py_REF_SHARED(_Py_REF_DEFERRED, 0);
 2811|       |#endif
 2812|  8.45k|}
PyUnstable_Object_EnableDeferredRefcount:
 2816|    342|{
 2817|       |#ifdef Py_GIL_DISABLED
 2818|       |    if (!PyType_IS_GC(Py_TYPE(op))) {
 2819|       |        // Deferred reference counting doesn't work
 2820|       |        // on untracked types.
 2821|       |        return 0;
 2822|       |    }
 2823|       |
 2824|       |    uint8_t bits = _Py_atomic_load_uint8(&op->ob_gc_bits);
 2825|       |    if ((bits & _PyGC_BITS_DEFERRED) != 0)
 2826|       |    {
 2827|       |        // Nothing to do.
 2828|       |        return 0;
 2829|       |    }
 2830|       |
 2831|       |    if (_Py_atomic_compare_exchange_uint8(&op->ob_gc_bits, &bits, bits | _PyGC_BITS_DEFERRED) == 0)
 2832|       |    {
 2833|       |        // Someone beat us to it!
 2834|       |        return 0;
 2835|       |    }
 2836|       |    _Py_atomic_add_ssize(&op->ob_ref_shared, _Py_REF_SHARED(_Py_REF_DEFERRED, 0));
 2837|       |    return 1;
 2838|       |#else
 2839|    342|    return 0;
 2840|    342|#endif
 2841|    342|}
_Py_Dealloc:
 3284|  32.2k|{
 3285|  32.2k|    PyTypeObject *type = Py_TYPE(op);
  ------------------
  |  |  213|  32.2k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  32.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  32.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3286|  32.2k|    unsigned long gc_flag = type->tp_flags & Py_TPFLAGS_HAVE_GC;
  ------------------
  |  |  524|  32.2k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
 3287|  32.2k|    destructor dealloc = type->tp_dealloc;
 3288|  32.2k|    PyThreadState *tstate = _PyThreadState_GET();
 3289|  32.2k|    intptr_t margin = _Py_RecursionLimit_GetMargin(tstate);
 3290|  32.2k|    if (margin < 2 && gc_flag) {
  ------------------
  |  Branch (3290:9): [True: 0, False: 32.2k]
  |  Branch (3290:23): [True: 0, False: 0]
  ------------------
 3291|      0|        _PyTrash_thread_deposit_object(tstate, (PyObject *)op);
 3292|      0|        return;
 3293|      0|    }
 3294|       |#ifdef Py_DEBUG
 3295|       |#if !defined(Py_GIL_DISABLED) && !defined(Py_STACKREF_DEBUG)
 3296|       |    /* This assertion doesn't hold for the free-threading build, as
 3297|       |     * PyStackRef_CLOSE_SPECIALIZED is not implemented */
 3298|       |    assert(tstate->current_frame == NULL || tstate->current_frame->stackpointer != NULL);
 3299|       |#endif
 3300|       |    PyObject *old_exc = tstate != NULL ? tstate->current_exception : NULL;
 3301|       |    // Keep the old exception type alive to prevent undefined behavior
 3302|       |    // on (tstate->curexc_type != old_exc_type) below
 3303|       |    Py_XINCREF(old_exc);
 3304|       |    // Make sure that type->tp_name remains valid
 3305|       |    Py_INCREF(type);
 3306|       |#endif
 3307|       |
 3308|       |#ifdef Py_TRACE_REFS
 3309|       |    _Py_ForgetReference(op);
 3310|       |#endif
 3311|  32.2k|    _PyReftracerTrack(op, PyRefTracer_DESTROY);
  ------------------
  |  |  112|  32.2k|    do { \
  |  |  113|  32.2k|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|  32.2k|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 32.2k]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|  32.2k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 32.2k]
  |  |  ------------------
  ------------------
 3312|  32.2k|    (*dealloc)(op);
 3313|       |
 3314|       |#ifdef Py_DEBUG
 3315|       |    // gh-89373: The tp_dealloc function must leave the current exception
 3316|       |    // unchanged.
 3317|       |    if (tstate != NULL && tstate->current_exception != old_exc) {
 3318|       |        const char *err;
 3319|       |        if (old_exc == NULL) {
 3320|       |            err = "Deallocator of type '%s' raised an exception";
 3321|       |        }
 3322|       |        else if (tstate->current_exception == NULL) {
 3323|       |            err = "Deallocator of type '%s' cleared the current exception";
 3324|       |        }
 3325|       |        else {
 3326|       |            // It can happen if dealloc() normalized the current exception.
 3327|       |            // A deallocator function must not change the current exception,
 3328|       |            // not even normalize it.
 3329|       |            err = "Deallocator of type '%s' overrode the current exception";
 3330|       |        }
 3331|       |        _Py_FatalErrorFormat(__func__, err, type->tp_name);
 3332|       |    }
 3333|       |    Py_XDECREF(old_exc);
 3334|       |    Py_DECREF(type);
 3335|       |#endif
 3336|  32.2k|    if (tstate->delete_later && margin >= 4 && gc_flag) {
  ------------------
  |  Branch (3336:9): [True: 0, False: 32.2k]
  |  Branch (3336:33): [True: 0, False: 0]
  |  Branch (3336:48): [True: 0, False: 0]
  ------------------
 3337|      0|        _PyTrash_thread_destroy_chain(tstate);
 3338|      0|    }
 3339|  32.2k|}
_Py_GetConstant_Init:
 3442|      2|{
 3443|      2|    constants[Py_CONSTANT_ZERO] = _PyLong_GetZero();
  ------------------
  |  |  595|      2|#define Py_CONSTANT_ZERO 5
  ------------------
 3444|      2|    constants[Py_CONSTANT_ONE] = _PyLong_GetOne();
  ------------------
  |  |  596|      2|#define Py_CONSTANT_ONE 6
  ------------------
 3445|      2|    constants[Py_CONSTANT_EMPTY_STR] = PyUnicode_New(0, 0);
  ------------------
  |  |  597|      2|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
 3446|      2|    constants[Py_CONSTANT_EMPTY_BYTES] = PyBytes_FromStringAndSize(NULL, 0);
  ------------------
  |  |  598|      2|#define Py_CONSTANT_EMPTY_BYTES 8
  ------------------
 3447|      2|    constants[Py_CONSTANT_EMPTY_TUPLE] = PyTuple_New(0);
  ------------------
  |  |  599|      2|#define Py_CONSTANT_EMPTY_TUPLE 9
  ------------------
 3448|      2|#ifndef NDEBUG
 3449|     22|    for (size_t i=0; i < Py_ARRAY_LENGTH(constants); i++) {
  ------------------
  |  |  196|     22|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (3449:22): [True: 20, False: 2]
  ------------------
 3450|     20|        assert(constants[i] != NULL);
  ------------------
  |  Branch (3450:9): [True: 20, False: 0]
  ------------------
 3451|     20|        assert(_Py_IsImmortal(constants[i]));
  ------------------
  |  Branch (3451:9): [True: 20, False: 0]
  ------------------
 3452|     20|    }
 3453|      2|#endif
 3454|      2|}
Py_GetConstant:
 3458|     26|{
 3459|     26|    if (constant_id < Py_ARRAY_LENGTH(constants)) {
  ------------------
  |  |  196|     26|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (3459:9): [True: 26, False: 0]
  ------------------
 3460|     26|        return constants[constant_id];
 3461|     26|    }
 3462|      0|    else {
 3463|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3464|       |        return NULL;
 3465|      0|    }
 3466|     26|}
Py_GetConstantBorrowed:
 3471|     14|{
 3472|       |    // All constants are immortal
 3473|     14|    return Py_GetConstant(constant_id);
 3474|     14|}
PyUnstable_IsImmortal:
 3478|     31|{
 3479|       |    /* Checking a reference count requires a thread state */
 3480|     31|    _Py_AssertHoldsTstate();
  ------------------
  |  |  306|     31|#define _Py_AssertHoldsTstate() _Py_AssertHoldsTstateFunc(__func__)
  ------------------
 3481|     31|    assert(op != NULL);
  ------------------
  |  Branch (3481:5): [True: 31, False: 0]
  ------------------
 3482|     31|    return _Py_IsImmortal(op);
  ------------------
  |  |  137|     31|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     31|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3483|     31|}
PyUnstable_Object_IsUniquelyReferenced:
 3487|      2|{
 3488|      2|    _Py_AssertHoldsTstate();
  ------------------
  |  |  306|      2|#define _Py_AssertHoldsTstate() _Py_AssertHoldsTstateFunc(__func__)
  ------------------
 3489|      2|    assert(op != NULL);
  ------------------
  |  Branch (3489:5): [True: 2, False: 0]
  ------------------
 3490|      2|    return _PyObject_IsUniquelyReferenced(op);
 3491|      2|}
_PyObject_VisitType:
 3495|     36|{
 3496|     36|    assert(op != NULL);
  ------------------
  |  Branch (3496:5): [True: 36, False: 0]
  ------------------
 3497|     36|    PyTypeObject *tp = Py_TYPE(op);
  ------------------
  |  |  213|     36|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     36|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3498|     36|    _PyObject_ASSERT((PyObject *)tp, PyType_HasFeature(tp, Py_TPFLAGS_HEAPTYPE));
  ------------------
  |  |  423|     36|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|     36|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|     36|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 36, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|     36|      ? (void)(0) \
  |  |  |  |  |  |  416|     36|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3499|     36|    Py_VISIT(tp);
  ------------------
  |  |  194|     36|    do {                                                                \
  |  |  195|     36|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 36, False: 0]
  |  |  ------------------
  |  |  196|     36|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|     36|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|     36|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 36]
  |  |  ------------------
  |  |  198|     36|                return vret;                                            \
  |  |  199|     36|        }                                                               \
  |  |  200|     36|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 36]
  |  |  ------------------
  ------------------
 3500|     36|    return 0;
 3501|     36|}
object.c:do_richcompare:
 1049|  9.05k|{
 1050|  9.05k|    richcmpfunc f;
 1051|  9.05k|    PyObject *res;
 1052|  9.05k|    int checked_reverse_op = 0;
 1053|       |
 1054|  9.05k|    if (!Py_IS_TYPE(v, Py_TYPE(w)) &&
  ------------------
  |  |  215|  18.1k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  9.05k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.05k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1054:9): [True: 105, False: 8.95k]
  ------------------
 1055|    105|        PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v)) &&
  ------------------
  |  |  213|    105|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    105|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    105|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v)) &&
  ------------------
  |  |  213|    105|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    105|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    105|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1055:9): [True: 16, False: 89]
  ------------------
 1056|     16|        (f = Py_TYPE(w)->tp_richcompare) != NULL) {
  ------------------
  |  |  213|     16|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1056:9): [True: 16, False: 0]
  ------------------
 1057|     16|        checked_reverse_op = 1;
 1058|     16|        res = (*f)(w, v, _Py_SwappedOp[op]);
 1059|     16|        if (res != Py_NotImplemented)
  ------------------
  |  |  640|     16|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1059:13): [True: 13, False: 3]
  ------------------
 1060|     13|            return res;
 1061|      3|        Py_DECREF(res);
  ------------------
  |  |  430|      3|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1062|      3|    }
 1063|  9.04k|    if ((f = Py_TYPE(v)->tp_richcompare) != NULL) {
  ------------------
  |  |  213|  9.04k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  9.04k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  9.04k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1063:9): [True: 9.04k, False: 0]
  ------------------
 1064|  9.04k|        res = (*f)(v, w, op);
 1065|  9.04k|        if (res != Py_NotImplemented)
  ------------------
  |  |  640|  9.04k|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1065:13): [True: 8.95k, False: 89]
  ------------------
 1066|  8.95k|            return res;
 1067|     89|        Py_DECREF(res);
  ------------------
  |  |  430|     89|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     89|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     89|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1068|     89|    }
 1069|     89|    if (!checked_reverse_op && (f = Py_TYPE(w)->tp_richcompare) != NULL) {
  ------------------
  |  |  213|     86|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     86|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     86|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1069:9): [True: 86, False: 3]
  |  Branch (1069:32): [True: 86, False: 0]
  ------------------
 1070|     86|        res = (*f)(w, v, _Py_SwappedOp[op]);
 1071|     86|        if (res != Py_NotImplemented)
  ------------------
  |  |  640|     86|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (1071:13): [True: 0, False: 86]
  ------------------
 1072|      0|            return res;
 1073|     86|        Py_DECREF(res);
  ------------------
  |  |  430|     86|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     86|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     86|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1074|     86|    }
 1075|       |    /* If neither object implements it, provide a sensible default
 1076|       |       for == and !=, but raise an exception for ordering. */
 1077|     89|    switch (op) {
 1078|     89|    case Py_EQ:
  ------------------
  |  |  654|     89|#define Py_EQ 2
  ------------------
  |  Branch (1078:5): [True: 89, False: 0]
  ------------------
 1079|     89|        res = (v == w) ? Py_True : Py_False;
  ------------------
  |  |   26|     89|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      res = (v == w) ? Py_True : Py_False;
  ------------------
  |  |   25|     89|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     89|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    178|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1079:15): [True: 0, False: 89]
  ------------------
 1080|     89|        break;
 1081|      0|    case Py_NE:
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (1081:5): [True: 0, False: 89]
  ------------------
 1082|      0|        res = (v != w) ? Py_True : Py_False;
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      res = (v != w) ? Py_True : Py_False;
  ------------------
  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1082:15): [True: 0, False: 0]
  ------------------
 1083|      0|        break;
 1084|      0|    default:
  ------------------
  |  Branch (1084:5): [True: 0, False: 89]
  ------------------
 1085|      0|        _PyErr_Format(tstate, PyExc_TypeError,
 1086|      0|                      "'%s' not supported between instances of '%.100s' and '%.100s'",
 1087|      0|                      opstrings[op],
 1088|      0|                      Py_TYPE(v)->tp_name,
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1089|      0|                      Py_TYPE(w)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1090|      0|        return NULL;
 1091|     89|    }
 1092|     89|    return Py_NewRef(res);
  ------------------
  |  |  550|     89|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     89|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     89|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1093|     89|}
object.c:_dir_object:
 2235|      2|{
 2236|      2|    PyObject *result, *sorted;
 2237|      2|    PyObject *dirfunc = _PyObject_LookupSpecial(obj, &_Py_ID(__dir__));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2238|       |
 2239|      2|    assert(obj != NULL);
  ------------------
  |  Branch (2239:5): [True: 2, False: 0]
  ------------------
 2240|      2|    if (dirfunc == NULL) {
  ------------------
  |  Branch (2240:9): [True: 0, False: 2]
  ------------------
 2241|      0|        if (!PyErr_Occurred())
  ------------------
  |  Branch (2241:13): [True: 0, False: 0]
  ------------------
 2242|      0|            PyErr_SetString(PyExc_TypeError, "object does not provide __dir__");
 2243|      0|        return NULL;
 2244|      0|    }
 2245|       |    /* use __dir__ */
 2246|      2|    result = _PyObject_CallNoArgs(dirfunc);
 2247|      2|    Py_DECREF(dirfunc);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2248|      2|    if (result == NULL)
  ------------------
  |  Branch (2248:9): [True: 0, False: 2]
  ------------------
 2249|      0|        return NULL;
 2250|       |    /* return sorted(result) */
 2251|      2|    sorted = PySequence_List(result);
 2252|      2|    Py_DECREF(result);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2253|      2|    if (sorted == NULL)
  ------------------
  |  Branch (2253:9): [True: 0, False: 2]
  ------------------
 2254|      0|        return NULL;
 2255|      2|    if (PyList_Sort(sorted)) {
  ------------------
  |  Branch (2255:9): [True: 0, False: 2]
  ------------------
 2256|      0|        Py_DECREF(sorted);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2257|      0|        return NULL;
 2258|      0|    }
 2259|      2|    return sorted;
 2260|      2|}
object.c:none_repr:
 2281|      2|{
 2282|      2|    return PyUnicode_FromString("None");
 2283|      2|}
object.c:none_hash:
 2312|     30|{
 2313|     30|    return 0xFCA86420;
 2314|     30|}
object.c:new_reference:
 2727|  71.2k|{
 2728|       |    // Skip the immortal object check in Py_SET_REFCNT; always set refcnt to 1
 2729|  71.2k|#if !defined(Py_GIL_DISABLED)
 2730|  71.2k|#if SIZEOF_VOID_P > 4
 2731|  71.2k|    op->ob_refcnt_full = 1;
 2732|  71.2k|    assert(op->ob_refcnt == 1);
  ------------------
  |  Branch (2732:5): [True: 71.2k, False: 0]
  ------------------
 2733|  71.2k|    assert(op->ob_flags == 0);
  ------------------
  |  Branch (2733:5): [True: 71.2k, False: 0]
  ------------------
 2734|       |#else
 2735|       |    op->ob_refcnt = 1;
 2736|       |#endif
 2737|       |#else
 2738|       |    op->ob_flags = 0;
 2739|       |    op->ob_mutex = (PyMutex){ 0 };
 2740|       |#ifdef _Py_THREAD_SANITIZER
 2741|       |    _Py_atomic_store_uintptr_relaxed(&op->ob_tid, _Py_ThreadId());
 2742|       |    _Py_atomic_store_uint8_relaxed(&op->ob_gc_bits, 0);
 2743|       |    _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, 1);
 2744|       |    _Py_atomic_store_ssize_relaxed(&op->ob_ref_shared, 0);
 2745|       |#else
 2746|       |    op->ob_tid = _Py_ThreadId();
 2747|       |    op->ob_gc_bits = 0;
 2748|       |    op->ob_ref_local = 1;
 2749|       |    op->ob_ref_shared = 0;
 2750|       |#endif
 2751|       |#endif
 2752|       |#ifdef Py_TRACE_REFS
 2753|       |    _Py_AddToAllObjects(op);
 2754|       |#endif
 2755|  71.2k|    _PyReftracerTrack(op, PyRefTracer_CREATE);
  ------------------
  |  |  112|  71.2k|    do { \
  |  |  113|  71.2k|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|  71.2k|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 71.2k]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|  71.2k|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 71.2k]
  |  |  ------------------
  ------------------
 2756|  71.2k|}

_PyMem_RawMalloc:
   59|  5.11k|{
   60|       |    /* PyMem_RawMalloc(0) means malloc(1). Some systems would return NULL
   61|       |       for malloc(0), which would be treated as an error. Some platforms would
   62|       |       return a pointer with no memory behind it, which would break pymalloc.
   63|       |       To solve these problems, allocate an extra byte. */
   64|  5.11k|    if (size == 0)
  ------------------
  |  Branch (64:9): [True: 174, False: 4.94k]
  ------------------
   65|    174|        size = 1;
   66|  5.11k|    return malloc(size);
   67|  5.11k|}
_PyMem_RawCalloc:
   71|     24|{
   72|       |    /* PyMem_RawCalloc(0, 0) means calloc(1, 1). Some systems would return NULL
   73|       |       for calloc(0, 0), which would be treated as an error. Some platforms
   74|       |       would return a pointer with no memory behind it, which would break
   75|       |       pymalloc.  To solve these problems, allocate an extra byte. */
   76|     24|    if (nelem == 0 || elsize == 0) {
  ------------------
  |  Branch (76:9): [True: 0, False: 24]
  |  Branch (76:23): [True: 0, False: 24]
  ------------------
   77|      0|        nelem = 1;
   78|      0|        elsize = 1;
   79|      0|    }
   80|     24|    return calloc(nelem, elsize);
   81|     24|}
_PyMem_RawRealloc:
   85|  3.28k|{
   86|  3.28k|    if (size == 0)
  ------------------
  |  Branch (86:9): [True: 0, False: 3.28k]
  ------------------
   87|      0|        size = 1;
   88|  3.28k|    return realloc(ptr, size);
   89|  3.28k|}
_PyMem_RawFree:
   93|  2.00k|{
   94|  2.00k|    free(ptr);
   95|  2.00k|}
_PyMem_DefaultRawMalloc:
  469|     14|{
  470|       |#ifdef Py_DEBUG
  471|       |    return _PyMem_DebugRawMalloc(&_PyRuntime.allocators.debug.raw, size);
  472|       |#else
  473|       |    return _PyMem_RawMalloc(NULL, size);
  474|     14|#endif
  475|     14|}
_PyMem_DefaultRawFree:
  499|     16|{
  500|       |#ifdef Py_DEBUG
  501|       |    _PyMem_DebugRawFree(&_PyRuntime.allocators.debug.raw, ptr);
  502|       |#else
  503|       |    _PyMem_RawFree(NULL, ptr);
  504|     16|#endif
  505|     16|}
_PyMem_DefaultRawWcsdup:
  509|     10|{
  510|     10|    assert(str != NULL);
  ------------------
  |  Branch (510:5): [True: 10, False: 0]
  ------------------
  511|       |
  512|     10|    size_t len = wcslen(str);
  513|     10|    if (len > (size_t)PY_SSIZE_T_MAX / sizeof(wchar_t) - 1) {
  ------------------
  |  |  137|     10|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (513:9): [True: 0, False: 10]
  ------------------
  514|      0|        return NULL;
  515|      0|    }
  516|       |
  517|     10|    size_t size = (len + 1) * sizeof(wchar_t);
  518|     10|    wchar_t *str2 = _PyMem_DefaultRawMalloc(size);
  519|     10|    if (str2 == NULL) {
  ------------------
  |  Branch (519:9): [True: 0, False: 10]
  ------------------
  520|      0|        return NULL;
  521|      0|    }
  522|       |
  523|     10|    memcpy(str2, str, size);
  524|     10|    return str2;
  525|     10|}
_PyMem_ArenaAlloc:
  621|      7|{
  622|       |#ifdef MS_WINDOWS
  623|       |#  ifdef PYMALLOC_USE_HUGEPAGES
  624|       |    if (_PyRuntime.allocators.use_hugepages) {
  625|       |        SIZE_T lp_size = GetLargePageMinimum();
  626|       |        if (lp_size > 0 && size % lp_size == 0) {
  627|       |            void *ptr = VirtualAlloc(NULL, size,
  628|       |                            MEM_COMMIT | MEM_RESERVE | MEM_LARGE_PAGES,
  629|       |                            PAGE_READWRITE);
  630|       |            if (ptr != NULL)
  631|       |                return ptr;
  632|       |        }
  633|       |    }
  634|       |    /* Fall back to regular pages */
  635|       |#  endif
  636|       |    return VirtualAlloc(NULL, size,
  637|       |                        MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE);
  638|       |#elif defined(ARENAS_USE_MMAP)
  639|       |    void *ptr;
  640|       |#  ifdef PYMALLOC_USE_HUGEPAGES
  641|       |#    ifdef MAP_HUGETLB
  642|       |    if (_PyRuntime.allocators.use_hugepages) {
  643|       |        size_t hp_size = _pymalloc_system_hugepage_size();
  644|       |        /* Only use huge pages if the arena size is a multiple of the
  645|       |         * system's default huge page size.  When the arena is smaller
  646|       |         * than the huge page, mmap still succeeds but silently
  647|       |         * allocates an entire huge page; the subsequent munmap with
  648|       |         * the smaller arena size then fails with EINVAL, leaking
  649|       |         * all of that memory. */
  650|       |        if (hp_size > 0 && size % hp_size == 0) {
  651|       |            ptr = mmap(NULL, size, PROT_READ|PROT_WRITE,
  652|       |                       MAP_PRIVATE|MAP_ANONYMOUS|MAP_HUGETLB, -1, 0);
  653|       |            if (ptr != MAP_FAILED) {
  654|       |                assert(ptr != NULL);
  655|       |                (void)_PyAnnotateMemoryMap(ptr, size, "cpython:pymalloc:hugepage");
  656|       |                return ptr;
  657|       |            }
  658|       |        }
  659|       |    }
  660|       |    /* Fall back to regular pages */
  661|       |#    endif
  662|       |#  endif
  663|      7|    ptr = mmap(NULL, size, PROT_READ|PROT_WRITE,
  664|      7|               MAP_PRIVATE|MAP_ANONYMOUS, -1, 0);
  665|      7|    if (ptr == MAP_FAILED)
  ------------------
  |  Branch (665:9): [True: 0, False: 7]
  ------------------
  666|      0|        return NULL;
  667|      7|    assert(ptr != NULL);
  ------------------
  |  Branch (667:5): [True: 7, False: 0]
  ------------------
  668|      7|#ifdef MADV_HUGEPAGE
  669|      7|    (void)madvise(ptr, size, MADV_HUGEPAGE);
  670|      7|#endif
  671|      7|    (void)_PyAnnotateMemoryMap(ptr, size, "cpython:pymalloc");
  672|      7|    return ptr;
  673|       |#else
  674|       |    return malloc(size);
  675|       |#endif
  676|      7|}
PyMem_GetAllocator:
 1130|      2|{
 1131|      2|    PyMutex_Lock(&ALLOCATORS_MUTEX);
  ------------------
  |  |   59|      2|#define PyMutex_Lock _PyMutex_Lock
  ------------------
                  PyMutex_Lock(&ALLOCATORS_MUTEX);
  ------------------
  |  |  713|      2|#define ALLOCATORS_MUTEX (_PyRuntime.allocators.mutex)
  ------------------
 1132|      2|    get_allocator_unlocked(domain, allocator);
 1133|      2|    PyMutex_Unlock(&ALLOCATORS_MUTEX);
  ------------------
  |  |   70|      2|#define PyMutex_Unlock _PyMutex_Unlock
  ------------------
                  PyMutex_Unlock(&ALLOCATORS_MUTEX);
  ------------------
  |  |  713|      2|#define ALLOCATORS_MUTEX (_PyRuntime.allocators.mutex)
  ------------------
 1134|      2|}
_PyObject_VirtualAlloc:
 1181|      2|{
 1182|      2|    size_t alloc_size = _pymalloc_virtual_alloc_size(size);
 1183|      2|    if (alloc_size == 0 && size != 0) {
  ------------------
  |  Branch (1183:9): [True: 0, False: 2]
  |  Branch (1183:28): [True: 0, False: 0]
  ------------------
 1184|      0|        return NULL;
 1185|      0|    }
 1186|      2|    return _PyObject_Arena.alloc(_PyObject_Arena.ctx, alloc_size);
  ------------------
  |  |  718|      2|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
                  return _PyObject_Arena.alloc(_PyObject_Arena.ctx, alloc_size);
  ------------------
  |  |  718|      2|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
 1187|      2|}
PyMem_RawMalloc:
 1204|  5.10k|{
 1205|       |    /*
 1206|       |     * Limit ourselves to PY_SSIZE_T_MAX bytes to prevent security holes.
 1207|       |     * Most python internals blindly use a signed Py_ssize_t to track
 1208|       |     * things without checking for overflows or negatives.
 1209|       |     * As size_t is unsigned, checking for size < 0 is not required.
 1210|       |     */
 1211|  5.10k|    if (size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|  5.10k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1211:9): [True: 0, False: 5.10k]
  ------------------
 1212|      0|        return NULL;
 1213|  5.10k|    return _PyMem_Raw.malloc(_PyMem_Raw.ctx, size);
  ------------------
  |  |  714|  5.10k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
                  return _PyMem_Raw.malloc(_PyMem_Raw.ctx, size);
  ------------------
  |  |  714|  5.10k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
 1214|  5.10k|}
PyMem_RawCalloc:
 1218|     24|{
 1219|       |    /* see PyMem_RawMalloc() */
 1220|     24|    if (elsize != 0 && nelem > (size_t)PY_SSIZE_T_MAX / elsize)
  ------------------
  |  |  137|     24|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1220:9): [True: 24, False: 0]
  |  Branch (1220:24): [True: 0, False: 24]
  ------------------
 1221|      0|        return NULL;
 1222|     24|    return _PyMem_Raw.calloc(_PyMem_Raw.ctx, nelem, elsize);
  ------------------
  |  |  714|     24|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
                  return _PyMem_Raw.calloc(_PyMem_Raw.ctx, nelem, elsize);
  ------------------
  |  |  714|     24|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
 1223|     24|}
PyMem_RawRealloc:
 1227|  3.28k|{
 1228|       |    /* see PyMem_RawMalloc() */
 1229|  3.28k|    if (new_size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|  3.28k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1229:9): [True: 0, False: 3.28k]
  ------------------
 1230|      0|        return NULL;
 1231|  3.28k|    return _PyMem_Raw.realloc(_PyMem_Raw.ctx, ptr, new_size);
  ------------------
  |  |  714|  3.28k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
                  return _PyMem_Raw.realloc(_PyMem_Raw.ctx, ptr, new_size);
  ------------------
  |  |  714|  3.28k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
 1232|  3.28k|}
PyMem_RawFree:
 1235|  1.98k|{
 1236|  1.98k|    _PyMem_Raw.free(_PyMem_Raw.ctx, ptr);
  ------------------
  |  |  714|  1.98k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
                  _PyMem_Raw.free(_PyMem_Raw.ctx, ptr);
  ------------------
  |  |  714|  1.98k|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
 1237|  1.98k|}
PyMem_Malloc:
 1246|  5.11k|{
 1247|       |    /* see PyMem_RawMalloc() */
 1248|  5.11k|    if (size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|  5.11k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1248:9): [True: 0, False: 5.11k]
  ------------------
 1249|      0|        return NULL;
 1250|  5.11k|    OBJECT_STAT_INC_COND(allocations512, size < 512);
  ------------------
  |  |   78|  5.11k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1251|  5.11k|    OBJECT_STAT_INC_COND(allocations4k, size >= 512 && size < 4094);
  ------------------
  |  |   78|  5.11k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1252|  5.11k|    OBJECT_STAT_INC_COND(allocations_big, size >= 4094);
  ------------------
  |  |   78|  5.11k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1253|  5.11k|    OBJECT_STAT_INC(allocations);
  ------------------
  |  |   77|  5.11k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1254|  5.11k|    return _PyMem.malloc(_PyMem.ctx, size);
  ------------------
  |  |  715|  5.11k|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
                  return _PyMem.malloc(_PyMem.ctx, size);
  ------------------
  |  |  715|  5.11k|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
 1255|  5.11k|}
PyMem_Calloc:
 1259|    290|{
 1260|       |    /* see PyMem_RawMalloc() */
 1261|    290|    if (elsize != 0 && nelem > (size_t)PY_SSIZE_T_MAX / elsize)
  ------------------
  |  |  137|    290|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1261:9): [True: 290, False: 0]
  |  Branch (1261:24): [True: 0, False: 290]
  ------------------
 1262|      0|        return NULL;
 1263|    290|    OBJECT_STAT_INC_COND(allocations512, elsize < 512);
  ------------------
  |  |   78|    290|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1264|    290|    OBJECT_STAT_INC_COND(allocations4k, elsize >= 512 && elsize < 4094);
  ------------------
  |  |   78|    290|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1265|    290|    OBJECT_STAT_INC_COND(allocations_big, elsize >= 4094);
  ------------------
  |  |   78|    290|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1266|    290|    OBJECT_STAT_INC(allocations);
  ------------------
  |  |   77|    290|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1267|    290|    return _PyMem.calloc(_PyMem.ctx, nelem, elsize);
  ------------------
  |  |  715|    290|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
                  return _PyMem.calloc(_PyMem.ctx, nelem, elsize);
  ------------------
  |  |  715|    290|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
 1268|    290|}
PyMem_Realloc:
 1272|  4.92k|{
 1273|       |    /* see PyMem_RawMalloc() */
 1274|  4.92k|    if (new_size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|  4.92k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1274:9): [True: 0, False: 4.92k]
  ------------------
 1275|      0|        return NULL;
 1276|  4.92k|    return _PyMem.realloc(_PyMem.ctx, ptr, new_size);
  ------------------
  |  |  715|  4.92k|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
                  return _PyMem.realloc(_PyMem.ctx, ptr, new_size);
  ------------------
  |  |  715|  4.92k|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
 1277|  4.92k|}
PyMem_Free:
 1281|  4.66k|{
 1282|  4.66k|    OBJECT_STAT_INC(frees);
  ------------------
  |  |   77|  4.66k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1283|  4.66k|    _PyMem.free(_PyMem.ctx, ptr);
  ------------------
  |  |  715|  4.66k|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
                  _PyMem.free(_PyMem.ctx, ptr);
  ------------------
  |  |  715|  4.66k|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
 1284|  4.66k|}
_PyMem_RawWcsdup:
 1293|     82|{
 1294|     82|    assert(str != NULL);
  ------------------
  |  Branch (1294:5): [True: 82, False: 0]
  ------------------
 1295|       |
 1296|     82|    size_t len = wcslen(str);
 1297|     82|    if (len > (size_t)PY_SSIZE_T_MAX / sizeof(wchar_t) - 1) {
  ------------------
  |  |  137|     82|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1297:9): [True: 0, False: 82]
  ------------------
 1298|      0|        return NULL;
 1299|      0|    }
 1300|       |
 1301|     82|    size_t size = (len + 1) * sizeof(wchar_t);
 1302|     82|    wchar_t *str2 = PyMem_RawMalloc(size);
 1303|     82|    if (str2 == NULL) {
  ------------------
  |  Branch (1303:9): [True: 0, False: 82]
  ------------------
 1304|      0|        return NULL;
 1305|      0|    }
 1306|       |
 1307|     82|    memcpy(str2, str, size);
 1308|     82|    return str2;
 1309|     82|}
_PyMem_RawStrdup:
 1313|      8|{
 1314|      8|    assert(str != NULL);
  ------------------
  |  Branch (1314:5): [True: 8, False: 0]
  ------------------
 1315|      8|    size_t size = strlen(str) + 1;
 1316|      8|    char *copy = PyMem_RawMalloc(size);
 1317|      8|    if (copy == NULL) {
  ------------------
  |  Branch (1317:9): [True: 0, False: 8]
  ------------------
 1318|      0|        return NULL;
 1319|      0|    }
 1320|      8|    memcpy(copy, str, size);
 1321|      8|    return copy;
 1322|      8|}
PyObject_Malloc:
 1698|  59.4k|{
 1699|       |    /* see PyMem_RawMalloc() */
 1700|  59.4k|    if (size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|  59.4k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1700:9): [True: 0, False: 59.4k]
  ------------------
 1701|      0|        return NULL;
 1702|  59.4k|    OBJECT_STAT_INC_COND(allocations512, size < 512);
  ------------------
  |  |   78|  59.4k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1703|  59.4k|    OBJECT_STAT_INC_COND(allocations4k, size >= 512 && size < 4094);
  ------------------
  |  |   78|  59.4k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1704|  59.4k|    OBJECT_STAT_INC_COND(allocations_big, size >= 4094);
  ------------------
  |  |   78|  59.4k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 1705|  59.4k|    OBJECT_STAT_INC(allocations);
  ------------------
  |  |   77|  59.4k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1706|  59.4k|    return _PyObject.malloc(_PyObject.ctx, size);
  ------------------
  |  |  716|  59.4k|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
                  return _PyObject.malloc(_PyObject.ctx, size);
  ------------------
  |  |  716|  59.4k|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
 1707|  59.4k|}
PyObject_Realloc:
 1724|    113|{
 1725|       |    /* see PyMem_RawMalloc() */
 1726|    113|    if (new_size > (size_t)PY_SSIZE_T_MAX)
  ------------------
  |  |  137|    113|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1726:9): [True: 0, False: 113]
  ------------------
 1727|      0|        return NULL;
 1728|    113|    return _PyObject.realloc(_PyObject.ctx, ptr, new_size);
  ------------------
  |  |  716|    113|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
                  return _PyObject.realloc(_PyObject.ctx, ptr, new_size);
  ------------------
  |  |  716|    113|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
 1729|    113|}
PyObject_Free:
 1733|  21.1k|{
 1734|  21.1k|    OBJECT_STAT_INC(frees);
  ------------------
  |  |   77|  21.1k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
 1735|  21.1k|    _PyObject.free(_PyObject.ctx, ptr);
  ------------------
  |  |  716|  21.1k|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
                  _PyObject.free(_PyObject.ctx, ptr);
  ------------------
  |  |  716|  21.1k|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
 1736|  21.1k|}
_PyObject_Malloc:
 2539|  66.3k|{
 2540|  66.3k|    OMState *state = get_state();
 2541|  66.3k|    void* ptr = pymalloc_alloc(state, ctx, nbytes);
 2542|  66.3k|    if (LIKELY(ptr != NULL)) {
  ------------------
  |  | 1743|  66.3k|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 63.7k, False: 2.57k]
  |  |  ------------------
  ------------------
 2543|  63.7k|        return ptr;
 2544|  63.7k|    }
 2545|       |
 2546|  2.57k|    ptr = PyMem_RawMalloc(nbytes);
 2547|  2.57k|    if (ptr != NULL) {
  ------------------
  |  Branch (2547:9): [True: 2.57k, False: 0]
  ------------------
 2548|  2.57k|        raw_allocated_blocks++;
  ------------------
  |  | 1793|  2.57k|#define raw_allocated_blocks (state->mgmt.raw_allocated_blocks)
  ------------------
 2549|  2.57k|    }
 2550|  2.57k|    return ptr;
 2551|  66.3k|}
_PyObject_Calloc:
 2556|    290|{
 2557|    290|    assert(elsize == 0 || nelem <= (size_t)PY_SSIZE_T_MAX / elsize);
  ------------------
  |  Branch (2557:5): [True: 0, False: 290]
  |  Branch (2557:5): [True: 290, False: 0]
  ------------------
 2558|    290|    size_t nbytes = nelem * elsize;
 2559|       |
 2560|    290|    OMState *state = get_state();
 2561|    290|    void* ptr = pymalloc_alloc(state, ctx, nbytes);
 2562|    290|    if (LIKELY(ptr != NULL)) {
  ------------------
  |  | 1743|    290|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 272, False: 18]
  |  |  ------------------
  ------------------
 2563|    272|        memset(ptr, 0, nbytes);
 2564|    272|        return ptr;
 2565|    272|    }
 2566|       |
 2567|     18|    ptr = PyMem_RawCalloc(nelem, elsize);
 2568|     18|    if (ptr != NULL) {
  ------------------
  |  Branch (2568:9): [True: 18, False: 0]
  ------------------
 2569|     18|        raw_allocated_blocks++;
  ------------------
  |  | 1793|     18|#define raw_allocated_blocks (state->mgmt.raw_allocated_blocks)
  ------------------
 2570|     18|    }
 2571|     18|    return ptr;
 2572|    290|}
_PyObject_Free:
 2821|  26.5k|{
 2822|       |    /* PyObject_Free(NULL) has no effect */
 2823|  26.5k|    if (p == NULL) {
  ------------------
  |  Branch (2823:9): [True: 356, False: 26.2k]
  ------------------
 2824|    356|        return;
 2825|    356|    }
 2826|       |
 2827|  26.2k|    OMState *state = get_state();
 2828|  26.2k|    if (UNLIKELY(!pymalloc_free(state, ctx, p))) {
  ------------------
  |  | 1742|  26.2k|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 1.39k, False: 24.8k]
  |  |  ------------------
  ------------------
 2829|       |        /* pymalloc didn't allocate this address */
 2830|  1.39k|        PyMem_RawFree(p);
 2831|  1.39k|        raw_allocated_blocks--;
  ------------------
  |  | 1793|  1.39k|#define raw_allocated_blocks (state->mgmt.raw_allocated_blocks)
  ------------------
 2832|  1.39k|    }
 2833|  26.2k|}
_PyObject_Realloc:
 2909|  5.03k|{
 2910|  5.03k|    void *ptr2;
 2911|       |
 2912|  5.03k|    if (ptr == NULL) {
  ------------------
  |  Branch (2912:9): [True: 1.00k, False: 4.03k]
  ------------------
 2913|  1.00k|        return _PyObject_Malloc(ctx, nbytes);
 2914|  1.00k|    }
 2915|       |
 2916|  4.03k|    OMState *state = get_state();
 2917|  4.03k|    if (pymalloc_realloc(state, ctx, &ptr2, ptr, nbytes)) {
  ------------------
  |  Branch (2917:9): [True: 802, False: 3.22k]
  ------------------
 2918|    802|        return ptr2;
 2919|    802|    }
 2920|       |
 2921|  3.22k|    return PyMem_RawRealloc(ptr, nbytes);
 2922|  4.03k|}
_PyMem_init_obmalloc:
 3561|      2|{
 3562|      2|#ifdef WITH_PYMALLOC
 3563|       |    /* Initialize obmalloc, but only for subinterpreters,
 3564|       |       since the main interpreter is initialized statically. */
 3565|      2|    if (_Py_IsMainInterpreter(interp)
  ------------------
  |  Branch (3565:9): [True: 2, False: 0]
  ------------------
 3566|      0|            || _PyInterpreterState_HasFeature(interp,
  ------------------
  |  Branch (3566:16): [True: 0, False: 0]
  ------------------
 3567|      2|                                              Py_RTFLAGS_USE_MAIN_OBMALLOC)) {
  ------------------
  |  |   79|      0|#define Py_RTFLAGS_USE_MAIN_OBMALLOC (1UL << 5)
  ------------------
 3568|      2|        interp->obmalloc = &obmalloc_state_main;
 3569|      2|        if (!obmalloc_state_initialized) {
  ------------------
  |  Branch (3569:13): [True: 2, False: 0]
  ------------------
 3570|      2|            init_obmalloc_pools(interp);
 3571|      2|            obmalloc_state_initialized = true;
 3572|      2|        }
 3573|      2|    } else {
 3574|      0|        interp->obmalloc = PyMem_RawCalloc(1, sizeof(struct _obmalloc_state));
 3575|      0|        if (interp->obmalloc == NULL) {
  ------------------
  |  Branch (3575:13): [True: 0, False: 0]
  ------------------
 3576|      0|            return -1;
 3577|      0|        }
 3578|      0|        init_obmalloc_pools(interp);
 3579|      0|    }
 3580|      2|#endif /* WITH_PYMALLOC */
 3581|      2|    return 0; // success
 3582|      2|}
obmalloc.c:get_allocator_unlocked:
 1100|      2|{
 1101|      2|    switch(domain)
 1102|      2|    {
 1103|      2|    case PYMEM_DOMAIN_RAW: *allocator = _PyMem_Raw; break;
  ------------------
  |  |  714|      2|#define _PyMem_Raw (_PyRuntime.allocators.standard.raw)
  ------------------
  |  Branch (1103:5): [True: 2, False: 0]
  ------------------
 1104|      0|    case PYMEM_DOMAIN_MEM: *allocator = _PyMem; break;
  ------------------
  |  |  715|      0|#define _PyMem (_PyRuntime.allocators.standard.mem)
  ------------------
  |  Branch (1104:5): [True: 0, False: 2]
  ------------------
 1105|      0|    case PYMEM_DOMAIN_OBJ: *allocator = _PyObject; break;
  ------------------
  |  |  716|      0|#define _PyObject (_PyRuntime.allocators.standard.obj)
  ------------------
  |  Branch (1105:5): [True: 0, False: 2]
  ------------------
 1106|      0|    default:
  ------------------
  |  Branch (1106:5): [True: 0, False: 2]
  ------------------
 1107|       |        /* unknown domain: set all attributes to NULL */
 1108|      0|        allocator->ctx = NULL;
 1109|      0|        allocator->malloc = NULL;
 1110|      0|        allocator->calloc = NULL;
 1111|      0|        allocator->realloc = NULL;
 1112|       |        allocator->free = NULL;
 1113|      2|    }
 1114|      2|}
obmalloc.c:_pymalloc_virtual_alloc_size:
  600|      2|{
  601|       |#if defined(MS_WINDOWS) && defined(PYMALLOC_USE_HUGEPAGES)
  602|       |    if (_PyRuntime.allocators.use_hugepages) {
  603|       |        SIZE_T large_page_size = GetLargePageMinimum();
  604|       |        if (large_page_size > 0) {
  605|       |            return _pymalloc_round_up_to_multiple(size, (size_t)large_page_size);
  606|       |        }
  607|       |    }
  608|       |#elif defined(PYMALLOC_USE_HUGEPAGES) && defined(ARENAS_USE_MMAP) && defined(MAP_HUGETLB)
  609|       |    if (_PyRuntime.allocators.use_hugepages) {
  610|       |        size_t hp_size = _pymalloc_system_hugepage_size();
  611|       |        if (hp_size > 0) {
  612|       |            return _pymalloc_round_up_to_multiple(size, hp_size);
  613|       |        }
  614|       |    }
  615|       |#endif
  616|      2|    return size;
  617|      2|}
obmalloc.c:get_state:
 1777|  96.9k|{
 1778|  96.9k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 1779|  96.9k|    assert(interp->obmalloc != NULL); // otherwise not initialized or freed
  ------------------
  |  Branch (1779:5): [True: 96.9k, False: 0]
  ------------------
 1780|  96.9k|    return interp->obmalloc;
 1781|  96.9k|}
obmalloc.c:pymalloc_alloc:
 2491|  66.6k|{
 2492|       |#ifdef WITH_VALGRIND
 2493|       |    if (UNLIKELY(running_on_valgrind == -1)) {
 2494|       |        running_on_valgrind = RUNNING_ON_VALGRIND;
 2495|       |    }
 2496|       |    if (UNLIKELY(running_on_valgrind)) {
 2497|       |        return NULL;
 2498|       |    }
 2499|       |#endif
 2500|       |
 2501|  66.6k|    if (UNLIKELY(nbytes == 0)) {
  ------------------
  |  | 1742|  66.6k|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 174, False: 66.4k]
  |  |  ------------------
  ------------------
 2502|    174|        return NULL;
 2503|    174|    }
 2504|  66.4k|    if (UNLIKELY(nbytes > SMALL_REQUEST_THRESHOLD)) {
  ------------------
  |  | 1742|  66.4k|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 2.42k, False: 64.0k]
  |  |  ------------------
  ------------------
 2505|  2.42k|        return NULL;
 2506|  2.42k|    }
 2507|       |
 2508|  64.0k|    uint size = (uint)(nbytes - 1) >> ALIGNMENT_SHIFT;
  ------------------
  |  |   35|  64.0k|#define uint pymem_uint
  ------------------
                  uint size = (uint)(nbytes - 1) >> ALIGNMENT_SHIFT;
  ------------------
  |  |  139|  64.0k|#define ALIGNMENT_SHIFT         4
  ------------------
 2509|  64.0k|    poolp pool = usedpools[size + size];
  ------------------
  |  | 1784|  64.0k|#define usedpools (state->pools.used)
  ------------------
 2510|  64.0k|    pymem_block *bp;
 2511|       |
 2512|  64.0k|    if (LIKELY(pool != pool->nextpool)) {
  ------------------
  |  | 1743|  64.0k|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 63.7k, False: 345]
  |  |  ------------------
  ------------------
 2513|       |        /*
 2514|       |         * There is a used pool for this size class.
 2515|       |         * Pick up the head block of its free list.
 2516|       |         */
 2517|  63.7k|        ++pool->ref.count;
 2518|  63.7k|        bp = pool->freeblock;
 2519|  63.7k|        assert(bp != NULL);
  ------------------
  |  Branch (2519:9): [True: 63.7k, False: 0]
  ------------------
 2520|       |
 2521|  63.7k|        if (UNLIKELY((pool->freeblock = *(pymem_block **)bp) == NULL)) {
  ------------------
  |  | 1742|  63.7k|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 40.8k, False: 22.8k]
  |  |  ------------------
  ------------------
 2522|       |            // Reached the end of the free list, try to extend it.
 2523|  40.8k|            pymalloc_pool_extend(pool, size);
 2524|  40.8k|        }
 2525|  63.7k|    }
 2526|    345|    else {
 2527|       |        /* There isn't a pool of the right size class immediately
 2528|       |         * available:  use a free pool.
 2529|       |         */
 2530|    345|        bp = allocate_from_new_pool(state, size);
 2531|    345|    }
 2532|       |
 2533|  64.0k|    return (void *)bp;
 2534|  64.0k|}
obmalloc.c:pymalloc_pool_extend:
 2333|  40.8k|{
 2334|  40.8k|    if (UNLIKELY(pool->nextoffset <= pool->maxnextoffset)) {
  ------------------
  |  | 1742|  40.8k|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 39.0k, False: 1.85k]
  |  |  ------------------
  ------------------
 2335|       |        /* There is room for another block. */
 2336|  39.0k|        pool->freeblock = (pymem_block*)pool + pool->nextoffset;
 2337|  39.0k|        pool->nextoffset += INDEX2SIZE(size);
  ------------------
  |  |  146|  39.0k|#define INDEX2SIZE(I) (((pymem_uint)(I) + 1) << ALIGNMENT_SHIFT)
  |  |  ------------------
  |  |  |  |  139|  39.0k|#define ALIGNMENT_SHIFT         4
  |  |  ------------------
  ------------------
 2338|  39.0k|        *(pymem_block **)(pool->freeblock) = NULL;
 2339|  39.0k|        return;
 2340|  39.0k|    }
 2341|       |
 2342|       |    /* Pool is full, unlink from used pools. */
 2343|  1.85k|    poolp next;
 2344|  1.85k|    next = pool->nextpool;
 2345|  1.85k|    pool = pool->prevpool;
 2346|  1.85k|    next->prevpool = pool;
 2347|  1.85k|    pool->nextpool = next;
 2348|  1.85k|}
obmalloc.c:allocate_from_new_pool:
 2355|    345|{
 2356|       |    /* There isn't a pool of the right size class immediately
 2357|       |     * available:  use a free pool.
 2358|       |     */
 2359|    345|    if (UNLIKELY(usable_arenas == NULL)) {
  ------------------
  |  | 1742|    345|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 5, False: 340]
  |  |  ------------------
  ------------------
 2360|       |        /* No arena has a free pool:  allocate a new arena. */
 2361|       |#ifdef WITH_MEMORY_LIMITS
 2362|       |        if (narenas_currently_allocated >= MAX_ARENAS) {
 2363|       |            return NULL;
 2364|       |        }
 2365|       |#endif
 2366|      5|        usable_arenas = new_arena(state);
  ------------------
  |  | 1788|      5|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2367|      5|        if (usable_arenas == NULL) {
  ------------------
  |  | 1788|      5|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2367:13): [True: 0, False: 5]
  ------------------
 2368|      0|            return NULL;
 2369|      0|        }
 2370|      5|        usable_arenas->nextarena = usable_arenas->prevarena = NULL;
  ------------------
  |  | 1788|      5|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      usable_arenas->nextarena = usable_arenas->prevarena = NULL;
  ------------------
  |  | 1788|      5|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2371|      5|        assert(nfp2lasta[usable_arenas->nfreepools] == NULL);
  ------------------
  |  Branch (2371:9): [True: 5, False: 0]
  ------------------
 2372|      5|        nfp2lasta[usable_arenas->nfreepools] = usable_arenas;
  ------------------
  |  | 1789|      5|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools] = usable_arenas;
  ------------------
  |  | 1788|      5|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools] = usable_arenas;
  ------------------
  |  | 1788|      5|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2373|      5|    }
 2374|    345|    assert(usable_arenas->address != 0);
  ------------------
  |  Branch (2374:5): [True: 345, False: 0]
  ------------------
 2375|       |
 2376|       |    /* This arena already had the smallest nfreepools value, so decreasing
 2377|       |     * nfreepools doesn't change that, and we don't need to rearrange the
 2378|       |     * usable_arenas list.  However, if the arena becomes wholly allocated,
 2379|       |     * we need to remove its arena_object from usable_arenas.
 2380|       |     */
 2381|    345|    assert(usable_arenas->nfreepools > 0);
  ------------------
  |  Branch (2381:5): [True: 345, False: 0]
  ------------------
 2382|    345|    if (nfp2lasta[usable_arenas->nfreepools] == usable_arenas) {
  ------------------
  |  | 1789|    345|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
                  if (nfp2lasta[usable_arenas->nfreepools] == usable_arenas) {
  ------------------
  |  | 1788|    345|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                  if (nfp2lasta[usable_arenas->nfreepools] == usable_arenas) {
  ------------------
  |  | 1788|    345|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2382:9): [True: 345, False: 0]
  ------------------
 2383|       |        /* It's the last of this size, so there won't be any. */
 2384|    345|        nfp2lasta[usable_arenas->nfreepools] = NULL;
  ------------------
  |  | 1789|    345|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools] = NULL;
  ------------------
  |  | 1788|    345|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2385|    345|    }
 2386|       |    /* If any free pools will remain, it will be the new smallest. */
 2387|    345|    if (usable_arenas->nfreepools > 1) {
  ------------------
  |  | 1788|    345|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2387:9): [True: 342, False: 3]
  ------------------
 2388|    342|        assert(nfp2lasta[usable_arenas->nfreepools - 1] == NULL);
  ------------------
  |  Branch (2388:9): [True: 342, False: 0]
  ------------------
 2389|    342|        nfp2lasta[usable_arenas->nfreepools - 1] = usable_arenas;
  ------------------
  |  | 1789|    342|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools - 1] = usable_arenas;
  ------------------
  |  | 1788|    342|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      nfp2lasta[usable_arenas->nfreepools - 1] = usable_arenas;
  ------------------
  |  | 1788|    342|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2390|    342|    }
 2391|       |
 2392|       |    /* Try to get a cached free pool. */
 2393|    345|    poolp pool = usable_arenas->freepools;
  ------------------
  |  | 1788|    345|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2394|    345|    if (LIKELY(pool != NULL)) {
  ------------------
  |  | 1743|    345|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 85, False: 260]
  |  |  ------------------
  ------------------
 2395|       |        /* Unlink from cached pools. */
 2396|     85|        usable_arenas->freepools = pool->nextpool;
  ------------------
  |  | 1788|     85|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2397|     85|        usable_arenas->nfreepools--;
  ------------------
  |  | 1788|     85|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2398|     85|        if (UNLIKELY(usable_arenas->nfreepools == 0)) {
  ------------------
  |  | 1742|     85|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 0, False: 85]
  |  |  ------------------
  ------------------
 2399|       |            /* Wholly allocated:  remove. */
 2400|      0|            assert(usable_arenas->freepools == NULL);
  ------------------
  |  Branch (2400:13): [True: 0, False: 0]
  ------------------
 2401|      0|            assert(usable_arenas->nextarena == NULL ||
  ------------------
  |  Branch (2401:13): [True: 0, False: 0]
  |  Branch (2401:13): [True: 0, False: 0]
  ------------------
 2402|      0|                   usable_arenas->nextarena->prevarena ==
 2403|      0|                   usable_arenas);
 2404|      0|            usable_arenas = usable_arenas->nextarena;
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                          usable_arenas = usable_arenas->nextarena;
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2405|      0|            if (usable_arenas != NULL) {
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2405:17): [True: 0, False: 0]
  ------------------
 2406|      0|                usable_arenas->prevarena = NULL;
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2407|      0|                assert(usable_arenas->address != 0);
  ------------------
  |  Branch (2407:17): [True: 0, False: 0]
  ------------------
 2408|      0|            }
 2409|      0|        }
 2410|     85|        else {
 2411|       |            /* nfreepools > 0:  it must be that freepools
 2412|       |             * isn't NULL, or that we haven't yet carved
 2413|       |             * off all the arena's pools for the first
 2414|       |             * time.
 2415|       |             */
 2416|     85|            assert(usable_arenas->freepools != NULL ||
  ------------------
  |  Branch (2416:13): [True: 2, False: 83]
  |  Branch (2416:13): [True: 83, False: 0]
  ------------------
 2417|     85|                   usable_arenas->pool_address <=
 2418|     85|                   (pymem_block*)usable_arenas->address +
 2419|     85|                       ARENA_SIZE - POOL_SIZE);
 2420|     85|        }
 2421|     85|    }
 2422|    260|    else {
 2423|       |        /* Carve off a new pool. */
 2424|    260|        assert(usable_arenas->nfreepools > 0);
  ------------------
  |  Branch (2424:9): [True: 260, False: 0]
  ------------------
 2425|    260|        assert(usable_arenas->freepools == NULL);
  ------------------
  |  Branch (2425:9): [True: 260, False: 0]
  ------------------
 2426|    260|        pool = (poolp)usable_arenas->pool_address;
  ------------------
  |  | 1788|    260|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2427|    260|        assert((pymem_block*)pool <= (pymem_block*)usable_arenas->address +
  ------------------
  |  Branch (2427:9): [True: 260, False: 0]
  ------------------
 2428|    260|                                 ARENA_SIZE - POOL_SIZE);
 2429|    260|        pool->arenaindex = (uint)(usable_arenas - allarenas);
  ------------------
  |  | 1788|    260|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      pool->arenaindex = (uint)(usable_arenas - allarenas);
  ------------------
  |  | 1785|    260|#define allarenas (state->mgmt.arenas)
  ------------------
 2430|    260|        assert(&allarenas[pool->arenaindex] == usable_arenas);
  ------------------
  |  Branch (2430:9): [True: 260, False: 0]
  ------------------
 2431|    260|        pool->szidx = DUMMY_SIZE_IDX;
  ------------------
  |  |  321|    260|#define DUMMY_SIZE_IDX          0xffff  /* size class of newly cached pools */
  ------------------
 2432|    260|        usable_arenas->pool_address += POOL_SIZE;
  ------------------
  |  | 1788|    260|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                      usable_arenas->pool_address += POOL_SIZE;
  ------------------
  |  |  240|    260|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  ------------------
  |  |  |  |  236|    260|#define POOL_BITS               14                  /* 16 KiB */
  |  |  ------------------
  ------------------
 2433|    260|        --usable_arenas->nfreepools;
  ------------------
  |  | 1788|    260|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2434|       |
 2435|    260|        if (usable_arenas->nfreepools == 0) {
  ------------------
  |  | 1788|    260|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2435:13): [True: 3, False: 257]
  ------------------
 2436|      3|            assert(usable_arenas->nextarena == NULL ||
  ------------------
  |  Branch (2436:13): [True: 3, False: 0]
  |  Branch (2436:13): [True: 0, False: 0]
  ------------------
 2437|      3|                   usable_arenas->nextarena->prevarena ==
 2438|      3|                   usable_arenas);
 2439|       |            /* Unlink the arena:  it is completely allocated. */
 2440|      3|            usable_arenas = usable_arenas->nextarena;
  ------------------
  |  | 1788|      3|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
                          usable_arenas = usable_arenas->nextarena;
  ------------------
  |  | 1788|      3|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2441|      3|            if (usable_arenas != NULL) {
  ------------------
  |  | 1788|      3|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
  |  Branch (2441:17): [True: 0, False: 3]
  ------------------
 2442|      0|                usable_arenas->prevarena = NULL;
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2443|      0|                assert(usable_arenas->address != 0);
  ------------------
  |  Branch (2443:17): [True: 0, False: 0]
  ------------------
 2444|      0|            }
 2445|      3|        }
 2446|    260|    }
 2447|       |
 2448|       |    /* Frontlink to used pools. */
 2449|    345|    pymem_block *bp;
 2450|    345|    poolp next = usedpools[size + size]; /* == prev */
  ------------------
  |  | 1784|    345|#define usedpools (state->pools.used)
  ------------------
 2451|    345|    pool->nextpool = next;
 2452|    345|    pool->prevpool = next;
 2453|    345|    next->nextpool = pool;
 2454|    345|    next->prevpool = pool;
 2455|    345|    pool->ref.count = 1;
 2456|    345|    if (pool->szidx == size) {
  ------------------
  |  Branch (2456:9): [True: 50, False: 295]
  ------------------
 2457|       |        /* Luckily, this pool last contained blocks
 2458|       |         * of the same size class, so its header
 2459|       |         * and free list are already initialized.
 2460|       |         */
 2461|     50|        bp = pool->freeblock;
 2462|     50|        assert(bp != NULL);
  ------------------
  |  Branch (2462:9): [True: 50, False: 0]
  ------------------
 2463|     50|        pool->freeblock = *(pymem_block **)bp;
 2464|     50|        return bp;
 2465|     50|    }
 2466|       |    /*
 2467|       |     * Initialize the pool header, set up the free list to
 2468|       |     * contain just the second block, and return the first
 2469|       |     * block.
 2470|       |     */
 2471|    295|    pool->szidx = size;
 2472|    295|    size = INDEX2SIZE(size);
  ------------------
  |  |  146|    295|#define INDEX2SIZE(I) (((pymem_uint)(I) + 1) << ALIGNMENT_SHIFT)
  |  |  ------------------
  |  |  |  |  139|    295|#define ALIGNMENT_SHIFT         4
  |  |  ------------------
  ------------------
 2473|    295|    bp = (pymem_block *)pool + POOL_OVERHEAD;
  ------------------
  |  |  319|    295|#define POOL_OVERHEAD   _Py_SIZE_ROUND_UP(sizeof(struct pool_header), ALIGNMENT)
  |  |  ------------------
  |  |  |  |  213|    295|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  |  |  214|    295|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  |  |  ------------------
  ------------------
 2474|    295|    pool->nextoffset = POOL_OVERHEAD + (size << 1);
  ------------------
  |  |  319|    295|#define POOL_OVERHEAD   _Py_SIZE_ROUND_UP(sizeof(struct pool_header), ALIGNMENT)
  |  |  ------------------
  |  |  |  |  213|    295|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  |  |  214|    295|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  |  |  ------------------
  ------------------
 2475|    295|    pool->maxnextoffset = POOL_SIZE - size;
  ------------------
  |  |  240|    295|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  ------------------
  |  |  |  |  236|    295|#define POOL_BITS               14                  /* 16 KiB */
  |  |  ------------------
  ------------------
 2476|    295|    pool->freeblock = bp + size;
 2477|       |    *(pymem_block **)(pool->freeblock) = NULL;
 2478|    295|    return bp;
 2479|    345|}
obmalloc.c:new_arena:
 2121|      5|{
 2122|      5|    struct arena_object* arenaobj;
 2123|      5|    uint excess;        /* number of bytes above pool alignment */
  ------------------
  |  |   35|      5|#define uint pymem_uint
  ------------------
 2124|      5|    void *address;
 2125|       |
 2126|      5|    int debug_stats = _PyRuntime.obmalloc.dump_debug_stats;
 2127|      5|    if (debug_stats == -1) {
  ------------------
  |  Branch (2127:9): [True: 2, False: 3]
  ------------------
 2128|      2|        const char *opt = Py_GETENV("PYTHONMALLOCSTATS");
 2129|      2|        debug_stats = (opt != NULL && *opt != '\0');
  ------------------
  |  Branch (2129:24): [True: 0, False: 2]
  |  Branch (2129:39): [True: 0, False: 0]
  ------------------
 2130|      2|        _PyRuntime.obmalloc.dump_debug_stats = debug_stats;
 2131|      2|    }
 2132|      5|    if (debug_stats) {
  ------------------
  |  Branch (2132:9): [True: 0, False: 5]
  ------------------
 2133|      0|        _PyObject_DebugMallocStats(stderr);
 2134|      0|    }
 2135|       |
 2136|      5|    if (unused_arena_objects == NULL) {
  ------------------
  |  | 1787|      5|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
  |  Branch (2136:9): [True: 2, False: 3]
  ------------------
 2137|      2|        uint i;
  ------------------
  |  |   35|      2|#define uint pymem_uint
  ------------------
 2138|      2|        uint numarenas;
  ------------------
  |  |   35|      2|#define uint pymem_uint
  ------------------
 2139|      2|        size_t nbytes;
 2140|       |
 2141|       |        /* Double the number of arena objects on each allocation.
 2142|       |         * Note that it's possible for `numarenas` to overflow.
 2143|       |         */
 2144|      2|        numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS;
  ------------------
  |  | 1786|      2|#define maxarenas (state->mgmt.maxarenas)
  |  |  ------------------
  |  |  |  Branch (1786:19): [True: 0, False: 2]
  |  |  ------------------
  ------------------
                      numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS;
  ------------------
  |  | 1786|      0|#define maxarenas (state->mgmt.maxarenas)
  ------------------
                      numarenas = maxarenas ? maxarenas << 1 : INITIAL_ARENA_OBJECTS;
  ------------------
  |  |  485|      4|#define INITIAL_ARENA_OBJECTS 16
  ------------------
 2145|      2|        if (numarenas <= maxarenas)
  ------------------
  |  | 1786|      2|#define maxarenas (state->mgmt.maxarenas)
  ------------------
  |  Branch (2145:13): [True: 0, False: 2]
  ------------------
 2146|      0|            return NULL;                /* overflow */
 2147|       |#if SIZEOF_SIZE_T <= SIZEOF_INT
 2148|       |        if (numarenas > SIZE_MAX / sizeof(*allarenas))
 2149|       |            return NULL;                /* overflow */
 2150|       |#endif
 2151|      2|        nbytes = numarenas * sizeof(*allarenas);
  ------------------
  |  | 1785|      2|#define allarenas (state->mgmt.arenas)
  ------------------
 2152|      2|        arenaobj = (struct arena_object *)PyMem_RawRealloc(allarenas, nbytes);
  ------------------
  |  | 1785|      2|#define allarenas (state->mgmt.arenas)
  ------------------
 2153|      2|        if (arenaobj == NULL)
  ------------------
  |  Branch (2153:13): [True: 0, False: 2]
  ------------------
 2154|      0|            return NULL;
 2155|      2|        allarenas = arenaobj;
  ------------------
  |  | 1785|      2|#define allarenas (state->mgmt.arenas)
  ------------------
 2156|       |
 2157|       |        /* We might need to fix pointers that were copied.  However,
 2158|       |         * new_arena only gets called when all the pages in the
 2159|       |         * previous arenas are full.  Thus, there are *no* pointers
 2160|       |         * into the old array. Thus, we don't have to worry about
 2161|       |         * invalid pointers.  Just to be sure, some asserts:
 2162|       |         */
 2163|      2|        assert(usable_arenas == NULL);
  ------------------
  |  Branch (2163:9): [True: 2, False: 0]
  ------------------
 2164|      2|        assert(unused_arena_objects == NULL);
  ------------------
  |  Branch (2164:9): [True: 2, False: 0]
  ------------------
 2165|       |
 2166|       |        /* Put the new arenas on the unused_arena_objects list. */
 2167|     34|        for (i = maxarenas; i < numarenas; ++i) {
  ------------------
  |  | 1786|      2|#define maxarenas (state->mgmt.maxarenas)
  ------------------
  |  Branch (2167:29): [True: 32, False: 2]
  ------------------
 2168|     32|            allarenas[i].address = 0;              /* mark as unassociated */
  ------------------
  |  | 1785|     32|#define allarenas (state->mgmt.arenas)
  ------------------
 2169|     32|            allarenas[i].nextarena = i < numarenas - 1 ?
  ------------------
  |  | 1785|     32|#define allarenas (state->mgmt.arenas)
  ------------------
  |  Branch (2169:38): [True: 30, False: 2]
  ------------------
 2170|     32|                                        &allarenas[i+1] : NULL;
  ------------------
  |  | 1785|     30|#define allarenas (state->mgmt.arenas)
  ------------------
 2171|     32|        }
 2172|       |
 2173|       |        /* Update globals. */
 2174|      2|        unused_arena_objects = &allarenas[maxarenas];
  ------------------
  |  | 1787|      2|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
                      unused_arena_objects = &allarenas[maxarenas];
  ------------------
  |  | 1785|      2|#define allarenas (state->mgmt.arenas)
  ------------------
                      unused_arena_objects = &allarenas[maxarenas];
  ------------------
  |  | 1786|      2|#define maxarenas (state->mgmt.maxarenas)
  ------------------
 2175|      2|        maxarenas = numarenas;
  ------------------
  |  | 1786|      2|#define maxarenas (state->mgmt.maxarenas)
  ------------------
 2176|      2|    }
 2177|       |
 2178|       |    /* Take the next available arena object off the head of the list. */
 2179|      5|    assert(unused_arena_objects != NULL);
  ------------------
  |  Branch (2179:5): [True: 5, False: 0]
  ------------------
 2180|      5|    arenaobj = unused_arena_objects;
  ------------------
  |  | 1787|      5|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2181|      5|    unused_arena_objects = arenaobj->nextarena;
  ------------------
  |  | 1787|      5|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2182|      5|    assert(arenaobj->address == 0);
  ------------------
  |  Branch (2182:5): [True: 5, False: 0]
  ------------------
 2183|      5|    address = _PyObject_Arena.alloc(_PyObject_Arena.ctx, ARENA_SIZE);
  ------------------
  |  |  718|      5|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
                  address = _PyObject_Arena.alloc(_PyObject_Arena.ctx, ARENA_SIZE);
  ------------------
  |  |  718|      5|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
                  address = _PyObject_Arena.alloc(_PyObject_Arena.ctx, ARENA_SIZE);
  ------------------
  |  |  225|      5|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  ------------------
  |  |  |  |  220|      5|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  ------------------
  ------------------
 2184|      5|#if WITH_PYMALLOC_RADIX_TREE
 2185|      5|    if (address != NULL) {
  ------------------
  |  Branch (2185:9): [True: 5, False: 0]
  ------------------
 2186|      5|        if (!arena_map_mark_used(state, (uintptr_t)address, 1)) {
  ------------------
  |  Branch (2186:13): [True: 0, False: 5]
  ------------------
 2187|       |            /* marking arena in radix tree failed, abort */
 2188|      0|            _PyObject_Arena.free(_PyObject_Arena.ctx, address, ARENA_SIZE);
  ------------------
  |  |  718|      0|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
                          _PyObject_Arena.free(_PyObject_Arena.ctx, address, ARENA_SIZE);
  ------------------
  |  |  718|      0|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
                          _PyObject_Arena.free(_PyObject_Arena.ctx, address, ARENA_SIZE);
  ------------------
  |  |  225|      0|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  ------------------
  |  |  |  |  220|      0|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  ------------------
  ------------------
 2189|      0|            address = NULL;
 2190|      0|        }
 2191|      5|    }
 2192|      5|#endif
 2193|      5|    if (address == NULL) {
  ------------------
  |  Branch (2193:9): [True: 0, False: 5]
  ------------------
 2194|       |        /* The allocation failed: return NULL after putting the
 2195|       |         * arenaobj back.
 2196|       |         */
 2197|      0|        arenaobj->nextarena = unused_arena_objects;
  ------------------
  |  | 1787|      0|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2198|      0|        unused_arena_objects = arenaobj;
  ------------------
  |  | 1787|      0|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2199|      0|        return NULL;
 2200|      0|    }
 2201|      5|    arenaobj->address = (uintptr_t)address;
 2202|       |
 2203|      5|    ++narenas_currently_allocated;
  ------------------
  |  | 1790|      5|#define narenas_currently_allocated (state->mgmt.narenas_currently_allocated)
  ------------------
 2204|      5|    ++ntimes_arena_allocated;
  ------------------
  |  | 1791|      5|#define ntimes_arena_allocated (state->mgmt.ntimes_arena_allocated)
  ------------------
 2205|      5|    if (narenas_currently_allocated > narenas_highwater)
  ------------------
  |  | 1790|      5|#define narenas_currently_allocated (state->mgmt.narenas_currently_allocated)
  ------------------
                  if (narenas_currently_allocated > narenas_highwater)
  ------------------
  |  | 1792|      5|#define narenas_highwater (state->mgmt.narenas_highwater)
  ------------------
  |  Branch (2205:9): [True: 5, False: 0]
  ------------------
 2206|      5|        narenas_highwater = narenas_currently_allocated;
  ------------------
  |  | 1792|      5|#define narenas_highwater (state->mgmt.narenas_highwater)
  ------------------
                      narenas_highwater = narenas_currently_allocated;
  ------------------
  |  | 1790|      5|#define narenas_currently_allocated (state->mgmt.narenas_currently_allocated)
  ------------------
 2207|      5|    arenaobj->freepools = NULL;
 2208|       |    /* pool_address <- first pool-aligned address in the arena
 2209|       |       nfreepools <- number of whole pools that fit after alignment */
 2210|      5|    arenaobj->pool_address = (pymem_block*)arenaobj->address;
 2211|      5|    arenaobj->nfreepools = MAX_POOLS_IN_ARENA;
  ------------------
  |  |  249|      5|#define MAX_POOLS_IN_ARENA  (ARENA_SIZE / POOL_SIZE)
  |  |  ------------------
  |  |  |  |  225|      5|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|      5|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAX_POOLS_IN_ARENA  (ARENA_SIZE / POOL_SIZE)
  |  |  ------------------
  |  |  |  |  240|      5|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  236|      5|#define POOL_BITS               14                  /* 16 KiB */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2212|      5|    excess = (uint)(arenaobj->address & POOL_SIZE_MASK);
  ------------------
  |  |  241|      5|#define POOL_SIZE_MASK          (POOL_SIZE - 1)
  |  |  ------------------
  |  |  |  |  240|      5|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  236|      5|#define POOL_BITS               14                  /* 16 KiB */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2213|      5|    if (excess != 0) {
  ------------------
  |  Branch (2213:9): [True: 2, False: 3]
  ------------------
 2214|      2|        --arenaobj->nfreepools;
 2215|      2|        arenaobj->pool_address += POOL_SIZE - excess;
  ------------------
  |  |  240|      2|#define POOL_SIZE               (1 << POOL_BITS)
  |  |  ------------------
  |  |  |  |  236|      2|#define POOL_BITS               14                  /* 16 KiB */
  |  |  ------------------
  ------------------
 2216|      2|    }
 2217|      5|    arenaobj->ntotalpools = arenaobj->nfreepools;
 2218|       |
 2219|      5|    return arenaobj;
 2220|      5|}
obmalloc.c:arena_map_mark_used:
 2050|      5|{
 2051|       |    /* sanity check that IGNORE_BITS is correct */
 2052|      5|    assert(HIGH_BITS(arena_base) == HIGH_BITS(&arena_map_root));
  ------------------
  |  Branch (2052:5): [True: 5, Folded]
  ------------------
 2053|      5|    arena_map_bot_t *n_hi = arena_map_get(
 2054|      5|            state, (pymem_block *)arena_base, is_used);
 2055|      5|    if (n_hi == NULL) {
  ------------------
  |  Branch (2055:9): [True: 0, False: 5]
  ------------------
 2056|      0|        assert(is_used); /* otherwise node should already exist */
  ------------------
  |  Branch (2056:9): [True: 0, False: 0]
  ------------------
 2057|      0|        return 0; /* failed to allocate space for node */
 2058|      0|    }
 2059|      5|    int i3 = MAP_BOT_INDEX((pymem_block *)arena_base);
  ------------------
  |  |  625|      5|#define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  624|      5|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  620|      5|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|      5|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  618|      5|#define MAP_BOT_MASK (MAP_BOT_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  617|      5|#define MAP_BOT_LENGTH (1 << MAP_BOT_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  616|      5|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|      5|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|      5|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|      5|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|      5|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|      5|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|      5|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|      5|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|      5|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|      5|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2060|      5|    int32_t tail = (int32_t)(arena_base & ARENA_SIZE_MASK);
  ------------------
  |  |  226|      5|#define ARENA_SIZE_MASK         (ARENA_SIZE - 1)
  |  |  ------------------
  |  |  |  |  225|      5|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|      5|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2061|      5|    if (tail == 0) {
  ------------------
  |  Branch (2061:9): [True: 3, False: 2]
  ------------------
 2062|       |        /* is ideal arena address */
 2063|      3|        n_hi->arenas[i3].tail_hi = is_used ? -1 : 0;
  ------------------
  |  Branch (2063:36): [True: 3, False: 0]
  ------------------
 2064|      3|    }
 2065|      2|    else {
 2066|       |        /* arena_base address is not ideal (aligned to arena size) and
 2067|       |         * so it potentially covers two MAP_BOT nodes.  Get the MAP_BOT node
 2068|       |         * for the next arena.  Note that it might be in different MAP_TOP
 2069|       |         * and MAP_MID nodes as well so we need to call arena_map_get()
 2070|       |         * again (do the full tree traversal).
 2071|       |         */
 2072|      2|        n_hi->arenas[i3].tail_hi = is_used ? tail : 0;
  ------------------
  |  Branch (2072:36): [True: 2, False: 0]
  ------------------
 2073|      2|        uintptr_t arena_base_next = arena_base + ARENA_SIZE;
  ------------------
  |  |  225|      2|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  ------------------
  |  |  |  |  220|      2|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  ------------------
  ------------------
 2074|       |        /* If arena_base is a legit arena address, so is arena_base_next - 1
 2075|       |         * (last address in arena).  If arena_base_next overflows then it
 2076|       |         * must overflow to 0.  However, that would mean arena_base was
 2077|       |         * "ideal" and we should not be in this case. */
 2078|      2|        assert(arena_base < arena_base_next);
  ------------------
  |  Branch (2078:9): [True: 2, False: 0]
  ------------------
 2079|      2|        arena_map_bot_t *n_lo = arena_map_get(
 2080|      2|                state, (pymem_block *)arena_base_next, is_used);
 2081|      2|        if (n_lo == NULL) {
  ------------------
  |  Branch (2081:13): [True: 0, False: 2]
  ------------------
 2082|      0|            assert(is_used); /* otherwise should already exist */
  ------------------
  |  Branch (2082:13): [True: 0, False: 0]
  ------------------
 2083|      0|            n_hi->arenas[i3].tail_hi = 0;
 2084|      0|            return 0; /* failed to allocate space for node */
 2085|      0|        }
 2086|      2|        int i3_next = MAP_BOT_INDEX(arena_base_next);
  ------------------
  |  |  625|      2|#define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  624|      2|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  620|      2|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|      2|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  618|      2|#define MAP_BOT_MASK (MAP_BOT_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  617|      2|#define MAP_BOT_LENGTH (1 << MAP_BOT_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  616|      2|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|      2|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|      2|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|      2|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|      2|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|      2|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|      2|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|      2|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|      2|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|      2|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2087|      2|        n_lo->arenas[i3_next].tail_lo = is_used ? tail : 0;
  ------------------
  |  Branch (2087:41): [True: 2, False: 0]
  ------------------
 2088|      2|    }
 2089|      5|    return 1;
 2090|      5|}
obmalloc.c:arena_map_get:
 1989|  30.2k|{
 1990|  30.2k|#ifdef USE_INTERIOR_NODES
 1991|       |    /* sanity check that IGNORE_BITS is correct */
 1992|  30.2k|    assert(HIGH_BITS(p) == HIGH_BITS(&arena_map_root));
  ------------------
  |  Branch (1992:5): [True: 30.2k, Folded]
  ------------------
 1993|  30.2k|    int i1 = MAP_TOP_INDEX(p);
  ------------------
  |  |  627|  30.2k|#define MAP_TOP_INDEX(p) ((AS_UINT(p) >> MAP_TOP_SHIFT) & MAP_TOP_MASK)
  |  |  ------------------
  |  |  |  |  624|  30.2k|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_TOP_INDEX(p) ((AS_UINT(p) >> MAP_TOP_SHIFT) & MAP_TOP_MASK)
  |  |  ------------------
  |  |  |  |  622|  30.2k|#define MAP_TOP_SHIFT (MAP_MID_BITS + MAP_MID_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  612|  30.2k|#define MAP_MID_BITS INTERIOR_BITS
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  603|  30.2k|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|  30.2k|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|  30.2k|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|  30.2k|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  30.2k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define MAP_TOP_SHIFT (MAP_MID_BITS + MAP_MID_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  621|  30.2k|#define MAP_MID_SHIFT (MAP_BOT_BITS + MAP_BOT_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  616|  30.2k|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|  30.2k|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|  30.2k|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|  30.2k|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  30.2k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|  30.2k|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|  30.2k|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|  30.2k|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|  30.2k|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|  30.2k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define MAP_MID_SHIFT (MAP_BOT_BITS + MAP_BOT_SHIFT)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  620|  30.2k|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  30.2k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_TOP_INDEX(p) ((AS_UINT(p) >> MAP_TOP_SHIFT) & MAP_TOP_MASK)
  |  |  ------------------
  |  |  |  |  610|  30.2k|#define MAP_TOP_MASK (MAP_TOP_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  609|  30.2k|#define MAP_TOP_LENGTH (1 << MAP_TOP_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  608|  30.2k|#define MAP_TOP_BITS INTERIOR_BITS
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|  30.2k|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|  30.2k|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|  30.2k|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|  30.2k|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|  30.2k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1994|  30.2k|    if (arena_map_root.ptrs[i1] == NULL) {
  ------------------
  |  | 1979|  30.2k|#define arena_map_root (state->usage.arena_map_root)
  ------------------
  |  Branch (1994:9): [True: 2, False: 30.2k]
  ------------------
 1995|      2|        if (!create) {
  ------------------
  |  Branch (1995:13): [True: 0, False: 2]
  ------------------
 1996|      0|            return NULL;
 1997|      0|        }
 1998|      2|        arena_map_mid_t *n = PyMem_RawCalloc(1, sizeof(arena_map_mid_t));
 1999|      2|        if (n == NULL) {
  ------------------
  |  Branch (1999:13): [True: 0, False: 2]
  ------------------
 2000|      0|            return NULL;
 2001|      0|        }
 2002|      2|        arena_map_root.ptrs[i1] = n;
  ------------------
  |  | 1979|      2|#define arena_map_root (state->usage.arena_map_root)
  ------------------
 2003|      2|        arena_map_mid_count++;
  ------------------
  |  | 1981|      2|#define arena_map_mid_count (state->usage.arena_map_mid_count)
  ------------------
 2004|      2|    }
 2005|  30.2k|    int i2 = MAP_MID_INDEX(p);
  ------------------
  |  |  626|  30.2k|#define MAP_MID_INDEX(p) ((AS_UINT(p) >> MAP_MID_SHIFT) & MAP_MID_MASK)
  |  |  ------------------
  |  |  |  |  624|  30.2k|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_MID_INDEX(p) ((AS_UINT(p) >> MAP_MID_SHIFT) & MAP_MID_MASK)
  |  |  ------------------
  |  |  |  |  621|  30.2k|#define MAP_MID_SHIFT (MAP_BOT_BITS + MAP_BOT_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  616|  30.2k|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  599|  30.2k|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  565|  30.2k|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  576|  30.2k|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  220|  30.2k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  603|  30.2k|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|  30.2k|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|  30.2k|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|  30.2k|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  30.2k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define MAP_MID_SHIFT (MAP_BOT_BITS + MAP_BOT_SHIFT)
  |  |  |  |  ------------------
  |  |  |  |  |  |  620|  30.2k|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  220|  30.2k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_MID_INDEX(p) ((AS_UINT(p) >> MAP_MID_SHIFT) & MAP_MID_MASK)
  |  |  ------------------
  |  |  |  |  614|  30.2k|#define MAP_MID_MASK (MAP_MID_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  613|  30.2k|#define MAP_MID_LENGTH (1 << MAP_MID_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  612|  30.2k|#define MAP_MID_BITS INTERIOR_BITS
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|  30.2k|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|  30.2k|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|  30.2k|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|  30.2k|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|  30.2k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2006|  30.2k|    if (arena_map_root.ptrs[i1]->ptrs[i2] == NULL) {
  ------------------
  |  | 1979|  30.2k|#define arena_map_root (state->usage.arena_map_root)
  ------------------
  |  Branch (2006:9): [True: 4.62k, False: 25.6k]
  ------------------
 2007|  4.62k|        if (!create) {
  ------------------
  |  Branch (2007:13): [True: 4.61k, False: 2]
  ------------------
 2008|  4.61k|            return NULL;
 2009|  4.61k|        }
 2010|      2|        arena_map_bot_t *n = PyMem_RawCalloc(1, sizeof(arena_map_bot_t));
 2011|      2|        if (n == NULL) {
  ------------------
  |  Branch (2011:13): [True: 0, False: 2]
  ------------------
 2012|      0|            return NULL;
 2013|      0|        }
 2014|      2|        arena_map_root.ptrs[i1]->ptrs[i2] = n;
  ------------------
  |  | 1979|      2|#define arena_map_root (state->usage.arena_map_root)
  ------------------
 2015|      2|        arena_map_bot_count++;
  ------------------
  |  | 1982|      2|#define arena_map_bot_count (state->usage.arena_map_bot_count)
  ------------------
 2016|      2|    }
 2017|  25.6k|    return arena_map_root.ptrs[i1]->ptrs[i2];
  ------------------
  |  | 1979|  25.6k|#define arena_map_root (state->usage.arena_map_root)
  ------------------
 2018|       |#else
 2019|       |    return &arena_map_root;
 2020|       |#endif
 2021|  30.2k|}
obmalloc.c:pymalloc_free:
 2763|  26.2k|{
 2764|  26.2k|    assert(p != NULL);
  ------------------
  |  Branch (2764:5): [True: 26.2k, False: 0]
  ------------------
 2765|       |
 2766|       |#ifdef WITH_VALGRIND
 2767|       |    if (UNLIKELY(running_on_valgrind > 0)) {
 2768|       |        return 0;
 2769|       |    }
 2770|       |#endif
 2771|       |
 2772|  26.2k|    poolp pool = POOL_ADDR(p);
  ------------------
  |  |  324|  26.2k|#define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
  |  |  ------------------
  |  |  |  |  216|  26.2k|#define _Py_ALIGN_DOWN(p, a) ((void *)((uintptr_t)(p) & ~(uintptr_t)((a) - 1)))
  |  |  ------------------
  ------------------
 2773|  26.2k|    if (UNLIKELY(!address_in_range(state, p, pool))) {
  ------------------
  |  | 1742|  26.2k|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 1.39k, False: 24.8k]
  |  |  ------------------
  ------------------
 2774|  1.39k|        return 0;
 2775|  1.39k|    }
 2776|       |    /* We allocated this address. */
 2777|       |
 2778|       |    /* Link p to the start of the pool's freeblock list.  Since
 2779|       |     * the pool had at least the p block outstanding, the pool
 2780|       |     * wasn't empty (so it's already in a usedpools[] list, or
 2781|       |     * was full and is in no list -- it's not in the freeblocks
 2782|       |     * list in any case).
 2783|       |     */
 2784|  26.2k|    assert(pool->ref.count > 0);            /* else it was empty */
  ------------------
  |  Branch (2784:5): [True: 24.8k, False: 0]
  ------------------
 2785|  24.8k|    pymem_block *lastfree = pool->freeblock;
 2786|  24.8k|    *(pymem_block **)p = lastfree;
 2787|  24.8k|    pool->freeblock = (pymem_block *)p;
 2788|  24.8k|    pool->ref.count--;
 2789|       |
 2790|  24.8k|    if (UNLIKELY(lastfree == NULL)) {
  ------------------
  |  | 1742|  24.8k|#  define UNLIKELY(value) __builtin_expect((value), 0)
  |  |  ------------------
  |  |  |  Branch (1742:27): [True: 1.68k, False: 23.1k]
  |  |  ------------------
  ------------------
 2791|       |        /* Pool was full, so doesn't currently live in any list:
 2792|       |         * link it to the front of the appropriate usedpools[] list.
 2793|       |         * This mimics LRU pool usage for new allocations and
 2794|       |         * targets optimal filling when several pools contain
 2795|       |         * blocks of the same size class.
 2796|       |         */
 2797|  1.68k|        insert_to_usedpool(state, pool);
 2798|  1.68k|        return 1;
 2799|  1.68k|    }
 2800|       |
 2801|       |    /* freeblock wasn't NULL, so the pool wasn't full,
 2802|       |     * and the pool is in a usedpools[] list.
 2803|       |     */
 2804|  23.1k|    if (LIKELY(pool->ref.count != 0)) {
  ------------------
  |  | 1743|  23.1k|#  define LIKELY(value) __builtin_expect((value), 1)
  |  |  ------------------
  |  |  |  Branch (1743:25): [True: 23.0k, False: 85]
  |  |  ------------------
  ------------------
 2805|       |        /* pool isn't empty:  leave it in usedpools */
 2806|  23.0k|        return 1;
 2807|  23.0k|    }
 2808|       |
 2809|       |    /* Pool is now empty:  unlink from usedpools, and
 2810|       |     * link to the front of freepools.  This ensures that
 2811|       |     * previously freed pools will be allocated later
 2812|       |     * (being not referenced, they are perhaps paged out).
 2813|       |     */
 2814|     85|    insert_to_freepool(state, pool);
 2815|     85|    return 1;
 2816|  23.1k|}
obmalloc.c:address_in_range:
 2230|  30.2k|{
 2231|  30.2k|    return arena_map_is_used(state, p);
 2232|  30.2k|}
obmalloc.c:arena_map_is_used:
 2096|  30.2k|{
 2097|  30.2k|    arena_map_bot_t *n = arena_map_get(state, p, 0);
 2098|  30.2k|    if (n == NULL) {
  ------------------
  |  Branch (2098:9): [True: 4.61k, False: 25.6k]
  ------------------
 2099|  4.61k|        return 0;
 2100|  4.61k|    }
 2101|  25.6k|    int i3 = MAP_BOT_INDEX(p);
  ------------------
  |  |  625|  25.6k|#define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  624|  25.6k|#define AS_UINT(p) ((uintptr_t)(p))
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  620|  25.6k|#define MAP_BOT_SHIFT ARENA_BITS
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|  25.6k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define MAP_BOT_INDEX(p) ((AS_UINT(p) >> MAP_BOT_SHIFT) & MAP_BOT_MASK)
  |  |  ------------------
  |  |  |  |  618|  25.6k|#define MAP_BOT_MASK (MAP_BOT_LENGTH - 1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  617|  25.6k|#define MAP_BOT_LENGTH (1 << MAP_BOT_BITS)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  616|  25.6k|#define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  599|  25.6k|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  565|  25.6k|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  576|  25.6k|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  220|  25.6k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define MAP_BOT_BITS (ADDRESS_BITS - ARENA_BITS - 2*INTERIOR_BITS)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  603|  25.6k|#define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  599|  25.6k|#define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  565|  25.6k|#define POINTER_BITS 64
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |               #define ADDRESS_BITS (POINTER_BITS - IGNORE_BITS)
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |  576|  25.6k|#define IGNORE_BITS 0
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |               #define INTERIOR_BITS ((ADDRESS_BITS - ARENA_BITS + 2) / 3)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  220|  25.6k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2102|       |    /* ARENA_BITS must be < 32 so that the tail is a non-negative int32_t. */
 2103|  25.6k|    int32_t hi = n->arenas[i3].tail_hi;
 2104|  25.6k|    int32_t lo = n->arenas[i3].tail_lo;
 2105|  25.6k|    int32_t tail = (int32_t)(AS_UINT(p) & ARENA_SIZE_MASK);
  ------------------
  |  |  624|  25.6k|#define AS_UINT(p) ((uintptr_t)(p))
  ------------------
                  int32_t tail = (int32_t)(AS_UINT(p) & ARENA_SIZE_MASK);
  ------------------
  |  |  226|  25.6k|#define ARENA_SIZE_MASK         (ARENA_SIZE - 1)
  |  |  ------------------
  |  |  |  |  225|  25.6k|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  220|  25.6k|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2106|  25.6k|    return (tail < lo) || (tail >= hi && hi != 0);
  ------------------
  |  Branch (2106:12): [True: 8.81k, False: 16.8k]
  |  Branch (2106:28): [True: 16.8k, False: 2]
  |  Branch (2106:42): [True: 16.8k, False: 5]
  ------------------
 2107|  30.2k|}
obmalloc.c:insert_to_usedpool:
 2577|  1.68k|{
 2578|  1.68k|    assert(pool->ref.count > 0);            /* else the pool is empty */
  ------------------
  |  Branch (2578:5): [True: 1.68k, False: 0]
  ------------------
 2579|       |
 2580|  1.68k|    uint size = pool->szidx;
  ------------------
  |  |   35|  1.68k|#define uint pymem_uint
  ------------------
 2581|  1.68k|    poolp next = usedpools[size + size];
  ------------------
  |  | 1784|  1.68k|#define usedpools (state->pools.used)
  ------------------
 2582|  1.68k|    poolp prev = next->prevpool;
 2583|       |
 2584|       |    /* insert pool before next:   prev <-> pool <-> next */
 2585|  1.68k|    pool->nextpool = next;
 2586|  1.68k|    pool->prevpool = prev;
 2587|  1.68k|    next->prevpool = pool;
 2588|  1.68k|    prev->nextpool = pool;
 2589|  1.68k|}
obmalloc.c:insert_to_freepool:
 2593|     85|{
 2594|     85|    poolp next = pool->nextpool;
 2595|     85|    poolp prev = pool->prevpool;
 2596|     85|    next->prevpool = prev;
 2597|     85|    prev->nextpool = next;
 2598|       |
 2599|       |    /* Link the pool to freepools.  This is a singly-linked
 2600|       |     * list, and pool->prevpool isn't used there.
 2601|       |     */
 2602|     85|    struct arena_object *ao = &allarenas[pool->arenaindex];
  ------------------
  |  | 1785|     85|#define allarenas (state->mgmt.arenas)
  ------------------
 2603|     85|    pool->nextpool = ao->freepools;
 2604|     85|    ao->freepools = pool;
 2605|     85|    uint nf = ao->nfreepools;
  ------------------
  |  |   35|     85|#define uint pymem_uint
  ------------------
 2606|       |    /* If this is the rightmost arena with this number of free pools,
 2607|       |     * nfp2lasta[nf] needs to change.  Caution:  if nf is 0, there
 2608|       |     * are no arenas in usable_arenas with that value.
 2609|       |     */
 2610|     85|    struct arena_object* lastnf = nfp2lasta[nf];
  ------------------
  |  | 1789|     85|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
 2611|     85|    assert((nf == 0 && lastnf == NULL) ||
  ------------------
  |  Branch (2611:5): [True: 0, False: 85]
  |  Branch (2611:5): [True: 0, False: 0]
  |  Branch (2611:5): [True: 85, False: 0]
  |  Branch (2611:5): [True: 85, False: 0]
  |  Branch (2611:5): [True: 85, False: 0]
  |  Branch (2611:5): [True: 85, False: 0]
  |  Branch (2611:5): [True: 0, False: 0]
  ------------------
 2612|     85|           (nf > 0 &&
 2613|     85|            lastnf != NULL &&
 2614|     85|            lastnf->nfreepools == nf &&
 2615|     85|            (lastnf->nextarena == NULL ||
 2616|     85|             nf < lastnf->nextarena->nfreepools)));
 2617|     85|    if (lastnf == ao) {  /* it is the rightmost */
  ------------------
  |  Branch (2617:9): [True: 85, False: 0]
  ------------------
 2618|     85|        struct arena_object* p = ao->prevarena;
 2619|     85|        nfp2lasta[nf] = (p != NULL && p->nfreepools == nf) ? p : NULL;
  ------------------
  |  | 1789|     85|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
  |  Branch (2619:26): [True: 0, False: 85]
  |  Branch (2619:39): [True: 0, False: 0]
  ------------------
 2620|     85|    }
 2621|     85|    ao->nfreepools = ++nf;
 2622|       |
 2623|       |    /* All the rest is arena management.  We just freed
 2624|       |     * a pool, and there are 4 cases for arena mgmt:
 2625|       |     * 1. If all the pools are free, return the arena to
 2626|       |     *    the system free().  Except if this is the last
 2627|       |     *    arena in the list, keep it to avoid thrashing:
 2628|       |     *    keeping one wholly free arena in the list avoids
 2629|       |     *    pathological cases where a simple loop would
 2630|       |     *    otherwise provoke needing to allocate and free an
 2631|       |     *    arena on every iteration.  See bpo-37257.
 2632|       |     * 2. If this is the only free pool in the arena,
 2633|       |     *    add the arena back to the `usable_arenas` list.
 2634|       |     * 3. If the "next" arena has a smaller count of free
 2635|       |     *    pools, we have to "slide this arena right" to
 2636|       |     *    restore that usable_arenas is sorted in order of
 2637|       |     *    nfreepools.
 2638|       |     * 4. Else there's nothing more to do.
 2639|       |     */
 2640|     85|    if (nf == ao->ntotalpools && ao->nextarena != NULL) {
  ------------------
  |  Branch (2640:9): [True: 0, False: 85]
  |  Branch (2640:34): [True: 0, False: 0]
  ------------------
 2641|       |        /* Case 1.  First unlink ao from usable_arenas.
 2642|       |         */
 2643|      0|        assert(ao->prevarena == NULL ||
  ------------------
  |  Branch (2643:9): [True: 0, False: 0]
  |  Branch (2643:9): [True: 0, False: 0]
  ------------------
 2644|      0|               ao->prevarena->address != 0);
 2645|      0|        assert(ao ->nextarena == NULL ||
  ------------------
  |  Branch (2645:9): [True: 0, False: 0]
  |  Branch (2645:9): [True: 0, False: 0]
  ------------------
 2646|      0|               ao->nextarena->address != 0);
 2647|       |
 2648|       |        /* Fix the pointer in the prevarena, or the
 2649|       |         * usable_arenas pointer.
 2650|       |         */
 2651|      0|        if (ao->prevarena == NULL) {
  ------------------
  |  Branch (2651:13): [True: 0, False: 0]
  ------------------
 2652|      0|            usable_arenas = ao->nextarena;
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2653|      0|            assert(usable_arenas == NULL ||
  ------------------
  |  Branch (2653:13): [True: 0, False: 0]
  |  Branch (2653:13): [True: 0, False: 0]
  ------------------
 2654|      0|                   usable_arenas->address != 0);
 2655|      0|        }
 2656|      0|        else {
 2657|      0|            assert(ao->prevarena->nextarena == ao);
  ------------------
  |  Branch (2657:13): [True: 0, False: 0]
  ------------------
 2658|      0|            ao->prevarena->nextarena =
 2659|      0|                ao->nextarena;
 2660|      0|        }
 2661|       |        /* Fix the pointer in the nextarena. */
 2662|      0|        if (ao->nextarena != NULL) {
  ------------------
  |  Branch (2662:13): [True: 0, False: 0]
  ------------------
 2663|      0|            assert(ao->nextarena->prevarena == ao);
  ------------------
  |  Branch (2663:13): [True: 0, False: 0]
  ------------------
 2664|      0|            ao->nextarena->prevarena =
 2665|      0|                ao->prevarena;
 2666|      0|        }
 2667|       |        /* Record that this arena_object slot is
 2668|       |         * available to be reused.
 2669|       |         */
 2670|      0|        ao->nextarena = unused_arena_objects;
  ------------------
  |  | 1787|      0|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2671|      0|        unused_arena_objects = ao;
  ------------------
  |  | 1787|      0|#define unused_arena_objects (state->mgmt.unused_arena_objects)
  ------------------
 2672|       |
 2673|      0|#if WITH_PYMALLOC_RADIX_TREE
 2674|       |        /* mark arena region as not under control of obmalloc */
 2675|      0|        arena_map_mark_used(state, ao->address, 0);
 2676|      0|#endif
 2677|       |
 2678|       |        /* Free the entire arena. */
 2679|      0|        _PyObject_Arena.free(_PyObject_Arena.ctx,
  ------------------
  |  |  718|      0|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
                      _PyObject_Arena.free(_PyObject_Arena.ctx,
  ------------------
  |  |  718|      0|#define _PyObject_Arena (_PyRuntime.allocators.obj_arena)
  ------------------
 2680|      0|                             (void *)ao->address, ARENA_SIZE);
  ------------------
  |  |  225|      0|#define ARENA_SIZE              (1 << ARENA_BITS)
  |  |  ------------------
  |  |  |  |  220|      0|#    define ARENA_BITS            20                    /* 1 MiB */
  |  |  ------------------
  ------------------
 2681|      0|        ao->address = 0;                        /* mark unassociated */
 2682|      0|        --narenas_currently_allocated;
  ------------------
  |  | 1790|      0|#define narenas_currently_allocated (state->mgmt.narenas_currently_allocated)
  ------------------
 2683|       |
 2684|      0|        return;
 2685|      0|    }
 2686|       |
 2687|     85|    if (nf == 1) {
  ------------------
  |  Branch (2687:9): [True: 0, False: 85]
  ------------------
 2688|       |        /* Case 2.  Put ao at the head of
 2689|       |         * usable_arenas.  Note that because
 2690|       |         * ao->nfreepools was 0 before, ao isn't
 2691|       |         * currently on the usable_arenas list.
 2692|       |         */
 2693|      0|        ao->nextarena = usable_arenas;
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2694|      0|        ao->prevarena = NULL;
 2695|      0|        if (usable_arenas)
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  |  |  ------------------
  |  |  |  Branch (1788:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2696|      0|            usable_arenas->prevarena = ao;
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2697|      0|        usable_arenas = ao;
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2698|      0|        assert(usable_arenas->address != 0);
  ------------------
  |  Branch (2698:9): [True: 0, False: 0]
  ------------------
 2699|      0|        if (nfp2lasta[1] == NULL) {
  ------------------
  |  | 1789|      0|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
  |  Branch (2699:13): [True: 0, False: 0]
  ------------------
 2700|      0|            nfp2lasta[1] = ao;
  ------------------
  |  | 1789|      0|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
 2701|      0|        }
 2702|       |
 2703|      0|        return;
 2704|      0|    }
 2705|       |
 2706|       |    /* If this arena is now out of order, we need to keep
 2707|       |     * the list sorted.  The list is kept sorted so that
 2708|       |     * the "most full" arenas are used first, which allows
 2709|       |     * the nearly empty arenas to be completely freed.  In
 2710|       |     * a few un-scientific tests, it seems like this
 2711|       |     * approach allowed a lot more memory to be freed.
 2712|       |     */
 2713|       |    /* If this is the only arena with nf, record that. */
 2714|     85|    if (nfp2lasta[nf] == NULL) {
  ------------------
  |  | 1789|     85|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
  |  Branch (2714:9): [True: 85, False: 0]
  ------------------
 2715|     85|        nfp2lasta[nf] = ao;
  ------------------
  |  | 1789|     85|#define nfp2lasta (state->mgmt.nfp2lasta)
  ------------------
 2716|     85|    } /* else the rightmost with nf doesn't change */
 2717|       |    /* If this was the rightmost of the old size, it remains in place. */
 2718|     85|    if (ao == lastnf) {
  ------------------
  |  Branch (2718:9): [True: 85, False: 0]
  ------------------
 2719|       |        /* Case 4.  Nothing to do. */
 2720|     85|        return;
 2721|     85|    }
 2722|       |    /* If ao were the only arena in the list, the last block would have
 2723|       |     * gotten us out.
 2724|       |     */
 2725|     85|    assert(ao->nextarena != NULL);
  ------------------
  |  Branch (2725:5): [True: 0, False: 0]
  ------------------
 2726|       |
 2727|       |    /* Case 3:  We have to move the arena towards the end of the list,
 2728|       |     * because it has more free pools than the arena to its right.  It needs
 2729|       |     * to move to follow lastnf.
 2730|       |     * First unlink ao from usable_arenas.
 2731|       |     */
 2732|      0|    if (ao->prevarena != NULL) {
  ------------------
  |  Branch (2732:9): [True: 0, False: 0]
  ------------------
 2733|       |        /* ao isn't at the head of the list */
 2734|      0|        assert(ao->prevarena->nextarena == ao);
  ------------------
  |  Branch (2734:9): [True: 0, False: 0]
  ------------------
 2735|      0|        ao->prevarena->nextarena = ao->nextarena;
 2736|      0|    }
 2737|      0|    else {
 2738|       |        /* ao is at the head of the list */
 2739|      0|        assert(usable_arenas == ao);
  ------------------
  |  Branch (2739:9): [True: 0, False: 0]
  ------------------
 2740|      0|        usable_arenas = ao->nextarena;
  ------------------
  |  | 1788|      0|#define usable_arenas (state->mgmt.usable_arenas)
  ------------------
 2741|      0|    }
 2742|      0|    ao->nextarena->prevarena = ao->prevarena;
 2743|       |    /* And insert after lastnf. */
 2744|      0|    ao->prevarena = lastnf;
 2745|      0|    ao->nextarena = lastnf->nextarena;
 2746|      0|    if (ao->nextarena != NULL) {
  ------------------
  |  Branch (2746:9): [True: 0, False: 0]
  ------------------
 2747|      0|        ao->nextarena->prevarena = ao;
 2748|      0|    }
 2749|      0|    lastnf->nextarena = ao;
 2750|       |    /* Verify that the swaps worked. */
 2751|      0|    assert(ao->nextarena == NULL || nf <= ao->nextarena->nfreepools);
  ------------------
  |  Branch (2751:5): [True: 0, False: 0]
  |  Branch (2751:5): [True: 0, False: 0]
  ------------------
 2752|      0|    assert(ao->prevarena == NULL || nf > ao->prevarena->nfreepools);
  ------------------
  |  Branch (2752:5): [True: 0, False: 0]
  |  Branch (2752:5): [True: 0, False: 0]
  ------------------
 2753|      0|    assert(ao->nextarena == NULL || ao->nextarena->prevarena == ao);
  ------------------
  |  Branch (2753:5): [True: 0, False: 0]
  |  Branch (2753:5): [True: 0, False: 0]
  ------------------
 2754|      0|    assert((usable_arenas == ao && ao->prevarena == NULL)
  ------------------
  |  Branch (2754:5): [True: 0, False: 0]
  |  Branch (2754:5): [True: 0, False: 0]
  |  Branch (2754:5): [True: 0, False: 0]
  ------------------
 2755|      0|           || ao->prevarena->nextarena == ao);
 2756|      0|}
obmalloc.c:pymalloc_realloc:
 2848|  4.03k|{
 2849|  4.03k|    void *bp;
 2850|  4.03k|    poolp pool;
 2851|  4.03k|    size_t size;
 2852|       |
 2853|  4.03k|    assert(p != NULL);
  ------------------
  |  Branch (2853:5): [True: 4.03k, False: 0]
  ------------------
 2854|       |
 2855|       |#ifdef WITH_VALGRIND
 2856|       |    /* Treat running_on_valgrind == -1 the same as 0 */
 2857|       |    if (UNLIKELY(running_on_valgrind > 0)) {
 2858|       |        return 0;
 2859|       |    }
 2860|       |#endif
 2861|       |
 2862|  4.03k|    pool = POOL_ADDR(p);
  ------------------
  |  |  324|  4.03k|#define POOL_ADDR(P) ((poolp)_Py_ALIGN_DOWN((P), POOL_SIZE))
  |  |  ------------------
  |  |  |  |  216|  4.03k|#define _Py_ALIGN_DOWN(p, a) ((void *)((uintptr_t)(p) & ~(uintptr_t)((a) - 1)))
  |  |  ------------------
  ------------------
 2863|  4.03k|    if (!address_in_range(state, p, pool)) {
  ------------------
  |  Branch (2863:9): [True: 3.22k, False: 802]
  ------------------
 2864|       |        /* pymalloc is not managing this block.
 2865|       |
 2866|       |           If nbytes <= SMALL_REQUEST_THRESHOLD, it's tempting to try to take
 2867|       |           over this block.  However, if we do, we need to copy the valid data
 2868|       |           from the C-managed block to one of our blocks, and there's no
 2869|       |           portable way to know how much of the memory space starting at p is
 2870|       |           valid.
 2871|       |
 2872|       |           As bug 1185883 pointed out the hard way, it's possible that the
 2873|       |           C-managed block is "at the end" of allocated VM space, so that a
 2874|       |           memory fault can occur if we try to copy nbytes bytes starting at p.
 2875|       |           Instead we punt: let C continue to manage this block. */
 2876|  3.22k|        return 0;
 2877|  3.22k|    }
 2878|       |
 2879|       |    /* pymalloc is in charge of this block */
 2880|    802|    size = INDEX2SIZE(pool->szidx);
  ------------------
  |  |  146|    802|#define INDEX2SIZE(I) (((pymem_uint)(I) + 1) << ALIGNMENT_SHIFT)
  |  |  ------------------
  |  |  |  |  139|    802|#define ALIGNMENT_SHIFT         4
  |  |  ------------------
  ------------------
 2881|    802|    if (nbytes <= size) {
  ------------------
  |  Branch (2881:9): [True: 143, False: 659]
  ------------------
 2882|       |        /* The block is staying the same or shrinking.
 2883|       |
 2884|       |           If it's shrinking, there's a tradeoff: it costs cycles to copy the
 2885|       |           block to a smaller size class, but it wastes memory not to copy it.
 2886|       |
 2887|       |           The compromise here is to copy on shrink only if at least 25% of
 2888|       |           size can be shaved off. */
 2889|    143|        if (4 * nbytes > 3 * size) {
  ------------------
  |  Branch (2889:13): [True: 33, False: 110]
  ------------------
 2890|       |            /* It's the same, or shrinking and new/old > 3/4. */
 2891|     33|            *newptr_p = p;
 2892|     33|            return 1;
 2893|     33|        }
 2894|    110|        size = nbytes;
 2895|    110|    }
 2896|       |
 2897|    769|    bp = _PyObject_Malloc(ctx, nbytes);
 2898|    769|    if (bp != NULL) {
  ------------------
  |  Branch (2898:9): [True: 769, False: 0]
  ------------------
 2899|    769|        memcpy(bp, p, size);
 2900|    769|        _PyObject_Free(ctx, p);
 2901|    769|    }
 2902|    769|    *newptr_p = bp;
 2903|    769|    return 1;
 2904|    802|}
obmalloc.c:init_obmalloc_pools:
 3551|      2|{
 3552|       |    // initialize the obmalloc->pools structure.  This must be done
 3553|       |    // before the obmalloc alloc/free functions can be called.
 3554|      2|    poolp temp[OBMALLOC_USED_POOLS_SIZE] =
 3555|      2|        _obmalloc_pools_INIT(interp->obmalloc->pools);
  ------------------
  |  |   40|      2|    { PT_8(p, 0), PT_8(p, 8), PT_8(p, 16), PT_8(p, 24) }
  |  |  ------------------
  |  |  |  |   20|      2|    PT(p, start), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   21|      2|    PT(p, start+1), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   22|      2|    PT(p, start+2), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   23|      2|    PT(p, start+3), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   24|      2|    PT(p, start+4), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   25|      2|    PT(p, start+5), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   26|      2|    PT(p, start+6), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   27|      2|    PT(p, start+7)
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   { PT_8(p, 0), PT_8(p, 8), PT_8(p, 16), PT_8(p, 24) }
  |  |  ------------------
  |  |  |  |   20|      2|    PT(p, start), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   21|      2|    PT(p, start+1), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   22|      2|    PT(p, start+2), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   23|      2|    PT(p, start+3), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   24|      2|    PT(p, start+4), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   25|      2|    PT(p, start+5), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   26|      2|    PT(p, start+6), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   27|      2|    PT(p, start+7)
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   { PT_8(p, 0), PT_8(p, 8), PT_8(p, 16), PT_8(p, 24) }
  |  |  ------------------
  |  |  |  |   20|      2|    PT(p, start), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   21|      2|    PT(p, start+1), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   22|      2|    PT(p, start+2), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   23|      2|    PT(p, start+3), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   24|      2|    PT(p, start+4), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   25|      2|    PT(p, start+5), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   26|      2|    PT(p, start+6), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   27|      2|    PT(p, start+7)
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   { PT_8(p, 0), PT_8(p, 8), PT_8(p, 16), PT_8(p, 24) }
  |  |  ------------------
  |  |  |  |   20|      2|    PT(p, start), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   21|      2|    PT(p, start+1), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   22|      2|    PT(p, start+2), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   23|      2|    PT(p, start+3), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   24|      2|    PT(p, start+4), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   25|      2|    PT(p, start+5), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   26|      2|    PT(p, start+6), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   27|      2|    PT(p, start+7)
  |  |  |  |  ------------------
  |  |  |  |  |  |   17|      2|#define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PT(p, x)   PTA(p, x), PTA(p, x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      2|    ((poolp )((uint8_t *)&(pools.used[2*(x)]) - 2*sizeof(pymem_block *)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3556|      2|    memcpy(&interp->obmalloc->pools.used, temp, sizeof(temp));
 3557|      2|}

rangeobject.c:range_dealloc:
  186|     97|{
  187|     97|    rangeobject *r = (rangeobject*)op;
  188|     97|    Py_DECREF(r->start);
  ------------------
  |  |  430|     97|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     97|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|     97|    Py_DECREF(r->stop);
  ------------------
  |  |  430|     97|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     97|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  190|     97|    Py_DECREF(r->step);
  ------------------
  |  |  430|     97|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     97|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|     97|    Py_DECREF(r->length);
  ------------------
  |  |  430|     97|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     97|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|     97|    _Py_FREELIST_FREE(ranges, r, PyObject_Free);
  ------------------
  |  |   35|     97|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|     97|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|     97|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   22|     97|#  define Py_ranges_MAXFREELIST 6
  |  |  ------------------
  ------------------
  193|     97|}
rangeobject.c:compute_item:
  334|     68|{
  335|     68|    PyObject *incr, *result;
  336|       |    /* PyLong equivalent to:
  337|       |     *    return r->start + (i * r->step)
  338|       |     */
  339|     68|    if (r->step == _PyLong_GetOne()) {
  ------------------
  |  Branch (339:9): [True: 68, False: 0]
  ------------------
  340|     68|        result = PyNumber_Add(r->start, i);
  341|     68|    }
  342|      0|    else {
  343|      0|        incr = PyNumber_Multiply(i, r->step);
  344|      0|        if (!incr) {
  ------------------
  |  Branch (344:13): [True: 0, False: 0]
  ------------------
  345|      0|            return NULL;
  346|      0|        }
  347|      0|        result = PyNumber_Add(r->start, incr);
  348|      0|        Py_DECREF(incr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  349|      0|    }
  350|     68|    return result;
  351|     68|}
rangeobject.c:range_subscript:
  730|     34|{
  731|     34|    rangeobject *self = (rangeobject*)op;
  732|     34|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (732:9): [True: 0, False: 34]
  ------------------
  733|      0|        PyObject *i, *result;
  734|      0|        i = PyNumber_Index(item);
  735|      0|        if (!i)
  ------------------
  |  Branch (735:13): [True: 0, False: 0]
  ------------------
  736|      0|            return NULL;
  737|      0|        result = compute_range_item(self, i);
  738|      0|        Py_DECREF(i);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  739|      0|        return result;
  740|      0|    }
  741|     34|    if (PySlice_Check(item)) {
  ------------------
  |  |   22|     34|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|     34|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 34, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|     34|        return compute_slice(self, item);
  743|     34|    }
  744|      0|    PyErr_Format(PyExc_TypeError,
  745|      0|                 "range indices must be integers or slices, not %.200s",
  746|      0|                 Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  747|       |    return NULL;
  748|     34|}
rangeobject.c:compute_slice:
  420|     34|{
  421|     34|    PySliceObject *slice = (PySliceObject *) _slice;
  422|     34|    rangeobject *result;
  423|     34|    PyObject *start = NULL, *stop = NULL, *step = NULL;
  424|     34|    PyObject *substart = NULL, *substop = NULL, *substep = NULL;
  425|     34|    int error;
  426|       |
  427|     34|    error = _PySlice_GetLongIndices(slice, r->length, &start, &stop, &step);
  428|     34|    if (error == -1)
  ------------------
  |  Branch (428:9): [True: 0, False: 34]
  ------------------
  429|      0|        return NULL;
  430|       |
  431|     34|    substep = PyNumber_Multiply(r->step, step);
  432|     34|    if (substep == NULL) goto fail;
  ------------------
  |  Branch (432:9): [True: 0, False: 34]
  ------------------
  433|     34|    Py_CLEAR(step);
  ------------------
  |  |  484|     34|    do { \
  |  |  485|     34|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     34|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     34|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     34|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     34|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 34, False: 0]
  |  |  ------------------
  |  |  488|     34|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     34|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     34|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     34|        } \
  |  |  491|     34|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 34]
  |  |  ------------------
  ------------------
  434|       |
  435|     34|    substart = compute_item(r, start);
  436|     34|    if (substart == NULL) goto fail;
  ------------------
  |  Branch (436:9): [True: 0, False: 34]
  ------------------
  437|     34|    Py_CLEAR(start);
  ------------------
  |  |  484|     34|    do { \
  |  |  485|     34|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     34|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     34|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     34|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     34|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 34, False: 0]
  |  |  ------------------
  |  |  488|     34|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     34|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     34|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     34|        } \
  |  |  491|     34|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 34]
  |  |  ------------------
  ------------------
  438|       |
  439|     34|    substop = compute_item(r, stop);
  440|     34|    if (substop == NULL) goto fail;
  ------------------
  |  Branch (440:9): [True: 0, False: 34]
  ------------------
  441|     34|    Py_CLEAR(stop);
  ------------------
  |  |  484|     34|    do { \
  |  |  485|     34|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     34|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     34|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     34|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     34|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 34, False: 0]
  |  |  ------------------
  |  |  488|     34|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     34|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     34|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     34|        } \
  |  |  491|     34|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 34]
  |  |  ------------------
  ------------------
  442|       |
  443|     34|    result = make_range_object(Py_TYPE(r), substart, substop, substep);
  ------------------
  |  |  213|     34|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  444|     34|    if (result != NULL) {
  ------------------
  |  Branch (444:9): [True: 34, False: 0]
  ------------------
  445|     34|        return (PyObject *) result;
  446|     34|    }
  447|      0|fail:
  448|      0|    Py_XDECREF(start);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  449|      0|    Py_XDECREF(stop);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  450|      0|    Py_XDECREF(step);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  451|      0|    Py_XDECREF(substart);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  452|      0|    Py_XDECREF(substop);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  453|      0|    Py_XDECREF(substep);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  454|       |    return NULL;
  455|     34|}
rangeobject.c:make_range_object:
   69|     97|{
   70|     97|    PyObject *length;
   71|     97|    length = compute_range_length(start, stop, step);
   72|     97|    if (length == NULL) {
  ------------------
  |  Branch (72:9): [True: 0, False: 97]
  ------------------
   73|      0|        return NULL;
   74|      0|    }
   75|     97|    rangeobject *obj = _Py_FREELIST_POP(rangeobject, ranges);
  ------------------
  |  |   43|     97|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   76|     97|    if (obj == NULL) {
  ------------------
  |  Branch (76:9): [True: 3, False: 94]
  ------------------
   77|      3|        obj = PyObject_New(rangeobject, type);
  ------------------
  |  |  130|      3|#define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
  ------------------
   78|      3|        if (obj == NULL) {
  ------------------
  |  Branch (78:13): [True: 0, False: 3]
  ------------------
   79|      0|            Py_DECREF(length);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   80|      0|            return NULL;
   81|      0|        }
   82|      3|    }
   83|     97|    obj->start = start;
   84|     97|    obj->stop = stop;
   85|     97|    obj->step = step;
   86|     97|    obj->length = length;
   87|     97|    return obj;
   88|     97|}
rangeobject.c:compute_range_length:
  244|     97|{
  245|       |    /* -------------------------------------------------------------
  246|       |    Algorithm is equal to that of get_len_of_range(), but it operates
  247|       |    on PyObjects (which are assumed to be PyLong objects).
  248|       |    ---------------------------------------------------------------*/
  249|     97|    int cmp_result;
  250|     97|    PyObject *lo, *hi;
  251|     97|    PyObject *diff = NULL;
  252|     97|    PyObject *tmp1 = NULL, *tmp2 = NULL, *result;
  253|       |                /* holds sub-expression evaluations */
  254|       |
  255|     97|    PyObject *zero = _PyLong_GetZero();  // borrowed reference
  256|     97|    PyObject *one = _PyLong_GetOne();  // borrowed reference
  257|       |
  258|     97|    assert(PyLong_Check(start));
  ------------------
  |  Branch (258:5): [True: 97, False: 0]
  ------------------
  259|     97|    assert(PyLong_Check(stop));
  ------------------
  |  Branch (259:5): [True: 97, False: 0]
  ------------------
  260|     97|    assert(PyLong_Check(step));
  ------------------
  |  Branch (260:5): [True: 97, False: 0]
  ------------------
  261|       |
  262|       |    /* fast path when all arguments fit into a long integer */
  263|     97|    long len = compute_range_length_long(start, stop, step);
  264|     97|    if (len >= 0) {
  ------------------
  |  Branch (264:9): [True: 95, False: 2]
  ------------------
  265|     95|        return PyLong_FromLong(len);
  266|     95|    }
  267|      2|    else if (len == -1) {
  ------------------
  |  Branch (267:14): [True: 0, False: 2]
  ------------------
  268|       |        /* unexpected error from compute_range_length_long, we propagate to the caller */
  269|      0|        return NULL;
  270|      0|    }
  271|     97|    assert(len == -2);
  ------------------
  |  Branch (271:5): [True: 2, False: 0]
  ------------------
  272|       |
  273|      2|    cmp_result = PyObject_RichCompareBool(step, zero, Py_GT);
  ------------------
  |  |  656|      2|#define Py_GT 4
  ------------------
  274|      2|    if (cmp_result == -1)
  ------------------
  |  Branch (274:9): [True: 0, False: 2]
  ------------------
  275|      0|        return NULL;
  276|       |
  277|      2|    if (cmp_result == 1) {
  ------------------
  |  Branch (277:9): [True: 2, False: 0]
  ------------------
  278|      2|        lo = start;
  279|      2|        hi = stop;
  280|      2|        Py_INCREF(step);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  281|      2|    } else {
  282|      0|        lo = stop;
  283|      0|        hi = start;
  284|      0|        step = PyNumber_Negative(step);
  285|      0|        if (!step)
  ------------------
  |  Branch (285:13): [True: 0, False: 0]
  ------------------
  286|      0|            return NULL;
  287|      0|    }
  288|       |
  289|       |    /* if (lo >= hi), return length of 0. */
  290|      2|    cmp_result = PyObject_RichCompareBool(lo, hi, Py_GE);
  ------------------
  |  |  657|      2|#define Py_GE 5
  ------------------
  291|      2|    if (cmp_result != 0) {
  ------------------
  |  Branch (291:9): [True: 0, False: 2]
  ------------------
  292|      0|        Py_DECREF(step);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  293|      0|        if (cmp_result < 0)
  ------------------
  |  Branch (293:13): [True: 0, False: 0]
  ------------------
  294|      0|            return NULL;
  295|      0|        result = zero;
  296|      0|        return Py_NewRef(result);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  297|      0|    }
  298|       |
  299|      2|    if ((tmp1 = PyNumber_Subtract(hi, lo)) == NULL)
  ------------------
  |  Branch (299:9): [True: 0, False: 2]
  ------------------
  300|      0|        goto Fail;
  301|       |
  302|      2|    if ((diff = PyNumber_Subtract(tmp1, one)) == NULL)
  ------------------
  |  Branch (302:9): [True: 0, False: 2]
  ------------------
  303|      0|        goto Fail;
  304|       |
  305|      2|    if ((tmp2 = PyNumber_FloorDivide(diff, step)) == NULL)
  ------------------
  |  Branch (305:9): [True: 0, False: 2]
  ------------------
  306|      0|        goto Fail;
  307|       |
  308|      2|    if ((result = PyNumber_Add(tmp2, one)) == NULL)
  ------------------
  |  Branch (308:9): [True: 0, False: 2]
  ------------------
  309|      0|        goto Fail;
  310|       |
  311|      2|    Py_DECREF(tmp2);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  312|      2|    Py_DECREF(diff);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  313|      2|    Py_DECREF(step);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  314|      2|    Py_DECREF(tmp1);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  315|      2|    return result;
  316|       |
  317|      0|  Fail:
  318|      0|    Py_DECREF(step);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  319|      0|    Py_XDECREF(tmp2);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  320|      0|    Py_XDECREF(diff);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  321|      0|    Py_XDECREF(tmp1);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  322|       |    return NULL;
  323|      2|}
rangeobject.c:compute_range_length_long:
  203|     97|                PyObject *stop, PyObject *step) {
  204|     97|    int overflow = 0;
  205|       |
  206|     97|    long long_start = PyLong_AsLongAndOverflow(start, &overflow);
  207|     97|    if (overflow) {
  ------------------
  |  Branch (207:9): [True: 0, False: 97]
  ------------------
  208|      0|        return -2;
  209|      0|    }
  210|     97|    if (long_start == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (210:9): [True: 4, False: 93]
  |  Branch (210:29): [True: 0, False: 4]
  ------------------
  211|      0|        return -1;
  212|      0|    }
  213|     97|    long long_stop = PyLong_AsLongAndOverflow(stop, &overflow);
  214|     97|    if (overflow) {
  ------------------
  |  Branch (214:9): [True: 2, False: 95]
  ------------------
  215|      2|        return -2;
  216|      2|    }
  217|     95|    if (long_stop == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (217:9): [True: 34, False: 61]
  |  Branch (217:28): [True: 0, False: 34]
  ------------------
  218|      0|        return -1;
  219|      0|    }
  220|     95|    long long_step = PyLong_AsLongAndOverflow(step, &overflow);
  221|     95|    if (overflow) {
  ------------------
  |  Branch (221:9): [True: 0, False: 95]
  ------------------
  222|      0|        return -2;
  223|      0|    }
  224|     95|    if (long_step == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (224:9): [True: 34, False: 61]
  |  Branch (224:28): [True: 0, False: 34]
  ------------------
  225|      0|        return -1;
  226|      0|    }
  227|       |
  228|     95|    unsigned long ulen = get_len_of_range(long_start, long_stop, long_step);
  229|     95|    if (ulen > (unsigned long)LONG_MAX) {
  ------------------
  |  Branch (229:9): [True: 0, False: 95]
  ------------------
  230|       |        /* length too large for a long */
  231|      0|        return -2;
  232|      0|    }
  233|     95|    else {
  234|     95|        return (long)ulen;
  235|     95|    }
  236|     95|}
rangeobject.c:get_len_of_range:
  993|    156|{
  994|       |    /* -------------------------------------------------------------
  995|       |    If step > 0 and lo >= hi, or step < 0 and lo <= hi, the range is empty.
  996|       |    Else for step > 0, if n values are in the range, the last one is
  997|       |    lo + (n-1)*step, which must be <= hi-1.  Rearranging,
  998|       |    n <= (hi - lo - 1)/step + 1, so taking the floor of the RHS gives
  999|       |    the proper value.  Since lo < hi in this case, hi-lo-1 >= 0, so
 1000|       |    the RHS is non-negative and so truncation is the same as the
 1001|       |    floor.  Letting M be the largest positive long, the worst case
 1002|       |    for the RHS numerator is hi=M, lo=-M-1, and then
 1003|       |    hi-lo-1 = M-(-M-1)-1 = 2*M.  Therefore unsigned long has enough
 1004|       |    precision to compute the RHS exactly.  The analysis for step < 0
 1005|       |    is similar.
 1006|       |    ---------------------------------------------------------------*/
 1007|    156|    assert(step != 0);
  ------------------
  |  Branch (1007:5): [True: 156, False: 0]
  ------------------
 1008|    156|    if (step > 0 && lo < hi)
  ------------------
  |  Branch (1008:9): [True: 84, False: 72]
  |  Branch (1008:21): [True: 70, False: 14]
  ------------------
 1009|     70|        return 1UL + (hi - 1UL - lo) / step;
 1010|     86|    else if (step < 0 && lo > hi)
  ------------------
  |  Branch (1010:14): [True: 72, False: 14]
  |  Branch (1010:26): [True: 64, False: 8]
  ------------------
 1011|     64|        return 1UL + (lo - 1UL - hi) / (0UL - step);
 1012|     22|    else
 1013|     22|        return 0UL;
 1014|    156|}
rangeobject.c:fast_range_iter:
 1021|     61|{
 1022|     61|    _PyRangeIterObject *it = _Py_FREELIST_POP(_PyRangeIterObject, range_iters);
  ------------------
  |  |   43|     61|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|     61|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1023|     61|    if (it == NULL) {
  ------------------
  |  Branch (1023:9): [True: 2, False: 59]
  ------------------
 1024|      2|        it = PyObject_New(_PyRangeIterObject, &PyRangeIter_Type);
  ------------------
  |  |  130|      2|#define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
  ------------------
 1025|      2|        if (it == NULL) {
  ------------------
  |  Branch (1025:13): [True: 0, False: 2]
  ------------------
 1026|      0|            return NULL;
 1027|      0|        }
 1028|      2|    }
 1029|     61|    assert(Py_IS_TYPE(it, &PyRangeIter_Type));
  ------------------
  |  Branch (1029:5): [True: 61, False: 0]
  ------------------
 1030|     61|    it->start = start;
 1031|     61|    it->step = step;
 1032|     61|    it->len = len;
 1033|     61|    return (PyObject *)it;
 1034|     61|}
rangeobject.c:range_from_array:
   97|     63|{
   98|     63|    rangeobject *obj;
   99|     63|    PyObject *start = NULL, *stop = NULL, *step = NULL;
  100|       |
  101|     63|    switch (num_args) {
  102|      2|        case 3:
  ------------------
  |  Branch (102:9): [True: 2, False: 61]
  ------------------
  103|      2|            step = args[2];
  104|      2|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|      2|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  105|     17|        case 2:
  ------------------
  |  Branch (105:9): [True: 15, False: 48]
  ------------------
  106|       |            /* Convert borrowed refs to owned refs */
  107|     17|            start = PyNumber_Index(args[0]);
  108|     17|            if (!start) {
  ------------------
  |  Branch (108:17): [True: 0, False: 17]
  ------------------
  109|      0|                return NULL;
  110|      0|            }
  111|     17|            stop = PyNumber_Index(args[1]);
  112|     17|            if (!stop) {
  ------------------
  |  Branch (112:17): [True: 0, False: 17]
  ------------------
  113|      0|                Py_DECREF(start);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|      0|                return NULL;
  115|      0|            }
  116|     17|            step = validate_step(step);  /* Caution, this can clear exceptions */
  117|     17|            if (!step) {
  ------------------
  |  Branch (117:17): [True: 0, False: 17]
  ------------------
  118|      0|                Py_DECREF(start);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  119|      0|                Py_DECREF(stop);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  120|      0|                return NULL;
  121|      0|            }
  122|     17|            break;
  123|     46|        case 1:
  ------------------
  |  Branch (123:9): [True: 46, False: 17]
  ------------------
  124|     46|            stop = PyNumber_Index(args[0]);
  125|     46|            if (!stop) {
  ------------------
  |  Branch (125:17): [True: 0, False: 46]
  ------------------
  126|      0|                return NULL;
  127|      0|            }
  128|     46|            start = _PyLong_GetZero();
  129|     46|            step = _PyLong_GetOne();
  130|     46|            break;
  131|      0|        case 0:
  ------------------
  |  Branch (131:9): [True: 0, False: 63]
  ------------------
  132|      0|            PyErr_SetString(PyExc_TypeError,
  133|      0|                            "range expected at least 1 argument, got 0");
  134|      0|            return NULL;
  135|      0|        default:
  ------------------
  |  Branch (135:9): [True: 0, False: 63]
  ------------------
  136|      0|            PyErr_Format(PyExc_TypeError,
  137|      0|                         "range expected at most 3 arguments, got %zd",
  138|      0|                         num_args);
  139|      0|            return NULL;
  140|     63|    }
  141|     63|    obj = make_range_object(type, start, stop, step);
  142|     63|    if (obj != NULL) {
  ------------------
  |  Branch (142:9): [True: 63, False: 0]
  ------------------
  143|     63|        return (PyObject *) obj;
  144|     63|    }
  145|       |
  146|       |    /* Failed to create object, release attributes */
  147|      0|    Py_DECREF(start);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  148|      0|    Py_DECREF(stop);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  149|      0|    Py_DECREF(step);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  150|       |    return NULL;
  151|     63|}
rangeobject.c:validate_step:
   48|     17|{
   49|       |    /* No step specified, use a step of 1. */
   50|     17|    if (!step)
  ------------------
  |  Branch (50:9): [True: 15, False: 2]
  ------------------
   51|     15|        return PyLong_FromLong(1);
   52|       |
   53|      2|    step = PyNumber_Index(step);
   54|      2|    if (step && _PyLong_IsZero((PyLongObject *)step)) {
  ------------------
  |  Branch (54:9): [True: 2, False: 0]
  |  Branch (54:17): [True: 0, False: 2]
  ------------------
   55|      0|        PyErr_SetString(PyExc_ValueError,
   56|      0|                        "range() arg 3 must not be zero");
   57|      0|        Py_CLEAR(step);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
   58|      0|    }
   59|       |
   60|      2|    return step;
   61|     17|}
rangeobject.c:range_vectorcall:
  166|     63|{
  167|     63|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     63|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  168|     63|    if (!_PyArg_NoKwnames("range", kwnames)) {
  ------------------
  |  |   15|     63|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 63, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  169|      0|        return NULL;
  170|      0|    }
  171|     63|    return range_from_array((PyTypeObject *)rangetype, args, nargs);
  172|     63|}
rangeobject.c:rangeiter_dealloc:
  944|     61|{
  945|     61|    _Py_FREELIST_FREE(range_iters, (_PyRangeIterObject *)self, PyObject_Free);
  ------------------
  |  |   35|     61|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|     61|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     61|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|     61|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   23|     61|#  define Py_range_iters_MAXFREELIST 6
  |  |  ------------------
  ------------------
  946|     61|}
rangeobject.c:rangeiter_next:
  847|      6|{
  848|      6|    PyObject *ret = NULL;
  849|      6|    Py_BEGIN_CRITICAL_SECTION(op);
  ------------------
  |  |   51|      6|    {
  ------------------
  850|      6|    _PyRangeIterObject *r = (_PyRangeIterObject*)op;
  851|      6|    if (r->len > 0) {
  ------------------
  |  Branch (851:9): [True: 5, False: 1]
  ------------------
  852|      5|        long result = r->start;
  853|      5|        r->start = result + r->step;
  854|      5|        r->len--;
  855|      5|        ret = PyLong_FromLong(result);
  856|      5|    }
  857|      6|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      6|    }
  ------------------
  858|      6|    return ret;
  859|      6|}
rangeobject.c:longrangeiter_dealloc:
 1153|      2|{
 1154|      2|    longrangeiterobject *r = (longrangeiterobject*)op;
 1155|      2|    Py_XDECREF(r->start);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1156|      2|    Py_XDECREF(r->step);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1157|      2|    Py_XDECREF(r->len);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1158|      2|    PyObject_Free(r);
 1159|      2|}
rangeobject.c:range_iter:
 1228|     63|{
 1229|     63|    rangeobject *r = (rangeobject *)seq;
 1230|     63|    longrangeiterobject *it;
 1231|     63|    long lstart, lstop, lstep;
 1232|     63|    unsigned long ulen;
 1233|       |
 1234|     63|    assert(PyRange_Check(seq));
  ------------------
  |  Branch (1234:5): [True: 63, False: 0]
  ------------------
 1235|       |
 1236|       |    /* If all three fields and the length convert to long, use the int
 1237|       |     * version */
 1238|     63|    lstart = PyLong_AsLong(r->start);
 1239|     63|    if (lstart == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1239:9): [True: 4, False: 59]
  |  Branch (1239:25): [True: 0, False: 4]
  ------------------
 1240|      0|        PyErr_Clear();
 1241|      0|        goto long_range;
 1242|      0|    }
 1243|     63|    lstop = PyLong_AsLong(r->stop);
 1244|     63|    if (lstop == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1244:9): [True: 36, False: 27]
  |  Branch (1244:24): [True: 2, False: 34]
  ------------------
 1245|      2|        PyErr_Clear();
 1246|      2|        goto long_range;
 1247|      2|    }
 1248|     61|    lstep = PyLong_AsLong(r->step);
 1249|     61|    if (lstep == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1249:9): [True: 34, False: 27]
  |  Branch (1249:24): [True: 0, False: 34]
  ------------------
 1250|      0|        PyErr_Clear();
 1251|      0|        goto long_range;
 1252|      0|    }
 1253|     61|    ulen = get_len_of_range(lstart, lstop, lstep);
 1254|     61|    if (ulen > (unsigned long)LONG_MAX) {
  ------------------
  |  Branch (1254:9): [True: 0, False: 61]
  ------------------
 1255|      0|        goto long_range;
 1256|      0|    }
 1257|       |    /* check for potential overflow of lstart + ulen * lstep */
 1258|     61|    if (ulen) {
  ------------------
  |  Branch (1258:9): [True: 52, False: 9]
  ------------------
 1259|     52|        if (lstep > 0) {
  ------------------
  |  Branch (1259:13): [True: 20, False: 32]
  ------------------
 1260|     20|            if (lstop > LONG_MAX - (lstep - 1))
  ------------------
  |  Branch (1260:17): [True: 0, False: 20]
  ------------------
 1261|      0|                goto long_range;
 1262|     20|        }
 1263|     32|        else {
 1264|     32|            if (lstop < LONG_MIN + (-1 - lstep))
  ------------------
  |  Branch (1264:17): [True: 0, False: 32]
  ------------------
 1265|      0|                goto long_range;
 1266|     32|        }
 1267|     52|    }
 1268|     61|    return fast_range_iter(lstart, lstop, lstep, (long)ulen);
 1269|       |
 1270|      2|  long_range:
 1271|      2|    it = PyObject_New(longrangeiterobject, &PyLongRangeIter_Type);
  ------------------
  |  |  130|      2|#define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
  ------------------
 1272|      2|    if (it == NULL)
  ------------------
  |  Branch (1272:9): [True: 0, False: 2]
  ------------------
 1273|      0|        return NULL;
 1274|       |
 1275|      2|    it->start = Py_NewRef(r->start);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1276|      2|    it->step = Py_NewRef(r->step);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1277|      2|    it->len = Py_NewRef(r->length);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1278|      2|    return (PyObject *)it;
 1279|      2|}

sentinelobject.c:sentinel_new_with_module:
   50|      1|{
   51|      1|    assert(PyUnicode_Check(name));
  ------------------
  |  Branch (51:5): [True: 1, False: 0]
  ------------------
   52|       |
   53|      1|    sentinelobject *self = PyObject_GC_New(sentinelobject, type);
  ------------------
  |  |  181|      1|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   54|      1|    if (self == NULL) {
  ------------------
  |  Branch (54:9): [True: 0, False: 1]
  ------------------
   55|      0|        return NULL;
   56|      0|    }
   57|      1|    self->name = Py_NewRef(name);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   58|      1|    self->module = Py_NewRef(module);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   59|      1|    _PyObject_GC_TRACK(self);
  ------------------
  |  |  513|      1|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   60|      1|    return (PyObject *)self;
   61|      1|}
sentinelobject.c:sentinel_new_impl:
   74|      1|{
   75|      1|    PyObject *module = caller();
   76|      1|    PyObject *self = sentinel_new_with_module(type, name, module);
   77|      1|    Py_DECREF(module);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   78|      1|    return self;
   79|      1|}
sentinelobject.c:caller:
   32|      1|{
   33|      1|    _PyInterpreterFrame *f = _PyThreadState_GET()->current_frame;
   34|      1|    if (f == NULL || PyStackRef_IsNull(f->f_funcobj)) {
  ------------------
  |  |  470|      1|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|      1|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      1|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (34:9): [True: 0, False: 1]
  ------------------
   35|      0|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (35:9): [True: 0, False: 0]
  ------------------
   36|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
   37|      0|    }
   38|      1|    PyFunctionObject *func = _PyFrame_GetFunction(f);
   39|      1|    assert(PyFunction_Check(func));
  ------------------
  |  Branch (39:5): [True: 1, False: 0]
  ------------------
   40|      1|    PyObject *r = PyFunction_GetModule((PyObject *)func);
   41|      1|    if (!r) {
  ------------------
  |  Branch (41:9): [True: 0, False: 1]
  ------------------
   42|      0|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (42:9): [True: 0, False: 0]
  ------------------
   43|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
   44|      0|    }
   45|      1|    return Py_NewRef(r);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   46|      1|}

_PySet_AddTakeRef:
  363|    107|{
  364|    107|    Py_hash_t hash = _PyObject_HashFast(key);
  365|    107|    if (hash == -1) {
  ------------------
  |  Branch (365:9): [True: 0, False: 107]
  ------------------
  366|      0|        set_unhashable_type(key);
  367|      0|        Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  368|      0|        return -1;
  369|      0|    }
  370|       |    // We don't pre-increment here, the caller holds a strong
  371|       |    // reference to the object which we are stealing.
  372|    107|    return set_add_entry_takeref(so, key, hash);
  373|    107|}
_PySet_Contains:
 2502|    435|{
 2503|    435|    assert(so);
  ------------------
  |  Branch (2503:5): [True: 435, False: 0]
  ------------------
 2504|       |
 2505|    435|    Py_hash_t hash = _PyObject_HashFast(key);
 2506|    435|    if (hash == -1) {
  ------------------
  |  Branch (2506:9): [True: 0, False: 435]
  ------------------
 2507|      0|        if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  |   37|      0|    (Py_IS_TYPE((ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   38|      0|    PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (38:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2507:34): [True: 0, False: 0]
  ------------------
 2508|      0|            set_unhashable_type(key);
 2509|      0|            return -1;
 2510|      0|        }
 2511|      0|        PyErr_Clear();
 2512|       |        // Note that 'key' could be a set() or frozenset() object.  Unlike most
 2513|       |        // container types, set allows membership testing with a set key, even
 2514|       |        // though it is not hashable.
 2515|      0|        Py_BEGIN_CRITICAL_SECTION(key);
  ------------------
  |  |   51|      0|    {
  ------------------
 2516|      0|        hash = frozenset_hash_impl(key);
 2517|      0|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 2518|      0|    }
 2519|    435|    return set_contains_entry(so, key, hash);
 2520|    435|}
PySet_New:
 2978|    112|{
 2979|    112|    return make_new_set(&PySet_Type, iterable);
 2980|    112|}
PyFrozenSet_New:
 2984|     92|{
 2985|     92|    PyObject *result = make_new_set(&PyFrozenSet_Type, iterable);
 2986|     92|    if (result != NULL) {
  ------------------
  |  Branch (2986:9): [True: 92, False: 0]
  ------------------
 2987|     92|        _PyFrozenSet_MaybeUntrack(result);
 2988|     92|    }
 2989|     92|    return result;
 2990|     92|}
PySet_Clear:
 3004|     17|{
 3005|     17|    if (!PySet_Check(set)) {
  ------------------
  |  |   37|     17|    (Py_IS_TYPE((ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     34|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 17, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   38|     17|    PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (38:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3006|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3007|      0|        return -1;
 3008|      0|    }
 3009|     17|    (void)set_clear(set, NULL);
 3010|     17|    return 0;
 3011|     17|}
PySet_Contains:
 3021|     61|{
 3022|     61|    if (!PyAnySet_Check(anyset)) {
  ------------------
  |  |   31|     61|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    122|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     61|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     61|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 61, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     61|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|     61|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|     61|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3023|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3024|      0|        return -1;
 3025|      0|    }
 3026|       |
 3027|     61|    PySetObject *so = (PySetObject *)anyset;
 3028|     61|    Py_hash_t hash = _PyObject_HashFast(key);
 3029|     61|    if (hash == -1) {
  ------------------
  |  Branch (3029:9): [True: 0, False: 61]
  ------------------
 3030|      0|        set_unhashable_type(key);
 3031|      0|        return -1;
 3032|      0|    }
 3033|     61|    return set_contains_entry(so, key, hash);
 3034|     61|}
PySet_Discard:
 3038|     10|{
 3039|     10|    if (!PySet_Check(set)) {
  ------------------
  |  |   37|     10|    (Py_IS_TYPE((ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     20|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   38|     10|    PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (38:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3040|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3041|      0|        return -1;
 3042|      0|    }
 3043|       |
 3044|     10|    int rv;
 3045|     10|    Py_BEGIN_CRITICAL_SECTION(set);
  ------------------
  |  |   51|     10|    {
  ------------------
 3046|     10|    rv = set_discard_key((PySetObject *)set, key);
 3047|     10|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     10|    }
  ------------------
 3048|     10|    return rv;
 3049|     10|}
PySet_Add:
 3053|    242|{
 3054|    242|    if (PySet_Check(anyset)) {
  ------------------
  |  |   37|    242|    (Py_IS_TYPE((ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    484|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    242|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 115, False: 127]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   38|    242|    PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
  |  |  ------------------
  |  |  |  |  213|    127|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (38:5): [True: 0, False: 127]
  |  |  ------------------
  ------------------
 3055|    115|        int rv;
 3056|    115|        Py_BEGIN_CRITICAL_SECTION(anyset);
  ------------------
  |  |   51|    115|    {
  ------------------
 3057|    115|        rv = set_add_key((PySetObject *)anyset, key);
 3058|    115|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    115|    }
  ------------------
 3059|    115|        return rv;
 3060|    115|    }
 3061|       |
 3062|    127|    if (PyFrozenSet_Check(anyset) && _PyObject_IsUniquelyReferenced(anyset)) {
  ------------------
  |  |   25|    254|    (Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|    254|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 127, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   26|    254|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (26:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (3062:38): [True: 127, False: 0]
  ------------------
 3063|       |        // We can only change frozensets if they are uniquely referenced. The
 3064|       |        // API limits the usage of `PySet_Add` to "fill in the values of brand
 3065|       |        // new frozensets before they are exposed to other code". In this case,
 3066|       |        // this can be done without a lock.
 3067|       |        // Since another key is added to the set, we must track the frozenset
 3068|       |        // if needed.
 3069|    127|        if (PyFrozenSet_CheckExact(anyset) && !PyObject_GC_IsTracked(anyset) && PyObject_GC_IsTracked(key)) {
  ------------------
  |  |   23|    127|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|    254|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    127|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 127, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3069:47): [True: 127, False: 0]
  |  Branch (3069:81): [True: 0, False: 127]
  ------------------
 3070|      0|            _PyObject_GC_TRACK(anyset);
  ------------------
  |  |  513|      0|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3071|      0|        }
 3072|    127|        return set_add_key((PySetObject *)anyset, key);
 3073|    127|    }
 3074|       |
 3075|      0|    PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3076|      0|    return -1;
 3077|    127|}
_PySet_NextEntry:
 3081|     49|{
 3082|     49|    setentry *entry;
 3083|       |
 3084|     49|    if (!PyAnySet_Check(set)) {
  ------------------
  |  |   31|     49|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     98|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     49|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     49|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 49]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     98|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     49|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     49|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 49, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|     49|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|     49|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3085|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3086|      0|        return -1;
 3087|      0|    }
 3088|     49|    if (set_next((PySetObject *)set, pos, &entry) == 0)
  ------------------
  |  Branch (3088:9): [True: 17, False: 32]
  ------------------
 3089|     17|        return 0;
 3090|     32|    *key = entry->key;
 3091|     32|    *hash = entry->hash;
 3092|     32|    return 1;
 3093|     49|}
setobject.c:set_add_entry_takeref:
  254|  1.78k|{
  255|  1.78k|    setentry *table;
  256|  1.78k|    setentry *freeslot;
  257|  1.78k|    setentry *entry;
  258|  1.78k|    size_t perturb;
  259|  1.78k|    size_t mask;
  260|  1.78k|    size_t i;                       /* Unsigned for defined overflow behavior */
  261|  1.78k|    int probes;
  262|  1.78k|    int cmp;
  263|       |
  264|  1.78k|  restart:
  265|       |
  266|  1.78k|    mask = so->mask;
  267|  1.78k|    i = (size_t)hash & mask;
  268|  1.78k|    freeslot = NULL;
  269|  1.78k|    perturb = hash;
  270|       |
  271|  1.93k|    while (1) {
  ------------------
  |  Branch (271:12): [True: 1.93k, Folded]
  ------------------
  272|  1.93k|        entry = &so->table[i];
  273|  1.93k|        probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0;
  ------------------
  |  |  214|  1.93k|#define LINEAR_PROBES 9
  ------------------
                      probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0;
  ------------------
  |  |  214|  1.21k|#define LINEAR_PROBES 9
  ------------------
  |  Branch (273:18): [True: 1.21k, False: 721]
  ------------------
  274|  2.77k|        do {
  275|  2.77k|            if (entry->hash == 0 && entry->key == NULL)
  ------------------
  |  Branch (275:17): [True: 1.76k, False: 1.00k]
  |  Branch (275:37): [True: 1.76k, False: 0]
  ------------------
  276|  1.76k|                goto found_unused_or_dummy;
  277|  1.00k|            if (entry->hash == hash) {
  ------------------
  |  Branch (277:17): [True: 16, False: 991]
  ------------------
  278|     16|                PyObject *startkey = entry->key;
  279|     16|                assert(startkey != dummy);
  ------------------
  |  Branch (279:17): [True: 16, False: 0]
  ------------------
  280|     16|                if (startkey == key)
  ------------------
  |  Branch (280:21): [True: 16, False: 0]
  ------------------
  281|     16|                    goto found_active;
  282|      0|                if (PyUnicode_CheckExact(startkey)
  ------------------
  |  |  104|      0|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  283|      0|                    && PyUnicode_CheckExact(key)
  ------------------
  |  |  104|      0|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  284|      0|                    && unicode_eq(startkey, key))
  ------------------
  |  Branch (284:24): [True: 0, False: 0]
  ------------------
  285|      0|                    goto found_active;
  286|      0|                table = so->table;
  287|      0|                Py_INCREF(startkey);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  288|      0|                cmp = PyObject_RichCompareBool(startkey, key, Py_EQ);
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  289|      0|                Py_DECREF(startkey);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  290|      0|                if (cmp > 0)
  ------------------
  |  Branch (290:21): [True: 0, False: 0]
  ------------------
  291|      0|                    goto found_active;
  292|      0|                if (cmp < 0)
  ------------------
  |  Branch (292:21): [True: 0, False: 0]
  ------------------
  293|      0|                    goto comparison_error;
  294|      0|                if (table != so->table || entry->key != startkey)
  ------------------
  |  Branch (294:21): [True: 0, False: 0]
  |  Branch (294:43): [True: 0, False: 0]
  ------------------
  295|      0|                    goto restart;
  296|      0|                mask = so->mask;
  297|      0|            }
  298|    991|            else if (entry->hash == -1) {
  ------------------
  |  Branch (298:22): [True: 0, False: 991]
  ------------------
  299|      0|                assert (entry->key == dummy);
  ------------------
  |  Branch (299:17): [True: 0, False: 0]
  ------------------
  300|      0|                freeslot = entry;
  301|      0|            }
  302|    991|            entry++;
  303|    991|        } while (probes--);
  ------------------
  |  Branch (303:18): [True: 835, False: 156]
  ------------------
  304|    156|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  218|    156|#define PERTURB_SHIFT 5
  ------------------
  305|    156|        i = (i * 5 + 1 + perturb) & mask;
  306|    156|    }
  307|       |
  308|  1.76k|  found_unused_or_dummy:
  309|  1.76k|    if (freeslot == NULL)
  ------------------
  |  Branch (309:9): [True: 1.76k, False: 0]
  ------------------
  310|  1.76k|        goto found_unused;
  311|      0|    if (freeslot->hash != -1) {
  ------------------
  |  Branch (311:9): [True: 0, False: 0]
  ------------------
  312|      0|        goto restart;
  313|      0|    }
  314|      0|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, so->used + 1);
  ------------------
  |  |  194|      0|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  315|      0|    FT_ATOMIC_STORE_SSIZE_RELAXED(freeslot->hash, hash);
  ------------------
  |  |  194|      0|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  316|      0|    FT_ATOMIC_STORE_PTR_RELEASE(freeslot->key, key);
  ------------------
  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  317|      0|    return 0;
  318|       |
  319|  1.76k|  found_unused:
  320|  1.76k|    so->fill++;
  321|  1.76k|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, so->used + 1);
  ------------------
  |  |  194|  1.76k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  322|  1.76k|    FT_ATOMIC_STORE_SSIZE_RELAXED(entry->hash, hash);
  ------------------
  |  |  194|  1.76k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  323|  1.76k|    FT_ATOMIC_STORE_PTR_RELEASE(entry->key, key);
  ------------------
  |  |  164|  1.76k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  324|  1.76k|    if ((size_t)so->fill*5 < mask*3)
  ------------------
  |  Branch (324:9): [True: 1.71k, False: 50]
  ------------------
  325|  1.71k|        return 0;
  326|     50|    return set_table_resize(so, so->used>50000 ? so->used*2 : so->used*4);
  ------------------
  |  Branch (326:33): [True: 0, False: 50]
  ------------------
  327|       |
  328|     16|  found_active:
  329|     16|    Py_DECREF(key);
  ------------------
  |  |  430|     16|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  330|     16|    return 0;
  331|       |
  332|      0|  comparison_error:
  333|      0|    Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  334|      0|    return -1;
  335|  1.76k|}
setobject.c:set_table_resize:
  485|     52|{
  486|     52|    setentry *oldtable, *newtable, *entry;
  487|     52|    Py_ssize_t oldmask = so->mask;
  488|     52|    Py_ssize_t oldsize = (size_t)oldmask + 1;
  489|     52|    size_t newmask;
  490|     52|    int is_oldtable_malloced;
  491|     52|    setentry small_copy[PySet_MINSIZE];
  492|       |
  493|     52|    assert(minused >= 0);
  ------------------
  |  Branch (493:5): [True: 52, False: 0]
  ------------------
  494|       |
  495|       |    /* Find the smallest table size > minused. */
  496|       |    /* XXX speed-up with intrinsics */
  497|     52|    size_t newsize = PySet_MINSIZE;
  ------------------
  |  |   18|     52|#define PySet_MINSIZE 8
  ------------------
  498|    188|    while (newsize <= (size_t)minused) {
  ------------------
  |  Branch (498:12): [True: 136, False: 52]
  ------------------
  499|    136|        newsize <<= 1; // The largest possible value is PY_SSIZE_T_MAX + 1.
  500|    136|    }
  501|       |
  502|       |    /* Get space for a new table. */
  503|     52|    oldtable = so->table;
  504|     52|    assert(oldtable != NULL);
  ------------------
  |  Branch (504:5): [True: 52, False: 0]
  ------------------
  505|     52|    is_oldtable_malloced = oldtable != so->smalltable;
  506|       |
  507|     52|    if (newsize == PySet_MINSIZE) {
  ------------------
  |  |   18|     52|#define PySet_MINSIZE 8
  ------------------
  |  Branch (507:9): [True: 0, False: 52]
  ------------------
  508|       |        /* A large table is shrinking, or we can't get any smaller. */
  509|      0|        newtable = so->smalltable;
  510|      0|        if (newtable == oldtable) {
  ------------------
  |  Branch (510:13): [True: 0, False: 0]
  ------------------
  511|      0|            if (so->fill == so->used) {
  ------------------
  |  Branch (511:17): [True: 0, False: 0]
  ------------------
  512|       |                /* No dummies, so no point doing anything. */
  513|      0|                return 0;
  514|      0|            }
  515|       |            /* We're not going to resize it, but rebuild the
  516|       |               table anyway to purge old dummy entries.
  517|       |               Subtle:  This is *necessary* if fill==size,
  518|       |               as set_lookkey needs at least one virgin slot to
  519|       |               terminate failing searches.  If fill < size, it's
  520|       |               merely desirable, as dummies slow searches. */
  521|      0|            assert(so->fill > so->used);
  ------------------
  |  Branch (521:13): [True: 0, False: 0]
  ------------------
  522|      0|            memcpy(small_copy, oldtable, sizeof(small_copy));
  523|      0|            oldtable = small_copy;
  524|      0|        }
  525|      0|    }
  526|     52|    else {
  527|     52|        newtable = PyMem_NEW(setentry, newsize);
  ------------------
  |  |   82|     52|#define PyMem_NEW(type, n)        PyMem_New(type, (n))
  |  |  ------------------
  |  |  |  |   64|     52|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     52|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:5): [True: 0, False: 52]
  |  |  |  |  ------------------
  |  |  |  |   65|     52|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  |  |  ------------------
  ------------------
  528|     52|        if (newtable == NULL) {
  ------------------
  |  Branch (528:13): [True: 0, False: 52]
  ------------------
  529|      0|            PyErr_NoMemory();
  530|      0|            return -1;
  531|      0|        }
  532|     52|    }
  533|       |
  534|       |    /* Make the set empty, using the new table. */
  535|     52|    assert(newtable != oldtable);
  ------------------
  |  Branch (535:5): [True: 52, False: 0]
  ------------------
  536|     52|    set_zero_table(newtable, newsize);
  537|     52|    FT_ATOMIC_STORE_PTR_RELEASE(so->table, NULL);
  ------------------
  |  |  164|     52|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  538|     52|    FT_ATOMIC_STORE_SSIZE_RELEASE(so->mask, newsize - 1);
  ------------------
  |  |  169|     52|#define FT_ATOMIC_STORE_SSIZE_RELEASE(value, new_value) value = new_value
  ------------------
  539|       |
  540|       |    /* Copy the data over; this is refcount-neutral for active entries;
  541|       |       dummy entries aren't copied over, of course */
  542|     52|    newmask = (size_t)so->mask;
  543|     52|    if (so->fill == so->used) {
  ------------------
  |  Branch (543:9): [True: 52, False: 0]
  ------------------
  544|  1.16k|        for (entry = oldtable; entry <= oldtable + oldmask; entry++) {
  ------------------
  |  Branch (544:32): [True: 1.11k, False: 52]
  ------------------
  545|  1.11k|            if (entry->key != NULL) {
  ------------------
  |  Branch (545:17): [True: 664, False: 448]
  ------------------
  546|    664|                set_insert_clean(newtable, newmask, entry->key, entry->hash);
  547|    664|            }
  548|  1.11k|        }
  549|     52|    } else {
  550|      0|        so->fill = so->used;
  551|      0|        for (entry = oldtable; entry <= oldtable + oldmask; entry++) {
  ------------------
  |  Branch (551:32): [True: 0, False: 0]
  ------------------
  552|      0|            if (entry->key != NULL && entry->key != dummy) {
  ------------------
  |  |   64|      0|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (552:17): [True: 0, False: 0]
  |  Branch (552:39): [True: 0, False: 0]
  ------------------
  553|      0|                set_insert_clean(newtable, newmask, entry->key, entry->hash);
  554|      0|            }
  555|      0|        }
  556|      0|    }
  557|       |
  558|     52|    FT_ATOMIC_STORE_PTR_RELEASE(so->table, newtable);
  ------------------
  |  |  164|     52|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  559|       |
  560|     52|    if (is_oldtable_malloced)
  ------------------
  |  Branch (560:9): [True: 13, False: 39]
  ------------------
  561|     13|        free_entries(oldtable, oldsize, SET_IS_SHARED(so));
  ------------------
  |  |  132|     13|#define SET_IS_SHARED(so) 0
  ------------------
  562|     52|    return 0;
  563|     52|}
setobject.c:set_zero_table:
  197|     69|{
  198|       |#ifdef Py_GIL_DISABLED
  199|       |    for (size_t i = 0; i < size; i++) {
  200|       |        setentry *entry = &table[i];
  201|       |        FT_ATOMIC_STORE_SSIZE_RELAXED(entry->hash, 0);
  202|       |        FT_ATOMIC_STORE_PTR_RELEASE(entry->key, NULL);
  203|       |    }
  204|       |#else
  205|     69|    memset(table, 0, sizeof(setentry)*size);
  206|     69|#endif
  207|     69|}
setobject.c:set_insert_clean:
  385|    675|{
  386|    675|    setentry *entry;
  387|    675|    size_t perturb = hash;
  388|    675|    size_t i = (size_t)hash & mask;
  389|    675|    size_t j;
  390|       |
  391|    685|    while (1) {
  ------------------
  |  Branch (391:12): [True: 685, Folded]
  ------------------
  392|    685|        entry = &table[i];
  393|    685|        if (entry->key == NULL)
  ------------------
  |  Branch (393:13): [True: 627, False: 58]
  ------------------
  394|    627|            goto found_null;
  395|     58|        if (i + LINEAR_PROBES <= mask) {
  ------------------
  |  |  214|     58|#define LINEAR_PROBES 9
  ------------------
  |  Branch (395:13): [True: 48, False: 10]
  ------------------
  396|     57|            for (j = 0; j < LINEAR_PROBES; j++) {
  ------------------
  |  |  214|     57|#define LINEAR_PROBES 9
  ------------------
  |  Branch (396:25): [True: 57, False: 0]
  ------------------
  397|     57|                entry++;
  398|     57|                if (entry->key == NULL)
  ------------------
  |  Branch (398:21): [True: 48, False: 9]
  ------------------
  399|     48|                    goto found_null;
  400|     57|            }
  401|     48|        }
  402|     10|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  218|     10|#define PERTURB_SHIFT 5
  ------------------
  403|     10|        i = (i * 5 + 1 + perturb) & mask;
  404|     10|    }
  405|    675|  found_null:
  406|    675|    FT_ATOMIC_STORE_SSIZE_RELAXED(entry->hash, hash);
  ------------------
  |  |  194|    675|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  407|    675|    FT_ATOMIC_STORE_PTR_RELEASE(entry->key, key);
  ------------------
  |  |  164|    675|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  408|    675|}
setobject.c:free_entries:
  468|     18|{
  469|       |#ifdef Py_GIL_DISABLED
  470|       |    if (use_qsbr) {
  471|       |        _PyMem_FreeDelayed(entries, size * sizeof(setentry));
  472|       |        return;
  473|       |    }
  474|       |#endif
  475|     18|    PyMem_Free(entries);
  476|     18|}
setobject.c:setiter_dealloc:
 1041|     72|{
 1042|     72|    setiterobject *si = (setiterobject*)self;
 1043|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
 1044|     72|    _PyObject_GC_UNTRACK(si);
  ------------------
  |  |  515|     72|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1045|     72|    Py_XDECREF(si->si_set);
  ------------------
  |  |  524|     72|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1046|     72|    PyObject_GC_Del(si);
 1047|     72|}
setobject.c:setiter_iternext:
 1096|    208|{
 1097|    208|    setiterobject *si = (setiterobject*)self;
 1098|    208|    PyObject *key = NULL;
 1099|    208|    Py_ssize_t i, mask;
 1100|    208|    setentry *entry;
 1101|    208|    PySetObject *so = si->si_set;
 1102|       |
 1103|    208|    if (so == NULL)
  ------------------
  |  Branch (1103:9): [True: 0, False: 208]
  ------------------
 1104|      0|        return NULL;
 1105|    208|    assert (PyAnySet_Check(so));
  ------------------
  |  Branch (1105:5): [True: 2, False: 206]
  |  Branch (1105:5): [True: 206, False: 0]
  |  Branch (1105:5): [True: 0, False: 0]
  |  Branch (1105:5): [True: 0, False: 0]
  ------------------
 1106|       |
 1107|    208|    Py_ssize_t so_used = FT_ATOMIC_LOAD_SSIZE_RELAXED(so->used);
  ------------------
  |  |  149|    208|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 1108|    208|    Py_ssize_t si_used = FT_ATOMIC_LOAD_SSIZE_RELAXED(si->si_used);
  ------------------
  |  |  149|    208|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 1109|    208|    if (si_used != so_used) {
  ------------------
  |  Branch (1109:9): [True: 0, False: 208]
  ------------------
 1110|      0|        PyErr_SetString(PyExc_RuntimeError,
 1111|      0|                        "Set changed size during iteration");
 1112|      0|        si->si_used = -1; /* Make this state sticky */
 1113|      0|        return NULL;
 1114|      0|    }
 1115|       |
 1116|    208|    Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|    208|    {
  ------------------
 1117|    208|    i = si->si_pos;
 1118|    208|    assert(i>=0);
  ------------------
  |  Branch (1118:5): [True: 208, False: 0]
  ------------------
 1119|    208|    entry = so->table;
 1120|    208|    mask = so->mask;
 1121|    822|    while (i <= mask && (entry[i].key == NULL || entry[i].key == dummy)) {
  ------------------
  |  |   64|    138|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (1121:12): [True: 752, False: 70]
  |  Branch (1121:26): [True: 614, False: 138]
  |  Branch (1121:50): [True: 0, False: 138]
  ------------------
 1122|    614|        i++;
 1123|    614|    }
 1124|    208|    if (i <= mask) {
  ------------------
  |  Branch (1124:9): [True: 138, False: 70]
  ------------------
 1125|    138|        key = Py_NewRef(entry[i].key);
  ------------------
  |  |  550|    138|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    138|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1126|    138|    }
 1127|    208|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    208|    }
  ------------------
 1128|    208|    si->si_pos = i+1;
 1129|    208|    if (key == NULL) {
  ------------------
  |  Branch (1129:9): [True: 70, False: 138]
  ------------------
 1130|     70|        si->si_set = NULL;
 1131|     70|        Py_DECREF(so);
  ------------------
  |  |  430|     70|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     70|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     70|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1132|     70|        return NULL;
 1133|     70|    }
 1134|    138|    si->len--;
 1135|    138|    return key;
 1136|    208|}
setobject.c:set_contains_entry:
  567|    506|{
  568|       |#ifdef Py_GIL_DISABLED
  569|       |    return set_lookkey_threadsafe(so, key, hash);
  570|       |#else
  571|    506|    setentry *entry; // unused
  572|    506|    return set_lookkey(so, key, hash, &entry);
  573|    506|#endif
  574|    506|}
setobject.c:set_lookkey:
  415|    516|{
  416|    516|    int status;
  417|    516|    if (PyFrozenSet_CheckExact(so)) {
  ------------------
  |  |   23|    516|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|    516|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    516|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    516|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 152, False: 364]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  418|    152|        status = set_do_lookup(so, so->table, so->mask, key, hash, epp,
  419|    152|                               set_compare_frozenset);
  420|    152|    }
  421|    364|    else {
  422|    364|        Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|    364|    {
  ------------------
  423|    364|        do {
  424|    364|            status = set_do_lookup(so, so->table, so->mask, key, hash, epp,
  425|    364|                                   set_compare_entry_lock_held);
  426|    364|        } while (status == SET_LOOKKEY_CHANGED);
  ------------------
  |  |   69|    364|#define SET_LOOKKEY_CHANGED (-2)
  ------------------
  |  Branch (426:18): [True: 0, False: 364]
  ------------------
  427|    364|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    364|    }
  ------------------
  428|    364|    }
  429|    516|    assert(status == SET_LOOKKEY_FOUND ||
  ------------------
  |  Branch (429:5): [True: 147, False: 369]
  |  Branch (429:5): [True: 369, False: 0]
  |  Branch (429:5): [True: 0, False: 0]
  ------------------
  430|    516|           status == SET_LOOKKEY_NO_MATCH ||
  431|    516|           status == SET_LOOKKEY_ERROR);
  432|    516|    return status;
  433|    516|}
setobject.c:set_do_lookup:
  223|    521|{
  224|    521|    setentry *entry;
  225|    521|    size_t perturb = hash;
  226|    521|    size_t i = (size_t)hash & mask; /* Unsigned for defined overflow behavior */
  227|    521|    int probes;
  228|    521|    int status;
  229|       |
  230|    578|    while (1) {
  ------------------
  |  Branch (230:12): [True: 578, Folded]
  ------------------
  231|    578|        entry = &table[i];
  232|    578|        probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0;
  ------------------
  |  |  214|    578|#define LINEAR_PROBES 9
  ------------------
                      probes = (i + LINEAR_PROBES <= mask) ? LINEAR_PROBES: 0;
  ------------------
  |  |  214|    203|#define LINEAR_PROBES 9
  ------------------
  |  Branch (232:18): [True: 203, False: 375]
  ------------------
  233|    733|        do {
  234|    733|            status = compare_entry(so, table, entry, key, hash);
  235|    733|            if (status != SET_LOOKKEY_NO_MATCH) {
  ------------------
  |  |   67|    733|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  |  Branch (235:17): [True: 521, False: 212]
  ------------------
  236|    521|                if (status == SET_LOOKKEY_EMPTY) {
  ------------------
  |  |   70|    521|#define SET_LOOKKEY_EMPTY (-3)
  ------------------
  |  Branch (236:21): [True: 374, False: 147]
  ------------------
  237|    374|                    return SET_LOOKKEY_NO_MATCH;
  ------------------
  |  |   67|    374|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  238|    374|                }
  239|    147|                *epp = entry;
  240|    147|                return status;
  241|    521|            }
  242|    212|            entry++;
  243|    212|        } while (probes--);
  ------------------
  |  Branch (243:18): [True: 155, False: 57]
  ------------------
  244|     57|        perturb >>= PERTURB_SHIFT;
  ------------------
  |  |  218|     57|#define PERTURB_SHIFT 5
  ------------------
  245|     57|        i = (i * 5 + 1 + perturb) & mask;
  246|     57|    }
  247|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  248|    521|}
setobject.c:set_compare_frozenset:
  174|    184|{
  175|    184|    assert(PyFrozenSet_Check(so));
  ------------------
  |  Branch (175:5): [True: 184, False: 0]
  |  Branch (175:5): [True: 0, False: 0]
  ------------------
  176|    184|    PyObject *startkey = ep->key;
  177|    184|    if (startkey == NULL) {
  ------------------
  |  Branch (177:9): [True: 94, False: 90]
  ------------------
  178|     94|        return SET_LOOKKEY_EMPTY;
  ------------------
  |  |   70|     94|#define SET_LOOKKEY_EMPTY (-3)
  ------------------
  179|     94|    }
  180|     90|    if (startkey == key) {
  ------------------
  |  Branch (180:9): [True: 63, False: 27]
  ------------------
  181|     63|        return SET_LOOKKEY_FOUND;
  ------------------
  |  |   66|     63|#define SET_LOOKKEY_FOUND 1
  ------------------
  182|     63|    }
  183|     27|    Py_ssize_t ep_hash = ep->hash;
  184|     27|    if (ep_hash == hash) {
  ------------------
  |  Branch (184:9): [True: 0, False: 27]
  ------------------
  185|      0|        int cmp = PyObject_RichCompareBool(startkey, key, Py_EQ);
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  186|      0|        if (cmp < 0) {
  ------------------
  |  Branch (186:13): [True: 0, False: 0]
  ------------------
  187|      0|            return SET_LOOKKEY_ERROR;
  ------------------
  |  |   68|      0|#define SET_LOOKKEY_ERROR (-1)
  ------------------
  188|      0|        }
  189|      0|        assert(cmp == SET_LOOKKEY_FOUND || cmp == SET_LOOKKEY_NO_MATCH);
  ------------------
  |  Branch (189:9): [True: 0, False: 0]
  |  Branch (189:9): [True: 0, False: 0]
  ------------------
  190|      0|        return cmp;
  191|      0|    }
  192|     27|    return SET_LOOKKEY_NO_MATCH;
  ------------------
  |  |   67|     27|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  193|     27|}
setobject.c:set_compare_entry_lock_held:
  140|    549|{
  141|    549|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
  142|    549|    if (entry->hash == 0 && entry->key == NULL)
  ------------------
  |  Branch (142:9): [True: 280, False: 269]
  |  Branch (142:29): [True: 280, False: 0]
  ------------------
  143|    280|        return SET_LOOKKEY_EMPTY;
  ------------------
  |  |   70|    280|#define SET_LOOKKEY_EMPTY (-3)
  ------------------
  144|    269|    if (entry->hash == hash) {
  ------------------
  |  Branch (144:9): [True: 84, False: 185]
  ------------------
  145|     84|        PyObject *startkey = entry->key;
  146|     84|        assert(startkey != dummy);
  ------------------
  |  Branch (146:9): [True: 84, False: 0]
  ------------------
  147|     84|        if (startkey == key)
  ------------------
  |  Branch (147:13): [True: 69, False: 15]
  ------------------
  148|     69|            return SET_LOOKKEY_FOUND;
  ------------------
  |  |   66|     69|#define SET_LOOKKEY_FOUND 1
  ------------------
  149|     15|        if (PyUnicode_CheckExact(startkey)
  ------------------
  |  |  104|     15|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     30|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 15, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  150|     15|            && PyUnicode_CheckExact(key)
  ------------------
  |  |  104|     15|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     30|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 15, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  151|     15|            && unicode_eq(startkey, key))
  ------------------
  |  Branch (151:16): [True: 15, False: 0]
  ------------------
  152|     15|            return SET_LOOKKEY_FOUND;
  ------------------
  |  |   66|     15|#define SET_LOOKKEY_FOUND 1
  ------------------
  153|      0|        table = so->table;
  154|      0|        Py_INCREF(startkey);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  155|      0|        int cmp = PyObject_RichCompareBool(startkey, key, Py_EQ);
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  156|      0|        Py_DECREF(startkey);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|      0|        if (cmp < 0)
  ------------------
  |  Branch (157:13): [True: 0, False: 0]
  ------------------
  158|      0|            return SET_LOOKKEY_ERROR;
  ------------------
  |  |   68|      0|#define SET_LOOKKEY_ERROR (-1)
  ------------------
  159|      0|        if (table != so->table || entry->key != startkey)
  ------------------
  |  Branch (159:13): [True: 0, False: 0]
  |  Branch (159:35): [True: 0, False: 0]
  ------------------
  160|      0|            return SET_LOOKKEY_CHANGED;
  ------------------
  |  |   69|      0|#define SET_LOOKKEY_CHANGED (-2)
  ------------------
  161|      0|        if (cmp > 0)
  ------------------
  |  Branch (161:13): [True: 0, False: 0]
  ------------------
  162|      0|            return SET_LOOKKEY_FOUND;
  ------------------
  |  |   66|      0|#define SET_LOOKKEY_FOUND 1
  ------------------
  163|      0|    }
  164|    185|    return SET_LOOKKEY_NO_MATCH;
  ------------------
  |  |   67|    185|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  165|    269|}
setobject.c:set_dealloc:
  735|    118|{
  736|    118|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|    118|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|    118|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (736:23): [True: 100, False: 18]
  |  Branch (736:23): [True: 18, False: 0]
  |  Branch (736:23): [True: 0, False: 0]
  |  Branch (736:23): [True: 0, False: 0]
  ------------------
  737|      0|    setentry *entry;
  738|    118|    Py_ssize_t used = so->used;
  739|    118|    Py_ssize_t oldsize = (size_t)so->mask + 1;
  740|       |
  741|       |    /* bpo-31095: UnTrack is needed before calling any callbacks */
  742|    118|    PyObject_GC_UnTrack(so);
  743|    118|    FT_CLEAR_WEAKREFS(self, so->weakreflist);
  ------------------
  |  |   47|    118|    do {                                            \
  |  |   48|    118|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|    118|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 118]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|    118|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 118]
  |  |  ------------------
  ------------------
  |  Branch (743:5): [True: 118, False: 0]
  ------------------
  744|       |
  745|    624|    for (entry = so->table; used > 0; entry++) {
  ------------------
  |  Branch (745:29): [True: 506, False: 118]
  ------------------
  746|    506|        if (entry->key && entry->key != dummy) {
  ------------------
  |  |   64|    197|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (746:13): [True: 197, False: 309]
  |  Branch (746:27): [True: 197, False: 0]
  ------------------
  747|    197|                used--;
  748|    197|                Py_DECREF(entry->key);
  ------------------
  |  |  430|    197|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    197|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    197|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  749|    197|        }
  750|    506|    }
  751|    118|    if (so->table != so->smalltable)
  ------------------
  |  Branch (751:9): [True: 5, False: 113]
  ------------------
  752|      5|        free_entries(so->table, oldsize, SET_IS_SHARED(so));
  ------------------
  |  |  132|      5|#define SET_IS_SHARED(so) 0
  ------------------
  753|    118|    Py_TYPE(so)->tp_free(so);
  ------------------
  |  |  213|    118|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    118|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    118|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  754|    118|}
setobject.c:set_copy_impl:
 1559|      1|{
 1560|      1|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
 1561|      1|    PyObject *copy = make_new_set_basetype(Py_TYPE(so), NULL);
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1562|      1|    if (copy == NULL) {
  ------------------
  |  Branch (1562:9): [True: 0, False: 1]
  ------------------
 1563|      0|        return NULL;
 1564|      0|    }
 1565|      1|    if (set_merge_lock_held((PySetObject *)copy, (PyObject *)so) < 0) {
  ------------------
  |  Branch (1565:9): [True: 0, False: 1]
  ------------------
 1566|      0|        Py_DECREF(copy);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1567|      0|        return NULL;
 1568|      0|    }
 1569|      1|    return copy;
 1570|      1|}
setobject.c:set_merge_lock_held:
  830|     33|{
  831|     33|    PySetObject *other;
  832|     33|    PyObject *key;
  833|     33|    Py_ssize_t i;
  834|     33|    setentry *so_entry;
  835|     33|    setentry *other_entry;
  836|       |
  837|     33|    assert (PyAnySet_Check(so));
  ------------------
  |  Branch (837:5): [True: 13, False: 20]
  |  Branch (837:5): [True: 20, False: 0]
  |  Branch (837:5): [True: 0, False: 0]
  |  Branch (837:5): [True: 0, False: 0]
  ------------------
  838|     33|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
  839|     33|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(otherset);
  840|       |
  841|     33|    other = _PySet_CAST(otherset);
  ------------------
  |  |   62|     33|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (841:13): [True: 33, False: 0]
  |  Branch (841:13): [True: 0, False: 0]
  |  Branch (841:13): [True: 0, False: 0]
  |  Branch (841:13): [True: 0, False: 0]
  ------------------
  842|     33|    if (other == so || other->used == 0)
  ------------------
  |  Branch (842:9): [True: 0, False: 33]
  |  Branch (842:24): [True: 10, False: 23]
  ------------------
  843|       |        /* a.update(a) or a.update(set()); nothing to do */
  844|     10|        return 0;
  845|       |    /* Do one big resize at the start, rather than
  846|       |     * incrementally resizing as we insert new keys.  Expect
  847|       |     * that there will be no (or few) overlapping keys.
  848|       |     */
  849|     23|    if ((so->fill + other->used)*5 >= so->mask*3) {
  ------------------
  |  Branch (849:9): [True: 2, False: 21]
  ------------------
  850|      2|        if (set_table_resize(so, (so->used + other->used)*2) != 0)
  ------------------
  |  Branch (850:13): [True: 0, False: 2]
  ------------------
  851|      0|            return -1;
  852|      2|    }
  853|     23|    so_entry = so->table;
  854|     23|    other_entry = other->table;
  855|       |
  856|       |    /* If our table is empty, and both tables have the same size, and
  857|       |       there are no dummies to eliminate, then just copy the pointers. */
  858|     23|    if (so->fill == 0 && so->mask == other->mask && other->fill == other->used) {
  ------------------
  |  Branch (858:9): [True: 22, False: 1]
  |  Branch (858:26): [True: 20, False: 2]
  |  Branch (858:53): [True: 20, False: 0]
  ------------------
  859|    180|        for (i = 0; i <= other->mask; i++, so_entry++, other_entry++) {
  ------------------
  |  Branch (859:21): [True: 160, False: 20]
  ------------------
  860|    160|            key = other_entry->key;
  861|    160|            if (key != NULL) {
  ------------------
  |  Branch (861:17): [True: 39, False: 121]
  ------------------
  862|     39|                assert(so_entry->key == NULL);
  ------------------
  |  Branch (862:17): [True: 39, False: 0]
  ------------------
  863|     39|                FT_ATOMIC_STORE_SSIZE_RELAXED(so_entry->hash, other_entry->hash);
  ------------------
  |  |  194|     39|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  864|     39|                FT_ATOMIC_STORE_PTR_RELEASE(so_entry->key, Py_NewRef(key));
  ------------------
  |  |  164|     39|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  865|     39|            }
  866|    160|        }
  867|     20|        so->fill = other->fill;
  868|     20|        FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, other->used);
  ------------------
  |  |  194|     20|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  869|     20|        return 0;
  870|     20|    }
  871|       |
  872|       |    /* If our table is empty, we can use set_insert_clean() */
  873|      3|    if (so->fill == 0) {
  ------------------
  |  Branch (873:9): [True: 2, False: 1]
  ------------------
  874|      2|        setentry *newtable = so->table;
  875|      2|        size_t newmask = (size_t)so->mask;
  876|      2|        so->fill = other->used;
  877|      2|        FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, other->used);
  ------------------
  |  |  194|      2|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  878|     66|        for (i = other->mask + 1; i > 0 ; i--, other_entry++) {
  ------------------
  |  Branch (878:35): [True: 64, False: 2]
  ------------------
  879|     64|            key = other_entry->key;
  880|     64|            if (key != NULL && key != dummy) {
  ------------------
  |  |   64|     11|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (880:17): [True: 11, False: 53]
  |  Branch (880:32): [True: 11, False: 0]
  ------------------
  881|     11|                set_insert_clean(newtable, newmask, Py_NewRef(key),
  ------------------
  |  |  550|     11|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  882|     11|                                 other_entry->hash);
  883|     11|            }
  884|     64|        }
  885|      2|        return 0;
  886|      2|    }
  887|       |
  888|       |    /* We can't assure there are no duplicates, so do normal insertions */
  889|      9|    for (i = 0; i <= other->mask; i++) {
  ------------------
  |  Branch (889:17): [True: 8, False: 1]
  ------------------
  890|      8|        other_entry = &other->table[i];
  891|      8|        key = other_entry->key;
  892|      8|        if (key != NULL && key != dummy) {
  ------------------
  |  |   64|      2|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (892:13): [True: 2, False: 6]
  |  Branch (892:28): [True: 2, False: 0]
  ------------------
  893|      2|            if (set_add_entry(so, key, other_entry->hash))
  ------------------
  |  Branch (893:17): [True: 0, False: 2]
  ------------------
  894|      0|                return -1;
  895|      2|        }
  896|      8|    }
  897|      1|    return 0;
  898|      1|}
setobject.c:set_intersection:
 1676|      7|{
 1677|      7|    PySetObject *result;
 1678|      7|    PyObject *key, *it, *tmp;
 1679|      7|    Py_hash_t hash;
 1680|      7|    int rv;
 1681|       |
 1682|      7|    if ((PyObject *)so == other)
  ------------------
  |  Branch (1682:9): [True: 0, False: 7]
  ------------------
 1683|      0|        return set_copy_impl(so);
 1684|       |
 1685|      7|    result = (PySetObject *)make_new_set_basetype(Py_TYPE(so), NULL);
  ------------------
  |  |  213|      7|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1686|      7|    if (result == NULL)
  ------------------
  |  Branch (1686:9): [True: 0, False: 7]
  ------------------
 1687|      0|        return NULL;
 1688|       |
 1689|      7|    if (PyAnySet_Check(other)) {
  ------------------
  |  |   31|      7|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     14|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      7|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      7|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      7|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1690|      7|        Py_ssize_t pos = 0;
 1691|      7|        setentry *entry;
 1692|       |
 1693|      7|        if (PySet_GET_SIZE(other) > PySet_GET_SIZE(so)) {
  ------------------
  |  |   71|      7|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PySet_GET_SIZE(other) > PySet_GET_SIZE(so)) {
  ------------------
  |  |   71|      7|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1693:13): [True: 6, False: 1]
  ------------------
 1694|      6|            tmp = (PyObject *)so;
 1695|      6|            so = (PySetObject *)other;
 1696|      6|            other = tmp;
 1697|      6|        }
 1698|       |
 1699|      9|        while (set_next((PySetObject *)other, &pos, &entry)) {
  ------------------
  |  Branch (1699:16): [True: 2, False: 7]
  ------------------
 1700|      2|            key = entry->key;
 1701|      2|            hash = entry->hash;
 1702|      2|            Py_INCREF(key);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1703|      2|            rv = set_contains_entry(so, key, hash);
 1704|      2|            if (rv < 0) {
  ------------------
  |  Branch (1704:17): [True: 0, False: 2]
  ------------------
 1705|      0|                Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1706|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1707|      0|                return NULL;
 1708|      0|            }
 1709|      2|            if (rv) {
  ------------------
  |  Branch (1709:17): [True: 0, False: 2]
  ------------------
 1710|      0|                if (set_add_entry(result, key, hash)) {
  ------------------
  |  Branch (1710:21): [True: 0, False: 0]
  ------------------
 1711|      0|                    Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1712|      0|                    Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1713|      0|                    return NULL;
 1714|      0|                }
 1715|      0|            }
 1716|      2|            Py_DECREF(key);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1717|      2|        }
 1718|      7|        return (PyObject *)result;
 1719|      7|    }
 1720|       |
 1721|      0|    it = PyObject_GetIter(other);
 1722|      0|    if (it == NULL) {
  ------------------
  |  Branch (1722:9): [True: 0, False: 0]
  ------------------
 1723|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1724|      0|        return NULL;
 1725|      0|    }
 1726|       |
 1727|      0|    while ((key = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (1727:12): [True: 0, False: 0]
  ------------------
 1728|      0|        hash = PyObject_Hash(key);
 1729|      0|        if (hash == -1)
  ------------------
  |  Branch (1729:13): [True: 0, False: 0]
  ------------------
 1730|      0|            goto error;
 1731|      0|        rv = set_contains_entry(so, key, hash);
 1732|      0|        if (rv < 0)
  ------------------
  |  Branch (1732:13): [True: 0, False: 0]
  ------------------
 1733|      0|            goto error;
 1734|      0|        if (rv) {
  ------------------
  |  Branch (1734:13): [True: 0, False: 0]
  ------------------
 1735|      0|            if (set_add_entry(result, key, hash))
  ------------------
  |  Branch (1735:17): [True: 0, False: 0]
  ------------------
 1736|      0|                goto error;
 1737|      0|            if (PySet_GET_SIZE(result) >= PySet_GET_SIZE(so)) {
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (PySet_GET_SIZE(result) >= PySet_GET_SIZE(so)) {
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1737:17): [True: 0, False: 0]
  ------------------
 1738|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1739|      0|                break;
 1740|      0|            }
 1741|      0|        }
 1742|      0|        Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1743|      0|    }
 1744|      0|    Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1745|      0|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1745:9): [True: 0, False: 0]
  ------------------
 1746|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1747|      0|        return NULL;
 1748|      0|    }
 1749|      0|    return (PyObject *)result;
 1750|      0|  error:
 1751|      0|    Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1752|      0|    Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1753|      0|    Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1754|       |    return NULL;
 1755|      0|}
setobject.c:set_discard_entry:
  581|     10|{
  582|     10|    setentry *entry;
  583|     10|    PyObject *old_key;
  584|     10|    int status = set_lookkey(so, key, hash, &entry);
  585|     10|    if (status < 0) {
  ------------------
  |  Branch (585:9): [True: 0, False: 10]
  ------------------
  586|      0|        return -1;
  587|      0|    }
  588|     10|    if (status == SET_LOOKKEY_NO_MATCH) {
  ------------------
  |  |   67|     10|#define SET_LOOKKEY_NO_MATCH 0
  ------------------
  |  Branch (588:9): [True: 10, False: 0]
  ------------------
  589|     10|        return DISCARD_NOTFOUND;
  ------------------
  |  |  576|     10|#define DISCARD_NOTFOUND 0
  ------------------
  590|     10|    }
  591|     10|    assert(status == SET_LOOKKEY_FOUND);
  ------------------
  |  Branch (591:5): [True: 0, False: 0]
  ------------------
  592|      0|    old_key = entry->key;
  593|      0|    FT_ATOMIC_STORE_SSIZE_RELAXED(entry->hash, -1);
  ------------------
  |  |  194|      0|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  594|      0|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, so->used - 1);
  ------------------
  |  |  194|      0|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  595|      0|    FT_ATOMIC_STORE_PTR_RELEASE(entry->key, dummy);
  ------------------
  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  596|      0|    Py_DECREF(old_key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  597|      0|    return DISCARD_FOUND;
  ------------------
  |  |  577|      0|#define DISCARD_FOUND 1
  ------------------
  598|      0|}
setobject.c:make_new_set_basetype:
 1378|      8|{
 1379|      8|    if (type != &PySet_Type && type != &PyFrozenSet_Type) {
  ------------------
  |  Branch (1379:9): [True: 0, False: 8]
  |  Branch (1379:32): [True: 0, False: 0]
  ------------------
 1380|      0|        if (PyType_IsSubtype(type, &PySet_Type))
  ------------------
  |  Branch (1380:13): [True: 0, False: 0]
  ------------------
 1381|      0|            type = &PySet_Type;
 1382|      0|        else
 1383|      0|            type = &PyFrozenSet_Type;
 1384|      0|    }
 1385|      8|    return make_new_set(type, iterable);
 1386|      8|}
setobject.c:set_add_entry:
  339|  1.67k|{
  340|  1.67k|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
  341|       |
  342|  1.67k|    return set_add_entry_takeref(so, Py_NewRef(key), hash);
  ------------------
  |  |  550|  1.67k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.67k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.67k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  343|  1.67k|}
setobject.c:set_and:
 1832|      7|{
 1833|      7|    if (!PyAnySet_Check(self) || !PyAnySet_Check(other))
  ------------------
  |  |   31|     14|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     14|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      7|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      7|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|     14|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
                  if (!PyAnySet_Check(self) || !PyAnySet_Check(other))
  ------------------
  |  |   31|      7|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     14|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      7|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      7|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      7|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1834|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 1835|      7|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|      7|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1835:23): [True: 7, False: 0]
  |  Branch (1835:23): [True: 0, False: 0]
  |  Branch (1835:23): [True: 0, False: 0]
  |  Branch (1835:23): [True: 0, False: 0]
  ------------------
 1836|       |
 1837|      0|    PyObject *rv;
 1838|      7|    Py_BEGIN_CRITICAL_SECTION2(so, other);
  ------------------
  |  |   57|      7|    {
  ------------------
 1839|      7|    rv = set_intersection(so, other);
 1840|      7|    Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      7|    }
  ------------------
 1841|       |
 1842|      7|    return rv;
 1843|      7|}
setobject.c:set_update_dict_lock_held:
 1188|      7|{
 1189|      7|    assert(PyAnyDict_CheckExact(other));
  ------------------
  |  Branch (1189:5): [True: 7, False: 0]
  |  Branch (1189:5): [True: 0, False: 0]
  ------------------
 1190|       |
 1191|      7|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
 1192|       |#ifdef Py_DEBUG
 1193|       |    if (!PyFrozenDict_CheckExact(other)) {
 1194|       |        _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(other);
 1195|       |    }
 1196|       |#endif
 1197|       |
 1198|       |    /* Do one big resize at the start, rather than
 1199|       |    * incrementally resizing as we insert new keys.  Expect
 1200|       |    * that there will be no (or few) overlapping keys.
 1201|       |    */
 1202|      7|    Py_ssize_t dictsize = PyDict_GET_SIZE(other);
  ------------------
  |  |   63|      7|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1203|      7|    if ((so->fill + dictsize)*5 >= so->mask*3) {
  ------------------
  |  Branch (1203:9): [True: 0, False: 7]
  ------------------
 1204|      0|        if (set_table_resize(so, (so->used + dictsize)*2) != 0) {
  ------------------
  |  Branch (1204:13): [True: 0, False: 0]
  ------------------
 1205|      0|            return -1;
 1206|      0|        }
 1207|      0|    }
 1208|       |
 1209|      7|    Py_ssize_t pos = 0;
 1210|      7|    PyObject *key;
 1211|      7|    PyObject *value;
 1212|      7|    Py_hash_t hash;
 1213|     11|    while (_PyDict_Next(other, &pos, &key, &value, &hash)) {
  ------------------
  |  Branch (1213:12): [True: 4, False: 7]
  ------------------
 1214|      4|        if (set_add_entry(so, key, hash)) {
  ------------------
  |  Branch (1214:13): [True: 0, False: 4]
  ------------------
 1215|      0|            return -1;
 1216|      0|        }
 1217|      4|    }
 1218|      7|    return 0;
 1219|      7|}
setobject.c:set_update_iterable_lock_held:
 1223|     16|{
 1224|     16|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(so);
 1225|       |
 1226|     16|    PyObject *it = PyObject_GetIter(other);
 1227|     16|    if (it == NULL) {
  ------------------
  |  Branch (1227:9): [True: 0, False: 16]
  ------------------
 1228|      0|        return -1;
 1229|      0|    }
 1230|       |
 1231|     16|    PyObject *key;
 1232|  1.29k|    while ((key = PyIter_Next(it)) != NULL) {
  ------------------
  |  Branch (1232:12): [True: 1.28k, False: 16]
  ------------------
 1233|  1.28k|        if (set_add_key(so, key)) {
  ------------------
  |  Branch (1233:13): [True: 0, False: 1.28k]
  ------------------
 1234|      0|            Py_DECREF(it);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1235|      0|            Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1236|      0|            return -1;
 1237|      0|        }
 1238|  1.28k|        Py_DECREF(key);
  ------------------
  |  |  430|  1.28k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1239|  1.28k|    }
 1240|     16|    Py_DECREF(it);
  ------------------
  |  |  430|     16|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1241|     16|    if (PyErr_Occurred())
  ------------------
  |  Branch (1241:9): [True: 0, False: 16]
  ------------------
 1242|      0|        return -1;
 1243|     16|    return 0;
 1244|     16|}
setobject.c:set_or:
 1641|      1|{
 1642|      1|    PySetObject *result;
 1643|       |
 1644|      1|    if (!PyAnySet_Check(self) || !PyAnySet_Check(other))
  ------------------
  |  |   31|      2|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      1|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      1|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      2|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
                  if (!PyAnySet_Check(self) || !PyAnySet_Check(other))
  ------------------
  |  |   31|      1|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      1|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      1|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      1|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1645|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 1646|       |
 1647|      1|    result = (PySetObject *)set_copy(self, NULL);
 1648|      1|    if (result == NULL) {
  ------------------
  |  Branch (1648:9): [True: 0, False: 1]
  ------------------
 1649|      0|        return NULL;
 1650|      0|    }
 1651|      1|    if (Py_Is(self, other)) {
  ------------------
  |  |  187|      1|#define Py_Is(x, y) ((x) == (y))
  |  |  ------------------
  |  |  |  Branch (187:21): [True: 0, False: 1]
  |  |  ------------------
  ------------------
 1652|      0|        return (PyObject *)result;
 1653|      0|    }
 1654|      1|    if (set_update_local(result, other)) {
  ------------------
  |  Branch (1654:9): [True: 0, False: 1]
  ------------------
 1655|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1656|      0|        return NULL;
 1657|      0|    }
 1658|      1|    return (PyObject *)result;
 1659|      1|}
setobject.c:set_update_local:
 1261|     48|{
 1262|     48|    assert(Py_REFCNT(so) == 1);
  ------------------
  |  Branch (1262:5): [True: 48, False: 0]
  ------------------
 1263|     48|    if (PyAnySet_Check(other)) {
  ------------------
  |  |   31|     48|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     96|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 25, False: 23]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     71|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     23|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     23|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 23]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|     48|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|     23|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     23|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     23|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 23]
  |  |  ------------------
  |  |   33|     48|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|     23|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     23|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     23|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 23]
  |  |  ------------------
  ------------------
 1264|     25|        int rv;
 1265|     25|        Py_BEGIN_CRITICAL_SECTION(other);
  ------------------
  |  |   51|     25|    {
  ------------------
 1266|     25|        rv = set_merge_lock_held(so, other);
 1267|     25|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     25|    }
  ------------------
 1268|     25|        return rv;
 1269|     25|    }
 1270|     23|    else if (PyDict_CheckExact(other)) {
  ------------------
  |  |   19|     23|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|     23|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     23|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     23|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 7, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1271|      7|        int rv;
 1272|      7|        Py_BEGIN_CRITICAL_SECTION(other);
  ------------------
  |  |   51|      7|    {
  ------------------
 1273|      7|        rv = set_update_dict_lock_held(so, other);
 1274|      7|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      7|    }
  ------------------
 1275|      7|        return rv;
 1276|      7|    }
 1277|     16|    else if (PyFrozenDict_CheckExact(other)) {
  ------------------
  |  |   38|     16|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  215|     16|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1278|      0|        return set_update_dict_lock_held(so, other);
 1279|      0|    }
 1280|     16|    return set_update_iterable_lock_held(so, other);
 1281|     48|}
setobject.c:set_ior:
 1663|      7|{
 1664|      7|    if (!PyAnySet_Check(other))
  ------------------
  |  |   31|      7|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     14|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      7|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      7|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      7|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1665|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 1666|      7|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|      7|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1666:23): [True: 7, False: 0]
  |  Branch (1666:23): [True: 0, False: 0]
  |  Branch (1666:23): [True: 0, False: 0]
  |  Branch (1666:23): [True: 0, False: 0]
  ------------------
 1667|       |
 1668|      7|    if (set_update_internal(so, other)) {
  ------------------
  |  Branch (1668:9): [True: 0, False: 7]
  ------------------
 1669|      0|        return NULL;
 1670|      0|    }
 1671|      7|    return Py_NewRef(so);
  ------------------
  |  |  550|      7|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1672|      7|}
setobject.c:set_contains:
 2524|     27|{
 2525|     27|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|     27|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2525:23): [True: 16, False: 11]
  |  Branch (2525:23): [True: 11, False: 0]
  |  Branch (2525:23): [True: 0, False: 0]
  |  Branch (2525:23): [True: 0, False: 0]
  ------------------
 2526|      0|    return _PySet_Contains(so, key);
 2527|     27|}
setobject.c:set_traverse:
  938|    104|{
  939|    104|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|    104|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|    104|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (939:23): [True: 100, False: 4]
  |  Branch (939:23): [True: 4, False: 0]
  |  Branch (939:23): [True: 0, False: 0]
  |  Branch (939:23): [True: 0, False: 0]
  ------------------
  940|      0|    Py_ssize_t pos = 0;
  941|    104|    setentry *entry;
  942|       |
  943|    868|    while (set_next(so, &pos, &entry))
  ------------------
  |  Branch (943:12): [True: 764, False: 104]
  ------------------
  944|    764|        Py_VISIT(entry->key);
  ------------------
  |  |  194|    868|    do {                                                                \
  |  |  195|    764|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 764, False: 0]
  |  |  ------------------
  |  |  196|    764|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    764|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    764|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    764|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 764]
  |  |  ------------------
  |  |  198|    764|                return vret;                                            \
  |  |  199|    764|        }                                                               \
  |  |  200|    764|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 764]
  |  |  ------------------
  ------------------
  945|    104|    return 0;
  946|    104|}
setobject.c:set_clear_internal:
  647|     17|{
  648|     17|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|     17|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (648:23): [True: 17, False: 0]
  |  Branch (648:23): [True: 0, False: 0]
  |  Branch (648:23): [True: 0, False: 0]
  |  Branch (648:23): [True: 0, False: 0]
  ------------------
  649|      0|    setentry *entry;
  650|     17|    setentry *table = so->table;
  651|     17|    Py_ssize_t fill = so->fill;
  652|     17|    Py_ssize_t used = so->used;
  653|     17|    Py_ssize_t oldsize = (size_t)so->mask + 1;
  654|     17|    int table_is_malloced = table != so->smalltable;
  655|     17|    setentry small_copy[PySet_MINSIZE];
  656|       |
  657|     17|    assert (PyAnySet_Check(so));
  ------------------
  |  Branch (657:5): [True: 17, False: 0]
  |  Branch (657:5): [True: 0, False: 0]
  |  Branch (657:5): [True: 0, False: 0]
  |  Branch (657:5): [True: 0, False: 0]
  ------------------
  658|     17|    assert(table != NULL);
  ------------------
  |  Branch (658:5): [True: 17, False: 0]
  ------------------
  659|       |
  660|       |    /* This is delicate.  During the process of clearing the set,
  661|       |     * decrefs can cause the set to mutate.  To avoid fatal confusion
  662|       |     * (voice of experience), we have to make the set empty before
  663|       |     * clearing the slots, and never refer to anything via so->ref while
  664|       |     * clearing.
  665|       |     */
  666|     17|    if (table_is_malloced)
  ------------------
  |  Branch (666:9): [True: 0, False: 17]
  ------------------
  667|      0|        set_empty_to_minsize(so);
  668|       |
  669|     17|    else if (fill > 0) {
  ------------------
  |  Branch (669:14): [True: 17, False: 0]
  ------------------
  670|       |        /* It's a small table with something that needs to be cleared.
  671|       |         * Afraid the only safe way is to copy the set entries into
  672|       |         * another small table first.
  673|       |         */
  674|     17|        memcpy(small_copy, table, sizeof(small_copy));
  675|     17|        table = small_copy;
  676|     17|        set_empty_to_minsize(so);
  677|     17|    }
  678|       |    /* else it's a small table that's already empty */
  679|       |
  680|       |    /* Now we can finally clear things.  If C had refcounts, we could
  681|       |     * assert that the refcount on table is 1 now, i.e. that this function
  682|       |     * has unique access to it, so decref side-effects can't alter it.
  683|       |     */
  684|    101|    for (entry = table; used > 0; entry++) {
  ------------------
  |  Branch (684:25): [True: 84, False: 17]
  ------------------
  685|     84|        if (entry->key && entry->key != dummy) {
  ------------------
  |  |   64|     17|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (685:13): [True: 17, False: 67]
  |  Branch (685:27): [True: 17, False: 0]
  ------------------
  686|     17|            used--;
  687|     17|            Py_DECREF(entry->key);
  ------------------
  |  |  430|     17|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  688|     17|        }
  689|     84|    }
  690|       |
  691|     17|    if (table_is_malloced)
  ------------------
  |  Branch (691:9): [True: 0, False: 17]
  ------------------
  692|      0|        free_entries(table, oldsize, SET_IS_SHARED(so));
  ------------------
  |  |  132|      0|#define SET_IS_SHARED(so) 0
  ------------------
  693|     17|    return 0;
  694|     17|}
setobject.c:set_empty_to_minsize:
  635|     17|{
  636|     17|    FT_ATOMIC_STORE_PTR_RELEASE(so->table, NULL);
  ------------------
  |  |  164|     17|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  637|     17|    set_zero_table(so->smalltable, PySet_MINSIZE);
  ------------------
  |  |   18|     17|#define PySet_MINSIZE 8
  ------------------
  638|     17|    so->fill = 0;
  639|     17|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, 0);
  ------------------
  |  |  194|     17|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  640|     17|    FT_ATOMIC_STORE_SSIZE_RELEASE(so->mask, PySet_MINSIZE - 1);
  ------------------
  |  |  169|     17|#define FT_ATOMIC_STORE_SSIZE_RELEASE(value, new_value) value = new_value
  ------------------
  641|     17|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->hash, -1);
  ------------------
  |  |  194|     17|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  642|     17|    FT_ATOMIC_STORE_PTR_RELEASE(so->table, so->smalltable);
  ------------------
  |  |  164|     17|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  643|     17|}
setobject.c:set_richcompare:
 2437|      4|{
 2438|      4|    PySetObject *v = _PySet_CAST(self);
  ------------------
  |  |   62|      4|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2438:22): [True: 4, False: 0]
  |  Branch (2438:22): [True: 0, False: 0]
  |  Branch (2438:22): [True: 0, False: 0]
  |  Branch (2438:22): [True: 0, False: 0]
  ------------------
 2439|      0|    PyObject *r1;
 2440|      4|    int r2;
 2441|       |
 2442|      4|    if(!PyAnySet_Check(w))
  ------------------
  |  |   31|      4|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      8|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      4|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      4|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      4|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2443|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 2444|       |
 2445|      4|    switch (op) {
  ------------------
  |  Branch (2445:13): [True: 4, False: 0]
  ------------------
 2446|      0|    case Py_EQ:
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
  |  Branch (2446:5): [True: 0, False: 4]
  ------------------
 2447|      0|        if (PySet_GET_SIZE(v) != PySet_GET_SIZE(w))
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PySet_GET_SIZE(v) != PySet_GET_SIZE(w))
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2447:13): [True: 0, False: 0]
  ------------------
 2448|      0|            Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2449|      0|        Py_hash_t v_hash = FT_ATOMIC_LOAD_SSIZE_RELAXED(v->hash);
  ------------------
  |  |  149|      0|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 2450|      0|        Py_hash_t w_hash = FT_ATOMIC_LOAD_SSIZE_RELAXED(((PySetObject *)w)->hash);
  ------------------
  |  |  149|      0|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 2451|      0|        if (v_hash != -1 && w_hash != -1 && v_hash != w_hash)
  ------------------
  |  Branch (2451:13): [True: 0, False: 0]
  |  Branch (2451:29): [True: 0, False: 0]
  |  Branch (2451:45): [True: 0, False: 0]
  ------------------
 2452|      0|            Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2453|      0|        return set_issubset((PyObject*)v, w);
 2454|      0|    case Py_NE:
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (2454:5): [True: 0, False: 4]
  ------------------
 2455|      0|        r1 = set_richcompare((PyObject*)v, w, Py_EQ);
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
 2456|      0|        if (r1 == NULL)
  ------------------
  |  Branch (2456:13): [True: 0, False: 0]
  ------------------
 2457|      0|            return NULL;
 2458|      0|        r2 = PyObject_IsTrue(r1);
 2459|      0|        Py_DECREF(r1);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2460|      0|        if (r2 < 0)
  ------------------
  |  Branch (2460:13): [True: 0, False: 0]
  ------------------
 2461|      0|            return NULL;
 2462|      0|        return PyBool_FromLong(!r2);
 2463|      4|    case Py_LE:
  ------------------
  |  |  653|      4|#define Py_LE 1
  ------------------
  |  Branch (2463:5): [True: 4, False: 0]
  ------------------
 2464|      4|        return set_issubset((PyObject*)v, w);
 2465|      0|    case Py_GE:
  ------------------
  |  |  657|      0|#define Py_GE 5
  ------------------
  |  Branch (2465:5): [True: 0, False: 4]
  ------------------
 2466|      0|        return set_issuperset((PyObject*)v, w);
 2467|      0|    case Py_LT:
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
  |  Branch (2467:5): [True: 0, False: 4]
  ------------------
 2468|      0|        if (PySet_GET_SIZE(v) >= PySet_GET_SIZE(w))
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PySet_GET_SIZE(v) >= PySet_GET_SIZE(w))
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2468:13): [True: 0, False: 0]
  ------------------
 2469|      0|            Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2470|      0|        return set_issubset((PyObject*)v, w);
 2471|      0|    case Py_GT:
  ------------------
  |  |  656|      0|#define Py_GT 4
  ------------------
  |  Branch (2471:5): [True: 0, False: 4]
  ------------------
 2472|      0|        if (PySet_GET_SIZE(v) <= PySet_GET_SIZE(w))
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PySet_GET_SIZE(v) <= PySet_GET_SIZE(w))
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2472:13): [True: 0, False: 0]
  ------------------
 2473|      0|            Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2474|      0|        return set_issuperset((PyObject*)v, w);
 2475|      4|    }
 2476|      0|    Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 2477|      4|}
setobject.c:set_issubset_impl:
 2362|      4|{
 2363|      4|    setentry *entry;
 2364|      4|    Py_ssize_t pos = 0;
 2365|      4|    int rv;
 2366|       |
 2367|      4|    if (!PyAnySet_Check(other)) {
  ------------------
  |  |   31|      4|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      8|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      4|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      4|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      4|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2368|      0|        PyObject *tmp = set_intersection(so, other);
 2369|      0|        if (tmp == NULL) {
  ------------------
  |  Branch (2369:13): [True: 0, False: 0]
  ------------------
 2370|      0|            return NULL;
 2371|      0|        }
 2372|      0|        int result = (PySet_GET_SIZE(tmp) == PySet_GET_SIZE(so));
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      int result = (PySet_GET_SIZE(tmp) == PySet_GET_SIZE(so));
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2373|      0|        Py_DECREF(tmp);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2374|      0|        return PyBool_FromLong(result);
 2375|      0|    }
 2376|      4|    if (PySet_GET_SIZE(so) > PySet_GET_SIZE(other))
  ------------------
  |  |   71|      4|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PySet_GET_SIZE(so) > PySet_GET_SIZE(other))
  ------------------
  |  |   71|      4|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2376:9): [True: 0, False: 4]
  ------------------
 2377|      0|        Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2378|       |
 2379|     12|    while (set_next(so, &pos, &entry)) {
  ------------------
  |  Branch (2379:12): [True: 8, False: 4]
  ------------------
 2380|      8|        PyObject *key = entry->key;
 2381|      8|        Py_INCREF(key);
  ------------------
  |  |  310|      8|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2382|      8|        rv = set_contains_entry((PySetObject *)other, key, entry->hash);
 2383|      8|        Py_DECREF(key);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2384|      8|        if (rv < 0) {
  ------------------
  |  Branch (2384:13): [True: 0, False: 8]
  ------------------
 2385|      0|            return NULL;
 2386|      0|        }
 2387|      8|        if (!rv) {
  ------------------
  |  Branch (2387:13): [True: 0, False: 8]
  ------------------
 2388|      0|            Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2389|      0|        }
 2390|      8|    }
 2391|      4|    Py_RETURN_TRUE;
  ------------------
  |  |   44|      4|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      4|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2392|      4|}
setobject.c:set_iter:
 1173|     72|{
 1174|     72|    Py_ssize_t size = set_len(so);
 1175|     72|    setiterobject *si = PyObject_GC_New(setiterobject, &PySetIter_Type);
  ------------------
  |  |  181|     72|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1176|     72|    if (si == NULL)
  ------------------
  |  Branch (1176:9): [True: 0, False: 72]
  ------------------
 1177|      0|        return NULL;
 1178|     72|    si->si_set = (PySetObject*)Py_NewRef(so);
  ------------------
  |  |  550|     72|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1179|     72|    si->si_used = size;
 1180|     72|    si->si_pos = 0;
 1181|     72|    si->len = size;
 1182|     72|    _PyObject_GC_TRACK(si);
  ------------------
  |  |  513|     72|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1183|     72|    return (PyObject *)si;
 1184|     72|}
setobject.c:set_add_impl:
 2494|    146|{
 2495|    146|    if (set_add_key(so, key))
  ------------------
  |  Branch (2495:9): [True: 0, False: 146]
  ------------------
 2496|      0|        return NULL;
 2497|    146|    Py_RETURN_NONE;
  ------------------
  |  |  628|    146|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    146|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2498|    146|}
setobject.c:set_vectorcall:
 2740|     72|{
 2741|     72|    assert(PyType_Check(type));
  ------------------
  |  Branch (2741:5): [True: 72, False: 0]
  ------------------
 2742|       |
 2743|     72|    if (!_PyArg_NoKwnames("set", kwnames)) {
  ------------------
  |  |   15|     72|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 72, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2744|      0|        return NULL;
 2745|      0|    }
 2746|       |
 2747|     72|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     72|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 2748|     72|    if (!_PyArg_CheckPositional("set", nargs, 0, 1)) {
  ------------------
  |  |   31|     72|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 72, False: 0]
  |  |  |  Branch (31:27): [True: 72, False: 0]
  |  |  ------------------
  |  |   32|     72|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2749|      0|        return NULL;
 2750|      0|    }
 2751|       |
 2752|     72|    if (nargs) {
  ------------------
  |  Branch (2752:9): [True: 14, False: 58]
  ------------------
 2753|     14|        return make_new_set(_PyType_CAST(type), args[0]);
  ------------------
  |  |  770|     14|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2753:29): [True: 14, False: 0]
  ------------------
 2754|     14|    }
 2755|       |
 2756|     58|    return make_new_set(_PyType_CAST(type), NULL);
  ------------------
  |  |  770|     58|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (2756:25): [True: 58, False: 0]
  ------------------
 2757|     58|}
setobject.c:frozenset___contains___impl:
 2564|      5|{
 2565|      5|    Py_hash_t hash = _PyObject_HashFast(key);
 2566|      5|    if (hash == -1) {
  ------------------
  |  Branch (2566:9): [True: 0, False: 5]
  ------------------
 2567|      0|        if (!PySet_Check(key) || !PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  |   37|      0|    (Py_IS_TYPE((ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   38|      0|    PyType_IsSubtype(Py_TYPE(ob), &PySet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (38:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2567:34): [True: 0, False: 0]
  ------------------
 2568|      0|            set_unhashable_type(key);
 2569|      0|            return NULL;
 2570|      0|        }
 2571|      0|        PyErr_Clear();
 2572|      0|        Py_BEGIN_CRITICAL_SECTION(key);
  ------------------
  |  |   51|      0|    {
  ------------------
 2573|      0|        hash = frozenset_hash_impl(key);
 2574|      0|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 2575|      0|    }
 2576|      5|    setentry *entry; // unused
 2577|      5|    int status = set_do_lookup(so, so->table, so->mask, key, hash, &entry,
 2578|      5|                           set_compare_frozenset);
 2579|      5|    if (status < 0)
  ------------------
  |  Branch (2579:9): [True: 0, False: 5]
  ------------------
 2580|      0|        return NULL;
 2581|      5|    return PyBool_FromLong(status);
 2582|      5|}
setobject.c:make_new_frozenset:
 1410|     11|{
 1411|     11|    if (type != &PyFrozenSet_Type) {
  ------------------
  |  Branch (1411:9): [True: 0, False: 11]
  ------------------
 1412|      0|        return make_new_set(type, iterable);
 1413|      0|    }
 1414|       |
 1415|     11|    if (iterable != NULL && PyFrozenSet_CheckExact(iterable)) {
  ------------------
  |  |   23|     11|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|     11|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1415:9): [True: 11, False: 0]
  ------------------
 1416|       |        /* frozenset(f) is idempotent */
 1417|      0|        return Py_NewRef(iterable);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1418|      0|    }
 1419|     11|    PyObject *obj = make_new_set(type, iterable);
 1420|     11|    if (obj != NULL) {
  ------------------
  |  Branch (1420:9): [True: 11, False: 0]
  ------------------
 1421|     11|        _PyFrozenSet_MaybeUntrack(obj);
 1422|     11|    }
 1423|     11|    return obj;
 1424|     11|}
setobject.c:frozenset_vectorcall:
 1447|     11|{
 1448|     11|    if (!_PyArg_NoKwnames("frozenset", kwnames)) {
  ------------------
  |  |   15|     11|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 11, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1449|      0|        return NULL;
 1450|      0|    }
 1451|       |
 1452|     11|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     11|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 1453|     11|    if (!_PyArg_CheckPositional("frozenset", nargs, 0, 1)) {
  ------------------
  |  |   31|     11|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 11, False: 0]
  |  |  |  Branch (31:27): [True: 11, False: 0]
  |  |  ------------------
  |  |   32|     11|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1454|      0|        return NULL;
 1455|      0|    }
 1456|       |
 1457|     11|    PyObject *iterable = (nargs ? args[0] : NULL);
  ------------------
  |  Branch (1457:27): [True: 11, False: 0]
  ------------------
 1458|     11|    return make_new_frozenset(_PyType_CAST(type), iterable);
  ------------------
  |  |  770|     11|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1458:31): [True: 11, False: 0]
  ------------------
 1459|     11|}
setobject.c:make_new_set:
 1350|    295|{
 1351|    295|    assert(PyType_Check(type));
  ------------------
  |  Branch (1351:5): [True: 295, False: 0]
  ------------------
 1352|    295|    PySetObject *so;
 1353|       |
 1354|    295|    so = (PySetObject *)type->tp_alloc(type, 0);
 1355|    295|    if (so == NULL)
  ------------------
  |  Branch (1355:9): [True: 0, False: 295]
  ------------------
 1356|      0|        return NULL;
 1357|       |
 1358|    295|    so->fill = 0;
 1359|    295|    so->used = 0;
 1360|    295|    so->mask = PySet_MINSIZE - 1;
  ------------------
  |  |   18|    295|#define PySet_MINSIZE 8
  ------------------
 1361|    295|    so->table = so->smalltable;
 1362|    295|    so->hash = -1;
 1363|    295|    so->finger = 0;
 1364|    295|    so->weakreflist = NULL;
 1365|       |
 1366|    295|    if (iterable != NULL) {
  ------------------
  |  Branch (1366:9): [True: 47, False: 248]
  ------------------
 1367|     47|        if (set_update_local(so, iterable)) {
  ------------------
  |  Branch (1367:13): [True: 0, False: 47]
  ------------------
 1368|      0|            Py_DECREF(so);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1369|      0|            return NULL;
 1370|      0|        }
 1371|     47|    }
 1372|       |
 1373|    295|    return (PyObject *)so;
 1374|    295|}
setobject.c:_PyFrozenSet_MaybeUntrack:
 1391|    103|{
 1392|    103|    assert(op != NULL);
  ------------------
  |  Branch (1392:5): [True: 103, False: 0]
  ------------------
 1393|       |    // subclasses of a frozenset can generate reference cycles, so do not untrack
 1394|    103|    if (!PyFrozenSet_CheckExact(op)) {
  ------------------
  |  |   23|    103|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|    103|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1394:9): [True: 0, False: 103]
  ------------------
 1395|      0|        return;
 1396|      0|    }
 1397|       |    // if no elements of a frozenset are tracked by the GC, we untrack the object
 1398|    103|    Py_ssize_t pos = 0;
 1399|    103|    setentry *entry;
 1400|    835|    while (set_next((PySetObject *)op, &pos, &entry)) {
  ------------------
  |  Branch (1400:12): [True: 751, False: 84]
  ------------------
 1401|    751|        if (_PyObject_GC_MAY_BE_TRACKED(entry->key)) {
  ------------------
  |  Branch (1401:13): [True: 19, False: 732]
  ------------------
 1402|     19|            return;
 1403|     19|        }
 1404|    751|    }
 1405|     84|    _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|     84|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     84|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     84|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1406|     84|}
setobject.c:set_len:
  823|    259|{
  824|    259|    PySetObject *so = _PySet_CAST(self);
  ------------------
  |  |   62|    259|    (assert(PyAnySet_Check(so)), _Py_CAST(PySetObject*, so))
  |  |  ------------------
  |  |  |  |   37|    259|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (824:23): [True: 126, False: 133]
  |  Branch (824:23): [True: 133, False: 0]
  |  Branch (824:23): [True: 0, False: 0]
  |  Branch (824:23): [True: 0, False: 0]
  ------------------
  825|    259|    return FT_ATOMIC_LOAD_SSIZE_RELAXED(so->used);
  ------------------
  |  |  149|    259|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  826|    259|}
setobject.c:set_clear_impl:
 1601|     17|{
 1602|     17|    set_clear_internal((PyObject*)so);
 1603|     17|    Py_RETURN_NONE;
  ------------------
  |  |  628|     17|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     17|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1604|     17|}
setobject.c:set_discard_key:
  624|     10|{
  625|     10|    Py_hash_t hash = _PyObject_HashFast(key);
  626|     10|    if (hash == -1) {
  ------------------
  |  Branch (626:9): [True: 0, False: 10]
  ------------------
  627|      0|        set_unhashable_type(key);
  628|      0|        return -1;
  629|      0|    }
  630|     10|    return set_discard_entry(so, key, hash);
  631|     10|}
setobject.c:set_add_key:
  602|  1.67k|{
  603|  1.67k|    Py_hash_t hash = _PyObject_HashFast(key);
  604|  1.67k|    if (hash == -1) {
  ------------------
  |  Branch (604:9): [True: 0, False: 1.67k]
  ------------------
  605|      0|        set_unhashable_type(key);
  606|      0|        return -1;
  607|      0|    }
  608|  1.67k|    return set_add_entry(so, key, hash);
  609|  1.67k|}
setobject.c:set_next:
  711|  1.77k|{
  712|  1.77k|    Py_ssize_t i;
  713|  1.77k|    Py_ssize_t mask;
  714|  1.77k|    setentry *entry;
  715|       |
  716|  1.77k|    assert (PyAnySet_Check(so));
  ------------------
  |  Branch (716:5): [True: 867, False: 906]
  |  Branch (716:5): [True: 906, False: 0]
  |  Branch (716:5): [True: 0, False: 0]
  |  Branch (716:5): [True: 0, False: 0]
  ------------------
  717|  1.77k|    i = *pos_ptr;
  718|  1.77k|    assert(i >= 0);
  ------------------
  |  Branch (718:5): [True: 1.77k, False: 0]
  ------------------
  719|  1.77k|    mask = so->mask;
  720|  1.77k|    entry = &so->table[i];
  721|  5.02k|    while (i <= mask && (entry->key == NULL || entry->key == dummy)) {
  ------------------
  |  |   64|  1.55k|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (721:12): [True: 4.81k, False: 216]
  |  Branch (721:26): [True: 3.25k, False: 1.55k]
  |  Branch (721:48): [True: 0, False: 1.55k]
  ------------------
  722|  3.25k|        i++;
  723|  3.25k|        entry++;
  724|  3.25k|    }
  725|  1.77k|    *pos_ptr = i+1;
  726|  1.77k|    if (i > mask)
  ------------------
  |  Branch (726:9): [True: 216, False: 1.55k]
  ------------------
  727|    216|        return 0;
  728|  1.77k|    assert(entry != NULL);
  ------------------
  |  Branch (728:5): [True: 1.55k, False: 0]
  ------------------
  729|  1.55k|    *entry_ptr = entry;
  730|  1.55k|    return 1;
  731|  1.55k|}
setobject.c:set_pop_impl:
  913|      8|{
  914|       |    /* Make sure the search finger is in bounds */
  915|      8|    setentry *entry = so->table + (so->finger & so->mask);
  916|      8|    setentry *limit = so->table + so->mask;
  917|      8|    PyObject *key;
  918|       |
  919|      8|    if (so->used == 0) {
  ------------------
  |  Branch (919:9): [True: 0, False: 8]
  ------------------
  920|      0|        PyErr_SetString(PyExc_KeyError, "pop from an empty set");
  921|      0|        return NULL;
  922|      0|    }
  923|     28|    while (entry->key == NULL || entry->key==dummy) {
  ------------------
  |  |   64|      8|#define dummy (&_dummy_struct)
  ------------------
  |  Branch (923:12): [True: 20, False: 8]
  |  Branch (923:34): [True: 0, False: 8]
  ------------------
  924|     20|        entry++;
  925|     20|        if (entry > limit)
  ------------------
  |  Branch (925:13): [True: 0, False: 20]
  ------------------
  926|      0|            entry = so->table;
  927|     20|    }
  928|      8|    FT_ATOMIC_STORE_SSIZE_RELAXED(entry->hash, -1);
  ------------------
  |  |  194|      8|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  929|      8|    FT_ATOMIC_STORE_SSIZE_RELAXED(so->used, so->used - 1);
  ------------------
  |  |  194|      8|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  930|      8|    key = entry->key;
  931|      8|    FT_ATOMIC_STORE_PTR_RELEASE(entry->key, dummy);
  ------------------
  |  |  164|      8|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  932|      8|    so->finger = entry - so->table + 1;   /* next place to start */
  933|      8|    return key;
  934|      8|}
setobject.c:set_update_internal:
 1285|      7|{
 1286|      7|    if (PyAnySet_Check(other)) {
  ------------------
  |  |   31|      7|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|     14|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |  215|      7|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      7|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      7|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1287|      7|        if (Py_Is((PyObject *)so, other)) {
  ------------------
  |  |  187|      7|#define Py_Is(x, y) ((x) == (y))
  |  |  ------------------
  |  |  |  Branch (187:21): [True: 0, False: 7]
  |  |  ------------------
  ------------------
 1288|      0|            return 0;
 1289|      0|        }
 1290|      7|        int rv;
 1291|      7|        Py_BEGIN_CRITICAL_SECTION2(so, other);
  ------------------
  |  |   57|      7|    {
  ------------------
 1292|      7|        rv = set_merge_lock_held(so, other);
 1293|      7|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      7|    }
  ------------------
 1294|      7|        return rv;
 1295|      7|    }
 1296|      0|    else if (PyDict_CheckExact(other)) {
  ------------------
  |  |   19|      0|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1297|      0|        int rv;
 1298|      0|        Py_BEGIN_CRITICAL_SECTION2(so, other);
  ------------------
  |  |   57|      0|    {
  ------------------
 1299|      0|        rv = set_update_dict_lock_held(so, other);
 1300|      0|        Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|      0|    }
  ------------------
 1301|      0|        return rv;
 1302|      0|    }
 1303|      0|    else if (PyFrozenDict_CheckExact(other)) {
  ------------------
  |  |   38|      0|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1304|      0|        int rv;
 1305|      0|        Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|      0|    {
  ------------------
 1306|      0|        rv = set_update_dict_lock_held(so, other);
 1307|      0|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 1308|      0|        return rv;
 1309|      0|    }
 1310|      0|    else {
 1311|      0|        int rv;
 1312|      0|        Py_BEGIN_CRITICAL_SECTION(so);
  ------------------
  |  |   51|      0|    {
  ------------------
 1313|      0|        rv = set_update_iterable_lock_held(so, other);
 1314|      0|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 1315|      0|        return rv;
 1316|      0|    }
 1317|      7|}

PySlice_New:
  146|    184|{
  147|    184|    if (step == NULL) {
  ------------------
  |  Branch (147:9): [True: 33, False: 151]
  ------------------
  148|     33|        step = Py_None;
  ------------------
  |  |  616|     33|#  define Py_None (&_Py_NoneStruct)
  ------------------
  149|     33|    }
  150|    184|    if (start == NULL) {
  ------------------
  |  Branch (150:9): [True: 0, False: 184]
  ------------------
  151|      0|        start = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  152|      0|    }
  153|    184|    if (stop == NULL) {
  ------------------
  |  Branch (153:9): [True: 0, False: 184]
  ------------------
  154|      0|        stop = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  155|      0|    }
  156|    184|    return (PyObject *)_PyBuildSlice_Consume2(Py_NewRef(start),
  ------------------
  |  |  550|    184|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    184|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    184|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|    184|                                              Py_NewRef(stop), step);
  ------------------
  |  |  550|    184|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    184|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    184|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  158|    184|}
PySlice_Unpack:
  221|    215|{
  222|    215|    PySliceObject *r = (PySliceObject*)_r;
  223|       |    /* this is harder to get right than you might think */
  224|       |
  225|    215|    static_assert(PY_SSIZE_T_MIN + 1 <= -PY_SSIZE_T_MAX,
  226|    215|                  "-PY_SSIZE_T_MAX < PY_SSIZE_T_MIN + 1");
  227|       |
  228|    215|    if (r->step == Py_None) {
  ------------------
  |  |  616|    215|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (228:9): [True: 209, False: 6]
  ------------------
  229|    209|        *step = 1;
  230|    209|    }
  231|      6|    else {
  232|      6|        if (!_PyEval_SliceIndex(r->step, step)) return -1;
  ------------------
  |  Branch (232:13): [True: 0, False: 6]
  ------------------
  233|      6|        if (*step == 0) {
  ------------------
  |  Branch (233:13): [True: 0, False: 6]
  ------------------
  234|      0|            PyErr_SetString(PyExc_ValueError,
  235|      0|                            "slice step cannot be zero");
  236|      0|            return -1;
  237|      0|        }
  238|       |        /* Here *step might be -PY_SSIZE_T_MAX-1; in this case we replace it
  239|       |         * with -PY_SSIZE_T_MAX.  This doesn't affect the semantics, and it
  240|       |         * guards against later undefined behaviour resulting from code that
  241|       |         * does "step = -step" as part of a slice reversal.
  242|       |         */
  243|      6|        if (*step < -PY_SSIZE_T_MAX)
  ------------------
  |  |  137|      6|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (243:13): [True: 0, False: 6]
  ------------------
  244|      0|            *step = -PY_SSIZE_T_MAX;
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  245|      6|    }
  246|       |
  247|    215|    if (r->start == Py_None) {
  ------------------
  |  |  616|    215|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (247:9): [True: 113, False: 102]
  ------------------
  248|    113|        *start = *step < 0 ? PY_SSIZE_T_MAX : 0;
  ------------------
  |  |  137|    113|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (248:18): [True: 2, False: 111]
  ------------------
  249|    113|    }
  250|    102|    else {
  251|    102|        if (!_PyEval_SliceIndex(r->start, start)) return -1;
  ------------------
  |  Branch (251:13): [True: 0, False: 102]
  ------------------
  252|    102|    }
  253|       |
  254|    215|    if (r->stop == Py_None) {
  ------------------
  |  |  616|    215|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (254:9): [True: 57, False: 158]
  ------------------
  255|     57|        *stop = *step < 0 ? PY_SSIZE_T_MIN : PY_SSIZE_T_MAX;
  ------------------
  |  |  146|      2|#define PY_SSIZE_T_MIN (-PY_SSIZE_T_MAX-1)
  |  |  ------------------
  |  |  |  |  137|      2|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
                      *stop = *step < 0 ? PY_SSIZE_T_MIN : PY_SSIZE_T_MAX;
  ------------------
  |  |  137|     57|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (255:17): [True: 2, False: 55]
  ------------------
  256|     57|    }
  257|    158|    else {
  258|    158|        if (!_PyEval_SliceIndex(r->stop, stop)) return -1;
  ------------------
  |  Branch (258:13): [True: 0, False: 158]
  ------------------
  259|    158|    }
  260|       |
  261|    215|    return 0;
  262|    215|}
PySlice_AdjustIndices:
  267|    355|{
  268|       |    /* this is harder to get right than you might think */
  269|       |
  270|    355|    assert(step != 0);
  ------------------
  |  Branch (270:5): [True: 355, False: 0]
  ------------------
  271|    355|    assert(step >= -PY_SSIZE_T_MAX);
  ------------------
  |  Branch (271:5): [True: 355, False: 0]
  ------------------
  272|       |
  273|    355|    if (*start < 0) {
  ------------------
  |  Branch (273:9): [True: 105, False: 250]
  ------------------
  274|    105|        *start += length;
  275|    105|        if (*start < 0) {
  ------------------
  |  Branch (275:13): [True: 0, False: 105]
  ------------------
  276|      0|            *start = (step < 0) ? -1 : 0;
  ------------------
  |  Branch (276:22): [True: 0, False: 0]
  ------------------
  277|      0|        }
  278|    105|    }
  279|    250|    else if (*start >= length) {
  ------------------
  |  Branch (279:14): [True: 5, False: 245]
  ------------------
  280|      5|        *start = (step < 0) ? length - 1 : length;
  ------------------
  |  Branch (280:18): [True: 2, False: 3]
  ------------------
  281|      5|    }
  282|       |
  283|    355|    if (*stop < 0) {
  ------------------
  |  Branch (283:9): [True: 2, False: 353]
  ------------------
  284|      2|        *stop += length;
  285|      2|        if (*stop < 0) {
  ------------------
  |  Branch (285:13): [True: 2, False: 0]
  ------------------
  286|      2|            *stop = (step < 0) ? -1 : 0;
  ------------------
  |  Branch (286:21): [True: 2, False: 0]
  ------------------
  287|      2|        }
  288|      2|    }
  289|    353|    else if (*stop >= length) {
  ------------------
  |  Branch (289:14): [True: 172, False: 181]
  ------------------
  290|    172|        *stop = (step < 0) ? length - 1 : length;
  ------------------
  |  Branch (290:17): [True: 0, False: 172]
  ------------------
  291|    172|    }
  292|       |
  293|    355|    if (step < 0) {
  ------------------
  |  Branch (293:9): [True: 2, False: 353]
  ------------------
  294|      2|        if (*stop < *start) {
  ------------------
  |  Branch (294:13): [True: 2, False: 0]
  ------------------
  295|      2|            return (*start - *stop - 1) / (-step) + 1;
  296|      2|        }
  297|      2|    }
  298|    353|    else {
  299|    353|        if (*start < *stop) {
  ------------------
  |  Branch (299:13): [True: 350, False: 3]
  ------------------
  300|    350|            return (*stop - *start - 1) / step + 1;
  301|    350|        }
  302|    353|    }
  303|      3|    return 0;
  304|    355|}
_PySlice_GetLongIndices:
  398|     34|{
  399|     34|    PyObject *start=NULL, *stop=NULL, *step=NULL;
  400|     34|    PyObject *upper=NULL, *lower=NULL;
  401|     34|    int step_is_negative, cmp_result;
  402|       |
  403|       |    /* Convert step to an integer; raise for zero step. */
  404|     34|    if (self->step == Py_None) {
  ------------------
  |  |  616|     34|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (404:9): [True: 0, False: 34]
  ------------------
  405|      0|        step = _PyLong_GetOne();
  406|      0|        step_is_negative = 0;
  407|      0|    }
  408|     34|    else {
  409|     34|        step = evaluate_slice_index(self->step);
  410|     34|        if (step == NULL) {
  ------------------
  |  Branch (410:13): [True: 0, False: 34]
  ------------------
  411|      0|            goto error;
  412|      0|        }
  413|     34|        assert(PyLong_Check(step));
  ------------------
  |  Branch (413:9): [True: 34, False: 0]
  ------------------
  414|       |
  415|     34|        int step_sign;
  416|     34|        (void)PyLong_GetSign(step, &step_sign);
  417|     34|        if (step_sign == 0) {
  ------------------
  |  Branch (417:13): [True: 0, False: 34]
  ------------------
  418|      0|            PyErr_SetString(PyExc_ValueError,
  419|      0|                            "slice step cannot be zero");
  420|      0|            goto error;
  421|      0|        }
  422|     34|        step_is_negative = step_sign < 0;
  423|     34|    }
  424|       |
  425|       |    /* Find lower and upper bounds for start and stop. */
  426|     34|    if (step_is_negative) {
  ------------------
  |  Branch (426:9): [True: 34, False: 0]
  ------------------
  427|     34|        lower = PyLong_FromLong(-1L);
  428|     34|        if (lower == NULL)
  ------------------
  |  Branch (428:13): [True: 0, False: 34]
  ------------------
  429|      0|            goto error;
  430|       |
  431|     34|        upper = PyNumber_Add(length, lower);
  432|     34|        if (upper == NULL)
  ------------------
  |  Branch (432:13): [True: 0, False: 34]
  ------------------
  433|      0|            goto error;
  434|     34|    }
  435|      0|    else {
  436|      0|        lower = _PyLong_GetZero();
  437|      0|        upper = Py_NewRef(length);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  438|      0|    }
  439|       |
  440|       |    /* Compute start. */
  441|     34|    if (self->start == Py_None) {
  ------------------
  |  |  616|     34|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (441:9): [True: 34, False: 0]
  ------------------
  442|     34|        start = Py_NewRef(step_is_negative ? upper : lower);
  ------------------
  |  |  550|     34|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     68|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 34, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  443|     34|    }
  444|      0|    else {
  445|      0|        start = evaluate_slice_index(self->start);
  446|      0|        if (start == NULL)
  ------------------
  |  Branch (446:13): [True: 0, False: 0]
  ------------------
  447|      0|            goto error;
  448|       |
  449|      0|        if (_PyLong_IsNegative((PyLongObject *)start)) {
  ------------------
  |  Branch (449:13): [True: 0, False: 0]
  ------------------
  450|       |            /* start += length */
  451|      0|            PyObject *tmp = PyNumber_Add(start, length);
  452|      0|            Py_SETREF(start, tmp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  453|      0|            if (start == NULL)
  ------------------
  |  Branch (453:17): [True: 0, False: 0]
  ------------------
  454|      0|                goto error;
  455|       |
  456|      0|            cmp_result = PyObject_RichCompareBool(start, lower, Py_LT);
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
  457|      0|            if (cmp_result < 0)
  ------------------
  |  Branch (457:17): [True: 0, False: 0]
  ------------------
  458|      0|                goto error;
  459|      0|            if (cmp_result) {
  ------------------
  |  Branch (459:17): [True: 0, False: 0]
  ------------------
  460|      0|                Py_SETREF(start, Py_NewRef(lower));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  461|      0|            }
  462|      0|        }
  463|      0|        else {
  464|      0|            cmp_result = PyObject_RichCompareBool(start, upper, Py_GT);
  ------------------
  |  |  656|      0|#define Py_GT 4
  ------------------
  465|      0|            if (cmp_result < 0)
  ------------------
  |  Branch (465:17): [True: 0, False: 0]
  ------------------
  466|      0|                goto error;
  467|      0|            if (cmp_result) {
  ------------------
  |  Branch (467:17): [True: 0, False: 0]
  ------------------
  468|      0|                Py_SETREF(start, Py_NewRef(upper));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  469|      0|            }
  470|      0|        }
  471|      0|    }
  472|       |
  473|       |    /* Compute stop. */
  474|     34|    if (self->stop == Py_None) {
  ------------------
  |  |  616|     34|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (474:9): [True: 34, False: 0]
  ------------------
  475|     34|        stop = Py_NewRef(step_is_negative ? lower : upper);
  ------------------
  |  |  550|     34|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     68|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 34, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  476|     34|    }
  477|      0|    else {
  478|      0|        stop = evaluate_slice_index(self->stop);
  479|      0|        if (stop == NULL)
  ------------------
  |  Branch (479:13): [True: 0, False: 0]
  ------------------
  480|      0|            goto error;
  481|       |
  482|      0|        if (_PyLong_IsNegative((PyLongObject *)stop)) {
  ------------------
  |  Branch (482:13): [True: 0, False: 0]
  ------------------
  483|       |            /* stop += length */
  484|      0|            PyObject *tmp = PyNumber_Add(stop, length);
  485|      0|            Py_SETREF(stop, tmp);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  486|      0|            if (stop == NULL)
  ------------------
  |  Branch (486:17): [True: 0, False: 0]
  ------------------
  487|      0|                goto error;
  488|       |
  489|      0|            cmp_result = PyObject_RichCompareBool(stop, lower, Py_LT);
  ------------------
  |  |  652|      0|#define Py_LT 0
  ------------------
  490|      0|            if (cmp_result < 0)
  ------------------
  |  Branch (490:17): [True: 0, False: 0]
  ------------------
  491|      0|                goto error;
  492|      0|            if (cmp_result) {
  ------------------
  |  Branch (492:17): [True: 0, False: 0]
  ------------------
  493|      0|                Py_SETREF(stop, Py_NewRef(lower));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  494|      0|            }
  495|      0|        }
  496|      0|        else {
  497|      0|            cmp_result = PyObject_RichCompareBool(stop, upper, Py_GT);
  ------------------
  |  |  656|      0|#define Py_GT 4
  ------------------
  498|      0|            if (cmp_result < 0)
  ------------------
  |  Branch (498:17): [True: 0, False: 0]
  ------------------
  499|      0|                goto error;
  500|      0|            if (cmp_result) {
  ------------------
  |  Branch (500:17): [True: 0, False: 0]
  ------------------
  501|      0|                Py_SETREF(stop, Py_NewRef(upper));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  502|      0|            }
  503|      0|        }
  504|      0|    }
  505|       |
  506|     34|    *start_ptr = start;
  507|     34|    *stop_ptr = stop;
  508|     34|    *step_ptr = step;
  509|     34|    Py_DECREF(upper);
  ------------------
  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  510|     34|    Py_DECREF(lower);
  ------------------
  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|     34|    return 0;
  512|       |
  513|      0|  error:
  514|      0|    *start_ptr = *stop_ptr = *step_ptr = NULL;
  515|      0|    Py_XDECREF(start);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|      0|    Py_XDECREF(stop);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  517|      0|    Py_XDECREF(step);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  518|      0|    Py_XDECREF(upper);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|      0|    Py_XDECREF(lower);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  520|      0|    return -1;
  521|     34|}
sliceobject.c:_PyBuildSlice_Consume2:
  122|    184|{
  123|    184|    assert(start != NULL && stop != NULL && step != NULL);
  ------------------
  |  Branch (123:5): [True: 184, False: 0]
  |  Branch (123:5): [True: 184, False: 0]
  |  Branch (123:5): [True: 184, False: 0]
  ------------------
  124|    184|    PySliceObject *obj = _Py_FREELIST_POP(PySliceObject, slices);
  ------------------
  |  |   43|    184|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|    184|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  125|    184|    if (obj == NULL) {
  ------------------
  |  Branch (125:9): [True: 110, False: 74]
  ------------------
  126|    110|        obj = PyObject_GC_New(PySliceObject, &PySlice_Type);
  ------------------
  |  |  181|    110|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    110|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  127|    110|        if (obj == NULL) {
  ------------------
  |  Branch (127:13): [True: 0, False: 110]
  ------------------
  128|      0|            goto error;
  129|      0|        }
  130|    110|    }
  131|       |
  132|    184|    obj->start = start;
  133|    184|    obj->stop = stop;
  134|    184|    obj->step = Py_NewRef(step);
  ------------------
  |  |  550|    184|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    184|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    184|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  135|       |
  136|    184|    _PyObject_GC_TRACK(obj);
  ------------------
  |  |  513|    184|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    184|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    184|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  137|    184|    return obj;
  138|      0|error:
  139|      0|    Py_DECREF(start);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  140|      0|    Py_DECREF(stop);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|       |    return NULL;
  142|    184|}
sliceobject.c:evaluate_slice_index:
  378|     34|{
  379|     34|    if (_PyIndex_Check(v)) {
  ------------------
  |  Branch (379:9): [True: 34, False: 0]
  ------------------
  380|     34|        return PyNumber_Index(v);
  381|     34|    }
  382|      0|    else {
  383|      0|        PyErr_SetString(PyExc_TypeError,
  384|      0|                        "slice indices must be integers or "
  385|      0|                        "None or have an __index__ method");
  386|       |        return NULL;
  387|      0|    }
  388|     34|}
sliceobject.c:slice_dealloc:
  349|     88|{
  350|     88|    PySliceObject *r = _PySlice_CAST(op);
  ------------------
  |  |   25|     88|#define _PySlice_CAST(op) _Py_CAST(PySliceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  351|     88|    PyObject_GC_UnTrack(r);
  352|     88|    Py_DECREF(r->step);
  ------------------
  |  |  430|     88|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     88|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|     88|    Py_DECREF(r->start);
  ------------------
  |  |  430|     88|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     88|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  354|     88|    Py_DECREF(r->stop);
  ------------------
  |  |  430|     88|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     88|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  355|     88|    _Py_FREELIST_FREE(slices, r, PyObject_GC_Del);
  ------------------
  |  |   35|     88|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|     88|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|     88|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   21|     88|#  define Py_slices_MAXFREELIST 1
  |  |  ------------------
  ------------------
  356|     88|}
sliceobject.c:slice_traverse:
  626|    186|{
  627|    186|    PySliceObject *v = _PySlice_CAST(op);
  ------------------
  |  |   25|    186|#define _PySlice_CAST(op) _Py_CAST(PySliceObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    186|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  628|    186|    Py_VISIT(v->start);
  ------------------
  |  |  194|    186|    do {                                                                \
  |  |  195|    186|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 186, False: 0]
  |  |  ------------------
  |  |  196|    186|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    186|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    186|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    186|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 186]
  |  |  ------------------
  |  |  198|    186|                return vret;                                            \
  |  |  199|    186|        }                                                               \
  |  |  200|    186|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 186]
  |  |  ------------------
  ------------------
  629|    186|    Py_VISIT(v->stop);
  ------------------
  |  |  194|    186|    do {                                                                \
  |  |  195|    186|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 186, False: 0]
  |  |  ------------------
  |  |  196|    186|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    186|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    186|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    186|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 186]
  |  |  ------------------
  |  |  198|    186|                return vret;                                            \
  |  |  199|    186|        }                                                               \
  |  |  200|    186|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 186]
  |  |  ------------------
  ------------------
  630|    186|    Py_VISIT(v->step);
  ------------------
  |  |  194|    186|    do {                                                                \
  |  |  195|    186|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 186, False: 0]
  |  |  ------------------
  |  |  196|    186|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    186|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    186|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    186|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 186]
  |  |  ------------------
  |  |  198|    186|                return vret;                                            \
  |  |  199|    186|        }                                                               \
  |  |  200|    186|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 186]
  |  |  ------------------
  ------------------
  631|    186|    return 0;
  632|    186|}

unicodeobject.c:asciilib_utf8_decode:
   26|      2|{
   27|      2|    Py_UCS4 ch;
   28|      2|    const char *s = *inptr;
   29|      2|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|      2|#define STRINGLIB_CHAR           Py_UCS1
  ------------------
   30|       |
   31|      2|    while (s < end) {
  ------------------
  |  Branch (31:12): [True: 2, False: 0]
  ------------------
   32|      2|        ch = (unsigned char)*s;
   33|       |
   34|      2|        if (ch < 0x80) {
  ------------------
  |  Branch (34:13): [True: 0, False: 2]
  ------------------
   35|       |            /* Fast path for runs of ASCII characters. Given that common UTF-8
   36|       |               input will consist of an overwhelming majority of ASCII
   37|       |               characters, we try to optimize for this case by checking
   38|       |               as many characters as a C 'size_t' can contain.
   39|       |               First, check if we can do an aligned read, as most CPUs have
   40|       |               a penalty for unaligned reads.
   41|       |            */
   42|      0|            if (_Py_IS_ALIGNED(s, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|      0|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   43|       |                /* Help register allocation */
   44|      0|                const char *_s = s;
   45|      0|                STRINGLIB_CHAR *_p = p;
  ------------------
  |  |   11|      0|#define STRINGLIB_CHAR           Py_UCS1
  ------------------
   46|      0|                while (_s + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|      0|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (46:24): [True: 0, False: 0]
  ------------------
   47|       |                    /* Read a whole size_t at a time (either 4 or 8 bytes),
   48|       |                       and do a fast unrolled copy if it only contains ASCII
   49|       |                       characters. */
   50|      0|                    size_t value = *(const size_t *) _s;
   51|      0|                    if (value & ASCII_CHAR_MASK)
  ------------------
  |  |   12|      0|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (51:25): [True: 0, False: 0]
  ------------------
   52|      0|                        break;
   53|      0|#if PY_LITTLE_ENDIAN
   54|      0|                    _p[0] = (STRINGLIB_CHAR)(value & 0xFFu);
   55|      0|                    _p[1] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   56|      0|                    _p[2] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   57|      0|                    _p[3] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   58|      0|# if SIZEOF_SIZE_T == 8
   59|      0|                    _p[4] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   60|      0|                    _p[5] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   61|      0|                    _p[6] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   62|      0|                    _p[7] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   63|      0|# endif
   64|       |#else
   65|       |# if SIZEOF_SIZE_T == 8
   66|       |                    _p[0] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   67|       |                    _p[1] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   68|       |                    _p[2] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   69|       |                    _p[3] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   70|       |                    _p[4] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   71|       |                    _p[5] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   72|       |                    _p[6] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   73|       |                    _p[7] = (STRINGLIB_CHAR)(value & 0xFFu);
   74|       |# else
   75|       |                    _p[0] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   76|       |                    _p[1] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   77|       |                    _p[2] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   78|       |                    _p[3] = (STRINGLIB_CHAR)(value & 0xFFu);
   79|       |# endif
   80|       |#endif
   81|      0|                    _s += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|      0|#define SIZEOF_SIZE_T 8
  ------------------
   82|      0|                    _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|      0|#define SIZEOF_SIZE_T 8
  ------------------
   83|      0|                }
   84|      0|                s = _s;
   85|      0|                p = _p;
   86|      0|                if (s == end)
  ------------------
  |  Branch (86:21): [True: 0, False: 0]
  ------------------
   87|      0|                    break;
   88|      0|                ch = (unsigned char)*s;
   89|      0|            }
   90|      0|            if (ch < 0x80) {
  ------------------
  |  Branch (90:17): [True: 0, False: 0]
  ------------------
   91|      0|                s++;
   92|      0|                *p++ = ch;
   93|      0|                continue;
   94|      0|            }
   95|      0|        }
   96|       |
   97|      2|        if (ch < 0xE0) {
  ------------------
  |  Branch (97:13): [True: 2, False: 0]
  ------------------
   98|       |            /* \xC2\x80-\xDF\xBF -- 0080-07FF */
   99|      2|            Py_UCS4 ch2;
  100|      2|            if (ch < 0xC2) {
  ------------------
  |  Branch (100:17): [True: 0, False: 2]
  ------------------
  101|       |                /* invalid sequence
  102|       |                \x80-\xBF -- continuation byte
  103|       |                \xC0-\xC1 -- fake 0000-007F */
  104|      0|                goto InvalidStart;
  105|      0|            }
  106|      2|            if (end - s < 2) {
  ------------------
  |  Branch (106:17): [True: 0, False: 2]
  ------------------
  107|       |                /* unexpected end of data: the caller will decide whether
  108|       |                   it's an error or not */
  109|      0|                break;
  110|      0|            }
  111|      2|            ch2 = (unsigned char)s[1];
  112|      2|            if (!IS_CONTINUATION_BYTE(ch2))
  ------------------
  |  |   20|      2|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 2, False: 0]
  |  |  |  Branch (20:51): [True: 2, False: 0]
  |  |  ------------------
  ------------------
  113|       |                /* invalid continuation byte */
  114|      0|                goto InvalidContinuation1;
  115|      2|            ch = (ch << 6) + ch2 -
  116|      2|                 ((0xC0 << 6) + 0x80);
  117|      2|            assert ((ch > 0x007F) && (ch <= 0x07FF));
  ------------------
  |  Branch (117:13): [True: 2, False: 0]
  |  Branch (117:13): [True: 2, False: 0]
  ------------------
  118|      2|            s += 2;
  119|      2|            if (STRINGLIB_MAX_CHAR <= 0x007F ||
  ------------------
  |  |   10|      2|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (119:17): [True: 2, Folded]
  ------------------
  120|      0|                (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (120:18): [True: 0, Folded]
  |  Branch (120:49): [True: 0, False: 0]
  ------------------
  121|       |                /* Out-of-range */
  122|      2|                goto Return;
  123|      0|            *p++ = ch;
  124|      0|            continue;
  125|      2|        }
  126|       |
  127|      0|        if (ch < 0xF0) {
  ------------------
  |  Branch (127:13): [True: 0, False: 0]
  ------------------
  128|       |            /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */
  129|      0|            Py_UCS4 ch2, ch3;
  130|      0|            if (end - s < 3) {
  ------------------
  |  Branch (130:17): [True: 0, False: 0]
  ------------------
  131|       |                /* unexpected end of data: the caller will decide whether
  132|       |                   it's an error or not */
  133|      0|                if (end - s < 2)
  ------------------
  |  Branch (133:21): [True: 0, False: 0]
  ------------------
  134|      0|                    break;
  135|      0|                ch2 = (unsigned char)s[1];
  136|      0|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  137|      0|                    (ch2 < 0xA0 ? ch == 0xE0 : ch == 0xED))
  ------------------
  |  Branch (137:21): [True: 0, False: 0]
  |  Branch (137:22): [True: 0, False: 0]
  ------------------
  138|       |                    /* for clarification see comments below */
  139|      0|                    goto InvalidContinuation1;
  140|      0|                break;
  141|      0|            }
  142|      0|            ch2 = (unsigned char)s[1];
  143|      0|            ch3 = (unsigned char)s[2];
  144|      0|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  145|       |                /* invalid continuation byte */
  146|      0|                goto InvalidContinuation1;
  147|      0|            }
  148|      0|            if (ch == 0xE0) {
  ------------------
  |  Branch (148:17): [True: 0, False: 0]
  ------------------
  149|      0|                if (ch2 < 0xA0)
  ------------------
  |  Branch (149:21): [True: 0, False: 0]
  ------------------
  150|       |                    /* invalid sequence
  151|       |                       \xE0\x80\x80-\xE0\x9F\xBF -- fake 0000-0800 */
  152|      0|                    goto InvalidContinuation1;
  153|      0|            } else if (ch == 0xED && ch2 >= 0xA0) {
  ------------------
  |  Branch (153:24): [True: 0, False: 0]
  |  Branch (153:38): [True: 0, False: 0]
  ------------------
  154|       |                /* Decoding UTF-8 sequences in range \xED\xA0\x80-\xED\xBF\xBF
  155|       |                   will result in surrogates in range D800-DFFF. Surrogates are
  156|       |                   not valid UTF-8 so they are rejected.
  157|       |                   See https://www.unicode.org/versions/Unicode5.2.0/ch03.pdf
  158|       |                   (table 3-7) and http://www.rfc-editor.org/rfc/rfc3629.txt */
  159|      0|                goto InvalidContinuation1;
  160|      0|            }
  161|      0|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  162|       |                /* invalid continuation byte */
  163|      0|                goto InvalidContinuation2;
  164|      0|            }
  165|      0|            ch = (ch << 12) + (ch2 << 6) + ch3 -
  166|      0|                 ((0xE0 << 12) + (0x80 << 6) + 0x80);
  167|      0|            assert ((ch > 0x07FF) && (ch <= 0xFFFF));
  ------------------
  |  Branch (167:13): [True: 0, False: 0]
  |  Branch (167:13): [True: 0, False: 0]
  ------------------
  168|      0|            s += 3;
  169|      0|            if (STRINGLIB_MAX_CHAR <= 0x07FF ||
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (169:17): [True: 0, Folded]
  ------------------
  170|      0|                (STRINGLIB_MAX_CHAR < 0xFFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0xFFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (170:18): [True: 0, Folded]
  |  Branch (170:49): [True: 0, False: 0]
  ------------------
  171|       |                /* Out-of-range */
  172|      0|                goto Return;
  173|      0|            *p++ = ch;
  174|      0|            continue;
  175|      0|        }
  176|       |
  177|      0|        if (ch < 0xF5) {
  ------------------
  |  Branch (177:13): [True: 0, False: 0]
  ------------------
  178|       |            /* \xF0\x90\x80\x80-\xF4\x8F\xBF\xBF -- 10000-10FFFF */
  179|      0|            Py_UCS4 ch2, ch3, ch4;
  180|      0|            if (end - s < 4) {
  ------------------
  |  Branch (180:17): [True: 0, False: 0]
  ------------------
  181|       |                /* unexpected end of data: the caller will decide whether
  182|       |                   it's an error or not */
  183|      0|                if (end - s < 2)
  ------------------
  |  Branch (183:21): [True: 0, False: 0]
  ------------------
  184|      0|                    break;
  185|      0|                ch2 = (unsigned char)s[1];
  186|      0|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  187|      0|                    (ch2 < 0x90 ? ch == 0xF0 : ch == 0xF4))
  ------------------
  |  Branch (187:21): [True: 0, False: 0]
  |  Branch (187:22): [True: 0, False: 0]
  ------------------
  188|       |                    /* for clarification see comments below */
  189|      0|                    goto InvalidContinuation1;
  190|      0|                if (end - s < 3)
  ------------------
  |  Branch (190:21): [True: 0, False: 0]
  ------------------
  191|      0|                    break;
  192|      0|                ch3 = (unsigned char)s[2];
  193|      0|                if (!IS_CONTINUATION_BYTE(ch3))
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  194|      0|                    goto InvalidContinuation2;
  195|      0|                break;
  196|      0|            }
  197|      0|            ch2 = (unsigned char)s[1];
  198|      0|            ch3 = (unsigned char)s[2];
  199|      0|            ch4 = (unsigned char)s[3];
  200|      0|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  201|       |                /* invalid continuation byte */
  202|      0|                goto InvalidContinuation1;
  203|      0|            }
  204|      0|            if (ch == 0xF0) {
  ------------------
  |  Branch (204:17): [True: 0, False: 0]
  ------------------
  205|      0|                if (ch2 < 0x90)
  ------------------
  |  Branch (205:21): [True: 0, False: 0]
  ------------------
  206|       |                    /* invalid sequence
  207|       |                       \xF0\x80\x80\x80-\xF0\x8F\xBF\xBF -- fake 0000-FFFF */
  208|      0|                    goto InvalidContinuation1;
  209|      0|            } else if (ch == 0xF4 && ch2 >= 0x90) {
  ------------------
  |  Branch (209:24): [True: 0, False: 0]
  |  Branch (209:38): [True: 0, False: 0]
  ------------------
  210|       |                /* invalid sequence
  211|       |                   \xF4\x90\x80\x80- -- 110000- overflow */
  212|      0|                goto InvalidContinuation1;
  213|      0|            }
  214|      0|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  215|       |                /* invalid continuation byte */
  216|      0|                goto InvalidContinuation2;
  217|      0|            }
  218|      0|            if (!IS_CONTINUATION_BYTE(ch4)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  219|       |                /* invalid continuation byte */
  220|      0|                goto InvalidContinuation3;
  221|      0|            }
  222|      0|            ch = (ch << 18) + (ch2 << 12) + (ch3 << 6) + ch4 -
  223|      0|                 ((0xF0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80);
  224|      0|            assert ((ch > 0xFFFF) && (ch <= 0x10FFFF));
  ------------------
  |  Branch (224:13): [True: 0, False: 0]
  |  Branch (224:13): [True: 0, False: 0]
  ------------------
  225|      0|            s += 4;
  226|      0|            if (STRINGLIB_MAX_CHAR <= 0xFFFF ||
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (226:17): [True: 0, Folded]
  ------------------
  227|      0|                (STRINGLIB_MAX_CHAR < 0x10FFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0x10FFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x7Fu
  ------------------
  |  Branch (227:18): [True: 0, Folded]
  |  Branch (227:51): [True: 0, False: 0]
  ------------------
  228|       |                /* Out-of-range */
  229|      0|                goto Return;
  230|      0|            *p++ = ch;
  231|      0|            continue;
  232|      0|        }
  233|      0|        goto InvalidStart;
  234|      0|    }
  235|      0|    ch = 0;
  236|      2|Return:
  237|      2|    *inptr = s;
  238|      2|    *outpos = p - dest;
  239|      2|    return ch;
  240|      0|InvalidStart:
  241|      0|    ch = 1;
  242|      0|    goto Return;
  243|      0|InvalidContinuation1:
  244|      0|    ch = 2;
  245|      0|    goto Return;
  246|      0|InvalidContinuation2:
  247|      0|    ch = 3;
  248|      0|    goto Return;
  249|      0|InvalidContinuation3:
  250|      0|    ch = 4;
  251|      0|    goto Return;
  252|      0|}
unicodeobject.c:ucs1lib_utf8_decode:
   26|      2|{
   27|      2|    Py_UCS4 ch;
   28|      2|    const char *s = *inptr;
   29|      2|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|      2|#define STRINGLIB_CHAR           Py_UCS1
  ------------------
   30|       |
   31|     60|    while (s < end) {
  ------------------
  |  Branch (31:12): [True: 60, False: 0]
  ------------------
   32|     60|        ch = (unsigned char)*s;
   33|       |
   34|     60|        if (ch < 0x80) {
  ------------------
  |  Branch (34:13): [True: 0, False: 60]
  ------------------
   35|       |            /* Fast path for runs of ASCII characters. Given that common UTF-8
   36|       |               input will consist of an overwhelming majority of ASCII
   37|       |               characters, we try to optimize for this case by checking
   38|       |               as many characters as a C 'size_t' can contain.
   39|       |               First, check if we can do an aligned read, as most CPUs have
   40|       |               a penalty for unaligned reads.
   41|       |            */
   42|      0|            if (_Py_IS_ALIGNED(s, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|      0|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   43|       |                /* Help register allocation */
   44|      0|                const char *_s = s;
   45|      0|                STRINGLIB_CHAR *_p = p;
  ------------------
  |  |   11|      0|#define STRINGLIB_CHAR           Py_UCS1
  ------------------
   46|      0|                while (_s + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|      0|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (46:24): [True: 0, False: 0]
  ------------------
   47|       |                    /* Read a whole size_t at a time (either 4 or 8 bytes),
   48|       |                       and do a fast unrolled copy if it only contains ASCII
   49|       |                       characters. */
   50|      0|                    size_t value = *(const size_t *) _s;
   51|      0|                    if (value & ASCII_CHAR_MASK)
  ------------------
  |  |   12|      0|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (51:25): [True: 0, False: 0]
  ------------------
   52|      0|                        break;
   53|      0|#if PY_LITTLE_ENDIAN
   54|      0|                    _p[0] = (STRINGLIB_CHAR)(value & 0xFFu);
   55|      0|                    _p[1] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   56|      0|                    _p[2] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   57|      0|                    _p[3] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   58|      0|# if SIZEOF_SIZE_T == 8
   59|      0|                    _p[4] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   60|      0|                    _p[5] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   61|      0|                    _p[6] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   62|      0|                    _p[7] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   63|      0|# endif
   64|       |#else
   65|       |# if SIZEOF_SIZE_T == 8
   66|       |                    _p[0] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   67|       |                    _p[1] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   68|       |                    _p[2] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   69|       |                    _p[3] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   70|       |                    _p[4] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   71|       |                    _p[5] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   72|       |                    _p[6] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   73|       |                    _p[7] = (STRINGLIB_CHAR)(value & 0xFFu);
   74|       |# else
   75|       |                    _p[0] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   76|       |                    _p[1] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   77|       |                    _p[2] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   78|       |                    _p[3] = (STRINGLIB_CHAR)(value & 0xFFu);
   79|       |# endif
   80|       |#endif
   81|      0|                    _s += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|      0|#define SIZEOF_SIZE_T 8
  ------------------
   82|      0|                    _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|      0|#define SIZEOF_SIZE_T 8
  ------------------
   83|      0|                }
   84|      0|                s = _s;
   85|      0|                p = _p;
   86|      0|                if (s == end)
  ------------------
  |  Branch (86:21): [True: 0, False: 0]
  ------------------
   87|      0|                    break;
   88|      0|                ch = (unsigned char)*s;
   89|      0|            }
   90|      0|            if (ch < 0x80) {
  ------------------
  |  Branch (90:17): [True: 0, False: 0]
  ------------------
   91|      0|                s++;
   92|      0|                *p++ = ch;
   93|      0|                continue;
   94|      0|            }
   95|      0|        }
   96|       |
   97|     60|        if (ch < 0xE0) {
  ------------------
  |  Branch (97:13): [True: 58, False: 2]
  ------------------
   98|       |            /* \xC2\x80-\xDF\xBF -- 0080-07FF */
   99|     58|            Py_UCS4 ch2;
  100|     58|            if (ch < 0xC2) {
  ------------------
  |  Branch (100:17): [True: 0, False: 58]
  ------------------
  101|       |                /* invalid sequence
  102|       |                \x80-\xBF -- continuation byte
  103|       |                \xC0-\xC1 -- fake 0000-007F */
  104|      0|                goto InvalidStart;
  105|      0|            }
  106|     58|            if (end - s < 2) {
  ------------------
  |  Branch (106:17): [True: 0, False: 58]
  ------------------
  107|       |                /* unexpected end of data: the caller will decide whether
  108|       |                   it's an error or not */
  109|      0|                break;
  110|      0|            }
  111|     58|            ch2 = (unsigned char)s[1];
  112|     58|            if (!IS_CONTINUATION_BYTE(ch2))
  ------------------
  |  |   20|     58|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 58, False: 0]
  |  |  |  Branch (20:51): [True: 58, False: 0]
  |  |  ------------------
  ------------------
  113|       |                /* invalid continuation byte */
  114|      0|                goto InvalidContinuation1;
  115|     58|            ch = (ch << 6) + ch2 -
  116|     58|                 ((0xC0 << 6) + 0x80);
  117|     58|            assert ((ch > 0x007F) && (ch <= 0x07FF));
  ------------------
  |  Branch (117:13): [True: 58, False: 0]
  |  Branch (117:13): [True: 58, False: 0]
  ------------------
  118|     58|            s += 2;
  119|     58|            if (STRINGLIB_MAX_CHAR <= 0x007F ||
  ------------------
  |  |   10|     58|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (119:17): [Folded, False: 58]
  ------------------
  120|     58|                (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|     58|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|     58|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (120:18): [True: 58, Folded]
  |  Branch (120:49): [True: 0, False: 58]
  ------------------
  121|       |                /* Out-of-range */
  122|      0|                goto Return;
  123|     58|            *p++ = ch;
  124|     58|            continue;
  125|     58|        }
  126|       |
  127|      2|        if (ch < 0xF0) {
  ------------------
  |  Branch (127:13): [True: 2, False: 0]
  ------------------
  128|       |            /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */
  129|      2|            Py_UCS4 ch2, ch3;
  130|      2|            if (end - s < 3) {
  ------------------
  |  Branch (130:17): [True: 0, False: 2]
  ------------------
  131|       |                /* unexpected end of data: the caller will decide whether
  132|       |                   it's an error or not */
  133|      0|                if (end - s < 2)
  ------------------
  |  Branch (133:21): [True: 0, False: 0]
  ------------------
  134|      0|                    break;
  135|      0|                ch2 = (unsigned char)s[1];
  136|      0|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  137|      0|                    (ch2 < 0xA0 ? ch == 0xE0 : ch == 0xED))
  ------------------
  |  Branch (137:21): [True: 0, False: 0]
  |  Branch (137:22): [True: 0, False: 0]
  ------------------
  138|       |                    /* for clarification see comments below */
  139|      0|                    goto InvalidContinuation1;
  140|      0|                break;
  141|      0|            }
  142|      2|            ch2 = (unsigned char)s[1];
  143|      2|            ch3 = (unsigned char)s[2];
  144|      2|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|      2|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 2, False: 0]
  |  |  |  Branch (20:51): [True: 2, False: 0]
  |  |  ------------------
  ------------------
  145|       |                /* invalid continuation byte */
  146|      0|                goto InvalidContinuation1;
  147|      0|            }
  148|      2|            if (ch == 0xE0) {
  ------------------
  |  Branch (148:17): [True: 0, False: 2]
  ------------------
  149|      0|                if (ch2 < 0xA0)
  ------------------
  |  Branch (149:21): [True: 0, False: 0]
  ------------------
  150|       |                    /* invalid sequence
  151|       |                       \xE0\x80\x80-\xE0\x9F\xBF -- fake 0000-0800 */
  152|      0|                    goto InvalidContinuation1;
  153|      2|            } else if (ch == 0xED && ch2 >= 0xA0) {
  ------------------
  |  Branch (153:24): [True: 0, False: 2]
  |  Branch (153:38): [True: 0, False: 0]
  ------------------
  154|       |                /* Decoding UTF-8 sequences in range \xED\xA0\x80-\xED\xBF\xBF
  155|       |                   will result in surrogates in range D800-DFFF. Surrogates are
  156|       |                   not valid UTF-8 so they are rejected.
  157|       |                   See https://www.unicode.org/versions/Unicode5.2.0/ch03.pdf
  158|       |                   (table 3-7) and http://www.rfc-editor.org/rfc/rfc3629.txt */
  159|      0|                goto InvalidContinuation1;
  160|      0|            }
  161|      2|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|      2|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 2, False: 0]
  |  |  |  Branch (20:51): [True: 2, False: 0]
  |  |  ------------------
  ------------------
  162|       |                /* invalid continuation byte */
  163|      0|                goto InvalidContinuation2;
  164|      0|            }
  165|      2|            ch = (ch << 12) + (ch2 << 6) + ch3 -
  166|      2|                 ((0xE0 << 12) + (0x80 << 6) + 0x80);
  167|      2|            assert ((ch > 0x07FF) && (ch <= 0xFFFF));
  ------------------
  |  Branch (167:13): [True: 2, False: 0]
  |  Branch (167:13): [True: 2, False: 0]
  ------------------
  168|      2|            s += 3;
  169|      2|            if (STRINGLIB_MAX_CHAR <= 0x07FF ||
  ------------------
  |  |   10|      2|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (169:17): [True: 2, Folded]
  ------------------
  170|      0|                (STRINGLIB_MAX_CHAR < 0xFFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0xFFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (170:18): [True: 0, Folded]
  |  Branch (170:49): [True: 0, False: 0]
  ------------------
  171|       |                /* Out-of-range */
  172|      2|                goto Return;
  173|      0|            *p++ = ch;
  174|      0|            continue;
  175|      2|        }
  176|       |
  177|      0|        if (ch < 0xF5) {
  ------------------
  |  Branch (177:13): [True: 0, False: 0]
  ------------------
  178|       |            /* \xF0\x90\x80\x80-\xF4\x8F\xBF\xBF -- 10000-10FFFF */
  179|      0|            Py_UCS4 ch2, ch3, ch4;
  180|      0|            if (end - s < 4) {
  ------------------
  |  Branch (180:17): [True: 0, False: 0]
  ------------------
  181|       |                /* unexpected end of data: the caller will decide whether
  182|       |                   it's an error or not */
  183|      0|                if (end - s < 2)
  ------------------
  |  Branch (183:21): [True: 0, False: 0]
  ------------------
  184|      0|                    break;
  185|      0|                ch2 = (unsigned char)s[1];
  186|      0|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  187|      0|                    (ch2 < 0x90 ? ch == 0xF0 : ch == 0xF4))
  ------------------
  |  Branch (187:21): [True: 0, False: 0]
  |  Branch (187:22): [True: 0, False: 0]
  ------------------
  188|       |                    /* for clarification see comments below */
  189|      0|                    goto InvalidContinuation1;
  190|      0|                if (end - s < 3)
  ------------------
  |  Branch (190:21): [True: 0, False: 0]
  ------------------
  191|      0|                    break;
  192|      0|                ch3 = (unsigned char)s[2];
  193|      0|                if (!IS_CONTINUATION_BYTE(ch3))
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  194|      0|                    goto InvalidContinuation2;
  195|      0|                break;
  196|      0|            }
  197|      0|            ch2 = (unsigned char)s[1];
  198|      0|            ch3 = (unsigned char)s[2];
  199|      0|            ch4 = (unsigned char)s[3];
  200|      0|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  201|       |                /* invalid continuation byte */
  202|      0|                goto InvalidContinuation1;
  203|      0|            }
  204|      0|            if (ch == 0xF0) {
  ------------------
  |  Branch (204:17): [True: 0, False: 0]
  ------------------
  205|      0|                if (ch2 < 0x90)
  ------------------
  |  Branch (205:21): [True: 0, False: 0]
  ------------------
  206|       |                    /* invalid sequence
  207|       |                       \xF0\x80\x80\x80-\xF0\x8F\xBF\xBF -- fake 0000-FFFF */
  208|      0|                    goto InvalidContinuation1;
  209|      0|            } else if (ch == 0xF4 && ch2 >= 0x90) {
  ------------------
  |  Branch (209:24): [True: 0, False: 0]
  |  Branch (209:38): [True: 0, False: 0]
  ------------------
  210|       |                /* invalid sequence
  211|       |                   \xF4\x90\x80\x80- -- 110000- overflow */
  212|      0|                goto InvalidContinuation1;
  213|      0|            }
  214|      0|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  215|       |                /* invalid continuation byte */
  216|      0|                goto InvalidContinuation2;
  217|      0|            }
  218|      0|            if (!IS_CONTINUATION_BYTE(ch4)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  219|       |                /* invalid continuation byte */
  220|      0|                goto InvalidContinuation3;
  221|      0|            }
  222|      0|            ch = (ch << 18) + (ch2 << 12) + (ch3 << 6) + ch4 -
  223|      0|                 ((0xF0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80);
  224|      0|            assert ((ch > 0xFFFF) && (ch <= 0x10FFFF));
  ------------------
  |  Branch (224:13): [True: 0, False: 0]
  |  Branch (224:13): [True: 0, False: 0]
  ------------------
  225|      0|            s += 4;
  226|      0|            if (STRINGLIB_MAX_CHAR <= 0xFFFF ||
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (226:17): [True: 0, Folded]
  ------------------
  227|      0|                (STRINGLIB_MAX_CHAR < 0x10FFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0x10FFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFu
  ------------------
  |  Branch (227:18): [True: 0, Folded]
  |  Branch (227:51): [True: 0, False: 0]
  ------------------
  228|       |                /* Out-of-range */
  229|      0|                goto Return;
  230|      0|            *p++ = ch;
  231|      0|            continue;
  232|      0|        }
  233|      0|        goto InvalidStart;
  234|      0|    }
  235|      0|    ch = 0;
  236|      2|Return:
  237|      2|    *inptr = s;
  238|      2|    *outpos = p - dest;
  239|      2|    return ch;
  240|      0|InvalidStart:
  241|      0|    ch = 1;
  242|      0|    goto Return;
  243|      0|InvalidContinuation1:
  244|      0|    ch = 2;
  245|      0|    goto Return;
  246|      0|InvalidContinuation2:
  247|      0|    ch = 3;
  248|      0|    goto Return;
  249|      0|InvalidContinuation3:
  250|      0|    ch = 4;
  251|      0|    goto Return;
  252|      0|}
unicodeobject.c:ucs2lib_utf8_decode:
   26|      2|{
   27|      2|    Py_UCS4 ch;
   28|      2|    const char *s = *inptr;
   29|      2|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|      2|#define STRINGLIB_CHAR           Py_UCS2
  ------------------
   30|       |
   31|    196|    while (s < end) {
  ------------------
  |  Branch (31:12): [True: 194, False: 2]
  ------------------
   32|    194|        ch = (unsigned char)*s;
   33|       |
   34|    194|        if (ch < 0x80) {
  ------------------
  |  Branch (34:13): [True: 0, False: 194]
  ------------------
   35|       |            /* Fast path for runs of ASCII characters. Given that common UTF-8
   36|       |               input will consist of an overwhelming majority of ASCII
   37|       |               characters, we try to optimize for this case by checking
   38|       |               as many characters as a C 'size_t' can contain.
   39|       |               First, check if we can do an aligned read, as most CPUs have
   40|       |               a penalty for unaligned reads.
   41|       |            */
   42|      0|            if (_Py_IS_ALIGNED(s, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|      0|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   43|       |                /* Help register allocation */
   44|      0|                const char *_s = s;
   45|      0|                STRINGLIB_CHAR *_p = p;
  ------------------
  |  |   11|      0|#define STRINGLIB_CHAR           Py_UCS2
  ------------------
   46|      0|                while (_s + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|      0|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (46:24): [True: 0, False: 0]
  ------------------
   47|       |                    /* Read a whole size_t at a time (either 4 or 8 bytes),
   48|       |                       and do a fast unrolled copy if it only contains ASCII
   49|       |                       characters. */
   50|      0|                    size_t value = *(const size_t *) _s;
   51|      0|                    if (value & ASCII_CHAR_MASK)
  ------------------
  |  |   12|      0|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (51:25): [True: 0, False: 0]
  ------------------
   52|      0|                        break;
   53|      0|#if PY_LITTLE_ENDIAN
   54|      0|                    _p[0] = (STRINGLIB_CHAR)(value & 0xFFu);
   55|      0|                    _p[1] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   56|      0|                    _p[2] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   57|      0|                    _p[3] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   58|      0|# if SIZEOF_SIZE_T == 8
   59|      0|                    _p[4] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   60|      0|                    _p[5] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   61|      0|                    _p[6] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   62|      0|                    _p[7] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   63|      0|# endif
   64|       |#else
   65|       |# if SIZEOF_SIZE_T == 8
   66|       |                    _p[0] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   67|       |                    _p[1] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   68|       |                    _p[2] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   69|       |                    _p[3] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   70|       |                    _p[4] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   71|       |                    _p[5] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   72|       |                    _p[6] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   73|       |                    _p[7] = (STRINGLIB_CHAR)(value & 0xFFu);
   74|       |# else
   75|       |                    _p[0] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   76|       |                    _p[1] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   77|       |                    _p[2] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   78|       |                    _p[3] = (STRINGLIB_CHAR)(value & 0xFFu);
   79|       |# endif
   80|       |#endif
   81|      0|                    _s += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|      0|#define SIZEOF_SIZE_T 8
  ------------------
   82|      0|                    _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|      0|#define SIZEOF_SIZE_T 8
  ------------------
   83|      0|                }
   84|      0|                s = _s;
   85|      0|                p = _p;
   86|      0|                if (s == end)
  ------------------
  |  Branch (86:21): [True: 0, False: 0]
  ------------------
   87|      0|                    break;
   88|      0|                ch = (unsigned char)*s;
   89|      0|            }
   90|      0|            if (ch < 0x80) {
  ------------------
  |  Branch (90:17): [True: 0, False: 0]
  ------------------
   91|      0|                s++;
   92|      0|                *p++ = ch;
   93|      0|                continue;
   94|      0|            }
   95|      0|        }
   96|       |
   97|    194|        if (ch < 0xE0) {
  ------------------
  |  Branch (97:13): [True: 72, False: 122]
  ------------------
   98|       |            /* \xC2\x80-\xDF\xBF -- 0080-07FF */
   99|     72|            Py_UCS4 ch2;
  100|     72|            if (ch < 0xC2) {
  ------------------
  |  Branch (100:17): [True: 0, False: 72]
  ------------------
  101|       |                /* invalid sequence
  102|       |                \x80-\xBF -- continuation byte
  103|       |                \xC0-\xC1 -- fake 0000-007F */
  104|      0|                goto InvalidStart;
  105|      0|            }
  106|     72|            if (end - s < 2) {
  ------------------
  |  Branch (106:17): [True: 0, False: 72]
  ------------------
  107|       |                /* unexpected end of data: the caller will decide whether
  108|       |                   it's an error or not */
  109|      0|                break;
  110|      0|            }
  111|     72|            ch2 = (unsigned char)s[1];
  112|     72|            if (!IS_CONTINUATION_BYTE(ch2))
  ------------------
  |  |   20|     72|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 72, False: 0]
  |  |  |  Branch (20:51): [True: 72, False: 0]
  |  |  ------------------
  ------------------
  113|       |                /* invalid continuation byte */
  114|      0|                goto InvalidContinuation1;
  115|     72|            ch = (ch << 6) + ch2 -
  116|     72|                 ((0xC0 << 6) + 0x80);
  117|     72|            assert ((ch > 0x007F) && (ch <= 0x07FF));
  ------------------
  |  Branch (117:13): [True: 72, False: 0]
  |  Branch (117:13): [True: 72, False: 0]
  ------------------
  118|     72|            s += 2;
  119|     72|            if (STRINGLIB_MAX_CHAR <= 0x007F ||
  ------------------
  |  |   10|     72|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
  |  Branch (119:17): [Folded, False: 0]
  ------------------
  120|      0|                (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
  |  Branch (120:18): [Folded, False: 0]
  |  Branch (120:49): [True: 0, False: 0]
  ------------------
  121|       |                /* Out-of-range */
  122|      0|                goto Return;
  123|     72|            *p++ = ch;
  124|     72|            continue;
  125|     72|        }
  126|       |
  127|    122|        if (ch < 0xF0) {
  ------------------
  |  Branch (127:13): [True: 122, False: 0]
  ------------------
  128|       |            /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */
  129|    122|            Py_UCS4 ch2, ch3;
  130|    122|            if (end - s < 3) {
  ------------------
  |  Branch (130:17): [True: 0, False: 122]
  ------------------
  131|       |                /* unexpected end of data: the caller will decide whether
  132|       |                   it's an error or not */
  133|      0|                if (end - s < 2)
  ------------------
  |  Branch (133:21): [True: 0, False: 0]
  ------------------
  134|      0|                    break;
  135|      0|                ch2 = (unsigned char)s[1];
  136|      0|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  137|      0|                    (ch2 < 0xA0 ? ch == 0xE0 : ch == 0xED))
  ------------------
  |  Branch (137:21): [True: 0, False: 0]
  |  Branch (137:22): [True: 0, False: 0]
  ------------------
  138|       |                    /* for clarification see comments below */
  139|      0|                    goto InvalidContinuation1;
  140|      0|                break;
  141|      0|            }
  142|    122|            ch2 = (unsigned char)s[1];
  143|    122|            ch3 = (unsigned char)s[2];
  144|    122|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|    122|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 122, False: 0]
  |  |  |  Branch (20:51): [True: 122, False: 0]
  |  |  ------------------
  ------------------
  145|       |                /* invalid continuation byte */
  146|      0|                goto InvalidContinuation1;
  147|      0|            }
  148|    122|            if (ch == 0xE0) {
  ------------------
  |  Branch (148:17): [True: 0, False: 122]
  ------------------
  149|      0|                if (ch2 < 0xA0)
  ------------------
  |  Branch (149:21): [True: 0, False: 0]
  ------------------
  150|       |                    /* invalid sequence
  151|       |                       \xE0\x80\x80-\xE0\x9F\xBF -- fake 0000-0800 */
  152|      0|                    goto InvalidContinuation1;
  153|    122|            } else if (ch == 0xED && ch2 >= 0xA0) {
  ------------------
  |  Branch (153:24): [True: 0, False: 122]
  |  Branch (153:38): [True: 0, False: 0]
  ------------------
  154|       |                /* Decoding UTF-8 sequences in range \xED\xA0\x80-\xED\xBF\xBF
  155|       |                   will result in surrogates in range D800-DFFF. Surrogates are
  156|       |                   not valid UTF-8 so they are rejected.
  157|       |                   See https://www.unicode.org/versions/Unicode5.2.0/ch03.pdf
  158|       |                   (table 3-7) and http://www.rfc-editor.org/rfc/rfc3629.txt */
  159|      0|                goto InvalidContinuation1;
  160|      0|            }
  161|    122|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|    122|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 122, False: 0]
  |  |  |  Branch (20:51): [True: 122, False: 0]
  |  |  ------------------
  ------------------
  162|       |                /* invalid continuation byte */
  163|      0|                goto InvalidContinuation2;
  164|      0|            }
  165|    122|            ch = (ch << 12) + (ch2 << 6) + ch3 -
  166|    122|                 ((0xE0 << 12) + (0x80 << 6) + 0x80);
  167|    122|            assert ((ch > 0x07FF) && (ch <= 0xFFFF));
  ------------------
  |  Branch (167:13): [True: 122, False: 0]
  |  Branch (167:13): [True: 122, False: 0]
  ------------------
  168|    122|            s += 3;
  169|    122|            if (STRINGLIB_MAX_CHAR <= 0x07FF ||
  ------------------
  |  |   10|    122|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
  |  Branch (169:17): [Folded, False: 0]
  ------------------
  170|      0|                (STRINGLIB_MAX_CHAR < 0xFFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0xFFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
  |  Branch (170:18): [Folded, False: 0]
  |  Branch (170:49): [True: 0, False: 0]
  ------------------
  171|       |                /* Out-of-range */
  172|      0|                goto Return;
  173|    122|            *p++ = ch;
  174|    122|            continue;
  175|    122|        }
  176|       |
  177|      0|        if (ch < 0xF5) {
  ------------------
  |  Branch (177:13): [True: 0, False: 0]
  ------------------
  178|       |            /* \xF0\x90\x80\x80-\xF4\x8F\xBF\xBF -- 10000-10FFFF */
  179|      0|            Py_UCS4 ch2, ch3, ch4;
  180|      0|            if (end - s < 4) {
  ------------------
  |  Branch (180:17): [True: 0, False: 0]
  ------------------
  181|       |                /* unexpected end of data: the caller will decide whether
  182|       |                   it's an error or not */
  183|      0|                if (end - s < 2)
  ------------------
  |  Branch (183:21): [True: 0, False: 0]
  ------------------
  184|      0|                    break;
  185|      0|                ch2 = (unsigned char)s[1];
  186|      0|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  187|      0|                    (ch2 < 0x90 ? ch == 0xF0 : ch == 0xF4))
  ------------------
  |  Branch (187:21): [True: 0, False: 0]
  |  Branch (187:22): [True: 0, False: 0]
  ------------------
  188|       |                    /* for clarification see comments below */
  189|      0|                    goto InvalidContinuation1;
  190|      0|                if (end - s < 3)
  ------------------
  |  Branch (190:21): [True: 0, False: 0]
  ------------------
  191|      0|                    break;
  192|      0|                ch3 = (unsigned char)s[2];
  193|      0|                if (!IS_CONTINUATION_BYTE(ch3))
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  194|      0|                    goto InvalidContinuation2;
  195|      0|                break;
  196|      0|            }
  197|      0|            ch2 = (unsigned char)s[1];
  198|      0|            ch3 = (unsigned char)s[2];
  199|      0|            ch4 = (unsigned char)s[3];
  200|      0|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  201|       |                /* invalid continuation byte */
  202|      0|                goto InvalidContinuation1;
  203|      0|            }
  204|      0|            if (ch == 0xF0) {
  ------------------
  |  Branch (204:17): [True: 0, False: 0]
  ------------------
  205|      0|                if (ch2 < 0x90)
  ------------------
  |  Branch (205:21): [True: 0, False: 0]
  ------------------
  206|       |                    /* invalid sequence
  207|       |                       \xF0\x80\x80\x80-\xF0\x8F\xBF\xBF -- fake 0000-FFFF */
  208|      0|                    goto InvalidContinuation1;
  209|      0|            } else if (ch == 0xF4 && ch2 >= 0x90) {
  ------------------
  |  Branch (209:24): [True: 0, False: 0]
  |  Branch (209:38): [True: 0, False: 0]
  ------------------
  210|       |                /* invalid sequence
  211|       |                   \xF4\x90\x80\x80- -- 110000- overflow */
  212|      0|                goto InvalidContinuation1;
  213|      0|            }
  214|      0|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  215|       |                /* invalid continuation byte */
  216|      0|                goto InvalidContinuation2;
  217|      0|            }
  218|      0|            if (!IS_CONTINUATION_BYTE(ch4)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  219|       |                /* invalid continuation byte */
  220|      0|                goto InvalidContinuation3;
  221|      0|            }
  222|      0|            ch = (ch << 18) + (ch2 << 12) + (ch3 << 6) + ch4 -
  223|      0|                 ((0xF0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80);
  224|      0|            assert ((ch > 0xFFFF) && (ch <= 0x10FFFF));
  ------------------
  |  Branch (224:13): [True: 0, False: 0]
  |  Branch (224:13): [True: 0, False: 0]
  ------------------
  225|      0|            s += 4;
  226|      0|            if (STRINGLIB_MAX_CHAR <= 0xFFFF ||
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
  |  Branch (226:17): [True: 0, Folded]
  ------------------
  227|      0|                (STRINGLIB_MAX_CHAR < 0x10FFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0x10FFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0xFFFFu
  ------------------
  |  Branch (227:18): [True: 0, Folded]
  |  Branch (227:51): [True: 0, False: 0]
  ------------------
  228|       |                /* Out-of-range */
  229|      0|                goto Return;
  230|      0|            *p++ = ch;
  231|      0|            continue;
  232|      0|        }
  233|      0|        goto InvalidStart;
  234|      0|    }
  235|      2|    ch = 0;
  236|      2|Return:
  237|      2|    *inptr = s;
  238|      2|    *outpos = p - dest;
  239|      2|    return ch;
  240|      0|InvalidStart:
  241|      0|    ch = 1;
  242|      0|    goto Return;
  243|      0|InvalidContinuation1:
  244|      0|    ch = 2;
  245|      0|    goto Return;
  246|      0|InvalidContinuation2:
  247|      0|    ch = 3;
  248|      0|    goto Return;
  249|      0|InvalidContinuation3:
  250|      0|    ch = 4;
  251|      0|    goto Return;
  252|      2|}
unicodeobject.c:ucs4lib_utf8_decode:
   26|     14|{
   27|     14|    Py_UCS4 ch;
   28|     14|    const char *s = *inptr;
   29|     14|    STRINGLIB_CHAR *p = dest + *outpos;
  ------------------
  |  |   11|     14|#define STRINGLIB_CHAR           Py_UCS4
  ------------------
   30|       |
   31|     88|    while (s < end) {
  ------------------
  |  Branch (31:12): [True: 74, False: 14]
  ------------------
   32|     74|        ch = (unsigned char)*s;
   33|       |
   34|     74|        if (ch < 0x80) {
  ------------------
  |  Branch (34:13): [True: 74, False: 0]
  ------------------
   35|       |            /* Fast path for runs of ASCII characters. Given that common UTF-8
   36|       |               input will consist of an overwhelming majority of ASCII
   37|       |               characters, we try to optimize for this case by checking
   38|       |               as many characters as a C 'size_t' can contain.
   39|       |               First, check if we can do an aligned read, as most CPUs have
   40|       |               a penalty for unaligned reads.
   41|       |            */
   42|     74|            if (_Py_IS_ALIGNED(s, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|     74|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 10, False: 64]
  |  |  ------------------
  ------------------
   43|       |                /* Help register allocation */
   44|     10|                const char *_s = s;
   45|     10|                STRINGLIB_CHAR *_p = p;
  ------------------
  |  |   11|     10|#define STRINGLIB_CHAR           Py_UCS4
  ------------------
   46|     68|                while (_s + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|     68|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (46:24): [True: 58, False: 10]
  ------------------
   47|       |                    /* Read a whole size_t at a time (either 4 or 8 bytes),
   48|       |                       and do a fast unrolled copy if it only contains ASCII
   49|       |                       characters. */
   50|     58|                    size_t value = *(const size_t *) _s;
   51|     58|                    if (value & ASCII_CHAR_MASK)
  ------------------
  |  |   12|     58|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (51:25): [True: 0, False: 58]
  ------------------
   52|      0|                        break;
   53|     58|#if PY_LITTLE_ENDIAN
   54|     58|                    _p[0] = (STRINGLIB_CHAR)(value & 0xFFu);
   55|     58|                    _p[1] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   56|     58|                    _p[2] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   57|     58|                    _p[3] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   58|     58|# if SIZEOF_SIZE_T == 8
   59|     58|                    _p[4] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   60|     58|                    _p[5] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   61|     58|                    _p[6] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   62|     58|                    _p[7] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   63|     58|# endif
   64|       |#else
   65|       |# if SIZEOF_SIZE_T == 8
   66|       |                    _p[0] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu);
   67|       |                    _p[1] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu);
   68|       |                    _p[2] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu);
   69|       |                    _p[3] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu);
   70|       |                    _p[4] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   71|       |                    _p[5] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   72|       |                    _p[6] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   73|       |                    _p[7] = (STRINGLIB_CHAR)(value & 0xFFu);
   74|       |# else
   75|       |                    _p[0] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu);
   76|       |                    _p[1] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu);
   77|       |                    _p[2] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu);
   78|       |                    _p[3] = (STRINGLIB_CHAR)(value & 0xFFu);
   79|       |# endif
   80|       |#endif
   81|     58|                    _s += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|     58|#define SIZEOF_SIZE_T 8
  ------------------
   82|     58|                    _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|     58|#define SIZEOF_SIZE_T 8
  ------------------
   83|     58|                }
   84|     10|                s = _s;
   85|     10|                p = _p;
   86|     10|                if (s == end)
  ------------------
  |  Branch (86:21): [True: 0, False: 10]
  ------------------
   87|      0|                    break;
   88|     10|                ch = (unsigned char)*s;
   89|     10|            }
   90|     74|            if (ch < 0x80) {
  ------------------
  |  Branch (90:17): [True: 74, False: 0]
  ------------------
   91|     74|                s++;
   92|     74|                *p++ = ch;
   93|     74|                continue;
   94|     74|            }
   95|     74|        }
   96|       |
   97|      0|        if (ch < 0xE0) {
  ------------------
  |  Branch (97:13): [True: 0, False: 0]
  ------------------
   98|       |            /* \xC2\x80-\xDF\xBF -- 0080-07FF */
   99|      0|            Py_UCS4 ch2;
  100|      0|            if (ch < 0xC2) {
  ------------------
  |  Branch (100:17): [True: 0, False: 0]
  ------------------
  101|       |                /* invalid sequence
  102|       |                \x80-\xBF -- continuation byte
  103|       |                \xC0-\xC1 -- fake 0000-007F */
  104|      0|                goto InvalidStart;
  105|      0|            }
  106|      0|            if (end - s < 2) {
  ------------------
  |  Branch (106:17): [True: 0, False: 0]
  ------------------
  107|       |                /* unexpected end of data: the caller will decide whether
  108|       |                   it's an error or not */
  109|      0|                break;
  110|      0|            }
  111|      0|            ch2 = (unsigned char)s[1];
  112|      0|            if (!IS_CONTINUATION_BYTE(ch2))
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  113|       |                /* invalid continuation byte */
  114|      0|                goto InvalidContinuation1;
  115|      0|            ch = (ch << 6) + ch2 -
  116|      0|                 ((0xC0 << 6) + 0x80);
  117|      0|            assert ((ch > 0x007F) && (ch <= 0x07FF));
  ------------------
  |  Branch (117:13): [True: 0, False: 0]
  |  Branch (117:13): [True: 0, False: 0]
  ------------------
  118|      0|            s += 2;
  119|      0|            if (STRINGLIB_MAX_CHAR <= 0x007F ||
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x10FFFFu
  ------------------
  |  Branch (119:17): [Folded, False: 0]
  ------------------
  120|      0|                (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x10FFFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0x07FF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x10FFFFu
  ------------------
  |  Branch (120:18): [Folded, False: 0]
  |  Branch (120:49): [True: 0, False: 0]
  ------------------
  121|       |                /* Out-of-range */
  122|      0|                goto Return;
  123|      0|            *p++ = ch;
  124|      0|            continue;
  125|      0|        }
  126|       |
  127|      0|        if (ch < 0xF0) {
  ------------------
  |  Branch (127:13): [True: 0, False: 0]
  ------------------
  128|       |            /* \xE0\xA0\x80-\xEF\xBF\xBF -- 0800-FFFF */
  129|      0|            Py_UCS4 ch2, ch3;
  130|      0|            if (end - s < 3) {
  ------------------
  |  Branch (130:17): [True: 0, False: 0]
  ------------------
  131|       |                /* unexpected end of data: the caller will decide whether
  132|       |                   it's an error or not */
  133|      0|                if (end - s < 2)
  ------------------
  |  Branch (133:21): [True: 0, False: 0]
  ------------------
  134|      0|                    break;
  135|      0|                ch2 = (unsigned char)s[1];
  136|      0|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  137|      0|                    (ch2 < 0xA0 ? ch == 0xE0 : ch == 0xED))
  ------------------
  |  Branch (137:21): [True: 0, False: 0]
  |  Branch (137:22): [True: 0, False: 0]
  ------------------
  138|       |                    /* for clarification see comments below */
  139|      0|                    goto InvalidContinuation1;
  140|      0|                break;
  141|      0|            }
  142|      0|            ch2 = (unsigned char)s[1];
  143|      0|            ch3 = (unsigned char)s[2];
  144|      0|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  145|       |                /* invalid continuation byte */
  146|      0|                goto InvalidContinuation1;
  147|      0|            }
  148|      0|            if (ch == 0xE0) {
  ------------------
  |  Branch (148:17): [True: 0, False: 0]
  ------------------
  149|      0|                if (ch2 < 0xA0)
  ------------------
  |  Branch (149:21): [True: 0, False: 0]
  ------------------
  150|       |                    /* invalid sequence
  151|       |                       \xE0\x80\x80-\xE0\x9F\xBF -- fake 0000-0800 */
  152|      0|                    goto InvalidContinuation1;
  153|      0|            } else if (ch == 0xED && ch2 >= 0xA0) {
  ------------------
  |  Branch (153:24): [True: 0, False: 0]
  |  Branch (153:38): [True: 0, False: 0]
  ------------------
  154|       |                /* Decoding UTF-8 sequences in range \xED\xA0\x80-\xED\xBF\xBF
  155|       |                   will result in surrogates in range D800-DFFF. Surrogates are
  156|       |                   not valid UTF-8 so they are rejected.
  157|       |                   See https://www.unicode.org/versions/Unicode5.2.0/ch03.pdf
  158|       |                   (table 3-7) and http://www.rfc-editor.org/rfc/rfc3629.txt */
  159|      0|                goto InvalidContinuation1;
  160|      0|            }
  161|      0|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  162|       |                /* invalid continuation byte */
  163|      0|                goto InvalidContinuation2;
  164|      0|            }
  165|      0|            ch = (ch << 12) + (ch2 << 6) + ch3 -
  166|      0|                 ((0xE0 << 12) + (0x80 << 6) + 0x80);
  167|      0|            assert ((ch > 0x07FF) && (ch <= 0xFFFF));
  ------------------
  |  Branch (167:13): [True: 0, False: 0]
  |  Branch (167:13): [True: 0, False: 0]
  ------------------
  168|      0|            s += 3;
  169|      0|            if (STRINGLIB_MAX_CHAR <= 0x07FF ||
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x10FFFFu
  ------------------
  |  Branch (169:17): [Folded, False: 0]
  ------------------
  170|      0|                (STRINGLIB_MAX_CHAR < 0xFFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x10FFFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0xFFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x10FFFFu
  ------------------
  |  Branch (170:18): [Folded, False: 0]
  |  Branch (170:49): [True: 0, False: 0]
  ------------------
  171|       |                /* Out-of-range */
  172|      0|                goto Return;
  173|      0|            *p++ = ch;
  174|      0|            continue;
  175|      0|        }
  176|       |
  177|      0|        if (ch < 0xF5) {
  ------------------
  |  Branch (177:13): [True: 0, False: 0]
  ------------------
  178|       |            /* \xF0\x90\x80\x80-\xF4\x8F\xBF\xBF -- 10000-10FFFF */
  179|      0|            Py_UCS4 ch2, ch3, ch4;
  180|      0|            if (end - s < 4) {
  ------------------
  |  Branch (180:17): [True: 0, False: 0]
  ------------------
  181|       |                /* unexpected end of data: the caller will decide whether
  182|       |                   it's an error or not */
  183|      0|                if (end - s < 2)
  ------------------
  |  Branch (183:21): [True: 0, False: 0]
  ------------------
  184|      0|                    break;
  185|      0|                ch2 = (unsigned char)s[1];
  186|      0|                if (!IS_CONTINUATION_BYTE(ch2) ||
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  187|      0|                    (ch2 < 0x90 ? ch == 0xF0 : ch == 0xF4))
  ------------------
  |  Branch (187:21): [True: 0, False: 0]
  |  Branch (187:22): [True: 0, False: 0]
  ------------------
  188|       |                    /* for clarification see comments below */
  189|      0|                    goto InvalidContinuation1;
  190|      0|                if (end - s < 3)
  ------------------
  |  Branch (190:21): [True: 0, False: 0]
  ------------------
  191|      0|                    break;
  192|      0|                ch3 = (unsigned char)s[2];
  193|      0|                if (!IS_CONTINUATION_BYTE(ch3))
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  194|      0|                    goto InvalidContinuation2;
  195|      0|                break;
  196|      0|            }
  197|      0|            ch2 = (unsigned char)s[1];
  198|      0|            ch3 = (unsigned char)s[2];
  199|      0|            ch4 = (unsigned char)s[3];
  200|      0|            if (!IS_CONTINUATION_BYTE(ch2)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  201|       |                /* invalid continuation byte */
  202|      0|                goto InvalidContinuation1;
  203|      0|            }
  204|      0|            if (ch == 0xF0) {
  ------------------
  |  Branch (204:17): [True: 0, False: 0]
  ------------------
  205|      0|                if (ch2 < 0x90)
  ------------------
  |  Branch (205:21): [True: 0, False: 0]
  ------------------
  206|       |                    /* invalid sequence
  207|       |                       \xF0\x80\x80\x80-\xF0\x8F\xBF\xBF -- fake 0000-FFFF */
  208|      0|                    goto InvalidContinuation1;
  209|      0|            } else if (ch == 0xF4 && ch2 >= 0x90) {
  ------------------
  |  Branch (209:24): [True: 0, False: 0]
  |  Branch (209:38): [True: 0, False: 0]
  ------------------
  210|       |                /* invalid sequence
  211|       |                   \xF4\x90\x80\x80- -- 110000- overflow */
  212|      0|                goto InvalidContinuation1;
  213|      0|            }
  214|      0|            if (!IS_CONTINUATION_BYTE(ch3)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  215|       |                /* invalid continuation byte */
  216|      0|                goto InvalidContinuation2;
  217|      0|            }
  218|      0|            if (!IS_CONTINUATION_BYTE(ch4)) {
  ------------------
  |  |   20|      0|#define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0)
  |  |  ------------------
  |  |  |  Branch (20:35): [True: 0, False: 0]
  |  |  |  Branch (20:51): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  219|       |                /* invalid continuation byte */
  220|      0|                goto InvalidContinuation3;
  221|      0|            }
  222|      0|            ch = (ch << 18) + (ch2 << 12) + (ch3 << 6) + ch4 -
  223|      0|                 ((0xF0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80);
  224|      0|            assert ((ch > 0xFFFF) && (ch <= 0x10FFFF));
  ------------------
  |  Branch (224:13): [True: 0, False: 0]
  |  Branch (224:13): [True: 0, False: 0]
  ------------------
  225|      0|            s += 4;
  226|      0|            if (STRINGLIB_MAX_CHAR <= 0xFFFF ||
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x10FFFFu
  ------------------
  |  Branch (226:17): [Folded, False: 0]
  ------------------
  227|      0|                (STRINGLIB_MAX_CHAR < 0x10FFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x10FFFFu
  ------------------
                              (STRINGLIB_MAX_CHAR < 0x10FFFF && ch > STRINGLIB_MAX_CHAR))
  ------------------
  |  |   10|      0|#define STRINGLIB_MAX_CHAR       0x10FFFFu
  ------------------
  |  Branch (227:18): [Folded, False: 0]
  |  Branch (227:51): [True: 0, False: 0]
  ------------------
  228|       |                /* Out-of-range */
  229|      0|                goto Return;
  230|      0|            *p++ = ch;
  231|      0|            continue;
  232|      0|        }
  233|      0|        goto InvalidStart;
  234|      0|    }
  235|     14|    ch = 0;
  236|     14|Return:
  237|     14|    *inptr = s;
  238|     14|    *outpos = p - dest;
  239|     14|    return ch;
  240|      0|InvalidStart:
  241|      0|    ch = 1;
  242|      0|    goto Return;
  243|      0|InvalidContinuation1:
  244|      0|    ch = 2;
  245|      0|    goto Return;
  246|      0|InvalidContinuation2:
  247|      0|    ch = 3;
  248|      0|    goto Return;
  249|      0|InvalidContinuation3:
  250|      0|    ch = 4;
  251|      0|    goto Return;
  252|     14|}

dictobject.c:unicode_eq:
    8|  4.20k|{
    9|  4.20k|    Py_ssize_t len = PyUnicode_GET_LENGTH(str1);
  ------------------
  |  |  299|  4.20k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   10|  4.20k|    if (PyUnicode_GET_LENGTH(str2) != len) {
  ------------------
  |  |  299|  4.20k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10:9): [True: 0, False: 4.20k]
  ------------------
   11|      0|        return 0;
   12|      0|    }
   13|       |
   14|  4.20k|    int kind = PyUnicode_KIND(str1);
  ------------------
  |  |  258|  4.20k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  8.40k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.20k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   15|  8.40k|    if (PyUnicode_KIND(str2) != kind) {
  ------------------
  |  |  258|  4.20k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  8.40k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4.20k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (15:9): [True: 0, False: 4.20k]
  ------------------
   16|      0|        return 0;
   17|      0|    }
   18|       |
   19|  4.20k|    const void *data1 = PyUnicode_DATA(str1);
  ------------------
  |  |  284|  4.20k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   20|  4.20k|    const void *data2 = PyUnicode_DATA(str2);
  ------------------
  |  |  284|  4.20k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.20k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.20k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   21|  4.20k|    return (memcmp(data1, data2, len * kind) == 0);
   22|  4.20k|}
setobject.c:unicode_eq:
    8|     15|{
    9|     15|    Py_ssize_t len = PyUnicode_GET_LENGTH(str1);
  ------------------
  |  |  299|     15|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   10|     15|    if (PyUnicode_GET_LENGTH(str2) != len) {
  ------------------
  |  |  299|     15|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10:9): [True: 0, False: 15]
  ------------------
   11|      0|        return 0;
   12|      0|    }
   13|       |
   14|     15|    int kind = PyUnicode_KIND(str1);
  ------------------
  |  |  258|     15|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     30|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 15, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   15|     30|    if (PyUnicode_KIND(str2) != kind) {
  ------------------
  |  |  258|     15|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     30|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 15, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (15:9): [True: 0, False: 15]
  ------------------
   16|      0|        return 0;
   17|      0|    }
   18|       |
   19|     15|    const void *data1 = PyUnicode_DATA(str1);
  ------------------
  |  |  284|     15|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   20|     15|    const void *data2 = PyUnicode_DATA(str2);
  ------------------
  |  |  284|     15|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   21|     15|    return (memcmp(data1, data2, len * kind) == 0);
   22|     15|}
unicodeobject.c:unicode_eq:
    8|  11.2k|{
    9|  11.2k|    Py_ssize_t len = PyUnicode_GET_LENGTH(str1);
  ------------------
  |  |  299|  11.2k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   10|  11.2k|    if (PyUnicode_GET_LENGTH(str2) != len) {
  ------------------
  |  |  299|  11.2k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10:9): [True: 2.87k, False: 8.37k]
  ------------------
   11|  2.87k|        return 0;
   12|  2.87k|    }
   13|       |
   14|  8.37k|    int kind = PyUnicode_KIND(str1);
  ------------------
  |  |  258|  8.37k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  16.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 8.37k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   15|  16.7k|    if (PyUnicode_KIND(str2) != kind) {
  ------------------
  |  |  258|  8.37k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  16.7k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 8.37k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (15:9): [True: 0, False: 8.37k]
  ------------------
   16|      0|        return 0;
   17|      0|    }
   18|       |
   19|  8.37k|    const void *data1 = PyUnicode_DATA(str1);
  ------------------
  |  |  284|  8.37k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   20|  8.37k|    const void *data2 = PyUnicode_DATA(str2);
  ------------------
  |  |  284|  8.37k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.37k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.37k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   21|  8.37k|    return (memcmp(data1, data2, len * kind) == 0);
   22|  8.37k|}

unicodeobject.c:ucs1lib_find_char:
   51|    529|{
   52|    529|    const STRINGLIB_CHAR *p, *e;
   53|       |
   54|    529|    p = s;
   55|    529|    e = s + n;
   56|    529|    if (n > MEMCHR_CUT_OFF) {
  ------------------
  |  |   44|    529|#  define MEMCHR_CUT_OFF 15
  ------------------
  |  Branch (56:9): [True: 23, False: 506]
  ------------------
   57|     23|#ifdef STRINGLIB_FAST_MEMCHR
   58|     23|        p = STRINGLIB_FAST_MEMCHR(s, ch, n);
  ------------------
  |  |   23|     23|#define STRINGLIB_FAST_MEMCHR    memchr
  ------------------
   59|     23|        if (p != NULL)
  ------------------
  |  Branch (59:13): [True: 10, False: 13]
  ------------------
   60|     10|            return (p - s);
   61|     13|        return -1;
   62|       |#else
   63|       |        /* use memchr if we can choose a needle without too many likely
   64|       |           false positives */
   65|       |        const STRINGLIB_CHAR *s1, *e1;
   66|       |        unsigned char needle = ch & 0xff;
   67|       |        /* If looking for a multiple of 256, we'd have too
   68|       |           many false positives looking for the '\0' byte in UCS2
   69|       |           and UCS4 representations. */
   70|       |        if (needle != 0) {
   71|       |            do {
   72|       |                const void *candidate = memchr(p, needle,
   73|       |                                               (e - p) * sizeof(STRINGLIB_CHAR));
   74|       |                if (candidate == NULL)
   75|       |                    return -1;
   76|       |                s1 = p;
   77|       |                p = (const STRINGLIB_CHAR *)
   78|       |                        _Py_ALIGN_DOWN(candidate, sizeof(STRINGLIB_CHAR));
   79|       |                if (*p == ch)
   80|       |                    return (p - s);
   81|       |                /* False positive */
   82|       |                p++;
   83|       |                if (p - s1 > MEMCHR_CUT_OFF)
   84|       |                    continue;
   85|       |                if (e - p <= MEMCHR_CUT_OFF)
   86|       |                    break;
   87|       |                e1 = p + MEMCHR_CUT_OFF;
   88|       |                while (p != e1) {
   89|       |                    if (*p == ch)
   90|       |                        return (p - s);
   91|       |                    p++;
   92|       |                }
   93|       |            }
   94|       |            while (e - p > MEMCHR_CUT_OFF);
   95|       |        }
   96|       |#endif
   97|     23|    }
   98|  2.67k|    while (p < e) {
  ------------------
  |  Branch (98:12): [True: 2.24k, False: 429]
  ------------------
   99|  2.24k|        if (*p == ch)
  ------------------
  |  Branch (99:13): [True: 77, False: 2.16k]
  ------------------
  100|     77|            return (p - s);
  101|  2.16k|        p++;
  102|  2.16k|    }
  103|    429|    return -1;
  104|    506|}
unicodeobject.c:ucs1lib_rfind_char:
  117|     43|{
  118|     43|    const STRINGLIB_CHAR *p;
  119|     43|#ifdef HAVE_MEMRCHR
  120|       |    /* memrchr() is a GNU extension, available since glibc 2.1.91.  it
  121|       |       doesn't seem as optimized as memchr(), but is still quite
  122|       |       faster than our hand-written loop below. There is no wmemrchr
  123|       |       for 4-byte chars. */
  124|       |
  125|     43|    if (n > MEMRCHR_CUT_OFF) {
  ------------------
  |  |  109|     43|#  define MEMRCHR_CUT_OFF 15
  ------------------
  |  Branch (125:9): [True: 27, False: 16]
  ------------------
  126|     27|#if STRINGLIB_SIZEOF_CHAR == 1
  127|     27|        p = memrchr(s, ch, n);
  128|     27|        if (p != NULL)
  ------------------
  |  Branch (128:13): [True: 27, False: 0]
  ------------------
  129|     27|            return (p - s);
  130|      0|        return -1;
  131|       |#else
  132|       |        /* use memrchr if we can choose a needle without too many likely
  133|       |           false positives */
  134|       |        const STRINGLIB_CHAR *s1;
  135|       |        Py_ssize_t n1;
  136|       |        unsigned char needle = ch & 0xff;
  137|       |        /* If looking for a multiple of 256, we'd have too
  138|       |           many false positives looking for the '\0' byte in UCS2
  139|       |           and UCS4 representations. */
  140|       |        if (needle != 0) {
  141|       |            do {
  142|       |                void *candidate = memrchr(s, needle,
  143|       |                                          n * sizeof(STRINGLIB_CHAR));
  144|       |                if (candidate == NULL)
  145|       |                    return -1;
  146|       |                n1 = n;
  147|       |                p = (const STRINGLIB_CHAR *)
  148|       |                        _Py_ALIGN_DOWN(candidate, sizeof(STRINGLIB_CHAR));
  149|       |                n = p - s;
  150|       |                if (*p == ch)
  151|       |                    return n;
  152|       |                /* False positive */
  153|       |                if (n1 - n > MEMRCHR_CUT_OFF)
  154|       |                    continue;
  155|       |                if (n <= MEMRCHR_CUT_OFF)
  156|       |                    break;
  157|       |                s1 = p - MEMRCHR_CUT_OFF;
  158|       |                while (p > s1) {
  159|       |                    p--;
  160|       |                    if (*p == ch)
  161|       |                        return (p - s);
  162|       |                }
  163|       |                n = p - s;
  164|       |            }
  165|       |            while (n > MEMRCHR_CUT_OFF);
  166|       |        }
  167|       |#endif
  168|     27|    }
  169|     16|#endif  /* HAVE_MEMRCHR */
  170|     16|    p = s + n;
  171|    121|    while (p > s) {
  ------------------
  |  Branch (171:12): [True: 111, False: 10]
  ------------------
  172|    111|        p--;
  173|    111|        if (*p == ch)
  ------------------
  |  Branch (173:13): [True: 6, False: 105]
  ------------------
  174|      6|            return (p - s);
  175|    111|    }
  176|     10|    return -1;
  177|     16|}
unicodeobject.c:asciilib_fastsearch:
  776|    190|{
  777|    190|    if (n < m || (mode == FAST_COUNT && maxcount == 0)) {
  ------------------
  |  |   24|    380|#define FAST_COUNT 0
  ------------------
  |  Branch (777:9): [True: 0, False: 190]
  |  Branch (777:19): [True: 0, False: 190]
  |  Branch (777:41): [True: 0, False: 0]
  ------------------
  778|      0|        return -1;
  779|      0|    }
  780|       |
  781|       |    /* look for special cases */
  782|    190|    if (m <= 1) {
  ------------------
  |  Branch (782:9): [True: 190, False: 0]
  ------------------
  783|    190|        if (m <= 0) {
  ------------------
  |  Branch (783:13): [True: 0, False: 190]
  ------------------
  784|      0|            return -1;
  785|      0|        }
  786|       |        /* use special case for 1-character strings */
  787|    190|        if (mode == FAST_SEARCH)
  ------------------
  |  |   25|    190|#define FAST_SEARCH 1
  ------------------
  |  Branch (787:13): [True: 0, False: 190]
  ------------------
  788|      0|            return STRINGLIB(find_char)(s, n, p[0]);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             asciilib_##F
  ------------------
  789|    190|        else if (mode == FAST_RSEARCH)
  ------------------
  |  |   26|    190|#define FAST_RSEARCH 2
  ------------------
  |  Branch (789:18): [True: 190, False: 0]
  ------------------
  790|    190|            return STRINGLIB(rfind_char)(s, n, p[0]);
  ------------------
  |  |    7|    190|#define STRINGLIB(F)             asciilib_##F
  ------------------
  791|      0|        else {
  792|      0|            if (maxcount == PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (792:17): [True: 0, False: 0]
  ------------------
  793|      0|                return STRINGLIB(count_char_no_maxcount)(s, n, p[0]);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             asciilib_##F
  ------------------
  794|      0|            }
  795|      0|            return STRINGLIB(count_char)(s, n, p[0], maxcount);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             asciilib_##F
  ------------------
  796|      0|        }
  797|    190|    }
  798|       |
  799|      0|    if (mode != FAST_RSEARCH) {
  ------------------
  |  |   26|      0|#define FAST_RSEARCH 2
  ------------------
  |  Branch (799:9): [True: 0, False: 0]
  ------------------
  800|      0|        if (n < 2500 || (m < 100 && n < 30000) || m < 6) {
  ------------------
  |  Branch (800:13): [True: 0, False: 0]
  |  Branch (800:26): [True: 0, False: 0]
  |  Branch (800:37): [True: 0, False: 0]
  |  Branch (800:51): [True: 0, False: 0]
  ------------------
  801|      0|            return STRINGLIB(default_find)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             asciilib_##F
  ------------------
  802|      0|        }
  803|      0|        else if ((m >> 2) * 3 < (n >> 2)) {
  ------------------
  |  Branch (803:18): [True: 0, False: 0]
  ------------------
  804|       |            /* 33% threshold, but don't overflow. */
  805|       |            /* For larger problems where the needle isn't a huge
  806|       |               percentage of the size of the haystack, the relatively
  807|       |               expensive O(m) startup cost of the two-way algorithm
  808|       |               will surely pay off. */
  809|      0|            if (mode == FAST_SEARCH) {
  ------------------
  |  |   25|      0|#define FAST_SEARCH 1
  ------------------
  |  Branch (809:17): [True: 0, False: 0]
  ------------------
  810|      0|                return STRINGLIB(_two_way_find)(s, n, p, m);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             asciilib_##F
  ------------------
  811|      0|            }
  812|      0|            else {
  813|      0|                return STRINGLIB(_two_way_count)(s, n, p, m, maxcount);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             asciilib_##F
  ------------------
  814|      0|            }
  815|      0|        }
  816|      0|        else {
  817|       |            /* To ensure that we have good worst-case behavior,
  818|       |               here's an adaptive version of the algorithm, where if
  819|       |               we match O(m) characters without any matches of the
  820|       |               entire needle, then we predict that the startup cost of
  821|       |               the two-way algorithm will probably be worth it. */
  822|      0|            return STRINGLIB(adaptive_find)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             asciilib_##F
  ------------------
  823|      0|        }
  824|      0|    }
  825|      0|    else {
  826|       |        /* FAST_RSEARCH */
  827|      0|        return STRINGLIB(default_rfind)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             asciilib_##F
  ------------------
  828|      0|    }
  829|      0|}
unicodeobject.c:asciilib_rfind_char:
  117|    190|{
  118|    190|    const STRINGLIB_CHAR *p;
  119|    190|#ifdef HAVE_MEMRCHR
  120|       |    /* memrchr() is a GNU extension, available since glibc 2.1.91.  it
  121|       |       doesn't seem as optimized as memchr(), but is still quite
  122|       |       faster than our hand-written loop below. There is no wmemrchr
  123|       |       for 4-byte chars. */
  124|       |
  125|    190|    if (n > MEMRCHR_CUT_OFF) {
  ------------------
  |  |  109|    190|#  define MEMRCHR_CUT_OFF 15
  ------------------
  |  Branch (125:9): [True: 16, False: 174]
  ------------------
  126|     16|#if STRINGLIB_SIZEOF_CHAR == 1
  127|     16|        p = memrchr(s, ch, n);
  128|     16|        if (p != NULL)
  ------------------
  |  Branch (128:13): [True: 6, False: 10]
  ------------------
  129|      6|            return (p - s);
  130|     10|        return -1;
  131|       |#else
  132|       |        /* use memrchr if we can choose a needle without too many likely
  133|       |           false positives */
  134|       |        const STRINGLIB_CHAR *s1;
  135|       |        Py_ssize_t n1;
  136|       |        unsigned char needle = ch & 0xff;
  137|       |        /* If looking for a multiple of 256, we'd have too
  138|       |           many false positives looking for the '\0' byte in UCS2
  139|       |           and UCS4 representations. */
  140|       |        if (needle != 0) {
  141|       |            do {
  142|       |                void *candidate = memrchr(s, needle,
  143|       |                                          n * sizeof(STRINGLIB_CHAR));
  144|       |                if (candidate == NULL)
  145|       |                    return -1;
  146|       |                n1 = n;
  147|       |                p = (const STRINGLIB_CHAR *)
  148|       |                        _Py_ALIGN_DOWN(candidate, sizeof(STRINGLIB_CHAR));
  149|       |                n = p - s;
  150|       |                if (*p == ch)
  151|       |                    return n;
  152|       |                /* False positive */
  153|       |                if (n1 - n > MEMRCHR_CUT_OFF)
  154|       |                    continue;
  155|       |                if (n <= MEMRCHR_CUT_OFF)
  156|       |                    break;
  157|       |                s1 = p - MEMRCHR_CUT_OFF;
  158|       |                while (p > s1) {
  159|       |                    p--;
  160|       |                    if (*p == ch)
  161|       |                        return (p - s);
  162|       |                }
  163|       |                n = p - s;
  164|       |            }
  165|       |            while (n > MEMRCHR_CUT_OFF);
  166|       |        }
  167|       |#endif
  168|     16|    }
  169|    174|#endif  /* HAVE_MEMRCHR */
  170|    174|    p = s + n;
  171|  1.37k|    while (p > s) {
  ------------------
  |  Branch (171:12): [True: 1.24k, False: 135]
  ------------------
  172|  1.24k|        p--;
  173|  1.24k|        if (*p == ch)
  ------------------
  |  Branch (173:13): [True: 39, False: 1.20k]
  ------------------
  174|     39|            return (p - s);
  175|  1.24k|    }
  176|    135|    return -1;
  177|    174|}
unicodeobject.c:ucs1lib_fastsearch:
  776|      6|{
  777|      6|    if (n < m || (mode == FAST_COUNT && maxcount == 0)) {
  ------------------
  |  |   24|     12|#define FAST_COUNT 0
  ------------------
  |  Branch (777:9): [True: 0, False: 6]
  |  Branch (777:19): [True: 0, False: 6]
  |  Branch (777:41): [True: 0, False: 0]
  ------------------
  778|      0|        return -1;
  779|      0|    }
  780|       |
  781|       |    /* look for special cases */
  782|      6|    if (m <= 1) {
  ------------------
  |  Branch (782:9): [True: 0, False: 6]
  ------------------
  783|      0|        if (m <= 0) {
  ------------------
  |  Branch (783:13): [True: 0, False: 0]
  ------------------
  784|      0|            return -1;
  785|      0|        }
  786|       |        /* use special case for 1-character strings */
  787|      0|        if (mode == FAST_SEARCH)
  ------------------
  |  |   25|      0|#define FAST_SEARCH 1
  ------------------
  |  Branch (787:13): [True: 0, False: 0]
  ------------------
  788|      0|            return STRINGLIB(find_char)(s, n, p[0]);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  789|      0|        else if (mode == FAST_RSEARCH)
  ------------------
  |  |   26|      0|#define FAST_RSEARCH 2
  ------------------
  |  Branch (789:18): [True: 0, False: 0]
  ------------------
  790|      0|            return STRINGLIB(rfind_char)(s, n, p[0]);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  791|      0|        else {
  792|      0|            if (maxcount == PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (792:17): [True: 0, False: 0]
  ------------------
  793|      0|                return STRINGLIB(count_char_no_maxcount)(s, n, p[0]);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  794|      0|            }
  795|      0|            return STRINGLIB(count_char)(s, n, p[0], maxcount);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  796|      0|        }
  797|      0|    }
  798|       |
  799|      6|    if (mode != FAST_RSEARCH) {
  ------------------
  |  |   26|      6|#define FAST_RSEARCH 2
  ------------------
  |  Branch (799:9): [True: 6, False: 0]
  ------------------
  800|      6|        if (n < 2500 || (m < 100 && n < 30000) || m < 6) {
  ------------------
  |  Branch (800:13): [True: 6, False: 0]
  |  Branch (800:26): [True: 0, False: 0]
  |  Branch (800:37): [True: 0, False: 0]
  |  Branch (800:51): [True: 0, False: 0]
  ------------------
  801|      6|            return STRINGLIB(default_find)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|      6|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  802|      6|        }
  803|      0|        else if ((m >> 2) * 3 < (n >> 2)) {
  ------------------
  |  Branch (803:18): [True: 0, False: 0]
  ------------------
  804|       |            /* 33% threshold, but don't overflow. */
  805|       |            /* For larger problems where the needle isn't a huge
  806|       |               percentage of the size of the haystack, the relatively
  807|       |               expensive O(m) startup cost of the two-way algorithm
  808|       |               will surely pay off. */
  809|      0|            if (mode == FAST_SEARCH) {
  ------------------
  |  |   25|      0|#define FAST_SEARCH 1
  ------------------
  |  Branch (809:17): [True: 0, False: 0]
  ------------------
  810|      0|                return STRINGLIB(_two_way_find)(s, n, p, m);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  811|      0|            }
  812|      0|            else {
  813|      0|                return STRINGLIB(_two_way_count)(s, n, p, m, maxcount);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  814|      0|            }
  815|      0|        }
  816|      0|        else {
  817|       |            /* To ensure that we have good worst-case behavior,
  818|       |               here's an adaptive version of the algorithm, where if
  819|       |               we match O(m) characters without any matches of the
  820|       |               entire needle, then we predict that the startup cost of
  821|       |               the two-way algorithm will probably be worth it. */
  822|      0|            return STRINGLIB(adaptive_find)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  823|      0|        }
  824|      6|    }
  825|      0|    else {
  826|       |        /* FAST_RSEARCH */
  827|      0|        return STRINGLIB(default_rfind)(s, n, p, m, maxcount, mode);
  ------------------
  |  |    7|      0|#define STRINGLIB(F)             ucs1lib_##F
  ------------------
  828|      0|    }
  829|      6|}
unicodeobject.c:ucs1lib_default_find:
  560|      6|{
  561|      6|    const Py_ssize_t w = n - m;
  562|      6|    Py_ssize_t mlast = m - 1, count = 0;
  563|      6|    Py_ssize_t gap = mlast;
  564|      6|    const STRINGLIB_CHAR last = p[mlast];
  565|      6|    const STRINGLIB_CHAR *const ss = &s[mlast];
  566|       |
  567|      6|    unsigned long mask = 0;
  568|     12|    for (Py_ssize_t i = 0; i < mlast; i++) {
  ------------------
  |  Branch (568:28): [True: 6, False: 6]
  ------------------
  569|      6|        STRINGLIB_BLOOM_ADD(mask, p[i]);
  ------------------
  |  |   39|      6|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|      6|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  570|      6|        if (p[i] == last) {
  ------------------
  |  Branch (570:13): [True: 0, False: 6]
  ------------------
  571|      0|            gap = mlast - i - 1;
  572|      0|        }
  573|      6|    }
  574|      6|    STRINGLIB_BLOOM_ADD(mask, last);
  ------------------
  |  |   39|      6|    ((mask |= (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|      6|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  575|       |
  576|     12|    for (Py_ssize_t i = 0; i <= w; i++) {
  ------------------
  |  Branch (576:28): [True: 6, False: 6]
  ------------------
  577|      6|        if (ss[i] == last) {
  ------------------
  |  Branch (577:13): [True: 1, False: 5]
  ------------------
  578|       |            /* candidate match */
  579|      1|            Py_ssize_t j;
  580|      1|            for (j = 0; j < mlast; j++) {
  ------------------
  |  Branch (580:25): [True: 1, False: 0]
  ------------------
  581|      1|                if (s[i+j] != p[j]) {
  ------------------
  |  Branch (581:21): [True: 1, False: 0]
  ------------------
  582|      1|                    break;
  583|      1|                }
  584|      1|            }
  585|      1|            if (j == mlast) {
  ------------------
  |  Branch (585:17): [True: 0, False: 1]
  ------------------
  586|       |                /* got a match! */
  587|      0|                if (mode != FAST_COUNT) {
  ------------------
  |  |   24|      0|#define FAST_COUNT 0
  ------------------
  |  Branch (587:21): [True: 0, False: 0]
  ------------------
  588|      0|                    return i;
  589|      0|                }
  590|      0|                count++;
  591|      0|                if (count == maxcount) {
  ------------------
  |  Branch (591:21): [True: 0, False: 0]
  ------------------
  592|      0|                    return maxcount;
  593|      0|                }
  594|      0|                i = i + mlast;
  595|      0|                continue;
  596|      0|            }
  597|       |            /* miss: check if next character is part of pattern */
  598|      1|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|      0|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|      0|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (598:17): [True: 0, False: 1]
  |  Branch (598:31): [True: 0, False: 0]
  ------------------
  599|      0|                i = i + m;
  600|      0|            }
  601|      1|            else {
  602|      1|                i = i + gap;
  603|      1|            }
  604|      1|        }
  605|      5|        else {
  606|       |            /* skip: check if next character is part of pattern */
  607|      5|            if (i + 1 <= w && !STRINGLIB_BLOOM(mask, ss[i+1])) {
  ------------------
  |  |   41|      0|    ((mask &  (1UL << ((ch) & (STRINGLIB_BLOOM_WIDTH -1)))))
  |  |  ------------------
  |  |  |  |   31|      0|#define STRINGLIB_BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (607:17): [True: 0, False: 5]
  |  Branch (607:31): [True: 0, False: 0]
  ------------------
  608|      0|                i = i + m;
  609|      0|            }
  610|      5|        }
  611|      6|    }
  612|      6|    return mode == FAST_COUNT ? count : -1;
  ------------------
  |  |   24|      6|#define FAST_COUNT 0
  ------------------
  |  Branch (612:12): [True: 0, False: 6]
  ------------------
  613|      6|}
bytes_methods.c:stringlib_find_char:
   51|     34|{
   52|     34|    const STRINGLIB_CHAR *p, *e;
   53|       |
   54|     34|    p = s;
   55|     34|    e = s + n;
   56|     34|    if (n > MEMCHR_CUT_OFF) {
  ------------------
  |  |   44|     34|#  define MEMCHR_CUT_OFF 15
  ------------------
  |  Branch (56:9): [True: 34, False: 0]
  ------------------
   57|     34|#ifdef STRINGLIB_FAST_MEMCHR
   58|     34|        p = STRINGLIB_FAST_MEMCHR(s, ch, n);
  ------------------
  |  |  383|     34|#define STRINGLIB_FAST_MEMCHR memchr
  ------------------
   59|     34|        if (p != NULL)
  ------------------
  |  Branch (59:13): [True: 26, False: 8]
  ------------------
   60|     26|            return (p - s);
   61|      8|        return -1;
   62|       |#else
   63|       |        /* use memchr if we can choose a needle without too many likely
   64|       |           false positives */
   65|       |        const STRINGLIB_CHAR *s1, *e1;
   66|       |        unsigned char needle = ch & 0xff;
   67|       |        /* If looking for a multiple of 256, we'd have too
   68|       |           many false positives looking for the '\0' byte in UCS2
   69|       |           and UCS4 representations. */
   70|       |        if (needle != 0) {
   71|       |            do {
   72|       |                const void *candidate = memchr(p, needle,
   73|       |                                               (e - p) * sizeof(STRINGLIB_CHAR));
   74|       |                if (candidate == NULL)
   75|       |                    return -1;
   76|       |                s1 = p;
   77|       |                p = (const STRINGLIB_CHAR *)
   78|       |                        _Py_ALIGN_DOWN(candidate, sizeof(STRINGLIB_CHAR));
   79|       |                if (*p == ch)
   80|       |                    return (p - s);
   81|       |                /* False positive */
   82|       |                p++;
   83|       |                if (p - s1 > MEMCHR_CUT_OFF)
   84|       |                    continue;
   85|       |                if (e - p <= MEMCHR_CUT_OFF)
   86|       |                    break;
   87|       |                e1 = p + MEMCHR_CUT_OFF;
   88|       |                while (p != e1) {
   89|       |                    if (*p == ch)
   90|       |                        return (p - s);
   91|       |                    p++;
   92|       |                }
   93|       |            }
   94|       |            while (e - p > MEMCHR_CUT_OFF);
   95|       |        }
   96|       |#endif
   97|     34|    }
   98|      0|    while (p < e) {
  ------------------
  |  Branch (98:12): [True: 0, False: 0]
  ------------------
   99|      0|        if (*p == ch)
  ------------------
  |  Branch (99:13): [True: 0, False: 0]
  ------------------
  100|      0|            return (p - s);
  101|      0|        p++;
  102|      0|    }
  103|      0|    return -1;
  104|      0|}

unicodeobject.c:ucs1lib_find:
   11|      6|{
   12|      6|    Py_ssize_t pos;
   13|       |
   14|      6|    assert(str_len >= 0);
  ------------------
  |  Branch (14:5): [True: 6, False: 0]
  ------------------
   15|      6|    if (sub_len == 0)
  ------------------
  |  Branch (15:9): [True: 0, False: 6]
  ------------------
   16|      0|        return offset;
   17|       |
   18|      6|    pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |    6|      6|#define FASTSEARCH               ucs1lib_fastsearch
  ------------------
                  pos = FASTSEARCH(str, str_len, sub, sub_len, -1, FAST_SEARCH);
  ------------------
  |  |   25|      6|#define FAST_SEARCH 1
  ------------------
   19|       |
   20|      6|    if (pos >= 0)
  ------------------
  |  Branch (20:9): [True: 0, False: 6]
  ------------------
   21|      0|        pos += offset;
   22|       |
   23|      6|    return pos;
   24|      6|}

unicode_writer.c:ucs1lib_find_max_char:
   22|    163|{
   23|    163|    const unsigned char *p = (const unsigned char *) begin;
   24|    163|    const unsigned char *_end = (const unsigned char *)end;
   25|       |
   26|    939|    while (p < _end) {
  ------------------
  |  Branch (26:12): [True: 778, False: 161]
  ------------------
   27|    778|        if (_Py_IS_ALIGNED(p, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|    778|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 77, False: 701]
  |  |  ------------------
  ------------------
   28|       |            /* Help register allocation */
   29|     77|            const unsigned char *_p = p;
   30|    208|            while (_p + SIZEOF_SIZE_T <= _end) {
  ------------------
  |  | 1838|    208|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (30:20): [True: 131, False: 77]
  ------------------
   31|    131|                size_t value = *(const size_t *) _p;
   32|    131|                if (value & UCS1_ASCII_CHAR_MASK)
  ------------------
  |  |   11|    131|# define UCS1_ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (32:21): [True: 0, False: 131]
  ------------------
   33|      0|                    return 255;
   34|    131|                _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|    131|#define SIZEOF_SIZE_T 8
  ------------------
   35|    131|            }
   36|     77|            p = _p;
   37|     77|            if (p == _end)
  ------------------
  |  Branch (37:17): [True: 2, False: 75]
  ------------------
   38|      2|                break;
   39|     77|        }
   40|    776|        if (*p++ & 0x80)
  ------------------
  |  Branch (40:13): [True: 0, False: 776]
  ------------------
   41|      0|            return 255;
   42|    776|    }
   43|    163|    return 127;
   44|    163|}
unicodeobject.c:ucs1lib_find_max_char:
   22|  12.1k|{
   23|  12.1k|    const unsigned char *p = (const unsigned char *) begin;
   24|  12.1k|    const unsigned char *_end = (const unsigned char *)end;
   25|       |
   26|  88.6k|    while (p < _end) {
  ------------------
  |  Branch (26:12): [True: 77.4k, False: 11.1k]
  ------------------
   27|  77.4k|        if (_Py_IS_ALIGNED(p, ALIGNOF_SIZE_T)) {
  ------------------
  |  |  221|  77.4k|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 10.5k, False: 66.8k]
  |  |  ------------------
  ------------------
   28|       |            /* Help register allocation */
   29|  10.5k|            const unsigned char *_p = p;
   30|  39.0k|            while (_p + SIZEOF_SIZE_T <= _end) {
  ------------------
  |  | 1838|  39.0k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (30:20): [True: 28.4k, False: 10.5k]
  ------------------
   31|  28.4k|                size_t value = *(const size_t *) _p;
   32|  28.4k|                if (value & UCS1_ASCII_CHAR_MASK)
  ------------------
  |  |   11|  28.4k|# define UCS1_ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (32:21): [True: 0, False: 28.4k]
  ------------------
   33|      0|                    return 255;
   34|  28.4k|                _p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  28.4k|#define SIZEOF_SIZE_T 8
  ------------------
   35|  28.4k|            }
   36|  10.5k|            p = _p;
   37|  10.5k|            if (p == _end)
  ------------------
  |  Branch (37:17): [True: 1.00k, False: 9.58k]
  ------------------
   38|  1.00k|                break;
   39|  10.5k|        }
   40|  76.4k|        if (*p++ & 0x80)
  ------------------
  |  Branch (40:13): [True: 0, False: 76.4k]
  ------------------
   41|      0|            return 255;
   42|  76.4k|    }
   43|  12.1k|    return 127;
   44|  12.1k|}

unicodeobject.c:asciilib_rpartition:
   74|    190|{
   75|    190|    PyObject* out;
   76|    190|    Py_ssize_t pos;
   77|       |
   78|    190|    if (sep_len == 0) {
  ------------------
  |  Branch (78:9): [True: 0, False: 190]
  ------------------
   79|      0|        PyErr_SetString(PyExc_ValueError, "empty separator");
   80|      0|        return NULL;
   81|      0|    }
   82|       |
   83|    190|    out = PyTuple_New(3);
   84|    190|    if (!out)
  ------------------
  |  Branch (84:9): [True: 0, False: 190]
  ------------------
   85|      0|        return NULL;
   86|       |
   87|    190|    pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
  ------------------
  |  |    6|    190|#define FASTSEARCH               asciilib_fastsearch
  ------------------
                  pos = FASTSEARCH(str, str_len, sep, sep_len, -1, FAST_RSEARCH);
  ------------------
  |  |   26|    190|#define FAST_RSEARCH 2
  ------------------
   88|       |
   89|    190|    if (pos < 0) {
  ------------------
  |  Branch (89:9): [True: 145, False: 45]
  ------------------
   90|       |#if STRINGLIB_MUTABLE
   91|       |        PyTuple_SET_ITEM(out, 0, STRINGLIB_NEW(NULL, 0));
   92|       |        PyTuple_SET_ITEM(out, 1, STRINGLIB_NEW(NULL, 0));
   93|       |        PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str, str_len));
   94|       |
   95|       |        if (PyErr_Occurred()) {
   96|       |            Py_DECREF(out);
   97|       |            return NULL;
   98|       |        }
   99|       |#else
  100|    145|        PyObject *empty = (PyObject*)STRINGLIB_GET_EMPTY();
  ------------------
  |  |  955|    145|#define STRINGLIB_GET_EMPTY() _PyUnicode_GetEmpty()
  ------------------
  101|    145|        assert(empty != NULL);
  ------------------
  |  Branch (101:9): [True: 145, False: 0]
  ------------------
  102|    145|        Py_INCREF(empty);
  ------------------
  |  |  310|    145|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  103|    145|        PyTuple_SET_ITEM(out, 0, empty);
  ------------------
  |  |   40|    145|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  104|    145|        Py_INCREF(empty);
  ------------------
  |  |  310|    145|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  105|    145|        PyTuple_SET_ITEM(out, 1, empty);
  ------------------
  |  |   40|    145|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  106|    145|        Py_INCREF(str_obj);
  ------------------
  |  |  310|    145|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|    145|        PyTuple_SET_ITEM(out, 2, (PyObject*) str_obj);
  ------------------
  |  |   40|    145|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|    145|#endif
  109|    145|        return out;
  110|    145|    }
  111|       |
  112|     45|    PyTuple_SET_ITEM(out, 0, STRINGLIB_NEW(str, pos));
  ------------------
  |  |   40|     45|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|     45|    Py_INCREF(sep_obj);
  ------------------
  |  |  310|     45|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|     45|    PyTuple_SET_ITEM(out, 1, sep_obj);
  ------------------
  |  |   40|     45|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  115|     45|    pos += sep_len;
  116|     45|    PyTuple_SET_ITEM(out, 2, STRINGLIB_NEW(str + pos, str_len - pos));
  ------------------
  |  |   40|     45|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  117|       |
  118|     45|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (118:9): [True: 0, False: 45]
  ------------------
  119|      0|        Py_DECREF(out);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  120|      0|        return NULL;
  121|      0|    }
  122|       |
  123|     45|    return out;
  124|     45|}

unicodeobject.c:ucs1lib_replace_1char_inplace:
   10|      6|{
   11|      6|    *s = u2;
   12|      6|    while (--maxcount && ++s != end) {
  ------------------
  |  Branch (12:12): [True: 6, False: 0]
  |  Branch (12:26): [True: 6, False: 0]
  ------------------
   13|       |        /* Find the next character to be replaced.
   14|       |
   15|       |           If it occurs often, it is faster to scan for it using an inline
   16|       |           loop.  If it occurs seldom, it is faster to scan for it using a
   17|       |           function call; the overhead of the function call is amortized
   18|       |           across the many characters that call covers.  We start with an
   19|       |           inline loop and use a heuristic to determine whether to fall back
   20|       |           to a function call. */
   21|      6|        if (*s != u1) {
  ------------------
  |  Branch (21:13): [True: 6, False: 0]
  ------------------
   22|      6|            int attempts = 10;
   23|       |            /* search u1 in a dummy loop */
   24|     44|            while (1) {
  ------------------
  |  Branch (24:20): [True: 44, Folded]
  ------------------
   25|     44|                if (++s == end)
  ------------------
  |  Branch (25:21): [True: 4, False: 40]
  ------------------
   26|      4|                    return;
   27|     40|                if (*s == u1)
  ------------------
  |  Branch (27:21): [True: 0, False: 40]
  ------------------
   28|      0|                    break;
   29|     40|                if (!--attempts) {
  ------------------
  |  Branch (29:21): [True: 2, False: 38]
  ------------------
   30|       |                    /* if u1 was not found for attempts iterations,
   31|       |                       use FASTSEARCH() or memchr() */
   32|      2|#ifdef STRINGLIB_FAST_MEMCHR
   33|      2|                    s++;
   34|      2|                    s = STRINGLIB_FAST_MEMCHR(s, u1, end - s);
  ------------------
  |  |   23|      2|#define STRINGLIB_FAST_MEMCHR    memchr
  ------------------
   35|      2|                    if (s == NULL)
  ------------------
  |  Branch (35:25): [True: 2, False: 0]
  ------------------
   36|      2|                        return;
   37|       |#else
   38|       |                    Py_ssize_t i;
   39|       |                    STRINGLIB_CHAR ch1 = (STRINGLIB_CHAR) u1;
   40|       |                    s++;
   41|       |                    i = FASTSEARCH(s, end - s, &ch1, 1, 0, FAST_SEARCH);
   42|       |                    if (i < 0)
   43|       |                        return;
   44|       |                    s += i;
   45|       |#endif
   46|       |                    /* restart the dummy loop */
   47|      0|                    break;
   48|      2|                }
   49|     40|            }
   50|      6|        }
   51|      0|        *s = u2;
   52|      0|    }
   53|      6|}

unicodeobject.c:asciilib_split:
  149|      8|{
  150|      8|    Py_ssize_t i, j, pos, count=0;
  151|      8|    PyObject *list, *sub;
  152|       |
  153|      8|    if (sep_len == 0) {
  ------------------
  |  Branch (153:9): [True: 0, False: 8]
  ------------------
  154|      0|        PyErr_SetString(PyExc_ValueError, "empty separator");
  155|      0|        return NULL;
  156|      0|    }
  157|      8|    else if (sep_len == 1)
  ------------------
  |  Branch (157:14): [True: 8, False: 0]
  ------------------
  158|      8|        return STRINGLIB(split_char)(str_obj, str, str_len, sep[0], maxcount);
  ------------------
  |  |    7|      8|#define STRINGLIB(F)             asciilib_##F
  ------------------
  159|       |
  160|      0|    list = PyList_New(PREALLOC_SIZE(maxcount));
  ------------------
  |  |   18|      0|    (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|      0|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |                   (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|      0|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (18:6): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  161|      0|    if (list == NULL)
  ------------------
  |  Branch (161:9): [True: 0, False: 0]
  ------------------
  162|      0|        return NULL;
  163|       |
  164|      0|    i = j = 0;
  165|      0|    while (maxcount-- > 0) {
  ------------------
  |  Branch (165:12): [True: 0, False: 0]
  ------------------
  166|      0|        pos = FASTSEARCH(str+i, str_len-i, sep, sep_len, -1, FAST_SEARCH);
  ------------------
  |  |    6|      0|#define FASTSEARCH               asciilib_fastsearch
  ------------------
                      pos = FASTSEARCH(str+i, str_len-i, sep, sep_len, -1, FAST_SEARCH);
  ------------------
  |  |   25|      0|#define FAST_SEARCH 1
  ------------------
  167|      0|        if (pos < 0)
  ------------------
  |  Branch (167:13): [True: 0, False: 0]
  ------------------
  168|      0|            break;
  169|      0|        j = i + pos;
  170|      0|        SPLIT_ADD(str, i, j);
  ------------------
  |  |   32|      0|#define SPLIT_ADD(data, left, right) {          \
  |  |   33|      0|    sub = STRINGLIB_NEW((data) + (left),        \
  |  |  ------------------
  |  |  |  |   20|      0|#define STRINGLIB_NEW(STR,LEN)   _PyUnicode_FromASCII((const char*)(STR),(LEN))
  |  |  ------------------
  |  |   34|      0|                        (right) - (left));      \
  |  |   35|      0|    if (sub == NULL)                            \
  |  |  ------------------
  |  |  |  Branch (35:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   36|      0|        goto onError;                           \
  |  |   37|      0|    if (count < MAX_PREALLOC) {                 \
  |  |  ------------------
  |  |  |  |   14|      0|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (37:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   38|      0|        PyList_SET_ITEM(list, count, sub);      \
  |  |  ------------------
  |  |  |  |   50|      0|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   39|      0|    } else {                                    \
  |  |   40|      0|        if (PyList_Append(list, sub)) {         \
  |  |  ------------------
  |  |  |  Branch (40:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   41|      0|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   42|      0|            goto onError;                       \
  |  |   43|      0|        }                                       \
  |  |   44|      0|        else                                    \
  |  |   45|      0|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   46|      0|    }                                           \
  |  |   47|      0|    count++; }
  ------------------
  171|      0|        i = j + sep_len;
  172|      0|    }
  173|      0|#if !STRINGLIB_MUTABLE
  174|      0|    if (count == 0 && STRINGLIB_CHECK_EXACT(str_obj)) {
  ------------------
  |  |   22|      0|#define STRINGLIB_CHECK_EXACT    PyUnicode_CheckExact
  |  |  ------------------
  |  |  |  |  104|      0|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (174:9): [True: 0, False: 0]
  ------------------
  175|       |        /* No match in str_obj, so just use it as list[0] */
  176|      0|        Py_INCREF(str_obj);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  177|      0|        PyList_SET_ITEM(list, 0, (PyObject *)str_obj);
  ------------------
  |  |   50|      0|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  178|      0|        count++;
  179|      0|    } else
  180|      0|#endif
  181|      0|    {
  182|      0|        SPLIT_ADD(str, i, str_len);
  ------------------
  |  |   32|      0|#define SPLIT_ADD(data, left, right) {          \
  |  |   33|      0|    sub = STRINGLIB_NEW((data) + (left),        \
  |  |  ------------------
  |  |  |  |   20|      0|#define STRINGLIB_NEW(STR,LEN)   _PyUnicode_FromASCII((const char*)(STR),(LEN))
  |  |  ------------------
  |  |   34|      0|                        (right) - (left));      \
  |  |   35|      0|    if (sub == NULL)                            \
  |  |  ------------------
  |  |  |  Branch (35:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   36|      0|        goto onError;                           \
  |  |   37|      0|    if (count < MAX_PREALLOC) {                 \
  |  |  ------------------
  |  |  |  |   14|      0|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (37:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   38|      0|        PyList_SET_ITEM(list, count, sub);      \
  |  |  ------------------
  |  |  |  |   50|      0|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   39|      0|    } else {                                    \
  |  |   40|      0|        if (PyList_Append(list, sub)) {         \
  |  |  ------------------
  |  |  |  Branch (40:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   41|      0|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   42|      0|            goto onError;                       \
  |  |   43|      0|        }                                       \
  |  |   44|      0|        else                                    \
  |  |   45|      0|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   46|      0|    }                                           \
  |  |   47|      0|    count++; }
  ------------------
  183|      0|    }
  184|      0|    FIX_PREALLOC_SIZE(list);
  ------------------
  |  |   51|      0|#define FIX_PREALLOC_SIZE(list) Py_SET_SIZE(list, count)
  |  |  ------------------
  |  |  |  |  216|      0|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  182|      0|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  185|      0|    return list;
  186|       |
  187|      0|  onError:
  188|      0|    Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|       |    return NULL;
  190|      0|}
unicodeobject.c:asciilib_split_char:
  106|      8|{
  107|      8|    Py_ssize_t i, j, count=0;
  108|      8|    PyObject *list = PyList_New(PREALLOC_SIZE(maxcount));
  ------------------
  |  |   18|      8|    (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|     16|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |                   (maxsplit >= MAX_PREALLOC ? MAX_PREALLOC : maxsplit+1)
  |  |  ------------------
  |  |  |  |   14|      7|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (18:6): [True: 7, False: 1]
  |  |  ------------------
  ------------------
  109|      8|    PyObject *sub;
  110|       |
  111|      8|    if (list == NULL)
  ------------------
  |  Branch (111:9): [True: 0, False: 8]
  ------------------
  112|      0|        return NULL;
  113|       |
  114|      8|    i = j = 0;
  115|     24|    while ((j < str_len) && (maxcount-- > 0)) {
  ------------------
  |  Branch (115:12): [True: 16, False: 8]
  |  Branch (115:29): [True: 16, False: 0]
  ------------------
  116|    118|        for(; j < str_len; j++) {
  ------------------
  |  Branch (116:15): [True: 110, False: 8]
  ------------------
  117|       |            /* I found that using memchr makes no difference */
  118|    110|            if (str[j] == ch) {
  ------------------
  |  Branch (118:17): [True: 8, False: 102]
  ------------------
  119|      8|                SPLIT_ADD(str, i, j);
  ------------------
  |  |   32|      8|#define SPLIT_ADD(data, left, right) {          \
  |  |   33|      8|    sub = STRINGLIB_NEW((data) + (left),        \
  |  |  ------------------
  |  |  |  |   20|      8|#define STRINGLIB_NEW(STR,LEN)   _PyUnicode_FromASCII((const char*)(STR),(LEN))
  |  |  ------------------
  |  |   34|      8|                        (right) - (left));      \
  |  |   35|      8|    if (sub == NULL)                            \
  |  |  ------------------
  |  |  |  Branch (35:9): [True: 0, False: 8]
  |  |  ------------------
  |  |   36|      8|        goto onError;                           \
  |  |   37|      8|    if (count < MAX_PREALLOC) {                 \
  |  |  ------------------
  |  |  |  |   14|      8|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (37:9): [True: 8, False: 0]
  |  |  ------------------
  |  |   38|      8|        PyList_SET_ITEM(list, count, sub);      \
  |  |  ------------------
  |  |  |  |   50|      8|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   39|      8|    } else {                                    \
  |  |   40|      0|        if (PyList_Append(list, sub)) {         \
  |  |  ------------------
  |  |  |  Branch (40:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   41|      0|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   42|      0|            goto onError;                       \
  |  |   43|      0|        }                                       \
  |  |   44|      0|        else                                    \
  |  |   45|      0|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   46|      0|    }                                           \
  |  |   47|      8|    count++; }
  ------------------
  120|      8|                i = j = j + 1;
  121|      8|                break;
  122|      8|            }
  123|    110|        }
  124|     16|    }
  125|      8|#if !STRINGLIB_MUTABLE
  126|      8|    if (count == 0 && STRINGLIB_CHECK_EXACT(str_obj)) {
  ------------------
  |  |   22|      0|#define STRINGLIB_CHECK_EXACT    PyUnicode_CheckExact
  |  |  ------------------
  |  |  |  |  104|      0|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (126:9): [True: 0, False: 8]
  ------------------
  127|       |        /* ch not in str_obj, so just use str_obj as list[0] */
  128|      0|        Py_INCREF(str_obj);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  129|      0|        PyList_SET_ITEM(list, 0, (PyObject *)str_obj);
  ------------------
  |  |   50|      0|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  130|      0|        count++;
  131|      0|    } else
  132|      8|#endif
  133|      8|    if (i <= str_len) {
  ------------------
  |  Branch (133:9): [True: 8, False: 0]
  ------------------
  134|     16|        SPLIT_ADD(str, i, str_len);
  ------------------
  |  |   32|      8|#define SPLIT_ADD(data, left, right) {          \
  |  |   33|      8|    sub = STRINGLIB_NEW((data) + (left),        \
  |  |  ------------------
  |  |  |  |   20|      8|#define STRINGLIB_NEW(STR,LEN)   _PyUnicode_FromASCII((const char*)(STR),(LEN))
  |  |  ------------------
  |  |   34|      8|                        (right) - (left));      \
  |  |   35|      8|    if (sub == NULL)                            \
  |  |  ------------------
  |  |  |  Branch (35:9): [True: 0, False: 8]
  |  |  ------------------
  |  |   36|      8|        goto onError;                           \
  |  |   37|      8|    if (count < MAX_PREALLOC) {                 \
  |  |  ------------------
  |  |  |  |   14|      8|#define MAX_PREALLOC 12
  |  |  ------------------
  |  |  |  Branch (37:9): [True: 8, False: 0]
  |  |  ------------------
  |  |   38|      8|        PyList_SET_ITEM(list, count, sub);      \
  |  |  ------------------
  |  |  |  |   50|      8|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   39|      8|    } else {                                    \
  |  |   40|      0|        if (PyList_Append(list, sub)) {         \
  |  |  ------------------
  |  |  |  Branch (40:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   41|      0|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   42|      0|            goto onError;                       \
  |  |   43|      0|        }                                       \
  |  |   44|      0|        else                                    \
  |  |   45|      0|            Py_DECREF(sub);                     \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   46|      0|    }                                           \
  |  |   47|      8|    count++; }
  ------------------
  135|     16|    }
  136|      8|    FIX_PREALLOC_SIZE(list);
  ------------------
  |  |   51|      8|#define FIX_PREALLOC_SIZE(list) Py_SET_SIZE(list, count)
  |  |  ------------------
  |  |  |  |  216|      8|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  182|      8|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  137|      8|    return list;
  138|       |
  139|      0|  onError:
  140|      0|    Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|       |    return NULL;
  142|      8|}

PyStructSequence_New:
   66|     81|{
   67|     81|    PyStructSequence *obj;
   68|     81|    Py_ssize_t size = REAL_SIZE_TP(type), i;
  ------------------
  |  |   48|     81|    get_type_attr_as_size(tp, &_Py_ID(n_fields))
  |  |  ------------------
  |  |  |  |  917|     81|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|     81|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|     81|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   69|     81|    if (size < 0) {
  ------------------
  |  Branch (69:9): [True: 0, False: 81]
  ------------------
   70|      0|        return NULL;
   71|      0|    }
   72|     81|    Py_ssize_t vsize = VISIBLE_SIZE_TP(type);
  ------------------
  |  |   46|     81|    get_type_attr_as_size(tp, &_Py_ID(n_sequence_fields))
  |  |  ------------------
  |  |  |  |  917|     81|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|     81|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|     81|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   73|     81|    if (vsize < 0) {
  ------------------
  |  Branch (73:9): [True: 0, False: 81]
  ------------------
   74|      0|        return NULL;
   75|      0|    }
   76|       |
   77|     81|    obj = PyObject_GC_NewVar(PyStructSequence, type, size);
  ------------------
  |  |  183|     81|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   78|     81|    if (obj == NULL)
  ------------------
  |  Branch (78:9): [True: 0, False: 81]
  ------------------
   79|      0|        return NULL;
   80|     81|    _PyTuple_RESET_HASH_CACHE(obj);
  ------------------
  |  |   44|     81|    do {                                    \
  |  |   45|     81|        assert(op != NULL);                 \
  |  |   46|    162|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|     81|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|    162|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 81]
  |  |  ------------------
  ------------------
  |  Branch (80:5): [True: 81, False: 0]
  |  Branch (80:5): [True: 81, False: 0]
  ------------------
   81|       |    /* Hack the size of the variable object, so invisible fields don't appear
   82|       |     to Python code. */
   83|     81|    Py_SET_SIZE(obj, vsize);
  ------------------
  |  |  216|     81|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|     81|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|  1.50k|    for (i = 0; i < size; i++)
  ------------------
  |  Branch (84:17): [True: 1.41k, False: 81]
  ------------------
   85|  1.41k|        obj->ob_item[i] = NULL;
   86|       |
   87|     81|    return (PyObject*)obj;
   88|     81|}
PyStructSequence_SetItem:
   92|  1.46k|{
   93|  1.46k|    PyTupleObject *tuple = _PyTuple_CAST(op);
  ------------------
  |  |   19|  1.46k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (93:28): [True: 1.46k, False: 0]
  ------------------
   94|  1.46k|    assert(0 <= index);
  ------------------
  |  Branch (94:5): [True: 1.46k, False: 0]
  ------------------
   95|  1.46k|#ifndef NDEBUG
   96|  1.46k|    Py_ssize_t n_fields = REAL_SIZE(op);
  ------------------
  |  |   49|  1.46k|#define REAL_SIZE(op) get_real_size((PyObject *)op)
  ------------------
   97|  1.46k|    assert(n_fields >= 0);
  ------------------
  |  Branch (97:5): [True: 1.46k, False: 0]
  ------------------
   98|  1.46k|    assert(index < n_fields);
  ------------------
  |  Branch (98:5): [True: 1.46k, False: 0]
  ------------------
   99|  1.46k|#endif
  100|  1.46k|    tuple->ob_item[index] = value;
  101|  1.46k|}
PyStructSequence_GetItem:
  105|     88|{
  106|     88|    assert(0 <= index);
  ------------------
  |  Branch (106:5): [True: 88, False: 0]
  ------------------
  107|     88|#ifndef NDEBUG
  108|     88|    Py_ssize_t n_fields = REAL_SIZE(op);
  ------------------
  |  |   49|     88|#define REAL_SIZE(op) get_real_size((PyObject *)op)
  ------------------
  109|     88|    assert(n_fields >= 0);
  ------------------
  |  Branch (109:5): [True: 88, False: 0]
  ------------------
  110|     88|    assert(index < n_fields);
  ------------------
  |  Branch (110:5): [True: 88, False: 0]
  ------------------
  111|     88|#endif
  112|     88|    return PyTuple_GET_ITEM(op, index);
  ------------------
  |  |   29|     88|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     88|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (112:12): [True: 88, False: 0]
  ------------------
  113|     88|}
_PyStructSequence_InitBuiltinWithFlags:
  618|     16|{
  619|     16|    if (Py_TYPE(type) == NULL) {
  ------------------
  |  |  213|     16|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (619:9): [True: 16, False: 0]
  ------------------
  620|     16|        Py_SET_TYPE(type, &PyType_Type);
  ------------------
  |  |  217|     16|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  621|     16|    }
  622|     16|    Py_ssize_t n_unnamed_members;
  623|     16|    Py_ssize_t n_members = count_members(desc, &n_unnamed_members);
  624|     16|    PyMemberDef *members = NULL;
  625|       |
  626|     16|    if ((type->tp_flags & Py_TPFLAGS_READY) == 0) {
  ------------------
  |  |  518|     16|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
  |  Branch (626:9): [True: 16, False: 0]
  ------------------
  627|     16|        assert(type->tp_name == NULL);
  ------------------
  |  Branch (627:9): [True: 16, False: 0]
  ------------------
  628|     16|        assert(type->tp_members == NULL);
  ------------------
  |  Branch (628:9): [True: 16, False: 0]
  ------------------
  629|     16|        assert(type->tp_base == NULL);
  ------------------
  |  Branch (629:9): [True: 16, False: 0]
  ------------------
  630|       |
  631|     16|        members = initialize_members(desc, n_members, n_unnamed_members);
  632|     16|        if (members == NULL) {
  ------------------
  |  Branch (632:13): [True: 0, False: 16]
  ------------------
  633|      0|            goto error;
  634|      0|        }
  635|     16|        initialize_static_fields(type, desc, members, n_members, tp_flags);
  636|       |
  637|     16|        _Py_SetImmortal((PyObject *)type);
  638|     16|    }
  639|      0|#ifndef NDEBUG
  640|      0|    else {
  641|       |        // Ensure that the type was initialized.
  642|      0|        assert(type->tp_name != NULL);
  ------------------
  |  Branch (642:9): [True: 0, False: 0]
  ------------------
  643|      0|        assert(type->tp_members != NULL);
  ------------------
  |  Branch (643:9): [True: 0, False: 0]
  ------------------
  644|      0|        assert(type->tp_base == &PyTuple_Type);
  ------------------
  |  Branch (644:9): [True: 0, False: 0]
  ------------------
  645|      0|        assert((type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN));
  ------------------
  |  Branch (645:9): [True: 0, False: 0]
  ------------------
  646|      0|        assert(_Py_IsImmortal(type));
  ------------------
  |  Branch (646:9): [True: 0, False: 0]
  ------------------
  647|      0|    }
  648|     16|#endif
  649|       |
  650|     16|    if (_PyStaticType_InitBuiltin(interp, type) < 0) {
  ------------------
  |  Branch (650:9): [True: 0, False: 16]
  ------------------
  651|      0|        PyErr_Format(PyExc_RuntimeError,
  652|      0|                     "Can't initialize builtin type %s",
  653|      0|                     desc->name);
  654|      0|        goto error;
  655|      0|    }
  656|       |
  657|     16|    if (initialize_structseq_dict(
  ------------------
  |  Branch (657:9): [True: 0, False: 16]
  ------------------
  658|     16|            desc, _PyType_GetDict(type), n_members, n_unnamed_members) < 0)
  659|      0|    {
  660|      0|        goto error;
  661|      0|    }
  662|       |
  663|     16|    return 0;
  664|       |
  665|      0|error:
  666|      0|    if (members != NULL) {
  ------------------
  |  Branch (666:9): [True: 0, False: 0]
  ------------------
  667|      0|        PyMem_Free(members);
  668|      0|    }
  669|      0|    return -1;
  670|     16|}
_PyStructSequence_NewType:
  746|     18|{
  747|     18|    PyMemberDef *members;
  748|     18|    PyTypeObject *type;
  749|     18|    PyType_Slot slots[8];
  750|     18|    PyType_Spec spec;
  751|     18|    Py_ssize_t n_members, n_unnamed_members;
  752|       |
  753|       |    /* Initialize MemberDefs */
  754|     18|    n_members = count_members(desc, &n_unnamed_members);
  755|     18|    members = initialize_members(desc, n_members, n_unnamed_members);
  756|     18|    if (members == NULL) {
  ------------------
  |  Branch (756:9): [True: 0, False: 18]
  ------------------
  757|      0|        return NULL;
  758|      0|    }
  759|       |
  760|       |    /* Initialize Slots */
  761|     18|    slots[0] = (PyType_Slot){Py_tp_dealloc, structseq_dealloc};
  ------------------
  |  |   60|     18|#define Py_tp_dealloc 52
  ------------------
  762|     18|    slots[1] = (PyType_Slot){Py_tp_repr, structseq_repr};
  ------------------
  |  |   74|     18|#define Py_tp_repr 66
  ------------------
  763|     18|    slots[2] = (PyType_Slot){Py_tp_doc, (void *)desc->doc};
  ------------------
  |  |   64|     18|#define Py_tp_doc 56
  ------------------
  764|     18|    slots[3] = (PyType_Slot){Py_tp_methods, structseq_methods};
  ------------------
  |  |   72|     18|#define Py_tp_methods 64
  ------------------
  765|     18|    slots[4] = (PyType_Slot){Py_tp_new, structseq_new};
  ------------------
  |  |   73|     18|#define Py_tp_new 65
  ------------------
  766|     18|    slots[5] = (PyType_Slot){Py_tp_members, members};
  ------------------
  |  |   80|     18|#define Py_tp_members 72
  ------------------
  767|     18|    slots[6] = (PyType_Slot){Py_tp_traverse, structseq_traverse};
  ------------------
  |  |   79|     18|#define Py_tp_traverse 71
  ------------------
  768|     18|    slots[7] = (PyType_Slot){0, 0};
  769|       |
  770|       |    /* Initialize Spec */
  771|       |    /* The name in this PyType_Spec is statically allocated so it is */
  772|       |    /* expected that it'll outlive the PyType_Spec */
  773|     18|    spec.name = desc->name;
  774|     18|    Py_ssize_t hidden = n_members - desc->n_in_sequence;
  775|     18|    spec.basicsize = (int)(sizeof(PyStructSequence) + (hidden - 1) * sizeof(PyObject *));
  776|     18|    spec.itemsize = sizeof(PyObject *);
  777|     18|    spec.flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | tp_flags;
  ------------------
  |  |  560|     18|#define Py_TPFLAGS_DEFAULT  ( \
  |  |  561|     18|                 Py_TPFLAGS_HAVE_STACKLESS_EXTENSION | \
  |  |  ------------------
  |  |  |  |  530|     18|#define Py_TPFLAGS_HAVE_STACKLESS_EXTENSION 0
  |  |  ------------------
  |  |  562|     18|                0)
  ------------------
                  spec.flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | tp_flags;
  ------------------
  |  |  524|     18|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  778|     18|    spec.slots = slots;
  779|       |
  780|     18|    type = (PyTypeObject *)PyType_FromSpecWithBases(&spec, (PyObject *)&PyTuple_Type);
  781|     18|    PyMem_Free(members);
  782|     18|    if (type == NULL) {
  ------------------
  |  Branch (782:9): [True: 0, False: 18]
  ------------------
  783|      0|        return NULL;
  784|      0|    }
  785|       |
  786|     18|    if (initialize_structseq_dict(
  ------------------
  |  Branch (786:9): [True: 0, False: 18]
  ------------------
  787|     18|            desc, _PyType_GetDict(type), n_members, n_unnamed_members) < 0) {
  788|      0|        Py_DECREF(type);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  789|      0|        return NULL;
  790|      0|    }
  791|       |
  792|     18|    return type;
  793|     18|}
PyStructSequence_NewType:
  798|     18|{
  799|     18|    return _PyStructSequence_NewType(desc, 0);
  800|     18|}
structseq.c:get_type_attr_as_size:
   29|    162|{
   30|    162|    PyObject *v = PyDict_GetItemWithError(_PyType_GetDict(tp), name);
   31|       |
   32|    162|    if (v == NULL) {
  ------------------
  |  Branch (32:9): [True: 0, False: 162]
  ------------------
   33|      0|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (33:13): [True: 0, False: 0]
  ------------------
   34|      0|            return -1;
   35|      0|        }
   36|      0|        PyErr_Format(PyExc_TypeError,
   37|      0|                     "Missed attribute '%U' of type %s",
   38|      0|                     name, tp->tp_name);
   39|      0|        return -1;
   40|      0|    }
   41|    162|    return PyLong_AsSsize_t(v);
   42|    162|}
structseq.c:get_real_size:
   57|  1.62k|{
   58|       |    // Compute the real size from the visible size (i.e., Py_SIZE()) and the
   59|       |    // number of non-sequence fields accounted for in tp_basicsize.
   60|  1.62k|    Py_ssize_t hidden = Py_TYPE(op)->tp_basicsize - offsetof(PyStructSequence, ob_item);
  ------------------
  |  |  213|  1.62k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.62k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   61|  1.62k|    return Py_SIZE(op) + hidden / sizeof(PyObject *);
  ------------------
  |  |  214|  1.62k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.62k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.62k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   62|  1.62k|}
structseq.c:count_members:
  469|     34|count_members(PyStructSequence_Desc *desc, Py_ssize_t *n_unnamed_members) {
  470|     34|    Py_ssize_t i;
  471|       |
  472|     34|    *n_unnamed_members = 0;
  473|    282|    for (i = 0; desc->fields[i].name != NULL; ++i) {
  ------------------
  |  Branch (473:17): [True: 248, False: 34]
  ------------------
  474|    248|        if (desc->fields[i].name == PyStructSequence_UnnamedField) {
  ------------------
  |  Branch (474:13): [True: 6, False: 242]
  ------------------
  475|      6|            (*n_unnamed_members)++;
  476|      6|        }
  477|    248|    }
  478|     34|    return i;
  479|     34|}
structseq.c:initialize_members:
  542|     34|{
  543|     34|    PyMemberDef *members;
  544|       |
  545|     34|    members = PyMem_NEW(PyMemberDef, n_members - n_unnamed_members + 1);
  ------------------
  |  |   82|     34|#define PyMem_NEW(type, n)        PyMem_New(type, (n))
  |  |  ------------------
  |  |  |  |   64|     34|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     34|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:5): [True: 0, False: 34]
  |  |  |  |  ------------------
  |  |  |  |   65|     34|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  |  |  ------------------
  ------------------
  546|     34|    if (members == NULL) {
  ------------------
  |  Branch (546:9): [True: 0, False: 34]
  ------------------
  547|      0|        PyErr_NoMemory();
  548|      0|        return NULL;
  549|      0|    }
  550|       |
  551|     34|    Py_ssize_t i, k;
  552|    282|    for (i = k = 0; i < n_members; ++i) {
  ------------------
  |  Branch (552:21): [True: 248, False: 34]
  ------------------
  553|    248|        if (desc->fields[i].name == PyStructSequence_UnnamedField) {
  ------------------
  |  Branch (553:13): [True: 6, False: 242]
  ------------------
  554|      6|            continue;
  555|      6|        }
  556|       |
  557|       |        /* The names and docstrings in these MemberDefs are statically */
  558|       |        /* allocated so it is expected that they'll outlive the MemberDef */
  559|    242|        members[k].name = desc->fields[i].name;
  560|    242|        members[k].type = _Py_T_OBJECT;
  ------------------
  |  |   59|    242|#define _Py_T_OBJECT   6  // Deprecated, use Py_T_OBJECT_EX instead
  ------------------
  561|    242|        members[k].offset = offsetof(PyStructSequence, ob_item)
  562|    242|          + i * sizeof(PyObject*);
  563|    242|        members[k].flags = Py_READONLY;
  ------------------
  |  |   83|    242|#define Py_READONLY            (1 << 0)
  ------------------
  564|    242|        members[k].doc = desc->fields[i].doc;
  565|    242|        k++;
  566|    242|    }
  567|     34|    members[k].name = NULL;
  568|       |
  569|     34|    return members;
  570|     34|}
structseq.c:initialize_static_fields:
  577|     16|{
  578|     16|    type->tp_name = desc->name;
  579|       |    // Account for hidden members in tp_basicsize because they are not
  580|       |    // included in the variable size.
  581|     16|    Py_ssize_t n_hidden = n_members - desc->n_in_sequence;
  582|     16|    type->tp_basicsize = sizeof(PyStructSequence) + (n_hidden - 1) * sizeof(PyObject *);
  583|     16|    type->tp_itemsize = sizeof(PyObject *);
  584|     16|    type->tp_dealloc = structseq_dealloc;
  585|     16|    type->tp_repr = structseq_repr;
  586|     16|    type->tp_doc = desc->doc;
  587|     16|    type->tp_base = &PyTuple_Type;
  588|     16|    type->tp_methods = structseq_methods;
  589|     16|    type->tp_new = structseq_new;
  590|     16|    type->tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | tp_flags;
  ------------------
  |  |  560|     16|#define Py_TPFLAGS_DEFAULT  ( \
  |  |  561|     16|                 Py_TPFLAGS_HAVE_STACKLESS_EXTENSION | \
  |  |  ------------------
  |  |  |  |  530|     16|#define Py_TPFLAGS_HAVE_STACKLESS_EXTENSION 0
  |  |  ------------------
  |  |  562|     16|                0)
  ------------------
                  type->tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC | tp_flags;
  ------------------
  |  |  524|     16|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  591|     16|    type->tp_traverse = structseq_traverse;
  592|     16|    type->tp_members = tp_members;
  593|     16|}
structseq.c:initialize_structseq_dict:
  483|     34|                          Py_ssize_t n_members, Py_ssize_t n_unnamed_members) {
  484|     34|    PyObject *v;
  485|       |
  486|     34|#define SET_DICT_FROM_SIZE(key, value)                                         \
  487|     34|    do {                                                                       \
  488|     34|        v = PyLong_FromSsize_t(value);                                         \
  489|     34|        if (v == NULL) {                                                       \
  490|     34|            return -1;                                                         \
  491|     34|        }                                                                      \
  492|     34|        if (PyDict_SetItemString(dict, key, v) < 0) {                          \
  493|     34|            Py_DECREF(v);                                                      \
  494|     34|            return -1;                                                         \
  495|     34|        }                                                                      \
  496|     34|        Py_DECREF(v);                                                          \
  497|     34|    } while (0)
  498|       |
  499|     34|    SET_DICT_FROM_SIZE(visible_length_key, desc->n_in_sequence);
  ------------------
  |  |  487|     34|    do {                                                                       \
  |  |  488|     34|        v = PyLong_FromSsize_t(value);                                         \
  |  |  489|     34|        if (v == NULL) {                                                       \
  |  |  ------------------
  |  |  |  Branch (489:13): [True: 0, False: 34]
  |  |  ------------------
  |  |  490|      0|            return -1;                                                         \
  |  |  491|      0|        }                                                                      \
  |  |  492|     34|        if (PyDict_SetItemString(dict, key, v) < 0) {                          \
  |  |  ------------------
  |  |  |  Branch (492:13): [True: 0, False: 34]
  |  |  ------------------
  |  |  493|      0|            Py_DECREF(v);                                                      \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  494|      0|            return -1;                                                         \
  |  |  495|      0|        }                                                                      \
  |  |  496|     34|        Py_DECREF(v);                                                          \
  |  |  ------------------
  |  |  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  497|     34|    } while (0)
  |  |  ------------------
  |  |  |  Branch (497:14): [Folded, False: 34]
  |  |  ------------------
  ------------------
  500|     34|    SET_DICT_FROM_SIZE(real_length_key, n_members);
  ------------------
  |  |  487|     34|    do {                                                                       \
  |  |  488|     34|        v = PyLong_FromSsize_t(value);                                         \
  |  |  489|     34|        if (v == NULL) {                                                       \
  |  |  ------------------
  |  |  |  Branch (489:13): [True: 0, False: 34]
  |  |  ------------------
  |  |  490|      0|            return -1;                                                         \
  |  |  491|      0|        }                                                                      \
  |  |  492|     34|        if (PyDict_SetItemString(dict, key, v) < 0) {                          \
  |  |  ------------------
  |  |  |  Branch (492:13): [True: 0, False: 34]
  |  |  ------------------
  |  |  493|      0|            Py_DECREF(v);                                                      \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  494|      0|            return -1;                                                         \
  |  |  495|      0|        }                                                                      \
  |  |  496|     34|        Py_DECREF(v);                                                          \
  |  |  ------------------
  |  |  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  497|     34|    } while (0)
  |  |  ------------------
  |  |  |  Branch (497:14): [Folded, False: 34]
  |  |  ------------------
  ------------------
  501|     34|    SET_DICT_FROM_SIZE(unnamed_fields_key, n_unnamed_members);
  ------------------
  |  |  487|     34|    do {                                                                       \
  |  |  488|     34|        v = PyLong_FromSsize_t(value);                                         \
  |  |  489|     34|        if (v == NULL) {                                                       \
  |  |  ------------------
  |  |  |  Branch (489:13): [True: 0, False: 34]
  |  |  ------------------
  |  |  490|      0|            return -1;                                                         \
  |  |  491|      0|        }                                                                      \
  |  |  492|     34|        if (PyDict_SetItemString(dict, key, v) < 0) {                          \
  |  |  ------------------
  |  |  |  Branch (492:13): [True: 0, False: 34]
  |  |  ------------------
  |  |  493|      0|            Py_DECREF(v);                                                      \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  494|      0|            return -1;                                                         \
  |  |  495|      0|        }                                                                      \
  |  |  496|     34|        Py_DECREF(v);                                                          \
  |  |  ------------------
  |  |  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  497|     34|    } while (0)
  |  |  ------------------
  |  |  |  Branch (497:14): [Folded, False: 34]
  |  |  ------------------
  ------------------
  502|       |
  503|       |    // Prepare and set __match_args__
  504|     34|    Py_ssize_t i, k;
  505|     34|    PyObject* keys = PyTuple_New(desc->n_in_sequence);
  506|     34|    if (keys == NULL) {
  ------------------
  |  Branch (506:9): [True: 0, False: 34]
  ------------------
  507|      0|        return -1;
  508|      0|    }
  509|       |
  510|    250|    for (i = k = 0; i < desc->n_in_sequence; ++i) {
  ------------------
  |  Branch (510:21): [True: 216, False: 34]
  ------------------
  511|    216|        if (desc->fields[i].name == PyStructSequence_UnnamedField) {
  ------------------
  |  Branch (511:13): [True: 6, False: 210]
  ------------------
  512|      6|            continue;
  513|      6|        }
  514|    210|        PyObject* new_member = PyUnicode_FromString(desc->fields[i].name);
  515|    210|        if (new_member == NULL) {
  ------------------
  |  Branch (515:13): [True: 0, False: 210]
  ------------------
  516|      0|            goto error;
  517|      0|        }
  518|    210|        PyTuple_SET_ITEM(keys, k, new_member);
  ------------------
  |  |   40|    210|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    210|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    210|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    210|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    210|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|    210|        k++;
  520|    210|    }
  521|       |
  522|     34|    if (_PyTuple_Resize(&keys, k) == -1) {
  ------------------
  |  Branch (522:9): [True: 0, False: 34]
  ------------------
  523|      0|        assert(keys == NULL);
  ------------------
  |  Branch (523:9): [True: 0, False: 0]
  ------------------
  524|      0|        return -1;
  525|      0|    }
  526|       |
  527|     34|    if (PyDict_SetItemString(dict, match_args_key, keys) < 0) {
  ------------------
  |  Branch (527:9): [True: 0, False: 34]
  ------------------
  528|      0|        goto error;
  529|      0|    }
  530|       |
  531|     34|    Py_DECREF(keys);
  ------------------
  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  532|     34|    return 0;
  533|       |
  534|      0|error:
  535|      0|    Py_DECREF(keys);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  536|      0|    return -1;
  537|     34|}
structseq.c:structseq_dealloc:
  133|     69|{
  134|     69|    PyStructSequence *obj = (PyStructSequence *)op;
  135|     69|    Py_ssize_t i, size;
  136|     69|    PyObject_GC_UnTrack(obj);
  137|       |
  138|     69|    PyTypeObject *tp = Py_TYPE(obj);
  ------------------
  |  |  213|     69|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  139|       |    // gh-122527: We can't use REAL_SIZE_TP() or any macros that access the
  140|       |    // type's dictionary here, because the dictionary may have already been
  141|       |    // cleared by the garbage collector.
  142|     69|    size = REAL_SIZE(obj);
  ------------------
  |  |   49|     69|#define REAL_SIZE(op) get_real_size((PyObject *)op)
  ------------------
  143|  1.38k|    for (i = 0; i < size; ++i) {
  ------------------
  |  Branch (143:17): [True: 1.31k, False: 69]
  ------------------
  144|  1.31k|        Py_XDECREF(obj->ob_item[i]);
  ------------------
  |  |  524|  1.31k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  145|  1.31k|    }
  146|     69|    PyObject_GC_Del(obj);
  147|     69|    if (_PyType_HasFeature(tp, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|     69|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (147:9): [True: 69, False: 0]
  ------------------
  148|     69|        Py_DECREF(tp);
  ------------------
  |  |  430|     69|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  149|     69|    }
  150|     69|}

PyTuple_New:
   76|  6.38k|{
   77|  6.38k|    PyTupleObject *op;
   78|  6.38k|    if (size == 0) {
  ------------------
  |  Branch (78:9): [True: 178, False: 6.21k]
  ------------------
   79|    178|        return tuple_get_empty();
   80|    178|    }
   81|  6.21k|    op = tuple_alloc(size);
   82|  6.21k|    if (op == NULL) {
  ------------------
  |  Branch (82:9): [True: 0, False: 6.21k]
  ------------------
   83|      0|        return NULL;
   84|      0|    }
   85|  38.7k|    for (Py_ssize_t i = 0; i < size; i++) {
  ------------------
  |  Branch (85:28): [True: 32.4k, False: 6.21k]
  ------------------
   86|  32.4k|        op->ob_item[i] = NULL;
   87|  32.4k|    }
   88|  6.21k|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|  6.21k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|  6.21k|    return (PyObject *) op;
   90|  6.21k|}
PyTuple_Size:
   94|    827|{
   95|    827|    if (!PyTuple_Check(op)) {
  ------------------
  |  |   27|    827|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    827|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (95:9): [True: 0, False: 827]
  ------------------
   96|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   97|      0|        return -1;
   98|      0|    }
   99|    827|    else
  100|    827|        return Py_SIZE(op);
  ------------------
  |  |  214|    827|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    827|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    827|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  101|    827|}
PyTuple_GetItem:
  105|    813|{
  106|    813|    if (!PyTuple_Check(op)) {
  ------------------
  |  |   27|    813|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    813|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (106:9): [True: 0, False: 813]
  ------------------
  107|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  108|      0|        return NULL;
  109|      0|    }
  110|    813|    if (i < 0 || i >= Py_SIZE(op)) {
  ------------------
  |  |  214|    813|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    813|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    813|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (110:9): [True: 0, False: 813]
  |  Branch (110:18): [True: 0, False: 813]
  ------------------
  111|      0|        PyErr_SetString(PyExc_IndexError, "tuple index out of range");
  112|      0|        return NULL;
  113|      0|    }
  114|    813|    return ((PyTupleObject *)op) -> ob_item[i];
  115|    813|}
_PyTuple_MaybeUntrack:
  139|  4.35k|{
  140|  4.35k|    PyTupleObject *t;
  141|  4.35k|    Py_ssize_t i, n;
  142|       |
  143|  4.35k|    if (!PyTuple_CheckExact(op) || !_PyObject_GC_IS_TRACKED(op))
  ------------------
  |  |   28|  4.35k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  8.70k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!PyTuple_CheckExact(op) || !_PyObject_GC_IS_TRACKED(op))
  ------------------
  |  |   81|  4.35k|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|  4.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (143:9): [True: 0, False: 4.35k]
  |  Branch (143:36): [True: 0, False: 4.35k]
  ------------------
  144|      0|        return;
  145|  4.35k|    t = (PyTupleObject *) op;
  146|  4.35k|    n = Py_SIZE(t);
  ------------------
  |  |  214|  4.35k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.35k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.35k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  147|  21.5k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (147:17): [True: 17.8k, False: 3.65k]
  ------------------
  148|  17.8k|        PyObject *elt = PyTuple_GET_ITEM(t, i);
  ------------------
  |  |   29|  17.8k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  17.8k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  17.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (148:25): [True: 17.8k, False: 0]
  ------------------
  149|       |        /* Tuple with NULL elements aren't
  150|       |           fully constructed, don't untrack
  151|       |           them yet. */
  152|  17.8k|        if (!elt ||
  ------------------
  |  Branch (152:13): [True: 0, False: 17.8k]
  ------------------
  153|  17.8k|            _PyObject_GC_MAY_BE_TRACKED(elt))
  ------------------
  |  Branch (153:13): [True: 698, False: 17.1k]
  ------------------
  154|    698|            return;
  155|  17.8k|    }
  156|  3.65k|    _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|  3.65k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.65k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.65k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|  3.65k|}
PyTuple_Pack:
  173|    665|{
  174|    665|    Py_ssize_t i;
  175|    665|    PyObject *o;
  176|    665|    PyObject **items;
  177|    665|    va_list vargs;
  178|    665|    bool track = false;
  179|       |
  180|    665|    if (n == 0) {
  ------------------
  |  Branch (180:9): [True: 0, False: 665]
  ------------------
  181|      0|        return tuple_get_empty();
  182|      0|    }
  183|       |
  184|    665|    va_start(vargs, n);
  185|    665|    PyTupleObject *result = tuple_alloc(n);
  186|    665|    if (result == NULL) {
  ------------------
  |  Branch (186:9): [True: 0, False: 665]
  ------------------
  187|      0|        va_end(vargs);
  188|      0|        return NULL;
  189|      0|    }
  190|    665|    items = result->ob_item;
  191|  1.42k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (191:17): [True: 761, False: 665]
  ------------------
  192|    761|        o = va_arg(vargs, PyObject *);
  193|    761|        if (!track && maybe_tracked(o)) {
  ------------------
  |  Branch (193:13): [True: 741, False: 20]
  |  Branch (193:23): [True: 637, False: 104]
  ------------------
  194|    637|            track = true;
  195|    637|        }
  196|    761|        items[i] = Py_NewRef(o);
  ------------------
  |  |  550|    761|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    761|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    761|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|    761|    }
  198|    665|    va_end(vargs);
  199|    665|    if (track) {
  ------------------
  |  Branch (199:9): [True: 637, False: 28]
  ------------------
  200|    637|        _PyObject_GC_TRACK(result);
  ------------------
  |  |  513|    637|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    637|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    637|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  201|    637|    }
  202|    665|    return (PyObject *)result;
  203|    665|}
_PyTuple_FromPair:
  207|     14|{
  208|     14|    assert(first != NULL);
  ------------------
  |  Branch (208:5): [True: 14, False: 0]
  ------------------
  209|     14|    assert(second != NULL);
  ------------------
  |  Branch (209:5): [True: 14, False: 0]
  ------------------
  210|       |
  211|     14|    return _PyTuple_FromPairSteal(Py_NewRef(first), Py_NewRef(second));
  ------------------
  |  |  550|     14|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  return _PyTuple_FromPairSteal(Py_NewRef(first), Py_NewRef(second));
  ------------------
  |  |  550|     14|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  212|     14|}
_PyTuple_FromPairSteal:
  216|    809|{
  217|    809|    assert(first != NULL);
  ------------------
  |  Branch (217:5): [True: 809, False: 0]
  ------------------
  218|    809|    assert(second != NULL);
  ------------------
  |  Branch (218:5): [True: 809, False: 0]
  ------------------
  219|       |
  220|    809|    PyTupleObject *op = tuple_alloc(2);
  221|    809|    if (op == NULL) {
  ------------------
  |  Branch (221:9): [True: 0, False: 809]
  ------------------
  222|      0|        Py_DECREF(first);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  223|      0|        Py_DECREF(second);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  224|      0|        return NULL;
  225|      0|    }
  226|    809|    PyObject **items = op->ob_item;
  227|    809|    items[0] = first;
  228|    809|    items[1] = second;
  229|    809|    if (maybe_tracked(first) || maybe_tracked(second)) {
  ------------------
  |  Branch (229:9): [True: 14, False: 795]
  |  Branch (229:33): [True: 536, False: 259]
  ------------------
  230|    550|        _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|    550|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    550|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    550|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  231|    550|    }
  232|    809|    return (PyObject *)op;
  233|    809|}
PyTuple_FromArray:
  434|  3.00k|{
  435|  3.00k|    if (n == 0) {
  ------------------
  |  Branch (435:9): [True: 514, False: 2.49k]
  ------------------
  436|    514|        return tuple_get_empty();
  437|    514|    }
  438|       |
  439|  2.49k|    PyTupleObject *tuple = tuple_alloc(n);
  440|  2.49k|    if (tuple == NULL) {
  ------------------
  |  Branch (440:9): [True: 0, False: 2.49k]
  ------------------
  441|      0|        return NULL;
  442|      0|    }
  443|  2.49k|    PyObject **dst = tuple->ob_item;
  444|  2.49k|    bool track = false;
  445|  7.56k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (445:28): [True: 5.06k, False: 2.49k]
  ------------------
  446|  5.06k|        PyObject *item = src[i];
  447|  5.06k|        if (!track && maybe_tracked(item)) {
  ------------------
  |  Branch (447:13): [True: 3.46k, False: 1.60k]
  |  Branch (447:23): [True: 1.58k, False: 1.88k]
  ------------------
  448|  1.58k|            track = true;
  449|  1.58k|        }
  450|  5.06k|        dst[i] = Py_NewRef(item);
  ------------------
  |  |  550|  5.06k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  5.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  451|  5.06k|    }
  452|  2.49k|    if (track) {
  ------------------
  |  Branch (452:9): [True: 1.58k, False: 910]
  ------------------
  453|  1.58k|        _PyObject_GC_TRACK(tuple);
  ------------------
  |  |  513|  1.58k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.58k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.58k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  454|  1.58k|    }
  455|  2.49k|    return (PyObject *)tuple;
  456|  2.49k|}
_PyTuple_FromStackRefStealOnSuccess:
  460|  1.75k|{
  461|  1.75k|    if (n == 0) {
  ------------------
  |  Branch (461:9): [True: 0, False: 1.75k]
  ------------------
  462|      0|        return tuple_get_empty();
  463|      0|    }
  464|  1.75k|    PyTupleObject *tuple = tuple_alloc(n);
  465|  1.75k|    if (tuple == NULL) {
  ------------------
  |  Branch (465:9): [True: 0, False: 1.75k]
  ------------------
  466|      0|        return NULL;
  467|      0|    }
  468|  1.75k|    PyObject **dst = tuple->ob_item;
  469|  1.75k|    bool track = false;
  470|  5.32k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (470:28): [True: 3.56k, False: 1.75k]
  ------------------
  471|  3.56k|        PyObject *item = PyStackRef_AsPyObjectSteal(src[i]);
  472|  3.56k|        if (!track && maybe_tracked(item)) {
  ------------------
  |  Branch (472:13): [True: 2.74k, False: 828]
  |  Branch (472:23): [True: 872, False: 1.86k]
  ------------------
  473|    872|            track = true;
  474|    872|        }
  475|  3.56k|        dst[i] = item;
  476|  3.56k|    }
  477|  1.75k|    if (track) {
  ------------------
  |  Branch (477:9): [True: 872, False: 887]
  ------------------
  478|    872|        _PyObject_GC_TRACK(tuple);
  ------------------
  |  |  513|    872|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    872|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    872|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  479|    872|    }
  480|  1.75k|    return (PyObject *)tuple;
  481|  1.75k|}
_PyTuple_FromArraySteal:
  485|     55|{
  486|     55|    if (n == 0) {
  ------------------
  |  Branch (486:9): [True: 0, False: 55]
  ------------------
  487|      0|        return tuple_get_empty();
  488|      0|    }
  489|     55|    PyTupleObject *tuple = tuple_alloc(n);
  490|     55|    if (tuple == NULL) {
  ------------------
  |  Branch (490:9): [True: 0, False: 55]
  ------------------
  491|      0|        for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (491:32): [True: 0, False: 0]
  ------------------
  492|      0|            Py_DECREF(src[i]);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  493|      0|        }
  494|      0|        return NULL;
  495|      0|    }
  496|     55|    PyObject **dst = tuple->ob_item;
  497|    196|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (497:28): [True: 141, False: 55]
  ------------------
  498|    141|        PyObject *item = src[i];
  499|    141|        dst[i] = item;
  500|    141|    }
  501|     55|    _PyObject_GC_TRACK(tuple);
  ------------------
  |  |  513|     55|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     55|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     55|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  502|     55|    return (PyObject *)tuple;
  503|     55|}
PyTuple_GetSlice:
  542|    209|{
  543|    209|    if (op == NULL || !PyTuple_Check(op)) {
  ------------------
  |  |   27|    209|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    209|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (543:9): [True: 0, False: 209]
  |  Branch (543:23): [True: 0, False: 209]
  ------------------
  544|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  545|      0|        return NULL;
  546|      0|    }
  547|    209|    return tuple_slice((PyTupleObject *)op, i, j);
  548|    209|}
_PyTuple_Concat:
  552|      2|{
  553|      2|    PyTupleObject *a = _PyTuple_CAST(aa);
  ------------------
  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (553:24): [True: 2, False: 0]
  ------------------
  554|      2|    if (Py_SIZE(a) == 0 && PyTuple_CheckExact(bb)) {
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_SIZE(a) == 0 && PyTuple_CheckExact(bb)) {
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (554:9): [True: 0, False: 2]
  ------------------
  555|      0|        return Py_NewRef(bb);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  556|      0|    }
  557|      2|    if (!PyTuple_Check(bb)) {
  ------------------
  |  |   27|      2|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (557:9): [True: 0, False: 2]
  ------------------
  558|      0|        PyErr_Format(PyExc_TypeError,
  559|      0|             "can only concatenate tuple (not \"%.200s\") to tuple",
  560|      0|                 Py_TYPE(bb)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  561|      0|        return NULL;
  562|      0|    }
  563|      2|    PyTupleObject *b = (PyTupleObject *)bb;
  564|       |
  565|      2|    if (Py_SIZE(b) == 0 && PyTuple_CheckExact(a)) {
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_SIZE(b) == 0 && PyTuple_CheckExact(a)) {
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (565:9): [True: 0, False: 2]
  ------------------
  566|      0|        return Py_NewRef(a);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  567|      0|    }
  568|      2|    assert((size_t)Py_SIZE(a) + (size_t)Py_SIZE(b) < PY_SSIZE_T_MAX);
  ------------------
  |  Branch (568:5): [True: 2, False: 0]
  ------------------
  569|      2|    Py_ssize_t size = Py_SIZE(a) + Py_SIZE(b);
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  Py_ssize_t size = Py_SIZE(a) + Py_SIZE(b);
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  570|      2|    if (size == 0) {
  ------------------
  |  Branch (570:9): [True: 0, False: 2]
  ------------------
  571|      0|        return tuple_get_empty();
  572|      0|    }
  573|       |
  574|      2|    PyTupleObject *np = tuple_alloc(size);
  575|      2|    if (np == NULL) {
  ------------------
  |  Branch (575:9): [True: 0, False: 2]
  ------------------
  576|      0|        return NULL;
  577|      0|    }
  578|       |
  579|      2|    PyObject **src = a->ob_item;
  580|      2|    PyObject **dest = np->ob_item;
  581|     12|    for (Py_ssize_t i = 0; i < Py_SIZE(a); i++) {
  ------------------
  |  |  214|     12|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (581:28): [True: 10, False: 2]
  ------------------
  582|     10|        PyObject *v = src[i];
  583|     10|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|     10|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  584|     10|    }
  585|       |
  586|      2|    src = b->ob_item;
  587|      2|    dest = np->ob_item + Py_SIZE(a);
  ------------------
  |  |  214|      2|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  588|      4|    for (Py_ssize_t i = 0; i < Py_SIZE(b); i++) {
  ------------------
  |  |  214|      4|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (588:28): [True: 2, False: 2]
  ------------------
  589|      2|        PyObject *v = src[i];
  590|      2|        dest[i] = Py_NewRef(v);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  591|      2|    }
  592|       |
  593|      2|    _PyObject_GC_TRACK(np);
  ------------------
  |  |  513|      2|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  594|      2|    return (PyObject *)np;
  595|      2|}
_PyTuple_Resize:
 1026|     34|{
 1027|     34|    PyTupleObject *v;
 1028|     34|    PyTupleObject *sv;
 1029|     34|    Py_ssize_t i;
 1030|     34|    Py_ssize_t oldsize;
 1031|       |
 1032|     34|    v = (PyTupleObject *) *pv;
 1033|     34|    if (v == NULL || !Py_IS_TYPE(v, &PyTuple_Type) ||
  ------------------
  |  |  215|     68|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1033:9): [True: 0, False: 34]
  |  Branch (1033:22): [True: 0, False: 34]
  ------------------
 1034|     34|        (Py_SIZE(v) != 0 && !_PyObject_IsUniquelyReferenced(*pv))) {
  ------------------
  |  |  214|     34|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1034:10): [True: 34, False: 0]
  |  Branch (1034:29): [True: 0, False: 34]
  ------------------
 1035|      0|        *pv = 0;
 1036|      0|        Py_XDECREF(v);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1037|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1038|      0|        return -1;
 1039|      0|    }
 1040|       |
 1041|     34|    oldsize = Py_SIZE(v);
  ------------------
  |  |  214|     34|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1042|     34|    if (oldsize == newsize) {
  ------------------
  |  Branch (1042:9): [True: 32, False: 2]
  ------------------
 1043|     32|        return 0;
 1044|     32|    }
 1045|      2|    if (newsize == 0) {
  ------------------
  |  Branch (1045:9): [True: 0, False: 2]
  ------------------
 1046|      0|        Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1047|      0|        *pv = tuple_get_empty();
 1048|      0|        return 0;
 1049|      0|    }
 1050|      2|    if (oldsize == 0) {
  ------------------
  |  Branch (1050:9): [True: 0, False: 2]
  ------------------
 1051|       |#ifdef Py_DEBUG
 1052|       |        assert(v == &_Py_SINGLETON(tuple_empty));
 1053|       |#endif
 1054|       |        /* The empty tuple is statically allocated so we never
 1055|       |           resize it in-place. */
 1056|      0|        Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1057|      0|        *pv = PyTuple_New(newsize);
 1058|      0|        return *pv == NULL ? -1 : 0;
  ------------------
  |  Branch (1058:16): [True: 0, False: 0]
  ------------------
 1059|      0|    }
 1060|       |
 1061|      2|    if (_PyObject_GC_IS_TRACKED(v)) {
  ------------------
  |  |   81|      2|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 2, False: 0]
  |  |  ------------------
  ------------------
 1062|      2|        _PyObject_GC_UNTRACK(v);
  ------------------
  |  |  515|      2|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1063|      2|    }
 1064|       |#ifdef Py_TRACE_REFS
 1065|       |    _Py_ForgetReference((PyObject *) v);
 1066|       |#endif
 1067|       |    /* DECREF items deleted by shrinkage */
 1068|      8|    for (i = newsize; i < oldsize; i++) {
  ------------------
  |  Branch (1068:23): [True: 6, False: 2]
  ------------------
 1069|      6|        Py_CLEAR(v->ob_item[i]);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 6]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1070|      6|    }
 1071|      2|    _PyReftracerTrack((PyObject *)v, PyRefTracer_DESTROY);
  ------------------
  |  |  112|      2|    do { \
  |  |  113|      2|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|      2|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1072|      2|    sv = PyObject_GC_Resize(PyTupleObject, v, newsize);
  ------------------
  |  |  161|      2|                ( (type *) _PyObject_GC_Resize(_PyVarObject_CAST(op), (n)) )
  |  |  ------------------
  |  |  |  |  182|      2|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1073|      2|    if (sv == NULL) {
  ------------------
  |  Branch (1073:9): [True: 0, False: 2]
  ------------------
 1074|      0|        *pv = NULL;
 1075|       |#ifdef Py_REF_DEBUG
 1076|       |        _Py_DecRefTotal(_PyThreadState_GET());
 1077|       |#endif
 1078|      0|        PyObject_GC_Del(v);
 1079|      0|        return -1;
 1080|      0|    }
 1081|      2|    _Py_NewReferenceNoTotal((PyObject *) sv);
 1082|       |    /* Zero out items added by growing */
 1083|      2|    if (newsize > oldsize)
  ------------------
  |  Branch (1083:9): [True: 0, False: 2]
  ------------------
 1084|      0|        memset(&sv->ob_item[oldsize], 0,
 1085|      0|               sizeof(*sv->ob_item) * (newsize - oldsize));
 1086|      2|    *pv = (PyObject *) sv;
 1087|      2|    _PyObject_GC_TRACK(sv);
  ------------------
  |  |  513|      2|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1088|      2|    return 0;
 1089|      2|}
tupleobject.c:tuple_get_empty:
   70|    692|{
   71|    692|    return (PyObject *)&_Py_SINGLETON(tuple_empty);
  ------------------
  |  |   18|    692|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|    692|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
   72|    692|}
tupleobject.c:tuple_alloc:
   38|  12.0k|{
   39|  12.0k|    if (size < 0) {
  ------------------
  |  Branch (39:9): [True: 0, False: 12.0k]
  ------------------
   40|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   41|      0|        return NULL;
   42|      0|    }
   43|  12.0k|    assert(size != 0);    // The empty tuple is statically allocated.
  ------------------
  |  Branch (43:5): [True: 12.0k, False: 0]
  ------------------
   44|  12.0k|    Py_ssize_t index = size - 1;
   45|  12.0k|    if (index < PyTuple_MAXSAVESIZE) {
  ------------------
  |  |   11|  12.0k|#  define PyTuple_MAXSAVESIZE 20     // Largest tuple to save on freelist
  ------------------
  |  Branch (45:9): [True: 11.8k, False: 179]
  ------------------
   46|  11.8k|        PyTupleObject *op = _Py_FREELIST_POP(PyTupleObject, tuples[index]);
  ------------------
  |  |   43|  11.8k|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|  11.8k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   47|  11.8k|        if (op != NULL) {
  ------------------
  |  Branch (47:13): [True: 5.77k, False: 6.05k]
  ------------------
   48|  5.77k|            _PyTuple_RESET_HASH_CACHE(op);
  ------------------
  |  |   44|  5.77k|    do {                                    \
  |  |   45|  5.77k|        assert(op != NULL);                 \
  |  |   46|  11.5k|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|  5.77k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.77k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|  11.5k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 5.77k]
  |  |  ------------------
  ------------------
  |  Branch (48:13): [True: 5.77k, False: 0]
  |  Branch (48:13): [True: 5.77k, False: 0]
  ------------------
   49|  5.77k|            return op;
   50|  5.77k|        }
   51|  11.8k|    }
   52|       |    /* Check for overflow */
   53|  6.22k|    if ((size_t)size > ((size_t)PY_SSIZE_T_MAX - (sizeof(PyTupleObject) -
  ------------------
  |  |  137|  6.22k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (53:9): [True: 0, False: 6.22k]
  ------------------
   54|  6.22k|                sizeof(PyObject *))) / sizeof(PyObject *)) {
   55|      0|        return (PyTupleObject *)PyErr_NoMemory();
   56|      0|    }
   57|  6.22k|    PyTupleObject *result = PyObject_GC_NewVar(PyTupleObject, &PyTuple_Type, size);
  ------------------
  |  |  183|  6.22k|    _Py_CAST(type*, _PyObject_GC_NewVar((typeobj), (n)))
  |  |  ------------------
  |  |  |  |   37|  6.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   58|  6.22k|    if (result != NULL) {
  ------------------
  |  Branch (58:9): [True: 6.22k, False: 0]
  ------------------
   59|  6.22k|        _PyTuple_RESET_HASH_CACHE(result);
  ------------------
  |  |   44|  6.22k|    do {                                    \
  |  |   45|  6.22k|        assert(op != NULL);                 \
  |  |   46|  12.4k|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|  6.22k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|  12.4k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 6.22k]
  |  |  ------------------
  ------------------
  |  Branch (59:9): [True: 6.22k, False: 0]
  |  Branch (59:9): [True: 6.22k, False: 0]
  ------------------
   60|  6.22k|    }
   61|  6.22k|    return result;
   62|  6.22k|}
tupleobject.c:maybe_tracked:
  167|  8.54k|{
  168|  8.54k|    return _PyType_IS_GC(Py_TYPE(ob));
  ------------------
  |  |  828|  8.54k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|  8.54k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  ------------------
  169|  8.54k|}
tupleobject.c:tuple_slice:
  508|    209|{
  509|    209|    if (ilow < 0)
  ------------------
  |  Branch (509:9): [True: 0, False: 209]
  ------------------
  510|      0|        ilow = 0;
  511|    209|    if (ihigh > Py_SIZE(a))
  ------------------
  |  |  214|    209|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    209|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    209|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (511:9): [True: 0, False: 209]
  ------------------
  512|      0|        ihigh = Py_SIZE(a);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|    209|    if (ihigh < ilow)
  ------------------
  |  Branch (513:9): [True: 0, False: 209]
  ------------------
  514|      0|        ihigh = ilow;
  515|    209|    if (ilow == 0 && ihigh == Py_SIZE(a) && PyTuple_CheckExact(a)) {
  ------------------
  |  |  214|    227|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (ilow == 0 && ihigh == Py_SIZE(a) && PyTuple_CheckExact(a)) {
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (515:9): [True: 18, False: 191]
  |  Branch (515:22): [True: 0, False: 18]
  ------------------
  516|      0|        return Py_NewRef(a);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  517|      0|    }
  518|    209|    return PyTuple_FromArray(a->ob_item + ilow, ihigh - ilow);
  519|    209|}
tupleobject.c:tuple_dealloc:
  256|  6.03k|{
  257|  6.03k|    PyTupleObject *op = _PyTuple_CAST(self);
  ------------------
  |  |   19|  6.03k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  6.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (257:25): [True: 6.03k, False: 0]
  ------------------
  258|  6.03k|    if (Py_SIZE(op) == 0) {
  ------------------
  |  |  214|  6.03k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (258:9): [True: 0, False: 6.03k]
  ------------------
  259|       |        /* The empty tuple is statically allocated. */
  260|      0|        if (op == &_Py_SINGLETON(tuple_empty)) {
  ------------------
  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
  |  Branch (260:13): [True: 0, False: 0]
  ------------------
  261|       |#ifdef Py_DEBUG
  262|       |            _Py_FatalRefcountError("deallocating the empty tuple singleton");
  263|       |#else
  264|      0|            return;
  265|      0|#endif
  266|      0|        }
  267|       |#ifdef Py_DEBUG
  268|       |        /* tuple subclasses have their own empty instances. */
  269|       |        assert(!PyTuple_CheckExact(op));
  270|       |#endif
  271|      0|    }
  272|       |
  273|  6.03k|    PyObject_GC_UnTrack(op);
  274|       |
  275|  6.03k|    Py_ssize_t i = Py_SIZE(op);
  ------------------
  |  |  214|  6.03k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  276|  27.9k|    while (--i >= 0) {
  ------------------
  |  Branch (276:12): [True: 21.9k, False: 6.03k]
  ------------------
  277|  21.9k|        Py_XDECREF(op->ob_item[i]);
  ------------------
  |  |  524|  21.9k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  21.9k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  21.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|  21.9k|    }
  279|       |    // This will abort on the empty singleton (if there is one).
  280|  6.03k|    if (!maybe_freelist_push(op)) {
  ------------------
  |  Branch (280:9): [True: 93, False: 5.94k]
  ------------------
  281|     93|        Py_TYPE(op)->tp_free((PyObject *)op);
  ------------------
  |  |  213|     93|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  282|     93|    }
  283|  6.03k|}
tupleobject.c:tuple_length:
  405|    109|{
  406|    109|    PyTupleObject *a = _PyTuple_CAST(self);
  ------------------
  |  |   19|    109|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    109|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (406:24): [True: 109, False: 0]
  ------------------
  407|    109|    return Py_SIZE(a);
  ------------------
  |  |  214|    109|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    109|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    109|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  408|    109|}
tupleobject.c:tuple_item:
  423|     69|{
  424|     69|    PyTupleObject *a = _PyTuple_CAST(op);
  ------------------
  |  |   19|     69|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (424:24): [True: 69, False: 0]
  ------------------
  425|     69|    if (i < 0 || i >= Py_SIZE(a)) {
  ------------------
  |  |  214|     69|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (425:9): [True: 0, False: 69]
  |  Branch (425:18): [True: 0, False: 69]
  ------------------
  426|      0|        PyErr_SetString(PyExc_IndexError, "tuple index out of range");
  427|      0|        return NULL;
  428|      0|    }
  429|     69|    return Py_NewRef(a->ob_item[i]);
  ------------------
  |  |  550|     69|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|     69|}
tupleobject.c:tuple_contains:
  412|    162|{
  413|    162|    PyTupleObject *a = _PyTuple_CAST(self);
  ------------------
  |  |   19|    162|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    162|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (413:24): [True: 162, False: 0]
  ------------------
  414|      0|    int cmp = 0;
  415|  1.83k|    for (Py_ssize_t i = 0; cmp == 0 && i < Py_SIZE(a); ++i) {
  ------------------
  |  |  214|  1.73k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (415:28): [True: 1.73k, False: 98]
  |  Branch (415:40): [True: 1.67k, False: 64]
  ------------------
  416|  1.67k|        cmp = PyObject_RichCompareBool(PyTuple_GET_ITEM(a, i), el, Py_EQ);
  ------------------
  |  |   29|  1.67k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.67k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.67k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      cmp = PyObject_RichCompareBool(PyTuple_GET_ITEM(a, i), el, Py_EQ);
  ------------------
  |  |  654|  1.67k|#define Py_EQ 2
  ------------------
  |  Branch (416:40): [True: 1.67k, False: 0]
  ------------------
  417|  1.67k|    }
  418|    162|    return cmp;
  419|    162|}
tupleobject.c:tuple_subscript:
  889|     80|{
  890|     80|    PyTupleObject *self = _PyTuple_CAST(op);
  ------------------
  |  |   19|     80|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (890:27): [True: 80, False: 0]
  ------------------
  891|     80|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (891:9): [True: 69, False: 11]
  ------------------
  892|     69|        Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
  893|     69|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (893:13): [True: 16, False: 53]
  |  Branch (893:24): [True: 0, False: 16]
  ------------------
  894|      0|            return NULL;
  895|     69|        if (i < 0)
  ------------------
  |  Branch (895:13): [True: 16, False: 53]
  ------------------
  896|     16|            i += PyTuple_GET_SIZE(self);
  ------------------
  |  |   27|     16|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  897|     69|        return tuple_item(op, i);
  898|     69|    }
  899|     11|    else if (PySlice_Check(item)) {
  ------------------
  |  |   22|     11|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|     11|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 11, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  900|     11|        Py_ssize_t start, stop, step, slicelength, i;
  901|     11|        size_t cur;
  902|     11|        PyObject* it;
  903|     11|        PyObject **src, **dest;
  904|       |
  905|     11|        if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (905:13): [True: 0, False: 11]
  ------------------
  906|      0|            return NULL;
  907|      0|        }
  908|     11|        slicelength = PySlice_AdjustIndices(PyTuple_GET_SIZE(self), &start,
  ------------------
  |  |   27|     11|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  909|     11|                                            &stop, step);
  910|       |
  911|     11|        if (slicelength <= 0) {
  ------------------
  |  Branch (911:13): [True: 0, False: 11]
  ------------------
  912|      0|            return tuple_get_empty();
  913|      0|        }
  914|     11|        else if (start == 0 && step == 1 &&
  ------------------
  |  Branch (914:18): [True: 0, False: 11]
  |  Branch (914:32): [True: 0, False: 0]
  ------------------
  915|      0|                 slicelength == PyTuple_GET_SIZE(self) &&
  ------------------
  |  |   27|     11|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (915:18): [True: 0, False: 0]
  ------------------
  916|      0|                 PyTuple_CheckExact(self)) {
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  917|      0|            return Py_NewRef(self);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  918|      0|        }
  919|     11|        else {
  920|     11|            PyTupleObject* result = tuple_alloc(slicelength);
  921|     11|            if (!result) return NULL;
  ------------------
  |  Branch (921:17): [True: 0, False: 11]
  ------------------
  922|       |
  923|     11|            src = self->ob_item;
  924|     11|            dest = result->ob_item;
  925|     73|            for (cur = start, i = 0; i < slicelength;
  ------------------
  |  Branch (925:38): [True: 62, False: 11]
  ------------------
  926|     62|                 cur += step, i++) {
  927|     62|                it = Py_NewRef(src[cur]);
  ------------------
  |  |  550|     62|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     62|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     62|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  928|     62|                dest[i] = it;
  929|     62|            }
  930|       |
  931|     11|            _PyObject_GC_TRACK(result);
  ------------------
  |  |  513|     11|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  932|     11|            return (PyObject *)result;
  933|     11|        }
  934|     11|    }
  935|      0|    else {
  936|      0|        PyErr_Format(PyExc_TypeError,
  937|      0|                     "tuple indices must be integers or slices, not %.200s",
  938|      0|                     Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  939|       |        return NULL;
  940|      0|    }
  941|     80|}
tupleobject.c:tuple_hash:
  370|    147|{
  371|    147|    PyTupleObject *v = _PyTuple_CAST(op);
  ------------------
  |  |   19|    147|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (371:24): [True: 147, False: 0]
  ------------------
  372|       |
  373|    147|    Py_uhash_t acc = FT_ATOMIC_LOAD_SSIZE_RELAXED(v->ob_hash);
  ------------------
  |  |  149|    147|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
  374|    147|    if (acc != (Py_uhash_t)-1) {
  ------------------
  |  Branch (374:9): [True: 66, False: 81]
  ------------------
  375|     66|        return acc;
  376|     66|    }
  377|       |
  378|     81|    Py_ssize_t len = Py_SIZE(v);
  ------------------
  |  |  214|     81|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     81|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     81|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|     81|    PyObject **item = v->ob_item;
  380|     81|    acc = _PyTuple_HASH_XXPRIME_5;
  ------------------
  |  |   69|     81|#define _PyTuple_HASH_XXPRIME_5 ((Py_uhash_t)2870177450012600261ULL)
  ------------------
  381|    291|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (381:28): [True: 210, False: 81]
  ------------------
  382|    210|        Py_uhash_t lane = PyObject_Hash(item[i]);
  383|    210|        if (lane == (Py_uhash_t)-1) {
  ------------------
  |  Branch (383:13): [True: 0, False: 210]
  ------------------
  384|      0|            return -1;
  385|      0|        }
  386|    210|        acc += lane * _PyTuple_HASH_XXPRIME_2;
  ------------------
  |  |   68|    210|#define _PyTuple_HASH_XXPRIME_2 ((Py_uhash_t)14029467366897019727ULL)
  ------------------
  387|    210|        acc = _PyTuple_HASH_XXROTATE(acc);
  ------------------
  |  |   70|    210|#define _PyTuple_HASH_XXROTATE(x) ((x << 31) | (x >> 33))  /* Rotate left 31 bits */
  ------------------
  388|    210|        acc *= _PyTuple_HASH_XXPRIME_1;
  ------------------
  |  |   67|    210|#define _PyTuple_HASH_XXPRIME_1 ((Py_uhash_t)11400714785074694791ULL)
  ------------------
  389|    210|    }
  390|       |
  391|       |    /* Add input length, mangled to keep the historical value of hash(()). */
  392|     81|    acc += len ^ (_PyTuple_HASH_XXPRIME_5 ^ 3527539UL);
  ------------------
  |  |   69|     81|#define _PyTuple_HASH_XXPRIME_5 ((Py_uhash_t)2870177450012600261ULL)
  ------------------
  393|       |
  394|     81|    if (acc == (Py_uhash_t)-1) {
  ------------------
  |  Branch (394:9): [True: 0, False: 81]
  ------------------
  395|      0|        acc = 1546275796;
  396|      0|    }
  397|       |
  398|     81|    FT_ATOMIC_STORE_SSIZE_RELAXED(v->ob_hash, acc);
  ------------------
  |  |  194|     81|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  399|       |
  400|     81|    return acc;
  401|     81|}
tupleobject.c:tuple_traverse:
  716|  8.71k|{
  717|  8.71k|    PyTupleObject *o = _PyTuple_CAST(self);
  ------------------
  |  |   19|  8.71k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  8.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (717:24): [True: 8.71k, False: 0]
  ------------------
  718|  47.7k|    for (Py_ssize_t i = Py_SIZE(o); --i >= 0; ) {
  ------------------
  |  |  214|  8.71k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  8.71k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.71k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (718:37): [True: 39.0k, False: 8.71k]
  ------------------
  719|  39.0k|        Py_VISIT(o->ob_item[i]);
  ------------------
  |  |  194|  39.0k|    do {                                                                \
  |  |  195|  39.0k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 39.0k, False: 0]
  |  |  ------------------
  |  |  196|  39.0k|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|  39.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  39.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|  39.0k|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 39.0k]
  |  |  ------------------
  |  |  198|  39.0k|                return vret;                                            \
  |  |  199|  39.0k|        }                                                               \
  |  |  200|  39.0k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 39.0k]
  |  |  ------------------
  ------------------
  720|  39.0k|    }
  721|  8.71k|    return 0;
  722|  8.71k|}
tupleobject.c:tuple_richcompare:
  726|     10|{
  727|     10|    PyTupleObject *vt, *wt;
  728|     10|    Py_ssize_t i;
  729|     10|    Py_ssize_t vlen, wlen;
  730|       |
  731|     10|    if (!PyTuple_Check(v) || !PyTuple_Check(w))
  ------------------
  |  |   27|     10|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     20|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (!PyTuple_Check(v) || !PyTuple_Check(w))
  ------------------
  |  |   27|     10|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     10|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (731:9): [True: 0, False: 10]
  |  Branch (731:30): [True: 0, False: 10]
  ------------------
  732|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
  733|       |
  734|     10|    vt = (PyTupleObject *)v;
  735|     10|    wt = (PyTupleObject *)w;
  736|       |
  737|     10|    vlen = Py_SIZE(vt);
  ------------------
  |  |  214|     10|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  738|     10|    wlen = Py_SIZE(wt);
  ------------------
  |  |  214|     10|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  739|       |
  740|       |    /* Note:  the corresponding code for lists has an "early out" test
  741|       |     * here when op is EQ or NE and the lengths differ.  That pays there,
  742|       |     * but Tim was unable to find any real code where EQ/NE tuple
  743|       |     * compares don't have the same length, so testing for it here would
  744|       |     * have cost without benefit.
  745|       |     */
  746|       |
  747|       |    /* Search for the first index where items are different.
  748|       |     * Note that because tuples are immutable, it's safe to reuse
  749|       |     * vlen and wlen across the comparison calls.
  750|       |     */
  751|     17|    for (i = 0; i < vlen && i < wlen; i++) {
  ------------------
  |  Branch (751:17): [True: 15, False: 2]
  |  Branch (751:29): [True: 15, False: 0]
  ------------------
  752|     15|        int k = PyObject_RichCompareBool(vt->ob_item[i],
  753|     15|                                         wt->ob_item[i], Py_EQ);
  ------------------
  |  |  654|     15|#define Py_EQ 2
  ------------------
  754|     15|        if (k < 0)
  ------------------
  |  Branch (754:13): [True: 0, False: 15]
  ------------------
  755|      0|            return NULL;
  756|     15|        if (!k)
  ------------------
  |  Branch (756:13): [True: 8, False: 7]
  ------------------
  757|      8|            break;
  758|     15|    }
  759|       |
  760|     10|    if (i >= vlen || i >= wlen) {
  ------------------
  |  Branch (760:9): [True: 2, False: 8]
  |  Branch (760:22): [True: 0, False: 8]
  ------------------
  761|       |        /* No more items to compare -- compare sizes */
  762|      2|        Py_RETURN_RICHCOMPARE(vlen, wlen, op);
  ------------------
  |  |  674|      2|    do {                                                                    \
  |  |  675|      2|        switch (op) {                                                       \
  |  |  676|      2|        case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  654|      2|#define Py_EQ 2
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      2|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      2|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (676:9): [True: 2, False: 0]
  |  |  |  Branch (676:25): [True: 2, False: 0]
  |  |  ------------------
  |  |  677|      2|        case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  655|      0|#define Py_NE 3
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (677:9): [True: 0, False: 2]
  |  |  |  Branch (677:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  678|      0|        case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  652|      0|#define Py_LT 0
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (678:9): [True: 0, False: 2]
  |  |  |  Branch (678:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  679|      0|        case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  656|      0|#define Py_GT 4
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (679:9): [True: 0, False: 2]
  |  |  |  Branch (679:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  680|      0|        case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  653|      0|#define Py_LE 1
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (680:9): [True: 0, False: 2]
  |  |  |  Branch (680:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  681|      0|        case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  657|      0|#define Py_GE 5
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (681:9): [True: 0, False: 2]
  |  |  |  Branch (681:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  682|      0|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 2]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|      2|        }                                                                   \
  |  |  685|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  763|      2|    }
  764|       |
  765|       |    /* We have an item that differs -- shortcuts for EQ/NE */
  766|      8|    if (op == Py_EQ) {
  ------------------
  |  |  654|      8|#define Py_EQ 2
  ------------------
  |  Branch (766:9): [True: 5, False: 3]
  ------------------
  767|      5|        Py_RETURN_FALSE;
  ------------------
  |  |   45|      5|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      5|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  768|      5|    }
  769|      3|    if (op == Py_NE) {
  ------------------
  |  |  655|      3|#define Py_NE 3
  ------------------
  |  Branch (769:9): [True: 3, False: 0]
  ------------------
  770|      3|        Py_RETURN_TRUE;
  ------------------
  |  |   44|      3|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      3|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  771|      3|    }
  772|       |
  773|       |    /* Compare the final item again using the proper operator */
  774|      0|    return PyObject_RichCompare(vt->ob_item[i], wt->ob_item[i], op);
  775|      3|}
tupleobject.c:tuple_new_impl:
  797|      8|{
  798|      8|    if (type != &PyTuple_Type)
  ------------------
  |  Branch (798:9): [True: 2, False: 6]
  ------------------
  799|      2|        return tuple_subtype_new(type, iterable);
  800|       |
  801|      6|    if (iterable == NULL) {
  ------------------
  |  Branch (801:9): [True: 0, False: 6]
  ------------------
  802|      0|        return tuple_get_empty();
  803|      0|    }
  804|      6|    else {
  805|      6|        return PySequence_Tuple(iterable);
  806|      6|    }
  807|      6|}
tupleobject.c:tuple_subtype_new:
  832|      2|{
  833|      2|    PyObject *tmp, *newobj, *item;
  834|      2|    Py_ssize_t i, n;
  835|       |
  836|      2|    assert(PyType_IsSubtype(type, &PyTuple_Type));
  ------------------
  |  Branch (836:5): [True: 2, False: 0]
  ------------------
  837|       |    // tuple subclasses must implement the GC protocol
  838|      2|    assert(_PyType_IS_GC(type));
  ------------------
  |  Branch (838:5): [True: 2, False: 0]
  ------------------
  839|       |
  840|      2|    tmp = tuple_new_impl(&PyTuple_Type, iterable);
  841|      2|    if (tmp == NULL)
  ------------------
  |  Branch (841:9): [True: 0, False: 2]
  ------------------
  842|      0|        return NULL;
  843|      2|    assert(PyTuple_Check(tmp));
  ------------------
  |  Branch (843:5): [True: 2, False: 0]
  ------------------
  844|       |    /* This may allocate an empty tuple that is not the global one. */
  845|      2|    newobj = type->tp_alloc(type, n = PyTuple_GET_SIZE(tmp));
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  846|      2|    if (newobj == NULL) {
  ------------------
  |  Branch (846:9): [True: 0, False: 2]
  ------------------
  847|      0|        Py_DECREF(tmp);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  848|      0|        return NULL;
  849|      0|    }
  850|     10|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (850:17): [True: 8, False: 2]
  ------------------
  851|      8|        item = PyTuple_GET_ITEM(tmp, i);
  ------------------
  |  |   29|      8|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      8|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (851:16): [True: 8, False: 0]
  ------------------
  852|      8|        PyTuple_SET_ITEM(newobj, i, Py_NewRef(item));
  ------------------
  |  |   40|      8|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  853|      8|    }
  854|      2|    Py_DECREF(tmp);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  855|       |
  856|      2|    _PyTuple_RESET_HASH_CACHE(newobj);
  ------------------
  |  |   44|      2|    do {                                    \
  |  |   45|      2|        assert(op != NULL);                 \
  |  |   46|      4|        _PyTuple_CAST(op)->ob_hash = -1;    \
  |  |  ------------------
  |  |  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (47:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (856:5): [True: 2, False: 0]
  |  Branch (856:5): [True: 2, False: 0]
  ------------------
  857|       |
  858|       |    // Don't track if a subclass tp_alloc is PyType_GenericAlloc()
  859|      2|    if (!_PyObject_GC_IS_TRACKED(newobj)) {
  ------------------
  |  |   81|      2|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (859:9): [True: 0, False: 2]
  ------------------
  860|      0|        _PyObject_GC_TRACK(newobj);
  ------------------
  |  |  513|      0|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  861|      0|    }
  862|      2|    return newobj;
  863|      2|}
tupleobject.c:tuple_vectorcall:
  812|      4|{
  813|      4|    if (!_PyArg_NoKwnames("tuple", kwnames)) {
  ------------------
  |  |   15|      4|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 4, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  814|      0|        return NULL;
  815|      0|    }
  816|       |
  817|      4|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      4|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  818|      4|    if (!_PyArg_CheckPositional("tuple", nargs, 0, 1)) {
  ------------------
  |  |   31|      4|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 4, False: 0]
  |  |  |  Branch (31:27): [True: 4, False: 0]
  |  |  ------------------
  |  |   32|      4|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  819|      0|        return NULL;
  820|      0|    }
  821|       |
  822|      4|    if (nargs) {
  ------------------
  |  Branch (822:9): [True: 4, False: 0]
  ------------------
  823|      4|        return tuple_new_impl(_PyType_CAST(type), args[0]);
  ------------------
  |  |  770|      4|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (823:31): [True: 4, False: 0]
  ------------------
  824|      4|    }
  825|      0|    else {
  826|      0|        return tuple_get_empty();
  827|      0|    }
  828|      4|}
tupleobject.c:tuple_iteritem:
  878|     45|{
  879|     45|    if (index >= PyTuple_GET_SIZE(obj)) {
  ------------------
  |  |   27|     45|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (879:9): [True: 6, False: 39]
  ------------------
  880|      6|        return (_PyObjectIndexPair) { .object = NULL, .index = index };
  881|      6|    }
  882|     39|    PyObject *result = PyTuple_GET_ITEM(obj, index);
  ------------------
  |  |   29|     39|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     39|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (882:24): [True: 39, False: 0]
  ------------------
  883|     39|    Py_INCREF(result);
  ------------------
  |  |  310|     39|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|     39|    return (_PyObjectIndexPair) { .object = result, .index = index + 1 };
  885|     39|}
tupleobject.c:tupleiter_dealloc:
 1097|     64|{
 1098|     64|    _PyTupleIterObject *it = _PyTupleIterObject_CAST(self);
  ------------------
  |  | 1093|     64|#define _PyTupleIterObject_CAST(op) ((_PyTupleIterObject *)(op))
  ------------------
 1099|     64|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|     64|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1100|     64|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|     64|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|     64|    assert(Py_IS_TYPE(self, &PyTupleIter_Type));
  ------------------
  |  Branch (1101:5): [True: 64, False: 0]
  ------------------
 1102|     64|    _Py_FREELIST_FREE(tuple_iters, it, PyObject_GC_Del);
  ------------------
  |  |   35|     64|    _PyFreeList_Free(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), \
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   36|     64|                     Py_ ## NAME ## _MAXFREELIST, freefunc)
  |  |  ------------------
  |  |  |  |   15|     64|#  define Py_tuple_iters_MAXFREELIST 10
  |  |  ------------------
  ------------------
 1103|     64|}
tupleobject.c:tupleiter_next:
 1115|    861|{
 1116|    861|    _PyTupleIterObject *it = _PyTupleIterObject_CAST(self);
  ------------------
  |  | 1093|    861|#define _PyTupleIterObject_CAST(op) ((_PyTupleIterObject *)(op))
  ------------------
 1117|    861|    PyTupleObject *seq;
 1118|    861|    PyObject *item;
 1119|       |
 1120|    861|    assert(it != NULL);
  ------------------
  |  Branch (1120:5): [True: 861, False: 0]
  ------------------
 1121|    861|    seq = it->it_seq;
 1122|    861|#ifndef Py_GIL_DISABLED
 1123|    861|    if (seq == NULL)
  ------------------
  |  Branch (1123:9): [True: 0, False: 861]
  ------------------
 1124|      0|        return NULL;
 1125|    861|#endif
 1126|    861|    assert(PyTuple_Check(seq));
  ------------------
  |  Branch (1126:5): [True: 861, False: 0]
  ------------------
 1127|       |
 1128|    861|    Py_ssize_t index = FT_ATOMIC_LOAD_SSIZE_RELAXED(it->it_index);
  ------------------
  |  |  149|    861|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
 1129|    861|    if (index < PyTuple_GET_SIZE(seq)) {
  ------------------
  |  |   27|    861|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    861|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    861|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1129:9): [True: 799, False: 62]
  ------------------
 1130|    799|        FT_ATOMIC_STORE_SSIZE_RELAXED(it->it_index, index + 1);
  ------------------
  |  |  194|    799|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
 1131|    799|        item = PyTuple_GET_ITEM(seq, index);
  ------------------
  |  |   29|    799|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    799|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    799|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1131:16): [True: 799, False: 0]
  ------------------
 1132|    799|        return Py_NewRef(item);
  ------------------
  |  |  550|    799|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    799|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    799|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1133|    799|    }
 1134|       |
 1135|     62|#ifndef Py_GIL_DISABLED
 1136|     62|    it->it_seq = NULL;
 1137|     62|    Py_DECREF(seq);
  ------------------
  |  |  430|     62|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     62|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     62|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1138|     62|#endif
 1139|       |    return NULL;
 1140|    861|}
tupleobject.c:tuple_iter:
 1244|     64|{
 1245|     64|    if (!PyTuple_Check(seq)) {
  ------------------
  |  |   27|     64|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     64|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1245:9): [True: 0, False: 64]
  ------------------
 1246|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1247|      0|        return NULL;
 1248|      0|    }
 1249|     64|    _PyTupleIterObject *it = _Py_FREELIST_POP(_PyTupleIterObject, tuple_iters);
  ------------------
  |  |   43|     64|    _Py_CAST(TYPE*, _PyFreeList_Pop(&_Py_freelists_GET()->NAME))
  |  |  ------------------
  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1250|     64|    if (it == NULL) {
  ------------------
  |  Branch (1250:9): [True: 3, False: 61]
  ------------------
 1251|      3|        it = PyObject_GC_New(_PyTupleIterObject, &PyTupleIter_Type);
  ------------------
  |  |  181|      3|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1252|      3|        if (it == NULL)
  ------------------
  |  Branch (1252:13): [True: 0, False: 3]
  ------------------
 1253|      0|            return NULL;
 1254|      3|    }
 1255|     64|    it->it_index = 0;
 1256|     64|    it->it_seq = (PyTupleObject *)Py_NewRef(seq);
  ------------------
  |  |  550|     64|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1257|     64|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|     64|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     64|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     64|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1258|     64|    return (PyObject *)it;
 1259|     64|}
tupleobject.c:maybe_freelist_push:
 1268|  6.03k|{
 1269|  6.03k|    if (!Py_IS_TYPE(op, &PyTuple_Type)) {
  ------------------
  |  |  215|  6.03k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  6.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1269:9): [True: 0, False: 6.03k]
  ------------------
 1270|      0|        return 0;
 1271|      0|    }
 1272|  6.03k|    Py_ssize_t index = Py_SIZE(op) - 1;
  ------------------
  |  |  214|  6.03k|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  6.03k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.03k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1273|  6.03k|    if (index < PyTuple_MAXSAVESIZE) {
  ------------------
  |  |   11|  6.03k|#  define PyTuple_MAXSAVESIZE 20     // Largest tuple to save on freelist
  ------------------
  |  Branch (1273:9): [True: 5.94k, False: 93]
  ------------------
 1274|  5.94k|        return _Py_FREELIST_PUSH(tuples[index], op, Py_tuple_MAXFREELIST);
  ------------------
  |  |   39|  5.94k|    _PyFreeList_Push(&_Py_freelists_GET()->NAME, _PyObject_CAST(op), limit)
  |  |  ------------------
  |  |  |  |  171|  5.94k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.94k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1275|  5.94k|    }
 1276|     93|    return 0;
 1277|  6.03k|}

_PyStaticType_GetState:
  303|  50.4k|{
  304|  50.4k|    assert(self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN);
  ------------------
  |  Branch (304:5): [True: 50.4k, False: 0]
  ------------------
  305|  50.4k|    return managed_static_type_state_get(interp, self);
  306|  50.4k|}
_PyType_GetDict:
  540|  17.6k|{
  541|       |    /* It returns a borrowed reference. */
  542|  17.6k|    return lookup_tp_dict(self);
  543|  17.6k|}
_PyType_GetBases:
  587|     65|{
  588|     65|    PyObject *res;
  589|       |
  590|     65|    BEGIN_TYPE_LOCK();
  591|     65|    res = lookup_tp_bases(self);
  592|     65|    Py_INCREF(res);
  ------------------
  |  |  310|     65|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     65|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     65|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  593|     65|    END_TYPE_LOCK();
  594|       |
  595|     65|    return res;
  596|     65|}
_PyType_GetSubclasses:
  777|     37|{
  778|     37|    PyObject *list = PyList_New(0);
  779|     37|    if (list == NULL) {
  ------------------
  |  Branch (779:9): [True: 0, False: 37]
  ------------------
  780|      0|        return NULL;
  781|      0|    }
  782|       |
  783|     37|    PyObject *subclasses = lookup_tp_subclasses(self);  // borrowed ref
  784|     37|    if (subclasses == NULL) {
  ------------------
  |  Branch (784:9): [True: 37, False: 0]
  ------------------
  785|     37|        return list;
  786|     37|    }
  787|     37|    assert(PyDict_CheckExact(subclasses));
  ------------------
  |  Branch (787:5): [True: 0, False: 0]
  ------------------
  788|       |    // The loop cannot modify tp_subclasses, there is no need
  789|       |    // to hold a strong reference (use a borrowed reference).
  790|       |
  791|      0|    Py_ssize_t i = 0;
  792|      0|    PyObject *ref;  // borrowed ref
  793|      0|    while (PyDict_Next(subclasses, &i, NULL, &ref)) {
  ------------------
  |  Branch (793:12): [True: 0, False: 0]
  ------------------
  794|      0|        PyTypeObject *subclass = type_from_ref(ref);
  795|      0|        if (subclass == NULL) {
  ------------------
  |  Branch (795:13): [True: 0, False: 0]
  ------------------
  796|      0|            continue;
  797|      0|        }
  798|       |
  799|      0|        if (PyList_Append(list, _PyObject_CAST(subclass)) < 0) {
  ------------------
  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (799:13): [True: 0, False: 0]
  ------------------
  800|      0|            Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  801|      0|            Py_DECREF(subclass);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  802|      0|            return NULL;
  803|      0|        }
  804|      0|        Py_DECREF(subclass);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  805|      0|    }
  806|      0|    return list;
  807|      0|}
_PyType_CheckConsistency:
  867|  1.26k|{
  868|  1.26k|#define CHECK(expr) \
  869|  1.26k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  870|       |
  871|  1.26k|    CHECK(!_PyObject_IsFreed((PyObject *)type));
  ------------------
  |  |  869|  1.26k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (869:14): [True: 0, False: 1.26k]
  |  |  |  Branch (869:103): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
  872|       |
  873|  1.26k|    if (!(type->tp_flags & Py_TPFLAGS_READY)) {
  ------------------
  |  |  518|  1.26k|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
  |  Branch (873:9): [True: 0, False: 1.26k]
  ------------------
  874|       |        /* don't check static types before PyType_Ready() */
  875|      0|        return 1;
  876|      0|    }
  877|       |
  878|  1.26k|    CHECK(Py_REFCNT(type) >= 1);
  ------------------
  |  |  869|  1.26k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (869:14): [True: 0, False: 1.26k]
  |  |  |  Branch (869:103): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
  879|  1.26k|    CHECK(PyType_Check(type));
  ------------------
  |  |  869|  1.26k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (869:14): [True: 0, False: 1.26k]
  |  |  |  Branch (869:103): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
  880|       |
  881|  1.26k|    CHECK(!is_readying(type));
  ------------------
  |  |  869|  1.26k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (869:14): [True: 0, False: 1.26k]
  |  |  |  Branch (869:103): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
  882|  1.26k|    CHECK(lookup_tp_dict(type) != NULL);
  ------------------
  |  |  869|  1.26k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (869:14): [True: 0, False: 1.26k]
  |  |  |  Branch (869:103): [Folded, False: 1.26k]
  |  |  ------------------
  ------------------
  883|       |
  884|  1.26k|    if (type->tp_flags & Py_TPFLAGS_HAVE_GC) {
  ------------------
  |  |  524|  1.26k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (884:9): [True: 1.18k, False: 78]
  ------------------
  885|       |        // bpo-44263: tp_traverse is required if Py_TPFLAGS_HAVE_GC is set.
  886|       |        // Note: tp_clear is optional.
  887|  1.18k|        CHECK(type->tp_traverse != NULL);
  ------------------
  |  |  869|  1.18k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (869:14): [True: 0, False: 1.18k]
  |  |  |  Branch (869:103): [Folded, False: 1.18k]
  |  |  ------------------
  ------------------
  888|  1.18k|    }
  889|       |
  890|  1.26k|    if (type->tp_flags & Py_TPFLAGS_DISALLOW_INSTANTIATION) {
  ------------------
  |  |  497|  1.26k|#define Py_TPFLAGS_DISALLOW_INSTANTIATION (1UL << 7)
  ------------------
  |  Branch (890:9): [True: 168, False: 1.09k]
  ------------------
  891|    168|        CHECK(type->tp_new == NULL);
  ------------------
  |  |  869|    168|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (869:14): [True: 0, False: 168]
  |  |  |  Branch (869:103): [Folded, False: 168]
  |  |  ------------------
  ------------------
  892|    168|        CHECK(PyDict_Contains(lookup_tp_dict(type), &_Py_ID(__new__)) == 0);
  ------------------
  |  |  869|    168|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (869:14): [True: 0, False: 168]
  |  |  |  Branch (869:103): [Folded, False: 168]
  |  |  ------------------
  ------------------
  893|    168|    }
  894|       |
  895|  1.26k|    return 1;
  896|  1.26k|#undef CHECK
  897|  1.26k|}
_PyType_GetDocFromInternalDoc:
  914|     21|{
  915|     21|    const char *doc = _PyType_DocWithoutSignature(name, internal_doc);
  916|       |
  917|     21|    if (!doc || *doc == '\0') {
  ------------------
  |  Branch (917:9): [True: 0, False: 21]
  |  Branch (917:17): [True: 0, False: 21]
  ------------------
  918|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  919|      0|    }
  920|       |
  921|     21|    return PyUnicode_FromString(doc);
  922|     21|}
_PyType_InitCache:
 1000|      2|{
 1001|      2|    struct type_cache *cache = &interp->types.type_cache;
 1002|  8.19k|    for (Py_ssize_t i = 0; i < (1 << MCACHE_SIZE_EXP); i++) {
  ------------------
  |  |  562|  8.19k|#define MCACHE_SIZE_EXP 12
  ------------------
  |  Branch (1002:28): [True: 8.19k, False: 2]
  ------------------
 1003|  8.19k|        struct type_cache_entry *entry = &cache->hashtable[i];
 1004|  8.19k|        assert(entry->name == NULL);
  ------------------
  |  Branch (1004:9): [True: 8.19k, False: 0]
  ------------------
 1005|       |
 1006|  8.19k|        entry->version = 0;
 1007|       |        // Set to None so _PyType_LookupRef() can use Py_SETREF(),
 1008|       |        // rather than using slower Py_XSETREF().
 1009|  8.19k|        entry->name = Py_None;
  ------------------
  |  |  616|  8.19k|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1010|       |        entry->value = NULL;
 1011|  8.19k|    }
 1012|      2|}
PyType_Modified:
 1244|      6|{
 1245|       |    // Quick check without the lock held
 1246|      6|    if (FT_ATOMIC_LOAD_UINT_RELAXED(type->tp_version_tag) == 0) {
  ------------------
  |  |  189|      6|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  ------------------
  |  Branch (1246:9): [True: 6, False: 0]
  ------------------
 1247|      6|        return;
 1248|      6|    }
 1249|       |
 1250|      0|    BEGIN_TYPE_LOCK();
 1251|      0|    type_modified_unlocked(type);
 1252|      0|    END_TYPE_LOCK();
 1253|      0|}
_PyType_SetVersion:
 1337|    392|{
 1338|    392|    BEGIN_TYPE_LOCK();
 1339|    392|    set_version_unlocked(tp, version);
 1340|    392|    END_TYPE_LOCK();
 1341|    392|}
_PyType_Name:
 1508|    138|{
 1509|    138|    assert(type->tp_name != NULL);
  ------------------
  |  Branch (1509:5): [True: 138, False: 0]
  ------------------
 1510|    138|    const char *s = strrchr(type->tp_name, '.');
 1511|    138|    if (s == NULL) {
  ------------------
  |  Branch (1511:9): [True: 6, False: 132]
  ------------------
 1512|      6|        s = type->tp_name;
 1513|      6|    }
 1514|    132|    else {
 1515|    132|        s++;
 1516|    132|    }
 1517|    138|    return s;
 1518|    138|}
_PyType_AllocNoTrack:
 2508|  8.94k|{
 2509|  8.94k|    PyObject *obj;
 2510|       |    /* The +1 on nitems is needed for most types but not all. We could save a
 2511|       |     * bit of space by allocating one less item in certain cases, depending on
 2512|       |     * the type. However, given the extra complexity (e.g. an additional type
 2513|       |     * flag to indicate when that is safe) it does not seem worth the memory
 2514|       |     * savings. An example type that doesn't need the +1 is a subclass of
 2515|       |     * tuple. See GH-100659 and GH-81381. */
 2516|  8.94k|    size_t size = _PyObject_VAR_SIZE(type, nitems+1);
 2517|       |
 2518|  8.94k|    const size_t presize = _PyType_PreHeaderSize(type);
 2519|  8.94k|    if (type->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|  8.94k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2519:9): [True: 626, False: 8.32k]
  ------------------
 2520|    626|        assert(type->tp_itemsize == 0);
  ------------------
  |  Branch (2520:9): [True: 626, False: 0]
  ------------------
 2521|    626|        size += _PyInlineValuesSize(type);
 2522|    626|    }
 2523|  8.94k|    char *alloc = _PyObject_MallocWithType(type, size + presize);
 2524|  8.94k|    if (alloc  == NULL) {
  ------------------
  |  Branch (2524:9): [True: 0, False: 8.94k]
  ------------------
 2525|      0|        return PyErr_NoMemory();
 2526|      0|    }
 2527|  8.94k|    obj = (PyObject *)(alloc + presize);
 2528|  8.94k|    if (presize) {
  ------------------
  |  Branch (2528:9): [True: 8.89k, False: 48]
  ------------------
 2529|  8.89k|        ((PyObject **)alloc)[0] = NULL;
 2530|  8.89k|        ((PyObject **)alloc)[1] = NULL;
 2531|  8.89k|    }
 2532|  8.94k|    if (PyType_IS_GC(type)) {
  ------------------
  |  |  157|  8.94k|#define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|  8.94k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (157:25): [True: 8.89k, False: 48]
  |  |  ------------------
  ------------------
 2533|  8.89k|        _PyObject_GC_Link(obj);
 2534|  8.89k|    }
 2535|       |    // Zero out the object after the PyObject header. The header fields are
 2536|       |    // initialized by _PyObject_Init[Var]().
 2537|  8.94k|    memset((char *)obj + sizeof(PyObject), 0, size - sizeof(PyObject));
 2538|       |
 2539|  8.94k|    if (type->tp_itemsize == 0) {
  ------------------
  |  Branch (2539:9): [True: 8.50k, False: 437]
  ------------------
 2540|  8.50k|        _PyObject_Init(obj, type);
 2541|  8.50k|    }
 2542|    437|    else {
 2543|    437|        _PyObject_InitVar((PyVarObject *)obj, type, nitems);
 2544|    437|    }
 2545|  8.94k|    if (type->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|  8.94k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2545:9): [True: 626, False: 8.32k]
  ------------------
 2546|    626|        _PyObject_InitInlineValues(obj, type);
 2547|    626|    }
 2548|  8.94k|    return obj;
 2549|  8.94k|}
PyType_GenericAlloc:
 2553|  8.84k|{
 2554|  8.84k|    PyObject *obj = _PyType_AllocNoTrack(type, nitems);
 2555|  8.84k|    if (obj == NULL) {
  ------------------
  |  Branch (2555:9): [True: 0, False: 8.84k]
  ------------------
 2556|      0|        return NULL;
 2557|      0|    }
 2558|       |
 2559|  8.84k|    if (_PyType_IS_GC(type)) {
  ------------------
  |  |  828|  8.84k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|  8.84k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 8.80k, False: 48]
  |  |  ------------------
  ------------------
 2560|  8.80k|        _PyObject_GC_TRACK(obj);
  ------------------
  |  |  513|  8.80k|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.80k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.80k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2561|  8.80k|    }
 2562|  8.84k|    return obj;
 2563|  8.84k|}
PyType_GenericNew:
 2567|    129|{
 2568|    129|    return type->tp_alloc(type, 0);
 2569|    129|}
PyType_IsSubtype:
 2925|  69.0k|{
 2926|  69.0k|    return is_subtype_with_mro(a->tp_mro, a, b);
 2927|  69.0k|}
_PyObject_LookupSpecial:
 2946|  2.87k|{
 2947|  2.87k|    PyObject *res;
 2948|       |
 2949|  2.87k|    res = _PyType_LookupRef(Py_TYPE(self), attr);
  ------------------
  |  |  213|  2.87k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2950|  2.87k|    if (res != NULL) {
  ------------------
  |  Branch (2950:9): [True: 270, False: 2.60k]
  ------------------
 2951|    270|        descrgetfunc f;
 2952|    270|        if ((f = Py_TYPE(res)->tp_descr_get) != NULL) {
  ------------------
  |  |  213|    270|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    270|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    270|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2952:13): [True: 270, False: 0]
  ------------------
 2953|    270|            Py_SETREF(res, f(res, self, (PyObject *)(Py_TYPE(self))));
  ------------------
  |  |  352|    270|    do { \
  |  |  353|    270|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    270|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    270|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    270|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    270|        *_tmp_dst_ptr = (src); \
  |  |  356|    270|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|    270|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    270|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    270|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    270|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 270]
  |  |  ------------------
  ------------------
 2954|    270|        }
 2955|    270|    }
 2956|  2.87k|    return res;
 2957|  2.87k|}
_PyObject_LookupSpecialMethod:
 2966|    964|{
 2967|    964|    PyObject *self = PyStackRef_AsPyObjectBorrow(method_and_self[1]);
 2968|    964|    _PyType_LookupStackRefAndVersion(Py_TYPE(self), attr, &method_and_self[0]);
  ------------------
  |  |  213|    964|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    964|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    964|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2969|    964|    PyObject *method_o = PyStackRef_AsPyObjectBorrow(method_and_self[0]);
 2970|    964|    if (method_o == NULL) {
  ------------------
  |  Branch (2970:9): [True: 0, False: 964]
  ------------------
 2971|      0|        return 0;
 2972|      0|    }
 2973|       |
 2974|    964|    if (_PyType_HasFeature(Py_TYPE(method_o), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  213|    964|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    964|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    964|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (_PyType_HasFeature(Py_TYPE(method_o), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  534|    964|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (2974:9): [True: 964, False: 0]
  ------------------
 2975|       |        /* Avoid temporary PyMethodObject */
 2976|    964|        return 1;
 2977|    964|    }
 2978|       |
 2979|      0|    descrgetfunc f = Py_TYPE(method_o)->tp_descr_get;
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2980|      0|    if (f != NULL) {
  ------------------
  |  Branch (2980:9): [True: 0, False: 0]
  ------------------
 2981|      0|        PyObject *func = f(method_o, self, (PyObject *)(Py_TYPE(self)));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2982|      0|        if (func == NULL) {
  ------------------
  |  Branch (2982:13): [True: 0, False: 0]
  ------------------
 2983|      0|            return -1;
 2984|      0|        }
 2985|      0|        PyStackRef_CLEAR(method_and_self[0]); // clear method
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2986|      0|        method_and_self[0] = PyStackRef_FromPyObjectSteal(func);
 2987|      0|    }
 2988|      0|    PyStackRef_CLEAR(method_and_self[1]); // clear self
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2989|      0|    return 1;
 2990|      0|}
PyType_GetFlags:
 4134|    264|{
 4135|    264|    return type->tp_flags;
 4136|    264|}
_PyType_CalculateMetaclass:
 4149|    470|{
 4150|    470|    Py_ssize_t i, nbases;
 4151|    470|    PyTypeObject *winner;
 4152|    470|    PyObject *tmp;
 4153|    470|    PyTypeObject *tmptype;
 4154|       |
 4155|       |    /* Determine the proper metatype to deal with this,
 4156|       |       and check for metatype conflicts while we're at it.
 4157|       |       Note that if some other metatype wins to contract,
 4158|       |       it's possible that its instances are not types. */
 4159|       |
 4160|    470|    nbases = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|    470|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    470|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    470|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4161|    470|    winner = metatype;
 4162|    902|    for (i = 0; i < nbases; i++) {
  ------------------
  |  Branch (4162:17): [True: 432, False: 470]
  ------------------
 4163|    432|        tmp = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|    432|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    432|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    432|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4163:15): [True: 432, False: 0]
  ------------------
 4164|    432|        tmptype = Py_TYPE(tmp);
  ------------------
  |  |  213|    432|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    432|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    432|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4165|    432|        if (PyType_IsSubtype(winner, tmptype))
  ------------------
  |  Branch (4165:13): [True: 427, False: 5]
  ------------------
 4166|    427|            continue;
 4167|      5|        if (PyType_IsSubtype(tmptype, winner)) {
  ------------------
  |  Branch (4167:13): [True: 5, False: 0]
  ------------------
 4168|      5|            winner = tmptype;
 4169|      5|            continue;
 4170|      5|        }
 4171|       |        /* else: */
 4172|      0|        PyErr_SetString(PyExc_TypeError,
 4173|      0|                        "metaclass conflict: "
 4174|      0|                        "the metaclass of a derived class "
 4175|      0|                        "must be a (non-strict) subclass "
 4176|      0|                        "of the metaclasses of all its bases");
 4177|      0|        return NULL;
 4178|      5|    }
 4179|    470|    return winner;
 4180|    470|}
PyType_FromMetaclass:
 5796|      5|{
 5797|       |    return type_from_slots_or_spec(NULL, spec, metaclass, module, bases);
 5798|      5|}
PyType_FromModuleAndSpec:
 5802|     76|{
 5803|     76|    return type_from_slots_or_spec(NULL, spec, NULL, module, bases);
 5804|     76|}
PyType_FromSpecWithBases:
 5808|     18|{
 5809|     18|    return type_from_slots_or_spec(NULL, spec, NULL, NULL, bases);
 5810|     18|}
PyType_FromSpec:
 5814|     18|{
 5815|     18|    return type_from_slots_or_spec(NULL, spec, NULL, NULL, NULL);
 5816|     18|}
PyType_GetModule:
 5856|    434|{
 5857|    434|    assert(PyType_Check(type));
  ------------------
  |  Branch (5857:5): [True: 434, False: 0]
  ------------------
 5858|    434|    if (!_PyType_HasFeature(type, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    434|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (5858:9): [True: 0, False: 434]
  ------------------
 5859|      0|        PyErr_Format(
 5860|      0|            PyExc_TypeError,
 5861|      0|            "PyType_GetModule: Type '%s' is not a heap type",
 5862|      0|            type->tp_name);
 5863|      0|        return NULL;
 5864|      0|    }
 5865|       |
 5866|    434|    PyHeapTypeObject* et = (PyHeapTypeObject*)type;
 5867|    434|    if (!et->ht_module) {
  ------------------
  |  Branch (5867:9): [True: 0, False: 434]
  ------------------
 5868|      0|        PyErr_Format(
 5869|      0|            PyExc_TypeError,
 5870|      0|            "PyType_GetModule: Type '%s' has no associated module",
 5871|      0|            type->tp_name);
 5872|      0|        return NULL;
 5873|      0|    }
 5874|    434|    return et->ht_module;
 5875|    434|}
PyType_GetModuleByToken_DuringGC:
 5902|     94|{
 5903|     94|    assert(PyType_Check(type));
  ------------------
  |  Branch (5903:5): [True: 94, False: 0]
  ------------------
 5904|       |
 5905|     94|    if (!_PyType_HasFeature(type, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|     94|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (5905:9): [True: 0, False: 94]
  ------------------
 5906|       |        // type_ready_mro() ensures that no heap type is
 5907|       |        // contained in a static type MRO.
 5908|      0|        return NULL;
 5909|      0|    }
 5910|     94|    else {
 5911|     94|        PyHeapTypeObject *ht = (PyHeapTypeObject*)type;
 5912|     94|        PyObject *module = ht->ht_module;
 5913|     94|        if (module && _PyModule_GetToken(module) == token) {
  ------------------
  |  Branch (5913:13): [True: 94, False: 0]
  |  Branch (5913:23): [True: 94, False: 0]
  ------------------
 5914|     94|            return module;
 5915|     94|        }
 5916|     94|    }
 5917|       |
 5918|      0|    PyObject *res = NULL;
 5919|      0|    BEGIN_TYPE_LOCK();
 5920|       |
 5921|      0|    PyObject *mro = lookup_tp_mro(type);
 5922|       |    // The type must be ready
 5923|      0|    assert(mro != NULL);
  ------------------
  |  Branch (5923:5): [True: 0, False: 0]
  ------------------
 5924|      0|    assert(PyTuple_Check(mro));
  ------------------
  |  Branch (5924:5): [True: 0, False: 0]
  ------------------
 5925|       |    // mro_invoke() ensures that the type MRO cannot be empty.
 5926|      0|    assert(PyTuple_GET_SIZE(mro) >= 1);
  ------------------
  |  Branch (5926:5): [True: 0, False: 0]
  ------------------
 5927|       |    // Also, the first item in the MRO is the type itself, which
 5928|       |    // we already checked above. We skip it in the loop.
 5929|      0|    assert(PyTuple_GET_ITEM(mro, 0) == (PyObject *)type);
  ------------------
  |  Branch (5929:5): [True: 0, False: 0]
  |  Branch (5929:5): [True: 0, False: 0]
  ------------------
 5930|       |
 5931|      0|    Py_ssize_t n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5932|      0|    for (Py_ssize_t i = 1; i < n; i++) {
  ------------------
  |  Branch (5932:28): [True: 0, False: 0]
  ------------------
 5933|      0|        PyObject *super = PyTuple_GET_ITEM(mro, i);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5933:27): [True: 0, False: 0]
  ------------------
 5934|      0|        if (!_PyType_HasFeature((PyTypeObject *)super, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|      0|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (5934:13): [True: 0, False: 0]
  ------------------
 5935|       |            // Static types in the MRO need to be skipped
 5936|      0|            continue;
 5937|      0|        }
 5938|       |
 5939|      0|        PyHeapTypeObject *ht = (PyHeapTypeObject*)super;
 5940|      0|        PyObject *module = ht->ht_module;
 5941|      0|        if (module && _PyModule_GetToken(module) == token) {
  ------------------
  |  Branch (5941:13): [True: 0, False: 0]
  |  Branch (5941:23): [True: 0, False: 0]
  ------------------
 5942|      0|            res = module;
 5943|      0|            break;
 5944|      0|        }
 5945|      0|    }
 5946|      0|    END_TYPE_LOCK();
 5947|       |
 5948|      0|    return res;
 5949|      0|}
PyType_GetModuleByDef:
 5959|     94|{
 5960|     94|    PyObject *mod = PyType_GetModuleByToken_DuringGC(type, def);
 5961|     94|    if (!mod) {
  ------------------
  |  Branch (5961:9): [True: 0, False: 94]
  ------------------
 5962|      0|        PyErr_Format(
 5963|      0|            PyExc_TypeError,
 5964|      0|            "PyType_GetModuleByDef: No superclass of '%s' has the given module",
 5965|      0|            type->tp_name);
 5966|      0|        return NULL;
 5967|      0|    }
 5968|     94|    return mod;
 5969|     94|}
PyObject_GetItemData:
 6121|    530|{
 6122|       |    return getitemdata(obj, true);
 6123|    530|}
_PyType_LookupRefAndVersion:
 6270|  4.05k|{
 6271|  4.05k|    _PyStackRef out;
 6272|  4.05k|    unsigned int ver = _PyType_LookupStackRefAndVersion(type, name, &out);
 6273|  4.05k|    if (version) {
  ------------------
  |  Branch (6273:9): [True: 948, False: 3.10k]
  ------------------
 6274|    948|        *version = ver;
 6275|    948|    }
 6276|  4.05k|    if (PyStackRef_IsNull(out)) {
  ------------------
  |  |  470|  4.05k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  4.05k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  4.05k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 3.18k, False: 866]
  |  |  ------------------
  ------------------
 6277|  3.18k|        return NULL;
 6278|  3.18k|    }
 6279|    866|    return PyStackRef_AsPyObjectSteal(out);
 6280|  4.05k|}
_PyType_LookupStackRefAndVersion:
 6292|  21.7k|{
 6293|  21.7k|    unsigned int h = MCACHE_HASH_METHOD(type, name);
  ------------------
  |  |   54|  21.7k|    MCACHE_HASH(FT_ATOMIC_LOAD_UINT_RELAXED((type)->tp_version_tag),   \
  |  |  ------------------
  |  |  |  |   50|  21.7k|        (((unsigned int)(version) ^ (unsigned int)(name_hash))          \
  |  |  |  |   51|  21.7k|         & ((1 << MCACHE_SIZE_EXP) - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |  562|  21.7k|#define MCACHE_SIZE_EXP 12
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   55|  21.7k|                ((Py_ssize_t)(name)) >> 3)
  ------------------
 6294|  21.7k|    struct type_cache *cache = get_type_cache();
 6295|  21.7k|    struct type_cache_entry *entry = &cache->hashtable[h];
 6296|       |#ifdef Py_GIL_DISABLED
 6297|       |    // synchronize-with other writing threads by doing an acquire load on the sequence
 6298|       |    while (1) {
 6299|       |        uint32_t sequence = _PySeqLock_BeginRead(&entry->sequence);
 6300|       |        uint32_t entry_version = _Py_atomic_load_uint32_acquire(&entry->version);
 6301|       |        uint32_t type_version = _Py_atomic_load_uint32_acquire(&type->tp_version_tag);
 6302|       |        if (entry_version == type_version &&
 6303|       |            _Py_atomic_load_ptr_relaxed(&entry->name) == name) {
 6304|       |            OBJECT_STAT_INC_COND(type_cache_hits, !is_dunder_name(name));
 6305|       |            OBJECT_STAT_INC_COND(type_cache_dunder_hits, is_dunder_name(name));
 6306|       |            if (_Py_TryXGetStackRef(&entry->value, out)) {
 6307|       |                // If the sequence is still valid then we're done
 6308|       |                if (_PySeqLock_EndRead(&entry->sequence, sequence)) {
 6309|       |                    return entry_version;
 6310|       |                }
 6311|       |                PyStackRef_XCLOSE(*out);
 6312|       |            }
 6313|       |            else {
 6314|       |                // If we can't incref the object we need to fallback to locking
 6315|       |                break;
 6316|       |            }
 6317|       |        }
 6318|       |        else {
 6319|       |            // cache miss
 6320|       |            break;
 6321|       |        }
 6322|       |    }
 6323|       |#else
 6324|  21.7k|    if (entry->version == type->tp_version_tag && entry->name == name) {
  ------------------
  |  Branch (6324:9): [True: 18.3k, False: 3.43k]
  |  Branch (6324:51): [True: 17.3k, False: 979]
  ------------------
 6325|  17.3k|        assert(type->tp_version_tag);
  ------------------
  |  Branch (6325:9): [True: 17.3k, False: 0]
  ------------------
 6326|  17.3k|        OBJECT_STAT_INC_COND(type_cache_hits, !is_dunder_name(name));
  ------------------
  |  |   78|  17.3k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 6327|  17.3k|        OBJECT_STAT_INC_COND(type_cache_dunder_hits, is_dunder_name(name));
  ------------------
  |  |   78|  17.3k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 6328|  17.3k|        *out = entry->value ? PyStackRef_FromPyObjectNew(entry->value) : PyStackRef_NULL;
  ------------------
  |  |  599|  8.31k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  8.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6328:16): [True: 8.31k, False: 9.03k]
  ------------------
 6329|  17.3k|        return entry->version;
 6330|  17.3k|    }
 6331|  4.41k|#endif
 6332|  4.41k|    OBJECT_STAT_INC_COND(type_cache_misses, !is_dunder_name(name));
  ------------------
  |  |   78|  4.41k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 6333|  4.41k|    OBJECT_STAT_INC_COND(type_cache_dunder_misses, is_dunder_name(name));
  ------------------
  |  |   78|  4.41k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 6334|       |
 6335|       |    /* We may end up clearing live exceptions below, so make sure it's ours. */
 6336|  4.41k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (6336:5): [True: 4.41k, False: 0]
  ------------------
 6337|       |
 6338|  4.41k|    int res;
 6339|  4.41k|    PyInterpreterState *interp = _PyInterpreterState_GET();
 6340|       |
 6341|  4.41k|    unsigned int version_tag = FT_ATOMIC_LOAD_UINT(type->tp_version_tag);
  ------------------
  |  |  188|  4.41k|#define FT_ATOMIC_LOAD_UINT(value) value
  ------------------
 6342|  4.41k|    if (should_assign_version_tag(type, name, version_tag)) {
  ------------------
  |  Branch (6342:9): [True: 234, False: 4.18k]
  ------------------
 6343|    234|        BEGIN_TYPE_LOCK();
 6344|    234|        assign_version_tag(interp, type);
 6345|    234|        version_tag = type->tp_version_tag;
 6346|    234|        res = find_name_in_mro(type, name, out);
 6347|    234|        END_TYPE_LOCK();
 6348|    234|    }
 6349|  4.18k|    else {
 6350|  4.18k|        res = find_name_in_mro(type, name, out);
 6351|  4.18k|    }
 6352|       |
 6353|       |    /* Only put NULL results into cache if there was no error. */
 6354|  4.41k|    if (res < 0) {
  ------------------
  |  Branch (6354:9): [True: 0, False: 4.41k]
  ------------------
 6355|      0|        *out = PyStackRef_NULL;
 6356|      0|        return 0;
 6357|      0|    }
 6358|       |
 6359|  4.41k|    if (version_tag == 0 || !MCACHE_CACHEABLE_NAME(name)) {
  ------------------
  |  |   57|  4.41k|        (PyUnicode_CheckExact(name) &&                           \
  |  |  ------------------
  |  |  |  |  104|  4.41k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|  8.83k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  4.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 4.41k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   58|  4.41k|         (PyUnicode_GET_LENGTH(name) <= MCACHE_MAX_ATTR_SIZE))
  |  |  ------------------
  |  |  |  |  299|  4.41k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  4.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  4.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                        (PyUnicode_GET_LENGTH(name) <= MCACHE_MAX_ATTR_SIZE))
  |  |  ------------------
  |  |  |  |   48|  4.41k|#define MCACHE_MAX_ATTR_SIZE    100
  |  |  ------------------
  |  |  |  Branch (58:10): [True: 4.41k, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (6359:9): [True: 0, False: 4.41k]
  ------------------
 6360|      0|        return 0;
 6361|      0|    }
 6362|       |
 6363|  4.41k|    PyObject *res_obj = PyStackRef_AsPyObjectBorrow(*out);
 6364|       |#if Py_GIL_DISABLED
 6365|       |    update_cache_gil_disabled(entry, name, version_tag, res_obj);
 6366|       |#else
 6367|  4.41k|    PyObject *old_value = update_cache(entry, name, version_tag, res_obj);
 6368|  4.41k|    Py_DECREF(old_value);
  ------------------
  |  |  430|  4.41k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  4.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6369|  4.41k|#endif
 6370|  4.41k|    return version_tag;
 6371|  4.41k|}
_PyType_LookupRef:
 6378|  3.10k|{
 6379|       |    return _PyType_LookupRefAndVersion(type, name, NULL);
 6380|  3.10k|}
_PyType_Lookup:
 6386|      7|{
 6387|      7|    PyObject *res = _PyType_LookupRefAndVersion(type, name, NULL);
 6388|      7|    Py_XDECREF(res);
  ------------------
  |  |  524|      7|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6389|      7|    return res;
 6390|      7|}
_PyType_CacheInitForSpecialization:
 6395|     15|{
 6396|     15|    if (!init || !tp_version) {
  ------------------
  |  Branch (6396:9): [True: 0, False: 15]
  |  Branch (6396:18): [True: 0, False: 15]
  ------------------
 6397|      0|        return 0;
 6398|      0|    }
 6399|     15|    int can_cache;
 6400|     15|    BEGIN_TYPE_LOCK();
 6401|     15|    can_cache = ((PyTypeObject*)type)->tp_version_tag == tp_version;
 6402|       |    #ifdef Py_GIL_DISABLED
 6403|       |    can_cache = can_cache && _PyObject_HasDeferredRefcount(init);
 6404|       |    #endif
 6405|     15|    if (can_cache) {
  ------------------
  |  Branch (6405:9): [True: 15, False: 0]
  ------------------
 6406|     15|        FT_ATOMIC_STORE_PTR_RELEASE(type->_spec_cache.init, init);
  ------------------
  |  |  164|     15|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 6407|     15|    }
 6408|     15|    END_TYPE_LOCK();
 6409|     15|    return can_cache;
 6410|     15|}
_PyType_CacheGetItemForSpecialization:
 6414|     10|{
 6415|     10|    if (!descriptor || !tp_version) {
  ------------------
  |  Branch (6415:9): [True: 0, False: 10]
  |  Branch (6415:24): [True: 0, False: 10]
  ------------------
 6416|      0|        return 0;
 6417|      0|    }
 6418|     10|    int can_cache;
 6419|     10|    BEGIN_TYPE_LOCK();
 6420|     10|    can_cache = ((PyTypeObject*)ht)->tp_version_tag == tp_version;
 6421|       |    // This pointer is invalidated by PyType_Modified (see the comment on
 6422|       |    // struct _specialization_cache):
 6423|     10|    PyFunctionObject *func = (PyFunctionObject *)descriptor;
 6424|     10|    uint32_t version = _PyFunction_GetVersionForCurrentState(func);
 6425|     10|    can_cache = can_cache && _PyFunction_IsVersionValid(version);
  ------------------
  |  Branch (6425:17): [True: 10, False: 0]
  |  Branch (6425:30): [True: 10, False: 0]
  ------------------
 6426|       |#ifdef Py_GIL_DISABLED
 6427|       |    can_cache = can_cache && _PyObject_HasDeferredRefcount(descriptor);
 6428|       |#endif
 6429|     10|    if (can_cache) {
  ------------------
  |  Branch (6429:9): [True: 10, False: 0]
  ------------------
 6430|     10|        FT_ATOMIC_STORE_PTR_RELEASE(ht->_spec_cache.getitem, descriptor);
  ------------------
  |  |  164|     10|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
 6431|     10|        FT_ATOMIC_STORE_UINT32_RELAXED(ht->_spec_cache.getitem_version, version);
  ------------------
  |  |  172|     10|#define FT_ATOMIC_STORE_UINT32_RELAXED(value, new_value) value = new_value
  ------------------
 6432|     10|    }
 6433|     10|    END_TYPE_LOCK();
 6434|     10|    return can_cache;
 6435|     10|}
_PyType_SetFlags:
 6439|      4|{
 6440|      4|    unsigned long new_flags = (self->tp_flags & ~mask) | flags;
 6441|      4|    if (new_flags != self->tp_flags) {
  ------------------
  |  Branch (6441:9): [True: 4, False: 0]
  ------------------
 6442|      4|        types_stop_world();
 6443|       |        // can't use new_flags here since they could be out-of-date
 6444|      4|        self->tp_flags = (self->tp_flags & ~mask) | flags;
 6445|      4|        types_start_world();
 6446|      4|    }
 6447|      4|}
_PyType_Validate:
 6451|      8|{
 6452|      8|    int err;
 6453|      8|    BEGIN_TYPE_LOCK();
 6454|      8|    err = validate(ty);
 6455|      8|    if (!err) {
  ------------------
  |  Branch (6455:9): [True: 0, False: 8]
  ------------------
 6456|      0|        if(assign_version_tag(_PyInterpreterState_GET(), ty)) {
  ------------------
  |  Branch (6456:12): [True: 0, False: 0]
  ------------------
 6457|      0|            *tp_version = ty->tp_version_tag;
 6458|      0|        }
 6459|      0|        else {
 6460|      0|            err = -1;
 6461|      0|        }
 6462|      0|    }
 6463|      8|    END_TYPE_LOCK();
 6464|      8|    return err;
 6465|      8|}
_PyType_SetFlagsRecursive:
 6492|     27|{
 6493|     27|    types_stop_world();
 6494|     27|    set_flags_recursive(self, mask, flags);
 6495|     27|    types_start_world();
 6496|     27|}
_Py_type_getattro_impl:
 6512|  1.50k|{
 6513|  1.50k|    _PyStackRef ref = _Py_type_getattro_stackref(type, name, suppress_missing_attribute);
 6514|  1.50k|    if (PyStackRef_IsNull(ref)) {
  ------------------
  |  |  470|  1.50k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  1.50k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.50k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 45, False: 1.46k]
  |  |  ------------------
  ------------------
 6515|     45|        return NULL;
 6516|     45|    }
 6517|  1.46k|    return PyStackRef_AsPyObjectSteal(ref);
 6518|  1.50k|}
_Py_type_getattro:
 6524|    880|{
 6525|    880|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|    880|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 6526|       |    return _Py_type_getattro_impl(type, name, NULL);
 6527|    880|}
_Py_type_getattro_stackref:
 6542|  2.57k|{
 6543|  2.57k|    PyTypeObject *metatype = Py_TYPE(type);
  ------------------
  |  |  213|  2.57k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  2.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6544|  2.57k|    descrgetfunc meta_get = NULL;
 6545|       |
 6546|  2.57k|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  2.57k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  2.57k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (6546:9): [True: 0, False: 2.57k]
  ------------------
 6547|      0|        PyErr_Format(PyExc_TypeError,
 6548|      0|                     "attribute name must be string, not '%.200s'",
 6549|      0|                     Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6550|      0|        return PyStackRef_NULL;
 6551|      0|    }
 6552|       |
 6553|       |    /* Initialize this type (we'll assume the metatype is initialized) */
 6554|  2.57k|    if (!_PyType_IsReady(type)) {
  ------------------
  |  Branch (6554:9): [True: 0, False: 2.57k]
  ------------------
 6555|      0|        if (PyType_Ready(type) < 0)
  ------------------
  |  Branch (6555:13): [True: 0, False: 0]
  ------------------
 6556|      0|            return PyStackRef_NULL;
 6557|      0|    }
 6558|       |
 6559|       |    /* Set up GC-visible stack refs */
 6560|  2.57k|    _PyCStackRef result_ref, meta_attribute_ref, attribute_ref;
 6561|  2.57k|    PyThreadState *tstate = _PyThreadState_GET();
 6562|  2.57k|    _PyThreadState_PushCStackRef(tstate, &result_ref);
 6563|  2.57k|    _PyThreadState_PushCStackRef(tstate, &meta_attribute_ref);
 6564|  2.57k|    _PyThreadState_PushCStackRef(tstate, &attribute_ref);
 6565|       |
 6566|       |    /* Look for the attribute in the metatype */
 6567|  2.57k|    _PyType_LookupStackRefAndVersion(metatype, name, &meta_attribute_ref.ref);
 6568|       |
 6569|  2.57k|    if (!PyStackRef_IsNull(meta_attribute_ref.ref)) {
  ------------------
  |  |  470|  2.57k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  2.57k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  2.57k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6569:9): [True: 1.50k, False: 1.06k]
  ------------------
 6570|  1.50k|        PyObject *meta_attr_obj = PyStackRef_AsPyObjectBorrow(meta_attribute_ref.ref);
 6571|  1.50k|        meta_get = Py_TYPE(meta_attr_obj)->tp_descr_get;
  ------------------
  |  |  213|  1.50k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.50k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.50k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6572|       |
 6573|  1.50k|        if (meta_get != NULL && PyDescr_IsData(meta_attr_obj)) {
  ------------------
  |  Branch (6573:13): [True: 1.24k, False: 263]
  |  Branch (6573:33): [True: 700, False: 545]
  ------------------
 6574|       |            /* Data descriptors implement tp_descr_set to intercept
 6575|       |             * writes. Assume the attribute is not overridden in
 6576|       |             * type's tp_dict (and bases): call the descriptor now.
 6577|       |             */
 6578|    700|            PyObject *res = meta_get(meta_attr_obj, (PyObject *)type,
 6579|    700|                                     (PyObject *)metatype);
 6580|    700|            if (res != NULL) {
  ------------------
  |  Branch (6580:17): [True: 682, False: 18]
  ------------------
 6581|    682|                result_ref.ref = PyStackRef_FromPyObjectSteal(res);
 6582|    682|            }
 6583|    700|            goto done;
 6584|    700|        }
 6585|  1.50k|    }
 6586|       |
 6587|       |    /* No data descriptor found on metatype. Look in tp_dict of this
 6588|       |     * type and its bases */
 6589|  1.87k|    _PyType_LookupStackRefAndVersion(type, name, &attribute_ref.ref);
 6590|  1.87k|    if (!PyStackRef_IsNull(attribute_ref.ref)) {
  ------------------
  |  |  470|  1.87k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  1.87k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.87k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6590:9): [True: 1.72k, False: 146]
  ------------------
 6591|       |        /* Implement descriptor functionality, if any */
 6592|  1.72k|        PyObject *attr_obj = PyStackRef_AsPyObjectBorrow(attribute_ref.ref);
 6593|  1.72k|        descrgetfunc local_get = Py_TYPE(attr_obj)->tp_descr_get;
  ------------------
  |  |  213|  1.72k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.72k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.72k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6594|       |
 6595|       |        /* Release meta_attribute early since we found in local dict */
 6596|  1.72k|        PyStackRef_CLEAR(meta_attribute_ref.ref);
  ------------------
  |  |  711|  1.72k|    do { \
  |  |  712|  1.72k|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  1.72k|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  1.72k|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  1.72k|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  1.72k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 1.72k]
  |  |  ------------------
  ------------------
 6597|       |
 6598|  1.72k|        if (local_get != NULL) {
  ------------------
  |  Branch (6598:13): [True: 1.46k, False: 264]
  ------------------
 6599|       |            /* Special case staticmethod to avoid descriptor call overhead.
 6600|       |             * staticmethod.__get__ just returns the wrapped callable. */
 6601|  1.46k|            if (Py_TYPE(attr_obj) == &PyStaticMethod_Type) {
  ------------------
  |  |  213|  1.46k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.46k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6601:17): [True: 553, False: 910]
  ------------------
 6602|    553|                PyObject *callable = _PyStaticMethod_GetFunc(attr_obj);
 6603|    553|                if (callable) {
  ------------------
  |  Branch (6603:21): [True: 553, False: 0]
  ------------------
 6604|    553|                    result_ref.ref = PyStackRef_FromPyObjectNew(callable);
  ------------------
  |  |  599|    553|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    553|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    553|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6605|    553|                    goto done;
 6606|    553|                }
 6607|    553|            }
 6608|       |            /* NULL 2nd argument indicates the descriptor was
 6609|       |             * found on the target object itself (or a base)  */
 6610|    910|            PyObject *res = local_get(attr_obj, (PyObject *)NULL,
 6611|    910|                                      (PyObject *)type);
 6612|    910|            if (res != NULL) {
  ------------------
  |  Branch (6612:17): [True: 910, False: 0]
  ------------------
 6613|    910|                result_ref.ref = PyStackRef_FromPyObjectSteal(res);
 6614|    910|            }
 6615|    910|            goto done;
 6616|  1.46k|        }
 6617|       |
 6618|       |        /* No descriptor, return the attribute directly */
 6619|    264|        result_ref.ref = attribute_ref.ref;
 6620|    264|        attribute_ref.ref = PyStackRef_NULL;
 6621|    264|        goto done;
 6622|  1.72k|    }
 6623|       |
 6624|       |    /* No attribute found in local __dict__ (or bases): use the
 6625|       |     * descriptor from the metatype, if any */
 6626|    146|    if (meta_get != NULL) {
  ------------------
  |  Branch (6626:9): [True: 117, False: 29]
  ------------------
 6627|    117|        PyObject *meta_attr_obj = PyStackRef_AsPyObjectBorrow(meta_attribute_ref.ref);
 6628|    117|        PyObject *res = meta_get(meta_attr_obj, (PyObject *)type,
 6629|    117|                                 (PyObject *)metatype);
 6630|    117|        if (res != NULL) {
  ------------------
  |  Branch (6630:13): [True: 117, False: 0]
  ------------------
 6631|    117|            result_ref.ref = PyStackRef_FromPyObjectSteal(res);
 6632|    117|        }
 6633|    117|        goto done;
 6634|    117|    }
 6635|       |
 6636|       |    /* If an ordinary attribute was found on the metatype, return it now */
 6637|     29|    if (!PyStackRef_IsNull(meta_attribute_ref.ref)) {
  ------------------
  |  |  470|     29|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|     29|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|     29|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6637:9): [True: 0, False: 29]
  ------------------
 6638|      0|        result_ref.ref = meta_attribute_ref.ref;
 6639|      0|        meta_attribute_ref.ref = PyStackRef_NULL;
 6640|      0|        goto done;
 6641|      0|    }
 6642|       |
 6643|       |    /* Give up */
 6644|     29|    if (suppress_missing_attribute == NULL) {
  ------------------
  |  Branch (6644:9): [True: 2, False: 27]
  ------------------
 6645|      2|        PyErr_Format(PyExc_AttributeError,
 6646|      2|                     "type object '%.100s' has no attribute '%U'",
 6647|      2|                     type->tp_name, name);
 6648|      2|    }
 6649|     27|    else {
 6650|       |        // signal the caller we have not set an PyExc_AttributeError and gave up
 6651|     27|        *suppress_missing_attribute = 1;
 6652|     27|    }
 6653|       |
 6654|  2.57k|done:
 6655|  2.57k|    _PyThreadState_PopCStackRef(tstate, &attribute_ref);
 6656|  2.57k|    _PyThreadState_PopCStackRef(tstate, &meta_attribute_ref);
 6657|  2.57k|    return _PyThreadState_PopCStackRefSteal(tstate, &result_ref);
 6658|     29|}
_Py_BaseObject_RichCompare:
 7535|     46|{
 7536|     46|    return object_richcompare(self, other, op);
 7537|     46|}
_PyType_AddMethod:
 8638|      2|{
 8639|      2|    return type_add_method(type, meth);
 8640|      2|}
PyType_Ready:
 9581|    342|{
 9582|    342|    if (type->tp_flags & Py_TPFLAGS_READY) {
  ------------------
  |  |  518|    342|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
  |  Branch (9582:9): [True: 0, False: 342]
  ------------------
 9583|      0|        assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (9583:9): [True: 0, False: 0]
  ------------------
 9584|      0|        return 0;
 9585|      0|    }
 9586|    342|    assert(!(type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN));
  ------------------
  |  Branch (9586:5): [True: 342, False: 0]
  ------------------
 9587|       |
 9588|       |    /* Historically, all static types were immutable. See bpo-43908 */
 9589|    342|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    342|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9589:9): [True: 0, False: 342]
  ------------------
 9590|      0|        type_add_flags(type, Py_TPFLAGS_IMMUTABLETYPE);
  ------------------
  |  |  500|      0|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
 9591|       |        /* Static types must be immortal */
 9592|      0|        _Py_SetImmortalUntracked((PyObject *)type);
 9593|      0|    }
 9594|       |
 9595|    342|    int res;
 9596|    342|    BEGIN_TYPE_LOCK();
 9597|    342|    if (!(type->tp_flags & Py_TPFLAGS_READY)) {
  ------------------
  |  |  518|    342|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
  |  Branch (9597:9): [True: 342, False: 0]
  ------------------
 9598|    342|        res = type_ready(type, 1);
 9599|    342|    } else {
 9600|      0|        res = 0;
 9601|      0|        assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (9601:9): [True: 0, False: 0]
  ------------------
 9602|      0|    }
 9603|    342|    END_TYPE_LOCK();
 9604|    342|    return res;
 9605|    342|}
_PyStaticType_InitForExtension:
 9650|     12|{
 9651|     12|    return init_static_type(interp, self, 0, ((self->tp_flags & Py_TPFLAGS_READY) == 0));
  ------------------
  |  |  518|     12|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
 9652|     12|}
_PyStaticType_InitBuiltin:
 9656|    402|{
 9657|    402|    return init_static_type(interp, self, 1, _Py_IsMainInterpreter(interp));
 9658|    402|}
_PyType_InitSlotDefs:
12154|      2|{
12155|      2|    if (!_Py_IsMainInterpreter(interp)) {
  ------------------
  |  Branch (12155:9): [True: 0, False: 2]
  ------------------
12156|      0|        return 0;
12157|      0|    }
12158|      2|    PyObject *bytearray = NULL;
12159|      2|    PyObject *cache = PyDict_New();
12160|      2|    if (!cache) {
  ------------------
  |  Branch (12160:9): [True: 0, False: 2]
  ------------------
12161|      0|        return -1;
12162|      0|    }
12163|       |
12164|      2|    pytype_slotdef *p;
12165|      2|    Py_ssize_t idx = 0;
12166|    190|    for (p = slotdefs; p->name_strobj; p++, idx++) {
  ------------------
  |  Branch (12166:24): [True: 188, False: 2]
  ------------------
12167|    188|        assert(idx < 255);
  ------------------
  |  Branch (12167:9): [True: 188, False: 0]
  ------------------
12168|       |
12169|    188|        if (PyDict_GetItemRef(cache, p->name_strobj, &bytearray) < 0) {
  ------------------
  |  Branch (12169:13): [True: 0, False: 188]
  ------------------
12170|      0|            goto error;
12171|      0|        }
12172|       |
12173|    188|        if (!bytearray) {
  ------------------
  |  Branch (12173:13): [True: 162, False: 26]
  ------------------
12174|    162|            Py_ssize_t size = sizeof(uint8_t) * (1 + MAX_EQUIV);
  ------------------
  |  |  729|    162|#define MAX_EQUIV 10
  ------------------
12175|    162|            bytearray = PyByteArray_FromStringAndSize(NULL, size);
12176|    162|            if (!bytearray) {
  ------------------
  |  Branch (12176:17): [True: 0, False: 162]
  ------------------
12177|      0|                goto error;
12178|      0|            }
12179|       |
12180|    162|            uint8_t *data = (uint8_t *)PyByteArray_AS_STRING(bytearray);
  ------------------
  |  |   28|    162|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    162|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    162|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12181|    162|            data[0] = 0;
12182|       |
12183|    162|            if (PyDict_SetItem(cache, p->name_strobj, bytearray) < 0) {
  ------------------
  |  Branch (12183:17): [True: 0, False: 162]
  ------------------
12184|      0|                goto error;
12185|      0|            }
12186|    162|        }
12187|       |
12188|    188|        assert(PyByteArray_CheckExact(bytearray));
  ------------------
  |  Branch (12188:9): [True: 188, False: 0]
  ------------------
12189|    188|        uint8_t *data = (uint8_t *)PyByteArray_AS_STRING(bytearray);
  ------------------
  |  |   28|    188|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    188|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    188|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12190|       |
12191|    188|        data[0] += 1;
12192|    188|        assert(data[0] < MAX_EQUIV);
  ------------------
  |  Branch (12192:9): [True: 188, False: 0]
  ------------------
12193|       |
12194|    188|        data[data[0]] = (uint8_t)idx;
12195|       |
12196|    188|        Py_CLEAR(bytearray);
  ------------------
  |  |  484|    188|    do { \
  |  |  485|    188|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    188|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    188|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    188|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    188|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 188, False: 0]
  |  |  ------------------
  |  |  488|    188|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    188|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    188|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    188|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    188|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    188|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    188|        } \
  |  |  491|    188|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 188]
  |  |  ------------------
  ------------------
12197|    188|    }
12198|       |
12199|      2|    memset(slotdefs_dups, -1, sizeof(slotdefs_dups));
12200|       |
12201|      2|    Py_ssize_t pos = 0;
12202|      2|    PyObject *key = NULL;
12203|      2|    PyObject *value = NULL;
12204|    164|    while (PyDict_Next(cache, &pos, &key, &value)) {
  ------------------
  |  Branch (12204:12): [True: 162, False: 2]
  ------------------
12205|    162|        uint8_t *data = (uint8_t *)PyByteArray_AS_STRING(value);
  ------------------
  |  |   28|    162|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    162|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    162|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12206|    162|        uint8_t n = data[0];
12207|    350|        for (uint8_t i = 0; i < n; i++) {
  ------------------
  |  Branch (12207:29): [True: 188, False: 162]
  ------------------
12208|    188|            uint8_t idx = data[i + 1];
12209|    188|            memcpy(&slotdefs_dups[idx], data, sizeof(uint8_t) * (n + 1));
12210|    188|        }
12211|    162|    }
12212|       |
12213|      2|    Py_DECREF(cache);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12214|      2|    return 0;
12215|       |
12216|      0|error:
12217|      0|    Py_XDECREF(bytearray);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12218|      0|    Py_DECREF(cache);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12219|      0|    return -1;
12220|      2|}
_PySuper_LookupDescr:
12557|    745|{
12558|    745|    PyObject *mro, *res;
12559|    745|    Py_ssize_t i, n;
12560|       |
12561|    745|    mro = lookup_tp_mro(su_obj_type);
12562|    745|    if (mro == NULL)
  ------------------
  |  Branch (12562:9): [True: 0, False: 745]
  ------------------
12563|      0|        return NULL;
12564|       |
12565|       |    /* Keep a strong reference to mro because su_obj_type->tp_mro can be
12566|       |       replaced during PyDict_GetItemRef(dict, name, &res). */
12567|    745|    PyThreadState *tstate = _PyThreadState_GET();
12568|    745|    _PyCStackRef mro_ref;
12569|    745|    _PyThreadState_PushCStackRefNew(tstate, &mro_ref, mro);
12570|       |
12571|    745|    assert(PyTuple_Check(mro));
  ------------------
  |  Branch (12571:5): [True: 745, False: 0]
  ------------------
12572|    745|    n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   27|    745|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    745|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    745|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12573|       |
12574|       |    /* No need to check the last one: it's gonna be skipped anyway.  */
12575|    747|    for (i = 0; i+1 < n; i++) {
  ------------------
  |  Branch (12575:17): [True: 747, False: 0]
  ------------------
12576|    747|        if ((PyObject *)(su_type) == PyTuple_GET_ITEM(mro, i))
  ------------------
  |  |   29|    747|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    747|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    747|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12576:13): [True: 745, False: 2]
  |  Branch (12576:38): [True: 747, False: 0]
  ------------------
12577|    745|            break;
12578|    747|    }
12579|    745|    i++;  /* skip su->type (if any)  */
12580|    745|    if (i >= n) {
  ------------------
  |  Branch (12580:9): [True: 0, False: 745]
  ------------------
12581|      0|        _PyThreadState_PopCStackRef(tstate, &mro_ref);
12582|      0|        return NULL;
12583|      0|    }
12584|       |
12585|  1.07k|    do {
12586|  1.07k|        PyObject *obj = PyTuple_GET_ITEM(mro, i);
  ------------------
  |  |   29|  1.07k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.07k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12586:25): [True: 1.07k, False: 0]
  ------------------
12587|  1.07k|        PyObject *dict = lookup_tp_dict(_PyType_CAST(obj));
  ------------------
  |  |  770|  1.07k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.07k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (12587:41): [True: 1.07k, False: 0]
  ------------------
12588|  1.07k|        assert(dict != NULL && PyDict_Check(dict));
  ------------------
  |  Branch (12588:9): [True: 1.07k, False: 0]
  |  Branch (12588:9): [True: 1.07k, False: 0]
  ------------------
12589|       |
12590|  1.07k|        if (PyDict_GetItemRef(dict, name, &res) != 0) {
  ------------------
  |  Branch (12590:13): [True: 745, False: 328]
  ------------------
12591|       |            // found or error
12592|    745|            _PyThreadState_PopCStackRef(tstate, &mro_ref);
12593|    745|            return res;
12594|    745|        }
12595|       |
12596|    328|        i++;
12597|    328|    } while (i < n);
  ------------------
  |  Branch (12597:14): [True: 328, False: 0]
  ------------------
12598|      0|    _PyThreadState_PopCStackRef(tstate, &mro_ref);
12599|       |    return NULL;
12600|    745|}
_PySuper_Lookup:
12738|    505|{
12739|    505|    PyTypeObject *su_obj_type = supercheck(su_type, su_obj);
12740|    505|    if (su_obj_type == NULL) {
  ------------------
  |  Branch (12740:9): [True: 0, False: 505]
  ------------------
12741|      0|        return NULL;
12742|      0|    }
12743|    505|    PyObject *res = do_super_lookup(NULL, su_type, su_obj, su_obj_type, name, method);
12744|    505|    Py_DECREF(su_obj_type);
  ------------------
  |  |  430|    505|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    505|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    505|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12745|    505|    return res;
12746|    505|}
typeobject.c:managed_static_type_state_get:
  286|  52.1k|{
  287|       |    // It's probably a builtin type.
  288|  52.1k|    size_t index = managed_static_type_index_get(self);
  289|  52.1k|    managed_static_type_state *state =
  290|  52.1k|            &(interp->types.builtins.initialized[index]);
  291|  52.1k|    if (state->type == self) {
  ------------------
  |  Branch (291:9): [True: 51.8k, False: 306]
  ------------------
  292|  51.8k|        return state;
  293|  51.8k|    }
  294|    306|    if (index > _Py_MAX_MANAGED_STATIC_EXT_TYPES) {
  ------------------
  |  |  532|    306|#define _Py_MAX_MANAGED_STATIC_EXT_TYPES 10
  ------------------
  |  Branch (294:9): [True: 0, False: 306]
  ------------------
  295|      0|        return state;
  296|      0|    }
  297|    306|    return &(interp->types.for_extensions.initialized[index]);
  298|    306|}
typeobject.c:managed_static_type_index_get:
  240|  52.1k|{
  241|  52.1k|    assert(managed_static_type_index_is_set(self));
  ------------------
  |  Branch (241:5): [True: 52.1k, False: 0]
  ------------------
  242|       |    /* We store a 1-based index so 0 can mean "not initialized". */
  243|  52.1k|    return (size_t)self->tp_subclasses - 1;
  244|  52.1k|}
typeobject.c:managed_static_type_index_is_set:
  233|  52.5k|{
  234|       |    return self->tp_subclasses != NULL;
  235|  52.5k|}
typeobject.c:lookup_tp_dict:
  528|   104k|{
  529|   104k|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|   104k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (529:9): [True: 48.7k, False: 55.7k]
  ------------------
  530|  48.7k|        PyInterpreterState *interp = _PyInterpreterState_GET();
  531|  48.7k|        managed_static_type_state *state = _PyStaticType_GetState(interp, self);
  532|  48.7k|        assert(state != NULL);
  ------------------
  |  Branch (532:9): [True: 48.7k, False: 0]
  ------------------
  533|  48.7k|        return state->tp_dict;
  534|  48.7k|    }
  535|  55.7k|    return self->tp_dict;
  536|   104k|}
typeobject.c:lookup_tp_bases:
  581|  3.77k|{
  582|  3.77k|    return self->tp_bases;
  583|  3.77k|}
typeobject.c:lookup_tp_subclasses:
  733|    967|{
  734|    967|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    967|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (734:9): [True: 656, False: 311]
  ------------------
  735|    656|        PyInterpreterState *interp = _PyInterpreterState_GET();
  736|    656|        managed_static_type_state *state = _PyStaticType_GetState(interp, self);
  737|    656|        assert(state != NULL);
  ------------------
  |  Branch (737:9): [True: 656, False: 0]
  ------------------
  738|    656|        return state->tp_subclasses;
  739|    656|    }
  740|    311|    return (PyObject *)self->tp_subclasses;
  741|    967|}
typeobject.c:init_tp_subclasses:
  701|    141|{
  702|    141|    PyObject *subclasses = PyDict_New();
  703|    141|    if (subclasses == NULL) {
  ------------------
  |  Branch (703:9): [True: 0, False: 141]
  ------------------
  704|      0|        return NULL;
  705|      0|    }
  706|    141|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    141|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (706:9): [True: 71, False: 70]
  ------------------
  707|     71|        PyInterpreterState *interp = _PyInterpreterState_GET();
  708|     71|        managed_static_type_state *state = _PyStaticType_GetState(interp, self);
  709|     71|        state->tp_subclasses = subclasses;
  710|     71|        return subclasses;
  711|     71|    }
  712|     70|    self->tp_subclasses = (void *)subclasses;
  713|     70|    return subclasses;
  714|    141|}
typeobject.c:is_readying:
  513|  2.01k|{
  514|  2.01k|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|  2.01k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (514:9): [True: 828, False: 1.18k]
  ------------------
  515|    828|        PyInterpreterState *interp = _PyInterpreterState_GET();
  516|    828|        managed_static_type_state *state = managed_static_type_state_get(interp, type);
  517|    828|        assert(state != NULL);
  ------------------
  |  Branch (517:9): [True: 828, False: 0]
  ------------------
  518|    828|        return state->readying;
  519|    828|    }
  520|  1.18k|    return (type->tp_flags & Py_TPFLAGS_READYING) != 0;
  ------------------
  |  |  521|  1.18k|#define Py_TPFLAGS_READYING (1UL << 13)
  ------------------
  521|  2.01k|}
typeobject.c:_PyType_DocWithoutSignature:
  901|    483|{
  902|    483|    const char *doc = find_signature(name, internal_doc);
  903|       |
  904|    483|    if (doc) {
  ------------------
  |  Branch (904:9): [True: 211, False: 272]
  ------------------
  905|    211|        doc = skip_signature(doc);
  906|    211|        if (doc)
  ------------------
  |  Branch (906:13): [True: 189, False: 22]
  ------------------
  907|    189|            return doc;
  908|    211|        }
  909|    294|    return internal_doc;
  910|    483|}
typeobject.c:find_signature:
  822|    483|{
  823|    483|    const char *dot;
  824|    483|    size_t length;
  825|       |
  826|    483|    if (!doc)
  ------------------
  |  Branch (826:9): [True: 0, False: 483]
  ------------------
  827|      0|        return NULL;
  828|       |
  829|    483|    assert(name != NULL);
  ------------------
  |  Branch (829:5): [True: 483, False: 0]
  ------------------
  830|       |
  831|       |    /* for dotted names like classes, only use the last component */
  832|    483|    dot = strrchr(name, '.');
  833|    483|    if (dot)
  ------------------
  |  Branch (833:9): [True: 255, False: 228]
  ------------------
  834|    255|        name = dot + 1;
  835|       |
  836|    483|    length = strlen(name);
  837|    483|    if (strncmp(doc, name, length))
  ------------------
  |  Branch (837:9): [True: 240, False: 243]
  ------------------
  838|    240|        return NULL;
  839|    243|    doc += length;
  840|    243|    if (*doc != '(')
  ------------------
  |  Branch (840:9): [True: 32, False: 211]
  ------------------
  841|     32|        return NULL;
  842|    211|    return doc;
  843|    243|}
typeobject.c:skip_signature:
  853|    211|{
  854|  8.72k|    while (*doc) {
  ------------------
  |  Branch (854:12): [True: 8.71k, False: 6]
  ------------------
  855|  8.71k|        if ((*doc == *SIGNATURE_END_MARKER) &&
  ------------------
  |  |  845|  8.71k|#define SIGNATURE_END_MARKER         ")\n--\n\n"
  ------------------
  |  Branch (855:13): [True: 289, False: 8.43k]
  ------------------
  856|    289|            !strncmp(doc, SIGNATURE_END_MARKER, SIGNATURE_END_MARKER_LENGTH))
  ------------------
  |  |  845|    289|#define SIGNATURE_END_MARKER         ")\n--\n\n"
  ------------------
                          !strncmp(doc, SIGNATURE_END_MARKER, SIGNATURE_END_MARKER_LENGTH))
  ------------------
  |  |  846|    289|#define SIGNATURE_END_MARKER_LENGTH  6
  ------------------
  |  Branch (856:13): [True: 189, False: 100]
  ------------------
  857|    189|            return doc + SIGNATURE_END_MARKER_LENGTH;
  ------------------
  |  |  846|    189|#define SIGNATURE_END_MARKER_LENGTH  6
  ------------------
  858|  8.53k|        if ((*doc == '\n') && (doc[1] == '\n'))
  ------------------
  |  Branch (858:13): [True: 102, False: 8.42k]
  |  Branch (858:31): [True: 16, False: 86]
  ------------------
  859|     16|            return NULL;
  860|  8.51k|        doc++;
  861|  8.51k|    }
  862|      6|    return NULL;
  863|    211|}
typeobject.c:type_modified_unlocked:
 1167|    569|{
 1168|       |    /* Invalidate any cached data for the specified type and all
 1169|       |       subclasses.  This function is called after the base
 1170|       |       classes, mro, or attributes of the type are altered.
 1171|       |
 1172|       |       Invariants:
 1173|       |
 1174|       |       - before tp_version_tag can be set on a type,
 1175|       |         it must first be set on all super types.
 1176|       |
 1177|       |       This function clears the tp_version_tag of a
 1178|       |       type (so it must first clear it on all subclasses).  The
 1179|       |       tp_version_tag value is meaningless when equal to zero.
 1180|       |       We don't assign new version tags eagerly, but only as
 1181|       |       needed.
 1182|       |     */
 1183|    569|    ASSERT_NEW_TYPE_OR_LOCKED(type);
 1184|       |#ifdef Py_GIL_DISABLED
 1185|       |    // This function is re-entrant and it's not safe to call it
 1186|       |    // with the world stopped.
 1187|       |    assert(!types_world_is_stopped());
 1188|       |#endif
 1189|    569|    if (type->tp_version_tag == 0) {
  ------------------
  |  Branch (1189:9): [True: 446, False: 123]
  ------------------
 1190|    446|        return;
 1191|    446|    }
 1192|       |    // Cannot modify static builtin types.
 1193|    569|    assert((type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) == 0);
  ------------------
  |  Branch (1193:5): [True: 123, False: 0]
  ------------------
 1194|       |
 1195|    123|    PyObject *subclasses = lookup_tp_subclasses(type);
 1196|    123|    if (subclasses != NULL) {
  ------------------
  |  Branch (1196:9): [True: 0, False: 123]
  ------------------
 1197|      0|        assert(PyDict_CheckExact(subclasses));
  ------------------
  |  Branch (1197:9): [True: 0, False: 0]
  ------------------
 1198|       |
 1199|      0|        Py_ssize_t i = 0;
 1200|      0|        PyObject *ref;
 1201|      0|        while (PyDict_Next(subclasses, &i, NULL, &ref)) {
  ------------------
  |  Branch (1201:16): [True: 0, False: 0]
  ------------------
 1202|      0|            PyTypeObject *subclass = type_from_ref(ref);
 1203|      0|            if (subclass == NULL) {
  ------------------
  |  Branch (1203:17): [True: 0, False: 0]
  ------------------
 1204|      0|                continue;
 1205|      0|            }
 1206|      0|            type_modified_unlocked(subclass);
 1207|      0|            Py_DECREF(subclass);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1208|      0|        }
 1209|      0|    }
 1210|       |
 1211|       |    // Notify registered type watchers, if any
 1212|    123|    if (type->tp_watched) {
  ------------------
  |  Branch (1212:9): [True: 0, False: 123]
  ------------------
 1213|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
 1214|      0|        int bits = type->tp_watched;
 1215|      0|        int i = 0;
 1216|      0|        while (bits) {
  ------------------
  |  Branch (1216:16): [True: 0, False: 0]
  ------------------
 1217|      0|            assert(i < TYPE_MAX_WATCHERS);
  ------------------
  |  Branch (1217:13): [True: 0, False: 0]
  ------------------
 1218|      0|            if (bits & 1) {
  ------------------
  |  Branch (1218:17): [True: 0, False: 0]
  ------------------
 1219|       |                // Note that PyErr_FormatUnraisable is potentially re-entrant
 1220|       |                // and the watcher callback might be too.
 1221|      0|                PyType_WatchCallback cb = interp->type_watchers[i];
 1222|      0|                if (cb && (cb(type) < 0)) {
  ------------------
  |  Branch (1222:21): [True: 0, False: 0]
  |  Branch (1222:27): [True: 0, False: 0]
  ------------------
 1223|      0|                    PyErr_FormatUnraisable(
 1224|      0|                        "Exception ignored in type watcher callback #%d for %R",
 1225|      0|                        i, type);
 1226|      0|                }
 1227|      0|            }
 1228|      0|            i++;
 1229|      0|            bits >>= 1;
 1230|      0|        }
 1231|      0|    }
 1232|       |
 1233|    123|    set_version_unlocked(type, 0); /* 0 is not a valid version tag */
 1234|    123|    if (PyType_HasFeature(type, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    123|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1234:9): [True: 123, False: 0]
  ------------------
 1235|       |        // This field *must* be invalidated if the type is modified (see the
 1236|       |        // comment on struct _specialization_cache):
 1237|    123|        FT_ATOMIC_STORE_PTR_RELAXED(
  ------------------
  |  |  163|    123|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
 1238|    123|            ((PyHeapTypeObject *)type)->_spec_cache.getitem, NULL);
 1239|    123|    }
 1240|    123|}
typeobject.c:set_version_unlocked:
 1135|    786|{
 1136|    786|    assert(version == 0 || (tp->tp_versions_used != _Py_ATTR_CACHE_UNUSED));
  ------------------
  |  Branch (1136:5): [True: 123, False: 663]
  |  Branch (1136:5): [True: 663, False: 0]
  ------------------
 1137|    786|#ifndef Py_GIL_DISABLED
 1138|    786|    PyInterpreterState *interp = _PyInterpreterState_GET();
 1139|       |    // lookup the old version and set to null
 1140|    786|    if (tp->tp_version_tag != 0) {
  ------------------
  |  Branch (1140:9): [True: 123, False: 663]
  ------------------
 1141|    123|        PyTypeObject **slot =
 1142|    123|            interp->types.type_version_cache
 1143|    123|            + (tp->tp_version_tag % TYPE_VERSION_CACHE_SIZE);
  ------------------
  |  |  584|    123|#define TYPE_VERSION_CACHE_SIZE (1<<12)  /* Must be a power of 2 */
  ------------------
 1144|    123|        *slot = NULL;
 1145|    123|    }
 1146|    786|    if (version) {
  ------------------
  |  Branch (1146:9): [True: 663, False: 123]
  ------------------
 1147|    663|        tp->tp_versions_used++;
 1148|    663|    }
 1149|       |#else
 1150|       |    if (version) {
 1151|       |        _Py_atomic_add_uint16(&tp->tp_versions_used, 1);
 1152|       |    }
 1153|       |#endif
 1154|    786|    FT_ATOMIC_STORE_UINT_RELAXED(tp->tp_version_tag, version);
  ------------------
  |  |  190|    786|#define FT_ATOMIC_STORE_UINT_RELAXED(value, new_value) value = new_value
  ------------------
 1155|    786|#ifndef Py_GIL_DISABLED
 1156|    786|    if (version != 0) {
  ------------------
  |  Branch (1156:9): [True: 663, False: 123]
  ------------------
 1157|    663|        PyTypeObject **slot =
 1158|    663|            interp->types.type_version_cache
 1159|    663|            + (version % TYPE_VERSION_CACHE_SIZE);
  ------------------
  |  |  584|    663|#define TYPE_VERSION_CACHE_SIZE (1<<12)  /* Must be a power of 2 */
  ------------------
 1160|    663|        *slot = tp;
 1161|    663|    }
 1162|    786|#endif
 1163|    786|}
typeobject.c:assign_version_tag:
 1409|    559|{
 1410|    559|    ASSERT_TYPE_LOCK_HELD();
 1411|       |
 1412|       |    /* Ensure that the tp_version_tag is valid.
 1413|       |     * To respect the invariant, this must first be done on all super classes.
 1414|       |     * Return 0 if this cannot be done, 1 if tp_version_tag is set.
 1415|       |    */
 1416|    559|    if (type->tp_version_tag != 0) {
  ------------------
  |  Branch (1416:9): [True: 288, False: 271]
  ------------------
 1417|    288|        return 1;
 1418|    288|    }
 1419|    271|    if (!_PyType_HasFeature(type, Py_TPFLAGS_READY)) {
  ------------------
  |  |  518|    271|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
  |  Branch (1419:9): [True: 0, False: 271]
  ------------------
 1420|      0|        return 0;
 1421|      0|    }
 1422|    271|    if (type->tp_versions_used >= MAX_VERSIONS_PER_CLASS) {
  ------------------
  |  | 1389|    271|#define MAX_VERSIONS_PER_CLASS 1000
  ------------------
  |  Branch (1422:9): [True: 0, False: 271]
  ------------------
 1423|       |        /* (this includes `tp_versions_used == _Py_ATTR_CACHE_UNUSED`) */
 1424|      0|        return 0;
 1425|      0|    }
 1426|       |
 1427|    271|    PyObject *bases = lookup_tp_bases(type);
 1428|    271|    Py_ssize_t n = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|    271|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    271|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    271|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1429|    596|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (1429:28): [True: 325, False: 271]
  ------------------
 1430|    325|        PyObject *b = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|    325|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    325|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    325|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1430:23): [True: 325, False: 0]
  ------------------
 1431|    325|        if (!assign_version_tag(interp, _PyType_CAST(b))) {
  ------------------
  |  |  770|    325|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    325|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1431:13): [True: 0, False: 325]
  |  Branch (1431:41): [True: 325, False: 0]
  ------------------
 1432|      0|            return 0;
 1433|      0|        }
 1434|    325|    }
 1435|    271|    if (type->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) {
  ------------------
  |  |  500|    271|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (1435:9): [True: 21, False: 250]
  ------------------
 1436|       |        /* static types */
 1437|     21|        unsigned int next_version_tag = next_global_version_tag();
 1438|     21|        if (next_version_tag == 0) {
  ------------------
  |  Branch (1438:13): [True: 0, False: 21]
  ------------------
 1439|       |            /* We have run out of version numbers */
 1440|      0|            return 0;
 1441|      0|        }
 1442|     21|        set_version_unlocked(type, next_version_tag);
 1443|     21|        assert (type->tp_version_tag <= _Py_MAX_GLOBAL_TYPE_VERSION_TAG);
  ------------------
  |  Branch (1443:9): [True: 21, False: 0]
  ------------------
 1444|     21|    }
 1445|    250|    else {
 1446|       |        /* heap types */
 1447|    250|        if (NEXT_VERSION_TAG(interp) == 0) {
  ------------------
  |  |   61|    250|    (interp)->types.next_version_tag
  ------------------
  |  Branch (1447:13): [True: 0, False: 250]
  ------------------
 1448|       |            /* We have run out of version numbers */
 1449|      0|            return 0;
 1450|      0|        }
 1451|    250|        set_version_unlocked(type, NEXT_VERSION_TAG(interp)++);
  ------------------
  |  |   61|    250|    (interp)->types.next_version_tag
  ------------------
 1452|    250|        assert (type->tp_version_tag != 0);
  ------------------
  |  Branch (1452:9): [True: 250, False: 0]
  ------------------
 1453|    250|    }
 1454|    271|    return 1;
 1455|    271|}
typeobject.c:next_global_version_tag:
 1396|    413|{
 1397|    413|    unsigned int old;
 1398|    413|    do {
 1399|    413|        old = _Py_atomic_load_uint_relaxed(&_PyRuntime.types.next_version_tag);
 1400|    413|        if (old >= _Py_MAX_GLOBAL_TYPE_VERSION_TAG) {
  ------------------
  |  |   35|    413|#define _Py_MAX_GLOBAL_TYPE_VERSION_TAG (_Py_TYPE_BASE_VERSION_TAG - 1)
  |  |  ------------------
  |  |  |  |   34|    413|#define _Py_TYPE_BASE_VERSION_TAG (2<<16)
  |  |  ------------------
  ------------------
  |  Branch (1400:13): [True: 0, False: 413]
  ------------------
 1401|      0|            return 0;
 1402|      0|        }
 1403|    413|    } while (!_Py_atomic_compare_exchange_uint(&_PyRuntime.types.next_version_tag, &old, old + 1));
  ------------------
  |  Branch (1403:14): [True: 0, False: 413]
  ------------------
 1404|    413|    return old + 1;
 1405|    413|}
typeobject.c:type_qualname:
 1535|     23|{
 1536|     23|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     23|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1537|     23|    if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
  ------------------
  |  |  503|     23|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1537:9): [True: 2, False: 21]
  ------------------
 1538|      2|        PyHeapTypeObject* et = (PyHeapTypeObject*)type;
 1539|      2|        return Py_NewRef(et->ht_qualname);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1540|      2|    }
 1541|     21|    else {
 1542|     21|        return PyUnicode_FromString(_PyType_Name(type));
 1543|     21|    }
 1544|     23|}
typeobject.c:type_module:
 1603|     23|{
 1604|     23|    PyObject *mod;
 1605|     23|    if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
  ------------------
  |  |  503|     23|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1605:9): [True: 2, False: 21]
  ------------------
 1606|      2|        PyObject *dict = lookup_tp_dict(type);
 1607|      2|        if (PyDict_GetItemRef(dict, &_Py_ID(__module__), &mod) == 0) {
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1607:13): [True: 0, False: 2]
  ------------------
 1608|      0|            PyErr_Format(PyExc_AttributeError, "__module__");
 1609|      0|        }
 1610|      2|    }
 1611|     21|    else {
 1612|     21|        const char *s = strrchr(type->tp_name, '.');
 1613|     21|        if (s != NULL) {
  ------------------
  |  Branch (1613:13): [True: 15, False: 6]
  ------------------
 1614|     15|            mod = PyUnicode_FromStringAndSize(
 1615|     15|                type->tp_name, (Py_ssize_t)(s - type->tp_name));
 1616|     15|            if (mod != NULL) {
  ------------------
  |  Branch (1616:17): [True: 15, False: 0]
  ------------------
 1617|     15|                PyInterpreterState *interp = _PyInterpreterState_GET();
 1618|     15|                _PyUnicode_InternMortal(interp, &mod);
 1619|     15|            }
 1620|     15|        }
 1621|      6|        else {
 1622|      6|            mod = &_Py_ID(builtins);
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1623|      6|        }
 1624|     21|    }
 1625|     23|    return mod;
 1626|     23|}
typeobject.c:is_subtype_with_mro:
 2900|  80.2k|{
 2901|  80.2k|    int res;
 2902|  80.2k|    if (a_mro != NULL) {
  ------------------
  |  Branch (2902:9): [True: 78.1k, False: 2.08k]
  ------------------
 2903|       |        /* Deal with multiple inheritance without recursion
 2904|       |           by walking the MRO tuple */
 2905|  78.1k|        Py_ssize_t i, n;
 2906|  78.1k|        assert(PyTuple_Check(a_mro));
  ------------------
  |  Branch (2906:9): [True: 78.1k, False: 0]
  ------------------
 2907|  78.1k|        n = PyTuple_GET_SIZE(a_mro);
  ------------------
  |  |   27|  78.1k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  78.1k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  78.1k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2908|  78.1k|        res = 0;
 2909|   222k|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (2909:21): [True: 158k, False: 64.2k]
  ------------------
 2910|   316k|            if (PyTuple_GET_ITEM(a_mro, i) == (PyObject *)b) {
  ------------------
  |  |   29|   158k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|   158k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|   158k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2910:17): [True: 158k, False: 0]
  |  Branch (2910:17): [True: 13.8k, False: 144k]
  ------------------
 2911|  13.8k|                res = 1;
 2912|  13.8k|                break;
 2913|  13.8k|            }
 2914|   158k|        }
 2915|  78.1k|    }
 2916|  2.08k|    else {
 2917|       |        /* a is not completely initialized yet; follow tp_base */
 2918|  2.08k|        res = type_is_subtype_base_chain(a, b);
 2919|  2.08k|    }
 2920|  80.2k|    return res;
 2921|  80.2k|}
typeobject.c:type_is_subtype_base_chain:
 2888|  2.08k|{
 2889|  2.09k|    do {
 2890|  2.09k|        if (a == b)
  ------------------
  |  Branch (2890:13): [True: 6, False: 2.09k]
  ------------------
 2891|      6|            return 1;
 2892|  2.09k|        a = a->tp_base;
 2893|  2.09k|    } while (a != NULL);
  ------------------
  |  Branch (2893:14): [True: 8, False: 2.08k]
  ------------------
 2894|       |
 2895|  2.08k|    return (b == &PyBaseObject_Type);
 2896|  2.08k|}
typeobject.c:maybe_call_special_no_args:
 3160|      4|{
 3161|      4|    PyThreadState *tstate = _PyThreadState_GET();
 3162|      4|    _PyCStackRef cref;
 3163|      4|    _PyThreadState_PushCStackRef(tstate, &cref);
 3164|       |
 3165|      4|    PyObject *res = NULL;
 3166|      4|    int unbound = lookup_maybe_method(self, attr, &cref.ref);
 3167|      4|    PyObject *func = PyStackRef_AsPyObjectBorrow(cref.ref);
 3168|      4|    if (attr_is_none != NULL) {
  ------------------
  |  Branch (3168:9): [True: 4, False: 0]
  ------------------
 3169|      4|        *attr_is_none = (func == Py_None);
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3170|      4|    }
 3171|      4|    if (func != NULL && (func != Py_None || attr_is_none == NULL)) {
  ------------------
  |  |  616|      8|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (3171:9): [True: 4, False: 0]
  |  Branch (3171:26): [True: 4, False: 0]
  |  Branch (3171:45): [True: 0, False: 0]
  ------------------
 3172|      4|        res = call_unbound_noarg(unbound, func, self);
 3173|      4|    }
 3174|      4|    _PyThreadState_PopCStackRef(tstate, &cref);
 3175|      4|    return res;
 3176|      4|}
typeobject.c:lookup_maybe_method:
 3029|     34|{
 3030|     34|    return lookup_method_ex(self, attr, out, 0);
 3031|     34|}
typeobject.c:lookup_method_ex:
 2995|    743|{
 2996|    743|    _PyType_LookupStackRefAndVersion(Py_TYPE(self), attr, out);
  ------------------
  |  |  213|    743|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    743|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    743|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2997|    743|    if (PyStackRef_IsNull(*out)) {
  ------------------
  |  |  470|    743|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|    743|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    743|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 743]
  |  |  ------------------
  ------------------
 2998|      0|        if (raise_attribute_error) {
  ------------------
  |  Branch (2998:13): [True: 0, False: 0]
  ------------------
 2999|      0|            PyErr_SetObject(PyExc_AttributeError, attr);
 3000|      0|        }
 3001|      0|        return -1;
 3002|      0|    }
 3003|       |
 3004|    743|    PyObject *value = PyStackRef_AsPyObjectBorrow(*out);
 3005|    743|    if (_PyType_HasFeature(Py_TYPE(value), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  213|    743|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    743|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    743|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (_PyType_HasFeature(Py_TYPE(value), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  534|    743|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (3005:9): [True: 743, False: 0]
  ------------------
 3006|       |        /* Avoid temporary PyMethodObject */
 3007|    743|        return 1;
 3008|    743|    }
 3009|       |
 3010|      0|    descrgetfunc f = Py_TYPE(value)->tp_descr_get;
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3011|      0|    if (f != NULL) {
  ------------------
  |  Branch (3011:9): [True: 0, False: 0]
  ------------------
 3012|      0|        value = f(value, self, (PyObject *)(Py_TYPE(self)));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3013|      0|        PyStackRef_CLEAR(*out);
  ------------------
  |  |  711|      0|    do { \
  |  |  712|      0|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|      0|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|      0|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|      0|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3014|      0|        if (value == NULL) {
  ------------------
  |  Branch (3014:13): [True: 0, False: 0]
  ------------------
 3015|      0|            if (!raise_attribute_error &&
  ------------------
  |  Branch (3015:17): [True: 0, False: 0]
  ------------------
 3016|      0|                PyErr_ExceptionMatches(PyExc_AttributeError))
  ------------------
  |  Branch (3016:17): [True: 0, False: 0]
  ------------------
 3017|      0|            {
 3018|      0|                PyErr_Clear();
 3019|      0|            }
 3020|      0|            return -1;
 3021|      0|        }
 3022|      0|        *out = PyStackRef_FromPyObjectSteal(value);
 3023|      0|    }
 3024|      0|    return 0;
 3025|      0|}
typeobject.c:call_unbound_noarg:
 3057|     78|{
 3058|     78|    if (unbound) {
  ------------------
  |  Branch (3058:9): [True: 78, False: 0]
  ------------------
 3059|     78|        return PyObject_CallOneArg(func, self);
 3060|     78|    }
 3061|      0|    else {
 3062|      0|        return _PyObject_CallNoArgs(func);
 3063|      0|    }
 3064|     78|}
typeobject.c:maybe_call_special_one_arg:
 3181|      6|{
 3182|      6|    PyThreadState *tstate = _PyThreadState_GET();
 3183|      6|    _PyCStackRef cref;
 3184|      6|    _PyThreadState_PushCStackRef(tstate, &cref);
 3185|       |
 3186|      6|    PyObject *res = NULL;
 3187|      6|    int unbound = lookup_maybe_method(self, attr, &cref.ref);
 3188|      6|    PyObject *func = PyStackRef_AsPyObjectBorrow(cref.ref);
 3189|      6|    if (attr_is_none != NULL) {
  ------------------
  |  Branch (3189:9): [True: 6, False: 0]
  ------------------
 3190|      6|        *attr_is_none = (func == Py_None);
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3191|      6|    }
 3192|      6|    if (func != NULL && (func != Py_None || attr_is_none == NULL)) {
  ------------------
  |  |  616|     12|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (3192:9): [True: 6, False: 0]
  |  Branch (3192:26): [True: 6, False: 0]
  |  Branch (3192:45): [True: 0, False: 0]
  ------------------
 3193|      6|        PyObject *args[] = { self, arg };
 3194|      6|        res = vectorcall_unbound(tstate, unbound, func, args, 2);
 3195|      6|    }
 3196|      6|    _PyThreadState_PopCStackRef(tstate, &cref);
 3197|      6|    return res;
 3198|      6|}
typeobject.c:vectorcall_unbound:
 3043|    398|{
 3044|    398|    size_t nargsf = nargs;
 3045|    398|    if (!unbound) {
  ------------------
  |  Branch (3045:9): [True: 0, False: 398]
  ------------------
 3046|       |        /* Skip self argument, freeing up args[0] to use for
 3047|       |         * PY_VECTORCALL_ARGUMENTS_OFFSET */
 3048|      0|        args++;
 3049|      0|        nargsf = nargsf - 1 + PY_VECTORCALL_ARGUMENTS_OFFSET;
  ------------------
  |  |  287|      0|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 3050|      0|    }
 3051|    398|    EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_SLOT, func);
  ------------------
  |  |   80|    398|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  ------------------
 3052|       |    return _PyObject_VectorcallTstate(tstate, func, args, nargsf, NULL);
 3053|    398|}
typeobject.c:type_from_slots_or_spec:
 5238|    117|{
 5239|       |    /* Invariant: A non-NULL value in one of these means this function holds
 5240|       |     * a strong reference or owns allocated memory.
 5241|       |     * These get decrefed/freed/returned at the end, on both success and error.
 5242|       |     */
 5243|    117|    PyHeapTypeObject *res = NULL;
 5244|    117|    PyTypeObject *type;
 5245|    117|    PyObject *bases = NULL;
 5246|    117|    char *tp_doc = NULL;
 5247|    117|    PyObject *ht_name = NULL;
 5248|    117|    char *_ht_tpname = NULL;
 5249|       |
 5250|    117|    int r;
 5251|       |
 5252|       |    /* First pass of slots */
 5253|       |
 5254|    117|    Py_ssize_t nmembers = 0;
 5255|    117|    const PyMemberDef *weaklistoffset_member = NULL;
 5256|    117|    const PyMemberDef *dictoffset_member = NULL;
 5257|    117|    const PyMemberDef *vectorcalloffset_member = NULL;
 5258|    117|    Py_ssize_t basicsize = 0;
 5259|    117|    Py_ssize_t extra_basicsize = 0;
 5260|    117|    Py_ssize_t itemsize = 0;
 5261|    117|    int flags = 0;
 5262|    117|    void *token = NULL;
 5263|       |
 5264|    117|    bool have_relative_members = false;
 5265|    117|    Py_ssize_t max_relative_offset = 0;
 5266|       |
 5267|    117|    PyObject *bases_slot = NULL; /* borrowed from the slots */
 5268|       |
 5269|    117|    _PySlotIterator it;
 5270|       |
 5271|    117|    if (spec) {
  ------------------
  |  Branch (5271:9): [True: 117, False: 0]
  ------------------
 5272|    117|        assert(!slots);
  ------------------
  |  Branch (5272:9): [True: 117, False: 0]
  ------------------
 5273|    117|        if (spec->basicsize > 0) {
  ------------------
  |  Branch (5273:13): [True: 111, False: 6]
  ------------------
 5274|    111|            basicsize = spec->basicsize;
 5275|    111|        }
 5276|    117|        if (spec->basicsize < 0) {
  ------------------
  |  Branch (5276:13): [True: 0, False: 117]
  ------------------
 5277|      0|            extra_basicsize = -spec->basicsize;
 5278|      0|        }
 5279|    117|        itemsize = spec->itemsize;
 5280|    117|        flags = spec->flags;
 5281|    117|        _PySlotIterator_InitLegacy(&it, spec->slots, _PySlot_KIND_TYPE);
 5282|    117|        it.name = spec->name;
 5283|    117|    }
 5284|      0|    else {
 5285|      0|        assert(!spec);
  ------------------
  |  Branch (5285:9): [True: 0, False: 0]
  ------------------
 5286|      0|        assert(!metaclass);
  ------------------
  |  Branch (5286:9): [True: 0, False: 0]
  ------------------
 5287|      0|        assert(!module);
  ------------------
  |  Branch (5287:9): [True: 0, False: 0]
  ------------------
 5288|      0|        assert(!bases_in);
  ------------------
  |  Branch (5288:9): [True: 0, False: 0]
  ------------------
 5289|      0|        _PySlotIterator_Init(&it, slots, _PySlot_KIND_TYPE);
 5290|      0|    }
 5291|       |
 5292|    117|    #define NO_SPEC                                         \
 5293|    117|        if (spec) {                                         \
 5294|    117|            PyErr_Format(                                   \
 5295|    117|                PyExc_SystemError,                          \
 5296|    117|                "%s must not be used with PyType_Spec",     \
 5297|    117|                _PySlot_GetName(it.current.sl_id));         \
 5298|    117|            goto finally;                                   \
 5299|    117|        }                                                   \
 5300|       |        /////////////////////////////////////////////////////
 5301|       |
 5302|  1.04k|    while (_PySlotIterator_Next(&it)) {
  ------------------
  |  Branch (5302:12): [True: 925, False: 117]
  ------------------
 5303|    925|        switch (it.current.sl_id) {
  ------------------
  |  Branch (5303:17): [True: 165, False: 760]
  ------------------
 5304|      0|        case Py_slot_invalid:
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (5304:9): [True: 0, False: 925]
  ------------------
 5305|      0|            goto finally;
 5306|      0|        case Py_tp_name:
  ------------------
  |  |  103|      0|#define Py_tp_name 95
  ------------------
  |  Branch (5306:9): [True: 0, False: 925]
  ------------------
 5307|      0|            NO_SPEC;
  ------------------
  |  | 5293|      0|        if (spec) {                                         \
  |  |  ------------------
  |  |  |  Branch (5293:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5294|      0|            PyErr_Format(                                   \
  |  | 5295|      0|                PyExc_SystemError,                          \
  |  | 5296|      0|                "%s must not be used with PyType_Spec",     \
  |  | 5297|      0|                _PySlot_GetName(it.current.sl_id));         \
  |  | 5298|      0|            goto finally;                                   \
  |  | 5299|      0|        }                                                   \
  ------------------
 5308|      0|            it.name = it.current.sl_ptr;
 5309|      0|            break;
 5310|      0|        case Py_tp_metaclass:
  ------------------
  |  |  115|      0|#define Py_tp_metaclass 107
  ------------------
  |  Branch (5310:9): [True: 0, False: 925]
  ------------------
 5311|      0|            NO_SPEC;
  ------------------
  |  | 5293|      0|        if (spec) {                                         \
  |  |  ------------------
  |  |  |  Branch (5293:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5294|      0|            PyErr_Format(                                   \
  |  | 5295|      0|                PyExc_SystemError,                          \
  |  | 5296|      0|                "%s must not be used with PyType_Spec",     \
  |  | 5297|      0|                _PySlot_GetName(it.current.sl_id));         \
  |  | 5298|      0|            goto finally;                                   \
  |  | 5299|      0|        }                                                   \
  ------------------
 5312|      0|            metaclass = it.current.sl_ptr;
 5313|      0|            break;
 5314|      0|        case Py_tp_module:
  ------------------
  |  |  116|      0|#define Py_tp_module 108
  ------------------
  |  Branch (5314:9): [True: 0, False: 925]
  ------------------
 5315|      0|            NO_SPEC;
  ------------------
  |  | 5293|      0|        if (spec) {                                         \
  |  |  ------------------
  |  |  |  Branch (5293:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5294|      0|            PyErr_Format(                                   \
  |  | 5295|      0|                PyExc_SystemError,                          \
  |  | 5296|      0|                "%s must not be used with PyType_Spec",     \
  |  | 5297|      0|                _PySlot_GetName(it.current.sl_id));         \
  |  | 5298|      0|            goto finally;                                   \
  |  | 5299|      0|        }                                                   \
  ------------------
 5316|      0|            module = it.current.sl_ptr;
 5317|      0|            break;
 5318|      0|        case Py_tp_bases:
  ------------------
  |  |   57|      0|#define Py_tp_bases 49
  ------------------
  |  Branch (5318:9): [True: 0, False: 925]
  ------------------
 5319|      0|            bases_slot = it.current.sl_ptr;
 5320|      0|            break;
 5321|      0|        case Py_tp_base:
  ------------------
  |  |   56|      0|#define Py_tp_base 48
  ------------------
  |  Branch (5321:9): [True: 0, False: 925]
  ------------------
 5322|      0|            if (!_PySlotIterator_SawSlot(&it, Py_tp_bases)) {
  ------------------
  |  |   57|      0|#define Py_tp_bases 49
  ------------------
  |  Branch (5322:17): [True: 0, False: 0]
  ------------------
 5323|      0|                bases_slot = it.current.sl_ptr;
 5324|      0|            }
 5325|      0|            break;
 5326|      0|        case Py_tp_basicsize:
  ------------------
  |  |  104|      0|#define Py_tp_basicsize 96
  ------------------
  |  Branch (5326:9): [True: 0, False: 925]
  ------------------
 5327|      0|            NO_SPEC;
  ------------------
  |  | 5293|      0|        if (spec) {                                         \
  |  |  ------------------
  |  |  |  Branch (5293:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5294|      0|            PyErr_Format(                                   \
  |  | 5295|      0|                PyExc_SystemError,                          \
  |  | 5296|      0|                "%s must not be used with PyType_Spec",     \
  |  | 5297|      0|                _PySlot_GetName(it.current.sl_id));         \
  |  | 5298|      0|            goto finally;                                   \
  |  | 5299|      0|        }                                                   \
  ------------------
 5328|      0|            basicsize = it.current.sl_size;
 5329|      0|            if (basicsize <= 0) {
  ------------------
  |  Branch (5329:17): [True: 0, False: 0]
  ------------------
 5330|      0|                PyErr_SetString(
 5331|      0|                    PyExc_SystemError,
 5332|      0|                    "Py_tp_basicsize must be positive");
 5333|      0|                goto finally;
 5334|      0|            }
 5335|      0|            break;
 5336|      0|        case Py_tp_extra_basicsize:
  ------------------
  |  |  105|      0|#define Py_tp_extra_basicsize 97
  ------------------
  |  Branch (5336:9): [True: 0, False: 925]
  ------------------
 5337|      0|            NO_SPEC;
  ------------------
  |  | 5293|      0|        if (spec) {                                         \
  |  |  ------------------
  |  |  |  Branch (5293:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5294|      0|            PyErr_Format(                                   \
  |  | 5295|      0|                PyExc_SystemError,                          \
  |  | 5296|      0|                "%s must not be used with PyType_Spec",     \
  |  | 5297|      0|                _PySlot_GetName(it.current.sl_id));         \
  |  | 5298|      0|            goto finally;                                   \
  |  | 5299|      0|        }                                                   \
  ------------------
 5338|      0|            extra_basicsize = it.current.sl_size;
 5339|      0|            if (extra_basicsize <= 0) {
  ------------------
  |  Branch (5339:17): [True: 0, False: 0]
  ------------------
 5340|      0|                PyErr_SetString(
 5341|      0|                    PyExc_SystemError,
 5342|      0|                    "Py_tp_extra_basicsize must be positive");
 5343|      0|                goto finally;
 5344|      0|            }
 5345|      0|            break;
 5346|      0|        case Py_tp_itemsize:
  ------------------
  |  |  106|      0|#define Py_tp_itemsize 98
  ------------------
  |  Branch (5346:9): [True: 0, False: 925]
  ------------------
 5347|      0|            NO_SPEC;
  ------------------
  |  | 5293|      0|        if (spec) {                                         \
  |  |  ------------------
  |  |  |  Branch (5293:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5294|      0|            PyErr_Format(                                   \
  |  | 5295|      0|                PyExc_SystemError,                          \
  |  | 5296|      0|                "%s must not be used with PyType_Spec",     \
  |  | 5297|      0|                _PySlot_GetName(it.current.sl_id));         \
  |  | 5298|      0|            goto finally;                                   \
  |  | 5299|      0|        }                                                   \
  ------------------
 5348|      0|            itemsize = it.current.sl_size;
 5349|      0|            if (itemsize <= 0) {
  ------------------
  |  Branch (5349:17): [True: 0, False: 0]
  ------------------
 5350|      0|                PyErr_SetString(
 5351|      0|                    PyExc_SystemError,
 5352|      0|                    "Py_tp_itemsize must be positive");
 5353|      0|                goto finally;
 5354|      0|            }
 5355|      0|            break;
 5356|      0|        case Py_tp_flags:
  ------------------
  |  |  107|      0|#define Py_tp_flags 99
  ------------------
  |  Branch (5356:9): [True: 0, False: 925]
  ------------------
 5357|      0|            NO_SPEC;
  ------------------
  |  | 5293|      0|        if (spec) {                                         \
  |  |  ------------------
  |  |  |  Branch (5293:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5294|      0|            PyErr_Format(                                   \
  |  | 5295|      0|                PyExc_SystemError,                          \
  |  | 5296|      0|                "%s must not be used with PyType_Spec",     \
  |  | 5297|      0|                _PySlot_GetName(it.current.sl_id));         \
  |  | 5298|      0|            goto finally;                                   \
  |  | 5299|      0|        }                                                   \
  ------------------
 5358|      0|            flags = (int)it.current.sl_uint64;
 5359|      0|            break;
 5360|     67|        case Py_tp_members:
  ------------------
  |  |   80|     67|#define Py_tp_members 72
  ------------------
  |  Branch (5360:9): [True: 67, False: 858]
  ------------------
 5361|     67|            for (const PyMemberDef *memb = it.current.sl_ptr;
 5362|    332|                 memb->name != NULL;
  ------------------
  |  Branch (5362:18): [True: 265, False: 67]
  ------------------
 5363|    265|                 memb++)
 5364|    265|            {
 5365|    265|                nmembers++;
 5366|    265|                if (memb->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|    265|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (5366:21): [True: 0, False: 265]
  ------------------
 5367|      0|                    if (memb->offset < 0) {
  ------------------
  |  Branch (5367:25): [True: 0, False: 0]
  ------------------
 5368|      0|                        PyErr_SetString(
 5369|      0|                            PyExc_SystemError,
 5370|      0|                            "Member offset must not be negative");
 5371|      0|                        goto finally;
 5372|      0|                    }
 5373|      0|                    have_relative_members = true;
 5374|      0|                    max_relative_offset = Py_MAX(max_relative_offset,
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 5375|      0|                                                 memb->offset);
 5376|      0|                }
 5377|    265|                if (strcmp(memb->name, "__weaklistoffset__") == 0) {
  ------------------
  |  Branch (5377:21): [True: 27, False: 238]
  ------------------
 5378|     27|                    weaklistoffset_member = memb;
 5379|     27|                }
 5380|    238|                else if (strcmp(memb->name, "__dictoffset__") == 0) {
  ------------------
  |  Branch (5380:26): [True: 20, False: 218]
  ------------------
 5381|     20|                    dictoffset_member = memb;
 5382|     20|                }
 5383|    218|                else if (strcmp(memb->name, "__vectorcalloffset__") == 0) {
  ------------------
  |  Branch (5383:26): [True: 4, False: 214]
  ------------------
 5384|      4|                    vectorcalloffset_member = memb;
 5385|      4|                }
 5386|    265|            }
 5387|     67|            break;
 5388|     67|        case Py_tp_token:
  ------------------
  |  |   91|      1|#define Py_tp_token 83
  ------------------
  |  Branch (5388:9): [True: 1, False: 924]
  ------------------
 5389|      1|            token = it.current.sl_ptr;
 5390|      1|            if (token == Py_TP_USE_SPEC) {
  ------------------
  |  |  365|      1|#define Py_TP_USE_SPEC NULL
  ------------------
  |  Branch (5390:17): [True: 1, False: 0]
  ------------------
 5391|      1|                if (!spec) {
  ------------------
  |  Branch (5391:21): [True: 0, False: 1]
  ------------------
 5392|      0|                    PyErr_SetString(
 5393|      0|                        PyExc_SystemError,
 5394|      0|                        "Py_tp_token: Py_TP_USE_SPEC (NULL) can only be "
 5395|      0|                        "used with PyType_Spec");
 5396|      0|                    goto finally;
 5397|      0|                }
 5398|      1|                token = spec;
 5399|      1|            }
 5400|      1|            break;
 5401|     97|        case Py_tp_doc:
  ------------------
  |  |   64|     97|#define Py_tp_doc 56
  ------------------
  |  Branch (5401:9): [True: 97, False: 828]
  ------------------
 5402|       |            /* For the docstring slot, which usually points to a static string
 5403|       |               literal, we need to make a copy */
 5404|     97|            if (it.current.sl_ptr == NULL) {
  ------------------
  |  Branch (5404:17): [True: 0, False: 97]
  ------------------
 5405|      0|                PyMem_Free(tp_doc);
 5406|      0|                tp_doc = NULL;
 5407|      0|            }
 5408|     97|            else {
 5409|     97|                size_t len = strlen(it.current.sl_ptr)+1;
 5410|     97|                tp_doc = PyMem_Malloc(len);
 5411|     97|                if (tp_doc == NULL) {
  ------------------
  |  Branch (5411:21): [True: 0, False: 97]
  ------------------
 5412|      0|                    PyErr_NoMemory();
 5413|      0|                    goto finally;
 5414|      0|                }
 5415|     97|                memcpy(tp_doc, it.current.sl_ptr, len);
 5416|     97|            }
 5417|     97|            break;
 5418|    925|        }
 5419|    925|    }
 5420|    117|    #undef NO_SPEC
 5421|       |
 5422|       |    /* Required slots & bad combinations */
 5423|       |
 5424|    117|    if (it.name == NULL) {
  ------------------
  |  Branch (5424:9): [True: 0, False: 117]
  ------------------
 5425|      0|        if (spec) {
  ------------------
  |  Branch (5425:13): [True: 0, False: 0]
  ------------------
 5426|      0|            PyErr_SetString(PyExc_SystemError,
 5427|      0|                            "Type spec does not define the name field.");
 5428|      0|        }
 5429|      0|        else {
 5430|      0|            PyErr_SetString(PyExc_SystemError,
 5431|      0|                            "Py_tp_name slot is required.");
 5432|      0|        }
 5433|      0|        goto finally;
 5434|      0|    }
 5435|       |
 5436|    117|    if (_PySlotIterator_SawSlot(&it, Py_tp_basicsize)
  ------------------
  |  |  104|    117|#define Py_tp_basicsize 96
  ------------------
  |  Branch (5436:9): [True: 0, False: 117]
  ------------------
 5437|      0|        && _PySlotIterator_SawSlot(&it, Py_tp_extra_basicsize))
  ------------------
  |  |  105|      0|#define Py_tp_extra_basicsize 97
  ------------------
  |  Branch (5437:12): [True: 0, False: 0]
  ------------------
 5438|      0|    {
 5439|      0|        PyErr_Format(
 5440|      0|            PyExc_SystemError,
 5441|      0|            "type %s: Py_tp_basicsize and Py_tp_extra_basicsize are "
 5442|      0|            "mutually exclusive",
 5443|      0|            it.name);
 5444|      0|        goto finally;
 5445|      0|    }
 5446|       |
 5447|    117|    if (have_relative_members) {
  ------------------
  |  Branch (5447:9): [True: 0, False: 117]
  ------------------
 5448|      0|        if (!extra_basicsize) {
  ------------------
  |  Branch (5448:13): [True: 0, False: 0]
  ------------------
 5449|      0|            PyErr_SetString(
 5450|      0|                PyExc_SystemError,
 5451|      0|                "With Py_RELATIVE_OFFSET, basicsize must be extended");
 5452|      0|            goto finally;
 5453|      0|        }
 5454|      0|        if (max_relative_offset >= extra_basicsize) {
  ------------------
  |  Branch (5454:13): [True: 0, False: 0]
  ------------------
 5455|      0|            PyErr_SetString(
 5456|      0|                PyExc_SystemError,
 5457|      0|                "Member offset out of range (0..extra_basicsize)");
 5458|      0|            goto finally;
 5459|      0|        }
 5460|      0|    }
 5461|       |
 5462|       |    /* Prepare the type name and qualname */
 5463|       |
 5464|    117|    assert(it.name);
  ------------------
  |  Branch (5464:5): [True: 117, False: 0]
  ------------------
 5465|    117|    const char *s = strrchr(it.name, '.');
 5466|    117|    if (s == NULL) {
  ------------------
  |  Branch (5466:9): [True: 0, False: 117]
  ------------------
 5467|      0|        s = it.name;
 5468|      0|    }
 5469|    117|    else {
 5470|    117|        s++;
 5471|    117|    }
 5472|       |
 5473|    117|    ht_name = PyUnicode_FromString(s);
 5474|    117|    if (!ht_name) {
  ------------------
  |  Branch (5474:9): [True: 0, False: 117]
  ------------------
 5475|      0|        goto finally;
 5476|      0|    }
 5477|       |
 5478|       |    /* Copy the name to a buffer we own.
 5479|       |    *
 5480|       |    * Unfortunately, we can't use tp_name directly (with some
 5481|       |    * flag saying that it should be deallocated with the type),
 5482|       |    * because tp_name is public API and may be set independently
 5483|       |    * of any such flag.
 5484|       |    * So, we use a separate buffer, _ht_tpname, that's always
 5485|       |    * deallocated with the type (if it's non-NULL).
 5486|       |    */
 5487|    117|    Py_ssize_t name_buf_len = strlen(it.name) + 1;
 5488|    117|    _ht_tpname = PyMem_Malloc(name_buf_len);
 5489|    117|    if (_ht_tpname == NULL) {
  ------------------
  |  Branch (5489:9): [True: 0, False: 117]
  ------------------
 5490|      0|        goto finally;
 5491|      0|    }
 5492|    117|    memcpy(_ht_tpname, it.name, name_buf_len);
 5493|       |
 5494|       |    /* Get a tuple of bases.
 5495|       |     * bases is a strong reference (unlike bases_in).
 5496|       |     * (This is convoluted for backwards compatibility -- preserving priority
 5497|       |     * of the various ways to specify bases)
 5498|       |     */
 5499|    117|    if (!bases_in) {
  ------------------
  |  Branch (5499:9): [True: 76, False: 41]
  ------------------
 5500|     76|        bases_in = bases_slot;
 5501|     76|    }
 5502|    117|    if (bases_in) {
  ------------------
  |  Branch (5502:9): [True: 41, False: 76]
  ------------------
 5503|     41|        if (PyTuple_Check(bases_in)) {
  ------------------
  |  |   27|     41|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     41|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 41]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5504|      0|            bases = Py_NewRef(bases_in);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5505|      0|        }
 5506|     41|        else {
 5507|     41|            bases = PyTuple_Pack(1, bases_in);
 5508|     41|        }
 5509|     41|    }
 5510|     76|    else {
 5511|     76|        bases = PyTuple_Pack(1, &PyBaseObject_Type);
 5512|     76|    }
 5513|    117|    if (!bases) {
  ------------------
  |  Branch (5513:9): [True: 0, False: 117]
  ------------------
 5514|      0|        goto finally;
 5515|      0|    }
 5516|       |
 5517|       |    /* If this is an immutable type, check if all bases are also immutable.
 5518|       |     * (This isn't necessary for static types: those can't have heap bases,
 5519|       |     * and only heap types can be mutable.)
 5520|       |     */
 5521|    117|    if (flags & Py_TPFLAGS_IMMUTABLETYPE) {
  ------------------
  |  |  500|    117|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (5521:9): [True: 95, False: 22]
  ------------------
 5522|     95|        if (check_immutable_bases(it.name, bases, 0) < 0) {
  ------------------
  |  Branch (5522:13): [True: 0, False: 95]
  ------------------
 5523|      0|            goto finally;
 5524|      0|        }
 5525|     95|    }
 5526|       |
 5527|       |    /* Calculate the metaclass */
 5528|       |
 5529|    117|    if (!metaclass) {
  ------------------
  |  Branch (5529:9): [True: 117, False: 0]
  ------------------
 5530|    117|        metaclass = &PyType_Type;
 5531|    117|    }
 5532|    117|    metaclass = _PyType_CalculateMetaclass(metaclass, bases);
 5533|    117|    if (metaclass == NULL) {
  ------------------
  |  Branch (5533:9): [True: 0, False: 117]
  ------------------
 5534|      0|        goto finally;
 5535|      0|    }
 5536|    117|    if (!PyType_Check(metaclass)) {
  ------------------
  |  |  766|    117|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    117|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    117|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5536:9): [True: 0, False: 117]
  ------------------
 5537|      0|        PyErr_Format(PyExc_TypeError,
 5538|      0|                     "Metaclass '%R' is not a subclass of 'type'.",
 5539|      0|                     metaclass);
 5540|      0|        goto finally;
 5541|      0|    }
 5542|    117|    if (metaclass->tp_new && metaclass->tp_new != PyType_Type.tp_new) {
  ------------------
  |  Branch (5542:9): [True: 117, False: 0]
  |  Branch (5542:30): [True: 0, False: 117]
  ------------------
 5543|      0|        PyErr_SetString(
 5544|      0|            PyExc_TypeError,
 5545|      0|            "Metaclasses with custom tp_new are not supported.");
 5546|      0|        goto finally;
 5547|      0|    }
 5548|       |
 5549|       |    /* Calculate best base, and check that all bases are type objects */
 5550|    117|    PyTypeObject *base = find_best_base(bases);  // borrowed ref
 5551|    117|    if (base == NULL) {
  ------------------
  |  Branch (5551:9): [True: 0, False: 117]
  ------------------
 5552|      0|        goto finally;
 5553|      0|    }
 5554|       |    // find_best_base() should check Py_TPFLAGS_BASETYPE & raise a proper
 5555|       |    // exception, here we just check its work
 5556|    117|    assert(_PyType_HasFeature(base, Py_TPFLAGS_BASETYPE));
  ------------------
  |  Branch (5556:5): [True: 117, False: 0]
  ------------------
 5557|       |
 5558|       |    /* Calculate sizes */
 5559|       |
 5560|    117|    Py_ssize_t type_data_offset = basicsize;
 5561|    117|    if (extra_basicsize) {
  ------------------
  |  Branch (5561:9): [True: 0, False: 117]
  ------------------
 5562|       |        /* Extend */
 5563|      0|        assert(basicsize == 0);
  ------------------
  |  Branch (5563:9): [True: 0, False: 0]
  ------------------
 5564|      0|        type_data_offset = _align_up(base->tp_basicsize);
 5565|      0|        basicsize = type_data_offset + _align_up(extra_basicsize);
 5566|       |
 5567|       |        /* Inheriting variable-sized types is limited */
 5568|      0|        if (base->tp_itemsize
  ------------------
  |  Branch (5568:13): [True: 0, False: 0]
  ------------------
 5569|      0|            && !((base->tp_flags | flags) & Py_TPFLAGS_ITEMS_AT_END))
  ------------------
  |  |  548|      0|#define Py_TPFLAGS_ITEMS_AT_END (1UL << 23)
  ------------------
  |  Branch (5569:16): [True: 0, False: 0]
  ------------------
 5570|      0|        {
 5571|      0|            PyErr_SetString(
 5572|      0|                PyExc_SystemError,
 5573|      0|                "Cannot extend variable-size class without Py_TPFLAGS_ITEMS_AT_END.");
 5574|      0|            goto finally;
 5575|      0|        }
 5576|      0|    }
 5577|    117|    if (basicsize == 0) {
  ------------------
  |  Branch (5577:9): [True: 6, False: 111]
  ------------------
 5578|       |        /* Inherit */
 5579|      6|        basicsize = base->tp_basicsize;
 5580|      6|    }
 5581|       |
 5582|       |    /* Compute special offsets */
 5583|       |
 5584|    117|    Py_ssize_t weaklistoffset = 0;
 5585|    117|    if (special_offset_from_member(weaklistoffset_member, type_data_offset,
  ------------------
  |  Branch (5585:9): [True: 0, False: 117]
  ------------------
 5586|    117|                                  &weaklistoffset) < 0) {
 5587|      0|        goto finally;
 5588|      0|    }
 5589|    117|    Py_ssize_t dictoffset = 0;
 5590|    117|    if (special_offset_from_member(dictoffset_member, type_data_offset,
  ------------------
  |  Branch (5590:9): [True: 0, False: 117]
  ------------------
 5591|    117|                                  &dictoffset) < 0) {
 5592|      0|        goto finally;
 5593|      0|    }
 5594|    117|    Py_ssize_t vectorcalloffset = 0;
 5595|    117|    if (special_offset_from_member(vectorcalloffset_member, type_data_offset,
  ------------------
  |  Branch (5595:9): [True: 0, False: 117]
  ------------------
 5596|    117|                                  &vectorcalloffset) < 0) {
 5597|      0|        goto finally;
 5598|      0|    }
 5599|       |
 5600|       |    /* Allocate the new type
 5601|       |     *
 5602|       |     * Between here and PyType_Ready, we should limit:
 5603|       |     * - calls to Python code
 5604|       |     * - raising exceptions
 5605|       |     * - memory allocations
 5606|       |     */
 5607|       |
 5608|    117|    res = (PyHeapTypeObject*)metaclass->tp_alloc(metaclass, nmembers);
 5609|    117|    if (res == NULL) {
  ------------------
  |  Branch (5609:9): [True: 0, False: 117]
  ------------------
 5610|      0|        goto finally;
 5611|      0|    }
 5612|       |
 5613|    117|    type = &res->ht_type;
 5614|       |    /* The flags must be initialized early, before the GC traverses us */
 5615|    117|    type_set_flags(type, flags | Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  |  503|    117|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
 5616|       |
 5617|    117|    res->ht_module = Py_XNewRef(module);
  ------------------
  |  |  551|    117|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    117|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    117|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5618|       |
 5619|       |    /* Initialize essential fields */
 5620|       |
 5621|    117|    type->tp_as_async = &res->as_async;
 5622|    117|    type->tp_as_number = &res->as_number;
 5623|    117|    type->tp_as_sequence = &res->as_sequence;
 5624|    117|    type->tp_as_mapping = &res->as_mapping;
 5625|    117|    type->tp_as_buffer = &res->as_buffer;
 5626|       |
 5627|       |    /* Set slots we have prepared */
 5628|       |
 5629|    117|    type->tp_base = (PyTypeObject *)Py_NewRef(base);
  ------------------
  |  |  550|    117|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    117|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    117|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5630|    117|    set_tp_bases(type, bases, 1);
 5631|    117|    bases = NULL;  // We give our reference to bases to the type
 5632|       |
 5633|    117|    type->tp_doc = tp_doc;
 5634|    117|    tp_doc = NULL;  // Give ownership of the allocated memory to the type
 5635|       |
 5636|    117|    res->ht_qualname = Py_NewRef(ht_name);
  ------------------
  |  |  550|    117|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    117|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    117|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5637|    117|    res->ht_name = ht_name;
 5638|    117|    ht_name = NULL;  // Give our reference to the type
 5639|       |
 5640|    117|    type->tp_name = _ht_tpname;
 5641|    117|    res->_ht_tpname = _ht_tpname;
 5642|    117|    _ht_tpname = NULL;  // Give ownership to the type
 5643|       |
 5644|    117|    res->ht_token = token;
 5645|       |
 5646|       |    /* Copy the sizes */
 5647|       |
 5648|    117|    type->tp_basicsize = basicsize;
 5649|    117|    type->tp_itemsize = itemsize;
 5650|       |
 5651|       |    /* Second pass of slots: copy most of them into the type */
 5652|       |
 5653|    117|    _PySlotIterator_Rewind(&it, spec ? (void*)spec->slots : (void*)slots);
  ------------------
  |  Branch (5653:33): [True: 117, False: 0]
  ------------------
 5654|  1.04k|    while (_PySlotIterator_Next(&it)) {
  ------------------
  |  Branch (5654:12): [True: 925, False: 117]
  ------------------
 5655|    925|        switch (it.current.sl_id) {
 5656|      0|        case Py_slot_invalid:
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (5656:9): [True: 0, False: 925]
  ------------------
 5657|      0|            goto finally;
 5658|      0|        case Py_tp_base:
  ------------------
  |  |   56|      0|#define Py_tp_base 48
  ------------------
  |  Branch (5658:9): [True: 0, False: 925]
  ------------------
 5659|      0|        case Py_tp_bases:
  ------------------
  |  |   57|      0|#define Py_tp_bases 49
  ------------------
  |  Branch (5659:9): [True: 0, False: 925]
  ------------------
 5660|     97|        case Py_tp_doc:
  ------------------
  |  |   64|     97|#define Py_tp_doc 56
  ------------------
  |  Branch (5660:9): [True: 97, False: 828]
  ------------------
 5661|       |            /* Processed above */
 5662|     97|            break;
 5663|     67|        case Py_tp_members:
  ------------------
  |  |   80|     67|#define Py_tp_members 72
  ------------------
  |  Branch (5663:9): [True: 67, False: 858]
  ------------------
 5664|     67|            {
 5665|       |                /* Move the slots to the heap type itself */
 5666|     67|                size_t len = Py_TYPE(type)->tp_itemsize * nmembers;
  ------------------
  |  |  213|     67|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5667|     67|                memcpy(_PyHeapType_GET_MEMBERS(res), it.current.sl_ptr, len);
 5668|     67|                type->tp_members = _PyHeapType_GET_MEMBERS(res);
 5669|     67|                PyMemberDef *memb;
 5670|     67|                Py_ssize_t i;
 5671|     67|                for (memb = _PyHeapType_GET_MEMBERS(res), i = nmembers;
 5672|    332|                     i > 0; ++memb, --i)
  ------------------
  |  Branch (5672:22): [True: 265, False: 67]
  ------------------
 5673|    265|                {
 5674|    265|                    if (memb->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|    265|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (5674:25): [True: 0, False: 265]
  ------------------
 5675|      0|                        memb->flags &= ~Py_RELATIVE_OFFSET;
  ------------------
  |  |   86|      0|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
 5676|      0|                        memb->offset += type_data_offset;
 5677|      0|                    }
 5678|    265|                }
 5679|     67|            }
 5680|     67|            break;
 5681|    761|        default:
  ------------------
  |  Branch (5681:9): [True: 761, False: 164]
  ------------------
 5682|    761|            _PySlot_heaptype_apply_field_slot(res, it.current);
 5683|    761|            break;
 5684|    925|        }
 5685|    925|    }
 5686|    117|    if (type->tp_dealloc == NULL) {
  ------------------
  |  Branch (5686:9): [True: 6, False: 111]
  ------------------
 5687|       |        /* It's a heap type, so needs the heap types' dealloc.
 5688|       |           subtype_dealloc will call the base type's tp_dealloc, if
 5689|       |           necessary. */
 5690|      6|        type->tp_dealloc = subtype_dealloc;
 5691|      6|    }
 5692|       |
 5693|       |    /* Set up offsets */
 5694|       |
 5695|    117|    type->tp_vectorcall_offset = vectorcalloffset;
 5696|    117|    type->tp_weaklistoffset = weaklistoffset;
 5697|    117|    type->tp_dictoffset = dictoffset;
 5698|       |
 5699|       |#ifdef Py_GIL_DISABLED
 5700|       |    // Assign a unique id to enable per-thread refcounting
 5701|       |    res->unique_id = _PyObject_AssignUniqueId((PyObject *)res);
 5702|       |#endif
 5703|       |
 5704|       |    /* Ready the type (which includes inheritance).
 5705|       |     *
 5706|       |     * After this call we should generally only touch up what's
 5707|       |     * accessible to Python code, like __dict__.
 5708|       |     */
 5709|       |
 5710|    117|    if (PyType_Ready(type) < 0) {
  ------------------
  |  Branch (5710:9): [True: 0, False: 117]
  ------------------
 5711|      0|        goto finally;
 5712|      0|    }
 5713|       |
 5714|    117|    if (!check_basicsize_includes_size_and_offsets(type)) {
  ------------------
  |  Branch (5714:9): [True: 0, False: 117]
  ------------------
 5715|      0|        goto finally;
 5716|      0|    }
 5717|       |
 5718|    117|    PyObject *dict = lookup_tp_dict(type);
 5719|    117|    if (type->tp_doc) {
  ------------------
  |  Branch (5719:9): [True: 97, False: 20]
  ------------------
 5720|     97|        PyObject *__doc__ = PyUnicode_FromString(_PyType_DocWithoutSignature(type->tp_name, type->tp_doc));
 5721|     97|        if (!__doc__) {
  ------------------
  |  Branch (5721:13): [True: 0, False: 97]
  ------------------
 5722|      0|            goto finally;
 5723|      0|        }
 5724|     97|        r = PyDict_SetItem(dict, &_Py_ID(__doc__), __doc__);
  ------------------
  |  |  917|     97|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     97|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     97|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5725|     97|        Py_DECREF(__doc__);
  ------------------
  |  |  430|     97|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     97|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5726|     97|        if (r < 0) {
  ------------------
  |  Branch (5726:13): [True: 0, False: 97]
  ------------------
 5727|      0|            goto finally;
 5728|      0|        }
 5729|     97|    }
 5730|       |
 5731|    117|    if (weaklistoffset) {
  ------------------
  |  Branch (5731:9): [True: 27, False: 90]
  ------------------
 5732|     27|        if (PyDict_DelItem(dict, &_Py_ID(__weaklistoffset__)) < 0) {
  ------------------
  |  |  917|     27|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     27|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     27|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5732:13): [True: 0, False: 27]
  ------------------
 5733|      0|            goto finally;
 5734|      0|        }
 5735|     27|    }
 5736|    117|    if (dictoffset) {
  ------------------
  |  Branch (5736:9): [True: 20, False: 97]
  ------------------
 5737|     20|        if (PyDict_DelItem(dict, &_Py_ID(__dictoffset__)) < 0) {
  ------------------
  |  |  917|     20|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     20|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     20|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5737:13): [True: 0, False: 20]
  ------------------
 5738|      0|            goto finally;
 5739|      0|        }
 5740|     20|    }
 5741|       |
 5742|       |    /* Set type.__module__ */
 5743|    117|    r = PyDict_Contains(dict, &_Py_ID(__module__));
  ------------------
  |  |  917|    117|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    117|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    117|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5744|    117|    if (r < 0) {
  ------------------
  |  Branch (5744:9): [True: 0, False: 117]
  ------------------
 5745|      0|        goto finally;
 5746|      0|    }
 5747|    117|    if (r == 0) {
  ------------------
  |  Branch (5747:9): [True: 117, False: 0]
  ------------------
 5748|    117|        s = strrchr(it.name, '.');
 5749|    117|        if (s != NULL) {
  ------------------
  |  Branch (5749:13): [True: 117, False: 0]
  ------------------
 5750|    117|            PyObject *modname = PyUnicode_FromStringAndSize(
 5751|    117|                    it.name, (Py_ssize_t)(s - it.name));
 5752|    117|            if (modname == NULL) {
  ------------------
  |  Branch (5752:17): [True: 0, False: 117]
  ------------------
 5753|      0|                goto finally;
 5754|      0|            }
 5755|    117|            r = PyDict_SetItem(dict, &_Py_ID(__module__), modname);
  ------------------
  |  |  917|    117|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    117|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    117|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5756|    117|            Py_DECREF(modname);
  ------------------
  |  |  430|    117|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    117|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    117|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5757|    117|            if (r != 0) {
  ------------------
  |  Branch (5757:17): [True: 0, False: 117]
  ------------------
 5758|      0|                goto finally;
 5759|      0|            }
 5760|    117|        }
 5761|      0|        else {
 5762|      0|            if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1,
  ------------------
  |  Branch (5762:17): [True: 0, False: 0]
  ------------------
 5763|      0|                    "builtin type %.200s has no __module__ attribute",
 5764|      0|                    it.name))
 5765|      0|                goto finally;
 5766|      0|        }
 5767|    117|    }
 5768|       |
 5769|    117|    assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (5769:5): [True: 117, False: 0]
  ------------------
 5770|       |#if defined(Py_GIL_DISABLED) && defined(Py_DEBUG) && SIZEOF_VOID_P > 4
 5771|       |    // After this point, other threads can potentally use this type.
 5772|       |    ((PyObject*)type)->ob_flags |= _Py_TYPE_REVEALED_FLAG;
 5773|       |#endif
 5774|       |
 5775|    117| finally:
 5776|    117|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (5776:9): [True: 0, False: 117]
  ------------------
 5777|      0|        Py_CLEAR(res);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5778|      0|    }
 5779|    117|    Py_XDECREF(bases);
  ------------------
  |  |  524|    117|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    117|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    117|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5780|    117|    PyMem_Free(tp_doc);
 5781|    117|    Py_XDECREF(ht_name);
  ------------------
  |  |  524|    117|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    117|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    117|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5782|    117|    PyMem_Free(_ht_tpname);
 5783|    117|    return (PyObject*)res;
 5784|    117|}
typeobject.c:find_best_base:
 3703|    252|{
 3704|    252|    Py_ssize_t i, n;
 3705|    252|    PyTypeObject *base, *winner, *candidate;
 3706|       |
 3707|    252|    assert(PyTuple_Check(bases));
  ------------------
  |  Branch (3707:5): [True: 252, False: 0]
  ------------------
 3708|    252|    n = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|    252|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    252|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    252|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3709|    252|    assert(n > 0);
  ------------------
  |  Branch (3709:5): [True: 252, False: 0]
  ------------------
 3710|    252|    base = NULL;
 3711|    252|    winner = NULL;
 3712|    532|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (3712:17): [True: 280, False: 252]
  ------------------
 3713|    280|        PyObject *base_proto = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|    280|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    280|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    280|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3713:32): [True: 280, False: 0]
  ------------------
 3714|    280|        if (!PyType_Check(base_proto)) {
  ------------------
  |  |  766|    280|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    280|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    280|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3714:13): [True: 0, False: 280]
  ------------------
 3715|      0|            PyErr_SetString(
 3716|      0|                PyExc_TypeError,
 3717|      0|                "bases must be types");
 3718|      0|            return NULL;
 3719|      0|        }
 3720|    280|        PyTypeObject *base_i = (PyTypeObject *)base_proto;
 3721|       |
 3722|    280|        if (!_PyType_IsReady(base_i)) {
  ------------------
  |  Branch (3722:13): [True: 0, False: 280]
  ------------------
 3723|      0|            if (PyType_Ready(base_i) < 0)
  ------------------
  |  Branch (3723:17): [True: 0, False: 0]
  ------------------
 3724|      0|                return NULL;
 3725|      0|        }
 3726|    280|        if (!_PyType_HasFeature(base_i, Py_TPFLAGS_BASETYPE)) {
  ------------------
  |  |  506|    280|#define Py_TPFLAGS_BASETYPE (1UL << 10)
  ------------------
  |  Branch (3726:13): [True: 0, False: 280]
  ------------------
 3727|      0|            PyErr_Format(PyExc_TypeError,
 3728|      0|                         "type '%.100s' is not an acceptable base type",
 3729|      0|                         base_i->tp_name);
 3730|      0|            return NULL;
 3731|      0|        }
 3732|    280|        candidate = solid_base(base_i);
 3733|    280|        if (winner == NULL) {
  ------------------
  |  Branch (3733:13): [True: 252, False: 28]
  ------------------
 3734|    252|            winner = candidate;
 3735|    252|            base = base_i;
 3736|    252|        }
 3737|     28|        else if (PyType_IsSubtype(winner, candidate))
  ------------------
  |  Branch (3737:18): [True: 28, False: 0]
  ------------------
 3738|     28|            ;
 3739|      0|        else if (PyType_IsSubtype(candidate, winner)) {
  ------------------
  |  Branch (3739:18): [True: 0, False: 0]
  ------------------
 3740|      0|            winner = candidate;
 3741|      0|            base = base_i;
 3742|      0|        }
 3743|      0|        else {
 3744|      0|            PyErr_SetString(
 3745|      0|                PyExc_TypeError,
 3746|      0|                "multiple bases have "
 3747|      0|                "instance lay-out conflict");
 3748|      0|            return NULL;
 3749|      0|        }
 3750|    280|    }
 3751|    252|    assert (base != NULL);
  ------------------
  |  Branch (3751:5): [True: 252, False: 0]
  ------------------
 3752|       |
 3753|    252|    return base;
 3754|    252|}
typeobject.c:solid_base:
 3767|  1.74k|{
 3768|  1.74k|    PyTypeObject *base;
 3769|       |
 3770|  1.74k|    if (type->tp_base) {
  ------------------
  |  Branch (3770:9): [True: 1.03k, False: 714]
  ------------------
 3771|  1.03k|        base = solid_base(type->tp_base);
 3772|  1.03k|    }
 3773|    714|    else {
 3774|    714|        base = &PyBaseObject_Type;
 3775|    714|    }
 3776|  1.74k|    if (shape_differs(type, base)) {
  ------------------
  |  Branch (3776:9): [True: 161, False: 1.58k]
  ------------------
 3777|    161|        return type;
 3778|    161|    }
 3779|  1.58k|    else {
 3780|  1.58k|        return base;
 3781|  1.58k|    }
 3782|  1.74k|}
typeobject.c:shape_differs:
 3758|  1.74k|{
 3759|  1.74k|    return (
 3760|  1.74k|        t1->tp_basicsize != t2->tp_basicsize ||
  ------------------
  |  Branch (3760:9): [True: 161, False: 1.58k]
  ------------------
 3761|  1.58k|        t1->tp_itemsize != t2->tp_itemsize
  ------------------
  |  Branch (3761:9): [True: 0, False: 1.58k]
  ------------------
 3762|  1.74k|    );
 3763|  1.74k|}
typeobject.c:special_offset_from_member:
 5206|    351|{
 5207|    351|    if (memb == NULL) {
  ------------------
  |  Branch (5207:9): [True: 300, False: 51]
  ------------------
 5208|    300|        *dest = 0;
 5209|    300|        return 0;
 5210|    300|    }
 5211|     51|    if (memb->type != Py_T_PYSSIZET) {
  ------------------
  |  |   79|     51|#define Py_T_PYSSIZET  19      /* Py_ssize_t */
  ------------------
  |  Branch (5211:9): [True: 0, False: 51]
  ------------------
 5212|      0|        PyErr_Format(
 5213|      0|            PyExc_SystemError,
 5214|      0|            "type of %s must be Py_T_PYSSIZET",
 5215|      0|            memb->name);
 5216|      0|        return -1;
 5217|      0|    }
 5218|     51|    if (memb->flags == Py_READONLY) {
  ------------------
  |  |   83|     51|#define Py_READONLY            (1 << 0)
  ------------------
  |  Branch (5218:9): [True: 51, False: 0]
  ------------------
 5219|     51|        *dest = memb->offset;
 5220|     51|        return 0;
 5221|     51|    }
 5222|      0|    else if (memb->flags == (Py_READONLY | Py_RELATIVE_OFFSET)) {
  ------------------
  |  |   83|      0|#define Py_READONLY            (1 << 0)
  ------------------
                  else if (memb->flags == (Py_READONLY | Py_RELATIVE_OFFSET)) {
  ------------------
  |  |   86|      0|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (5222:14): [True: 0, False: 0]
  ------------------
 5223|      0|        *dest = memb->offset + type_data_offset;
 5224|      0|        return 0;
 5225|      0|    }
 5226|      0|    PyErr_Format(
 5227|      0|        PyExc_SystemError,
 5228|      0|        "flags for %s must be Py_READONLY or (Py_READONLY | Py_RELATIVE_OFFSET)",
 5229|      0|        memb->name);
 5230|      0|    return -1;
 5231|     51|}
typeobject.c:type_set_flags:
  456|  6.11k|{
  457|  6.11k|    ASSERT_WORLD_STOPPED_OR_NEW_TYPE(tp);
  458|  6.11k|    tp->tp_flags = flags;
  459|  6.11k|}
typeobject.c:set_tp_bases:
  600|    756|{
  601|    756|    assert(PyTuple_Check(bases));
  ------------------
  |  Branch (601:5): [True: 756, False: 0]
  ------------------
  602|    756|    ASSERT_NEW_TYPE_OR_LOCKED(self);
  603|    756|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    756|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (603:9): [True: 414, False: 342]
  ------------------
  604|       |        // XXX tp_bases can probably be statically allocated for each
  605|       |        // static builtin type.
  606|    414|        assert(PyTuple_CheckExact(bases));
  ------------------
  |  Branch (606:9): [True: 414, False: 0]
  ------------------
  607|    414|        assert(initial);
  ------------------
  |  Branch (607:9): [True: 414, False: 0]
  ------------------
  608|    414|        assert(self->tp_bases == NULL);
  ------------------
  |  Branch (608:9): [True: 414, False: 0]
  ------------------
  609|    414|        if (PyTuple_GET_SIZE(bases) == 0) {
  ------------------
  |  |   27|    414|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    414|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    414|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (609:13): [True: 2, False: 412]
  ------------------
  610|      2|            assert(self->tp_base == NULL);
  ------------------
  |  Branch (610:13): [True: 2, False: 0]
  ------------------
  611|      2|        }
  612|    412|        else {
  613|    412|            assert(PyTuple_GET_SIZE(bases) == 1);
  ------------------
  |  Branch (613:13): [True: 412, False: 0]
  ------------------
  614|    412|            assert(PyTuple_GET_ITEM(bases, 0) == (PyObject *)self->tp_base);
  ------------------
  |  Branch (614:13): [True: 412, False: 0]
  |  Branch (614:13): [True: 412, False: 0]
  ------------------
  615|    412|            assert(self->tp_base->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN);
  ------------------
  |  Branch (615:13): [True: 412, False: 0]
  ------------------
  616|    412|            assert(_Py_IsImmortal(self->tp_base));
  ------------------
  |  Branch (616:13): [True: 412, False: 0]
  ------------------
  617|    412|        }
  618|    414|        _Py_SetImmortal(bases);
  619|    414|    }
  620|    756|    self->tp_bases = bases;
  621|    756|}
typeobject.c:_PyHeapType_GET_MEMBERS:
 2575|    530|{
 2576|    530|    return PyObject_GetItemData((PyObject *)type);
 2577|    530|}
typeobject.c:subtype_dealloc:
 2715|    687|{
 2716|    687|    PyTypeObject *type, *base;
 2717|    687|    destructor basedealloc;
 2718|    687|    int has_finalizer;
 2719|       |
 2720|       |    /* Extract the type; we expect it to be a heap type */
 2721|    687|    type = Py_TYPE(self);
  ------------------
  |  |  213|    687|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    687|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    687|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2722|    687|    _PyObject_ASSERT((PyObject *)type, type->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  |  423|    687|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|    687|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|    687|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 687, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|    687|      ? (void)(0) \
  |  |  |  |  |  |  416|    687|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2723|       |
 2724|       |    /* Test whether the type has GC exactly once */
 2725|       |
 2726|    687|    if (!_PyType_IS_GC(type)) {
  ------------------
  |  |  828|    687|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|    687|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  ------------------
  |  Branch (2726:9): [True: 0, False: 687]
  ------------------
 2727|       |        /* A non GC dynamic type allows certain simplifications:
 2728|       |           there's no need to call clear_slots(), or DECREF the dict,
 2729|       |           or clear weakrefs. */
 2730|       |
 2731|       |        /* Maybe call finalizer; exit early if resurrected */
 2732|      0|        if (type->tp_finalize) {
  ------------------
  |  Branch (2732:13): [True: 0, False: 0]
  ------------------
 2733|      0|            if (PyObject_CallFinalizerFromDealloc(self) < 0)
  ------------------
  |  Branch (2733:17): [True: 0, False: 0]
  ------------------
 2734|      0|                return;
 2735|      0|        }
 2736|      0|        if (type->tp_del) {
  ------------------
  |  Branch (2736:13): [True: 0, False: 0]
  ------------------
 2737|      0|            type->tp_del(self);
 2738|      0|            if (Py_REFCNT(self) > 0) {
  ------------------
  |  |  119|      0|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2738:17): [True: 0, False: 0]
  ------------------
 2739|      0|                return;
 2740|      0|            }
 2741|      0|        }
 2742|       |
 2743|       |        /* Find the nearest base with a different tp_dealloc */
 2744|      0|        base = type;
 2745|      0|        while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
  ------------------
  |  Branch (2745:16): [True: 0, False: 0]
  ------------------
 2746|      0|            base = base->tp_base;
 2747|      0|            assert(base);
  ------------------
  |  Branch (2747:13): [True: 0, False: 0]
  ------------------
 2748|      0|        }
 2749|       |
 2750|       |        /* Extract the type again; tp_del may have changed it */
 2751|      0|        type = Py_TYPE(self);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2752|       |
 2753|       |        // Don't read type memory after calling basedealloc() since basedealloc()
 2754|       |        // can deallocate the type and free its memory.
 2755|      0|        int type_needs_decref = (type->tp_flags & Py_TPFLAGS_HEAPTYPE
  ------------------
  |  |  503|      0|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2755:34): [True: 0, False: 0]
  ------------------
 2756|      0|                                 && !(base->tp_flags & Py_TPFLAGS_HEAPTYPE));
  ------------------
  |  |  503|      0|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2756:37): [True: 0, False: 0]
  ------------------
 2757|       |
 2758|      0|        assert((type->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0);
  ------------------
  |  Branch (2758:9): [True: 0, False: 0]
  ------------------
 2759|       |
 2760|       |        /* Call the base tp_dealloc() */
 2761|      0|        assert(basedealloc);
  ------------------
  |  Branch (2761:9): [True: 0, False: 0]
  ------------------
 2762|      0|        basedealloc(self);
 2763|       |
 2764|       |        /* Can't reference self beyond this point. It's possible tp_del switched
 2765|       |           our type from a HEAPTYPE to a non-HEAPTYPE, so be careful about
 2766|       |           reference counting. Only decref if the base type is not already a heap
 2767|       |           allocated type. Otherwise, basedealloc should have decref'd it already */
 2768|      0|        if (type_needs_decref) {
  ------------------
  |  Branch (2768:13): [True: 0, False: 0]
  ------------------
 2769|      0|            _Py_DECREF_TYPE(type);
  ------------------
  |  |  316|      0|#  define _Py_DECREF_TYPE Py_DECREF
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2770|      0|        }
 2771|       |
 2772|       |        /* Done */
 2773|      0|        return;
 2774|      0|    }
 2775|       |
 2776|       |    /* We get here only if the type has GC */
 2777|       |
 2778|       |    /* UnTrack and re-Track around the trashcan macro, alas */
 2779|       |    /* See explanation at end of function for full disclosure */
 2780|    687|    PyObject_GC_UnTrack(self);
 2781|       |
 2782|       |    /* Find the nearest base with a different tp_dealloc */
 2783|    687|    base = type;
 2784|  1.39k|    while ((/*basedealloc =*/ base->tp_dealloc) == subtype_dealloc) {
  ------------------
  |  Branch (2784:12): [True: 703, False: 687]
  ------------------
 2785|    703|        base = base->tp_base;
 2786|    703|        assert(base);
  ------------------
  |  Branch (2786:9): [True: 703, False: 0]
  ------------------
 2787|    703|    }
 2788|       |
 2789|    687|    has_finalizer = type->tp_finalize || type->tp_del;
  ------------------
  |  Branch (2789:21): [True: 0, False: 687]
  |  Branch (2789:42): [True: 0, False: 687]
  ------------------
 2790|       |
 2791|    687|    if (type->tp_finalize) {
  ------------------
  |  Branch (2791:9): [True: 0, False: 687]
  ------------------
 2792|      0|        _PyObject_GC_TRACK(self);
  ------------------
  |  |  513|      0|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2793|      0|        if (PyObject_CallFinalizerFromDealloc(self) < 0) {
  ------------------
  |  Branch (2793:13): [True: 0, False: 0]
  ------------------
 2794|       |            /* Resurrected */
 2795|      0|            return;
 2796|      0|        }
 2797|      0|        _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|      0|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2798|      0|    }
 2799|       |    /*
 2800|       |      If we added a weaklist, we clear it. Do this *before* calling tp_del,
 2801|       |      clearing slots, or clearing the instance dict.
 2802|       |
 2803|       |      GC tracking must be off at this point. weakref callbacks (if any, and
 2804|       |      whether directly here or indirectly in something we call) may trigger GC,
 2805|       |      and if self is tracked at that point, it will look like trash to GC and GC
 2806|       |      will try to delete self again.
 2807|       |    */
 2808|    687|    if (type->tp_weaklistoffset && !base->tp_weaklistoffset) {
  ------------------
  |  Branch (2808:9): [True: 587, False: 100]
  |  Branch (2808:36): [True: 587, False: 0]
  ------------------
 2809|    587|        PyObject_ClearWeakRefs(self);
 2810|    587|    }
 2811|       |
 2812|    687|    if (type->tp_del) {
  ------------------
  |  Branch (2812:9): [True: 0, False: 687]
  ------------------
 2813|      0|        _PyObject_GC_TRACK(self);
  ------------------
  |  |  513|      0|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2814|      0|        type->tp_del(self);
 2815|      0|        if (Py_REFCNT(self) > 0) {
  ------------------
  |  |  119|      0|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2815:13): [True: 0, False: 0]
  ------------------
 2816|       |            /* Resurrected */
 2817|      0|            return;
 2818|      0|        }
 2819|      0|        _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|      0|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2820|      0|    }
 2821|    687|    if (has_finalizer) {
  ------------------
  |  Branch (2821:9): [True: 0, False: 687]
  ------------------
 2822|       |        /* New weakrefs could be created during the finalizer call.
 2823|       |           If this occurs, clear them out without calling their
 2824|       |           finalizers since they might rely on part of the object
 2825|       |           being finalized that has already been destroyed. */
 2826|      0|        if (type->tp_weaklistoffset && !base->tp_weaklistoffset) {
  ------------------
  |  Branch (2826:13): [True: 0, False: 0]
  |  Branch (2826:40): [True: 0, False: 0]
  ------------------
 2827|      0|            _PyWeakref_ClearWeakRefsNoCallbacks(self);
 2828|      0|        }
 2829|      0|    }
 2830|       |
 2831|       |    /*  Clear slots up to the nearest base with a different tp_dealloc */
 2832|    687|    base = type;
 2833|  1.39k|    while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
  ------------------
  |  Branch (2833:12): [True: 703, False: 687]
  ------------------
 2834|    703|        if (Py_SIZE(base))
  ------------------
  |  |  214|    703|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    703|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    703|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (214:23): [True: 93, False: 610]
  |  |  ------------------
  ------------------
 2835|     93|            clear_slots(base, self);
 2836|    703|        base = base->tp_base;
 2837|    703|        assert(base);
  ------------------
  |  Branch (2837:9): [True: 703, False: 0]
  ------------------
 2838|    703|    }
 2839|       |
 2840|       |    /* If we added a dict, DECREF it, or free inline values. */
 2841|    687|    if (type->tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|    687|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (2841:9): [True: 494, False: 193]
  ------------------
 2842|    494|        PyObject_ClearManagedDict(self);
 2843|    494|    }
 2844|    193|    else if (type->tp_dictoffset && !base->tp_dictoffset) {
  ------------------
  |  Branch (2844:14): [True: 9, False: 184]
  |  Branch (2844:37): [True: 0, False: 9]
  ------------------
 2845|      0|        PyObject **dictptr = _PyObject_ComputedDictPointer(self);
 2846|      0|        if (dictptr != NULL) {
  ------------------
  |  Branch (2846:13): [True: 0, False: 0]
  ------------------
 2847|      0|            PyObject *dict = *dictptr;
 2848|      0|            if (dict != NULL) {
  ------------------
  |  Branch (2848:17): [True: 0, False: 0]
  ------------------
 2849|      0|                Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2850|      0|                *dictptr = NULL;
 2851|      0|            }
 2852|      0|        }
 2853|      0|    }
 2854|       |
 2855|       |    /* Extract the type again; tp_del may have changed it */
 2856|    687|    type = Py_TYPE(self);
  ------------------
  |  |  213|    687|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    687|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    687|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2857|       |
 2858|       |    /* Call the base tp_dealloc(); first retrack self if
 2859|       |     * basedealloc knows about gc.
 2860|       |     */
 2861|    687|    if (_PyType_IS_GC(base)) {
  ------------------
  |  |  828|    687|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|    687|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 198, False: 489]
  |  |  ------------------
  ------------------
 2862|    198|        _PyObject_GC_TRACK(self);
  ------------------
  |  |  513|    198|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    198|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    198|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2863|    198|    }
 2864|       |
 2865|       |    // Don't read type memory after calling basedealloc() since basedealloc()
 2866|       |    // can deallocate the type and free its memory.
 2867|    687|    int type_needs_decref = (type->tp_flags & Py_TPFLAGS_HEAPTYPE
  ------------------
  |  |  503|  1.37k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2867:30): [True: 687, False: 0]
  ------------------
 2868|    687|                             && !(base->tp_flags & Py_TPFLAGS_HEAPTYPE));
  ------------------
  |  |  503|    687|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2868:33): [True: 687, False: 0]
  ------------------
 2869|       |
 2870|    687|    assert(basedealloc);
  ------------------
  |  Branch (2870:5): [True: 687, False: 0]
  ------------------
 2871|    687|    basedealloc(self);
 2872|       |
 2873|       |    /* Can't reference self beyond this point. It's possible tp_del switched
 2874|       |       our type from a HEAPTYPE to a non-HEAPTYPE, so be careful about
 2875|       |       reference counting. Only decref if the base type is not already a heap
 2876|       |       allocated type. Otherwise, basedealloc should have decref'd it already */
 2877|    687|    if (type_needs_decref) {
  ------------------
  |  Branch (2877:9): [True: 687, False: 0]
  ------------------
 2878|    687|        _Py_DECREF_TYPE(type);
  ------------------
  |  |  316|    687|#  define _Py_DECREF_TYPE Py_DECREF
  |  |  ------------------
  |  |  |  |  430|    687|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    687|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    687|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2879|    687|    }
 2880|    687|}
typeobject.c:clear_slots:
 2656|     93|{
 2657|     93|    Py_ssize_t i, n;
 2658|     93|    PyMemberDef *mp;
 2659|       |
 2660|     93|    n = Py_SIZE(type);
  ------------------
  |  |  214|     93|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2661|     93|    mp = _PyHeapType_GET_MEMBERS((PyHeapTypeObject *)type);
 2662|    190|    for (i = 0; i < n; i++, mp++) {
  ------------------
  |  Branch (2662:17): [True: 97, False: 93]
  ------------------
 2663|     97|        if (mp->type == Py_T_OBJECT_EX && !(mp->flags & Py_READONLY)) {
  ------------------
  |  |   75|    194|#define Py_T_OBJECT_EX 16
  ------------------
                      if (mp->type == Py_T_OBJECT_EX && !(mp->flags & Py_READONLY)) {
  ------------------
  |  |   83|     97|#define Py_READONLY            (1 << 0)
  ------------------
  |  Branch (2663:13): [True: 97, False: 0]
  |  Branch (2663:43): [True: 97, False: 0]
  ------------------
 2664|     97|            void *addr = _PyMember_GetOffset(self, mp);
 2665|     97|            PyObject *obj = *(PyObject **)addr;
 2666|     97|            if (obj != NULL) {
  ------------------
  |  Branch (2666:17): [True: 97, False: 0]
  ------------------
 2667|     97|                *(PyObject **)addr = NULL;
 2668|     97|                Py_DECREF(obj);
  ------------------
  |  |  430|     97|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     97|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     97|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2669|     97|            }
 2670|     97|        }
 2671|     97|    }
 2672|     93|}
typeobject.c:check_basicsize_includes_size_and_offsets:
 5134|    117|{
 5135|    117|    if (type->tp_alloc != PyType_GenericAlloc) {
  ------------------
  |  Branch (5135:9): [True: 0, False: 117]
  ------------------
 5136|       |        // Custom allocators can ignore tp_basicsize
 5137|      0|        return 1;
 5138|      0|    }
 5139|    117|    Py_ssize_t max = (Py_ssize_t)type->tp_basicsize;
 5140|       |
 5141|    117|    if (type->tp_base && type->tp_base->tp_basicsize > type->tp_basicsize) {
  ------------------
  |  Branch (5141:9): [True: 117, False: 0]
  |  Branch (5141:26): [True: 0, False: 117]
  ------------------
 5142|      0|        PyErr_Format(PyExc_TypeError,
 5143|      0|                     "tp_basicsize for type '%s' (%zd) is too small for base '%s' (%zd)",
 5144|      0|                     type->tp_name, type->tp_basicsize,
 5145|      0|                     type->tp_base->tp_name, type->tp_base->tp_basicsize);
 5146|      0|        return 0;
 5147|      0|    }
 5148|    117|    if (type->tp_weaklistoffset + (Py_ssize_t)sizeof(PyObject*) > max) {
  ------------------
  |  Branch (5148:9): [True: 0, False: 117]
  ------------------
 5149|      0|        PyErr_Format(PyExc_TypeError,
 5150|      0|                     "weaklist offset %zd is out of bounds for type '%s' (tp_basicsize = %zd)",
 5151|      0|                     type->tp_weaklistoffset,
 5152|      0|                     type->tp_name, type->tp_basicsize);
 5153|      0|        return 0;
 5154|      0|    }
 5155|    117|    if (type->tp_dictoffset + (Py_ssize_t)sizeof(PyObject*) > max) {
  ------------------
  |  Branch (5155:9): [True: 0, False: 117]
  ------------------
 5156|      0|        PyErr_Format(PyExc_TypeError,
 5157|      0|                     "dict offset %zd is out of bounds for type '%s' (tp_basicsize = %zd)",
 5158|      0|                     type->tp_dictoffset,
 5159|      0|                     type->tp_name, type->tp_basicsize);
 5160|      0|        return 0;
 5161|      0|    }
 5162|    117|    if (type->tp_vectorcall_offset + (Py_ssize_t)sizeof(vectorcallfunc*) > max) {
  ------------------
  |  Branch (5162:9): [True: 0, False: 117]
  ------------------
 5163|      0|        PyErr_Format(PyExc_TypeError,
 5164|      0|                     "vectorcall offset %zd is out of bounds for type '%s' (tp_basicsize = %zd)",
 5165|      0|                     type->tp_vectorcall_offset,
 5166|      0|                     type->tp_name, type->tp_basicsize);
 5167|      0|        return 0;
 5168|      0|    }
 5169|    117|    return 1;
 5170|    117|}
typeobject.c:type_name:
 1522|     23|{
 1523|     23|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     23|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1524|     23|    if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
  ------------------
  |  |  503|     23|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1524:9): [True: 8, False: 15]
  ------------------
 1525|      8|        PyHeapTypeObject* et = (PyHeapTypeObject*)type;
 1526|      8|        return Py_NewRef(et->ht_name);
  ------------------
  |  |  550|      8|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1527|      8|    }
 1528|     15|    else {
 1529|     15|        return PyUnicode_FromString(_PyType_Name(type));
 1530|     15|    }
 1531|     23|}
typeobject.c:lookup_tp_mro:
  646|  39.4k|{
  647|  39.4k|    return self->tp_mro;
  648|  39.4k|}
typeobject.c:getitemdata:
 6101|    530|{
 6102|    530|    if (!_PyType_HasFeature(Py_TYPE(obj), Py_TPFLAGS_ITEMS_AT_END)) {
  ------------------
  |  |  213|    530|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    530|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    530|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!_PyType_HasFeature(Py_TYPE(obj), Py_TPFLAGS_ITEMS_AT_END)) {
  ------------------
  |  |  548|    530|#define Py_TPFLAGS_ITEMS_AT_END (1UL << 23)
  ------------------
  |  Branch (6102:9): [True: 0, False: 530]
  ------------------
 6103|      0|        if (raise) {
  ------------------
  |  Branch (6103:13): [True: 0, False: 0]
  ------------------
 6104|      0|            PyErr_Format(PyExc_TypeError,
 6105|      0|                         "type '%T' does not have Py_TPFLAGS_ITEMS_AT_END",
 6106|      0|                         obj);
 6107|      0|        }
 6108|      0|        return NULL;
 6109|      0|    }
 6110|    530|    return (char *)obj + Py_TYPE(obj)->tp_basicsize;
  ------------------
  |  |  213|    530|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    530|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    530|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6111|    530|}
typeobject.c:get_type_cache:
  974|  21.7k|{
  975|  21.7k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  976|  21.7k|    return &interp->types.type_cache;
  977|  21.7k|}
typeobject.c:should_assign_version_tag:
 6284|  4.41k|{
 6285|  4.41k|    return (version_tag == 0
  ------------------
  |  Branch (6285:13): [True: 234, False: 4.18k]
  ------------------
 6286|    234|        && FT_ATOMIC_LOAD_UINT16_RELAXED(type->tp_versions_used) < MAX_VERSIONS_PER_CLASS
  ------------------
  |  |  158|    234|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  ------------------
                      && FT_ATOMIC_LOAD_UINT16_RELAXED(type->tp_versions_used) < MAX_VERSIONS_PER_CLASS
  ------------------
  |  | 1389|  4.65k|#define MAX_VERSIONS_PER_CLASS 1000
  ------------------
  |  Branch (6286:12): [True: 234, False: 0]
  ------------------
 6287|    234|        && MCACHE_CACHEABLE_NAME(name));
  ------------------
  |  |   57|    234|        (PyUnicode_CheckExact(name) &&                           \
  |  |  ------------------
  |  |  |  |  104|    234|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|    468|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    234|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    234|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 234, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   58|    234|         (PyUnicode_GET_LENGTH(name) <= MCACHE_MAX_ATTR_SIZE))
  |  |  ------------------
  |  |  |  |  299|    234|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    234|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    234|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                        (PyUnicode_GET_LENGTH(name) <= MCACHE_MAX_ATTR_SIZE))
  |  |  ------------------
  |  |  |  |   48|    234|#define MCACHE_MAX_ATTR_SIZE    100
  |  |  ------------------
  |  |  |  Branch (58:10): [True: 234, False: 0]
  |  |  ------------------
  ------------------
 6288|  4.41k|}
typeobject.c:find_name_in_mro:
 6131|  25.5k|{
 6132|  25.5k|    Py_hash_t hash = _PyObject_HashFast(name);
 6133|  25.5k|    if (hash == -1) {
  ------------------
  |  Branch (6133:9): [True: 0, False: 25.5k]
  ------------------
 6134|      0|        PyErr_Clear();
 6135|      0|        return -1;
 6136|      0|    }
 6137|       |
 6138|       |    /* Look in tp_dict of types in MRO */
 6139|  25.5k|    PyObject *mro = lookup_tp_mro(type);
 6140|  25.5k|    if (mro == NULL) {
  ------------------
  |  Branch (6140:9): [True: 0, False: 25.5k]
  ------------------
 6141|      0|        if (!is_readying(type)) {
  ------------------
  |  Branch (6141:13): [True: 0, False: 0]
  ------------------
 6142|      0|            if (PyType_Ready(type) < 0) {
  ------------------
  |  Branch (6142:17): [True: 0, False: 0]
  ------------------
 6143|      0|                PyErr_Clear();
 6144|      0|                return -1;
 6145|      0|            }
 6146|      0|            mro = lookup_tp_mro(type);
 6147|      0|        }
 6148|      0|        if (mro == NULL) {
  ------------------
  |  Branch (6148:13): [True: 0, False: 0]
  ------------------
 6149|      0|            return -1;
 6150|      0|        }
 6151|      0|    }
 6152|       |
 6153|  25.5k|    int res = 0;
 6154|  25.5k|    PyThreadState *tstate = _PyThreadState_GET();
 6155|       |    /* Keep a strong reference to mro because type->tp_mro can be replaced
 6156|       |       during dict lookup, e.g. when comparing to non-string keys. */
 6157|  25.5k|    _PyCStackRef mro_ref;
 6158|  25.5k|    _PyThreadState_PushCStackRef(tstate, &mro_ref);
 6159|  25.5k|    mro_ref.ref = PyStackRef_FromPyObjectNew(mro);
  ------------------
  |  |  599|  25.5k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  25.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  25.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6160|  25.5k|    Py_ssize_t n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   27|  25.5k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  25.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  25.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6161|  96.9k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (6161:28): [True: 77.7k, False: 19.2k]
  ------------------
 6162|  77.7k|        PyObject *base = PyTuple_GET_ITEM(mro, i);
  ------------------
  |  |   29|  77.7k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  77.7k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  77.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6162:26): [True: 77.7k, False: 0]
  ------------------
 6163|  77.7k|        PyObject *dict = lookup_tp_dict(_PyType_CAST(base));
  ------------------
  |  |  770|  77.7k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  77.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (6163:41): [True: 77.7k, False: 0]
  ------------------
 6164|  77.7k|        assert(dict && PyDict_Check(dict));
  ------------------
  |  Branch (6164:9): [True: 77.7k, False: 0]
  |  Branch (6164:9): [True: 77.7k, False: 0]
  ------------------
 6165|  77.7k|        Py_ssize_t ix = _Py_dict_lookup_threadsafe_stackref(
 6166|  77.7k|            (PyDictObject *)dict, name, hash, out);
 6167|  77.7k|        if (ix == DKIX_ERROR) {
  ------------------
  |  |  186|  77.7k|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (6167:13): [True: 0, False: 77.7k]
  ------------------
 6168|      0|            PyErr_Clear();
 6169|      0|            res = -1;
 6170|      0|            goto done;
 6171|      0|        }
 6172|  77.7k|        if (!PyStackRef_IsNull(*out)) {
  ------------------
  |  |  470|  77.7k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  77.7k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  77.7k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6172:13): [True: 6.32k, False: 71.3k]
  ------------------
 6173|  6.32k|            res = 1;
 6174|  6.32k|            break;
 6175|  6.32k|        }
 6176|  77.7k|    }
 6177|  25.5k|done:
 6178|  25.5k|    _PyThreadState_PopCStackRef(tstate, &mro_ref);
 6179|  25.5k|    return res;
 6180|  25.5k|}
typeobject.c:update_cache:
 6202|  4.41k|{
 6203|  4.41k|    _Py_atomic_store_ptr_relaxed(&entry->value, value); /* borrowed */
 6204|  4.41k|    assert(PyUnstable_Unicode_GET_CACHED_HASH(name) != -1);
  ------------------
  |  Branch (6204:5): [True: 4.41k, False: 0]
  ------------------
 6205|  4.41k|    OBJECT_STAT_INC_COND(type_cache_collisions, entry->name != Py_None && entry->name != name);
  ------------------
  |  |   78|  4.41k|#define OBJECT_STAT_INC_COND(name, cond) ((void)0)
  ------------------
 6206|       |    // We're releasing this under the lock for simplicity sake because it's always a
 6207|       |    // exact unicode object or Py_None so it's safe to do so.
 6208|  4.41k|    PyObject *old_name = entry->name;
 6209|  4.41k|    _Py_atomic_store_ptr_relaxed(&entry->name, Py_NewRef(name));
  ------------------
  |  |  550|  4.41k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  4.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6210|       |    // We must write the version last to avoid _Py_TryXGetStackRef()
 6211|       |    // operating on an invalid (already deallocated) value inside
 6212|       |    // _PyType_LookupRefAndVersion().  If we write the version first then a
 6213|       |    // reader could pass the "entry_version == type_version" check but could
 6214|       |    // be using the old entry value.
 6215|  4.41k|    _Py_atomic_store_uint32_release(&entry->version, version_tag);
 6216|  4.41k|    return old_name;
 6217|  4.41k|}
typeobject.c:set_flags_recursive:
 6469|     27|{
 6470|     27|    if (PyType_HasFeature(self, Py_TPFLAGS_IMMUTABLETYPE) ||
  ------------------
  |  |  500|     27|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (6470:9): [True: 27, False: 0]
  ------------------
 6471|      0|        (self->tp_flags & mask) == flags)
  ------------------
  |  Branch (6471:9): [True: 0, False: 0]
  ------------------
 6472|     27|    {
 6473|     27|        return;
 6474|     27|    }
 6475|       |
 6476|      0|    type_set_flags_with_mask(self, mask, flags);
 6477|       |
 6478|      0|    PyObject *children = _PyType_GetSubclasses(self);
 6479|      0|    if (children == NULL) {
  ------------------
  |  Branch (6479:9): [True: 0, False: 0]
  ------------------
 6480|      0|        return;
 6481|      0|    }
 6482|       |
 6483|      0|    for (Py_ssize_t i = 0; i < PyList_GET_SIZE(children); i++) {
  ------------------
  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6483:28): [True: 0, False: 0]
  ------------------
 6484|      0|        PyObject *child = PyList_GET_ITEM(children, i);
  ------------------
  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6484:27): [True: 0, False: 0]
  ------------------
 6485|      0|        set_flags_recursive((PyTypeObject *)child, mask, flags);
 6486|      0|    }
 6487|      0|    Py_DECREF(children);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6488|      0|}
typeobject.c:type_dealloc_common:
 6819|      1|{
 6820|      1|    PyObject *bases = lookup_tp_bases(type);
 6821|      1|    if (bases != NULL) {
  ------------------
  |  Branch (6821:9): [True: 1, False: 0]
  ------------------
 6822|      1|        PyObject *exc = PyErr_GetRaisedException();
 6823|      1|        remove_all_subclasses(type, bases);
 6824|      1|        PyErr_SetRaisedException(exc);
 6825|      1|    }
 6826|      1|}
typeobject.c:remove_all_subclasses:
 9766|      1|{
 9767|      1|    assert(bases != NULL);
  ------------------
  |  Branch (9767:5): [True: 1, False: 0]
  ------------------
 9768|       |    // remove_subclass() can clear the current exception
 9769|      1|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (9769:5): [True: 1, False: 0]
  ------------------
 9770|       |
 9771|      2|    for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(bases); i++) {
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9771:28): [True: 1, False: 1]
  ------------------
 9772|      1|        PyObject *base = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|      1|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      1|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9772:26): [True: 1, False: 0]
  ------------------
 9773|      1|        if (PyType_Check(base)) {
  ------------------
  |  |  766|      1|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 9774|      1|            remove_subclass((PyTypeObject*) base, type);
 9775|      1|        }
 9776|      1|    }
 9777|      1|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (9777:5): [True: 1, False: 0]
  ------------------
 9778|      1|}
typeobject.c:remove_subclass:
 9743|      1|{
 9744|      1|    PyObject *subclasses = lookup_tp_subclasses(base);  // borrowed ref
 9745|      1|    if (subclasses == NULL) {
  ------------------
  |  Branch (9745:9): [True: 0, False: 1]
  ------------------
 9746|      0|        return;
 9747|      0|    }
 9748|      1|    assert(PyDict_CheckExact(subclasses));
  ------------------
  |  Branch (9748:5): [True: 1, False: 0]
  ------------------
 9749|       |
 9750|      1|    PyObject *key = get_subclasses_key(type, base);
 9751|      1|    if (key != NULL && PyDict_DelItem(subclasses, key)) {
  ------------------
  |  Branch (9751:9): [True: 1, False: 0]
  |  Branch (9751:24): [True: 0, False: 1]
  ------------------
 9752|       |        /* This can happen if the type initialization errored out before
 9753|       |           the base subclasses were updated (e.g. a non-str __qualname__
 9754|       |           was passed in the type dict). */
 9755|      0|        PyErr_Clear();
 9756|      0|    }
 9757|      1|    Py_XDECREF(key);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9758|       |
 9759|      1|    if (PyDict_Size(subclasses) == 0) {
  ------------------
  |  Branch (9759:9): [True: 0, False: 1]
  ------------------
 9760|      0|        clear_tp_subclasses(base);
 9761|      0|    }
 9762|      1|}
typeobject.c:get_subclasses_key:
 9712|      1|{
 9713|      1|    PyObject *key = PyLong_FromVoidPtr((void *) type);
 9714|      1|    if (key != NULL) {
  ------------------
  |  Branch (9714:9): [True: 1, False: 0]
  ------------------
 9715|      1|        return key;
 9716|      1|    }
 9717|      0|    PyErr_Clear();
 9718|       |
 9719|       |    /* This basically means we're out of memory.
 9720|       |       We fall back to manually traversing the values. */
 9721|      0|    Py_ssize_t i = 0;
 9722|      0|    PyObject *ref;  // borrowed ref
 9723|      0|    PyObject *subclasses = lookup_tp_subclasses(base);
 9724|      0|    if (subclasses != NULL) {
  ------------------
  |  Branch (9724:9): [True: 0, False: 0]
  ------------------
 9725|      0|        while (PyDict_Next(subclasses, &i, &key, &ref)) {
  ------------------
  |  Branch (9725:16): [True: 0, False: 0]
  ------------------
 9726|      0|            PyTypeObject *subclass = type_from_ref(ref);
 9727|      0|            if (subclass == NULL) {
  ------------------
  |  Branch (9727:17): [True: 0, False: 0]
  ------------------
 9728|      0|                continue;
 9729|      0|            }
 9730|      0|            if (subclass == type) {
  ------------------
  |  Branch (9730:17): [True: 0, False: 0]
  ------------------
 9731|      0|                Py_DECREF(subclass);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9732|      0|                return Py_NewRef(key);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9733|      0|            }
 9734|      0|            Py_DECREF(subclass);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9735|      0|        }
 9736|      0|    }
 9737|       |    /* It wasn't found. */
 9738|      0|    return NULL;
 9739|      0|}
typeobject.c:clear_tp_subclasses:
  718|      1|{
  719|       |    /* Delete the dictionary to save memory. _PyStaticType_Dealloc()
  720|       |       callers also test if tp_subclasses is NULL to check if a static type
  721|       |       has no subclass. */
  722|      1|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|      1|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (722:9): [True: 0, False: 1]
  ------------------
  723|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
  724|      0|        managed_static_type_state *state = _PyStaticType_GetState(interp, self);
  725|      0|        Py_CLEAR(state->tp_subclasses);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  726|      0|        return;
  727|      0|    }
  728|      1|    Py_CLEAR(self->tp_subclasses);
  ------------------
  |  |  484|      1|    do { \
  |  |  485|      1|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      1|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      1|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 1]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  729|      1|}
typeobject.c:type_clear_flags:
  477|    376|{
  478|    376|    type_set_flags(tp, tp->tp_flags & ~flag);
  479|    376|}
typeobject.c:type_dealloc:
 6948|      1|{
 6949|      1|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|      1|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 6950|       |
 6951|       |    // Assert this is a heap-allocated type object
 6952|      1|    _PyObject_ASSERT((PyObject *)type, type->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  |  423|      1|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      1|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      1|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      1|      ? (void)(0) \
  |  |  |  |  |  |  416|      1|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6953|       |
 6954|       |    // Notify type watchers before teardown.  The type object is still fully
 6955|       |    // intact at this point (dict, bases, mro, name are all valid), so
 6956|       |    // callbacks can safely inspect it.
 6957|      1|    if (type->tp_watched) {
  ------------------
  |  Branch (6957:9): [True: 0, False: 1]
  ------------------
 6958|      0|        _PyObject_ResurrectStart(self);
 6959|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
 6960|      0|        int bits = type->tp_watched;
 6961|      0|        int i = 0;
 6962|      0|        while (bits) {
  ------------------
  |  Branch (6962:16): [True: 0, False: 0]
  ------------------
 6963|      0|            assert(i < TYPE_MAX_WATCHERS);
  ------------------
  |  Branch (6963:13): [True: 0, False: 0]
  ------------------
 6964|      0|            if (bits & 1) {
  ------------------
  |  Branch (6964:17): [True: 0, False: 0]
  ------------------
 6965|      0|                PyType_WatchCallback cb = interp->type_watchers[i];
 6966|      0|                if (cb && (cb(type) < 0)) {
  ------------------
  |  Branch (6966:21): [True: 0, False: 0]
  |  Branch (6966:27): [True: 0, False: 0]
  ------------------
 6967|      0|                    PyErr_FormatUnraisable(
 6968|      0|                        "Exception ignored in type watcher callback #%d "
 6969|      0|                        "for %R",
 6970|      0|                        i, type);
 6971|      0|                }
 6972|      0|            }
 6973|      0|            i++;
 6974|      0|            bits >>= 1;
 6975|      0|        }
 6976|      0|        if (_PyObject_ResurrectEnd(self)) {
  ------------------
  |  Branch (6976:13): [True: 0, False: 0]
  ------------------
 6977|      0|            return;     // callback resurrected the object
 6978|      0|        }
 6979|      0|    }
 6980|       |
 6981|      1|    _PyObject_GC_UNTRACK(type);
  ------------------
  |  |  515|      1|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6982|      1|    type_dealloc_common(type);
 6983|       |
 6984|       |    // PyObject_ClearWeakRefs() raises an exception if Py_REFCNT() != 0
 6985|      1|    assert(Py_REFCNT(type) == 0);
  ------------------
  |  Branch (6985:5): [True: 1, False: 0]
  ------------------
 6986|      1|    PyObject_ClearWeakRefs((PyObject *)type);
 6987|       |
 6988|      1|    Py_XDECREF(type->tp_base);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6989|      1|    Py_XDECREF(type->tp_dict);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6990|      1|    Py_XDECREF(type->tp_bases);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6991|      1|    Py_XDECREF(type->tp_mro);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6992|      1|    Py_XDECREF(type->tp_cache);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6993|      1|    clear_tp_subclasses(type);
 6994|       |
 6995|       |    /* A type's tp_doc is heap allocated, unlike the tp_doc slots
 6996|       |     * of most other objects.  It's okay to cast it to char *.
 6997|       |     */
 6998|      1|    PyMem_Free((char *)type->tp_doc);
 6999|       |
 7000|      1|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
 7001|      1|    Py_XDECREF(et->ht_name);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7002|      1|    Py_XDECREF(et->ht_qualname);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7003|      1|    Py_XDECREF(et->ht_slots);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7004|      1|    if (et->ht_cached_keys) {
  ------------------
  |  Branch (7004:9): [True: 1, False: 0]
  ------------------
 7005|      1|        _PyDictKeys_DecRef(et->ht_cached_keys);
 7006|      1|    }
 7007|      1|    Py_XDECREF(et->ht_module);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7008|      1|    PyMem_Free(et->_ht_tpname);
 7009|       |#ifdef Py_GIL_DISABLED
 7010|       |    assert(et->unique_id == _Py_INVALID_UNIQUE_ID);
 7011|       |#endif
 7012|      1|    et->ht_token = NULL;
 7013|      1|    Py_TYPE(type)->tp_free((PyObject *)type);
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7014|      1|}
typeobject.c:type_call:
 2427|  1.33k|{
 2428|  1.33k|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|  1.33k|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 2429|  1.33k|    PyObject *obj;
 2430|  1.33k|    PyThreadState *tstate = _PyThreadState_GET();
 2431|       |
 2432|       |#ifdef Py_DEBUG
 2433|       |    /* type_call() must not be called with an exception set,
 2434|       |       because it can clear it (directly or indirectly) and so the
 2435|       |       caller loses its exception */
 2436|       |    assert(!_PyErr_Occurred(tstate));
 2437|       |#endif
 2438|       |
 2439|       |    /* Special case: type(x) should return Py_TYPE(x) */
 2440|       |    /* We only want type itself to accept the one-argument form (#27157) */
 2441|  1.33k|    if (type == &PyType_Type) {
  ------------------
  |  Branch (2441:9): [True: 153, False: 1.17k]
  ------------------
 2442|    153|        assert(args != NULL && PyTuple_Check(args));
  ------------------
  |  Branch (2442:9): [True: 153, False: 0]
  |  Branch (2442:9): [True: 153, False: 0]
  ------------------
 2443|    153|        assert(kwds == NULL || PyDict_Check(kwds));
  ------------------
  |  Branch (2443:9): [True: 151, False: 2]
  |  Branch (2443:9): [True: 2, False: 0]
  ------------------
 2444|    153|        Py_ssize_t nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|    153|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    153|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    153|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2445|       |
 2446|    153|        if (nargs == 1 && (kwds == NULL || !PyDict_GET_SIZE(kwds))) {
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2446:13): [True: 0, False: 153]
  |  Branch (2446:28): [True: 0, False: 0]
  |  Branch (2446:44): [True: 0, False: 0]
  ------------------
 2447|      0|            obj = (PyObject *) Py_TYPE(PyTuple_GET_ITEM(args, 0));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2448|      0|            return Py_NewRef(obj);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2449|      0|        }
 2450|       |
 2451|       |        /* SF bug 475327 -- if that didn't trigger, we need 3
 2452|       |           arguments. But PyArg_ParseTuple in type_new may give
 2453|       |           a msg saying type() needs exactly 3. */
 2454|    153|        if (nargs != 3) {
  ------------------
  |  Branch (2454:13): [True: 0, False: 153]
  ------------------
 2455|      0|            PyErr_SetString(PyExc_TypeError,
 2456|      0|                            "type() takes 1 or 3 arguments");
 2457|      0|            return NULL;
 2458|      0|        }
 2459|    153|    }
 2460|       |
 2461|  1.33k|    if (type->tp_new == NULL) {
  ------------------
  |  Branch (2461:9): [True: 0, False: 1.33k]
  ------------------
 2462|      0|        _PyErr_Format(tstate, PyExc_TypeError,
 2463|      0|                      "cannot create '%s' instances", type->tp_name);
 2464|      0|        return NULL;
 2465|      0|    }
 2466|       |
 2467|  1.33k|    obj = type->tp_new(type, args, kwds);
 2468|  1.33k|    obj = _Py_CheckFunctionResult(tstate, (PyObject*)type, obj, NULL);
 2469|  1.33k|    if (obj == NULL)
  ------------------
  |  Branch (2469:9): [True: 0, False: 1.33k]
  ------------------
 2470|      0|        return NULL;
 2471|       |
 2472|       |    /* If the returned object is not an instance of type,
 2473|       |       it won't be initialized. */
 2474|  1.33k|    if (!PyObject_TypeCheck(obj, type))
  ------------------
  |  |  378|  1.33k|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2474:9): [True: 0, False: 1.33k]
  ------------------
 2475|      0|        return obj;
 2476|       |
 2477|  1.33k|    type = Py_TYPE(obj);
  ------------------
  |  |  213|  1.33k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2478|  1.33k|    if (type->tp_init != NULL) {
  ------------------
  |  Branch (2478:9): [True: 1.33k, False: 0]
  ------------------
 2479|  1.33k|        int res = type->tp_init(obj, args, kwds);
 2480|  1.33k|        if (res < 0) {
  ------------------
  |  Branch (2480:13): [True: 9, False: 1.32k]
  ------------------
 2481|      9|            assert(_PyErr_Occurred(tstate));
  ------------------
  |  Branch (2481:13): [True: 9, False: 0]
  ------------------
 2482|      9|            Py_SETREF(obj, NULL);
  ------------------
  |  |  352|      9|    do { \
  |  |  353|      9|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      9|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      9|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      9|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      9|        *_tmp_dst_ptr = (src); \
  |  |  356|      9|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      9|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
 2483|      9|        }
 2484|  1.32k|        else {
 2485|  1.32k|            assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (2485:13): [True: 1.32k, False: 0]
  ------------------
 2486|  1.32k|        }
 2487|  1.33k|    }
 2488|  1.33k|    return obj;
 2489|  1.33k|}
typeobject.c:type_setattro:
 6720|    230|{
 6721|    230|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|    230|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 6722|    230|    int res;
 6723|    230|    if (type->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) {
  ------------------
  |  |  500|    230|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (6723:9): [True: 0, False: 230]
  ------------------
 6724|      0|        PyErr_Format(
 6725|      0|            PyExc_TypeError,
 6726|      0|            "cannot set %R attribute of immutable type '%s'",
 6727|      0|            name, type->tp_name);
 6728|      0|        return -1;
 6729|      0|    }
 6730|    230|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|    230|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    230|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (6730:9): [True: 0, False: 230]
  ------------------
 6731|      0|        PyErr_Format(PyExc_TypeError,
 6732|      0|                     "attribute name must be string, not '%.200s'",
 6733|      0|                     Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6734|      0|        return -1;
 6735|      0|    }
 6736|       |
 6737|    230|    if (PyUnicode_CheckExact(name)) {
  ------------------
  |  |  104|    230|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    230|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 230, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6738|    230|        Py_INCREF(name);
  ------------------
  |  |  310|    230|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6739|    230|    }
 6740|      0|    else {
 6741|      0|        name = _PyUnicode_Copy(name);
 6742|      0|        if (name == NULL)
  ------------------
  |  Branch (6742:13): [True: 0, False: 0]
  ------------------
 6743|      0|            return -1;
 6744|      0|    }
 6745|    230|    if (!PyUnicode_CHECK_INTERNED(name)) {
  ------------------
  |  |  214|    230|#define PyUnicode_CHECK_INTERNED(op) PyUnicode_CHECK_INTERNED(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6745:9): [True: 0, False: 230]
  ------------------
 6746|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
 6747|      0|        _PyUnicode_InternMortal(interp, &name);
 6748|      0|        if (!PyUnicode_CHECK_INTERNED(name)) {
  ------------------
  |  |  214|      0|#define PyUnicode_CHECK_INTERNED(op) PyUnicode_CHECK_INTERNED(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (6748:13): [True: 0, False: 0]
  ------------------
 6749|      0|            PyErr_SetString(PyExc_MemoryError,
 6750|      0|                            "Out of memory interning an attribute name");
 6751|      0|            Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6752|      0|            return -1;
 6753|      0|        }
 6754|      0|    }
 6755|       |
 6756|    230|    PyTypeObject *metatype = Py_TYPE(type);
  ------------------
  |  |  213|    230|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6757|    230|    assert(!_PyType_HasFeature(metatype, Py_TPFLAGS_INLINE_VALUES));
  ------------------
  |  Branch (6757:5): [True: 230, False: 0]
  ------------------
 6758|    230|    assert(!_PyType_HasFeature(metatype, Py_TPFLAGS_MANAGED_DICT));
  ------------------
  |  Branch (6758:5): [True: 230, False: 0]
  ------------------
 6759|       |
 6760|       |#ifdef Py_GIL_DISABLED
 6761|       |    // gh-139103: Enable deferred refcounting for functions and descriptors
 6762|       |    // assigned to type objects.  This is important for `dataclass.__init__`,
 6763|       |    // which is generated dynamically, and for descriptor scaling on
 6764|       |    // free-threaded builds.
 6765|       |    if (value != NULL && (PyFunction_Check(value) || Py_TYPE(value)->tp_descr_get != NULL))
 6766|       |    {
 6767|       |        PyUnstable_Object_EnableDeferredRefcount(value);
 6768|       |    }
 6769|       |#endif
 6770|       |
 6771|    230|    PyObject *old_value = NULL;
 6772|    230|    PyObject *descr = _PyType_LookupRef(metatype, name);
 6773|    230|    if (descr != NULL) {
  ------------------
  |  Branch (6773:9): [True: 93, False: 137]
  ------------------
 6774|     93|        descrsetfunc f = Py_TYPE(descr)->tp_descr_set;
  ------------------
  |  |  213|     93|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6775|     93|        if (f != NULL) {
  ------------------
  |  Branch (6775:13): [True: 68, False: 25]
  ------------------
 6776|     68|            res = f(descr, (PyObject *)type, value);
 6777|     68|            goto done;
 6778|     68|        }
 6779|     93|    }
 6780|       |
 6781|    162|    PyObject *dict = type->tp_dict;
 6782|    162|    if (dict == NULL) {
  ------------------
  |  Branch (6782:9): [True: 0, False: 162]
  ------------------
 6783|       |        // This is an unlikely case.  PyType_Ready has not yet been done and
 6784|       |        // we need to initialize tp_dict.  We don't just do PyType_Ready
 6785|       |        // because we could already be readying.
 6786|      0|        BEGIN_TYPE_LOCK();
 6787|      0|        dict = type->tp_dict;
 6788|      0|        if (dict == NULL) {
  ------------------
  |  Branch (6788:13): [True: 0, False: 0]
  ------------------
 6789|      0|            dict = type->tp_dict = PyDict_New();
 6790|      0|        }
 6791|      0|        END_TYPE_LOCK();
 6792|      0|        if (dict == NULL) {
  ------------------
  |  Branch (6792:13): [True: 0, False: 0]
  ------------------
 6793|      0|            res = -1;
 6794|      0|            goto done;
 6795|      0|        }
 6796|      0|    }
 6797|       |
 6798|    162|    BEGIN_TYPE_DICT_LOCK(dict);
 6799|    162|    res = type_update_dict(type, (PyDictObject *)dict, name, value, &old_value);
 6800|    162|    assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (6800:5): [True: 162, False: 0]
  ------------------
 6801|    162|    if (res == 0) {
  ------------------
  |  Branch (6801:9): [True: 162, False: 0]
  ------------------
 6802|    162|        if (is_dunder_name(name) && has_slotdef(name)) {
  ------------------
  |  Branch (6802:13): [True: 31, False: 131]
  |  Branch (6802:37): [True: 24, False: 7]
  ------------------
 6803|       |            // The name corresponds to a type slot.
 6804|     24|            res = update_slot_after_setattr(type, name);
 6805|     24|        }
 6806|    162|    }
 6807|    162|    END_TYPE_DICT_LOCK();
 6808|       |
 6809|    230|done:
 6810|    230|    Py_DECREF(name);
  ------------------
  |  |  430|    230|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6811|    230|    Py_XDECREF(descr);
  ------------------
  |  |  524|    230|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6812|    230|    Py_XDECREF(old_value);
  ------------------
  |  |  524|    230|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6813|    230|    return res;
 6814|    162|}
typeobject.c:type_update_dict:
 6665|    162|{
 6666|       |    // We don't want any re-entrancy between when we update the dict
 6667|       |    // and call type_modified_unlocked, including running the destructor
 6668|       |    // of the current value as it can observe the cache in an inconsistent
 6669|       |    // state.  Because we have an exact unicode and our dict has exact
 6670|       |    // unicodes we know that this will all complete without releasing
 6671|       |    // the locks.
 6672|    162|    if (_PyDict_GetItemRef_Unicode_LockHeld(dict, name, old_value) < 0) {
  ------------------
  |  Branch (6672:9): [True: 0, False: 162]
  ------------------
 6673|      0|        return -1;
 6674|      0|    }
 6675|       |
 6676|       |    /* Clear the VALID_VERSION flag of 'type' and all its
 6677|       |        subclasses.  This could possibly be unified with the
 6678|       |        update_subclasses() recursion in update_slot(), but carefully:
 6679|       |        they each have their own conditions on which to stop
 6680|       |        recursing into subclasses. */
 6681|    162|    type_modified_unlocked(type);
 6682|       |
 6683|    162|    if (_PyDict_SetItem_LockHeld(dict, name, value) < 0) {
  ------------------
  |  Branch (6683:9): [True: 0, False: 162]
  ------------------
 6684|      0|        PyErr_Format(PyExc_AttributeError,
 6685|      0|                     "type object '%.50s' has no attribute '%U'",
 6686|      0|                     ((PyTypeObject*)type)->tp_name, name);
 6687|      0|        _PyObject_SetAttributeErrorContext((PyObject *)type, name);
 6688|      0|        return -1;
 6689|      0|    }
 6690|       |
 6691|    162|    return 0;
 6692|    162|}
typeobject.c:is_dunder_name:
 6186|    162|{
 6187|    162|    Py_ssize_t length = PyUnicode_GET_LENGTH(name);
  ------------------
  |  |  299|    162|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    162|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    162|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6188|    162|    int kind = PyUnicode_KIND(name);
  ------------------
  |  |  258|    162|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    324|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 162, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6189|       |    /* Special names contain at least "__x__" and are always ASCII. */
 6190|    162|    if (length > 4 && kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (6190:9): [True: 151, False: 11]
  |  Branch (6190:23): [True: 151, False: 0]
  ------------------
 6191|    151|        const Py_UCS1 *characters = PyUnicode_1BYTE_DATA(name);
  ------------------
  |  |  291|    151|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    151|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 6192|    151|        return (
 6193|    151|            ((characters[length-2] == '_') && (characters[length-1] == '_')) &&
  ------------------
  |  Branch (6193:14): [True: 31, False: 120]
  |  Branch (6193:47): [True: 31, False: 0]
  ------------------
 6194|     31|            ((characters[0] == '_') && (characters[1] == '_'))
  ------------------
  |  Branch (6194:14): [True: 31, False: 0]
  |  Branch (6194:40): [True: 31, False: 0]
  ------------------
 6195|    151|        );
 6196|    151|    }
 6197|     11|    return 0;
 6198|    162|}
typeobject.c:has_slotdef:
11803|     31|{
11804|  1.30k|    for (pytype_slotdef *p = slotdefs; p->name_strobj; p++) {
  ------------------
  |  Branch (11804:40): [True: 1.29k, False: 7]
  ------------------
11805|  1.29k|        if (p->name_strobj == name) {
  ------------------
  |  Branch (11805:13): [True: 24, False: 1.27k]
  ------------------
11806|     24|            return true;
11807|     24|        }
11808|  1.29k|    }
11809|      7|    return false;
11810|     31|}
typeobject.c:update_slot_after_setattr:
 6696|     24|{
 6697|       |#ifdef Py_GIL_DISABLED
 6698|       |    // stack allocate one chunk since that's all we need
 6699|       |    assert(SLOT_UPDATE_CHUNK_SIZE >= MAX_EQUIV);
 6700|       |    slot_update_chunk_t chunk = {0};
 6701|       |    slot_update_t queued_updates = {&chunk};
 6702|       |
 6703|       |    if (update_slot(type, name, &queued_updates) < 0) {
 6704|       |        return -1;
 6705|       |    }
 6706|       |    if (queued_updates.head->n > 0) {
 6707|       |        apply_type_slot_updates(&queued_updates);
 6708|       |        ASSERT_TYPE_LOCK_HELD();
 6709|       |        // should never allocate another chunk
 6710|       |        assert(chunk.prev == NULL);
 6711|       |    }
 6712|       |#else
 6713|       |    update_slot(type, name, NULL);
 6714|     24|#endif
 6715|     24|    return 0;
 6716|     24|}
typeobject.c:update_slot:
12058|     24|{
12059|     24|    pytype_slotdef *ptrs[MAX_EQUIV];
12060|     24|    pytype_slotdef *p;
12061|     24|    pytype_slotdef **pp;
12062|     24|    int offset;
12063|       |
12064|     24|    ASSERT_TYPE_LOCK_HELD();
12065|     24|    assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (12065:5): [True: 24, False: 0]
  ------------------
12066|     24|    assert(PyUnicode_CHECK_INTERNED(name));
  ------------------
  |  Branch (12066:5): [True: 24, False: 0]
  ------------------
12067|       |
12068|     24|    pp = ptrs;
12069|  2.28k|    for (p = slotdefs; p->name; p++) {
  ------------------
  |  Branch (12069:24): [True: 2.25k, False: 24]
  ------------------
12070|  2.25k|        assert(PyUnicode_CheckExact(p->name_strobj));
  ------------------
  |  Branch (12070:9): [True: 2.25k, False: 0]
  ------------------
12071|  2.25k|        assert(PyUnicode_CHECK_INTERNED(p->name_strobj));
  ------------------
  |  Branch (12071:9): [True: 2.25k, False: 0]
  ------------------
12072|  2.25k|        assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (12072:9): [True: 2.25k, False: 0]
  ------------------
12073|       |        /* bpo-40521: Using interned strings. */
12074|  2.25k|        if (p->name_strobj == name) {
  ------------------
  |  Branch (12074:13): [True: 24, False: 2.23k]
  ------------------
12075|     24|            *pp++ = p;
12076|     24|        }
12077|  2.25k|    }
12078|     24|    *pp = NULL;
12079|     48|    for (pp = ptrs; *pp; pp++) {
  ------------------
  |  Branch (12079:21): [True: 24, False: 24]
  ------------------
12080|     24|        p = *pp;
12081|     24|        offset = p->offset;
12082|     27|        while (p > slotdefs && (p-1)->offset == offset)
  ------------------
  |  Branch (12082:16): [True: 27, False: 0]
  |  Branch (12082:32): [True: 3, False: 24]
  ------------------
12083|      3|            --p;
12084|     24|        *pp = p;
12085|     24|    }
12086|     24|    if (ptrs[0] == NULL)
  ------------------
  |  Branch (12086:9): [True: 0, False: 24]
  ------------------
12087|      0|        return 0; /* Not an attribute that affects any slots */
12088|       |
12089|     24|    update_callback_data_t callback_data;
12090|     24|    callback_data.defs = ptrs;
12091|     24|    callback_data.queued_updates = queued_updates;
12092|     24|    return update_subclasses(type, name,
12093|     24|                             update_slots_callback, (void *)&callback_data);
12094|     24|}
typeobject.c:update_subclasses:
12323|     24|{
12324|     24|    if (callback(type, data) < 0) {
  ------------------
  |  Branch (12324:9): [True: 0, False: 24]
  ------------------
12325|      0|        return -1;
12326|      0|    }
12327|     24|    return recurse_down_subclasses(type, attr_name, callback, data);
12328|     24|}
typeobject.c:recurse_down_subclasses:
12333|     24|{
12334|       |    // It is safe to use a borrowed reference because update_subclasses() is
12335|       |    // only used with update_slots_callback() which doesn't modify
12336|       |    // tp_subclasses.
12337|     24|    PyObject *subclasses = lookup_tp_subclasses(type);  // borrowed ref
12338|     24|    if (subclasses == NULL) {
  ------------------
  |  Branch (12338:9): [True: 24, False: 0]
  ------------------
12339|     24|        return 0;
12340|     24|    }
12341|     24|    assert(PyDict_CheckExact(subclasses));
  ------------------
  |  Branch (12341:5): [True: 0, False: 0]
  ------------------
12342|       |
12343|      0|    Py_ssize_t i = 0;
12344|      0|    PyObject *ref;
12345|      0|    while (PyDict_Next(subclasses, &i, NULL, &ref)) {
  ------------------
  |  Branch (12345:12): [True: 0, False: 0]
  ------------------
12346|      0|        PyTypeObject *subclass = type_from_ref(ref);
12347|      0|        if (subclass == NULL) {
  ------------------
  |  Branch (12347:13): [True: 0, False: 0]
  ------------------
12348|      0|            continue;
12349|      0|        }
12350|       |
12351|       |        /* Avoid recursing down into unaffected classes */
12352|      0|        PyObject *dict = lookup_tp_dict(subclass);
12353|      0|        if (dict != NULL && PyDict_Check(dict)) {
  ------------------
  |  |   18|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12353:13): [True: 0, False: 0]
  ------------------
12354|      0|            int r = PyDict_Contains(dict, attr_name);
12355|      0|            if (r < 0) {
  ------------------
  |  Branch (12355:17): [True: 0, False: 0]
  ------------------
12356|      0|                Py_DECREF(subclass);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12357|      0|                return -1;
12358|      0|            }
12359|      0|            if (r > 0) {
  ------------------
  |  Branch (12359:17): [True: 0, False: 0]
  ------------------
12360|      0|                Py_DECREF(subclass);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12361|      0|                continue;
12362|      0|            }
12363|      0|        }
12364|       |
12365|      0|        if (update_subclasses(subclass, attr_name, callback, data) < 0) {
  ------------------
  |  Branch (12365:13): [True: 0, False: 0]
  ------------------
12366|      0|            Py_DECREF(subclass);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12367|      0|            return -1;
12368|      0|        }
12369|      0|        Py_DECREF(subclass);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12370|      0|    }
12371|      0|    return 0;
12372|      0|}
typeobject.c:update_slots_callback:
12042|     24|{
12043|     24|    ASSERT_NEW_TYPE_OR_LOCKED(type);
12044|       |
12045|     24|    update_callback_data_t *update_data = (update_callback_data_t *)data;
12046|     24|    pytype_slotdef **pp = update_data->defs;
12047|     48|    for (; *pp; pp++) {
  ------------------
  |  Branch (12047:12): [True: 24, False: 24]
  ------------------
12048|     24|        if (update_one_slot(type, *pp, NULL, update_data->queued_updates) < 0) {
  ------------------
  |  Branch (12048:13): [True: 0, False: 24]
  ------------------
12049|      0|            return -1;
12050|      0|        }
12051|     24|    }
12052|     24|    return 0;
12053|     24|}
typeobject.c:update_one_slot:
11877|  15.0k|{
11878|  15.0k|    ASSERT_NEW_TYPE_OR_LOCKED(type);
11879|       |
11880|  15.0k|    PyObject *descr;
11881|  15.0k|    PyWrapperDescrObject *d;
11882|       |
11883|       |    // The correct specialized C function, like "tp_repr of str" in the
11884|       |    // example above
11885|  15.0k|    void *specific = NULL;
11886|       |
11887|       |    // A generic wrapper that uses method lookup (safe but slow)
11888|  15.0k|    void *generic = NULL;
11889|       |
11890|       |    // Set to 1 if the generic wrapper is necessary
11891|  15.0k|    int use_generic = 0;
11892|       |
11893|  15.0k|    int offset = p->offset;
11894|  15.0k|    void **ptr = slotptr(type, offset);
11895|       |
11896|  15.0k|    if (ptr == NULL) {
  ------------------
  |  Branch (11896:9): [True: 0, False: 15.0k]
  ------------------
11897|      0|        do {
11898|      0|            ++p;
11899|      0|        } while (p->offset == offset);
  ------------------
  |  Branch (11899:18): [True: 0, False: 0]
  ------------------
11900|      0|        if (next_p != NULL) {
  ------------------
  |  Branch (11900:13): [True: 0, False: 0]
  ------------------
11901|      0|            *next_p = p;
11902|      0|        }
11903|      0|        return 0;
11904|      0|    }
11905|       |    /* We may end up clearing live exceptions below, so make sure it's ours. */
11906|  15.0k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (11906:5): [True: 15.0k, False: 0]
  ------------------
11907|  21.1k|    do {
11908|       |        /* Use faster uncached lookup as we won't get any cache hits during type setup. */
11909|  21.1k|        _PyStackRef descr_ref;
11910|  21.1k|        int res = find_name_in_mro(type, p->name_strobj, &descr_ref);
11911|  21.1k|        if (res <= 0) {
  ------------------
  |  Branch (11911:13): [True: 16.4k, False: 4.73k]
  ------------------
11912|  16.4k|            if (ptr == (void**)&type->tp_iternext) {
  ------------------
  |  Branch (11912:17): [True: 212, False: 16.2k]
  ------------------
11913|    212|                specific = (void *)_PyObject_NextNotImplemented;
11914|    212|            }
11915|  16.4k|            continue;
11916|  16.4k|        }
11917|  4.73k|        descr = PyStackRef_AsPyObjectBorrow(descr_ref);
11918|  4.73k|        if (Py_IS_TYPE(descr, &PyWrapperDescr_Type) &&
  ------------------
  |  |  215|  9.46k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  4.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 3.63k, False: 1.09k]
  |  |  ------------------
  ------------------
11919|  3.63k|            ((PyWrapperDescrObject *)descr)->d_base->name_strobj == p->name_strobj) {
  ------------------
  |  Branch (11919:13): [True: 3.63k, False: 2]
  ------------------
11920|  3.63k|            void **tptr;
11921|  3.63k|            size_t index = (p - slotdefs);
11922|  3.63k|            if (slotdefs_dups[index][0] > 1) {
  ------------------
  |  Branch (11922:17): [True: 1.47k, False: 2.15k]
  ------------------
11923|  1.47k|                tptr = NULL;
11924|  4.39k|                for (size_t i = 1; i <= slotdefs_dups[index][0]; i++) {
  ------------------
  |  Branch (11924:36): [True: 2.95k, False: 1.44k]
  ------------------
11925|  2.95k|                    pytype_slotdef *q = &slotdefs[slotdefs_dups[index][i]];
11926|  2.95k|                    void **qptr = slotptr(type, q->offset);
11927|  2.95k|                    if (qptr == NULL || *qptr == NULL)
  ------------------
  |  Branch (11927:25): [True: 0, False: 2.95k]
  |  Branch (11927:41): [True: 1.44k, False: 1.51k]
  ------------------
11928|  1.44k|                        continue;
11929|  1.51k|                    if (tptr != NULL) {
  ------------------
  |  Branch (11929:25): [True: 38, False: 1.47k]
  ------------------
11930|     38|                        tptr = NULL;
11931|     38|                        break;
11932|     38|                    }
11933|  1.47k|                    tptr = qptr;
11934|  1.47k|                }
11935|  1.47k|            }
11936|  2.15k|            else {
11937|  2.15k|                tptr = slotptr(type, offset);
11938|  2.15k|            }
11939|       |
11940|  3.63k|            if (tptr == NULL || tptr == ptr)
  ------------------
  |  Branch (11940:17): [True: 38, False: 3.59k]
  |  Branch (11940:33): [True: 2.87k, False: 721]
  ------------------
11941|  2.91k|                generic = p->function;
11942|  3.63k|            d = (PyWrapperDescrObject *)descr;
11943|  3.63k|            if ((specific == NULL || specific == d->d_wrapped) &&
  ------------------
  |  Branch (11943:18): [True: 2.28k, False: 1.34k]
  |  Branch (11943:38): [True: 1.34k, False: 1]
  ------------------
11944|  3.63k|                d->d_base->wrapper == p->wrapper &&
  ------------------
  |  Branch (11944:17): [True: 2.90k, False: 726]
  ------------------
11945|  2.90k|                is_subtype_with_mro(lookup_tp_mro(type), type, PyDescr_TYPE(d)))
  ------------------
  |  |   35|  2.90k|#define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
  ------------------
  |  Branch (11945:17): [True: 2.90k, False: 0]
  ------------------
11946|  2.90k|            {
11947|  2.90k|                specific = d->d_wrapped;
11948|  2.90k|            }
11949|    727|            else {
11950|       |                /* We cannot use the specific slot function because either
11951|       |                   - it is not unique: there are multiple methods for this
11952|       |                     slot and they conflict
11953|       |                   - the signature is wrong (as checked by the ->wrapper
11954|       |                     comparison above)
11955|       |                   - it's wrapping the wrong class
11956|       |                 */
11957|    727|                use_generic = 1;
11958|    727|            }
11959|  3.63k|        }
11960|  1.09k|        else if (Py_IS_TYPE(descr, &PyCFunction_Type) &&
  ------------------
  |  |  215|  2.19k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 201, False: 897]
  |  |  ------------------
  ------------------
11961|    201|                 PyCFunction_GET_FUNCTION(descr) ==
  ------------------
  |  |   43|    201|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    201|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    201|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11961:18): [True: 201, False: 0]
  ------------------
11962|  1.09k|                 _PyCFunction_CAST(tp_new_wrapper) &&
  ------------------
  |  |   53|  1.09k|    _Py_FUNC_CAST(PyCFunction, func)
  |  |  ------------------
  |  |  |  |   47|    201|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11963|    201|                 ptr == (void**)&type->tp_new)
  ------------------
  |  Branch (11963:18): [True: 201, False: 0]
  ------------------
11964|    201|        {
11965|       |            /* The __new__ wrapper is not a wrapper descriptor,
11966|       |               so must be special-cased differently.
11967|       |               If we don't do this, creating an instance will
11968|       |               always use slot_tp_new which will look up
11969|       |               __new__ in the MRO which will call tp_new_wrapper
11970|       |               which will look through the base classes looking
11971|       |               for a static base and call its tp_new (usually
11972|       |               PyType_GenericNew), after performing various
11973|       |               sanity checks and constructing a new argument
11974|       |               list.  Cut all that nonsense short -- this speeds
11975|       |               up instance creation tremendously. */
11976|    201|            specific = (void *)type->tp_new;
11977|       |            /* XXX I'm not 100% sure that there isn't a hole
11978|       |               in this reasoning that requires additional
11979|       |               sanity checks.  I'll buy the first person to
11980|       |               point out a bug in this reasoning a beer. */
11981|    201|        }
11982|    897|        else if (descr == Py_None &&
  ------------------
  |  |  616|  1.79k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (11982:18): [True: 26, False: 871]
  ------------------
11983|     26|                 ptr == (void**)&type->tp_hash) {
  ------------------
  |  Branch (11983:18): [True: 26, False: 0]
  ------------------
11984|       |            /* We specifically allow __hash__ to be set to None
11985|       |               to prevent inheritance of the default
11986|       |               implementation from object.__hash__ */
11987|     26|            specific = (void *)PyObject_HashNotImplemented;
11988|     26|        }
11989|    871|        else {
11990|    871|            use_generic = 1;
11991|    871|            if (generic == NULL && Py_IS_TYPE(descr, &PyMethodDescr_Type) &&
  ------------------
  |  |  215|  1.56k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    697|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    697|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 13, False: 684]
  |  |  ------------------
  ------------------
  |  Branch (11991:17): [True: 697, False: 174]
  ------------------
11992|     13|                *ptr == ((PyMethodDescrObject *)descr)->d_method->ml_meth)
  ------------------
  |  Branch (11992:17): [True: 5, False: 8]
  ------------------
11993|      5|            {
11994|      5|                generic = *ptr;
11995|      5|            }
11996|    866|            else {
11997|    866|                generic = p->function;
11998|    866|            }
11999|    871|            if (p->function == slot_tp_call) {
  ------------------
  |  Branch (11999:17): [True: 15, False: 856]
  ------------------
12000|       |                /* A generic __call__ is incompatible with vectorcall */
12001|     15|                if (queued_updates == NULL) {
  ------------------
  |  Branch (12001:21): [True: 15, False: 0]
  ------------------
12002|     15|                    type_clear_flags(type, Py_TPFLAGS_HAVE_VECTORCALL);
  ------------------
  |  |  510|     15|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
12003|     15|                }
12004|     15|            }
12005|    871|        }
12006|  4.73k|        PyStackRef_CLOSE(descr_ref);
12007|  21.1k|    } while ((++p)->offset == offset);
  ------------------
  |  Branch (12007:14): [True: 6.08k, False: 15.0k]
  ------------------
12008|       |
12009|  15.0k|    void *slot_value;
12010|  15.0k|    if (specific && !use_generic) {
  ------------------
  |  Branch (12010:9): [True: 2.00k, False: 13.0k]
  |  Branch (12010:21): [True: 1.94k, False: 54]
  ------------------
12011|  1.94k|        slot_value = specific;
12012|  13.1k|    } else {
12013|  13.1k|        slot_value = generic;
12014|  13.1k|    }
12015|       |
12016|       |#ifdef Py_GIL_DISABLED
12017|       |    if (queued_updates != NULL) {
12018|       |        // queue the update to perform later, while world is stopped
12019|       |        if (queue_slot_update(queued_updates, type, ptr, slot_value) < 0) {
12020|       |            return -1;
12021|       |        }
12022|       |    } else {
12023|       |        // do the update to the type structure now
12024|       |        *ptr = slot_value;
12025|       |    }
12026|       |#else
12027|       |    // always do the update immediately
12028|  15.0k|    assert(queued_updates == NULL);
  ------------------
  |  Branch (12028:5): [True: 15.0k, False: 0]
  ------------------
12029|  15.0k|    *ptr = slot_value;
12030|  15.0k|#endif
12031|       |
12032|  15.0k|    if (next_p != NULL) {
  ------------------
  |  Branch (12032:9): [True: 15.0k, False: 24]
  ------------------
12033|  15.0k|        *next_p = p;
12034|  15.0k|    }
12035|  15.0k|    return 0;
12036|  15.0k|}
typeobject.c:slotptr:
11764|  88.9k|{
11765|  88.9k|    char *ptr;
11766|  88.9k|    long offset = ioffset;
11767|       |
11768|       |    /* Note: this depends on the order of the members of PyHeapTypeObject! */
11769|  88.9k|    assert(offset >= 0);
  ------------------
  |  Branch (11769:5): [True: 88.9k, False: 0]
  ------------------
11770|  88.9k|    assert((size_t)offset < offsetof(PyHeapTypeObject, ht_name));
  ------------------
  |  Branch (11770:5): [True: 88.9k, False: 0]
  ------------------
11771|  88.9k|    if ((size_t)offset >= offsetof(PyHeapTypeObject, as_buffer)) {
  ------------------
  |  Branch (11771:9): [True: 1.97k, False: 87.0k]
  ------------------
11772|  1.97k|        ptr = (char *)type->tp_as_buffer;
11773|  1.97k|        offset -= offsetof(PyHeapTypeObject, as_buffer);
11774|  1.97k|    }
11775|  87.0k|    else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_sequence)) {
  ------------------
  |  Branch (11775:14): [True: 9.62k, False: 77.3k]
  ------------------
11776|  9.62k|        ptr = (char *)type->tp_as_sequence;
11777|  9.62k|        offset -= offsetof(PyHeapTypeObject, as_sequence);
11778|  9.62k|    }
11779|  77.3k|    else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_mapping)) {
  ------------------
  |  Branch (11779:14): [True: 3.84k, False: 73.5k]
  ------------------
11780|  3.84k|        ptr = (char *)type->tp_as_mapping;
11781|  3.84k|        offset -= offsetof(PyHeapTypeObject, as_mapping);
11782|  3.84k|    }
11783|  73.5k|    else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_number)) {
  ------------------
  |  Branch (11783:14): [True: 45.7k, False: 27.8k]
  ------------------
11784|  45.7k|        ptr = (char *)type->tp_as_number;
11785|  45.7k|        offset -= offsetof(PyHeapTypeObject, as_number);
11786|  45.7k|    }
11787|  27.8k|    else if ((size_t)offset >= offsetof(PyHeapTypeObject, as_async)) {
  ------------------
  |  Branch (11787:14): [True: 2.95k, False: 24.8k]
  ------------------
11788|  2.95k|        ptr = (char *)type->tp_as_async;
11789|  2.95k|        offset -= offsetof(PyHeapTypeObject, as_async);
11790|  2.95k|    }
11791|  24.8k|    else {
11792|  24.8k|        ptr = (char *)type;
11793|  24.8k|    }
11794|  88.9k|    if (ptr != NULL)
  ------------------
  |  Branch (11794:9): [True: 63.5k, False: 25.4k]
  ------------------
11795|  63.5k|        ptr += offset;
11796|  88.9k|    return (void **)ptr;
11797|  88.9k|}
typeobject.c:tp_new_wrapper:
10383|    271|{
10384|    271|    PyTypeObject *staticbase;
10385|    271|    PyObject *arg0, *res;
10386|       |
10387|    271|    if (self == NULL || !PyType_Check(self)) {
  ------------------
  |  |  766|    271|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    271|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    271|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10387:9): [True: 0, False: 271]
  |  Branch (10387:25): [True: 0, False: 271]
  ------------------
10388|      0|        PyErr_Format(PyExc_SystemError,
10389|      0|                     "__new__() called with non-type 'self'");
10390|      0|        return NULL;
10391|      0|    }
10392|    271|    PyTypeObject *type = (PyTypeObject *)self;
10393|       |
10394|    271|    if (nargs < 1) {
  ------------------
  |  Branch (10394:9): [True: 0, False: 271]
  ------------------
10395|      0|        PyErr_Format(PyExc_TypeError,
10396|      0|                     "%s.__new__(): not enough arguments",
10397|      0|                     type->tp_name);
10398|      0|        return NULL;
10399|      0|    }
10400|    271|    arg0 = args[0];
10401|    271|    if (!PyType_Check(arg0)) {
  ------------------
  |  |  766|    271|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    271|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    271|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10401:9): [True: 0, False: 271]
  ------------------
10402|      0|        PyErr_Format(PyExc_TypeError,
10403|      0|                     "%s.__new__(X): X is not a type object (%s)",
10404|      0|                     type->tp_name,
10405|      0|                     Py_TYPE(arg0)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10406|      0|        return NULL;
10407|      0|    }
10408|    271|    PyTypeObject *subtype = (PyTypeObject *)arg0;
10409|       |
10410|    271|    if (!PyType_IsSubtype(subtype, type)) {
  ------------------
  |  Branch (10410:9): [True: 0, False: 271]
  ------------------
10411|      0|        PyErr_Format(PyExc_TypeError,
10412|      0|                     "%s.__new__(%s): %s is not a subtype of %s",
10413|      0|                     type->tp_name,
10414|      0|                     subtype->tp_name,
10415|      0|                     subtype->tp_name,
10416|      0|                     type->tp_name);
10417|      0|        return NULL;
10418|      0|    }
10419|       |
10420|       |    /* Check that the use doesn't do something silly and unsafe like
10421|       |       object.__new__(dict).  To do this, we check that the
10422|       |       most derived base that's not a heap type is this type. */
10423|    271|    staticbase = subtype;
10424|    563|    while (staticbase && (staticbase->tp_new == slot_tp_new))
  ------------------
  |  Branch (10424:12): [True: 563, False: 0]
  |  Branch (10424:26): [True: 292, False: 271]
  ------------------
10425|    292|        staticbase = staticbase->tp_base;
10426|       |    /* If staticbase is NULL now, it is a really weird type.
10427|       |       In the spirit of backwards compatibility (?), just shut up. */
10428|    271|    if (staticbase && staticbase->tp_new != type->tp_new) {
  ------------------
  |  Branch (10428:9): [True: 271, False: 0]
  |  Branch (10428:23): [True: 0, False: 271]
  ------------------
10429|      0|        if (staticbase->tp_new == NULL) {
  ------------------
  |  Branch (10429:13): [True: 0, False: 0]
  ------------------
10430|      0|            PyErr_Format(PyExc_TypeError,
10431|      0|                         "cannot create '%s' instances", subtype->tp_name);
10432|      0|            return NULL;
10433|      0|        }
10434|      0|        PyErr_Format(PyExc_TypeError,
10435|      0|                     "%s.__new__(%s) is not safe, use %s.__new__()",
10436|      0|                     type->tp_name,
10437|      0|                     subtype->tp_name,
10438|      0|                     staticbase->tp_name);
10439|      0|        return NULL;
10440|      0|    }
10441|       |
10442|    271|    PyObject *args_tuple = PyTuple_FromArray(args + 1, nargs - 1);
10443|    271|    if (args_tuple == NULL) {
  ------------------
  |  Branch (10443:9): [True: 0, False: 271]
  ------------------
10444|      0|        return NULL;
10445|      0|    }
10446|    271|    PyObject *kwds = NULL;
10447|    271|    if (kwnames != NULL) {
  ------------------
  |  Branch (10447:9): [True: 0, False: 271]
  ------------------
10448|      0|        kwds = _PyStack_AsDict(args + nargs, kwnames);
10449|      0|        if (kwds == NULL) {
  ------------------
  |  Branch (10449:13): [True: 0, False: 0]
  ------------------
10450|      0|            Py_DECREF(args_tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10451|      0|            return NULL;
10452|      0|        }
10453|      0|    }
10454|    271|    res = type->tp_new(subtype, args_tuple, kwds);
10455|    271|    Py_DECREF(args_tuple);
  ------------------
  |  |  430|    271|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    271|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    271|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10456|    271|    Py_XDECREF(kwds);
  ------------------
  |  |  524|    271|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    271|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    271|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10457|    271|    return res;
10458|    271|}
typeobject.c:slot_tp_new:
11167|    244|{
11168|    244|    PyThreadState *tstate = _PyThreadState_GET();
11169|    244|    PyObject *result;
11170|       |
11171|    244|    _PyCStackRef func_ref;
11172|    244|    _PyThreadState_PushCStackRef(tstate, &func_ref);
11173|    244|    func_ref.ref = _PyObject_GetAttrStackRef((PyObject *)type, &_Py_ID(__new__));
  ------------------
  |  |  917|    244|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    244|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    244|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11174|    244|    if (PyStackRef_IsNull(func_ref.ref)) {
  ------------------
  |  |  470|    244|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|    244|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    244|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 244]
  |  |  ------------------
  ------------------
11175|      0|        _PyThreadState_PopCStackRef(tstate, &func_ref);
11176|      0|        return NULL;
11177|      0|    }
11178|       |
11179|    244|    PyObject *func = PyStackRef_AsPyObjectBorrow(func_ref.ref);
11180|    244|    result = _PyObject_Call_Prepend(tstate, func, (PyObject *)type, args, kwds);
11181|    244|    _PyThreadState_PopCStackRef(tstate, &func_ref);
11182|    244|    return result;
11183|    244|}
typeobject.c:slot_tp_call:
10912|     24|{
10913|     24|    return call_method(self, &_Py_ID(__call__), args, kwds);
  ------------------
  |  |  917|     24|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     24|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     24|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10914|     24|}
typeobject.c:call_method:
 3086|    267|{
 3087|    267|    PyThreadState *tstate = _PyThreadState_GET();
 3088|    267|    _PyCStackRef cref;
 3089|    267|    _PyThreadState_PushCStackRef(tstate, &cref);
 3090|    267|    PyObject *res = NULL;
 3091|    267|    int unbound = lookup_method(self, attr, &cref.ref);
 3092|    267|    if (unbound >= 0) {
  ------------------
  |  Branch (3092:9): [True: 267, False: 0]
  ------------------
 3093|    267|        PyObject *meth = PyStackRef_AsPyObjectBorrow(cref.ref);
 3094|    267|        if (unbound) {
  ------------------
  |  Branch (3094:13): [True: 267, False: 0]
  ------------------
 3095|    267|            res = _PyObject_Call_Prepend(tstate, meth, self, args, kwds);
 3096|    267|        }
 3097|      0|        else {
 3098|      0|            res = _PyObject_Call(tstate, meth, args, kwds);
 3099|      0|        }
 3100|    267|    }
 3101|    267|    _PyThreadState_PopCStackRef(tstate, &cref);
 3102|    267|    return res;
 3103|    267|}
typeobject.c:lookup_method:
 3035|    709|{
 3036|    709|    return lookup_method_ex(self, attr, out, 1);
 3037|    709|}
typeobject.c:type_traverse:
 7168|    492|{
 7169|    492|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|    492|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 7170|       |
 7171|       |    /* Because of type_is_gc(), the collector only calls this
 7172|       |       for heaptypes. */
 7173|    492|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    492|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (7173:9): [True: 0, False: 492]
  ------------------
 7174|      0|        char msg[200];
 7175|      0|        sprintf(msg, "type_traverse() called on non-heap type '%.100s'",
 7176|      0|                type->tp_name);
 7177|      0|        _PyObject_ASSERT_FAILED_MSG((PyObject *)type, msg);
  ------------------
  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  ------------------
 7178|      0|    }
 7179|       |
 7180|    492|    Py_VISIT(type->tp_dict);
  ------------------
  |  |  194|    492|    do {                                                                \
  |  |  195|    492|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 492, False: 0]
  |  |  ------------------
  |  |  196|    492|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    492|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    492|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    492|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 492]
  |  |  ------------------
  |  |  198|    492|                return vret;                                            \
  |  |  199|    492|        }                                                               \
  |  |  200|    492|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 492]
  |  |  ------------------
  ------------------
 7181|    492|    Py_VISIT(type->tp_cache);
  ------------------
  |  |  194|    492|    do {                                                                \
  |  |  195|    492|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 492]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|    492|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 492]
  |  |  ------------------
  ------------------
 7182|    492|    Py_VISIT(type->tp_mro);
  ------------------
  |  |  194|    492|    do {                                                                \
  |  |  195|    492|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 492, False: 0]
  |  |  ------------------
  |  |  196|    492|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    492|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    492|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    492|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 492]
  |  |  ------------------
  |  |  198|    492|                return vret;                                            \
  |  |  199|    492|        }                                                               \
  |  |  200|    492|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 492]
  |  |  ------------------
  ------------------
 7183|    492|    Py_VISIT(type->tp_bases);
  ------------------
  |  |  194|    492|    do {                                                                \
  |  |  195|    492|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 492, False: 0]
  |  |  ------------------
  |  |  196|    492|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    492|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    492|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    492|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 492]
  |  |  ------------------
  |  |  198|    492|                return vret;                                            \
  |  |  199|    492|        }                                                               \
  |  |  200|    492|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 492]
  |  |  ------------------
  ------------------
 7184|    492|    Py_VISIT(type->tp_base);
  ------------------
  |  |  194|    492|    do {                                                                \
  |  |  195|    492|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 492, False: 0]
  |  |  ------------------
  |  |  196|    492|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    492|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    492|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    492|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 492]
  |  |  ------------------
  |  |  198|    492|                return vret;                                            \
  |  |  199|    492|        }                                                               \
  |  |  200|    492|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 492]
  |  |  ------------------
  ------------------
 7185|    492|    Py_VISIT(((PyHeapTypeObject *)type)->ht_module);
  ------------------
  |  |  194|    492|    do {                                                                \
  |  |  195|    492|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 134, False: 358]
  |  |  ------------------
  |  |  196|    134|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    134|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    134|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    134|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 134]
  |  |  ------------------
  |  |  198|    134|                return vret;                                            \
  |  |  199|    134|        }                                                               \
  |  |  200|    492|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 492]
  |  |  ------------------
  ------------------
 7186|       |
 7187|       |    /* There's no need to visit others because they can't be involved
 7188|       |       in cycles:
 7189|       |       type->tp_subclasses is a list of weak references,
 7190|       |       ((PyHeapTypeObject *)type)->ht_slots is a tuple of strings,
 7191|       |       ((PyHeapTypeObject *)type)->ht_*name are strings.
 7192|       |       */
 7193|       |
 7194|    492|    return 0;
 7195|    492|}
typeobject.c:type_clear:
 7199|      1|{
 7200|      1|    PyTypeObject *type = PyTypeObject_CAST(self);
  ------------------
  |  |  200|      1|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 7201|       |
 7202|       |    /* Because of type_is_gc(), the collector only calls this
 7203|       |       for heaptypes. */
 7204|      1|    _PyObject_ASSERT((PyObject *)type, type->tp_flags & Py_TPFLAGS_HEAPTYPE);
  ------------------
  |  |  423|      1|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      1|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      1|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      1|      ? (void)(0) \
  |  |  |  |  |  |  416|      1|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7205|       |
 7206|       |    /* We need to invalidate the method cache carefully before clearing
 7207|       |       the dict, so that other objects caught in a reference cycle
 7208|       |       don't start calling destroyed methods.
 7209|       |
 7210|       |       Otherwise, we need to clear tp_mro, which is
 7211|       |       part of a hard cycle (its first element is the class itself) that
 7212|       |       won't be broken otherwise (it's a tuple and tuples don't have a
 7213|       |       tp_clear handler).
 7214|       |       We also need to clear ht_module, if present: the module usually holds a
 7215|       |       reference to its class. None of the other fields need to be
 7216|       |
 7217|       |       cleared, and here's why:
 7218|       |
 7219|       |       tp_cache:
 7220|       |           Not used; if it were, it would be a dict.
 7221|       |
 7222|       |       tp_bases, tp_base:
 7223|       |           If these are involved in a cycle, there must be at least
 7224|       |           one other, mutable object in the cycle, e.g. a base
 7225|       |           class's dict; the cycle will be broken that way.
 7226|       |
 7227|       |       tp_subclasses:
 7228|       |           A dict of weak references can't be part of a cycle; and
 7229|       |           dicts have their own tp_clear.
 7230|       |
 7231|       |       slots (in PyHeapTypeObject):
 7232|       |           A tuple of strings can't be part of a cycle.
 7233|       |    */
 7234|       |
 7235|      1|    PyType_Modified(type);
 7236|      1|    PyObject *dict = lookup_tp_dict(type);
 7237|      1|    if (dict) {
  ------------------
  |  Branch (7237:9): [True: 1, False: 0]
  ------------------
 7238|      1|        PyDict_Clear(dict);
 7239|      1|    }
 7240|      1|    Py_CLEAR(((PyHeapTypeObject *)type)->ht_module);
  ------------------
  |  |  484|      1|    do { \
  |  |  485|      1|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      1|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      1|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 1]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 7241|       |
 7242|      1|    Py_CLEAR(type->tp_mro);
  ------------------
  |  |  484|      1|    do { \
  |  |  485|      1|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      1|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      1|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      1|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1, False: 0]
  |  |  ------------------
  |  |  488|      1|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      1|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      1|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      1|        } \
  |  |  491|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 7243|       |
 7244|      1|    return 0;
 7245|      1|}
typeobject.c:type_mro_impl:
 3532|     74|{
 3533|     74|    PyObject *seq;
 3534|     74|    seq = mro_implementation(self);
 3535|     74|    if (seq != NULL && !PyList_Check(seq)) {
  ------------------
  |  |   25|     74|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     74|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3535:9): [True: 74, False: 0]
  |  Branch (3535:24): [True: 61, False: 13]
  ------------------
 3536|     61|        Py_SETREF(seq, PySequence_List(seq));
  ------------------
  |  |  352|     61|    do { \
  |  |  353|     61|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     61|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|     61|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     61|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|     61|        *_tmp_dst_ptr = (src); \
  |  |  356|     61|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|     61|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     61|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     61|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|     61|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 61]
  |  |  ------------------
  ------------------
 3537|     61|    }
 3538|     74|    return seq;
 3539|     74|}
typeobject.c:mro_implementation:
 3515|     74|{
 3516|     74|    PyObject *mro;
 3517|     74|    BEGIN_TYPE_LOCK();
 3518|     74|    mro = mro_implementation_unlocked(type);
 3519|     74|    END_TYPE_LOCK();
 3520|     74|    return mro;
 3521|     74|}
typeobject.c:mro_implementation_unlocked:
 3427|    756|{
 3428|    756|    ASSERT_TYPE_LOCK_HELD();
 3429|       |
 3430|    756|    if (!_PyType_IsReady(type)) {
  ------------------
  |  Branch (3430:9): [True: 0, False: 756]
  ------------------
 3431|      0|        if (PyType_Ready(type) < 0)
  ------------------
  |  Branch (3431:13): [True: 0, False: 0]
  ------------------
 3432|      0|            return NULL;
 3433|      0|    }
 3434|       |
 3435|    756|    PyObject *bases = lookup_tp_bases(type);
 3436|    756|    Py_ssize_t n = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|    756|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3437|  1.53k|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3437:28): [True: 782, False: 756]
  ------------------
 3438|  1.56k|        PyTypeObject *base = _PyType_CAST(PyTuple_GET_ITEM(bases, i));
  ------------------
  |  |  770|    782|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (37:38): [True: 782, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3438:30): [True: 782, False: 0]
  |  Branch (3438:30): [True: 782, False: 0]
  ------------------
 3439|    782|        if (lookup_tp_mro(base) == NULL) {
  ------------------
  |  Branch (3439:13): [True: 0, False: 782]
  ------------------
 3440|      0|            PyErr_Format(PyExc_TypeError,
 3441|      0|                         "Cannot extend an incomplete type '%.100s'",
 3442|      0|                         base->tp_name);
 3443|      0|            return NULL;
 3444|      0|        }
 3445|  1.56k|        assert(PyTuple_Check(lookup_tp_mro(base)));
  ------------------
  |  Branch (3445:9): [True: 782, False: 0]
  ------------------
 3446|    782|    }
 3447|       |
 3448|    756|    if (n == 1) {
  ------------------
  |  Branch (3448:9): [True: 729, False: 27]
  ------------------
 3449|       |        /* Fast path: if there is a single base, constructing the MRO
 3450|       |         * is trivial.
 3451|       |         */
 3452|  1.45k|        PyTypeObject *base = _PyType_CAST(PyTuple_GET_ITEM(bases, 0));
  ------------------
  |  |  770|    729|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.45k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (37:38): [True: 729, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3452:30): [True: 729, False: 0]
  |  Branch (3452:30): [True: 729, False: 0]
  ------------------
 3453|      0|        PyObject *base_mro = lookup_tp_mro(base);
 3454|  1.45k|        assert(base_mro != NULL);
  ------------------
  |  Branch (3454:9): [True: 729, False: 0]
  ------------------
 3455|    729|        Py_ssize_t k = PyTuple_GET_SIZE(base_mro);
  ------------------
  |  |   27|    729|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    729|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    729|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3456|    729|        PyObject *result = PyTuple_New(k + 1);
 3457|    729|        if (result == NULL) {
  ------------------
  |  Branch (3457:13): [True: 0, False: 729]
  ------------------
 3458|      0|            return NULL;
 3459|      0|        }
 3460|       |
 3461|    729|        ;
 3462|    729|        PyTuple_SET_ITEM(result, 0, Py_NewRef(type));
  ------------------
  |  |   40|    729|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    729|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    729|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    729|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    729|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3463|  2.15k|        for (Py_ssize_t i = 0; i < k; i++) {
  ------------------
  |  Branch (3463:32): [True: 1.42k, False: 729]
  ------------------
 3464|  1.42k|            PyObject *cls = PyTuple_GET_ITEM(base_mro, i);
  ------------------
  |  |   29|  1.42k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.42k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3464:29): [True: 1.42k, False: 0]
  ------------------
 3465|  1.42k|            PyTuple_SET_ITEM(result, i + 1, Py_NewRef(cls));
  ------------------
  |  |   40|  1.42k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  1.42k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.42k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3466|  1.42k|        }
 3467|    729|        return result;
 3468|    729|    }
 3469|       |
 3470|       |    /* This is just a basic sanity check. */
 3471|     27|    if (check_duplicates(bases) < 0) {
  ------------------
  |  Branch (3471:9): [True: 0, False: 27]
  ------------------
 3472|      0|        return NULL;
 3473|      0|    }
 3474|       |
 3475|       |    /* Find a superclass linearization that honors the constraints
 3476|       |       of the explicit tuples of bases and the constraints implied by
 3477|       |       each base class.
 3478|       |
 3479|       |       to_merge is an array of tuples, where each tuple is a superclass
 3480|       |       linearization implied by a base class.  The last element of
 3481|       |       to_merge is the declared tuple of bases.
 3482|       |    */
 3483|     27|    PyObject **to_merge = PyMem_New(PyObject *, n + 1);
  ------------------
  |  |   64|     27|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|     27|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 27]
  |  |  ------------------
  |  |   65|     27|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 3484|     27|    if (to_merge == NULL) {
  ------------------
  |  Branch (3484:9): [True: 0, False: 27]
  ------------------
 3485|      0|        PyErr_NoMemory();
 3486|      0|        return NULL;
 3487|      0|    }
 3488|       |
 3489|     27|    PyObject *mro_to_merge;
 3490|     80|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3490:28): [True: 53, False: 27]
  ------------------
 3491|    106|        PyTypeObject *base = _PyType_CAST(PyTuple_GET_ITEM(bases, i));
  ------------------
  |  |  770|     53|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (37:38): [True: 53, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3491:30): [True: 53, False: 0]
  |  Branch (3491:30): [True: 53, False: 0]
  ------------------
 3492|      0|        mro_to_merge = lookup_tp_mro(base);
 3493|    106|        assert(mro_to_merge != NULL);
  ------------------
  |  Branch (3493:9): [True: 53, False: 0]
  ------------------
 3494|     53|        to_merge[i] = mro_to_merge;
 3495|     53|    }
 3496|     27|    to_merge[n] = bases;
 3497|       |
 3498|     27|    PyObject *result = PyList_New(1);
 3499|     27|    if (result == NULL) {
  ------------------
  |  Branch (3499:9): [True: 0, False: 27]
  ------------------
 3500|      0|        PyMem_Free(to_merge);
 3501|      0|        return NULL;
 3502|      0|    }
 3503|       |
 3504|     27|    PyList_SET_ITEM(result, 0, Py_NewRef(type));
  ------------------
  |  |   50|     27|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3505|     27|    if (pmerge(result, to_merge, n + 1) < 0) {
  ------------------
  |  Branch (3505:9): [True: 0, False: 27]
  ------------------
 3506|      0|        Py_CLEAR(result);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3507|      0|    }
 3508|     27|    PyMem_Free(to_merge);
 3509|       |
 3510|     27|    return result;
 3511|     27|}
typeobject.c:check_duplicates:
 3266|     27|{
 3267|     27|    Py_ssize_t i, j, n;
 3268|       |    /* Let's use a quadratic time algorithm,
 3269|       |       assuming that the bases tuples is short.
 3270|       |    */
 3271|     27|    n = PyTuple_GET_SIZE(tuple);
  ------------------
  |  |   27|     27|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     27|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     27|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3272|     80|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (3272:17): [True: 53, False: 27]
  ------------------
 3273|     53|        PyObject *o = PyTuple_GET_ITEM(tuple, i);
  ------------------
  |  |   29|     53|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     53|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     53|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3273:23): [True: 53, False: 0]
  ------------------
 3274|     84|        for (j = i + 1; j < n; j++) {
  ------------------
  |  Branch (3274:25): [True: 31, False: 53]
  ------------------
 3275|     62|            if (PyTuple_GET_ITEM(tuple, j) == o) {
  ------------------
  |  |   29|     31|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     31|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3275:17): [True: 31, False: 0]
  |  Branch (3275:17): [True: 0, False: 31]
  ------------------
 3276|      0|                o = class_name(o);
 3277|      0|                if (o != NULL) {
  ------------------
  |  Branch (3277:21): [True: 0, False: 0]
  ------------------
 3278|      0|                    if (PyUnicode_Check(o)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3279|      0|                        PyErr_Format(PyExc_TypeError,
 3280|      0|                                     "duplicate base class %U", o);
 3281|      0|                    }
 3282|      0|                    else {
 3283|      0|                        PyErr_SetString(PyExc_TypeError,
 3284|      0|                                        "duplicate base class");
 3285|      0|                    }
 3286|      0|                    Py_DECREF(o);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3287|      0|                }
 3288|      0|                return -1;
 3289|      0|            }
 3290|     31|        }
 3291|     53|    }
 3292|     27|    return 0;
 3293|     27|}
typeobject.c:pmerge:
 3357|     27|{
 3358|     27|    int res = 0;
 3359|     27|    Py_ssize_t i, j, empty_cnt;
 3360|     27|    Py_ssize_t *remain;
 3361|       |
 3362|       |    /* remain stores an index into each sublist of to_merge.
 3363|       |       remain[i] is the index of the next base in to_merge[i]
 3364|       |       that is not included in acc.
 3365|       |    */
 3366|     27|    remain = PyMem_New(Py_ssize_t, to_merge_size);
  ------------------
  |  |   64|     27|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|     27|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 27]
  |  |  ------------------
  |  |   65|     27|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 3367|     27|    if (remain == NULL) {
  ------------------
  |  Branch (3367:9): [True: 0, False: 27]
  ------------------
 3368|      0|        PyErr_NoMemory();
 3369|      0|        return -1;
 3370|      0|    }
 3371|    107|    for (i = 0; i < to_merge_size; i++)
  ------------------
  |  Branch (3371:17): [True: 80, False: 27]
  ------------------
 3372|     80|        remain[i] = 0;
 3373|       |
 3374|    148|  again:
 3375|    148|    empty_cnt = 0;
 3376|    284|    for (i = 0; i < to_merge_size; i++) {
  ------------------
  |  Branch (3376:17): [True: 257, False: 27]
  ------------------
 3377|    257|        PyObject *candidate;
 3378|       |
 3379|    257|        PyObject *cur_tuple = to_merge[i];
 3380|       |
 3381|    257|        if (remain[i] >= PyTuple_GET_SIZE(cur_tuple)) {
  ------------------
  |  |   27|    257|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    257|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    257|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3381:13): [True: 80, False: 177]
  ------------------
 3382|     80|            empty_cnt++;
 3383|     80|            continue;
 3384|     80|        }
 3385|       |
 3386|       |        /* Choose next candidate for MRO.
 3387|       |
 3388|       |           The input sequences alone can determine the choice.
 3389|       |           If not, choose the class which appears in the MRO
 3390|       |           of the earliest direct superclass of the new class.
 3391|       |        */
 3392|       |
 3393|    177|        candidate = PyTuple_GET_ITEM(cur_tuple, remain[i]);
  ------------------
  |  |   29|    177|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    177|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    177|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3393:21): [True: 177, False: 0]
  ------------------
 3394|    614|        for (j = 0; j < to_merge_size; j++) {
  ------------------
  |  Branch (3394:21): [True: 493, False: 121]
  ------------------
 3395|    493|            PyObject *j_lst = to_merge[j];
 3396|    493|            if (tail_contains(j_lst, remain[j], candidate))
  ------------------
  |  Branch (3396:17): [True: 56, False: 437]
  ------------------
 3397|     56|                goto skip; /* continue outer loop */
 3398|    493|        }
 3399|    121|        res = PyList_Append(acc, candidate);
 3400|    121|        if (res < 0)
  ------------------
  |  Branch (3400:13): [True: 0, False: 121]
  ------------------
 3401|      0|            goto out;
 3402|       |
 3403|    497|        for (j = 0; j < to_merge_size; j++) {
  ------------------
  |  Branch (3403:21): [True: 376, False: 121]
  ------------------
 3404|    376|            PyObject *j_lst = to_merge[j];
 3405|    376|            if (remain[j] < PyTuple_GET_SIZE(j_lst) &&
  ------------------
  |  |   27|    752|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    376|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    376|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3405:17): [True: 308, False: 68]
  ------------------
 3406|    616|                PyTuple_GET_ITEM(j_lst, remain[j]) == candidate) {
  ------------------
  |  |   29|    308|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    308|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    308|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3406:17): [True: 308, False: 0]
  |  Branch (3406:17): [True: 221, False: 87]
  ------------------
 3407|    221|                remain[j]++;
 3408|    221|            }
 3409|    376|        }
 3410|    121|        goto again;
 3411|     56|      skip: ;
 3412|     56|    }
 3413|       |
 3414|     27|    if (empty_cnt != to_merge_size) {
  ------------------
  |  Branch (3414:9): [True: 0, False: 27]
  ------------------
 3415|      0|        set_mro_error(to_merge, to_merge_size, remain);
 3416|      0|        res = -1;
 3417|      0|    }
 3418|       |
 3419|     27|  out:
 3420|     27|    PyMem_Free(remain);
 3421|       |
 3422|     27|    return res;
 3423|     27|}
typeobject.c:tail_contains:
 3242|    493|{
 3243|    493|    Py_ssize_t j, size;
 3244|    493|    size = PyTuple_GET_SIZE(tuple);
  ------------------
  |  |   27|    493|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    493|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    493|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3245|       |
 3246|    888|    for (j = whence+1; j < size; j++) {
  ------------------
  |  Branch (3246:24): [True: 451, False: 437]
  ------------------
 3247|    902|        if (PyTuple_GET_ITEM(tuple, j) == o)
  ------------------
  |  |   29|    451|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    451|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    451|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3247:13): [True: 451, False: 0]
  |  Branch (3247:13): [True: 56, False: 395]
  ------------------
 3248|     56|            return 1;
 3249|    451|    }
 3250|    437|    return 0;
 3251|    493|}
typeobject.c:type___subclasses___impl:
 7026|     37|{
 7027|     37|    return _PyType_GetSubclasses(self);
 7028|     37|}
typeobject.c:type_prepare:
 7033|    209|{
 7034|    209|    return PyDict_New();
 7035|    209|}
typeobject.c:type___instancecheck___impl:
 2350|     72|{
 2351|     72|    return _PyObject_RealIsInstance(instance, (PyObject *)self);
 2352|     72|}
typeobject.c:type___subclasscheck___impl:
 2366|     10|{
 2367|     10|    return _PyObject_RealIsSubclass(subclass, (PyObject *)self);
 2368|     10|}
typeobject.c:check_set_special_type_attr:
 1484|      3|{
 1485|      3|    if (!value) {
  ------------------
  |  Branch (1485:9): [True: 0, False: 3]
  ------------------
 1486|      0|        PyErr_Format(PyExc_TypeError,
 1487|      0|                     "cannot delete '%s' attribute of type '%s'",
 1488|      0|                     name, type->tp_name);
 1489|      0|        return 0;
 1490|      0|    }
 1491|      3|    if (_PyType_HasFeature(type, Py_TPFLAGS_IMMUTABLETYPE)) {
  ------------------
  |  |  500|      3|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (1491:9): [True: 0, False: 3]
  ------------------
 1492|      0|        PyErr_Format(PyExc_TypeError,
 1493|      0|                     "cannot set '%s' attribute of immutable type '%s'",
 1494|      0|                     name, type->tp_name);
 1495|      0|        return 0;
 1496|      0|    }
 1497|       |
 1498|      3|    if (PySys_Audit("object.__setattr__", "OsO",
  ------------------
  |  Branch (1498:9): [True: 0, False: 3]
  ------------------
 1499|      3|                    type, name, value) < 0) {
 1500|      0|        return 0;
 1501|      0|    }
 1502|       |
 1503|      3|    return 1;
 1504|      3|}
typeobject.c:type_get_bases:
 1754|     65|{
 1755|     65|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     65|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1756|     65|    PyObject *bases = _PyType_GetBases(type);
 1757|     65|    if (bases == NULL) {
  ------------------
  |  Branch (1757:9): [True: 0, False: 65]
  ------------------
 1758|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1759|      0|    }
 1760|     65|    return bases;
 1761|     65|}
typeobject.c:mro_internal:
 3651|    756|{
 3652|    756|    ASSERT_TYPE_LOCK_HELD();
 3653|       |
 3654|    756|    PyObject *new_mro, *old_mro;
 3655|    756|    int reent;
 3656|       |
 3657|       |    /* Keep a reference to be able to do a reentrancy check below.
 3658|       |       Don't let old_mro be GC'ed and its address be reused for
 3659|       |       another object, like (suddenly!) a new tp_mro.  */
 3660|    756|    old_mro = Py_XNewRef(lookup_tp_mro(type));
  ------------------
  |  |  551|    756|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3661|    756|    new_mro = mro_invoke(type);  /* might cause reentrance */
 3662|    756|    reent = (lookup_tp_mro(type) != old_mro);
 3663|    756|    Py_XDECREF(old_mro);
  ------------------
  |  |  524|    756|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3664|    756|    if (new_mro == NULL) {
  ------------------
  |  Branch (3664:9): [True: 0, False: 756]
  ------------------
 3665|      0|        return -1;
 3666|      0|    }
 3667|       |
 3668|    756|    if (reent) {
  ------------------
  |  Branch (3668:9): [True: 0, False: 756]
  ------------------
 3669|      0|        Py_DECREF(new_mro);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3670|      0|        return 0;
 3671|      0|    }
 3672|       |
 3673|    756|    set_tp_mro(type, new_mro, initial);
 3674|       |
 3675|    756|    type_mro_modified(type, new_mro);
 3676|       |    /* corner case: the super class might have been hidden
 3677|       |       from the custom MRO */
 3678|    756|    type_mro_modified(type, lookup_tp_bases(type));
 3679|       |
 3680|       |    // XXX Expand this to Py_TPFLAGS_IMMUTABLETYPE?
 3681|    756|    if (!(type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN)) {
  ------------------
  |  |  467|    756|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (3681:9): [True: 342, False: 414]
  ------------------
 3682|    342|        type_modified_unlocked(type);
 3683|    342|    }
 3684|    414|    else {
 3685|       |        /* For static builtin types, this is only called during init
 3686|       |           before the method cache has been populated. */
 3687|    414|        assert(type->tp_version_tag);
  ------------------
  |  Branch (3687:9): [True: 414, False: 0]
  ------------------
 3688|    414|    }
 3689|       |
 3690|    756|    if (p_old_mro != NULL)
  ------------------
  |  Branch (3690:9): [True: 0, False: 756]
  ------------------
 3691|      0|        *p_old_mro = old_mro;  /* transfer the ownership */
 3692|    756|    else
 3693|    756|        Py_XDECREF(old_mro);
  ------------------
  |  |  524|    756|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3694|       |
 3695|    756|    return 1;
 3696|    756|}
typeobject.c:mro_invoke:
 3587|    756|{
 3588|    756|    PyObject *mro_result;
 3589|    756|    PyObject *new_mro;
 3590|       |
 3591|    756|    ASSERT_TYPE_LOCK_HELD();
 3592|       |
 3593|    756|    const int custom = !Py_IS_TYPE(type, &PyType_Type);
  ------------------
  |  |  215|    756|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3594|       |
 3595|    756|    if (custom) {
  ------------------
  |  Branch (3595:9): [True: 74, False: 682]
  ------------------
 3596|       |        // Custom mro() method on metaclass.  This is potentially re-entrant.
 3597|       |        // We are called either from type_ready() or from type_set_bases().
 3598|     74|        mro_result = call_method_noarg((PyObject *)type, &_Py_ID(mro));
  ------------------
  |  |  917|     74|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     74|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     74|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3599|     74|    }
 3600|    682|    else {
 3601|       |        // In this case, the mro() method on the type object is being used and
 3602|       |        // we know that these calls are not re-entrant.
 3603|    682|        mro_result = mro_implementation_unlocked(type);
 3604|    682|    }
 3605|    756|    if (mro_result == NULL)
  ------------------
  |  Branch (3605:9): [True: 0, False: 756]
  ------------------
 3606|      0|        return NULL;
 3607|       |
 3608|    756|    new_mro = PySequence_Tuple(mro_result);
 3609|    756|    Py_DECREF(mro_result);
  ------------------
  |  |  430|    756|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3610|    756|    if (new_mro == NULL) {
  ------------------
  |  Branch (3610:9): [True: 0, False: 756]
  ------------------
 3611|      0|        return NULL;
 3612|      0|    }
 3613|       |
 3614|    756|    if (PyTuple_GET_SIZE(new_mro) == 0) {
  ------------------
  |  |   27|    756|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3614:9): [True: 0, False: 756]
  ------------------
 3615|      0|        Py_DECREF(new_mro);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3616|      0|        PyErr_Format(PyExc_TypeError, "type MRO must not be empty");
 3617|      0|        return NULL;
 3618|      0|    }
 3619|       |
 3620|    756|    if (custom && mro_check(type, new_mro) < 0) {
  ------------------
  |  Branch (3620:9): [True: 74, False: 682]
  |  Branch (3620:19): [True: 0, False: 74]
  ------------------
 3621|      0|        Py_DECREF(new_mro);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3622|      0|        return NULL;
 3623|      0|    }
 3624|    756|    return new_mro;
 3625|    756|}
typeobject.c:call_method_noarg:
 3070|     74|{
 3071|     74|    PyThreadState *tstate = _PyThreadState_GET();
 3072|     74|    _PyCStackRef cref;
 3073|     74|    _PyThreadState_PushCStackRef(tstate, &cref);
 3074|     74|    PyObject *res = NULL;
 3075|     74|    int unbound = lookup_method(self, attr, &cref.ref);
 3076|     74|    if (unbound >= 0) {
  ------------------
  |  Branch (3076:9): [True: 74, False: 0]
  ------------------
 3077|     74|        PyObject *func = PyStackRef_AsPyObjectBorrow(cref.ref);
 3078|     74|        res = call_unbound_noarg(unbound, func, self);
 3079|     74|    }
 3080|     74|    _PyThreadState_PopCStackRef(tstate, &cref);
 3081|     74|    return res;
 3082|     74|}
typeobject.c:mro_check:
 3543|     74|{
 3544|     74|    PyTypeObject *solid;
 3545|     74|    Py_ssize_t i, n;
 3546|       |
 3547|     74|    solid = solid_base(type);
 3548|       |
 3549|     74|    n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   27|     74|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     74|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     74|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3550|    434|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (3550:17): [True: 360, False: 74]
  ------------------
 3551|    360|        PyObject *obj = PyTuple_GET_ITEM(mro, i);
  ------------------
  |  |   29|    360|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    360|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    360|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3551:25): [True: 360, False: 0]
  ------------------
 3552|    360|        if (!PyType_Check(obj)) {
  ------------------
  |  |  766|    360|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    360|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    360|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3552:13): [True: 0, False: 360]
  ------------------
 3553|      0|            PyErr_Format(PyExc_TypeError,
 3554|      0|                         "%N.mro() returned a non-class ('%T')", type, obj);
 3555|      0|            return -1;
 3556|      0|        }
 3557|    360|        PyTypeObject *base = (PyTypeObject*)obj;
 3558|       |
 3559|    360|        if (!is_subtype_with_mro(lookup_tp_mro(solid), solid, solid_base(base))) {
  ------------------
  |  Branch (3559:13): [True: 0, False: 360]
  ------------------
 3560|      0|            PyErr_Format(
 3561|      0|                PyExc_TypeError,
 3562|      0|                "%N.mro() returned base with unsuitable layout ('%N')",
 3563|      0|                type, base);
 3564|      0|            return -1;
 3565|      0|        }
 3566|    360|    }
 3567|       |
 3568|     74|    return 0;
 3569|     74|}
typeobject.c:type_mro_modified:
 1280|  1.51k|{
 1281|       |    /*
 1282|       |       Check that all base classes or elements of the MRO of type are
 1283|       |       able to be cached.  This function is called after the base
 1284|       |       classes or mro of the type are altered.
 1285|       |
 1286|       |       Unset HAVE_VERSION_TAG and VALID_VERSION_TAG if the type
 1287|       |       has a custom MRO that includes a type which is not officially
 1288|       |       super type, or if the type implements its own mro() method.
 1289|       |
 1290|       |       Called from mro_internal, which will subsequently be called on
 1291|       |       each subclass when their mro is recursively updated.
 1292|       |     */
 1293|  1.51k|    Py_ssize_t i, n;
 1294|       |
 1295|  1.51k|    ASSERT_TYPE_LOCK_HELD();
 1296|  1.51k|    if (!Py_IS_TYPE(type, &PyType_Type) && has_custom_mro(type)) {
  ------------------
  |  |  215|  3.02k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|  1.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1296:9): [True: 148, False: 1.36k]
  |  Branch (1296:44): [True: 0, False: 148]
  ------------------
 1297|      0|        goto clear;
 1298|      0|    }
 1299|  1.51k|    n = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|  1.51k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1300|  4.59k|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1300:17): [True: 3.08k, False: 1.51k]
  ------------------
 1301|  3.08k|        PyObject *b = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|  3.08k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  3.08k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1301:23): [True: 3.08k, False: 0]
  ------------------
 1302|  3.08k|        PyTypeObject *cls = _PyType_CAST(b);
  ------------------
  |  |  770|  3.08k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  3.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1302:29): [True: 3.08k, False: 0]
  ------------------
 1303|       |
 1304|  3.08k|        if (cls->tp_versions_used >= _Py_ATTR_CACHE_UNUSED) {
  ------------------
  |  |  251|  3.08k|#define _Py_ATTR_CACHE_UNUSED (30000)  // (see tp_versions_used)
  ------------------
  |  Branch (1304:13): [True: 0, False: 3.08k]
  ------------------
 1305|      0|            goto clear;
 1306|      0|        }
 1307|       |
 1308|  3.08k|        if (!is_subtype_with_mro(lookup_tp_mro(type), type, cls)) {
  ------------------
  |  Branch (1308:13): [True: 0, False: 3.08k]
  ------------------
 1309|      0|            goto clear;
 1310|      0|        }
 1311|  3.08k|    }
 1312|  1.51k|    return;
 1313|       |
 1314|  1.51k| clear:
 1315|      0|    assert(!(type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN));
  ------------------
  |  Branch (1315:5): [True: 0, False: 0]
  ------------------
 1316|      0|    set_version_unlocked(type, 0);  /* 0 is not a valid version tag */
 1317|      0|    type->tp_versions_used = _Py_ATTR_CACHE_UNUSED;
  ------------------
  |  |  251|      0|#define _Py_ATTR_CACHE_UNUSED (30000)  // (see tp_versions_used)
  ------------------
 1318|      0|    if (PyType_HasFeature(type, Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|      0|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1318:9): [True: 0, False: 0]
  ------------------
 1319|       |        // This field *must* be invalidated if the type is modified (see the
 1320|       |        // comment on struct _specialization_cache):
 1321|      0|        FT_ATOMIC_STORE_PTR_RELAXED(
  ------------------
  |  |  163|      0|#define FT_ATOMIC_STORE_PTR_RELAXED(value, new_value) value = new_value
  ------------------
 1322|      0|            ((PyHeapTypeObject *)type)->_spec_cache.getitem, NULL);
 1323|      0|    }
 1324|      0|}
typeobject.c:has_custom_mro:
 1262|    148|{
 1263|    148|    _PyCStackRef c_ref1, c_ref2;
 1264|    148|    PyThreadState *tstate = _PyThreadState_GET();
 1265|    148|    _PyThreadState_PushCStackRef(tstate, &c_ref1);
 1266|    148|    _PyThreadState_PushCStackRef(tstate, &c_ref2);
 1267|       |
 1268|    148|    _PyType_LookupStackRefAndVersion(Py_TYPE(tp), &_Py_ID(mro), &c_ref1.ref);
  ------------------
  |  |  213|    148|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    148|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    148|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  _PyType_LookupStackRefAndVersion(Py_TYPE(tp), &_Py_ID(mro), &c_ref1.ref);
  ------------------
  |  |  917|    148|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    148|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    148|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1269|    148|    _PyType_LookupStackRefAndVersion(&PyType_Type, &_Py_ID(mro), &c_ref2.ref);
  ------------------
  |  |  917|    148|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    148|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    148|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1270|       |
 1271|    148|    int custom = !PyStackRef_Is(c_ref1.ref, c_ref2.ref);
  ------------------
  |  |  721|    148|#define PyStackRef_Is(a, b) (((a).bits & (~Py_TAG_REFCNT)) == ((b).bits & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|    148|#define Py_TAG_REFCNT 1
  |  |  ------------------
  |  |               #define PyStackRef_Is(a, b) (((a).bits & (~Py_TAG_REFCNT)) == ((b).bits & (~Py_TAG_REFCNT)))
  |  |  ------------------
  |  |  |  |   55|    148|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
 1272|       |
 1273|    148|    _PyThreadState_PopCStackRef(tstate, &c_ref2);
 1274|    148|    _PyThreadState_PopCStackRef(tstate, &c_ref1);
 1275|    148|    return custom;
 1276|    148|}
typeobject.c:add_subclass:
 9663|    782|{
 9664|    782|    PyObject *key = PyLong_FromVoidPtr((void *) type);
 9665|    782|    if (key == NULL)
  ------------------
  |  Branch (9665:9): [True: 0, False: 782]
  ------------------
 9666|      0|        return -1;
 9667|       |
 9668|    782|    PyObject *ref = PyWeakref_NewRef((PyObject *)type, NULL);
 9669|    782|    if (ref == NULL) {
  ------------------
  |  Branch (9669:9): [True: 0, False: 782]
  ------------------
 9670|      0|        Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9671|      0|        return -1;
 9672|      0|    }
 9673|       |
 9674|       |    // Only get tp_subclasses after creating the key and value.
 9675|       |    // PyWeakref_NewRef() can trigger a garbage collection which can execute
 9676|       |    // arbitrary Python code and so modify base->tp_subclasses.
 9677|    782|    PyObject *subclasses = lookup_tp_subclasses(base);
 9678|    782|    if (subclasses == NULL) {
  ------------------
  |  Branch (9678:9): [True: 141, False: 641]
  ------------------
 9679|    141|        subclasses = init_tp_subclasses(base);
 9680|    141|        if (subclasses == NULL) {
  ------------------
  |  Branch (9680:13): [True: 0, False: 141]
  ------------------
 9681|      0|            Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9682|      0|            Py_DECREF(ref);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9683|      0|            return -1;
 9684|      0|        }
 9685|    141|    }
 9686|    782|    assert(PyDict_CheckExact(subclasses));
  ------------------
  |  Branch (9686:5): [True: 782, False: 0]
  ------------------
 9687|       |
 9688|    782|    int result = PyDict_SetItem(subclasses, key, ref);
 9689|    782|    Py_DECREF(ref);
  ------------------
  |  |  430|    782|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    782|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    782|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9690|    782|    Py_DECREF(key);
  ------------------
  |  |  430|    782|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    782|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    782|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9691|    782|    return result;
 9692|    782|}
typeobject.c:set_tp_mro:
  652|    756|{
  653|    756|    if (mro != NULL) {
  ------------------
  |  Branch (653:9): [True: 756, False: 0]
  ------------------
  654|    756|        assert(PyTuple_CheckExact(mro));
  ------------------
  |  Branch (654:9): [True: 756, False: 0]
  ------------------
  655|    756|        if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    756|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (655:13): [True: 414, False: 342]
  ------------------
  656|       |            // XXX tp_mro can probably be statically allocated for each
  657|       |            // static builtin type.
  658|    414|            assert(initial);
  ------------------
  |  Branch (658:13): [True: 414, False: 0]
  ------------------
  659|    414|            assert(self->tp_mro == NULL);
  ------------------
  |  Branch (659:13): [True: 414, False: 0]
  ------------------
  660|       |            /* Other checks are done via set_tp_bases. */
  661|    414|            _Py_SetImmortal(mro);
  662|    414|        }
  663|    342|        else {
  664|    342|            PyUnstable_Object_EnableDeferredRefcount(mro);
  665|    342|        }
  666|    756|    }
  667|    756|    if (!initial) {
  ------------------
  |  Branch (667:9): [True: 0, False: 756]
  ------------------
  668|      0|        type_lock_prevent_release();
  669|      0|        types_stop_world();
  670|      0|    }
  671|    756|    self->tp_mro = mro;
  672|    756|    if (!initial) {
  ------------------
  |  Branch (672:9): [True: 0, False: 756]
  ------------------
  673|      0|        types_start_world();
  674|      0|        type_lock_allow_release();
  675|      0|    }
  676|    756|}
typeobject.c:type_get_module:
 1630|     17|{
 1631|     17|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     17|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1632|     17|    return type_module(type);
 1633|     17|}
typeobject.c:type_set_module:
 1637|      3|{
 1638|      3|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|      3|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1639|      3|    if (!check_set_special_type_attr(type, value, "__module__"))
  ------------------
  |  Branch (1639:9): [True: 0, False: 3]
  ------------------
 1640|      0|        return -1;
 1641|       |
 1642|      3|    PyType_Modified(type);
 1643|       |
 1644|      3|    PyObject *dict = lookup_tp_dict(type);
 1645|      3|    if (PyDict_Pop(dict, &_Py_ID(__firstlineno__), NULL) < 0) {
  ------------------
  |  |  917|      3|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      3|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      3|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1645:9): [True: 0, False: 3]
  ------------------
 1646|      0|        return -1;
 1647|      0|    }
 1648|      3|    return PyDict_SetItem(dict, &_Py_ID(__module__), value);
  ------------------
  |  |  917|      3|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      3|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      3|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1649|      3|}
typeobject.c:type_abstractmethods:
 1693|     77|{
 1694|     77|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     77|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1695|     77|    PyObject *res = NULL;
 1696|       |    /* type itself has an __abstractmethods__ descriptor (this). Don't return
 1697|       |       that. */
 1698|     77|    if (type == &PyType_Type) {
  ------------------
  |  Branch (1698:9): [True: 0, False: 77]
  ------------------
 1699|      0|        PyErr_SetObject(PyExc_AttributeError, &_Py_ID(__abstractmethods__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1700|      0|    }
 1701|     77|    else {
 1702|     77|        PyObject *dict = lookup_tp_dict(type);
 1703|     77|        if (PyDict_GetItemRef(dict, &_Py_ID(__abstractmethods__), &res) == 0) {
  ------------------
  |  |  917|     77|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     77|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     77|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1703:13): [True: 18, False: 59]
  ------------------
 1704|     18|            PyErr_SetObject(PyExc_AttributeError, &_Py_ID(__abstractmethods__));
  ------------------
  |  |  917|     18|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     18|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     18|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1705|     18|        }
 1706|     77|    }
 1707|     77|    return res;
 1708|     77|}
typeobject.c:type_set_abstractmethods:
 1712|     65|{
 1713|     65|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     65|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1714|       |    /* __abstractmethods__ should only be set once on a type, in
 1715|       |       abc.ABCMeta.__new__, so this function doesn't do anything
 1716|       |       special to update subclasses.
 1717|       |    */
 1718|     65|    int abstract, res;
 1719|     65|    PyObject *dict = lookup_tp_dict(type);
 1720|     65|    if (value != NULL) {
  ------------------
  |  Branch (1720:9): [True: 65, False: 0]
  ------------------
 1721|     65|        abstract = PyObject_IsTrue(value);
 1722|     65|        if (abstract < 0)
  ------------------
  |  Branch (1722:13): [True: 0, False: 65]
  ------------------
 1723|      0|            return -1;
 1724|     65|        res = PyDict_SetItem(dict, &_Py_ID(__abstractmethods__), value);
  ------------------
  |  |  917|     65|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     65|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     65|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1725|     65|    }
 1726|      0|    else {
 1727|      0|        abstract = 0;
 1728|      0|        res = PyDict_Pop(dict, &_Py_ID(__abstractmethods__), NULL);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1729|      0|        if (res == 0) {
  ------------------
  |  Branch (1729:13): [True: 0, False: 0]
  ------------------
 1730|      0|            PyErr_SetObject(PyExc_AttributeError, &_Py_ID(__abstractmethods__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1731|      0|            return -1;
 1732|      0|        }
 1733|      0|    }
 1734|     65|    if (res < 0) {
  ------------------
  |  Branch (1734:9): [True: 0, False: 65]
  ------------------
 1735|      0|        return -1;
 1736|      0|    }
 1737|       |
 1738|     65|    BEGIN_TYPE_LOCK();
 1739|     65|    type_modified_unlocked(type);
 1740|     65|    types_stop_world();
 1741|     65|    if (abstract)
  ------------------
  |  Branch (1741:9): [True: 46, False: 19]
  ------------------
 1742|     46|        type_add_flags(type, Py_TPFLAGS_IS_ABSTRACT);
  ------------------
  |  |  540|     46|#define Py_TPFLAGS_IS_ABSTRACT (1UL << 20)
  ------------------
 1743|     19|    else
 1744|     19|        type_clear_flags(type, Py_TPFLAGS_IS_ABSTRACT);
  ------------------
  |  |  540|     19|#define Py_TPFLAGS_IS_ABSTRACT (1UL << 20)
  ------------------
 1745|     65|    types_start_world();
 1746|     65|    ASSERT_TYPE_LOCK_HELD();
 1747|     65|    END_TYPE_LOCK();
 1748|       |
 1749|     65|    return 0;
 1750|     65|}
typeobject.c:type_dict:
 2035|    375|{
 2036|    375|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|    375|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 2037|    375|    PyObject *dict = lookup_tp_dict(type);
 2038|    375|    if (dict == NULL) {
  ------------------
  |  Branch (2038:9): [True: 0, False: 375]
  ------------------
 2039|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2040|      0|    }
 2041|    375|    return PyDictProxy_New(dict);
 2042|    375|}
typeobject.c:type_get_doc:
 2046|     17|{
 2047|     17|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     17|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 2048|     17|    PyObject *result;
 2049|     17|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE) && type->tp_doc != NULL) {
  ------------------
  |  |  503|     17|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2049:9): [True: 15, False: 2]
  |  Branch (2049:52): [True: 15, False: 0]
  ------------------
 2050|     15|        return _PyType_GetDocFromInternalDoc(type->tp_name, type->tp_doc);
 2051|     15|    }
 2052|      2|    PyObject *dict = lookup_tp_dict(type);
 2053|      2|    if (PyDict_GetItemRef(dict, &_Py_ID(__doc__), &result) == 0) {
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2053:9): [True: 0, False: 2]
  ------------------
 2054|      0|        result = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2055|      0|    }
 2056|      2|    else if (result) {
  ------------------
  |  Branch (2056:14): [True: 2, False: 0]
  ------------------
 2057|      2|        descrgetfunc descr_get = Py_TYPE(result)->tp_descr_get;
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2058|      2|        if (descr_get) {
  ------------------
  |  Branch (2058:13): [True: 0, False: 2]
  ------------------
 2059|      0|            Py_SETREF(result, descr_get(result, NULL, (PyObject *)type));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2060|      0|        }
 2061|      2|    }
 2062|      2|    return result;
 2063|     17|}
typeobject.c:type_init:
 4111|    225|{
 4112|    225|    assert(args != NULL && PyTuple_Check(args));
  ------------------
  |  Branch (4112:5): [True: 225, False: 0]
  |  Branch (4112:5): [True: 225, False: 0]
  ------------------
 4113|    225|    assert(kwds == NULL || PyDict_Check(kwds));
  ------------------
  |  Branch (4113:5): [True: 200, False: 25]
  |  Branch (4113:5): [True: 25, False: 0]
  ------------------
 4114|       |
 4115|    225|    if (kwds != NULL && PyTuple_GET_SIZE(args) == 1 &&
  ------------------
  |  |   27|     25|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4115:9): [True: 25, False: 200]
  |  Branch (4115:25): [True: 0, False: 25]
  ------------------
 4116|      0|        PyDict_GET_SIZE(kwds) != 0) {
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4116:9): [True: 0, False: 0]
  ------------------
 4117|      0|        PyErr_SetString(PyExc_TypeError,
 4118|      0|                        "type.__init__() takes no keyword arguments");
 4119|      0|        return -1;
 4120|      0|    }
 4121|       |
 4122|    225|    if ((PyTuple_GET_SIZE(args) != 1 && PyTuple_GET_SIZE(args) != 3)) {
  ------------------
  |  |   27|    225|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if ((PyTuple_GET_SIZE(args) != 1 && PyTuple_GET_SIZE(args) != 3)) {
  ------------------
  |  |   27|    225|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4122:10): [True: 225, False: 0]
  |  Branch (4122:41): [True: 0, False: 225]
  ------------------
 4123|      0|        PyErr_SetString(PyExc_TypeError,
 4124|      0|                        "type.__init__() takes 1 or 3 arguments");
 4125|      0|        return -1;
 4126|      0|    }
 4127|       |
 4128|    225|    return 0;
 4129|    225|}
typeobject.c:type_new:
 5053|    227|{
 5054|    227|    assert(args != NULL && PyTuple_Check(args));
  ------------------
  |  Branch (5054:5): [True: 227, False: 0]
  |  Branch (5054:5): [True: 227, False: 0]
  ------------------
 5055|    227|    assert(kwds == NULL || PyDict_Check(kwds));
  ------------------
  |  Branch (5055:5): [True: 225, False: 2]
  |  Branch (5055:5): [True: 2, False: 0]
  ------------------
 5056|       |
 5057|       |    /* Parse arguments: (name, bases, dict) */
 5058|    227|    PyObject *name, *bases, *orig_dict;
 5059|    227|    if (!PyArg_ParseTuple(args, "UO!O:type.__new__",
  ------------------
  |  Branch (5059:9): [True: 0, False: 227]
  ------------------
 5060|    227|                          &name,
 5061|    227|                          &PyTuple_Type, &bases,
 5062|    227|                          &orig_dict))
 5063|      0|    {
 5064|      0|        return NULL;
 5065|      0|    }
 5066|    227|    if (!PyAnyDict_Check(orig_dict)) {
  ------------------
  |  |   43|    227|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|    227|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    454|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 227, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5067|      0|        PyErr_Format(PyExc_TypeError,
 5068|      0|                     "type.__new__() argument 3 must be dict or frozendict, not %T",
 5069|      0|                     orig_dict);
 5070|      0|        return NULL;
 5071|      0|    }
 5072|       |
 5073|    227|    type_new_ctx ctx = {
 5074|    227|        .metatype = metatype,
 5075|    227|        .args = args,
 5076|    227|        .kwds = kwds,
 5077|    227|        .orig_dict = orig_dict,
 5078|    227|        .name = name,
 5079|    227|        .bases = bases,
 5080|    227|        .base = NULL,
 5081|    227|        .slots = NULL,
 5082|    227|        .nslot = 0,
 5083|    227|        .add_dict = 0,
 5084|    227|        .add_weak = 0,
 5085|    227|        .may_add_dict = 0,
 5086|    227|        .may_add_weak = 0};
 5087|    227|    PyObject *type = NULL;
 5088|    227|    int res = type_new_get_bases(&ctx, &type);
 5089|    227|    if (res < 0) {
  ------------------
  |  Branch (5089:9): [True: 0, False: 227]
  ------------------
 5090|      0|        assert(PyErr_Occurred());
  ------------------
  |  Branch (5090:9): [True: 0, False: 0]
  ------------------
 5091|      0|        return NULL;
 5092|      0|    }
 5093|    227|    if (res == 1) {
  ------------------
  |  Branch (5093:9): [True: 2, False: 225]
  ------------------
 5094|      2|        assert(type != NULL);
  ------------------
  |  Branch (5094:9): [True: 2, False: 0]
  ------------------
 5095|      2|        return type;
 5096|      2|    }
 5097|    227|    assert(ctx.base != NULL);
  ------------------
  |  Branch (5097:5): [True: 225, False: 0]
  ------------------
 5098|    225|    assert(ctx.bases != NULL);
  ------------------
  |  Branch (5098:5): [True: 225, False: 0]
  ------------------
 5099|       |
 5100|    225|    type = type_new_impl(&ctx);
 5101|    225|    Py_DECREF(ctx.bases);
  ------------------
  |  |  430|    225|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5102|    225|    return type;
 5103|    225|}
typeobject.c:type_new_get_bases:
 4989|    227|{
 4990|    227|    Py_ssize_t nbases = PyTuple_GET_SIZE(ctx->bases);
  ------------------
  |  |   27|    227|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    227|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    227|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4991|    227|    if (nbases == 0) {
  ------------------
  |  Branch (4991:9): [True: 90, False: 137]
  ------------------
 4992|       |        // Adjust for empty tuple bases
 4993|     90|        ctx->base = &PyBaseObject_Type;
 4994|     90|        PyObject *new_bases = PyTuple_Pack(1, ctx->base);
 4995|     90|        if (new_bases == NULL) {
  ------------------
  |  Branch (4995:13): [True: 0, False: 90]
  ------------------
 4996|      0|            return -1;
 4997|      0|        }
 4998|     90|        ctx->bases = new_bases;
 4999|     90|        return 0;
 5000|     90|    }
 5001|       |
 5002|    302|    for (Py_ssize_t i = 0; i < nbases; i++) {
  ------------------
  |  Branch (5002:28): [True: 165, False: 137]
  ------------------
 5003|    165|        PyObject *base = PyTuple_GET_ITEM(ctx->bases, i);
  ------------------
  |  |   29|    165|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    165|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    165|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5003:26): [True: 165, False: 0]
  ------------------
 5004|    165|        if (PyType_Check(base)) {
  ------------------
  |  |  766|    165|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    165|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    165|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 165, False: 0]
  |  |  ------------------
  ------------------
 5005|    165|            continue;
 5006|    165|        }
 5007|      0|        int rc = PyObject_HasAttrWithError(base, &_Py_ID(__mro_entries__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5008|      0|        if (rc < 0) {
  ------------------
  |  Branch (5008:13): [True: 0, False: 0]
  ------------------
 5009|      0|            return -1;
 5010|      0|        }
 5011|      0|        if (rc) {
  ------------------
  |  Branch (5011:13): [True: 0, False: 0]
  ------------------
 5012|      0|            PyErr_SetString(PyExc_TypeError,
 5013|      0|                            "type() doesn't support MRO entry resolution; "
 5014|      0|                            "use types.new_class()");
 5015|      0|            return -1;
 5016|      0|        }
 5017|      0|    }
 5018|       |
 5019|       |    // Search the bases for the proper metatype to deal with this
 5020|    137|    PyTypeObject *winner;
 5021|    137|    winner = _PyType_CalculateMetaclass(ctx->metatype, ctx->bases);
 5022|    137|    if (winner == NULL) {
  ------------------
  |  Branch (5022:9): [True: 0, False: 137]
  ------------------
 5023|      0|        return -1;
 5024|      0|    }
 5025|       |
 5026|    137|    if (winner != ctx->metatype) {
  ------------------
  |  Branch (5026:9): [True: 2, False: 135]
  ------------------
 5027|      2|        if (winner->tp_new != type_new) {
  ------------------
  |  Branch (5027:13): [True: 2, False: 0]
  ------------------
 5028|       |            /* Pass it to the winner */
 5029|      2|            *type = winner->tp_new(winner, ctx->args, ctx->kwds);
 5030|      2|            if (*type == NULL) {
  ------------------
  |  Branch (5030:17): [True: 0, False: 2]
  ------------------
 5031|      0|                return -1;
 5032|      0|            }
 5033|      2|            return 1;
 5034|      2|        }
 5035|       |
 5036|      0|        ctx->metatype = winner;
 5037|      0|    }
 5038|       |
 5039|       |    /* Calculate best base, and check that all bases are type objects */
 5040|    135|    PyTypeObject *base = find_best_base(ctx->bases);
 5041|    135|    if (base == NULL) {
  ------------------
  |  Branch (5041:9): [True: 0, False: 135]
  ------------------
 5042|      0|        return -1;
 5043|      0|    }
 5044|       |
 5045|    135|    ctx->base = base;
 5046|    135|    ctx->bases = Py_NewRef(ctx->bases);
  ------------------
  |  |  550|    135|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    135|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5047|    135|    return 0;
 5048|    135|}
typeobject.c:type_new_impl:
 4936|    225|{
 4937|    225|    PyTypeObject *type = type_new_init(ctx);
 4938|    225|    if (type == NULL) {
  ------------------
  |  Branch (4938:9): [True: 0, False: 225]
  ------------------
 4939|      0|        return NULL;
 4940|      0|    }
 4941|       |
 4942|    225|    if (type_new_set_attrs(ctx, type) < 0) {
  ------------------
  |  Branch (4942:9): [True: 0, False: 225]
  ------------------
 4943|      0|        goto error;
 4944|      0|    }
 4945|       |
 4946|       |    /* Initialize the rest */
 4947|    225|    if (PyType_Ready(type) < 0) {
  ------------------
  |  Branch (4947:9): [True: 0, False: 225]
  ------------------
 4948|      0|        goto error;
 4949|      0|    }
 4950|       |
 4951|       |    // Put the proper slots in place
 4952|    225|    fixup_slot_dispatchers(type);
 4953|       |
 4954|    225|    if (!_PyDict_HasOnlyStringKeys(type->tp_dict)) {
  ------------------
  |  Branch (4954:9): [True: 0, False: 225]
  ------------------
 4955|      0|        if (PyErr_WarnFormat(
  ------------------
  |  Branch (4955:13): [True: 0, False: 0]
  ------------------
 4956|      0|                PyExc_RuntimeWarning,
 4957|      0|                1,
 4958|      0|                "non-string key in the __dict__ of class %.200s",
 4959|      0|                type->tp_name) == -1)
 4960|      0|        {
 4961|      0|            goto error;
 4962|      0|        }
 4963|      0|    }
 4964|       |
 4965|    225|    if (type_new_set_names(type) < 0) {
  ------------------
  |  Branch (4965:9): [True: 0, False: 225]
  ------------------
 4966|      0|        goto error;
 4967|      0|    }
 4968|       |
 4969|    225|    if (type_new_init_subclass(type, ctx->kwds) < 0) {
  ------------------
  |  Branch (4969:9): [True: 0, False: 225]
  ------------------
 4970|      0|        goto error;
 4971|      0|    }
 4972|       |
 4973|    225|    assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (4973:5): [True: 225, False: 0]
  ------------------
 4974|       |#if defined(Py_GIL_DISABLED) && defined(Py_DEBUG) && SIZEOF_VOID_P > 4
 4975|       |    // After this point, other threads can potentally use this type.
 4976|       |    ((PyObject*)type)->ob_flags |= _Py_TYPE_REVEALED_FLAG;
 4977|       |#endif
 4978|       |
 4979|    225|    return (PyObject *)type;
 4980|       |
 4981|      0|error:
 4982|      0|    Py_DECREF(type);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4983|       |    return NULL;
 4984|    225|}
typeobject.c:type_new_init:
 4893|    225|{
 4894|    225|    PyObject *dict = _PyDict_CopyAsDict(ctx->orig_dict);
 4895|    225|    if (dict == NULL) {
  ------------------
  |  Branch (4895:9): [True: 0, False: 225]
  ------------------
 4896|      0|        goto error;
 4897|      0|    }
 4898|       |
 4899|    225|    if (type_new_get_slots(ctx, dict) < 0) {
  ------------------
  |  Branch (4899:9): [True: 0, False: 225]
  ------------------
 4900|      0|        goto error;
 4901|      0|    }
 4902|    225|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (4902:5): [True: 225, False: 0]
  ------------------
 4903|       |
 4904|    225|    if (type_new_slots(ctx, dict) < 0) {
  ------------------
  |  Branch (4904:9): [True: 0, False: 225]
  ------------------
 4905|      0|        goto error;
 4906|      0|    }
 4907|       |
 4908|    225|    PyTypeObject *type = type_new_alloc(ctx);
 4909|    225|    if (type == NULL) {
  ------------------
  |  Branch (4909:9): [True: 0, False: 225]
  ------------------
 4910|      0|        goto error;
 4911|      0|    }
 4912|       |
 4913|    225|    set_tp_dict(type, dict);
 4914|       |
 4915|    225|    PyHeapTypeObject *et = (PyHeapTypeObject*)type;
 4916|    225|    if (ctx->slots && PyTuple_GET_SIZE(ctx->slots)) {
  ------------------
  |  |   27|     71|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 11, False: 60]
  |  |  ------------------
  ------------------
  |  Branch (4916:9): [True: 71, False: 154]
  ------------------
 4917|     11|        et->ht_slots = ctx->slots;
 4918|     11|        ctx->slots = NULL;
 4919|     11|    }
 4920|    214|    else {
 4921|    214|        et->ht_slots = NULL;
 4922|    214|        Py_CLEAR(ctx->slots);
  ------------------
  |  |  484|    214|    do { \
  |  |  485|    214|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|    214|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|    214|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|    214|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|    214|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 60, False: 154]
  |  |  ------------------
  |  |  488|     60|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     60|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     60|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     60|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     60|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     60|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     60|        } \
  |  |  491|    214|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 214]
  |  |  ------------------
  ------------------
 4923|    214|    }
 4924|       |
 4925|    225|    return type;
 4926|       |
 4927|      0|error:
 4928|      0|    Py_CLEAR(ctx->slots);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4929|      0|    Py_XDECREF(dict);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4930|       |    return NULL;
 4931|    225|}
typeobject.c:type_new_get_slots:
 4862|    225|{
 4863|    225|    PyObject *slots = PyDict_GetItemWithError(dict, &_Py_ID(__slots__));
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4864|    225|    if (slots == NULL) {
  ------------------
  |  Branch (4864:9): [True: 154, False: 71]
  ------------------
 4865|    154|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4865:13): [True: 0, False: 154]
  ------------------
 4866|      0|            return -1;
 4867|      0|        }
 4868|    154|        ctx->slots = NULL;
 4869|    154|        ctx->nslot = 0;
 4870|    154|        return 0;
 4871|    154|    }
 4872|       |
 4873|       |    // Make it into a tuple
 4874|     71|    PyObject *new_slots;
 4875|     71|    if (PyUnicode_Check(slots)) {
  ------------------
  |  |  103|     71|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     71|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 71]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4876|      0|        new_slots = PyTuple_Pack(1, slots);
 4877|      0|    }
 4878|     71|    else {
 4879|     71|        new_slots = PySequence_Tuple(slots);
 4880|     71|    }
 4881|     71|    if (new_slots == NULL) {
  ------------------
  |  Branch (4881:9): [True: 0, False: 71]
  ------------------
 4882|      0|        return -1;
 4883|      0|    }
 4884|     71|    assert(PyTuple_CheckExact(new_slots));
  ------------------
  |  Branch (4884:5): [True: 71, False: 0]
  ------------------
 4885|     71|    ctx->slots = new_slots;
 4886|     71|    ctx->nslot = PyTuple_GET_SIZE(new_slots);
  ------------------
  |  |   27|     71|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4887|     71|    return 0;
 4888|     71|}
typeobject.c:type_new_slots:
 4375|    225|{
 4376|       |    // Check for a __slots__ sequence variable in dict, and count it
 4377|    225|    ctx->add_dict = 0;
 4378|    225|    ctx->add_weak = 0;
 4379|    225|    ctx->may_add_dict = (ctx->base->tp_dictoffset == 0);
 4380|    225|    ctx->may_add_weak = (ctx->base->tp_weaklistoffset == 0);
 4381|       |
 4382|    225|    if (ctx->slots == NULL) {
  ------------------
  |  Branch (4382:9): [True: 154, False: 71]
  ------------------
 4383|    154|        if (ctx->may_add_dict) {
  ------------------
  |  Branch (4383:13): [True: 98, False: 56]
  ------------------
 4384|     98|            ctx->add_dict++;
 4385|     98|        }
 4386|    154|        if (ctx->may_add_weak && ctx->base->tp_itemsize == 0) {
  ------------------
  |  Branch (4386:13): [True: 116, False: 38]
  |  Branch (4386:34): [True: 109, False: 7]
  ------------------
 4387|    109|            ctx->add_weak++;
 4388|    109|        }
 4389|    154|    }
 4390|     71|    else {
 4391|       |        /* Have slots */
 4392|     71|        if (type_new_slots_impl(ctx, dict) < 0) {
  ------------------
  |  Branch (4392:13): [True: 0, False: 71]
  ------------------
 4393|      0|            return -1;
 4394|      0|        }
 4395|     71|    }
 4396|    225|    return 0;
 4397|    225|}
typeobject.c:type_new_slots_impl:
 4353|     71|{
 4354|     71|    if (type_new_visit_slots(ctx) < 0) {
  ------------------
  |  Branch (4354:9): [True: 0, False: 71]
  ------------------
 4355|      0|        return -1;
 4356|      0|    }
 4357|       |
 4358|     71|    PyObject *new_slots = type_new_copy_slots(ctx, dict);
 4359|     71|    if (new_slots == NULL) {
  ------------------
  |  Branch (4359:9): [True: 0, False: 71]
  ------------------
 4360|      0|        return -1;
 4361|      0|    }
 4362|     71|    assert(PyTuple_CheckExact(new_slots));
  ------------------
  |  Branch (4362:5): [True: 71, False: 0]
  ------------------
 4363|       |
 4364|     71|    Py_XSETREF(ctx->slots, new_slots);
  ------------------
  |  |  374|     71|    do { \
  |  |  375|     71|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     71|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|     71|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     71|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|     71|        *_tmp_dst_ptr = (src); \
  |  |  378|     71|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|     71|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|     71|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 71]
  |  |  ------------------
  ------------------
 4365|     71|    ctx->nslot = PyTuple_GET_SIZE(new_slots);
  ------------------
  |  |   27|     71|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4366|       |
 4367|       |    /* Secondary bases may provide weakrefs or dict */
 4368|     71|    type_new_slots_bases(ctx);
 4369|     71|    return 0;
 4370|     71|}
typeobject.c:type_new_visit_slots:
 4207|     71|{
 4208|     71|    PyObject *slots = ctx->slots;
 4209|     71|    Py_ssize_t nslot = ctx->nslot;
 4210|    101|    for (Py_ssize_t i = 0; i < nslot; i++) {
  ------------------
  |  Branch (4210:28): [True: 30, False: 71]
  ------------------
 4211|     30|        PyObject *name = PyTuple_GET_ITEM(slots, i);
  ------------------
  |  |   29|     30|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     30|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4211:26): [True: 30, False: 0]
  ------------------
 4212|     30|        if (!valid_identifier(name)) {
  ------------------
  |  Branch (4212:13): [True: 0, False: 30]
  ------------------
 4213|      0|            return -1;
 4214|      0|        }
 4215|     30|        assert(PyUnicode_Check(name));
  ------------------
  |  Branch (4215:9): [True: 30, False: 0]
  ------------------
 4216|     30|        if (_PyUnicode_Equal(name, &_Py_ID(__dict__))) {
  ------------------
  |  |  917|     30|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     30|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     30|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4216:13): [True: 1, False: 29]
  ------------------
 4217|      1|            if (!ctx->may_add_dict || ctx->add_dict != 0) {
  ------------------
  |  Branch (4217:17): [True: 0, False: 1]
  |  Branch (4217:39): [True: 0, False: 1]
  ------------------
 4218|      0|                PyErr_SetString(PyExc_TypeError,
 4219|      0|                    "__dict__ slot disallowed: "
 4220|      0|                    "we already got one");
 4221|      0|                return -1;
 4222|      0|            }
 4223|      1|            ctx->add_dict++;
 4224|      1|        }
 4225|     30|        if (_PyUnicode_Equal(name, &_Py_ID(__weakref__))) {
  ------------------
  |  |  917|     30|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     30|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     30|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4225:13): [True: 4, False: 26]
  ------------------
 4226|      4|            if (!ctx->may_add_weak || ctx->add_weak != 0) {
  ------------------
  |  Branch (4226:17): [True: 0, False: 4]
  |  Branch (4226:39): [True: 0, False: 4]
  ------------------
 4227|      0|                PyErr_SetString(PyExc_TypeError,
 4228|      0|                    "__weakref__ slot disallowed: "
 4229|      0|                    "we already got one");
 4230|      0|                return -1;
 4231|      0|            }
 4232|      4|            ctx->add_weak++;
 4233|      4|        }
 4234|     30|    }
 4235|     71|    return 0;
 4236|     71|}
typeobject.c:valid_identifier:
 4094|     30|{
 4095|     30|    if (!PyUnicode_Check(s)) {
  ------------------
  |  |  103|     30|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     30|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4095:9): [True: 0, False: 30]
  ------------------
 4096|      0|        PyErr_Format(PyExc_TypeError,
 4097|      0|                     "__slots__ items must be strings, not '%.200s'",
 4098|      0|                     Py_TYPE(s)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4099|      0|        return 0;
 4100|      0|    }
 4101|     30|    if (!PyUnicode_IsIdentifier(s)) {
  ------------------
  |  Branch (4101:9): [True: 0, False: 30]
  ------------------
 4102|      0|        PyErr_SetString(PyExc_TypeError,
 4103|      0|                        "__slots__ must be identifiers");
 4104|      0|        return 0;
 4105|      0|    }
 4106|     30|    return 1;
 4107|     30|}
typeobject.c:type_new_copy_slots:
 4245|     71|{
 4246|     71|    PyObject *slots = ctx->slots;
 4247|     71|    Py_ssize_t nslot = ctx->nslot;
 4248|       |
 4249|     71|    Py_ssize_t new_nslot = nslot - ctx->add_dict - ctx->add_weak;
 4250|     71|    PyObject *new_slots = PyList_New(new_nslot);
 4251|     71|    if (new_slots == NULL) {
  ------------------
  |  Branch (4251:9): [True: 0, False: 71]
  ------------------
 4252|      0|        return NULL;
 4253|      0|    }
 4254|       |
 4255|     71|    Py_ssize_t j = 0;
 4256|    101|    for (Py_ssize_t i = 0; i < nslot; i++) {
  ------------------
  |  Branch (4256:28): [True: 30, False: 71]
  ------------------
 4257|     30|        PyObject *slot = PyTuple_GET_ITEM(slots, i);
  ------------------
  |  |   29|     30|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     30|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4257:26): [True: 30, False: 0]
  ------------------
 4258|     30|        if ((ctx->add_dict && _PyUnicode_Equal(slot, &_Py_ID(__dict__))) ||
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4258:14): [True: 7, False: 23]
  |  Branch (4258:31): [True: 1, False: 6]
  ------------------
 4259|     29|            (ctx->add_weak && _PyUnicode_Equal(slot, &_Py_ID(__weakref__))))
  ------------------
  |  |  917|     12|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     12|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     12|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4259:14): [True: 12, False: 17]
  |  Branch (4259:31): [True: 4, False: 8]
  ------------------
 4260|      5|        {
 4261|      5|            continue;
 4262|      5|        }
 4263|       |
 4264|     25|        slot =_Py_Mangle(ctx->name, slot);
 4265|     25|        if (!slot) {
  ------------------
  |  Branch (4265:13): [True: 0, False: 25]
  ------------------
 4266|      0|            goto error;
 4267|      0|        }
 4268|     25|        PyList_SET_ITEM(new_slots, j, slot);
  ------------------
  |  |   50|     25|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4269|       |
 4270|     25|        int r = PyDict_Contains(dict, slot);
 4271|     25|        if (r < 0) {
  ------------------
  |  Branch (4271:13): [True: 0, False: 25]
  ------------------
 4272|      0|            goto error;
 4273|      0|        }
 4274|     25|        if (r > 0) {
  ------------------
  |  Branch (4274:13): [True: 0, False: 25]
  ------------------
 4275|       |            /* CPython inserts these names (when needed)
 4276|       |               into the namespace when creating a class.  They will be deleted
 4277|       |               below so won't act as class variables. */
 4278|      0|            if (!_PyUnicode_Equal(slot, &_Py_ID(__qualname__)) &&
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4278:17): [True: 0, False: 0]
  ------------------
 4279|      0|                !_PyUnicode_Equal(slot, &_Py_ID(__classcell__)) &&
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4279:17): [True: 0, False: 0]
  ------------------
 4280|      0|                !_PyUnicode_Equal(slot, &_Py_ID(__classdictcell__)))
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4280:17): [True: 0, False: 0]
  ------------------
 4281|      0|            {
 4282|      0|                PyErr_Format(PyExc_ValueError,
 4283|      0|                             "%R in __slots__ conflicts with class variable",
 4284|      0|                             slot);
 4285|      0|                goto error;
 4286|      0|            }
 4287|      0|        }
 4288|       |
 4289|     25|        j++;
 4290|     25|    }
 4291|     71|    assert(j == new_nslot);
  ------------------
  |  Branch (4291:5): [True: 71, False: 0]
  ------------------
 4292|       |
 4293|     71|    if (PyList_Sort(new_slots) == -1) {
  ------------------
  |  Branch (4293:9): [True: 0, False: 71]
  ------------------
 4294|      0|        goto error;
 4295|      0|    }
 4296|       |
 4297|     71|    PyObject *tuple = PyList_AsTuple(new_slots);
 4298|     71|    Py_DECREF(new_slots);
  ------------------
  |  |  430|     71|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4299|     71|    if (tuple == NULL) {
  ------------------
  |  Branch (4299:9): [True: 0, False: 71]
  ------------------
 4300|      0|        return NULL;
 4301|      0|    }
 4302|       |
 4303|     71|    assert(PyTuple_GET_SIZE(tuple) == new_nslot);
  ------------------
  |  Branch (4303:5): [True: 71, False: 0]
  ------------------
 4304|     71|    return tuple;
 4305|       |
 4306|      0|error:
 4307|      0|    Py_DECREF(new_slots);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4308|       |    return NULL;
 4309|     71|}
typeobject.c:type_new_slots_bases:
 4314|     71|{
 4315|     71|    Py_ssize_t nbases = PyTuple_GET_SIZE(ctx->bases);
  ------------------
  |  |   27|     71|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     71|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     71|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4316|     71|    if (nbases > 1 &&
  ------------------
  |  Branch (4316:9): [True: 10, False: 61]
  ------------------
 4317|     10|        ((ctx->may_add_dict && ctx->add_dict == 0) ||
  ------------------
  |  Branch (4317:11): [True: 10, False: 0]
  |  Branch (4317:32): [True: 10, False: 0]
  ------------------
 4318|      0|         (ctx->may_add_weak && ctx->add_weak == 0)))
  ------------------
  |  Branch (4318:11): [True: 0, False: 0]
  |  Branch (4318:32): [True: 0, False: 0]
  ------------------
 4319|     10|    {
 4320|     32|        for (Py_ssize_t i = 0; i < nbases; i++) {
  ------------------
  |  Branch (4320:32): [True: 22, False: 10]
  ------------------
 4321|     22|            PyObject *obj = PyTuple_GET_ITEM(ctx->bases, i);
  ------------------
  |  |   29|     22|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     22|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4321:29): [True: 22, False: 0]
  ------------------
 4322|     22|            if (obj == (PyObject *)ctx->base) {
  ------------------
  |  Branch (4322:17): [True: 10, False: 12]
  ------------------
 4323|       |                /* Skip primary base */
 4324|     10|                continue;
 4325|     10|            }
 4326|     12|            PyTypeObject *base = _PyType_CAST(obj);
  ------------------
  |  |  770|     12|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (4326:34): [True: 12, False: 0]
  ------------------
 4327|       |
 4328|     12|            if (ctx->may_add_dict && ctx->add_dict == 0 &&
  ------------------
  |  Branch (4328:17): [True: 12, False: 0]
  |  Branch (4328:38): [True: 12, False: 0]
  ------------------
 4329|     12|                base->tp_dictoffset != 0)
  ------------------
  |  Branch (4329:17): [True: 0, False: 12]
  ------------------
 4330|      0|            {
 4331|      0|                ctx->add_dict++;
 4332|      0|            }
 4333|     12|            if (ctx->may_add_weak && ctx->add_weak == 0 &&
  ------------------
  |  Branch (4333:17): [True: 12, False: 0]
  |  Branch (4333:38): [True: 12, False: 0]
  ------------------
 4334|     12|                base->tp_weaklistoffset != 0)
  ------------------
  |  Branch (4334:17): [True: 0, False: 12]
  ------------------
 4335|      0|            {
 4336|      0|                ctx->add_weak++;
 4337|      0|            }
 4338|     12|            if (ctx->may_add_dict && ctx->add_dict == 0) {
  ------------------
  |  Branch (4338:17): [True: 12, False: 0]
  |  Branch (4338:38): [True: 12, False: 0]
  ------------------
 4339|     12|                continue;
 4340|     12|            }
 4341|      0|            if (ctx->may_add_weak && ctx->add_weak == 0) {
  ------------------
  |  Branch (4341:17): [True: 0, False: 0]
  |  Branch (4341:38): [True: 0, False: 0]
  ------------------
 4342|      0|                continue;
 4343|      0|            }
 4344|       |            /* Nothing more to check */
 4345|      0|            break;
 4346|      0|        }
 4347|     10|    }
 4348|     71|}
typeobject.c:type_new_alloc:
 4402|    225|{
 4403|    225|    PyTypeObject *metatype = ctx->metatype;
 4404|    225|    PyTypeObject *type;
 4405|       |
 4406|       |    // Allocate the type object
 4407|    225|    type = (PyTypeObject *)metatype->tp_alloc(metatype, ctx->nslot);
 4408|    225|    if (type == NULL) {
  ------------------
  |  Branch (4408:9): [True: 0, False: 225]
  ------------------
 4409|      0|        return NULL;
 4410|      0|    }
 4411|    225|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
 4412|       |
 4413|       |    // Initialize tp_flags.
 4414|       |    // All heap types need GC, since we can create a reference cycle by storing
 4415|       |    // an instance on one of its parents.
 4416|    225|    type_set_flags(type, Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HEAPTYPE |
  ------------------
  |  |  560|    225|#define Py_TPFLAGS_DEFAULT  ( \
  |  |  561|    225|                 Py_TPFLAGS_HAVE_STACKLESS_EXTENSION | \
  |  |  ------------------
  |  |  |  |  530|    225|#define Py_TPFLAGS_HAVE_STACKLESS_EXTENSION 0
  |  |  ------------------
  |  |  562|    225|                0)
  ------------------
                  type_set_flags(type, Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HEAPTYPE |
  ------------------
  |  |  503|    225|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
 4417|    225|                   Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HAVE_GC);
  ------------------
  |  |  506|    225|#define Py_TPFLAGS_BASETYPE (1UL << 10)
  ------------------
                                 Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HAVE_GC);
  ------------------
  |  |  524|    225|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
 4418|       |
 4419|       |    // Initialize essential fields
 4420|    225|    type->tp_as_async = &et->as_async;
 4421|    225|    type->tp_as_number = &et->as_number;
 4422|    225|    type->tp_as_sequence = &et->as_sequence;
 4423|    225|    type->tp_as_mapping = &et->as_mapping;
 4424|    225|    type->tp_as_buffer = &et->as_buffer;
 4425|       |
 4426|    225|    set_tp_bases(type, Py_NewRef(ctx->bases), 1);
  ------------------
  |  |  550|    225|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4427|    225|    type->tp_base = (PyTypeObject *)Py_NewRef(ctx->base);
  ------------------
  |  |  550|    225|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4428|       |
 4429|    225|    type->tp_dealloc = subtype_dealloc;
 4430|       |    /* Always override allocation strategy to use regular heap */
 4431|    225|    type->tp_alloc = PyType_GenericAlloc;
 4432|    225|    type->tp_free = PyObject_GC_Del;
 4433|       |
 4434|    225|    type->tp_traverse = subtype_traverse;
 4435|    225|    type->tp_clear = subtype_clear;
 4436|       |
 4437|    225|    et->ht_name = Py_NewRef(ctx->name);
  ------------------
  |  |  550|    225|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4438|    225|    et->ht_module = NULL;
 4439|    225|    et->_ht_tpname = NULL;
 4440|    225|    et->ht_token = NULL;
 4441|       |
 4442|       |#ifdef Py_GIL_DISABLED
 4443|       |    et->unique_id = _PyObject_AssignUniqueId((PyObject *)et);
 4444|       |#endif
 4445|       |
 4446|    225|    return type;
 4447|    225|}
typeobject.c:subtype_traverse:
 2603|    466|{
 2604|    466|    PyTypeObject *type, *base;
 2605|    466|    traverseproc basetraverse;
 2606|       |
 2607|       |    /* Find the nearest base with a different tp_traverse,
 2608|       |       and traverse slots while we're at it */
 2609|    466|    type = Py_TYPE(self);
  ------------------
  |  |  213|    466|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    466|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    466|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2610|    466|    base = type;
 2611|  1.00k|    while ((basetraverse = base->tp_traverse) == subtype_traverse) {
  ------------------
  |  Branch (2611:12): [True: 536, False: 466]
  ------------------
 2612|    536|        if (Py_SIZE(base)) {
  ------------------
  |  |  214|    536|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    536|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    536|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (214:23): [True: 0, False: 536]
  |  |  ------------------
  ------------------
 2613|      0|            int err = traverse_slots(base, self, visit, arg);
 2614|      0|            if (err)
  ------------------
  |  Branch (2614:17): [True: 0, False: 0]
  ------------------
 2615|      0|                return err;
 2616|      0|        }
 2617|    536|        base = base->tp_base;
 2618|    536|        assert(base);
  ------------------
  |  Branch (2618:9): [True: 536, False: 0]
  ------------------
 2619|    536|    }
 2620|       |
 2621|    466|    if (type->tp_dictoffset != base->tp_dictoffset) {
  ------------------
  |  Branch (2621:9): [True: 392, False: 74]
  ------------------
 2622|    392|        assert(base->tp_dictoffset == 0);
  ------------------
  |  Branch (2622:9): [True: 392, False: 0]
  ------------------
 2623|    392|        if (type->tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|    392|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (2623:13): [True: 392, False: 0]
  ------------------
 2624|    392|            assert(type->tp_dictoffset == -1);
  ------------------
  |  Branch (2624:13): [True: 392, False: 0]
  ------------------
 2625|    392|            int err = PyObject_VisitManagedDict(self, visit, arg);
 2626|    392|            if (err) {
  ------------------
  |  Branch (2626:17): [True: 0, False: 392]
  ------------------
 2627|      0|                return err;
 2628|      0|            }
 2629|    392|        }
 2630|      0|        else {
 2631|      0|            PyObject **dictptr = _PyObject_ComputedDictPointer(self);
 2632|      0|            if (dictptr && *dictptr) {
  ------------------
  |  Branch (2632:17): [True: 0, False: 0]
  |  Branch (2632:28): [True: 0, False: 0]
  ------------------
 2633|      0|                Py_VISIT(*dictptr);
  ------------------
  |  |  194|      0|    do {                                                                \
  |  |  195|      0|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  196|      0|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|      0|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  198|      0|                return vret;                                            \
  |  |  199|      0|        }                                                               \
  |  |  200|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2634|      0|            }
 2635|      0|        }
 2636|    392|    }
 2637|       |
 2638|    466|    if (type->tp_flags & Py_TPFLAGS_HEAPTYPE
  ------------------
  |  |  503|    932|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2638:9): [True: 466, False: 0]
  ------------------
 2639|    466|        && (!basetraverse || !(base->tp_flags & Py_TPFLAGS_HEAPTYPE))) {
  ------------------
  |  |  503|     76|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2639:13): [True: 390, False: 76]
  |  Branch (2639:30): [True: 76, False: 0]
  ------------------
 2640|       |        /* For a heaptype, the instances count as references
 2641|       |           to the type.          Traverse the type so the collector
 2642|       |           can find cycles involving this link.
 2643|       |           Skip this visit if basetraverse belongs to a heap type: in that
 2644|       |           case, basetraverse will visit the type when we call it later.
 2645|       |           */
 2646|    466|        Py_VISIT(type);
  ------------------
  |  |  194|    466|    do {                                                                \
  |  |  195|    466|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 466, False: 0]
  |  |  ------------------
  |  |  196|    466|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    466|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    466|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    466|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 466]
  |  |  ------------------
  |  |  198|    466|                return vret;                                            \
  |  |  199|    466|        }                                                               \
  |  |  200|    466|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 466]
  |  |  ------------------
  ------------------
 2647|    466|    }
 2648|       |
 2649|    466|    if (basetraverse)
  ------------------
  |  Branch (2649:9): [True: 76, False: 390]
  ------------------
 2650|     76|        return basetraverse(self, visit, arg);
 2651|    390|    return 0;
 2652|    466|}
typeobject.c:set_tp_dict:
  554|    756|{
  555|    756|    if (self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    756|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (555:9): [True: 414, False: 342]
  ------------------
  556|    414|        PyInterpreterState *interp = _PyInterpreterState_GET();
  557|    414|        managed_static_type_state *state = _PyStaticType_GetState(interp, self);
  558|    414|        assert(state != NULL);
  ------------------
  |  Branch (558:9): [True: 414, False: 0]
  ------------------
  559|    414|        state->tp_dict = dict;
  560|    414|        return;
  561|    414|    }
  562|    342|    self->tp_dict = dict;
  563|    342|}
typeobject.c:type_new_set_attrs:
 4797|    225|{
 4798|    225|    if (type_new_set_name(ctx, type) < 0) {
  ------------------
  |  Branch (4798:9): [True: 0, False: 225]
  ------------------
 4799|      0|        return -1;
 4800|      0|    }
 4801|       |
 4802|    225|    PyObject *dict = lookup_tp_dict(type);
 4803|    225|    assert(dict);
  ------------------
  |  Branch (4803:5): [True: 225, False: 0]
  ------------------
 4804|       |
 4805|    225|    if (type_new_set_module(dict) < 0) {
  ------------------
  |  Branch (4805:9): [True: 0, False: 225]
  ------------------
 4806|      0|        return -1;
 4807|      0|    }
 4808|       |
 4809|    225|    if (type_new_set_ht_name(type, dict) < 0) {
  ------------------
  |  Branch (4809:9): [True: 0, False: 225]
  ------------------
 4810|      0|        return -1;
 4811|      0|    }
 4812|       |
 4813|    225|    if (type_new_set_doc(type, dict) < 0) {
  ------------------
  |  Branch (4813:9): [True: 0, False: 225]
  ------------------
 4814|      0|        return -1;
 4815|      0|    }
 4816|       |
 4817|       |    /* Special-case __new__: if it's a plain function,
 4818|       |       make it a static function */
 4819|    225|    if (type_new_staticmethod(dict, &_Py_ID(__new__)) < 0) {
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4819:9): [True: 0, False: 225]
  ------------------
 4820|      0|        return -1;
 4821|      0|    }
 4822|       |
 4823|       |    /* Special-case __init_subclass__ and __class_getitem__:
 4824|       |       if they are plain functions, make them classmethods */
 4825|    225|    if (type_new_classmethod(dict, &_Py_ID(__init_subclass__)) < 0) {
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4825:9): [True: 0, False: 225]
  ------------------
 4826|      0|        return -1;
 4827|      0|    }
 4828|    225|    if (type_new_classmethod(dict, &_Py_ID(__class_getitem__)) < 0) {
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4828:9): [True: 0, False: 225]
  ------------------
 4829|      0|        return -1;
 4830|      0|    }
 4831|       |
 4832|    225|    if (type_new_descriptors(ctx, type, dict) < 0) {
  ------------------
  |  Branch (4832:9): [True: 0, False: 225]
  ------------------
 4833|      0|        return -1;
 4834|      0|    }
 4835|       |
 4836|    225|    type_new_set_slots(ctx, type);
 4837|       |
 4838|    225|    if (type_new_set_classcell(type, dict) < 0) {
  ------------------
  |  Branch (4838:9): [True: 0, False: 225]
  ------------------
 4839|      0|        return -1;
 4840|      0|    }
 4841|    225|    if (type_new_set_classdictcell(dict) < 0) {
  ------------------
  |  Branch (4841:9): [True: 0, False: 225]
  ------------------
 4842|      0|        return -1;
 4843|      0|    }
 4844|       |
 4845|       |#ifdef Py_GIL_DISABLED
 4846|       |    // enable deferred reference counting on functions and descriptors
 4847|       |    Py_ssize_t pos = 0;
 4848|       |    PyObject *key, *value;
 4849|       |    while (PyDict_Next(dict, &pos, &key, &value)) {
 4850|       |        if (PyFunction_Check(value) || Py_TYPE(value)->tp_descr_get != NULL) {
 4851|       |            PyUnstable_Object_EnableDeferredRefcount(value);
 4852|       |        }
 4853|       |    }
 4854|       |#endif
 4855|       |
 4856|    225|    return 0;
 4857|    225|}
typeobject.c:type_new_set_name:
 4452|    225|{
 4453|    225|    Py_ssize_t name_size;
 4454|    225|    type->tp_name = PyUnicode_AsUTF8AndSize(ctx->name, &name_size);
 4455|    225|    if (!type->tp_name) {
  ------------------
  |  Branch (4455:9): [True: 0, False: 225]
  ------------------
 4456|      0|        return -1;
 4457|      0|    }
 4458|    225|    if (strlen(type->tp_name) != (size_t)name_size) {
  ------------------
  |  Branch (4458:9): [True: 0, False: 225]
  ------------------
 4459|      0|        PyErr_SetString(PyExc_ValueError,
 4460|      0|                        "type name must not contain null characters");
 4461|      0|        return -1;
 4462|      0|    }
 4463|    225|    return 0;
 4464|    225|}
typeobject.c:type_new_set_module:
 4470|    225|{
 4471|    225|    int r = PyDict_Contains(dict, &_Py_ID(__module__));
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4472|    225|    if (r < 0) {
  ------------------
  |  Branch (4472:9): [True: 0, False: 225]
  ------------------
 4473|      0|        return -1;
 4474|      0|    }
 4475|    225|    if (r > 0) {
  ------------------
  |  Branch (4475:9): [True: 222, False: 3]
  ------------------
 4476|    222|        return 0;
 4477|    222|    }
 4478|       |
 4479|      3|    PyObject *globals = PyEval_GetGlobals();
 4480|      3|    if (globals == NULL) {
  ------------------
  |  Branch (4480:9): [True: 0, False: 3]
  ------------------
 4481|      0|        return 0;
 4482|      0|    }
 4483|       |
 4484|      3|    PyObject *module;
 4485|      3|    r = PyDict_GetItemRef(globals, &_Py_ID(__name__), &module);
  ------------------
  |  |  917|      3|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      3|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      3|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4486|      3|    if (module) {
  ------------------
  |  Branch (4486:9): [True: 3, False: 0]
  ------------------
 4487|      3|        r = PyDict_SetItem(dict, &_Py_ID(__module__), module);
  ------------------
  |  |  917|      3|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      3|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      3|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4488|      3|        Py_DECREF(module);
  ------------------
  |  |  430|      3|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4489|      3|    }
 4490|      3|    return r;
 4491|      3|}
typeobject.c:type_new_set_ht_name:
 4498|    225|{
 4499|    225|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
 4500|    225|    PyObject *qualname;
 4501|    225|    if (PyDict_GetItemRef(dict, &_Py_ID(__qualname__), &qualname) < 0) {
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4501:9): [True: 0, False: 225]
  ------------------
 4502|      0|        return -1;
 4503|      0|    }
 4504|    225|    if (qualname != NULL) {
  ------------------
  |  Branch (4504:9): [True: 216, False: 9]
  ------------------
 4505|    216|        if (!PyUnicode_Check(qualname)) {
  ------------------
  |  |  103|    216|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    216|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4505:13): [True: 0, False: 216]
  ------------------
 4506|      0|            PyErr_Format(PyExc_TypeError,
 4507|      0|                    "type __qualname__ must be a str, not %s",
 4508|      0|                    Py_TYPE(qualname)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4509|      0|            Py_DECREF(qualname);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4510|      0|            return -1;
 4511|      0|        }
 4512|    216|        et->ht_qualname = qualname;
 4513|    216|        if (PyDict_DelItem(dict, &_Py_ID(__qualname__)) < 0) {
  ------------------
  |  |  917|    216|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    216|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    216|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4513:13): [True: 0, False: 216]
  ------------------
 4514|      0|            return -1;
 4515|      0|        }
 4516|    216|    }
 4517|      9|    else {
 4518|      9|        et->ht_qualname = Py_NewRef(et->ht_name);
  ------------------
  |  |  550|      9|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4519|      9|    }
 4520|    225|    return 0;
 4521|    225|}
typeobject.c:type_new_set_doc:
 4529|    225|{
 4530|    225|    PyObject *doc = PyDict_GetItemWithError(dict, &_Py_ID(__doc__));
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4531|    225|    if (doc == NULL) {
  ------------------
  |  Branch (4531:9): [True: 101, False: 124]
  ------------------
 4532|    101|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4532:13): [True: 0, False: 101]
  ------------------
 4533|      0|            return -1;
 4534|      0|        }
 4535|       |        // no __doc__ key
 4536|    101|        return 0;
 4537|    101|    }
 4538|    124|    if (!PyUnicode_Check(doc)) {
  ------------------
  |  |  103|    124|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    124|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4538:9): [True: 0, False: 124]
  ------------------
 4539|       |        // ignore non-string __doc__
 4540|      0|        return 0;
 4541|      0|    }
 4542|       |
 4543|    124|    const char *doc_str = PyUnicode_AsUTF8(doc);
 4544|    124|    if (doc_str == NULL) {
  ------------------
  |  Branch (4544:9): [True: 0, False: 124]
  ------------------
 4545|      0|        return -1;
 4546|      0|    }
 4547|       |
 4548|       |    // Silently truncate the docstring if it contains a null byte
 4549|    124|    Py_ssize_t size = strlen(doc_str) + 1;
 4550|    124|    char *tp_doc = (char *)PyMem_Malloc(size);
 4551|    124|    if (tp_doc == NULL) {
  ------------------
  |  Branch (4551:9): [True: 0, False: 124]
  ------------------
 4552|      0|        PyErr_NoMemory();
 4553|      0|        return -1;
 4554|      0|    }
 4555|       |
 4556|    124|    memcpy(tp_doc, doc_str, size);
 4557|    124|    type->tp_doc = tp_doc;
 4558|    124|    return 0;
 4559|    124|}
typeobject.c:type_new_staticmethod:
 4564|    225|{
 4565|    225|    PyObject *func = PyDict_GetItemWithError(dict, attr);
 4566|    225|    if (func == NULL) {
  ------------------
  |  Branch (4566:9): [True: 206, False: 19]
  ------------------
 4567|    206|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4567:13): [True: 0, False: 206]
  ------------------
 4568|      0|            return -1;
 4569|      0|        }
 4570|    206|        return 0;
 4571|    206|    }
 4572|     19|    if (!PyFunction_Check(func)) {
  ------------------
  |  |   68|     19|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|     19|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4572:9): [True: 0, False: 19]
  ------------------
 4573|      0|        return 0;
 4574|      0|    }
 4575|       |
 4576|     19|    PyObject *static_func = PyStaticMethod_New(func);
 4577|     19|    if (static_func == NULL) {
  ------------------
  |  Branch (4577:9): [True: 0, False: 19]
  ------------------
 4578|      0|        return -1;
 4579|      0|    }
 4580|     19|    if (PyDict_SetItem(dict, attr, static_func) < 0) {
  ------------------
  |  Branch (4580:9): [True: 0, False: 19]
  ------------------
 4581|      0|        Py_DECREF(static_func);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4582|      0|        return -1;
 4583|      0|    }
 4584|     19|    Py_DECREF(static_func);
  ------------------
  |  |  430|     19|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4585|     19|    return 0;
 4586|     19|}
typeobject.c:type_new_classmethod:
 4591|    450|{
 4592|    450|    PyObject *func = PyDict_GetItemWithError(dict, attr);
 4593|    450|    if (func == NULL) {
  ------------------
  |  Branch (4593:9): [True: 432, False: 18]
  ------------------
 4594|    432|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4594:13): [True: 0, False: 432]
  ------------------
 4595|      0|            return -1;
 4596|      0|        }
 4597|    432|        return 0;
 4598|    432|    }
 4599|     18|    if (!PyFunction_Check(func)) {
  ------------------
  |  |   68|     18|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|     18|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4599:9): [True: 17, False: 1]
  ------------------
 4600|     17|        return 0;
 4601|     17|    }
 4602|       |
 4603|      1|    PyObject *method = PyClassMethod_New(func);
 4604|      1|    if (method == NULL) {
  ------------------
  |  Branch (4604:9): [True: 0, False: 1]
  ------------------
 4605|      0|        return -1;
 4606|      0|    }
 4607|       |
 4608|      1|    if (PyDict_SetItem(dict, attr, method) < 0) {
  ------------------
  |  Branch (4608:9): [True: 0, False: 1]
  ------------------
 4609|      0|        Py_DECREF(method);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4610|      0|        return -1;
 4611|      0|    }
 4612|      1|    Py_DECREF(method);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4613|      1|    return 0;
 4614|      1|}
typeobject.c:type_new_descriptors:
 4646|    225|{
 4647|    225|    PyHeapTypeObject *et = (PyHeapTypeObject *)type;
 4648|    225|    Py_ssize_t slotoffset = ctx->base->tp_basicsize;
 4649|    225|    if (et->ht_slots != NULL) {
  ------------------
  |  Branch (4649:9): [True: 11, False: 214]
  ------------------
 4650|     11|        PyMemberDef *mp = _PyHeapType_GET_MEMBERS(et);
 4651|     11|        Py_ssize_t nslot = PyTuple_GET_SIZE(et->ht_slots);
  ------------------
  |  |   27|     11|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4652|     11|        int after_items = (ctx->base->tp_itemsize != 0 &&
  ------------------
  |  Branch (4652:28): [True: 0, False: 11]
  ------------------
 4653|      0|                           !(ctx->base->tp_flags & Py_TPFLAGS_ITEMS_AT_END));
  ------------------
  |  |  548|      0|#define Py_TPFLAGS_ITEMS_AT_END (1UL << 23)
  ------------------
  |  Branch (4653:28): [True: 0, False: 0]
  ------------------
 4654|     11|        if (ctx->base->tp_itemsize != 0 &&
  ------------------
  |  Branch (4654:13): [True: 0, False: 11]
  ------------------
 4655|      0|            !(ctx->base->tp_flags & Py_TPFLAGS_TUPLE_SUBCLASS))
  ------------------
  |  |  553|      0|#define Py_TPFLAGS_TUPLE_SUBCLASS       (1UL << 26)
  ------------------
  |  Branch (4655:13): [True: 0, False: 0]
  ------------------
 4656|      0|        {
 4657|      0|            PyErr_Format(PyExc_TypeError,
 4658|      0|                         "arbitrary __slots__ not supported for subtype of '%s'",
 4659|      0|                         ctx->base->tp_name);
 4660|      0|            return -1;
 4661|      0|        }
 4662|     36|        for (Py_ssize_t i = 0; i < nslot; i++, mp++) {
  ------------------
  |  Branch (4662:32): [True: 25, False: 11]
  ------------------
 4663|     25|            mp->name = PyUnicode_AsUTF8(
 4664|     25|                PyTuple_GET_ITEM(et->ht_slots, i));
  ------------------
  |  |   29|     25|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     25|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4664:17): [True: 25, False: 0]
  ------------------
 4665|     25|            if (mp->name == NULL) {
  ------------------
  |  Branch (4665:17): [True: 0, False: 25]
  ------------------
 4666|      0|                return -1;
 4667|      0|            }
 4668|     25|            mp->type = Py_T_OBJECT_EX;
  ------------------
  |  |   75|     25|#define Py_T_OBJECT_EX 16
  ------------------
 4669|     25|            mp->offset = slotoffset;
 4670|     25|            if (after_items) {
  ------------------
  |  Branch (4670:17): [True: 0, False: 25]
  ------------------
 4671|      0|                mp->flags |= _Py_AFTER_ITEMS;
  ------------------
  |  |   89|      0|#  define _Py_AFTER_ITEMS      (1 << 4) // For internal use.
  ------------------
 4672|      0|            }
 4673|       |
 4674|       |            /* __dict__ and __weakref__ are already filtered out */
 4675|     25|            assert(strcmp(mp->name, "__dict__") != 0);
  ------------------
  |  Branch (4675:13): [True: 25, False: 0]
  ------------------
 4676|     25|            assert(strcmp(mp->name, "__weakref__") != 0);
  ------------------
  |  Branch (4676:13): [True: 25, False: 0]
  ------------------
 4677|       |
 4678|     25|            slotoffset += sizeof(PyObject *);
 4679|     25|        }
 4680|     11|    }
 4681|       |
 4682|    225|    if (ctx->add_weak) {
  ------------------
  |  Branch (4682:9): [True: 113, False: 112]
  ------------------
 4683|    113|        assert((type->tp_flags & Py_TPFLAGS_MANAGED_WEAKREF) == 0);
  ------------------
  |  Branch (4683:9): [True: 113, False: 0]
  ------------------
 4684|    113|        type_add_flags(type, Py_TPFLAGS_MANAGED_WEAKREF);
  ------------------
  |  |  477|    113|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  ------------------
 4685|    113|        type->tp_weaklistoffset = MANAGED_WEAKREF_OFFSET;
  ------------------
  |  |  926|    113|#  define MANAGED_WEAKREF_OFFSET (((Py_ssize_t)sizeof(PyObject *))*-4)
  ------------------
 4686|    113|    }
 4687|    225|    if (ctx->add_dict) {
  ------------------
  |  Branch (4687:9): [True: 99, False: 126]
  ------------------
 4688|     99|        assert((type->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0);
  ------------------
  |  Branch (4688:9): [True: 99, False: 0]
  ------------------
 4689|     99|        type_add_flags(type, Py_TPFLAGS_MANAGED_DICT);
  ------------------
  |  |  482|     99|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
 4690|     99|        type->tp_dictoffset = -1;
 4691|     99|    }
 4692|       |
 4693|    225|    type->tp_basicsize = slotoffset;
 4694|    225|    type->tp_itemsize = ctx->base->tp_itemsize;
 4695|    225|    type->tp_members = _PyHeapType_GET_MEMBERS(et);
 4696|       |
 4697|    225|    PyInterpreterState *interp = _PyInterpreterState_GET();
 4698|       |
 4699|    225|    if (type->tp_dictoffset) {
  ------------------
  |  Branch (4699:9): [True: 99, False: 126]
  ------------------
 4700|     99|        if (type_add_common_descriptor(
  ------------------
  |  Branch (4700:13): [True: 0, False: 99]
  ------------------
 4701|     99|            interp,
 4702|     99|            &interp->cached_objects.dict_descriptor,
 4703|     99|            &subtype_getset_dict,
 4704|     99|            dict) < 0)
 4705|      0|        {
 4706|      0|            return -1;
 4707|      0|        }
 4708|     99|    }
 4709|    225|    if (type->tp_weaklistoffset) {
  ------------------
  |  Branch (4709:9): [True: 113, False: 112]
  ------------------
 4710|    113|        if (type_add_common_descriptor(
  ------------------
  |  Branch (4710:13): [True: 0, False: 113]
  ------------------
 4711|    113|            interp,
 4712|    113|            &interp->cached_objects.weakref_descriptor,
 4713|    113|            &subtype_getset_weakref,
 4714|    113|            dict) < 0)
 4715|      0|        {
 4716|      0|            return -1;
 4717|      0|        }
 4718|    113|    }
 4719|       |
 4720|    225|    return 0;
 4721|    225|}
typeobject.c:type_add_common_descriptor:
 4622|    212|{
 4623|       |#ifdef Py_GIL_DISABLED
 4624|       |    PyMutex_Lock(&interp->cached_objects.descriptor_mutex);
 4625|       |#endif
 4626|    212|    PyObject *descr = *cache;
 4627|    212|    if (!descr) {
  ------------------
  |  Branch (4627:9): [True: 4, False: 208]
  ------------------
 4628|      4|        descr = PyDescr_NewGetSet(&PyBaseObject_Type, getset_def);
 4629|      4|        *cache = descr;
 4630|      4|    }
 4631|       |#ifdef Py_GIL_DISABLED
 4632|       |    PyMutex_Unlock(&interp->cached_objects.descriptor_mutex);
 4633|       |#endif
 4634|    212|    if (!descr) {
  ------------------
  |  Branch (4634:9): [True: 0, False: 212]
  ------------------
 4635|      0|        return -1;
 4636|      0|    }
 4637|    212|    if (PyDict_SetDefaultRef(dict, PyDescr_NAME(descr), descr, NULL) < 0) {
  ------------------
  |  |   36|    212|#define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name)
  ------------------
  |  Branch (4637:9): [True: 0, False: 212]
  ------------------
 4638|      0|        return -1;
 4639|      0|    }
 4640|    212|    return 0;
 4641|    212|}
typeobject.c:type_new_set_slots:
 4726|    225|{
 4727|    225|    type->tp_getset = NULL;
 4728|       |
 4729|       |    /* Special case some slots */
 4730|    225|    if (type->tp_dictoffset != 0 || ctx->nslot > 0) {
  ------------------
  |  Branch (4730:9): [True: 99, False: 126]
  |  Branch (4730:37): [True: 10, False: 116]
  ------------------
 4731|    109|        PyTypeObject *base = ctx->base;
 4732|    109|        if (base->tp_getattr == NULL && base->tp_getattro == NULL) {
  ------------------
  |  Branch (4732:13): [True: 109, False: 0]
  |  Branch (4732:41): [True: 0, False: 109]
  ------------------
 4733|      0|            type->tp_getattro = PyObject_GenericGetAttr;
 4734|      0|        }
 4735|    109|        if (base->tp_setattr == NULL && base->tp_setattro == NULL) {
  ------------------
  |  Branch (4735:13): [True: 109, False: 0]
  |  Branch (4735:41): [True: 0, False: 109]
  ------------------
 4736|      0|            type->tp_setattro = PyObject_GenericSetAttr;
 4737|      0|        }
 4738|    109|    }
 4739|    225|}
typeobject.c:type_new_set_classcell:
 4745|    225|{
 4746|    225|    PyObject *cell = PyDict_GetItemWithError(dict, &_Py_ID(__classcell__));
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4747|    225|    if (cell == NULL) {
  ------------------
  |  Branch (4747:9): [True: 208, False: 17]
  ------------------
 4748|    208|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4748:13): [True: 0, False: 208]
  ------------------
 4749|      0|            return -1;
 4750|      0|        }
 4751|    208|        return 0;
 4752|    208|    }
 4753|       |
 4754|       |    /* At least one method requires a reference to its defining class */
 4755|     17|    if (!PyCell_Check(cell)) {
  ------------------
  |  |   18|     17|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|     17|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4755:9): [True: 0, False: 17]
  ------------------
 4756|      0|        PyErr_Format(PyExc_TypeError,
 4757|      0|                     "__classcell__ must be a nonlocal cell, not %.200R",
 4758|      0|                     Py_TYPE(cell));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4759|      0|        return -1;
 4760|      0|    }
 4761|       |
 4762|     17|    (void)PyCell_Set(cell, (PyObject *) type);
 4763|     17|    if (PyDict_DelItem(dict, &_Py_ID(__classcell__)) < 0) {
  ------------------
  |  |  917|     17|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     17|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     17|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4763:9): [True: 0, False: 17]
  ------------------
 4764|      0|        return -1;
 4765|      0|    }
 4766|     17|    return 0;
 4767|     17|}
typeobject.c:type_new_set_classdictcell:
 4771|    225|{
 4772|    225|    PyObject *cell = PyDict_GetItemWithError(dict, &_Py_ID(__classdictcell__));
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4773|    225|    if (cell == NULL) {
  ------------------
  |  Branch (4773:9): [True: 37, False: 188]
  ------------------
 4774|     37|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (4774:13): [True: 0, False: 37]
  ------------------
 4775|      0|            return -1;
 4776|      0|        }
 4777|     37|        return 0;
 4778|     37|    }
 4779|       |
 4780|       |    /* At least one method requires a reference to the dict of its defining class */
 4781|    188|    if (!PyCell_Check(cell)) {
  ------------------
  |  |   18|    188|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|    188|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    188|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    188|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4781:9): [True: 0, False: 188]
  ------------------
 4782|      0|        PyErr_Format(PyExc_TypeError,
 4783|      0|                     "__classdictcell__ must be a nonlocal cell, not %.200R",
 4784|      0|                     Py_TYPE(cell));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4785|      0|        return -1;
 4786|      0|    }
 4787|       |
 4788|    188|    (void)PyCell_Set(cell, (PyObject *)dict);
 4789|    188|    if (PyDict_DelItem(dict, &_Py_ID(__classdictcell__)) < 0) {
  ------------------
  |  |  917|    188|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    188|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    188|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4789:9): [True: 0, False: 188]
  ------------------
 4790|      0|        return -1;
 4791|      0|    }
 4792|    188|    return 0;
 4793|    188|}
typeobject.c:fixup_slot_dispatchers:
12101|    225|{
12102|    225|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (12102:5): [True: 225, False: 0]
  ------------------
12103|  15.3k|    for (pytype_slotdef *p = slotdefs; p->name; ) {
  ------------------
  |  Branch (12103:40): [True: 15.0k, False: 225]
  ------------------
12104|       |        update_one_slot(type, p, &p, NULL);
12105|  15.0k|    }
12106|    225|}
typeobject.c:type_new_set_names:
12245|    225|{
12246|    225|    PyObject *dict = lookup_tp_dict(type);
12247|    225|    PyObject *names_to_set = PyDict_Copy(dict);
12248|    225|    if (names_to_set == NULL) {
  ------------------
  |  Branch (12248:9): [True: 0, False: 225]
  ------------------
12249|      0|        return -1;
12250|      0|    }
12251|       |
12252|    225|    Py_ssize_t i = 0;
12253|    225|    PyObject *key, *value;
12254|  2.81k|    while (PyDict_Next(names_to_set, &i, &key, &value)) {
  ------------------
  |  Branch (12254:12): [True: 2.58k, False: 225]
  ------------------
12255|  2.58k|        PyObject *set_name = _PyObject_LookupSpecial(value,
12256|  2.58k|                                                     &_Py_ID(__set_name__));
  ------------------
  |  |  917|  2.58k|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|  2.58k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  2.58k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12257|  2.58k|        if (set_name == NULL) {
  ------------------
  |  Branch (12257:13): [True: 2.55k, False: 34]
  ------------------
12258|  2.55k|            if (PyErr_Occurred()) {
  ------------------
  |  Branch (12258:17): [True: 0, False: 2.55k]
  ------------------
12259|      0|                goto error;
12260|      0|            }
12261|  2.55k|            continue;
12262|  2.55k|        }
12263|       |
12264|     34|        PyObject *res = PyObject_CallFunctionObjArgs(set_name, type, key, NULL);
12265|     34|        Py_DECREF(set_name);
  ------------------
  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12266|       |
12267|     34|        if (res == NULL) {
  ------------------
  |  Branch (12267:13): [True: 0, False: 34]
  ------------------
12268|      0|            _PyErr_FormatNote(
12269|      0|                "Error calling __set_name__ on '%.100s' instance %R "
12270|      0|                "in '%.100s'",
12271|      0|                Py_TYPE(value)->tp_name, key, type->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12272|      0|            goto error;
12273|      0|        }
12274|     34|        else {
12275|     34|            Py_DECREF(res);
  ------------------
  |  |  430|     34|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12276|     34|        }
12277|     34|    }
12278|       |
12279|    225|    Py_DECREF(names_to_set);
  ------------------
  |  |  430|    225|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12280|    225|    return 0;
12281|       |
12282|      0|error:
12283|      0|    Py_DECREF(names_to_set);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12284|      0|    return -1;
12285|    225|}
typeobject.c:type_new_init_subclass:
12291|    225|{
12292|    225|    PyObject *args[2] = {(PyObject *)type, (PyObject *)type};
12293|    225|    PyObject *super = PyObject_Vectorcall((PyObject *)&PySuper_Type,
12294|    225|                                          args, 2, NULL);
12295|    225|    if (super == NULL) {
  ------------------
  |  Branch (12295:9): [True: 0, False: 225]
  ------------------
12296|      0|        return -1;
12297|      0|    }
12298|       |
12299|    225|    PyObject *func = PyObject_GetAttr(super, &_Py_ID(__init_subclass__));
  ------------------
  |  |  917|    225|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    225|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    225|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12300|    225|    Py_DECREF(super);
  ------------------
  |  |  430|    225|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12301|    225|    if (func == NULL) {
  ------------------
  |  Branch (12301:9): [True: 0, False: 225]
  ------------------
12302|      0|        return -1;
12303|      0|    }
12304|       |
12305|    225|    PyObject *result = PyObject_VectorcallDict(func, NULL, 0, kwds);
12306|    225|    Py_DECREF(func);
  ------------------
  |  |  430|    225|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12307|    225|    if (result == NULL) {
  ------------------
  |  Branch (12307:9): [True: 0, False: 225]
  ------------------
12308|      0|        return -1;
12309|      0|    }
12310|       |
12311|    225|    Py_DECREF(result);
  ------------------
  |  |  430|    225|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    225|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    225|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12312|    225|    return 0;
12313|    225|}
typeobject.c:type_is_gc:
 7249|  15.8k|{
 7250|  15.8k|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|  15.8k|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 7251|  15.8k|    return type->tp_flags & Py_TPFLAGS_HEAPTYPE;
  ------------------
  |  |  503|  15.8k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
 7252|  15.8k|}
typeobject.c:type_vectorcall:
 5109|    225|{
 5110|    225|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    225|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 5111|    225|    if (nargs == 1 && metatype == (PyObject *)&PyType_Type){
  ------------------
  |  Branch (5111:9): [True: 72, False: 153]
  |  Branch (5111:23): [True: 72, False: 0]
  ------------------
 5112|     72|        if (!_PyArg_NoKwnames("type", kwnames)) {
  ------------------
  |  |   15|     72|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 72, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 5113|      0|            return NULL;
 5114|      0|        }
 5115|     72|        return Py_NewRef(Py_TYPE(args[0]));
  ------------------
  |  |  550|     72|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     72|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     72|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5116|     72|    }
 5117|       |    /* In other (much less common) cases, fall back to
 5118|       |       more flexible calling conventions. */
 5119|    153|    PyThreadState *tstate = _PyThreadState_GET();
 5120|    153|    return _PyObject_MakeTpCall(tstate, metatype, args, nargs, kwnames);
 5121|    225|}
typeobject.c:object_richcompare:
 7491|    130|{
 7492|    130|    PyObject *res;
 7493|       |
 7494|    130|    switch (op) {
 7495|       |
 7496|    130|    case Py_EQ:
  ------------------
  |  |  654|    130|#define Py_EQ 2
  ------------------
  |  Branch (7496:5): [True: 130, False: 0]
  ------------------
 7497|       |        /* Return NotImplemented instead of False, so if two
 7498|       |           objects are compared, both get a chance at the
 7499|       |           comparison.  See issue #1393. */
 7500|    130|        res = Py_NewRef((self == other) ? Py_True : Py_NotImplemented);
  ------------------
  |  |  550|    130|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    260|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 4, False: 126]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7501|    130|        break;
 7502|       |
 7503|      0|    case Py_NE:
  ------------------
  |  |  655|      0|#define Py_NE 3
  ------------------
  |  Branch (7503:5): [True: 0, False: 130]
  ------------------
 7504|       |        /* By default, __ne__() delegates to __eq__() and inverts the result,
 7505|       |           unless the latter returns NotImplemented. */
 7506|      0|        if (Py_TYPE(self)->tp_richcompare == NULL) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (7506:13): [True: 0, False: 0]
  ------------------
 7507|      0|            res = Py_NewRef(Py_NotImplemented);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7508|      0|            break;
 7509|      0|        }
 7510|      0|        res = (*Py_TYPE(self)->tp_richcompare)(self, other, Py_EQ);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      res = (*Py_TYPE(self)->tp_richcompare)(self, other, Py_EQ);
  ------------------
  |  |  654|      0|#define Py_EQ 2
  ------------------
 7511|      0|        if (res != NULL && res != Py_NotImplemented) {
  ------------------
  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  ------------------
  |  Branch (7511:13): [True: 0, False: 0]
  |  Branch (7511:28): [True: 0, False: 0]
  ------------------
 7512|      0|            int ok = PyObject_IsTrue(res);
 7513|      0|            Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7514|      0|            if (ok < 0)
  ------------------
  |  Branch (7514:17): [True: 0, False: 0]
  ------------------
 7515|      0|                res = NULL;
 7516|      0|            else {
 7517|      0|                if (ok)
  ------------------
  |  Branch (7517:21): [True: 0, False: 0]
  ------------------
 7518|      0|                    res = Py_NewRef(Py_False);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7519|      0|                else
 7520|      0|                    res = Py_NewRef(Py_True);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7521|      0|            }
 7522|      0|        }
 7523|      0|        break;
 7524|       |
 7525|      0|    default:
  ------------------
  |  Branch (7525:5): [True: 0, False: 130]
  ------------------
 7526|      0|        res = Py_NewRef(Py_NotImplemented);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7527|      0|        break;
 7528|    130|    }
 7529|       |
 7530|    130|    return res;
 7531|    130|}
typeobject.c:object_dealloc:
 7446|  4.15k|{
 7447|  4.15k|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|  4.15k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7448|  4.15k|}
typeobject.c:object_str:
 7480|     26|{
 7481|     26|    unaryfunc f;
 7482|       |
 7483|     26|    f = Py_TYPE(self)->tp_repr;
  ------------------
  |  |  213|     26|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7484|     26|    if (f == NULL)
  ------------------
  |  Branch (7484:9): [True: 0, False: 26]
  ------------------
 7485|      0|        f = object_repr;
 7486|     26|    return f(self);
 7487|     26|}
typeobject.c:object_init_subclass:
 8392|    225|{
 8393|    225|    Py_RETURN_NONE;
  ------------------
  |  |  628|    225|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    225|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 8394|    225|}
typeobject.c:object_get_class:
 7541|    519|{
 7542|    519|    return Py_NewRef(Py_TYPE(self));
  ------------------
  |  |  550|    519|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    519|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    519|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7543|    519|}
typeobject.c:object_init:
 7356|    332|{
 7357|    332|    PyTypeObject *type = Py_TYPE(self);
  ------------------
  |  |  213|    332|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7358|    332|    if (excess_args(args, kwds)) {
  ------------------
  |  Branch (7358:9): [True: 115, False: 217]
  ------------------
 7359|    115|        if (type->tp_init != object_init) {
  ------------------
  |  Branch (7359:13): [True: 0, False: 115]
  ------------------
 7360|      0|            PyErr_SetString(PyExc_TypeError,
 7361|      0|                            "object.__init__() takes exactly one argument (the instance to initialize)");
 7362|      0|            return -1;
 7363|      0|        }
 7364|    115|        if (type->tp_new == object_new) {
  ------------------
  |  Branch (7364:13): [True: 0, False: 115]
  ------------------
 7365|      0|            PyErr_Format(PyExc_TypeError,
 7366|      0|                         "%.200s.__init__() takes exactly one argument (the instance to initialize)",
 7367|      0|                         type->tp_name);
 7368|      0|            return -1;
 7369|      0|        }
 7370|    115|    }
 7371|    332|    return 0;
 7372|    332|}
typeobject.c:excess_args:
 7349|    652|{
 7350|    652|    return PyTuple_GET_SIZE(args) ||
  ------------------
  |  |   27|  1.30k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    652|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    652|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 273, False: 379]
  |  |  ------------------
  ------------------
 7351|    379|        (kwds && PyDict_Check(kwds) && PyDict_GET_SIZE(kwds));
  ------------------
  |  |   18|      2|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    381|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      (kwds && PyDict_Check(kwds) && PyDict_GET_SIZE(kwds));
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (63:29): [True: 2, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (7351:10): [True: 2, False: 377]
  ------------------
 7352|    652|}
typeobject.c:object_new:
 7376|    320|{
 7377|    320|    if (excess_args(args, kwds)) {
  ------------------
  |  Branch (7377:9): [True: 160, False: 160]
  ------------------
 7378|    160|        if (type->tp_new != object_new) {
  ------------------
  |  Branch (7378:13): [True: 0, False: 160]
  ------------------
 7379|      0|            PyErr_SetString(PyExc_TypeError,
 7380|      0|                            "object.__new__() takes exactly one argument (the type to instantiate)");
 7381|      0|            return NULL;
 7382|      0|        }
 7383|    160|        if (type->tp_init == object_init) {
  ------------------
  |  Branch (7383:13): [True: 0, False: 160]
  ------------------
 7384|      0|            PyErr_Format(PyExc_TypeError, "%.200s() takes no arguments",
 7385|      0|                         type->tp_name);
 7386|      0|            return NULL;
 7387|      0|        }
 7388|    160|    }
 7389|       |
 7390|    320|    if (type->tp_flags & Py_TPFLAGS_IS_ABSTRACT) {
  ------------------
  |  |  540|    320|#define Py_TPFLAGS_IS_ABSTRACT (1UL << 20)
  ------------------
  |  Branch (7390:9): [True: 0, False: 320]
  ------------------
 7391|      0|        PyObject *abstract_methods;
 7392|      0|        PyObject *sorted_methods;
 7393|      0|        PyObject *joined;
 7394|      0|        PyObject* comma_w_quotes_sep;
 7395|      0|        Py_ssize_t method_count;
 7396|       |
 7397|       |        /* Compute "', '".join(sorted(type.__abstractmethods__))
 7398|       |           into joined. */
 7399|      0|        abstract_methods = type_abstractmethods((PyObject *)type, NULL);
 7400|      0|        if (abstract_methods == NULL)
  ------------------
  |  Branch (7400:13): [True: 0, False: 0]
  ------------------
 7401|      0|            return NULL;
 7402|      0|        sorted_methods = PySequence_List(abstract_methods);
 7403|      0|        Py_DECREF(abstract_methods);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7404|      0|        if (sorted_methods == NULL)
  ------------------
  |  Branch (7404:13): [True: 0, False: 0]
  ------------------
 7405|      0|            return NULL;
 7406|      0|        if (PyList_Sort(sorted_methods)) {
  ------------------
  |  Branch (7406:13): [True: 0, False: 0]
  ------------------
 7407|      0|            Py_DECREF(sorted_methods);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7408|      0|            return NULL;
 7409|      0|        }
 7410|      0|        comma_w_quotes_sep = PyUnicode_FromString("', '");
 7411|      0|        if (!comma_w_quotes_sep) {
  ------------------
  |  Branch (7411:13): [True: 0, False: 0]
  ------------------
 7412|      0|            Py_DECREF(sorted_methods);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7413|      0|            return NULL;
 7414|      0|        }
 7415|      0|        joined = PyUnicode_Join(comma_w_quotes_sep, sorted_methods);
 7416|      0|        Py_DECREF(comma_w_quotes_sep);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7417|      0|        if (joined == NULL)  {
  ------------------
  |  Branch (7417:13): [True: 0, False: 0]
  ------------------
 7418|      0|            Py_DECREF(sorted_methods);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7419|      0|            return NULL;
 7420|      0|        }
 7421|      0|        method_count = PyObject_Length(sorted_methods);
  ------------------
  |  |  353|      0|#define PyObject_Length PyObject_Size
  ------------------
 7422|      0|        Py_DECREF(sorted_methods);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7423|      0|        if (method_count == -1) {
  ------------------
  |  Branch (7423:13): [True: 0, False: 0]
  ------------------
 7424|      0|            Py_DECREF(joined);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7425|      0|            return NULL;
 7426|      0|        }
 7427|       |
 7428|      0|        PyErr_Format(PyExc_TypeError,
 7429|      0|                     "Can't instantiate abstract class %s "
 7430|      0|                     "without an implementation for abstract method%s '%U'",
 7431|      0|                     type->tp_name,
 7432|      0|                     method_count > 1 ? "s" : "",
  ------------------
  |  Branch (7432:22): [True: 0, False: 0]
  ------------------
 7433|      0|                     joined);
 7434|      0|        Py_DECREF(joined);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7435|      0|        return NULL;
 7436|      0|    }
 7437|    320|    PyObject *obj = type->tp_alloc(type, 0);
 7438|    320|    if (obj == NULL) {
  ------------------
  |  Branch (7438:9): [True: 0, False: 320]
  ------------------
 7439|      0|        return NULL;
 7440|      0|    }
 7441|    320|    return obj;
 7442|    320|}
typeobject.c:type_add_method:
 8571|  1.73k|{
 8572|  1.73k|    PyObject *descr;
 8573|  1.73k|    int isdescr = 1;
 8574|  1.73k|    if (meth->ml_flags & METH_CLASS) {
  ------------------
  |  |  104|  1.73k|#define METH_CLASS    0x0010
  ------------------
  |  Branch (8574:9): [True: 115, False: 1.62k]
  ------------------
 8575|    115|        if (meth->ml_flags & METH_STATIC) {
  ------------------
  |  |  105|    115|#define METH_STATIC   0x0020
  ------------------
  |  Branch (8575:13): [True: 0, False: 115]
  ------------------
 8576|      0|            PyErr_SetString(PyExc_ValueError,
 8577|      0|                    "method cannot be both class and static");
 8578|      0|            return -1;
 8579|      0|        }
 8580|    115|        descr = PyDescr_NewClassMethod(type, meth);
 8581|    115|    }
 8582|  1.62k|    else if (meth->ml_flags & METH_STATIC) {
  ------------------
  |  |  105|  1.62k|#define METH_STATIC   0x0020
  ------------------
  |  Branch (8582:14): [True: 6, False: 1.61k]
  ------------------
 8583|      6|        PyObject *mod = type_module(type);
 8584|      6|        if (mod == NULL) {
  ------------------
  |  Branch (8584:13): [True: 0, False: 6]
  ------------------
 8585|      0|            if (!PyErr_ExceptionMatches(PyExc_AttributeError)) {
  ------------------
  |  Branch (8585:17): [True: 0, False: 0]
  ------------------
 8586|      0|                return -1;
 8587|      0|            }
 8588|      0|            PyErr_Clear();
 8589|      0|        }
 8590|      6|        PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, mod);
  ------------------
  |  |   87|      6|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
 8591|      6|        Py_XDECREF(mod);
  ------------------
  |  |  524|      6|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8592|      6|        if (cfunc == NULL) {
  ------------------
  |  Branch (8592:13): [True: 0, False: 6]
  ------------------
 8593|      0|            return -1;
 8594|      0|        }
 8595|      6|        descr = PyStaticMethod_New(cfunc);
 8596|      6|        isdescr = 0;  // PyStaticMethod is not PyDescrObject
 8597|      6|        Py_DECREF(cfunc);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8598|      6|    }
 8599|  1.61k|    else {
 8600|  1.61k|        descr = PyDescr_NewMethod(type, meth);
 8601|  1.61k|    }
 8602|  1.73k|    if (descr == NULL) {
  ------------------
  |  Branch (8602:9): [True: 0, False: 1.73k]
  ------------------
 8603|      0|        return -1;
 8604|      0|    }
 8605|       |
 8606|  1.73k|    PyObject *name;
 8607|  1.73k|    if (isdescr) {
  ------------------
  |  Branch (8607:9): [True: 1.73k, False: 6]
  ------------------
 8608|  1.73k|        name = PyDescr_NAME(descr);
  ------------------
  |  |   36|  1.73k|#define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name)
  ------------------
 8609|  1.73k|    }
 8610|      6|    else {
 8611|      6|        name = PyUnicode_FromString(meth->ml_name);
 8612|      6|        if (name == NULL) {
  ------------------
  |  Branch (8612:13): [True: 0, False: 6]
  ------------------
 8613|      0|            Py_DECREF(descr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8614|      0|            return -1;
 8615|      0|        }
 8616|      6|    }
 8617|       |
 8618|  1.73k|    int err;
 8619|  1.73k|    PyObject *dict = lookup_tp_dict(type);
 8620|  1.73k|    if (!(meth->ml_flags & METH_COEXIST)) {
  ------------------
  |  |  112|  1.73k|#define METH_COEXIST   0x0040
  ------------------
  |  Branch (8620:9): [True: 1.71k, False: 20]
  ------------------
 8621|  1.71k|        err = PyDict_SetDefaultRef(dict, name, descr, NULL) < 0;
 8622|  1.71k|    }
 8623|     20|    else {
 8624|     20|        err = PyDict_SetItem(dict, name, descr) < 0;
 8625|     20|    }
 8626|  1.73k|    if (!isdescr) {
  ------------------
  |  Branch (8626:9): [True: 6, False: 1.73k]
  ------------------
 8627|      6|        Py_DECREF(name);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8628|      6|    }
 8629|  1.73k|    Py_DECREF(descr);
  ------------------
  |  |  430|  1.73k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8630|  1.73k|    if (err) {
  ------------------
  |  Branch (8630:9): [True: 0, False: 1.73k]
  ------------------
 8631|      0|        return -1;
 8632|      0|    }
 8633|  1.73k|    return 0;
 8634|  1.73k|}
typeobject.c:type_add_flags:
  471|  5.39k|{
  472|  5.39k|    type_set_flags(tp, tp->tp_flags | flag);
  473|  5.39k|}
typeobject.c:type_ready:
 9498|    756|{
 9499|    756|    ASSERT_TYPE_LOCK_HELD();
 9500|       |
 9501|    756|    _PyObject_ASSERT((PyObject *)type, !is_readying(type));
  ------------------
  |  |  423|    756|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|    756|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|    756|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 756, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|    756|      ? (void)(0) \
  |  |  |  |  |  |  416|    756|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9502|    756|    start_readying(type);
 9503|       |
 9504|    756|    if (type_ready_pre_checks(type) < 0) {
  ------------------
  |  Branch (9504:9): [True: 0, False: 756]
  ------------------
 9505|      0|        goto error;
 9506|      0|    }
 9507|       |
 9508|       |#ifdef Py_TRACE_REFS
 9509|       |    /* PyType_Ready is the closest thing we have to a choke point
 9510|       |     * for type objects, so is the best place I can think of to try
 9511|       |     * to get type objects into the doubly-linked list of all objects.
 9512|       |     * Still, not all type objects go through PyType_Ready.
 9513|       |     */
 9514|       |    _Py_AddToAllObjects((PyObject *)type);
 9515|       |#endif
 9516|       |
 9517|       |    /* Initialize tp_dict: _PyType_IsReady() tests if tp_dict != NULL */
 9518|    756|    if (type_ready_set_dict(type) < 0) {
  ------------------
  |  Branch (9518:9): [True: 0, False: 756]
  ------------------
 9519|      0|        goto error;
 9520|      0|    }
 9521|    756|    if (type_ready_set_base(type) < 0) {
  ------------------
  |  Branch (9521:9): [True: 0, False: 756]
  ------------------
 9522|      0|        goto error;
 9523|      0|    }
 9524|    756|    if (type_ready_set_type(type) < 0) {
  ------------------
  |  Branch (9524:9): [True: 0, False: 756]
  ------------------
 9525|      0|        goto error;
 9526|      0|    }
 9527|    756|    if (type_ready_set_bases(type, initial) < 0) {
  ------------------
  |  Branch (9527:9): [True: 0, False: 756]
  ------------------
 9528|      0|        goto error;
 9529|      0|    }
 9530|    756|    if (type_ready_mro(type, initial) < 0) {
  ------------------
  |  Branch (9530:9): [True: 0, False: 756]
  ------------------
 9531|      0|        goto error;
 9532|      0|    }
 9533|    756|    if (type_ready_set_new(type, initial) < 0) {
  ------------------
  |  Branch (9533:9): [True: 0, False: 756]
  ------------------
 9534|      0|        goto error;
 9535|      0|    }
 9536|    756|    if (type_ready_fill_dict(type) < 0) {
  ------------------
  |  Branch (9536:9): [True: 0, False: 756]
  ------------------
 9537|      0|        goto error;
 9538|      0|    }
 9539|    756|    if (initial) {
  ------------------
  |  Branch (9539:9): [True: 756, False: 0]
  ------------------
 9540|    756|        if (type_ready_inherit(type) < 0) {
  ------------------
  |  Branch (9540:13): [True: 0, False: 756]
  ------------------
 9541|      0|            goto error;
 9542|      0|        }
 9543|    756|        if (type_ready_preheader(type) < 0) {
  ------------------
  |  Branch (9543:13): [True: 0, False: 756]
  ------------------
 9544|      0|            goto error;
 9545|      0|        }
 9546|    756|    }
 9547|    756|    if (type_ready_set_hash(type) < 0) {
  ------------------
  |  Branch (9547:9): [True: 0, False: 756]
  ------------------
 9548|      0|        goto error;
 9549|      0|    }
 9550|    756|    if (type_ready_add_subclasses(type) < 0) {
  ------------------
  |  Branch (9550:9): [True: 0, False: 756]
  ------------------
 9551|      0|        goto error;
 9552|      0|    }
 9553|    756|    if (initial) {
  ------------------
  |  Branch (9553:9): [True: 756, False: 0]
  ------------------
 9554|    756|        if (type_ready_managed_dict(type) < 0) {
  ------------------
  |  Branch (9554:13): [True: 0, False: 756]
  ------------------
 9555|      0|            goto error;
 9556|      0|        }
 9557|    756|        if (type_ready_post_checks(type) < 0) {
  ------------------
  |  Branch (9557:13): [True: 0, False: 756]
  ------------------
 9558|      0|            goto error;
 9559|      0|        }
 9560|    756|    }
 9561|       |
 9562|       |    /* All done -- set the ready flag */
 9563|    756|    if (initial) {
  ------------------
  |  Branch (9563:9): [True: 756, False: 0]
  ------------------
 9564|    756|        type_add_flags(type, Py_TPFLAGS_READY);
  ------------------
  |  |  518|    756|#define Py_TPFLAGS_READY (1UL << 12)
  ------------------
 9565|    756|    } else {
 9566|      0|        assert(type->tp_flags & Py_TPFLAGS_READY);
  ------------------
  |  Branch (9566:9): [True: 0, False: 0]
  ------------------
 9567|      0|    }
 9568|       |
 9569|    756|    stop_readying(type);
 9570|       |
 9571|    756|    assert(_PyType_CheckConsistency(type));
  ------------------
  |  Branch (9571:5): [True: 756, False: 0]
  ------------------
 9572|    756|    return 0;
 9573|       |
 9574|      0|error:
 9575|      0|    stop_readying(type);
 9576|      0|    return -1;
 9577|    756|}
typeobject.c:start_readying:
  483|    756|{
  484|    756|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    756|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (484:9): [True: 414, False: 342]
  ------------------
  485|    414|        PyInterpreterState *interp = _PyInterpreterState_GET();
  486|    414|        managed_static_type_state *state = managed_static_type_state_get(interp, type);
  487|    414|        assert(state != NULL);
  ------------------
  |  Branch (487:9): [True: 414, False: 0]
  ------------------
  488|    414|        assert(!state->readying);
  ------------------
  |  Branch (488:9): [True: 414, False: 0]
  ------------------
  489|    414|        state->readying = 1;
  490|    414|        return;
  491|    414|    }
  492|    756|    assert((type->tp_flags & Py_TPFLAGS_READYING) == 0);
  ------------------
  |  Branch (492:5): [True: 342, False: 0]
  ------------------
  493|    342|    type_add_flags(type, Py_TPFLAGS_READYING);
  ------------------
  |  |  521|    342|#define Py_TPFLAGS_READYING (1UL << 13)
  ------------------
  494|    342|}
typeobject.c:type_ready_pre_checks:
 8993|    756|{
 8994|       |    /* Consistency checks for PEP 590:
 8995|       |     * - Py_TPFLAGS_METHOD_DESCRIPTOR requires tp_descr_get
 8996|       |     * - Py_TPFLAGS_HAVE_VECTORCALL requires tp_call and
 8997|       |     *   tp_vectorcall_offset > 0
 8998|       |     * To avoid mistakes, we require this before inheriting.
 8999|       |     */
 9000|    756|    if (type->tp_flags & Py_TPFLAGS_METHOD_DESCRIPTOR) {
  ------------------
  |  |  534|    756|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (9000:9): [True: 7, False: 749]
  ------------------
 9001|      7|        _PyObject_ASSERT((PyObject *)type, type->tp_descr_get != NULL);
  ------------------
  |  |  423|      7|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      7|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      7|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 7, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      7|      ? (void)(0) \
  |  |  |  |  |  |  416|      7|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9002|      7|    }
 9003|    756|    if (type->tp_flags & Py_TPFLAGS_HAVE_VECTORCALL) {
  ------------------
  |  |  510|    756|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (9003:9): [True: 20, False: 736]
  ------------------
 9004|     20|        _PyObject_ASSERT((PyObject *)type, type->tp_vectorcall_offset > 0);
  ------------------
  |  |  423|     20|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|     20|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|     20|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 20, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|     20|      ? (void)(0) \
  |  |  |  |  |  |  416|     20|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9005|     20|        _PyObject_ASSERT((PyObject *)type, type->tp_call != NULL);
  ------------------
  |  |  423|     20|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|     20|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|     20|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 20, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|     20|      ? (void)(0) \
  |  |  |  |  |  |  416|     20|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9006|     20|    }
 9007|       |
 9008|       |    /* Consistency checks for pattern matching
 9009|       |     * Py_TPFLAGS_SEQUENCE and Py_TPFLAGS_MAPPING are mutually exclusive */
 9010|    756|    _PyObject_ASSERT((PyObject *)type, (type->tp_flags & COLLECTION_FLAGS) != COLLECTION_FLAGS);
  ------------------
  |  |  423|    756|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|    756|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|    756|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 756, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|    756|      ? (void)(0) \
  |  |  |  |  |  |  416|    756|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9011|       |
 9012|    756|    if (type->tp_name == NULL) {
  ------------------
  |  Branch (9012:9): [True: 0, False: 756]
  ------------------
 9013|      0|        PyErr_Format(PyExc_SystemError,
 9014|      0|                     "Type does not define the tp_name field.");
 9015|      0|        return -1;
 9016|      0|    }
 9017|    756|    return 0;
 9018|    756|}
typeobject.c:type_ready_set_dict:
 9099|    756|{
 9100|    756|    if (lookup_tp_dict(type) != NULL) {
  ------------------
  |  Branch (9100:9): [True: 225, False: 531]
  ------------------
 9101|    225|        return 0;
 9102|    225|    }
 9103|       |
 9104|    531|    PyObject *dict = PyDict_New();
 9105|    531|    if (dict == NULL) {
  ------------------
  |  Branch (9105:9): [True: 0, False: 531]
  ------------------
 9106|      0|        return -1;
 9107|      0|    }
 9108|    531|    set_tp_dict(type, dict);
 9109|    531|    return 0;
 9110|    531|}
typeobject.c:type_ready_set_base:
 9023|    756|{
 9024|       |    /* Initialize tp_base (defaults to BaseObject unless that's us) */
 9025|    756|    PyTypeObject *base = type->tp_base;
 9026|    756|    if (base == NULL && type != &PyBaseObject_Type) {
  ------------------
  |  Branch (9026:9): [True: 242, False: 514]
  |  Branch (9026:25): [True: 240, False: 2]
  ------------------
 9027|    240|        base = &PyBaseObject_Type;
 9028|    240|        if (type->tp_flags & Py_TPFLAGS_HEAPTYPE) {
  ------------------
  |  |  503|    240|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9028:13): [True: 0, False: 240]
  ------------------
 9029|      0|            type->tp_base = (PyTypeObject*)Py_NewRef((PyObject*)base);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9030|      0|        }
 9031|    240|        else {
 9032|    240|            type->tp_base = base;
 9033|    240|        }
 9034|    240|    }
 9035|    756|    assert(type->tp_base != NULL || type == &PyBaseObject_Type);
  ------------------
  |  Branch (9035:5): [True: 754, False: 2]
  |  Branch (9035:5): [True: 2, False: 0]
  ------------------
 9036|       |
 9037|       |    /* Now the only way base can still be NULL is if type is
 9038|       |     * &PyBaseObject_Type. */
 9039|       |
 9040|       |    /* Initialize the base class */
 9041|    756|    if (base != NULL && !_PyType_IsReady(base)) {
  ------------------
  |  Branch (9041:9): [True: 754, False: 2]
  |  Branch (9041:25): [True: 0, False: 754]
  ------------------
 9042|      0|        if (PyType_Ready(base) < 0) {
  ------------------
  |  Branch (9042:13): [True: 0, False: 0]
  ------------------
 9043|      0|            return -1;
 9044|      0|        }
 9045|      0|    }
 9046|       |
 9047|    756|    return 0;
 9048|    756|}
typeobject.c:type_ready_set_type:
 9052|    756|{
 9053|       |    /* Initialize ob_type if NULL.      This means extensions that want to be
 9054|       |       compilable separately on Windows can call PyType_Ready() instead of
 9055|       |       initializing the ob_type field of their type objects. */
 9056|       |    /* The test for base != NULL is really unnecessary, since base is only
 9057|       |       NULL when type is &PyBaseObject_Type, and we know its ob_type is
 9058|       |       not NULL (it's initialized to &PyType_Type).      But coverity doesn't
 9059|       |       know that. */
 9060|    756|    PyTypeObject *base = type->tp_base;
 9061|    756|    if (Py_IS_TYPE(type, NULL) && base != NULL) {
  ------------------
  |  |  215|  1.51k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 170, False: 586]
  |  |  ------------------
  ------------------
  |  Branch (9061:35): [True: 170, False: 0]
  ------------------
 9062|    170|        Py_SET_TYPE(type, Py_TYPE(base));
  ------------------
  |  |  217|    170|#  define Py_SET_TYPE(ob, type) Py_SET_TYPE(_PyObject_CAST(ob), type)
  |  |  ------------------
  |  |  |  |  171|    170|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    170|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9063|    170|    }
 9064|       |
 9065|    756|    return 0;
 9066|    756|}
typeobject.c:type_ready_set_bases:
 9070|    756|{
 9071|    756|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    756|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (9071:9): [True: 414, False: 342]
  ------------------
 9072|    414|        if (!initial) {
  ------------------
  |  Branch (9072:13): [True: 0, False: 414]
  ------------------
 9073|      0|            assert(lookup_tp_bases(type) != NULL);
  ------------------
  |  Branch (9073:13): [True: 0, False: 0]
  ------------------
 9074|      0|            return 0;
 9075|      0|        }
 9076|    414|        assert(lookup_tp_bases(type) == NULL);
  ------------------
  |  Branch (9076:9): [True: 414, False: 0]
  ------------------
 9077|    414|    }
 9078|       |
 9079|    756|    PyObject *bases = lookup_tp_bases(type);
 9080|    756|    if (bases == NULL) {
  ------------------
  |  Branch (9080:9): [True: 414, False: 342]
  ------------------
 9081|    414|        PyTypeObject *base = type->tp_base;
 9082|    414|        if (base == NULL) {
  ------------------
  |  Branch (9082:13): [True: 2, False: 412]
  ------------------
 9083|      2|            bases = PyTuple_New(0);
 9084|      2|        }
 9085|    412|        else {
 9086|    412|            bases = PyTuple_Pack(1, base);
 9087|    412|        }
 9088|    414|        if (bases == NULL) {
  ------------------
  |  Branch (9088:13): [True: 0, False: 414]
  ------------------
 9089|      0|            return -1;
 9090|      0|        }
 9091|    414|        set_tp_bases(type, bases, 1);
 9092|    414|    }
 9093|    756|    return 0;
 9094|    756|}
typeobject.c:type_ready_mro:
 9216|    756|{
 9217|    756|    ASSERT_TYPE_LOCK_HELD();
 9218|       |
 9219|    756|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    756|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (9219:9): [True: 414, False: 342]
  ------------------
 9220|    414|        if (!initial) {
  ------------------
  |  Branch (9220:13): [True: 0, False: 414]
  ------------------
 9221|      0|            assert(lookup_tp_mro(type) != NULL);
  ------------------
  |  Branch (9221:13): [True: 0, False: 0]
  ------------------
 9222|      0|            return 0;
 9223|      0|        }
 9224|    414|        assert(lookup_tp_mro(type) == NULL);
  ------------------
  |  Branch (9224:9): [True: 414, False: 0]
  ------------------
 9225|    414|    }
 9226|       |
 9227|       |    /* Calculate method resolution order */
 9228|    756|    if (mro_internal(type, initial, NULL) < 0) {
  ------------------
  |  Branch (9228:9): [True: 0, False: 756]
  ------------------
 9229|      0|        return -1;
 9230|      0|    }
 9231|    756|    PyObject *mro = lookup_tp_mro(type);
 9232|    756|    assert(mro != NULL);
  ------------------
  |  Branch (9232:5): [True: 756, False: 0]
  ------------------
 9233|    756|    assert(PyTuple_Check(mro));
  ------------------
  |  Branch (9233:5): [True: 756, False: 0]
  ------------------
 9234|       |
 9235|       |    /* All bases of statically allocated type should be statically allocated,
 9236|       |       and static builtin types must have static builtin bases. */
 9237|    756|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    756|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9237:9): [True: 414, False: 342]
  ------------------
 9238|    414|        assert(type->tp_flags & Py_TPFLAGS_IMMUTABLETYPE);
  ------------------
  |  Branch (9238:9): [True: 414, False: 0]
  ------------------
 9239|    414|        Py_ssize_t n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   27|    414|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    414|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    414|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9240|  1.64k|        for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (9240:32): [True: 1.23k, False: 414]
  ------------------
 9241|  2.46k|            PyTypeObject *base = _PyType_CAST(PyTuple_GET_ITEM(mro, i));
  ------------------
  |  |  770|  1.23k|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  2.46k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (37:38): [True: 1.23k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9241:34): [True: 1.23k, False: 0]
  |  Branch (9241:34): [True: 1.23k, False: 0]
  ------------------
 9242|  1.23k|            if (base->tp_flags & Py_TPFLAGS_HEAPTYPE) {
  ------------------
  |  |  503|  1.23k|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9242:17): [True: 0, False: 1.23k]
  ------------------
 9243|      0|                PyErr_Format(PyExc_TypeError,
 9244|      0|                             "type '%.100s' is not dynamically allocated but "
 9245|      0|                             "its base type '%.100s' is dynamically allocated",
 9246|      0|                             type->tp_name, base->tp_name);
 9247|      0|                return -1;
 9248|      0|            }
 9249|  2.46k|            assert(!(type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) ||
  ------------------
  |  Branch (9249:13): [True: 0, False: 1.23k]
  |  Branch (9249:13): [True: 1.23k, False: 0]
  ------------------
 9250|  1.23k|                   (base->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN));
 9251|  1.23k|        }
 9252|    414|    }
 9253|    756|    return 0;
 9254|    756|}
typeobject.c:type_ready_set_new:
 9385|    756|{
 9386|    756|    PyTypeObject *base = type->tp_base;
 9387|       |    /* The condition below could use some explanation.
 9388|       |
 9389|       |       It appears that tp_new is not inherited for static types whose base
 9390|       |       class is 'object'; this seems to be a precaution so that old extension
 9391|       |       types don't suddenly become callable (object.__new__ wouldn't insure the
 9392|       |       invariants that the extension type's own factory function ensures).
 9393|       |
 9394|       |       Heap types, of course, are under our control, so they do inherit tp_new;
 9395|       |       static extension types that specify some other built-in type as the
 9396|       |       default also inherit object.__new__. */
 9397|    756|    if (type->tp_new == NULL
  ------------------
  |  Branch (9397:9): [True: 464, False: 292]
  ------------------
 9398|    464|        && base == &PyBaseObject_Type
  ------------------
  |  Branch (9398:12): [True: 255, False: 209]
  ------------------
 9399|    255|        && !(type->tp_flags & Py_TPFLAGS_HEAPTYPE))
  ------------------
  |  |  503|    255|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9399:12): [True: 128, False: 127]
  ------------------
 9400|    128|    {
 9401|    128|        if (initial) {
  ------------------
  |  Branch (9401:13): [True: 128, False: 0]
  ------------------
 9402|    128|            type_add_flags(type, Py_TPFLAGS_DISALLOW_INSTANTIATION);
  ------------------
  |  |  497|    128|#define Py_TPFLAGS_DISALLOW_INSTANTIATION (1UL << 7)
  ------------------
 9403|    128|        } else {
 9404|      0|            assert(type->tp_flags & Py_TPFLAGS_DISALLOW_INSTANTIATION);
  ------------------
  |  Branch (9404:13): [True: 0, False: 0]
  ------------------
 9405|      0|        }
 9406|    128|    }
 9407|       |
 9408|    756|    if (!(type->tp_flags & Py_TPFLAGS_DISALLOW_INSTANTIATION)) {
  ------------------
  |  |  497|    756|#define Py_TPFLAGS_DISALLOW_INSTANTIATION (1UL << 7)
  ------------------
  |  Branch (9408:9): [True: 606, False: 150]
  ------------------
 9409|    606|        if (type->tp_new != NULL) {
  ------------------
  |  Branch (9409:13): [True: 288, False: 318]
  ------------------
 9410|    288|            if (initial || base == NULL || type->tp_new != base->tp_new) {
  ------------------
  |  Branch (9410:17): [True: 288, False: 0]
  |  Branch (9410:28): [True: 0, False: 0]
  |  Branch (9410:44): [True: 0, False: 0]
  ------------------
 9411|       |                // If "__new__" key does not exists in the type dictionary,
 9412|       |                // set it to tp_new_wrapper().
 9413|    288|                if (add_tp_new_wrapper(type) < 0) {
  ------------------
  |  Branch (9413:21): [True: 0, False: 288]
  ------------------
 9414|      0|                    return -1;
 9415|      0|                }
 9416|    288|            }
 9417|    288|        }
 9418|    318|        else {
 9419|    318|            if (initial) {
  ------------------
  |  Branch (9419:17): [True: 318, False: 0]
  ------------------
 9420|       |                // tp_new is NULL: inherit tp_new from base
 9421|    318|                type->tp_new = base->tp_new;
 9422|    318|            }
 9423|    318|        }
 9424|    606|    }
 9425|    150|    else {
 9426|       |        // Py_TPFLAGS_DISALLOW_INSTANTIATION sets tp_new to NULL
 9427|    150|        if (initial) {
  ------------------
  |  Branch (9427:13): [True: 150, False: 0]
  ------------------
 9428|    150|            type->tp_new = NULL;
 9429|    150|        }
 9430|    150|    }
 9431|    756|    return 0;
 9432|    756|}
typeobject.c:add_tp_new_wrapper:
10470|    288|{
10471|    288|    PyObject *dict = lookup_tp_dict(type);
10472|    288|    int r = PyDict_Contains(dict, &_Py_ID(__new__));
  ------------------
  |  |  917|    288|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    288|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    288|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10473|    288|    if (r > 0) {
  ------------------
  |  Branch (10473:9): [True: 0, False: 288]
  ------------------
10474|      0|        return 0;
10475|      0|    }
10476|    288|    if (r < 0) {
  ------------------
  |  Branch (10476:9): [True: 0, False: 288]
  ------------------
10477|      0|        return -1;
10478|      0|    }
10479|       |
10480|    288|    PyObject *func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL);
  ------------------
  |  |   87|    288|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
10481|    288|    if (func == NULL) {
  ------------------
  |  Branch (10481:9): [True: 0, False: 288]
  ------------------
10482|      0|        return -1;
10483|      0|    }
10484|    288|    _PyObject_SetDeferredRefcount(func);
10485|    288|    r = PyDict_SetItem(dict, &_Py_ID(__new__), func);
  ------------------
  |  |  917|    288|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    288|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    288|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10486|    288|    Py_DECREF(func);
  ------------------
  |  |  430|    288|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    288|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    288|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10487|    288|    return r;
10488|    288|}
typeobject.c:type_ready_fill_dict:
 9152|    756|{
 9153|       |    /* Add type-specific descriptors to tp_dict */
 9154|    756|    if (add_operators(type) < 0) {
  ------------------
  |  Branch (9154:9): [True: 0, False: 756]
  ------------------
 9155|      0|        return -1;
 9156|      0|    }
 9157|    756|    if (type_add_methods(type) < 0) {
  ------------------
  |  Branch (9157:9): [True: 0, False: 756]
  ------------------
 9158|      0|        return -1;
 9159|      0|    }
 9160|    756|    if (type_add_members(type) < 0) {
  ------------------
  |  Branch (9160:9): [True: 0, False: 756]
  ------------------
 9161|      0|        return -1;
 9162|      0|    }
 9163|    756|    if (type_add_getset(type) < 0) {
  ------------------
  |  Branch (9163:9): [True: 0, False: 756]
  ------------------
 9164|      0|        return -1;
 9165|      0|    }
 9166|    756|    if (type_dict_set_doc(type) < 0) {
  ------------------
  |  Branch (9166:9): [True: 0, False: 756]
  ------------------
 9167|      0|        return -1;
 9168|      0|    }
 9169|    756|    return 0;
 9170|    756|}
typeobject.c:add_operators:
12426|    756|{
12427|    756|    PyObject *dict = lookup_tp_dict(type);
12428|    756|    pytype_slotdef *p;
12429|    756|    PyObject *descr;
12430|    756|    void **ptr;
12431|       |
12432|  71.8k|    for (p = slotdefs; p->name; p++) {
  ------------------
  |  Branch (12432:24): [True: 71.0k, False: 756]
  ------------------
12433|  71.0k|        if (p->wrapper == NULL)
  ------------------
  |  Branch (12433:13): [True: 4.53k, False: 66.5k]
  ------------------
12434|  4.53k|            continue;
12435|  66.5k|        ptr = slotptr(type, p->offset);
12436|  66.5k|        if (!ptr || !*ptr)
  ------------------
  |  Branch (12436:13): [True: 24.6k, False: 41.8k]
  |  Branch (12436:21): [True: 39.3k, False: 2.55k]
  ------------------
12437|  63.9k|            continue;
12438|       |        /* Also ignore when the type slot has been inherited. */
12439|  2.55k|        if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN
  ------------------
  |  |  467|  5.10k|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (12439:13): [True: 2.27k, False: 275]
  ------------------
12440|  2.27k|            && type->tp_base != NULL
  ------------------
  |  Branch (12440:16): [True: 2.25k, False: 26]
  ------------------
12441|  2.25k|            && slot_inherited(type, p, ptr))
  ------------------
  |  Branch (12441:16): [True: 322, False: 1.93k]
  ------------------
12442|    322|        {
12443|    322|            continue;
12444|    322|        }
12445|  2.23k|        int r = PyDict_Contains(dict, p->name_strobj);
12446|  2.23k|        if (r > 0)
  ------------------
  |  Branch (12446:13): [True: 40, False: 2.19k]
  ------------------
12447|     40|            continue;
12448|  2.19k|        if (r < 0) {
  ------------------
  |  Branch (12448:13): [True: 0, False: 2.19k]
  ------------------
12449|      0|            return -1;
12450|      0|        }
12451|  2.19k|        if (*ptr == (void *)PyObject_HashNotImplemented) {
  ------------------
  |  Branch (12451:13): [True: 19, False: 2.17k]
  ------------------
12452|       |            /* Classes may prevent the inheritance of the tp_hash
12453|       |               slot by storing PyObject_HashNotImplemented in it. Make it
12454|       |               visible as a None value for the __hash__ attribute. */
12455|     19|            if (PyDict_SetItem(dict, p->name_strobj, Py_None) < 0)
  ------------------
  |  |  616|     19|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (12455:17): [True: 0, False: 19]
  ------------------
12456|      0|                return -1;
12457|     19|        }
12458|  2.17k|        else {
12459|  2.17k|            descr = PyDescr_NewWrapper(type, p, *ptr);
12460|  2.17k|            if (descr == NULL)
  ------------------
  |  Branch (12460:17): [True: 0, False: 2.17k]
  ------------------
12461|      0|                return -1;
12462|  2.17k|            if (PyDict_SetItem(dict, p->name_strobj, descr) < 0) {
  ------------------
  |  Branch (12462:17): [True: 0, False: 2.17k]
  ------------------
12463|      0|                Py_DECREF(descr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12464|      0|                return -1;
12465|      0|            }
12466|  2.17k|            Py_DECREF(descr);
  ------------------
  |  |  430|  2.17k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12467|  2.17k|        }
12468|  2.19k|    }
12469|    756|    return 0;
12470|    756|}
typeobject.c:slot_inherited:
12376|  2.25k|{
12377|  2.25k|    void **slot_base = slotptr(type->tp_base, slotdef->offset);
12378|  2.25k|    if (slot_base == NULL || *slot != *slot_base) {
  ------------------
  |  Branch (12378:9): [True: 766, False: 1.48k]
  |  Branch (12378:30): [True: 1.16k, False: 324]
  ------------------
12379|  1.92k|        return 0;
12380|  1.92k|    }
12381|       |
12382|       |    /* Some slots are inherited in pairs. */
12383|    324|    if (slot == (void *)&type->tp_hash) {
  ------------------
  |  Branch (12383:9): [True: 2, False: 322]
  ------------------
12384|      2|        return (type->tp_richcompare == type->tp_base->tp_richcompare);
12385|      2|    }
12386|    322|    else if (slot == (void *)&type->tp_richcompare) {
  ------------------
  |  Branch (12386:14): [True: 0, False: 322]
  ------------------
12387|      0|        return (type->tp_hash == type->tp_base->tp_hash);
12388|      0|    }
12389|       |
12390|       |    /* It must be inherited (see type_ready_inherit()). */
12391|    322|    return 1;
12392|    324|}
typeobject.c:type_add_methods:
 8646|    756|{
 8647|    756|    PyMethodDef *meth = type->tp_methods;
 8648|    756|    if (meth == NULL) {
  ------------------
  |  Branch (8648:9): [True: 441, False: 315]
  ------------------
 8649|    441|        return 0;
 8650|    441|    }
 8651|       |
 8652|  2.05k|    for (; meth->ml_name != NULL; meth++) {
  ------------------
  |  Branch (8652:12): [True: 1.73k, False: 315]
  ------------------
 8653|  1.73k|        if (type_add_method(type, meth) < 0) {
  ------------------
  |  Branch (8653:13): [True: 0, False: 1.73k]
  ------------------
 8654|      0|            return -1;
 8655|      0|        }
 8656|  1.73k|    }
 8657|    315|    return 0;
 8658|    315|}
typeobject.c:type_add_members:
 8663|    756|{
 8664|    756|    PyMemberDef *memb = type->tp_members;
 8665|    756|    if (memb == NULL) {
  ------------------
  |  Branch (8665:9): [True: 350, False: 406]
  ------------------
 8666|    350|        return 0;
 8667|    350|    }
 8668|       |
 8669|    406|    PyObject *dict = lookup_tp_dict(type);
 8670|  1.08k|    for (; memb->name != NULL; memb++) {
  ------------------
  |  Branch (8670:12): [True: 678, False: 406]
  ------------------
 8671|    678|        PyObject *descr = PyDescr_NewMember(type, memb);
 8672|    678|        if (descr == NULL)
  ------------------
  |  Branch (8672:13): [True: 0, False: 678]
  ------------------
 8673|      0|            return -1;
 8674|       |
 8675|    678|        if (PyDict_SetDefaultRef(dict, PyDescr_NAME(descr), descr, NULL) < 0) {
  ------------------
  |  |   36|    678|#define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name)
  ------------------
  |  Branch (8675:13): [True: 0, False: 678]
  ------------------
 8676|      0|            Py_DECREF(descr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8677|      0|            return -1;
 8678|      0|        }
 8679|    678|        Py_DECREF(descr);
  ------------------
  |  |  430|    678|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    678|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    678|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8680|    678|    }
 8681|    406|    return 0;
 8682|    406|}
typeobject.c:type_add_getset:
 8687|    756|{
 8688|    756|    PyGetSetDef *gsp = type->tp_getset;
 8689|    756|    if (gsp == NULL) {
  ------------------
  |  Branch (8689:9): [True: 631, False: 125]
  ------------------
 8690|    631|        return 0;
 8691|    631|    }
 8692|       |
 8693|    125|    PyObject *dict = lookup_tp_dict(type);
 8694|    570|    for (; gsp->name != NULL; gsp++) {
  ------------------
  |  Branch (8694:12): [True: 445, False: 125]
  ------------------
 8695|    445|        PyObject *descr = PyDescr_NewGetSet(type, gsp);
 8696|    445|        if (descr == NULL) {
  ------------------
  |  Branch (8696:13): [True: 0, False: 445]
  ------------------
 8697|      0|            return -1;
 8698|      0|        }
 8699|       |
 8700|    445|        if (PyDict_SetDefaultRef(dict, PyDescr_NAME(descr), descr, NULL) < 0) {
  ------------------
  |  |   36|    445|#define PyDescr_NAME(x) (((PyDescrObject *)(x))->d_name)
  ------------------
  |  Branch (8700:13): [True: 0, False: 445]
  ------------------
 8701|      0|            Py_DECREF(descr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8702|      0|            return -1;
 8703|      0|        }
 8704|    445|        Py_DECREF(descr);
  ------------------
  |  |  430|    445|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    445|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    445|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8705|    445|    }
 8706|    125|    return 0;
 8707|    125|}
typeobject.c:type_dict_set_doc:
 9117|    756|{
 9118|    756|    PyObject *dict = lookup_tp_dict(type);
 9119|    756|    int r = PyDict_Contains(dict, &_Py_ID(__doc__));
  ------------------
  |  |  917|    756|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    756|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    756|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9120|    756|    if (r < 0) {
  ------------------
  |  Branch (9120:9): [True: 0, False: 756]
  ------------------
 9121|      0|        return -1;
 9122|      0|    }
 9123|    756|    if (r > 0) {
  ------------------
  |  Branch (9123:9): [True: 149, False: 607]
  ------------------
 9124|    149|        return 0;
 9125|    149|    }
 9126|       |
 9127|    607|    if (type->tp_doc != NULL) {
  ------------------
  |  Branch (9127:9): [True: 365, False: 242]
  ------------------
 9128|    365|        const char *doc_str;
 9129|    365|        doc_str = _PyType_DocWithoutSignature(type->tp_name, type->tp_doc);
 9130|    365|        PyObject *doc = PyUnicode_FromString(doc_str);
 9131|    365|        if (doc == NULL) {
  ------------------
  |  Branch (9131:13): [True: 0, False: 365]
  ------------------
 9132|      0|            return -1;
 9133|      0|        }
 9134|       |
 9135|    365|        if (PyDict_SetItem(dict, &_Py_ID(__doc__), doc) < 0) {
  ------------------
  |  |  917|    365|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    365|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    365|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9135:13): [True: 0, False: 365]
  ------------------
 9136|      0|            Py_DECREF(doc);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9137|      0|            return -1;
 9138|      0|        }
 9139|    365|        Py_DECREF(doc);
  ------------------
  |  |  430|    365|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    365|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    365|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9140|    365|    }
 9141|    242|    else {
 9142|    242|        if (PyDict_SetItem(dict, &_Py_ID(__doc__), Py_None) < 0) {
  ------------------
  |  |  917|    242|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    242|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    242|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PyDict_SetItem(dict, &_Py_ID(__doc__), Py_None) < 0) {
  ------------------
  |  |  616|    242|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (9142:13): [True: 0, False: 242]
  ------------------
 9143|      0|            return -1;
 9144|      0|        }
 9145|    242|    }
 9146|    607|    return 0;
 9147|    607|}
typeobject.c:type_ready_inherit:
 9291|    756|{
 9292|    756|    ASSERT_TYPE_LOCK_HELD();
 9293|       |
 9294|       |    /* Inherit special flags from dominant base */
 9295|    756|    PyTypeObject *base = type->tp_base;
 9296|    756|    if (base != NULL) {
  ------------------
  |  Branch (9296:9): [True: 754, False: 2]
  ------------------
 9297|    754|        inherit_special(type, base);
 9298|    754|    }
 9299|       |
 9300|       |    // Inherit slots
 9301|    756|    PyObject *mro = lookup_tp_mro(type);
 9302|    756|    assert(mro != NULL);
  ------------------
  |  Branch (9302:5): [True: 756, False: 0]
  ------------------
 9303|    756|    Py_ssize_t n = PyTuple_GET_SIZE(mro);
  ------------------
  |  |   27|    756|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9304|  2.30k|    for (Py_ssize_t i = 1; i < n; i++) {
  ------------------
  |  Branch (9304:28): [True: 1.54k, False: 756]
  ------------------
 9305|  1.54k|        PyObject *b = PyTuple_GET_ITEM(mro, i);
  ------------------
  |  |   29|  1.54k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|  1.54k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9305:23): [True: 1.54k, False: 0]
  ------------------
 9306|  1.54k|        if (PyType_Check(b)) {
  ------------------
  |  |  766|  1.54k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.54k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.54k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 1.54k, False: 0]
  |  |  ------------------
  ------------------
 9307|  1.54k|            if (inherit_slots(type, (PyTypeObject *)b) < 0) {
  ------------------
  |  Branch (9307:17): [True: 0, False: 1.54k]
  ------------------
 9308|      0|                return -1;
 9309|      0|            }
 9310|  1.54k|            inherit_patma_flags(type, (PyTypeObject *)b);
 9311|  1.54k|        }
 9312|  1.54k|    }
 9313|       |
 9314|    756|    if (base != NULL) {
  ------------------
  |  Branch (9314:9): [True: 754, False: 2]
  ------------------
 9315|    754|        type_ready_inherit_as_structs(type, base);
 9316|    754|    }
 9317|       |
 9318|       |    /* Sanity check for tp_free. */
 9319|    756|    if (_PyType_IS_GC(type) && (type->tp_flags & Py_TPFLAGS_BASETYPE) &&
  ------------------
  |  |  828|  1.51k|#define _PyType_IS_GC(t) _PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
  |  |  ------------------
  |  |  |  |  524|    756|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  |  |  ------------------
  |  |  |  Branch (828:26): [True: 685, False: 71]
  |  |  ------------------
  ------------------
                  if (_PyType_IS_GC(type) && (type->tp_flags & Py_TPFLAGS_BASETYPE) &&
  ------------------
  |  |  506|    685|#define Py_TPFLAGS_BASETYPE (1UL << 10)
  ------------------
  |  Branch (9319:32): [True: 463, False: 222]
  ------------------
 9320|    463|        (type->tp_free == NULL || type->tp_free == PyObject_Free))
  ------------------
  |  Branch (9320:10): [True: 0, False: 463]
  |  Branch (9320:35): [True: 0, False: 463]
  ------------------
 9321|      0|    {
 9322|       |        /* This base class needs to call tp_free, but doesn't have
 9323|       |         * one, or its tp_free is for non-gc'ed objects.
 9324|       |         */
 9325|      0|        PyErr_Format(PyExc_TypeError, "type '%.100s' participates in "
 9326|      0|                     "gc and is a base type but has inappropriate "
 9327|      0|                     "tp_free slot",
 9328|      0|                     type->tp_name);
 9329|      0|        return -1;
 9330|      0|    }
 9331|       |
 9332|    756|    return 0;
 9333|    756|}
typeobject.c:inherit_special:
 8712|    754|{
 8713|       |    /* Copying tp_traverse and tp_clear is connected to the GC flags */
 8714|    754|    if (!(type->tp_flags & Py_TPFLAGS_HAVE_GC) &&
  ------------------
  |  |  524|    754|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (8714:9): [True: 83, False: 671]
  ------------------
 8715|     83|        (base->tp_flags & Py_TPFLAGS_HAVE_GC) &&
  ------------------
  |  |  524|     83|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (8715:9): [True: 14, False: 69]
  ------------------
 8716|     14|        (!type->tp_traverse && !type->tp_clear)) {
  ------------------
  |  Branch (8716:10): [True: 14, False: 0]
  |  Branch (8716:32): [True: 14, False: 0]
  ------------------
 8717|     14|        type_add_flags(type, Py_TPFLAGS_HAVE_GC);
  ------------------
  |  |  524|     14|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
 8718|     14|        if (type->tp_traverse == NULL)
  ------------------
  |  Branch (8718:13): [True: 14, False: 0]
  ------------------
 8719|     14|            type->tp_traverse = base->tp_traverse;
 8720|     14|        if (type->tp_clear == NULL)
  ------------------
  |  Branch (8720:13): [True: 14, False: 0]
  ------------------
 8721|     14|            type->tp_clear = base->tp_clear;
 8722|     14|    }
 8723|    754|    type_add_flags(type, base->tp_flags & Py_TPFLAGS_PREHEADER);
  ------------------
  |  |  487|    754|#define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  477|    754|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  |  |  ------------------
  |  |               #define Py_TPFLAGS_PREHEADER (Py_TPFLAGS_MANAGED_WEAKREF | Py_TPFLAGS_MANAGED_DICT)
  |  |  ------------------
  |  |  |  |  482|    754|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  |  |  ------------------
  ------------------
 8724|       |
 8725|    754|    if (type->tp_basicsize == 0)
  ------------------
  |  Branch (8725:9): [True: 18, False: 736]
  ------------------
 8726|     18|        type->tp_basicsize = base->tp_basicsize;
 8727|       |
 8728|       |    /* Copy other non-function slots */
 8729|       |
 8730|    754|#define COPYVAL(SLOT) \
 8731|    754|    if (type->SLOT == 0) { type->SLOT = base->SLOT; }
 8732|       |
 8733|    754|    COPYVAL(tp_itemsize);
  ------------------
  |  | 8731|    754|    if (type->SLOT == 0) { type->SLOT = base->SLOT; }
  |  |  ------------------
  |  |  |  Branch (8731:9): [True: 678, False: 76]
  |  |  ------------------
  ------------------
 8734|    754|    COPYVAL(tp_weaklistoffset);
  ------------------
  |  | 8731|    754|    if (type->SLOT == 0) { type->SLOT = base->SLOT; }
  |  |  ------------------
  |  |  |  Branch (8731:9): [True: 578, False: 176]
  |  |  ------------------
  ------------------
 8735|    754|    COPYVAL(tp_dictoffset);
  ------------------
  |  | 8731|    754|    if (type->SLOT == 0) { type->SLOT = base->SLOT; }
  |  |  ------------------
  |  |  |  Branch (8731:9): [True: 483, False: 271]
  |  |  ------------------
  ------------------
 8736|       |
 8737|    754|#undef COPYVAL
 8738|       |
 8739|       |    /* Setup fast subclass flags */
 8740|    754|    PyObject *mro = lookup_tp_mro(base);
 8741|    754|    unsigned long flags = 0;
 8742|    754|    if (is_subtype_with_mro(mro, base, (PyTypeObject*)PyExc_BaseException)) {
  ------------------
  |  Branch (8742:9): [True: 153, False: 601]
  ------------------
 8743|    153|        flags |= Py_TPFLAGS_BASE_EXC_SUBCLASS;
  ------------------
  |  |  557|    153|#define Py_TPFLAGS_BASE_EXC_SUBCLASS    (1UL << 30)
  ------------------
 8744|    153|    }
 8745|    601|    else if (is_subtype_with_mro(mro, base, &PyType_Type)) {
  ------------------
  |  Branch (8745:14): [True: 5, False: 596]
  ------------------
 8746|      5|        flags |= Py_TPFLAGS_TYPE_SUBCLASS;
  ------------------
  |  |  558|      5|#define Py_TPFLAGS_TYPE_SUBCLASS        (1UL << 31)
  ------------------
 8747|      5|    }
 8748|    596|    else if (is_subtype_with_mro(mro, base, &PyLong_Type)) {
  ------------------
  |  Branch (8748:14): [True: 7, False: 589]
  ------------------
 8749|      7|        flags |= Py_TPFLAGS_LONG_SUBCLASS;
  ------------------
  |  |  551|      7|#define Py_TPFLAGS_LONG_SUBCLASS        (1UL << 24)
  ------------------
 8750|      7|    }
 8751|    589|    else if (is_subtype_with_mro(mro, base, &PyBytes_Type)) {
  ------------------
  |  Branch (8751:14): [True: 0, False: 589]
  ------------------
 8752|      0|        flags |= Py_TPFLAGS_BYTES_SUBCLASS;
  ------------------
  |  |  554|      0|#define Py_TPFLAGS_BYTES_SUBCLASS       (1UL << 27)
  ------------------
 8753|      0|    }
 8754|    589|    else if (is_subtype_with_mro(mro, base, &PyUnicode_Type)) {
  ------------------
  |  Branch (8754:14): [True: 3, False: 586]
  ------------------
 8755|      3|        flags |= Py_TPFLAGS_UNICODE_SUBCLASS;
  ------------------
  |  |  555|      3|#define Py_TPFLAGS_UNICODE_SUBCLASS     (1UL << 28)
  ------------------
 8756|      3|    }
 8757|    586|    else if (is_subtype_with_mro(mro, base, &PyTuple_Type)) {
  ------------------
  |  Branch (8757:14): [True: 37, False: 549]
  ------------------
 8758|     37|        flags |= Py_TPFLAGS_TUPLE_SUBCLASS;
  ------------------
  |  |  553|     37|#define Py_TPFLAGS_TUPLE_SUBCLASS       (1UL << 26)
  ------------------
 8759|     37|    }
 8760|    549|    else if (is_subtype_with_mro(mro, base, &PyList_Type)) {
  ------------------
  |  Branch (8760:14): [True: 2, False: 547]
  ------------------
 8761|      2|        flags |= Py_TPFLAGS_LIST_SUBCLASS;
  ------------------
  |  |  552|      2|#define Py_TPFLAGS_LIST_SUBCLASS        (1UL << 25)
  ------------------
 8762|      2|    }
 8763|    547|    else if (is_subtype_with_mro(mro, base, &PyDict_Type)) {
  ------------------
  |  Branch (8763:14): [True: 6, False: 541]
  ------------------
 8764|      6|        flags |= Py_TPFLAGS_DICT_SUBCLASS;
  ------------------
  |  |  556|      6|#define Py_TPFLAGS_DICT_SUBCLASS        (1UL << 29)
  ------------------
 8765|      6|    }
 8766|       |
 8767|       |    /* Setup some inheritable flags */
 8768|    754|    if (PyType_HasFeature(base, _Py_TPFLAGS_MATCH_SELF)) {
  ------------------
  |  |  545|    754|#define _Py_TPFLAGS_MATCH_SELF (1UL << 22)
  ------------------
  |  Branch (8768:9): [True: 55, False: 699]
  ------------------
 8769|     55|        flags |= _Py_TPFLAGS_MATCH_SELF;
  ------------------
  |  |  545|     55|#define _Py_TPFLAGS_MATCH_SELF (1UL << 22)
  ------------------
 8770|     55|    }
 8771|    754|    if (PyType_HasFeature(base, Py_TPFLAGS_ITEMS_AT_END)) {
  ------------------
  |  |  548|    754|#define Py_TPFLAGS_ITEMS_AT_END (1UL << 23)
  ------------------
  |  Branch (8771:9): [True: 5, False: 749]
  ------------------
 8772|      5|        flags |= Py_TPFLAGS_ITEMS_AT_END;
  ------------------
  |  |  548|      5|#define Py_TPFLAGS_ITEMS_AT_END (1UL << 23)
  ------------------
 8773|      5|    }
 8774|    754|    type_add_flags(type, flags);
 8775|    754|}
typeobject.c:inherit_slots:
 8792|  1.54k|{
 8793|  1.54k|    PyTypeObject *basebase;
 8794|       |
 8795|  1.54k|#undef SLOTDEFINED
 8796|  1.54k|#undef COPYSLOT
 8797|  1.54k|#undef COPYNUM
 8798|  1.54k|#undef COPYSEQ
 8799|  1.54k|#undef COPYMAP
 8800|  1.54k|#undef COPYBUF
 8801|       |
 8802|  1.54k|#define SLOTDEFINED(SLOT) \
 8803|  1.54k|    (base->SLOT != 0 && \
 8804|  1.54k|     (basebase == NULL || base->SLOT != basebase->SLOT))
 8805|       |
 8806|  1.54k|#define COPYSLOT(SLOT) \
 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
 8808|       |
 8809|  1.54k|#define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT)
 8810|  1.54k|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
 8811|  1.54k|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
 8812|  1.54k|#define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT)
 8813|  1.54k|#define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT)
 8814|       |
 8815|       |    /* This won't inherit indirect slots (from tp_as_number etc.)
 8816|       |       if type doesn't provide the space. */
 8817|       |
 8818|  1.54k|    if (type->tp_as_number != NULL && base->tp_as_number != NULL) {
  ------------------
  |  Branch (8818:9): [True: 791, False: 756]
  |  Branch (8818:39): [True: 318, False: 473]
  ------------------
 8819|    318|        basebase = base->tp_base;
 8820|    318|        if (basebase->tp_as_number == NULL)
  ------------------
  |  Branch (8820:13): [True: 201, False: 117]
  ------------------
 8821|    201|            basebase = NULL;
 8822|    318|        COPYNUM(nb_add);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    308|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 300]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    308|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 308, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8823|    318|        COPYNUM(nb_subtract);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    272|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 16, False: 256]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    272|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 9]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 8, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 272, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8824|    318|        COPYNUM(nb_multiply);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8825|    318|        COPYNUM(nb_remainder);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    304|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 13, False: 291]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    304|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 10, False: 3]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 304, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8826|    318|        COPYNUM(nb_divmod);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8827|    318|        COPYNUM(nb_power);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8828|    318|        COPYNUM(nb_negative);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8829|    318|        COPYNUM(nb_positive);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8830|    318|        COPYNUM(nb_absolute);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8831|    318|        COPYNUM(nb_bool);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8832|    318|        COPYNUM(nb_invert);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    307|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 5, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    307|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 307, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8833|    318|        COPYNUM(nb_lshift);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8834|    318|        COPYNUM(nb_rshift);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8835|    318|        COPYNUM(nb_and);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    271|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 13, False: 258]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    271|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 9]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 9, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 271, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8836|    318|        COPYNUM(nb_xor);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    271|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 13, False: 258]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    271|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 9]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 9, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 271, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8837|    318|        COPYNUM(nb_or);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    268|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 25, False: 243]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    268|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 14, False: 11]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 9, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 268, False: 50]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8838|    318|        COPYNUM(nb_int);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8839|    318|        COPYNUM(nb_float);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8840|    318|        COPYNUM(nb_inplace_add);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    312|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 1, False: 311]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    312|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 312, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8841|    318|        COPYNUM(nb_inplace_subtract);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8842|    318|        COPYNUM(nb_inplace_multiply);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8843|    318|        COPYNUM(nb_inplace_remainder);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8844|    318|        COPYNUM(nb_inplace_power);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8845|    318|        COPYNUM(nb_inplace_lshift);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8846|    318|        COPYNUM(nb_inplace_rshift);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8847|    318|        COPYNUM(nb_inplace_and);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8848|    318|        COPYNUM(nb_inplace_xor);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8849|    318|        COPYNUM(nb_inplace_or);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    316|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 4, False: 312]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    316|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 316, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8850|    318|        COPYNUM(nb_true_divide);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8851|    318|        COPYNUM(nb_floor_divide);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8852|    318|        COPYNUM(nb_inplace_true_divide);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8853|    318|        COPYNUM(nb_inplace_floor_divide);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8854|    318|        COPYNUM(nb_index);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    310|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 8, False: 302]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    310|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 7, False: 1]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 310, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8855|    318|        COPYNUM(nb_matrix_multiply);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8856|    318|        COPYNUM(nb_inplace_matrix_multiply);
  ------------------
  |  | 8810|    318|#define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    318|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    318|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 318]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    318|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 318, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8857|    318|    }
 8858|       |
 8859|  1.54k|    if (type->tp_as_async != NULL && base->tp_as_async != NULL) {
  ------------------
  |  Branch (8859:9): [True: 739, False: 808]
  |  Branch (8859:38): [True: 293, False: 446]
  ------------------
 8860|    293|        basebase = base->tp_base;
 8861|    293|        if (basebase->tp_as_async == NULL)
  ------------------
  |  Branch (8861:13): [True: 181, False: 112]
  ------------------
 8862|    181|            basebase = NULL;
 8863|    293|        COPYASYNC(am_await);
  ------------------
  |  | 8809|    293|#define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    293|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    293|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 2, False: 291]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    293|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 2, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 293, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8864|    293|        COPYASYNC(am_aiter);
  ------------------
  |  | 8809|    293|#define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    293|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    293|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 6, False: 287]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    293|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 4, False: 2]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 293, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8865|    293|        COPYASYNC(am_anext);
  ------------------
  |  | 8809|    293|#define COPYASYNC(SLOT) COPYSLOT(tp_as_async->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    293|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    291|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 2, False: 289]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    291|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 2]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 2, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 291, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8866|    293|    }
 8867|       |
 8868|  1.54k|    if (type->tp_as_sequence != NULL && base->tp_as_sequence != NULL) {
  ------------------
  |  Branch (8868:9): [True: 769, False: 778]
  |  Branch (8868:41): [True: 323, False: 446]
  ------------------
 8869|    323|        basebase = base->tp_base;
 8870|    323|        if (basebase->tp_as_sequence == NULL)
  ------------------
  |  Branch (8870:13): [True: 209, False: 114]
  ------------------
 8871|    209|            basebase = NULL;
 8872|    323|        COPYSEQ(sq_length);
  ------------------
  |  | 8811|    323|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    323|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    233|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 117, False: 116]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    233|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 54, False: 63]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 7, False: 56]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 233, False: 90]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8873|    323|        COPYSEQ(sq_concat);
  ------------------
  |  | 8811|    323|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    323|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    317|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 28, False: 289]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    317|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 26, False: 2]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 317, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8874|    323|        COPYSEQ(sq_repeat);
  ------------------
  |  | 8811|    323|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    323|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    317|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 28, False: 289]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    317|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 26, False: 2]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 317, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8875|    323|        COPYSEQ(sq_item);
  ------------------
  |  | 8811|    323|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    323|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    261|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 43, False: 218]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    261|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 24, False: 19]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 14, False: 5]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 261, False: 62]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8876|    323|        COPYSEQ(sq_ass_item);
  ------------------
  |  | 8811|    323|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    323|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    297|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 7, False: 290]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    297|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 2, False: 5]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 5, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 297, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8877|    323|        COPYSEQ(sq_contains);
  ------------------
  |  | 8811|    323|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    323|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    206|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 82, False: 124]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    206|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 33, False: 49]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 30, False: 19]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 206, False: 117]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8878|    323|        COPYSEQ(sq_inplace_concat);
  ------------------
  |  | 8811|    323|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    323|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    323|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 2, False: 321]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    323|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 2, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 323, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8879|    323|        COPYSEQ(sq_inplace_repeat);
  ------------------
  |  | 8811|    323|#define COPYSEQ(SLOT) COPYSLOT(tp_as_sequence->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    323|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    323|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 2, False: 321]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    323|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 2, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 323, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8880|    323|    }
 8881|       |
 8882|  1.54k|    if (type->tp_as_mapping != NULL && base->tp_as_mapping != NULL) {
  ------------------
  |  Branch (8882:9): [True: 773, False: 774]
  |  Branch (8882:40): [True: 327, False: 446]
  ------------------
 8883|    327|        basebase = base->tp_base;
 8884|    327|        if (basebase->tp_as_mapping == NULL)
  ------------------
  |  Branch (8884:13): [True: 213, False: 114]
  ------------------
 8885|    213|            basebase = NULL;
 8886|    327|        COPYMAP(mp_length);
  ------------------
  |  | 8812|    327|#define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    327|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    237|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 123, False: 114]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    237|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 60, False: 63]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 7, False: 56]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 237, False: 90]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8887|    327|        COPYMAP(mp_subscript);
  ------------------
  |  | 8812|    327|#define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    327|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    267|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 53, False: 214]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    267|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 34, False: 19]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 12, False: 7]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 267, False: 60]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8888|    327|        COPYMAP(mp_ass_subscript);
  ------------------
  |  | 8812|    327|#define COPYMAP(SLOT) COPYSLOT(tp_as_mapping->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    327|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    299|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 11, False: 288]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    299|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 6, False: 5]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 5, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 299, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8889|    327|    }
 8890|       |
 8891|  1.54k|    if (type->tp_as_buffer != NULL && base->tp_as_buffer != NULL) {
  ------------------
  |  Branch (8891:9): [True: 737, False: 810]
  |  Branch (8891:39): [True: 293, False: 444]
  ------------------
 8892|    293|        basebase = base->tp_base;
 8893|    293|        if (basebase->tp_as_buffer == NULL)
  ------------------
  |  Branch (8893:13): [True: 181, False: 112]
  ------------------
 8894|    181|            basebase = NULL;
 8895|    293|        COPYBUF(bf_getbuffer);
  ------------------
  |  | 8813|    293|#define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    293|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    293|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 293]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    293|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 293, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8896|    293|        COPYBUF(bf_releasebuffer);
  ------------------
  |  | 8813|    293|#define COPYBUF(SLOT) COPYSLOT(tp_as_buffer->SLOT)
  |  |  ------------------
  |  |  |  | 8807|    293|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  |  |  ------------------
  |  |  |  |  |  | 8803|    293|    (base->SLOT != 0 && \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8803:6): [True: 0, False: 293]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 8804|    293|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8807:9): [True: 293, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8897|    293|    }
 8898|       |
 8899|  1.54k|    basebase = base->tp_base;
 8900|       |
 8901|  1.54k|    COPYSLOT(tp_dealloc);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|     34|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 34, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|     34|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 16, False: 18]
  |  |  |  |  |  Branch (8804:27): [True: 12, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 34, False: 1.51k]
  |  |  ------------------
  ------------------
 8902|  1.54k|    if (type->tp_getattr == NULL && type->tp_getattro == NULL) {
  ------------------
  |  Branch (8902:9): [True: 1.54k, False: 0]
  |  Branch (8902:37): [True: 528, False: 1.01k]
  ------------------
 8903|    528|        type->tp_getattr = base->tp_getattr;
 8904|    528|        type->tp_getattro = base->tp_getattro;
 8905|    528|    }
 8906|  1.54k|    if (type->tp_setattr == NULL && type->tp_setattro == NULL) {
  ------------------
  |  Branch (8906:9): [True: 1.54k, False: 0]
  |  Branch (8906:37): [True: 731, False: 816]
  ------------------
 8907|    731|        type->tp_setattr = base->tp_setattr;
 8908|    731|        type->tp_setattro = base->tp_setattro;
 8909|    731|    }
 8910|  1.54k|    COPYSLOT(tp_repr);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|    984|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 984, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|    984|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 335, False: 649]
  |  |  |  |  |  Branch (8804:27): [True: 197, False: 452]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 984, False: 563]
  |  |  ------------------
  ------------------
 8911|       |    /* tp_hash see tp_richcompare */
 8912|  1.54k|    {
 8913|       |        /* Always inherit tp_vectorcall_offset to support PyVectorcall_Call().
 8914|       |         * If Py_TPFLAGS_HAVE_VECTORCALL is not inherited, then vectorcall
 8915|       |         * won't be used automatically. */
 8916|  1.54k|        COPYSLOT(tp_vectorcall_offset);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.51k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 13, False: 1.50k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.51k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 13]
  |  |  |  |  |  Branch (8804:27): [True: 11, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.51k, False: 31]
  |  |  ------------------
  ------------------
 8917|       |
 8918|       |        /* Inherit Py_TPFLAGS_HAVE_VECTORCALL if tp_call is not overridden */
 8919|  1.54k|        if (!type->tp_call &&
  ------------------
  |  Branch (8919:13): [True: 1.49k, False: 49]
  ------------------
 8920|  1.49k|            _PyType_HasFeature(base, Py_TPFLAGS_HAVE_VECTORCALL))
  ------------------
  |  |  510|  1.49k|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
  |  Branch (8920:13): [True: 13, False: 1.48k]
  ------------------
 8921|     13|        {
 8922|     13|            type_add_flags(type, Py_TPFLAGS_HAVE_VECTORCALL);
  ------------------
  |  |  510|     13|#define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11)
  ------------------
 8923|     13|        }
 8924|  1.54k|        COPYSLOT(tp_call);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.49k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 15, False: 1.48k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.49k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 15]
  |  |  |  |  |  Branch (8804:27): [True: 13, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.49k, False: 49]
  |  |  ------------------
  ------------------
 8925|  1.54k|    }
 8926|  1.54k|    COPYSLOT(tp_str);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.20k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 1.20k, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.20k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 569, False: 633]
  |  |  |  |  |  Branch (8804:27): [True: 141, False: 492]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.20k, False: 345]
  |  |  ------------------
  ------------------
 8927|  1.54k|    {
 8928|       |        /* Copy comparison-related slots only when
 8929|       |           not overriding them anywhere */
 8930|  1.54k|        if (type->tp_richcompare == NULL &&
  ------------------
  |  Branch (8930:13): [True: 700, False: 847]
  ------------------
 8931|    700|            type->tp_hash == NULL)
  ------------------
  |  Branch (8931:13): [True: 690, False: 10]
  ------------------
 8932|    690|        {
 8933|    690|            int r = overrides_hash(type);
 8934|    690|            if (r < 0) {
  ------------------
  |  Branch (8934:17): [True: 0, False: 690]
  ------------------
 8935|      0|                return -1;
 8936|      0|            }
 8937|    690|            if (!r) {
  ------------------
  |  Branch (8937:17): [True: 638, False: 52]
  ------------------
 8938|    638|                type->tp_richcompare = base->tp_richcompare;
 8939|    638|                type->tp_hash = base->tp_hash;
 8940|    638|            }
 8941|    690|        }
 8942|  1.54k|    }
 8943|  1.54k|    {
 8944|  1.54k|        COPYSLOT(tp_iter);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.15k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 158, False: 994]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.15k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 158]
  |  |  |  |  |  Branch (8804:27): [True: 109, False: 49]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.15k, False: 395]
  |  |  ------------------
  ------------------
 8945|  1.54k|        COPYSLOT(tp_iternext);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.22k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 190, False: 1.03k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.22k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 190]
  |  |  |  |  |  Branch (8804:27): [True: 98, False: 92]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.22k, False: 325]
  |  |  ------------------
  ------------------
 8946|  1.54k|    }
 8947|  1.54k|    {
 8948|  1.54k|        COPYSLOT(tp_descr_get);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.51k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 7, False: 1.50k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.51k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 7]
  |  |  |  |  |  Branch (8804:27): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.51k, False: 34]
  |  |  ------------------
  ------------------
 8949|       |        /* Inherit Py_TPFLAGS_METHOD_DESCRIPTOR if tp_descr_get was inherited,
 8950|       |         * but only for extension types */
 8951|  1.54k|        if (base->tp_descr_get &&
  ------------------
  |  Branch (8951:13): [True: 7, False: 1.54k]
  ------------------
 8952|      7|            type->tp_descr_get == base->tp_descr_get &&
  ------------------
  |  Branch (8952:13): [True: 7, False: 0]
  ------------------
 8953|      7|            _PyType_HasFeature(type, Py_TPFLAGS_IMMUTABLETYPE) &&
  ------------------
  |  |  500|      7|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (8953:13): [True: 0, False: 7]
  ------------------
 8954|      0|            _PyType_HasFeature(base, Py_TPFLAGS_METHOD_DESCRIPTOR))
  ------------------
  |  |  534|      0|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (8954:13): [True: 0, False: 0]
  ------------------
 8955|      0|        {
 8956|      0|            type_add_flags(type, Py_TPFLAGS_METHOD_DESCRIPTOR);
  ------------------
  |  |  534|      0|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
 8957|      0|        }
 8958|  1.54k|        COPYSLOT(tp_descr_set);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.53k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 3, False: 1.53k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.53k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 3]
  |  |  |  |  |  Branch (8804:27): [True: 3, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.53k, False: 10]
  |  |  ------------------
  ------------------
 8959|  1.54k|        COPYSLOT(tp_dictoffset);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|    603|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 0, False: 603]
  |  |  |  |  ------------------
  |  |  |  | 8804|    603|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 0]
  |  |  |  |  |  Branch (8804:27): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 603, False: 944]
  |  |  ------------------
  ------------------
 8960|  1.54k|        COPYSLOT(tp_init);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|    827|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 827, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|    827|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 505, False: 322]
  |  |  |  |  |  Branch (8804:27): [True: 65, False: 257]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 827, False: 720]
  |  |  ------------------
  ------------------
 8961|  1.54k|        COPYSLOT(tp_alloc);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|    905|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 905, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|    905|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 445, False: 460]
  |  |  |  |  |  Branch (8804:27): [True: 0, False: 460]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 905, False: 642]
  |  |  ------------------
  ------------------
 8962|  1.54k|        COPYSLOT(tp_is_gc);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.54k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 7, False: 1.53k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.54k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 7]
  |  |  |  |  |  Branch (8804:27): [True: 5, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.54k, False: 7]
  |  |  ------------------
  ------------------
 8963|  1.54k|        COPYSLOT(tp_finalize);
  ------------------
  |  | 8807|  1.54k|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|  1.51k|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 38, False: 1.47k]
  |  |  |  |  ------------------
  |  |  |  | 8804|  1.51k|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 0, False: 38]
  |  |  |  |  |  Branch (8804:27): [True: 22, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 1.51k, False: 36]
  |  |  ------------------
  ------------------
 8964|  1.54k|        if ((type->tp_flags & Py_TPFLAGS_HAVE_GC) ==
  ------------------
  |  |  524|  1.54k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (8964:13): [True: 854, False: 693]
  ------------------
 8965|  1.54k|            (base->tp_flags & Py_TPFLAGS_HAVE_GC)) {
  ------------------
  |  |  524|  1.54k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
 8966|       |            /* They agree about gc. */
 8967|    854|            COPYSLOT(tp_free);
  ------------------
  |  | 8807|    854|    if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT
  |  |  ------------------
  |  |  |  | 8803|    517|    (base->SLOT != 0 && \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8803:6): [True: 517, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 8804|    517|     (basebase == NULL || base->SLOT != basebase->SLOT))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (8804:7): [True: 53, False: 464]
  |  |  |  |  |  Branch (8804:27): [True: 206, False: 258]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8807:9): [True: 517, False: 337]
  |  |  ------------------
  ------------------
 8968|    854|        }
 8969|    693|        else if ((type->tp_flags & Py_TPFLAGS_HAVE_GC) &&
  ------------------
  |  |  524|    693|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (8969:18): [True: 693, False: 0]
  ------------------
 8970|    693|                 type->tp_free == NULL &&
  ------------------
  |  Branch (8970:18): [True: 147, False: 546]
  ------------------
 8971|    147|                 base->tp_free == PyObject_Free) {
  ------------------
  |  Branch (8971:18): [True: 147, False: 0]
  ------------------
 8972|       |            /* A bit of magic to plug in the correct default
 8973|       |             * tp_free function when a derived class adds gc,
 8974|       |             * didn't define tp_free, and the base uses the
 8975|       |             * default non-gc tp_free.
 8976|       |             */
 8977|    147|            type->tp_free = PyObject_GC_Del;
 8978|    147|        }
 8979|       |        /* else they didn't agree about gc, and there isn't something
 8980|       |         * obvious to be done -- the type is on its own.
 8981|       |         */
 8982|  1.54k|    }
 8983|  1.54k|    return 0;
 8984|  1.54k|}
typeobject.c:overrides_hash:
 8779|    690|{
 8780|    690|    PyObject *dict = lookup_tp_dict(type);
 8781|       |
 8782|    690|    assert(dict != NULL);
  ------------------
  |  Branch (8782:5): [True: 690, False: 0]
  ------------------
 8783|    690|    int r = PyDict_Contains(dict, &_Py_ID(__eq__));
  ------------------
  |  |  917|    690|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    690|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    690|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8784|    690|    if (r == 0) {
  ------------------
  |  Branch (8784:9): [True: 641, False: 49]
  ------------------
 8785|    641|        r = PyDict_Contains(dict, &_Py_ID(__hash__));
  ------------------
  |  |  917|    641|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    641|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    641|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 8786|    641|    }
 8787|    690|    return r;
 8788|    690|}
typeobject.c:inherit_patma_flags:
 9283|  1.54k|inherit_patma_flags(PyTypeObject *type, PyTypeObject *base) {
 9284|  1.54k|    if ((type->tp_flags & COLLECTION_FLAGS) == 0) {
  ------------------
  |  | 8989|  1.54k|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|  1.54k|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|  1.54k|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
  |  Branch (9284:9): [True: 1.41k, False: 133]
  ------------------
 9285|  1.41k|        type_add_flags(type, base->tp_flags & COLLECTION_FLAGS);
  ------------------
  |  | 8989|  1.41k|#define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  490|  1.41k|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |               #define COLLECTION_FLAGS (Py_TPFLAGS_SEQUENCE | Py_TPFLAGS_MAPPING)
  |  |  ------------------
  |  |  |  |  492|  1.41k|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  ------------------
 9286|  1.41k|    }
 9287|  1.54k|}
typeobject.c:type_ready_inherit_as_structs:
 9264|    754|{
 9265|    754|    if (type->tp_as_async == NULL) {
  ------------------
  |  Branch (9265:9): [True: 400, False: 354]
  ------------------
 9266|    400|        type->tp_as_async = base->tp_as_async;
 9267|    400|    }
 9268|    754|    if (type->tp_as_number == NULL) {
  ------------------
  |  Branch (9268:9): [True: 354, False: 400]
  ------------------
 9269|    354|        type->tp_as_number = base->tp_as_number;
 9270|    354|    }
 9271|    754|    if (type->tp_as_sequence == NULL) {
  ------------------
  |  Branch (9271:9): [True: 370, False: 384]
  ------------------
 9272|    370|        type->tp_as_sequence = base->tp_as_sequence;
 9273|    370|    }
 9274|    754|    if (type->tp_as_mapping == NULL) {
  ------------------
  |  Branch (9274:9): [True: 368, False: 386]
  ------------------
 9275|    368|        type->tp_as_mapping = base->tp_as_mapping;
 9276|    368|    }
 9277|    754|    if (type->tp_as_buffer == NULL) {
  ------------------
  |  Branch (9277:9): [True: 402, False: 352]
  ------------------
 9278|    402|        type->tp_as_buffer = base->tp_as_buffer;
 9279|    402|    }
 9280|    754|}
typeobject.c:type_ready_preheader:
 9174|    756|{
 9175|    756|    if (type->tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|    756|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (9175:9): [True: 139, False: 617]
  ------------------
 9176|    139|        if (type->tp_dictoffset > 0 || type->tp_dictoffset < -1) {
  ------------------
  |  Branch (9176:13): [True: 0, False: 139]
  |  Branch (9176:40): [True: 0, False: 139]
  ------------------
 9177|      0|            PyErr_Format(PyExc_TypeError,
 9178|      0|                        "type %s has the Py_TPFLAGS_MANAGED_DICT flag "
 9179|      0|                        "but tp_dictoffset is set",
 9180|      0|                        type->tp_name);
 9181|      0|            return -1;
 9182|      0|        }
 9183|    139|        if (!(type->tp_flags & Py_TPFLAGS_HAVE_GC)) {
  ------------------
  |  |  524|    139|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (9183:13): [True: 0, False: 139]
  ------------------
 9184|      0|            PyErr_Format(PyExc_SystemError,
 9185|      0|                        "type %s has the Py_TPFLAGS_MANAGED_DICT flag "
 9186|      0|                        "but not Py_TPFLAGS_HAVE_GC flag",
 9187|      0|                        type->tp_name);
 9188|      0|            return -1;
 9189|      0|        }
 9190|    139|        type->tp_dictoffset = -1;
 9191|    139|    }
 9192|    756|    if (type->tp_flags & Py_TPFLAGS_MANAGED_WEAKREF) {
  ------------------
  |  |  477|    756|#define Py_TPFLAGS_MANAGED_WEAKREF (1 << 3)
  ------------------
  |  Branch (9192:9): [True: 160, False: 596]
  ------------------
 9193|    160|        if (type->tp_weaklistoffset != 0 &&
  ------------------
  |  Branch (9193:13): [True: 146, False: 14]
  ------------------
 9194|    146|            type->tp_weaklistoffset != MANAGED_WEAKREF_OFFSET)
  ------------------
  |  |  926|    146|#  define MANAGED_WEAKREF_OFFSET (((Py_ssize_t)sizeof(PyObject *))*-4)
  ------------------
  |  Branch (9194:13): [True: 0, False: 146]
  ------------------
 9195|      0|        {
 9196|      0|            PyErr_Format(PyExc_TypeError,
 9197|      0|                        "type %s has the Py_TPFLAGS_MANAGED_WEAKREF flag "
 9198|      0|                        "but tp_weaklistoffset is set",
 9199|      0|                        type->tp_name);
 9200|      0|            return -1;
 9201|      0|        }
 9202|    160|        if (!(type->tp_flags & Py_TPFLAGS_HAVE_GC)) {
  ------------------
  |  |  524|    160|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (9202:13): [True: 0, False: 160]
  ------------------
 9203|      0|            PyErr_Format(PyExc_SystemError,
 9204|      0|                        "type %s has the Py_TPFLAGS_MANAGED_WEAKREF flag "
 9205|      0|                        "but not Py_TPFLAGS_HAVE_GC flag",
 9206|      0|                        type->tp_name);
 9207|      0|            return -1;
 9208|      0|        }
 9209|    160|        type->tp_weaklistoffset = MANAGED_WEAKREF_OFFSET;
  ------------------
  |  |  926|    160|#  define MANAGED_WEAKREF_OFFSET (((Py_ssize_t)sizeof(PyObject *))*-4)
  ------------------
 9210|    160|    }
 9211|    756|    return 0;
 9212|    756|}
typeobject.c:type_ready_set_hash:
 9343|    756|{
 9344|    756|    if (type->tp_hash != NULL) {
  ------------------
  |  Branch (9344:9): [True: 714, False: 42]
  ------------------
 9345|    714|        return 0;
 9346|    714|    }
 9347|       |
 9348|     42|    PyObject *dict = lookup_tp_dict(type);
 9349|     42|    int r = PyDict_Contains(dict, &_Py_ID(__hash__));
  ------------------
  |  |  917|     42|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     42|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     42|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9350|     42|    if (r < 0) {
  ------------------
  |  Branch (9350:9): [True: 0, False: 42]
  ------------------
 9351|      0|        return -1;
 9352|      0|    }
 9353|     42|    if (r > 0) {
  ------------------
  |  Branch (9353:9): [True: 8, False: 34]
  ------------------
 9354|      8|        return 0;
 9355|      8|    }
 9356|       |
 9357|     34|    if (PyDict_SetItem(dict, &_Py_ID(__hash__), Py_None) < 0) {
  ------------------
  |  |  917|     34|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     34|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     34|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyDict_SetItem(dict, &_Py_ID(__hash__), Py_None) < 0) {
  ------------------
  |  |  616|     34|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (9357:9): [True: 0, False: 34]
  ------------------
 9358|      0|        return -1;
 9359|      0|    }
 9360|     34|    type->tp_hash = PyObject_HashNotImplemented;
 9361|     34|    return 0;
 9362|     34|}
typeobject.c:type_ready_add_subclasses:
 9368|    756|{
 9369|    756|    PyObject *bases = lookup_tp_bases(type);
 9370|    756|    Py_ssize_t nbase = PyTuple_GET_SIZE(bases);
  ------------------
  |  |   27|    756|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    756|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    756|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9371|  1.53k|    for (Py_ssize_t i = 0; i < nbase; i++) {
  ------------------
  |  Branch (9371:28): [True: 782, False: 756]
  ------------------
 9372|    782|        PyObject *b = PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|    782|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    782|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    782|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9372:23): [True: 782, False: 0]
  ------------------
 9373|    782|        if (PyType_Check(b) && add_subclass((PyTypeObject *)b, type) < 0) {
  ------------------
  |  |  766|  1.56k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    782|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    782|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 782, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (9373:32): [True: 0, False: 782]
  ------------------
 9374|      0|            return -1;
 9375|      0|        }
 9376|    782|    }
 9377|    756|    return 0;
 9378|    756|}
typeobject.c:type_ready_managed_dict:
 9436|    756|{
 9437|    756|    if (!(type->tp_flags & Py_TPFLAGS_MANAGED_DICT)) {
  ------------------
  |  |  482|    756|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (9437:9): [True: 617, False: 139]
  ------------------
 9438|    617|        return 0;
 9439|    617|    }
 9440|    139|    if (!(type->tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|    139|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (9440:9): [True: 0, False: 139]
  ------------------
 9441|      0|        PyErr_Format(PyExc_SystemError,
 9442|      0|                     "type %s has the Py_TPFLAGS_MANAGED_DICT flag "
 9443|      0|                     "but not Py_TPFLAGS_HEAPTYPE flag",
 9444|      0|                     type->tp_name);
 9445|      0|        return -1;
 9446|      0|    }
 9447|    139|    PyHeapTypeObject* et = (PyHeapTypeObject*)type;
 9448|    139|    if (et->ht_cached_keys == NULL) {
  ------------------
  |  Branch (9448:9): [True: 139, False: 0]
  ------------------
 9449|    139|        et->ht_cached_keys = _PyDict_NewKeysForClass(et);
 9450|    139|        if (et->ht_cached_keys == NULL) {
  ------------------
  |  Branch (9450:13): [True: 0, False: 139]
  ------------------
 9451|      0|            PyErr_NoMemory();
 9452|      0|            return -1;
 9453|      0|        }
 9454|    139|    }
 9455|    139|    if (type->tp_itemsize == 0) {
  ------------------
  |  Branch (9455:9): [True: 132, False: 7]
  ------------------
 9456|    132|        type_add_flags(type, Py_TPFLAGS_INLINE_VALUES);
  ------------------
  |  |  472|    132|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
 9457|    132|    }
 9458|    139|    return 0;
 9459|    139|}
typeobject.c:type_ready_post_checks:
 9463|    756|{
 9464|       |    // bpo-44263: tp_traverse is required if Py_TPFLAGS_HAVE_GC is set.
 9465|       |    // Note: tp_clear is optional.
 9466|    756|    if (type->tp_flags & Py_TPFLAGS_HAVE_GC
  ------------------
  |  |  524|  1.51k|#define Py_TPFLAGS_HAVE_GC (1UL << 14)
  ------------------
  |  Branch (9466:9): [True: 685, False: 71]
  ------------------
 9467|    685|        && type->tp_traverse == NULL)
  ------------------
  |  Branch (9467:12): [True: 0, False: 685]
  ------------------
 9468|      0|    {
 9469|      0|        PyErr_Format(PyExc_SystemError,
 9470|      0|                     "type %s has the Py_TPFLAGS_HAVE_GC flag "
 9471|      0|                     "but has no traverse function",
 9472|      0|                     type->tp_name);
 9473|      0|        return -1;
 9474|      0|    }
 9475|    756|    if (type->tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|    756|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (9475:9): [True: 139, False: 617]
  ------------------
 9476|    139|        if (type->tp_dictoffset != -1) {
  ------------------
  |  Branch (9476:13): [True: 0, False: 139]
  ------------------
 9477|      0|            PyErr_Format(PyExc_SystemError,
 9478|      0|                        "type %s has the Py_TPFLAGS_MANAGED_DICT flag "
 9479|      0|                        "but tp_dictoffset is set to incompatible value",
 9480|      0|                        type->tp_name);
 9481|      0|            return -1;
 9482|      0|        }
 9483|    139|    }
 9484|    617|    else if (type->tp_dictoffset < (Py_ssize_t)sizeof(PyObject)) {
  ------------------
  |  Branch (9484:14): [True: 413, False: 204]
  ------------------
 9485|    413|        if (type->tp_dictoffset + type->tp_basicsize <= 0) {
  ------------------
  |  Branch (9485:13): [True: 0, False: 413]
  ------------------
 9486|      0|            PyErr_Format(PyExc_SystemError,
 9487|      0|                         "type %s has a tp_dictoffset that is too small",
 9488|      0|                         type->tp_name);
 9489|      0|            return -1;
 9490|      0|        }
 9491|    413|    }
 9492|    756|    return 0;
 9493|    756|}
typeobject.c:stop_readying:
  498|    756|{
  499|    756|    if (type->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN) {
  ------------------
  |  |  467|    756|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
  |  Branch (499:9): [True: 414, False: 342]
  ------------------
  500|    414|        PyInterpreterState *interp = _PyInterpreterState_GET();
  501|    414|        managed_static_type_state *state = managed_static_type_state_get(interp, type);
  502|    414|        assert(state != NULL);
  ------------------
  |  Branch (502:9): [True: 414, False: 0]
  ------------------
  503|    414|        assert(state->readying);
  ------------------
  |  Branch (503:9): [True: 414, False: 0]
  ------------------
  504|    414|        state->readying = 0;
  505|    414|        return;
  506|    414|    }
  507|    756|    assert(type->tp_flags & Py_TPFLAGS_READYING);
  ------------------
  |  Branch (507:5): [True: 342, False: 0]
  ------------------
  508|    342|    type_clear_flags(type, Py_TPFLAGS_READYING);
  ------------------
  |  |  521|    342|#define Py_TPFLAGS_READYING (1UL << 13)
  ------------------
  509|    342|}
typeobject.c:init_static_type:
 9611|    414|{
 9612|    414|    assert(_Py_IsImmortal((PyObject *)self));
  ------------------
  |  Branch (9612:5): [True: 414, False: 0]
  ------------------
 9613|    414|    assert(!(self->tp_flags & Py_TPFLAGS_HEAPTYPE));
  ------------------
  |  Branch (9613:5): [True: 414, False: 0]
  ------------------
 9614|    414|    assert(!(self->tp_flags & Py_TPFLAGS_MANAGED_DICT));
  ------------------
  |  Branch (9614:5): [True: 414, False: 0]
  ------------------
 9615|    414|    assert(!(self->tp_flags & Py_TPFLAGS_MANAGED_WEAKREF));
  ------------------
  |  Branch (9615:5): [True: 414, False: 0]
  ------------------
 9616|       |
 9617|    414|    if (initial) {
  ------------------
  |  Branch (9617:9): [True: 414, False: 0]
  ------------------
 9618|    414|        assert((self->tp_flags & Py_TPFLAGS_READY) == 0);
  ------------------
  |  Branch (9618:9): [True: 414, False: 0]
  ------------------
 9619|       |
 9620|    414|        type_add_flags(self, _Py_TPFLAGS_STATIC_BUILTIN);
  ------------------
  |  |  467|    414|#define _Py_TPFLAGS_STATIC_BUILTIN (1 << 1)
  ------------------
 9621|    414|        type_add_flags(self, Py_TPFLAGS_IMMUTABLETYPE);
  ------------------
  |  |  500|    414|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
 9622|       |
 9623|    414|        if (self->tp_version_tag == 0) {
  ------------------
  |  Branch (9623:13): [True: 392, False: 22]
  ------------------
 9624|    392|            unsigned int next_version_tag = next_global_version_tag();
 9625|    392|            assert(next_version_tag != 0);
  ------------------
  |  Branch (9625:13): [True: 392, False: 0]
  ------------------
 9626|    392|            _PyType_SetVersion(self, next_version_tag);
 9627|    392|        }
 9628|    414|    }
 9629|      0|    else {
 9630|      0|        assert(!initial);
  ------------------
  |  Branch (9630:9): [True: 0, False: 0]
  ------------------
 9631|      0|        assert(self->tp_flags & _Py_TPFLAGS_STATIC_BUILTIN);
  ------------------
  |  Branch (9631:9): [True: 0, False: 0]
  ------------------
 9632|      0|        assert(self->tp_version_tag != 0);
  ------------------
  |  Branch (9632:9): [True: 0, False: 0]
  ------------------
 9633|      0|    }
 9634|       |
 9635|    414|    managed_static_type_state_init(interp, self, isbuiltin, initial);
 9636|       |
 9637|    414|    int res;
 9638|    414|    BEGIN_TYPE_LOCK();
 9639|    414|    res = type_ready(self, initial);
 9640|    414|    END_TYPE_LOCK();
 9641|    414|    if (res < 0) {
  ------------------
  |  Branch (9641:9): [True: 0, False: 414]
  ------------------
 9642|      0|        _PyStaticType_ClearWeakRefs(interp, self);
 9643|      0|        managed_static_type_state_clear(interp, self, isbuiltin, initial);
 9644|      0|    }
 9645|    414|    return res;
 9646|    414|}
typeobject.c:managed_static_type_state_init:
  312|    414|{
  313|    414|    assert(interp->runtime == &_PyRuntime);
  ------------------
  |  Branch (313:5): [True: 414, False: 0]
  ------------------
  314|       |
  315|    414|    size_t index;
  316|    414|    if (initial) {
  ------------------
  |  Branch (316:9): [True: 414, False: 0]
  ------------------
  317|    414|        assert(!managed_static_type_index_is_set(self));
  ------------------
  |  Branch (317:9): [True: 414, False: 0]
  ------------------
  318|    414|        if (isbuiltin) {
  ------------------
  |  Branch (318:13): [True: 402, False: 12]
  ------------------
  319|    402|            index = interp->types.builtins.num_initialized;
  320|    402|            assert(index < _Py_MAX_MANAGED_STATIC_BUILTIN_TYPES);
  ------------------
  |  Branch (320:13): [True: 402, False: 0]
  ------------------
  321|    402|        }
  322|     12|        else {
  323|     12|            PyMutex_Lock(&interp->types.mutex);
  ------------------
  |  |   59|     12|#define PyMutex_Lock _PyMutex_Lock
  ------------------
  324|     12|            index = interp->types.for_extensions.next_index;
  325|     12|            interp->types.for_extensions.next_index++;
  326|     12|            PyMutex_Unlock(&interp->types.mutex);
  ------------------
  |  |   70|     12|#define PyMutex_Unlock _PyMutex_Unlock
  ------------------
  327|     12|            assert(index < _Py_MAX_MANAGED_STATIC_EXT_TYPES);
  ------------------
  |  Branch (327:13): [True: 12, False: 0]
  ------------------
  328|     12|        }
  329|    414|        managed_static_type_index_set(self, index);
  330|    414|    }
  331|      0|    else {
  332|      0|        index = managed_static_type_index_get(self);
  333|      0|        if (isbuiltin) {
  ------------------
  |  Branch (333:13): [True: 0, False: 0]
  ------------------
  334|      0|            assert(index == interp->types.builtins.num_initialized);
  ------------------
  |  Branch (334:13): [True: 0, False: 0]
  ------------------
  335|      0|            assert(index < _Py_MAX_MANAGED_STATIC_BUILTIN_TYPES);
  ------------------
  |  Branch (335:13): [True: 0, False: 0]
  ------------------
  336|      0|        }
  337|      0|        else {
  338|      0|            assert(index < _Py_MAX_MANAGED_STATIC_EXT_TYPES);
  ------------------
  |  Branch (338:13): [True: 0, False: 0]
  ------------------
  339|      0|        }
  340|      0|    }
  341|    414|    size_t full_index = isbuiltin
  ------------------
  |  Branch (341:25): [True: 402, False: 12]
  ------------------
  342|    414|        ? index
  343|    414|        : index + _Py_MAX_MANAGED_STATIC_BUILTIN_TYPES;
  ------------------
  |  |  531|     12|    (_Py_NUM_MANAGED_PREINITIALIZED_TYPES + 83)
  |  |  ------------------
  |  |  |  |  529|     12|#define _Py_NUM_MANAGED_PREINITIALIZED_TYPES 120
  |  |  ------------------
  ------------------
  344|       |
  345|    414|    assert((initial == 1) ==
  ------------------
  |  Branch (345:5): [True: 414, False: 0]
  ------------------
  346|    414|            (_Py_atomic_load_int64(&_PyRuntime.types.managed_static.types[full_index].interp_count) == 0));
  347|    414|    (void)_Py_atomic_add_int64(
  348|    414|            &_PyRuntime.types.managed_static.types[full_index].interp_count, 1);
  349|       |
  350|    414|    if (initial) {
  ------------------
  |  Branch (350:9): [True: 414, False: 0]
  ------------------
  351|    414|        assert(_PyRuntime.types.managed_static.types[full_index].type == NULL);
  ------------------
  |  Branch (351:9): [True: 414, False: 0]
  ------------------
  352|    414|        _PyRuntime.types.managed_static.types[full_index].type = self;
  353|    414|    }
  354|      0|    else {
  355|      0|        assert(_PyRuntime.types.managed_static.types[full_index].type == self);
  ------------------
  |  Branch (355:9): [True: 0, False: 0]
  ------------------
  356|      0|    }
  357|       |
  358|    414|    managed_static_type_state *state = isbuiltin
  ------------------
  |  Branch (358:40): [True: 402, False: 12]
  ------------------
  359|    414|        ? &(interp->types.builtins.initialized[index])
  360|    414|        : &(interp->types.for_extensions.initialized[index]);
  361|       |
  362|       |    /* It should only be called once for each builtin type per interpreter. */
  363|    414|    assert(state->type == NULL);
  ------------------
  |  Branch (363:5): [True: 414, False: 0]
  ------------------
  364|    414|    state->type = self;
  365|    414|    state->isbuiltin = isbuiltin;
  366|       |
  367|       |    /* state->tp_subclasses is left NULL until init_subclasses() sets it. */
  368|       |    /* state->tp_weaklist is left NULL until insert_head() or insert_after()
  369|       |       (in weakrefobject.c) sets it. */
  370|       |
  371|    414|    if (isbuiltin) {
  ------------------
  |  Branch (371:9): [True: 402, False: 12]
  ------------------
  372|    402|        interp->types.builtins.num_initialized++;
  373|    402|    }
  374|     12|    else {
  375|     12|        interp->types.for_extensions.num_initialized++;
  376|     12|    }
  377|    414|}
typeobject.c:managed_static_type_index_set:
  248|    414|{
  249|    414|    assert(index < _Py_MAX_MANAGED_STATIC_BUILTIN_TYPES);
  ------------------
  |  Branch (249:5): [True: 414, False: 0]
  ------------------
  250|       |    /* We store a 1-based index so 0 can mean "not initialized". */
  251|    414|    self->tp_subclasses = (PyObject *)(index + 1);
  252|    414|}
typeobject.c:vectorcall_method:
 3112|    368|{
 3113|    368|    assert(nargs >= 1);
  ------------------
  |  Branch (3113:5): [True: 368, False: 0]
  ------------------
 3114|       |
 3115|    368|    PyThreadState *tstate = _PyThreadState_GET();
 3116|    368|    PyObject *retval = NULL;
 3117|    368|    PyObject *self = args[0];
 3118|    368|    _PyCStackRef cref;
 3119|    368|    _PyThreadState_PushCStackRef(tstate, &cref);
 3120|    368|    int unbound = lookup_method(self, name, &cref.ref);
 3121|    368|    if (unbound >= 0) {
  ------------------
  |  Branch (3121:9): [True: 368, False: 0]
  ------------------
 3122|    368|        PyObject *func = PyStackRef_AsPyObjectBorrow(cref.ref);
 3123|    368|        retval = vectorcall_unbound(tstate, unbound, func, args, nargs);
 3124|    368|    }
 3125|    368|    _PyThreadState_PopCStackRef(tstate, &cref);
 3126|    368|    return retval;
 3127|    368|}
typeobject.c:check_num_args:
 9782|     36|{
 9783|     36|    if (!PyTuple_CheckExact(ob)) {
  ------------------
  |  |   28|     36|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|     36|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     36|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9783:9): [True: 0, False: 36]
  ------------------
 9784|      0|        PyErr_SetString(PyExc_SystemError,
 9785|      0|            "PyArg_UnpackTuple() argument list is not a tuple");
 9786|      0|        return 0;
 9787|      0|    }
 9788|     36|    if (n == PyTuple_GET_SIZE(ob))
  ------------------
  |  |   27|     36|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     36|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9788:9): [True: 36, False: 0]
  ------------------
 9789|     36|        return 1;
 9790|      0|    PyErr_Format(
 9791|      0|        PyExc_TypeError,
 9792|      0|        "expected %d argument%s, got %zd", n, n == 1 ? "" : "s", PyTuple_GET_SIZE(ob));
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9792:47): [True: 0, False: 0]
  ------------------
 9793|      0|    return 0;
 9794|     36|}
typeobject.c:slot_tp_setattro:
11012|     94|{
11013|     94|    PyObject *stack[3];
11014|     94|    PyObject *res;
11015|       |
11016|     94|    stack[0] = self;
11017|     94|    stack[1] = name;
11018|     94|    if (value == NULL) {
  ------------------
  |  Branch (11018:9): [True: 36, False: 58]
  ------------------
11019|     36|        res = vectorcall_method(&_Py_ID(__delattr__), stack, 2);
  ------------------
  |  |  917|     36|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     36|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     36|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11020|     36|    }
11021|     58|    else {
11022|     58|        stack[2] = value;
11023|     58|        res = vectorcall_method(&_Py_ID(__setattr__), stack, 3);
  ------------------
  |  |  917|     58|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     58|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     58|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11024|     58|    }
11025|     94|    if (res == NULL)
  ------------------
  |  Branch (11025:9): [True: 0, False: 94]
  ------------------
11026|      0|        return -1;
11027|     94|    Py_DECREF(res);
  ------------------
  |  |  430|     94|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11028|     94|    return 0;
11029|     94|}
typeobject.c:wrap_setattr:
10154|     58|{
10155|     58|    setattrofunc func = (setattrofunc)wrapped;
10156|     58|    int res;
10157|     58|    PyObject *name, *value;
10158|       |
10159|     58|    if (!PyArg_UnpackTuple(args, "__setattr__", 2, 2, &name, &value))
  ------------------
  |  Branch (10159:9): [True: 0, False: 58]
  ------------------
10160|      0|        return NULL;
10161|     58|    if (!hackcheck(self, func, "__setattr__"))
  ------------------
  |  Branch (10161:9): [True: 0, False: 58]
  ------------------
10162|      0|        return NULL;
10163|     58|    res = (*func)(self, name, value);
10164|     58|    if (res < 0)
  ------------------
  |  Branch (10164:9): [True: 0, False: 58]
  ------------------
10165|      0|        return NULL;
10166|     58|    Py_RETURN_NONE;
  ------------------
  |  |  628|     58|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     58|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10167|     58|}
typeobject.c:hackcheck:
10140|     94|{
10141|     94|    if (!PyType_Check(self)) {
  ------------------
  |  |  766|     94|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10141:9): [True: 0, False: 94]
  ------------------
10142|      0|        return 1;
10143|      0|    }
10144|       |
10145|     94|    int res;
10146|     94|    BEGIN_TYPE_LOCK();
10147|     94|    res = hackcheck_unlocked(self, func, what);
10148|     94|    END_TYPE_LOCK();
10149|     94|    return res;
10150|     94|}
typeobject.c:hackcheck_unlocked:
10092|     94|{
10093|     94|    PyTypeObject *type = Py_TYPE(self);
  ------------------
  |  |  213|     94|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10094|       |
10095|     94|    ASSERT_TYPE_LOCK_HELD();
10096|       |
10097|     94|    PyObject *mro = lookup_tp_mro(type);
10098|     94|    if (!mro) {
  ------------------
  |  Branch (10098:9): [True: 0, False: 94]
  ------------------
10099|       |        /* Probably ok not to check the call in this case. */
10100|      0|        return 1;
10101|      0|    }
10102|     94|    assert(PyTuple_Check(mro));
  ------------------
  |  Branch (10102:5): [True: 94, False: 0]
  ------------------
10103|       |
10104|       |    /* Find the (base) type that defined the type's slot function. */
10105|     94|    PyTypeObject *defining_type = type;
10106|     94|    Py_ssize_t i;
10107|    376|    for (i = PyTuple_GET_SIZE(mro) - 1; i >= 0; i--) {
  ------------------
  |  |   27|     94|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10107:41): [True: 282, False: 94]
  ------------------
10108|    564|        PyTypeObject *base = _PyType_CAST(PyTuple_GET_ITEM(mro, i));
  ------------------
  |  |  770|    282|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    564|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (37:38): [True: 282, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10108:30): [True: 282, False: 0]
  |  Branch (10108:30): [True: 282, False: 0]
  ------------------
10109|    282|        if (base->tp_setattro == slot_tp_setattro) {
  ------------------
  |  Branch (10109:13): [True: 94, False: 188]
  ------------------
10110|       |            /* Ignore Python classes:
10111|       |               they never define their own C-level setattro. */
10112|     94|        }
10113|    188|        else if (base->tp_setattro == type->tp_setattro) {
  ------------------
  |  Branch (10113:18): [True: 0, False: 188]
  ------------------
10114|      0|            defining_type = base;
10115|      0|            break;
10116|      0|        }
10117|    564|    }
10118|       |
10119|       |    /* Reject calls that jump over intermediate C-level overrides. */
10120|    188|    for (PyTypeObject *base = defining_type; base; base = base->tp_base) {
  ------------------
  |  Branch (10120:46): [True: 188, False: 0]
  ------------------
10121|    188|        if (base->tp_setattro == func) {
  ------------------
  |  Branch (10121:13): [True: 94, False: 94]
  ------------------
10122|       |            /* 'func' is the right slot function to call. */
10123|     94|            break;
10124|     94|        }
10125|     94|        else if (base->tp_setattro != slot_tp_setattro) {
  ------------------
  |  Branch (10125:18): [True: 0, False: 94]
  ------------------
10126|       |            /* 'base' is not a Python class and overrides 'func'.
10127|       |               Its tp_setattro should be called instead. */
10128|      0|            PyErr_Format(PyExc_TypeError,
10129|      0|                         "can't apply this %s to %s object",
10130|      0|                         what,
10131|      0|                         type->tp_name);
10132|      0|            return 0;
10133|      0|        }
10134|    188|    }
10135|     94|    return 1;
10136|     94|}
typeobject.c:wrap_delattr:
10171|     36|{
10172|     36|    setattrofunc func = (setattrofunc)wrapped;
10173|     36|    int res;
10174|     36|    PyObject *name;
10175|       |
10176|     36|    if (!check_num_args(args, 1))
  ------------------
  |  Branch (10176:9): [True: 0, False: 36]
  ------------------
10177|      0|        return NULL;
10178|     36|    name = PyTuple_GET_ITEM(args, 0);
  ------------------
  |  |   29|     36|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     36|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10178:12): [True: 36, False: 0]
  ------------------
10179|     36|    if (!hackcheck(self, func, "__delattr__"))
  ------------------
  |  Branch (10179:9): [True: 0, False: 36]
  ------------------
10180|      0|        return NULL;
10181|     36|    res = (*func)(self, name, NULL);
10182|     36|    if (res < 0)
  ------------------
  |  Branch (10182:9): [True: 0, False: 36]
  ------------------
10183|      0|        return NULL;
10184|     36|    Py_RETURN_NONE;
  ------------------
  |  |  628|     36|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     36|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10185|     36|}
typeobject.c:slot_tp_iter:
11067|      4|{
11068|      4|    int attr_is_none = 0;
11069|      4|    PyObject *res = maybe_call_special_no_args(self, &_Py_ID(__iter__),
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11070|      4|                                               &attr_is_none);
11071|      4|    if (res != NULL) {
  ------------------
  |  Branch (11071:9): [True: 4, False: 0]
  ------------------
11072|      4|        return res;
11073|      4|    }
11074|      0|    else if (PyErr_Occurred()) {
  ------------------
  |  Branch (11074:14): [True: 0, False: 0]
  ------------------
11075|      0|        return NULL;
11076|      0|    }
11077|      0|    else if (attr_is_none || !has_dunder_getitem(self)) {
  ------------------
  |  Branch (11077:14): [True: 0, False: 0]
  |  Branch (11077:30): [True: 0, False: 0]
  ------------------
11078|      0|        PyErr_Format(PyExc_TypeError,
11079|      0|            "'%.200s' object is not iterable",
11080|      0|            Py_TYPE(self)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11081|      0|        return NULL;
11082|      0|    }
11083|      0|    return PySeqIter_New(self);
11084|      4|}
typeobject.c:slot_tp_init:
11150|    243|{
11151|    243|    PyObject *res = call_method(self, &_Py_ID(__init__), args, kwds);
  ------------------
  |  |  917|    243|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    243|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    243|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11152|    243|    if (res == NULL)
  ------------------
  |  Branch (11152:9): [True: 9, False: 234]
  ------------------
11153|      9|        return -1;
11154|    234|    if (res != Py_None) {
  ------------------
  |  |  616|    234|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (11154:9): [True: 0, False: 234]
  ------------------
11155|      0|        PyErr_Format(PyExc_TypeError,
11156|      0|                     "__init__() should return None, not '%.200s'",
11157|      0|                     Py_TYPE(res)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11158|      0|        Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11159|      0|        return -1;
11160|      0|    }
11161|    234|    Py_DECREF(res);
  ------------------
  |  |  430|    234|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    234|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    234|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11162|    234|    return 0;
11163|    234|}
typeobject.c:wrap_init:
10373|    114|{
10374|    114|    initproc func = (initproc)wrapped;
10375|       |
10376|    114|    if (func(self, args, kwds) < 0)
  ------------------
  |  Branch (10376:9): [True: 0, False: 114]
  ------------------
10377|      0|        return NULL;
10378|    114|    Py_RETURN_NONE;
  ------------------
  |  |  628|    114|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    114|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10379|    114|}
typeobject.c:vectorcall_maybe:
 3134|     24|{
 3135|     24|    assert(nargs >= 1);
  ------------------
  |  Branch (3135:5): [True: 24, False: 0]
  ------------------
 3136|       |
 3137|     24|    PyObject *self = args[0];
 3138|     24|    _PyCStackRef cref;
 3139|     24|    _PyThreadState_PushCStackRef(tstate, &cref);
 3140|     24|    int unbound = lookup_maybe_method(self, name, &cref.ref);
 3141|     24|    PyObject *func = PyStackRef_AsPyObjectBorrow(cref.ref);
 3142|     24|    if (func == NULL) {
  ------------------
  |  Branch (3142:9): [True: 0, False: 24]
  ------------------
 3143|      0|        _PyThreadState_PopCStackRef(tstate, &cref);
 3144|      0|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (3144:13): [True: 0, False: 0]
  ------------------
 3145|      0|            Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
 3146|      0|        }
 3147|      0|        return NULL;
 3148|      0|    }
 3149|     24|    PyObject *retval = vectorcall_unbound(tstate, unbound, func, args, nargs);
 3150|     24|    _PyThreadState_PopCStackRef(tstate, &cref);
 3151|     24|    return retval;
 3152|     24|}
typeobject.c:slot_sq_length:
10590|     95|{
10591|     95|    PyObject* stack[1] = {self};
10592|     95|    PyObject *res = vectorcall_method(&_Py_ID(__len__), stack, 1);
  ------------------
  |  |  917|     95|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     95|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     95|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10593|     95|    Py_ssize_t len;
10594|       |
10595|     95|    if (res == NULL)
  ------------------
  |  Branch (10595:9): [True: 0, False: 95]
  ------------------
10596|      0|        return -1;
10597|       |
10598|     95|    Py_SETREF(res, _PyNumber_Index(res));
  ------------------
  |  |  352|     95|    do { \
  |  |  353|     95|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     95|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|     95|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     95|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|     95|        *_tmp_dst_ptr = (src); \
  |  |  356|     95|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|     95|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     95|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     95|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|     95|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 95]
  |  |  ------------------
  ------------------
10599|     95|    if (res == NULL)
  ------------------
  |  Branch (10599:9): [True: 0, False: 95]
  ------------------
10600|      0|        return -1;
10601|       |
10602|     95|    assert(PyLong_Check(res));
  ------------------
  |  Branch (10602:5): [True: 95, False: 0]
  ------------------
10603|     95|    if (_PyLong_IsNegative((PyLongObject *)res)) {
  ------------------
  |  Branch (10603:9): [True: 0, False: 95]
  ------------------
10604|      0|        Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10605|      0|        PyErr_SetString(PyExc_ValueError,
10606|      0|                        "__len__() should return >= 0");
10607|      0|        return -1;
10608|      0|    }
10609|       |
10610|     95|    len = PyNumber_AsSsize_t(res, PyExc_OverflowError);
10611|     95|    assert(len >= 0 || PyErr_ExceptionMatches(PyExc_OverflowError));
  ------------------
  |  Branch (10611:5): [True: 95, False: 0]
  |  Branch (10611:5): [True: 0, False: 0]
  ------------------
10612|     95|    Py_DECREF(res);
  ------------------
  |  |  430|     95|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     95|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     95|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10613|     95|    return len;
10614|     95|}
typeobject.c:slot_mp_subscript:
10503|     32|FUNCNAME(PyObject *self, ARG1TYPE arg1) \
10504|     32|{ \
10505|     32|    PyObject* stack[2] = {self, arg1}; \
10506|     32|    return vectorcall_method(&_Py_ID(DUNDER), stack, 2); \
  ------------------
  |  |  917|     32|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     32|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     32|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10507|     32|}
typeobject.c:slot_mp_ass_subscript:
10688|    101|{
10689|    101|    PyObject *stack[3];
10690|    101|    PyObject *res;
10691|       |
10692|    101|    stack[0] = self;
10693|    101|    stack[1] = key;
10694|    101|    if (value == NULL) {
  ------------------
  |  Branch (10694:9): [True: 0, False: 101]
  ------------------
10695|      0|        res = vectorcall_method(&_Py_ID(__delitem__), stack, 2);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10696|      0|    }
10697|    101|    else {
10698|    101|        stack[2] = value;
10699|    101|        res = vectorcall_method(&_Py_ID(__setitem__), stack, 3);
  ------------------
  |  |  917|    101|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    101|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    101|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10700|    101|    }
10701|       |
10702|    101|    if (res == NULL)
  ------------------
  |  Branch (10702:9): [True: 0, False: 101]
  ------------------
10703|      0|        return -1;
10704|    101|    Py_DECREF(res);
  ------------------
  |  |  430|    101|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10705|    101|    return 0;
10706|    101|}
typeobject.c:wrap_objobjargproc:
10057|     85|{
10058|     85|    objobjargproc func = (objobjargproc)wrapped;
10059|     85|    int res;
10060|     85|    PyObject *key, *value;
10061|       |
10062|     85|    if (!PyArg_UnpackTuple(args, "__setitem__", 2, 2, &key, &value))
  ------------------
  |  Branch (10062:9): [True: 0, False: 85]
  ------------------
10063|      0|        return NULL;
10064|     85|    res = (*func)(self, key, value);
10065|     85|    if (res == -1 && PyErr_Occurred())
  ------------------
  |  Branch (10065:9): [True: 0, False: 85]
  |  Branch (10065:22): [True: 0, False: 0]
  ------------------
10066|      0|        return NULL;
10067|     85|    Py_RETURN_NONE;
  ------------------
  |  |  628|     85|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     85|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
10068|     85|}
typeobject.c:slot_sq_item:
10618|     46|{
10619|     46|    PyObject *ival = PyLong_FromSsize_t(i);
10620|     46|    if (ival == NULL) {
  ------------------
  |  Branch (10620:9): [True: 0, False: 46]
  ------------------
10621|      0|        return NULL;
10622|      0|    }
10623|     46|    PyObject *stack[2] = {self, ival};
10624|     46|    PyObject *retval = vectorcall_method(&_Py_ID(__getitem__), stack, 2);
  ------------------
  |  |  917|     46|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     46|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     46|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10625|     46|    Py_DECREF(ival);
  ------------------
  |  |  430|     46|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10626|     46|    return retval;
10627|     46|}
typeobject.c:slot_sq_contains:
10661|      6|{
10662|      6|    int attr_is_none = 0;
10663|      6|    PyObject *res = maybe_call_special_one_arg(self, &_Py_ID(__contains__), value,
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10664|      6|                                               &attr_is_none);
10665|      6|    if (attr_is_none) {
  ------------------
  |  Branch (10665:9): [True: 0, False: 6]
  ------------------
10666|      0|        PyErr_Format(PyExc_TypeError,
10667|      0|            "'%.200s' object is not a container",
10668|      0|            Py_TYPE(self)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10669|      0|        return -1;
10670|      0|    }
10671|      6|    else if (res == NULL && PyErr_Occurred()) {
  ------------------
  |  Branch (10671:14): [True: 0, False: 6]
  |  Branch (10671:29): [True: 0, False: 0]
  ------------------
10672|      0|        return -1;
10673|      0|    }
10674|      6|    else if (res == NULL) {
  ------------------
  |  Branch (10674:14): [True: 0, False: 6]
  ------------------
10675|      0|        return (int)_PySequence_IterSearch(self, value, PY_ITERSEARCH_CONTAINS);
  ------------------
  |  |   29|      0|#define PY_ITERSEARCH_CONTAINS 3
  ------------------
10676|      0|    }
10677|      6|    int result = PyObject_IsTrue(res);
10678|      6|    Py_DECREF(res);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10679|      6|    return result;
10680|      6|}
typeobject.c:type_get_mro:
 1765|     79|{
 1766|     79|    PyTypeObject *type = PyTypeObject_CAST(tp);
  ------------------
  |  |  200|     79|#define PyTypeObject_CAST(op)   ((PyTypeObject *)(op))
  ------------------
 1767|     79|    PyObject *mro = lookup_tp_mro(type);
 1768|     79|    if (mro == NULL) {
  ------------------
  |  Branch (1768:9): [True: 0, False: 79]
  ------------------
 1769|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1770|      0|    }
 1771|     79|    return Py_NewRef(mro);
  ------------------
  |  |  550|     79|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1772|     79|}
typeobject.c:check_immutable_bases:
 5174|     95|{
 5175|     95|    Py_ssize_t i = 0;
 5176|     95|    if (skip_first) {
  ------------------
  |  Branch (5176:9): [True: 0, False: 95]
  ------------------
 5177|       |        // When testing the MRO, skip the type itself
 5178|      0|        i = 1;
 5179|      0|    }
 5180|    190|    for (; i<PyTuple_GET_SIZE(bases); i++) {
  ------------------
  |  |   27|    190|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5180:12): [True: 95, False: 95]
  ------------------
 5181|     95|        PyTypeObject *b = (PyTypeObject*)PyTuple_GET_ITEM(bases, i);
  ------------------
  |  |   29|     95|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     95|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     95|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5181:42): [True: 95, False: 0]
  ------------------
 5182|     95|        if (!b) {
  ------------------
  |  Branch (5182:13): [True: 0, False: 95]
  ------------------
 5183|      0|            return -1;
 5184|      0|        }
 5185|     95|        if (!_PyType_HasFeature(b, Py_TPFLAGS_IMMUTABLETYPE)) {
  ------------------
  |  |  500|     95|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (5185:13): [True: 0, False: 95]
  ------------------
 5186|      0|            PyErr_Format(
 5187|      0|                PyExc_TypeError,
 5188|      0|                "Creating immutable type %s from mutable base %N",
 5189|      0|                type_name, b
 5190|      0|            );
 5191|      0|            return -1;
 5192|      0|        }
 5193|     95|    }
 5194|     95|    return 0;
 5195|     95|}
typeobject.c:supercheck:
12672|    745|{
12673|       |    /* Check that a super() call makes sense.  Return a type object.
12674|       |
12675|       |       obj can be a class, or an instance of one:
12676|       |
12677|       |       - If it is a class, it must be a subclass of 'type'.      This case is
12678|       |         used for class methods; the return value is obj.
12679|       |
12680|       |       - If it is an instance, it must be an instance of 'type'.  This is
12681|       |         the normal case; the return value is obj.__class__.
12682|       |
12683|       |       But... when obj is an instance, we want to allow for the case where
12684|       |       Py_TYPE(obj) is not a subclass of type, but obj.__class__ is!
12685|       |       This will allow using super() with a proxy for obj.
12686|       |    */
12687|       |
12688|       |    /* Check for first bullet above (special case) */
12689|    745|    if (PyType_Check(obj) && PyType_IsSubtype((PyTypeObject *)obj, type)) {
  ------------------
  |  |  766|  1.49k|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    745|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    745|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 562, False: 183]
  |  |  ------------------
  ------------------
  |  Branch (12689:30): [True: 468, False: 94]
  ------------------
12690|    468|        return (PyTypeObject *)Py_NewRef(obj);
  ------------------
  |  |  550|    468|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    468|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    468|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12691|    468|    }
12692|       |
12693|       |    /* Normal case */
12694|    277|    if (PyType_IsSubtype(Py_TYPE(obj), type)) {
  ------------------
  |  |  213|    277|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    277|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    277|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12694:9): [True: 277, False: 0]
  ------------------
12695|    277|        return (PyTypeObject*)Py_NewRef(Py_TYPE(obj));
  ------------------
  |  |  550|    277|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    277|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    277|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12696|    277|    }
12697|      0|    else {
12698|       |        /* Try the slow way */
12699|      0|        PyObject *class_attr;
12700|       |
12701|      0|        if (PyObject_GetOptionalAttr(obj, &_Py_ID(__class__), &class_attr) < 0) {
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12701:13): [True: 0, False: 0]
  ------------------
12702|      0|            return NULL;
12703|      0|        }
12704|      0|        if (class_attr != NULL &&
  ------------------
  |  Branch (12704:13): [True: 0, False: 0]
  ------------------
12705|      0|            PyType_Check(class_attr) &&
  ------------------
  |  |  766|      0|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 0, False: 0]
  |  |  ------------------
  ------------------
12706|      0|            (PyTypeObject *)class_attr != Py_TYPE(obj))
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12706:13): [True: 0, False: 0]
  ------------------
12707|      0|        {
12708|      0|            int ok = PyType_IsSubtype(
12709|      0|                (PyTypeObject *)class_attr, type);
12710|      0|            if (ok) {
  ------------------
  |  Branch (12710:17): [True: 0, False: 0]
  ------------------
12711|      0|                return (PyTypeObject *)class_attr;
12712|      0|            }
12713|      0|        }
12714|      0|        Py_XDECREF(class_attr);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12715|      0|    }
12716|       |
12717|      0|    const char *type_or_instance, *obj_str;
12718|       |
12719|      0|    if (PyType_Check(obj)) {
  ------------------
  |  |  766|      0|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 0, False: 0]
  |  |  ------------------
  ------------------
12720|      0|        type_or_instance = "type";
12721|      0|        obj_str = ((PyTypeObject*)obj)->tp_name;
12722|      0|    }
12723|      0|    else {
12724|      0|        type_or_instance = "instance of";
12725|      0|        obj_str = Py_TYPE(obj)->tp_name;
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12726|      0|    }
12727|       |
12728|      0|    PyErr_Format(PyExc_TypeError,
12729|      0|                "super(type, obj): obj (%s %.200s) is not "
12730|      0|                "an instance or subtype of type (%.200s).",
12731|      0|                type_or_instance, obj_str, type->tp_name);
12732|       |
12733|       |    return NULL;
12734|    277|}
typeobject.c:do_super_lookup:
12607|    745|{
12608|    745|    PyObject *res;
12609|    745|    int temp_su = 0;
12610|       |
12611|    745|    if (su_obj_type == NULL) {
  ------------------
  |  Branch (12611:9): [True: 0, False: 745]
  ------------------
12612|      0|        goto skip;
12613|      0|    }
12614|       |
12615|    745|    res = _PySuper_LookupDescr(su_type, su_obj_type, name);
12616|    745|    if (res != NULL) {
  ------------------
  |  Branch (12616:9): [True: 745, False: 0]
  ------------------
12617|    745|        if (method && _PyType_HasFeature(Py_TYPE(res), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  213|    179|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    179|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    179|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (method && _PyType_HasFeature(Py_TYPE(res), Py_TPFLAGS_METHOD_DESCRIPTOR)) {
  ------------------
  |  |  534|    179|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (12617:13): [True: 179, False: 566]
  |  Branch (12617:23): [True: 179, False: 0]
  ------------------
12618|    179|            *method = 1;
12619|    179|        }
12620|    566|        else {
12621|    566|            descrgetfunc f = Py_TYPE(res)->tp_descr_get;
  ------------------
  |  |  213|    566|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    566|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    566|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12622|    566|            if (f != NULL) {
  ------------------
  |  Branch (12622:17): [True: 325, False: 241]
  ------------------
12623|    325|                PyObject *res2;
12624|    325|                res2 = f(res,
12625|       |                    /* Only pass 'obj' param if this is instance-mode super
12626|       |                    (See SF ID #743627)  */
12627|    325|                    (su_obj == (PyObject *)su_obj_type) ? NULL : su_obj,
  ------------------
  |  Branch (12627:21): [True: 227, False: 98]
  ------------------
12628|    325|                    (PyObject *)su_obj_type);
12629|    325|                Py_SETREF(res, res2);
  ------------------
  |  |  352|    325|    do { \
  |  |  353|    325|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    325|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|    325|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    325|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|    325|        *_tmp_dst_ptr = (src); \
  |  |  356|    325|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|    325|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    325|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    325|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|    325|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 325]
  |  |  ------------------
  ------------------
12630|    325|            }
12631|    566|        }
12632|       |
12633|    745|        return res;
12634|    745|    }
12635|      0|    else if (PyErr_Occurred()) {
  ------------------
  |  Branch (12635:14): [True: 0, False: 0]
  ------------------
12636|      0|        return NULL;
12637|      0|    }
12638|       |
12639|      0|  skip:
12640|      0|    if (su == NULL) {
  ------------------
  |  Branch (12640:9): [True: 0, False: 0]
  ------------------
12641|      0|        PyObject *args[] = {(PyObject *)su_type, su_obj};
12642|      0|        su = (superobject *)PyObject_Vectorcall((PyObject *)&PySuper_Type, args, 2, NULL);
12643|      0|        if (su == NULL) {
  ------------------
  |  Branch (12643:13): [True: 0, False: 0]
  ------------------
12644|      0|            return NULL;
12645|      0|        }
12646|      0|        temp_su = 1;
12647|      0|    }
12648|      0|    res = PyObject_GenericGetAttr((PyObject *)su, name);
12649|      0|    if (temp_su) {
  ------------------
  |  Branch (12649:9): [True: 0, False: 0]
  ------------------
12650|      0|        Py_DECREF(su);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12651|      0|    }
12652|      0|    return res;
12653|      0|}
typeobject.c:super_dealloc:
12525|    240|{
12526|    240|    superobject *su = superobject_CAST(self);
  ------------------
  |  |12511|    240|#define superobject_CAST(op)    ((superobject *)(op))
  ------------------
12527|       |
12528|    240|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|    240|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12529|    240|    Py_XDECREF(su->obj);
  ------------------
  |  |  524|    240|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12530|    240|    Py_XDECREF(su->type);
  ------------------
  |  |  524|    240|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12531|    240|    Py_XDECREF(su->obj_type);
  ------------------
  |  |  524|    240|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12532|    240|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|    240|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12533|    240|}
typeobject.c:super_getattro:
12657|    240|{
12658|    240|    superobject *su = superobject_CAST(self);
  ------------------
  |  |12511|    240|#define superobject_CAST(op)    ((superobject *)(op))
  ------------------
12659|       |
12660|       |    /* We want __class__ to return the class of the super object
12661|       |       (i.e. super, or a subclass), not the class of su->obj. */
12662|    240|    if (PyUnicode_Check(name) &&
  ------------------
  |  |  103|    240|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    480|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 240, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12663|    240|        PyUnicode_GET_LENGTH(name) == 9 &&
  ------------------
  |  |  299|    240|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12663:9): [True: 0, False: 240]
  ------------------
12664|      0|        _PyUnicode_Equal(name, &_Py_ID(__class__)))
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12664:9): [True: 0, False: 0]
  ------------------
12665|      0|        return PyObject_GenericGetAttr(self, name);
12666|       |
12667|    240|    return do_super_lookup(su, su->type, su->obj, su->obj_type, name, NULL);
12668|    240|}
typeobject.c:super_init_impl:
12882|    240|super_init_impl(PyObject *self, PyTypeObject *type, PyObject *obj) {
12883|    240|    superobject *su = superobject_CAST(self);
  ------------------
  |  |12511|    240|#define superobject_CAST(op)    ((superobject *)(op))
  ------------------
12884|    240|    PyTypeObject *obj_type = NULL;
12885|    240|    if (type == NULL) {
  ------------------
  |  Branch (12885:9): [True: 14, False: 226]
  ------------------
12886|       |        /* Call super(), without args -- fill in from __class__
12887|       |           and first local variable on the stack. */
12888|     14|        PyThreadState *tstate = _PyThreadState_GET();
12889|     14|        _PyInterpreterFrame *frame = _PyThreadState_GetFrame(tstate);
12890|     14|        if (frame == NULL) {
  ------------------
  |  Branch (12890:13): [True: 0, False: 14]
  ------------------
12891|      0|            PyErr_SetString(PyExc_RuntimeError,
12892|      0|                            "super(): no current frame");
12893|      0|            return -1;
12894|      0|        }
12895|     14|        int res = super_init_without_args(frame, &type, &obj);
12896|       |
12897|     14|        if (res < 0) {
  ------------------
  |  Branch (12897:13): [True: 0, False: 14]
  ------------------
12898|      0|            return -1;
12899|      0|        }
12900|     14|    }
12901|    226|    else {
12902|    226|        Py_INCREF(type);
  ------------------
  |  |  310|    226|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    226|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    226|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12903|    226|        Py_XINCREF(obj);
  ------------------
  |  |  514|    226|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    226|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    226|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12904|    226|    }
12905|       |
12906|    240|    if (obj == Py_None) {
  ------------------
  |  |  616|    240|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (12906:9): [True: 0, False: 240]
  ------------------
12907|      0|        Py_DECREF(obj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12908|      0|        obj = NULL;
12909|      0|    }
12910|    240|    if (obj != NULL) {
  ------------------
  |  Branch (12910:9): [True: 240, False: 0]
  ------------------
12911|    240|        obj_type = supercheck(type, obj);
12912|    240|        if (obj_type == NULL) {
  ------------------
  |  Branch (12912:13): [True: 0, False: 240]
  ------------------
12913|      0|            Py_DECREF(type);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12914|      0|            Py_DECREF(obj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12915|      0|            return -1;
12916|      0|        }
12917|    240|    }
12918|    240|    Py_XSETREF(su->type, (PyTypeObject*)type);
  ------------------
  |  |  374|    240|    do { \
  |  |  375|    240|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    240|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    240|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    240|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    240|        *_tmp_dst_ptr = (src); \
  |  |  378|    240|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    240|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    240|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 240]
  |  |  ------------------
  ------------------
12919|    240|    Py_XSETREF(su->obj, obj);
  ------------------
  |  |  374|    240|    do { \
  |  |  375|    240|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    240|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    240|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    240|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    240|        *_tmp_dst_ptr = (src); \
  |  |  378|    240|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    240|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    240|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 240]
  |  |  ------------------
  ------------------
12920|    240|    Py_XSETREF(su->obj_type, obj_type);
  ------------------
  |  |  374|    240|    do { \
  |  |  375|    240|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    240|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    240|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    240|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    240|        *_tmp_dst_ptr = (src); \
  |  |  378|    240|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    240|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    240|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 240]
  |  |  ------------------
  ------------------
12921|    240|    return 0;
12922|    240|}
typeobject.c:super_init_without_args:
12784|     14|{
12785|     14|    PyCodeObject *co = _PyFrame_GetCode(cframe);
12786|     14|    if (co->co_argcount == 0) {
  ------------------
  |  Branch (12786:9): [True: 0, False: 14]
  ------------------
12787|      0|        PyErr_SetString(PyExc_RuntimeError,
12788|      0|                        "super(): no arguments");
12789|      0|        return -1;
12790|      0|    }
12791|       |
12792|     14|    assert(_PyFrame_GetCode(cframe)->co_nlocalsplus > 0);
  ------------------
  |  Branch (12792:5): [True: 14, False: 0]
  ------------------
12793|     14|    PyObject *firstarg = PyStackRef_AsPyObjectBorrow(_PyFrame_GetLocalsArray(cframe)[0]);
12794|     14|    if (firstarg == NULL) {
  ------------------
  |  Branch (12794:9): [True: 0, False: 14]
  ------------------
12795|      0|        PyErr_SetString(PyExc_RuntimeError, "super(): arg[0] deleted");
12796|      0|        return -1;
12797|      0|    }
12798|       |    // The first argument might be a cell.
12799|       |    // "firstarg" is a cell here unless (very unlikely) super()
12800|       |    // was called from the C-API before the first MAKE_CELL op.
12801|     14|    if ((_PyLocals_GetKind(co->co_localspluskinds, 0) & CO_FAST_CELL) &&
  ------------------
  |  |  198|     14|#define CO_FAST_CELL    (0x40)
  ------------------
  |  Branch (12801:9): [True: 0, False: 14]
  ------------------
12802|      0|            (_PyInterpreterFrame_LASTI(cframe) >= 0)) {
  ------------------
  |  |   18|      0|    ((int)((IF)->instr_ptr - _PyFrame_GetBytecode((IF))))
  ------------------
  |  Branch (12802:13): [True: 0, False: 0]
  ------------------
12803|       |        // MAKE_CELL and COPY_FREE_VARS have no quickened forms, so no need
12804|       |        // to use _PyOpcode_Deopt here:
12805|      0|        assert(_PyCode_CODE(co)[0].op.code == MAKE_CELL ||
  ------------------
  |  Branch (12805:9): [True: 0, False: 0]
  |  Branch (12805:9): [True: 0, False: 0]
  ------------------
12806|      0|                _PyCode_CODE(co)[0].op.code == COPY_FREE_VARS);
12807|      0|        assert(PyCell_Check(firstarg));
  ------------------
  |  Branch (12807:9): [True: 0, False: 0]
  ------------------
12808|      0|        firstarg = PyCell_GetRef((PyCellObject *)firstarg);
12809|      0|        if (firstarg == NULL) {
  ------------------
  |  Branch (12809:13): [True: 0, False: 0]
  ------------------
12810|      0|            PyErr_SetString(PyExc_RuntimeError, "super(): arg[0] deleted");
12811|      0|            return -1;
12812|      0|        }
12813|      0|    }
12814|     14|    else {
12815|     14|        Py_INCREF(firstarg);
  ------------------
  |  |  310|     14|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12816|     14|    }
12817|       |
12818|       |    // Look for __class__ in the free vars.
12819|     14|    PyTypeObject *type = NULL;
12820|     14|    int i = PyUnstable_Code_GetFirstFree(co);
12821|     14|    for (; i < co->co_nlocalsplus; i++) {
  ------------------
  |  Branch (12821:12): [True: 14, False: 0]
  ------------------
12822|     14|        assert((_PyLocals_GetKind(co->co_localspluskinds, i) & CO_FAST_FREE) != 0);
  ------------------
  |  Branch (12822:9): [True: 14, False: 0]
  ------------------
12823|     14|        PyObject *name = PyTuple_GET_ITEM(co->co_localsplusnames, i);
  ------------------
  |  |   29|     14|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     14|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12823:26): [True: 14, False: 0]
  ------------------
12824|     14|        assert(PyUnicode_Check(name));
  ------------------
  |  Branch (12824:9): [True: 14, False: 0]
  ------------------
12825|     14|        if (_PyUnicode_Equal(name, &_Py_ID(__class__))) {
  ------------------
  |  |  917|     14|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     14|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     14|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12825:13): [True: 14, False: 0]
  ------------------
12826|     14|            PyObject *cell = PyStackRef_AsPyObjectBorrow(_PyFrame_GetLocalsArray(cframe)[i]);
12827|     14|            if (cell == NULL || !PyCell_Check(cell)) {
  ------------------
  |  |   18|     14|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|     14|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12827:17): [True: 0, False: 14]
  |  Branch (12827:33): [True: 0, False: 14]
  ------------------
12828|      0|                PyErr_SetString(PyExc_RuntimeError,
12829|      0|                  "super(): bad __class__ cell");
12830|      0|                Py_DECREF(firstarg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12831|      0|                return -1;
12832|      0|            }
12833|     14|            type = (PyTypeObject *) PyCell_GetRef((PyCellObject *)cell);
12834|     14|            if (type == NULL) {
  ------------------
  |  Branch (12834:17): [True: 0, False: 14]
  ------------------
12835|      0|                PyErr_SetString(PyExc_RuntimeError,
12836|      0|                  "super(): empty __class__ cell");
12837|      0|                Py_DECREF(firstarg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12838|      0|                return -1;
12839|      0|            }
12840|     14|            if (!PyType_Check(type)) {
  ------------------
  |  |  766|     14|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12840:17): [True: 0, False: 14]
  ------------------
12841|      0|                PyErr_Format(PyExc_RuntimeError,
12842|      0|                  "super(): __class__ is not a type (%s)",
12843|      0|                  Py_TYPE(type)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12844|      0|                Py_DECREF(type);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12845|      0|                Py_DECREF(firstarg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12846|      0|                return -1;
12847|      0|            }
12848|     14|            break;
12849|     14|        }
12850|     14|    }
12851|     14|    if (type == NULL) {
  ------------------
  |  Branch (12851:9): [True: 0, False: 14]
  ------------------
12852|      0|        PyErr_SetString(PyExc_RuntimeError,
12853|      0|                        "super(): __class__ cell not found");
12854|      0|        Py_DECREF(firstarg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12855|      0|        return -1;
12856|      0|    }
12857|       |
12858|     14|    *type_p = type;
12859|     14|    *obj_p = firstarg;
12860|     14|    return 0;
12861|     14|}
typeobject.c:super_vectorcall:
12954|    240|{
12955|    240|    assert(PyType_Check(self));
  ------------------
  |  Branch (12955:5): [True: 240, False: 0]
  ------------------
12956|    240|    if (!_PyArg_NoKwnames("super", kwnames)) {
  ------------------
  |  |   15|    240|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 240, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
12957|      0|        return NULL;
12958|      0|    }
12959|    240|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    240|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
12960|    240|    if (!_PyArg_CheckPositional("super()", nargs, 0, 2)) {
  ------------------
  |  |   31|    240|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 240, False: 0]
  |  |  |  Branch (31:27): [True: 240, False: 0]
  |  |  ------------------
  |  |   32|    240|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
12961|      0|        return NULL;
12962|      0|    }
12963|    240|    PyTypeObject *type = NULL;
12964|    240|    PyObject *obj = NULL;
12965|    240|    PyTypeObject *self_type = (PyTypeObject *)self;
12966|    240|    PyObject *su = self_type->tp_alloc(self_type, 0);
12967|    240|    if (su == NULL) {
  ------------------
  |  Branch (12967:9): [True: 0, False: 240]
  ------------------
12968|      0|        return NULL;
12969|      0|    }
12970|       |    // 1 or 2 argument form super().
12971|    240|    if (nargs != 0) {
  ------------------
  |  Branch (12971:9): [True: 226, False: 14]
  ------------------
12972|    226|        PyObject *arg0 = args[0];
12973|    226|        if (!PyType_Check(arg0)) {
  ------------------
  |  |  766|    226|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    226|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    226|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12973:13): [True: 0, False: 226]
  ------------------
12974|      0|            PyErr_Format(PyExc_TypeError,
12975|      0|                "super() argument 1 must be a type, not %.200s", Py_TYPE(arg0)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12976|      0|            goto fail;
12977|      0|        }
12978|    226|        type = (PyTypeObject *)arg0;
12979|    226|    }
12980|    240|    if (nargs == 2) {
  ------------------
  |  Branch (12980:9): [True: 226, False: 14]
  ------------------
12981|    226|        obj = args[1];
12982|    226|    }
12983|    240|    if (super_init_impl(su, type, obj) < 0) {
  ------------------
  |  Branch (12983:9): [True: 0, False: 240]
  ------------------
12984|      0|        goto fail;
12985|      0|    }
12986|    240|    return su;
12987|      0|fail:
12988|      0|    Py_DECREF(su);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12989|       |    return NULL;
12990|    240|}

_Py_initialize_generic:
 2422|      2|{
 2423|      2|#define MAKE_TYPE(name) \
 2424|      2|    do { \
 2425|      2|        PyTypeObject *name ## _type = (PyTypeObject *)PyType_FromSpec(&name ## _spec); \
 2426|      2|        if (name ## _type == NULL) { \
 2427|      2|            return -1; \
 2428|      2|        } \
 2429|      2|        interp->cached_objects.name ## _type = name ## _type; \
 2430|      2|    } while(0)
 2431|       |
 2432|      2|    MAKE_TYPE(generic);
  ------------------
  |  | 2424|      2|    do { \
  |  | 2425|      2|        PyTypeObject *name ## _type = (PyTypeObject *)PyType_FromSpec(&name ## _spec); \
  |  | 2426|      2|        if (name ## _type == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2426:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 2427|      0|            return -1; \
  |  | 2428|      0|        } \
  |  | 2429|      2|        interp->cached_objects.name ## _type = name ## _type; \
  |  | 2430|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (2430:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2433|      2|    MAKE_TYPE(typevar);
  ------------------
  |  | 2424|      2|    do { \
  |  | 2425|      2|        PyTypeObject *name ## _type = (PyTypeObject *)PyType_FromSpec(&name ## _spec); \
  |  | 2426|      2|        if (name ## _type == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2426:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 2427|      0|            return -1; \
  |  | 2428|      0|        } \
  |  | 2429|      2|        interp->cached_objects.name ## _type = name ## _type; \
  |  | 2430|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (2430:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2434|      2|    MAKE_TYPE(typevartuple);
  ------------------
  |  | 2424|      2|    do { \
  |  | 2425|      2|        PyTypeObject *name ## _type = (PyTypeObject *)PyType_FromSpec(&name ## _spec); \
  |  | 2426|      2|        if (name ## _type == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2426:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 2427|      0|            return -1; \
  |  | 2428|      0|        } \
  |  | 2429|      2|        interp->cached_objects.name ## _type = name ## _type; \
  |  | 2430|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (2430:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2435|      2|    MAKE_TYPE(paramspec);
  ------------------
  |  | 2424|      2|    do { \
  |  | 2425|      2|        PyTypeObject *name ## _type = (PyTypeObject *)PyType_FromSpec(&name ## _spec); \
  |  | 2426|      2|        if (name ## _type == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2426:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 2427|      0|            return -1; \
  |  | 2428|      0|        } \
  |  | 2429|      2|        interp->cached_objects.name ## _type = name ## _type; \
  |  | 2430|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (2430:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2436|      2|    MAKE_TYPE(paramspecargs);
  ------------------
  |  | 2424|      2|    do { \
  |  | 2425|      2|        PyTypeObject *name ## _type = (PyTypeObject *)PyType_FromSpec(&name ## _spec); \
  |  | 2426|      2|        if (name ## _type == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2426:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 2427|      0|            return -1; \
  |  | 2428|      0|        } \
  |  | 2429|      2|        interp->cached_objects.name ## _type = name ## _type; \
  |  | 2430|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (2430:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2437|      2|    MAKE_TYPE(paramspeckwargs);
  ------------------
  |  | 2424|      2|    do { \
  |  | 2425|      2|        PyTypeObject *name ## _type = (PyTypeObject *)PyType_FromSpec(&name ## _spec); \
  |  | 2426|      2|        if (name ## _type == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2426:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 2427|      0|            return -1; \
  |  | 2428|      0|        } \
  |  | 2429|      2|        interp->cached_objects.name ## _type = name ## _type; \
  |  | 2430|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (2430:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2438|      2|    MAKE_TYPE(constevaluator);
  ------------------
  |  | 2424|      2|    do { \
  |  | 2425|      2|        PyTypeObject *name ## _type = (PyTypeObject *)PyType_FromSpec(&name ## _spec); \
  |  | 2426|      2|        if (name ## _type == NULL) { \
  |  |  ------------------
  |  |  |  Branch (2426:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 2427|      0|            return -1; \
  |  | 2428|      0|        } \
  |  | 2429|      2|        interp->cached_objects.name ## _type = name ## _type; \
  |  | 2430|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (2430:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2439|      2|#undef MAKE_TYPE
 2440|      2|    return 0;
 2441|      2|}

PyUnicode_Format:
 1023|     21|{
 1024|     21|    struct unicode_formatter_t ctx;
 1025|       |
 1026|     21|    if (format == NULL || args == NULL) {
  ------------------
  |  Branch (1026:9): [True: 0, False: 21]
  |  Branch (1026:27): [True: 0, False: 21]
  ------------------
 1027|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1028|      0|        return NULL;
 1029|      0|    }
 1030|       |
 1031|     21|    if (ensure_unicode(format) < 0)
  ------------------
  |  |   52|     21|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (1031:9): [True: 0, False: 21]
  ------------------
 1032|      0|        return NULL;
 1033|       |
 1034|     21|    ctx.fmtstr = format;
 1035|     21|    ctx.fmtdata = PyUnicode_DATA(ctx.fmtstr);
  ------------------
  |  |  284|     21|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1036|     21|    ctx.fmtkind = PyUnicode_KIND(ctx.fmtstr);
  ------------------
  |  |  258|     21|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     42|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1037|     21|    ctx.fmtcnt = PyUnicode_GET_LENGTH(ctx.fmtstr);
  ------------------
  |  |  299|     21|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1038|     21|    ctx.fmtpos = 0;
 1039|       |
 1040|     21|    _PyUnicodeWriter_Init(&ctx.writer);
 1041|     21|    ctx.writer.min_length = ctx.fmtcnt + 100;
 1042|     21|    ctx.writer.overallocate = 1;
 1043|       |
 1044|     21|    if (PyTuple_Check(args)) {
  ------------------
  |  |   27|     21|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     21|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1045|      0|        ctx.arglen = PyTuple_Size(args);
 1046|      0|        ctx.argidx = 0;
 1047|      0|    }
 1048|     21|    else {
 1049|     21|        ctx.arglen = -1;
 1050|     21|        ctx.argidx = -2;
 1051|     21|    }
 1052|     21|    ctx.args_owned = 0;
 1053|     21|    if (PyMapping_Check(args) && !PyTuple_Check(args) && !PyUnicode_Check(args))
  ------------------
  |  |   27|     21|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     42|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (PyMapping_Check(args) && !PyTuple_Check(args) && !PyUnicode_Check(args))
  ------------------
  |  |  103|     21|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     21|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1053:9): [True: 21, False: 0]
  |  Branch (1053:34): [True: 21, False: 0]
  |  Branch (1053:58): [True: 0, False: 21]
  ------------------
 1054|      0|        ctx.dict = args;
 1055|     21|    else
 1056|     21|        ctx.dict = NULL;
 1057|     21|    ctx.args = args;
 1058|       |
 1059|     84|    while (--ctx.fmtcnt >= 0) {
  ------------------
  |  Branch (1059:12): [True: 63, False: 21]
  ------------------
 1060|     63|        if (PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') {
  ------------------
  |  |  354|     63|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     63|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     63|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     63|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     63|                   (index))
  ------------------
  |  Branch (1060:13): [True: 42, False: 21]
  ------------------
 1061|     42|            Py_ssize_t nonfmtpos;
 1062|       |
 1063|     42|            nonfmtpos = ctx.fmtpos++;
 1064|    315|            while (ctx.fmtcnt >= 0 &&
  ------------------
  |  Branch (1064:20): [True: 294, False: 21]
  ------------------
 1065|    294|                   PyUnicode_READ(ctx.fmtkind, ctx.fmtdata, ctx.fmtpos) != '%') {
  ------------------
  |  |  354|    294|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    294|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    294|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    294|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    294|                   (index))
  ------------------
  |  Branch (1065:20): [True: 273, False: 21]
  ------------------
 1066|    273|                ctx.fmtpos++;
 1067|    273|                ctx.fmtcnt--;
 1068|    273|            }
 1069|     42|            if (ctx.fmtcnt < 0) {
  ------------------
  |  Branch (1069:17): [True: 21, False: 21]
  ------------------
 1070|     21|                ctx.fmtpos--;
 1071|     21|                ctx.writer.overallocate = 0;
 1072|     21|            }
 1073|       |
 1074|     42|            if (_PyUnicodeWriter_WriteSubstring(&ctx.writer, ctx.fmtstr,
  ------------------
  |  Branch (1074:17): [True: 0, False: 42]
  ------------------
 1075|     42|                                                nonfmtpos, ctx.fmtpos) < 0)
 1076|      0|                goto onError;
 1077|     42|        }
 1078|     21|        else {
 1079|     21|            ctx.fmtpos++;
 1080|     21|            if (unicode_format_arg(&ctx) == -1)
  ------------------
  |  Branch (1080:17): [True: 0, False: 21]
  ------------------
 1081|      0|                goto onError;
 1082|     21|        }
 1083|     63|    }
 1084|       |
 1085|     21|    if (ctx.argidx < ctx.arglen && !ctx.dict) {
  ------------------
  |  Branch (1085:9): [True: 0, False: 21]
  |  Branch (1085:36): [True: 0, False: 0]
  ------------------
 1086|      0|        PyErr_Format(PyExc_TypeError,
 1087|      0|                     "not all arguments converted during string formatting "
 1088|      0|                     "(required %zd, got %zd)",
 1089|      0|                     ctx.arglen < 0 ? 0 : ctx.argidx,
  ------------------
  |  Branch (1089:22): [True: 0, False: 0]
  ------------------
 1090|      0|                     ctx.arglen < 0 ? 1 : ctx.arglen);
  ------------------
  |  Branch (1090:22): [True: 0, False: 0]
  ------------------
 1091|      0|        goto onError;
 1092|      0|    }
 1093|       |
 1094|     21|    if (ctx.args_owned) {
  ------------------
  |  Branch (1094:9): [True: 0, False: 21]
  ------------------
 1095|      0|        Py_DECREF(ctx.args);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1096|      0|    }
 1097|     21|    return _PyUnicodeWriter_Finish(&ctx.writer);
 1098|       |
 1099|      0|  onError:
 1100|      0|    _PyUnicodeWriter_Dealloc(&ctx.writer);
 1101|      0|    if (ctx.args_owned) {
  ------------------
  |  Branch (1101:9): [True: 0, False: 0]
  ------------------
 1102|      0|        Py_DECREF(ctx.args);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1103|      0|    }
 1104|       |    return NULL;
 1105|     21|}
unicode_format.c:unicode_format_arg:
  967|     21|{
  968|     21|    struct unicode_format_arg_t arg;
  969|     21|    PyObject *str;
  970|     21|    int ret;
  971|       |
  972|     21|    arg.ch = PyUnicode_READ(ctx->fmtkind, ctx->fmtdata, ctx->fmtpos);
  ------------------
  |  |  354|     21|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     21|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     21|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     21|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     21|                   (index))
  ------------------
  973|     21|    if (arg.ch == '%') {
  ------------------
  |  Branch (973:9): [True: 0, False: 21]
  ------------------
  974|      0|        ctx->fmtpos++;
  975|      0|        ctx->fmtcnt--;
  976|      0|        if (_PyUnicodeWriter_WriteCharInline(&ctx->writer, '%') < 0)
  ------------------
  |  Branch (976:13): [True: 0, False: 0]
  ------------------
  977|      0|            return -1;
  978|      0|        return 0;
  979|      0|    }
  980|     21|    arg.flags = 0;
  981|     21|    arg.width = -1;
  982|     21|    arg.prec = -1;
  983|     21|    arg.sign = 0;
  984|     21|    arg.fmtstart = ctx->fmtpos - 1;
  985|     21|    arg.key = NULL;
  986|     21|    str = NULL;
  987|       |
  988|     21|    ret = unicode_format_arg_parse(ctx, &arg);
  989|     21|    if (ret == -1) {
  ------------------
  |  Branch (989:9): [True: 0, False: 21]
  ------------------
  990|      0|        goto onError;
  991|      0|    }
  992|       |
  993|     21|    ret = unicode_format_arg_format(ctx, &arg, &str);
  994|     21|    if (ret == -1) {
  ------------------
  |  Branch (994:9): [True: 0, False: 21]
  ------------------
  995|      0|        goto onError;
  996|      0|    }
  997|       |
  998|     21|    if (ret != 1) {
  ------------------
  |  Branch (998:9): [True: 21, False: 0]
  ------------------
  999|     21|        ret = unicode_format_arg_output(ctx, &arg, str);
 1000|     21|        Py_DECREF(str);
  ------------------
  |  |  430|     21|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1001|     21|        if (ret == -1) {
  ------------------
  |  Branch (1001:13): [True: 0, False: 21]
  ------------------
 1002|      0|            goto onError;
 1003|      0|        }
 1004|     21|    }
 1005|       |
 1006|     21|    if (ctx->dict && (ctx->argidx < ctx->arglen)) {
  ------------------
  |  Branch (1006:9): [True: 0, False: 21]
  |  Branch (1006:22): [True: 0, False: 0]
  ------------------
 1007|       |        // XXX: Never happens?
 1008|      0|        PyErr_SetString(PyExc_TypeError,
 1009|      0|                        "not all arguments converted during string formatting");
 1010|      0|        goto onError;
 1011|      0|    }
 1012|     21|    Py_XDECREF(arg.key);
  ------------------
  |  |  524|     21|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1013|     21|    return 0;
 1014|       |
 1015|      0|  onError:
 1016|      0|    Py_XDECREF(arg.key);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1017|      0|    return -1;
 1018|     21|}
unicode_format.c:unicode_format_arg_parse:
  461|     21|{
  462|     21|#define FORMAT_READ(ctx) \
  463|     21|        PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
  464|       |
  465|     21|    PyObject *v;
  466|       |
  467|     21|    if (arg->ch == '(') {
  ------------------
  |  Branch (467:9): [True: 0, False: 21]
  ------------------
  468|       |        /* Get argument value from a dictionary. Example: "%(name)s". */
  469|      0|        Py_ssize_t keystart;
  470|      0|        Py_ssize_t keylen;
  471|      0|        int pcount = 1;
  472|       |
  473|      0|        if (ctx->dict == NULL) {
  ------------------
  |  Branch (473:13): [True: 0, False: 0]
  ------------------
  474|      0|            PyErr_Format(PyExc_TypeError,
  475|      0|                         "format requires a mapping, not %T",
  476|      0|                         ctx->args);
  477|      0|            return -1;
  478|      0|        }
  479|      0|        ++ctx->fmtpos;
  480|      0|        --ctx->fmtcnt;
  481|      0|        keystart = ctx->fmtpos;
  482|       |        /* Skip over balanced parentheses */
  483|      0|        while (pcount > 0 && --ctx->fmtcnt >= 0) {
  ------------------
  |  Branch (483:16): [True: 0, False: 0]
  |  Branch (483:30): [True: 0, False: 0]
  ------------------
  484|      0|            arg->ch = FORMAT_READ(ctx);
  ------------------
  |  |  463|      0|        PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
  |  |  ------------------
  |  |  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|      0|                   (index))
  |  |  ------------------
  ------------------
  485|      0|            if (arg->ch == ')')
  ------------------
  |  Branch (485:17): [True: 0, False: 0]
  ------------------
  486|      0|                --pcount;
  487|      0|            else if (arg->ch == '(')
  ------------------
  |  Branch (487:22): [True: 0, False: 0]
  ------------------
  488|      0|                ++pcount;
  489|      0|            ctx->fmtpos++;
  490|      0|        }
  491|      0|        keylen = ctx->fmtpos - keystart - 1;
  492|      0|        if (ctx->fmtcnt < 0 || pcount > 0) {
  ------------------
  |  Branch (492:13): [True: 0, False: 0]
  |  Branch (492:32): [True: 0, False: 0]
  ------------------
  493|      0|            PyErr_Format(PyExc_ValueError,
  494|      0|                         "stray %% or incomplete format key at position %zd",
  495|      0|                         arg->fmtstart);
  496|      0|            return -1;
  497|      0|        }
  498|      0|        arg->key = PyUnicode_Substring(ctx->fmtstr,
  499|      0|                                       keystart, keystart + keylen);
  500|      0|        if (arg->key == NULL)
  ------------------
  |  Branch (500:13): [True: 0, False: 0]
  ------------------
  501|      0|            return -1;
  502|      0|        if (ctx->args_owned) {
  ------------------
  |  Branch (502:13): [True: 0, False: 0]
  ------------------
  503|      0|            ctx->args_owned = 0;
  504|      0|            Py_DECREF(ctx->args);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  505|      0|        }
  506|      0|        ctx->args = PyObject_GetItem(ctx->dict, arg->key);
  507|      0|        if (ctx->args == NULL)
  ------------------
  |  Branch (507:13): [True: 0, False: 0]
  ------------------
  508|      0|            return -1;
  509|      0|        ctx->args_owned = 1;
  510|      0|        ctx->arglen = -3;
  511|      0|        ctx->argidx = -4;
  512|      0|    }
  513|     21|    else {
  514|     21|        if (ctx->arglen < -1) {
  ------------------
  |  Branch (514:13): [True: 0, False: 21]
  ------------------
  515|      0|            PyErr_Format(PyExc_ValueError,
  516|      0|                         "format requires a parenthesised mapping key "
  517|      0|                         "at position %zd",
  518|      0|                         arg->fmtstart);
  519|      0|            return -1;
  520|      0|        }
  521|     21|    }
  522|       |
  523|       |    /* Parse flags. Example: "%+i" => flags=F_SIGN. */
  524|     21|    while (--ctx->fmtcnt >= 0) {
  ------------------
  |  Branch (524:12): [True: 21, False: 0]
  ------------------
  525|     21|        arg->ch = FORMAT_READ(ctx);
  ------------------
  |  |  463|     21|        PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
  |  |  ------------------
  |  |  |  |  354|     21|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     21|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|     21|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|     21|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|     21|                   (index))
  |  |  ------------------
  ------------------
  526|     21|        ctx->fmtpos++;
  527|     21|        switch (arg->ch) {
  ------------------
  |  Branch (527:17): [True: 0, False: 21]
  ------------------
  528|      0|        case '-': arg->flags |= F_LJUST; continue;
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (528:9): [True: 0, False: 21]
  ------------------
  529|      0|        case '+': arg->flags |= F_SIGN; continue;
  ------------------
  |  |   19|      0|#define F_SIGN  (1<<1)
  ------------------
  |  Branch (529:9): [True: 0, False: 21]
  ------------------
  530|      0|        case ' ': arg->flags |= F_BLANK; continue;
  ------------------
  |  |   20|      0|#define F_BLANK (1<<2)
  ------------------
  |  Branch (530:9): [True: 0, False: 21]
  ------------------
  531|      0|        case '#': arg->flags |= F_ALT; continue;
  ------------------
  |  |   21|      0|#define F_ALT   (1<<3)
  ------------------
  |  Branch (531:9): [True: 0, False: 21]
  ------------------
  532|      0|        case '0': arg->flags |= F_ZERO; continue;
  ------------------
  |  |   22|      0|#define F_ZERO  (1<<4)
  ------------------
  |  Branch (532:9): [True: 0, False: 21]
  ------------------
  533|     21|        }
  534|     21|        break;
  535|     21|    }
  536|       |
  537|       |    /* Parse width. Example: "%10s" => width=10 */
  538|     21|    if (arg->ch == '*') {
  ------------------
  |  Branch (538:9): [True: 0, False: 21]
  ------------------
  539|      0|        if (ctx->arglen < -1) {
  ------------------
  |  Branch (539:13): [True: 0, False: 0]
  ------------------
  540|      0|            PyErr_Format(PyExc_ValueError,
  541|      0|                    "* cannot be used with a parenthesised mapping key "
  542|      0|                    "at position %zd",
  543|      0|                    arg->fmtstart);
  544|      0|            return -1;
  545|      0|        }
  546|      0|        v = unicode_format_getnextarg(ctx, 0);
  547|      0|        if (v == NULL)
  ------------------
  |  Branch (547:13): [True: 0, False: 0]
  ------------------
  548|      0|            return -1;
  549|      0|        if (!PyLong_Check(v)) {
  ------------------
  |  |   13|      0|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (549:13): [True: 0, False: 0]
  ------------------
  550|      0|            FORMAT_ERROR(PyExc_TypeError, "* requires int, not %T", v);
  ------------------
  |  |   81|      0|#define FORMAT_ERROR(EXC, FMT, ...) do {                                    \
  |  |   82|      0|    if (arg->key != NULL) {                                                 \
  |  |  ------------------
  |  |  |  Branch (82:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   83|      0|        PyErr_Format((EXC), "format argument %R: " FMT,                     \
  |  |   84|      0|                     arg->key, __VA_ARGS__);                                \
  |  |   85|      0|    }                                                                       \
  |  |   86|      0|    else if (ctx->argidx >= 0) {                                            \
  |  |  ------------------
  |  |  |  Branch (86:14): [True: 0, False: 0]
  |  |  ------------------
  |  |   87|      0|        PyErr_Format((EXC), "format argument %zd: " FMT,                    \
  |  |   88|      0|                     ctx->argidx, __VA_ARGS__);                             \
  |  |   89|      0|    }                                                                       \
  |  |   90|      0|    else {                                                                  \
  |  |   91|      0|        PyErr_Format((EXC), "format argument: " FMT, __VA_ARGS__);          \
  |  |   92|      0|    }                                                                       \
  |  |   93|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (93:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
  551|      0|            return -1;
  552|      0|        }
  553|      0|        arg->width = PyLong_AsSsize_t(v);
  554|      0|        if (arg->width == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (554:13): [True: 0, False: 0]
  |  Branch (554:33): [True: 0, False: 0]
  ------------------
  555|      0|            if (PyErr_ExceptionMatches(PyExc_OverflowError)) {
  ------------------
  |  Branch (555:17): [True: 0, False: 0]
  ------------------
  556|      0|                FORMAT_ERROR(PyExc_OverflowError,
  ------------------
  |  |   81|      0|#define FORMAT_ERROR(EXC, FMT, ...) do {                                    \
  |  |   82|      0|    if (arg->key != NULL) {                                                 \
  |  |  ------------------
  |  |  |  Branch (82:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   83|      0|        PyErr_Format((EXC), "format argument %R: " FMT,                     \
  |  |   84|      0|                     arg->key, __VA_ARGS__);                                \
  |  |   85|      0|    }                                                                       \
  |  |   86|      0|    else if (ctx->argidx >= 0) {                                            \
  |  |  ------------------
  |  |  |  Branch (86:14): [True: 0, False: 0]
  |  |  ------------------
  |  |   87|      0|        PyErr_Format((EXC), "format argument %zd: " FMT,                    \
  |  |   88|      0|                     ctx->argidx, __VA_ARGS__);                             \
  |  |   89|      0|    }                                                                       \
  |  |   90|      0|    else {                                                                  \
  |  |   91|      0|        PyErr_Format((EXC), "format argument: " FMT, __VA_ARGS__);          \
  |  |   92|      0|    }                                                                       \
  |  |   93|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (93:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
  557|      0|                             "too big for width%s", "");
  558|      0|            }
  559|      0|            return -1;
  560|      0|        }
  561|      0|        if (arg->width < 0) {
  ------------------
  |  Branch (561:13): [True: 0, False: 0]
  ------------------
  562|      0|            arg->flags |= F_LJUST;
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  563|      0|            arg->width = -arg->width;
  564|      0|        }
  565|      0|        if (--ctx->fmtcnt >= 0) {
  ------------------
  |  Branch (565:13): [True: 0, False: 0]
  ------------------
  566|      0|            arg->ch = FORMAT_READ(ctx);
  ------------------
  |  |  463|      0|        PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
  |  |  ------------------
  |  |  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|      0|                   (index))
  |  |  ------------------
  ------------------
  567|      0|            ctx->fmtpos++;
  568|      0|        }
  569|      0|    }
  570|     21|    else if (arg->ch >= '0' && arg->ch <= '9') {
  ------------------
  |  Branch (570:14): [True: 21, False: 0]
  |  Branch (570:32): [True: 0, False: 21]
  ------------------
  571|      0|        arg->width = arg->ch - '0';
  572|      0|        while (--ctx->fmtcnt >= 0) {
  ------------------
  |  Branch (572:16): [True: 0, False: 0]
  ------------------
  573|      0|            arg->ch = FORMAT_READ(ctx);
  ------------------
  |  |  463|      0|        PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
  |  |  ------------------
  |  |  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|      0|                   (index))
  |  |  ------------------
  ------------------
  574|      0|            ctx->fmtpos++;
  575|      0|            if (arg->ch < '0' || arg->ch > '9')
  ------------------
  |  Branch (575:17): [True: 0, False: 0]
  |  Branch (575:34): [True: 0, False: 0]
  ------------------
  576|      0|                break;
  577|       |            /* Since arg->ch is unsigned, the RHS would end up as unsigned,
  578|       |               mixing signed and unsigned comparison. Since arg->ch is between
  579|       |               '0' and '9', casting to int is safe. */
  580|      0|            if (arg->width > (PY_SSIZE_T_MAX - ((int)arg->ch - '0')) / 10) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (580:17): [True: 0, False: 0]
  ------------------
  581|      0|                PyErr_Format(PyExc_ValueError,
  582|      0|                             "width too big at position %zd",
  583|      0|                             arg->fmtstart);
  584|      0|                return -1;
  585|      0|            }
  586|      0|            arg->width = arg->width*10 + (arg->ch - '0');
  587|      0|        }
  588|      0|    }
  589|       |
  590|       |    /* Parse precision. Example: "%.3f" => prec=3 */
  591|     21|    if (arg->ch == '.') {
  ------------------
  |  Branch (591:9): [True: 0, False: 21]
  ------------------
  592|      0|        arg->prec = 0;
  593|      0|        if (--ctx->fmtcnt >= 0) {
  ------------------
  |  Branch (593:13): [True: 0, False: 0]
  ------------------
  594|      0|            arg->ch = FORMAT_READ(ctx);
  ------------------
  |  |  463|      0|        PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
  |  |  ------------------
  |  |  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|      0|                   (index))
  |  |  ------------------
  ------------------
  595|      0|            ctx->fmtpos++;
  596|      0|        }
  597|      0|        if (arg->ch == '*') {
  ------------------
  |  Branch (597:13): [True: 0, False: 0]
  ------------------
  598|      0|            if (ctx->arglen < -1) {
  ------------------
  |  Branch (598:17): [True: 0, False: 0]
  ------------------
  599|      0|                PyErr_Format(PyExc_ValueError,
  600|      0|                        "* cannot be used with a parenthesised mapping key "
  601|      0|                        "at position %zd",
  602|      0|                        arg->fmtstart);
  603|      0|                return -1;
  604|      0|            }
  605|      0|            v = unicode_format_getnextarg(ctx, 0);
  606|      0|            if (v == NULL)
  ------------------
  |  Branch (606:17): [True: 0, False: 0]
  ------------------
  607|      0|                return -1;
  608|      0|            if (!PyLong_Check(v)) {
  ------------------
  |  |   13|      0|        PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LONG_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (608:17): [True: 0, False: 0]
  ------------------
  609|      0|                FORMAT_ERROR(PyExc_TypeError, "* requires int, not %T", v);
  ------------------
  |  |   81|      0|#define FORMAT_ERROR(EXC, FMT, ...) do {                                    \
  |  |   82|      0|    if (arg->key != NULL) {                                                 \
  |  |  ------------------
  |  |  |  Branch (82:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   83|      0|        PyErr_Format((EXC), "format argument %R: " FMT,                     \
  |  |   84|      0|                     arg->key, __VA_ARGS__);                                \
  |  |   85|      0|    }                                                                       \
  |  |   86|      0|    else if (ctx->argidx >= 0) {                                            \
  |  |  ------------------
  |  |  |  Branch (86:14): [True: 0, False: 0]
  |  |  ------------------
  |  |   87|      0|        PyErr_Format((EXC), "format argument %zd: " FMT,                    \
  |  |   88|      0|                     ctx->argidx, __VA_ARGS__);                             \
  |  |   89|      0|    }                                                                       \
  |  |   90|      0|    else {                                                                  \
  |  |   91|      0|        PyErr_Format((EXC), "format argument: " FMT, __VA_ARGS__);          \
  |  |   92|      0|    }                                                                       \
  |  |   93|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (93:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
  610|      0|                return -1;
  611|      0|            }
  612|      0|            arg->prec = PyLong_AsInt(v);
  613|      0|            if (arg->prec == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (613:17): [True: 0, False: 0]
  |  Branch (613:36): [True: 0, False: 0]
  ------------------
  614|      0|                if (PyErr_ExceptionMatches(PyExc_OverflowError)) {
  ------------------
  |  Branch (614:21): [True: 0, False: 0]
  ------------------
  615|      0|                    FORMAT_ERROR(PyExc_OverflowError,
  ------------------
  |  |   81|      0|#define FORMAT_ERROR(EXC, FMT, ...) do {                                    \
  |  |   82|      0|    if (arg->key != NULL) {                                                 \
  |  |  ------------------
  |  |  |  Branch (82:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   83|      0|        PyErr_Format((EXC), "format argument %R: " FMT,                     \
  |  |   84|      0|                     arg->key, __VA_ARGS__);                                \
  |  |   85|      0|    }                                                                       \
  |  |   86|      0|    else if (ctx->argidx >= 0) {                                            \
  |  |  ------------------
  |  |  |  Branch (86:14): [True: 0, False: 0]
  |  |  ------------------
  |  |   87|      0|        PyErr_Format((EXC), "format argument %zd: " FMT,                    \
  |  |   88|      0|                     ctx->argidx, __VA_ARGS__);                             \
  |  |   89|      0|    }                                                                       \
  |  |   90|      0|    else {                                                                  \
  |  |   91|      0|        PyErr_Format((EXC), "format argument: " FMT, __VA_ARGS__);          \
  |  |   92|      0|    }                                                                       \
  |  |   93|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (93:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
  616|      0|                                 "too big for precision%s", "");
  617|      0|                }
  618|      0|                return -1;
  619|      0|            }
  620|      0|            if (arg->prec < 0)
  ------------------
  |  Branch (620:17): [True: 0, False: 0]
  ------------------
  621|      0|                arg->prec = 0;
  622|      0|            if (--ctx->fmtcnt >= 0) {
  ------------------
  |  Branch (622:17): [True: 0, False: 0]
  ------------------
  623|      0|                arg->ch = FORMAT_READ(ctx);
  ------------------
  |  |  463|      0|        PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
  |  |  ------------------
  |  |  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|      0|                   (index))
  |  |  ------------------
  ------------------
  624|      0|                ctx->fmtpos++;
  625|      0|            }
  626|      0|        }
  627|      0|        else if (arg->ch >= '0' && arg->ch <= '9') {
  ------------------
  |  Branch (627:18): [True: 0, False: 0]
  |  Branch (627:36): [True: 0, False: 0]
  ------------------
  628|      0|            arg->prec = arg->ch - '0';
  629|      0|            while (--ctx->fmtcnt >= 0) {
  ------------------
  |  Branch (629:20): [True: 0, False: 0]
  ------------------
  630|      0|                arg->ch = FORMAT_READ(ctx);
  ------------------
  |  |  463|      0|        PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
  |  |  ------------------
  |  |  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|      0|                   (index))
  |  |  ------------------
  ------------------
  631|      0|                ctx->fmtpos++;
  632|      0|                if (arg->ch < '0' || arg->ch > '9')
  ------------------
  |  Branch (632:21): [True: 0, False: 0]
  |  Branch (632:38): [True: 0, False: 0]
  ------------------
  633|      0|                    break;
  634|      0|                if (arg->prec > (INT_MAX - ((int)arg->ch - '0')) / 10) {
  ------------------
  |  Branch (634:21): [True: 0, False: 0]
  ------------------
  635|      0|                    PyErr_Format(PyExc_ValueError,
  636|      0|                                 "precision too big at position %zd",
  637|      0|                                 arg->fmtstart);
  638|      0|                    return -1;
  639|      0|                }
  640|      0|                arg->prec = arg->prec*10 + (arg->ch - '0');
  641|      0|            }
  642|      0|        }
  643|      0|    }
  644|       |
  645|       |    /* Ignore "h", "l" and "L" format prefix (ex: "%hi" or "%ls") */
  646|     21|    if (ctx->fmtcnt >= 0) {
  ------------------
  |  Branch (646:9): [True: 21, False: 0]
  ------------------
  647|     21|        if (arg->ch == 'h' || arg->ch == 'l' || arg->ch == 'L') {
  ------------------
  |  Branch (647:13): [True: 0, False: 21]
  |  Branch (647:31): [True: 0, False: 21]
  |  Branch (647:49): [True: 0, False: 21]
  ------------------
  648|      0|            if (--ctx->fmtcnt >= 0) {
  ------------------
  |  Branch (648:17): [True: 0, False: 0]
  ------------------
  649|      0|                arg->ch = FORMAT_READ(ctx);
  ------------------
  |  |  463|      0|        PyUnicode_READ((ctx)->fmtkind, (ctx)->fmtdata, (ctx)->fmtpos)
  |  |  ------------------
  |  |  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  356|      0|                   (index))
  |  |  ------------------
  ------------------
  650|      0|                ctx->fmtpos++;
  651|      0|            }
  652|      0|        }
  653|     21|    }
  654|     21|    if (ctx->fmtcnt < 0) {
  ------------------
  |  Branch (654:9): [True: 0, False: 21]
  ------------------
  655|      0|        PyErr_Format(PyExc_ValueError,
  656|      0|                     "stray %% at position %zd", arg->fmtstart);
  657|      0|        return -1;
  658|      0|    }
  659|     21|    return 0;
  660|       |
  661|     21|#undef FORMAT_READ
  662|     21|}
unicode_format.c:unicode_format_getnextarg:
   98|     21|{
   99|     21|    Py_ssize_t argidx = ctx->argidx;
  100|       |
  101|     21|    if (argidx < ctx->arglen && (allowone || ctx->arglen >= 0)) {
  ------------------
  |  Branch (101:9): [True: 21, False: 0]
  |  Branch (101:34): [True: 21, False: 0]
  |  Branch (101:46): [True: 0, False: 0]
  ------------------
  102|     21|        ctx->argidx++;
  103|     21|        if (ctx->arglen >= 0) {
  ------------------
  |  Branch (103:13): [True: 0, False: 21]
  ------------------
  104|      0|            return PyTuple_GetItem(ctx->args, argidx);
  105|      0|        }
  106|     21|        else if (allowone) {
  ------------------
  |  Branch (106:18): [True: 21, False: 0]
  ------------------
  107|     21|            return ctx->args;
  108|     21|        }
  109|     21|    }
  110|      0|    PyErr_Format(PyExc_TypeError,
  111|      0|                 "not enough arguments for format string (got %zd)",
  112|      0|                 ctx->arglen < 0 ? 1 : ctx->arglen);
  ------------------
  |  Branch (112:18): [True: 0, False: 0]
  ------------------
  113|       |    return NULL;
  114|     21|}
unicode_format.c:unicode_format_arg_format:
  683|     21|{
  684|     21|    PyObject *v;
  685|     21|    _PyUnicodeWriter *writer = &ctx->writer;
  686|       |
  687|     21|    if (ctx->fmtcnt == 0)
  ------------------
  |  Branch (687:9): [True: 0, False: 21]
  ------------------
  688|      0|        ctx->writer.overallocate = 0;
  689|       |
  690|     21|    v = unicode_format_getnextarg(ctx, 1);
  691|     21|    if (v == NULL)
  ------------------
  |  Branch (691:9): [True: 0, False: 21]
  ------------------
  692|      0|        return -1;
  693|       |
  694|       |
  695|     21|    switch (arg->ch) {
  696|     21|    case 's':
  ------------------
  |  Branch (696:5): [True: 21, False: 0]
  ------------------
  697|     21|    case 'r':
  ------------------
  |  Branch (697:5): [True: 0, False: 21]
  ------------------
  698|     21|    case 'a':
  ------------------
  |  Branch (698:5): [True: 0, False: 21]
  ------------------
  699|     21|        if (PyLong_CheckExact(v) && arg->width == -1 && arg->prec == -1) {
  ------------------
  |  |   14|     21|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|     42|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (699:37): [True: 0, False: 0]
  |  Branch (699:57): [True: 0, False: 0]
  ------------------
  700|       |            /* Fast path */
  701|      0|            if (_PyLong_FormatWriter(writer, v, 10, arg->flags & F_ALT) == -1)
  ------------------
  |  |   21|      0|#define F_ALT   (1<<3)
  ------------------
  |  Branch (701:17): [True: 0, False: 0]
  ------------------
  702|      0|                return -1;
  703|      0|            return 1;
  704|      0|        }
  705|       |
  706|     21|        if (PyUnicode_CheckExact(v) && arg->ch == 's') {
  ------------------
  |  |  104|     21|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     42|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (706:40): [True: 21, False: 0]
  ------------------
  707|     21|            *p_str = Py_NewRef(v);
  ------------------
  |  |  550|     21|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  708|     21|        }
  709|      0|        else {
  710|      0|            if (arg->ch == 's')
  ------------------
  |  Branch (710:17): [True: 0, False: 0]
  ------------------
  711|      0|                *p_str = PyObject_Str(v);
  712|      0|            else if (arg->ch == 'r')
  ------------------
  |  Branch (712:22): [True: 0, False: 0]
  ------------------
  713|      0|                *p_str = PyObject_Repr(v);
  714|      0|            else
  715|      0|                *p_str = PyObject_ASCII(v);
  716|      0|        }
  717|     21|        break;
  718|       |
  719|      0|    case 'i':
  ------------------
  |  Branch (719:5): [True: 0, False: 21]
  ------------------
  720|      0|    case 'd':
  ------------------
  |  Branch (720:5): [True: 0, False: 21]
  ------------------
  721|      0|    case 'u':
  ------------------
  |  Branch (721:5): [True: 0, False: 21]
  ------------------
  722|      0|    case 'o':
  ------------------
  |  Branch (722:5): [True: 0, False: 21]
  ------------------
  723|      0|    case 'x':
  ------------------
  |  Branch (723:5): [True: 0, False: 21]
  ------------------
  724|      0|    case 'X':
  ------------------
  |  Branch (724:5): [True: 0, False: 21]
  ------------------
  725|      0|    {
  726|      0|        int ret = mainformatlong(v, ctx, arg, p_str, writer);
  727|      0|        if (ret != 0)
  ------------------
  |  Branch (727:13): [True: 0, False: 0]
  ------------------
  728|      0|            return ret;
  729|      0|        arg->sign = 1;
  730|      0|        break;
  731|      0|    }
  732|       |
  733|      0|    case 'e':
  ------------------
  |  Branch (733:5): [True: 0, False: 21]
  ------------------
  734|      0|    case 'E':
  ------------------
  |  Branch (734:5): [True: 0, False: 21]
  ------------------
  735|      0|    case 'f':
  ------------------
  |  Branch (735:5): [True: 0, False: 21]
  ------------------
  736|      0|    case 'F':
  ------------------
  |  Branch (736:5): [True: 0, False: 21]
  ------------------
  737|      0|    case 'g':
  ------------------
  |  Branch (737:5): [True: 0, False: 21]
  ------------------
  738|      0|    case 'G':
  ------------------
  |  Branch (738:5): [True: 0, False: 21]
  ------------------
  739|      0|        if (arg->width == -1 && arg->prec == -1
  ------------------
  |  Branch (739:13): [True: 0, False: 0]
  |  Branch (739:33): [True: 0, False: 0]
  ------------------
  740|      0|            && !(arg->flags & (F_SIGN | F_BLANK)))
  ------------------
  |  |   19|      0|#define F_SIGN  (1<<1)
  ------------------
                          && !(arg->flags & (F_SIGN | F_BLANK)))
  ------------------
  |  |   20|      0|#define F_BLANK (1<<2)
  ------------------
  |  Branch (740:16): [True: 0, False: 0]
  ------------------
  741|      0|        {
  742|       |            /* Fast path */
  743|      0|            if (formatfloat(v, ctx, arg, NULL, writer) == -1)
  ------------------
  |  Branch (743:17): [True: 0, False: 0]
  ------------------
  744|      0|                return -1;
  745|      0|            return 1;
  746|      0|        }
  747|       |
  748|      0|        arg->sign = 1;
  749|      0|        if (formatfloat(v, ctx, arg, p_str, NULL) == -1)
  ------------------
  |  Branch (749:13): [True: 0, False: 0]
  ------------------
  750|      0|            return -1;
  751|      0|        break;
  752|       |
  753|      0|    case 'c':
  ------------------
  |  Branch (753:5): [True: 0, False: 21]
  ------------------
  754|      0|    {
  755|      0|        Py_UCS4 ch = formatchar(v, ctx, arg);
  756|      0|        if (ch == (Py_UCS4) -1)
  ------------------
  |  Branch (756:13): [True: 0, False: 0]
  ------------------
  757|      0|            return -1;
  758|      0|        if (arg->width == -1 && arg->prec == -1) {
  ------------------
  |  Branch (758:13): [True: 0, False: 0]
  |  Branch (758:33): [True: 0, False: 0]
  ------------------
  759|       |            /* Fast path */
  760|      0|            if (_PyUnicodeWriter_WriteCharInline(writer, ch) < 0)
  ------------------
  |  Branch (760:17): [True: 0, False: 0]
  ------------------
  761|      0|                return -1;
  762|      0|            return 1;
  763|      0|        }
  764|      0|        *p_str = PyUnicode_FromOrdinal(ch);
  765|      0|        break;
  766|      0|    }
  767|       |
  768|      0|    default:
  ------------------
  |  Branch (768:5): [True: 0, False: 21]
  ------------------
  769|      0|        if (arg->ch < 128 && Py_ISALPHA(arg->ch)) {
  ------------------
  |  |   23|      0|#define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |   10|      0|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|      0|#define PY_CTF_LOWER  0x01
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    9|      0|#define PY_CTF_UPPER  0x02
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (23:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (769:13): [True: 0, False: 0]
  ------------------
  770|      0|            PyErr_Format(PyExc_ValueError,
  771|      0|                         "unsupported format %%%c at position %zd",
  772|      0|                         (int)arg->ch, arg->fmtstart);
  773|      0|        }
  774|      0|        else if (arg->ch == '\'') {
  ------------------
  |  Branch (774:18): [True: 0, False: 0]
  ------------------
  775|      0|            PyErr_Format(PyExc_ValueError,
  776|      0|                         "stray %% at position %zd or unexpected "
  777|      0|                         "format character \"'\" at position %zd",
  778|      0|                         arg->fmtstart,
  779|      0|                         ctx->fmtpos - 1);
  780|      0|        }
  781|      0|        else if (arg->ch >= 32 && arg->ch < 127) {
  ------------------
  |  Branch (781:18): [True: 0, False: 0]
  |  Branch (781:35): [True: 0, False: 0]
  ------------------
  782|      0|            PyErr_Format(PyExc_ValueError,
  783|      0|                         "stray %% at position %zd or unexpected "
  784|      0|                         "format character '%c' at position %zd",
  785|      0|                         arg->fmtstart,
  786|      0|                         (int)arg->ch, ctx->fmtpos - 1);
  787|      0|        }
  788|      0|        else if (Py_UNICODE_ISPRINTABLE(arg->ch)) {
  ------------------
  |  |  761|      0|#define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)
  |  |  ------------------
  |  |  |  Branch (761:36): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  789|      0|            PyErr_Format(PyExc_ValueError,
  790|      0|                         "stray %% at position %zd or unexpected "
  791|      0|                         "format character '%c' (U+%04X) at position %zd",
  792|      0|                         arg->fmtstart,
  793|      0|                         (int)arg->ch, (int)arg->ch, ctx->fmtpos - 1);
  794|      0|        }
  795|      0|        else {
  796|      0|            PyErr_Format(PyExc_ValueError,
  797|      0|                         "stray %% at position %zd or unexpected "
  798|      0|                         "format character U+%04X at position %zd",
  799|      0|                         arg->fmtstart, (int)arg->ch, ctx->fmtpos - 1);
  800|      0|        }
  801|      0|        return -1;
  802|     21|    }
  803|     21|    if (*p_str == NULL)
  ------------------
  |  Branch (803:9): [True: 0, False: 21]
  ------------------
  804|      0|        return -1;
  805|     21|    assert (PyUnicode_Check(*p_str));
  ------------------
  |  Branch (805:5): [True: 21, False: 0]
  ------------------
  806|     21|    return 0;
  807|     21|}
unicode_format.c:unicode_format_arg_output:
  814|     21|{
  815|     21|    Py_ssize_t len;
  816|     21|    int kind;
  817|     21|    const void *pbuf;
  818|     21|    Py_ssize_t pindex;
  819|     21|    Py_UCS4 signchar;
  820|     21|    Py_ssize_t buflen;
  821|     21|    Py_UCS4 maxchar;
  822|     21|    Py_ssize_t sublen;
  823|     21|    _PyUnicodeWriter *writer = &ctx->writer;
  824|     21|    Py_UCS4 fill;
  825|       |
  826|     21|    fill = ' ';
  827|     21|    if (arg->sign && arg->flags & F_ZERO)
  ------------------
  |  |   22|      0|#define F_ZERO  (1<<4)
  ------------------
  |  Branch (827:9): [True: 0, False: 21]
  |  Branch (827:22): [True: 0, False: 0]
  ------------------
  828|      0|        fill = '0';
  829|       |
  830|     21|    len = PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|     21|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  831|     21|    if ((arg->width == -1 || arg->width <= len)
  ------------------
  |  Branch (831:10): [True: 21, False: 0]
  |  Branch (831:30): [True: 0, False: 0]
  ------------------
  832|     21|        && (arg->prec == -1 || arg->prec >= len)
  ------------------
  |  Branch (832:13): [True: 21, False: 0]
  |  Branch (832:32): [True: 0, False: 0]
  ------------------
  833|     21|        && !(arg->flags & (F_SIGN | F_BLANK)))
  ------------------
  |  |   19|     21|#define F_SIGN  (1<<1)
  ------------------
                      && !(arg->flags & (F_SIGN | F_BLANK)))
  ------------------
  |  |   20|     21|#define F_BLANK (1<<2)
  ------------------
  |  Branch (833:12): [True: 21, False: 0]
  ------------------
  834|     21|    {
  835|       |        /* Fast path */
  836|     21|        if (_PyUnicodeWriter_WriteStr(writer, str) == -1)
  ------------------
  |  Branch (836:13): [True: 0, False: 21]
  ------------------
  837|      0|            return -1;
  838|     21|        return 0;
  839|     21|    }
  840|       |
  841|       |    /* Truncate the string for "s", "r" and "a" formats
  842|       |       if the precision is set */
  843|      0|    if (arg->ch == 's' || arg->ch == 'r' || arg->ch == 'a') {
  ------------------
  |  Branch (843:9): [True: 0, False: 0]
  |  Branch (843:27): [True: 0, False: 0]
  |  Branch (843:45): [True: 0, False: 0]
  ------------------
  844|      0|        if (arg->prec >= 0 && len > arg->prec)
  ------------------
  |  Branch (844:13): [True: 0, False: 0]
  |  Branch (844:31): [True: 0, False: 0]
  ------------------
  845|      0|            len = arg->prec;
  846|      0|    }
  847|       |
  848|       |    /* Adjust sign and width */
  849|      0|    kind = PyUnicode_KIND(str);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  850|      0|    pbuf = PyUnicode_DATA(str);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  851|      0|    pindex = 0;
  852|      0|    signchar = '\0';
  853|      0|    if (arg->sign) {
  ------------------
  |  Branch (853:9): [True: 0, False: 0]
  ------------------
  854|      0|        Py_UCS4 ch = PyUnicode_READ(kind, pbuf, pindex);
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
  855|      0|        if (ch == '-' || ch == '+') {
  ------------------
  |  Branch (855:13): [True: 0, False: 0]
  |  Branch (855:26): [True: 0, False: 0]
  ------------------
  856|      0|            signchar = ch;
  857|      0|            len--;
  858|      0|            pindex++;
  859|      0|        }
  860|      0|        else if (arg->flags & F_SIGN)
  ------------------
  |  |   19|      0|#define F_SIGN  (1<<1)
  ------------------
  |  Branch (860:18): [True: 0, False: 0]
  ------------------
  861|      0|            signchar = '+';
  862|      0|        else if (arg->flags & F_BLANK)
  ------------------
  |  |   20|      0|#define F_BLANK (1<<2)
  ------------------
  |  Branch (862:18): [True: 0, False: 0]
  ------------------
  863|      0|            signchar = ' ';
  864|      0|        else
  865|      0|            arg->sign = 0;
  866|      0|    }
  867|      0|    if (arg->width < len)
  ------------------
  |  Branch (867:9): [True: 0, False: 0]
  ------------------
  868|      0|        arg->width = len;
  869|       |
  870|       |    /* Prepare the writer */
  871|      0|    maxchar = writer->maxchar;
  872|      0|    if (!(arg->flags & F_LJUST)) {
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (872:9): [True: 0, False: 0]
  ------------------
  873|      0|        if (arg->sign) {
  ------------------
  |  Branch (873:13): [True: 0, False: 0]
  ------------------
  874|      0|            if ((arg->width-1) > len)
  ------------------
  |  Branch (874:17): [True: 0, False: 0]
  ------------------
  875|      0|                maxchar = Py_MAX(maxchar, fill);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  876|      0|        }
  877|      0|        else {
  878|      0|            if (arg->width > len)
  ------------------
  |  Branch (878:17): [True: 0, False: 0]
  ------------------
  879|      0|                maxchar = Py_MAX(maxchar, fill);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  880|      0|        }
  881|      0|    }
  882|      0|    if (PyUnicode_MAX_CHAR_VALUE(str) > maxchar) {
  ------------------
  |  |  405|      0|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (882:9): [True: 0, False: 0]
  ------------------
  883|      0|        Py_UCS4 strmaxchar = _PyUnicode_FindMaxChar(str, 0, pindex+len);
  884|      0|        maxchar = Py_MAX(maxchar, strmaxchar);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  885|      0|    }
  886|       |
  887|      0|    buflen = arg->width;
  888|      0|    if (arg->sign && len == arg->width)
  ------------------
  |  Branch (888:9): [True: 0, False: 0]
  |  Branch (888:22): [True: 0, False: 0]
  ------------------
  889|      0|        buflen++;
  890|      0|    if (_PyUnicodeWriter_Prepare(writer, buflen, maxchar) == -1)
  ------------------
  |  |  562|      0|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 0]
  |  |  ------------------
  |  |  563|      0|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|      0|     ? 0                                                              \
  |  |  565|      0|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  566|      0|        ? 0                                                           \
  |  |  567|      0|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (890:9): [True: 0, False: 0]
  ------------------
  891|      0|        return -1;
  892|       |
  893|       |    /* Write the sign if needed */
  894|      0|    if (arg->sign) {
  ------------------
  |  Branch (894:9): [True: 0, False: 0]
  ------------------
  895|      0|        if (fill != ' ') {
  ------------------
  |  Branch (895:13): [True: 0, False: 0]
  ------------------
  896|      0|            PyUnicode_WRITE(writer->kind, writer->data, writer->pos, signchar);
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  897|      0|            writer->pos += 1;
  898|      0|        }
  899|      0|        if (arg->width > len)
  ------------------
  |  Branch (899:13): [True: 0, False: 0]
  ------------------
  900|      0|            arg->width--;
  901|      0|    }
  902|       |
  903|       |    /* Write the numeric prefix for "x", "X" and "o" formats
  904|       |       if the alternate form is used.
  905|       |       For example, write "0x" for the "%#x" format. */
  906|      0|    if ((arg->flags & F_ALT) && (arg->ch == 'x' || arg->ch == 'X' || arg->ch == 'o')) {
  ------------------
  |  |   21|      0|#define F_ALT   (1<<3)
  ------------------
  |  Branch (906:9): [True: 0, False: 0]
  |  Branch (906:34): [True: 0, False: 0]
  |  Branch (906:52): [True: 0, False: 0]
  |  Branch (906:70): [True: 0, False: 0]
  ------------------
  907|      0|        assert(PyUnicode_READ(kind, pbuf, pindex) == '0');
  ------------------
  |  Branch (907:9): [True: 0, False: 0]
  ------------------
  908|      0|        assert(PyUnicode_READ(kind, pbuf, pindex + 1) == arg->ch);
  ------------------
  |  Branch (908:9): [True: 0, False: 0]
  ------------------
  909|      0|        if (fill != ' ') {
  ------------------
  |  Branch (909:13): [True: 0, False: 0]
  ------------------
  910|      0|            PyUnicode_WRITE(writer->kind, writer->data, writer->pos, '0');
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  911|      0|            PyUnicode_WRITE(writer->kind, writer->data, writer->pos+1, arg->ch);
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  912|      0|            writer->pos += 2;
  913|      0|            pindex += 2;
  914|      0|        }
  915|      0|        arg->width -= 2;
  916|      0|        if (arg->width < 0)
  ------------------
  |  Branch (916:13): [True: 0, False: 0]
  ------------------
  917|      0|            arg->width = 0;
  918|      0|        len -= 2;
  919|      0|    }
  920|       |
  921|       |    /* Pad left with the fill character if needed */
  922|      0|    if (arg->width > len && !(arg->flags & F_LJUST)) {
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (922:9): [True: 0, False: 0]
  |  Branch (922:29): [True: 0, False: 0]
  ------------------
  923|      0|        sublen = arg->width - len;
  924|      0|        _PyUnicode_Fill(writer->kind, writer->data, fill, writer->pos, sublen);
  925|      0|        writer->pos += sublen;
  926|      0|        arg->width = len;
  927|      0|    }
  928|       |
  929|       |    /* If padding with spaces: write sign if needed and/or numeric prefix if
  930|       |       the alternate form is used */
  931|      0|    if (fill == ' ') {
  ------------------
  |  Branch (931:9): [True: 0, False: 0]
  ------------------
  932|      0|        if (arg->sign) {
  ------------------
  |  Branch (932:13): [True: 0, False: 0]
  ------------------
  933|      0|            PyUnicode_WRITE(writer->kind, writer->data, writer->pos, signchar);
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  934|      0|            writer->pos += 1;
  935|      0|        }
  936|      0|        if ((arg->flags & F_ALT) && (arg->ch == 'x' || arg->ch == 'X' || arg->ch == 'o')) {
  ------------------
  |  |   21|      0|#define F_ALT   (1<<3)
  ------------------
  |  Branch (936:13): [True: 0, False: 0]
  |  Branch (936:38): [True: 0, False: 0]
  |  Branch (936:56): [True: 0, False: 0]
  |  Branch (936:74): [True: 0, False: 0]
  ------------------
  937|      0|            assert(PyUnicode_READ(kind, pbuf, pindex) == '0');
  ------------------
  |  Branch (937:13): [True: 0, False: 0]
  ------------------
  938|      0|            assert(PyUnicode_READ(kind, pbuf, pindex+1) == arg->ch);
  ------------------
  |  Branch (938:13): [True: 0, False: 0]
  ------------------
  939|      0|            PyUnicode_WRITE(writer->kind, writer->data, writer->pos, '0');
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  940|      0|            PyUnicode_WRITE(writer->kind, writer->data, writer->pos+1, arg->ch);
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  941|      0|            writer->pos += 2;
  942|      0|            pindex += 2;
  943|      0|        }
  944|      0|    }
  945|       |
  946|       |    /* Write characters */
  947|      0|    if (len) {
  ------------------
  |  Branch (947:9): [True: 0, False: 0]
  ------------------
  948|      0|        _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos,
  949|      0|                                      str, pindex, len);
  950|      0|        writer->pos += len;
  951|      0|    }
  952|       |
  953|       |    /* Pad right with the fill character if needed */
  954|      0|    if (arg->width > len) {
  ------------------
  |  Branch (954:9): [True: 0, False: 0]
  ------------------
  955|      0|        sublen = arg->width - len;
  956|      0|        _PyUnicode_Fill(writer->kind, writer->data, ' ', writer->pos, sublen);
  957|      0|        writer->pos += sublen;
  958|      0|    }
  959|      0|    return 0;
  960|      0|}

_PyUnicodeWriter_Init:
  144|     87|{
  145|     87|    memset(writer, 0, sizeof(*writer));
  146|       |
  147|       |    /* ASCII is the bare minimum */
  148|     87|    writer->min_char = 127;
  149|       |
  150|       |    /* use a kind value smaller than PyUnicode_1BYTE_KIND so
  151|       |       _PyUnicodeWriter_PrepareKind() will copy the buffer. */
  152|     87|    assert(writer->kind == 0);
  ------------------
  |  Branch (152:5): [True: 87, False: 0]
  ------------------
  153|     87|    assert(writer->kind < PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (153:5): [True: 87, False: 0]
  ------------------
  154|     87|}
_PyUnicodeWriter_InitWithBuffer:
  201|      2|{
  202|      2|    memset(writer, 0, sizeof(*writer));
  203|      2|    writer->buffer = buffer;
  204|      2|    _PyUnicodeWriter_Update(writer);
  205|      2|    writer->min_length = writer->size;
  206|      2|}
_PyUnicodeWriter_PrepareInternal:
  212|     91|{
  213|     91|    Py_ssize_t newlen;
  214|     91|    PyObject *newbuffer;
  215|       |
  216|     91|    assert(length >= 0);
  ------------------
  |  Branch (216:5): [True: 91, False: 0]
  ------------------
  217|     91|    assert(maxchar <= _Py_MAX_UNICODE);
  ------------------
  |  Branch (217:5): [True: 91, False: 0]
  ------------------
  218|       |
  219|       |    /* ensure that the _PyUnicodeWriter_Prepare macro was used */
  220|     91|    assert((maxchar > writer->maxchar && length >= 0)
  ------------------
  |  Branch (220:5): [True: 91, False: 0]
  |  Branch (220:5): [True: 91, False: 0]
  |  Branch (220:5): [True: 0, False: 0]
  ------------------
  221|     91|           || length > 0);
  222|       |
  223|     91|    if (length > PY_SSIZE_T_MAX - writer->pos) {
  ------------------
  |  |  137|     91|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (223:9): [True: 0, False: 91]
  ------------------
  224|      0|        PyErr_NoMemory();
  225|      0|        return -1;
  226|      0|    }
  227|     91|    newlen = writer->pos + length;
  228|       |
  229|     91|    maxchar = Py_MAX(maxchar, writer->min_char);
  ------------------
  |  |  115|     91|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 4, False: 87]
  |  |  ------------------
  ------------------
  230|       |
  231|     91|    if (writer->buffer == NULL) {
  ------------------
  |  Branch (231:9): [True: 87, False: 4]
  ------------------
  232|     87|        assert(!writer->readonly);
  ------------------
  |  Branch (232:9): [True: 87, False: 0]
  ------------------
  233|     87|        if (writer->overallocate
  ------------------
  |  Branch (233:13): [True: 87, False: 0]
  ------------------
  234|     87|            && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) {
  ------------------
  |  |  137|     87|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                          && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) {
  ------------------
  |  |   52|     87|#  define OVERALLOCATE_FACTOR 4
  ------------------
  |  Branch (234:16): [True: 87, False: 0]
  ------------------
  235|       |            /* overallocate to limit the number of realloc() */
  236|     87|            newlen += newlen / OVERALLOCATE_FACTOR;
  ------------------
  |  |   52|     87|#  define OVERALLOCATE_FACTOR 4
  ------------------
  237|     87|        }
  238|     87|        if (newlen < writer->min_length)
  ------------------
  |  Branch (238:13): [True: 87, False: 0]
  ------------------
  239|     87|            newlen = writer->min_length;
  240|       |
  241|     87|        writer->buffer = PyUnicode_New(newlen, maxchar);
  242|     87|        if (writer->buffer == NULL)
  ------------------
  |  Branch (242:13): [True: 0, False: 87]
  ------------------
  243|      0|            return -1;
  244|     87|    }
  245|      4|    else if (newlen > writer->size) {
  ------------------
  |  Branch (245:14): [True: 0, False: 4]
  ------------------
  246|      0|        if (writer->overallocate
  ------------------
  |  Branch (246:13): [True: 0, False: 0]
  ------------------
  247|      0|            && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
                          && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) {
  ------------------
  |  |   52|      0|#  define OVERALLOCATE_FACTOR 4
  ------------------
  |  Branch (247:16): [True: 0, False: 0]
  ------------------
  248|       |            /* overallocate to limit the number of realloc() */
  249|      0|            newlen += newlen / OVERALLOCATE_FACTOR;
  ------------------
  |  |   52|      0|#  define OVERALLOCATE_FACTOR 4
  ------------------
  250|      0|        }
  251|      0|        if (newlen < writer->min_length)
  ------------------
  |  Branch (251:13): [True: 0, False: 0]
  ------------------
  252|      0|            newlen = writer->min_length;
  253|       |
  254|      0|        if (maxchar > writer->maxchar || writer->readonly) {
  ------------------
  |  Branch (254:13): [True: 0, False: 0]
  |  Branch (254:42): [True: 0, False: 0]
  ------------------
  255|       |            /* resize + widen */
  256|      0|            maxchar = Py_MAX(maxchar, writer->maxchar);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  257|      0|            newbuffer = PyUnicode_New(newlen, maxchar);
  258|      0|            if (newbuffer == NULL)
  ------------------
  |  Branch (258:17): [True: 0, False: 0]
  ------------------
  259|      0|                return -1;
  260|      0|            _PyUnicode_FastCopyCharacters(newbuffer, 0,
  261|      0|                                          writer->buffer, 0, writer->pos);
  262|      0|            Py_DECREF(writer->buffer);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|      0|            writer->readonly = 0;
  264|      0|        }
  265|      0|        else {
  266|      0|            newbuffer = _PyUnicode_ResizeCompact(writer->buffer, newlen);
  267|      0|            if (newbuffer == NULL)
  ------------------
  |  Branch (267:17): [True: 0, False: 0]
  ------------------
  268|      0|                return -1;
  269|      0|        }
  270|      0|        writer->buffer = newbuffer;
  271|      0|    }
  272|      4|    else if (maxchar > writer->maxchar) {
  ------------------
  |  Branch (272:14): [True: 4, False: 0]
  ------------------
  273|      4|        assert(!writer->readonly);
  ------------------
  |  Branch (273:9): [True: 4, False: 0]
  ------------------
  274|      4|        newbuffer = PyUnicode_New(writer->size, maxchar);
  275|      4|        if (newbuffer == NULL)
  ------------------
  |  Branch (275:13): [True: 0, False: 4]
  ------------------
  276|      0|            return -1;
  277|      4|        _PyUnicode_FastCopyCharacters(newbuffer, 0,
  278|      4|                                      writer->buffer, 0, writer->pos);
  279|      4|        Py_SETREF(writer->buffer, newbuffer);
  ------------------
  |  |  352|      4|    do { \
  |  |  353|      4|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      4|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      4|        *_tmp_dst_ptr = (src); \
  |  |  356|      4|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  280|      4|    }
  281|     91|    _PyUnicodeWriter_Update(writer);
  282|     91|    return 0;
  283|       |
  284|     91|#undef OVERALLOCATE_FACTOR
  285|     91|}
_PyUnicodeWriter_WriteStr:
  331|     99|{
  332|     99|    assert(PyUnicode_Check(str));
  ------------------
  |  Branch (332:5): [True: 99, False: 0]
  ------------------
  333|       |
  334|     99|    Py_UCS4 maxchar;
  335|     99|    Py_ssize_t len;
  336|       |
  337|     99|    len = PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|     99|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|     99|    if (len == 0)
  ------------------
  |  Branch (338:9): [True: 0, False: 99]
  ------------------
  339|      0|        return 0;
  340|     99|    maxchar = PyUnicode_MAX_CHAR_VALUE(str);
  ------------------
  |  |  405|     99|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  341|     99|    if (maxchar > writer->maxchar || len > writer->size - writer->pos) {
  ------------------
  |  Branch (341:9): [True: 11, False: 88]
  |  Branch (341:38): [True: 0, False: 88]
  ------------------
  342|     11|        if (writer->buffer == NULL && !writer->overallocate) {
  ------------------
  |  Branch (342:13): [True: 11, False: 0]
  |  Branch (342:39): [True: 0, False: 11]
  ------------------
  343|      0|            assert(_PyUnicode_CheckConsistency(str, 1));
  ------------------
  |  Branch (343:13): [True: 0, False: 0]
  ------------------
  344|      0|            writer->readonly = 1;
  345|      0|            writer->buffer = Py_NewRef(str);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  346|      0|            _PyUnicodeWriter_Update(writer);
  347|      0|            writer->pos += len;
  348|      0|            return 0;
  349|      0|        }
  350|     11|        if (_PyUnicodeWriter_PrepareInternal(writer, len, maxchar) == -1)
  ------------------
  |  Branch (350:13): [True: 0, False: 11]
  ------------------
  351|      0|            return -1;
  352|     11|    }
  353|     99|    _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos,
  354|     99|                                  str, 0, len);
  355|     99|    writer->pos += len;
  356|     99|    return 0;
  357|     99|}
_PyUnicodeWriter_WriteSubstring:
  408|     42|{
  409|     42|    assert(0 <= start);
  ------------------
  |  Branch (409:5): [True: 42, False: 0]
  ------------------
  410|     42|    assert(end <= PyUnicode_GET_LENGTH(str));
  ------------------
  |  Branch (410:5): [True: 42, False: 0]
  ------------------
  411|     42|    assert(start <= end);
  ------------------
  |  Branch (411:5): [True: 42, False: 0]
  ------------------
  412|       |
  413|     42|    if (start == 0 && end == PyUnicode_GET_LENGTH(str))
  ------------------
  |  |  299|     21|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (413:9): [True: 21, False: 21]
  |  Branch (413:23): [True: 0, False: 21]
  ------------------
  414|      0|        return _PyUnicodeWriter_WriteStr(writer, str);
  415|       |
  416|     42|    Py_ssize_t len = end - start;
  417|     42|    if (len == 0) {
  ------------------
  |  Branch (417:9): [True: 0, False: 42]
  ------------------
  418|      0|        return 0;
  419|      0|    }
  420|       |
  421|     42|    Py_UCS4 maxchar;
  422|     42|    if (PyUnicode_MAX_CHAR_VALUE(str) > writer->maxchar) {
  ------------------
  |  |  405|     42|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (422:9): [True: 21, False: 21]
  ------------------
  423|     21|        maxchar = _PyUnicode_FindMaxChar(str, start, end);
  424|     21|    }
  425|     21|    else {
  426|     21|        maxchar = writer->maxchar;
  427|     21|    }
  428|     42|    if (_PyUnicodeWriter_Prepare(writer, len, maxchar) < 0) {
  ------------------
  |  |  562|     42|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 21, False: 21]
  |  |  ------------------
  |  |  563|     42|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 21, False: 0]
  |  |  ------------------
  |  |  564|     42|     ? 0                                                              \
  |  |  565|     42|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 21]
  |  |  ------------------
  |  |  566|     21|        ? 0                                                           \
  |  |  567|     21|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (428:9): [True: 0, False: 42]
  ------------------
  429|      0|        return -1;
  430|      0|    }
  431|       |
  432|     42|    _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos,
  433|     42|                                  str, start, len);
  434|     42|    writer->pos += len;
  435|     42|    return 0;
  436|     42|}
_PyUnicodeWriter_WriteASCIIString:
  464|    163|{
  465|    163|    if (len == -1)
  ------------------
  |  Branch (465:9): [True: 0, False: 163]
  ------------------
  466|      0|        len = strlen(ascii);
  467|       |
  468|    163|    if (len == 0) {
  ------------------
  |  Branch (468:9): [True: 0, False: 163]
  ------------------
  469|      0|        return 0;
  470|      0|    }
  471|       |
  472|    163|    assert(ucs1lib_find_max_char((const Py_UCS1*)ascii, (const Py_UCS1*)ascii + len) < 128);
  ------------------
  |  Branch (472:5): [True: 163, False: 0]
  ------------------
  473|       |
  474|    163|    if (writer->buffer == NULL && !writer->overallocate) {
  ------------------
  |  Branch (474:9): [True: 55, False: 108]
  |  Branch (474:35): [True: 0, False: 55]
  ------------------
  475|      0|        PyObject *str;
  476|       |
  477|      0|        str = _PyUnicode_FromASCII(ascii, len);
  478|      0|        if (str == NULL)
  ------------------
  |  Branch (478:13): [True: 0, False: 0]
  ------------------
  479|      0|            return -1;
  480|       |
  481|      0|        writer->readonly = 1;
  482|      0|        writer->buffer = str;
  483|      0|        _PyUnicodeWriter_Update(writer);
  484|      0|        writer->pos += len;
  485|      0|        return 0;
  486|      0|    }
  487|       |
  488|    163|    if (_PyUnicodeWriter_Prepare(writer, len, 127) == -1)
  ------------------
  |  |  562|    163|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 108, False: 55]
  |  |  ------------------
  |  |  563|    163|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 108, False: 0]
  |  |  ------------------
  |  |  564|    163|     ? 0                                                              \
  |  |  565|    163|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 55]
  |  |  ------------------
  |  |  566|     55|        ? 0                                                           \
  |  |  567|     55|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (488:9): [True: 0, False: 163]
  ------------------
  489|      0|        return -1;
  490|       |
  491|    163|    switch (writer->kind)
  492|    163|    {
  493|    163|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (493:5): [True: 163, False: 0]
  ------------------
  494|    163|    {
  495|    163|        const Py_UCS1 *str = (const Py_UCS1 *)ascii;
  496|    163|        Py_UCS1 *data = writer->data;
  497|       |
  498|    163|        memcpy(data + writer->pos, str, len);
  499|    163|        break;
  500|      0|    }
  501|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (501:5): [True: 0, False: 163]
  ------------------
  502|      0|    {
  503|      0|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|      0|    do {                                                \
  |  |   46|      0|        to_type *_to = (to_type *)(to);                 \
  |  |   47|      0|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|      0|        const from_type *_end = (const from_type *)(end);\
  |  |   49|      0|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|      0|        const from_type *_unrolled_end =                \
  |  |   51|      0|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|      0|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|      0|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            _to[0] = (to_type) _iter[0];                \
  |  |   54|      0|            _to[1] = (to_type) _iter[1];                \
  |  |   55|      0|            _to[2] = (to_type) _iter[2];                \
  |  |   56|      0|            _to[3] = (to_type) _iter[3];                \
  |  |   57|      0|            _iter += 4; _to += 4;                       \
  |  |   58|      0|        }                                               \
  |  |   59|      0|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            *_to++ = (to_type) *_iter++;                \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  504|      0|            Py_UCS1, Py_UCS2,
  505|      0|            ascii, ascii + len,
  506|      0|            (Py_UCS2 *)writer->data + writer->pos);
  507|      0|        break;
  508|      0|    }
  509|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (509:5): [True: 0, False: 163]
  ------------------
  510|      0|    {
  511|      0|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|      0|    do {                                                \
  |  |   46|      0|        to_type *_to = (to_type *)(to);                 \
  |  |   47|      0|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|      0|        const from_type *_end = (const from_type *)(end);\
  |  |   49|      0|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|      0|        const from_type *_unrolled_end =                \
  |  |   51|      0|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|      0|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|      0|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            _to[0] = (to_type) _iter[0];                \
  |  |   54|      0|            _to[1] = (to_type) _iter[1];                \
  |  |   55|      0|            _to[2] = (to_type) _iter[2];                \
  |  |   56|      0|            _to[3] = (to_type) _iter[3];                \
  |  |   57|      0|            _iter += 4; _to += 4;                       \
  |  |   58|      0|        }                                               \
  |  |   59|      0|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            *_to++ = (to_type) *_iter++;                \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  512|      0|            Py_UCS1, Py_UCS4,
  513|      0|            ascii, ascii + len,
  514|      0|            (Py_UCS4 *)writer->data + writer->pos);
  515|      0|        break;
  516|      0|    }
  517|      0|    default:
  ------------------
  |  Branch (517:5): [True: 0, False: 163]
  ------------------
  518|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  519|    163|    }
  520|       |
  521|    163|    writer->pos += len;
  522|    163|    return 0;
  523|    163|}
_PyUnicodeWriter_Finish:
  602|     89|{
  603|     89|    PyObject *str;
  604|       |
  605|     89|    if (writer->pos == 0) {
  ------------------
  |  Branch (605:9): [True: 0, False: 89]
  ------------------
  606|      0|        Py_CLEAR(writer->buffer);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  607|      0|        return _PyUnicode_GetEmpty();
  608|      0|    }
  609|       |
  610|     89|    str = writer->buffer;
  611|     89|    writer->buffer = NULL;
  612|       |
  613|     89|    if (writer->readonly) {
  ------------------
  |  Branch (613:9): [True: 0, False: 89]
  ------------------
  614|      0|        assert(PyUnicode_GET_LENGTH(str) == writer->pos);
  ------------------
  |  Branch (614:9): [True: 0, False: 0]
  ------------------
  615|      0|        return str;
  616|      0|    }
  617|       |
  618|     89|    if (PyUnicode_GET_LENGTH(str) != writer->pos) {
  ------------------
  |  |  299|     89|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     89|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     89|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (618:9): [True: 89, False: 0]
  ------------------
  619|     89|        PyObject *str2;
  620|     89|        str2 = _PyUnicode_ResizeCompact(str, writer->pos);
  621|     89|        if (str2 == NULL) {
  ------------------
  |  Branch (621:13): [True: 0, False: 89]
  ------------------
  622|      0|            Py_DECREF(str);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  623|      0|            return NULL;
  624|      0|        }
  625|     89|        str = str2;
  626|     89|    }
  627|       |
  628|     89|    assert(_PyUnicode_CheckConsistency(str, 1));
  ------------------
  |  Branch (628:5): [True: 89, False: 0]
  ------------------
  629|     89|    return _PyUnicode_Result(str);
  630|     89|}
unicode_writer.c:_PyUnicodeWriter_Update:
  120|     93|{
  121|     93|    writer->maxchar = PyUnicode_MAX_CHAR_VALUE(writer->buffer);
  ------------------
  |  |  405|     93|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|     93|    writer->data = PyUnicode_DATA(writer->buffer);
  ------------------
  |  |  284|     93|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  123|       |
  124|     93|    if (!writer->readonly) {
  ------------------
  |  Branch (124:9): [True: 93, False: 0]
  ------------------
  125|     93|        writer->kind = PyUnicode_KIND(writer->buffer);
  ------------------
  |  |  258|     93|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    186|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 93, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  126|     93|        writer->size = PyUnicode_GET_LENGTH(writer->buffer);
  ------------------
  |  |  299|     93|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  127|     93|    }
  128|      0|    else {
  129|       |        /* use a value smaller than PyUnicode_1BYTE_KIND() so
  130|       |           _PyUnicodeWriter_PrepareKind() will copy the buffer. */
  131|      0|        writer->kind = 0;
  132|      0|        assert(writer->kind <= PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (132:9): [True: 0, False: 0]
  ------------------
  133|       |
  134|       |        /* Copy-on-write mode: set buffer size to 0 so
  135|       |         * _PyUnicodeWriter_Prepare() will copy (and enlarge) the buffer on
  136|       |         * next write. */
  137|      0|        writer->size = 0;
  138|      0|    }
  139|     93|}

_PyUnicode_IsXidStart:
   86|     35|{
   87|     35|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
   88|       |
   89|     35|    return (ctype->flags & XID_START_MASK) != 0;
  ------------------
  |  |   20|     35|#define XID_START_MASK 0x100
  ------------------
   90|     35|}
_PyUnicode_IsXidContinue:
   96|    220|{
   97|    220|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
   98|       |
   99|    220|    return (ctype->flags & XID_CONTINUE_MASK) != 0;
  ------------------
  |  |   21|    220|#define XID_CONTINUE_MASK 0x200
  ------------------
  100|    220|}
_PyUnicode_IsPrintable:
  152|     13|{
  153|     13|    const _PyUnicode_TypeRecord *ctype = gettyperecord(ch);
  154|       |
  155|     13|    return (ctype->flags & PRINTABLE_MASK) != 0;
  ------------------
  |  |   22|     13|#define PRINTABLE_MASK 0x400
  ------------------
  156|     13|}
unicodectype.c:gettyperecord:
   46|    268|{
   47|    268|    int index;
   48|       |
   49|    268|    if (code >= 0x110000)
  ------------------
  |  Branch (49:9): [True: 0, False: 268]
  ------------------
   50|      0|        index = 0;
   51|    268|    else
   52|    268|    {
   53|    268|        index = index1[(code>>SHIFT)];
  ------------------
  |  | 1760|    268|#define SHIFT 7
  ------------------
   54|    268|        index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))];
  ------------------
  |  | 1760|    268|#define SHIFT 7
  ------------------
                      index = index2[(index<<SHIFT)+(code&((1<<SHIFT)-1))];
  ------------------
  |  | 1760|    268|#define SHIFT 7
  ------------------
   55|    268|    }
   56|       |
   57|    268|    return &_PyUnicode_TypeRecords[index];
   58|    268|}

_PyUnicode_GetEmpty:
  203|    547|{
  204|    547|    _Py_DECLARE_STR(empty, "");
  205|    547|    return &_Py_STR(empty);
  ------------------
  |  |  919|    547|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    547|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    547|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  206|    547|}
_Py_GetErrorHandler:
  470|     28|{
  471|     28|    if (errors == NULL || strcmp(errors, "strict") == 0) {
  ------------------
  |  Branch (471:9): [True: 0, False: 28]
  |  Branch (471:27): [True: 0, False: 28]
  ------------------
  472|      0|        return _Py_ERROR_STRICT;
  473|      0|    }
  474|     28|    if (strcmp(errors, "surrogateescape") == 0) {
  ------------------
  |  Branch (474:9): [True: 28, False: 0]
  ------------------
  475|     28|        return _Py_ERROR_SURROGATEESCAPE;
  476|     28|    }
  477|      0|    if (strcmp(errors, "replace") == 0) {
  ------------------
  |  Branch (477:9): [True: 0, False: 0]
  ------------------
  478|      0|        return _Py_ERROR_REPLACE;
  479|      0|    }
  480|      0|    if (strcmp(errors, "ignore") == 0) {
  ------------------
  |  Branch (480:9): [True: 0, False: 0]
  ------------------
  481|      0|        return _Py_ERROR_IGNORE;
  482|      0|    }
  483|      0|    if (strcmp(errors, "backslashreplace") == 0) {
  ------------------
  |  Branch (483:9): [True: 0, False: 0]
  ------------------
  484|      0|        return _Py_ERROR_BACKSLASHREPLACE;
  485|      0|    }
  486|      0|    if (strcmp(errors, "surrogatepass") == 0) {
  ------------------
  |  Branch (486:9): [True: 0, False: 0]
  ------------------
  487|      0|        return _Py_ERROR_SURROGATEPASS;
  488|      0|    }
  489|      0|    if (strcmp(errors, "xmlcharrefreplace") == 0) {
  ------------------
  |  Branch (489:9): [True: 0, False: 0]
  ------------------
  490|      0|        return _Py_ERROR_XMLCHARREFREPLACE;
  491|      0|    }
  492|      0|    return _Py_ERROR_OTHER;
  493|      0|}
_PyUnicode_CheckConsistency:
  589|  40.3k|{
  590|  40.3k|#define CHECK(expr) \
  591|  40.3k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  592|       |#ifdef Py_GIL_DISABLED
  593|       |# define CHECK_IF_GIL(expr) (void)(expr)
  594|       |# define CHECK_IF_FT(expr) CHECK(expr)
  595|       |#else
  596|  40.3k|# define CHECK_IF_GIL(expr) CHECK(expr)
  597|  40.3k|# define CHECK_IF_FT(expr) (void)(expr)
  598|  40.3k|#endif
  599|       |
  600|       |
  601|  40.3k|    assert(op != NULL);
  ------------------
  |  Branch (601:5): [True: 40.3k, False: 0]
  ------------------
  602|  40.3k|    CHECK(PyUnicode_Check(op));
  ------------------
  |  |  591|  40.3k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 40.3k]
  |  |  |  Branch (591:89): [Folded, False: 40.3k]
  |  |  ------------------
  ------------------
  603|       |
  604|  40.3k|    PyASCIIObject *ascii = _PyASCIIObject_CAST(op);
  ------------------
  |  |  186|  40.3k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  40.3k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  40.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (604:28): [True: 40.3k, False: 0]
  ------------------
  605|      0|    int kind = ascii->state.kind;
  606|       |
  607|  40.3k|    if (ascii->state.ascii == 1 && ascii->state.compact == 1) {
  ------------------
  |  Branch (607:9): [True: 40.3k, False: 10]
  |  Branch (607:36): [True: 40.3k, False: 7]
  ------------------
  608|  40.3k|        CHECK(kind == PyUnicode_1BYTE_KIND);
  ------------------
  |  |  591|  40.3k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 40.3k]
  |  |  |  Branch (591:89): [Folded, False: 40.3k]
  |  |  ------------------
  ------------------
  609|  40.3k|    }
  610|     17|    else {
  611|     17|        PyCompactUnicodeObject *compact = _PyCompactUnicodeObject_CAST(op);
  ------------------
  |  |  189|     17|    (assert(PyUnicode_Check(op)), \
  |  |  190|     17|     _Py_CAST(PyCompactUnicodeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (611:43): [True: 17, False: 0]
  ------------------
  612|      0|        void *data;
  613|       |
  614|     17|        if (ascii->state.compact == 1) {
  ------------------
  |  Branch (614:13): [True: 10, False: 7]
  ------------------
  615|     10|            data = compact + 1;
  616|     10|            CHECK(kind == PyUnicode_1BYTE_KIND
  ------------------
  |  |  591|     28|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:16): [True: 2, False: 8]
  |  |  |  Branch (591:16): [True: 8, False: 0]
  |  |  |  Branch (591:16): [True: 0, False: 0]
  |  |  |  Branch (591:89): [Folded, False: 10]
  |  |  ------------------
  ------------------
  617|     10|                                 || kind == PyUnicode_2BYTE_KIND
  618|     10|                                 || kind == PyUnicode_4BYTE_KIND);
  619|     10|            CHECK(ascii->state.ascii == 0);
  ------------------
  |  |  591|     10|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 10]
  |  |  |  Branch (591:89): [Folded, False: 10]
  |  |  ------------------
  ------------------
  620|     10|            CHECK(_PyUnicode_UTF8(op) != data);
  ------------------
  |  |  591|     10|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 10]
  |  |  |  Branch (591:89): [Folded, False: 10]
  |  |  ------------------
  ------------------
  621|     10|        }
  622|      7|        else {
  623|      7|            PyUnicodeObject *unicode = _PyUnicodeObject_CAST(op);
  ------------------
  |  |  192|      7|    (assert(PyUnicode_Check(op)), \
  |  |  193|      7|     _Py_CAST(PyUnicodeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (623:40): [True: 7, False: 0]
  ------------------
  624|       |
  625|      0|            data = unicode->data.any;
  626|      7|            CHECK(kind == PyUnicode_1BYTE_KIND
  ------------------
  |  |  591|     14|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:16): [True: 7, False: 0]
  |  |  |  Branch (591:16): [True: 0, False: 0]
  |  |  |  Branch (591:16): [True: 0, False: 0]
  |  |  |  Branch (591:89): [Folded, False: 7]
  |  |  ------------------
  ------------------
  627|      7|                     || kind == PyUnicode_2BYTE_KIND
  628|      7|                     || kind == PyUnicode_4BYTE_KIND);
  629|      7|            CHECK(ascii->state.compact == 0);
  ------------------
  |  |  591|      7|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 7]
  |  |  |  Branch (591:89): [Folded, False: 7]
  |  |  ------------------
  ------------------
  630|      7|            CHECK(data != NULL);
  ------------------
  |  |  591|      7|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 7]
  |  |  |  Branch (591:89): [Folded, False: 7]
  |  |  ------------------
  ------------------
  631|      7|            if (ascii->state.ascii) {
  ------------------
  |  Branch (631:17): [True: 7, False: 0]
  ------------------
  632|      7|                CHECK(_PyUnicode_UTF8(op) == data);
  ------------------
  |  |  591|      7|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 7]
  |  |  |  Branch (591:89): [Folded, False: 7]
  |  |  ------------------
  ------------------
  633|      7|                CHECK(compact->utf8_length == ascii->length);
  ------------------
  |  |  591|      7|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 7]
  |  |  |  Branch (591:89): [Folded, False: 7]
  |  |  ------------------
  ------------------
  634|      7|            }
  635|      0|            else {
  636|      0|                CHECK(_PyUnicode_UTF8(op) != data);
  ------------------
  |  |  591|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 0]
  |  |  |  Branch (591:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  637|      0|            }
  638|      7|        }
  639|     17|#ifndef Py_GIL_DISABLED
  640|     17|        if (_PyUnicode_UTF8(op) == NULL)
  ------------------
  |  Branch (640:13): [True: 10, False: 7]
  ------------------
  641|     10|            CHECK(compact->utf8_length == 0);
  ------------------
  |  |  591|     10|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 10]
  |  |  |  Branch (591:89): [Folded, False: 10]
  |  |  ------------------
  ------------------
  642|     17|#endif
  643|     17|    }
  644|       |
  645|       |    /* check that the best kind is used: O(n) operation */
  646|  40.3k|    if (check_content) {
  ------------------
  |  Branch (646:9): [True: 15.3k, False: 25.0k]
  ------------------
  647|  15.3k|        Py_ssize_t i;
  648|  15.3k|        Py_UCS4 maxchar = 0;
  649|  15.3k|        const void *data;
  650|  15.3k|        Py_UCS4 ch;
  651|       |
  652|  15.3k|        data = PyUnicode_DATA(ascii);
  ------------------
  |  |  284|  15.3k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  15.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  15.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  653|   373k|        for (i=0; i < ascii->length; i++)
  ------------------
  |  Branch (653:19): [True: 358k, False: 15.3k]
  ------------------
  654|   358k|        {
  655|   358k|            ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|   358k|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|   358k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|   358k|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|   358k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|   358k|                   (index))
  ------------------
  656|   358k|            if (ch > maxchar)
  ------------------
  |  Branch (656:17): [True: 47.2k, False: 310k]
  ------------------
  657|  47.2k|                maxchar = ch;
  658|   358k|        }
  659|  15.3k|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (659:13): [True: 15.3k, False: 4]
  ------------------
  660|  15.3k|            if (ascii->state.ascii == 0) {
  ------------------
  |  Branch (660:17): [True: 0, False: 15.3k]
  ------------------
  661|      0|                CHECK(maxchar >= 128);
  ------------------
  |  |  591|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 0]
  |  |  |  Branch (591:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  662|      0|                CHECK(maxchar <= 255);
  ------------------
  |  |  591|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 0]
  |  |  |  Branch (591:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  663|      0|            }
  664|  15.3k|            else
  665|  15.3k|                CHECK(maxchar < 128);
  ------------------
  |  |  591|  15.3k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 15.3k]
  |  |  |  Branch (591:89): [Folded, False: 15.3k]
  |  |  ------------------
  ------------------
  666|  15.3k|        }
  667|      4|        else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (667:18): [True: 4, False: 0]
  ------------------
  668|      4|            CHECK(maxchar >= 0x100);
  ------------------
  |  |  591|      4|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 4]
  |  |  |  Branch (591:89): [Folded, False: 4]
  |  |  ------------------
  ------------------
  669|      4|            CHECK(maxchar <= 0xFFFF);
  ------------------
  |  |  591|      4|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 4]
  |  |  |  Branch (591:89): [Folded, False: 4]
  |  |  ------------------
  ------------------
  670|      4|        }
  671|      0|        else {
  672|      0|            CHECK(maxchar >= 0x10000);
  ------------------
  |  |  591|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 0]
  |  |  |  Branch (591:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  673|      0|            CHECK(maxchar <= MAX_UNICODE);
  ------------------
  |  |  591|      0|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 0]
  |  |  |  Branch (591:89): [Folded, False: 0]
  |  |  ------------------
  ------------------
  674|      0|        }
  675|  15.3k|        CHECK(PyUnicode_READ(kind, data, ascii->length) == 0);
  ------------------
  |  |  591|  15.3k|    do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0)
  |  |  ------------------
  |  |  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  Branch (591:14): [True: 0, False: 15.3k]
  |  |  |  Branch (591:89): [Folded, False: 15.3k]
  |  |  ------------------
  ------------------
  676|  15.3k|    }
  677|       |
  678|       |    /* Check interning state */
  679|       |#ifdef Py_DEBUG
  680|       |    // Note that we do not check `_Py_IsImmortal(op)` in the GIL-enabled build
  681|       |    // since stable ABI extensions can make immortal strings mortal (but with a
  682|       |    // high enough refcount).
  683|       |    switch (PyUnicode_CHECK_INTERNED(op)) {
  684|       |        case SSTATE_NOT_INTERNED:
  685|       |            if (ascii->state.statically_allocated) {
  686|       |                // This state is for two exceptions:
  687|       |                // - strings are currently checked before they're interned
  688|       |                // - the 256 one-latin1-character strings
  689|       |                //   are static but use SSTATE_NOT_INTERNED
  690|       |            }
  691|       |            else {
  692|       |                CHECK_IF_GIL(!_Py_IsImmortal(op));
  693|       |            }
  694|       |            break;
  695|       |        case SSTATE_INTERNED_MORTAL:
  696|       |            CHECK(!ascii->state.statically_allocated);
  697|       |            CHECK_IF_GIL(!_Py_IsImmortal(op));
  698|       |            break;
  699|       |        case SSTATE_INTERNED_IMMORTAL:
  700|       |            CHECK(!ascii->state.statically_allocated);
  701|       |            CHECK_IF_FT(_Py_IsImmortal(op));
  702|       |            break;
  703|       |        case SSTATE_INTERNED_IMMORTAL_STATIC:
  704|       |            CHECK(ascii->state.statically_allocated);
  705|       |            CHECK_IF_FT(_Py_IsImmortal(op));
  706|       |            break;
  707|       |        default:
  708|       |            Py_UNREACHABLE();
  709|       |    }
  710|       |#endif
  711|       |
  712|  40.3k|    return 1;
  713|       |
  714|  40.3k|#undef CHECK
  715|  40.3k|}
_PyUnicode_Result:
  719|    219|{
  720|    219|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (720:5): [True: 219, False: 0]
  ------------------
  721|       |
  722|    219|    Py_ssize_t length = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|    219|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    219|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    219|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  723|    219|    if (length == 0) {
  ------------------
  |  Branch (723:9): [True: 0, False: 219]
  ------------------
  724|      0|        PyObject *empty = _PyUnicode_GetEmpty();
  725|      0|        if (unicode != empty) {
  ------------------
  |  Branch (725:13): [True: 0, False: 0]
  ------------------
  726|      0|            Py_DECREF(unicode);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  727|      0|        }
  728|      0|        return empty;
  729|      0|    }
  730|       |
  731|    219|    if (length == 1) {
  ------------------
  |  Branch (731:9): [True: 0, False: 219]
  ------------------
  732|      0|        int kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  733|      0|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (733:13): [True: 0, False: 0]
  ------------------
  734|      0|            const Py_UCS1 *data = PyUnicode_1BYTE_DATA(unicode);
  ------------------
  |  |  291|      0|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  735|      0|            Py_UCS1 ch = data[0];
  736|      0|            PyObject *latin1_char = LATIN1(ch);
  ------------------
  |  |  184|      0|#define LATIN1 _Py_LATIN1_CHR
  |  |  ------------------
  |  |  |  |  921|      0|    ((CH) < 128 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (921:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  922|      0|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  923|      0|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  737|      0|            if (unicode != latin1_char) {
  ------------------
  |  Branch (737:17): [True: 0, False: 0]
  ------------------
  738|      0|                Py_DECREF(unicode);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  739|      0|            }
  740|      0|            return latin1_char;
  741|      0|        }
  742|      0|    }
  743|       |
  744|    219|    assert(_PyUnicode_CheckConsistency(unicode, 1));
  ------------------
  |  Branch (744:5): [True: 219, False: 0]
  ------------------
  745|    219|    return unicode;
  746|    219|}
_PyUnicode_ResizeCompact:
 1069|     93|{
 1070|     93|    Py_ssize_t char_size;
 1071|     93|    Py_ssize_t struct_size;
 1072|     93|    Py_ssize_t new_size;
 1073|     93|    PyObject *new_unicode;
 1074|       |#ifdef Py_DEBUG
 1075|       |    Py_ssize_t old_length = _PyUnicode_LENGTH(unicode);
 1076|       |#endif
 1077|       |
 1078|     93|    if (!_PyUnicode_IsModifiable(unicode)) {
  ------------------
  |  Branch (1078:9): [True: 0, False: 93]
  ------------------
 1079|      0|        PyObject *copy = resize_copy(unicode, length);
 1080|      0|        if (copy == NULL) {
  ------------------
  |  Branch (1080:13): [True: 0, False: 0]
  ------------------
 1081|      0|            return NULL;
 1082|      0|        }
 1083|      0|        Py_DECREF(unicode);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1084|      0|        return copy;
 1085|      0|    }
 1086|     93|    assert(PyUnicode_IS_COMPACT(unicode));
  ------------------
  |  Branch (1086:5): [True: 93, False: 0]
  ------------------
 1087|       |
 1088|     93|    char_size = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|     93|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    186|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 93, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1089|     93|    if (PyUnicode_IS_ASCII(unicode))
  ------------------
  |  |  227|     93|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 91, False: 2]
  |  |  ------------------
  ------------------
 1090|     91|        struct_size = sizeof(PyASCIIObject);
 1091|      2|    else
 1092|      2|        struct_size = sizeof(PyCompactUnicodeObject);
 1093|       |
 1094|     93|    if (length > ((PY_SSIZE_T_MAX - struct_size) / char_size - 1)) {
  ------------------
  |  |  137|     93|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1094:9): [True: 0, False: 93]
  ------------------
 1095|      0|        PyErr_NoMemory();
 1096|      0|        return NULL;
 1097|      0|    }
 1098|     93|    new_size = (struct_size + (length + 1) * char_size);
 1099|       |
 1100|     93|    if (_PyUnicode_HAS_UTF8_MEMORY(unicode)) {
  ------------------
  |  Branch (1100:9): [True: 0, False: 93]
  ------------------
 1101|      0|        PyMem_Free(_PyUnicode_UTF8(unicode));
 1102|      0|        PyUnicode_SET_UTF8_LENGTH(unicode, 0);
 1103|      0|        PyUnicode_SET_UTF8(unicode, NULL);
 1104|      0|    }
 1105|       |#ifdef Py_TRACE_REFS
 1106|       |    _Py_ForgetReference(unicode);
 1107|       |#endif
 1108|     93|    _PyReftracerTrack(unicode, PyRefTracer_DESTROY);
  ------------------
  |  |  112|     93|    do { \
  |  |  113|     93|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  114|     93|        if (tracer->tracer_func != NULL) { \
  |  |  ------------------
  |  |  |  Branch (114:13): [True: 0, False: 93]
  |  |  ------------------
  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  117|      0|        } \
  |  |  118|     93|    } while(0)
  |  |  ------------------
  |  |  |  Branch (118:13): [Folded, False: 93]
  |  |  ------------------
  ------------------
 1109|       |
 1110|     93|    new_unicode = (PyObject *)PyObject_Realloc(unicode, new_size);
 1111|     93|    if (new_unicode == NULL) {
  ------------------
  |  Branch (1111:9): [True: 0, False: 93]
  ------------------
 1112|      0|        _Py_NewReferenceNoTotal(unicode);
 1113|      0|        PyErr_NoMemory();
 1114|      0|        return NULL;
 1115|      0|    }
 1116|     93|    unicode = new_unicode;
 1117|     93|    _Py_NewReferenceNoTotal(unicode);
 1118|       |
 1119|     93|    _PyUnicode_LENGTH(unicode) = length;
  ------------------
  |  |  151|     93|    (_PyASCIIObject_CAST(op)->length)
  |  |  ------------------
  |  |  |  |  186|     93|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|     93|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1119:5): [True: 93, False: 0]
  ------------------
 1120|       |#ifdef Py_DEBUG
 1121|       |    unicode_fill_invalid(unicode, old_length);
 1122|       |#endif
 1123|     93|    PyUnicode_WRITE(PyUnicode_KIND(unicode), PyUnicode_DATA(unicode),
  ------------------
  |  |  335|     93|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|    186|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (34:47): [True: 93, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|     93|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|     93|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1124|     93|                    length, 0);
 1125|     93|    assert(_PyUnicode_CheckConsistency(unicode, 0));
  ------------------
  |  Branch (1125:5): [True: 93, False: 0]
  ------------------
 1126|     93|    return unicode;
 1127|     93|}
PyUnicode_New:
 1273|  24.9k|{
 1274|       |    /* Optimization for empty strings */
 1275|  24.9k|    if (size == 0) {
  ------------------
  |  Branch (1275:9): [True: 4, False: 24.9k]
  ------------------
 1276|      4|        return _PyUnicode_GetEmpty();
 1277|      4|    }
 1278|       |
 1279|  24.9k|    PyObject *obj;
 1280|  24.9k|    PyCompactUnicodeObject *unicode;
 1281|  24.9k|    void *data;
 1282|  24.9k|    int kind;
 1283|  24.9k|    int is_ascii;
 1284|  24.9k|    Py_ssize_t char_size;
 1285|  24.9k|    Py_ssize_t struct_size;
 1286|       |
 1287|  24.9k|    is_ascii = 0;
 1288|  24.9k|    struct_size = sizeof(PyCompactUnicodeObject);
 1289|  24.9k|    if (maxchar < 128) {
  ------------------
  |  Branch (1289:9): [True: 24.9k, False: 4]
  ------------------
 1290|  24.9k|        kind = PyUnicode_1BYTE_KIND;
 1291|  24.9k|        char_size = 1;
 1292|  24.9k|        is_ascii = 1;
 1293|  24.9k|        struct_size = sizeof(PyASCIIObject);
 1294|  24.9k|    }
 1295|      4|    else if (maxchar < 256) {
  ------------------
  |  Branch (1295:14): [True: 2, False: 2]
  ------------------
 1296|      2|        kind = PyUnicode_1BYTE_KIND;
 1297|      2|        char_size = 1;
 1298|      2|    }
 1299|      2|    else if (maxchar < 65536) {
  ------------------
  |  Branch (1299:14): [True: 2, False: 0]
  ------------------
 1300|      2|        kind = PyUnicode_2BYTE_KIND;
 1301|      2|        char_size = 2;
 1302|      2|    }
 1303|      0|    else {
 1304|      0|        if (maxchar > MAX_UNICODE) {
  ------------------
  |  |  104|      0|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|      0|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (1304:13): [True: 0, False: 0]
  ------------------
 1305|      0|            PyErr_SetString(PyExc_SystemError,
 1306|      0|                            "invalid maximum character passed to PyUnicode_New");
 1307|      0|            return NULL;
 1308|      0|        }
 1309|      0|        kind = PyUnicode_4BYTE_KIND;
 1310|      0|        char_size = 4;
 1311|      0|    }
 1312|       |
 1313|       |    /* Ensure we won't overflow the size. */
 1314|  24.9k|    if (size < 0) {
  ------------------
  |  Branch (1314:9): [True: 0, False: 24.9k]
  ------------------
 1315|      0|        PyErr_SetString(PyExc_SystemError,
 1316|      0|                        "Negative size passed to PyUnicode_New");
 1317|      0|        return NULL;
 1318|      0|    }
 1319|  24.9k|    if (size > ((PY_SSIZE_T_MAX - struct_size) / char_size - 1))
  ------------------
  |  |  137|  24.9k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (1319:9): [True: 0, False: 24.9k]
  ------------------
 1320|      0|        return PyErr_NoMemory();
 1321|       |
 1322|       |    /* Duplicated allocation code from _PyObject_New() instead of a call to
 1323|       |     * PyObject_New() so we are able to allocate space for the object and
 1324|       |     * it's data buffer.
 1325|       |     */
 1326|  24.9k|    obj = (PyObject *) PyObject_Malloc(struct_size + (size + 1) * char_size);
 1327|  24.9k|    if (obj == NULL) {
  ------------------
  |  Branch (1327:9): [True: 0, False: 24.9k]
  ------------------
 1328|      0|        return PyErr_NoMemory();
 1329|      0|    }
 1330|  24.9k|    _PyObject_Init(obj, &PyUnicode_Type);
 1331|       |
 1332|  24.9k|    unicode = (PyCompactUnicodeObject *)obj;
 1333|  24.9k|    if (is_ascii)
  ------------------
  |  Branch (1333:9): [True: 24.9k, False: 4]
  ------------------
 1334|  24.9k|        data = ((PyASCIIObject*)obj) + 1;
 1335|      4|    else
 1336|      4|        data = unicode + 1;
 1337|  24.9k|    _PyUnicode_LENGTH(unicode) = size;
  ------------------
  |  |  151|  24.9k|    (_PyASCIIObject_CAST(op)->length)
  |  |  ------------------
  |  |  |  |  186|  24.9k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  24.9k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1337:5): [True: 24.9k, False: 0]
  ------------------
 1338|  24.9k|    _PyUnicode_HASH(unicode) = -1;
  ------------------
  |  |  155|  24.9k|    (_PyASCIIObject_CAST(op)->hash)
  |  |  ------------------
  |  |  |  |  186|  24.9k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  24.9k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1338:5): [True: 24.9k, False: 0]
  ------------------
 1339|  24.9k|    _PyUnicode_STATE(unicode).interned = 0;
  ------------------
  |  |  153|  24.9k|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  24.9k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  24.9k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1339:5): [True: 24.9k, False: 0]
  ------------------
 1340|  24.9k|    _PyUnicode_STATE(unicode).kind = kind;
  ------------------
  |  |  153|  24.9k|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  24.9k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  24.9k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1340:5): [True: 24.9k, False: 0]
  ------------------
 1341|  24.9k|    _PyUnicode_STATE(unicode).compact = 1;
  ------------------
  |  |  153|  24.9k|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  24.9k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  24.9k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1341:5): [True: 24.9k, False: 0]
  ------------------
 1342|  24.9k|    _PyUnicode_STATE(unicode).ascii = is_ascii;
  ------------------
  |  |  153|  24.9k|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  24.9k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  24.9k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1342:5): [True: 24.9k, False: 0]
  ------------------
 1343|  24.9k|    _PyUnicode_STATE(unicode).statically_allocated = 0;
  ------------------
  |  |  153|  24.9k|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  24.9k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  24.9k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  24.9k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1343:5): [True: 24.9k, False: 0]
  ------------------
 1344|  24.9k|    if (is_ascii) {
  ------------------
  |  Branch (1344:9): [True: 24.9k, False: 4]
  ------------------
 1345|  24.9k|        ((char*)data)[size] = 0;
 1346|  24.9k|    }
 1347|      4|    else if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (1347:14): [True: 2, False: 2]
  ------------------
 1348|      2|        ((char*)data)[size] = 0;
 1349|      2|        unicode->utf8 = NULL;
 1350|      2|        unicode->utf8_length = 0;
 1351|      2|    }
 1352|      2|    else {
 1353|      2|        unicode->utf8 = NULL;
 1354|      2|        unicode->utf8_length = 0;
 1355|      2|        if (kind == PyUnicode_2BYTE_KIND)
  ------------------
  |  Branch (1355:13): [True: 2, False: 0]
  ------------------
 1356|      2|            ((Py_UCS2*)data)[size] = 0;
 1357|      0|        else /* kind == PyUnicode_4BYTE_KIND */
 1358|      0|            ((Py_UCS4*)data)[size] = 0;
 1359|      2|    }
 1360|       |#ifdef Py_DEBUG
 1361|       |    unicode_fill_invalid((PyObject*)unicode, 0);
 1362|       |#endif
 1363|  24.9k|    assert(_PyUnicode_CheckConsistency((PyObject*)unicode, 0));
  ------------------
  |  Branch (1363:5): [True: 24.9k, False: 0]
  ------------------
 1364|  24.9k|    return obj;
 1365|  24.9k|}
_PyUnicode_FastCopyCharacters:
 1525|    903|{
 1526|    903|    (void)_copy_characters(to, to_start, from, from_start, how_many, 0);
 1527|    903|}
_PyUnicode_IsModifiable:
 1734|    126|{
 1735|    126|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (1735:5): [True: 126, False: 0]
  ------------------
 1736|    126|    if (!_PyObject_IsUniquelyReferenced(unicode))
  ------------------
  |  Branch (1736:9): [True: 25, False: 101]
  ------------------
 1737|     25|        return 0;
 1738|    101|    if (PyUnicode_HASH(unicode) != -1)
  ------------------
  |  |  157|    101|#define PyUnicode_HASH PyUnstable_Unicode_GET_CACHED_HASH
  ------------------
  |  Branch (1738:9): [True: 0, False: 101]
  ------------------
 1739|      0|        return 0;
 1740|    101|    if (PyUnicode_CHECK_INTERNED(unicode))
  ------------------
  |  |  214|    101|#define PyUnicode_CHECK_INTERNED(op) PyUnicode_CHECK_INTERNED(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (214:38): [True: 0, False: 101]
  |  |  ------------------
  ------------------
 1741|      0|        return 0;
 1742|    101|    if (!PyUnicode_CheckExact(unicode))
  ------------------
  |  |  104|    101|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    101|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    101|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    101|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1742:9): [True: 0, False: 101]
  ------------------
 1743|      0|        return 0;
 1744|       |#ifdef Py_DEBUG
 1745|       |    /* singleton refcount is greater than 1 */
 1746|       |    assert(!unicode_is_singleton(unicode));
 1747|       |#endif
 1748|    101|    return 1;
 1749|    101|}
PyUnicode_FromWideChar:
 1900|    134|{
 1901|    134|    PyObject *unicode;
 1902|    134|    Py_UCS4 maxchar = 0;
 1903|    134|    Py_ssize_t num_surrogates;
 1904|       |
 1905|    134|    if (u == NULL && size != 0) {
  ------------------
  |  Branch (1905:9): [True: 0, False: 134]
  |  Branch (1905:22): [True: 0, False: 0]
  ------------------
 1906|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1907|      0|        return NULL;
 1908|      0|    }
 1909|       |
 1910|    134|    if (size == -1) {
  ------------------
  |  Branch (1910:9): [True: 84, False: 50]
  ------------------
 1911|     84|        size = wcslen(u);
 1912|     84|    }
 1913|       |
 1914|       |    /* If the Unicode data is known at construction time, we can apply
 1915|       |       some optimizations which share commonly used objects. */
 1916|       |
 1917|       |    /* Optimization for empty strings */
 1918|    134|    if (size == 0)
  ------------------
  |  Branch (1918:9): [True: 4, False: 130]
  ------------------
 1919|      4|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      4|    do {                             \
  |  |  376|      4|        return _PyUnicode_GetEmpty();\
  |  |  377|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1920|       |
 1921|       |#ifdef HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION
 1922|       |    /* Oracle Solaris uses non-Unicode internal wchar_t form for
 1923|       |       non-Unicode locales and hence needs conversion to UCS-4 first. */
 1924|       |    if (_Py_LocaleUsesNonUnicodeWchar()) {
 1925|       |        wchar_t* converted = _Py_DecodeNonUnicodeWchar(u, size);
 1926|       |        if (!converted) {
 1927|       |            return NULL;
 1928|       |        }
 1929|       |        PyObject *unicode = _PyUnicode_FromUCS4(converted, size);
 1930|       |        PyMem_Free(converted);
 1931|       |        return unicode;
 1932|       |    }
 1933|       |#endif
 1934|       |
 1935|       |    /* Single character Unicode objects in the Latin-1 range are
 1936|       |       shared when using this constructor */
 1937|    130|    if (size == 1 && (Py_UCS4)*u < 256)
  ------------------
  |  Branch (1937:9): [True: 0, False: 130]
  |  Branch (1937:22): [True: 0, False: 0]
  ------------------
 1938|      0|        return get_latin1_char((unsigned char)*u);
 1939|       |
 1940|       |    /* If not empty and not single character, copy the Unicode data
 1941|       |       into the new object */
 1942|    130|    if (find_maxchar_surrogates(u, u + size,
  ------------------
  |  Branch (1942:9): [True: 0, False: 130]
  ------------------
 1943|    130|                                &maxchar, &num_surrogates) == -1)
 1944|      0|        return NULL;
 1945|       |
 1946|    130|    unicode = PyUnicode_New(size - num_surrogates, maxchar);
 1947|    130|    if (!unicode)
  ------------------
  |  Branch (1947:9): [True: 0, False: 130]
  ------------------
 1948|      0|        return NULL;
 1949|       |
 1950|    130|    unicode_write_widechar(PyUnicode_KIND(unicode), PyUnicode_DATA(unicode),
  ------------------
  |  |  258|    130|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    260|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 130, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  unicode_write_widechar(PyUnicode_KIND(unicode), PyUnicode_DATA(unicode),
  ------------------
  |  |  284|    130|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    130|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    130|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1951|    130|                           u, size, num_surrogates);
 1952|       |
 1953|    130|    return unicode_result(unicode);
  ------------------
  |  |  747|    130|#define unicode_result _PyUnicode_Result
  ------------------
 1954|    130|}
PyUnicode_FromStringAndSize:
 2009|    212|{
 2010|    212|    if (size < 0) {
  ------------------
  |  Branch (2010:9): [True: 0, False: 212]
  ------------------
 2011|      0|        PyErr_SetString(PyExc_SystemError,
 2012|      0|                        "Negative size passed to PyUnicode_FromStringAndSize");
 2013|      0|        return NULL;
 2014|      0|    }
 2015|    212|    if (u != NULL) {
  ------------------
  |  Branch (2015:9): [True: 212, False: 0]
  ------------------
 2016|    212|        return PyUnicode_DecodeUTF8Stateful(u, size, NULL, NULL);
 2017|    212|    }
 2018|      0|    if (size > 0) {
  ------------------
  |  Branch (2018:9): [True: 0, False: 0]
  ------------------
 2019|      0|        PyErr_SetString(PyExc_SystemError,
 2020|      0|            "NULL string with positive size with NULL passed to PyUnicode_FromStringAndSize");
 2021|      0|        return NULL;
 2022|      0|    }
 2023|      0|    return _PyUnicode_GetEmpty();
 2024|      0|}
PyUnicode_FromString:
 2028|  10.6k|{
 2029|  10.6k|    size_t size = strlen(u);
 2030|  10.6k|    if (size > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|  10.6k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2030:9): [True: 0, False: 10.6k]
  ------------------
 2031|      0|        PyErr_SetString(PyExc_OverflowError, "input too long");
 2032|      0|        return NULL;
 2033|      0|    }
 2034|  10.6k|    return PyUnicode_DecodeUTF8Stateful(u, (Py_ssize_t)size, NULL, NULL);
 2035|  10.6k|}
_PyUnicode_FromASCII:
 2123|    344|{
 2124|    344|    const unsigned char *s = (const unsigned char *)buffer;
 2125|    344|    PyObject *unicode;
 2126|    344|    if (size == 1) {
  ------------------
  |  Branch (2126:9): [True: 2, False: 342]
  ------------------
 2127|       |#ifdef Py_DEBUG
 2128|       |        assert((unsigned char)s[0] < 128);
 2129|       |#endif
 2130|      2|        return get_latin1_char(s[0]);
 2131|      2|    }
 2132|    342|    unicode = PyUnicode_New(size, 127);
 2133|    342|    if (!unicode)
  ------------------
  |  Branch (2133:9): [True: 0, False: 342]
  ------------------
 2134|      0|        return NULL;
 2135|    342|    memcpy(PyUnicode_1BYTE_DATA(unicode), s, size);
  ------------------
  |  |  291|    342|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    342|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2136|    342|    assert(_PyUnicode_CheckConsistency(unicode, 1));
  ------------------
  |  Branch (2136:5): [True: 342, False: 0]
  ------------------
 2137|    342|    return unicode;
 2138|    342|}
PyUnicode_FromKindAndData:
 2279|  12.5k|{
 2280|  12.5k|    if (size < 0) {
  ------------------
  |  Branch (2280:9): [True: 0, False: 12.5k]
  ------------------
 2281|      0|        PyErr_SetString(PyExc_ValueError, "size must be positive");
 2282|      0|        return NULL;
 2283|      0|    }
 2284|  12.5k|    switch (kind) {
 2285|  12.5k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (2285:5): [True: 12.5k, False: 0]
  ------------------
 2286|  12.5k|        return _PyUnicode_FromUCS1(buffer, size);
 2287|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (2287:5): [True: 0, False: 12.5k]
  ------------------
 2288|      0|        return _PyUnicode_FromUCS2(buffer, size);
 2289|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (2289:5): [True: 0, False: 12.5k]
  ------------------
 2290|      0|        return _PyUnicode_FromUCS4(buffer, size);
 2291|      0|    default:
  ------------------
  |  Branch (2291:5): [True: 0, False: 12.5k]
  ------------------
 2292|      0|        PyErr_SetString(PyExc_SystemError, "invalid kind");
 2293|       |        return NULL;
 2294|  12.5k|    }
 2295|  12.5k|}
_PyUnicode_FindMaxChar:
 2299|     21|{
 2300|     21|    int kind;
 2301|     21|    const void *startptr, *endptr;
 2302|       |
 2303|     21|    assert(0 <= start);
  ------------------
  |  Branch (2303:5): [True: 21, False: 0]
  ------------------
 2304|     21|    assert(end <= PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  Branch (2304:5): [True: 21, False: 0]
  ------------------
 2305|     21|    assert(start <= end);
  ------------------
  |  Branch (2305:5): [True: 21, False: 0]
  ------------------
 2306|       |
 2307|     21|    if (start == 0 && end == PyUnicode_GET_LENGTH(unicode))
  ------------------
  |  |  299|     21|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2307:9): [True: 21, False: 0]
  |  Branch (2307:23): [True: 0, False: 21]
  ------------------
 2308|      0|        return PyUnicode_MAX_CHAR_VALUE(unicode);
  ------------------
  |  |  405|      0|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2309|       |
 2310|     21|    if (start == end)
  ------------------
  |  Branch (2310:9): [True: 0, False: 21]
  ------------------
 2311|      0|        return 127;
 2312|       |
 2313|     21|    if (PyUnicode_IS_ASCII(unicode))
  ------------------
  |  |  227|     21|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 21, False: 0]
  |  |  ------------------
  ------------------
 2314|     21|        return 127;
 2315|       |
 2316|      0|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2317|      0|    startptr = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2318|      0|    endptr = (char *)startptr + end * kind;
 2319|      0|    startptr = (char *)startptr + start * kind;
 2320|      0|    switch(kind) {
 2321|      0|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (2321:5): [True: 0, False: 0]
  ------------------
 2322|      0|        return ucs1lib_find_max_char(startptr, endptr);
 2323|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (2323:5): [True: 0, False: 0]
  ------------------
 2324|      0|        return ucs2lib_find_max_char(startptr, endptr);
 2325|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (2325:5): [True: 0, False: 0]
  ------------------
 2326|      0|        return ucs4lib_find_max_char(startptr, endptr);
 2327|      0|    default:
  ------------------
  |  Branch (2327:5): [True: 0, False: 0]
  ------------------
 2328|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 2329|      0|    }
 2330|      0|}
PyUnicode_FromFormatV:
 3111|     66|{
 3112|     66|    _PyUnicodeWriter writer;
 3113|     66|    _PyUnicodeWriter_Init(&writer);
 3114|       |
 3115|     66|    if (unicode_from_format(&writer, format, vargs) < 0) {
  ------------------
  |  Branch (3115:9): [True: 0, False: 66]
  ------------------
 3116|      0|        _PyUnicodeWriter_Dealloc(&writer);
 3117|      0|        return NULL;
 3118|      0|    }
 3119|     66|    return _PyUnicodeWriter_Finish(&writer);
 3120|     66|}
PyUnicode_FromFormat:
 3124|     11|{
 3125|     11|    PyObject* ret;
 3126|     11|    va_list vargs;
 3127|       |
 3128|     11|    va_start(vargs, format);
 3129|     11|    ret = PyUnicode_FromFormatV(format, vargs);
 3130|       |    va_end(vargs);
 3131|     11|    return ret;
 3132|     11|}
PyUnicode_AsWideCharString:
 3282|    136|{
 3283|    136|    wchar_t *buffer;
 3284|    136|    Py_ssize_t buflen;
 3285|       |
 3286|    136|    if (unicode == NULL) {
  ------------------
  |  Branch (3286:9): [True: 0, False: 136]
  ------------------
 3287|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3288|      0|        return NULL;
 3289|      0|    }
 3290|    136|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|    136|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    136|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3290:9): [True: 0, False: 136]
  ------------------
 3291|      0|        PyErr_BadArgument();
 3292|      0|        return NULL;
 3293|      0|    }
 3294|       |
 3295|    136|    buflen = unicode_get_widechar_size(unicode);
 3296|    136|    buffer = (wchar_t *) PyMem_New(wchar_t, (buflen + 1));
  ------------------
  |  |   64|    136|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|    136|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 136]
  |  |  ------------------
  |  |   65|    136|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 3297|    136|    if (buffer == NULL) {
  ------------------
  |  Branch (3297:9): [True: 0, False: 136]
  ------------------
 3298|      0|        PyErr_NoMemory();
 3299|      0|        return NULL;
 3300|      0|    }
 3301|    136|    unicode_copy_as_widechar(unicode, buffer, buflen + 1);
 3302|       |
 3303|       |#ifdef HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION
 3304|       |    /* Oracle Solaris uses non-Unicode internal wchar_t form for
 3305|       |       non-Unicode locales and hence needs conversion first. */
 3306|       |    if (_Py_LocaleUsesNonUnicodeWchar()) {
 3307|       |        if (_Py_EncodeNonUnicodeWchar_InPlace(buffer, (buflen + 1)) < 0) {
 3308|       |            return NULL;
 3309|       |        }
 3310|       |    }
 3311|       |#endif
 3312|       |
 3313|    136|    if (size != NULL) {
  ------------------
  |  Branch (3313:9): [True: 64, False: 72]
  ------------------
 3314|     64|        *size = buflen;
 3315|     64|    }
 3316|     72|    else if (wcslen(buffer) != (size_t)buflen) {
  ------------------
  |  Branch (3316:14): [True: 0, False: 72]
  ------------------
 3317|      0|        PyMem_Free(buffer);
 3318|      0|        PyErr_SetString(PyExc_ValueError,
 3319|      0|                        "embedded null character");
 3320|      0|        return NULL;
 3321|      0|    }
 3322|    136|    return buffer;
 3323|    136|}
PyUnicode_FromOrdinal:
 3377|     24|{
 3378|     24|    if (ordinal < 0 || ordinal > MAX_UNICODE) {
  ------------------
  |  |  104|     24|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|     24|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (3378:9): [True: 0, False: 24]
  |  Branch (3378:24): [True: 0, False: 24]
  ------------------
 3379|      0|        PyErr_SetString(PyExc_ValueError,
 3380|      0|                        "chr() arg not in range(0x110000)");
 3381|      0|        return NULL;
 3382|      0|    }
 3383|       |
 3384|     24|    return unicode_char((Py_UCS4)ordinal);
 3385|     24|}
PyUnicode_FromObject:
 3389|      2|{
 3390|       |    /* XXX Perhaps we should make this API an alias of
 3391|       |       PyObject_Str() instead ?! */
 3392|      2|    if (PyUnicode_CheckExact(obj)) {
  ------------------
  |  |  104|      2|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3393|      2|        return Py_NewRef(obj);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3394|      2|    }
 3395|      0|    if (PyUnicode_Check(obj)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3396|       |        /* For a Unicode subtype that's not a Unicode object,
 3397|       |           return a true Unicode object with the same data. */
 3398|      0|        return _PyUnicode_Copy(obj);
 3399|      0|    }
 3400|      0|    PyErr_Format(PyExc_TypeError,
 3401|      0|                 "Can't convert '%.100s' object to str implicitly",
 3402|      0|                 Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3403|       |    return NULL;
 3404|      0|}
PyUnicode_FromEncodedObject:
 3410|     28|{
 3411|     28|    Py_buffer buffer;
 3412|     28|    PyObject *v;
 3413|       |
 3414|     28|    if (obj == NULL) {
  ------------------
  |  Branch (3414:9): [True: 0, False: 28]
  ------------------
 3415|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 3416|      0|        return NULL;
 3417|      0|    }
 3418|       |
 3419|       |    /* Decoding bytes objects is the most common case and should be fast */
 3420|     28|    if (PyBytes_Check(obj)) {
  ------------------
  |  |   28|     28|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     28|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 28, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3421|     28|        if (PyBytes_GET_SIZE(obj) == 0) {
  ------------------
  |  |   33|     28|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3421:13): [True: 0, False: 28]
  ------------------
 3422|      0|            if (unicode_check_encoding_errors(encoding, errors) < 0) {
  ------------------
  |  Branch (3422:17): [True: 0, False: 0]
  ------------------
 3423|      0|                return NULL;
 3424|      0|            }
 3425|      0|            _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3426|      0|        }
 3427|     28|        return PyUnicode_Decode(
 3428|     28|                PyBytes_AS_STRING(obj), PyBytes_GET_SIZE(obj),
  ------------------
  |  |   27|     28|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              PyBytes_AS_STRING(obj), PyBytes_GET_SIZE(obj),
  ------------------
  |  |   33|     28|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3429|     28|                encoding, errors);
 3430|     28|    }
 3431|       |
 3432|      0|    if (PyUnicode_Check(obj)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3433|      0|        PyErr_SetString(PyExc_TypeError,
 3434|      0|                        "decoding str is not supported");
 3435|      0|        return NULL;
 3436|      0|    }
 3437|       |
 3438|       |    /* Retrieve a bytes buffer view through the PEP 3118 buffer interface */
 3439|      0|    if (PyObject_GetBuffer(obj, &buffer, PyBUF_SIMPLE) < 0) {
  ------------------
  |  |  108|      0|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (3439:9): [True: 0, False: 0]
  ------------------
 3440|      0|        PyErr_Format(PyExc_TypeError,
 3441|      0|                     "decoding to str: need a bytes-like object, %.80s found",
 3442|      0|                     Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3443|      0|        return NULL;
 3444|      0|    }
 3445|       |
 3446|      0|    if (buffer.len == 0) {
  ------------------
  |  Branch (3446:9): [True: 0, False: 0]
  ------------------
 3447|      0|        PyBuffer_Release(&buffer);
 3448|      0|        if (unicode_check_encoding_errors(encoding, errors) < 0) {
  ------------------
  |  Branch (3448:13): [True: 0, False: 0]
  ------------------
 3449|      0|            return NULL;
 3450|      0|        }
 3451|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3452|      0|    }
 3453|       |
 3454|      0|    v = PyUnicode_Decode((char*) buffer.buf, buffer.len, encoding, errors);
 3455|      0|    PyBuffer_Release(&buffer);
 3456|      0|    return v;
 3457|      0|}
_Py_normalize_encoding:
 3467|     66|{
 3468|     66|    const char *e;
 3469|     66|    char *l;
 3470|     66|    char *l_end;
 3471|     66|    int punct;
 3472|       |
 3473|     66|    assert(encoding != NULL);
  ------------------
  |  Branch (3473:5): [True: 66, False: 0]
  ------------------
 3474|       |
 3475|     66|    e = encoding;
 3476|     66|    l = lower;
 3477|     66|    l_end = &lower[lower_len - 1];
 3478|     66|    punct = 0;
 3479|    420|    while (1) {
  ------------------
  |  Branch (3479:12): [True: 420, Folded]
  ------------------
 3480|    420|        char c = *e;
 3481|    420|        if (c == 0) {
  ------------------
  |  Branch (3481:13): [True: 66, False: 354]
  ------------------
 3482|     66|            break;
 3483|     66|        }
 3484|       |
 3485|    354|        if (Py_ISALNUM(c) || c == '.') {
  ------------------
  |  |   26|    708|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |  138|    354|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |   12|    354|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   10|    354|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    8|    354|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    9|    354|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|    354|#define PY_CTF_DIGIT  0x04
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (26:24): [True: 342, False: 12]
  |  |  ------------------
  ------------------
  |  Branch (3485:30): [True: 0, False: 12]
  ------------------
 3486|    342|            if (punct && l != lower) {
  ------------------
  |  Branch (3486:17): [True: 12, False: 330]
  |  Branch (3486:26): [True: 12, False: 0]
  ------------------
 3487|     12|                if (l == l_end) {
  ------------------
  |  Branch (3487:21): [True: 0, False: 12]
  ------------------
 3488|      0|                    return 0;
 3489|      0|                }
 3490|     12|                *l++ = '_';
 3491|     12|            }
 3492|    342|            punct = 0;
 3493|       |
 3494|    342|            if (l == l_end) {
  ------------------
  |  Branch (3494:17): [True: 0, False: 342]
  ------------------
 3495|      0|                return 0;
 3496|      0|            }
 3497|    342|            *l++ = to_lower ? Py_TOLOWER(c) : c;
  ------------------
  |  |   32|    334|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|    334|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  |  Branch (3497:20): [True: 334, False: 8]
  ------------------
 3498|    342|        }
 3499|     12|        else {
 3500|     12|            punct = 1;
 3501|     12|        }
 3502|       |
 3503|    354|        e++;
 3504|    354|    }
 3505|     66|    *l = '\0';
 3506|     66|    return 1;
 3507|     66|}
PyUnicode_Decode:
 3514|     28|{
 3515|     28|    PyObject *buffer = NULL, *unicode;
 3516|     28|    Py_buffer info;
 3517|     28|    char buflower[11];   /* strlen("iso-8859-1\0") == 11, longest shortcut */
 3518|       |
 3519|     28|    if (unicode_check_encoding_errors(encoding, errors) < 0) {
  ------------------
  |  Branch (3519:9): [True: 0, False: 28]
  ------------------
 3520|      0|        return NULL;
 3521|      0|    }
 3522|       |
 3523|     28|    if (size == 0) {
  ------------------
  |  Branch (3523:9): [True: 0, False: 28]
  ------------------
 3524|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3525|      0|    }
 3526|       |
 3527|     28|    if (encoding == NULL) {
  ------------------
  |  Branch (3527:9): [True: 0, False: 28]
  ------------------
 3528|      0|        return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL);
 3529|      0|    }
 3530|       |
 3531|       |    /* Shortcuts for common default encodings */
 3532|     28|    if (_Py_normalize_encoding(encoding, buflower, sizeof(buflower), 1)) {
  ------------------
  |  Branch (3532:9): [True: 28, False: 0]
  ------------------
 3533|     28|        char *lower = buflower;
 3534|       |
 3535|       |        /* Fast paths */
 3536|     28|        if (lower[0] == 'u' && lower[1] == 't' && lower[2] == 'f') {
  ------------------
  |  Branch (3536:13): [True: 4, False: 24]
  |  Branch (3536:32): [True: 4, False: 0]
  |  Branch (3536:51): [True: 4, False: 0]
  ------------------
 3537|      4|            lower += 3;
 3538|      4|            if (*lower == '_') {
  ------------------
  |  Branch (3538:17): [True: 4, False: 0]
  ------------------
 3539|       |                /* Match "utf8" and "utf_8" */
 3540|      4|                lower++;
 3541|      4|            }
 3542|       |
 3543|      4|            if (lower[0] == '8' && lower[1] == 0) {
  ------------------
  |  Branch (3543:17): [True: 4, False: 0]
  |  Branch (3543:36): [True: 4, False: 0]
  ------------------
 3544|      4|                return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL);
 3545|      4|            }
 3546|      0|            else if (lower[0] == '1' && lower[1] == '6' && lower[2] == 0) {
  ------------------
  |  Branch (3546:22): [True: 0, False: 0]
  |  Branch (3546:41): [True: 0, False: 0]
  |  Branch (3546:60): [True: 0, False: 0]
  ------------------
 3547|      0|                return PyUnicode_DecodeUTF16(s, size, errors, 0);
 3548|      0|            }
 3549|      0|            else if (lower[0] == '3' && lower[1] == '2' && lower[2] == 0) {
  ------------------
  |  Branch (3549:22): [True: 0, False: 0]
  |  Branch (3549:41): [True: 0, False: 0]
  |  Branch (3549:60): [True: 0, False: 0]
  ------------------
 3550|      0|                return PyUnicode_DecodeUTF32(s, size, errors, 0);
 3551|      0|            }
 3552|      4|        }
 3553|     24|        else {
 3554|     24|            if (strcmp(lower, "ascii") == 0
  ------------------
  |  Branch (3554:17): [True: 0, False: 24]
  ------------------
 3555|     24|                || strcmp(lower, "us_ascii") == 0) {
  ------------------
  |  Branch (3555:20): [True: 0, False: 24]
  ------------------
 3556|      0|                return PyUnicode_DecodeASCII(s, size, errors);
 3557|      0|            }
 3558|       |    #ifdef MS_WINDOWS
 3559|       |            else if (strcmp(lower, "mbcs") == 0) {
 3560|       |                return PyUnicode_DecodeMBCS(s, size, errors);
 3561|       |            }
 3562|       |    #endif
 3563|     24|            else if (strcmp(lower, "latin1") == 0
  ------------------
  |  Branch (3563:22): [True: 24, False: 0]
  ------------------
 3564|      0|                     || strcmp(lower, "latin_1") == 0
  ------------------
  |  Branch (3564:25): [True: 0, False: 0]
  ------------------
 3565|      0|                     || strcmp(lower, "iso_8859_1") == 0
  ------------------
  |  Branch (3565:25): [True: 0, False: 0]
  ------------------
 3566|     24|                     || strcmp(lower, "iso8859_1") == 0) {
  ------------------
  |  Branch (3566:25): [True: 0, False: 0]
  ------------------
 3567|     24|                return PyUnicode_DecodeLatin1(s, size, errors);
 3568|     24|            }
 3569|     24|        }
 3570|     28|    }
 3571|       |
 3572|       |    /* Decode via the codec registry */
 3573|      0|    buffer = NULL;
 3574|      0|    if (PyBuffer_FillInfo(&info, NULL, (void *)s, size, 1, PyBUF_FULL_RO) < 0)
  ------------------
  |  |  134|      0|#define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  122|      0|#define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
  |  |  |  |  ------------------
  |  |  |  |  |  |  118|      0|#define PyBUF_STRIDES (0x0010 | PyBUF_ND)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  117|      0|#define PyBUF_ND 0x0008
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT)
  |  |  ------------------
  |  |  |  |  116|      0|#define PyBUF_FORMAT 0x0004
  |  |  ------------------
  ------------------
  |  Branch (3574:9): [True: 0, False: 0]
  ------------------
 3575|      0|        goto onError;
 3576|      0|    buffer = PyMemoryView_FromBuffer(&info);
 3577|      0|    if (buffer == NULL)
  ------------------
  |  Branch (3577:9): [True: 0, False: 0]
  ------------------
 3578|      0|        goto onError;
 3579|      0|    unicode = _PyCodec_DecodeText(buffer, encoding, errors);
 3580|      0|    if (unicode == NULL)
  ------------------
  |  Branch (3580:9): [True: 0, False: 0]
  ------------------
 3581|      0|        goto onError;
 3582|      0|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3582:9): [True: 0, False: 0]
  ------------------
 3583|      0|        PyErr_Format(PyExc_TypeError,
 3584|      0|                     "'%.400s' decoder returned '%.400s' instead of 'str'; "
 3585|      0|                     "use codecs.decode() to decode to arbitrary types",
 3586|      0|                     encoding,
 3587|      0|                     Py_TYPE(unicode)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3588|      0|        Py_DECREF(unicode);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3589|      0|        goto onError;
 3590|      0|    }
 3591|      0|    Py_DECREF(buffer);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3592|      0|    return unicode_result(unicode);
  ------------------
  |  |  747|      0|#define unicode_result _PyUnicode_Result
  ------------------
 3593|       |
 3594|      0|  onError:
 3595|      0|    Py_XDECREF(buffer);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3596|       |    return NULL;
 3597|      0|}
PyUnicode_EncodeFSDefault:
 3735|    109|{
 3736|    109|    PyInterpreterState *interp = _PyInterpreterState_GET();
 3737|    109|    struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec;
 3738|    109|    if (fs_codec->utf8) {
  ------------------
  |  Branch (3738:9): [True: 109, False: 0]
  ------------------
 3739|    109|        return unicode_encode_utf8(unicode,
 3740|    109|                                   fs_codec->error_handler,
 3741|    109|                                   fs_codec->errors);
 3742|    109|    }
 3743|      0|#ifndef _Py_FORCE_UTF8_FS_ENCODING
 3744|      0|    else if (fs_codec->encoding) {
  ------------------
  |  Branch (3744:14): [True: 0, False: 0]
  ------------------
 3745|      0|        return PyUnicode_AsEncodedString(unicode,
 3746|      0|                                         fs_codec->encoding,
 3747|      0|                                         fs_codec->errors);
 3748|      0|    }
 3749|      0|#endif
 3750|      0|    else {
 3751|       |        /* Before _PyUnicode_InitEncodings() is called, the Python codec
 3752|       |           machinery is not ready and so cannot be used:
 3753|       |           use wcstombs() in this case. */
 3754|      0|        const PyConfig *config = _PyInterpreterState_GetConfig(interp);
 3755|      0|        const wchar_t *filesystem_errors = config->filesystem_errors;
 3756|      0|        assert(filesystem_errors != NULL);
  ------------------
  |  Branch (3756:9): [True: 0, False: 0]
  ------------------
 3757|      0|        _Py_error_handler errors = get_error_handler_wide(filesystem_errors);
 3758|      0|        assert(errors != _Py_ERROR_UNKNOWN);
  ------------------
  |  Branch (3758:9): [True: 0, False: 0]
  ------------------
 3759|       |#ifdef _Py_FORCE_UTF8_FS_ENCODING
 3760|       |        return unicode_encode_utf8(unicode, errors, NULL);
 3761|       |#else
 3762|      0|        return unicode_encode_locale(unicode, errors, 0);
 3763|      0|#endif
 3764|      0|    }
 3765|    109|}
PyUnicode_AsEncodedString:
 3771|     36|{
 3772|     36|    PyObject *v;
 3773|     36|    char buflower[11];   /* strlen("iso_8859_1\0") == 11, longest shortcut */
 3774|       |
 3775|     36|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|     36|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     36|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3775:9): [True: 0, False: 36]
  ------------------
 3776|      0|        PyErr_BadArgument();
 3777|      0|        return NULL;
 3778|      0|    }
 3779|       |
 3780|     36|    if (unicode_check_encoding_errors(encoding, errors) < 0) {
  ------------------
  |  Branch (3780:9): [True: 0, False: 36]
  ------------------
 3781|      0|        return NULL;
 3782|      0|    }
 3783|       |
 3784|     36|    if (encoding == NULL) {
  ------------------
  |  Branch (3784:9): [True: 0, False: 36]
  ------------------
 3785|      0|        return _PyUnicode_AsUTF8String(unicode, errors);
 3786|      0|    }
 3787|       |
 3788|       |    /* Shortcuts for common default encodings */
 3789|     36|    if (_Py_normalize_encoding(encoding, buflower, sizeof(buflower), 1)) {
  ------------------
  |  Branch (3789:9): [True: 36, False: 0]
  ------------------
 3790|     36|        char *lower = buflower;
 3791|       |
 3792|       |        /* Fast paths */
 3793|     36|        if (lower[0] == 'u' && lower[1] == 't' && lower[2] == 'f') {
  ------------------
  |  Branch (3793:13): [True: 6, False: 30]
  |  Branch (3793:32): [True: 6, False: 0]
  |  Branch (3793:51): [True: 6, False: 0]
  ------------------
 3794|      6|            lower += 3;
 3795|      6|            if (*lower == '_') {
  ------------------
  |  Branch (3795:17): [True: 6, False: 0]
  ------------------
 3796|       |                /* Match "utf8" and "utf_8" */
 3797|      6|                lower++;
 3798|      6|            }
 3799|       |
 3800|      6|            if (lower[0] == '8' && lower[1] == 0) {
  ------------------
  |  Branch (3800:17): [True: 6, False: 0]
  |  Branch (3800:36): [True: 6, False: 0]
  ------------------
 3801|      6|                return _PyUnicode_AsUTF8String(unicode, errors);
 3802|      6|            }
 3803|      0|            else if (lower[0] == '1' && lower[1] == '6' && lower[2] == 0) {
  ------------------
  |  Branch (3803:22): [True: 0, False: 0]
  |  Branch (3803:41): [True: 0, False: 0]
  |  Branch (3803:60): [True: 0, False: 0]
  ------------------
 3804|      0|                return _PyUnicode_EncodeUTF16(unicode, errors, 0);
 3805|      0|            }
 3806|      0|            else if (lower[0] == '3' && lower[1] == '2' && lower[2] == 0) {
  ------------------
  |  Branch (3806:22): [True: 0, False: 0]
  |  Branch (3806:41): [True: 0, False: 0]
  |  Branch (3806:60): [True: 0, False: 0]
  ------------------
 3807|      0|                return _PyUnicode_EncodeUTF32(unicode, errors, 0);
 3808|      0|            }
 3809|      6|        }
 3810|     30|        else {
 3811|     30|            if (strcmp(lower, "ascii") == 0
  ------------------
  |  Branch (3811:17): [True: 30, False: 0]
  ------------------
 3812|     30|                || strcmp(lower, "us_ascii") == 0) {
  ------------------
  |  Branch (3812:20): [True: 0, False: 0]
  ------------------
 3813|     30|                return _PyUnicode_AsASCIIString(unicode, errors);
 3814|     30|            }
 3815|       |#ifdef MS_WINDOWS
 3816|       |            else if (strcmp(lower, "mbcs") == 0) {
 3817|       |                return PyUnicode_EncodeCodePage(CP_ACP, unicode, errors);
 3818|       |            }
 3819|       |#endif
 3820|      0|            else if (strcmp(lower, "latin1") == 0 ||
  ------------------
  |  Branch (3820:22): [True: 0, False: 0]
  ------------------
 3821|      0|                     strcmp(lower, "latin_1") == 0 ||
  ------------------
  |  Branch (3821:22): [True: 0, False: 0]
  ------------------
 3822|      0|                     strcmp(lower, "iso_8859_1") == 0 ||
  ------------------
  |  Branch (3822:22): [True: 0, False: 0]
  ------------------
 3823|      0|                     strcmp(lower, "iso8859_1") == 0) {
  ------------------
  |  Branch (3823:22): [True: 0, False: 0]
  ------------------
 3824|      0|                return _PyUnicode_AsLatin1String(unicode, errors);
 3825|      0|            }
 3826|     30|        }
 3827|     36|    }
 3828|       |
 3829|       |    /* Encode via the codec registry */
 3830|      0|    v = _PyCodec_EncodeText(unicode, encoding, errors);
 3831|      0|    if (v == NULL)
  ------------------
  |  Branch (3831:9): [True: 0, False: 0]
  ------------------
 3832|      0|        return NULL;
 3833|       |
 3834|       |    /* The normal path */
 3835|      0|    if (PyBytes_Check(v))
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3836|      0|        return v;
 3837|       |
 3838|       |    /* If the codec returns a buffer, raise a warning and convert to bytes */
 3839|      0|    if (PyByteArray_Check(v)) {
  ------------------
  |  |   24|      0|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3840|      0|        int error;
 3841|      0|        PyObject *b;
 3842|       |
 3843|      0|        error = PyErr_WarnFormat(PyExc_RuntimeWarning, 1,
 3844|      0|            "encoder %s returned bytearray instead of bytes; "
 3845|      0|            "use codecs.encode() to encode to arbitrary types",
 3846|      0|            encoding);
 3847|      0|        if (error) {
  ------------------
  |  Branch (3847:13): [True: 0, False: 0]
  ------------------
 3848|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3849|      0|            return NULL;
 3850|      0|        }
 3851|       |
 3852|      0|        b = PyBytes_FromStringAndSize(PyByteArray_AS_STRING(v),
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3853|      0|                                      PyByteArray_GET_SIZE(v));
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3854|      0|        Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3855|      0|        return b;
 3856|      0|    }
 3857|       |
 3858|      0|    PyErr_Format(PyExc_TypeError,
 3859|      0|                 "'%.400s' encoder returned '%.400s' instead of 'bytes'; "
 3860|      0|                 "use codecs.encode() to encode to arbitrary types",
 3861|      0|                 encoding,
 3862|      0|                 Py_TYPE(v)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3863|      0|    Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3864|       |    return NULL;
 3865|      0|}
PyUnicode_DecodeLocale:
 3952|     28|{
 3953|     28|    Py_ssize_t size = (Py_ssize_t)strlen(str);
 3954|     28|    _Py_error_handler error_handler = _Py_GetErrorHandler(errors);
 3955|     28|    return unicode_decode_locale(str, size, error_handler, 1);
 3956|     28|}
PyUnicode_DecodeFSDefaultAndSize:
 3967|    560|{
 3968|    560|    PyInterpreterState *interp = _PyInterpreterState_GET();
 3969|    560|    struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec;
 3970|    560|    if (fs_codec->utf8) {
  ------------------
  |  Branch (3970:9): [True: 558, False: 2]
  ------------------
 3971|    558|        return unicode_decode_utf8(s, size,
 3972|    558|                                   fs_codec->error_handler,
 3973|    558|                                   fs_codec->errors,
 3974|    558|                                   NULL);
 3975|    558|    }
 3976|      2|#ifndef _Py_FORCE_UTF8_FS_ENCODING
 3977|      2|    else if (fs_codec->encoding) {
  ------------------
  |  Branch (3977:14): [True: 0, False: 2]
  ------------------
 3978|      0|        return PyUnicode_Decode(s, size,
 3979|      0|                                fs_codec->encoding,
 3980|      0|                                fs_codec->errors);
 3981|      0|    }
 3982|      2|#endif
 3983|      2|    else {
 3984|       |        /* Before _PyUnicode_InitEncodings() is called, the Python codec
 3985|       |           machinery is not ready and so cannot be used:
 3986|       |           use mbstowcs() in this case. */
 3987|      2|        const PyConfig *config = _PyInterpreterState_GetConfig(interp);
 3988|      2|        const wchar_t *filesystem_errors = config->filesystem_errors;
 3989|      2|        assert(filesystem_errors != NULL);
  ------------------
  |  Branch (3989:9): [True: 2, False: 0]
  ------------------
 3990|      2|        _Py_error_handler errors = get_error_handler_wide(filesystem_errors);
 3991|      2|        assert(errors != _Py_ERROR_UNKNOWN);
  ------------------
  |  Branch (3991:9): [True: 2, False: 0]
  ------------------
 3992|       |#ifdef _Py_FORCE_UTF8_FS_ENCODING
 3993|       |        return unicode_decode_utf8(s, size, errors, NULL, NULL);
 3994|       |#else
 3995|      2|        return unicode_decode_locale(s, size, errors, 0);
 3996|      2|#endif
 3997|      2|    }
 3998|    560|}
PyUnicode_FSConverter:
 4003|     13|{
 4004|     13|    PyObject *path = NULL;
 4005|     13|    PyObject *output = NULL;
 4006|     13|    Py_ssize_t size;
 4007|     13|    const char *data;
 4008|     13|    if (arg == NULL) {
  ------------------
  |  Branch (4008:9): [True: 0, False: 13]
  ------------------
 4009|      0|        Py_DECREF(*(PyObject**)addr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4010|      0|        *(PyObject**)addr = NULL;
 4011|      0|        return 1;
 4012|      0|    }
 4013|     13|    path = PyOS_FSPath(arg);
 4014|     13|    if (path == NULL) {
  ------------------
  |  Branch (4014:9): [True: 0, False: 13]
  ------------------
 4015|      0|        return 0;
 4016|      0|    }
 4017|     13|    if (PyBytes_Check(path)) {
  ------------------
  |  |   28|     13|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     13|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 13]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4018|      0|        output = path;
 4019|      0|    }
 4020|     13|    else {  // PyOS_FSPath() guarantees its returned value is bytes or str.
 4021|     13|        output = PyUnicode_EncodeFSDefault(path);
 4022|     13|        Py_DECREF(path);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4023|     13|        if (!output) {
  ------------------
  |  Branch (4023:13): [True: 0, False: 13]
  ------------------
 4024|      0|            return 0;
 4025|      0|        }
 4026|     13|        assert(PyBytes_Check(output));
  ------------------
  |  Branch (4026:9): [True: 13, False: 0]
  ------------------
 4027|     13|    }
 4028|       |
 4029|     13|    size = PyBytes_GET_SIZE(output);
  ------------------
  |  |   33|     13|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4030|     13|    data = PyBytes_AS_STRING(output);
  ------------------
  |  |   27|     13|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4031|     13|    if ((size_t)size != strlen(data)) {
  ------------------
  |  Branch (4031:9): [True: 0, False: 13]
  ------------------
 4032|      0|        PyErr_SetString(PyExc_ValueError, "embedded null byte");
 4033|      0|        Py_DECREF(output);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4034|      0|        return 0;
 4035|      0|    }
 4036|     13|    *(PyObject**)addr = output;
 4037|     13|    return Py_CLEANUP_SUPPORTED;
  ------------------
  |  |   57|     13|#define Py_CLEANUP_SUPPORTED 0x20000
  ------------------
 4038|     13|}
PyUnicode_AsUTF8AndSize:
 4105|    751|{
 4106|    751|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|    751|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    751|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4106:9): [True: 0, False: 751]
  ------------------
 4107|      0|        PyErr_BadArgument();
 4108|      0|        if (psize) {
  ------------------
  |  Branch (4108:13): [True: 0, False: 0]
  ------------------
 4109|      0|            *psize = -1;
 4110|      0|        }
 4111|      0|        return NULL;
 4112|      0|    }
 4113|       |
 4114|    751|    if (unicode_ensure_utf8(unicode) == -1) {
  ------------------
  |  Branch (4114:9): [True: 0, False: 751]
  ------------------
 4115|      0|        if (psize) {
  ------------------
  |  Branch (4115:13): [True: 0, False: 0]
  ------------------
 4116|      0|            *psize = -1;
 4117|      0|        }
 4118|      0|        return NULL;
 4119|      0|    }
 4120|       |
 4121|    751|    if (psize) {
  ------------------
  |  Branch (4121:9): [True: 491, False: 260]
  ------------------
 4122|    491|        *psize = PyUnicode_UTF8_LENGTH(unicode);
 4123|    491|    }
 4124|    751|    return PyUnicode_UTF8(unicode);
 4125|    751|}
PyUnicode_AsUTF8:
 4129|    260|{
 4130|       |    return PyUnicode_AsUTF8AndSize(unicode, NULL);
 4131|    260|}
_PyUnicode_AsUTF8NoNUL:
 4135|    106|{
 4136|    106|    Py_ssize_t size;
 4137|    106|    const char *s = PyUnicode_AsUTF8AndSize(unicode, &size);
 4138|    106|    if (s && strlen(s) != (size_t)size) {
  ------------------
  |  Branch (4138:9): [True: 106, False: 0]
  |  Branch (4138:14): [True: 0, False: 106]
  ------------------
 4139|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
 4140|      0|        return NULL;
 4141|      0|    }
 4142|    106|    return s;
 4143|    106|}
PyUnicode_GetLength:
 4163|     58|{
 4164|     58|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|     58|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     58|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4164:9): [True: 0, False: 58]
  ------------------
 4165|      0|        PyErr_BadArgument();
 4166|      0|        return -1;
 4167|      0|    }
 4168|     58|    return PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|     58|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     58|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     58|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4169|     58|}
PyUnicode_DecodeUTF8:
 4864|     56|{
 4865|       |    return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL);
 4866|     56|}
_PyUnicode_DecodeUTF8Writer:
 5348|     41|{
 5349|     41|    if (size == 0) {
  ------------------
  |  Branch (5349:9): [True: 0, False: 41]
  ------------------
 5350|      0|        if (consumed) {
  ------------------
  |  Branch (5350:13): [True: 0, False: 0]
  ------------------
 5351|      0|            *consumed = 0;
 5352|      0|        }
 5353|      0|        return 0;
 5354|      0|    }
 5355|       |
 5356|       |    // fast path: try ASCII string.
 5357|     41|    if (_PyUnicodeWriter_Prepare(writer, size, 127) < 0) {
  ------------------
  |  |  562|     41|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 41, False: 0]
  |  |  ------------------
  |  |  563|     41|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 41, False: 0]
  |  |  ------------------
  |  |  564|     41|     ? 0                                                              \
  |  |  565|     41|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  566|      0|        ? 0                                                           \
  |  |  567|      0|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (5357:9): [True: 0, False: 41]
  ------------------
 5358|      0|        return -1;
 5359|      0|    }
 5360|       |
 5361|     41|    const char *starts = s;
 5362|     41|    const char *end = s + size;
 5363|     41|    Py_ssize_t decoded = 0;
 5364|     41|    Py_UCS1 *dest = (Py_UCS1*)writer->data + writer->pos * writer->kind;
 5365|     41|    if (writer->kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (5365:9): [True: 41, False: 0]
  ------------------
 5366|     41|        decoded = ascii_decode(s, end, dest);
 5367|     41|        writer->pos += decoded;
 5368|       |
 5369|     41|        if (decoded == size) {
  ------------------
  |  Branch (5369:13): [True: 41, False: 0]
  ------------------
 5370|     41|            if (consumed) {
  ------------------
  |  Branch (5370:17): [True: 0, False: 41]
  ------------------
 5371|      0|                *consumed = size;
 5372|      0|            }
 5373|     41|            return 0;
 5374|     41|        }
 5375|      0|        s += decoded;
 5376|      0|    }
 5377|       |
 5378|      0|    return unicode_decode_utf8_impl(writer, starts, s, end,
 5379|      0|                                    error_handler, errors, consumed);
 5380|     41|}
PyUnicode_DecodeUTF8Stateful:
 5388|  10.9k|{
 5389|  10.9k|    return unicode_decode_utf8(s, size,
 5390|  10.9k|                               errors ? _Py_ERROR_UNKNOWN : _Py_ERROR_STRICT,
  ------------------
  |  Branch (5390:32): [True: 6, False: 10.9k]
  ------------------
 5391|  10.9k|                               errors, consumed);
 5392|  10.9k|}
_Py_DecodeUTF8Ex:
 5410|     14|{
 5411|     14|    const char *orig_s = s;
 5412|     14|    const char *e;
 5413|     14|    wchar_t *unicode;
 5414|     14|    Py_ssize_t outpos;
 5415|       |
 5416|     14|    int surrogateescape = 0;
 5417|     14|    int surrogatepass = 0;
 5418|     14|    switch (errors)
 5419|     14|    {
 5420|      0|    case _Py_ERROR_STRICT:
  ------------------
  |  Branch (5420:5): [True: 0, False: 14]
  ------------------
 5421|      0|        break;
 5422|     14|    case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (5422:5): [True: 14, False: 0]
  ------------------
 5423|     14|        surrogateescape = 1;
 5424|     14|        break;
 5425|      0|    case _Py_ERROR_SURROGATEPASS:
  ------------------
  |  Branch (5425:5): [True: 0, False: 14]
  ------------------
 5426|      0|        surrogatepass = 1;
 5427|      0|        break;
 5428|      0|    default:
  ------------------
  |  Branch (5428:5): [True: 0, False: 14]
  ------------------
 5429|      0|        return -3;
 5430|     14|    }
 5431|       |
 5432|       |    /* Note: size will always be longer than the resulting Unicode
 5433|       |       character count */
 5434|     14|    if (PY_SSIZE_T_MAX / (Py_ssize_t)sizeof(wchar_t) - 1 < size) {
  ------------------
  |  |  137|     14|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (5434:9): [True: 0, False: 14]
  ------------------
 5435|      0|        return -1;
 5436|      0|    }
 5437|       |
 5438|     14|    unicode = PyMem_RawMalloc((size + 1) * sizeof(wchar_t));
 5439|     14|    if (!unicode) {
  ------------------
  |  Branch (5439:9): [True: 0, False: 14]
  ------------------
 5440|      0|        return -1;
 5441|      0|    }
 5442|       |
 5443|       |    /* Unpack UTF-8 encoded data */
 5444|     14|    e = s + size;
 5445|     14|    outpos = 0;
 5446|     14|    while (s < e) {
  ------------------
  |  Branch (5446:12): [True: 14, False: 0]
  ------------------
 5447|     14|        Py_UCS4 ch;
 5448|     14|#if SIZEOF_WCHAR_T == 4
 5449|     14|        ch = ucs4lib_utf8_decode(&s, e, (Py_UCS4 *)unicode, &outpos);
 5450|       |#else
 5451|       |        ch = ucs2lib_utf8_decode(&s, e, (Py_UCS2 *)unicode, &outpos);
 5452|       |#endif
 5453|     14|        if (ch > 0xFF) {
  ------------------
  |  Branch (5453:13): [True: 0, False: 14]
  ------------------
 5454|      0|#if SIZEOF_WCHAR_T == 4
 5455|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 5456|       |#else
 5457|       |            assert(ch > 0xFFFF && ch <= MAX_UNICODE);
 5458|       |            /* write a surrogate pair */
 5459|       |            unicode[outpos++] = (wchar_t)Py_UNICODE_HIGH_SURROGATE(ch);
 5460|       |            unicode[outpos++] = (wchar_t)Py_UNICODE_LOW_SURROGATE(ch);
 5461|       |#endif
 5462|      0|        }
 5463|     14|        else {
 5464|     14|            if (!ch && s == e) {
  ------------------
  |  Branch (5464:17): [True: 14, False: 0]
  |  Branch (5464:24): [True: 14, False: 0]
  ------------------
 5465|     14|                break;
 5466|     14|            }
 5467|       |
 5468|      0|            if (surrogateescape) {
  ------------------
  |  Branch (5468:17): [True: 0, False: 0]
  ------------------
 5469|      0|                unicode[outpos++] = 0xDC00 + (unsigned char)*s++;
 5470|      0|            }
 5471|      0|            else {
 5472|       |                /* Is it a valid three-byte code? */
 5473|      0|                if (surrogatepass
  ------------------
  |  Branch (5473:21): [True: 0, False: 0]
  ------------------
 5474|      0|                    && (e - s) >= 3
  ------------------
  |  Branch (5474:24): [True: 0, False: 0]
  ------------------
 5475|      0|                    && (s[0] & 0xf0) == 0xe0
  ------------------
  |  Branch (5475:24): [True: 0, False: 0]
  ------------------
 5476|      0|                    && (s[1] & 0xc0) == 0x80
  ------------------
  |  Branch (5476:24): [True: 0, False: 0]
  ------------------
 5477|      0|                    && (s[2] & 0xc0) == 0x80)
  ------------------
  |  Branch (5477:24): [True: 0, False: 0]
  ------------------
 5478|      0|                {
 5479|      0|                    ch = ((s[0] & 0x0f) << 12) + ((s[1] & 0x3f) << 6) + (s[2] & 0x3f);
 5480|      0|                    s += 3;
 5481|      0|                    unicode[outpos++] = ch;
 5482|      0|                }
 5483|      0|                else {
 5484|      0|                    PyMem_RawFree(unicode );
 5485|      0|                    if (reason != NULL) {
  ------------------
  |  Branch (5485:25): [True: 0, False: 0]
  ------------------
 5486|      0|                        switch (ch) {
 5487|      0|                        case 0:
  ------------------
  |  Branch (5487:25): [True: 0, False: 0]
  ------------------
 5488|      0|                            *reason = "unexpected end of data";
 5489|      0|                            break;
 5490|      0|                        case 1:
  ------------------
  |  Branch (5490:25): [True: 0, False: 0]
  ------------------
 5491|      0|                            *reason = "invalid start byte";
 5492|      0|                            break;
 5493|       |                        /* 2, 3, 4 */
 5494|      0|                        default:
  ------------------
  |  Branch (5494:25): [True: 0, False: 0]
  ------------------
 5495|      0|                            *reason = "invalid continuation byte";
 5496|      0|                            break;
 5497|      0|                        }
 5498|      0|                    }
 5499|      0|                    if (wlen != NULL) {
  ------------------
  |  Branch (5499:25): [True: 0, False: 0]
  ------------------
 5500|      0|                        *wlen = s - orig_s;
 5501|      0|                    }
 5502|      0|                    return -2;
 5503|      0|                }
 5504|      0|            }
 5505|      0|        }
 5506|     14|    }
 5507|     14|    unicode[outpos] = L'\0';
 5508|     14|    if (wlen) {
  ------------------
  |  Branch (5508:9): [True: 14, False: 0]
  ------------------
 5509|     14|        *wlen = outpos;
 5510|     14|    }
 5511|     14|    *wstr = unicode;
 5512|     14|    return 0;
 5513|     14|}
_Py_EncodeUTF8Ex:
 5549|     40|{
 5550|     40|    const Py_ssize_t max_char_size = 4;
 5551|     40|    Py_ssize_t len = wcslen(text);
 5552|       |
 5553|     40|    assert(len >= 0);
  ------------------
  |  Branch (5553:5): [True: 40, False: 0]
  ------------------
 5554|       |
 5555|     40|    int surrogateescape = 0;
 5556|     40|    int surrogatepass = 0;
 5557|     40|    switch (errors)
 5558|     40|    {
 5559|      8|    case _Py_ERROR_STRICT:
  ------------------
  |  Branch (5559:5): [True: 8, False: 32]
  ------------------
 5560|      8|        break;
 5561|     32|    case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (5561:5): [True: 32, False: 8]
  ------------------
 5562|     32|        surrogateescape = 1;
 5563|     32|        break;
 5564|      0|    case _Py_ERROR_SURROGATEPASS:
  ------------------
  |  Branch (5564:5): [True: 0, False: 40]
  ------------------
 5565|      0|        surrogatepass = 1;
 5566|      0|        break;
 5567|      0|    default:
  ------------------
  |  Branch (5567:5): [True: 0, False: 40]
  ------------------
 5568|      0|        return -3;
 5569|     40|    }
 5570|       |
 5571|     40|    if (len > PY_SSIZE_T_MAX / max_char_size - 1) {
  ------------------
  |  |  137|     40|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (5571:9): [True: 0, False: 40]
  ------------------
 5572|      0|        return -1;
 5573|      0|    }
 5574|     40|    char *bytes;
 5575|     40|    if (raw_malloc) {
  ------------------
  |  Branch (5575:9): [True: 40, False: 0]
  ------------------
 5576|     40|        bytes = PyMem_RawMalloc((len + 1) * max_char_size);
 5577|     40|    }
 5578|      0|    else {
 5579|      0|        bytes = PyMem_Malloc((len + 1) * max_char_size);
 5580|      0|    }
 5581|     40|    if (bytes == NULL) {
  ------------------
  |  Branch (5581:9): [True: 0, False: 40]
  ------------------
 5582|      0|        return -1;
 5583|      0|    }
 5584|       |
 5585|     40|    char *p = bytes;
 5586|     40|    Py_ssize_t i;
 5587|  1.81k|    for (i = 0; i < len; ) {
  ------------------
  |  Branch (5587:17): [True: 1.77k, False: 40]
  ------------------
 5588|  1.77k|        Py_ssize_t ch_pos = i;
 5589|  1.77k|        Py_UCS4 ch = text[i];
 5590|  1.77k|        i++;
 5591|  1.77k|        if (sizeof(wchar_t) == 2
  ------------------
  |  Branch (5591:13): [Folded, False: 1.77k]
  ------------------
 5592|      0|            && Py_UNICODE_IS_HIGH_SURROGATE(ch)
  ------------------
  |  Branch (5592:16): [True: 0, False: 0]
  ------------------
 5593|      0|            && i < len
  ------------------
  |  Branch (5593:16): [True: 0, False: 0]
  ------------------
 5594|      0|            && Py_UNICODE_IS_LOW_SURROGATE(text[i]))
  ------------------
  |  Branch (5594:16): [True: 0, False: 0]
  ------------------
 5595|      0|        {
 5596|      0|            ch = Py_UNICODE_JOIN_SURROGATES(ch, text[i]);
 5597|      0|            i++;
 5598|      0|        }
 5599|       |
 5600|  1.77k|        if (ch < 0x80) {
  ------------------
  |  Branch (5600:13): [True: 1.77k, False: 0]
  ------------------
 5601|       |            /* Encode ASCII */
 5602|  1.77k|            *p++ = (char) ch;
 5603|       |
 5604|  1.77k|        }
 5605|      0|        else if (ch < 0x0800) {
  ------------------
  |  Branch (5605:18): [True: 0, False: 0]
  ------------------
 5606|       |            /* Encode Latin-1 */
 5607|      0|            *p++ = (char)(0xc0 | (ch >> 6));
 5608|      0|            *p++ = (char)(0x80 | (ch & 0x3f));
 5609|      0|        }
 5610|      0|        else if (Py_UNICODE_IS_SURROGATE(ch) && !surrogatepass) {
  ------------------
  |  Branch (5610:18): [True: 0, False: 0]
  |  Branch (5610:49): [True: 0, False: 0]
  ------------------
 5611|       |            /* surrogateescape error handler */
 5612|      0|            if (!surrogateescape || !(0xDC80 <= ch && ch <= 0xDCFF)) {
  ------------------
  |  Branch (5612:17): [True: 0, False: 0]
  |  Branch (5612:39): [True: 0, False: 0]
  |  Branch (5612:55): [True: 0, False: 0]
  ------------------
 5613|      0|                if (error_pos != NULL) {
  ------------------
  |  Branch (5613:21): [True: 0, False: 0]
  ------------------
 5614|      0|                    *error_pos = (size_t)ch_pos;
 5615|      0|                }
 5616|      0|                if (reason != NULL) {
  ------------------
  |  Branch (5616:21): [True: 0, False: 0]
  ------------------
 5617|      0|                    *reason = "encoding error";
 5618|      0|                }
 5619|      0|                if (raw_malloc) {
  ------------------
  |  Branch (5619:21): [True: 0, False: 0]
  ------------------
 5620|      0|                    PyMem_RawFree(bytes);
 5621|      0|                }
 5622|      0|                else {
 5623|      0|                    PyMem_Free(bytes);
 5624|      0|                }
 5625|      0|                return -2;
 5626|      0|            }
 5627|      0|            *p++ = (char)(ch & 0xff);
 5628|      0|        }
 5629|      0|        else if (ch < 0x10000) {
  ------------------
  |  Branch (5629:18): [True: 0, False: 0]
  ------------------
 5630|      0|            *p++ = (char)(0xe0 | (ch >> 12));
 5631|      0|            *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
 5632|      0|            *p++ = (char)(0x80 | (ch & 0x3f));
 5633|      0|        }
 5634|      0|        else {  /* ch >= 0x10000 */
 5635|      0|            assert(ch <= MAX_UNICODE);
  ------------------
  |  Branch (5635:13): [True: 0, False: 0]
  ------------------
 5636|       |            /* Encode UCS4 Unicode ordinals */
 5637|      0|            *p++ = (char)(0xf0 | (ch >> 18));
 5638|      0|            *p++ = (char)(0x80 | ((ch >> 12) & 0x3f));
 5639|      0|            *p++ = (char)(0x80 | ((ch >> 6) & 0x3f));
 5640|      0|            *p++ = (char)(0x80 | (ch & 0x3f));
 5641|      0|        }
 5642|  1.77k|    }
 5643|     40|    *p++ = '\0';
 5644|       |
 5645|     40|    size_t final_size = (p - bytes);
 5646|     40|    char *bytes2;
 5647|     40|    if (raw_malloc) {
  ------------------
  |  Branch (5647:9): [True: 40, False: 0]
  ------------------
 5648|     40|        bytes2 = PyMem_RawRealloc(bytes, final_size);
 5649|     40|    }
 5650|      0|    else {
 5651|      0|        bytes2 = PyMem_Realloc(bytes, final_size);
 5652|      0|    }
 5653|     40|    if (bytes2 == NULL) {
  ------------------
  |  Branch (5653:9): [True: 0, False: 40]
  ------------------
 5654|      0|        if (error_pos != NULL) {
  ------------------
  |  Branch (5654:13): [True: 0, False: 0]
  ------------------
 5655|      0|            *error_pos = (size_t)-1;
 5656|      0|        }
 5657|      0|        if (raw_malloc) {
  ------------------
  |  Branch (5657:13): [True: 0, False: 0]
  ------------------
 5658|      0|            PyMem_RawFree(bytes);
 5659|      0|        }
 5660|      0|        else {
 5661|      0|            PyMem_Free(bytes);
 5662|      0|        }
 5663|      0|        return -1;
 5664|      0|    }
 5665|     40|    *str = bytes2;
 5666|     40|    return 0;
 5667|     40|}
_PyUnicode_AsUTF8String:
 5776|      6|{
 5777|      6|    return unicode_encode_utf8(unicode, _Py_ERROR_UNKNOWN, errors);
 5778|      6|}
PyUnicode_DecodeLatin1:
 7078|     24|{
 7079|       |    /* Latin-1 is equivalent to the first 256 ordinals in Unicode. */
 7080|     24|    return _PyUnicode_FromUCS1((const unsigned char*)s, size);
 7081|     24|}
PyUnicode_DecodeASCII:
 7395|     64|{
 7396|     64|    const char *starts = s;
 7397|     64|    const char *e = s + size;
 7398|     64|    PyObject *error_handler_obj = NULL;
 7399|     64|    PyObject *exc = NULL;
 7400|     64|    _Py_error_handler error_handler = _Py_ERROR_UNKNOWN;
 7401|       |
 7402|     64|    if (size == 0)
  ------------------
  |  Branch (7402:9): [True: 0, False: 64]
  ------------------
 7403|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 7404|       |
 7405|       |    /* ASCII is equivalent to the first 128 ordinals in Unicode. */
 7406|     64|    if (size == 1 && (unsigned char)s[0] < 128) {
  ------------------
  |  Branch (7406:9): [True: 0, False: 64]
  |  Branch (7406:22): [True: 0, False: 0]
  ------------------
 7407|      0|        return get_latin1_char((unsigned char)s[0]);
 7408|      0|    }
 7409|       |
 7410|       |    // Shortcut for simple case
 7411|     64|    PyObject *u = PyUnicode_New(size, 127);
 7412|     64|    if (u == NULL) {
  ------------------
  |  Branch (7412:9): [True: 0, False: 64]
  ------------------
 7413|      0|        return NULL;
 7414|      0|    }
 7415|     64|    Py_ssize_t outpos = ascii_decode(s, e, PyUnicode_1BYTE_DATA(u));
  ------------------
  |  |  291|     64|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|     64|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 7416|     64|    if (outpos == size) {
  ------------------
  |  Branch (7416:9): [True: 64, False: 0]
  ------------------
 7417|     64|        return u;
 7418|     64|    }
 7419|       |
 7420|      0|    _PyUnicodeWriter writer;
 7421|      0|    _PyUnicodeWriter_InitWithBuffer(&writer, u);
 7422|      0|    writer.pos = outpos;
 7423|       |
 7424|      0|    s += outpos;
 7425|      0|    int kind = writer.kind;
 7426|      0|    void *data = writer.data;
 7427|      0|    Py_ssize_t startinpos, endinpos;
 7428|       |
 7429|      0|    while (s < e) {
  ------------------
  |  Branch (7429:12): [True: 0, False: 0]
  ------------------
 7430|      0|        unsigned char c = (unsigned char)*s;
 7431|      0|        if (c < 128) {
  ------------------
  |  Branch (7431:13): [True: 0, False: 0]
  ------------------
 7432|      0|            PyUnicode_WRITE(kind, data, writer.pos, c);
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 7433|      0|            writer.pos++;
 7434|      0|            ++s;
 7435|      0|            continue;
 7436|      0|        }
 7437|       |
 7438|       |        /* byte outsize range 0x00..0x7f: call the error handler */
 7439|       |
 7440|      0|        if (error_handler == _Py_ERROR_UNKNOWN)
  ------------------
  |  Branch (7440:13): [True: 0, False: 0]
  ------------------
 7441|      0|            error_handler = _Py_GetErrorHandler(errors);
 7442|       |
 7443|      0|        switch (error_handler)
 7444|      0|        {
 7445|      0|        case _Py_ERROR_REPLACE:
  ------------------
  |  Branch (7445:9): [True: 0, False: 0]
  ------------------
 7446|      0|        case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (7446:9): [True: 0, False: 0]
  ------------------
 7447|       |            /* Fast-path: the error handler only writes one character,
 7448|       |               but we may switch to UCS2 at the first write */
 7449|      0|            if (_PyUnicodeWriter_PrepareKind(&writer, PyUnicode_2BYTE_KIND) < 0)
  ------------------
  |  |  582|      0|    ((KIND) <= (WRITER)->kind                                         \
  |  |  ------------------
  |  |  |  Branch (582:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  583|      0|     ? 0                                                              \
  |  |  584|      0|     : _PyUnicodeWriter_PrepareKindInternal((WRITER), (KIND)))
  ------------------
  |  Branch (7449:17): [True: 0, False: 0]
  ------------------
 7450|      0|                goto onError;
 7451|      0|            kind = writer.kind;
 7452|      0|            data = writer.data;
 7453|       |
 7454|      0|            if (error_handler == _Py_ERROR_REPLACE)
  ------------------
  |  Branch (7454:17): [True: 0, False: 0]
  ------------------
 7455|      0|                PyUnicode_WRITE(kind, data, writer.pos, 0xfffd);
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 7456|      0|            else
 7457|      0|                PyUnicode_WRITE(kind, data, writer.pos, c + 0xdc00);
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 7458|      0|            writer.pos++;
 7459|      0|            ++s;
 7460|      0|            break;
 7461|       |
 7462|      0|        case _Py_ERROR_IGNORE:
  ------------------
  |  Branch (7462:9): [True: 0, False: 0]
  ------------------
 7463|      0|            ++s;
 7464|      0|            break;
 7465|       |
 7466|      0|        default:
  ------------------
  |  Branch (7466:9): [True: 0, False: 0]
  ------------------
 7467|      0|            startinpos = s-starts;
 7468|      0|            endinpos = startinpos + 1;
 7469|      0|            if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (7469:17): [True: 0, False: 0]
  ------------------
 7470|      0|                    errors, &error_handler_obj,
 7471|      0|                    "ascii", "ordinal not in range(128)",
 7472|      0|                    &starts, &e, &startinpos, &endinpos, &exc, &s,
 7473|      0|                    &writer))
 7474|      0|                goto onError;
 7475|      0|            kind = writer.kind;
 7476|      0|            data = writer.data;
 7477|      0|        }
 7478|      0|    }
 7479|      0|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7480|      0|    Py_XDECREF(exc);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7481|      0|    return _PyUnicodeWriter_Finish(&writer);
 7482|       |
 7483|      0|  onError:
 7484|      0|    _PyUnicodeWriter_Dealloc(&writer);
 7485|      0|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7486|      0|    Py_XDECREF(exc);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7487|       |    return NULL;
 7488|      0|}
_PyUnicode_AsASCIIString:
 7492|     30|{
 7493|     30|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|     30|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     30|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (7493:9): [True: 0, False: 30]
  ------------------
 7494|      0|        PyErr_BadArgument();
 7495|      0|        return NULL;
 7496|      0|    }
 7497|       |    /* Fast path: if it is an ASCII-only string, construct bytes object
 7498|       |       directly. Else defer to above function to raise the exception. */
 7499|     30|    if (PyUnicode_IS_ASCII(unicode))
  ------------------
  |  |  227|     30|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 30, False: 0]
  |  |  ------------------
  ------------------
 7500|     30|        return PyBytes_FromStringAndSize(PyUnicode_DATA(unicode),
  ------------------
  |  |  284|     30|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7501|     30|                                         PyUnicode_GET_LENGTH(unicode));
  ------------------
  |  |  299|     30|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 7502|      0|    return unicode_encode_ucs1(unicode, errors, 128);
 7503|     30|}
_PyUnicode_TransformDecimalAndSpaceToASCII:
 9455|      8|{
 9456|      8|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|      8|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      8|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (9456:9): [True: 0, False: 8]
  ------------------
 9457|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 9458|      0|        return NULL;
 9459|      0|    }
 9460|      8|    if (PyUnicode_IS_ASCII(unicode)) {
  ------------------
  |  |  227|      8|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 8, False: 0]
  |  |  ------------------
  ------------------
 9461|       |        /* If the string is already ASCII, just return the same string */
 9462|      8|        return Py_NewRef(unicode);
  ------------------
  |  |  550|      8|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9463|      8|    }
 9464|       |
 9465|      0|    Py_ssize_t len = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9466|      0|    PyObject *result = PyUnicode_New(len, 127);
 9467|      0|    if (result == NULL) {
  ------------------
  |  Branch (9467:9): [True: 0, False: 0]
  ------------------
 9468|      0|        return NULL;
 9469|      0|    }
 9470|       |
 9471|      0|    Py_UCS1 *out = PyUnicode_1BYTE_DATA(result);
  ------------------
  |  |  291|      0|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 9472|      0|    int kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9473|      0|    const void *data = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9474|      0|    Py_ssize_t i;
 9475|      0|    for (i = 0; i < len; ++i) {
  ------------------
  |  Branch (9475:17): [True: 0, False: 0]
  ------------------
 9476|      0|        Py_UCS4 ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
 9477|      0|        if (ch < 127) {
  ------------------
  |  Branch (9477:13): [True: 0, False: 0]
  ------------------
 9478|      0|            out[i] = ch;
 9479|      0|        }
 9480|      0|        else if (Py_UNICODE_ISSPACE(ch)) {
  ------------------
  |  Branch (9480:18): [True: 0, False: 0]
  ------------------
 9481|      0|            out[i] = ' ';
 9482|      0|        }
 9483|      0|        else {
 9484|      0|            int decimal = Py_UNICODE_TODECIMAL(ch);
  ------------------
  |  |  763|      0|#define Py_UNICODE_TODECIMAL(ch) _PyUnicode_ToDecimalDigit(ch)
  ------------------
 9485|      0|            if (decimal < 0) {
  ------------------
  |  Branch (9485:17): [True: 0, False: 0]
  ------------------
 9486|      0|                out[i] = '?';
 9487|      0|                out[i+1] = '\0';
 9488|      0|                _PyUnicode_LENGTH(result) = i + 1;
  ------------------
  |  |  151|      0|    (_PyASCIIObject_CAST(op)->length)
  |  |  ------------------
  |  |  |  |  186|      0|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      0|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9488:17): [True: 0, False: 0]
  ------------------
 9489|      0|                break;
 9490|      0|            }
 9491|      0|            out[i] = '0' + decimal;
 9492|      0|        }
 9493|      0|    }
 9494|       |
 9495|      0|    assert(_PyUnicode_CheckConsistency(result, 1));
  ------------------
  |  Branch (9495:5): [True: 0, False: 0]
  ------------------
 9496|      0|    return result;
 9497|      0|}
PyUnicode_FindChar:
 9634|    279|{
 9635|    279|    int kind;
 9636|    279|    Py_ssize_t len, result;
 9637|    279|    len = PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|    279|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    279|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    279|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9638|    279|    ADJUST_INDICES(start, end, len);
  ------------------
  |  | 9503|    279|    do {                                \
  |  | 9504|    279|        if (end > len) {                \
  |  |  ------------------
  |  |  |  Branch (9504:13): [True: 0, False: 279]
  |  |  ------------------
  |  | 9505|      0|            end = len;                  \
  |  | 9506|      0|        }                               \
  |  | 9507|    279|        else if (end < 0) {             \
  |  |  ------------------
  |  |  |  Branch (9507:18): [True: 0, False: 279]
  |  |  ------------------
  |  | 9508|      0|            end += len;                 \
  |  | 9509|      0|            if (end < 0) {              \
  |  |  ------------------
  |  |  |  Branch (9509:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9510|      0|                end = 0;                \
  |  | 9511|      0|            }                           \
  |  | 9512|      0|        }                               \
  |  | 9513|    279|        if (start < 0) {                \
  |  |  ------------------
  |  |  |  Branch (9513:13): [True: 0, False: 279]
  |  |  ------------------
  |  | 9514|      0|            start += len;               \
  |  | 9515|      0|            if (start < 0) {            \
  |  |  ------------------
  |  |  |  Branch (9515:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9516|      0|                start = 0;              \
  |  | 9517|      0|            }                           \
  |  | 9518|      0|        }                               \
  |  | 9519|    279|    } while (0)
  |  |  ------------------
  |  |  |  Branch (9519:14): [Folded, False: 279]
  |  |  ------------------
  ------------------
 9639|    279|    if (end - start < 1)
  ------------------
  |  Branch (9639:9): [True: 0, False: 279]
  ------------------
 9640|      0|        return -1;
 9641|    279|    kind = PyUnicode_KIND(str);
  ------------------
  |  |  258|    279|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    558|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 279, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9642|    279|    result = findchar(PyUnicode_1BYTE_DATA(str) + kind*start,
  ------------------
  |  |  291|    279|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    279|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 9643|    279|                      kind, end-start, ch, direction);
 9644|    279|    if (result == -1)
  ------------------
  |  Branch (9644:9): [True: 257, False: 22]
  ------------------
 9645|    257|        return -1;
 9646|     22|    else
 9647|     22|        return start + result;
 9648|    279|}
PyUnicode_Join:
 9960|    185|{
 9961|    185|    PyObject *res;
 9962|    185|    PyObject *fseq;
 9963|    185|    Py_ssize_t seqlen;
 9964|    185|    PyObject **items;
 9965|       |
 9966|    185|    fseq = PySequence_Fast(seq, "can only join an iterable");
 9967|    185|    if (fseq == NULL) {
  ------------------
  |  Branch (9967:9): [True: 0, False: 185]
  ------------------
 9968|      0|        return NULL;
 9969|      0|    }
 9970|       |
 9971|    185|    Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST(seq);
  ------------------
  |  |   77|    185|# define Py_BEGIN_CRITICAL_SECTION_SEQUENCE_FAST(original) {
  ------------------
 9972|       |
 9973|    185|    items = PySequence_Fast_ITEMS(fseq);
  ------------------
  |  |  102|    185|    (PyList_Check(sf) ? ((PyListObject *)(sf))->ob_item \
  |  |  ------------------
  |  |  |  |   25|    185|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    185|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 184, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  103|    185|                      : ((PyTupleObject *)(sf))->ob_item)
  ------------------
 9974|    185|    seqlen = PySequence_Fast_GET_SIZE(fseq);
  ------------------
  |  |   92|    185|    (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   25|    185|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    185|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 184, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   38|    184|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    184|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    184|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyList_Check(o) ? PyList_GET_SIZE(o) : PyTuple_GET_SIZE(o))
  |  |  ------------------
  |  |  |  |   27|      1|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9975|    185|    res = _PyUnicode_JoinArray(separator, items, seqlen);
 9976|       |
 9977|    185|    Py_END_CRITICAL_SECTION_SEQUENCE_FAST();
  ------------------
  |  |   78|    185|# define Py_END_CRITICAL_SECTION_SEQUENCE_FAST() }
  ------------------
 9978|       |
 9979|    185|    Py_DECREF(fseq);
  ------------------
  |  |  430|    185|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    185|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    185|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9980|    185|    return res;
 9981|    185|}
_PyUnicode_JoinArray:
 9985|    374|{
 9986|    374|    PyObject *res = NULL; /* the result */
 9987|    374|    PyObject *sep = NULL;
 9988|    374|    Py_ssize_t seplen;
 9989|    374|    PyObject *item;
 9990|    374|    Py_ssize_t sz, i, res_offset;
 9991|    374|    Py_UCS4 maxchar;
 9992|    374|    Py_UCS4 item_maxchar;
 9993|    374|    int use_memcpy;
 9994|    374|    unsigned char *res_data = NULL, *sep_data = NULL;
 9995|    374|    PyObject *last_obj;
 9996|    374|    int kind = 0;
 9997|       |
 9998|       |    /* If empty sequence, return u"". */
 9999|    374|    if (seqlen == 0) {
  ------------------
  |  Branch (9999:9): [True: 0, False: 374]
  ------------------
10000|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
10001|      0|    }
10002|       |
10003|       |    /* If singleton sequence with an exact Unicode, return that. */
10004|    374|    last_obj = NULL;
10005|    374|    if (seqlen == 1) {
  ------------------
  |  Branch (10005:9): [True: 10, False: 364]
  ------------------
10006|     10|        if (PyUnicode_CheckExact(items[0])) {
  ------------------
  |  |  104|     10|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     10|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10007|     10|            res = items[0];
10008|     10|            return Py_NewRef(res);
  ------------------
  |  |  550|     10|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10009|     10|        }
10010|      0|        seplen = 0;
10011|      0|        maxchar = 0;
10012|      0|    }
10013|    364|    else {
10014|       |        /* Set up sep and seplen */
10015|    364|        if (separator == NULL) {
  ------------------
  |  Branch (10015:13): [True: 0, False: 364]
  ------------------
10016|       |            /* fall back to a blank space separator */
10017|      0|            sep = PyUnicode_FromOrdinal(' ');
10018|      0|            if (!sep)
  ------------------
  |  Branch (10018:17): [True: 0, False: 0]
  ------------------
10019|      0|                goto onError;
10020|      0|            seplen = 1;
10021|      0|            maxchar = 32;
10022|      0|        }
10023|    364|        else {
10024|    364|            if (!PyUnicode_Check(separator)) {
  ------------------
  |  |  103|    364|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    364|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (10024:17): [True: 0, False: 364]
  ------------------
10025|      0|                PyErr_Format(PyExc_TypeError,
10026|      0|                             "separator: expected str instance,"
10027|      0|                             " %.80s found",
10028|      0|                             Py_TYPE(separator)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10029|      0|                goto onError;
10030|      0|            }
10031|    364|            sep = separator;
10032|    364|            seplen = PyUnicode_GET_LENGTH(separator);
  ------------------
  |  |  299|    364|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    364|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    364|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10033|    364|            maxchar = PyUnicode_MAX_CHAR_VALUE(separator);
  ------------------
  |  |  405|    364|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    364|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    364|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10034|       |            /* inc refcount to keep this code path symmetric with the
10035|       |               above case of a blank separator */
10036|    364|            Py_INCREF(sep);
  ------------------
  |  |  310|    364|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    364|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    364|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10037|    364|        }
10038|    364|        last_obj = sep;
10039|    364|    }
10040|       |
10041|       |    /* There are at least two things to join, or else we have a subclass
10042|       |     * of str in the sequence.
10043|       |     * Do a pre-pass to figure out the total amount of space we'll
10044|       |     * need (sz), and see whether all argument are strings.
10045|       |     */
10046|    364|    sz = 0;
10047|       |#ifdef Py_DEBUG
10048|       |    use_memcpy = 0;
10049|       |#else
10050|    364|    use_memcpy = 1;
10051|    364|#endif
10052|  1.34k|    for (i = 0; i < seqlen; i++) {
  ------------------
  |  Branch (10052:17): [True: 985, False: 364]
  ------------------
10053|    985|        size_t add_sz;
10054|    985|        item = items[i];
10055|    985|        if (!PyUnicode_Check(item)) {
  ------------------
  |  |  103|    985|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    985|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (10055:13): [True: 0, False: 985]
  ------------------
10056|      0|            PyErr_Format(PyExc_TypeError,
10057|      0|                         "sequence item %zd: expected str instance,"
10058|      0|                         " %.80s found",
10059|      0|                         i, Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10060|      0|            goto onError;
10061|      0|        }
10062|    985|        add_sz = PyUnicode_GET_LENGTH(item);
  ------------------
  |  |  299|    985|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    985|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    985|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10063|    985|        item_maxchar = PyUnicode_MAX_CHAR_VALUE(item);
  ------------------
  |  |  405|    985|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    985|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    985|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10064|    985|        maxchar = Py_MAX(maxchar, item_maxchar);
  ------------------
  |  |  115|    985|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 985]
  |  |  ------------------
  ------------------
10065|    985|        if (i != 0) {
  ------------------
  |  Branch (10065:13): [True: 621, False: 364]
  ------------------
10066|    621|            add_sz += seplen;
10067|    621|        }
10068|    985|        if (add_sz > (size_t)(PY_SSIZE_T_MAX - sz)) {
  ------------------
  |  |  137|    985|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (10068:13): [True: 0, False: 985]
  ------------------
10069|      0|            PyErr_SetString(PyExc_OverflowError,
10070|      0|                            "join() result is too long for a Python string");
10071|      0|            goto onError;
10072|      0|        }
10073|    985|        sz += add_sz;
10074|    985|        if (use_memcpy && last_obj != NULL) {
  ------------------
  |  Branch (10074:13): [True: 985, False: 0]
  |  Branch (10074:27): [True: 985, False: 0]
  ------------------
10075|  1.97k|            if (PyUnicode_KIND(last_obj) != PyUnicode_KIND(item))
  ------------------
  |  |  258|    985|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.97k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 985, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (PyUnicode_KIND(last_obj) != PyUnicode_KIND(item))
  ------------------
  |  |  258|    985|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.97k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 985, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (10075:17): [True: 0, False: 985]
  ------------------
10076|      0|                use_memcpy = 0;
10077|    985|        }
10078|      0|        last_obj = item;
10079|    985|    }
10080|       |
10081|    364|    res = PyUnicode_New(sz, maxchar);
10082|    364|    if (res == NULL)
  ------------------
  |  Branch (10082:9): [True: 0, False: 364]
  ------------------
10083|      0|        goto onError;
10084|       |
10085|       |    /* Catenate everything. */
10086|       |#ifdef Py_DEBUG
10087|       |    use_memcpy = 0;
10088|       |#else
10089|    364|    if (use_memcpy) {
  ------------------
  |  Branch (10089:9): [True: 364, False: 0]
  ------------------
10090|    364|        res_data = PyUnicode_1BYTE_DATA(res);
  ------------------
  |  |  291|    364|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    364|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
10091|    364|        kind = PyUnicode_KIND(res);
  ------------------
  |  |  258|    364|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    728|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 364, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10092|    364|        if (seplen != 0)
  ------------------
  |  Branch (10092:13): [True: 162, False: 202]
  ------------------
10093|    162|            sep_data = PyUnicode_1BYTE_DATA(sep);
  ------------------
  |  |  291|    162|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    162|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
10094|    364|    }
10095|    364|#endif
10096|    364|    if (use_memcpy) {
  ------------------
  |  Branch (10096:9): [True: 364, False: 0]
  ------------------
10097|  1.34k|        for (i = 0; i < seqlen; ++i) {
  ------------------
  |  Branch (10097:21): [True: 985, False: 364]
  ------------------
10098|    985|            Py_ssize_t itemlen;
10099|    985|            item = items[i];
10100|       |
10101|       |            /* Copy item, and maybe the separator. */
10102|    985|            if (i && seplen != 0) {
  ------------------
  |  Branch (10102:17): [True: 621, False: 364]
  |  Branch (10102:22): [True: 179, False: 442]
  ------------------
10103|    179|                memcpy(res_data,
10104|    179|                          sep_data,
10105|    179|                          kind * seplen);
10106|    179|                res_data += kind * seplen;
10107|    179|            }
10108|       |
10109|    985|            itemlen = PyUnicode_GET_LENGTH(item);
  ------------------
  |  |  299|    985|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    985|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    985|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10110|    985|            if (itemlen != 0) {
  ------------------
  |  Branch (10110:17): [True: 975, False: 10]
  ------------------
10111|    975|                memcpy(res_data,
10112|    975|                          PyUnicode_DATA(item),
  ------------------
  |  |  284|    975|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    975|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    975|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10113|    975|                          kind * itemlen);
10114|    975|                res_data += kind * itemlen;
10115|    975|            }
10116|    985|        }
10117|    364|        assert(res_data == PyUnicode_1BYTE_DATA(res)
  ------------------
  |  Branch (10117:9): [True: 364, False: 0]
  ------------------
10118|    364|                           + kind * PyUnicode_GET_LENGTH(res));
10119|    364|    }
10120|      0|    else {
10121|      0|        for (i = 0, res_offset = 0; i < seqlen; ++i) {
  ------------------
  |  Branch (10121:37): [True: 0, False: 0]
  ------------------
10122|      0|            Py_ssize_t itemlen;
10123|      0|            item = items[i];
10124|       |
10125|       |            /* Copy item, and maybe the separator. */
10126|      0|            if (i && seplen != 0) {
  ------------------
  |  Branch (10126:17): [True: 0, False: 0]
  |  Branch (10126:22): [True: 0, False: 0]
  ------------------
10127|      0|                _PyUnicode_FastCopyCharacters(res, res_offset, sep, 0, seplen);
10128|      0|                res_offset += seplen;
10129|      0|            }
10130|       |
10131|      0|            itemlen = PyUnicode_GET_LENGTH(item);
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10132|      0|            if (itemlen != 0) {
  ------------------
  |  Branch (10132:17): [True: 0, False: 0]
  ------------------
10133|      0|                _PyUnicode_FastCopyCharacters(res, res_offset, item, 0, itemlen);
10134|      0|                res_offset += itemlen;
10135|      0|            }
10136|      0|        }
10137|      0|        assert(res_offset == PyUnicode_GET_LENGTH(res));
  ------------------
  |  Branch (10137:9): [True: 0, False: 0]
  ------------------
10138|      0|    }
10139|       |
10140|    364|    Py_XDECREF(sep);
  ------------------
  |  |  524|    364|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    364|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    364|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10141|    364|    assert(_PyUnicode_CheckConsistency(res, 1));
  ------------------
  |  Branch (10141:5): [True: 364, False: 0]
  ------------------
10142|    364|    return res;
10143|       |
10144|      0|  onError:
10145|      0|    Py_XDECREF(sep);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10146|      0|    Py_XDECREF(res);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10147|       |    return NULL;
10148|    364|}
_PyUnicode_Equal:
11018|  2.01k|{
11019|  2.01k|    assert(PyUnicode_Check(str1));
  ------------------
  |  Branch (11019:5): [True: 2.01k, False: 0]
  ------------------
11020|  2.01k|    assert(PyUnicode_Check(str2));
  ------------------
  |  Branch (11020:5): [True: 2.01k, False: 0]
  ------------------
11021|  2.01k|    if (str1 == str2) {
  ------------------
  |  Branch (11021:9): [True: 403, False: 1.61k]
  ------------------
11022|    403|        return 1;
11023|    403|    }
11024|  1.61k|    return unicode_eq(str1, str2);
11025|  2.01k|}
PyUnicode_Compare:
11048|     13|{
11049|     13|    if (PyUnicode_Check(left) && PyUnicode_Check(right)) {
  ------------------
  |  |  103|     13|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     26|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyUnicode_Check(left) && PyUnicode_Check(right)) {
  ------------------
  |  |  103|     13|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     13|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 13, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11050|       |        /* a string is equal to itself */
11051|     13|        if (left == right)
  ------------------
  |  Branch (11051:13): [True: 0, False: 13]
  ------------------
11052|      0|            return 0;
11053|       |
11054|     13|        return unicode_compare(left, right);
11055|     13|    }
11056|      0|    PyErr_Format(PyExc_TypeError,
11057|      0|                 "Can't compare %.100s and %.100s",
11058|      0|                 Py_TYPE(left)->tp_name,
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11059|      0|                 Py_TYPE(right)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11060|      0|    return -1;
11061|     13|}
PyUnicode_CompareWithASCIIString:
11065|    815|{
11066|    815|    Py_ssize_t i;
11067|    815|    int kind;
11068|    815|    Py_UCS4 chr;
11069|       |
11070|    815|    assert(_PyUnicode_CHECK(uni));
  ------------------
  |  Branch (11070:5): [True: 815, False: 0]
  ------------------
11071|    815|    kind = PyUnicode_KIND(uni);
  ------------------
  |  |  258|    815|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.63k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 815, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11072|    815|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (11072:9): [True: 815, False: 0]
  ------------------
11073|    815|        const void *data = PyUnicode_1BYTE_DATA(uni);
  ------------------
  |  |  291|    815|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    815|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
11074|    815|        size_t len1 = (size_t)PyUnicode_GET_LENGTH(uni);
  ------------------
  |  |  299|    815|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    815|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    815|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11075|    815|        size_t len, len2 = strlen(str);
11076|    815|        int cmp;
11077|       |
11078|    815|        len = Py_MIN(len1, len2);
  ------------------
  |  |  112|    815|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 268, False: 547]
  |  |  ------------------
  ------------------
11079|    815|        cmp = memcmp(data, str, len);
11080|    815|        if (cmp != 0) {
  ------------------
  |  Branch (11080:13): [True: 804, False: 11]
  ------------------
11081|    804|            if (cmp < 0)
  ------------------
  |  Branch (11081:17): [True: 74, False: 730]
  ------------------
11082|     74|                return -1;
11083|    730|            else
11084|    730|                return 1;
11085|    804|        }
11086|     11|        if (len1 > len2)
  ------------------
  |  Branch (11086:13): [True: 0, False: 11]
  ------------------
11087|      0|            return 1; /* uni is longer */
11088|     11|        if (len1 < len2)
  ------------------
  |  Branch (11088:13): [True: 0, False: 11]
  ------------------
11089|      0|            return -1; /* str is longer */
11090|     11|        return 0;
11091|     11|    }
11092|      0|    else {
11093|      0|        const void *data = PyUnicode_DATA(uni);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11094|       |        /* Compare Unicode string and source character set string */
11095|      0|        for (i = 0; (chr = PyUnicode_READ(kind, data, i)) && str[i]; i++)
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
  |  Branch (11095:21): [True: 0, False: 0]
  |  Branch (11095:62): [True: 0, False: 0]
  ------------------
11096|      0|            if (chr != (unsigned char)str[i])
  ------------------
  |  Branch (11096:17): [True: 0, False: 0]
  ------------------
11097|      0|                return (chr < (unsigned char)(str[i])) ? -1 : 1;
  ------------------
  |  Branch (11097:24): [True: 0, False: 0]
  ------------------
11098|       |        /* This check keeps Python strings that end in '\0' from comparing equal
11099|       |         to C strings identical up to that point. */
11100|      0|        if (PyUnicode_GET_LENGTH(uni) != i || chr)
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11100:13): [True: 0, False: 0]
  |  Branch (11100:47): [True: 0, False: 0]
  ------------------
11101|      0|            return 1; /* uni is longer */
11102|      0|        if (str[i])
  ------------------
  |  Branch (11102:13): [True: 0, False: 0]
  ------------------
11103|      0|            return -1; /* str is longer */
11104|      0|        return 0;
11105|      0|    }
11106|    815|}
_PyUnicode_EqualToASCIIString:
11186|  2.99k|{
11187|  2.99k|    size_t len;
11188|  2.99k|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (11188:5): [True: 2.99k, False: 0]
  ------------------
11189|  2.99k|    assert(str);
  ------------------
  |  Branch (11189:5): [True: 2.99k, False: 0]
  ------------------
11190|  2.99k|#ifndef NDEBUG
11191|  24.6k|    for (const char *p = str; *p; p++) {
  ------------------
  |  Branch (11191:31): [True: 21.6k, False: 2.99k]
  ------------------
11192|  21.6k|        assert((unsigned char)*p < 128);
  ------------------
  |  Branch (11192:9): [True: 21.6k, False: 0]
  ------------------
11193|  21.6k|    }
11194|  2.99k|#endif
11195|  2.99k|    if (!PyUnicode_IS_ASCII(unicode))
  ------------------
  |  |  227|  2.99k|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.99k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11195:9): [True: 0, False: 2.99k]
  ------------------
11196|      0|        return 0;
11197|  2.99k|    len = (size_t)PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|  2.99k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.99k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11198|  2.99k|    return strlen(str) == len &&
  ------------------
  |  Branch (11198:12): [True: 341, False: 2.65k]
  ------------------
11199|    341|           memcmp(PyUnicode_1BYTE_DATA(unicode), str, len) == 0;
  ------------------
  |  |  291|    341|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    341|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (11199:12): [True: 70, False: 271]
  ------------------
11200|  2.99k|}
PyUnicode_RichCompare:
11204|  8.44k|{
11205|  8.44k|    int result;
11206|       |
11207|  8.44k|    if (!PyUnicode_Check(left) || !PyUnicode_Check(right))
  ------------------
  |  |  103|  8.44k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  16.8k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                  if (!PyUnicode_Check(left) || !PyUnicode_Check(right))
  ------------------
  |  |  103|  8.44k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  8.44k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11207:9): [True: 0, False: 8.44k]
  |  Branch (11207:35): [True: 35, False: 8.40k]
  ------------------
11208|     35|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|     35|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|     35|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
11209|       |
11210|  8.40k|    if (left == right) {
  ------------------
  |  Branch (11210:9): [True: 30, False: 8.37k]
  ------------------
11211|     30|        switch (op) {
11212|     25|        case Py_EQ:
  ------------------
  |  |  654|     25|#define Py_EQ 2
  ------------------
  |  Branch (11212:9): [True: 25, False: 5]
  ------------------
11213|     25|        case Py_LE:
  ------------------
  |  |  653|     25|#define Py_LE 1
  ------------------
  |  Branch (11213:9): [True: 0, False: 30]
  ------------------
11214|     25|        case Py_GE:
  ------------------
  |  |  657|     25|#define Py_GE 5
  ------------------
  |  Branch (11214:9): [True: 0, False: 30]
  ------------------
11215|       |            /* a string is equal to itself */
11216|     25|            Py_RETURN_TRUE;
  ------------------
  |  |   44|     25|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|     25|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11217|      5|        case Py_NE:
  ------------------
  |  |  655|      5|#define Py_NE 3
  ------------------
  |  Branch (11217:9): [True: 5, False: 25]
  ------------------
11218|      5|        case Py_LT:
  ------------------
  |  |  652|      5|#define Py_LT 0
  ------------------
  |  Branch (11218:9): [True: 0, False: 30]
  ------------------
11219|      5|        case Py_GT:
  ------------------
  |  |  656|      5|#define Py_GT 4
  ------------------
  |  Branch (11219:9): [True: 0, False: 30]
  ------------------
11220|      5|            Py_RETURN_FALSE;
  ------------------
  |  |   45|      5|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      5|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11221|      0|        default:
  ------------------
  |  Branch (11221:9): [True: 0, False: 30]
  ------------------
11222|      0|            PyErr_BadArgument();
11223|      0|            return NULL;
11224|     30|        }
11225|     30|    }
11226|  8.37k|    else if (op == Py_EQ || op == Py_NE) {
  ------------------
  |  |  654|  16.7k|#define Py_EQ 2
  ------------------
                  else if (op == Py_EQ || op == Py_NE) {
  ------------------
  |  |  655|  5.17k|#define Py_NE 3
  ------------------
  |  Branch (11226:14): [True: 3.20k, False: 5.17k]
  |  Branch (11226:29): [True: 18, False: 5.15k]
  ------------------
11227|  3.22k|        result = unicode_eq(left, right);
11228|  3.22k|        result ^= (op == Py_NE);
  ------------------
  |  |  655|  3.22k|#define Py_NE 3
  ------------------
11229|  3.22k|        return PyBool_FromLong(result);
11230|  3.22k|    }
11231|  5.15k|    else {
11232|  5.15k|        result = unicode_compare(left, right);
11233|  5.15k|        Py_RETURN_RICHCOMPARE(result, 0, op);
  ------------------
  |  |  674|  5.15k|    do {                                                                    \
  |  |  675|  5.15k|        switch (op) {                                                       \
  |  |  676|      0|        case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  654|      0|#define Py_EQ 2
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_EQ: if ((val1) == (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (676:9): [True: 0, False: 5.15k]
  |  |  |  Branch (676:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  677|      0|        case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  655|      0|#define Py_NE 3
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_NE: if ((val1) != (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (677:9): [True: 0, False: 5.15k]
  |  |  |  Branch (677:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  678|  5.15k|        case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  652|  5.15k|#define Py_LT 0
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|  2.59k|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|  2.59k|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.59k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.59k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LT: if ((val1) < (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|  2.56k|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|  2.56k|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.56k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.56k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (678:9): [True: 5.15k, False: 0]
  |  |  |  Branch (678:25): [True: 2.59k, False: 2.56k]
  |  |  ------------------
  |  |  679|  5.15k|        case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |  656|      0|#define Py_GT 4
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GT: if ((val1) > (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;   \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (679:9): [True: 0, False: 5.15k]
  |  |  |  Branch (679:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  680|      0|        case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  653|      0|#define Py_LE 1
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (680:9): [True: 0, False: 5.15k]
  |  |  |  Branch (680:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  681|      0|        case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |  657|      0|#define Py_GE 5
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE;  \
  |  |  ------------------
  |  |  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  |  |  ------------------
  |  |  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (681:9): [True: 0, False: 5.15k]
  |  |  |  Branch (681:25): [True: 0, False: 0]
  |  |  ------------------
  |  |  682|      0|        default:                                                            \
  |  |  ------------------
  |  |  |  Branch (682:9): [True: 0, False: 5.15k]
  |  |  ------------------
  |  |  683|      0|            Py_UNREACHABLE();                                               \
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |  684|  5.15k|        }                                                                   \
  |  |  685|  5.15k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (685:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
11234|  5.15k|    }
11235|  8.40k|}
PyUnicode_Contains:
11239|    252|{
11240|    252|    int kind1, kind2;
11241|    252|    const void *buf1, *buf2;
11242|    252|    Py_ssize_t len1, len2;
11243|    252|    int result;
11244|       |
11245|    252|    if (!PyUnicode_Check(substr)) {
  ------------------
  |  |  103|    252|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    252|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11245:9): [True: 0, False: 252]
  ------------------
11246|      0|        PyErr_Format(PyExc_TypeError,
11247|      0|                     "'in <string>' requires string as left operand, not %.100s",
11248|      0|                     Py_TYPE(substr)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11249|      0|        return -1;
11250|      0|    }
11251|    252|    if (ensure_unicode(str) < 0)
  ------------------
  |  |  105|    252|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (11251:9): [True: 0, False: 252]
  ------------------
11252|      0|        return -1;
11253|       |
11254|    252|    kind1 = PyUnicode_KIND(str);
  ------------------
  |  |  258|    252|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    504|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 252, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11255|    252|    kind2 = PyUnicode_KIND(substr);
  ------------------
  |  |  258|    252|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    504|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 252, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11256|    252|    if (kind1 < kind2)
  ------------------
  |  Branch (11256:9): [True: 0, False: 252]
  ------------------
11257|      0|        return 0;
11258|    252|    len1 = PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|    252|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    252|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    252|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11259|    252|    len2 = PyUnicode_GET_LENGTH(substr);
  ------------------
  |  |  299|    252|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    252|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    252|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11260|    252|    if (len1 < len2)
  ------------------
  |  Branch (11260:9): [True: 4, False: 248]
  ------------------
11261|      4|        return 0;
11262|    248|    buf1 = PyUnicode_DATA(str);
  ------------------
  |  |  284|    248|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    248|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    248|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11263|    248|    buf2 = PyUnicode_DATA(substr);
  ------------------
  |  |  284|    248|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    248|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    248|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11264|    248|    if (len2 == 1) {
  ------------------
  |  Branch (11264:9): [True: 242, False: 6]
  ------------------
11265|    242|        Py_UCS4 ch = PyUnicode_READ(kind2, buf2, 0);
  ------------------
  |  |  354|    242|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    242|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    242|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    242|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    242|                   (index))
  ------------------
11266|    242|        result = findchar((const char *)buf1, kind1, len1, ch, 1) != -1;
11267|    242|        return result;
11268|    242|    }
11269|      6|    if (kind2 != kind1) {
  ------------------
  |  Branch (11269:9): [True: 0, False: 6]
  ------------------
11270|      0|        buf2 = unicode_askind(kind2, buf2, len2, kind1);
11271|      0|        if (!buf2)
  ------------------
  |  Branch (11271:13): [True: 0, False: 0]
  ------------------
11272|      0|            return -1;
11273|      0|    }
11274|       |
11275|      6|    switch (kind1) {
11276|      6|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (11276:5): [True: 6, False: 0]
  ------------------
11277|      6|        result = ucs1lib_find(buf1, len1, buf2, len2, 0) != -1;
11278|      6|        break;
11279|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (11279:5): [True: 0, False: 6]
  ------------------
11280|      0|        result = ucs2lib_find(buf1, len1, buf2, len2, 0) != -1;
11281|      0|        break;
11282|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (11282:5): [True: 0, False: 6]
  ------------------
11283|      0|        result = ucs4lib_find(buf1, len1, buf2, len2, 0) != -1;
11284|      0|        break;
11285|      0|    default:
  ------------------
  |  Branch (11285:5): [True: 0, False: 6]
  ------------------
11286|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
11287|      6|    }
11288|       |
11289|      6|    assert((kind2 == kind1) == (buf2 == PyUnicode_DATA(substr)));
  ------------------
  |  Branch (11289:5): [True: 6, False: 0]
  ------------------
11290|      6|    if (kind2 != kind1)
  ------------------
  |  Branch (11290:9): [True: 0, False: 6]
  ------------------
11291|      0|        PyMem_Free((void *)buf2);
11292|       |
11293|      6|    return result;
11294|      6|}
PyUnicode_Concat:
11300|    346|{
11301|    346|    PyObject *result;
11302|    346|    Py_UCS4 maxchar, maxchar2;
11303|    346|    Py_ssize_t left_len, right_len, new_len;
11304|       |
11305|    346|    if (ensure_unicode(left) < 0)
  ------------------
  |  |  105|    346|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (11305:9): [True: 0, False: 346]
  ------------------
11306|      0|        return NULL;
11307|       |
11308|    346|    if (!PyUnicode_Check(right)) {
  ------------------
  |  |  103|    346|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    346|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11308:9): [True: 0, False: 346]
  ------------------
11309|      0|        PyErr_Format(PyExc_TypeError,
11310|      0|            "can only concatenate str (not \"%.200s\") to str",
11311|      0|            Py_TYPE(right)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11312|      0|        return NULL;
11313|      0|    }
11314|       |
11315|       |    /* Shortcuts */
11316|    346|    PyObject *empty = _PyUnicode_GetEmpty();  // Borrowed reference
11317|    346|    if (left == empty) {
  ------------------
  |  Branch (11317:9): [True: 2, False: 344]
  ------------------
11318|      2|        return PyUnicode_FromObject(right);
11319|      2|    }
11320|    344|    if (right == empty) {
  ------------------
  |  Branch (11320:9): [True: 0, False: 344]
  ------------------
11321|      0|        return PyUnicode_FromObject(left);
11322|      0|    }
11323|       |
11324|    344|    left_len = PyUnicode_GET_LENGTH(left);
  ------------------
  |  |  299|    344|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    344|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    344|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11325|    344|    right_len = PyUnicode_GET_LENGTH(right);
  ------------------
  |  |  299|    344|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    344|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    344|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11326|    344|    if (left_len > PY_SSIZE_T_MAX - right_len) {
  ------------------
  |  |  137|    344|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (11326:9): [True: 0, False: 344]
  ------------------
11327|      0|        PyErr_SetString(PyExc_OverflowError,
11328|      0|                        "strings are too large to concat");
11329|      0|        return NULL;
11330|      0|    }
11331|    344|    new_len = left_len + right_len;
11332|       |
11333|    344|    maxchar = PyUnicode_MAX_CHAR_VALUE(left);
  ------------------
  |  |  405|    344|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    344|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    344|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11334|    344|    maxchar2 = PyUnicode_MAX_CHAR_VALUE(right);
  ------------------
  |  |  405|    344|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    344|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    344|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11335|    344|    maxchar = Py_MAX(maxchar, maxchar2);
  ------------------
  |  |  115|    344|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 344]
  |  |  ------------------
  ------------------
11336|       |
11337|       |    /* Concat the two Unicode strings */
11338|    344|    result = PyUnicode_New(new_len, maxchar);
11339|    344|    if (result == NULL)
  ------------------
  |  Branch (11339:9): [True: 0, False: 344]
  ------------------
11340|      0|        return NULL;
11341|    344|    _PyUnicode_FastCopyCharacters(result, 0, left, 0, left_len);
11342|    344|    _PyUnicode_FastCopyCharacters(result, left_len, right, 0, right_len);
11343|    344|    assert(_PyUnicode_CheckConsistency(result, 1));
  ------------------
  |  Branch (11343:5): [True: 344, False: 0]
  ------------------
11344|    344|    return result;
11345|    344|}
PyUnicode_Append:
11349|     32|{
11350|     32|    PyObject *left, *res;
11351|     32|    Py_UCS4 maxchar, maxchar2;
11352|     32|    Py_ssize_t left_len, right_len, new_len;
11353|       |
11354|     32|    if (p_left == NULL) {
  ------------------
  |  Branch (11354:9): [True: 0, False: 32]
  ------------------
11355|      0|        if (!PyErr_Occurred())
  ------------------
  |  Branch (11355:13): [True: 0, False: 0]
  ------------------
11356|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
11357|      0|        return;
11358|      0|    }
11359|     32|    left = *p_left;
11360|     32|    if (right == NULL || left == NULL
  ------------------
  |  Branch (11360:9): [True: 0, False: 32]
  |  Branch (11360:26): [True: 0, False: 32]
  ------------------
11361|     32|        || !PyUnicode_Check(left) || !PyUnicode_Check(right)) {
  ------------------
  |  |  103|     32|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     64|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                      || !PyUnicode_Check(left) || !PyUnicode_Check(right)) {
  ------------------
  |  |  103|     32|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     32|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11361:12): [True: 0, False: 32]
  |  Branch (11361:38): [True: 0, False: 32]
  ------------------
11362|      0|        if (!PyErr_Occurred())
  ------------------
  |  Branch (11362:13): [True: 0, False: 0]
  ------------------
11363|      0|            PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
11364|      0|        goto error;
11365|      0|    }
11366|       |
11367|       |    /* Shortcuts */
11368|     32|    PyObject *empty = _PyUnicode_GetEmpty();  // Borrowed reference
11369|     32|    if (left == empty) {
  ------------------
  |  Branch (11369:9): [True: 3, False: 29]
  ------------------
11370|      3|        Py_DECREF(left);
  ------------------
  |  |  430|      3|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11371|      3|        *p_left = Py_NewRef(right);
  ------------------
  |  |  550|      3|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11372|      3|        return;
11373|      3|    }
11374|     29|    if (right == empty) {
  ------------------
  |  Branch (11374:9): [True: 0, False: 29]
  ------------------
11375|      0|        return;
11376|      0|    }
11377|       |
11378|     29|    left_len = PyUnicode_GET_LENGTH(left);
  ------------------
  |  |  299|     29|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11379|     29|    right_len = PyUnicode_GET_LENGTH(right);
  ------------------
  |  |  299|     29|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11380|     29|    if (left_len > PY_SSIZE_T_MAX - right_len) {
  ------------------
  |  |  137|     29|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (11380:9): [True: 0, False: 29]
  ------------------
11381|      0|        PyErr_SetString(PyExc_OverflowError,
11382|      0|                        "strings are too large to concat");
11383|      0|        goto error;
11384|      0|    }
11385|     29|    new_len = left_len + right_len;
11386|       |
11387|     29|    if (_PyUnicode_IsModifiable(left)
  ------------------
  |  Branch (11387:9): [True: 4, False: 25]
  ------------------
11388|     29|        && PyUnicode_CheckExact(right)
  ------------------
  |  |  104|      4|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     33|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11389|     29|        && PyUnicode_KIND(right) <= PyUnicode_KIND(left)
  ------------------
  |  |  258|      4|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      8|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      && PyUnicode_KIND(right) <= PyUnicode_KIND(left)
  ------------------
  |  |  258|      4|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     33|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11389:12): [True: 4, False: 0]
  ------------------
11390|       |        /* Don't resize for ascii += latin1. Convert ascii to latin1 requires
11391|       |           to change the structure size, but characters are stored just after
11392|       |           the structure, and so it requires to move all characters which is
11393|       |           not so different than duplicating the string. */
11394|      4|        && !(PyUnicode_IS_ASCII(left) && !PyUnicode_IS_ASCII(right)))
  ------------------
  |  |  227|      8|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 4, False: 0]
  |  |  ------------------
  ------------------
                      && !(PyUnicode_IS_ASCII(left) && !PyUnicode_IS_ASCII(right)))
  ------------------
  |  |  227|      4|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11394:42): [True: 0, False: 4]
  ------------------
11395|      4|    {
11396|       |        /* append inplace */
11397|      4|        if (unicode_resize(p_left, new_len) != 0)
  ------------------
  |  Branch (11397:13): [True: 0, False: 4]
  ------------------
11398|      0|            goto error;
11399|       |
11400|       |        /* copy 'right' into the newly allocated area of 'left' */
11401|      4|        _PyUnicode_FastCopyCharacters(*p_left, left_len, right, 0, right_len);
11402|      4|    }
11403|     25|    else {
11404|     25|        maxchar = PyUnicode_MAX_CHAR_VALUE(left);
  ------------------
  |  |  405|     25|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11405|     25|        maxchar2 = PyUnicode_MAX_CHAR_VALUE(right);
  ------------------
  |  |  405|     25|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11406|     25|        maxchar = Py_MAX(maxchar, maxchar2);
  ------------------
  |  |  115|     25|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 25]
  |  |  ------------------
  ------------------
11407|       |
11408|       |        /* Concat the two Unicode strings */
11409|     25|        res = PyUnicode_New(new_len, maxchar);
11410|     25|        if (res == NULL)
  ------------------
  |  Branch (11410:13): [True: 0, False: 25]
  ------------------
11411|      0|            goto error;
11412|     25|        _PyUnicode_FastCopyCharacters(res, 0, left, 0, left_len);
11413|     25|        _PyUnicode_FastCopyCharacters(res, left_len, right, 0, right_len);
11414|     25|        Py_DECREF(left);
  ------------------
  |  |  430|     25|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11415|     25|        *p_left = res;
11416|     25|    }
11417|     29|    assert(_PyUnicode_CheckConsistency(*p_left, 1));
  ------------------
  |  Branch (11417:5): [True: 29, False: 0]
  ------------------
11418|     29|    return;
11419|       |
11420|     29|error:
11421|       |    Py_CLEAR(*p_left);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
11422|      0|}
_PyUnicode_ScanIdentifier:
12106|     35|{
12107|     35|    Py_ssize_t i;
12108|     35|    Py_ssize_t len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|     35|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12109|     35|    if (len == 0) {
  ------------------
  |  Branch (12109:9): [True: 0, False: 35]
  ------------------
12110|       |        /* an empty string is not a valid identifier */
12111|      0|        return 0;
12112|      0|    }
12113|       |
12114|     35|    int kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|     35|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     70|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 35, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12115|     35|    const void *data = PyUnicode_DATA(self);
  ------------------
  |  |  284|     35|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12116|     35|    Py_UCS4 ch = PyUnicode_READ(kind, data, 0);
  ------------------
  |  |  354|     35|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     35|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     35|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     35|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     35|                   (index))
  ------------------
12117|       |    /* PEP 3131 says that the first character must be in
12118|       |       XID_Start and subsequent characters in XID_Continue,
12119|       |       and for the ASCII range, the 2.x rules apply (i.e
12120|       |       start with letters and underscore, continue with
12121|       |       letters, digits, underscore). However, given the current
12122|       |       definition of XID_Start and XID_Continue, it is sufficient
12123|       |       to check just for these, except that _ must be allowed
12124|       |       as starting an identifier.  */
12125|     35|    if (!_PyUnicode_IsXidStart(ch) && ch != 0x5F /* LOW LINE */) {
  ------------------
  |  Branch (12125:9): [True: 22, False: 13]
  |  Branch (12125:39): [True: 0, False: 22]
  ------------------
12126|      0|        return 0;
12127|      0|    }
12128|       |
12129|    255|    for (i = 1; i < len; i++) {
  ------------------
  |  Branch (12129:17): [True: 220, False: 35]
  ------------------
12130|    220|        ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|    220|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    220|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    220|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    220|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    220|                   (index))
  ------------------
12131|    220|        if (!_PyUnicode_IsXidContinue(ch)) {
  ------------------
  |  Branch (12131:13): [True: 0, False: 220]
  ------------------
12132|      0|            return i;
12133|      0|        }
12134|    220|    }
12135|     35|    return i;
12136|     35|}
PyUnicode_IsIdentifier:
12140|     35|{
12141|     35|    Py_ssize_t i = _PyUnicode_ScanIdentifier(self);
12142|     35|    Py_ssize_t len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|     35|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12143|       |    /* an empty string is not a valid identifier */
12144|     35|    return len && i == len;
  ------------------
  |  Branch (12144:12): [True: 35, False: 0]
  |  Branch (12144:19): [True: 35, False: 0]
  ------------------
12145|     35|}
_PyUnicode_XStrip:
12275|    323|{
12276|    323|    const void *data;
12277|    323|    int kind;
12278|    323|    Py_ssize_t i, j, len;
12279|    323|    BLOOM_MASK sepmask;
  ------------------
  |  |  905|    323|#define BLOOM_MASK unsigned long
  ------------------
12280|    323|    Py_ssize_t seplen;
12281|       |
12282|    323|    kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|    323|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    646|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 323, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12283|    323|    data = PyUnicode_DATA(self);
  ------------------
  |  |  284|    323|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    323|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    323|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12284|    323|    len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|    323|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    323|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    323|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12285|    323|    seplen = PyUnicode_GET_LENGTH(sepobj);
  ------------------
  |  |  299|    323|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    323|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    323|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12286|    323|    sepmask = make_bloom_mask(PyUnicode_KIND(sepobj),
  ------------------
  |  |  258|    323|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    646|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 323, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12287|    323|                              PyUnicode_DATA(sepobj),
  ------------------
  |  |  284|    323|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    323|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    323|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12288|    323|                              seplen);
12289|       |
12290|      0|    i = 0;
12291|    323|    if (striptype != RIGHTSTRIP) {
  ------------------
  |  |12264|    323|#define RIGHTSTRIP 1
  ------------------
  |  Branch (12291:9): [True: 0, False: 323]
  ------------------
12292|      0|        while (i < len) {
  ------------------
  |  Branch (12292:16): [True: 0, False: 0]
  ------------------
12293|      0|            Py_UCS4 ch = PyUnicode_READ(kind, data, i);
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
12294|      0|            if (!BLOOM(sepmask, ch))
  ------------------
  |  |  909|      0|#define BLOOM(mask, ch)     ((mask &  (1UL << ((ch) & (BLOOM_WIDTH - 1)))))
  |  |  ------------------
  |  |  |  |  898|      0|#define BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (12294:17): [True: 0, False: 0]
  ------------------
12295|      0|                break;
12296|      0|            if (PyUnicode_FindChar(sepobj, ch, 0, seplen, 1) < 0)
  ------------------
  |  Branch (12296:17): [True: 0, False: 0]
  ------------------
12297|      0|                break;
12298|      0|            i++;
12299|      0|        }
12300|      0|    }
12301|       |
12302|    323|    j = len;
12303|    323|    if (striptype != LEFTSTRIP) {
  ------------------
  |  |12263|    323|#define LEFTSTRIP 0
  ------------------
  |  Branch (12303:9): [True: 323, False: 0]
  ------------------
12304|    323|        j--;
12305|    327|        while (j >= i) {
  ------------------
  |  Branch (12305:16): [True: 327, False: 0]
  ------------------
12306|    327|            Py_UCS4 ch = PyUnicode_READ(kind, data, j);
  ------------------
  |  |  354|    327|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    327|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    327|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    327|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    327|                   (index))
  ------------------
12307|    327|            if (!BLOOM(sepmask, ch))
  ------------------
  |  |  909|    327|#define BLOOM(mask, ch)     ((mask &  (1UL << ((ch) & (BLOOM_WIDTH - 1)))))
  |  |  ------------------
  |  |  |  |  898|    327|#define BLOOM_WIDTH 64
  |  |  ------------------
  ------------------
  |  Branch (12307:17): [True: 223, False: 104]
  ------------------
12308|    223|                break;
12309|    104|            if (PyUnicode_FindChar(sepobj, ch, 0, seplen, 1) < 0)
  ------------------
  |  Branch (12309:17): [True: 100, False: 4]
  ------------------
12310|    100|                break;
12311|      4|            j--;
12312|      4|        }
12313|       |
12314|    323|        j++;
12315|    323|    }
12316|       |
12317|    323|    return PyUnicode_Substring(self, i, j);
12318|    323|}
_PyUnicode_BinarySlice:
12322|    124|{
12323|    124|    assert(PyUnicode_CheckExact(container));
  ------------------
  |  Branch (12323:5): [True: 124, False: 0]
  ------------------
12324|    124|    Py_ssize_t len = PyUnicode_GET_LENGTH(container);
  ------------------
  |  |  299|    124|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    124|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12325|    124|    Py_ssize_t istart, istop;
12326|    124|    if (!_PyEval_UnpackIndices(start_o, stop_o, len, &istart, &istop)) {
  ------------------
  |  Branch (12326:9): [True: 0, False: 124]
  ------------------
12327|      0|        return NULL;
12328|      0|    }
12329|    124|    return PyUnicode_Substring(container, istart, istop);
12330|    124|}
PyUnicode_Substring:
12334|    564|{
12335|    564|    const unsigned char *data;
12336|    564|    int kind;
12337|    564|    Py_ssize_t length;
12338|       |
12339|    564|    length = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|    564|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    564|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    564|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12340|    564|    end = Py_MIN(end, length);
  ------------------
  |  |  112|    564|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 564]
  |  |  ------------------
  ------------------
12341|       |
12342|    564|    if (start == 0 && end == length)
  ------------------
  |  Branch (12342:9): [True: 455, False: 109]
  |  Branch (12342:23): [True: 326, False: 129]
  ------------------
12343|    326|        return unicode_result_unchanged(self);
12344|       |
12345|    238|    if (start < 0 || end < 0) {
  ------------------
  |  Branch (12345:9): [True: 0, False: 238]
  |  Branch (12345:22): [True: 0, False: 238]
  ------------------
12346|      0|        PyErr_SetString(PyExc_IndexError, "string index out of range");
12347|      0|        return NULL;
12348|      0|    }
12349|    238|    if (start >= length || end < start)
  ------------------
  |  Branch (12349:9): [True: 0, False: 238]
  |  Branch (12349:28): [True: 0, False: 238]
  ------------------
12350|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
12351|       |
12352|    238|    length = end - start;
12353|    238|    if (PyUnicode_IS_ASCII(self)) {
  ------------------
  |  |  227|    238|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    238|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    238|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 238, False: 0]
  |  |  ------------------
  ------------------
12354|    238|        data = PyUnicode_1BYTE_DATA(self);
  ------------------
  |  |  291|    238|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    238|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12355|    238|        return _PyUnicode_FromASCII((const char*)(data + start), length);
12356|    238|    }
12357|      0|    else {
12358|      0|        kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12359|      0|        data = PyUnicode_1BYTE_DATA(self);
  ------------------
  |  |  291|      0|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12360|      0|        return PyUnicode_FromKindAndData(kind,
12361|      0|                                         data + kind * start,
12362|      0|                                         length);
12363|      0|    }
12364|    238|}
_PyUnicode_Repeat:
12507|      4|{
12508|      4|    PyObject *u;
12509|      4|    Py_ssize_t nchars, n;
12510|       |
12511|      4|    if (len < 1)
  ------------------
  |  Branch (12511:9): [True: 0, False: 4]
  ------------------
12512|      0|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      0|    do {                             \
  |  |  376|      0|        return _PyUnicode_GetEmpty();\
  |  |  377|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
12513|       |
12514|       |    /* no repeat, return original string */
12515|      4|    if (len == 1)
  ------------------
  |  Branch (12515:9): [True: 0, False: 4]
  ------------------
12516|      0|        return unicode_result_unchanged(str);
12517|       |
12518|      4|    if (PyUnicode_GET_LENGTH(str) > PY_SSIZE_T_MAX / len) {
  ------------------
  |  |  299|      4|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyUnicode_GET_LENGTH(str) > PY_SSIZE_T_MAX / len) {
  ------------------
  |  |  137|      4|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (12518:9): [True: 0, False: 4]
  ------------------
12519|      0|        PyErr_SetString(PyExc_OverflowError,
12520|      0|                        "repeated string is too long");
12521|      0|        return NULL;
12522|      0|    }
12523|      4|    nchars = len * PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|      4|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12524|       |
12525|      4|    u = PyUnicode_New(nchars, PyUnicode_MAX_CHAR_VALUE(str));
  ------------------
  |  |  405|      4|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12526|      4|    if (!u)
  ------------------
  |  Branch (12526:9): [True: 0, False: 4]
  ------------------
12527|      0|        return NULL;
12528|      4|    assert(PyUnicode_KIND(u) == PyUnicode_KIND(str));
  ------------------
  |  Branch (12528:5): [True: 4, False: 0]
  |  Branch (12528:5): [True: 4, False: 0]
  |  Branch (12528:5): [True: 4, False: 0]
  ------------------
12529|       |
12530|      4|    if (PyUnicode_GET_LENGTH(str) == 1) {
  ------------------
  |  |  299|      4|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (12530:9): [True: 4, False: 0]
  ------------------
12531|      4|        int kind = PyUnicode_KIND(str);
  ------------------
  |  |  258|      4|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      8|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12532|      4|        Py_UCS4 fill_char = PyUnicode_READ(kind, PyUnicode_DATA(str), 0);
  ------------------
  |  |  354|      4|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      4|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      4|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      4|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      4|                   (index))
  ------------------
12533|      4|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (12533:13): [True: 4, False: 0]
  ------------------
12534|      4|            void *to = PyUnicode_DATA(u);
  ------------------
  |  |  284|      4|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12535|      4|            memset(to, (unsigned char)fill_char, len);
12536|      4|        }
12537|      0|        else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (12537:18): [True: 0, False: 0]
  ------------------
12538|      0|            Py_UCS2 *ucs2 = PyUnicode_2BYTE_DATA(u);
  ------------------
  |  |  292|      0|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12539|      0|            for (n = 0; n < len; ++n)
  ------------------
  |  Branch (12539:25): [True: 0, False: 0]
  ------------------
12540|      0|                ucs2[n] = fill_char;
12541|      0|        } else {
12542|      0|            Py_UCS4 *ucs4 = PyUnicode_4BYTE_DATA(u);
  ------------------
  |  |  293|      0|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12543|      0|            assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (12543:13): [True: 0, False: 0]
  ------------------
12544|      0|            for (n = 0; n < len; ++n)
  ------------------
  |  Branch (12544:25): [True: 0, False: 0]
  ------------------
12545|      0|                ucs4[n] = fill_char;
12546|      0|        }
12547|      4|    }
12548|      0|    else {
12549|      0|        Py_ssize_t char_size = PyUnicode_KIND(str);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12550|      0|        char *to = (char *) PyUnicode_DATA(u);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12551|      0|        _PyBytes_RepeatBuffer(to, nchars * char_size, PyUnicode_DATA(str),
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12552|      0|            PyUnicode_GET_LENGTH(str) * char_size);
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12553|      0|    }
12554|       |
12555|      4|    assert(_PyUnicode_CheckConsistency(u, 1));
  ------------------
  |  Branch (12555:5): [True: 4, False: 0]
  ------------------
12556|      4|    return u;
12557|      4|}
PyUnicode_RPartition:
12913|    190|{
12914|    190|    PyObject* out;
12915|    190|    int kind1, kind2;
12916|    190|    const void *buf1, *buf2;
12917|    190|    Py_ssize_t len1, len2;
12918|       |
12919|    190|    if (ensure_unicode(str_obj) < 0 || ensure_unicode(sep_obj) < 0)
  ------------------
  |  |  105|    190|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
                  if (ensure_unicode(str_obj) < 0 || ensure_unicode(sep_obj) < 0)
  ------------------
  |  |  105|    190|#define ensure_unicode _PyUnicode_EnsureUnicode
  ------------------
  |  Branch (12919:9): [True: 0, False: 190]
  |  Branch (12919:40): [True: 0, False: 190]
  ------------------
12920|      0|        return NULL;
12921|       |
12922|    190|    kind1 = PyUnicode_KIND(str_obj);
  ------------------
  |  |  258|    190|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    380|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 190, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12923|    190|    kind2 = PyUnicode_KIND(sep_obj);
  ------------------
  |  |  258|    190|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    380|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 190, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12924|    190|    len1 = PyUnicode_GET_LENGTH(str_obj);
  ------------------
  |  |  299|    190|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12925|    190|    len2 = PyUnicode_GET_LENGTH(sep_obj);
  ------------------
  |  |  299|    190|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12926|    190|    if (kind1 < kind2 || len1 < len2) {
  ------------------
  |  Branch (12926:9): [True: 0, False: 190]
  |  Branch (12926:26): [True: 0, False: 190]
  ------------------
12927|      0|        PyObject *empty = _PyUnicode_GetEmpty();  // Borrowed reference
12928|      0|        return PyTuple_Pack(3, empty, empty, str_obj);
12929|      0|    }
12930|    190|    buf1 = PyUnicode_DATA(str_obj);
  ------------------
  |  |  284|    190|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12931|    190|    buf2 = PyUnicode_DATA(sep_obj);
  ------------------
  |  |  284|    190|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12932|    190|    if (kind2 != kind1) {
  ------------------
  |  Branch (12932:9): [True: 0, False: 190]
  ------------------
12933|      0|        buf2 = unicode_askind(kind2, buf2, len2, kind1);
12934|      0|        if (!buf2)
  ------------------
  |  Branch (12934:13): [True: 0, False: 0]
  ------------------
12935|      0|            return NULL;
12936|      0|    }
12937|       |
12938|    190|    switch (kind1) {
12939|    190|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (12939:5): [True: 190, False: 0]
  ------------------
12940|    190|        if (PyUnicode_IS_ASCII(str_obj) && PyUnicode_IS_ASCII(sep_obj))
  ------------------
  |  |  227|    380|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 190, False: 0]
  |  |  ------------------
  ------------------
                      if (PyUnicode_IS_ASCII(str_obj) && PyUnicode_IS_ASCII(sep_obj))
  ------------------
  |  |  227|    190|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    190|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    190|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 190, False: 0]
  |  |  ------------------
  ------------------
12941|    190|            out = asciilib_rpartition(str_obj, buf1, len1, sep_obj, buf2, len2);
12942|      0|        else
12943|      0|            out = ucs1lib_rpartition(str_obj, buf1, len1, sep_obj, buf2, len2);
12944|    190|        break;
12945|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (12945:5): [True: 0, False: 190]
  ------------------
12946|      0|        out = ucs2lib_rpartition(str_obj, buf1, len1, sep_obj, buf2, len2);
12947|      0|        break;
12948|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (12948:5): [True: 0, False: 190]
  ------------------
12949|      0|        out = ucs4lib_rpartition(str_obj, buf1, len1, sep_obj, buf2, len2);
12950|      0|        break;
12951|      0|    default:
  ------------------
  |  Branch (12951:5): [True: 0, False: 190]
  ------------------
12952|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
12953|    190|    }
12954|       |
12955|    190|    assert((kind2 == kind1) == (buf2 == PyUnicode_DATA(sep_obj)));
  ------------------
  |  Branch (12955:5): [True: 190, False: 0]
  ------------------
12956|    190|    if (kind2 != kind1)
  ------------------
  |  Branch (12956:9): [True: 0, False: 190]
  ------------------
12957|      0|        PyMem_Free((void *)buf2);
12958|       |
12959|    190|    return out;
12960|    190|}
_PyUnicode_ExactDealloc:
14009|    182|{
14010|    182|    assert(PyUnicode_CheckExact(op));
  ------------------
  |  Branch (14010:5): [True: 182, False: 0]
  ------------------
14011|    182|    unicode_dealloc(op);
14012|    182|}
_PyUnicode_InitState:
14104|      2|{
14105|      2|    if (!_Py_IsMainInterpreter(interp)) {
  ------------------
  |  Branch (14105:9): [True: 0, False: 2]
  ------------------
14106|      0|        return;
14107|      0|    }
14108|      2|    _init_global_state();
14109|      2|}
_PyUnicode_InitGlobalObjects:
14114|      2|{
14115|      2|    if (_Py_IsMainInterpreter(interp)) {
  ------------------
  |  Branch (14115:9): [True: 2, False: 0]
  ------------------
14116|      2|        PyStatus status = init_global_interned_strings(interp);
14117|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
14118|      0|            return status;
14119|      0|        }
14120|      2|    }
14121|      2|    assert(INTERNED_STRINGS);
  ------------------
  |  Branch (14121:5): [True: 2, False: 0]
  ------------------
14122|       |
14123|      2|    if (init_interned_dict(interp)) {
  ------------------
  |  Branch (14123:9): [True: 0, False: 2]
  ------------------
14124|      0|        PyErr_Clear();
14125|      0|        return _PyStatus_ERR("failed to create interned dict");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
14126|      0|    }
14127|       |
14128|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
14129|      2|}
_PyUnicode_InitTypes:
14134|      2|{
14135|      2|    if (_PyStaticType_InitBuiltin(interp, &EncodingMapType) < 0) {
  ------------------
  |  Branch (14135:9): [True: 0, False: 2]
  ------------------
14136|      0|        goto error;
14137|      0|    }
14138|      2|    if (_PyStaticType_InitBuiltin(interp, &PyFieldNameIter_Type) < 0) {
  ------------------
  |  Branch (14138:9): [True: 0, False: 2]
  ------------------
14139|      0|        goto error;
14140|      0|    }
14141|      2|    if (_PyStaticType_InitBuiltin(interp, &PyFormatterIter_Type) < 0) {
  ------------------
  |  Branch (14141:9): [True: 0, False: 2]
  ------------------
14142|      0|        goto error;
14143|      0|    }
14144|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
14145|       |
14146|      0|error:
14147|      0|    return _PyStatus_ERR("Can't initialize unicode types");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
14148|      2|}
_PyUnicode_InternStatic:
14191|  2.24k|{
14192|       |    // This should only be called as part of runtime initialization
14193|  2.24k|    assert(!Py_IsInitialized());
  ------------------
  |  Branch (14193:5): [True: 2.24k, False: 0]
  ------------------
14194|       |
14195|  2.24k|    *p = intern_static(interp, *p);
14196|       |    assert(*p);
  ------------------
  |  Branch (14196:5): [True: 2.24k, False: 0]
  ------------------
14197|  2.24k|}
_PyUnicode_InternImmortal:
14405|  32.7k|{
14406|  32.7k|    *p = intern_common(interp, *p, 1);
14407|       |    assert(*p);
  ------------------
  |  Branch (14407:5): [True: 32.7k, False: 0]
  ------------------
14408|  32.7k|}
_PyUnicode_InternMortal:
14412|  19.2k|{
14413|  19.2k|    *p = intern_common(interp, *p, 0);
14414|       |    assert(*p);
  ------------------
  |  Branch (14414:5): [True: 19.2k, False: 0]
  ------------------
14415|  19.2k|}
PyUnicode_InternFromString:
14443|  6.06k|{
14444|  6.06k|    PyObject *s = PyUnicode_FromString(cp);
14445|  6.06k|    if (s == NULL) {
  ------------------
  |  Branch (14445:9): [True: 0, False: 6.06k]
  ------------------
14446|      0|        return NULL;
14447|      0|    }
14448|  6.06k|    PyInterpreterState *interp = _PyInterpreterState_GET();
14449|  6.06k|    _PyUnicode_InternMortal(interp, &s);
14450|  6.06k|    return s;
14451|  6.06k|}
_PyUnicode_InitEncodings:
14905|      2|{
14906|      2|    PyStatus status = _PyCodec_InitRegistry(tstate->interp);
14907|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
14908|      0|        return status;
14909|      0|    }
14910|      2|    status = init_fs_encoding(tstate);
14911|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
14912|      0|        return status;
14913|      0|    }
14914|       |
14915|      2|    return init_stdio_encoding(tstate->interp);
14916|      2|}
unicodeobject.c:get_interned_dict:
  212|  11.6k|{
  213|  11.6k|    return _Py_INTERP_CACHED_OBJECT(interp, interned_strings);
  ------------------
  |  |   22|  11.6k|    (interp)->cached_objects.NAME
  ------------------
  214|  11.6k|}
unicodeobject.c:_PyUnicode_UTF8:
  114|     38|{
  115|     38|    return FT_ATOMIC_LOAD_PTR_ACQUIRE(_PyCompactUnicodeObject_CAST(op)->utf8);
  ------------------
  |  |  150|    114|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  |  |  Branch (150:43): [True: 38, False: 0]
  |  |  ------------------
  ------------------
  116|     38|}
unicodeobject.c:_PyUnicode_HAS_UTF8_MEMORY:
  177|  11.7k|{
  178|  11.7k|    return (!PyUnicode_IS_COMPACT_ASCII(op)
  ------------------
  |  |  241|  23.5k|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (178:13): [True: 4, False: 11.7k]
  ------------------
  179|      4|            && _PyUnicode_UTF8(op) != NULL
  ------------------
  |  Branch (179:16): [True: 0, False: 4]
  ------------------
  180|      0|            && _PyUnicode_UTF8(op) != PyUnicode_DATA(op));
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (180:16): [True: 0, False: 0]
  ------------------
  181|  11.7k|}
unicodeobject.c:PyUnicode_SET_UTF8_LENGTH:
  146|     14|{
  147|     14|    _PyCompactUnicodeObject_CAST(op)->utf8_length = length;
  ------------------
  |  |  189|     14|    (assert(PyUnicode_Check(op)), \
  |  |  190|     14|     _Py_CAST(PyCompactUnicodeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (147:5): [True: 14, False: 0]
  ------------------
  148|     14|}
unicodeobject.c:PyUnicode_SET_UTF8:
  130|     14|{
  131|     14|    FT_ATOMIC_STORE_PTR_RELEASE(_PyCompactUnicodeObject_CAST(op)->utf8, utf8);
  ------------------
  |  |  164|     28|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  |  |  Branch (164:55): [True: 14, False: 0]
  |  |  ------------------
  ------------------
  132|     14|}
unicodeobject.c:_copy_characters:
 1382|    903|{
 1383|    903|    int from_kind, to_kind;
 1384|    903|    const void *from_data;
 1385|    903|    void *to_data;
 1386|       |
 1387|    903|    assert(0 <= how_many);
  ------------------
  |  Branch (1387:5): [True: 903, False: 0]
  ------------------
 1388|    903|    assert(0 <= from_start);
  ------------------
  |  Branch (1388:5): [True: 903, False: 0]
  ------------------
 1389|    903|    assert(0 <= to_start);
  ------------------
  |  Branch (1389:5): [True: 903, False: 0]
  ------------------
 1390|    903|    assert(PyUnicode_Check(from));
  ------------------
  |  Branch (1390:5): [True: 903, False: 0]
  ------------------
 1391|    903|    assert(from_start + how_many <= PyUnicode_GET_LENGTH(from));
  ------------------
  |  Branch (1391:5): [True: 903, False: 0]
  ------------------
 1392|       |
 1393|    903|    assert(to == NULL || PyUnicode_Check(to));
  ------------------
  |  Branch (1393:5): [True: 0, False: 903]
  |  Branch (1393:5): [True: 903, False: 0]
  ------------------
 1394|       |
 1395|    903|    if (how_many == 0) {
  ------------------
  |  Branch (1395:9): [True: 0, False: 903]
  ------------------
 1396|      0|        return 0;
 1397|      0|    }
 1398|       |
 1399|    903|    assert(to != NULL);
  ------------------
  |  Branch (1399:5): [True: 903, False: 0]
  ------------------
 1400|    903|    assert(to_start + how_many <= PyUnicode_GET_LENGTH(to));
  ------------------
  |  Branch (1400:5): [True: 903, False: 0]
  ------------------
 1401|       |
 1402|    903|    from_kind = PyUnicode_KIND(from);
  ------------------
  |  |  258|    903|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.80k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 903, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1403|    903|    from_data = PyUnicode_DATA(from);
  ------------------
  |  |  284|    903|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    903|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    903|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1404|    903|    to_kind = PyUnicode_KIND(to);
  ------------------
  |  |  258|    903|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  1.80k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 903, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1405|    903|    to_data = PyUnicode_DATA(to);
  ------------------
  |  |  284|    903|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    903|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    903|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1406|       |
 1407|       |#ifdef Py_DEBUG
 1408|       |    if (!check_maxchar
 1409|       |        && PyUnicode_MAX_CHAR_VALUE(from) > PyUnicode_MAX_CHAR_VALUE(to))
 1410|       |    {
 1411|       |        Py_UCS4 to_maxchar = PyUnicode_MAX_CHAR_VALUE(to);
 1412|       |        Py_UCS4 ch;
 1413|       |        Py_ssize_t i;
 1414|       |        for (i=0; i < how_many; i++) {
 1415|       |            ch = PyUnicode_READ(from_kind, from_data, from_start + i);
 1416|       |            assert(ch <= to_maxchar);
 1417|       |        }
 1418|       |    }
 1419|       |#endif
 1420|       |
 1421|    903|    if (from_kind == to_kind) {
  ------------------
  |  Branch (1421:9): [True: 901, False: 2]
  ------------------
 1422|    901|        if (check_maxchar
  ------------------
  |  Branch (1422:13): [True: 0, False: 901]
  ------------------
 1423|      0|            && !PyUnicode_IS_ASCII(from) && PyUnicode_IS_ASCII(to))
  ------------------
  |  |  227|    901|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          && !PyUnicode_IS_ASCII(from) && PyUnicode_IS_ASCII(to))
  ------------------
  |  |  227|      0|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1423:16): [True: 0, False: 0]
  ------------------
 1424|      0|        {
 1425|       |            /* Writing Latin-1 characters into an ASCII string requires to
 1426|       |               check that all written characters are pure ASCII */
 1427|      0|            Py_UCS4 max_char;
 1428|      0|            max_char = ucs1lib_find_max_char(from_data,
 1429|      0|                                             (const Py_UCS1*)from_data + how_many);
 1430|      0|            if (max_char >= 128)
  ------------------
  |  Branch (1430:17): [True: 0, False: 0]
  ------------------
 1431|      0|                return -1;
 1432|      0|        }
 1433|    901|        memcpy((char*)to_data + to_kind * to_start,
 1434|    901|                  (const char*)from_data + from_kind * from_start,
 1435|    901|                  to_kind * how_many);
 1436|    901|    }
 1437|      2|    else if (from_kind == PyUnicode_1BYTE_KIND
  ------------------
  |  Branch (1437:14): [True: 2, False: 0]
  ------------------
 1438|      2|             && to_kind == PyUnicode_2BYTE_KIND)
  ------------------
  |  Branch (1438:17): [True: 2, False: 0]
  ------------------
 1439|      2|    {
 1440|      2|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|      2|    do {                                                \
  |  |   46|      2|        to_type *_to = (to_type *)(to);                 \
  |  |   47|      2|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|      2|        const from_type *_end = (const from_type *)(end);\
  |  |   49|      2|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|      2|        const from_type *_unrolled_end =                \
  |  |   51|      2|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|      2|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|     80|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 78, False: 2]
  |  |  ------------------
  |  |   53|     78|            _to[0] = (to_type) _iter[0];                \
  |  |   54|     78|            _to[1] = (to_type) _iter[1];                \
  |  |   55|     78|            _to[2] = (to_type) _iter[2];                \
  |  |   56|     78|            _to[3] = (to_type) _iter[3];                \
  |  |   57|     78|            _iter += 4; _to += 4;                       \
  |  |   58|     78|        }                                               \
  |  |   59|      6|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 4, False: 2]
  |  |  ------------------
  |  |   60|      4|            *_to++ = (to_type) *_iter++;                \
  |  |   61|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1441|      2|            Py_UCS1, Py_UCS2,
 1442|      2|            PyUnicode_1BYTE_DATA(from) + from_start,
 1443|      2|            PyUnicode_1BYTE_DATA(from) + from_start + how_many,
 1444|      2|            PyUnicode_2BYTE_DATA(to) + to_start
 1445|      2|            );
 1446|      2|    }
 1447|      0|    else if (from_kind == PyUnicode_1BYTE_KIND
  ------------------
  |  Branch (1447:14): [True: 0, False: 0]
  ------------------
 1448|      0|             && to_kind == PyUnicode_4BYTE_KIND)
  ------------------
  |  Branch (1448:17): [True: 0, False: 0]
  ------------------
 1449|      0|    {
 1450|      0|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|      0|    do {                                                \
  |  |   46|      0|        to_type *_to = (to_type *)(to);                 \
  |  |   47|      0|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|      0|        const from_type *_end = (const from_type *)(end);\
  |  |   49|      0|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|      0|        const from_type *_unrolled_end =                \
  |  |   51|      0|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|      0|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|      0|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            _to[0] = (to_type) _iter[0];                \
  |  |   54|      0|            _to[1] = (to_type) _iter[1];                \
  |  |   55|      0|            _to[2] = (to_type) _iter[2];                \
  |  |   56|      0|            _to[3] = (to_type) _iter[3];                \
  |  |   57|      0|            _iter += 4; _to += 4;                       \
  |  |   58|      0|        }                                               \
  |  |   59|      0|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            *_to++ = (to_type) *_iter++;                \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1451|      0|            Py_UCS1, Py_UCS4,
 1452|      0|            PyUnicode_1BYTE_DATA(from) + from_start,
 1453|      0|            PyUnicode_1BYTE_DATA(from) + from_start + how_many,
 1454|      0|            PyUnicode_4BYTE_DATA(to) + to_start
 1455|      0|            );
 1456|      0|    }
 1457|      0|    else if (from_kind == PyUnicode_2BYTE_KIND
  ------------------
  |  Branch (1457:14): [True: 0, False: 0]
  ------------------
 1458|      0|             && to_kind == PyUnicode_4BYTE_KIND)
  ------------------
  |  Branch (1458:17): [True: 0, False: 0]
  ------------------
 1459|      0|    {
 1460|      0|        _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|      0|    do {                                                \
  |  |   46|      0|        to_type *_to = (to_type *)(to);                 \
  |  |   47|      0|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|      0|        const from_type *_end = (const from_type *)(end);\
  |  |   49|      0|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|      0|        const from_type *_unrolled_end =                \
  |  |   51|      0|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|      0|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|      0|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            _to[0] = (to_type) _iter[0];                \
  |  |   54|      0|            _to[1] = (to_type) _iter[1];                \
  |  |   55|      0|            _to[2] = (to_type) _iter[2];                \
  |  |   56|      0|            _to[3] = (to_type) _iter[3];                \
  |  |   57|      0|            _iter += 4; _to += 4;                       \
  |  |   58|      0|        }                                               \
  |  |   59|      0|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            *_to++ = (to_type) *_iter++;                \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1461|      0|            Py_UCS2, Py_UCS4,
 1462|      0|            PyUnicode_2BYTE_DATA(from) + from_start,
 1463|      0|            PyUnicode_2BYTE_DATA(from) + from_start + how_many,
 1464|      0|            PyUnicode_4BYTE_DATA(to) + to_start
 1465|      0|            );
 1466|      0|    }
 1467|      0|    else {
 1468|      0|        assert (PyUnicode_MAX_CHAR_VALUE(from) > PyUnicode_MAX_CHAR_VALUE(to));
  ------------------
  |  Branch (1468:9): [True: 0, False: 0]
  ------------------
 1469|       |
 1470|      0|        if (!check_maxchar) {
  ------------------
  |  Branch (1470:13): [True: 0, False: 0]
  ------------------
 1471|      0|            if (from_kind == PyUnicode_2BYTE_KIND
  ------------------
  |  Branch (1471:17): [True: 0, False: 0]
  ------------------
 1472|      0|                && to_kind == PyUnicode_1BYTE_KIND)
  ------------------
  |  Branch (1472:20): [True: 0, False: 0]
  ------------------
 1473|      0|            {
 1474|      0|                _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|      0|    do {                                                \
  |  |   46|      0|        to_type *_to = (to_type *)(to);                 \
  |  |   47|      0|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|      0|        const from_type *_end = (const from_type *)(end);\
  |  |   49|      0|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|      0|        const from_type *_unrolled_end =                \
  |  |   51|      0|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|      0|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|      0|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            _to[0] = (to_type) _iter[0];                \
  |  |   54|      0|            _to[1] = (to_type) _iter[1];                \
  |  |   55|      0|            _to[2] = (to_type) _iter[2];                \
  |  |   56|      0|            _to[3] = (to_type) _iter[3];                \
  |  |   57|      0|            _iter += 4; _to += 4;                       \
  |  |   58|      0|        }                                               \
  |  |   59|      0|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            *_to++ = (to_type) *_iter++;                \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1475|      0|                    Py_UCS2, Py_UCS1,
 1476|      0|                    PyUnicode_2BYTE_DATA(from) + from_start,
 1477|      0|                    PyUnicode_2BYTE_DATA(from) + from_start + how_many,
 1478|      0|                    PyUnicode_1BYTE_DATA(to) + to_start
 1479|      0|                    );
 1480|      0|            }
 1481|      0|            else if (from_kind == PyUnicode_4BYTE_KIND
  ------------------
  |  Branch (1481:22): [True: 0, False: 0]
  ------------------
 1482|      0|                     && to_kind == PyUnicode_1BYTE_KIND)
  ------------------
  |  Branch (1482:25): [True: 0, False: 0]
  ------------------
 1483|      0|            {
 1484|      0|                _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|      0|    do {                                                \
  |  |   46|      0|        to_type *_to = (to_type *)(to);                 \
  |  |   47|      0|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|      0|        const from_type *_end = (const from_type *)(end);\
  |  |   49|      0|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|      0|        const from_type *_unrolled_end =                \
  |  |   51|      0|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|      0|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|      0|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            _to[0] = (to_type) _iter[0];                \
  |  |   54|      0|            _to[1] = (to_type) _iter[1];                \
  |  |   55|      0|            _to[2] = (to_type) _iter[2];                \
  |  |   56|      0|            _to[3] = (to_type) _iter[3];                \
  |  |   57|      0|            _iter += 4; _to += 4;                       \
  |  |   58|      0|        }                                               \
  |  |   59|      0|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            *_to++ = (to_type) *_iter++;                \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1485|      0|                    Py_UCS4, Py_UCS1,
 1486|      0|                    PyUnicode_4BYTE_DATA(from) + from_start,
 1487|      0|                    PyUnicode_4BYTE_DATA(from) + from_start + how_many,
 1488|      0|                    PyUnicode_1BYTE_DATA(to) + to_start
 1489|      0|                    );
 1490|      0|            }
 1491|      0|            else if (from_kind == PyUnicode_4BYTE_KIND
  ------------------
  |  Branch (1491:22): [True: 0, False: 0]
  ------------------
 1492|      0|                     && to_kind == PyUnicode_2BYTE_KIND)
  ------------------
  |  Branch (1492:25): [True: 0, False: 0]
  ------------------
 1493|      0|            {
 1494|      0|                _PyUnicode_CONVERT_BYTES(
  ------------------
  |  |   45|      0|    do {                                                \
  |  |   46|      0|        to_type *_to = (to_type *)(to);                 \
  |  |   47|      0|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|      0|        const from_type *_end = (const from_type *)(end);\
  |  |   49|      0|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|      0|        const from_type *_unrolled_end =                \
  |  |   51|      0|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|      0|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|      0|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            _to[0] = (to_type) _iter[0];                \
  |  |   54|      0|            _to[1] = (to_type) _iter[1];                \
  |  |   55|      0|            _to[2] = (to_type) _iter[2];                \
  |  |   56|      0|            _to[3] = (to_type) _iter[3];                \
  |  |   57|      0|            _iter += 4; _to += 4;                       \
  |  |   58|      0|        }                                               \
  |  |   59|      0|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            *_to++ = (to_type) *_iter++;                \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1495|      0|                    Py_UCS4, Py_UCS2,
 1496|      0|                    PyUnicode_4BYTE_DATA(from) + from_start,
 1497|      0|                    PyUnicode_4BYTE_DATA(from) + from_start + how_many,
 1498|      0|                    PyUnicode_2BYTE_DATA(to) + to_start
 1499|      0|                    );
 1500|      0|            }
 1501|      0|            else {
 1502|      0|                Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1503|      0|            }
 1504|      0|        }
 1505|      0|        else {
 1506|      0|            const Py_UCS4 to_maxchar = PyUnicode_MAX_CHAR_VALUE(to);
  ------------------
  |  |  405|      0|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1507|      0|            Py_UCS4 ch;
 1508|      0|            Py_ssize_t i;
 1509|       |
 1510|      0|            for (i=0; i < how_many; i++) {
  ------------------
  |  Branch (1510:23): [True: 0, False: 0]
  ------------------
 1511|      0|                ch = PyUnicode_READ(from_kind, from_data, from_start + i);
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
 1512|      0|                if (ch > to_maxchar)
  ------------------
  |  Branch (1512:21): [True: 0, False: 0]
  ------------------
 1513|      0|                    return -1;
 1514|      0|                PyUnicode_WRITE(to_kind, to_data, to_start + i, ch);
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1515|      0|            }
 1516|      0|        }
 1517|      0|    }
 1518|    903|    return 0;
 1519|    903|}
unicodeobject.c:unicode_resize:
 1753|      4|{
 1754|      4|    PyObject *unicode;
 1755|      4|    Py_ssize_t old_length;
 1756|       |
 1757|      4|    assert(p_unicode != NULL);
  ------------------
  |  Branch (1757:5): [True: 4, False: 0]
  ------------------
 1758|      4|    unicode = *p_unicode;
 1759|       |
 1760|      4|    assert(unicode != NULL);
  ------------------
  |  Branch (1760:5): [True: 4, False: 0]
  ------------------
 1761|      4|    assert(PyUnicode_Check(unicode));
  ------------------
  |  Branch (1761:5): [True: 4, False: 0]
  ------------------
 1762|      4|    assert(0 <= length);
  ------------------
  |  Branch (1762:5): [True: 4, False: 0]
  ------------------
 1763|       |
 1764|      4|    old_length = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|      4|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1765|      4|    if (old_length == length)
  ------------------
  |  Branch (1765:9): [True: 0, False: 4]
  ------------------
 1766|      0|        return 0;
 1767|       |
 1768|      4|    if (length == 0) {
  ------------------
  |  Branch (1768:9): [True: 0, False: 4]
  ------------------
 1769|      0|        PyObject *empty = _PyUnicode_GetEmpty();
 1770|      0|        Py_SETREF(*p_unicode, empty);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1771|      0|        return 0;
 1772|      0|    }
 1773|       |
 1774|      4|    if (!_PyUnicode_IsModifiable(unicode)) {
  ------------------
  |  Branch (1774:9): [True: 0, False: 4]
  ------------------
 1775|      0|        PyObject *copy = resize_copy(unicode, length);
 1776|      0|        if (copy == NULL)
  ------------------
  |  Branch (1776:13): [True: 0, False: 0]
  ------------------
 1777|      0|            return -1;
 1778|      0|        Py_SETREF(*p_unicode, copy);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1779|      0|        return 0;
 1780|      0|    }
 1781|       |
 1782|      4|    if (PyUnicode_IS_COMPACT(unicode)) {
  ------------------
  |  |  234|      4|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (234:34): [True: 4, False: 0]
  |  |  ------------------
  ------------------
 1783|      4|        PyObject *new_unicode = _PyUnicode_ResizeCompact(unicode, length);
 1784|      4|        if (new_unicode == NULL)
  ------------------
  |  Branch (1784:13): [True: 0, False: 4]
  ------------------
 1785|      0|            return -1;
 1786|      4|        *p_unicode = new_unicode;
 1787|      4|        return 0;
 1788|      4|    }
 1789|      0|    return resize_inplace(unicode, length);
 1790|      4|}
unicodeobject.c:get_latin1_char:
 1811|    731|{
 1812|    731|    PyObject *o = LATIN1(ch);
  ------------------
  |  |  184|    731|#define LATIN1 _Py_LATIN1_CHR
  |  |  ------------------
  |  |  |  |  921|    731|    ((CH) < 128 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (921:6): [True: 731, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  922|    731|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    731|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    731|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  923|    731|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1813|    731|    return o;
 1814|    731|}
unicodeobject.c:find_maxchar_surrogates:
 1588|    130|{
 1589|    130|    const wchar_t *iter;
 1590|    130|    Py_UCS4 ch;
 1591|       |
 1592|    130|    assert(num_surrogates != NULL && maxchar != NULL);
  ------------------
  |  Branch (1592:5): [True: 130, False: 0]
  |  Branch (1592:5): [True: 130, False: 0]
  ------------------
 1593|    130|    *num_surrogates = 0;
 1594|    130|    *maxchar = 0;
 1595|       |
 1596|  4.84k|    for (iter = begin; iter < end; ) {
  ------------------
  |  Branch (1596:24): [True: 4.71k, False: 130]
  ------------------
 1597|       |#if SIZEOF_WCHAR_T == 2
 1598|       |        if (Py_UNICODE_IS_HIGH_SURROGATE(iter[0])
 1599|       |            && (iter+1) < end
 1600|       |            && Py_UNICODE_IS_LOW_SURROGATE(iter[1]))
 1601|       |        {
 1602|       |            ch = Py_UNICODE_JOIN_SURROGATES(iter[0], iter[1]);
 1603|       |            ++(*num_surrogates);
 1604|       |            iter += 2;
 1605|       |        }
 1606|       |        else
 1607|       |#endif
 1608|  4.71k|        {
 1609|  4.71k|            ch = *iter;
 1610|  4.71k|            iter++;
 1611|  4.71k|        }
 1612|  4.71k|        if (ch > *maxchar) {
  ------------------
  |  Branch (1612:13): [True: 418, False: 4.29k]
  ------------------
 1613|    418|            *maxchar = ch;
 1614|    418|            if (*maxchar > MAX_UNICODE) {
  ------------------
  |  |  104|    418|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|    418|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (1614:17): [True: 0, False: 418]
  ------------------
 1615|      0|                PyErr_Format(PyExc_ValueError,
 1616|      0|                             "character U+%x is not in range [U+0000; U+%x]",
 1617|      0|                             ch, MAX_UNICODE);
  ------------------
  |  |  104|      0|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|      0|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
 1618|      0|                return -1;
 1619|      0|            }
 1620|    418|        }
 1621|  4.71k|    }
 1622|    130|    return 0;
 1623|    130|}
unicodeobject.c:unicode_write_widechar:
 1847|    130|{
 1848|    130|    switch (kind) {
 1849|    130|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (1849:5): [True: 130, False: 0]
  ------------------
 1850|    130|        _PyUnicode_CONVERT_BYTES(wchar_t, unsigned char, u, u + size, data);
  ------------------
  |  |   45|    130|    do {                                                \
  |  |   46|    130|        to_type *_to = (to_type *)(to);                 \
  |  |   47|    130|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|    130|        const from_type *_end = (const from_type *)(end);\
  |  |   49|    130|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|    130|        const from_type *_unrolled_end =                \
  |  |   51|    130|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|    130|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|  1.25k|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 1.12k, False: 130]
  |  |  ------------------
  |  |   53|  1.12k|            _to[0] = (to_type) _iter[0];                \
  |  |   54|  1.12k|            _to[1] = (to_type) _iter[1];                \
  |  |   55|  1.12k|            _to[2] = (to_type) _iter[2];                \
  |  |   56|  1.12k|            _to[3] = (to_type) _iter[3];                \
  |  |   57|  1.12k|            _iter += 4; _to += 4;                       \
  |  |   58|  1.12k|        }                                               \
  |  |   59|    352|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 222, False: 130]
  |  |  ------------------
  |  |   60|    222|            *_to++ = (to_type) *_iter++;                \
  |  |   61|    130|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 130]
  |  |  ------------------
  ------------------
 1851|    130|        break;
 1852|       |
 1853|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (1853:5): [True: 0, False: 130]
  ------------------
 1854|       |#if SIZEOF_WCHAR_T == 2
 1855|       |        memcpy(data, u, size * 2);
 1856|       |#else
 1857|      0|        _PyUnicode_CONVERT_BYTES(wchar_t, Py_UCS2, u, u + size, data);
  ------------------
  |  |   45|      0|    do {                                                \
  |  |   46|      0|        to_type *_to = (to_type *)(to);                 \
  |  |   47|      0|        const from_type *_iter = (const from_type *)(begin);\
  |  |   48|      0|        const from_type *_end = (const from_type *)(end);\
  |  |   49|      0|        Py_ssize_t n = (_end) - (_iter);                \
  |  |   50|      0|        const from_type *_unrolled_end =                \
  |  |   51|      0|            _iter + _Py_SIZE_ROUND_DOWN(n, 4);          \
  |  |  ------------------
  |  |  |  |  211|      0|#define _Py_SIZE_ROUND_DOWN(n, a) ((size_t)(n) & ~(size_t)((a) - 1))
  |  |  ------------------
  |  |   52|      0|        while (_iter < (_unrolled_end)) {               \
  |  |  ------------------
  |  |  |  Branch (52:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            _to[0] = (to_type) _iter[0];                \
  |  |   54|      0|            _to[1] = (to_type) _iter[1];                \
  |  |   55|      0|            _to[2] = (to_type) _iter[2];                \
  |  |   56|      0|            _to[3] = (to_type) _iter[3];                \
  |  |   57|      0|            _iter += 4; _to += 4;                       \
  |  |   58|      0|        }                                               \
  |  |   59|      0|        while (_iter < (_end))                          \
  |  |  ------------------
  |  |  |  Branch (59:16): [True: 0, False: 0]
  |  |  ------------------
  |  |   60|      0|            *_to++ = (to_type) *_iter++;                \
  |  |   61|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (61:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1858|      0|#endif
 1859|      0|        break;
 1860|       |
 1861|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (1861:5): [True: 0, False: 130]
  ------------------
 1862|      0|    {
 1863|       |#if SIZEOF_WCHAR_T == 2
 1864|       |        // Convert a 16-bits wchar_t representation to UCS4, this will decode
 1865|       |        // surrogate pairs.
 1866|       |        const wchar_t *end = u + size;
 1867|       |        Py_UCS4 *ucs4_out = (Py_UCS4*)data;
 1868|       |#  ifndef NDEBUG
 1869|       |        Py_UCS4 *ucs4_end = (Py_UCS4*)data + (size - num_surrogates);
 1870|       |#  endif
 1871|       |        for (const wchar_t *iter = u; iter < end; ) {
 1872|       |            assert(ucs4_out < ucs4_end);
 1873|       |            if (Py_UNICODE_IS_HIGH_SURROGATE(iter[0])
 1874|       |                && (iter+1) < end
 1875|       |                && Py_UNICODE_IS_LOW_SURROGATE(iter[1]))
 1876|       |            {
 1877|       |                *ucs4_out++ = Py_UNICODE_JOIN_SURROGATES(iter[0], iter[1]);
 1878|       |                iter += 2;
 1879|       |            }
 1880|       |            else {
 1881|       |                *ucs4_out++ = *iter;
 1882|       |                iter++;
 1883|       |            }
 1884|       |        }
 1885|       |        assert(ucs4_out == ucs4_end);
 1886|       |#else
 1887|      0|        assert(num_surrogates == 0);
  ------------------
  |  Branch (1887:9): [True: 0, False: 0]
  ------------------
 1888|      0|        memcpy(data, u, size * 4);
 1889|      0|#endif
 1890|      0|        break;
 1891|      0|    }
 1892|      0|    default:
  ------------------
  |  Branch (1892:5): [True: 0, False: 130]
  ------------------
 1893|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1894|    130|    }
 1895|    130|}
unicodeobject.c:_PyUnicode_FromUCS1:
 2157|  12.5k|{
 2158|  12.5k|    PyObject *res;
 2159|  12.5k|    unsigned char max_char;
 2160|       |
 2161|  12.5k|    if (size == 0) {
  ------------------
  |  Branch (2161:9): [True: 10, False: 12.5k]
  ------------------
 2162|     10|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|     10|    do {                             \
  |  |  376|     10|        return _PyUnicode_GetEmpty();\
  |  |  377|     10|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2163|     10|    }
 2164|  12.5k|    assert(size > 0);
  ------------------
  |  Branch (2164:5): [True: 12.5k, False: 0]
  ------------------
 2165|  12.5k|    if (size == 1) {
  ------------------
  |  Branch (2165:9): [True: 455, False: 12.1k]
  ------------------
 2166|    455|        return get_latin1_char(u[0]);
 2167|    455|    }
 2168|       |
 2169|  12.1k|    max_char = ucs1lib_find_max_char(u, u + size);
 2170|  12.1k|    res = PyUnicode_New(size, max_char);
 2171|  12.1k|    if (!res)
  ------------------
  |  Branch (2171:9): [True: 0, False: 12.1k]
  ------------------
 2172|      0|        return NULL;
 2173|  12.1k|    memcpy(PyUnicode_1BYTE_DATA(res), u, size);
  ------------------
  |  |  291|  12.1k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  12.1k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 2174|  12.1k|    assert(_PyUnicode_CheckConsistency(res, 1));
  ------------------
  |  Branch (2174:5): [True: 12.1k, False: 0]
  ------------------
 2175|  12.1k|    return res;
 2176|  12.1k|}
unicodeobject.c:unicode_from_format:
 3057|     66|{
 3058|     66|    Py_ssize_t len = strlen(format);
 3059|     66|    writer->min_length += len + 100;
 3060|     66|    writer->overallocate = 1;
 3061|       |
 3062|       |    // Copy varags to be able to pass a reference to a subfunction.
 3063|     66|    va_list vargs2;
 3064|     66|    va_copy(vargs2, vargs);
 3065|       |
 3066|       |    // _PyUnicodeWriter_WriteASCIIString() below requires the format string
 3067|       |    // to be encoded to ASCII.
 3068|     66|    int is_ascii = (ucs1lib_find_max_char((Py_UCS1*)format, (Py_UCS1*)format + len) < 128);
 3069|     66|    if (!is_ascii) {
  ------------------
  |  Branch (3069:9): [True: 0, False: 66]
  ------------------
 3070|      0|        Py_ssize_t i;
 3071|      0|        for (i=0; i < len && (unsigned char)format[i] <= 127; i++);
  ------------------
  |  Branch (3071:19): [True: 0, False: 0]
  |  Branch (3071:30): [True: 0, False: 0]
  ------------------
 3072|      0|        PyErr_Format(PyExc_ValueError,
 3073|      0|            "PyUnicode_FromFormatV() expects an ASCII-encoded format "
 3074|      0|            "string, got a non-ASCII byte: 0x%02x",
 3075|      0|            (unsigned char)format[i]);
 3076|      0|        goto fail;
 3077|      0|    }
 3078|       |
 3079|    348|    for (const char *f = format; *f; ) {
  ------------------
  |  Branch (3079:34): [True: 282, False: 66]
  ------------------
 3080|    282|        if (*f == '%') {
  ------------------
  |  Branch (3080:13): [True: 119, False: 163]
  ------------------
 3081|    119|            f = unicode_fromformat_arg(writer, f, &vargs2);
 3082|    119|            if (f == NULL)
  ------------------
  |  Branch (3082:17): [True: 0, False: 119]
  ------------------
 3083|      0|                goto fail;
 3084|    119|        }
 3085|    163|        else {
 3086|    163|            const char *p = strchr(f, '%');
 3087|    163|            if (p != NULL) {
  ------------------
  |  Branch (3087:17): [True: 108, False: 55]
  ------------------
 3088|    108|                len = p - f;
 3089|    108|            }
 3090|     55|            else {
 3091|     55|                len = strlen(f);
 3092|     55|                writer->overallocate = 0;
 3093|     55|            }
 3094|       |
 3095|    163|            if (_PyUnicodeWriter_WriteASCIIString(writer, f, len) < 0) {
  ------------------
  |  Branch (3095:17): [True: 0, False: 163]
  ------------------
 3096|      0|                goto fail;
 3097|      0|            }
 3098|    163|            f += len;
 3099|    163|        }
 3100|    282|    }
 3101|     66|    va_end(vargs2);
 3102|     66|    return 0;
 3103|       |
 3104|      0|  fail:
 3105|       |    va_end(vargs2);
 3106|      0|    return -1;
 3107|     66|}
unicodeobject.c:unicode_fromformat_arg:
 2643|    119|{
 2644|    119|    const char *p;
 2645|    119|    Py_ssize_t len;
 2646|    119|    int flags = 0;
 2647|    119|    Py_ssize_t width;
 2648|    119|    Py_ssize_t precision;
 2649|       |
 2650|    119|    p = f;
 2651|    119|    f++;
 2652|    119|    if (*f == '%') {
  ------------------
  |  Branch (2652:9): [True: 0, False: 119]
  ------------------
 2653|      0|        if (_PyUnicodeWriter_WriteCharInline(writer, '%') < 0)
  ------------------
  |  Branch (2653:13): [True: 0, False: 0]
  ------------------
 2654|      0|            return NULL;
 2655|      0|        f++;
 2656|      0|        return f;
 2657|      0|    }
 2658|       |
 2659|       |    /* Parse flags. Example: "%-i" => flags=F_LJUST. */
 2660|       |    /* Flags '+', ' ' and '#' are not particularly useful.
 2661|       |     * They are not worth the implementation and maintenance costs.
 2662|       |     * In addition, '#' should add "0" for "o" conversions for compatibility
 2663|       |     * with printf, but it would confuse Python users. */
 2664|    119|    while (1) {
  ------------------
  |  Branch (2664:12): [True: 119, Folded]
  ------------------
 2665|    119|        switch (*f++) {
  ------------------
  |  Branch (2665:17): [True: 0, False: 119]
  ------------------
 2666|      0|        case '-': flags |= F_LJUST; continue;
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2666:9): [True: 0, False: 119]
  ------------------
 2667|      0|        case '0': flags |= F_ZERO; continue;
  ------------------
  |  |   22|      0|#define F_ZERO  (1<<4)
  ------------------
  |  Branch (2667:9): [True: 0, False: 119]
  ------------------
 2668|      0|        case '#': flags |= F_ALT; continue;
  ------------------
  |  |   21|      0|#define F_ALT   (1<<3)
  ------------------
  |  Branch (2668:9): [True: 0, False: 119]
  ------------------
 2669|    119|        }
 2670|    119|        f--;
 2671|    119|        break;
 2672|    119|    }
 2673|       |
 2674|       |    /* parse the width.precision part, e.g. "%2.5s" => width=2, precision=5 */
 2675|    119|    width = -1;
 2676|    119|    if (*f == '*') {
  ------------------
  |  Branch (2676:9): [True: 0, False: 119]
  ------------------
 2677|      0|        width = va_arg(*vargs, int);
 2678|      0|        if (width < 0) {
  ------------------
  |  Branch (2678:13): [True: 0, False: 0]
  ------------------
 2679|      0|            flags |= F_LJUST;
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
 2680|      0|            width = -width;
 2681|      0|        }
 2682|      0|        f++;
 2683|      0|    }
 2684|    119|    else if (Py_ISDIGIT((unsigned)*f)) {
  ------------------
  |  |   24|    119|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|    119|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|    119|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 119]
  |  |  ------------------
  ------------------
 2685|      0|        width = *f - '0';
 2686|      0|        f++;
 2687|      0|        while (Py_ISDIGIT((unsigned)*f)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2688|      0|            if (width > (PY_SSIZE_T_MAX - ((int)*f - '0')) / 10) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2688:17): [True: 0, False: 0]
  ------------------
 2689|      0|                PyErr_SetString(PyExc_ValueError,
 2690|      0|                                "width too big");
 2691|      0|                return NULL;
 2692|      0|            }
 2693|      0|            width = (width * 10) + (*f - '0');
 2694|      0|            f++;
 2695|      0|        }
 2696|      0|    }
 2697|    119|    precision = -1;
 2698|    119|    if (*f == '.') {
  ------------------
  |  Branch (2698:9): [True: 35, False: 84]
  ------------------
 2699|     35|        f++;
 2700|     35|        if (*f == '*') {
  ------------------
  |  Branch (2700:13): [True: 0, False: 35]
  ------------------
 2701|      0|            precision = va_arg(*vargs, int);
 2702|      0|            if (precision < 0) {
  ------------------
  |  Branch (2702:17): [True: 0, False: 0]
  ------------------
 2703|      0|                precision = -2;
 2704|      0|            }
 2705|      0|            f++;
 2706|      0|        }
 2707|     35|        else if (Py_ISDIGIT((unsigned)*f)) {
  ------------------
  |  |   24|     35|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|     35|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|     35|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 35, False: 0]
  |  |  ------------------
  ------------------
 2708|     35|            precision = (*f - '0');
 2709|     35|            f++;
 2710|    105|            while (Py_ISDIGIT((unsigned)*f)) {
  ------------------
  |  |   24|    105|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|    105|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|    105|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 70, False: 35]
  |  |  ------------------
  ------------------
 2711|     70|                if (precision > (PY_SSIZE_T_MAX - ((int)*f - '0')) / 10) {
  ------------------
  |  |  137|     70|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2711:21): [True: 0, False: 70]
  ------------------
 2712|      0|                    PyErr_SetString(PyExc_ValueError,
 2713|      0|                                    "precision too big");
 2714|      0|                    return NULL;
 2715|      0|                }
 2716|     70|                precision = (precision * 10) + (*f - '0');
 2717|     70|                f++;
 2718|     70|            }
 2719|     35|        }
 2720|     35|    }
 2721|       |
 2722|    119|    int sizemod = 0;
 2723|    119|    if (*f == 'l') {
  ------------------
  |  Branch (2723:9): [True: 0, False: 119]
  ------------------
 2724|      0|        if (f[1] == 'l') {
  ------------------
  |  Branch (2724:13): [True: 0, False: 0]
  ------------------
 2725|      0|            sizemod = F_LONGLONG;
  ------------------
  |  | 2635|      0|#define F_LONGLONG 2
  ------------------
 2726|      0|            f += 2;
 2727|      0|        }
 2728|      0|        else {
 2729|      0|            sizemod = F_LONG;
  ------------------
  |  | 2634|      0|#define F_LONG 1
  ------------------
 2730|      0|            ++f;
 2731|      0|        }
 2732|      0|    }
 2733|    119|    else if (*f == 'z') {
  ------------------
  |  Branch (2733:14): [True: 0, False: 119]
  ------------------
 2734|      0|        sizemod = F_SIZE;
  ------------------
  |  | 2636|      0|#define F_SIZE 3
  ------------------
 2735|      0|        ++f;
 2736|      0|    }
 2737|    119|    else if (*f == 't') {
  ------------------
  |  Branch (2737:14): [True: 0, False: 119]
  ------------------
 2738|      0|        sizemod = F_PTRDIFF;
  ------------------
  |  | 2637|      0|#define F_PTRDIFF 4
  ------------------
 2739|      0|        ++f;
 2740|      0|    }
 2741|    119|    else if (*f == 'j') {
  ------------------
  |  Branch (2741:14): [True: 0, False: 119]
  ------------------
 2742|      0|        sizemod = F_INTMAX;
  ------------------
  |  | 2638|      0|#define F_INTMAX 5
  ------------------
 2743|      0|        ++f;
 2744|      0|    }
 2745|    119|    if (f[0] != '\0' && f[1] == '\0')
  ------------------
  |  Branch (2745:9): [True: 119, False: 0]
  |  Branch (2745:25): [True: 11, False: 108]
  ------------------
 2746|     11|        writer->overallocate = 0;
 2747|       |
 2748|    119|    switch (*f) {
 2749|      0|    case 'd': case 'i': case 'o': case 'u': case 'x': case 'X':
  ------------------
  |  Branch (2749:5): [True: 0, False: 119]
  |  Branch (2749:15): [True: 0, False: 119]
  |  Branch (2749:25): [True: 0, False: 119]
  |  Branch (2749:35): [True: 0, False: 119]
  |  Branch (2749:45): [True: 0, False: 119]
  |  Branch (2749:55): [True: 0, False: 119]
  ------------------
 2750|      0|        break;
 2751|      0|    case 'c': case 'p':
  ------------------
  |  Branch (2751:5): [True: 0, False: 119]
  |  Branch (2751:15): [True: 0, False: 119]
  ------------------
 2752|      0|        if (sizemod || width >= 0 || precision >= 0) goto invalid_format;
  ------------------
  |  Branch (2752:13): [True: 0, False: 0]
  |  Branch (2752:24): [True: 0, False: 0]
  |  Branch (2752:38): [True: 0, False: 0]
  ------------------
 2753|      0|        break;
 2754|     41|    case 's':
  ------------------
  |  Branch (2754:5): [True: 41, False: 78]
  ------------------
 2755|     41|    case 'V':
  ------------------
  |  Branch (2755:5): [True: 0, False: 119]
  ------------------
 2756|     41|        if (sizemod && sizemod != F_LONG) goto invalid_format;
  ------------------
  |  | 2634|      0|#define F_LONG 1
  ------------------
  |  Branch (2756:13): [True: 0, False: 41]
  |  Branch (2756:24): [True: 0, False: 0]
  ------------------
 2757|     41|        break;
 2758|     78|    default:
  ------------------
  |  Branch (2758:5): [True: 78, False: 41]
  ------------------
 2759|     78|        if (sizemod) goto invalid_format;
  ------------------
  |  Branch (2759:13): [True: 0, False: 78]
  ------------------
 2760|     78|        break;
 2761|    119|    }
 2762|       |
 2763|    119|    switch (*f) {
 2764|      0|    case 'c':
  ------------------
  |  Branch (2764:5): [True: 0, False: 119]
  ------------------
 2765|      0|    {
 2766|      0|        int ordinal = va_arg(*vargs, int);
 2767|      0|        if (ordinal < 0 || ordinal > MAX_UNICODE) {
  ------------------
  |  |  104|      0|#define MAX_UNICODE _Py_MAX_UNICODE
  |  |  ------------------
  |  |  |  |   16|      0|#define _Py_MAX_UNICODE 0x10ffff
  |  |  ------------------
  ------------------
  |  Branch (2767:13): [True: 0, False: 0]
  |  Branch (2767:28): [True: 0, False: 0]
  ------------------
 2768|      0|            PyErr_SetString(PyExc_OverflowError,
 2769|      0|                            "character argument not in range(0x110000)");
 2770|      0|            return NULL;
 2771|      0|        }
 2772|      0|        if (_PyUnicodeWriter_WriteCharInline(writer, ordinal) < 0)
  ------------------
  |  Branch (2772:13): [True: 0, False: 0]
  ------------------
 2773|      0|            return NULL;
 2774|      0|        break;
 2775|      0|    }
 2776|       |
 2777|      0|    case 'd': case 'i':
  ------------------
  |  Branch (2777:5): [True: 0, False: 119]
  |  Branch (2777:15): [True: 0, False: 119]
  ------------------
 2778|      0|    case 'o': case 'u': case 'x': case 'X':
  ------------------
  |  Branch (2778:5): [True: 0, False: 119]
  |  Branch (2778:15): [True: 0, False: 119]
  |  Branch (2778:25): [True: 0, False: 119]
  |  Branch (2778:35): [True: 0, False: 119]
  ------------------
 2779|      0|    {
 2780|      0|        char buffer[MAX_INTMAX_CHARS];
 2781|       |
 2782|       |        // Fill buffer using sprinf, with one of many possible format
 2783|       |        // strings, like "%llX" for `long long` in hexadecimal.
 2784|       |        // The type/size is in `sizemod`; the format is in `*f`.
 2785|       |
 2786|       |        // Use macros with nested switches to keep the sprintf format strings
 2787|       |        // as compile-time literals, avoiding warnings and maybe allowing
 2788|       |        // optimizations.
 2789|       |
 2790|       |        // `SPRINT` macro does one sprintf
 2791|       |        // Example usage: SPRINT("l", "X", unsigned long) expands to
 2792|       |        // sprintf(buffer, "%" "l" "X", va_arg(*vargs, unsigned long))
 2793|      0|        #define SPRINT(SIZE_SPEC, FMT_CHAR, TYPE) \
 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
 2795|       |
 2796|       |        // One inner switch to handle all format variants
 2797|      0|        #define DO_SPRINTS(SIZE_SPEC, SIGNED_TYPE, UNSIGNED_TYPE)             \
 2798|      0|            switch (*f) {                                                     \
 2799|      0|                case 'o': len = SPRINT(SIZE_SPEC, "o", UNSIGNED_TYPE); break; \
 2800|      0|                case 'u': len = SPRINT(SIZE_SPEC, "u", UNSIGNED_TYPE); break; \
 2801|      0|                case 'x': len = SPRINT(SIZE_SPEC, "x", UNSIGNED_TYPE); break; \
 2802|      0|                case 'X': len = SPRINT(SIZE_SPEC, "X", UNSIGNED_TYPE); break; \
 2803|      0|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
 2804|      0|            }
 2805|       |
 2806|       |        // Outer switch to handle all the sizes/types
 2807|      0|        switch (sizemod) {
 2808|      0|            case F_LONG:     DO_SPRINTS("l", long, unsigned long); break;
  ------------------
  |  | 2634|      0|#define F_LONG 1
  ------------------
                          case F_LONG:     DO_SPRINTS("l", long, unsigned long); break;
  ------------------
  |  | 2798|      0|            switch (*f) {                                                     \
  |  | 2799|      0|                case 'o': len = SPRINT(SIZE_SPEC, "o", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2799:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2800|      0|                case 'u': len = SPRINT(SIZE_SPEC, "u", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2800:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2801|      0|                case 'x': len = SPRINT(SIZE_SPEC, "x", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2801:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2802|      0|                case 'X': len = SPRINT(SIZE_SPEC, "X", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2802:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2803|      0|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2803:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2804|      0|            }
  ------------------
  |  Branch (2808:13): [True: 0, False: 0]
  ------------------
 2809|      0|            case F_LONGLONG: DO_SPRINTS("ll", long long, unsigned long long); break;
  ------------------
  |  | 2635|      0|#define F_LONGLONG 2
  ------------------
                          case F_LONGLONG: DO_SPRINTS("ll", long long, unsigned long long); break;
  ------------------
  |  | 2798|      0|            switch (*f) {                                                     \
  |  | 2799|      0|                case 'o': len = SPRINT(SIZE_SPEC, "o", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2799:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2800|      0|                case 'u': len = SPRINT(SIZE_SPEC, "u", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2800:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2801|      0|                case 'x': len = SPRINT(SIZE_SPEC, "x", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2801:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2802|      0|                case 'X': len = SPRINT(SIZE_SPEC, "X", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2802:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2803|      0|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2803:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2804|      0|            }
  ------------------
  |  Branch (2809:13): [True: 0, False: 0]
  ------------------
 2810|      0|            case F_SIZE:     DO_SPRINTS("z", Py_ssize_t, size_t); break;
  ------------------
  |  | 2636|      0|#define F_SIZE 3
  ------------------
                          case F_SIZE:     DO_SPRINTS("z", Py_ssize_t, size_t); break;
  ------------------
  |  | 2798|      0|            switch (*f) {                                                     \
  |  | 2799|      0|                case 'o': len = SPRINT(SIZE_SPEC, "o", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2799:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2800|      0|                case 'u': len = SPRINT(SIZE_SPEC, "u", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2800:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2801|      0|                case 'x': len = SPRINT(SIZE_SPEC, "x", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2801:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2802|      0|                case 'X': len = SPRINT(SIZE_SPEC, "X", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2802:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2803|      0|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2803:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2804|      0|            }
  ------------------
  |  Branch (2810:13): [True: 0, False: 0]
  ------------------
 2811|      0|            case F_PTRDIFF:  DO_SPRINTS("t", ptrdiff_t, ptrdiff_t); break;
  ------------------
  |  | 2637|      0|#define F_PTRDIFF 4
  ------------------
                          case F_PTRDIFF:  DO_SPRINTS("t", ptrdiff_t, ptrdiff_t); break;
  ------------------
  |  | 2798|      0|            switch (*f) {                                                     \
  |  | 2799|      0|                case 'o': len = SPRINT(SIZE_SPEC, "o", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2799:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2800|      0|                case 'u': len = SPRINT(SIZE_SPEC, "u", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2800:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2801|      0|                case 'x': len = SPRINT(SIZE_SPEC, "x", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2801:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2802|      0|                case 'X': len = SPRINT(SIZE_SPEC, "X", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2802:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2803|      0|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2803:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2804|      0|            }
  ------------------
  |  Branch (2811:13): [True: 0, False: 0]
  ------------------
 2812|      0|            case F_INTMAX:   DO_SPRINTS("j", intmax_t, uintmax_t); break;
  ------------------
  |  | 2638|      0|#define F_INTMAX 5
  ------------------
                          case F_INTMAX:   DO_SPRINTS("j", intmax_t, uintmax_t); break;
  ------------------
  |  | 2798|      0|            switch (*f) {                                                     \
  |  | 2799|      0|                case 'o': len = SPRINT(SIZE_SPEC, "o", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2799:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2800|      0|                case 'u': len = SPRINT(SIZE_SPEC, "u", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2800:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2801|      0|                case 'x': len = SPRINT(SIZE_SPEC, "x", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2801:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2802|      0|                case 'X': len = SPRINT(SIZE_SPEC, "X", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2802:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2803|      0|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2803:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2804|      0|            }
  ------------------
  |  Branch (2812:13): [True: 0, False: 0]
  ------------------
 2813|      0|            default:         DO_SPRINTS("", int, unsigned int); break;
  ------------------
  |  | 2798|      0|            switch (*f) {                                                     \
  |  | 2799|      0|                case 'o': len = SPRINT(SIZE_SPEC, "o", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2799:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2800|      0|                case 'u': len = SPRINT(SIZE_SPEC, "u", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2800:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2801|      0|                case 'x': len = SPRINT(SIZE_SPEC, "x", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2801:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2802|      0|                case 'X': len = SPRINT(SIZE_SPEC, "X", UNSIGNED_TYPE); break; \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2802:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2803|      0|                default:  len = SPRINT(SIZE_SPEC, "d", SIGNED_TYPE); break;   \
  |  |  ------------------
  |  |  |  | 2794|      0|            sprintf(buffer, "%" SIZE_SPEC FMT_CHAR, va_arg(*vargs, TYPE))
  |  |  ------------------
  |  |  |  Branch (2803:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2804|      0|            }
  ------------------
  |  Branch (2813:13): [True: 0, False: 0]
  ------------------
 2814|      0|        }
 2815|      0|        #undef SPRINT
 2816|      0|        #undef DO_SPRINTS
 2817|       |
 2818|      0|        assert(len >= 0);
  ------------------
  |  Branch (2818:9): [True: 0, False: 0]
  ------------------
 2819|       |
 2820|      0|        int sign = (buffer[0] == '-');
 2821|      0|        len -= sign;
 2822|       |
 2823|      0|        precision = Py_MAX(precision, len);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2824|      0|        width = Py_MAX(width, precision + sign);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2825|      0|        if ((flags & F_ZERO) && !(flags & F_LJUST)) {
  ------------------
  |  |   22|      0|#define F_ZERO  (1<<4)
  ------------------
                      if ((flags & F_ZERO) && !(flags & F_LJUST)) {
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2825:13): [True: 0, False: 0]
  |  Branch (2825:33): [True: 0, False: 0]
  ------------------
 2826|      0|            precision = width - sign;
 2827|      0|        }
 2828|       |
 2829|      0|        Py_ssize_t spacepad = Py_MAX(width - precision - sign, 0);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2830|      0|        Py_ssize_t zeropad = Py_MAX(precision - len, 0);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2831|       |
 2832|      0|        if (_PyUnicodeWriter_Prepare(writer, width, 127) == -1)
  ------------------
  |  |  562|      0|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 0]
  |  |  ------------------
  |  |  563|      0|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|      0|     ? 0                                                              \
  |  |  565|      0|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  566|      0|        ? 0                                                           \
  |  |  567|      0|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (2832:13): [True: 0, False: 0]
  ------------------
 2833|      0|            return NULL;
 2834|       |
 2835|      0|        if (spacepad && !(flags & F_LJUST)) {
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2835:13): [True: 0, False: 0]
  |  Branch (2835:25): [True: 0, False: 0]
  ------------------
 2836|      0|            if (PyUnicode_Fill(writer->buffer, writer->pos, spacepad, ' ') == -1)
  ------------------
  |  Branch (2836:17): [True: 0, False: 0]
  ------------------
 2837|      0|                return NULL;
 2838|      0|            writer->pos += spacepad;
 2839|      0|        }
 2840|       |
 2841|      0|        if (sign) {
  ------------------
  |  Branch (2841:13): [True: 0, False: 0]
  ------------------
 2842|      0|            if (_PyUnicodeWriter_WriteChar(writer, '-') == -1)
  ------------------
  |  Branch (2842:17): [True: 0, False: 0]
  ------------------
 2843|      0|                return NULL;
 2844|      0|        }
 2845|       |
 2846|      0|        if (zeropad) {
  ------------------
  |  Branch (2846:13): [True: 0, False: 0]
  ------------------
 2847|      0|            if (PyUnicode_Fill(writer->buffer, writer->pos, zeropad, '0') == -1)
  ------------------
  |  Branch (2847:17): [True: 0, False: 0]
  ------------------
 2848|      0|                return NULL;
 2849|      0|            writer->pos += zeropad;
 2850|      0|        }
 2851|       |
 2852|      0|        if (_PyUnicodeWriter_WriteASCIIString(writer, &buffer[sign], len) < 0)
  ------------------
  |  Branch (2852:13): [True: 0, False: 0]
  ------------------
 2853|      0|            return NULL;
 2854|       |
 2855|      0|        if (spacepad && (flags & F_LJUST)) {
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2855:13): [True: 0, False: 0]
  |  Branch (2855:25): [True: 0, False: 0]
  ------------------
 2856|      0|            if (PyUnicode_Fill(writer->buffer, writer->pos, spacepad, ' ') == -1)
  ------------------
  |  Branch (2856:17): [True: 0, False: 0]
  ------------------
 2857|      0|                return NULL;
 2858|      0|            writer->pos += spacepad;
 2859|      0|        }
 2860|      0|        break;
 2861|      0|    }
 2862|       |
 2863|      0|    case 'p':
  ------------------
  |  Branch (2863:5): [True: 0, False: 119]
  ------------------
 2864|      0|    {
 2865|      0|        char number[MAX_INTMAX_CHARS];
 2866|       |
 2867|      0|        len = sprintf(number, "%p", va_arg(*vargs, void*));
 2868|      0|        assert(len >= 0);
  ------------------
  |  Branch (2868:9): [True: 0, False: 0]
  ------------------
 2869|       |
 2870|       |        /* %p is ill-defined:  ensure leading 0x. */
 2871|      0|        if (number[1] == 'X')
  ------------------
  |  Branch (2871:13): [True: 0, False: 0]
  ------------------
 2872|      0|            number[1] = 'x';
 2873|      0|        else if (number[1] != 'x') {
  ------------------
  |  Branch (2873:18): [True: 0, False: 0]
  ------------------
 2874|      0|            memmove(number + 2, number,
 2875|      0|                    strlen(number) + 1);
 2876|      0|            number[0] = '0';
 2877|      0|            number[1] = 'x';
 2878|      0|            len += 2;
 2879|      0|        }
 2880|       |
 2881|      0|        if (_PyUnicodeWriter_WriteASCIIString(writer, number, len) < 0)
  ------------------
  |  Branch (2881:13): [True: 0, False: 0]
  ------------------
 2882|      0|            return NULL;
 2883|      0|        break;
 2884|      0|    }
 2885|       |
 2886|     41|    case 's':
  ------------------
  |  Branch (2886:5): [True: 41, False: 78]
  ------------------
 2887|     41|    {
 2888|     41|        if (sizemod) {
  ------------------
  |  Branch (2888:13): [True: 0, False: 41]
  ------------------
 2889|      0|            const wchar_t *s = va_arg(*vargs, const wchar_t*);
 2890|      0|            if (unicode_fromformat_write_wcstr(writer, s, width, precision, flags) < 0)
  ------------------
  |  Branch (2890:17): [True: 0, False: 0]
  ------------------
 2891|      0|                return NULL;
 2892|      0|        }
 2893|     41|        else {
 2894|       |            /* UTF-8 */
 2895|     41|            const char *s = va_arg(*vargs, const char*);
 2896|     41|            if (unicode_fromformat_write_utf8(writer, s, width, precision, flags) < 0)
  ------------------
  |  Branch (2896:17): [True: 0, False: 41]
  ------------------
 2897|      0|                return NULL;
 2898|     41|        }
 2899|     41|        break;
 2900|     41|    }
 2901|       |
 2902|     72|    case 'U':
  ------------------
  |  Branch (2902:5): [True: 72, False: 47]
  ------------------
 2903|     72|    {
 2904|     72|        PyObject *obj = va_arg(*vargs, PyObject *);
 2905|     72|        assert(obj && _PyUnicode_CHECK(obj));
  ------------------
  |  Branch (2905:9): [True: 72, False: 0]
  |  Branch (2905:9): [True: 72, False: 0]
  ------------------
 2906|       |
 2907|     72|        if (unicode_fromformat_write_str(writer, obj, width, precision, flags) == -1)
  ------------------
  |  Branch (2907:13): [True: 0, False: 72]
  ------------------
 2908|      0|            return NULL;
 2909|     72|        break;
 2910|     72|    }
 2911|       |
 2912|     72|    case 'V':
  ------------------
  |  Branch (2912:5): [True: 0, False: 119]
  ------------------
 2913|      0|    {
 2914|      0|        PyObject *obj = va_arg(*vargs, PyObject *);
 2915|      0|        const char *str;
 2916|      0|        const wchar_t *wstr;
 2917|      0|        if (sizemod) {
  ------------------
  |  Branch (2917:13): [True: 0, False: 0]
  ------------------
 2918|      0|            wstr = va_arg(*vargs, const wchar_t*);
 2919|      0|        }
 2920|      0|        else {
 2921|      0|            str = va_arg(*vargs, const char *);
 2922|      0|        }
 2923|      0|        if (obj) {
  ------------------
  |  Branch (2923:13): [True: 0, False: 0]
  ------------------
 2924|      0|            assert(_PyUnicode_CHECK(obj));
  ------------------
  |  Branch (2924:13): [True: 0, False: 0]
  ------------------
 2925|      0|            if (unicode_fromformat_write_str(writer, obj, width, precision, flags) == -1)
  ------------------
  |  Branch (2925:17): [True: 0, False: 0]
  ------------------
 2926|      0|                return NULL;
 2927|      0|        }
 2928|      0|        else if (sizemod) {
  ------------------
  |  Branch (2928:18): [True: 0, False: 0]
  ------------------
 2929|      0|            assert(wstr != NULL);
  ------------------
  |  Branch (2929:13): [True: 0, False: 0]
  ------------------
 2930|      0|            if (unicode_fromformat_write_wcstr(writer, wstr, width, precision, flags) < 0)
  ------------------
  |  Branch (2930:17): [True: 0, False: 0]
  ------------------
 2931|      0|                return NULL;
 2932|      0|        }
 2933|      0|        else {
 2934|      0|            assert(str != NULL);
  ------------------
  |  Branch (2934:13): [True: 0, False: 0]
  ------------------
 2935|      0|            if (unicode_fromformat_write_utf8(writer, str, width, precision, flags) < 0)
  ------------------
  |  Branch (2935:17): [True: 0, False: 0]
  ------------------
 2936|      0|                return NULL;
 2937|      0|        }
 2938|      0|        break;
 2939|      0|    }
 2940|       |
 2941|      6|    case 'S':
  ------------------
  |  Branch (2941:5): [True: 6, False: 113]
  ------------------
 2942|      6|    {
 2943|      6|        PyObject *obj = va_arg(*vargs, PyObject *);
 2944|      6|        PyObject *str;
 2945|      6|        assert(obj);
  ------------------
  |  Branch (2945:9): [True: 6, False: 0]
  ------------------
 2946|      6|        str = PyObject_Str(obj);
 2947|      6|        if (!str)
  ------------------
  |  Branch (2947:13): [True: 0, False: 6]
  ------------------
 2948|      0|            return NULL;
 2949|      6|        if (unicode_fromformat_write_str(writer, str, width, precision, flags) == -1) {
  ------------------
  |  Branch (2949:13): [True: 0, False: 6]
  ------------------
 2950|      0|            Py_DECREF(str);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2951|      0|            return NULL;
 2952|      0|        }
 2953|      6|        Py_DECREF(str);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2954|      6|        break;
 2955|      6|    }
 2956|       |
 2957|      0|    case 'R':
  ------------------
  |  Branch (2957:5): [True: 0, False: 119]
  ------------------
 2958|      0|    {
 2959|      0|        PyObject *obj = va_arg(*vargs, PyObject *);
 2960|      0|        PyObject *repr;
 2961|      0|        assert(obj);
  ------------------
  |  Branch (2961:9): [True: 0, False: 0]
  ------------------
 2962|      0|        repr = PyObject_Repr(obj);
 2963|      0|        if (!repr)
  ------------------
  |  Branch (2963:13): [True: 0, False: 0]
  ------------------
 2964|      0|            return NULL;
 2965|      0|        if (unicode_fromformat_write_str(writer, repr, width, precision, flags) == -1) {
  ------------------
  |  Branch (2965:13): [True: 0, False: 0]
  ------------------
 2966|      0|            Py_DECREF(repr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2967|      0|            return NULL;
 2968|      0|        }
 2969|      0|        Py_DECREF(repr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2970|      0|        break;
 2971|      0|    }
 2972|       |
 2973|      0|    case 'A':
  ------------------
  |  Branch (2973:5): [True: 0, False: 119]
  ------------------
 2974|      0|    {
 2975|      0|        PyObject *obj = va_arg(*vargs, PyObject *);
 2976|      0|        PyObject *ascii;
 2977|      0|        assert(obj);
  ------------------
  |  Branch (2977:9): [True: 0, False: 0]
  ------------------
 2978|      0|        ascii = PyObject_ASCII(obj);
 2979|      0|        if (!ascii)
  ------------------
  |  Branch (2979:13): [True: 0, False: 0]
  ------------------
 2980|      0|            return NULL;
 2981|      0|        if (unicode_fromformat_write_str(writer, ascii, width, precision, flags) == -1) {
  ------------------
  |  Branch (2981:13): [True: 0, False: 0]
  ------------------
 2982|      0|            Py_DECREF(ascii);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2983|      0|            return NULL;
 2984|      0|        }
 2985|      0|        Py_DECREF(ascii);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2986|      0|        break;
 2987|      0|    }
 2988|       |
 2989|      0|    case 'T':
  ------------------
  |  Branch (2989:5): [True: 0, False: 119]
  ------------------
 2990|      0|    {
 2991|      0|        PyObject *obj = va_arg(*vargs, PyObject *);
 2992|      0|        PyTypeObject *type = (PyTypeObject *)Py_NewRef(Py_TYPE(obj));
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2993|       |
 2994|      0|        PyObject *type_name;
 2995|      0|        if (flags & F_ALT) {
  ------------------
  |  |   21|      0|#define F_ALT   (1<<3)
  ------------------
  |  Branch (2995:13): [True: 0, False: 0]
  ------------------
 2996|      0|            type_name = _PyType_GetFullyQualifiedName(type, ':');
 2997|      0|        }
 2998|      0|        else {
 2999|      0|            type_name = PyType_GetFullyQualifiedName(type);
 3000|      0|        }
 3001|      0|        Py_DECREF(type);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3002|      0|        if (!type_name) {
  ------------------
  |  Branch (3002:13): [True: 0, False: 0]
  ------------------
 3003|      0|            return NULL;
 3004|      0|        }
 3005|       |
 3006|      0|        if (unicode_fromformat_write_str(writer, type_name,
  ------------------
  |  Branch (3006:13): [True: 0, False: 0]
  ------------------
 3007|      0|                                         width, precision, flags) == -1) {
 3008|      0|            Py_DECREF(type_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3009|      0|            return NULL;
 3010|      0|        }
 3011|      0|        Py_DECREF(type_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3012|      0|        break;
 3013|      0|    }
 3014|       |
 3015|      0|    case 'N':
  ------------------
  |  Branch (3015:5): [True: 0, False: 119]
  ------------------
 3016|      0|    {
 3017|      0|        PyObject *type_raw = va_arg(*vargs, PyObject *);
 3018|      0|        assert(type_raw != NULL);
  ------------------
  |  Branch (3018:9): [True: 0, False: 0]
  ------------------
 3019|       |
 3020|      0|        if (!PyType_Check(type_raw)) {
  ------------------
  |  |  766|      0|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3020:13): [True: 0, False: 0]
  ------------------
 3021|      0|            PyErr_SetString(PyExc_TypeError, "%N argument must be a type");
 3022|      0|            return NULL;
 3023|      0|        }
 3024|      0|        PyTypeObject *type = (PyTypeObject*)type_raw;
 3025|       |
 3026|      0|        PyObject *type_name;
 3027|      0|        if (flags & F_ALT) {
  ------------------
  |  |   21|      0|#define F_ALT   (1<<3)
  ------------------
  |  Branch (3027:13): [True: 0, False: 0]
  ------------------
 3028|      0|            type_name = _PyType_GetFullyQualifiedName(type, ':');
 3029|      0|        }
 3030|      0|        else {
 3031|      0|            type_name = PyType_GetFullyQualifiedName(type);
 3032|      0|        }
 3033|      0|        if (!type_name) {
  ------------------
  |  Branch (3033:13): [True: 0, False: 0]
  ------------------
 3034|      0|            return NULL;
 3035|      0|        }
 3036|      0|        if (unicode_fromformat_write_str(writer, type_name,
  ------------------
  |  Branch (3036:13): [True: 0, False: 0]
  ------------------
 3037|      0|                                         width, precision, flags) == -1) {
 3038|      0|            Py_DECREF(type_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3039|      0|            return NULL;
 3040|      0|        }
 3041|      0|        Py_DECREF(type_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3042|      0|        break;
 3043|      0|    }
 3044|       |
 3045|      0|    default:
  ------------------
  |  Branch (3045:5): [True: 0, False: 119]
  ------------------
 3046|      0|    invalid_format:
 3047|      0|        PyErr_Format(PyExc_SystemError, "invalid format string: %s", p);
 3048|      0|        return NULL;
 3049|    119|    }
 3050|       |
 3051|    119|    f++;
 3052|    119|    return f;
 3053|    119|}
unicodeobject.c:unicode_fromformat_write_utf8:
 2567|     41|{
 2568|       |    /* UTF-8 */
 2569|     41|    Py_ssize_t *pconsumed = NULL;
 2570|     41|    Py_ssize_t length;
 2571|     41|    if (precision == -1) {
  ------------------
  |  Branch (2571:9): [True: 6, False: 35]
  ------------------
 2572|      6|        length = strlen(str);
 2573|      6|    }
 2574|     35|    else {
 2575|     35|        length = 0;
 2576|    222|        while (length < precision && str[length]) {
  ------------------
  |  Branch (2576:16): [True: 222, False: 0]
  |  Branch (2576:38): [True: 187, False: 35]
  ------------------
 2577|    187|            length++;
 2578|    187|        }
 2579|     35|        if (length == precision) {
  ------------------
  |  Branch (2579:13): [True: 0, False: 35]
  ------------------
 2580|       |            /* The input string is not NUL-terminated.  If it ends with an
 2581|       |             * incomplete UTF-8 sequence, truncate the string just before it.
 2582|       |             * Incomplete sequences in the middle and sequences which cannot
 2583|       |             * be valid prefixes are still treated as errors and replaced
 2584|       |             * with \xfffd. */
 2585|      0|            pconsumed = &length;
 2586|      0|        }
 2587|     35|    }
 2588|       |
 2589|     41|    if (width < 0) {
  ------------------
  |  Branch (2589:9): [True: 41, False: 0]
  ------------------
 2590|     41|        return _PyUnicode_DecodeUTF8Writer(writer, str, length,
 2591|     41|                                           _Py_ERROR_REPLACE, "replace", pconsumed);
 2592|     41|    }
 2593|       |
 2594|      0|    PyObject *unicode = PyUnicode_DecodeUTF8Stateful(str, length,
 2595|      0|                                                     "replace", pconsumed);
 2596|      0|    if (unicode == NULL)
  ------------------
  |  Branch (2596:9): [True: 0, False: 0]
  ------------------
 2597|      0|        return -1;
 2598|       |
 2599|      0|    int res = unicode_fromformat_write_str(writer, unicode,
 2600|      0|                                           width, -1, flags);
 2601|      0|    Py_DECREF(unicode);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2602|      0|    return res;
 2603|      0|}
unicodeobject.c:unicode_fromformat_write_str:
 2523|     78|{
 2524|     78|    Py_ssize_t length, fill, arglen;
 2525|     78|    Py_UCS4 maxchar;
 2526|       |
 2527|     78|    length = PyUnicode_GET_LENGTH(str);
  ------------------
  |  |  299|     78|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2528|     78|    if ((precision == -1 || precision >= length)
  ------------------
  |  Branch (2528:10): [True: 78, False: 0]
  |  Branch (2528:29): [True: 0, False: 0]
  ------------------
 2529|     78|        && width <= length)
  ------------------
  |  Branch (2529:12): [True: 78, False: 0]
  ------------------
 2530|     78|        return _PyUnicodeWriter_WriteStr(writer, str);
 2531|       |
 2532|      0|    if (precision != -1)
  ------------------
  |  Branch (2532:9): [True: 0, False: 0]
  ------------------
 2533|      0|        length = Py_MIN(precision, length);
  ------------------
  |  |  112|      0|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2534|       |
 2535|      0|    arglen = Py_MAX(length, width);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2536|      0|    if (PyUnicode_MAX_CHAR_VALUE(str) > writer->maxchar)
  ------------------
  |  |  405|      0|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2536:9): [True: 0, False: 0]
  ------------------
 2537|      0|        maxchar = _PyUnicode_FindMaxChar(str, 0, length);
 2538|      0|    else
 2539|      0|        maxchar = writer->maxchar;
 2540|       |
 2541|      0|    if (_PyUnicodeWriter_Prepare(writer, arglen, maxchar) == -1)
  ------------------
  |  |  562|      0|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 0]
  |  |  ------------------
  |  |  563|      0|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|      0|     ? 0                                                              \
  |  |  565|      0|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  566|      0|        ? 0                                                           \
  |  |  567|      0|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (2541:9): [True: 0, False: 0]
  ------------------
 2542|      0|        return -1;
 2543|       |
 2544|      0|    fill = Py_MAX(width - length, 0);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2545|      0|    if (fill && !(flags & F_LJUST)) {
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2545:9): [True: 0, False: 0]
  |  Branch (2545:17): [True: 0, False: 0]
  ------------------
 2546|      0|        if (PyUnicode_Fill(writer->buffer, writer->pos, fill, ' ') == -1)
  ------------------
  |  Branch (2546:13): [True: 0, False: 0]
  ------------------
 2547|      0|            return -1;
 2548|      0|        writer->pos += fill;
 2549|      0|    }
 2550|       |
 2551|      0|    _PyUnicode_FastCopyCharacters(writer->buffer, writer->pos,
 2552|      0|                                  str, 0, length);
 2553|      0|    writer->pos += length;
 2554|       |
 2555|      0|    if (fill && (flags & F_LJUST)) {
  ------------------
  |  |   18|      0|#define F_LJUST (1<<0)
  ------------------
  |  Branch (2555:9): [True: 0, False: 0]
  |  Branch (2555:17): [True: 0, False: 0]
  ------------------
 2556|      0|        if (PyUnicode_Fill(writer->buffer, writer->pos, fill, ' ') == -1)
  ------------------
  |  Branch (2556:13): [True: 0, False: 0]
  ------------------
 2557|      0|            return -1;
 2558|      0|        writer->pos += fill;
 2559|      0|    }
 2560|       |
 2561|      0|    return 0;
 2562|      0|}
unicodeobject.c:unicode_get_widechar_size:
 3161|    136|{
 3162|    136|    Py_ssize_t res;
 3163|       |
 3164|    136|    assert(unicode != NULL);
  ------------------
  |  Branch (3164:5): [True: 136, False: 0]
  ------------------
 3165|    136|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (3165:5): [True: 136, False: 0]
  ------------------
 3166|       |
 3167|    136|    res = _PyUnicode_LENGTH(unicode);
  ------------------
  |  |  151|    136|    (_PyASCIIObject_CAST(op)->length)
  |  |  ------------------
  |  |  |  |  186|    136|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|    136|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    136|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3167:11): [True: 136, False: 0]
  ------------------
 3168|       |#if SIZEOF_WCHAR_T == 2
 3169|       |    if (PyUnicode_KIND(unicode) == PyUnicode_4BYTE_KIND) {
 3170|       |        const Py_UCS4 *s = PyUnicode_4BYTE_DATA(unicode);
 3171|       |        const Py_UCS4 *end = s + res;
 3172|       |        for (; s < end; ++s) {
 3173|       |            if (*s > 0xFFFF) {
 3174|       |                ++res;
 3175|       |            }
 3176|       |        }
 3177|       |    }
 3178|       |#endif
 3179|      0|    return res;
 3180|    136|}
unicodeobject.c:unicode_copy_as_widechar:
 3184|    136|{
 3185|    136|    assert(unicode != NULL);
  ------------------
  |  Branch (3185:5): [True: 136, False: 0]
  ------------------
 3186|    136|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (3186:5): [True: 136, False: 0]
  ------------------
 3187|       |
 3188|    272|    if (PyUnicode_KIND(unicode) == sizeof(wchar_t)) {
  ------------------
  |  |  258|    136|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    272|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 136, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3188:9): [True: 0, False: 136]
  ------------------
 3189|      0|        memcpy(w, PyUnicode_DATA(unicode), size * sizeof(wchar_t));
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3190|      0|        return;
 3191|      0|    }
 3192|       |
 3193|    272|    if (PyUnicode_KIND(unicode) == PyUnicode_1BYTE_KIND) {
  ------------------
  |  |  258|    136|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    272|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 136, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3193:9): [True: 136, False: 0]
  ------------------
 3194|    136|        const Py_UCS1 *s = PyUnicode_1BYTE_DATA(unicode);
  ------------------
  |  |  291|    136|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|    136|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 3195|  5.29k|        for (; size--; ++s, ++w) {
  ------------------
  |  Branch (3195:16): [True: 5.15k, False: 136]
  ------------------
 3196|  5.15k|            *w = *s;
 3197|  5.15k|        }
 3198|    136|    }
 3199|      0|    else {
 3200|      0|#if SIZEOF_WCHAR_T == 4
 3201|      0|        assert(PyUnicode_KIND(unicode) == PyUnicode_2BYTE_KIND);
  ------------------
  |  Branch (3201:9): [True: 0, False: 0]
  |  Branch (3201:9): [True: 0, False: 0]
  ------------------
 3202|      0|        const Py_UCS2 *s = PyUnicode_2BYTE_DATA(unicode);
  ------------------
  |  |  292|      0|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 3203|      0|        for (; size--; ++s, ++w) {
  ------------------
  |  Branch (3203:16): [True: 0, False: 0]
  ------------------
 3204|      0|            *w = *s;
 3205|      0|        }
 3206|       |#else
 3207|       |        assert(PyUnicode_KIND(unicode) == PyUnicode_4BYTE_KIND);
 3208|       |        const Py_UCS4 *s = PyUnicode_4BYTE_DATA(unicode);
 3209|       |        for (; size--; ++s, ++w) {
 3210|       |            Py_UCS4 ch = *s;
 3211|       |            if (ch > 0xFFFF) {
 3212|       |                assert(ch <= MAX_UNICODE);
 3213|       |                /* encode surrogate pair in this case */
 3214|       |                *w++ = Py_UNICODE_HIGH_SURROGATE(ch);
 3215|       |                if (!size--)
 3216|       |                    break;
 3217|       |                *w = Py_UNICODE_LOW_SURROGATE(ch);
 3218|       |            }
 3219|       |            else {
 3220|       |                *w = ch;
 3221|       |            }
 3222|       |        }
 3223|       |#endif
 3224|      0|    }
 3225|    136|}
unicodeobject.c:unicode_char:
 1818|    237|{
 1819|    237|    PyObject *unicode;
 1820|       |
 1821|    237|    assert(ch <= MAX_UNICODE);
  ------------------
  |  Branch (1821:5): [True: 237, False: 0]
  ------------------
 1822|       |
 1823|    237|    if (ch < 256) {
  ------------------
  |  Branch (1823:9): [True: 237, False: 0]
  ------------------
 1824|    237|        return get_latin1_char(ch);
 1825|    237|    }
 1826|       |
 1827|      0|    unicode = PyUnicode_New(1, ch);
 1828|      0|    if (unicode == NULL)
  ------------------
  |  Branch (1828:9): [True: 0, False: 0]
  ------------------
 1829|      0|        return NULL;
 1830|       |
 1831|      0|    assert(PyUnicode_KIND(unicode) != PyUnicode_1BYTE_KIND);
  ------------------
  |  Branch (1831:5): [True: 0, False: 0]
  |  Branch (1831:5): [True: 0, False: 0]
  ------------------
 1832|      0|    if (PyUnicode_KIND(unicode) == PyUnicode_2BYTE_KIND) {
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1832:9): [True: 0, False: 0]
  ------------------
 1833|      0|        PyUnicode_2BYTE_DATA(unicode)[0] = (Py_UCS2)ch;
  ------------------
  |  |  292|      0|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1834|      0|    } else {
 1835|      0|        assert(PyUnicode_KIND(unicode) == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (1835:9): [True: 0, False: 0]
  |  Branch (1835:9): [True: 0, False: 0]
  ------------------
 1836|      0|        PyUnicode_4BYTE_DATA(unicode)[0] = ch;
  ------------------
  |  |  293|      0|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1837|      0|    }
 1838|      0|    assert(_PyUnicode_CheckConsistency(unicode, 1));
  ------------------
  |  Branch (1838:5): [True: 0, False: 0]
  ------------------
 1839|      0|    return unicode;
 1840|      0|}
unicodeobject.c:unicode_check_encoding_errors:
  526|     64|{
  527|     64|    if (encoding == NULL && errors == NULL) {
  ------------------
  |  Branch (527:9): [True: 0, False: 64]
  |  Branch (527:29): [True: 0, False: 0]
  ------------------
  528|      0|        return 0;
  529|      0|    }
  530|       |
  531|     64|    PyInterpreterState *interp = _PyInterpreterState_GET();
  532|     64|#ifndef Py_DEBUG
  533|       |    /* In release mode, only check in development mode (-X dev) */
  534|     64|    if (!_PyInterpreterState_GetConfig(interp)->dev_mode) {
  ------------------
  |  Branch (534:9): [True: 64, False: 0]
  ------------------
  535|     64|        return 0;
  536|     64|    }
  537|       |#else
  538|       |    /* Always check in debug mode */
  539|       |#endif
  540|       |
  541|       |    /* Avoid calling _PyCodec_Lookup() and PyCodec_LookupError() before the
  542|       |       codec registry is ready: before_PyUnicode_InitEncodings() is called. */
  543|      0|    if (!interp->unicode.fs_codec.encoding) {
  ------------------
  |  Branch (543:9): [True: 0, False: 0]
  ------------------
  544|      0|        return 0;
  545|      0|    }
  546|       |
  547|       |    /* Disable checks during Python finalization. For example, it allows to
  548|       |     * call PyObject_Dump() during finalization for debugging purpose.
  549|       |     */
  550|      0|    if (_PyInterpreterState_GetFinalizing(interp) != NULL) {
  ------------------
  |  Branch (550:9): [True: 0, False: 0]
  ------------------
  551|      0|        return 0;
  552|      0|    }
  553|       |
  554|      0|    if (encoding != NULL
  ------------------
  |  Branch (554:9): [True: 0, False: 0]
  ------------------
  555|       |        // Fast path for the most common built-in encodings. Even if the codec
  556|       |        // is cached, _PyCodec_Lookup() decodes the bytes string from UTF-8 to
  557|       |        // create a temporary Unicode string (the key in the cache).
  558|      0|        && strcmp(encoding, "utf-8") != 0
  ------------------
  |  Branch (558:12): [True: 0, False: 0]
  ------------------
  559|      0|        && strcmp(encoding, "utf8") != 0
  ------------------
  |  Branch (559:12): [True: 0, False: 0]
  ------------------
  560|      0|        && strcmp(encoding, "ascii") != 0)
  ------------------
  |  Branch (560:12): [True: 0, False: 0]
  ------------------
  561|      0|    {
  562|      0|        PyObject *handler = _PyCodec_Lookup(encoding);
  563|      0|        if (handler == NULL) {
  ------------------
  |  Branch (563:13): [True: 0, False: 0]
  ------------------
  564|      0|            return -1;
  565|      0|        }
  566|      0|        Py_DECREF(handler);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  567|      0|    }
  568|       |
  569|      0|    if (errors != NULL
  ------------------
  |  Branch (569:9): [True: 0, False: 0]
  ------------------
  570|       |        // Fast path for the most common built-in error handlers.
  571|      0|        && strcmp(errors, "strict") != 0
  ------------------
  |  Branch (571:12): [True: 0, False: 0]
  ------------------
  572|      0|        && strcmp(errors, "ignore") != 0
  ------------------
  |  Branch (572:12): [True: 0, False: 0]
  ------------------
  573|      0|        && strcmp(errors, "replace") != 0
  ------------------
  |  Branch (573:12): [True: 0, False: 0]
  ------------------
  574|      0|        && strcmp(errors, "surrogateescape") != 0
  ------------------
  |  Branch (574:12): [True: 0, False: 0]
  ------------------
  575|      0|        && strcmp(errors, "surrogatepass") != 0)
  ------------------
  |  Branch (575:12): [True: 0, False: 0]
  ------------------
  576|      0|    {
  577|      0|        PyObject *handler = PyCodec_LookupError(errors);
  578|      0|        if (handler == NULL) {
  ------------------
  |  Branch (578:13): [True: 0, False: 0]
  ------------------
  579|      0|            return -1;
  580|      0|        }
  581|      0|        Py_DECREF(handler);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  582|      0|    }
  583|      0|    return 0;
  584|      0|}
unicodeobject.c:get_error_handler_wide:
  498|      4|{
  499|      4|    if (errors == NULL || wcscmp(errors, L"strict") == 0) {
  ------------------
  |  Branch (499:9): [True: 0, False: 4]
  |  Branch (499:27): [True: 0, False: 4]
  ------------------
  500|      0|        return _Py_ERROR_STRICT;
  501|      0|    }
  502|      4|    if (wcscmp(errors, L"surrogateescape") == 0) {
  ------------------
  |  Branch (502:9): [True: 4, False: 0]
  ------------------
  503|      4|        return _Py_ERROR_SURROGATEESCAPE;
  504|      4|    }
  505|      0|    if (wcscmp(errors, L"replace") == 0) {
  ------------------
  |  Branch (505:9): [True: 0, False: 0]
  ------------------
  506|      0|        return _Py_ERROR_REPLACE;
  507|      0|    }
  508|      0|    if (wcscmp(errors, L"ignore") == 0) {
  ------------------
  |  Branch (508:9): [True: 0, False: 0]
  ------------------
  509|      0|        return _Py_ERROR_IGNORE;
  510|      0|    }
  511|      0|    if (wcscmp(errors, L"backslashreplace") == 0) {
  ------------------
  |  Branch (511:9): [True: 0, False: 0]
  ------------------
  512|      0|        return _Py_ERROR_BACKSLASHREPLACE;
  513|      0|    }
  514|      0|    if (wcscmp(errors, L"surrogatepass") == 0) {
  ------------------
  |  Branch (514:9): [True: 0, False: 0]
  ------------------
  515|      0|        return _Py_ERROR_SURROGATEPASS;
  516|      0|    }
  517|      0|    if (wcscmp(errors, L"xmlcharrefreplace") == 0) {
  ------------------
  |  Branch (517:9): [True: 0, False: 0]
  ------------------
  518|      0|        return _Py_ERROR_XMLCHARREFREPLACE;
  519|      0|    }
  520|      0|    return _Py_ERROR_OTHER;
  521|      0|}
unicodeobject.c:unicode_decode_locale:
 3904|     30|{
 3905|     30|    if (str[len] != '\0' || (size_t)len != strlen(str))  {
  ------------------
  |  Branch (3905:9): [True: 0, False: 30]
  |  Branch (3905:29): [True: 0, False: 30]
  ------------------
 3906|      0|        PyErr_SetString(PyExc_ValueError, "embedded null byte");
 3907|      0|        return NULL;
 3908|      0|    }
 3909|       |
 3910|     30|    wchar_t *wstr;
 3911|     30|    size_t wlen;
 3912|     30|    const char *reason;
 3913|     30|    int res = _Py_DecodeLocaleEx(str, &wstr, &wlen, &reason,
 3914|     30|                                 current_locale, errors);
 3915|     30|    if (res != 0) {
  ------------------
  |  Branch (3915:9): [True: 0, False: 30]
  ------------------
 3916|      0|        if (res == -2) {
  ------------------
  |  Branch (3916:13): [True: 0, False: 0]
  ------------------
 3917|      0|            PyObject *exc;
 3918|      0|            exc = PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns",
 3919|      0|                                        "locale", str, len,
 3920|      0|                                        (Py_ssize_t)wlen,
 3921|      0|                                        (Py_ssize_t)(wlen + 1),
 3922|      0|                                        reason);
 3923|      0|            if (exc != NULL) {
  ------------------
  |  Branch (3923:17): [True: 0, False: 0]
  ------------------
 3924|      0|                PyCodec_StrictErrors(exc);
 3925|      0|                Py_DECREF(exc);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3926|      0|            }
 3927|      0|        }
 3928|      0|        else if (res == -3) {
  ------------------
  |  Branch (3928:18): [True: 0, False: 0]
  ------------------
 3929|      0|            PyErr_SetString(PyExc_ValueError, "unsupported error handler");
 3930|      0|        }
 3931|      0|        else {
 3932|      0|            PyErr_NoMemory();
 3933|      0|        }
 3934|      0|        return NULL;
 3935|      0|    }
 3936|       |
 3937|     30|    PyObject *unicode = PyUnicode_FromWideChar(wstr, wlen);
 3938|     30|    PyMem_RawFree(wstr);
 3939|     30|    return unicode;
 3940|     30|}
unicodeobject.c:findchar:
 1007|    572|{
 1008|    572|    switch (kind) {
 1009|    572|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (1009:5): [True: 572, False: 0]
  ------------------
 1010|    572|        if ((Py_UCS1) ch != ch)
  ------------------
  |  Branch (1010:13): [True: 0, False: 572]
  ------------------
 1011|      0|            return -1;
 1012|    572|        if (direction > 0)
  ------------------
  |  Branch (1012:13): [True: 529, False: 43]
  ------------------
 1013|    529|            return ucs1lib_find_char((const Py_UCS1 *) s, size, (Py_UCS1) ch);
 1014|     43|        else
 1015|     43|            return ucs1lib_rfind_char((const Py_UCS1 *) s, size, (Py_UCS1) ch);
 1016|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (1016:5): [True: 0, False: 572]
  ------------------
 1017|      0|        if ((Py_UCS2) ch != ch)
  ------------------
  |  Branch (1017:13): [True: 0, False: 0]
  ------------------
 1018|      0|            return -1;
 1019|      0|        if (direction > 0)
  ------------------
  |  Branch (1019:13): [True: 0, False: 0]
  ------------------
 1020|      0|            return ucs2lib_find_char((const Py_UCS2 *) s, size, (Py_UCS2) ch);
 1021|      0|        else
 1022|      0|            return ucs2lib_rfind_char((const Py_UCS2 *) s, size, (Py_UCS2) ch);
 1023|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (1023:5): [True: 0, False: 572]
  ------------------
 1024|      0|        if (direction > 0)
  ------------------
  |  Branch (1024:13): [True: 0, False: 0]
  ------------------
 1025|      0|            return ucs4lib_find_char((const Py_UCS4 *) s, size, ch);
 1026|      0|        else
 1027|      0|            return ucs4lib_rfind_char((const Py_UCS4 *) s, size, ch);
 1028|      0|    default:
  ------------------
  |  Branch (1028:5): [True: 0, False: 572]
  ------------------
 1029|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1030|    572|    }
 1031|    572|}
unicodeobject.c:unicode_ensure_utf8:
 4091|    751|{
 4092|    751|    int err = 0;
 4093|    751|    if (PyUnicode_UTF8(unicode) == NULL) {
  ------------------
  |  Branch (4093:9): [True: 0, False: 751]
  ------------------
 4094|      0|        Py_BEGIN_CRITICAL_SECTION(unicode);
  ------------------
  |  |   51|      0|    {
  ------------------
 4095|      0|        if (PyUnicode_UTF8(unicode) == NULL) {
  ------------------
  |  Branch (4095:13): [True: 0, False: 0]
  ------------------
 4096|      0|            err = unicode_fill_utf8(unicode);
 4097|      0|        }
 4098|      0|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 4099|      0|    }
 4100|    751|    return err;
 4101|    751|}
unicodeobject.c:PyUnicode_UTF8_LENGTH:
  135|    606|{
  136|    606|    assert(_PyUnicode_CHECK(op));
  ------------------
  |  Branch (136:5): [True: 606, False: 0]
  ------------------
  137|    606|    if (PyUnicode_IS_COMPACT_ASCII(op)) {
  ------------------
  |  |  241|    606|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    606|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    606|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (241:40): [True: 606, False: 0]
  |  |  ------------------
  ------------------
  138|    606|         return _PyASCIIObject_CAST(op)->length;
  ------------------
  |  |  186|    606|    (assert(PyUnicode_Check(op)), \
  |  |  187|    606|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|    606|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (138:17): [True: 606, False: 0]
  ------------------
  139|    606|    }
  140|      0|    else {
  141|      0|         return _PyCompactUnicodeObject_CAST(op)->utf8_length;
  ------------------
  |  |  189|      0|    (assert(PyUnicode_Check(op)), \
  |  |  190|      0|     _Py_CAST(PyCompactUnicodeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (141:17): [True: 0, False: 0]
  ------------------
  142|      0|    }
  143|    606|}
unicodeobject.c:PyUnicode_UTF8:
  119|  1.73k|{
  120|  1.73k|    assert(_PyUnicode_CHECK(op));
  ------------------
  |  Branch (120:5): [True: 1.73k, False: 0]
  ------------------
  121|  1.73k|    if (PyUnicode_IS_COMPACT_ASCII(op)) {
  ------------------
  |  |  241|  1.73k|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.73k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (241:40): [True: 1.73k, False: 0]
  |  |  ------------------
  ------------------
  122|  1.73k|        return ((char*)(_PyASCIIObject_CAST(op) + 1));
  ------------------
  |  |  186|  1.73k|    (assert(PyUnicode_Check(op)), \
  |  |  187|  1.73k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.73k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (122:25): [True: 1.73k, False: 0]
  ------------------
  123|  1.73k|    }
  124|      0|    else {
  125|      0|         return _PyUnicode_UTF8(op);
  126|      0|    }
  127|  1.73k|}
unicodeobject.c:unicode_decode_utf8:
 5253|  11.5k|{
 5254|  11.5k|    if (size == 0) {
  ------------------
  |  Branch (5254:9): [True: 4, False: 11.4k]
  ------------------
 5255|      4|        if (consumed) {
  ------------------
  |  Branch (5255:13): [True: 0, False: 4]
  ------------------
 5256|      0|            *consumed = 0;
 5257|      0|        }
 5258|      4|        _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      4|    do {                             \
  |  |  376|      4|        return _PyUnicode_GetEmpty();\
  |  |  377|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5259|      4|    }
 5260|       |
 5261|       |    /* ASCII is equivalent to the first 128 ordinals in Unicode. */
 5262|  11.4k|    if (size == 1 && (unsigned char)s[0] < 128) {
  ------------------
  |  Branch (5262:9): [True: 37, False: 11.4k]
  |  Branch (5262:22): [True: 37, False: 0]
  ------------------
 5263|     37|        if (consumed) {
  ------------------
  |  Branch (5263:13): [True: 0, False: 37]
  ------------------
 5264|      0|            *consumed = 1;
 5265|      0|        }
 5266|     37|        return get_latin1_char((unsigned char)s[0]);
 5267|     37|    }
 5268|       |
 5269|       |    // I don't know this check is necessary or not. But there is a test
 5270|       |    // case that requires size=PY_SSIZE_T_MAX cause MemoryError.
 5271|  11.4k|    if (PY_SSIZE_T_MAX - sizeof(PyCompactUnicodeObject) < (size_t)size) {
  ------------------
  |  |  137|  11.4k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (5271:9): [True: 0, False: 11.4k]
  ------------------
 5272|      0|        PyErr_NoMemory();
 5273|      0|        return NULL;
 5274|      0|    }
 5275|       |
 5276|  11.4k|    const char *starts = s;
 5277|  11.4k|    const char *end = s + size;
 5278|       |
 5279|  11.4k|    Py_ssize_t pos = find_first_nonascii((const unsigned char*)starts, (const unsigned char*)end);
 5280|  11.4k|    if (pos == size) {  // fast path: ASCII string.
  ------------------
  |  Branch (5280:9): [True: 11.4k, False: 2]
  ------------------
 5281|  11.4k|        PyObject *u = PyUnicode_New(size, 127);
 5282|  11.4k|        if (u == NULL) {
  ------------------
  |  Branch (5282:13): [True: 0, False: 11.4k]
  ------------------
 5283|      0|            return NULL;
 5284|      0|        }
 5285|  11.4k|        memcpy(PyUnicode_1BYTE_DATA(u), s, size);
  ------------------
  |  |  291|  11.4k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|  11.4k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 5286|  11.4k|        if (consumed) {
  ------------------
  |  Branch (5286:13): [True: 0, False: 11.4k]
  ------------------
 5287|      0|            *consumed = size;
 5288|      0|        }
 5289|  11.4k|        return u;
 5290|  11.4k|    }
 5291|       |
 5292|      2|    int maxchr = 127;
 5293|      2|    Py_ssize_t maxsize = size;
 5294|       |
 5295|      2|    unsigned char ch = (unsigned char)(s[pos]);
 5296|       |    // error handler other than strict may remove/replace the invalid byte.
 5297|       |    // consumed != NULL allows 1~3 bytes remainings.
 5298|       |    // 0x80 <= ch < 0xc2 is invalid start byte that cause UnicodeDecodeError.
 5299|       |    // otherwise: check the input and decide the maxchr and maxsize to reduce
 5300|       |    // reallocation and copy.
 5301|      2|    if (error_handler == _Py_ERROR_STRICT && !consumed && ch >= 0xc2) {
  ------------------
  |  Branch (5301:9): [True: 0, False: 2]
  |  Branch (5301:46): [True: 0, False: 0]
  |  Branch (5301:59): [True: 0, False: 0]
  ------------------
 5302|       |        // we only calculate the number of codepoints and don't determine the exact maxchr.
 5303|       |        // This is because writing fast and portable SIMD code to find maxchr is difficult.
 5304|       |        // If reallocation occurs for a larger maxchar, knowing the exact number of codepoints
 5305|       |        // means that it is no longer necessary to allocate several times the required amount
 5306|       |        // of memory.
 5307|      0|        maxsize = utf8_count_codepoints((const unsigned char *)s, (const unsigned char *)end);
 5308|      0|        if (ch < 0xc4) { // latin1
  ------------------
  |  Branch (5308:13): [True: 0, False: 0]
  ------------------
 5309|      0|            maxchr = 0xff;
 5310|      0|        }
 5311|      0|        else if (ch < 0xf0) { // ucs2
  ------------------
  |  Branch (5311:18): [True: 0, False: 0]
  ------------------
 5312|      0|            maxchr = 0xffff;
 5313|      0|        }
 5314|      0|        else { // ucs4
 5315|      0|            maxchr = 0x10ffff;
 5316|      0|        }
 5317|      0|    }
 5318|      2|    PyObject *u = PyUnicode_New(maxsize, maxchr);
 5319|      2|    if (!u) {
  ------------------
  |  Branch (5319:9): [True: 0, False: 2]
  ------------------
 5320|      0|        return NULL;
 5321|      0|    }
 5322|       |
 5323|       |    // Use _PyUnicodeWriter after fast path is failed.
 5324|      2|    _PyUnicodeWriter writer;
 5325|      2|    _PyUnicodeWriter_InitWithBuffer(&writer, u);
 5326|      2|    if (maxchr <= 255) {
  ------------------
  |  Branch (5326:9): [True: 2, False: 0]
  ------------------
 5327|      2|        memcpy(PyUnicode_1BYTE_DATA(u), s, pos);
  ------------------
  |  |  291|      2|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      2|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 5328|      2|        s += pos;
 5329|      2|        writer.pos = pos;
 5330|      2|    }
 5331|       |
 5332|      2|    if (unicode_decode_utf8_impl(&writer, starts, s, end,
  ------------------
  |  Branch (5332:9): [True: 0, False: 2]
  ------------------
 5333|      2|                                 error_handler, errors,
 5334|      2|                                 consumed) < 0) {
 5335|      0|        _PyUnicodeWriter_Dealloc(&writer);
 5336|      0|        return NULL;
 5337|      0|    }
 5338|      2|    return _PyUnicodeWriter_Finish(&writer);
 5339|      2|}
unicodeobject.c:find_first_nonascii:
 4981|  11.5k|{
 4982|       |    // The search is done in `size_t` chunks.
 4983|       |    // The start and end might not be aligned at `size_t` boundaries,
 4984|       |    // so they're handled specially.
 4985|       |
 4986|  11.5k|    const unsigned char *p = start;
 4987|       |
 4988|  11.5k|    if (end - start >= SIZEOF_SIZE_T) {
  ------------------
  |  | 1838|  11.5k|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (4988:9): [True: 7.03k, False: 4.52k]
  ------------------
 4989|       |        // Avoid unaligned read.
 4990|  7.03k|#if PY_LITTLE_ENDIAN && HAVE_CTZ
 4991|  7.03k|        size_t u;
 4992|  7.03k|        memcpy(&u, p, sizeof(size_t));
 4993|  7.03k|        u &= ASCII_CHAR_MASK;
  ------------------
  |  | 4887|  7.03k|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
 4994|  7.03k|        if (u) {
  ------------------
  |  Branch (4994:13): [True: 0, False: 7.03k]
  ------------------
 4995|      0|            return (ctz(u) - 7) / 8;
 4996|      0|        }
 4997|  7.03k|        p = _Py_ALIGN_DOWN(p + SIZEOF_SIZE_T, SIZEOF_SIZE_T);
  ------------------
  |  |  216|  7.03k|#define _Py_ALIGN_DOWN(p, a) ((void *)((uintptr_t)(p) & ~(uintptr_t)((a) - 1)))
  ------------------
 4998|       |#else /* PY_LITTLE_ENDIAN && HAVE_CTZ */
 4999|       |        const unsigned char *p2 = _Py_ALIGN_UP(p, SIZEOF_SIZE_T);
 5000|       |        while (p < p2) {
 5001|       |            if (*p & 0x80) {
 5002|       |                return p - start;
 5003|       |            }
 5004|       |            p++;
 5005|       |        }
 5006|       |#endif
 5007|       |
 5008|  7.03k|        const unsigned char *e = end - SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  7.03k|#define SIZEOF_SIZE_T 8
  ------------------
 5009|  25.6k|        while (p <= e) {
  ------------------
  |  Branch (5009:16): [True: 18.6k, False: 7.03k]
  ------------------
 5010|  18.6k|            size_t u = (*(const size_t *)p) & ASCII_CHAR_MASK;
  ------------------
  |  | 4887|  18.6k|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
 5011|  18.6k|            if (u) {
  ------------------
  |  Branch (5011:17): [True: 2, False: 18.6k]
  ------------------
 5012|      2|#if PY_LITTLE_ENDIAN && HAVE_CTZ
 5013|      2|                return p - start + (ctz(u) - 7) / 8;
 5014|       |#else
 5015|       |                // big endian and minor compilers are difficult to test.
 5016|       |                // fallback to per byte check.
 5017|       |                break;
 5018|       |#endif
 5019|      2|            }
 5020|  18.6k|            p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|  18.6k|#define SIZEOF_SIZE_T 8
  ------------------
 5021|  18.6k|        }
 5022|  7.03k|    }
 5023|  11.5k|#if PY_LITTLE_ENDIAN && HAVE_CTZ
 5024|  11.5k|    assert((end - p) < SIZEOF_SIZE_T);
  ------------------
  |  Branch (5024:5): [True: 11.5k, False: 0]
  ------------------
 5025|       |    // we can not use *(const size_t*)p to avoid buffer overrun.
 5026|  11.5k|    size_t u = load_unaligned(p, end - p) & ASCII_CHAR_MASK;
  ------------------
  |  | 4887|  11.5k|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
 5027|  11.5k|    if (u) {
  ------------------
  |  Branch (5027:9): [True: 0, False: 11.5k]
  ------------------
 5028|      0|        return p - start + (ctz(u) - 7) / 8;
 5029|      0|    }
 5030|  11.5k|    return end - start;
 5031|       |#else
 5032|       |    while (p < end) {
 5033|       |        if (*p & 0x80) {
 5034|       |            break;
 5035|       |        }
 5036|       |        p++;
 5037|       |    }
 5038|       |    return p - start;
 5039|       |#endif
 5040|  11.5k|}
unicodeobject.c:ctz:
 4903|      2|{
 4904|      2|    return __builtin_ctzll((unsigned long long)v);
 4905|      2|}
unicodeobject.c:load_unaligned:
 4927|  11.5k|{
 4928|  11.5k|    union {
 4929|  11.5k|        size_t s;
 4930|  11.5k|        unsigned char b[SIZEOF_SIZE_T];
 4931|  11.5k|    } u;
 4932|  11.5k|    u.s = 0;
 4933|       |    // This switch statement assumes little endian because:
 4934|       |    // * union is faster than bitwise or and shift.
 4935|       |    // * big endian machine is rare and hard to maintain.
 4936|  11.5k|    switch (size) {
 4937|      0|    default:
  ------------------
  |  Branch (4937:5): [True: 0, False: 11.5k]
  ------------------
 4938|      0|#if SIZEOF_SIZE_T == 8
 4939|      0|    case 8:
  ------------------
  |  Branch (4939:5): [True: 0, False: 11.5k]
  ------------------
 4940|      0|        u.b[7] = p[7];
 4941|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4942|  2.00k|    case 7:
  ------------------
  |  Branch (4942:5): [True: 2.00k, False: 9.55k]
  ------------------
 4943|  2.00k|        u.b[6] = p[6];
 4944|  2.00k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  2.00k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4945|  4.02k|    case 6:
  ------------------
  |  Branch (4945:5): [True: 2.02k, False: 9.53k]
  ------------------
 4946|  4.02k|        u.b[5] = p[5];
 4947|  4.02k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  4.02k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4948|  5.95k|    case 5:
  ------------------
  |  Branch (4948:5): [True: 1.92k, False: 9.62k]
  ------------------
 4949|  5.95k|        u.b[4] = p[4];
 4950|  5.95k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  5.95k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4951|  5.95k|#endif
 4952|  7.30k|    case 4:
  ------------------
  |  Branch (4952:5): [True: 1.35k, False: 10.2k]
  ------------------
 4953|  7.30k|        u.b[3] = p[3];
 4954|  7.30k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  7.30k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4955|  8.60k|    case 3:
  ------------------
  |  Branch (4955:5): [True: 1.29k, False: 10.2k]
  ------------------
 4956|  8.60k|        u.b[2] = p[2];
 4957|  8.60k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  8.60k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4958|  9.70k|    case 2:
  ------------------
  |  Branch (4958:5): [True: 1.10k, False: 10.4k]
  ------------------
 4959|  9.70k|        u.b[1] = p[1];
 4960|  9.70k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  9.70k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 4961|  10.6k|    case 1:
  ------------------
  |  Branch (4961:5): [True: 936, False: 10.6k]
  ------------------
 4962|  10.6k|        u.b[0] = p[0];
 4963|  10.6k|        break;
 4964|    920|    case 0:
  ------------------
  |  Branch (4964:5): [True: 920, False: 10.6k]
  ------------------
 4965|    920|        break;
 4966|  11.5k|    }
 4967|  11.5k|    return u.s;
 4968|  11.5k|}
unicodeobject.c:ascii_decode:
 5095|    105|{
 5096|    105|#if SIZEOF_SIZE_T <= SIZEOF_VOID_P
 5097|    105|    if (_Py_IS_ALIGNED(start, ALIGNOF_SIZE_T)
  ------------------
  |  |  221|    210|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 21, False: 84]
  |  |  ------------------
  ------------------
 5098|     21|        && _Py_IS_ALIGNED(dest, ALIGNOF_SIZE_T))
  ------------------
  |  |  221|     21|#define _Py_IS_ALIGNED(p, a) (!((uintptr_t)(p) & (uintptr_t)((a) - 1)))
  |  |  ------------------
  |  |  |  Branch (221:30): [True: 6, False: 15]
  |  |  ------------------
  ------------------
 5099|      6|    {
 5100|       |        /* Fast path, see in STRINGLIB(utf8_decode) for
 5101|       |           an explanation. */
 5102|      6|        const char *p = start;
 5103|      6|        Py_UCS1 *q = dest;
 5104|     12|        while (p + SIZEOF_SIZE_T <= end) {
  ------------------
  |  | 1838|     12|#define SIZEOF_SIZE_T 8
  ------------------
  |  Branch (5104:16): [True: 6, False: 6]
  ------------------
 5105|      6|            size_t value = *(const size_t *) p;
 5106|      6|            if (value & ASCII_CHAR_MASK)
  ------------------
  |  | 4887|      6|# define ASCII_CHAR_MASK 0x8080808080808080ULL
  ------------------
  |  Branch (5106:17): [True: 0, False: 6]
  ------------------
 5107|      0|                break;
 5108|      6|            *((size_t *)q) = value;
 5109|      6|            p += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|      6|#define SIZEOF_SIZE_T 8
  ------------------
 5110|      6|            q += SIZEOF_SIZE_T;
  ------------------
  |  | 1838|      6|#define SIZEOF_SIZE_T 8
  ------------------
 5111|      6|        }
 5112|     34|        while (p < end) {
  ------------------
  |  Branch (5112:16): [True: 28, False: 6]
  ------------------
 5113|     28|            if ((unsigned char)*p & 0x80)
  ------------------
  |  Branch (5113:17): [True: 0, False: 28]
  ------------------
 5114|      0|                break;
 5115|     28|            *q++ = *p++;
 5116|     28|        }
 5117|      6|        return p - start;
 5118|      6|    }
 5119|     99|#endif
 5120|     99|    Py_ssize_t pos = find_first_nonascii((const unsigned char*)start,
 5121|     99|                                         (const unsigned char*)end);
 5122|     99|    memcpy(dest, start, pos);
 5123|     99|    return pos;
 5124|    105|}
unicodeobject.c:unicode_decode_utf8_impl:
 5132|      2|{
 5133|      2|    Py_ssize_t startinpos, endinpos;
 5134|      2|    const char *errmsg = "";
 5135|      2|    PyObject *error_handler_obj = NULL;
 5136|      2|    PyObject *exc = NULL;
 5137|       |
 5138|      6|    while (s < end) {
  ------------------
  |  Branch (5138:12): [True: 6, False: 0]
  ------------------
 5139|      6|        Py_UCS4 ch;
 5140|      6|        int kind = writer->kind;
 5141|       |
 5142|      6|        if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (5142:13): [True: 4, False: 2]
  ------------------
 5143|      4|            if (PyUnicode_IS_ASCII(writer->buffer))
  ------------------
  |  |  227|      4|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 2, False: 2]
  |  |  ------------------
  ------------------
 5144|      2|                ch = asciilib_utf8_decode(&s, end, writer->data, &writer->pos);
 5145|      2|            else
 5146|      2|                ch = ucs1lib_utf8_decode(&s, end, writer->data, &writer->pos);
 5147|      4|        } else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (5147:20): [True: 2, False: 0]
  ------------------
 5148|      2|            ch = ucs2lib_utf8_decode(&s, end, writer->data, &writer->pos);
 5149|      2|        } else {
 5150|      0|            assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (5150:13): [True: 0, False: 0]
  ------------------
 5151|      0|            ch = ucs4lib_utf8_decode(&s, end, writer->data, &writer->pos);
 5152|      0|        }
 5153|       |
 5154|      6|        switch (ch) {
 5155|      2|        case 0:
  ------------------
  |  Branch (5155:9): [True: 2, False: 4]
  ------------------
 5156|      2|            if (s == end || consumed)
  ------------------
  |  Branch (5156:17): [True: 2, False: 0]
  |  Branch (5156:29): [True: 0, False: 0]
  ------------------
 5157|      2|                goto End;
 5158|      0|            errmsg = "unexpected end of data";
 5159|      0|            startinpos = s - starts;
 5160|      0|            endinpos = end - starts;
 5161|      0|            break;
 5162|      0|        case 1:
  ------------------
  |  Branch (5162:9): [True: 0, False: 6]
  ------------------
 5163|      0|            errmsg = "invalid start byte";
 5164|      0|            startinpos = s - starts;
 5165|      0|            endinpos = startinpos + 1;
 5166|      0|            break;
 5167|      0|        case 2:
  ------------------
  |  Branch (5167:9): [True: 0, False: 6]
  ------------------
 5168|      0|            if (consumed && (unsigned char)s[0] == 0xED && end - s == 2
  ------------------
  |  Branch (5168:17): [True: 0, False: 0]
  |  Branch (5168:29): [True: 0, False: 0]
  |  Branch (5168:60): [True: 0, False: 0]
  ------------------
 5169|      0|                && (unsigned char)s[1] >= 0xA0 && (unsigned char)s[1] <= 0xBF)
  ------------------
  |  Branch (5169:20): [True: 0, False: 0]
  |  Branch (5169:51): [True: 0, False: 0]
  ------------------
 5170|      0|            {
 5171|       |                /* Truncated surrogate code in range D800-DFFF */
 5172|      0|                goto End;
 5173|      0|            }
 5174|      0|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 5175|      0|        case 3:
  ------------------
  |  Branch (5175:9): [True: 0, False: 6]
  ------------------
 5176|      0|        case 4:
  ------------------
  |  Branch (5176:9): [True: 0, False: 6]
  ------------------
 5177|      0|            errmsg = "invalid continuation byte";
 5178|      0|            startinpos = s - starts;
 5179|      0|            endinpos = startinpos + ch - 1;
 5180|      0|            break;
 5181|      4|        default:
  ------------------
  |  Branch (5181:9): [True: 4, False: 2]
  ------------------
 5182|       |            // ch doesn't fit into kind, so change the buffer kind to write
 5183|       |            // the character
 5184|      4|            if (_PyUnicodeWriter_WriteCharInline(writer, ch) < 0)
  ------------------
  |  Branch (5184:17): [True: 0, False: 4]
  ------------------
 5185|      0|                goto onError;
 5186|      4|            continue;
 5187|      6|        }
 5188|       |
 5189|      0|        if (error_handler == _Py_ERROR_UNKNOWN)
  ------------------
  |  Branch (5189:13): [True: 0, False: 0]
  ------------------
 5190|      0|            error_handler = _Py_GetErrorHandler(errors);
 5191|       |
 5192|      0|        switch (error_handler) {
 5193|      0|        case _Py_ERROR_IGNORE:
  ------------------
  |  Branch (5193:9): [True: 0, False: 0]
  ------------------
 5194|      0|            s += (endinpos - startinpos);
 5195|      0|            break;
 5196|       |
 5197|      0|        case _Py_ERROR_REPLACE:
  ------------------
  |  Branch (5197:9): [True: 0, False: 0]
  ------------------
 5198|      0|            if (_PyUnicodeWriter_WriteCharInline(writer, 0xfffd) < 0)
  ------------------
  |  Branch (5198:17): [True: 0, False: 0]
  ------------------
 5199|      0|                goto onError;
 5200|      0|            s += (endinpos - startinpos);
 5201|      0|            break;
 5202|       |
 5203|      0|        case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (5203:9): [True: 0, False: 0]
  ------------------
 5204|      0|        {
 5205|      0|            Py_ssize_t i;
 5206|       |
 5207|      0|            if (_PyUnicodeWriter_PrepareKind(writer, PyUnicode_2BYTE_KIND) < 0)
  ------------------
  |  |  582|      0|    ((KIND) <= (WRITER)->kind                                         \
  |  |  ------------------
  |  |  |  Branch (582:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  583|      0|     ? 0                                                              \
  |  |  584|      0|     : _PyUnicodeWriter_PrepareKindInternal((WRITER), (KIND)))
  ------------------
  |  Branch (5207:17): [True: 0, False: 0]
  ------------------
 5208|      0|                goto onError;
 5209|      0|            for (i=startinpos; i<endinpos; i++) {
  ------------------
  |  Branch (5209:32): [True: 0, False: 0]
  ------------------
 5210|      0|                ch = (Py_UCS4)(unsigned char)(starts[i]);
 5211|      0|                PyUnicode_WRITE(writer->kind, writer->data, writer->pos,
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 5212|      0|                                ch + 0xdc00);
 5213|      0|                writer->pos++;
 5214|      0|            }
 5215|      0|            s += (endinpos - startinpos);
 5216|      0|            break;
 5217|      0|        }
 5218|       |
 5219|      0|        default:
  ------------------
  |  Branch (5219:9): [True: 0, False: 0]
  ------------------
 5220|      0|            if (unicode_decode_call_errorhandler_writer(
  ------------------
  |  Branch (5220:17): [True: 0, False: 0]
  ------------------
 5221|      0|                    errors, &error_handler_obj,
 5222|      0|                    "utf-8", errmsg,
 5223|      0|                    &starts, &end, &startinpos, &endinpos, &exc, &s,
 5224|      0|                    writer)) {
 5225|      0|                goto onError;
 5226|      0|            }
 5227|       |
 5228|      0|            if (_PyUnicodeWriter_Prepare(writer, end - s, 127) < 0) {
  ------------------
  |  |  562|      0|    (((MAXCHAR) <= (WRITER)->maxchar                                  \
  |  |  ------------------
  |  |  |  Branch (562:7): [True: 0, False: 0]
  |  |  ------------------
  |  |  563|      0|      && (LENGTH) <= (WRITER)->size - (WRITER)->pos)                  \
  |  |  ------------------
  |  |  |  Branch (563:10): [True: 0, False: 0]
  |  |  ------------------
  |  |  564|      0|     ? 0                                                              \
  |  |  565|      0|     : (((LENGTH) == 0)                                               \
  |  |  ------------------
  |  |  |  Branch (565:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  566|      0|        ? 0                                                           \
  |  |  567|      0|        : _PyUnicodeWriter_PrepareInternal((WRITER), (LENGTH), (MAXCHAR))))
  ------------------
  |  Branch (5228:17): [True: 0, False: 0]
  ------------------
 5229|      0|                goto onError;
 5230|      0|            }
 5231|      0|        }
 5232|      0|    }
 5233|       |
 5234|      2|End:
 5235|      2|    if (consumed)
  ------------------
  |  Branch (5235:9): [True: 0, False: 2]
  ------------------
 5236|      0|        *consumed = s - starts;
 5237|       |
 5238|      2|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5239|      2|    Py_XDECREF(exc);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5240|      2|    return 0;
 5241|       |
 5242|      0|onError:
 5243|      0|    Py_XDECREF(error_handler_obj);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5244|      0|    Py_XDECREF(exc);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5245|      0|    return -1;
 5246|      2|}
unicodeobject.c:unicode_encode_utf8:
 5680|    115|{
 5681|    115|    if (!PyUnicode_Check(unicode)) {
  ------------------
  |  |  103|    115|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    115|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (5681:9): [True: 0, False: 115]
  ------------------
 5682|      0|        PyErr_BadArgument();
 5683|      0|        return NULL;
 5684|      0|    }
 5685|       |
 5686|    115|    if (PyUnicode_UTF8(unicode))
  ------------------
  |  Branch (5686:9): [True: 115, False: 0]
  ------------------
 5687|    115|        return PyBytes_FromStringAndSize(PyUnicode_UTF8(unicode),
 5688|    115|                                         PyUnicode_UTF8_LENGTH(unicode));
 5689|       |
 5690|      0|    int kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5691|      0|    const void *data = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5692|      0|    Py_ssize_t size = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5693|       |
 5694|      0|    PyBytesWriter *writer;
 5695|      0|    char *end;
 5696|       |
 5697|      0|    switch (kind) {
 5698|      0|    default:
  ------------------
  |  Branch (5698:5): [True: 0, False: 0]
  ------------------
 5699|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 5700|      0|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (5700:5): [True: 0, False: 0]
  ------------------
 5701|       |        /* the string cannot be ASCII, or PyUnicode_UTF8() would be set */
 5702|      0|        assert(!PyUnicode_IS_ASCII(unicode));
  ------------------
  |  Branch (5702:9): [True: 0, False: 0]
  ------------------
 5703|      0|        writer = ucs1lib_utf8_encoder(unicode, data, size,
 5704|      0|                                      error_handler, errors, &end);
 5705|      0|        break;
 5706|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (5706:5): [True: 0, False: 0]
  ------------------
 5707|      0|        writer = ucs2lib_utf8_encoder(unicode, data, size,
 5708|      0|                                      error_handler, errors, &end);
 5709|      0|        break;
 5710|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (5710:5): [True: 0, False: 0]
  ------------------
 5711|      0|        writer = ucs4lib_utf8_encoder(unicode, data, size,
 5712|      0|                                      error_handler, errors, &end);
 5713|      0|        break;
 5714|      0|    }
 5715|       |
 5716|      0|    if (writer == NULL) {
  ------------------
  |  Branch (5716:9): [True: 0, False: 0]
  ------------------
 5717|      0|        PyBytesWriter_Discard(writer);
 5718|      0|        return NULL;
 5719|      0|    }
 5720|      0|    return PyBytesWriter_FinishWithPointer(writer, end);
 5721|      0|}
unicodeobject.c:any_find_slice:
 9526|     21|{
 9527|     21|    int kind1, kind2;
 9528|     21|    const void *buf1, *buf2;
 9529|     21|    Py_ssize_t len1, len2, result;
 9530|       |
 9531|     21|    kind1 = PyUnicode_KIND(s1);
  ------------------
  |  |  258|     21|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     42|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9532|     21|    kind2 = PyUnicode_KIND(s2);
  ------------------
  |  |  258|     21|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     42|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9533|     21|    if (kind1 < kind2)
  ------------------
  |  Branch (9533:9): [True: 0, False: 21]
  ------------------
 9534|      0|        return -1;
 9535|       |
 9536|     21|    len1 = PyUnicode_GET_LENGTH(s1);
  ------------------
  |  |  299|     21|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9537|     21|    len2 = PyUnicode_GET_LENGTH(s2);
  ------------------
  |  |  299|     21|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9538|     21|    ADJUST_INDICES(start, end, len1);
  ------------------
  |  | 9503|     21|    do {                                \
  |  | 9504|     21|        if (end > len) {                \
  |  |  ------------------
  |  |  |  Branch (9504:13): [True: 21, False: 0]
  |  |  ------------------
  |  | 9505|     21|            end = len;                  \
  |  | 9506|     21|        }                               \
  |  | 9507|     21|        else if (end < 0) {             \
  |  |  ------------------
  |  |  |  Branch (9507:18): [True: 0, False: 0]
  |  |  ------------------
  |  | 9508|      0|            end += len;                 \
  |  | 9509|      0|            if (end < 0) {              \
  |  |  ------------------
  |  |  |  Branch (9509:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9510|      0|                end = 0;                \
  |  | 9511|      0|            }                           \
  |  | 9512|      0|        }                               \
  |  | 9513|     21|        if (start < 0) {                \
  |  |  ------------------
  |  |  |  Branch (9513:13): [True: 0, False: 21]
  |  |  ------------------
  |  | 9514|      0|            start += len;               \
  |  | 9515|      0|            if (start < 0) {            \
  |  |  ------------------
  |  |  |  Branch (9515:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9516|      0|                start = 0;              \
  |  | 9517|      0|            }                           \
  |  | 9518|      0|        }                               \
  |  | 9519|     21|    } while (0)
  |  |  ------------------
  |  |  |  Branch (9519:14): [Folded, False: 21]
  |  |  ------------------
  ------------------
 9539|     21|    if (end - start < len2)
  ------------------
  |  Branch (9539:9): [True: 0, False: 21]
  ------------------
 9540|      0|        return -1;
 9541|       |
 9542|     21|    buf1 = PyUnicode_DATA(s1);
  ------------------
  |  |  284|     21|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9543|     21|    buf2 = PyUnicode_DATA(s2);
  ------------------
  |  |  284|     21|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9544|     21|    if (len2 == 1) {
  ------------------
  |  Branch (9544:9): [True: 21, False: 0]
  ------------------
 9545|     21|        Py_UCS4 ch = PyUnicode_READ(kind2, buf2, 0);
  ------------------
  |  |  354|     21|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     21|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     21|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     21|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     21|                   (index))
  ------------------
 9546|     21|        result = findchar((const char *)buf1 + kind1*start,
 9547|     21|                          kind1, end - start, ch, direction);
 9548|     21|        if (result == -1)
  ------------------
  |  Branch (9548:13): [True: 0, False: 21]
  ------------------
 9549|      0|            return -1;
 9550|     21|        else
 9551|     21|            return start + result;
 9552|     21|    }
 9553|       |
 9554|      0|    if (kind2 != kind1) {
  ------------------
  |  Branch (9554:9): [True: 0, False: 0]
  ------------------
 9555|      0|        buf2 = unicode_askind(kind2, buf2, len2, kind1);
 9556|      0|        if (!buf2)
  ------------------
  |  Branch (9556:13): [True: 0, False: 0]
  ------------------
 9557|      0|            return -2;
 9558|      0|    }
 9559|       |
 9560|      0|    if (direction > 0) {
  ------------------
  |  Branch (9560:9): [True: 0, False: 0]
  ------------------
 9561|      0|        switch (kind1) {
 9562|      0|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (9562:9): [True: 0, False: 0]
  ------------------
 9563|      0|            if (PyUnicode_IS_ASCII(s1) && PyUnicode_IS_ASCII(s2))
  ------------------
  |  |  227|      0|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
                          if (PyUnicode_IS_ASCII(s1) && PyUnicode_IS_ASCII(s2))
  ------------------
  |  |  227|      0|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 9564|      0|                result = asciilib_find_slice(buf1, len1, buf2, len2, start, end);
 9565|      0|            else
 9566|      0|                result = ucs1lib_find_slice(buf1, len1, buf2, len2, start, end);
 9567|      0|            break;
 9568|      0|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (9568:9): [True: 0, False: 0]
  ------------------
 9569|      0|            result = ucs2lib_find_slice(buf1, len1, buf2, len2, start, end);
 9570|      0|            break;
 9571|      0|        case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (9571:9): [True: 0, False: 0]
  ------------------
 9572|      0|            result = ucs4lib_find_slice(buf1, len1, buf2, len2, start, end);
 9573|      0|            break;
 9574|      0|        default:
  ------------------
  |  Branch (9574:9): [True: 0, False: 0]
  ------------------
 9575|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 9576|      0|        }
 9577|      0|    }
 9578|      0|    else {
 9579|      0|        switch (kind1) {
 9580|      0|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (9580:9): [True: 0, False: 0]
  ------------------
 9581|      0|            if (PyUnicode_IS_ASCII(s1) && PyUnicode_IS_ASCII(s2))
  ------------------
  |  |  227|      0|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
                          if (PyUnicode_IS_ASCII(s1) && PyUnicode_IS_ASCII(s2))
  ------------------
  |  |  227|      0|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 9582|      0|                result = asciilib_rfind_slice(buf1, len1, buf2, len2, start, end);
 9583|      0|            else
 9584|      0|                result = ucs1lib_rfind_slice(buf1, len1, buf2, len2, start, end);
 9585|      0|            break;
 9586|      0|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (9586:9): [True: 0, False: 0]
  ------------------
 9587|      0|            result = ucs2lib_rfind_slice(buf1, len1, buf2, len2, start, end);
 9588|      0|            break;
 9589|      0|        case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (9589:9): [True: 0, False: 0]
  ------------------
 9590|      0|            result = ucs4lib_rfind_slice(buf1, len1, buf2, len2, start, end);
 9591|      0|            break;
 9592|      0|        default:
  ------------------
  |  Branch (9592:9): [True: 0, False: 0]
  ------------------
 9593|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 9594|      0|        }
 9595|      0|    }
 9596|       |
 9597|      0|    assert((kind2 != kind1) == (buf2 != PyUnicode_DATA(s2)));
  ------------------
  |  Branch (9597:5): [True: 0, False: 0]
  ------------------
 9598|      0|    if (kind2 != kind1)
  ------------------
  |  Branch (9598:9): [True: 0, False: 0]
  ------------------
 9599|      0|        PyMem_Free((void *)buf2);
 9600|       |
 9601|      0|    return result;
 9602|      0|}
unicodeobject.c:tailmatch:
 9656|    263|{
 9657|    263|    int kind_self;
 9658|    263|    int kind_sub;
 9659|    263|    const void *data_self;
 9660|    263|    const void *data_sub;
 9661|    263|    Py_ssize_t offset;
 9662|    263|    Py_ssize_t i;
 9663|    263|    Py_ssize_t end_sub;
 9664|       |
 9665|    263|    ADJUST_INDICES(start, end, PyUnicode_GET_LENGTH(self));
  ------------------
  |  | 9503|    263|    do {                                \
  |  | 9504|    263|        if (end > len) {                \
  |  |  ------------------
  |  |  |  Branch (9504:13): [True: 263, False: 0]
  |  |  ------------------
  |  | 9505|    263|            end = len;                  \
  |  | 9506|    263|        }                               \
  |  | 9507|    263|        else if (end < 0) {             \
  |  |  ------------------
  |  |  |  Branch (9507:18): [True: 0, False: 0]
  |  |  ------------------
  |  | 9508|      0|            end += len;                 \
  |  | 9509|      0|            if (end < 0) {              \
  |  |  ------------------
  |  |  |  Branch (9509:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9510|      0|                end = 0;                \
  |  | 9511|      0|            }                           \
  |  | 9512|      0|        }                               \
  |  | 9513|    263|        if (start < 0) {                \
  |  |  ------------------
  |  |  |  Branch (9513:13): [True: 0, False: 263]
  |  |  ------------------
  |  | 9514|      0|            start += len;               \
  |  | 9515|      0|            if (start < 0) {            \
  |  |  ------------------
  |  |  |  Branch (9515:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9516|      0|                start = 0;              \
  |  | 9517|      0|            }                           \
  |  | 9518|      0|        }                               \
  |  | 9519|    263|    } while (0)
  |  |  ------------------
  |  |  |  Branch (9519:14): [Folded, False: 263]
  |  |  ------------------
  ------------------
 9666|    263|    end -= PyUnicode_GET_LENGTH(substring);
  ------------------
  |  |  299|    263|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    263|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    263|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9667|    263|    if (end < start)
  ------------------
  |  Branch (9667:9): [True: 31, False: 232]
  ------------------
 9668|     31|        return 0;
 9669|       |
 9670|    232|    if (PyUnicode_GET_LENGTH(substring) == 0)
  ------------------
  |  |  299|    232|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (9670:9): [True: 0, False: 232]
  ------------------
 9671|      0|        return 1;
 9672|       |
 9673|    232|    kind_self = PyUnicode_KIND(self);
  ------------------
  |  |  258|    232|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    464|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 232, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9674|    232|    data_self = PyUnicode_DATA(self);
  ------------------
  |  |  284|    232|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9675|    232|    kind_sub = PyUnicode_KIND(substring);
  ------------------
  |  |  258|    232|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    464|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 232, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9676|    232|    data_sub = PyUnicode_DATA(substring);
  ------------------
  |  |  284|    232|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9677|    232|    end_sub = PyUnicode_GET_LENGTH(substring) - 1;
  ------------------
  |  |  299|    232|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    232|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    232|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9678|       |
 9679|    232|    if (direction > 0)
  ------------------
  |  Branch (9679:9): [True: 34, False: 198]
  ------------------
 9680|     34|        offset = end;
 9681|    198|    else
 9682|    198|        offset = start;
 9683|       |
 9684|    232|    if (PyUnicode_READ(kind_self, data_self, offset) ==
  ------------------
  |  |  354|    232|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    232|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    232|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    232|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    232|                   (index))
  ------------------
  |  Branch (9684:9): [True: 99, False: 133]
  ------------------
 9685|    232|        PyUnicode_READ(kind_sub, data_sub, 0) &&
  ------------------
  |  |  354|    464|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    232|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    464|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    232|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    464|                   (index))
  ------------------
 9686|     99|        PyUnicode_READ(kind_self, data_self, offset + end_sub) ==
  ------------------
  |  |  354|     99|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     99|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     99|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     99|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     99|                   (index))
  ------------------
  |  Branch (9686:9): [True: 55, False: 44]
  ------------------
 9687|     99|        PyUnicode_READ(kind_sub, data_sub, end_sub)) {
  ------------------
  |  |  354|     99|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     99|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     99|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     99|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     99|                   (index))
  ------------------
 9688|       |        /* If both are of the same kind, memcmp is sufficient */
 9689|     55|        if (kind_self == kind_sub) {
  ------------------
  |  Branch (9689:13): [True: 55, False: 0]
  ------------------
 9690|     55|            return ! memcmp((char *)data_self +
 9691|     55|                                (offset * PyUnicode_KIND(substring)),
  ------------------
  |  |  258|     55|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    110|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 55, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9692|      0|                            data_sub,
 9693|     55|                            PyUnicode_GET_LENGTH(substring) *
  ------------------
  |  |  299|     55|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     55|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     55|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9694|     55|                                PyUnicode_KIND(substring));
  ------------------
  |  |  258|     55|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    110|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 55, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9695|     55|        }
 9696|       |        /* otherwise we have to compare each character by first accessing it */
 9697|      0|        else {
 9698|       |            /* We do not need to compare 0 and len(substring)-1 because
 9699|       |               the if statement above ensured already that they are equal
 9700|       |               when we end up here. */
 9701|      0|            for (i = 1; i < end_sub; ++i) {
  ------------------
  |  Branch (9701:25): [True: 0, False: 0]
  ------------------
 9702|      0|                if (PyUnicode_READ(kind_self, data_self, offset + i) !=
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
  |  Branch (9702:21): [True: 0, False: 0]
  ------------------
 9703|      0|                    PyUnicode_READ(kind_sub, data_sub, i))
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
 9704|      0|                    return 0;
 9705|      0|            }
 9706|      0|            return 1;
 9707|      0|        }
 9708|     55|    }
 9709|       |
 9710|    177|    return 0;
 9711|    232|}
unicodeobject.c:unicode_compare:
10901|  5.16k|{
10902|  5.16k|#define COMPARE(TYPE1, TYPE2) \
10903|  5.16k|    do { \
10904|  5.16k|        TYPE1* p1 = (TYPE1 *)data1; \
10905|  5.16k|        TYPE2* p2 = (TYPE2 *)data2; \
10906|  5.16k|        TYPE1* end = p1 + len; \
10907|  5.16k|        Py_UCS4 c1, c2; \
10908|  5.16k|        for (; p1 != end; p1++, p2++) { \
10909|  5.16k|            c1 = *p1; \
10910|  5.16k|            c2 = *p2; \
10911|  5.16k|            if (c1 != c2) \
10912|  5.16k|                return (c1 < c2) ? -1 : 1; \
10913|  5.16k|        } \
10914|  5.16k|    } \
10915|  5.16k|    while (0)
10916|       |
10917|  5.16k|    int kind1, kind2;
10918|  5.16k|    const void *data1, *data2;
10919|  5.16k|    Py_ssize_t len1, len2, len;
10920|       |
10921|  5.16k|    kind1 = PyUnicode_KIND(str1);
  ------------------
  |  |  258|  5.16k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  10.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 5.16k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10922|  5.16k|    kind2 = PyUnicode_KIND(str2);
  ------------------
  |  |  258|  5.16k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  10.3k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 5.16k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10923|  5.16k|    data1 = PyUnicode_DATA(str1);
  ------------------
  |  |  284|  5.16k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10924|  5.16k|    data2 = PyUnicode_DATA(str2);
  ------------------
  |  |  284|  5.16k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10925|  5.16k|    len1 = PyUnicode_GET_LENGTH(str1);
  ------------------
  |  |  299|  5.16k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10926|  5.16k|    len2 = PyUnicode_GET_LENGTH(str2);
  ------------------
  |  |  299|  5.16k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  5.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  5.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10927|  5.16k|    len = Py_MIN(len1, len2);
  ------------------
  |  |  112|  5.16k|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 2.62k, False: 2.54k]
  |  |  ------------------
  ------------------
10928|       |
10929|  5.16k|    switch(kind1) {
10930|  5.16k|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10930:5): [True: 5.16k, False: 0]
  ------------------
10931|  5.16k|    {
10932|  5.16k|        switch(kind2) {
10933|  5.16k|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10933:9): [True: 5.16k, False: 0]
  ------------------
10934|  5.16k|        {
10935|  5.16k|            int cmp = memcmp(data1, data2, len);
10936|       |            /* normalize result of memcmp() into the range [-1; 1] */
10937|  5.16k|            if (cmp < 0)
  ------------------
  |  Branch (10937:17): [True: 2.58k, False: 2.57k]
  ------------------
10938|  2.58k|                return -1;
10939|  2.57k|            if (cmp > 0)
  ------------------
  |  Branch (10939:17): [True: 2.49k, False: 85]
  ------------------
10940|  2.49k|                return 1;
10941|     85|            break;
10942|  2.57k|        }
10943|     85|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10943:9): [True: 0, False: 5.16k]
  ------------------
10944|      0|            COMPARE(Py_UCS1, Py_UCS2);
  ------------------
  |  |10903|      0|    do { \
  |  |10904|      0|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|      0|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|      0|        TYPE1* end = p1 + len; \
  |  |10907|      0|        Py_UCS4 c1, c2; \
  |  |10908|      0|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 0, False: 0]
  |  |  ------------------
  |  |10909|      0|            c1 = *p1; \
  |  |10910|      0|            c2 = *p2; \
  |  |10911|      0|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10912|      0|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 0, False: 0]
  |  |  ------------------
  |  |10913|      0|        } \
  |  |10914|      0|    } \
  |  |10915|      0|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 0]
  |  |  ------------------
  ------------------
10945|      0|            break;
10946|      0|        case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10946:9): [True: 0, False: 5.16k]
  ------------------
10947|      0|            COMPARE(Py_UCS1, Py_UCS4);
  ------------------
  |  |10903|      0|    do { \
  |  |10904|      0|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|      0|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|      0|        TYPE1* end = p1 + len; \
  |  |10907|      0|        Py_UCS4 c1, c2; \
  |  |10908|      0|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 0, False: 0]
  |  |  ------------------
  |  |10909|      0|            c1 = *p1; \
  |  |10910|      0|            c2 = *p2; \
  |  |10911|      0|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10912|      0|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 0, False: 0]
  |  |  ------------------
  |  |10913|      0|        } \
  |  |10914|      0|    } \
  |  |10915|      0|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 0]
  |  |  ------------------
  ------------------
10948|      0|            break;
10949|      0|        default:
  ------------------
  |  Branch (10949:9): [True: 0, False: 5.16k]
  ------------------
10950|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10951|  5.16k|        }
10952|     85|        break;
10953|  5.16k|    }
10954|     85|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10954:5): [True: 0, False: 5.16k]
  ------------------
10955|      0|    {
10956|      0|        switch(kind2) {
10957|      0|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10957:9): [True: 0, False: 0]
  ------------------
10958|      0|            COMPARE(Py_UCS2, Py_UCS1);
  ------------------
  |  |10903|      0|    do { \
  |  |10904|      0|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|      0|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|      0|        TYPE1* end = p1 + len; \
  |  |10907|      0|        Py_UCS4 c1, c2; \
  |  |10908|      0|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 0, False: 0]
  |  |  ------------------
  |  |10909|      0|            c1 = *p1; \
  |  |10910|      0|            c2 = *p2; \
  |  |10911|      0|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10912|      0|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 0, False: 0]
  |  |  ------------------
  |  |10913|      0|        } \
  |  |10914|      0|    } \
  |  |10915|      0|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 0]
  |  |  ------------------
  ------------------
10959|      0|            break;
10960|      0|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10960:9): [True: 0, False: 0]
  ------------------
10961|      0|        {
10962|      0|            COMPARE(Py_UCS2, Py_UCS2);
  ------------------
  |  |10903|      0|    do { \
  |  |10904|      0|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|      0|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|      0|        TYPE1* end = p1 + len; \
  |  |10907|      0|        Py_UCS4 c1, c2; \
  |  |10908|      0|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 0, False: 0]
  |  |  ------------------
  |  |10909|      0|            c1 = *p1; \
  |  |10910|      0|            c2 = *p2; \
  |  |10911|      0|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10912|      0|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 0, False: 0]
  |  |  ------------------
  |  |10913|      0|        } \
  |  |10914|      0|    } \
  |  |10915|      0|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 0]
  |  |  ------------------
  ------------------
10963|      0|            break;
10964|      0|        }
10965|      0|        case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10965:9): [True: 0, False: 0]
  ------------------
10966|      0|            COMPARE(Py_UCS2, Py_UCS4);
  ------------------
  |  |10903|      0|    do { \
  |  |10904|      0|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|      0|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|      0|        TYPE1* end = p1 + len; \
  |  |10907|      0|        Py_UCS4 c1, c2; \
  |  |10908|      0|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 0, False: 0]
  |  |  ------------------
  |  |10909|      0|            c1 = *p1; \
  |  |10910|      0|            c2 = *p2; \
  |  |10911|      0|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10912|      0|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 0, False: 0]
  |  |  ------------------
  |  |10913|      0|        } \
  |  |10914|      0|    } \
  |  |10915|      0|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 0]
  |  |  ------------------
  ------------------
10967|      0|            break;
10968|      0|        default:
  ------------------
  |  Branch (10968:9): [True: 0, False: 0]
  ------------------
10969|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10970|      0|        }
10971|      0|        break;
10972|      0|    }
10973|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10973:5): [True: 0, False: 5.16k]
  ------------------
10974|      0|    {
10975|      0|        switch(kind2) {
10976|      0|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10976:9): [True: 0, False: 0]
  ------------------
10977|      0|            COMPARE(Py_UCS4, Py_UCS1);
  ------------------
  |  |10903|      0|    do { \
  |  |10904|      0|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|      0|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|      0|        TYPE1* end = p1 + len; \
  |  |10907|      0|        Py_UCS4 c1, c2; \
  |  |10908|      0|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 0, False: 0]
  |  |  ------------------
  |  |10909|      0|            c1 = *p1; \
  |  |10910|      0|            c2 = *p2; \
  |  |10911|      0|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10912|      0|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 0, False: 0]
  |  |  ------------------
  |  |10913|      0|        } \
  |  |10914|      0|    } \
  |  |10915|      0|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 0]
  |  |  ------------------
  ------------------
10978|      0|            break;
10979|      0|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10979:9): [True: 0, False: 0]
  ------------------
10980|      0|            COMPARE(Py_UCS4, Py_UCS2);
  ------------------
  |  |10903|      0|    do { \
  |  |10904|      0|        TYPE1* p1 = (TYPE1 *)data1; \
  |  |10905|      0|        TYPE2* p2 = (TYPE2 *)data2; \
  |  |10906|      0|        TYPE1* end = p1 + len; \
  |  |10907|      0|        Py_UCS4 c1, c2; \
  |  |10908|      0|        for (; p1 != end; p1++, p2++) { \
  |  |  ------------------
  |  |  |  Branch (10908:16): [True: 0, False: 0]
  |  |  ------------------
  |  |10909|      0|            c1 = *p1; \
  |  |10910|      0|            c2 = *p2; \
  |  |10911|      0|            if (c1 != c2) \
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10912|      0|                return (c1 < c2) ? -1 : 1; \
  |  |  ------------------
  |  |  |  Branch (10912:24): [True: 0, False: 0]
  |  |  ------------------
  |  |10913|      0|        } \
  |  |10914|      0|    } \
  |  |10915|      0|    while (0)
  |  |  ------------------
  |  |  |  Branch (10915:12): [Folded, False: 0]
  |  |  ------------------
  ------------------
10981|      0|            break;
10982|      0|        case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10982:9): [True: 0, False: 0]
  ------------------
10983|      0|        {
10984|      0|#if defined(HAVE_WMEMCMP) && SIZEOF_WCHAR_T == 4
10985|      0|            int cmp = wmemcmp((wchar_t *)data1, (wchar_t *)data2, len);
10986|       |            /* normalize result of wmemcmp() into the range [-1; 1] */
10987|      0|            if (cmp < 0)
  ------------------
  |  Branch (10987:17): [True: 0, False: 0]
  ------------------
10988|      0|                return -1;
10989|      0|            if (cmp > 0)
  ------------------
  |  Branch (10989:17): [True: 0, False: 0]
  ------------------
10990|      0|                return 1;
10991|       |#else
10992|       |            COMPARE(Py_UCS4, Py_UCS4);
10993|       |#endif
10994|      0|            break;
10995|      0|        }
10996|      0|        default:
  ------------------
  |  Branch (10996:9): [True: 0, False: 0]
  ------------------
10997|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10998|      0|        }
10999|      0|        break;
11000|      0|    }
11001|      0|    default:
  ------------------
  |  Branch (11001:5): [True: 0, False: 5.16k]
  ------------------
11002|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
11003|  5.16k|    }
11004|       |
11005|     85|    if (len1 == len2)
  ------------------
  |  Branch (11005:9): [True: 13, False: 72]
  ------------------
11006|     13|        return 0;
11007|     72|    if (len1 < len2)
  ------------------
  |  Branch (11007:9): [True: 2, False: 70]
  ------------------
11008|      2|        return -1;
11009|     70|    else
11010|     70|        return 1;
11011|       |
11012|     72|#undef COMPARE
11013|     72|}
unicodeobject.c:make_bloom_mask:
  917|    325|{
  918|    325|#define BLOOM_UPDATE(TYPE, MASK, PTR, LEN)             \
  919|    325|    do {                                               \
  920|    325|        TYPE *data = (TYPE *)PTR;                      \
  921|    325|        TYPE *end = data + LEN;                        \
  922|    325|        Py_UCS4 ch;                                    \
  923|    325|        for (; data != end; data++) {                  \
  924|    325|            ch = *data;                                \
  925|    325|            MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \
  926|    325|        }                                              \
  927|    325|        break;                                         \
  928|    325|    } while (0)
  929|       |
  930|       |    /* calculate simple bloom-style bitmask for a given unicode string */
  931|       |
  932|    325|    BLOOM_MASK mask;
  ------------------
  |  |  905|    325|#define BLOOM_MASK unsigned long
  ------------------
  933|       |
  934|    325|    mask = 0;
  935|    325|    switch (kind) {
  936|    323|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (936:5): [True: 323, False: 2]
  ------------------
  937|    323|        BLOOM_UPDATE(Py_UCS1, mask, ptr, len);
  ------------------
  |  |  919|    323|    do {                                               \
  |  |  920|    323|        TYPE *data = (TYPE *)PTR;                      \
  |  |  921|    323|        TYPE *end = data + LEN;                        \
  |  |  922|    323|        Py_UCS4 ch;                                    \
  |  |  923|    646|        for (; data != end; data++) {                  \
  |  |  ------------------
  |  |  |  Branch (923:16): [True: 323, False: 323]
  |  |  ------------------
  |  |  924|    323|            ch = *data;                                \
  |  |  925|    323|            MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \
  |  |  ------------------
  |  |  |  |  898|    323|#define BLOOM_WIDTH 64
  |  |  ------------------
  |  |  926|    323|        }                                              \
  |  |  927|    323|        break;                                         \
  |  |  928|    323|    } while (0)
  |  |  ------------------
  |  |  |  Branch (928:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  938|    323|        break;
  939|      2|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (939:5): [True: 2, False: 323]
  ------------------
  940|      2|        BLOOM_UPDATE(Py_UCS2, mask, ptr, len);
  ------------------
  |  |  919|      2|    do {                                               \
  |  |  920|      2|        TYPE *data = (TYPE *)PTR;                      \
  |  |  921|      2|        TYPE *end = data + LEN;                        \
  |  |  922|      2|        Py_UCS4 ch;                                    \
  |  |  923|     18|        for (; data != end; data++) {                  \
  |  |  ------------------
  |  |  |  Branch (923:16): [True: 16, False: 2]
  |  |  ------------------
  |  |  924|     16|            ch = *data;                                \
  |  |  925|     16|            MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \
  |  |  ------------------
  |  |  |  |  898|     16|#define BLOOM_WIDTH 64
  |  |  ------------------
  |  |  926|     16|        }                                              \
  |  |  927|      2|        break;                                         \
  |  |  928|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (928:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  941|      2|        break;
  942|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (942:5): [True: 0, False: 325]
  ------------------
  943|      0|        BLOOM_UPDATE(Py_UCS4, mask, ptr, len);
  ------------------
  |  |  919|      0|    do {                                               \
  |  |  920|      0|        TYPE *data = (TYPE *)PTR;                      \
  |  |  921|      0|        TYPE *end = data + LEN;                        \
  |  |  922|      0|        Py_UCS4 ch;                                    \
  |  |  923|      0|        for (; data != end; data++) {                  \
  |  |  ------------------
  |  |  |  Branch (923:16): [True: 0, False: 0]
  |  |  ------------------
  |  |  924|      0|            ch = *data;                                \
  |  |  925|      0|            MASK |= (1UL << (ch & (BLOOM_WIDTH - 1))); \
  |  |  ------------------
  |  |  |  |  898|      0|#define BLOOM_WIDTH 64
  |  |  ------------------
  |  |  926|      0|        }                                              \
  |  |  927|      0|        break;                                         \
  |  |  928|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (928:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  944|      0|        break;
  945|      0|    default:
  ------------------
  |  Branch (945:5): [True: 0, False: 325]
  ------------------
  946|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  947|    325|    }
  948|    325|    return mask;
  949|       |
  950|    325|#undef BLOOM_UPDATE
  951|    325|}
unicodeobject.c:unicode_result_unchanged:
  751|    350|{
  752|    350|    if (PyUnicode_CheckExact(unicode)) {
  ------------------
  |  |  104|    350|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|    350|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 350, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  753|    350|        return Py_NewRef(unicode);
  ------------------
  |  |  550|    350|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  754|    350|    }
  755|      0|    else
  756|       |        /* Subtype -- return genuine unicode string with the same value. */
  757|      0|        return _PyUnicode_Copy(unicode);
  758|    350|}
unicodeobject.c:replace:
10518|     30|{
10519|     30|    PyObject *u;
10520|     30|    const char *sbuf = PyUnicode_DATA(self);
  ------------------
  |  |  284|     30|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10521|     30|    const void *buf1 = PyUnicode_DATA(str1);
  ------------------
  |  |  284|     30|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10522|     30|    const void *buf2 = PyUnicode_DATA(str2);
  ------------------
  |  |  284|     30|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10523|     30|    int srelease = 0, release1 = 0, release2 = 0;
10524|     30|    int skind = PyUnicode_KIND(self);
  ------------------
  |  |  258|     30|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     60|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 30, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10525|     30|    int kind1 = PyUnicode_KIND(str1);
  ------------------
  |  |  258|     30|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     60|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 30, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10526|     30|    int kind2 = PyUnicode_KIND(str2);
  ------------------
  |  |  258|     30|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     60|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 30, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10527|     30|    Py_ssize_t slen = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|     30|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10528|     30|    Py_ssize_t len1 = PyUnicode_GET_LENGTH(str1);
  ------------------
  |  |  299|     30|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10529|     30|    Py_ssize_t len2 = PyUnicode_GET_LENGTH(str2);
  ------------------
  |  |  299|     30|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10530|     30|    int mayshrink;
10531|     30|    Py_UCS4 maxchar, maxchar_str1, maxchar_str2;
10532|       |
10533|     30|    if (slen < len1)
  ------------------
  |  Branch (10533:9): [True: 0, False: 30]
  ------------------
10534|      0|        goto nothing;
10535|       |
10536|     30|    if (maxcount < 0)
  ------------------
  |  Branch (10536:9): [True: 30, False: 0]
  ------------------
10537|     30|        maxcount = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|     30|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
10538|      0|    else if (maxcount == 0)
  ------------------
  |  Branch (10538:14): [True: 0, False: 0]
  ------------------
10539|      0|        goto nothing;
10540|       |
10541|     30|    if (str1 == str2)
  ------------------
  |  Branch (10541:9): [True: 0, False: 30]
  ------------------
10542|      0|        goto nothing;
10543|       |
10544|     30|    maxchar = PyUnicode_MAX_CHAR_VALUE(self);
  ------------------
  |  |  405|     30|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10545|     30|    maxchar_str1 = PyUnicode_MAX_CHAR_VALUE(str1);
  ------------------
  |  |  405|     30|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10546|     30|    if (maxchar < maxchar_str1)
  ------------------
  |  Branch (10546:9): [True: 0, False: 30]
  ------------------
10547|       |        /* substring too wide to be present */
10548|      0|        goto nothing;
10549|     30|    maxchar_str2 = PyUnicode_MAX_CHAR_VALUE(str2);
  ------------------
  |  |  405|     30|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10550|       |    /* Replacing str1 with str2 may cause a maxchar reduction in the
10551|       |       result string. */
10552|     30|    mayshrink = (maxchar_str2 < maxchar_str1) && (maxchar == maxchar_str1);
  ------------------
  |  Branch (10552:17): [True: 0, False: 30]
  |  Branch (10552:50): [True: 0, False: 0]
  ------------------
10553|     30|    maxchar = Py_MAX(maxchar, maxchar_str2);
  ------------------
  |  |  115|     30|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 30]
  |  |  ------------------
  ------------------
10554|       |
10555|     30|    if (len1 == len2) {
  ------------------
  |  Branch (10555:9): [True: 30, False: 0]
  ------------------
10556|       |        /* same length */
10557|     30|        if (len1 == 0)
  ------------------
  |  Branch (10557:13): [True: 0, False: 30]
  ------------------
10558|      0|            goto nothing;
10559|     30|        if (len1 == 1) {
  ------------------
  |  Branch (10559:13): [True: 30, False: 0]
  ------------------
10560|       |            /* replace characters */
10561|     30|            Py_UCS4 u1, u2;
10562|     30|            Py_ssize_t pos;
10563|       |
10564|     30|            u1 = PyUnicode_READ(kind1, buf1, 0);
  ------------------
  |  |  354|     30|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     30|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     30|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     30|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     30|                   (index))
  ------------------
10565|     30|            pos = findchar(sbuf, skind, slen, u1, 1);
10566|     30|            if (pos < 0)
  ------------------
  |  Branch (10566:17): [True: 24, False: 6]
  ------------------
10567|     24|                goto nothing;
10568|      6|            u2 = PyUnicode_READ(kind2, buf2, 0);
  ------------------
  |  |  354|      6|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      6|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      6|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      6|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      6|                   (index))
  ------------------
10569|      6|            u = PyUnicode_New(slen, maxchar);
10570|      6|            if (!u)
  ------------------
  |  Branch (10570:17): [True: 0, False: 6]
  ------------------
10571|      0|                goto error;
10572|       |
10573|      6|            _PyUnicode_FastCopyCharacters(u, 0, self, 0, slen);
10574|      6|            replace_1char_inplace(u, pos, u1, u2, maxcount);
10575|      6|        }
10576|      0|        else {
10577|      0|            int rkind = skind;
10578|      0|            char *res;
10579|      0|            Py_ssize_t i;
10580|       |
10581|      0|            if (kind1 < rkind) {
  ------------------
  |  Branch (10581:17): [True: 0, False: 0]
  ------------------
10582|       |                /* widen substring */
10583|      0|                buf1 = unicode_askind(kind1, buf1, len1, rkind);
10584|      0|                if (!buf1) goto error;
  ------------------
  |  Branch (10584:21): [True: 0, False: 0]
  ------------------
10585|      0|                release1 = 1;
10586|      0|            }
10587|      0|            i = anylib_find(rkind, self, sbuf, slen, str1, buf1, len1, 0);
10588|      0|            if (i < 0)
  ------------------
  |  Branch (10588:17): [True: 0, False: 0]
  ------------------
10589|      0|                goto nothing;
10590|      0|            if (rkind > kind2) {
  ------------------
  |  Branch (10590:17): [True: 0, False: 0]
  ------------------
10591|       |                /* widen replacement */
10592|      0|                buf2 = unicode_askind(kind2, buf2, len2, rkind);
10593|      0|                if (!buf2) goto error;
  ------------------
  |  Branch (10593:21): [True: 0, False: 0]
  ------------------
10594|      0|                release2 = 1;
10595|      0|            }
10596|      0|            else if (rkind < kind2) {
  ------------------
  |  Branch (10596:22): [True: 0, False: 0]
  ------------------
10597|       |                /* widen self and buf1 */
10598|      0|                rkind = kind2;
10599|      0|                if (release1) {
  ------------------
  |  Branch (10599:21): [True: 0, False: 0]
  ------------------
10600|      0|                    assert(buf1 != PyUnicode_DATA(str1));
  ------------------
  |  Branch (10600:21): [True: 0, False: 0]
  ------------------
10601|      0|                    PyMem_Free((void *)buf1);
10602|      0|                    buf1 = PyUnicode_DATA(str1);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10603|      0|                    release1 = 0;
10604|      0|                }
10605|      0|                sbuf = unicode_askind(skind, sbuf, slen, rkind);
10606|      0|                if (!sbuf) goto error;
  ------------------
  |  Branch (10606:21): [True: 0, False: 0]
  ------------------
10607|      0|                srelease = 1;
10608|      0|                buf1 = unicode_askind(kind1, buf1, len1, rkind);
10609|      0|                if (!buf1) goto error;
  ------------------
  |  Branch (10609:21): [True: 0, False: 0]
  ------------------
10610|      0|                release1 = 1;
10611|      0|            }
10612|      0|            u = PyUnicode_New(slen, maxchar);
10613|      0|            if (!u)
  ------------------
  |  Branch (10613:17): [True: 0, False: 0]
  ------------------
10614|      0|                goto error;
10615|      0|            assert(PyUnicode_KIND(u) == rkind);
  ------------------
  |  Branch (10615:13): [True: 0, False: 0]
  |  Branch (10615:13): [True: 0, False: 0]
  ------------------
10616|      0|            res = PyUnicode_DATA(u);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10617|       |
10618|      0|            memcpy(res, sbuf, rkind * slen);
10619|       |            /* change everything in-place, starting with this one */
10620|      0|            memcpy(res + rkind * i,
10621|      0|                   buf2,
10622|      0|                   rkind * len2);
10623|      0|            i += len1;
10624|       |
10625|      0|            while ( --maxcount > 0) {
  ------------------
  |  Branch (10625:21): [True: 0, False: 0]
  ------------------
10626|      0|                i = anylib_find(rkind, self,
10627|      0|                                sbuf+rkind*i, slen-i,
10628|      0|                                str1, buf1, len1, i);
10629|      0|                if (i == -1)
  ------------------
  |  Branch (10629:21): [True: 0, False: 0]
  ------------------
10630|      0|                    break;
10631|      0|                memcpy(res + rkind * i,
10632|      0|                       buf2,
10633|      0|                       rkind * len2);
10634|      0|                i += len1;
10635|      0|            }
10636|      0|        }
10637|     30|    }
10638|      0|    else {
10639|      0|        Py_ssize_t n, i, j, ires;
10640|      0|        Py_ssize_t new_size;
10641|      0|        int rkind = skind;
10642|      0|        char *res;
10643|       |
10644|      0|        if (kind1 < rkind) {
  ------------------
  |  Branch (10644:13): [True: 0, False: 0]
  ------------------
10645|       |            /* widen substring */
10646|      0|            buf1 = unicode_askind(kind1, buf1, len1, rkind);
10647|      0|            if (!buf1) goto error;
  ------------------
  |  Branch (10647:17): [True: 0, False: 0]
  ------------------
10648|      0|            release1 = 1;
10649|      0|        }
10650|      0|        n = anylib_count(rkind, self, sbuf, slen, str1, buf1, len1, maxcount);
10651|      0|        if (n == 0)
  ------------------
  |  Branch (10651:13): [True: 0, False: 0]
  ------------------
10652|      0|            goto nothing;
10653|      0|        if (kind2 < rkind) {
  ------------------
  |  Branch (10653:13): [True: 0, False: 0]
  ------------------
10654|       |            /* widen replacement */
10655|      0|            buf2 = unicode_askind(kind2, buf2, len2, rkind);
10656|      0|            if (!buf2) goto error;
  ------------------
  |  Branch (10656:17): [True: 0, False: 0]
  ------------------
10657|      0|            release2 = 1;
10658|      0|        }
10659|      0|        else if (kind2 > rkind) {
  ------------------
  |  Branch (10659:18): [True: 0, False: 0]
  ------------------
10660|       |            /* widen self and buf1 */
10661|      0|            rkind = kind2;
10662|      0|            sbuf = unicode_askind(skind, sbuf, slen, rkind);
10663|      0|            if (!sbuf) goto error;
  ------------------
  |  Branch (10663:17): [True: 0, False: 0]
  ------------------
10664|      0|            srelease = 1;
10665|      0|            if (release1) {
  ------------------
  |  Branch (10665:17): [True: 0, False: 0]
  ------------------
10666|      0|                assert(buf1 != PyUnicode_DATA(str1));
  ------------------
  |  Branch (10666:17): [True: 0, False: 0]
  ------------------
10667|      0|                PyMem_Free((void *)buf1);
10668|      0|                buf1 = PyUnicode_DATA(str1);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10669|      0|                release1 = 0;
10670|      0|            }
10671|      0|            buf1 = unicode_askind(kind1, buf1, len1, rkind);
10672|      0|            if (!buf1) goto error;
  ------------------
  |  Branch (10672:17): [True: 0, False: 0]
  ------------------
10673|      0|            release1 = 1;
10674|      0|        }
10675|       |        /* new_size = PyUnicode_GET_LENGTH(self) + n * (PyUnicode_GET_LENGTH(str2) -
10676|       |           PyUnicode_GET_LENGTH(str1)); */
10677|      0|        if (len1 < len2 && len2 - len1 > (PY_SSIZE_T_MAX - slen) / n) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (10677:13): [True: 0, False: 0]
  |  Branch (10677:28): [True: 0, False: 0]
  ------------------
10678|      0|                PyErr_SetString(PyExc_OverflowError,
10679|      0|                                "replace string is too long");
10680|      0|                goto error;
10681|      0|        }
10682|      0|        new_size = slen + n * (len2 - len1);
10683|      0|        if (new_size == 0) {
  ------------------
  |  Branch (10683:13): [True: 0, False: 0]
  ------------------
10684|      0|            u = _PyUnicode_GetEmpty();
10685|      0|            goto done;
10686|      0|        }
10687|      0|        if (new_size > (PY_SSIZE_T_MAX / rkind)) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (10687:13): [True: 0, False: 0]
  ------------------
10688|      0|            PyErr_SetString(PyExc_OverflowError,
10689|      0|                            "replace string is too long");
10690|      0|            goto error;
10691|      0|        }
10692|      0|        u = PyUnicode_New(new_size, maxchar);
10693|      0|        if (!u)
  ------------------
  |  Branch (10693:13): [True: 0, False: 0]
  ------------------
10694|      0|            goto error;
10695|      0|        assert(PyUnicode_KIND(u) == rkind);
  ------------------
  |  Branch (10695:9): [True: 0, False: 0]
  |  Branch (10695:9): [True: 0, False: 0]
  ------------------
10696|      0|        res = PyUnicode_DATA(u);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10697|      0|        ires = i = 0;
10698|      0|        if (len1 > 0) {
  ------------------
  |  Branch (10698:13): [True: 0, False: 0]
  ------------------
10699|      0|            while (n-- > 0) {
  ------------------
  |  Branch (10699:20): [True: 0, False: 0]
  ------------------
10700|       |                /* look for next match */
10701|      0|                j = anylib_find(rkind, self,
10702|      0|                                sbuf + rkind * i, slen-i,
10703|      0|                                str1, buf1, len1, i);
10704|      0|                if (j == -1)
  ------------------
  |  Branch (10704:21): [True: 0, False: 0]
  ------------------
10705|      0|                    break;
10706|      0|                else if (j > i) {
  ------------------
  |  Branch (10706:26): [True: 0, False: 0]
  ------------------
10707|       |                    /* copy unchanged part [i:j] */
10708|      0|                    memcpy(res + rkind * ires,
10709|      0|                           sbuf + rkind * i,
10710|      0|                           rkind * (j-i));
10711|      0|                    ires += j - i;
10712|      0|                }
10713|       |                /* copy substitution string */
10714|      0|                if (len2 > 0) {
  ------------------
  |  Branch (10714:21): [True: 0, False: 0]
  ------------------
10715|      0|                    memcpy(res + rkind * ires,
10716|      0|                           buf2,
10717|      0|                           rkind * len2);
10718|      0|                    ires += len2;
10719|      0|                }
10720|      0|                i = j + len1;
10721|      0|            }
10722|      0|            if (i < slen)
  ------------------
  |  Branch (10722:17): [True: 0, False: 0]
  ------------------
10723|       |                /* copy tail [i:] */
10724|      0|                memcpy(res + rkind * ires,
10725|      0|                       sbuf + rkind * i,
10726|      0|                       rkind * (slen-i));
10727|      0|        }
10728|      0|        else {
10729|       |            /* interleave */
10730|      0|            while (n > 0) {
  ------------------
  |  Branch (10730:20): [True: 0, False: 0]
  ------------------
10731|      0|                memcpy(res + rkind * ires,
10732|      0|                       buf2,
10733|      0|                       rkind * len2);
10734|      0|                ires += len2;
10735|      0|                if (--n <= 0)
  ------------------
  |  Branch (10735:21): [True: 0, False: 0]
  ------------------
10736|      0|                    break;
10737|      0|                memcpy(res + rkind * ires,
10738|      0|                       sbuf + rkind * i,
10739|      0|                       rkind);
10740|      0|                ires++;
10741|      0|                i++;
10742|      0|            }
10743|      0|            memcpy(res + rkind * ires,
10744|      0|                   sbuf + rkind * i,
10745|      0|                   rkind * (slen-i));
10746|      0|        }
10747|      0|    }
10748|       |
10749|      6|    if (mayshrink) {
  ------------------
  |  Branch (10749:9): [True: 0, False: 6]
  ------------------
10750|      0|        unicode_adjust_maxchar(&u);
10751|      0|        if (u == NULL)
  ------------------
  |  Branch (10751:13): [True: 0, False: 0]
  ------------------
10752|      0|            goto error;
10753|      0|    }
10754|       |
10755|      6|  done:
10756|      6|    assert(srelease == (sbuf != PyUnicode_DATA(self)));
  ------------------
  |  Branch (10756:5): [True: 6, False: 0]
  ------------------
10757|      6|    assert(release1 == (buf1 != PyUnicode_DATA(str1)));
  ------------------
  |  Branch (10757:5): [True: 6, False: 0]
  ------------------
10758|      6|    assert(release2 == (buf2 != PyUnicode_DATA(str2)));
  ------------------
  |  Branch (10758:5): [True: 6, False: 0]
  ------------------
10759|      6|    if (srelease)
  ------------------
  |  Branch (10759:9): [True: 0, False: 6]
  ------------------
10760|      0|        PyMem_Free((void *)sbuf);
10761|      6|    if (release1)
  ------------------
  |  Branch (10761:9): [True: 0, False: 6]
  ------------------
10762|      0|        PyMem_Free((void *)buf1);
10763|      6|    if (release2)
  ------------------
  |  Branch (10763:9): [True: 0, False: 6]
  ------------------
10764|      0|        PyMem_Free((void *)buf2);
10765|      6|    assert(_PyUnicode_CheckConsistency(u, 1));
  ------------------
  |  Branch (10765:5): [True: 6, False: 0]
  ------------------
10766|      6|    return u;
10767|       |
10768|     24|  nothing:
10769|       |    /* nothing to replace; return original string (when possible) */
10770|     24|    assert(srelease == (sbuf != PyUnicode_DATA(self)));
  ------------------
  |  Branch (10770:5): [True: 24, False: 0]
  ------------------
10771|     24|    assert(release1 == (buf1 != PyUnicode_DATA(str1)));
  ------------------
  |  Branch (10771:5): [True: 24, False: 0]
  ------------------
10772|     24|    assert(release2 == (buf2 != PyUnicode_DATA(str2)));
  ------------------
  |  Branch (10772:5): [True: 24, False: 0]
  ------------------
10773|     24|    if (srelease)
  ------------------
  |  Branch (10773:9): [True: 0, False: 24]
  ------------------
10774|      0|        PyMem_Free((void *)sbuf);
10775|     24|    if (release1)
  ------------------
  |  Branch (10775:9): [True: 0, False: 24]
  ------------------
10776|      0|        PyMem_Free((void *)buf1);
10777|     24|    if (release2)
  ------------------
  |  Branch (10777:9): [True: 0, False: 24]
  ------------------
10778|      0|        PyMem_Free((void *)buf2);
10779|     24|    return unicode_result_unchanged(self);
10780|       |
10781|      0|  error:
10782|      0|    assert(srelease == (sbuf != PyUnicode_DATA(self)));
  ------------------
  |  Branch (10782:5): [True: 0, False: 0]
  ------------------
10783|      0|    assert(release1 == (buf1 != PyUnicode_DATA(str1)));
  ------------------
  |  Branch (10783:5): [True: 0, False: 0]
  ------------------
10784|      0|    assert(release2 == (buf2 != PyUnicode_DATA(str2)));
  ------------------
  |  Branch (10784:5): [True: 0, False: 0]
  ------------------
10785|      0|    if (srelease)
  ------------------
  |  Branch (10785:9): [True: 0, False: 0]
  ------------------
10786|      0|        PyMem_Free((void *)sbuf);
10787|      0|    if (release1)
  ------------------
  |  Branch (10787:9): [True: 0, False: 0]
  ------------------
10788|      0|        PyMem_Free((void *)buf1);
10789|      0|    if (release2)
  ------------------
  |  Branch (10789:9): [True: 0, False: 0]
  ------------------
10790|      0|        PyMem_Free((void *)buf2);
10791|       |    return NULL;
10792|      0|}
unicodeobject.c:replace_1char_inplace:
10493|      6|{
10494|      6|    int kind = PyUnicode_KIND(u);
  ------------------
  |  |  258|      6|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     12|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 6, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10495|      6|    void *data = PyUnicode_DATA(u);
  ------------------
  |  |  284|      6|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10496|      6|    Py_ssize_t len = PyUnicode_GET_LENGTH(u);
  ------------------
  |  |  299|      6|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10497|      6|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (10497:9): [True: 6, False: 0]
  ------------------
10498|      6|        ucs1lib_replace_1char_inplace((Py_UCS1 *)data + pos,
10499|      6|                                      (Py_UCS1 *)data + len,
10500|      6|                                      u1, u2, maxcount);
10501|      6|    }
10502|      0|    else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (10502:14): [True: 0, False: 0]
  ------------------
10503|      0|        ucs2lib_replace_1char_inplace((Py_UCS2 *)data + pos,
10504|      0|                                      (Py_UCS2 *)data + len,
10505|      0|                                      u1, u2, maxcount);
10506|      0|    }
10507|      0|    else {
10508|      0|        assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (10508:9): [True: 0, False: 0]
  ------------------
10509|      0|        ucs4lib_replace_1char_inplace((Py_UCS4 *)data + pos,
10510|      0|                                      (Py_UCS4 *)data + len,
10511|      0|                                      u1, u2, maxcount);
10512|      0|    }
10513|      6|}
unicodeobject.c:split:
10277|      8|{
10278|      8|    int kind1, kind2;
10279|      8|    const void *buf1, *buf2;
10280|      8|    Py_ssize_t len1, len2;
10281|      8|    PyObject* out;
10282|      8|    len1 = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|      8|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10283|      8|    kind1 = PyUnicode_KIND(self);
  ------------------
  |  |  258|      8|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     16|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10284|       |
10285|      8|    if (substring == NULL) {
  ------------------
  |  Branch (10285:9): [True: 0, False: 8]
  ------------------
10286|      0|        if (maxcount < 0) {
  ------------------
  |  Branch (10286:13): [True: 0, False: 0]
  ------------------
10287|      0|            maxcount = (len1 - 1) / 2 + 1;
10288|      0|        }
10289|      0|        switch (kind1) {
10290|      0|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10290:9): [True: 0, False: 0]
  ------------------
10291|      0|            if (PyUnicode_IS_ASCII(self))
  ------------------
  |  |  227|      0|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
10292|      0|                return asciilib_split_whitespace(
10293|      0|                    self,  PyUnicode_1BYTE_DATA(self),
  ------------------
  |  |  291|      0|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
10294|      0|                    len1, maxcount
10295|      0|                    );
10296|      0|            else
10297|      0|                return ucs1lib_split_whitespace(
10298|      0|                    self,  PyUnicode_1BYTE_DATA(self),
  ------------------
  |  |  291|      0|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
10299|      0|                    len1, maxcount
10300|      0|                    );
10301|      0|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10301:9): [True: 0, False: 0]
  ------------------
10302|      0|            return ucs2lib_split_whitespace(
10303|      0|                self,  PyUnicode_2BYTE_DATA(self),
  ------------------
  |  |  292|      0|#define PyUnicode_2BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS2*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
10304|      0|                len1, maxcount
10305|      0|                );
10306|      0|        case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10306:9): [True: 0, False: 0]
  ------------------
10307|      0|            return ucs4lib_split_whitespace(
10308|      0|                self,  PyUnicode_4BYTE_DATA(self),
  ------------------
  |  |  293|      0|#define PyUnicode_4BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS4*, PyUnicode_DATA(op))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
10309|      0|                len1, maxcount
10310|      0|                );
10311|      0|        default:
  ------------------
  |  Branch (10311:9): [True: 0, False: 0]
  ------------------
10312|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
10313|      0|        }
10314|      0|    }
10315|       |
10316|      8|    kind2 = PyUnicode_KIND(substring);
  ------------------
  |  |  258|      8|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     16|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10317|      8|    len2 = PyUnicode_GET_LENGTH(substring);
  ------------------
  |  |  299|      8|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10318|      8|    if (maxcount < 0) {
  ------------------
  |  Branch (10318:9): [True: 8, False: 0]
  ------------------
10319|       |        // if len2 == 0, it will raise ValueError.
10320|      8|        maxcount = len2 == 0 ? 0 : (len1 / len2) + 1;
  ------------------
  |  Branch (10320:20): [True: 0, False: 8]
  ------------------
10321|       |        // handle expected overflow case: (Py_SSIZE_T_MAX / 1) + 1
10322|      8|        maxcount = maxcount < 0 ? len1 : maxcount;
  ------------------
  |  Branch (10322:20): [True: 0, False: 8]
  ------------------
10323|      8|    }
10324|      8|    if (kind1 < kind2 || len1 < len2) {
  ------------------
  |  Branch (10324:9): [True: 0, False: 8]
  |  Branch (10324:26): [True: 0, False: 8]
  ------------------
10325|      0|        out = PyList_New(1);
10326|      0|        if (out == NULL)
  ------------------
  |  Branch (10326:13): [True: 0, False: 0]
  ------------------
10327|      0|            return NULL;
10328|      0|        PyList_SET_ITEM(out, 0, Py_NewRef(self));
  ------------------
  |  |   50|      0|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10329|      0|        return out;
10330|      0|    }
10331|      8|    buf1 = PyUnicode_DATA(self);
  ------------------
  |  |  284|      8|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10332|      8|    buf2 = PyUnicode_DATA(substring);
  ------------------
  |  |  284|      8|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
10333|      8|    if (kind2 != kind1) {
  ------------------
  |  Branch (10333:9): [True: 0, False: 8]
  ------------------
10334|      0|        buf2 = unicode_askind(kind2, buf2, len2, kind1);
10335|      0|        if (!buf2)
  ------------------
  |  Branch (10335:13): [True: 0, False: 0]
  ------------------
10336|      0|            return NULL;
10337|      0|    }
10338|       |
10339|      8|    switch (kind1) {
10340|      8|    case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (10340:5): [True: 8, False: 0]
  ------------------
10341|      8|        if (PyUnicode_IS_ASCII(self) && PyUnicode_IS_ASCII(substring))
  ------------------
  |  |  227|     16|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 8, False: 0]
  |  |  ------------------
  ------------------
                      if (PyUnicode_IS_ASCII(self) && PyUnicode_IS_ASCII(substring))
  ------------------
  |  |  227|      8|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 8, False: 0]
  |  |  ------------------
  ------------------
10342|      8|            out = asciilib_split(
10343|      8|                self,  buf1, len1, buf2, len2, maxcount);
10344|      0|        else
10345|      0|            out = ucs1lib_split(
10346|      0|                self,  buf1, len1, buf2, len2, maxcount);
10347|      8|        break;
10348|      0|    case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (10348:5): [True: 0, False: 8]
  ------------------
10349|      0|        out = ucs2lib_split(
10350|      0|            self,  buf1, len1, buf2, len2, maxcount);
10351|      0|        break;
10352|      0|    case PyUnicode_4BYTE_KIND:
  ------------------
  |  Branch (10352:5): [True: 0, False: 8]
  ------------------
10353|      0|        out = ucs4lib_split(
10354|      0|            self,  buf1, len1, buf2, len2, maxcount);
10355|      0|        break;
10356|      0|    default:
  ------------------
  |  Branch (10356:5): [True: 0, False: 8]
  ------------------
10357|      0|        out = NULL;
10358|      8|    }
10359|      8|    assert((kind2 != kind1) == (buf2 != PyUnicode_DATA(substring)));
  ------------------
  |  Branch (10359:5): [True: 8, False: 0]
  ------------------
10360|      8|    if (kind2 != kind1)
  ------------------
  |  Branch (10360:9): [True: 0, False: 8]
  ------------------
10361|      0|        PyMem_Free((void *)buf2);
10362|      8|    return out;
10363|      8|}
unicodeobject.c:unicode_dealloc:
 1627|  11.6k|{
 1628|       |#ifdef Py_DEBUG
 1629|       |    if (!unicode_is_finalizing() && unicode_is_singleton(unicode)) {
 1630|       |        _Py_FatalRefcountError("deallocating an Unicode singleton");
 1631|       |    }
 1632|       |#endif
 1633|  23.3k|    if (_PyUnicode_STATE(unicode).statically_allocated) {
  ------------------
  |  |  153|  11.6k|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  11.6k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  11.6k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1633:9): [True: 11.6k, False: 0]
  |  Branch (1633:9): [True: 0, False: 11.6k]
  ------------------
 1634|       |        /* This should never get called, but we also don't want to SEGV if
 1635|       |        * we accidentally decref an immortal string out of existence. Since
 1636|       |        * the string is an immortal object, just re-set the reference count.
 1637|       |        */
 1638|       |#ifdef Py_DEBUG
 1639|       |        Py_UNREACHABLE();
 1640|       |#endif
 1641|      0|        _Py_SetImmortal(unicode);
 1642|      0|        return;
 1643|      0|    }
 1644|  11.6k|    switch (_PyUnicode_STATE(unicode).interned) {
  ------------------
  |  |  153|  11.6k|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  11.6k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  11.6k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1644:13): [True: 11.6k, False: 0]
  ------------------
 1645|  11.6k|        case SSTATE_NOT_INTERNED:
  ------------------
  |  |  201|  11.6k|#define SSTATE_NOT_INTERNED 0
  ------------------
  |  Branch (1645:9): [True: 11.6k, False: 2]
  ------------------
 1646|  11.6k|            break;
 1647|      2|        case SSTATE_INTERNED_MORTAL:
  ------------------
  |  |  202|      2|#define SSTATE_INTERNED_MORTAL 1
  ------------------
  |  Branch (1647:9): [True: 2, False: 11.6k]
  ------------------
 1648|       |            /* Remove the object from the intern dict.
 1649|       |             * Before doing so, we set the refcount to 2: the key and value
 1650|       |             * in the interned_dict.
 1651|       |             */
 1652|      2|            assert(Py_REFCNT(unicode) == 0);
  ------------------
  |  Branch (1652:13): [True: 2, False: 0]
  ------------------
 1653|      2|            Py_SET_REFCNT(unicode, 2);
  ------------------
  |  |  201|      2|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1654|       |#ifdef Py_REF_DEBUG
 1655|       |            /* let's be pedantic with the ref total */
 1656|       |            _Py_IncRefTotal(_PyThreadState_GET());
 1657|       |            _Py_IncRefTotal(_PyThreadState_GET());
 1658|       |#endif
 1659|      2|            PyInterpreterState *interp = _PyInterpreterState_GET();
 1660|      2|            PyObject *interned = get_interned_dict(interp);
 1661|      2|            assert(interned != NULL);
  ------------------
  |  Branch (1661:13): [True: 2, False: 0]
  ------------------
 1662|      2|            PyObject *popped;
 1663|      2|            int r = PyDict_Pop(interned, unicode, &popped);
 1664|      2|            if (r == -1) {
  ------------------
  |  Branch (1664:17): [True: 0, False: 2]
  ------------------
 1665|      0|                PyErr_FormatUnraisable("Exception ignored while "
 1666|      0|                                       "removing an interned string %R",
 1667|      0|                                       unicode);
 1668|       |                // We don't know what happened to the string. It's probably
 1669|       |                // best to leak it:
 1670|       |                // - if it was popped, there are no more references to it
 1671|       |                //   so it can't cause trouble (except wasted memory)
 1672|       |                // - if it wasn't popped, it'll remain interned
 1673|      0|                _Py_SetImmortal(unicode);
 1674|      0|                _PyUnicode_STATE(unicode).interned = SSTATE_INTERNED_IMMORTAL;
  ------------------
  |  |  153|      0|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|      0|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      0|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              _PyUnicode_STATE(unicode).interned = SSTATE_INTERNED_IMMORTAL;
  ------------------
  |  |  203|      0|#define SSTATE_INTERNED_IMMORTAL 2
  ------------------
  |  Branch (1674:17): [True: 0, False: 0]
  ------------------
 1675|      0|                return;
 1676|      0|            }
 1677|      2|            if (r == 0) {
  ------------------
  |  Branch (1677:17): [True: 0, False: 2]
  ------------------
 1678|       |                // The interned string was not found in the interned_dict.
 1679|       |#ifdef Py_DEBUG
 1680|       |                Py_UNREACHABLE();
 1681|       |#endif
 1682|      0|                _Py_SetImmortal(unicode);
 1683|      0|                return;
 1684|      0|            }
 1685|       |            // Successfully popped.
 1686|      2|            assert(popped == unicode);
  ------------------
  |  Branch (1686:13): [True: 2, False: 0]
  ------------------
 1687|       |            // Only our `popped` reference should be left; remove it too.
 1688|      2|            assert(Py_REFCNT(unicode) == 1);
  ------------------
  |  Branch (1688:13): [True: 2, False: 0]
  ------------------
 1689|      2|            Py_SET_REFCNT(unicode, 0);
  ------------------
  |  |  201|      2|#  define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), (refcnt))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1690|       |#ifdef Py_REF_DEBUG
 1691|       |            /* let's be pedantic with the ref total */
 1692|       |            _Py_DecRefTotal(_PyThreadState_GET());
 1693|       |#endif
 1694|      2|            break;
 1695|      0|        default:
  ------------------
  |  Branch (1695:9): [True: 0, False: 11.6k]
  ------------------
 1696|       |            // As with `statically_allocated` above.
 1697|       |#ifdef Py_REF_DEBUG
 1698|       |            Py_UNREACHABLE();
 1699|       |#endif
 1700|      0|            _Py_SetImmortal(unicode);
 1701|      0|            return;
 1702|  11.6k|    }
 1703|  11.6k|    if (_PyUnicode_HAS_UTF8_MEMORY(unicode)) {
  ------------------
  |  Branch (1703:9): [True: 0, False: 11.6k]
  ------------------
 1704|      0|        PyMem_Free(_PyUnicode_UTF8(unicode));
 1705|      0|    }
 1706|  11.6k|    if (!PyUnicode_IS_COMPACT(unicode) && _PyUnicode_DATA_ANY(unicode)) {
  ------------------
  |  |  234|  23.3k|#define PyUnicode_IS_COMPACT(op) PyUnicode_IS_COMPACT(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  11.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (!PyUnicode_IS_COMPACT(unicode) && _PyUnicode_DATA_ANY(unicode)) {
  ------------------
  |  |  165|      0|    (_PyUnicodeObject_CAST(op)->data.any)
  |  |  ------------------
  |  |  |  |  192|      0|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  193|      0|     _Py_CAST(PyUnicodeObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (165:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1706:9): [True: 0, False: 11.6k]
  |  Branch (1706:43): [True: 0, False: 0]
  ------------------
 1707|      0|        PyMem_Free(_PyUnicode_DATA_ANY(unicode));
  ------------------
  |  |  165|      0|    (_PyUnicodeObject_CAST(op)->data.any)
  |  |  ------------------
  |  |  |  |  192|      0|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  193|      0|     _Py_CAST(PyUnicodeObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1707:20): [True: 0, False: 0]
  ------------------
 1708|      0|    }
 1709|       |
 1710|  11.6k|    Py_TYPE(unicode)->tp_free(unicode);
  ------------------
  |  |  213|  11.6k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  11.6k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  11.6k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1711|  11.6k|}
unicodeobject.c:unicode_repr:
12653|     10|{
12654|     10|    Py_ssize_t isize = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|     10|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12655|     10|    const void *idata = PyUnicode_DATA(unicode);
  ------------------
  |  |  284|     10|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12656|       |
12657|       |    /* Compute length of output, quote characters, and
12658|       |       maximum character */
12659|     10|    Py_ssize_t osize = 0;
12660|     10|    Py_UCS4 maxch = 127;
12661|     10|    Py_ssize_t squote = 0;
12662|     10|    Py_ssize_t dquote = 0;
12663|     10|    int ikind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|     10|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     20|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12664|    232|    for (Py_ssize_t i = 0; i < isize; i++) {
  ------------------
  |  Branch (12664:28): [True: 222, False: 10]
  ------------------
12665|    222|        Py_UCS4 ch = PyUnicode_READ(ikind, idata, i);
  ------------------
  |  |  354|    222|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    222|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    222|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    222|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    222|                   (index))
  ------------------
12666|    222|        Py_ssize_t incr = 1;
12667|    222|        switch (ch) {
12668|      0|        case '\'': squote++; break;
  ------------------
  |  Branch (12668:9): [True: 0, False: 222]
  ------------------
12669|      0|        case '"':  dquote++; break;
  ------------------
  |  Branch (12669:9): [True: 0, False: 222]
  ------------------
12670|      0|        case '\\': case '\t': case '\r': case '\n':
  ------------------
  |  Branch (12670:9): [True: 0, False: 222]
  |  Branch (12670:20): [True: 0, False: 222]
  |  Branch (12670:31): [True: 0, False: 222]
  |  Branch (12670:42): [True: 0, False: 222]
  ------------------
12671|      0|            incr = 2;
12672|      0|            break;
12673|    222|        default:
  ------------------
  |  Branch (12673:9): [True: 222, False: 0]
  ------------------
12674|       |            /* Fast-path ASCII */
12675|    222|            if (ch < ' ' || ch == 0x7f)
  ------------------
  |  Branch (12675:17): [True: 0, False: 222]
  |  Branch (12675:29): [True: 0, False: 222]
  ------------------
12676|      0|                incr = 4; /* \xHH */
12677|    222|            else if (ch < 0x7f)
  ------------------
  |  Branch (12677:22): [True: 222, False: 0]
  ------------------
12678|    222|                ;
12679|      0|            else if (Py_UNICODE_ISPRINTABLE(ch))
  ------------------
  |  |  761|      0|#define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)
  |  |  ------------------
  |  |  |  Branch (761:36): [True: 0, False: 0]
  |  |  ------------------
  ------------------
12680|      0|                maxch = (ch > maxch) ? ch : maxch;
  ------------------
  |  Branch (12680:25): [True: 0, False: 0]
  ------------------
12681|      0|            else if (ch < 0x100)
  ------------------
  |  Branch (12681:22): [True: 0, False: 0]
  ------------------
12682|      0|                incr = 4; /* \xHH */
12683|      0|            else if (ch < 0x10000)
  ------------------
  |  Branch (12683:22): [True: 0, False: 0]
  ------------------
12684|      0|                incr = 6; /* \uHHHH */
12685|      0|            else
12686|      0|                incr = 10; /* \uHHHHHHHH */
12687|    222|        }
12688|    222|        if (osize > PY_SSIZE_T_MAX - incr) {
  ------------------
  |  |  137|    222|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (12688:13): [True: 0, False: 222]
  ------------------
12689|      0|            PyErr_SetString(PyExc_OverflowError,
12690|      0|                            "string is too long to generate repr");
12691|      0|            return NULL;
12692|      0|        }
12693|    222|        osize += incr;
12694|    222|    }
12695|       |
12696|     10|    Py_UCS4 quote = '\'';
12697|     10|    int changed = (osize != isize);
12698|     10|    if (squote) {
  ------------------
  |  Branch (12698:9): [True: 0, False: 10]
  ------------------
12699|      0|        changed = 1;
12700|      0|        if (dquote)
  ------------------
  |  Branch (12700:13): [True: 0, False: 0]
  ------------------
12701|       |            /* Both squote and dquote present. Use squote,
12702|       |               and escape them */
12703|      0|            osize += squote;
12704|      0|        else
12705|      0|            quote = '"';
12706|      0|    }
12707|     10|    osize += 2;   /* quotes */
12708|       |
12709|     10|    PyObject *repr = PyUnicode_New(osize, maxch);
12710|     10|    if (repr == NULL)
  ------------------
  |  Branch (12710:9): [True: 0, False: 10]
  ------------------
12711|      0|        return NULL;
12712|     10|    int okind = PyUnicode_KIND(repr);
  ------------------
  |  |  258|     10|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     20|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12713|     10|    void *odata = PyUnicode_DATA(repr);
  ------------------
  |  |  284|     10|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12714|       |
12715|     10|    if (!changed) {
  ------------------
  |  Branch (12715:9): [True: 10, False: 0]
  ------------------
12716|     10|        PyUnicode_WRITE(okind, odata, 0, quote);
  ------------------
  |  |  335|     10|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|     10|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|     10|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|     10|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12717|       |
12718|     10|        _PyUnicode_FastCopyCharacters(repr, 1,
12719|     10|                                      unicode, 0,
12720|     10|                                      isize);
12721|       |
12722|     10|        PyUnicode_WRITE(okind, odata, osize-1, quote);
  ------------------
  |  |  335|     10|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|     10|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|     10|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|     10|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
12723|     10|    }
12724|      0|    else {
12725|      0|        switch (okind) {
12726|      0|        case PyUnicode_1BYTE_KIND:
  ------------------
  |  Branch (12726:9): [True: 0, False: 0]
  ------------------
12727|      0|            ucs1lib_repr(unicode, quote, odata);
12728|      0|            break;
12729|      0|        case PyUnicode_2BYTE_KIND:
  ------------------
  |  Branch (12729:9): [True: 0, False: 0]
  ------------------
12730|      0|            ucs2lib_repr(unicode, quote, odata);
12731|      0|            break;
12732|      0|        default:
  ------------------
  |  Branch (12732:9): [True: 0, False: 0]
  ------------------
12733|      0|            assert(okind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (12733:13): [True: 0, False: 0]
  ------------------
12734|      0|            ucs4lib_repr(unicode, quote, odata);
12735|      0|        }
12736|      0|    }
12737|       |
12738|     10|    assert(_PyUnicode_CheckConsistency(repr, 1));
  ------------------
  |  Branch (12738:5): [True: 10, False: 0]
  ------------------
12739|     10|    return repr;
12740|     10|}
unicodeobject.c:unicode_mod:
13721|     21|{
13722|     21|    if (!PyUnicode_Check(v))
  ------------------
  |  |  103|     21|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     21|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13722:9): [True: 0, False: 21]
  ------------------
13723|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
13724|     21|    return PyUnicode_Format(v, w);
13725|     21|}
unicodeobject.c:unicode_length:
12222|    571|{
12223|    571|    return PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|    571|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    571|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    571|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12224|    571|}
unicodeobject.c:unicode_getitem:
11647|    223|{
11648|    223|    const void *data;
11649|    223|    int kind;
11650|    223|    Py_UCS4 ch;
11651|       |
11652|    223|    if (!PyUnicode_Check(self)) {
  ------------------
  |  |  103|    223|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    223|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (11652:9): [True: 0, False: 223]
  ------------------
11653|      0|        PyErr_BadArgument();
11654|      0|        return NULL;
11655|      0|    }
11656|    223|    if (index < 0 || index >= PyUnicode_GET_LENGTH(self)) {
  ------------------
  |  |  299|    223|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    223|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    223|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (11656:9): [True: 0, False: 223]
  |  Branch (11656:22): [True: 27, False: 196]
  ------------------
11657|     27|        PyErr_SetString(PyExc_IndexError, "string index out of range");
11658|     27|        return NULL;
11659|     27|    }
11660|    196|    kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|    196|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|    392|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 196, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11661|    196|    data = PyUnicode_DATA(self);
  ------------------
  |  |  284|    196|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    196|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    196|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11662|    196|    ch = PyUnicode_READ(kind, data, index);
  ------------------
  |  |  354|    196|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|    196|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|    196|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|    196|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|    196|                   (index))
  ------------------
11663|    196|    return unicode_char(ch);
11664|    196|}
unicodeobject.c:unicode_subscript:
13747|    315|{
13748|    315|    if (_PyIndex_Check(item)) {
  ------------------
  |  Branch (13748:9): [True: 223, False: 92]
  ------------------
13749|    223|        Py_ssize_t i = PyNumber_AsSsize_t(item, PyExc_IndexError);
13750|    223|        if (i == -1 && PyErr_Occurred())
  ------------------
  |  Branch (13750:13): [True: 98, False: 125]
  |  Branch (13750:24): [True: 0, False: 98]
  ------------------
13751|      0|            return NULL;
13752|    223|        if (i < 0)
  ------------------
  |  Branch (13752:13): [True: 186, False: 37]
  ------------------
13753|    186|            i += PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|    186|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    186|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    186|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13754|    223|        return unicode_getitem(self, i);
13755|    223|    } else if (PySlice_Check(item)) {
  ------------------
  |  |   22|     92|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|     92|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 92, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13756|     92|        Py_ssize_t start, stop, step, slicelength, i;
13757|     92|        size_t cur;
13758|     92|        PyObject *result;
13759|     92|        const void *src_data;
13760|     92|        void *dest_data;
13761|     92|        int src_kind, dest_kind;
13762|     92|        Py_UCS4 ch, max_char, kind_limit;
13763|       |
13764|     92|        if (PySlice_Unpack(item, &start, &stop, &step) < 0) {
  ------------------
  |  Branch (13764:13): [True: 0, False: 92]
  ------------------
13765|      0|            return NULL;
13766|      0|        }
13767|     92|        slicelength = PySlice_AdjustIndices(PyUnicode_GET_LENGTH(self),
  ------------------
  |  |  299|     92|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     92|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     92|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13768|     92|                                            &start, &stop, step);
13769|       |
13770|     92|        if (slicelength <= 0) {
  ------------------
  |  Branch (13770:13): [True: 2, False: 90]
  ------------------
13771|      2|            _Py_RETURN_UNICODE_EMPTY();
  ------------------
  |  |  375|      2|    do {                             \
  |  |  376|      2|        return _PyUnicode_GetEmpty();\
  |  |  377|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (377:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
13772|     90|        } else if (start == 0 && step == 1 &&
  ------------------
  |  Branch (13772:20): [True: 88, False: 2]
  |  Branch (13772:34): [True: 88, False: 0]
  ------------------
13773|     88|                   slicelength == PyUnicode_GET_LENGTH(self)) {
  ------------------
  |  |  299|     88|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     88|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13773:20): [True: 0, False: 88]
  ------------------
13774|      0|            return unicode_result_unchanged(self);
13775|     90|        } else if (step == 1) {
  ------------------
  |  Branch (13775:20): [True: 90, False: 0]
  ------------------
13776|     90|            return PyUnicode_Substring(self,
13777|     90|                                       start, start + slicelength);
13778|     90|        }
13779|       |        /* General case */
13780|      0|        src_kind = PyUnicode_KIND(self);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13781|      0|        src_data = PyUnicode_DATA(self);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13782|      0|        if (!PyUnicode_IS_ASCII(self)) {
  ------------------
  |  |  227|      0|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13782:13): [True: 0, False: 0]
  ------------------
13783|      0|            kind_limit = kind_maxchar_limit(src_kind);
13784|      0|            max_char = 0;
13785|      0|            for (cur = start, i = 0; i < slicelength; cur += step, i++) {
  ------------------
  |  Branch (13785:38): [True: 0, False: 0]
  ------------------
13786|      0|                ch = PyUnicode_READ(src_kind, src_data, cur);
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
13787|      0|                if (ch > max_char) {
  ------------------
  |  Branch (13787:21): [True: 0, False: 0]
  ------------------
13788|      0|                    max_char = ch;
13789|      0|                    if (max_char >= kind_limit)
  ------------------
  |  Branch (13789:25): [True: 0, False: 0]
  ------------------
13790|      0|                        break;
13791|      0|                }
13792|      0|            }
13793|      0|        }
13794|      0|        else
13795|      0|            max_char = 127;
13796|      0|        result = PyUnicode_New(slicelength, max_char);
13797|      0|        if (result == NULL)
  ------------------
  |  Branch (13797:13): [True: 0, False: 0]
  ------------------
13798|      0|            return NULL;
13799|      0|        dest_kind = PyUnicode_KIND(result);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13800|      0|        dest_data = PyUnicode_DATA(result);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13801|       |
13802|      0|        for (cur = start, i = 0; i < slicelength; cur += step, i++) {
  ------------------
  |  Branch (13802:34): [True: 0, False: 0]
  ------------------
13803|      0|            Py_UCS4 ch = PyUnicode_READ(src_kind, src_data, cur);
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
13804|      0|            PyUnicode_WRITE(dest_kind, dest_data, i, ch);
  ------------------
  |  |  335|      0|    PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |                   PyUnicode_WRITE(_Py_STATIC_CAST(int, kind), _Py_CAST(void*, data), \
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  336|      0|                    (index), _Py_STATIC_CAST(Py_UCS4, value))
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
13805|      0|        }
13806|      0|        assert(_PyUnicode_CheckConsistency(result, 1));
  ------------------
  |  Branch (13806:9): [True: 0, False: 0]
  ------------------
13807|      0|        return result;
13808|      0|    } else {
13809|      0|        PyErr_Format(PyExc_TypeError, "string indices must be integers, not '%.200s'",
13810|      0|                     Py_TYPE(item)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13811|       |        return NULL;
13812|      0|    }
13813|    315|}
unicodeobject.c:unicode_hash:
11670|  31.3k|{
11671|  31.3k|    Py_uhash_t x;  /* Unsigned for defined overflow behavior. */
11672|       |
11673|       |#ifdef Py_DEBUG
11674|       |    assert(_Py_HashSecret_Initialized);
11675|       |#endif
11676|  31.3k|    Py_hash_t hash = PyUnicode_HASH(self);
  ------------------
  |  |  157|  31.3k|#define PyUnicode_HASH PyUnstable_Unicode_GET_CACHED_HASH
  ------------------
11677|  31.3k|    if (hash != -1) {
  ------------------
  |  Branch (11677:9): [True: 8.57k, False: 22.7k]
  ------------------
11678|  8.57k|        return hash;
11679|  8.57k|    }
11680|  22.7k|    x = Py_HashBuffer(PyUnicode_DATA(self),
  ------------------
  |  |  284|  22.7k|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11681|  22.7k|                      PyUnicode_GET_LENGTH(self) * PyUnicode_KIND(self));
  ------------------
  |  |  299|  22.7k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  22.7k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  22.7k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                    PyUnicode_GET_LENGTH(self) * PyUnicode_KIND(self));
  ------------------
  |  |  258|  22.7k|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|  45.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 22.7k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11682|       |
11683|      0|    PyUnicode_SET_HASH(self, x);
11684|  22.7k|    return x;
11685|  22.7k|}
unicodeobject.c:PyUnicode_SET_HASH:
  160|  22.7k|{
  161|  22.7k|    FT_ATOMIC_STORE_SSIZE_RELAXED(_PyASCIIObject_CAST(op)->hash, hash);
  ------------------
  |  |  194|  45.5k|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  |  |  |  Branch (194:57): [True: 22.7k, False: 0]
  |  |  ------------------
  ------------------
  162|  22.7k|}
unicodeobject.c:unicode_encode_impl:
11533|      6|{
11534|      6|    return PyUnicode_AsEncodedString(self, encoding, errors);
11535|      6|}
unicodeobject.c:unicode_replace_impl:
12591|     30|{
12592|     30|    return replace(self, old, new, count);
12593|     30|}
unicodeobject.c:unicode_split_impl:
12847|      8|{
12848|      8|    if (sep == Py_None)
  ------------------
  |  |  616|      8|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (12848:9): [True: 0, False: 8]
  ------------------
12849|      0|        return split(self, NULL, maxsplit);
12850|      8|    if (PyUnicode_Check(sep))
  ------------------
  |  |  103|      8|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      8|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 8, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12851|      8|        return split(self, sep, maxsplit);
12852|       |
12853|      0|    PyErr_Format(PyExc_TypeError,
12854|      0|                 "must be str or None, not %.100s",
12855|      0|                 Py_TYPE(sep)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12856|       |    return NULL;
12857|      8|}
unicodeobject.c:unicode_join:
12216|    185|{
12217|    185|    return PyUnicode_Join(self, iterable);
12218|    185|}
unicodeobject.c:ascii_upper_or_lower:
 9728|      8|{
 9729|      8|    Py_ssize_t len = PyUnicode_GET_LENGTH(self);
  ------------------
  |  |  299|      8|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9730|      8|    const char *data = PyUnicode_DATA(self);
  ------------------
  |  |  284|      8|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9731|      8|    char *resdata;
 9732|      8|    PyObject *res;
 9733|       |
 9734|      8|    res = PyUnicode_New(len, 127);
 9735|      8|    if (res == NULL)
  ------------------
  |  Branch (9735:9): [True: 0, False: 8]
  ------------------
 9736|      0|        return NULL;
 9737|      8|    resdata = PyUnicode_DATA(res);
  ------------------
  |  |  284|      8|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 9738|      8|    if (lower)
  ------------------
  |  Branch (9738:9): [True: 8, False: 0]
  ------------------
 9739|      8|        _Py_bytes_lower(resdata, data, len);
 9740|      0|    else
 9741|      0|        _Py_bytes_upper(resdata, data, len);
 9742|      8|    return res;
 9743|      8|}
unicodeobject.c:unicode_find_impl:
11637|      2|{
11638|      2|    Py_ssize_t result = any_find_slice(str, substr, start, end, 1);
11639|      2|    if (result < 0) {
  ------------------
  |  Branch (11639:9): [True: 0, False: 2]
  ------------------
11640|      0|        return -1;
11641|      0|    }
11642|      2|    return result;
11643|      2|}
unicodeobject.c:unicode_lower_impl:
12257|      8|{
12258|      8|    if (PyUnicode_IS_ASCII(self))
  ------------------
  |  |  227|      8|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (227:32): [True: 8, False: 0]
  |  |  ------------------
  ------------------
12259|      8|        return ascii_upper_or_lower(self, 1);
12260|      0|    return case_operation(self, do_lower);
12261|      8|}
unicodeobject.c:do_argstrip:
12431|    323|{
12432|    323|    if (sep != Py_None) {
  ------------------
  |  |  616|    323|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (12432:9): [True: 323, False: 0]
  ------------------
12433|    323|        if (PyUnicode_Check(sep))
  ------------------
  |  |  103|    323|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    323|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 323, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
12434|    323|            return _PyUnicode_XStrip(self, striptype, sep);
12435|      0|        else {
12436|      0|            PyErr_Format(PyExc_TypeError,
12437|      0|                         "%s arg must be None or str",
12438|      0|                         STRIPNAME(striptype));
  ------------------
  |  |12270|      0|#define STRIPNAME(i) (stripfuncnames[i])
  ------------------
12439|      0|            return NULL;
12440|      0|        }
12441|    323|    }
12442|       |
12443|      0|    return do_strip(self, striptype);
12444|    323|}
unicodeobject.c:unicode_rfind_impl:
12756|     19|{
12757|     19|    Py_ssize_t result = any_find_slice(str, substr, start, end, -1);
12758|     19|    if (result < 0) {
  ------------------
  |  Branch (12758:9): [True: 0, False: 19]
  ------------------
12759|      0|        return -1;
12760|      0|    }
12761|     19|    return result;
12762|     19|}
unicodeobject.c:unicode_rstrip_impl:
12500|    323|{
12501|    323|    return do_argstrip(self, RIGHTSTRIP, chars);
  ------------------
  |  |12264|    323|#define RIGHTSTRIP 1
  ------------------
12502|    323|}
unicodeobject.c:unicode_rpartition:
13003|    190|{
13004|    190|    return PyUnicode_RPartition(self, sep);
13005|    190|}
unicodeobject.c:unicode_startswith_impl:
13327|    180|{
13328|    180|    if (PyTuple_Check(subobj)) {
  ------------------
  |  |   27|    180|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    180|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 9, False: 171]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13329|      9|        Py_ssize_t i;
13330|     63|        for (i = 0; i < PyTuple_GET_SIZE(subobj); i++) {
  ------------------
  |  |   27|     63|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13330:21): [True: 54, False: 9]
  ------------------
13331|     54|            PyObject *substring = PyTuple_GET_ITEM(subobj, i);
  ------------------
  |  |   29|     54|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     54|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13331:35): [True: 54, False: 0]
  ------------------
13332|     54|            if (!PyUnicode_Check(substring)) {
  ------------------
  |  |  103|     54|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     54|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13332:17): [True: 0, False: 54]
  ------------------
13333|      0|                PyErr_Format(PyExc_TypeError,
13334|      0|                             "tuple for startswith must only contain str, "
13335|      0|                             "not %.100s",
13336|      0|                             Py_TYPE(substring)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13337|      0|                return NULL;
13338|      0|            }
13339|     54|            int result = tailmatch(self, substring, start, end, -1);
13340|     54|            if (result < 0) {
  ------------------
  |  Branch (13340:17): [True: 0, False: 54]
  ------------------
13341|      0|                return NULL;
13342|      0|            }
13343|     54|            if (result) {
  ------------------
  |  Branch (13343:17): [True: 0, False: 54]
  ------------------
13344|      0|                Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13345|      0|            }
13346|     54|        }
13347|       |        /* nothing matched */
13348|      9|        Py_RETURN_FALSE;
  ------------------
  |  |   45|      9|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      9|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13349|      9|    }
13350|    171|    if (!PyUnicode_Check(subobj)) {
  ------------------
  |  |  103|    171|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    171|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13350:9): [True: 0, False: 171]
  ------------------
13351|      0|        PyErr_Format(PyExc_TypeError,
13352|      0|                     "startswith first arg must be str or "
13353|      0|                     "a tuple of str, not %.100s", Py_TYPE(subobj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13354|      0|        return NULL;
13355|      0|    }
13356|    171|    int result = tailmatch(self, subobj, start, end, -1);
13357|    171|    if (result < 0) {
  ------------------
  |  Branch (13357:9): [True: 0, False: 171]
  ------------------
13358|      0|        return NULL;
13359|      0|    }
13360|    171|    return PyBool_FromLong(result);
13361|    171|}
unicodeobject.c:unicode_endswith_impl:
13384|     38|{
13385|     38|    if (PyTuple_Check(subobj)) {
  ------------------
  |  |   27|     38|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     38|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 38]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13386|      0|        Py_ssize_t i;
13387|      0|        for (i = 0; i < PyTuple_GET_SIZE(subobj); i++) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13387:21): [True: 0, False: 0]
  ------------------
13388|      0|            PyObject *substring = PyTuple_GET_ITEM(subobj, i);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13388:35): [True: 0, False: 0]
  ------------------
13389|      0|            if (!PyUnicode_Check(substring)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13389:17): [True: 0, False: 0]
  ------------------
13390|      0|                PyErr_Format(PyExc_TypeError,
13391|      0|                             "tuple for endswith must only contain str, "
13392|      0|                             "not %.100s",
13393|      0|                             Py_TYPE(substring)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13394|      0|                return NULL;
13395|      0|            }
13396|      0|            int result = tailmatch(self, substring, start, end, +1);
13397|      0|            if (result < 0) {
  ------------------
  |  Branch (13397:17): [True: 0, False: 0]
  ------------------
13398|      0|                return NULL;
13399|      0|            }
13400|      0|            if (result) {
  ------------------
  |  Branch (13400:17): [True: 0, False: 0]
  ------------------
13401|      0|                Py_RETURN_TRUE;
  ------------------
  |  |   44|      0|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13402|      0|            }
13403|      0|        }
13404|      0|        Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13405|      0|    }
13406|     38|    if (!PyUnicode_Check(subobj)) {
  ------------------
  |  |  103|     38|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     38|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13406:9): [True: 0, False: 38]
  ------------------
13407|      0|        PyErr_Format(PyExc_TypeError,
13408|      0|                     "endswith first arg must be str or "
13409|      0|                     "a tuple of str, not %.100s", Py_TYPE(subobj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13410|      0|        return NULL;
13411|      0|    }
13412|     38|    int result = tailmatch(self, subobj, start, end, +1);
13413|     38|    if (result < 0) {
  ------------------
  |  Branch (13413:9): [True: 0, False: 38]
  ------------------
13414|      0|        return NULL;
13415|      0|    }
13416|     38|    return PyBool_FromLong(result);
13417|     38|}
unicodeobject.c:unicode_isascii_impl:
11724|      2|{
11725|      2|    return PyBool_FromLong(PyUnicode_IS_ASCII(self));
  ------------------
  |  |  227|      2|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
11726|      2|}
unicodeobject.c:unicode_isidentifier_impl:
12160|      5|{
12161|      5|    return PyBool_FromLong(PyUnicode_IsIdentifier(self));
12162|      5|}
unicodeobject.c:unicode_new_impl:
13839|      7|{
13840|      7|    PyObject *unicode;
13841|      7|    if (x == NULL) {
  ------------------
  |  Branch (13841:9): [True: 0, False: 7]
  ------------------
13842|      0|        unicode = _PyUnicode_GetEmpty();
13843|      0|    }
13844|      7|    else if (encoding == NULL && errors == NULL) {
  ------------------
  |  Branch (13844:14): [True: 7, False: 0]
  |  Branch (13844:34): [True: 7, False: 0]
  ------------------
13845|      7|        unicode = PyObject_Str(x);
13846|      7|    }
13847|      0|    else {
13848|      0|        unicode = PyUnicode_FromEncodedObject(x, encoding, errors);
13849|      0|    }
13850|       |
13851|      7|    if (unicode != NULL && type != &PyUnicode_Type) {
  ------------------
  |  Branch (13851:9): [True: 7, False: 0]
  |  Branch (13851:28): [True: 7, False: 0]
  ------------------
13852|      7|        Py_SETREF(unicode, unicode_subtype_new(type, unicode));
  ------------------
  |  |  352|      7|    do { \
  |  |  353|      7|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      7|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      7|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      7|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      7|        *_tmp_dst_ptr = (src); \
  |  |  356|      7|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      7|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      7|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 7]
  |  |  ------------------
  ------------------
13853|      7|    }
13854|      7|    return unicode;
13855|      7|}
unicodeobject.c:unicode_subtype_new:
13918|      7|{
13919|      7|    PyObject *self;
13920|      7|    Py_ssize_t length, char_size;
13921|      7|    int share_utf8;
13922|      7|    int kind;
13923|      7|    void *data;
13924|       |
13925|      7|    assert(PyType_IsSubtype(type, &PyUnicode_Type));
  ------------------
  |  Branch (13925:5): [True: 7, False: 0]
  ------------------
13926|      7|    assert(_PyUnicode_CHECK(unicode));
  ------------------
  |  Branch (13926:5): [True: 7, False: 0]
  ------------------
13927|       |
13928|      7|    self = type->tp_alloc(type, 0);
13929|      7|    if (self == NULL) {
  ------------------
  |  Branch (13929:9): [True: 0, False: 7]
  ------------------
13930|      0|        return NULL;
13931|      0|    }
13932|      7|    kind = PyUnicode_KIND(unicode);
  ------------------
  |  |  258|      7|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     14|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13933|      7|    length = PyUnicode_GET_LENGTH(unicode);
  ------------------
  |  |  299|      7|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13934|       |
13935|      7|    _PyUnicode_LENGTH(self) = length;
  ------------------
  |  |  151|      7|    (_PyASCIIObject_CAST(op)->length)
  |  |  ------------------
  |  |  |  |  186|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      7|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13935:5): [True: 7, False: 0]
  ------------------
13936|       |#ifdef Py_DEBUG
13937|       |    _PyUnicode_HASH(self) = -1;
13938|       |#else
13939|      7|    _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode);
  ------------------
  |  |  155|      7|    (_PyASCIIObject_CAST(op)->hash)
  |  |  ------------------
  |  |  |  |  186|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      7|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode);
  ------------------
  |  |  155|      7|    (_PyASCIIObject_CAST(op)->hash)
  |  |  ------------------
  |  |  |  |  186|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      7|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13939:5): [True: 7, False: 0]
  |  Branch (13939:29): [True: 7, False: 0]
  ------------------
13940|      0|#endif
13941|      7|    _PyUnicode_STATE(self).interned = 0;
  ------------------
  |  |  153|      7|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      7|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13941:5): [True: 7, False: 0]
  ------------------
13942|      7|    _PyUnicode_STATE(self).kind = kind;
  ------------------
  |  |  153|      7|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      7|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13942:5): [True: 7, False: 0]
  ------------------
13943|      7|    _PyUnicode_STATE(self).compact = 0;
  ------------------
  |  |  153|      7|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      7|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13943:5): [True: 7, False: 0]
  ------------------
13944|      7|    _PyUnicode_STATE(self).ascii = _PyUnicode_STATE(unicode).ascii;
  ------------------
  |  |  153|      7|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      7|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  _PyUnicode_STATE(self).ascii = _PyUnicode_STATE(unicode).ascii;
  ------------------
  |  |  153|      7|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      7|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13944:5): [True: 7, False: 0]
  |  Branch (13944:36): [True: 7, False: 0]
  ------------------
13945|      7|    _PyUnicode_STATE(self).statically_allocated = 0;
  ------------------
  |  |  153|      7|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|      7|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13945:5): [True: 7, False: 0]
  ------------------
13946|      0|    PyUnicode_SET_UTF8_LENGTH(self, 0);
13947|      7|    PyUnicode_SET_UTF8(self, NULL);
13948|      7|    _PyUnicode_DATA_ANY(self) = NULL;
  ------------------
  |  |  165|      7|    (_PyUnicodeObject_CAST(op)->data.any)
  |  |  ------------------
  |  |  |  |  192|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  193|      7|     _Py_CAST(PyUnicodeObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13948:5): [True: 7, False: 0]
  ------------------
13949|       |
13950|      0|    share_utf8 = 0;
13951|      7|    if (kind == PyUnicode_1BYTE_KIND) {
  ------------------
  |  Branch (13951:9): [True: 7, False: 0]
  ------------------
13952|      7|        char_size = 1;
13953|      7|        if (PyUnicode_MAX_CHAR_VALUE(unicode) < 128)
  ------------------
  |  |  405|      7|    PyUnicode_MAX_CHAR_VALUE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13953:13): [True: 7, False: 0]
  ------------------
13954|      7|            share_utf8 = 1;
13955|      7|    }
13956|      0|    else if (kind == PyUnicode_2BYTE_KIND) {
  ------------------
  |  Branch (13956:14): [True: 0, False: 0]
  ------------------
13957|      0|        char_size = 2;
13958|      0|    }
13959|      0|    else {
13960|      0|        assert(kind == PyUnicode_4BYTE_KIND);
  ------------------
  |  Branch (13960:9): [True: 0, False: 0]
  ------------------
13961|      0|        char_size = 4;
13962|      0|    }
13963|       |
13964|       |    /* Ensure we won't overflow the length. */
13965|      7|    if (length > (PY_SSIZE_T_MAX / char_size - 1)) {
  ------------------
  |  |  137|      7|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (13965:9): [True: 0, False: 7]
  ------------------
13966|      0|        PyErr_NoMemory();
13967|      0|        goto onError;
13968|      0|    }
13969|      7|    data = PyMem_Malloc((length + 1) * char_size);
13970|      7|    if (data == NULL) {
  ------------------
  |  Branch (13970:9): [True: 0, False: 7]
  ------------------
13971|      0|        PyErr_NoMemory();
13972|      0|        goto onError;
13973|      0|    }
13974|       |
13975|     14|    _PyUnicode_DATA_ANY(self) = data;
  ------------------
  |  |  165|      7|    (_PyUnicodeObject_CAST(op)->data.any)
  |  |  ------------------
  |  |  |  |  192|      7|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  193|      7|     _Py_CAST(PyUnicodeObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13975:5): [True: 7, False: 0]
  ------------------
13976|      7|    if (share_utf8) {
  ------------------
  |  Branch (13976:9): [True: 7, False: 0]
  ------------------
13977|      7|        PyUnicode_SET_UTF8_LENGTH(self, length);
13978|      7|        PyUnicode_SET_UTF8(self, data);
13979|      7|    }
13980|       |
13981|     14|    memcpy(data, PyUnicode_DATA(unicode), kind * (length + 1));
  ------------------
  |  |  284|      7|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13982|     14|    assert(_PyUnicode_CheckConsistency(self, 1));
  ------------------
  |  Branch (13982:5): [True: 7, False: 0]
  ------------------
13983|       |#ifdef Py_DEBUG
13984|       |    _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode);
13985|       |#endif
13986|      7|    return self;
13987|       |
13988|      0|onError:
13989|      0|    Py_DECREF(self);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13990|       |    return NULL;
13991|     14|}
unicodeobject.c:unicode_vectorcall:
13872|     35|{
13873|     35|    assert(Py_Is(_PyType_CAST(type), &PyUnicode_Type));
  ------------------
  |  Branch (13873:5): [True: 35, False: 0]
  |  Branch (13873:5): [True: 35, False: 0]
  ------------------
13874|       |
13875|     35|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|     35|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
13876|     35|    if (kwnames != NULL && PyTuple_GET_SIZE(kwnames) != 0) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13876:9): [True: 0, False: 35]
  |  Branch (13876:28): [True: 0, False: 0]
  ------------------
13877|       |        // Fallback to unicode_new()
13878|      0|        PyObject *tuple = PyTuple_FromArray(args, nargs);
13879|      0|        if (tuple == NULL) {
  ------------------
  |  Branch (13879:13): [True: 0, False: 0]
  ------------------
13880|      0|            return NULL;
13881|      0|        }
13882|      0|        PyObject *dict = _PyStack_AsDict(args + nargs, kwnames);
13883|      0|        if (dict == NULL) {
  ------------------
  |  Branch (13883:13): [True: 0, False: 0]
  ------------------
13884|      0|            Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13885|      0|            return NULL;
13886|      0|        }
13887|      0|        PyObject *ret = unicode_new(_PyType_CAST(type), tuple, dict);
  ------------------
  |  |  770|      0|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (13887:37): [True: 0, False: 0]
  ------------------
13888|      0|        Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13889|      0|        Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
13890|      0|        return ret;
13891|      0|    }
13892|     35|    if (!_PyArg_CheckPositional("str", nargs, 0, 3)) {
  ------------------
  |  |   31|     35|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 35, False: 0]
  |  |  |  Branch (31:27): [True: 35, False: 0]
  |  |  ------------------
  |  |   32|     35|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
13893|      0|        return NULL;
13894|      0|    }
13895|     35|    if (nargs == 0) {
  ------------------
  |  Branch (13895:9): [True: 0, False: 35]
  ------------------
13896|      0|        return _PyUnicode_GetEmpty();
13897|      0|    }
13898|     35|    PyObject *object = args[0];
13899|     35|    if (nargs == 1) {
  ------------------
  |  Branch (13899:9): [True: 11, False: 24]
  ------------------
13900|     11|        return PyObject_Str(object);
13901|     11|    }
13902|     24|    const char *encoding = arg_as_utf8(args[1], "encoding");
13903|     24|    if (encoding == NULL) {
  ------------------
  |  Branch (13903:9): [True: 0, False: 24]
  ------------------
13904|      0|        return NULL;
13905|      0|    }
13906|     24|    const char *errors = NULL;
13907|     24|    if (nargs == 3) {
  ------------------
  |  Branch (13907:9): [True: 0, False: 24]
  ------------------
13908|      0|        errors = arg_as_utf8(args[2], "errors");
13909|      0|        if (errors == NULL) {
  ------------------
  |  Branch (13909:13): [True: 0, False: 0]
  ------------------
13910|      0|            return NULL;
13911|      0|        }
13912|      0|    }
13913|     24|    return PyUnicode_FromEncodedObject(object, encoding, errors);
13914|     24|}
unicodeobject.c:arg_as_utf8:
13859|     24|{
13860|     24|    if (!PyUnicode_Check(obj)) {
  ------------------
  |  |  103|     24|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     24|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (13860:9): [True: 0, False: 24]
  ------------------
13861|      0|        PyErr_Format(PyExc_TypeError,
13862|      0|                     "str() argument '%s' must be str, not %T",
13863|      0|                     name, obj);
13864|      0|        return NULL;
13865|      0|    }
13866|     24|    return _PyUnicode_AsUTF8NoNUL(obj);
13867|     24|}
unicodeobject.c:unicode_iteritem:
13995|     34|{
13996|     34|    if (index >= PyUnicode_GET_LENGTH(obj)) {
  ------------------
  |  |  299|     34|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     34|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     34|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (13996:9): [True: 17, False: 17]
  ------------------
13997|     17|        return (_PyObjectIndexPair) { .object = NULL, .index = index };
13998|     17|    }
13999|     17|    const void *data = PyUnicode_DATA(obj);
  ------------------
  |  |  284|     17|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14000|     17|    int kind = PyUnicode_KIND(obj);
  ------------------
  |  |  258|     17|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|     34|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 17, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14001|     17|    Py_UCS4 ch = PyUnicode_READ(kind, data, index);
  ------------------
  |  |  354|     17|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     17|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     17|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     17|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     17|                   (index))
  ------------------
14002|     17|    PyObject *result = unicode_char(ch);
14003|     17|    index = (result == NULL) ? -1 : index + 1;
  ------------------
  |  Branch (14003:13): [True: 0, False: 17]
  ------------------
14004|     17|    return (_PyObjectIndexPair) { .object = result, .index = index };
14005|     17|}
unicodeobject.c:_init_global_state:
14079|      2|{
14080|      2|    static int initialized = 0;
14081|      2|    if (initialized) {
  ------------------
  |  Branch (14081:9): [True: 0, False: 2]
  ------------------
14082|      0|        return;
14083|      0|    }
14084|      2|    initialized = 1;
14085|       |
14086|       |    /* initialize the linebreak bloom filter */
14087|      2|    const Py_UCS2 linebreak[] = {
14088|      2|        0x000A, /* LINE FEED */
14089|      2|        0x000D, /* CARRIAGE RETURN */
14090|      2|        0x001C, /* FILE SEPARATOR */
14091|      2|        0x001D, /* GROUP SEPARATOR */
14092|      2|        0x001E, /* RECORD SEPARATOR */
14093|      2|        0x0085, /* NEXT LINE */
14094|      2|        0x2028, /* LINE SEPARATOR */
14095|      2|        0x2029, /* PARAGRAPH SEPARATOR */
14096|      2|    };
14097|      2|    bloom_linebreak = make_bloom_mask(
14098|      2|        PyUnicode_2BYTE_KIND, linebreak,
14099|      2|        Py_ARRAY_LENGTH(linebreak));
  ------------------
  |  |  196|      2|    (sizeof(array) / sizeof((array)[0]))
  ------------------
14100|      2|}
unicodeobject.c:init_global_interned_strings:
  324|      2|{
  325|      2|    assert(INTERNED_STRINGS == NULL);
  ------------------
  |  Branch (325:5): [True: 2, False: 0]
  ------------------
  326|      2|    _Py_hashtable_allocator_t hashtable_alloc = {PyMem_RawMalloc, PyMem_RawFree};
  327|       |
  328|      2|    INTERNED_STRINGS = _Py_hashtable_new_full(
  ------------------
  |  |  219|      2|#define INTERNED_STRINGS _PyRuntime.cached_objects.interned_strings
  ------------------
  329|      2|        hashtable_unicode_hash,
  330|      2|        hashtable_unicode_compare,
  331|       |        // Objects stored here are immortal and statically allocated,
  332|       |        // so we don't need key_destroy_func & value_destroy_func:
  333|      2|        NULL,
  334|      2|        NULL,
  335|      2|        &hashtable_alloc
  336|      2|    );
  337|      2|    if (INTERNED_STRINGS == NULL) {
  ------------------
  |  |  219|      2|#define INTERNED_STRINGS _PyRuntime.cached_objects.interned_strings
  ------------------
  |  Branch (337:9): [True: 0, False: 2]
  ------------------
  338|      0|        PyErr_Clear();
  339|      0|        return _PyStatus_ERR("failed to create global interned dict");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  340|      0|    }
  341|       |
  342|       |    /* Intern statically allocated string identifiers, deepfreeze strings,
  343|       |        * and one-byte latin-1 strings.
  344|       |        * This must be done before any module initialization so that statically
  345|       |        * allocated string identifiers are used instead of heap allocated strings.
  346|       |        * Deepfreeze uses the interned identifiers if present to save space
  347|       |        * else generates them and they are interned to speed up dict lookups.
  348|       |    */
  349|      2|    _PyUnicode_InitStaticStrings(interp);
  350|       |
  351|    514|    for (int i = 0; i < 256; i++) {
  ------------------
  |  Branch (351:21): [True: 512, False: 2]
  ------------------
  352|    512|        PyObject *s = LATIN1(i);
  ------------------
  |  |  184|    512|#define LATIN1 _Py_LATIN1_CHR
  |  |  ------------------
  |  |  |  |  921|    512|    ((CH) < 128 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (921:6): [True: 256, False: 256]
  |  |  |  |  ------------------
  |  |  |  |  922|    512|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    256|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    256|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  923|    512|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    256|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    256|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|    512|        _PyUnicode_InternStatic(interp, &s);
  354|    512|        assert(s == LATIN1(i));
  ------------------
  |  Branch (354:9): [True: 256, False: 256]
  |  Branch (354:9): [True: 512, False: 0]
  ------------------
  355|    512|    }
  356|       |#ifdef Py_DEBUG
  357|       |    assert(_PyUnicode_CheckConsistency(&_Py_STR(empty), 1));
  358|       |
  359|       |    for (int i = 0; i < 256; i++) {
  360|       |        assert(_PyUnicode_CheckConsistency(LATIN1(i), 1));
  361|       |    }
  362|       |#endif
  363|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  364|      2|}
unicodeobject.c:hashtable_unicode_hash:
  255|  28.8k|{
  256|  28.8k|    return unicode_hash((PyObject *)key);
  257|  28.8k|}
unicodeobject.c:hashtable_unicode_compare:
  261|  6.41k|{
  262|  6.41k|    PyObject *obj1 = (PyObject *)key1;
  263|  6.41k|    PyObject *obj2 = (PyObject *)key2;
  264|  6.41k|    if (obj1 != NULL && obj2 != NULL) {
  ------------------
  |  Branch (264:9): [True: 6.41k, False: 0]
  |  Branch (264:25): [True: 6.41k, False: 0]
  ------------------
  265|  6.41k|        return unicode_eq(obj1, obj2);
  266|  6.41k|    }
  267|      0|    else {
  268|      0|        return obj1 == obj2;
  269|      0|    }
  270|  6.41k|}
unicodeobject.c:init_interned_dict:
  291|      2|{
  292|      2|    assert(get_interned_dict(interp) == NULL);
  ------------------
  |  Branch (292:5): [True: 2, False: 0]
  ------------------
  293|      2|    PyObject *interned;
  294|      2|    if (has_shared_intern_dict(interp)) {
  ------------------
  |  Branch (294:9): [True: 0, False: 2]
  ------------------
  295|      0|        interned = get_interned_dict(_PyInterpreterState_Main());
  296|      0|        Py_INCREF(interned);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  297|      0|    }
  298|      2|    else {
  299|      2|        interned = PyDict_New();
  300|      2|        if (interned == NULL) {
  ------------------
  |  Branch (300:13): [True: 0, False: 2]
  ------------------
  301|      0|            return -1;
  302|      0|        }
  303|      2|    }
  304|      2|    _Py_INTERP_CACHED_OBJECT(interp, interned_strings) = interned;
  ------------------
  |  |   22|      2|    (interp)->cached_objects.NAME
  ------------------
  305|      2|    return 0;
  306|      2|}
unicodeobject.c:intern_static:
14152|  2.24k|{
14153|       |    // Note that this steals a reference to `s`, but in many cases that
14154|       |    // stolen ref is returned, requiring no decref/incref.
14155|       |
14156|  2.24k|    assert(s != NULL);
  ------------------
  |  Branch (14156:5): [True: 2.24k, False: 0]
  ------------------
14157|  2.24k|    assert(_PyUnicode_CHECK(s));
  ------------------
  |  Branch (14157:5): [True: 2.24k, False: 0]
  ------------------
14158|  2.24k|    assert(_PyUnicode_STATE(s).statically_allocated);
  ------------------
  |  Branch (14158:5): [True: 2.24k, False: 0]
  |  Branch (14158:5): [True: 2.24k, False: 0]
  ------------------
14159|  2.24k|    assert(!PyUnicode_CHECK_INTERNED(s));
  ------------------
  |  Branch (14159:5): [True: 2.24k, False: 0]
  ------------------
14160|       |
14161|       |#ifdef Py_DEBUG
14162|       |    /* We must not add process-global interned string if there's already a
14163|       |     * per-interpreter interned_dict, which might contain duplicates.
14164|       |     */
14165|       |    PyObject *interned = get_interned_dict(interp);
14166|       |    assert(interned == NULL);
14167|       |#endif
14168|       |
14169|       |    /* Look in the global cache first. */
14170|  2.24k|    PyObject *r = (PyObject *)_Py_hashtable_get(INTERNED_STRINGS, s);
  ------------------
  |  |  219|  2.24k|#define INTERNED_STRINGS _PyRuntime.cached_objects.interned_strings
  ------------------
14171|       |    /* We should only init each string once */
14172|  2.24k|    assert(r == NULL);
  ------------------
  |  Branch (14172:5): [True: 2.24k, False: 0]
  ------------------
14173|       |    /* but just in case (for the non-debug build), handle this */
14174|  2.24k|    if (r != NULL && r != s) {
  ------------------
  |  Branch (14174:9): [True: 0, False: 2.24k]
  |  Branch (14174:22): [True: 0, False: 0]
  ------------------
14175|      0|        assert(_PyUnicode_STATE(r).interned == SSTATE_INTERNED_IMMORTAL_STATIC);
  ------------------
  |  Branch (14175:9): [True: 0, False: 0]
  |  Branch (14175:9): [True: 0, False: 0]
  ------------------
14176|      0|        assert(_PyUnicode_CHECK(r));
  ------------------
  |  Branch (14176:9): [True: 0, False: 0]
  ------------------
14177|      0|        Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14178|      0|        return Py_NewRef(r);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14179|      0|    }
14180|       |
14181|  2.24k|    if (_Py_hashtable_set(INTERNED_STRINGS, s, s) < -1) {
  ------------------
  |  |  219|  2.24k|#define INTERNED_STRINGS _PyRuntime.cached_objects.interned_strings
  ------------------
  |  Branch (14181:9): [True: 0, False: 2.24k]
  ------------------
14182|      0|        Py_FatalError("failed to intern static string");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
14183|      0|    }
14184|       |
14185|  2.24k|    _PyUnicode_STATE(s).interned = SSTATE_INTERNED_IMMORTAL_STATIC;
  ------------------
  |  |  153|  2.24k|    (_PyASCIIObject_CAST(op)->state)
  |  |  ------------------
  |  |  |  |  186|  2.24k|    (assert(PyUnicode_Check(op)), \
  |  |  |  |  187|  2.24k|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.24k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  _PyUnicode_STATE(s).interned = SSTATE_INTERNED_IMMORTAL_STATIC;
  ------------------
  |  |  204|  2.24k|#define SSTATE_INTERNED_IMMORTAL_STATIC 3
  ------------------
  |  Branch (14185:5): [True: 2.24k, False: 0]
  ------------------
14186|      0|    return s;
14187|  2.24k|}
unicodeobject.c:intern_common:
14234|  52.0k|{
14235|       |    // Note that this steals a reference to `s`, but in many cases that
14236|       |    // stolen ref is returned, requiring no decref/incref.
14237|       |
14238|       |#ifdef Py_DEBUG
14239|       |    assert(s != NULL);
14240|       |    assert(_PyUnicode_CHECK(s));
14241|       |#else
14242|  52.0k|    if (s == NULL || !PyUnicode_Check(s)) {
  ------------------
  |  |  103|  52.0k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  52.0k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (14242:9): [True: 0, False: 52.0k]
  |  Branch (14242:22): [True: 0, False: 52.0k]
  ------------------
14243|      0|        return s;
14244|      0|    }
14245|  52.0k|#endif
14246|       |
14247|       |    /* If it's a subclass, we don't really know what putting
14248|       |       it in the interned dict might do. */
14249|  52.0k|    if (!PyUnicode_CheckExact(s)) {
  ------------------
  |  |  104|  52.0k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|  52.0k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  52.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  52.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14249:9): [True: 0, False: 52.0k]
  ------------------
14250|      0|        return s;
14251|      0|    }
14252|       |
14253|       |    /* Is it already interned? */
14254|  52.0k|    switch (PyUnicode_CHECK_INTERNED(s)) {
  ------------------
  |  |  214|  52.0k|#define PyUnicode_CHECK_INTERNED(op) PyUnicode_CHECK_INTERNED(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  52.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  52.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14255|  18.0k|        case SSTATE_NOT_INTERNED:
  ------------------
  |  |  201|  18.0k|#define SSTATE_NOT_INTERNED 0
  ------------------
  |  Branch (14255:9): [True: 18.0k, False: 34.0k]
  ------------------
14256|       |            // no, go on
14257|  18.0k|            break;
14258|    751|        case SSTATE_INTERNED_MORTAL:
  ------------------
  |  |  202|    751|#define SSTATE_INTERNED_MORTAL 1
  ------------------
  |  Branch (14258:9): [True: 751, False: 51.3k]
  ------------------
14259|    751|#ifndef Py_GIL_DISABLED
14260|       |            // yes but we might need to make it immortal
14261|    751|            if (immortalize) {
  ------------------
  |  Branch (14261:17): [True: 0, False: 751]
  ------------------
14262|      0|                immortalize_interned(s);
14263|      0|            }
14264|    751|            return s;
14265|       |#else
14266|       |            // not fully interned yet; fall through to the locking path
14267|       |            break;
14268|       |#endif
14269|  33.2k|        default:
  ------------------
  |  Branch (14269:9): [True: 33.2k, False: 18.7k]
  ------------------
14270|       |            // all done
14271|  33.2k|            return s;
14272|  52.0k|    }
14273|       |
14274|       |    /* Statically allocated strings must be already interned. */
14275|  52.0k|    assert(!_PyUnicode_STATE(s).statically_allocated);
  ------------------
  |  Branch (14275:5): [True: 18.0k, False: 0]
  |  Branch (14275:5): [True: 18.0k, False: 0]
  ------------------
14276|       |
14277|       |#if Py_GIL_DISABLED
14278|       |    /* In the free-threaded build, all interned strings are immortal */
14279|       |    immortalize = 1;
14280|       |#endif
14281|       |
14282|       |    /* If it's already immortal, intern it as such */
14283|  18.0k|    if (_Py_IsImmortal(s)) {
  ------------------
  |  |  137|  18.0k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 18.0k]
  |  |  ------------------
  ------------------
14284|      0|        immortalize = 1;
14285|      0|    }
14286|       |
14287|       |    /* if it's a short string, get the singleton */
14288|  18.0k|    if (PyUnicode_GET_LENGTH(s) == 1 &&
  ------------------
  |  |  299|  18.0k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  18.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  18.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14288:9): [True: 0, False: 18.0k]
  ------------------
14289|      0|                PyUnicode_KIND(s) == PyUnicode_1BYTE_KIND) {
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14289:17): [True: 0, False: 0]
  ------------------
14290|      0|        PyObject *r = LATIN1(*(unsigned char*)PyUnicode_DATA(s));
  ------------------
  |  |  184|      0|#define LATIN1 _Py_LATIN1_CHR
  |  |  ------------------
  |  |  |  |  921|      0|    ((CH) < 128 \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (921:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  922|      0|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  923|      0|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14291|      0|        assert(PyUnicode_CHECK_INTERNED(r));
  ------------------
  |  Branch (14291:9): [True: 0, False: 0]
  ------------------
14292|      0|        Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14293|      0|        return r;
14294|      0|    }
14295|       |#ifdef Py_DEBUG
14296|       |    assert(!unicode_is_singleton(s));
14297|       |#endif
14298|       |
14299|       |    /* Look in the global cache now. */
14300|  18.0k|    {
14301|  18.0k|        PyObject *r = (PyObject *)_Py_hashtable_get(INTERNED_STRINGS, s);
  ------------------
  |  |  219|  18.0k|#define INTERNED_STRINGS _PyRuntime.cached_objects.interned_strings
  ------------------
14302|  18.0k|        if (r != NULL) {
  ------------------
  |  Branch (14302:13): [True: 6.41k, False: 11.6k]
  ------------------
14303|  6.41k|            assert(_PyUnicode_STATE(r).statically_allocated);
  ------------------
  |  Branch (14303:13): [True: 6.41k, False: 0]
  |  Branch (14303:13): [True: 6.41k, False: 0]
  ------------------
14304|  6.41k|            assert(r != s);  // r must be statically_allocated; s is not
  ------------------
  |  Branch (14304:13): [True: 6.41k, False: 0]
  ------------------
14305|  6.41k|            Py_DECREF(s);
  ------------------
  |  |  430|  6.41k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14306|  6.41k|            return Py_NewRef(r);
  ------------------
  |  |  550|  6.41k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  6.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14307|  6.41k|        }
14308|  18.0k|    }
14309|       |
14310|       |    /* Do a setdefault on the per-interpreter cache. */
14311|  11.6k|    PyObject *interned = get_interned_dict(interp);
14312|  11.6k|    assert(interned != NULL);
  ------------------
  |  Branch (14312:5): [True: 11.6k, False: 0]
  ------------------
14313|       |#ifdef Py_GIL_DISABLED
14314|       |#  define INTERN_MUTEX &_Py_INTERP_CACHED_OBJECT(interp, interned_mutex)
14315|       |    // Lock-free fast path: check if there's already an interned copy that
14316|       |    // is in its final immortal state.
14317|       |    PyObject *r;
14318|       |    int res = PyDict_GetItemRef(interned, s, &r);
14319|       |    if (res < 0) {
14320|       |        PyErr_Clear();
14321|       |        return s;
14322|       |    }
14323|       |    if (res > 0) {
14324|       |        unsigned int state = _Py_atomic_load_uint8(&_PyUnicode_STATE(r).interned);
14325|       |        if (state == SSTATE_INTERNED_IMMORTAL) {
14326|       |            Py_DECREF(s);
14327|       |            return r;
14328|       |        }
14329|       |        // Not yet fully interned; fall through to the locking path.
14330|       |        Py_DECREF(r);
14331|       |    }
14332|       |#endif
14333|       |
14334|       |#ifdef Py_GIL_DISABLED
14335|       |    // Immortalization writes to the refcount fields non-atomically. That
14336|       |    // races with Py_INCREF / Py_DECREF on the thread that owns `s`. If we
14337|       |    // don't own it (and its refcount hasn't been merged), intern a copy
14338|       |    // we own instead.
14339|       |    if (!can_immortalize_safely(s)) {
14340|       |        PyObject *copy = _PyUnicode_Copy(s);
14341|       |        if (copy == NULL) {
14342|       |            PyErr_Clear();
14343|       |            return s;
14344|       |        }
14345|       |        Py_DECREF(s);
14346|       |        s = copy;
14347|       |    }
14348|       |#endif
14349|       |
14350|  11.6k|    FT_MUTEX_LOCK(INTERN_MUTEX);
  ------------------
  |  |  204|  11.6k|#define FT_MUTEX_LOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (204:42): [Folded, False: 11.6k]
  |  |  ------------------
  ------------------
14351|  11.6k|    PyObject *t;
14352|  11.6k|    {
14353|  11.6k|        int res = PyDict_SetDefaultRef(interned, s, s, &t);
14354|  11.6k|        if (res < 0) {
  ------------------
  |  Branch (14354:13): [True: 0, False: 11.6k]
  ------------------
14355|      0|            PyErr_Clear();
14356|      0|            FT_MUTEX_UNLOCK(INTERN_MUTEX);
  ------------------
  |  |  206|      0|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 0]
  |  |  ------------------
  ------------------
14357|      0|            return s;
14358|      0|        }
14359|  11.6k|        else if (res == 1) {
  ------------------
  |  Branch (14359:18): [True: 3.21k, False: 8.41k]
  ------------------
14360|       |            // value was already present (not inserted)
14361|  3.21k|            Py_DECREF(s);
  ------------------
  |  |  430|  3.21k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  3.21k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.21k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14362|  3.21k|            if (immortalize &&
  ------------------
  |  Branch (14362:17): [True: 2.57k, False: 637]
  ------------------
14363|  2.57k|                    PyUnicode_CHECK_INTERNED(t) == SSTATE_INTERNED_MORTAL) {
  ------------------
  |  |  214|  2.57k|#define PyUnicode_CHECK_INTERNED(op) PyUnicode_CHECK_INTERNED(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.57k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.57k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                  PyUnicode_CHECK_INTERNED(t) == SSTATE_INTERNED_MORTAL) {
  ------------------
  |  |  202|  2.57k|#define SSTATE_INTERNED_MORTAL 1
  ------------------
  |  Branch (14363:21): [True: 348, False: 2.22k]
  ------------------
14364|    348|                immortalize_interned(t);
14365|    348|            }
14366|  3.21k|            FT_MUTEX_UNLOCK(INTERN_MUTEX);
  ------------------
  |  |  206|  3.21k|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 3.21k]
  |  |  ------------------
  ------------------
14367|  3.21k|            return t;
14368|  3.21k|        }
14369|  8.41k|        else {
14370|       |            // value was newly inserted
14371|  8.41k|            assert (s == t);
  ------------------
  |  Branch (14371:13): [True: 8.41k, False: 0]
  ------------------
14372|  8.41k|            Py_DECREF(t);
  ------------------
  |  |  430|  8.41k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14373|  8.41k|        }
14374|  11.6k|    }
14375|       |
14376|       |    /* NOT_INTERNED -> INTERNED_MORTAL */
14377|       |
14378|  11.6k|    assert(_PyUnicode_STATE(s).interned == SSTATE_NOT_INTERNED);
  ------------------
  |  Branch (14378:5): [True: 8.41k, False: 0]
  |  Branch (14378:5): [True: 8.41k, False: 0]
  ------------------
14379|       |
14380|  8.41k|    if (!_Py_IsImmortal(s)) {
  ------------------
  |  |  137|  8.41k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14380:9): [True: 8.41k, False: 0]
  ------------------
14381|       |        /* The two references in interned dict (key and value) are not counted.
14382|       |        unicode_dealloc() and _PyUnicode_ClearInterned() take care of this. */
14383|  8.41k|        Py_DECREF(s);
  ------------------
  |  |  430|  8.41k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14384|  8.41k|        Py_DECREF(s);
  ------------------
  |  |  430|  8.41k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  8.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  8.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14385|  8.41k|    }
14386|  8.41k|    FT_ATOMIC_STORE_UINT8(_PyUnicode_STATE(s).interned, SSTATE_INTERNED_MORTAL);
  ------------------
  |  |  155|  16.8k|#define FT_ATOMIC_STORE_UINT8(value, new_value) value = new_value
  |  |  ------------------
  |  |  |  Branch (155:49): [True: 8.41k, False: 0]
  |  |  ------------------
  ------------------
14387|       |
14388|       |    /* INTERNED_MORTAL -> INTERNED_IMMORTAL (if needed) */
14389|       |
14390|       |#ifdef Py_DEBUG
14391|       |    if (_Py_IsImmortal(s)) {
14392|       |        assert(immortalize);
14393|       |    }
14394|       |#endif
14395|  8.41k|    if (immortalize) {
  ------------------
  |  Branch (14395:9): [True: 6.93k, False: 1.48k]
  ------------------
14396|  6.93k|        immortalize_interned(s);
14397|  6.93k|    }
14398|       |
14399|  8.41k|    FT_MUTEX_UNLOCK(INTERN_MUTEX);
  ------------------
  |  |  206|  8.41k|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 8.41k]
  |  |  ------------------
  ------------------
14400|  8.41k|    return s;
14401|  8.41k|}
unicodeobject.c:immortalize_interned:
14201|  7.28k|{
14202|  7.28k|    assert(PyUnicode_CHECK_INTERNED(s) == SSTATE_INTERNED_MORTAL);
  ------------------
  |  Branch (14202:5): [True: 7.28k, False: 0]
  ------------------
14203|  7.28k|    assert(!_Py_IsImmortal(s));
  ------------------
  |  Branch (14203:5): [True: 7.28k, False: 0]
  ------------------
14204|       |#ifdef Py_REF_DEBUG
14205|       |    /* The reference count value should be excluded from the RefTotal.
14206|       |       The decrements to these objects will not be registered so they
14207|       |       need to be accounted for in here. */
14208|       |    for (Py_ssize_t i = 0; i < Py_REFCNT(s); i++) {
14209|       |        _Py_DecRefTotal(_PyThreadState_GET());
14210|       |    }
14211|       |#endif
14212|  7.28k|    _Py_SetImmortal(s);
14213|       |    // The switch to SSTATE_INTERNED_IMMORTAL must be the last thing done here
14214|       |    // to synchronize with the check in intern_common() that avoids locking if
14215|       |    // the string is already immortal.
14216|  7.28k|    FT_ATOMIC_STORE_UINT8(_PyUnicode_STATE(s).interned, SSTATE_INTERNED_IMMORTAL);
  ------------------
  |  |  155|  14.5k|#define FT_ATOMIC_STORE_UINT8(value, new_value) value = new_value
  |  |  ------------------
  |  |  |  Branch (155:49): [True: 7.28k, False: 0]
  |  |  ------------------
  ------------------
14217|  7.28k|}
unicodeobject.c:has_shared_intern_dict:
  284|      2|{
  285|      2|    PyInterpreterState *main_interp = _PyInterpreterState_Main();
  286|      2|    return interp != main_interp  && interp->feature_flags & Py_RTFLAGS_USE_MAIN_OBMALLOC;
  ------------------
  |  |   79|      2|#define Py_RTFLAGS_USE_MAIN_OBMALLOC (1UL << 5)
  ------------------
  |  Branch (286:12): [True: 0, False: 2]
  |  Branch (286:38): [True: 0, False: 0]
  ------------------
  287|      2|}
unicodeobject.c:unicodeiter_dealloc:
14553|      7|{
14554|      7|    unicodeiterobject *it = (unicodeiterobject *)op;
14555|      7|    _PyObject_GC_UNTRACK(it);
  ------------------
  |  |  515|      7|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14556|      7|    Py_XDECREF(it->it_seq);
  ------------------
  |  |  524|      7|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14557|      7|    PyObject_GC_Del(it);
14558|      7|}
unicodeobject.c:unicode_ascii_iter_next:
14595|    103|{
14596|    103|    unicodeiterobject *it = (unicodeiterobject *)op;
14597|    103|    assert(it != NULL);
  ------------------
  |  Branch (14597:5): [True: 103, False: 0]
  ------------------
14598|    103|    PyObject *seq = it->it_seq;
14599|    103|    if (seq == NULL) {
  ------------------
  |  Branch (14599:9): [True: 0, False: 103]
  ------------------
14600|      0|        return NULL;
14601|      0|    }
14602|    103|    assert(_PyUnicode_CHECK(seq));
  ------------------
  |  Branch (14602:5): [True: 103, False: 0]
  ------------------
14603|    103|    assert(PyUnicode_IS_COMPACT_ASCII(seq));
  ------------------
  |  Branch (14603:5): [True: 103, False: 0]
  ------------------
14604|    103|    if (it->it_index < PyUnicode_GET_LENGTH(seq)) {
  ------------------
  |  |  299|    103|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    103|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    103|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (14604:9): [True: 98, False: 5]
  ------------------
14605|     98|        const void *data = ((void*)(_PyASCIIObject_CAST(seq) + 1));
  ------------------
  |  |  186|     98|    (assert(PyUnicode_Check(op)), \
  |  |  187|     98|     _Py_CAST(PyASCIIObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (14605:37): [True: 98, False: 0]
  ------------------
14606|     98|        Py_UCS1 chr = (Py_UCS1)PyUnicode_READ(PyUnicode_1BYTE_KIND,
  ------------------
  |  |  354|     98|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|     98|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|     98|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|     98|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|     98|                   (index))
  ------------------
14607|     98|                                              data, it->it_index);
14608|     98|        it->it_index++;
14609|     98|        return (PyObject*)&_Py_SINGLETON(strings).ascii[chr];
  ------------------
  |  |   18|     98|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|     98|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
14610|     98|    }
14611|      5|    it->it_seq = NULL;
14612|      5|    Py_DECREF(seq);
  ------------------
  |  |  430|      5|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14613|       |    return NULL;
14614|    103|}
unicodeobject.c:unicode_iter:
14726|      7|{
14727|      7|    unicodeiterobject *it;
14728|       |
14729|      7|    if (!PyUnicode_Check(seq)) {
  ------------------
  |  |  103|      7|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      7|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (14729:9): [True: 0, False: 7]
  ------------------
14730|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
14731|      0|        return NULL;
14732|      0|    }
14733|      7|    if (PyUnicode_IS_COMPACT_ASCII(seq)) {
  ------------------
  |  |  241|      7|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (241:40): [True: 7, False: 0]
  |  |  ------------------
  ------------------
14734|      7|        it = PyObject_GC_New(unicodeiterobject, &_PyUnicodeASCIIIter_Type);
  ------------------
  |  |  181|      7|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
14735|      7|    }
14736|      0|    else {
14737|      0|        it = PyObject_GC_New(unicodeiterobject, &PyUnicodeIter_Type);
  ------------------
  |  |  181|      0|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
14738|      0|    }
14739|      7|    if (it == NULL)
  ------------------
  |  Branch (14739:9): [True: 0, False: 7]
  ------------------
14740|      0|        return NULL;
14741|      7|    it->it_index = 0;
14742|      7|    it->it_seq = Py_NewRef(seq);
  ------------------
  |  |  550|      7|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14743|      7|    _PyObject_GC_TRACK(it);
  ------------------
  |  |  513|      7|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14744|      7|    return (PyObject *)it;
14745|      7|}
unicodeobject.c:init_fs_encoding:
14883|      2|{
14884|      2|    PyInterpreterState *interp = tstate->interp;
14885|       |
14886|       |    /* Update the filesystem encoding to the normalized Python codec name.
14887|       |       For example, replace "ANSI_X3.4-1968" (locale encoding) with "ascii"
14888|       |       (Python codec name). */
14889|      2|    PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp);
14890|      2|    if (config_get_codec_name(&config->filesystem_encoding) < 0) {
  ------------------
  |  Branch (14890:9): [True: 0, False: 2]
  ------------------
14891|      0|        _Py_DumpPathConfig(tstate);
14892|      0|        return _PyStatus_ERR("failed to get the Python codec "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
14893|      0|                             "of the filesystem encoding");
14894|      0|    }
14895|       |
14896|      2|    if (init_fs_codec(interp) < 0) {
  ------------------
  |  Branch (14896:9): [True: 0, False: 2]
  ------------------
14897|      0|        return _PyStatus_ERR("cannot initialize filesystem codec");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
14898|      0|    }
14899|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
14900|      2|}
unicodeobject.c:config_get_codec_name:
14766|      4|{
14767|      4|    char *encoding;
14768|      4|    if (encode_wstr_utf8(*config_encoding, &encoding, "stdio_encoding") < 0) {
  ------------------
  |  Branch (14768:9): [True: 0, False: 4]
  ------------------
14769|      0|        return -1;
14770|      0|    }
14771|       |
14772|      4|    PyObject *name_obj = NULL;
14773|      4|    PyObject *codec = _PyCodec_Lookup(encoding);
14774|      4|    PyMem_RawFree(encoding);
14775|       |
14776|      4|    if (!codec)
  ------------------
  |  Branch (14776:9): [True: 0, False: 4]
  ------------------
14777|      0|        goto error;
14778|       |
14779|      4|    name_obj = PyObject_GetAttrString(codec, "name");
14780|      4|    Py_CLEAR(codec);
  ------------------
  |  |  484|      4|    do { \
  |  |  485|      4|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      4|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      4|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      4|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  488|      4|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      4|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      4|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      4|        } \
  |  |  491|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
14781|      4|    if (!name_obj) {
  ------------------
  |  Branch (14781:9): [True: 0, False: 4]
  ------------------
14782|      0|        goto error;
14783|      0|    }
14784|       |
14785|      4|    wchar_t *wname = PyUnicode_AsWideCharString(name_obj, NULL);
14786|      4|    Py_DECREF(name_obj);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14787|      4|    if (wname == NULL) {
  ------------------
  |  Branch (14787:9): [True: 0, False: 4]
  ------------------
14788|      0|        goto error;
14789|      0|    }
14790|       |
14791|      4|    wchar_t *raw_wname = _PyMem_RawWcsdup(wname);
14792|      4|    if (raw_wname == NULL) {
  ------------------
  |  Branch (14792:9): [True: 0, False: 4]
  ------------------
14793|      0|        PyMem_Free(wname);
14794|      0|        PyErr_NoMemory();
14795|      0|        goto error;
14796|      0|    }
14797|       |
14798|      4|    PyMem_RawFree(*config_encoding);
14799|      4|    *config_encoding = raw_wname;
14800|       |
14801|      4|    PyMem_Free(wname);
14802|      4|    return 0;
14803|       |
14804|      0|error:
14805|      0|    Py_XDECREF(codec);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14806|      0|    Py_XDECREF(name_obj);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
14807|      0|    return -1;
14808|      4|}
unicodeobject.c:encode_wstr_utf8:
14749|      8|{
14750|      8|    int res;
14751|      8|    res = _Py_EncodeUTF8Ex(wstr, str, NULL, NULL, 1, _Py_ERROR_STRICT);
14752|      8|    if (res == -2) {
  ------------------
  |  Branch (14752:9): [True: 0, False: 8]
  ------------------
14753|      0|        PyErr_Format(PyExc_RuntimeError, "cannot encode %s", name);
14754|      0|        return -1;
14755|      0|    }
14756|      8|    if (res < 0) {
  ------------------
  |  Branch (14756:9): [True: 0, False: 8]
  ------------------
14757|      0|        PyErr_NoMemory();
14758|      0|        return -1;
14759|      0|    }
14760|      8|    return 0;
14761|      8|}
unicodeobject.c:init_fs_codec:
14826|      2|{
14827|      2|    const PyConfig *config = _PyInterpreterState_GetConfig(interp);
14828|       |
14829|      2|    _Py_error_handler error_handler;
14830|      2|    error_handler = get_error_handler_wide(config->filesystem_errors);
14831|      2|    if (error_handler == _Py_ERROR_UNKNOWN) {
  ------------------
  |  Branch (14831:9): [True: 0, False: 2]
  ------------------
14832|      0|        PyErr_SetString(PyExc_RuntimeError, "unknown filesystem error handler");
14833|      0|        return -1;
14834|      0|    }
14835|       |
14836|      2|    char *encoding, *errors;
14837|      2|    if (encode_wstr_utf8(config->filesystem_encoding,
  ------------------
  |  Branch (14837:9): [True: 0, False: 2]
  ------------------
14838|      2|                         &encoding,
14839|      2|                         "filesystem_encoding") < 0) {
14840|      0|        return -1;
14841|      0|    }
14842|       |
14843|      2|    if (encode_wstr_utf8(config->filesystem_errors,
  ------------------
  |  Branch (14843:9): [True: 0, False: 2]
  ------------------
14844|      2|                         &errors,
14845|      2|                         "filesystem_errors") < 0) {
14846|      0|        PyMem_RawFree(encoding);
14847|      0|        return -1;
14848|      0|    }
14849|       |
14850|      2|    struct _Py_unicode_fs_codec *fs_codec = &interp->unicode.fs_codec;
14851|      2|    PyMem_RawFree(fs_codec->encoding);
14852|      2|    fs_codec->encoding = encoding;
14853|       |    /* encoding has been normalized by init_fs_encoding() */
14854|      2|    fs_codec->utf8 = (strcmp(encoding, "utf-8") == 0);
14855|      2|    PyMem_RawFree(fs_codec->errors);
14856|      2|    fs_codec->errors = errors;
14857|      2|    fs_codec->error_handler = error_handler;
14858|       |
14859|       |#ifdef _Py_FORCE_UTF8_FS_ENCODING
14860|       |    assert(fs_codec->utf8 == 1);
14861|       |#endif
14862|       |
14863|       |    /* At this point, PyUnicode_EncodeFSDefault() and
14864|       |       PyUnicode_DecodeFSDefault() can now use the Python codec rather than
14865|       |       the C implementation of the filesystem encoding. */
14866|       |
14867|       |    /* Set Py_FileSystemDefaultEncoding and Py_FileSystemDefaultEncodeErrors
14868|       |       global configuration variables. */
14869|      2|    if (_Py_IsMainInterpreter(interp)) {
  ------------------
  |  Branch (14869:9): [True: 2, False: 0]
  ------------------
14870|       |
14871|      2|        if (_Py_SetFileSystemEncoding(fs_codec->encoding,
  ------------------
  |  Branch (14871:13): [True: 0, False: 2]
  ------------------
14872|      2|                                      fs_codec->errors) < 0) {
14873|      0|            PyErr_NoMemory();
14874|      0|            return -1;
14875|      0|        }
14876|      2|    }
14877|      2|    return 0;
14878|      2|}
unicodeobject.c:init_stdio_encoding:
14813|      2|{
14814|       |    /* Update the stdio encoding to the normalized Python codec name. */
14815|      2|    PyConfig *config = (PyConfig*)_PyInterpreterState_GetConfig(interp);
14816|      2|    if (config_get_codec_name(&config->stdio_encoding) < 0) {
  ------------------
  |  Branch (14816:9): [True: 0, False: 2]
  ------------------
14817|      0|        return _PyStatus_ERR("failed to get the Python codec name "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
14818|      0|                             "of the stdio encoding");
14819|      0|    }
14820|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
14821|      2|}

_Py_union_type_or:
  259|      1|{
  260|      1|    if (!is_unionable(self) || !is_unionable(other)) {
  ------------------
  |  Branch (260:9): [True: 0, False: 1]
  |  Branch (260:32): [True: 0, False: 1]
  ------------------
  261|      0|        Py_RETURN_NOTIMPLEMENTED;
  ------------------
  |  |  648|      0|#  define Py_RETURN_NOTIMPLEMENTED return Py_NotImplemented
  |  |  ------------------
  |  |  |  |  640|      0|#  define Py_NotImplemented (&_Py_NotImplementedStruct)
  |  |  ------------------
  ------------------
  262|      0|    }
  263|       |
  264|      1|    unionbuilder ub;
  265|       |    // unchecked because we already checked is_unionable()
  266|      1|    if (!unionbuilder_init(&ub, false)) {
  ------------------
  |  Branch (266:9): [True: 0, False: 1]
  ------------------
  267|      0|        return NULL;
  268|      0|    }
  269|      1|    if (!unionbuilder_add_single(&ub, self) ||
  ------------------
  |  Branch (269:9): [True: 0, False: 1]
  ------------------
  270|      1|        !unionbuilder_add_single(&ub, other)) {
  ------------------
  |  Branch (270:9): [True: 0, False: 1]
  ------------------
  271|      0|        unionbuilder_finalize(&ub);
  272|      0|        return NULL;
  273|      0|    }
  274|       |
  275|      1|    PyObject *new_union = make_union(&ub);
  276|      1|    return new_union;
  277|      1|}
unionobject.c:is_unionable:
  245|      2|{
  246|      2|    if (obj == Py_None ||
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (246:9): [True: 0, False: 2]
  ------------------
  247|      2|        PyType_Check(obj) ||
  ------------------
  |  |  766|      4|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 2, False: 0]
  |  |  ------------------
  ------------------
  248|      2|        PySentinel_Check(obj) ||
  ------------------
  |  |   15|      2|#define PySentinel_Check(op) PySentinel_CheckExact(op)
  |  |  ------------------
  |  |  |  |   12|      0|#define PySentinel_CheckExact(op) Py_IS_TYPE((op), &PySentinel_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|      2|        _PyGenericAlias_Check(obj) ||
  ------------------
  |  |   17|      0|#define _PyGenericAlias_Check(op) PyObject_TypeCheck((op), &Py_GenericAliasType)
  |  |  ------------------
  |  |  |  |  378|      2|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|      2|        _PyUnion_Check(obj) ||
  ------------------
  |  |   15|      0|#define _PyUnion_Check(op) Py_IS_TYPE((op), &_PyUnion_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  251|      2|        Py_IS_TYPE(obj, &_PyTypeAlias_Type)) {
  ------------------
  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  252|      2|        return 1;
  253|      2|    }
  254|      0|    return 0;
  255|      2|}
unionobject.c:unionbuilder_init:
  144|      1|{
  145|      1|    ub->args = PyList_New(0);
  146|      1|    if (ub->args == NULL) {
  ------------------
  |  Branch (146:9): [True: 0, False: 1]
  ------------------
  147|      0|        return false;
  148|      0|    }
  149|      1|    ub->hashable_args = PySet_New(NULL);
  150|      1|    if (ub->hashable_args == NULL) {
  ------------------
  |  Branch (150:9): [True: 0, False: 1]
  ------------------
  151|      0|        Py_DECREF(ub->args);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  152|      0|        return false;
  153|      0|    }
  154|      1|    ub->unhashable_args = NULL;
  155|      1|    ub->is_checked = is_checked;
  156|       |    return true;
  157|      1|}
unionobject.c:unionbuilder_add_single:
  209|      2|{
  210|      2|    if (Py_IsNone(arg)) {
  ------------------
  |  |  621|      2|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|      2|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|      0|        arg = (PyObject *)&_PyNone_Type;  // immortal, so no refcounting needed
  212|      0|    }
  213|      2|    else if (_PyUnion_Check(arg)) {
  ------------------
  |  |   15|      2|#define _PyUnion_Check(op) Py_IS_TYPE((op), &_PyUnion_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|      0|        PyObject *args = ((unionobject *)arg)->args;
  215|      0|        return unionbuilder_add_tuple(ub, args);
  216|      0|    }
  217|      2|    if (ub->is_checked) {
  ------------------
  |  Branch (217:9): [True: 0, False: 2]
  ------------------
  218|      0|        PyObject *type = type_check(arg, "Union[arg, ...]: each arg must be a type.");
  219|      0|        if (type == NULL) {
  ------------------
  |  Branch (219:13): [True: 0, False: 0]
  ------------------
  220|      0|            return false;
  221|      0|        }
  222|      0|        bool result = unionbuilder_add_single_unchecked(ub, type);
  223|      0|        Py_DECREF(type);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  224|      0|        return result;
  225|      0|    }
  226|      2|    else {
  227|      2|        return unionbuilder_add_single_unchecked(ub, arg);
  228|      2|    }
  229|      2|}
unionobject.c:unionbuilder_add_single_unchecked:
  169|      2|{
  170|      2|    Py_hash_t hash = PyObject_Hash(arg);
  171|      2|    if (hash == -1) {
  ------------------
  |  Branch (171:9): [True: 0, False: 2]
  ------------------
  172|      0|        PyErr_Clear();
  173|      0|        if (ub->unhashable_args == NULL) {
  ------------------
  |  Branch (173:13): [True: 0, False: 0]
  ------------------
  174|      0|            ub->unhashable_args = PyList_New(0);
  175|      0|            if (ub->unhashable_args == NULL) {
  ------------------
  |  Branch (175:17): [True: 0, False: 0]
  ------------------
  176|      0|                return false;
  177|      0|            }
  178|      0|        }
  179|      0|        else {
  180|      0|            int contains = PySequence_Contains(ub->unhashable_args, arg);
  181|      0|            if (contains < 0) {
  ------------------
  |  Branch (181:17): [True: 0, False: 0]
  ------------------
  182|      0|                return false;
  183|      0|            }
  184|      0|            if (contains == 1) {
  ------------------
  |  Branch (184:17): [True: 0, False: 0]
  ------------------
  185|      0|                return true;
  186|      0|            }
  187|      0|        }
  188|      0|        if (PyList_Append(ub->unhashable_args, arg) < 0) {
  ------------------
  |  Branch (188:13): [True: 0, False: 0]
  ------------------
  189|      0|            return false;
  190|      0|        }
  191|      0|    }
  192|      2|    else {
  193|      2|        int contains = PySet_Contains(ub->hashable_args, arg);
  194|      2|        if (contains < 0) {
  ------------------
  |  Branch (194:13): [True: 0, False: 2]
  ------------------
  195|      0|            return false;
  196|      0|        }
  197|      2|        if (contains == 1) {
  ------------------
  |  Branch (197:13): [True: 0, False: 2]
  ------------------
  198|      0|            return true;
  199|      0|        }
  200|      2|        if (PySet_Add(ub->hashable_args, arg) < 0) {
  ------------------
  |  Branch (200:13): [True: 0, False: 2]
  ------------------
  201|      0|            return false;
  202|      0|        }
  203|      2|    }
  204|      2|    return PyList_Append(ub->args, arg) == 0;
  205|      2|}
unionobject.c:unionbuilder_finalize:
  161|      1|{
  162|      1|    Py_DECREF(ub->args);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  163|      1|    Py_DECREF(ub->hashable_args);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|      1|    Py_XDECREF(ub->unhashable_args);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|      1|}
unionobject.c:unionobject_dealloc:
   21|      1|{
   22|      1|    unionobject *alias = (unionobject *)self;
   23|       |
   24|      1|    _PyObject_GC_UNTRACK(self);
  ------------------
  |  |  515|      1|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   25|      1|    FT_CLEAR_WEAKREFS(self, alias->weakreflist);
  ------------------
  |  |   47|      1|    do {                                            \
  |  |   48|      1|        assert(Py_REFCNT(obj) == 0);                \
  |  |   49|      1|        if (weakref_list != NULL) {                 \
  |  |  ------------------
  |  |  |  Branch (49:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   50|      0|            PyObject_ClearWeakRefs(obj);            \
  |  |   51|      0|        }                                           \
  |  |   52|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (52:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (25:5): [True: 1, False: 0]
  ------------------
   26|       |
   27|      1|    Py_XDECREF(alias->args);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   28|      1|    Py_XDECREF(alias->hashable_args);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   29|      1|    Py_XDECREF(alias->unhashable_args);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   30|      1|    Py_XDECREF(alias->parameters);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   31|      1|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|      1|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   32|      1|}
unionobject.c:make_union:
  551|      1|{
  552|      1|    Py_ssize_t n = PyList_GET_SIZE(ub->args);
  ------------------
  |  |   38|      1|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  553|      1|    if (n == 0) {
  ------------------
  |  Branch (553:9): [True: 0, False: 1]
  ------------------
  554|      0|        PyErr_SetString(PyExc_TypeError, "Cannot take a Union of no types.");
  555|      0|        unionbuilder_finalize(ub);
  556|      0|        return NULL;
  557|      0|    }
  558|      1|    if (n == 1) {
  ------------------
  |  Branch (558:9): [True: 0, False: 1]
  ------------------
  559|      0|        PyObject *result = PyList_GET_ITEM(ub->args, 0);
  ------------------
  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (559:28): [True: 0, False: 0]
  ------------------
  560|      0|        Py_INCREF(result);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  561|      0|        unionbuilder_finalize(ub);
  562|      0|        return result;
  563|      0|    }
  564|       |
  565|      1|    PyObject *args = NULL, *hashable_args = NULL, *unhashable_args = NULL;
  566|      1|    args = PyList_AsTuple(ub->args);
  567|      1|    if (args == NULL) {
  ------------------
  |  Branch (567:9): [True: 0, False: 1]
  ------------------
  568|      0|        goto error;
  569|      0|    }
  570|      1|    hashable_args = PyFrozenSet_New(ub->hashable_args);
  571|      1|    if (hashable_args == NULL) {
  ------------------
  |  Branch (571:9): [True: 0, False: 1]
  ------------------
  572|      0|        goto error;
  573|      0|    }
  574|      1|    if (ub->unhashable_args != NULL) {
  ------------------
  |  Branch (574:9): [True: 0, False: 1]
  ------------------
  575|      0|        unhashable_args = PyList_AsTuple(ub->unhashable_args);
  576|      0|        if (unhashable_args == NULL) {
  ------------------
  |  Branch (576:13): [True: 0, False: 0]
  ------------------
  577|      0|            goto error;
  578|      0|        }
  579|      0|    }
  580|       |
  581|      1|    unionobject *result = PyObject_GC_New(unionobject, &_PyUnion_Type);
  ------------------
  |  |  181|      1|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  582|      1|    if (result == NULL) {
  ------------------
  |  Branch (582:9): [True: 0, False: 1]
  ------------------
  583|      0|        goto error;
  584|      0|    }
  585|      1|    unionbuilder_finalize(ub);
  586|       |
  587|      1|    result->parameters = NULL;
  588|      1|    result->args = args;
  589|      1|    result->hashable_args = hashable_args;
  590|      1|    result->unhashable_args = unhashable_args;
  591|      1|    result->weakreflist = NULL;
  592|      1|    _PyObject_GC_TRACK(result);
  ------------------
  |  |  513|      1|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  593|      1|    return (PyObject*)result;
  594|      0|error:
  595|      0|    Py_XDECREF(args);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  596|      0|    Py_XDECREF(hashable_args);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  597|      0|    Py_XDECREF(unhashable_args);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  598|      0|    unionbuilder_finalize(ub);
  599|       |    return NULL;
  600|      1|}

_PyWeakref_GetWeakrefCount:
   43|    158|{
   44|    158|    if (!_PyType_SUPPORTS_WEAKREFS(Py_TYPE(obj))) {
  ------------------
  |  |  213|    158|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    158|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (44:9): [True: 0, False: 158]
  ------------------
   45|      0|        return 0;
   46|      0|    }
   47|       |
   48|    158|    LOCK_WEAKREFS(obj);
   49|    158|    Py_ssize_t count = 0;
   50|    158|    PyWeakReference *head = *GET_WEAKREFS_LISTPTR(obj);
  ------------------
  |  |   38|    158|        ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
  ------------------
   51|    316|    while (head != NULL) {
  ------------------
  |  Branch (51:12): [True: 158, False: 158]
  ------------------
   52|    158|        ++count;
   53|    158|        head = head->wr_next;
   54|    158|    }
   55|    158|    UNLOCK_WEAKREFS(obj);
   56|    158|    return count;
   57|    158|}
_PyWeakref_ClearRef:
  134|      1|{
  135|      1|    assert(self != NULL);
  ------------------
  |  Branch (135:5): [True: 1, False: 0]
  ------------------
  136|      1|    assert(PyWeakref_Check(self));
  ------------------
  |  Branch (136:5): [True: 0, False: 0]
  |  Branch (136:5): [True: 0, False: 0]
  |  Branch (136:5): [True: 1, False: 0]
  ------------------
  137|      1|    clear_weakref_lock_held(self, NULL);
  138|      1|}
PyWeakref_NewRef:
  920|  1.03k|{
  921|  1.03k|    return (PyObject *)get_or_create_weakref(&_PyWeakref_RefType, ob,
  922|  1.03k|                                             callback);
  923|  1.03k|}
PyWeakref_GetRef:
  951|     32|{
  952|     32|    if (ref == NULL) {
  ------------------
  |  Branch (952:9): [True: 0, False: 32]
  ------------------
  953|      0|        *pobj = NULL;
  954|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
  955|      0|        return -1;
  956|      0|    }
  957|     32|    if (!PyWeakref_Check(ref)) {
  ------------------
  |  |   23|     32|        (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  |  |  ------------------
  |  |  |  |   15|     32|#define PyWeakref_CheckRef(op) PyObject_TypeCheck((op), &_PyWeakref_RefType)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|     64|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 32, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  |  |  ------------------
  |  |  |  |   19|      0|        (Py_IS_TYPE((op), &_PyWeakref_ProxyType) \
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   20|      0|         || Py_IS_TYPE((op), &_PyWeakref_CallableProxyType))
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  958|      0|        *pobj = NULL;
  959|      0|        PyErr_SetString(PyExc_TypeError, "expected a weakref");
  960|      0|        return -1;
  961|      0|    }
  962|     32|    *pobj = _PyWeakref_GET_REF(ref);
  963|       |    return (*pobj != NULL);
  964|     32|}
PyObject_ClearWeakRefs:
 1008|    722|{
 1009|    722|    PyWeakReference **list;
 1010|       |
 1011|    722|    if (object == NULL
  ------------------
  |  Branch (1011:9): [True: 0, False: 722]
  ------------------
 1012|    722|        || !_PyType_SUPPORTS_WEAKREFS(Py_TYPE(object))
  ------------------
  |  |  213|    722|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    722|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    722|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1012:12): [True: 0, False: 722]
  ------------------
 1013|    722|        || Py_REFCNT(object) != 0)
  ------------------
  |  |  119|    722|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    722|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    722|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1013:12): [True: 0, False: 722]
  ------------------
 1014|      0|    {
 1015|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1016|      0|        return;
 1017|      0|    }
 1018|       |
 1019|    722|    list = GET_WEAKREFS_LISTPTR(object);
  ------------------
  |  |   38|    722|        ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
  ------------------
 1020|    722|    if (FT_ATOMIC_LOAD_PTR(*list) == NULL) {
  ------------------
  |  |  145|    722|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
  |  Branch (1020:9): [True: 564, False: 158]
  ------------------
 1021|       |        // Fast path for the common case
 1022|    564|        return;
 1023|    564|    }
 1024|       |
 1025|       |    /* Remove the callback-less basic and proxy references, which always appear
 1026|       |       at the head of the list.
 1027|       |    */
 1028|    316|    for (int done = 0; !done;) {
  ------------------
  |  Branch (1028:24): [True: 158, False: 158]
  ------------------
 1029|    158|        LOCK_WEAKREFS(object);
 1030|    158|        if (*list != NULL && is_basic_ref_or_proxy(*list)) {
  ------------------
  |  Branch (1030:13): [True: 158, False: 0]
  |  Branch (1030:30): [True: 0, False: 158]
  ------------------
 1031|      0|            PyObject *callback;
 1032|      0|            clear_weakref_lock_held(*list, &callback);
 1033|      0|            assert(callback == NULL);
  ------------------
  |  Branch (1033:13): [True: 0, False: 0]
  ------------------
 1034|      0|        }
 1035|    158|        done = (*list == NULL) || !is_basic_ref_or_proxy(*list);
  ------------------
  |  Branch (1035:16): [True: 0, False: 158]
  |  Branch (1035:35): [True: 158, False: 0]
  ------------------
 1036|    158|        UNLOCK_WEAKREFS(object);
 1037|    158|    }
 1038|       |
 1039|       |    /* Deal with non-canonical (subtypes or refs with callbacks) references. */
 1040|    158|    Py_ssize_t num_weakrefs = _PyWeakref_GetWeakrefCount(object);
 1041|    158|    if (num_weakrefs == 0) {
  ------------------
  |  Branch (1041:9): [True: 0, False: 158]
  ------------------
 1042|      0|        return;
 1043|      0|    }
 1044|       |
 1045|    158|    PyObject *exc = PyErr_GetRaisedException();
 1046|    158|    PyObject *tuple = PyTuple_New(num_weakrefs * 2);
 1047|    158|    if (tuple == NULL) {
  ------------------
  |  Branch (1047:9): [True: 0, False: 158]
  ------------------
 1048|      0|        _PyWeakref_ClearWeakRefsNoCallbacks(object);
 1049|      0|        PyErr_FormatUnraisable("Exception ignored while "
 1050|      0|                               "clearing object weakrefs");
 1051|      0|        PyErr_SetRaisedException(exc);
 1052|      0|        return;
 1053|      0|    }
 1054|       |
 1055|    158|    Py_ssize_t num_items = 0;
 1056|    316|    for (int done = 0; !done;) {
  ------------------
  |  Branch (1056:24): [True: 158, False: 158]
  ------------------
 1057|    158|        PyObject *callback = NULL;
 1058|    158|        LOCK_WEAKREFS(object);
 1059|    158|        PyWeakReference *cur = *list;
 1060|    158|        if (cur != NULL) {
  ------------------
  |  Branch (1060:13): [True: 158, False: 0]
  ------------------
 1061|    158|            clear_weakref_lock_held(cur, &callback);
 1062|    158|            if (_Py_TryIncref((PyObject *) cur)) {
  ------------------
  |  Branch (1062:17): [True: 158, False: 0]
  ------------------
 1063|    158|                assert(num_items / 2 < num_weakrefs);
  ------------------
  |  Branch (1063:17): [True: 158, False: 0]
  ------------------
 1064|    158|                PyTuple_SET_ITEM(tuple, num_items, (PyObject *) cur);
  ------------------
  |  |   40|    158|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    158|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    158|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1065|    158|                PyTuple_SET_ITEM(tuple, num_items + 1, callback);
  ------------------
  |  |   40|    158|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    158|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    158|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1066|    158|                num_items += 2;
 1067|    158|                callback = NULL;
 1068|    158|            }
 1069|    158|        }
 1070|    158|        done = (*list == NULL);
 1071|    158|        UNLOCK_WEAKREFS(object);
 1072|       |
 1073|    158|        Py_XDECREF(callback);
  ------------------
  |  |  524|    158|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    158|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1074|    158|    }
 1075|       |
 1076|    316|    for (Py_ssize_t i = 0; i < num_items; i += 2) {
  ------------------
  |  Branch (1076:28): [True: 158, False: 158]
  ------------------
 1077|    158|        PyObject *callback = PyTuple_GET_ITEM(tuple, i + 1);
  ------------------
  |  |   29|    158|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    158|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1077:30): [True: 158, False: 0]
  ------------------
 1078|    158|        if (callback != NULL) {
  ------------------
  |  Branch (1078:13): [True: 158, False: 0]
  ------------------
 1079|    158|            PyObject *weakref = PyTuple_GET_ITEM(tuple, i);
  ------------------
  |  |   29|    158|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    158|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1079:33): [True: 158, False: 0]
  ------------------
 1080|      0|            handle_callback((PyWeakReference *)weakref, callback);
 1081|    158|        }
 1082|    158|    }
 1083|       |
 1084|    158|    Py_DECREF(tuple);
  ------------------
  |  |  430|    158|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    158|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1085|       |
 1086|    158|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (1086:5): [True: 158, False: 0]
  ------------------
 1087|    158|    PyErr_SetRaisedException(exc);
 1088|    158|}
weakrefobject.c:clear_weakref_lock_held:
   80|    354|{
   81|    354|    if (self->wr_object != Py_None) {
  ------------------
  |  |  616|    354|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (81:9): [True: 195, False: 159]
  ------------------
   82|    195|        PyWeakReference **list = GET_WEAKREFS_LISTPTR(self->wr_object);
  ------------------
  |  |   38|    195|        ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
  ------------------
   83|    195|        if (*list == self) {
  ------------------
  |  Branch (83:13): [True: 178, False: 17]
  ------------------
   84|       |            /* If 'self' is the end of the list (and thus self->wr_next ==
   85|       |               NULL) then the weakref list itself (and thus the value of *list)
   86|       |               will end up being set to NULL. */
   87|    178|            FT_ATOMIC_STORE_PTR(*list, self->wr_next);
  ------------------
  |  |  146|    178|#define FT_ATOMIC_STORE_PTR(value, new_value) value = new_value
  ------------------
   88|    178|        }
   89|    195|        FT_ATOMIC_STORE_PTR(self->wr_object, Py_None);
  ------------------
  |  |  146|    195|#define FT_ATOMIC_STORE_PTR(value, new_value) value = new_value
  ------------------
   90|    195|        if (self->wr_prev != NULL) {
  ------------------
  |  Branch (90:13): [True: 17, False: 178]
  ------------------
   91|     17|            self->wr_prev->wr_next = self->wr_next;
   92|     17|        }
   93|    195|        if (self->wr_next != NULL) {
  ------------------
  |  Branch (93:13): [True: 3, False: 192]
  ------------------
   94|      3|            self->wr_next->wr_prev = self->wr_prev;
   95|      3|        }
   96|    195|        self->wr_prev = NULL;
   97|    195|        self->wr_next = NULL;
   98|    195|    }
   99|    354|    if (callback != NULL) {
  ------------------
  |  Branch (99:9): [True: 353, False: 1]
  ------------------
  100|    353|        *callback = self->wr_callback;
  101|       |        self->wr_callback = NULL;
  102|    353|    }
  103|    354|}
weakrefobject.c:weakref_dealloc:
  142|    195|{
  143|    195|    PyObject_GC_UnTrack(self);
  144|    195|    clear_weakref(self);
  145|    195|    Py_TYPE(self)->tp_free(self);
  ------------------
  |  |  213|    195|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    195|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    195|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  146|    195|}
weakrefobject.c:clear_weakref:
  108|    195|{
  109|    195|    PyWeakReference *self = _PyWeakref_CAST(op);
  ------------------
  |  |   46|    195|    (assert(PyWeakref_Check(op)), _Py_CAST(PyWeakReference*, (op)))
  |  |  ------------------
  |  |  |  |   37|    195|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (109:29): [True: 0, False: 0]
  |  Branch (109:29): [True: 0, False: 0]
  |  Branch (109:29): [True: 195, False: 0]
  ------------------
  110|    195|    PyObject *callback = NULL;
  111|       |
  112|       |    // self->wr_object may be Py_None if the GC cleared the weakref, so lock
  113|       |    // using the pointer in the weakref.
  114|    195|    LOCK_WEAKREFS_FOR_WR(self);
  115|    195|    clear_weakref_lock_held(self, &callback);
  116|    195|    UNLOCK_WEAKREFS_FOR_WR(self);
  117|    195|    Py_XDECREF(callback);
  ------------------
  |  |  524|    195|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    195|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    195|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  118|    195|}
weakrefobject.c:weakref_hash:
  206|    147|{
  207|    147|    PyWeakReference *self = _PyWeakref_CAST(op);
  ------------------
  |  |   46|    147|    (assert(PyWeakref_Check(op)), _Py_CAST(PyWeakReference*, (op)))
  |  |  ------------------
  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (207:29): [True: 0, False: 0]
  |  Branch (207:29): [True: 0, False: 0]
  |  Branch (207:29): [True: 147, False: 0]
  ------------------
  208|      0|    Py_hash_t hash;
  209|    147|    Py_BEGIN_CRITICAL_SECTION(self);
  ------------------
  |  |   51|    147|    {
  ------------------
  210|    147|    hash = weakref_hash_lock_held(self);
  211|    147|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    147|    }
  ------------------
  212|    147|    return hash;
  213|    147|}
weakrefobject.c:weakref_hash_lock_held:
  191|    147|{
  192|    147|    if (self->hash != -1)
  ------------------
  |  Branch (192:9): [True: 2, False: 145]
  ------------------
  193|      2|        return self->hash;
  194|    145|    PyObject* obj = _PyWeakref_GET_REF((PyObject*)self);
  195|    145|    if (obj == NULL) {
  ------------------
  |  Branch (195:9): [True: 0, False: 145]
  ------------------
  196|      0|        PyErr_SetString(PyExc_TypeError, "weak object has gone away");
  197|      0|        return -1;
  198|      0|    }
  199|    145|    self->hash = PyObject_Hash(obj);
  200|    145|    Py_DECREF(obj);
  ------------------
  |  |  430|    145|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    145|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    145|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  201|    145|    return self->hash;
  202|    145|}
weakrefobject.c:gc_traverse:
  151|  1.47k|{
  152|  1.47k|    PyWeakReference *self = _PyWeakref_CAST(op);
  ------------------
  |  |   46|  1.47k|    (assert(PyWeakref_Check(op)), _Py_CAST(PyWeakReference*, (op)))
  |  |  ------------------
  |  |  |  |   37|  1.47k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (152:29): [True: 0, False: 0]
  |  Branch (152:29): [True: 0, False: 0]
  |  Branch (152:29): [True: 1.47k, False: 0]
  ------------------
  153|  1.47k|    Py_VISIT(self->wr_callback);
  ------------------
  |  |  194|  1.47k|    do {                                                                \
  |  |  195|  1.47k|        if (op) {                                                       \
  |  |  ------------------
  |  |  |  Branch (195:13): [True: 106, False: 1.36k]
  |  |  ------------------
  |  |  196|    106|            int vret = visit(_PyObject_CAST(op), arg);                  \
  |  |  ------------------
  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  197|    106|            if (vret)                                                   \
  |  |  ------------------
  |  |  |  Branch (197:17): [True: 0, False: 106]
  |  |  ------------------
  |  |  198|    106|                return vret;                                            \
  |  |  199|    106|        }                                                               \
  |  |  200|  1.47k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (200:14): [Folded, False: 1.47k]
  |  |  ------------------
  ------------------
  154|  1.47k|    return 0;
  155|  1.47k|}
weakrefobject.c:weakref___init__:
  474|    160|{
  475|    160|    PyObject *tmp;
  476|       |
  477|    160|    if (!_PyArg_NoKeywords("ref", kwargs))
  ------------------
  |  |   25|    160|    ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
  |  |  ------------------
  |  |  |  Branch (25:6): [True: 160, False: 0]
  |  |  |  Branch (25:26): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  478|      0|        return -1;
  479|       |
  480|    160|    if (parse_weakref_init_args("__init__", args, kwargs, &tmp, &tmp))
  ------------------
  |  Branch (480:9): [True: 160, False: 0]
  ------------------
  481|    160|        return 0;
  482|      0|    else
  483|      0|        return -1;
  484|    160|}
weakrefobject.c:parse_weakref_init_args:
  458|    320|{
  459|    320|    return PyArg_UnpackTuple(args, funcname, 1, 2, obp, callbackp);
  460|    320|}
weakrefobject.c:weakref___new__:
  464|    160|{
  465|    160|    PyObject *ob, *callback = NULL;
  466|    160|    if (parse_weakref_init_args("__new__", args, kwargs, &ob, &callback)) {
  ------------------
  |  Branch (466:9): [True: 160, False: 0]
  ------------------
  467|    160|        return (PyObject *)get_or_create_weakref(type, ob, callback);
  468|    160|    }
  469|      0|    return NULL;
  470|    160|}
weakrefobject.c:get_or_create_weakref:
  412|  1.19k|{
  413|  1.19k|    if (!_PyType_SUPPORTS_WEAKREFS(Py_TYPE(obj))) {
  ------------------
  |  |  213|  1.19k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  1.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (413:9): [True: 0, False: 1.19k]
  ------------------
  414|      0|        PyErr_Format(PyExc_TypeError,
  415|      0|                     "cannot create weak reference to '%s' object",
  416|      0|                     Py_TYPE(obj)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  417|      0|        return NULL;
  418|      0|    }
  419|  1.19k|    if (callback == Py_None)
  ------------------
  |  |  616|  1.19k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (419:9): [True: 0, False: 1.19k]
  ------------------
  420|      0|        callback = NULL;
  421|       |
  422|  1.19k|    PyWeakReference **list = GET_WEAKREFS_LISTPTR(obj);
  ------------------
  |  |   38|  1.19k|        ((PyWeakReference **) _PyObject_GET_WEAKREFS_LISTPTR(o))
  ------------------
  423|  1.19k|    if ((type == &_PyWeakref_RefType) ||
  ------------------
  |  Branch (423:9): [True: 1.10k, False: 91]
  ------------------
  424|     91|        (type == &_PyWeakref_ProxyType) ||
  ------------------
  |  Branch (424:9): [True: 0, False: 91]
  ------------------
  425|     91|        (type == &_PyWeakref_CallableProxyType))
  ------------------
  |  Branch (425:9): [True: 0, False: 91]
  ------------------
  426|  1.10k|    {
  427|  1.10k|        LOCK_WEAKREFS(obj);
  428|  1.10k|        PyWeakReference *basic_ref = try_reuse_basic_ref(*list, type, callback);
  429|  1.10k|        if (basic_ref != NULL) {
  ------------------
  |  Branch (429:13): [True: 110, False: 996]
  ------------------
  430|    110|            UNLOCK_WEAKREFS(obj);
  431|    110|            return basic_ref;
  432|    110|        }
  433|    996|        PyWeakReference *newref = allocate_weakref(type, obj, callback);
  434|    996|        if (newref == NULL) {
  ------------------
  |  Branch (434:13): [True: 0, False: 996]
  ------------------
  435|      0|            UNLOCK_WEAKREFS(obj);
  436|      0|            return NULL;
  437|      0|        }
  438|    996|        insert_weakref(newref, list);
  439|    996|        UNLOCK_WEAKREFS(obj);
  440|    996|        return newref;
  441|    996|    }
  442|     91|    else {
  443|       |        // We may not be able to safely allocate inside the lock
  444|     91|        PyWeakReference *newref = allocate_weakref(type, obj, callback);
  445|     91|        if (newref == NULL) {
  ------------------
  |  Branch (445:13): [True: 0, False: 91]
  ------------------
  446|      0|            return NULL;
  447|      0|        }
  448|     91|        LOCK_WEAKREFS(obj);
  449|     91|        insert_weakref(newref, list);
  450|     91|        UNLOCK_WEAKREFS(obj);
  451|     91|        return newref;
  452|     91|    }
  453|  1.19k|}
weakrefobject.c:try_reuse_basic_ref:
  332|  1.10k|{
  333|  1.10k|    if (callback != NULL) {
  ------------------
  |  Branch (333:9): [True: 173, False: 933]
  ------------------
  334|    173|        return NULL;
  335|    173|    }
  336|       |
  337|    933|    PyWeakReference *ref, *proxy;
  338|    933|    get_basic_refs(list, &ref, &proxy);
  339|       |
  340|    933|    PyWeakReference *cand = NULL;
  341|    933|    if (type == &_PyWeakref_RefType) {
  ------------------
  |  Branch (341:9): [True: 933, False: 0]
  ------------------
  342|    933|        cand = ref;
  343|    933|    }
  344|    933|    if ((type == &_PyWeakref_ProxyType) ||
  ------------------
  |  Branch (344:9): [True: 0, False: 933]
  ------------------
  345|    933|        (type == &_PyWeakref_CallableProxyType)) {
  ------------------
  |  Branch (345:9): [True: 0, False: 933]
  ------------------
  346|      0|        cand = proxy;
  347|      0|    }
  348|       |
  349|    933|    if (cand != NULL && _Py_TryIncref((PyObject *) cand)) {
  ------------------
  |  Branch (349:9): [True: 110, False: 823]
  |  Branch (349:25): [True: 110, False: 0]
  ------------------
  350|    110|        return cand;
  351|    110|    }
  352|    823|    return NULL;
  353|    933|}
weakrefobject.c:get_basic_refs:
  279|  2.02k|{
  280|  2.02k|    *refp = NULL;
  281|  2.02k|    *proxyp = NULL;
  282|       |
  283|  2.02k|    if (head != NULL && head->wr_callback == NULL) {
  ------------------
  |  Branch (283:9): [True: 216, False: 1.80k]
  |  Branch (283:25): [True: 216, False: 0]
  ------------------
  284|       |        /* We need to be careful that the "basic refs" aren't
  285|       |           subclasses of the main types.  That complicates this a
  286|       |           little. */
  287|    216|        if (PyWeakref_CheckRefExact(head)) {
  ------------------
  |  |   17|    216|        Py_IS_TYPE((op), &_PyWeakref_RefType)
  |  |  ------------------
  |  |  |  |  215|    216|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 216, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  288|    216|            *refp = head;
  289|    216|            head = head->wr_next;
  290|    216|        }
  291|    216|        if (head != NULL
  ------------------
  |  Branch (291:13): [True: 43, False: 173]
  ------------------
  292|     43|            && head->wr_callback == NULL
  ------------------
  |  Branch (292:16): [True: 0, False: 43]
  ------------------
  293|      0|            && PyWeakref_CheckProxy(head)) {
  ------------------
  |  |   19|      0|        (Py_IS_TYPE((op), &_PyWeakref_ProxyType) \
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   20|      0|         || Py_IS_TYPE((op), &_PyWeakref_CallableProxyType))
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  294|      0|            *proxyp = head;
  295|       |            /* head = head->wr_next; */
  296|      0|        }
  297|    216|    }
  298|  2.02k|}
weakrefobject.c:allocate_weakref:
  401|  1.08k|{
  402|  1.08k|    PyWeakReference *newref = (PyWeakReference *) type->tp_alloc(type, 0);
  403|  1.08k|    if (newref == NULL) {
  ------------------
  |  Branch (403:9): [True: 0, False: 1.08k]
  ------------------
  404|      0|        return NULL;
  405|      0|    }
  406|  1.08k|    init_weakref(newref, obj, callback);
  407|  1.08k|    return newref;
  408|  1.08k|}
weakrefobject.c:init_weakref:
   63|  1.08k|{
   64|  1.08k|    self->hash = -1;
   65|  1.08k|    self->wr_object = ob;
   66|  1.08k|    self->wr_prev = NULL;
   67|  1.08k|    self->wr_next = NULL;
   68|  1.08k|    self->wr_callback = Py_XNewRef(callback);
  ------------------
  |  |  551|  1.08k|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.08k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.08k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   69|  1.08k|    self->vectorcall = weakref_vectorcall;
   70|       |#ifdef Py_GIL_DISABLED
   71|       |    self->weakrefs_lock = &WEAKREF_LIST_LOCK(ob);
   72|       |    _PyObject_SetMaybeWeakref(ob);
   73|       |    _PyObject_SetMaybeWeakref((PyObject *)self);
   74|       |#endif
   75|  1.08k|}
weakrefobject.c:weakref_vectorcall:
  174|    115|{
  175|    115|    if (!_PyArg_NoKwnames("weakref", kwnames)) {
  ------------------
  |  |   15|    115|    ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
  |  |  ------------------
  |  |  |  Branch (15:6): [True: 115, False: 0]
  |  |  |  Branch (15:27): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  176|      0|        return NULL;
  177|      0|    }
  178|    115|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|    115|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
  179|    115|    if (!_PyArg_CheckPositional("weakref", nargs, 0, 0)) {
  ------------------
  |  |   31|    115|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 115, False: 0]
  |  |  |  Branch (31:27): [True: 115, False: 0]
  |  |  ------------------
  |  |   32|    115|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  180|      0|        return NULL;
  181|      0|    }
  182|    115|    PyObject *obj = _PyWeakref_GET_REF(self);
  183|    115|    if (obj == NULL) {
  ------------------
  |  Branch (183:9): [True: 0, False: 115]
  ------------------
  184|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  185|      0|    }
  186|    115|    return obj;
  187|    115|}
weakrefobject.c:insert_weakref:
  376|  1.08k|{
  377|  1.08k|    PyWeakReference *ref, *proxy;
  378|  1.08k|    get_basic_refs(*list, &ref, &proxy);
  379|       |
  380|  1.08k|    PyWeakReference *prev;
  381|  1.08k|    if (is_basic_ref(newref)) {
  ------------------
  |  Branch (381:9): [True: 823, False: 264]
  ------------------
  382|    823|        prev = NULL;
  383|    823|    }
  384|    264|    else if (is_basic_proxy(newref)) {
  ------------------
  |  Branch (384:14): [True: 0, False: 264]
  ------------------
  385|      0|        prev = ref;
  386|      0|    }
  387|    264|    else {
  388|    264|        prev = (proxy == NULL) ? ref : proxy;
  ------------------
  |  Branch (388:16): [True: 264, False: 0]
  ------------------
  389|    264|    }
  390|       |
  391|  1.08k|    if (prev == NULL) {
  ------------------
  |  Branch (391:9): [True: 981, False: 106]
  ------------------
  392|    981|        insert_head(newref, list);
  393|    981|    }
  394|    106|    else {
  395|    106|        insert_after(newref, prev);
  396|    106|    }
  397|  1.08k|}
weakrefobject.c:is_basic_ref:
  357|  1.40k|{
  358|  1.40k|    return (ref->wr_callback == NULL) && PyWeakref_CheckRefExact(ref);
  ------------------
  |  |   17|    823|        Py_IS_TYPE((op), &_PyWeakref_RefType)
  |  |  ------------------
  |  |  |  |  215|    823|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    823|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    823|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 823, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (358:12): [True: 823, False: 580]
  ------------------
  359|  1.40k|}
weakrefobject.c:is_basic_proxy:
  363|    580|{
  364|    580|    return (proxy->wr_callback == NULL) && PyWeakref_CheckProxy(proxy);
  ------------------
  |  |   19|      0|        (Py_IS_TYPE((op), &_PyWeakref_ProxyType) \
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   20|      0|         || Py_IS_TYPE((op), &_PyWeakref_CallableProxyType))
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (364:12): [True: 0, False: 580]
  ------------------
  365|    580|}
weakrefobject.c:insert_head:
  316|    981|{
  317|    981|    PyWeakReference *next = *list;
  318|       |
  319|    981|    newref->wr_prev = NULL;
  320|    981|    newref->wr_next = next;
  321|    981|    if (next != NULL)
  ------------------
  |  Branch (321:9): [True: 0, False: 981]
  ------------------
  322|      0|        next->wr_prev = newref;
  323|    981|    *list = newref;
  324|    981|}
weakrefobject.c:insert_after:
  303|    106|{
  304|    106|    newref->wr_prev = prev;
  305|    106|    newref->wr_next = prev->wr_next;
  306|    106|    if (prev->wr_next != NULL)
  ------------------
  |  Branch (306:9): [True: 41, False: 65]
  ------------------
  307|     41|        prev->wr_next->wr_prev = newref;
  308|    106|    prev->wr_next = newref;
  309|    106|}
weakrefobject.c:is_basic_ref_or_proxy:
  369|    316|{
  370|    316|    return is_basic_ref(wr) || is_basic_proxy(wr);
  ------------------
  |  Branch (370:12): [True: 0, False: 316]
  |  Branch (370:32): [True: 0, False: 316]
  ------------------
  371|    316|}
weakrefobject.c:handle_callback:
  988|    158|{
  989|    158|    PyObject *cbresult = PyObject_CallOneArg(callback, (PyObject *)ref);
  990|       |
  991|    158|    if (cbresult == NULL) {
  ------------------
  |  Branch (991:9): [True: 0, False: 158]
  ------------------
  992|      0|        PyErr_FormatUnraisable("Exception ignored while "
  993|      0|                               "calling weakref callback %R", callback);
  994|      0|    }
  995|    158|    else {
  996|    158|        Py_DECREF(cbresult);
  ------------------
  |  |  430|    158|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    158|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    158|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  997|    158|    }
  998|    158|}

_PyPegen_dummy_name:
   12|      1|{
   13|      1|    return &_PyRuntime.parser.dummy_name;
   14|      1|}
_PyPegen_seq_insert_in_front:
   32|      5|{
   33|      5|    assert(a != NULL);
  ------------------
  |  Branch (33:5): [True: 5, False: 0]
  ------------------
   34|      5|    if (!seq) {
  ------------------
  |  Branch (34:9): [True: 0, False: 5]
  ------------------
   35|      0|        return _PyPegen_singleton_seq(p, a);
   36|      0|    }
   37|       |
   38|      5|    asdl_seq *new_seq = (asdl_seq*)_Py_asdl_generic_seq_new(asdl_seq_LEN(seq) + 1, p->arena);
  ------------------
  |  |   83|      5|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     10|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   39|      5|    if (!new_seq) {
  ------------------
  |  Branch (39:9): [True: 0, False: 5]
  ------------------
   40|      0|        return NULL;
   41|      0|    }
   42|       |
   43|      5|    asdl_seq_SET_UNTYPED(new_seq, 0, a);
  ------------------
  |  |  106|      5|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      5|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   44|     16|    for (Py_ssize_t i = 1, l = asdl_seq_LEN(new_seq); i < l; i++) {
  ------------------
  |  |   83|      5|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     10|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (44:55): [True: 11, False: 5]
  ------------------
   45|     11|        asdl_seq_SET_UNTYPED(new_seq, i, asdl_seq_GET_UNTYPED(seq, i - 1));
  ------------------
  |  |  106|     11|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|     11|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   46|     11|    }
   47|      5|    return new_seq;
   48|      5|}
_PyPegen_join_sequences:
  474|      1|{
  475|      1|    Py_ssize_t first_len = asdl_seq_LEN(a);
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  476|      1|    Py_ssize_t second_len = asdl_seq_LEN(b);
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  477|      1|    asdl_seq *new_seq = (asdl_seq*)_Py_asdl_generic_seq_new(first_len + second_len, p->arena);
  478|      1|    if (!new_seq) {
  ------------------
  |  Branch (478:9): [True: 0, False: 1]
  ------------------
  479|      0|        return NULL;
  480|      0|    }
  481|       |
  482|      1|    int k = 0;
  483|      6|    for (Py_ssize_t i = 0; i < first_len; i++) {
  ------------------
  |  Branch (483:28): [True: 5, False: 1]
  ------------------
  484|      5|        asdl_seq_SET_UNTYPED(new_seq, k++, asdl_seq_GET_UNTYPED(a, i));
  ------------------
  |  |  106|      5|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      5|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  485|      5|    }
  486|      1|    for (Py_ssize_t i = 0; i < second_len; i++) {
  ------------------
  |  Branch (486:28): [True: 0, False: 1]
  ------------------
  487|      0|        asdl_seq_SET_UNTYPED(new_seq, k++, asdl_seq_GET_UNTYPED(b, i));
  ------------------
  |  |  106|      0|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  488|      0|    }
  489|       |
  490|      1|    return new_seq;
  491|      1|}
_PyPegen_make_arguments:
  647|      1|{
  648|      1|    asdl_arg_seq *posonlyargs;
  649|      1|    if (_make_posonlyargs(p, slash_without_default, slash_with_default, &posonlyargs) == -1) {
  ------------------
  |  Branch (649:9): [True: 0, False: 1]
  ------------------
  650|      0|        return NULL;
  651|      0|    }
  652|       |
  653|      1|    asdl_arg_seq *posargs;
  654|      1|    if (_make_posargs(p, plain_names, names_with_default, &posargs) == -1) {
  ------------------
  |  Branch (654:9): [True: 0, False: 1]
  ------------------
  655|      0|        return NULL;
  656|      0|    }
  657|       |
  658|      1|    asdl_expr_seq *posdefaults;
  659|      1|    if (_make_posdefaults(p,slash_with_default, names_with_default, &posdefaults) == -1) {
  ------------------
  |  Branch (659:9): [True: 0, False: 1]
  ------------------
  660|      0|        return NULL;
  661|      0|    }
  662|       |
  663|      1|    arg_ty vararg = NULL;
  664|      1|    if (star_etc != NULL && star_etc->vararg != NULL) {
  ------------------
  |  Branch (664:9): [True: 0, False: 1]
  |  Branch (664:29): [True: 0, False: 0]
  ------------------
  665|      0|        vararg = star_etc->vararg;
  666|      0|    }
  667|       |
  668|      1|    asdl_arg_seq *kwonlyargs;
  669|      1|    asdl_expr_seq *kwdefaults;
  670|      1|    if (_make_kwargs(p, star_etc, &kwonlyargs, &kwdefaults) == -1) {
  ------------------
  |  Branch (670:9): [True: 0, False: 1]
  ------------------
  671|      0|        return NULL;
  672|      0|    }
  673|       |
  674|      1|    arg_ty kwarg = NULL;
  675|      1|    if (star_etc != NULL && star_etc->kwarg != NULL) {
  ------------------
  |  Branch (675:9): [True: 0, False: 1]
  |  Branch (675:29): [True: 0, False: 0]
  ------------------
  676|      0|        kwarg = star_etc->kwarg;
  677|      0|    }
  678|       |
  679|      1|    return _PyAST_arguments(posonlyargs, posargs, vararg, kwonlyargs,
  680|      1|                            kwdefaults, kwarg, posdefaults, p->arena);
  681|      1|}
_PyPegen_collect_call_seqs:
 1160|      1|                     int end_col_offset, PyArena *arena) {
 1161|      1|    Py_ssize_t args_len = asdl_seq_LEN(a);
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1162|      1|    Py_ssize_t total_len = args_len;
 1163|       |
 1164|      1|    if (b == NULL) {
  ------------------
  |  Branch (1164:9): [True: 1, False: 0]
  ------------------
 1165|      1|        return _PyAST_Call(_PyPegen_dummy_name(p), a, NULL, lineno, col_offset,
 1166|      1|                        end_lineno, end_col_offset, arena);
 1167|       |
 1168|      1|    }
 1169|       |
 1170|      0|    asdl_expr_seq *starreds = _PyPegen_seq_extract_starred_exprs(p, b);
 1171|      0|    asdl_keyword_seq *keywords = _PyPegen_seq_delete_starred_exprs(p, b);
 1172|       |
 1173|      0|    if (starreds) {
  ------------------
  |  Branch (1173:9): [True: 0, False: 0]
  ------------------
 1174|      0|        total_len += asdl_seq_LEN(starreds);
  ------------------
  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1175|      0|    }
 1176|       |
 1177|      0|    asdl_expr_seq *args = _Py_asdl_expr_seq_new(total_len, arena);
 1178|      0|    if (args == NULL) {
  ------------------
  |  Branch (1178:9): [True: 0, False: 0]
  ------------------
 1179|      0|        return NULL;
 1180|      0|    }
 1181|       |
 1182|      0|    Py_ssize_t i = 0;
 1183|      0|    for (i = 0; i < args_len; i++) {
  ------------------
  |  Branch (1183:17): [True: 0, False: 0]
  ------------------
 1184|      0|        asdl_seq_SET(args, i, asdl_seq_GET(a, i));
  ------------------
  |  |   94|      0|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1185|      0|    }
 1186|      0|    for (; i < total_len; i++) {
  ------------------
  |  Branch (1186:12): [True: 0, False: 0]
  ------------------
 1187|      0|        asdl_seq_SET(args, i, asdl_seq_GET(starreds, i - args_len));
  ------------------
  |  |   94|      0|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1188|      0|    }
 1189|       |
 1190|      0|    return _PyAST_Call(_PyPegen_dummy_name(p), args, keywords, lineno,
 1191|      0|                       col_offset, end_lineno, end_col_offset, arena);
 1192|      0|}
action_helpers.c:_make_posonlyargs:
  527|      1|                  asdl_arg_seq **posonlyargs) {
  528|      1|    if (slash_without_default != NULL) {
  ------------------
  |  Branch (528:9): [True: 0, False: 1]
  ------------------
  529|      0|        *posonlyargs = slash_without_default;
  530|      0|    }
  531|      1|    else if (slash_with_default != NULL) {
  ------------------
  |  Branch (531:14): [True: 0, False: 1]
  ------------------
  532|      0|        asdl_arg_seq *slash_with_default_names =
  533|      0|                _get_names(p, slash_with_default->names_with_defaults);
  534|      0|        if (!slash_with_default_names) {
  ------------------
  |  Branch (534:13): [True: 0, False: 0]
  ------------------
  535|      0|            return -1;
  536|      0|        }
  537|      0|        *posonlyargs = (asdl_arg_seq*)_PyPegen_join_sequences(
  538|      0|                p,
  539|      0|                (asdl_seq*)slash_with_default->plain_names,
  540|      0|                (asdl_seq*)slash_with_default_names);
  541|      0|    }
  542|      1|    else {
  543|      1|        *posonlyargs = _Py_asdl_arg_seq_new(0, p->arena);
  544|      1|    }
  545|      1|    return *posonlyargs == NULL ? -1 : 0;
  ------------------
  |  Branch (545:12): [True: 0, False: 1]
  ------------------
  546|      1|}
action_helpers.c:_get_names:
  495|      1|{
  496|      1|    Py_ssize_t len = asdl_seq_LEN(names_with_defaults);
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  497|      1|    asdl_arg_seq *seq = _Py_asdl_arg_seq_new(len, p->arena);
  498|      1|    if (!seq) {
  ------------------
  |  Branch (498:9): [True: 0, False: 1]
  ------------------
  499|      0|        return NULL;
  500|      0|    }
  501|      1|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (501:28): [True: 0, False: 1]
  ------------------
  502|      0|        NameDefaultPair *pair = asdl_seq_GET_UNTYPED(names_with_defaults, i);
  ------------------
  |  |   81|      0|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  503|      0|        asdl_seq_SET(seq, i, pair->arg);
  ------------------
  |  |   94|      0|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  504|      0|    }
  505|      1|    return seq;
  506|      1|}
action_helpers.c:_make_posargs:
  552|      1|              asdl_arg_seq **posargs) {
  553|       |
  554|      1|    if (names_with_default != NULL) {
  ------------------
  |  Branch (554:9): [True: 1, False: 0]
  ------------------
  555|      1|        if (plain_names != NULL) {
  ------------------
  |  Branch (555:13): [True: 1, False: 0]
  ------------------
  556|      1|            asdl_arg_seq *names_with_default_names = _get_names(p, names_with_default);
  557|      1|            if (!names_with_default_names) {
  ------------------
  |  Branch (557:17): [True: 0, False: 1]
  ------------------
  558|      0|                return -1;
  559|      0|            }
  560|      1|            *posargs = (asdl_arg_seq*)_PyPegen_join_sequences(
  561|      1|                    p,(asdl_seq*)plain_names, (asdl_seq*)names_with_default_names);
  562|      1|        }
  563|      0|        else {
  564|      0|            *posargs = _get_names(p, names_with_default);
  565|      0|        }
  566|      1|    }
  567|      0|    else {
  568|      0|        if (plain_names != NULL) {
  ------------------
  |  Branch (568:13): [True: 0, False: 0]
  ------------------
  569|       |            // With the current grammar, we never get here.
  570|       |            // If that has changed, remove the assert, and test thoroughly.
  571|      0|            assert(0);
  ------------------
  |  Branch (571:13): [Folded, False: 0]
  ------------------
  572|      0|            *posargs = plain_names;
  573|      0|        }
  574|      0|        else {
  575|      0|            *posargs = _Py_asdl_arg_seq_new(0, p->arena);
  576|      0|        }
  577|      0|    }
  578|      1|    return *posargs == NULL ? -1 : 0;
  ------------------
  |  Branch (578:12): [True: 0, False: 1]
  ------------------
  579|      1|}
action_helpers.c:_make_posdefaults:
  585|      1|                  asdl_expr_seq **posdefaults) {
  586|      1|    if (slash_with_default != NULL && names_with_default != NULL) {
  ------------------
  |  Branch (586:9): [True: 0, False: 1]
  |  Branch (586:39): [True: 0, False: 0]
  ------------------
  587|      0|        asdl_expr_seq *slash_with_default_values =
  588|      0|                _get_defaults(p, slash_with_default->names_with_defaults);
  589|      0|        if (!slash_with_default_values) {
  ------------------
  |  Branch (589:13): [True: 0, False: 0]
  ------------------
  590|      0|            return -1;
  591|      0|        }
  592|      0|        asdl_expr_seq *names_with_default_values = _get_defaults(p, names_with_default);
  593|      0|        if (!names_with_default_values) {
  ------------------
  |  Branch (593:13): [True: 0, False: 0]
  ------------------
  594|      0|            return -1;
  595|      0|        }
  596|      0|        *posdefaults = (asdl_expr_seq*)_PyPegen_join_sequences(
  597|      0|                p,
  598|      0|                (asdl_seq*)slash_with_default_values,
  599|      0|                (asdl_seq*)names_with_default_values);
  600|      0|    }
  601|      1|    else if (slash_with_default == NULL && names_with_default != NULL) {
  ------------------
  |  Branch (601:14): [True: 1, False: 0]
  |  Branch (601:44): [True: 1, False: 0]
  ------------------
  602|      1|        *posdefaults = _get_defaults(p, names_with_default);
  603|      1|    }
  604|      0|    else if (slash_with_default != NULL && names_with_default == NULL) {
  ------------------
  |  Branch (604:14): [True: 0, False: 0]
  |  Branch (604:44): [True: 0, False: 0]
  ------------------
  605|      0|        *posdefaults = _get_defaults(p, slash_with_default->names_with_defaults);
  606|      0|    }
  607|      0|    else {
  608|      0|        *posdefaults = _Py_asdl_expr_seq_new(0, p->arena);
  609|      0|    }
  610|      1|    return *posdefaults == NULL ? -1 : 0;
  ------------------
  |  Branch (610:12): [True: 0, False: 1]
  ------------------
  611|      1|}
action_helpers.c:_get_defaults:
  510|      1|{
  511|      1|    Py_ssize_t len = asdl_seq_LEN(names_with_defaults);
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  512|      1|    asdl_expr_seq *seq = _Py_asdl_expr_seq_new(len, p->arena);
  513|      1|    if (!seq) {
  ------------------
  |  Branch (513:9): [True: 0, False: 1]
  ------------------
  514|      0|        return NULL;
  515|      0|    }
  516|      1|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (516:28): [True: 0, False: 1]
  ------------------
  517|      0|        NameDefaultPair *pair = asdl_seq_GET_UNTYPED(names_with_defaults, i);
  ------------------
  |  |   81|      0|#define asdl_seq_GET_UNTYPED(S, I) _Py_RVALUE((S)->elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  518|      0|        asdl_seq_SET(seq, i, pair->value);
  ------------------
  |  |   94|      0|#  define asdl_seq_SET(S, I, V) _Py_RVALUE((S)->typed_elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  519|      0|    }
  520|      1|    return seq;
  521|      1|}
action_helpers.c:_make_kwargs:
  616|      1|             asdl_expr_seq **kwdefaults) {
  617|      1|    if (star_etc != NULL && star_etc->kwonlyargs != NULL) {
  ------------------
  |  Branch (617:9): [True: 0, False: 1]
  |  Branch (617:29): [True: 0, False: 0]
  ------------------
  618|      0|        *kwonlyargs = _get_names(p, star_etc->kwonlyargs);
  619|      0|    }
  620|      1|    else {
  621|      1|        *kwonlyargs = _Py_asdl_arg_seq_new(0, p->arena);
  622|      1|    }
  623|       |
  624|      1|    if (*kwonlyargs == NULL) {
  ------------------
  |  Branch (624:9): [True: 0, False: 1]
  ------------------
  625|      0|        return -1;
  626|      0|    }
  627|       |
  628|      1|    if (star_etc != NULL && star_etc->kwonlyargs != NULL) {
  ------------------
  |  Branch (628:9): [True: 0, False: 1]
  |  Branch (628:29): [True: 0, False: 0]
  ------------------
  629|      0|        *kwdefaults = _get_defaults(p, star_etc->kwonlyargs);
  630|      0|    }
  631|      1|    else {
  632|      1|        *kwdefaults = _Py_asdl_expr_seq_new(0, p->arena);
  633|      1|    }
  634|       |
  635|      1|    if (*kwdefaults == NULL) {
  ------------------
  |  Branch (635:9): [True: 0, False: 1]
  ------------------
  636|      0|        return -1;
  637|      0|    }
  638|       |
  639|      1|    return 0;
  640|      1|}

_PyTokenizer_Get:
 1628|     26|{
 1629|     26|    int result = tok_get(tok, token);
 1630|     26|    if (tok->decoding_erred) {
  ------------------
  |  Branch (1630:9): [True: 0, False: 26]
  ------------------
 1631|      0|        result = ERRORTOKEN;
  ------------------
  |  |   83|      0|#define ERRORTOKEN      67
  ------------------
 1632|      0|        tok->done = E_DECODE;
  ------------------
  |  |   34|      0|#define E_DECODE         22      /* Error in decoding into Unicode */
  ------------------
 1633|      0|    }
 1634|     26|    return result;
 1635|     26|}
lexer.c:tok_get:
 1617|     26|{
 1618|     26|    tokenizer_mode *current_tok = TOK_GET_MODE(tok);
  ------------------
  |  |   37|     26|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1619|     26|    if (current_tok->kind == TOK_REGULAR_MODE) {
  ------------------
  |  Branch (1619:9): [True: 26, False: 0]
  ------------------
 1620|     26|        return tok_get_normal_mode(tok, current_tok, token);
 1621|     26|    } else {
 1622|      0|        return tok_get_fstring_mode(tok, current_tok, token);
 1623|      0|    }
 1624|     26|}
lexer.c:tok_get_normal_mode:
  502|     26|{
  503|     26|    int c;
  504|     26|    int blankline, nonascii;
  505|       |
  506|     26|    const char *p_start = NULL;
  507|     26|    const char *p_end = NULL;
  508|     26|  nextline:
  509|     26|    tok->start = NULL;
  510|     26|    tok->starting_col_offset = -1;
  511|     26|    blankline = 0;
  512|       |
  513|       |
  514|       |    /* Get indentation level */
  515|     26|    if (tok->atbol) {
  ------------------
  |  Branch (515:9): [True: 1, False: 25]
  ------------------
  516|      1|        int col = 0;
  517|      1|        int altcol = 0;
  518|      1|        tok->atbol = 0;
  519|      1|        int cont_line_col = 0;
  520|      1|        for (;;) {
  521|      1|            c = tok_nextc(tok);
  522|      1|            if (c == ' ') {
  ------------------
  |  Branch (522:17): [True: 0, False: 1]
  ------------------
  523|      0|                col++, altcol++;
  524|      0|            }
  525|      1|            else if (c == '\t') {
  ------------------
  |  Branch (525:22): [True: 0, False: 1]
  ------------------
  526|      0|                col = (col / tok->tabsize + 1) * tok->tabsize;
  527|      0|                altcol = (altcol / ALTTABSIZE + 1) * ALTTABSIZE;
  ------------------
  |  |   10|      0|#define ALTTABSIZE 1
  ------------------
                              altcol = (altcol / ALTTABSIZE + 1) * ALTTABSIZE;
  ------------------
  |  |   10|      0|#define ALTTABSIZE 1
  ------------------
  528|      0|            }
  529|      1|            else if (c == '\014')  {/* Control-L (formfeed) */
  ------------------
  |  Branch (529:22): [True: 0, False: 1]
  ------------------
  530|      0|                col = altcol = 0; /* For Emacs users */
  531|      0|            }
  532|      1|            else if (c == '\\') {
  ------------------
  |  Branch (532:22): [True: 0, False: 1]
  ------------------
  533|       |                // Indentation cannot be split over multiple physical lines
  534|       |                // using backslashes. This means that if we found a backslash
  535|       |                // preceded by whitespace, **the first one we find** determines
  536|       |                // the level of indentation of whatever comes next.
  537|      0|                cont_line_col = cont_line_col ? cont_line_col : col;
  ------------------
  |  Branch (537:33): [True: 0, False: 0]
  ------------------
  538|      0|                if ((c = tok_continuation_line(tok)) == -1) {
  ------------------
  |  Branch (538:21): [True: 0, False: 0]
  ------------------
  539|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  540|      0|                }
  541|      0|            }
  542|      1|            else if (c == EOF && PyErr_Occurred()) {
  ------------------
  |  Branch (542:22): [True: 0, False: 1]
  |  Branch (542:34): [True: 0, False: 0]
  ------------------
  543|      0|                return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  544|      0|            }
  545|      1|            else {
  546|      1|                break;
  547|      1|            }
  548|      1|        }
  549|      1|        tok_backup(tok, c);
  550|      1|        if (c == '#' || c == '\n' || c == '\r') {
  ------------------
  |  Branch (550:13): [True: 0, False: 1]
  |  Branch (550:25): [True: 0, False: 1]
  |  Branch (550:38): [True: 0, False: 1]
  ------------------
  551|       |            /* Lines with only whitespace and/or comments
  552|       |               shouldn't affect the indentation and are
  553|       |               not passed to the parser as NEWLINE tokens,
  554|       |               except *totally* empty lines in interactive
  555|       |               mode, which signal the end of a command group. */
  556|      0|            if (col == 0 && c == '\n' && tok->prompt != NULL) {
  ------------------
  |  Branch (556:17): [True: 0, False: 0]
  |  Branch (556:29): [True: 0, False: 0]
  |  Branch (556:42): [True: 0, False: 0]
  ------------------
  557|      0|                blankline = 0; /* Let it through */
  558|      0|            }
  559|      0|            else if (tok->prompt != NULL && tok->lineno == 1) {
  ------------------
  |  Branch (559:22): [True: 0, False: 0]
  |  Branch (559:45): [True: 0, False: 0]
  ------------------
  560|       |                /* In interactive mode, if the first line contains
  561|       |                   only spaces and/or a comment, let it through. */
  562|      0|                blankline = 0;
  563|      0|                col = altcol = 0;
  564|      0|            }
  565|      0|            else {
  566|      0|                blankline = 1; /* Ignore completely */
  567|      0|            }
  568|       |            /* We can't jump back right here since we still
  569|       |               may need to skip to the end of a comment */
  570|      0|        }
  571|      1|        if (!blankline && tok->level == 0) {
  ------------------
  |  Branch (571:13): [True: 1, False: 0]
  |  Branch (571:27): [True: 1, False: 0]
  ------------------
  572|      1|            col = cont_line_col ? cont_line_col : col;
  ------------------
  |  Branch (572:19): [True: 0, False: 1]
  ------------------
  573|      1|            altcol = cont_line_col ? cont_line_col : altcol;
  ------------------
  |  Branch (573:22): [True: 0, False: 1]
  ------------------
  574|      1|            if (col == tok->indstack[tok->indent]) {
  ------------------
  |  Branch (574:17): [True: 1, False: 0]
  ------------------
  575|       |                /* No change */
  576|      1|                if (altcol != tok->altindstack[tok->indent]) {
  ------------------
  |  Branch (576:21): [True: 0, False: 1]
  ------------------
  577|      0|                    return MAKE_TOKEN(_PyTokenizer_indenterror(tok));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  578|      0|                }
  579|      1|            }
  580|      0|            else if (col > tok->indstack[tok->indent]) {
  ------------------
  |  Branch (580:22): [True: 0, False: 0]
  ------------------
  581|       |                /* Indent -- always one */
  582|      0|                if (tok->indent+1 >= MAXINDENT) {
  ------------------
  |  |    6|      0|#define MAXINDENT 100       /* Max indentation level */
  ------------------
  |  Branch (582:21): [True: 0, False: 0]
  ------------------
  583|      0|                    tok->done = E_TOODEEP;
  ------------------
  |  |   32|      0|#define E_TOODEEP        20      /* Too many indentation levels */
  ------------------
  584|      0|                    tok->cur = tok->inp;
  585|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  586|      0|                }
  587|      0|                if (altcol <= tok->altindstack[tok->indent]) {
  ------------------
  |  Branch (587:21): [True: 0, False: 0]
  ------------------
  588|      0|                    return MAKE_TOKEN(_PyTokenizer_indenterror(tok));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  589|      0|                }
  590|      0|                tok->pendin++;
  591|      0|                tok->indstack[++tok->indent] = col;
  592|      0|                tok->altindstack[tok->indent] = altcol;
  593|      0|            }
  594|      0|            else /* col < tok->indstack[tok->indent] */ {
  595|       |                /* Dedent -- any number, must be consistent */
  596|      0|                while (tok->indent > 0 &&
  ------------------
  |  Branch (596:24): [True: 0, False: 0]
  ------------------
  597|      0|                    col < tok->indstack[tok->indent]) {
  ------------------
  |  Branch (597:21): [True: 0, False: 0]
  ------------------
  598|      0|                    tok->pendin--;
  599|      0|                    tok->indent--;
  600|      0|                }
  601|      0|                if (col != tok->indstack[tok->indent]) {
  ------------------
  |  Branch (601:21): [True: 0, False: 0]
  ------------------
  602|      0|                    tok->done = E_DEDENT;
  ------------------
  |  |   33|      0|#define E_DEDENT         21      /* No matching outer block for dedent */
  ------------------
  603|      0|                    tok->cur = tok->inp;
  604|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  605|      0|                }
  606|      0|                if (altcol != tok->altindstack[tok->indent]) {
  ------------------
  |  Branch (606:21): [True: 0, False: 0]
  ------------------
  607|      0|                    return MAKE_TOKEN(_PyTokenizer_indenterror(tok));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  608|      0|                }
  609|      0|            }
  610|      1|        }
  611|      1|    }
  612|       |
  613|     26|    tok->start = tok->cur;
  614|     26|    tok->starting_col_offset = tok->col_offset;
  615|       |
  616|       |    /* Return pending indents/dedents */
  617|     26|    if (tok->pendin != 0) {
  ------------------
  |  Branch (617:9): [True: 0, False: 26]
  ------------------
  618|      0|        if (tok->pendin < 0) {
  ------------------
  |  Branch (618:13): [True: 0, False: 0]
  ------------------
  619|      0|            if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (619:17): [True: 0, False: 0]
  ------------------
  620|      0|                p_start = tok->cur;
  621|      0|                p_end = tok->cur;
  622|      0|            }
  623|      0|            tok->pendin++;
  624|      0|            return MAKE_TOKEN(DEDENT);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  625|      0|        }
  626|      0|        else {
  627|      0|            if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (627:17): [True: 0, False: 0]
  ------------------
  628|      0|                p_start = tok->buf;
  629|      0|                p_end = tok->cur;
  630|      0|            }
  631|      0|            tok->pendin--;
  632|      0|            return MAKE_TOKEN(INDENT);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  633|      0|        }
  634|      0|    }
  635|       |
  636|       |    /* Peek ahead at the next character */
  637|     26|    c = tok_nextc(tok);
  638|     26|    tok_backup(tok, c);
  639|       |
  640|     26| again:
  641|     26|    tok->start = NULL;
  642|       |    /* Skip spaces */
  643|     36|    do {
  644|     36|        c = tok_nextc(tok);
  645|     36|    } while (c == ' ' || c == '\t' || c == '\014');
  ------------------
  |  Branch (645:14): [True: 10, False: 26]
  |  Branch (645:26): [True: 0, False: 26]
  |  Branch (645:39): [True: 0, False: 26]
  ------------------
  646|       |
  647|       |    /* Set start of current token */
  648|     26|    tok->start = tok->cur == NULL ? NULL : tok->cur - 1;
  ------------------
  |  Branch (648:18): [True: 0, False: 26]
  ------------------
  649|     26|    tok->starting_col_offset = tok->col_offset - 1;
  650|       |
  651|       |    /* Skip comment, unless it's a type comment */
  652|     26|    if (c == '#') {
  ------------------
  |  Branch (652:9): [True: 0, False: 26]
  ------------------
  653|       |
  654|      0|        const char* p = NULL;
  655|      0|        const char *prefix, *type_start;
  656|      0|        int current_starting_col_offset;
  657|       |
  658|      0|        while (c != EOF && c != '\n' && c != '\r') {
  ------------------
  |  Branch (658:16): [True: 0, False: 0]
  |  Branch (658:28): [True: 0, False: 0]
  |  Branch (658:41): [True: 0, False: 0]
  ------------------
  659|      0|            c = tok_nextc(tok);
  660|      0|        }
  661|       |
  662|      0|        if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (662:13): [True: 0, False: 0]
  ------------------
  663|      0|            p = tok->start;
  664|      0|        }
  665|       |
  666|      0|        if (tok->type_comments) {
  ------------------
  |  Branch (666:13): [True: 0, False: 0]
  ------------------
  667|      0|            p = tok->start;
  668|      0|            current_starting_col_offset = tok->starting_col_offset;
  669|      0|            prefix = type_comment_prefix;
  670|      0|            while (*prefix && p < tok->cur) {
  ------------------
  |  Branch (670:20): [True: 0, False: 0]
  |  Branch (670:31): [True: 0, False: 0]
  ------------------
  671|      0|                if (*prefix == ' ') {
  ------------------
  |  Branch (671:21): [True: 0, False: 0]
  ------------------
  672|      0|                    while (*p == ' ' || *p == '\t') {
  ------------------
  |  Branch (672:28): [True: 0, False: 0]
  |  Branch (672:41): [True: 0, False: 0]
  ------------------
  673|      0|                        p++;
  674|      0|                        current_starting_col_offset++;
  675|      0|                    }
  676|      0|                } else if (*prefix == *p) {
  ------------------
  |  Branch (676:28): [True: 0, False: 0]
  ------------------
  677|      0|                    p++;
  678|      0|                    current_starting_col_offset++;
  679|      0|                } else {
  680|      0|                    break;
  681|      0|                }
  682|       |
  683|      0|                prefix++;
  684|      0|            }
  685|       |
  686|       |            /* This is a type comment if we matched all of type_comment_prefix. */
  687|      0|            if (!*prefix) {
  ------------------
  |  Branch (687:17): [True: 0, False: 0]
  ------------------
  688|      0|                int is_type_ignore = 1;
  689|       |                // +6 in order to skip the word 'ignore'
  690|      0|                const char *ignore_end = p + 6;
  691|      0|                const int ignore_end_col_offset = current_starting_col_offset + 6;
  692|      0|                tok_backup(tok, c);  /* don't eat the newline or EOF */
  693|       |
  694|      0|                type_start = p;
  695|       |
  696|       |                /* A TYPE_IGNORE is "type: ignore" followed by the end of the token
  697|       |                 * or anything ASCII and non-alphanumeric. */
  698|      0|                is_type_ignore = (
  699|      0|                    tok->cur >= ignore_end && memcmp(p, "ignore", 6) == 0
  ------------------
  |  Branch (699:21): [True: 0, False: 0]
  |  Branch (699:47): [True: 0, False: 0]
  ------------------
  700|      0|                    && !(tok->cur > ignore_end
  ------------------
  |  Branch (700:26): [True: 0, False: 0]
  ------------------
  701|      0|                         && ((unsigned char)ignore_end[0] >= 128 || Py_ISALNUM(ignore_end[0]))));
  ------------------
  |  |   26|      0|#define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALNUM(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALNUM)
  |  |  ------------------
  |  |  |  |   12|      0|#define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   10|      0|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    8|      0|#define PY_CTF_LOWER  0x01
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |    9|      0|#define PY_CTF_UPPER  0x02
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALNUM  (PY_CTF_ALPHA|PY_CTF_DIGIT)
  |  |  |  |  ------------------
  |  |  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (26:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (701:30): [True: 0, False: 0]
  ------------------
  702|       |
  703|      0|                if (is_type_ignore) {
  ------------------
  |  Branch (703:21): [True: 0, False: 0]
  ------------------
  704|      0|                    p_start = ignore_end;
  705|      0|                    p_end = tok->cur;
  706|       |
  707|       |                    /* If this type ignore is the only thing on the line, consume the newline also. */
  708|      0|                    if (blankline) {
  ------------------
  |  Branch (708:25): [True: 0, False: 0]
  ------------------
  709|      0|                        tok_nextc(tok);
  710|      0|                        tok->atbol = 1;
  711|      0|                    }
  712|      0|                    return MAKE_TYPE_COMMENT_TOKEN(TYPE_IGNORE, ignore_end_col_offset, tok->col_offset);
  ------------------
  |  |   45|      0|#define MAKE_TYPE_COMMENT_TOKEN(token_type, col_offset, end_col_offset) (\
  |  |   46|      0|                _PyLexer_type_comment_token_setup(tok, token, token_type, col_offset, end_col_offset, p_start, p_end))
  ------------------
  713|      0|                } else {
  714|      0|                    p_start = type_start;
  715|      0|                    p_end = tok->cur;
  716|      0|                    return MAKE_TYPE_COMMENT_TOKEN(TYPE_COMMENT, current_starting_col_offset, tok->col_offset);
  ------------------
  |  |   45|      0|#define MAKE_TYPE_COMMENT_TOKEN(token_type, col_offset, end_col_offset) (\
  |  |   46|      0|                _PyLexer_type_comment_token_setup(tok, token, token_type, col_offset, end_col_offset, p_start, p_end))
  ------------------
  717|      0|                }
  718|      0|            }
  719|      0|        }
  720|      0|        if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (720:13): [True: 0, False: 0]
  ------------------
  721|      0|            tok_backup(tok, c);  /* don't eat the newline or EOF */
  722|      0|            p_start = p;
  723|      0|            p_end = tok->cur;
  724|      0|            tok->comment_newline = blankline;
  725|      0|            return MAKE_TOKEN(COMMENT);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  726|      0|        }
  727|      0|    }
  728|       |
  729|     26|    if (tok->done == E_INTERACT_STOP) {
  ------------------
  |  |   39|     26|#define E_INTERACT_STOP  28      /* Interactive mode stopped tokenization */
  ------------------
  |  Branch (729:9): [True: 0, False: 26]
  ------------------
  730|      0|        return MAKE_TOKEN(ENDMARKER);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  731|      0|    }
  732|       |
  733|       |    /* Check for EOF and errors now */
  734|     26|    if (c == EOF) {
  ------------------
  |  Branch (734:9): [True: 1, False: 25]
  ------------------
  735|      1|        if (tok->level) {
  ------------------
  |  Branch (735:13): [True: 0, False: 1]
  ------------------
  736|      0|            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  737|      0|        }
  738|      1|        return MAKE_TOKEN(tok->done == E_EOF ? ENDMARKER : ERRORTOKEN);
  ------------------
  |  |   44|      2|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 1, False: 0]
  |  |  ------------------
  ------------------
  739|      1|    }
  740|       |
  741|       |    /* Identifier (most frequent token!) */
  742|     25|    nonascii = 0;
  743|     25|    if (is_potential_identifier_start(c)) {
  ------------------
  |  |   12|     25|#define is_potential_identifier_start(c) (\
  |  |   13|     25|              (c >= 'a' && c <= 'z')\
  |  |  ------------------
  |  |  |  Branch (13:16): [True: 9, False: 16]
  |  |  |  Branch (13:28): [True: 9, False: 0]
  |  |  ------------------
  |  |   14|     25|               || (c >= 'A' && c <= 'Z')\
  |  |  ------------------
  |  |  |  Branch (14:20): [True: 3, False: 13]
  |  |  |  Branch (14:32): [True: 0, False: 3]
  |  |  ------------------
  |  |   15|     25|               || c == '_'\
  |  |  ------------------
  |  |  |  Branch (15:19): [True: 3, False: 13]
  |  |  ------------------
  |  |   16|     25|               || (c >= 128))
  |  |  ------------------
  |  |  |  Branch (16:19): [True: 0, False: 13]
  |  |  ------------------
  ------------------
  744|       |        /* Process the various legal combinations of b"", r"", u"", and f"". */
  745|     12|        int saw_b = 0, saw_r = 0, saw_u = 0, saw_f = 0, saw_t = 0;
  746|     12|        while (1) {
  ------------------
  |  Branch (746:16): [True: 12, Folded]
  ------------------
  747|     12|            if (!saw_b && (c == 'b' || c == 'B')) {
  ------------------
  |  Branch (747:17): [True: 12, False: 0]
  |  Branch (747:28): [True: 0, False: 12]
  |  Branch (747:40): [True: 0, False: 12]
  ------------------
  748|      0|                saw_b = 1;
  749|      0|            }
  750|       |            /* Since this is a backwards compatibility support literal we don't
  751|       |               want to support it in arbitrary order like byte literals. */
  752|     12|            else if (!saw_u && (c == 'u'|| c == 'U')) {
  ------------------
  |  Branch (752:22): [True: 12, False: 0]
  |  Branch (752:33): [True: 0, False: 12]
  |  Branch (752:44): [True: 0, False: 12]
  ------------------
  753|      0|                saw_u = 1;
  754|      0|            }
  755|       |            /* ur"" and ru"" are not supported */
  756|     12|            else if (!saw_r && (c == 'r' || c == 'R')) {
  ------------------
  |  Branch (756:22): [True: 12, False: 0]
  |  Branch (756:33): [True: 0, False: 12]
  |  Branch (756:45): [True: 0, False: 12]
  ------------------
  757|      0|                saw_r = 1;
  758|      0|            }
  759|     12|            else if (!saw_f && (c == 'f' || c == 'F')) {
  ------------------
  |  Branch (759:22): [True: 12, False: 0]
  |  Branch (759:33): [True: 0, False: 12]
  |  Branch (759:45): [True: 0, False: 12]
  ------------------
  760|      0|                saw_f = 1;
  761|      0|            }
  762|     12|            else if (!saw_t && (c == 't' || c == 'T')) {
  ------------------
  |  Branch (762:22): [True: 12, False: 0]
  |  Branch (762:33): [True: 0, False: 12]
  |  Branch (762:45): [True: 0, False: 12]
  ------------------
  763|      0|                saw_t = 1;
  764|      0|            }
  765|     12|            else {
  766|     12|                break;
  767|     12|            }
  768|      0|            c = tok_nextc(tok);
  769|      0|            if (c == '"' || c == '\'') {
  ------------------
  |  Branch (769:17): [True: 0, False: 0]
  |  Branch (769:29): [True: 0, False: 0]
  ------------------
  770|       |                // Raise error on incompatible string prefixes:
  771|      0|                int status = maybe_raise_syntax_error_for_string_prefixes(
  772|      0|                    tok, saw_b, saw_r, saw_u, saw_f, saw_t);
  773|      0|                if (status < 0) {
  ------------------
  |  Branch (773:21): [True: 0, False: 0]
  ------------------
  774|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  775|      0|                }
  776|       |
  777|       |                // Handle valid f or t string creation:
  778|      0|                if (saw_f || saw_t) {
  ------------------
  |  Branch (778:21): [True: 0, False: 0]
  |  Branch (778:30): [True: 0, False: 0]
  ------------------
  779|      0|                    goto f_string_quote;
  780|      0|                }
  781|      0|                goto letter_quote;
  782|      0|            }
  783|      0|        }
  784|     86|        while (is_potential_identifier_char(c)) {
  ------------------
  |  |   18|     86|#define is_potential_identifier_char(c) (\
  |  |   19|     86|              (c >= 'a' && c <= 'z')\
  |  |  ------------------
  |  |  |  Branch (19:16): [True: 70, False: 16]
  |  |  |  Branch (19:28): [True: 70, False: 0]
  |  |  ------------------
  |  |   20|     86|               || (c >= 'A' && c <= 'Z')\
  |  |  ------------------
  |  |  |  Branch (20:20): [True: 4, False: 12]
  |  |  |  Branch (20:32): [True: 0, False: 4]
  |  |  ------------------
  |  |   21|     86|               || (c >= '0' && c <= '9')\
  |  |  ------------------
  |  |  |  Branch (21:20): [True: 5, False: 11]
  |  |  |  Branch (21:32): [True: 0, False: 5]
  |  |  ------------------
  |  |   22|     86|               || c == '_'\
  |  |  ------------------
  |  |  |  Branch (22:19): [True: 4, False: 12]
  |  |  ------------------
  |  |   23|     86|               || (c >= 128))
  |  |  ------------------
  |  |  |  Branch (23:19): [True: 0, False: 12]
  |  |  ------------------
  ------------------
  785|     74|            if (c >= 128) {
  ------------------
  |  Branch (785:17): [True: 0, False: 74]
  ------------------
  786|      0|                nonascii = 1;
  787|      0|            }
  788|     74|            c = tok_nextc(tok);
  789|     74|        }
  790|     12|        tok_backup(tok, c);
  791|     12|        if (nonascii && !verify_identifier(tok)) {
  ------------------
  |  Branch (791:13): [True: 0, False: 12]
  |  Branch (791:25): [True: 0, False: 0]
  ------------------
  792|      0|            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  793|      0|        }
  794|       |
  795|     12|        p_start = tok->start;
  796|     12|        p_end = tok->cur;
  797|       |
  798|     12|        return MAKE_TOKEN(NAME);
  ------------------
  |  |   44|     12|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  799|     12|    }
  800|       |
  801|     13|    if (c == '\r') {
  ------------------
  |  Branch (801:9): [True: 0, False: 13]
  ------------------
  802|      0|        c = tok_nextc(tok);
  803|      0|    }
  804|       |
  805|       |    /* Newline */
  806|     13|    if (c == '\n') {
  ------------------
  |  Branch (806:9): [True: 0, False: 13]
  ------------------
  807|      0|        tok->atbol = 1;
  808|      0|        if (blankline || tok->level > 0) {
  ------------------
  |  Branch (808:13): [True: 0, False: 0]
  |  Branch (808:26): [True: 0, False: 0]
  ------------------
  809|      0|            if (tok->tok_extra_tokens) {
  ------------------
  |  Branch (809:17): [True: 0, False: 0]
  ------------------
  810|      0|                if (tok->comment_newline) {
  ------------------
  |  Branch (810:21): [True: 0, False: 0]
  ------------------
  811|      0|                    tok->comment_newline = 0;
  812|      0|                }
  813|      0|                p_start = tok->start;
  814|      0|                p_end = tok->cur;
  815|      0|                return MAKE_TOKEN(NL);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  816|      0|            }
  817|      0|            goto nextline;
  818|      0|        }
  819|      0|        if (tok->comment_newline && tok->tok_extra_tokens) {
  ------------------
  |  Branch (819:13): [True: 0, False: 0]
  |  Branch (819:37): [True: 0, False: 0]
  ------------------
  820|      0|            tok->comment_newline = 0;
  821|      0|            p_start = tok->start;
  822|      0|            p_end = tok->cur;
  823|      0|            return MAKE_TOKEN(NL);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  824|      0|        }
  825|      0|        p_start = tok->start;
  826|      0|        p_end = tok->cur - 1; /* Leave '\n' out of the string */
  827|      0|        tok->cont_line = 0;
  828|      0|        return MAKE_TOKEN(NEWLINE);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  829|      0|    }
  830|       |
  831|       |    /* Period or number starting with period? */
  832|     13|    if (c == '.') {
  ------------------
  |  Branch (832:9): [True: 0, False: 13]
  ------------------
  833|      0|        c = tok_nextc(tok);
  834|      0|        if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  835|      0|            goto fraction;
  836|      0|        } else if (c == '.') {
  ------------------
  |  Branch (836:20): [True: 0, False: 0]
  ------------------
  837|      0|            c = tok_nextc(tok);
  838|      0|            if (c == '.') {
  ------------------
  |  Branch (838:17): [True: 0, False: 0]
  ------------------
  839|      0|                p_start = tok->start;
  840|      0|                p_end = tok->cur;
  841|      0|                return MAKE_TOKEN(ELLIPSIS);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  842|      0|            }
  843|      0|            else {
  844|      0|                tok_backup(tok, c);
  845|      0|            }
  846|      0|            tok_backup(tok, '.');
  847|      0|        }
  848|      0|        else {
  849|      0|            tok_backup(tok, c);
  850|      0|        }
  851|      0|        p_start = tok->start;
  852|      0|        p_end = tok->cur;
  853|      0|        return MAKE_TOKEN(DOT);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  854|      0|    }
  855|       |
  856|       |    /* Number */
  857|     13|    if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|     13|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|     13|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|     13|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 13]
  |  |  ------------------
  ------------------
  858|      0|        if (c == '0') {
  ------------------
  |  Branch (858:13): [True: 0, False: 0]
  ------------------
  859|       |            /* Hex, octal or binary -- maybe. */
  860|      0|            c = tok_nextc(tok);
  861|      0|            if (c == 'x' || c == 'X') {
  ------------------
  |  Branch (861:17): [True: 0, False: 0]
  |  Branch (861:29): [True: 0, False: 0]
  ------------------
  862|       |                /* Hex */
  863|      0|                c = tok_nextc(tok);
  864|      0|                do {
  865|      0|                    if (c == '_') {
  ------------------
  |  Branch (865:25): [True: 0, False: 0]
  ------------------
  866|      0|                        c = tok_nextc(tok);
  867|      0|                    }
  868|      0|                    if (!Py_ISXDIGIT(c)) {
  ------------------
  |  |   25|      0|#define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT)
  |  |  ------------------
  |  |  |  |   14|      0|#define PY_CTF_XDIGIT 0x10
  |  |  ------------------
  ------------------
  |  Branch (868:25): [True: 0, False: 0]
  ------------------
  869|      0|                        tok_backup(tok, c);
  870|      0|                        return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid hexadecimal literal"));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  871|      0|                    }
  872|      0|                    do {
  873|      0|                        c = tok_nextc(tok);
  874|      0|                    } while (Py_ISXDIGIT(c));
  ------------------
  |  |   25|      0|#define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT)
  |  |  ------------------
  |  |  |  |   14|      0|#define PY_CTF_XDIGIT 0x10
  |  |  ------------------
  |  |  |  Branch (25:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  875|      0|                } while (c == '_');
  ------------------
  |  Branch (875:26): [True: 0, False: 0]
  ------------------
  876|      0|                if (!verify_end_of_number(tok, c, "hexadecimal")) {
  ------------------
  |  Branch (876:21): [True: 0, False: 0]
  ------------------
  877|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  878|      0|                }
  879|      0|            }
  880|      0|            else if (c == 'o' || c == 'O') {
  ------------------
  |  Branch (880:22): [True: 0, False: 0]
  |  Branch (880:34): [True: 0, False: 0]
  ------------------
  881|       |                /* Octal */
  882|      0|                c = tok_nextc(tok);
  883|      0|                do {
  884|      0|                    if (c == '_') {
  ------------------
  |  Branch (884:25): [True: 0, False: 0]
  ------------------
  885|      0|                        c = tok_nextc(tok);
  886|      0|                    }
  887|      0|                    if (c < '0' || c >= '8') {
  ------------------
  |  Branch (887:25): [True: 0, False: 0]
  |  Branch (887:36): [True: 0, False: 0]
  ------------------
  888|      0|                        if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  889|      0|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  890|      0|                                    "invalid digit '%c' in octal literal", c));
  891|      0|                        }
  892|      0|                        else {
  893|      0|                            tok_backup(tok, c);
  894|      0|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid octal literal"));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  895|      0|                        }
  896|      0|                    }
  897|      0|                    do {
  898|      0|                        c = tok_nextc(tok);
  899|      0|                    } while ('0' <= c && c < '8');
  ------------------
  |  Branch (899:30): [True: 0, False: 0]
  |  Branch (899:42): [True: 0, False: 0]
  ------------------
  900|      0|                } while (c == '_');
  ------------------
  |  Branch (900:26): [True: 0, False: 0]
  ------------------
  901|      0|                if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  902|      0|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  903|      0|                            "invalid digit '%c' in octal literal", c));
  904|      0|                }
  905|      0|                if (!verify_end_of_number(tok, c, "octal")) {
  ------------------
  |  Branch (905:21): [True: 0, False: 0]
  ------------------
  906|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  907|      0|                }
  908|      0|            }
  909|      0|            else if (c == 'b' || c == 'B') {
  ------------------
  |  Branch (909:22): [True: 0, False: 0]
  |  Branch (909:34): [True: 0, False: 0]
  ------------------
  910|       |                /* Binary */
  911|      0|                c = tok_nextc(tok);
  912|      0|                do {
  913|      0|                    if (c == '_') {
  ------------------
  |  Branch (913:25): [True: 0, False: 0]
  ------------------
  914|      0|                        c = tok_nextc(tok);
  915|      0|                    }
  916|      0|                    if (c != '0' && c != '1') {
  ------------------
  |  Branch (916:25): [True: 0, False: 0]
  |  Branch (916:37): [True: 0, False: 0]
  ------------------
  917|      0|                        if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  918|      0|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid digit '%c' in binary literal", c));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  919|      0|                        }
  920|      0|                        else {
  921|      0|                            tok_backup(tok, c);
  922|      0|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid binary literal"));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  923|      0|                        }
  924|      0|                    }
  925|      0|                    do {
  926|      0|                        c = tok_nextc(tok);
  927|      0|                    } while (c == '0' || c == '1');
  ------------------
  |  Branch (927:30): [True: 0, False: 0]
  |  Branch (927:42): [True: 0, False: 0]
  ------------------
  928|      0|                } while (c == '_');
  ------------------
  |  Branch (928:26): [True: 0, False: 0]
  ------------------
  929|      0|                if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  930|      0|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid digit '%c' in binary literal", c));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  931|      0|                }
  932|      0|                if (!verify_end_of_number(tok, c, "binary")) {
  ------------------
  |  Branch (932:21): [True: 0, False: 0]
  ------------------
  933|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  934|      0|                }
  935|      0|            }
  936|      0|            else {
  937|      0|                int nonzero = 0;
  938|       |                /* maybe old-style octal; c is first char of it */
  939|       |                /* in any case, allow '0' as a literal */
  940|      0|                while (1) {
  ------------------
  |  Branch (940:24): [True: 0, Folded]
  ------------------
  941|      0|                    if (c == '_') {
  ------------------
  |  Branch (941:25): [True: 0, False: 0]
  ------------------
  942|      0|                        c = tok_nextc(tok);
  943|      0|                        if (!Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  ------------------
  |  Branch (943:29): [True: 0, False: 0]
  ------------------
  944|      0|                            tok_backup(tok, c);
  945|      0|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid decimal literal"));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  946|      0|                        }
  947|      0|                    }
  948|      0|                    if (c != '0') {
  ------------------
  |  Branch (948:25): [True: 0, False: 0]
  ------------------
  949|      0|                        break;
  950|      0|                    }
  951|      0|                    c = tok_nextc(tok);
  952|      0|                }
  953|      0|                char* zeros_end = tok->cur;
  954|      0|                if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  955|      0|                    nonzero = 1;
  956|      0|                    c = tok_decimal_tail(tok);
  957|      0|                    if (c == 0) {
  ------------------
  |  Branch (957:25): [True: 0, False: 0]
  ------------------
  958|      0|                        return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  959|      0|                    }
  960|      0|                }
  961|      0|                if (c == '.') {
  ------------------
  |  Branch (961:21): [True: 0, False: 0]
  ------------------
  962|      0|                    c = tok_nextc(tok);
  963|      0|                    goto fraction;
  964|      0|                }
  965|      0|                else if (c == 'e' || c == 'E') {
  ------------------
  |  Branch (965:26): [True: 0, False: 0]
  |  Branch (965:38): [True: 0, False: 0]
  ------------------
  966|      0|                    goto exponent;
  967|      0|                }
  968|      0|                else if (c == 'j' || c == 'J') {
  ------------------
  |  Branch (968:26): [True: 0, False: 0]
  |  Branch (968:38): [True: 0, False: 0]
  ------------------
  969|      0|                    goto imaginary;
  970|      0|                }
  971|      0|                else if (nonzero && !tok->tok_extra_tokens) {
  ------------------
  |  Branch (971:26): [True: 0, False: 0]
  |  Branch (971:37): [True: 0, False: 0]
  ------------------
  972|       |                    /* Old-style octal: now disallowed. */
  973|      0|                    tok_backup(tok, c);
  974|      0|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror_known_range(
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  975|      0|                            tok, (int)(tok->start + 1 - tok->line_start),
  976|      0|                            (int)(zeros_end - tok->line_start),
  977|      0|                            "leading zeros in decimal integer "
  978|      0|                            "literals are not permitted; "
  979|      0|                            "use an 0o prefix for octal integers"));
  980|      0|                }
  981|      0|                if (!verify_end_of_number(tok, c, "decimal")) {
  ------------------
  |  Branch (981:21): [True: 0, False: 0]
  ------------------
  982|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  983|      0|                }
  984|      0|            }
  985|      0|        }
  986|      0|        else {
  987|       |            /* Decimal */
  988|      0|            c = tok_decimal_tail(tok);
  989|      0|            if (c == 0) {
  ------------------
  |  Branch (989:17): [True: 0, False: 0]
  ------------------
  990|      0|                return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  991|      0|            }
  992|      0|            {
  993|       |                /* Accept floating-point numbers. */
  994|      0|                if (c == '.') {
  ------------------
  |  Branch (994:21): [True: 0, False: 0]
  ------------------
  995|      0|                    c = tok_nextc(tok);
  996|      0|        fraction:
  997|       |                    /* Fraction */
  998|      0|                    if (Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  |  |  |  Branch (24:24): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  999|      0|                        c = tok_decimal_tail(tok);
 1000|      0|                        if (c == 0) {
  ------------------
  |  Branch (1000:29): [True: 0, False: 0]
  ------------------
 1001|      0|                            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1002|      0|                        }
 1003|      0|                    }
 1004|      0|                }
 1005|      0|                if (c == 'e' || c == 'E') {
  ------------------
  |  Branch (1005:21): [True: 0, False: 0]
  |  Branch (1005:33): [True: 0, False: 0]
  ------------------
 1006|      0|                    int e;
 1007|      0|                  exponent:
 1008|      0|                    e = c;
 1009|       |                    /* Exponent part */
 1010|      0|                    c = tok_nextc(tok);
 1011|      0|                    if (c == '+' || c == '-') {
  ------------------
  |  Branch (1011:25): [True: 0, False: 0]
  |  Branch (1011:37): [True: 0, False: 0]
  ------------------
 1012|      0|                        c = tok_nextc(tok);
 1013|      0|                        if (!Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  ------------------
  |  Branch (1013:29): [True: 0, False: 0]
  ------------------
 1014|      0|                            tok_backup(tok, c);
 1015|      0|                            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid decimal literal"));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1016|      0|                        }
 1017|      0|                    } else if (!Py_ISDIGIT(c)) {
  ------------------
  |  |   24|      0|#define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISDIGIT(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_DIGIT)
  |  |  ------------------
  |  |  |  |   11|      0|#define PY_CTF_DIGIT  0x04
  |  |  ------------------
  ------------------
  |  Branch (1017:32): [True: 0, False: 0]
  ------------------
 1018|      0|                        tok_backup(tok, c);
 1019|      0|                        if (!verify_end_of_number(tok, e, "decimal")) {
  ------------------
  |  Branch (1019:29): [True: 0, False: 0]
  ------------------
 1020|      0|                            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1021|      0|                        }
 1022|      0|                        tok_backup(tok, e);
 1023|      0|                        p_start = tok->start;
 1024|      0|                        p_end = tok->cur;
 1025|      0|                        return MAKE_TOKEN(NUMBER);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1026|      0|                    }
 1027|      0|                    c = tok_decimal_tail(tok);
 1028|      0|                    if (c == 0) {
  ------------------
  |  Branch (1028:25): [True: 0, False: 0]
  ------------------
 1029|      0|                        return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1030|      0|                    }
 1031|      0|                }
 1032|      0|                if (c == 'j' || c == 'J') {
  ------------------
  |  Branch (1032:21): [True: 0, False: 0]
  |  Branch (1032:33): [True: 0, False: 0]
  ------------------
 1033|       |                    /* Imaginary part */
 1034|      0|        imaginary:
 1035|      0|                    c = tok_nextc(tok);
 1036|      0|                    if (!verify_end_of_number(tok, c, "imaginary")) {
  ------------------
  |  Branch (1036:25): [True: 0, False: 0]
  ------------------
 1037|      0|                        return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1038|      0|                    }
 1039|      0|                }
 1040|      0|                else if (!verify_end_of_number(tok, c, "decimal")) {
  ------------------
  |  Branch (1040:26): [True: 0, False: 0]
  ------------------
 1041|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1042|      0|                }
 1043|      0|            }
 1044|      0|        }
 1045|      0|        tok_backup(tok, c);
 1046|      0|        p_start = tok->start;
 1047|      0|        p_end = tok->cur;
 1048|      0|        return MAKE_TOKEN(NUMBER);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1049|      0|    }
 1050|       |
 1051|     13|  f_string_quote:
 1052|     13|    if (((Py_TOLOWER(*tok->start) == 'f' || Py_TOLOWER(*tok->start) == 'r' || Py_TOLOWER(*tok->start) == 't')
  ------------------
  |  |   32|     13|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|     13|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
                  if (((Py_TOLOWER(*tok->start) == 'f' || Py_TOLOWER(*tok->start) == 'r' || Py_TOLOWER(*tok->start) == 't')
  ------------------
  |  |   32|     13|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|     13|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
                  if (((Py_TOLOWER(*tok->start) == 'f' || Py_TOLOWER(*tok->start) == 'r' || Py_TOLOWER(*tok->start) == 't')
  ------------------
  |  |   32|     13|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|     13|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  |  Branch (1052:11): [True: 0, False: 13]
  |  Branch (1052:45): [True: 0, False: 13]
  |  Branch (1052:79): [True: 0, False: 13]
  ------------------
 1053|      0|        && (c == '\'' || c == '"'))) {
  ------------------
  |  Branch (1053:13): [True: 0, False: 0]
  |  Branch (1053:26): [True: 0, False: 0]
  ------------------
 1054|       |
 1055|      0|        int quote = c;
 1056|      0|        int quote_size = 1;             /* 1 or 3 */
 1057|       |
 1058|       |        /* Nodes of type STRING, especially multi line strings
 1059|       |           must be handled differently in order to get both
 1060|       |           the starting line number and the column offset right.
 1061|       |           (cf. issue 16806) */
 1062|      0|        tok->first_lineno = tok->lineno;
 1063|      0|        tok->multi_line_start = tok->line_start;
 1064|       |
 1065|       |        /* Find the quote size and start of string */
 1066|      0|        int after_quote = tok_nextc(tok);
 1067|      0|        if (after_quote == quote) {
  ------------------
  |  Branch (1067:13): [True: 0, False: 0]
  ------------------
 1068|      0|            int after_after_quote = tok_nextc(tok);
 1069|      0|            if (after_after_quote == quote) {
  ------------------
  |  Branch (1069:17): [True: 0, False: 0]
  ------------------
 1070|      0|                quote_size = 3;
 1071|      0|            }
 1072|      0|            else {
 1073|       |                // TODO: Check this
 1074|      0|                tok_backup(tok, after_after_quote);
 1075|      0|                tok_backup(tok, after_quote);
 1076|      0|            }
 1077|      0|        }
 1078|      0|        if (after_quote != quote) {
  ------------------
  |  Branch (1078:13): [True: 0, False: 0]
  ------------------
 1079|      0|            tok_backup(tok, after_quote);
 1080|      0|        }
 1081|       |
 1082|       |
 1083|      0|        p_start = tok->start;
 1084|      0|        p_end = tok->cur;
 1085|      0|        if (tok->tok_mode_stack_index + 1 >= MAXFSTRINGLEVEL) {
  ------------------
  |  |    8|      0|#define MAXFSTRINGLEVEL 150 /* Max f-string nesting level */
  ------------------
  |  Branch (1085:13): [True: 0, False: 0]
  ------------------
 1086|      0|            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "too many nested f-strings or t-strings"));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1087|      0|        }
 1088|      0|        tokenizer_mode *the_current_tok = TOK_NEXT_MODE(tok);
  ------------------
  |  |   38|      0|#define TOK_NEXT_MODE(tok) (&(tok->tok_mode_stack[++tok->tok_mode_stack_index]))
  ------------------
 1089|      0|        the_current_tok->kind = TOK_FSTRING_MODE;
 1090|      0|        the_current_tok->quote = quote;
 1091|      0|        the_current_tok->quote_size = quote_size;
 1092|      0|        the_current_tok->start = tok->start;
 1093|      0|        the_current_tok->multi_line_start = tok->line_start;
 1094|      0|        the_current_tok->first_line = tok->lineno;
 1095|      0|        the_current_tok->start_offset = -1;
 1096|      0|        the_current_tok->multi_line_start_offset = -1;
 1097|      0|        the_current_tok->last_expr_buffer = NULL;
 1098|      0|        the_current_tok->last_expr_size = 0;
 1099|      0|        the_current_tok->last_expr_end = -1;
 1100|      0|        the_current_tok->in_format_spec = 0;
 1101|      0|        the_current_tok->in_debug = 0;
 1102|       |
 1103|      0|        enum string_kind_t string_kind = FSTRING;
 1104|      0|        switch (*tok->start) {
 1105|      0|            case 'T':
  ------------------
  |  Branch (1105:13): [True: 0, False: 0]
  ------------------
 1106|      0|            case 't':
  ------------------
  |  Branch (1106:13): [True: 0, False: 0]
  ------------------
 1107|      0|                the_current_tok->raw = Py_TOLOWER(*(tok->start + 1)) == 'r';
  ------------------
  |  |   32|      0|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
 1108|      0|                string_kind = TSTRING;
 1109|      0|                break;
 1110|      0|            case 'F':
  ------------------
  |  Branch (1110:13): [True: 0, False: 0]
  ------------------
 1111|      0|            case 'f':
  ------------------
  |  Branch (1111:13): [True: 0, False: 0]
  ------------------
 1112|      0|                the_current_tok->raw = Py_TOLOWER(*(tok->start + 1)) == 'r';
  ------------------
  |  |   32|      0|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
 1113|      0|                break;
 1114|      0|            case 'R':
  ------------------
  |  Branch (1114:13): [True: 0, False: 0]
  ------------------
 1115|      0|            case 'r':
  ------------------
  |  Branch (1115:13): [True: 0, False: 0]
  ------------------
 1116|      0|                the_current_tok->raw = 1;
 1117|      0|                if (Py_TOLOWER(*(tok->start + 1)) == 't') {
  ------------------
  |  |   32|      0|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|      0|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  |  Branch (1117:21): [True: 0, False: 0]
  ------------------
 1118|      0|                    string_kind = TSTRING;
 1119|      0|                }
 1120|      0|                break;
 1121|      0|            default:
  ------------------
  |  Branch (1121:13): [True: 0, False: 0]
  ------------------
 1122|      0|                Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1123|      0|        }
 1124|       |
 1125|      0|        the_current_tok->string_kind = string_kind;
 1126|      0|        the_current_tok->curly_bracket_depth = 0;
 1127|      0|        the_current_tok->curly_bracket_expr_start_depth = -1;
 1128|      0|        return string_kind == TSTRING ? MAKE_TOKEN(TSTRING_START) : MAKE_TOKEN(FSTRING_START);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
                      return string_kind == TSTRING ? MAKE_TOKEN(TSTRING_START) : MAKE_TOKEN(FSTRING_START);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
  |  Branch (1128:16): [True: 0, False: 0]
  ------------------
 1129|      0|    }
 1130|       |
 1131|     13|  letter_quote:
 1132|       |    /* String */
 1133|     13|    if (c == '\'' || c == '"') {
  ------------------
  |  Branch (1133:9): [True: 0, False: 13]
  |  Branch (1133:22): [True: 0, False: 13]
  ------------------
 1134|      0|        int quote = c;
 1135|      0|        int quote_size = 1;             /* 1 or 3 */
 1136|      0|        int end_quote_size = 0;
 1137|      0|        int has_escaped_quote = 0;
 1138|       |
 1139|       |        /* Nodes of type STRING, especially multi line strings
 1140|       |           must be handled differently in order to get both
 1141|       |           the starting line number and the column offset right.
 1142|       |           (cf. issue 16806) */
 1143|      0|        tok->first_lineno = tok->lineno;
 1144|      0|        tok->multi_line_start = tok->line_start;
 1145|       |
 1146|       |        /* Find the quote size and start of string */
 1147|      0|        c = tok_nextc(tok);
 1148|      0|        if (c == quote) {
  ------------------
  |  Branch (1148:13): [True: 0, False: 0]
  ------------------
 1149|      0|            c = tok_nextc(tok);
 1150|      0|            if (c == quote) {
  ------------------
  |  Branch (1150:17): [True: 0, False: 0]
  ------------------
 1151|      0|                quote_size = 3;
 1152|      0|            }
 1153|      0|            else {
 1154|      0|                end_quote_size = 1;     /* empty string found */
 1155|      0|            }
 1156|      0|        }
 1157|      0|        if (c != quote) {
  ------------------
  |  Branch (1157:13): [True: 0, False: 0]
  ------------------
 1158|      0|            tok_backup(tok, c);
 1159|      0|        }
 1160|       |
 1161|       |        /* Get rest of string */
 1162|      0|        while (end_quote_size != quote_size) {
  ------------------
  |  Branch (1162:16): [True: 0, False: 0]
  ------------------
 1163|      0|            c = tok_nextc(tok);
 1164|      0|            if (tok->done == E_ERROR) {
  ------------------
  |  |   29|      0|#define E_ERROR          17      /* Execution error */
  ------------------
  |  Branch (1164:17): [True: 0, False: 0]
  ------------------
 1165|      0|                return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1166|      0|            }
 1167|      0|            if (tok->done == E_DECODE) {
  ------------------
  |  |   34|      0|#define E_DECODE         22      /* Error in decoding into Unicode */
  ------------------
  |  Branch (1167:17): [True: 0, False: 0]
  ------------------
 1168|      0|                break;
 1169|      0|            }
 1170|      0|            if (c == EOF || (quote_size == 1 && c == '\n')) {
  ------------------
  |  Branch (1170:17): [True: 0, False: 0]
  |  Branch (1170:30): [True: 0, False: 0]
  |  Branch (1170:49): [True: 0, False: 0]
  ------------------
 1171|      0|                assert(tok->multi_line_start != NULL);
  ------------------
  |  Branch (1171:17): [True: 0, False: 0]
  ------------------
 1172|       |                // shift the tok_state's location into
 1173|       |                // the start of string, and report the error
 1174|       |                // from the initial quote character
 1175|      0|                tok->cur = (char *)tok->start;
 1176|      0|                tok->cur++;
 1177|      0|                tok->line_start = tok->multi_line_start;
 1178|      0|                int start = tok->lineno;
 1179|      0|                tok->lineno = tok->first_lineno;
 1180|       |
 1181|      0|                if (INSIDE_FSTRING(tok)) {
  ------------------
  |  |   10|      0|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1182|       |                    /* When we are in an f-string, before raising the
 1183|       |                     * unterminated string literal error, check whether
 1184|       |                     * does the initial quote matches with f-strings quotes
 1185|       |                     * and if it is, then this must be a missing '}' token
 1186|       |                     * so raise the proper error */
 1187|      0|                    tokenizer_mode *the_current_tok = TOK_GET_MODE(tok);
  ------------------
  |  |   37|      0|#define TOK_GET_MODE(tok) (&(tok->tok_mode_stack[tok->tok_mode_stack_index]))
  ------------------
 1188|      0|                    if (the_current_tok->quote == quote &&
  ------------------
  |  Branch (1188:25): [True: 0, False: 0]
  ------------------
 1189|      0|                        the_current_tok->quote_size == quote_size) {
  ------------------
  |  Branch (1189:25): [True: 0, False: 0]
  ------------------
 1190|      0|                        return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1191|      0|                            "%c-string: expecting '}'", TOK_GET_STRING_PREFIX(tok)));
 1192|      0|                    }
 1193|      0|                }
 1194|       |
 1195|      0|                if (quote_size == 3) {
  ------------------
  |  Branch (1195:21): [True: 0, False: 0]
  ------------------
 1196|      0|                    _PyTokenizer_syntaxerror(tok, "unterminated triple-quoted string literal"
 1197|      0|                                     " (detected at line %d)", start);
 1198|      0|                    if (c != '\n') {
  ------------------
  |  Branch (1198:25): [True: 0, False: 0]
  ------------------
 1199|      0|                        tok->done = E_EOFS;
  ------------------
  |  |   35|      0|#define E_EOFS           23      /* EOF in triple-quoted string */
  ------------------
 1200|      0|                    }
 1201|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1202|      0|                }
 1203|      0|                else {
 1204|      0|                    if (has_escaped_quote) {
  ------------------
  |  Branch (1204:25): [True: 0, False: 0]
  ------------------
 1205|      0|                        _PyTokenizer_syntaxerror(
 1206|      0|                            tok,
 1207|      0|                            "unterminated string literal (detected at line %d); "
 1208|      0|                            "perhaps you escaped the end quote?",
 1209|      0|                            start
 1210|      0|                        );
 1211|      0|                    } else {
 1212|      0|                        _PyTokenizer_syntaxerror(
 1213|      0|                            tok, "unterminated string literal (detected at line %d)", start
 1214|      0|                        );
 1215|      0|                    }
 1216|      0|                    if (c != '\n') {
  ------------------
  |  Branch (1216:25): [True: 0, False: 0]
  ------------------
 1217|      0|                        tok->done = E_EOLS;
  ------------------
  |  |   36|      0|#define E_EOLS           24      /* EOL in single-quoted string */
  ------------------
 1218|      0|                    }
 1219|      0|                    return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1220|      0|                }
 1221|      0|            }
 1222|      0|            if (c == quote) {
  ------------------
  |  Branch (1222:17): [True: 0, False: 0]
  ------------------
 1223|      0|                end_quote_size += 1;
 1224|      0|            }
 1225|      0|            else {
 1226|      0|                end_quote_size = 0;
 1227|      0|                if (c == '\\') {
  ------------------
  |  Branch (1227:21): [True: 0, False: 0]
  ------------------
 1228|      0|                    c = tok_nextc(tok);  /* skip escaped char */
 1229|      0|                    if (c == quote) {  /* but record whether the escaped char was a quote */
  ------------------
  |  Branch (1229:25): [True: 0, False: 0]
  ------------------
 1230|      0|                        has_escaped_quote = 1;
 1231|      0|                    }
 1232|      0|                    if (c == '\r') {
  ------------------
  |  Branch (1232:25): [True: 0, False: 0]
  ------------------
 1233|      0|                        c = tok_nextc(tok);
 1234|      0|                    }
 1235|      0|                }
 1236|      0|            }
 1237|      0|        }
 1238|       |
 1239|      0|        p_start = tok->start;
 1240|      0|        p_end = tok->cur;
 1241|      0|        return MAKE_TOKEN(STRING);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1242|      0|    }
 1243|       |
 1244|       |    /* Line continuation */
 1245|     13|    if (c == '\\') {
  ------------------
  |  Branch (1245:9): [True: 0, False: 13]
  ------------------
 1246|      0|        if ((c = tok_continuation_line(tok)) == -1) {
  ------------------
  |  Branch (1246:13): [True: 0, False: 0]
  ------------------
 1247|      0|            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1248|      0|        }
 1249|      0|        tok->cont_line = 1;
 1250|      0|        goto again; /* Read next line */
 1251|      0|    }
 1252|       |
 1253|       |    /* Punctuation character */
 1254|     13|    int is_punctuation = (c == ':' || c == '}' || c == '!' || c == '{');
  ------------------
  |  Branch (1254:27): [True: 1, False: 12]
  |  Branch (1254:39): [True: 0, False: 12]
  |  Branch (1254:51): [True: 0, False: 12]
  |  Branch (1254:63): [True: 0, False: 12]
  ------------------
 1255|     13|    if (is_punctuation && INSIDE_FSTRING(tok) && INSIDE_FSTRING_EXPR(current_tok)) {
  ------------------
  |  |   10|     14|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 0, False: 1]
  |  |  ------------------
  ------------------
                  if (is_punctuation && INSIDE_FSTRING(tok) && INSIDE_FSTRING_EXPR(current_tok)) {
  ------------------
  |  |   11|      0|#define INSIDE_FSTRING_EXPR(tok) (tok->curly_bracket_expr_start_depth >= 0)
  |  |  ------------------
  |  |  |  Branch (11:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1255:9): [True: 1, False: 12]
  ------------------
 1256|       |        /* This code block gets executed before the curly_bracket_depth is incremented
 1257|       |         * by the `{` case, so for ensuring that we are on the 0th level, we need
 1258|       |         * to adjust it manually */
 1259|      0|        int cursor = current_tok->curly_bracket_depth - (c != '{');
 1260|      0|        int in_format_spec = current_tok->in_format_spec;
 1261|      0|         int cursor_in_format_with_debug =
 1262|      0|             cursor == 1 && (current_tok->in_debug || in_format_spec);
  ------------------
  |  Branch (1262:14): [True: 0, False: 0]
  |  Branch (1262:30): [True: 0, False: 0]
  |  Branch (1262:55): [True: 0, False: 0]
  ------------------
 1263|      0|         int cursor_valid = cursor == 0 || cursor_in_format_with_debug;
  ------------------
  |  Branch (1263:29): [True: 0, False: 0]
  |  Branch (1263:44): [True: 0, False: 0]
  ------------------
 1264|      0|        if ((cursor_valid) && !_PyLexer_update_ftstring_expr(tok, c)) {
  ------------------
  |  Branch (1264:13): [True: 0, False: 0]
  |  Branch (1264:31): [True: 0, False: 0]
  ------------------
 1265|      0|            return MAKE_TOKEN(ENDMARKER);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1266|      0|        }
 1267|      0|        if ((cursor_valid) && c != '{' && set_ftstring_expr(tok, token, c)) {
  ------------------
  |  Branch (1267:13): [True: 0, False: 0]
  |  Branch (1267:31): [True: 0, False: 0]
  |  Branch (1267:43): [True: 0, False: 0]
  ------------------
 1268|      0|            return MAKE_TOKEN(ERRORTOKEN);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1269|      0|        }
 1270|       |
 1271|      0|        if (c == ':' && cursor == current_tok->curly_bracket_expr_start_depth) {
  ------------------
  |  Branch (1271:13): [True: 0, False: 0]
  |  Branch (1271:25): [True: 0, False: 0]
  ------------------
 1272|      0|            current_tok->kind = TOK_FSTRING_MODE;
 1273|      0|            current_tok->in_format_spec = 1;
 1274|      0|            p_start = tok->start;
 1275|      0|            p_end = tok->cur;
 1276|      0|            return MAKE_TOKEN(_PyToken_OneChar(c));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1277|      0|        }
 1278|      0|    }
 1279|       |
 1280|       |    /* Check for two-character token */
 1281|     13|    {
 1282|     13|        int c2 = tok_nextc(tok);
 1283|     13|        int current_token = _PyToken_TwoChars(c, c2);
 1284|     13|        if (current_token != OP) {
  ------------------
  |  |   71|     13|#define OP              55
  ------------------
  |  Branch (1284:13): [True: 0, False: 13]
  ------------------
 1285|      0|            int c3 = tok_nextc(tok);
 1286|      0|            int current_token3 = _PyToken_ThreeChars(c, c2, c3);
 1287|      0|            if (current_token3 != OP) {
  ------------------
  |  |   71|      0|#define OP              55
  ------------------
  |  Branch (1287:17): [True: 0, False: 0]
  ------------------
 1288|      0|                current_token = current_token3;
 1289|      0|            }
 1290|      0|            else {
 1291|      0|                tok_backup(tok, c3);
 1292|      0|            }
 1293|      0|            p_start = tok->start;
 1294|      0|            p_end = tok->cur;
 1295|      0|            return MAKE_TOKEN(current_token);
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1296|      0|        }
 1297|     13|        tok_backup(tok, c2);
 1298|     13|    }
 1299|       |
 1300|       |    /* Keep track of parentheses nesting level */
 1301|      0|    switch (c) {
 1302|      2|    case '(':
  ------------------
  |  Branch (1302:5): [True: 2, False: 11]
  ------------------
 1303|      2|    case '[':
  ------------------
  |  Branch (1303:5): [True: 0, False: 13]
  ------------------
 1304|      2|    case '{':
  ------------------
  |  Branch (1304:5): [True: 0, False: 13]
  ------------------
 1305|      2|        if (tok->level >= MAXLEVEL) {
  ------------------
  |  |    7|      2|#define MAXLEVEL 200        /* Max parentheses level */
  ------------------
  |  Branch (1305:13): [True: 0, False: 2]
  ------------------
 1306|      0|            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "too many nested parentheses"));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1307|      0|        }
 1308|      2|        tok->parenstack[tok->level] = c;
 1309|      2|        tok->parenlinenostack[tok->level] = tok->lineno;
 1310|      2|        tok->parencolstack[tok->level] = (int)(tok->start - tok->line_start);
 1311|      2|        tok->level++;
 1312|      2|        if (INSIDE_FSTRING(tok)) {
  ------------------
  |  |   10|      2|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1313|      0|            current_tok->curly_bracket_depth++;
 1314|      0|        }
 1315|      2|        break;
 1316|      2|    case ')':
  ------------------
  |  Branch (1316:5): [True: 2, False: 11]
  ------------------
 1317|      2|    case ']':
  ------------------
  |  Branch (1317:5): [True: 0, False: 13]
  ------------------
 1318|      2|    case '}':
  ------------------
  |  Branch (1318:5): [True: 0, False: 13]
  ------------------
 1319|      2|        if (INSIDE_FSTRING(tok) && !current_tok->curly_bracket_depth && c == '}') {
  ------------------
  |  |   10|      4|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (1319:36): [True: 0, False: 0]
  |  Branch (1319:73): [True: 0, False: 0]
  ------------------
 1320|      0|            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1321|      0|                "%c-string: single '}' is not allowed", TOK_GET_STRING_PREFIX(tok)));
 1322|      0|        }
 1323|      2|        if (!tok->tok_extra_tokens && !tok->level) {
  ------------------
  |  Branch (1323:13): [True: 2, False: 0]
  |  Branch (1323:39): [True: 0, False: 2]
  ------------------
 1324|      0|            return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "unmatched '%c'", c));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1325|      0|        }
 1326|      2|        if (tok->level > 0) {
  ------------------
  |  Branch (1326:13): [True: 2, False: 0]
  ------------------
 1327|      2|            tok->level--;
 1328|      2|            int opening = tok->parenstack[tok->level];
 1329|      2|            if (!tok->tok_extra_tokens && !((opening == '(' && c == ')') ||
  ------------------
  |  Branch (1329:17): [True: 2, False: 0]
  |  Branch (1329:46): [True: 2, False: 0]
  |  Branch (1329:64): [True: 2, False: 0]
  ------------------
 1330|      0|                                            (opening == '[' && c == ']') ||
  ------------------
  |  Branch (1330:46): [True: 0, False: 0]
  |  Branch (1330:64): [True: 0, False: 0]
  ------------------
 1331|      0|                                            (opening == '{' && c == '}'))) {
  ------------------
  |  Branch (1331:46): [True: 0, False: 0]
  |  Branch (1331:64): [True: 0, False: 0]
  ------------------
 1332|       |                /* If the opening bracket belongs to an f-string's expression
 1333|       |                part (e.g. f"{)}") and the closing bracket is an arbitrary
 1334|       |                nested expression, then instead of matching a different
 1335|       |                syntactical construct with it; we'll throw an unmatched
 1336|       |                parentheses error. */
 1337|      0|                if (INSIDE_FSTRING(tok) && opening == '{') {
  ------------------
  |  |   10|      0|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1337:44): [True: 0, False: 0]
  ------------------
 1338|      0|                    assert(current_tok->curly_bracket_depth >= 0);
  ------------------
  |  Branch (1338:21): [True: 0, False: 0]
  ------------------
 1339|      0|                    int previous_bracket = current_tok->curly_bracket_depth - 1;
 1340|      0|                    if (previous_bracket == current_tok->curly_bracket_expr_start_depth) {
  ------------------
  |  Branch (1340:25): [True: 0, False: 0]
  ------------------
 1341|      0|                        return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1342|      0|                            "%c-string: unmatched '%c'", TOK_GET_STRING_PREFIX(tok), c));
 1343|      0|                    }
 1344|      0|                }
 1345|      0|                if (tok->parenlinenostack[tok->level] != tok->lineno) {
  ------------------
  |  Branch (1345:21): [True: 0, False: 0]
  ------------------
 1346|      0|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1347|      0|                            "closing parenthesis '%c' does not match "
 1348|      0|                            "opening parenthesis '%c' on line %d",
 1349|      0|                            c, opening, tok->parenlinenostack[tok->level]));
 1350|      0|                }
 1351|      0|                else {
 1352|      0|                    return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok,
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1353|      0|                            "closing parenthesis '%c' does not match "
 1354|      0|                            "opening parenthesis '%c'",
 1355|      0|                            c, opening));
 1356|      0|                }
 1357|      0|            }
 1358|      2|        }
 1359|       |
 1360|      2|        if (INSIDE_FSTRING(tok)) {
  ------------------
  |  |   10|      2|#define INSIDE_FSTRING(tok) (tok->tok_mode_stack_index > 0)
  |  |  ------------------
  |  |  |  Branch (10:29): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1361|      0|            current_tok->curly_bracket_depth--;
 1362|      0|            if (current_tok->curly_bracket_depth < 0) {
  ------------------
  |  Branch (1362:17): [True: 0, False: 0]
  ------------------
 1363|      0|                return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "%c-string: unmatched '%c'",
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  |  |  ------------------
  |  |  |  Branch (44:65): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1364|      0|                    TOK_GET_STRING_PREFIX(tok), c));
 1365|      0|            }
 1366|      0|            if (c == '}' && current_tok->curly_bracket_depth == current_tok->curly_bracket_expr_start_depth) {
  ------------------
  |  Branch (1366:17): [True: 0, False: 0]
  |  Branch (1366:29): [True: 0, False: 0]
  ------------------
 1367|      0|                current_tok->curly_bracket_expr_start_depth--;
 1368|      0|                current_tok->kind = TOK_FSTRING_MODE;
 1369|      0|                current_tok->in_format_spec = 0;
 1370|      0|                current_tok->in_debug = 0;
 1371|      0|            }
 1372|      0|        }
 1373|      2|        break;
 1374|      9|    default:
  ------------------
  |  Branch (1374:5): [True: 9, False: 4]
  ------------------
 1375|      9|        break;
 1376|     13|    }
 1377|       |
 1378|     13|    if (!Py_UNICODE_ISPRINTABLE(c)) {
  ------------------
  |  |  761|     13|#define Py_UNICODE_ISPRINTABLE(ch) _PyUnicode_IsPrintable(ch)
  ------------------
  |  Branch (1378:9): [True: 0, False: 13]
  ------------------
 1379|      0|        return MAKE_TOKEN(_PyTokenizer_syntaxerror(tok, "invalid non-printable character U+%04X", c));
  ------------------
  |  |   44|      0|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1380|      0|    }
 1381|       |
 1382|     13|    if( c == '=' && INSIDE_FSTRING_EXPR_AT_TOP(current_tok)) {
  ------------------
  |  |   13|      0|    (tok->curly_bracket_depth - tok->curly_bracket_expr_start_depth == 1)
  |  |  ------------------
  |  |  |  Branch (13:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1382:9): [True: 0, False: 13]
  ------------------
 1383|      0|        current_tok->in_debug = 1;
 1384|      0|    }
 1385|       |
 1386|       |    /* Punctuation character */
 1387|     13|    p_start = tok->start;
 1388|     13|    p_end = tok->cur;
 1389|     13|    return MAKE_TOKEN(_PyToken_OneChar(c));
  ------------------
  |  |   44|     13|#define MAKE_TOKEN(token_type) _PyLexer_token_setup(tok, token, token_type, p_start, p_end)
  ------------------
 1390|     13|}
lexer.c:tok_nextc:
   61|    150|{
   62|    150|    int rc;
   63|    151|    for (;;) {
   64|    151|        if (tok->cur != tok->inp) {
  ------------------
  |  Branch (64:13): [True: 147, False: 4]
  ------------------
   65|    147|            if ((unsigned int) tok->col_offset >= (unsigned int) INT_MAX) {
  ------------------
  |  Branch (65:17): [True: 0, False: 147]
  ------------------
   66|      0|                tok->done = E_COLUMNOVERFLOW;
  ------------------
  |  |   40|      0|#define E_COLUMNOVERFLOW 29      /* Column offset overflow */
  ------------------
   67|      0|                return EOF;
   68|      0|            }
   69|    147|            tok->col_offset++;
   70|    147|            return Py_CHARMASK(*tok->cur++); /* Fast path */
  ------------------
  |  |  138|    147|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
   71|    147|        }
   72|      4|        if (tok->done != E_OK) {
  ------------------
  |  |   22|      4|#define E_OK             10      /* No error */
  ------------------
  |  Branch (72:13): [True: 2, False: 2]
  ------------------
   73|      2|            return EOF;
   74|      2|        }
   75|      2|        rc = tok->underflow(tok);
   76|       |#if defined(Py_DEBUG)
   77|       |        if (tok->debug) {
   78|       |            fprintf(stderr, "line[%d] = ", tok->lineno);
   79|       |            _PyTokenizer_print_escape(stderr, tok->cur, tok->inp - tok->cur);
   80|       |            fprintf(stderr, "  tok->done = %d\n", tok->done);
   81|       |        }
   82|       |#endif
   83|      2|        if (!rc) {
  ------------------
  |  Branch (83:13): [True: 1, False: 1]
  ------------------
   84|      1|            tok->cur = tok->inp;
   85|      1|            return EOF;
   86|      1|        }
   87|      1|        tok->line_start = tok->cur;
   88|       |
   89|      1|        if (contains_null_bytes(tok->line_start, tok->inp - tok->line_start)) {
  ------------------
  |  Branch (89:13): [True: 0, False: 1]
  ------------------
   90|      0|            _PyTokenizer_syntaxerror(tok, "source code cannot contain null bytes");
   91|      0|            tok->cur = tok->inp;
   92|      0|            return EOF;
   93|      0|        }
   94|      1|    }
   95|      0|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
   96|    150|}
lexer.c:contains_null_bytes:
   54|      1|{
   55|       |    return memchr(str, 0, size) != NULL;
   56|      1|}
lexer.c:tok_backup:
  101|     52|{
  102|     52|    if (c != EOF) {
  ------------------
  |  Branch (102:9): [True: 50, False: 2]
  ------------------
  103|     50|        if (--tok->cur < tok->buf) {
  ------------------
  |  Branch (103:13): [True: 0, False: 50]
  ------------------
  104|      0|            Py_FatalError("tokenizer beginning of buffer");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  105|      0|        }
  106|     50|        if ((int)(unsigned char)*tok->cur != Py_CHARMASK(c)) {
  ------------------
  |  |  138|     50|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  ------------------
  |  Branch (106:13): [True: 0, False: 50]
  ------------------
  107|      0|            Py_FatalError("tok_backup: wrong character");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  108|      0|        }
  109|     50|        tok->col_offset--;
  110|     50|    }
  111|     52|}

_PyTokenizer_tok_new:
   14|      1|{
   15|      1|    struct tok_state *tok = (struct tok_state *)PyMem_Calloc(
   16|      1|                                            1,
   17|      1|                                            sizeof(struct tok_state));
   18|      1|    if (tok == NULL)
  ------------------
  |  Branch (18:9): [True: 0, False: 1]
  ------------------
   19|      0|        return NULL;
   20|      1|    tok->buf = tok->cur = tok->inp = NULL;
   21|      1|    tok->fp_interactive = 0;
   22|      1|    tok->interactive_src_start = NULL;
   23|      1|    tok->interactive_src_end = NULL;
   24|      1|    tok->start = NULL;
   25|      1|    tok->end = NULL;
   26|      1|    tok->done = E_OK;
  ------------------
  |  |   22|      1|#define E_OK             10      /* No error */
  ------------------
   27|      1|    tok->fp = NULL;
   28|      1|    tok->input = NULL;
   29|      1|    tok->tabsize = TABSIZE;
  ------------------
  |  |    9|      1|#define TABSIZE 8
  ------------------
   30|      1|    tok->indent = 0;
   31|      1|    tok->indstack[0] = 0;
   32|      1|    tok->atbol = 1;
   33|      1|    tok->pendin = 0;
   34|      1|    tok->prompt = tok->nextprompt = NULL;
   35|      1|    tok->lineno = 0;
   36|      1|    tok->starting_col_offset = -1;
   37|      1|    tok->col_offset = -1;
   38|      1|    tok->level = 0;
   39|      1|    tok->altindstack[0] = 0;
   40|      1|    tok->decoding_state = STATE_INIT;
   41|      1|    tok->decoding_erred = 0;
   42|      1|    tok->enc = NULL;
   43|      1|    tok->encoding = NULL;
   44|      1|    tok->cont_line = 0;
   45|      1|    tok->filename = NULL;
   46|      1|    tok->module = NULL;
   47|      1|    tok->decoding_readline = NULL;
   48|      1|    tok->decoding_buffer = NULL;
   49|      1|    tok->readline = NULL;
   50|      1|    tok->type_comments = 0;
   51|      1|    tok->interactive_underflow = IUNDERFLOW_NORMAL;
   52|      1|    tok->underflow = NULL;
   53|      1|    tok->str = NULL;
   54|      1|    tok->report_warnings = 1;
   55|      1|    tok->tok_extra_tokens = 0;
   56|      1|    tok->comment_newline = 0;
   57|      1|    tok->implicit_newline = 0;
   58|      1|    tok->tok_mode_stack[0] = (tokenizer_mode){.kind =TOK_REGULAR_MODE, .quote='\0', .quote_size = 0, .in_debug=0};
   59|      1|    tok->tok_mode_stack_index = 0;
   60|       |#ifdef Py_DEBUG
   61|       |    tok->debug = _Py_GetConfig()->parser_debug;
   62|       |#endif
   63|      1|    return tok;
   64|      1|}
_PyTokenizer_Free:
   87|      1|{
   88|      1|    if (tok->encoding != NULL) {
  ------------------
  |  Branch (88:9): [True: 1, False: 0]
  ------------------
   89|      1|        PyMem_Free(tok->encoding);
   90|      1|    }
   91|      1|    Py_XDECREF(tok->decoding_readline);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   92|      1|    Py_XDECREF(tok->decoding_buffer);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|      1|    Py_XDECREF(tok->readline);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   94|      1|    Py_XDECREF(tok->filename);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   95|      1|    Py_XDECREF(tok->module);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|      1|    if ((tok->readline != NULL || tok->fp != NULL ) && tok->buf != NULL) {
  ------------------
  |  Branch (96:10): [True: 0, False: 1]
  |  Branch (96:35): [True: 0, False: 1]
  |  Branch (96:56): [True: 0, False: 0]
  ------------------
   97|      0|        PyMem_Free(tok->buf);
   98|      0|    }
   99|      1|    if (tok->input) {
  ------------------
  |  Branch (99:9): [True: 1, False: 0]
  ------------------
  100|      1|        PyMem_Free(tok->input);
  101|      1|    }
  102|      1|    if (tok->interactive_src_start != NULL) {
  ------------------
  |  Branch (102:9): [True: 0, False: 1]
  ------------------
  103|      0|        PyMem_Free(tok->interactive_src_start);
  104|      0|    }
  105|      1|    free_fstring_expressions(tok);
  106|      1|    PyMem_Free(tok);
  107|      1|}
_PyToken_Init:
  115|     26|_PyToken_Init(struct token *token) {
  116|       |    token->metadata = NULL;
  117|     26|}
_PyLexer_token_setup:
  134|     26|{
  135|     26|    assert((start == NULL && end == NULL) || (start != NULL && end != NULL));
  ------------------
  |  Branch (135:5): [True: 1, False: 25]
  |  Branch (135:5): [True: 1, False: 0]
  |  Branch (135:5): [True: 25, False: 0]
  |  Branch (135:5): [True: 25, False: 0]
  ------------------
  136|     26|    token->level = tok->level;
  137|     26|    if (ISSTRINGLIT(type)) {
  ------------------
  |  |   96|     26|#define ISSTRINGLIT(x)          ((x) == STRING           || \
  |  |  ------------------
  |  |  |  |   19|     52|#define STRING          3
  |  |  ------------------
  |  |  |  Branch (96:34): [True: 0, False: 26]
  |  |  ------------------
  |  |   97|     26|                                 (x) == FSTRING_MIDDLE   || \
  |  |  ------------------
  |  |  |  |   76|     52|#define FSTRING_MIDDLE  60
  |  |  ------------------
  |  |  |  Branch (97:34): [True: 0, False: 26]
  |  |  ------------------
  |  |   98|     26|                                 (x) == TSTRING_MIDDLE)
  |  |  ------------------
  |  |  |  |   79|     26|#define TSTRING_MIDDLE  63
  |  |  ------------------
  |  |  |  Branch (98:34): [True: 0, False: 26]
  |  |  ------------------
  ------------------
  138|      0|        token->lineno = tok->first_lineno;
  139|      0|    }
  140|     26|    else {
  141|     26|        token->lineno = tok->lineno;
  142|     26|    }
  143|     26|    token->end_lineno = tok->lineno;
  144|     26|    token->col_offset = token->end_col_offset = -1;
  145|     26|    token->start = start;
  146|     26|    token->end = end;
  147|       |
  148|     26|    if (start != NULL && end != NULL) {
  ------------------
  |  Branch (148:9): [True: 25, False: 1]
  |  Branch (148:26): [True: 25, False: 0]
  ------------------
  149|     25|        token->col_offset = tok->starting_col_offset;
  150|     25|        token->end_col_offset = tok->col_offset;
  151|     25|    }
  152|     26|    return type;
  153|     26|}
state.c:free_fstring_expressions:
   68|      1|{
   69|      1|    int index;
   70|      1|    tokenizer_mode *mode;
   71|       |
   72|      2|    for (index = tok->tok_mode_stack_index; index >= 0; --index) {
  ------------------
  |  Branch (72:45): [True: 1, False: 1]
  ------------------
   73|      1|        mode = &(tok->tok_mode_stack[index]);
   74|      1|        if (mode->last_expr_buffer != NULL) {
  ------------------
  |  Branch (74:13): [True: 0, False: 1]
  ------------------
   75|      0|            PyMem_Free(mode->last_expr_buffer);
   76|       |            mode->last_expr_buffer = NULL;
   77|      0|            mode->last_expr_size = 0;
   78|      0|            mode->last_expr_end = -1;
   79|      0|            mode->in_format_spec = 0;
   80|      0|        }
   81|      1|    }
   82|      1|}

_PyPegen_parse:
39413|      1|{
39414|       |    // Initialize keywords
39415|      1|    p->keywords = reserved_keywords;
39416|      1|    p->n_keyword_lists = n_keyword_lists;
39417|      1|    p->soft_keywords = soft_keywords;
39418|       |
39419|       |    // Run parser
39420|      1|    void *result = NULL;
39421|      1|    if (p->start_rule == Py_file_input) {
  ------------------
  |  |    9|      1|#define Py_file_input 257
  ------------------
  |  Branch (39421:9): [True: 0, False: 1]
  ------------------
39422|      0|        result = file_rule(p);
39423|      1|    } else if (p->start_rule == Py_single_input) {
  ------------------
  |  |    8|      1|#define Py_single_input 256
  ------------------
  |  Branch (39423:16): [True: 0, False: 1]
  ------------------
39424|      0|        result = interactive_rule(p);
39425|      1|    } else if (p->start_rule == Py_eval_input) {
  ------------------
  |  |   10|      1|#define Py_eval_input 258
  ------------------
  |  Branch (39425:16): [True: 1, False: 0]
  ------------------
39426|      1|        result = eval_rule(p);
39427|      1|    } else if (p->start_rule == Py_func_type_input) {
  ------------------
  |  |   11|      0|#define Py_func_type_input 345
  ------------------
  |  Branch (39427:16): [True: 0, False: 0]
  ------------------
39428|      0|        result = func_type_rule(p);
39429|      0|    }
39430|       |
39431|      1|    return result;
39432|      1|}
parser.c:named_expression_rule:
12398|      8|{
12399|      8|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     16|#  define MAXSTACK 6000
  ------------------
  |  Branch (12399:9): [True: 0, False: 8]
  |  Branch (12399:35): [True: 0, False: 8]
  ------------------
12400|      0|        _Pypegen_stack_overflow(p);
12401|      0|    }
12402|      8|    if (p->error_indicator) {
  ------------------
  |  Branch (12402:9): [True: 0, False: 8]
  ------------------
12403|      0|        p->level--;
12404|      0|        return NULL;
12405|      0|    }
12406|      8|    expr_ty _res = NULL;
12407|      8|    int _mark = p->mark;
12408|      8|    { // assignment_expression
12409|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12409:13): [True: 0, False: 8]
  ------------------
12410|      0|            p->level--;
12411|      0|            return NULL;
12412|      0|        }
12413|      8|        D(fprintf(stderr, "%*c> named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
12414|      8|        expr_ty assignment_expression_var;
12415|      8|        if (
12416|      8|            (assignment_expression_var = assignment_expression_rule(p))  // assignment_expression
  ------------------
  |  Branch (12416:13): [True: 0, False: 8]
  ------------------
12417|      8|        )
12418|      0|        {
12419|      0|            D(fprintf(stderr, "%*c+ named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
12420|      0|            _res = assignment_expression_var;
12421|      0|            goto done;
12422|      0|        }
12423|      8|        p->mark = _mark;
12424|      8|        D(fprintf(stderr, "%*c%s named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12425|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "assignment_expression"));
12426|      8|    }
12427|      8|    if (p->call_invalid_rules) { // invalid_named_expression
  ------------------
  |  Branch (12427:9): [True: 0, False: 8]
  ------------------
12428|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (12428:13): [True: 0, False: 0]
  ------------------
12429|      0|            p->level--;
12430|      0|            return NULL;
12431|      0|        }
12432|      0|        D(fprintf(stderr, "%*c> named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_named_expression"));
12433|      0|        void *invalid_named_expression_var;
12434|      0|        if (
12435|      0|            (invalid_named_expression_var = invalid_named_expression_rule(p))  // invalid_named_expression
  ------------------
  |  Branch (12435:13): [True: 0, False: 0]
  ------------------
12436|      0|        )
12437|      0|        {
12438|      0|            D(fprintf(stderr, "%*c+ named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_named_expression"));
12439|      0|            _res = invalid_named_expression_var;
12440|      0|            goto done;
12441|      0|        }
12442|      0|        p->mark = _mark;
12443|      0|        D(fprintf(stderr, "%*c%s named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12444|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_named_expression"));
12445|      0|    }
12446|      8|    { // expression !':='
12447|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12447:13): [True: 0, False: 8]
  ------------------
12448|      0|            p->level--;
12449|      0|            return NULL;
12450|      0|        }
12451|      8|        D(fprintf(stderr, "%*c> named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression !':='"));
12452|      8|        expr_ty expression_var;
12453|      8|        if (
12454|      8|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (12454:13): [True: 8, False: 0]
  ------------------
12455|      8|            &&
12456|      8|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 53)  // token=':='
  ------------------
  |  Branch (12456:13): [True: 8, False: 0]
  ------------------
12457|      8|        )
12458|      8|        {
12459|      8|            D(fprintf(stderr, "%*c+ named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression !':='"));
12460|      8|            _res = expression_var;
12461|      8|            goto done;
12462|      8|        }
12463|      0|        p->mark = _mark;
12464|      0|        D(fprintf(stderr, "%*c%s named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12465|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression !':='"));
12466|      0|    }
12467|      0|    _res = NULL;
12468|      8|  done:
12469|      8|    p->level--;
12470|      8|    return _res;
12471|      0|}
parser.c:assignment_expression_rule:
12324|     13|{
12325|     13|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     26|#  define MAXSTACK 6000
  ------------------
  |  Branch (12325:9): [True: 0, False: 13]
  |  Branch (12325:35): [True: 0, False: 13]
  ------------------
12326|      0|        _Pypegen_stack_overflow(p);
12327|      0|    }
12328|     13|    if (p->error_indicator) {
  ------------------
  |  Branch (12328:9): [True: 0, False: 13]
  ------------------
12329|      0|        p->level--;
12330|      0|        return NULL;
12331|      0|    }
12332|     13|    expr_ty _res = NULL;
12333|     13|    int _mark = p->mark;
12334|     13|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12334:9): [True: 2, False: 11]
  |  Branch (12334:31): [True: 0, False: 2]
  ------------------
12335|      0|        p->error_indicator = 1;
12336|      0|        p->level--;
12337|      0|        return NULL;
12338|      0|    }
12339|     13|    int _start_lineno = p->tokens[_mark]->lineno;
12340|     13|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     13|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 13]
  |  |  ------------------
  ------------------
12341|     13|    int _start_col_offset = p->tokens[_mark]->col_offset;
12342|     13|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     13|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 13]
  |  |  ------------------
  ------------------
12343|     13|    { // NAME ':=' ~ expression
12344|     13|        if (p->error_indicator) {
  ------------------
  |  Branch (12344:13): [True: 0, False: 13]
  ------------------
12345|      0|            p->level--;
12346|      0|            return NULL;
12347|      0|        }
12348|     13|        D(fprintf(stderr, "%*c> assignment_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME ':=' ~ expression"));
12349|     13|        int _cut_var = 0;
12350|     13|        Token * _literal;
12351|     13|        expr_ty a;
12352|     13|        expr_ty b;
12353|     13|        if (
12354|     13|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (12354:13): [True: 12, False: 1]
  ------------------
12355|     12|            &&
12356|     12|            (_literal = _PyPegen_expect_token(p, 53))  // token=':='
  ------------------
  |  Branch (12356:13): [True: 0, False: 12]
  ------------------
12357|      0|            &&
12358|      0|            (_cut_var = 1)
  ------------------
  |  Branch (12358:13): [True: 0, False: 0]
  ------------------
12359|      0|            &&
12360|      0|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (12360:13): [True: 0, False: 0]
  ------------------
12361|     13|        )
12362|      0|        {
12363|      0|            D(fprintf(stderr, "%*c+ assignment_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME ':=' ~ expression"));
12364|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12365|      0|            if (_token == NULL) {
  ------------------
  |  Branch (12365:17): [True: 0, False: 0]
  ------------------
12366|      0|                p->level--;
12367|      0|                return NULL;
12368|      0|            }
12369|      0|            int _end_lineno = _token->end_lineno;
12370|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12371|      0|            int _end_col_offset = _token->end_col_offset;
12372|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12373|      0|            _res = CHECK_VERSION ( expr_ty , 8 , "Assignment expressions are" , _PyAST_NamedExpr ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , a , Store ) ) , b , EXTRA ) );
  ------------------
  |  |  307|      0|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
12374|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12374:18): [True: 0, False: 0]
  |  Branch (12374:34): [True: 0, False: 0]
  |  Branch (12374:57): [True: 0, False: 0]
  ------------------
12375|      0|                p->error_indicator = 1;
12376|      0|                p->level--;
12377|      0|                return NULL;
12378|      0|            }
12379|      0|            goto done;
12380|      0|        }
12381|     13|        p->mark = _mark;
12382|     13|        D(fprintf(stderr, "%*c%s assignment_expression[%d-%d]: %s failed!\n", p->level, ' ',
12383|     13|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME ':=' ~ expression"));
12384|     13|        if (_cut_var) {
  ------------------
  |  Branch (12384:13): [True: 0, False: 13]
  ------------------
12385|      0|            p->level--;
12386|      0|            return NULL;
12387|      0|        }
12388|     13|    }
12389|     13|    _res = NULL;
12390|     13|  done:
12391|     13|    p->level--;
12392|     13|    return _res;
12393|     13|}
parser.c:bitwise_or_rule:
13510|     31|{
13511|     31|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     62|#  define MAXSTACK 6000
  ------------------
  |  Branch (13511:9): [True: 0, False: 31]
  |  Branch (13511:35): [True: 0, False: 31]
  ------------------
13512|      0|        _Pypegen_stack_overflow(p);
13513|      0|    }
13514|     31|    expr_ty _res = NULL;
13515|     31|    if (_PyPegen_is_memoized(p, bitwise_or_type, &_res)) {
  ------------------
  |  |  224|     31|#define bitwise_or_type 1135  // Left-recursive
  ------------------
  |  Branch (13515:9): [True: 23, False: 8]
  ------------------
13516|     23|        p->level--;
13517|     23|        return _res;
13518|     23|    }
13519|      8|    int _mark = p->mark;
13520|      8|    int _resmark = p->mark;
13521|     15|    while (1) {
  ------------------
  |  Branch (13521:12): [True: 15, Folded]
  ------------------
13522|     15|        int tmpvar_2 = _PyPegen_update_memo(p, _mark, bitwise_or_type, _res);
  ------------------
  |  |  224|     15|#define bitwise_or_type 1135  // Left-recursive
  ------------------
13523|     15|        if (tmpvar_2) {
  ------------------
  |  Branch (13523:13): [True: 0, False: 15]
  ------------------
13524|      0|            p->level--;
13525|      0|            return _res;
13526|      0|        }
13527|     15|        p->mark = _mark;
13528|     15|        void *_raw = bitwise_or_raw(p);
13529|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13529:13): [True: 0, False: 15]
  ------------------
13530|      0|            p->level--;
13531|      0|            return NULL;
13532|      0|        }
13533|     15|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (13533:13): [True: 1, False: 14]
  |  Branch (13533:29): [True: 7, False: 7]
  ------------------
13534|      8|            break;
13535|      7|        _resmark = p->mark;
13536|      7|        _res = _raw;
13537|      7|    }
13538|      8|    p->mark = _resmark;
13539|      8|    p->level--;
13540|      8|    return _res;
13541|      8|}
parser.c:bitwise_or_raw:
13544|     15|{
13545|     15|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     30|#  define MAXSTACK 6000
  ------------------
  |  Branch (13545:9): [True: 0, False: 15]
  |  Branch (13545:35): [True: 0, False: 15]
  ------------------
13546|      0|        _Pypegen_stack_overflow(p);
13547|      0|    }
13548|     15|    if (p->error_indicator) {
  ------------------
  |  Branch (13548:9): [True: 0, False: 15]
  ------------------
13549|      0|        p->level--;
13550|      0|        return NULL;
13551|      0|    }
13552|     15|    expr_ty _res = NULL;
13553|     15|    int _mark = p->mark;
13554|     15|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (13554:9): [True: 0, False: 15]
  |  Branch (13554:31): [True: 0, False: 0]
  ------------------
13555|      0|        p->error_indicator = 1;
13556|      0|        p->level--;
13557|      0|        return NULL;
13558|      0|    }
13559|     15|    int _start_lineno = p->tokens[_mark]->lineno;
13560|     15|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
13561|     15|    int _start_col_offset = p->tokens[_mark]->col_offset;
13562|     15|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
13563|     15|    { // bitwise_or '|' bitwise_xor
13564|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13564:13): [True: 0, False: 15]
  ------------------
13565|      0|            p->level--;
13566|      0|            return NULL;
13567|      0|        }
13568|     15|        D(fprintf(stderr, "%*c> bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_or '|' bitwise_xor"));
13569|     15|        Token * _literal;
13570|     15|        expr_ty a;
13571|     15|        expr_ty b;
13572|     15|        if (
13573|     15|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13573:13): [True: 7, False: 8]
  ------------------
13574|      7|            &&
13575|      7|            (_literal = _PyPegen_expect_token(p, 18))  // token='|'
  ------------------
  |  Branch (13575:13): [True: 0, False: 7]
  ------------------
13576|      0|            &&
13577|      0|            (b = bitwise_xor_rule(p))  // bitwise_xor
  ------------------
  |  Branch (13577:13): [True: 0, False: 0]
  ------------------
13578|     15|        )
13579|      0|        {
13580|      0|            D(fprintf(stderr, "%*c+ bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_or '|' bitwise_xor"));
13581|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13582|      0|            if (_token == NULL) {
  ------------------
  |  Branch (13582:17): [True: 0, False: 0]
  ------------------
13583|      0|                p->level--;
13584|      0|                return NULL;
13585|      0|            }
13586|      0|            int _end_lineno = _token->end_lineno;
13587|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13588|      0|            int _end_col_offset = _token->end_col_offset;
13589|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13590|      0|            _res = _PyAST_BinOp ( a , BitOr , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13591|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13591:18): [True: 0, False: 0]
  |  Branch (13591:34): [True: 0, False: 0]
  |  Branch (13591:57): [True: 0, False: 0]
  ------------------
13592|      0|                p->error_indicator = 1;
13593|      0|                p->level--;
13594|      0|                return NULL;
13595|      0|            }
13596|      0|            goto done;
13597|      0|        }
13598|     15|        p->mark = _mark;
13599|     15|        D(fprintf(stderr, "%*c%s bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13600|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_or '|' bitwise_xor"));
13601|     15|    }
13602|      0|    { // bitwise_xor
13603|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13603:13): [True: 0, False: 15]
  ------------------
13604|      0|            p->level--;
13605|      0|            return NULL;
13606|      0|        }
13607|     15|        D(fprintf(stderr, "%*c> bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_xor"));
13608|     15|        expr_ty bitwise_xor_var;
13609|     15|        if (
13610|     15|            (bitwise_xor_var = bitwise_xor_rule(p))  // bitwise_xor
  ------------------
  |  Branch (13610:13): [True: 14, False: 1]
  ------------------
13611|     15|        )
13612|     14|        {
13613|     14|            D(fprintf(stderr, "%*c+ bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_xor"));
13614|     14|            _res = bitwise_xor_var;
13615|     14|            goto done;
13616|     14|        }
13617|      1|        p->mark = _mark;
13618|      1|        D(fprintf(stderr, "%*c%s bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13619|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_xor"));
13620|      1|    }
13621|      1|    _res = NULL;
13622|     15|  done:
13623|     15|    p->level--;
13624|     15|    return _res;
13625|      1|}
parser.c:bitwise_xor_rule:
13632|     30|{
13633|     30|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     60|#  define MAXSTACK 6000
  ------------------
  |  Branch (13633:9): [True: 0, False: 30]
  |  Branch (13633:35): [True: 0, False: 30]
  ------------------
13634|      0|        _Pypegen_stack_overflow(p);
13635|      0|    }
13636|     30|    expr_ty _res = NULL;
13637|     30|    if (_PyPegen_is_memoized(p, bitwise_xor_type, &_res)) {
  ------------------
  |  |  225|     30|#define bitwise_xor_type 1136  // Left-recursive
  ------------------
  |  Branch (13637:9): [True: 22, False: 8]
  ------------------
13638|     22|        p->level--;
13639|     22|        return _res;
13640|     22|    }
13641|      8|    int _mark = p->mark;
13642|      8|    int _resmark = p->mark;
13643|     15|    while (1) {
  ------------------
  |  Branch (13643:12): [True: 15, Folded]
  ------------------
13644|     15|        int tmpvar_3 = _PyPegen_update_memo(p, _mark, bitwise_xor_type, _res);
  ------------------
  |  |  225|     15|#define bitwise_xor_type 1136  // Left-recursive
  ------------------
13645|     15|        if (tmpvar_3) {
  ------------------
  |  Branch (13645:13): [True: 0, False: 15]
  ------------------
13646|      0|            p->level--;
13647|      0|            return _res;
13648|      0|        }
13649|     15|        p->mark = _mark;
13650|     15|        void *_raw = bitwise_xor_raw(p);
13651|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13651:13): [True: 0, False: 15]
  ------------------
13652|      0|            p->level--;
13653|      0|            return NULL;
13654|      0|        }
13655|     15|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (13655:13): [True: 1, False: 14]
  |  Branch (13655:29): [True: 7, False: 7]
  ------------------
13656|      8|            break;
13657|      7|        _resmark = p->mark;
13658|      7|        _res = _raw;
13659|      7|    }
13660|      8|    p->mark = _resmark;
13661|      8|    p->level--;
13662|      8|    return _res;
13663|      8|}
parser.c:bitwise_xor_raw:
13666|     15|{
13667|     15|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     30|#  define MAXSTACK 6000
  ------------------
  |  Branch (13667:9): [True: 0, False: 15]
  |  Branch (13667:35): [True: 0, False: 15]
  ------------------
13668|      0|        _Pypegen_stack_overflow(p);
13669|      0|    }
13670|     15|    if (p->error_indicator) {
  ------------------
  |  Branch (13670:9): [True: 0, False: 15]
  ------------------
13671|      0|        p->level--;
13672|      0|        return NULL;
13673|      0|    }
13674|     15|    expr_ty _res = NULL;
13675|     15|    int _mark = p->mark;
13676|     15|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (13676:9): [True: 0, False: 15]
  |  Branch (13676:31): [True: 0, False: 0]
  ------------------
13677|      0|        p->error_indicator = 1;
13678|      0|        p->level--;
13679|      0|        return NULL;
13680|      0|    }
13681|     15|    int _start_lineno = p->tokens[_mark]->lineno;
13682|     15|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
13683|     15|    int _start_col_offset = p->tokens[_mark]->col_offset;
13684|     15|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
13685|     15|    { // bitwise_xor '^' bitwise_and
13686|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13686:13): [True: 0, False: 15]
  ------------------
13687|      0|            p->level--;
13688|      0|            return NULL;
13689|      0|        }
13690|     15|        D(fprintf(stderr, "%*c> bitwise_xor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_xor '^' bitwise_and"));
13691|     15|        Token * _literal;
13692|     15|        expr_ty a;
13693|     15|        expr_ty b;
13694|     15|        if (
13695|     15|            (a = bitwise_xor_rule(p))  // bitwise_xor
  ------------------
  |  Branch (13695:13): [True: 7, False: 8]
  ------------------
13696|      7|            &&
13697|      7|            (_literal = _PyPegen_expect_token(p, 32))  // token='^'
  ------------------
  |  Branch (13697:13): [True: 0, False: 7]
  ------------------
13698|      0|            &&
13699|      0|            (b = bitwise_and_rule(p))  // bitwise_and
  ------------------
  |  Branch (13699:13): [True: 0, False: 0]
  ------------------
13700|     15|        )
13701|      0|        {
13702|      0|            D(fprintf(stderr, "%*c+ bitwise_xor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_xor '^' bitwise_and"));
13703|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13704|      0|            if (_token == NULL) {
  ------------------
  |  Branch (13704:17): [True: 0, False: 0]
  ------------------
13705|      0|                p->level--;
13706|      0|                return NULL;
13707|      0|            }
13708|      0|            int _end_lineno = _token->end_lineno;
13709|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13710|      0|            int _end_col_offset = _token->end_col_offset;
13711|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13712|      0|            _res = _PyAST_BinOp ( a , BitXor , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13713|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13713:18): [True: 0, False: 0]
  |  Branch (13713:34): [True: 0, False: 0]
  |  Branch (13713:57): [True: 0, False: 0]
  ------------------
13714|      0|                p->error_indicator = 1;
13715|      0|                p->level--;
13716|      0|                return NULL;
13717|      0|            }
13718|      0|            goto done;
13719|      0|        }
13720|     15|        p->mark = _mark;
13721|     15|        D(fprintf(stderr, "%*c%s bitwise_xor[%d-%d]: %s failed!\n", p->level, ' ',
13722|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_xor '^' bitwise_and"));
13723|     15|    }
13724|      0|    { // bitwise_and
13725|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13725:13): [True: 0, False: 15]
  ------------------
13726|      0|            p->level--;
13727|      0|            return NULL;
13728|      0|        }
13729|     15|        D(fprintf(stderr, "%*c> bitwise_xor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_and"));
13730|     15|        expr_ty bitwise_and_var;
13731|     15|        if (
13732|     15|            (bitwise_and_var = bitwise_and_rule(p))  // bitwise_and
  ------------------
  |  Branch (13732:13): [True: 14, False: 1]
  ------------------
13733|     15|        )
13734|     14|        {
13735|     14|            D(fprintf(stderr, "%*c+ bitwise_xor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_and"));
13736|     14|            _res = bitwise_and_var;
13737|     14|            goto done;
13738|     14|        }
13739|      1|        p->mark = _mark;
13740|      1|        D(fprintf(stderr, "%*c%s bitwise_xor[%d-%d]: %s failed!\n", p->level, ' ',
13741|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_and"));
13742|      1|    }
13743|      1|    _res = NULL;
13744|     15|  done:
13745|     15|    p->level--;
13746|     15|    return _res;
13747|      1|}
parser.c:bitwise_and_rule:
13754|     30|{
13755|     30|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     60|#  define MAXSTACK 6000
  ------------------
  |  Branch (13755:9): [True: 0, False: 30]
  |  Branch (13755:35): [True: 0, False: 30]
  ------------------
13756|      0|        _Pypegen_stack_overflow(p);
13757|      0|    }
13758|     30|    expr_ty _res = NULL;
13759|     30|    if (_PyPegen_is_memoized(p, bitwise_and_type, &_res)) {
  ------------------
  |  |  226|     30|#define bitwise_and_type 1137  // Left-recursive
  ------------------
  |  Branch (13759:9): [True: 22, False: 8]
  ------------------
13760|     22|        p->level--;
13761|     22|        return _res;
13762|     22|    }
13763|      8|    int _mark = p->mark;
13764|      8|    int _resmark = p->mark;
13765|     15|    while (1) {
  ------------------
  |  Branch (13765:12): [True: 15, Folded]
  ------------------
13766|     15|        int tmpvar_4 = _PyPegen_update_memo(p, _mark, bitwise_and_type, _res);
  ------------------
  |  |  226|     15|#define bitwise_and_type 1137  // Left-recursive
  ------------------
13767|     15|        if (tmpvar_4) {
  ------------------
  |  Branch (13767:13): [True: 0, False: 15]
  ------------------
13768|      0|            p->level--;
13769|      0|            return _res;
13770|      0|        }
13771|     15|        p->mark = _mark;
13772|     15|        void *_raw = bitwise_and_raw(p);
13773|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13773:13): [True: 0, False: 15]
  ------------------
13774|      0|            p->level--;
13775|      0|            return NULL;
13776|      0|        }
13777|     15|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (13777:13): [True: 1, False: 14]
  |  Branch (13777:29): [True: 7, False: 7]
  ------------------
13778|      8|            break;
13779|      7|        _resmark = p->mark;
13780|      7|        _res = _raw;
13781|      7|    }
13782|      8|    p->mark = _resmark;
13783|      8|    p->level--;
13784|      8|    return _res;
13785|      8|}
parser.c:bitwise_and_raw:
13788|     15|{
13789|     15|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     30|#  define MAXSTACK 6000
  ------------------
  |  Branch (13789:9): [True: 0, False: 15]
  |  Branch (13789:35): [True: 0, False: 15]
  ------------------
13790|      0|        _Pypegen_stack_overflow(p);
13791|      0|    }
13792|     15|    if (p->error_indicator) {
  ------------------
  |  Branch (13792:9): [True: 0, False: 15]
  ------------------
13793|      0|        p->level--;
13794|      0|        return NULL;
13795|      0|    }
13796|     15|    expr_ty _res = NULL;
13797|     15|    int _mark = p->mark;
13798|     15|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (13798:9): [True: 0, False: 15]
  |  Branch (13798:31): [True: 0, False: 0]
  ------------------
13799|      0|        p->error_indicator = 1;
13800|      0|        p->level--;
13801|      0|        return NULL;
13802|      0|    }
13803|     15|    int _start_lineno = p->tokens[_mark]->lineno;
13804|     15|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
13805|     15|    int _start_col_offset = p->tokens[_mark]->col_offset;
13806|     15|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
13807|     15|    { // bitwise_and '&' shift_expr
13808|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13808:13): [True: 0, False: 15]
  ------------------
13809|      0|            p->level--;
13810|      0|            return NULL;
13811|      0|        }
13812|     15|        D(fprintf(stderr, "%*c> bitwise_and[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_and '&' shift_expr"));
13813|     15|        Token * _literal;
13814|     15|        expr_ty a;
13815|     15|        expr_ty b;
13816|     15|        if (
13817|     15|            (a = bitwise_and_rule(p))  // bitwise_and
  ------------------
  |  Branch (13817:13): [True: 7, False: 8]
  ------------------
13818|      7|            &&
13819|      7|            (_literal = _PyPegen_expect_token(p, 19))  // token='&'
  ------------------
  |  Branch (13819:13): [True: 0, False: 7]
  ------------------
13820|      0|            &&
13821|      0|            (b = shift_expr_rule(p))  // shift_expr
  ------------------
  |  Branch (13821:13): [True: 0, False: 0]
  ------------------
13822|     15|        )
13823|      0|        {
13824|      0|            D(fprintf(stderr, "%*c+ bitwise_and[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_and '&' shift_expr"));
13825|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13826|      0|            if (_token == NULL) {
  ------------------
  |  Branch (13826:17): [True: 0, False: 0]
  ------------------
13827|      0|                p->level--;
13828|      0|                return NULL;
13829|      0|            }
13830|      0|            int _end_lineno = _token->end_lineno;
13831|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13832|      0|            int _end_col_offset = _token->end_col_offset;
13833|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13834|      0|            _res = _PyAST_BinOp ( a , BitAnd , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13835|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13835:18): [True: 0, False: 0]
  |  Branch (13835:34): [True: 0, False: 0]
  |  Branch (13835:57): [True: 0, False: 0]
  ------------------
13836|      0|                p->error_indicator = 1;
13837|      0|                p->level--;
13838|      0|                return NULL;
13839|      0|            }
13840|      0|            goto done;
13841|      0|        }
13842|     15|        p->mark = _mark;
13843|     15|        D(fprintf(stderr, "%*c%s bitwise_and[%d-%d]: %s failed!\n", p->level, ' ',
13844|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_and '&' shift_expr"));
13845|     15|    }
13846|      0|    { // shift_expr
13847|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13847:13): [True: 0, False: 15]
  ------------------
13848|      0|            p->level--;
13849|      0|            return NULL;
13850|      0|        }
13851|     15|        D(fprintf(stderr, "%*c> bitwise_and[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "shift_expr"));
13852|     15|        expr_ty shift_expr_var;
13853|     15|        if (
13854|     15|            (shift_expr_var = shift_expr_rule(p))  // shift_expr
  ------------------
  |  Branch (13854:13): [True: 14, False: 1]
  ------------------
13855|     15|        )
13856|     14|        {
13857|     14|            D(fprintf(stderr, "%*c+ bitwise_and[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "shift_expr"));
13858|     14|            _res = shift_expr_var;
13859|     14|            goto done;
13860|     14|        }
13861|      1|        p->mark = _mark;
13862|      1|        D(fprintf(stderr, "%*c%s bitwise_and[%d-%d]: %s failed!\n", p->level, ' ',
13863|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "shift_expr"));
13864|      1|    }
13865|      1|    _res = NULL;
13866|     15|  done:
13867|     15|    p->level--;
13868|     15|    return _res;
13869|      1|}
parser.c:shift_expr_rule:
13876|     45|{
13877|     45|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     90|#  define MAXSTACK 6000
  ------------------
  |  Branch (13877:9): [True: 0, False: 45]
  |  Branch (13877:35): [True: 0, False: 45]
  ------------------
13878|      0|        _Pypegen_stack_overflow(p);
13879|      0|    }
13880|     45|    expr_ty _res = NULL;
13881|     45|    if (_PyPegen_is_memoized(p, shift_expr_type, &_res)) {
  ------------------
  |  |  227|     45|#define shift_expr_type 1138  // Left-recursive
  ------------------
  |  Branch (13881:9): [True: 37, False: 8]
  ------------------
13882|     37|        p->level--;
13883|     37|        return _res;
13884|     37|    }
13885|      8|    int _mark = p->mark;
13886|      8|    int _resmark = p->mark;
13887|     15|    while (1) {
  ------------------
  |  Branch (13887:12): [True: 15, Folded]
  ------------------
13888|     15|        int tmpvar_5 = _PyPegen_update_memo(p, _mark, shift_expr_type, _res);
  ------------------
  |  |  227|     15|#define shift_expr_type 1138  // Left-recursive
  ------------------
13889|     15|        if (tmpvar_5) {
  ------------------
  |  Branch (13889:13): [True: 0, False: 15]
  ------------------
13890|      0|            p->level--;
13891|      0|            return _res;
13892|      0|        }
13893|     15|        p->mark = _mark;
13894|     15|        void *_raw = shift_expr_raw(p);
13895|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13895:13): [True: 0, False: 15]
  ------------------
13896|      0|            p->level--;
13897|      0|            return NULL;
13898|      0|        }
13899|     15|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (13899:13): [True: 1, False: 14]
  |  Branch (13899:29): [True: 7, False: 7]
  ------------------
13900|      8|            break;
13901|      7|        _resmark = p->mark;
13902|      7|        _res = _raw;
13903|      7|    }
13904|      8|    p->mark = _resmark;
13905|      8|    p->level--;
13906|      8|    return _res;
13907|      8|}
parser.c:shift_expr_raw:
13910|     15|{
13911|     15|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     30|#  define MAXSTACK 6000
  ------------------
  |  Branch (13911:9): [True: 0, False: 15]
  |  Branch (13911:35): [True: 0, False: 15]
  ------------------
13912|      0|        _Pypegen_stack_overflow(p);
13913|      0|    }
13914|     15|    if (p->error_indicator) {
  ------------------
  |  Branch (13914:9): [True: 0, False: 15]
  ------------------
13915|      0|        p->level--;
13916|      0|        return NULL;
13917|      0|    }
13918|     15|    expr_ty _res = NULL;
13919|     15|    int _mark = p->mark;
13920|     15|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (13920:9): [True: 0, False: 15]
  |  Branch (13920:31): [True: 0, False: 0]
  ------------------
13921|      0|        p->error_indicator = 1;
13922|      0|        p->level--;
13923|      0|        return NULL;
13924|      0|    }
13925|     15|    int _start_lineno = p->tokens[_mark]->lineno;
13926|     15|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
13927|     15|    int _start_col_offset = p->tokens[_mark]->col_offset;
13928|     15|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
13929|     15|    { // shift_expr '<<' sum
13930|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13930:13): [True: 0, False: 15]
  ------------------
13931|      0|            p->level--;
13932|      0|            return NULL;
13933|      0|        }
13934|     15|        D(fprintf(stderr, "%*c> shift_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "shift_expr '<<' sum"));
13935|     15|        Token * _literal;
13936|     15|        expr_ty a;
13937|     15|        expr_ty b;
13938|     15|        if (
13939|     15|            (a = shift_expr_rule(p))  // shift_expr
  ------------------
  |  Branch (13939:13): [True: 7, False: 8]
  ------------------
13940|      7|            &&
13941|      7|            (_literal = _PyPegen_expect_token(p, 33))  // token='<<'
  ------------------
  |  Branch (13941:13): [True: 0, False: 7]
  ------------------
13942|      0|            &&
13943|      0|            (b = sum_rule(p))  // sum
  ------------------
  |  Branch (13943:13): [True: 0, False: 0]
  ------------------
13944|     15|        )
13945|      0|        {
13946|      0|            D(fprintf(stderr, "%*c+ shift_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "shift_expr '<<' sum"));
13947|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13948|      0|            if (_token == NULL) {
  ------------------
  |  Branch (13948:17): [True: 0, False: 0]
  ------------------
13949|      0|                p->level--;
13950|      0|                return NULL;
13951|      0|            }
13952|      0|            int _end_lineno = _token->end_lineno;
13953|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13954|      0|            int _end_col_offset = _token->end_col_offset;
13955|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13956|      0|            _res = _PyAST_BinOp ( a , LShift , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13957|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13957:18): [True: 0, False: 0]
  |  Branch (13957:34): [True: 0, False: 0]
  |  Branch (13957:57): [True: 0, False: 0]
  ------------------
13958|      0|                p->error_indicator = 1;
13959|      0|                p->level--;
13960|      0|                return NULL;
13961|      0|            }
13962|      0|            goto done;
13963|      0|        }
13964|     15|        p->mark = _mark;
13965|     15|        D(fprintf(stderr, "%*c%s shift_expr[%d-%d]: %s failed!\n", p->level, ' ',
13966|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "shift_expr '<<' sum"));
13967|     15|    }
13968|      0|    { // shift_expr '>>' sum
13969|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (13969:13): [True: 0, False: 15]
  ------------------
13970|      0|            p->level--;
13971|      0|            return NULL;
13972|      0|        }
13973|     15|        D(fprintf(stderr, "%*c> shift_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "shift_expr '>>' sum"));
13974|     15|        Token * _literal;
13975|     15|        expr_ty a;
13976|     15|        expr_ty b;
13977|     15|        if (
13978|     15|            (a = shift_expr_rule(p))  // shift_expr
  ------------------
  |  Branch (13978:13): [True: 7, False: 8]
  ------------------
13979|      7|            &&
13980|      7|            (_literal = _PyPegen_expect_token(p, 34))  // token='>>'
  ------------------
  |  Branch (13980:13): [True: 0, False: 7]
  ------------------
13981|      0|            &&
13982|      0|            (b = sum_rule(p))  // sum
  ------------------
  |  Branch (13982:13): [True: 0, False: 0]
  ------------------
13983|     15|        )
13984|      0|        {
13985|      0|            D(fprintf(stderr, "%*c+ shift_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "shift_expr '>>' sum"));
13986|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
13987|      0|            if (_token == NULL) {
  ------------------
  |  Branch (13987:17): [True: 0, False: 0]
  ------------------
13988|      0|                p->level--;
13989|      0|                return NULL;
13990|      0|            }
13991|      0|            int _end_lineno = _token->end_lineno;
13992|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13993|      0|            int _end_col_offset = _token->end_col_offset;
13994|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
13995|      0|            _res = _PyAST_BinOp ( a , RShift , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
13996|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13996:18): [True: 0, False: 0]
  |  Branch (13996:34): [True: 0, False: 0]
  |  Branch (13996:57): [True: 0, False: 0]
  ------------------
13997|      0|                p->error_indicator = 1;
13998|      0|                p->level--;
13999|      0|                return NULL;
14000|      0|            }
14001|      0|            goto done;
14002|      0|        }
14003|     15|        p->mark = _mark;
14004|     15|        D(fprintf(stderr, "%*c%s shift_expr[%d-%d]: %s failed!\n", p->level, ' ',
14005|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "shift_expr '>>' sum"));
14006|     15|    }
14007|     15|    if (p->call_invalid_rules) { // invalid_arithmetic
  ------------------
  |  Branch (14007:9): [True: 0, False: 15]
  ------------------
14008|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (14008:13): [True: 0, False: 0]
  ------------------
14009|      0|            p->level--;
14010|      0|            return NULL;
14011|      0|        }
14012|      0|        D(fprintf(stderr, "%*c> shift_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_arithmetic"));
14013|      0|        void *invalid_arithmetic_var;
14014|      0|        if (
14015|      0|            (invalid_arithmetic_var = invalid_arithmetic_rule(p))  // invalid_arithmetic
  ------------------
  |  Branch (14015:13): [True: 0, False: 0]
  ------------------
14016|      0|        )
14017|      0|        {
14018|      0|            D(fprintf(stderr, "%*c+ shift_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_arithmetic"));
14019|      0|            _res = invalid_arithmetic_var;
14020|      0|            goto done;
14021|      0|        }
14022|      0|        p->mark = _mark;
14023|      0|        D(fprintf(stderr, "%*c%s shift_expr[%d-%d]: %s failed!\n", p->level, ' ',
14024|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_arithmetic"));
14025|      0|    }
14026|     15|    { // sum
14027|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14027:13): [True: 0, False: 15]
  ------------------
14028|      0|            p->level--;
14029|      0|            return NULL;
14030|      0|        }
14031|     15|        D(fprintf(stderr, "%*c> shift_expr[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "sum"));
14032|     15|        expr_ty sum_var;
14033|     15|        if (
14034|     15|            (sum_var = sum_rule(p))  // sum
  ------------------
  |  Branch (14034:13): [True: 14, False: 1]
  ------------------
14035|     15|        )
14036|     14|        {
14037|     14|            D(fprintf(stderr, "%*c+ shift_expr[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "sum"));
14038|     14|            _res = sum_var;
14039|     14|            goto done;
14040|     14|        }
14041|      1|        p->mark = _mark;
14042|      1|        D(fprintf(stderr, "%*c%s shift_expr[%d-%d]: %s failed!\n", p->level, ' ',
14043|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "sum"));
14044|      1|    }
14045|      1|    _res = NULL;
14046|     15|  done:
14047|     15|    p->level--;
14048|     15|    return _res;
14049|      1|}
parser.c:sum_rule:
14056|     45|{
14057|     45|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     90|#  define MAXSTACK 6000
  ------------------
  |  Branch (14057:9): [True: 0, False: 45]
  |  Branch (14057:35): [True: 0, False: 45]
  ------------------
14058|      0|        _Pypegen_stack_overflow(p);
14059|      0|    }
14060|     45|    expr_ty _res = NULL;
14061|     45|    if (_PyPegen_is_memoized(p, sum_type, &_res)) {
  ------------------
  |  |  228|     45|#define sum_type 1139  // Left-recursive
  ------------------
  |  Branch (14061:9): [True: 37, False: 8]
  ------------------
14062|     37|        p->level--;
14063|     37|        return _res;
14064|     37|    }
14065|      8|    int _mark = p->mark;
14066|      8|    int _resmark = p->mark;
14067|     15|    while (1) {
  ------------------
  |  Branch (14067:12): [True: 15, Folded]
  ------------------
14068|     15|        int tmpvar_6 = _PyPegen_update_memo(p, _mark, sum_type, _res);
  ------------------
  |  |  228|     15|#define sum_type 1139  // Left-recursive
  ------------------
14069|     15|        if (tmpvar_6) {
  ------------------
  |  Branch (14069:13): [True: 0, False: 15]
  ------------------
14070|      0|            p->level--;
14071|      0|            return _res;
14072|      0|        }
14073|     15|        p->mark = _mark;
14074|     15|        void *_raw = sum_raw(p);
14075|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14075:13): [True: 0, False: 15]
  ------------------
14076|      0|            p->level--;
14077|      0|            return NULL;
14078|      0|        }
14079|     15|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (14079:13): [True: 1, False: 14]
  |  Branch (14079:29): [True: 7, False: 7]
  ------------------
14080|      8|            break;
14081|      7|        _resmark = p->mark;
14082|      7|        _res = _raw;
14083|      7|    }
14084|      8|    p->mark = _resmark;
14085|      8|    p->level--;
14086|      8|    return _res;
14087|      8|}
parser.c:sum_raw:
14090|     15|{
14091|     15|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     30|#  define MAXSTACK 6000
  ------------------
  |  Branch (14091:9): [True: 0, False: 15]
  |  Branch (14091:35): [True: 0, False: 15]
  ------------------
14092|      0|        _Pypegen_stack_overflow(p);
14093|      0|    }
14094|     15|    if (p->error_indicator) {
  ------------------
  |  Branch (14094:9): [True: 0, False: 15]
  ------------------
14095|      0|        p->level--;
14096|      0|        return NULL;
14097|      0|    }
14098|     15|    expr_ty _res = NULL;
14099|     15|    int _mark = p->mark;
14100|     15|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14100:9): [True: 0, False: 15]
  |  Branch (14100:31): [True: 0, False: 0]
  ------------------
14101|      0|        p->error_indicator = 1;
14102|      0|        p->level--;
14103|      0|        return NULL;
14104|      0|    }
14105|     15|    int _start_lineno = p->tokens[_mark]->lineno;
14106|     15|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
14107|     15|    int _start_col_offset = p->tokens[_mark]->col_offset;
14108|     15|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
14109|     15|    { // sum '+' term
14110|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14110:13): [True: 0, False: 15]
  ------------------
14111|      0|            p->level--;
14112|      0|            return NULL;
14113|      0|        }
14114|     15|        D(fprintf(stderr, "%*c> sum[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "sum '+' term"));
14115|     15|        Token * _literal;
14116|     15|        expr_ty a;
14117|     15|        expr_ty b;
14118|     15|        if (
14119|     15|            (a = sum_rule(p))  // sum
  ------------------
  |  Branch (14119:13): [True: 7, False: 8]
  ------------------
14120|      7|            &&
14121|      7|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (14121:13): [True: 0, False: 7]
  ------------------
14122|      0|            &&
14123|      0|            (b = term_rule(p))  // term
  ------------------
  |  Branch (14123:13): [True: 0, False: 0]
  ------------------
14124|     15|        )
14125|      0|        {
14126|      0|            D(fprintf(stderr, "%*c+ sum[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "sum '+' term"));
14127|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14128|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14128:17): [True: 0, False: 0]
  ------------------
14129|      0|                p->level--;
14130|      0|                return NULL;
14131|      0|            }
14132|      0|            int _end_lineno = _token->end_lineno;
14133|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14134|      0|            int _end_col_offset = _token->end_col_offset;
14135|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14136|      0|            _res = _PyAST_BinOp ( a , Add , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14137|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14137:18): [True: 0, False: 0]
  |  Branch (14137:34): [True: 0, False: 0]
  |  Branch (14137:57): [True: 0, False: 0]
  ------------------
14138|      0|                p->error_indicator = 1;
14139|      0|                p->level--;
14140|      0|                return NULL;
14141|      0|            }
14142|      0|            goto done;
14143|      0|        }
14144|     15|        p->mark = _mark;
14145|     15|        D(fprintf(stderr, "%*c%s sum[%d-%d]: %s failed!\n", p->level, ' ',
14146|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "sum '+' term"));
14147|     15|    }
14148|      0|    { // sum '-' term
14149|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14149:13): [True: 0, False: 15]
  ------------------
14150|      0|            p->level--;
14151|      0|            return NULL;
14152|      0|        }
14153|     15|        D(fprintf(stderr, "%*c> sum[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "sum '-' term"));
14154|     15|        Token * _literal;
14155|     15|        expr_ty a;
14156|     15|        expr_ty b;
14157|     15|        if (
14158|     15|            (a = sum_rule(p))  // sum
  ------------------
  |  Branch (14158:13): [True: 7, False: 8]
  ------------------
14159|      7|            &&
14160|      7|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (14160:13): [True: 0, False: 7]
  ------------------
14161|      0|            &&
14162|      0|            (b = term_rule(p))  // term
  ------------------
  |  Branch (14162:13): [True: 0, False: 0]
  ------------------
14163|     15|        )
14164|      0|        {
14165|      0|            D(fprintf(stderr, "%*c+ sum[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "sum '-' term"));
14166|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14167|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14167:17): [True: 0, False: 0]
  ------------------
14168|      0|                p->level--;
14169|      0|                return NULL;
14170|      0|            }
14171|      0|            int _end_lineno = _token->end_lineno;
14172|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14173|      0|            int _end_col_offset = _token->end_col_offset;
14174|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14175|      0|            _res = _PyAST_BinOp ( a , Sub , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14176|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14176:18): [True: 0, False: 0]
  |  Branch (14176:34): [True: 0, False: 0]
  |  Branch (14176:57): [True: 0, False: 0]
  ------------------
14177|      0|                p->error_indicator = 1;
14178|      0|                p->level--;
14179|      0|                return NULL;
14180|      0|            }
14181|      0|            goto done;
14182|      0|        }
14183|     15|        p->mark = _mark;
14184|     15|        D(fprintf(stderr, "%*c%s sum[%d-%d]: %s failed!\n", p->level, ' ',
14185|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "sum '-' term"));
14186|     15|    }
14187|      0|    { // term
14188|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14188:13): [True: 0, False: 15]
  ------------------
14189|      0|            p->level--;
14190|      0|            return NULL;
14191|      0|        }
14192|     15|        D(fprintf(stderr, "%*c> sum[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term"));
14193|     15|        expr_ty term_var;
14194|     15|        if (
14195|     15|            (term_var = term_rule(p))  // term
  ------------------
  |  Branch (14195:13): [True: 14, False: 1]
  ------------------
14196|     15|        )
14197|     14|        {
14198|     14|            D(fprintf(stderr, "%*c+ sum[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term"));
14199|     14|            _res = term_var;
14200|     14|            goto done;
14201|     14|        }
14202|      1|        p->mark = _mark;
14203|      1|        D(fprintf(stderr, "%*c%s sum[%d-%d]: %s failed!\n", p->level, ' ',
14204|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term"));
14205|      1|    }
14206|      1|    _res = NULL;
14207|     15|  done:
14208|     15|    p->level--;
14209|     15|    return _res;
14210|      1|}
parser.c:term_rule:
14224|     90|{
14225|     90|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    180|#  define MAXSTACK 6000
  ------------------
  |  Branch (14225:9): [True: 0, False: 90]
  |  Branch (14225:35): [True: 0, False: 90]
  ------------------
14226|      0|        _Pypegen_stack_overflow(p);
14227|      0|    }
14228|     90|    expr_ty _res = NULL;
14229|     90|    if (_PyPegen_is_memoized(p, term_type, &_res)) {
  ------------------
  |  |  229|     90|#define term_type 1140  // Left-recursive
  ------------------
  |  Branch (14229:9): [True: 82, False: 8]
  ------------------
14230|     82|        p->level--;
14231|     82|        return _res;
14232|     82|    }
14233|      8|    int _mark = p->mark;
14234|      8|    int _resmark = p->mark;
14235|     15|    while (1) {
  ------------------
  |  Branch (14235:12): [True: 15, Folded]
  ------------------
14236|     15|        int tmpvar_7 = _PyPegen_update_memo(p, _mark, term_type, _res);
  ------------------
  |  |  229|     15|#define term_type 1140  // Left-recursive
  ------------------
14237|     15|        if (tmpvar_7) {
  ------------------
  |  Branch (14237:13): [True: 0, False: 15]
  ------------------
14238|      0|            p->level--;
14239|      0|            return _res;
14240|      0|        }
14241|     15|        p->mark = _mark;
14242|     15|        void *_raw = term_raw(p);
14243|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14243:13): [True: 0, False: 15]
  ------------------
14244|      0|            p->level--;
14245|      0|            return NULL;
14246|      0|        }
14247|     15|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (14247:13): [True: 1, False: 14]
  |  Branch (14247:29): [True: 7, False: 7]
  ------------------
14248|      8|            break;
14249|      7|        _resmark = p->mark;
14250|      7|        _res = _raw;
14251|      7|    }
14252|      8|    p->mark = _resmark;
14253|      8|    p->level--;
14254|      8|    return _res;
14255|      8|}
parser.c:term_raw:
14258|     15|{
14259|     15|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     30|#  define MAXSTACK 6000
  ------------------
  |  Branch (14259:9): [True: 0, False: 15]
  |  Branch (14259:35): [True: 0, False: 15]
  ------------------
14260|      0|        _Pypegen_stack_overflow(p);
14261|      0|    }
14262|     15|    if (p->error_indicator) {
  ------------------
  |  Branch (14262:9): [True: 0, False: 15]
  ------------------
14263|      0|        p->level--;
14264|      0|        return NULL;
14265|      0|    }
14266|     15|    expr_ty _res = NULL;
14267|     15|    int _mark = p->mark;
14268|     15|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14268:9): [True: 0, False: 15]
  |  Branch (14268:31): [True: 0, False: 0]
  ------------------
14269|      0|        p->error_indicator = 1;
14270|      0|        p->level--;
14271|      0|        return NULL;
14272|      0|    }
14273|     15|    int _start_lineno = p->tokens[_mark]->lineno;
14274|     15|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
14275|     15|    int _start_col_offset = p->tokens[_mark]->col_offset;
14276|     15|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
14277|     15|    { // term '*' factor
14278|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14278:13): [True: 0, False: 15]
  ------------------
14279|      0|            p->level--;
14280|      0|            return NULL;
14281|      0|        }
14282|     15|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '*' factor"));
14283|     15|        Token * _literal;
14284|     15|        expr_ty a;
14285|     15|        expr_ty b;
14286|     15|        if (
14287|     15|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14287:13): [True: 7, False: 8]
  ------------------
14288|      7|            &&
14289|      7|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (14289:13): [True: 0, False: 7]
  ------------------
14290|      0|            &&
14291|      0|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14291:13): [True: 0, False: 0]
  ------------------
14292|     15|        )
14293|      0|        {
14294|      0|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '*' factor"));
14295|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14296|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14296:17): [True: 0, False: 0]
  ------------------
14297|      0|                p->level--;
14298|      0|                return NULL;
14299|      0|            }
14300|      0|            int _end_lineno = _token->end_lineno;
14301|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14302|      0|            int _end_col_offset = _token->end_col_offset;
14303|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14304|      0|            _res = _PyAST_BinOp ( a , Mult , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14305|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14305:18): [True: 0, False: 0]
  |  Branch (14305:34): [True: 0, False: 0]
  |  Branch (14305:57): [True: 0, False: 0]
  ------------------
14306|      0|                p->error_indicator = 1;
14307|      0|                p->level--;
14308|      0|                return NULL;
14309|      0|            }
14310|      0|            goto done;
14311|      0|        }
14312|     15|        p->mark = _mark;
14313|     15|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14314|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '*' factor"));
14315|     15|    }
14316|      0|    { // term '/' factor
14317|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14317:13): [True: 0, False: 15]
  ------------------
14318|      0|            p->level--;
14319|      0|            return NULL;
14320|      0|        }
14321|     15|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '/' factor"));
14322|     15|        Token * _literal;
14323|     15|        expr_ty a;
14324|     15|        expr_ty b;
14325|     15|        if (
14326|     15|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14326:13): [True: 7, False: 8]
  ------------------
14327|      7|            &&
14328|      7|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (14328:13): [True: 0, False: 7]
  ------------------
14329|      0|            &&
14330|      0|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14330:13): [True: 0, False: 0]
  ------------------
14331|     15|        )
14332|      0|        {
14333|      0|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '/' factor"));
14334|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14335|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14335:17): [True: 0, False: 0]
  ------------------
14336|      0|                p->level--;
14337|      0|                return NULL;
14338|      0|            }
14339|      0|            int _end_lineno = _token->end_lineno;
14340|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14341|      0|            int _end_col_offset = _token->end_col_offset;
14342|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14343|      0|            _res = _PyAST_BinOp ( a , Div , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14344|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14344:18): [True: 0, False: 0]
  |  Branch (14344:34): [True: 0, False: 0]
  |  Branch (14344:57): [True: 0, False: 0]
  ------------------
14345|      0|                p->error_indicator = 1;
14346|      0|                p->level--;
14347|      0|                return NULL;
14348|      0|            }
14349|      0|            goto done;
14350|      0|        }
14351|     15|        p->mark = _mark;
14352|     15|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14353|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '/' factor"));
14354|     15|    }
14355|      0|    { // term '//' factor
14356|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14356:13): [True: 0, False: 15]
  ------------------
14357|      0|            p->level--;
14358|      0|            return NULL;
14359|      0|        }
14360|     15|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '//' factor"));
14361|     15|        Token * _literal;
14362|     15|        expr_ty a;
14363|     15|        expr_ty b;
14364|     15|        if (
14365|     15|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14365:13): [True: 7, False: 8]
  ------------------
14366|      7|            &&
14367|      7|            (_literal = _PyPegen_expect_token(p, 47))  // token='//'
  ------------------
  |  Branch (14367:13): [True: 0, False: 7]
  ------------------
14368|      0|            &&
14369|      0|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14369:13): [True: 0, False: 0]
  ------------------
14370|     15|        )
14371|      0|        {
14372|      0|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '//' factor"));
14373|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14374|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14374:17): [True: 0, False: 0]
  ------------------
14375|      0|                p->level--;
14376|      0|                return NULL;
14377|      0|            }
14378|      0|            int _end_lineno = _token->end_lineno;
14379|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14380|      0|            int _end_col_offset = _token->end_col_offset;
14381|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14382|      0|            _res = _PyAST_BinOp ( a , FloorDiv , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14383|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14383:18): [True: 0, False: 0]
  |  Branch (14383:34): [True: 0, False: 0]
  |  Branch (14383:57): [True: 0, False: 0]
  ------------------
14384|      0|                p->error_indicator = 1;
14385|      0|                p->level--;
14386|      0|                return NULL;
14387|      0|            }
14388|      0|            goto done;
14389|      0|        }
14390|     15|        p->mark = _mark;
14391|     15|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14392|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '//' factor"));
14393|     15|    }
14394|      0|    { // term '%' factor
14395|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14395:13): [True: 0, False: 15]
  ------------------
14396|      0|            p->level--;
14397|      0|            return NULL;
14398|      0|        }
14399|     15|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '%' factor"));
14400|     15|        Token * _literal;
14401|     15|        expr_ty a;
14402|     15|        expr_ty b;
14403|     15|        if (
14404|     15|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14404:13): [True: 7, False: 8]
  ------------------
14405|      7|            &&
14406|      7|            (_literal = _PyPegen_expect_token(p, 24))  // token='%'
  ------------------
  |  Branch (14406:13): [True: 0, False: 7]
  ------------------
14407|      0|            &&
14408|      0|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14408:13): [True: 0, False: 0]
  ------------------
14409|     15|        )
14410|      0|        {
14411|      0|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '%' factor"));
14412|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14413|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14413:17): [True: 0, False: 0]
  ------------------
14414|      0|                p->level--;
14415|      0|                return NULL;
14416|      0|            }
14417|      0|            int _end_lineno = _token->end_lineno;
14418|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14419|      0|            int _end_col_offset = _token->end_col_offset;
14420|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14421|      0|            _res = _PyAST_BinOp ( a , Mod , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14422|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14422:18): [True: 0, False: 0]
  |  Branch (14422:34): [True: 0, False: 0]
  |  Branch (14422:57): [True: 0, False: 0]
  ------------------
14423|      0|                p->error_indicator = 1;
14424|      0|                p->level--;
14425|      0|                return NULL;
14426|      0|            }
14427|      0|            goto done;
14428|      0|        }
14429|     15|        p->mark = _mark;
14430|     15|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14431|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '%' factor"));
14432|     15|    }
14433|      0|    { // term '@' factor
14434|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14434:13): [True: 0, False: 15]
  ------------------
14435|      0|            p->level--;
14436|      0|            return NULL;
14437|      0|        }
14438|     15|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "term '@' factor"));
14439|     15|        Token * _literal;
14440|     15|        expr_ty a;
14441|     15|        expr_ty b;
14442|     15|        if (
14443|     15|            (a = term_rule(p))  // term
  ------------------
  |  Branch (14443:13): [True: 7, False: 8]
  ------------------
14444|      7|            &&
14445|      7|            (_literal = _PyPegen_expect_token(p, 49))  // token='@'
  ------------------
  |  Branch (14445:13): [True: 0, False: 7]
  ------------------
14446|      0|            &&
14447|      0|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14447:13): [True: 0, False: 0]
  ------------------
14448|     15|        )
14449|      0|        {
14450|      0|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "term '@' factor"));
14451|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14452|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14452:17): [True: 0, False: 0]
  ------------------
14453|      0|                p->level--;
14454|      0|                return NULL;
14455|      0|            }
14456|      0|            int _end_lineno = _token->end_lineno;
14457|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14458|      0|            int _end_col_offset = _token->end_col_offset;
14459|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14460|      0|            _res = CHECK_VERSION ( expr_ty , 5 , "The '@' operator is" , _PyAST_BinOp ( a , MatMult , b , EXTRA ) );
  ------------------
  |  |  307|      0|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
14461|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14461:18): [True: 0, False: 0]
  |  Branch (14461:34): [True: 0, False: 0]
  |  Branch (14461:57): [True: 0, False: 0]
  ------------------
14462|      0|                p->error_indicator = 1;
14463|      0|                p->level--;
14464|      0|                return NULL;
14465|      0|            }
14466|      0|            goto done;
14467|      0|        }
14468|     15|        p->mark = _mark;
14469|     15|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14470|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "term '@' factor"));
14471|     15|    }
14472|     15|    if (p->call_invalid_rules) { // invalid_factor
  ------------------
  |  Branch (14472:9): [True: 0, False: 15]
  ------------------
14473|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (14473:13): [True: 0, False: 0]
  ------------------
14474|      0|            p->level--;
14475|      0|            return NULL;
14476|      0|        }
14477|      0|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_factor"));
14478|      0|        void *invalid_factor_var;
14479|      0|        if (
14480|      0|            (invalid_factor_var = invalid_factor_rule(p))  // invalid_factor
  ------------------
  |  Branch (14480:13): [True: 0, False: 0]
  ------------------
14481|      0|        )
14482|      0|        {
14483|      0|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_factor"));
14484|      0|            _res = invalid_factor_var;
14485|      0|            goto done;
14486|      0|        }
14487|      0|        p->mark = _mark;
14488|      0|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14489|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_factor"));
14490|      0|    }
14491|     15|    { // factor
14492|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (14492:13): [True: 0, False: 15]
  ------------------
14493|      0|            p->level--;
14494|      0|            return NULL;
14495|      0|        }
14496|     15|        D(fprintf(stderr, "%*c> term[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "factor"));
14497|     15|        expr_ty factor_var;
14498|     15|        if (
14499|     15|            (factor_var = factor_rule(p))  // factor
  ------------------
  |  Branch (14499:13): [True: 14, False: 1]
  ------------------
14500|     15|        )
14501|     14|        {
14502|     14|            D(fprintf(stderr, "%*c+ term[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "factor"));
14503|     14|            _res = factor_var;
14504|     14|            goto done;
14505|     14|        }
14506|      1|        p->mark = _mark;
14507|      1|        D(fprintf(stderr, "%*c%s term[%d-%d]: %s failed!\n", p->level, ' ',
14508|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "factor"));
14509|      1|    }
14510|      1|    _res = NULL;
14511|     15|  done:
14512|     15|    p->level--;
14513|     15|    return _res;
14514|      1|}
parser.c:factor_rule:
14519|     15|{
14520|     15|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     30|#  define MAXSTACK 6000
  ------------------
  |  Branch (14520:9): [True: 0, False: 15]
  |  Branch (14520:35): [True: 0, False: 15]
  ------------------
14521|      0|        _Pypegen_stack_overflow(p);
14522|      0|    }
14523|     15|    if (p->error_indicator) {
  ------------------
  |  Branch (14523:9): [True: 0, False: 15]
  ------------------
14524|      0|        p->level--;
14525|      0|        return NULL;
14526|      0|    }
14527|     15|    expr_ty _res = NULL;
14528|     15|    if (_PyPegen_is_memoized(p, factor_type, &_res)) {
  ------------------
  |  |  230|     15|#define factor_type 1141
  ------------------
  |  Branch (14528:9): [True: 7, False: 8]
  ------------------
14529|      7|        p->level--;
14530|      7|        return _res;
14531|      7|    }
14532|      8|    int _mark = p->mark;
14533|      8|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14533:9): [True: 0, False: 8]
  |  Branch (14533:31): [True: 0, False: 0]
  ------------------
14534|      0|        p->error_indicator = 1;
14535|      0|        p->level--;
14536|      0|        return NULL;
14537|      0|    }
14538|      8|    int _start_lineno = p->tokens[_mark]->lineno;
14539|      8|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
14540|      8|    int _start_col_offset = p->tokens[_mark]->col_offset;
14541|      8|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
14542|      8|    { // '+' factor
14543|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (14543:13): [True: 0, False: 8]
  ------------------
14544|      0|            p->level--;
14545|      0|            return NULL;
14546|      0|        }
14547|      8|        D(fprintf(stderr, "%*c> factor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'+' factor"));
14548|      8|        Token * _literal;
14549|      8|        expr_ty a;
14550|      8|        if (
14551|      8|            (_literal = _PyPegen_expect_token(p, 14))  // token='+'
  ------------------
  |  Branch (14551:13): [True: 0, False: 8]
  ------------------
14552|      0|            &&
14553|      0|            (a = factor_rule(p))  // factor
  ------------------
  |  Branch (14553:13): [True: 0, False: 0]
  ------------------
14554|      8|        )
14555|      0|        {
14556|      0|            D(fprintf(stderr, "%*c+ factor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'+' factor"));
14557|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14558|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14558:17): [True: 0, False: 0]
  ------------------
14559|      0|                p->level--;
14560|      0|                return NULL;
14561|      0|            }
14562|      0|            int _end_lineno = _token->end_lineno;
14563|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14564|      0|            int _end_col_offset = _token->end_col_offset;
14565|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14566|      0|            _res = _PyAST_UnaryOp ( UAdd , a , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14567|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14567:18): [True: 0, False: 0]
  |  Branch (14567:34): [True: 0, False: 0]
  |  Branch (14567:57): [True: 0, False: 0]
  ------------------
14568|      0|                p->error_indicator = 1;
14569|      0|                p->level--;
14570|      0|                return NULL;
14571|      0|            }
14572|      0|            goto done;
14573|      0|        }
14574|      8|        p->mark = _mark;
14575|      8|        D(fprintf(stderr, "%*c%s factor[%d-%d]: %s failed!\n", p->level, ' ',
14576|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'+' factor"));
14577|      8|    }
14578|      0|    { // '-' factor
14579|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (14579:13): [True: 0, False: 8]
  ------------------
14580|      0|            p->level--;
14581|      0|            return NULL;
14582|      0|        }
14583|      8|        D(fprintf(stderr, "%*c> factor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'-' factor"));
14584|      8|        Token * _literal;
14585|      8|        expr_ty a;
14586|      8|        if (
14587|      8|            (_literal = _PyPegen_expect_token(p, 15))  // token='-'
  ------------------
  |  Branch (14587:13): [True: 0, False: 8]
  ------------------
14588|      0|            &&
14589|      0|            (a = factor_rule(p))  // factor
  ------------------
  |  Branch (14589:13): [True: 0, False: 0]
  ------------------
14590|      8|        )
14591|      0|        {
14592|      0|            D(fprintf(stderr, "%*c+ factor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'-' factor"));
14593|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14594|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14594:17): [True: 0, False: 0]
  ------------------
14595|      0|                p->level--;
14596|      0|                return NULL;
14597|      0|            }
14598|      0|            int _end_lineno = _token->end_lineno;
14599|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14600|      0|            int _end_col_offset = _token->end_col_offset;
14601|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14602|      0|            _res = _PyAST_UnaryOp ( USub , a , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14603|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14603:18): [True: 0, False: 0]
  |  Branch (14603:34): [True: 0, False: 0]
  |  Branch (14603:57): [True: 0, False: 0]
  ------------------
14604|      0|                p->error_indicator = 1;
14605|      0|                p->level--;
14606|      0|                return NULL;
14607|      0|            }
14608|      0|            goto done;
14609|      0|        }
14610|      8|        p->mark = _mark;
14611|      8|        D(fprintf(stderr, "%*c%s factor[%d-%d]: %s failed!\n", p->level, ' ',
14612|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'-' factor"));
14613|      8|    }
14614|      0|    { // '~' factor
14615|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (14615:13): [True: 0, False: 8]
  ------------------
14616|      0|            p->level--;
14617|      0|            return NULL;
14618|      0|        }
14619|      8|        D(fprintf(stderr, "%*c> factor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'~' factor"));
14620|      8|        Token * _literal;
14621|      8|        expr_ty a;
14622|      8|        if (
14623|      8|            (_literal = _PyPegen_expect_token(p, 31))  // token='~'
  ------------------
  |  Branch (14623:13): [True: 0, False: 8]
  ------------------
14624|      0|            &&
14625|      0|            (a = factor_rule(p))  // factor
  ------------------
  |  Branch (14625:13): [True: 0, False: 0]
  ------------------
14626|      8|        )
14627|      0|        {
14628|      0|            D(fprintf(stderr, "%*c+ factor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'~' factor"));
14629|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14630|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14630:17): [True: 0, False: 0]
  ------------------
14631|      0|                p->level--;
14632|      0|                return NULL;
14633|      0|            }
14634|      0|            int _end_lineno = _token->end_lineno;
14635|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14636|      0|            int _end_col_offset = _token->end_col_offset;
14637|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14638|      0|            _res = _PyAST_UnaryOp ( Invert , a , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14639|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14639:18): [True: 0, False: 0]
  |  Branch (14639:34): [True: 0, False: 0]
  |  Branch (14639:57): [True: 0, False: 0]
  ------------------
14640|      0|                p->error_indicator = 1;
14641|      0|                p->level--;
14642|      0|                return NULL;
14643|      0|            }
14644|      0|            goto done;
14645|      0|        }
14646|      8|        p->mark = _mark;
14647|      8|        D(fprintf(stderr, "%*c%s factor[%d-%d]: %s failed!\n", p->level, ' ',
14648|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'~' factor"));
14649|      8|    }
14650|      0|    { // power
14651|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (14651:13): [True: 0, False: 8]
  ------------------
14652|      0|            p->level--;
14653|      0|            return NULL;
14654|      0|        }
14655|      8|        D(fprintf(stderr, "%*c> factor[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "power"));
14656|      8|        expr_ty power_var;
14657|      8|        if (
14658|      8|            (power_var = power_rule(p))  // power
  ------------------
  |  Branch (14658:13): [True: 7, False: 1]
  ------------------
14659|      8|        )
14660|      7|        {
14661|      7|            D(fprintf(stderr, "%*c+ factor[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "power"));
14662|      7|            _res = power_var;
14663|      7|            goto done;
14664|      7|        }
14665|      1|        p->mark = _mark;
14666|      1|        D(fprintf(stderr, "%*c%s factor[%d-%d]: %s failed!\n", p->level, ' ',
14667|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "power"));
14668|      1|    }
14669|      1|    _res = NULL;
14670|      8|  done:
14671|      8|    _PyPegen_insert_memo(p, _mark, factor_type, _res);
  ------------------
  |  |  230|      8|#define factor_type 1141
  ------------------
14672|      8|    p->level--;
14673|      8|    return _res;
14674|      1|}
parser.c:power_rule:
14679|      8|{
14680|      8|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     16|#  define MAXSTACK 6000
  ------------------
  |  Branch (14680:9): [True: 0, False: 8]
  |  Branch (14680:35): [True: 0, False: 8]
  ------------------
14681|      0|        _Pypegen_stack_overflow(p);
14682|      0|    }
14683|      8|    if (p->error_indicator) {
  ------------------
  |  Branch (14683:9): [True: 0, False: 8]
  ------------------
14684|      0|        p->level--;
14685|      0|        return NULL;
14686|      0|    }
14687|      8|    expr_ty _res = NULL;
14688|      8|    int _mark = p->mark;
14689|      8|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14689:9): [True: 0, False: 8]
  |  Branch (14689:31): [True: 0, False: 0]
  ------------------
14690|      0|        p->error_indicator = 1;
14691|      0|        p->level--;
14692|      0|        return NULL;
14693|      0|    }
14694|      8|    int _start_lineno = p->tokens[_mark]->lineno;
14695|      8|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
14696|      8|    int _start_col_offset = p->tokens[_mark]->col_offset;
14697|      8|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
14698|      8|    { // await_primary '**' factor
14699|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (14699:13): [True: 0, False: 8]
  ------------------
14700|      0|            p->level--;
14701|      0|            return NULL;
14702|      0|        }
14703|      8|        D(fprintf(stderr, "%*c> power[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "await_primary '**' factor"));
14704|      8|        Token * _literal;
14705|      8|        expr_ty a;
14706|      8|        expr_ty b;
14707|      8|        if (
14708|      8|            (a = await_primary_rule(p))  // await_primary
  ------------------
  |  Branch (14708:13): [True: 7, False: 1]
  ------------------
14709|      7|            &&
14710|      7|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (14710:13): [True: 0, False: 7]
  ------------------
14711|      0|            &&
14712|      0|            (b = factor_rule(p))  // factor
  ------------------
  |  Branch (14712:13): [True: 0, False: 0]
  ------------------
14713|      8|        )
14714|      0|        {
14715|      0|            D(fprintf(stderr, "%*c+ power[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "await_primary '**' factor"));
14716|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14717|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14717:17): [True: 0, False: 0]
  ------------------
14718|      0|                p->level--;
14719|      0|                return NULL;
14720|      0|            }
14721|      0|            int _end_lineno = _token->end_lineno;
14722|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14723|      0|            int _end_col_offset = _token->end_col_offset;
14724|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14725|      0|            _res = _PyAST_BinOp ( a , Pow , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14726|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14726:18): [True: 0, False: 0]
  |  Branch (14726:34): [True: 0, False: 0]
  |  Branch (14726:57): [True: 0, False: 0]
  ------------------
14727|      0|                p->error_indicator = 1;
14728|      0|                p->level--;
14729|      0|                return NULL;
14730|      0|            }
14731|      0|            goto done;
14732|      0|        }
14733|      8|        p->mark = _mark;
14734|      8|        D(fprintf(stderr, "%*c%s power[%d-%d]: %s failed!\n", p->level, ' ',
14735|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "await_primary '**' factor"));
14736|      8|    }
14737|      0|    { // await_primary
14738|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (14738:13): [True: 0, False: 8]
  ------------------
14739|      0|            p->level--;
14740|      0|            return NULL;
14741|      0|        }
14742|      8|        D(fprintf(stderr, "%*c> power[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "await_primary"));
14743|      8|        expr_ty await_primary_var;
14744|      8|        if (
14745|      8|            (await_primary_var = await_primary_rule(p))  // await_primary
  ------------------
  |  Branch (14745:13): [True: 7, False: 1]
  ------------------
14746|      8|        )
14747|      7|        {
14748|      7|            D(fprintf(stderr, "%*c+ power[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "await_primary"));
14749|      7|            _res = await_primary_var;
14750|      7|            goto done;
14751|      7|        }
14752|      1|        p->mark = _mark;
14753|      1|        D(fprintf(stderr, "%*c%s power[%d-%d]: %s failed!\n", p->level, ' ',
14754|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "await_primary"));
14755|      1|    }
14756|      1|    _res = NULL;
14757|      8|  done:
14758|      8|    p->level--;
14759|      8|    return _res;
14760|      1|}
parser.c:await_primary_rule:
14765|     16|{
14766|     16|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     32|#  define MAXSTACK 6000
  ------------------
  |  Branch (14766:9): [True: 0, False: 16]
  |  Branch (14766:35): [True: 0, False: 16]
  ------------------
14767|      0|        _Pypegen_stack_overflow(p);
14768|      0|    }
14769|     16|    if (p->error_indicator) {
  ------------------
  |  Branch (14769:9): [True: 0, False: 16]
  ------------------
14770|      0|        p->level--;
14771|      0|        return NULL;
14772|      0|    }
14773|     16|    expr_ty _res = NULL;
14774|     16|    if (_PyPegen_is_memoized(p, await_primary_type, &_res)) {
  ------------------
  |  |  232|     16|#define await_primary_type 1143
  ------------------
  |  Branch (14774:9): [True: 8, False: 8]
  ------------------
14775|      8|        p->level--;
14776|      8|        return _res;
14777|      8|    }
14778|      8|    int _mark = p->mark;
14779|      8|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14779:9): [True: 0, False: 8]
  |  Branch (14779:31): [True: 0, False: 0]
  ------------------
14780|      0|        p->error_indicator = 1;
14781|      0|        p->level--;
14782|      0|        return NULL;
14783|      0|    }
14784|      8|    int _start_lineno = p->tokens[_mark]->lineno;
14785|      8|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
14786|      8|    int _start_col_offset = p->tokens[_mark]->col_offset;
14787|      8|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
14788|      8|    { // 'await' primary
14789|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (14789:13): [True: 0, False: 8]
  ------------------
14790|      0|            p->level--;
14791|      0|            return NULL;
14792|      0|        }
14793|      8|        D(fprintf(stderr, "%*c> await_primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'await' primary"));
14794|      8|        Token * _keyword;
14795|      8|        expr_ty a;
14796|      8|        if (
14797|      8|            (_keyword = _PyPegen_expect_token(p, 598))  // token='await'
  ------------------
  |  Branch (14797:13): [True: 0, False: 8]
  ------------------
14798|      0|            &&
14799|      0|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (14799:13): [True: 0, False: 0]
  ------------------
14800|      8|        )
14801|      0|        {
14802|      0|            D(fprintf(stderr, "%*c+ await_primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'await' primary"));
14803|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14804|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14804:17): [True: 0, False: 0]
  ------------------
14805|      0|                p->level--;
14806|      0|                return NULL;
14807|      0|            }
14808|      0|            int _end_lineno = _token->end_lineno;
14809|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14810|      0|            int _end_col_offset = _token->end_col_offset;
14811|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14812|      0|            _res = CHECK_VERSION ( expr_ty , 5 , "Await expressions are" , _PyAST_Await ( a , EXTRA ) );
  ------------------
  |  |  307|      0|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
14813|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14813:18): [True: 0, False: 0]
  |  Branch (14813:34): [True: 0, False: 0]
  |  Branch (14813:57): [True: 0, False: 0]
  ------------------
14814|      0|                p->error_indicator = 1;
14815|      0|                p->level--;
14816|      0|                return NULL;
14817|      0|            }
14818|      0|            goto done;
14819|      0|        }
14820|      8|        p->mark = _mark;
14821|      8|        D(fprintf(stderr, "%*c%s await_primary[%d-%d]: %s failed!\n", p->level, ' ',
14822|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'await' primary"));
14823|      8|    }
14824|      0|    { // primary
14825|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (14825:13): [True: 0, False: 8]
  ------------------
14826|      0|            p->level--;
14827|      0|            return NULL;
14828|      0|        }
14829|      8|        D(fprintf(stderr, "%*c> await_primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary"));
14830|      8|        expr_ty primary_var;
14831|      8|        if (
14832|      8|            (primary_var = primary_rule(p))  // primary
  ------------------
  |  Branch (14832:13): [True: 7, False: 1]
  ------------------
14833|      8|        )
14834|      7|        {
14835|      7|            D(fprintf(stderr, "%*c+ await_primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary"));
14836|      7|            _res = primary_var;
14837|      7|            goto done;
14838|      7|        }
14839|      1|        p->mark = _mark;
14840|      1|        D(fprintf(stderr, "%*c%s await_primary[%d-%d]: %s failed!\n", p->level, ' ',
14841|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary"));
14842|      1|    }
14843|      1|    _res = NULL;
14844|      8|  done:
14845|      8|    _PyPegen_insert_memo(p, _mark, await_primary_type, _res);
  ------------------
  |  |  232|      8|#define await_primary_type 1143
  ------------------
14846|      8|    p->level--;
14847|      8|    return _res;
14848|      1|}
parser.c:primary_rule:
14860|     71|{
14861|     71|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|    142|#  define MAXSTACK 6000
  ------------------
  |  Branch (14861:9): [True: 0, False: 71]
  |  Branch (14861:35): [True: 0, False: 71]
  ------------------
14862|      0|        _Pypegen_stack_overflow(p);
14863|      0|    }
14864|     71|    expr_ty _res = NULL;
14865|     71|    if (_PyPegen_is_memoized(p, primary_type, &_res)) {
  ------------------
  |  |  233|     71|#define primary_type 1144  // Left-recursive
  ------------------
  |  Branch (14865:9): [True: 63, False: 8]
  ------------------
14866|     63|        p->level--;
14867|     63|        return _res;
14868|     63|    }
14869|      8|    int _mark = p->mark;
14870|      8|    int _resmark = p->mark;
14871|     16|    while (1) {
  ------------------
  |  Branch (14871:12): [True: 16, Folded]
  ------------------
14872|     16|        int tmpvar_8 = _PyPegen_update_memo(p, _mark, primary_type, _res);
  ------------------
  |  |  233|     16|#define primary_type 1144  // Left-recursive
  ------------------
14873|     16|        if (tmpvar_8) {
  ------------------
  |  Branch (14873:13): [True: 0, False: 16]
  ------------------
14874|      0|            p->level--;
14875|      0|            return _res;
14876|      0|        }
14877|     16|        p->mark = _mark;
14878|     16|        void *_raw = primary_raw(p);
14879|     16|        if (p->error_indicator) {
  ------------------
  |  Branch (14879:13): [True: 0, False: 16]
  ------------------
14880|      0|            p->level--;
14881|      0|            return NULL;
14882|      0|        }
14883|     16|        if (_raw == NULL || p->mark <= _resmark)
  ------------------
  |  Branch (14883:13): [True: 1, False: 15]
  |  Branch (14883:29): [True: 7, False: 8]
  ------------------
14884|      8|            break;
14885|      8|        _resmark = p->mark;
14886|      8|        _res = _raw;
14887|      8|    }
14888|      8|    p->mark = _resmark;
14889|      8|    p->level--;
14890|      8|    return _res;
14891|      8|}
parser.c:primary_raw:
14894|     16|{
14895|     16|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     32|#  define MAXSTACK 6000
  ------------------
  |  Branch (14895:9): [True: 0, False: 16]
  |  Branch (14895:35): [True: 0, False: 16]
  ------------------
14896|      0|        _Pypegen_stack_overflow(p);
14897|      0|    }
14898|     16|    if (p->error_indicator) {
  ------------------
  |  Branch (14898:9): [True: 0, False: 16]
  ------------------
14899|      0|        p->level--;
14900|      0|        return NULL;
14901|      0|    }
14902|     16|    expr_ty _res = NULL;
14903|     16|    int _mark = p->mark;
14904|     16|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (14904:9): [True: 0, False: 16]
  |  Branch (14904:31): [True: 0, False: 0]
  ------------------
14905|      0|        p->error_indicator = 1;
14906|      0|        p->level--;
14907|      0|        return NULL;
14908|      0|    }
14909|     16|    int _start_lineno = p->tokens[_mark]->lineno;
14910|     16|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     16|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16]
  |  |  ------------------
  ------------------
14911|     16|    int _start_col_offset = p->tokens[_mark]->col_offset;
14912|     16|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     16|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 16]
  |  |  ------------------
  ------------------
14913|     16|    { // primary '.' NAME
14914|     16|        if (p->error_indicator) {
  ------------------
  |  Branch (14914:13): [True: 0, False: 16]
  ------------------
14915|      0|            p->level--;
14916|      0|            return NULL;
14917|      0|        }
14918|     16|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary '.' NAME"));
14919|     16|        Token * _literal;
14920|     16|        expr_ty a;
14921|     16|        expr_ty b;
14922|     16|        if (
14923|     16|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (14923:13): [True: 8, False: 8]
  ------------------
14924|      8|            &&
14925|      8|            (_literal = _PyPegen_expect_token(p, 23))  // token='.'
  ------------------
  |  Branch (14925:13): [True: 0, False: 8]
  ------------------
14926|      0|            &&
14927|      0|            (b = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (14927:13): [True: 0, False: 0]
  ------------------
14928|     16|        )
14929|      0|        {
14930|      0|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary '.' NAME"));
14931|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14932|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14932:17): [True: 0, False: 0]
  ------------------
14933|      0|                p->level--;
14934|      0|                return NULL;
14935|      0|            }
14936|      0|            int _end_lineno = _token->end_lineno;
14937|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14938|      0|            int _end_col_offset = _token->end_col_offset;
14939|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14940|      0|            _res = _PyAST_Attribute ( a , b -> v . Name . id , Load , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14941|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14941:18): [True: 0, False: 0]
  |  Branch (14941:34): [True: 0, False: 0]
  |  Branch (14941:57): [True: 0, False: 0]
  ------------------
14942|      0|                p->error_indicator = 1;
14943|      0|                p->level--;
14944|      0|                return NULL;
14945|      0|            }
14946|      0|            goto done;
14947|      0|        }
14948|     16|        p->mark = _mark;
14949|     16|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
14950|     16|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary '.' NAME"));
14951|     16|    }
14952|      0|    { // primary genexp
14953|     16|        if (p->error_indicator) {
  ------------------
  |  Branch (14953:13): [True: 0, False: 16]
  ------------------
14954|      0|            p->level--;
14955|      0|            return NULL;
14956|      0|        }
14957|     16|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary genexp"));
14958|     16|        expr_ty a;
14959|     16|        expr_ty b;
14960|     16|        if (
14961|     16|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (14961:13): [True: 8, False: 8]
  ------------------
14962|      8|            &&
14963|      8|            (b = genexp_rule(p))  // genexp
  ------------------
  |  Branch (14963:13): [True: 0, False: 8]
  ------------------
14964|     16|        )
14965|      0|        {
14966|      0|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary genexp"));
14967|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
14968|      0|            if (_token == NULL) {
  ------------------
  |  Branch (14968:17): [True: 0, False: 0]
  ------------------
14969|      0|                p->level--;
14970|      0|                return NULL;
14971|      0|            }
14972|      0|            int _end_lineno = _token->end_lineno;
14973|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14974|      0|            int _end_col_offset = _token->end_col_offset;
14975|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
14976|      0|            _res = _PyAST_Call ( a , CHECK ( asdl_expr_seq* , ( asdl_expr_seq* ) _PyPegen_singleton_seq ( p , b ) ) , NULL , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Call ( a , CHECK ( asdl_expr_seq* , ( asdl_expr_seq* ) _PyPegen_singleton_seq ( p , b ) ) , NULL , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
14977|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (14977:18): [True: 0, False: 0]
  |  Branch (14977:34): [True: 0, False: 0]
  |  Branch (14977:57): [True: 0, False: 0]
  ------------------
14978|      0|                p->error_indicator = 1;
14979|      0|                p->level--;
14980|      0|                return NULL;
14981|      0|            }
14982|      0|            goto done;
14983|      0|        }
14984|     16|        p->mark = _mark;
14985|     16|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
14986|     16|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary genexp"));
14987|     16|    }
14988|      0|    { // primary '(' arguments? ')'
14989|     16|        if (p->error_indicator) {
  ------------------
  |  Branch (14989:13): [True: 0, False: 16]
  ------------------
14990|      0|            p->level--;
14991|      0|            return NULL;
14992|      0|        }
14993|     16|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary '(' arguments? ')'"));
14994|     16|        Token * _literal;
14995|     16|        Token * _literal_1;
14996|     16|        expr_ty a;
14997|     16|        void *b;
14998|     16|        if (
14999|     16|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (14999:13): [True: 8, False: 8]
  ------------------
15000|      8|            &&
15001|      8|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (15001:13): [True: 1, False: 7]
  ------------------
15002|      1|            &&
15003|      1|            (b = arguments_rule(p), !p->error_indicator)  // arguments?
  ------------------
  |  Branch (15003:13): [True: 1, False: 0]
  ------------------
15004|      1|            &&
15005|      1|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (15005:13): [True: 1, False: 0]
  ------------------
15006|     16|        )
15007|      1|        {
15008|      1|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary '(' arguments? ')'"));
15009|      1|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15010|      1|            if (_token == NULL) {
  ------------------
  |  Branch (15010:17): [True: 0, False: 1]
  ------------------
15011|      0|                p->level--;
15012|      0|                return NULL;
15013|      0|            }
15014|      1|            int _end_lineno = _token->end_lineno;
15015|      1|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
15016|      1|            int _end_col_offset = _token->end_col_offset;
15017|      1|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
15018|      1|            _res = _PyAST_Call ( a , ( b ) ? ( ( expr_ty ) b ) -> v . Call . args : NULL , ( b ) ? ( ( expr_ty ) b ) -> v . Call . keywords : NULL , EXTRA );
  ------------------
  |  |  269|      1|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (15018:38): [True: 1, False: 0]
  |  Branch (15018:92): [True: 1, False: 0]
  ------------------
15019|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15019:18): [True: 0, False: 1]
  |  Branch (15019:34): [True: 0, False: 1]
  |  Branch (15019:57): [True: 0, False: 0]
  ------------------
15020|      0|                p->error_indicator = 1;
15021|      0|                p->level--;
15022|      0|                return NULL;
15023|      0|            }
15024|      1|            goto done;
15025|      1|        }
15026|     15|        p->mark = _mark;
15027|     15|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
15028|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary '(' arguments? ')'"));
15029|     15|    }
15030|      0|    { // primary '[' slices ']'
15031|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (15031:13): [True: 0, False: 15]
  ------------------
15032|      0|            p->level--;
15033|      0|            return NULL;
15034|      0|        }
15035|     15|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "primary '[' slices ']'"));
15036|     15|        Token * _literal;
15037|     15|        Token * _literal_1;
15038|     15|        expr_ty a;
15039|     15|        expr_ty b;
15040|     15|        if (
15041|     15|            (a = primary_rule(p))  // primary
  ------------------
  |  Branch (15041:13): [True: 7, False: 8]
  ------------------
15042|      7|            &&
15043|      7|            (_literal = _PyPegen_expect_token(p, 9))  // token='['
  ------------------
  |  Branch (15043:13): [True: 0, False: 7]
  ------------------
15044|      0|            &&
15045|      0|            (b = slices_rule(p))  // slices
  ------------------
  |  Branch (15045:13): [True: 0, False: 0]
  ------------------
15046|      0|            &&
15047|      0|            (_literal_1 = _PyPegen_expect_token(p, 10))  // token=']'
  ------------------
  |  Branch (15047:13): [True: 0, False: 0]
  ------------------
15048|     15|        )
15049|      0|        {
15050|      0|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "primary '[' slices ']'"));
15051|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15052|      0|            if (_token == NULL) {
  ------------------
  |  Branch (15052:17): [True: 0, False: 0]
  ------------------
15053|      0|                p->level--;
15054|      0|                return NULL;
15055|      0|            }
15056|      0|            int _end_lineno = _token->end_lineno;
15057|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15058|      0|            int _end_col_offset = _token->end_col_offset;
15059|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15060|      0|            _res = _PyAST_Subscript ( a , b , Load , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15061|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15061:18): [True: 0, False: 0]
  |  Branch (15061:34): [True: 0, False: 0]
  |  Branch (15061:57): [True: 0, False: 0]
  ------------------
15062|      0|                p->error_indicator = 1;
15063|      0|                p->level--;
15064|      0|                return NULL;
15065|      0|            }
15066|      0|            goto done;
15067|      0|        }
15068|     15|        p->mark = _mark;
15069|     15|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
15070|     15|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "primary '[' slices ']'"));
15071|     15|    }
15072|      0|    { // atom
15073|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (15073:13): [True: 0, False: 15]
  ------------------
15074|      0|            p->level--;
15075|      0|            return NULL;
15076|      0|        }
15077|     15|        D(fprintf(stderr, "%*c> primary[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "atom"));
15078|     15|        expr_ty atom_var;
15079|     15|        if (
15080|     15|            (atom_var = atom_rule(p))  // atom
  ------------------
  |  Branch (15080:13): [True: 14, False: 1]
  ------------------
15081|     15|        )
15082|     14|        {
15083|     14|            D(fprintf(stderr, "%*c+ primary[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "atom"));
15084|     14|            _res = atom_var;
15085|     14|            goto done;
15086|     14|        }
15087|      1|        p->mark = _mark;
15088|      1|        D(fprintf(stderr, "%*c%s primary[%d-%d]: %s failed!\n", p->level, ' ',
15089|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "atom"));
15090|      1|    }
15091|      1|    _res = NULL;
15092|     16|  done:
15093|     16|    p->level--;
15094|     16|    return _res;
15095|      1|}
parser.c:genexp_rule:
18396|     10|{
18397|     10|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     20|#  define MAXSTACK 6000
  ------------------
  |  Branch (18397:9): [True: 0, False: 10]
  |  Branch (18397:35): [True: 0, False: 10]
  ------------------
18398|      0|        _Pypegen_stack_overflow(p);
18399|      0|    }
18400|     10|    if (p->error_indicator) {
  ------------------
  |  Branch (18400:9): [True: 0, False: 10]
  ------------------
18401|      0|        p->level--;
18402|      0|        return NULL;
18403|      0|    }
18404|     10|    expr_ty _res = NULL;
18405|     10|    int _mark = p->mark;
18406|     10|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18406:9): [True: 0, False: 10]
  |  Branch (18406:31): [True: 0, False: 0]
  ------------------
18407|      0|        p->error_indicator = 1;
18408|      0|        p->level--;
18409|      0|        return NULL;
18410|      0|    }
18411|     10|    int _start_lineno = p->tokens[_mark]->lineno;
18412|     10|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     10|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10]
  |  |  ------------------
  ------------------
18413|     10|    int _start_col_offset = p->tokens[_mark]->col_offset;
18414|     10|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     10|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 10]
  |  |  ------------------
  ------------------
18415|     10|    { // '(' (assignment_expression | expression !':=' | starred_expression) for_if_clauses ')'
18416|     10|        if (p->error_indicator) {
  ------------------
  |  Branch (18416:13): [True: 0, False: 10]
  ------------------
18417|      0|            p->level--;
18418|      0|            return NULL;
18419|      0|        }
18420|     10|        D(fprintf(stderr, "%*c> genexp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' (assignment_expression | expression !':=' | starred_expression) for_if_clauses ')'"));
18421|     10|        Token * _literal;
18422|     10|        Token * _literal_1;
18423|     10|        void *a;
18424|     10|        asdl_comprehension_seq* b;
18425|     10|        if (
18426|     10|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (18426:13): [True: 3, False: 7]
  ------------------
18427|      3|            &&
18428|      3|            (a = _tmp_89_rule(p))  // assignment_expression | expression !':=' | starred_expression
  ------------------
  |  Branch (18428:13): [True: 3, False: 0]
  ------------------
18429|      3|            &&
18430|      3|            (b = for_if_clauses_rule(p))  // for_if_clauses
  ------------------
  |  Branch (18430:13): [True: 0, False: 3]
  ------------------
18431|      0|            &&
18432|      0|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (18432:13): [True: 0, False: 0]
  ------------------
18433|     10|        )
18434|      0|        {
18435|      0|            D(fprintf(stderr, "%*c+ genexp[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' (assignment_expression | expression !':=' | starred_expression) for_if_clauses ')'"));
18436|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18437|      0|            if (_token == NULL) {
  ------------------
  |  Branch (18437:17): [True: 0, False: 0]
  ------------------
18438|      0|                p->level--;
18439|      0|                return NULL;
18440|      0|            }
18441|      0|            int _end_lineno = _token->end_lineno;
18442|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
18443|      0|            int _end_col_offset = _token->end_col_offset;
18444|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
18445|      0|            _res = _PyAST_GeneratorExp ( a , b , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18446|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18446:18): [True: 0, False: 0]
  |  Branch (18446:34): [True: 0, False: 0]
  |  Branch (18446:57): [True: 0, False: 0]
  ------------------
18447|      0|                p->error_indicator = 1;
18448|      0|                p->level--;
18449|      0|                return NULL;
18450|      0|            }
18451|      0|            goto done;
18452|      0|        }
18453|     10|        p->mark = _mark;
18454|     10|        D(fprintf(stderr, "%*c%s genexp[%d-%d]: %s failed!\n", p->level, ' ',
18455|     10|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' (assignment_expression | expression !':=' | starred_expression) for_if_clauses ')'"));
18456|     10|    }
18457|     10|    if (p->call_invalid_rules) { // invalid_comprehension
  ------------------
  |  Branch (18457:9): [True: 0, False: 10]
  ------------------
18458|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (18458:13): [True: 0, False: 0]
  ------------------
18459|      0|            p->level--;
18460|      0|            return NULL;
18461|      0|        }
18462|      0|        D(fprintf(stderr, "%*c> genexp[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_comprehension"));
18463|      0|        void *invalid_comprehension_var;
18464|      0|        if (
18465|      0|            (invalid_comprehension_var = invalid_comprehension_rule(p))  // invalid_comprehension
  ------------------
  |  Branch (18465:13): [True: 0, False: 0]
  ------------------
18466|      0|        )
18467|      0|        {
18468|      0|            D(fprintf(stderr, "%*c+ genexp[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_comprehension"));
18469|      0|            _res = invalid_comprehension_var;
18470|      0|            goto done;
18471|      0|        }
18472|      0|        p->mark = _mark;
18473|      0|        D(fprintf(stderr, "%*c%s genexp[%d-%d]: %s failed!\n", p->level, ' ',
18474|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_comprehension"));
18475|      0|    }
18476|     10|    _res = NULL;
18477|     10|  done:
18478|     10|    p->level--;
18479|     10|    return _res;
18480|     10|}
parser.c:_tmp_89_rule:
34024|      3|{
34025|      3|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      6|#  define MAXSTACK 6000
  ------------------
  |  Branch (34025:9): [True: 0, False: 3]
  |  Branch (34025:35): [True: 0, False: 3]
  ------------------
34026|      0|        _Pypegen_stack_overflow(p);
34027|      0|    }
34028|      3|    if (p->error_indicator) {
  ------------------
  |  Branch (34028:9): [True: 0, False: 3]
  ------------------
34029|      0|        p->level--;
34030|      0|        return NULL;
34031|      0|    }
34032|      3|    void * _res = NULL;
34033|      3|    int _mark = p->mark;
34034|      3|    { // assignment_expression
34035|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (34035:13): [True: 0, False: 3]
  ------------------
34036|      0|            p->level--;
34037|      0|            return NULL;
34038|      0|        }
34039|      3|        D(fprintf(stderr, "%*c> _tmp_89[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
34040|      3|        expr_ty assignment_expression_var;
34041|      3|        if (
34042|      3|            (assignment_expression_var = assignment_expression_rule(p))  // assignment_expression
  ------------------
  |  Branch (34042:13): [True: 0, False: 3]
  ------------------
34043|      3|        )
34044|      0|        {
34045|      0|            D(fprintf(stderr, "%*c+ _tmp_89[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
34046|      0|            _res = assignment_expression_var;
34047|      0|            goto done;
34048|      0|        }
34049|      3|        p->mark = _mark;
34050|      3|        D(fprintf(stderr, "%*c%s _tmp_89[%d-%d]: %s failed!\n", p->level, ' ',
34051|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "assignment_expression"));
34052|      3|    }
34053|      0|    { // expression !':='
34054|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (34054:13): [True: 0, False: 3]
  ------------------
34055|      0|            p->level--;
34056|      0|            return NULL;
34057|      0|        }
34058|      3|        D(fprintf(stderr, "%*c> _tmp_89[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression !':='"));
34059|      3|        expr_ty expression_var;
34060|      3|        if (
34061|      3|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (34061:13): [True: 3, False: 0]
  ------------------
34062|      3|            &&
34063|      3|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 53)  // token=':='
  ------------------
  |  Branch (34063:13): [True: 3, False: 0]
  ------------------
34064|      3|        )
34065|      3|        {
34066|      3|            D(fprintf(stderr, "%*c+ _tmp_89[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression !':='"));
34067|      3|            _res = expression_var;
34068|      3|            goto done;
34069|      3|        }
34070|      0|        p->mark = _mark;
34071|      0|        D(fprintf(stderr, "%*c%s _tmp_89[%d-%d]: %s failed!\n", p->level, ' ',
34072|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression !':='"));
34073|      0|    }
34074|      0|    { // starred_expression
34075|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (34075:13): [True: 0, False: 0]
  ------------------
34076|      0|            p->level--;
34077|      0|            return NULL;
34078|      0|        }
34079|      0|        D(fprintf(stderr, "%*c> _tmp_89[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "starred_expression"));
34080|      0|        expr_ty starred_expression_var;
34081|      0|        if (
34082|      0|            (starred_expression_var = starred_expression_rule(p))  // starred_expression
  ------------------
  |  Branch (34082:13): [True: 0, False: 0]
  ------------------
34083|      0|        )
34084|      0|        {
34085|      0|            D(fprintf(stderr, "%*c+ _tmp_89[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "starred_expression"));
34086|      0|            _res = starred_expression_var;
34087|      0|            goto done;
34088|      0|        }
34089|      0|        p->mark = _mark;
34090|      0|        D(fprintf(stderr, "%*c%s _tmp_89[%d-%d]: %s failed!\n", p->level, ' ',
34091|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "starred_expression"));
34092|      0|    }
34093|      0|    _res = NULL;
34094|      3|  done:
34095|      3|    p->level--;
34096|      3|    return _res;
34097|      0|}
parser.c:starred_expression_rule:
18865|      2|{
18866|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (18866:9): [True: 0, False: 2]
  |  Branch (18866:35): [True: 0, False: 2]
  ------------------
18867|      0|        _Pypegen_stack_overflow(p);
18868|      0|    }
18869|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (18869:9): [True: 0, False: 2]
  ------------------
18870|      0|        p->level--;
18871|      0|        return NULL;
18872|      0|    }
18873|      2|    expr_ty _res = NULL;
18874|      2|    int _mark = p->mark;
18875|      2|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18875:9): [True: 1, False: 1]
  |  Branch (18875:31): [True: 0, False: 1]
  ------------------
18876|      0|        p->error_indicator = 1;
18877|      0|        p->level--;
18878|      0|        return NULL;
18879|      0|    }
18880|      2|    int _start_lineno = p->tokens[_mark]->lineno;
18881|      2|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      2|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2]
  |  |  ------------------
  ------------------
18882|      2|    int _start_col_offset = p->tokens[_mark]->col_offset;
18883|      2|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      2|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2]
  |  |  ------------------
  ------------------
18884|      2|    if (p->call_invalid_rules) { // invalid_starred_expression_unpacking
  ------------------
  |  Branch (18884:9): [True: 0, False: 2]
  ------------------
18885|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (18885:13): [True: 0, False: 0]
  ------------------
18886|      0|            p->level--;
18887|      0|            return NULL;
18888|      0|        }
18889|      0|        D(fprintf(stderr, "%*c> starred_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression_unpacking"));
18890|      0|        void *invalid_starred_expression_unpacking_var;
18891|      0|        if (
18892|      0|            (invalid_starred_expression_unpacking_var = invalid_starred_expression_unpacking_rule(p))  // invalid_starred_expression_unpacking
  ------------------
  |  Branch (18892:13): [True: 0, False: 0]
  ------------------
18893|      0|        )
18894|      0|        {
18895|      0|            D(fprintf(stderr, "%*c+ starred_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression_unpacking"));
18896|      0|            _res = invalid_starred_expression_unpacking_var;
18897|      0|            goto done;
18898|      0|        }
18899|      0|        p->mark = _mark;
18900|      0|        D(fprintf(stderr, "%*c%s starred_expression[%d-%d]: %s failed!\n", p->level, ' ',
18901|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_starred_expression_unpacking"));
18902|      0|    }
18903|      2|    { // '*' expression
18904|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (18904:13): [True: 0, False: 2]
  ------------------
18905|      0|            p->level--;
18906|      0|            return NULL;
18907|      0|        }
18908|      2|        D(fprintf(stderr, "%*c> starred_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' expression"));
18909|      2|        Token * _literal;
18910|      2|        expr_ty a;
18911|      2|        if (
18912|      2|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (18912:13): [True: 0, False: 2]
  ------------------
18913|      0|            &&
18914|      0|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (18914:13): [True: 0, False: 0]
  ------------------
18915|      2|        )
18916|      0|        {
18917|      0|            D(fprintf(stderr, "%*c+ starred_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' expression"));
18918|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18919|      0|            if (_token == NULL) {
  ------------------
  |  Branch (18919:17): [True: 0, False: 0]
  ------------------
18920|      0|                p->level--;
18921|      0|                return NULL;
18922|      0|            }
18923|      0|            int _end_lineno = _token->end_lineno;
18924|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
18925|      0|            int _end_col_offset = _token->end_col_offset;
18926|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
18927|      0|            _res = _PyAST_Starred ( a , Load , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18928|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18928:18): [True: 0, False: 0]
  |  Branch (18928:34): [True: 0, False: 0]
  |  Branch (18928:57): [True: 0, False: 0]
  ------------------
18929|      0|                p->error_indicator = 1;
18930|      0|                p->level--;
18931|      0|                return NULL;
18932|      0|            }
18933|      0|            goto done;
18934|      0|        }
18935|      2|        p->mark = _mark;
18936|      2|        D(fprintf(stderr, "%*c%s starred_expression[%d-%d]: %s failed!\n", p->level, ' ',
18937|      2|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' expression"));
18938|      2|    }
18939|      2|    if (p->call_invalid_rules) { // invalid_starred_expression
  ------------------
  |  Branch (18939:9): [True: 0, False: 2]
  ------------------
18940|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (18940:13): [True: 0, False: 0]
  ------------------
18941|      0|            p->level--;
18942|      0|            return NULL;
18943|      0|        }
18944|      0|        D(fprintf(stderr, "%*c> starred_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression"));
18945|      0|        void *invalid_starred_expression_var;
18946|      0|        if (
18947|      0|            (invalid_starred_expression_var = invalid_starred_expression_rule(p))  // invalid_starred_expression
  ------------------
  |  Branch (18947:13): [True: 0, False: 0]
  ------------------
18948|      0|        )
18949|      0|        {
18950|      0|            D(fprintf(stderr, "%*c+ starred_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression"));
18951|      0|            _res = invalid_starred_expression_var;
18952|      0|            goto done;
18953|      0|        }
18954|      0|        p->mark = _mark;
18955|      0|        D(fprintf(stderr, "%*c%s starred_expression[%d-%d]: %s failed!\n", p->level, ' ',
18956|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_starred_expression"));
18957|      0|    }
18958|      2|    _res = NULL;
18959|      2|  done:
18960|      2|    p->level--;
18961|      2|    return _res;
18962|      2|}
parser.c:if_expression_rule:
11698|      8|{
11699|      8|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     16|#  define MAXSTACK 6000
  ------------------
  |  Branch (11699:9): [True: 0, False: 8]
  |  Branch (11699:35): [True: 0, False: 8]
  ------------------
11700|      0|        _Pypegen_stack_overflow(p);
11701|      0|    }
11702|      8|    if (p->error_indicator) {
  ------------------
  |  Branch (11702:9): [True: 0, False: 8]
  ------------------
11703|      0|        p->level--;
11704|      0|        return NULL;
11705|      0|    }
11706|      8|    expr_ty _res = NULL;
11707|      8|    int _mark = p->mark;
11708|      8|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (11708:9): [True: 0, False: 8]
  |  Branch (11708:31): [True: 0, False: 0]
  ------------------
11709|      0|        p->error_indicator = 1;
11710|      0|        p->level--;
11711|      0|        return NULL;
11712|      0|    }
11713|      8|    int _start_lineno = p->tokens[_mark]->lineno;
11714|      8|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
11715|      8|    int _start_col_offset = p->tokens[_mark]->col_offset;
11716|      8|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
11717|      8|    { // disjunction 'if' disjunction 'else' expression
11718|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (11718:13): [True: 0, False: 8]
  ------------------
11719|      0|            p->level--;
11720|      0|            return NULL;
11721|      0|        }
11722|      8|        D(fprintf(stderr, "%*c> if_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' expression"));
11723|      8|        Token * _keyword;
11724|      8|        Token * _keyword_1;
11725|      8|        expr_ty a;
11726|      8|        expr_ty b;
11727|      8|        expr_ty c;
11728|      8|        if (
11729|      8|            (a = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (11729:13): [True: 7, False: 1]
  ------------------
11730|      7|            &&
11731|      7|            (_keyword = _PyPegen_expect_token(p, 698))  // token='if'
  ------------------
  |  Branch (11731:13): [True: 0, False: 7]
  ------------------
11732|      0|            &&
11733|      0|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (11733:13): [True: 0, False: 0]
  ------------------
11734|      0|            &&
11735|      0|            (_keyword_1 = _PyPegen_expect_token(p, 702))  // token='else'
  ------------------
  |  Branch (11735:13): [True: 0, False: 0]
  ------------------
11736|      0|            &&
11737|      0|            (c = expression_rule(p))  // expression
  ------------------
  |  Branch (11737:13): [True: 0, False: 0]
  ------------------
11738|      8|        )
11739|      0|        {
11740|      0|            D(fprintf(stderr, "%*c+ if_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction 'if' disjunction 'else' expression"));
11741|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11742|      0|            if (_token == NULL) {
  ------------------
  |  Branch (11742:17): [True: 0, False: 0]
  ------------------
11743|      0|                p->level--;
11744|      0|                return NULL;
11745|      0|            }
11746|      0|            int _end_lineno = _token->end_lineno;
11747|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
11748|      0|            int _end_col_offset = _token->end_col_offset;
11749|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
11750|      0|            _res = _PyAST_IfExp ( b , a , c , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11751|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11751:18): [True: 0, False: 0]
  |  Branch (11751:34): [True: 0, False: 0]
  |  Branch (11751:57): [True: 0, False: 0]
  ------------------
11752|      0|                p->error_indicator = 1;
11753|      0|                p->level--;
11754|      0|                return NULL;
11755|      0|            }
11756|      0|            goto done;
11757|      0|        }
11758|      8|        p->mark = _mark;
11759|      8|        D(fprintf(stderr, "%*c%s if_expression[%d-%d]: %s failed!\n", p->level, ' ',
11760|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction 'if' disjunction 'else' expression"));
11761|      8|    }
11762|      8|    _res = NULL;
11763|      8|  done:
11764|      8|    p->level--;
11765|      8|    return _res;
11766|      8|}
parser.c:disjunction_rule:
12476|     16|{
12477|     16|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     32|#  define MAXSTACK 6000
  ------------------
  |  Branch (12477:9): [True: 0, False: 16]
  |  Branch (12477:35): [True: 0, False: 16]
  ------------------
12478|      0|        _Pypegen_stack_overflow(p);
12479|      0|    }
12480|     16|    if (p->error_indicator) {
  ------------------
  |  Branch (12480:9): [True: 0, False: 16]
  ------------------
12481|      0|        p->level--;
12482|      0|        return NULL;
12483|      0|    }
12484|     16|    expr_ty _res = NULL;
12485|     16|    if (_PyPegen_is_memoized(p, disjunction_type, &_res)) {
  ------------------
  |  |  209|     16|#define disjunction_type 1120
  ------------------
  |  Branch (12485:9): [True: 8, False: 8]
  ------------------
12486|      8|        p->level--;
12487|      8|        return _res;
12488|      8|    }
12489|      8|    int _mark = p->mark;
12490|      8|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12490:9): [True: 0, False: 8]
  |  Branch (12490:31): [True: 0, False: 0]
  ------------------
12491|      0|        p->error_indicator = 1;
12492|      0|        p->level--;
12493|      0|        return NULL;
12494|      0|    }
12495|      8|    int _start_lineno = p->tokens[_mark]->lineno;
12496|      8|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12497|      8|    int _start_col_offset = p->tokens[_mark]->col_offset;
12498|      8|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12499|      8|    { // conjunction (('or' conjunction))+
12500|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12500:13): [True: 0, False: 8]
  ------------------
12501|      0|            p->level--;
12502|      0|            return NULL;
12503|      0|        }
12504|      8|        D(fprintf(stderr, "%*c> disjunction[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "conjunction (('or' conjunction))+"));
12505|      8|        expr_ty a;
12506|      8|        asdl_seq * b;
12507|      8|        if (
12508|      8|            (a = conjunction_rule(p))  // conjunction
  ------------------
  |  Branch (12508:13): [True: 7, False: 1]
  ------------------
12509|      7|            &&
12510|      7|            (b = _loop1_61_rule(p))  // (('or' conjunction))+
  ------------------
  |  Branch (12510:13): [True: 0, False: 7]
  ------------------
12511|      8|        )
12512|      0|        {
12513|      0|            D(fprintf(stderr, "%*c+ disjunction[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "conjunction (('or' conjunction))+"));
12514|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12515|      0|            if (_token == NULL) {
  ------------------
  |  Branch (12515:17): [True: 0, False: 0]
  ------------------
12516|      0|                p->level--;
12517|      0|                return NULL;
12518|      0|            }
12519|      0|            int _end_lineno = _token->end_lineno;
12520|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12521|      0|            int _end_col_offset = _token->end_col_offset;
12522|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12523|      0|            _res = _PyAST_BoolOp ( Or , CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_BoolOp ( Or , CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12524|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12524:18): [True: 0, False: 0]
  |  Branch (12524:34): [True: 0, False: 0]
  |  Branch (12524:57): [True: 0, False: 0]
  ------------------
12525|      0|                p->error_indicator = 1;
12526|      0|                p->level--;
12527|      0|                return NULL;
12528|      0|            }
12529|      0|            goto done;
12530|      0|        }
12531|      8|        p->mark = _mark;
12532|      8|        D(fprintf(stderr, "%*c%s disjunction[%d-%d]: %s failed!\n", p->level, ' ',
12533|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "conjunction (('or' conjunction))+"));
12534|      8|    }
12535|      0|    { // conjunction
12536|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12536:13): [True: 0, False: 8]
  ------------------
12537|      0|            p->level--;
12538|      0|            return NULL;
12539|      0|        }
12540|      8|        D(fprintf(stderr, "%*c> disjunction[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "conjunction"));
12541|      8|        expr_ty conjunction_var;
12542|      8|        if (
12543|      8|            (conjunction_var = conjunction_rule(p))  // conjunction
  ------------------
  |  Branch (12543:13): [True: 7, False: 1]
  ------------------
12544|      8|        )
12545|      7|        {
12546|      7|            D(fprintf(stderr, "%*c+ disjunction[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "conjunction"));
12547|      7|            _res = conjunction_var;
12548|      7|            goto done;
12549|      7|        }
12550|      1|        p->mark = _mark;
12551|      1|        D(fprintf(stderr, "%*c%s disjunction[%d-%d]: %s failed!\n", p->level, ' ',
12552|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "conjunction"));
12553|      1|    }
12554|      1|    _res = NULL;
12555|      8|  done:
12556|      8|    _PyPegen_insert_memo(p, _mark, disjunction_type, _res);
  ------------------
  |  |  209|      8|#define disjunction_type 1120
  ------------------
12557|      8|    p->level--;
12558|      8|    return _res;
12559|      1|}
parser.c:conjunction_rule:
12564|     16|{
12565|     16|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     32|#  define MAXSTACK 6000
  ------------------
  |  Branch (12565:9): [True: 0, False: 16]
  |  Branch (12565:35): [True: 0, False: 16]
  ------------------
12566|      0|        _Pypegen_stack_overflow(p);
12567|      0|    }
12568|     16|    if (p->error_indicator) {
  ------------------
  |  Branch (12568:9): [True: 0, False: 16]
  ------------------
12569|      0|        p->level--;
12570|      0|        return NULL;
12571|      0|    }
12572|     16|    expr_ty _res = NULL;
12573|     16|    if (_PyPegen_is_memoized(p, conjunction_type, &_res)) {
  ------------------
  |  |  210|     16|#define conjunction_type 1121
  ------------------
  |  Branch (12573:9): [True: 8, False: 8]
  ------------------
12574|      8|        p->level--;
12575|      8|        return _res;
12576|      8|    }
12577|      8|    int _mark = p->mark;
12578|      8|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12578:9): [True: 0, False: 8]
  |  Branch (12578:31): [True: 0, False: 0]
  ------------------
12579|      0|        p->error_indicator = 1;
12580|      0|        p->level--;
12581|      0|        return NULL;
12582|      0|    }
12583|      8|    int _start_lineno = p->tokens[_mark]->lineno;
12584|      8|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12585|      8|    int _start_col_offset = p->tokens[_mark]->col_offset;
12586|      8|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12587|      8|    { // inversion (('and' inversion))+
12588|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12588:13): [True: 0, False: 8]
  ------------------
12589|      0|            p->level--;
12590|      0|            return NULL;
12591|      0|        }
12592|      8|        D(fprintf(stderr, "%*c> conjunction[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "inversion (('and' inversion))+"));
12593|      8|        expr_ty a;
12594|      8|        asdl_seq * b;
12595|      8|        if (
12596|      8|            (a = inversion_rule(p))  // inversion
  ------------------
  |  Branch (12596:13): [True: 7, False: 1]
  ------------------
12597|      7|            &&
12598|      7|            (b = _loop1_62_rule(p))  // (('and' inversion))+
  ------------------
  |  Branch (12598:13): [True: 0, False: 7]
  ------------------
12599|      8|        )
12600|      0|        {
12601|      0|            D(fprintf(stderr, "%*c+ conjunction[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "inversion (('and' inversion))+"));
12602|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12603|      0|            if (_token == NULL) {
  ------------------
  |  Branch (12603:17): [True: 0, False: 0]
  ------------------
12604|      0|                p->level--;
12605|      0|                return NULL;
12606|      0|            }
12607|      0|            int _end_lineno = _token->end_lineno;
12608|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12609|      0|            int _end_col_offset = _token->end_col_offset;
12610|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12611|      0|            _res = _PyAST_BoolOp ( And , CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_BoolOp ( And , CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12612|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12612:18): [True: 0, False: 0]
  |  Branch (12612:34): [True: 0, False: 0]
  |  Branch (12612:57): [True: 0, False: 0]
  ------------------
12613|      0|                p->error_indicator = 1;
12614|      0|                p->level--;
12615|      0|                return NULL;
12616|      0|            }
12617|      0|            goto done;
12618|      0|        }
12619|      8|        p->mark = _mark;
12620|      8|        D(fprintf(stderr, "%*c%s conjunction[%d-%d]: %s failed!\n", p->level, ' ',
12621|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "inversion (('and' inversion))+"));
12622|      8|    }
12623|      0|    { // inversion
12624|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12624:13): [True: 0, False: 8]
  ------------------
12625|      0|            p->level--;
12626|      0|            return NULL;
12627|      0|        }
12628|      8|        D(fprintf(stderr, "%*c> conjunction[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "inversion"));
12629|      8|        expr_ty inversion_var;
12630|      8|        if (
12631|      8|            (inversion_var = inversion_rule(p))  // inversion
  ------------------
  |  Branch (12631:13): [True: 7, False: 1]
  ------------------
12632|      8|        )
12633|      7|        {
12634|      7|            D(fprintf(stderr, "%*c+ conjunction[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "inversion"));
12635|      7|            _res = inversion_var;
12636|      7|            goto done;
12637|      7|        }
12638|      1|        p->mark = _mark;
12639|      1|        D(fprintf(stderr, "%*c%s conjunction[%d-%d]: %s failed!\n", p->level, ' ',
12640|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "inversion"));
12641|      1|    }
12642|      1|    _res = NULL;
12643|      8|  done:
12644|      8|    _PyPegen_insert_memo(p, _mark, conjunction_type, _res);
  ------------------
  |  |  210|      8|#define conjunction_type 1121
  ------------------
12645|      8|    p->level--;
12646|      8|    return _res;
12647|      1|}
parser.c:inversion_rule:
12652|     16|{
12653|     16|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     32|#  define MAXSTACK 6000
  ------------------
  |  Branch (12653:9): [True: 0, False: 16]
  |  Branch (12653:35): [True: 0, False: 16]
  ------------------
12654|      0|        _Pypegen_stack_overflow(p);
12655|      0|    }
12656|     16|    if (p->error_indicator) {
  ------------------
  |  Branch (12656:9): [True: 0, False: 16]
  ------------------
12657|      0|        p->level--;
12658|      0|        return NULL;
12659|      0|    }
12660|     16|    expr_ty _res = NULL;
12661|     16|    if (_PyPegen_is_memoized(p, inversion_type, &_res)) {
  ------------------
  |  |  211|     16|#define inversion_type 1122
  ------------------
  |  Branch (12661:9): [True: 8, False: 8]
  ------------------
12662|      8|        p->level--;
12663|      8|        return _res;
12664|      8|    }
12665|      8|    int _mark = p->mark;
12666|      8|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12666:9): [True: 0, False: 8]
  |  Branch (12666:31): [True: 0, False: 0]
  ------------------
12667|      0|        p->error_indicator = 1;
12668|      0|        p->level--;
12669|      0|        return NULL;
12670|      0|    }
12671|      8|    int _start_lineno = p->tokens[_mark]->lineno;
12672|      8|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12673|      8|    int _start_col_offset = p->tokens[_mark]->col_offset;
12674|      8|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12675|      8|    { // 'not' inversion
12676|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12676:13): [True: 0, False: 8]
  ------------------
12677|      0|            p->level--;
12678|      0|            return NULL;
12679|      0|        }
12680|      8|        D(fprintf(stderr, "%*c> inversion[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'not' inversion"));
12681|      8|        Token * _keyword;
12682|      8|        expr_ty a;
12683|      8|        if (
12684|      8|            (_keyword = _PyPegen_expect_token(p, 719))  // token='not'
  ------------------
  |  Branch (12684:13): [True: 0, False: 8]
  ------------------
12685|      0|            &&
12686|      0|            (a = inversion_rule(p))  // inversion
  ------------------
  |  Branch (12686:13): [True: 0, False: 0]
  ------------------
12687|      8|        )
12688|      0|        {
12689|      0|            D(fprintf(stderr, "%*c+ inversion[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'not' inversion"));
12690|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12691|      0|            if (_token == NULL) {
  ------------------
  |  Branch (12691:17): [True: 0, False: 0]
  ------------------
12692|      0|                p->level--;
12693|      0|                return NULL;
12694|      0|            }
12695|      0|            int _end_lineno = _token->end_lineno;
12696|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12697|      0|            int _end_col_offset = _token->end_col_offset;
12698|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12699|      0|            _res = _PyAST_UnaryOp ( Not , a , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12700|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12700:18): [True: 0, False: 0]
  |  Branch (12700:34): [True: 0, False: 0]
  |  Branch (12700:57): [True: 0, False: 0]
  ------------------
12701|      0|                p->error_indicator = 1;
12702|      0|                p->level--;
12703|      0|                return NULL;
12704|      0|            }
12705|      0|            goto done;
12706|      0|        }
12707|      8|        p->mark = _mark;
12708|      8|        D(fprintf(stderr, "%*c%s inversion[%d-%d]: %s failed!\n", p->level, ' ',
12709|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'not' inversion"));
12710|      8|    }
12711|      0|    { // comparison
12712|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12712:13): [True: 0, False: 8]
  ------------------
12713|      0|            p->level--;
12714|      0|            return NULL;
12715|      0|        }
12716|      8|        D(fprintf(stderr, "%*c> inversion[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "comparison"));
12717|      8|        expr_ty comparison_var;
12718|      8|        if (
12719|      8|            (comparison_var = comparison_rule(p))  // comparison
  ------------------
  |  Branch (12719:13): [True: 7, False: 1]
  ------------------
12720|      8|        )
12721|      7|        {
12722|      7|            D(fprintf(stderr, "%*c+ inversion[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "comparison"));
12723|      7|            _res = comparison_var;
12724|      7|            goto done;
12725|      7|        }
12726|      1|        p->mark = _mark;
12727|      1|        D(fprintf(stderr, "%*c%s inversion[%d-%d]: %s failed!\n", p->level, ' ',
12728|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "comparison"));
12729|      1|    }
12730|      1|    _res = NULL;
12731|      8|  done:
12732|      8|    _PyPegen_insert_memo(p, _mark, inversion_type, _res);
  ------------------
  |  |  211|      8|#define inversion_type 1122
  ------------------
12733|      8|    p->level--;
12734|      8|    return _res;
12735|      1|}
parser.c:comparison_rule:
12740|      8|{
12741|      8|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     16|#  define MAXSTACK 6000
  ------------------
  |  Branch (12741:9): [True: 0, False: 8]
  |  Branch (12741:35): [True: 0, False: 8]
  ------------------
12742|      0|        _Pypegen_stack_overflow(p);
12743|      0|    }
12744|      8|    if (p->error_indicator) {
  ------------------
  |  Branch (12744:9): [True: 0, False: 8]
  ------------------
12745|      0|        p->level--;
12746|      0|        return NULL;
12747|      0|    }
12748|      8|    expr_ty _res = NULL;
12749|      8|    int _mark = p->mark;
12750|      8|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12750:9): [True: 0, False: 8]
  |  Branch (12750:31): [True: 0, False: 0]
  ------------------
12751|      0|        p->error_indicator = 1;
12752|      0|        p->level--;
12753|      0|        return NULL;
12754|      0|    }
12755|      8|    int _start_lineno = p->tokens[_mark]->lineno;
12756|      8|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12757|      8|    int _start_col_offset = p->tokens[_mark]->col_offset;
12758|      8|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12759|      8|    { // bitwise_or compare_op_bitwise_or_pair+
12760|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12760:13): [True: 0, False: 8]
  ------------------
12761|      0|            p->level--;
12762|      0|            return NULL;
12763|      0|        }
12764|      8|        D(fprintf(stderr, "%*c> comparison[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_or compare_op_bitwise_or_pair+"));
12765|      8|        expr_ty a;
12766|      8|        asdl_seq * b;
12767|      8|        if (
12768|      8|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (12768:13): [True: 7, False: 1]
  ------------------
12769|      7|            &&
12770|      7|            (b = _loop1_63_rule(p))  // compare_op_bitwise_or_pair+
  ------------------
  |  Branch (12770:13): [True: 0, False: 7]
  ------------------
12771|      8|        )
12772|      0|        {
12773|      0|            D(fprintf(stderr, "%*c+ comparison[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_or compare_op_bitwise_or_pair+"));
12774|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12775|      0|            if (_token == NULL) {
  ------------------
  |  Branch (12775:17): [True: 0, False: 0]
  ------------------
12776|      0|                p->level--;
12777|      0|                return NULL;
12778|      0|            }
12779|      0|            int _end_lineno = _token->end_lineno;
12780|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12781|      0|            int _end_col_offset = _token->end_col_offset;
12782|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12783|      0|            _res = _PyAST_Compare ( a , CHECK ( asdl_int_seq* , _PyPegen_get_cmpops ( p , b ) ) , CHECK ( asdl_expr_seq* , _PyPegen_get_exprs ( p , b ) ) , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Compare ( a , CHECK ( asdl_int_seq* , _PyPegen_get_cmpops ( p , b ) ) , CHECK ( asdl_expr_seq* , _PyPegen_get_exprs ( p , b ) ) , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Compare ( a , CHECK ( asdl_int_seq* , _PyPegen_get_cmpops ( p , b ) ) , CHECK ( asdl_expr_seq* , _PyPegen_get_exprs ( p , b ) ) , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12784|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12784:18): [True: 0, False: 0]
  |  Branch (12784:34): [True: 0, False: 0]
  |  Branch (12784:57): [True: 0, False: 0]
  ------------------
12785|      0|                p->error_indicator = 1;
12786|      0|                p->level--;
12787|      0|                return NULL;
12788|      0|            }
12789|      0|            goto done;
12790|      0|        }
12791|      8|        p->mark = _mark;
12792|      8|        D(fprintf(stderr, "%*c%s comparison[%d-%d]: %s failed!\n", p->level, ' ',
12793|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_or compare_op_bitwise_or_pair+"));
12794|      8|    }
12795|      0|    { // bitwise_or
12796|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12796:13): [True: 0, False: 8]
  ------------------
12797|      0|            p->level--;
12798|      0|            return NULL;
12799|      0|        }
12800|      8|        D(fprintf(stderr, "%*c> comparison[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "bitwise_or"));
12801|      8|        expr_ty bitwise_or_var;
12802|      8|        if (
12803|      8|            (bitwise_or_var = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (12803:13): [True: 7, False: 1]
  ------------------
12804|      8|        )
12805|      7|        {
12806|      7|            D(fprintf(stderr, "%*c+ comparison[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "bitwise_or"));
12807|      7|            _res = bitwise_or_var;
12808|      7|            goto done;
12809|      7|        }
12810|      1|        p->mark = _mark;
12811|      1|        D(fprintf(stderr, "%*c%s comparison[%d-%d]: %s failed!\n", p->level, ' ',
12812|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "bitwise_or"));
12813|      1|    }
12814|      1|    _res = NULL;
12815|      8|  done:
12816|      8|    p->level--;
12817|      8|    return _res;
12818|      1|}
parser.c:_loop1_63_rule:
32327|      7|{
32328|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (32328:9): [True: 0, False: 7]
  |  Branch (32328:35): [True: 0, False: 7]
  ------------------
32329|      0|        _Pypegen_stack_overflow(p);
32330|      0|    }
32331|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (32331:9): [True: 0, False: 7]
  ------------------
32332|      0|        p->level--;
32333|      0|        return NULL;
32334|      0|    }
32335|      7|    void *_res = NULL;
32336|      7|    int _mark = p->mark;
32337|      7|    void **_children = PyMem_Malloc(sizeof(void *));
32338|      7|    if (!_children) {
  ------------------
  |  Branch (32338:9): [True: 0, False: 7]
  ------------------
32339|      0|        p->error_indicator = 1;
32340|      0|        PyErr_NoMemory();
32341|      0|        p->level--;
32342|      0|        return NULL;
32343|      0|    }
32344|      7|    Py_ssize_t _children_capacity = 1;
32345|      7|    Py_ssize_t _n = 0;
32346|      7|    { // compare_op_bitwise_or_pair
32347|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (32347:13): [True: 0, False: 7]
  ------------------
32348|      0|            p->level--;
32349|      0|            return NULL;
32350|      0|        }
32351|      7|        D(fprintf(stderr, "%*c> _loop1_63[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "compare_op_bitwise_or_pair"));
32352|      7|        CmpopExprPair* compare_op_bitwise_or_pair_var;
32353|      7|        while (
32354|      7|            (compare_op_bitwise_or_pair_var = compare_op_bitwise_or_pair_rule(p))  // compare_op_bitwise_or_pair
  ------------------
  |  Branch (32354:13): [True: 0, False: 7]
  ------------------
32355|      7|        )
32356|      0|        {
32357|      0|            _res = compare_op_bitwise_or_pair_var;
32358|      0|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32358:17): [True: 0, False: 0]
  ------------------
32359|      0|                _children_capacity *= 2;
32360|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32361|      0|                if (!_new_children) {
  ------------------
  |  Branch (32361:21): [True: 0, False: 0]
  ------------------
32362|      0|                    PyMem_Free(_children);
32363|      0|                    p->error_indicator = 1;
32364|      0|                    PyErr_NoMemory();
32365|      0|                    p->level--;
32366|      0|                    return NULL;
32367|      0|                }
32368|      0|                _children = _new_children;
32369|      0|            }
32370|      0|            _children[_n++] = _res;
32371|      0|            _mark = p->mark;
32372|      0|        }
32373|      7|        p->mark = _mark;
32374|      7|        D(fprintf(stderr, "%*c%s _loop1_63[%d-%d]: %s failed!\n", p->level, ' ',
32375|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "compare_op_bitwise_or_pair"));
32376|      7|    }
32377|      7|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (32377:9): [True: 7, False: 0]
  |  Branch (32377:20): [True: 0, False: 0]
  ------------------
32378|      7|        PyMem_Free(_children);
32379|      7|        p->level--;
32380|      7|        return NULL;
32381|      7|    }
32382|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32383|      0|    if (!_seq) {
  ------------------
  |  Branch (32383:9): [True: 0, False: 0]
  ------------------
32384|      0|        PyMem_Free(_children);
32385|      0|        p->error_indicator = 1;
32386|      0|        PyErr_NoMemory();
32387|      0|        p->level--;
32388|      0|        return NULL;
32389|      0|    }
32390|      0|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      0|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32390:28): [True: 0, False: 0]
  ------------------
32391|      0|    PyMem_Free(_children);
32392|      0|    p->level--;
32393|      0|    return _seq;
32394|      0|}
parser.c:compare_op_bitwise_or_pair_rule:
12833|      7|{
12834|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (12834:9): [True: 0, False: 7]
  |  Branch (12834:35): [True: 0, False: 7]
  ------------------
12835|      0|        _Pypegen_stack_overflow(p);
12836|      0|    }
12837|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (12837:9): [True: 0, False: 7]
  ------------------
12838|      0|        p->level--;
12839|      0|        return NULL;
12840|      0|    }
12841|      7|    CmpopExprPair* _res = NULL;
12842|      7|    int _mark = p->mark;
12843|      7|    { // eq_bitwise_or
12844|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (12844:13): [True: 0, False: 7]
  ------------------
12845|      0|            p->level--;
12846|      0|            return NULL;
12847|      0|        }
12848|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "eq_bitwise_or"));
12849|      7|        CmpopExprPair* eq_bitwise_or_var;
12850|      7|        if (
12851|      7|            (eq_bitwise_or_var = eq_bitwise_or_rule(p))  // eq_bitwise_or
  ------------------
  |  Branch (12851:13): [True: 0, False: 7]
  ------------------
12852|      7|        )
12853|      0|        {
12854|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "eq_bitwise_or"));
12855|      0|            _res = eq_bitwise_or_var;
12856|      0|            goto done;
12857|      0|        }
12858|      7|        p->mark = _mark;
12859|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12860|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "eq_bitwise_or"));
12861|      7|    }
12862|      0|    { // noteq_bitwise_or
12863|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (12863:13): [True: 0, False: 7]
  ------------------
12864|      0|            p->level--;
12865|      0|            return NULL;
12866|      0|        }
12867|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "noteq_bitwise_or"));
12868|      7|        CmpopExprPair* noteq_bitwise_or_var;
12869|      7|        if (
12870|      7|            (noteq_bitwise_or_var = noteq_bitwise_or_rule(p))  // noteq_bitwise_or
  ------------------
  |  Branch (12870:13): [True: 0, False: 7]
  ------------------
12871|      7|        )
12872|      0|        {
12873|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "noteq_bitwise_or"));
12874|      0|            _res = noteq_bitwise_or_var;
12875|      0|            goto done;
12876|      0|        }
12877|      7|        p->mark = _mark;
12878|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12879|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "noteq_bitwise_or"));
12880|      7|    }
12881|      0|    { // lte_bitwise_or
12882|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (12882:13): [True: 0, False: 7]
  ------------------
12883|      0|            p->level--;
12884|      0|            return NULL;
12885|      0|        }
12886|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lte_bitwise_or"));
12887|      7|        CmpopExprPair* lte_bitwise_or_var;
12888|      7|        if (
12889|      7|            (lte_bitwise_or_var = lte_bitwise_or_rule(p))  // lte_bitwise_or
  ------------------
  |  Branch (12889:13): [True: 0, False: 7]
  ------------------
12890|      7|        )
12891|      0|        {
12892|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lte_bitwise_or"));
12893|      0|            _res = lte_bitwise_or_var;
12894|      0|            goto done;
12895|      0|        }
12896|      7|        p->mark = _mark;
12897|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12898|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lte_bitwise_or"));
12899|      7|    }
12900|      0|    { // lt_bitwise_or
12901|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (12901:13): [True: 0, False: 7]
  ------------------
12902|      0|            p->level--;
12903|      0|            return NULL;
12904|      0|        }
12905|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lt_bitwise_or"));
12906|      7|        CmpopExprPair* lt_bitwise_or_var;
12907|      7|        if (
12908|      7|            (lt_bitwise_or_var = lt_bitwise_or_rule(p))  // lt_bitwise_or
  ------------------
  |  Branch (12908:13): [True: 0, False: 7]
  ------------------
12909|      7|        )
12910|      0|        {
12911|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lt_bitwise_or"));
12912|      0|            _res = lt_bitwise_or_var;
12913|      0|            goto done;
12914|      0|        }
12915|      7|        p->mark = _mark;
12916|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12917|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lt_bitwise_or"));
12918|      7|    }
12919|      0|    { // gte_bitwise_or
12920|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (12920:13): [True: 0, False: 7]
  ------------------
12921|      0|            p->level--;
12922|      0|            return NULL;
12923|      0|        }
12924|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "gte_bitwise_or"));
12925|      7|        CmpopExprPair* gte_bitwise_or_var;
12926|      7|        if (
12927|      7|            (gte_bitwise_or_var = gte_bitwise_or_rule(p))  // gte_bitwise_or
  ------------------
  |  Branch (12927:13): [True: 0, False: 7]
  ------------------
12928|      7|        )
12929|      0|        {
12930|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "gte_bitwise_or"));
12931|      0|            _res = gte_bitwise_or_var;
12932|      0|            goto done;
12933|      0|        }
12934|      7|        p->mark = _mark;
12935|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12936|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "gte_bitwise_or"));
12937|      7|    }
12938|      0|    { // gt_bitwise_or
12939|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (12939:13): [True: 0, False: 7]
  ------------------
12940|      0|            p->level--;
12941|      0|            return NULL;
12942|      0|        }
12943|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "gt_bitwise_or"));
12944|      7|        CmpopExprPair* gt_bitwise_or_var;
12945|      7|        if (
12946|      7|            (gt_bitwise_or_var = gt_bitwise_or_rule(p))  // gt_bitwise_or
  ------------------
  |  Branch (12946:13): [True: 0, False: 7]
  ------------------
12947|      7|        )
12948|      0|        {
12949|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "gt_bitwise_or"));
12950|      0|            _res = gt_bitwise_or_var;
12951|      0|            goto done;
12952|      0|        }
12953|      7|        p->mark = _mark;
12954|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12955|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "gt_bitwise_or"));
12956|      7|    }
12957|      0|    { // notin_bitwise_or
12958|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (12958:13): [True: 0, False: 7]
  ------------------
12959|      0|            p->level--;
12960|      0|            return NULL;
12961|      0|        }
12962|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "notin_bitwise_or"));
12963|      7|        CmpopExprPair* notin_bitwise_or_var;
12964|      7|        if (
12965|      7|            (notin_bitwise_or_var = notin_bitwise_or_rule(p))  // notin_bitwise_or
  ------------------
  |  Branch (12965:13): [True: 0, False: 7]
  ------------------
12966|      7|        )
12967|      0|        {
12968|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "notin_bitwise_or"));
12969|      0|            _res = notin_bitwise_or_var;
12970|      0|            goto done;
12971|      0|        }
12972|      7|        p->mark = _mark;
12973|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12974|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "notin_bitwise_or"));
12975|      7|    }
12976|      0|    { // in_bitwise_or
12977|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (12977:13): [True: 0, False: 7]
  ------------------
12978|      0|            p->level--;
12979|      0|            return NULL;
12980|      0|        }
12981|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "in_bitwise_or"));
12982|      7|        CmpopExprPair* in_bitwise_or_var;
12983|      7|        if (
12984|      7|            (in_bitwise_or_var = in_bitwise_or_rule(p))  // in_bitwise_or
  ------------------
  |  Branch (12984:13): [True: 0, False: 7]
  ------------------
12985|      7|        )
12986|      0|        {
12987|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "in_bitwise_or"));
12988|      0|            _res = in_bitwise_or_var;
12989|      0|            goto done;
12990|      0|        }
12991|      7|        p->mark = _mark;
12992|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
12993|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "in_bitwise_or"));
12994|      7|    }
12995|      0|    { // isnot_bitwise_or
12996|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (12996:13): [True: 0, False: 7]
  ------------------
12997|      0|            p->level--;
12998|      0|            return NULL;
12999|      0|        }
13000|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "isnot_bitwise_or"));
13001|      7|        CmpopExprPair* isnot_bitwise_or_var;
13002|      7|        if (
13003|      7|            (isnot_bitwise_or_var = isnot_bitwise_or_rule(p))  // isnot_bitwise_or
  ------------------
  |  Branch (13003:13): [True: 0, False: 7]
  ------------------
13004|      7|        )
13005|      0|        {
13006|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "isnot_bitwise_or"));
13007|      0|            _res = isnot_bitwise_or_var;
13008|      0|            goto done;
13009|      0|        }
13010|      7|        p->mark = _mark;
13011|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
13012|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "isnot_bitwise_or"));
13013|      7|    }
13014|      0|    { // is_bitwise_or
13015|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13015:13): [True: 0, False: 7]
  ------------------
13016|      0|            p->level--;
13017|      0|            return NULL;
13018|      0|        }
13019|      7|        D(fprintf(stderr, "%*c> compare_op_bitwise_or_pair[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "is_bitwise_or"));
13020|      7|        CmpopExprPair* is_bitwise_or_var;
13021|      7|        if (
13022|      7|            (is_bitwise_or_var = is_bitwise_or_rule(p))  // is_bitwise_or
  ------------------
  |  Branch (13022:13): [True: 0, False: 7]
  ------------------
13023|      7|        )
13024|      0|        {
13025|      0|            D(fprintf(stderr, "%*c+ compare_op_bitwise_or_pair[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "is_bitwise_or"));
13026|      0|            _res = is_bitwise_or_var;
13027|      0|            goto done;
13028|      0|        }
13029|      7|        p->mark = _mark;
13030|      7|        D(fprintf(stderr, "%*c%s compare_op_bitwise_or_pair[%d-%d]: %s failed!\n", p->level, ' ',
13031|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "is_bitwise_or"));
13032|      7|    }
13033|      7|    _res = NULL;
13034|      7|  done:
13035|      7|    p->level--;
13036|      7|    return _res;
13037|      7|}
parser.c:eq_bitwise_or_rule:
13042|      7|{
13043|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13043:9): [True: 0, False: 7]
  |  Branch (13043:35): [True: 0, False: 7]
  ------------------
13044|      0|        _Pypegen_stack_overflow(p);
13045|      0|    }
13046|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13046:9): [True: 0, False: 7]
  ------------------
13047|      0|        p->level--;
13048|      0|        return NULL;
13049|      0|    }
13050|      7|    CmpopExprPair* _res = NULL;
13051|      7|    int _mark = p->mark;
13052|      7|    { // '==' bitwise_or
13053|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13053:13): [True: 0, False: 7]
  ------------------
13054|      0|            p->level--;
13055|      0|            return NULL;
13056|      0|        }
13057|      7|        D(fprintf(stderr, "%*c> eq_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'==' bitwise_or"));
13058|      7|        Token * _literal;
13059|      7|        expr_ty a;
13060|      7|        if (
13061|      7|            (_literal = _PyPegen_expect_token(p, 27))  // token='=='
  ------------------
  |  Branch (13061:13): [True: 0, False: 7]
  ------------------
13062|      0|            &&
13063|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13063:13): [True: 0, False: 0]
  ------------------
13064|      7|        )
13065|      0|        {
13066|      0|            D(fprintf(stderr, "%*c+ eq_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'==' bitwise_or"));
13067|      0|            _res = _PyPegen_cmpop_expr_pair ( p , Eq , a );
13068|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13068:18): [True: 0, False: 0]
  |  Branch (13068:34): [True: 0, False: 0]
  |  Branch (13068:57): [True: 0, False: 0]
  ------------------
13069|      0|                p->error_indicator = 1;
13070|      0|                p->level--;
13071|      0|                return NULL;
13072|      0|            }
13073|      0|            goto done;
13074|      0|        }
13075|      7|        p->mark = _mark;
13076|      7|        D(fprintf(stderr, "%*c%s eq_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13077|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'==' bitwise_or"));
13078|      7|    }
13079|      7|    _res = NULL;
13080|      7|  done:
13081|      7|    p->level--;
13082|      7|    return _res;
13083|      7|}
parser.c:noteq_bitwise_or_rule:
13088|      7|{
13089|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13089:9): [True: 0, False: 7]
  |  Branch (13089:35): [True: 0, False: 7]
  ------------------
13090|      0|        _Pypegen_stack_overflow(p);
13091|      0|    }
13092|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13092:9): [True: 0, False: 7]
  ------------------
13093|      0|        p->level--;
13094|      0|        return NULL;
13095|      0|    }
13096|      7|    CmpopExprPair* _res = NULL;
13097|      7|    int _mark = p->mark;
13098|      7|    { // ('!=') bitwise_or
13099|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13099:13): [True: 0, False: 7]
  ------------------
13100|      0|            p->level--;
13101|      0|            return NULL;
13102|      0|        }
13103|      7|        D(fprintf(stderr, "%*c> noteq_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('!=') bitwise_or"));
13104|      7|        void *_tmp_64_var;
13105|      7|        expr_ty a;
13106|      7|        if (
13107|      7|            (_tmp_64_var = _tmp_64_rule(p))  // '!='
  ------------------
  |  Branch (13107:13): [True: 0, False: 7]
  ------------------
13108|      0|            &&
13109|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13109:13): [True: 0, False: 0]
  ------------------
13110|      7|        )
13111|      0|        {
13112|      0|            D(fprintf(stderr, "%*c+ noteq_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "('!=') bitwise_or"));
13113|      0|            _res = _PyPegen_cmpop_expr_pair ( p , NotEq , a );
13114|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13114:18): [True: 0, False: 0]
  |  Branch (13114:34): [True: 0, False: 0]
  |  Branch (13114:57): [True: 0, False: 0]
  ------------------
13115|      0|                p->error_indicator = 1;
13116|      0|                p->level--;
13117|      0|                return NULL;
13118|      0|            }
13119|      0|            goto done;
13120|      0|        }
13121|      7|        p->mark = _mark;
13122|      7|        D(fprintf(stderr, "%*c%s noteq_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13123|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('!=') bitwise_or"));
13124|      7|    }
13125|      7|    _res = NULL;
13126|      7|  done:
13127|      7|    p->level--;
13128|      7|    return _res;
13129|      7|}
parser.c:_tmp_64_rule:
32399|      7|{
32400|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (32400:9): [True: 0, False: 7]
  |  Branch (32400:35): [True: 0, False: 7]
  ------------------
32401|      0|        _Pypegen_stack_overflow(p);
32402|      0|    }
32403|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (32403:9): [True: 0, False: 7]
  ------------------
32404|      0|        p->level--;
32405|      0|        return NULL;
32406|      0|    }
32407|      7|    void * _res = NULL;
32408|      7|    int _mark = p->mark;
32409|      7|    { // '!='
32410|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (32410:13): [True: 0, False: 7]
  ------------------
32411|      0|            p->level--;
32412|      0|            return NULL;
32413|      0|        }
32414|      7|        D(fprintf(stderr, "%*c> _tmp_64[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'!='"));
32415|      7|        Token * tok;
32416|      7|        if (
32417|      7|            (tok = _PyPegen_expect_token(p, 28))  // token='!='
  ------------------
  |  Branch (32417:13): [True: 0, False: 7]
  ------------------
32418|      7|        )
32419|      0|        {
32420|      0|            D(fprintf(stderr, "%*c+ _tmp_64[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'!='"));
32421|      0|            _res = _PyPegen_check_barry_as_flufl ( p , tok ) ? NULL : tok;
  ------------------
  |  Branch (32421:20): [True: 0, False: 0]
  ------------------
32422|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (32422:18): [True: 0, False: 0]
  |  Branch (32422:34): [True: 0, False: 0]
  |  Branch (32422:57): [True: 0, False: 0]
  ------------------
32423|      0|                p->error_indicator = 1;
32424|      0|                p->level--;
32425|      0|                return NULL;
32426|      0|            }
32427|      0|            goto done;
32428|      0|        }
32429|      7|        p->mark = _mark;
32430|      7|        D(fprintf(stderr, "%*c%s _tmp_64[%d-%d]: %s failed!\n", p->level, ' ',
32431|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'!='"));
32432|      7|    }
32433|      7|    _res = NULL;
32434|      7|  done:
32435|      7|    p->level--;
32436|      7|    return _res;
32437|      7|}
parser.c:lte_bitwise_or_rule:
13134|      7|{
13135|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13135:9): [True: 0, False: 7]
  |  Branch (13135:35): [True: 0, False: 7]
  ------------------
13136|      0|        _Pypegen_stack_overflow(p);
13137|      0|    }
13138|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13138:9): [True: 0, False: 7]
  ------------------
13139|      0|        p->level--;
13140|      0|        return NULL;
13141|      0|    }
13142|      7|    CmpopExprPair* _res = NULL;
13143|      7|    int _mark = p->mark;
13144|      7|    { // '<=' bitwise_or
13145|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13145:13): [True: 0, False: 7]
  ------------------
13146|      0|            p->level--;
13147|      0|            return NULL;
13148|      0|        }
13149|      7|        D(fprintf(stderr, "%*c> lte_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'<=' bitwise_or"));
13150|      7|        Token * _literal;
13151|      7|        expr_ty a;
13152|      7|        if (
13153|      7|            (_literal = _PyPegen_expect_token(p, 29))  // token='<='
  ------------------
  |  Branch (13153:13): [True: 0, False: 7]
  ------------------
13154|      0|            &&
13155|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13155:13): [True: 0, False: 0]
  ------------------
13156|      7|        )
13157|      0|        {
13158|      0|            D(fprintf(stderr, "%*c+ lte_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'<=' bitwise_or"));
13159|      0|            _res = _PyPegen_cmpop_expr_pair ( p , LtE , a );
13160|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13160:18): [True: 0, False: 0]
  |  Branch (13160:34): [True: 0, False: 0]
  |  Branch (13160:57): [True: 0, False: 0]
  ------------------
13161|      0|                p->error_indicator = 1;
13162|      0|                p->level--;
13163|      0|                return NULL;
13164|      0|            }
13165|      0|            goto done;
13166|      0|        }
13167|      7|        p->mark = _mark;
13168|      7|        D(fprintf(stderr, "%*c%s lte_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13169|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'<=' bitwise_or"));
13170|      7|    }
13171|      7|    _res = NULL;
13172|      7|  done:
13173|      7|    p->level--;
13174|      7|    return _res;
13175|      7|}
parser.c:lt_bitwise_or_rule:
13180|      7|{
13181|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13181:9): [True: 0, False: 7]
  |  Branch (13181:35): [True: 0, False: 7]
  ------------------
13182|      0|        _Pypegen_stack_overflow(p);
13183|      0|    }
13184|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13184:9): [True: 0, False: 7]
  ------------------
13185|      0|        p->level--;
13186|      0|        return NULL;
13187|      0|    }
13188|      7|    CmpopExprPair* _res = NULL;
13189|      7|    int _mark = p->mark;
13190|      7|    { // '<' bitwise_or
13191|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13191:13): [True: 0, False: 7]
  ------------------
13192|      0|            p->level--;
13193|      0|            return NULL;
13194|      0|        }
13195|      7|        D(fprintf(stderr, "%*c> lt_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'<' bitwise_or"));
13196|      7|        Token * _literal;
13197|      7|        expr_ty a;
13198|      7|        if (
13199|      7|            (_literal = _PyPegen_expect_token(p, 20))  // token='<'
  ------------------
  |  Branch (13199:13): [True: 0, False: 7]
  ------------------
13200|      0|            &&
13201|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13201:13): [True: 0, False: 0]
  ------------------
13202|      7|        )
13203|      0|        {
13204|      0|            D(fprintf(stderr, "%*c+ lt_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'<' bitwise_or"));
13205|      0|            _res = _PyPegen_cmpop_expr_pair ( p , Lt , a );
13206|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13206:18): [True: 0, False: 0]
  |  Branch (13206:34): [True: 0, False: 0]
  |  Branch (13206:57): [True: 0, False: 0]
  ------------------
13207|      0|                p->error_indicator = 1;
13208|      0|                p->level--;
13209|      0|                return NULL;
13210|      0|            }
13211|      0|            goto done;
13212|      0|        }
13213|      7|        p->mark = _mark;
13214|      7|        D(fprintf(stderr, "%*c%s lt_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13215|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'<' bitwise_or"));
13216|      7|    }
13217|      7|    _res = NULL;
13218|      7|  done:
13219|      7|    p->level--;
13220|      7|    return _res;
13221|      7|}
parser.c:gte_bitwise_or_rule:
13226|      7|{
13227|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13227:9): [True: 0, False: 7]
  |  Branch (13227:35): [True: 0, False: 7]
  ------------------
13228|      0|        _Pypegen_stack_overflow(p);
13229|      0|    }
13230|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13230:9): [True: 0, False: 7]
  ------------------
13231|      0|        p->level--;
13232|      0|        return NULL;
13233|      0|    }
13234|      7|    CmpopExprPair* _res = NULL;
13235|      7|    int _mark = p->mark;
13236|      7|    { // '>=' bitwise_or
13237|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13237:13): [True: 0, False: 7]
  ------------------
13238|      0|            p->level--;
13239|      0|            return NULL;
13240|      0|        }
13241|      7|        D(fprintf(stderr, "%*c> gte_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'>=' bitwise_or"));
13242|      7|        Token * _literal;
13243|      7|        expr_ty a;
13244|      7|        if (
13245|      7|            (_literal = _PyPegen_expect_token(p, 30))  // token='>='
  ------------------
  |  Branch (13245:13): [True: 0, False: 7]
  ------------------
13246|      0|            &&
13247|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13247:13): [True: 0, False: 0]
  ------------------
13248|      7|        )
13249|      0|        {
13250|      0|            D(fprintf(stderr, "%*c+ gte_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'>=' bitwise_or"));
13251|      0|            _res = _PyPegen_cmpop_expr_pair ( p , GtE , a );
13252|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13252:18): [True: 0, False: 0]
  |  Branch (13252:34): [True: 0, False: 0]
  |  Branch (13252:57): [True: 0, False: 0]
  ------------------
13253|      0|                p->error_indicator = 1;
13254|      0|                p->level--;
13255|      0|                return NULL;
13256|      0|            }
13257|      0|            goto done;
13258|      0|        }
13259|      7|        p->mark = _mark;
13260|      7|        D(fprintf(stderr, "%*c%s gte_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13261|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'>=' bitwise_or"));
13262|      7|    }
13263|      7|    _res = NULL;
13264|      7|  done:
13265|      7|    p->level--;
13266|      7|    return _res;
13267|      7|}
parser.c:gt_bitwise_or_rule:
13272|      7|{
13273|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13273:9): [True: 0, False: 7]
  |  Branch (13273:35): [True: 0, False: 7]
  ------------------
13274|      0|        _Pypegen_stack_overflow(p);
13275|      0|    }
13276|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13276:9): [True: 0, False: 7]
  ------------------
13277|      0|        p->level--;
13278|      0|        return NULL;
13279|      0|    }
13280|      7|    CmpopExprPair* _res = NULL;
13281|      7|    int _mark = p->mark;
13282|      7|    { // '>' bitwise_or
13283|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13283:13): [True: 0, False: 7]
  ------------------
13284|      0|            p->level--;
13285|      0|            return NULL;
13286|      0|        }
13287|      7|        D(fprintf(stderr, "%*c> gt_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'>' bitwise_or"));
13288|      7|        Token * _literal;
13289|      7|        expr_ty a;
13290|      7|        if (
13291|      7|            (_literal = _PyPegen_expect_token(p, 21))  // token='>'
  ------------------
  |  Branch (13291:13): [True: 0, False: 7]
  ------------------
13292|      0|            &&
13293|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13293:13): [True: 0, False: 0]
  ------------------
13294|      7|        )
13295|      0|        {
13296|      0|            D(fprintf(stderr, "%*c+ gt_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'>' bitwise_or"));
13297|      0|            _res = _PyPegen_cmpop_expr_pair ( p , Gt , a );
13298|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13298:18): [True: 0, False: 0]
  |  Branch (13298:34): [True: 0, False: 0]
  |  Branch (13298:57): [True: 0, False: 0]
  ------------------
13299|      0|                p->error_indicator = 1;
13300|      0|                p->level--;
13301|      0|                return NULL;
13302|      0|            }
13303|      0|            goto done;
13304|      0|        }
13305|      7|        p->mark = _mark;
13306|      7|        D(fprintf(stderr, "%*c%s gt_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13307|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'>' bitwise_or"));
13308|      7|    }
13309|      7|    _res = NULL;
13310|      7|  done:
13311|      7|    p->level--;
13312|      7|    return _res;
13313|      7|}
parser.c:notin_bitwise_or_rule:
13318|      7|{
13319|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13319:9): [True: 0, False: 7]
  |  Branch (13319:35): [True: 0, False: 7]
  ------------------
13320|      0|        _Pypegen_stack_overflow(p);
13321|      0|    }
13322|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13322:9): [True: 0, False: 7]
  ------------------
13323|      0|        p->level--;
13324|      0|        return NULL;
13325|      0|    }
13326|      7|    CmpopExprPair* _res = NULL;
13327|      7|    int _mark = p->mark;
13328|      7|    { // 'not' 'in' bitwise_or
13329|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13329:13): [True: 0, False: 7]
  ------------------
13330|      0|            p->level--;
13331|      0|            return NULL;
13332|      0|        }
13333|      7|        D(fprintf(stderr, "%*c> notin_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'not' 'in' bitwise_or"));
13334|      7|        Token * _keyword;
13335|      7|        Token * _keyword_1;
13336|      7|        expr_ty a;
13337|      7|        if (
13338|      7|            (_keyword = _PyPegen_expect_token(p, 719))  // token='not'
  ------------------
  |  Branch (13338:13): [True: 0, False: 7]
  ------------------
13339|      0|            &&
13340|      0|            (_keyword_1 = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (13340:13): [True: 0, False: 0]
  ------------------
13341|      0|            &&
13342|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13342:13): [True: 0, False: 0]
  ------------------
13343|      7|        )
13344|      0|        {
13345|      0|            D(fprintf(stderr, "%*c+ notin_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'not' 'in' bitwise_or"));
13346|      0|            _res = _PyPegen_cmpop_expr_pair ( p , NotIn , a );
13347|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13347:18): [True: 0, False: 0]
  |  Branch (13347:34): [True: 0, False: 0]
  |  Branch (13347:57): [True: 0, False: 0]
  ------------------
13348|      0|                p->error_indicator = 1;
13349|      0|                p->level--;
13350|      0|                return NULL;
13351|      0|            }
13352|      0|            goto done;
13353|      0|        }
13354|      7|        p->mark = _mark;
13355|      7|        D(fprintf(stderr, "%*c%s notin_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13356|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'not' 'in' bitwise_or"));
13357|      7|    }
13358|      7|    _res = NULL;
13359|      7|  done:
13360|      7|    p->level--;
13361|      7|    return _res;
13362|      7|}
parser.c:in_bitwise_or_rule:
13367|      7|{
13368|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13368:9): [True: 0, False: 7]
  |  Branch (13368:35): [True: 0, False: 7]
  ------------------
13369|      0|        _Pypegen_stack_overflow(p);
13370|      0|    }
13371|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13371:9): [True: 0, False: 7]
  ------------------
13372|      0|        p->level--;
13373|      0|        return NULL;
13374|      0|    }
13375|      7|    CmpopExprPair* _res = NULL;
13376|      7|    int _mark = p->mark;
13377|      7|    { // 'in' bitwise_or
13378|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13378:13): [True: 0, False: 7]
  ------------------
13379|      0|            p->level--;
13380|      0|            return NULL;
13381|      0|        }
13382|      7|        D(fprintf(stderr, "%*c> in_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'in' bitwise_or"));
13383|      7|        Token * _keyword;
13384|      7|        expr_ty a;
13385|      7|        if (
13386|      7|            (_keyword = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (13386:13): [True: 0, False: 7]
  ------------------
13387|      0|            &&
13388|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13388:13): [True: 0, False: 0]
  ------------------
13389|      7|        )
13390|      0|        {
13391|      0|            D(fprintf(stderr, "%*c+ in_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'in' bitwise_or"));
13392|      0|            _res = _PyPegen_cmpop_expr_pair ( p , In , a );
13393|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13393:18): [True: 0, False: 0]
  |  Branch (13393:34): [True: 0, False: 0]
  |  Branch (13393:57): [True: 0, False: 0]
  ------------------
13394|      0|                p->error_indicator = 1;
13395|      0|                p->level--;
13396|      0|                return NULL;
13397|      0|            }
13398|      0|            goto done;
13399|      0|        }
13400|      7|        p->mark = _mark;
13401|      7|        D(fprintf(stderr, "%*c%s in_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13402|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'in' bitwise_or"));
13403|      7|    }
13404|      7|    _res = NULL;
13405|      7|  done:
13406|      7|    p->level--;
13407|      7|    return _res;
13408|      7|}
parser.c:isnot_bitwise_or_rule:
13413|      7|{
13414|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13414:9): [True: 0, False: 7]
  |  Branch (13414:35): [True: 0, False: 7]
  ------------------
13415|      0|        _Pypegen_stack_overflow(p);
13416|      0|    }
13417|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13417:9): [True: 0, False: 7]
  ------------------
13418|      0|        p->level--;
13419|      0|        return NULL;
13420|      0|    }
13421|      7|    CmpopExprPair* _res = NULL;
13422|      7|    int _mark = p->mark;
13423|      7|    { // 'is' 'not' bitwise_or
13424|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13424:13): [True: 0, False: 7]
  ------------------
13425|      0|            p->level--;
13426|      0|            return NULL;
13427|      0|        }
13428|      7|        D(fprintf(stderr, "%*c> isnot_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'is' 'not' bitwise_or"));
13429|      7|        Token * _keyword;
13430|      7|        Token * _keyword_1;
13431|      7|        expr_ty a;
13432|      7|        if (
13433|      7|            (_keyword = _PyPegen_expect_token(p, 597))  // token='is'
  ------------------
  |  Branch (13433:13): [True: 0, False: 7]
  ------------------
13434|      0|            &&
13435|      0|            (_keyword_1 = _PyPegen_expect_token(p, 719))  // token='not'
  ------------------
  |  Branch (13435:13): [True: 0, False: 0]
  ------------------
13436|      0|            &&
13437|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13437:13): [True: 0, False: 0]
  ------------------
13438|      7|        )
13439|      0|        {
13440|      0|            D(fprintf(stderr, "%*c+ isnot_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'is' 'not' bitwise_or"));
13441|      0|            _res = _PyPegen_cmpop_expr_pair ( p , IsNot , a );
13442|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13442:18): [True: 0, False: 0]
  |  Branch (13442:34): [True: 0, False: 0]
  |  Branch (13442:57): [True: 0, False: 0]
  ------------------
13443|      0|                p->error_indicator = 1;
13444|      0|                p->level--;
13445|      0|                return NULL;
13446|      0|            }
13447|      0|            goto done;
13448|      0|        }
13449|      7|        p->mark = _mark;
13450|      7|        D(fprintf(stderr, "%*c%s isnot_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13451|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'is' 'not' bitwise_or"));
13452|      7|    }
13453|      7|    _res = NULL;
13454|      7|  done:
13455|      7|    p->level--;
13456|      7|    return _res;
13457|      7|}
parser.c:is_bitwise_or_rule:
13462|      7|{
13463|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (13463:9): [True: 0, False: 7]
  |  Branch (13463:35): [True: 0, False: 7]
  ------------------
13464|      0|        _Pypegen_stack_overflow(p);
13465|      0|    }
13466|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (13466:9): [True: 0, False: 7]
  ------------------
13467|      0|        p->level--;
13468|      0|        return NULL;
13469|      0|    }
13470|      7|    CmpopExprPair* _res = NULL;
13471|      7|    int _mark = p->mark;
13472|      7|    { // 'is' bitwise_or
13473|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (13473:13): [True: 0, False: 7]
  ------------------
13474|      0|            p->level--;
13475|      0|            return NULL;
13476|      0|        }
13477|      7|        D(fprintf(stderr, "%*c> is_bitwise_or[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'is' bitwise_or"));
13478|      7|        Token * _keyword;
13479|      7|        expr_ty a;
13480|      7|        if (
13481|      7|            (_keyword = _PyPegen_expect_token(p, 597))  // token='is'
  ------------------
  |  Branch (13481:13): [True: 0, False: 7]
  ------------------
13482|      0|            &&
13483|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (13483:13): [True: 0, False: 0]
  ------------------
13484|      7|        )
13485|      0|        {
13486|      0|            D(fprintf(stderr, "%*c+ is_bitwise_or[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'is' bitwise_or"));
13487|      0|            _res = _PyPegen_cmpop_expr_pair ( p , Is , a );
13488|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (13488:18): [True: 0, False: 0]
  |  Branch (13488:34): [True: 0, False: 0]
  |  Branch (13488:57): [True: 0, False: 0]
  ------------------
13489|      0|                p->error_indicator = 1;
13490|      0|                p->level--;
13491|      0|                return NULL;
13492|      0|            }
13493|      0|            goto done;
13494|      0|        }
13495|      7|        p->mark = _mark;
13496|      7|        D(fprintf(stderr, "%*c%s is_bitwise_or[%d-%d]: %s failed!\n", p->level, ' ',
13497|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'is' bitwise_or"));
13498|      7|    }
13499|      7|    _res = NULL;
13500|      7|  done:
13501|      7|    p->level--;
13502|      7|    return _res;
13503|      7|}
parser.c:_loop1_62_rule:
32255|      7|{
32256|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (32256:9): [True: 0, False: 7]
  |  Branch (32256:35): [True: 0, False: 7]
  ------------------
32257|      0|        _Pypegen_stack_overflow(p);
32258|      0|    }
32259|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (32259:9): [True: 0, False: 7]
  ------------------
32260|      0|        p->level--;
32261|      0|        return NULL;
32262|      0|    }
32263|      7|    void *_res = NULL;
32264|      7|    int _mark = p->mark;
32265|      7|    void **_children = PyMem_Malloc(sizeof(void *));
32266|      7|    if (!_children) {
  ------------------
  |  Branch (32266:9): [True: 0, False: 7]
  ------------------
32267|      0|        p->error_indicator = 1;
32268|      0|        PyErr_NoMemory();
32269|      0|        p->level--;
32270|      0|        return NULL;
32271|      0|    }
32272|      7|    Py_ssize_t _children_capacity = 1;
32273|      7|    Py_ssize_t _n = 0;
32274|      7|    { // ('and' inversion)
32275|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (32275:13): [True: 0, False: 7]
  ------------------
32276|      0|            p->level--;
32277|      0|            return NULL;
32278|      0|        }
32279|      7|        D(fprintf(stderr, "%*c> _loop1_62[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('and' inversion)"));
32280|      7|        void *_tmp_164_var;
32281|      7|        while (
32282|      7|            (_tmp_164_var = _tmp_164_rule(p))  // 'and' inversion
  ------------------
  |  Branch (32282:13): [True: 0, False: 7]
  ------------------
32283|      7|        )
32284|      0|        {
32285|      0|            _res = _tmp_164_var;
32286|      0|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32286:17): [True: 0, False: 0]
  ------------------
32287|      0|                _children_capacity *= 2;
32288|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32289|      0|                if (!_new_children) {
  ------------------
  |  Branch (32289:21): [True: 0, False: 0]
  ------------------
32290|      0|                    PyMem_Free(_children);
32291|      0|                    p->error_indicator = 1;
32292|      0|                    PyErr_NoMemory();
32293|      0|                    p->level--;
32294|      0|                    return NULL;
32295|      0|                }
32296|      0|                _children = _new_children;
32297|      0|            }
32298|      0|            _children[_n++] = _res;
32299|      0|            _mark = p->mark;
32300|      0|        }
32301|      7|        p->mark = _mark;
32302|      7|        D(fprintf(stderr, "%*c%s _loop1_62[%d-%d]: %s failed!\n", p->level, ' ',
32303|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('and' inversion)"));
32304|      7|    }
32305|      7|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (32305:9): [True: 7, False: 0]
  |  Branch (32305:20): [True: 0, False: 0]
  ------------------
32306|      7|        PyMem_Free(_children);
32307|      7|        p->level--;
32308|      7|        return NULL;
32309|      7|    }
32310|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32311|      0|    if (!_seq) {
  ------------------
  |  Branch (32311:9): [True: 0, False: 0]
  ------------------
32312|      0|        PyMem_Free(_children);
32313|      0|        p->error_indicator = 1;
32314|      0|        PyErr_NoMemory();
32315|      0|        p->level--;
32316|      0|        return NULL;
32317|      0|    }
32318|      0|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      0|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32318:28): [True: 0, False: 0]
  ------------------
32319|      0|    PyMem_Free(_children);
32320|      0|    p->level--;
32321|      0|    return _seq;
32322|      0|}
parser.c:_tmp_164_rule:
38534|      7|{
38535|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (38535:9): [True: 0, False: 7]
  |  Branch (38535:35): [True: 0, False: 7]
  ------------------
38536|      0|        _Pypegen_stack_overflow(p);
38537|      0|    }
38538|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (38538:9): [True: 0, False: 7]
  ------------------
38539|      0|        p->level--;
38540|      0|        return NULL;
38541|      0|    }
38542|      7|    void * _res = NULL;
38543|      7|    int _mark = p->mark;
38544|      7|    { // 'and' inversion
38545|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (38545:13): [True: 0, False: 7]
  ------------------
38546|      0|            p->level--;
38547|      0|            return NULL;
38548|      0|        }
38549|      7|        D(fprintf(stderr, "%*c> _tmp_164[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'and' inversion"));
38550|      7|        Token * _keyword;
38551|      7|        expr_ty c;
38552|      7|        if (
38553|      7|            (_keyword = _PyPegen_expect_token(p, 590))  // token='and'
  ------------------
  |  Branch (38553:13): [True: 0, False: 7]
  ------------------
38554|      0|            &&
38555|      0|            (c = inversion_rule(p))  // inversion
  ------------------
  |  Branch (38555:13): [True: 0, False: 0]
  ------------------
38556|      7|        )
38557|      0|        {
38558|      0|            D(fprintf(stderr, "%*c+ _tmp_164[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'and' inversion"));
38559|      0|            _res = c;
38560|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (38560:18): [True: 0, False: 0]
  |  Branch (38560:34): [True: 0, False: 0]
  |  Branch (38560:57): [True: 0, False: 0]
  ------------------
38561|      0|                p->error_indicator = 1;
38562|      0|                p->level--;
38563|      0|                return NULL;
38564|      0|            }
38565|      0|            goto done;
38566|      0|        }
38567|      7|        p->mark = _mark;
38568|      7|        D(fprintf(stderr, "%*c%s _tmp_164[%d-%d]: %s failed!\n", p->level, ' ',
38569|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'and' inversion"));
38570|      7|    }
38571|      7|    _res = NULL;
38572|      7|  done:
38573|      7|    p->level--;
38574|      7|    return _res;
38575|      7|}
parser.c:_loop1_61_rule:
32183|      7|{
32184|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (32184:9): [True: 0, False: 7]
  |  Branch (32184:35): [True: 0, False: 7]
  ------------------
32185|      0|        _Pypegen_stack_overflow(p);
32186|      0|    }
32187|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (32187:9): [True: 0, False: 7]
  ------------------
32188|      0|        p->level--;
32189|      0|        return NULL;
32190|      0|    }
32191|      7|    void *_res = NULL;
32192|      7|    int _mark = p->mark;
32193|      7|    void **_children = PyMem_Malloc(sizeof(void *));
32194|      7|    if (!_children) {
  ------------------
  |  Branch (32194:9): [True: 0, False: 7]
  ------------------
32195|      0|        p->error_indicator = 1;
32196|      0|        PyErr_NoMemory();
32197|      0|        p->level--;
32198|      0|        return NULL;
32199|      0|    }
32200|      7|    Py_ssize_t _children_capacity = 1;
32201|      7|    Py_ssize_t _n = 0;
32202|      7|    { // ('or' conjunction)
32203|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (32203:13): [True: 0, False: 7]
  ------------------
32204|      0|            p->level--;
32205|      0|            return NULL;
32206|      0|        }
32207|      7|        D(fprintf(stderr, "%*c> _loop1_61[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "('or' conjunction)"));
32208|      7|        void *_tmp_163_var;
32209|      7|        while (
32210|      7|            (_tmp_163_var = _tmp_163_rule(p))  // 'or' conjunction
  ------------------
  |  Branch (32210:13): [True: 0, False: 7]
  ------------------
32211|      7|        )
32212|      0|        {
32213|      0|            _res = _tmp_163_var;
32214|      0|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32214:17): [True: 0, False: 0]
  ------------------
32215|      0|                _children_capacity *= 2;
32216|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32217|      0|                if (!_new_children) {
  ------------------
  |  Branch (32217:21): [True: 0, False: 0]
  ------------------
32218|      0|                    PyMem_Free(_children);
32219|      0|                    p->error_indicator = 1;
32220|      0|                    PyErr_NoMemory();
32221|      0|                    p->level--;
32222|      0|                    return NULL;
32223|      0|                }
32224|      0|                _children = _new_children;
32225|      0|            }
32226|      0|            _children[_n++] = _res;
32227|      0|            _mark = p->mark;
32228|      0|        }
32229|      7|        p->mark = _mark;
32230|      7|        D(fprintf(stderr, "%*c%s _loop1_61[%d-%d]: %s failed!\n", p->level, ' ',
32231|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "('or' conjunction)"));
32232|      7|    }
32233|      7|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (32233:9): [True: 7, False: 0]
  |  Branch (32233:20): [True: 0, False: 0]
  ------------------
32234|      7|        PyMem_Free(_children);
32235|      7|        p->level--;
32236|      7|        return NULL;
32237|      7|    }
32238|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32239|      0|    if (!_seq) {
  ------------------
  |  Branch (32239:9): [True: 0, False: 0]
  ------------------
32240|      0|        PyMem_Free(_children);
32241|      0|        p->error_indicator = 1;
32242|      0|        PyErr_NoMemory();
32243|      0|        p->level--;
32244|      0|        return NULL;
32245|      0|    }
32246|      0|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      0|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32246:28): [True: 0, False: 0]
  ------------------
32247|      0|    PyMem_Free(_children);
32248|      0|    p->level--;
32249|      0|    return _seq;
32250|      0|}
parser.c:_tmp_163_rule:
38488|      7|{
38489|      7|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     14|#  define MAXSTACK 6000
  ------------------
  |  Branch (38489:9): [True: 0, False: 7]
  |  Branch (38489:35): [True: 0, False: 7]
  ------------------
38490|      0|        _Pypegen_stack_overflow(p);
38491|      0|    }
38492|      7|    if (p->error_indicator) {
  ------------------
  |  Branch (38492:9): [True: 0, False: 7]
  ------------------
38493|      0|        p->level--;
38494|      0|        return NULL;
38495|      0|    }
38496|      7|    void * _res = NULL;
38497|      7|    int _mark = p->mark;
38498|      7|    { // 'or' conjunction
38499|      7|        if (p->error_indicator) {
  ------------------
  |  Branch (38499:13): [True: 0, False: 7]
  ------------------
38500|      0|            p->level--;
38501|      0|            return NULL;
38502|      0|        }
38503|      7|        D(fprintf(stderr, "%*c> _tmp_163[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'or' conjunction"));
38504|      7|        Token * _keyword;
38505|      7|        expr_ty c;
38506|      7|        if (
38507|      7|            (_keyword = _PyPegen_expect_token(p, 589))  // token='or'
  ------------------
  |  Branch (38507:13): [True: 0, False: 7]
  ------------------
38508|      0|            &&
38509|      0|            (c = conjunction_rule(p))  // conjunction
  ------------------
  |  Branch (38509:13): [True: 0, False: 0]
  ------------------
38510|      7|        )
38511|      0|        {
38512|      0|            D(fprintf(stderr, "%*c+ _tmp_163[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'or' conjunction"));
38513|      0|            _res = c;
38514|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (38514:18): [True: 0, False: 0]
  |  Branch (38514:34): [True: 0, False: 0]
  |  Branch (38514:57): [True: 0, False: 0]
  ------------------
38515|      0|                p->error_indicator = 1;
38516|      0|                p->level--;
38517|      0|                return NULL;
38518|      0|            }
38519|      0|            goto done;
38520|      0|        }
38521|      7|        p->mark = _mark;
38522|      7|        D(fprintf(stderr, "%*c%s _tmp_163[%d-%d]: %s failed!\n", p->level, ' ',
38523|      7|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'or' conjunction"));
38524|      7|    }
38525|      7|    _res = NULL;
38526|      7|  done:
38527|      7|    p->level--;
38528|      7|    return _res;
38529|      7|}
parser.c:for_if_clauses_rule:
18023|      3|{
18024|      3|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      6|#  define MAXSTACK 6000
  ------------------
  |  Branch (18024:9): [True: 0, False: 3]
  |  Branch (18024:35): [True: 0, False: 3]
  ------------------
18025|      0|        _Pypegen_stack_overflow(p);
18026|      0|    }
18027|      3|    if (p->error_indicator) {
  ------------------
  |  Branch (18027:9): [True: 0, False: 3]
  ------------------
18028|      0|        p->level--;
18029|      0|        return NULL;
18030|      0|    }
18031|      3|    asdl_comprehension_seq* _res = NULL;
18032|      3|    int _mark = p->mark;
18033|      3|    { // for_if_clause+
18034|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (18034:13): [True: 0, False: 3]
  ------------------
18035|      0|            p->level--;
18036|      0|            return NULL;
18037|      0|        }
18038|      3|        D(fprintf(stderr, "%*c> for_if_clauses[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "for_if_clause+"));
18039|      3|        asdl_comprehension_seq* a;
18040|      3|        if (
18041|      3|            (a = (asdl_comprehension_seq*)_loop1_87_rule(p))  // for_if_clause+
  ------------------
  |  Branch (18041:13): [True: 0, False: 3]
  ------------------
18042|      3|        )
18043|      0|        {
18044|      0|            D(fprintf(stderr, "%*c+ for_if_clauses[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "for_if_clause+"));
18045|      0|            _res = a;
18046|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18046:18): [True: 0, False: 0]
  |  Branch (18046:34): [True: 0, False: 0]
  |  Branch (18046:57): [True: 0, False: 0]
  ------------------
18047|      0|                p->error_indicator = 1;
18048|      0|                p->level--;
18049|      0|                return NULL;
18050|      0|            }
18051|      0|            goto done;
18052|      0|        }
18053|      3|        p->mark = _mark;
18054|      3|        D(fprintf(stderr, "%*c%s for_if_clauses[%d-%d]: %s failed!\n", p->level, ' ',
18055|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "for_if_clause+"));
18056|      3|    }
18057|      3|    _res = NULL;
18058|      3|  done:
18059|      3|    p->level--;
18060|      3|    return _res;
18061|      3|}
parser.c:_loop1_87_rule:
33885|      3|{
33886|      3|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      6|#  define MAXSTACK 6000
  ------------------
  |  Branch (33886:9): [True: 0, False: 3]
  |  Branch (33886:35): [True: 0, False: 3]
  ------------------
33887|      0|        _Pypegen_stack_overflow(p);
33888|      0|    }
33889|      3|    if (p->error_indicator) {
  ------------------
  |  Branch (33889:9): [True: 0, False: 3]
  ------------------
33890|      0|        p->level--;
33891|      0|        return NULL;
33892|      0|    }
33893|      3|    void *_res = NULL;
33894|      3|    int _mark = p->mark;
33895|      3|    void **_children = PyMem_Malloc(sizeof(void *));
33896|      3|    if (!_children) {
  ------------------
  |  Branch (33896:9): [True: 0, False: 3]
  ------------------
33897|      0|        p->error_indicator = 1;
33898|      0|        PyErr_NoMemory();
33899|      0|        p->level--;
33900|      0|        return NULL;
33901|      0|    }
33902|      3|    Py_ssize_t _children_capacity = 1;
33903|      3|    Py_ssize_t _n = 0;
33904|      3|    { // for_if_clause
33905|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (33905:13): [True: 0, False: 3]
  ------------------
33906|      0|            p->level--;
33907|      0|            return NULL;
33908|      0|        }
33909|      3|        D(fprintf(stderr, "%*c> _loop1_87[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "for_if_clause"));
33910|      3|        comprehension_ty for_if_clause_var;
33911|      3|        while (
33912|      3|            (for_if_clause_var = for_if_clause_rule(p))  // for_if_clause
  ------------------
  |  Branch (33912:13): [True: 0, False: 3]
  ------------------
33913|      3|        )
33914|      0|        {
33915|      0|            _res = for_if_clause_var;
33916|      0|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33916:17): [True: 0, False: 0]
  ------------------
33917|      0|                _children_capacity *= 2;
33918|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33919|      0|                if (!_new_children) {
  ------------------
  |  Branch (33919:21): [True: 0, False: 0]
  ------------------
33920|      0|                    PyMem_Free(_children);
33921|      0|                    p->error_indicator = 1;
33922|      0|                    PyErr_NoMemory();
33923|      0|                    p->level--;
33924|      0|                    return NULL;
33925|      0|                }
33926|      0|                _children = _new_children;
33927|      0|            }
33928|      0|            _children[_n++] = _res;
33929|      0|            _mark = p->mark;
33930|      0|        }
33931|      3|        p->mark = _mark;
33932|      3|        D(fprintf(stderr, "%*c%s _loop1_87[%d-%d]: %s failed!\n", p->level, ' ',
33933|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "for_if_clause"));
33934|      3|    }
33935|      3|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (33935:9): [True: 3, False: 0]
  |  Branch (33935:20): [True: 0, False: 0]
  ------------------
33936|      3|        PyMem_Free(_children);
33937|      3|        p->level--;
33938|      3|        return NULL;
33939|      3|    }
33940|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33941|      0|    if (!_seq) {
  ------------------
  |  Branch (33941:9): [True: 0, False: 0]
  ------------------
33942|      0|        PyMem_Free(_children);
33943|      0|        p->error_indicator = 1;
33944|      0|        PyErr_NoMemory();
33945|      0|        p->level--;
33946|      0|        return NULL;
33947|      0|    }
33948|      0|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      0|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33948:28): [True: 0, False: 0]
  ------------------
33949|      0|    PyMem_Free(_children);
33950|      0|    p->level--;
33951|      0|    return _seq;
33952|      0|}
parser.c:for_if_clause_rule:
18070|      3|{
18071|      3|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      6|#  define MAXSTACK 6000
  ------------------
  |  Branch (18071:9): [True: 0, False: 3]
  |  Branch (18071:35): [True: 0, False: 3]
  ------------------
18072|      0|        _Pypegen_stack_overflow(p);
18073|      0|    }
18074|      3|    if (p->error_indicator) {
  ------------------
  |  Branch (18074:9): [True: 0, False: 3]
  ------------------
18075|      0|        p->level--;
18076|      0|        return NULL;
18077|      0|    }
18078|      3|    comprehension_ty _res = NULL;
18079|      3|    int _mark = p->mark;
18080|      3|    { // 'async' 'for' star_targets 'in' ~ disjunction (('if' disjunction))*
18081|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (18081:13): [True: 0, False: 3]
  ------------------
18082|      0|            p->level--;
18083|      0|            return NULL;
18084|      0|        }
18085|      3|        D(fprintf(stderr, "%*c> for_if_clause[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'async' 'for' star_targets 'in' ~ disjunction (('if' disjunction))*"));
18086|      3|        int _cut_var = 0;
18087|      3|        Token * _keyword;
18088|      3|        Token * _keyword_1;
18089|      3|        Token * _keyword_2;
18090|      3|        expr_ty a;
18091|      3|        expr_ty b;
18092|      3|        asdl_expr_seq* c;
18093|      3|        if (
18094|      3|            (_keyword = _PyPegen_expect_token(p, 714))  // token='async'
  ------------------
  |  Branch (18094:13): [True: 0, False: 3]
  ------------------
18095|      0|            &&
18096|      0|            (_keyword_1 = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (18096:13): [True: 0, False: 0]
  ------------------
18097|      0|            &&
18098|      0|            (a = star_targets_rule(p))  // star_targets
  ------------------
  |  Branch (18098:13): [True: 0, False: 0]
  ------------------
18099|      0|            &&
18100|      0|            (_keyword_2 = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (18100:13): [True: 0, False: 0]
  ------------------
18101|      0|            &&
18102|      0|            (_cut_var = 1)
  ------------------
  |  Branch (18102:13): [True: 0, False: 0]
  ------------------
18103|      0|            &&
18104|      0|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (18104:13): [True: 0, False: 0]
  ------------------
18105|      0|            &&
18106|      0|            (c = (asdl_expr_seq*)_loop0_88_rule(p))  // (('if' disjunction))*
  ------------------
  |  Branch (18106:13): [True: 0, False: 0]
  ------------------
18107|      3|        )
18108|      0|        {
18109|      0|            D(fprintf(stderr, "%*c+ for_if_clause[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'async' 'for' star_targets 'in' ~ disjunction (('if' disjunction))*"));
18110|      0|            _res = CHECK_VERSION ( comprehension_ty , 6 , "Async comprehensions are" , _PyAST_comprehension ( a , b , c , 1 , p -> arena ) );
  ------------------
  |  |  307|      0|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
18111|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18111:18): [True: 0, False: 0]
  |  Branch (18111:34): [True: 0, False: 0]
  |  Branch (18111:57): [True: 0, False: 0]
  ------------------
18112|      0|                p->error_indicator = 1;
18113|      0|                p->level--;
18114|      0|                return NULL;
18115|      0|            }
18116|      0|            goto done;
18117|      0|        }
18118|      3|        p->mark = _mark;
18119|      3|        D(fprintf(stderr, "%*c%s for_if_clause[%d-%d]: %s failed!\n", p->level, ' ',
18120|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'async' 'for' star_targets 'in' ~ disjunction (('if' disjunction))*"));
18121|      3|        if (_cut_var) {
  ------------------
  |  Branch (18121:13): [True: 0, False: 3]
  ------------------
18122|      0|            p->level--;
18123|      0|            return NULL;
18124|      0|        }
18125|      3|    }
18126|      3|    { // 'for' star_targets 'in' ~ disjunction (('if' disjunction))*
18127|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (18127:13): [True: 0, False: 3]
  ------------------
18128|      0|            p->level--;
18129|      0|            return NULL;
18130|      0|        }
18131|      3|        D(fprintf(stderr, "%*c> for_if_clause[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'for' star_targets 'in' ~ disjunction (('if' disjunction))*"));
18132|      3|        int _cut_var = 0;
18133|      3|        Token * _keyword;
18134|      3|        Token * _keyword_1;
18135|      3|        expr_ty a;
18136|      3|        expr_ty b;
18137|      3|        asdl_expr_seq* c;
18138|      3|        if (
18139|      3|            (_keyword = _PyPegen_expect_token(p, 710))  // token='for'
  ------------------
  |  Branch (18139:13): [True: 0, False: 3]
  ------------------
18140|      0|            &&
18141|      0|            (a = star_targets_rule(p))  // star_targets
  ------------------
  |  Branch (18141:13): [True: 0, False: 0]
  ------------------
18142|      0|            &&
18143|      0|            (_keyword_1 = _PyPegen_expect_token(p, 711))  // token='in'
  ------------------
  |  Branch (18143:13): [True: 0, False: 0]
  ------------------
18144|      0|            &&
18145|      0|            (_cut_var = 1)
  ------------------
  |  Branch (18145:13): [True: 0, False: 0]
  ------------------
18146|      0|            &&
18147|      0|            (b = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (18147:13): [True: 0, False: 0]
  ------------------
18148|      0|            &&
18149|      0|            (c = (asdl_expr_seq*)_loop0_88_rule(p))  // (('if' disjunction))*
  ------------------
  |  Branch (18149:13): [True: 0, False: 0]
  ------------------
18150|      3|        )
18151|      0|        {
18152|      0|            D(fprintf(stderr, "%*c+ for_if_clause[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'for' star_targets 'in' ~ disjunction (('if' disjunction))*"));
18153|      0|            _res = _PyAST_comprehension ( a , b , c , 0 , p -> arena );
18154|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18154:18): [True: 0, False: 0]
  |  Branch (18154:34): [True: 0, False: 0]
  |  Branch (18154:57): [True: 0, False: 0]
  ------------------
18155|      0|                p->error_indicator = 1;
18156|      0|                p->level--;
18157|      0|                return NULL;
18158|      0|            }
18159|      0|            goto done;
18160|      0|        }
18161|      3|        p->mark = _mark;
18162|      3|        D(fprintf(stderr, "%*c%s for_if_clause[%d-%d]: %s failed!\n", p->level, ' ',
18163|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'for' star_targets 'in' ~ disjunction (('if' disjunction))*"));
18164|      3|        if (_cut_var) {
  ------------------
  |  Branch (18164:13): [True: 0, False: 3]
  ------------------
18165|      0|            p->level--;
18166|      0|            return NULL;
18167|      0|        }
18168|      3|    }
18169|      3|    if (p->call_invalid_rules) { // invalid_for_if_clause
  ------------------
  |  Branch (18169:9): [True: 0, False: 3]
  ------------------
18170|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (18170:13): [True: 0, False: 0]
  ------------------
18171|      0|            p->level--;
18172|      0|            return NULL;
18173|      0|        }
18174|      0|        D(fprintf(stderr, "%*c> for_if_clause[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_for_if_clause"));
18175|      0|        void *invalid_for_if_clause_var;
18176|      0|        if (
18177|      0|            (invalid_for_if_clause_var = invalid_for_if_clause_rule(p))  // invalid_for_if_clause
  ------------------
  |  Branch (18177:13): [True: 0, False: 0]
  ------------------
18178|      0|        )
18179|      0|        {
18180|      0|            D(fprintf(stderr, "%*c+ for_if_clause[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_for_if_clause"));
18181|      0|            _res = invalid_for_if_clause_var;
18182|      0|            goto done;
18183|      0|        }
18184|      0|        p->mark = _mark;
18185|      0|        D(fprintf(stderr, "%*c%s for_if_clause[%d-%d]: %s failed!\n", p->level, ' ',
18186|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_for_if_clause"));
18187|      0|    }
18188|      3|    if (p->call_invalid_rules) { // invalid_for_target
  ------------------
  |  Branch (18188:9): [True: 0, False: 3]
  ------------------
18189|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (18189:13): [True: 0, False: 0]
  ------------------
18190|      0|            p->level--;
18191|      0|            return NULL;
18192|      0|        }
18193|      0|        D(fprintf(stderr, "%*c> for_if_clause[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_for_target"));
18194|      0|        void *invalid_for_target_var;
18195|      0|        if (
18196|      0|            (invalid_for_target_var = invalid_for_target_rule(p))  // invalid_for_target
  ------------------
  |  Branch (18196:13): [True: 0, False: 0]
  ------------------
18197|      0|        )
18198|      0|        {
18199|      0|            D(fprintf(stderr, "%*c+ for_if_clause[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_for_target"));
18200|      0|            _res = invalid_for_target_var;
18201|      0|            goto done;
18202|      0|        }
18203|      0|        p->mark = _mark;
18204|      0|        D(fprintf(stderr, "%*c%s for_if_clause[%d-%d]: %s failed!\n", p->level, ' ',
18205|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_for_target"));
18206|      0|    }
18207|      3|    _res = NULL;
18208|      3|  done:
18209|      3|    p->level--;
18210|      3|    return _res;
18211|      3|}
parser.c:star_named_expression_rule:
12182|      8|{
12183|      8|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     16|#  define MAXSTACK 6000
  ------------------
  |  Branch (12183:9): [True: 0, False: 8]
  |  Branch (12183:35): [True: 0, False: 8]
  ------------------
12184|      0|        _Pypegen_stack_overflow(p);
12185|      0|    }
12186|      8|    if (p->error_indicator) {
  ------------------
  |  Branch (12186:9): [True: 0, False: 8]
  ------------------
12187|      0|        p->level--;
12188|      0|        return NULL;
12189|      0|    }
12190|      8|    expr_ty _res = NULL;
12191|      8|    int _mark = p->mark;
12192|      8|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (12192:9): [True: 3, False: 5]
  |  Branch (12192:31): [True: 0, False: 3]
  ------------------
12193|      0|        p->error_indicator = 1;
12194|      0|        p->level--;
12195|      0|        return NULL;
12196|      0|    }
12197|      8|    int _start_lineno = p->tokens[_mark]->lineno;
12198|      8|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12199|      8|    int _start_col_offset = p->tokens[_mark]->col_offset;
12200|      8|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      8|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 8]
  |  |  ------------------
  ------------------
12201|      8|    { // '*' bitwise_or
12202|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12202:13): [True: 0, False: 8]
  ------------------
12203|      0|            p->level--;
12204|      0|            return NULL;
12205|      0|        }
12206|      8|        D(fprintf(stderr, "%*c> star_named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' bitwise_or"));
12207|      8|        Token * _literal;
12208|      8|        expr_ty a;
12209|      8|        if (
12210|      8|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (12210:13): [True: 0, False: 8]
  ------------------
12211|      0|            &&
12212|      0|            (a = bitwise_or_rule(p))  // bitwise_or
  ------------------
  |  Branch (12212:13): [True: 0, False: 0]
  ------------------
12213|      8|        )
12214|      0|        {
12215|      0|            D(fprintf(stderr, "%*c+ star_named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' bitwise_or"));
12216|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
12217|      0|            if (_token == NULL) {
  ------------------
  |  Branch (12217:17): [True: 0, False: 0]
  ------------------
12218|      0|                p->level--;
12219|      0|                return NULL;
12220|      0|            }
12221|      0|            int _end_lineno = _token->end_lineno;
12222|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12223|      0|            int _end_col_offset = _token->end_col_offset;
12224|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
12225|      0|            _res = _PyAST_Starred ( a , Load , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
12226|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12226:18): [True: 0, False: 0]
  |  Branch (12226:34): [True: 0, False: 0]
  |  Branch (12226:57): [True: 0, False: 0]
  ------------------
12227|      0|                p->error_indicator = 1;
12228|      0|                p->level--;
12229|      0|                return NULL;
12230|      0|            }
12231|      0|            goto done;
12232|      0|        }
12233|      8|        p->mark = _mark;
12234|      8|        D(fprintf(stderr, "%*c%s star_named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12235|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' bitwise_or"));
12236|      8|    }
12237|      0|    { // named_expression
12238|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12238:13): [True: 0, False: 8]
  ------------------
12239|      0|            p->level--;
12240|      0|            return NULL;
12241|      0|        }
12242|      8|        D(fprintf(stderr, "%*c> star_named_expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "named_expression"));
12243|      8|        expr_ty named_expression_var;
12244|      8|        if (
12245|      8|            (named_expression_var = named_expression_rule(p))  // named_expression
  ------------------
  |  Branch (12245:13): [True: 8, False: 0]
  ------------------
12246|      8|        )
12247|      8|        {
12248|      8|            D(fprintf(stderr, "%*c+ star_named_expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "named_expression"));
12249|      8|            _res = named_expression_var;
12250|      8|            goto done;
12251|      8|        }
12252|      0|        p->mark = _mark;
12253|      0|        D(fprintf(stderr, "%*c%s star_named_expression[%d-%d]: %s failed!\n", p->level, ' ',
12254|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "named_expression"));
12255|      0|    }
12256|      0|    _res = NULL;
12257|      8|  done:
12258|      8|    p->level--;
12259|      8|    return _res;
12260|      0|}
parser.c:arguments_rule:
18600|      1|{
18601|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (18601:9): [True: 0, False: 1]
  |  Branch (18601:35): [True: 0, False: 1]
  ------------------
18602|      0|        _Pypegen_stack_overflow(p);
18603|      0|    }
18604|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (18604:9): [True: 0, False: 1]
  ------------------
18605|      0|        p->level--;
18606|      0|        return NULL;
18607|      0|    }
18608|      1|    expr_ty _res = NULL;
18609|      1|    if (_PyPegen_is_memoized(p, arguments_type, &_res)) {
  ------------------
  |  |  276|      1|#define arguments_type 1187
  ------------------
  |  Branch (18609:9): [True: 0, False: 1]
  ------------------
18610|      0|        p->level--;
18611|      0|        return _res;
18612|      0|    }
18613|      1|    int _mark = p->mark;
18614|      1|    { // args ','? &')'
18615|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (18615:13): [True: 0, False: 1]
  ------------------
18616|      0|            p->level--;
18617|      0|            return NULL;
18618|      0|        }
18619|      1|        D(fprintf(stderr, "%*c> arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "args ','? &')'"));
18620|      1|        void *_opt_var;
18621|      1|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
18622|      1|        expr_ty a;
18623|      1|        if (
18624|      1|            (a = args_rule(p))  // args
  ------------------
  |  Branch (18624:13): [True: 1, False: 0]
  ------------------
18625|      1|            &&
18626|      1|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (18626:13): [True: 1, False: 0]
  ------------------
18627|      1|            &&
18628|      1|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 8)  // token=')'
  ------------------
  |  Branch (18628:13): [True: 1, False: 0]
  ------------------
18629|      1|        )
18630|      1|        {
18631|      1|            D(fprintf(stderr, "%*c+ arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "args ','? &')'"));
18632|      1|            _res = a;
18633|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18633:18): [True: 0, False: 1]
  |  Branch (18633:34): [True: 0, False: 1]
  |  Branch (18633:57): [True: 0, False: 0]
  ------------------
18634|      0|                p->error_indicator = 1;
18635|      0|                p->level--;
18636|      0|                return NULL;
18637|      0|            }
18638|      1|            goto done;
18639|      1|        }
18640|      0|        p->mark = _mark;
18641|      0|        D(fprintf(stderr, "%*c%s arguments[%d-%d]: %s failed!\n", p->level, ' ',
18642|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "args ','? &')'"));
18643|      0|    }
18644|      0|    if (p->call_invalid_rules) { // invalid_arguments
  ------------------
  |  Branch (18644:9): [True: 0, False: 0]
  ------------------
18645|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (18645:13): [True: 0, False: 0]
  ------------------
18646|      0|            p->level--;
18647|      0|            return NULL;
18648|      0|        }
18649|      0|        D(fprintf(stderr, "%*c> arguments[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_arguments"));
18650|      0|        void *invalid_arguments_var;
18651|      0|        if (
18652|      0|            (invalid_arguments_var = invalid_arguments_rule(p))  // invalid_arguments
  ------------------
  |  Branch (18652:13): [True: 0, False: 0]
  ------------------
18653|      0|        )
18654|      0|        {
18655|      0|            D(fprintf(stderr, "%*c+ arguments[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_arguments"));
18656|      0|            _res = invalid_arguments_var;
18657|      0|            goto done;
18658|      0|        }
18659|      0|        p->mark = _mark;
18660|      0|        D(fprintf(stderr, "%*c%s arguments[%d-%d]: %s failed!\n", p->level, ' ',
18661|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_arguments"));
18662|      0|    }
18663|      0|    _res = NULL;
18664|      1|  done:
18665|      1|    _PyPegen_insert_memo(p, _mark, arguments_type, _res);
  ------------------
  |  |  276|      1|#define arguments_type 1187
  ------------------
18666|      1|    p->level--;
18667|      1|    return _res;
18668|      0|}
parser.c:args_rule:
18675|      1|{
18676|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (18676:9): [True: 0, False: 1]
  |  Branch (18676:35): [True: 0, False: 1]
  ------------------
18677|      0|        _Pypegen_stack_overflow(p);
18678|      0|    }
18679|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (18679:9): [True: 0, False: 1]
  ------------------
18680|      0|        p->level--;
18681|      0|        return NULL;
18682|      0|    }
18683|      1|    expr_ty _res = NULL;
18684|      1|    int _mark = p->mark;
18685|      1|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (18685:9): [True: 0, False: 1]
  |  Branch (18685:31): [True: 0, False: 0]
  ------------------
18686|      0|        p->error_indicator = 1;
18687|      0|        p->level--;
18688|      0|        return NULL;
18689|      0|    }
18690|      1|    int _start_lineno = p->tokens[_mark]->lineno;
18691|      1|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
18692|      1|    int _start_col_offset = p->tokens[_mark]->col_offset;
18693|      1|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
18694|      1|    { // ','.(starred_expression | (assignment_expression | expression !':=') !'=')+ [',' kwargs]
18695|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (18695:13): [True: 0, False: 1]
  ------------------
18696|      0|            p->level--;
18697|      0|            return NULL;
18698|      0|        }
18699|      1|        D(fprintf(stderr, "%*c> args[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.(starred_expression | (assignment_expression | expression !':=') !'=')+ [',' kwargs]"));
18700|      1|        asdl_expr_seq* a;
18701|      1|        void *b;
18702|      1|        if (
18703|      1|            (a = (asdl_expr_seq*)_gather_91_rule(p))  // ','.(starred_expression | (assignment_expression | expression !':=') !'=')+
  ------------------
  |  Branch (18703:13): [True: 1, False: 0]
  ------------------
18704|      1|            &&
18705|      1|            (b = _tmp_92_rule(p), !p->error_indicator)  // [',' kwargs]
  ------------------
  |  Branch (18705:13): [True: 1, False: 0]
  ------------------
18706|      1|        )
18707|      1|        {
18708|      1|            D(fprintf(stderr, "%*c+ args[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.(starred_expression | (assignment_expression | expression !':=') !'=')+ [',' kwargs]"));
18709|      1|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18710|      1|            if (_token == NULL) {
  ------------------
  |  Branch (18710:17): [True: 0, False: 1]
  ------------------
18711|      0|                p->level--;
18712|      0|                return NULL;
18713|      0|            }
18714|      1|            int _end_lineno = _token->end_lineno;
18715|      1|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
18716|      1|            int _end_col_offset = _token->end_col_offset;
18717|      1|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
18718|      1|            _res = _PyPegen_collect_call_seqs ( p , a , b , EXTRA );
  ------------------
  |  |  269|      1|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18719|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18719:18): [True: 0, False: 1]
  |  Branch (18719:34): [True: 0, False: 1]
  |  Branch (18719:57): [True: 0, False: 0]
  ------------------
18720|      0|                p->error_indicator = 1;
18721|      0|                p->level--;
18722|      0|                return NULL;
18723|      0|            }
18724|      1|            goto done;
18725|      1|        }
18726|      0|        p->mark = _mark;
18727|      0|        D(fprintf(stderr, "%*c%s args[%d-%d]: %s failed!\n", p->level, ' ',
18728|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.(starred_expression | (assignment_expression | expression !':=') !'=')+ [',' kwargs]"));
18729|      0|    }
18730|      0|    { // kwargs
18731|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (18731:13): [True: 0, False: 0]
  ------------------
18732|      0|            p->level--;
18733|      0|            return NULL;
18734|      0|        }
18735|      0|        D(fprintf(stderr, "%*c> args[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "kwargs"));
18736|      0|        asdl_seq* a;
18737|      0|        if (
18738|      0|            (a = kwargs_rule(p))  // kwargs
  ------------------
  |  Branch (18738:13): [True: 0, False: 0]
  ------------------
18739|      0|        )
18740|      0|        {
18741|      0|            D(fprintf(stderr, "%*c+ args[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "kwargs"));
18742|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
18743|      0|            if (_token == NULL) {
  ------------------
  |  Branch (18743:17): [True: 0, False: 0]
  ------------------
18744|      0|                p->level--;
18745|      0|                return NULL;
18746|      0|            }
18747|      0|            int _end_lineno = _token->end_lineno;
18748|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
18749|      0|            int _end_col_offset = _token->end_col_offset;
18750|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
18751|      0|            _res = _PyAST_Call ( _PyPegen_dummy_name ( p ) , CHECK_NULL_ALLOWED ( asdl_expr_seq* , _PyPegen_seq_extract_starred_exprs ( p , a ) ) , CHECK_NULL_ALLOWED ( asdl_keyword_seq* , _PyPegen_seq_delete_starred_exprs ( p , a ) ) , EXTRA );
  ------------------
  |  |  234|      0|#define CHECK_NULL_ALLOWED(type, result) ((type) CHECK_CALL_NULL_ALLOWED(p, result))
  ------------------
                          _res = _PyAST_Call ( _PyPegen_dummy_name ( p ) , CHECK_NULL_ALLOWED ( asdl_expr_seq* , _PyPegen_seq_extract_starred_exprs ( p , a ) ) , CHECK_NULL_ALLOWED ( asdl_keyword_seq* , _PyPegen_seq_delete_starred_exprs ( p , a ) ) , EXTRA );
  ------------------
  |  |  234|      0|#define CHECK_NULL_ALLOWED(type, result) ((type) CHECK_CALL_NULL_ALLOWED(p, result))
  ------------------
                          _res = _PyAST_Call ( _PyPegen_dummy_name ( p ) , CHECK_NULL_ALLOWED ( asdl_expr_seq* , _PyPegen_seq_extract_starred_exprs ( p , a ) ) , CHECK_NULL_ALLOWED ( asdl_keyword_seq* , _PyPegen_seq_delete_starred_exprs ( p , a ) ) , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
18752|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (18752:18): [True: 0, False: 0]
  |  Branch (18752:34): [True: 0, False: 0]
  |  Branch (18752:57): [True: 0, False: 0]
  ------------------
18753|      0|                p->error_indicator = 1;
18754|      0|                p->level--;
18755|      0|                return NULL;
18756|      0|            }
18757|      0|            goto done;
18758|      0|        }
18759|      0|        p->mark = _mark;
18760|      0|        D(fprintf(stderr, "%*c%s args[%d-%d]: %s failed!\n", p->level, ' ',
18761|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "kwargs"));
18762|      0|    }
18763|      0|    _res = NULL;
18764|      1|  done:
18765|      1|    p->level--;
18766|      1|    return _res;
18767|      0|}
parser.c:_gather_91_rule:
34179|      1|{
34180|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (34180:9): [True: 0, False: 1]
  |  Branch (34180:35): [True: 0, False: 1]
  ------------------
34181|      0|        _Pypegen_stack_overflow(p);
34182|      0|    }
34183|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (34183:9): [True: 0, False: 1]
  ------------------
34184|      0|        p->level--;
34185|      0|        return NULL;
34186|      0|    }
34187|      1|    asdl_seq * _res = NULL;
34188|      1|    int _mark = p->mark;
34189|      1|    { // (starred_expression | (assignment_expression | expression !':=') !'=') _loop0_90
34190|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (34190:13): [True: 0, False: 1]
  ------------------
34191|      0|            p->level--;
34192|      0|            return NULL;
34193|      0|        }
34194|      1|        D(fprintf(stderr, "%*c> _gather_91[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(starred_expression | (assignment_expression | expression !':=') !'=') _loop0_90"));
34195|      1|        void *elem;
34196|      1|        asdl_seq * seq;
34197|      1|        if (
34198|      1|            (elem = _tmp_167_rule(p))  // starred_expression | (assignment_expression | expression !':=') !'='
  ------------------
  |  Branch (34198:13): [True: 1, False: 0]
  ------------------
34199|      1|            &&
34200|      1|            (seq = _loop0_90_rule(p))  // _loop0_90
  ------------------
  |  Branch (34200:13): [True: 1, False: 0]
  ------------------
34201|      1|        )
34202|      1|        {
34203|      1|            D(fprintf(stderr, "%*c+ _gather_91[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(starred_expression | (assignment_expression | expression !':=') !'=') _loop0_90"));
34204|      1|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
34205|      1|            goto done;
34206|      1|        }
34207|      0|        p->mark = _mark;
34208|      0|        D(fprintf(stderr, "%*c%s _gather_91[%d-%d]: %s failed!\n", p->level, ' ',
34209|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(starred_expression | (assignment_expression | expression !':=') !'=') _loop0_90"));
34210|      0|    }
34211|      0|    _res = NULL;
34212|      1|  done:
34213|      1|    p->level--;
34214|      1|    return _res;
34215|      0|}
parser.c:_tmp_167_rule:
38683|      2|{
38684|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (38684:9): [True: 0, False: 2]
  |  Branch (38684:35): [True: 0, False: 2]
  ------------------
38685|      0|        _Pypegen_stack_overflow(p);
38686|      0|    }
38687|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (38687:9): [True: 0, False: 2]
  ------------------
38688|      0|        p->level--;
38689|      0|        return NULL;
38690|      0|    }
38691|      2|    void * _res = NULL;
38692|      2|    int _mark = p->mark;
38693|      2|    { // starred_expression
38694|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (38694:13): [True: 0, False: 2]
  ------------------
38695|      0|            p->level--;
38696|      0|            return NULL;
38697|      0|        }
38698|      2|        D(fprintf(stderr, "%*c> _tmp_167[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "starred_expression"));
38699|      2|        expr_ty starred_expression_var;
38700|      2|        if (
38701|      2|            (starred_expression_var = starred_expression_rule(p))  // starred_expression
  ------------------
  |  Branch (38701:13): [True: 0, False: 2]
  ------------------
38702|      2|        )
38703|      0|        {
38704|      0|            D(fprintf(stderr, "%*c+ _tmp_167[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "starred_expression"));
38705|      0|            _res = starred_expression_var;
38706|      0|            goto done;
38707|      0|        }
38708|      2|        p->mark = _mark;
38709|      2|        D(fprintf(stderr, "%*c%s _tmp_167[%d-%d]: %s failed!\n", p->level, ' ',
38710|      2|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "starred_expression"));
38711|      2|    }
38712|      0|    { // (assignment_expression | expression !':=') !'='
38713|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (38713:13): [True: 0, False: 2]
  ------------------
38714|      0|            p->level--;
38715|      0|            return NULL;
38716|      0|        }
38717|      2|        D(fprintf(stderr, "%*c> _tmp_167[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(assignment_expression | expression !':=') !'='"));
38718|      2|        void *_tmp_178_var;
38719|      2|        if (
38720|      2|            (_tmp_178_var = _tmp_178_rule(p))  // assignment_expression | expression !':='
  ------------------
  |  Branch (38720:13): [True: 2, False: 0]
  ------------------
38721|      2|            &&
38722|      2|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 22)  // token='='
  ------------------
  |  Branch (38722:13): [True: 2, False: 0]
  ------------------
38723|      2|        )
38724|      2|        {
38725|      2|            D(fprintf(stderr, "%*c+ _tmp_167[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "(assignment_expression | expression !':=') !'='"));
38726|      2|            _res = _tmp_178_var;
38727|      2|            goto done;
38728|      2|        }
38729|      0|        p->mark = _mark;
38730|      0|        D(fprintf(stderr, "%*c%s _tmp_167[%d-%d]: %s failed!\n", p->level, ' ',
38731|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(assignment_expression | expression !':=') !'='"));
38732|      0|    }
38733|      0|    _res = NULL;
38734|      2|  done:
38735|      2|    p->level--;
38736|      2|    return _res;
38737|      0|}
parser.c:_tmp_178_rule:
39273|      2|{
39274|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (39274:9): [True: 0, False: 2]
  |  Branch (39274:35): [True: 0, False: 2]
  ------------------
39275|      0|        _Pypegen_stack_overflow(p);
39276|      0|    }
39277|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (39277:9): [True: 0, False: 2]
  ------------------
39278|      0|        p->level--;
39279|      0|        return NULL;
39280|      0|    }
39281|      2|    void * _res = NULL;
39282|      2|    int _mark = p->mark;
39283|      2|    { // assignment_expression
39284|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (39284:13): [True: 0, False: 2]
  ------------------
39285|      0|            p->level--;
39286|      0|            return NULL;
39287|      0|        }
39288|      2|        D(fprintf(stderr, "%*c> _tmp_178[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
39289|      2|        expr_ty assignment_expression_var;
39290|      2|        if (
39291|      2|            (assignment_expression_var = assignment_expression_rule(p))  // assignment_expression
  ------------------
  |  Branch (39291:13): [True: 0, False: 2]
  ------------------
39292|      2|        )
39293|      0|        {
39294|      0|            D(fprintf(stderr, "%*c+ _tmp_178[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "assignment_expression"));
39295|      0|            _res = assignment_expression_var;
39296|      0|            goto done;
39297|      0|        }
39298|      2|        p->mark = _mark;
39299|      2|        D(fprintf(stderr, "%*c%s _tmp_178[%d-%d]: %s failed!\n", p->level, ' ',
39300|      2|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "assignment_expression"));
39301|      2|    }
39302|      0|    { // expression !':='
39303|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (39303:13): [True: 0, False: 2]
  ------------------
39304|      0|            p->level--;
39305|      0|            return NULL;
39306|      0|        }
39307|      2|        D(fprintf(stderr, "%*c> _tmp_178[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression !':='"));
39308|      2|        expr_ty expression_var;
39309|      2|        if (
39310|      2|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (39310:13): [True: 2, False: 0]
  ------------------
39311|      2|            &&
39312|      2|            _PyPegen_lookahead_with_int(0, _PyPegen_expect_token, p, 53)  // token=':='
  ------------------
  |  Branch (39312:13): [True: 2, False: 0]
  ------------------
39313|      2|        )
39314|      2|        {
39315|      2|            D(fprintf(stderr, "%*c+ _tmp_178[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression !':='"));
39316|      2|            _res = expression_var;
39317|      2|            goto done;
39318|      2|        }
39319|      0|        p->mark = _mark;
39320|      0|        D(fprintf(stderr, "%*c%s _tmp_178[%d-%d]: %s failed!\n", p->level, ' ',
39321|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression !':='"));
39322|      0|    }
39323|      0|    _res = NULL;
39324|      2|  done:
39325|      2|    p->level--;
39326|      2|    return _res;
39327|      0|}
parser.c:_loop0_90_rule:
34102|      1|{
34103|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (34103:9): [True: 0, False: 1]
  |  Branch (34103:35): [True: 0, False: 1]
  ------------------
34104|      0|        _Pypegen_stack_overflow(p);
34105|      0|    }
34106|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (34106:9): [True: 0, False: 1]
  ------------------
34107|      0|        p->level--;
34108|      0|        return NULL;
34109|      0|    }
34110|      1|    void *_res = NULL;
34111|      1|    int _mark = p->mark;
34112|      1|    void **_children = PyMem_Malloc(sizeof(void *));
34113|      1|    if (!_children) {
  ------------------
  |  Branch (34113:9): [True: 0, False: 1]
  ------------------
34114|      0|        p->error_indicator = 1;
34115|      0|        PyErr_NoMemory();
34116|      0|        p->level--;
34117|      0|        return NULL;
34118|      0|    }
34119|      1|    Py_ssize_t _children_capacity = 1;
34120|      1|    Py_ssize_t _n = 0;
34121|      1|    { // ',' (starred_expression | (assignment_expression | expression !':=') !'=')
34122|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (34122:13): [True: 0, False: 1]
  ------------------
34123|      0|            p->level--;
34124|      0|            return NULL;
34125|      0|        }
34126|      1|        D(fprintf(stderr, "%*c> _loop0_90[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' (starred_expression | (assignment_expression | expression !':=') !'=')"));
34127|      1|        Token * _literal;
34128|      1|        void *elem;
34129|      1|        while (
34130|      2|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (34130:13): [True: 1, False: 1]
  ------------------
34131|      1|            &&
34132|      1|            (elem = _tmp_167_rule(p))  // starred_expression | (assignment_expression | expression !':=') !'='
  ------------------
  |  Branch (34132:13): [True: 1, False: 0]
  ------------------
34133|      1|        )
34134|      1|        {
34135|      1|            _res = elem;
34136|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (34136:18): [True: 0, False: 1]
  |  Branch (34136:34): [True: 0, False: 1]
  |  Branch (34136:57): [True: 0, False: 0]
  ------------------
34137|      0|                p->error_indicator = 1;
34138|      0|                PyMem_Free(_children);
34139|      0|                p->level--;
34140|      0|                return NULL;
34141|      0|            }
34142|      1|            if (_n == _children_capacity) {
  ------------------
  |  Branch (34142:17): [True: 0, False: 1]
  ------------------
34143|      0|                _children_capacity *= 2;
34144|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
34145|      0|                if (!_new_children) {
  ------------------
  |  Branch (34145:21): [True: 0, False: 0]
  ------------------
34146|      0|                    PyMem_Free(_children);
34147|      0|                    p->error_indicator = 1;
34148|      0|                    PyErr_NoMemory();
34149|      0|                    p->level--;
34150|      0|                    return NULL;
34151|      0|                }
34152|      0|                _children = _new_children;
34153|      0|            }
34154|      1|            _children[_n++] = _res;
34155|      1|            _mark = p->mark;
34156|      1|        }
34157|      1|        p->mark = _mark;
34158|      1|        D(fprintf(stderr, "%*c%s _loop0_90[%d-%d]: %s failed!\n", p->level, ' ',
34159|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' (starred_expression | (assignment_expression | expression !':=') !'=')"));
34160|      1|    }
34161|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
34162|      1|    if (!_seq) {
  ------------------
  |  Branch (34162:9): [True: 0, False: 1]
  ------------------
34163|      0|        PyMem_Free(_children);
34164|      0|        p->error_indicator = 1;
34165|      0|        PyErr_NoMemory();
34166|      0|        p->level--;
34167|      0|        return NULL;
34168|      0|    }
34169|      2|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      1|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (34169:28): [True: 1, False: 1]
  ------------------
34170|      1|    PyMem_Free(_children);
34171|      1|    p->level--;
34172|      1|    return _seq;
34173|      1|}
parser.c:_tmp_92_rule:
34220|      1|{
34221|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (34221:9): [True: 0, False: 1]
  |  Branch (34221:35): [True: 0, False: 1]
  ------------------
34222|      0|        _Pypegen_stack_overflow(p);
34223|      0|    }
34224|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (34224:9): [True: 0, False: 1]
  ------------------
34225|      0|        p->level--;
34226|      0|        return NULL;
34227|      0|    }
34228|      1|    void * _res = NULL;
34229|      1|    int _mark = p->mark;
34230|      1|    { // ',' kwargs
34231|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (34231:13): [True: 0, False: 1]
  ------------------
34232|      0|            p->level--;
34233|      0|            return NULL;
34234|      0|        }
34235|      1|        D(fprintf(stderr, "%*c> _tmp_92[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' kwargs"));
34236|      1|        Token * _literal;
34237|      1|        asdl_seq* k;
34238|      1|        if (
34239|      1|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (34239:13): [True: 0, False: 1]
  ------------------
34240|      0|            &&
34241|      0|            (k = kwargs_rule(p))  // kwargs
  ------------------
  |  Branch (34241:13): [True: 0, False: 0]
  ------------------
34242|      1|        )
34243|      0|        {
34244|      0|            D(fprintf(stderr, "%*c+ _tmp_92[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "',' kwargs"));
34245|      0|            _res = k;
34246|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (34246:18): [True: 0, False: 0]
  |  Branch (34246:34): [True: 0, False: 0]
  |  Branch (34246:57): [True: 0, False: 0]
  ------------------
34247|      0|                p->error_indicator = 1;
34248|      0|                p->level--;
34249|      0|                return NULL;
34250|      0|            }
34251|      0|            goto done;
34252|      0|        }
34253|      1|        p->mark = _mark;
34254|      1|        D(fprintf(stderr, "%*c%s _tmp_92[%d-%d]: %s failed!\n", p->level, ' ',
34255|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' kwargs"));
34256|      1|    }
34257|      1|    _res = NULL;
34258|      1|  done:
34259|      1|    p->level--;
34260|      1|    return _res;
34261|      1|}
parser.c:atom_rule:
15295|     15|{
15296|     15|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     30|#  define MAXSTACK 6000
  ------------------
  |  Branch (15296:9): [True: 0, False: 15]
  |  Branch (15296:35): [True: 0, False: 15]
  ------------------
15297|      0|        _Pypegen_stack_overflow(p);
15298|      0|    }
15299|     15|    if (p->error_indicator) {
  ------------------
  |  Branch (15299:9): [True: 0, False: 15]
  ------------------
15300|      0|        p->level--;
15301|      0|        return NULL;
15302|      0|    }
15303|     15|    expr_ty _res = NULL;
15304|     15|    int _mark = p->mark;
15305|     15|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (15305:9): [True: 0, False: 15]
  |  Branch (15305:31): [True: 0, False: 0]
  ------------------
15306|      0|        p->error_indicator = 1;
15307|      0|        p->level--;
15308|      0|        return NULL;
15309|      0|    }
15310|     15|    int _start_lineno = p->tokens[_mark]->lineno;
15311|     15|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
15312|     15|    int _start_col_offset = p->tokens[_mark]->col_offset;
15313|     15|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     15|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 15]
  |  |  ------------------
  ------------------
15314|     15|    { // NAME
15315|     15|        if (p->error_indicator) {
  ------------------
  |  Branch (15315:13): [True: 0, False: 15]
  ------------------
15316|      0|            p->level--;
15317|      0|            return NULL;
15318|      0|        }
15319|     15|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME"));
15320|     15|        expr_ty name_var;
15321|     15|        if (
15322|     15|            (name_var = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (15322:13): [True: 12, False: 3]
  ------------------
15323|     15|        )
15324|     12|        {
15325|     12|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME"));
15326|     12|            _res = name_var;
15327|     12|            goto done;
15328|     12|        }
15329|      3|        p->mark = _mark;
15330|      3|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15331|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME"));
15332|      3|    }
15333|      0|    { // 'True'
15334|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (15334:13): [True: 0, False: 3]
  ------------------
15335|      0|            p->level--;
15336|      0|            return NULL;
15337|      0|        }
15338|      3|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'True'"));
15339|      3|        Token * _keyword;
15340|      3|        if (
15341|      3|            (_keyword = _PyPegen_expect_token(p, 627))  // token='True'
  ------------------
  |  Branch (15341:13): [True: 0, False: 3]
  ------------------
15342|      3|        )
15343|      0|        {
15344|      0|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'True'"));
15345|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15346|      0|            if (_token == NULL) {
  ------------------
  |  Branch (15346:17): [True: 0, False: 0]
  ------------------
15347|      0|                p->level--;
15348|      0|                return NULL;
15349|      0|            }
15350|      0|            int _end_lineno = _token->end_lineno;
15351|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15352|      0|            int _end_col_offset = _token->end_col_offset;
15353|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15354|      0|            _res = _PyAST_Constant ( Py_True , NULL , EXTRA );
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          _res = _PyAST_Constant ( Py_True , NULL , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15355|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15355:18): [True: 0, False: 0]
  |  Branch (15355:34): [True: 0, False: 0]
  |  Branch (15355:57): [True: 0, False: 0]
  ------------------
15356|      0|                p->error_indicator = 1;
15357|      0|                p->level--;
15358|      0|                return NULL;
15359|      0|            }
15360|      0|            goto done;
15361|      0|        }
15362|      3|        p->mark = _mark;
15363|      3|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15364|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'True'"));
15365|      3|    }
15366|      0|    { // 'False'
15367|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (15367:13): [True: 0, False: 3]
  ------------------
15368|      0|            p->level--;
15369|      0|            return NULL;
15370|      0|        }
15371|      3|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'False'"));
15372|      3|        Token * _keyword;
15373|      3|        if (
15374|      3|            (_keyword = _PyPegen_expect_token(p, 629))  // token='False'
  ------------------
  |  Branch (15374:13): [True: 0, False: 3]
  ------------------
15375|      3|        )
15376|      0|        {
15377|      0|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'False'"));
15378|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15379|      0|            if (_token == NULL) {
  ------------------
  |  Branch (15379:17): [True: 0, False: 0]
  ------------------
15380|      0|                p->level--;
15381|      0|                return NULL;
15382|      0|            }
15383|      0|            int _end_lineno = _token->end_lineno;
15384|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15385|      0|            int _end_col_offset = _token->end_col_offset;
15386|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15387|      0|            _res = _PyAST_Constant ( Py_False , NULL , EXTRA );
  ------------------
  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          _res = _PyAST_Constant ( Py_False , NULL , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15388|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15388:18): [True: 0, False: 0]
  |  Branch (15388:34): [True: 0, False: 0]
  |  Branch (15388:57): [True: 0, False: 0]
  ------------------
15389|      0|                p->error_indicator = 1;
15390|      0|                p->level--;
15391|      0|                return NULL;
15392|      0|            }
15393|      0|            goto done;
15394|      0|        }
15395|      3|        p->mark = _mark;
15396|      3|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15397|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'False'"));
15398|      3|    }
15399|      0|    { // 'None'
15400|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (15400:13): [True: 0, False: 3]
  ------------------
15401|      0|            p->level--;
15402|      0|            return NULL;
15403|      0|        }
15404|      3|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'None'"));
15405|      3|        Token * _keyword;
15406|      3|        if (
15407|      3|            (_keyword = _PyPegen_expect_token(p, 628))  // token='None'
  ------------------
  |  Branch (15407:13): [True: 0, False: 3]
  ------------------
15408|      3|        )
15409|      0|        {
15410|      0|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'None'"));
15411|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15412|      0|            if (_token == NULL) {
  ------------------
  |  Branch (15412:17): [True: 0, False: 0]
  ------------------
15413|      0|                p->level--;
15414|      0|                return NULL;
15415|      0|            }
15416|      0|            int _end_lineno = _token->end_lineno;
15417|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15418|      0|            int _end_col_offset = _token->end_col_offset;
15419|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15420|      0|            _res = _PyAST_Constant ( Py_None , NULL , EXTRA );
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
                          _res = _PyAST_Constant ( Py_None , NULL , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15421|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15421:18): [True: 0, False: 0]
  |  Branch (15421:34): [True: 0, False: 0]
  |  Branch (15421:57): [True: 0, False: 0]
  ------------------
15422|      0|                p->error_indicator = 1;
15423|      0|                p->level--;
15424|      0|                return NULL;
15425|      0|            }
15426|      0|            goto done;
15427|      0|        }
15428|      3|        p->mark = _mark;
15429|      3|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15430|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'None'"));
15431|      3|    }
15432|      0|    { // &(STRING | FSTRING_START | TSTRING_START) strings
15433|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (15433:13): [True: 0, False: 3]
  ------------------
15434|      0|            p->level--;
15435|      0|            return NULL;
15436|      0|        }
15437|      3|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&(STRING | FSTRING_START | TSTRING_START) strings"));
15438|      3|        expr_ty strings_var;
15439|      3|        if (
15440|      3|            _PyPegen_lookahead(1, _tmp_42_rule, p)
  ------------------
  |  Branch (15440:13): [True: 0, False: 3]
  ------------------
15441|      0|            &&
15442|      0|            (strings_var = strings_rule(p))  // strings
  ------------------
  |  Branch (15442:13): [True: 0, False: 0]
  ------------------
15443|      3|        )
15444|      0|        {
15445|      0|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&(STRING | FSTRING_START | TSTRING_START) strings"));
15446|      0|            _res = strings_var;
15447|      0|            goto done;
15448|      0|        }
15449|      3|        p->mark = _mark;
15450|      3|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15451|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&(STRING | FSTRING_START | TSTRING_START) strings"));
15452|      3|    }
15453|      0|    { // NUMBER
15454|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (15454:13): [True: 0, False: 3]
  ------------------
15455|      0|            p->level--;
15456|      0|            return NULL;
15457|      0|        }
15458|      3|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NUMBER"));
15459|      3|        expr_ty number_var;
15460|      3|        if (
15461|      3|            (number_var = _PyPegen_number_token(p))  // NUMBER
  ------------------
  |  Branch (15461:13): [True: 0, False: 3]
  ------------------
15462|      3|        )
15463|      0|        {
15464|      0|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NUMBER"));
15465|      0|            _res = number_var;
15466|      0|            goto done;
15467|      0|        }
15468|      3|        p->mark = _mark;
15469|      3|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15470|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NUMBER"));
15471|      3|    }
15472|      0|    { // &'(' (genexp | tuple | group)
15473|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (15473:13): [True: 0, False: 3]
  ------------------
15474|      0|            p->level--;
15475|      0|            return NULL;
15476|      0|        }
15477|      3|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'(' (genexp | tuple | group)"));
15478|      3|        void *_tmp_68_var;
15479|      3|        if (
15480|      3|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 7)  // token='('
  ------------------
  |  Branch (15480:13): [True: 2, False: 1]
  ------------------
15481|      2|            &&
15482|      2|            (_tmp_68_var = _tmp_68_rule(p))  // genexp | tuple | group
  ------------------
  |  Branch (15482:13): [True: 2, False: 0]
  ------------------
15483|      3|        )
15484|      2|        {
15485|      2|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'(' (genexp | tuple | group)"));
15486|      2|            _res = _tmp_68_var;
15487|      2|            goto done;
15488|      2|        }
15489|      1|        p->mark = _mark;
15490|      1|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15491|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'(' (genexp | tuple | group)"));
15492|      1|    }
15493|      0|    { // &'[' (listcomp | list)
15494|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15494:13): [True: 0, False: 1]
  ------------------
15495|      0|            p->level--;
15496|      0|            return NULL;
15497|      0|        }
15498|      1|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'[' (listcomp | list)"));
15499|      1|        void *_tmp_69_var;
15500|      1|        if (
15501|      1|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 9)  // token='['
  ------------------
  |  Branch (15501:13): [True: 0, False: 1]
  ------------------
15502|      0|            &&
15503|      0|            (_tmp_69_var = _tmp_69_rule(p))  // listcomp | list
  ------------------
  |  Branch (15503:13): [True: 0, False: 0]
  ------------------
15504|      1|        )
15505|      0|        {
15506|      0|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'[' (listcomp | list)"));
15507|      0|            _res = _tmp_69_var;
15508|      0|            goto done;
15509|      0|        }
15510|      1|        p->mark = _mark;
15511|      1|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15512|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'[' (listcomp | list)"));
15513|      1|    }
15514|      0|    { // &'{' (dictcomp | setcomp | dict | set)
15515|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15515:13): [True: 0, False: 1]
  ------------------
15516|      0|            p->level--;
15517|      0|            return NULL;
15518|      0|        }
15519|      1|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "&'{' (dictcomp | setcomp | dict | set)"));
15520|      1|        void *_tmp_70_var;
15521|      1|        if (
15522|      1|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 25)  // token='{'
  ------------------
  |  Branch (15522:13): [True: 0, False: 1]
  ------------------
15523|      0|            &&
15524|      0|            (_tmp_70_var = _tmp_70_rule(p))  // dictcomp | setcomp | dict | set
  ------------------
  |  Branch (15524:13): [True: 0, False: 0]
  ------------------
15525|      1|        )
15526|      0|        {
15527|      0|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "&'{' (dictcomp | setcomp | dict | set)"));
15528|      0|            _res = _tmp_70_var;
15529|      0|            goto done;
15530|      0|        }
15531|      1|        p->mark = _mark;
15532|      1|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15533|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "&'{' (dictcomp | setcomp | dict | set)"));
15534|      1|    }
15535|      0|    { // '...'
15536|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15536:13): [True: 0, False: 1]
  ------------------
15537|      0|            p->level--;
15538|      0|            return NULL;
15539|      0|        }
15540|      1|        D(fprintf(stderr, "%*c> atom[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'...'"));
15541|      1|        Token * _literal;
15542|      1|        if (
15543|      1|            (_literal = _PyPegen_expect_token(p, 52))  // token='...'
  ------------------
  |  Branch (15543:13): [True: 0, False: 1]
  ------------------
15544|      1|        )
15545|      0|        {
15546|      0|            D(fprintf(stderr, "%*c+ atom[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'...'"));
15547|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15548|      0|            if (_token == NULL) {
  ------------------
  |  Branch (15548:17): [True: 0, False: 0]
  ------------------
15549|      0|                p->level--;
15550|      0|                return NULL;
15551|      0|            }
15552|      0|            int _end_lineno = _token->end_lineno;
15553|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15554|      0|            int _end_col_offset = _token->end_col_offset;
15555|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
15556|      0|            _res = _PyAST_Constant ( Py_Ellipsis , NULL , EXTRA );
  ------------------
  |  |   14|      0|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
                          _res = _PyAST_Constant ( Py_Ellipsis , NULL , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
15557|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15557:18): [True: 0, False: 0]
  |  Branch (15557:34): [True: 0, False: 0]
  |  Branch (15557:57): [True: 0, False: 0]
  ------------------
15558|      0|                p->error_indicator = 1;
15559|      0|                p->level--;
15560|      0|                return NULL;
15561|      0|            }
15562|      0|            goto done;
15563|      0|        }
15564|      1|        p->mark = _mark;
15565|      1|        D(fprintf(stderr, "%*c%s atom[%d-%d]: %s failed!\n", p->level, ' ',
15566|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'...'"));
15567|      1|    }
15568|      1|    _res = NULL;
15569|     15|  done:
15570|     15|    p->level--;
15571|     15|    return _res;
15572|      1|}
parser.c:_tmp_42_rule:
31011|      3|{
31012|      3|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      6|#  define MAXSTACK 6000
  ------------------
  |  Branch (31012:9): [True: 0, False: 3]
  |  Branch (31012:35): [True: 0, False: 3]
  ------------------
31013|      0|        _Pypegen_stack_overflow(p);
31014|      0|    }
31015|      3|    if (p->error_indicator) {
  ------------------
  |  Branch (31015:9): [True: 0, False: 3]
  ------------------
31016|      0|        p->level--;
31017|      0|        return NULL;
31018|      0|    }
31019|      3|    void * _res = NULL;
31020|      3|    int _mark = p->mark;
31021|      3|    { // STRING
31022|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (31022:13): [True: 0, False: 3]
  ------------------
31023|      0|            p->level--;
31024|      0|            return NULL;
31025|      0|        }
31026|      3|        D(fprintf(stderr, "%*c> _tmp_42[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "STRING"));
31027|      3|        expr_ty string_var;
31028|      3|        if (
31029|      3|            (string_var = _PyPegen_string_token(p))  // STRING
  ------------------
  |  Branch (31029:13): [True: 0, False: 3]
  ------------------
31030|      3|        )
31031|      0|        {
31032|      0|            D(fprintf(stderr, "%*c+ _tmp_42[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "STRING"));
31033|      0|            _res = string_var;
31034|      0|            goto done;
31035|      0|        }
31036|      3|        p->mark = _mark;
31037|      3|        D(fprintf(stderr, "%*c%s _tmp_42[%d-%d]: %s failed!\n", p->level, ' ',
31038|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "STRING"));
31039|      3|    }
31040|      0|    { // FSTRING_START
31041|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (31041:13): [True: 0, False: 3]
  ------------------
31042|      0|            p->level--;
31043|      0|            return NULL;
31044|      0|        }
31045|      3|        D(fprintf(stderr, "%*c> _tmp_42[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "FSTRING_START"));
31046|      3|        Token * fstring_start_var;
31047|      3|        if (
31048|      3|            (fstring_start_var = _PyPegen_expect_token(p, FSTRING_START))  // token='FSTRING_START'
  ------------------
  |  |   75|      3|#define FSTRING_START   59
  ------------------
  |  Branch (31048:13): [True: 0, False: 3]
  ------------------
31049|      3|        )
31050|      0|        {
31051|      0|            D(fprintf(stderr, "%*c+ _tmp_42[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "FSTRING_START"));
31052|      0|            _res = fstring_start_var;
31053|      0|            goto done;
31054|      0|        }
31055|      3|        p->mark = _mark;
31056|      3|        D(fprintf(stderr, "%*c%s _tmp_42[%d-%d]: %s failed!\n", p->level, ' ',
31057|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "FSTRING_START"));
31058|      3|    }
31059|      0|    { // TSTRING_START
31060|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (31060:13): [True: 0, False: 3]
  ------------------
31061|      0|            p->level--;
31062|      0|            return NULL;
31063|      0|        }
31064|      3|        D(fprintf(stderr, "%*c> _tmp_42[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "TSTRING_START"));
31065|      3|        Token * tstring_start_var;
31066|      3|        if (
31067|      3|            (tstring_start_var = _PyPegen_expect_token(p, TSTRING_START))  // token='TSTRING_START'
  ------------------
  |  |   78|      3|#define TSTRING_START   62
  ------------------
  |  Branch (31067:13): [True: 0, False: 3]
  ------------------
31068|      3|        )
31069|      0|        {
31070|      0|            D(fprintf(stderr, "%*c+ _tmp_42[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "TSTRING_START"));
31071|      0|            _res = tstring_start_var;
31072|      0|            goto done;
31073|      0|        }
31074|      3|        p->mark = _mark;
31075|      3|        D(fprintf(stderr, "%*c%s _tmp_42[%d-%d]: %s failed!\n", p->level, ' ',
31076|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "TSTRING_START"));
31077|      3|    }
31078|      3|    _res = NULL;
31079|      3|  done:
31080|      3|    p->level--;
31081|      3|    return _res;
31082|      3|}
parser.c:_tmp_68_rule:
32605|      2|{
32606|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (32606:9): [True: 0, False: 2]
  |  Branch (32606:35): [True: 0, False: 2]
  ------------------
32607|      0|        _Pypegen_stack_overflow(p);
32608|      0|    }
32609|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (32609:9): [True: 0, False: 2]
  ------------------
32610|      0|        p->level--;
32611|      0|        return NULL;
32612|      0|    }
32613|      2|    void * _res = NULL;
32614|      2|    int _mark = p->mark;
32615|      2|    { // genexp
32616|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (32616:13): [True: 0, False: 2]
  ------------------
32617|      0|            p->level--;
32618|      0|            return NULL;
32619|      0|        }
32620|      2|        D(fprintf(stderr, "%*c> _tmp_68[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "genexp"));
32621|      2|        expr_ty genexp_var;
32622|      2|        if (
32623|      2|            (genexp_var = genexp_rule(p))  // genexp
  ------------------
  |  Branch (32623:13): [True: 0, False: 2]
  ------------------
32624|      2|        )
32625|      0|        {
32626|      0|            D(fprintf(stderr, "%*c+ _tmp_68[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "genexp"));
32627|      0|            _res = genexp_var;
32628|      0|            goto done;
32629|      0|        }
32630|      2|        p->mark = _mark;
32631|      2|        D(fprintf(stderr, "%*c%s _tmp_68[%d-%d]: %s failed!\n", p->level, ' ',
32632|      2|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "genexp"));
32633|      2|    }
32634|      0|    { // tuple
32635|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (32635:13): [True: 0, False: 2]
  ------------------
32636|      0|            p->level--;
32637|      0|            return NULL;
32638|      0|        }
32639|      2|        D(fprintf(stderr, "%*c> _tmp_68[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "tuple"));
32640|      2|        expr_ty tuple_var;
32641|      2|        if (
32642|      2|            (tuple_var = tuple_rule(p))  // tuple
  ------------------
  |  Branch (32642:13): [True: 2, False: 0]
  ------------------
32643|      2|        )
32644|      2|        {
32645|      2|            D(fprintf(stderr, "%*c+ _tmp_68[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "tuple"));
32646|      2|            _res = tuple_var;
32647|      2|            goto done;
32648|      2|        }
32649|      0|        p->mark = _mark;
32650|      0|        D(fprintf(stderr, "%*c%s _tmp_68[%d-%d]: %s failed!\n", p->level, ' ',
32651|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "tuple"));
32652|      0|    }
32653|      0|    { // group
32654|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (32654:13): [True: 0, False: 0]
  ------------------
32655|      0|            p->level--;
32656|      0|            return NULL;
32657|      0|        }
32658|      0|        D(fprintf(stderr, "%*c> _tmp_68[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "group"));
32659|      0|        expr_ty group_var;
32660|      0|        if (
32661|      0|            (group_var = group_rule(p))  // group
  ------------------
  |  Branch (32661:13): [True: 0, False: 0]
  ------------------
32662|      0|        )
32663|      0|        {
32664|      0|            D(fprintf(stderr, "%*c+ _tmp_68[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "group"));
32665|      0|            _res = group_var;
32666|      0|            goto done;
32667|      0|        }
32668|      0|        p->mark = _mark;
32669|      0|        D(fprintf(stderr, "%*c%s _tmp_68[%d-%d]: %s failed!\n", p->level, ' ',
32670|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "group"));
32671|      0|    }
32672|      0|    _res = NULL;
32673|      2|  done:
32674|      2|    p->level--;
32675|      2|    return _res;
32676|      0|}
parser.c:tuple_rule:
17636|      2|{
17637|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (17637:9): [True: 0, False: 2]
  |  Branch (17637:35): [True: 0, False: 2]
  ------------------
17638|      0|        _Pypegen_stack_overflow(p);
17639|      0|    }
17640|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (17640:9): [True: 0, False: 2]
  ------------------
17641|      0|        p->level--;
17642|      0|        return NULL;
17643|      0|    }
17644|      2|    expr_ty _res = NULL;
17645|      2|    int _mark = p->mark;
17646|      2|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (17646:9): [True: 0, False: 2]
  |  Branch (17646:31): [True: 0, False: 0]
  ------------------
17647|      0|        p->error_indicator = 1;
17648|      0|        p->level--;
17649|      0|        return NULL;
17650|      0|    }
17651|      2|    int _start_lineno = p->tokens[_mark]->lineno;
17652|      2|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      2|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2]
  |  |  ------------------
  ------------------
17653|      2|    int _start_col_offset = p->tokens[_mark]->col_offset;
17654|      2|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      2|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2]
  |  |  ------------------
  ------------------
17655|      2|    { // '(' [star_named_expression_sequence ',' star_named_expressions_sequence?] ')'
17656|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (17656:13): [True: 0, False: 2]
  ------------------
17657|      0|            p->level--;
17658|      0|            return NULL;
17659|      0|        }
17660|      2|        D(fprintf(stderr, "%*c> tuple[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'(' [star_named_expression_sequence ',' star_named_expressions_sequence?] ')'"));
17661|      2|        Token * _literal;
17662|      2|        Token * _literal_1;
17663|      2|        void *a;
17664|      2|        if (
17665|      2|            (_literal = _PyPegen_expect_token(p, 7))  // token='('
  ------------------
  |  Branch (17665:13): [True: 2, False: 0]
  ------------------
17666|      2|            &&
17667|      2|            (a = _tmp_84_rule(p), !p->error_indicator)  // [star_named_expression_sequence ',' star_named_expressions_sequence?]
  ------------------
  |  Branch (17667:13): [True: 2, False: 0]
  ------------------
17668|      2|            &&
17669|      2|            (_literal_1 = _PyPegen_expect_token(p, 8))  // token=')'
  ------------------
  |  Branch (17669:13): [True: 2, False: 0]
  ------------------
17670|      2|        )
17671|      2|        {
17672|      2|            D(fprintf(stderr, "%*c+ tuple[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'(' [star_named_expression_sequence ',' star_named_expressions_sequence?] ')'"));
17673|      2|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
17674|      2|            if (_token == NULL) {
  ------------------
  |  Branch (17674:17): [True: 0, False: 2]
  ------------------
17675|      0|                p->level--;
17676|      0|                return NULL;
17677|      0|            }
17678|      2|            int _end_lineno = _token->end_lineno;
17679|      2|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      2|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2]
  |  |  ------------------
  ------------------
17680|      2|            int _end_col_offset = _token->end_col_offset;
17681|      2|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      2|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2]
  |  |  ------------------
  ------------------
17682|      2|            _res = _PyAST_Tuple ( a , Load , EXTRA );
  ------------------
  |  |  269|      2|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
17683|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (17683:18): [True: 0, False: 2]
  |  Branch (17683:34): [True: 0, False: 2]
  |  Branch (17683:57): [True: 0, False: 0]
  ------------------
17684|      0|                p->error_indicator = 1;
17685|      0|                p->level--;
17686|      0|                return NULL;
17687|      0|            }
17688|      2|            goto done;
17689|      2|        }
17690|      0|        p->mark = _mark;
17691|      0|        D(fprintf(stderr, "%*c%s tuple[%d-%d]: %s failed!\n", p->level, ' ',
17692|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'(' [star_named_expression_sequence ',' star_named_expressions_sequence?] ')'"));
17693|      0|    }
17694|      0|    _res = NULL;
17695|      2|  done:
17696|      2|    p->level--;
17697|      2|    return _res;
17698|      0|}
parser.c:_tmp_84_rule:
33719|      2|{
33720|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (33720:9): [True: 0, False: 2]
  |  Branch (33720:35): [True: 0, False: 2]
  ------------------
33721|      0|        _Pypegen_stack_overflow(p);
33722|      0|    }
33723|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (33723:9): [True: 0, False: 2]
  ------------------
33724|      0|        p->level--;
33725|      0|        return NULL;
33726|      0|    }
33727|      2|    void * _res = NULL;
33728|      2|    int _mark = p->mark;
33729|      2|    { // star_named_expression_sequence ',' star_named_expressions_sequence?
33730|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (33730:13): [True: 0, False: 2]
  ------------------
33731|      0|            p->level--;
33732|      0|            return NULL;
33733|      0|        }
33734|      2|        D(fprintf(stderr, "%*c> _tmp_84[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expression_sequence ',' star_named_expressions_sequence?"));
33735|      2|        Token * _literal;
33736|      2|        expr_ty y;
33737|      2|        void *z;
33738|      2|        if (
33739|      2|            (y = star_named_expression_sequence_rule(p))  // star_named_expression_sequence
  ------------------
  |  Branch (33739:13): [True: 2, False: 0]
  ------------------
33740|      2|            &&
33741|      2|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (33741:13): [True: 2, False: 0]
  ------------------
33742|      2|            &&
33743|      2|            (z = star_named_expressions_sequence_rule(p), !p->error_indicator)  // star_named_expressions_sequence?
  ------------------
  |  Branch (33743:13): [True: 2, False: 0]
  ------------------
33744|      2|        )
33745|      2|        {
33746|      2|            D(fprintf(stderr, "%*c+ _tmp_84[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_named_expression_sequence ',' star_named_expressions_sequence?"));
33747|      2|            _res = _PyPegen_seq_insert_in_front ( p , y , z );
33748|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (33748:18): [True: 0, False: 2]
  |  Branch (33748:34): [True: 0, False: 2]
  |  Branch (33748:57): [True: 0, False: 0]
  ------------------
33749|      0|                p->error_indicator = 1;
33750|      0|                p->level--;
33751|      0|                return NULL;
33752|      0|            }
33753|      2|            goto done;
33754|      2|        }
33755|      0|        p->mark = _mark;
33756|      0|        D(fprintf(stderr, "%*c%s _tmp_84[%d-%d]: %s failed!\n", p->level, ' ',
33757|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expression_sequence ',' star_named_expressions_sequence?"));
33758|      0|    }
33759|      0|    _res = NULL;
33760|      2|  done:
33761|      2|    p->level--;
33762|      2|    return _res;
33763|      0|}
parser.c:star_named_expression_sequence_rule:
12267|      8|{
12268|      8|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     16|#  define MAXSTACK 6000
  ------------------
  |  Branch (12268:9): [True: 0, False: 8]
  |  Branch (12268:35): [True: 0, False: 8]
  ------------------
12269|      0|        _Pypegen_stack_overflow(p);
12270|      0|    }
12271|      8|    if (p->error_indicator) {
  ------------------
  |  Branch (12271:9): [True: 0, False: 8]
  ------------------
12272|      0|        p->level--;
12273|      0|        return NULL;
12274|      0|    }
12275|      8|    expr_ty _res = NULL;
12276|      8|    int _mark = p->mark;
12277|      8|    if (p->call_invalid_rules) { // invalid_starred_expression_unpacking_sequence
  ------------------
  |  Branch (12277:9): [True: 0, False: 8]
  ------------------
12278|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (12278:13): [True: 0, False: 0]
  ------------------
12279|      0|            p->level--;
12280|      0|            return NULL;
12281|      0|        }
12282|      0|        D(fprintf(stderr, "%*c> star_named_expression_sequence[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression_unpacking_sequence"));
12283|      0|        void *invalid_starred_expression_unpacking_sequence_var;
12284|      0|        if (
12285|      0|            (invalid_starred_expression_unpacking_sequence_var = invalid_starred_expression_unpacking_sequence_rule(p))  // invalid_starred_expression_unpacking_sequence
  ------------------
  |  Branch (12285:13): [True: 0, False: 0]
  ------------------
12286|      0|        )
12287|      0|        {
12288|      0|            D(fprintf(stderr, "%*c+ star_named_expression_sequence[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_starred_expression_unpacking_sequence"));
12289|      0|            _res = invalid_starred_expression_unpacking_sequence_var;
12290|      0|            goto done;
12291|      0|        }
12292|      0|        p->mark = _mark;
12293|      0|        D(fprintf(stderr, "%*c%s star_named_expression_sequence[%d-%d]: %s failed!\n", p->level, ' ',
12294|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_starred_expression_unpacking_sequence"));
12295|      0|    }
12296|      8|    { // star_named_expression
12297|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (12297:13): [True: 0, False: 8]
  ------------------
12298|      0|            p->level--;
12299|      0|            return NULL;
12300|      0|        }
12301|      8|        D(fprintf(stderr, "%*c> star_named_expression_sequence[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expression"));
12302|      8|        expr_ty star_named_expression_var;
12303|      8|        if (
12304|      8|            (star_named_expression_var = star_named_expression_rule(p))  // star_named_expression
  ------------------
  |  Branch (12304:13): [True: 8, False: 0]
  ------------------
12305|      8|        )
12306|      8|        {
12307|      8|            D(fprintf(stderr, "%*c+ star_named_expression_sequence[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_named_expression"));
12308|      8|            _res = star_named_expression_var;
12309|      8|            goto done;
12310|      8|        }
12311|      0|        p->mark = _mark;
12312|      0|        D(fprintf(stderr, "%*c%s star_named_expression_sequence[%d-%d]: %s failed!\n", p->level, ' ',
12313|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expression"));
12314|      0|    }
12315|      0|    _res = NULL;
12316|      8|  done:
12317|      8|    p->level--;
12318|      8|    return _res;
12319|      0|}
parser.c:star_named_expressions_sequence_rule:
12135|      2|{
12136|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (12136:9): [True: 0, False: 2]
  |  Branch (12136:35): [True: 0, False: 2]
  ------------------
12137|      0|        _Pypegen_stack_overflow(p);
12138|      0|    }
12139|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (12139:9): [True: 0, False: 2]
  ------------------
12140|      0|        p->level--;
12141|      0|        return NULL;
12142|      0|    }
12143|      2|    asdl_expr_seq* _res = NULL;
12144|      2|    int _mark = p->mark;
12145|      2|    { // ','.star_named_expression_sequence+ ','?
12146|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (12146:13): [True: 0, False: 2]
  ------------------
12147|      0|            p->level--;
12148|      0|            return NULL;
12149|      0|        }
12150|      2|        D(fprintf(stderr, "%*c> star_named_expressions_sequence[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "','.star_named_expression_sequence+ ','?"));
12151|      2|        void *_opt_var;
12152|      2|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|      2|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 2]
  |  |  ------------------
  ------------------
12153|      2|        asdl_expr_seq* a;
12154|      2|        if (
12155|      2|            (a = (asdl_expr_seq*)_gather_60_rule(p))  // ','.star_named_expression_sequence+
  ------------------
  |  Branch (12155:13): [True: 2, False: 0]
  ------------------
12156|      2|            &&
12157|      2|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (12157:13): [True: 2, False: 0]
  ------------------
12158|      2|        )
12159|      2|        {
12160|      2|            D(fprintf(stderr, "%*c+ star_named_expressions_sequence[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "','.star_named_expression_sequence+ ','?"));
12161|      2|            _res = a;
12162|      2|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (12162:18): [True: 0, False: 2]
  |  Branch (12162:34): [True: 0, False: 2]
  |  Branch (12162:57): [True: 0, False: 0]
  ------------------
12163|      0|                p->error_indicator = 1;
12164|      0|                p->level--;
12165|      0|                return NULL;
12166|      0|            }
12167|      2|            goto done;
12168|      2|        }
12169|      0|        p->mark = _mark;
12170|      0|        D(fprintf(stderr, "%*c%s star_named_expressions_sequence[%d-%d]: %s failed!\n", p->level, ' ',
12171|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "','.star_named_expression_sequence+ ','?"));
12172|      0|    }
12173|      0|    _res = NULL;
12174|      2|  done:
12175|      2|    p->level--;
12176|      2|    return _res;
12177|      0|}
parser.c:_gather_60_rule:
32142|      2|{
32143|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (32143:9): [True: 0, False: 2]
  |  Branch (32143:35): [True: 0, False: 2]
  ------------------
32144|      0|        _Pypegen_stack_overflow(p);
32145|      0|    }
32146|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (32146:9): [True: 0, False: 2]
  ------------------
32147|      0|        p->level--;
32148|      0|        return NULL;
32149|      0|    }
32150|      2|    asdl_seq * _res = NULL;
32151|      2|    int _mark = p->mark;
32152|      2|    { // star_named_expression_sequence _loop0_59
32153|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (32153:13): [True: 0, False: 2]
  ------------------
32154|      0|            p->level--;
32155|      0|            return NULL;
32156|      0|        }
32157|      2|        D(fprintf(stderr, "%*c> _gather_60[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "star_named_expression_sequence _loop0_59"));
32158|      2|        expr_ty elem;
32159|      2|        asdl_seq * seq;
32160|      2|        if (
32161|      2|            (elem = star_named_expression_sequence_rule(p))  // star_named_expression_sequence
  ------------------
  |  Branch (32161:13): [True: 2, False: 0]
  ------------------
32162|      2|            &&
32163|      2|            (seq = _loop0_59_rule(p))  // _loop0_59
  ------------------
  |  Branch (32163:13): [True: 2, False: 0]
  ------------------
32164|      2|        )
32165|      2|        {
32166|      2|            D(fprintf(stderr, "%*c+ _gather_60[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "star_named_expression_sequence _loop0_59"));
32167|      2|            _res = _PyPegen_seq_insert_in_front(p, elem, seq);
32168|      2|            goto done;
32169|      2|        }
32170|      0|        p->mark = _mark;
32171|      0|        D(fprintf(stderr, "%*c%s _gather_60[%d-%d]: %s failed!\n", p->level, ' ',
32172|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "star_named_expression_sequence _loop0_59"));
32173|      0|    }
32174|      0|    _res = NULL;
32175|      2|  done:
32176|      2|    p->level--;
32177|      2|    return _res;
32178|      0|}
parser.c:_loop0_59_rule:
32066|      2|{
32067|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (32067:9): [True: 0, False: 2]
  |  Branch (32067:35): [True: 0, False: 2]
  ------------------
32068|      0|        _Pypegen_stack_overflow(p);
32069|      0|    }
32070|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (32070:9): [True: 0, False: 2]
  ------------------
32071|      0|        p->level--;
32072|      0|        return NULL;
32073|      0|    }
32074|      2|    void *_res = NULL;
32075|      2|    int _mark = p->mark;
32076|      2|    void **_children = PyMem_Malloc(sizeof(void *));
32077|      2|    if (!_children) {
  ------------------
  |  Branch (32077:9): [True: 0, False: 2]
  ------------------
32078|      0|        p->error_indicator = 1;
32079|      0|        PyErr_NoMemory();
32080|      0|        p->level--;
32081|      0|        return NULL;
32082|      0|    }
32083|      2|    Py_ssize_t _children_capacity = 1;
32084|      2|    Py_ssize_t _n = 0;
32085|      2|    { // ',' star_named_expression_sequence
32086|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (32086:13): [True: 0, False: 2]
  ------------------
32087|      0|            p->level--;
32088|      0|            return NULL;
32089|      0|        }
32090|      2|        D(fprintf(stderr, "%*c> _loop0_59[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' star_named_expression_sequence"));
32091|      2|        Token * _literal;
32092|      2|        expr_ty elem;
32093|      2|        while (
32094|      6|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (32094:13): [True: 4, False: 2]
  ------------------
32095|      4|            &&
32096|      4|            (elem = star_named_expression_sequence_rule(p))  // star_named_expression_sequence
  ------------------
  |  Branch (32096:13): [True: 4, False: 0]
  ------------------
32097|      2|        )
32098|      4|        {
32099|      4|            _res = elem;
32100|      4|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (32100:18): [True: 0, False: 4]
  |  Branch (32100:34): [True: 0, False: 4]
  |  Branch (32100:57): [True: 0, False: 0]
  ------------------
32101|      0|                p->error_indicator = 1;
32102|      0|                PyMem_Free(_children);
32103|      0|                p->level--;
32104|      0|                return NULL;
32105|      0|            }
32106|      4|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32106:17): [True: 2, False: 2]
  ------------------
32107|      2|                _children_capacity *= 2;
32108|      2|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32109|      2|                if (!_new_children) {
  ------------------
  |  Branch (32109:21): [True: 0, False: 2]
  ------------------
32110|      0|                    PyMem_Free(_children);
32111|      0|                    p->error_indicator = 1;
32112|      0|                    PyErr_NoMemory();
32113|      0|                    p->level--;
32114|      0|                    return NULL;
32115|      0|                }
32116|      2|                _children = _new_children;
32117|      2|            }
32118|      4|            _children[_n++] = _res;
32119|      4|            _mark = p->mark;
32120|      4|        }
32121|      2|        p->mark = _mark;
32122|      2|        D(fprintf(stderr, "%*c%s _loop0_59[%d-%d]: %s failed!\n", p->level, ' ',
32123|      2|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' star_named_expression_sequence"));
32124|      2|    }
32125|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32126|      2|    if (!_seq) {
  ------------------
  |  Branch (32126:9): [True: 0, False: 2]
  ------------------
32127|      0|        PyMem_Free(_children);
32128|      0|        p->error_indicator = 1;
32129|      0|        PyErr_NoMemory();
32130|      0|        p->level--;
32131|      0|        return NULL;
32132|      0|    }
32133|      6|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      4|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      6|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32133:28): [True: 4, False: 2]
  ------------------
32134|      2|    PyMem_Free(_children);
32135|      2|    p->level--;
32136|      2|    return _seq;
32137|      2|}
parser.c:expression_rule:
11560|     17|{
11561|     17|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     34|#  define MAXSTACK 6000
  ------------------
  |  Branch (11561:9): [True: 0, False: 17]
  |  Branch (11561:35): [True: 0, False: 17]
  ------------------
11562|      0|        _Pypegen_stack_overflow(p);
11563|      0|    }
11564|     17|    if (p->error_indicator) {
  ------------------
  |  Branch (11564:9): [True: 0, False: 17]
  ------------------
11565|      0|        p->level--;
11566|      0|        return NULL;
11567|      0|    }
11568|     17|    expr_ty _res = NULL;
11569|     17|    if (_PyPegen_is_memoized(p, expression_type, &_res)) {
  ------------------
  |  |  198|     17|#define expression_type 1109
  ------------------
  |  Branch (11569:9): [True: 9, False: 8]
  ------------------
11570|      9|        p->level--;
11571|      9|        return _res;
11572|      9|    }
11573|      8|    int _mark = p->mark;
11574|      8|    if (p->call_invalid_rules) { // invalid_if_expression
  ------------------
  |  Branch (11574:9): [True: 0, False: 8]
  ------------------
11575|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (11575:13): [True: 0, False: 0]
  ------------------
11576|      0|            p->level--;
11577|      0|            return NULL;
11578|      0|        }
11579|      0|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_if_expression"));
11580|      0|        void *invalid_if_expression_var;
11581|      0|        if (
11582|      0|            (invalid_if_expression_var = invalid_if_expression_rule(p))  // invalid_if_expression
  ------------------
  |  Branch (11582:13): [True: 0, False: 0]
  ------------------
11583|      0|        )
11584|      0|        {
11585|      0|            D(fprintf(stderr, "%*c+ expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_if_expression"));
11586|      0|            _res = invalid_if_expression_var;
11587|      0|            goto done;
11588|      0|        }
11589|      0|        p->mark = _mark;
11590|      0|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11591|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_if_expression"));
11592|      0|    }
11593|      8|    if (p->call_invalid_rules) { // invalid_expression
  ------------------
  |  Branch (11593:9): [True: 0, False: 8]
  ------------------
11594|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (11594:13): [True: 0, False: 0]
  ------------------
11595|      0|            p->level--;
11596|      0|            return NULL;
11597|      0|        }
11598|      0|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_expression"));
11599|      0|        void *invalid_expression_var;
11600|      0|        if (
11601|      0|            (invalid_expression_var = invalid_expression_rule(p))  // invalid_expression
  ------------------
  |  Branch (11601:13): [True: 0, False: 0]
  ------------------
11602|      0|        )
11603|      0|        {
11604|      0|            D(fprintf(stderr, "%*c+ expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_expression"));
11605|      0|            _res = invalid_expression_var;
11606|      0|            goto done;
11607|      0|        }
11608|      0|        p->mark = _mark;
11609|      0|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11610|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_expression"));
11611|      0|    }
11612|      8|    if (p->call_invalid_rules) { // invalid_legacy_expression
  ------------------
  |  Branch (11612:9): [True: 0, False: 8]
  ------------------
11613|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (11613:13): [True: 0, False: 0]
  ------------------
11614|      0|            p->level--;
11615|      0|            return NULL;
11616|      0|        }
11617|      0|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_legacy_expression"));
11618|      0|        void *invalid_legacy_expression_var;
11619|      0|        if (
11620|      0|            (invalid_legacy_expression_var = invalid_legacy_expression_rule(p))  // invalid_legacy_expression
  ------------------
  |  Branch (11620:13): [True: 0, False: 0]
  ------------------
11621|      0|        )
11622|      0|        {
11623|      0|            D(fprintf(stderr, "%*c+ expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_legacy_expression"));
11624|      0|            _res = invalid_legacy_expression_var;
11625|      0|            goto done;
11626|      0|        }
11627|      0|        p->mark = _mark;
11628|      0|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11629|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_legacy_expression"));
11630|      0|    }
11631|      8|    { // if_expression
11632|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (11632:13): [True: 0, False: 8]
  ------------------
11633|      0|            p->level--;
11634|      0|            return NULL;
11635|      0|        }
11636|      8|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "if_expression"));
11637|      8|        expr_ty if_expression_var;
11638|      8|        if (
11639|      8|            (if_expression_var = if_expression_rule(p))  // if_expression
  ------------------
  |  Branch (11639:13): [True: 0, False: 8]
  ------------------
11640|      8|        )
11641|      0|        {
11642|      0|            D(fprintf(stderr, "%*c+ expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "if_expression"));
11643|      0|            _res = if_expression_var;
11644|      0|            goto done;
11645|      0|        }
11646|      8|        p->mark = _mark;
11647|      8|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11648|      8|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "if_expression"));
11649|      8|    }
11650|      0|    { // disjunction
11651|      8|        if (p->error_indicator) {
  ------------------
  |  Branch (11651:13): [True: 0, False: 8]
  ------------------
11652|      0|            p->level--;
11653|      0|            return NULL;
11654|      0|        }
11655|      8|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "disjunction"));
11656|      8|        expr_ty disjunction_var;
11657|      8|        if (
11658|      8|            (disjunction_var = disjunction_rule(p))  // disjunction
  ------------------
  |  Branch (11658:13): [True: 7, False: 1]
  ------------------
11659|      8|        )
11660|      7|        {
11661|      7|            D(fprintf(stderr, "%*c+ expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "disjunction"));
11662|      7|            _res = disjunction_var;
11663|      7|            goto done;
11664|      7|        }
11665|      1|        p->mark = _mark;
11666|      1|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11667|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "disjunction"));
11668|      1|    }
11669|      0|    { // lambdef
11670|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (11670:13): [True: 0, False: 1]
  ------------------
11671|      0|            p->level--;
11672|      0|            return NULL;
11673|      0|        }
11674|      1|        D(fprintf(stderr, "%*c> expression[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambdef"));
11675|      1|        expr_ty lambdef_var;
11676|      1|        if (
11677|      1|            (lambdef_var = lambdef_rule(p))  // lambdef
  ------------------
  |  Branch (11677:13): [True: 1, False: 0]
  ------------------
11678|      1|        )
11679|      1|        {
11680|      1|            D(fprintf(stderr, "%*c+ expression[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambdef"));
11681|      1|            _res = lambdef_var;
11682|      1|            goto done;
11683|      1|        }
11684|      0|        p->mark = _mark;
11685|      0|        D(fprintf(stderr, "%*c%s expression[%d-%d]: %s failed!\n", p->level, ' ',
11686|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambdef"));
11687|      0|    }
11688|      0|    _res = NULL;
11689|      8|  done:
11690|      8|    _PyPegen_insert_memo(p, _mark, expression_type, _res);
  ------------------
  |  |  198|      8|#define expression_type 1109
  ------------------
11691|      8|    p->level--;
11692|      8|    return _res;
11693|      0|}
parser.c:_tmp_16_rule:
29379|      1|{
29380|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (29380:9): [True: 0, False: 1]
  |  Branch (29380:35): [True: 0, False: 1]
  ------------------
29381|      0|        _Pypegen_stack_overflow(p);
29382|      0|    }
29383|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (29383:9): [True: 0, False: 1]
  ------------------
29384|      0|        p->level--;
29385|      0|        return NULL;
29386|      0|    }
29387|      1|    void * _res = NULL;
29388|      1|    int _mark = p->mark;
29389|      1|    { // ',' expression
29390|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (29390:13): [True: 0, False: 1]
  ------------------
29391|      0|            p->level--;
29392|      0|            return NULL;
29393|      0|        }
29394|      1|        D(fprintf(stderr, "%*c> _tmp_16[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "',' expression"));
29395|      1|        Token * _literal;
29396|      1|        expr_ty z;
29397|      1|        if (
29398|      1|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (29398:13): [True: 0, False: 1]
  ------------------
29399|      0|            &&
29400|      0|            (z = expression_rule(p))  // expression
  ------------------
  |  Branch (29400:13): [True: 0, False: 0]
  ------------------
29401|      1|        )
29402|      0|        {
29403|      0|            D(fprintf(stderr, "%*c+ _tmp_16[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "',' expression"));
29404|      0|            _res = z;
29405|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (29405:18): [True: 0, False: 0]
  |  Branch (29405:34): [True: 0, False: 0]
  |  Branch (29405:57): [True: 0, False: 0]
  ------------------
29406|      0|                p->error_indicator = 1;
29407|      0|                p->level--;
29408|      0|                return NULL;
29409|      0|            }
29410|      0|            goto done;
29411|      0|        }
29412|      1|        p->mark = _mark;
29413|      1|        D(fprintf(stderr, "%*c%s _tmp_16[%d-%d]: %s failed!\n", p->level, ' ',
29414|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "',' expression"));
29415|      1|    }
29416|      1|    _res = NULL;
29417|      1|  done:
29418|      1|    p->level--;
29419|      1|    return _res;
29420|      1|}
parser.c:lambda_params_rule:
15715|      1|{
15716|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (15716:9): [True: 0, False: 1]
  |  Branch (15716:35): [True: 0, False: 1]
  ------------------
15717|      0|        _Pypegen_stack_overflow(p);
15718|      0|    }
15719|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (15719:9): [True: 0, False: 1]
  ------------------
15720|      0|        p->level--;
15721|      0|        return NULL;
15722|      0|    }
15723|      1|    arguments_ty _res = NULL;
15724|      1|    int _mark = p->mark;
15725|      1|    if (p->call_invalid_rules) { // invalid_lambda_parameters
  ------------------
  |  Branch (15725:9): [True: 0, False: 1]
  ------------------
15726|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (15726:13): [True: 0, False: 0]
  ------------------
15727|      0|            p->level--;
15728|      0|            return NULL;
15729|      0|        }
15730|      0|        D(fprintf(stderr, "%*c> lambda_params[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_lambda_parameters"));
15731|      0|        void *invalid_lambda_parameters_var;
15732|      0|        if (
15733|      0|            (invalid_lambda_parameters_var = invalid_lambda_parameters_rule(p))  // invalid_lambda_parameters
  ------------------
  |  Branch (15733:13): [True: 0, False: 0]
  ------------------
15734|      0|        )
15735|      0|        {
15736|      0|            D(fprintf(stderr, "%*c+ lambda_params[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_lambda_parameters"));
15737|      0|            _res = invalid_lambda_parameters_var;
15738|      0|            goto done;
15739|      0|        }
15740|      0|        p->mark = _mark;
15741|      0|        D(fprintf(stderr, "%*c%s lambda_params[%d-%d]: %s failed!\n", p->level, ' ',
15742|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_lambda_parameters"));
15743|      0|    }
15744|      1|    { // lambda_parameters
15745|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15745:13): [True: 0, False: 1]
  ------------------
15746|      0|            p->level--;
15747|      0|            return NULL;
15748|      0|        }
15749|      1|        D(fprintf(stderr, "%*c> lambda_params[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_parameters"));
15750|      1|        arguments_ty lambda_parameters_var;
15751|      1|        if (
15752|      1|            (lambda_parameters_var = lambda_parameters_rule(p))  // lambda_parameters
  ------------------
  |  Branch (15752:13): [True: 1, False: 0]
  ------------------
15753|      1|        )
15754|      1|        {
15755|      1|            D(fprintf(stderr, "%*c+ lambda_params[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_parameters"));
15756|      1|            _res = lambda_parameters_var;
15757|      1|            goto done;
15758|      1|        }
15759|      0|        p->mark = _mark;
15760|      0|        D(fprintf(stderr, "%*c%s lambda_params[%d-%d]: %s failed!\n", p->level, ' ',
15761|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_parameters"));
15762|      0|    }
15763|      0|    _res = NULL;
15764|      1|  done:
15765|      1|    p->level--;
15766|      1|    return _res;
15767|      0|}
parser.c:lambda_slash_with_default_rule:
16022|      1|{
16023|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (16023:9): [True: 0, False: 1]
  |  Branch (16023:35): [True: 0, False: 1]
  ------------------
16024|      0|        _Pypegen_stack_overflow(p);
16025|      0|    }
16026|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (16026:9): [True: 0, False: 1]
  ------------------
16027|      0|        p->level--;
16028|      0|        return NULL;
16029|      0|    }
16030|      1|    SlashWithDefault* _res = NULL;
16031|      1|    int _mark = p->mark;
16032|      1|    { // lambda_param_no_default* lambda_param_with_default+ '/' ','
16033|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (16033:13): [True: 0, False: 1]
  ------------------
16034|      0|            p->level--;
16035|      0|            return NULL;
16036|      0|        }
16037|      1|        D(fprintf(stderr, "%*c> lambda_slash_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default* lambda_param_with_default+ '/' ','"));
16038|      1|        Token * _literal;
16039|      1|        Token * _literal_1;
16040|      1|        asdl_seq * a;
16041|      1|        asdl_seq * b;
16042|      1|        if (
16043|      1|            (a = _loop0_72_rule(p))  // lambda_param_no_default*
  ------------------
  |  Branch (16043:13): [True: 1, False: 0]
  ------------------
16044|      1|            &&
16045|      1|            (b = _loop1_75_rule(p))  // lambda_param_with_default+
  ------------------
  |  Branch (16045:13): [True: 0, False: 1]
  ------------------
16046|      0|            &&
16047|      0|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (16047:13): [True: 0, False: 0]
  ------------------
16048|      0|            &&
16049|      0|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (16049:13): [True: 0, False: 0]
  ------------------
16050|      1|        )
16051|      0|        {
16052|      0|            D(fprintf(stderr, "%*c+ lambda_slash_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default* lambda_param_with_default+ '/' ','"));
16053|      0|            _res = _PyPegen_slash_with_default ( p , ( asdl_arg_seq* ) a , b );
16054|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16054:18): [True: 0, False: 0]
  |  Branch (16054:34): [True: 0, False: 0]
  |  Branch (16054:57): [True: 0, False: 0]
  ------------------
16055|      0|                p->error_indicator = 1;
16056|      0|                p->level--;
16057|      0|                return NULL;
16058|      0|            }
16059|      0|            goto done;
16060|      0|        }
16061|      1|        p->mark = _mark;
16062|      1|        D(fprintf(stderr, "%*c%s lambda_slash_with_default[%d-%d]: %s failed!\n", p->level, ' ',
16063|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default* lambda_param_with_default+ '/' ','"));
16064|      1|    }
16065|      0|    { // lambda_param_no_default* lambda_param_with_default+ '/' &':'
16066|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (16066:13): [True: 0, False: 1]
  ------------------
16067|      0|            p->level--;
16068|      0|            return NULL;
16069|      0|        }
16070|      1|        D(fprintf(stderr, "%*c> lambda_slash_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default* lambda_param_with_default+ '/' &':'"));
16071|      1|        Token * _literal;
16072|      1|        asdl_seq * a;
16073|      1|        asdl_seq * b;
16074|      1|        if (
16075|      1|            (a = _loop0_72_rule(p))  // lambda_param_no_default*
  ------------------
  |  Branch (16075:13): [True: 1, False: 0]
  ------------------
16076|      1|            &&
16077|      1|            (b = _loop1_75_rule(p))  // lambda_param_with_default+
  ------------------
  |  Branch (16077:13): [True: 0, False: 1]
  ------------------
16078|      0|            &&
16079|      0|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (16079:13): [True: 0, False: 0]
  ------------------
16080|      0|            &&
16081|      0|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 11)  // token=':'
  ------------------
  |  Branch (16081:13): [True: 0, False: 0]
  ------------------
16082|      1|        )
16083|      0|        {
16084|      0|            D(fprintf(stderr, "%*c+ lambda_slash_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default* lambda_param_with_default+ '/' &':'"));
16085|      0|            _res = _PyPegen_slash_with_default ( p , ( asdl_arg_seq* ) a , b );
16086|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16086:18): [True: 0, False: 0]
  |  Branch (16086:34): [True: 0, False: 0]
  |  Branch (16086:57): [True: 0, False: 0]
  ------------------
16087|      0|                p->error_indicator = 1;
16088|      0|                p->level--;
16089|      0|                return NULL;
16090|      0|            }
16091|      0|            goto done;
16092|      0|        }
16093|      1|        p->mark = _mark;
16094|      1|        D(fprintf(stderr, "%*c%s lambda_slash_with_default[%d-%d]: %s failed!\n", p->level, ' ',
16095|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default* lambda_param_with_default+ '/' &':'"));
16096|      1|    }
16097|      1|    _res = NULL;
16098|      1|  done:
16099|      1|    p->level--;
16100|      1|    return _res;
16101|      1|}
parser.c:_loop1_75_rule:
33096|      2|{
33097|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (33097:9): [True: 0, False: 2]
  |  Branch (33097:35): [True: 0, False: 2]
  ------------------
33098|      0|        _Pypegen_stack_overflow(p);
33099|      0|    }
33100|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (33100:9): [True: 0, False: 2]
  ------------------
33101|      0|        p->level--;
33102|      0|        return NULL;
33103|      0|    }
33104|      2|    void *_res = NULL;
33105|      2|    int _mark = p->mark;
33106|      2|    void **_children = PyMem_Malloc(sizeof(void *));
33107|      2|    if (!_children) {
  ------------------
  |  Branch (33107:9): [True: 0, False: 2]
  ------------------
33108|      0|        p->error_indicator = 1;
33109|      0|        PyErr_NoMemory();
33110|      0|        p->level--;
33111|      0|        return NULL;
33112|      0|    }
33113|      2|    Py_ssize_t _children_capacity = 1;
33114|      2|    Py_ssize_t _n = 0;
33115|      2|    { // lambda_param_with_default
33116|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (33116:13): [True: 0, False: 2]
  ------------------
33117|      0|            p->level--;
33118|      0|            return NULL;
33119|      0|        }
33120|      2|        D(fprintf(stderr, "%*c> _loop1_75[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default"));
33121|      2|        NameDefaultPair* lambda_param_with_default_var;
33122|      2|        while (
33123|      2|            (lambda_param_with_default_var = lambda_param_with_default_rule(p))  // lambda_param_with_default
  ------------------
  |  Branch (33123:13): [True: 0, False: 2]
  ------------------
33124|      2|        )
33125|      0|        {
33126|      0|            _res = lambda_param_with_default_var;
33127|      0|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33127:17): [True: 0, False: 0]
  ------------------
33128|      0|                _children_capacity *= 2;
33129|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33130|      0|                if (!_new_children) {
  ------------------
  |  Branch (33130:21): [True: 0, False: 0]
  ------------------
33131|      0|                    PyMem_Free(_children);
33132|      0|                    p->error_indicator = 1;
33133|      0|                    PyErr_NoMemory();
33134|      0|                    p->level--;
33135|      0|                    return NULL;
33136|      0|                }
33137|      0|                _children = _new_children;
33138|      0|            }
33139|      0|            _children[_n++] = _res;
33140|      0|            _mark = p->mark;
33141|      0|        }
33142|      2|        p->mark = _mark;
33143|      2|        D(fprintf(stderr, "%*c%s _loop1_75[%d-%d]: %s failed!\n", p->level, ' ',
33144|      2|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_with_default"));
33145|      2|    }
33146|      2|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (33146:9): [True: 2, False: 0]
  |  Branch (33146:20): [True: 0, False: 0]
  ------------------
33147|      2|        PyMem_Free(_children);
33148|      2|        p->level--;
33149|      2|        return NULL;
33150|      2|    }
33151|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33152|      0|    if (!_seq) {
  ------------------
  |  Branch (33152:9): [True: 0, False: 0]
  ------------------
33153|      0|        PyMem_Free(_children);
33154|      0|        p->error_indicator = 1;
33155|      0|        PyErr_NoMemory();
33156|      0|        p->level--;
33157|      0|        return NULL;
33158|      0|    }
33159|      0|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      0|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33159:28): [True: 0, False: 0]
  ------------------
33160|      0|    PyMem_Free(_children);
33161|      0|    p->level--;
33162|      0|    return _seq;
33163|      0|}
parser.c:lambda_param_with_default_rule:
16375|      3|{
16376|      3|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      6|#  define MAXSTACK 6000
  ------------------
  |  Branch (16376:9): [True: 0, False: 3]
  |  Branch (16376:35): [True: 0, False: 3]
  ------------------
16377|      0|        _Pypegen_stack_overflow(p);
16378|      0|    }
16379|      3|    if (p->error_indicator) {
  ------------------
  |  Branch (16379:9): [True: 0, False: 3]
  ------------------
16380|      0|        p->level--;
16381|      0|        return NULL;
16382|      0|    }
16383|      3|    NameDefaultPair* _res = NULL;
16384|      3|    int _mark = p->mark;
16385|      3|    { // lambda_param default ','
16386|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (16386:13): [True: 0, False: 3]
  ------------------
16387|      0|            p->level--;
16388|      0|            return NULL;
16389|      0|        }
16390|      3|        D(fprintf(stderr, "%*c> lambda_param_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param default ','"));
16391|      3|        Token * _literal;
16392|      3|        arg_ty a;
16393|      3|        expr_ty c;
16394|      3|        if (
16395|      3|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16395:13): [True: 0, False: 3]
  ------------------
16396|      0|            &&
16397|      0|            (c = default_rule(p))  // default
  ------------------
  |  Branch (16397:13): [True: 0, False: 0]
  ------------------
16398|      0|            &&
16399|      0|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (16399:13): [True: 0, False: 0]
  ------------------
16400|      3|        )
16401|      0|        {
16402|      0|            D(fprintf(stderr, "%*c+ lambda_param_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param default ','"));
16403|      0|            _res = _PyPegen_name_default_pair ( p , a , c , NULL );
16404|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16404:18): [True: 0, False: 0]
  |  Branch (16404:34): [True: 0, False: 0]
  |  Branch (16404:57): [True: 0, False: 0]
  ------------------
16405|      0|                p->error_indicator = 1;
16406|      0|                p->level--;
16407|      0|                return NULL;
16408|      0|            }
16409|      0|            goto done;
16410|      0|        }
16411|      3|        p->mark = _mark;
16412|      3|        D(fprintf(stderr, "%*c%s lambda_param_with_default[%d-%d]: %s failed!\n", p->level, ' ',
16413|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param default ','"));
16414|      3|    }
16415|      0|    { // lambda_param default &':'
16416|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (16416:13): [True: 0, False: 3]
  ------------------
16417|      0|            p->level--;
16418|      0|            return NULL;
16419|      0|        }
16420|      3|        D(fprintf(stderr, "%*c> lambda_param_with_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param default &':'"));
16421|      3|        arg_ty a;
16422|      3|        expr_ty c;
16423|      3|        if (
16424|      3|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16424:13): [True: 0, False: 3]
  ------------------
16425|      0|            &&
16426|      0|            (c = default_rule(p))  // default
  ------------------
  |  Branch (16426:13): [True: 0, False: 0]
  ------------------
16427|      0|            &&
16428|      0|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 11)  // token=':'
  ------------------
  |  Branch (16428:13): [True: 0, False: 0]
  ------------------
16429|      3|        )
16430|      0|        {
16431|      0|            D(fprintf(stderr, "%*c+ lambda_param_with_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param default &':'"));
16432|      0|            _res = _PyPegen_name_default_pair ( p , a , c , NULL );
16433|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16433:18): [True: 0, False: 0]
  |  Branch (16433:34): [True: 0, False: 0]
  |  Branch (16433:57): [True: 0, False: 0]
  ------------------
16434|      0|                p->error_indicator = 1;
16435|      0|                p->level--;
16436|      0|                return NULL;
16437|      0|            }
16438|      0|            goto done;
16439|      0|        }
16440|      3|        p->mark = _mark;
16441|      3|        D(fprintf(stderr, "%*c%s lambda_param_with_default[%d-%d]: %s failed!\n", p->level, ' ',
16442|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param default &':'"));
16443|      3|    }
16444|      3|    _res = NULL;
16445|      3|  done:
16446|      3|    p->level--;
16447|      3|    return _res;
16448|      3|}
parser.c:lambda_param_rule:
16531|     46|{
16532|     46|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     92|#  define MAXSTACK 6000
  ------------------
  |  Branch (16532:9): [True: 0, False: 46]
  |  Branch (16532:35): [True: 0, False: 46]
  ------------------
16533|      0|        _Pypegen_stack_overflow(p);
16534|      0|    }
16535|     46|    if (p->error_indicator) {
  ------------------
  |  Branch (16535:9): [True: 0, False: 46]
  ------------------
16536|      0|        p->level--;
16537|      0|        return NULL;
16538|      0|    }
16539|     46|    arg_ty _res = NULL;
16540|     46|    int _mark = p->mark;
16541|     46|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (16541:9): [True: 5, False: 41]
  |  Branch (16541:31): [True: 0, False: 5]
  ------------------
16542|      0|        p->error_indicator = 1;
16543|      0|        p->level--;
16544|      0|        return NULL;
16545|      0|    }
16546|     46|    int _start_lineno = p->tokens[_mark]->lineno;
16547|     46|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     46|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 46]
  |  |  ------------------
  ------------------
16548|     46|    int _start_col_offset = p->tokens[_mark]->col_offset;
16549|     46|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     46|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 46]
  |  |  ------------------
  ------------------
16550|     46|    { // NAME
16551|     46|        if (p->error_indicator) {
  ------------------
  |  Branch (16551:13): [True: 0, False: 46]
  ------------------
16552|      0|            p->level--;
16553|      0|            return NULL;
16554|      0|        }
16555|     46|        D(fprintf(stderr, "%*c> lambda_param[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NAME"));
16556|     46|        expr_ty a;
16557|     46|        if (
16558|     46|            (a = _PyPegen_name_token(p))  // NAME
  ------------------
  |  Branch (16558:13): [True: 30, False: 16]
  ------------------
16559|     46|        )
16560|     30|        {
16561|     30|            D(fprintf(stderr, "%*c+ lambda_param[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NAME"));
16562|     30|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
16563|     30|            if (_token == NULL) {
  ------------------
  |  Branch (16563:17): [True: 0, False: 30]
  ------------------
16564|      0|                p->level--;
16565|      0|                return NULL;
16566|      0|            }
16567|     30|            int _end_lineno = _token->end_lineno;
16568|     30|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|     30|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 30]
  |  |  ------------------
  ------------------
16569|     30|            int _end_col_offset = _token->end_col_offset;
16570|     30|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|     30|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 30]
  |  |  ------------------
  ------------------
16571|     30|            _res = _PyAST_arg ( a -> v . Name . id , NULL , NULL , EXTRA );
  ------------------
  |  |  269|     30|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
16572|     30|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16572:18): [True: 0, False: 30]
  |  Branch (16572:34): [True: 0, False: 30]
  |  Branch (16572:57): [True: 0, False: 0]
  ------------------
16573|      0|                p->error_indicator = 1;
16574|      0|                p->level--;
16575|      0|                return NULL;
16576|      0|            }
16577|     30|            goto done;
16578|     30|        }
16579|     16|        p->mark = _mark;
16580|     16|        D(fprintf(stderr, "%*c%s lambda_param[%d-%d]: %s failed!\n", p->level, ' ',
16581|     16|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NAME"));
16582|     16|    }
16583|     16|    _res = NULL;
16584|     46|  done:
16585|     46|    p->level--;
16586|     46|    return _res;
16587|     16|}
parser.c:lambda_slash_no_default_rule:
15942|      1|{
15943|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (15943:9): [True: 0, False: 1]
  |  Branch (15943:35): [True: 0, False: 1]
  ------------------
15944|      0|        _Pypegen_stack_overflow(p);
15945|      0|    }
15946|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (15946:9): [True: 0, False: 1]
  ------------------
15947|      0|        p->level--;
15948|      0|        return NULL;
15949|      0|    }
15950|      1|    asdl_arg_seq* _res = NULL;
15951|      1|    int _mark = p->mark;
15952|      1|    { // lambda_param_no_default+ '/' ','
15953|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15953:13): [True: 0, False: 1]
  ------------------
15954|      0|            p->level--;
15955|      0|            return NULL;
15956|      0|        }
15957|      1|        D(fprintf(stderr, "%*c> lambda_slash_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ '/' ','"));
15958|      1|        Token * _literal;
15959|      1|        Token * _literal_1;
15960|      1|        asdl_arg_seq* a;
15961|      1|        if (
15962|      1|            (a = (asdl_arg_seq*)_loop1_74_rule(p))  // lambda_param_no_default+
  ------------------
  |  Branch (15962:13): [True: 1, False: 0]
  ------------------
15963|      1|            &&
15964|      1|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (15964:13): [True: 0, False: 1]
  ------------------
15965|      0|            &&
15966|      0|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (15966:13): [True: 0, False: 0]
  ------------------
15967|      1|        )
15968|      0|        {
15969|      0|            D(fprintf(stderr, "%*c+ lambda_slash_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ '/' ','"));
15970|      0|            _res = a;
15971|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15971:18): [True: 0, False: 0]
  |  Branch (15971:34): [True: 0, False: 0]
  |  Branch (15971:57): [True: 0, False: 0]
  ------------------
15972|      0|                p->error_indicator = 1;
15973|      0|                p->level--;
15974|      0|                return NULL;
15975|      0|            }
15976|      0|            goto done;
15977|      0|        }
15978|      1|        p->mark = _mark;
15979|      1|        D(fprintf(stderr, "%*c%s lambda_slash_no_default[%d-%d]: %s failed!\n", p->level, ' ',
15980|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default+ '/' ','"));
15981|      1|    }
15982|      0|    { // lambda_param_no_default+ '/' &':'
15983|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15983:13): [True: 0, False: 1]
  ------------------
15984|      0|            p->level--;
15985|      0|            return NULL;
15986|      0|        }
15987|      1|        D(fprintf(stderr, "%*c> lambda_slash_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ '/' &':'"));
15988|      1|        Token * _literal;
15989|      1|        asdl_arg_seq* a;
15990|      1|        if (
15991|      1|            (a = (asdl_arg_seq*)_loop1_74_rule(p))  // lambda_param_no_default+
  ------------------
  |  Branch (15991:13): [True: 1, False: 0]
  ------------------
15992|      1|            &&
15993|      1|            (_literal = _PyPegen_expect_token(p, 17))  // token='/'
  ------------------
  |  Branch (15993:13): [True: 0, False: 1]
  ------------------
15994|      0|            &&
15995|      0|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 11)  // token=':'
  ------------------
  |  Branch (15995:13): [True: 0, False: 0]
  ------------------
15996|      1|        )
15997|      0|        {
15998|      0|            D(fprintf(stderr, "%*c+ lambda_slash_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ '/' &':'"));
15999|      0|            _res = a;
16000|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16000:18): [True: 0, False: 0]
  |  Branch (16000:34): [True: 0, False: 0]
  |  Branch (16000:57): [True: 0, False: 0]
  ------------------
16001|      0|                p->error_indicator = 1;
16002|      0|                p->level--;
16003|      0|                return NULL;
16004|      0|            }
16005|      0|            goto done;
16006|      0|        }
16007|      1|        p->mark = _mark;
16008|      1|        D(fprintf(stderr, "%*c%s lambda_slash_no_default[%d-%d]: %s failed!\n", p->level, ' ',
16009|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default+ '/' &':'"));
16010|      1|    }
16011|      1|    _res = NULL;
16012|      1|  done:
16013|      1|    p->level--;
16014|      1|    return _res;
16015|      1|}
parser.c:_loop1_74_rule:
33024|      3|{
33025|      3|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      6|#  define MAXSTACK 6000
  ------------------
  |  Branch (33025:9): [True: 0, False: 3]
  |  Branch (33025:35): [True: 0, False: 3]
  ------------------
33026|      0|        _Pypegen_stack_overflow(p);
33027|      0|    }
33028|      3|    if (p->error_indicator) {
  ------------------
  |  Branch (33028:9): [True: 0, False: 3]
  ------------------
33029|      0|        p->level--;
33030|      0|        return NULL;
33031|      0|    }
33032|      3|    void *_res = NULL;
33033|      3|    int _mark = p->mark;
33034|      3|    void **_children = PyMem_Malloc(sizeof(void *));
33035|      3|    if (!_children) {
  ------------------
  |  Branch (33035:9): [True: 0, False: 3]
  ------------------
33036|      0|        p->error_indicator = 1;
33037|      0|        PyErr_NoMemory();
33038|      0|        p->level--;
33039|      0|        return NULL;
33040|      0|    }
33041|      3|    Py_ssize_t _children_capacity = 1;
33042|      3|    Py_ssize_t _n = 0;
33043|      3|    { // lambda_param_no_default
33044|      3|        if (p->error_indicator) {
  ------------------
  |  Branch (33044:13): [True: 0, False: 3]
  ------------------
33045|      0|            p->level--;
33046|      0|            return NULL;
33047|      0|        }
33048|      3|        D(fprintf(stderr, "%*c> _loop1_74[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default"));
33049|      3|        arg_ty lambda_param_no_default_var;
33050|      3|        while (
33051|     18|            (lambda_param_no_default_var = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (33051:13): [True: 15, False: 3]
  ------------------
33052|      3|        )
33053|     15|        {
33054|     15|            _res = lambda_param_no_default_var;
33055|     15|            if (_n == _children_capacity) {
  ------------------
  |  Branch (33055:17): [True: 9, False: 6]
  ------------------
33056|      9|                _children_capacity *= 2;
33057|      9|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
33058|      9|                if (!_new_children) {
  ------------------
  |  Branch (33058:21): [True: 0, False: 9]
  ------------------
33059|      0|                    PyMem_Free(_children);
33060|      0|                    p->error_indicator = 1;
33061|      0|                    PyErr_NoMemory();
33062|      0|                    p->level--;
33063|      0|                    return NULL;
33064|      0|                }
33065|      9|                _children = _new_children;
33066|      9|            }
33067|     15|            _children[_n++] = _res;
33068|     15|            _mark = p->mark;
33069|     15|        }
33070|      3|        p->mark = _mark;
33071|      3|        D(fprintf(stderr, "%*c%s _loop1_74[%d-%d]: %s failed!\n", p->level, ' ',
33072|      3|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default"));
33073|      3|    }
33074|      3|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (33074:9): [True: 0, False: 3]
  |  Branch (33074:20): [True: 0, False: 3]
  ------------------
33075|      0|        PyMem_Free(_children);
33076|      0|        p->level--;
33077|      0|        return NULL;
33078|      0|    }
33079|      3|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33080|      3|    if (!_seq) {
  ------------------
  |  Branch (33080:9): [True: 0, False: 3]
  ------------------
33081|      0|        PyMem_Free(_children);
33082|      0|        p->error_indicator = 1;
33083|      0|        PyErr_NoMemory();
33084|      0|        p->level--;
33085|      0|        return NULL;
33086|      0|    }
33087|     18|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|     15|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|     18|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33087:28): [True: 15, False: 3]
  ------------------
33088|      3|    PyMem_Free(_children);
33089|      3|    p->level--;
33090|      3|    return _seq;
33091|      3|}
parser.c:_loop0_72_rule:
32890|      2|{
32891|      2|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      4|#  define MAXSTACK 6000
  ------------------
  |  Branch (32891:9): [True: 0, False: 2]
  |  Branch (32891:35): [True: 0, False: 2]
  ------------------
32892|      0|        _Pypegen_stack_overflow(p);
32893|      0|    }
32894|      2|    if (p->error_indicator) {
  ------------------
  |  Branch (32894:9): [True: 0, False: 2]
  ------------------
32895|      0|        p->level--;
32896|      0|        return NULL;
32897|      0|    }
32898|      2|    void *_res = NULL;
32899|      2|    int _mark = p->mark;
32900|      2|    void **_children = PyMem_Malloc(sizeof(void *));
32901|      2|    if (!_children) {
  ------------------
  |  Branch (32901:9): [True: 0, False: 2]
  ------------------
32902|      0|        p->error_indicator = 1;
32903|      0|        PyErr_NoMemory();
32904|      0|        p->level--;
32905|      0|        return NULL;
32906|      0|    }
32907|      2|    Py_ssize_t _children_capacity = 1;
32908|      2|    Py_ssize_t _n = 0;
32909|      2|    { // lambda_param_no_default
32910|      2|        if (p->error_indicator) {
  ------------------
  |  Branch (32910:13): [True: 0, False: 2]
  ------------------
32911|      0|            p->level--;
32912|      0|            return NULL;
32913|      0|        }
32914|      2|        D(fprintf(stderr, "%*c> _loop0_72[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default"));
32915|      2|        arg_ty lambda_param_no_default_var;
32916|      2|        while (
32917|     12|            (lambda_param_no_default_var = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (32917:13): [True: 10, False: 2]
  ------------------
32918|      2|        )
32919|     10|        {
32920|     10|            _res = lambda_param_no_default_var;
32921|     10|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32921:17): [True: 6, False: 4]
  ------------------
32922|      6|                _children_capacity *= 2;
32923|      6|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32924|      6|                if (!_new_children) {
  ------------------
  |  Branch (32924:21): [True: 0, False: 6]
  ------------------
32925|      0|                    PyMem_Free(_children);
32926|      0|                    p->error_indicator = 1;
32927|      0|                    PyErr_NoMemory();
32928|      0|                    p->level--;
32929|      0|                    return NULL;
32930|      0|                }
32931|      6|                _children = _new_children;
32932|      6|            }
32933|     10|            _children[_n++] = _res;
32934|     10|            _mark = p->mark;
32935|     10|        }
32936|      2|        p->mark = _mark;
32937|      2|        D(fprintf(stderr, "%*c%s _loop0_72[%d-%d]: %s failed!\n", p->level, ' ',
32938|      2|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default"));
32939|      2|    }
32940|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
32941|      2|    if (!_seq) {
  ------------------
  |  Branch (32941:9): [True: 0, False: 2]
  ------------------
32942|      0|        PyMem_Free(_children);
32943|      0|        p->error_indicator = 1;
32944|      0|        PyErr_NoMemory();
32945|      0|        p->level--;
32946|      0|        return NULL;
32947|      0|    }
32948|     12|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|     10|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|     12|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (32948:28): [True: 10, False: 2]
  ------------------
32949|      2|    PyMem_Free(_children);
32950|      2|    p->level--;
32951|      2|    return _seq;
32952|      2|}
parser.c:lambda_param_no_default_rule:
16303|     30|{
16304|     30|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|     60|#  define MAXSTACK 6000
  ------------------
  |  Branch (16304:9): [True: 0, False: 30]
  |  Branch (16304:35): [True: 0, False: 30]
  ------------------
16305|      0|        _Pypegen_stack_overflow(p);
16306|      0|    }
16307|     30|    if (p->error_indicator) {
  ------------------
  |  Branch (16307:9): [True: 0, False: 30]
  ------------------
16308|      0|        p->level--;
16309|      0|        return NULL;
16310|      0|    }
16311|     30|    arg_ty _res = NULL;
16312|     30|    int _mark = p->mark;
16313|     30|    { // lambda_param ','
16314|     30|        if (p->error_indicator) {
  ------------------
  |  Branch (16314:13): [True: 0, False: 30]
  ------------------
16315|      0|            p->level--;
16316|      0|            return NULL;
16317|      0|        }
16318|     30|        D(fprintf(stderr, "%*c> lambda_param_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param ','"));
16319|     30|        Token * _literal;
16320|     30|        arg_ty a;
16321|     30|        if (
16322|     30|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16322:13): [True: 25, False: 5]
  ------------------
16323|     25|            &&
16324|     25|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (16324:13): [True: 20, False: 5]
  ------------------
16325|     30|        )
16326|     20|        {
16327|     20|            D(fprintf(stderr, "%*c+ lambda_param_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param ','"));
16328|     20|            _res = a;
16329|     20|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16329:18): [True: 0, False: 20]
  |  Branch (16329:34): [True: 0, False: 20]
  |  Branch (16329:57): [True: 0, False: 0]
  ------------------
16330|      0|                p->error_indicator = 1;
16331|      0|                p->level--;
16332|      0|                return NULL;
16333|      0|            }
16334|     20|            goto done;
16335|     20|        }
16336|     10|        p->mark = _mark;
16337|     10|        D(fprintf(stderr, "%*c%s lambda_param_no_default[%d-%d]: %s failed!\n", p->level, ' ',
16338|     10|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param ','"));
16339|     10|    }
16340|      0|    { // lambda_param &':'
16341|     10|        if (p->error_indicator) {
  ------------------
  |  Branch (16341:13): [True: 0, False: 10]
  ------------------
16342|      0|            p->level--;
16343|      0|            return NULL;
16344|      0|        }
16345|     10|        D(fprintf(stderr, "%*c> lambda_param_no_default[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param &':'"));
16346|     10|        arg_ty a;
16347|     10|        if (
16348|     10|            (a = lambda_param_rule(p))  // lambda_param
  ------------------
  |  Branch (16348:13): [True: 5, False: 5]
  ------------------
16349|      5|            &&
16350|      5|            _PyPegen_lookahead_with_int(1, _PyPegen_expect_token, p, 11)  // token=':'
  ------------------
  |  Branch (16350:13): [True: 5, False: 0]
  ------------------
16351|     10|        )
16352|      5|        {
16353|      5|            D(fprintf(stderr, "%*c+ lambda_param_no_default[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param &':'"));
16354|      5|            _res = a;
16355|      5|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16355:18): [True: 0, False: 5]
  |  Branch (16355:34): [True: 0, False: 5]
  |  Branch (16355:57): [True: 0, False: 0]
  ------------------
16356|      0|                p->error_indicator = 1;
16357|      0|                p->level--;
16358|      0|                return NULL;
16359|      0|            }
16360|      5|            goto done;
16361|      5|        }
16362|      5|        p->mark = _mark;
16363|      5|        D(fprintf(stderr, "%*c%s lambda_param_no_default[%d-%d]: %s failed!\n", p->level, ' ',
16364|      5|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param &':'"));
16365|      5|    }
16366|      5|    _res = NULL;
16367|     30|  done:
16368|     30|    p->level--;
16369|     30|    return _res;
16370|      5|}
parser.c:lambda_parameters_rule:
15777|      1|{
15778|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (15778:9): [True: 0, False: 1]
  |  Branch (15778:35): [True: 0, False: 1]
  ------------------
15779|      0|        _Pypegen_stack_overflow(p);
15780|      0|    }
15781|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (15781:9): [True: 0, False: 1]
  ------------------
15782|      0|        p->level--;
15783|      0|        return NULL;
15784|      0|    }
15785|      1|    arguments_ty _res = NULL;
15786|      1|    int _mark = p->mark;
15787|      1|    { // lambda_slash_no_default lambda_param_no_default* lambda_param_with_default* lambda_star_etc?
15788|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15788:13): [True: 0, False: 1]
  ------------------
15789|      0|            p->level--;
15790|      0|            return NULL;
15791|      0|        }
15792|      1|        D(fprintf(stderr, "%*c> lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_slash_no_default lambda_param_no_default* lambda_param_with_default* lambda_star_etc?"));
15793|      1|        asdl_arg_seq* a;
15794|      1|        asdl_arg_seq* b;
15795|      1|        asdl_seq * c;
15796|      1|        void *d;
15797|      1|        if (
15798|      1|            (a = lambda_slash_no_default_rule(p))  // lambda_slash_no_default
  ------------------
  |  Branch (15798:13): [True: 0, False: 1]
  ------------------
15799|      0|            &&
15800|      0|            (b = (asdl_arg_seq*)_loop0_72_rule(p))  // lambda_param_no_default*
  ------------------
  |  Branch (15800:13): [True: 0, False: 0]
  ------------------
15801|      0|            &&
15802|      0|            (c = _loop0_73_rule(p))  // lambda_param_with_default*
  ------------------
  |  Branch (15802:13): [True: 0, False: 0]
  ------------------
15803|      0|            &&
15804|      0|            (d = lambda_star_etc_rule(p), !p->error_indicator)  // lambda_star_etc?
  ------------------
  |  Branch (15804:13): [True: 0, False: 0]
  ------------------
15805|      1|        )
15806|      0|        {
15807|      0|            D(fprintf(stderr, "%*c+ lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_slash_no_default lambda_param_no_default* lambda_param_with_default* lambda_star_etc?"));
15808|      0|            _res = CHECK_VERSION ( arguments_ty , 8 , "Positional-only parameters are" , _PyPegen_make_arguments ( p , a , NULL , b , c , d ) );
  ------------------
  |  |  307|      0|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
15809|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15809:18): [True: 0, False: 0]
  |  Branch (15809:34): [True: 0, False: 0]
  |  Branch (15809:57): [True: 0, False: 0]
  ------------------
15810|      0|                p->error_indicator = 1;
15811|      0|                p->level--;
15812|      0|                return NULL;
15813|      0|            }
15814|      0|            goto done;
15815|      0|        }
15816|      1|        p->mark = _mark;
15817|      1|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15818|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_slash_no_default lambda_param_no_default* lambda_param_with_default* lambda_star_etc?"));
15819|      1|    }
15820|      0|    { // lambda_slash_with_default lambda_param_with_default* lambda_star_etc?
15821|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15821:13): [True: 0, False: 1]
  ------------------
15822|      0|            p->level--;
15823|      0|            return NULL;
15824|      0|        }
15825|      1|        D(fprintf(stderr, "%*c> lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_slash_with_default lambda_param_with_default* lambda_star_etc?"));
15826|      1|        SlashWithDefault* a;
15827|      1|        asdl_seq * b;
15828|      1|        void *c;
15829|      1|        if (
15830|      1|            (a = lambda_slash_with_default_rule(p))  // lambda_slash_with_default
  ------------------
  |  Branch (15830:13): [True: 0, False: 1]
  ------------------
15831|      0|            &&
15832|      0|            (b = _loop0_73_rule(p))  // lambda_param_with_default*
  ------------------
  |  Branch (15832:13): [True: 0, False: 0]
  ------------------
15833|      0|            &&
15834|      0|            (c = lambda_star_etc_rule(p), !p->error_indicator)  // lambda_star_etc?
  ------------------
  |  Branch (15834:13): [True: 0, False: 0]
  ------------------
15835|      1|        )
15836|      0|        {
15837|      0|            D(fprintf(stderr, "%*c+ lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_slash_with_default lambda_param_with_default* lambda_star_etc?"));
15838|      0|            _res = CHECK_VERSION ( arguments_ty , 8 , "Positional-only parameters are" , _PyPegen_make_arguments ( p , NULL , a , NULL , b , c ) );
  ------------------
  |  |  307|      0|#define CHECK_VERSION(type, version, msg, node) ((type) INVALID_VERSION_CHECK(p, version, msg, node))
  ------------------
15839|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15839:18): [True: 0, False: 0]
  |  Branch (15839:34): [True: 0, False: 0]
  |  Branch (15839:57): [True: 0, False: 0]
  ------------------
15840|      0|                p->error_indicator = 1;
15841|      0|                p->level--;
15842|      0|                return NULL;
15843|      0|            }
15844|      0|            goto done;
15845|      0|        }
15846|      1|        p->mark = _mark;
15847|      1|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15848|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_slash_with_default lambda_param_with_default* lambda_star_etc?"));
15849|      1|    }
15850|      0|    { // lambda_param_no_default+ lambda_param_with_default* lambda_star_etc?
15851|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15851:13): [True: 0, False: 1]
  ------------------
15852|      0|            p->level--;
15853|      0|            return NULL;
15854|      0|        }
15855|      1|        D(fprintf(stderr, "%*c> lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ lambda_param_with_default* lambda_star_etc?"));
15856|      1|        asdl_arg_seq* a;
15857|      1|        asdl_seq * b;
15858|      1|        void *c;
15859|      1|        if (
15860|      1|            (a = (asdl_arg_seq*)_loop1_74_rule(p))  // lambda_param_no_default+
  ------------------
  |  Branch (15860:13): [True: 1, False: 0]
  ------------------
15861|      1|            &&
15862|      1|            (b = _loop0_73_rule(p))  // lambda_param_with_default*
  ------------------
  |  Branch (15862:13): [True: 1, False: 0]
  ------------------
15863|      1|            &&
15864|      1|            (c = lambda_star_etc_rule(p), !p->error_indicator)  // lambda_star_etc?
  ------------------
  |  Branch (15864:13): [True: 1, False: 0]
  ------------------
15865|      1|        )
15866|      1|        {
15867|      1|            D(fprintf(stderr, "%*c+ lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_no_default+ lambda_param_with_default* lambda_star_etc?"));
15868|      1|            _res = _PyPegen_make_arguments ( p , NULL , NULL , a , b , c );
15869|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15869:18): [True: 0, False: 1]
  |  Branch (15869:34): [True: 0, False: 1]
  |  Branch (15869:57): [True: 0, False: 0]
  ------------------
15870|      0|                p->error_indicator = 1;
15871|      0|                p->level--;
15872|      0|                return NULL;
15873|      0|            }
15874|      1|            goto done;
15875|      1|        }
15876|      0|        p->mark = _mark;
15877|      0|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15878|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_no_default+ lambda_param_with_default* lambda_star_etc?"));
15879|      0|    }
15880|      0|    { // lambda_param_with_default+ lambda_star_etc?
15881|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (15881:13): [True: 0, False: 0]
  ------------------
15882|      0|            p->level--;
15883|      0|            return NULL;
15884|      0|        }
15885|      0|        D(fprintf(stderr, "%*c> lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default+ lambda_star_etc?"));
15886|      0|        asdl_seq * a;
15887|      0|        void *b;
15888|      0|        if (
15889|      0|            (a = _loop1_75_rule(p))  // lambda_param_with_default+
  ------------------
  |  Branch (15889:13): [True: 0, False: 0]
  ------------------
15890|      0|            &&
15891|      0|            (b = lambda_star_etc_rule(p), !p->error_indicator)  // lambda_star_etc?
  ------------------
  |  Branch (15891:13): [True: 0, False: 0]
  ------------------
15892|      0|        )
15893|      0|        {
15894|      0|            D(fprintf(stderr, "%*c+ lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default+ lambda_star_etc?"));
15895|      0|            _res = _PyPegen_make_arguments ( p , NULL , NULL , NULL , a , b );
15896|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15896:18): [True: 0, False: 0]
  |  Branch (15896:34): [True: 0, False: 0]
  |  Branch (15896:57): [True: 0, False: 0]
  ------------------
15897|      0|                p->error_indicator = 1;
15898|      0|                p->level--;
15899|      0|                return NULL;
15900|      0|            }
15901|      0|            goto done;
15902|      0|        }
15903|      0|        p->mark = _mark;
15904|      0|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15905|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_with_default+ lambda_star_etc?"));
15906|      0|    }
15907|      0|    { // lambda_star_etc
15908|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (15908:13): [True: 0, False: 0]
  ------------------
15909|      0|            p->level--;
15910|      0|            return NULL;
15911|      0|        }
15912|      0|        D(fprintf(stderr, "%*c> lambda_parameters[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_star_etc"));
15913|      0|        StarEtc* a;
15914|      0|        if (
15915|      0|            (a = lambda_star_etc_rule(p))  // lambda_star_etc
  ------------------
  |  Branch (15915:13): [True: 0, False: 0]
  ------------------
15916|      0|        )
15917|      0|        {
15918|      0|            D(fprintf(stderr, "%*c+ lambda_parameters[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_star_etc"));
15919|      0|            _res = _PyPegen_make_arguments ( p , NULL , NULL , NULL , NULL , a );
15920|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15920:18): [True: 0, False: 0]
  |  Branch (15920:34): [True: 0, False: 0]
  |  Branch (15920:57): [True: 0, False: 0]
  ------------------
15921|      0|                p->error_indicator = 1;
15922|      0|                p->level--;
15923|      0|                return NULL;
15924|      0|            }
15925|      0|            goto done;
15926|      0|        }
15927|      0|        p->mark = _mark;
15928|      0|        D(fprintf(stderr, "%*c%s lambda_parameters[%d-%d]: %s failed!\n", p->level, ' ',
15929|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_star_etc"));
15930|      0|    }
15931|      0|    _res = NULL;
15932|      1|  done:
15933|      1|    p->level--;
15934|      1|    return _res;
15935|      0|}
parser.c:_loop0_73_rule:
32957|      1|{
32958|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (32958:9): [True: 0, False: 1]
  |  Branch (32958:35): [True: 0, False: 1]
  ------------------
32959|      0|        _Pypegen_stack_overflow(p);
32960|      0|    }
32961|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (32961:9): [True: 0, False: 1]
  ------------------
32962|      0|        p->level--;
32963|      0|        return NULL;
32964|      0|    }
32965|      1|    void *_res = NULL;
32966|      1|    int _mark = p->mark;
32967|      1|    void **_children = PyMem_Malloc(sizeof(void *));
32968|      1|    if (!_children) {
  ------------------
  |  Branch (32968:9): [True: 0, False: 1]
  ------------------
32969|      0|        p->error_indicator = 1;
32970|      0|        PyErr_NoMemory();
32971|      0|        p->level--;
32972|      0|        return NULL;
32973|      0|    }
32974|      1|    Py_ssize_t _children_capacity = 1;
32975|      1|    Py_ssize_t _n = 0;
32976|      1|    { // lambda_param_with_default
32977|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (32977:13): [True: 0, False: 1]
  ------------------
32978|      0|            p->level--;
32979|      0|            return NULL;
32980|      0|        }
32981|      1|        D(fprintf(stderr, "%*c> _loop0_73[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_param_with_default"));
32982|      1|        NameDefaultPair* lambda_param_with_default_var;
32983|      1|        while (
32984|      1|            (lambda_param_with_default_var = lambda_param_with_default_rule(p))  // lambda_param_with_default
  ------------------
  |  Branch (32984:13): [True: 0, False: 1]
  ------------------
32985|      1|        )
32986|      0|        {
32987|      0|            _res = lambda_param_with_default_var;
32988|      0|            if (_n == _children_capacity) {
  ------------------
  |  Branch (32988:17): [True: 0, False: 0]
  ------------------
32989|      0|                _children_capacity *= 2;
32990|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
32991|      0|                if (!_new_children) {
  ------------------
  |  Branch (32991:21): [True: 0, False: 0]
  ------------------
32992|      0|                    PyMem_Free(_children);
32993|      0|                    p->error_indicator = 1;
32994|      0|                    PyErr_NoMemory();
32995|      0|                    p->level--;
32996|      0|                    return NULL;
32997|      0|                }
32998|      0|                _children = _new_children;
32999|      0|            }
33000|      0|            _children[_n++] = _res;
33001|      0|            _mark = p->mark;
33002|      0|        }
33003|      1|        p->mark = _mark;
33004|      1|        D(fprintf(stderr, "%*c%s _loop0_73[%d-%d]: %s failed!\n", p->level, ' ',
33005|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_param_with_default"));
33006|      1|    }
33007|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
33008|      1|    if (!_seq) {
  ------------------
  |  Branch (33008:9): [True: 0, False: 1]
  ------------------
33009|      0|        PyMem_Free(_children);
33010|      0|        p->error_indicator = 1;
33011|      0|        PyErr_NoMemory();
33012|      0|        p->level--;
33013|      0|        return NULL;
33014|      0|    }
33015|      1|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      0|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      1|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (33015:28): [True: 0, False: 1]
  ------------------
33016|      1|    PyMem_Free(_children);
33017|      1|    p->level--;
33018|      1|    return _seq;
33019|      1|}
parser.c:lambda_star_etc_rule:
16110|      1|{
16111|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (16111:9): [True: 0, False: 1]
  |  Branch (16111:35): [True: 0, False: 1]
  ------------------
16112|      0|        _Pypegen_stack_overflow(p);
16113|      0|    }
16114|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (16114:9): [True: 0, False: 1]
  ------------------
16115|      0|        p->level--;
16116|      0|        return NULL;
16117|      0|    }
16118|      1|    StarEtc* _res = NULL;
16119|      1|    int _mark = p->mark;
16120|      1|    if (p->call_invalid_rules) { // invalid_lambda_star_etc
  ------------------
  |  Branch (16120:9): [True: 0, False: 1]
  ------------------
16121|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (16121:13): [True: 0, False: 0]
  ------------------
16122|      0|            p->level--;
16123|      0|            return NULL;
16124|      0|        }
16125|      0|        D(fprintf(stderr, "%*c> lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_lambda_star_etc"));
16126|      0|        void *invalid_lambda_star_etc_var;
16127|      0|        if (
16128|      0|            (invalid_lambda_star_etc_var = invalid_lambda_star_etc_rule(p))  // invalid_lambda_star_etc
  ------------------
  |  Branch (16128:13): [True: 0, False: 0]
  ------------------
16129|      0|        )
16130|      0|        {
16131|      0|            D(fprintf(stderr, "%*c+ lambda_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_lambda_star_etc"));
16132|      0|            _res = invalid_lambda_star_etc_var;
16133|      0|            goto done;
16134|      0|        }
16135|      0|        p->mark = _mark;
16136|      0|        D(fprintf(stderr, "%*c%s lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
16137|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_lambda_star_etc"));
16138|      0|    }
16139|      1|    { // '*' lambda_param_no_default lambda_param_maybe_default* lambda_kwds?
16140|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (16140:13): [True: 0, False: 1]
  ------------------
16141|      0|            p->level--;
16142|      0|            return NULL;
16143|      0|        }
16144|      1|        D(fprintf(stderr, "%*c> lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' lambda_param_no_default lambda_param_maybe_default* lambda_kwds?"));
16145|      1|        Token * _literal;
16146|      1|        arg_ty a;
16147|      1|        asdl_seq * b;
16148|      1|        void *c;
16149|      1|        if (
16150|      1|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (16150:13): [True: 0, False: 1]
  ------------------
16151|      0|            &&
16152|      0|            (a = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (16152:13): [True: 0, False: 0]
  ------------------
16153|      0|            &&
16154|      0|            (b = _loop0_76_rule(p))  // lambda_param_maybe_default*
  ------------------
  |  Branch (16154:13): [True: 0, False: 0]
  ------------------
16155|      0|            &&
16156|      0|            (c = lambda_kwds_rule(p), !p->error_indicator)  // lambda_kwds?
  ------------------
  |  Branch (16156:13): [True: 0, False: 0]
  ------------------
16157|      1|        )
16158|      0|        {
16159|      0|            D(fprintf(stderr, "%*c+ lambda_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' lambda_param_no_default lambda_param_maybe_default* lambda_kwds?"));
16160|      0|            _res = _PyPegen_star_etc ( p , a , b , c );
16161|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16161:18): [True: 0, False: 0]
  |  Branch (16161:34): [True: 0, False: 0]
  |  Branch (16161:57): [True: 0, False: 0]
  ------------------
16162|      0|                p->error_indicator = 1;
16163|      0|                p->level--;
16164|      0|                return NULL;
16165|      0|            }
16166|      0|            goto done;
16167|      0|        }
16168|      1|        p->mark = _mark;
16169|      1|        D(fprintf(stderr, "%*c%s lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
16170|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' lambda_param_no_default lambda_param_maybe_default* lambda_kwds?"));
16171|      1|    }
16172|      0|    { // '*' ',' lambda_param_maybe_default+ lambda_kwds?
16173|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (16173:13): [True: 0, False: 1]
  ------------------
16174|      0|            p->level--;
16175|      0|            return NULL;
16176|      0|        }
16177|      1|        D(fprintf(stderr, "%*c> lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'*' ',' lambda_param_maybe_default+ lambda_kwds?"));
16178|      1|        Token * _literal;
16179|      1|        Token * _literal_1;
16180|      1|        asdl_seq * b;
16181|      1|        void *c;
16182|      1|        if (
16183|      1|            (_literal = _PyPegen_expect_token(p, 16))  // token='*'
  ------------------
  |  Branch (16183:13): [True: 0, False: 1]
  ------------------
16184|      0|            &&
16185|      0|            (_literal_1 = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (16185:13): [True: 0, False: 0]
  ------------------
16186|      0|            &&
16187|      0|            (b = _loop1_77_rule(p))  // lambda_param_maybe_default+
  ------------------
  |  Branch (16187:13): [True: 0, False: 0]
  ------------------
16188|      0|            &&
16189|      0|            (c = lambda_kwds_rule(p), !p->error_indicator)  // lambda_kwds?
  ------------------
  |  Branch (16189:13): [True: 0, False: 0]
  ------------------
16190|      1|        )
16191|      0|        {
16192|      0|            D(fprintf(stderr, "%*c+ lambda_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'*' ',' lambda_param_maybe_default+ lambda_kwds?"));
16193|      0|            _res = _PyPegen_star_etc ( p , NULL , b , c );
16194|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16194:18): [True: 0, False: 0]
  |  Branch (16194:34): [True: 0, False: 0]
  |  Branch (16194:57): [True: 0, False: 0]
  ------------------
16195|      0|                p->error_indicator = 1;
16196|      0|                p->level--;
16197|      0|                return NULL;
16198|      0|            }
16199|      0|            goto done;
16200|      0|        }
16201|      1|        p->mark = _mark;
16202|      1|        D(fprintf(stderr, "%*c%s lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
16203|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'*' ',' lambda_param_maybe_default+ lambda_kwds?"));
16204|      1|    }
16205|      0|    { // lambda_kwds
16206|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (16206:13): [True: 0, False: 1]
  ------------------
16207|      0|            p->level--;
16208|      0|            return NULL;
16209|      0|        }
16210|      1|        D(fprintf(stderr, "%*c> lambda_star_etc[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "lambda_kwds"));
16211|      1|        arg_ty a;
16212|      1|        if (
16213|      1|            (a = lambda_kwds_rule(p))  // lambda_kwds
  ------------------
  |  Branch (16213:13): [True: 0, False: 1]
  ------------------
16214|      1|        )
16215|      0|        {
16216|      0|            D(fprintf(stderr, "%*c+ lambda_star_etc[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "lambda_kwds"));
16217|      0|            _res = _PyPegen_star_etc ( p , NULL , NULL , a );
16218|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16218:18): [True: 0, False: 0]
  |  Branch (16218:34): [True: 0, False: 0]
  |  Branch (16218:57): [True: 0, False: 0]
  ------------------
16219|      0|                p->error_indicator = 1;
16220|      0|                p->level--;
16221|      0|                return NULL;
16222|      0|            }
16223|      0|            goto done;
16224|      0|        }
16225|      1|        p->mark = _mark;
16226|      1|        D(fprintf(stderr, "%*c%s lambda_star_etc[%d-%d]: %s failed!\n", p->level, ' ',
16227|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "lambda_kwds"));
16228|      1|    }
16229|      1|    _res = NULL;
16230|      1|  done:
16231|      1|    p->level--;
16232|      1|    return _res;
16233|      1|}
parser.c:lambda_kwds_rule:
16238|      1|{
16239|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (16239:9): [True: 0, False: 1]
  |  Branch (16239:35): [True: 0, False: 1]
  ------------------
16240|      0|        _Pypegen_stack_overflow(p);
16241|      0|    }
16242|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (16242:9): [True: 0, False: 1]
  ------------------
16243|      0|        p->level--;
16244|      0|        return NULL;
16245|      0|    }
16246|      1|    arg_ty _res = NULL;
16247|      1|    int _mark = p->mark;
16248|      1|    if (p->call_invalid_rules) { // invalid_lambda_kwds
  ------------------
  |  Branch (16248:9): [True: 0, False: 1]
  ------------------
16249|      0|        if (p->error_indicator) {
  ------------------
  |  Branch (16249:13): [True: 0, False: 0]
  ------------------
16250|      0|            p->level--;
16251|      0|            return NULL;
16252|      0|        }
16253|      0|        D(fprintf(stderr, "%*c> lambda_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "invalid_lambda_kwds"));
16254|      0|        void *invalid_lambda_kwds_var;
16255|      0|        if (
16256|      0|            (invalid_lambda_kwds_var = invalid_lambda_kwds_rule(p))  // invalid_lambda_kwds
  ------------------
  |  Branch (16256:13): [True: 0, False: 0]
  ------------------
16257|      0|        )
16258|      0|        {
16259|      0|            D(fprintf(stderr, "%*c+ lambda_kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "invalid_lambda_kwds"));
16260|      0|            _res = invalid_lambda_kwds_var;
16261|      0|            goto done;
16262|      0|        }
16263|      0|        p->mark = _mark;
16264|      0|        D(fprintf(stderr, "%*c%s lambda_kwds[%d-%d]: %s failed!\n", p->level, ' ',
16265|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "invalid_lambda_kwds"));
16266|      0|    }
16267|      1|    { // '**' lambda_param_no_default
16268|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (16268:13): [True: 0, False: 1]
  ------------------
16269|      0|            p->level--;
16270|      0|            return NULL;
16271|      0|        }
16272|      1|        D(fprintf(stderr, "%*c> lambda_kwds[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'**' lambda_param_no_default"));
16273|      1|        Token * _literal;
16274|      1|        arg_ty a;
16275|      1|        if (
16276|      1|            (_literal = _PyPegen_expect_token(p, 35))  // token='**'
  ------------------
  |  Branch (16276:13): [True: 0, False: 1]
  ------------------
16277|      0|            &&
16278|      0|            (a = lambda_param_no_default_rule(p))  // lambda_param_no_default
  ------------------
  |  Branch (16278:13): [True: 0, False: 0]
  ------------------
16279|      1|        )
16280|      0|        {
16281|      0|            D(fprintf(stderr, "%*c+ lambda_kwds[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'**' lambda_param_no_default"));
16282|      0|            _res = a;
16283|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (16283:18): [True: 0, False: 0]
  |  Branch (16283:34): [True: 0, False: 0]
  |  Branch (16283:57): [True: 0, False: 0]
  ------------------
16284|      0|                p->error_indicator = 1;
16285|      0|                p->level--;
16286|      0|                return NULL;
16287|      0|            }
16288|      0|            goto done;
16289|      0|        }
16290|      1|        p->mark = _mark;
16291|      1|        D(fprintf(stderr, "%*c%s lambda_kwds[%d-%d]: %s failed!\n", p->level, ' ',
16292|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'**' lambda_param_no_default"));
16293|      1|    }
16294|      1|    _res = NULL;
16295|      1|  done:
16296|      1|    p->level--;
16297|      1|    return _res;
16298|      1|}
parser.c:lambdef_rule:
15645|      1|{
15646|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (15646:9): [True: 0, False: 1]
  |  Branch (15646:35): [True: 0, False: 1]
  ------------------
15647|      0|        _Pypegen_stack_overflow(p);
15648|      0|    }
15649|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (15649:9): [True: 0, False: 1]
  ------------------
15650|      0|        p->level--;
15651|      0|        return NULL;
15652|      0|    }
15653|      1|    expr_ty _res = NULL;
15654|      1|    int _mark = p->mark;
15655|      1|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (15655:9): [True: 0, False: 1]
  |  Branch (15655:31): [True: 0, False: 0]
  ------------------
15656|      0|        p->error_indicator = 1;
15657|      0|        p->level--;
15658|      0|        return NULL;
15659|      0|    }
15660|      1|    int _start_lineno = p->tokens[_mark]->lineno;
15661|      1|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
15662|      1|    int _start_col_offset = p->tokens[_mark]->col_offset;
15663|      1|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
15664|      1|    { // 'lambda' lambda_params? ':' expression
15665|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (15665:13): [True: 0, False: 1]
  ------------------
15666|      0|            p->level--;
15667|      0|            return NULL;
15668|      0|        }
15669|      1|        D(fprintf(stderr, "%*c> lambdef[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "'lambda' lambda_params? ':' expression"));
15670|      1|        Token * _keyword;
15671|      1|        Token * _literal;
15672|      1|        void *a;
15673|      1|        expr_ty b;
15674|      1|        if (
15675|      1|            (_keyword = _PyPegen_expect_token(p, 622))  // token='lambda'
  ------------------
  |  Branch (15675:13): [True: 1, False: 0]
  ------------------
15676|      1|            &&
15677|      1|            (a = lambda_params_rule(p), !p->error_indicator)  // lambda_params?
  ------------------
  |  Branch (15677:13): [True: 1, False: 0]
  ------------------
15678|      1|            &&
15679|      1|            (_literal = _PyPegen_expect_token(p, 11))  // token=':'
  ------------------
  |  Branch (15679:13): [True: 1, False: 0]
  ------------------
15680|      1|            &&
15681|      1|            (b = expression_rule(p))  // expression
  ------------------
  |  Branch (15681:13): [True: 1, False: 0]
  ------------------
15682|      1|        )
15683|      1|        {
15684|      1|            D(fprintf(stderr, "%*c+ lambdef[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "'lambda' lambda_params? ':' expression"));
15685|      1|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
15686|      1|            if (_token == NULL) {
  ------------------
  |  Branch (15686:17): [True: 0, False: 1]
  ------------------
15687|      0|                p->level--;
15688|      0|                return NULL;
15689|      0|            }
15690|      1|            int _end_lineno = _token->end_lineno;
15691|      1|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
15692|      1|            int _end_col_offset = _token->end_col_offset;
15693|      1|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
15694|      1|            _res = _PyAST_Lambda ( ( a ) ? a : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , EXTRA );
  ------------------
  |  |  233|      1|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Lambda ( ( a ) ? a : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , EXTRA );
  ------------------
  |  |  269|      1|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
  |  Branch (15694:36): [True: 1, False: 0]
  ------------------
15695|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (15695:18): [True: 0, False: 1]
  |  Branch (15695:34): [True: 0, False: 1]
  |  Branch (15695:57): [True: 0, False: 0]
  ------------------
15696|      0|                p->error_indicator = 1;
15697|      0|                p->level--;
15698|      0|                return NULL;
15699|      0|            }
15700|      1|            goto done;
15701|      1|        }
15702|      0|        p->mark = _mark;
15703|      0|        D(fprintf(stderr, "%*c%s lambdef[%d-%d]: %s failed!\n", p->level, ' ',
15704|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "'lambda' lambda_params? ':' expression"));
15705|      0|    }
15706|      0|    _res = NULL;
15707|      1|  done:
15708|      1|    p->level--;
15709|      1|    return _res;
15710|      0|}
parser.c:expressions_rule:
11431|      1|{
11432|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (11432:9): [True: 0, False: 1]
  |  Branch (11432:35): [True: 0, False: 1]
  ------------------
11433|      0|        _Pypegen_stack_overflow(p);
11434|      0|    }
11435|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (11435:9): [True: 0, False: 1]
  ------------------
11436|      0|        p->level--;
11437|      0|        return NULL;
11438|      0|    }
11439|      1|    expr_ty _res = NULL;
11440|      1|    int _mark = p->mark;
11441|      1|    if (p->mark == p->fill && _PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (11441:9): [True: 1, False: 0]
  |  Branch (11441:31): [True: 0, False: 1]
  ------------------
11442|      0|        p->error_indicator = 1;
11443|      0|        p->level--;
11444|      0|        return NULL;
11445|      0|    }
11446|      1|    int _start_lineno = p->tokens[_mark]->lineno;
11447|      1|    UNUSED(_start_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
11448|      1|    int _start_col_offset = p->tokens[_mark]->col_offset;
11449|      1|    UNUSED(_start_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
11450|      1|    { // expression ((',' expression))+ ','?
11451|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (11451:13): [True: 0, False: 1]
  ------------------
11452|      0|            p->level--;
11453|      0|            return NULL;
11454|      0|        }
11455|      1|        D(fprintf(stderr, "%*c> expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ((',' expression))+ ','?"));
11456|      1|        void *_opt_var;
11457|      1|        UNUSED(_opt_var); // Silence compiler warnings
  ------------------
  |  |  267|      1|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 1]
  |  |  ------------------
  ------------------
11458|      1|        expr_ty a;
11459|      1|        asdl_seq * b;
11460|      1|        if (
11461|      1|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (11461:13): [True: 1, False: 0]
  ------------------
11462|      1|            &&
11463|      1|            (b = _loop1_55_rule(p))  // ((',' expression))+
  ------------------
  |  Branch (11463:13): [True: 0, False: 1]
  ------------------
11464|      0|            &&
11465|      0|            (_opt_var = _PyPegen_expect_token(p, 12), !p->error_indicator)  // ','?
  ------------------
  |  Branch (11465:13): [True: 0, False: 0]
  ------------------
11466|      1|        )
11467|      0|        {
11468|      0|            D(fprintf(stderr, "%*c+ expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ((',' expression))+ ','?"));
11469|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11470|      0|            if (_token == NULL) {
  ------------------
  |  Branch (11470:17): [True: 0, False: 0]
  ------------------
11471|      0|                p->level--;
11472|      0|                return NULL;
11473|      0|            }
11474|      0|            int _end_lineno = _token->end_lineno;
11475|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
11476|      0|            int _end_col_offset = _token->end_col_offset;
11477|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
11478|      0|            _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , Load , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_seq_insert_in_front ( p , a , b ) ) , Load , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11479|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11479:18): [True: 0, False: 0]
  |  Branch (11479:34): [True: 0, False: 0]
  |  Branch (11479:57): [True: 0, False: 0]
  ------------------
11480|      0|                p->error_indicator = 1;
11481|      0|                p->level--;
11482|      0|                return NULL;
11483|      0|            }
11484|      0|            goto done;
11485|      0|        }
11486|      1|        p->mark = _mark;
11487|      1|        D(fprintf(stderr, "%*c%s expressions[%d-%d]: %s failed!\n", p->level, ' ',
11488|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ((',' expression))+ ','?"));
11489|      1|    }
11490|      0|    { // expression ','
11491|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (11491:13): [True: 0, False: 1]
  ------------------
11492|      0|            p->level--;
11493|      0|            return NULL;
11494|      0|        }
11495|      1|        D(fprintf(stderr, "%*c> expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression ','"));
11496|      1|        Token * _literal;
11497|      1|        expr_ty a;
11498|      1|        if (
11499|      1|            (a = expression_rule(p))  // expression
  ------------------
  |  Branch (11499:13): [True: 1, False: 0]
  ------------------
11500|      1|            &&
11501|      1|            (_literal = _PyPegen_expect_token(p, 12))  // token=','
  ------------------
  |  Branch (11501:13): [True: 0, False: 1]
  ------------------
11502|      1|        )
11503|      0|        {
11504|      0|            D(fprintf(stderr, "%*c+ expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression ','"));
11505|      0|            Token *_token = _PyPegen_get_last_nonnwhitespace_token(p);
11506|      0|            if (_token == NULL) {
  ------------------
  |  Branch (11506:17): [True: 0, False: 0]
  ------------------
11507|      0|                p->level--;
11508|      0|                return NULL;
11509|      0|            }
11510|      0|            int _end_lineno = _token->end_lineno;
11511|      0|            UNUSED(_end_lineno); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
11512|      0|            int _end_col_offset = _token->end_col_offset;
11513|      0|            UNUSED(_end_col_offset); // Only used by EXTRA macro
  ------------------
  |  |  267|      0|#define UNUSED(expr) do { (void)(expr); } while (0)
  |  |  ------------------
  |  |  |  Branch (267:50): [Folded, False: 0]
  |  |  ------------------
  ------------------
11514|      0|            _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_singleton_seq ( p , a ) ) , Load , EXTRA );
  ------------------
  |  |  233|      0|#define CHECK(type, result) ((type) CHECK_CALL(p, result))
  ------------------
                          _res = _PyAST_Tuple ( CHECK ( asdl_expr_seq* , _PyPegen_singleton_seq ( p , a ) ) , Load , EXTRA );
  ------------------
  |  |  269|      0|#define EXTRA _start_lineno, _start_col_offset, _end_lineno, _end_col_offset, p->arena
  ------------------
11515|      0|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (11515:18): [True: 0, False: 0]
  |  Branch (11515:34): [True: 0, False: 0]
  |  Branch (11515:57): [True: 0, False: 0]
  ------------------
11516|      0|                p->error_indicator = 1;
11517|      0|                p->level--;
11518|      0|                return NULL;
11519|      0|            }
11520|      0|            goto done;
11521|      0|        }
11522|      1|        p->mark = _mark;
11523|      1|        D(fprintf(stderr, "%*c%s expressions[%d-%d]: %s failed!\n", p->level, ' ',
11524|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression ','"));
11525|      1|    }
11526|      0|    { // expression
11527|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (11527:13): [True: 0, False: 1]
  ------------------
11528|      0|            p->level--;
11529|      0|            return NULL;
11530|      0|        }
11531|      1|        D(fprintf(stderr, "%*c> expressions[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expression"));
11532|      1|        expr_ty expression_var;
11533|      1|        if (
11534|      1|            (expression_var = expression_rule(p))  // expression
  ------------------
  |  Branch (11534:13): [True: 1, False: 0]
  ------------------
11535|      1|        )
11536|      1|        {
11537|      1|            D(fprintf(stderr, "%*c+ expressions[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expression"));
11538|      1|            _res = expression_var;
11539|      1|            goto done;
11540|      1|        }
11541|      0|        p->mark = _mark;
11542|      0|        D(fprintf(stderr, "%*c%s expressions[%d-%d]: %s failed!\n", p->level, ' ',
11543|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expression"));
11544|      0|    }
11545|      0|    _res = NULL;
11546|      1|  done:
11547|      1|    p->level--;
11548|      1|    return _res;
11549|      0|}
parser.c:_loop1_55_rule:
31805|      1|{
31806|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (31806:9): [True: 0, False: 1]
  |  Branch (31806:35): [True: 0, False: 1]
  ------------------
31807|      0|        _Pypegen_stack_overflow(p);
31808|      0|    }
31809|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (31809:9): [True: 0, False: 1]
  ------------------
31810|      0|        p->level--;
31811|      0|        return NULL;
31812|      0|    }
31813|      1|    void *_res = NULL;
31814|      1|    int _mark = p->mark;
31815|      1|    void **_children = PyMem_Malloc(sizeof(void *));
31816|      1|    if (!_children) {
  ------------------
  |  Branch (31816:9): [True: 0, False: 1]
  ------------------
31817|      0|        p->error_indicator = 1;
31818|      0|        PyErr_NoMemory();
31819|      0|        p->level--;
31820|      0|        return NULL;
31821|      0|    }
31822|      1|    Py_ssize_t _children_capacity = 1;
31823|      1|    Py_ssize_t _n = 0;
31824|      1|    { // (',' expression)
31825|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (31825:13): [True: 0, False: 1]
  ------------------
31826|      0|            p->level--;
31827|      0|            return NULL;
31828|      0|        }
31829|      1|        D(fprintf(stderr, "%*c> _loop1_55[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "(',' expression)"));
31830|      1|        void *_tmp_16_var;
31831|      1|        while (
31832|      1|            (_tmp_16_var = _tmp_16_rule(p))  // ',' expression
  ------------------
  |  Branch (31832:13): [True: 0, False: 1]
  ------------------
31833|      1|        )
31834|      0|        {
31835|      0|            _res = _tmp_16_var;
31836|      0|            if (_n == _children_capacity) {
  ------------------
  |  Branch (31836:17): [True: 0, False: 0]
  ------------------
31837|      0|                _children_capacity *= 2;
31838|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
31839|      0|                if (!_new_children) {
  ------------------
  |  Branch (31839:21): [True: 0, False: 0]
  ------------------
31840|      0|                    PyMem_Free(_children);
31841|      0|                    p->error_indicator = 1;
31842|      0|                    PyErr_NoMemory();
31843|      0|                    p->level--;
31844|      0|                    return NULL;
31845|      0|                }
31846|      0|                _children = _new_children;
31847|      0|            }
31848|      0|            _children[_n++] = _res;
31849|      0|            _mark = p->mark;
31850|      0|        }
31851|      1|        p->mark = _mark;
31852|      1|        D(fprintf(stderr, "%*c%s _loop1_55[%d-%d]: %s failed!\n", p->level, ' ',
31853|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "(',' expression)"));
31854|      1|    }
31855|      1|    if (_n == 0 || p->error_indicator) {
  ------------------
  |  Branch (31855:9): [True: 1, False: 0]
  |  Branch (31855:20): [True: 0, False: 0]
  ------------------
31856|      1|        PyMem_Free(_children);
31857|      1|        p->level--;
31858|      1|        return NULL;
31859|      1|    }
31860|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
31861|      0|    if (!_seq) {
  ------------------
  |  Branch (31861:9): [True: 0, False: 0]
  ------------------
31862|      0|        PyMem_Free(_children);
31863|      0|        p->error_indicator = 1;
31864|      0|        PyErr_NoMemory();
31865|      0|        p->level--;
31866|      0|        return NULL;
31867|      0|    }
31868|      0|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      0|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (31868:28): [True: 0, False: 0]
  ------------------
31869|      0|    PyMem_Free(_children);
31870|      0|    p->level--;
31871|      0|    return _seq;
31872|      0|}
parser.c:eval_rule:
 1096|      1|{
 1097|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (1097:9): [True: 0, False: 1]
  |  Branch (1097:35): [True: 0, False: 1]
  ------------------
 1098|      0|        _Pypegen_stack_overflow(p);
 1099|      0|    }
 1100|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (1100:9): [True: 0, False: 1]
  ------------------
 1101|      0|        p->level--;
 1102|      0|        return NULL;
 1103|      0|    }
 1104|      1|    mod_ty _res = NULL;
 1105|      1|    int _mark = p->mark;
 1106|      1|    { // expressions NEWLINE* $
 1107|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (1107:13): [True: 0, False: 1]
  ------------------
 1108|      0|            p->level--;
 1109|      0|            return NULL;
 1110|      0|        }
 1111|      1|        D(fprintf(stderr, "%*c> eval[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "expressions NEWLINE* $"));
 1112|      1|        asdl_seq * _loop0_1_var;
 1113|      1|        expr_ty a;
 1114|      1|        Token * endmarker_var;
 1115|      1|        if (
 1116|      1|            (a = expressions_rule(p))  // expressions
  ------------------
  |  Branch (1116:13): [True: 1, False: 0]
  ------------------
 1117|      1|            &&
 1118|      1|            (_loop0_1_var = _loop0_1_rule(p))  // NEWLINE*
  ------------------
  |  Branch (1118:13): [True: 1, False: 0]
  ------------------
 1119|      1|            &&
 1120|      1|            (endmarker_var = _PyPegen_expect_token(p, ENDMARKER))  // token='ENDMARKER'
  ------------------
  |  |   16|      1|#define ENDMARKER       0
  ------------------
  |  Branch (1120:13): [True: 1, False: 0]
  ------------------
 1121|      1|        )
 1122|      1|        {
 1123|      1|            D(fprintf(stderr, "%*c+ eval[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "expressions NEWLINE* $"));
 1124|      1|            _res = _PyAST_Expression ( a , p -> arena );
 1125|      1|            if ((_res == NULL || p->error_indicator) && PyErr_Occurred()) {
  ------------------
  |  Branch (1125:18): [True: 0, False: 1]
  |  Branch (1125:34): [True: 0, False: 1]
  |  Branch (1125:57): [True: 0, False: 0]
  ------------------
 1126|      0|                p->error_indicator = 1;
 1127|      0|                p->level--;
 1128|      0|                return NULL;
 1129|      0|            }
 1130|      1|            goto done;
 1131|      1|        }
 1132|      0|        p->mark = _mark;
 1133|      0|        D(fprintf(stderr, "%*c%s eval[%d-%d]: %s failed!\n", p->level, ' ',
 1134|      0|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "expressions NEWLINE* $"));
 1135|      0|    }
 1136|      0|    _res = NULL;
 1137|      1|  done:
 1138|      1|    p->level--;
 1139|      1|    return _res;
 1140|      0|}
parser.c:_loop0_1_rule:
28440|      1|{
28441|      1|    if (p->level++ == MAXSTACK || _Py_ReachedRecursionLimitWithMargin(PyThreadState_Get(), 1)) {
  ------------------
  |  |   18|      2|#  define MAXSTACK 6000
  ------------------
  |  Branch (28441:9): [True: 0, False: 1]
  |  Branch (28441:35): [True: 0, False: 1]
  ------------------
28442|      0|        _Pypegen_stack_overflow(p);
28443|      0|    }
28444|      1|    if (p->error_indicator) {
  ------------------
  |  Branch (28444:9): [True: 0, False: 1]
  ------------------
28445|      0|        p->level--;
28446|      0|        return NULL;
28447|      0|    }
28448|      1|    void *_res = NULL;
28449|      1|    int _mark = p->mark;
28450|      1|    void **_children = PyMem_Malloc(sizeof(void *));
28451|      1|    if (!_children) {
  ------------------
  |  Branch (28451:9): [True: 0, False: 1]
  ------------------
28452|      0|        p->error_indicator = 1;
28453|      0|        PyErr_NoMemory();
28454|      0|        p->level--;
28455|      0|        return NULL;
28456|      0|    }
28457|      1|    Py_ssize_t _children_capacity = 1;
28458|      1|    Py_ssize_t _n = 0;
28459|      1|    { // NEWLINE
28460|      1|        if (p->error_indicator) {
  ------------------
  |  Branch (28460:13): [True: 0, False: 1]
  ------------------
28461|      0|            p->level--;
28462|      0|            return NULL;
28463|      0|        }
28464|      1|        D(fprintf(stderr, "%*c> _loop0_1[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE"));
28465|      1|        Token * newline_var;
28466|      1|        while (
28467|      1|            (newline_var = _PyPegen_expect_token(p, NEWLINE))  // token='NEWLINE'
  ------------------
  |  |   20|      1|#define NEWLINE         4
  ------------------
  |  Branch (28467:13): [True: 0, False: 1]
  ------------------
28468|      1|        )
28469|      0|        {
28470|      0|            _res = newline_var;
28471|      0|            if (_n == _children_capacity) {
  ------------------
  |  Branch (28471:17): [True: 0, False: 0]
  ------------------
28472|      0|                _children_capacity *= 2;
28473|      0|                void **_new_children = PyMem_Realloc(_children, _children_capacity*sizeof(void *));
28474|      0|                if (!_new_children) {
  ------------------
  |  Branch (28474:21): [True: 0, False: 0]
  ------------------
28475|      0|                    PyMem_Free(_children);
28476|      0|                    p->error_indicator = 1;
28477|      0|                    PyErr_NoMemory();
28478|      0|                    p->level--;
28479|      0|                    return NULL;
28480|      0|                }
28481|      0|                _children = _new_children;
28482|      0|            }
28483|      0|            _children[_n++] = _res;
28484|      0|            _mark = p->mark;
28485|      0|        }
28486|      1|        p->mark = _mark;
28487|      1|        D(fprintf(stderr, "%*c%s _loop0_1[%d-%d]: %s failed!\n", p->level, ' ',
28488|      1|                  p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE"));
28489|      1|    }
28490|      0|    asdl_seq *_seq = (asdl_seq*)_Py_asdl_generic_seq_new(_n, p->arena);
28491|      1|    if (!_seq) {
  ------------------
  |  Branch (28491:9): [True: 0, False: 1]
  ------------------
28492|      0|        PyMem_Free(_children);
28493|      0|        p->error_indicator = 1;
28494|      0|        PyErr_NoMemory();
28495|      0|        p->level--;
28496|      0|        return NULL;
28497|      0|    }
28498|      1|    for (Py_ssize_t i = 0; i < _n; i++) asdl_seq_SET_UNTYPED(_seq, i, _children[i]);
  ------------------
  |  |  106|      0|#  define asdl_seq_SET_UNTYPED(S, I, V) _Py_RVALUE((S)->elements[(I)] = (V))
  |  |  ------------------
  |  |  |  |  277|      1|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (28498:28): [True: 0, False: 1]
  ------------------
28499|      1|    PyMem_Free(_children);
28500|      1|    p->level--;
28501|      1|    return _seq;
28502|      1|}

_PyParser_ASTFromString:
    9|      1|{
   10|      1|    if (PySys_Audit("compile", "yO", str, filename) < 0) {
  ------------------
  |  Branch (10:9): [True: 0, False: 1]
  ------------------
   11|      0|        return NULL;
   12|      0|    }
   13|       |
   14|      1|    mod_ty result = _PyPegen_run_parser_from_string(str, mode, filename, flags,
   15|      1|                                                    arena, module);
   16|      1|    return result;
   17|      1|}

_PyPegen_insert_memo:
   81|    105|{
   82|       |    // Insert in front
   83|    105|    Memo *m = _PyArena_Malloc(p->arena, sizeof(Memo));
   84|    105|    if (m == NULL) {
  ------------------
  |  Branch (84:9): [True: 0, False: 105]
  ------------------
   85|      0|        return -1;
   86|      0|    }
   87|    105|    m->type = type;
   88|    105|    m->node = node;
   89|    105|    m->mark = p->mark;
   90|    105|    m->next = p->tokens[mark]->memo;
   91|    105|    p->tokens[mark]->memo = m;
   92|    105|    return 0;
   93|    105|}
_PyPegen_update_memo:
   98|    106|{
   99|    505|    for (Memo *m = p->tokens[mark]->memo; m != NULL; m = m->next) {
  ------------------
  |  Branch (99:43): [True: 449, False: 56]
  ------------------
  100|    449|        if (m->type == type) {
  ------------------
  |  Branch (100:13): [True: 50, False: 399]
  ------------------
  101|       |            // Update existing node.
  102|     50|            m->node = node;
  103|     50|            m->mark = p->mark;
  104|     50|            return 0;
  105|     50|        }
  106|    449|    }
  107|       |    // Insert new node.
  108|     56|    return _PyPegen_insert_memo(p, mark, type, node);
  109|    106|}
_PyPegen_fill_token:
  245|     26|{
  246|     26|    struct token new_token;
  247|     26|    _PyToken_Init(&new_token);
  248|     26|    int type = _PyTokenizer_Get(p->tok, &new_token);
  249|       |
  250|       |    // Record and skip '# type: ignore' comments
  251|     26|    while (type == TYPE_IGNORE) {
  ------------------
  |  |   72|     26|#define TYPE_IGNORE     56
  ------------------
  |  Branch (251:12): [True: 0, False: 26]
  ------------------
  252|      0|        Py_ssize_t len = new_token.end_col_offset - new_token.col_offset;
  253|      0|        char *tag = PyMem_Malloc((size_t)len + 1);
  254|      0|        if (tag == NULL) {
  ------------------
  |  Branch (254:13): [True: 0, False: 0]
  ------------------
  255|      0|            PyErr_NoMemory();
  256|      0|            goto error;
  257|      0|        }
  258|      0|        strncpy(tag, new_token.start, (size_t)len);
  259|      0|        tag[len] = '\0';
  260|       |        // Ownership of tag passes to the growable array
  261|      0|        if (!growable_comment_array_add(&p->type_ignore_comments, p->tok->lineno, tag)) {
  ------------------
  |  Branch (261:13): [True: 0, False: 0]
  ------------------
  262|      0|            PyErr_NoMemory();
  263|      0|            goto error;
  264|      0|        }
  265|      0|        type = _PyTokenizer_Get(p->tok, &new_token);
  266|      0|    }
  267|       |
  268|       |    // If we have reached the end and we are in single input mode we need to insert a newline and reset the parsing
  269|     26|    if (p->start_rule == Py_single_input && type == ENDMARKER && p->parsing_started) {
  ------------------
  |  |    8|     52|#define Py_single_input 256
  ------------------
                  if (p->start_rule == Py_single_input && type == ENDMARKER && p->parsing_started) {
  ------------------
  |  |   16|     26|#define ENDMARKER       0
  ------------------
  |  Branch (269:9): [True: 0, False: 26]
  |  Branch (269:45): [True: 0, False: 0]
  |  Branch (269:66): [True: 0, False: 0]
  ------------------
  270|      0|        type = NEWLINE; /* Add an extra newline */
  ------------------
  |  |   20|      0|#define NEWLINE         4
  ------------------
  271|      0|        p->parsing_started = 0;
  272|       |
  273|      0|        if (p->tok->indent && !(p->flags & PyPARSE_DONT_IMPLY_DEDENT)) {
  ------------------
  |  |   14|      0|#define PyPARSE_DONT_IMPLY_DEDENT       0x0002
  ------------------
  |  Branch (273:13): [True: 0, False: 0]
  |  Branch (273:31): [True: 0, False: 0]
  ------------------
  274|      0|            p->tok->pendin = -p->tok->indent;
  275|      0|            p->tok->indent = 0;
  276|      0|        }
  277|      0|    }
  278|     26|    else {
  279|     26|        p->parsing_started = 1;
  280|     26|    }
  281|       |
  282|       |    // Check if we are at the limit of the token array capacity and resize if needed
  283|     26|    if ((p->fill == p->size) && (_resize_tokens_array(p) != 0)) {
  ------------------
  |  Branch (283:9): [True: 5, False: 21]
  |  Branch (283:33): [True: 0, False: 5]
  ------------------
  284|      0|        goto error;
  285|      0|    }
  286|       |
  287|     26|    Token *t = p->tokens[p->fill];
  288|     26|    return initialize_token(p, t, &new_token, type);
  289|      0|error:
  290|      0|    _PyToken_Free(&new_token);
  291|      0|    return -1;
  292|     26|}
_PyPegen_is_memoized:
  342|    439|{
  343|    439|    if (p->mark == p->fill) {
  ------------------
  |  Branch (343:9): [True: 1, False: 438]
  ------------------
  344|      1|        if (_PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (344:13): [True: 0, False: 1]
  ------------------
  345|      0|            p->error_indicator = 1;
  346|      0|            return -1;
  347|      0|        }
  348|      1|    }
  349|       |
  350|    439|    Token *t = p->tokens[p->mark];
  351|       |
  352|  1.33k|    for (Memo *m = t->memo; m != NULL; m = m->next) {
  ------------------
  |  Branch (352:29): [True: 1.22k, False: 105]
  ------------------
  353|  1.22k|        if (m->type == type) {
  ------------------
  |  Branch (353:13): [True: 334, False: 894]
  ------------------
  354|       |#if defined(Py_DEBUG)
  355|       |            if (0 <= type && type < NSTATISTICS) {
  356|       |                long count = m->mark - p->mark;
  357|       |                // A memoized negative result counts for one.
  358|       |                if (count <= 0) {
  359|       |                    count = 1;
  360|       |                }
  361|       |                PyMutex_Lock(&_PyRuntime.parser.mutex);
  362|       |                memo_statistics[type] += count;
  363|       |                PyMutex_Unlock(&_PyRuntime.parser.mutex);
  364|       |            }
  365|       |#endif
  366|    334|            p->mark = m->mark;
  367|    334|            *(void **)(pres) = m->node;
  368|    334|            return 1;
  369|    334|        }
  370|  1.22k|    }
  371|    105|    return 0;
  372|    439|}
_PyPegen_expect_token:
  405|    460|{
  406|    460|    if (p->mark == p->fill) {
  ------------------
  |  Branch (406:9): [True: 13, False: 447]
  ------------------
  407|     13|        if (_PyPegen_fill_token(p) < 0) {
  ------------------
  |  Branch (407:13): [True: 0, False: 13]
  ------------------
  408|      0|            p->error_indicator = 1;
  409|      0|            return NULL;
  410|      0|        }
  411|     13|    }
  412|    460|    Token *t = p->tokens[p->mark];
  413|    460|    if (t->type != type) {
  ------------------
  |  Branch (413:9): [True: 359, False: 101]
  ------------------
  414|    359|       return NULL;
  415|    359|    }
  416|    101|    p->mark += 1;
  417|    101|    return t;
  418|    460|}
_PyPegen_get_last_nonnwhitespace_token:
  481|     35|{
  482|     35|    assert(p->mark >= 0);
  ------------------
  |  Branch (482:5): [True: 35, False: 0]
  ------------------
  483|     35|    Token *token = NULL;
  484|     35|    for (int m = p->mark - 1; m >= 0; m--) {
  ------------------
  |  Branch (484:31): [True: 35, False: 0]
  ------------------
  485|     35|        token = p->tokens[m];
  486|     35|        if (token->type != ENDMARKER && (token->type < NEWLINE || token->type > DEDENT)) {
  ------------------
  |  |   16|     70|#define ENDMARKER       0
  ------------------
                      if (token->type != ENDMARKER && (token->type < NEWLINE || token->type > DEDENT)) {
  ------------------
  |  |   20|     70|#define NEWLINE         4
  ------------------
                      if (token->type != ENDMARKER && (token->type < NEWLINE || token->type > DEDENT)) {
  ------------------
  |  |   22|      5|#define DEDENT          6
  ------------------
  |  Branch (486:13): [True: 35, False: 0]
  |  Branch (486:42): [True: 30, False: 5]
  |  Branch (486:67): [True: 5, False: 0]
  ------------------
  487|     35|            break;
  488|     35|        }
  489|     35|    }
  490|     35|    return token;
  491|     35|}
_PyPegen_new_identifier:
  495|     54|{
  496|     54|    PyObject *id = PyUnicode_DecodeUTF8(n, (Py_ssize_t)strlen(n), NULL);
  497|     54|    if (!id) {
  ------------------
  |  Branch (497:9): [True: 0, False: 54]
  ------------------
  498|      0|        goto error;
  499|      0|    }
  500|       |    /* Check whether there are non-ASCII characters in the
  501|       |       identifier; if so, normalize to NFKC. */
  502|     54|    if (!PyUnicode_IS_ASCII(id))
  ------------------
  |  |  227|     54|#define PyUnicode_IS_ASCII(op) PyUnicode_IS_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (502:9): [True: 0, False: 54]
  ------------------
  503|      0|    {
  504|      0|        if (!init_normalization(p))
  ------------------
  |  Branch (504:13): [True: 0, False: 0]
  ------------------
  505|      0|        {
  506|      0|            Py_DECREF(id);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  507|      0|            goto error;
  508|      0|        }
  509|      0|        PyObject *form = PyUnicode_InternFromString("NFKC");
  510|      0|        if (form == NULL)
  ------------------
  |  Branch (510:13): [True: 0, False: 0]
  ------------------
  511|      0|        {
  512|      0|            Py_DECREF(id);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|      0|            goto error;
  514|      0|        }
  515|      0|        PyObject *args[2] = {form, id};
  516|      0|        PyObject *id2 = PyObject_Vectorcall(p->normalize, args, 2, NULL);
  517|      0|        Py_DECREF(id);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  518|      0|        Py_DECREF(form);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|      0|        if (!id2) {
  ------------------
  |  Branch (519:13): [True: 0, False: 0]
  ------------------
  520|      0|            goto error;
  521|      0|        }
  522|       |
  523|      0|        if (!PyUnicode_Check(id2))
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (523:13): [True: 0, False: 0]
  ------------------
  524|      0|        {
  525|      0|            PyErr_Format(PyExc_TypeError,
  526|      0|                         "unicodedata.normalize() must return a string, not "
  527|      0|                         "%.200s",
  528|      0|                         _PyType_Name(Py_TYPE(id2)));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  529|      0|            Py_DECREF(id2);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  530|      0|            goto error;
  531|      0|        }
  532|      0|        id = id2;
  533|      0|    }
  534|     54|    static const char * const forbidden[] = {
  535|     54|        "None",
  536|     54|        "True",
  537|     54|        "False",
  538|     54|        NULL
  539|     54|    };
  540|    216|    for (int i = 0; forbidden[i] != NULL; i++) {
  ------------------
  |  Branch (540:21): [True: 162, False: 54]
  ------------------
  541|    162|        if (_PyUnicode_EqualToASCIIString(id, forbidden[i])) {
  ------------------
  |  Branch (541:13): [True: 0, False: 162]
  ------------------
  542|      0|            PyErr_Format(PyExc_ValueError,
  543|      0|                         "identifier field can't represent '%s' constant",
  544|      0|                         forbidden[i]);
  545|      0|            Py_DECREF(id);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  546|      0|            goto error;
  547|      0|        }
  548|    162|    }
  549|     54|    PyInterpreterState *interp = _PyInterpreterState_GET();
  550|     54|    _PyUnicode_InternImmortal(interp, &id);
  551|     54|    if (_PyArena_AddPyObject(p->arena, id) < 0)
  ------------------
  |  Branch (551:9): [True: 0, False: 54]
  ------------------
  552|      0|    {
  553|      0|        Py_DECREF(id);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  554|      0|        goto error;
  555|      0|    }
  556|     54|    return id;
  557|       |
  558|      0|error:
  559|      0|    p->error_indicator = 1;
  560|       |    return NULL;
  561|     54|}
_PyPegen_name_token:
  585|     74|{
  586|     74|    Token *t = _PyPegen_expect_token(p, NAME);
  ------------------
  |  |   17|     74|#define NAME            1
  ------------------
  587|     74|    return _PyPegen_name_from_token(p, t);
  588|     74|}
_PyPegen_string_token:
  592|      3|{
  593|      3|    return _PyPegen_expect_token(p, STRING);
  ------------------
  |  |   19|      3|#define STRING          3
  ------------------
  594|      3|}
_PyPegen_number_token:
  688|      3|{
  689|      3|    Token *t = _PyPegen_expect_token(p, NUMBER);
  ------------------
  |  |   18|      3|#define NUMBER          2
  ------------------
  690|      3|    if (t == NULL) {
  ------------------
  |  Branch (690:9): [True: 3, False: 0]
  ------------------
  691|      3|        return NULL;
  692|      3|    }
  693|       |
  694|      0|    const char *num_raw = PyBytes_AsString(t->bytes);
  695|      0|    if (num_raw == NULL) {
  ------------------
  |  Branch (695:9): [True: 0, False: 0]
  ------------------
  696|      0|        p->error_indicator = 1;
  697|      0|        return NULL;
  698|      0|    }
  699|       |
  700|      0|    if (p->feature_version < 6 && strchr(num_raw, '_') != NULL) {
  ------------------
  |  Branch (700:9): [True: 0, False: 0]
  |  Branch (700:35): [True: 0, False: 0]
  ------------------
  701|      0|        p->error_indicator = 1;
  702|      0|        return RAISE_SYNTAX_ERROR("Underscores in numeric literals are only supported "
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
  703|      0|                                  "in Python 3.6 and greater");
  704|      0|    }
  705|       |
  706|      0|    PyObject *c = parsenumber(num_raw);
  707|       |
  708|      0|    if (c == NULL) {
  ------------------
  |  Branch (708:9): [True: 0, False: 0]
  ------------------
  709|      0|        p->error_indicator = 1;
  710|      0|        PyThreadState *tstate = _PyThreadState_GET();
  711|       |        // The only way a ValueError should happen in _this_ code is via
  712|       |        // PyLong_FromString hitting a length limit.
  713|      0|        if (tstate->current_exception != NULL &&
  ------------------
  |  Branch (713:13): [True: 0, False: 0]
  ------------------
  714|      0|            Py_TYPE(tstate->current_exception) == (PyTypeObject *)PyExc_ValueError
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (714:13): [True: 0, False: 0]
  ------------------
  715|      0|        ) {
  716|      0|            PyObject *exc = PyErr_GetRaisedException();
  717|       |            /* Intentionally omitting columns to avoid a wall of 1000s of '^'s
  718|       |             * on the error message. Nobody is going to overlook their huge
  719|       |             * numeric literal once given the line. */
  720|      0|            RAISE_ERROR_KNOWN_LOCATION(
  721|      0|                p, PyExc_SyntaxError,
  722|      0|                t->lineno, -1 /* col_offset */,
  723|      0|                t->end_lineno, -1 /* end_col_offset */,
  724|      0|                "%S - Consider hexadecimal for huge integer literals "
  725|      0|                "to avoid decimal conversion limits.",
  726|      0|                exc);
  727|      0|            Py_DECREF(exc);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  728|      0|        }
  729|      0|        return NULL;
  730|      0|    }
  731|       |
  732|      0|    if (_PyArena_AddPyObject(p->arena, c) < 0) {
  ------------------
  |  Branch (732:9): [True: 0, False: 0]
  ------------------
  733|      0|        Py_DECREF(c);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  734|      0|        p->error_indicator = 1;
  735|      0|        return NULL;
  736|      0|    }
  737|       |
  738|      0|    return _PyAST_Constant(c, NULL, t->lineno, t->col_offset, t->end_lineno,
  739|      0|                           t->end_col_offset, p->arena);
  740|      0|}
_PyPegen_Parser_New:
  801|      1|{
  802|      1|    Parser *p = PyMem_Malloc(sizeof(Parser));
  803|      1|    if (p == NULL) {
  ------------------
  |  Branch (803:9): [True: 0, False: 1]
  ------------------
  804|      0|        return (Parser *) PyErr_NoMemory();
  805|      0|    }
  806|      1|    assert(tok != NULL);
  ------------------
  |  Branch (806:5): [True: 1, False: 0]
  ------------------
  807|      1|    tok->type_comments = (flags & PyPARSE_TYPE_COMMENTS) > 0;
  ------------------
  |  |   24|      1|#define PyPARSE_TYPE_COMMENTS 0x0040
  ------------------
  808|      1|    p->tok = tok;
  809|      1|    p->keywords = NULL;
  810|      1|    p->n_keyword_lists = -1;
  811|      1|    p->soft_keywords = NULL;
  812|      1|    p->tokens = PyMem_Malloc(sizeof(Token *));
  813|      1|    if (!p->tokens) {
  ------------------
  |  Branch (813:9): [True: 0, False: 1]
  ------------------
  814|      0|        PyMem_Free(p);
  815|      0|        return (Parser *) PyErr_NoMemory();
  816|      0|    }
  817|      1|    p->tokens[0] = PyMem_Calloc(1, sizeof(Token));
  818|      1|    if (!p->tokens[0]) {
  ------------------
  |  Branch (818:9): [True: 0, False: 1]
  ------------------
  819|      0|        PyMem_Free(p->tokens);
  820|      0|        PyMem_Free(p);
  821|      0|        return (Parser *) PyErr_NoMemory();
  822|      0|    }
  823|      1|    if (!growable_comment_array_init(&p->type_ignore_comments, 10)) {
  ------------------
  |  Branch (823:9): [True: 0, False: 1]
  ------------------
  824|      0|        PyMem_Free(p->tokens[0]);
  825|      0|        PyMem_Free(p->tokens);
  826|      0|        PyMem_Free(p);
  827|      0|        return (Parser *) PyErr_NoMemory();
  828|      0|    }
  829|       |
  830|      1|    p->mark = 0;
  831|      1|    p->fill = 0;
  832|      1|    p->size = 1;
  833|       |
  834|      1|    p->errcode = errcode;
  835|      1|    p->arena = arena;
  836|      1|    p->start_rule = start_rule;
  837|      1|    p->parsing_started = 0;
  838|      1|    p->normalize = NULL;
  839|      1|    p->error_indicator = 0;
  840|       |
  841|      1|    p->starting_lineno = 0;
  842|      1|    p->starting_col_offset = 0;
  843|      1|    p->flags = flags;
  844|      1|    p->feature_version = feature_version;
  845|      1|    p->known_err_token = NULL;
  846|      1|    p->level = 0;
  847|      1|    p->call_invalid_rules = 0;
  848|      1|    p->last_stmt_location.lineno = 0;
  849|      1|    p->last_stmt_location.col_offset = 0;
  850|      1|    p->last_stmt_location.end_lineno = 0;
  851|      1|    p->last_stmt_location.end_col_offset = 0;
  852|       |#ifdef Py_DEBUG
  853|       |    p->debug = _Py_GetConfig()->parser_debug;
  854|       |#endif
  855|      1|    return p;
  856|      1|}
_PyPegen_Parser_Free:
  860|      1|{
  861|      1|    Py_XDECREF(p->normalize);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  862|     33|    for (int i = 0; i < p->size; i++) {
  ------------------
  |  Branch (862:21): [True: 32, False: 1]
  ------------------
  863|     32|        PyMem_Free(p->tokens[i]);
  864|     32|    }
  865|      1|    PyMem_Free(p->tokens);
  866|      1|    growable_comment_array_deallocate(&p->type_ignore_comments);
  867|      1|    PyMem_Free(p);
  868|      1|}
_PyPegen_run_parser:
  939|      1|{
  940|      1|    void *res = _PyPegen_parse(p);
  941|      1|    assert(p->level == 0);
  ------------------
  |  Branch (941:5): [True: 1, False: 0]
  ------------------
  942|      1|    if (res == NULL) {
  ------------------
  |  Branch (942:9): [True: 0, False: 1]
  ------------------
  943|      0|        if ((p->flags & PyPARSE_ALLOW_INCOMPLETE_INPUT) &&  _is_end_of_source(p)) {
  ------------------
  |  |   25|      0|#define PyPARSE_ALLOW_INCOMPLETE_INPUT 0x0100
  ------------------
  |  Branch (943:13): [True: 0, False: 0]
  |  Branch (943:61): [True: 0, False: 0]
  ------------------
  944|      0|            PyErr_Clear();
  945|      0|            return _PyPegen_raise_error(p, PyExc_IncompleteInputError, 0, "incomplete input");
  ------------------
  |  |  203|      0|#define PyExc_IncompleteInputError ((PyObject *)(&_PyExc_IncompleteInputError))
  ------------------
  946|      0|        }
  947|      0|        if (PyErr_Occurred() && !PyErr_ExceptionMatches(PyExc_SyntaxError)) {
  ------------------
  |  Branch (947:13): [True: 0, False: 0]
  |  Branch (947:33): [True: 0, False: 0]
  ------------------
  948|      0|            return NULL;
  949|      0|        }
  950|       |       // Make a second parser pass. In this pass we activate heavier and slower checks
  951|       |        // to produce better error messages and more complete diagnostics. Extra "invalid_*"
  952|       |        // rules will be active during parsing.
  953|      0|        Token *last_token = p->tokens[p->fill - 1];
  954|      0|        reset_parser_state_for_error_pass(p);
  955|      0|        _PyPegen_parse(p);
  956|       |
  957|       |        // Set SyntaxErrors accordingly depending on the parser/tokenizer status at the failure
  958|       |        // point.
  959|      0|        _Pypegen_set_syntax_error(p, last_token);
  960|       |
  961|       |        // Set the metadata in the exception from p->last_stmt_location
  962|      0|        if (PyErr_ExceptionMatches(PyExc_SyntaxError)) {
  ------------------
  |  Branch (962:13): [True: 0, False: 0]
  ------------------
  963|      0|            _PyPegen_set_syntax_error_metadata(p);
  964|      0|        }
  965|      0|       return NULL;
  966|      0|    }
  967|       |
  968|      1|    if (p->start_rule == Py_single_input && bad_single_statement(p)) {
  ------------------
  |  |    8|      2|#define Py_single_input 256
  ------------------
  |  Branch (968:9): [True: 0, False: 1]
  |  Branch (968:45): [True: 0, False: 0]
  ------------------
  969|      0|        p->tok->done = E_BADSINGLE; // This is not necessary for now, but might be in the future
  ------------------
  |  |   38|      0|#define E_BADSINGLE      27      /* Ill-formed single statement input */
  ------------------
  970|      0|        return RAISE_SYNTAX_ERROR("multiple statements found while compiling a single statement");
  ------------------
  |  |  201|      0|#define RAISE_SYNTAX_ERROR(msg, ...) _PyPegen_raise_error(p, PyExc_SyntaxError, 0, msg, ##__VA_ARGS__)
  ------------------
  971|      0|    }
  972|       |
  973|       |    // test_peg_generator defines _Py_TEST_PEGEN to not call PyAST_Validate()
  974|       |#if defined(Py_DEBUG) && !defined(_Py_TEST_PEGEN)
  975|       |    if (p->start_rule == Py_single_input ||
  976|       |        p->start_rule == Py_file_input ||
  977|       |        p->start_rule == Py_eval_input)
  978|       |    {
  979|       |        if (!_PyAST_Validate(res)) {
  980|       |            return NULL;
  981|       |        }
  982|       |    }
  983|       |#endif
  984|      1|    return res;
  985|      1|}
_PyPegen_run_parser_from_string:
 1043|      1|{
 1044|      1|    int exec_input = start_rule == Py_file_input;
  ------------------
  |  |    9|      1|#define Py_file_input 257
  ------------------
 1045|       |
 1046|      1|    struct tok_state *tok;
 1047|      1|    if (flags != NULL && flags->cf_flags & PyCF_IGNORE_COOKIE) {
  ------------------
  |  |   18|      1|#define PyCF_IGNORE_COOKIE 0x0800
  ------------------
  |  Branch (1047:9): [True: 1, False: 0]
  |  Branch (1047:26): [True: 1, False: 0]
  ------------------
 1048|      1|        tok = _PyTokenizer_FromUTF8(str, exec_input, 0);
 1049|      1|    } else {
 1050|      0|        tok = _PyTokenizer_FromString(str, exec_input, 0);
 1051|      0|    }
 1052|      1|    if (tok == NULL) {
  ------------------
  |  Branch (1052:9): [True: 0, False: 1]
  ------------------
 1053|      0|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1053:13): [True: 0, False: 0]
  ------------------
 1054|      0|            _PyPegen_raise_tokenizer_init_error(filename_ob);
 1055|      0|        }
 1056|      0|        return NULL;
 1057|      0|    }
 1058|       |    // This transfers the ownership to the tokenizer
 1059|      1|    tok->filename = Py_NewRef(filename_ob);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1060|      1|    tok->module = Py_XNewRef(module);
  ------------------
  |  |  551|      1|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1061|       |
 1062|       |    // We need to clear up from here on
 1063|      1|    mod_ty result = NULL;
 1064|       |
 1065|      1|    int parser_flags = compute_parser_flags(flags);
 1066|      1|    int feature_version = flags && (flags->cf_flags & PyCF_ONLY_AST) ?
  ------------------
  |  |   17|      1|#define PyCF_ONLY_AST 0x0400
  ------------------
  |  Branch (1066:27): [True: 1, False: 0]
  |  Branch (1066:36): [True: 0, False: 1]
  ------------------
 1067|      1|        flags->cf_feature_version : PY_MINOR_VERSION;
  ------------------
  |  |   24|      1|#define PY_MINOR_VERSION        16
  ------------------
 1068|      1|    Parser *p = _PyPegen_Parser_New(tok, start_rule, parser_flags, feature_version,
 1069|      1|                                    NULL, str, arena);
 1070|      1|    if (p == NULL) {
  ------------------
  |  Branch (1070:9): [True: 0, False: 1]
  ------------------
 1071|      0|        goto error;
 1072|      0|    }
 1073|       |
 1074|      1|    result = _PyPegen_run_parser(p);
 1075|      1|    _PyPegen_Parser_Free(p);
 1076|       |
 1077|      1|error:
 1078|      1|    _PyTokenizer_Free(tok);
 1079|      1|    return result;
 1080|      1|}
pegen.c:_resize_tokens_array:
  222|      5|_resize_tokens_array(Parser *p) {
  223|      5|    int newsize = p->size * 2;
  224|      5|    Token **new_tokens = PyMem_Realloc(p->tokens, (size_t)newsize * sizeof(Token *));
  225|      5|    if (new_tokens == NULL) {
  ------------------
  |  Branch (225:9): [True: 0, False: 5]
  ------------------
  226|      0|        PyErr_NoMemory();
  227|      0|        return -1;
  228|      0|    }
  229|      5|    p->tokens = new_tokens;
  230|       |
  231|     36|    for (int i = p->size; i < newsize; i++) {
  ------------------
  |  Branch (231:27): [True: 31, False: 5]
  ------------------
  232|     31|        p->tokens[i] = PyMem_Calloc(1, sizeof(Token));
  233|     31|        if (p->tokens[i] == NULL) {
  ------------------
  |  Branch (233:13): [True: 0, False: 31]
  ------------------
  234|      0|            p->size = i; // Needed, in order to cleanup correctly after parser fails
  235|      0|            PyErr_NoMemory();
  236|      0|            return -1;
  237|      0|        }
  238|     31|    }
  239|      5|    p->size = newsize;
  240|      5|    return 0;
  241|      5|}
pegen.c:initialize_token:
  181|     26|initialize_token(Parser *p, Token *parser_token, struct token *new_token, int token_type) {
  182|     26|    assert(parser_token != NULL);
  ------------------
  |  Branch (182:5): [True: 26, False: 0]
  ------------------
  183|       |
  184|     26|    parser_token->type = (token_type == NAME) ? _get_keyword_or_name_type(p, new_token) : token_type;
  ------------------
  |  |   17|     26|#define NAME            1
  ------------------
  |  Branch (184:26): [True: 12, False: 14]
  ------------------
  185|     26|    parser_token->bytes = PyBytes_FromStringAndSize(new_token->start, new_token->end - new_token->start);
  186|     26|    if (parser_token->bytes == NULL) {
  ------------------
  |  Branch (186:9): [True: 0, False: 26]
  ------------------
  187|      0|        return -1;
  188|      0|    }
  189|     26|    if (_PyArena_AddPyObject(p->arena, parser_token->bytes) < 0) {
  ------------------
  |  Branch (189:9): [True: 0, False: 26]
  ------------------
  190|      0|        Py_DECREF(parser_token->bytes);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|      0|        return -1;
  192|      0|    }
  193|       |
  194|     26|    parser_token->metadata = NULL;
  195|     26|    if (new_token->metadata != NULL) {
  ------------------
  |  Branch (195:9): [True: 0, False: 26]
  ------------------
  196|      0|        if (_PyArena_AddPyObject(p->arena, new_token->metadata) < 0) {
  ------------------
  |  Branch (196:13): [True: 0, False: 0]
  ------------------
  197|      0|            Py_DECREF(new_token->metadata);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  198|      0|            return -1;
  199|      0|        }
  200|      0|        parser_token->metadata = new_token->metadata;
  201|      0|        new_token->metadata = NULL;
  202|      0|    }
  203|       |
  204|     26|    parser_token->level = new_token->level;
  205|     26|    parser_token->lineno = new_token->lineno;
  206|     26|    parser_token->col_offset = p->tok->lineno == p->starting_lineno ? p->starting_col_offset + new_token->col_offset
  ------------------
  |  Branch (206:32): [True: 0, False: 26]
  ------------------
  207|     26|                                                                    : new_token->col_offset;
  208|     26|    parser_token->end_lineno = new_token->end_lineno;
  209|     26|    parser_token->end_col_offset = p->tok->lineno == p->starting_lineno ? p->starting_col_offset + new_token->end_col_offset
  ------------------
  |  Branch (209:36): [True: 0, False: 26]
  ------------------
  210|     26|                                                                 : new_token->end_col_offset;
  211|       |
  212|     26|    p->fill += 1;
  213|       |
  214|     26|    if (token_type == ERRORTOKEN && p->tok->done == E_DECODE) {
  ------------------
  |  |   83|     52|#define ERRORTOKEN      67
  ------------------
                  if (token_type == ERRORTOKEN && p->tok->done == E_DECODE) {
  ------------------
  |  |   34|      0|#define E_DECODE         22      /* Error in decoding into Unicode */
  ------------------
  |  Branch (214:9): [True: 0, False: 26]
  |  Branch (214:37): [True: 0, False: 0]
  ------------------
  215|      0|        return _Pypegen_raise_decode_error(p);
  216|      0|    }
  217|       |
  218|     26|    return (token_type == ERRORTOKEN ? _Pypegen_tokenizer_error(p) : 0);
  ------------------
  |  |   83|     26|#define ERRORTOKEN      67
  ------------------
  |  Branch (218:13): [True: 0, False: 26]
  ------------------
  219|     26|}
pegen.c:_get_keyword_or_name_type:
  163|     12|{
  164|     12|    Py_ssize_t name_len = new_token->end_col_offset - new_token->col_offset;
  165|     12|    assert(name_len > 0);
  ------------------
  |  Branch (165:5): [True: 12, False: 0]
  ------------------
  166|       |
  167|     12|    if (name_len >= p->n_keyword_lists ||
  ------------------
  |  Branch (167:9): [True: 1, False: 11]
  ------------------
  168|     11|        p->keywords[name_len] == NULL ||
  ------------------
  |  Branch (168:9): [True: 0, False: 11]
  ------------------
  169|     11|        p->keywords[name_len]->type == -1) {
  ------------------
  |  Branch (169:9): [True: 0, False: 11]
  ------------------
  170|      1|        return NAME;
  ------------------
  |  |   17|      1|#define NAME            1
  ------------------
  171|      1|    }
  172|     62|    for (KeywordToken *k = p->keywords[name_len]; k != NULL && k->type != -1; k++) {
  ------------------
  |  Branch (172:51): [True: 62, False: 0]
  |  Branch (172:64): [True: 52, False: 10]
  ------------------
  173|     52|        if (strncmp(k->str, new_token->start, (size_t)name_len) == 0) {
  ------------------
  |  Branch (173:13): [True: 1, False: 51]
  ------------------
  174|      1|            return k->type;
  175|      1|        }
  176|     52|    }
  177|     10|    return NAME;
  ------------------
  |  |   17|     10|#define NAME            1
  ------------------
  178|     11|}
pegen.c:_PyPegen_name_from_token:
  565|     74|{
  566|     74|    if (t == NULL) {
  ------------------
  |  Branch (566:9): [True: 20, False: 54]
  ------------------
  567|     20|        return NULL;
  568|     20|    }
  569|     54|    const char *s = PyBytes_AsString(t->bytes);
  570|     54|    if (!s) {
  ------------------
  |  Branch (570:9): [True: 0, False: 54]
  ------------------
  571|      0|        p->error_indicator = 1;
  572|      0|        return NULL;
  573|      0|    }
  574|     54|    PyObject *id = _PyPegen_new_identifier(p, s);
  575|     54|    if (id == NULL) {
  ------------------
  |  Branch (575:9): [True: 0, False: 54]
  ------------------
  576|      0|        p->error_indicator = 1;
  577|      0|        return NULL;
  578|      0|    }
  579|     54|    return _PyAST_Name(id, Load, t->lineno, t->col_offset, t->end_lineno,
  580|     54|                       t->end_col_offset, p->arena);
  581|     54|}
pegen.c:growable_comment_array_init:
  126|      1|growable_comment_array_init(growable_comment_array *arr, size_t initial_size) {
  127|      1|    assert(initial_size > 0);
  ------------------
  |  Branch (127:5): [True: 1, False: 0]
  ------------------
  128|      1|    arr->items = PyMem_Malloc(initial_size * sizeof(*arr->items));
  129|      1|    arr->size = initial_size;
  130|      1|    arr->num_items = 0;
  131|       |
  132|       |    return arr->items != NULL;
  133|      1|}
pegen.c:growable_comment_array_deallocate:
  154|      1|growable_comment_array_deallocate(growable_comment_array *arr) {
  155|      1|    for (unsigned i = 0; i < arr->num_items; i++) {
  ------------------
  |  Branch (155:26): [True: 0, False: 1]
  ------------------
  156|      0|        PyMem_Free(arr->items[i].comment);
  157|      0|    }
  158|      1|    PyMem_Free(arr->items);
  159|      1|}
pegen.c:compute_parser_flags:
  773|      1|{
  774|      1|    int parser_flags = 0;
  775|      1|    if (!flags) {
  ------------------
  |  Branch (775:9): [True: 0, False: 1]
  ------------------
  776|      0|        return 0;
  777|      0|    }
  778|      1|    if (flags->cf_flags & PyCF_DONT_IMPLY_DEDENT) {
  ------------------
  |  |   16|      1|#define PyCF_DONT_IMPLY_DEDENT 0x0200
  ------------------
  |  Branch (778:9): [True: 0, False: 1]
  ------------------
  779|      0|        parser_flags |= PyPARSE_DONT_IMPLY_DEDENT;
  ------------------
  |  |   14|      0|#define PyPARSE_DONT_IMPLY_DEDENT       0x0002
  ------------------
  780|      0|    }
  781|      1|    if (flags->cf_flags & PyCF_IGNORE_COOKIE) {
  ------------------
  |  |   18|      1|#define PyCF_IGNORE_COOKIE 0x0800
  ------------------
  |  Branch (781:9): [True: 1, False: 0]
  ------------------
  782|      1|        parser_flags |= PyPARSE_IGNORE_COOKIE;
  ------------------
  |  |   22|      1|#define PyPARSE_IGNORE_COOKIE 0x0010
  ------------------
  783|      1|    }
  784|      1|    if (flags->cf_flags & CO_FUTURE_BARRY_AS_BDFL) {
  ------------------
  |  |  141|      1|#define CO_FUTURE_BARRY_AS_BDFL  0x400000
  ------------------
  |  Branch (784:9): [True: 0, False: 1]
  ------------------
  785|      0|        parser_flags |= PyPARSE_BARRY_AS_BDFL;
  ------------------
  |  |   23|      0|#define PyPARSE_BARRY_AS_BDFL 0x0020
  ------------------
  786|      0|    }
  787|      1|    if (flags->cf_flags & PyCF_TYPE_COMMENTS) {
  ------------------
  |  |   19|      1|#define PyCF_TYPE_COMMENTS 0x1000
  ------------------
  |  Branch (787:9): [True: 0, False: 1]
  ------------------
  788|      0|        parser_flags |= PyPARSE_TYPE_COMMENTS;
  ------------------
  |  |   24|      0|#define PyPARSE_TYPE_COMMENTS 0x0040
  ------------------
  789|      0|    }
  790|      1|    if (flags->cf_flags & PyCF_ALLOW_INCOMPLETE_INPUT) {
  ------------------
  |  |   21|      1|#define PyCF_ALLOW_INCOMPLETE_INPUT 0x4000
  ------------------
  |  Branch (790:9): [True: 0, False: 1]
  ------------------
  791|      0|        parser_flags |= PyPARSE_ALLOW_INCOMPLETE_INPUT;
  ------------------
  |  |   25|      0|#define PyPARSE_ALLOW_INCOMPLETE_INPUT 0x0100
  ------------------
  792|      0|    }
  793|      1|    return parser_flags;
  794|      1|}

_PyToken_OneChar:
   85|     13|{
   86|     13|    switch (c1) {
  ------------------
  |  Branch (86:13): [True: 13, False: 0]
  ------------------
   87|      0|    case '!': return EXCLAMATION;
  ------------------
  |  |   70|      0|#define EXCLAMATION     54
  ------------------
  |  Branch (87:5): [True: 0, False: 13]
  ------------------
   88|      0|    case '%': return PERCENT;
  ------------------
  |  |   40|      0|#define PERCENT         24
  ------------------
  |  Branch (88:5): [True: 0, False: 13]
  ------------------
   89|      0|    case '&': return AMPER;
  ------------------
  |  |   35|      0|#define AMPER           19
  ------------------
  |  Branch (89:5): [True: 0, False: 13]
  ------------------
   90|      2|    case '(': return LPAR;
  ------------------
  |  |   23|      2|#define LPAR            7
  ------------------
  |  Branch (90:5): [True: 2, False: 11]
  ------------------
   91|      2|    case ')': return RPAR;
  ------------------
  |  |   24|      2|#define RPAR            8
  ------------------
  |  Branch (91:5): [True: 2, False: 11]
  ------------------
   92|      0|    case '*': return STAR;
  ------------------
  |  |   32|      0|#define STAR            16
  ------------------
  |  Branch (92:5): [True: 0, False: 13]
  ------------------
   93|      0|    case '+': return PLUS;
  ------------------
  |  |   30|      0|#define PLUS            14
  ------------------
  |  Branch (93:5): [True: 0, False: 13]
  ------------------
   94|      8|    case ',': return COMMA;
  ------------------
  |  |   28|      8|#define COMMA           12
  ------------------
  |  Branch (94:5): [True: 8, False: 5]
  ------------------
   95|      0|    case '-': return MINUS;
  ------------------
  |  |   31|      0|#define MINUS           15
  ------------------
  |  Branch (95:5): [True: 0, False: 13]
  ------------------
   96|      0|    case '.': return DOT;
  ------------------
  |  |   39|      0|#define DOT             23
  ------------------
  |  Branch (96:5): [True: 0, False: 13]
  ------------------
   97|      0|    case '/': return SLASH;
  ------------------
  |  |   33|      0|#define SLASH           17
  ------------------
  |  Branch (97:5): [True: 0, False: 13]
  ------------------
   98|      1|    case ':': return COLON;
  ------------------
  |  |   27|      1|#define COLON           11
  ------------------
  |  Branch (98:5): [True: 1, False: 12]
  ------------------
   99|      0|    case ';': return SEMI;
  ------------------
  |  |   29|      0|#define SEMI            13
  ------------------
  |  Branch (99:5): [True: 0, False: 13]
  ------------------
  100|      0|    case '<': return LESS;
  ------------------
  |  |   36|      0|#define LESS            20
  ------------------
  |  Branch (100:5): [True: 0, False: 13]
  ------------------
  101|      0|    case '=': return EQUAL;
  ------------------
  |  |   38|      0|#define EQUAL           22
  ------------------
  |  Branch (101:5): [True: 0, False: 13]
  ------------------
  102|      0|    case '>': return GREATER;
  ------------------
  |  |   37|      0|#define GREATER         21
  ------------------
  |  Branch (102:5): [True: 0, False: 13]
  ------------------
  103|      0|    case '@': return AT;
  ------------------
  |  |   65|      0|#define AT              49
  ------------------
  |  Branch (103:5): [True: 0, False: 13]
  ------------------
  104|      0|    case '[': return LSQB;
  ------------------
  |  |   25|      0|#define LSQB            9
  ------------------
  |  Branch (104:5): [True: 0, False: 13]
  ------------------
  105|      0|    case ']': return RSQB;
  ------------------
  |  |   26|      0|#define RSQB            10
  ------------------
  |  Branch (105:5): [True: 0, False: 13]
  ------------------
  106|      0|    case '^': return CIRCUMFLEX;
  ------------------
  |  |   48|      0|#define CIRCUMFLEX      32
  ------------------
  |  Branch (106:5): [True: 0, False: 13]
  ------------------
  107|      0|    case '{': return LBRACE;
  ------------------
  |  |   41|      0|#define LBRACE          25
  ------------------
  |  Branch (107:5): [True: 0, False: 13]
  ------------------
  108|      0|    case '|': return VBAR;
  ------------------
  |  |   34|      0|#define VBAR            18
  ------------------
  |  Branch (108:5): [True: 0, False: 13]
  ------------------
  109|      0|    case '}': return RBRACE;
  ------------------
  |  |   42|      0|#define RBRACE          26
  ------------------
  |  Branch (109:5): [True: 0, False: 13]
  ------------------
  110|      0|    case '~': return TILDE;
  ------------------
  |  |   47|      0|#define TILDE           31
  ------------------
  |  Branch (110:5): [True: 0, False: 13]
  ------------------
  111|     13|    }
  112|      0|    return OP;
  ------------------
  |  |   71|      0|#define OP              55
  ------------------
  113|     13|}
_PyToken_TwoChars:
  117|     13|{
  118|     13|    switch (c1) {
  ------------------
  |  Branch (118:13): [True: 1, False: 12]
  ------------------
  119|      0|    case '!':
  ------------------
  |  Branch (119:5): [True: 0, False: 13]
  ------------------
  120|      0|        switch (c2) {
  ------------------
  |  Branch (120:17): [True: 0, False: 0]
  ------------------
  121|      0|        case '=': return NOTEQUAL;
  ------------------
  |  |   44|      0|#define NOTEQUAL        28
  ------------------
  |  Branch (121:9): [True: 0, False: 0]
  ------------------
  122|      0|        }
  123|      0|        break;
  124|      0|    case '%':
  ------------------
  |  Branch (124:5): [True: 0, False: 13]
  ------------------
  125|      0|        switch (c2) {
  ------------------
  |  Branch (125:17): [True: 0, False: 0]
  ------------------
  126|      0|        case '=': return PERCENTEQUAL;
  ------------------
  |  |   56|      0|#define PERCENTEQUAL    40
  ------------------
  |  Branch (126:9): [True: 0, False: 0]
  ------------------
  127|      0|        }
  128|      0|        break;
  129|      0|    case '&':
  ------------------
  |  Branch (129:5): [True: 0, False: 13]
  ------------------
  130|      0|        switch (c2) {
  ------------------
  |  Branch (130:17): [True: 0, False: 0]
  ------------------
  131|      0|        case '=': return AMPEREQUAL;
  ------------------
  |  |   57|      0|#define AMPEREQUAL      41
  ------------------
  |  Branch (131:9): [True: 0, False: 0]
  ------------------
  132|      0|        }
  133|      0|        break;
  134|      0|    case '*':
  ------------------
  |  Branch (134:5): [True: 0, False: 13]
  ------------------
  135|      0|        switch (c2) {
  ------------------
  |  Branch (135:17): [True: 0, False: 0]
  ------------------
  136|      0|        case '*': return DOUBLESTAR;
  ------------------
  |  |   51|      0|#define DOUBLESTAR      35
  ------------------
  |  Branch (136:9): [True: 0, False: 0]
  ------------------
  137|      0|        case '=': return STAREQUAL;
  ------------------
  |  |   54|      0|#define STAREQUAL       38
  ------------------
  |  Branch (137:9): [True: 0, False: 0]
  ------------------
  138|      0|        }
  139|      0|        break;
  140|      0|    case '+':
  ------------------
  |  Branch (140:5): [True: 0, False: 13]
  ------------------
  141|      0|        switch (c2) {
  ------------------
  |  Branch (141:17): [True: 0, False: 0]
  ------------------
  142|      0|        case '=': return PLUSEQUAL;
  ------------------
  |  |   52|      0|#define PLUSEQUAL       36
  ------------------
  |  Branch (142:9): [True: 0, False: 0]
  ------------------
  143|      0|        }
  144|      0|        break;
  145|      0|    case '-':
  ------------------
  |  Branch (145:5): [True: 0, False: 13]
  ------------------
  146|      0|        switch (c2) {
  ------------------
  |  Branch (146:17): [True: 0, False: 0]
  ------------------
  147|      0|        case '=': return MINEQUAL;
  ------------------
  |  |   53|      0|#define MINEQUAL        37
  ------------------
  |  Branch (147:9): [True: 0, False: 0]
  ------------------
  148|      0|        case '>': return RARROW;
  ------------------
  |  |   67|      0|#define RARROW          51
  ------------------
  |  Branch (148:9): [True: 0, False: 0]
  ------------------
  149|      0|        }
  150|      0|        break;
  151|      0|    case '/':
  ------------------
  |  Branch (151:5): [True: 0, False: 13]
  ------------------
  152|      0|        switch (c2) {
  ------------------
  |  Branch (152:17): [True: 0, False: 0]
  ------------------
  153|      0|        case '/': return DOUBLESLASH;
  ------------------
  |  |   63|      0|#define DOUBLESLASH     47
  ------------------
  |  Branch (153:9): [True: 0, False: 0]
  ------------------
  154|      0|        case '=': return SLASHEQUAL;
  ------------------
  |  |   55|      0|#define SLASHEQUAL      39
  ------------------
  |  Branch (154:9): [True: 0, False: 0]
  ------------------
  155|      0|        }
  156|      0|        break;
  157|      1|    case ':':
  ------------------
  |  Branch (157:5): [True: 1, False: 12]
  ------------------
  158|      1|        switch (c2) {
  ------------------
  |  Branch (158:17): [True: 0, False: 1]
  ------------------
  159|      0|        case '=': return COLONEQUAL;
  ------------------
  |  |   69|      0|#define COLONEQUAL      53
  ------------------
  |  Branch (159:9): [True: 0, False: 1]
  ------------------
  160|      1|        }
  161|      1|        break;
  162|      1|    case '<':
  ------------------
  |  Branch (162:5): [True: 0, False: 13]
  ------------------
  163|      0|        switch (c2) {
  ------------------
  |  Branch (163:17): [True: 0, False: 0]
  ------------------
  164|      0|        case '<': return LEFTSHIFT;
  ------------------
  |  |   49|      0|#define LEFTSHIFT       33
  ------------------
  |  Branch (164:9): [True: 0, False: 0]
  ------------------
  165|      0|        case '=': return LESSEQUAL;
  ------------------
  |  |   45|      0|#define LESSEQUAL       29
  ------------------
  |  Branch (165:9): [True: 0, False: 0]
  ------------------
  166|      0|        case '>': return NOTEQUAL;
  ------------------
  |  |   44|      0|#define NOTEQUAL        28
  ------------------
  |  Branch (166:9): [True: 0, False: 0]
  ------------------
  167|      0|        }
  168|      0|        break;
  169|      0|    case '=':
  ------------------
  |  Branch (169:5): [True: 0, False: 13]
  ------------------
  170|      0|        switch (c2) {
  ------------------
  |  Branch (170:17): [True: 0, False: 0]
  ------------------
  171|      0|        case '=': return EQEQUAL;
  ------------------
  |  |   43|      0|#define EQEQUAL         27
  ------------------
  |  Branch (171:9): [True: 0, False: 0]
  ------------------
  172|      0|        }
  173|      0|        break;
  174|      0|    case '>':
  ------------------
  |  Branch (174:5): [True: 0, False: 13]
  ------------------
  175|      0|        switch (c2) {
  ------------------
  |  Branch (175:17): [True: 0, False: 0]
  ------------------
  176|      0|        case '=': return GREATEREQUAL;
  ------------------
  |  |   46|      0|#define GREATEREQUAL    30
  ------------------
  |  Branch (176:9): [True: 0, False: 0]
  ------------------
  177|      0|        case '>': return RIGHTSHIFT;
  ------------------
  |  |   50|      0|#define RIGHTSHIFT      34
  ------------------
  |  Branch (177:9): [True: 0, False: 0]
  ------------------
  178|      0|        }
  179|      0|        break;
  180|      0|    case '@':
  ------------------
  |  Branch (180:5): [True: 0, False: 13]
  ------------------
  181|      0|        switch (c2) {
  ------------------
  |  Branch (181:17): [True: 0, False: 0]
  ------------------
  182|      0|        case '=': return ATEQUAL;
  ------------------
  |  |   66|      0|#define ATEQUAL         50
  ------------------
  |  Branch (182:9): [True: 0, False: 0]
  ------------------
  183|      0|        }
  184|      0|        break;
  185|      0|    case '^':
  ------------------
  |  Branch (185:5): [True: 0, False: 13]
  ------------------
  186|      0|        switch (c2) {
  ------------------
  |  Branch (186:17): [True: 0, False: 0]
  ------------------
  187|      0|        case '=': return CIRCUMFLEXEQUAL;
  ------------------
  |  |   59|      0|#define CIRCUMFLEXEQUAL 43
  ------------------
  |  Branch (187:9): [True: 0, False: 0]
  ------------------
  188|      0|        }
  189|      0|        break;
  190|      0|    case '|':
  ------------------
  |  Branch (190:5): [True: 0, False: 13]
  ------------------
  191|      0|        switch (c2) {
  ------------------
  |  Branch (191:17): [True: 0, False: 0]
  ------------------
  192|      0|        case '=': return VBAREQUAL;
  ------------------
  |  |   58|      0|#define VBAREQUAL       42
  ------------------
  |  Branch (192:9): [True: 0, False: 0]
  ------------------
  193|      0|        }
  194|      0|        break;
  195|     13|    }
  196|     13|    return OP;
  ------------------
  |  |   71|     13|#define OP              55
  ------------------
  197|     13|}

_PyTokenizer_new_string:
  192|      1|{
  193|      1|    char* result = (char *)PyMem_Malloc(len + 1);
  194|      1|    if (!result) {
  ------------------
  |  Branch (194:9): [True: 0, False: 1]
  ------------------
  195|      0|        tok->done = E_NOMEM;
  ------------------
  |  |   27|      0|#define E_NOMEM          15      /* Ran out of memory */
  ------------------
  196|      0|        return NULL;
  197|      0|    }
  198|      1|    memcpy(result, s, len);
  199|      1|    result[len] = '\0';
  200|      1|    return result;
  201|      1|}
_PyTokenizer_translate_newlines:
  216|      1|                   struct tok_state *tok) {
  217|      1|    int skip_next_lf = 0;
  218|      1|    size_t needed_length = strlen(s) + 2, final_length;
  219|      1|    char *buf, *current;
  220|      1|    char c = '\0';
  221|      1|    buf = PyMem_Malloc(needed_length);
  222|      1|    if (buf == NULL) {
  ------------------
  |  Branch (222:9): [True: 0, False: 1]
  ------------------
  223|      0|        tok->done = E_NOMEM;
  ------------------
  |  |   27|      0|#define E_NOMEM          15      /* Ran out of memory */
  ------------------
  224|      0|        return NULL;
  225|      0|    }
  226|     98|    for (current = buf; *s; s++, current++) {
  ------------------
  |  Branch (226:25): [True: 97, False: 1]
  ------------------
  227|     97|        c = *s;
  228|     97|        if (skip_next_lf) {
  ------------------
  |  Branch (228:13): [True: 0, False: 97]
  ------------------
  229|      0|            skip_next_lf = 0;
  230|      0|            if (c == '\n') {
  ------------------
  |  Branch (230:17): [True: 0, False: 0]
  ------------------
  231|      0|                c = *++s;
  232|      0|                if (!c)
  ------------------
  |  Branch (232:21): [True: 0, False: 0]
  ------------------
  233|      0|                    break;
  234|      0|            }
  235|      0|        }
  236|     97|        if (!preserve_crlf && c == '\r') {
  ------------------
  |  Branch (236:13): [True: 97, False: 0]
  |  Branch (236:31): [True: 0, False: 97]
  ------------------
  237|      0|            skip_next_lf = 1;
  238|      0|            c = '\n';
  239|      0|        }
  240|     97|        *current = c;
  241|     97|    }
  242|       |    /* If this is exec input, add a newline to the end of the string if
  243|       |       there isn't one already. */
  244|      1|    if (exec_input && c != '\n' && c != '\0') {
  ------------------
  |  Branch (244:9): [True: 0, False: 1]
  |  Branch (244:23): [True: 0, False: 0]
  |  Branch (244:36): [True: 0, False: 0]
  ------------------
  245|      0|        *current = '\n';
  246|      0|        current++;
  247|      0|    }
  248|      1|    *current = '\0';
  249|      1|    final_length = current - buf + 1;
  250|      1|    if (final_length < needed_length && final_length) {
  ------------------
  |  Branch (250:9): [True: 1, False: 0]
  |  Branch (250:41): [True: 1, False: 0]
  ------------------
  251|       |        /* should never fail */
  252|      1|        char* result = PyMem_Realloc(buf, final_length);
  253|      1|        if (result == NULL) {
  ------------------
  |  Branch (253:13): [True: 0, False: 1]
  ------------------
  254|      0|            PyMem_Free(buf);
  255|      0|        }
  256|      1|        buf = result;
  257|      1|    }
  258|      1|    return buf;
  259|      1|}

_PyTokenizer_FromUTF8:
   32|      1|{
   33|      1|    struct tok_state *tok = _PyTokenizer_tok_new();
   34|      1|    char *translated;
   35|      1|    if (tok == NULL)
  ------------------
  |  Branch (35:9): [True: 0, False: 1]
  ------------------
   36|      0|        return NULL;
   37|      1|    tok->input = translated = _PyTokenizer_translate_newlines(str, exec_input, preserve_crlf, tok);
   38|      1|    if (translated == NULL) {
  ------------------
  |  Branch (38:9): [True: 0, False: 1]
  ------------------
   39|      0|        _PyTokenizer_Free(tok);
   40|      0|        return NULL;
   41|      0|    }
   42|      1|    tok->decoding_state = STATE_NORMAL;
   43|      1|    tok->enc = NULL;
   44|      1|    tok->str = translated;
   45|      1|    tok->encoding = _PyTokenizer_new_string("utf-8", 5, tok);
   46|      1|    if (!tok->encoding) {
  ------------------
  |  Branch (46:9): [True: 0, False: 1]
  ------------------
   47|      0|        _PyTokenizer_Free(tok);
   48|      0|        return NULL;
   49|      0|    }
   50|       |
   51|      1|    tok->buf = tok->cur = tok->inp = translated;
   52|      1|    tok->end = translated;
   53|      1|    tok->underflow = &tok_underflow_string;
   54|      1|    return tok;
   55|      1|}
utf8_tokenizer.c:tok_underflow_string:
    8|      2|tok_underflow_string(struct tok_state *tok) {
    9|      2|    char *end = strchr(tok->inp, '\n');
   10|      2|    if (end != NULL) {
  ------------------
  |  Branch (10:9): [True: 0, False: 2]
  ------------------
   11|      0|        end++;
   12|      0|    }
   13|      2|    else {
   14|      2|        end = strchr(tok->inp, '\0');
   15|      2|        if (end == tok->inp) {
  ------------------
  |  Branch (15:13): [True: 1, False: 1]
  ------------------
   16|      1|            tok->done = E_EOF;
  ------------------
  |  |   23|      1|#define E_EOF            11      /* End Of File */
  ------------------
   17|      1|            return 0;
   18|      1|        }
   19|      2|    }
   20|      1|    if (tok->start == NULL) {
  ------------------
  |  Branch (20:9): [True: 1, False: 0]
  ------------------
   21|      1|        tok->buf = tok->cur;
   22|      1|    }
   23|      1|    tok->line_start = tok->cur;
   24|      1|    ADVANCE_LINENO();
  ------------------
  |  |    9|      1|            tok->lineno++; \
  |  |   10|      1|            tok->col_offset = 0;
  ------------------
   25|      1|    tok->inp = end;
   26|      1|    return 1;
   27|      2|}

_PyAST_Expression:
 7023|      1|{
 7024|      1|    mod_ty p;
 7025|      1|    if (!body) {
  ------------------
  |  Branch (7025:9): [True: 0, False: 1]
  ------------------
 7026|      0|        PyErr_SetString(PyExc_ValueError,
 7027|      0|                        "field 'body' is required for Expression");
 7028|      0|        return NULL;
 7029|      0|    }
 7030|      1|    p = (mod_ty)_PyArena_Malloc(arena, sizeof(*p));
 7031|      1|    if (!p)
  ------------------
  |  Branch (7031:9): [True: 0, False: 1]
  ------------------
 7032|      0|        return NULL;
 7033|      1|    p->kind = Expression_kind;
 7034|      1|    p->v.Expression.body = body;
 7035|      1|    return p;
 7036|      1|}
_PyAST_Lambda:
 7831|      1|{
 7832|      1|    expr_ty p;
 7833|      1|    if (!args) {
  ------------------
  |  Branch (7833:9): [True: 0, False: 1]
  ------------------
 7834|      0|        PyErr_SetString(PyExc_ValueError,
 7835|      0|                        "field 'args' is required for Lambda");
 7836|      0|        return NULL;
 7837|      0|    }
 7838|      1|    if (!body) {
  ------------------
  |  Branch (7838:9): [True: 0, False: 1]
  ------------------
 7839|      0|        PyErr_SetString(PyExc_ValueError,
 7840|      0|                        "field 'body' is required for Lambda");
 7841|      0|        return NULL;
 7842|      0|    }
 7843|      1|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 7844|      1|    if (!p)
  ------------------
  |  Branch (7844:9): [True: 0, False: 1]
  ------------------
 7845|      0|        return NULL;
 7846|      1|    p->kind = Lambda_kind;
 7847|      1|    p->v.Lambda.args = args;
 7848|      1|    p->v.Lambda.body = body;
 7849|      1|    p->lineno = lineno;
 7850|      1|    p->col_offset = col_offset;
 7851|      1|    p->end_lineno = end_lineno;
 7852|      1|    p->end_col_offset = end_col_offset;
 7853|      1|    return p;
 7854|      1|}
_PyAST_Call:
 8112|      2|{
 8113|      2|    expr_ty p;
 8114|      2|    if (!func) {
  ------------------
  |  Branch (8114:9): [True: 0, False: 2]
  ------------------
 8115|      0|        PyErr_SetString(PyExc_ValueError,
 8116|      0|                        "field 'func' is required for Call");
 8117|      0|        return NULL;
 8118|      0|    }
 8119|      2|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8120|      2|    if (!p)
  ------------------
  |  Branch (8120:9): [True: 0, False: 2]
  ------------------
 8121|      0|        return NULL;
 8122|      2|    p->kind = Call_kind;
 8123|      2|    p->v.Call.func = func;
 8124|      2|    p->v.Call.args = args;
 8125|      2|    p->v.Call.keywords = keywords;
 8126|      2|    p->lineno = lineno;
 8127|      2|    p->col_offset = col_offset;
 8128|      2|    p->end_lineno = end_lineno;
 8129|      2|    p->end_col_offset = end_col_offset;
 8130|      2|    return p;
 8131|      2|}
_PyAST_Name:
 8347|     54|{
 8348|     54|    expr_ty p;
 8349|     54|    if (!id) {
  ------------------
  |  Branch (8349:9): [True: 0, False: 54]
  ------------------
 8350|      0|        PyErr_SetString(PyExc_ValueError,
 8351|      0|                        "field 'id' is required for Name");
 8352|      0|        return NULL;
 8353|      0|    }
 8354|     54|    if (!ctx) {
  ------------------
  |  Branch (8354:9): [True: 0, False: 54]
  ------------------
 8355|      0|        PyErr_SetString(PyExc_ValueError,
 8356|      0|                        "field 'ctx' is required for Name");
 8357|      0|        return NULL;
 8358|      0|    }
 8359|     54|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8360|     54|    if (!p)
  ------------------
  |  Branch (8360:9): [True: 0, False: 54]
  ------------------
 8361|      0|        return NULL;
 8362|     54|    p->kind = Name_kind;
 8363|     54|    p->v.Name.id = id;
 8364|     54|    p->v.Name.ctx = ctx;
 8365|     54|    p->lineno = lineno;
 8366|     54|    p->col_offset = col_offset;
 8367|     54|    p->end_lineno = end_lineno;
 8368|     54|    p->end_col_offset = end_col_offset;
 8369|     54|    return p;
 8370|     54|}
_PyAST_Tuple:
 8398|      2|{
 8399|      2|    expr_ty p;
 8400|      2|    if (!ctx) {
  ------------------
  |  Branch (8400:9): [True: 0, False: 2]
  ------------------
 8401|      0|        PyErr_SetString(PyExc_ValueError,
 8402|      0|                        "field 'ctx' is required for Tuple");
 8403|      0|        return NULL;
 8404|      0|    }
 8405|      2|    p = (expr_ty)_PyArena_Malloc(arena, sizeof(*p));
 8406|      2|    if (!p)
  ------------------
  |  Branch (8406:9): [True: 0, False: 2]
  ------------------
 8407|      0|        return NULL;
 8408|      2|    p->kind = Tuple_kind;
 8409|      2|    p->v.Tuple.elts = elts;
 8410|      2|    p->v.Tuple.ctx = ctx;
 8411|      2|    p->lineno = lineno;
 8412|      2|    p->col_offset = col_offset;
 8413|      2|    p->end_lineno = end_lineno;
 8414|      2|    p->end_col_offset = end_col_offset;
 8415|      2|    return p;
 8416|      2|}
_PyAST_arguments:
 8487|      1|{
 8488|      1|    arguments_ty p;
 8489|      1|    p = (arguments_ty)_PyArena_Malloc(arena, sizeof(*p));
 8490|      1|    if (!p)
  ------------------
  |  Branch (8490:9): [True: 0, False: 1]
  ------------------
 8491|      0|        return NULL;
 8492|      1|    p->posonlyargs = posonlyargs;
 8493|      1|    p->args = args;
 8494|      1|    p->vararg = vararg;
 8495|      1|    p->kwonlyargs = kwonlyargs;
 8496|      1|    p->kw_defaults = kw_defaults;
 8497|      1|    p->kwarg = kwarg;
 8498|      1|    p->defaults = defaults;
 8499|      1|    return p;
 8500|      1|}
_PyAST_arg:
 8505|     30|{
 8506|     30|    arg_ty p;
 8507|     30|    if (!arg) {
  ------------------
  |  Branch (8507:9): [True: 0, False: 30]
  ------------------
 8508|      0|        PyErr_SetString(PyExc_ValueError,
 8509|      0|                        "field 'arg' is required for arg");
 8510|      0|        return NULL;
 8511|      0|    }
 8512|     30|    p = (arg_ty)_PyArena_Malloc(arena, sizeof(*p));
 8513|     30|    if (!p)
  ------------------
  |  Branch (8513:9): [True: 0, False: 30]
  ------------------
 8514|      0|        return NULL;
 8515|     30|    p->arg = arg;
 8516|     30|    p->annotation = annotation;
 8517|     30|    p->type_comment = type_comment;
 8518|     30|    p->lineno = lineno;
 8519|     30|    p->col_offset = col_offset;
 8520|     30|    p->end_lineno = end_lineno;
 8521|     30|    p->end_col_offset = end_col_offset;
 8522|     30|    return p;
 8523|     30|}

_PyWarnings_InitState:
  136|      2|{
  137|      2|    WarningsState *st = &interp->warnings;
  138|       |
  139|      2|    if (st->filters == NULL) {
  ------------------
  |  Branch (139:9): [True: 2, False: 0]
  ------------------
  140|      2|        st->filters = init_filters(interp);
  141|      2|        if (st->filters == NULL) {
  ------------------
  |  Branch (141:13): [True: 0, False: 2]
  ------------------
  142|      0|            return -1;
  143|      0|        }
  144|      2|    }
  145|       |
  146|      2|    if (st->once_registry == NULL) {
  ------------------
  |  Branch (146:9): [True: 2, False: 0]
  ------------------
  147|      2|        st->once_registry = PyDict_New();
  148|      2|        if (st->once_registry == NULL) {
  ------------------
  |  Branch (148:13): [True: 0, False: 2]
  ------------------
  149|      0|            return -1;
  150|      0|        }
  151|      2|    }
  152|       |
  153|      2|    if (st->default_action == NULL) {
  ------------------
  |  Branch (153:9): [True: 2, False: 0]
  ------------------
  154|      2|        st->default_action = PyUnicode_FromString("default");
  155|      2|        if (st->default_action == NULL) {
  ------------------
  |  Branch (155:13): [True: 0, False: 2]
  ------------------
  156|      0|            return -1;
  157|      0|        }
  158|      2|    }
  159|       |
  160|      2|    if (st->context == NULL) {
  ------------------
  |  Branch (160:9): [True: 2, False: 0]
  ------------------
  161|      2|        st->context = PyContextVar_New("_warnings_context", NULL);
  162|      2|        if (st->context == NULL) {
  ------------------
  |  Branch (162:13): [True: 0, False: 2]
  ------------------
  163|      0|            return -1;
  164|      0|        }
  165|      2|    }
  166|       |
  167|      2|    st->filters_version = 0;
  168|      2|    return 0;
  169|      2|}
_PyWarnings_Init:
 1649|      2|{
 1650|      2|    return PyModuleDef_Init(&warnings_module);
 1651|      2|}
_warnings.c:init_filters:
  101|      2|{
  102|       |#ifdef Py_DEBUG
  103|       |    /* Py_DEBUG builds show all warnings by default */
  104|       |    return PyList_New(0);
  105|       |#else
  106|       |    /* Other builds ignore a number of warning categories by default */
  107|      2|    PyObject *filters = PyList_New(5);
  108|      2|    if (filters == NULL) {
  ------------------
  |  Branch (108:9): [True: 0, False: 2]
  ------------------
  109|      0|        return NULL;
  110|      0|    }
  111|       |
  112|      2|    size_t pos = 0;  /* Post-incremented in each use. */
  113|      2|#define ADD(TYPE, ACTION, MODNAME) \
  114|      2|    PyList_SET_ITEM(filters, pos++, \
  115|      2|                    create_filter(TYPE, &_Py_ID(ACTION), MODNAME));
  116|      2|    ADD(PyExc_DeprecationWarning, default, "__main__");
  ------------------
  |  |  114|      2|    PyList_SET_ITEM(filters, pos++, \
  |  |  ------------------
  |  |  |  |   50|      2|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  115|      2|                    create_filter(TYPE, &_Py_ID(ACTION), MODNAME));
  ------------------
  117|      2|    ADD(PyExc_DeprecationWarning, ignore, NULL);
  ------------------
  |  |  114|      2|    PyList_SET_ITEM(filters, pos++, \
  |  |  ------------------
  |  |  |  |   50|      2|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  115|      2|                    create_filter(TYPE, &_Py_ID(ACTION), MODNAME));
  ------------------
  118|      2|    ADD(PyExc_PendingDeprecationWarning, ignore, NULL);
  ------------------
  |  |  114|      2|    PyList_SET_ITEM(filters, pos++, \
  |  |  ------------------
  |  |  |  |   50|      2|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  115|      2|                    create_filter(TYPE, &_Py_ID(ACTION), MODNAME));
  ------------------
  119|      2|    ADD(PyExc_ImportWarning, ignore, NULL);
  ------------------
  |  |  114|      2|    PyList_SET_ITEM(filters, pos++, \
  |  |  ------------------
  |  |  |  |   50|      2|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  115|      2|                    create_filter(TYPE, &_Py_ID(ACTION), MODNAME));
  ------------------
  120|      2|    ADD(PyExc_ResourceWarning, ignore, NULL);
  ------------------
  |  |  114|      2|    PyList_SET_ITEM(filters, pos++, \
  |  |  ------------------
  |  |  |  |   50|      2|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  115|      2|                    create_filter(TYPE, &_Py_ID(ACTION), MODNAME));
  ------------------
  121|      2|#undef ADD
  122|       |
  123|     12|    for (size_t x = 0; x < pos; x++) {
  ------------------
  |  Branch (123:24): [True: 10, False: 2]
  ------------------
  124|     20|        if (PyList_GET_ITEM(filters, x) == NULL) {
  ------------------
  |  |   40|     10|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|     10|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (124:13): [True: 10, False: 0]
  |  Branch (124:13): [True: 0, False: 10]
  ------------------
  125|      0|            Py_DECREF(filters);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  126|      0|            return NULL;
  127|      0|        }
  128|     10|    }
  129|      2|    return filters;
  130|      2|#endif
  131|      2|}
_warnings.c:create_filter:
   78|     10|{
   79|     10|    PyObject *modname_obj = NULL;
   80|       |
   81|       |    /* Default to "no module name" for initial filter set */
   82|     10|    if (modname != NULL) {
  ------------------
  |  Branch (82:9): [True: 2, False: 8]
  ------------------
   83|      2|        modname_obj = PyUnicode_InternFromString(modname);
   84|      2|        if (modname_obj == NULL) {
  ------------------
  |  Branch (84:13): [True: 0, False: 2]
  ------------------
   85|      0|            return NULL;
   86|      0|        }
   87|      8|    } else {
   88|      8|        modname_obj = Py_NewRef(Py_None);
  ------------------
  |  |  550|      8|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|      8|    }
   90|       |
   91|       |    /* This assumes the line number is zero for now. */
   92|     10|    PyObject *filter = PyTuple_Pack(5, action_str, Py_None,
  ------------------
  |  |  616|     10|#  define Py_None (&_Py_NoneStruct)
  ------------------
   93|     10|                                    category, modname_obj, _PyLong_GetZero());
   94|     10|    Py_DECREF(modname_obj);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   95|     10|    return filter;
   96|     10|}
_warnings.c:check_interp:
   30|      2|{
   31|      2|    if (interp == NULL) {
  ------------------
  |  Branch (31:9): [True: 0, False: 2]
  ------------------
   32|      0|        PyErr_SetString(PyExc_RuntimeError,
   33|      0|                        "warnings_get_state: could not identify "
   34|      0|                        "current interpreter");
   35|      0|        return 0;
   36|      0|    }
   37|      2|    return 1;
   38|      2|}
_warnings.c:warnings_get_state:
   61|      2|{
   62|      2|    return &interp->warnings;
   63|      2|}
_warnings.c:get_current_interp:
   42|      2|{
   43|      2|    PyInterpreterState *interp = _PyInterpreterState_GET();
   44|      2|    return check_interp(interp) ? interp : NULL;
  ------------------
  |  Branch (44:12): [True: 2, False: 0]
  ------------------
   45|      2|}
_warnings.c:warnings_module_exec:
 1604|      2|{
 1605|      2|    PyInterpreterState *interp = get_current_interp();
 1606|      2|    if (interp == NULL) {
  ------------------
  |  Branch (1606:9): [True: 0, False: 2]
  ------------------
 1607|      0|        return -1;
 1608|      0|    }
 1609|      2|    WarningsState *st = warnings_get_state(interp);
 1610|      2|    if (st == NULL) {
  ------------------
  |  Branch (1610:9): [True: 0, False: 2]
  ------------------
 1611|      0|        return -1;
 1612|      0|    }
 1613|      2|    if (PyModule_AddObjectRef(module, "filters", st->filters) < 0) {
  ------------------
  |  Branch (1613:9): [True: 0, False: 2]
  ------------------
 1614|      0|        return -1;
 1615|      0|    }
 1616|      2|    if (PyModule_AddObjectRef(module, "_onceregistry", st->once_registry) < 0) {
  ------------------
  |  Branch (1616:9): [True: 0, False: 2]
  ------------------
 1617|      0|        return -1;
 1618|      0|    }
 1619|      2|    if (PyModule_AddObjectRef(module, "_defaultaction", st->default_action) < 0) {
  ------------------
  |  Branch (1619:9): [True: 0, False: 2]
  ------------------
 1620|      0|        return -1;
 1621|      0|    }
 1622|      2|    if (PyModule_AddObjectRef(module, "_warnings_context", st->context) < 0) {
  ------------------
  |  Branch (1622:9): [True: 0, False: 2]
  ------------------
 1623|      0|        return -1;
 1624|      0|    }
 1625|      2|    return 0;
 1626|      2|}

_PyAssemble_MakeCodeObject:
  783|      2|{
  784|      2|    if (_PyInstructionSequence_ApplyLabelMap(instrs) < 0) {
  ------------------
  |  Branch (784:9): [True: 0, False: 2]
  ------------------
  785|      0|        return NULL;
  786|      0|    }
  787|      2|    if (resolve_unconditional_jumps(instrs) < 0) {
  ------------------
  |  Branch (787:9): [True: 0, False: 2]
  ------------------
  788|      0|        return NULL;
  789|      0|    }
  790|      2|    if (resolve_jump_offsets(instrs) < 0) {
  ------------------
  |  Branch (790:9): [True: 0, False: 2]
  ------------------
  791|      0|        return NULL;
  792|      0|    }
  793|      2|    PyCodeObject *co = NULL;
  794|       |
  795|      2|    struct assembler a;
  796|      2|    int res = assemble_emit(&a, instrs, umd->u_firstlineno, const_cache);
  797|      2|    if (res == SUCCESS) {
  ------------------
  |  |   17|      2|#define SUCCESS 0
  ------------------
  |  Branch (797:9): [True: 2, False: 0]
  ------------------
  798|      2|        co = makecode(umd, &a, const_cache, consts, maxdepth, nlocalsplus,
  799|      2|                      code_flags, filename);
  800|      2|    }
  801|      2|    assemble_free(&a);
  802|      2|    return co;
  803|      2|}
assemble.c:resolve_unconditional_jumps:
  751|      2|{
  752|       |    /* Resolve directions of unconditional jumps */
  753|       |
  754|     14|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (754:21): [True: 12, False: 2]
  ------------------
  755|     12|        instruction *instr = &instrs->s_instrs[i];
  756|     12|        bool is_forward = (instr->i_oparg > i);
  757|     12|        switch(instr->i_opcode) {
  758|      0|            case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (758:13): [True: 0, False: 12]
  ------------------
  759|      0|                assert(is_pseudo_target(JUMP, JUMP_FORWARD));
  ------------------
  |  Branch (759:17): [True: 0, False: 0]
  ------------------
  760|      0|                assert(is_pseudo_target(JUMP, JUMP_BACKWARD));
  ------------------
  |  Branch (760:17): [True: 0, False: 0]
  ------------------
  761|      0|                instr->i_opcode = is_forward ? JUMP_FORWARD : JUMP_BACKWARD;
  ------------------
  |  |   89|      0|#define JUMP_FORWARD                            76
  ------------------
                              instr->i_opcode = is_forward ? JUMP_FORWARD : JUMP_BACKWARD;
  ------------------
  |  |   87|      0|#define JUMP_BACKWARD                           74
  ------------------
  |  Branch (761:35): [True: 0, False: 0]
  ------------------
  762|      0|                break;
  763|      0|            case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|      0|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (763:13): [True: 0, False: 12]
  ------------------
  764|      0|                assert(is_pseudo_target(JUMP_NO_INTERRUPT, JUMP_FORWARD));
  ------------------
  |  Branch (764:17): [True: 0, False: 0]
  ------------------
  765|      0|                assert(is_pseudo_target(JUMP_NO_INTERRUPT, JUMP_BACKWARD_NO_INTERRUPT));
  ------------------
  |  Branch (765:17): [True: 0, False: 0]
  ------------------
  766|      0|                instr->i_opcode = is_forward ?
  ------------------
  |  Branch (766:35): [True: 0, False: 0]
  ------------------
  767|      0|                    JUMP_FORWARD : JUMP_BACKWARD_NO_INTERRUPT;
  ------------------
  |  |   89|      0|#define JUMP_FORWARD                            76
  ------------------
                                  JUMP_FORWARD : JUMP_BACKWARD_NO_INTERRUPT;
  ------------------
  |  |   88|      0|#define JUMP_BACKWARD_NO_INTERRUPT              75
  ------------------
  768|      0|                break;
  769|     12|            default:
  ------------------
  |  Branch (769:13): [True: 12, False: 0]
  ------------------
  770|     12|                if (OPCODE_HAS_JUMP(instr->i_opcode) &&
  ------------------
  |  | 1077|     24|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  ------------------
  |  |  |  | 1058|     12|#define HAS_JUMP_FLAG (8)
  |  |  ------------------
  |  |  |  Branch (1077:29): [True: 0, False: 12]
  |  |  ------------------
  ------------------
  771|      0|                    IS_PSEUDO_INSTR(instr->i_opcode)) {
  ------------------
  |  |   20|      0|#define IS_PSEUDO_INSTR(OP)  ( \
  |  |   21|      0|    ((OP) == LOAD_CLOSURE) || \
  |  |  ------------------
  |  |  |  |  252|      0|#define LOAD_CLOSURE                           261
  |  |  ------------------
  |  |  |  Branch (21:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   22|      0|    ((OP) == STORE_FAST_MAYBE_NULL) || \
  |  |  ------------------
  |  |  |  |  257|      0|#define STORE_FAST_MAYBE_NULL                  266
  |  |  ------------------
  |  |  |  Branch (22:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   23|      0|    ((OP) == ANNOTATIONS_PLACEHOLDER) || \
  |  |  ------------------
  |  |  |  |  247|      0|#define ANNOTATIONS_PLACEHOLDER                256
  |  |  ------------------
  |  |  |  Branch (23:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   24|      0|    ((OP) == JUMP) || \
  |  |  ------------------
  |  |  |  |  248|      0|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (24:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|    ((OP) == JUMP_NO_INTERRUPT) || \
  |  |  ------------------
  |  |  |  |  251|      0|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (25:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   26|      0|    ((OP) == JUMP_IF_FALSE) || \
  |  |  ------------------
  |  |  |  |  249|      0|#define JUMP_IF_FALSE                          258
  |  |  ------------------
  |  |  |  Branch (26:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   27|      0|    ((OP) == JUMP_IF_TRUE) || \
  |  |  ------------------
  |  |  |  |  250|      0|#define JUMP_IF_TRUE                           259
  |  |  ------------------
  |  |  |  Branch (27:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   28|      0|    ((OP) == SETUP_FINALLY) || \
  |  |  ------------------
  |  |  |  |  255|      0|#define SETUP_FINALLY                          264
  |  |  ------------------
  |  |  |  Branch (28:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   29|      0|    ((OP) == SETUP_CLEANUP) || \
  |  |  ------------------
  |  |  |  |  254|      0|#define SETUP_CLEANUP                          263
  |  |  ------------------
  |  |  |  Branch (29:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   30|      0|    ((OP) == SETUP_WITH) || \
  |  |  ------------------
  |  |  |  |  256|      0|#define SETUP_WITH                             265
  |  |  ------------------
  |  |  |  Branch (30:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   31|      0|    ((OP) == POP_BLOCK) || \
  |  |  ------------------
  |  |  |  |  253|      0|#define POP_BLOCK                              262
  |  |  ------------------
  |  |  |  Branch (31:5): [True: 0, False: 0]
  |  |  ------------------
  |  |   32|      0|    0)
  |  |  ------------------
  |  |  |  Branch (32:5): [Folded, False: 0]
  |  |  ------------------
  ------------------
  772|      0|                    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  773|      0|                }
  774|     12|        }
  775|     12|    }
  776|      2|    return SUCCESS;
  ------------------
  |  |   17|      2|#define SUCCESS 0
  ------------------
  777|      2|}
assemble.c:resolve_jump_offsets:
  677|      2|{
  678|       |    /* Compute the size of each instruction and fixup jump args.
  679|       |     * Replace instruction index with position in bytecode.
  680|       |     */
  681|       |
  682|     14|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (682:21): [True: 12, False: 2]
  ------------------
  683|     12|        instruction *instr = &instrs->s_instrs[i];
  684|     12|        if (OPCODE_HAS_JUMP(instr->i_opcode)) {
  ------------------
  |  | 1077|     12|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  ------------------
  |  |  |  | 1058|     12|#define HAS_JUMP_FLAG (8)
  |  |  ------------------
  |  |  |  Branch (1077:29): [True: 0, False: 12]
  |  |  ------------------
  ------------------
  685|      0|            instr->i_target = instr->i_oparg;
  686|      0|        }
  687|     12|    }
  688|       |
  689|      2|    int extended_arg_recompile;
  690|       |
  691|      2|    do {
  692|      2|        int totsize = 0;
  693|     14|        for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (693:25): [True: 12, False: 2]
  ------------------
  694|     12|            instruction *instr = &instrs->s_instrs[i];
  695|     12|            instr->i_offset = totsize;
  696|     12|            int isize = instr_size(instr);
  697|     12|            totsize += isize;
  698|     12|        }
  699|      2|        extended_arg_recompile = 0;
  700|       |
  701|      2|        int offset = 0;
  702|     14|        for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (702:25): [True: 12, False: 2]
  ------------------
  703|     12|            instruction *instr = &instrs->s_instrs[i];
  704|     12|            int isize = instr_size(instr);
  705|       |            /* jump offsets are computed relative to
  706|       |             * the instruction pointer after fetching
  707|       |             * the jump instruction.
  708|       |             */
  709|     12|            offset += isize;
  710|     12|            if (OPCODE_HAS_JUMP(instr->i_opcode)) {
  ------------------
  |  | 1077|     12|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  ------------------
  |  |  |  | 1058|     12|#define HAS_JUMP_FLAG (8)
  |  |  ------------------
  |  |  |  Branch (1077:29): [True: 0, False: 12]
  |  |  ------------------
  ------------------
  711|      0|                instruction *target = &instrs->s_instrs[instr->i_target];
  712|      0|                instr->i_oparg = target->i_offset;
  713|      0|                if (instr->i_opcode == END_ASYNC_FOR) {
  ------------------
  |  |   79|      0|#define END_ASYNC_FOR                           66
  ------------------
  |  Branch (713:21): [True: 0, False: 0]
  ------------------
  714|       |                    // sys.monitoring needs to be able to find the matching END_SEND
  715|       |                    // but the target is the SEND, so we adjust it here.
  716|      0|                    instr->i_oparg = offset - instr->i_oparg - END_SEND_OFFSET;
  ------------------
  |  |  673|      0|#define END_SEND_OFFSET 6
  ------------------
  717|      0|                }
  718|      0|                else if (instr->i_oparg < offset) {
  ------------------
  |  Branch (718:26): [True: 0, False: 0]
  ------------------
  719|      0|                    assert(IS_BACKWARDS_JUMP_OPCODE(instr->i_opcode));
  ------------------
  |  Branch (719:21): [True: 0, False: 0]
  |  Branch (719:21): [True: 0, False: 0]
  ------------------
  720|      0|                    instr->i_oparg = offset - instr->i_oparg;
  721|      0|                }
  722|      0|                else {
  723|      0|                    assert(!IS_BACKWARDS_JUMP_OPCODE(instr->i_opcode));
  ------------------
  |  Branch (723:21): [True: 0, False: 0]
  |  Branch (723:21): [True: 0, False: 0]
  ------------------
  724|      0|                    instr->i_oparg = instr->i_oparg - offset;
  725|      0|                }
  726|      0|                if (instr_size(instr) != isize) {
  ------------------
  |  Branch (726:21): [True: 0, False: 0]
  ------------------
  727|      0|                    extended_arg_recompile = 1;
  728|      0|                }
  729|      0|            }
  730|     12|        }
  731|       |    /* XXX: This is an awful hack that could hurt performance, but
  732|       |        on the bright side it should work until we come up
  733|       |        with a better solution.
  734|       |
  735|       |        The issue is that in the first loop instr_size() is
  736|       |        called, and it requires i_oparg be set appropriately.
  737|       |        There is a bootstrap problem because i_oparg is
  738|       |        calculated in the second loop above.
  739|       |
  740|       |        So we loop until we stop seeing new EXTENDED_ARGs.
  741|       |        The only EXTENDED_ARGs that could be popping up are
  742|       |        ones in jump instructions.  So this should converge
  743|       |        fairly quickly.
  744|       |    */
  745|      2|    } while (extended_arg_recompile);
  ------------------
  |  Branch (745:14): [True: 0, False: 2]
  ------------------
  746|      2|    return SUCCESS;
  ------------------
  |  |   17|      2|#define SUCCESS 0
  ------------------
  747|      2|}
assemble.c:instr_size:
   40|     60|{
   41|     60|    int opcode = instr->i_opcode;
   42|     60|    int oparg = instr->i_oparg;
   43|     60|    assert(!IS_PSEUDO_INSTR(opcode));
  ------------------
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [True: 0, False: 60]
  |  Branch (43:5): [Folded, False: 0]
  ------------------
   44|     60|    assert(OPCODE_HAS_ARG(opcode) || oparg == 0);
  ------------------
  |  Branch (44:5): [True: 45, False: 15]
  |  Branch (44:5): [True: 15, False: 0]
  ------------------
   45|     60|    int extended_args = (0xFFFFFF < oparg) + (0xFFFF < oparg) + (0xFF < oparg);
   46|     60|    int caches = _PyOpcode_Caches[opcode];
   47|     60|    return extended_args + 1 + caches;
   48|     60|}
assemble.c:assemble_emit:
  435|      2|{
  436|      2|    RETURN_IF_ERROR(assemble_init(a, first_lineno));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  437|       |
  438|     14|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (438:21): [True: 12, False: 2]
  ------------------
  439|     12|        instruction *instr = &instrs->s_instrs[i];
  440|     12|        RETURN_IF_ERROR(assemble_emit_instr(a, instr));
  ------------------
  |  |   21|     12|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 12]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  441|     12|    }
  442|       |
  443|      2|    RETURN_IF_ERROR(assemble_location_info(a, instrs, a->a_lineno));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  444|       |
  445|      2|    RETURN_IF_ERROR(assemble_exception_table(a, instrs));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  446|       |
  447|      2|    RETURN_IF_ERROR(_PyBytes_Resize(&a->a_except_table, a->a_except_table_off));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  448|      2|    RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_except_table));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  449|       |
  450|      2|    RETURN_IF_ERROR(_PyBytes_Resize(&a->a_linetable, a->a_location_off));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  451|      2|    RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_linetable));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  452|       |
  453|      2|    RETURN_IF_ERROR(_PyBytes_Resize(&a->a_bytecode, a->a_offset * sizeof(_Py_CODEUNIT)));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  454|      2|    RETURN_IF_ERROR(_PyCompile_ConstCacheMergeOne(const_cache, &a->a_bytecode));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  455|      2|    return SUCCESS;
  ------------------
  |  |   17|      2|#define SUCCESS 0
  ------------------
  456|      2|}
assemble.c:assemble_init:
   63|      2|{
   64|      2|    memset(a, 0, sizeof(struct assembler));
   65|      2|    a->a_lineno = firstlineno;
   66|      2|    a->a_linetable = NULL;
   67|      2|    a->a_location_off = 0;
   68|      2|    a->a_except_table = NULL;
   69|      2|    a->a_bytecode = PyBytes_FromStringAndSize(NULL, DEFAULT_CODE_SIZE);
  ------------------
  |  |   11|      2|#define DEFAULT_CODE_SIZE 128
  ------------------
   70|      2|    if (a->a_bytecode == NULL) {
  ------------------
  |  Branch (70:9): [True: 0, False: 2]
  ------------------
   71|      0|        goto error;
   72|      0|    }
   73|      2|    a->a_linetable = PyBytes_FromStringAndSize(NULL, DEFAULT_CNOTAB_SIZE);
  ------------------
  |  |   13|      2|#define DEFAULT_CNOTAB_SIZE 32
  ------------------
   74|      2|    if (a->a_linetable == NULL) {
  ------------------
  |  Branch (74:9): [True: 0, False: 2]
  ------------------
   75|      0|        goto error;
   76|      0|    }
   77|      2|    a->a_except_table = PyBytes_FromStringAndSize(NULL, DEFAULT_LNOTAB_SIZE);
  ------------------
  |  |   12|      2|#define DEFAULT_LNOTAB_SIZE 16
  ------------------
   78|      2|    if (a->a_except_table == NULL) {
  ------------------
  |  Branch (78:9): [True: 0, False: 2]
  ------------------
   79|      0|        goto error;
   80|      0|    }
   81|      2|    return SUCCESS;
  ------------------
  |  |   17|      2|#define SUCCESS 0
  ------------------
   82|      0|error:
   83|      0|    Py_XDECREF(a->a_bytecode);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|      0|    Py_XDECREF(a->a_linetable);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   85|      0|    Py_XDECREF(a->a_except_table);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   86|      0|    return ERROR;
  ------------------
  |  |   18|      0|#define ERROR -1
  ------------------
   87|      2|}
assemble.c:assemble_emit_instr:
  414|     12|{
  415|     12|    Py_ssize_t len = PyBytes_GET_SIZE(a->a_bytecode);
  ------------------
  |  |   33|     12|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  416|     12|    _Py_CODEUNIT *code;
  417|       |
  418|     12|    int size = instr_size(instr);
  419|     12|    if (a->a_offset + size >= len / (int)sizeof(_Py_CODEUNIT)) {
  ------------------
  |  Branch (419:9): [True: 0, False: 12]
  ------------------
  420|      0|        if (len > PY_SSIZE_T_MAX / 2) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (420:13): [True: 0, False: 0]
  ------------------
  421|      0|            PyErr_NoMemory();
  422|      0|            return ERROR;
  ------------------
  |  |   18|      0|#define ERROR -1
  ------------------
  423|      0|        }
  424|      0|        RETURN_IF_ERROR(_PyBytes_Resize(&a->a_bytecode, len * 2));
  ------------------
  |  |   21|      0|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  425|      0|    }
  426|     12|    code = (_Py_CODEUNIT *)PyBytes_AS_STRING(a->a_bytecode) + a->a_offset;
  ------------------
  |  |   27|     12|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  427|     12|    a->a_offset += size;
  428|     12|    write_instr(code, instr, size);
  429|     12|    return SUCCESS;
  ------------------
  |  |   17|     12|#define SUCCESS 0
  ------------------
  430|     12|}
assemble.c:write_instr:
  370|     12|{
  371|     12|    int opcode = instr->i_opcode;
  372|     12|    assert(!IS_PSEUDO_INSTR(opcode));
  ------------------
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [True: 0, False: 12]
  |  Branch (372:5): [Folded, False: 0]
  ------------------
  373|     12|    int oparg = instr->i_oparg;
  374|     12|    assert(OPCODE_HAS_ARG(opcode) || oparg == 0);
  ------------------
  |  Branch (374:5): [True: 9, False: 3]
  |  Branch (374:5): [True: 3, False: 0]
  ------------------
  375|     12|    int caches = _PyOpcode_Caches[opcode];
  376|     12|    switch (ilen - caches) {
  377|      0|        case 4:
  ------------------
  |  Branch (377:9): [True: 0, False: 12]
  ------------------
  378|      0|            codestr->op.code = EXTENDED_ARG;
  ------------------
  |  |   80|      0|#define EXTENDED_ARG                            67
  ------------------
  379|      0|            codestr->op.arg = (oparg >> 24) & 0xFF;
  380|      0|            codestr++;
  381|      0|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  382|      0|        case 3:
  ------------------
  |  Branch (382:9): [True: 0, False: 12]
  ------------------
  383|      0|            codestr->op.code = EXTENDED_ARG;
  ------------------
  |  |   80|      0|#define EXTENDED_ARG                            67
  ------------------
  384|      0|            codestr->op.arg = (oparg >> 16) & 0xFF;
  385|      0|            codestr++;
  386|      0|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  387|      0|        case 2:
  ------------------
  |  Branch (387:9): [True: 0, False: 12]
  ------------------
  388|      0|            codestr->op.code = EXTENDED_ARG;
  ------------------
  |  |   80|      0|#define EXTENDED_ARG                            67
  ------------------
  389|      0|            codestr->op.arg = (oparg >> 8) & 0xFF;
  390|      0|            codestr++;
  391|      0|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  392|     12|        case 1:
  ------------------
  |  Branch (392:9): [True: 12, False: 0]
  ------------------
  393|     12|            codestr->op.code = opcode;
  394|     12|            codestr->op.arg = oparg & 0xFF;
  395|     12|            codestr++;
  396|     12|            break;
  397|      0|        default:
  ------------------
  |  Branch (397:9): [True: 0, False: 12]
  ------------------
  398|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  399|     12|    }
  400|     21|    while (caches--) {
  ------------------
  |  Branch (400:12): [True: 9, False: 12]
  ------------------
  401|      9|        codestr->op.code = CACHE;
  ------------------
  |  |   13|      9|#define CACHE                                    0
  ------------------
  402|      9|        codestr->op.arg = 0;
  403|      9|        codestr++;
  404|      9|    }
  405|     12|}
assemble.c:assemble_location_info:
  339|      2|{
  340|      2|    a->a_lineno = firstlineno;
  341|      2|    location loc = NO_LOCATION;
  342|     14|    for (int i = instrs->s_used-1; i >= 0; i--) {
  ------------------
  |  Branch (342:36): [True: 12, False: 2]
  ------------------
  343|     12|        instruction *instr = &instrs->s_instrs[i];
  344|     12|        if (same_location(instr->i_loc, NEXT_LOCATION)) {
  ------------------
  |  Branch (344:13): [True: 0, False: 12]
  ------------------
  345|      0|            if (IS_TERMINATOR_OPCODE(instr->i_opcode)) {
  ------------------
  |  |   27|      0|        (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|      0|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|      0|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   53|      0|        ((opcode) == RETURN_VALUE || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   46|      0|#define RETURN_VALUE                            33
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (53:10): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   54|      0|         (opcode) == RAISE_VARARGS || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  116|      0|#define RAISE_VARARGS                          103
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (54:10): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   55|      0|         (opcode) == RERAISE)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|      0|#define RERAISE                                104
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:10): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  346|      0|                instr->i_loc = NO_LOCATION;
  347|      0|            }
  348|      0|            else {
  349|      0|                assert(i < instrs->s_used-1);
  ------------------
  |  Branch (349:17): [True: 0, False: 0]
  ------------------
  350|      0|                instr->i_loc = instr[1].i_loc;
  351|      0|            }
  352|      0|        }
  353|     12|    }
  354|      2|    int size = 0;
  355|     14|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (355:21): [True: 12, False: 2]
  ------------------
  356|     12|        instruction *instr = &instrs->s_instrs[i];
  357|     12|        if (!same_location(loc, instr->i_loc)) {
  ------------------
  |  Branch (357:13): [True: 9, False: 3]
  ------------------
  358|      9|                RETURN_IF_ERROR(assemble_emit_location(a, loc, size));
  ------------------
  |  |   21|      9|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 9]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  359|      9|                loc = instr->i_loc;
  360|      9|                size = 0;
  361|      9|        }
  362|     12|        size += instr_size(instr);
  363|     12|    }
  364|      2|    RETURN_IF_ERROR(assemble_emit_location(a, loc, size));
  ------------------
  |  |   21|      2|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  365|      2|    return SUCCESS;
  ------------------
  |  |   17|      2|#define SUCCESS 0
  ------------------
  366|      2|}
assemble.c:same_location:
   31|     24|{
   32|     24|    return a.lineno == b.lineno &&
  ------------------
  |  Branch (32:12): [True: 9, False: 15]
  ------------------
   33|      9|           a.end_lineno == b.end_lineno &&
  ------------------
  |  Branch (33:12): [True: 9, False: 0]
  ------------------
   34|      9|           a.col_offset == b.col_offset &&
  ------------------
  |  Branch (34:12): [True: 3, False: 6]
  ------------------
   35|      3|           a.end_col_offset == b.end_col_offset;
  ------------------
  |  Branch (35:12): [True: 3, False: 0]
  ------------------
   36|     24|}
assemble.c:assemble_emit_location:
  325|     11|{
  326|     11|    if (isize == 0) {
  ------------------
  |  Branch (326:9): [True: 2, False: 9]
  ------------------
  327|      2|        return SUCCESS;
  ------------------
  |  |   17|      2|#define SUCCESS 0
  ------------------
  328|      2|    }
  329|      9|    while (isize > 8) {
  ------------------
  |  Branch (329:12): [True: 0, False: 9]
  ------------------
  330|      0|        RETURN_IF_ERROR(write_location_info_entry(a, loc, 8));
  ------------------
  |  |   21|      0|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  331|      0|        isize -= 8;
  332|      0|    }
  333|      9|    return write_location_info_entry(a, loc, isize);
  334|      9|}
assemble.c:write_location_info_entry:
  287|      9|{
  288|      9|    Py_ssize_t len = PyBytes_GET_SIZE(a->a_linetable);
  ------------------
  |  |   33|      9|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  289|      9|    if (a->a_location_off + THEORETICAL_MAX_ENTRY_SIZE >= len) {
  ------------------
  |  |  282|      9|#define THEORETICAL_MAX_ENTRY_SIZE 25 /* 1 + 6 + 6 + 6 + 6 */
  ------------------
  |  Branch (289:9): [True: 1, False: 8]
  ------------------
  290|      1|        assert(len > THEORETICAL_MAX_ENTRY_SIZE);
  ------------------
  |  Branch (290:9): [True: 1, False: 0]
  ------------------
  291|      1|        RETURN_IF_ERROR(_PyBytes_Resize(&a->a_linetable, len*2));
  ------------------
  |  |   21|      1|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 1]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  292|      1|    }
  293|      9|    if (loc.lineno == NO_LOCATION.lineno) {
  ------------------
  |  Branch (293:9): [True: 0, False: 9]
  ------------------
  294|      0|        write_location_info_none(a, isize);
  295|      0|        return SUCCESS;
  ------------------
  |  |   17|      0|#define SUCCESS 0
  ------------------
  296|      0|    }
  297|      9|    int line_delta = loc.lineno - a->a_lineno;
  298|      9|    int column = loc.col_offset;
  299|      9|    int end_column = loc.end_col_offset;
  300|      9|    if (column < 0 || end_column < 0) {
  ------------------
  |  Branch (300:9): [True: 0, False: 9]
  |  Branch (300:23): [True: 0, False: 9]
  ------------------
  301|      0|        if (loc.end_lineno == loc.lineno || loc.end_lineno < 0) {
  ------------------
  |  Branch (301:13): [True: 0, False: 0]
  |  Branch (301:45): [True: 0, False: 0]
  ------------------
  302|      0|            write_location_info_no_column(a, isize, line_delta);
  303|      0|            a->a_lineno = loc.lineno;
  304|      0|            return SUCCESS;
  ------------------
  |  |   17|      0|#define SUCCESS 0
  ------------------
  305|      0|        }
  306|      0|    }
  307|      9|    else if (loc.end_lineno == loc.lineno) {
  ------------------
  |  Branch (307:14): [True: 8, False: 1]
  ------------------
  308|      8|        if (line_delta == 0 && column < 80 && end_column - column < 16 && end_column >= column) {
  ------------------
  |  Branch (308:13): [True: 7, False: 1]
  |  Branch (308:32): [True: 6, False: 1]
  |  Branch (308:47): [True: 4, False: 2]
  |  Branch (308:75): [True: 4, False: 0]
  ------------------
  309|      4|            write_location_info_short_form(a, isize, column, end_column);
  310|      4|            return SUCCESS;
  ------------------
  |  |   17|      4|#define SUCCESS 0
  ------------------
  311|      4|        }
  312|      4|        if (line_delta >= 0 && line_delta < 3 && column < 128 && end_column < 128) {
  ------------------
  |  Branch (312:13): [True: 4, False: 0]
  |  Branch (312:32): [True: 4, False: 0]
  |  Branch (312:50): [True: 4, False: 0]
  |  Branch (312:66): [True: 4, False: 0]
  ------------------
  313|      4|            write_location_info_oneline_form(a, isize, line_delta, column, end_column);
  314|      4|            a->a_lineno = loc.lineno;
  315|      4|            return SUCCESS;
  ------------------
  |  |   17|      4|#define SUCCESS 0
  ------------------
  316|      4|        }
  317|      4|    }
  318|      1|    write_location_info_long_form(a, loc, isize);
  319|      1|    a->a_lineno = loc.lineno;
  320|      1|    return SUCCESS;
  ------------------
  |  |   17|      1|#define SUCCESS 0
  ------------------
  321|      9|}
assemble.c:write_location_first_byte:
  212|      9|{
  213|      9|    a->a_location_off += write_location_entry_start(
  214|      9|        location_pointer(a), code, length);
  215|      9|}
assemble.c:location_pointer:
  205|     13|{
  206|     13|    return (uint8_t *)PyBytes_AS_STRING(a->a_linetable) +
  ------------------
  |  |   27|     13|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|     13|        a->a_location_off;
  208|     13|}
assemble.c:write_location_signed_varint:
  227|      1|{
  228|      1|    uint8_t *ptr = location_pointer(a);
  229|      1|    a->a_location_off += write_signed_varint(ptr, val);
  230|      1|}
assemble.c:write_location_info_short_form:
  234|      4|{
  235|      4|    assert(length > 0 &&  length <= 8);
  ------------------
  |  Branch (235:5): [True: 4, False: 0]
  |  Branch (235:5): [True: 4, False: 0]
  ------------------
  236|      4|    int column_low_bits = column & 7;
  237|      4|    int column_group = column >> 3;
  238|      4|    assert(column < 80);
  ------------------
  |  Branch (238:5): [True: 4, False: 0]
  ------------------
  239|      4|    assert(end_column >= column);
  ------------------
  |  Branch (239:5): [True: 4, False: 0]
  ------------------
  240|      4|    assert(end_column - column < 16);
  ------------------
  |  Branch (240:5): [True: 4, False: 0]
  ------------------
  241|      4|    write_location_first_byte(a, PY_CODE_LOCATION_INFO_SHORT0 + column_group, length);
  242|      4|    write_location_byte(a, (column_low_bits << 4) | (end_column - column));
  243|      4|}
assemble.c:write_location_byte:
  197|     12|{
  198|     12|    PyBytes_AS_STRING(a->a_linetable)[a->a_location_off] = val&255;
  ------------------
  |  |   27|     12|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|     12|    a->a_location_off++;
  200|     12|}
assemble.c:write_location_info_oneline_form:
  247|      4|{
  248|      4|    assert(length > 0 &&  length <= 8);
  ------------------
  |  Branch (248:5): [True: 4, False: 0]
  |  Branch (248:5): [True: 4, False: 0]
  ------------------
  249|      4|    assert(line_delta >= 0 && line_delta < 3);
  ------------------
  |  Branch (249:5): [True: 4, False: 0]
  |  Branch (249:5): [True: 4, False: 0]
  ------------------
  250|      4|    assert(column < 128);
  ------------------
  |  Branch (250:5): [True: 4, False: 0]
  ------------------
  251|      4|    assert(end_column < 128);
  ------------------
  |  Branch (251:5): [True: 4, False: 0]
  ------------------
  252|      4|    write_location_first_byte(a, PY_CODE_LOCATION_INFO_ONE_LINE0 + line_delta, length);
  253|      4|    write_location_byte(a, column);
  254|      4|    write_location_byte(a, end_column);
  255|      4|}
assemble.c:write_location_info_long_form:
  259|      1|{
  260|      1|    assert(length > 0 &&  length <= 8);
  ------------------
  |  Branch (260:5): [True: 1, False: 0]
  |  Branch (260:5): [True: 1, False: 0]
  ------------------
  261|      1|    write_location_first_byte(a, PY_CODE_LOCATION_INFO_LONG, length);
  262|      1|    write_location_signed_varint(a, loc.lineno - a->a_lineno);
  263|      1|    assert(loc.end_lineno >= loc.lineno);
  ------------------
  |  Branch (263:5): [True: 1, False: 0]
  ------------------
  264|      1|    write_location_varint(a, loc.end_lineno - loc.lineno);
  265|      1|    write_location_varint(a, loc.col_offset + 1);
  266|      1|    write_location_varint(a, loc.end_col_offset + 1);
  267|      1|}
assemble.c:write_location_varint:
  219|      3|{
  220|      3|    uint8_t *ptr = location_pointer(a);
  221|      3|    a->a_location_off += write_varint(ptr, val);
  222|      3|}
assemble.c:assemble_exception_table:
  159|      2|{
  160|      2|    int ioffset = 0;
  161|      2|    _PyExceptHandlerInfo handler;
  162|      2|    handler.h_label = -1;
  163|      2|    handler.h_startdepth = -1;
  164|      2|    handler.h_preserve_lasti = -1;
  165|      2|    int start = -1;
  166|     14|    for (int i = 0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (166:21): [True: 12, False: 2]
  ------------------
  167|     12|        instruction *instr = &instrs->s_instrs[i];
  168|     12|        if (instr->i_except_handler_info.h_label != handler.h_label) {
  ------------------
  |  Branch (168:13): [True: 0, False: 12]
  ------------------
  169|      0|            if (handler.h_label >= 0) {
  ------------------
  |  Branch (169:17): [True: 0, False: 0]
  ------------------
  170|      0|                int handler_offset = instrs->s_instrs[handler.h_label].i_offset;
  171|      0|                RETURN_IF_ERROR(
  ------------------
  |  |   21|      0|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  172|      0|                    assemble_emit_exception_table_entry(a, start, ioffset,
  173|      0|                                                        handler_offset,
  174|      0|                                                        &handler));
  175|      0|            }
  176|      0|            start = ioffset;
  177|      0|            handler = instr->i_except_handler_info;
  178|      0|        }
  179|     12|        ioffset += instr_size(instr);
  180|     12|    }
  181|      2|    if (handler.h_label >= 0) {
  ------------------
  |  Branch (181:9): [True: 0, False: 2]
  ------------------
  182|      0|        int handler_offset = instrs->s_instrs[handler.h_label].i_offset;
  183|      0|        RETURN_IF_ERROR(assemble_emit_exception_table_entry(a, start, ioffset,
  ------------------
  |  |   21|      0|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  184|      0|                                                            handler_offset,
  185|      0|                                                            &handler));
  186|      0|    }
  187|      2|    return SUCCESS;
  ------------------
  |  |   17|      2|#define SUCCESS 0
  ------------------
  188|      2|}
assemble.c:makecode:
  579|      2|{
  580|      2|    PyCodeObject *co = NULL;
  581|      2|    PyObject *names = NULL;
  582|      2|    PyObject *consts = NULL;
  583|      2|    PyObject *localsplusnames = NULL;
  584|      2|    PyObject *localspluskinds = NULL;
  585|      2|    names = dict_keys_inorder(umd->u_names, 0);
  586|      2|    if (!names) {
  ------------------
  |  Branch (586:9): [True: 0, False: 2]
  ------------------
  587|      0|        goto error;
  588|      0|    }
  589|      2|    if (_PyCompile_ConstCacheMergeOne(const_cache, &names) < 0) {
  ------------------
  |  Branch (589:9): [True: 0, False: 2]
  ------------------
  590|      0|        goto error;
  591|      0|    }
  592|       |
  593|      2|    consts = PyList_AsTuple(constslist); /* PyCode_New requires a tuple */
  594|      2|    if (consts == NULL) {
  ------------------
  |  Branch (594:9): [True: 0, False: 2]
  ------------------
  595|      0|        goto error;
  596|      0|    }
  597|      2|    if (_PyCompile_ConstCacheMergeOne(const_cache, &consts) < 0) {
  ------------------
  |  Branch (597:9): [True: 0, False: 2]
  ------------------
  598|      0|        goto error;
  599|      0|    }
  600|       |
  601|      2|    assert(umd->u_posonlyargcount < INT_MAX);
  ------------------
  |  Branch (601:5): [True: 2, False: 0]
  ------------------
  602|      2|    assert(umd->u_argcount < INT_MAX);
  ------------------
  |  Branch (602:5): [True: 2, False: 0]
  ------------------
  603|      2|    assert(umd->u_kwonlyargcount < INT_MAX);
  ------------------
  |  Branch (603:5): [True: 2, False: 0]
  ------------------
  604|      2|    int posonlyargcount = (int)umd->u_posonlyargcount;
  605|      2|    int posorkwargcount = (int)umd->u_argcount;
  606|      2|    assert(INT_MAX - posonlyargcount - posorkwargcount > 0);
  ------------------
  |  Branch (606:5): [True: 2, False: 0]
  ------------------
  607|      2|    int kwonlyargcount = (int)umd->u_kwonlyargcount;
  608|       |
  609|      2|    localsplusnames = PyTuple_New(nlocalsplus);
  610|      2|    if (localsplusnames == NULL) {
  ------------------
  |  Branch (610:9): [True: 0, False: 2]
  ------------------
  611|      0|        goto error;
  612|      0|    }
  613|      2|    localspluskinds = PyBytes_FromStringAndSize(NULL, nlocalsplus);
  614|      2|    if (localspluskinds == NULL) {
  ------------------
  |  Branch (614:9): [True: 0, False: 2]
  ------------------
  615|      0|        goto error;
  616|      0|    }
  617|      2|    if (compute_localsplus_info(
  ------------------
  |  Branch (617:9): [True: 0, False: 2]
  ------------------
  618|      2|            umd, nlocalsplus, code_flags,
  619|      2|            localsplusnames, localspluskinds) == ERROR)
  ------------------
  |  |   18|      2|#define ERROR -1
  ------------------
  620|      0|    {
  621|      0|        goto error;
  622|      0|    }
  623|       |
  624|      2|    struct _PyCodeConstructor con = {
  625|      2|        .filename = filename,
  626|      2|        .name = umd->u_name,
  627|      2|        .qualname = umd->u_qualname ? umd->u_qualname : umd->u_name,
  ------------------
  |  Branch (627:21): [True: 1, False: 1]
  ------------------
  628|      2|        .flags = code_flags,
  629|       |
  630|      2|        .code = a->a_bytecode,
  631|      2|        .firstlineno = umd->u_firstlineno,
  632|      2|        .linetable = a->a_linetable,
  633|       |
  634|      2|        .consts = consts,
  635|      2|        .names = names,
  636|       |
  637|      2|        .localsplusnames = localsplusnames,
  638|      2|        .localspluskinds = localspluskinds,
  639|       |
  640|      2|        .argcount = posonlyargcount + posorkwargcount,
  641|      2|        .posonlyargcount = posonlyargcount,
  642|      2|        .kwonlyargcount = kwonlyargcount,
  643|       |
  644|      2|        .stacksize = maxdepth,
  645|       |
  646|      2|        .exceptiontable = a->a_except_table,
  647|      2|    };
  648|       |
  649|      2|   if (_PyCode_Validate(&con) < 0) {
  ------------------
  |  Branch (649:8): [True: 0, False: 2]
  ------------------
  650|      0|        goto error;
  651|      0|    }
  652|       |
  653|      2|    if (_PyCompile_ConstCacheMergeOne(const_cache, &localsplusnames) < 0) {
  ------------------
  |  Branch (653:9): [True: 0, False: 2]
  ------------------
  654|      0|        goto error;
  655|      0|    }
  656|      2|    con.localsplusnames = localsplusnames;
  657|       |
  658|      2|    co = _PyCode_New(&con);
  659|      2|    if (co == NULL) {
  ------------------
  |  Branch (659:9): [True: 0, False: 2]
  ------------------
  660|      0|        goto error;
  661|      0|    }
  662|       |
  663|      2|error:
  664|      2|    Py_XDECREF(names);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  665|      2|    Py_XDECREF(consts);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  666|      2|    Py_XDECREF(localsplusnames);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|      2|    Py_XDECREF(localspluskinds);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  668|      2|    return co;
  669|      2|}
assemble.c:dict_keys_inorder:
  460|      2|{
  461|      2|    PyObject *tuple, *k, *v;
  462|      2|    Py_ssize_t pos = 0, size = PyDict_GET_SIZE(dict);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  463|       |
  464|      2|    tuple = PyTuple_New(size);
  465|      2|    if (tuple == NULL)
  ------------------
  |  Branch (465:9): [True: 0, False: 2]
  ------------------
  466|      0|        return NULL;
  467|      3|    while (PyDict_Next(dict, &pos, &k, &v)) {
  ------------------
  |  Branch (467:12): [True: 1, False: 2]
  ------------------
  468|      1|        Py_ssize_t i = PyLong_AsSsize_t(v);
  469|      1|        if (i == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (469:13): [True: 0, False: 1]
  |  Branch (469:24): [True: 0, False: 0]
  ------------------
  470|      0|            Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  471|      0|            return NULL;
  472|      0|        }
  473|      1|        assert((i - offset) < size);
  ------------------
  |  Branch (473:9): [True: 1, False: 0]
  ------------------
  474|      1|        assert((i - offset) >= 0);
  ------------------
  |  Branch (474:9): [True: 1, False: 0]
  ------------------
  475|      1|        PyTuple_SET_ITEM(tuple, i - offset, Py_NewRef(k));
  ------------------
  |  |   40|      1|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  476|      1|    }
  477|      2|    return tuple;
  478|      2|}
assemble.c:compute_localsplus_info:
  487|      2|{
  488|      2|    PyObject *k, *v;
  489|      2|    Py_ssize_t pos = 0;
  490|       |
  491|       |    // Set the locals kinds.  Arg vars fill the first portion of the list.
  492|      2|    struct {
  493|      2|        int count;
  494|      2|        _PyLocals_Kind kind;
  495|      2|    }  argvarkinds[6] = {
  496|      2|        {(int)umd->u_posonlyargcount, CO_FAST_ARG_POS},
  ------------------
  |  |  192|      2|#define CO_FAST_ARG_POS (0x02)  // pos-only, pos-or-kw, varargs
  ------------------
  497|      2|        {(int)umd->u_argcount, CO_FAST_ARG_POS | CO_FAST_ARG_KW},
  ------------------
  |  |  192|      2|#define CO_FAST_ARG_POS (0x02)  // pos-only, pos-or-kw, varargs
  ------------------
                      {(int)umd->u_argcount, CO_FAST_ARG_POS | CO_FAST_ARG_KW},
  ------------------
  |  |  193|      2|#define CO_FAST_ARG_KW  (0x04)  // kw-only, pos-or-kw, varkwargs
  ------------------
  498|      2|        {(int)umd->u_kwonlyargcount, CO_FAST_ARG_KW},
  ------------------
  |  |  193|      2|#define CO_FAST_ARG_KW  (0x04)  // kw-only, pos-or-kw, varkwargs
  ------------------
  499|      2|        {!!(flags & CO_VARARGS), CO_FAST_ARG_VAR | CO_FAST_ARG_POS},
  ------------------
  |  |  120|      2|#define CO_VARARGS      0x0004
  ------------------
                      {!!(flags & CO_VARARGS), CO_FAST_ARG_VAR | CO_FAST_ARG_POS},
  ------------------
  |  |  194|      2|#define CO_FAST_ARG_VAR (0x08)  // varargs, varkwargs
  ------------------
                      {!!(flags & CO_VARARGS), CO_FAST_ARG_VAR | CO_FAST_ARG_POS},
  ------------------
  |  |  192|      2|#define CO_FAST_ARG_POS (0x02)  // pos-only, pos-or-kw, varargs
  ------------------
  500|      2|        {!!(flags & CO_VARKEYWORDS), CO_FAST_ARG_VAR | CO_FAST_ARG_KW},
  ------------------
  |  |  121|      2|#define CO_VARKEYWORDS  0x0008
  ------------------
                      {!!(flags & CO_VARKEYWORDS), CO_FAST_ARG_VAR | CO_FAST_ARG_KW},
  ------------------
  |  |  194|      2|#define CO_FAST_ARG_VAR (0x08)  // varargs, varkwargs
  ------------------
                      {!!(flags & CO_VARKEYWORDS), CO_FAST_ARG_VAR | CO_FAST_ARG_KW},
  ------------------
  |  |  193|      2|#define CO_FAST_ARG_KW  (0x04)  // kw-only, pos-or-kw, varkwargs
  ------------------
  501|      2|        {-1, 0},  // the remaining local vars
  502|      2|    };
  503|      2|    int max = 0;
  504|     14|    for (int i = 0; i < 6; i++) {
  ------------------
  |  Branch (504:21): [True: 12, False: 2]
  ------------------
  505|     12|        max = argvarkinds[i].count < 0
  ------------------
  |  Branch (505:15): [True: 2, False: 10]
  ------------------
  506|     12|            ? INT_MAX
  507|     12|            : max + argvarkinds[i].count;
  508|     17|        while (pos < max && PyDict_Next(umd->u_varnames, &pos, &k, &v)) {
  ------------------
  |  Branch (508:16): [True: 7, False: 10]
  |  Branch (508:29): [True: 5, False: 2]
  ------------------
  509|      5|            int offset = PyLong_AsInt(v);
  510|      5|            if (offset == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (510:17): [True: 0, False: 5]
  |  Branch (510:33): [True: 0, False: 0]
  ------------------
  511|      0|                return ERROR;
  ------------------
  |  |   18|      0|#define ERROR -1
  ------------------
  512|      0|            }
  513|      5|            assert(offset >= 0);
  ------------------
  |  Branch (513:13): [True: 5, False: 0]
  ------------------
  514|      5|            assert(offset < nlocalsplus);
  ------------------
  |  Branch (514:13): [True: 5, False: 0]
  ------------------
  515|       |
  516|      5|            _PyLocals_Kind kind = CO_FAST_LOCAL | argvarkinds[i].kind;
  ------------------
  |  |  197|      5|#define CO_FAST_LOCAL   (0x20)
  ------------------
  517|       |
  518|      5|            int has_key = PyDict_Contains(umd->u_fasthidden, k);
  519|      5|            RETURN_IF_ERROR(has_key);
  ------------------
  |  |   21|      5|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 5]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  520|      5|            if (has_key) {
  ------------------
  |  Branch (520:17): [True: 0, False: 5]
  ------------------
  521|      0|                kind |= CO_FAST_HIDDEN;
  ------------------
  |  |  196|      0|#define CO_FAST_HIDDEN  (0x10)
  ------------------
  522|      0|            }
  523|       |
  524|      5|            has_key = PyDict_Contains(umd->u_cellvars, k);
  525|      5|            RETURN_IF_ERROR(has_key);
  ------------------
  |  |   21|      5|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 5]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  526|      5|            if (has_key) {
  ------------------
  |  Branch (526:17): [True: 0, False: 5]
  ------------------
  527|      0|                kind |= CO_FAST_CELL;
  ------------------
  |  |  198|      0|#define CO_FAST_CELL    (0x40)
  ------------------
  528|      0|            }
  529|       |
  530|      5|            _Py_set_localsplus_info(offset, k, kind, names, kinds);
  531|      5|        }
  532|     12|    }
  533|      2|    int nlocals = (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  534|       |
  535|       |    // This counter mirrors the fix done in fix_cell_offsets().
  536|      2|    int numdropped = 0, cellvar_offset = -1;
  537|      2|    pos = 0;
  538|      2|    while (PyDict_Next(umd->u_cellvars, &pos, &k, &v)) {
  ------------------
  |  Branch (538:12): [True: 0, False: 2]
  ------------------
  539|      0|        int has_name = PyDict_Contains(umd->u_varnames, k);
  540|      0|        RETURN_IF_ERROR(has_name);
  ------------------
  |  |   21|      0|    if ((X) < 0) {          \
  |  |  ------------------
  |  |  |  Branch (21:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   22|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   18|      0|#define ERROR -1
  |  |  ------------------
  |  |   23|      0|    }
  ------------------
  541|      0|        if (has_name) {
  ------------------
  |  Branch (541:13): [True: 0, False: 0]
  ------------------
  542|       |            // Skip cells that are already covered by locals.
  543|      0|            numdropped += 1;
  544|      0|            continue;
  545|      0|        }
  546|       |
  547|      0|        cellvar_offset = PyLong_AsInt(v);
  548|      0|        if (cellvar_offset == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (548:13): [True: 0, False: 0]
  |  Branch (548:37): [True: 0, False: 0]
  ------------------
  549|      0|            return ERROR;
  ------------------
  |  |   18|      0|#define ERROR -1
  ------------------
  550|      0|        }
  551|      0|        assert(cellvar_offset >= 0);
  ------------------
  |  Branch (551:9): [True: 0, False: 0]
  ------------------
  552|      0|        cellvar_offset += nlocals - numdropped;
  553|      0|        assert(cellvar_offset < nlocalsplus);
  ------------------
  |  Branch (553:9): [True: 0, False: 0]
  ------------------
  554|      0|        _Py_set_localsplus_info(cellvar_offset, k, CO_FAST_CELL, names, kinds);
  ------------------
  |  |  198|      0|#define CO_FAST_CELL    (0x40)
  ------------------
  555|      0|    }
  556|       |
  557|      2|    pos = 0;
  558|      2|    while (PyDict_Next(umd->u_freevars, &pos, &k, &v)) {
  ------------------
  |  Branch (558:12): [True: 0, False: 2]
  ------------------
  559|      0|        int offset = PyLong_AsInt(v);
  560|      0|        if (offset == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (560:13): [True: 0, False: 0]
  |  Branch (560:29): [True: 0, False: 0]
  ------------------
  561|      0|            return ERROR;
  ------------------
  |  |   18|      0|#define ERROR -1
  ------------------
  562|      0|        }
  563|      0|        assert(offset >= 0);
  ------------------
  |  Branch (563:9): [True: 0, False: 0]
  ------------------
  564|      0|        offset += nlocals - numdropped;
  565|      0|        assert(offset < nlocalsplus);
  ------------------
  |  Branch (565:9): [True: 0, False: 0]
  ------------------
  566|       |        /* XXX If the assertion below fails it is most likely because a freevar
  567|       |           was added to u_freevars with the wrong index due to not taking into
  568|       |           account cellvars already present, see gh-128632. */
  569|      0|        assert(offset > cellvar_offset);
  ------------------
  |  Branch (569:9): [True: 0, False: 0]
  ------------------
  570|      0|        _Py_set_localsplus_info(offset, k, CO_FAST_FREE, names, kinds);
  ------------------
  |  |  199|      0|#define CO_FAST_FREE    (0x80)
  ------------------
  571|      0|    }
  572|      2|    return SUCCESS;
  ------------------
  |  |   17|      2|#define SUCCESS 0
  ------------------
  573|      2|}
assemble.c:assemble_free:
   91|      2|{
   92|      2|    Py_XDECREF(a->a_bytecode);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|      2|    Py_XDECREF(a->a_linetable);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   94|      2|    Py_XDECREF(a->a_except_table);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   95|      2|}

_PyAST_Preprocess:
  978|      1|{
  979|      1|    _PyASTPreprocessState state;
  980|      1|    memset(&state, 0, sizeof(_PyASTPreprocessState));
  981|      1|    state.filename = filename;
  982|      1|    state.module = module;
  983|      1|    state.optimize = optimize;
  984|      1|    state.ff_features = ff_features;
  985|      1|    state.syntax_check_only = syntax_check_only;
  986|      1|    state.enable_warnings = enable_warnings;
  987|      1|    if (_Py_CArray_Init(&state.cf_finally, sizeof(ControlFlowInFinallyContext), 20) < 0) {
  ------------------
  |  Branch (987:9): [True: 0, False: 1]
  ------------------
  988|      0|        return -1;
  989|      0|    }
  990|       |
  991|      1|    int ret = astfold_mod(mod, arena, &state);
  992|      1|    assert(ret || PyErr_Occurred());
  ------------------
  |  Branch (992:5): [True: 1, False: 0]
  |  Branch (992:5): [True: 0, False: 0]
  ------------------
  993|       |
  994|      1|    _Py_CArray_Fini(&state.cf_finally);
  995|      1|    return ret;
  996|      1|}
ast_preprocess.c:astfold_mod:
  498|      1|{
  499|      1|    switch (node_->kind) {
  ------------------
  |  Branch (499:13): [True: 1, False: 0]
  ------------------
  500|      0|    case Module_kind:
  ------------------
  |  Branch (500:5): [True: 0, False: 1]
  ------------------
  501|      0|        CALL(astfold_body, asdl_seq, node_->v.Module.body);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  502|      0|        break;
  503|      0|    case Interactive_kind:
  ------------------
  |  Branch (503:5): [True: 0, False: 1]
  ------------------
  504|      0|        CALL_SEQ(astfold_stmt, stmt, node_->v.Interactive.body);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  505|      0|        break;
  506|      1|    case Expression_kind:
  ------------------
  |  Branch (506:5): [True: 1, False: 0]
  ------------------
  507|      1|        CALL(astfold_expr, expr_ty, node_->v.Expression.body);
  ------------------
  |  |  409|      1|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1]
  |  |  ------------------
  |  |  410|      1|        return 0;
  ------------------
  508|      1|        break;
  509|       |    // The following top level nodes don't participate in constant folding
  510|      0|    case FunctionType_kind:
  ------------------
  |  Branch (510:5): [True: 0, False: 1]
  ------------------
  511|      0|        break;
  512|       |    // No default case, so the compiler will emit a warning if new top level
  513|       |    // compilation nodes are added without being handled here
  514|      1|    }
  515|      1|    return 1;
  516|      1|}
ast_preprocess.c:astfold_arguments:
  663|      1|{
  664|      1|    CALL_SEQ(astfold_arg, arg, node_->posonlyargs);
  ------------------
  |  |  416|      1|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      1|    Py_ssize_t i; \
  |  |  418|      1|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      1|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 1]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      1|}
  ------------------
  665|      1|    CALL_SEQ(astfold_arg, arg, node_->args);
  ------------------
  |  |  416|      1|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      1|    Py_ssize_t i; \
  |  |  418|      1|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      6|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      6|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     12|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 6]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 5, False: 1]
  |  |  ------------------
  |  |  420|      5|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      5|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      5|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      5|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 5, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 5]
  |  |  ------------------
  |  |  422|      5|            return 0; \
  |  |  423|      5|    } \
  |  |  424|      1|}
  ------------------
  666|      1|    CALL_OPT(astfold_arg, arg_ty, node_->vararg);
  ------------------
  |  |  413|      1|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 1]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|      1|        return 0;
  ------------------
  667|      1|    CALL_SEQ(astfold_arg, arg, node_->kwonlyargs);
  ------------------
  |  |  416|      1|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      1|    Py_ssize_t i; \
  |  |  418|      1|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      1|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 1]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      1|}
  ------------------
  668|      1|    CALL_SEQ(astfold_expr, expr, node_->kw_defaults);
  ------------------
  |  |  416|      1|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      1|    Py_ssize_t i; \
  |  |  418|      1|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      1|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 1]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      1|}
  ------------------
  669|      1|    CALL_OPT(astfold_arg, arg_ty, node_->kwarg);
  ------------------
  |  |  413|      1|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 1]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|      1|        return 0;
  ------------------
  670|      1|    CALL_SEQ(astfold_expr, expr, node_->defaults);
  ------------------
  |  |  416|      1|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      1|    Py_ssize_t i; \
  |  |  418|      1|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      1|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 1]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      1|}
  ------------------
  671|      1|    return 1;
  672|      1|}
ast_preprocess.c:astfold_arg:
  676|      5|{
  677|      5|    if (!(state->ff_features & CO_FUTURE_ANNOTATIONS)) {
  ------------------
  |  |  143|      5|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (677:9): [True: 5, False: 0]
  ------------------
  678|      5|        CALL_OPT(astfold_expr, expr_ty, node_->annotation);
  ------------------
  |  |  413|      5|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 5]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|      5|        return 0;
  ------------------
  679|      5|    }
  680|      5|    return 1;
  681|      5|}
ast_preprocess.c:astfold_expr:
  520|      9|{
  521|      9|    ENTER_RECURSIVE();
  ------------------
  |  |   29|      9|#define ENTER_RECURSIVE() \
  |  |   30|      9|if (Py_EnterRecursiveCall(" during compilation")) { \
  |  |  ------------------
  |  |  |  Branch (30:5): [True: 0, False: 9]
  |  |  ------------------
  |  |   31|      0|    return 0; \
  |  |   32|      0|}
  ------------------
  522|      9|    switch (node_->kind) {
  ------------------
  |  Branch (522:13): [True: 9, False: 0]
  ------------------
  523|      0|    case BoolOp_kind:
  ------------------
  |  Branch (523:5): [True: 0, False: 9]
  ------------------
  524|      0|        CALL_SEQ(astfold_expr, expr, node_->v.BoolOp.values);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  525|      0|        break;
  526|      0|    case BinOp_kind:
  ------------------
  |  Branch (526:5): [True: 0, False: 9]
  ------------------
  527|      0|        CALL(astfold_expr, expr_ty, node_->v.BinOp.left);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  528|      0|        CALL(astfold_expr, expr_ty, node_->v.BinOp.right);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  529|      0|        CALL(fold_binop, expr_ty, node_);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  530|      0|        break;
  531|      0|    case UnaryOp_kind:
  ------------------
  |  Branch (531:5): [True: 0, False: 9]
  ------------------
  532|      0|        CALL(astfold_expr, expr_ty, node_->v.UnaryOp.operand);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  533|      0|        break;
  534|      1|    case Lambda_kind:
  ------------------
  |  Branch (534:5): [True: 1, False: 8]
  ------------------
  535|      1|        CALL(astfold_arguments, arguments_ty, node_->v.Lambda.args);
  ------------------
  |  |  409|      1|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1]
  |  |  ------------------
  |  |  410|      1|        return 0;
  ------------------
  536|      1|        CALL(astfold_expr, expr_ty, node_->v.Lambda.body);
  ------------------
  |  |  409|      1|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1]
  |  |  ------------------
  |  |  410|      1|        return 0;
  ------------------
  537|      1|        break;
  538|      0|    case IfExp_kind:
  ------------------
  |  Branch (538:5): [True: 0, False: 9]
  ------------------
  539|      0|        CALL(astfold_expr, expr_ty, node_->v.IfExp.test);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  540|      0|        CALL(astfold_expr, expr_ty, node_->v.IfExp.body);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  541|      0|        CALL(astfold_expr, expr_ty, node_->v.IfExp.orelse);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  542|      0|        break;
  543|      0|    case Dict_kind:
  ------------------
  |  Branch (543:5): [True: 0, False: 9]
  ------------------
  544|      0|        CALL_SEQ(astfold_expr, expr, node_->v.Dict.keys);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  545|      0|        CALL_SEQ(astfold_expr, expr, node_->v.Dict.values);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  546|      0|        break;
  547|      0|    case Set_kind:
  ------------------
  |  Branch (547:5): [True: 0, False: 9]
  ------------------
  548|      0|        CALL_SEQ(astfold_expr, expr, node_->v.Set.elts);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  549|      0|        break;
  550|      0|    case ListComp_kind:
  ------------------
  |  Branch (550:5): [True: 0, False: 9]
  ------------------
  551|      0|        CALL(astfold_expr, expr_ty, node_->v.ListComp.elt);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  552|      0|        CALL_SEQ(astfold_comprehension, comprehension, node_->v.ListComp.generators);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  553|      0|        break;
  554|      0|    case SetComp_kind:
  ------------------
  |  Branch (554:5): [True: 0, False: 9]
  ------------------
  555|      0|        CALL(astfold_expr, expr_ty, node_->v.SetComp.elt);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  556|      0|        CALL_SEQ(astfold_comprehension, comprehension, node_->v.SetComp.generators);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  557|      0|        break;
  558|      0|    case DictComp_kind:
  ------------------
  |  Branch (558:5): [True: 0, False: 9]
  ------------------
  559|      0|        CALL(astfold_expr, expr_ty, node_->v.DictComp.key);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  560|      0|        if (node_->v.DictComp.value != NULL){
  ------------------
  |  Branch (560:13): [True: 0, False: 0]
  ------------------
  561|      0|            CALL(astfold_expr, expr_ty, node_->v.DictComp.value);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  562|      0|        }
  563|      0|        CALL_SEQ(astfold_comprehension, comprehension, node_->v.DictComp.generators);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  564|      0|        break;
  565|      0|    case GeneratorExp_kind:
  ------------------
  |  Branch (565:5): [True: 0, False: 9]
  ------------------
  566|      0|        CALL(astfold_expr, expr_ty, node_->v.GeneratorExp.elt);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  567|      0|        CALL_SEQ(astfold_comprehension, comprehension, node_->v.GeneratorExp.generators);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  568|      0|        break;
  569|      0|    case Await_kind:
  ------------------
  |  Branch (569:5): [True: 0, False: 9]
  ------------------
  570|      0|        CALL(astfold_expr, expr_ty, node_->v.Await.value);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  571|      0|        break;
  572|      0|    case Yield_kind:
  ------------------
  |  Branch (572:5): [True: 0, False: 9]
  ------------------
  573|      0|        CALL_OPT(astfold_expr, expr_ty, node_->v.Yield.value);
  ------------------
  |  |  413|      0|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|      0|        return 0;
  ------------------
  574|      0|        break;
  575|      0|    case YieldFrom_kind:
  ------------------
  |  Branch (575:5): [True: 0, False: 9]
  ------------------
  576|      0|        CALL(astfold_expr, expr_ty, node_->v.YieldFrom.value);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  577|      0|        break;
  578|      0|    case Compare_kind:
  ------------------
  |  Branch (578:5): [True: 0, False: 9]
  ------------------
  579|      0|        CALL(astfold_expr, expr_ty, node_->v.Compare.left);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  580|      0|        CALL_SEQ(astfold_expr, expr, node_->v.Compare.comparators);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  581|      0|        break;
  582|      1|    case Call_kind:
  ------------------
  |  Branch (582:5): [True: 1, False: 8]
  ------------------
  583|      1|        CALL(astfold_expr, expr_ty, node_->v.Call.func);
  ------------------
  |  |  409|      1|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 1]
  |  |  ------------------
  |  |  410|      1|        return 0;
  ------------------
  584|      1|        CALL_SEQ(astfold_expr, expr, node_->v.Call.args);
  ------------------
  |  |  416|      1|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      1|    Py_ssize_t i; \
  |  |  418|      1|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      3|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      3|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      6|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 2, False: 1]
  |  |  ------------------
  |  |  420|      2|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      2|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      2|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 2, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 2]
  |  |  ------------------
  |  |  422|      2|            return 0; \
  |  |  423|      2|    } \
  |  |  424|      1|}
  ------------------
  585|      1|        CALL_SEQ(astfold_keyword, keyword, node_->v.Call.keywords);
  ------------------
  |  |  416|      1|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      1|    Py_ssize_t i; \
  |  |  418|      1|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      1|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 1]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      1|}
  ------------------
  586|      1|        break;
  587|      0|    case FormattedValue_kind:
  ------------------
  |  Branch (587:5): [True: 0, False: 9]
  ------------------
  588|      0|        CALL(astfold_expr, expr_ty, node_->v.FormattedValue.value);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  589|      0|        CALL_OPT(astfold_expr, expr_ty, node_->v.FormattedValue.format_spec);
  ------------------
  |  |  413|      0|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|      0|        return 0;
  ------------------
  590|      0|        break;
  591|      0|    case Interpolation_kind:
  ------------------
  |  Branch (591:5): [True: 0, False: 9]
  ------------------
  592|      0|        CALL(astfold_expr, expr_ty, node_->v.Interpolation.value);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  593|      0|        CALL_OPT(astfold_expr, expr_ty, node_->v.Interpolation.format_spec);
  ------------------
  |  |  413|      0|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|      0|        return 0;
  ------------------
  594|      0|        break;
  595|      0|    case JoinedStr_kind:
  ------------------
  |  Branch (595:5): [True: 0, False: 9]
  ------------------
  596|      0|        CALL_SEQ(astfold_expr, expr, node_->v.JoinedStr.values);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  597|      0|        break;
  598|      0|    case TemplateStr_kind:
  ------------------
  |  Branch (598:5): [True: 0, False: 9]
  ------------------
  599|      0|        CALL_SEQ(astfold_expr, expr, node_->v.TemplateStr.values);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  600|      0|        break;
  601|      0|    case Attribute_kind:
  ------------------
  |  Branch (601:5): [True: 0, False: 9]
  ------------------
  602|      0|        CALL(astfold_expr, expr_ty, node_->v.Attribute.value);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  603|      0|        break;
  604|      0|    case Subscript_kind:
  ------------------
  |  Branch (604:5): [True: 0, False: 9]
  ------------------
  605|      0|        CALL(astfold_expr, expr_ty, node_->v.Subscript.value);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  606|      0|        CALL(astfold_expr, expr_ty, node_->v.Subscript.slice);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  607|      0|        break;
  608|      0|    case Starred_kind:
  ------------------
  |  Branch (608:5): [True: 0, False: 9]
  ------------------
  609|      0|        CALL(astfold_expr, expr_ty, node_->v.Starred.value);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  610|      0|        break;
  611|      0|    case Slice_kind:
  ------------------
  |  Branch (611:5): [True: 0, False: 9]
  ------------------
  612|      0|        CALL_OPT(astfold_expr, expr_ty, node_->v.Slice.lower);
  ------------------
  |  |  413|      0|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|      0|        return 0;
  ------------------
  613|      0|        CALL_OPT(astfold_expr, expr_ty, node_->v.Slice.upper);
  ------------------
  |  |  413|      0|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|      0|        return 0;
  ------------------
  614|      0|        CALL_OPT(astfold_expr, expr_ty, node_->v.Slice.step);
  ------------------
  |  |  413|      0|    if ((ARG) != NULL && !FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (413:9): [True: 0, False: 0]
  |  |  |  Branch (413:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  414|      0|        return 0;
  ------------------
  615|      0|        break;
  616|      0|    case List_kind:
  ------------------
  |  Branch (616:5): [True: 0, False: 9]
  ------------------
  617|      0|        CALL_SEQ(astfold_expr, expr, node_->v.List.elts);
  ------------------
  |  |  416|      0|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      0|    Py_ssize_t i; \
  |  |  418|      0|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      0|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  420|      0|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      0|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 0, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 0]
  |  |  ------------------
  |  |  422|      0|            return 0; \
  |  |  423|      0|    } \
  |  |  424|      0|}
  ------------------
  618|      0|        break;
  619|      1|    case Tuple_kind:
  ------------------
  |  Branch (619:5): [True: 1, False: 8]
  ------------------
  620|      1|        CALL_SEQ(astfold_expr, expr, node_->v.Tuple.elts);
  ------------------
  |  |  416|      1|#define CALL_SEQ(FUNC, TYPE, ARG) { \
  |  |  417|      1|    Py_ssize_t i; \
  |  |  418|      1|    asdl_ ## TYPE ## _seq *seq = (ARG); /* avoid variable capture */ \
  |  |  419|      5|    for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      5|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     10|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 5]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (419:17): [True: 4, False: 1]
  |  |  ------------------
  |  |  420|      4|        TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      4|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      4|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  421|      4|        if (elt != NULL && !FUNC(elt, ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (421:13): [True: 4, False: 0]
  |  |  |  Branch (421:28): [True: 0, False: 4]
  |  |  ------------------
  |  |  422|      4|            return 0; \
  |  |  423|      4|    } \
  |  |  424|      1|}
  ------------------
  621|      1|        break;
  622|      6|    case Name_kind:
  ------------------
  |  Branch (622:5): [True: 6, False: 3]
  ------------------
  623|      6|        if (state->syntax_check_only) {
  ------------------
  |  Branch (623:13): [True: 0, False: 6]
  ------------------
  624|      0|            break;
  625|      0|        }
  626|      6|        if (node_->v.Name.ctx == Load &&
  ------------------
  |  Branch (626:13): [True: 6, False: 0]
  ------------------
  627|      6|                _PyUnicode_EqualToASCIIString(node_->v.Name.id, "__debug__")) {
  ------------------
  |  Branch (627:17): [True: 0, False: 6]
  ------------------
  628|      0|            LEAVE_RECURSIVE();
  ------------------
  |  |   34|      0|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
  629|      0|            return make_const(node_, PyBool_FromLong(!state->optimize), ctx_);
  630|      0|        }
  631|      6|        break;
  632|      6|    case NamedExpr_kind:
  ------------------
  |  Branch (632:5): [True: 0, False: 9]
  ------------------
  633|      0|        CALL(astfold_expr, expr_ty, node_->v.NamedExpr.value);
  ------------------
  |  |  409|      0|    if (!FUNC((ARG), ctx_, state)) \
  |  |  ------------------
  |  |  |  Branch (409:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  410|      0|        return 0;
  ------------------
  634|      0|        break;
  635|      0|    case Constant_kind:
  ------------------
  |  Branch (635:5): [True: 0, False: 9]
  ------------------
  636|       |        // Already a constant, nothing further to do
  637|      0|        break;
  638|       |    // No default case, so the compiler will emit a warning if new expression
  639|       |    // kinds are added without being handled here
  640|      9|    }
  641|      9|    LEAVE_RECURSIVE();
  ------------------
  |  |   34|      9|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
  642|      9|    return 1;
  643|      9|}

_PyBuiltin_Init:
 3504|      2|{
 3505|      2|    PyObject *mod, *dict, *debug;
 3506|       |
 3507|      2|    const PyConfig *config = _PyInterpreterState_GetConfig(interp);
 3508|       |
 3509|      2|    mod = _PyModule_CreateInitialized(&builtinsmodule, PYTHON_API_VERSION);
  ------------------
  |  |   59|      2|#define PYTHON_API_VERSION 1013
  ------------------
 3510|      2|    if (mod == NULL)
  ------------------
  |  Branch (3510:9): [True: 0, False: 2]
  ------------------
 3511|      0|        return NULL;
 3512|       |#ifdef Py_GIL_DISABLED
 3513|       |    PyUnstable_Module_SetGIL(mod, Py_MOD_GIL_NOT_USED);
 3514|       |#endif
 3515|      2|    dict = PyModule_GetDict(mod);
 3516|       |
 3517|       |#ifdef Py_TRACE_REFS
 3518|       |    /* "builtins" exposes a number of statically allocated objects
 3519|       |     * that, before this code was added in 2.3, never showed up in
 3520|       |     * the list of "all objects" maintained by Py_TRACE_REFS.  As a
 3521|       |     * result, programs leaking references to None and False (etc)
 3522|       |     * couldn't be diagnosed by examining sys.getobjects(0).
 3523|       |     */
 3524|       |#define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT))
 3525|       |#else
 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
 3527|      2|#endif
 3528|       |
 3529|      2|#define SETBUILTIN(NAME, OBJECT) \
 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
 3531|      2|        return NULL;                                                    \
 3532|      2|    ADD_TO_ALL(OBJECT)
 3533|       |
 3534|      2|    SETBUILTIN("None",                  Py_None);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3535|      2|    SETBUILTIN("Ellipsis",              Py_Ellipsis);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3536|      2|    SETBUILTIN("NotImplemented",        Py_NotImplemented);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3537|      2|    SETBUILTIN("False",                 Py_False);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3538|      2|    SETBUILTIN("True",                  Py_True);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3539|      2|    SETBUILTIN("bool",                  &PyBool_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3540|      2|    SETBUILTIN("memoryview",            &PyMemoryView_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3541|      2|    SETBUILTIN("bytearray",             &PyByteArray_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3542|      2|    SETBUILTIN("bytes",                 &PyBytes_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3543|      2|    SETBUILTIN("classmethod",           &PyClassMethod_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3544|      2|    SETBUILTIN("complex",               &PyComplex_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3545|      2|    SETBUILTIN("dict",                  &PyDict_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3546|      2|    SETBUILTIN("enumerate",             &PyEnum_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3547|      2|    SETBUILTIN("filter",                &PyFilter_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3548|      2|    SETBUILTIN("float",                 &PyFloat_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3549|      2|    SETBUILTIN("frozendict",            &PyFrozenDict_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3550|      2|    SETBUILTIN("frozenset",             &PyFrozenSet_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3551|      2|    SETBUILTIN("property",              &PyProperty_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3552|      2|    SETBUILTIN("int",                   &PyLong_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3553|      2|    SETBUILTIN("list",                  &PyList_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3554|      2|    SETBUILTIN("map",                   &PyMap_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3555|      2|    SETBUILTIN("object",                &PyBaseObject_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3556|      2|    SETBUILTIN("range",                 &PyRange_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3557|      2|    SETBUILTIN("reversed",              &PyReversed_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3558|      2|    SETBUILTIN("sentinel",              &PySentinel_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3559|      2|    SETBUILTIN("set",                   &PySet_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3560|      2|    SETBUILTIN("slice",                 &PySlice_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3561|      2|    SETBUILTIN("staticmethod",          &PyStaticMethod_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3562|      2|    SETBUILTIN("str",                   &PyUnicode_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3563|      2|    SETBUILTIN("super",                 &PySuper_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3564|      2|    SETBUILTIN("tuple",                 &PyTuple_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3565|      2|    SETBUILTIN("type",                  &PyType_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3566|      2|    SETBUILTIN("zip",                   &PyZip_Type);
  ------------------
  |  | 3530|      2|    if (PyDict_SetItemString(dict, NAME, (PyObject *)OBJECT) < 0)       \
  |  |  ------------------
  |  |  |  Branch (3530:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 3531|      2|        return NULL;                                                    \
  |  | 3532|      2|    ADD_TO_ALL(OBJECT)
  |  |  ------------------
  |  |  |  | 3526|      2|#define ADD_TO_ALL(OBJECT) (void)0
  |  |  ------------------
  ------------------
 3567|      2|    debug = PyBool_FromLong(config->optimization_level == 0);
 3568|      2|    if (PyDict_SetItemString(dict, "__debug__", debug) < 0) {
  ------------------
  |  Branch (3568:9): [True: 0, False: 2]
  ------------------
 3569|      0|        Py_DECREF(debug);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3570|      0|        return NULL;
 3571|      0|    }
 3572|      2|    Py_DECREF(debug);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3573|       |
 3574|      2|    return mod;
 3575|      2|#undef ADD_TO_ALL
 3576|      2|#undef SETBUILTIN
 3577|      2|}
bltinmodule.c:map_dealloc:
 1541|      2|{
 1542|      2|    mapobject *lz = _mapobject_CAST(self);
  ------------------
  |  | 1435|      2|#define _mapobject_CAST(op)     ((mapobject *)(op))
  ------------------
 1543|      2|    PyObject_GC_UnTrack(lz);
 1544|      2|    Py_XDECREF(lz->iters);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1545|      2|    Py_XDECREF(lz->func);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1546|      2|    Py_TYPE(lz)->tp_free(lz);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1547|      2|}
bltinmodule.c:map_next:
 1560|     10|{
 1561|     10|    mapobject *lz = _mapobject_CAST(self);
  ------------------
  |  | 1435|     10|#define _mapobject_CAST(op)     ((mapobject *)(op))
  ------------------
 1562|     10|    Py_ssize_t i;
 1563|     10|    PyObject *small_stack[_PY_FASTCALL_SMALL_STACK];
 1564|     10|    PyObject **stack;
 1565|     10|    PyObject *result = NULL;
 1566|     10|    PyThreadState *tstate = _PyThreadState_GET();
 1567|       |
 1568|     10|    const Py_ssize_t niters = PyTuple_GET_SIZE(lz->iters);
  ------------------
  |  |   27|     10|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1569|     10|    if (niters <= (Py_ssize_t)Py_ARRAY_LENGTH(small_stack)) {
  ------------------
  |  |  196|     10|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (1569:9): [True: 10, False: 0]
  ------------------
 1570|     10|        stack = small_stack;
 1571|     10|    }
 1572|      0|    else {
 1573|      0|        stack = PyMem_Malloc(niters * sizeof(stack[0]));
 1574|      0|        if (stack == NULL) {
  ------------------
  |  Branch (1574:13): [True: 0, False: 0]
  ------------------
 1575|      0|            _PyErr_NoMemory(tstate);
 1576|      0|            return NULL;
 1577|      0|        }
 1578|      0|    }
 1579|       |
 1580|     10|    Py_ssize_t nargs = 0;
 1581|     18|    for (i = 0; i < niters; i++) {
  ------------------
  |  Branch (1581:17): [True: 10, False: 8]
  ------------------
 1582|     10|        PyObject *it = PyTuple_GET_ITEM(lz->iters, i);
  ------------------
  |  |   29|     10|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     10|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1582:24): [True: 10, False: 0]
  ------------------
 1583|     10|        PyObject *val = Py_TYPE(it)->tp_iternext(it);
  ------------------
  |  |  213|     10|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1584|     10|        if (val == NULL) {
  ------------------
  |  Branch (1584:13): [True: 2, False: 8]
  ------------------
 1585|      2|            if (lz->strict) {
  ------------------
  |  Branch (1585:17): [True: 0, False: 2]
  ------------------
 1586|      0|                goto check;
 1587|      0|            }
 1588|      2|            goto exit_no_result;
 1589|      2|        }
 1590|      8|        stack[i] = val;
 1591|      8|        nargs++;
 1592|      8|    }
 1593|       |
 1594|      8|    result = _PyObject_VectorcallTstate(tstate, lz->func, stack, nargs, NULL);
 1595|      8|    goto exit;
 1596|       |
 1597|      0|check:
 1598|      0|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1598:9): [True: 0, False: 0]
  ------------------
 1599|      0|        if (!PyErr_ExceptionMatches(PyExc_StopIteration)) {
  ------------------
  |  Branch (1599:13): [True: 0, False: 0]
  ------------------
 1600|       |            // next() on argument i raised an exception (not StopIteration)
 1601|      0|            goto exit_no_result;
 1602|      0|        }
 1603|      0|        PyErr_Clear();
 1604|      0|    }
 1605|      0|    if (i) {
  ------------------
  |  Branch (1605:9): [True: 0, False: 0]
  ------------------
 1606|       |        // ValueError: map() argument 2 is shorter than argument 1
 1607|       |        // ValueError: map() argument 3 is shorter than arguments 1-2
 1608|      0|        const char* plural = i == 1 ? " " : "s 1-";
  ------------------
  |  Branch (1608:30): [True: 0, False: 0]
  ------------------
 1609|      0|        PyErr_Format(PyExc_ValueError,
 1610|      0|                     "map() argument %zd is shorter than argument%s%zd",
 1611|      0|                     i + 1, plural, i);
 1612|      0|        goto exit_no_result;
 1613|      0|    }
 1614|      0|    for (i = 1; i < niters; i++) {
  ------------------
  |  Branch (1614:17): [True: 0, False: 0]
  ------------------
 1615|      0|        PyObject *it = PyTuple_GET_ITEM(lz->iters, i);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1615:24): [True: 0, False: 0]
  ------------------
 1616|      0|        PyObject *val = (*Py_TYPE(it)->tp_iternext)(it);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1617|      0|        if (val) {
  ------------------
  |  Branch (1617:13): [True: 0, False: 0]
  ------------------
 1618|      0|            Py_DECREF(val);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1619|      0|            const char* plural = i == 1 ? " " : "s 1-";
  ------------------
  |  Branch (1619:34): [True: 0, False: 0]
  ------------------
 1620|      0|            PyErr_Format(PyExc_ValueError,
 1621|      0|                         "map() argument %zd is longer than argument%s%zd",
 1622|      0|                         i + 1, plural, i);
 1623|      0|            goto exit_no_result;
 1624|      0|        }
 1625|      0|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1625:13): [True: 0, False: 0]
  ------------------
 1626|      0|            if (!PyErr_ExceptionMatches(PyExc_StopIteration)) {
  ------------------
  |  Branch (1626:17): [True: 0, False: 0]
  ------------------
 1627|       |                // next() on argument i raised an exception (not StopIteration)
 1628|      0|                goto exit_no_result;
 1629|      0|            }
 1630|      0|            PyErr_Clear();
 1631|      0|        }
 1632|       |        // Argument i is exhausted. So far so good...
 1633|      0|    }
 1634|       |    // All arguments are exhausted. Success!
 1635|       |
 1636|      2|exit_no_result:
 1637|      2|    assert(result == NULL);
  ------------------
  |  Branch (1637:5): [True: 2, False: 0]
  ------------------
 1638|       |
 1639|     10|exit:
 1640|     18|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (1640:17): [True: 8, False: 10]
  ------------------
 1641|      8|        Py_DECREF(stack[i]);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1642|      8|    }
 1643|     10|    if (stack != small_stack) {
  ------------------
  |  Branch (1643:9): [True: 0, False: 10]
  ------------------
 1644|      0|        PyMem_Free(stack);
 1645|      0|    }
 1646|     10|    return result;
 1647|      2|}
bltinmodule.c:map_vectorcall:
 1497|      2|{
 1498|      2|    PyTypeObject *tp = _PyType_CAST(type);
  ------------------
  |  |  770|      2|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1498:24): [True: 2, False: 0]
  ------------------
 1499|       |
 1500|      2|    Py_ssize_t nargs = PyVectorcall_NARGS(nargsf);
  ------------------
  |  |   37|      2|#define PyVectorcall_NARGS(n) _PyVectorcall_NARGS(n)
  ------------------
 1501|      2|    if (kwnames != NULL && PyTuple_GET_SIZE(kwnames) != 0) {
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1501:9): [True: 0, False: 2]
  |  Branch (1501:28): [True: 0, False: 0]
  ------------------
 1502|       |        // Fallback to map_new()
 1503|      0|        PyThreadState *tstate = _PyThreadState_GET();
 1504|      0|        return _PyObject_MakeTpCall(tstate, type, args, nargs, kwnames);
 1505|      0|    }
 1506|       |
 1507|      2|    if (nargs < 2) {
  ------------------
  |  Branch (1507:9): [True: 0, False: 2]
  ------------------
 1508|      0|        PyErr_SetString(PyExc_TypeError,
 1509|      0|           "map() must have at least two arguments.");
 1510|      0|        return NULL;
 1511|      0|    }
 1512|       |
 1513|      2|    PyObject *iters = PyTuple_New(nargs-1);
 1514|      2|    if (iters == NULL) {
  ------------------
  |  Branch (1514:9): [True: 0, False: 2]
  ------------------
 1515|      0|        return NULL;
 1516|      0|    }
 1517|       |
 1518|      4|    for (int i=1; i<nargs; i++) {
  ------------------
  |  Branch (1518:19): [True: 2, False: 2]
  ------------------
 1519|      2|        PyObject *it = PyObject_GetIter(args[i]);
 1520|      2|        if (it == NULL) {
  ------------------
  |  Branch (1520:13): [True: 0, False: 2]
  ------------------
 1521|      0|            Py_DECREF(iters);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1522|      0|            return NULL;
 1523|      0|        }
 1524|      2|        PyTuple_SET_ITEM(iters, i-1, it);
  ------------------
  |  |   40|      2|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1525|      2|    }
 1526|       |
 1527|      2|    mapobject *lz = (mapobject *)tp->tp_alloc(tp, 0);
 1528|      2|    if (lz == NULL) {
  ------------------
  |  Branch (1528:9): [True: 0, False: 2]
  ------------------
 1529|      0|        Py_DECREF(iters);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1530|      0|        return NULL;
 1531|      0|    }
 1532|      2|    lz->iters = iters;
 1533|      2|    lz->func = Py_NewRef(args[0]);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1534|      2|    lz->strict = 0;
 1535|       |
 1536|      2|    return (PyObject *)lz;
 1537|      2|}
bltinmodule.c:zip_dealloc:
 3230|      3|{
 3231|      3|    zipobject *lz = _zipobject_CAST(self);
  ------------------
  |  | 3159|      3|#define _zipobject_CAST(op)     ((zipobject *)(op))
  ------------------
 3232|      3|    PyObject_GC_UnTrack(lz);
 3233|      3|    Py_XDECREF(lz->ittuple);
  ------------------
  |  |  524|      3|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3234|      3|    Py_XDECREF(lz->result);
  ------------------
  |  |  524|      3|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3235|      3|    Py_TYPE(lz)->tp_free(lz);
  ------------------
  |  |  213|      3|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3236|      3|}
bltinmodule.c:zip_next:
 3249|     19|{
 3250|     19|    zipobject *lz = _zipobject_CAST(self);
  ------------------
  |  | 3159|     19|#define _zipobject_CAST(op)     ((zipobject *)(op))
  ------------------
 3251|       |
 3252|     19|    Py_ssize_t i;
 3253|     19|    Py_ssize_t tuplesize = lz->tuplesize;
 3254|     19|    PyObject *result = lz->result;
 3255|     19|    PyObject *it;
 3256|     19|    PyObject *item;
 3257|     19|    PyObject *olditem;
 3258|       |
 3259|     19|    if (tuplesize == 0)
  ------------------
  |  Branch (3259:9): [True: 0, False: 19]
  ------------------
 3260|      0|        return NULL;
 3261|       |
 3262|     19|    if (_PyObject_IsUniquelyReferenced(result)) {
  ------------------
  |  Branch (3262:9): [True: 19, False: 0]
  ------------------
 3263|     19|        Py_INCREF(result);
  ------------------
  |  |  310|     19|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3264|     55|        for (i=0 ; i < tuplesize ; i++) {
  ------------------
  |  Branch (3264:20): [True: 37, False: 18]
  ------------------
 3265|     37|            it = PyTuple_GET_ITEM(lz->ittuple, i);
  ------------------
  |  |   29|     37|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     37|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3265:18): [True: 37, False: 0]
  ------------------
 3266|     37|            item = (*Py_TYPE(it)->tp_iternext)(it);
  ------------------
  |  |  213|     37|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3267|     37|            if (item == NULL) {
  ------------------
  |  Branch (3267:17): [True: 1, False: 36]
  ------------------
 3268|      1|                Py_DECREF(result);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3269|      1|                if (lz->strict) {
  ------------------
  |  Branch (3269:21): [True: 0, False: 1]
  ------------------
 3270|      0|                    goto check;
 3271|      0|                }
 3272|      1|                return NULL;
 3273|      1|            }
 3274|     36|            olditem = PyTuple_GET_ITEM(result, i);
  ------------------
  |  |   29|     36|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     36|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3274:23): [True: 36, False: 0]
  ------------------
 3275|     36|            PyTuple_SET_ITEM(result, i, item);
  ------------------
  |  |   40|     36|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     36|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     36|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3276|     36|            Py_DECREF(olditem);
  ------------------
  |  |  430|     36|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     36|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     36|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3277|     36|        }
 3278|       |        // bpo-42536: The GC may have untracked this result tuple. Since we're
 3279|       |        // recycling it, make sure it's tracked again:
 3280|     18|        _PyTuple_Recycle(result);
 3281|     18|    } else {
 3282|      0|        result = PyTuple_New(tuplesize);
 3283|      0|        if (result == NULL)
  ------------------
  |  Branch (3283:13): [True: 0, False: 0]
  ------------------
 3284|      0|            return NULL;
 3285|      0|        for (i=0 ; i < tuplesize ; i++) {
  ------------------
  |  Branch (3285:20): [True: 0, False: 0]
  ------------------
 3286|      0|            it = PyTuple_GET_ITEM(lz->ittuple, i);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3286:18): [True: 0, False: 0]
  ------------------
 3287|      0|            item = (*Py_TYPE(it)->tp_iternext)(it);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3288|      0|            if (item == NULL) {
  ------------------
  |  Branch (3288:17): [True: 0, False: 0]
  ------------------
 3289|      0|                Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3290|      0|                if (lz->strict) {
  ------------------
  |  Branch (3290:21): [True: 0, False: 0]
  ------------------
 3291|      0|                    goto check;
 3292|      0|                }
 3293|      0|                return NULL;
 3294|      0|            }
 3295|      0|            PyTuple_SET_ITEM(result, i, item);
  ------------------
  |  |   40|      0|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3296|      0|        }
 3297|      0|    }
 3298|     18|    return result;
 3299|      0|check:
 3300|      0|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (3300:9): [True: 0, False: 0]
  ------------------
 3301|      0|        if (!PyErr_ExceptionMatches(PyExc_StopIteration)) {
  ------------------
  |  Branch (3301:13): [True: 0, False: 0]
  ------------------
 3302|       |            // next() on argument i raised an exception (not StopIteration)
 3303|      0|            return NULL;
 3304|      0|        }
 3305|      0|        PyErr_Clear();
 3306|      0|    }
 3307|      0|    if (i) {
  ------------------
  |  Branch (3307:9): [True: 0, False: 0]
  ------------------
 3308|       |        // ValueError: zip() argument 2 is shorter than argument 1
 3309|       |        // ValueError: zip() argument 3 is shorter than arguments 1-2
 3310|      0|        const char* plural = i == 1 ? " " : "s 1-";
  ------------------
  |  Branch (3310:30): [True: 0, False: 0]
  ------------------
 3311|      0|        return PyErr_Format(PyExc_ValueError,
 3312|      0|                            "zip() argument %zd is shorter than argument%s%zd",
 3313|      0|                            i + 1, plural, i);
 3314|      0|    }
 3315|      0|    for (i = 1; i < tuplesize; i++) {
  ------------------
  |  Branch (3315:17): [True: 0, False: 0]
  ------------------
 3316|      0|        it = PyTuple_GET_ITEM(lz->ittuple, i);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3316:14): [True: 0, False: 0]
  ------------------
 3317|      0|        item = (*Py_TYPE(it)->tp_iternext)(it);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3318|      0|        if (item) {
  ------------------
  |  Branch (3318:13): [True: 0, False: 0]
  ------------------
 3319|      0|            Py_DECREF(item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3320|      0|            const char* plural = i == 1 ? " " : "s 1-";
  ------------------
  |  Branch (3320:34): [True: 0, False: 0]
  ------------------
 3321|      0|            return PyErr_Format(PyExc_ValueError,
 3322|      0|                                "zip() argument %zd is longer than argument%s%zd",
 3323|      0|                                i + 1, plural, i);
 3324|      0|        }
 3325|      0|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (3325:13): [True: 0, False: 0]
  ------------------
 3326|      0|            if (!PyErr_ExceptionMatches(PyExc_StopIteration)) {
  ------------------
  |  Branch (3326:17): [True: 0, False: 0]
  ------------------
 3327|       |                // next() on argument i raised an exception (not StopIteration)
 3328|      0|                return NULL;
 3329|      0|            }
 3330|      0|            PyErr_Clear();
 3331|      0|        }
 3332|       |        // Argument i is exhausted. So far so good...
 3333|      0|    }
 3334|       |    // All arguments are exhausted. Success!
 3335|      0|    return NULL;
 3336|      0|}
bltinmodule.c:zip_new:
 3163|      3|{
 3164|      3|    zipobject *lz;
 3165|      3|    Py_ssize_t i;
 3166|      3|    PyObject *ittuple;  /* tuple of iterators */
 3167|      3|    PyObject *result;
 3168|      3|    Py_ssize_t tuplesize;
 3169|      3|    int strict = 0;
 3170|       |
 3171|      3|    if (kwds) {
  ------------------
  |  Branch (3171:9): [True: 0, False: 3]
  ------------------
 3172|      0|        PyObject *empty = PyTuple_New(0);
 3173|      0|        if (empty == NULL) {
  ------------------
  |  Branch (3173:13): [True: 0, False: 0]
  ------------------
 3174|      0|            return NULL;
 3175|      0|        }
 3176|      0|        static char *kwlist[] = {"strict", NULL};
 3177|      0|        int parsed = PyArg_ParseTupleAndKeywords(
 3178|      0|                empty, kwds, "|$p:zip", kwlist, &strict);
 3179|      0|        Py_DECREF(empty);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3180|      0|        if (!parsed) {
  ------------------
  |  Branch (3180:13): [True: 0, False: 0]
  ------------------
 3181|      0|            return NULL;
 3182|      0|        }
 3183|      0|    }
 3184|       |
 3185|       |    /* args must be a tuple */
 3186|      3|    assert(PyTuple_Check(args));
  ------------------
  |  Branch (3186:5): [True: 3, False: 0]
  ------------------
 3187|      3|    tuplesize = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|      3|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3188|       |
 3189|       |    /* obtain iterators */
 3190|      3|    ittuple = PyTuple_New(tuplesize);
 3191|      3|    if (ittuple == NULL)
  ------------------
  |  Branch (3191:9): [True: 0, False: 3]
  ------------------
 3192|      0|        return NULL;
 3193|      5|    for (i=0; i < tuplesize; ++i) {
  ------------------
  |  Branch (3193:15): [True: 2, False: 3]
  ------------------
 3194|      2|        PyObject *item = PyTuple_GET_ITEM(args, i);
  ------------------
  |  |   29|      2|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3194:26): [True: 2, False: 0]
  ------------------
 3195|      0|        PyObject *it = PyObject_GetIter(item);
 3196|      2|        if (it == NULL) {
  ------------------
  |  Branch (3196:13): [True: 0, False: 2]
  ------------------
 3197|      0|            Py_DECREF(ittuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3198|      0|            return NULL;
 3199|      0|        }
 3200|      2|        PyTuple_SET_ITEM(ittuple, i, it);
  ------------------
  |  |   40|      2|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3201|      2|    }
 3202|       |
 3203|       |    /* create a result holder */
 3204|      3|    result = PyTuple_New(tuplesize);
 3205|      3|    if (result == NULL) {
  ------------------
  |  Branch (3205:9): [True: 0, False: 3]
  ------------------
 3206|      0|        Py_DECREF(ittuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3207|      0|        return NULL;
 3208|      0|    }
 3209|      5|    for (i=0 ; i < tuplesize ; i++) {
  ------------------
  |  Branch (3209:16): [True: 2, False: 3]
  ------------------
 3210|      2|        PyTuple_SET_ITEM(result, i, Py_NewRef(Py_None));
  ------------------
  |  |   40|      2|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3211|      2|    }
 3212|       |
 3213|       |    /* create zipobject structure */
 3214|      3|    lz = (zipobject *)type->tp_alloc(type, 0);
 3215|      3|    if (lz == NULL) {
  ------------------
  |  Branch (3215:9): [True: 0, False: 3]
  ------------------
 3216|      0|        Py_DECREF(ittuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3217|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3218|      0|        return NULL;
 3219|      0|    }
 3220|      3|    lz->ittuple = ittuple;
 3221|      3|    lz->tuplesize = tuplesize;
 3222|      3|    lz->result = result;
 3223|      3|    lz->strict = strict;
 3224|       |
 3225|      3|    return (PyObject *)lz;
 3226|      3|}
bltinmodule.c:builtin___build_class__:
  104|    216|{
  105|    216|    PyObject *func, *name, *winner, *prep;
  106|    216|    PyObject *cls = NULL, *cell = NULL, *ns = NULL, *meta = NULL, *orig_bases = NULL;
  107|    216|    PyObject *mkw = NULL, *bases = NULL;
  108|    216|    int isclass = 0;   /* initialize to prevent gcc warning */
  109|       |
  110|    216|    if (nargs < 2) {
  ------------------
  |  Branch (110:9): [True: 0, False: 216]
  ------------------
  111|      0|        PyErr_SetString(PyExc_TypeError,
  112|      0|                        "__build_class__: not enough arguments");
  113|      0|        return NULL;
  114|      0|    }
  115|    216|    func = args[0];   /* Better be callable */
  116|    216|    if (!PyFunction_Check(func)) {
  ------------------
  |  |   68|    216|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|    216|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (116:9): [True: 0, False: 216]
  ------------------
  117|      0|        PyErr_SetString(PyExc_TypeError,
  118|      0|                        "__build_class__: func must be a function");
  119|      0|        return NULL;
  120|      0|    }
  121|    216|    name = args[1];
  122|    216|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|    216|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    216|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (122:9): [True: 0, False: 216]
  ------------------
  123|      0|        PyErr_SetString(PyExc_TypeError,
  124|      0|                        "__build_class__: name is not a string");
  125|      0|        return NULL;
  126|      0|    }
  127|    216|    orig_bases = PyTuple_FromArray(args + 2, nargs - 2);
  128|    216|    if (orig_bases == NULL)
  ------------------
  |  Branch (128:9): [True: 0, False: 216]
  ------------------
  129|      0|        return NULL;
  130|       |
  131|    216|    bases = update_bases(orig_bases, args + 2, nargs - 2);
  132|    216|    if (bases == NULL) {
  ------------------
  |  Branch (132:9): [True: 0, False: 216]
  ------------------
  133|      0|        Py_DECREF(orig_bases);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  134|      0|        return NULL;
  135|      0|    }
  136|       |
  137|    216|    if (kwnames == NULL) {
  ------------------
  |  Branch (137:9): [True: 193, False: 23]
  ------------------
  138|    193|        meta = NULL;
  139|    193|        mkw = NULL;
  140|    193|    }
  141|     23|    else {
  142|     23|        mkw = _PyStack_AsDict(args + nargs, kwnames);
  143|     23|        if (mkw == NULL) {
  ------------------
  |  Branch (143:13): [True: 0, False: 23]
  ------------------
  144|      0|            goto error;
  145|      0|        }
  146|       |
  147|     23|        if (PyDict_Pop(mkw, &_Py_ID(metaclass), &meta) < 0) {
  ------------------
  |  |  917|     23|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     23|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     23|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (147:13): [True: 0, False: 23]
  ------------------
  148|      0|            goto error;
  149|      0|        }
  150|     23|        if (meta != NULL) {
  ------------------
  |  Branch (150:13): [True: 21, False: 2]
  ------------------
  151|       |            /* metaclass is explicitly given, check if it's indeed a class */
  152|     21|            isclass = PyType_Check(meta);
  ------------------
  |  |  766|     21|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  153|     21|        }
  154|     23|    }
  155|    216|    if (meta == NULL) {
  ------------------
  |  Branch (155:9): [True: 195, False: 21]
  ------------------
  156|       |        /* if there are no bases, use type: */
  157|    195|        if (PyTuple_GET_SIZE(bases) == 0) {
  ------------------
  |  |   27|    195|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    195|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    195|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (157:13): [True: 71, False: 124]
  ------------------
  158|     71|            meta = (PyObject *) (&PyType_Type);
  159|     71|        }
  160|       |        /* else get the type of the first base */
  161|    124|        else {
  162|    124|            PyObject *base0 = PyTuple_GET_ITEM(bases, 0);
  ------------------
  |  |   29|    124|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    124|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (162:31): [True: 124, False: 0]
  ------------------
  163|    124|            meta = (PyObject *)Py_TYPE(base0);
  ------------------
  |  |  213|    124|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    124|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|    124|        }
  165|    195|        Py_INCREF(meta);
  ------------------
  |  |  310|    195|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    195|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    195|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  166|    195|        isclass = 1;  /* meta is really a class */
  167|    195|    }
  168|       |
  169|    216|    if (isclass) {
  ------------------
  |  Branch (169:9): [True: 216, False: 0]
  ------------------
  170|       |        /* meta is really a class, so check for a more derived
  171|       |           metaclass, or possible metaclass conflicts: */
  172|    216|        winner = (PyObject *)_PyType_CalculateMetaclass((PyTypeObject *)meta,
  173|    216|                                                        bases);
  174|    216|        if (winner == NULL) {
  ------------------
  |  Branch (174:13): [True: 0, False: 216]
  ------------------
  175|      0|            goto error;
  176|      0|        }
  177|    216|        if (winner != meta) {
  ------------------
  |  Branch (177:13): [True: 3, False: 213]
  ------------------
  178|      3|            Py_SETREF(meta, Py_NewRef(winner));
  ------------------
  |  |  352|      3|    do { \
  |  |  353|      3|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      3|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      3|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      3|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      3|        *_tmp_dst_ptr = (src); \
  |  |  356|      3|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      3|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      3|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
  179|      3|        }
  180|    216|    }
  181|       |    /* else: meta is not a class, so we cannot do the metaclass
  182|       |       calculation, so we will use the explicitly given object as it is */
  183|    216|    if (PyObject_GetOptionalAttr(meta, &_Py_ID(__prepare__), &prep) < 0) {
  ------------------
  |  |  917|    216|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    216|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    216|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (183:9): [True: 0, False: 216]
  ------------------
  184|      0|        ns = NULL;
  185|      0|    }
  186|    216|    else if (prep == NULL) {
  ------------------
  |  Branch (186:14): [True: 0, False: 216]
  ------------------
  187|      0|        ns = PyDict_New();
  188|      0|    }
  189|    216|    else {
  190|    216|        PyObject *pargs[2] = {name, bases};
  191|    216|        ns = PyObject_VectorcallDict(prep, pargs, 2, mkw);
  192|    216|        Py_DECREF(prep);
  ------------------
  |  |  430|    216|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  193|    216|    }
  194|    216|    if (ns == NULL) {
  ------------------
  |  Branch (194:9): [True: 0, False: 216]
  ------------------
  195|      0|        goto error;
  196|      0|    }
  197|    216|    if (!PyMapping_Check(ns)) {
  ------------------
  |  Branch (197:9): [True: 0, False: 216]
  ------------------
  198|      0|        PyErr_Format(PyExc_TypeError,
  199|      0|                     "%.200s.__prepare__() must return a mapping, not %.200s",
  200|      0|                     isclass ? ((PyTypeObject *)meta)->tp_name : "<metaclass>",
  ------------------
  |  Branch (200:22): [True: 0, False: 0]
  ------------------
  201|      0|                     Py_TYPE(ns)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  202|      0|        goto error;
  203|      0|    }
  204|    216|    PyThreadState *tstate = _PyThreadState_GET();
  205|    216|    EVAL_CALL_STAT_INC(EVAL_CALL_BUILD_CLASS);
  ------------------
  |  |   79|    216|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  206|    216|    cell = _PyEval_Vector(tstate, (PyFunctionObject *)func, ns, NULL, 0, NULL);
  207|    216|    if (cell != NULL) {
  ------------------
  |  Branch (207:9): [True: 216, False: 0]
  ------------------
  208|    216|        if (bases != orig_bases) {
  ------------------
  |  Branch (208:13): [True: 0, False: 216]
  ------------------
  209|      0|            if (PyMapping_SetItemString(ns, "__orig_bases__", orig_bases) < 0) {
  ------------------
  |  Branch (209:17): [True: 0, False: 0]
  ------------------
  210|      0|                goto error;
  211|      0|            }
  212|      0|        }
  213|    216|        PyObject *margs[3] = {name, bases, ns};
  214|    216|        cls = PyObject_VectorcallDict(meta, margs, 3, mkw);
  215|    216|        if (cls != NULL && PyType_Check(cls) && PyCell_Check(cell)) {
  ------------------
  |  |  766|    432|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 216, False: 0]
  |  |  ------------------
  ------------------
                      if (cls != NULL && PyType_Check(cls) && PyCell_Check(cell)) {
  ------------------
  |  |   18|    216|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|    216|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 17, False: 199]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (215:13): [True: 216, False: 0]
  ------------------
  216|     17|            PyObject *cell_cls = PyCell_GetRef((PyCellObject *)cell);
  217|     17|            if (cell_cls != cls) {
  ------------------
  |  Branch (217:17): [True: 0, False: 17]
  ------------------
  218|      0|                if (cell_cls == NULL) {
  ------------------
  |  Branch (218:21): [True: 0, False: 0]
  ------------------
  219|      0|                    const char *msg =
  220|      0|                        "__class__ not set defining %.200R as %.200R. "
  221|      0|                        "Was __classcell__ propagated to type.__new__?";
  222|      0|                    PyErr_Format(PyExc_RuntimeError, msg, name, cls);
  223|      0|                } else {
  224|      0|                    const char *msg =
  225|      0|                        "__class__ set to %.200R defining %.200R as %.200R";
  226|      0|                    PyErr_Format(PyExc_TypeError, msg, cell_cls, name, cls);
  227|      0|                }
  228|      0|                Py_XDECREF(cell_cls);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  229|      0|                Py_SETREF(cls, NULL);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  230|      0|                goto error;
  231|      0|            }
  232|     17|            else {
  233|     17|                Py_DECREF(cell_cls);
  ------------------
  |  |  430|     17|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|     17|            }
  235|     17|        }
  236|    216|    }
  237|    216|error:
  238|    216|    Py_XDECREF(cell);
  ------------------
  |  |  524|    216|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  239|    216|    Py_XDECREF(ns);
  ------------------
  |  |  524|    216|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|    216|    Py_XDECREF(meta);
  ------------------
  |  |  524|    216|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  241|    216|    Py_XDECREF(mkw);
  ------------------
  |  |  524|    216|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  242|    216|    if (bases != orig_bases) {
  ------------------
  |  Branch (242:9): [True: 0, False: 216]
  ------------------
  243|      0|        Py_DECREF(orig_bases);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|      0|    }
  245|    216|    Py_DECREF(bases);
  ------------------
  |  |  430|    216|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    216|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    216|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  246|    216|    return cls;
  247|    216|}
bltinmodule.c:update_bases:
   30|    216|{
   31|    216|    Py_ssize_t i, j;
   32|    216|    PyObject *base, *meth, *new_base, *result, *new_bases = NULL;
   33|    216|    assert(PyTuple_Check(bases));
  ------------------
  |  Branch (33:5): [True: 216, False: 0]
  ------------------
   34|       |
   35|    366|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (35:17): [True: 150, False: 216]
  ------------------
   36|    150|        base  = args[i];
   37|    150|        if (PyType_Check(base)) {
  ------------------
  |  |  766|    150|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    150|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    150|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 150, False: 0]
  |  |  ------------------
  ------------------
   38|    150|            if (new_bases) {
  ------------------
  |  Branch (38:17): [True: 0, False: 150]
  ------------------
   39|       |                /* If we already have made a replacement, then we append every normal base,
   40|       |                   otherwise just skip it. */
   41|      0|                if (PyList_Append(new_bases, base) < 0) {
  ------------------
  |  Branch (41:21): [True: 0, False: 0]
  ------------------
   42|      0|                    goto error;
   43|      0|                }
   44|      0|            }
   45|    150|            continue;
   46|    150|        }
   47|      0|        if (PyObject_GetOptionalAttr(base, &_Py_ID(__mro_entries__), &meth) < 0) {
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (47:13): [True: 0, False: 0]
  ------------------
   48|      0|            goto error;
   49|      0|        }
   50|      0|        if (!meth) {
  ------------------
  |  Branch (50:13): [True: 0, False: 0]
  ------------------
   51|      0|            if (new_bases) {
  ------------------
  |  Branch (51:17): [True: 0, False: 0]
  ------------------
   52|      0|                if (PyList_Append(new_bases, base) < 0) {
  ------------------
  |  Branch (52:21): [True: 0, False: 0]
  ------------------
   53|      0|                    goto error;
   54|      0|                }
   55|      0|            }
   56|      0|            continue;
   57|      0|        }
   58|      0|        new_base = PyObject_CallOneArg(meth, bases);
   59|      0|        Py_DECREF(meth);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   60|      0|        if (!new_base) {
  ------------------
  |  Branch (60:13): [True: 0, False: 0]
  ------------------
   61|      0|            goto error;
   62|      0|        }
   63|      0|        if (!PyTuple_Check(new_base)) {
  ------------------
  |  |   27|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (63:13): [True: 0, False: 0]
  ------------------
   64|      0|            PyErr_SetString(PyExc_TypeError,
   65|      0|                            "__mro_entries__ must return a tuple");
   66|      0|            Py_DECREF(new_base);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   67|      0|            goto error;
   68|      0|        }
   69|      0|        if (!new_bases) {
  ------------------
  |  Branch (69:13): [True: 0, False: 0]
  ------------------
   70|       |            /* If this is a first successful replacement, create new_bases list and
   71|       |               copy previously encountered bases. */
   72|      0|            if (!(new_bases = PyList_New(i))) {
  ------------------
  |  Branch (72:17): [True: 0, False: 0]
  ------------------
   73|      0|                Py_DECREF(new_base);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   74|      0|                goto error;
   75|      0|            }
   76|      0|            for (j = 0; j < i; j++) {
  ------------------
  |  Branch (76:25): [True: 0, False: 0]
  ------------------
   77|      0|                base = args[j];
   78|      0|                PyList_SET_ITEM(new_bases, j, Py_NewRef(base));
  ------------------
  |  |   50|      0|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   79|      0|            }
   80|      0|        }
   81|      0|        j = PyList_GET_SIZE(new_bases);
  ------------------
  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|      0|        if (PyList_SetSlice(new_bases, j, j, new_base) < 0) {
  ------------------
  |  Branch (82:13): [True: 0, False: 0]
  ------------------
   83|      0|            Py_DECREF(new_base);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   84|      0|            goto error;
   85|      0|        }
   86|      0|        Py_DECREF(new_base);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   87|      0|    }
   88|    216|    if (!new_bases) {
  ------------------
  |  Branch (88:9): [True: 216, False: 0]
  ------------------
   89|    216|        return bases;
   90|    216|    }
   91|      0|    result = PyList_AsTuple(new_bases);
   92|      0|    Py_DECREF(new_bases);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|      0|    return result;
   94|       |
   95|      0|error:
   96|      0|    Py_XDECREF(new_bases);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   97|       |    return NULL;
   98|    216|}
bltinmodule.c:builtin___import___impl:
  285|     40|{
  286|     40|    return PyImport_ImportModuleLevelObject(name, globals, locals,
  287|     40|                                            fromlist, level);
  288|     40|}
bltinmodule.c:builtin_callable:
  523|      6|{
  524|      6|    return PyBool_FromLong((long)PyCallable_Check(obj));
  525|      6|}
bltinmodule.c:builtin_chr:
  784|     24|{
  785|     24|    int overflow;
  786|     24|    long v = PyLong_AsLongAndOverflow(i, &overflow);
  787|     24|    if (v == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (787:9): [True: 0, False: 24]
  |  Branch (787:20): [True: 0, False: 0]
  ------------------
  788|      0|        return NULL;
  789|      0|    }
  790|     24|    if (overflow) {
  ------------------
  |  Branch (790:9): [True: 0, False: 24]
  ------------------
  791|      0|        v = overflow < 0 ? INT_MIN : INT_MAX;
  ------------------
  |  Branch (791:13): [True: 0, False: 0]
  ------------------
  792|       |        /* Allow PyUnicode_FromOrdinal() to raise an exception */
  793|      0|    }
  794|     24|#if SIZEOF_INT < SIZEOF_LONG
  795|     24|    else if (v < INT_MIN) {
  ------------------
  |  Branch (795:14): [True: 0, False: 24]
  ------------------
  796|      0|        v = INT_MIN;
  797|      0|    }
  798|     24|    else if (v > INT_MAX) {
  ------------------
  |  Branch (798:14): [True: 0, False: 24]
  ------------------
  799|       |        v = INT_MAX;
  800|      0|    }
  801|     24|#endif
  802|     24|    return PyUnicode_FromOrdinal(v);
  803|     24|}
bltinmodule.c:builtin_delattr_impl:
 1829|     36|{
 1830|     36|    if (PyObject_DelAttr(obj, name) < 0) {
  ------------------
  |  Branch (1830:9): [True: 0, False: 36]
  ------------------
 1831|      0|        return NULL;
 1832|      0|    }
 1833|     36|    Py_RETURN_NONE;
  ------------------
  |  |  628|     36|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     36|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1834|     36|}
bltinmodule.c:builtin_dir:
  973|      2|{
  974|      2|    PyObject *arg = NULL;
  975|       |
  976|      2|    if (!PyArg_UnpackTuple(args, "dir", 0, 1, &arg))
  ------------------
  |  Branch (976:9): [True: 0, False: 2]
  ------------------
  977|      0|        return NULL;
  978|      2|    return PyObject_Dir(arg);
  979|      2|}
bltinmodule.c:builtin_eval_impl:
 1034|      1|{
 1035|      1|    PyThreadState *tstate = _PyThreadState_GET();
 1036|      1|    PyObject *result = NULL, *source_copy;
 1037|      1|    const char *str;
 1038|       |
 1039|      1|    if (locals != Py_None && !PyMapping_Check(locals)) {
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1039:9): [True: 0, False: 1]
  |  Branch (1039:30): [True: 0, False: 0]
  ------------------
 1040|      0|        PyErr_SetString(PyExc_TypeError, "locals must be a mapping");
 1041|      0|        return NULL;
 1042|      0|    }
 1043|      1|    if (globals != Py_None && !PyAnyDict_Check(globals)) {
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
                  if (globals != Py_None && !PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|      1|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|      1|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1043:9): [True: 1, False: 0]
  ------------------
 1044|      0|        PyErr_SetString(PyExc_TypeError, PyMapping_Check(globals) ?
  ------------------
  |  Branch (1044:42): [True: 0, False: 0]
  ------------------
 1045|      0|            "globals must be a real dict or a frozendict; "
 1046|      0|            "try eval(expr, {}, mapping)"
 1047|      0|            : "globals must be a dict or a frozendict");
 1048|      0|        return NULL;
 1049|      0|    }
 1050|       |
 1051|      1|    int fromframe = 0;
 1052|      1|    if (globals != Py_None) {
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1052:9): [True: 1, False: 0]
  ------------------
 1053|      1|        Py_INCREF(globals);
  ------------------
  |  |  310|      1|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1054|      1|    }
 1055|      0|    else if (_PyEval_GetFrame() != NULL) {
  ------------------
  |  Branch (1055:14): [True: 0, False: 0]
  ------------------
 1056|      0|        fromframe = 1;
 1057|      0|        globals = PyEval_GetGlobals();
 1058|      0|        assert(globals != NULL);
  ------------------
  |  Branch (1058:9): [True: 0, False: 0]
  ------------------
 1059|      0|        Py_INCREF(globals);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1060|      0|    }
 1061|      0|    else {
 1062|      0|        globals = _PyEval_GetGlobalsFromRunningMain(tstate);
 1063|      0|        if (globals == NULL) {
  ------------------
  |  Branch (1063:13): [True: 0, False: 0]
  ------------------
 1064|      0|            if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1064:17): [True: 0, False: 0]
  ------------------
 1065|      0|                PyErr_SetString(PyExc_TypeError,
 1066|      0|                    "eval must be given globals and locals "
 1067|      0|                    "when called without a frame");
 1068|      0|            }
 1069|      0|            return NULL;
 1070|      0|        }
 1071|      0|        Py_INCREF(globals);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1072|      0|    }
 1073|       |
 1074|      1|    if (locals != Py_None) {
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1074:9): [True: 0, False: 1]
  ------------------
 1075|      0|        Py_INCREF(locals);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1076|      0|    }
 1077|      1|    else if (fromframe) {
  ------------------
  |  Branch (1077:14): [True: 0, False: 1]
  ------------------
 1078|      0|        locals = _PyEval_GetFrameLocals();
 1079|      0|        if (locals == NULL) {
  ------------------
  |  Branch (1079:13): [True: 0, False: 0]
  ------------------
 1080|      0|            assert(PyErr_Occurred());
  ------------------
  |  Branch (1080:13): [True: 0, False: 0]
  ------------------
 1081|      0|            Py_DECREF(globals);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1082|      0|            return NULL;
 1083|      0|        }
 1084|      0|    }
 1085|      1|    else {
 1086|      1|        locals = Py_NewRef(globals);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|      1|    }
 1088|       |
 1089|      1|    if (_PyEval_EnsureBuiltins(tstate, globals, NULL) < 0) {
  ------------------
  |  Branch (1089:9): [True: 0, False: 1]
  ------------------
 1090|      0|        goto error;
 1091|      0|    }
 1092|       |
 1093|      1|    if (PyCode_Check(source)) {
  ------------------
  |  |  164|      1|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
  |  |  ------------------
  |  |  |  |  215|      1|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1094|      0|        if (PySys_Audit("exec", "O", source) < 0) {
  ------------------
  |  Branch (1094:13): [True: 0, False: 0]
  ------------------
 1095|      0|            goto error;
 1096|      0|        }
 1097|       |
 1098|      0|        if (PyCode_GetNumFree((PyCodeObject *)source) > 0) {
  ------------------
  |  Branch (1098:13): [True: 0, False: 0]
  ------------------
 1099|      0|            PyErr_SetString(PyExc_TypeError,
 1100|      0|                "code object passed to eval() may not contain free variables");
 1101|      0|            goto error;
 1102|      0|        }
 1103|      0|        result = PyEval_EvalCode(source, globals, locals);
 1104|      0|    }
 1105|      1|    else {
 1106|      1|        PyCompilerFlags cf = _PyCompilerFlags_INIT;
  ------------------
  |  |   33|      1|    (PyCompilerFlags){.cf_flags = 0, .cf_feature_version = PY_MINOR_VERSION}
  |  |  ------------------
  |  |  |  |   24|      1|#define PY_MINOR_VERSION        16
  |  |  ------------------
  ------------------
 1107|      1|        cf.cf_flags = PyCF_SOURCE_IS_UTF8;
  ------------------
  |  |   15|      1|#define PyCF_SOURCE_IS_UTF8  0x0100
  ------------------
 1108|      1|        str = _Py_SourceAsString(source, "eval", "string, bytes or code", &cf, &source_copy);
 1109|      1|        if (str == NULL)
  ------------------
  |  Branch (1109:13): [True: 0, False: 1]
  ------------------
 1110|      0|            goto error;
 1111|       |
 1112|      1|        while (*str == ' ' || *str == '\t')
  ------------------
  |  Branch (1112:16): [True: 0, False: 1]
  |  Branch (1112:31): [True: 0, False: 1]
  ------------------
 1113|      0|            str++;
 1114|       |
 1115|      1|        (void)PyEval_MergeCompilerFlags(&cf);
 1116|       |#ifdef Py_GIL_DISABLED
 1117|       |        // Don't immortalize code constants for explicit eval() calls
 1118|       |        // to avoid memory leaks.
 1119|       |        _PyThreadStateImpl *tstate = (_PyThreadStateImpl *)_PyThreadState_GET();
 1120|       |        tstate->suppress_co_const_immortalization++;
 1121|       |#endif
 1122|      1|        result = PyRun_StringFlags(str, Py_eval_input, globals, locals, &cf);
  ------------------
  |  |   10|      1|#define Py_eval_input 258
  ------------------
 1123|       |#ifdef Py_GIL_DISABLED
 1124|       |        tstate->suppress_co_const_immortalization--;
 1125|       |#endif
 1126|      1|        Py_XDECREF(source_copy);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1127|      1|    }
 1128|       |
 1129|      1|  error:
 1130|      1|    Py_XDECREF(globals);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1131|      1|    Py_XDECREF(locals);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1132|      1|    return result;
 1133|      1|}
bltinmodule.c:builtin_exec_impl:
 1160|     41|{
 1161|     41|    PyThreadState *tstate = _PyThreadState_GET();
 1162|     41|    PyObject *v;
 1163|       |
 1164|     41|    int fromframe = 0;
 1165|     41|    if (globals != Py_None) {
  ------------------
  |  |  616|     41|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1165:9): [True: 41, False: 0]
  ------------------
 1166|     41|        Py_INCREF(globals);
  ------------------
  |  |  310|     41|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1167|     41|    }
 1168|      0|    else if (_PyEval_GetFrame() != NULL) {
  ------------------
  |  Branch (1168:14): [True: 0, False: 0]
  ------------------
 1169|      0|        fromframe = 1;
 1170|      0|        globals = PyEval_GetGlobals();
 1171|      0|        assert(globals != NULL);
  ------------------
  |  Branch (1171:9): [True: 0, False: 0]
  ------------------
 1172|      0|        Py_INCREF(globals);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1173|      0|    }
 1174|      0|    else {
 1175|      0|        globals = _PyEval_GetGlobalsFromRunningMain(tstate);
 1176|      0|        if (globals == NULL) {
  ------------------
  |  Branch (1176:13): [True: 0, False: 0]
  ------------------
 1177|      0|            if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1177:17): [True: 0, False: 0]
  ------------------
 1178|      0|                PyErr_SetString(PyExc_SystemError,
 1179|      0|                                "globals and locals cannot be NULL");
 1180|      0|            }
 1181|      0|            goto error;
 1182|      0|        }
 1183|      0|        Py_INCREF(globals);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1184|      0|    }
 1185|       |
 1186|     41|    if (locals != Py_None) {
  ------------------
  |  |  616|     41|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1186:9): [True: 0, False: 41]
  ------------------
 1187|      0|        Py_INCREF(locals);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1188|      0|    }
 1189|     41|    else if (fromframe) {
  ------------------
  |  Branch (1189:14): [True: 0, False: 41]
  ------------------
 1190|      0|        locals = _PyEval_GetFrameLocals();
 1191|      0|        if (locals == NULL) {
  ------------------
  |  Branch (1191:13): [True: 0, False: 0]
  ------------------
 1192|      0|            assert(PyErr_Occurred());
  ------------------
  |  Branch (1192:13): [True: 0, False: 0]
  ------------------
 1193|      0|            Py_DECREF(globals);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1194|      0|            return NULL;
 1195|      0|        }
 1196|      0|    }
 1197|     41|    else {
 1198|     41|        locals = Py_NewRef(globals);
  ------------------
  |  |  550|     41|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1199|     41|    }
 1200|       |
 1201|     41|    if (!PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|     41|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|     41|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     82|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 41, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1202|      0|        PyErr_Format(PyExc_TypeError,
 1203|      0|                     "exec() globals must be a dict or a frozendict, not %T",
 1204|      0|                     globals);
 1205|      0|        goto error;
 1206|      0|    }
 1207|     41|    if (!PyMapping_Check(locals)) {
  ------------------
  |  Branch (1207:9): [True: 0, False: 41]
  ------------------
 1208|      0|        PyErr_Format(PyExc_TypeError,
 1209|      0|            "locals must be a mapping or None, not %.100s",
 1210|      0|            Py_TYPE(locals)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1211|      0|        goto error;
 1212|      0|    }
 1213|       |
 1214|     41|    if (_PyEval_EnsureBuiltins(tstate, globals, NULL) < 0) {
  ------------------
  |  Branch (1214:9): [True: 0, False: 41]
  ------------------
 1215|      0|        goto error;
 1216|      0|    }
 1217|       |
 1218|     41|    if (closure == Py_None) {
  ------------------
  |  |  616|     41|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1218:9): [True: 0, False: 41]
  ------------------
 1219|      0|        closure = NULL;
 1220|      0|    }
 1221|       |
 1222|     41|    if (PyCode_Check(source)) {
  ------------------
  |  |  164|     41|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
  |  |  ------------------
  |  |  |  |  215|     41|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 41, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1223|     41|        Py_ssize_t num_free = PyCode_GetNumFree((PyCodeObject *)source);
 1224|     41|        if (num_free == 0) {
  ------------------
  |  Branch (1224:13): [True: 41, False: 0]
  ------------------
 1225|     41|            if (closure) {
  ------------------
  |  Branch (1225:17): [True: 0, False: 41]
  ------------------
 1226|      0|                PyErr_SetString(PyExc_TypeError,
 1227|      0|                    "cannot use a closure with this code object");
 1228|      0|                goto error;
 1229|      0|            }
 1230|     41|        } else {
 1231|      0|            int closure_is_ok =
 1232|      0|                closure
  ------------------
  |  Branch (1232:17): [True: 0, False: 0]
  ------------------
 1233|      0|                && PyTuple_CheckExact(closure)
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1234|      0|                && (PyTuple_GET_SIZE(closure) == num_free);
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1234:20): [True: 0, False: 0]
  ------------------
 1235|      0|            if (closure_is_ok) {
  ------------------
  |  Branch (1235:17): [True: 0, False: 0]
  ------------------
 1236|      0|                for (Py_ssize_t i = 0; i < num_free; i++) {
  ------------------
  |  Branch (1236:40): [True: 0, False: 0]
  ------------------
 1237|      0|                    PyObject *cell = PyTuple_GET_ITEM(closure, i);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1237:38): [True: 0, False: 0]
  ------------------
 1238|      0|                    if (!PyCell_Check(cell)) {
  ------------------
  |  |   18|      0|#define PyCell_Check(op) Py_IS_TYPE((op), &PyCell_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1238:25): [True: 0, False: 0]
  ------------------
 1239|      0|                        closure_is_ok = 0;
 1240|      0|                        break;
 1241|      0|                    }
 1242|      0|                }
 1243|      0|            }
 1244|      0|            if (!closure_is_ok) {
  ------------------
  |  Branch (1244:17): [True: 0, False: 0]
  ------------------
 1245|      0|                PyErr_Format(PyExc_TypeError,
 1246|      0|                    "code object requires a closure of exactly length %zd",
 1247|      0|                    num_free);
 1248|      0|                goto error;
 1249|      0|            }
 1250|      0|        }
 1251|       |
 1252|     41|        if (PySys_Audit("exec", "O", source) < 0) {
  ------------------
  |  Branch (1252:13): [True: 0, False: 41]
  ------------------
 1253|      0|            goto error;
 1254|      0|        }
 1255|       |
 1256|     41|        if (!closure) {
  ------------------
  |  Branch (1256:13): [True: 41, False: 0]
  ------------------
 1257|     41|            v = PyEval_EvalCode(source, globals, locals);
 1258|     41|        } else {
 1259|      0|            v = PyEval_EvalCodeEx(source, globals, locals,
 1260|      0|                NULL, 0,
 1261|      0|                NULL, 0,
 1262|      0|                NULL, 0,
 1263|      0|                NULL,
 1264|      0|                closure);
 1265|      0|        }
 1266|     41|    }
 1267|      0|    else {
 1268|      0|        if (closure != NULL) {
  ------------------
  |  Branch (1268:13): [True: 0, False: 0]
  ------------------
 1269|      0|            PyErr_SetString(PyExc_TypeError,
 1270|      0|                "closure can only be used when source is a code object");
 1271|      0|            goto error;
 1272|      0|        }
 1273|      0|        PyObject *source_copy;
 1274|      0|        const char *str;
 1275|      0|        PyCompilerFlags cf = _PyCompilerFlags_INIT;
  ------------------
  |  |   33|      0|    (PyCompilerFlags){.cf_flags = 0, .cf_feature_version = PY_MINOR_VERSION}
  |  |  ------------------
  |  |  |  |   24|      0|#define PY_MINOR_VERSION        16
  |  |  ------------------
  ------------------
 1276|      0|        cf.cf_flags = PyCF_SOURCE_IS_UTF8;
  ------------------
  |  |   15|      0|#define PyCF_SOURCE_IS_UTF8  0x0100
  ------------------
 1277|      0|        str = _Py_SourceAsString(source, "exec",
 1278|      0|                                       "string, bytes or code", &cf,
 1279|      0|                                       &source_copy);
 1280|      0|        if (str == NULL)
  ------------------
  |  Branch (1280:13): [True: 0, False: 0]
  ------------------
 1281|      0|            goto error;
 1282|      0|        if (PyEval_MergeCompilerFlags(&cf))
  ------------------
  |  Branch (1282:13): [True: 0, False: 0]
  ------------------
 1283|      0|            v = PyRun_StringFlags(str, Py_file_input, globals,
  ------------------
  |  |    9|      0|#define Py_file_input 257
  ------------------
 1284|      0|                                  locals, &cf);
 1285|      0|        else
 1286|      0|            v = PyRun_String(str, Py_file_input, globals, locals);
  ------------------
  |  |   76|      0|#define PyRun_String(str, s, g, l) PyRun_StringFlags((str), (s), (g), (l), NULL)
  ------------------
 1287|      0|        Py_XDECREF(source_copy);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1288|      0|    }
 1289|     41|    if (v == NULL)
  ------------------
  |  Branch (1289:9): [True: 0, False: 41]
  ------------------
 1290|      0|        goto error;
 1291|     41|    Py_DECREF(globals);
  ------------------
  |  |  430|     41|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1292|     41|    Py_DECREF(locals);
  ------------------
  |  |  430|     41|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1293|     41|    Py_DECREF(v);
  ------------------
  |  |  430|     41|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1294|     41|    Py_RETURN_NONE;
  ------------------
  |  |  628|     41|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     41|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1295|       |
 1296|      0|  error:
 1297|      0|    Py_XDECREF(globals);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1298|      0|    Py_XDECREF(locals);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1299|       |    return NULL;
 1300|     41|}
bltinmodule.c:builtin_getattr:
 1306|    814|{
 1307|    814|    PyObject *v, *name, *result;
 1308|       |
 1309|    814|    if (!_PyArg_CheckPositional("getattr", nargs, 2, 3))
  ------------------
  |  |   31|    814|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 814, False: 0]
  |  |  |  Branch (31:27): [True: 814, False: 0]
  |  |  ------------------
  |  |   32|    814|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1310|      0|        return NULL;
 1311|       |
 1312|    814|    v = args[0];
 1313|    814|    name = args[1];
 1314|    814|    if (nargs > 2) {
  ------------------
  |  Branch (1314:9): [True: 624, False: 190]
  ------------------
 1315|    624|        if (PyObject_GetOptionalAttr(v, name, &result) == 0) {
  ------------------
  |  Branch (1315:13): [True: 110, False: 514]
  ------------------
 1316|    110|            PyObject *dflt = args[2];
 1317|    110|            return Py_NewRef(dflt);
  ------------------
  |  |  550|    110|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    110|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    110|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1318|    110|        }
 1319|    624|    }
 1320|    190|    else {
 1321|    190|        result = PyObject_GetAttr(v, name);
 1322|    190|    }
 1323|    704|    return result;
 1324|    814|}
bltinmodule.c:builtin_globals_impl:
 1346|     40|{
 1347|     40|    PyObject *globals;
 1348|     40|    if (_PyEval_GetFrame() != NULL) {
  ------------------
  |  Branch (1348:9): [True: 40, False: 0]
  ------------------
 1349|     40|        globals = PyEval_GetGlobals();
 1350|     40|        assert(globals != NULL);
  ------------------
  |  Branch (1350:9): [True: 40, False: 0]
  ------------------
 1351|     40|        return Py_NewRef(globals);
  ------------------
  |  |  550|     40|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1352|     40|    }
 1353|      0|    PyThreadState *tstate = _PyThreadState_GET();
 1354|      0|    globals = _PyEval_GetGlobalsFromRunningMain(tstate);
 1355|      0|    if (globals == NULL) {
  ------------------
  |  Branch (1355:9): [True: 0, False: 0]
  ------------------
 1356|      0|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1356:13): [True: 0, False: 0]
  ------------------
 1357|      0|            return NULL;
 1358|      0|        }
 1359|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1360|      0|    }
 1361|      0|    return Py_NewRef(globals);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1362|      0|}
bltinmodule.c:builtin_hasattr_impl:
 1380|    269|{
 1381|    269|    PyObject *v;
 1382|       |
 1383|    269|    if (PyObject_GetOptionalAttr(obj, name, &v) < 0) {
  ------------------
  |  Branch (1383:9): [True: 0, False: 269]
  ------------------
 1384|      0|        return NULL;
 1385|      0|    }
 1386|    269|    if (v == NULL) {
  ------------------
  |  Branch (1386:9): [True: 77, False: 192]
  ------------------
 1387|     77|        Py_RETURN_FALSE;
  ------------------
  |  |   45|     77|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|     77|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     77|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     77|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1388|     77|    }
 1389|    192|    Py_DECREF(v);
  ------------------
  |  |  430|    192|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    192|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    192|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1390|    192|    Py_RETURN_TRUE;
  ------------------
  |  |   44|    192|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|    192|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    192|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    192|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1391|    269|}
bltinmodule.c:builtin_isinstance_impl:
 3114|     52|{
 3115|     52|    int retval;
 3116|       |
 3117|     52|    retval = PyObject_IsInstance(obj, class_or_tuple);
 3118|     52|    if (retval < 0)
  ------------------
  |  Branch (3118:9): [True: 0, False: 52]
  ------------------
 3119|      0|        return NULL;
 3120|     52|    return PyBool_FromLong(retval);
 3121|     52|}
bltinmodule.c:builtin_issubclass_impl:
 3142|     10|{
 3143|     10|    int retval;
 3144|       |
 3145|     10|    retval = PyObject_IsSubclass(cls, class_or_tuple);
 3146|     10|    if (retval < 0)
  ------------------
  |  Branch (3146:9): [True: 0, False: 10]
  ------------------
 3147|      0|        return NULL;
 3148|     10|    return PyBool_FromLong(retval);
 3149|     10|}
bltinmodule.c:builtin_iter:
 1887|     26|{
 1888|     26|    PyObject *v;
 1889|       |
 1890|     26|    if (!_PyArg_CheckPositional("iter", nargs, 1, 2))
  ------------------
  |  |   31|     26|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 26, False: 0]
  |  |  |  Branch (31:27): [True: 26, False: 0]
  |  |  ------------------
  |  |   32|     26|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1891|      0|        return NULL;
 1892|     26|    v = args[0];
 1893|     26|    if (nargs == 1)
  ------------------
  |  Branch (1893:9): [True: 26, False: 0]
  ------------------
 1894|     26|        return PyObject_GetIter(v);
 1895|      0|    if (!PyCallable_Check(v)) {
  ------------------
  |  Branch (1895:9): [True: 0, False: 0]
  ------------------
 1896|      0|        PyErr_SetString(PyExc_TypeError,
 1897|      0|                        "iter(v, w): v must be callable");
 1898|      0|        return NULL;
 1899|      0|    }
 1900|      0|    PyObject *sentinel = args[1];
 1901|      0|    return PyCallIter_New(v, sentinel);
 1902|      0|}
bltinmodule.c:builtin_len:
 1987|     64|{
 1988|     64|    Py_ssize_t res;
 1989|       |
 1990|     64|    res = PyObject_Size(obj);
 1991|     64|    if (res < 0) {
  ------------------
  |  Branch (1991:9): [True: 0, False: 64]
  ------------------
 1992|      0|        assert(PyErr_Occurred());
  ------------------
  |  Branch (1992:9): [True: 0, False: 0]
  ------------------
 1993|      0|        return NULL;
 1994|      0|    }
 1995|     64|    return PyLong_FromSsize_t(res);
 1996|     64|}
bltinmodule.c:builtin_max:
 2169|     17|{
 2170|     17|    return min_max(args, nargs, kwnames, Py_GT);
  ------------------
  |  |  656|     17|#define Py_GT 4
  ------------------
 2171|     17|}
bltinmodule.c:min_max:
 2033|    113|{
 2034|    113|    PyObject *it = NULL, *item, *val, *maxitem, *maxval, *keyfunc=NULL;
 2035|    113|    PyObject *defaultval = NULL;
 2036|    113|    static const char * const keywords[] = {"key", "default", NULL};
 2037|    113|    static _PyArg_Parser _parser_min = {"|$OO:min", keywords, 0};
 2038|    113|    static _PyArg_Parser _parser_max = {"|$OO:max", keywords, 0};
 2039|    113|    const char *name = (op == Py_LT) ? "min" : "max";
  ------------------
  |  |  652|    113|#define Py_LT 0
  ------------------
  |  Branch (2039:24): [True: 96, False: 17]
  ------------------
 2040|    113|    _PyArg_Parser *_parser = (op == Py_LT) ? &_parser_min : &_parser_max;
  ------------------
  |  |  652|    113|#define Py_LT 0
  ------------------
  |  Branch (2040:30): [True: 96, False: 17]
  ------------------
 2041|       |
 2042|    113|    if (nargs == 0) {
  ------------------
  |  Branch (2042:9): [True: 0, False: 113]
  ------------------
 2043|      0|        PyErr_Format(PyExc_TypeError, "%s expected at least 1 argument, got 0", name);
 2044|      0|        return NULL;
 2045|      0|    }
 2046|       |
 2047|    113|    if (kwnames != NULL && !_PyArg_ParseStackAndKeywords(args + nargs, 0, kwnames, _parser,
  ------------------
  |  Branch (2047:9): [True: 0, False: 113]
  |  Branch (2047:28): [True: 0, False: 0]
  ------------------
 2048|      0|                                                         &keyfunc, &defaultval)) {
 2049|      0|        return NULL;
 2050|      0|    }
 2051|       |
 2052|    113|    const int positional = nargs > 1; // False iff nargs == 1
 2053|    113|    if (positional && defaultval != NULL) {
  ------------------
  |  Branch (2053:9): [True: 98, False: 15]
  |  Branch (2053:23): [True: 0, False: 98]
  ------------------
 2054|      0|        PyErr_Format(PyExc_TypeError,
 2055|      0|                        "Cannot specify a default for %s() with multiple "
 2056|      0|                        "positional arguments", name);
 2057|      0|        return NULL;
 2058|      0|    }
 2059|       |
 2060|    113|    if (!positional) {
  ------------------
  |  Branch (2060:9): [True: 15, False: 98]
  ------------------
 2061|     15|        it = PyObject_GetIter(args[0]);
 2062|     15|        if (it == NULL) {
  ------------------
  |  Branch (2062:13): [True: 0, False: 15]
  ------------------
 2063|      0|            return NULL;
 2064|      0|        }
 2065|     15|    }
 2066|       |
 2067|    113|    if (keyfunc == Py_None) {
  ------------------
  |  |  616|    113|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2067:9): [True: 0, False: 113]
  ------------------
 2068|      0|        keyfunc = NULL;
 2069|      0|    }
 2070|       |
 2071|    113|    maxitem = NULL; /* the result */
 2072|    113|    maxval = NULL;  /* the value associated with the result */
 2073|    324|    while (1) {
  ------------------
  |  Branch (2073:12): [True: 324, Folded]
  ------------------
 2074|    324|        if (it == NULL) {
  ------------------
  |  Branch (2074:13): [True: 294, False: 30]
  ------------------
 2075|    294|            if (nargs-- <= 0) {
  ------------------
  |  Branch (2075:17): [True: 98, False: 196]
  ------------------
 2076|     98|                break;
 2077|     98|            }
 2078|    196|            item = *args++;
 2079|    196|            Py_INCREF(item);
  ------------------
  |  |  310|    196|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    196|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    196|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2080|    196|        }
 2081|     30|        else {
 2082|     30|            item = PyIter_Next(it);
 2083|     30|            if (item == NULL) {
  ------------------
  |  Branch (2083:17): [True: 15, False: 15]
  ------------------
 2084|     15|                if (PyErr_Occurred()) {
  ------------------
  |  Branch (2084:21): [True: 0, False: 15]
  ------------------
 2085|      0|                    goto Fail_it;
 2086|      0|                }
 2087|     15|                break;
 2088|     15|            }
 2089|     30|        }
 2090|       |
 2091|       |        /* get the value from the key function */
 2092|    211|        if (keyfunc != NULL) {
  ------------------
  |  Branch (2092:13): [True: 0, False: 211]
  ------------------
 2093|      0|            val = PyObject_CallOneArg(keyfunc, item);
 2094|      0|            if (val == NULL)
  ------------------
  |  Branch (2094:17): [True: 0, False: 0]
  ------------------
 2095|      0|                goto Fail_it_item;
 2096|      0|        }
 2097|       |        /* no key function; the value is the item */
 2098|    211|        else {
 2099|    211|            val = Py_NewRef(item);
  ------------------
  |  |  550|    211|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    211|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    211|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2100|    211|        }
 2101|       |
 2102|       |        /* maximum value and item are unset; set them */
 2103|    211|        if (maxval == NULL) {
  ------------------
  |  Branch (2103:13): [True: 113, False: 98]
  ------------------
 2104|    113|            maxitem = item;
 2105|    113|            maxval = val;
 2106|    113|        }
 2107|       |        /* maximum value and item are set; update them as necessary */
 2108|     98|        else {
 2109|     98|            int cmp = PyObject_RichCompareBool(val, maxval, op);
 2110|     98|            if (cmp < 0)
  ------------------
  |  Branch (2110:17): [True: 0, False: 98]
  ------------------
 2111|      0|                goto Fail_it_item_and_val;
 2112|     98|            else if (cmp > 0) {
  ------------------
  |  Branch (2112:22): [True: 4, False: 94]
  ------------------
 2113|      4|                Py_DECREF(maxval);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2114|      4|                Py_DECREF(maxitem);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2115|      4|                maxval = val;
 2116|      4|                maxitem = item;
 2117|      4|            }
 2118|     94|            else {
 2119|     94|                Py_DECREF(item);
  ------------------
  |  |  430|     94|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2120|     94|                Py_DECREF(val);
  ------------------
  |  |  430|     94|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2121|     94|            }
 2122|     98|        }
 2123|    211|    }
 2124|    113|    if (maxval == NULL) {
  ------------------
  |  Branch (2124:9): [True: 0, False: 113]
  ------------------
 2125|      0|        assert(maxitem == NULL);
  ------------------
  |  Branch (2125:9): [True: 0, False: 0]
  ------------------
 2126|      0|        if (defaultval != NULL) {
  ------------------
  |  Branch (2126:13): [True: 0, False: 0]
  ------------------
 2127|      0|            maxitem = Py_NewRef(defaultval);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2128|      0|        } else {
 2129|      0|            PyErr_Format(PyExc_ValueError,
 2130|      0|                         "%s() iterable argument is empty", name);
 2131|      0|        }
 2132|      0|    }
 2133|    113|    else
 2134|    113|        Py_DECREF(maxval);
  ------------------
  |  |  430|    113|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    113|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    113|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2135|    113|    Py_XDECREF(it);
  ------------------
  |  |  524|    113|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    113|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    113|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2136|    113|    return maxitem;
 2137|       |
 2138|      0|Fail_it_item_and_val:
 2139|      0|    Py_DECREF(val);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2140|      0|Fail_it_item:
 2141|      0|    Py_DECREF(item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2142|      0|Fail_it:
 2143|      0|    Py_XDECREF(maxval);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2144|      0|    Py_XDECREF(maxitem);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2145|      0|    Py_XDECREF(it);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2146|       |    return NULL;
 2147|      0|}
bltinmodule.c:builtin_min:
 2152|     96|{
 2153|     96|    return min_max(args, nargs, kwnames, Py_LT);
  ------------------
  |  |  652|     96|#define Py_LT 0
  ------------------
 2154|     96|}
bltinmodule.c:builtin_next:
 1750|      2|{
 1751|      2|    PyObject *it, *res;
 1752|       |
 1753|      2|    if (!_PyArg_CheckPositional("next", nargs, 1, 2))
  ------------------
  |  |   31|      2|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 2, False: 0]
  |  |  |  Branch (31:27): [True: 2, False: 0]
  |  |  ------------------
  |  |   32|      2|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1754|      0|        return NULL;
 1755|       |
 1756|      2|    it = args[0];
 1757|      2|    if (!PyIter_Check(it)) {
  ------------------
  |  Branch (1757:9): [True: 0, False: 2]
  ------------------
 1758|      0|        PyErr_Format(PyExc_TypeError,
 1759|      0|            "'%.200s' object is not an iterator",
 1760|      0|            Py_TYPE(it)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1761|      0|        return NULL;
 1762|      0|    }
 1763|       |
 1764|      2|    res = (*Py_TYPE(it)->tp_iternext)(it);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1765|      2|    if (res != NULL) {
  ------------------
  |  Branch (1765:9): [True: 0, False: 2]
  ------------------
 1766|      0|        return res;
 1767|      2|    } else if (nargs > 1) {
  ------------------
  |  Branch (1767:16): [True: 2, False: 0]
  ------------------
 1768|      2|        PyObject *def = args[1];
 1769|      2|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1769:13): [True: 0, False: 2]
  ------------------
 1770|      0|            if(!PyErr_ExceptionMatches(PyExc_StopIteration))
  ------------------
  |  Branch (1770:16): [True: 0, False: 0]
  ------------------
 1771|      0|                return NULL;
 1772|      0|            PyErr_Clear();
 1773|      0|        }
 1774|      2|        return Py_NewRef(def);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1775|      2|    } else if (PyErr_Occurred()) {
  ------------------
  |  Branch (1775:16): [True: 0, False: 0]
  ------------------
 1776|      0|        return NULL;
 1777|      0|    } else {
 1778|      0|        PyErr_SetNone(PyExc_StopIteration);
 1779|       |        return NULL;
 1780|      0|    }
 1781|      2|}
bltinmodule.c:builtin_ord:
 2221|     54|{
 2222|     54|    long ord;
 2223|     54|    Py_ssize_t size;
 2224|       |
 2225|     54|    if (PyBytes_Check(c)) {
  ------------------
  |  |   28|     54|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     54|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 54]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2226|      0|        size = PyBytes_GET_SIZE(c);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2227|      0|        if (size == 1) {
  ------------------
  |  Branch (2227:13): [True: 0, False: 0]
  ------------------
 2228|      0|            ord = (long)((unsigned char)*PyBytes_AS_STRING(c));
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2229|      0|            return PyLong_FromLong(ord);
 2230|      0|        }
 2231|      0|    }
 2232|     54|    else if (PyUnicode_Check(c)) {
  ------------------
  |  |  103|     54|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     54|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 54, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2233|     54|        size = PyUnicode_GET_LENGTH(c);
  ------------------
  |  |  299|     54|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2234|     54|        if (size == 1) {
  ------------------
  |  Branch (2234:13): [True: 54, False: 0]
  ------------------
 2235|     54|            ord = (long)PyUnicode_READ_CHAR(c, 0);
  ------------------
  |  |  381|     54|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2236|     54|            return PyLong_FromLong(ord);
 2237|     54|        }
 2238|     54|    }
 2239|      0|    else if (PyByteArray_Check(c)) {
  ------------------
  |  |   24|      0|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2240|       |        /* XXX Hopefully this is temporary */
 2241|      0|        size = PyByteArray_GET_SIZE(c);
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2242|      0|        if (size == 1) {
  ------------------
  |  Branch (2242:13): [True: 0, False: 0]
  ------------------
 2243|      0|            ord = (long)((unsigned char)*PyByteArray_AS_STRING(c));
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2244|      0|            return PyLong_FromLong(ord);
 2245|      0|        }
 2246|      0|    }
 2247|      0|    else {
 2248|      0|        PyErr_Format(PyExc_TypeError,
 2249|      0|                     "ord() expected string of length 1, but " \
 2250|      0|                     "%.200s found", Py_TYPE(c)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2251|      0|        return NULL;
 2252|      0|    }
 2253|       |
 2254|      0|    PyErr_Format(PyExc_TypeError,
 2255|      0|                 "ord() expected a character, "
 2256|      0|                 "but string of length %zd found",
 2257|      0|                 size);
 2258|       |    return NULL;
 2259|     54|}
bltinmodule.c:builtin_setattr_impl:
 1807|    139|{
 1808|    139|    if (PyObject_SetAttr(obj, name, value) != 0)
  ------------------
  |  Branch (1808:9): [True: 0, False: 139]
  ------------------
 1809|      0|        return NULL;
 1810|    139|    Py_RETURN_NONE;
  ------------------
  |  |  628|    139|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    139|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 1811|    139|}
bltinmodule.c:builtin_sorted:
 2729|      6|{
 2730|      6|    PyObject *newlist, *v, *seq, *callable;
 2731|       |
 2732|       |    /* Keyword arguments are passed through list.sort() which will check
 2733|       |       them. */
 2734|      6|    if (!_PyArg_UnpackStack(args, nargs, "sorted", 1, 1, &seq))
  ------------------
  |  Branch (2734:9): [True: 0, False: 6]
  ------------------
 2735|      0|        return NULL;
 2736|       |
 2737|      6|    newlist = PySequence_List(seq);
 2738|      6|    if (newlist == NULL)
  ------------------
  |  Branch (2738:9): [True: 0, False: 6]
  ------------------
 2739|      0|        return NULL;
 2740|       |
 2741|      6|    callable = PyObject_GetAttr(newlist, &_Py_ID(sort));
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2742|      6|    if (callable == NULL) {
  ------------------
  |  Branch (2742:9): [True: 0, False: 6]
  ------------------
 2743|      0|        Py_DECREF(newlist);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2744|      0|        return NULL;
 2745|      0|    }
 2746|       |
 2747|      6|    assert(nargs >= 1);
  ------------------
  |  Branch (2747:5): [True: 6, False: 0]
  ------------------
 2748|      6|    v = PyObject_Vectorcall(callable, args + 1, nargs - 1, kwnames);
 2749|      6|    Py_DECREF(callable);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2750|      6|    if (v == NULL) {
  ------------------
  |  Branch (2750:9): [True: 0, False: 6]
  ------------------
 2751|      0|        Py_DECREF(newlist);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2752|      0|        return NULL;
 2753|      0|    }
 2754|      6|    Py_DECREF(v);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2755|      6|    return newlist;
 2756|      6|}
bltinmodule.c:builtin_vars:
 2762|      2|{
 2763|      2|    PyObject *v = NULL;
 2764|      2|    PyObject *d;
 2765|       |
 2766|      2|    if (!PyArg_UnpackTuple(args, "vars", 0, 1, &v))
  ------------------
  |  Branch (2766:9): [True: 0, False: 2]
  ------------------
 2767|      0|        return NULL;
 2768|      2|    if (v == NULL) {
  ------------------
  |  Branch (2768:9): [True: 0, False: 2]
  ------------------
 2769|      0|        if (_PyEval_GetFrame() != NULL) {
  ------------------
  |  Branch (2769:13): [True: 0, False: 0]
  ------------------
 2770|      0|            d = _PyEval_GetFrameLocals();
 2771|      0|        }
 2772|      0|        else {
 2773|      0|            PyThreadState *tstate = _PyThreadState_GET();
 2774|      0|            d = _PyEval_GetGlobalsFromRunningMain(tstate);
 2775|      0|            if (d == NULL) {
  ------------------
  |  Branch (2775:17): [True: 0, False: 0]
  ------------------
 2776|      0|                if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2776:21): [True: 0, False: 0]
  ------------------
 2777|      0|                    d = _PyEval_GetFrameLocals();
 2778|      0|                    assert(_PyErr_Occurred(tstate));
  ------------------
  |  Branch (2778:21): [True: 0, False: 0]
  ------------------
 2779|      0|                }
 2780|      0|            }
 2781|      0|            else {
 2782|      0|                Py_INCREF(d);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2783|      0|            }
 2784|      0|        }
 2785|      0|    }
 2786|      2|    else {
 2787|      2|        if (PyObject_GetOptionalAttr(v, &_Py_ID(__dict__), &d) == 0) {
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2787:13): [True: 0, False: 2]
  ------------------
 2788|      0|            PyErr_SetString(PyExc_TypeError,
 2789|      0|                "vars() argument must have __dict__ attribute");
 2790|      0|        }
 2791|      2|    }
 2792|      2|    return d;
 2793|      2|}

_Py_HashRandomization_Init:
  554|      2|{
  555|      2|    void *secret = &_Py_HashSecret;
  556|      2|    Py_ssize_t secret_size = sizeof(_Py_HashSecret_t);
  557|       |
  558|      2|    if (_Py_HashSecret_Initialized) {
  ------------------
  |  Branch (558:9): [True: 0, False: 2]
  ------------------
  559|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  560|      0|    }
  561|      2|    _Py_HashSecret_Initialized = 1;
  562|       |
  563|      2|    if (config->use_hash_seed) {
  ------------------
  |  Branch (563:9): [True: 0, False: 2]
  ------------------
  564|      0|        if (config->hash_seed == 0) {
  ------------------
  |  Branch (564:13): [True: 0, False: 0]
  ------------------
  565|       |            /* disable the randomized hash */
  566|      0|            memset(secret, 0, secret_size);
  567|      0|        }
  568|      0|        else {
  569|       |            /* use the specified hash seed */
  570|      0|            lcg_urandom(config->hash_seed, secret, secret_size);
  571|      0|        }
  572|      0|    }
  573|      2|    else {
  574|       |        /* use a random hash seed */
  575|      2|        int res;
  576|       |
  577|       |        /* _PyRandom_Init() is called very early in the Python initialization
  578|       |           and so exceptions cannot be used (use raise=0).
  579|       |
  580|       |           _PyRandom_Init() must not block Python initialization: call
  581|       |           pyurandom() is non-blocking mode (blocking=0): see the PEP 524. */
  582|      2|        res = pyurandom(secret, secret_size, 0, 0);
  583|      2|        if (res < 0) {
  ------------------
  |  Branch (583:13): [True: 0, False: 2]
  ------------------
  584|      0|            return _PyStatus_ERR("failed to get random numbers "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  585|      0|                                 "to initialize Python");
  586|      0|        }
  587|      2|    }
  588|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  589|      2|}
bootstrap_hash.c:pyurandom:
  479|      2|{
  480|      2|#if defined(PY_GETRANDOM) || defined(PY_GETENTROPY)
  481|      2|    int res;
  482|      2|#endif
  483|       |
  484|      2|    if (size < 0) {
  ------------------
  |  Branch (484:9): [True: 0, False: 2]
  ------------------
  485|      0|        if (raise) {
  ------------------
  |  Branch (485:13): [True: 0, False: 0]
  ------------------
  486|      0|            PyErr_Format(PyExc_ValueError,
  487|      0|                         "negative argument not allowed");
  488|      0|        }
  489|      0|        return -1;
  490|      0|    }
  491|       |
  492|      2|    if (size == 0) {
  ------------------
  |  Branch (492:9): [True: 0, False: 2]
  ------------------
  493|      0|        return 0;
  494|      0|    }
  495|       |
  496|       |#ifdef MS_WINDOWS
  497|       |    return win32_urandom((unsigned char *)buffer, size, raise);
  498|       |#else
  499|       |
  500|      2|#if defined(PY_GETRANDOM) || defined(PY_GETENTROPY)
  501|      2|    if (HAVE_GETENTRYPY_GETRANDOM_RUNTIME) {
  ------------------
  |  |   40|      2|#  define HAVE_GETENTRYPY_GETRANDOM_RUNTIME 1
  |  |  ------------------
  |  |  |  Branch (40:45): [True: 2, Folded]
  |  |  ------------------
  ------------------
  502|      2|#ifdef PY_GETRANDOM
  503|      2|        res = py_getrandom(buffer, size, blocking, raise);
  504|       |#else
  505|       |        res = py_getentropy(buffer, size, raise);
  506|       |#endif
  507|      2|        if (res < 0) {
  ------------------
  |  Branch (507:13): [True: 0, False: 2]
  ------------------
  508|      0|            return -1;
  509|      0|        }
  510|      2|        if (res == 1) {
  ------------------
  |  Branch (510:13): [True: 2, False: 0]
  ------------------
  511|      2|            return 0;
  512|      2|        }
  513|       |        /* getrandom() or getentropy() function is not available: failed with
  514|       |           ENOSYS or EPERM. Fall back on reading from /dev/urandom. */
  515|      2|        } /* end of availability block */
  516|      0|#endif
  517|       |
  518|      0|    return dev_urandom(buffer, size, raise);
  519|      2|#endif
  520|      2|}
bootstrap_hash.c:py_getrandom:
   93|      2|{
   94|       |    /* Is getrandom() supported by the running kernel? Set to 0 if getrandom()
   95|       |       failed with ENOSYS or EPERM. Need Linux kernel 3.17 or newer, or Solaris
   96|       |       11.3 or newer */
   97|      2|    static int getrandom_works = 1;
   98|      2|    int flags;
   99|      2|    char *dest;
  100|      2|    long n;
  101|       |
  102|      2|    if (!getrandom_works) {
  ------------------
  |  Branch (102:9): [True: 0, False: 2]
  ------------------
  103|      0|        return 0;
  104|      0|    }
  105|       |
  106|      2|    flags = blocking ? 0 : GRND_NONBLOCK;
  ------------------
  |  Branch (106:13): [True: 0, False: 2]
  ------------------
  107|      2|    dest = buffer;
  108|      4|    while (0 < size) {
  ------------------
  |  Branch (108:12): [True: 2, False: 2]
  ------------------
  109|       |#if defined(__sun) && defined(__SVR4)
  110|       |        /* Issue #26735: On Solaris, getrandom() is limited to returning up
  111|       |           to 1024 bytes. Call it multiple times if more bytes are
  112|       |           requested. */
  113|       |        n = Py_MIN(size, 1024);
  114|       |#else
  115|      2|        n = Py_MIN(size, LONG_MAX);
  ------------------
  |  |  112|      2|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  116|      2|#endif
  117|       |
  118|      2|        errno = 0;
  119|      2|#ifdef HAVE_GETRANDOM
  120|      2|        if (raise) {
  ------------------
  |  Branch (120:13): [True: 0, False: 2]
  ------------------
  121|      0|            Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|      0|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|      0|                        PyThreadState *_save; \
  |  |  121|      0|                        _save = PyEval_SaveThread();
  ------------------
  122|      0|            n = getrandom(dest, n, flags);
  123|      0|            Py_END_ALLOW_THREADS
  ------------------
  |  |  124|      0|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|      0|                 }
  ------------------
  124|      0|        }
  125|      2|        else {
  126|      2|            n = getrandom(dest, n, flags);
  127|      2|        }
  128|       |#else
  129|       |        /* On Linux, use the syscall() function because the GNU libc doesn't
  130|       |           expose the Linux getrandom() syscall yet. See:
  131|       |           https://sourceware.org/bugzilla/show_bug.cgi?id=17252 */
  132|       |        if (raise) {
  133|       |            Py_BEGIN_ALLOW_THREADS
  134|       |            n = syscall(SYS_getrandom, dest, n, flags);
  135|       |            Py_END_ALLOW_THREADS
  136|       |        }
  137|       |        else {
  138|       |            n = syscall(SYS_getrandom, dest, n, flags);
  139|       |        }
  140|       |#  ifdef _Py_MEMORY_SANITIZER
  141|       |        if (n > 0) {
  142|       |             __msan_unpoison(dest, n);
  143|       |        }
  144|       |#  endif
  145|       |#endif
  146|       |
  147|      2|        if (n < 0) {
  ------------------
  |  Branch (147:13): [True: 0, False: 2]
  ------------------
  148|       |            /* ENOSYS: the syscall is not supported by the kernel.
  149|       |               EPERM: the syscall is blocked by a security policy (ex: SECCOMP)
  150|       |               or something else. */
  151|      0|            if (errno == ENOSYS || errno == EPERM) {
  ------------------
  |  Branch (151:17): [True: 0, False: 0]
  |  Branch (151:36): [True: 0, False: 0]
  ------------------
  152|      0|                getrandom_works = 0;
  153|      0|                return 0;
  154|      0|            }
  155|       |
  156|       |            /* getrandom(GRND_NONBLOCK) fails with EAGAIN if the system urandom
  157|       |               is not initialized yet. For _PyRandom_Init(), we ignore the
  158|       |               error and fall back on reading /dev/urandom which never blocks,
  159|       |               even if the system urandom is not initialized yet:
  160|       |               see the PEP 524. */
  161|      0|            if (errno == EAGAIN && !raise && !blocking) {
  ------------------
  |  Branch (161:17): [True: 0, False: 0]
  |  Branch (161:36): [True: 0, False: 0]
  |  Branch (161:46): [True: 0, False: 0]
  ------------------
  162|      0|                return 0;
  163|      0|            }
  164|       |
  165|      0|            if (errno == EINTR) {
  ------------------
  |  Branch (165:17): [True: 0, False: 0]
  ------------------
  166|      0|                if (raise) {
  ------------------
  |  Branch (166:21): [True: 0, False: 0]
  ------------------
  167|      0|                    if (PyErr_CheckSignals()) {
  ------------------
  |  Branch (167:25): [True: 0, False: 0]
  ------------------
  168|      0|                        return -1;
  169|      0|                    }
  170|      0|                }
  171|       |
  172|       |                /* retry getrandom() if it was interrupted by a signal */
  173|      0|                continue;
  174|      0|            }
  175|       |
  176|      0|            if (raise) {
  ------------------
  |  Branch (176:17): [True: 0, False: 0]
  ------------------
  177|      0|                PyErr_SetFromErrno(PyExc_OSError);
  178|      0|            }
  179|      0|            return -1;
  180|      0|        }
  181|       |
  182|      2|        dest += n;
  183|      2|        size -= n;
  184|      2|    }
  185|      2|    return 1;
  186|      2|}

_Py_ReachedRecursionLimitWithMargin:
   30|    886|{
   31|    886|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
   32|    886|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
   33|    886|#if _Py_STACK_GROWS_DOWN
   34|    886|    if (here_addr > _tstate->c_stack_soft_limit + margin_count * _PyOS_STACK_MARGIN_BYTES) {
  ------------------
  |  |   55|    886|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|    886|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|    886|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (34:9): [True: 886, False: 0]
  ------------------
   35|       |#else
   36|       |    if (here_addr <= _tstate->c_stack_soft_limit - margin_count * _PyOS_STACK_MARGIN_BYTES) {
   37|       |#endif
   38|    886|        return 0;
   39|    886|    }
   40|      0|    if (_tstate->c_stack_hard_limit == 0) {
  ------------------
  |  Branch (40:9): [True: 0, False: 0]
  ------------------
   41|      0|        _Py_InitializeRecursionLimits(tstate);
   42|      0|    }
   43|      0|#if _Py_STACK_GROWS_DOWN
   44|      0|    return here_addr <= _tstate->c_stack_soft_limit + margin_count * _PyOS_STACK_MARGIN_BYTES &&
  ------------------
  |  |   55|      0|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      0|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      0|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (44:12): [True: 0, False: 0]
  ------------------
   45|      0|        here_addr >= _tstate->c_stack_soft_limit - 2 * _PyOS_STACK_MARGIN_BYTES;
  ------------------
  |  |   55|      0|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      0|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      0|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (45:9): [True: 0, False: 0]
  ------------------
   46|       |#else
   47|       |    return here_addr > _tstate->c_stack_soft_limit - margin_count * _PyOS_STACK_MARGIN_BYTES &&
   48|       |        here_addr <= _tstate->c_stack_soft_limit + 2 * _PyOS_STACK_MARGIN_BYTES;
   49|       |#endif
   50|    886|}
_Py_InitializeRecursionLimits:
  234|      2|{
  235|      2|    uintptr_t base, top;
  236|      2|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
  237|      2|    hardware_stack_limits(&base, &top, here_addr);
  238|      2|    assert(top != 0);
  ------------------
  |  Branch (238:5): [True: 2, False: 0]
  ------------------
  239|       |
  240|      2|    tstate_set_stack(tstate, base, top);
  241|      2|    _PyThreadStateImpl *ts = (_PyThreadStateImpl *)tstate;
  242|      2|    ts->c_stack_init_base = base;
  243|      2|    ts->c_stack_init_top = top;
  244|      2|}
PyEval_EvalCode:
  661|     46|{
  662|     46|    PyThreadState *tstate = _PyThreadState_GET();
  663|     46|    if (locals == NULL) {
  ------------------
  |  Branch (663:9): [True: 0, False: 46]
  ------------------
  664|      0|        locals = globals;
  665|      0|    }
  666|     46|    PyObject *builtins = _PyDict_LoadBuiltinsFromGlobals(globals);
  667|     46|    if (builtins == NULL) {
  ------------------
  |  Branch (667:9): [True: 0, False: 46]
  ------------------
  668|      0|        return NULL;
  669|      0|    }
  670|     46|    PyFrameConstructor desc = {
  671|     46|        .fc_globals = globals,
  672|     46|        .fc_builtins = builtins,
  673|     46|        .fc_name = ((PyCodeObject *)co)->co_name,
  674|     46|        .fc_qualname = ((PyCodeObject *)co)->co_name,
  675|     46|        .fc_code = co,
  676|     46|        .fc_defaults = NULL,
  677|     46|        .fc_kwdefaults = NULL,
  678|     46|        .fc_closure = NULL
  679|     46|    };
  680|     46|    PyFunctionObject *func = _PyFunction_FromConstructor(&desc);
  681|     46|    _Py_DECREF_BUILTINS(builtins);
  ------------------
  |  |  387|     46|#  define _Py_DECREF_BUILTINS Py_DECREF
  |  |  ------------------
  |  |  |  |   80|     46|    do { \
  |  |  |  |   81|     46|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|     46|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     46|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 46]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|     46|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     46|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|     46|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 46]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|     46|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  682|     46|    if (func == NULL) {
  ------------------
  |  Branch (682:9): [True: 0, False: 46]
  ------------------
  683|      0|        return NULL;
  684|      0|    }
  685|     46|    EVAL_CALL_STAT_INC(EVAL_CALL_LEGACY);
  ------------------
  |  |   79|     46|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
  686|     46|    PyObject *res = _PyEval_Vector(tstate, func, locals, NULL, 0, NULL);
  687|       |    Py_DECREF(func);
  ------------------
  |  |   80|     46|    do { \
  |  |   81|     46|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|     46|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|     46|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|     46|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|     46|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|     46|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 46, False: 0]
  |  |  ------------------
  |  |   88|     46|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|     46|    do { \
  |  |  |  |  113|     46|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|     46|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 46]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|     46|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 46]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|     46|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|     46|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     46|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     46|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|     46|            (*dealloc)(op); \
  |  |   91|     46|        } \
  |  |   92|     46|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 46]
  |  |  ------------------
  ------------------
  688|     46|    return res;
  689|     46|}
_Py_VectorCall_StackRefSteal:
  720|  1.99k|{
  721|  1.99k|    PyObject *res;
  722|  1.99k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  1.99k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  1.99k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  723|  1.99k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  1.99k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 1.99k]
  |  |  ------------------
  ------------------
  724|      0|        res = NULL;
  725|      0|        goto cleanup;
  726|      0|    }
  727|  1.99k|    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  728|  1.99k|    PyObject *kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  729|  1.99k|    int positional_args = total_args;
  730|  1.99k|    if (kwnames_o != NULL) {
  ------------------
  |  Branch (730:9): [True: 108, False: 1.88k]
  ------------------
  731|    108|        positional_args -= (int)PyTuple_GET_SIZE(kwnames_o);
  ------------------
  |  |   27|    108|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    108|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  732|    108|    }
  733|  1.99k|    res = PyObject_Vectorcall(
  734|  1.99k|        callable_o, args_o,
  735|  1.99k|        positional_args | PY_VECTORCALL_ARGUMENTS_OFFSET,
  ------------------
  |  |  287|  1.99k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  1.99k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  736|  1.99k|        kwnames_o);
  737|  1.99k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  1.99k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  738|  1.99k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (738:5): [True: 1.99k, False: 0]
  ------------------
  739|  1.99k|cleanup:
  740|  1.99k|    PyStackRef_XCLOSE(kwnames);
  741|       |    // arguments is a pointer into the GC visible stack,
  742|       |    // so we must NULL out values as we clear them.
  743|  3.71k|    for (int i = total_args-1; i >= 0; i--) {
  ------------------
  |  Branch (743:32): [True: 1.71k, False: 1.99k]
  ------------------
  744|  1.71k|        _PyStackRef tmp = arguments[i];
  745|  1.71k|        arguments[i] = PyStackRef_NULL;
  746|  1.71k|        PyStackRef_CLOSE(tmp);
  747|  1.71k|    }
  748|  1.99k|    PyStackRef_CLOSE(callable);
  749|  1.99k|    return res;
  750|  1.99k|}
_Py_VectorCallInstrumentation_StackRefSteal:
  762|  1.76k|{
  763|  1.76k|    PyObject* res;
  764|  1.76k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  1.76k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  1.76k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  765|  1.76k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  1.76k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 1.76k]
  |  |  ------------------
  ------------------
  766|      0|        res = NULL;
  767|      0|        goto cleanup;
  768|      0|    }
  769|  1.76k|    PyObject* callable_o = PyStackRef_AsPyObjectBorrow(callable);
  770|  1.76k|    PyObject* kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  771|  1.76k|    int positional_args = total_args;
  772|  1.76k|    if (kwnames_o != NULL) {
  ------------------
  |  Branch (772:9): [True: 43, False: 1.72k]
  ------------------
  773|     43|        positional_args -= (int)PyTuple_GET_SIZE(kwnames_o);
  ------------------
  |  |   27|     43|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     43|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     43|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  774|     43|    }
  775|  1.76k|    res = PyObject_Vectorcall(
  776|  1.76k|        callable_o, args_o,
  777|  1.76k|        positional_args | PY_VECTORCALL_ARGUMENTS_OFFSET,
  ------------------
  |  |  287|  1.76k|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|  1.76k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  778|  1.76k|        kwnames_o);
  779|  1.76k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  1.76k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  780|  1.76k|    if (call_instrumentation) {
  ------------------
  |  Branch (780:9): [True: 0, False: 1.76k]
  ------------------
  781|      0|        PyObject* arg = total_args == 0 ?
  ------------------
  |  Branch (781:25): [True: 0, False: 0]
  ------------------
  782|      0|            &_PyInstrumentation_MISSING : PyStackRef_AsPyObjectBorrow(arguments[0]);
  783|      0|        if (res == NULL) {
  ------------------
  |  Branch (783:13): [True: 0, False: 0]
  ------------------
  784|      0|            _Py_call_instrumentation_exc2(
  785|      0|                tstate, PY_MONITORING_EVENT_C_RAISE,
  ------------------
  |  |   45|      0|#define PY_MONITORING_EVENT_C_RAISE 17
  ------------------
  786|      0|                frame, this_instr, callable_o, arg);
  787|      0|        }
  788|      0|        else {
  789|      0|            int err = _Py_call_instrumentation_2args(
  790|      0|                tstate, PY_MONITORING_EVENT_C_RETURN,
  ------------------
  |  |   44|      0|#define PY_MONITORING_EVENT_C_RETURN 16
  ------------------
  791|      0|                frame, this_instr, callable_o, arg);
  792|      0|            if (err < 0) {
  ------------------
  |  Branch (792:17): [True: 0, False: 0]
  ------------------
  793|      0|                Py_CLEAR(res);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  794|      0|            }
  795|      0|        }
  796|      0|    }
  797|  1.76k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (797:5): [True: 1.76k, False: 0]
  ------------------
  798|  1.76k|cleanup:
  799|  1.76k|    PyStackRef_XCLOSE(kwnames);
  800|       |    // arguments is a pointer into the GC visible stack,
  801|       |    // so we must NULL out values as we clear them.
  802|  4.75k|    for (int i = total_args - 1; i >= 0; i--) {
  ------------------
  |  Branch (802:34): [True: 2.99k, False: 1.76k]
  ------------------
  803|  2.99k|        _PyStackRef tmp = arguments[i];
  804|  2.99k|        arguments[i] = PyStackRef_NULL;
  805|  2.99k|        PyStackRef_CLOSE(tmp);
  806|  2.99k|    }
  807|  1.76k|    PyStackRef_CLOSE(callable);
  808|  1.76k|    return res;
  809|  1.76k|}
_Py_BuiltinCallFast_StackRef:
  816|  1.51k|{
  817|  1.51k|    PyObject *res;
  818|  1.51k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  1.51k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  1.51k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  819|  1.51k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  1.51k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 1.51k]
  |  |  ------------------
  ------------------
  820|      0|        return NULL;
  821|      0|    }
  822|  1.51k|    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  823|  1.51k|    PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable_o);
  ------------------
  |  |   43|  1.51k|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|  1.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  824|  1.51k|    res = _PyCFunctionFast_CAST(cfunc)(
  ------------------
  |  |   58|  1.51k|    _Py_FUNC_CAST(PyCFunctionFast, func)
  |  |  ------------------
  |  |  |  |   47|  1.51k|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  825|  1.51k|        PyCFunction_GET_SELF(callable_o),
  ------------------
  |  |   52|  1.51k|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|  1.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  826|  1.51k|        args_o,
  827|  1.51k|        total_args
  828|  1.51k|    );
  829|  1.51k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  1.51k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  830|  1.51k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (830:5): [True: 1.51k, False: 0]
  ------------------
  831|  1.51k|    return res;
  832|  1.51k|}
_Py_BuiltinCallFastWithKeywords_StackRef:
  839|    535|{
  840|    535|    PyObject *res;
  841|    535|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|    535|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|    535|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  842|    535|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|    535|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 535]
  |  |  ------------------
  ------------------
  843|      0|        return NULL;
  844|      0|    }
  845|    535|    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  846|    535|    PyCFunctionFastWithKeywords cfunc =
  847|    535|        _PyCFunctionFastWithKeywords_CAST(PyCFunction_GET_FUNCTION(callable_o));
  ------------------
  |  |   62|    535|    _Py_FUNC_CAST(PyCFunctionFastWithKeywords, func)
  |  |  ------------------
  |  |  |  |   47|    535|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    535|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  848|    535|    res = cfunc(PyCFunction_GET_SELF(callable_o), args_o, total_args, NULL);
  ------------------
  |  |   52|    535|#define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    535|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    535|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  849|    535|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|    535|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  850|    535|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (850:5): [True: 535, False: 0]
  ------------------
  851|    535|    return res;
  852|    535|}
_PyCallMethodDescriptorFast_StackRef:
  861|  1.30k|{
  862|  1.30k|    PyObject *res;
  863|  1.30k|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|  1.30k|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|  1.30k|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  864|  1.30k|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|  1.30k|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 1.30k]
  |  |  ------------------
  ------------------
  865|      0|        return NULL;
  866|      0|    }
  867|  1.30k|    assert(self == PyStackRef_AsPyObjectBorrow(arguments[0]));
  ------------------
  |  Branch (867:5): [True: 1.30k, False: 0]
  ------------------
  868|       |
  869|  1.30k|    res = cfunc(self, (args_o + 1), total_args - 1);
  870|  1.30k|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|  1.30k|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  871|  1.30k|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (871:5): [True: 1.30k, False: 0]
  ------------------
  872|  1.30k|    return res;
  873|  1.30k|}
_PyCallMethodDescriptorFastWithKeywords_StackRef:
  882|     39|{
  883|     39|    PyObject *res;
  884|     39|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|     39|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|     39|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  885|     39|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|     39|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 39]
  |  |  ------------------
  ------------------
  886|      0|        return NULL;
  887|      0|    }
  888|     39|    assert(self == PyStackRef_AsPyObjectBorrow(arguments[0]));
  ------------------
  |  Branch (888:5): [True: 39, False: 0]
  ------------------
  889|       |
  890|     39|    res = cfunc(self, (args_o + 1), total_args-1, NULL);
  891|     39|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|     39|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  892|     39|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (892:5): [True: 39, False: 0]
  ------------------
  893|     39|    return res;
  894|     39|}
_Py_CallBuiltinClass_StackRef:
  901|    240|{
  902|    240|    PyObject *res;
  903|    240|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|    240|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|    240|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  904|    240|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|    240|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 240]
  |  |  ------------------
  ------------------
  905|      0|        return NULL;
  906|      0|    }
  907|    240|    PyTypeObject *tp = (PyTypeObject *)PyStackRef_AsPyObjectBorrow(callable);
  908|    240|    res = tp->tp_vectorcall((PyObject *)tp, args_o, total_args | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
  ------------------
  |  |  287|    240|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  ------------------
  |  |  |  |   34|    240|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  909|    240|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|    240|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  910|    240|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (910:5): [True: 240, False: 0]
  ------------------
  911|    240|    return res;
  912|    240|}
_Py_BuildString_StackRefSteal:
  918|    189|{
  919|    189|    PyObject *res;
  920|    189|    STACKREFS_TO_PYOBJECTS(arguments, total_args, args_o);
  ------------------
  |  |  500|    189|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|    189|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  921|    189|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|    189|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 189]
  |  |  ------------------
  ------------------
  922|      0|        res = NULL;
  923|      0|        goto cleanup;
  924|      0|    }
  925|    189|    res = _PyUnicode_JoinArray(&_Py_STR(empty), args_o, total_args);
  ------------------
  |  |  919|    189|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    189|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    189|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  926|    189|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|    189|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  927|    189|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (927:5): [True: 189, False: 0]
  ------------------
  928|    189|cleanup:
  929|       |    // arguments is a pointer into the GC visible stack,
  930|       |    // so we must NULL out values as we clear them.
  931|    794|    for (int i = total_args-1; i >= 0; i--) {
  ------------------
  |  Branch (931:32): [True: 605, False: 189]
  ------------------
  932|    605|        _PyStackRef tmp = arguments[i];
  933|    605|        arguments[i] = PyStackRef_NULL;
  934|    605|        PyStackRef_CLOSE(tmp);
  935|    605|    }
  936|    189|    return res;
  937|    189|}
_Py_BuildMap_StackRefSteal:
  943|    560|{
  944|    560|    PyObject *res;
  945|    560|    STACKREFS_TO_PYOBJECTS(arguments, half_args*2, args_o);
  ------------------
  |  |  500|    560|    PyObject *NAME##_temp[MAX_STACKREF_SCRATCH+1]; \
  |  |  501|    560|    PyObject **NAME = _PyObjectArray_FromStackRefArray(ARGS, ARG_COUNT, NAME##_temp);
  ------------------
  946|    560|    if (CONVERSION_FAILED(args_o)) {
  ------------------
  |  |  507|    560|#define CONVERSION_FAILED(NAME) ((NAME) == NULL)
  |  |  ------------------
  |  |  |  Branch (507:33): [True: 0, False: 560]
  |  |  ------------------
  ------------------
  947|      0|        res = NULL;
  948|      0|        goto cleanup;
  949|      0|    }
  950|    560|    res = _PyDict_FromItems(
  951|    560|        args_o, 2,
  952|    560|        args_o+1, 2,
  953|    560|        half_args
  954|    560|    );
  955|    560|    STACKREFS_TO_PYOBJECTS_CLEANUP(args_o);
  ------------------
  |  |  505|    560|    _PyObjectArray_Free(NAME - 1, NAME##_temp);
  ------------------
  956|    560|    assert((res != NULL) ^ (PyErr_Occurred() != NULL));
  ------------------
  |  Branch (956:5): [True: 560, False: 0]
  ------------------
  957|    560|cleanup:
  958|       |    // arguments is a pointer into the GC visible stack,
  959|       |    // so we must NULL out values as we clear them.
  960|  1.04k|    for (int i = half_args*2-1; i >= 0; i--) {
  ------------------
  |  Branch (960:33): [True: 484, False: 560]
  ------------------
  961|    484|        _PyStackRef tmp = arguments[i];
  962|    484|        arguments[i] = PyStackRef_NULL;
  963|    484|        PyStackRef_CLOSE(tmp);
  964|    484|    }
  965|    560|    return res;
  966|    560|}
_Py_LoadAttr_StackRefSteal:
  972|  1.01k|{
  973|       |    // Use _PyCStackRefs to ensure that both method and self are visible to
  974|       |    // the GC. Even though self_or_null is on the evaluation stack, it may be
  975|       |    // after the stackpointer and therefore not visible to the GC.
  976|  1.01k|    _PyCStackRef method, self;
  977|  1.01k|    _PyThreadState_PushCStackRef(tstate, &method);
  978|  1.01k|    _PyThreadState_PushCStackRef(tstate, &self);
  979|  1.01k|    self.ref = owner;  // steal reference to owner
  980|       |    // NOTE: method.ref is initialized to PyStackRef_NULL and remains null on
  981|       |    // error, so we don't need to explicitly use the return code from the call.
  982|  1.01k|    _PyObject_GetMethodStackRef(tstate, &self.ref, name, &method.ref);
  983|  1.01k|    *self_or_null = _PyThreadState_PopCStackRefSteal(tstate, &self);
  984|  1.01k|    return _PyThreadState_PopCStackRefSteal(tstate, &method);
  985|  1.01k|}
_PyObjectArray_FromStackRefArray:
 1052|  8.14k|{
 1053|  8.14k|    PyObject **result;
 1054|  8.14k|    if (nargs > MAX_STACKREF_SCRATCH) {
  ------------------
  |  |  496|  8.14k|#define MAX_STACKREF_SCRATCH 10
  ------------------
  |  Branch (1054:9): [True: 10, False: 8.13k]
  ------------------
 1055|       |        // +1 in case PY_VECTORCALL_ARGUMENTS_OFFSET is set.
 1056|     10|        result = PyMem_Malloc((nargs + 1) * sizeof(PyObject *));
 1057|     10|        if (result == NULL) {
  ------------------
  |  Branch (1057:13): [True: 0, False: 10]
  ------------------
 1058|      0|            return NULL;
 1059|      0|        }
 1060|     10|    }
 1061|  8.13k|    else {
 1062|  8.13k|        result = scratch;
 1063|  8.13k|    }
 1064|  8.14k|    result++;
 1065|  8.14k|    result[0] = NULL; /* Keep GCC happy */
 1066|  22.4k|    for (int i = 0; i < nargs; i++) {
  ------------------
  |  Branch (1066:21): [True: 14.3k, False: 8.14k]
  ------------------
 1067|  14.3k|        result[i] = PyStackRef_AsPyObjectBorrow(input[i]);
 1068|  14.3k|    }
 1069|  8.14k|    return result;
 1070|  8.14k|}
_PyObjectArray_Free:
 1074|  8.14k|{
 1075|  8.14k|    if (array != scratch) {
  ------------------
  |  Branch (1075:9): [True: 10, False: 8.13k]
  ------------------
 1076|     10|        PyMem_Free(array);
 1077|     10|    }
 1078|  8.14k|}
_PyEval_GetIter:
 1116|    267|{
 1117|    267|    PyTypeObject *tp = PyStackRef_TYPE(iterable);
 1118|    267|    if (tp->_tp_iteritem != NULL) {
  ------------------
  |  Branch (1118:9): [True: 107, False: 160]
  ------------------
 1119|       |        /* Leave iterable on stack and pushed tagged 0 */
 1120|    107|        *index_or_null = PyStackRef_TagInt(0);
 1121|    107|        return iterable;
 1122|    107|    }
 1123|    160|    *index_or_null = PyStackRef_NULL;
 1124|    160|    if (tp->tp_iter == PyObject_SelfIter) {
  ------------------
  |  Branch (1124:9): [True: 4, False: 156]
  ------------------
 1125|      4|        return iterable;
 1126|      4|    }
 1127|    156|    if (yield_from && tp == &PyCoro_Type) {
  ------------------
  |  Branch (1127:9): [True: 0, False: 156]
  |  Branch (1127:23): [True: 0, False: 0]
  ------------------
 1128|      0|        assert(yield_from != GET_ITER_YIELD_FROM);
  ------------------
  |  Branch (1128:9): [True: 0, False: 0]
  ------------------
 1129|      0|        if (yield_from == GET_ITER_YIELD_FROM_CORO_CHECK) {
  ------------------
  |  |   97|      0|#define GET_ITER_YIELD_FROM_CORO_CHECK 3
  ------------------
  |  Branch (1129:13): [True: 0, False: 0]
  ------------------
 1130|       |            /* `iterable` is a coroutine and it is used in a 'yield from'
 1131|       |            * expression of a regular generator. */
 1132|      0|            PyErr_SetString(PyExc_TypeError,
 1133|      0|                            "cannot 'yield from' a coroutine object "
 1134|      0|                            "in a non-coroutine generator");
 1135|      0|            PyStackRef_CLOSE(iterable);
 1136|      0|            return PyStackRef_ERROR;
 1137|      0|        }
 1138|      0|        return iterable;
 1139|      0|    }
 1140|       |    /* Pop iterable, and push iterator then NULL */
 1141|    156|    PyObject *iter_o = PyObject_GetIter(PyStackRef_AsPyObjectBorrow(iterable));
 1142|    156|    PyStackRef_CLOSE(iterable);
 1143|    156|    if (iter_o == NULL) {
  ------------------
  |  Branch (1143:9): [True: 0, False: 156]
  ------------------
 1144|      0|        return PyStackRef_ERROR;
 1145|      0|    }
 1146|    156|    return PyStackRef_FromPyObjectSteal(iter_o);
 1147|    156|}
_Py_ReachedRecursionLimit:
 1150|  1.29k|_Py_ReachedRecursionLimit(PyThreadState *tstate)  {
 1151|  1.29k|    uintptr_t here_addr = _Py_get_machine_stack_pointer();
 1152|  1.29k|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
 1153|  1.29k|    assert(_tstate->c_stack_hard_limit != 0);
  ------------------
  |  Branch (1153:5): [True: 1.29k, False: 0]
  ------------------
 1154|  1.29k|#if _Py_STACK_GROWS_DOWN
 1155|  1.29k|    return here_addr <= _tstate->c_stack_soft_limit;
 1156|       |#else
 1157|       |    return here_addr >= _tstate->c_stack_soft_limit;
 1158|       |#endif
 1159|  1.29k|}
_PyEval_EvalFrameDefault:
 1211|  1.76k|{
 1212|  1.76k|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|  1.76k|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
 1213|  1.76k|    check_invalid_reentrancy();
 1214|  1.76k|    CALL_STAT_INC(pyeval_calls);
  ------------------
  |  |   76|  1.76k|#define CALL_STAT_INC(name) ((void)0)
  ------------------
 1215|       |
 1216|  1.76k|#if USE_COMPUTED_GOTOS && !_Py_TAIL_CALL_INTERP
 1217|       |/* Import the static jump table */
 1218|  1.76k|#include "opcode_targets.h"
  ------------------
  |  |    1|  1.76k|#if !_Py_TAIL_CALL_INTERP
  |  |    2|  1.76k|static void *opcode_targets_table[256] = {
  |  |    3|  1.76k|    &&TARGET_CACHE,
  |  |    4|  1.76k|    &&TARGET_BINARY_SLICE,
  |  |    5|  1.76k|    &&TARGET_BUILD_TEMPLATE,
  |  |    6|  1.76k|    &&TARGET_BINARY_OP_INPLACE_ADD_UNICODE,
  |  |    7|  1.76k|    &&TARGET_CALL_FUNCTION_EX,
  |  |    8|  1.76k|    &&TARGET_CHECK_EG_MATCH,
  |  |    9|  1.76k|    &&TARGET_CHECK_EXC_MATCH,
  |  |   10|  1.76k|    &&TARGET_CLEANUP_THROW,
  |  |   11|  1.76k|    &&TARGET_DELETE_SUBSCR,
  |  |   12|  1.76k|    &&TARGET_END_FOR,
  |  |   13|  1.76k|    &&TARGET_END_SEND,
  |  |   14|  1.76k|    &&TARGET_EXIT_INIT_CHECK,
  |  |   15|  1.76k|    &&TARGET_FORMAT_SIMPLE,
  |  |   16|  1.76k|    &&TARGET_FORMAT_WITH_SPEC,
  |  |   17|  1.76k|    &&TARGET_GET_AITER,
  |  |   18|  1.76k|    &&TARGET_GET_ANEXT,
  |  |   19|  1.76k|    &&TARGET_GET_LEN,
  |  |   20|  1.76k|    &&TARGET_RESERVED,
  |  |   21|  1.76k|    &&TARGET_INTERPRETER_EXIT,
  |  |   22|  1.76k|    &&TARGET_LOAD_BUILD_CLASS,
  |  |   23|  1.76k|    &&TARGET_LOAD_LOCALS,
  |  |   24|  1.76k|    &&TARGET_MAKE_FUNCTION,
  |  |   25|  1.76k|    &&TARGET_MATCH_KEYS,
  |  |   26|  1.76k|    &&TARGET_MATCH_MAPPING,
  |  |   27|  1.76k|    &&TARGET_MATCH_SEQUENCE,
  |  |   28|  1.76k|    &&TARGET_NOP,
  |  |   29|  1.76k|    &&TARGET_NOT_TAKEN,
  |  |   30|  1.76k|    &&TARGET_POP_EXCEPT,
  |  |   31|  1.76k|    &&TARGET_POP_ITER,
  |  |   32|  1.76k|    &&TARGET_POP_TOP,
  |  |   33|  1.76k|    &&TARGET_PUSH_EXC_INFO,
  |  |   34|  1.76k|    &&TARGET_PUSH_NULL,
  |  |   35|  1.76k|    &&TARGET_RETURN_GENERATOR,
  |  |   36|  1.76k|    &&TARGET_RETURN_VALUE,
  |  |   37|  1.76k|    &&TARGET_SETUP_ANNOTATIONS,
  |  |   38|  1.76k|    &&TARGET_STORE_SLICE,
  |  |   39|  1.76k|    &&TARGET_STORE_SUBSCR,
  |  |   40|  1.76k|    &&TARGET_TO_BOOL,
  |  |   41|  1.76k|    &&TARGET_UNARY_INVERT,
  |  |   42|  1.76k|    &&TARGET_UNARY_NEGATIVE,
  |  |   43|  1.76k|    &&TARGET_UNARY_NOT,
  |  |   44|  1.76k|    &&TARGET_WITH_EXCEPT_START,
  |  |   45|  1.76k|    &&TARGET_BINARY_OP,
  |  |   46|  1.76k|    &&TARGET_BUILD_INTERPOLATION,
  |  |   47|  1.76k|    &&TARGET_BUILD_LIST,
  |  |   48|  1.76k|    &&TARGET_BUILD_MAP,
  |  |   49|  1.76k|    &&TARGET_BUILD_SET,
  |  |   50|  1.76k|    &&TARGET_BUILD_SLICE,
  |  |   51|  1.76k|    &&TARGET_BUILD_STRING,
  |  |   52|  1.76k|    &&TARGET_BUILD_TUPLE,
  |  |   53|  1.76k|    &&TARGET_CALL,
  |  |   54|  1.76k|    &&TARGET_CALL_INTRINSIC_1,
  |  |   55|  1.76k|    &&TARGET_CALL_INTRINSIC_2,
  |  |   56|  1.76k|    &&TARGET_CALL_KW,
  |  |   57|  1.76k|    &&TARGET_COMPARE_OP,
  |  |   58|  1.76k|    &&TARGET_CONTAINS_OP,
  |  |   59|  1.76k|    &&TARGET_CONVERT_VALUE,
  |  |   60|  1.76k|    &&TARGET_COPY,
  |  |   61|  1.76k|    &&TARGET_COPY_FREE_VARS,
  |  |   62|  1.76k|    &&TARGET_DELETE_ATTR,
  |  |   63|  1.76k|    &&TARGET_DELETE_DEREF,
  |  |   64|  1.76k|    &&TARGET_DELETE_FAST,
  |  |   65|  1.76k|    &&TARGET_DELETE_GLOBAL,
  |  |   66|  1.76k|    &&TARGET_DELETE_NAME,
  |  |   67|  1.76k|    &&TARGET_DICT_MERGE,
  |  |   68|  1.76k|    &&TARGET_DICT_UPDATE,
  |  |   69|  1.76k|    &&TARGET_END_ASYNC_FOR,
  |  |   70|  1.76k|    &&TARGET_EXTENDED_ARG,
  |  |   71|  1.76k|    &&TARGET_FOR_ITER,
  |  |   72|  1.76k|    &&TARGET_GET_AWAITABLE,
  |  |   73|  1.76k|    &&TARGET_GET_ITER,
  |  |   74|  1.76k|    &&TARGET_IMPORT_FROM,
  |  |   75|  1.76k|    &&TARGET_IMPORT_NAME,
  |  |   76|  1.76k|    &&TARGET_IS_OP,
  |  |   77|  1.76k|    &&TARGET_JUMP_BACKWARD,
  |  |   78|  1.76k|    &&TARGET_JUMP_BACKWARD_NO_INTERRUPT,
  |  |   79|  1.76k|    &&TARGET_JUMP_FORWARD,
  |  |   80|  1.76k|    &&TARGET_LIST_APPEND,
  |  |   81|  1.76k|    &&TARGET_LIST_EXTEND,
  |  |   82|  1.76k|    &&TARGET_LOAD_ATTR,
  |  |   83|  1.76k|    &&TARGET_LOAD_COMMON_CONSTANT,
  |  |   84|  1.76k|    &&TARGET_LOAD_CONST,
  |  |   85|  1.76k|    &&TARGET_LOAD_DEREF,
  |  |   86|  1.76k|    &&TARGET_LOAD_FAST,
  |  |   87|  1.76k|    &&TARGET_LOAD_FAST_AND_CLEAR,
  |  |   88|  1.76k|    &&TARGET_LOAD_FAST_BORROW,
  |  |   89|  1.76k|    &&TARGET_LOAD_FAST_BORROW_LOAD_FAST_BORROW,
  |  |   90|  1.76k|    &&TARGET_LOAD_FAST_CHECK,
  |  |   91|  1.76k|    &&TARGET_LOAD_FAST_LOAD_FAST,
  |  |   92|  1.76k|    &&TARGET_LOAD_FROM_DICT_OR_DEREF,
  |  |   93|  1.76k|    &&TARGET_LOAD_FROM_DICT_OR_GLOBALS,
  |  |   94|  1.76k|    &&TARGET_LOAD_GLOBAL,
  |  |   95|  1.76k|    &&TARGET_LOAD_NAME,
  |  |   96|  1.76k|    &&TARGET_LOAD_SMALL_INT,
  |  |   97|  1.76k|    &&TARGET_LOAD_SPECIAL,
  |  |   98|  1.76k|    &&TARGET_LOAD_SUPER_ATTR,
  |  |   99|  1.76k|    &&TARGET_MAKE_CELL,
  |  |  100|  1.76k|    &&TARGET_MAP_ADD,
  |  |  101|  1.76k|    &&TARGET_MATCH_CLASS,
  |  |  102|  1.76k|    &&TARGET_POP_JUMP_IF_FALSE,
  |  |  103|  1.76k|    &&TARGET_POP_JUMP_IF_NONE,
  |  |  104|  1.76k|    &&TARGET_POP_JUMP_IF_NOT_NONE,
  |  |  105|  1.76k|    &&TARGET_POP_JUMP_IF_TRUE,
  |  |  106|  1.76k|    &&TARGET_RAISE_VARARGS,
  |  |  107|  1.76k|    &&TARGET_RERAISE,
  |  |  108|  1.76k|    &&TARGET_SEND,
  |  |  109|  1.76k|    &&TARGET_SET_ADD,
  |  |  110|  1.76k|    &&TARGET_SET_FUNCTION_ATTRIBUTE,
  |  |  111|  1.76k|    &&TARGET_SET_UPDATE,
  |  |  112|  1.76k|    &&TARGET_STORE_ATTR,
  |  |  113|  1.76k|    &&TARGET_STORE_DEREF,
  |  |  114|  1.76k|    &&TARGET_STORE_FAST,
  |  |  115|  1.76k|    &&TARGET_STORE_FAST_LOAD_FAST,
  |  |  116|  1.76k|    &&TARGET_STORE_FAST_STORE_FAST,
  |  |  117|  1.76k|    &&TARGET_STORE_GLOBAL,
  |  |  118|  1.76k|    &&TARGET_STORE_NAME,
  |  |  119|  1.76k|    &&TARGET_SWAP,
  |  |  120|  1.76k|    &&TARGET_UNPACK_EX,
  |  |  121|  1.76k|    &&TARGET_UNPACK_SEQUENCE,
  |  |  122|  1.76k|    &&TARGET_YIELD_VALUE,
  |  |  123|  1.76k|    &&_unknown_opcode,
  |  |  124|  1.76k|    &&_unknown_opcode,
  |  |  125|  1.76k|    &&_unknown_opcode,
  |  |  126|  1.76k|    &&_unknown_opcode,
  |  |  127|  1.76k|    &&_unknown_opcode,
  |  |  128|  1.76k|    &&_unknown_opcode,
  |  |  129|  1.76k|    &&_unknown_opcode,
  |  |  130|  1.76k|    &&_unknown_opcode,
  |  |  131|  1.76k|    &&TARGET_RESUME,
  |  |  132|  1.76k|    &&TARGET_BINARY_OP_ADD_FLOAT,
  |  |  133|  1.76k|    &&TARGET_BINARY_OP_ADD_INT,
  |  |  134|  1.76k|    &&TARGET_BINARY_OP_ADD_UNICODE,
  |  |  135|  1.76k|    &&TARGET_BINARY_OP_EXTEND,
  |  |  136|  1.76k|    &&TARGET_BINARY_OP_MULTIPLY_FLOAT,
  |  |  137|  1.76k|    &&TARGET_BINARY_OP_MULTIPLY_INT,
  |  |  138|  1.76k|    &&TARGET_BINARY_OP_SUBSCR_DICT,
  |  |  139|  1.76k|    &&TARGET_BINARY_OP_SUBSCR_GETITEM,
  |  |  140|  1.76k|    &&TARGET_BINARY_OP_SUBSCR_LIST_INT,
  |  |  141|  1.76k|    &&TARGET_BINARY_OP_SUBSCR_LIST_SLICE,
  |  |  142|  1.76k|    &&TARGET_BINARY_OP_SUBSCR_STR_INT,
  |  |  143|  1.76k|    &&TARGET_BINARY_OP_SUBSCR_TUPLE_INT,
  |  |  144|  1.76k|    &&TARGET_BINARY_OP_SUBSCR_USTR_INT,
  |  |  145|  1.76k|    &&TARGET_BINARY_OP_SUBTRACT_FLOAT,
  |  |  146|  1.76k|    &&TARGET_BINARY_OP_SUBTRACT_INT,
  |  |  147|  1.76k|    &&TARGET_CALL_ALLOC_AND_ENTER_INIT,
  |  |  148|  1.76k|    &&TARGET_CALL_BOUND_METHOD_EXACT_ARGS,
  |  |  149|  1.76k|    &&TARGET_CALL_BOUND_METHOD_GENERAL,
  |  |  150|  1.76k|    &&TARGET_CALL_BUILTIN_CLASS,
  |  |  151|  1.76k|    &&TARGET_CALL_BUILTIN_FAST,
  |  |  152|  1.76k|    &&TARGET_CALL_BUILTIN_FAST_WITH_KEYWORDS,
  |  |  153|  1.76k|    &&TARGET_CALL_BUILTIN_O,
  |  |  154|  1.76k|    &&TARGET_CALL_EX_NON_PY_GENERAL,
  |  |  155|  1.76k|    &&TARGET_CALL_EX_PY,
  |  |  156|  1.76k|    &&TARGET_CALL_ISINSTANCE,
  |  |  157|  1.76k|    &&TARGET_CALL_KW_BOUND_METHOD,
  |  |  158|  1.76k|    &&TARGET_CALL_KW_NON_PY,
  |  |  159|  1.76k|    &&TARGET_CALL_KW_PY,
  |  |  160|  1.76k|    &&TARGET_CALL_LEN,
  |  |  161|  1.76k|    &&TARGET_CALL_LIST_APPEND,
  |  |  162|  1.76k|    &&TARGET_CALL_METHOD_DESCRIPTOR_FAST,
  |  |  163|  1.76k|    &&TARGET_CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS,
  |  |  164|  1.76k|    &&TARGET_CALL_METHOD_DESCRIPTOR_NOARGS,
  |  |  165|  1.76k|    &&TARGET_CALL_METHOD_DESCRIPTOR_O,
  |  |  166|  1.76k|    &&TARGET_CALL_NON_PY_GENERAL,
  |  |  167|  1.76k|    &&TARGET_CALL_PY_EXACT_ARGS,
  |  |  168|  1.76k|    &&TARGET_CALL_PY_GENERAL,
  |  |  169|  1.76k|    &&TARGET_CALL_STR_1,
  |  |  170|  1.76k|    &&TARGET_CALL_TUPLE_1,
  |  |  171|  1.76k|    &&TARGET_CALL_TYPE_1,
  |  |  172|  1.76k|    &&TARGET_COMPARE_OP_FLOAT,
  |  |  173|  1.76k|    &&TARGET_COMPARE_OP_INT,
  |  |  174|  1.76k|    &&TARGET_COMPARE_OP_STR,
  |  |  175|  1.76k|    &&TARGET_CONTAINS_OP_DICT,
  |  |  176|  1.76k|    &&TARGET_CONTAINS_OP_SET,
  |  |  177|  1.76k|    &&TARGET_FOR_ITER_GEN,
  |  |  178|  1.76k|    &&TARGET_FOR_ITER_LIST,
  |  |  179|  1.76k|    &&TARGET_FOR_ITER_RANGE,
  |  |  180|  1.76k|    &&TARGET_FOR_ITER_TUPLE,
  |  |  181|  1.76k|    &&TARGET_FOR_ITER_VIRTUAL,
  |  |  182|  1.76k|    &&TARGET_GET_ITER_SELF,
  |  |  183|  1.76k|    &&TARGET_GET_ITER_VIRTUAL,
  |  |  184|  1.76k|    &&TARGET_JUMP_BACKWARD_JIT,
  |  |  185|  1.76k|    &&TARGET_JUMP_BACKWARD_NO_JIT,
  |  |  186|  1.76k|    &&TARGET_LOAD_ATTR_CLASS,
  |  |  187|  1.76k|    &&TARGET_LOAD_ATTR_CLASS_WITH_METACLASS_CHECK,
  |  |  188|  1.76k|    &&TARGET_LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN,
  |  |  189|  1.76k|    &&TARGET_LOAD_ATTR_INSTANCE_VALUE,
  |  |  190|  1.76k|    &&TARGET_LOAD_ATTR_METHOD_LAZY_DICT,
  |  |  191|  1.76k|    &&TARGET_LOAD_ATTR_METHOD_NO_DICT,
  |  |  192|  1.76k|    &&TARGET_LOAD_ATTR_METHOD_WITH_VALUES,
  |  |  193|  1.76k|    &&TARGET_LOAD_ATTR_MODULE,
  |  |  194|  1.76k|    &&TARGET_LOAD_ATTR_NONDESCRIPTOR_NO_DICT,
  |  |  195|  1.76k|    &&TARGET_LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES,
  |  |  196|  1.76k|    &&TARGET_LOAD_ATTR_PROPERTY,
  |  |  197|  1.76k|    &&TARGET_LOAD_ATTR_SLOT,
  |  |  198|  1.76k|    &&TARGET_LOAD_ATTR_WITH_HINT,
  |  |  199|  1.76k|    &&TARGET_LOAD_GLOBAL_BUILTIN,
  |  |  200|  1.76k|    &&TARGET_LOAD_GLOBAL_MODULE,
  |  |  201|  1.76k|    &&TARGET_LOAD_SUPER_ATTR_ATTR,
  |  |  202|  1.76k|    &&TARGET_LOAD_SUPER_ATTR_METHOD,
  |  |  203|  1.76k|    &&TARGET_RESUME_CHECK,
  |  |  204|  1.76k|    &&TARGET_RESUME_CHECK_JIT,
  |  |  205|  1.76k|    &&TARGET_SEND_ASYNC_GEN,
  |  |  206|  1.76k|    &&TARGET_SEND_GEN,
  |  |  207|  1.76k|    &&TARGET_SEND_VIRTUAL,
  |  |  208|  1.76k|    &&TARGET_STORE_ATTR_INSTANCE_VALUE,
  |  |  209|  1.76k|    &&TARGET_STORE_ATTR_SLOT,
  |  |  210|  1.76k|    &&TARGET_STORE_ATTR_WITH_HINT,
  |  |  211|  1.76k|    &&TARGET_STORE_SUBSCR_DICT,
  |  |  212|  1.76k|    &&TARGET_STORE_SUBSCR_LIST_INT,
  |  |  213|  1.76k|    &&TARGET_TO_BOOL_ALWAYS_TRUE,
  |  |  214|  1.76k|    &&TARGET_TO_BOOL_BOOL,
  |  |  215|  1.76k|    &&TARGET_TO_BOOL_INT,
  |  |  216|  1.76k|    &&TARGET_TO_BOOL_LIST,
  |  |  217|  1.76k|    &&TARGET_TO_BOOL_NONE,
  |  |  218|  1.76k|    &&TARGET_TO_BOOL_STR,
  |  |  219|  1.76k|    &&TARGET_UNPACK_SEQUENCE_LIST,
  |  |  220|  1.76k|    &&TARGET_UNPACK_SEQUENCE_TUPLE,
  |  |  221|  1.76k|    &&TARGET_UNPACK_SEQUENCE_TWO_TUPLE,
  |  |  222|  1.76k|    &&_unknown_opcode,
  |  |  223|  1.76k|    &&_unknown_opcode,
  |  |  224|  1.76k|    &&_unknown_opcode,
  |  |  225|  1.76k|    &&_unknown_opcode,
  |  |  226|  1.76k|    &&_unknown_opcode,
  |  |  227|  1.76k|    &&_unknown_opcode,
  |  |  228|  1.76k|    &&_unknown_opcode,
  |  |  229|  1.76k|    &&_unknown_opcode,
  |  |  230|  1.76k|    &&_unknown_opcode,
  |  |  231|  1.76k|    &&_unknown_opcode,
  |  |  232|  1.76k|    &&_unknown_opcode,
  |  |  233|  1.76k|    &&_unknown_opcode,
  |  |  234|  1.76k|    &&_unknown_opcode,
  |  |  235|  1.76k|    &&_unknown_opcode,
  |  |  236|  1.76k|    &&TARGET_INSTRUMENTED_END_FOR,
  |  |  237|  1.76k|    &&TARGET_INSTRUMENTED_POP_ITER,
  |  |  238|  1.76k|    &&TARGET_INSTRUMENTED_END_SEND,
  |  |  239|  1.76k|    &&TARGET_INSTRUMENTED_FOR_ITER,
  |  |  240|  1.76k|    &&TARGET_INSTRUMENTED_INSTRUCTION,
  |  |  241|  1.76k|    &&TARGET_INSTRUMENTED_JUMP_FORWARD,
  |  |  242|  1.76k|    &&TARGET_INSTRUMENTED_NOT_TAKEN,
  |  |  243|  1.76k|    &&TARGET_INSTRUMENTED_POP_JUMP_IF_TRUE,
  |  |  244|  1.76k|    &&TARGET_INSTRUMENTED_POP_JUMP_IF_FALSE,
  |  |  245|  1.76k|    &&TARGET_INSTRUMENTED_POP_JUMP_IF_NONE,
  |  |  246|  1.76k|    &&TARGET_INSTRUMENTED_POP_JUMP_IF_NOT_NONE,
  |  |  247|  1.76k|    &&TARGET_INSTRUMENTED_RESUME,
  |  |  248|  1.76k|    &&TARGET_INSTRUMENTED_RETURN_VALUE,
  |  |  249|  1.76k|    &&TARGET_INSTRUMENTED_YIELD_VALUE,
  |  |  250|  1.76k|    &&TARGET_INSTRUMENTED_END_ASYNC_FOR,
  |  |  251|  1.76k|    &&TARGET_INSTRUMENTED_LOAD_SUPER_ATTR,
  |  |  252|  1.76k|    &&TARGET_INSTRUMENTED_CALL,
  |  |  253|  1.76k|    &&TARGET_INSTRUMENTED_CALL_KW,
  |  |  254|  1.76k|    &&TARGET_INSTRUMENTED_CALL_FUNCTION_EX,
  |  |  255|  1.76k|    &&TARGET_INSTRUMENTED_JUMP_BACKWARD,
  |  |  256|  1.76k|    &&TARGET_INSTRUMENTED_LINE,
  |  |  257|  1.76k|    &&TARGET_ENTER_EXECUTOR,
  |  |  258|  1.76k|    &&TARGET_TRACE_RECORD,
  |  |  259|  1.76k|};
  |  |  260|       |#if _Py_TIER2
  |  |  261|       |static void *opcode_tracing_targets_table[256] = {
  |  |  262|       |    &&TARGET_TRACE_RECORD,
  |  |  263|       |    &&TARGET_TRACE_RECORD,
  |  |  264|       |    &&TARGET_TRACE_RECORD,
  |  |  265|       |    &&TARGET_TRACE_RECORD,
  |  |  266|       |    &&TARGET_TRACE_RECORD,
  |  |  267|       |    &&TARGET_TRACE_RECORD,
  |  |  268|       |    &&TARGET_TRACE_RECORD,
  |  |  269|       |    &&TARGET_TRACE_RECORD,
  |  |  270|       |    &&TARGET_TRACE_RECORD,
  |  |  271|       |    &&TARGET_TRACE_RECORD,
  |  |  272|       |    &&TARGET_TRACE_RECORD,
  |  |  273|       |    &&TARGET_TRACE_RECORD,
  |  |  274|       |    &&TARGET_TRACE_RECORD,
  |  |  275|       |    &&TARGET_TRACE_RECORD,
  |  |  276|       |    &&TARGET_TRACE_RECORD,
  |  |  277|       |    &&TARGET_TRACE_RECORD,
  |  |  278|       |    &&TARGET_TRACE_RECORD,
  |  |  279|       |    &&TARGET_TRACE_RECORD,
  |  |  280|       |    &&TARGET_TRACE_RECORD,
  |  |  281|       |    &&TARGET_TRACE_RECORD,
  |  |  282|       |    &&TARGET_TRACE_RECORD,
  |  |  283|       |    &&TARGET_TRACE_RECORD,
  |  |  284|       |    &&TARGET_TRACE_RECORD,
  |  |  285|       |    &&TARGET_TRACE_RECORD,
  |  |  286|       |    &&TARGET_TRACE_RECORD,
  |  |  287|       |    &&TARGET_TRACE_RECORD,
  |  |  288|       |    &&TARGET_TRACE_RECORD,
  |  |  289|       |    &&TARGET_TRACE_RECORD,
  |  |  290|       |    &&TARGET_TRACE_RECORD,
  |  |  291|       |    &&TARGET_TRACE_RECORD,
  |  |  292|       |    &&TARGET_TRACE_RECORD,
  |  |  293|       |    &&TARGET_TRACE_RECORD,
  |  |  294|       |    &&TARGET_TRACE_RECORD,
  |  |  295|       |    &&TARGET_TRACE_RECORD,
  |  |  296|       |    &&TARGET_TRACE_RECORD,
  |  |  297|       |    &&TARGET_TRACE_RECORD,
  |  |  298|       |    &&TARGET_TRACE_RECORD,
  |  |  299|       |    &&TARGET_TRACE_RECORD,
  |  |  300|       |    &&TARGET_TRACE_RECORD,
  |  |  301|       |    &&TARGET_TRACE_RECORD,
  |  |  302|       |    &&TARGET_TRACE_RECORD,
  |  |  303|       |    &&TARGET_TRACE_RECORD,
  |  |  304|       |    &&TARGET_TRACE_RECORD,
  |  |  305|       |    &&TARGET_TRACE_RECORD,
  |  |  306|       |    &&TARGET_TRACE_RECORD,
  |  |  307|       |    &&TARGET_TRACE_RECORD,
  |  |  308|       |    &&TARGET_TRACE_RECORD,
  |  |  309|       |    &&TARGET_TRACE_RECORD,
  |  |  310|       |    &&TARGET_TRACE_RECORD,
  |  |  311|       |    &&TARGET_TRACE_RECORD,
  |  |  312|       |    &&TARGET_TRACE_RECORD,
  |  |  313|       |    &&TARGET_TRACE_RECORD,
  |  |  314|       |    &&TARGET_TRACE_RECORD,
  |  |  315|       |    &&TARGET_TRACE_RECORD,
  |  |  316|       |    &&TARGET_TRACE_RECORD,
  |  |  317|       |    &&TARGET_TRACE_RECORD,
  |  |  318|       |    &&TARGET_TRACE_RECORD,
  |  |  319|       |    &&TARGET_TRACE_RECORD,
  |  |  320|       |    &&TARGET_TRACE_RECORD,
  |  |  321|       |    &&TARGET_TRACE_RECORD,
  |  |  322|       |    &&TARGET_TRACE_RECORD,
  |  |  323|       |    &&TARGET_TRACE_RECORD,
  |  |  324|       |    &&TARGET_TRACE_RECORD,
  |  |  325|       |    &&TARGET_TRACE_RECORD,
  |  |  326|       |    &&TARGET_TRACE_RECORD,
  |  |  327|       |    &&TARGET_TRACE_RECORD,
  |  |  328|       |    &&TARGET_TRACE_RECORD,
  |  |  329|       |    &&TARGET_TRACE_RECORD,
  |  |  330|       |    &&TARGET_TRACE_RECORD,
  |  |  331|       |    &&TARGET_TRACE_RECORD,
  |  |  332|       |    &&TARGET_TRACE_RECORD,
  |  |  333|       |    &&TARGET_TRACE_RECORD,
  |  |  334|       |    &&TARGET_TRACE_RECORD,
  |  |  335|       |    &&TARGET_TRACE_RECORD,
  |  |  336|       |    &&TARGET_TRACE_RECORD,
  |  |  337|       |    &&TARGET_TRACE_RECORD,
  |  |  338|       |    &&TARGET_TRACE_RECORD,
  |  |  339|       |    &&TARGET_TRACE_RECORD,
  |  |  340|       |    &&TARGET_TRACE_RECORD,
  |  |  341|       |    &&TARGET_TRACE_RECORD,
  |  |  342|       |    &&TARGET_TRACE_RECORD,
  |  |  343|       |    &&TARGET_TRACE_RECORD,
  |  |  344|       |    &&TARGET_TRACE_RECORD,
  |  |  345|       |    &&TARGET_TRACE_RECORD,
  |  |  346|       |    &&TARGET_TRACE_RECORD,
  |  |  347|       |    &&TARGET_TRACE_RECORD,
  |  |  348|       |    &&TARGET_TRACE_RECORD,
  |  |  349|       |    &&TARGET_TRACE_RECORD,
  |  |  350|       |    &&TARGET_TRACE_RECORD,
  |  |  351|       |    &&TARGET_TRACE_RECORD,
  |  |  352|       |    &&TARGET_TRACE_RECORD,
  |  |  353|       |    &&TARGET_TRACE_RECORD,
  |  |  354|       |    &&TARGET_TRACE_RECORD,
  |  |  355|       |    &&TARGET_TRACE_RECORD,
  |  |  356|       |    &&TARGET_TRACE_RECORD,
  |  |  357|       |    &&TARGET_TRACE_RECORD,
  |  |  358|       |    &&TARGET_TRACE_RECORD,
  |  |  359|       |    &&TARGET_TRACE_RECORD,
  |  |  360|       |    &&TARGET_TRACE_RECORD,
  |  |  361|       |    &&TARGET_TRACE_RECORD,
  |  |  362|       |    &&TARGET_TRACE_RECORD,
  |  |  363|       |    &&TARGET_TRACE_RECORD,
  |  |  364|       |    &&TARGET_TRACE_RECORD,
  |  |  365|       |    &&TARGET_TRACE_RECORD,
  |  |  366|       |    &&TARGET_TRACE_RECORD,
  |  |  367|       |    &&TARGET_TRACE_RECORD,
  |  |  368|       |    &&TARGET_TRACE_RECORD,
  |  |  369|       |    &&TARGET_TRACE_RECORD,
  |  |  370|       |    &&TARGET_TRACE_RECORD,
  |  |  371|       |    &&TARGET_TRACE_RECORD,
  |  |  372|       |    &&TARGET_TRACE_RECORD,
  |  |  373|       |    &&TARGET_TRACE_RECORD,
  |  |  374|       |    &&TARGET_TRACE_RECORD,
  |  |  375|       |    &&TARGET_TRACE_RECORD,
  |  |  376|       |    &&TARGET_TRACE_RECORD,
  |  |  377|       |    &&TARGET_TRACE_RECORD,
  |  |  378|       |    &&TARGET_TRACE_RECORD,
  |  |  379|       |    &&TARGET_TRACE_RECORD,
  |  |  380|       |    &&TARGET_TRACE_RECORD,
  |  |  381|       |    &&TARGET_TRACE_RECORD,
  |  |  382|       |    &&_unknown_opcode,
  |  |  383|       |    &&_unknown_opcode,
  |  |  384|       |    &&_unknown_opcode,
  |  |  385|       |    &&_unknown_opcode,
  |  |  386|       |    &&_unknown_opcode,
  |  |  387|       |    &&_unknown_opcode,
  |  |  388|       |    &&_unknown_opcode,
  |  |  389|       |    &&_unknown_opcode,
  |  |  390|       |    &&TARGET_TRACE_RECORD,
  |  |  391|       |    &&TARGET_TRACE_RECORD,
  |  |  392|       |    &&TARGET_TRACE_RECORD,
  |  |  393|       |    &&TARGET_TRACE_RECORD,
  |  |  394|       |    &&TARGET_TRACE_RECORD,
  |  |  395|       |    &&TARGET_TRACE_RECORD,
  |  |  396|       |    &&TARGET_TRACE_RECORD,
  |  |  397|       |    &&TARGET_TRACE_RECORD,
  |  |  398|       |    &&TARGET_TRACE_RECORD,
  |  |  399|       |    &&TARGET_TRACE_RECORD,
  |  |  400|       |    &&TARGET_TRACE_RECORD,
  |  |  401|       |    &&TARGET_TRACE_RECORD,
  |  |  402|       |    &&TARGET_TRACE_RECORD,
  |  |  403|       |    &&TARGET_TRACE_RECORD,
  |  |  404|       |    &&TARGET_TRACE_RECORD,
  |  |  405|       |    &&TARGET_TRACE_RECORD,
  |  |  406|       |    &&TARGET_TRACE_RECORD,
  |  |  407|       |    &&TARGET_TRACE_RECORD,
  |  |  408|       |    &&TARGET_TRACE_RECORD,
  |  |  409|       |    &&TARGET_TRACE_RECORD,
  |  |  410|       |    &&TARGET_TRACE_RECORD,
  |  |  411|       |    &&TARGET_TRACE_RECORD,
  |  |  412|       |    &&TARGET_TRACE_RECORD,
  |  |  413|       |    &&TARGET_TRACE_RECORD,
  |  |  414|       |    &&TARGET_TRACE_RECORD,
  |  |  415|       |    &&TARGET_TRACE_RECORD,
  |  |  416|       |    &&TARGET_TRACE_RECORD,
  |  |  417|       |    &&TARGET_TRACE_RECORD,
  |  |  418|       |    &&TARGET_TRACE_RECORD,
  |  |  419|       |    &&TARGET_TRACE_RECORD,
  |  |  420|       |    &&TARGET_TRACE_RECORD,
  |  |  421|       |    &&TARGET_TRACE_RECORD,
  |  |  422|       |    &&TARGET_TRACE_RECORD,
  |  |  423|       |    &&TARGET_TRACE_RECORD,
  |  |  424|       |    &&TARGET_TRACE_RECORD,
  |  |  425|       |    &&TARGET_TRACE_RECORD,
  |  |  426|       |    &&TARGET_TRACE_RECORD,
  |  |  427|       |    &&TARGET_TRACE_RECORD,
  |  |  428|       |    &&TARGET_TRACE_RECORD,
  |  |  429|       |    &&TARGET_TRACE_RECORD,
  |  |  430|       |    &&TARGET_TRACE_RECORD,
  |  |  431|       |    &&TARGET_TRACE_RECORD,
  |  |  432|       |    &&TARGET_TRACE_RECORD,
  |  |  433|       |    &&TARGET_TRACE_RECORD,
  |  |  434|       |    &&TARGET_TRACE_RECORD,
  |  |  435|       |    &&TARGET_TRACE_RECORD,
  |  |  436|       |    &&TARGET_TRACE_RECORD,
  |  |  437|       |    &&TARGET_TRACE_RECORD,
  |  |  438|       |    &&TARGET_TRACE_RECORD,
  |  |  439|       |    &&TARGET_TRACE_RECORD,
  |  |  440|       |    &&TARGET_TRACE_RECORD,
  |  |  441|       |    &&TARGET_TRACE_RECORD,
  |  |  442|       |    &&TARGET_TRACE_RECORD,
  |  |  443|       |    &&TARGET_TRACE_RECORD,
  |  |  444|       |    &&TARGET_TRACE_RECORD,
  |  |  445|       |    &&TARGET_TRACE_RECORD,
  |  |  446|       |    &&TARGET_TRACE_RECORD,
  |  |  447|       |    &&TARGET_TRACE_RECORD,
  |  |  448|       |    &&TARGET_TRACE_RECORD,
  |  |  449|       |    &&TARGET_TRACE_RECORD,
  |  |  450|       |    &&TARGET_TRACE_RECORD,
  |  |  451|       |    &&TARGET_TRACE_RECORD,
  |  |  452|       |    &&TARGET_TRACE_RECORD,
  |  |  453|       |    &&TARGET_TRACE_RECORD,
  |  |  454|       |    &&TARGET_TRACE_RECORD,
  |  |  455|       |    &&TARGET_TRACE_RECORD,
  |  |  456|       |    &&TARGET_TRACE_RECORD,
  |  |  457|       |    &&TARGET_TRACE_RECORD,
  |  |  458|       |    &&TARGET_TRACE_RECORD,
  |  |  459|       |    &&TARGET_TRACE_RECORD,
  |  |  460|       |    &&TARGET_TRACE_RECORD,
  |  |  461|       |    &&TARGET_TRACE_RECORD,
  |  |  462|       |    &&TARGET_TRACE_RECORD,
  |  |  463|       |    &&TARGET_TRACE_RECORD,
  |  |  464|       |    &&TARGET_TRACE_RECORD,
  |  |  465|       |    &&TARGET_TRACE_RECORD,
  |  |  466|       |    &&TARGET_TRACE_RECORD,
  |  |  467|       |    &&TARGET_TRACE_RECORD,
  |  |  468|       |    &&TARGET_TRACE_RECORD,
  |  |  469|       |    &&TARGET_TRACE_RECORD,
  |  |  470|       |    &&TARGET_TRACE_RECORD,
  |  |  471|       |    &&TARGET_TRACE_RECORD,
  |  |  472|       |    &&TARGET_TRACE_RECORD,
  |  |  473|       |    &&TARGET_TRACE_RECORD,
  |  |  474|       |    &&TARGET_TRACE_RECORD,
  |  |  475|       |    &&TARGET_TRACE_RECORD,
  |  |  476|       |    &&TARGET_TRACE_RECORD,
  |  |  477|       |    &&TARGET_TRACE_RECORD,
  |  |  478|       |    &&TARGET_TRACE_RECORD,
  |  |  479|       |    &&TARGET_TRACE_RECORD,
  |  |  480|       |    &&TARGET_TRACE_RECORD,
  |  |  481|       |    &&_unknown_opcode,
  |  |  482|       |    &&_unknown_opcode,
  |  |  483|       |    &&_unknown_opcode,
  |  |  484|       |    &&_unknown_opcode,
  |  |  485|       |    &&_unknown_opcode,
  |  |  486|       |    &&_unknown_opcode,
  |  |  487|       |    &&_unknown_opcode,
  |  |  488|       |    &&_unknown_opcode,
  |  |  489|       |    &&_unknown_opcode,
  |  |  490|       |    &&_unknown_opcode,
  |  |  491|       |    &&_unknown_opcode,
  |  |  492|       |    &&_unknown_opcode,
  |  |  493|       |    &&_unknown_opcode,
  |  |  494|       |    &&_unknown_opcode,
  |  |  495|       |    &&TARGET_TRACE_RECORD,
  |  |  496|       |    &&TARGET_TRACE_RECORD,
  |  |  497|       |    &&TARGET_TRACE_RECORD,
  |  |  498|       |    &&TARGET_TRACE_RECORD,
  |  |  499|       |    &&TARGET_TRACE_RECORD,
  |  |  500|       |    &&TARGET_TRACE_RECORD,
  |  |  501|       |    &&TARGET_TRACE_RECORD,
  |  |  502|       |    &&TARGET_TRACE_RECORD,
  |  |  503|       |    &&TARGET_TRACE_RECORD,
  |  |  504|       |    &&TARGET_TRACE_RECORD,
  |  |  505|       |    &&TARGET_TRACE_RECORD,
  |  |  506|       |    &&TARGET_TRACE_RECORD,
  |  |  507|       |    &&TARGET_TRACE_RECORD,
  |  |  508|       |    &&TARGET_TRACE_RECORD,
  |  |  509|       |    &&TARGET_TRACE_RECORD,
  |  |  510|       |    &&TARGET_TRACE_RECORD,
  |  |  511|       |    &&TARGET_TRACE_RECORD,
  |  |  512|       |    &&TARGET_TRACE_RECORD,
  |  |  513|       |    &&TARGET_TRACE_RECORD,
  |  |  514|       |    &&TARGET_TRACE_RECORD,
  |  |  515|       |    &&TARGET_TRACE_RECORD,
  |  |  516|       |    &&TARGET_TRACE_RECORD,
  |  |  517|       |    &&TARGET_TRACE_RECORD,
  |  |  518|       |};
  |  |  519|       |#endif
  |  |  520|       |#else /* _Py_TAIL_CALL_INTERP */
  |  |  521|       |static py_tail_call_funcptr instruction_funcptr_handler_table[256];
  |  |  522|       |
  |  |  523|       |static py_tail_call_funcptr instruction_funcptr_tracing_table[256];
  |  |  524|       |
  |  |  525|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_pop_2_error(TAIL_CALL_PARAMS);
  |  |  526|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_pop_1_error(TAIL_CALL_PARAMS);
  |  |  527|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_error(TAIL_CALL_PARAMS);
  |  |  528|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_exception_unwind(TAIL_CALL_PARAMS);
  |  |  529|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_exit_unwind(TAIL_CALL_PARAMS);
  |  |  530|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_exit_unwind_notrace(TAIL_CALL_PARAMS);
  |  |  531|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_start_frame(TAIL_CALL_PARAMS);
  |  |  532|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_stop_tracing(TAIL_CALL_PARAMS);
  |  |  533|       |
  |  |  534|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP(TAIL_CALL_PARAMS);
  |  |  535|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_ADD_FLOAT(TAIL_CALL_PARAMS);
  |  |  536|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_ADD_INT(TAIL_CALL_PARAMS);
  |  |  537|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_ADD_UNICODE(TAIL_CALL_PARAMS);
  |  |  538|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_EXTEND(TAIL_CALL_PARAMS);
  |  |  539|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_INPLACE_ADD_UNICODE(TAIL_CALL_PARAMS);
  |  |  540|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_MULTIPLY_FLOAT(TAIL_CALL_PARAMS);
  |  |  541|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_MULTIPLY_INT(TAIL_CALL_PARAMS);
  |  |  542|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_SUBSCR_DICT(TAIL_CALL_PARAMS);
  |  |  543|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_SUBSCR_GETITEM(TAIL_CALL_PARAMS);
  |  |  544|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_SUBSCR_LIST_INT(TAIL_CALL_PARAMS);
  |  |  545|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_SUBSCR_LIST_SLICE(TAIL_CALL_PARAMS);
  |  |  546|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_SUBSCR_STR_INT(TAIL_CALL_PARAMS);
  |  |  547|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_SUBSCR_TUPLE_INT(TAIL_CALL_PARAMS);
  |  |  548|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_SUBSCR_USTR_INT(TAIL_CALL_PARAMS);
  |  |  549|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_SUBTRACT_FLOAT(TAIL_CALL_PARAMS);
  |  |  550|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_OP_SUBTRACT_INT(TAIL_CALL_PARAMS);
  |  |  551|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BINARY_SLICE(TAIL_CALL_PARAMS);
  |  |  552|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BUILD_INTERPOLATION(TAIL_CALL_PARAMS);
  |  |  553|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BUILD_LIST(TAIL_CALL_PARAMS);
  |  |  554|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BUILD_MAP(TAIL_CALL_PARAMS);
  |  |  555|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BUILD_SET(TAIL_CALL_PARAMS);
  |  |  556|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BUILD_SLICE(TAIL_CALL_PARAMS);
  |  |  557|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BUILD_STRING(TAIL_CALL_PARAMS);
  |  |  558|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BUILD_TEMPLATE(TAIL_CALL_PARAMS);
  |  |  559|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_BUILD_TUPLE(TAIL_CALL_PARAMS);
  |  |  560|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CACHE(TAIL_CALL_PARAMS);
  |  |  561|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL(TAIL_CALL_PARAMS);
  |  |  562|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_ALLOC_AND_ENTER_INIT(TAIL_CALL_PARAMS);
  |  |  563|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_BOUND_METHOD_EXACT_ARGS(TAIL_CALL_PARAMS);
  |  |  564|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_BOUND_METHOD_GENERAL(TAIL_CALL_PARAMS);
  |  |  565|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_BUILTIN_CLASS(TAIL_CALL_PARAMS);
  |  |  566|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_BUILTIN_FAST(TAIL_CALL_PARAMS);
  |  |  567|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_BUILTIN_FAST_WITH_KEYWORDS(TAIL_CALL_PARAMS);
  |  |  568|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_BUILTIN_O(TAIL_CALL_PARAMS);
  |  |  569|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_EX_NON_PY_GENERAL(TAIL_CALL_PARAMS);
  |  |  570|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_EX_PY(TAIL_CALL_PARAMS);
  |  |  571|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_FUNCTION_EX(TAIL_CALL_PARAMS);
  |  |  572|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_INTRINSIC_1(TAIL_CALL_PARAMS);
  |  |  573|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_INTRINSIC_2(TAIL_CALL_PARAMS);
  |  |  574|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_ISINSTANCE(TAIL_CALL_PARAMS);
  |  |  575|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_KW(TAIL_CALL_PARAMS);
  |  |  576|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_KW_BOUND_METHOD(TAIL_CALL_PARAMS);
  |  |  577|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_KW_NON_PY(TAIL_CALL_PARAMS);
  |  |  578|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_KW_PY(TAIL_CALL_PARAMS);
  |  |  579|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_LEN(TAIL_CALL_PARAMS);
  |  |  580|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_LIST_APPEND(TAIL_CALL_PARAMS);
  |  |  581|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_METHOD_DESCRIPTOR_FAST(TAIL_CALL_PARAMS);
  |  |  582|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS(TAIL_CALL_PARAMS);
  |  |  583|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_METHOD_DESCRIPTOR_NOARGS(TAIL_CALL_PARAMS);
  |  |  584|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_METHOD_DESCRIPTOR_O(TAIL_CALL_PARAMS);
  |  |  585|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_NON_PY_GENERAL(TAIL_CALL_PARAMS);
  |  |  586|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_PY_EXACT_ARGS(TAIL_CALL_PARAMS);
  |  |  587|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_PY_GENERAL(TAIL_CALL_PARAMS);
  |  |  588|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_STR_1(TAIL_CALL_PARAMS);
  |  |  589|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_TUPLE_1(TAIL_CALL_PARAMS);
  |  |  590|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CALL_TYPE_1(TAIL_CALL_PARAMS);
  |  |  591|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CHECK_EG_MATCH(TAIL_CALL_PARAMS);
  |  |  592|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CHECK_EXC_MATCH(TAIL_CALL_PARAMS);
  |  |  593|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CLEANUP_THROW(TAIL_CALL_PARAMS);
  |  |  594|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_COMPARE_OP(TAIL_CALL_PARAMS);
  |  |  595|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_COMPARE_OP_FLOAT(TAIL_CALL_PARAMS);
  |  |  596|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_COMPARE_OP_INT(TAIL_CALL_PARAMS);
  |  |  597|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_COMPARE_OP_STR(TAIL_CALL_PARAMS);
  |  |  598|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CONTAINS_OP(TAIL_CALL_PARAMS);
  |  |  599|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CONTAINS_OP_DICT(TAIL_CALL_PARAMS);
  |  |  600|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CONTAINS_OP_SET(TAIL_CALL_PARAMS);
  |  |  601|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_CONVERT_VALUE(TAIL_CALL_PARAMS);
  |  |  602|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_COPY(TAIL_CALL_PARAMS);
  |  |  603|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_COPY_FREE_VARS(TAIL_CALL_PARAMS);
  |  |  604|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_DELETE_ATTR(TAIL_CALL_PARAMS);
  |  |  605|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_DELETE_DEREF(TAIL_CALL_PARAMS);
  |  |  606|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_DELETE_FAST(TAIL_CALL_PARAMS);
  |  |  607|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_DELETE_GLOBAL(TAIL_CALL_PARAMS);
  |  |  608|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_DELETE_NAME(TAIL_CALL_PARAMS);
  |  |  609|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_DELETE_SUBSCR(TAIL_CALL_PARAMS);
  |  |  610|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_DICT_MERGE(TAIL_CALL_PARAMS);
  |  |  611|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_DICT_UPDATE(TAIL_CALL_PARAMS);
  |  |  612|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_END_ASYNC_FOR(TAIL_CALL_PARAMS);
  |  |  613|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_END_FOR(TAIL_CALL_PARAMS);
  |  |  614|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_END_SEND(TAIL_CALL_PARAMS);
  |  |  615|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_ENTER_EXECUTOR(TAIL_CALL_PARAMS);
  |  |  616|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_EXIT_INIT_CHECK(TAIL_CALL_PARAMS);
  |  |  617|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_EXTENDED_ARG(TAIL_CALL_PARAMS);
  |  |  618|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_FORMAT_SIMPLE(TAIL_CALL_PARAMS);
  |  |  619|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_FORMAT_WITH_SPEC(TAIL_CALL_PARAMS);
  |  |  620|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_FOR_ITER(TAIL_CALL_PARAMS);
  |  |  621|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_FOR_ITER_GEN(TAIL_CALL_PARAMS);
  |  |  622|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_FOR_ITER_LIST(TAIL_CALL_PARAMS);
  |  |  623|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_FOR_ITER_RANGE(TAIL_CALL_PARAMS);
  |  |  624|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_FOR_ITER_TUPLE(TAIL_CALL_PARAMS);
  |  |  625|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_FOR_ITER_VIRTUAL(TAIL_CALL_PARAMS);
  |  |  626|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_GET_AITER(TAIL_CALL_PARAMS);
  |  |  627|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_GET_ANEXT(TAIL_CALL_PARAMS);
  |  |  628|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_GET_AWAITABLE(TAIL_CALL_PARAMS);
  |  |  629|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_GET_ITER(TAIL_CALL_PARAMS);
  |  |  630|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_GET_ITER_SELF(TAIL_CALL_PARAMS);
  |  |  631|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_GET_ITER_VIRTUAL(TAIL_CALL_PARAMS);
  |  |  632|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_GET_LEN(TAIL_CALL_PARAMS);
  |  |  633|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_IMPORT_FROM(TAIL_CALL_PARAMS);
  |  |  634|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_IMPORT_NAME(TAIL_CALL_PARAMS);
  |  |  635|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_CALL(TAIL_CALL_PARAMS);
  |  |  636|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_CALL_FUNCTION_EX(TAIL_CALL_PARAMS);
  |  |  637|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_CALL_KW(TAIL_CALL_PARAMS);
  |  |  638|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_END_ASYNC_FOR(TAIL_CALL_PARAMS);
  |  |  639|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_END_FOR(TAIL_CALL_PARAMS);
  |  |  640|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_END_SEND(TAIL_CALL_PARAMS);
  |  |  641|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_FOR_ITER(TAIL_CALL_PARAMS);
  |  |  642|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_INSTRUCTION(TAIL_CALL_PARAMS);
  |  |  643|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_JUMP_BACKWARD(TAIL_CALL_PARAMS);
  |  |  644|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_JUMP_FORWARD(TAIL_CALL_PARAMS);
  |  |  645|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_LINE(TAIL_CALL_PARAMS);
  |  |  646|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_LOAD_SUPER_ATTR(TAIL_CALL_PARAMS);
  |  |  647|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_NOT_TAKEN(TAIL_CALL_PARAMS);
  |  |  648|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_POP_ITER(TAIL_CALL_PARAMS);
  |  |  649|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_POP_JUMP_IF_FALSE(TAIL_CALL_PARAMS);
  |  |  650|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_POP_JUMP_IF_NONE(TAIL_CALL_PARAMS);
  |  |  651|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_POP_JUMP_IF_NOT_NONE(TAIL_CALL_PARAMS);
  |  |  652|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_POP_JUMP_IF_TRUE(TAIL_CALL_PARAMS);
  |  |  653|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_RESUME(TAIL_CALL_PARAMS);
  |  |  654|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_RETURN_VALUE(TAIL_CALL_PARAMS);
  |  |  655|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INSTRUMENTED_YIELD_VALUE(TAIL_CALL_PARAMS);
  |  |  656|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_INTERPRETER_EXIT(TAIL_CALL_PARAMS);
  |  |  657|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_IS_OP(TAIL_CALL_PARAMS);
  |  |  658|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_JUMP_BACKWARD(TAIL_CALL_PARAMS);
  |  |  659|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_JUMP_BACKWARD_JIT(TAIL_CALL_PARAMS);
  |  |  660|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_JUMP_BACKWARD_NO_INTERRUPT(TAIL_CALL_PARAMS);
  |  |  661|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_JUMP_BACKWARD_NO_JIT(TAIL_CALL_PARAMS);
  |  |  662|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_JUMP_FORWARD(TAIL_CALL_PARAMS);
  |  |  663|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LIST_APPEND(TAIL_CALL_PARAMS);
  |  |  664|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LIST_EXTEND(TAIL_CALL_PARAMS);
  |  |  665|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR(TAIL_CALL_PARAMS);
  |  |  666|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_CLASS(TAIL_CALL_PARAMS);
  |  |  667|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_CLASS_WITH_METACLASS_CHECK(TAIL_CALL_PARAMS);
  |  |  668|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN(TAIL_CALL_PARAMS);
  |  |  669|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_INSTANCE_VALUE(TAIL_CALL_PARAMS);
  |  |  670|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_METHOD_LAZY_DICT(TAIL_CALL_PARAMS);
  |  |  671|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_METHOD_NO_DICT(TAIL_CALL_PARAMS);
  |  |  672|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_METHOD_WITH_VALUES(TAIL_CALL_PARAMS);
  |  |  673|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_MODULE(TAIL_CALL_PARAMS);
  |  |  674|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_NONDESCRIPTOR_NO_DICT(TAIL_CALL_PARAMS);
  |  |  675|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES(TAIL_CALL_PARAMS);
  |  |  676|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_PROPERTY(TAIL_CALL_PARAMS);
  |  |  677|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_SLOT(TAIL_CALL_PARAMS);
  |  |  678|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_ATTR_WITH_HINT(TAIL_CALL_PARAMS);
  |  |  679|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_BUILD_CLASS(TAIL_CALL_PARAMS);
  |  |  680|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_COMMON_CONSTANT(TAIL_CALL_PARAMS);
  |  |  681|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_CONST(TAIL_CALL_PARAMS);
  |  |  682|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_DEREF(TAIL_CALL_PARAMS);
  |  |  683|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_FAST(TAIL_CALL_PARAMS);
  |  |  684|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_FAST_AND_CLEAR(TAIL_CALL_PARAMS);
  |  |  685|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_FAST_BORROW(TAIL_CALL_PARAMS);
  |  |  686|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_FAST_BORROW_LOAD_FAST_BORROW(TAIL_CALL_PARAMS);
  |  |  687|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_FAST_CHECK(TAIL_CALL_PARAMS);
  |  |  688|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_FAST_LOAD_FAST(TAIL_CALL_PARAMS);
  |  |  689|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_FROM_DICT_OR_DEREF(TAIL_CALL_PARAMS);
  |  |  690|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_FROM_DICT_OR_GLOBALS(TAIL_CALL_PARAMS);
  |  |  691|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_GLOBAL(TAIL_CALL_PARAMS);
  |  |  692|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_GLOBAL_BUILTIN(TAIL_CALL_PARAMS);
  |  |  693|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_GLOBAL_MODULE(TAIL_CALL_PARAMS);
  |  |  694|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_LOCALS(TAIL_CALL_PARAMS);
  |  |  695|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_NAME(TAIL_CALL_PARAMS);
  |  |  696|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_SMALL_INT(TAIL_CALL_PARAMS);
  |  |  697|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_SPECIAL(TAIL_CALL_PARAMS);
  |  |  698|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_SUPER_ATTR(TAIL_CALL_PARAMS);
  |  |  699|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_SUPER_ATTR_ATTR(TAIL_CALL_PARAMS);
  |  |  700|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_LOAD_SUPER_ATTR_METHOD(TAIL_CALL_PARAMS);
  |  |  701|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_MAKE_CELL(TAIL_CALL_PARAMS);
  |  |  702|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_MAKE_FUNCTION(TAIL_CALL_PARAMS);
  |  |  703|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_MAP_ADD(TAIL_CALL_PARAMS);
  |  |  704|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_MATCH_CLASS(TAIL_CALL_PARAMS);
  |  |  705|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_MATCH_KEYS(TAIL_CALL_PARAMS);
  |  |  706|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_MATCH_MAPPING(TAIL_CALL_PARAMS);
  |  |  707|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_MATCH_SEQUENCE(TAIL_CALL_PARAMS);
  |  |  708|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_NOP(TAIL_CALL_PARAMS);
  |  |  709|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_NOT_TAKEN(TAIL_CALL_PARAMS);
  |  |  710|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_POP_EXCEPT(TAIL_CALL_PARAMS);
  |  |  711|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_POP_ITER(TAIL_CALL_PARAMS);
  |  |  712|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_POP_JUMP_IF_FALSE(TAIL_CALL_PARAMS);
  |  |  713|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_POP_JUMP_IF_NONE(TAIL_CALL_PARAMS);
  |  |  714|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_POP_JUMP_IF_NOT_NONE(TAIL_CALL_PARAMS);
  |  |  715|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_POP_JUMP_IF_TRUE(TAIL_CALL_PARAMS);
  |  |  716|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_POP_TOP(TAIL_CALL_PARAMS);
  |  |  717|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_PUSH_EXC_INFO(TAIL_CALL_PARAMS);
  |  |  718|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_PUSH_NULL(TAIL_CALL_PARAMS);
  |  |  719|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_RAISE_VARARGS(TAIL_CALL_PARAMS);
  |  |  720|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_RERAISE(TAIL_CALL_PARAMS);
  |  |  721|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_RESERVED(TAIL_CALL_PARAMS);
  |  |  722|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_RESUME(TAIL_CALL_PARAMS);
  |  |  723|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_RESUME_CHECK(TAIL_CALL_PARAMS);
  |  |  724|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_RESUME_CHECK_JIT(TAIL_CALL_PARAMS);
  |  |  725|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_RETURN_GENERATOR(TAIL_CALL_PARAMS);
  |  |  726|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_RETURN_VALUE(TAIL_CALL_PARAMS);
  |  |  727|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_SEND(TAIL_CALL_PARAMS);
  |  |  728|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_SEND_ASYNC_GEN(TAIL_CALL_PARAMS);
  |  |  729|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_SEND_GEN(TAIL_CALL_PARAMS);
  |  |  730|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_SEND_VIRTUAL(TAIL_CALL_PARAMS);
  |  |  731|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_SETUP_ANNOTATIONS(TAIL_CALL_PARAMS);
  |  |  732|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_SET_ADD(TAIL_CALL_PARAMS);
  |  |  733|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_SET_FUNCTION_ATTRIBUTE(TAIL_CALL_PARAMS);
  |  |  734|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_SET_UPDATE(TAIL_CALL_PARAMS);
  |  |  735|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_ATTR(TAIL_CALL_PARAMS);
  |  |  736|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_ATTR_INSTANCE_VALUE(TAIL_CALL_PARAMS);
  |  |  737|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_ATTR_SLOT(TAIL_CALL_PARAMS);
  |  |  738|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_ATTR_WITH_HINT(TAIL_CALL_PARAMS);
  |  |  739|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_DEREF(TAIL_CALL_PARAMS);
  |  |  740|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_FAST(TAIL_CALL_PARAMS);
  |  |  741|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_FAST_LOAD_FAST(TAIL_CALL_PARAMS);
  |  |  742|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_FAST_STORE_FAST(TAIL_CALL_PARAMS);
  |  |  743|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_GLOBAL(TAIL_CALL_PARAMS);
  |  |  744|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_NAME(TAIL_CALL_PARAMS);
  |  |  745|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_SLICE(TAIL_CALL_PARAMS);
  |  |  746|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_SUBSCR(TAIL_CALL_PARAMS);
  |  |  747|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_SUBSCR_DICT(TAIL_CALL_PARAMS);
  |  |  748|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_STORE_SUBSCR_LIST_INT(TAIL_CALL_PARAMS);
  |  |  749|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_SWAP(TAIL_CALL_PARAMS);
  |  |  750|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_TO_BOOL(TAIL_CALL_PARAMS);
  |  |  751|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_TO_BOOL_ALWAYS_TRUE(TAIL_CALL_PARAMS);
  |  |  752|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_TO_BOOL_BOOL(TAIL_CALL_PARAMS);
  |  |  753|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_TO_BOOL_INT(TAIL_CALL_PARAMS);
  |  |  754|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_TO_BOOL_LIST(TAIL_CALL_PARAMS);
  |  |  755|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_TO_BOOL_NONE(TAIL_CALL_PARAMS);
  |  |  756|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_TO_BOOL_STR(TAIL_CALL_PARAMS);
  |  |  757|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_TRACE_RECORD(TAIL_CALL_PARAMS);
  |  |  758|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_UNARY_INVERT(TAIL_CALL_PARAMS);
  |  |  759|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_UNARY_NEGATIVE(TAIL_CALL_PARAMS);
  |  |  760|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_UNARY_NOT(TAIL_CALL_PARAMS);
  |  |  761|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_UNPACK_EX(TAIL_CALL_PARAMS);
  |  |  762|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_UNPACK_SEQUENCE(TAIL_CALL_PARAMS);
  |  |  763|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_UNPACK_SEQUENCE_LIST(TAIL_CALL_PARAMS);
  |  |  764|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_UNPACK_SEQUENCE_TUPLE(TAIL_CALL_PARAMS);
  |  |  765|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_UNPACK_SEQUENCE_TWO_TUPLE(TAIL_CALL_PARAMS);
  |  |  766|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_WITH_EXCEPT_START(TAIL_CALL_PARAMS);
  |  |  767|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_YIELD_VALUE(TAIL_CALL_PARAMS);
  |  |  768|       |
  |  |  769|       |static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_UNKNOWN_OPCODE(TAIL_CALL_PARAMS) {
  |  |  770|       |    int opcode = next_instr->op.code;
  |  |  771|       |    _PyErr_Format(tstate, PyExc_SystemError,
  |  |  772|       |              "%U:%d: unknown opcode %d",
  |  |  773|       |              _PyFrame_GetCode(frame)->co_filename,
  |  |  774|       |              PyUnstable_InterpreterFrame_GetLine(frame),
  |  |  775|       |              opcode);
  |  |  776|       |JUMP_TO_LABEL(error);
  |  |  777|       |}
  |  |  778|       |
  |  |  779|       |static py_tail_call_funcptr instruction_funcptr_handler_table[256] = {
  |  |  780|       |    [BINARY_OP] = _TAIL_CALL_BINARY_OP,
  |  |  781|       |    [BINARY_OP_ADD_FLOAT] = _TAIL_CALL_BINARY_OP_ADD_FLOAT,
  |  |  782|       |    [BINARY_OP_ADD_INT] = _TAIL_CALL_BINARY_OP_ADD_INT,
  |  |  783|       |    [BINARY_OP_ADD_UNICODE] = _TAIL_CALL_BINARY_OP_ADD_UNICODE,
  |  |  784|       |    [BINARY_OP_EXTEND] = _TAIL_CALL_BINARY_OP_EXTEND,
  |  |  785|       |    [BINARY_OP_INPLACE_ADD_UNICODE] = _TAIL_CALL_BINARY_OP_INPLACE_ADD_UNICODE,
  |  |  786|       |    [BINARY_OP_MULTIPLY_FLOAT] = _TAIL_CALL_BINARY_OP_MULTIPLY_FLOAT,
  |  |  787|       |    [BINARY_OP_MULTIPLY_INT] = _TAIL_CALL_BINARY_OP_MULTIPLY_INT,
  |  |  788|       |    [BINARY_OP_SUBSCR_DICT] = _TAIL_CALL_BINARY_OP_SUBSCR_DICT,
  |  |  789|       |    [BINARY_OP_SUBSCR_GETITEM] = _TAIL_CALL_BINARY_OP_SUBSCR_GETITEM,
  |  |  790|       |    [BINARY_OP_SUBSCR_LIST_INT] = _TAIL_CALL_BINARY_OP_SUBSCR_LIST_INT,
  |  |  791|       |    [BINARY_OP_SUBSCR_LIST_SLICE] = _TAIL_CALL_BINARY_OP_SUBSCR_LIST_SLICE,
  |  |  792|       |    [BINARY_OP_SUBSCR_STR_INT] = _TAIL_CALL_BINARY_OP_SUBSCR_STR_INT,
  |  |  793|       |    [BINARY_OP_SUBSCR_TUPLE_INT] = _TAIL_CALL_BINARY_OP_SUBSCR_TUPLE_INT,
  |  |  794|       |    [BINARY_OP_SUBSCR_USTR_INT] = _TAIL_CALL_BINARY_OP_SUBSCR_USTR_INT,
  |  |  795|       |    [BINARY_OP_SUBTRACT_FLOAT] = _TAIL_CALL_BINARY_OP_SUBTRACT_FLOAT,
  |  |  796|       |    [BINARY_OP_SUBTRACT_INT] = _TAIL_CALL_BINARY_OP_SUBTRACT_INT,
  |  |  797|       |    [BINARY_SLICE] = _TAIL_CALL_BINARY_SLICE,
  |  |  798|       |    [BUILD_INTERPOLATION] = _TAIL_CALL_BUILD_INTERPOLATION,
  |  |  799|       |    [BUILD_LIST] = _TAIL_CALL_BUILD_LIST,
  |  |  800|       |    [BUILD_MAP] = _TAIL_CALL_BUILD_MAP,
  |  |  801|       |    [BUILD_SET] = _TAIL_CALL_BUILD_SET,
  |  |  802|       |    [BUILD_SLICE] = _TAIL_CALL_BUILD_SLICE,
  |  |  803|       |    [BUILD_STRING] = _TAIL_CALL_BUILD_STRING,
  |  |  804|       |    [BUILD_TEMPLATE] = _TAIL_CALL_BUILD_TEMPLATE,
  |  |  805|       |    [BUILD_TUPLE] = _TAIL_CALL_BUILD_TUPLE,
  |  |  806|       |    [CACHE] = _TAIL_CALL_CACHE,
  |  |  807|       |    [CALL] = _TAIL_CALL_CALL,
  |  |  808|       |    [CALL_ALLOC_AND_ENTER_INIT] = _TAIL_CALL_CALL_ALLOC_AND_ENTER_INIT,
  |  |  809|       |    [CALL_BOUND_METHOD_EXACT_ARGS] = _TAIL_CALL_CALL_BOUND_METHOD_EXACT_ARGS,
  |  |  810|       |    [CALL_BOUND_METHOD_GENERAL] = _TAIL_CALL_CALL_BOUND_METHOD_GENERAL,
  |  |  811|       |    [CALL_BUILTIN_CLASS] = _TAIL_CALL_CALL_BUILTIN_CLASS,
  |  |  812|       |    [CALL_BUILTIN_FAST] = _TAIL_CALL_CALL_BUILTIN_FAST,
  |  |  813|       |    [CALL_BUILTIN_FAST_WITH_KEYWORDS] = _TAIL_CALL_CALL_BUILTIN_FAST_WITH_KEYWORDS,
  |  |  814|       |    [CALL_BUILTIN_O] = _TAIL_CALL_CALL_BUILTIN_O,
  |  |  815|       |    [CALL_EX_NON_PY_GENERAL] = _TAIL_CALL_CALL_EX_NON_PY_GENERAL,
  |  |  816|       |    [CALL_EX_PY] = _TAIL_CALL_CALL_EX_PY,
  |  |  817|       |    [CALL_FUNCTION_EX] = _TAIL_CALL_CALL_FUNCTION_EX,
  |  |  818|       |    [CALL_INTRINSIC_1] = _TAIL_CALL_CALL_INTRINSIC_1,
  |  |  819|       |    [CALL_INTRINSIC_2] = _TAIL_CALL_CALL_INTRINSIC_2,
  |  |  820|       |    [CALL_ISINSTANCE] = _TAIL_CALL_CALL_ISINSTANCE,
  |  |  821|       |    [CALL_KW] = _TAIL_CALL_CALL_KW,
  |  |  822|       |    [CALL_KW_BOUND_METHOD] = _TAIL_CALL_CALL_KW_BOUND_METHOD,
  |  |  823|       |    [CALL_KW_NON_PY] = _TAIL_CALL_CALL_KW_NON_PY,
  |  |  824|       |    [CALL_KW_PY] = _TAIL_CALL_CALL_KW_PY,
  |  |  825|       |    [CALL_LEN] = _TAIL_CALL_CALL_LEN,
  |  |  826|       |    [CALL_LIST_APPEND] = _TAIL_CALL_CALL_LIST_APPEND,
  |  |  827|       |    [CALL_METHOD_DESCRIPTOR_FAST] = _TAIL_CALL_CALL_METHOD_DESCRIPTOR_FAST,
  |  |  828|       |    [CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS] = _TAIL_CALL_CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS,
  |  |  829|       |    [CALL_METHOD_DESCRIPTOR_NOARGS] = _TAIL_CALL_CALL_METHOD_DESCRIPTOR_NOARGS,
  |  |  830|       |    [CALL_METHOD_DESCRIPTOR_O] = _TAIL_CALL_CALL_METHOD_DESCRIPTOR_O,
  |  |  831|       |    [CALL_NON_PY_GENERAL] = _TAIL_CALL_CALL_NON_PY_GENERAL,
  |  |  832|       |    [CALL_PY_EXACT_ARGS] = _TAIL_CALL_CALL_PY_EXACT_ARGS,
  |  |  833|       |    [CALL_PY_GENERAL] = _TAIL_CALL_CALL_PY_GENERAL,
  |  |  834|       |    [CALL_STR_1] = _TAIL_CALL_CALL_STR_1,
  |  |  835|       |    [CALL_TUPLE_1] = _TAIL_CALL_CALL_TUPLE_1,
  |  |  836|       |    [CALL_TYPE_1] = _TAIL_CALL_CALL_TYPE_1,
  |  |  837|       |    [CHECK_EG_MATCH] = _TAIL_CALL_CHECK_EG_MATCH,
  |  |  838|       |    [CHECK_EXC_MATCH] = _TAIL_CALL_CHECK_EXC_MATCH,
  |  |  839|       |    [CLEANUP_THROW] = _TAIL_CALL_CLEANUP_THROW,
  |  |  840|       |    [COMPARE_OP] = _TAIL_CALL_COMPARE_OP,
  |  |  841|       |    [COMPARE_OP_FLOAT] = _TAIL_CALL_COMPARE_OP_FLOAT,
  |  |  842|       |    [COMPARE_OP_INT] = _TAIL_CALL_COMPARE_OP_INT,
  |  |  843|       |    [COMPARE_OP_STR] = _TAIL_CALL_COMPARE_OP_STR,
  |  |  844|       |    [CONTAINS_OP] = _TAIL_CALL_CONTAINS_OP,
  |  |  845|       |    [CONTAINS_OP_DICT] = _TAIL_CALL_CONTAINS_OP_DICT,
  |  |  846|       |    [CONTAINS_OP_SET] = _TAIL_CALL_CONTAINS_OP_SET,
  |  |  847|       |    [CONVERT_VALUE] = _TAIL_CALL_CONVERT_VALUE,
  |  |  848|       |    [COPY] = _TAIL_CALL_COPY,
  |  |  849|       |    [COPY_FREE_VARS] = _TAIL_CALL_COPY_FREE_VARS,
  |  |  850|       |    [DELETE_ATTR] = _TAIL_CALL_DELETE_ATTR,
  |  |  851|       |    [DELETE_DEREF] = _TAIL_CALL_DELETE_DEREF,
  |  |  852|       |    [DELETE_FAST] = _TAIL_CALL_DELETE_FAST,
  |  |  853|       |    [DELETE_GLOBAL] = _TAIL_CALL_DELETE_GLOBAL,
  |  |  854|       |    [DELETE_NAME] = _TAIL_CALL_DELETE_NAME,
  |  |  855|       |    [DELETE_SUBSCR] = _TAIL_CALL_DELETE_SUBSCR,
  |  |  856|       |    [DICT_MERGE] = _TAIL_CALL_DICT_MERGE,
  |  |  857|       |    [DICT_UPDATE] = _TAIL_CALL_DICT_UPDATE,
  |  |  858|       |    [END_ASYNC_FOR] = _TAIL_CALL_END_ASYNC_FOR,
  |  |  859|       |    [END_FOR] = _TAIL_CALL_END_FOR,
  |  |  860|       |    [END_SEND] = _TAIL_CALL_END_SEND,
  |  |  861|       |    [ENTER_EXECUTOR] = _TAIL_CALL_ENTER_EXECUTOR,
  |  |  862|       |    [EXIT_INIT_CHECK] = _TAIL_CALL_EXIT_INIT_CHECK,
  |  |  863|       |    [EXTENDED_ARG] = _TAIL_CALL_EXTENDED_ARG,
  |  |  864|       |    [FORMAT_SIMPLE] = _TAIL_CALL_FORMAT_SIMPLE,
  |  |  865|       |    [FORMAT_WITH_SPEC] = _TAIL_CALL_FORMAT_WITH_SPEC,
  |  |  866|       |    [FOR_ITER] = _TAIL_CALL_FOR_ITER,
  |  |  867|       |    [FOR_ITER_GEN] = _TAIL_CALL_FOR_ITER_GEN,
  |  |  868|       |    [FOR_ITER_LIST] = _TAIL_CALL_FOR_ITER_LIST,
  |  |  869|       |    [FOR_ITER_RANGE] = _TAIL_CALL_FOR_ITER_RANGE,
  |  |  870|       |    [FOR_ITER_TUPLE] = _TAIL_CALL_FOR_ITER_TUPLE,
  |  |  871|       |    [FOR_ITER_VIRTUAL] = _TAIL_CALL_FOR_ITER_VIRTUAL,
  |  |  872|       |    [GET_AITER] = _TAIL_CALL_GET_AITER,
  |  |  873|       |    [GET_ANEXT] = _TAIL_CALL_GET_ANEXT,
  |  |  874|       |    [GET_AWAITABLE] = _TAIL_CALL_GET_AWAITABLE,
  |  |  875|       |    [GET_ITER] = _TAIL_CALL_GET_ITER,
  |  |  876|       |    [GET_ITER_SELF] = _TAIL_CALL_GET_ITER_SELF,
  |  |  877|       |    [GET_ITER_VIRTUAL] = _TAIL_CALL_GET_ITER_VIRTUAL,
  |  |  878|       |    [GET_LEN] = _TAIL_CALL_GET_LEN,
  |  |  879|       |    [IMPORT_FROM] = _TAIL_CALL_IMPORT_FROM,
  |  |  880|       |    [IMPORT_NAME] = _TAIL_CALL_IMPORT_NAME,
  |  |  881|       |    [INSTRUMENTED_CALL] = _TAIL_CALL_INSTRUMENTED_CALL,
  |  |  882|       |    [INSTRUMENTED_CALL_FUNCTION_EX] = _TAIL_CALL_INSTRUMENTED_CALL_FUNCTION_EX,
  |  |  883|       |    [INSTRUMENTED_CALL_KW] = _TAIL_CALL_INSTRUMENTED_CALL_KW,
  |  |  884|       |    [INSTRUMENTED_END_ASYNC_FOR] = _TAIL_CALL_INSTRUMENTED_END_ASYNC_FOR,
  |  |  885|       |    [INSTRUMENTED_END_FOR] = _TAIL_CALL_INSTRUMENTED_END_FOR,
  |  |  886|       |    [INSTRUMENTED_END_SEND] = _TAIL_CALL_INSTRUMENTED_END_SEND,
  |  |  887|       |    [INSTRUMENTED_FOR_ITER] = _TAIL_CALL_INSTRUMENTED_FOR_ITER,
  |  |  888|       |    [INSTRUMENTED_INSTRUCTION] = _TAIL_CALL_INSTRUMENTED_INSTRUCTION,
  |  |  889|       |    [INSTRUMENTED_JUMP_BACKWARD] = _TAIL_CALL_INSTRUMENTED_JUMP_BACKWARD,
  |  |  890|       |    [INSTRUMENTED_JUMP_FORWARD] = _TAIL_CALL_INSTRUMENTED_JUMP_FORWARD,
  |  |  891|       |    [INSTRUMENTED_LINE] = _TAIL_CALL_INSTRUMENTED_LINE,
  |  |  892|       |    [INSTRUMENTED_LOAD_SUPER_ATTR] = _TAIL_CALL_INSTRUMENTED_LOAD_SUPER_ATTR,
  |  |  893|       |    [INSTRUMENTED_NOT_TAKEN] = _TAIL_CALL_INSTRUMENTED_NOT_TAKEN,
  |  |  894|       |    [INSTRUMENTED_POP_ITER] = _TAIL_CALL_INSTRUMENTED_POP_ITER,
  |  |  895|       |    [INSTRUMENTED_POP_JUMP_IF_FALSE] = _TAIL_CALL_INSTRUMENTED_POP_JUMP_IF_FALSE,
  |  |  896|       |    [INSTRUMENTED_POP_JUMP_IF_NONE] = _TAIL_CALL_INSTRUMENTED_POP_JUMP_IF_NONE,
  |  |  897|       |    [INSTRUMENTED_POP_JUMP_IF_NOT_NONE] = _TAIL_CALL_INSTRUMENTED_POP_JUMP_IF_NOT_NONE,
  |  |  898|       |    [INSTRUMENTED_POP_JUMP_IF_TRUE] = _TAIL_CALL_INSTRUMENTED_POP_JUMP_IF_TRUE,
  |  |  899|       |    [INSTRUMENTED_RESUME] = _TAIL_CALL_INSTRUMENTED_RESUME,
  |  |  900|       |    [INSTRUMENTED_RETURN_VALUE] = _TAIL_CALL_INSTRUMENTED_RETURN_VALUE,
  |  |  901|       |    [INSTRUMENTED_YIELD_VALUE] = _TAIL_CALL_INSTRUMENTED_YIELD_VALUE,
  |  |  902|       |    [INTERPRETER_EXIT] = _TAIL_CALL_INTERPRETER_EXIT,
  |  |  903|       |    [IS_OP] = _TAIL_CALL_IS_OP,
  |  |  904|       |    [JUMP_BACKWARD] = _TAIL_CALL_JUMP_BACKWARD,
  |  |  905|       |    [JUMP_BACKWARD_JIT] = _TAIL_CALL_JUMP_BACKWARD_JIT,
  |  |  906|       |    [JUMP_BACKWARD_NO_INTERRUPT] = _TAIL_CALL_JUMP_BACKWARD_NO_INTERRUPT,
  |  |  907|       |    [JUMP_BACKWARD_NO_JIT] = _TAIL_CALL_JUMP_BACKWARD_NO_JIT,
  |  |  908|       |    [JUMP_FORWARD] = _TAIL_CALL_JUMP_FORWARD,
  |  |  909|       |    [LIST_APPEND] = _TAIL_CALL_LIST_APPEND,
  |  |  910|       |    [LIST_EXTEND] = _TAIL_CALL_LIST_EXTEND,
  |  |  911|       |    [LOAD_ATTR] = _TAIL_CALL_LOAD_ATTR,
  |  |  912|       |    [LOAD_ATTR_CLASS] = _TAIL_CALL_LOAD_ATTR_CLASS,
  |  |  913|       |    [LOAD_ATTR_CLASS_WITH_METACLASS_CHECK] = _TAIL_CALL_LOAD_ATTR_CLASS_WITH_METACLASS_CHECK,
  |  |  914|       |    [LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN] = _TAIL_CALL_LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN,
  |  |  915|       |    [LOAD_ATTR_INSTANCE_VALUE] = _TAIL_CALL_LOAD_ATTR_INSTANCE_VALUE,
  |  |  916|       |    [LOAD_ATTR_METHOD_LAZY_DICT] = _TAIL_CALL_LOAD_ATTR_METHOD_LAZY_DICT,
  |  |  917|       |    [LOAD_ATTR_METHOD_NO_DICT] = _TAIL_CALL_LOAD_ATTR_METHOD_NO_DICT,
  |  |  918|       |    [LOAD_ATTR_METHOD_WITH_VALUES] = _TAIL_CALL_LOAD_ATTR_METHOD_WITH_VALUES,
  |  |  919|       |    [LOAD_ATTR_MODULE] = _TAIL_CALL_LOAD_ATTR_MODULE,
  |  |  920|       |    [LOAD_ATTR_NONDESCRIPTOR_NO_DICT] = _TAIL_CALL_LOAD_ATTR_NONDESCRIPTOR_NO_DICT,
  |  |  921|       |    [LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES] = _TAIL_CALL_LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES,
  |  |  922|       |    [LOAD_ATTR_PROPERTY] = _TAIL_CALL_LOAD_ATTR_PROPERTY,
  |  |  923|       |    [LOAD_ATTR_SLOT] = _TAIL_CALL_LOAD_ATTR_SLOT,
  |  |  924|       |    [LOAD_ATTR_WITH_HINT] = _TAIL_CALL_LOAD_ATTR_WITH_HINT,
  |  |  925|       |    [LOAD_BUILD_CLASS] = _TAIL_CALL_LOAD_BUILD_CLASS,
  |  |  926|       |    [LOAD_COMMON_CONSTANT] = _TAIL_CALL_LOAD_COMMON_CONSTANT,
  |  |  927|       |    [LOAD_CONST] = _TAIL_CALL_LOAD_CONST,
  |  |  928|       |    [LOAD_DEREF] = _TAIL_CALL_LOAD_DEREF,
  |  |  929|       |    [LOAD_FAST] = _TAIL_CALL_LOAD_FAST,
  |  |  930|       |    [LOAD_FAST_AND_CLEAR] = _TAIL_CALL_LOAD_FAST_AND_CLEAR,
  |  |  931|       |    [LOAD_FAST_BORROW] = _TAIL_CALL_LOAD_FAST_BORROW,
  |  |  932|       |    [LOAD_FAST_BORROW_LOAD_FAST_BORROW] = _TAIL_CALL_LOAD_FAST_BORROW_LOAD_FAST_BORROW,
  |  |  933|       |    [LOAD_FAST_CHECK] = _TAIL_CALL_LOAD_FAST_CHECK,
  |  |  934|       |    [LOAD_FAST_LOAD_FAST] = _TAIL_CALL_LOAD_FAST_LOAD_FAST,
  |  |  935|       |    [LOAD_FROM_DICT_OR_DEREF] = _TAIL_CALL_LOAD_FROM_DICT_OR_DEREF,
  |  |  936|       |    [LOAD_FROM_DICT_OR_GLOBALS] = _TAIL_CALL_LOAD_FROM_DICT_OR_GLOBALS,
  |  |  937|       |    [LOAD_GLOBAL] = _TAIL_CALL_LOAD_GLOBAL,
  |  |  938|       |    [LOAD_GLOBAL_BUILTIN] = _TAIL_CALL_LOAD_GLOBAL_BUILTIN,
  |  |  939|       |    [LOAD_GLOBAL_MODULE] = _TAIL_CALL_LOAD_GLOBAL_MODULE,
  |  |  940|       |    [LOAD_LOCALS] = _TAIL_CALL_LOAD_LOCALS,
  |  |  941|       |    [LOAD_NAME] = _TAIL_CALL_LOAD_NAME,
  |  |  942|       |    [LOAD_SMALL_INT] = _TAIL_CALL_LOAD_SMALL_INT,
  |  |  943|       |    [LOAD_SPECIAL] = _TAIL_CALL_LOAD_SPECIAL,
  |  |  944|       |    [LOAD_SUPER_ATTR] = _TAIL_CALL_LOAD_SUPER_ATTR,
  |  |  945|       |    [LOAD_SUPER_ATTR_ATTR] = _TAIL_CALL_LOAD_SUPER_ATTR_ATTR,
  |  |  946|       |    [LOAD_SUPER_ATTR_METHOD] = _TAIL_CALL_LOAD_SUPER_ATTR_METHOD,
  |  |  947|       |    [MAKE_CELL] = _TAIL_CALL_MAKE_CELL,
  |  |  948|       |    [MAKE_FUNCTION] = _TAIL_CALL_MAKE_FUNCTION,
  |  |  949|       |    [MAP_ADD] = _TAIL_CALL_MAP_ADD,
  |  |  950|       |    [MATCH_CLASS] = _TAIL_CALL_MATCH_CLASS,
  |  |  951|       |    [MATCH_KEYS] = _TAIL_CALL_MATCH_KEYS,
  |  |  952|       |    [MATCH_MAPPING] = _TAIL_CALL_MATCH_MAPPING,
  |  |  953|       |    [MATCH_SEQUENCE] = _TAIL_CALL_MATCH_SEQUENCE,
  |  |  954|       |    [NOP] = _TAIL_CALL_NOP,
  |  |  955|       |    [NOT_TAKEN] = _TAIL_CALL_NOT_TAKEN,
  |  |  956|       |    [POP_EXCEPT] = _TAIL_CALL_POP_EXCEPT,
  |  |  957|       |    [POP_ITER] = _TAIL_CALL_POP_ITER,
  |  |  958|       |    [POP_JUMP_IF_FALSE] = _TAIL_CALL_POP_JUMP_IF_FALSE,
  |  |  959|       |    [POP_JUMP_IF_NONE] = _TAIL_CALL_POP_JUMP_IF_NONE,
  |  |  960|       |    [POP_JUMP_IF_NOT_NONE] = _TAIL_CALL_POP_JUMP_IF_NOT_NONE,
  |  |  961|       |    [POP_JUMP_IF_TRUE] = _TAIL_CALL_POP_JUMP_IF_TRUE,
  |  |  962|       |    [POP_TOP] = _TAIL_CALL_POP_TOP,
  |  |  963|       |    [PUSH_EXC_INFO] = _TAIL_CALL_PUSH_EXC_INFO,
  |  |  964|       |    [PUSH_NULL] = _TAIL_CALL_PUSH_NULL,
  |  |  965|       |    [RAISE_VARARGS] = _TAIL_CALL_RAISE_VARARGS,
  |  |  966|       |    [RERAISE] = _TAIL_CALL_RERAISE,
  |  |  967|       |    [RESERVED] = _TAIL_CALL_RESERVED,
  |  |  968|       |    [RESUME] = _TAIL_CALL_RESUME,
  |  |  969|       |    [RESUME_CHECK] = _TAIL_CALL_RESUME_CHECK,
  |  |  970|       |    [RESUME_CHECK_JIT] = _TAIL_CALL_RESUME_CHECK_JIT,
  |  |  971|       |    [RETURN_GENERATOR] = _TAIL_CALL_RETURN_GENERATOR,
  |  |  972|       |    [RETURN_VALUE] = _TAIL_CALL_RETURN_VALUE,
  |  |  973|       |    [SEND] = _TAIL_CALL_SEND,
  |  |  974|       |    [SEND_ASYNC_GEN] = _TAIL_CALL_SEND_ASYNC_GEN,
  |  |  975|       |    [SEND_GEN] = _TAIL_CALL_SEND_GEN,
  |  |  976|       |    [SEND_VIRTUAL] = _TAIL_CALL_SEND_VIRTUAL,
  |  |  977|       |    [SETUP_ANNOTATIONS] = _TAIL_CALL_SETUP_ANNOTATIONS,
  |  |  978|       |    [SET_ADD] = _TAIL_CALL_SET_ADD,
  |  |  979|       |    [SET_FUNCTION_ATTRIBUTE] = _TAIL_CALL_SET_FUNCTION_ATTRIBUTE,
  |  |  980|       |    [SET_UPDATE] = _TAIL_CALL_SET_UPDATE,
  |  |  981|       |    [STORE_ATTR] = _TAIL_CALL_STORE_ATTR,
  |  |  982|       |    [STORE_ATTR_INSTANCE_VALUE] = _TAIL_CALL_STORE_ATTR_INSTANCE_VALUE,
  |  |  983|       |    [STORE_ATTR_SLOT] = _TAIL_CALL_STORE_ATTR_SLOT,
  |  |  984|       |    [STORE_ATTR_WITH_HINT] = _TAIL_CALL_STORE_ATTR_WITH_HINT,
  |  |  985|       |    [STORE_DEREF] = _TAIL_CALL_STORE_DEREF,
  |  |  986|       |    [STORE_FAST] = _TAIL_CALL_STORE_FAST,
  |  |  987|       |    [STORE_FAST_LOAD_FAST] = _TAIL_CALL_STORE_FAST_LOAD_FAST,
  |  |  988|       |    [STORE_FAST_STORE_FAST] = _TAIL_CALL_STORE_FAST_STORE_FAST,
  |  |  989|       |    [STORE_GLOBAL] = _TAIL_CALL_STORE_GLOBAL,
  |  |  990|       |    [STORE_NAME] = _TAIL_CALL_STORE_NAME,
  |  |  991|       |    [STORE_SLICE] = _TAIL_CALL_STORE_SLICE,
  |  |  992|       |    [STORE_SUBSCR] = _TAIL_CALL_STORE_SUBSCR,
  |  |  993|       |    [STORE_SUBSCR_DICT] = _TAIL_CALL_STORE_SUBSCR_DICT,
  |  |  994|       |    [STORE_SUBSCR_LIST_INT] = _TAIL_CALL_STORE_SUBSCR_LIST_INT,
  |  |  995|       |    [SWAP] = _TAIL_CALL_SWAP,
  |  |  996|       |    [TO_BOOL] = _TAIL_CALL_TO_BOOL,
  |  |  997|       |    [TO_BOOL_ALWAYS_TRUE] = _TAIL_CALL_TO_BOOL_ALWAYS_TRUE,
  |  |  998|       |    [TO_BOOL_BOOL] = _TAIL_CALL_TO_BOOL_BOOL,
  |  |  999|       |    [TO_BOOL_INT] = _TAIL_CALL_TO_BOOL_INT,
  |  | 1000|       |    [TO_BOOL_LIST] = _TAIL_CALL_TO_BOOL_LIST,
  |  | 1001|       |    [TO_BOOL_NONE] = _TAIL_CALL_TO_BOOL_NONE,
  |  | 1002|       |    [TO_BOOL_STR] = _TAIL_CALL_TO_BOOL_STR,
  |  | 1003|       |    [TRACE_RECORD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1004|       |    [UNARY_INVERT] = _TAIL_CALL_UNARY_INVERT,
  |  | 1005|       |    [UNARY_NEGATIVE] = _TAIL_CALL_UNARY_NEGATIVE,
  |  | 1006|       |    [UNARY_NOT] = _TAIL_CALL_UNARY_NOT,
  |  | 1007|       |    [UNPACK_EX] = _TAIL_CALL_UNPACK_EX,
  |  | 1008|       |    [UNPACK_SEQUENCE] = _TAIL_CALL_UNPACK_SEQUENCE,
  |  | 1009|       |    [UNPACK_SEQUENCE_LIST] = _TAIL_CALL_UNPACK_SEQUENCE_LIST,
  |  | 1010|       |    [UNPACK_SEQUENCE_TUPLE] = _TAIL_CALL_UNPACK_SEQUENCE_TUPLE,
  |  | 1011|       |    [UNPACK_SEQUENCE_TWO_TUPLE] = _TAIL_CALL_UNPACK_SEQUENCE_TWO_TUPLE,
  |  | 1012|       |    [WITH_EXCEPT_START] = _TAIL_CALL_WITH_EXCEPT_START,
  |  | 1013|       |    [YIELD_VALUE] = _TAIL_CALL_YIELD_VALUE,
  |  | 1014|       |    [120] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1015|       |    [121] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1016|       |    [122] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1017|       |    [123] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1018|       |    [124] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1019|       |    [125] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1020|       |    [126] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1021|       |    [127] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1022|       |    [219] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1023|       |    [220] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1024|       |    [221] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1025|       |    [222] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1026|       |    [223] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1027|       |    [224] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1028|       |    [225] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1029|       |    [226] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1030|       |    [227] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1031|       |    [228] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1032|       |    [229] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1033|       |    [230] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1034|       |    [231] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1035|       |    [232] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1036|       |};
  |  | 1037|       |static py_tail_call_funcptr instruction_funcptr_tracing_table[256] = {
  |  | 1038|       |    [BINARY_OP] = _TAIL_CALL_TRACE_RECORD,
  |  | 1039|       |    [BINARY_OP_ADD_FLOAT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1040|       |    [BINARY_OP_ADD_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1041|       |    [BINARY_OP_ADD_UNICODE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1042|       |    [BINARY_OP_EXTEND] = _TAIL_CALL_TRACE_RECORD,
  |  | 1043|       |    [BINARY_OP_INPLACE_ADD_UNICODE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1044|       |    [BINARY_OP_MULTIPLY_FLOAT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1045|       |    [BINARY_OP_MULTIPLY_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1046|       |    [BINARY_OP_SUBSCR_DICT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1047|       |    [BINARY_OP_SUBSCR_GETITEM] = _TAIL_CALL_TRACE_RECORD,
  |  | 1048|       |    [BINARY_OP_SUBSCR_LIST_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1049|       |    [BINARY_OP_SUBSCR_LIST_SLICE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1050|       |    [BINARY_OP_SUBSCR_STR_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1051|       |    [BINARY_OP_SUBSCR_TUPLE_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1052|       |    [BINARY_OP_SUBSCR_USTR_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1053|       |    [BINARY_OP_SUBTRACT_FLOAT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1054|       |    [BINARY_OP_SUBTRACT_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1055|       |    [BINARY_SLICE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1056|       |    [BUILD_INTERPOLATION] = _TAIL_CALL_TRACE_RECORD,
  |  | 1057|       |    [BUILD_LIST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1058|       |    [BUILD_MAP] = _TAIL_CALL_TRACE_RECORD,
  |  | 1059|       |    [BUILD_SET] = _TAIL_CALL_TRACE_RECORD,
  |  | 1060|       |    [BUILD_SLICE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1061|       |    [BUILD_STRING] = _TAIL_CALL_TRACE_RECORD,
  |  | 1062|       |    [BUILD_TEMPLATE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1063|       |    [BUILD_TUPLE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1064|       |    [CACHE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1065|       |    [CALL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1066|       |    [CALL_ALLOC_AND_ENTER_INIT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1067|       |    [CALL_BOUND_METHOD_EXACT_ARGS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1068|       |    [CALL_BOUND_METHOD_GENERAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1069|       |    [CALL_BUILTIN_CLASS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1070|       |    [CALL_BUILTIN_FAST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1071|       |    [CALL_BUILTIN_FAST_WITH_KEYWORDS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1072|       |    [CALL_BUILTIN_O] = _TAIL_CALL_TRACE_RECORD,
  |  | 1073|       |    [CALL_EX_NON_PY_GENERAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1074|       |    [CALL_EX_PY] = _TAIL_CALL_TRACE_RECORD,
  |  | 1075|       |    [CALL_FUNCTION_EX] = _TAIL_CALL_TRACE_RECORD,
  |  | 1076|       |    [CALL_INTRINSIC_1] = _TAIL_CALL_TRACE_RECORD,
  |  | 1077|       |    [CALL_INTRINSIC_2] = _TAIL_CALL_TRACE_RECORD,
  |  | 1078|       |    [CALL_ISINSTANCE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1079|       |    [CALL_KW] = _TAIL_CALL_TRACE_RECORD,
  |  | 1080|       |    [CALL_KW_BOUND_METHOD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1081|       |    [CALL_KW_NON_PY] = _TAIL_CALL_TRACE_RECORD,
  |  | 1082|       |    [CALL_KW_PY] = _TAIL_CALL_TRACE_RECORD,
  |  | 1083|       |    [CALL_LEN] = _TAIL_CALL_TRACE_RECORD,
  |  | 1084|       |    [CALL_LIST_APPEND] = _TAIL_CALL_TRACE_RECORD,
  |  | 1085|       |    [CALL_METHOD_DESCRIPTOR_FAST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1086|       |    [CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1087|       |    [CALL_METHOD_DESCRIPTOR_NOARGS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1088|       |    [CALL_METHOD_DESCRIPTOR_O] = _TAIL_CALL_TRACE_RECORD,
  |  | 1089|       |    [CALL_NON_PY_GENERAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1090|       |    [CALL_PY_EXACT_ARGS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1091|       |    [CALL_PY_GENERAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1092|       |    [CALL_STR_1] = _TAIL_CALL_TRACE_RECORD,
  |  | 1093|       |    [CALL_TUPLE_1] = _TAIL_CALL_TRACE_RECORD,
  |  | 1094|       |    [CALL_TYPE_1] = _TAIL_CALL_TRACE_RECORD,
  |  | 1095|       |    [CHECK_EG_MATCH] = _TAIL_CALL_TRACE_RECORD,
  |  | 1096|       |    [CHECK_EXC_MATCH] = _TAIL_CALL_TRACE_RECORD,
  |  | 1097|       |    [CLEANUP_THROW] = _TAIL_CALL_TRACE_RECORD,
  |  | 1098|       |    [COMPARE_OP] = _TAIL_CALL_TRACE_RECORD,
  |  | 1099|       |    [COMPARE_OP_FLOAT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1100|       |    [COMPARE_OP_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1101|       |    [COMPARE_OP_STR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1102|       |    [CONTAINS_OP] = _TAIL_CALL_TRACE_RECORD,
  |  | 1103|       |    [CONTAINS_OP_DICT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1104|       |    [CONTAINS_OP_SET] = _TAIL_CALL_TRACE_RECORD,
  |  | 1105|       |    [CONVERT_VALUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1106|       |    [COPY] = _TAIL_CALL_TRACE_RECORD,
  |  | 1107|       |    [COPY_FREE_VARS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1108|       |    [DELETE_ATTR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1109|       |    [DELETE_DEREF] = _TAIL_CALL_TRACE_RECORD,
  |  | 1110|       |    [DELETE_FAST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1111|       |    [DELETE_GLOBAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1112|       |    [DELETE_NAME] = _TAIL_CALL_TRACE_RECORD,
  |  | 1113|       |    [DELETE_SUBSCR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1114|       |    [DICT_MERGE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1115|       |    [DICT_UPDATE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1116|       |    [END_ASYNC_FOR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1117|       |    [END_FOR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1118|       |    [END_SEND] = _TAIL_CALL_TRACE_RECORD,
  |  | 1119|       |    [ENTER_EXECUTOR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1120|       |    [EXIT_INIT_CHECK] = _TAIL_CALL_TRACE_RECORD,
  |  | 1121|       |    [EXTENDED_ARG] = _TAIL_CALL_TRACE_RECORD,
  |  | 1122|       |    [FORMAT_SIMPLE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1123|       |    [FORMAT_WITH_SPEC] = _TAIL_CALL_TRACE_RECORD,
  |  | 1124|       |    [FOR_ITER] = _TAIL_CALL_TRACE_RECORD,
  |  | 1125|       |    [FOR_ITER_GEN] = _TAIL_CALL_TRACE_RECORD,
  |  | 1126|       |    [FOR_ITER_LIST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1127|       |    [FOR_ITER_RANGE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1128|       |    [FOR_ITER_TUPLE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1129|       |    [FOR_ITER_VIRTUAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1130|       |    [GET_AITER] = _TAIL_CALL_TRACE_RECORD,
  |  | 1131|       |    [GET_ANEXT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1132|       |    [GET_AWAITABLE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1133|       |    [GET_ITER] = _TAIL_CALL_TRACE_RECORD,
  |  | 1134|       |    [GET_ITER_SELF] = _TAIL_CALL_TRACE_RECORD,
  |  | 1135|       |    [GET_ITER_VIRTUAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1136|       |    [GET_LEN] = _TAIL_CALL_TRACE_RECORD,
  |  | 1137|       |    [IMPORT_FROM] = _TAIL_CALL_TRACE_RECORD,
  |  | 1138|       |    [IMPORT_NAME] = _TAIL_CALL_TRACE_RECORD,
  |  | 1139|       |    [INSTRUMENTED_CALL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1140|       |    [INSTRUMENTED_CALL_FUNCTION_EX] = _TAIL_CALL_TRACE_RECORD,
  |  | 1141|       |    [INSTRUMENTED_CALL_KW] = _TAIL_CALL_TRACE_RECORD,
  |  | 1142|       |    [INSTRUMENTED_END_ASYNC_FOR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1143|       |    [INSTRUMENTED_END_FOR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1144|       |    [INSTRUMENTED_END_SEND] = _TAIL_CALL_TRACE_RECORD,
  |  | 1145|       |    [INSTRUMENTED_FOR_ITER] = _TAIL_CALL_TRACE_RECORD,
  |  | 1146|       |    [INSTRUMENTED_INSTRUCTION] = _TAIL_CALL_TRACE_RECORD,
  |  | 1147|       |    [INSTRUMENTED_JUMP_BACKWARD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1148|       |    [INSTRUMENTED_JUMP_FORWARD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1149|       |    [INSTRUMENTED_LINE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1150|       |    [INSTRUMENTED_LOAD_SUPER_ATTR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1151|       |    [INSTRUMENTED_NOT_TAKEN] = _TAIL_CALL_TRACE_RECORD,
  |  | 1152|       |    [INSTRUMENTED_POP_ITER] = _TAIL_CALL_TRACE_RECORD,
  |  | 1153|       |    [INSTRUMENTED_POP_JUMP_IF_FALSE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1154|       |    [INSTRUMENTED_POP_JUMP_IF_NONE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1155|       |    [INSTRUMENTED_POP_JUMP_IF_NOT_NONE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1156|       |    [INSTRUMENTED_POP_JUMP_IF_TRUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1157|       |    [INSTRUMENTED_RESUME] = _TAIL_CALL_TRACE_RECORD,
  |  | 1158|       |    [INSTRUMENTED_RETURN_VALUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1159|       |    [INSTRUMENTED_YIELD_VALUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1160|       |    [INTERPRETER_EXIT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1161|       |    [IS_OP] = _TAIL_CALL_TRACE_RECORD,
  |  | 1162|       |    [JUMP_BACKWARD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1163|       |    [JUMP_BACKWARD_JIT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1164|       |    [JUMP_BACKWARD_NO_INTERRUPT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1165|       |    [JUMP_BACKWARD_NO_JIT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1166|       |    [JUMP_FORWARD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1167|       |    [LIST_APPEND] = _TAIL_CALL_TRACE_RECORD,
  |  | 1168|       |    [LIST_EXTEND] = _TAIL_CALL_TRACE_RECORD,
  |  | 1169|       |    [LOAD_ATTR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1170|       |    [LOAD_ATTR_CLASS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1171|       |    [LOAD_ATTR_CLASS_WITH_METACLASS_CHECK] = _TAIL_CALL_TRACE_RECORD,
  |  | 1172|       |    [LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN] = _TAIL_CALL_TRACE_RECORD,
  |  | 1173|       |    [LOAD_ATTR_INSTANCE_VALUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1174|       |    [LOAD_ATTR_METHOD_LAZY_DICT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1175|       |    [LOAD_ATTR_METHOD_NO_DICT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1176|       |    [LOAD_ATTR_METHOD_WITH_VALUES] = _TAIL_CALL_TRACE_RECORD,
  |  | 1177|       |    [LOAD_ATTR_MODULE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1178|       |    [LOAD_ATTR_NONDESCRIPTOR_NO_DICT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1179|       |    [LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES] = _TAIL_CALL_TRACE_RECORD,
  |  | 1180|       |    [LOAD_ATTR_PROPERTY] = _TAIL_CALL_TRACE_RECORD,
  |  | 1181|       |    [LOAD_ATTR_SLOT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1182|       |    [LOAD_ATTR_WITH_HINT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1183|       |    [LOAD_BUILD_CLASS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1184|       |    [LOAD_COMMON_CONSTANT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1185|       |    [LOAD_CONST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1186|       |    [LOAD_DEREF] = _TAIL_CALL_TRACE_RECORD,
  |  | 1187|       |    [LOAD_FAST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1188|       |    [LOAD_FAST_AND_CLEAR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1189|       |    [LOAD_FAST_BORROW] = _TAIL_CALL_TRACE_RECORD,
  |  | 1190|       |    [LOAD_FAST_BORROW_LOAD_FAST_BORROW] = _TAIL_CALL_TRACE_RECORD,
  |  | 1191|       |    [LOAD_FAST_CHECK] = _TAIL_CALL_TRACE_RECORD,
  |  | 1192|       |    [LOAD_FAST_LOAD_FAST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1193|       |    [LOAD_FROM_DICT_OR_DEREF] = _TAIL_CALL_TRACE_RECORD,
  |  | 1194|       |    [LOAD_FROM_DICT_OR_GLOBALS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1195|       |    [LOAD_GLOBAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1196|       |    [LOAD_GLOBAL_BUILTIN] = _TAIL_CALL_TRACE_RECORD,
  |  | 1197|       |    [LOAD_GLOBAL_MODULE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1198|       |    [LOAD_LOCALS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1199|       |    [LOAD_NAME] = _TAIL_CALL_TRACE_RECORD,
  |  | 1200|       |    [LOAD_SMALL_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1201|       |    [LOAD_SPECIAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1202|       |    [LOAD_SUPER_ATTR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1203|       |    [LOAD_SUPER_ATTR_ATTR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1204|       |    [LOAD_SUPER_ATTR_METHOD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1205|       |    [MAKE_CELL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1206|       |    [MAKE_FUNCTION] = _TAIL_CALL_TRACE_RECORD,
  |  | 1207|       |    [MAP_ADD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1208|       |    [MATCH_CLASS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1209|       |    [MATCH_KEYS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1210|       |    [MATCH_MAPPING] = _TAIL_CALL_TRACE_RECORD,
  |  | 1211|       |    [MATCH_SEQUENCE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1212|       |    [NOP] = _TAIL_CALL_TRACE_RECORD,
  |  | 1213|       |    [NOT_TAKEN] = _TAIL_CALL_TRACE_RECORD,
  |  | 1214|       |    [POP_EXCEPT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1215|       |    [POP_ITER] = _TAIL_CALL_TRACE_RECORD,
  |  | 1216|       |    [POP_JUMP_IF_FALSE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1217|       |    [POP_JUMP_IF_NONE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1218|       |    [POP_JUMP_IF_NOT_NONE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1219|       |    [POP_JUMP_IF_TRUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1220|       |    [POP_TOP] = _TAIL_CALL_TRACE_RECORD,
  |  | 1221|       |    [PUSH_EXC_INFO] = _TAIL_CALL_TRACE_RECORD,
  |  | 1222|       |    [PUSH_NULL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1223|       |    [RAISE_VARARGS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1224|       |    [RERAISE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1225|       |    [RESERVED] = _TAIL_CALL_TRACE_RECORD,
  |  | 1226|       |    [RESUME] = _TAIL_CALL_TRACE_RECORD,
  |  | 1227|       |    [RESUME_CHECK] = _TAIL_CALL_TRACE_RECORD,
  |  | 1228|       |    [RESUME_CHECK_JIT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1229|       |    [RETURN_GENERATOR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1230|       |    [RETURN_VALUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1231|       |    [SEND] = _TAIL_CALL_TRACE_RECORD,
  |  | 1232|       |    [SEND_ASYNC_GEN] = _TAIL_CALL_TRACE_RECORD,
  |  | 1233|       |    [SEND_GEN] = _TAIL_CALL_TRACE_RECORD,
  |  | 1234|       |    [SEND_VIRTUAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1235|       |    [SETUP_ANNOTATIONS] = _TAIL_CALL_TRACE_RECORD,
  |  | 1236|       |    [SET_ADD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1237|       |    [SET_FUNCTION_ATTRIBUTE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1238|       |    [SET_UPDATE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1239|       |    [STORE_ATTR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1240|       |    [STORE_ATTR_INSTANCE_VALUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1241|       |    [STORE_ATTR_SLOT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1242|       |    [STORE_ATTR_WITH_HINT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1243|       |    [STORE_DEREF] = _TAIL_CALL_TRACE_RECORD,
  |  | 1244|       |    [STORE_FAST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1245|       |    [STORE_FAST_LOAD_FAST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1246|       |    [STORE_FAST_STORE_FAST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1247|       |    [STORE_GLOBAL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1248|       |    [STORE_NAME] = _TAIL_CALL_TRACE_RECORD,
  |  | 1249|       |    [STORE_SLICE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1250|       |    [STORE_SUBSCR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1251|       |    [STORE_SUBSCR_DICT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1252|       |    [STORE_SUBSCR_LIST_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1253|       |    [SWAP] = _TAIL_CALL_TRACE_RECORD,
  |  | 1254|       |    [TO_BOOL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1255|       |    [TO_BOOL_ALWAYS_TRUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1256|       |    [TO_BOOL_BOOL] = _TAIL_CALL_TRACE_RECORD,
  |  | 1257|       |    [TO_BOOL_INT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1258|       |    [TO_BOOL_LIST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1259|       |    [TO_BOOL_NONE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1260|       |    [TO_BOOL_STR] = _TAIL_CALL_TRACE_RECORD,
  |  | 1261|       |    [TRACE_RECORD] = _TAIL_CALL_TRACE_RECORD,
  |  | 1262|       |    [UNARY_INVERT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1263|       |    [UNARY_NEGATIVE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1264|       |    [UNARY_NOT] = _TAIL_CALL_TRACE_RECORD,
  |  | 1265|       |    [UNPACK_EX] = _TAIL_CALL_TRACE_RECORD,
  |  | 1266|       |    [UNPACK_SEQUENCE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1267|       |    [UNPACK_SEQUENCE_LIST] = _TAIL_CALL_TRACE_RECORD,
  |  | 1268|       |    [UNPACK_SEQUENCE_TUPLE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1269|       |    [UNPACK_SEQUENCE_TWO_TUPLE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1270|       |    [WITH_EXCEPT_START] = _TAIL_CALL_TRACE_RECORD,
  |  | 1271|       |    [YIELD_VALUE] = _TAIL_CALL_TRACE_RECORD,
  |  | 1272|       |    [120] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1273|       |    [121] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1274|       |    [122] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1275|       |    [123] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1276|       |    [124] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1277|       |    [125] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1278|       |    [126] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1279|       |    [127] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1280|       |    [219] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1281|       |    [220] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1282|       |    [221] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1283|       |    [222] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1284|       |    [223] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1285|       |    [224] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1286|       |    [225] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1287|       |    [226] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1288|       |    [227] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1289|       |    [228] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1290|       |    [229] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1291|       |    [230] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1292|       |    [231] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1293|       |    [232] = _TAIL_CALL_UNKNOWN_OPCODE,
  |  | 1294|       |};
  |  | 1295|       |#endif /* _Py_TAIL_CALL_INTERP */
  ------------------
 1219|  1.76k|    void **opcode_targets = opcode_targets_table;
 1220|  1.76k|#endif
 1221|       |
 1222|       |#ifdef Py_STATS
 1223|       |    int lastopcode = 0;
 1224|       |#endif
 1225|  1.76k|#if !_Py_TAIL_CALL_INTERP
 1226|  1.76k|    uint8_t opcode;    /* Current opcode */
 1227|  1.76k|    int oparg;         /* Current opcode argument, if any */
 1228|  1.76k|    assert(tstate->current_frame == NULL || tstate->current_frame->stackpointer != NULL);
  ------------------
  |  Branch (1228:5): [True: 0, False: 1.76k]
  |  Branch (1228:5): [True: 1.76k, False: 0]
  ------------------
 1229|       |#if !USE_COMPUTED_GOTOS
 1230|       |    uint8_t tracing_mode = 0;
 1231|       |    uint8_t dispatch_code;
 1232|       |#endif
 1233|  1.76k|#endif
 1234|  1.76k|    _PyEntryFrame entry;
 1235|       |
 1236|  1.76k|    if (_Py_EnterRecursiveCallTstate(tstate, "")) {
  ------------------
  |  Branch (1236:9): [True: 0, False: 1.76k]
  ------------------
 1237|      0|        assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  ------------------
  |  Branch (1237:9): [True: 0, False: 0]
  ------------------
 1238|      0|        _PyEval_FrameClearAndPop(tstate, frame);
 1239|      0|        return NULL;
 1240|      0|    }
 1241|       |
 1242|       |    /* Local "register" variables.
 1243|       |     * These are cached values from the frame and code object.  */
 1244|  1.76k|    _Py_CODEUNIT *next_instr;
 1245|  1.76k|    _PyStackRef *stack_pointer;
 1246|  1.76k|    entry.stack[0] = PyStackRef_NULL;
 1247|       |#ifdef Py_STACKREF_DEBUG
 1248|       |    entry.frame.f_funcobj = PyStackRef_None;
 1249|       |#elif defined(Py_DEBUG)
 1250|       |    /* Set these to invalid but identifiable values for debugging. */
 1251|       |    entry.frame.f_funcobj = (_PyStackRef){.bits = 0xaaa0};
 1252|       |    entry.frame.f_locals = (PyObject*)0xaaa1;
 1253|       |    entry.frame.frame_obj = (PyFrameObject*)0xaaa2;
 1254|       |    entry.frame.f_globals = (PyObject*)0xaaa3;
 1255|       |    entry.frame.f_builtins = (PyObject*)0xaaa4;
 1256|       |#endif
 1257|  1.76k|    entry.frame.f_executable = PyStackRef_None;
  ------------------
  |  |  473|  1.76k|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  ------------------
  |  |  |  |   55|  1.76k|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
 1258|  1.76k|    entry.frame.instr_ptr = (_Py_CODEUNIT *)_Py_INTERPRETER_TRAMPOLINE_INSTRUCTIONS + 1;
 1259|  1.76k|    entry.frame.stackpointer = entry.stack;
 1260|  1.76k|    entry.frame.owner = FRAME_OWNED_BY_INTERPRETER;
 1261|  1.76k|    entry.frame.visited = 0;
 1262|  1.76k|    entry.frame.return_offset = 0;
 1263|       |#ifdef Py_DEBUG
 1264|       |    entry.frame.lltrace = 0;
 1265|       |#endif
 1266|       |    /* Push frame */
 1267|  1.76k|    entry.frame.previous = tstate->current_frame;
 1268|  1.76k|    frame->previous = &entry.frame;
 1269|  1.76k|    tstate->current_frame = frame;
 1270|  1.76k|    entry.frame.localsplus[0] = PyStackRef_NULL;
 1271|       |#ifdef _Py_TIER2
 1272|       |    if (tstate->current_executor != NULL) {
 1273|       |        entry.frame.localsplus[0] = PyStackRef_FromPyObjectNew(tstate->current_executor);
 1274|       |        tstate->current_executor = NULL;
 1275|       |    }
 1276|       |#endif
 1277|       |
 1278|       |    /* support for generator.throw() */
 1279|  1.76k|    if (throwflag) {
  ------------------
  |  Branch (1279:9): [True: 0, False: 1.76k]
  ------------------
 1280|      0|        if (_Py_EnterRecursivePy(tstate)) {
  ------------------
  |  Branch (1280:13): [True: 0, False: 0]
  ------------------
 1281|      0|            goto early_exit;
 1282|      0|        }
 1283|       |#ifdef Py_GIL_DISABLED
 1284|       |        /* Load thread-local bytecode */
 1285|       |        if (frame->tlbc_index != ((_PyThreadStateImpl *)tstate)->tlbc_index) {
 1286|       |            _Py_CODEUNIT *bytecode =
 1287|       |                _PyEval_GetExecutableCode(tstate, _PyFrame_GetCode(frame));
 1288|       |            if (bytecode == NULL) {
 1289|       |                goto early_exit;
 1290|       |            }
 1291|       |            ptrdiff_t off = frame->instr_ptr - _PyFrame_GetBytecode(frame);
 1292|       |            frame->tlbc_index = ((_PyThreadStateImpl *)tstate)->tlbc_index;
 1293|       |            frame->instr_ptr = bytecode + off;
 1294|       |        }
 1295|       |#endif
 1296|       |        /* Because this avoids the RESUME, we need to update instrumentation */
 1297|      0|        _Py_Instrument(_PyFrame_GetCode(frame), tstate->interp);
 1298|      0|        next_instr = frame->instr_ptr;
 1299|      0|        monitor_throw(tstate, frame, next_instr);
 1300|      0|        stack_pointer = _PyFrame_GetStackPointer(frame);
 1301|       |#if _Py_TAIL_CALL_INTERP
 1302|       |#   if Py_STATS
 1303|       |        return _TAIL_CALL_error(frame, stack_pointer, tstate, next_instr, instruction_funcptr_handler_table, 0, lastopcode);
 1304|       |#   else
 1305|       |        return _TAIL_CALL_error(frame, stack_pointer, tstate, next_instr, instruction_funcptr_handler_table, 0);
 1306|       |#   endif
 1307|       |#else
 1308|      0|        goto error;
 1309|      0|#endif
 1310|      0|    }
 1311|       |
 1312|       |#if _Py_TAIL_CALL_INTERP
 1313|       |#   if Py_STATS
 1314|       |        return _TAIL_CALL_start_frame(frame, NULL, tstate, NULL, instruction_funcptr_handler_table, 0, lastopcode);
 1315|       |#   else
 1316|       |        return _TAIL_CALL_start_frame(frame, NULL, tstate, NULL, instruction_funcptr_handler_table, 0);
 1317|       |#   endif
 1318|       |#else
 1319|  1.76k|    goto start_frame;
 1320|  1.76k|#   include "generated_cases.c.h"
  ------------------
  |  |    1|       |// This file is generated by Tools/cases_generator/tier1_generator.py
  |  |    2|       |// from:
  |  |    3|       |//   Python/bytecodes.c
  |  |    4|       |// Do not edit!
  |  |    5|       |
  |  |    6|       |#ifdef TIER_TWO
  |  |    7|       |    #error "This file is for Tier 1 only"
  |  |    8|       |#endif
  |  |    9|      0|#define TIER_ONE 1
  |  |   10|       |
  |  |   11|      0|#if !_Py_TAIL_CALL_INTERP
  |  |   12|       |#if !USE_COMPUTED_GOTOS
  |  |   13|       |    dispatch_opcode:
  |  |   14|       |        switch (dispatch_code)
  |  |   15|       |#endif
  |  |   16|      0|        {
  |  |   17|      0|#endif /* _Py_TAIL_CALL_INTERP */
  |  |   18|       |            /* BEGIN INSTRUCTIONS */
  |  |   19|       |
  |  |   20|       |
  |  |   21|  1.12k|        TARGET(BINARY_OP) {
  |  |  ------------------
  |  |  |  |  132|  1.12k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |   22|       |            #if _Py_TAIL_CALL_INTERP
  |  |   23|       |            int opcode = BINARY_OP;
  |  |   24|       |            (void)(opcode);
  |  |   25|       |            #endif
  |  |   26|  1.12k|            frame->instr_ptr = next_instr;
  |  |   27|  1.12k|            next_instr += 6;
  |  |   28|  1.12k|            INSTRUCTION_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |   71|  1.12k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |   29|  1.17k|            PREDICTED_BINARY_OP:;
  |  |   30|  1.17k|            _Py_CODEUNIT* const this_instr = next_instr - 6;
  |  |   31|  1.17k|            (void)this_instr;
  |  |   32|  1.17k|            _PyStackRef lhs;
  |  |   33|  1.17k|            _PyStackRef rhs;
  |  |   34|  1.17k|            _PyStackRef res;
  |  |   35|  1.17k|            _PyStackRef l;
  |  |   36|  1.17k|            _PyStackRef r;
  |  |   37|  1.17k|            _PyStackRef value;
  |  |   38|       |            // _SPECIALIZE_BINARY_OP
  |  |   39|  1.17k|            {
  |  |   40|  1.17k|                rhs = stack_pointer[-1];
  |  |   41|  1.17k|                lhs = stack_pointer[-2];
  |  |   42|  1.17k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |   43|  1.17k|                (void)counter;
  |  |   44|  1.17k|                #if ENABLE_SPECIALIZATION
  |  |   45|  1.17k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  1.17k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 239, False: 934]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   46|    239|                    next_instr = this_instr;
  |  |   47|    239|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |   48|    239|                    _Py_Specialize_BinaryOp(lhs, rhs, next_instr, oparg, LOCALS_ARRAY);
  |  |  ------------------
  |  |  |  |  283|    239|#define LOCALS_ARRAY    (frame->localsplus)
  |  |  ------------------
  |  |   49|    239|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |   50|    239|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    239|    { \
  |  |  |  |  217|    239|        opcode = next_instr->op.code; \
  |  |  |  |  218|    239|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    239|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    239|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    239|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    239|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    239|    }
  |  |  ------------------
  |  |   51|    239|                }
  |  |   52|  1.17k|                OPCODE_DEFERRED_INC(BINARY_OP);
  |  |  ------------------
  |  |  |  |   90|  1.17k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |   53|  1.17k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  1.17k|    do { \
  |  |  |  |  358|  1.17k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  1.17k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 1.17k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   54|  1.17k|                #endif  /* ENABLE_SPECIALIZATION */
  |  |   55|  1.17k|                assert(NB_ADD <= oparg);
  |  |  ------------------
  |  |  |  Branch (55:17): [True: 934, False: 239]
  |  |  ------------------
  |  |   56|  1.17k|                assert(oparg <= NB_OPARG_LAST);
  |  |  ------------------
  |  |  |  Branch (56:17): [True: 934, False: 0]
  |  |  ------------------
  |  |   57|    934|            }
  |  |   58|       |            /* Skip 4 cache entries */
  |  |   59|       |            // _BINARY_OP
  |  |   60|    934|            {
  |  |   61|    934|                PyObject *lhs_o = PyStackRef_AsPyObjectBorrow(lhs);
  |  |   62|    934|                PyObject *rhs_o = PyStackRef_AsPyObjectBorrow(rhs);
  |  |   63|    934|                assert(_PyEval_BinaryOps[oparg]);
  |  |  ------------------
  |  |  |  Branch (63:17): [True: 934, False: 0]
  |  |  ------------------
  |  |   64|    934|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |   65|    934|                PyObject *res_o = _PyEval_BinaryOps[oparg](lhs_o, rhs_o);
  |  |   66|    934|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |   67|    934|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (67:21): [True: 61, False: 873]
  |  |  ------------------
  |  |   68|     61|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     61|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |   69|      0|                }
  |  |   70|    873|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |   71|    873|                l = lhs;
  |  |   72|    873|                r = rhs;
  |  |   73|    873|            }
  |  |   74|       |            // _POP_TOP
  |  |   75|      0|            {
  |  |   76|    873|                value = r;
  |  |   77|    873|                stack_pointer[-2] = res;
  |  |   78|    873|                stack_pointer[-1] = l;
  |  |   79|    873|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |   80|    873|                PyStackRef_XCLOSE(value);
  |  |   81|    873|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |   82|    873|            }
  |  |   83|       |            // _POP_TOP
  |  |   84|    873|            {
  |  |   85|    873|                value = l;
  |  |   86|    873|                stack_pointer += -1;
  |  |   87|    873|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    873|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |   88|    873|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |   89|    873|                PyStackRef_XCLOSE(value);
  |  |   90|    873|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |   91|    873|            }
  |  |   92|    873|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    873|    { \
  |  |  |  |  201|    873|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    873|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    873|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    873|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    873|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    873|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    873|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    873|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 873]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    873|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    873|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    873|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    873|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    873|    }
  |  |  ------------------
  |  |  |  Branch (92:13): [True: 873, False: 0]
  |  |  ------------------
  |  |   93|    873|        }
  |  |   94|       |
  |  |   95|      0|        TARGET(BINARY_OP_ADD_FLOAT) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |   96|       |            #if _Py_TAIL_CALL_INTERP
  |  |   97|       |            int opcode = BINARY_OP_ADD_FLOAT;
  |  |   98|       |            (void)(opcode);
  |  |   99|       |            #endif
  |  |  100|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  101|      0|            (void)this_instr;
  |  |  102|      0|            frame->instr_ptr = next_instr;
  |  |  103|      0|            next_instr += 6;
  |  |  104|      0|            INSTRUCTION_STATS(BINARY_OP_ADD_FLOAT);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  105|      0|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  106|      0|            _PyStackRef value;
  |  |  107|      0|            _PyStackRef left;
  |  |  108|      0|            _PyStackRef right;
  |  |  109|      0|            _PyStackRef res;
  |  |  110|      0|            _PyStackRef l;
  |  |  111|      0|            _PyStackRef r;
  |  |  112|       |            // _GUARD_TOS_FLOAT
  |  |  113|      0|            {
  |  |  114|      0|                value = stack_pointer[-1];
  |  |  115|      0|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  116|      0|                if (!PyFloat_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |   17|      0|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (116:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  117|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  118|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (118:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  119|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  120|      0|                }
  |  |  121|      0|            }
  |  |  122|       |            // _GUARD_NOS_FLOAT
  |  |  123|      0|            {
  |  |  124|      0|                left = stack_pointer[-2];
  |  |  125|      0|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  126|      0|                if (!PyFloat_CheckExact(left_o)) {
  |  |  ------------------
  |  |  |  |   17|      0|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (126:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  127|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  128|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (128:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  129|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  130|      0|                }
  |  |  131|      0|            }
  |  |  132|       |            /* Skip 5 cache entries */
  |  |  133|       |            // _BINARY_OP_ADD_FLOAT
  |  |  134|      0|            {
  |  |  135|      0|                right = value;
  |  |  136|      0|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  137|      0|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  138|      0|                assert(PyFloat_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (138:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  139|      0|                assert(PyFloat_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (139:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  140|      0|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  141|      0|                double dres =
  |  |  142|      0|                ((PyFloatObject *)left_o)->ob_fval +
  |  |  143|      0|                ((PyFloatObject *)right_o)->ob_fval;
  |  |  144|      0|                PyObject *d = PyFloat_FromDouble(dres);
  |  |  145|      0|                if (d == NULL) {
  |  |  ------------------
  |  |  |  Branch (145:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  146|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  147|      0|                }
  |  |  148|      0|                res = PyStackRef_FromPyObjectSteal(d);
  |  |  149|      0|                l = left;
  |  |  150|      0|                r = right;
  |  |  151|      0|            }
  |  |  152|       |            // _POP_TOP_FLOAT
  |  |  153|      0|            {
  |  |  154|      0|                value = r;
  |  |  155|      0|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (155:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  |  157|      0|            }
  |  |  158|       |            // _POP_TOP_FLOAT
  |  |  159|      0|            {
  |  |  160|      0|                value = l;
  |  |  161|      0|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (161:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  162|      0|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  |  163|      0|            }
  |  |  164|      0|            stack_pointer[-2] = res;
  |  |  165|      0|            stack_pointer += -1;
  |  |  166|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  167|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (167:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  168|      0|        }
  |  |  169|       |
  |  |  170|    296|        TARGET(BINARY_OP_ADD_INT) {
  |  |  ------------------
  |  |  |  |  132|    296|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  171|       |            #if _Py_TAIL_CALL_INTERP
  |  |  172|       |            int opcode = BINARY_OP_ADD_INT;
  |  |  173|       |            (void)(opcode);
  |  |  174|       |            #endif
  |  |  175|    296|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  176|    296|            (void)this_instr;
  |  |  177|    296|            frame->instr_ptr = next_instr;
  |  |  178|    296|            next_instr += 6;
  |  |  179|    296|            INSTRUCTION_STATS(BINARY_OP_ADD_INT);
  |  |  ------------------
  |  |  |  |   71|    296|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  180|    296|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  181|    296|            _PyStackRef value;
  |  |  182|    296|            _PyStackRef left;
  |  |  183|    296|            _PyStackRef right;
  |  |  184|    296|            _PyStackRef res;
  |  |  185|    296|            _PyStackRef l;
  |  |  186|    296|            _PyStackRef r;
  |  |  187|       |            // _GUARD_TOS_INT
  |  |  188|    296|            {
  |  |  189|    296|                value = stack_pointer[-1];
  |  |  190|    296|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  191|    296|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (191:21): [True: 0, False: 296]
  |  |  ------------------
  |  |  192|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  193|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (193:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  194|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  195|      0|                }
  |  |  196|    296|            }
  |  |  197|       |            // _GUARD_NOS_INT
  |  |  198|    296|            {
  |  |  199|    296|                left = stack_pointer[-2];
  |  |  200|    296|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  201|    296|                if (!_PyLong_CheckExactAndCompact(left_o)) {
  |  |  ------------------
  |  |  |  Branch (201:21): [True: 1, False: 295]
  |  |  ------------------
  |  |  202|      1|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      1|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  203|      1|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (203:21): [True: 1, False: 0]
  |  |  ------------------
  |  |  204|      1|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      1|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  205|      0|                }
  |  |  206|    296|            }
  |  |  207|       |            /* Skip 5 cache entries */
  |  |  208|       |            // _BINARY_OP_ADD_INT
  |  |  209|    295|            {
  |  |  210|    295|                right = value;
  |  |  211|    295|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  212|    295|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  213|    295|                assert(PyLong_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (213:17): [True: 295, False: 0]
  |  |  ------------------
  |  |  214|    295|                assert(PyLong_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (214:17): [True: 295, False: 0]
  |  |  ------------------
  |  |  215|    295|                assert(_PyLong_BothAreCompact((PyLongObject *)left_o, (PyLongObject *)right_o));
  |  |  ------------------
  |  |  |  Branch (215:17): [True: 295, False: 0]
  |  |  ------------------
  |  |  216|    295|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    295|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  217|    295|                res = _PyCompactLong_Add((PyLongObject *)left_o, (PyLongObject *)right_o);
  |  |  218|    295|                if (PyStackRef_IsNull(res)) {
  |  |  ------------------
  |  |  |  |  470|    295|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    295|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    295|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 295]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  219|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  220|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (220:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  221|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  222|      0|                }
  |  |  223|    295|                l = left;
  |  |  224|    295|                r = right;
  |  |  225|    295|            }
  |  |  226|       |            // _POP_TOP_INT
  |  |  227|      0|            {
  |  |  228|    295|                value = r;
  |  |  229|    295|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (229:17): [True: 295, False: 0]
  |  |  ------------------
  |  |  230|    295|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  231|    295|            }
  |  |  232|       |            // _POP_TOP_INT
  |  |  233|      0|            {
  |  |  234|    295|                value = l;
  |  |  235|    295|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (235:17): [True: 295, False: 0]
  |  |  ------------------
  |  |  236|    295|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  237|    295|            }
  |  |  238|      0|            stack_pointer[-2] = res;
  |  |  239|    295|            stack_pointer += -1;
  |  |  240|    295|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    295|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  241|    295|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    295|    { \
  |  |  |  |  201|    295|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    295|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    295|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    295|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    295|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    295|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    295|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    295|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 295]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    295|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    295|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    295|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    295|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    295|    }
  |  |  ------------------
  |  |  |  Branch (241:13): [True: 295, False: 0]
  |  |  ------------------
  |  |  242|    295|        }
  |  |  243|       |
  |  |  244|    320|        TARGET(BINARY_OP_ADD_UNICODE) {
  |  |  ------------------
  |  |  |  |  132|    320|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  245|       |            #if _Py_TAIL_CALL_INTERP
  |  |  246|       |            int opcode = BINARY_OP_ADD_UNICODE;
  |  |  247|       |            (void)(opcode);
  |  |  248|       |            #endif
  |  |  249|    320|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  250|    320|            (void)this_instr;
  |  |  251|    320|            frame->instr_ptr = next_instr;
  |  |  252|    320|            next_instr += 6;
  |  |  253|    320|            INSTRUCTION_STATS(BINARY_OP_ADD_UNICODE);
  |  |  ------------------
  |  |  |  |   71|    320|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  254|    320|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  255|    320|            _PyStackRef value;
  |  |  256|    320|            _PyStackRef nos;
  |  |  257|    320|            _PyStackRef left;
  |  |  258|    320|            _PyStackRef right;
  |  |  259|    320|            _PyStackRef res;
  |  |  260|    320|            _PyStackRef l;
  |  |  261|    320|            _PyStackRef r;
  |  |  262|       |            // _GUARD_TOS_UNICODE
  |  |  263|    320|            {
  |  |  264|    320|                value = stack_pointer[-1];
  |  |  265|    320|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  266|    320|                if (!PyUnicode_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |  104|    320|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    320|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    320|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    320|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (266:21): [True: 0, False: 320]
  |  |  ------------------
  |  |  267|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  268|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (268:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  269|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  270|      0|                }
  |  |  271|    320|            }
  |  |  272|       |            // _GUARD_NOS_UNICODE
  |  |  273|    320|            {
  |  |  274|    320|                nos = stack_pointer[-2];
  |  |  275|    320|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  276|    320|                if (!PyUnicode_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |  104|    320|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    320|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    320|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    320|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (276:21): [True: 0, False: 320]
  |  |  ------------------
  |  |  277|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  278|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (278:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  279|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  280|      0|                }
  |  |  281|    320|            }
  |  |  282|       |            /* Skip 5 cache entries */
  |  |  283|       |            // _BINARY_OP_ADD_UNICODE
  |  |  284|    320|            {
  |  |  285|    320|                right = value;
  |  |  286|    320|                left = nos;
  |  |  287|    320|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  288|    320|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  289|    320|                assert(PyUnicode_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (289:17): [True: 320, False: 0]
  |  |  ------------------
  |  |  290|    320|                assert(PyUnicode_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (290:17): [True: 320, False: 0]
  |  |  ------------------
  |  |  291|    320|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    320|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  292|    320|                PyObject *res_o = PyUnicode_Concat(left_o, right_o);
  |  |  293|    320|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (293:21): [True: 0, False: 320]
  |  |  ------------------
  |  |  294|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  295|      0|                }
  |  |  296|    320|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |  297|    320|                l = left;
  |  |  298|    320|                r = right;
  |  |  299|    320|            }
  |  |  300|       |            // _POP_TOP_UNICODE
  |  |  301|      0|            {
  |  |  302|    320|                value = r;
  |  |  303|    320|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (303:17): [True: 320, False: 0]
  |  |  ------------------
  |  |  304|    320|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  |  305|    320|            }
  |  |  306|       |            // _POP_TOP_UNICODE
  |  |  307|      0|            {
  |  |  308|    320|                value = l;
  |  |  309|    320|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (309:17): [True: 320, False: 0]
  |  |  ------------------
  |  |  310|    320|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  |  311|    320|            }
  |  |  312|      0|            stack_pointer[-2] = res;
  |  |  313|    320|            stack_pointer += -1;
  |  |  314|    320|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    320|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  315|    320|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    320|    { \
  |  |  |  |  201|    320|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    320|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    320|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    320|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    320|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    320|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    320|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    320|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 320]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    320|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    320|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    320|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    320|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    320|    }
  |  |  ------------------
  |  |  |  Branch (315:13): [True: 320, False: 0]
  |  |  ------------------
  |  |  316|    320|        }
  |  |  317|       |
  |  |  318|    422|        TARGET(BINARY_OP_EXTEND) {
  |  |  ------------------
  |  |  |  |  132|    422|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  319|       |            #if _Py_TAIL_CALL_INTERP
  |  |  320|       |            int opcode = BINARY_OP_EXTEND;
  |  |  321|       |            (void)(opcode);
  |  |  322|       |            #endif
  |  |  323|    422|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  324|    422|            (void)this_instr;
  |  |  325|    422|            frame->instr_ptr = next_instr;
  |  |  326|    422|            next_instr += 6;
  |  |  327|    422|            INSTRUCTION_STATS(BINARY_OP_EXTEND);
  |  |  ------------------
  |  |  |  |   71|    422|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  328|    422|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  329|    422|            _PyStackRef left;
  |  |  330|    422|            _PyStackRef right;
  |  |  331|    422|            _PyStackRef res;
  |  |  332|    422|            _PyStackRef l;
  |  |  333|    422|            _PyStackRef r;
  |  |  334|    422|            _PyStackRef value;
  |  |  335|       |            /* Skip 1 cache entry */
  |  |  336|       |            // _GUARD_BINARY_OP_EXTEND
  |  |  337|    422|            {
  |  |  338|    422|                right = stack_pointer[-1];
  |  |  339|    422|                left = stack_pointer[-2];
  |  |  340|    422|                PyObject *descr = read_obj(&this_instr[2].cache);
  |  |  341|    422|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  342|    422|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  343|    422|                _PyBinaryOpSpecializationDescr *d = (_PyBinaryOpSpecializationDescr*)descr;
  |  |  344|    422|                assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5);
  |  |  ------------------
  |  |  |  Branch (344:17): [True: 422, Folded]
  |  |  ------------------
  |  |  345|    422|                assert(d != NULL);
  |  |  ------------------
  |  |  |  Branch (345:17): [True: 422, False: 0]
  |  |  ------------------
  |  |  346|    422|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  347|    422|                int match = (d->guard != NULL)
  |  |  ------------------
  |  |  |  Branch (347:29): [True: 420, False: 2]
  |  |  ------------------
  |  |  348|    422|                ? d->guard(left_o, right_o)
  |  |  349|    422|            : (Py_TYPE(left_o) == d->lhs_type && Py_TYPE(right_o) == d->rhs_type);
  |  |  ------------------
  |  |  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           : (Py_TYPE(left_o) == d->lhs_type && Py_TYPE(right_o) == d->rhs_type);
  |  |  ------------------
  |  |  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (349:16): [True: 2, False: 0]
  |  |  |  Branch (349:50): [True: 2, False: 0]
  |  |  ------------------
  |  |  350|    422|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  351|    422|                if (!match) {
  |  |  ------------------
  |  |  |  Branch (351:21): [True: 0, False: 422]
  |  |  ------------------
  |  |  352|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  353|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (353:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  354|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  355|      0|                }
  |  |  356|    422|            }
  |  |  357|       |            /* Skip -4 cache entry */
  |  |  358|       |            // _BINARY_OP_EXTEND
  |  |  359|    422|            {
  |  |  360|    422|                PyObject *descr = read_obj(&this_instr[2].cache);
  |  |  361|    422|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  362|    422|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  363|    422|                assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5);
  |  |  ------------------
  |  |  |  Branch (363:17): [True: 422, Folded]
  |  |  ------------------
  |  |  364|    422|                _PyBinaryOpSpecializationDescr *d = (_PyBinaryOpSpecializationDescr*)descr;
  |  |  365|    422|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    422|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  366|    422|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  367|    422|                PyObject *res_o = d->action(left_o, right_o);
  |  |  368|    422|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  369|    422|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (369:21): [True: 0, False: 422]
  |  |  ------------------
  |  |  370|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  371|      0|                }
  |  |  372|    422|                assert(d->result_type == NULL || Py_TYPE(res_o) == d->result_type);
  |  |  ------------------
  |  |  |  Branch (372:17): [True: 0, False: 422]
  |  |  |  Branch (372:17): [True: 422, False: 0]
  |  |  ------------------
  |  |  373|    422|                assert(!d->result_unique || Py_REFCNT(res_o) == 1 || _Py_IsImmortal(res_o));
  |  |  ------------------
  |  |  |  Branch (373:17): [True: 2, False: 420]
  |  |  |  Branch (373:17): [True: 25, False: 395]
  |  |  |  Branch (373:17): [True: 395, False: 0]
  |  |  ------------------
  |  |  374|    422|                assert(!PyFloat_CheckExact(res_o) || Py_REFCNT(res_o) == 1);
  |  |  ------------------
  |  |  |  Branch (374:17): [True: 422, False: 0]
  |  |  |  Branch (374:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  375|    422|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |  376|    422|                l = left;
  |  |  377|    422|                r = right;
  |  |  378|    422|            }
  |  |  379|       |            // _POP_TOP
  |  |  380|      0|            {
  |  |  381|    422|                value = r;
  |  |  382|    422|                stack_pointer[-2] = res;
  |  |  383|    422|                stack_pointer[-1] = l;
  |  |  384|    422|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  385|    422|                PyStackRef_XCLOSE(value);
  |  |  386|    422|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  387|    422|            }
  |  |  388|       |            // _POP_TOP
  |  |  389|    422|            {
  |  |  390|    422|                value = l;
  |  |  391|    422|                stack_pointer += -1;
  |  |  392|    422|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    422|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  393|    422|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  394|    422|                PyStackRef_XCLOSE(value);
  |  |  395|    422|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  396|    422|            }
  |  |  397|    422|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    422|    { \
  |  |  |  |  201|    422|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    422|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    422|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    422|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    422|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    422|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    422|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    422|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 422]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    422|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    422|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    422|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    422|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    422|    }
  |  |  ------------------
  |  |  |  Branch (397:13): [True: 422, False: 0]
  |  |  ------------------
  |  |  398|    422|        }
  |  |  399|       |
  |  |  400|     32|        TARGET(BINARY_OP_INPLACE_ADD_UNICODE) {
  |  |  ------------------
  |  |  |  |  132|     32|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  401|       |            #if _Py_TAIL_CALL_INTERP
  |  |  402|       |            int opcode = BINARY_OP_INPLACE_ADD_UNICODE;
  |  |  403|       |            (void)(opcode);
  |  |  404|       |            #endif
  |  |  405|     32|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  406|     32|            (void)this_instr;
  |  |  407|     32|            frame->instr_ptr = next_instr;
  |  |  408|     32|            next_instr += 6;
  |  |  409|     32|            INSTRUCTION_STATS(BINARY_OP_INPLACE_ADD_UNICODE);
  |  |  ------------------
  |  |  |  |   71|     32|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  410|     32|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  411|     32|            _PyStackRef value;
  |  |  412|     32|            _PyStackRef nos;
  |  |  413|     32|            _PyStackRef left;
  |  |  414|     32|            _PyStackRef right;
  |  |  415|     32|            _PyStackRef res;
  |  |  416|       |            // _GUARD_TOS_UNICODE
  |  |  417|     32|            {
  |  |  418|     32|                value = stack_pointer[-1];
  |  |  419|     32|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  420|     32|                if (!PyUnicode_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |  104|     32|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     32|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (420:21): [True: 0, False: 32]
  |  |  ------------------
  |  |  421|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  422|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (422:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  423|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  424|      0|                }
  |  |  425|     32|            }
  |  |  426|       |            // _GUARD_NOS_UNICODE
  |  |  427|     32|            {
  |  |  428|     32|                nos = stack_pointer[-2];
  |  |  429|     32|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  430|     32|                if (!PyUnicode_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |  104|     32|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     32|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (430:21): [True: 0, False: 32]
  |  |  ------------------
  |  |  431|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  432|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (432:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  433|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  434|      0|                }
  |  |  435|     32|            }
  |  |  436|       |            /* Skip 5 cache entries */
  |  |  437|       |            // _BINARY_OP_INPLACE_ADD_UNICODE
  |  |  438|     32|            {
  |  |  439|     32|                right = value;
  |  |  440|     32|                left = nos;
  |  |  441|     32|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  442|     32|                assert(PyUnicode_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (442:17): [True: 32, False: 0]
  |  |  ------------------
  |  |  443|     32|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(right)));
  |  |  ------------------
  |  |  |  Branch (443:17): [True: 32, False: 0]
  |  |  ------------------
  |  |  444|     32|                int next_oparg;
  |  |  445|     32|                #if TIER_ONE
  |  |  446|     32|                assert(next_instr->op.code == STORE_FAST);
  |  |  ------------------
  |  |  |  Branch (446:17): [True: 32, False: 0]
  |  |  ------------------
  |  |  447|     32|                next_oparg = next_instr->op.arg;
  |  |  448|       |                #else
  |  |  449|       |                next_oparg = (int)CURRENT_OPERAND0_16();
  |  |  450|       |                #endif
  |  |  451|     32|                _PyStackRef *target_local = &GETLOCAL(next_oparg);
  |  |  ------------------
  |  |  |  |  284|     32|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |  452|     32|                assert(PyUnicode_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (452:17): [True: 32, False: 0]
  |  |  ------------------
  |  |  453|     32|                if (PyStackRef_AsPyObjectBorrow(*target_local) != left_o) {
  |  |  ------------------
  |  |  |  Branch (453:21): [True: 0, False: 32]
  |  |  ------------------
  |  |  454|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  455|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (455:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  456|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  457|      0|                }
  |  |  458|     32|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|     32|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  459|     32|                assert(Py_REFCNT(left_o) >= 2 || !PyStackRef_IsHeapSafe(left));
  |  |  ------------------
  |  |  |  Branch (459:17): [True: 28, False: 4]
  |  |  |  Branch (459:17): [True: 4, False: 0]
  |  |  ------------------
  |  |  460|     32|                PyObject *temp = PyStackRef_AsPyObjectSteal(*target_local);
  |  |  461|     32|                PyObject *right_o = PyStackRef_AsPyObjectSteal(right);
  |  |  462|     32|                PyStackRef_CLOSE_SPECIALIZED(left, _PyUnicode_ExactDealloc);
  |  |  463|     32|                stack_pointer += -2;
  |  |  464|     32|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     32|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  465|     32|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  466|     32|                PyUnicode_Append(&temp, right_o);
  |  |  467|     32|                _Py_DECREF_SPECIALIZED(right_o, _PyUnicode_ExactDealloc);
  |  |  ------------------
  |  |  |  |   96|     32|    do { \
  |  |  |  |   97|     32|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   98|     32|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     32|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 8, False: 24]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   99|      8|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      8|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  100|      8|            break; \
  |  |  |  |  101|      8|        } \
  |  |  |  |  102|     32|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     24|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  103|     24|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (103:13): [True: 24, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  104|     24|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|     24|    do { \
  |  |  |  |  |  |  113|     24|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|     24|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 24]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|     24|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 24]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  105|     24|            destructor d = (destructor)(dealloc); \
  |  |  |  |  106|     24|            d(op); \
  |  |  |  |  107|     24|        } \
  |  |  |  |  108|     24|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (108:14): [Folded, False: 24]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  468|     32|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  469|     32|                *target_local = PyStackRef_NULL;
  |  |  470|     32|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (470:21): [True: 0, False: 32]
  |  |  ------------------
  |  |  471|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  472|      0|                }
  |  |  473|     32|                res = PyStackRef_FromPyObjectSteal(temp);
  |  |  474|     32|            }
  |  |  475|      0|            stack_pointer[0] = res;
  |  |  476|     32|            stack_pointer += 1;
  |  |  477|     32|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     32|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  478|     32|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     32|    { \
  |  |  |  |  201|     32|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     32|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     32|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     32|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     32|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     32|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     32|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     32|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 32]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     32|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     32|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     32|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     32|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     32|    }
  |  |  ------------------
  |  |  |  Branch (478:13): [True: 32, False: 0]
  |  |  ------------------
  |  |  479|     32|        }
  |  |  480|       |
  |  |  481|      0|        TARGET(BINARY_OP_MULTIPLY_FLOAT) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  482|       |            #if _Py_TAIL_CALL_INTERP
  |  |  483|       |            int opcode = BINARY_OP_MULTIPLY_FLOAT;
  |  |  484|       |            (void)(opcode);
  |  |  485|       |            #endif
  |  |  486|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  487|      0|            (void)this_instr;
  |  |  488|      0|            frame->instr_ptr = next_instr;
  |  |  489|      0|            next_instr += 6;
  |  |  490|      0|            INSTRUCTION_STATS(BINARY_OP_MULTIPLY_FLOAT);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  491|      0|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  492|      0|            _PyStackRef value;
  |  |  493|      0|            _PyStackRef left;
  |  |  494|      0|            _PyStackRef right;
  |  |  495|      0|            _PyStackRef res;
  |  |  496|      0|            _PyStackRef l;
  |  |  497|      0|            _PyStackRef r;
  |  |  498|       |            // _GUARD_TOS_FLOAT
  |  |  499|      0|            {
  |  |  500|      0|                value = stack_pointer[-1];
  |  |  501|      0|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  502|      0|                if (!PyFloat_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |   17|      0|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (502:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  503|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  504|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (504:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  505|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  506|      0|                }
  |  |  507|      0|            }
  |  |  508|       |            // _GUARD_NOS_FLOAT
  |  |  509|      0|            {
  |  |  510|      0|                left = stack_pointer[-2];
  |  |  511|      0|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  512|      0|                if (!PyFloat_CheckExact(left_o)) {
  |  |  ------------------
  |  |  |  |   17|      0|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (512:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  513|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  514|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (514:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  515|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  516|      0|                }
  |  |  517|      0|            }
  |  |  518|       |            /* Skip 5 cache entries */
  |  |  519|       |            // _BINARY_OP_MULTIPLY_FLOAT
  |  |  520|      0|            {
  |  |  521|      0|                right = value;
  |  |  522|      0|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  523|      0|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  524|      0|                assert(PyFloat_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (524:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  525|      0|                assert(PyFloat_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (525:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  526|      0|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  527|      0|                double dres =
  |  |  528|      0|                ((PyFloatObject *)left_o)->ob_fval *
  |  |  529|      0|                ((PyFloatObject *)right_o)->ob_fval;
  |  |  530|      0|                PyObject *d = PyFloat_FromDouble(dres);
  |  |  531|      0|                if (d == NULL) {
  |  |  ------------------
  |  |  |  Branch (531:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  532|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  533|      0|                }
  |  |  534|      0|                res = PyStackRef_FromPyObjectSteal(d);
  |  |  535|      0|                l = left;
  |  |  536|      0|                r = right;
  |  |  537|      0|            }
  |  |  538|       |            // _POP_TOP_FLOAT
  |  |  539|      0|            {
  |  |  540|      0|                value = r;
  |  |  541|      0|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (541:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  542|      0|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  |  543|      0|            }
  |  |  544|       |            // _POP_TOP_FLOAT
  |  |  545|      0|            {
  |  |  546|      0|                value = l;
  |  |  547|      0|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (547:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  548|      0|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  |  549|      0|            }
  |  |  550|      0|            stack_pointer[-2] = res;
  |  |  551|      0|            stack_pointer += -1;
  |  |  552|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  553|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (553:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  554|      0|        }
  |  |  555|       |
  |  |  556|     23|        TARGET(BINARY_OP_MULTIPLY_INT) {
  |  |  ------------------
  |  |  |  |  132|     23|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  557|       |            #if _Py_TAIL_CALL_INTERP
  |  |  558|       |            int opcode = BINARY_OP_MULTIPLY_INT;
  |  |  559|       |            (void)(opcode);
  |  |  560|       |            #endif
  |  |  561|     23|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  562|     23|            (void)this_instr;
  |  |  563|     23|            frame->instr_ptr = next_instr;
  |  |  564|     23|            next_instr += 6;
  |  |  565|     23|            INSTRUCTION_STATS(BINARY_OP_MULTIPLY_INT);
  |  |  ------------------
  |  |  |  |   71|     23|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  566|     23|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  567|     23|            _PyStackRef value;
  |  |  568|     23|            _PyStackRef left;
  |  |  569|     23|            _PyStackRef right;
  |  |  570|     23|            _PyStackRef res;
  |  |  571|     23|            _PyStackRef l;
  |  |  572|     23|            _PyStackRef r;
  |  |  573|       |            // _GUARD_TOS_INT
  |  |  574|     23|            {
  |  |  575|     23|                value = stack_pointer[-1];
  |  |  576|     23|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  577|     23|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (577:21): [True: 0, False: 23]
  |  |  ------------------
  |  |  578|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  579|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (579:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  580|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  581|      0|                }
  |  |  582|     23|            }
  |  |  583|       |            // _GUARD_NOS_INT
  |  |  584|     23|            {
  |  |  585|     23|                left = stack_pointer[-2];
  |  |  586|     23|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  587|     23|                if (!_PyLong_CheckExactAndCompact(left_o)) {
  |  |  ------------------
  |  |  |  Branch (587:21): [True: 0, False: 23]
  |  |  ------------------
  |  |  588|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  589|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (589:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  590|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  591|      0|                }
  |  |  592|     23|            }
  |  |  593|       |            /* Skip 5 cache entries */
  |  |  594|       |            // _BINARY_OP_MULTIPLY_INT
  |  |  595|     23|            {
  |  |  596|     23|                right = value;
  |  |  597|     23|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  |  598|     23|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  |  599|     23|                assert(PyLong_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (599:17): [True: 23, False: 0]
  |  |  ------------------
  |  |  600|     23|                assert(PyLong_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (600:17): [True: 23, False: 0]
  |  |  ------------------
  |  |  601|     23|                assert(_PyLong_BothAreCompact((PyLongObject *)left_o, (PyLongObject *)right_o));
  |  |  ------------------
  |  |  |  Branch (601:17): [True: 23, False: 0]
  |  |  ------------------
  |  |  602|     23|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|     23|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  603|     23|                res = _PyCompactLong_Multiply((PyLongObject *)left_o, (PyLongObject *)right_o);
  |  |  604|     23|                if (PyStackRef_IsNull(res)) {
  |  |  ------------------
  |  |  |  |  470|     23|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     23|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     23|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 23]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  605|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  606|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (606:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  607|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  608|      0|                }
  |  |  609|     23|                l = left;
  |  |  610|     23|                r = right;
  |  |  611|     23|            }
  |  |  612|       |            // _POP_TOP_INT
  |  |  613|      0|            {
  |  |  614|     23|                value = r;
  |  |  615|     23|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (615:17): [True: 23, False: 0]
  |  |  ------------------
  |  |  616|     23|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  617|     23|            }
  |  |  618|       |            // _POP_TOP_INT
  |  |  619|      0|            {
  |  |  620|     23|                value = l;
  |  |  621|     23|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (621:17): [True: 23, False: 0]
  |  |  ------------------
  |  |  622|     23|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  623|     23|            }
  |  |  624|      0|            stack_pointer[-2] = res;
  |  |  625|     23|            stack_pointer += -1;
  |  |  626|     23|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     23|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  627|     23|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     23|    { \
  |  |  |  |  201|     23|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     23|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     23|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     23|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     23|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     23|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     23|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     23|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 23]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     23|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     23|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     23|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     23|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     23|    }
  |  |  ------------------
  |  |  |  Branch (627:13): [True: 23, False: 0]
  |  |  ------------------
  |  |  628|     23|        }
  |  |  629|       |
  |  |  630|    416|        TARGET(BINARY_OP_SUBSCR_DICT) {
  |  |  ------------------
  |  |  |  |  132|    416|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  631|       |            #if _Py_TAIL_CALL_INTERP
  |  |  632|       |            int opcode = BINARY_OP_SUBSCR_DICT;
  |  |  633|       |            (void)(opcode);
  |  |  634|       |            #endif
  |  |  635|    416|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  636|    416|            (void)this_instr;
  |  |  637|    416|            frame->instr_ptr = next_instr;
  |  |  638|    416|            next_instr += 6;
  |  |  639|    416|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_DICT);
  |  |  ------------------
  |  |  |  |   71|    416|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  640|    416|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  641|    416|            _PyStackRef nos;
  |  |  642|    416|            _PyStackRef dict_st;
  |  |  643|    416|            _PyStackRef sub_st;
  |  |  644|    416|            _PyStackRef res;
  |  |  645|    416|            _PyStackRef ds;
  |  |  646|    416|            _PyStackRef ss;
  |  |  647|    416|            _PyStackRef value;
  |  |  648|       |            // _GUARD_NOS_DICT_SUBSCRIPT
  |  |  649|    416|            {
  |  |  650|    416|                nos = stack_pointer[-2];
  |  |  651|    416|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  652|    416|                if (!Py_TYPE(o)->tp_as_mapping) {
  |  |  ------------------
  |  |  |  |  213|    416|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    416|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    416|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (652:21): [True: 0, False: 416]
  |  |  ------------------
  |  |  653|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  654|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (654:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  655|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  656|      0|                }
  |  |  657|    416|                if (Py_TYPE(o)->tp_as_mapping->mp_subscript != _PyDict_Subscript) {
  |  |  ------------------
  |  |  |  |  213|    416|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    416|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    416|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (657:21): [True: 0, False: 416]
  |  |  ------------------
  |  |  658|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  659|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (659:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  660|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  661|      0|                }
  |  |  662|    416|            }
  |  |  663|       |            /* Skip 5 cache entries */
  |  |  664|       |            // _BINARY_OP_SUBSCR_DICT
  |  |  665|    416|            {
  |  |  666|    416|                sub_st = stack_pointer[-1];
  |  |  667|    416|                dict_st = nos;
  |  |  668|    416|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  |  669|    416|                PyObject *dict = PyStackRef_AsPyObjectBorrow(dict_st);
  |  |  670|    416|                assert(Py_TYPE(dict)->tp_as_mapping->mp_subscript == _PyDict_Subscript);
  |  |  ------------------
  |  |  |  Branch (670:17): [True: 416, False: 0]
  |  |  ------------------
  |  |  671|    416|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    416|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  672|    416|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  673|    416|                PyObject *res_o = _PyDict_Subscript(dict, sub);
  |  |  674|    416|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  675|    416|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (675:21): [True: 187, False: 229]
  |  |  ------------------
  |  |  676|    187|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|    187|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  677|      0|                }
  |  |  678|    229|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |  679|    229|                ds = dict_st;
  |  |  680|    229|                ss = sub_st;
  |  |  681|    229|            }
  |  |  682|       |            // _POP_TOP
  |  |  683|      0|            {
  |  |  684|    229|                value = ss;
  |  |  685|    229|                stack_pointer[-2] = res;
  |  |  686|    229|                stack_pointer[-1] = ds;
  |  |  687|    229|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  688|    229|                PyStackRef_XCLOSE(value);
  |  |  689|    229|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  690|    229|            }
  |  |  691|       |            // _POP_TOP
  |  |  692|    229|            {
  |  |  693|    229|                value = ds;
  |  |  694|    229|                stack_pointer += -1;
  |  |  695|    229|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    229|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  696|    229|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  697|    229|                PyStackRef_XCLOSE(value);
  |  |  698|    229|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  699|    229|            }
  |  |  700|    229|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    229|    { \
  |  |  |  |  201|    229|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    229|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    229|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    229|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    229|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    229|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    229|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    229|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 229]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    229|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    229|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    229|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    229|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    229|    }
  |  |  ------------------
  |  |  |  Branch (700:13): [True: 229, False: 0]
  |  |  ------------------
  |  |  701|    229|        }
  |  |  702|       |
  |  |  703|    124|        TARGET(BINARY_OP_SUBSCR_GETITEM) {
  |  |  ------------------
  |  |  |  |  132|    124|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  704|       |            #if _Py_TAIL_CALL_INTERP
  |  |  705|       |            int opcode = BINARY_OP_SUBSCR_GETITEM;
  |  |  706|       |            (void)(opcode);
  |  |  707|       |            #endif
  |  |  708|    124|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  709|    124|            (void)this_instr;
  |  |  710|    124|            frame->instr_ptr = next_instr;
  |  |  711|    124|            next_instr += 6;
  |  |  712|    124|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_GETITEM);
  |  |  ------------------
  |  |  |  |   71|    124|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  713|    124|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  714|    124|            _PyStackRef container;
  |  |  715|    124|            _PyStackRef getitem;
  |  |  716|    124|            _PyStackRef sub;
  |  |  717|    124|            _PyStackRef new_frame;
  |  |  718|       |            /* Skip 5 cache entries */
  |  |  719|       |            // _CHECK_PEP_523
  |  |  720|    124|            {
  |  |  721|    124|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|    124|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 124]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  722|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  723|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (723:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  724|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  725|      0|                }
  |  |  726|    124|            }
  |  |  727|       |            // _BINARY_OP_SUBSCR_CHECK_FUNC
  |  |  728|    124|            {
  |  |  729|    124|                container = stack_pointer[-2];
  |  |  730|    124|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(container));
  |  |  ------------------
  |  |  |  |  213|    124|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    124|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  731|    124|                if (!PyType_HasFeature(tp, Py_TPFLAGS_HEAPTYPE)) {
  |  |  ------------------
  |  |  |  |  503|    124|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  |  |  ------------------
  |  |  |  Branch (731:21): [True: 0, False: 124]
  |  |  ------------------
  |  |  732|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  733|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (733:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  734|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  735|      0|                }
  |  |  736|    124|                PyHeapTypeObject *ht = (PyHeapTypeObject *)tp;
  |  |  737|    124|                PyObject *getitem_o = FT_ATOMIC_LOAD_PTR_ACQUIRE(ht->_spec_cache.getitem);
  |  |  ------------------
  |  |  |  |  150|    124|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  |  738|    124|                if (getitem_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (738:21): [True: 0, False: 124]
  |  |  ------------------
  |  |  739|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  740|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (740:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  741|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  742|      0|                }
  |  |  743|    124|                assert(PyFunction_Check(getitem_o));
  |  |  ------------------
  |  |  |  Branch (743:17): [True: 124, False: 0]
  |  |  ------------------
  |  |  744|    124|                uint32_t cached_version = FT_ATOMIC_LOAD_UINT32_RELAXED(ht->_spec_cache.getitem_version);
  |  |  ------------------
  |  |  |  |  159|    124|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  745|    124|                if (((PyFunctionObject *)getitem_o)->func_version != cached_version) {
  |  |  ------------------
  |  |  |  Branch (745:21): [True: 0, False: 124]
  |  |  ------------------
  |  |  746|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  747|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (747:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  748|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  749|      0|                }
  |  |  750|    124|                PyCodeObject *code = (PyCodeObject *)PyFunction_GET_CODE(getitem_o);
  |  |  ------------------
  |  |  |  |   93|    124|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    124|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  751|    124|                assert(code->co_argcount == 2);
  |  |  ------------------
  |  |  |  Branch (751:17): [True: 124, False: 0]
  |  |  ------------------
  |  |  752|    124|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (752:21): [True: 0, False: 124]
  |  |  ------------------
  |  |  753|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  754|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (754:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  755|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  756|      0|                }
  |  |  757|    124|                getitem = PyStackRef_FromPyObjectNew(getitem_o);
  |  |  ------------------
  |  |  |  |  599|    124|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    124|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  758|    124|            }
  |  |  759|       |            // _BINARY_OP_SUBSCR_INIT_CALL
  |  |  760|      0|            {
  |  |  761|    124|                sub = stack_pointer[-1];
  |  |  762|    124|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    124|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  763|    124|                _PyInterpreterFrame* pushed_frame = _PyFrame_PushUnchecked(tstate, getitem, 2, frame);
  |  |  764|    124|                pushed_frame->localsplus[0] = container;
  |  |  765|    124|                pushed_frame->localsplus[1] = sub;
  |  |  766|    124|                frame->return_offset = 6u ;
  |  |  767|    124|                new_frame = PyStackRef_Wrap(pushed_frame);
  |  |  768|    124|            }
  |  |  769|       |            // _PUSH_FRAME
  |  |  770|    124|            {
  |  |  771|    124|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (771:17): [True: 124, False: 0]
  |  |  ------------------
  |  |  772|    124|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  |  773|    124|                stack_pointer += -2;
  |  |  774|    124|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    124|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  775|    124|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  776|    124|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (776:17): [True: 124, False: 0]
  |  |  |  Branch (776:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  777|    124|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|    124|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  |  778|    124|                frame = tstate->current_frame = temp;
  |  |  779|    124|                tstate->py_recursion_remaining--;
  |  |  780|    124|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|    124|#define LOAD_SP() \
  |  |  |  |  426|    124|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  |  781|    124|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|    124|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    124|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    124|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 124]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  782|    124|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|    124|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  |  783|    124|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    124|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  |  784|    124|            }
  |  |  785|    124|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    124|    { \
  |  |  |  |  201|    124|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    124|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    124|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    124|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    124|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    124|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    124|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    124|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 124]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    124|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    124|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    124|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    124|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    124|    }
  |  |  ------------------
  |  |  |  Branch (785:13): [True: 124, False: 0]
  |  |  ------------------
  |  |  786|    124|        }
  |  |  787|       |
  |  |  788|    248|        TARGET(BINARY_OP_SUBSCR_LIST_INT) {
  |  |  ------------------
  |  |  |  |  132|    248|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  789|       |            #if _Py_TAIL_CALL_INTERP
  |  |  790|       |            int opcode = BINARY_OP_SUBSCR_LIST_INT;
  |  |  791|       |            (void)(opcode);
  |  |  792|       |            #endif
  |  |  793|    248|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  794|    248|            (void)this_instr;
  |  |  795|    248|            frame->instr_ptr = next_instr;
  |  |  796|    248|            next_instr += 6;
  |  |  797|    248|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_LIST_INT);
  |  |  ------------------
  |  |  |  |   71|    248|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  798|    248|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  799|    248|            _PyStackRef value;
  |  |  800|    248|            _PyStackRef nos;
  |  |  801|    248|            _PyStackRef list_st;
  |  |  802|    248|            _PyStackRef sub_st;
  |  |  803|    248|            _PyStackRef res;
  |  |  804|    248|            _PyStackRef ls;
  |  |  805|    248|            _PyStackRef ss;
  |  |  806|       |            // _GUARD_TOS_INT
  |  |  807|    248|            {
  |  |  808|    248|                value = stack_pointer[-1];
  |  |  809|    248|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  810|    248|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (810:21): [True: 0, False: 248]
  |  |  ------------------
  |  |  811|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  812|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (812:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  813|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  814|      0|                }
  |  |  815|    248|            }
  |  |  816|       |            // _GUARD_NOS_LIST
  |  |  817|    248|            {
  |  |  818|    248|                nos = stack_pointer[-2];
  |  |  819|    248|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  820|    248|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|    248|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    248|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    248|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    248|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (820:21): [True: 0, False: 248]
  |  |  ------------------
  |  |  821|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  822|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (822:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  823|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  824|      0|                }
  |  |  825|    248|            }
  |  |  826|       |            /* Skip 5 cache entries */
  |  |  827|       |            // _BINARY_OP_SUBSCR_LIST_INT
  |  |  828|    248|            {
  |  |  829|    248|                sub_st = value;
  |  |  830|    248|                list_st = nos;
  |  |  831|    248|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  |  832|    248|                PyObject *list = PyStackRef_AsPyObjectBorrow(list_st);
  |  |  833|    248|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (833:17): [True: 248, False: 0]
  |  |  ------------------
  |  |  834|    248|                assert(PyList_CheckExact(list));
  |  |  ------------------
  |  |  |  Branch (834:17): [True: 248, False: 0]
  |  |  ------------------
  |  |  835|    248|                Py_ssize_t index = _PyLong_CompactValue((PyLongObject *)sub);
  |  |  836|    248|                if (index < 0) {
  |  |  ------------------
  |  |  |  Branch (836:21): [True: 0, False: 248]
  |  |  ------------------
  |  |  837|      0|                    index += PyList_GET_SIZE(list);
  |  |  ------------------
  |  |  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  838|      0|                }
  |  |  839|       |                #ifdef Py_GIL_DISABLED
  |  |  840|       |                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  841|       |                PyObject *res_o = _PyList_GetItemRef((PyListObject*)list, index);
  |  |  842|       |                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  843|       |                if (res_o == NULL) {
  |  |  844|       |                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  845|       |                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  846|       |                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  847|       |                }
  |  |  848|       |                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |  849|       |                #else
  |  |  850|    248|                if (index < 0 || index >= PyList_GET_SIZE(list)) {
  |  |  ------------------
  |  |  |  |   38|    248|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    248|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    248|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (850:21): [True: 0, False: 248]
  |  |  |  Branch (850:34): [True: 22, False: 226]
  |  |  ------------------
  |  |  851|     22|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|     22|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  852|     22|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (852:21): [True: 22, False: 0]
  |  |  ------------------
  |  |  853|     22|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|     22|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  854|      0|                }
  |  |  855|    226|                PyObject *res_o = PyList_GET_ITEM(list, index);
  |  |  ------------------
  |  |  |  |   40|    226|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|    226|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    226|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (855:35): [True: 226, False: 0]
  |  |  ------------------
  |  |  856|    226|                assert(res_o != NULL);
  |  |  ------------------
  |  |  |  Branch (856:17): [True: 226, False: 0]
  |  |  ------------------
  |  |  857|    226|                res = PyStackRef_FromPyObjectNew(res_o);
  |  |  ------------------
  |  |  |  |  599|    226|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    226|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    226|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  858|    226|                #endif
  |  |  859|    226|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    226|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  860|    226|                ls = list_st;
  |  |  861|    226|                ss = sub_st;
  |  |  862|    226|            }
  |  |  863|       |            // _POP_TOP_INT
  |  |  864|      0|            {
  |  |  865|    226|                value = ss;
  |  |  866|    226|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (866:17): [True: 226, False: 0]
  |  |  ------------------
  |  |  867|    226|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |  868|    226|            }
  |  |  869|       |            // _POP_TOP
  |  |  870|      0|            {
  |  |  871|    226|                value = ls;
  |  |  872|    226|                stack_pointer[-2] = res;
  |  |  873|    226|                stack_pointer += -1;
  |  |  874|    226|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    226|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  875|    226|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  876|    226|                PyStackRef_XCLOSE(value);
  |  |  877|    226|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  878|    226|            }
  |  |  879|    226|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    226|    { \
  |  |  |  |  201|    226|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    226|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    226|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    226|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    226|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    226|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    226|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    226|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 226]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    226|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    226|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    226|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    226|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    226|    }
  |  |  ------------------
  |  |  |  Branch (879:13): [True: 226, False: 0]
  |  |  ------------------
  |  |  880|    226|        }
  |  |  881|       |
  |  |  882|     18|        TARGET(BINARY_OP_SUBSCR_LIST_SLICE) {
  |  |  ------------------
  |  |  |  |  132|     18|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  883|       |            #if _Py_TAIL_CALL_INTERP
  |  |  884|       |            int opcode = BINARY_OP_SUBSCR_LIST_SLICE;
  |  |  885|       |            (void)(opcode);
  |  |  886|       |            #endif
  |  |  887|     18|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  888|     18|            (void)this_instr;
  |  |  889|     18|            frame->instr_ptr = next_instr;
  |  |  890|     18|            next_instr += 6;
  |  |  891|     18|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_LIST_SLICE);
  |  |  ------------------
  |  |  |  |   71|     18|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  892|     18|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  893|     18|            _PyStackRef tos;
  |  |  894|     18|            _PyStackRef nos;
  |  |  895|     18|            _PyStackRef list_st;
  |  |  896|     18|            _PyStackRef sub_st;
  |  |  897|     18|            _PyStackRef res;
  |  |  898|     18|            _PyStackRef ls;
  |  |  899|     18|            _PyStackRef ss;
  |  |  900|     18|            _PyStackRef value;
  |  |  901|       |            // _GUARD_TOS_SLICE
  |  |  902|     18|            {
  |  |  903|     18|                tos = stack_pointer[-1];
  |  |  904|     18|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  |  905|     18|                if (!PySlice_Check(o)) {
  |  |  ------------------
  |  |  |  |   22|     18|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     18|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (905:21): [True: 0, False: 18]
  |  |  ------------------
  |  |  906|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  907|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (907:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  908|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  909|      0|                }
  |  |  910|     18|            }
  |  |  911|       |            // _GUARD_NOS_LIST
  |  |  912|     18|            {
  |  |  913|     18|                nos = stack_pointer[-2];
  |  |  914|     18|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  915|     18|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|     18|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     18|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (915:21): [True: 0, False: 18]
  |  |  ------------------
  |  |  916|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  917|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (917:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  918|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  919|      0|                }
  |  |  920|     18|            }
  |  |  921|       |            /* Skip 5 cache entries */
  |  |  922|       |            // _BINARY_OP_SUBSCR_LIST_SLICE
  |  |  923|     18|            {
  |  |  924|     18|                sub_st = tos;
  |  |  925|     18|                list_st = nos;
  |  |  926|     18|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  |  927|     18|                PyObject *list = PyStackRef_AsPyObjectBorrow(list_st);
  |  |  928|     18|                assert(PySlice_Check(sub));
  |  |  ------------------
  |  |  |  Branch (928:17): [True: 18, False: 0]
  |  |  ------------------
  |  |  929|     18|                assert(PyList_CheckExact(list));
  |  |  ------------------
  |  |  |  Branch (929:17): [True: 18, False: 0]
  |  |  ------------------
  |  |  930|     18|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  931|     18|                PyObject *res_o = _PyList_SliceSubscript(list, sub);
  |  |  932|     18|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  933|     18|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|     18|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |  934|     18|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (934:21): [True: 0, False: 18]
  |  |  ------------------
  |  |  935|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |  936|      0|                }
  |  |  937|     18|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |  938|     18|                ls = list_st;
  |  |  939|     18|                ss = sub_st;
  |  |  940|     18|            }
  |  |  941|       |            // _POP_TOP
  |  |  942|      0|            {
  |  |  943|     18|                value = ss;
  |  |  944|     18|                stack_pointer[-2] = res;
  |  |  945|     18|                stack_pointer[-1] = ls;
  |  |  946|     18|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  947|     18|                PyStackRef_XCLOSE(value);
  |  |  948|     18|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  949|     18|            }
  |  |  950|       |            // _POP_TOP
  |  |  951|     18|            {
  |  |  952|     18|                value = ls;
  |  |  953|     18|                stack_pointer += -1;
  |  |  954|     18|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     18|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |  955|     18|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |  956|     18|                PyStackRef_XCLOSE(value);
  |  |  957|     18|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |  958|     18|            }
  |  |  959|     18|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     18|    { \
  |  |  |  |  201|     18|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     18|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     18|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     18|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     18|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     18|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     18|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     18|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 18]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     18|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     18|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     18|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     18|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     18|    }
  |  |  ------------------
  |  |  |  Branch (959:13): [True: 18, False: 0]
  |  |  ------------------
  |  |  960|     18|        }
  |  |  961|       |
  |  |  962|  1.22k|        TARGET(BINARY_OP_SUBSCR_STR_INT) {
  |  |  ------------------
  |  |  |  |  132|  1.22k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |  963|       |            #if _Py_TAIL_CALL_INTERP
  |  |  964|       |            int opcode = BINARY_OP_SUBSCR_STR_INT;
  |  |  965|       |            (void)(opcode);
  |  |  966|       |            #endif
  |  |  967|  1.22k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |  968|  1.22k|            (void)this_instr;
  |  |  969|  1.22k|            frame->instr_ptr = next_instr;
  |  |  970|  1.22k|            next_instr += 6;
  |  |  971|  1.22k|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_STR_INT);
  |  |  ------------------
  |  |  |  |   71|  1.22k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |  972|  1.22k|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  |  973|  1.22k|            _PyStackRef value;
  |  |  974|  1.22k|            _PyStackRef nos;
  |  |  975|  1.22k|            _PyStackRef str_st;
  |  |  976|  1.22k|            _PyStackRef sub_st;
  |  |  977|  1.22k|            _PyStackRef res;
  |  |  978|  1.22k|            _PyStackRef s;
  |  |  979|  1.22k|            _PyStackRef i;
  |  |  980|       |            // _GUARD_TOS_INT
  |  |  981|  1.22k|            {
  |  |  982|  1.22k|                value = stack_pointer[-1];
  |  |  983|  1.22k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |  984|  1.22k|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (984:21): [True: 0, False: 1.22k]
  |  |  ------------------
  |  |  985|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  986|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (986:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  987|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  988|      0|                }
  |  |  989|  1.22k|            }
  |  |  990|       |            // _GUARD_NOS_COMPACT_ASCII
  |  |  991|  1.22k|            {
  |  |  992|  1.22k|                nos = stack_pointer[-2];
  |  |  993|  1.22k|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |  994|  1.22k|                if (!PyUnicode_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |  104|  1.22k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.22k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (994:21): [True: 0, False: 1.22k]
  |  |  ------------------
  |  |  995|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |  996|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (996:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  997|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |  998|      0|                }
  |  |  999|  1.22k|                if (!PyUnicode_IS_COMPACT_ASCII(o)) {
  |  |  ------------------
  |  |  |  |  241|  1.22k|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (999:21): [True: 0, False: 1.22k]
  |  |  ------------------
  |  | 1000|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1001|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1001:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1002|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1003|      0|                }
  |  | 1004|  1.22k|            }
  |  | 1005|       |            /* Skip 5 cache entries */
  |  | 1006|       |            // _BINARY_OP_SUBSCR_STR_INT
  |  | 1007|  1.22k|            {
  |  | 1008|  1.22k|                sub_st = value;
  |  | 1009|  1.22k|                str_st = nos;
  |  | 1010|  1.22k|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  | 1011|  1.22k|                PyObject *str = PyStackRef_AsPyObjectBorrow(str_st);
  |  | 1012|  1.22k|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (1012:17): [True: 1.22k, False: 0]
  |  |  ------------------
  |  | 1013|  1.22k|                assert(PyUnicode_CheckExact(str));
  |  |  ------------------
  |  |  |  Branch (1013:17): [True: 1.22k, False: 0]
  |  |  ------------------
  |  | 1014|  1.22k|                if (!_PyLong_IsNonNegativeCompact((PyLongObject*)sub)) {
  |  |  ------------------
  |  |  |  Branch (1014:21): [True: 0, False: 1.22k]
  |  |  ------------------
  |  | 1015|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1016|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1016:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1017|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1018|      0|                }
  |  | 1019|  1.22k|                Py_ssize_t index = ((PyLongObject*)sub)->long_value.ob_digit[0];
  |  | 1020|  1.22k|                if (PyUnicode_GET_LENGTH(str) <= index) {
  |  |  ------------------
  |  |  |  |  299|  1.22k|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.22k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.22k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1020:21): [True: 26, False: 1.19k]
  |  |  ------------------
  |  | 1021|     26|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|     26|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1022|     26|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1022:21): [True: 26, False: 0]
  |  |  ------------------
  |  | 1023|     26|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|     26|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1024|      0|                }
  |  | 1025|  1.19k|                uint8_t c = PyUnicode_1BYTE_DATA(str)[index];
  |  |  ------------------
  |  |  |  |  291|  1.19k|#define PyUnicode_1BYTE_DATA(op) _Py_STATIC_CAST(Py_UCS1*, PyUnicode_DATA(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|  1.19k|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1026|  1.19k|                assert(c < 128);
  |  |  ------------------
  |  |  |  Branch (1026:17): [True: 1.19k, False: 0]
  |  |  ------------------
  |  | 1027|  1.19k|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  1.19k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1028|  1.19k|                PyObject *res_o = (PyObject*)&_Py_SINGLETON(strings).ascii[c];
  |  |  ------------------
  |  |  |  |   18|  1.19k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|  1.19k|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1029|  1.19k|                s = str_st;
  |  | 1030|  1.19k|                i = sub_st;
  |  | 1031|  1.19k|                res = PyStackRef_FromPyObjectBorrow(res_o);
  |  | 1032|  1.19k|            }
  |  | 1033|       |            // _POP_TOP_INT
  |  | 1034|      0|            {
  |  | 1035|  1.19k|                value = i;
  |  | 1036|  1.19k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1036:17): [True: 1.19k, False: 0]
  |  |  ------------------
  |  | 1037|  1.19k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1038|  1.19k|            }
  |  | 1039|       |            // _POP_TOP_UNICODE
  |  | 1040|      0|            {
  |  | 1041|  1.19k|                value = s;
  |  | 1042|  1.19k|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1042:17): [True: 1.19k, False: 0]
  |  |  ------------------
  |  | 1043|  1.19k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  | 1044|  1.19k|            }
  |  | 1045|      0|            stack_pointer[-2] = res;
  |  | 1046|  1.19k|            stack_pointer += -1;
  |  | 1047|  1.19k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.19k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1048|  1.19k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.19k|    { \
  |  |  |  |  201|  1.19k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.19k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.19k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.19k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.19k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.19k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.19k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.19k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.19k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.19k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.19k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.19k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.19k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.19k|    }
  |  |  ------------------
  |  |  |  Branch (1048:13): [True: 1.19k, False: 0]
  |  |  ------------------
  |  | 1049|  1.19k|        }
  |  | 1050|       |
  |  | 1051|    388|        TARGET(BINARY_OP_SUBSCR_TUPLE_INT) {
  |  |  ------------------
  |  |  |  |  132|    388|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1052|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1053|       |            int opcode = BINARY_OP_SUBSCR_TUPLE_INT;
  |  | 1054|       |            (void)(opcode);
  |  | 1055|       |            #endif
  |  | 1056|    388|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 1057|    388|            (void)this_instr;
  |  | 1058|    388|            frame->instr_ptr = next_instr;
  |  | 1059|    388|            next_instr += 6;
  |  | 1060|    388|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_TUPLE_INT);
  |  |  ------------------
  |  |  |  |   71|    388|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1061|    388|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  | 1062|    388|            _PyStackRef value;
  |  | 1063|    388|            _PyStackRef nos;
  |  | 1064|    388|            _PyStackRef tuple_st;
  |  | 1065|    388|            _PyStackRef sub_st;
  |  | 1066|    388|            _PyStackRef res;
  |  | 1067|    388|            _PyStackRef ts;
  |  | 1068|    388|            _PyStackRef ss;
  |  | 1069|       |            // _GUARD_TOS_INT
  |  | 1070|    388|            {
  |  | 1071|    388|                value = stack_pointer[-1];
  |  | 1072|    388|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 1073|    388|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (1073:21): [True: 0, False: 388]
  |  |  ------------------
  |  | 1074|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1075|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1075:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1076|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1077|      0|                }
  |  | 1078|    388|            }
  |  | 1079|       |            // _GUARD_NOS_TUPLE
  |  | 1080|    388|            {
  |  | 1081|    388|                nos = stack_pointer[-2];
  |  | 1082|    388|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  | 1083|    388|                if (!PyTuple_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   28|    388|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    388|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    388|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    388|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1083:21): [True: 0, False: 388]
  |  |  ------------------
  |  | 1084|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1085|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1085:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1086|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1087|      0|                }
  |  | 1088|    388|            }
  |  | 1089|       |            // _GUARD_BINARY_OP_SUBSCR_TUPLE_INT_BOUNDS
  |  | 1090|    388|            {
  |  | 1091|    388|                sub_st = value;
  |  | 1092|    388|                tuple_st = nos;
  |  | 1093|    388|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  | 1094|    388|                PyObject *tuple = PyStackRef_AsPyObjectBorrow(tuple_st);
  |  | 1095|    388|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (1095:17): [True: 388, False: 0]
  |  |  ------------------
  |  | 1096|    388|                assert(PyTuple_CheckExact(tuple));
  |  |  ------------------
  |  |  |  Branch (1096:17): [True: 388, False: 0]
  |  |  ------------------
  |  | 1097|    388|                if (!_PyLong_IsNonNegativeCompact((PyLongObject *)sub)) {
  |  |  ------------------
  |  |  |  Branch (1097:21): [True: 0, False: 388]
  |  |  ------------------
  |  | 1098|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1099|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1099:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1100|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1101|      0|                }
  |  | 1102|    388|                Py_ssize_t index = ((PyLongObject*)sub)->long_value.ob_digit[0];
  |  | 1103|    388|                if (index >= PyTuple_GET_SIZE(tuple)) {
  |  |  ------------------
  |  |  |  |   27|    388|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    388|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    388|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1103:21): [True: 0, False: 388]
  |  |  ------------------
  |  | 1104|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1105|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1105:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1106|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1107|      0|                }
  |  | 1108|    388|            }
  |  | 1109|       |            /* Skip 5 cache entries */
  |  | 1110|       |            // _BINARY_OP_SUBSCR_TUPLE_INT
  |  | 1111|    388|            {
  |  | 1112|    388|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  | 1113|    388|                PyObject *tuple = PyStackRef_AsPyObjectBorrow(tuple_st);
  |  | 1114|    388|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (1114:17): [True: 388, False: 0]
  |  |  ------------------
  |  | 1115|    388|                assert(PyTuple_CheckExact(tuple));
  |  |  ------------------
  |  |  |  Branch (1115:17): [True: 388, False: 0]
  |  |  ------------------
  |  | 1116|    388|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    388|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1117|    388|                Py_ssize_t index = ((PyLongObject*)sub)->long_value.ob_digit[0];
  |  | 1118|    388|                PyObject *res_o = PyTuple_GET_ITEM(tuple, index);
  |  |  ------------------
  |  |  |  |   29|    388|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    388|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    388|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1118:35): [True: 388, False: 0]
  |  |  ------------------
  |  | 1119|    388|                assert(res_o != NULL);
  |  |  ------------------
  |  |  |  Branch (1119:17): [True: 388, False: 0]
  |  |  ------------------
  |  | 1120|    388|                res = PyStackRef_FromPyObjectNew(res_o);
  |  |  ------------------
  |  |  |  |  599|    388|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    388|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    388|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1121|    388|                ts = tuple_st;
  |  | 1122|    388|                ss = sub_st;
  |  | 1123|    388|            }
  |  | 1124|       |            // _POP_TOP_INT
  |  | 1125|      0|            {
  |  | 1126|    388|                value = ss;
  |  | 1127|    388|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1127:17): [True: 388, False: 0]
  |  |  ------------------
  |  | 1128|    388|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1129|    388|            }
  |  | 1130|       |            // _POP_TOP
  |  | 1131|      0|            {
  |  | 1132|    388|                value = ts;
  |  | 1133|    388|                stack_pointer[-2] = res;
  |  | 1134|    388|                stack_pointer += -1;
  |  | 1135|    388|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    388|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1136|    388|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1137|    388|                PyStackRef_XCLOSE(value);
  |  | 1138|    388|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1139|    388|            }
  |  | 1140|    388|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    388|    { \
  |  |  |  |  201|    388|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    388|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    388|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    388|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    388|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    388|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    388|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    388|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 388]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    388|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    388|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    388|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    388|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    388|    }
  |  |  ------------------
  |  |  |  Branch (1140:13): [True: 388, False: 0]
  |  |  ------------------
  |  | 1141|    388|        }
  |  | 1142|       |
  |  | 1143|      0|        TARGET(BINARY_OP_SUBSCR_USTR_INT) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1144|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1145|       |            int opcode = BINARY_OP_SUBSCR_USTR_INT;
  |  | 1146|       |            (void)(opcode);
  |  | 1147|       |            #endif
  |  | 1148|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 1149|      0|            (void)this_instr;
  |  | 1150|      0|            frame->instr_ptr = next_instr;
  |  | 1151|      0|            next_instr += 6;
  |  | 1152|      0|            INSTRUCTION_STATS(BINARY_OP_SUBSCR_USTR_INT);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1153|      0|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  | 1154|      0|            _PyStackRef value;
  |  | 1155|      0|            _PyStackRef nos;
  |  | 1156|      0|            _PyStackRef str_st;
  |  | 1157|      0|            _PyStackRef sub_st;
  |  | 1158|      0|            _PyStackRef res;
  |  | 1159|      0|            _PyStackRef s;
  |  | 1160|      0|            _PyStackRef i;
  |  | 1161|       |            // _GUARD_TOS_INT
  |  | 1162|      0|            {
  |  | 1163|      0|                value = stack_pointer[-1];
  |  | 1164|      0|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 1165|      0|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (1165:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1166|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1167|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1167:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1168|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1169|      0|                }
  |  | 1170|      0|            }
  |  | 1171|       |            // _GUARD_NOS_UNICODE
  |  | 1172|      0|            {
  |  | 1173|      0|                nos = stack_pointer[-2];
  |  | 1174|      0|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  | 1175|      0|                if (!PyUnicode_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |  104|      0|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1175:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1176|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1177|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1177:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1178|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1179|      0|                }
  |  | 1180|      0|            }
  |  | 1181|       |            /* Skip 5 cache entries */
  |  | 1182|       |            // _BINARY_OP_SUBSCR_USTR_INT
  |  | 1183|      0|            {
  |  | 1184|      0|                sub_st = value;
  |  | 1185|      0|                str_st = nos;
  |  | 1186|      0|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  | 1187|      0|                PyObject *str = PyStackRef_AsPyObjectBorrow(str_st);
  |  | 1188|      0|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (1188:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1189|      0|                assert(PyUnicode_CheckExact(str));
  |  |  ------------------
  |  |  |  Branch (1189:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1190|      0|                if (!_PyLong_IsNonNegativeCompact((PyLongObject*)sub)) {
  |  |  ------------------
  |  |  |  Branch (1190:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1191|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1192|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1192:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1193|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1194|      0|                }
  |  | 1195|      0|                Py_ssize_t index = ((PyLongObject*)sub)->long_value.ob_digit[0];
  |  | 1196|      0|                if (PyUnicode_GET_LENGTH(str) <= index) {
  |  |  ------------------
  |  |  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1196:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1197|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1198|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1198:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1199|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1200|      0|                }
  |  | 1201|      0|                Py_UCS4 c = PyUnicode_READ_CHAR(str, index);
  |  |  ------------------
  |  |  |  |  381|      0|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1202|      0|                if (Py_ARRAY_LENGTH(_Py_SINGLETON(strings).ascii) <= c) {
  |  |  ------------------
  |  |  |  |  196|      0|    (sizeof(array) / sizeof((array)[0]))
  |  |  ------------------
  |  |  |  Branch (1202:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1203|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1204|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1204:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1206|      0|                }
  |  | 1207|      0|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1208|      0|                PyObject *res_o = (PyObject*)&_Py_SINGLETON(strings).ascii[c];
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1209|      0|                s = str_st;
  |  | 1210|      0|                i = sub_st;
  |  | 1211|      0|                res = PyStackRef_FromPyObjectBorrow(res_o);
  |  | 1212|      0|            }
  |  | 1213|       |            // _POP_TOP_INT
  |  | 1214|      0|            {
  |  | 1215|      0|                value = i;
  |  | 1216|      0|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1216:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1217|      0|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1218|      0|            }
  |  | 1219|       |            // _POP_TOP_UNICODE
  |  | 1220|      0|            {
  |  | 1221|      0|                value = s;
  |  | 1222|      0|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1222:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1223|      0|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  | 1224|      0|            }
  |  | 1225|      0|            stack_pointer[-2] = res;
  |  | 1226|      0|            stack_pointer += -1;
  |  | 1227|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1228|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (1228:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1229|      0|        }
  |  | 1230|       |
  |  | 1231|      0|        TARGET(BINARY_OP_SUBTRACT_FLOAT) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1232|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1233|       |            int opcode = BINARY_OP_SUBTRACT_FLOAT;
  |  | 1234|       |            (void)(opcode);
  |  | 1235|       |            #endif
  |  | 1236|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 1237|      0|            (void)this_instr;
  |  | 1238|      0|            frame->instr_ptr = next_instr;
  |  | 1239|      0|            next_instr += 6;
  |  | 1240|      0|            INSTRUCTION_STATS(BINARY_OP_SUBTRACT_FLOAT);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1241|      0|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  | 1242|      0|            _PyStackRef value;
  |  | 1243|      0|            _PyStackRef left;
  |  | 1244|      0|            _PyStackRef right;
  |  | 1245|      0|            _PyStackRef res;
  |  | 1246|      0|            _PyStackRef l;
  |  | 1247|      0|            _PyStackRef r;
  |  | 1248|       |            // _GUARD_TOS_FLOAT
  |  | 1249|      0|            {
  |  | 1250|      0|                value = stack_pointer[-1];
  |  | 1251|      0|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 1252|      0|                if (!PyFloat_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |   17|      0|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1252:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1253|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1254|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1254:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1255|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1256|      0|                }
  |  | 1257|      0|            }
  |  | 1258|       |            // _GUARD_NOS_FLOAT
  |  | 1259|      0|            {
  |  | 1260|      0|                left = stack_pointer[-2];
  |  | 1261|      0|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 1262|      0|                if (!PyFloat_CheckExact(left_o)) {
  |  |  ------------------
  |  |  |  |   17|      0|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1262:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1263|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1264|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1264:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1265|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1266|      0|                }
  |  | 1267|      0|            }
  |  | 1268|       |            /* Skip 5 cache entries */
  |  | 1269|       |            // _BINARY_OP_SUBTRACT_FLOAT
  |  | 1270|      0|            {
  |  | 1271|      0|                right = value;
  |  | 1272|      0|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 1273|      0|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 1274|      0|                assert(PyFloat_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (1274:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1275|      0|                assert(PyFloat_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (1275:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1276|      0|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1277|      0|                double dres =
  |  | 1278|      0|                ((PyFloatObject *)left_o)->ob_fval -
  |  | 1279|      0|                ((PyFloatObject *)right_o)->ob_fval;
  |  | 1280|      0|                PyObject *d = PyFloat_FromDouble(dres);
  |  | 1281|      0|                if (d == NULL) {
  |  |  ------------------
  |  |  |  Branch (1281:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1282|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1283|      0|                }
  |  | 1284|      0|                res = PyStackRef_FromPyObjectSteal(d);
  |  | 1285|      0|                l = left;
  |  | 1286|      0|                r = right;
  |  | 1287|      0|            }
  |  | 1288|       |            // _POP_TOP_FLOAT
  |  | 1289|      0|            {
  |  | 1290|      0|                value = r;
  |  | 1291|      0|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1291:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1292|      0|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  | 1293|      0|            }
  |  | 1294|       |            // _POP_TOP_FLOAT
  |  | 1295|      0|            {
  |  | 1296|      0|                value = l;
  |  | 1297|      0|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1297:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1298|      0|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  | 1299|      0|            }
  |  | 1300|      0|            stack_pointer[-2] = res;
  |  | 1301|      0|            stack_pointer += -1;
  |  | 1302|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1303|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (1303:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1304|      0|        }
  |  | 1305|       |
  |  | 1306|    134|        TARGET(BINARY_OP_SUBTRACT_INT) {
  |  |  ------------------
  |  |  |  |  132|    134|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1307|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1308|       |            int opcode = BINARY_OP_SUBTRACT_INT;
  |  | 1309|       |            (void)(opcode);
  |  | 1310|       |            #endif
  |  | 1311|    134|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 1312|    134|            (void)this_instr;
  |  | 1313|    134|            frame->instr_ptr = next_instr;
  |  | 1314|    134|            next_instr += 6;
  |  | 1315|    134|            INSTRUCTION_STATS(BINARY_OP_SUBTRACT_INT);
  |  |  ------------------
  |  |  |  |   71|    134|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1316|    134|            static_assert(INLINE_CACHE_ENTRIES_BINARY_OP == 5, "incorrect cache size");
  |  | 1317|    134|            _PyStackRef value;
  |  | 1318|    134|            _PyStackRef left;
  |  | 1319|    134|            _PyStackRef right;
  |  | 1320|    134|            _PyStackRef res;
  |  | 1321|    134|            _PyStackRef l;
  |  | 1322|    134|            _PyStackRef r;
  |  | 1323|       |            // _GUARD_TOS_INT
  |  | 1324|    134|            {
  |  | 1325|    134|                value = stack_pointer[-1];
  |  | 1326|    134|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 1327|    134|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (1327:21): [True: 0, False: 134]
  |  |  ------------------
  |  | 1328|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1329|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1329:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1330|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1331|      0|                }
  |  | 1332|    134|            }
  |  | 1333|       |            // _GUARD_NOS_INT
  |  | 1334|    134|            {
  |  | 1335|    134|                left = stack_pointer[-2];
  |  | 1336|    134|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 1337|    134|                if (!_PyLong_CheckExactAndCompact(left_o)) {
  |  |  ------------------
  |  |  |  Branch (1337:21): [True: 0, False: 134]
  |  |  ------------------
  |  | 1338|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1339|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1339:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1340|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1341|      0|                }
  |  | 1342|    134|            }
  |  | 1343|       |            /* Skip 5 cache entries */
  |  | 1344|       |            // _BINARY_OP_SUBTRACT_INT
  |  | 1345|    134|            {
  |  | 1346|    134|                right = value;
  |  | 1347|    134|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 1348|    134|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 1349|    134|                assert(PyLong_CheckExact(left_o));
  |  |  ------------------
  |  |  |  Branch (1349:17): [True: 134, False: 0]
  |  |  ------------------
  |  | 1350|    134|                assert(PyLong_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (1350:17): [True: 134, False: 0]
  |  |  ------------------
  |  | 1351|    134|                assert(_PyLong_BothAreCompact((PyLongObject *)left_o, (PyLongObject *)right_o));
  |  |  ------------------
  |  |  |  Branch (1351:17): [True: 134, False: 0]
  |  |  ------------------
  |  | 1352|    134|                STAT_INC(BINARY_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    134|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1353|    134|                res = _PyCompactLong_Subtract((PyLongObject *)left_o, (PyLongObject *)right_o);
  |  | 1354|    134|                if (PyStackRef_IsNull(res)) {
  |  |  ------------------
  |  |  |  |  470|    134|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    134|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    134|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 134]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1355|      0|                    UPDATE_MISS_STATS(BINARY_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1356|      0|                    assert(_PyOpcode_Deopt[opcode] == (BINARY_OP));
  |  |  ------------------
  |  |  |  Branch (1356:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1357|      0|                    JUMP_TO_PREDICTED(BINARY_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1358|      0|                }
  |  | 1359|    134|                l = left;
  |  | 1360|    134|                r = right;
  |  | 1361|    134|            }
  |  | 1362|       |            // _POP_TOP_INT
  |  | 1363|      0|            {
  |  | 1364|    134|                value = r;
  |  | 1365|    134|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1365:17): [True: 134, False: 0]
  |  |  ------------------
  |  | 1366|    134|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1367|    134|            }
  |  | 1368|       |            // _POP_TOP_INT
  |  | 1369|      0|            {
  |  | 1370|    134|                value = l;
  |  | 1371|    134|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (1371:17): [True: 134, False: 0]
  |  |  ------------------
  |  | 1372|    134|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 1373|    134|            }
  |  | 1374|      0|            stack_pointer[-2] = res;
  |  | 1375|    134|            stack_pointer += -1;
  |  | 1376|    134|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    134|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1377|    134|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    134|    { \
  |  |  |  |  201|    134|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    134|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    134|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    134|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    134|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    134|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    134|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    134|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 134]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    134|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    134|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    134|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    134|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    134|    }
  |  |  ------------------
  |  |  |  Branch (1377:13): [True: 134, False: 0]
  |  |  ------------------
  |  | 1378|    134|        }
  |  | 1379|       |
  |  | 1380|    172|        TARGET(BINARY_SLICE) {
  |  |  ------------------
  |  |  |  |  132|    172|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1381|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1382|       |            int opcode = BINARY_SLICE;
  |  | 1383|       |            (void)(opcode);
  |  | 1384|       |            #endif
  |  | 1385|    172|            frame->instr_ptr = next_instr;
  |  | 1386|    172|            next_instr += 1;
  |  | 1387|    172|            INSTRUCTION_STATS(BINARY_SLICE);
  |  |  ------------------
  |  |  |  |   71|    172|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1388|    172|            _PyStackRef container;
  |  | 1389|    172|            _PyStackRef start;
  |  | 1390|    172|            _PyStackRef stop;
  |  | 1391|    172|            _PyStackRef res;
  |  | 1392|       |            // _SPECIALIZE_BINARY_SLICE
  |  | 1393|    172|            {
  |  | 1394|    172|                #if ENABLE_SPECIALIZATION
  |  | 1395|    172|                OPCODE_DEFERRED_INC(BINARY_SLICE);
  |  |  ------------------
  |  |  |  |   90|    172|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 1396|    172|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 1397|    172|            }
  |  | 1398|       |            // _BINARY_SLICE
  |  | 1399|    172|            {
  |  | 1400|    172|                stop = stack_pointer[-1];
  |  | 1401|    172|                start = stack_pointer[-2];
  |  | 1402|    172|                container = stack_pointer[-3];
  |  | 1403|    172|                PyObject *container_o = PyStackRef_AsPyObjectBorrow(container);
  |  | 1404|    172|                PyObject *start_o = PyStackRef_AsPyObjectBorrow(start);
  |  | 1405|    172|                PyObject *stop_o = PyStackRef_AsPyObjectBorrow(stop);
  |  | 1406|    172|                PyObject *res_o;
  |  | 1407|    172|                if (PyList_CheckExact(container_o)) {
  |  |  ------------------
  |  |  |  |   26|    172|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    172|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    172|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    172|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 16, False: 156]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1408|     16|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1409|     16|                    res_o = _PyList_BinarySlice(container_o, start_o, stop_o);
  |  | 1410|     16|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1411|     16|                }
  |  | 1412|    156|                else if (PyTuple_CheckExact(container_o)) {
  |  |  ------------------
  |  |  |  |   28|    156|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    156|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    156|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    156|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 156]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1413|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1414|      0|                    res_o = _PyTuple_BinarySlice(container_o, start_o, stop_o);
  |  | 1415|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1416|      0|                }
  |  | 1417|    156|                else if (PyUnicode_CheckExact(container_o)) {
  |  |  ------------------
  |  |  |  |  104|    156|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    156|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    156|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    156|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 124, False: 32]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1418|    124|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1419|    124|                    res_o = _PyUnicode_BinarySlice(container_o, start_o, stop_o);
  |  | 1420|    124|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1421|    124|                }
  |  | 1422|     32|                else {
  |  | 1423|     32|                    PyObject *slice = PySlice_New(start_o, stop_o, NULL);
  |  | 1424|     32|                    if (slice == NULL) {
  |  |  ------------------
  |  |  |  Branch (1424:25): [True: 0, False: 32]
  |  |  ------------------
  |  | 1425|      0|                        res_o = NULL;
  |  | 1426|      0|                    }
  |  | 1427|     32|                    else {
  |  | 1428|     32|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1429|     32|                        res_o = PyObject_GetItem(container_o, slice);
  |  | 1430|     32|                        Py_DECREF(slice);
  |  |  ------------------
  |  |  |  |   80|     32|    do { \
  |  |  |  |   81|     32|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|     32|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     32|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 32]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|     32|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     32|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|     32|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 32, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|     32|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|     32|    do { \
  |  |  |  |  |  |  113|     32|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|     32|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 32]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|     32|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 32]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|     32|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|     32|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|     32|            (*dealloc)(op); \
  |  |  |  |   91|     32|        } \
  |  |  |  |   92|     32|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1431|     32|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1432|     32|                    }
  |  | 1433|     32|                }
  |  | 1434|    172|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1435|    172|                _PyStackRef tmp = stop;
  |  | 1436|    172|                stop = PyStackRef_NULL;
  |  | 1437|    172|                stack_pointer[-1] = stop;
  |  | 1438|    172|                PyStackRef_CLOSE(tmp);
  |  | 1439|    172|                tmp = start;
  |  | 1440|    172|                start = PyStackRef_NULL;
  |  | 1441|    172|                stack_pointer[-2] = start;
  |  | 1442|    172|                PyStackRef_CLOSE(tmp);
  |  | 1443|    172|                tmp = container;
  |  | 1444|    172|                container = PyStackRef_NULL;
  |  | 1445|    172|                stack_pointer[-3] = container;
  |  | 1446|    172|                PyStackRef_CLOSE(tmp);
  |  | 1447|    172|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1448|    172|                stack_pointer += -3;
  |  | 1449|    172|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    172|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1450|    172|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1450:21): [True: 0, False: 172]
  |  |  ------------------
  |  | 1451|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1452|      0|                }
  |  | 1453|    172|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 1454|    172|            }
  |  | 1455|      0|            stack_pointer[0] = res;
  |  | 1456|    172|            stack_pointer += 1;
  |  | 1457|    172|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    172|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1458|    172|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    172|    { \
  |  |  |  |  201|    172|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    172|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    172|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    172|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    172|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    172|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    172|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    172|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 172]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    172|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    172|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    172|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    172|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    172|    }
  |  |  ------------------
  |  |  |  Branch (1458:13): [True: 172, False: 0]
  |  |  ------------------
  |  | 1459|    172|        }
  |  | 1460|       |
  |  | 1461|      0|        TARGET(BUILD_INTERPOLATION) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1462|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1463|       |            int opcode = BUILD_INTERPOLATION;
  |  | 1464|       |            (void)(opcode);
  |  | 1465|       |            #endif
  |  | 1466|      0|            frame->instr_ptr = next_instr;
  |  | 1467|      0|            next_instr += 1;
  |  | 1468|      0|            INSTRUCTION_STATS(BUILD_INTERPOLATION);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1469|      0|            _PyStackRef value;
  |  | 1470|      0|            _PyStackRef str;
  |  | 1471|      0|            _PyStackRef *format;
  |  | 1472|      0|            _PyStackRef interpolation;
  |  | 1473|      0|            format = &stack_pointer[-(oparg & 1)];
  |  | 1474|      0|            str = stack_pointer[-1 - (oparg & 1)];
  |  | 1475|      0|            value = stack_pointer[-2 - (oparg & 1)];
  |  | 1476|      0|            PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 1477|      0|            PyObject *str_o = PyStackRef_AsPyObjectBorrow(str);
  |  | 1478|      0|            int conversion = oparg >> 2;
  |  | 1479|      0|            PyObject *format_o;
  |  | 1480|      0|            if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (1480:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1481|      0|                format_o = PyStackRef_AsPyObjectBorrow(format[0]);
  |  | 1482|      0|            }
  |  | 1483|      0|            else {
  |  | 1484|      0|                format_o = &_Py_STR(empty);
  |  |  ------------------
  |  |  |  |  919|      0|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1485|      0|            }
  |  | 1486|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1487|      0|            PyObject *interpolation_o = _PyInterpolation_Build(value_o, str_o, conversion, format_o);
  |  | 1488|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1489|      0|            if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (1489:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1490|      0|                stack_pointer += -(oparg & 1);
  |  | 1491|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1492|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1493|      0|                PyStackRef_CLOSE(format[0]);
  |  | 1494|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1495|      0|            }
  |  | 1496|      0|            else {
  |  | 1497|      0|                stack_pointer += -(oparg & 1);
  |  | 1498|      0|            }
  |  | 1499|      0|            stack_pointer += -1;
  |  | 1500|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1501|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1502|      0|            PyStackRef_CLOSE(str);
  |  | 1503|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1504|      0|            stack_pointer += -1;
  |  | 1505|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1506|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1507|      0|            PyStackRef_CLOSE(value);
  |  | 1508|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1509|      0|            if (interpolation_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1509:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1510|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1511|      0|            }
  |  | 1512|      0|            interpolation = PyStackRef_FromPyObjectSteal(interpolation_o);
  |  | 1513|      0|            stack_pointer[0] = interpolation;
  |  | 1514|      0|            stack_pointer += 1;
  |  | 1515|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1516|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (1516:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1517|      0|        }
  |  | 1518|       |
  |  | 1519|    984|        TARGET(BUILD_LIST) {
  |  |  ------------------
  |  |  |  |  132|    984|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1520|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1521|       |            int opcode = BUILD_LIST;
  |  | 1522|       |            (void)(opcode);
  |  | 1523|       |            #endif
  |  | 1524|    984|            frame->instr_ptr = next_instr;
  |  | 1525|    984|            next_instr += 1;
  |  | 1526|    984|            INSTRUCTION_STATS(BUILD_LIST);
  |  |  ------------------
  |  |  |  |   71|    984|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1527|    984|            _PyStackRef *values;
  |  | 1528|    984|            _PyStackRef list;
  |  | 1529|    984|            values = &stack_pointer[-oparg];
  |  | 1530|    984|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1531|    984|            PyObject *list_o = _PyList_FromStackRefStealOnSuccess(values, oparg);
  |  | 1532|    984|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1533|    984|            if (list_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1533:17): [True: 0, False: 984]
  |  |  ------------------
  |  | 1534|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1535|      0|            }
  |  | 1536|    984|            list = PyStackRef_FromPyObjectStealMortal(list_o);
  |  | 1537|    984|            stack_pointer[-oparg] = list;
  |  | 1538|    984|            stack_pointer += 1 - oparg;
  |  | 1539|    984|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    984|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1540|    984|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    984|    { \
  |  |  |  |  201|    984|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    984|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    984|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    984|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    984|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    984|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    984|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    984|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 984]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    984|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    984|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    984|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    984|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    984|    }
  |  |  ------------------
  |  |  |  Branch (1540:13): [True: 984, False: 0]
  |  |  ------------------
  |  | 1541|    984|        }
  |  | 1542|       |
  |  | 1543|    560|        TARGET(BUILD_MAP) {
  |  |  ------------------
  |  |  |  |  132|    560|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1544|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1545|       |            int opcode = BUILD_MAP;
  |  | 1546|       |            (void)(opcode);
  |  | 1547|       |            #endif
  |  | 1548|    560|            frame->instr_ptr = next_instr;
  |  | 1549|    560|            next_instr += 1;
  |  | 1550|    560|            INSTRUCTION_STATS(BUILD_MAP);
  |  |  ------------------
  |  |  |  |   71|    560|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1551|    560|            _PyStackRef *values;
  |  | 1552|    560|            _PyStackRef map;
  |  | 1553|    560|            values = &stack_pointer[-oparg*2];
  |  | 1554|    560|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1555|    560|            PyObject *map_o = _Py_BuildMap_StackRefSteal(values, oparg);
  |  | 1556|    560|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1557|    560|            if (map_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1557:17): [True: 0, False: 560]
  |  |  ------------------
  |  | 1558|      0|                stack_pointer += -oparg*2;
  |  | 1559|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1560|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1561|      0|            }
  |  | 1562|    560|            map = PyStackRef_FromPyObjectStealMortal(map_o);
  |  | 1563|    560|            stack_pointer[-oparg*2] = map;
  |  | 1564|    560|            stack_pointer += 1 - oparg*2;
  |  | 1565|    560|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    560|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1566|    560|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    560|    { \
  |  |  |  |  201|    560|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    560|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    560|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    560|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    560|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    560|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    560|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    560|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 560]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    560|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    560|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    560|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    560|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    560|    }
  |  |  ------------------
  |  |  |  Branch (1566:13): [True: 560, False: 0]
  |  |  ------------------
  |  | 1567|    560|        }
  |  | 1568|       |
  |  | 1569|     36|        TARGET(BUILD_SET) {
  |  |  ------------------
  |  |  |  |  132|     36|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1570|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1571|       |            int opcode = BUILD_SET;
  |  | 1572|       |            (void)(opcode);
  |  | 1573|       |            #endif
  |  | 1574|     36|            frame->instr_ptr = next_instr;
  |  | 1575|     36|            next_instr += 1;
  |  | 1576|     36|            INSTRUCTION_STATS(BUILD_SET);
  |  |  ------------------
  |  |  |  |   71|     36|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1577|     36|            _PyStackRef *values;
  |  | 1578|     36|            _PyStackRef set;
  |  | 1579|     36|            values = &stack_pointer[-oparg];
  |  | 1580|     36|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1581|     36|            PyObject *set_o = PySet_New(NULL);
  |  | 1582|     36|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1583|     36|            if (set_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1583:17): [True: 0, False: 36]
  |  |  ------------------
  |  | 1584|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1585|      0|                _PyStackRef tmp;
  |  | 1586|      0|                for (int _i = oparg; --_i >= 0;) {
  |  |  ------------------
  |  |  |  Branch (1586:38): [True: 0, False: 0]
  |  |  ------------------
  |  | 1587|      0|                    tmp = values[_i];
  |  | 1588|      0|                    values[_i] = PyStackRef_NULL;
  |  | 1589|      0|                    PyStackRef_CLOSE(tmp);
  |  | 1590|      0|                }
  |  | 1591|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1592|      0|                stack_pointer += -oparg;
  |  | 1593|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1594|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1595|      0|            }
  |  | 1596|     36|            int err = 0;
  |  | 1597|    141|            for (Py_ssize_t i = 0; i < oparg; i++) {
  |  |  ------------------
  |  |  |  Branch (1597:36): [True: 105, False: 36]
  |  |  ------------------
  |  | 1598|    105|                _PyStackRef value = values[i];
  |  | 1599|    105|                values[i] = PyStackRef_NULL;
  |  | 1600|    105|                if (err == 0) {
  |  |  ------------------
  |  |  |  Branch (1600:21): [True: 105, False: 0]
  |  |  ------------------
  |  | 1601|    105|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1602|    105|                    err = _PySet_AddTakeRef((PySetObject *)set_o, PyStackRef_AsPyObjectSteal(value));
  |  | 1603|    105|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1604|    105|                }
  |  | 1605|      0|                else {
  |  | 1606|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1607|      0|                    PyStackRef_CLOSE(value);
  |  | 1608|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1609|      0|                }
  |  | 1610|    105|            }
  |  | 1611|     36|            if (err) {
  |  |  ------------------
  |  |  |  Branch (1611:17): [True: 0, False: 36]
  |  |  ------------------
  |  | 1612|      0|                stack_pointer += -oparg;
  |  | 1613|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1614|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1615|      0|                Py_DECREF(set_o);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1616|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1617|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1618|      0|            }
  |  | 1619|     36|            set = PyStackRef_FromPyObjectStealMortal(set_o);
  |  | 1620|     36|            stack_pointer[-oparg] = set;
  |  | 1621|     36|            stack_pointer += 1 - oparg;
  |  | 1622|     36|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     36|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1623|     36|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     36|    { \
  |  |  |  |  201|     36|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     36|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     36|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     36|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     36|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     36|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     36|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     36|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 36]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     36|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     36|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     36|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     36|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     36|    }
  |  |  ------------------
  |  |  |  Branch (1623:13): [True: 36, False: 0]
  |  |  ------------------
  |  | 1624|     36|        }
  |  | 1625|       |
  |  | 1626|     37|        TARGET(BUILD_SLICE) {
  |  |  ------------------
  |  |  |  |  132|     37|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1627|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1628|       |            int opcode = BUILD_SLICE;
  |  | 1629|       |            (void)(opcode);
  |  | 1630|       |            #endif
  |  | 1631|     37|            frame->instr_ptr = next_instr;
  |  | 1632|     37|            next_instr += 1;
  |  | 1633|     37|            INSTRUCTION_STATS(BUILD_SLICE);
  |  |  ------------------
  |  |  |  |   71|     37|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1634|     37|            _PyStackRef *args;
  |  | 1635|     37|            _PyStackRef slice;
  |  | 1636|     37|            args = &stack_pointer[-oparg];
  |  | 1637|     37|            PyObject *start_o = PyStackRef_AsPyObjectBorrow(args[0]);
  |  | 1638|     37|            PyObject *stop_o = PyStackRef_AsPyObjectBorrow(args[1]);
  |  | 1639|     37|            PyObject *step_o = oparg == 3 ? PyStackRef_AsPyObjectBorrow(args[2]) : NULL;
  |  |  ------------------
  |  |  |  Branch (1639:32): [True: 36, False: 1]
  |  |  ------------------
  |  | 1640|     37|            PyObject *slice_o = PySlice_New(start_o, stop_o, step_o);
  |  | 1641|     37|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1642|     37|            _PyStackRef tmp;
  |  | 1643|    147|            for (int _i = oparg; --_i >= 0;) {
  |  |  ------------------
  |  |  |  Branch (1643:34): [True: 110, False: 37]
  |  |  ------------------
  |  | 1644|    110|                tmp = args[_i];
  |  | 1645|    110|                args[_i] = PyStackRef_NULL;
  |  | 1646|    110|                PyStackRef_CLOSE(tmp);
  |  | 1647|    110|            }
  |  | 1648|     37|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1649|     37|            stack_pointer += -oparg;
  |  | 1650|     37|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     37|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1651|     37|            if (slice_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1651:17): [True: 0, False: 37]
  |  |  ------------------
  |  | 1652|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1653|      0|            }
  |  | 1654|     37|            slice = PyStackRef_FromPyObjectStealMortal(slice_o);
  |  | 1655|     37|            stack_pointer[0] = slice;
  |  | 1656|     37|            stack_pointer += 1;
  |  | 1657|     37|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     37|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1658|     37|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     37|    { \
  |  |  |  |  201|     37|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     37|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     37|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     37|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     37|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     37|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     37|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     37|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 37]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     37|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     37|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     37|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     37|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     37|    }
  |  |  ------------------
  |  |  |  Branch (1658:13): [True: 37, False: 0]
  |  |  ------------------
  |  | 1659|     37|        }
  |  | 1660|       |
  |  | 1661|    189|        TARGET(BUILD_STRING) {
  |  |  ------------------
  |  |  |  |  132|    189|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1662|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1663|       |            int opcode = BUILD_STRING;
  |  | 1664|       |            (void)(opcode);
  |  | 1665|       |            #endif
  |  | 1666|    189|            frame->instr_ptr = next_instr;
  |  | 1667|    189|            next_instr += 1;
  |  | 1668|    189|            INSTRUCTION_STATS(BUILD_STRING);
  |  |  ------------------
  |  |  |  |   71|    189|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1669|    189|            _PyStackRef *pieces;
  |  | 1670|    189|            _PyStackRef str;
  |  | 1671|    189|            pieces = &stack_pointer[-oparg];
  |  | 1672|    189|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1673|    189|            PyObject *str_o = _Py_BuildString_StackRefSteal(pieces, oparg);
  |  | 1674|    189|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1675|    189|            if (str_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1675:17): [True: 0, False: 189]
  |  |  ------------------
  |  | 1676|      0|                stack_pointer += -oparg;
  |  | 1677|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1678|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1679|      0|            }
  |  | 1680|    189|            str = PyStackRef_FromPyObjectSteal(str_o);
  |  | 1681|    189|            stack_pointer[-oparg] = str;
  |  | 1682|    189|            stack_pointer += 1 - oparg;
  |  | 1683|    189|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    189|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1684|    189|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    189|    { \
  |  |  |  |  201|    189|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    189|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    189|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    189|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    189|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    189|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    189|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    189|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 189]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    189|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    189|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    189|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    189|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    189|    }
  |  |  ------------------
  |  |  |  Branch (1684:13): [True: 189, False: 0]
  |  |  ------------------
  |  | 1685|    189|        }
  |  | 1686|       |
  |  | 1687|      0|        TARGET(BUILD_TEMPLATE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1688|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1689|       |            int opcode = BUILD_TEMPLATE;
  |  | 1690|       |            (void)(opcode);
  |  | 1691|       |            #endif
  |  | 1692|      0|            frame->instr_ptr = next_instr;
  |  | 1693|      0|            next_instr += 1;
  |  | 1694|      0|            INSTRUCTION_STATS(BUILD_TEMPLATE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1695|      0|            _PyStackRef strings;
  |  | 1696|      0|            _PyStackRef interpolations;
  |  | 1697|      0|            _PyStackRef template;
  |  | 1698|      0|            interpolations = stack_pointer[-1];
  |  | 1699|      0|            strings = stack_pointer[-2];
  |  | 1700|      0|            PyObject *strings_o = PyStackRef_AsPyObjectBorrow(strings);
  |  | 1701|      0|            PyObject *interpolations_o = PyStackRef_AsPyObjectBorrow(interpolations);
  |  | 1702|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1703|      0|            PyObject *template_o = _PyTemplate_Build(strings_o, interpolations_o);
  |  | 1704|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1705|      0|            stack_pointer += -1;
  |  | 1706|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1707|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1708|      0|            PyStackRef_CLOSE(interpolations);
  |  | 1709|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1710|      0|            stack_pointer += -1;
  |  | 1711|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1712|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1713|      0|            PyStackRef_CLOSE(strings);
  |  | 1714|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1715|      0|            if (template_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1715:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1716|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1717|      0|            }
  |  | 1718|      0|            template = PyStackRef_FromPyObjectSteal(template_o);
  |  | 1719|      0|            stack_pointer[0] = template;
  |  | 1720|      0|            stack_pointer += 1;
  |  | 1721|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1722|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (1722:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1723|      0|        }
  |  | 1724|       |
  |  | 1725|    991|        TARGET(BUILD_TUPLE) {
  |  |  ------------------
  |  |  |  |  132|    991|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1726|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1727|       |            int opcode = BUILD_TUPLE;
  |  | 1728|       |            (void)(opcode);
  |  | 1729|       |            #endif
  |  | 1730|    991|            frame->instr_ptr = next_instr;
  |  | 1731|    991|            next_instr += 1;
  |  | 1732|    991|            INSTRUCTION_STATS(BUILD_TUPLE);
  |  |  ------------------
  |  |  |  |   71|    991|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1733|    991|            _PyStackRef *values;
  |  | 1734|    991|            _PyStackRef tup;
  |  | 1735|    991|            values = &stack_pointer[-oparg];
  |  | 1736|    991|            PyObject *tup_o = _PyTuple_FromStackRefStealOnSuccess(values, oparg);
  |  | 1737|    991|            if (tup_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1737:17): [True: 0, False: 991]
  |  |  ------------------
  |  | 1738|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1739|      0|            }
  |  | 1740|    991|            tup = PyStackRef_FromPyObjectStealMortal(tup_o);
  |  | 1741|    991|            stack_pointer[-oparg] = tup;
  |  | 1742|    991|            stack_pointer += 1 - oparg;
  |  | 1743|    991|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    991|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1744|    991|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    991|    { \
  |  |  |  |  201|    991|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    991|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    991|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    991|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    991|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    991|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    991|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    991|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 991]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    991|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    991|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    991|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    991|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    991|    }
  |  |  ------------------
  |  |  |  Branch (1744:13): [True: 991, False: 0]
  |  |  ------------------
  |  | 1745|    991|        }
  |  | 1746|       |
  |  | 1747|      0|        TARGET(CACHE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1748|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1749|       |            int opcode = CACHE;
  |  | 1750|       |            (void)(opcode);
  |  | 1751|       |            #endif
  |  | 1752|      0|            frame->instr_ptr = next_instr;
  |  | 1753|      0|            next_instr += 1;
  |  | 1754|      0|            INSTRUCTION_STATS(CACHE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1755|      0|            assert(0 && "Executing a cache.");
  |  |  ------------------
  |  |  |  Branch (1755:13): [Folded, False: 0]
  |  |  |  Branch (1755:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1756|      0|            Py_FatalError("Executing a cache.");
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  |  | 1757|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (1757:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1758|      0|        }
  |  | 1759|       |
  |  | 1760|  2.95k|        TARGET(CALL) {
  |  |  ------------------
  |  |  |  |  132|  2.95k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1761|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1762|       |            int opcode = CALL;
  |  | 1763|       |            (void)(opcode);
  |  | 1764|       |            #endif
  |  | 1765|  2.95k|            frame->instr_ptr = next_instr;
  |  | 1766|  2.95k|            next_instr += 4;
  |  | 1767|  2.95k|            INSTRUCTION_STATS(CALL);
  |  |  ------------------
  |  |  |  |   71|  2.95k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1768|  3.41k|            PREDICTED_CALL:;
  |  | 1769|  3.41k|            _Py_CODEUNIT* const this_instr = next_instr - 4;
  |  | 1770|  3.41k|            (void)this_instr;
  |  | 1771|  3.41k|            opcode = CALL;
  |  |  ------------------
  |  |  |  |   63|  3.41k|#define CALL                                    50
  |  |  ------------------
  |  | 1772|  3.41k|            _PyStackRef callable;
  |  | 1773|  3.41k|            _PyStackRef self_or_null;
  |  | 1774|  3.41k|            _PyStackRef *args;
  |  | 1775|  3.41k|            _PyStackRef res;
  |  | 1776|       |            // _SPECIALIZE_CALL
  |  | 1777|  3.41k|            {
  |  | 1778|  3.41k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 1779|  3.41k|                callable = stack_pointer[-2 - oparg];
  |  | 1780|  3.41k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 1781|  3.41k|                (void)counter;
  |  | 1782|  3.41k|                #if ENABLE_SPECIALIZATION
  |  | 1783|  3.41k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  3.41k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 830, False: 2.58k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1784|    830|                    next_instr = this_instr;
  |  | 1785|    830|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1786|    830|                    _Py_Specialize_Call(callable, self_or_null, next_instr, oparg + !PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  |  470|    830|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    830|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    830|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1787|    830|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1788|    830|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    830|    { \
  |  |  |  |  217|    830|        opcode = next_instr->op.code; \
  |  |  |  |  218|    830|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    830|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    830|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    830|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    830|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    830|    }
  |  |  ------------------
  |  | 1789|    830|                }
  |  | 1790|  3.41k|                OPCODE_DEFERRED_INC(CALL);
  |  |  ------------------
  |  |  |  |   90|  3.41k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 1791|  3.41k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  3.41k|    do { \
  |  |  |  |  358|  3.41k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  3.41k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 3.41k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1792|  3.41k|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 1793|  3.41k|            }
  |  | 1794|       |            /* Skip 2 cache entries */
  |  | 1795|       |            // _MAYBE_EXPAND_METHOD
  |  | 1796|  3.41k|            {
  |  | 1797|  3.41k|                if (PyStackRef_TYPE(callable) == &PyMethod_Type && PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    124|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    124|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    124|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 124, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1797:21): [True: 124, False: 3.29k]
  |  |  ------------------
  |  | 1798|    124|                    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 1799|    124|                    PyObject *self = ((PyMethodObject *)callable_o)->im_self;
  |  | 1800|    124|                    self_or_null = PyStackRef_FromPyObjectNew(self);
  |  |  ------------------
  |  |  |  |  599|    124|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    124|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1801|    124|                    PyObject *method = ((PyMethodObject *)callable_o)->im_func;
  |  | 1802|    124|                    _PyStackRef temp = callable;
  |  | 1803|    124|                    callable = PyStackRef_FromPyObjectNew(method);
  |  |  ------------------
  |  |  |  |  599|    124|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    124|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    124|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1804|    124|                    stack_pointer[-2 - oparg] = callable;
  |  | 1805|    124|                    stack_pointer[-1 - oparg] = self_or_null;
  |  | 1806|    124|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1807|    124|                    PyStackRef_CLOSE(temp);
  |  | 1808|    124|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1809|    124|                }
  |  | 1810|  3.41k|            }
  |  | 1811|       |            // _DO_CALL
  |  | 1812|  3.41k|            {
  |  | 1813|  3.41k|                args = &stack_pointer[-oparg];
  |  | 1814|  3.41k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 1815|  3.41k|                int total_args = oparg;
  |  | 1816|  3.41k|                _PyStackRef *arguments = args;
  |  | 1817|  3.41k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  3.41k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  3.41k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  3.41k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1817:21): [True: 1.08k, False: 2.32k]
  |  |  ------------------
  |  | 1818|  1.08k|                    arguments--;
  |  | 1819|  1.08k|                    total_args++;
  |  | 1820|  1.08k|                }
  |  | 1821|  3.41k|                if (Py_TYPE(callable_o) == &PyFunction_Type &&
  |  |  ------------------
  |  |  |  |  213|  3.41k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.41k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.41k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1821:21): [True: 864, False: 2.55k]
  |  |  ------------------
  |  | 1822|    864|                    !IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|  4.27k|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (1822:21): [True: 864, False: 0]
  |  |  ------------------
  |  | 1823|    864|                    ((PyFunctionObject *)callable_o)->vectorcall == _PyFunction_Vectorcall)
  |  |  ------------------
  |  |  |  Branch (1823:21): [True: 864, False: 0]
  |  |  ------------------
  |  | 1824|    864|                {
  |  | 1825|    864|                    int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|    864|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    864|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    864|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1826|    864|                    PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|    864|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                                   PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1826:40): [True: 864, False: 0]
  |  |  ------------------
  |  | 1827|    864|                    stack_pointer[-2 - oparg] = callable;
  |  | 1828|    864|                    stack_pointer[-1 - oparg] = self_or_null;
  |  | 1829|    864|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1830|    864|                    _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit(
  |  | 1831|    864|                        tstate, callable, locals,
  |  | 1832|    864|                        arguments, total_args, NULL, frame
  |  | 1833|    864|                    );
  |  | 1834|    864|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1835|    864|                    stack_pointer += -2 - oparg;
  |  | 1836|    864|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    864|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1837|    864|                    if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (1837:25): [True: 0, False: 864]
  |  |  ------------------
  |  | 1838|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1839|      0|                    }
  |  | 1840|    864|                    frame->return_offset = 4u ;
  |  | 1841|    864|                    DISPATCH_INLINED(new_frame);
  |  |  ------------------
  |  |  |  |  223|    864|    do {                                                         \
  |  |  |  |  224|    864|        assert(!IS_PEP523_HOOKED(tstate));                       \
  |  |  |  |  225|    864|        _PyFrame_SetStackPointer(frame, stack_pointer);          \
  |  |  |  |  226|    864|        assert((NEW_FRAME)->previous == frame);                  \
  |  |  |  |  227|    864|        frame = tstate->current_frame = (NEW_FRAME);             \
  |  |  |  |  228|    864|        CALL_STAT_INC(inlined_py_calls);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  |   76|    864|#define CALL_STAT_INC(name) ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  229|    864|        JUMP_TO_LABEL(start_frame);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|    864|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  230|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (230:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1841:21): [True: 864, False: 0]
  |  |  |  Branch (1841:21): [True: 864, False: 0]
  |  |  ------------------
  |  | 1842|    864|                }
  |  | 1843|  2.55k|                stack_pointer[-2 - oparg] = callable;
  |  | 1844|  2.55k|                stack_pointer[-1 - oparg] = self_or_null;
  |  | 1845|  2.55k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1846|  2.55k|                PyObject* res_o = _Py_VectorCallInstrumentation_StackRefSteal(
  |  | 1847|  2.55k|                    callable,
  |  | 1848|  2.55k|                    arguments,
  |  | 1849|  2.55k|                    total_args,
  |  | 1850|  2.55k|                    PyStackRef_NULL,
  |  | 1851|  2.55k|                    opcode == INSTRUMENTED_CALL,
  |  |  ------------------
  |  |  |  |  240|  2.55k|#define INSTRUMENTED_CALL                      249
  |  |  ------------------
  |  | 1852|  2.55k|                    frame,
  |  | 1853|  2.55k|                    this_instr,
  |  | 1854|  2.55k|                    tstate);
  |  | 1855|  2.55k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1856|  2.55k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1856:21): [True: 23, False: 2.52k]
  |  |  ------------------
  |  | 1857|     23|                    stack_pointer += -2 - oparg;
  |  | 1858|     23|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     23|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1859|     23|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     23|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1860|      0|                }
  |  | 1861|  2.52k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 1862|  2.52k|            }
  |  | 1863|       |            // _CHECK_PERIODIC_AT_END
  |  | 1864|      0|            {
  |  | 1865|  2.52k|                stack_pointer[-2 - oparg] = res;
  |  | 1866|  2.52k|                stack_pointer += -1 - oparg;
  |  | 1867|  2.52k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.52k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1868|  2.52k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1869|  2.52k|                int err = check_periodics(tstate);
  |  | 1870|  2.52k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1871|  2.52k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (1871:21): [True: 0, False: 2.52k]
  |  |  ------------------
  |  | 1872|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1873|      0|                }
  |  | 1874|  2.52k|            }
  |  | 1875|  2.52k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.52k|    { \
  |  |  |  |  201|  2.52k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.52k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.69k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.69k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.69k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.69k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.69k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.69k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.69k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.69k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.69k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.69k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.69k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.69k|    }
  |  |  ------------------
  |  |  |  Branch (1875:13): [True: 1.69k, False: 830]
  |  |  ------------------
  |  | 1876|  1.69k|        }
  |  | 1877|       |
  |  | 1878|    332|        TARGET(CALL_ALLOC_AND_ENTER_INIT) {
  |  |  ------------------
  |  |  |  |  132|    332|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 1879|       |            #if _Py_TAIL_CALL_INTERP
  |  | 1880|       |            int opcode = CALL_ALLOC_AND_ENTER_INIT;
  |  | 1881|       |            (void)(opcode);
  |  | 1882|       |            #endif
  |  | 1883|    332|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 1884|    332|            (void)this_instr;
  |  | 1885|    332|            frame->instr_ptr = next_instr;
  |  | 1886|    332|            next_instr += 4;
  |  | 1887|    332|            INSTRUCTION_STATS(CALL_ALLOC_AND_ENTER_INIT);
  |  |  ------------------
  |  |  |  |   71|    332|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 1888|    332|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 1889|    332|            _PyStackRef callable;
  |  | 1890|    332|            _PyStackRef self_or_null;
  |  | 1891|    332|            _PyStackRef init;
  |  | 1892|    332|            _PyStackRef self;
  |  | 1893|    332|            _PyStackRef *args;
  |  | 1894|    332|            _PyStackRef init_frame;
  |  | 1895|    332|            _PyStackRef new_frame;
  |  | 1896|       |            /* Skip 1 cache entry */
  |  | 1897|       |            // _CHECK_PEP_523
  |  | 1898|    332|            {
  |  | 1899|    332|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|    332|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 332]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1900|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1901|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (1901:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1902|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1903|      0|                }
  |  | 1904|    332|            }
  |  | 1905|       |            // _CHECK_OBJECT
  |  | 1906|    332|            {
  |  | 1907|    332|                self_or_null = stack_pointer[-1 - oparg];
  |  | 1908|    332|                callable = stack_pointer[-2 - oparg];
  |  | 1909|    332|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 1910|    332|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 1911|    332|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    332|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    332|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    332|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1911:21): [True: 0, False: 332]
  |  |  ------------------
  |  | 1912|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1913|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (1913:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1914|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1915|      0|                }
  |  | 1916|    332|                if (!PyType_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |  766|    332|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1916:21): [True: 0, False: 332]
  |  |  ------------------
  |  | 1917|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1918|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (1918:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1919|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1920|      0|                }
  |  | 1921|    332|                PyTypeObject *tp = (PyTypeObject *)callable_o;
  |  | 1922|    332|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  159|    332|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (1922:21): [True: 0, False: 332]
  |  |  ------------------
  |  | 1923|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1924|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (1924:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1925|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1926|      0|                }
  |  | 1927|    332|            }
  |  | 1928|       |            // _CHECK_RECURSION_REMAINING
  |  | 1929|    332|            {
  |  | 1930|    332|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (1930:21): [True: 0, False: 332]
  |  |  ------------------
  |  | 1931|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1932|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (1932:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1933|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1934|      0|                }
  |  | 1935|    332|            }
  |  | 1936|       |            // _ALLOCATE_OBJECT
  |  | 1937|    332|            {
  |  | 1938|    332|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 1939|    332|                assert(PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  Branch (1939:17): [True: 332, False: 0]
  |  |  ------------------
  |  | 1940|    332|                assert(PyType_Check(callable_o));
  |  |  ------------------
  |  |  |  Branch (1940:17): [True: 332, False: 0]
  |  |  ------------------
  |  | 1941|    332|                PyTypeObject *tp = (PyTypeObject *)callable_o;
  |  | 1942|    332|                assert(tp->tp_new == PyBaseObject_Type.tp_new);
  |  |  ------------------
  |  |  |  Branch (1942:17): [True: 332, False: 0]
  |  |  ------------------
  |  | 1943|    332|                assert(tp->tp_flags & Py_TPFLAGS_HEAPTYPE);
  |  |  ------------------
  |  |  |  Branch (1943:17): [True: 332, False: 0]
  |  |  ------------------
  |  | 1944|    332|                assert(tp->tp_alloc == PyType_GenericAlloc);
  |  |  ------------------
  |  |  |  Branch (1944:17): [True: 332, False: 0]
  |  |  ------------------
  |  | 1945|    332|                PyHeapTypeObject *cls = (PyHeapTypeObject *)callable_o;
  |  | 1946|    332|                PyFunctionObject *init_func = (PyFunctionObject *)FT_ATOMIC_LOAD_PTR_ACQUIRE(cls->_spec_cache.init);
  |  |  ------------------
  |  |  |  |  150|    332|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 1947|    332|                PyCodeObject *code = (PyCodeObject *)init_func->func_code;
  |  | 1948|    332|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize + _Py_InitCleanup.co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (1948:21): [True: 0, False: 332]
  |  |  ------------------
  |  | 1949|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 1950|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (1950:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1951|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 1952|      0|                }
  |  | 1953|    332|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    332|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 1954|    332|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1955|    332|                PyObject *self_o = PyType_GenericAlloc(tp, 0);
  |  | 1956|    332|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1957|    332|                if (self_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (1957:21): [True: 0, False: 332]
  |  |  ------------------
  |  | 1958|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1959|      0|                }
  |  | 1960|    332|                self_or_null = PyStackRef_FromPyObjectSteal(self_o);
  |  | 1961|    332|                _PyStackRef temp = callable;
  |  | 1962|    332|                callable = PyStackRef_FromPyObjectNew(init_func);
  |  |  ------------------
  |  |  |  |  599|    332|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1963|    332|                stack_pointer[-2 - oparg] = callable;
  |  | 1964|    332|                stack_pointer[-1 - oparg] = self_or_null;
  |  | 1965|    332|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1966|    332|                PyStackRef_CLOSE(temp);
  |  | 1967|    332|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1968|    332|            }
  |  | 1969|       |            // _CREATE_INIT_FRAME
  |  | 1970|      0|            {
  |  | 1971|    332|                args = &stack_pointer[-oparg];
  |  | 1972|    332|                self = self_or_null;
  |  | 1973|    332|                init = callable;
  |  | 1974|    332|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1975|    332|                _PyInterpreterFrame *shim = _PyFrame_PushTrampolineUnchecked(
  |  | 1976|    332|                    tstate, (PyCodeObject *)&_Py_InitCleanup, 1, frame);
  |  | 1977|    332|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1978|    332|                assert(_PyFrame_GetBytecode(shim)[0].op.code == EXIT_INIT_CHECK);
  |  |  ------------------
  |  |  |  Branch (1978:17): [True: 332, False: 0]
  |  |  ------------------
  |  | 1979|    332|                assert(_PyFrame_GetBytecode(shim)[1].op.code == RETURN_VALUE);
  |  |  ------------------
  |  |  |  Branch (1979:17): [True: 332, False: 0]
  |  |  ------------------
  |  | 1980|    332|                shim->localsplus[0] = PyStackRef_DUP(self);
  |  | 1981|    332|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1982|    332|                _PyInterpreterFrame *temp = _PyEvalFramePushAndInit(
  |  | 1983|    332|                    tstate, init, NULL, args-1, oparg+1, NULL, shim);
  |  | 1984|    332|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1985|    332|                stack_pointer += -2 - oparg;
  |  | 1986|    332|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    332|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 1987|    332|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (1987:21): [True: 0, False: 332]
  |  |  ------------------
  |  | 1988|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 1989|      0|                    _PyEval_FrameClearAndPop(tstate, shim);
  |  | 1990|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 1991|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 1992|      0|                }
  |  | 1993|    332|                frame->return_offset = 1 + INLINE_CACHE_ENTRIES_CALL;
  |  |  ------------------
  |  |  |  |  129|    332|#define INLINE_CACHE_ENTRIES_CALL CACHE_ENTRIES(_PyCallCache)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    332|#define CACHE_ENTRIES(cache) (sizeof(cache)/sizeof(_Py_CODEUNIT))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1994|    332|                tstate->py_recursion_remaining--;
  |  | 1995|    332|                init_frame = PyStackRef_Wrap(temp);
  |  | 1996|    332|            }
  |  | 1997|       |            // _PUSH_FRAME
  |  | 1998|      0|            {
  |  | 1999|    332|                new_frame = init_frame;
  |  | 2000|    332|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (2000:17): [True: 332, False: 0]
  |  |  ------------------
  |  | 2001|    332|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 2002|    332|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2003|    332|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (2003:17): [True: 0, False: 332]
  |  |  |  Branch (2003:17): [True: 332, False: 0]
  |  |  ------------------
  |  | 2004|    332|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|    332|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 2005|    332|                frame = tstate->current_frame = temp;
  |  | 2006|    332|                tstate->py_recursion_remaining--;
  |  | 2007|    332|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|    332|#define LOAD_SP() \
  |  |  |  |  426|    332|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 2008|    332|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|    332|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    332|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    332|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 332]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2009|    332|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|    332|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 2010|    332|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    332|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 2011|    332|            }
  |  | 2012|    332|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    332|    { \
  |  |  |  |  201|    332|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    332|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    332|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    332|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    332|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    332|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    332|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    332|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 332]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    332|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    332|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    332|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    332|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    332|    }
  |  |  ------------------
  |  |  |  Branch (2012:13): [True: 332, False: 0]
  |  |  ------------------
  |  | 2013|    332|        }
  |  | 2014|       |
  |  | 2015|    484|        TARGET(CALL_BOUND_METHOD_EXACT_ARGS) {
  |  |  ------------------
  |  |  |  |  132|    484|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2016|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2017|       |            int opcode = CALL_BOUND_METHOD_EXACT_ARGS;
  |  | 2018|       |            (void)(opcode);
  |  | 2019|       |            #endif
  |  | 2020|    484|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2021|    484|            (void)this_instr;
  |  | 2022|    484|            frame->instr_ptr = next_instr;
  |  | 2023|    484|            next_instr += 4;
  |  | 2024|    484|            INSTRUCTION_STATS(CALL_BOUND_METHOD_EXACT_ARGS);
  |  |  ------------------
  |  |  |  |   71|    484|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2025|    484|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2026|    484|            _PyStackRef callable;
  |  | 2027|    484|            _PyStackRef null;
  |  | 2028|    484|            _PyStackRef self_or_null;
  |  | 2029|    484|            _PyStackRef *args;
  |  | 2030|    484|            _PyStackRef new_frame;
  |  | 2031|       |            /* Skip 1 cache entry */
  |  | 2032|       |            // _CHECK_PEP_523
  |  | 2033|    484|            {
  |  | 2034|    484|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|    484|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 484]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2035|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2036|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2036:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2037|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2038|      0|                }
  |  | 2039|    484|            }
  |  | 2040|       |            // _CHECK_CALL_BOUND_METHOD_EXACT_ARGS
  |  | 2041|    484|            {
  |  | 2042|    484|                null = stack_pointer[-1 - oparg];
  |  | 2043|    484|                callable = stack_pointer[-2 - oparg];
  |  | 2044|    484|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|    484|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    484|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    484|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2044:21): [True: 0, False: 484]
  |  |  ------------------
  |  | 2045|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2046|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2046:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2047|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2048|      0|                }
  |  | 2049|    484|                if (Py_TYPE(PyStackRef_AsPyObjectBorrow(callable)) != &PyMethod_Type) {
  |  |  ------------------
  |  |  |  |  213|    484|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2049:21): [True: 0, False: 484]
  |  |  ------------------
  |  | 2050|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2051|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2051:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2052|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2053|      0|                }
  |  | 2054|    484|            }
  |  | 2055|       |            // _INIT_CALL_BOUND_METHOD_EXACT_ARGS
  |  | 2056|    484|            {
  |  | 2057|    484|                self_or_null = null;
  |  | 2058|    484|                assert(PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  Branch (2058:17): [True: 484, False: 0]
  |  |  ------------------
  |  | 2059|    484|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2060|    484|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    484|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2061|    484|                self_or_null = PyStackRef_FromPyObjectNew(((PyMethodObject *)callable_o)->im_self);
  |  |  ------------------
  |  |  |  |  599|    484|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2062|    484|                _PyStackRef temp = callable;
  |  | 2063|    484|                callable = PyStackRef_FromPyObjectNew(((PyMethodObject *)callable_o)->im_func);
  |  |  ------------------
  |  |  |  |  599|    484|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2064|    484|                stack_pointer[-2 - oparg] = callable;
  |  | 2065|    484|                stack_pointer[-1 - oparg] = self_or_null;
  |  | 2066|    484|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2067|    484|                PyStackRef_CLOSE(temp);
  |  | 2068|    484|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2069|    484|            }
  |  | 2070|       |            // flush
  |  | 2071|       |            // _CHECK_FUNCTION_VERSION
  |  | 2072|      0|            {
  |  | 2073|    484|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 2074|    484|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2075|    484|                if (!PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|    484|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    484|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    484|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    484|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2075:21): [True: 0, False: 484]
  |  |  ------------------
  |  | 2076|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2077|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2077:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2078|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2079|      0|                }
  |  | 2080|    484|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 2081|    484|                if (func->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (2081:21): [True: 78, False: 406]
  |  |  ------------------
  |  | 2082|     78|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     78|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2083|     78|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2083:21): [True: 78, False: 0]
  |  |  ------------------
  |  | 2084|     78|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     78|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2085|      0|                }
  |  | 2086|    484|            }
  |  | 2087|       |            // _CHECK_FUNCTION_EXACT_ARGS
  |  | 2088|    406|            {
  |  | 2089|    406|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2090|    406|                assert(PyFunction_Check(callable_o));
  |  |  ------------------
  |  |  |  Branch (2090:17): [True: 406, False: 0]
  |  |  ------------------
  |  | 2091|    406|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 2092|    406|                PyCodeObject *code = (PyCodeObject *)func->func_code;
  |  | 2093|    406|                if (code->co_argcount != oparg + (!PyStackRef_IsNull(self_or_null))) {
  |  |  ------------------
  |  |  |  |  470|    406|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    406|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    406|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2093:21): [True: 0, False: 406]
  |  |  ------------------
  |  | 2094|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2095|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2095:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2096|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2097|      0|                }
  |  | 2098|    406|            }
  |  | 2099|       |            // _CHECK_STACK_SPACE
  |  | 2100|    406|            {
  |  | 2101|    406|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2102|    406|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 2103|    406|                PyCodeObject *code = (PyCodeObject *)func->func_code;
  |  | 2104|    406|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (2104:21): [True: 0, False: 406]
  |  |  ------------------
  |  | 2105|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2106|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2106:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2107|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2108|      0|                }
  |  | 2109|    406|            }
  |  | 2110|       |            // _CHECK_RECURSION_REMAINING
  |  | 2111|    406|            {
  |  | 2112|    406|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (2112:21): [True: 0, False: 406]
  |  |  ------------------
  |  | 2113|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2114|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2114:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2115|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2116|      0|                }
  |  | 2117|    406|            }
  |  | 2118|       |            // _INIT_CALL_PY_EXACT_ARGS
  |  | 2119|    406|            {
  |  | 2120|    406|                args = &stack_pointer[-oparg];
  |  | 2121|    406|                int has_self = !PyStackRef_IsNull(self_or_null);
  |  |  ------------------
  |  |  |  |  470|    406|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    406|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    406|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2122|    406|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    406|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2123|    406|                _PyInterpreterFrame *pushed_frame = _PyFrame_PushUnchecked(tstate, callable, oparg + has_self, frame);
  |  | 2124|    406|                _PyStackRef *first_non_self_local = pushed_frame->localsplus + has_self;
  |  | 2125|    406|                pushed_frame->localsplus[0] = self_or_null;
  |  | 2126|    954|                for (int i = 0; i < oparg; i++) {
  |  |  ------------------
  |  |  |  Branch (2126:33): [True: 548, False: 406]
  |  |  ------------------
  |  | 2127|    548|                    first_non_self_local[i] = args[i];
  |  | 2128|    548|                }
  |  | 2129|    406|                new_frame = PyStackRef_Wrap(pushed_frame);
  |  | 2130|    406|            }
  |  | 2131|       |            // _SAVE_RETURN_OFFSET
  |  | 2132|    406|            {
  |  | 2133|    406|                #if TIER_ONE
  |  | 2134|    406|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 2135|    406|                #endif
  |  | 2136|       |                #if TIER_TWO
  |  | 2137|       |                frame->return_offset = oparg;
  |  | 2138|       |                #endif
  |  | 2139|    406|            }
  |  | 2140|       |            // _PUSH_FRAME
  |  | 2141|    406|            {
  |  | 2142|    406|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (2142:17): [True: 406, False: 0]
  |  |  ------------------
  |  | 2143|    406|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 2144|    406|                stack_pointer += -2 - oparg;
  |  | 2145|    406|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    406|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2146|    406|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2147|    406|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (2147:17): [True: 406, False: 0]
  |  |  |  Branch (2147:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2148|    406|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|    406|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 2149|    406|                frame = tstate->current_frame = temp;
  |  | 2150|    406|                tstate->py_recursion_remaining--;
  |  | 2151|    406|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|    406|#define LOAD_SP() \
  |  |  |  |  426|    406|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 2152|    406|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|    406|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    406|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    406|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 406]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2153|    406|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|    406|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 2154|    406|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    406|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 2155|    406|            }
  |  | 2156|    406|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    406|    { \
  |  |  |  |  201|    406|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    406|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    406|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    406|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    406|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    406|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    406|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    406|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 406]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    406|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    406|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    406|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    406|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    406|    }
  |  |  ------------------
  |  |  |  Branch (2156:13): [True: 406, False: 0]
  |  |  ------------------
  |  | 2157|    406|        }
  |  | 2158|       |
  |  | 2159|      4|        TARGET(CALL_BOUND_METHOD_GENERAL) {
  |  |  ------------------
  |  |  |  |  132|      4|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2160|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2161|       |            int opcode = CALL_BOUND_METHOD_GENERAL;
  |  | 2162|       |            (void)(opcode);
  |  | 2163|       |            #endif
  |  | 2164|      4|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2165|      4|            (void)this_instr;
  |  | 2166|      4|            frame->instr_ptr = next_instr;
  |  | 2167|      4|            next_instr += 4;
  |  | 2168|      4|            INSTRUCTION_STATS(CALL_BOUND_METHOD_GENERAL);
  |  |  ------------------
  |  |  |  |   71|      4|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2169|      4|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2170|      4|            _PyStackRef callable;
  |  | 2171|      4|            _PyStackRef null;
  |  | 2172|      4|            _PyStackRef self_or_null;
  |  | 2173|      4|            _PyStackRef *args;
  |  | 2174|      4|            _PyStackRef new_frame;
  |  | 2175|       |            /* Skip 1 cache entry */
  |  | 2176|       |            // _CHECK_PEP_523
  |  | 2177|      4|            {
  |  | 2178|      4|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|      4|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2179|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2180|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2180:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2181|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2182|      0|                }
  |  | 2183|      4|            }
  |  | 2184|       |            // _CHECK_METHOD_VERSION
  |  | 2185|      4|            {
  |  | 2186|      4|                null = stack_pointer[-1 - oparg];
  |  | 2187|      4|                callable = stack_pointer[-2 - oparg];
  |  | 2188|      4|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 2189|      4|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2190|      4|                if (Py_TYPE(callable_o) != &PyMethod_Type) {
  |  |  ------------------
  |  |  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2190:21): [True: 0, False: 4]
  |  |  ------------------
  |  | 2191|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2192|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2192:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2193|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2194|      0|                }
  |  | 2195|      4|                PyObject *func = ((PyMethodObject *)callable_o)->im_func;
  |  | 2196|      4|                if (!PyFunction_Check(func)) {
  |  |  ------------------
  |  |  |  |   68|      4|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      4|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2196:21): [True: 0, False: 4]
  |  |  ------------------
  |  | 2197|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2198|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2198:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2199|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2200|      0|                }
  |  | 2201|      4|                if (((PyFunctionObject *)func)->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (2201:21): [True: 0, False: 4]
  |  |  ------------------
  |  | 2202|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2203|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2203:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2204|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2205|      0|                }
  |  | 2206|      4|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|      4|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      4|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      4|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2206:21): [True: 0, False: 4]
  |  |  ------------------
  |  | 2207|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2208|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2208:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2209|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2210|      0|                }
  |  | 2211|      4|            }
  |  | 2212|       |            // _EXPAND_METHOD
  |  | 2213|      4|            {
  |  | 2214|      4|                self_or_null = null;
  |  | 2215|      4|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2216|      4|                assert(PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  Branch (2216:17): [True: 4, False: 0]
  |  |  ------------------
  |  | 2217|      4|                assert(Py_TYPE(callable_o) == &PyMethod_Type);
  |  |  ------------------
  |  |  |  Branch (2217:17): [True: 4, False: 0]
  |  |  ------------------
  |  | 2218|      4|                self_or_null = PyStackRef_FromPyObjectNew(((PyMethodObject *)callable_o)->im_self);
  |  |  ------------------
  |  |  |  |  599|      4|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2219|      4|                _PyStackRef temp = callable;
  |  | 2220|      4|                callable = PyStackRef_FromPyObjectNew(((PyMethodObject *)callable_o)->im_func);
  |  |  ------------------
  |  |  |  |  599|      4|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2221|      4|                assert(PyStackRef_FunctionCheck(callable));
  |  |  ------------------
  |  |  |  Branch (2221:17): [True: 4, False: 0]
  |  |  ------------------
  |  | 2222|      4|                stack_pointer[-2 - oparg] = callable;
  |  | 2223|      4|                stack_pointer[-1 - oparg] = self_or_null;
  |  | 2224|      4|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2225|      4|                PyStackRef_CLOSE(temp);
  |  | 2226|      4|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2227|      4|            }
  |  | 2228|       |            // flush
  |  | 2229|       |            // _CHECK_RECURSION_REMAINING
  |  | 2230|      0|            {
  |  | 2231|      4|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (2231:21): [True: 0, False: 4]
  |  |  ------------------
  |  | 2232|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2233|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2233:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2234|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2235|      0|                }
  |  | 2236|      4|            }
  |  | 2237|       |            // _PY_FRAME_GENERAL
  |  | 2238|      4|            {
  |  | 2239|      4|                args = &stack_pointer[-oparg];
  |  | 2240|      4|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2241|      4|                int total_args = oparg;
  |  | 2242|      4|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|      4|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      4|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      4|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2242:21): [True: 4, False: 0]
  |  |  ------------------
  |  | 2243|      4|                    args--;
  |  | 2244|      4|                    total_args++;
  |  | 2245|      4|                }
  |  | 2246|      4|                assert(Py_TYPE(callable_o) == &PyFunction_Type);
  |  |  ------------------
  |  |  |  Branch (2246:17): [True: 4, False: 0]
  |  |  ------------------
  |  | 2247|      4|                int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|      4|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2248|      4|                PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|      4|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                               PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2248:36): [True: 4, False: 0]
  |  |  ------------------
  |  | 2249|      4|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2250|      4|                _PyInterpreterFrame *temp = _PyEvalFramePushAndInit(
  |  | 2251|      4|                    tstate, callable, locals,
  |  | 2252|      4|                    args, total_args, NULL, frame
  |  | 2253|      4|                );
  |  | 2254|      4|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2255|      4|                stack_pointer += -2 - oparg;
  |  | 2256|      4|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      4|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2257|      4|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (2257:21): [True: 0, False: 4]
  |  |  ------------------
  |  | 2258|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2259|      0|                }
  |  | 2260|      4|                new_frame = PyStackRef_Wrap(temp);
  |  | 2261|      4|            }
  |  | 2262|       |            // _SAVE_RETURN_OFFSET
  |  | 2263|      0|            {
  |  | 2264|      4|                #if TIER_ONE
  |  | 2265|      4|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 2266|      4|                #endif
  |  | 2267|       |                #if TIER_TWO
  |  | 2268|       |                frame->return_offset = oparg;
  |  | 2269|       |                #endif
  |  | 2270|      4|            }
  |  | 2271|       |            // _PUSH_FRAME
  |  | 2272|      4|            {
  |  | 2273|      4|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (2273:17): [True: 4, False: 0]
  |  |  ------------------
  |  | 2274|      4|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 2275|      4|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2276|      4|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (2276:17): [True: 4, False: 0]
  |  |  |  Branch (2276:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2277|      4|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|      4|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 2278|      4|                frame = tstate->current_frame = temp;
  |  | 2279|      4|                tstate->py_recursion_remaining--;
  |  | 2280|      4|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|      4|#define LOAD_SP() \
  |  |  |  |  426|      4|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 2281|      4|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|      4|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|      4|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2282|      4|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|      4|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 2283|      4|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|      4|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 2284|      4|            }
  |  | 2285|      4|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      4|    { \
  |  |  |  |  201|      4|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      4|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      4|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      4|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      4|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      4|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      4|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      4|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      4|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      4|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      4|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      4|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      4|    }
  |  |  ------------------
  |  |  |  Branch (2285:13): [True: 4, False: 0]
  |  |  ------------------
  |  | 2286|      4|        }
  |  | 2287|       |
  |  | 2288|    240|        TARGET(CALL_BUILTIN_CLASS) {
  |  |  ------------------
  |  |  |  |  132|    240|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2289|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2290|       |            int opcode = CALL_BUILTIN_CLASS;
  |  | 2291|       |            (void)(opcode);
  |  | 2292|       |            #endif
  |  | 2293|    240|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2294|    240|            (void)this_instr;
  |  | 2295|    240|            frame->instr_ptr = next_instr;
  |  | 2296|    240|            next_instr += 4;
  |  | 2297|    240|            INSTRUCTION_STATS(CALL_BUILTIN_CLASS);
  |  |  ------------------
  |  |  |  |   71|    240|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2298|    240|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2299|    240|            _PyStackRef callable;
  |  | 2300|    240|            _PyStackRef self_or_null;
  |  | 2301|    240|            _PyStackRef *args;
  |  | 2302|    240|            _PyStackRef value;
  |  | 2303|       |            /* Skip 1 cache entry */
  |  | 2304|       |            /* Skip 2 cache entries */
  |  | 2305|       |            // _GUARD_CALLABLE_BUILTIN_CLASS
  |  | 2306|    240|            {
  |  | 2307|    240|                callable = stack_pointer[-2 - oparg];
  |  | 2308|    240|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2309|    240|                if (!PyType_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |  766|    240|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    240|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    240|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2309:21): [True: 0, False: 240]
  |  |  ------------------
  |  | 2310|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2311|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2311:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2312|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2313|      0|                }
  |  | 2314|    240|                PyTypeObject *tp = (PyTypeObject *)callable_o;
  |  | 2315|    240|                if (tp->tp_vectorcall == NULL) {
  |  |  ------------------
  |  |  |  Branch (2315:21): [True: 0, False: 240]
  |  |  ------------------
  |  | 2316|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2317|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2317:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2318|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2319|      0|                }
  |  | 2320|    240|            }
  |  | 2321|       |            // _CALL_BUILTIN_CLASS
  |  | 2322|    240|            {
  |  | 2323|    240|                args = &stack_pointer[-oparg];
  |  | 2324|    240|                self_or_null = stack_pointer[-1 - oparg];
  |  | 2325|    240|                int total_args = oparg;
  |  | 2326|    240|                _PyStackRef *arguments = args;
  |  | 2327|    240|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    240|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    240|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    240|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2327:21): [True: 0, False: 240]
  |  |  ------------------
  |  | 2328|      0|                    arguments--;
  |  | 2329|      0|                    total_args++;
  |  | 2330|      0|                }
  |  | 2331|    240|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    240|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2332|    240|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2333|    240|                PyObject *res_o = _Py_CallBuiltinClass_StackRef(
  |  | 2334|    240|                    callable,
  |  | 2335|    240|                    arguments,
  |  | 2336|    240|                    total_args);
  |  | 2337|    240|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2338|    240|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2338:21): [True: 0, False: 240]
  |  |  ------------------
  |  | 2339|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2340|      0|                }
  |  | 2341|    240|                _PyStackRef temp = callable;
  |  | 2342|    240|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 2343|    240|                stack_pointer[-2 - oparg] = callable;
  |  | 2344|    240|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2345|    240|                PyStackRef_CLOSE(temp);
  |  | 2346|    240|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2347|    240|            }
  |  | 2348|       |            // _POP_TOP_OPARG
  |  | 2349|      0|            {
  |  | 2350|    240|                args = &stack_pointer[-oparg];
  |  | 2351|    240|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2352|    240|                _PyStackRef_CloseStack(args, oparg);
  |  | 2353|    240|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2354|    240|            }
  |  | 2355|       |            // _POP_TOP
  |  | 2356|    240|            {
  |  | 2357|    240|                value = self_or_null;
  |  | 2358|    240|                stack_pointer += -1 - oparg;
  |  | 2359|    240|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    240|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2360|    240|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2361|    240|                PyStackRef_XCLOSE(value);
  |  | 2362|    240|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2363|    240|            }
  |  | 2364|       |            // _CHECK_PERIODIC_AT_END
  |  | 2365|    240|            {
  |  | 2366|    240|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2367|    240|                int err = check_periodics(tstate);
  |  | 2368|    240|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2369|    240|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2369:21): [True: 0, False: 240]
  |  |  ------------------
  |  | 2370|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2371|      0|                }
  |  | 2372|    240|            }
  |  | 2373|    240|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    240|    { \
  |  |  |  |  201|    240|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    240|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    240|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    240|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    240|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    240|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    240|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    240|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 240]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    240|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    240|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    240|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    240|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    240|    }
  |  |  ------------------
  |  |  |  Branch (2373:13): [True: 240, False: 0]
  |  |  ------------------
  |  | 2374|    240|        }
  |  | 2375|       |
  |  | 2376|  1.51k|        TARGET(CALL_BUILTIN_FAST) {
  |  |  ------------------
  |  |  |  |  132|  1.51k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2377|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2378|       |            int opcode = CALL_BUILTIN_FAST;
  |  | 2379|       |            (void)(opcode);
  |  | 2380|       |            #endif
  |  | 2381|  1.51k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2382|  1.51k|            (void)this_instr;
  |  | 2383|  1.51k|            frame->instr_ptr = next_instr;
  |  | 2384|  1.51k|            next_instr += 4;
  |  | 2385|  1.51k|            INSTRUCTION_STATS(CALL_BUILTIN_FAST);
  |  |  ------------------
  |  |  |  |   71|  1.51k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2386|  1.51k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2387|  1.51k|            _PyStackRef callable;
  |  | 2388|  1.51k|            _PyStackRef self_or_null;
  |  | 2389|  1.51k|            _PyStackRef *args;
  |  | 2390|  1.51k|            _PyStackRef value;
  |  | 2391|       |            /* Skip 1 cache entry */
  |  | 2392|       |            /* Skip 2 cache entries */
  |  | 2393|       |            // _GUARD_CALLABLE_BUILTIN_FAST
  |  | 2394|  1.51k|            {
  |  | 2395|  1.51k|                callable = stack_pointer[-2 - oparg];
  |  | 2396|  1.51k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2397|  1.51k|                if (!PyCFunction_CheckExact(callable_o)) {
  |  |  ------------------
  |  |  |  |   16|  1.51k|#define PyCFunction_CheckExact(op) Py_IS_TYPE((op), &PyCFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.51k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2397:21): [True: 0, False: 1.51k]
  |  |  ------------------
  |  | 2398|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2399|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2399:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2400|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2401|      0|                }
  |  | 2402|  1.51k|                if (PyCFunction_GET_FLAGS(callable_o) != METH_FASTCALL) {
  |  |  ------------------
  |  |  |  |   57|  1.51k|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.51k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.51k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               if (PyCFunction_GET_FLAGS(callable_o) != METH_FASTCALL) {
  |  |  ------------------
  |  |  |  |  115|  1.51k|#  define METH_FASTCALL  0x0080
  |  |  ------------------
  |  |  |  Branch (2402:21): [True: 4, False: 1.51k]
  |  |  ------------------
  |  | 2403|      4|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      4|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2404|      4|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2404:21): [True: 4, False: 0]
  |  |  ------------------
  |  | 2405|      4|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      4|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2406|      0|                }
  |  | 2407|  1.51k|            }
  |  | 2408|       |            // _CALL_BUILTIN_FAST
  |  | 2409|  1.51k|            {
  |  | 2410|  1.51k|                args = &stack_pointer[-oparg];
  |  | 2411|  1.51k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 2412|  1.51k|                int total_args = oparg;
  |  | 2413|  1.51k|                _PyStackRef *arguments = args;
  |  | 2414|  1.51k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  1.51k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.51k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.51k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2414:21): [True: 0, False: 1.51k]
  |  |  ------------------
  |  | 2415|      0|                    arguments--;
  |  | 2416|      0|                    total_args++;
  |  | 2417|      0|                }
  |  | 2418|  1.51k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  1.51k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2419|  1.51k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2420|  1.51k|                PyObject *res_o = _Py_BuiltinCallFast_StackRef(
  |  | 2421|  1.51k|                    callable,
  |  | 2422|  1.51k|                    arguments,
  |  | 2423|  1.51k|                    total_args
  |  | 2424|  1.51k|                );
  |  | 2425|  1.51k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2426|  1.51k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2426:21): [True: 0, False: 1.51k]
  |  |  ------------------
  |  | 2427|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2428|      0|                }
  |  | 2429|  1.51k|                _PyStackRef temp = callable;
  |  | 2430|  1.51k|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 2431|  1.51k|                stack_pointer[-2 - oparg] = callable;
  |  | 2432|  1.51k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2433|  1.51k|                PyStackRef_CLOSE(temp);
  |  | 2434|  1.51k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2435|  1.51k|            }
  |  | 2436|       |            // _POP_TOP_OPARG
  |  | 2437|      0|            {
  |  | 2438|  1.51k|                args = &stack_pointer[-oparg];
  |  | 2439|  1.51k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2440|  1.51k|                _PyStackRef_CloseStack(args, oparg);
  |  | 2441|  1.51k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2442|  1.51k|            }
  |  | 2443|       |            // _POP_TOP
  |  | 2444|  1.51k|            {
  |  | 2445|  1.51k|                value = self_or_null;
  |  | 2446|  1.51k|                stack_pointer += -1 - oparg;
  |  | 2447|  1.51k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.51k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2448|  1.51k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2449|  1.51k|                PyStackRef_XCLOSE(value);
  |  | 2450|  1.51k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2451|  1.51k|            }
  |  | 2452|       |            // _CHECK_PERIODIC_AT_END
  |  | 2453|  1.51k|            {
  |  | 2454|  1.51k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2455|  1.51k|                int err = check_periodics(tstate);
  |  | 2456|  1.51k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2457|  1.51k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2457:21): [True: 0, False: 1.51k]
  |  |  ------------------
  |  | 2458|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2459|      0|                }
  |  | 2460|  1.51k|            }
  |  | 2461|  1.51k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.51k|    { \
  |  |  |  |  201|  1.51k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.51k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.51k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.51k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.51k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.51k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.51k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.51k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.51k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.51k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.51k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.51k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.51k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.51k|    }
  |  |  ------------------
  |  |  |  Branch (2461:13): [True: 1.51k, False: 0]
  |  |  ------------------
  |  | 2462|  1.51k|        }
  |  | 2463|       |
  |  | 2464|    573|        TARGET(CALL_BUILTIN_FAST_WITH_KEYWORDS) {
  |  |  ------------------
  |  |  |  |  132|    573|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2465|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2466|       |            int opcode = CALL_BUILTIN_FAST_WITH_KEYWORDS;
  |  | 2467|       |            (void)(opcode);
  |  | 2468|       |            #endif
  |  | 2469|    573|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2470|    573|            (void)this_instr;
  |  | 2471|    573|            frame->instr_ptr = next_instr;
  |  | 2472|    573|            next_instr += 4;
  |  | 2473|    573|            INSTRUCTION_STATS(CALL_BUILTIN_FAST_WITH_KEYWORDS);
  |  |  ------------------
  |  |  |  |   71|    573|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2474|    573|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2475|    573|            _PyStackRef callable;
  |  | 2476|    573|            _PyStackRef self_or_null;
  |  | 2477|    573|            _PyStackRef *args;
  |  | 2478|    573|            _PyStackRef value;
  |  | 2479|       |            /* Skip 1 cache entry */
  |  | 2480|       |            /* Skip 2 cache entries */
  |  | 2481|       |            // _GUARD_CALLABLE_BUILTIN_FAST_WITH_KEYWORDS
  |  | 2482|    573|            {
  |  | 2483|    573|                callable = stack_pointer[-2 - oparg];
  |  | 2484|    573|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2485|    573|                if (!PyCFunction_CheckExact(callable_o)) {
  |  |  ------------------
  |  |  |  |   16|    573|#define PyCFunction_CheckExact(op) Py_IS_TYPE((op), &PyCFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    573|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    573|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    573|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2485:21): [True: 0, False: 573]
  |  |  ------------------
  |  | 2486|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2487|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2487:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2488|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2489|      0|                }
  |  | 2490|    573|                if (PyCFunction_GET_FLAGS(callable_o) != (METH_FASTCALL | METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |   57|    573|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    573|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    573|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               if (PyCFunction_GET_FLAGS(callable_o) != (METH_FASTCALL | METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |  115|    573|#  define METH_FASTCALL  0x0080
  |  |  ------------------
  |  |                               if (PyCFunction_GET_FLAGS(callable_o) != (METH_FASTCALL | METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |   96|    573|#define METH_KEYWORDS 0x0002
  |  |  ------------------
  |  |  |  Branch (2490:21): [True: 38, False: 535]
  |  |  ------------------
  |  | 2491|     38|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     38|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2492|     38|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2492:21): [True: 38, False: 0]
  |  |  ------------------
  |  | 2493|     38|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     38|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2494|      0|                }
  |  | 2495|    573|            }
  |  | 2496|       |            // _CALL_BUILTIN_FAST_WITH_KEYWORDS
  |  | 2497|    535|            {
  |  | 2498|    535|                args = &stack_pointer[-oparg];
  |  | 2499|    535|                self_or_null = stack_pointer[-1 - oparg];
  |  | 2500|    535|                int total_args = oparg;
  |  | 2501|    535|                _PyStackRef *arguments = args;
  |  | 2502|    535|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    535|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    535|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    535|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2502:21): [True: 0, False: 535]
  |  |  ------------------
  |  | 2503|      0|                    arguments--;
  |  | 2504|      0|                    total_args++;
  |  | 2505|      0|                }
  |  | 2506|    535|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    535|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2507|    535|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2508|    535|                PyObject *res_o = _Py_BuiltinCallFastWithKeywords_StackRef(callable, arguments, total_args);
  |  | 2509|    535|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2510|    535|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2510:21): [True: 12, False: 523]
  |  |  ------------------
  |  | 2511|     12|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     12|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2512|      0|                }
  |  | 2513|    523|                _PyStackRef temp = callable;
  |  | 2514|    523|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 2515|    523|                stack_pointer[-2 - oparg] = callable;
  |  | 2516|    523|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2517|    523|                PyStackRef_CLOSE(temp);
  |  | 2518|    523|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2519|    523|            }
  |  | 2520|       |            // _POP_TOP_OPARG
  |  | 2521|      0|            {
  |  | 2522|    523|                args = &stack_pointer[-oparg];
  |  | 2523|    523|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2524|    523|                _PyStackRef_CloseStack(args, oparg);
  |  | 2525|    523|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2526|    523|            }
  |  | 2527|       |            // _POP_TOP
  |  | 2528|    523|            {
  |  | 2529|    523|                value = self_or_null;
  |  | 2530|    523|                stack_pointer += -1 - oparg;
  |  | 2531|    523|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    523|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2532|    523|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2533|    523|                PyStackRef_XCLOSE(value);
  |  | 2534|    523|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2535|    523|            }
  |  | 2536|       |            // _CHECK_PERIODIC_AT_END
  |  | 2537|    523|            {
  |  | 2538|    523|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2539|    523|                int err = check_periodics(tstate);
  |  | 2540|    523|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2541|    523|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2541:21): [True: 0, False: 523]
  |  |  ------------------
  |  | 2542|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2543|      0|                }
  |  | 2544|    523|            }
  |  | 2545|    523|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    523|    { \
  |  |  |  |  201|    523|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    523|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    523|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    523|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    523|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    523|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    523|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    523|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 523]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    523|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    523|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    523|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    523|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    523|    }
  |  |  ------------------
  |  |  |  Branch (2545:13): [True: 523, False: 0]
  |  |  ------------------
  |  | 2546|    523|        }
  |  | 2547|       |
  |  | 2548|    547|        TARGET(CALL_BUILTIN_O) {
  |  |  ------------------
  |  |  |  |  132|    547|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2549|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2550|       |            int opcode = CALL_BUILTIN_O;
  |  | 2551|       |            (void)(opcode);
  |  | 2552|       |            #endif
  |  | 2553|    547|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2554|    547|            (void)this_instr;
  |  | 2555|    547|            frame->instr_ptr = next_instr;
  |  | 2556|    547|            next_instr += 4;
  |  | 2557|    547|            INSTRUCTION_STATS(CALL_BUILTIN_O);
  |  |  ------------------
  |  |  |  |   71|    547|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2558|    547|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 2559|    547|            _PyStackRef callable;
  |  | 2560|    547|            _PyStackRef self_or_null;
  |  | 2561|    547|            _PyStackRef *args;
  |  | 2562|    547|            _PyStackRef res;
  |  | 2563|    547|            _PyStackRef c;
  |  | 2564|    547|            _PyStackRef s;
  |  | 2565|    547|            _PyStackRef value;
  |  | 2566|       |            /* Skip 1 cache entry */
  |  | 2567|       |            /* Skip 2 cache entries */
  |  | 2568|       |            // _GUARD_CALLABLE_BUILTIN_O
  |  | 2569|    547|            {
  |  | 2570|    547|                self_or_null = stack_pointer[-1 - oparg];
  |  | 2571|    547|                callable = stack_pointer[-2 - oparg];
  |  | 2572|    547|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2573|    547|                if (!PyCFunction_CheckExact(callable_o)) {
  |  |  ------------------
  |  |  |  |   16|    547|#define PyCFunction_CheckExact(op) Py_IS_TYPE((op), &PyCFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    547|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    547|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    547|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2573:21): [True: 0, False: 547]
  |  |  ------------------
  |  | 2574|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2575|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2575:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2576|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2577|      0|                }
  |  | 2578|    547|                if (PyCFunction_GET_FLAGS(callable_o) != METH_O) {
  |  |  ------------------
  |  |  |  |   57|    547|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    547|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    547|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               if (PyCFunction_GET_FLAGS(callable_o) != METH_O) {
  |  |  ------------------
  |  |  |  |   99|    547|#define METH_O        0x0008
  |  |  ------------------
  |  |  |  Branch (2578:21): [True: 4, False: 543]
  |  |  ------------------
  |  | 2579|      4|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      4|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2580|      4|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2580:21): [True: 4, False: 0]
  |  |  ------------------
  |  | 2581|      4|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      4|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2582|      0|                }
  |  | 2583|    543|                int total_args = oparg;
  |  | 2584|    543|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    543|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    543|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    543|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2584:21): [True: 0, False: 543]
  |  |  ------------------
  |  | 2585|      0|                    total_args++;
  |  | 2586|      0|                }
  |  | 2587|    543|                if (total_args != 1) {
  |  |  ------------------
  |  |  |  Branch (2587:21): [True: 0, False: 543]
  |  |  ------------------
  |  | 2588|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2589|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2589:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2590|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2591|      0|                }
  |  | 2592|    543|            }
  |  | 2593|       |            // _CHECK_RECURSION_LIMIT
  |  | 2594|    543|            {
  |  | 2595|    543|                if (_Py_ReachedRecursionLimit(tstate)) {
  |  |  ------------------
  |  |  |  Branch (2595:21): [True: 0, False: 543]
  |  |  ------------------
  |  | 2596|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2597|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (2597:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2598|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2599|      0|                }
  |  | 2600|    543|            }
  |  | 2601|       |            // _CALL_BUILTIN_O
  |  | 2602|    543|            {
  |  | 2603|    543|                args = &stack_pointer[-oparg];
  |  | 2604|    543|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 2605|    543|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    543|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    543|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    543|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2605:21): [True: 0, False: 543]
  |  |  ------------------
  |  | 2606|      0|                    args--;
  |  | 2607|      0|                }
  |  | 2608|    543|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    543|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 2609|    543|                PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable_o);
  |  |  ------------------
  |  |  |  |   43|    543|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    543|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    543|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2610|    543|                _PyStackRef arg = args[0];
  |  | 2611|    543|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2612|    543|                PyObject *res_o = _PyCFunction_TrampolineCall(cfunc, PyCFunction_GET_SELF(callable_o), PyStackRef_AsPyObjectBorrow(arg));
  |  |  ------------------
  |  |  |  |  997|    543|    (meth)((self), (args))
  |  |  ------------------
  |  | 2613|    543|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2614|    543|                _Py_LeaveRecursiveCallTstate(tstate);
  |  | 2615|    543|                assert((res_o != NULL) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (2615:17): [True: 543, False: 0]
  |  |  ------------------
  |  | 2616|    543|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2616:21): [True: 0, False: 543]
  |  |  ------------------
  |  | 2617|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2618|      0|                }
  |  | 2619|    543|                c = callable;
  |  | 2620|    543|                s = args[0];
  |  | 2621|    543|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 2622|    543|            }
  |  | 2623|       |            // _POP_TOP
  |  | 2624|      0|            {
  |  | 2625|    543|                value = s;
  |  | 2626|    543|                stack_pointer[-2 - oparg] = res;
  |  | 2627|    543|                stack_pointer[-1 - oparg] = c;
  |  | 2628|    543|                stack_pointer += -oparg;
  |  | 2629|    543|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    543|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2630|    543|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2631|    543|                PyStackRef_XCLOSE(value);
  |  | 2632|    543|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2633|    543|            }
  |  | 2634|       |            // _POP_TOP
  |  | 2635|    543|            {
  |  | 2636|    543|                value = c;
  |  | 2637|    543|                stack_pointer += -1;
  |  | 2638|    543|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    543|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2639|    543|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2640|    543|                PyStackRef_XCLOSE(value);
  |  | 2641|    543|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2642|    543|            }
  |  | 2643|       |            // _CHECK_PERIODIC_AT_END
  |  | 2644|    543|            {
  |  | 2645|    543|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2646|    543|                int err = check_periodics(tstate);
  |  | 2647|    543|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2648|    543|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2648:21): [True: 0, False: 543]
  |  |  ------------------
  |  | 2649|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2650|      0|                }
  |  | 2651|    543|            }
  |  | 2652|    543|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    543|    { \
  |  |  |  |  201|    543|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    543|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    543|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    543|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    543|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    543|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    543|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    543|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 543]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    543|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    543|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    543|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    543|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    543|    }
  |  |  ------------------
  |  |  |  Branch (2652:13): [True: 543, False: 0]
  |  |  ------------------
  |  | 2653|    543|        }
  |  | 2654|       |
  |  | 2655|    248|        TARGET(CALL_EX_NON_PY_GENERAL) {
  |  |  ------------------
  |  |  |  |  132|    248|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2656|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2657|       |            int opcode = CALL_EX_NON_PY_GENERAL;
  |  | 2658|       |            (void)(opcode);
  |  | 2659|       |            #endif
  |  | 2660|    248|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2661|    248|            (void)this_instr;
  |  | 2662|    248|            frame->instr_ptr = next_instr;
  |  | 2663|    248|            next_instr += 2;
  |  | 2664|    248|            INSTRUCTION_STATS(CALL_EX_NON_PY_GENERAL);
  |  |  ------------------
  |  |  |  |   71|    248|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2665|    248|            static_assert(INLINE_CACHE_ENTRIES_CALL_FUNCTION_EX == 1, "incorrect cache size");
  |  | 2666|    248|            _PyStackRef func_st;
  |  | 2667|    248|            _PyStackRef func;
  |  | 2668|    248|            _PyStackRef callargs;
  |  | 2669|    248|            _PyStackRef null;
  |  | 2670|    248|            _PyStackRef callargs_st;
  |  | 2671|    248|            _PyStackRef kwargs_st;
  |  | 2672|    248|            _PyStackRef result;
  |  | 2673|       |            /* Skip 1 cache entry */
  |  | 2674|       |            // _CHECK_IS_NOT_PY_CALLABLE_EX
  |  | 2675|    248|            {
  |  | 2676|    248|                func_st = stack_pointer[-4];
  |  | 2677|    248|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2678|    248|                if (Py_TYPE(func) == &PyFunction_Type && ((PyFunctionObject *)func)->vectorcall == _PyFunction_Vectorcall) {
  |  |  ------------------
  |  |  |  |  213|    248|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    248|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    248|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2678:21): [True: 0, False: 248]
  |  |  |  Branch (2678:58): [True: 0, False: 0]
  |  |  ------------------
  |  | 2679|      0|                    UPDATE_MISS_STATS(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2680|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_FUNCTION_EX));
  |  |  ------------------
  |  |  |  Branch (2680:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2681|      0|                    JUMP_TO_PREDICTED(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2682|      0|                }
  |  | 2683|    248|            }
  |  | 2684|       |            // _MAKE_CALLARGS_A_TUPLE
  |  | 2685|    248|            {
  |  | 2686|    248|                callargs = stack_pointer[-2];
  |  | 2687|    248|                func = func_st;
  |  | 2688|    248|                PyObject *callargs_o = PyStackRef_AsPyObjectBorrow(callargs);
  |  | 2689|    248|                if (!PyTuple_CheckExact(callargs_o)) {
  |  |  ------------------
  |  |  |  |   28|    248|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    248|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    248|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    248|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2689:21): [True: 0, False: 248]
  |  |  ------------------
  |  | 2690|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2691|      0|                    int err = _Py_Check_ArgsIterable(tstate, PyStackRef_AsPyObjectBorrow(func), callargs_o);
  |  | 2692|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2693|      0|                    if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (2693:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 2694|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2695|      0|                    }
  |  | 2696|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2697|      0|                    PyObject *tuple_o = PySequence_Tuple(callargs_o);
  |  | 2698|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2699|      0|                    if (tuple_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2699:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 2700|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2701|      0|                    }
  |  | 2702|      0|                    _PyStackRef temp = callargs;
  |  | 2703|      0|                    callargs = PyStackRef_FromPyObjectSteal(tuple_o);
  |  | 2704|      0|                    stack_pointer[-2] = callargs;
  |  | 2705|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2706|      0|                    PyStackRef_CLOSE(temp);
  |  | 2707|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2708|      0|                }
  |  | 2709|    248|            }
  |  | 2710|       |            // _CALL_FUNCTION_EX_NON_PY_GENERAL
  |  | 2711|    248|            {
  |  | 2712|    248|                kwargs_st = stack_pointer[-1];
  |  | 2713|    248|                callargs_st = callargs;
  |  | 2714|    248|                null = stack_pointer[-3];
  |  | 2715|    248|                func_st = func;
  |  | 2716|    248|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2717|    248|                PyObject *callargs = PyStackRef_AsPyObjectBorrow(callargs_st);
  |  | 2718|    248|                (void)null;
  |  | 2719|    248|                assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (2719:17): [True: 248, False: 0]
  |  |  ------------------
  |  | 2720|    248|                PyObject *kwargs = PyStackRef_AsPyObjectBorrow(kwargs_st);
  |  | 2721|    248|                assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (2721:17): [True: 28, False: 220]
  |  |  |  Branch (2721:17): [True: 220, False: 0]
  |  |  ------------------
  |  | 2722|    248|                stack_pointer[-2] = callargs_st;
  |  | 2723|    248|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2724|    248|                PyObject *result_o = PyObject_Call(func, callargs, kwargs);
  |  | 2725|    248|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2726|    248|                stack_pointer += -1;
  |  | 2727|    248|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    248|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2728|    248|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2729|    248|                PyStackRef_XCLOSE(kwargs_st);
  |  | 2730|    248|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2731|    248|                stack_pointer += -1;
  |  | 2732|    248|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    248|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2733|    248|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2734|    248|                PyStackRef_CLOSE(callargs_st);
  |  | 2735|    248|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2736|    248|                stack_pointer += -2;
  |  | 2737|    248|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    248|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2738|    248|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2739|    248|                PyStackRef_CLOSE(func_st);
  |  | 2740|    248|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2741|    248|                if (result_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2741:21): [True: 0, False: 248]
  |  |  ------------------
  |  | 2742|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2743|      0|                }
  |  | 2744|    248|                result = PyStackRef_FromPyObjectSteal(result_o);
  |  | 2745|    248|            }
  |  | 2746|       |            // _CHECK_PERIODIC_AT_END
  |  | 2747|      0|            {
  |  | 2748|    248|                stack_pointer[0] = result;
  |  | 2749|    248|                stack_pointer += 1;
  |  | 2750|    248|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    248|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2751|    248|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2752|    248|                int err = check_periodics(tstate);
  |  | 2753|    248|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2754|    248|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (2754:21): [True: 0, False: 248]
  |  |  ------------------
  |  | 2755|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2756|      0|                }
  |  | 2757|    248|            }
  |  | 2758|    248|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    248|    { \
  |  |  |  |  201|    248|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    248|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    248|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    248|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    248|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    248|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    248|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    248|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 248]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    248|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    248|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    248|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    248|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    248|    }
  |  |  ------------------
  |  |  |  Branch (2758:13): [True: 248, False: 0]
  |  |  ------------------
  |  | 2759|    248|        }
  |  | 2760|       |
  |  | 2761|     21|        TARGET(CALL_EX_PY) {
  |  |  ------------------
  |  |  |  |  132|     21|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2762|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2763|       |            int opcode = CALL_EX_PY;
  |  | 2764|       |            (void)(opcode);
  |  | 2765|       |            #endif
  |  | 2766|     21|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 2767|     21|            (void)this_instr;
  |  | 2768|     21|            frame->instr_ptr = next_instr;
  |  | 2769|     21|            next_instr += 2;
  |  | 2770|     21|            INSTRUCTION_STATS(CALL_EX_PY);
  |  |  ------------------
  |  |  |  |   71|     21|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2771|     21|            static_assert(INLINE_CACHE_ENTRIES_CALL_FUNCTION_EX == 1, "incorrect cache size");
  |  | 2772|     21|            _PyStackRef func;
  |  | 2773|     21|            _PyStackRef callargs;
  |  | 2774|     21|            _PyStackRef func_st;
  |  | 2775|     21|            _PyStackRef callargs_st;
  |  | 2776|     21|            _PyStackRef kwargs_st;
  |  | 2777|     21|            _PyStackRef ex_frame;
  |  | 2778|     21|            _PyStackRef new_frame;
  |  | 2779|       |            /* Skip 1 cache entry */
  |  | 2780|       |            // _CHECK_PEP_523
  |  | 2781|     21|            {
  |  | 2782|     21|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|     21|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2783|      0|                    UPDATE_MISS_STATS(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2784|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_FUNCTION_EX));
  |  |  ------------------
  |  |  |  Branch (2784:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2785|      0|                    JUMP_TO_PREDICTED(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2786|      0|                }
  |  | 2787|     21|            }
  |  | 2788|       |            // _MAKE_CALLARGS_A_TUPLE
  |  | 2789|     21|            {
  |  | 2790|     21|                callargs = stack_pointer[-2];
  |  | 2791|     21|                func = stack_pointer[-4];
  |  | 2792|     21|                PyObject *callargs_o = PyStackRef_AsPyObjectBorrow(callargs);
  |  | 2793|     21|                if (!PyTuple_CheckExact(callargs_o)) {
  |  |  ------------------
  |  |  |  |   28|     21|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     21|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2793:21): [True: 0, False: 21]
  |  |  ------------------
  |  | 2794|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2795|      0|                    int err = _Py_Check_ArgsIterable(tstate, PyStackRef_AsPyObjectBorrow(func), callargs_o);
  |  | 2796|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2797|      0|                    if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (2797:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 2798|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2799|      0|                    }
  |  | 2800|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2801|      0|                    PyObject *tuple_o = PySequence_Tuple(callargs_o);
  |  | 2802|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2803|      0|                    if (tuple_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2803:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 2804|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2805|      0|                    }
  |  | 2806|      0|                    _PyStackRef temp = callargs;
  |  | 2807|      0|                    callargs = PyStackRef_FromPyObjectSteal(tuple_o);
  |  | 2808|      0|                    stack_pointer[-2] = callargs;
  |  | 2809|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2810|      0|                    PyStackRef_CLOSE(temp);
  |  | 2811|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2812|      0|                }
  |  | 2813|     21|            }
  |  | 2814|       |            // _CHECK_IS_PY_CALLABLE_EX
  |  | 2815|     21|            {
  |  | 2816|     21|                func_st = func;
  |  | 2817|     21|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2818|     21|                if (Py_TYPE(func) != &PyFunction_Type) {
  |  |  ------------------
  |  |  |  |  213|     21|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2818:21): [True: 0, False: 21]
  |  |  ------------------
  |  | 2819|      0|                    UPDATE_MISS_STATS(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2820|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_FUNCTION_EX));
  |  |  ------------------
  |  |  |  Branch (2820:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2821|      0|                    JUMP_TO_PREDICTED(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2822|      0|                }
  |  | 2823|     21|                if (((PyFunctionObject *)func)->vectorcall != _PyFunction_Vectorcall) {
  |  |  ------------------
  |  |  |  Branch (2823:21): [True: 0, False: 21]
  |  |  ------------------
  |  | 2824|      0|                    UPDATE_MISS_STATS(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 2825|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_FUNCTION_EX));
  |  |  ------------------
  |  |  |  Branch (2825:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2826|      0|                    JUMP_TO_PREDICTED(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 2827|      0|                }
  |  | 2828|     21|            }
  |  | 2829|       |            // _PY_FRAME_EX
  |  | 2830|     21|            {
  |  | 2831|     21|                kwargs_st = stack_pointer[-1];
  |  | 2832|     21|                callargs_st = callargs;
  |  | 2833|     21|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2834|     21|                PyObject *callargs = PyStackRef_AsPyObjectSteal(callargs_st);
  |  | 2835|     21|                assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (2835:17): [True: 21, False: 0]
  |  |  ------------------
  |  | 2836|     21|                assert(Py_TYPE(func) == &PyFunction_Type);
  |  |  ------------------
  |  |  |  Branch (2836:17): [True: 21, False: 0]
  |  |  ------------------
  |  | 2837|     21|                assert(((PyFunctionObject *)func)->vectorcall == _PyFunction_Vectorcall);
  |  |  ------------------
  |  |  |  Branch (2837:17): [True: 21, False: 0]
  |  |  ------------------
  |  | 2838|     21|                PyObject *kwargs = PyStackRef_IsNull(kwargs_st) ? NULL : PyStackRef_AsPyObjectSteal(kwargs_st);
  |  |  ------------------
  |  |  |  |  470|     21|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     21|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     21|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 9, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2839|     21|                assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (2839:17): [True: 9, False: 12]
  |  |  |  Branch (2839:17): [True: 12, False: 0]
  |  |  ------------------
  |  | 2840|     21|                Py_ssize_t nargs = PyTuple_GET_SIZE(callargs);
  |  |  ------------------
  |  |  |  |   27|     21|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2841|     21|                int code_flags = ((PyCodeObject *)PyFunction_GET_CODE(func))->co_flags;
  |  |  ------------------
  |  |  |  |   93|     21|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2842|     21|                PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(func));
  |  |  ------------------
  |  |  |  |  118|     21|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                               PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(func));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2842:36): [True: 21, False: 0]
  |  |  ------------------
  |  | 2843|     21|                stack_pointer += -3;
  |  | 2844|     21|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     21|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2845|     21|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2846|     21|                _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit_Ex(
  |  | 2847|     21|                    tstate, func_st, locals,
  |  | 2848|     21|                    nargs, callargs, kwargs, frame);
  |  | 2849|     21|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2850|     21|                stack_pointer += -1;
  |  | 2851|     21|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     21|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 2852|     21|                if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (2852:21): [True: 0, False: 21]
  |  |  ------------------
  |  | 2853|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2854|      0|                }
  |  | 2855|     21|                ex_frame = PyStackRef_Wrap(new_frame);
  |  | 2856|     21|            }
  |  | 2857|       |            // _SAVE_RETURN_OFFSET
  |  | 2858|      0|            {
  |  | 2859|     21|                #if TIER_ONE
  |  | 2860|     21|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 2861|     21|                #endif
  |  | 2862|       |                #if TIER_TWO
  |  | 2863|       |                frame->return_offset = oparg;
  |  | 2864|       |                #endif
  |  | 2865|     21|            }
  |  | 2866|       |            // _PUSH_FRAME
  |  | 2867|     21|            {
  |  | 2868|     21|                new_frame = ex_frame;
  |  | 2869|     21|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (2869:17): [True: 21, False: 0]
  |  |  ------------------
  |  | 2870|     21|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 2871|     21|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2872|     21|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (2872:17): [True: 21, False: 0]
  |  |  |  Branch (2872:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2873|     21|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|     21|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 2874|     21|                frame = tstate->current_frame = temp;
  |  | 2875|     21|                tstate->py_recursion_remaining--;
  |  | 2876|     21|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|     21|#define LOAD_SP() \
  |  |  |  |  426|     21|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 2877|     21|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|     21|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|     21|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|     21|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2878|     21|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|     21|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 2879|     21|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|     21|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 2880|     21|            }
  |  | 2881|     21|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     21|    { \
  |  |  |  |  201|     21|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     21|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     21|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     21|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     21|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     21|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     21|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     21|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 21]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     21|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     21|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     21|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     21|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     21|    }
  |  |  ------------------
  |  |  |  Branch (2881:13): [True: 21, False: 0]
  |  |  ------------------
  |  | 2882|     21|        }
  |  | 2883|       |
  |  | 2884|     41|        TARGET(CALL_FUNCTION_EX) {
  |  |  ------------------
  |  |  |  |  132|     41|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 2885|       |            #if _Py_TAIL_CALL_INTERP
  |  | 2886|       |            int opcode = CALL_FUNCTION_EX;
  |  | 2887|       |            (void)(opcode);
  |  | 2888|       |            #endif
  |  | 2889|     41|            frame->instr_ptr = next_instr;
  |  | 2890|     41|            next_instr += 2;
  |  | 2891|     41|            INSTRUCTION_STATS(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |   71|     41|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 2892|     41|            PREDICTED_CALL_FUNCTION_EX:;
  |  | 2893|     41|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 2894|     41|            (void)this_instr;
  |  | 2895|     41|            opcode = CALL_FUNCTION_EX;
  |  |  ------------------
  |  |  |  |   17|     41|#define CALL_FUNCTION_EX                         4
  |  |  ------------------
  |  | 2896|     41|            _PyStackRef func;
  |  | 2897|     41|            _PyStackRef callargs;
  |  | 2898|     41|            _PyStackRef func_st;
  |  | 2899|     41|            _PyStackRef null;
  |  | 2900|     41|            _PyStackRef callargs_st;
  |  | 2901|     41|            _PyStackRef kwargs_st;
  |  | 2902|     41|            _PyStackRef result;
  |  | 2903|       |            // _SPECIALIZE_CALL_FUNCTION_EX
  |  | 2904|     41|            {
  |  | 2905|     41|                func = stack_pointer[-4];
  |  | 2906|     41|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 2907|     41|                (void)counter;
  |  | 2908|     41|                #if ENABLE_SPECIALIZATION
  |  | 2909|     41|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|     41|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 16, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2910|     16|                    next_instr = this_instr;
  |  | 2911|     16|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2912|     16|                    _Py_Specialize_CallFunctionEx(func, next_instr);
  |  | 2913|     16|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2914|     16|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     16|    { \
  |  |  |  |  217|     16|        opcode = next_instr->op.code; \
  |  |  |  |  218|     16|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     16|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     16|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     16|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     16|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     16|    }
  |  |  ------------------
  |  | 2915|     16|                }
  |  | 2916|     41|                OPCODE_DEFERRED_INC(CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |   90|     41|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 2917|     41|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|     41|    do { \
  |  |  |  |  358|     41|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|     41|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 41]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2918|     41|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 2919|     41|            }
  |  | 2920|       |            // _MAKE_CALLARGS_A_TUPLE
  |  | 2921|     41|            {
  |  | 2922|     41|                callargs = stack_pointer[-2];
  |  | 2923|     41|                PyObject *callargs_o = PyStackRef_AsPyObjectBorrow(callargs);
  |  | 2924|     41|                if (!PyTuple_CheckExact(callargs_o)) {
  |  |  ------------------
  |  |  |  |   28|     41|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     41|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2924:21): [True: 2, False: 39]
  |  |  ------------------
  |  | 2925|      2|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2926|      2|                    int err = _Py_Check_ArgsIterable(tstate, PyStackRef_AsPyObjectBorrow(func), callargs_o);
  |  | 2927|      2|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2928|      2|                    if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (2928:25): [True: 0, False: 2]
  |  |  ------------------
  |  | 2929|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2930|      0|                    }
  |  | 2931|      2|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2932|      2|                    PyObject *tuple_o = PySequence_Tuple(callargs_o);
  |  | 2933|      2|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2934|      2|                    if (tuple_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2934:25): [True: 0, False: 2]
  |  |  ------------------
  |  | 2935|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2936|      0|                    }
  |  | 2937|      2|                    _PyStackRef temp = callargs;
  |  | 2938|      2|                    callargs = PyStackRef_FromPyObjectSteal(tuple_o);
  |  | 2939|      2|                    stack_pointer[-2] = callargs;
  |  | 2940|      2|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2941|      2|                    PyStackRef_CLOSE(temp);
  |  | 2942|      2|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2943|      2|                }
  |  | 2944|     41|            }
  |  | 2945|       |            // _DO_CALL_FUNCTION_EX
  |  | 2946|     41|            {
  |  | 2947|     41|                kwargs_st = stack_pointer[-1];
  |  | 2948|     41|                callargs_st = callargs;
  |  | 2949|     41|                null = stack_pointer[-3];
  |  | 2950|     41|                func_st = func;
  |  | 2951|     41|                (void)null;
  |  | 2952|     41|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 2953|     41|                EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_FUNCTION_EX, func);
  |  |  ------------------
  |  |  |  |   80|     41|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  |  |  ------------------
  |  | 2954|     41|                PyObject *result_o;
  |  | 2955|     41|                assert(!_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (2955:17): [True: 25, False: 16]
  |  |  ------------------
  |  | 2956|     25|                if (opcode == INSTRUMENTED_CALL_FUNCTION_EX) {
  |  |  ------------------
  |  |  |  |  242|     25|#define INSTRUMENTED_CALL_FUNCTION_EX          251
  |  |  ------------------
  |  |  |  Branch (2956:21): [True: 0, False: 25]
  |  |  ------------------
  |  | 2957|      0|                    PyObject *callargs = PyStackRef_AsPyObjectBorrow(callargs_st);
  |  | 2958|      0|                    PyObject *kwargs = PyStackRef_AsPyObjectBorrow(kwargs_st);
  |  | 2959|      0|                    assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (2959:21): [True: 0, False: 0]
  |  |  |  Branch (2959:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2960|      0|                    assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (2960:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2961|      0|                    PyObject *arg = PyTuple_GET_SIZE(callargs) > 0 ?
  |  |  ------------------
  |  |  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2961:37): [True: 0, False: 0]
  |  |  ------------------
  |  | 2962|      0|                    PyTuple_GET_ITEM(callargs, 0) : &_PyInstrumentation_MISSING;
  |  |  ------------------
  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2962:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 2963|      0|                    stack_pointer[-2] = callargs_st;
  |  | 2964|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2965|      0|                    int err = _Py_call_instrumentation_2args(
  |  | 2966|      0|                        tstate, PY_MONITORING_EVENT_CALL,
  |  |  ------------------
  |  |  |  |   18|      0|#define PY_MONITORING_EVENT_CALL 4
  |  |  ------------------
  |  | 2967|      0|                        frame, this_instr, func, arg);
  |  | 2968|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2969|      0|                    if (err) {
  |  |  ------------------
  |  |  |  Branch (2969:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 2970|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 2971|      0|                    }
  |  | 2972|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2973|      0|                    result_o = PyObject_Call(func, callargs, kwargs);
  |  | 2974|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2975|      0|                    if (!PyFunction_Check(func) && !PyMethod_Check(func)) {
  |  |  ------------------
  |  |  |  |   68|      0|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                                   if (!PyFunction_Check(func) && !PyMethod_Check(func)) {
  |  |  ------------------
  |  |  |  |   22|      0|#define PyMethod_Check(op) Py_IS_TYPE((op), &PyMethod_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2975:25): [True: 0, False: 0]
  |  |  |  Branch (2975:52): [True: 0, False: 0]
  |  |  ------------------
  |  | 2976|      0|                        if (result_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (2976:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 2977|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2978|      0|                            _Py_call_instrumentation_exc2(
  |  | 2979|      0|                                tstate, PY_MONITORING_EVENT_C_RAISE,
  |  |  ------------------
  |  |  |  |   45|      0|#define PY_MONITORING_EVENT_C_RAISE 17
  |  |  ------------------
  |  | 2980|      0|                                frame, this_instr, func, arg);
  |  | 2981|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2982|      0|                        }
  |  | 2983|      0|                        else {
  |  | 2984|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2985|      0|                            int err = _Py_call_instrumentation_2args(
  |  | 2986|      0|                                tstate, PY_MONITORING_EVENT_C_RETURN,
  |  |  ------------------
  |  |  |  |   44|      0|#define PY_MONITORING_EVENT_C_RETURN 16
  |  |  ------------------
  |  | 2987|      0|                                frame, this_instr, func, arg);
  |  | 2988|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2989|      0|                            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (2989:33): [True: 0, False: 0]
  |  |  ------------------
  |  | 2990|      0|                                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 2991|      0|                                Py_CLEAR(result_o);
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      0|    do { \
  |  |  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 2992|      0|                                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 2993|      0|                            }
  |  | 2994|      0|                        }
  |  | 2995|      0|                    }
  |  | 2996|      0|                }
  |  | 2997|     25|                else {
  |  | 2998|     25|                    if (Py_TYPE(func) == &PyFunction_Type &&
  |  |  ------------------
  |  |  |  |  213|     25|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (2998:25): [True: 11, False: 14]
  |  |  ------------------
  |  | 2999|     11|                        !IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|     36|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (2999:25): [True: 11, False: 0]
  |  |  ------------------
  |  | 3000|     11|                        ((PyFunctionObject *)func)->vectorcall == _PyFunction_Vectorcall) {
  |  |  ------------------
  |  |  |  Branch (3000:25): [True: 11, False: 0]
  |  |  ------------------
  |  | 3001|     11|                        PyObject *callargs = PyStackRef_AsPyObjectSteal(callargs_st);
  |  | 3002|     11|                        assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (3002:25): [True: 11, False: 0]
  |  |  ------------------
  |  | 3003|     11|                        PyObject *kwargs = PyStackRef_IsNull(kwargs_st) ? NULL : PyStackRef_AsPyObjectSteal(kwargs_st);
  |  |  ------------------
  |  |  |  |  470|     11|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     11|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     11|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 8, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3004|     11|                        assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (3004:25): [True: 8, False: 3]
  |  |  |  Branch (3004:25): [True: 3, False: 0]
  |  |  ------------------
  |  | 3005|     11|                        Py_ssize_t nargs = PyTuple_GET_SIZE(callargs);
  |  |  ------------------
  |  |  |  |   27|     11|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3006|     11|                        int code_flags = ((PyCodeObject *)PyFunction_GET_CODE(func))->co_flags;
  |  |  ------------------
  |  |  |  |   93|     11|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3007|     11|                        PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(func));
  |  |  ------------------
  |  |  |  |  118|     11|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                                       PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(func));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3007:44): [True: 11, False: 0]
  |  |  ------------------
  |  | 3008|     11|                        stack_pointer += -2;
  |  | 3009|     11|                        ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     11|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3010|     11|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3011|     11|                        _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit_Ex(
  |  | 3012|     11|                            tstate, func_st, locals,
  |  | 3013|     11|                            nargs, callargs, kwargs, frame);
  |  | 3014|     11|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3015|     11|                        stack_pointer += -2;
  |  | 3016|     11|                        ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     11|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3017|     11|                        if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (3017:29): [True: 0, False: 11]
  |  |  ------------------
  |  | 3018|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3019|      0|                        }
  |  | 3020|     11|                        assert( 2u == 1 + INLINE_CACHE_ENTRIES_CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  Branch (3020:25): [True: 11, Folded]
  |  |  ------------------
  |  | 3021|     11|                        frame->return_offset = 2u ;
  |  | 3022|     11|                        DISPATCH_INLINED(new_frame);
  |  |  ------------------
  |  |  |  |  223|     11|    do {                                                         \
  |  |  |  |  224|     11|        assert(!IS_PEP523_HOOKED(tstate));                       \
  |  |  |  |  225|     11|        _PyFrame_SetStackPointer(frame, stack_pointer);          \
  |  |  |  |  226|     11|        assert((NEW_FRAME)->previous == frame);                  \
  |  |  |  |  227|     11|        frame = tstate->current_frame = (NEW_FRAME);             \
  |  |  |  |  228|     11|        CALL_STAT_INC(inlined_py_calls);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  |   76|     11|#define CALL_STAT_INC(name) ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  229|     11|        JUMP_TO_LABEL(start_frame);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|     11|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  230|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (230:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3022:25): [True: 11, False: 0]
  |  |  |  Branch (3022:25): [True: 11, False: 0]
  |  |  ------------------
  |  | 3023|     11|                    }
  |  | 3024|     14|                    PyObject *callargs = PyStackRef_AsPyObjectBorrow(callargs_st);
  |  | 3025|     14|                    assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (3025:21): [True: 14, False: 0]
  |  |  ------------------
  |  | 3026|     14|                    PyObject *kwargs = PyStackRef_AsPyObjectBorrow(kwargs_st);
  |  | 3027|     14|                    assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (3027:21): [True: 8, False: 6]
  |  |  |  Branch (3027:21): [True: 6, False: 0]
  |  |  ------------------
  |  | 3028|     14|                    stack_pointer[-2] = callargs_st;
  |  | 3029|     14|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3030|     14|                    result_o = PyObject_Call(func, callargs, kwargs);
  |  | 3031|     14|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3032|     14|                }
  |  | 3033|     14|                stack_pointer += -1;
  |  | 3034|     14|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     14|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3035|     14|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3036|     14|                PyStackRef_XCLOSE(kwargs_st);
  |  | 3037|     14|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3038|     14|                stack_pointer += -1;
  |  | 3039|     14|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     14|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3040|     14|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3041|     14|                PyStackRef_CLOSE(callargs_st);
  |  | 3042|     14|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3043|     14|                stack_pointer += -2;
  |  | 3044|     14|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     14|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3045|     14|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3046|     14|                PyStackRef_CLOSE(func_st);
  |  | 3047|     14|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3048|     14|                if (result_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3048:21): [True: 0, False: 14]
  |  |  ------------------
  |  | 3049|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3050|      0|                }
  |  | 3051|     14|                result = PyStackRef_FromPyObjectSteal(result_o);
  |  | 3052|     14|            }
  |  | 3053|       |            // _CHECK_PERIODIC_AT_END
  |  | 3054|      0|            {
  |  | 3055|     14|                stack_pointer[0] = result;
  |  | 3056|     14|                stack_pointer += 1;
  |  | 3057|     14|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     14|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3058|     14|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3059|     14|                int err = check_periodics(tstate);
  |  | 3060|     14|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3061|     14|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (3061:21): [True: 0, False: 14]
  |  |  ------------------
  |  | 3062|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3063|      0|                }
  |  | 3064|     14|            }
  |  | 3065|     14|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     14|    { \
  |  |  |  |  201|     14|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     14|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     14|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     14|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     14|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     14|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     14|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     14|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 14]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     14|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     14|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     14|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     14|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     14|    }
  |  |  ------------------
  |  |  |  Branch (3065:13): [True: 14, False: 0]
  |  |  ------------------
  |  | 3066|     14|        }
  |  | 3067|       |
  |  | 3068|     57|        TARGET(CALL_INTRINSIC_1) {
  |  |  ------------------
  |  |  |  |  132|     57|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3069|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3070|       |            int opcode = CALL_INTRINSIC_1;
  |  | 3071|       |            (void)(opcode);
  |  | 3072|       |            #endif
  |  | 3073|     57|            frame->instr_ptr = next_instr;
  |  | 3074|     57|            next_instr += 1;
  |  | 3075|     57|            INSTRUCTION_STATS(CALL_INTRINSIC_1);
  |  |  ------------------
  |  |  |  |   71|     57|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3076|     57|            _PyStackRef value;
  |  | 3077|     57|            _PyStackRef res;
  |  | 3078|     57|            _PyStackRef v;
  |  | 3079|       |            // _CALL_INTRINSIC_1
  |  | 3080|     57|            {
  |  | 3081|     57|                value = stack_pointer[-1];
  |  | 3082|     57|                assert(oparg <= MAX_INTRINSIC_1);
  |  |  ------------------
  |  |  |  Branch (3082:17): [True: 57, False: 0]
  |  |  ------------------
  |  | 3083|     57|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3084|     57|                PyObject *res_o = _PyIntrinsics_UnaryFunctions[oparg].func(tstate, PyStackRef_AsPyObjectBorrow(value));
  |  | 3085|     57|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3086|     57|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3086:21): [True: 0, False: 57]
  |  |  ------------------
  |  | 3087|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3088|      0|                }
  |  | 3089|     57|                v = value;
  |  | 3090|     57|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3091|     57|            }
  |  | 3092|       |            // _POP_TOP
  |  | 3093|      0|            {
  |  | 3094|     57|                value = v;
  |  | 3095|     57|                stack_pointer[-1] = res;
  |  | 3096|     57|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3097|     57|                PyStackRef_XCLOSE(value);
  |  | 3098|     57|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3099|     57|            }
  |  | 3100|     57|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     57|    { \
  |  |  |  |  201|     57|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     57|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     57|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     57|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     57|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     57|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     57|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     57|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 57]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     57|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     57|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     57|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     57|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     57|    }
  |  |  ------------------
  |  |  |  Branch (3100:13): [True: 57, False: 0]
  |  |  ------------------
  |  | 3101|     57|        }
  |  | 3102|       |
  |  | 3103|      0|        TARGET(CALL_INTRINSIC_2) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3104|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3105|       |            int opcode = CALL_INTRINSIC_2;
  |  | 3106|       |            (void)(opcode);
  |  | 3107|       |            #endif
  |  | 3108|      0|            frame->instr_ptr = next_instr;
  |  | 3109|      0|            next_instr += 1;
  |  | 3110|      0|            INSTRUCTION_STATS(CALL_INTRINSIC_2);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3111|      0|            _PyStackRef value2_st;
  |  | 3112|      0|            _PyStackRef value1_st;
  |  | 3113|      0|            _PyStackRef res;
  |  | 3114|      0|            _PyStackRef vs1;
  |  | 3115|      0|            _PyStackRef vs2;
  |  | 3116|      0|            _PyStackRef value;
  |  | 3117|       |            // _CALL_INTRINSIC_2
  |  | 3118|      0|            {
  |  | 3119|      0|                value1_st = stack_pointer[-1];
  |  | 3120|      0|                value2_st = stack_pointer[-2];
  |  | 3121|      0|                assert(oparg <= MAX_INTRINSIC_2);
  |  |  ------------------
  |  |  |  Branch (3121:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 3122|      0|                PyObject *value1 = PyStackRef_AsPyObjectBorrow(value1_st);
  |  | 3123|      0|                PyObject *value2 = PyStackRef_AsPyObjectBorrow(value2_st);
  |  | 3124|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3125|      0|                PyObject *res_o = _PyIntrinsics_BinaryFunctions[oparg].func(tstate, value2, value1);
  |  | 3126|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3127|      0|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3127:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3128|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3129|      0|                }
  |  | 3130|      0|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3131|      0|                vs1 = value1_st;
  |  | 3132|      0|                vs2 = value2_st;
  |  | 3133|      0|            }
  |  | 3134|       |            // _POP_TOP
  |  | 3135|      0|            {
  |  | 3136|      0|                value = vs2;
  |  | 3137|      0|                stack_pointer[-2] = res;
  |  | 3138|      0|                stack_pointer[-1] = vs1;
  |  | 3139|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3140|      0|                PyStackRef_XCLOSE(value);
  |  | 3141|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3142|      0|            }
  |  | 3143|       |            // _POP_TOP
  |  | 3144|      0|            {
  |  | 3145|      0|                value = vs1;
  |  | 3146|      0|                stack_pointer += -1;
  |  | 3147|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3148|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3149|      0|                PyStackRef_XCLOSE(value);
  |  | 3150|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3151|      0|            }
  |  | 3152|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (3152:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 3153|      0|        }
  |  | 3154|       |
  |  | 3155|    722|        TARGET(CALL_ISINSTANCE) {
  |  |  ------------------
  |  |  |  |  132|    722|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3156|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3157|       |            int opcode = CALL_ISINSTANCE;
  |  | 3158|       |            (void)(opcode);
  |  | 3159|       |            #endif
  |  | 3160|    722|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3161|    722|            (void)this_instr;
  |  | 3162|    722|            frame->instr_ptr = next_instr;
  |  | 3163|    722|            next_instr += 4;
  |  | 3164|    722|            INSTRUCTION_STATS(CALL_ISINSTANCE);
  |  |  ------------------
  |  |  |  |   71|    722|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3165|    722|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3166|    722|            _PyStackRef null;
  |  | 3167|    722|            _PyStackRef callable;
  |  | 3168|    722|            _PyStackRef instance;
  |  | 3169|    722|            _PyStackRef cls;
  |  | 3170|    722|            _PyStackRef res;
  |  | 3171|       |            /* Skip 1 cache entry */
  |  | 3172|       |            /* Skip 2 cache entries */
  |  | 3173|       |            // _GUARD_THIRD_NULL
  |  | 3174|    722|            {
  |  | 3175|    722|                null = stack_pointer[-3];
  |  | 3176|    722|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|    722|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    722|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    722|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3176:21): [True: 0, False: 722]
  |  |  ------------------
  |  | 3177|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3178|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3178:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3179|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3180|      0|                }
  |  | 3181|    722|            }
  |  | 3182|       |            // _GUARD_CALLABLE_ISINSTANCE
  |  | 3183|    722|            {
  |  | 3184|    722|                callable = stack_pointer[-4];
  |  | 3185|    722|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3186|    722|                PyInterpreterState *interp = tstate->interp;
  |  | 3187|    722|                if (callable_o != interp->callable_cache.isinstance) {
  |  |  ------------------
  |  |  |  Branch (3187:21): [True: 0, False: 722]
  |  |  ------------------
  |  | 3188|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3189|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3189:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3190|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3191|      0|                }
  |  | 3192|    722|            }
  |  | 3193|       |            // _CALL_ISINSTANCE
  |  | 3194|    722|            {
  |  | 3195|    722|                cls = stack_pointer[-1];
  |  | 3196|    722|                instance = stack_pointer[-2];
  |  | 3197|    722|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    722|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 3198|    722|                PyObject *inst_o = PyStackRef_AsPyObjectBorrow(instance);
  |  | 3199|    722|                PyObject *cls_o = PyStackRef_AsPyObjectBorrow(cls);
  |  | 3200|    722|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3201|    722|                int retval = PyObject_IsInstance(inst_o, cls_o);
  |  | 3202|    722|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3203|    722|                if (retval < 0) {
  |  |  ------------------
  |  |  |  Branch (3203:21): [True: 0, False: 722]
  |  |  ------------------
  |  | 3204|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3205|      0|                }
  |  | 3206|    722|                (void)null;
  |  | 3207|    722|                stack_pointer += -1;
  |  | 3208|    722|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    722|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3209|    722|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3210|    722|                PyStackRef_CLOSE(cls);
  |  | 3211|    722|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3212|    722|                stack_pointer += -1;
  |  | 3213|    722|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    722|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3214|    722|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3215|    722|                PyStackRef_CLOSE(instance);
  |  | 3216|    722|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3217|    722|                stack_pointer += -2;
  |  | 3218|    722|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    722|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3219|    722|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3220|    722|                PyStackRef_CLOSE(callable);
  |  | 3221|    722|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3222|    722|                res = retval ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    282|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    282|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = retval ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  1.16k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    440|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3222:23): [True: 282, False: 440]
  |  |  ------------------
  |  | 3223|    722|                assert((!PyStackRef_IsNull(res)) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (3223:17): [True: 722, False: 0]
  |  |  ------------------
  |  | 3224|    722|            }
  |  | 3225|    722|            stack_pointer[0] = res;
  |  | 3226|    722|            stack_pointer += 1;
  |  | 3227|    722|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    722|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3228|    722|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    722|    { \
  |  |  |  |  201|    722|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    722|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    722|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    722|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    722|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    722|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    722|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    722|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 722]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    722|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    722|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    722|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    722|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    722|    }
  |  |  ------------------
  |  |  |  Branch (3228:13): [True: 722, False: 0]
  |  |  ------------------
  |  | 3229|    722|        }
  |  | 3230|       |
  |  | 3231|     78|        TARGET(CALL_KW) {
  |  |  ------------------
  |  |  |  |  132|     78|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3232|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3233|       |            int opcode = CALL_KW;
  |  | 3234|       |            (void)(opcode);
  |  | 3235|       |            #endif
  |  | 3236|     78|            frame->instr_ptr = next_instr;
  |  | 3237|     78|            next_instr += 4;
  |  | 3238|     78|            INSTRUCTION_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |   71|     78|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3239|     78|            PREDICTED_CALL_KW:;
  |  | 3240|     78|            _Py_CODEUNIT* const this_instr = next_instr - 4;
  |  | 3241|     78|            (void)this_instr;
  |  | 3242|     78|            opcode = CALL_KW;
  |  |  ------------------
  |  |  |  |   66|     78|#define CALL_KW                                 53
  |  |  ------------------
  |  | 3243|     78|            _PyStackRef callable;
  |  | 3244|     78|            _PyStackRef self_or_null;
  |  | 3245|     78|            _PyStackRef *args;
  |  | 3246|     78|            _PyStackRef kwnames;
  |  | 3247|     78|            _PyStackRef res;
  |  | 3248|       |            // _SPECIALIZE_CALL_KW
  |  | 3249|     78|            {
  |  | 3250|     78|                self_or_null = stack_pointer[-2 - oparg];
  |  | 3251|     78|                callable = stack_pointer[-3 - oparg];
  |  | 3252|     78|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 3253|     78|                (void)counter;
  |  | 3254|     78|                #if ENABLE_SPECIALIZATION
  |  | 3255|     78|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|     78|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 20, False: 58]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3256|     20|                    next_instr = this_instr;
  |  | 3257|     20|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3258|     20|                    _Py_Specialize_CallKw(callable, next_instr, oparg + !PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  |  470|     20|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     20|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     20|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3259|     20|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3260|     20|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     20|    { \
  |  |  |  |  217|     20|        opcode = next_instr->op.code; \
  |  |  |  |  218|     20|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     20|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     20|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     20|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     20|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     20|    }
  |  |  ------------------
  |  | 3261|     20|                }
  |  | 3262|     78|                OPCODE_DEFERRED_INC(CALL_KW);
  |  |  ------------------
  |  |  |  |   90|     78|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 3263|     78|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|     78|    do { \
  |  |  |  |  358|     78|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|     78|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 78]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3264|     78|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 3265|     78|            }
  |  | 3266|       |            /* Skip 2 cache entries */
  |  | 3267|       |            // _MAYBE_EXPAND_METHOD_KW
  |  | 3268|     78|            {
  |  | 3269|     78|                if (PyStackRef_TYPE(callable) == &PyMethod_Type && PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3269:21): [True: 0, False: 78]
  |  |  ------------------
  |  | 3270|      0|                    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3271|      0|                    PyObject *self = ((PyMethodObject *)callable_o)->im_self;
  |  | 3272|      0|                    self_or_null = PyStackRef_FromPyObjectNew(self);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3273|      0|                    PyObject *method = ((PyMethodObject *)callable_o)->im_func;
  |  | 3274|      0|                    _PyStackRef temp = callable;
  |  | 3275|      0|                    callable = PyStackRef_FromPyObjectNew(method);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3276|      0|                    stack_pointer[-3 - oparg] = callable;
  |  | 3277|      0|                    stack_pointer[-2 - oparg] = self_or_null;
  |  | 3278|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3279|      0|                    PyStackRef_CLOSE(temp);
  |  | 3280|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3281|      0|                }
  |  | 3282|     78|            }
  |  | 3283|       |            // _DO_CALL_KW
  |  | 3284|     78|            {
  |  | 3285|     78|                kwnames = stack_pointer[-1];
  |  | 3286|     78|                args = &stack_pointer[-1 - oparg];
  |  | 3287|     78|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3288|     78|                PyObject *kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  |  | 3289|     78|                int total_args = oparg;
  |  | 3290|     78|                _PyStackRef *arguments = args;
  |  | 3291|     78|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|     78|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     78|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     78|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3291:21): [True: 0, False: 78]
  |  |  ------------------
  |  | 3292|      0|                    arguments--;
  |  | 3293|      0|                    total_args++;
  |  | 3294|      0|                }
  |  | 3295|     78|                int positional_args = total_args - (int)PyTuple_GET_SIZE(kwnames_o);
  |  |  ------------------
  |  |  |  |   27|     78|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3296|     78|                if (Py_TYPE(callable_o) == &PyFunction_Type &&
  |  |  ------------------
  |  |  |  |  213|     78|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     78|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     78|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3296:21): [True: 15, False: 63]
  |  |  ------------------
  |  | 3297|     15|                    !IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|     93|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (3297:21): [True: 15, False: 0]
  |  |  ------------------
  |  | 3298|     15|                    ((PyFunctionObject *)callable_o)->vectorcall == _PyFunction_Vectorcall)
  |  |  ------------------
  |  |  |  Branch (3298:21): [True: 15, False: 0]
  |  |  ------------------
  |  | 3299|     15|                {
  |  | 3300|     15|                    int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|     15|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3301|     15|                    PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|     15|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                                   PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3301:40): [True: 15, False: 0]
  |  |  ------------------
  |  | 3302|     15|                    stack_pointer[-3 - oparg] = callable;
  |  | 3303|     15|                    stack_pointer[-2 - oparg] = self_or_null;
  |  | 3304|     15|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3305|     15|                    _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit(
  |  | 3306|     15|                        tstate, callable, locals,
  |  | 3307|     15|                        arguments, positional_args, kwnames_o, frame
  |  | 3308|     15|                    );
  |  | 3309|     15|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3310|     15|                    stack_pointer += -3 - oparg;
  |  | 3311|     15|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3312|     15|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3313|     15|                    PyStackRef_CLOSE(kwnames);
  |  | 3314|     15|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3315|     15|                    if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (3315:25): [True: 0, False: 15]
  |  |  ------------------
  |  | 3316|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3317|      0|                    }
  |  | 3318|     15|                    assert( 4u == 1 + INLINE_CACHE_ENTRIES_CALL_KW);
  |  |  ------------------
  |  |  |  Branch (3318:21): [True: 15, Folded]
  |  |  ------------------
  |  | 3319|     15|                    frame->return_offset = 4u ;
  |  | 3320|     15|                    DISPATCH_INLINED(new_frame);
  |  |  ------------------
  |  |  |  |  223|     15|    do {                                                         \
  |  |  |  |  224|     15|        assert(!IS_PEP523_HOOKED(tstate));                       \
  |  |  |  |  225|     15|        _PyFrame_SetStackPointer(frame, stack_pointer);          \
  |  |  |  |  226|     15|        assert((NEW_FRAME)->previous == frame);                  \
  |  |  |  |  227|     15|        frame = tstate->current_frame = (NEW_FRAME);             \
  |  |  |  |  228|     15|        CALL_STAT_INC(inlined_py_calls);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  |   76|     15|#define CALL_STAT_INC(name) ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  229|     15|        JUMP_TO_LABEL(start_frame);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|     15|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  230|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (230:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3320:21): [True: 15, False: 0]
  |  |  |  Branch (3320:21): [True: 15, False: 0]
  |  |  ------------------
  |  | 3321|     15|                }
  |  | 3322|     63|                stack_pointer[-3 - oparg] = callable;
  |  | 3323|     63|                stack_pointer[-2 - oparg] = self_or_null;
  |  | 3324|     63|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3325|     63|                PyObject* res_o = _Py_VectorCallInstrumentation_StackRefSteal(
  |  | 3326|     63|                    callable,
  |  | 3327|     63|                    arguments,
  |  | 3328|     63|                    total_args,
  |  | 3329|     63|                    kwnames,
  |  | 3330|     63|                    opcode == INSTRUMENTED_CALL_KW,
  |  |  ------------------
  |  |  |  |  241|     63|#define INSTRUMENTED_CALL_KW                   250
  |  |  ------------------
  |  | 3331|     63|                    frame,
  |  | 3332|     63|                    this_instr,
  |  | 3333|     63|                    tstate);
  |  | 3334|     63|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3335|     63|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3335:21): [True: 0, False: 63]
  |  |  ------------------
  |  | 3336|      0|                    stack_pointer += -3 - oparg;
  |  | 3337|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3338|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3339|      0|                }
  |  | 3340|     63|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3341|     63|            }
  |  | 3342|      0|            stack_pointer[-3 - oparg] = res;
  |  | 3343|     63|            stack_pointer += -2 - oparg;
  |  | 3344|     63|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     63|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3345|     63|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     63|    { \
  |  |  |  |  201|     63|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     63|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     43|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     43|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     43|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     43|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     43|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     43|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 43]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     43|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     43|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     43|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     43|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     43|    }
  |  |  ------------------
  |  |  |  Branch (3345:13): [True: 43, False: 20]
  |  |  ------------------
  |  | 3346|     43|        }
  |  | 3347|       |
  |  | 3348|      0|        TARGET(CALL_KW_BOUND_METHOD) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3349|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3350|       |            int opcode = CALL_KW_BOUND_METHOD;
  |  | 3351|       |            (void)(opcode);
  |  | 3352|       |            #endif
  |  | 3353|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3354|      0|            (void)this_instr;
  |  | 3355|      0|            frame->instr_ptr = next_instr;
  |  | 3356|      0|            next_instr += 4;
  |  | 3357|      0|            INSTRUCTION_STATS(CALL_KW_BOUND_METHOD);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3358|      0|            static_assert(INLINE_CACHE_ENTRIES_CALL_KW == 3, "incorrect cache size");
  |  | 3359|      0|            _PyStackRef callable;
  |  | 3360|      0|            _PyStackRef null;
  |  | 3361|      0|            _PyStackRef self_or_null;
  |  | 3362|      0|            _PyStackRef *args;
  |  | 3363|      0|            _PyStackRef kwnames;
  |  | 3364|      0|            _PyStackRef new_frame;
  |  | 3365|       |            /* Skip 1 cache entry */
  |  | 3366|       |            // _CHECK_PEP_523
  |  | 3367|      0|            {
  |  | 3368|      0|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|      0|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3369|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3370|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3370:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3371|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3372|      0|                }
  |  | 3373|      0|            }
  |  | 3374|       |            // _CHECK_METHOD_VERSION_KW
  |  | 3375|      0|            {
  |  | 3376|      0|                null = stack_pointer[-2 - oparg];
  |  | 3377|      0|                callable = stack_pointer[-3 - oparg];
  |  | 3378|      0|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 3379|      0|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3380|      0|                if (Py_TYPE(callable_o) != &PyMethod_Type) {
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3380:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3381|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3382|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3382:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3383|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3384|      0|                }
  |  | 3385|      0|                PyObject *func = ((PyMethodObject *)callable_o)->im_func;
  |  | 3386|      0|                if (!PyFunction_Check(func)) {
  |  |  ------------------
  |  |  |  |   68|      0|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3386:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3387|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3388|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3388:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3389|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3390|      0|                }
  |  | 3391|      0|                if (((PyFunctionObject *)func)->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (3391:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3392|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3393|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3393:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3394|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3395|      0|                }
  |  | 3396|      0|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3396:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3397|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3398|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3398:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3399|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3400|      0|                }
  |  | 3401|      0|            }
  |  | 3402|       |            // _EXPAND_METHOD_KW
  |  | 3403|      0|            {
  |  | 3404|      0|                self_or_null = null;
  |  | 3405|      0|                assert(PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  Branch (3405:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 3406|      0|                _PyStackRef callable_s = callable;
  |  | 3407|      0|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3408|      0|                assert(Py_TYPE(callable_o) == &PyMethod_Type);
  |  |  ------------------
  |  |  |  Branch (3408:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 3409|      0|                self_or_null = PyStackRef_FromPyObjectNew(((PyMethodObject *)callable_o)->im_self);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3410|      0|                callable = PyStackRef_FromPyObjectNew(((PyMethodObject *)callable_o)->im_func);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3411|      0|                assert(PyStackRef_FunctionCheck(callable));
  |  |  ------------------
  |  |  |  Branch (3411:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 3412|      0|                stack_pointer[-3 - oparg] = callable;
  |  | 3413|      0|                stack_pointer[-2 - oparg] = self_or_null;
  |  | 3414|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3415|      0|                PyStackRef_CLOSE(callable_s);
  |  | 3416|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3417|      0|            }
  |  | 3418|       |            // flush
  |  | 3419|       |            // _PY_FRAME_KW
  |  | 3420|      0|            {
  |  | 3421|      0|                kwnames = stack_pointer[-1];
  |  | 3422|      0|                args = &stack_pointer[-1 - oparg];
  |  | 3423|      0|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3424|      0|                int total_args = oparg;
  |  | 3425|      0|                _PyStackRef *arguments = args;
  |  | 3426|      0|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3426:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3427|      0|                    arguments--;
  |  | 3428|      0|                    total_args++;
  |  | 3429|      0|                }
  |  | 3430|      0|                PyObject *kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  |  | 3431|      0|                int positional_args = total_args - (int)PyTuple_GET_SIZE(kwnames_o);
  |  |  ------------------
  |  |  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3432|      0|                assert(Py_TYPE(callable_o) == &PyFunction_Type);
  |  |  ------------------
  |  |  |  Branch (3432:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 3433|      0|                int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|      0|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3434|      0|                PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|      0|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                               PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3434:36): [True: 0, False: 0]
  |  |  ------------------
  |  | 3435|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3436|      0|                _PyInterpreterFrame *temp = _PyEvalFramePushAndInit(
  |  | 3437|      0|                    tstate, callable, locals,
  |  | 3438|      0|                    arguments, positional_args, kwnames_o, frame
  |  | 3439|      0|                );
  |  | 3440|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3441|      0|                stack_pointer += -1;
  |  | 3442|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3443|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3444|      0|                PyStackRef_CLOSE(kwnames);
  |  | 3445|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3446|      0|                stack_pointer += -2 - oparg;
  |  | 3447|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3448|      0|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (3448:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3449|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3450|      0|                }
  |  | 3451|      0|                new_frame = PyStackRef_Wrap(temp);
  |  | 3452|      0|            }
  |  | 3453|       |            // _SAVE_RETURN_OFFSET
  |  | 3454|      0|            {
  |  | 3455|      0|                #if TIER_ONE
  |  | 3456|      0|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 3457|      0|                #endif
  |  | 3458|       |                #if TIER_TWO
  |  | 3459|       |                frame->return_offset = oparg;
  |  | 3460|       |                #endif
  |  | 3461|      0|            }
  |  | 3462|       |            // _PUSH_FRAME
  |  | 3463|      0|            {
  |  | 3464|      0|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (3464:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 3465|      0|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 3466|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3467|      0|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (3467:17): [True: 0, False: 0]
  |  |  |  Branch (3467:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 3468|      0|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|      0|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 3469|      0|                frame = tstate->current_frame = temp;
  |  | 3470|      0|                tstate->py_recursion_remaining--;
  |  | 3471|      0|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|      0|#define LOAD_SP() \
  |  |  |  |  426|      0|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 3472|      0|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|      0|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|      0|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3473|      0|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|      0|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 3474|      0|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|      0|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 3475|      0|            }
  |  | 3476|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (3476:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 3477|      0|        }
  |  | 3478|       |
  |  | 3479|    108|        TARGET(CALL_KW_NON_PY) {
  |  |  ------------------
  |  |  |  |  132|    108|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3480|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3481|       |            int opcode = CALL_KW_NON_PY;
  |  | 3482|       |            (void)(opcode);
  |  | 3483|       |            #endif
  |  | 3484|    108|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3485|    108|            (void)this_instr;
  |  | 3486|    108|            frame->instr_ptr = next_instr;
  |  | 3487|    108|            next_instr += 4;
  |  | 3488|    108|            INSTRUCTION_STATS(CALL_KW_NON_PY);
  |  |  ------------------
  |  |  |  |   71|    108|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3489|    108|            opcode = CALL_KW_NON_PY;
  |  |  ------------------
  |  |  |  |  160|    108|#define CALL_KW_NON_PY                         155
  |  |  ------------------
  |  | 3490|    108|            static_assert(INLINE_CACHE_ENTRIES_CALL_KW == 3, "incorrect cache size");
  |  | 3491|    108|            _PyStackRef callable;
  |  | 3492|    108|            _PyStackRef self_or_null;
  |  | 3493|    108|            _PyStackRef *args;
  |  | 3494|    108|            _PyStackRef kwnames;
  |  | 3495|    108|            _PyStackRef res;
  |  | 3496|       |            /* Skip 1 cache entry */
  |  | 3497|       |            /* Skip 2 cache entries */
  |  | 3498|       |            // _CHECK_IS_NOT_PY_CALLABLE_KW
  |  | 3499|    108|            {
  |  | 3500|    108|                callable = stack_pointer[-3 - oparg];
  |  | 3501|    108|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3502|    108|                if (PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|    108|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    108|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    108|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 108]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3503|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3504|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3504:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3505|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3506|      0|                }
  |  | 3507|    108|                if (Py_TYPE(callable_o) == &PyMethod_Type) {
  |  |  ------------------
  |  |  |  |  213|    108|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    108|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3507:21): [True: 0, False: 108]
  |  |  ------------------
  |  | 3508|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3509|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3509:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3510|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3511|      0|                }
  |  | 3512|    108|            }
  |  | 3513|       |            // _CALL_KW_NON_PY
  |  | 3514|    108|            {
  |  | 3515|    108|                kwnames = stack_pointer[-1];
  |  | 3516|    108|                args = &stack_pointer[-1 - oparg];
  |  | 3517|    108|                self_or_null = stack_pointer[-2 - oparg];
  |  | 3518|    108|                #if TIER_ONE
  |  | 3519|    108|                assert(opcode != INSTRUMENTED_CALL);
  |  |  ------------------
  |  |  |  Branch (3519:17): [True: 108, False: 0]
  |  |  ------------------
  |  | 3520|    108|                #endif
  |  | 3521|    108|                int total_args = oparg;
  |  | 3522|    108|                _PyStackRef *arguments = args;
  |  | 3523|    108|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    108|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    108|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    108|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3523:21): [True: 0, False: 108]
  |  |  ------------------
  |  | 3524|      0|                    arguments--;
  |  | 3525|      0|                    total_args++;
  |  | 3526|      0|                }
  |  | 3527|    108|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3528|    108|                PyObject *res_o = _Py_VectorCall_StackRefSteal(
  |  | 3529|    108|                    callable,
  |  | 3530|    108|                    arguments,
  |  | 3531|    108|                    total_args,
  |  | 3532|    108|                    kwnames);
  |  | 3533|    108|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3534|    108|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3534:21): [True: 0, False: 108]
  |  |  ------------------
  |  | 3535|      0|                    stack_pointer += -3 - oparg;
  |  | 3536|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3537|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3538|      0|                }
  |  | 3539|    108|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3540|    108|            }
  |  | 3541|       |            // _CHECK_PERIODIC_AT_END
  |  | 3542|      0|            {
  |  | 3543|    108|                stack_pointer[-3 - oparg] = res;
  |  | 3544|    108|                stack_pointer += -2 - oparg;
  |  | 3545|    108|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    108|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3546|    108|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3547|    108|                int err = check_periodics(tstate);
  |  | 3548|    108|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3549|    108|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (3549:21): [True: 0, False: 108]
  |  |  ------------------
  |  | 3550|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3551|      0|                }
  |  | 3552|    108|            }
  |  | 3553|    108|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    108|    { \
  |  |  |  |  201|    108|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    108|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    108|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    108|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    108|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    108|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    108|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    108|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 108]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    108|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    108|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    108|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    108|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    108|    }
  |  |  ------------------
  |  |  |  Branch (3553:13): [True: 108, False: 0]
  |  |  ------------------
  |  | 3554|    108|        }
  |  | 3555|       |
  |  | 3556|    201|        TARGET(CALL_KW_PY) {
  |  |  ------------------
  |  |  |  |  132|    201|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3557|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3558|       |            int opcode = CALL_KW_PY;
  |  | 3559|       |            (void)(opcode);
  |  | 3560|       |            #endif
  |  | 3561|    201|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3562|    201|            (void)this_instr;
  |  | 3563|    201|            frame->instr_ptr = next_instr;
  |  | 3564|    201|            next_instr += 4;
  |  | 3565|    201|            INSTRUCTION_STATS(CALL_KW_PY);
  |  |  ------------------
  |  |  |  |   71|    201|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3566|    201|            static_assert(INLINE_CACHE_ENTRIES_CALL_KW == 3, "incorrect cache size");
  |  | 3567|    201|            _PyStackRef callable;
  |  | 3568|    201|            _PyStackRef self_or_null;
  |  | 3569|    201|            _PyStackRef *args;
  |  | 3570|    201|            _PyStackRef kwnames;
  |  | 3571|    201|            _PyStackRef new_frame;
  |  | 3572|       |            /* Skip 1 cache entry */
  |  | 3573|       |            // _CHECK_PEP_523
  |  | 3574|    201|            {
  |  | 3575|    201|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|    201|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 201]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3576|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3577|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3577:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3578|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3579|      0|                }
  |  | 3580|    201|            }
  |  | 3581|       |            // _CHECK_FUNCTION_VERSION_KW
  |  | 3582|    201|            {
  |  | 3583|    201|                callable = stack_pointer[-3 - oparg];
  |  | 3584|    201|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 3585|    201|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3586|    201|                if (!PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|    201|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    201|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    201|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    201|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3586:21): [True: 0, False: 201]
  |  |  ------------------
  |  | 3587|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3588|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3588:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3589|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3590|      0|                }
  |  | 3591|    201|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 3592|    201|                if (func->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (3592:21): [True: 0, False: 201]
  |  |  ------------------
  |  | 3593|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3594|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3594:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3595|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3596|      0|                }
  |  | 3597|    201|            }
  |  | 3598|       |            // _CHECK_RECURSION_REMAINING
  |  | 3599|    201|            {
  |  | 3600|    201|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (3600:21): [True: 0, False: 201]
  |  |  ------------------
  |  | 3601|      0|                    UPDATE_MISS_STATS(CALL_KW);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3602|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL_KW));
  |  |  ------------------
  |  |  |  Branch (3602:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3603|      0|                    JUMP_TO_PREDICTED(CALL_KW);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3604|      0|                }
  |  | 3605|    201|            }
  |  | 3606|       |            // _PY_FRAME_KW
  |  | 3607|    201|            {
  |  | 3608|    201|                kwnames = stack_pointer[-1];
  |  | 3609|    201|                args = &stack_pointer[-1 - oparg];
  |  | 3610|    201|                self_or_null = stack_pointer[-2 - oparg];
  |  | 3611|    201|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3612|    201|                int total_args = oparg;
  |  | 3613|    201|                _PyStackRef *arguments = args;
  |  | 3614|    201|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    201|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    201|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    201|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3614:21): [True: 0, False: 201]
  |  |  ------------------
  |  | 3615|      0|                    arguments--;
  |  | 3616|      0|                    total_args++;
  |  | 3617|      0|                }
  |  | 3618|    201|                PyObject *kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  |  | 3619|    201|                int positional_args = total_args - (int)PyTuple_GET_SIZE(kwnames_o);
  |  |  ------------------
  |  |  |  |   27|    201|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    201|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    201|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3620|    201|                assert(Py_TYPE(callable_o) == &PyFunction_Type);
  |  |  ------------------
  |  |  |  Branch (3620:17): [True: 201, False: 0]
  |  |  ------------------
  |  | 3621|    201|                int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|    201|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    201|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    201|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3622|    201|                PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|    201|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                               PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3622:36): [True: 201, False: 0]
  |  |  ------------------
  |  | 3623|    201|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3624|    201|                _PyInterpreterFrame *temp = _PyEvalFramePushAndInit(
  |  | 3625|    201|                    tstate, callable, locals,
  |  | 3626|    201|                    arguments, positional_args, kwnames_o, frame
  |  | 3627|    201|                );
  |  | 3628|    201|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3629|    201|                stack_pointer += -1;
  |  | 3630|    201|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    201|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3631|    201|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3632|    201|                PyStackRef_CLOSE(kwnames);
  |  | 3633|    201|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3634|    201|                stack_pointer += -2 - oparg;
  |  | 3635|    201|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    201|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3636|    201|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (3636:21): [True: 0, False: 201]
  |  |  ------------------
  |  | 3637|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3638|      0|                }
  |  | 3639|    201|                new_frame = PyStackRef_Wrap(temp);
  |  | 3640|    201|            }
  |  | 3641|       |            // _SAVE_RETURN_OFFSET
  |  | 3642|      0|            {
  |  | 3643|    201|                #if TIER_ONE
  |  | 3644|    201|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 3645|    201|                #endif
  |  | 3646|       |                #if TIER_TWO
  |  | 3647|       |                frame->return_offset = oparg;
  |  | 3648|       |                #endif
  |  | 3649|    201|            }
  |  | 3650|       |            // _PUSH_FRAME
  |  | 3651|    201|            {
  |  | 3652|    201|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (3652:17): [True: 201, False: 0]
  |  |  ------------------
  |  | 3653|    201|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 3654|    201|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3655|    201|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (3655:17): [True: 201, False: 0]
  |  |  |  Branch (3655:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 3656|    201|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|    201|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 3657|    201|                frame = tstate->current_frame = temp;
  |  | 3658|    201|                tstate->py_recursion_remaining--;
  |  | 3659|    201|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|    201|#define LOAD_SP() \
  |  |  |  |  426|    201|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 3660|    201|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|    201|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    201|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    201|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 201]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3661|    201|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|    201|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 3662|    201|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    201|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 3663|    201|            }
  |  | 3664|    201|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    201|    { \
  |  |  |  |  201|    201|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    201|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    201|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    201|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    201|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    201|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    201|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    201|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 201]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    201|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    201|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    201|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    201|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    201|    }
  |  |  ------------------
  |  |  |  Branch (3664:13): [True: 201, False: 0]
  |  |  ------------------
  |  | 3665|    201|        }
  |  | 3666|       |
  |  | 3667|  1.18k|        TARGET(CALL_LEN) {
  |  |  ------------------
  |  |  |  |  132|  1.18k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3668|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3669|       |            int opcode = CALL_LEN;
  |  | 3670|       |            (void)(opcode);
  |  | 3671|       |            #endif
  |  | 3672|  1.18k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3673|  1.18k|            (void)this_instr;
  |  | 3674|  1.18k|            frame->instr_ptr = next_instr;
  |  | 3675|  1.18k|            next_instr += 4;
  |  | 3676|  1.18k|            INSTRUCTION_STATS(CALL_LEN);
  |  |  ------------------
  |  |  |  |   71|  1.18k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3677|  1.18k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3678|  1.18k|            _PyStackRef null;
  |  | 3679|  1.18k|            _PyStackRef callable;
  |  | 3680|  1.18k|            _PyStackRef arg;
  |  | 3681|  1.18k|            _PyStackRef res;
  |  | 3682|  1.18k|            _PyStackRef a;
  |  | 3683|  1.18k|            _PyStackRef c;
  |  | 3684|  1.18k|            _PyStackRef value;
  |  | 3685|       |            /* Skip 1 cache entry */
  |  | 3686|       |            /* Skip 2 cache entries */
  |  | 3687|       |            // _GUARD_NOS_NULL
  |  | 3688|  1.18k|            {
  |  | 3689|  1.18k|                null = stack_pointer[-2];
  |  | 3690|  1.18k|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|  1.18k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.18k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.18k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3690:21): [True: 0, False: 1.18k]
  |  |  ------------------
  |  | 3691|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3692|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3692:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3693|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3694|      0|                }
  |  | 3695|  1.18k|            }
  |  | 3696|       |            // _GUARD_CALLABLE_LEN
  |  | 3697|  1.18k|            {
  |  | 3698|  1.18k|                callable = stack_pointer[-3];
  |  | 3699|  1.18k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3700|  1.18k|                PyInterpreterState *interp = tstate->interp;
  |  | 3701|  1.18k|                if (callable_o != interp->callable_cache.len) {
  |  |  ------------------
  |  |  |  Branch (3701:21): [True: 0, False: 1.18k]
  |  |  ------------------
  |  | 3702|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3703|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3703:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3704|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3705|      0|                }
  |  | 3706|  1.18k|            }
  |  | 3707|       |            // _CALL_LEN
  |  | 3708|  1.18k|            {
  |  | 3709|  1.18k|                arg = stack_pointer[-1];
  |  | 3710|  1.18k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  1.18k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 3711|  1.18k|                PyObject *arg_o = PyStackRef_AsPyObjectBorrow(arg);
  |  | 3712|  1.18k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3713|  1.18k|                Py_ssize_t len_i = PyObject_Length(arg_o);
  |  |  ------------------
  |  |  |  |  353|  1.18k|#define PyObject_Length PyObject_Size
  |  |  ------------------
  |  | 3714|  1.18k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3715|  1.18k|                if (len_i < 0) {
  |  |  ------------------
  |  |  |  Branch (3715:21): [True: 0, False: 1.18k]
  |  |  ------------------
  |  | 3716|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3717|      0|                }
  |  | 3718|  1.18k|                PyObject *res_o = PyLong_FromSsize_t(len_i);
  |  | 3719|  1.18k|                assert((res_o != NULL) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (3719:17): [True: 1.18k, False: 0]
  |  |  ------------------
  |  | 3720|  1.18k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3720:21): [True: 0, False: 1.18k]
  |  |  ------------------
  |  | 3721|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3722|      0|                }
  |  | 3723|  1.18k|                a = arg;
  |  | 3724|  1.18k|                c = callable;
  |  | 3725|  1.18k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3726|  1.18k|            }
  |  | 3727|       |            // _POP_TOP
  |  | 3728|      0|            {
  |  | 3729|  1.18k|                value = c;
  |  | 3730|  1.18k|                stack_pointer[-3] = res;
  |  | 3731|  1.18k|                stack_pointer[-2] = a;
  |  | 3732|  1.18k|                stack_pointer += -1;
  |  | 3733|  1.18k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.18k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3734|  1.18k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3735|  1.18k|                PyStackRef_XCLOSE(value);
  |  | 3736|  1.18k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3737|  1.18k|            }
  |  | 3738|       |            // _POP_TOP
  |  | 3739|  1.18k|            {
  |  | 3740|  1.18k|                value = a;
  |  | 3741|  1.18k|                stack_pointer += -1;
  |  | 3742|  1.18k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.18k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3743|  1.18k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3744|  1.18k|                PyStackRef_XCLOSE(value);
  |  | 3745|  1.18k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3746|  1.18k|            }
  |  | 3747|  1.18k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.18k|    { \
  |  |  |  |  201|  1.18k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.18k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.18k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.18k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.18k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.18k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.18k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.18k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.18k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.18k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.18k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.18k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.18k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.18k|    }
  |  |  ------------------
  |  |  |  Branch (3747:13): [True: 1.18k, False: 0]
  |  |  ------------------
  |  | 3748|  1.18k|        }
  |  | 3749|       |
  |  | 3750|    266|        TARGET(CALL_LIST_APPEND) {
  |  |  ------------------
  |  |  |  |  132|    266|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3751|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3752|       |            int opcode = CALL_LIST_APPEND;
  |  | 3753|       |            (void)(opcode);
  |  | 3754|       |            #endif
  |  | 3755|    266|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3756|    266|            (void)this_instr;
  |  | 3757|    266|            frame->instr_ptr = next_instr;
  |  | 3758|    266|            next_instr += 4;
  |  | 3759|    266|            INSTRUCTION_STATS(CALL_LIST_APPEND);
  |  |  ------------------
  |  |  |  |   71|    266|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3760|    266|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3761|    266|            _PyStackRef callable;
  |  | 3762|    266|            _PyStackRef nos;
  |  | 3763|    266|            _PyStackRef self;
  |  | 3764|    266|            _PyStackRef arg;
  |  | 3765|    266|            _PyStackRef none;
  |  | 3766|    266|            _PyStackRef c;
  |  | 3767|    266|            _PyStackRef s;
  |  | 3768|    266|            _PyStackRef value;
  |  | 3769|       |            /* Skip 1 cache entry */
  |  | 3770|       |            /* Skip 2 cache entries */
  |  | 3771|       |            // _GUARD_CALLABLE_LIST_APPEND
  |  | 3772|    266|            {
  |  | 3773|    266|                callable = stack_pointer[-3];
  |  | 3774|    266|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3775|    266|                PyInterpreterState *interp = tstate->interp;
  |  | 3776|    266|                if (callable_o != interp->callable_cache.list_append) {
  |  |  ------------------
  |  |  |  Branch (3776:21): [True: 0, False: 266]
  |  |  ------------------
  |  | 3777|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3778|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3778:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3779|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3780|      0|                }
  |  | 3781|    266|            }
  |  | 3782|       |            // _GUARD_NOS_NOT_NULL
  |  | 3783|    266|            {
  |  | 3784|    266|                nos = stack_pointer[-2];
  |  | 3785|    266|                if (PyStackRef_IsNull(nos)) {
  |  |  ------------------
  |  |  |  |  470|    266|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    266|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    266|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 266]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3786|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3787|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3787:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3788|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3789|      0|                }
  |  | 3790|    266|            }
  |  | 3791|       |            // _GUARD_NOS_LIST
  |  | 3792|    266|            {
  |  | 3793|    266|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  | 3794|    266|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|    266|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    266|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    266|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    266|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3794:21): [True: 0, False: 266]
  |  |  ------------------
  |  | 3795|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3796|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3796:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3797|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3798|      0|                }
  |  | 3799|    266|            }
  |  | 3800|       |            // _CALL_LIST_APPEND
  |  | 3801|    266|            {
  |  | 3802|    266|                arg = stack_pointer[-1];
  |  | 3803|    266|                self = nos;
  |  | 3804|    266|                assert(oparg == 1);
  |  |  ------------------
  |  |  |  Branch (3804:17): [True: 266, False: 0]
  |  |  ------------------
  |  | 3805|    266|                PyObject *self_o = PyStackRef_AsPyObjectBorrow(self);
  |  | 3806|    266|                if (!LOCK_OBJECT(self_o)) {
  |  |  ------------------
  |  |  |  |  321|    266|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (3806:21): [Folded, False: 266]
  |  |  ------------------
  |  | 3807|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3808|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3808:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3809|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3810|      0|                }
  |  | 3811|    266|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    266|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 3812|    266|                int err = _PyList_AppendTakeRef((PyListObject *)self_o, PyStackRef_AsPyObjectSteal(arg));
  |  | 3813|    266|                UNLOCK_OBJECT(self_o);
  |  |  ------------------
  |  |  |  |  322|    266|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  | 3814|    266|                if (err) {
  |  |  ------------------
  |  |  |  Branch (3814:21): [True: 0, False: 266]
  |  |  ------------------
  |  | 3815|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3816|      0|                }
  |  | 3817|    266|                c = callable;
  |  | 3818|    266|                s = self;
  |  | 3819|    266|                none = PyStackRef_None;
  |  |  ------------------
  |  |  |  |  473|    266|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    266|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3820|    266|            }
  |  | 3821|       |            // _POP_TOP
  |  | 3822|      0|            {
  |  | 3823|    266|                value = s;
  |  | 3824|    266|                stack_pointer[-3] = none;
  |  | 3825|    266|                stack_pointer[-2] = c;
  |  | 3826|    266|                stack_pointer += -1;
  |  | 3827|    266|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    266|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3828|    266|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3829|    266|                PyStackRef_XCLOSE(value);
  |  | 3830|    266|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3831|    266|            }
  |  | 3832|       |            // _POP_TOP
  |  | 3833|    266|            {
  |  | 3834|    266|                value = c;
  |  | 3835|    266|                stack_pointer += -1;
  |  | 3836|    266|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    266|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3837|    266|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3838|    266|                PyStackRef_XCLOSE(value);
  |  | 3839|    266|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3840|    266|            }
  |  | 3841|    266|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    266|    { \
  |  |  |  |  201|    266|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    266|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    266|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    266|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    266|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    266|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    266|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    266|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 266]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    266|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    266|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    266|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    266|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    266|    }
  |  |  ------------------
  |  |  |  Branch (3841:13): [True: 266, False: 0]
  |  |  ------------------
  |  | 3842|    266|        }
  |  | 3843|       |
  |  | 3844|  1.33k|        TARGET(CALL_METHOD_DESCRIPTOR_FAST) {
  |  |  ------------------
  |  |  |  |  132|  1.33k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3845|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3846|       |            int opcode = CALL_METHOD_DESCRIPTOR_FAST;
  |  | 3847|       |            (void)(opcode);
  |  | 3848|       |            #endif
  |  | 3849|  1.33k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3850|  1.33k|            (void)this_instr;
  |  | 3851|  1.33k|            frame->instr_ptr = next_instr;
  |  | 3852|  1.33k|            next_instr += 4;
  |  | 3853|  1.33k|            INSTRUCTION_STATS(CALL_METHOD_DESCRIPTOR_FAST);
  |  |  ------------------
  |  |  |  |   71|  1.33k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3854|  1.33k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3855|  1.33k|            _PyStackRef callable;
  |  | 3856|  1.33k|            _PyStackRef self_or_null;
  |  | 3857|  1.33k|            _PyStackRef *args;
  |  | 3858|  1.33k|            _PyStackRef value;
  |  | 3859|       |            /* Skip 1 cache entry */
  |  | 3860|       |            /* Skip 2 cache entries */
  |  | 3861|       |            // _GUARD_CALLABLE_METHOD_DESCRIPTOR_FAST
  |  | 3862|  1.33k|            {
  |  | 3863|  1.33k|                args = &stack_pointer[-oparg];
  |  | 3864|  1.33k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 3865|  1.33k|                callable = stack_pointer[-2 - oparg];
  |  | 3866|  1.33k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3867|  1.33k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 3868|  1.33k|                if (!Py_IS_TYPE(method, &PyMethodDescr_Type)) {
  |  |  ------------------
  |  |  |  |   65|  1.33k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3868:21): [True: 0, False: 1.33k]
  |  |  ------------------
  |  | 3869|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3870|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3870:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3871|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3872|      0|                }
  |  | 3873|  1.33k|                if (method->d_method->ml_flags != METH_FASTCALL) {
  |  |  ------------------
  |  |  |  |  115|  1.33k|#  define METH_FASTCALL  0x0080
  |  |  ------------------
  |  |  |  Branch (3873:21): [True: 0, False: 1.33k]
  |  |  ------------------
  |  | 3874|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3875|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3875:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3876|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3877|      0|                }
  |  | 3878|  1.33k|                int total_args = oparg;
  |  | 3879|  1.33k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  1.33k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.33k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.33k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3879:21): [True: 1.33k, False: 0]
  |  |  ------------------
  |  | 3880|  1.33k|                    total_args++;
  |  | 3881|  1.33k|                }
  |  | 3882|  1.33k|                if (total_args == 0) {
  |  |  ------------------
  |  |  |  Branch (3882:21): [True: 0, False: 1.33k]
  |  |  ------------------
  |  | 3883|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3884|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3884:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3885|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3886|      0|                }
  |  | 3887|  1.33k|                PyObject *self = PyStackRef_AsPyObjectBorrow(
  |  | 3888|  1.33k|                    PyStackRef_IsNull(self_or_null) ? args[0] : self_or_null);
  |  |  ------------------
  |  |  |  |  470|  1.33k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.33k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.33k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 1.33k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3889|  1.33k|                if (!Py_IS_TYPE(self, method->d_common.d_type)) {
  |  |  ------------------
  |  |  |  |   65|  1.33k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.33k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.33k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3889:21): [True: 24, False: 1.30k]
  |  |  ------------------
  |  | 3890|     24|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     24|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3891|     24|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3891:21): [True: 24, False: 0]
  |  |  ------------------
  |  | 3892|     24|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     24|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3893|      0|                }
  |  | 3894|  1.33k|            }
  |  | 3895|       |            // _CALL_METHOD_DESCRIPTOR_FAST
  |  | 3896|  1.30k|            {
  |  | 3897|  1.30k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3898|  1.30k|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 3899|  1.30k|                int total_args = oparg;
  |  | 3900|  1.30k|                _PyStackRef *arguments = args;
  |  | 3901|  1.30k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  1.30k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.30k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.30k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3901:21): [True: 1.30k, False: 0]
  |  |  ------------------
  |  | 3902|  1.30k|                    arguments--;
  |  | 3903|  1.30k|                    total_args++;
  |  | 3904|  1.30k|                }
  |  | 3905|  1.30k|                PyObject *self = PyStackRef_AsPyObjectBorrow(arguments[0]);
  |  | 3906|  1.30k|                assert(self != NULL);
  |  |  ------------------
  |  |  |  Branch (3906:17): [True: 1.30k, False: 0]
  |  |  ------------------
  |  | 3907|  1.30k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  1.30k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 3908|  1.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3909|  1.30k|                PyCFunctionFast cfunc = _PyCFunctionFast_CAST(method->d_method->ml_meth);
  |  |  ------------------
  |  |  |  |   58|  1.30k|    _Py_FUNC_CAST(PyCFunctionFast, func)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|  1.30k|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3910|  1.30k|                PyObject *res_o = _PyCallMethodDescriptorFast_StackRef(
  |  | 3911|  1.30k|                    callable,
  |  | 3912|  1.30k|                    cfunc,
  |  | 3913|  1.30k|                    self,
  |  | 3914|  1.30k|                    arguments,
  |  | 3915|  1.30k|                    total_args
  |  | 3916|  1.30k|                );
  |  | 3917|  1.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3918|  1.30k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (3918:21): [True: 0, False: 1.30k]
  |  |  ------------------
  |  | 3919|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3920|      0|                }
  |  | 3921|  1.30k|                _PyStackRef temp = callable;
  |  | 3922|  1.30k|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 3923|  1.30k|                stack_pointer[-2 - oparg] = callable;
  |  | 3924|  1.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3925|  1.30k|                PyStackRef_CLOSE(temp);
  |  | 3926|  1.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3927|  1.30k|            }
  |  | 3928|       |            // _POP_TOP_OPARG
  |  | 3929|      0|            {
  |  | 3930|  1.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3931|  1.30k|                _PyStackRef_CloseStack(args, oparg);
  |  | 3932|  1.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3933|  1.30k|            }
  |  | 3934|       |            // _POP_TOP
  |  | 3935|  1.30k|            {
  |  | 3936|  1.30k|                value = self_or_null;
  |  | 3937|  1.30k|                stack_pointer += -1 - oparg;
  |  | 3938|  1.30k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.30k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 3939|  1.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3940|  1.30k|                PyStackRef_XCLOSE(value);
  |  | 3941|  1.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3942|  1.30k|            }
  |  | 3943|       |            // _CHECK_PERIODIC_AT_END
  |  | 3944|  1.30k|            {
  |  | 3945|  1.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 3946|  1.30k|                int err = check_periodics(tstate);
  |  | 3947|  1.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 3948|  1.30k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (3948:21): [True: 0, False: 1.30k]
  |  |  ------------------
  |  | 3949|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 3950|      0|                }
  |  | 3951|  1.30k|            }
  |  | 3952|  1.30k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.30k|    { \
  |  |  |  |  201|  1.30k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.30k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.30k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.30k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.30k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.30k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.30k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.30k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.30k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.30k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.30k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.30k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.30k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.30k|    }
  |  |  ------------------
  |  |  |  Branch (3952:13): [True: 1.30k, False: 0]
  |  |  ------------------
  |  | 3953|  1.30k|        }
  |  | 3954|       |
  |  | 3955|     39|        TARGET(CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS) {
  |  |  ------------------
  |  |  |  |  132|     39|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 3956|       |            #if _Py_TAIL_CALL_INTERP
  |  | 3957|       |            int opcode = CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS;
  |  | 3958|       |            (void)(opcode);
  |  | 3959|       |            #endif
  |  | 3960|     39|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 3961|     39|            (void)this_instr;
  |  | 3962|     39|            frame->instr_ptr = next_instr;
  |  | 3963|     39|            next_instr += 4;
  |  | 3964|     39|            INSTRUCTION_STATS(CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS);
  |  |  ------------------
  |  |  |  |   71|     39|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 3965|     39|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 3966|     39|            _PyStackRef callable;
  |  | 3967|     39|            _PyStackRef self_or_null;
  |  | 3968|     39|            _PyStackRef *args;
  |  | 3969|     39|            _PyStackRef value;
  |  | 3970|       |            /* Skip 1 cache entry */
  |  | 3971|       |            /* Skip 2 cache entries */
  |  | 3972|       |            // _GUARD_CALLABLE_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS
  |  | 3973|     39|            {
  |  | 3974|     39|                args = &stack_pointer[-oparg];
  |  | 3975|     39|                self_or_null = stack_pointer[-1 - oparg];
  |  | 3976|     39|                callable = stack_pointer[-2 - oparg];
  |  | 3977|     39|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 3978|     39|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 3979|     39|                if (!Py_IS_TYPE(method, &PyMethodDescr_Type)) {
  |  |  ------------------
  |  |  |  |   65|     39|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3979:21): [True: 0, False: 39]
  |  |  ------------------
  |  | 3980|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3981|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3981:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3982|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3983|      0|                }
  |  | 3984|     39|                if (method->d_method->ml_flags != (METH_FASTCALL|METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |  115|     39|#  define METH_FASTCALL  0x0080
  |  |  ------------------
  |  |                               if (method->d_method->ml_flags != (METH_FASTCALL|METH_KEYWORDS)) {
  |  |  ------------------
  |  |  |  |   96|     39|#define METH_KEYWORDS 0x0002
  |  |  ------------------
  |  |  |  Branch (3984:21): [True: 0, False: 39]
  |  |  ------------------
  |  | 3985|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3986|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3986:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3987|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3988|      0|                }
  |  | 3989|     39|                int total_args = oparg;
  |  | 3990|     39|                _PyStackRef *arguments = args;
  |  | 3991|     39|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|     39|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     39|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     39|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (3991:21): [True: 39, False: 0]
  |  |  ------------------
  |  | 3992|     39|                    arguments--;
  |  | 3993|     39|                    total_args++;
  |  | 3994|     39|                }
  |  | 3995|     39|                if (total_args == 0) {
  |  |  ------------------
  |  |  |  Branch (3995:21): [True: 0, False: 39]
  |  |  ------------------
  |  | 3996|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 3997|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (3997:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 3998|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 3999|      0|                }
  |  | 4000|     39|                PyObject *self = PyStackRef_AsPyObjectBorrow(arguments[0]);
  |  | 4001|     39|                if (!Py_IS_TYPE(self, method->d_common.d_type)) {
  |  |  ------------------
  |  |  |  |   65|     39|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     39|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4001:21): [True: 0, False: 39]
  |  |  ------------------
  |  | 4002|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4003|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4003:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4004|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4005|      0|                }
  |  | 4006|     39|            }
  |  | 4007|       |            // _CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS
  |  | 4008|     39|            {
  |  | 4009|     39|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4010|     39|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4011|     39|                int total_args = oparg;
  |  | 4012|     39|                _PyStackRef *arguments = args;
  |  | 4013|     39|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|     39|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     39|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     39|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4013:21): [True: 39, False: 0]
  |  |  ------------------
  |  | 4014|     39|                    arguments--;
  |  | 4015|     39|                    total_args++;
  |  | 4016|     39|                }
  |  | 4017|     39|                PyObject *self = PyStackRef_AsPyObjectBorrow(arguments[0]);
  |  | 4018|     39|                assert(self != NULL);
  |  |  ------------------
  |  |  |  Branch (4018:17): [True: 39, False: 0]
  |  |  ------------------
  |  | 4019|     39|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|     39|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4020|     39|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4021|     39|                PyCFunctionFastWithKeywords cfunc = _PyCFunctionFastWithKeywords_CAST(method->d_method->ml_meth);
  |  |  ------------------
  |  |  |  |   62|     39|    _Py_FUNC_CAST(PyCFunctionFastWithKeywords, func)
  |  |  |  |  ------------------
  |  |  |  |  |  |   47|     39|#define _Py_FUNC_CAST(T, func) _Py_CAST(T, _Py_CAST(void(*)(void), (func)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     39|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4022|     39|                PyObject *res_o = _PyCallMethodDescriptorFastWithKeywords_StackRef(
  |  | 4023|     39|                    callable,
  |  | 4024|     39|                    cfunc,
  |  | 4025|     39|                    self,
  |  | 4026|     39|                    arguments,
  |  | 4027|     39|                    total_args
  |  | 4028|     39|                );
  |  | 4029|     39|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4030|     39|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4030:21): [True: 0, False: 39]
  |  |  ------------------
  |  | 4031|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4032|      0|                }
  |  | 4033|     39|                _PyStackRef temp = callable;
  |  | 4034|     39|                callable = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4035|     39|                stack_pointer[-2 - oparg] = callable;
  |  | 4036|     39|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4037|     39|                PyStackRef_CLOSE(temp);
  |  | 4038|     39|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4039|     39|            }
  |  | 4040|       |            // _POP_TOP_OPARG
  |  | 4041|      0|            {
  |  | 4042|     39|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4043|     39|                _PyStackRef_CloseStack(args, oparg);
  |  | 4044|     39|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4045|     39|            }
  |  | 4046|       |            // _POP_TOP
  |  | 4047|     39|            {
  |  | 4048|     39|                value = self_or_null;
  |  | 4049|     39|                stack_pointer += -1 - oparg;
  |  | 4050|     39|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     39|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4051|     39|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4052|     39|                PyStackRef_XCLOSE(value);
  |  | 4053|     39|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4054|     39|            }
  |  | 4055|       |            // _CHECK_PERIODIC_AT_END
  |  | 4056|     39|            {
  |  | 4057|     39|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4058|     39|                int err = check_periodics(tstate);
  |  | 4059|     39|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4060|     39|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4060:21): [True: 0, False: 39]
  |  |  ------------------
  |  | 4061|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4062|      0|                }
  |  | 4063|     39|            }
  |  | 4064|     39|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     39|    { \
  |  |  |  |  201|     39|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     39|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     39|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     39|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     39|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     39|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     39|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     39|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 39]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     39|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     39|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     39|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     39|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     39|    }
  |  |  ------------------
  |  |  |  Branch (4064:13): [True: 39, False: 0]
  |  |  ------------------
  |  | 4065|     39|        }
  |  | 4066|       |
  |  | 4067|    242|        TARGET(CALL_METHOD_DESCRIPTOR_NOARGS) {
  |  |  ------------------
  |  |  |  |  132|    242|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4068|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4069|       |            int opcode = CALL_METHOD_DESCRIPTOR_NOARGS;
  |  | 4070|       |            (void)(opcode);
  |  | 4071|       |            #endif
  |  | 4072|    242|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4073|    242|            (void)this_instr;
  |  | 4074|    242|            frame->instr_ptr = next_instr;
  |  | 4075|    242|            next_instr += 4;
  |  | 4076|    242|            INSTRUCTION_STATS(CALL_METHOD_DESCRIPTOR_NOARGS);
  |  |  ------------------
  |  |  |  |   71|    242|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4077|    242|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4078|    242|            _PyStackRef callable;
  |  | 4079|    242|            _PyStackRef self_or_null;
  |  | 4080|    242|            _PyStackRef *args;
  |  | 4081|    242|            _PyStackRef res;
  |  | 4082|    242|            _PyStackRef c;
  |  | 4083|    242|            _PyStackRef s;
  |  | 4084|    242|            _PyStackRef value;
  |  | 4085|       |            /* Skip 1 cache entry */
  |  | 4086|       |            /* Skip 2 cache entries */
  |  | 4087|       |            // _GUARD_CALLABLE_METHOD_DESCRIPTOR_NOARGS
  |  | 4088|    242|            {
  |  | 4089|    242|                args = &stack_pointer[-oparg];
  |  | 4090|    242|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4091|    242|                callable = stack_pointer[-2 - oparg];
  |  | 4092|    242|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4093|    242|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4094|    242|                if (!Py_IS_TYPE(method, &PyMethodDescr_Type)) {
  |  |  ------------------
  |  |  |  |   65|    242|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    242|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4094:21): [True: 0, False: 242]
  |  |  ------------------
  |  | 4095|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4096|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4096:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4097|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4098|      0|                }
  |  | 4099|    242|                if (method->d_method->ml_flags != METH_NOARGS) {
  |  |  ------------------
  |  |  |  |   98|    242|#define METH_NOARGS   0x0004
  |  |  ------------------
  |  |  |  Branch (4099:21): [True: 0, False: 242]
  |  |  ------------------
  |  | 4100|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4101|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4101:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4102|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4103|      0|                }
  |  | 4104|    242|                int total_args = oparg;
  |  | 4105|    242|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    242|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    242|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    242|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4105:21): [True: 242, False: 0]
  |  |  ------------------
  |  | 4106|    242|                    total_args++;
  |  | 4107|    242|                }
  |  | 4108|    242|                if (total_args != 1) {
  |  |  ------------------
  |  |  |  Branch (4108:21): [True: 0, False: 242]
  |  |  ------------------
  |  | 4109|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4110|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4110:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4111|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4112|      0|                }
  |  | 4113|    242|                PyObject *self = PyStackRef_AsPyObjectBorrow(
  |  | 4114|    242|                    PyStackRef_IsNull(self_or_null) ? args[0] : self_or_null);
  |  |  ------------------
  |  |  |  |  470|    242|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    242|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    242|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 242]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4115|    242|                if (!Py_IS_TYPE(self, method->d_common.d_type)) {
  |  |  ------------------
  |  |  |  |   65|    242|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    242|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    242|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4115:21): [True: 18, False: 224]
  |  |  ------------------
  |  | 4116|     18|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     18|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4117|     18|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4117:21): [True: 18, False: 0]
  |  |  ------------------
  |  | 4118|     18|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     18|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4119|      0|                }
  |  | 4120|    242|            }
  |  | 4121|       |            // _CHECK_RECURSION_LIMIT
  |  | 4122|    224|            {
  |  | 4123|    224|                if (_Py_ReachedRecursionLimit(tstate)) {
  |  |  ------------------
  |  |  |  Branch (4123:21): [True: 0, False: 224]
  |  |  ------------------
  |  | 4124|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4125|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4125:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4126|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4127|      0|                }
  |  | 4128|    224|            }
  |  | 4129|       |            // _CALL_METHOD_DESCRIPTOR_NOARGS
  |  | 4130|    224|            {
  |  | 4131|    224|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4132|    224|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4133|    224|                assert(oparg == 1 || !PyStackRef_IsNull(self_or_null));
  |  |  ------------------
  |  |  |  Branch (4133:17): [True: 0, False: 224]
  |  |  |  Branch (4133:17): [True: 224, False: 0]
  |  |  ------------------
  |  | 4134|    224|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    224|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    224|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    224|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4134:21): [True: 224, False: 0]
  |  |  ------------------
  |  | 4135|    224|                    args--;
  |  | 4136|    224|                }
  |  | 4137|    224|                _PyStackRef self_stackref = args[0];
  |  | 4138|    224|                PyObject *self = PyStackRef_AsPyObjectBorrow(self_stackref);
  |  | 4139|    224|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    224|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4140|    224|                PyCFunction cfunc = method->d_method->ml_meth;
  |  | 4141|    224|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4142|    224|                PyObject *res_o = _PyCFunction_TrampolineCall(cfunc, self, NULL);
  |  |  ------------------
  |  |  |  |  997|    224|    (meth)((self), (args))
  |  |  ------------------
  |  | 4143|    224|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4144|    224|                _Py_LeaveRecursiveCallTstate(tstate);
  |  | 4145|    224|                assert((res_o != NULL) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (4145:17): [True: 224, False: 0]
  |  |  ------------------
  |  | 4146|    224|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4146:21): [True: 0, False: 224]
  |  |  ------------------
  |  | 4147|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4148|      0|                }
  |  | 4149|    224|                c = callable;
  |  | 4150|    224|                s = args[0];
  |  | 4151|    224|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4152|    224|            }
  |  | 4153|       |            // _POP_TOP
  |  | 4154|      0|            {
  |  | 4155|    224|                value = s;
  |  | 4156|    224|                stack_pointer[-2 - oparg] = res;
  |  | 4157|    224|                stack_pointer[-1 - oparg] = c;
  |  | 4158|    224|                stack_pointer += -oparg;
  |  | 4159|    224|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    224|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4160|    224|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4161|    224|                PyStackRef_XCLOSE(value);
  |  | 4162|    224|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4163|    224|            }
  |  | 4164|       |            // _POP_TOP
  |  | 4165|    224|            {
  |  | 4166|    224|                value = c;
  |  | 4167|    224|                stack_pointer += -1;
  |  | 4168|    224|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    224|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4169|    224|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4170|    224|                PyStackRef_XCLOSE(value);
  |  | 4171|    224|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4172|    224|            }
  |  | 4173|       |            // _CHECK_PERIODIC_AT_END
  |  | 4174|    224|            {
  |  | 4175|    224|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4176|    224|                int err = check_periodics(tstate);
  |  | 4177|    224|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4178|    224|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4178:21): [True: 0, False: 224]
  |  |  ------------------
  |  | 4179|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4180|      0|                }
  |  | 4181|    224|            }
  |  | 4182|    224|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    224|    { \
  |  |  |  |  201|    224|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    224|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    224|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    224|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    224|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    224|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    224|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    224|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 224]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    224|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    224|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    224|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    224|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    224|    }
  |  |  ------------------
  |  |  |  Branch (4182:13): [True: 224, False: 0]
  |  |  ------------------
  |  | 4183|    224|        }
  |  | 4184|       |
  |  | 4185|    704|        TARGET(CALL_METHOD_DESCRIPTOR_O) {
  |  |  ------------------
  |  |  |  |  132|    704|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4186|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4187|       |            int opcode = CALL_METHOD_DESCRIPTOR_O;
  |  | 4188|       |            (void)(opcode);
  |  | 4189|       |            #endif
  |  | 4190|    704|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4191|    704|            (void)this_instr;
  |  | 4192|    704|            frame->instr_ptr = next_instr;
  |  | 4193|    704|            next_instr += 4;
  |  | 4194|    704|            INSTRUCTION_STATS(CALL_METHOD_DESCRIPTOR_O);
  |  |  ------------------
  |  |  |  |   71|    704|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4195|    704|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4196|    704|            _PyStackRef callable;
  |  | 4197|    704|            _PyStackRef self_or_null;
  |  | 4198|    704|            _PyStackRef *args;
  |  | 4199|    704|            _PyStackRef res;
  |  | 4200|    704|            _PyStackRef c;
  |  | 4201|    704|            _PyStackRef s;
  |  | 4202|    704|            _PyStackRef a;
  |  | 4203|    704|            _PyStackRef value;
  |  | 4204|       |            /* Skip 1 cache entry */
  |  | 4205|       |            /* Skip 2 cache entries */
  |  | 4206|       |            // _GUARD_CALLABLE_METHOD_DESCRIPTOR_O
  |  | 4207|    704|            {
  |  | 4208|    704|                args = &stack_pointer[-oparg];
  |  | 4209|    704|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4210|    704|                callable = stack_pointer[-2 - oparg];
  |  | 4211|    704|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4212|    704|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4213|    704|                if (!Py_IS_TYPE(method, &PyMethodDescr_Type)) {
  |  |  ------------------
  |  |  |  |   65|    704|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    704|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    704|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4213:21): [True: 0, False: 704]
  |  |  ------------------
  |  | 4214|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4215|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4215:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4216|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4217|      0|                }
  |  | 4218|    704|                if (method->d_method->ml_flags != METH_O) {
  |  |  ------------------
  |  |  |  |   99|    704|#define METH_O        0x0008
  |  |  ------------------
  |  |  |  Branch (4218:21): [True: 0, False: 704]
  |  |  ------------------
  |  | 4219|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4220|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4220:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4221|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4222|      0|                }
  |  | 4223|    704|                int total_args = oparg;
  |  | 4224|    704|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    704|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    704|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    704|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4224:21): [True: 704, False: 0]
  |  |  ------------------
  |  | 4225|    704|                    total_args++;
  |  | 4226|    704|                }
  |  | 4227|    704|                if (total_args != 2) {
  |  |  ------------------
  |  |  |  Branch (4227:21): [True: 0, False: 704]
  |  |  ------------------
  |  | 4228|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4229|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4229:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4230|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4231|      0|                }
  |  | 4232|    704|                PyObject *self = PyStackRef_AsPyObjectBorrow(
  |  | 4233|    704|                    PyStackRef_IsNull(self_or_null) ? args[0] : self_or_null);
  |  |  ------------------
  |  |  |  |  470|    704|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    704|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    704|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 704]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4234|    704|                if (!Py_IS_TYPE(self, method->d_common.d_type)) {
  |  |  ------------------
  |  |  |  |   65|    704|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    704|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    704|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4234:21): [True: 180, False: 524]
  |  |  ------------------
  |  | 4235|    180|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|    180|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4236|    180|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4236:21): [True: 180, False: 0]
  |  |  ------------------
  |  | 4237|    180|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|    180|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4238|      0|                }
  |  | 4239|    704|            }
  |  | 4240|       |            // _CHECK_RECURSION_LIMIT
  |  | 4241|    524|            {
  |  | 4242|    524|                if (_Py_ReachedRecursionLimit(tstate)) {
  |  |  ------------------
  |  |  |  Branch (4242:21): [True: 0, False: 524]
  |  |  ------------------
  |  | 4243|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4244|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4244:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4245|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4246|      0|                }
  |  | 4247|    524|            }
  |  | 4248|       |            // _CALL_METHOD_DESCRIPTOR_O
  |  | 4249|    524|            {
  |  | 4250|    524|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4251|    524|                PyMethodDescrObject *method = (PyMethodDescrObject *)callable_o;
  |  | 4252|    524|                _PyStackRef *arguments = args;
  |  | 4253|    524|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    524|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    524|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    524|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4253:21): [True: 524, False: 0]
  |  |  ------------------
  |  | 4254|    524|                    arguments--;
  |  | 4255|    524|                }
  |  | 4256|    524|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    524|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4257|    524|                PyCFunction cfunc = method->d_method->ml_meth;
  |  | 4258|    524|                PyObject *self = PyStackRef_AsPyObjectBorrow(arguments[0]);
  |  | 4259|    524|                PyObject *arg = PyStackRef_AsPyObjectBorrow(arguments[1]);
  |  | 4260|    524|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4261|    524|                PyObject *res_o = _PyCFunction_TrampolineCall(cfunc, self, arg);
  |  |  ------------------
  |  |  |  |  997|    524|    (meth)((self), (args))
  |  |  ------------------
  |  | 4262|    524|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4263|    524|                _Py_LeaveRecursiveCallTstate(tstate);
  |  | 4264|    524|                assert((res_o != NULL) ^ (_PyErr_Occurred(tstate) != NULL));
  |  |  ------------------
  |  |  |  Branch (4264:17): [True: 524, False: 0]
  |  |  ------------------
  |  | 4265|    524|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4265:21): [True: 0, False: 524]
  |  |  ------------------
  |  | 4266|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4267|      0|                }
  |  | 4268|    524|                c = callable;
  |  | 4269|    524|                s = arguments[0];
  |  | 4270|    524|                a = arguments[1];
  |  | 4271|    524|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4272|    524|            }
  |  | 4273|       |            // _POP_TOP
  |  | 4274|      0|            {
  |  | 4275|    524|                value = a;
  |  | 4276|    524|                stack_pointer[-2 - oparg] = res;
  |  | 4277|    524|                stack_pointer[-1 - oparg] = c;
  |  | 4278|    524|                stack_pointer[-oparg] = s;
  |  | 4279|    524|                stack_pointer += 1 - oparg;
  |  | 4280|    524|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    524|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4281|    524|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4282|    524|                PyStackRef_XCLOSE(value);
  |  | 4283|    524|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4284|    524|            }
  |  | 4285|       |            // _POP_TOP
  |  | 4286|    524|            {
  |  | 4287|    524|                value = s;
  |  | 4288|    524|                stack_pointer += -1;
  |  | 4289|    524|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    524|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4290|    524|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4291|    524|                PyStackRef_XCLOSE(value);
  |  | 4292|    524|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4293|    524|            }
  |  | 4294|       |            // _POP_TOP
  |  | 4295|    524|            {
  |  | 4296|    524|                value = c;
  |  | 4297|    524|                stack_pointer += -1;
  |  | 4298|    524|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    524|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4299|    524|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4300|    524|                PyStackRef_XCLOSE(value);
  |  | 4301|    524|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4302|    524|            }
  |  | 4303|       |            // _CHECK_PERIODIC_AT_END
  |  | 4304|    524|            {
  |  | 4305|    524|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4306|    524|                int err = check_periodics(tstate);
  |  | 4307|    524|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4308|    524|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4308:21): [True: 0, False: 524]
  |  |  ------------------
  |  | 4309|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4310|      0|                }
  |  | 4311|    524|            }
  |  | 4312|    524|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    524|    { \
  |  |  |  |  201|    524|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    524|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    524|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    524|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    524|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    524|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    524|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    524|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 524]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    524|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    524|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    524|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    524|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    524|    }
  |  |  ------------------
  |  |  |  Branch (4312:13): [True: 524, False: 0]
  |  |  ------------------
  |  | 4313|    524|        }
  |  | 4314|       |
  |  | 4315|  1.88k|        TARGET(CALL_NON_PY_GENERAL) {
  |  |  ------------------
  |  |  |  |  132|  1.88k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4316|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4317|       |            int opcode = CALL_NON_PY_GENERAL;
  |  | 4318|       |            (void)(opcode);
  |  | 4319|       |            #endif
  |  | 4320|  1.88k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4321|  1.88k|            (void)this_instr;
  |  | 4322|  1.88k|            frame->instr_ptr = next_instr;
  |  | 4323|  1.88k|            next_instr += 4;
  |  | 4324|  1.88k|            INSTRUCTION_STATS(CALL_NON_PY_GENERAL);
  |  |  ------------------
  |  |  |  |   71|  1.88k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4325|  1.88k|            opcode = CALL_NON_PY_GENERAL;
  |  |  ------------------
  |  |  |  |  168|  1.88k|#define CALL_NON_PY_GENERAL                    163
  |  |  ------------------
  |  | 4326|  1.88k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4327|  1.88k|            _PyStackRef callable;
  |  | 4328|  1.88k|            _PyStackRef self_or_null;
  |  | 4329|  1.88k|            _PyStackRef *args;
  |  | 4330|  1.88k|            _PyStackRef res;
  |  | 4331|       |            /* Skip 1 cache entry */
  |  | 4332|       |            /* Skip 2 cache entries */
  |  | 4333|       |            // _CHECK_IS_NOT_PY_CALLABLE
  |  | 4334|  1.88k|            {
  |  | 4335|  1.88k|                callable = stack_pointer[-2 - oparg];
  |  | 4336|  1.88k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4337|  1.88k|                if (PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|  1.88k|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.88k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.88k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.88k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 1.88k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4338|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4339|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4339:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4340|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4341|      0|                }
  |  | 4342|  1.88k|                if (Py_TYPE(callable_o) == &PyMethod_Type) {
  |  |  ------------------
  |  |  |  |  213|  1.88k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.88k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.88k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4342:21): [True: 0, False: 1.88k]
  |  |  ------------------
  |  | 4343|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4344|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4344:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4345|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4346|      0|                }
  |  | 4347|  1.88k|            }
  |  | 4348|       |            // _CALL_NON_PY_GENERAL
  |  | 4349|  1.88k|            {
  |  | 4350|  1.88k|                args = &stack_pointer[-oparg];
  |  | 4351|  1.88k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4352|  1.88k|                #if TIER_ONE
  |  | 4353|  1.88k|                assert(opcode != INSTRUMENTED_CALL);
  |  |  ------------------
  |  |  |  Branch (4353:17): [True: 1.88k, False: 0]
  |  |  ------------------
  |  | 4354|  1.88k|                #endif
  |  | 4355|  1.88k|                int total_args = oparg;
  |  | 4356|  1.88k|                _PyStackRef *arguments = args;
  |  | 4357|  1.88k|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|  1.88k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.88k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.88k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4357:21): [True: 223, False: 1.66k]
  |  |  ------------------
  |  | 4358|    223|                    arguments--;
  |  | 4359|    223|                    total_args++;
  |  | 4360|    223|                }
  |  | 4361|  1.88k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4362|  1.88k|                PyObject *res_o = _Py_VectorCall_StackRefSteal(
  |  | 4363|  1.88k|                    callable,
  |  | 4364|  1.88k|                    arguments,
  |  | 4365|  1.88k|                    total_args,
  |  | 4366|  1.88k|                    PyStackRef_NULL);
  |  | 4367|  1.88k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4368|  1.88k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4368:21): [True: 2, False: 1.88k]
  |  |  ------------------
  |  | 4369|      2|                    stack_pointer += -2 - oparg;
  |  | 4370|      2|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      2|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4371|      2|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      2|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4372|      0|                }
  |  | 4373|  1.88k|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4374|  1.88k|            }
  |  | 4375|       |            // _CHECK_PERIODIC_AT_END
  |  | 4376|      0|            {
  |  | 4377|  1.88k|                stack_pointer[-2 - oparg] = res;
  |  | 4378|  1.88k|                stack_pointer += -1 - oparg;
  |  | 4379|  1.88k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.88k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4380|  1.88k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4381|  1.88k|                int err = check_periodics(tstate);
  |  | 4382|  1.88k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4383|  1.88k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4383:21): [True: 0, False: 1.88k]
  |  |  ------------------
  |  | 4384|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4385|      0|                }
  |  | 4386|  1.88k|            }
  |  | 4387|  1.88k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.88k|    { \
  |  |  |  |  201|  1.88k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.88k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.88k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.88k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.88k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.88k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.88k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.88k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.88k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.88k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.88k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.88k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.88k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.88k|    }
  |  |  ------------------
  |  |  |  Branch (4387:13): [True: 1.88k, False: 0]
  |  |  ------------------
  |  | 4388|  1.88k|        }
  |  | 4389|       |
  |  | 4390|  2.64k|        TARGET(CALL_PY_EXACT_ARGS) {
  |  |  ------------------
  |  |  |  |  132|  2.64k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4391|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4392|       |            int opcode = CALL_PY_EXACT_ARGS;
  |  | 4393|       |            (void)(opcode);
  |  | 4394|       |            #endif
  |  | 4395|  2.64k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4396|  2.64k|            (void)this_instr;
  |  | 4397|  2.64k|            frame->instr_ptr = next_instr;
  |  | 4398|  2.64k|            next_instr += 4;
  |  | 4399|  2.64k|            INSTRUCTION_STATS(CALL_PY_EXACT_ARGS);
  |  |  ------------------
  |  |  |  |   71|  2.64k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4400|  2.64k|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4401|  2.64k|            _PyStackRef callable;
  |  | 4402|  2.64k|            _PyStackRef self_or_null;
  |  | 4403|  2.64k|            _PyStackRef *args;
  |  | 4404|  2.64k|            _PyStackRef new_frame;
  |  | 4405|       |            /* Skip 1 cache entry */
  |  | 4406|       |            // _CHECK_PEP_523
  |  | 4407|  2.64k|            {
  |  | 4408|  2.64k|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|  2.64k|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 2.64k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4409|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4410|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4410:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4411|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4412|      0|                }
  |  | 4413|  2.64k|            }
  |  | 4414|       |            // _CHECK_FUNCTION_VERSION
  |  | 4415|  2.64k|            {
  |  | 4416|  2.64k|                callable = stack_pointer[-2 - oparg];
  |  | 4417|  2.64k|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 4418|  2.64k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4419|  2.64k|                if (!PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|  2.64k|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  2.64k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4419:21): [True: 12, False: 2.62k]
  |  |  ------------------
  |  | 4420|     12|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     12|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4421|     12|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4421:21): [True: 12, False: 0]
  |  |  ------------------
  |  | 4422|     12|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     12|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4423|      0|                }
  |  | 4424|  2.62k|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 4425|  2.62k|                if (func->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (4425:21): [True: 90, False: 2.53k]
  |  |  ------------------
  |  | 4426|     90|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|     90|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4427|     90|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4427:21): [True: 90, False: 0]
  |  |  ------------------
  |  | 4428|     90|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|     90|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4429|      0|                }
  |  | 4430|  2.62k|            }
  |  | 4431|       |            // _CHECK_FUNCTION_EXACT_ARGS
  |  | 4432|  2.53k|            {
  |  | 4433|  2.53k|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4434|  2.53k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4435|  2.53k|                assert(PyFunction_Check(callable_o));
  |  |  ------------------
  |  |  |  Branch (4435:17): [True: 2.53k, False: 0]
  |  |  ------------------
  |  | 4436|  2.53k|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 4437|  2.53k|                PyCodeObject *code = (PyCodeObject *)func->func_code;
  |  | 4438|  2.53k|                if (code->co_argcount != oparg + (!PyStackRef_IsNull(self_or_null))) {
  |  |  ------------------
  |  |  |  |  470|  2.53k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  2.53k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  2.53k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4438:21): [True: 0, False: 2.53k]
  |  |  ------------------
  |  | 4439|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4440|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4440:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4441|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4442|      0|                }
  |  | 4443|  2.53k|            }
  |  | 4444|       |            // _CHECK_STACK_SPACE
  |  | 4445|  2.53k|            {
  |  | 4446|  2.53k|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4447|  2.53k|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 4448|  2.53k|                PyCodeObject *code = (PyCodeObject *)func->func_code;
  |  | 4449|  2.53k|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (4449:21): [True: 0, False: 2.53k]
  |  |  ------------------
  |  | 4450|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4451|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4451:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4452|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4453|      0|                }
  |  | 4454|  2.53k|            }
  |  | 4455|       |            // _CHECK_RECURSION_REMAINING
  |  | 4456|  2.53k|            {
  |  | 4457|  2.53k|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (4457:21): [True: 0, False: 2.53k]
  |  |  ------------------
  |  | 4458|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4459|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4459:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4460|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4461|      0|                }
  |  | 4462|  2.53k|            }
  |  | 4463|       |            // _INIT_CALL_PY_EXACT_ARGS
  |  | 4464|  2.53k|            {
  |  | 4465|  2.53k|                args = &stack_pointer[-oparg];
  |  | 4466|  2.53k|                int has_self = !PyStackRef_IsNull(self_or_null);
  |  |  ------------------
  |  |  |  |  470|  2.53k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  2.53k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  2.53k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4467|  2.53k|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|  2.53k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4468|  2.53k|                _PyInterpreterFrame *pushed_frame = _PyFrame_PushUnchecked(tstate, callable, oparg + has_self, frame);
  |  | 4469|  2.53k|                _PyStackRef *first_non_self_local = pushed_frame->localsplus + has_self;
  |  | 4470|  2.53k|                pushed_frame->localsplus[0] = self_or_null;
  |  | 4471|  5.61k|                for (int i = 0; i < oparg; i++) {
  |  |  ------------------
  |  |  |  Branch (4471:33): [True: 3.08k, False: 2.53k]
  |  |  ------------------
  |  | 4472|  3.08k|                    first_non_self_local[i] = args[i];
  |  | 4473|  3.08k|                }
  |  | 4474|  2.53k|                new_frame = PyStackRef_Wrap(pushed_frame);
  |  | 4475|  2.53k|            }
  |  | 4476|       |            // _SAVE_RETURN_OFFSET
  |  | 4477|  2.53k|            {
  |  | 4478|  2.53k|                #if TIER_ONE
  |  | 4479|  2.53k|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 4480|  2.53k|                #endif
  |  | 4481|       |                #if TIER_TWO
  |  | 4482|       |                frame->return_offset = oparg;
  |  | 4483|       |                #endif
  |  | 4484|  2.53k|            }
  |  | 4485|       |            // _PUSH_FRAME
  |  | 4486|  2.53k|            {
  |  | 4487|  2.53k|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (4487:17): [True: 2.53k, False: 0]
  |  |  ------------------
  |  | 4488|  2.53k|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 4489|  2.53k|                stack_pointer += -2 - oparg;
  |  | 4490|  2.53k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.53k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4491|  2.53k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4492|  2.53k|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (4492:17): [True: 2.53k, False: 0]
  |  |  |  Branch (4492:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 4493|  2.53k|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|  2.53k|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 4494|  2.53k|                frame = tstate->current_frame = temp;
  |  | 4495|  2.53k|                tstate->py_recursion_remaining--;
  |  | 4496|  2.53k|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|  2.53k|#define LOAD_SP() \
  |  |  |  |  426|  2.53k|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 4497|  2.53k|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|  2.53k|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|  2.53k|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|  2.53k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 2.53k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4498|  2.53k|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|  2.53k|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 4499|  2.53k|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  2.53k|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 4500|  2.53k|            }
  |  | 4501|  2.53k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.53k|    { \
  |  |  |  |  201|  2.53k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.53k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.53k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.53k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.53k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.53k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.53k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.53k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.53k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.53k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.53k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.53k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.53k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.53k|    }
  |  |  ------------------
  |  |  |  Branch (4501:13): [True: 2.53k, False: 0]
  |  |  ------------------
  |  | 4502|  2.53k|        }
  |  | 4503|       |
  |  | 4504|    763|        TARGET(CALL_PY_GENERAL) {
  |  |  ------------------
  |  |  |  |  132|    763|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4505|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4506|       |            int opcode = CALL_PY_GENERAL;
  |  | 4507|       |            (void)(opcode);
  |  | 4508|       |            #endif
  |  | 4509|    763|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4510|    763|            (void)this_instr;
  |  | 4511|    763|            frame->instr_ptr = next_instr;
  |  | 4512|    763|            next_instr += 4;
  |  | 4513|    763|            INSTRUCTION_STATS(CALL_PY_GENERAL);
  |  |  ------------------
  |  |  |  |   71|    763|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4514|    763|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4515|    763|            _PyStackRef callable;
  |  | 4516|    763|            _PyStackRef self_or_null;
  |  | 4517|    763|            _PyStackRef *args;
  |  | 4518|    763|            _PyStackRef new_frame;
  |  | 4519|       |            /* Skip 1 cache entry */
  |  | 4520|       |            // _CHECK_PEP_523
  |  | 4521|    763|            {
  |  | 4522|    763|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|    763|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 763]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4523|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4524|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4524:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4525|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4526|      0|                }
  |  | 4527|    763|            }
  |  | 4528|       |            // _CHECK_FUNCTION_VERSION
  |  | 4529|    763|            {
  |  | 4530|    763|                callable = stack_pointer[-2 - oparg];
  |  | 4531|    763|                uint32_t func_version = read_u32(&this_instr[2].cache);
  |  | 4532|    763|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4533|    763|                if (!PyFunction_Check(callable_o)) {
  |  |  ------------------
  |  |  |  |   68|    763|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    763|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    763|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    763|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4533:21): [True: 0, False: 763]
  |  |  ------------------
  |  | 4534|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4535|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4535:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4536|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4537|      0|                }
  |  | 4538|    763|                PyFunctionObject *func = (PyFunctionObject *)callable_o;
  |  | 4539|    763|                if (func->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (4539:21): [True: 8, False: 755]
  |  |  ------------------
  |  | 4540|      8|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      8|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4541|      8|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4541:21): [True: 8, False: 0]
  |  |  ------------------
  |  | 4542|      8|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      8|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4543|      0|                }
  |  | 4544|    763|            }
  |  | 4545|       |            // _CHECK_RECURSION_REMAINING
  |  | 4546|    755|            {
  |  | 4547|    755|                if (tstate->py_recursion_remaining <= 1) {
  |  |  ------------------
  |  |  |  Branch (4547:21): [True: 0, False: 755]
  |  |  ------------------
  |  | 4548|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4549|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4549:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4550|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4551|      0|                }
  |  | 4552|    755|            }
  |  | 4553|       |            // _PY_FRAME_GENERAL
  |  | 4554|    755|            {
  |  | 4555|    755|                args = &stack_pointer[-oparg];
  |  | 4556|    755|                self_or_null = stack_pointer[-1 - oparg];
  |  | 4557|    755|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4558|    755|                int total_args = oparg;
  |  | 4559|    755|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|    755|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    755|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    755|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4559:21): [True: 154, False: 601]
  |  |  ------------------
  |  | 4560|    154|                    args--;
  |  | 4561|    154|                    total_args++;
  |  | 4562|    154|                }
  |  | 4563|    755|                assert(Py_TYPE(callable_o) == &PyFunction_Type);
  |  |  ------------------
  |  |  |  Branch (4563:17): [True: 755, False: 0]
  |  |  ------------------
  |  | 4564|    755|                int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|    755|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    755|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    755|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4565|    755|                PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|    755|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                               PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4565:36): [True: 755, False: 0]
  |  |  ------------------
  |  | 4566|    755|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4567|    755|                _PyInterpreterFrame *temp = _PyEvalFramePushAndInit(
  |  | 4568|    755|                    tstate, callable, locals,
  |  | 4569|    755|                    args, total_args, NULL, frame
  |  | 4570|    755|                );
  |  | 4571|    755|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4572|    755|                stack_pointer += -2 - oparg;
  |  | 4573|    755|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    755|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4574|    755|                if (temp == NULL) {
  |  |  ------------------
  |  |  |  Branch (4574:21): [True: 0, False: 755]
  |  |  ------------------
  |  | 4575|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4576|      0|                }
  |  | 4577|    755|                new_frame = PyStackRef_Wrap(temp);
  |  | 4578|    755|            }
  |  | 4579|       |            // _SAVE_RETURN_OFFSET
  |  | 4580|      0|            {
  |  | 4581|    755|                #if TIER_ONE
  |  | 4582|    755|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 4583|    755|                #endif
  |  | 4584|       |                #if TIER_TWO
  |  | 4585|       |                frame->return_offset = oparg;
  |  | 4586|       |                #endif
  |  | 4587|    755|            }
  |  | 4588|       |            // _PUSH_FRAME
  |  | 4589|    755|            {
  |  | 4590|    755|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (4590:17): [True: 755, False: 0]
  |  |  ------------------
  |  | 4591|    755|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 4592|    755|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4593|    755|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (4593:17): [True: 755, False: 0]
  |  |  |  Branch (4593:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 4594|    755|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|    755|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 4595|    755|                frame = tstate->current_frame = temp;
  |  | 4596|    755|                tstate->py_recursion_remaining--;
  |  | 4597|    755|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|    755|#define LOAD_SP() \
  |  |  |  |  426|    755|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 4598|    755|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|    755|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    755|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    755|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 755]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4599|    755|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|    755|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 4600|    755|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    755|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 4601|    755|            }
  |  | 4602|    755|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    755|    { \
  |  |  |  |  201|    755|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    755|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    755|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    755|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    755|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    755|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    755|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    755|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 755]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    755|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    755|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    755|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    755|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    755|    }
  |  |  ------------------
  |  |  |  Branch (4602:13): [True: 755, False: 0]
  |  |  ------------------
  |  | 4603|    755|        }
  |  | 4604|       |
  |  | 4605|     24|        TARGET(CALL_STR_1) {
  |  |  ------------------
  |  |  |  |  132|     24|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4606|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4607|       |            int opcode = CALL_STR_1;
  |  | 4608|       |            (void)(opcode);
  |  | 4609|       |            #endif
  |  | 4610|     24|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4611|     24|            (void)this_instr;
  |  | 4612|     24|            frame->instr_ptr = next_instr;
  |  | 4613|     24|            next_instr += 4;
  |  | 4614|     24|            INSTRUCTION_STATS(CALL_STR_1);
  |  |  ------------------
  |  |  |  |   71|     24|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4615|     24|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4616|     24|            _PyStackRef null;
  |  | 4617|     24|            _PyStackRef callable;
  |  | 4618|     24|            _PyStackRef arg;
  |  | 4619|     24|            _PyStackRef res;
  |  | 4620|     24|            _PyStackRef a;
  |  | 4621|     24|            _PyStackRef value;
  |  | 4622|       |            /* Skip 1 cache entry */
  |  | 4623|       |            /* Skip 2 cache entries */
  |  | 4624|       |            // _GUARD_NOS_NULL
  |  | 4625|     24|            {
  |  | 4626|     24|                null = stack_pointer[-2];
  |  | 4627|     24|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|     24|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     24|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     24|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4627:21): [True: 0, False: 24]
  |  |  ------------------
  |  | 4628|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4629|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4629:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4630|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4631|      0|                }
  |  | 4632|     24|            }
  |  | 4633|       |            // _GUARD_CALLABLE_STR_1
  |  | 4634|     24|            {
  |  | 4635|     24|                callable = stack_pointer[-3];
  |  | 4636|     24|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4637|     24|                if (callable_o != (PyObject *)&PyUnicode_Type) {
  |  |  ------------------
  |  |  |  Branch (4637:21): [True: 0, False: 24]
  |  |  ------------------
  |  | 4638|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4639|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4639:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4640|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4641|      0|                }
  |  | 4642|     24|            }
  |  | 4643|       |            // _CALL_STR_1
  |  | 4644|     24|            {
  |  | 4645|     24|                arg = stack_pointer[-1];
  |  | 4646|     24|                PyObject *arg_o = PyStackRef_AsPyObjectBorrow(arg);
  |  | 4647|     24|                assert(oparg == 1);
  |  |  ------------------
  |  |  |  Branch (4647:17): [True: 24, False: 0]
  |  |  ------------------
  |  | 4648|     24|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|     24|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4649|     24|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4650|     24|                PyObject *res_o = PyObject_Str(arg_o);
  |  | 4651|     24|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4652|     24|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4652:21): [True: 0, False: 24]
  |  |  ------------------
  |  | 4653|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4654|      0|                }
  |  | 4655|     24|                a = arg;
  |  | 4656|     24|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4657|     24|            }
  |  | 4658|       |            // _POP_TOP
  |  | 4659|      0|            {
  |  | 4660|     24|                value = a;
  |  | 4661|     24|                stack_pointer[-3] = res;
  |  | 4662|     24|                stack_pointer += -2;
  |  | 4663|     24|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     24|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4664|     24|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4665|     24|                PyStackRef_XCLOSE(value);
  |  | 4666|     24|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4667|     24|            }
  |  | 4668|       |            // _CHECK_PERIODIC_AT_END
  |  | 4669|     24|            {
  |  | 4670|     24|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4671|     24|                int err = check_periodics(tstate);
  |  | 4672|     24|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4673|     24|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4673:21): [True: 0, False: 24]
  |  |  ------------------
  |  | 4674|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4675|      0|                }
  |  | 4676|     24|            }
  |  | 4677|     24|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     24|    { \
  |  |  |  |  201|     24|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     24|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     24|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     24|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     24|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     24|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     24|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     24|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 24]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     24|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     24|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     24|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     24|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     24|    }
  |  |  ------------------
  |  |  |  Branch (4677:13): [True: 24, False: 0]
  |  |  ------------------
  |  | 4678|     24|        }
  |  | 4679|       |
  |  | 4680|     25|        TARGET(CALL_TUPLE_1) {
  |  |  ------------------
  |  |  |  |  132|     25|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4681|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4682|       |            int opcode = CALL_TUPLE_1;
  |  | 4683|       |            (void)(opcode);
  |  | 4684|       |            #endif
  |  | 4685|     25|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4686|     25|            (void)this_instr;
  |  | 4687|     25|            frame->instr_ptr = next_instr;
  |  | 4688|     25|            next_instr += 4;
  |  | 4689|     25|            INSTRUCTION_STATS(CALL_TUPLE_1);
  |  |  ------------------
  |  |  |  |   71|     25|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4690|     25|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4691|     25|            _PyStackRef null;
  |  | 4692|     25|            _PyStackRef callable;
  |  | 4693|     25|            _PyStackRef arg;
  |  | 4694|     25|            _PyStackRef res;
  |  | 4695|     25|            _PyStackRef a;
  |  | 4696|     25|            _PyStackRef value;
  |  | 4697|       |            /* Skip 1 cache entry */
  |  | 4698|       |            /* Skip 2 cache entries */
  |  | 4699|       |            // _GUARD_NOS_NULL
  |  | 4700|     25|            {
  |  | 4701|     25|                null = stack_pointer[-2];
  |  | 4702|     25|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|     25|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     25|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     25|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4702:21): [True: 0, False: 25]
  |  |  ------------------
  |  | 4703|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4704|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4704:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4705|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4706|      0|                }
  |  | 4707|     25|            }
  |  | 4708|       |            // _GUARD_CALLABLE_TUPLE_1
  |  | 4709|     25|            {
  |  | 4710|     25|                callable = stack_pointer[-3];
  |  | 4711|     25|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4712|     25|                if (callable_o != (PyObject *)&PyTuple_Type) {
  |  |  ------------------
  |  |  |  Branch (4712:21): [True: 0, False: 25]
  |  |  ------------------
  |  | 4713|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4714|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4714:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4715|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4716|      0|                }
  |  | 4717|     25|            }
  |  | 4718|       |            // _CALL_TUPLE_1
  |  | 4719|     25|            {
  |  | 4720|     25|                arg = stack_pointer[-1];
  |  | 4721|     25|                PyObject *arg_o = PyStackRef_AsPyObjectBorrow(arg);
  |  | 4722|     25|                assert(oparg == 1);
  |  |  ------------------
  |  |  |  Branch (4722:17): [True: 25, False: 0]
  |  |  ------------------
  |  | 4723|     25|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|     25|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4724|     25|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4725|     25|                PyObject *res_o = PySequence_Tuple(arg_o);
  |  | 4726|     25|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4727|     25|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4727:21): [True: 0, False: 25]
  |  |  ------------------
  |  | 4728|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4729|      0|                }
  |  | 4730|     25|                a = arg;
  |  | 4731|     25|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 4732|     25|            }
  |  | 4733|       |            // _POP_TOP
  |  | 4734|      0|            {
  |  | 4735|     25|                value = a;
  |  | 4736|     25|                stack_pointer[-3] = res;
  |  | 4737|     25|                stack_pointer += -2;
  |  | 4738|     25|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     25|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4739|     25|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4740|     25|                PyStackRef_XCLOSE(value);
  |  | 4741|     25|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4742|     25|            }
  |  | 4743|       |            // _CHECK_PERIODIC_AT_END
  |  | 4744|     25|            {
  |  | 4745|     25|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4746|     25|                int err = check_periodics(tstate);
  |  | 4747|     25|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4748|     25|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (4748:21): [True: 0, False: 25]
  |  |  ------------------
  |  | 4749|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4750|      0|                }
  |  | 4751|     25|            }
  |  | 4752|     25|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     25|    { \
  |  |  |  |  201|     25|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     25|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     25|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     25|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     25|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     25|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     25|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     25|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 25]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     25|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     25|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     25|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     25|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     25|    }
  |  |  ------------------
  |  |  |  Branch (4752:13): [True: 25, False: 0]
  |  |  ------------------
  |  | 4753|     25|        }
  |  | 4754|       |
  |  | 4755|    147|        TARGET(CALL_TYPE_1) {
  |  |  ------------------
  |  |  |  |  132|    147|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4756|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4757|       |            int opcode = CALL_TYPE_1;
  |  | 4758|       |            (void)(opcode);
  |  | 4759|       |            #endif
  |  | 4760|    147|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4761|    147|            (void)this_instr;
  |  | 4762|    147|            frame->instr_ptr = next_instr;
  |  | 4763|    147|            next_instr += 4;
  |  | 4764|    147|            INSTRUCTION_STATS(CALL_TYPE_1);
  |  |  ------------------
  |  |  |  |   71|    147|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4765|    147|            static_assert(INLINE_CACHE_ENTRIES_CALL == 3, "incorrect cache size");
  |  | 4766|    147|            _PyStackRef null;
  |  | 4767|    147|            _PyStackRef callable;
  |  | 4768|    147|            _PyStackRef arg;
  |  | 4769|    147|            _PyStackRef res;
  |  | 4770|    147|            _PyStackRef a;
  |  | 4771|    147|            _PyStackRef value;
  |  | 4772|       |            /* Skip 1 cache entry */
  |  | 4773|       |            /* Skip 2 cache entries */
  |  | 4774|       |            // _GUARD_NOS_NULL
  |  | 4775|    147|            {
  |  | 4776|    147|                null = stack_pointer[-2];
  |  | 4777|    147|                if (!PyStackRef_IsNull(null)) {
  |  |  ------------------
  |  |  |  |  470|    147|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    147|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    147|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4777:21): [True: 0, False: 147]
  |  |  ------------------
  |  | 4778|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4779|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4779:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4780|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4781|      0|                }
  |  | 4782|    147|            }
  |  | 4783|       |            // _GUARD_CALLABLE_TYPE_1
  |  | 4784|    147|            {
  |  | 4785|    147|                callable = stack_pointer[-3];
  |  | 4786|    147|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 4787|    147|                if (callable_o != (PyObject *)&PyType_Type) {
  |  |  ------------------
  |  |  |  Branch (4787:21): [True: 0, False: 147]
  |  |  ------------------
  |  | 4788|      0|                    UPDATE_MISS_STATS(CALL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 4789|      0|                    assert(_PyOpcode_Deopt[opcode] == (CALL));
  |  |  ------------------
  |  |  |  Branch (4789:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 4790|      0|                    JUMP_TO_PREDICTED(CALL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 4791|      0|                }
  |  | 4792|    147|            }
  |  | 4793|       |            // _CALL_TYPE_1
  |  | 4794|    147|            {
  |  | 4795|    147|                arg = stack_pointer[-1];
  |  | 4796|    147|                PyObject *arg_o = PyStackRef_AsPyObjectBorrow(arg);
  |  | 4797|    147|                assert(oparg == 1);
  |  |  ------------------
  |  |  |  Branch (4797:17): [True: 147, False: 0]
  |  |  ------------------
  |  | 4798|    147|                STAT_INC(CALL, hit);
  |  |  ------------------
  |  |  |  |   73|    147|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 4799|    147|                a = arg;
  |  | 4800|    147|                res = PyStackRef_FromPyObjectNew(Py_TYPE(arg_o));
  |  |  ------------------
  |  |  |  |  599|    147|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    147|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4801|    147|            }
  |  | 4802|       |            // _POP_TOP
  |  | 4803|      0|            {
  |  | 4804|    147|                value = a;
  |  | 4805|    147|                stack_pointer[-3] = res;
  |  | 4806|    147|                stack_pointer += -2;
  |  | 4807|    147|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    147|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4808|    147|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4809|    147|                PyStackRef_XCLOSE(value);
  |  | 4810|    147|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4811|    147|            }
  |  | 4812|    147|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    147|    { \
  |  |  |  |  201|    147|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    147|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    147|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    147|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    147|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    147|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    147|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    147|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 147]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    147|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    147|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    147|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    147|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    147|    }
  |  |  ------------------
  |  |  |  Branch (4812:13): [True: 147, False: 0]
  |  |  ------------------
  |  | 4813|    147|        }
  |  | 4814|       |
  |  | 4815|      0|        TARGET(CHECK_EG_MATCH) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4816|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4817|       |            int opcode = CHECK_EG_MATCH;
  |  | 4818|       |            (void)(opcode);
  |  | 4819|       |            #endif
  |  | 4820|      0|            frame->instr_ptr = next_instr;
  |  | 4821|      0|            next_instr += 1;
  |  | 4822|      0|            INSTRUCTION_STATS(CHECK_EG_MATCH);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4823|      0|            _PyStackRef exc_value_st;
  |  | 4824|      0|            _PyStackRef match_type_st;
  |  | 4825|      0|            _PyStackRef rest;
  |  | 4826|      0|            _PyStackRef match;
  |  | 4827|      0|            match_type_st = stack_pointer[-1];
  |  | 4828|      0|            exc_value_st = stack_pointer[-2];
  |  | 4829|      0|            PyObject *exc_value = PyStackRef_AsPyObjectBorrow(exc_value_st);
  |  | 4830|      0|            PyObject *match_type = PyStackRef_AsPyObjectBorrow(match_type_st);
  |  | 4831|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4832|      0|            int err = _PyEval_CheckExceptStarTypeValid(tstate, match_type);
  |  | 4833|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4834|      0|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (4834:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 4835|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4836|      0|                _PyStackRef tmp = match_type_st;
  |  | 4837|      0|                match_type_st = PyStackRef_NULL;
  |  | 4838|      0|                stack_pointer[-1] = match_type_st;
  |  | 4839|      0|                PyStackRef_CLOSE(tmp);
  |  | 4840|      0|                tmp = exc_value_st;
  |  | 4841|      0|                exc_value_st = PyStackRef_NULL;
  |  | 4842|      0|                stack_pointer[-2] = exc_value_st;
  |  | 4843|      0|                PyStackRef_CLOSE(tmp);
  |  | 4844|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4845|      0|                stack_pointer += -2;
  |  | 4846|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4847|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4848|      0|            }
  |  | 4849|      0|            PyObject *match_o = NULL;
  |  | 4850|      0|            PyObject *rest_o = NULL;
  |  | 4851|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4852|      0|            int res = _PyEval_ExceptionGroupMatch(frame, exc_value, match_type,
  |  | 4853|      0|                &match_o, &rest_o);
  |  | 4854|      0|            _PyStackRef tmp = match_type_st;
  |  | 4855|      0|            match_type_st = PyStackRef_NULL;
  |  | 4856|      0|            stack_pointer[-1] = match_type_st;
  |  | 4857|      0|            PyStackRef_CLOSE(tmp);
  |  | 4858|      0|            tmp = exc_value_st;
  |  | 4859|      0|            exc_value_st = PyStackRef_NULL;
  |  | 4860|      0|            stack_pointer[-2] = exc_value_st;
  |  | 4861|      0|            PyStackRef_CLOSE(tmp);
  |  | 4862|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4863|      0|            stack_pointer += -2;
  |  | 4864|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4865|      0|            if (res < 0) {
  |  |  ------------------
  |  |  |  Branch (4865:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 4866|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4867|      0|            }
  |  | 4868|      0|            assert((match_o == NULL) == (rest_o == NULL));
  |  |  ------------------
  |  |  |  Branch (4868:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 4869|      0|            if (match_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (4869:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 4870|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4871|      0|            }
  |  | 4872|      0|            if (!Py_IsNone(match_o)) {
  |  |  ------------------
  |  |  |  |  621|      0|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  |  |  ------------------
  |  |  |  |  |  |  187|      0|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4872:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 4873|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4874|      0|                PyErr_SetHandledException(match_o);
  |  | 4875|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4876|      0|            }
  |  | 4877|      0|            rest = PyStackRef_FromPyObjectSteal(rest_o);
  |  | 4878|      0|            match = PyStackRef_FromPyObjectSteal(match_o);
  |  | 4879|      0|            stack_pointer[0] = rest;
  |  | 4880|      0|            stack_pointer[1] = match;
  |  | 4881|      0|            stack_pointer += 2;
  |  | 4882|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4883|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (4883:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 4884|      0|        }
  |  | 4885|       |
  |  | 4886|    297|        TARGET(CHECK_EXC_MATCH) {
  |  |  ------------------
  |  |  |  |  132|    297|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4887|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4888|       |            int opcode = CHECK_EXC_MATCH;
  |  | 4889|       |            (void)(opcode);
  |  | 4890|       |            #endif
  |  | 4891|    297|            frame->instr_ptr = next_instr;
  |  | 4892|    297|            next_instr += 1;
  |  | 4893|    297|            INSTRUCTION_STATS(CHECK_EXC_MATCH);
  |  |  ------------------
  |  |  |  |   71|    297|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4894|    297|            _PyStackRef left;
  |  | 4895|    297|            _PyStackRef right;
  |  | 4896|    297|            _PyStackRef b;
  |  | 4897|    297|            right = stack_pointer[-1];
  |  | 4898|    297|            left = stack_pointer[-2];
  |  | 4899|    297|            PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 4900|    297|            PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 4901|    297|            assert(PyExceptionInstance_Check(left_o));
  |  |  ------------------
  |  |  |  Branch (4901:13): [True: 297, False: 0]
  |  |  ------------------
  |  | 4902|    297|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4903|    297|            int err = _PyEval_CheckExceptTypeValid(tstate, right_o);
  |  | 4904|    297|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4905|    297|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (4905:17): [True: 0, False: 297]
  |  |  ------------------
  |  | 4906|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4907|      0|            }
  |  | 4908|    297|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4909|    297|            int res = PyErr_GivenExceptionMatches(left_o, right_o);
  |  | 4910|    297|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4911|    297|            stack_pointer += -1;
  |  | 4912|    297|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    297|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4913|    297|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4914|    297|            PyStackRef_CLOSE(right);
  |  | 4915|    297|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4916|    297|            b = res ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    291|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    291|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           b = res ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|    303|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      6|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (4916:17): [True: 291, False: 6]
  |  |  ------------------
  |  | 4917|    297|            stack_pointer[0] = b;
  |  | 4918|    297|            stack_pointer += 1;
  |  | 4919|    297|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    297|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4920|    297|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    297|    { \
  |  |  |  |  201|    297|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    297|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    297|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    297|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    297|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    297|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    297|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    297|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 297]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    297|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    297|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    297|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    297|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    297|    }
  |  |  ------------------
  |  |  |  Branch (4920:13): [True: 297, False: 0]
  |  |  ------------------
  |  | 4921|    297|        }
  |  | 4922|       |
  |  | 4923|      0|        TARGET(CLEANUP_THROW) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4924|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4925|       |            int opcode = CLEANUP_THROW;
  |  | 4926|       |            (void)(opcode);
  |  | 4927|       |            #endif
  |  | 4928|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 4929|      0|            (void)this_instr;
  |  | 4930|      0|            frame->instr_ptr = next_instr;
  |  | 4931|      0|            next_instr += 1;
  |  | 4932|      0|            INSTRUCTION_STATS(CLEANUP_THROW);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4933|      0|            _PyStackRef sub_iter;
  |  | 4934|      0|            _PyStackRef null_in;
  |  | 4935|      0|            _PyStackRef last_sent_val;
  |  | 4936|      0|            _PyStackRef exc_value_st;
  |  | 4937|      0|            _PyStackRef none;
  |  | 4938|      0|            _PyStackRef null_out;
  |  | 4939|      0|            _PyStackRef value;
  |  | 4940|      0|            exc_value_st = stack_pointer[-1];
  |  | 4941|      0|            last_sent_val = stack_pointer[-2];
  |  | 4942|      0|            null_in = stack_pointer[-3];
  |  | 4943|      0|            sub_iter = stack_pointer[-4];
  |  | 4944|      0|            PyObject *exc_value = PyStackRef_AsPyObjectBorrow(exc_value_st);
  |  | 4945|      0|            #if !_Py_TAIL_CALL_INTERP
  |  | 4946|      0|            assert(throwflag);
  |  |  ------------------
  |  |  |  Branch (4946:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 4947|      0|            #endif
  |  | 4948|      0|            assert(exc_value && PyExceptionInstance_Check(exc_value));
  |  |  ------------------
  |  |  |  Branch (4948:13): [True: 0, False: 0]
  |  |  |  Branch (4948:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 4949|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4950|      0|            int matches = PyErr_GivenExceptionMatches(exc_value, PyExc_StopIteration);
  |  | 4951|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4952|      0|            if (matches) {
  |  |  ------------------
  |  |  |  Branch (4952:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 4953|      0|                value = PyStackRef_FromPyObjectNew(((PyStopIterationObject *)exc_value)->value);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4954|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4955|      0|                _PyStackRef tmp = sub_iter;
  |  | 4956|      0|                sub_iter = value;
  |  | 4957|      0|                stack_pointer[-4] = sub_iter;
  |  | 4958|      0|                PyStackRef_CLOSE(tmp);
  |  | 4959|      0|                tmp = exc_value_st;
  |  | 4960|      0|                exc_value_st = PyStackRef_NULL;
  |  | 4961|      0|                stack_pointer[-1] = exc_value_st;
  |  | 4962|      0|                PyStackRef_CLOSE(tmp);
  |  | 4963|      0|                tmp = last_sent_val;
  |  | 4964|      0|                last_sent_val = PyStackRef_NULL;
  |  | 4965|      0|                stack_pointer[-2] = last_sent_val;
  |  | 4966|      0|                PyStackRef_CLOSE(tmp);
  |  | 4967|      0|                tmp = null_in;
  |  | 4968|      0|                null_in = PyStackRef_NULL;
  |  | 4969|      0|                stack_pointer[-3] = null_in;
  |  | 4970|      0|                PyStackRef_XCLOSE(tmp);
  |  | 4971|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 4972|      0|                stack_pointer += -4;
  |  | 4973|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4974|      0|                null_out = null_in;
  |  | 4975|      0|                none = PyStackRef_None;
  |  |  ------------------
  |  |  |  |  473|      0|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4976|      0|            }
  |  | 4977|      0|            else {
  |  | 4978|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 4979|      0|                _PyErr_SetRaisedException(tstate, Py_NewRef(exc_value));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4980|      0|                monitor_reraise(tstate, frame, this_instr);
  |  | 4981|      0|                JUMP_TO_LABEL(exception_unwind);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 4982|      0|            }
  |  | 4983|      0|            stack_pointer[0] = none;
  |  | 4984|      0|            stack_pointer[1] = null_out;
  |  | 4985|      0|            stack_pointer[2] = value;
  |  | 4986|      0|            stack_pointer += 3;
  |  | 4987|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 4988|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (4988:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 4989|      0|        }
  |  | 4990|       |
  |  | 4991|    720|        TARGET(COMPARE_OP) {
  |  |  ------------------
  |  |  |  |  132|    720|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 4992|       |            #if _Py_TAIL_CALL_INTERP
  |  | 4993|       |            int opcode = COMPARE_OP;
  |  | 4994|       |            (void)(opcode);
  |  | 4995|       |            #endif
  |  | 4996|    720|            frame->instr_ptr = next_instr;
  |  | 4997|    720|            next_instr += 2;
  |  | 4998|    720|            INSTRUCTION_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |   71|    720|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 4999|    738|            PREDICTED_COMPARE_OP:;
  |  | 5000|    738|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 5001|    738|            (void)this_instr;
  |  | 5002|    738|            _PyStackRef left;
  |  | 5003|    738|            _PyStackRef right;
  |  | 5004|    738|            _PyStackRef res;
  |  | 5005|       |            // _SPECIALIZE_COMPARE_OP
  |  | 5006|    738|            {
  |  | 5007|    738|                right = stack_pointer[-1];
  |  | 5008|    738|                left = stack_pointer[-2];
  |  | 5009|    738|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 5010|    738|                (void)counter;
  |  | 5011|    738|                #if ENABLE_SPECIALIZATION
  |  | 5012|    738|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    738|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 138, False: 600]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5013|    138|                    next_instr = this_instr;
  |  | 5014|    138|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5015|    138|                    _Py_Specialize_CompareOp(left, right, next_instr, oparg);
  |  | 5016|    138|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5017|    138|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    138|    { \
  |  |  |  |  217|    138|        opcode = next_instr->op.code; \
  |  |  |  |  218|    138|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    138|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    138|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    138|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    138|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    138|    }
  |  |  ------------------
  |  | 5018|    138|                }
  |  | 5019|    738|                OPCODE_DEFERRED_INC(COMPARE_OP);
  |  |  ------------------
  |  |  |  |   90|    738|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 5020|    738|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    738|    do { \
  |  |  |  |  358|    738|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    738|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 738]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5021|    738|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 5022|    738|            }
  |  | 5023|       |            // _COMPARE_OP
  |  | 5024|    738|            {
  |  | 5025|    738|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5026|    738|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5027|    738|                assert((oparg >> 5) <= Py_GE);
  |  |  ------------------
  |  |  |  Branch (5027:17): [True: 600, False: 138]
  |  |  ------------------
  |  | 5028|    600|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5029|    600|                PyObject *res_o = PyObject_RichCompare(left_o, right_o, oparg >> 5);
  |  | 5030|    600|                _PyStackRef tmp = right;
  |  | 5031|    600|                right = PyStackRef_NULL;
  |  | 5032|    600|                stack_pointer[-1] = right;
  |  | 5033|    600|                PyStackRef_CLOSE(tmp);
  |  | 5034|    600|                tmp = left;
  |  | 5035|    600|                left = PyStackRef_NULL;
  |  | 5036|    600|                stack_pointer[-2] = left;
  |  | 5037|    600|                PyStackRef_CLOSE(tmp);
  |  | 5038|    600|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5039|    600|                stack_pointer += -2;
  |  | 5040|    600|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    600|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5041|    600|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (5041:21): [True: 0, False: 600]
  |  |  ------------------
  |  | 5042|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5043|      0|                }
  |  | 5044|    600|                if (oparg & 16) {
  |  |  ------------------
  |  |  |  Branch (5044:21): [True: 578, False: 22]
  |  |  ------------------
  |  | 5045|    578|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5046|    578|                    int res_bool = PyObject_IsTrue(res_o);
  |  | 5047|    578|                    Py_DECREF(res_o);
  |  |  ------------------
  |  |  |  |   80|    578|    do { \
  |  |  |  |   81|    578|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    578|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    578|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|    578|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|    578|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    578|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    578|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 578, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|    578|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|    578|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|    578|            break; \
  |  |  |  |   85|    578|        } \
  |  |  |  |   86|    578|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5048|    578|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5049|    578|                    if (res_bool < 0) {
  |  |  ------------------
  |  |  |  Branch (5049:25): [True: 0, False: 578]
  |  |  ------------------
  |  | 5050|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5051|      0|                    }
  |  | 5052|    578|                    res = res_bool ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    206|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    206|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                                   res = res_bool ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|    950|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    372|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5052:27): [True: 206, False: 372]
  |  |  ------------------
  |  | 5053|    578|                }
  |  | 5054|     22|                else {
  |  | 5055|     22|                    res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 5056|     22|                }
  |  | 5057|    600|            }
  |  | 5058|    600|            stack_pointer[0] = res;
  |  | 5059|    600|            stack_pointer += 1;
  |  | 5060|    600|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    600|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5061|    600|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    600|    { \
  |  |  |  |  201|    600|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    600|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    600|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    600|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    600|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    600|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    600|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    600|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 600]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    600|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    600|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    600|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    600|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    600|    }
  |  |  ------------------
  |  |  |  Branch (5061:13): [True: 600, False: 0]
  |  |  ------------------
  |  | 5062|    600|        }
  |  | 5063|       |
  |  | 5064|     12|        TARGET(COMPARE_OP_FLOAT) {
  |  |  ------------------
  |  |  |  |  132|     12|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5065|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5066|       |            int opcode = COMPARE_OP_FLOAT;
  |  | 5067|       |            (void)(opcode);
  |  | 5068|       |            #endif
  |  | 5069|     12|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5070|     12|            (void)this_instr;
  |  | 5071|     12|            frame->instr_ptr = next_instr;
  |  | 5072|     12|            next_instr += 2;
  |  | 5073|     12|            INSTRUCTION_STATS(COMPARE_OP_FLOAT);
  |  |  ------------------
  |  |  |  |   71|     12|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5074|     12|            static_assert(INLINE_CACHE_ENTRIES_COMPARE_OP == 1, "incorrect cache size");
  |  | 5075|     12|            _PyStackRef value;
  |  | 5076|     12|            _PyStackRef left;
  |  | 5077|     12|            _PyStackRef right;
  |  | 5078|     12|            _PyStackRef res;
  |  | 5079|     12|            _PyStackRef l;
  |  | 5080|     12|            _PyStackRef r;
  |  | 5081|       |            // _GUARD_TOS_FLOAT
  |  | 5082|     12|            {
  |  | 5083|     12|                value = stack_pointer[-1];
  |  | 5084|     12|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 5085|     12|                if (!PyFloat_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |   17|     12|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     12|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5085:21): [True: 1, False: 11]
  |  |  ------------------
  |  | 5086|      1|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|      1|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5087|      1|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5087:21): [True: 1, False: 0]
  |  |  ------------------
  |  | 5088|      1|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|      1|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5089|      0|                }
  |  | 5090|     12|            }
  |  | 5091|       |            // _GUARD_NOS_FLOAT
  |  | 5092|     11|            {
  |  | 5093|     11|                left = stack_pointer[-2];
  |  | 5094|     11|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5095|     11|                if (!PyFloat_CheckExact(left_o)) {
  |  |  ------------------
  |  |  |  |   17|     11|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     11|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5095:21): [True: 0, False: 11]
  |  |  ------------------
  |  | 5096|      0|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5097|      0|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5097:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 5098|      0|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5099|      0|                }
  |  | 5100|     11|            }
  |  | 5101|       |            /* Skip 1 cache entry */
  |  | 5102|       |            // _COMPARE_OP_FLOAT
  |  | 5103|     11|            {
  |  | 5104|     11|                right = value;
  |  | 5105|     11|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5106|     11|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5107|     11|                STAT_INC(COMPARE_OP, hit);
  |  |  ------------------
  |  |  |  |   73|     11|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5108|     11|                double dleft = PyFloat_AS_DOUBLE(left_o);
  |  |  ------------------
  |  |  |  |   18|     11|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5109|     11|                double dright = PyFloat_AS_DOUBLE(right_o);
  |  |  ------------------
  |  |  |  |   18|     11|#define PyFloat_AS_DOUBLE(op) PyFloat_AS_DOUBLE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5110|     11|                int sign_ish = COMPARISON_BIT(dleft, dright);
  |  |  ------------------
  |  |  |  |  523|     11|#define COMPARISON_BIT(x, y) (1 << (2 * ((x) >= (y)) + ((x) <= (y))))
  |  |  ------------------
  |  | 5111|     11|                l = left;
  |  | 5112|     11|                r = right;
  |  | 5113|     11|                res = (sign_ish & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|      0|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = (sign_ish & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|     22|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|     11|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5113:23): [True: 0, False: 11]
  |  |  ------------------
  |  | 5114|     11|            }
  |  | 5115|       |            // _POP_TOP_FLOAT
  |  | 5116|     11|            {
  |  | 5117|     11|                value = r;
  |  | 5118|     11|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5118:17): [True: 11, False: 0]
  |  |  ------------------
  |  | 5119|     11|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  | 5120|     11|            }
  |  | 5121|       |            // _POP_TOP_FLOAT
  |  | 5122|      0|            {
  |  | 5123|     11|                value = l;
  |  | 5124|     11|                assert(PyFloat_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5124:17): [True: 11, False: 0]
  |  |  ------------------
  |  | 5125|     11|                PyStackRef_CLOSE_SPECIALIZED(value, _PyFloat_ExactDealloc);
  |  | 5126|     11|            }
  |  | 5127|      0|            stack_pointer[-2] = res;
  |  | 5128|     11|            stack_pointer += -1;
  |  | 5129|     11|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     11|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5130|     11|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     11|    { \
  |  |  |  |  201|     11|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     11|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     11|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     11|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     11|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     11|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     11|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     11|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 11]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     11|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     11|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     11|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     11|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     11|    }
  |  |  ------------------
  |  |  |  Branch (5130:13): [True: 11, False: 0]
  |  |  ------------------
  |  | 5131|     11|        }
  |  | 5132|       |
  |  | 5133|  1.04k|        TARGET(COMPARE_OP_INT) {
  |  |  ------------------
  |  |  |  |  132|  1.04k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5134|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5135|       |            int opcode = COMPARE_OP_INT;
  |  | 5136|       |            (void)(opcode);
  |  | 5137|       |            #endif
  |  | 5138|  1.04k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5139|  1.04k|            (void)this_instr;
  |  | 5140|  1.04k|            frame->instr_ptr = next_instr;
  |  | 5141|  1.04k|            next_instr += 2;
  |  | 5142|  1.04k|            INSTRUCTION_STATS(COMPARE_OP_INT);
  |  |  ------------------
  |  |  |  |   71|  1.04k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5143|  1.04k|            static_assert(INLINE_CACHE_ENTRIES_COMPARE_OP == 1, "incorrect cache size");
  |  | 5144|  1.04k|            _PyStackRef value;
  |  | 5145|  1.04k|            _PyStackRef left;
  |  | 5146|  1.04k|            _PyStackRef right;
  |  | 5147|  1.04k|            _PyStackRef res;
  |  | 5148|  1.04k|            _PyStackRef l;
  |  | 5149|  1.04k|            _PyStackRef r;
  |  | 5150|       |            // _GUARD_TOS_INT
  |  | 5151|  1.04k|            {
  |  | 5152|  1.04k|                value = stack_pointer[-1];
  |  | 5153|  1.04k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 5154|  1.04k|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (5154:21): [True: 0, False: 1.04k]
  |  |  ------------------
  |  | 5155|      0|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5156|      0|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5156:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 5157|      0|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5158|      0|                }
  |  | 5159|  1.04k|            }
  |  | 5160|       |            // _GUARD_NOS_INT
  |  | 5161|  1.04k|            {
  |  | 5162|  1.04k|                left = stack_pointer[-2];
  |  | 5163|  1.04k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5164|  1.04k|                if (!_PyLong_CheckExactAndCompact(left_o)) {
  |  |  ------------------
  |  |  |  Branch (5164:21): [True: 0, False: 1.04k]
  |  |  ------------------
  |  | 5165|      0|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5166|      0|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5166:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 5167|      0|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5168|      0|                }
  |  | 5169|  1.04k|            }
  |  | 5170|       |            /* Skip 1 cache entry */
  |  | 5171|       |            // _COMPARE_OP_INT
  |  | 5172|  1.04k|            {
  |  | 5173|  1.04k|                right = value;
  |  | 5174|  1.04k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5175|  1.04k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5176|  1.04k|                assert(_PyLong_IsCompact((PyLongObject *)left_o));
  |  |  ------------------
  |  |  |  Branch (5176:17): [True: 1.04k, False: 0]
  |  |  ------------------
  |  | 5177|  1.04k|                assert(_PyLong_IsCompact((PyLongObject *)right_o));
  |  |  ------------------
  |  |  |  Branch (5177:17): [True: 1.04k, False: 0]
  |  |  ------------------
  |  | 5178|  1.04k|                STAT_INC(COMPARE_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  1.04k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5179|  1.04k|                assert(_PyLong_DigitCount((PyLongObject *)left_o) <= 1 &&
  |  |  ------------------
  |  |  |  Branch (5179:17): [True: 1.04k, False: 0]
  |  |  |  Branch (5179:17): [True: 1.04k, False: 0]
  |  |  ------------------
  |  | 5180|  1.04k|                   _PyLong_DigitCount((PyLongObject *)right_o) <= 1);
  |  | 5181|  1.04k|                Py_ssize_t ileft = _PyLong_CompactValue((PyLongObject *)left_o);
  |  | 5182|  1.04k|                Py_ssize_t iright = _PyLong_CompactValue((PyLongObject *)right_o);
  |  | 5183|  1.04k|                int sign_ish = COMPARISON_BIT(ileft, iright);
  |  |  ------------------
  |  |  |  |  523|  1.04k|#define COMPARISON_BIT(x, y) (1 << (2 * ((x) >= (y)) + ((x) <= (y))))
  |  |  ------------------
  |  | 5184|  1.04k|                l = left;
  |  | 5185|  1.04k|                r = right;
  |  | 5186|  1.04k|                res =  (sign_ish & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    480|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    480|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res =  (sign_ish & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  1.60k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    563|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5186:24): [True: 480, False: 563]
  |  |  ------------------
  |  | 5187|  1.04k|            }
  |  | 5188|       |            // _POP_TOP_INT
  |  | 5189|      0|            {
  |  | 5190|  1.04k|                value = r;
  |  | 5191|  1.04k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5191:17): [True: 1.04k, False: 0]
  |  |  ------------------
  |  | 5192|  1.04k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 5193|  1.04k|            }
  |  | 5194|       |            // _POP_TOP_INT
  |  | 5195|      0|            {
  |  | 5196|  1.04k|                value = l;
  |  | 5197|  1.04k|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5197:17): [True: 1.04k, False: 0]
  |  |  ------------------
  |  | 5198|  1.04k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  | 5199|  1.04k|            }
  |  | 5200|      0|            stack_pointer[-2] = res;
  |  | 5201|  1.04k|            stack_pointer += -1;
  |  | 5202|  1.04k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.04k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5203|  1.04k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.04k|    { \
  |  |  |  |  201|  1.04k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.04k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.04k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.04k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.04k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.04k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.04k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.04k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.04k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.04k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.04k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.04k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.04k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.04k|    }
  |  |  ------------------
  |  |  |  Branch (5203:13): [True: 1.04k, False: 0]
  |  |  ------------------
  |  | 5204|  1.04k|        }
  |  | 5205|       |
  |  | 5206|  1.89k|        TARGET(COMPARE_OP_STR) {
  |  |  ------------------
  |  |  |  |  132|  1.89k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5207|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5208|       |            int opcode = COMPARE_OP_STR;
  |  | 5209|       |            (void)(opcode);
  |  | 5210|       |            #endif
  |  | 5211|  1.89k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5212|  1.89k|            (void)this_instr;
  |  | 5213|  1.89k|            frame->instr_ptr = next_instr;
  |  | 5214|  1.89k|            next_instr += 2;
  |  | 5215|  1.89k|            INSTRUCTION_STATS(COMPARE_OP_STR);
  |  |  ------------------
  |  |  |  |   71|  1.89k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5216|  1.89k|            static_assert(INLINE_CACHE_ENTRIES_COMPARE_OP == 1, "incorrect cache size");
  |  | 5217|  1.89k|            _PyStackRef value;
  |  | 5218|  1.89k|            _PyStackRef nos;
  |  | 5219|  1.89k|            _PyStackRef left;
  |  | 5220|  1.89k|            _PyStackRef right;
  |  | 5221|  1.89k|            _PyStackRef res;
  |  | 5222|  1.89k|            _PyStackRef l;
  |  | 5223|  1.89k|            _PyStackRef r;
  |  | 5224|       |            // _GUARD_TOS_UNICODE
  |  | 5225|  1.89k|            {
  |  | 5226|  1.89k|                value = stack_pointer[-1];
  |  | 5227|  1.89k|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 5228|  1.89k|                if (!PyUnicode_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |  104|  1.89k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.89k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.89k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.89k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5228:21): [True: 16, False: 1.87k]
  |  |  ------------------
  |  | 5229|     16|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|     16|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5230|     16|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5230:21): [True: 16, False: 0]
  |  |  ------------------
  |  | 5231|     16|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|     16|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5232|      0|                }
  |  | 5233|  1.89k|            }
  |  | 5234|       |            // _GUARD_NOS_UNICODE
  |  | 5235|  1.87k|            {
  |  | 5236|  1.87k|                nos = stack_pointer[-2];
  |  | 5237|  1.87k|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  | 5238|  1.87k|                if (!PyUnicode_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |  104|  1.87k|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  1.87k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  1.87k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  1.87k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5238:21): [True: 1, False: 1.87k]
  |  |  ------------------
  |  | 5239|      1|                    UPDATE_MISS_STATS(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  298|      1|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5240|      1|                    assert(_PyOpcode_Deopt[opcode] == (COMPARE_OP));
  |  |  ------------------
  |  |  |  Branch (5240:21): [True: 1, False: 0]
  |  |  ------------------
  |  | 5241|      1|                    JUMP_TO_PREDICTED(COMPARE_OP);
  |  |  ------------------
  |  |  |  |  136|      1|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5242|      0|                }
  |  | 5243|  1.87k|            }
  |  | 5244|       |            /* Skip 1 cache entry */
  |  | 5245|       |            // _COMPARE_OP_STR
  |  | 5246|  1.87k|            {
  |  | 5247|  1.87k|                right = value;
  |  | 5248|  1.87k|                left = nos;
  |  | 5249|  1.87k|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5250|  1.87k|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5251|  1.87k|                STAT_INC(COMPARE_OP, hit);
  |  |  ------------------
  |  |  |  |   73|  1.87k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5252|  1.87k|                int eq = _PyUnicode_Equal(left_o, right_o);
  |  | 5253|  1.87k|                assert((oparg >> 5) == Py_EQ || (oparg >> 5) == Py_NE);
  |  |  ------------------
  |  |  |  Branch (5253:17): [True: 833, False: 1.04k]
  |  |  |  Branch (5253:17): [True: 1.04k, False: 0]
  |  |  ------------------
  |  | 5254|  1.87k|                l = left;
  |  | 5255|  1.87k|                r = right;
  |  | 5256|  1.87k|                assert(eq == 0 || eq == 1);
  |  |  ------------------
  |  |  |  Branch (5256:17): [True: 1.37k, False: 502]
  |  |  |  Branch (5256:17): [True: 502, False: 0]
  |  |  ------------------
  |  | 5257|  1.87k|                assert((oparg & 0xf) == COMPARISON_NOT_EQUALS || (oparg & 0xf) == COMPARISON_EQUALS);
  |  |  ------------------
  |  |  |  Branch (5257:17): [True: 1.04k, False: 833]
  |  |  |  Branch (5257:17): [True: 833, False: 0]
  |  |  ------------------
  |  | 5258|  1.87k|                assert(COMPARISON_NOT_EQUALS + 1 == COMPARISON_EQUALS);
  |  |  ------------------
  |  |  |  Branch (5258:17): [True: 1.87k, Folded]
  |  |  ------------------
  |  | 5259|  1.87k|                res = ((COMPARISON_NOT_EQUALS + eq) & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  538|  1.87k|#define COMPARISON_NOT_EQUALS (COMPARISON_UNORDERED | COMPARISON_LESS_THAN | COMPARISON_GREATER_THAN)
  |  |  |  |  ------------------
  |  |  |  |  |  |  532|  1.87k|#define COMPARISON_UNORDERED 1
  |  |  |  |  ------------------
  |  |  |  |               #define COMPARISON_NOT_EQUALS (COMPARISON_UNORDERED | COMPARISON_LESS_THAN | COMPARISON_GREATER_THAN)
  |  |  |  |  ------------------
  |  |  |  |  |  |  534|  1.87k|#define COMPARISON_LESS_THAN 2
  |  |  |  |  ------------------
  |  |  |  |               #define COMPARISON_NOT_EQUALS (COMPARISON_UNORDERED | COMPARISON_LESS_THAN | COMPARISON_GREATER_THAN)
  |  |  |  |  ------------------
  |  |  |  |  |  |  535|  1.87k|#define COMPARISON_GREATER_THAN 4
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = ((COMPARISON_NOT_EQUALS + eq) & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|  1.26k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.26k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = ((COMPARISON_NOT_EQUALS + eq) & oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  2.47k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    605|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5259:23): [True: 1.26k, False: 605]
  |  |  ------------------
  |  | 5260|  1.87k|            }
  |  | 5261|       |            // _POP_TOP_UNICODE
  |  | 5262|      0|            {
  |  | 5263|  1.87k|                value = r;
  |  | 5264|  1.87k|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5264:17): [True: 1.87k, False: 0]
  |  |  ------------------
  |  | 5265|  1.87k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  | 5266|  1.87k|            }
  |  | 5267|       |            // _POP_TOP_UNICODE
  |  | 5268|      0|            {
  |  | 5269|  1.87k|                value = l;
  |  | 5270|  1.87k|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (5270:17): [True: 1.87k, False: 0]
  |  |  ------------------
  |  | 5271|  1.87k|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  | 5272|  1.87k|            }
  |  | 5273|      0|            stack_pointer[-2] = res;
  |  | 5274|  1.87k|            stack_pointer += -1;
  |  | 5275|  1.87k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.87k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5276|  1.87k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.87k|    { \
  |  |  |  |  201|  1.87k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.87k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.87k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.87k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.87k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.87k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.87k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.87k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.87k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.87k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.87k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.87k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.87k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.87k|    }
  |  |  ------------------
  |  |  |  Branch (5276:13): [True: 1.87k, False: 0]
  |  |  ------------------
  |  | 5277|  1.87k|        }
  |  | 5278|       |
  |  | 5279|    759|        TARGET(CONTAINS_OP) {
  |  |  ------------------
  |  |  |  |  132|    759|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5280|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5281|       |            int opcode = CONTAINS_OP;
  |  | 5282|       |            (void)(opcode);
  |  | 5283|       |            #endif
  |  | 5284|    759|            frame->instr_ptr = next_instr;
  |  | 5285|    759|            next_instr += 2;
  |  | 5286|    759|            INSTRUCTION_STATS(CONTAINS_OP);
  |  |  ------------------
  |  |  |  |   71|    759|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5287|    759|            PREDICTED_CONTAINS_OP:;
  |  | 5288|    759|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 5289|    759|            (void)this_instr;
  |  | 5290|    759|            _PyStackRef right;
  |  | 5291|    759|            _PyStackRef left;
  |  | 5292|    759|            _PyStackRef b;
  |  | 5293|    759|            _PyStackRef l;
  |  | 5294|    759|            _PyStackRef r;
  |  | 5295|    759|            _PyStackRef value;
  |  | 5296|       |            // _SPECIALIZE_CONTAINS_OP
  |  | 5297|    759|            {
  |  | 5298|    759|                right = stack_pointer[-1];
  |  | 5299|    759|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 5300|    759|                (void)counter;
  |  | 5301|    759|                #if ENABLE_SPECIALIZATION
  |  | 5302|    759|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    759|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 99, False: 660]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5303|     99|                    next_instr = this_instr;
  |  | 5304|     99|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5305|     99|                    _Py_Specialize_ContainsOp(right, next_instr);
  |  | 5306|     99|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5307|     99|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     99|    { \
  |  |  |  |  217|     99|        opcode = next_instr->op.code; \
  |  |  |  |  218|     99|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     99|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     99|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     99|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     99|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     99|    }
  |  |  ------------------
  |  | 5308|     99|                }
  |  | 5309|    759|                OPCODE_DEFERRED_INC(CONTAINS_OP);
  |  |  ------------------
  |  |  |  |   90|    759|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 5310|    759|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    759|    do { \
  |  |  |  |  358|    759|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    759|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 759]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5311|    759|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 5312|    759|            }
  |  | 5313|       |            // _CONTAINS_OP
  |  | 5314|    759|            {
  |  | 5315|    759|                left = stack_pointer[-2];
  |  | 5316|    759|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5317|    759|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5318|    759|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5319|    759|                int res = PySequence_Contains(right_o, left_o);
  |  | 5320|    759|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5321|    759|                if (res < 0) {
  |  |  ------------------
  |  |  |  Branch (5321:21): [True: 0, False: 759]
  |  |  ------------------
  |  | 5322|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5323|      0|                }
  |  | 5324|    759|                b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    295|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    295|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  1.22k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    464|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5324:21): [True: 295, False: 464]
  |  |  ------------------
  |  | 5325|    759|                l = left;
  |  | 5326|    759|                r = right;
  |  | 5327|    759|            }
  |  | 5328|       |            // _POP_TOP
  |  | 5329|      0|            {
  |  | 5330|    759|                value = r;
  |  | 5331|    759|                stack_pointer[-2] = b;
  |  | 5332|    759|                stack_pointer[-1] = l;
  |  | 5333|    759|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5334|    759|                PyStackRef_XCLOSE(value);
  |  | 5335|    759|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5336|    759|            }
  |  | 5337|       |            // _POP_TOP
  |  | 5338|    759|            {
  |  | 5339|    759|                value = l;
  |  | 5340|    759|                stack_pointer += -1;
  |  | 5341|    759|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    759|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5342|    759|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5343|    759|                PyStackRef_XCLOSE(value);
  |  | 5344|    759|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5345|    759|            }
  |  | 5346|    759|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    759|    { \
  |  |  |  |  201|    759|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    759|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    660|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    660|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    660|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    660|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    660|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    660|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 660]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    660|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    660|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    660|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    660|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    660|    }
  |  |  ------------------
  |  |  |  Branch (5346:13): [True: 660, False: 99]
  |  |  ------------------
  |  | 5347|    660|        }
  |  | 5348|       |
  |  | 5349|    429|        TARGET(CONTAINS_OP_DICT) {
  |  |  ------------------
  |  |  |  |  132|    429|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5350|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5351|       |            int opcode = CONTAINS_OP_DICT;
  |  | 5352|       |            (void)(opcode);
  |  | 5353|       |            #endif
  |  | 5354|    429|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5355|    429|            (void)this_instr;
  |  | 5356|    429|            frame->instr_ptr = next_instr;
  |  | 5357|    429|            next_instr += 2;
  |  | 5358|    429|            INSTRUCTION_STATS(CONTAINS_OP_DICT);
  |  |  ------------------
  |  |  |  |   71|    429|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5359|    429|            static_assert(INLINE_CACHE_ENTRIES_CONTAINS_OP == 1, "incorrect cache size");
  |  | 5360|    429|            _PyStackRef tos;
  |  | 5361|    429|            _PyStackRef left;
  |  | 5362|    429|            _PyStackRef right;
  |  | 5363|    429|            _PyStackRef b;
  |  | 5364|    429|            _PyStackRef l;
  |  | 5365|    429|            _PyStackRef r;
  |  | 5366|    429|            _PyStackRef value;
  |  | 5367|       |            // _GUARD_TOS_ANY_DICT
  |  | 5368|    429|            {
  |  | 5369|    429|                tos = stack_pointer[-1];
  |  | 5370|    429|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  | 5371|    429|                if (!PyAnyDict_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   41|    429|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    429|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   65|    858|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|    429|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|    429|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (65:5): [True: 429, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |   38|      0|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5372|      0|                    UPDATE_MISS_STATS(CONTAINS_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5373|      0|                    assert(_PyOpcode_Deopt[opcode] == (CONTAINS_OP));
  |  |  ------------------
  |  |  |  Branch (5373:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 5374|      0|                    JUMP_TO_PREDICTED(CONTAINS_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5375|      0|                }
  |  | 5376|    429|            }
  |  | 5377|       |            /* Skip 1 cache entry */
  |  | 5378|       |            // _CONTAINS_OP_DICT
  |  | 5379|    429|            {
  |  | 5380|    429|                right = tos;
  |  | 5381|    429|                left = stack_pointer[-2];
  |  | 5382|    429|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5383|    429|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5384|    429|                assert(PyAnyDict_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (5384:17): [True: 429, False: 0]
  |  |  |  Branch (5384:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 5385|    429|                STAT_INC(CONTAINS_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    429|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5386|    429|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5387|    429|                int res = PyDict_Contains(right_o, left_o);
  |  | 5388|    429|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5389|    429|                if (res < 0) {
  |  |  ------------------
  |  |  |  Branch (5389:21): [True: 0, False: 429]
  |  |  ------------------
  |  | 5390|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5391|      0|                }
  |  | 5392|    429|                b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    162|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    162|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|    696|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    267|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5392:21): [True: 162, False: 267]
  |  |  ------------------
  |  | 5393|    429|                l = left;
  |  | 5394|    429|                r = right;
  |  | 5395|    429|            }
  |  | 5396|       |            // _POP_TOP
  |  | 5397|      0|            {
  |  | 5398|    429|                value = r;
  |  | 5399|    429|                stack_pointer[-2] = b;
  |  | 5400|    429|                stack_pointer[-1] = l;
  |  | 5401|    429|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5402|    429|                PyStackRef_XCLOSE(value);
  |  | 5403|    429|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5404|    429|            }
  |  | 5405|       |            // _POP_TOP
  |  | 5406|    429|            {
  |  | 5407|    429|                value = l;
  |  | 5408|    429|                stack_pointer += -1;
  |  | 5409|    429|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    429|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5410|    429|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5411|    429|                PyStackRef_XCLOSE(value);
  |  | 5412|    429|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5413|    429|            }
  |  | 5414|    429|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    429|    { \
  |  |  |  |  201|    429|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    429|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    429|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    429|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    429|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    429|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    429|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    429|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 429]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    429|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    429|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    429|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    429|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    429|    }
  |  |  ------------------
  |  |  |  Branch (5414:13): [True: 429, False: 0]
  |  |  ------------------
  |  | 5415|    429|        }
  |  | 5416|       |
  |  | 5417|    408|        TARGET(CONTAINS_OP_SET) {
  |  |  ------------------
  |  |  |  |  132|    408|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5418|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5419|       |            int opcode = CONTAINS_OP_SET;
  |  | 5420|       |            (void)(opcode);
  |  | 5421|       |            #endif
  |  | 5422|    408|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5423|    408|            (void)this_instr;
  |  | 5424|    408|            frame->instr_ptr = next_instr;
  |  | 5425|    408|            next_instr += 2;
  |  | 5426|    408|            INSTRUCTION_STATS(CONTAINS_OP_SET);
  |  |  ------------------
  |  |  |  |   71|    408|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5427|    408|            static_assert(INLINE_CACHE_ENTRIES_CONTAINS_OP == 1, "incorrect cache size");
  |  | 5428|    408|            _PyStackRef tos;
  |  | 5429|    408|            _PyStackRef left;
  |  | 5430|    408|            _PyStackRef right;
  |  | 5431|    408|            _PyStackRef b;
  |  | 5432|    408|            _PyStackRef l;
  |  | 5433|    408|            _PyStackRef r;
  |  | 5434|    408|            _PyStackRef value;
  |  | 5435|       |            // _GUARD_TOS_ANY_SET
  |  | 5436|    408|            {
  |  | 5437|    408|                tos = stack_pointer[-1];
  |  | 5438|    408|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  | 5439|    408|                if (!PyAnySet_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   29|    408|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    816|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    408|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    408|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 267, False: 141]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type))
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    141|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    141|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    141|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 141, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5440|      0|                    UPDATE_MISS_STATS(CONTAINS_OP);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 5441|      0|                    assert(_PyOpcode_Deopt[opcode] == (CONTAINS_OP));
  |  |  ------------------
  |  |  |  Branch (5441:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 5442|      0|                    JUMP_TO_PREDICTED(CONTAINS_OP);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 5443|      0|                }
  |  | 5444|    408|            }
  |  | 5445|       |            /* Skip 1 cache entry */
  |  | 5446|       |            // _CONTAINS_OP_SET
  |  | 5447|    408|            {
  |  | 5448|    408|                right = tos;
  |  | 5449|    408|                left = stack_pointer[-2];
  |  | 5450|    408|                PyObject *left_o = PyStackRef_AsPyObjectBorrow(left);
  |  | 5451|    408|                PyObject *right_o = PyStackRef_AsPyObjectBorrow(right);
  |  | 5452|    408|                assert(PyAnySet_CheckExact(right_o));
  |  |  ------------------
  |  |  |  Branch (5452:17): [True: 267, False: 141]
  |  |  |  Branch (5452:17): [True: 141, False: 0]
  |  |  ------------------
  |  | 5453|    408|                STAT_INC(CONTAINS_OP, hit);
  |  |  ------------------
  |  |  |  |   73|    408|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 5454|    408|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5455|    408|                int res = _PySet_Contains((PySetObject *)right_o, left_o);
  |  | 5456|    408|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5457|    408|                if (res < 0) {
  |  |  ------------------
  |  |  |  Branch (5457:21): [True: 0, False: 408]
  |  |  ------------------
  |  | 5458|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5459|      0|                }
  |  | 5460|    408|                b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    131|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    131|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               b = (res ^ oparg) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|    685|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    277|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5460:21): [True: 131, False: 277]
  |  |  ------------------
  |  | 5461|    408|                l = left;
  |  | 5462|    408|                r = right;
  |  | 5463|    408|            }
  |  | 5464|       |            // _POP_TOP
  |  | 5465|      0|            {
  |  | 5466|    408|                value = r;
  |  | 5467|    408|                stack_pointer[-2] = b;
  |  | 5468|    408|                stack_pointer[-1] = l;
  |  | 5469|    408|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5470|    408|                PyStackRef_XCLOSE(value);
  |  | 5471|    408|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5472|    408|            }
  |  | 5473|       |            // _POP_TOP
  |  | 5474|    408|            {
  |  | 5475|    408|                value = l;
  |  | 5476|    408|                stack_pointer += -1;
  |  | 5477|    408|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    408|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5478|    408|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5479|    408|                PyStackRef_XCLOSE(value);
  |  | 5480|    408|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5481|    408|            }
  |  | 5482|    408|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    408|    { \
  |  |  |  |  201|    408|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    408|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    408|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    408|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    408|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    408|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    408|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    408|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 408]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    408|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    408|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    408|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    408|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    408|    }
  |  |  ------------------
  |  |  |  Branch (5482:13): [True: 408, False: 0]
  |  |  ------------------
  |  | 5483|    408|        }
  |  | 5484|       |
  |  | 5485|    117|        TARGET(CONVERT_VALUE) {
  |  |  ------------------
  |  |  |  |  132|    117|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5486|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5487|       |            int opcode = CONVERT_VALUE;
  |  | 5488|       |            (void)(opcode);
  |  | 5489|       |            #endif
  |  | 5490|    117|            frame->instr_ptr = next_instr;
  |  | 5491|    117|            next_instr += 1;
  |  | 5492|    117|            INSTRUCTION_STATS(CONVERT_VALUE);
  |  |  ------------------
  |  |  |  |   71|    117|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5493|    117|            _PyStackRef value;
  |  | 5494|    117|            _PyStackRef result;
  |  | 5495|    117|            value = stack_pointer[-1];
  |  | 5496|    117|            conversion_func conv_fn;
  |  | 5497|    117|            assert(oparg >= FVC_STR && oparg <= FVC_ASCII);
  |  |  ------------------
  |  |  |  Branch (5497:13): [True: 117, False: 0]
  |  |  |  Branch (5497:13): [True: 117, False: 0]
  |  |  ------------------
  |  | 5498|    117|            conv_fn = _PyEval_ConversionFuncs[oparg];
  |  | 5499|    117|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5500|    117|            PyObject *result_o = conv_fn(PyStackRef_AsPyObjectBorrow(value));
  |  | 5501|    117|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5502|    117|            stack_pointer += -1;
  |  | 5503|    117|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    117|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5504|    117|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5505|    117|            PyStackRef_CLOSE(value);
  |  | 5506|    117|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5507|    117|            if (result_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (5507:17): [True: 0, False: 117]
  |  |  ------------------
  |  | 5508|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5509|      0|            }
  |  | 5510|    117|            result = PyStackRef_FromPyObjectSteal(result_o);
  |  | 5511|    117|            stack_pointer[0] = result;
  |  | 5512|    117|            stack_pointer += 1;
  |  | 5513|    117|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    117|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5514|    117|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    117|    { \
  |  |  |  |  201|    117|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    117|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    117|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    117|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    117|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    117|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    117|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    117|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 117]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    117|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    117|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    117|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    117|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    117|    }
  |  |  ------------------
  |  |  |  Branch (5514:13): [True: 117, False: 0]
  |  |  ------------------
  |  | 5515|    117|        }
  |  | 5516|       |
  |  | 5517|  1.73k|        TARGET(COPY) {
  |  |  ------------------
  |  |  |  |  132|  1.73k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5518|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5519|       |            int opcode = COPY;
  |  | 5520|       |            (void)(opcode);
  |  | 5521|       |            #endif
  |  | 5522|  1.73k|            frame->instr_ptr = next_instr;
  |  | 5523|  1.73k|            next_instr += 1;
  |  | 5524|  1.73k|            INSTRUCTION_STATS(COPY);
  |  |  ------------------
  |  |  |  |   71|  1.73k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5525|  1.73k|            _PyStackRef bottom;
  |  | 5526|  1.73k|            _PyStackRef top;
  |  | 5527|  1.73k|            bottom = stack_pointer[-1 - (oparg-1)];
  |  | 5528|  1.73k|            top = PyStackRef_DUP(bottom);
  |  | 5529|  1.73k|            stack_pointer[0] = top;
  |  | 5530|  1.73k|            stack_pointer += 1;
  |  | 5531|  1.73k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.73k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5532|  1.73k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.73k|    { \
  |  |  |  |  201|  1.73k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.73k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.73k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.73k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.73k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.73k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.73k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.73k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.73k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.73k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.73k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.73k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.73k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.73k|    }
  |  |  ------------------
  |  |  |  Branch (5532:13): [True: 1.73k, False: 0]
  |  |  ------------------
  |  | 5533|  1.73k|        }
  |  | 5534|       |
  |  | 5535|    727|        TARGET(COPY_FREE_VARS) {
  |  |  ------------------
  |  |  |  |  132|    727|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5536|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5537|       |            int opcode = COPY_FREE_VARS;
  |  | 5538|       |            (void)(opcode);
  |  | 5539|       |            #endif
  |  | 5540|    727|            frame->instr_ptr = next_instr;
  |  | 5541|    727|            next_instr += 1;
  |  | 5542|    727|            INSTRUCTION_STATS(COPY_FREE_VARS);
  |  |  ------------------
  |  |  |  |   71|    727|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5543|    727|            PyCodeObject *co = _PyFrame_GetCode(frame);
  |  | 5544|    727|            assert(PyStackRef_FunctionCheck(frame->f_funcobj));
  |  |  ------------------
  |  |  |  Branch (5544:13): [True: 727, False: 0]
  |  |  ------------------
  |  | 5545|    727|            PyFunctionObject *func = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(frame->f_funcobj);
  |  | 5546|    727|            PyObject *closure = func->func_closure;
  |  | 5547|    727|            assert(oparg == co->co_nfreevars);
  |  |  ------------------
  |  |  |  Branch (5547:13): [True: 727, False: 0]
  |  |  ------------------
  |  | 5548|    727|            int offset = co->co_nlocalsplus - oparg;
  |  | 5549|  1.47k|            for (int i = 0; i < oparg; ++i) {
  |  |  ------------------
  |  |  |  Branch (5549:29): [True: 749, False: 727]
  |  |  ------------------
  |  | 5550|    749|                PyObject *o = PyTuple_GET_ITEM(closure, i);
  |  |  ------------------
  |  |  |  |   29|    749|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|    749|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    749|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5550:31): [True: 749, False: 0]
  |  |  ------------------
  |  | 5551|    749|                frame->localsplus[offset + i] = PyStackRef_FromPyObjectNew(o);
  |  |  ------------------
  |  |  |  |  599|    749|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    749|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    749|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5552|    749|            }
  |  | 5553|    727|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    727|    { \
  |  |  |  |  201|    727|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    727|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    727|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    727|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    727|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    727|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    727|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    727|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 727]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    727|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    727|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    727|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    727|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    727|    }
  |  |  ------------------
  |  |  |  Branch (5553:13): [True: 727, False: 0]
  |  |  ------------------
  |  | 5554|    727|        }
  |  | 5555|       |
  |  | 5556|      0|        TARGET(DELETE_ATTR) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5557|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5558|       |            int opcode = DELETE_ATTR;
  |  | 5559|       |            (void)(opcode);
  |  | 5560|       |            #endif
  |  | 5561|      0|            frame->instr_ptr = next_instr;
  |  | 5562|      0|            next_instr += 1;
  |  | 5563|      0|            INSTRUCTION_STATS(DELETE_ATTR);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5564|      0|            _PyStackRef owner;
  |  | 5565|      0|            owner = stack_pointer[-1];
  |  | 5566|      0|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|      0|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5566:30): [True: 0, False: 0]
  |  |  ------------------
  |  | 5567|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5568|      0|            int err = PyObject_DelAttr(PyStackRef_AsPyObjectBorrow(owner), name);
  |  | 5569|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5570|      0|            stack_pointer += -1;
  |  | 5571|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5572|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5573|      0|            PyStackRef_CLOSE(owner);
  |  | 5574|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5575|      0|            if (err) {
  |  |  ------------------
  |  |  |  Branch (5575:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 5576|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5577|      0|            }
  |  | 5578|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (5578:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5579|      0|        }
  |  | 5580|       |
  |  | 5581|      0|        TARGET(DELETE_DEREF) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5582|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5583|       |            int opcode = DELETE_DEREF;
  |  | 5584|       |            (void)(opcode);
  |  | 5585|       |            #endif
  |  | 5586|      0|            frame->instr_ptr = next_instr;
  |  | 5587|      0|            next_instr += 1;
  |  | 5588|      0|            INSTRUCTION_STATS(DELETE_DEREF);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5589|      0|            PyObject *cell = PyStackRef_AsPyObjectBorrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|      0|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 5590|      0|            PyObject *oldobj = PyCell_SwapTakeRef((PyCellObject *)cell, NULL);
  |  | 5591|      0|            if (oldobj == NULL) {
  |  |  ------------------
  |  |  |  Branch (5591:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 5592|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5593|      0|                _PyEval_FormatExcUnbound(tstate, _PyFrame_GetCode(frame), oparg);
  |  | 5594|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5595|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5596|      0|            }
  |  | 5597|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5598|      0|            Py_DECREF(oldobj);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5599|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5600|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (5600:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5601|      0|        }
  |  | 5602|       |
  |  | 5603|      4|        TARGET(DELETE_FAST) {
  |  |  ------------------
  |  |  |  |  132|      4|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5604|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5605|       |            int opcode = DELETE_FAST;
  |  | 5606|       |            (void)(opcode);
  |  | 5607|       |            #endif
  |  | 5608|      4|            frame->instr_ptr = next_instr;
  |  | 5609|      4|            next_instr += 1;
  |  | 5610|      4|            INSTRUCTION_STATS(DELETE_FAST);
  |  |  ------------------
  |  |  |  |   71|      4|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5611|      4|            _PyStackRef v = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|      4|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 5612|      4|            if (PyStackRef_IsNull(v)) {
  |  |  ------------------
  |  |  |  |  470|      4|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      4|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      4|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5613|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5614|      0|                _PyEval_FormatExcCheckArg(tstate, PyExc_UnboundLocalError,
  |  | 5615|      0|                    UNBOUNDLOCAL_ERROR_MSG,
  |  |  ------------------
  |  |  |  |  380|      0|    "cannot access local variable '%s' where it is not associated with a value"
  |  |  ------------------
  |  | 5616|      0|                    PyTuple_GetItem(_PyFrame_GetCode(frame)->co_localsplusnames, oparg)
  |  | 5617|      0|                );
  |  | 5618|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5619|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5620|      0|            }
  |  | 5621|      4|            _PyStackRef tmp = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|      4|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 5622|      4|            GETLOCAL(oparg) = PyStackRef_NULL;
  |  |  ------------------
  |  |  |  |  284|      4|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 5623|      4|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5624|      4|            PyStackRef_XCLOSE(tmp);
  |  | 5625|      4|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5626|      4|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      4|    { \
  |  |  |  |  201|      4|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      4|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      4|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      4|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      4|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      4|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      4|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      4|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      4|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      4|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      4|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      4|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      4|    }
  |  |  ------------------
  |  |  |  Branch (5626:13): [True: 4, False: 0]
  |  |  ------------------
  |  | 5627|      4|        }
  |  | 5628|       |
  |  | 5629|      0|        TARGET(DELETE_GLOBAL) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5630|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5631|       |            int opcode = DELETE_GLOBAL;
  |  | 5632|       |            (void)(opcode);
  |  | 5633|       |            #endif
  |  | 5634|      0|            frame->instr_ptr = next_instr;
  |  | 5635|      0|            next_instr += 1;
  |  | 5636|      0|            INSTRUCTION_STATS(DELETE_GLOBAL);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5637|      0|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|      0|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5637:30): [True: 0, False: 0]
  |  |  ------------------
  |  | 5638|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5639|      0|            int err = PyDict_Pop(GLOBALS(), name, NULL);
  |  |  ------------------
  |  |  |  |  325|      0|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 5640|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5641|      0|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (5641:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 5642|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5643|      0|            }
  |  | 5644|      0|            if (err == 0) {
  |  |  ------------------
  |  |  |  Branch (5644:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 5645|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5646|      0|                _PyEval_FormatExcCheckArg(tstate, PyExc_NameError,
  |  | 5647|      0|                    NAME_ERROR_MSG, name);
  |  |  ------------------
  |  |  |  |  384|      0|#define NAME_ERROR_MSG "name '%.200s' is not defined"
  |  |  ------------------
  |  | 5648|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5649|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5650|      0|            }
  |  | 5651|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (5651:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5652|      0|        }
  |  | 5653|       |
  |  | 5654|     26|        TARGET(DELETE_NAME) {
  |  |  ------------------
  |  |  |  |  132|     26|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5655|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5656|       |            int opcode = DELETE_NAME;
  |  | 5657|       |            (void)(opcode);
  |  | 5658|       |            #endif
  |  | 5659|     26|            frame->instr_ptr = next_instr;
  |  | 5660|     26|            next_instr += 1;
  |  | 5661|     26|            INSTRUCTION_STATS(DELETE_NAME);
  |  |  ------------------
  |  |  |  |   71|     26|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5662|     26|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|     26|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|     26|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|     26|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5662:30): [True: 26, False: 0]
  |  |  ------------------
  |  | 5663|     26|            PyObject *ns = LOCALS();
  |  |  ------------------
  |  |  |  |  327|     26|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  | 5664|     26|            int err;
  |  | 5665|     26|            if (ns == NULL) {
  |  |  ------------------
  |  |  |  Branch (5665:17): [True: 0, False: 26]
  |  |  ------------------
  |  | 5666|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5667|      0|                _PyErr_Format(tstate, PyExc_SystemError,
  |  | 5668|      0|                              "no locals when deleting %R", name);
  |  | 5669|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5670|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5671|      0|            }
  |  | 5672|     26|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5673|     26|            err = PyObject_DelItem(ns, name);
  |  | 5674|     26|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5675|     26|            if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (5675:17): [True: 0, False: 26]
  |  |  ------------------
  |  | 5676|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5677|      0|                _PyEval_FormatExcCheckArg(tstate, PyExc_NameError,
  |  | 5678|      0|                    NAME_ERROR_MSG,
  |  |  ------------------
  |  |  |  |  384|      0|#define NAME_ERROR_MSG "name '%.200s' is not defined"
  |  |  ------------------
  |  | 5679|      0|                    name);
  |  | 5680|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5681|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5682|      0|            }
  |  | 5683|     26|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     26|    { \
  |  |  |  |  201|     26|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     26|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     26|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     26|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     26|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     26|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     26|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     26|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 26]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     26|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     26|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     26|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     26|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     26|    }
  |  |  ------------------
  |  |  |  Branch (5683:13): [True: 26, False: 0]
  |  |  ------------------
  |  | 5684|     26|        }
  |  | 5685|       |
  |  | 5686|     68|        TARGET(DELETE_SUBSCR) {
  |  |  ------------------
  |  |  |  |  132|     68|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5687|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5688|       |            int opcode = DELETE_SUBSCR;
  |  | 5689|       |            (void)(opcode);
  |  | 5690|       |            #endif
  |  | 5691|     68|            frame->instr_ptr = next_instr;
  |  | 5692|     68|            next_instr += 1;
  |  | 5693|     68|            INSTRUCTION_STATS(DELETE_SUBSCR);
  |  |  ------------------
  |  |  |  |   71|     68|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5694|     68|            _PyStackRef container;
  |  | 5695|     68|            _PyStackRef sub;
  |  | 5696|     68|            sub = stack_pointer[-1];
  |  | 5697|     68|            container = stack_pointer[-2];
  |  | 5698|     68|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5699|     68|            int err = PyObject_DelItem(PyStackRef_AsPyObjectBorrow(container),
  |  | 5700|     68|                                       PyStackRef_AsPyObjectBorrow(sub));
  |  | 5701|     68|            _PyStackRef tmp = sub;
  |  | 5702|     68|            sub = PyStackRef_NULL;
  |  | 5703|     68|            stack_pointer[-1] = sub;
  |  | 5704|     68|            PyStackRef_CLOSE(tmp);
  |  | 5705|     68|            tmp = container;
  |  | 5706|     68|            container = PyStackRef_NULL;
  |  | 5707|     68|            stack_pointer[-2] = container;
  |  | 5708|     68|            PyStackRef_CLOSE(tmp);
  |  | 5709|     68|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5710|     68|            stack_pointer += -2;
  |  | 5711|     68|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     68|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5712|     68|            if (err) {
  |  |  ------------------
  |  |  |  Branch (5712:17): [True: 0, False: 68]
  |  |  ------------------
  |  | 5713|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5714|      0|            }
  |  | 5715|     68|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     68|    { \
  |  |  |  |  201|     68|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     68|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     68|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     68|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     68|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     68|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     68|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     68|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 68]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     68|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     68|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     68|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     68|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     68|    }
  |  |  ------------------
  |  |  |  Branch (5715:13): [True: 68, False: 0]
  |  |  ------------------
  |  | 5716|     68|        }
  |  | 5717|       |
  |  | 5718|    241|        TARGET(DICT_MERGE) {
  |  |  ------------------
  |  |  |  |  132|    241|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5719|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5720|       |            int opcode = DICT_MERGE;
  |  | 5721|       |            (void)(opcode);
  |  | 5722|       |            #endif
  |  | 5723|    241|            frame->instr_ptr = next_instr;
  |  | 5724|    241|            next_instr += 1;
  |  | 5725|    241|            INSTRUCTION_STATS(DICT_MERGE);
  |  |  ------------------
  |  |  |  |   71|    241|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5726|    241|            _PyStackRef callable;
  |  | 5727|    241|            _PyStackRef dict;
  |  | 5728|    241|            _PyStackRef update;
  |  | 5729|    241|            _PyStackRef u;
  |  | 5730|    241|            _PyStackRef value;
  |  | 5731|       |            // _DICT_MERGE
  |  | 5732|    241|            {
  |  | 5733|    241|                update = stack_pointer[-1];
  |  | 5734|    241|                dict = stack_pointer[-2 - (oparg - 1)];
  |  | 5735|    241|                callable = stack_pointer[-5 - (oparg - 1)];
  |  | 5736|    241|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 5737|    241|                PyObject *dict_o = PyStackRef_AsPyObjectBorrow(dict);
  |  | 5738|    241|                PyObject *update_o = PyStackRef_AsPyObjectBorrow(update);
  |  | 5739|    241|                PyObject *dupkey = NULL;
  |  | 5740|    241|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5741|    241|                int err = _PyDict_MergeUniq(dict_o, update_o, &dupkey);
  |  | 5742|    241|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5743|    241|                if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (5743:21): [True: 0, False: 241]
  |  |  ------------------
  |  | 5744|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5745|      0|                    _PyEval_FormatKwargsError(tstate, callable_o, update_o, dupkey);
  |  | 5746|      0|                    Py_XDECREF(dupkey);
  |  |  ------------------
  |  |  |  |   69|      0|    do { \
  |  |  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   71|      0|        if (xop != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   72|      0|            Py_DECREF(xop); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      0|    do { \
  |  |  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   73|      0|        } \
  |  |  |  |   74|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5747|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5748|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5749|      0|                }
  |  | 5750|    241|                u = update;
  |  | 5751|    241|            }
  |  | 5752|       |            // _POP_TOP
  |  | 5753|      0|            {
  |  | 5754|    241|                value = u;
  |  | 5755|    241|                stack_pointer += -1;
  |  | 5756|    241|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    241|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5757|    241|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5758|    241|                PyStackRef_XCLOSE(value);
  |  | 5759|    241|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5760|    241|            }
  |  | 5761|    241|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    241|    { \
  |  |  |  |  201|    241|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    241|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    241|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    241|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    241|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    241|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    241|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    241|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 241]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    241|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    241|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    241|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    241|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    241|    }
  |  |  ------------------
  |  |  |  Branch (5761:13): [True: 241, False: 0]
  |  |  ------------------
  |  | 5762|    241|        }
  |  | 5763|       |
  |  | 5764|     42|        TARGET(DICT_UPDATE) {
  |  |  ------------------
  |  |  |  |  132|     42|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5765|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5766|       |            int opcode = DICT_UPDATE;
  |  | 5767|       |            (void)(opcode);
  |  | 5768|       |            #endif
  |  | 5769|     42|            frame->instr_ptr = next_instr;
  |  | 5770|     42|            next_instr += 1;
  |  | 5771|     42|            INSTRUCTION_STATS(DICT_UPDATE);
  |  |  ------------------
  |  |  |  |   71|     42|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5772|     42|            _PyStackRef dict;
  |  | 5773|     42|            _PyStackRef update;
  |  | 5774|     42|            _PyStackRef upd;
  |  | 5775|     42|            _PyStackRef value;
  |  | 5776|       |            // _DICT_UPDATE
  |  | 5777|     42|            {
  |  | 5778|     42|                update = stack_pointer[-1];
  |  | 5779|     42|                dict = stack_pointer[-2 - (oparg - 1)];
  |  | 5780|     42|                PyObject *dict_o = PyStackRef_AsPyObjectBorrow(dict);
  |  | 5781|     42|                PyObject *update_o = PyStackRef_AsPyObjectBorrow(update);
  |  | 5782|     42|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5783|     42|                int err = PyDict_Update(dict_o, update_o);
  |  | 5784|     42|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5785|     42|                if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (5785:21): [True: 0, False: 42]
  |  |  ------------------
  |  | 5786|      0|                    int matches = _PyErr_ExceptionMatches(tstate, PyExc_AttributeError);
  |  | 5787|      0|                    if (matches) {
  |  |  ------------------
  |  |  |  Branch (5787:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 5788|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5789|      0|                        PyObject *exc = _PyErr_GetRaisedException(tstate);
  |  | 5790|      0|                        int has_keys = PyObject_HasAttrWithError(update_o, &_Py_ID(keys));
  |  |  ------------------
  |  |  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5791|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5792|      0|                        if (has_keys == 0) {
  |  |  ------------------
  |  |  |  Branch (5792:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 5793|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5794|      0|                            _PyErr_Format(tstate, PyExc_TypeError,
  |  | 5795|      0|                                      "'%T' object is not a mapping",
  |  | 5796|      0|                                      update_o);
  |  | 5797|      0|                            Py_DECREF(exc);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5798|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5799|      0|                        }
  |  | 5800|      0|                        else {
  |  | 5801|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5802|      0|                            _PyErr_ChainExceptions1(exc);
  |  | 5803|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5804|      0|                        }
  |  | 5805|      0|                    }
  |  | 5806|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5807|      0|                }
  |  | 5808|     42|                upd = update;
  |  | 5809|     42|            }
  |  | 5810|       |            // _POP_TOP
  |  | 5811|      0|            {
  |  | 5812|     42|                value = upd;
  |  | 5813|     42|                stack_pointer += -1;
  |  | 5814|     42|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     42|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5815|     42|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5816|     42|                PyStackRef_XCLOSE(value);
  |  | 5817|     42|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5818|     42|            }
  |  | 5819|     42|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     42|    { \
  |  |  |  |  201|     42|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     42|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     42|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     42|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     42|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     42|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     42|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     42|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 42]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     42|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     42|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     42|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     42|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     42|    }
  |  |  ------------------
  |  |  |  Branch (5819:13): [True: 42, False: 0]
  |  |  ------------------
  |  | 5820|     42|        }
  |  | 5821|       |
  |  | 5822|      0|        TARGET(END_ASYNC_FOR) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5823|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5824|       |            int opcode = END_ASYNC_FOR;
  |  | 5825|       |            (void)(opcode);
  |  | 5826|       |            #endif
  |  | 5827|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5828|      0|            (void)this_instr;
  |  | 5829|      0|            frame->instr_ptr = next_instr;
  |  | 5830|      0|            next_instr += 1;
  |  | 5831|      0|            INSTRUCTION_STATS(END_ASYNC_FOR);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5832|      0|            _PyStackRef awaitable_st;
  |  | 5833|      0|            _PyStackRef exc_st;
  |  | 5834|      0|            exc_st = stack_pointer[-1];
  |  | 5835|      0|            awaitable_st = stack_pointer[-2];
  |  | 5836|      0|            JUMPBY(0);
  |  |  ------------------
  |  |  |  |  260|      0|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 5837|      0|            (void)oparg;
  |  | 5838|      0|            PyObject *exc = PyStackRef_AsPyObjectBorrow(exc_st);
  |  | 5839|      0|            assert(exc && PyExceptionInstance_Check(exc));
  |  |  ------------------
  |  |  |  Branch (5839:13): [True: 0, False: 0]
  |  |  |  Branch (5839:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5840|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5841|      0|            int matches = PyErr_GivenExceptionMatches(exc, PyExc_StopAsyncIteration);
  |  | 5842|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5843|      0|            if (matches) {
  |  |  ------------------
  |  |  |  Branch (5843:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 5844|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5845|      0|                _PyStackRef tmp = exc_st;
  |  | 5846|      0|                exc_st = PyStackRef_NULL;
  |  | 5847|      0|                stack_pointer[-1] = exc_st;
  |  | 5848|      0|                PyStackRef_CLOSE(tmp);
  |  | 5849|      0|                tmp = awaitable_st;
  |  | 5850|      0|                awaitable_st = PyStackRef_NULL;
  |  | 5851|      0|                stack_pointer[-2] = awaitable_st;
  |  | 5852|      0|                PyStackRef_CLOSE(tmp);
  |  | 5853|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5854|      0|                stack_pointer += -2;
  |  | 5855|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5856|      0|            }
  |  | 5857|      0|            else {
  |  | 5858|      0|                Py_INCREF(exc);
  |  |  ------------------
  |  |  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5859|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5860|      0|                _PyErr_SetRaisedException(tstate, exc);
  |  | 5861|      0|                monitor_reraise(tstate, frame, this_instr);
  |  | 5862|      0|                JUMP_TO_LABEL(exception_unwind);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5863|      0|            }
  |  | 5864|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (5864:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5865|      0|        }
  |  | 5866|       |
  |  | 5867|      9|        TARGET(END_FOR) {
  |  |  ------------------
  |  |  |  |  132|      9|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5868|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5869|       |            int opcode = END_FOR;
  |  | 5870|       |            (void)(opcode);
  |  | 5871|       |            #endif
  |  | 5872|      9|            next_instr += 1;
  |  | 5873|      9|            INSTRUCTION_STATS(END_FOR);
  |  |  ------------------
  |  |  |  |   71|      9|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5874|      9|            _PyStackRef value;
  |  | 5875|      9|            value = stack_pointer[-1];
  |  | 5876|      9|            stack_pointer += -1;
  |  | 5877|      9|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      9|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5878|      9|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5879|      9|            PyStackRef_CLOSE(value);
  |  | 5880|      9|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5881|      9|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      9|    { \
  |  |  |  |  201|      9|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      9|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      9|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      9|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      9|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      9|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      9|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      9|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 9]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      9|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      9|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      9|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      9|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      9|    }
  |  |  ------------------
  |  |  |  Branch (5881:13): [True: 9, False: 0]
  |  |  ------------------
  |  | 5882|      9|        }
  |  | 5883|       |
  |  | 5884|      0|        TARGET(END_SEND) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5885|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5886|       |            int opcode = END_SEND;
  |  | 5887|       |            (void)(opcode);
  |  | 5888|       |            #endif
  |  | 5889|      0|            frame->instr_ptr = next_instr;
  |  | 5890|      0|            next_instr += 1;
  |  | 5891|      0|            INSTRUCTION_STATS(END_SEND);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5892|      0|            _PyStackRef receiver;
  |  | 5893|      0|            _PyStackRef index_or_null;
  |  | 5894|      0|            _PyStackRef value;
  |  | 5895|      0|            _PyStackRef val;
  |  | 5896|      0|            value = stack_pointer[-1];
  |  | 5897|      0|            index_or_null = stack_pointer[-2];
  |  | 5898|      0|            receiver = stack_pointer[-3];
  |  | 5899|      0|            val = value;
  |  | 5900|      0|            (void)index_or_null;
  |  | 5901|      0|            stack_pointer[-3] = val;
  |  | 5902|      0|            stack_pointer += -2;
  |  | 5903|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5904|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5905|      0|            PyStackRef_CLOSE(receiver);
  |  | 5906|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5907|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (5907:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 5908|      0|        }
  |  | 5909|       |
  |  | 5910|      0|        TARGET(ENTER_EXECUTOR) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5911|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5912|       |            int opcode = ENTER_EXECUTOR;
  |  | 5913|       |            (void)(opcode);
  |  | 5914|       |            #endif
  |  | 5915|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 5916|      0|            (void)this_instr;
  |  | 5917|      0|            frame->instr_ptr = next_instr;
  |  | 5918|      0|            next_instr += 1;
  |  | 5919|      0|            INSTRUCTION_STATS(ENTER_EXECUTOR);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5920|      0|            opcode = ENTER_EXECUTOR;
  |  |  ------------------
  |  |  |  |  245|      0|#define ENTER_EXECUTOR                         254
  |  |  ------------------
  |  | 5921|       |            #ifdef _Py_TIER2
  |  | 5922|       |            PyCodeObject *code = _PyFrame_GetCode(frame);
  |  | 5923|       |            _PyExecutorObject *executor = code->co_executors->executors[oparg & 255];
  |  | 5924|       |            if (IS_JIT_TRACING()) {
  |  | 5925|       |                int og_opcode = executor->vm_data.opcode;
  |  | 5926|       |                int og_oparg = (oparg & ~255) | executor->vm_data.oparg;
  |  | 5927|       |                next_instr = this_instr;
  |  | 5928|       |                if (_PyJit_EnterExecutorShouldStopTracing(og_opcode)) {
  |  | 5929|       |                    if (_PyOpcode_Caches[_PyOpcode_Deopt[og_opcode]]) {
  |  | 5930|       |                        PAUSE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  | 5931|       |                    }
  |  | 5932|       |                    opcode = og_opcode;
  |  | 5933|       |                    oparg = og_oparg;
  |  | 5934|       |                    DISPATCH_GOTO_NON_TRACING();
  |  | 5935|       |                }
  |  | 5936|       |                JUMP_TO_LABEL(stop_tracing);
  |  | 5937|       |            }
  |  | 5938|       |            assert(executor->vm_data.index == INSTR_OFFSET() - 1);
  |  | 5939|       |            assert(executor->vm_data.code == code);
  |  | 5940|       |            assert(executor->vm_data.valid);
  |  | 5941|       |            assert(tstate->current_executor == NULL);
  |  | 5942|       |            uintptr_t iversion = FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(code->_co_instrumentation_version);
  |  | 5943|       |            if (_Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker) != iversion) {
  |  | 5944|       |                opcode = executor->vm_data.opcode;
  |  | 5945|       |                oparg = (oparg & ~255) | executor->vm_data.oparg;
  |  | 5946|       |                next_instr = this_instr;
  |  | 5947|       |                if (_PyOpcode_Caches[_PyOpcode_Deopt[opcode]]) {
  |  | 5948|       |                    PAUSE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  | 5949|       |                }
  |  | 5950|       |                DISPATCH_GOTO();
  |  | 5951|       |            }
  |  | 5952|       |            assert(executor != tstate->interp->cold_executor);
  |  | 5953|       |            tstate->jit_exit = NULL;
  |  | 5954|       |            TIER1_TO_TIER2(executor);
  |  | 5955|       |            #else
  |  | 5956|      0|            Py_FatalError("ENTER_EXECUTOR is not supported in this build");
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  |  | 5957|      0|            #endif /* _Py_TIER2 */
  |  | 5958|      0|        }
  |  | 5959|       |
  |  | 5960|    332|        TARGET(EXIT_INIT_CHECK) {
  |  |  ------------------
  |  |  |  |  132|    332|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5961|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5962|       |            int opcode = EXIT_INIT_CHECK;
  |  | 5963|       |            (void)(opcode);
  |  | 5964|       |            #endif
  |  | 5965|    332|            frame->instr_ptr = next_instr;
  |  | 5966|    332|            next_instr += 1;
  |  | 5967|    332|            INSTRUCTION_STATS(EXIT_INIT_CHECK);
  |  |  ------------------
  |  |  |  |   71|    332|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5968|    332|            _PyStackRef should_be_none;
  |  | 5969|    332|            should_be_none = stack_pointer[-1];
  |  | 5970|    332|            if (!PyStackRef_IsNone(should_be_none)) {
  |  |  ------------------
  |  |  |  |  483|    332|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    332|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (5970:17): [True: 0, False: 332]
  |  |  ------------------
  |  | 5971|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 5972|      0|                PyErr_Format(PyExc_TypeError,
  |  | 5973|      0|                             "__init__() should return None, not '%.200s'",
  |  | 5974|      0|                             Py_TYPE(PyStackRef_AsPyObjectBorrow(should_be_none))->tp_name);
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 5975|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 5976|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 5977|      0|            }
  |  | 5978|    332|            stack_pointer += -1;
  |  | 5979|    332|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    332|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 5980|    332|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    332|    { \
  |  |  |  |  201|    332|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    332|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    332|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    332|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    332|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    332|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    332|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    332|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 332]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    332|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    332|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    332|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    332|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    332|    }
  |  |  ------------------
  |  |  |  Branch (5980:13): [True: 332, False: 0]
  |  |  ------------------
  |  | 5981|    332|        }
  |  | 5982|       |
  |  | 5983|  1.56k|        TARGET(EXTENDED_ARG) {
  |  |  ------------------
  |  |  |  |  132|  1.56k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 5984|       |            #if _Py_TAIL_CALL_INTERP
  |  | 5985|       |            int opcode = EXTENDED_ARG;
  |  | 5986|       |            (void)(opcode);
  |  | 5987|       |            #endif
  |  | 5988|  1.56k|            frame->instr_ptr = next_instr;
  |  | 5989|  1.56k|            next_instr += 1;
  |  | 5990|  1.56k|            INSTRUCTION_STATS(EXTENDED_ARG);
  |  |  ------------------
  |  |  |  |   71|  1.56k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 5991|  1.56k|            opcode = EXTENDED_ARG;
  |  |  ------------------
  |  |  |  |   80|  1.56k|#define EXTENDED_ARG                            67
  |  |  ------------------
  |  | 5992|  1.56k|            assert(oparg);
  |  |  ------------------
  |  |  |  Branch (5992:13): [True: 1.56k, False: 0]
  |  |  ------------------
  |  | 5993|  1.56k|            opcode = next_instr->op.code;
  |  | 5994|  1.56k|            oparg = oparg << 8 | next_instr->op.arg;
  |  | 5995|  1.56k|            PRE_DISPATCH_GOTO();
  |  |  ------------------
  |  |  |  |  176|  1.56k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  ------------------
  |  | 5996|  1.56k|            DISPATCH_GOTO();
  |  |  ------------------
  |  |  |  |  133|  1.56k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  ------------------
  |  | 5997|  1.56k|        }
  |  | 5998|       |
  |  | 5999|    296|        TARGET(FORMAT_SIMPLE) {
  |  |  ------------------
  |  |  |  |  132|    296|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6000|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6001|       |            int opcode = FORMAT_SIMPLE;
  |  | 6002|       |            (void)(opcode);
  |  | 6003|       |            #endif
  |  | 6004|    296|            frame->instr_ptr = next_instr;
  |  | 6005|    296|            next_instr += 1;
  |  | 6006|    296|            INSTRUCTION_STATS(FORMAT_SIMPLE);
  |  |  ------------------
  |  |  |  |   71|    296|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6007|    296|            _PyStackRef value;
  |  | 6008|    296|            _PyStackRef res;
  |  | 6009|    296|            value = stack_pointer[-1];
  |  | 6010|    296|            PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  | 6011|    296|            if (!PyUnicode_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |  104|    296|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    296|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    296|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    296|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6011:17): [True: 26, False: 270]
  |  |  ------------------
  |  | 6012|     26|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6013|     26|                PyObject *res_o = PyObject_Format(value_o, NULL);
  |  | 6014|     26|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6015|     26|                stack_pointer += -1;
  |  | 6016|     26|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     26|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6017|     26|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6018|     26|                PyStackRef_CLOSE(value);
  |  | 6019|     26|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6020|     26|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6020:21): [True: 0, False: 26]
  |  |  ------------------
  |  | 6021|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6022|      0|                }
  |  | 6023|     26|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 6024|     26|            }
  |  | 6025|    270|            else {
  |  | 6026|    270|                res = value;
  |  | 6027|    270|                stack_pointer += -1;
  |  | 6028|    270|            }
  |  | 6029|    296|            stack_pointer[0] = res;
  |  | 6030|    296|            stack_pointer += 1;
  |  | 6031|    296|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    296|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6032|    296|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    296|    { \
  |  |  |  |  201|    296|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    296|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    296|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    296|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    296|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    296|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    296|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    296|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 296]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    296|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    296|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    296|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    296|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    296|    }
  |  |  ------------------
  |  |  |  Branch (6032:13): [True: 296, False: 0]
  |  |  ------------------
  |  | 6033|    296|        }
  |  | 6034|       |
  |  | 6035|      0|        TARGET(FORMAT_WITH_SPEC) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6036|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6037|       |            int opcode = FORMAT_WITH_SPEC;
  |  | 6038|       |            (void)(opcode);
  |  | 6039|       |            #endif
  |  | 6040|      0|            frame->instr_ptr = next_instr;
  |  | 6041|      0|            next_instr += 1;
  |  | 6042|      0|            INSTRUCTION_STATS(FORMAT_WITH_SPEC);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6043|      0|            _PyStackRef value;
  |  | 6044|      0|            _PyStackRef fmt_spec;
  |  | 6045|      0|            _PyStackRef res;
  |  | 6046|      0|            fmt_spec = stack_pointer[-1];
  |  | 6047|      0|            value = stack_pointer[-2];
  |  | 6048|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6049|      0|            PyObject *res_o = PyObject_Format(PyStackRef_AsPyObjectBorrow(value), PyStackRef_AsPyObjectBorrow(fmt_spec));
  |  | 6050|      0|            _PyStackRef tmp = fmt_spec;
  |  | 6051|      0|            fmt_spec = PyStackRef_NULL;
  |  | 6052|      0|            stack_pointer[-1] = fmt_spec;
  |  | 6053|      0|            PyStackRef_CLOSE(tmp);
  |  | 6054|      0|            tmp = value;
  |  | 6055|      0|            value = PyStackRef_NULL;
  |  | 6056|      0|            stack_pointer[-2] = value;
  |  | 6057|      0|            PyStackRef_CLOSE(tmp);
  |  | 6058|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6059|      0|            stack_pointer += -2;
  |  | 6060|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6061|      0|            if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6061:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6062|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6063|      0|            }
  |  | 6064|      0|            res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 6065|      0|            stack_pointer[0] = res;
  |  | 6066|      0|            stack_pointer += 1;
  |  | 6067|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6068|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (6068:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 6069|      0|        }
  |  | 6070|       |
  |  | 6071|    539|        TARGET(FOR_ITER) {
  |  |  ------------------
  |  |  |  |  132|    539|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6072|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6073|       |            int opcode = FOR_ITER;
  |  | 6074|       |            (void)(opcode);
  |  | 6075|       |            #endif
  |  | 6076|    539|            frame->instr_ptr = next_instr;
  |  | 6077|    539|            next_instr += 2;
  |  | 6078|    539|            INSTRUCTION_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |   71|    539|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6079|    593|            PREDICTED_FOR_ITER:;
  |  | 6080|    593|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 6081|    593|            (void)this_instr;
  |  | 6082|    593|            _PyStackRef iter;
  |  | 6083|    593|            _PyStackRef null_or_index;
  |  | 6084|    593|            _PyStackRef next;
  |  | 6085|       |            // _SPECIALIZE_FOR_ITER
  |  | 6086|    593|            {
  |  | 6087|    593|                null_or_index = stack_pointer[-1];
  |  | 6088|    593|                iter = stack_pointer[-2];
  |  | 6089|    593|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 6090|    593|                (void)counter;
  |  | 6091|    593|                #if ENABLE_SPECIALIZATION
  |  | 6092|    593|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    593|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 133, False: 460]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6093|    133|                    next_instr = this_instr;
  |  | 6094|    133|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6095|    133|                    _Py_Specialize_ForIter(iter, null_or_index, next_instr, oparg);
  |  | 6096|    133|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6097|    133|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    133|    { \
  |  |  |  |  217|    133|        opcode = next_instr->op.code; \
  |  |  |  |  218|    133|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    133|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    133|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    133|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    133|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    133|    }
  |  |  ------------------
  |  | 6098|    133|                }
  |  | 6099|    593|                OPCODE_DEFERRED_INC(FOR_ITER);
  |  |  ------------------
  |  |  |  |   90|    593|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 6100|    593|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    593|    do { \
  |  |  |  |  358|    593|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    593|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 593]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6101|    593|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 6102|    593|            }
  |  | 6103|       |            // _FOR_ITER
  |  | 6104|    593|            {
  |  | 6105|    593|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6106|    593|                _PyStackRef item = _PyForIter_VirtualIteratorNext(tstate, frame, iter, &null_or_index);
  |  | 6107|    593|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6108|    593|                if (!PyStackRef_IsValid(item)) {
  |  |  ------------------
  |  |  |  Branch (6108:21): [True: 126, False: 467]
  |  |  ------------------
  |  | 6109|    126|                    if (PyStackRef_IsError(item)) {
  |  |  ------------------
  |  |  |  Branch (6109:25): [True: 0, False: 126]
  |  |  ------------------
  |  | 6110|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6111|      0|                    }
  |  | 6112|    126|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|    126|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6113|    126|                    stack_pointer[-1] = null_or_index;
  |  | 6114|    126|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    126|    { \
  |  |  |  |  201|    126|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    126|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    126|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    126|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    126|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    126|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    126|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    126|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 126]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    126|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    126|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    126|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    126|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    126|    }
  |  |  ------------------
  |  |  |  Branch (6114:21): [True: 126, False: 0]
  |  |  ------------------
  |  | 6115|    126|                }
  |  | 6116|    593|                next = item;
  |  | 6117|    593|            }
  |  | 6118|      0|            stack_pointer[-1] = null_or_index;
  |  | 6119|    593|            stack_pointer[0] = next;
  |  | 6120|    593|            stack_pointer += 1;
  |  | 6121|    593|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    593|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6122|    593|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    593|    { \
  |  |  |  |  201|    593|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    593|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    334|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    334|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    334|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    334|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    334|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    334|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 334]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    334|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    334|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    334|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    334|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    334|    }
  |  |  ------------------
  |  |  |  Branch (6122:13): [True: 334, False: 259]
  |  |  ------------------
  |  | 6123|    334|        }
  |  | 6124|       |
  |  | 6125|     25|        TARGET(FOR_ITER_GEN) {
  |  |  ------------------
  |  |  |  |  132|     25|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6126|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6127|       |            int opcode = FOR_ITER_GEN;
  |  | 6128|       |            (void)(opcode);
  |  | 6129|       |            #endif
  |  | 6130|     25|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6131|     25|            (void)this_instr;
  |  | 6132|     25|            frame->instr_ptr = next_instr;
  |  | 6133|     25|            next_instr += 2;
  |  | 6134|     25|            INSTRUCTION_STATS(FOR_ITER_GEN);
  |  |  ------------------
  |  |  |  |   71|     25|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6135|     25|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6136|     25|            _PyStackRef iter;
  |  | 6137|     25|            _PyStackRef gen_frame;
  |  | 6138|     25|            _PyStackRef new_frame;
  |  | 6139|       |            /* Skip 1 cache entry */
  |  | 6140|       |            // _CHECK_PEP_523
  |  | 6141|     25|            {
  |  | 6142|     25|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|     25|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6143|      0|                    UPDATE_MISS_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6144|      0|                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  |  ------------------
  |  |  |  Branch (6144:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6145|      0|                    JUMP_TO_PREDICTED(FOR_ITER);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6146|      0|                }
  |  | 6147|     25|            }
  |  | 6148|       |            // _FOR_ITER_GEN_FRAME
  |  | 6149|     25|            {
  |  | 6150|     25|                iter = stack_pointer[-2];
  |  | 6151|     25|                PyGenObject *gen = (PyGenObject *)PyStackRef_AsPyObjectBorrow(iter);
  |  | 6152|     25|                if (Py_TYPE(gen) != &PyGen_Type) {
  |  |  ------------------
  |  |  |  |  213|     25|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6152:21): [True: 0, False: 25]
  |  |  ------------------
  |  | 6153|      0|                    UPDATE_MISS_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6154|      0|                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  |  ------------------
  |  |  |  Branch (6154:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6155|      0|                    JUMP_TO_PREDICTED(FOR_ITER);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6156|      0|                }
  |  | 6157|     25|                if (!gen_try_set_executing((PyGenObject *)gen)) {
  |  |  ------------------
  |  |  |  Branch (6157:21): [True: 0, False: 25]
  |  |  ------------------
  |  | 6158|      0|                    UPDATE_MISS_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6159|      0|                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  |  ------------------
  |  |  |  Branch (6159:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6160|      0|                    JUMP_TO_PREDICTED(FOR_ITER);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6161|      0|                }
  |  | 6162|     25|                STAT_INC(FOR_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|     25|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6163|     25|                _PyInterpreterFrame *pushed_frame = &gen->gi_iframe;
  |  | 6164|     25|                _PyFrame_StackPush(pushed_frame, PyStackRef_None);
  |  |  ------------------
  |  |  |  |  473|     25|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|     25|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6165|     25|                gen->gi_exc_state.previous_item = tstate->exc_info;
  |  | 6166|     25|                tstate->exc_info = &gen->gi_exc_state;
  |  | 6167|     25|                pushed_frame->previous = frame;
  |  | 6168|     25|                frame->return_offset = (uint16_t)( 2u + oparg);
  |  | 6169|     25|                gen_frame = PyStackRef_Wrap(pushed_frame);
  |  | 6170|     25|            }
  |  | 6171|       |            // _PUSH_FRAME
  |  | 6172|      0|            {
  |  | 6173|     25|                new_frame = gen_frame;
  |  | 6174|     25|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (6174:17): [True: 25, False: 0]
  |  |  ------------------
  |  | 6175|     25|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 6176|     25|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6177|     25|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (6177:17): [True: 25, False: 0]
  |  |  |  Branch (6177:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6178|     25|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|     25|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 6179|     25|                frame = tstate->current_frame = temp;
  |  | 6180|     25|                tstate->py_recursion_remaining--;
  |  | 6181|     25|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|     25|#define LOAD_SP() \
  |  |  |  |  426|     25|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 6182|     25|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|     25|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|     25|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|     25|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6183|     25|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|     25|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 6184|     25|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|     25|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 6185|     25|            }
  |  | 6186|     25|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     25|    { \
  |  |  |  |  201|     25|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     25|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     25|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     25|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     25|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     25|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     25|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     25|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 25]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     25|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     25|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     25|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     25|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     25|    }
  |  |  ------------------
  |  |  |  Branch (6186:13): [True: 25, False: 0]
  |  |  ------------------
  |  | 6187|     25|        }
  |  | 6188|       |
  |  | 6189|  1.67k|        TARGET(FOR_ITER_LIST) {
  |  |  ------------------
  |  |  |  |  132|  1.67k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6190|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6191|       |            int opcode = FOR_ITER_LIST;
  |  | 6192|       |            (void)(opcode);
  |  | 6193|       |            #endif
  |  | 6194|  1.67k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6195|  1.67k|            (void)this_instr;
  |  | 6196|  1.67k|            frame->instr_ptr = next_instr;
  |  | 6197|  1.67k|            next_instr += 2;
  |  | 6198|  1.67k|            INSTRUCTION_STATS(FOR_ITER_LIST);
  |  |  ------------------
  |  |  |  |   71|  1.67k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6199|  1.67k|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6200|  1.67k|            _PyStackRef iter;
  |  | 6201|  1.67k|            _PyStackRef null_or_index;
  |  | 6202|  1.67k|            _PyStackRef next;
  |  | 6203|       |            /* Skip 1 cache entry */
  |  | 6204|       |            // _ITER_CHECK_LIST
  |  | 6205|  1.67k|            {
  |  | 6206|  1.67k|                null_or_index = stack_pointer[-1];
  |  | 6207|  1.67k|                iter = stack_pointer[-2];
  |  | 6208|  1.67k|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6209|  1.67k|                if (Py_TYPE(iter_o) != &PyList_Type) {
  |  |  ------------------
  |  |  |  |  213|  1.67k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.67k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.67k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6209:21): [True: 46, False: 1.63k]
  |  |  ------------------
  |  | 6210|     46|                    UPDATE_MISS_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |  298|     46|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6211|     46|                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  |  ------------------
  |  |  |  Branch (6211:21): [True: 46, False: 0]
  |  |  ------------------
  |  | 6212|     46|                    JUMP_TO_PREDICTED(FOR_ITER);
  |  |  ------------------
  |  |  |  |  136|     46|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6213|      0|                }
  |  | 6214|  1.67k|                assert(PyStackRef_IsTaggedInt(null_or_index));
  |  |  ------------------
  |  |  |  Branch (6214:17): [True: 1.63k, False: 0]
  |  |  ------------------
  |  | 6215|       |                #ifdef Py_GIL_DISABLED
  |  | 6216|       |                if (!_Py_IsOwnedByCurrentThread(iter_o) && !_PyObject_GC_IS_SHARED(iter_o)) {
  |  | 6217|       |                    UPDATE_MISS_STATS(FOR_ITER);
  |  | 6218|       |                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  | 6219|       |                    JUMP_TO_PREDICTED(FOR_ITER);
  |  | 6220|       |                }
  |  | 6221|       |                #endif
  |  | 6222|  1.63k|            }
  |  | 6223|       |            // _ITER_JUMP_LIST
  |  | 6224|  1.63k|            {
  |  | 6225|       |                #ifdef Py_GIL_DISABLED
  |  | 6226|       |
  |  | 6227|       |                #else
  |  | 6228|  1.63k|                PyObject *list_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6229|  1.63k|                assert(Py_TYPE(list_o) == &PyList_Type);
  |  |  ------------------
  |  |  |  Branch (6229:17): [True: 1.63k, False: 0]
  |  |  ------------------
  |  | 6230|  1.63k|                STAT_INC(FOR_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|  1.63k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6231|  1.63k|                if ((size_t)PyStackRef_UntagInt(null_or_index) >= (size_t)PyList_GET_SIZE(list_o)) {
  |  |  ------------------
  |  |  |  |   38|  1.63k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.63k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.63k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6231:21): [True: 200, False: 1.43k]
  |  |  ------------------
  |  | 6232|    200|                    null_or_index = PyStackRef_TagInt(-1);
  |  | 6233|    200|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|    200|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6234|    200|                    stack_pointer[-1] = null_or_index;
  |  | 6235|    200|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    200|    { \
  |  |  |  |  201|    200|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    200|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    200|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    200|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    200|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    200|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    200|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    200|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 200]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    200|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    200|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    200|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    200|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    200|    }
  |  |  ------------------
  |  |  |  Branch (6235:21): [True: 200, False: 0]
  |  |  ------------------
  |  | 6236|    200|                }
  |  | 6237|  1.63k|                #endif
  |  | 6238|  1.63k|            }
  |  | 6239|       |            // _ITER_NEXT_LIST
  |  | 6240|  1.63k|            {
  |  | 6241|  1.63k|                PyObject *list_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6242|  1.63k|                assert(PyList_CheckExact(list_o));
  |  |  ------------------
  |  |  |  Branch (6242:17): [True: 1.43k, False: 200]
  |  |  ------------------
  |  | 6243|       |                #ifdef Py_GIL_DISABLED
  |  | 6244|       |                assert(_Py_IsOwnedByCurrentThread(list_o) ||
  |  | 6245|       |                  _PyObject_GC_IS_SHARED(list_o));
  |  | 6246|       |                STAT_INC(FOR_ITER, hit);
  |  | 6247|       |                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6248|       |                int result = _PyList_GetItemRefNoLock((PyListObject *)list_o, PyStackRef_UntagInt(null_or_index), &next);
  |  | 6249|       |                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6250|       |                if (result < 0) {
  |  | 6251|       |                    UPDATE_MISS_STATS(FOR_ITER);
  |  | 6252|       |                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  | 6253|       |                    JUMP_TO_PREDICTED(FOR_ITER);
  |  | 6254|       |                }
  |  | 6255|       |                if (result == 0) {
  |  | 6256|       |                    null_or_index = PyStackRef_TagInt(-1);
  |  | 6257|       |                    JUMPBY(oparg + 1);
  |  | 6258|       |                    stack_pointer[-1] = null_or_index;
  |  | 6259|       |                    DISPATCH();
  |  | 6260|       |                }
  |  | 6261|       |                #else
  |  | 6262|  1.43k|                next = PyStackRef_FromPyObjectNew(PyList_GET_ITEM(list_o, PyStackRef_UntagInt(null_or_index)));
  |  |  ------------------
  |  |  |  |  599|  1.43k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.43k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.86k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (37:38): [True: 1.43k, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6263|      0|                #endif
  |  | 6264|      0|                null_or_index = PyStackRef_IncrementTaggedIntNoOverflow(null_or_index);
  |  | 6265|  1.43k|            }
  |  | 6266|      0|            stack_pointer[-1] = null_or_index;
  |  | 6267|  1.43k|            stack_pointer[0] = next;
  |  | 6268|  1.43k|            stack_pointer += 1;
  |  | 6269|  1.43k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.43k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6270|  1.43k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.43k|    { \
  |  |  |  |  201|  1.43k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.43k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.43k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.43k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.43k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.43k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.43k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.43k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.43k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.43k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.43k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.43k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.43k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.43k|    }
  |  |  ------------------
  |  |  |  Branch (6270:13): [True: 1.43k, False: 0]
  |  |  ------------------
  |  | 6271|  1.43k|        }
  |  | 6272|       |
  |  | 6273|    323|        TARGET(FOR_ITER_RANGE) {
  |  |  ------------------
  |  |  |  |  132|    323|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6274|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6275|       |            int opcode = FOR_ITER_RANGE;
  |  | 6276|       |            (void)(opcode);
  |  | 6277|       |            #endif
  |  | 6278|    323|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6279|    323|            (void)this_instr;
  |  | 6280|    323|            frame->instr_ptr = next_instr;
  |  | 6281|    323|            next_instr += 2;
  |  | 6282|    323|            INSTRUCTION_STATS(FOR_ITER_RANGE);
  |  |  ------------------
  |  |  |  |   71|    323|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6283|    323|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6284|    323|            _PyStackRef iter;
  |  | 6285|    323|            _PyStackRef next;
  |  | 6286|       |            /* Skip 1 cache entry */
  |  | 6287|       |            // _ITER_CHECK_RANGE
  |  | 6288|    323|            {
  |  | 6289|    323|                iter = stack_pointer[-2];
  |  | 6290|    323|                _PyRangeIterObject *r = (_PyRangeIterObject *)PyStackRef_AsPyObjectBorrow(iter);
  |  | 6291|    323|                if (Py_TYPE(r) != &PyRangeIter_Type) {
  |  |  ------------------
  |  |  |  |  213|    323|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    323|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    323|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6291:21): [True: 0, False: 323]
  |  |  ------------------
  |  | 6292|      0|                    UPDATE_MISS_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6293|      0|                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  |  ------------------
  |  |  |  Branch (6293:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6294|      0|                    JUMP_TO_PREDICTED(FOR_ITER);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6295|      0|                }
  |  | 6296|       |                #ifdef Py_GIL_DISABLED
  |  | 6297|       |                if (!_PyObject_IsUniquelyReferenced((PyObject *)r)) {
  |  | 6298|       |                    UPDATE_MISS_STATS(FOR_ITER);
  |  | 6299|       |                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  | 6300|       |                    JUMP_TO_PREDICTED(FOR_ITER);
  |  | 6301|       |                }
  |  | 6302|       |                #endif
  |  | 6303|    323|            }
  |  | 6304|       |            // _ITER_JUMP_RANGE
  |  | 6305|    323|            {
  |  | 6306|    323|                _PyRangeIterObject *r = (_PyRangeIterObject *)PyStackRef_AsPyObjectBorrow(iter);
  |  | 6307|    323|                assert(Py_TYPE(r) == &PyRangeIter_Type);
  |  |  ------------------
  |  |  |  Branch (6307:17): [True: 323, False: 0]
  |  |  ------------------
  |  | 6308|       |                #ifdef Py_GIL_DISABLED
  |  | 6309|       |                assert(_PyObject_IsUniquelyReferenced((PyObject *)r));
  |  | 6310|       |                #endif
  |  | 6311|    323|                STAT_INC(FOR_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|    323|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6312|    323|                if (r->len <= 0) {
  |  |  ------------------
  |  |  |  Branch (6312:21): [True: 58, False: 265]
  |  |  ------------------
  |  | 6313|     58|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|     58|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6314|     58|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     58|    { \
  |  |  |  |  201|     58|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     58|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     58|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     58|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     58|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     58|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     58|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     58|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 58]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     58|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     58|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     58|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     58|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     58|    }
  |  |  ------------------
  |  |  |  Branch (6314:21): [True: 58, False: 0]
  |  |  ------------------
  |  | 6315|     58|                }
  |  | 6316|    323|            }
  |  | 6317|       |            // _ITER_NEXT_RANGE
  |  | 6318|    323|            {
  |  | 6319|    323|                _PyRangeIterObject *r = (_PyRangeIterObject *)PyStackRef_AsPyObjectBorrow(iter);
  |  | 6320|    323|                assert(Py_TYPE(r) == &PyRangeIter_Type);
  |  |  ------------------
  |  |  |  Branch (6320:17): [True: 265, False: 58]
  |  |  ------------------
  |  | 6321|       |                #ifdef Py_GIL_DISABLED
  |  | 6322|       |                assert(_PyObject_IsUniquelyReferenced((PyObject *)r));
  |  | 6323|       |                #endif
  |  | 6324|    323|                assert(r->len > 0);
  |  |  ------------------
  |  |  |  Branch (6324:17): [True: 265, False: 0]
  |  |  ------------------
  |  | 6325|    265|                long value = r->start;
  |  | 6326|    265|                r->start = value + r->step;
  |  | 6327|    265|                r->len--;
  |  | 6328|    265|                PyObject *res = PyLong_FromLong(value);
  |  | 6329|    265|                if (res == NULL) {
  |  |  ------------------
  |  |  |  Branch (6329:21): [True: 0, False: 265]
  |  |  ------------------
  |  | 6330|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6331|      0|                }
  |  | 6332|    265|                next = PyStackRef_FromPyObjectSteal(res);
  |  | 6333|    265|            }
  |  | 6334|      0|            stack_pointer[0] = next;
  |  | 6335|    265|            stack_pointer += 1;
  |  | 6336|    265|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    265|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6337|    265|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    265|    { \
  |  |  |  |  201|    265|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    265|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    265|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    265|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    265|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    265|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    265|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    265|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 265]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    265|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    265|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    265|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    265|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    265|    }
  |  |  ------------------
  |  |  |  Branch (6337:13): [True: 265, False: 0]
  |  |  ------------------
  |  | 6338|    265|        }
  |  | 6339|       |
  |  | 6340|  1.26k|        TARGET(FOR_ITER_TUPLE) {
  |  |  ------------------
  |  |  |  |  132|  1.26k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6341|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6342|       |            int opcode = FOR_ITER_TUPLE;
  |  | 6343|       |            (void)(opcode);
  |  | 6344|       |            #endif
  |  | 6345|  1.26k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6346|  1.26k|            (void)this_instr;
  |  | 6347|  1.26k|            frame->instr_ptr = next_instr;
  |  | 6348|  1.26k|            next_instr += 2;
  |  | 6349|  1.26k|            INSTRUCTION_STATS(FOR_ITER_TUPLE);
  |  |  ------------------
  |  |  |  |   71|  1.26k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6350|  1.26k|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6351|  1.26k|            _PyStackRef iter;
  |  | 6352|  1.26k|            _PyStackRef null_or_index;
  |  | 6353|  1.26k|            _PyStackRef next;
  |  | 6354|       |            /* Skip 1 cache entry */
  |  | 6355|       |            // _ITER_CHECK_TUPLE
  |  | 6356|  1.26k|            {
  |  | 6357|  1.26k|                null_or_index = stack_pointer[-1];
  |  | 6358|  1.26k|                iter = stack_pointer[-2];
  |  | 6359|  1.26k|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6360|  1.26k|                if (Py_TYPE(iter_o) != &PyTuple_Type) {
  |  |  ------------------
  |  |  |  |  213|  1.26k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.26k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.26k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6360:21): [True: 8, False: 1.25k]
  |  |  ------------------
  |  | 6361|      8|                    UPDATE_MISS_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |  298|      8|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6362|      8|                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  |  ------------------
  |  |  |  Branch (6362:21): [True: 8, False: 0]
  |  |  ------------------
  |  | 6363|      8|                    JUMP_TO_PREDICTED(FOR_ITER);
  |  |  ------------------
  |  |  |  |  136|      8|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6364|      0|                }
  |  | 6365|  1.26k|                assert(PyStackRef_IsTaggedInt(null_or_index));
  |  |  ------------------
  |  |  |  Branch (6365:17): [True: 1.25k, False: 0]
  |  |  ------------------
  |  | 6366|  1.25k|            }
  |  | 6367|       |            // _ITER_JUMP_TUPLE
  |  | 6368|  1.25k|            {
  |  | 6369|  1.25k|                PyObject *tuple_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6370|  1.25k|                (void)tuple_o;
  |  | 6371|  1.25k|                assert(Py_TYPE(tuple_o) == &PyTuple_Type);
  |  |  ------------------
  |  |  |  Branch (6371:17): [True: 1.25k, False: 0]
  |  |  ------------------
  |  | 6372|  1.25k|                STAT_INC(FOR_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|  1.25k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6373|  1.25k|                if ((size_t)PyStackRef_UntagInt(null_or_index) >= (size_t)PyTuple_GET_SIZE(tuple_o)) {
  |  |  ------------------
  |  |  |  |   27|  1.25k|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.25k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.25k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6373:21): [True: 357, False: 899]
  |  |  ------------------
  |  | 6374|    357|                    null_or_index = PyStackRef_TagInt(-1);
  |  | 6375|    357|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|    357|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6376|    357|                    stack_pointer[-1] = null_or_index;
  |  | 6377|    357|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    357|    { \
  |  |  |  |  201|    357|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    357|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    357|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    357|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    357|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    357|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    357|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    357|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 357]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    357|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    357|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    357|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    357|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    357|    }
  |  |  ------------------
  |  |  |  Branch (6377:21): [True: 357, False: 0]
  |  |  ------------------
  |  | 6378|    357|                }
  |  | 6379|  1.25k|            }
  |  | 6380|       |            // _ITER_NEXT_TUPLE
  |  | 6381|  1.25k|            {
  |  | 6382|  1.25k|                PyObject *tuple_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6383|  1.25k|                assert(Py_TYPE(tuple_o) == &PyTuple_Type);
  |  |  ------------------
  |  |  |  Branch (6383:17): [True: 899, False: 357]
  |  |  ------------------
  |  | 6384|    899|                uintptr_t i = PyStackRef_UntagInt(null_or_index);
  |  | 6385|    899|                assert((size_t)i < (size_t)PyTuple_GET_SIZE(tuple_o));
  |  |  ------------------
  |  |  |  Branch (6385:17): [True: 899, False: 0]
  |  |  ------------------
  |  | 6386|    899|                next = PyStackRef_FromPyObjectNew(PyTuple_GET_ITEM(tuple_o, i));
  |  |  ------------------
  |  |  |  |  599|    899|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    899|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.79k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (37:38): [True: 899, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6387|      0|                null_or_index = PyStackRef_IncrementTaggedIntNoOverflow(null_or_index);
  |  | 6388|    899|            }
  |  | 6389|      0|            stack_pointer[-1] = null_or_index;
  |  | 6390|    899|            stack_pointer[0] = next;
  |  | 6391|    899|            stack_pointer += 1;
  |  | 6392|    899|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    899|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6393|    899|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    899|    { \
  |  |  |  |  201|    899|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    899|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    899|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    899|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    899|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    899|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    899|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    899|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 899]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    899|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    899|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    899|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    899|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    899|    }
  |  |  ------------------
  |  |  |  Branch (6393:13): [True: 899, False: 0]
  |  |  ------------------
  |  | 6394|    899|        }
  |  | 6395|       |
  |  | 6396|     54|        TARGET(FOR_ITER_VIRTUAL) {
  |  |  ------------------
  |  |  |  |  132|     54|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6397|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6398|       |            int opcode = FOR_ITER_VIRTUAL;
  |  | 6399|       |            (void)(opcode);
  |  | 6400|       |            #endif
  |  | 6401|     54|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6402|     54|            (void)this_instr;
  |  | 6403|     54|            frame->instr_ptr = next_instr;
  |  | 6404|     54|            next_instr += 2;
  |  | 6405|     54|            INSTRUCTION_STATS(FOR_ITER_VIRTUAL);
  |  |  ------------------
  |  |  |  |   71|     54|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6406|     54|            static_assert(INLINE_CACHE_ENTRIES_FOR_ITER == 1, "incorrect cache size");
  |  | 6407|     54|            _PyStackRef null_or_index;
  |  | 6408|     54|            _PyStackRef iter;
  |  | 6409|     54|            _PyStackRef next;
  |  | 6410|       |            /* Skip 1 cache entry */
  |  | 6411|       |            // _GUARD_TOS_NOT_NULL
  |  | 6412|     54|            {
  |  | 6413|     54|                null_or_index = stack_pointer[-1];
  |  | 6414|     54|                if (PyStackRef_IsNull(null_or_index)) {
  |  |  ------------------
  |  |  |  |  470|     54|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|     54|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|     54|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 54]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6415|      0|                    UPDATE_MISS_STATS(FOR_ITER);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6416|      0|                    assert(_PyOpcode_Deopt[opcode] == (FOR_ITER));
  |  |  ------------------
  |  |  |  Branch (6416:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6417|      0|                    JUMP_TO_PREDICTED(FOR_ITER);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6418|      0|                }
  |  | 6419|     54|            }
  |  | 6420|       |            // _FOR_ITER_VIRTUAL
  |  | 6421|     54|            {
  |  | 6422|     54|                iter = stack_pointer[-2];
  |  | 6423|     54|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  | 6424|     54|                Py_ssize_t index = PyStackRef_UntagInt(null_or_index);
  |  | 6425|     54|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6426|     54|                _PyObjectIndexPair next_index = Py_TYPE(iter_o)->_tp_iteritem(iter_o, index);
  |  |  ------------------
  |  |  |  |  213|     54|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     54|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     54|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6427|     54|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6428|     54|                PyObject *next_o = next_index.object;
  |  | 6429|     54|                index = next_index.index;
  |  | 6430|     54|                if (next_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6430:21): [True: 18, False: 36]
  |  |  ------------------
  |  | 6431|     18|                    if (index < 0) {
  |  |  ------------------
  |  |  |  Branch (6431:25): [True: 0, False: 18]
  |  |  ------------------
  |  | 6432|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6433|      0|                    }
  |  | 6434|     18|                    JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|     18|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 6435|     18|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     18|    { \
  |  |  |  |  201|     18|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     18|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     18|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     18|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     18|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     18|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     18|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     18|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 18]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     18|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     18|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     18|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     18|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     18|    }
  |  |  ------------------
  |  |  |  Branch (6435:21): [True: 18, False: 0]
  |  |  ------------------
  |  | 6436|     18|                }
  |  | 6437|     54|                null_or_index = PyStackRef_TagInt(index);
  |  | 6438|     54|                next = PyStackRef_FromPyObjectSteal(next_o);
  |  | 6439|     54|            }
  |  | 6440|      0|            stack_pointer[-1] = null_or_index;
  |  | 6441|     54|            stack_pointer[0] = next;
  |  | 6442|     54|            stack_pointer += 1;
  |  | 6443|     54|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     54|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6444|     54|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     54|    { \
  |  |  |  |  201|     54|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     54|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     36|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     36|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     36|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     36|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     36|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     36|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 36]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     36|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     36|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     36|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     36|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     36|    }
  |  |  ------------------
  |  |  |  Branch (6444:13): [True: 36, False: 18]
  |  |  ------------------
  |  | 6445|     36|        }
  |  | 6446|       |
  |  | 6447|      0|        TARGET(GET_AITER) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6448|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6449|       |            int opcode = GET_AITER;
  |  | 6450|       |            (void)(opcode);
  |  | 6451|       |            #endif
  |  | 6452|      0|            frame->instr_ptr = next_instr;
  |  | 6453|      0|            next_instr += 1;
  |  | 6454|      0|            INSTRUCTION_STATS(GET_AITER);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6455|      0|            _PyStackRef obj;
  |  | 6456|      0|            _PyStackRef iter;
  |  | 6457|      0|            obj = stack_pointer[-1];
  |  | 6458|      0|            unaryfunc getter = NULL;
  |  | 6459|      0|            PyObject *obj_o = PyStackRef_AsPyObjectBorrow(obj);
  |  | 6460|      0|            PyObject *iter_o;
  |  | 6461|      0|            PyTypeObject *type = Py_TYPE(obj_o);
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6462|      0|            if (type->tp_as_async != NULL) {
  |  |  ------------------
  |  |  |  Branch (6462:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6463|      0|                getter = type->tp_as_async->am_aiter;
  |  | 6464|      0|            }
  |  | 6465|      0|            if (getter == NULL) {
  |  |  ------------------
  |  |  |  Branch (6465:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6466|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6467|      0|                _PyErr_Format(tstate, PyExc_TypeError,
  |  | 6468|      0|                              "'async for' requires an object with "
  |  | 6469|      0|                              "__aiter__ method, got %.100s",
  |  | 6470|      0|                              type->tp_name);
  |  | 6471|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6472|      0|                stack_pointer += -1;
  |  | 6473|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6474|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6475|      0|                PyStackRef_CLOSE(obj);
  |  | 6476|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6477|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6478|      0|            }
  |  | 6479|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6480|      0|            iter_o = (*getter)(obj_o);
  |  | 6481|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6482|      0|            stack_pointer += -1;
  |  | 6483|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6484|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6485|      0|            PyStackRef_CLOSE(obj);
  |  | 6486|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6487|      0|            if (iter_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6487:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6488|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6489|      0|            }
  |  | 6490|      0|            if (Py_TYPE(iter_o)->tp_as_async == NULL ||
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6490:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6491|      0|                Py_TYPE(iter_o)->tp_as_async->am_anext == NULL) {
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6491:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6492|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6493|      0|                _PyErr_Format(tstate, PyExc_TypeError,
  |  | 6494|      0|                              "'async for' received an object from __aiter__ "
  |  | 6495|      0|                              "that does not implement __anext__: %.100s",
  |  | 6496|      0|                              Py_TYPE(iter_o)->tp_name);
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6497|      0|                Py_DECREF(iter_o);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6498|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6499|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6500|      0|            }
  |  | 6501|      0|            iter = PyStackRef_FromPyObjectSteal(iter_o);
  |  | 6502|      0|            stack_pointer[0] = iter;
  |  | 6503|      0|            stack_pointer += 1;
  |  | 6504|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6505|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (6505:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 6506|      0|        }
  |  | 6507|       |
  |  | 6508|      0|        TARGET(GET_ANEXT) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6509|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6510|       |            int opcode = GET_ANEXT;
  |  | 6511|       |            (void)(opcode);
  |  | 6512|       |            #endif
  |  | 6513|      0|            frame->instr_ptr = next_instr;
  |  | 6514|      0|            next_instr += 1;
  |  | 6515|      0|            INSTRUCTION_STATS(GET_ANEXT);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6516|      0|            _PyStackRef aiter;
  |  | 6517|      0|            _PyStackRef awaitable;
  |  | 6518|      0|            aiter = stack_pointer[-1];
  |  | 6519|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6520|      0|            PyObject *awaitable_o = _PyEval_GetANext(PyStackRef_AsPyObjectBorrow(aiter));
  |  | 6521|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6522|      0|            if (awaitable_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6522:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6523|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6524|      0|            }
  |  | 6525|      0|            awaitable = PyStackRef_FromPyObjectSteal(awaitable_o);
  |  | 6526|      0|            stack_pointer[0] = awaitable;
  |  | 6527|      0|            stack_pointer += 1;
  |  | 6528|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6529|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (6529:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 6530|      0|        }
  |  | 6531|       |
  |  | 6532|      0|        TARGET(GET_AWAITABLE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6533|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6534|       |            int opcode = GET_AWAITABLE;
  |  | 6535|       |            (void)(opcode);
  |  | 6536|       |            #endif
  |  | 6537|      0|            frame->instr_ptr = next_instr;
  |  | 6538|      0|            next_instr += 1;
  |  | 6539|      0|            INSTRUCTION_STATS(GET_AWAITABLE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6540|      0|            _PyStackRef iterable;
  |  | 6541|      0|            _PyStackRef iter;
  |  | 6542|      0|            iterable = stack_pointer[-1];
  |  | 6543|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6544|      0|            PyObject *iter_o = _PyEval_GetAwaitable(PyStackRef_AsPyObjectBorrow(iterable), oparg);
  |  | 6545|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6546|      0|            stack_pointer += -1;
  |  | 6547|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6548|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6549|      0|            PyStackRef_CLOSE(iterable);
  |  | 6550|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6551|      0|            if (iter_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6551:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6552|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6553|      0|            }
  |  | 6554|      0|            iter = PyStackRef_FromPyObjectSteal(iter_o);
  |  | 6555|      0|            stack_pointer[0] = iter;
  |  | 6556|      0|            stack_pointer += 1;
  |  | 6557|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6558|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (6558:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 6559|      0|        }
  |  | 6560|       |
  |  | 6561|    322|        TARGET(GET_ITER) {
  |  |  ------------------
  |  |  |  |  132|    322|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6562|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6563|       |            int opcode = GET_ITER;
  |  | 6564|       |            (void)(opcode);
  |  | 6565|       |            #endif
  |  | 6566|    322|            frame->instr_ptr = next_instr;
  |  | 6567|    322|            next_instr += 2;
  |  | 6568|    322|            INSTRUCTION_STATS(GET_ITER);
  |  |  ------------------
  |  |  |  |   71|    322|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6569|    344|            PREDICTED_GET_ITER:;
  |  | 6570|    344|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 6571|    344|            (void)this_instr;
  |  | 6572|    344|            _PyStackRef iterable;
  |  | 6573|    344|            _PyStackRef iter;
  |  | 6574|    344|            _PyStackRef index_or_null;
  |  | 6575|       |            // _SPECIALIZE_GET_ITER
  |  | 6576|    344|            {
  |  | 6577|    344|                iterable = stack_pointer[-1];
  |  | 6578|    344|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 6579|    344|                (void)counter;
  |  | 6580|    344|                #if ENABLE_SPECIALIZATION
  |  | 6581|    344|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    344|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 77, False: 267]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6582|     77|                    next_instr = this_instr;
  |  | 6583|     77|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6584|     77|                    _Py_Specialize_GetIter(iterable, next_instr);
  |  | 6585|     77|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6586|     77|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     77|    { \
  |  |  |  |  217|     77|        opcode = next_instr->op.code; \
  |  |  |  |  218|     77|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     77|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     77|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     77|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     77|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     77|    }
  |  |  ------------------
  |  | 6587|     77|                }
  |  | 6588|    344|                OPCODE_DEFERRED_INC(GET_ITER);
  |  |  ------------------
  |  |  |  |   90|    344|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 6589|    344|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    344|    do { \
  |  |  |  |  358|    344|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    344|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 344]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6590|    344|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 6591|    344|            }
  |  | 6592|       |            // _GET_ITER
  |  | 6593|    344|            {
  |  | 6594|    344|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6595|    344|                _PyStackRef result = _PyEval_GetIter(iterable, &index_or_null, oparg);
  |  | 6596|    344|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6597|    344|                if (PyStackRef_IsError(result)) {
  |  |  ------------------
  |  |  |  Branch (6597:21): [True: 0, False: 344]
  |  |  ------------------
  |  | 6598|      0|                    JUMP_TO_LABEL(pop_1_error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6599|      0|                }
  |  | 6600|    344|                iter = result;
  |  | 6601|    344|            }
  |  | 6602|      0|            stack_pointer[-1] = iter;
  |  | 6603|    344|            stack_pointer[0] = index_or_null;
  |  | 6604|    344|            stack_pointer += 1;
  |  | 6605|    344|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    344|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6606|    344|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    344|    { \
  |  |  |  |  201|    344|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    344|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    267|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    267|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    267|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    267|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    267|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    267|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 267]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    267|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    267|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    267|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    267|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    267|    }
  |  |  ------------------
  |  |  |  Branch (6606:13): [True: 267, False: 77]
  |  |  ------------------
  |  | 6607|    267|        }
  |  | 6608|       |
  |  | 6609|      8|        TARGET(GET_ITER_SELF) {
  |  |  ------------------
  |  |  |  |  132|      8|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6610|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6611|       |            int opcode = GET_ITER_SELF;
  |  | 6612|       |            (void)(opcode);
  |  | 6613|       |            #endif
  |  | 6614|      8|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6615|      8|            (void)this_instr;
  |  | 6616|      8|            frame->instr_ptr = next_instr;
  |  | 6617|      8|            next_instr += 2;
  |  | 6618|      8|            INSTRUCTION_STATS(GET_ITER_SELF);
  |  |  ------------------
  |  |  |  |   71|      8|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6619|      8|            static_assert(INLINE_CACHE_ENTRIES_GET_ITER == 1, "incorrect cache size");
  |  | 6620|      8|            _PyStackRef iterable;
  |  | 6621|      8|            _PyStackRef res;
  |  | 6622|       |            /* Skip 1 cache entry */
  |  | 6623|       |            // _GUARD_ITERATOR
  |  | 6624|      8|            {
  |  | 6625|      8|                iterable = stack_pointer[-1];
  |  | 6626|      8|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(iterable));
  |  |  ------------------
  |  |  |  |  213|      8|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6627|      8|                if (tp->tp_iter != PyObject_SelfIter) {
  |  |  ------------------
  |  |  |  Branch (6627:21): [True: 0, False: 8]
  |  |  ------------------
  |  | 6628|      0|                    UPDATE_MISS_STATS(GET_ITER);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6629|      0|                    assert(_PyOpcode_Deopt[opcode] == (GET_ITER));
  |  |  ------------------
  |  |  |  Branch (6629:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6630|      0|                    JUMP_TO_PREDICTED(GET_ITER);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6631|      0|                }
  |  | 6632|      8|                STAT_INC(GET_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|      8|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6633|      8|            }
  |  | 6634|       |            // _PUSH_NULL
  |  | 6635|      0|            {
  |  | 6636|      8|                res = PyStackRef_NULL;
  |  | 6637|      8|            }
  |  | 6638|      8|            stack_pointer[0] = res;
  |  | 6639|      8|            stack_pointer += 1;
  |  | 6640|      8|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      8|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6641|      8|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      8|    { \
  |  |  |  |  201|      8|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      8|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      8|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      8|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      8|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      8|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      8|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      8|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 8]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      8|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      8|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      8|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      8|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      8|    }
  |  |  ------------------
  |  |  |  Branch (6641:13): [True: 8, False: 0]
  |  |  ------------------
  |  | 6642|      8|        }
  |  | 6643|       |
  |  | 6644|    731|        TARGET(GET_ITER_VIRTUAL) {
  |  |  ------------------
  |  |  |  |  132|    731|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6645|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6646|       |            int opcode = GET_ITER_VIRTUAL;
  |  | 6647|       |            (void)(opcode);
  |  | 6648|       |            #endif
  |  | 6649|    731|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6650|    731|            (void)this_instr;
  |  | 6651|    731|            frame->instr_ptr = next_instr;
  |  | 6652|    731|            next_instr += 2;
  |  | 6653|    731|            INSTRUCTION_STATS(GET_ITER_VIRTUAL);
  |  |  ------------------
  |  |  |  |   71|    731|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6654|    731|            static_assert(INLINE_CACHE_ENTRIES_GET_ITER == 1, "incorrect cache size");
  |  | 6655|    731|            _PyStackRef iterable;
  |  | 6656|    731|            _PyStackRef zero;
  |  | 6657|       |            /* Skip 1 cache entry */
  |  | 6658|       |            // _GUARD_ITER_VIRTUAL
  |  | 6659|    731|            {
  |  | 6660|    731|                iterable = stack_pointer[-1];
  |  | 6661|    731|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(iterable));
  |  |  ------------------
  |  |  |  |  213|    731|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    731|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    731|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6662|    731|                if (tp->_tp_iteritem == NULL) {
  |  |  ------------------
  |  |  |  Branch (6662:21): [True: 22, False: 709]
  |  |  ------------------
  |  | 6663|     22|                    UPDATE_MISS_STATS(GET_ITER);
  |  |  ------------------
  |  |  |  |  298|     22|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 6664|     22|                    assert(_PyOpcode_Deopt[opcode] == (GET_ITER));
  |  |  ------------------
  |  |  |  Branch (6664:21): [True: 22, False: 0]
  |  |  ------------------
  |  | 6665|     22|                    JUMP_TO_PREDICTED(GET_ITER);
  |  |  ------------------
  |  |  |  |  136|     22|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 6666|      0|                }
  |  | 6667|    709|                STAT_INC(GET_ITER, hit);
  |  |  ------------------
  |  |  |  |   73|    709|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 6668|    709|            }
  |  | 6669|       |            // _PUSH_TAGGED_ZERO
  |  | 6670|      0|            {
  |  | 6671|    709|                zero = PyStackRef_TagInt(0);
  |  | 6672|    709|            }
  |  | 6673|    709|            stack_pointer[0] = zero;
  |  | 6674|    709|            stack_pointer += 1;
  |  | 6675|    709|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    709|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6676|    709|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    709|    { \
  |  |  |  |  201|    709|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    709|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    709|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    709|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    709|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    709|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    709|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    709|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 709]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    709|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    709|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    709|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    709|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    709|    }
  |  |  ------------------
  |  |  |  Branch (6676:13): [True: 709, False: 0]
  |  |  ------------------
  |  | 6677|    709|        }
  |  | 6678|       |
  |  | 6679|      0|        TARGET(GET_LEN) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6680|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6681|       |            int opcode = GET_LEN;
  |  | 6682|       |            (void)(opcode);
  |  | 6683|       |            #endif
  |  | 6684|      0|            frame->instr_ptr = next_instr;
  |  | 6685|      0|            next_instr += 1;
  |  | 6686|      0|            INSTRUCTION_STATS(GET_LEN);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6687|      0|            _PyStackRef obj;
  |  | 6688|      0|            _PyStackRef len;
  |  | 6689|      0|            obj = stack_pointer[-1];
  |  | 6690|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6691|      0|            Py_ssize_t len_i = PyObject_Length(PyStackRef_AsPyObjectBorrow(obj));
  |  |  ------------------
  |  |  |  |  353|      0|#define PyObject_Length PyObject_Size
  |  |  ------------------
  |  | 6692|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6693|      0|            if (len_i < 0) {
  |  |  ------------------
  |  |  |  Branch (6693:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6694|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6695|      0|            }
  |  | 6696|      0|            PyObject *len_o = PyLong_FromSsize_t(len_i);
  |  | 6697|      0|            if (len_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6697:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6698|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6699|      0|            }
  |  | 6700|      0|            len = PyStackRef_FromPyObjectSteal(len_o);
  |  | 6701|      0|            stack_pointer[0] = len;
  |  | 6702|      0|            stack_pointer += 1;
  |  | 6703|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6704|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (6704:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 6705|      0|        }
  |  | 6706|       |
  |  | 6707|    108|        TARGET(IMPORT_FROM) {
  |  |  ------------------
  |  |  |  |  132|    108|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6708|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6709|       |            int opcode = IMPORT_FROM;
  |  | 6710|       |            (void)(opcode);
  |  | 6711|       |            #endif
  |  | 6712|    108|            frame->instr_ptr = next_instr;
  |  | 6713|    108|            next_instr += 1;
  |  | 6714|    108|            INSTRUCTION_STATS(IMPORT_FROM);
  |  |  ------------------
  |  |  |  |   71|    108|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6715|    108|            _PyStackRef from;
  |  | 6716|    108|            _PyStackRef res;
  |  | 6717|    108|            from = stack_pointer[-1];
  |  | 6718|    108|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|    108|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    108|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    108|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6718:30): [True: 108, False: 0]
  |  |  ------------------
  |  | 6719|      0|            PyObject *res_o;
  |  | 6720|    108|            if (PyLazyImport_CheckExact(PyStackRef_AsPyObjectBorrow(from))) {
  |  |  ------------------
  |  |  |  |   15|    108|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    108|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    108|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 2, False: 106]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6721|      2|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6722|      2|                res_o = _PyEval_LazyImportFrom(
  |  | 6723|      2|                    tstate, frame, PyStackRef_AsPyObjectBorrow(from), name);
  |  | 6724|      2|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6725|      2|            }
  |  | 6726|    106|            else {
  |  | 6727|    106|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6728|    106|                res_o = _PyEval_ImportFrom(
  |  | 6729|    106|                    tstate, PyStackRef_AsPyObjectBorrow(from), name);
  |  | 6730|    106|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6731|    106|            }
  |  | 6732|    108|            if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6732:17): [True: 0, False: 108]
  |  |  ------------------
  |  | 6733|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6734|      0|            }
  |  | 6735|    108|            res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 6736|    108|            stack_pointer[0] = res;
  |  | 6737|    108|            stack_pointer += 1;
  |  | 6738|    108|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    108|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6739|    108|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    108|    { \
  |  |  |  |  201|    108|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    108|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    108|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    108|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    108|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    108|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    108|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    108|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 108]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    108|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    108|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    108|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    108|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    108|    }
  |  |  ------------------
  |  |  |  Branch (6739:13): [True: 108, False: 0]
  |  |  ------------------
  |  | 6740|    108|        }
  |  | 6741|       |
  |  | 6742|    181|        TARGET(IMPORT_NAME) {
  |  |  ------------------
  |  |  |  |  132|    181|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6743|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6744|       |            int opcode = IMPORT_NAME;
  |  | 6745|       |            (void)(opcode);
  |  | 6746|       |            #endif
  |  | 6747|    181|            frame->instr_ptr = next_instr;
  |  | 6748|    181|            next_instr += 1;
  |  | 6749|    181|            INSTRUCTION_STATS(IMPORT_NAME);
  |  |  ------------------
  |  |  |  |   71|    181|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6750|    181|            _PyStackRef level;
  |  | 6751|    181|            _PyStackRef fromlist;
  |  | 6752|    181|            _PyStackRef res;
  |  | 6753|    181|            fromlist = stack_pointer[-1];
  |  | 6754|    181|            level = stack_pointer[-2];
  |  | 6755|    181|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 2);
  |  |  ------------------
  |  |  |  |  235|    181|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    181|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    181|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    181|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6755:30): [True: 181, False: 0]
  |  |  ------------------
  |  | 6756|      0|            PyObject *res_o;
  |  | 6757|    181|            if (!(oparg & 0x02)) {
  |  |  ------------------
  |  |  |  Branch (6757:17): [True: 133, False: 48]
  |  |  ------------------
  |  | 6758|    133|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6759|    133|                res_o = _PyEval_LazyImportName(tstate, BUILTINS(), GLOBALS(),
  |  |  ------------------
  |  |  |  |  326|    133|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  |                               res_o = _PyEval_LazyImportName(tstate, BUILTINS(), GLOBALS(),
  |  |  ------------------
  |  |  |  |  325|    133|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 6760|    133|                    LOCALS(), name,
  |  |  ------------------
  |  |  |  |  327|    133|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  | 6761|    133|                    PyStackRef_AsPyObjectBorrow(fromlist),
  |  | 6762|    133|                    PyStackRef_AsPyObjectBorrow(level),
  |  | 6763|    133|                    oparg & 0x01);
  |  | 6764|    133|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6765|    133|            }
  |  | 6766|     48|            else {
  |  | 6767|     48|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6768|     48|                res_o = _PyEval_ImportName(tstate, BUILTINS(), GLOBALS(),
  |  |  ------------------
  |  |  |  |  326|     48|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  |                               res_o = _PyEval_ImportName(tstate, BUILTINS(), GLOBALS(),
  |  |  ------------------
  |  |  |  |  325|     48|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 6769|     48|                    LOCALS(), name,
  |  |  ------------------
  |  |  |  |  327|     48|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  | 6770|     48|                    PyStackRef_AsPyObjectBorrow(fromlist),
  |  | 6771|     48|                    PyStackRef_AsPyObjectBorrow(level));
  |  | 6772|     48|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6773|     48|            }
  |  | 6774|    181|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6775|    181|            _PyStackRef tmp = fromlist;
  |  | 6776|    181|            fromlist = PyStackRef_NULL;
  |  | 6777|    181|            stack_pointer[-1] = fromlist;
  |  | 6778|    181|            PyStackRef_CLOSE(tmp);
  |  | 6779|    181|            tmp = level;
  |  | 6780|    181|            level = PyStackRef_NULL;
  |  | 6781|    181|            stack_pointer[-2] = level;
  |  | 6782|    181|            PyStackRef_CLOSE(tmp);
  |  | 6783|    181|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6784|    181|            stack_pointer += -2;
  |  | 6785|    181|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    181|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6786|    181|            if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6786:17): [True: 4, False: 177]
  |  |  ------------------
  |  | 6787|      4|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      4|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6788|      0|            }
  |  | 6789|    177|            res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 6790|    177|            stack_pointer[0] = res;
  |  | 6791|    177|            stack_pointer += 1;
  |  | 6792|    177|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    177|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6793|    177|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    177|    { \
  |  |  |  |  201|    177|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    177|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    177|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    177|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    177|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    177|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    177|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    177|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 177]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    177|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    177|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    177|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    177|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    177|    }
  |  |  ------------------
  |  |  |  Branch (6793:13): [True: 177, False: 0]
  |  |  ------------------
  |  | 6794|    177|        }
  |  | 6795|       |
  |  | 6796|      0|        TARGET(INSTRUMENTED_CALL) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6797|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6798|       |            int opcode = INSTRUMENTED_CALL;
  |  | 6799|       |            (void)(opcode);
  |  | 6800|       |            #endif
  |  | 6801|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6802|      0|            (void)this_instr;
  |  | 6803|      0|            frame->instr_ptr = next_instr;
  |  | 6804|      0|            next_instr += 4;
  |  | 6805|      0|            INSTRUCTION_STATS(INSTRUMENTED_CALL);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6806|      0|            opcode = INSTRUMENTED_CALL;
  |  |  ------------------
  |  |  |  |  240|      0|#define INSTRUMENTED_CALL                      249
  |  |  ------------------
  |  | 6807|      0|            _PyStackRef callable;
  |  | 6808|      0|            _PyStackRef self_or_null;
  |  | 6809|      0|            _PyStackRef func;
  |  | 6810|      0|            _PyStackRef maybe_self;
  |  | 6811|      0|            _PyStackRef *args;
  |  | 6812|      0|            _PyStackRef res;
  |  | 6813|       |            /* Skip 3 cache entries */
  |  | 6814|       |            // _MAYBE_EXPAND_METHOD
  |  | 6815|      0|            {
  |  | 6816|      0|                self_or_null = stack_pointer[-1 - oparg];
  |  | 6817|      0|                callable = stack_pointer[-2 - oparg];
  |  | 6818|      0|                if (PyStackRef_TYPE(callable) == &PyMethod_Type && PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6818:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6819|      0|                    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 6820|      0|                    PyObject *self = ((PyMethodObject *)callable_o)->im_self;
  |  | 6821|      0|                    self_or_null = PyStackRef_FromPyObjectNew(self);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6822|      0|                    PyObject *method = ((PyMethodObject *)callable_o)->im_func;
  |  | 6823|      0|                    _PyStackRef temp = callable;
  |  | 6824|      0|                    callable = PyStackRef_FromPyObjectNew(method);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6825|      0|                    stack_pointer[-2 - oparg] = callable;
  |  | 6826|      0|                    stack_pointer[-1 - oparg] = self_or_null;
  |  | 6827|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6828|      0|                    PyStackRef_CLOSE(temp);
  |  | 6829|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6830|      0|                }
  |  | 6831|      0|            }
  |  | 6832|       |            // _MONITOR_CALL
  |  | 6833|      0|            {
  |  | 6834|      0|                args = &stack_pointer[-oparg];
  |  | 6835|      0|                maybe_self = self_or_null;
  |  | 6836|      0|                func = callable;
  |  | 6837|      0|                int is_meth = !PyStackRef_IsNull(maybe_self);
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6838|      0|                PyObject *function = PyStackRef_AsPyObjectBorrow(func);
  |  | 6839|      0|                PyObject *arg0;
  |  | 6840|      0|                if (is_meth) {
  |  |  ------------------
  |  |  |  Branch (6840:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6841|      0|                    arg0 = PyStackRef_AsPyObjectBorrow(maybe_self);
  |  | 6842|      0|                }
  |  | 6843|      0|                else if (oparg) {
  |  |  ------------------
  |  |  |  Branch (6843:26): [True: 0, False: 0]
  |  |  ------------------
  |  | 6844|      0|                    arg0 = PyStackRef_AsPyObjectBorrow(args[0]);
  |  | 6845|      0|                }
  |  | 6846|      0|                else {
  |  | 6847|      0|                    arg0 = &_PyInstrumentation_MISSING;
  |  | 6848|      0|                }
  |  | 6849|      0|                stack_pointer[-2 - oparg] = func;
  |  | 6850|      0|                stack_pointer[-1 - oparg] = maybe_self;
  |  | 6851|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6852|      0|                int err = _Py_call_instrumentation_2args(
  |  | 6853|      0|                    tstate, PY_MONITORING_EVENT_CALL,
  |  |  ------------------
  |  |  |  |   18|      0|#define PY_MONITORING_EVENT_CALL 4
  |  |  ------------------
  |  | 6854|      0|                    frame, this_instr, function, arg0
  |  | 6855|      0|                );
  |  | 6856|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6857|      0|                if (err) {
  |  |  ------------------
  |  |  |  Branch (6857:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6858|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6859|      0|                }
  |  | 6860|      0|            }
  |  | 6861|       |            // _DO_CALL
  |  | 6862|      0|            {
  |  | 6863|      0|                args = &stack_pointer[-oparg];
  |  | 6864|      0|                self_or_null = stack_pointer[-1 - oparg];
  |  | 6865|      0|                callable = stack_pointer[-2 - oparg];
  |  | 6866|      0|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 6867|      0|                int total_args = oparg;
  |  | 6868|      0|                _PyStackRef *arguments = args;
  |  | 6869|      0|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6869:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6870|      0|                    arguments--;
  |  | 6871|      0|                    total_args++;
  |  | 6872|      0|                }
  |  | 6873|      0|                if (Py_TYPE(callable_o) == &PyFunction_Type &&
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6873:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6874|      0|                    !IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|      0|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (6874:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6875|      0|                    ((PyFunctionObject *)callable_o)->vectorcall == _PyFunction_Vectorcall)
  |  |  ------------------
  |  |  |  Branch (6875:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6876|      0|                {
  |  | 6877|      0|                    int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|      0|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 6878|      0|                    PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|      0|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                                   PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6878:40): [True: 0, False: 0]
  |  |  ------------------
  |  | 6879|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6880|      0|                    _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit(
  |  | 6881|      0|                        tstate, callable, locals,
  |  | 6882|      0|                        arguments, total_args, NULL, frame
  |  | 6883|      0|                    );
  |  | 6884|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6885|      0|                    stack_pointer += -2 - oparg;
  |  | 6886|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6887|      0|                    if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (6887:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 6888|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6889|      0|                    }
  |  | 6890|      0|                    frame->return_offset = 4u ;
  |  | 6891|      0|                    DISPATCH_INLINED(new_frame);
  |  |  ------------------
  |  |  |  |  223|      0|    do {                                                         \
  |  |  |  |  224|      0|        assert(!IS_PEP523_HOOKED(tstate));                       \
  |  |  |  |  225|      0|        _PyFrame_SetStackPointer(frame, stack_pointer);          \
  |  |  |  |  226|      0|        assert((NEW_FRAME)->previous == frame);                  \
  |  |  |  |  227|      0|        frame = tstate->current_frame = (NEW_FRAME);             \
  |  |  |  |  228|      0|        CALL_STAT_INC(inlined_py_calls);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  |   76|      0|#define CALL_STAT_INC(name) ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  229|      0|        JUMP_TO_LABEL(start_frame);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  230|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (230:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6891:21): [True: 0, False: 0]
  |  |  |  Branch (6891:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6892|      0|                }
  |  | 6893|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6894|      0|                PyObject* res_o = _Py_VectorCallInstrumentation_StackRefSteal(
  |  | 6895|      0|                    callable,
  |  | 6896|      0|                    arguments,
  |  | 6897|      0|                    total_args,
  |  | 6898|      0|                    PyStackRef_NULL,
  |  | 6899|      0|                    opcode == INSTRUMENTED_CALL,
  |  |  ------------------
  |  |  |  |  240|      0|#define INSTRUMENTED_CALL                      249
  |  |  ------------------
  |  | 6900|      0|                    frame,
  |  | 6901|      0|                    this_instr,
  |  | 6902|      0|                    tstate);
  |  | 6903|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6904|      0|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6904:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6905|      0|                    stack_pointer += -2 - oparg;
  |  | 6906|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6907|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6908|      0|                }
  |  | 6909|      0|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 6910|      0|            }
  |  | 6911|       |            // _CHECK_PERIODIC_AT_END
  |  | 6912|      0|            {
  |  | 6913|      0|                stack_pointer[-2 - oparg] = res;
  |  | 6914|      0|                stack_pointer += -1 - oparg;
  |  | 6915|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 6916|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6917|      0|                int err = check_periodics(tstate);
  |  | 6918|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6919|      0|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (6919:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6920|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6921|      0|                }
  |  | 6922|      0|            }
  |  | 6923|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (6923:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 6924|      0|        }
  |  | 6925|       |
  |  | 6926|      0|        TARGET(INSTRUMENTED_CALL_FUNCTION_EX) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 6927|       |            #if _Py_TAIL_CALL_INTERP
  |  | 6928|       |            int opcode = INSTRUMENTED_CALL_FUNCTION_EX;
  |  | 6929|       |            (void)(opcode);
  |  | 6930|       |            #endif
  |  | 6931|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 6932|      0|            (void)this_instr;
  |  | 6933|      0|            frame->instr_ptr = next_instr;
  |  | 6934|      0|            next_instr += 2;
  |  | 6935|      0|            INSTRUCTION_STATS(INSTRUMENTED_CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 6936|      0|            opcode = INSTRUMENTED_CALL_FUNCTION_EX;
  |  |  ------------------
  |  |  |  |  242|      0|#define INSTRUMENTED_CALL_FUNCTION_EX          251
  |  |  ------------------
  |  | 6937|      0|            _PyStackRef func;
  |  | 6938|      0|            _PyStackRef callargs;
  |  | 6939|      0|            _PyStackRef func_st;
  |  | 6940|      0|            _PyStackRef null;
  |  | 6941|      0|            _PyStackRef callargs_st;
  |  | 6942|      0|            _PyStackRef kwargs_st;
  |  | 6943|      0|            _PyStackRef result;
  |  | 6944|       |            /* Skip 1 cache entry */
  |  | 6945|       |            // _MAKE_CALLARGS_A_TUPLE
  |  | 6946|      0|            {
  |  | 6947|      0|                callargs = stack_pointer[-2];
  |  | 6948|      0|                func = stack_pointer[-4];
  |  | 6949|      0|                PyObject *callargs_o = PyStackRef_AsPyObjectBorrow(callargs);
  |  | 6950|      0|                if (!PyTuple_CheckExact(callargs_o)) {
  |  |  ------------------
  |  |  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6950:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6951|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6952|      0|                    int err = _Py_Check_ArgsIterable(tstate, PyStackRef_AsPyObjectBorrow(func), callargs_o);
  |  | 6953|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6954|      0|                    if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (6954:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 6955|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6956|      0|                    }
  |  | 6957|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6958|      0|                    PyObject *tuple_o = PySequence_Tuple(callargs_o);
  |  | 6959|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6960|      0|                    if (tuple_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (6960:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 6961|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6962|      0|                    }
  |  | 6963|      0|                    _PyStackRef temp = callargs;
  |  | 6964|      0|                    callargs = PyStackRef_FromPyObjectSteal(tuple_o);
  |  | 6965|      0|                    stack_pointer[-2] = callargs;
  |  | 6966|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6967|      0|                    PyStackRef_CLOSE(temp);
  |  | 6968|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6969|      0|                }
  |  | 6970|      0|            }
  |  | 6971|       |            // _DO_CALL_FUNCTION_EX
  |  | 6972|      0|            {
  |  | 6973|      0|                kwargs_st = stack_pointer[-1];
  |  | 6974|      0|                callargs_st = callargs;
  |  | 6975|      0|                null = stack_pointer[-3];
  |  | 6976|      0|                func_st = func;
  |  | 6977|      0|                (void)null;
  |  | 6978|      0|                PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
  |  | 6979|      0|                EVAL_CALL_STAT_INC_IF_FUNCTION(EVAL_CALL_FUNCTION_EX, func);
  |  |  ------------------
  |  |  |  |   80|      0|#define EVAL_CALL_STAT_INC_IF_FUNCTION(name, callable) ((void)0)
  |  |  ------------------
  |  | 6980|      0|                PyObject *result_o;
  |  | 6981|      0|                assert(!_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (6981:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 6982|      0|                if (opcode == INSTRUMENTED_CALL_FUNCTION_EX) {
  |  |  ------------------
  |  |  |  |  242|      0|#define INSTRUMENTED_CALL_FUNCTION_EX          251
  |  |  ------------------
  |  |  |  Branch (6982:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6983|      0|                    PyObject *callargs = PyStackRef_AsPyObjectBorrow(callargs_st);
  |  | 6984|      0|                    PyObject *kwargs = PyStackRef_AsPyObjectBorrow(kwargs_st);
  |  | 6985|      0|                    assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (6985:21): [True: 0, False: 0]
  |  |  |  Branch (6985:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6986|      0|                    assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (6986:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6987|      0|                    PyObject *arg = PyTuple_GET_SIZE(callargs) > 0 ?
  |  |  ------------------
  |  |  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6987:37): [True: 0, False: 0]
  |  |  ------------------
  |  | 6988|      0|                    PyTuple_GET_ITEM(callargs, 0) : &_PyInstrumentation_MISSING;
  |  |  ------------------
  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (6988:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 6989|      0|                    stack_pointer[-2] = callargs_st;
  |  | 6990|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6991|      0|                    int err = _Py_call_instrumentation_2args(
  |  | 6992|      0|                        tstate, PY_MONITORING_EVENT_CALL,
  |  |  ------------------
  |  |  |  |   18|      0|#define PY_MONITORING_EVENT_CALL 4
  |  |  ------------------
  |  | 6993|      0|                        frame, this_instr, func, arg);
  |  | 6994|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 6995|      0|                    if (err) {
  |  |  ------------------
  |  |  |  Branch (6995:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 6996|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 6997|      0|                    }
  |  | 6998|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 6999|      0|                    result_o = PyObject_Call(func, callargs, kwargs);
  |  | 7000|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7001|      0|                    if (!PyFunction_Check(func) && !PyMethod_Check(func)) {
  |  |  ------------------
  |  |  |  |   68|      0|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                                   if (!PyFunction_Check(func) && !PyMethod_Check(func)) {
  |  |  ------------------
  |  |  |  |   22|      0|#define PyMethod_Check(op) Py_IS_TYPE((op), &PyMethod_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7001:25): [True: 0, False: 0]
  |  |  |  Branch (7001:52): [True: 0, False: 0]
  |  |  ------------------
  |  | 7002|      0|                        if (result_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (7002:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 7003|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7004|      0|                            _Py_call_instrumentation_exc2(
  |  | 7005|      0|                                tstate, PY_MONITORING_EVENT_C_RAISE,
  |  |  ------------------
  |  |  |  |   45|      0|#define PY_MONITORING_EVENT_C_RAISE 17
  |  |  ------------------
  |  | 7006|      0|                                frame, this_instr, func, arg);
  |  | 7007|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7008|      0|                        }
  |  | 7009|      0|                        else {
  |  | 7010|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7011|      0|                            int err = _Py_call_instrumentation_2args(
  |  | 7012|      0|                                tstate, PY_MONITORING_EVENT_C_RETURN,
  |  |  ------------------
  |  |  |  |   44|      0|#define PY_MONITORING_EVENT_C_RETURN 16
  |  |  ------------------
  |  | 7013|      0|                                frame, this_instr, func, arg);
  |  | 7014|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7015|      0|                            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (7015:33): [True: 0, False: 0]
  |  |  ------------------
  |  | 7016|      0|                                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7017|      0|                                Py_CLEAR(result_o);
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      0|    do { \
  |  |  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7018|      0|                                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7019|      0|                            }
  |  | 7020|      0|                        }
  |  | 7021|      0|                    }
  |  | 7022|      0|                }
  |  | 7023|      0|                else {
  |  | 7024|      0|                    if (Py_TYPE(func) == &PyFunction_Type &&
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7024:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7025|      0|                        !IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|      0|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (7025:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7026|      0|                        ((PyFunctionObject *)func)->vectorcall == _PyFunction_Vectorcall) {
  |  |  ------------------
  |  |  |  Branch (7026:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7027|      0|                        PyObject *callargs = PyStackRef_AsPyObjectSteal(callargs_st);
  |  | 7028|      0|                        assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (7028:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7029|      0|                        PyObject *kwargs = PyStackRef_IsNull(kwargs_st) ? NULL : PyStackRef_AsPyObjectSteal(kwargs_st);
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7030|      0|                        assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (7030:25): [True: 0, False: 0]
  |  |  |  Branch (7030:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7031|      0|                        Py_ssize_t nargs = PyTuple_GET_SIZE(callargs);
  |  |  ------------------
  |  |  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7032|      0|                        int code_flags = ((PyCodeObject *)PyFunction_GET_CODE(func))->co_flags;
  |  |  ------------------
  |  |  |  |   93|      0|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7033|      0|                        PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(func));
  |  |  ------------------
  |  |  |  |  118|      0|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                                       PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(func));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7033:44): [True: 0, False: 0]
  |  |  ------------------
  |  | 7034|      0|                        stack_pointer += -2;
  |  | 7035|      0|                        ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7036|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7037|      0|                        _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit_Ex(
  |  | 7038|      0|                            tstate, func_st, locals,
  |  | 7039|      0|                            nargs, callargs, kwargs, frame);
  |  | 7040|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7041|      0|                        stack_pointer += -2;
  |  | 7042|      0|                        ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7043|      0|                        if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (7043:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 7044|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7045|      0|                        }
  |  | 7046|      0|                        assert( 2u == 1 + INLINE_CACHE_ENTRIES_CALL_FUNCTION_EX);
  |  |  ------------------
  |  |  |  Branch (7046:25): [True: 0, Folded]
  |  |  ------------------
  |  | 7047|      0|                        frame->return_offset = 2u ;
  |  | 7048|      0|                        DISPATCH_INLINED(new_frame);
  |  |  ------------------
  |  |  |  |  223|      0|    do {                                                         \
  |  |  |  |  224|      0|        assert(!IS_PEP523_HOOKED(tstate));                       \
  |  |  |  |  225|      0|        _PyFrame_SetStackPointer(frame, stack_pointer);          \
  |  |  |  |  226|      0|        assert((NEW_FRAME)->previous == frame);                  \
  |  |  |  |  227|      0|        frame = tstate->current_frame = (NEW_FRAME);             \
  |  |  |  |  228|      0|        CALL_STAT_INC(inlined_py_calls);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  |   76|      0|#define CALL_STAT_INC(name) ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  229|      0|        JUMP_TO_LABEL(start_frame);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  230|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (230:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7048:25): [True: 0, False: 0]
  |  |  |  Branch (7048:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7049|      0|                    }
  |  | 7050|      0|                    PyObject *callargs = PyStackRef_AsPyObjectBorrow(callargs_st);
  |  | 7051|      0|                    assert(PyTuple_CheckExact(callargs));
  |  |  ------------------
  |  |  |  Branch (7051:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7052|      0|                    PyObject *kwargs = PyStackRef_AsPyObjectBorrow(kwargs_st);
  |  | 7053|      0|                    assert(kwargs == NULL || PyDict_CheckExact(kwargs));
  |  |  ------------------
  |  |  |  Branch (7053:21): [True: 0, False: 0]
  |  |  |  Branch (7053:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7054|      0|                    stack_pointer[-2] = callargs_st;
  |  | 7055|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7056|      0|                    result_o = PyObject_Call(func, callargs, kwargs);
  |  | 7057|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7058|      0|                }
  |  | 7059|      0|                stack_pointer += -1;
  |  | 7060|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7061|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7062|      0|                PyStackRef_XCLOSE(kwargs_st);
  |  | 7063|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7064|      0|                stack_pointer += -1;
  |  | 7065|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7066|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7067|      0|                PyStackRef_CLOSE(callargs_st);
  |  | 7068|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7069|      0|                stack_pointer += -2;
  |  | 7070|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7071|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7072|      0|                PyStackRef_CLOSE(func_st);
  |  | 7073|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7074|      0|                if (result_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (7074:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7075|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7076|      0|                }
  |  | 7077|      0|                result = PyStackRef_FromPyObjectSteal(result_o);
  |  | 7078|      0|            }
  |  | 7079|       |            // _CHECK_PERIODIC_AT_END
  |  | 7080|      0|            {
  |  | 7081|      0|                stack_pointer[0] = result;
  |  | 7082|      0|                stack_pointer += 1;
  |  | 7083|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7084|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7085|      0|                int err = check_periodics(tstate);
  |  | 7086|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7087|      0|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (7087:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7088|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7089|      0|                }
  |  | 7090|      0|            }
  |  | 7091|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7091:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7092|      0|        }
  |  | 7093|       |
  |  | 7094|      0|        TARGET(INSTRUMENTED_CALL_KW) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7095|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7096|       |            int opcode = INSTRUMENTED_CALL_KW;
  |  | 7097|       |            (void)(opcode);
  |  | 7098|       |            #endif
  |  | 7099|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7100|      0|            (void)this_instr;
  |  | 7101|      0|            frame->instr_ptr = next_instr;
  |  | 7102|      0|            next_instr += 4;
  |  | 7103|      0|            INSTRUCTION_STATS(INSTRUMENTED_CALL_KW);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7104|      0|            opcode = INSTRUMENTED_CALL_KW;
  |  |  ------------------
  |  |  |  |  241|      0|#define INSTRUMENTED_CALL_KW                   250
  |  |  ------------------
  |  | 7105|      0|            _PyStackRef callable;
  |  | 7106|      0|            _PyStackRef self_or_null;
  |  | 7107|      0|            _PyStackRef *args;
  |  | 7108|      0|            _PyStackRef kwnames;
  |  | 7109|      0|            _PyStackRef res;
  |  | 7110|       |            /* Skip 1 cache entry */
  |  | 7111|       |            /* Skip 2 cache entries */
  |  | 7112|       |            // _MAYBE_EXPAND_METHOD_KW
  |  | 7113|      0|            {
  |  | 7114|      0|                self_or_null = stack_pointer[-2 - oparg];
  |  | 7115|      0|                callable = stack_pointer[-3 - oparg];
  |  | 7116|      0|                if (PyStackRef_TYPE(callable) == &PyMethod_Type && PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7116:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7117|      0|                    PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 7118|      0|                    PyObject *self = ((PyMethodObject *)callable_o)->im_self;
  |  | 7119|      0|                    self_or_null = PyStackRef_FromPyObjectNew(self);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7120|      0|                    PyObject *method = ((PyMethodObject *)callable_o)->im_func;
  |  | 7121|      0|                    _PyStackRef temp = callable;
  |  | 7122|      0|                    callable = PyStackRef_FromPyObjectNew(method);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7123|      0|                    stack_pointer[-3 - oparg] = callable;
  |  | 7124|      0|                    stack_pointer[-2 - oparg] = self_or_null;
  |  | 7125|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7126|      0|                    PyStackRef_CLOSE(temp);
  |  | 7127|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7128|      0|                }
  |  | 7129|      0|            }
  |  | 7130|       |            // _MONITOR_CALL_KW
  |  | 7131|      0|            {
  |  | 7132|      0|                args = &stack_pointer[-1 - oparg];
  |  | 7133|      0|                int is_meth = !PyStackRef_IsNull(self_or_null);
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7134|      0|                PyObject *arg;
  |  | 7135|      0|                if (is_meth) {
  |  |  ------------------
  |  |  |  Branch (7135:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7136|      0|                    arg = PyStackRef_AsPyObjectBorrow(self_or_null);
  |  | 7137|      0|                }
  |  | 7138|      0|                else if (args) {
  |  |  ------------------
  |  |  |  Branch (7138:26): [True: 0, False: 0]
  |  |  ------------------
  |  | 7139|      0|                    arg = PyStackRef_AsPyObjectBorrow(args[0]);
  |  | 7140|      0|                }
  |  | 7141|      0|                else {
  |  | 7142|      0|                    arg = &_PyInstrumentation_MISSING;
  |  | 7143|      0|                }
  |  | 7144|      0|                PyObject *function = PyStackRef_AsPyObjectBorrow(callable);
  |  | 7145|      0|                stack_pointer[-3 - oparg] = callable;
  |  | 7146|      0|                stack_pointer[-2 - oparg] = self_or_null;
  |  | 7147|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7148|      0|                int err = _Py_call_instrumentation_2args(
  |  | 7149|      0|                    tstate, PY_MONITORING_EVENT_CALL,
  |  |  ------------------
  |  |  |  |   18|      0|#define PY_MONITORING_EVENT_CALL 4
  |  |  ------------------
  |  | 7150|      0|                    frame, this_instr, function, arg);
  |  | 7151|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7152|      0|                if (err) {
  |  |  ------------------
  |  |  |  Branch (7152:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7153|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7154|      0|                }
  |  | 7155|      0|            }
  |  | 7156|       |            // _DO_CALL_KW
  |  | 7157|      0|            {
  |  | 7158|      0|                kwnames = stack_pointer[-1];
  |  | 7159|      0|                args = &stack_pointer[-1 - oparg];
  |  | 7160|      0|                PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
  |  | 7161|      0|                PyObject *kwnames_o = PyStackRef_AsPyObjectBorrow(kwnames);
  |  | 7162|      0|                int total_args = oparg;
  |  | 7163|      0|                _PyStackRef *arguments = args;
  |  | 7164|      0|                if (!PyStackRef_IsNull(self_or_null)) {
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7164:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7165|      0|                    arguments--;
  |  | 7166|      0|                    total_args++;
  |  | 7167|      0|                }
  |  | 7168|      0|                int positional_args = total_args - (int)PyTuple_GET_SIZE(kwnames_o);
  |  |  ------------------
  |  |  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7169|      0|                if (Py_TYPE(callable_o) == &PyFunction_Type &&
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7169:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7170|      0|                    !IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|      0|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (7170:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7171|      0|                    ((PyFunctionObject *)callable_o)->vectorcall == _PyFunction_Vectorcall)
  |  |  ------------------
  |  |  |  Branch (7171:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7172|      0|                {
  |  | 7173|      0|                    int code_flags = ((PyCodeObject*)PyFunction_GET_CODE(callable_o))->co_flags;
  |  |  ------------------
  |  |  |  |   93|      0|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7174|      0|                    PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  118|      0|#define CO_OPTIMIZED    0x0001
  |  |  ------------------
  |  |                                   PyObject *locals = code_flags & CO_OPTIMIZED ? NULL : Py_NewRef(PyFunction_GET_GLOBALS(callable_o));
  |  |  ------------------
  |  |  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7174:40): [True: 0, False: 0]
  |  |  ------------------
  |  | 7175|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7176|      0|                    _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit(
  |  | 7177|      0|                        tstate, callable, locals,
  |  | 7178|      0|                        arguments, positional_args, kwnames_o, frame
  |  | 7179|      0|                    );
  |  | 7180|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7181|      0|                    stack_pointer += -3 - oparg;
  |  | 7182|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7183|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7184|      0|                    PyStackRef_CLOSE(kwnames);
  |  | 7185|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7186|      0|                    if (new_frame == NULL) {
  |  |  ------------------
  |  |  |  Branch (7186:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7187|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7188|      0|                    }
  |  | 7189|      0|                    assert( 4u == 1 + INLINE_CACHE_ENTRIES_CALL_KW);
  |  |  ------------------
  |  |  |  Branch (7189:21): [True: 0, Folded]
  |  |  ------------------
  |  | 7190|      0|                    frame->return_offset = 4u ;
  |  | 7191|      0|                    DISPATCH_INLINED(new_frame);
  |  |  ------------------
  |  |  |  |  223|      0|    do {                                                         \
  |  |  |  |  224|      0|        assert(!IS_PEP523_HOOKED(tstate));                       \
  |  |  |  |  225|      0|        _PyFrame_SetStackPointer(frame, stack_pointer);          \
  |  |  |  |  226|      0|        assert((NEW_FRAME)->previous == frame);                  \
  |  |  |  |  227|      0|        frame = tstate->current_frame = (NEW_FRAME);             \
  |  |  |  |  228|      0|        CALL_STAT_INC(inlined_py_calls);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  |   76|      0|#define CALL_STAT_INC(name) ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  229|      0|        JUMP_TO_LABEL(start_frame);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  230|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (230:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7191:21): [True: 0, False: 0]
  |  |  |  Branch (7191:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7192|      0|                }
  |  | 7193|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7194|      0|                PyObject* res_o = _Py_VectorCallInstrumentation_StackRefSteal(
  |  | 7195|      0|                    callable,
  |  | 7196|      0|                    arguments,
  |  | 7197|      0|                    total_args,
  |  | 7198|      0|                    kwnames,
  |  | 7199|      0|                    opcode == INSTRUMENTED_CALL_KW,
  |  |  ------------------
  |  |  |  |  241|      0|#define INSTRUMENTED_CALL_KW                   250
  |  |  ------------------
  |  | 7200|      0|                    frame,
  |  | 7201|      0|                    this_instr,
  |  | 7202|      0|                    tstate);
  |  | 7203|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7204|      0|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (7204:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7205|      0|                    stack_pointer += -3 - oparg;
  |  | 7206|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7207|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7208|      0|                }
  |  | 7209|      0|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  | 7210|      0|            }
  |  | 7211|      0|            stack_pointer[-3 - oparg] = res;
  |  | 7212|      0|            stack_pointer += -2 - oparg;
  |  | 7213|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7214|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7214:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7215|      0|        }
  |  | 7216|       |
  |  | 7217|      0|        TARGET(INSTRUMENTED_END_ASYNC_FOR) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7218|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7219|       |            int opcode = INSTRUMENTED_END_ASYNC_FOR;
  |  | 7220|       |            (void)(opcode);
  |  | 7221|       |            #endif
  |  | 7222|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7223|      0|            (void)this_instr;
  |  | 7224|      0|            frame->instr_ptr = next_instr;
  |  | 7225|      0|            next_instr += 1;
  |  | 7226|      0|            INSTRUCTION_STATS(INSTRUMENTED_END_ASYNC_FOR);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7227|      0|            _PyStackRef awaitable_st;
  |  | 7228|      0|            _PyStackRef exc_st;
  |  | 7229|       |            // _MONITOR_END_ASYNC_FOR
  |  | 7230|      0|            {
  |  | 7231|      0|                assert((next_instr-oparg)->op.code == END_SEND || (next_instr-oparg)->op.code >= MIN_INSTRUMENTED_OPCODE);
  |  |  ------------------
  |  |  |  Branch (7231:17): [True: 0, False: 0]
  |  |  |  Branch (7231:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7232|      0|                INSTRUMENTED_JUMP(next_instr-oparg, this_instr+1, PY_MONITORING_EVENT_BRANCH_RIGHT);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7233|      0|            }
  |  | 7234|       |            // _END_ASYNC_FOR
  |  | 7235|      0|            {
  |  | 7236|      0|                exc_st = stack_pointer[-1];
  |  | 7237|      0|                awaitable_st = stack_pointer[-2];
  |  | 7238|      0|                JUMPBY(0);
  |  |  ------------------
  |  |  |  |  260|      0|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 7239|      0|                (void)oparg;
  |  | 7240|      0|                PyObject *exc = PyStackRef_AsPyObjectBorrow(exc_st);
  |  | 7241|      0|                assert(exc && PyExceptionInstance_Check(exc));
  |  |  ------------------
  |  |  |  Branch (7241:17): [True: 0, False: 0]
  |  |  |  Branch (7241:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7242|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7243|      0|                int matches = PyErr_GivenExceptionMatches(exc, PyExc_StopAsyncIteration);
  |  | 7244|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7245|      0|                if (matches) {
  |  |  ------------------
  |  |  |  Branch (7245:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7246|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7247|      0|                    _PyStackRef tmp = exc_st;
  |  | 7248|      0|                    exc_st = PyStackRef_NULL;
  |  | 7249|      0|                    stack_pointer[-1] = exc_st;
  |  | 7250|      0|                    PyStackRef_CLOSE(tmp);
  |  | 7251|      0|                    tmp = awaitable_st;
  |  | 7252|      0|                    awaitable_st = PyStackRef_NULL;
  |  | 7253|      0|                    stack_pointer[-2] = awaitable_st;
  |  | 7254|      0|                    PyStackRef_CLOSE(tmp);
  |  | 7255|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7256|      0|                    stack_pointer += -2;
  |  | 7257|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7258|      0|                }
  |  | 7259|      0|                else {
  |  | 7260|      0|                    Py_INCREF(exc);
  |  |  ------------------
  |  |  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7261|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7262|      0|                    _PyErr_SetRaisedException(tstate, exc);
  |  | 7263|      0|                    monitor_reraise(tstate, frame, this_instr);
  |  | 7264|      0|                    JUMP_TO_LABEL(exception_unwind);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7265|      0|                }
  |  | 7266|      0|            }
  |  | 7267|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7267:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7268|      0|        }
  |  | 7269|       |
  |  | 7270|      0|        TARGET(INSTRUMENTED_END_FOR) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7271|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7272|       |            int opcode = INSTRUMENTED_END_FOR;
  |  | 7273|       |            (void)(opcode);
  |  | 7274|       |            #endif
  |  | 7275|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7276|      0|            (void)this_instr;
  |  | 7277|      0|            next_instr += 1;
  |  | 7278|      0|            INSTRUCTION_STATS(INSTRUMENTED_END_FOR);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7279|      0|            _PyStackRef receiver;
  |  | 7280|      0|            _PyStackRef value;
  |  | 7281|      0|            value = stack_pointer[-1];
  |  | 7282|      0|            receiver = stack_pointer[-3];
  |  | 7283|      0|            if (PyStackRef_GenCheck(receiver)) {
  |  |  ------------------
  |  |  |  Branch (7283:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7284|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7285|      0|                int err = monitor_stop_iteration(tstate, frame, this_instr, PyStackRef_AsPyObjectBorrow(value));
  |  | 7286|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7287|      0|                if (err) {
  |  |  ------------------
  |  |  |  Branch (7287:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7288|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7289|      0|                }
  |  | 7290|      0|            }
  |  | 7291|      0|            stack_pointer += -1;
  |  | 7292|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7293|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7294|      0|            PyStackRef_CLOSE(value);
  |  | 7295|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7296|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7296:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7297|      0|        }
  |  | 7298|       |
  |  | 7299|      0|        TARGET(INSTRUMENTED_END_SEND) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7300|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7301|       |            int opcode = INSTRUMENTED_END_SEND;
  |  | 7302|       |            (void)(opcode);
  |  | 7303|       |            #endif
  |  | 7304|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7305|      0|            (void)this_instr;
  |  | 7306|      0|            frame->instr_ptr = next_instr;
  |  | 7307|      0|            next_instr += 1;
  |  | 7308|      0|            INSTRUCTION_STATS(INSTRUMENTED_END_SEND);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7309|      0|            _PyStackRef receiver;
  |  | 7310|      0|            _PyStackRef index_or_null;
  |  | 7311|      0|            _PyStackRef value;
  |  | 7312|      0|            _PyStackRef val;
  |  | 7313|      0|            value = stack_pointer[-1];
  |  | 7314|      0|            index_or_null = stack_pointer[-2];
  |  | 7315|      0|            receiver = stack_pointer[-3];
  |  | 7316|      0|            PyObject *receiver_o = PyStackRef_AsPyObjectBorrow(receiver);
  |  | 7317|      0|            if (PyGen_Check(receiver_o) || PyCoro_CheckExact(receiver_o)) {
  |  |  ------------------
  |  |  |  |   16|      0|#define PyGen_Check(op) PyObject_TypeCheck((op), &PyGen_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           if (PyGen_Check(receiver_o) || PyCoro_CheckExact(receiver_o)) {
  |  |  ------------------
  |  |  |  |   31|      0|#define PyCoro_CheckExact(op) Py_IS_TYPE((op), &PyCoro_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7318|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7319|      0|                int err = monitor_stop_iteration(tstate, frame, this_instr, PyStackRef_AsPyObjectBorrow(value));
  |  | 7320|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7321|      0|                if (err) {
  |  |  ------------------
  |  |  |  Branch (7321:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7322|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7323|      0|                }
  |  | 7324|      0|            }
  |  | 7325|      0|            val = value;
  |  | 7326|      0|            (void)index_or_null;
  |  | 7327|      0|            stack_pointer[-3] = val;
  |  | 7328|      0|            stack_pointer += -2;
  |  | 7329|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7330|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7331|      0|            PyStackRef_CLOSE(receiver);
  |  | 7332|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7333|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7333:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7334|      0|        }
  |  | 7335|       |
  |  | 7336|      0|        TARGET(INSTRUMENTED_FOR_ITER) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7337|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7338|       |            int opcode = INSTRUMENTED_FOR_ITER;
  |  | 7339|       |            (void)(opcode);
  |  | 7340|       |            #endif
  |  | 7341|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7342|      0|            (void)this_instr;
  |  | 7343|      0|            frame->instr_ptr = next_instr;
  |  | 7344|      0|            next_instr += 2;
  |  | 7345|      0|            INSTRUCTION_STATS(INSTRUMENTED_FOR_ITER);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7346|      0|            _PyStackRef iter;
  |  | 7347|      0|            _PyStackRef null_or_index;
  |  | 7348|      0|            _PyStackRef next;
  |  | 7349|       |            /* Skip 1 cache entry */
  |  | 7350|      0|            null_or_index = stack_pointer[-1];
  |  | 7351|      0|            iter = stack_pointer[-2];
  |  | 7352|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7353|      0|            _PyStackRef item = _PyForIter_VirtualIteratorNext(tstate, frame, iter, &null_or_index);
  |  | 7354|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7355|      0|            if (!PyStackRef_IsValid(item)) {
  |  |  ------------------
  |  |  |  Branch (7355:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7356|      0|                if (PyStackRef_IsError(item)) {
  |  |  ------------------
  |  |  |  Branch (7356:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7357|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7358|      0|                }
  |  | 7359|      0|                JUMPBY(oparg + 1);
  |  |  ------------------
  |  |  |  |  260|      0|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 7360|      0|                stack_pointer[-1] = null_or_index;
  |  | 7361|      0|                DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7361:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7362|      0|            }
  |  | 7363|      0|            next = item;
  |  | 7364|      0|            INSTRUMENTED_JUMP(this_instr, next_instr, PY_MONITORING_EVENT_BRANCH_LEFT);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7365|      0|            stack_pointer[-1] = null_or_index;
  |  | 7366|      0|            stack_pointer[0] = next;
  |  | 7367|      0|            stack_pointer += 1;
  |  | 7368|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7369|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7369:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7370|      0|        }
  |  | 7371|       |
  |  | 7372|      0|        TARGET(INSTRUMENTED_INSTRUCTION) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7373|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7374|       |            int opcode = INSTRUMENTED_INSTRUCTION;
  |  | 7375|       |            (void)(opcode);
  |  | 7376|       |            #endif
  |  | 7377|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7378|      0|            (void)this_instr;
  |  | 7379|      0|            frame->instr_ptr = next_instr;
  |  | 7380|      0|            next_instr += 1;
  |  | 7381|      0|            INSTRUCTION_STATS(INSTRUMENTED_INSTRUCTION);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7382|      0|            opcode = INSTRUMENTED_INSTRUCTION;
  |  |  ------------------
  |  |  |  |  228|      0|#define INSTRUMENTED_INSTRUCTION               237
  |  |  ------------------
  |  | 7383|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7384|      0|            int next_opcode = _Py_call_instrumentation_instruction(
  |  | 7385|      0|                tstate, frame, this_instr);
  |  | 7386|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7387|      0|            if (next_opcode < 0) {
  |  |  ------------------
  |  |  |  Branch (7387:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7388|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7389|      0|            }
  |  | 7390|      0|            next_instr = this_instr;
  |  | 7391|      0|            if (_PyOpcode_Caches[next_opcode]) {
  |  |  ------------------
  |  |  |  Branch (7391:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7392|      0|                PAUSE_ADAPTIVE_COUNTER(next_instr[1].counter);
  |  |  ------------------
  |  |  |  |  362|      0|    do { \
  |  |  |  |  363|      0|        (COUNTER) = pause_backoff_counter((COUNTER)); \
  |  |  |  |  364|      0|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (364:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7393|      0|            }
  |  | 7394|      0|            assert(next_opcode > 0 && next_opcode < 256);
  |  |  ------------------
  |  |  |  Branch (7394:13): [True: 0, False: 0]
  |  |  |  Branch (7394:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7395|      0|            opcode = next_opcode;
  |  | 7396|      0|            DISPATCH_GOTO();
  |  |  ------------------
  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  ------------------
  |  | 7397|      0|        }
  |  | 7398|       |
  |  | 7399|      0|        TARGET(INSTRUMENTED_JUMP_BACKWARD) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7400|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7401|       |            int opcode = INSTRUMENTED_JUMP_BACKWARD;
  |  | 7402|       |            (void)(opcode);
  |  | 7403|       |            #endif
  |  | 7404|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7405|      0|            (void)this_instr;
  |  | 7406|      0|            frame->instr_ptr = next_instr;
  |  | 7407|      0|            next_instr += 2;
  |  | 7408|      0|            INSTRUCTION_STATS(INSTRUMENTED_JUMP_BACKWARD);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7409|       |            /* Skip 1 cache entry */
  |  | 7410|       |            // _CHECK_PERIODIC
  |  | 7411|      0|            {
  |  | 7412|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7413|      0|                int err = check_periodics(tstate);
  |  | 7414|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7415|      0|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (7415:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7416|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7417|      0|                }
  |  | 7418|      0|            }
  |  | 7419|       |            // _MONITOR_JUMP_BACKWARD
  |  | 7420|      0|            {
  |  | 7421|      0|                INSTRUMENTED_JUMP(this_instr, next_instr - oparg, PY_MONITORING_EVENT_JUMP);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7422|      0|            }
  |  | 7423|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7423:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7424|      0|        }
  |  | 7425|       |
  |  | 7426|      0|        TARGET(INSTRUMENTED_JUMP_FORWARD) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7427|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7428|       |            int opcode = INSTRUMENTED_JUMP_FORWARD;
  |  | 7429|       |            (void)(opcode);
  |  | 7430|       |            #endif
  |  | 7431|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7432|      0|            (void)this_instr;
  |  | 7433|      0|            frame->instr_ptr = next_instr;
  |  | 7434|      0|            next_instr += 1;
  |  | 7435|      0|            INSTRUCTION_STATS(INSTRUMENTED_JUMP_FORWARD);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7436|      0|            INSTRUMENTED_JUMP(this_instr, next_instr + oparg, PY_MONITORING_EVENT_JUMP);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7437|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7437:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7438|      0|        }
  |  | 7439|       |
  |  | 7440|      0|        TARGET(INSTRUMENTED_LINE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7441|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7442|       |            int opcode = INSTRUMENTED_LINE;
  |  | 7443|       |            (void)(opcode);
  |  | 7444|       |            #endif
  |  | 7445|      0|            _Py_CODEUNIT* const prev_instr = frame->instr_ptr;
  |  | 7446|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7447|      0|            (void)this_instr;
  |  | 7448|      0|            frame->instr_ptr = next_instr;
  |  | 7449|      0|            next_instr += 1;
  |  | 7450|      0|            INSTRUCTION_STATS(INSTRUMENTED_LINE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7451|      0|            opcode = INSTRUMENTED_LINE;
  |  |  ------------------
  |  |  |  |  244|      0|#define INSTRUMENTED_LINE                      253
  |  |  ------------------
  |  | 7452|      0|            int original_opcode = 0;
  |  | 7453|      0|            if (tstate->tracing) {
  |  |  ------------------
  |  |  |  Branch (7453:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7454|      0|                PyCodeObject *code = _PyFrame_GetCode(frame);
  |  | 7455|      0|                int index = (int)(this_instr - _PyFrame_GetBytecode(frame));
  |  | 7456|      0|                original_opcode = code->_co_monitoring->lines->data[index*code->_co_monitoring->lines->bytes_per_entry];
  |  | 7457|      0|                next_instr = this_instr;
  |  | 7458|      0|            } else {
  |  | 7459|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7460|      0|                original_opcode = _Py_call_instrumentation_line(
  |  | 7461|      0|                    tstate, frame, this_instr, prev_instr);
  |  | 7462|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7463|      0|                if (original_opcode < 0) {
  |  |  ------------------
  |  |  |  Branch (7463:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7464|      0|                    next_instr = this_instr+1;
  |  | 7465|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7466|      0|                }
  |  | 7467|      0|                next_instr = frame->instr_ptr;
  |  | 7468|      0|                if (next_instr != this_instr) {
  |  |  ------------------
  |  |  |  Branch (7468:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7469|      0|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7469:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7470|      0|                }
  |  | 7471|      0|            }
  |  | 7472|      0|            if (_PyOpcode_Caches[original_opcode]) {
  |  |  ------------------
  |  |  |  Branch (7472:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7473|      0|                _PyBinaryOpCache *cache = (_PyBinaryOpCache *)(next_instr+1);
  |  | 7474|      0|                PAUSE_ADAPTIVE_COUNTER(cache->counter);
  |  |  ------------------
  |  |  |  |  362|      0|    do { \
  |  |  |  |  363|      0|        (COUNTER) = pause_backoff_counter((COUNTER)); \
  |  |  |  |  364|      0|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (364:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7475|      0|            }
  |  | 7476|      0|            opcode = original_opcode;
  |  | 7477|      0|            DISPATCH_GOTO();
  |  |  ------------------
  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  ------------------
  |  | 7478|      0|        }
  |  | 7479|       |
  |  | 7480|      0|        TARGET(INSTRUMENTED_LOAD_SUPER_ATTR) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7481|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7482|       |            int opcode = INSTRUMENTED_LOAD_SUPER_ATTR;
  |  | 7483|       |            (void)(opcode);
  |  | 7484|       |            #endif
  |  | 7485|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7486|      0|            (void)this_instr;
  |  | 7487|      0|            frame->instr_ptr = next_instr;
  |  | 7488|      0|            next_instr += 2;
  |  | 7489|      0|            INSTRUCTION_STATS(INSTRUMENTED_LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7490|      0|            opcode = INSTRUMENTED_LOAD_SUPER_ATTR;
  |  |  ------------------
  |  |  |  |  239|      0|#define INSTRUMENTED_LOAD_SUPER_ATTR           248
  |  |  ------------------
  |  | 7491|      0|            _PyStackRef global_super_st;
  |  | 7492|      0|            _PyStackRef class_st;
  |  | 7493|      0|            _PyStackRef self_st;
  |  | 7494|      0|            _PyStackRef attr;
  |  | 7495|      0|            _PyStackRef *null;
  |  | 7496|       |            /* Skip 1 cache entry */
  |  | 7497|       |            // _LOAD_SUPER_ATTR
  |  | 7498|      0|            {
  |  | 7499|      0|                self_st = stack_pointer[-1];
  |  | 7500|      0|                class_st = stack_pointer[-2];
  |  | 7501|      0|                global_super_st = stack_pointer[-3];
  |  | 7502|      0|                PyObject *global_super = PyStackRef_AsPyObjectBorrow(global_super_st);
  |  | 7503|      0|                PyObject *class = PyStackRef_AsPyObjectBorrow(class_st);
  |  | 7504|      0|                PyObject *self = PyStackRef_AsPyObjectBorrow(self_st);
  |  | 7505|      0|                if (opcode == INSTRUMENTED_LOAD_SUPER_ATTR) {
  |  |  ------------------
  |  |  |  |  239|      0|#define INSTRUMENTED_LOAD_SUPER_ATTR           248
  |  |  ------------------
  |  |  |  Branch (7505:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7506|      0|                    PyObject *arg = oparg & 2 ? class : &_PyInstrumentation_MISSING;
  |  |  ------------------
  |  |  |  Branch (7506:37): [True: 0, False: 0]
  |  |  ------------------
  |  | 7507|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7508|      0|                    int err = _Py_call_instrumentation_2args(
  |  | 7509|      0|                        tstate, PY_MONITORING_EVENT_CALL,
  |  |  ------------------
  |  |  |  |   18|      0|#define PY_MONITORING_EVENT_CALL 4
  |  |  ------------------
  |  | 7510|      0|                        frame, this_instr, global_super, arg);
  |  | 7511|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7512|      0|                    if (err) {
  |  |  ------------------
  |  |  |  Branch (7512:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7513|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7514|      0|                        _PyStackRef tmp = self_st;
  |  | 7515|      0|                        self_st = PyStackRef_NULL;
  |  | 7516|      0|                        stack_pointer[-1] = self_st;
  |  | 7517|      0|                        PyStackRef_CLOSE(tmp);
  |  | 7518|      0|                        tmp = class_st;
  |  | 7519|      0|                        class_st = PyStackRef_NULL;
  |  | 7520|      0|                        stack_pointer[-2] = class_st;
  |  | 7521|      0|                        PyStackRef_CLOSE(tmp);
  |  | 7522|      0|                        tmp = global_super_st;
  |  | 7523|      0|                        global_super_st = PyStackRef_NULL;
  |  | 7524|      0|                        stack_pointer[-3] = global_super_st;
  |  | 7525|      0|                        PyStackRef_CLOSE(tmp);
  |  | 7526|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7527|      0|                        stack_pointer += -3;
  |  | 7528|      0|                        ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7529|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7530|      0|                    }
  |  | 7531|      0|                }
  |  | 7532|      0|                PyObject *super;
  |  | 7533|      0|                {
  |  | 7534|      0|                    PyObject *stack[] = {class, self};
  |  | 7535|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7536|      0|                    super = PyObject_Vectorcall(global_super, stack, oparg & 2, NULL);
  |  | 7537|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7538|      0|                }
  |  | 7539|      0|                if (opcode == INSTRUMENTED_LOAD_SUPER_ATTR) {
  |  |  ------------------
  |  |  |  |  239|      0|#define INSTRUMENTED_LOAD_SUPER_ATTR           248
  |  |  ------------------
  |  |  |  Branch (7539:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7540|      0|                    PyObject *arg = oparg & 2 ? class : &_PyInstrumentation_MISSING;
  |  |  ------------------
  |  |  |  Branch (7540:37): [True: 0, False: 0]
  |  |  ------------------
  |  | 7541|      0|                    if (super == NULL) {
  |  |  ------------------
  |  |  |  Branch (7541:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7542|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7543|      0|                        _Py_call_instrumentation_exc2(
  |  | 7544|      0|                            tstate, PY_MONITORING_EVENT_C_RAISE,
  |  |  ------------------
  |  |  |  |   45|      0|#define PY_MONITORING_EVENT_C_RAISE 17
  |  |  ------------------
  |  | 7545|      0|                            frame, this_instr, global_super, arg);
  |  | 7546|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7547|      0|                    }
  |  | 7548|      0|                    else {
  |  | 7549|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7550|      0|                        int err = _Py_call_instrumentation_2args(
  |  | 7551|      0|                            tstate, PY_MONITORING_EVENT_C_RETURN,
  |  |  ------------------
  |  |  |  |   44|      0|#define PY_MONITORING_EVENT_C_RETURN 16
  |  |  ------------------
  |  | 7552|      0|                            frame, this_instr, global_super, arg);
  |  | 7553|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7554|      0|                        if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (7554:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 7555|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7556|      0|                            Py_CLEAR(super);
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      0|    do { \
  |  |  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7557|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7558|      0|                        }
  |  | 7559|      0|                    }
  |  | 7560|      0|                }
  |  | 7561|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7562|      0|                _PyStackRef tmp = self_st;
  |  | 7563|      0|                self_st = PyStackRef_NULL;
  |  | 7564|      0|                stack_pointer[-1] = self_st;
  |  | 7565|      0|                PyStackRef_CLOSE(tmp);
  |  | 7566|      0|                tmp = class_st;
  |  | 7567|      0|                class_st = PyStackRef_NULL;
  |  | 7568|      0|                stack_pointer[-2] = class_st;
  |  | 7569|      0|                PyStackRef_CLOSE(tmp);
  |  | 7570|      0|                tmp = global_super_st;
  |  | 7571|      0|                global_super_st = PyStackRef_NULL;
  |  | 7572|      0|                stack_pointer[-3] = global_super_st;
  |  | 7573|      0|                PyStackRef_CLOSE(tmp);
  |  | 7574|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7575|      0|                stack_pointer += -3;
  |  | 7576|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7577|      0|                if (super == NULL) {
  |  |  ------------------
  |  |  |  Branch (7577:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7578|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7579|      0|                }
  |  | 7580|      0|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 2);
  |  |  ------------------
  |  |  |  |  235|      0|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (7580:34): [True: 0, False: 0]
  |  |  ------------------
  |  | 7581|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7582|      0|                PyObject *attr_o = PyObject_GetAttr(super, name);
  |  | 7583|      0|                Py_DECREF(super);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7584|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7585|      0|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (7585:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7586|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7587|      0|                }
  |  | 7588|      0|                attr = PyStackRef_FromPyObjectSteal(attr_o);
  |  | 7589|      0|            }
  |  | 7590|       |            // _PUSH_NULL_CONDITIONAL
  |  | 7591|      0|            {
  |  | 7592|      0|                null = &stack_pointer[1];
  |  | 7593|      0|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (7593:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7594|      0|                    null[0] = PyStackRef_NULL;
  |  | 7595|      0|                }
  |  | 7596|      0|            }
  |  | 7597|      0|            stack_pointer[0] = attr;
  |  | 7598|      0|            stack_pointer += 1 + (oparg & 1);
  |  | 7599|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7600|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7600:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7601|      0|        }
  |  | 7602|       |
  |  | 7603|      0|        TARGET(INSTRUMENTED_NOT_TAKEN) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7604|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7605|       |            int opcode = INSTRUMENTED_NOT_TAKEN;
  |  | 7606|       |            (void)(opcode);
  |  | 7607|       |            #endif
  |  | 7608|      0|            _Py_CODEUNIT* const prev_instr = frame->instr_ptr;
  |  | 7609|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7610|      0|            (void)this_instr;
  |  | 7611|      0|            frame->instr_ptr = next_instr;
  |  | 7612|      0|            next_instr += 1;
  |  | 7613|      0|            INSTRUCTION_STATS(INSTRUMENTED_NOT_TAKEN);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7614|      0|            (void)this_instr;
  |  | 7615|      0|            INSTRUMENTED_JUMP(prev_instr, next_instr, PY_MONITORING_EVENT_BRANCH_LEFT);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7616|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7616:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7617|      0|        }
  |  | 7618|       |
  |  | 7619|      0|        TARGET(INSTRUMENTED_POP_ITER) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7620|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7621|       |            int opcode = INSTRUMENTED_POP_ITER;
  |  | 7622|       |            (void)(opcode);
  |  | 7623|       |            #endif
  |  | 7624|      0|            _Py_CODEUNIT* const prev_instr = frame->instr_ptr;
  |  | 7625|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7626|      0|            (void)this_instr;
  |  | 7627|      0|            frame->instr_ptr = next_instr;
  |  | 7628|      0|            next_instr += 1;
  |  | 7629|      0|            INSTRUCTION_STATS(INSTRUMENTED_POP_ITER);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7630|      0|            _PyStackRef iter;
  |  | 7631|      0|            _PyStackRef index_or_null;
  |  | 7632|      0|            index_or_null = stack_pointer[-1];
  |  | 7633|      0|            iter = stack_pointer[-2];
  |  | 7634|      0|            (void)index_or_null;
  |  | 7635|      0|            INSTRUMENTED_JUMP(prev_instr, this_instr+1, PY_MONITORING_EVENT_BRANCH_RIGHT);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7636|      0|            stack_pointer += -2;
  |  | 7637|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7638|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7639|      0|            PyStackRef_CLOSE(iter);
  |  | 7640|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7641|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7641:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7642|      0|        }
  |  | 7643|       |
  |  | 7644|      0|        TARGET(INSTRUMENTED_POP_JUMP_IF_FALSE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7645|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7646|       |            int opcode = INSTRUMENTED_POP_JUMP_IF_FALSE;
  |  | 7647|       |            (void)(opcode);
  |  | 7648|       |            #endif
  |  | 7649|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7650|      0|            (void)this_instr;
  |  | 7651|      0|            frame->instr_ptr = next_instr;
  |  | 7652|      0|            next_instr += 2;
  |  | 7653|      0|            INSTRUCTION_STATS(INSTRUMENTED_POP_JUMP_IF_FALSE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7654|      0|            _PyStackRef cond;
  |  | 7655|       |            /* Skip 1 cache entry */
  |  | 7656|      0|            cond = stack_pointer[-1];
  |  | 7657|      0|            assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (7657:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7658|      0|            int jump = PyStackRef_IsFalse(cond);
  |  |  ------------------
  |  |  |  |  482|      0|#define PyStackRef_IsFalse(REF) ((REF).bits == (((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7659|      0|            RECORD_BRANCH_TAKEN(this_instr[1].cache, jump);
  |  |  ------------------
  |  |  |  |  373|      0|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|      0|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  | 7660|      0|            if (jump) {
  |  |  ------------------
  |  |  |  Branch (7660:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7661|      0|                INSTRUMENTED_JUMP(this_instr, next_instr + oparg, PY_MONITORING_EVENT_BRANCH_RIGHT);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7662|      0|            }
  |  | 7663|      0|            stack_pointer += -1;
  |  | 7664|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7665|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7665:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7666|      0|        }
  |  | 7667|       |
  |  | 7668|      0|        TARGET(INSTRUMENTED_POP_JUMP_IF_NONE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7669|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7670|       |            int opcode = INSTRUMENTED_POP_JUMP_IF_NONE;
  |  | 7671|       |            (void)(opcode);
  |  | 7672|       |            #endif
  |  | 7673|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7674|      0|            (void)this_instr;
  |  | 7675|      0|            frame->instr_ptr = next_instr;
  |  | 7676|      0|            next_instr += 2;
  |  | 7677|      0|            INSTRUCTION_STATS(INSTRUMENTED_POP_JUMP_IF_NONE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7678|      0|            _PyStackRef value;
  |  | 7679|       |            /* Skip 1 cache entry */
  |  | 7680|      0|            value = stack_pointer[-1];
  |  | 7681|      0|            int jump = PyStackRef_IsNone(value);
  |  |  ------------------
  |  |  |  |  483|      0|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7682|      0|            RECORD_BRANCH_TAKEN(this_instr[1].cache, jump);
  |  |  ------------------
  |  |  |  |  373|      0|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|      0|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  | 7683|      0|            if (jump) {
  |  |  ------------------
  |  |  |  Branch (7683:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7684|      0|                INSTRUMENTED_JUMP(this_instr, next_instr + oparg, PY_MONITORING_EVENT_BRANCH_RIGHT);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7685|      0|            }
  |  | 7686|      0|            else {
  |  | 7687|      0|                stack_pointer += -1;
  |  | 7688|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7689|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7690|      0|                PyStackRef_CLOSE(value);
  |  | 7691|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7692|      0|                stack_pointer += 1;
  |  | 7693|      0|            }
  |  | 7694|      0|            stack_pointer += -1;
  |  | 7695|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7696|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7696:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7697|      0|        }
  |  | 7698|       |
  |  | 7699|      0|        TARGET(INSTRUMENTED_POP_JUMP_IF_NOT_NONE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7700|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7701|       |            int opcode = INSTRUMENTED_POP_JUMP_IF_NOT_NONE;
  |  | 7702|       |            (void)(opcode);
  |  | 7703|       |            #endif
  |  | 7704|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7705|      0|            (void)this_instr;
  |  | 7706|      0|            frame->instr_ptr = next_instr;
  |  | 7707|      0|            next_instr += 2;
  |  | 7708|      0|            INSTRUCTION_STATS(INSTRUMENTED_POP_JUMP_IF_NOT_NONE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7709|      0|            _PyStackRef value;
  |  | 7710|       |            /* Skip 1 cache entry */
  |  | 7711|      0|            value = stack_pointer[-1];
  |  | 7712|      0|            int jump = !PyStackRef_IsNone(value);
  |  |  ------------------
  |  |  |  |  483|      0|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7713|      0|            RECORD_BRANCH_TAKEN(this_instr[1].cache, jump);
  |  |  ------------------
  |  |  |  |  373|      0|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|      0|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  | 7714|      0|            if (jump) {
  |  |  ------------------
  |  |  |  Branch (7714:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7715|      0|                stack_pointer += -1;
  |  | 7716|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7717|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7718|      0|                PyStackRef_CLOSE(value);
  |  | 7719|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7720|      0|                INSTRUMENTED_JUMP(this_instr, next_instr + oparg, PY_MONITORING_EVENT_BRANCH_RIGHT);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7721|      0|            }
  |  | 7722|      0|            else {
  |  | 7723|      0|                stack_pointer += -1;
  |  | 7724|      0|            }
  |  | 7725|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7725:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7726|      0|        }
  |  | 7727|       |
  |  | 7728|      0|        TARGET(INSTRUMENTED_POP_JUMP_IF_TRUE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7729|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7730|       |            int opcode = INSTRUMENTED_POP_JUMP_IF_TRUE;
  |  | 7731|       |            (void)(opcode);
  |  | 7732|       |            #endif
  |  | 7733|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7734|      0|            (void)this_instr;
  |  | 7735|      0|            frame->instr_ptr = next_instr;
  |  | 7736|      0|            next_instr += 2;
  |  | 7737|      0|            INSTRUCTION_STATS(INSTRUMENTED_POP_JUMP_IF_TRUE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7738|      0|            _PyStackRef cond;
  |  | 7739|       |            /* Skip 1 cache entry */
  |  | 7740|      0|            cond = stack_pointer[-1];
  |  | 7741|      0|            assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (7741:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7742|      0|            int jump = PyStackRef_IsTrue(cond);
  |  |  ------------------
  |  |  |  |  481|      0|#define PyStackRef_IsTrue(REF) ((REF).bits == (((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7743|      0|            RECORD_BRANCH_TAKEN(this_instr[1].cache, jump);
  |  |  ------------------
  |  |  |  |  373|      0|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|      0|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  | 7744|      0|            if (jump) {
  |  |  ------------------
  |  |  |  Branch (7744:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7745|      0|                INSTRUMENTED_JUMP(this_instr, next_instr + oparg, PY_MONITORING_EVENT_BRANCH_RIGHT);
  |  |  ------------------
  |  |  |  |  389|      0|#define INSTRUMENTED_JUMP(src, dest, event) \
  |  |  |  |  390|      0|do { \
  |  |  |  |  391|      0|    if (tstate->tracing) {\
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (391:9): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  392|      0|        next_instr = dest; \
  |  |  |  |  393|      0|    } else { \
  |  |  |  |  394|      0|        _PyFrame_SetStackPointer(frame, stack_pointer); \
  |  |  |  |  395|      0|        next_instr = _Py_call_instrumentation_jump(this_instr, tstate, event, frame, src, dest); \
  |  |  |  |  396|      0|        stack_pointer = _PyFrame_GetStackPointer(frame); \
  |  |  |  |  397|      0|        if (next_instr == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (397:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  398|      0|            next_instr = (dest)+1; \
  |  |  |  |  399|      0|            JUMP_TO_LABEL(error); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  400|      0|        } \
  |  |  |  |  401|      0|    } \
  |  |  |  |  402|      0|} while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (402:10): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7746|      0|            }
  |  | 7747|      0|            stack_pointer += -1;
  |  | 7748|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7749|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7749:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7750|      0|        }
  |  | 7751|       |
  |  | 7752|      0|        TARGET(INSTRUMENTED_RESUME) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7753|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7754|       |            int opcode = INSTRUMENTED_RESUME;
  |  | 7755|       |            (void)(opcode);
  |  | 7756|       |            #endif
  |  | 7757|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7758|      0|            (void)this_instr;
  |  | 7759|      0|            frame->instr_ptr = next_instr;
  |  | 7760|      0|            next_instr += 2;
  |  | 7761|      0|            INSTRUCTION_STATS(INSTRUMENTED_RESUME);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7762|       |            /* Skip 1 cache entry */
  |  | 7763|       |            // _LOAD_BYTECODE
  |  | 7764|      0|            {
  |  | 7765|       |                #ifdef Py_GIL_DISABLED
  |  | 7766|       |                if (frame->tlbc_index !=
  |  | 7767|       |                    ((_PyThreadStateImpl *)tstate)->tlbc_index) {
  |  | 7768|       |                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7769|       |                    _Py_CODEUNIT *bytecode =
  |  | 7770|       |                    _PyEval_GetExecutableCode(tstate, _PyFrame_GetCode(frame));
  |  | 7771|       |                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7772|       |                    if (bytecode == NULL) {
  |  | 7773|       |                        JUMP_TO_LABEL(error);
  |  | 7774|       |                    }
  |  | 7775|       |                    ptrdiff_t off = this_instr - _PyFrame_GetBytecode(frame);
  |  | 7776|       |                    frame->tlbc_index = ((_PyThreadStateImpl *)tstate)->tlbc_index;
  |  | 7777|       |                    frame->instr_ptr = bytecode + off;
  |  | 7778|       |                    next_instr = frame->instr_ptr;
  |  | 7779|       |                    DISPATCH();
  |  | 7780|       |                }
  |  | 7781|       |                #endif
  |  | 7782|      0|            }
  |  | 7783|       |            // _MAYBE_INSTRUMENT
  |  | 7784|      0|            {
  |  | 7785|       |                #ifdef Py_GIL_DISABLED
  |  | 7786|       |
  |  | 7787|       |                int check_instrumentation = 1;
  |  | 7788|       |                #else
  |  | 7789|      0|                int check_instrumentation = (tstate->tracing == 0);
  |  | 7790|      0|                #endif
  |  | 7791|      0|                if (check_instrumentation) {
  |  |  ------------------
  |  |  |  Branch (7791:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7792|      0|                    uintptr_t global_version = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker) & ~_PY_EVAL_EVENTS_MASK;
  |  |  ------------------
  |  |  |  |  357|      0|#define _PY_EVAL_EVENTS_MASK ((1 << _PY_EVAL_EVENTS_BITS)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  356|      0|#define _PY_EVAL_EVENTS_BITS 8
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7793|      0|                    uintptr_t code_version = FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(_PyFrame_GetCode(frame)->_co_instrumentation_version);
  |  |  ------------------
  |  |  |  |  152|      0|#define FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 7794|      0|                    if (code_version != global_version) {
  |  |  ------------------
  |  |  |  Branch (7794:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7795|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7796|      0|                        int err = _Py_Instrument(_PyFrame_GetCode(frame), tstate->interp);
  |  | 7797|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7798|      0|                        if (err) {
  |  |  ------------------
  |  |  |  Branch (7798:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 7799|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7800|      0|                        }
  |  | 7801|      0|                        next_instr = this_instr;
  |  | 7802|      0|                        DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7802:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7803|      0|                    }
  |  | 7804|      0|                }
  |  | 7805|      0|            }
  |  | 7806|       |            // _CHECK_PERIODIC_IF_NOT_YIELD_FROM
  |  | 7807|      0|            {
  |  | 7808|      0|                if ((oparg & RESUME_OPARG_LOCATION_MASK) < RESUME_AFTER_YIELD_FROM) {
  |  |  ------------------
  |  |  |  |   92|      0|#define RESUME_OPARG_LOCATION_MASK 0x7
  |  |  ------------------
  |  |                               if ((oparg & RESUME_OPARG_LOCATION_MASK) < RESUME_AFTER_YIELD_FROM) {
  |  |  ------------------
  |  |  |  |   88|      0|#define RESUME_AFTER_YIELD_FROM 2
  |  |  ------------------
  |  |  |  Branch (7808:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7809|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7810|      0|                    int err = check_periodics(tstate);
  |  | 7811|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7812|      0|                    if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (7812:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 7813|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7814|      0|                    }
  |  | 7815|      0|                }
  |  | 7816|      0|            }
  |  | 7817|       |            // _MONITOR_RESUME
  |  | 7818|      0|            {
  |  | 7819|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7820|      0|                int err = _Py_call_instrumentation(
  |  | 7821|      0|                    tstate, oparg == 0 ? PY_MONITORING_EVENT_PY_START : PY_MONITORING_EVENT_PY_RESUME, frame, this_instr);
  |  |  ------------------
  |  |  |  |   14|      0|#define PY_MONITORING_EVENT_PY_START 0
  |  |  ------------------
  |  |                                   tstate, oparg == 0 ? PY_MONITORING_EVENT_PY_START : PY_MONITORING_EVENT_PY_RESUME, frame, this_instr);
  |  |  ------------------
  |  |  |  |   15|      0|#define PY_MONITORING_EVENT_PY_RESUME 1
  |  |  ------------------
  |  |  |  Branch (7821:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 7822|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7823|      0|                if (err) {
  |  |  ------------------
  |  |  |  Branch (7823:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7824|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7825|      0|                }
  |  | 7826|      0|                if (frame->instr_ptr != this_instr) {
  |  |  ------------------
  |  |  |  Branch (7826:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7827|      0|                    next_instr = frame->instr_ptr;
  |  | 7828|      0|                }
  |  | 7829|      0|            }
  |  | 7830|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7830:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7831|      0|        }
  |  | 7832|       |
  |  | 7833|      0|        TARGET(INSTRUMENTED_RETURN_VALUE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7834|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7835|       |            int opcode = INSTRUMENTED_RETURN_VALUE;
  |  | 7836|       |            (void)(opcode);
  |  | 7837|       |            #endif
  |  | 7838|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7839|      0|            (void)this_instr;
  |  | 7840|      0|            frame->instr_ptr = next_instr;
  |  | 7841|      0|            next_instr += 1;
  |  | 7842|      0|            INSTRUCTION_STATS(INSTRUMENTED_RETURN_VALUE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7843|      0|            _PyStackRef val;
  |  | 7844|      0|            _PyStackRef value;
  |  | 7845|      0|            _PyStackRef retval;
  |  | 7846|      0|            _PyStackRef res;
  |  | 7847|       |            // _RETURN_VALUE_EVENT
  |  | 7848|      0|            {
  |  | 7849|      0|                val = stack_pointer[-1];
  |  | 7850|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7851|      0|                int err = _Py_call_instrumentation_arg(
  |  | 7852|      0|                    tstate, PY_MONITORING_EVENT_PY_RETURN,
  |  |  ------------------
  |  |  |  |   16|      0|#define PY_MONITORING_EVENT_PY_RETURN 2
  |  |  ------------------
  |  | 7853|      0|                    frame, this_instr, PyStackRef_AsPyObjectBorrow(val));
  |  | 7854|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7855|      0|                if (err) {
  |  |  ------------------
  |  |  |  Branch (7855:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7856|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7857|      0|                }
  |  | 7858|      0|            }
  |  | 7859|       |            // _MAKE_HEAP_SAFE
  |  | 7860|      0|            {
  |  | 7861|      0|                value = val;
  |  | 7862|      0|                value = PyStackRef_MakeHeapSafe(value);
  |  | 7863|      0|            }
  |  | 7864|       |            // _RETURN_VALUE
  |  | 7865|      0|            {
  |  | 7866|      0|                retval = value;
  |  | 7867|      0|                assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (7867:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7868|      0|                _PyStackRef temp = retval;
  |  | 7869|      0|                stack_pointer += -1;
  |  | 7870|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7871|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7872|      0|                assert(STACK_LEVEL() == 0);
  |  |  ------------------
  |  |  |  Branch (7872:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7873|      0|                DTRACE_FUNCTION_RETURN();
  |  |  ------------------
  |  |  |  |  346|      0|#define DTRACE_FUNCTION_RETURN() ((void)0)
  |  |  ------------------
  |  | 7874|      0|                _Py_LeaveRecursiveCallPy(tstate);
  |  | 7875|      0|                _PyInterpreterFrame *dying = frame;
  |  | 7876|      0|                frame = tstate->current_frame = dying->previous;
  |  | 7877|      0|                _PyEval_FrameClearAndPop(tstate, dying);
  |  | 7878|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7879|      0|                LOAD_IP(frame->return_offset);
  |  |  ------------------
  |  |  |  |  419|      0|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|      0|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7880|      0|                res = temp;
  |  | 7881|      0|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|      0|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 7882|      0|            }
  |  | 7883|      0|            stack_pointer[0] = res;
  |  | 7884|      0|            stack_pointer += 1;
  |  | 7885|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7886|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7886:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7887|      0|        }
  |  | 7888|       |
  |  | 7889|      0|        TARGET(INSTRUMENTED_YIELD_VALUE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7890|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7891|       |            int opcode = INSTRUMENTED_YIELD_VALUE;
  |  | 7892|       |            (void)(opcode);
  |  | 7893|       |            #endif
  |  | 7894|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 7895|      0|            (void)this_instr;
  |  | 7896|      0|            frame->instr_ptr = next_instr;
  |  | 7897|      0|            next_instr += 1;
  |  | 7898|      0|            INSTRUCTION_STATS(INSTRUMENTED_YIELD_VALUE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7899|      0|            opcode = INSTRUMENTED_YIELD_VALUE;
  |  |  ------------------
  |  |  |  |  237|      0|#define INSTRUMENTED_YIELD_VALUE               246
  |  |  ------------------
  |  | 7900|      0|            _PyStackRef val;
  |  | 7901|      0|            _PyStackRef value;
  |  | 7902|      0|            _PyStackRef retval;
  |  | 7903|       |            // _YIELD_VALUE_EVENT
  |  | 7904|      0|            {
  |  | 7905|      0|                val = stack_pointer[-1];
  |  | 7906|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7907|      0|                int err = _Py_call_instrumentation_arg(
  |  | 7908|      0|                    tstate, PY_MONITORING_EVENT_PY_YIELD,
  |  |  ------------------
  |  |  |  |   17|      0|#define PY_MONITORING_EVENT_PY_YIELD 3
  |  |  ------------------
  |  | 7909|      0|                    frame, this_instr, PyStackRef_AsPyObjectBorrow(val));
  |  | 7910|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7911|      0|                if (err) {
  |  |  ------------------
  |  |  |  Branch (7911:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7912|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 7913|      0|                }
  |  | 7914|      0|                if (frame->instr_ptr != this_instr) {
  |  |  ------------------
  |  |  |  Branch (7914:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7915|      0|                    next_instr = frame->instr_ptr;
  |  | 7916|      0|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7916:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 7917|      0|                }
  |  | 7918|      0|            }
  |  | 7919|       |            // _MAKE_HEAP_SAFE
  |  | 7920|      0|            {
  |  | 7921|      0|                value = val;
  |  | 7922|      0|                value = PyStackRef_MakeHeapSafe(value);
  |  | 7923|      0|            }
  |  | 7924|       |            // _YIELD_VALUE
  |  | 7925|      0|            {
  |  | 7926|      0|                retval = value;
  |  | 7927|      0|                assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (7927:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7928|      0|                frame->instr_ptr++;
  |  | 7929|      0|                PyGenObject *gen = _PyGen_GetGeneratorFromFrame(frame);
  |  | 7930|      0|                assert(FRAME_SUSPENDED_YIELD_FROM == FRAME_SUSPENDED + 1);
  |  |  ------------------
  |  |  |  Branch (7930:17): [True: 0, Folded]
  |  |  ------------------
  |  | 7931|      0|                assert(oparg == 0 || oparg == 1);
  |  |  ------------------
  |  |  |  Branch (7931:17): [True: 0, False: 0]
  |  |  |  Branch (7931:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 7932|      0|                _PyStackRef temp = retval;
  |  | 7933|      0|                stack_pointer += -1;
  |  | 7934|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7935|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7936|      0|                DTRACE_FUNCTION_RETURN();
  |  |  ------------------
  |  |  |  |  346|      0|#define DTRACE_FUNCTION_RETURN() ((void)0)
  |  |  ------------------
  |  | 7937|      0|                tstate->exc_info = gen->gi_exc_state.previous_item;
  |  | 7938|      0|                gen->gi_exc_state.previous_item = NULL;
  |  | 7939|      0|                _Py_LeaveRecursiveCallPy(tstate);
  |  | 7940|      0|                _PyInterpreterFrame *gen_frame = frame;
  |  | 7941|      0|                frame = tstate->current_frame = frame->previous;
  |  | 7942|      0|                gen_frame->previous = NULL;
  |  | 7943|      0|                ((_PyThreadStateImpl *)tstate)->generator_return_kind = GENERATOR_YIELD;
  |  | 7944|      0|                FT_ATOMIC_STORE_INT8_RELEASE(gen->gi_frame_state, FRAME_SUSPENDED + oparg);
  |  |  ------------------
  |  |  |  |  167|      0|#define FT_ATOMIC_STORE_INT8_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  | 7945|      0|                assert(INLINE_CACHE_ENTRIES_SEND == INLINE_CACHE_ENTRIES_FOR_ITER);
  |  |  ------------------
  |  |  |  Branch (7945:17): [True: 0, Folded]
  |  |  ------------------
  |  | 7946|       |                #if TIER_ONE && defined(Py_DEBUG)
  |  | 7947|       |                if (!PyStackRef_IsNone(frame->f_executable)) {
  |  | 7948|       |                    Py_ssize_t i = frame->instr_ptr - _PyFrame_GetBytecode(frame);
  |  | 7949|       |                    assert(i >= 0 && i <= INT_MAX);
  |  | 7950|       |                    int opcode = _Py_GetBaseCodeUnit(_PyFrame_GetCode(frame), (int)i).op.code;
  |  | 7951|       |                    assert(opcode == SEND || opcode == FOR_ITER);
  |  | 7952|       |                }
  |  | 7953|       |                #endif
  |  | 7954|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7955|      0|                LOAD_IP(1 + INLINE_CACHE_ENTRIES_SEND);
  |  |  ------------------
  |  |  |  |  419|      0|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|      0|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 7956|      0|                value = temp;
  |  | 7957|      0|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|      0|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 7958|      0|            }
  |  | 7959|      0|            stack_pointer[0] = value;
  |  | 7960|      0|            stack_pointer += 1;
  |  | 7961|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 7962|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (7962:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 7963|      0|        }
  |  | 7964|       |
  |  | 7965|  1.72k|        TARGET(INTERPRETER_EXIT) {
  |  |  ------------------
  |  |  |  |  132|  1.72k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 7966|       |            #if _Py_TAIL_CALL_INTERP
  |  | 7967|       |            int opcode = INTERPRETER_EXIT;
  |  | 7968|       |            (void)(opcode);
  |  | 7969|       |            #endif
  |  | 7970|  1.72k|            frame->instr_ptr = next_instr;
  |  | 7971|  1.72k|            next_instr += 1;
  |  | 7972|  1.72k|            INSTRUCTION_STATS(INTERPRETER_EXIT);
  |  |  ------------------
  |  |  |  |   71|  1.72k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 7973|  1.72k|            _PyStackRef retval;
  |  | 7974|  1.72k|            retval = stack_pointer[-1];
  |  | 7975|  1.72k|            assert(frame->owner == FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (7975:13): [True: 1.72k, False: 0]
  |  |  ------------------
  |  | 7976|  1.72k|            assert(_PyFrame_IsIncomplete(frame));
  |  |  ------------------
  |  |  |  Branch (7976:13): [True: 1.72k, False: 0]
  |  |  ------------------
  |  | 7977|  1.72k|            tstate->current_frame = frame->previous;
  |  | 7978|  1.72k|            assert(!_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (7978:13): [True: 1.72k, False: 0]
  |  |  ------------------
  |  | 7979|  1.72k|            PyObject *result = PyStackRef_AsPyObjectSteal(retval);
  |  | 7980|  1.72k|            #if !_Py_TAIL_CALL_INTERP
  |  | 7981|  1.72k|            assert(frame == &entry.frame);
  |  |  ------------------
  |  |  |  Branch (7981:13): [True: 1.72k, False: 0]
  |  |  ------------------
  |  | 7982|  1.72k|            #endif
  |  | 7983|       |            #ifdef _Py_TIER2
  |  | 7984|       |            _PyStackRef executor = frame->localsplus[0];
  |  | 7985|       |            assert(tstate->current_executor == NULL);
  |  | 7986|       |            if (!PyStackRef_IsNull(executor)) {
  |  | 7987|       |                tstate->current_executor = PyStackRef_AsPyObjectBorrow(executor);
  |  | 7988|       |                stack_pointer += -1;
  |  | 7989|       |                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  | 7990|       |                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 7991|       |                PyStackRef_CLOSE(executor);
  |  | 7992|       |                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 7993|       |                stack_pointer += 1;
  |  | 7994|       |            }
  |  | 7995|       |            #endif
  |  | 7996|  1.72k|            LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  1.72k|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 7997|  1.72k|            return result;
  |  | 7998|  1.72k|        }
  |  | 7999|       |
  |  | 8000|  1.12k|        TARGET(IS_OP) {
  |  |  ------------------
  |  |  |  |  132|  1.12k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8001|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8002|       |            int opcode = IS_OP;
  |  | 8003|       |            (void)(opcode);
  |  | 8004|       |            #endif
  |  | 8005|  1.12k|            frame->instr_ptr = next_instr;
  |  | 8006|  1.12k|            next_instr += 1;
  |  | 8007|  1.12k|            INSTRUCTION_STATS(IS_OP);
  |  |  ------------------
  |  |  |  |   71|  1.12k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8008|  1.12k|            _PyStackRef left;
  |  | 8009|  1.12k|            _PyStackRef right;
  |  | 8010|  1.12k|            _PyStackRef b;
  |  | 8011|  1.12k|            _PyStackRef l;
  |  | 8012|  1.12k|            _PyStackRef r;
  |  | 8013|  1.12k|            _PyStackRef value;
  |  | 8014|       |            // _IS_OP
  |  | 8015|  1.12k|            {
  |  | 8016|  1.12k|                right = stack_pointer[-1];
  |  | 8017|  1.12k|                left = stack_pointer[-2];
  |  | 8018|  1.12k|                int res = Py_Is(PyStackRef_AsPyObjectBorrow(left), PyStackRef_AsPyObjectBorrow(right)) ^ oparg;
  |  |  ------------------
  |  |  |  |  187|  1.12k|#define Py_Is(x, y) ((x) == (y))
  |  |  ------------------
  |  | 8019|  1.12k|                b = res ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    423|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    423|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               b = res ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  1.82k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    701|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8019:21): [True: 423, False: 701]
  |  |  ------------------
  |  | 8020|  1.12k|                l = left;
  |  | 8021|  1.12k|                r = right;
  |  | 8022|  1.12k|            }
  |  | 8023|       |            // _POP_TOP
  |  | 8024|  1.12k|            {
  |  | 8025|  1.12k|                value = r;
  |  | 8026|  1.12k|                stack_pointer[-2] = b;
  |  | 8027|  1.12k|                stack_pointer[-1] = l;
  |  | 8028|  1.12k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8029|  1.12k|                PyStackRef_XCLOSE(value);
  |  | 8030|  1.12k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8031|  1.12k|            }
  |  | 8032|       |            // _POP_TOP
  |  | 8033|  1.12k|            {
  |  | 8034|  1.12k|                value = l;
  |  | 8035|  1.12k|                stack_pointer += -1;
  |  | 8036|  1.12k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.12k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8037|  1.12k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8038|  1.12k|                PyStackRef_XCLOSE(value);
  |  | 8039|  1.12k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8040|  1.12k|            }
  |  | 8041|  1.12k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.12k|    { \
  |  |  |  |  201|  1.12k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.12k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.12k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.12k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.12k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.12k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.12k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.12k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.12k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.12k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.12k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.12k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.12k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.12k|    }
  |  |  ------------------
  |  |  |  Branch (8041:13): [True: 1.12k, False: 0]
  |  |  ------------------
  |  | 8042|  1.12k|        }
  |  | 8043|       |
  |  | 8044|    183|        TARGET(JUMP_BACKWARD) {
  |  |  ------------------
  |  |  |  |  132|    183|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8045|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8046|       |            int opcode = JUMP_BACKWARD;
  |  | 8047|       |            (void)(opcode);
  |  | 8048|       |            #endif
  |  | 8049|    183|            frame->instr_ptr = next_instr;
  |  | 8050|    183|            next_instr += 2;
  |  | 8051|    183|            INSTRUCTION_STATS(JUMP_BACKWARD);
  |  |  ------------------
  |  |  |  |   71|    183|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8052|    183|            PREDICTED_JUMP_BACKWARD:;
  |  | 8053|    183|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 8054|    183|            (void)this_instr;
  |  | 8055|       |            /* Skip 1 cache entry */
  |  | 8056|       |            // _SPECIALIZE_JUMP_BACKWARD
  |  | 8057|    183|            {
  |  | 8058|    183|                #if ENABLE_SPECIALIZATION
  |  | 8059|    183|                if (this_instr->op.code == JUMP_BACKWARD) {
  |  |  ------------------
  |  |  |  |   87|    183|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (8059:21): [True: 183, False: 0]
  |  |  ------------------
  |  | 8060|    183|                    uint8_t desired = tstate->interp->jit ? JUMP_BACKWARD_JIT : JUMP_BACKWARD_NO_JIT;
  |  |  ------------------
  |  |  |  |  186|      0|#define JUMP_BACKWARD_JIT                      181
  |  |  ------------------
  |  |                                   uint8_t desired = tstate->interp->jit ? JUMP_BACKWARD_JIT : JUMP_BACKWARD_NO_JIT;
  |  |  ------------------
  |  |  |  |  187|    366|#define JUMP_BACKWARD_NO_JIT                   182
  |  |  ------------------
  |  |  |  Branch (8060:39): [True: 0, False: 183]
  |  |  ------------------
  |  | 8061|    183|                    FT_ATOMIC_STORE_UINT8_RELAXED(this_instr->op.code, desired);
  |  |  ------------------
  |  |  |  |  170|    183|#define FT_ATOMIC_STORE_UINT8_RELAXED(value, new_value) value = new_value
  |  |  ------------------
  |  | 8062|    183|                    next_instr = this_instr;
  |  | 8063|    183|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    183|    { \
  |  |  |  |  217|    183|        opcode = next_instr->op.code; \
  |  |  |  |  218|    183|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    183|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    183|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    183|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    183|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    183|    }
  |  |  ------------------
  |  | 8064|    183|                }
  |  | 8065|    183|                #endif
  |  | 8066|    183|            }
  |  | 8067|       |            // _CHECK_PERIODIC
  |  | 8068|    183|            {
  |  | 8069|    183|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8070|    183|                int err = check_periodics(tstate);
  |  | 8071|    183|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8072|    183|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (8072:21): [True: 0, False: 183]
  |  |  ------------------
  |  | 8073|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8074|      0|                }
  |  | 8075|    183|            }
  |  | 8076|       |            // _JUMP_BACKWARD_NO_INTERRUPT
  |  | 8077|    183|            {
  |  | 8078|    183|                assert(oparg <= INSTR_OFFSET());
  |  |  ------------------
  |  |  |  Branch (8078:17): [True: 0, False: 183]
  |  |  ------------------
  |  | 8079|      0|                JUMPBY(-oparg);
  |  |  ------------------
  |  |  |  |  260|      0|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 8080|      0|            }
  |  | 8081|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (8081:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 8082|      0|        }
  |  | 8083|       |
  |  | 8084|      0|        TARGET(JUMP_BACKWARD_JIT) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8085|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8086|       |            int opcode = JUMP_BACKWARD_JIT;
  |  | 8087|       |            (void)(opcode);
  |  | 8088|       |            #endif
  |  | 8089|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8090|      0|            (void)this_instr;
  |  | 8091|      0|            frame->instr_ptr = next_instr;
  |  | 8092|      0|            next_instr += 2;
  |  | 8093|      0|            INSTRUCTION_STATS(JUMP_BACKWARD_JIT);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8094|      0|            static_assert(1 == 1, "incorrect cache size");
  |  | 8095|       |            /* Skip 1 cache entry */
  |  | 8096|       |            // _CHECK_PERIODIC
  |  | 8097|      0|            {
  |  | 8098|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8099|      0|                int err = check_periodics(tstate);
  |  | 8100|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8101|      0|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (8101:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8102|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8103|      0|                }
  |  | 8104|      0|            }
  |  | 8105|       |            // _JUMP_BACKWARD_NO_INTERRUPT
  |  | 8106|      0|            {
  |  | 8107|      0|                assert(oparg <= INSTR_OFFSET());
  |  |  ------------------
  |  |  |  Branch (8107:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8108|      0|                JUMPBY(-oparg);
  |  |  ------------------
  |  |  |  |  260|      0|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 8109|      0|            }
  |  | 8110|       |            // _JIT
  |  | 8111|      0|            {
  |  | 8112|       |                #ifdef _Py_TIER2
  |  | 8113|       |                bool is_resume = this_instr->op.code == RESUME_CHECK_JIT;
  |  | 8114|       |                _Py_BackoffCounter counter = this_instr[1].counter;
  |  | 8115|       |                if ((backoff_counter_triggers(counter) &&
  |  | 8116|       |                        !IS_JIT_TRACING() &&
  |  | 8117|       |                        (this_instr->op.code == JUMP_BACKWARD_JIT || is_resume)) &&
  |  | 8118|       |                    next_instr->op.code != ENTER_EXECUTOR) {
  |  | 8119|       |                    _Py_CODEUNIT *insert_exec_at = this_instr;
  |  | 8120|       |                    while (oparg > 255) {
  |  | 8121|       |                        oparg >>= 8;
  |  | 8122|       |                        insert_exec_at--;
  |  | 8123|       |                    }
  |  | 8124|       |                    int succ = _PyJit_TryInitializeTracing(tstate, frame, this_instr, insert_exec_at,
  |  | 8125|       |                        is_resume ? insert_exec_at : next_instr, stack_pointer, 0, NULL, oparg, NULL);
  |  | 8126|       |                    if (succ) {
  |  | 8127|       |                        ENTER_TRACING();
  |  | 8128|       |                    }
  |  | 8129|       |                    else {
  |  | 8130|       |                        this_instr[1].counter = restart_backoff_counter(counter);
  |  | 8131|       |                    }
  |  | 8132|       |                }
  |  | 8133|       |                else {
  |  | 8134|       |                    ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  | 8135|       |                }
  |  | 8136|       |                #endif
  |  | 8137|      0|            }
  |  | 8138|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (8138:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 8139|      0|        }
  |  | 8140|       |
  |  | 8141|    184|        TARGET(JUMP_BACKWARD_NO_INTERRUPT) {
  |  |  ------------------
  |  |  |  |  132|    184|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8142|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8143|       |            int opcode = JUMP_BACKWARD_NO_INTERRUPT;
  |  | 8144|       |            (void)(opcode);
  |  | 8145|       |            #endif
  |  | 8146|    184|            frame->instr_ptr = next_instr;
  |  | 8147|    184|            next_instr += 1;
  |  | 8148|    184|            INSTRUCTION_STATS(JUMP_BACKWARD_NO_INTERRUPT);
  |  |  ------------------
  |  |  |  |   71|    184|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8149|    184|            assert(oparg <= INSTR_OFFSET());
  |  |  ------------------
  |  |  |  Branch (8149:13): [True: 184, False: 0]
  |  |  ------------------
  |  | 8150|    184|            JUMPBY(-oparg);
  |  |  ------------------
  |  |  |  |  260|    184|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 8151|    184|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    184|    { \
  |  |  |  |  201|    184|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    184|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    184|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    184|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    184|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    184|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    184|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    184|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 184]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    184|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    184|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    184|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    184|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    184|    }
  |  |  ------------------
  |  |  |  Branch (8151:13): [True: 184, False: 0]
  |  |  ------------------
  |  | 8152|    184|        }
  |  | 8153|       |
  |  | 8154|  2.85k|        TARGET(JUMP_BACKWARD_NO_JIT) {
  |  |  ------------------
  |  |  |  |  132|  2.85k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8155|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8156|       |            int opcode = JUMP_BACKWARD_NO_JIT;
  |  | 8157|       |            (void)(opcode);
  |  | 8158|       |            #endif
  |  | 8159|  2.85k|            frame->instr_ptr = next_instr;
  |  | 8160|  2.85k|            next_instr += 2;
  |  | 8161|  2.85k|            INSTRUCTION_STATS(JUMP_BACKWARD_NO_JIT);
  |  |  ------------------
  |  |  |  |   71|  2.85k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8162|  2.85k|            static_assert(1 == 1, "incorrect cache size");
  |  | 8163|       |            /* Skip 1 cache entry */
  |  | 8164|       |            // _CHECK_PERIODIC
  |  | 8165|  2.85k|            {
  |  | 8166|  2.85k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8167|  2.85k|                int err = check_periodics(tstate);
  |  | 8168|  2.85k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8169|  2.85k|                if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (8169:21): [True: 0, False: 2.85k]
  |  |  ------------------
  |  | 8170|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8171|      0|                }
  |  | 8172|  2.85k|            }
  |  | 8173|       |            // _JUMP_BACKWARD_NO_INTERRUPT
  |  | 8174|  2.85k|            {
  |  | 8175|  2.85k|                assert(oparg <= INSTR_OFFSET());
  |  |  ------------------
  |  |  |  Branch (8175:17): [True: 2.85k, False: 0]
  |  |  ------------------
  |  | 8176|  2.85k|                JUMPBY(-oparg);
  |  |  ------------------
  |  |  |  |  260|  2.85k|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 8177|  2.85k|            }
  |  | 8178|  2.85k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.85k|    { \
  |  |  |  |  201|  2.85k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.85k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.85k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.85k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.85k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.85k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.85k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.85k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.85k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.85k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.85k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.85k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.85k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.85k|    }
  |  |  ------------------
  |  |  |  Branch (8178:13): [True: 2.85k, False: 0]
  |  |  ------------------
  |  | 8179|  2.85k|        }
  |  | 8180|       |
  |  | 8181|    733|        TARGET(JUMP_FORWARD) {
  |  |  ------------------
  |  |  |  |  132|    733|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8182|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8183|       |            int opcode = JUMP_FORWARD;
  |  | 8184|       |            (void)(opcode);
  |  | 8185|       |            #endif
  |  | 8186|    733|            frame->instr_ptr = next_instr;
  |  | 8187|    733|            next_instr += 1;
  |  | 8188|    733|            INSTRUCTION_STATS(JUMP_FORWARD);
  |  |  ------------------
  |  |  |  |   71|    733|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8189|    733|            JUMPBY(oparg);
  |  |  ------------------
  |  |  |  |  260|    733|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  | 8190|    733|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    733|    { \
  |  |  |  |  201|    733|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    733|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    733|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    733|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    733|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    733|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    733|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    733|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 733]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    733|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    733|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    733|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    733|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    733|    }
  |  |  ------------------
  |  |  |  Branch (8190:13): [True: 733, False: 0]
  |  |  ------------------
  |  | 8191|    733|        }
  |  | 8192|       |
  |  | 8193|  1.53k|        TARGET(LIST_APPEND) {
  |  |  ------------------
  |  |  |  |  132|  1.53k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8194|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8195|       |            int opcode = LIST_APPEND;
  |  | 8196|       |            (void)(opcode);
  |  | 8197|       |            #endif
  |  | 8198|  1.53k|            frame->instr_ptr = next_instr;
  |  | 8199|  1.53k|            next_instr += 1;
  |  | 8200|  1.53k|            INSTRUCTION_STATS(LIST_APPEND);
  |  |  ------------------
  |  |  |  |   71|  1.53k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8201|  1.53k|            _PyStackRef list;
  |  | 8202|  1.53k|            _PyStackRef v;
  |  | 8203|  1.53k|            v = stack_pointer[-1];
  |  | 8204|  1.53k|            list = stack_pointer[-2 - (oparg-1)];
  |  | 8205|  1.53k|            int err = _PyList_AppendTakeRef((PyListObject *)PyStackRef_AsPyObjectBorrow(list),
  |  | 8206|  1.53k|                PyStackRef_AsPyObjectSteal(v));
  |  | 8207|  1.53k|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (8207:17): [True: 0, False: 1.53k]
  |  |  ------------------
  |  | 8208|      0|                JUMP_TO_LABEL(pop_1_error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8209|      0|            }
  |  | 8210|  1.53k|            stack_pointer += -1;
  |  | 8211|  1.53k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.53k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8212|  1.53k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.53k|    { \
  |  |  |  |  201|  1.53k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.53k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.53k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.53k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.53k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.53k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.53k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.53k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.53k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.53k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.53k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.53k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.53k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.53k|    }
  |  |  ------------------
  |  |  |  Branch (8212:13): [True: 1.53k, False: 0]
  |  |  ------------------
  |  | 8213|  1.53k|        }
  |  | 8214|       |
  |  | 8215|     65|        TARGET(LIST_EXTEND) {
  |  |  ------------------
  |  |  |  |  132|     65|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8216|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8217|       |            int opcode = LIST_EXTEND;
  |  | 8218|       |            (void)(opcode);
  |  | 8219|       |            #endif
  |  | 8220|     65|            frame->instr_ptr = next_instr;
  |  | 8221|     65|            next_instr += 1;
  |  | 8222|     65|            INSTRUCTION_STATS(LIST_EXTEND);
  |  |  ------------------
  |  |  |  |   71|     65|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8223|     65|            _PyStackRef list_st;
  |  | 8224|     65|            _PyStackRef iterable_st;
  |  | 8225|     65|            _PyStackRef i;
  |  | 8226|     65|            _PyStackRef value;
  |  | 8227|       |            // _LIST_EXTEND
  |  | 8228|     65|            {
  |  | 8229|     65|                iterable_st = stack_pointer[-1];
  |  | 8230|     65|                list_st = stack_pointer[-2 - (oparg-1)];
  |  | 8231|     65|                PyObject *list = PyStackRef_AsPyObjectBorrow(list_st);
  |  | 8232|     65|                PyObject *iterable = PyStackRef_AsPyObjectBorrow(iterable_st);
  |  | 8233|     65|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8234|     65|                PyObject *none_val = _PyList_Extend((PyListObject *)list, iterable);
  |  | 8235|     65|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8236|     65|                if (none_val == NULL) {
  |  |  ------------------
  |  |  |  Branch (8236:21): [True: 0, False: 65]
  |  |  ------------------
  |  | 8237|      0|                    int matches = _PyErr_ExceptionMatches(tstate, PyExc_TypeError);
  |  | 8238|      0|                    if (matches &&
  |  |  ------------------
  |  |  |  Branch (8238:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 8239|      0|                        (Py_TYPE(iterable)->tp_iter == NULL && !PySequence_Check(iterable)))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8239:26): [True: 0, False: 0]
  |  |  |  Branch (8239:64): [True: 0, False: 0]
  |  |  ------------------
  |  | 8240|      0|                    {
  |  | 8241|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8242|      0|                        _PyErr_Clear(tstate);
  |  | 8243|      0|                        _PyErr_Format(tstate, PyExc_TypeError,
  |  | 8244|      0|                                  "Value after * must be an iterable, not %.200s",
  |  | 8245|      0|                                  Py_TYPE(iterable)->tp_name);
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8246|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8247|      0|                    }
  |  | 8248|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8249|      0|                }
  |  | 8250|     65|                assert(Py_IsNone(none_val));
  |  |  ------------------
  |  |  |  Branch (8250:17): [True: 65, False: 0]
  |  |  ------------------
  |  | 8251|     65|                i = iterable_st;
  |  | 8252|     65|            }
  |  | 8253|       |            // _POP_TOP
  |  | 8254|      0|            {
  |  | 8255|     65|                value = i;
  |  | 8256|     65|                stack_pointer += -1;
  |  | 8257|     65|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     65|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8258|     65|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8259|     65|                PyStackRef_XCLOSE(value);
  |  | 8260|     65|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8261|     65|            }
  |  | 8262|     65|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     65|    { \
  |  |  |  |  201|     65|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     65|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     65|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     65|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     65|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     65|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     65|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     65|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 65]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     65|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     65|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     65|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     65|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     65|    }
  |  |  ------------------
  |  |  |  Branch (8262:13): [True: 65, False: 0]
  |  |  ------------------
  |  | 8263|     65|        }
  |  | 8264|       |
  |  | 8265|  3.85k|        TARGET(LOAD_ATTR) {
  |  |  ------------------
  |  |  |  |  132|  3.85k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8266|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8267|       |            int opcode = LOAD_ATTR;
  |  | 8268|       |            (void)(opcode);
  |  | 8269|       |            #endif
  |  | 8270|  3.85k|            frame->instr_ptr = next_instr;
  |  | 8271|  3.85k|            next_instr += 10;
  |  | 8272|  3.85k|            INSTRUCTION_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |   71|  3.85k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8273|  4.69k|            PREDICTED_LOAD_ATTR:;
  |  | 8274|  4.69k|            _Py_CODEUNIT* const this_instr = next_instr - 10;
  |  | 8275|  4.69k|            (void)this_instr;
  |  | 8276|  4.69k|            _PyStackRef owner;
  |  | 8277|  4.69k|            _PyStackRef attr;
  |  | 8278|  4.69k|            _PyStackRef *self_or_null;
  |  | 8279|       |            // _SPECIALIZE_LOAD_ATTR
  |  | 8280|  4.69k|            {
  |  | 8281|  4.69k|                owner = stack_pointer[-1];
  |  | 8282|  4.69k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 8283|  4.69k|                (void)counter;
  |  | 8284|  4.69k|                #if ENABLE_SPECIALIZATION
  |  | 8285|  4.69k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  4.69k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 791, False: 3.90k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8286|    791|                    PyObject *name = GETITEM(FRAME_CO_NAMES, oparg>>1);
  |  |  ------------------
  |  |  |  |  235|    791|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    791|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    791|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    791|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8286:38): [True: 791, False: 0]
  |  |  ------------------
  |  | 8287|      0|                    next_instr = this_instr;
  |  | 8288|    791|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8289|    791|                    _Py_Specialize_LoadAttr(owner, next_instr, name);
  |  | 8290|    791|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8291|    791|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    791|    { \
  |  |  |  |  217|    791|        opcode = next_instr->op.code; \
  |  |  |  |  218|    791|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    791|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    791|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    791|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    791|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    791|    }
  |  |  ------------------
  |  | 8292|    791|                }
  |  | 8293|  4.69k|                OPCODE_DEFERRED_INC(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |   90|  4.69k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 8294|  4.69k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  4.69k|    do { \
  |  |  |  |  358|  4.69k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  4.69k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 4.69k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8295|  4.69k|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 8296|  4.69k|            }
  |  | 8297|       |            /* Skip 8 cache entries */
  |  | 8298|       |            // _LOAD_ATTR
  |  | 8299|      0|            {
  |  | 8300|  4.69k|                self_or_null = &stack_pointer[0];
  |  | 8301|  4.69k|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 1);
  |  |  ------------------
  |  |  |  |  235|  4.69k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  4.69k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  4.69k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.90k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8301:34): [True: 3.90k, False: 791]
  |  |  ------------------
  |  | 8302|  3.90k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8302:21): [True: 1.01k, False: 2.88k]
  |  |  ------------------
  |  | 8303|  1.01k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8304|  1.01k|                    attr = _Py_LoadAttr_StackRefSteal(tstate, owner, name, self_or_null);
  |  | 8305|  1.01k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8306|  1.01k|                    if (PyStackRef_IsNull(attr)) {
  |  |  ------------------
  |  |  |  |  470|  1.01k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  1.01k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  1.01k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 2, False: 1.01k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8307|      2|                        JUMP_TO_LABEL(pop_1_error);
  |  |  ------------------
  |  |  |  |  135|      2|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8308|      0|                    }
  |  | 8309|  1.01k|                }
  |  | 8310|  2.88k|                else {
  |  | 8311|  2.88k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8312|  2.88k|                    attr = _PyObject_GetAttrStackRef(PyStackRef_AsPyObjectBorrow(owner), name);
  |  | 8313|  2.88k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8314|  2.88k|                    stack_pointer[-1] = attr;
  |  | 8315|  2.88k|                    stack_pointer += (oparg&1);
  |  | 8316|  2.88k|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.88k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8317|  2.88k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8318|  2.88k|                    PyStackRef_CLOSE(owner);
  |  | 8319|  2.88k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8320|  2.88k|                    if (PyStackRef_IsNull(attr)) {
  |  |  ------------------
  |  |  |  |  470|  2.88k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  2.88k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  2.88k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 20, False: 2.86k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8321|     20|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     20|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 8322|      0|                    }
  |  | 8323|  2.86k|                    stack_pointer += -(oparg&1);
  |  | 8324|  2.86k|                }
  |  | 8325|  3.90k|            }
  |  | 8326|  3.87k|            stack_pointer[-1] = attr;
  |  | 8327|  3.87k|            stack_pointer += (oparg&1);
  |  | 8328|  3.87k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.87k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8329|  3.87k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.87k|    { \
  |  |  |  |  201|  3.87k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.87k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.87k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.87k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.87k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.87k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.87k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.87k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.87k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.87k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.87k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.87k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.87k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.87k|    }
  |  |  ------------------
  |  |  |  Branch (8329:13): [True: 3.87k, False: 0]
  |  |  ------------------
  |  | 8330|  3.87k|        }
  |  | 8331|       |
  |  | 8332|    110|        TARGET(LOAD_ATTR_CLASS) {
  |  |  ------------------
  |  |  |  |  132|    110|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8333|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8334|       |            int opcode = LOAD_ATTR_CLASS;
  |  | 8335|       |            (void)(opcode);
  |  | 8336|       |            #endif
  |  | 8337|    110|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8338|    110|            (void)this_instr;
  |  | 8339|    110|            frame->instr_ptr = next_instr;
  |  | 8340|    110|            next_instr += 10;
  |  | 8341|    110|            INSTRUCTION_STATS(LOAD_ATTR_CLASS);
  |  |  ------------------
  |  |  |  |   71|    110|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8342|    110|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8343|    110|            _PyStackRef owner;
  |  | 8344|    110|            _PyStackRef attr;
  |  | 8345|    110|            _PyStackRef *null;
  |  | 8346|       |            /* Skip 1 cache entry */
  |  | 8347|       |            // _CHECK_ATTR_CLASS
  |  | 8348|    110|            {
  |  | 8349|    110|                owner = stack_pointer[-1];
  |  | 8350|    110|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8351|    110|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8352|    110|                if (!PyType_Check(owner_o)) {
  |  |  ------------------
  |  |  |  |  766|    110|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    110|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    110|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8352:21): [True: 0, False: 110]
  |  |  ------------------
  |  | 8353|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8354|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8354:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8355|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8356|      0|                }
  |  | 8357|    110|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8357:17): [True: 110, False: 0]
  |  |  ------------------
  |  | 8358|    110|                if (FT_ATOMIC_LOAD_UINT_RELAXED(((PyTypeObject *)owner_o)->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    110|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8358:21): [True: 2, False: 108]
  |  |  ------------------
  |  | 8359|      2|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      2|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8360|      2|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8360:21): [True: 2, False: 0]
  |  |  ------------------
  |  | 8361|      2|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      2|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8362|      0|                }
  |  | 8363|    110|            }
  |  | 8364|       |            /* Skip 2 cache entries */
  |  | 8365|       |            // _LOAD_ATTR_CLASS
  |  | 8366|    108|            {
  |  | 8367|    108|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8368|    108|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    108|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8369|    108|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8369:17): [True: 108, False: 0]
  |  |  ------------------
  |  | 8370|    108|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|    108|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    108|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    108|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8371|    108|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8372|    108|                _PyStackRef tmp = owner;
  |  | 8373|    108|                owner = attr;
  |  | 8374|    108|                stack_pointer[-1] = owner;
  |  | 8375|    108|                PyStackRef_CLOSE(tmp);
  |  | 8376|    108|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8377|    108|            }
  |  | 8378|       |            // _PUSH_NULL_CONDITIONAL
  |  | 8379|      0|            {
  |  | 8380|    108|                null = &stack_pointer[0];
  |  | 8381|    108|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8381:21): [True: 3, False: 105]
  |  |  ------------------
  |  | 8382|      3|                    null[0] = PyStackRef_NULL;
  |  | 8383|      3|                }
  |  | 8384|    108|            }
  |  | 8385|    108|            stack_pointer += (oparg & 1);
  |  | 8386|    108|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    108|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8387|    108|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    108|    { \
  |  |  |  |  201|    108|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    108|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    108|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    108|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    108|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    108|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    108|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    108|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 108]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    108|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    108|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    108|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    108|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    108|    }
  |  |  ------------------
  |  |  |  Branch (8387:13): [True: 108, False: 0]
  |  |  ------------------
  |  | 8388|    108|        }
  |  | 8389|       |
  |  | 8390|    214|        TARGET(LOAD_ATTR_CLASS_WITH_METACLASS_CHECK) {
  |  |  ------------------
  |  |  |  |  132|    214|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8391|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8392|       |            int opcode = LOAD_ATTR_CLASS_WITH_METACLASS_CHECK;
  |  | 8393|       |            (void)(opcode);
  |  | 8394|       |            #endif
  |  | 8395|    214|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8396|    214|            (void)this_instr;
  |  | 8397|    214|            frame->instr_ptr = next_instr;
  |  | 8398|    214|            next_instr += 10;
  |  | 8399|    214|            INSTRUCTION_STATS(LOAD_ATTR_CLASS_WITH_METACLASS_CHECK);
  |  |  ------------------
  |  |  |  |   71|    214|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8400|    214|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8401|    214|            _PyStackRef owner;
  |  | 8402|    214|            _PyStackRef attr;
  |  | 8403|    214|            _PyStackRef *null;
  |  | 8404|       |            /* Skip 1 cache entry */
  |  | 8405|       |            // _GUARD_TYPE_VERSION
  |  | 8406|    214|            {
  |  | 8407|    214|                owner = stack_pointer[-1];
  |  | 8408|    214|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8409|    214|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|    214|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    214|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    214|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8410|    214|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8410:17): [True: 214, False: 0]
  |  |  ------------------
  |  | 8411|    214|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    214|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8411:21): [True: 0, False: 214]
  |  |  ------------------
  |  | 8412|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8413|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8413:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8414|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8415|      0|                }
  |  | 8416|    214|            }
  |  | 8417|       |            // _CHECK_ATTR_CLASS
  |  | 8418|    214|            {
  |  | 8419|    214|                uint32_t type_version = read_u32(&this_instr[4].cache);
  |  | 8420|    214|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8421|    214|                if (!PyType_Check(owner_o)) {
  |  |  ------------------
  |  |  |  |  766|    214|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    214|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    214|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8421:21): [True: 0, False: 214]
  |  |  ------------------
  |  | 8422|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8423|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8423:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8424|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8425|      0|                }
  |  | 8426|    214|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8426:17): [True: 214, False: 0]
  |  |  ------------------
  |  | 8427|    214|                if (FT_ATOMIC_LOAD_UINT_RELAXED(((PyTypeObject *)owner_o)->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    214|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8427:21): [True: 105, False: 109]
  |  |  ------------------
  |  | 8428|    105|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|    105|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8429|    105|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8429:21): [True: 105, False: 0]
  |  |  ------------------
  |  | 8430|    105|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|    105|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8431|      0|                }
  |  | 8432|    214|            }
  |  | 8433|       |            // _LOAD_ATTR_CLASS
  |  | 8434|    109|            {
  |  | 8435|    109|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8436|    109|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    109|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8437|    109|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8437:17): [True: 109, False: 0]
  |  |  ------------------
  |  | 8438|    109|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|    109|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    109|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    109|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8439|    109|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8440|    109|                _PyStackRef tmp = owner;
  |  | 8441|    109|                owner = attr;
  |  | 8442|    109|                stack_pointer[-1] = owner;
  |  | 8443|    109|                PyStackRef_CLOSE(tmp);
  |  | 8444|    109|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8445|    109|            }
  |  | 8446|       |            // _PUSH_NULL_CONDITIONAL
  |  | 8447|      0|            {
  |  | 8448|    109|                null = &stack_pointer[0];
  |  | 8449|    109|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8449:21): [True: 23, False: 86]
  |  |  ------------------
  |  | 8450|     23|                    null[0] = PyStackRef_NULL;
  |  | 8451|     23|                }
  |  | 8452|    109|            }
  |  | 8453|    109|            stack_pointer += (oparg & 1);
  |  | 8454|    109|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    109|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8455|    109|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    109|    { \
  |  |  |  |  201|    109|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    109|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    109|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    109|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    109|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    109|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    109|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    109|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 109]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    109|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    109|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    109|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    109|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    109|    }
  |  |  ------------------
  |  |  |  Branch (8455:13): [True: 109, False: 0]
  |  |  ------------------
  |  | 8456|    109|        }
  |  | 8457|       |
  |  | 8458|      0|        TARGET(LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8459|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8460|       |            int opcode = LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN;
  |  | 8461|       |            (void)(opcode);
  |  | 8462|       |            #endif
  |  | 8463|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8464|      0|            (void)this_instr;
  |  | 8465|      0|            frame->instr_ptr = next_instr;
  |  | 8466|      0|            next_instr += 10;
  |  | 8467|      0|            INSTRUCTION_STATS(LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8468|      0|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8469|      0|            _PyStackRef owner;
  |  | 8470|      0|            _PyStackRef new_frame;
  |  | 8471|       |            /* Skip 1 cache entry */
  |  | 8472|       |            // _GUARD_TYPE_VERSION
  |  | 8473|      0|            {
  |  | 8474|      0|                owner = stack_pointer[-1];
  |  | 8475|      0|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8476|      0|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8477|      0|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8477:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8478|      0|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|      0|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8478:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8479|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8480|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8480:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8481|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8482|      0|                }
  |  | 8483|      0|            }
  |  | 8484|       |            // _CHECK_PEP_523
  |  | 8485|      0|            {
  |  | 8486|      0|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|      0|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8487|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8488|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8488:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8489|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8490|      0|                }
  |  | 8491|      0|            }
  |  | 8492|       |            // _LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN_FRAME
  |  | 8493|      0|            {
  |  | 8494|      0|                uint32_t func_version = read_u32(&this_instr[4].cache);
  |  | 8495|      0|                PyObject *getattribute = read_obj(&this_instr[6].cache);
  |  | 8496|      0|                assert((oparg & 1) == 0);
  |  |  ------------------
  |  |  |  Branch (8496:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8497|      0|                assert(Py_IS_TYPE(getattribute, &PyFunction_Type));
  |  |  ------------------
  |  |  |  Branch (8497:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8498|      0|                PyFunctionObject *f = (PyFunctionObject *)getattribute;
  |  | 8499|      0|                assert(func_version != 0);
  |  |  ------------------
  |  |  |  Branch (8499:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8500|      0|                if (f->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (8500:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8501|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8502|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8502:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8503|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8504|      0|                }
  |  | 8505|      0|                PyCodeObject *code = (PyCodeObject *)f->func_code;
  |  | 8506|      0|                assert(code->co_argcount == 2);
  |  |  ------------------
  |  |  |  Branch (8506:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8507|      0|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (8507:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8508|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8509|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8509:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8510|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8511|      0|                }
  |  | 8512|      0|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8513|      0|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 1);
  |  |  ------------------
  |  |  |  |  235|      0|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8513:34): [True: 0, False: 0]
  |  |  ------------------
  |  | 8514|      0|                _PyInterpreterFrame *pushed_frame = _PyFrame_PushUnchecked(
  |  | 8515|      0|                    tstate, PyStackRef_FromPyObjectNew(f), 2, frame);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8516|      0|                pushed_frame->localsplus[0] = owner;
  |  | 8517|      0|                pushed_frame->localsplus[1] = PyStackRef_FromPyObjectNew(name);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8518|      0|                new_frame = PyStackRef_Wrap(pushed_frame);
  |  | 8519|      0|            }
  |  | 8520|       |            // _SAVE_RETURN_OFFSET
  |  | 8521|      0|            {
  |  | 8522|      0|                #if TIER_ONE
  |  | 8523|      0|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 8524|      0|                #endif
  |  | 8525|       |                #if TIER_TWO
  |  | 8526|       |                frame->return_offset = oparg;
  |  | 8527|       |                #endif
  |  | 8528|      0|            }
  |  | 8529|       |            // _PUSH_FRAME
  |  | 8530|      0|            {
  |  | 8531|      0|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (8531:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8532|      0|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 8533|      0|                stack_pointer += -1;
  |  | 8534|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8535|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8536|      0|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (8536:17): [True: 0, False: 0]
  |  |  |  Branch (8536:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8537|      0|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|      0|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 8538|      0|                frame = tstate->current_frame = temp;
  |  | 8539|      0|                tstate->py_recursion_remaining--;
  |  | 8540|      0|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|      0|#define LOAD_SP() \
  |  |  |  |  426|      0|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 8541|      0|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|      0|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|      0|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8542|      0|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|      0|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 8543|      0|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|      0|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 8544|      0|            }
  |  | 8545|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (8545:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 8546|      0|        }
  |  | 8547|       |
  |  | 8548|  5.30k|        TARGET(LOAD_ATTR_INSTANCE_VALUE) {
  |  |  ------------------
  |  |  |  |  132|  5.30k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8549|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8550|       |            int opcode = LOAD_ATTR_INSTANCE_VALUE;
  |  | 8551|       |            (void)(opcode);
  |  | 8552|       |            #endif
  |  | 8553|  5.30k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8554|  5.30k|            (void)this_instr;
  |  | 8555|  5.30k|            frame->instr_ptr = next_instr;
  |  | 8556|  5.30k|            next_instr += 10;
  |  | 8557|  5.30k|            INSTRUCTION_STATS(LOAD_ATTR_INSTANCE_VALUE);
  |  |  ------------------
  |  |  |  |   71|  5.30k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8558|  5.30k|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8559|  5.30k|            _PyStackRef owner;
  |  | 8560|  5.30k|            _PyStackRef attr;
  |  | 8561|  5.30k|            _PyStackRef o;
  |  | 8562|  5.30k|            _PyStackRef value;
  |  | 8563|  5.30k|            _PyStackRef *null;
  |  | 8564|       |            /* Skip 1 cache entry */
  |  | 8565|       |            // _GUARD_TYPE_VERSION
  |  | 8566|  5.30k|            {
  |  | 8567|  5.30k|                owner = stack_pointer[-1];
  |  | 8568|  5.30k|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8569|  5.30k|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|  5.30k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.30k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8570|  5.30k|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8570:17): [True: 5.30k, False: 0]
  |  |  ------------------
  |  | 8571|  5.30k|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|  5.30k|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8571:21): [True: 3, False: 5.30k]
  |  |  ------------------
  |  | 8572|      3|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      3|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8573|      3|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8573:21): [True: 3, False: 0]
  |  |  ------------------
  |  | 8574|      3|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      3|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8575|      0|                }
  |  | 8576|  5.30k|            }
  |  | 8577|       |            // _CHECK_MANAGED_OBJECT_HAS_VALUES
  |  | 8578|  5.30k|            {
  |  | 8579|  5.30k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8580|  5.30k|                assert(Py_TYPE(owner_o)->tp_dictoffset < 0);
  |  |  ------------------
  |  |  |  Branch (8580:17): [True: 5.30k, False: 0]
  |  |  ------------------
  |  | 8581|  5.30k|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  |  |  ------------------
  |  |  |  Branch (8581:17): [True: 5.30k, False: 0]
  |  |  ------------------
  |  | 8582|  5.30k|                if (!FT_ATOMIC_LOAD_UINT8(_PyObject_InlineValues(owner_o)->valid)) {
  |  |  ------------------
  |  |  |  |  154|  5.30k|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (8582:21): [True: 0, False: 5.30k]
  |  |  ------------------
  |  | 8583|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8584|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8584:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8585|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8586|      0|                }
  |  | 8587|  5.30k|            }
  |  | 8588|       |            // _LOAD_ATTR_INSTANCE_VALUE
  |  | 8589|  5.30k|            {
  |  | 8590|  5.30k|                uint16_t offset = read_u16(&this_instr[4].cache);
  |  | 8591|  5.30k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8592|  5.30k|                PyObject **value_ptr = (PyObject**)(((char *)owner_o) + offset);
  |  | 8593|  5.30k|                PyObject *attr_o = FT_ATOMIC_LOAD_PTR_ACQUIRE(*value_ptr);
  |  |  ------------------
  |  |  |  |  150|  5.30k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 8594|  5.30k|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (8594:21): [True: 0, False: 5.30k]
  |  |  ------------------
  |  | 8595|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8596|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8596:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8597|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8598|      0|                }
  |  | 8599|       |                #ifdef Py_GIL_DISABLED
  |  | 8600|       |                int increfed = _Py_TryIncrefCompareStackRef(value_ptr, attr_o, &attr);
  |  | 8601|       |                if (!increfed) {
  |  | 8602|       |                    if (true) {
  |  | 8603|       |                        UPDATE_MISS_STATS(LOAD_ATTR);
  |  | 8604|       |                        assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  | 8605|       |                        JUMP_TO_PREDICTED(LOAD_ATTR);
  |  | 8606|       |                    }
  |  | 8607|       |                }
  |  | 8608|       |                #else
  |  | 8609|  5.30k|                attr = PyStackRef_FromPyObjectNew(attr_o);
  |  |  ------------------
  |  |  |  |  599|  5.30k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  5.30k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  5.30k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8610|  5.30k|                #endif
  |  | 8611|  5.30k|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|  5.30k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8612|  5.30k|                o = owner;
  |  | 8613|  5.30k|            }
  |  | 8614|       |            // _POP_TOP
  |  | 8615|      0|            {
  |  | 8616|  5.30k|                value = o;
  |  | 8617|  5.30k|                stack_pointer[-1] = attr;
  |  | 8618|  5.30k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8619|  5.30k|                PyStackRef_XCLOSE(value);
  |  | 8620|  5.30k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8621|  5.30k|            }
  |  | 8622|       |            /* Skip 5 cache entries */
  |  | 8623|       |            // _PUSH_NULL_CONDITIONAL
  |  | 8624|  5.30k|            {
  |  | 8625|  5.30k|                null = &stack_pointer[0];
  |  | 8626|  5.30k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8626:21): [True: 98, False: 5.20k]
  |  |  ------------------
  |  | 8627|     98|                    null[0] = PyStackRef_NULL;
  |  | 8628|     98|                }
  |  | 8629|  5.30k|            }
  |  | 8630|  5.30k|            stack_pointer += (oparg & 1);
  |  | 8631|  5.30k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  5.30k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8632|  5.30k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  5.30k|    { \
  |  |  |  |  201|  5.30k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  5.30k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  5.30k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  5.30k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  5.30k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  5.30k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  5.30k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  5.30k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 5.30k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  5.30k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  5.30k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  5.30k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  5.30k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  5.30k|    }
  |  |  ------------------
  |  |  |  Branch (8632:13): [True: 5.30k, False: 0]
  |  |  ------------------
  |  | 8633|  5.30k|        }
  |  | 8634|       |
  |  | 8635|     12|        TARGET(LOAD_ATTR_METHOD_LAZY_DICT) {
  |  |  ------------------
  |  |  |  |  132|     12|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8636|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8637|       |            int opcode = LOAD_ATTR_METHOD_LAZY_DICT;
  |  | 8638|       |            (void)(opcode);
  |  | 8639|       |            #endif
  |  | 8640|     12|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8641|     12|            (void)this_instr;
  |  | 8642|     12|            frame->instr_ptr = next_instr;
  |  | 8643|     12|            next_instr += 10;
  |  | 8644|     12|            INSTRUCTION_STATS(LOAD_ATTR_METHOD_LAZY_DICT);
  |  |  ------------------
  |  |  |  |   71|     12|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8645|     12|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8646|     12|            _PyStackRef owner;
  |  | 8647|     12|            _PyStackRef attr;
  |  | 8648|     12|            _PyStackRef self;
  |  | 8649|       |            /* Skip 1 cache entry */
  |  | 8650|       |            // _GUARD_TYPE_VERSION
  |  | 8651|     12|            {
  |  | 8652|     12|                owner = stack_pointer[-1];
  |  | 8653|     12|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8654|     12|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|     12|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8655|     12|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8655:17): [True: 12, False: 0]
  |  |  ------------------
  |  | 8656|     12|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|     12|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8656:21): [True: 0, False: 12]
  |  |  ------------------
  |  | 8657|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8658|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8658:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8659|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8660|      0|                }
  |  | 8661|     12|            }
  |  | 8662|       |            // _CHECK_ATTR_METHOD_LAZY_DICT
  |  | 8663|     12|            {
  |  | 8664|     12|                uint16_t dictoffset = read_u16(&this_instr[4].cache);
  |  | 8665|     12|                char *ptr = ((char *)PyStackRef_AsPyObjectBorrow(owner)) + MANAGED_DICT_OFFSET + dictoffset;
  |  |  ------------------
  |  |  |  |  925|     12|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  |  |  ------------------
  |  | 8666|     12|                PyObject *dict = FT_ATOMIC_LOAD_PTR_ACQUIRE(*(PyObject **)ptr);
  |  |  ------------------
  |  |  |  |  150|     12|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 8667|     12|                if (dict != NULL) {
  |  |  ------------------
  |  |  |  Branch (8667:21): [True: 0, False: 12]
  |  |  ------------------
  |  | 8668|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8669|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8669:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8670|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8671|      0|                }
  |  | 8672|     12|            }
  |  | 8673|       |            /* Skip 1 cache entry */
  |  | 8674|       |            // _LOAD_ATTR_METHOD_LAZY_DICT
  |  | 8675|     12|            {
  |  | 8676|     12|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8677|     12|                assert(oparg & 1);
  |  |  ------------------
  |  |  |  Branch (8677:17): [True: 12, False: 0]
  |  |  ------------------
  |  | 8678|     12|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|     12|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8679|     12|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8679:17): [True: 12, False: 0]
  |  |  ------------------
  |  | 8680|     12|                assert(_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR));
  |  |  ------------------
  |  |  |  Branch (8680:17): [True: 12, False: 0]
  |  |  ------------------
  |  | 8681|     12|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|     12|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8682|     12|                self = owner;
  |  | 8683|     12|            }
  |  | 8684|      0|            stack_pointer[-1] = attr;
  |  | 8685|     12|            stack_pointer[0] = self;
  |  | 8686|     12|            stack_pointer += 1;
  |  | 8687|     12|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     12|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8688|     12|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     12|    { \
  |  |  |  |  201|     12|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     12|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     12|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     12|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     12|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     12|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     12|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     12|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 12]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     12|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     12|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     12|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     12|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     12|    }
  |  |  ------------------
  |  |  |  Branch (8688:13): [True: 12, False: 0]
  |  |  ------------------
  |  | 8689|     12|        }
  |  | 8690|       |
  |  | 8691|  2.19k|        TARGET(LOAD_ATTR_METHOD_NO_DICT) {
  |  |  ------------------
  |  |  |  |  132|  2.19k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8692|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8693|       |            int opcode = LOAD_ATTR_METHOD_NO_DICT;
  |  | 8694|       |            (void)(opcode);
  |  | 8695|       |            #endif
  |  | 8696|  2.19k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8697|  2.19k|            (void)this_instr;
  |  | 8698|  2.19k|            frame->instr_ptr = next_instr;
  |  | 8699|  2.19k|            next_instr += 10;
  |  | 8700|  2.19k|            INSTRUCTION_STATS(LOAD_ATTR_METHOD_NO_DICT);
  |  |  ------------------
  |  |  |  |   71|  2.19k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8701|  2.19k|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8702|  2.19k|            _PyStackRef owner;
  |  | 8703|  2.19k|            _PyStackRef attr;
  |  | 8704|  2.19k|            _PyStackRef self;
  |  | 8705|       |            /* Skip 1 cache entry */
  |  | 8706|       |            // _GUARD_TYPE_VERSION
  |  | 8707|  2.19k|            {
  |  | 8708|  2.19k|                owner = stack_pointer[-1];
  |  | 8709|  2.19k|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8710|  2.19k|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|  2.19k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8711|  2.19k|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8711:17): [True: 2.19k, False: 0]
  |  |  ------------------
  |  | 8712|  2.19k|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|  2.19k|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8712:21): [True: 0, False: 2.19k]
  |  |  ------------------
  |  | 8713|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8714|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8714:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8715|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8716|      0|                }
  |  | 8717|  2.19k|            }
  |  | 8718|       |            /* Skip 2 cache entries */
  |  | 8719|       |            // _LOAD_ATTR_METHOD_NO_DICT
  |  | 8720|  2.19k|            {
  |  | 8721|  2.19k|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8722|  2.19k|                assert(oparg & 1);
  |  |  ------------------
  |  |  |  Branch (8722:17): [True: 2.19k, False: 0]
  |  |  ------------------
  |  | 8723|  2.19k|                assert(Py_TYPE(PyStackRef_AsPyObjectBorrow(owner))->tp_dictoffset == 0);
  |  |  ------------------
  |  |  |  Branch (8723:17): [True: 2.19k, False: 0]
  |  |  ------------------
  |  | 8724|  2.19k|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|  2.19k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8725|  2.19k|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8725:17): [True: 2.19k, False: 0]
  |  |  ------------------
  |  | 8726|  2.19k|                assert(_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR));
  |  |  ------------------
  |  |  |  Branch (8726:17): [True: 2.19k, False: 0]
  |  |  ------------------
  |  | 8727|  2.19k|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|  2.19k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.19k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.19k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8728|  2.19k|                self = owner;
  |  | 8729|  2.19k|            }
  |  | 8730|      0|            stack_pointer[-1] = attr;
  |  | 8731|  2.19k|            stack_pointer[0] = self;
  |  | 8732|  2.19k|            stack_pointer += 1;
  |  | 8733|  2.19k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.19k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8734|  2.19k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.19k|    { \
  |  |  |  |  201|  2.19k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.19k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.19k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.19k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.19k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.19k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.19k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.19k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.19k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.19k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.19k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.19k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.19k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.19k|    }
  |  |  ------------------
  |  |  |  Branch (8734:13): [True: 2.19k, False: 0]
  |  |  ------------------
  |  | 8735|  2.19k|        }
  |  | 8736|       |
  |  | 8737|    610|        TARGET(LOAD_ATTR_METHOD_WITH_VALUES) {
  |  |  ------------------
  |  |  |  |  132|    610|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8738|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8739|       |            int opcode = LOAD_ATTR_METHOD_WITH_VALUES;
  |  | 8740|       |            (void)(opcode);
  |  | 8741|       |            #endif
  |  | 8742|    610|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8743|    610|            (void)this_instr;
  |  | 8744|    610|            frame->instr_ptr = next_instr;
  |  | 8745|    610|            next_instr += 10;
  |  | 8746|    610|            INSTRUCTION_STATS(LOAD_ATTR_METHOD_WITH_VALUES);
  |  |  ------------------
  |  |  |  |   71|    610|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8747|    610|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8748|    610|            _PyStackRef owner;
  |  | 8749|    610|            _PyStackRef attr;
  |  | 8750|    610|            _PyStackRef self;
  |  | 8751|       |            /* Skip 1 cache entry */
  |  | 8752|       |            // _GUARD_TYPE_VERSION
  |  | 8753|    610|            {
  |  | 8754|    610|                owner = stack_pointer[-1];
  |  | 8755|    610|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8756|    610|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|    610|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    610|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    610|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8757|    610|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8757:17): [True: 610, False: 0]
  |  |  ------------------
  |  | 8758|    610|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    610|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8758:21): [True: 7, False: 603]
  |  |  ------------------
  |  | 8759|      7|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      7|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8760|      7|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8760:21): [True: 7, False: 0]
  |  |  ------------------
  |  | 8761|      7|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      7|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8762|      0|                }
  |  | 8763|    610|            }
  |  | 8764|       |            // _GUARD_DORV_VALUES_INST_ATTR_FROM_DICT
  |  | 8765|    603|            {
  |  | 8766|    603|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8767|    603|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  |  |  ------------------
  |  |  |  Branch (8767:17): [True: 603, False: 0]
  |  |  ------------------
  |  | 8768|    603|                PyDictValues *ivs = _PyObject_InlineValues(owner_o);
  |  | 8769|    603|                if (!FT_ATOMIC_LOAD_UINT8(ivs->valid)) {
  |  |  ------------------
  |  |  |  |  154|    603|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (8769:21): [True: 0, False: 603]
  |  |  ------------------
  |  | 8770|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8771|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8771:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8772|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8773|      0|                }
  |  | 8774|    603|            }
  |  | 8775|       |            // _GUARD_KEYS_VERSION
  |  | 8776|    603|            {
  |  | 8777|    603|                uint32_t keys_version = read_u32(&this_instr[4].cache);
  |  | 8778|    603|                PyTypeObject *owner_cls = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|    603|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    603|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    603|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8779|    603|                PyHeapTypeObject *owner_heap_type = (PyHeapTypeObject *)owner_cls;
  |  | 8780|    603|                PyDictKeysObject *keys = owner_heap_type->ht_cached_keys;
  |  | 8781|    603|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != keys_version) {
  |  |  ------------------
  |  |  |  |  159|    603|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8781:21): [True: 0, False: 603]
  |  |  ------------------
  |  | 8782|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8783|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8783:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8784|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8785|      0|                }
  |  | 8786|    603|            }
  |  | 8787|       |            // _LOAD_ATTR_METHOD_WITH_VALUES
  |  | 8788|    603|            {
  |  | 8789|    603|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8790|    603|                assert(oparg & 1);
  |  |  ------------------
  |  |  |  Branch (8790:17): [True: 603, False: 0]
  |  |  ------------------
  |  | 8791|    603|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    603|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8792|    603|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8792:17): [True: 603, False: 0]
  |  |  ------------------
  |  | 8793|    603|                assert(_PyType_HasFeature(Py_TYPE(descr), Py_TPFLAGS_METHOD_DESCRIPTOR));
  |  |  ------------------
  |  |  |  Branch (8793:17): [True: 603, False: 0]
  |  |  ------------------
  |  | 8794|    603|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|    603|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    603|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    603|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8795|    603|                self = owner;
  |  | 8796|    603|            }
  |  | 8797|      0|            stack_pointer[-1] = attr;
  |  | 8798|    603|            stack_pointer[0] = self;
  |  | 8799|    603|            stack_pointer += 1;
  |  | 8800|    603|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    603|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8801|    603|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    603|    { \
  |  |  |  |  201|    603|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    603|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    603|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    603|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    603|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    603|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    603|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    603|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 603]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    603|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    603|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    603|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    603|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    603|    }
  |  |  ------------------
  |  |  |  Branch (8801:13): [True: 603, False: 0]
  |  |  ------------------
  |  | 8802|    603|        }
  |  | 8803|       |
  |  | 8804|  2.98k|        TARGET(LOAD_ATTR_MODULE) {
  |  |  ------------------
  |  |  |  |  132|  2.98k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8805|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8806|       |            int opcode = LOAD_ATTR_MODULE;
  |  | 8807|       |            (void)(opcode);
  |  | 8808|       |            #endif
  |  | 8809|  2.98k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8810|  2.98k|            (void)this_instr;
  |  | 8811|  2.98k|            frame->instr_ptr = next_instr;
  |  | 8812|  2.98k|            next_instr += 10;
  |  | 8813|  2.98k|            INSTRUCTION_STATS(LOAD_ATTR_MODULE);
  |  |  ------------------
  |  |  |  |   71|  2.98k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8814|  2.98k|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8815|  2.98k|            _PyStackRef owner;
  |  | 8816|  2.98k|            _PyStackRef attr;
  |  | 8817|  2.98k|            _PyStackRef o;
  |  | 8818|  2.98k|            _PyStackRef value;
  |  | 8819|  2.98k|            _PyStackRef *null;
  |  | 8820|       |            /* Skip 1 cache entry */
  |  | 8821|       |            // _LOAD_ATTR_MODULE
  |  | 8822|  2.98k|            {
  |  | 8823|  2.98k|                owner = stack_pointer[-1];
  |  | 8824|  2.98k|                uint32_t dict_version = read_u32(&this_instr[2].cache);
  |  | 8825|  2.98k|                uint16_t index = read_u16(&this_instr[4].cache);
  |  | 8826|  2.98k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8827|  2.98k|                if (Py_TYPE(owner_o)->tp_getattro != PyModule_Type.tp_getattro) {
  |  |  ------------------
  |  |  |  |  213|  2.98k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (8827:21): [True: 0, False: 2.98k]
  |  |  ------------------
  |  | 8828|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8829|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8829:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8830|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8831|      0|                }
  |  | 8832|  2.98k|                PyDictObject *dict = (PyDictObject *)((PyModuleObject *)owner_o)->md_dict;
  |  | 8833|  2.98k|                assert(dict != NULL);
  |  |  ------------------
  |  |  |  Branch (8833:17): [True: 2.98k, False: 0]
  |  |  ------------------
  |  | 8834|  2.98k|                PyDictKeysObject *keys = FT_ATOMIC_LOAD_PTR_ACQUIRE(dict->ma_keys);
  |  |  ------------------
  |  |  |  |  150|  2.98k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 8835|  2.98k|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != dict_version) {
  |  |  ------------------
  |  |  |  |  159|  2.98k|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8835:21): [True: 716, False: 2.27k]
  |  |  ------------------
  |  | 8836|    716|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|    716|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8837|    716|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8837:21): [True: 716, False: 0]
  |  |  ------------------
  |  | 8838|    716|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|    716|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8839|      0|                }
  |  | 8840|  2.98k|                assert(keys->dk_kind == DICT_KEYS_UNICODE);
  |  |  ------------------
  |  |  |  Branch (8840:17): [True: 2.27k, False: 0]
  |  |  ------------------
  |  | 8841|  2.27k|                assert(index < FT_ATOMIC_LOAD_SSIZE_RELAXED(keys->dk_nentries));
  |  |  ------------------
  |  |  |  Branch (8841:17): [True: 2.27k, False: 0]
  |  |  ------------------
  |  | 8842|  2.27k|                PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(keys) + index;
  |  | 8843|  2.27k|                PyObject *attr_o = FT_ATOMIC_LOAD_PTR_RELAXED(ep->me_value);
  |  |  ------------------
  |  |  |  |  153|  2.27k|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  |  |  ------------------
  |  | 8844|  2.27k|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (8844:21): [True: 0, False: 2.27k]
  |  |  ------------------
  |  | 8845|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8846|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8846:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8847|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8848|      0|                }
  |  | 8849|       |                #ifdef Py_GIL_DISABLED
  |  | 8850|       |                int increfed = _Py_TryIncrefCompareStackRef(&ep->me_value, attr_o, &attr);
  |  | 8851|       |                if (!increfed) {
  |  | 8852|       |                    if (true) {
  |  | 8853|       |                        UPDATE_MISS_STATS(LOAD_ATTR);
  |  | 8854|       |                        assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  | 8855|       |                        JUMP_TO_PREDICTED(LOAD_ATTR);
  |  | 8856|       |                    }
  |  | 8857|       |                }
  |  | 8858|       |                #else
  |  | 8859|  2.27k|                attr = PyStackRef_FromPyObjectNew(attr_o);
  |  |  ------------------
  |  |  |  |  599|  2.27k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8860|  2.27k|                #endif
  |  | 8861|  2.27k|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|  2.27k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8862|  2.27k|                o = owner;
  |  | 8863|  2.27k|            }
  |  | 8864|       |            // _POP_TOP
  |  | 8865|      0|            {
  |  | 8866|  2.27k|                value = o;
  |  | 8867|  2.27k|                stack_pointer[-1] = attr;
  |  | 8868|  2.27k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8869|  2.27k|                PyStackRef_XCLOSE(value);
  |  | 8870|  2.27k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8871|  2.27k|            }
  |  | 8872|       |            /* Skip 5 cache entries */
  |  | 8873|       |            // _PUSH_NULL_CONDITIONAL
  |  | 8874|  2.27k|            {
  |  | 8875|  2.27k|                null = &stack_pointer[0];
  |  | 8876|  2.27k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (8876:21): [True: 1.37k, False: 897]
  |  |  ------------------
  |  | 8877|  1.37k|                    null[0] = PyStackRef_NULL;
  |  | 8878|  1.37k|                }
  |  | 8879|  2.27k|            }
  |  | 8880|  2.27k|            stack_pointer += (oparg & 1);
  |  | 8881|  2.27k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.27k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8882|  2.27k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.27k|    { \
  |  |  |  |  201|  2.27k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.27k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.27k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.27k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.27k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.27k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.27k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.27k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.27k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.27k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.27k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.27k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.27k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.27k|    }
  |  |  ------------------
  |  |  |  Branch (8882:13): [True: 2.27k, False: 0]
  |  |  ------------------
  |  | 8883|  2.27k|        }
  |  | 8884|       |
  |  | 8885|     15|        TARGET(LOAD_ATTR_NONDESCRIPTOR_NO_DICT) {
  |  |  ------------------
  |  |  |  |  132|     15|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8886|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8887|       |            int opcode = LOAD_ATTR_NONDESCRIPTOR_NO_DICT;
  |  | 8888|       |            (void)(opcode);
  |  | 8889|       |            #endif
  |  | 8890|     15|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8891|     15|            (void)this_instr;
  |  | 8892|     15|            frame->instr_ptr = next_instr;
  |  | 8893|     15|            next_instr += 10;
  |  | 8894|     15|            INSTRUCTION_STATS(LOAD_ATTR_NONDESCRIPTOR_NO_DICT);
  |  |  ------------------
  |  |  |  |   71|     15|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8895|     15|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8896|     15|            _PyStackRef owner;
  |  | 8897|     15|            _PyStackRef attr;
  |  | 8898|       |            /* Skip 1 cache entry */
  |  | 8899|       |            // _GUARD_TYPE_VERSION
  |  | 8900|     15|            {
  |  | 8901|     15|                owner = stack_pointer[-1];
  |  | 8902|     15|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8903|     15|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|     15|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8904|     15|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8904:17): [True: 15, False: 0]
  |  |  ------------------
  |  | 8905|     15|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|     15|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8905:21): [True: 0, False: 15]
  |  |  ------------------
  |  | 8906|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8907|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8907:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8908|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8909|      0|                }
  |  | 8910|     15|            }
  |  | 8911|       |            /* Skip 2 cache entries */
  |  | 8912|       |            // _LOAD_ATTR_NONDESCRIPTOR_NO_DICT
  |  | 8913|     15|            {
  |  | 8914|     15|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8915|     15|                assert((oparg & 1) == 0);
  |  |  ------------------
  |  |  |  Branch (8915:17): [True: 15, False: 0]
  |  |  ------------------
  |  | 8916|     15|                assert(Py_TYPE(PyStackRef_AsPyObjectBorrow(owner))->tp_dictoffset == 0);
  |  |  ------------------
  |  |  |  Branch (8916:17): [True: 15, False: 0]
  |  |  ------------------
  |  | 8917|     15|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|     15|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8918|     15|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8918:17): [True: 15, False: 0]
  |  |  ------------------
  |  | 8919|     15|                stack_pointer += -1;
  |  | 8920|     15|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8921|     15|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8922|     15|                PyStackRef_CLOSE(owner);
  |  | 8923|     15|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8924|     15|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|     15|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8925|     15|            }
  |  | 8926|      0|            stack_pointer[0] = attr;
  |  | 8927|     15|            stack_pointer += 1;
  |  | 8928|     15|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8929|     15|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     15|    { \
  |  |  |  |  201|     15|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     15|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     15|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     15|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     15|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     15|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     15|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     15|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 15]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     15|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     15|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     15|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     15|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     15|    }
  |  |  ------------------
  |  |  |  Branch (8929:13): [True: 15, False: 0]
  |  |  ------------------
  |  | 8930|     15|        }
  |  | 8931|       |
  |  | 8932|      0|        TARGET(LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 8933|       |            #if _Py_TAIL_CALL_INTERP
  |  | 8934|       |            int opcode = LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES;
  |  | 8935|       |            (void)(opcode);
  |  | 8936|       |            #endif
  |  | 8937|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 8938|      0|            (void)this_instr;
  |  | 8939|      0|            frame->instr_ptr = next_instr;
  |  | 8940|      0|            next_instr += 10;
  |  | 8941|      0|            INSTRUCTION_STATS(LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 8942|      0|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 8943|      0|            _PyStackRef owner;
  |  | 8944|      0|            _PyStackRef attr;
  |  | 8945|       |            /* Skip 1 cache entry */
  |  | 8946|       |            // _GUARD_TYPE_VERSION
  |  | 8947|      0|            {
  |  | 8948|      0|                owner = stack_pointer[-1];
  |  | 8949|      0|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 8950|      0|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8951|      0|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (8951:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8952|      0|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|      0|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8952:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8953|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8954|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8954:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8955|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8956|      0|                }
  |  | 8957|      0|            }
  |  | 8958|       |            // _GUARD_DORV_VALUES_INST_ATTR_FROM_DICT
  |  | 8959|      0|            {
  |  | 8960|      0|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 8961|      0|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  |  |  ------------------
  |  |  |  Branch (8961:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8962|      0|                PyDictValues *ivs = _PyObject_InlineValues(owner_o);
  |  | 8963|      0|                if (!FT_ATOMIC_LOAD_UINT8(ivs->valid)) {
  |  |  ------------------
  |  |  |  |  154|      0|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (8963:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8964|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8965|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8965:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8966|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8967|      0|                }
  |  | 8968|      0|            }
  |  | 8969|       |            // _GUARD_KEYS_VERSION
  |  | 8970|      0|            {
  |  | 8971|      0|                uint32_t keys_version = read_u32(&this_instr[4].cache);
  |  | 8972|      0|                PyTypeObject *owner_cls = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8973|      0|                PyHeapTypeObject *owner_heap_type = (PyHeapTypeObject *)owner_cls;
  |  | 8974|      0|                PyDictKeysObject *keys = owner_heap_type->ht_cached_keys;
  |  | 8975|      0|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != keys_version) {
  |  |  ------------------
  |  |  |  |  159|      0|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (8975:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8976|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 8977|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (8977:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 8978|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 8979|      0|                }
  |  | 8980|      0|            }
  |  | 8981|       |            // _LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES
  |  | 8982|      0|            {
  |  | 8983|      0|                PyObject *descr = read_obj(&this_instr[6].cache);
  |  | 8984|      0|                assert((oparg & 1) == 0);
  |  |  ------------------
  |  |  |  Branch (8984:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8985|      0|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 8986|      0|                assert(descr != NULL);
  |  |  ------------------
  |  |  |  Branch (8986:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 8987|      0|                stack_pointer += -1;
  |  | 8988|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8989|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 8990|      0|                PyStackRef_CLOSE(owner);
  |  | 8991|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 8992|      0|                attr = PyStackRef_FromPyObjectNew(descr);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 8993|      0|            }
  |  | 8994|      0|            stack_pointer[0] = attr;
  |  | 8995|      0|            stack_pointer += 1;
  |  | 8996|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 8997|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (8997:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 8998|      0|        }
  |  | 8999|       |
  |  | 9000|    204|        TARGET(LOAD_ATTR_PROPERTY) {
  |  |  ------------------
  |  |  |  |  132|    204|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9001|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9002|       |            int opcode = LOAD_ATTR_PROPERTY;
  |  | 9003|       |            (void)(opcode);
  |  | 9004|       |            #endif
  |  | 9005|    204|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 9006|    204|            (void)this_instr;
  |  | 9007|    204|            frame->instr_ptr = next_instr;
  |  | 9008|    204|            next_instr += 10;
  |  | 9009|    204|            INSTRUCTION_STATS(LOAD_ATTR_PROPERTY);
  |  |  ------------------
  |  |  |  |   71|    204|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9010|    204|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 9011|    204|            _PyStackRef owner;
  |  | 9012|    204|            _PyStackRef new_frame;
  |  | 9013|       |            /* Skip 1 cache entry */
  |  | 9014|       |            // _GUARD_TYPE_VERSION
  |  | 9015|    204|            {
  |  | 9016|    204|                owner = stack_pointer[-1];
  |  | 9017|    204|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 9018|    204|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|    204|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    204|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    204|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9019|    204|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (9019:17): [True: 204, False: 0]
  |  |  ------------------
  |  | 9020|    204|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    204|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9020:21): [True: 0, False: 204]
  |  |  ------------------
  |  | 9021|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9022|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9022:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9023|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9024|      0|                }
  |  | 9025|    204|            }
  |  | 9026|       |            // _CHECK_PEP_523
  |  | 9027|    204|            {
  |  | 9028|    204|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|    204|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 204]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9029|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9030|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9030:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9031|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9032|      0|                }
  |  | 9033|    204|            }
  |  | 9034|       |            // _LOAD_ATTR_PROPERTY_FRAME
  |  | 9035|    204|            {
  |  | 9036|    204|                uint32_t func_version = read_u32(&this_instr[4].cache);
  |  | 9037|    204|                PyObject *fget = read_obj(&this_instr[6].cache);
  |  | 9038|    204|                assert((oparg & 1) == 0);
  |  |  ------------------
  |  |  |  Branch (9038:17): [True: 204, False: 0]
  |  |  ------------------
  |  | 9039|    204|                assert(Py_IS_TYPE(fget, &PyFunction_Type));
  |  |  ------------------
  |  |  |  Branch (9039:17): [True: 204, False: 0]
  |  |  ------------------
  |  | 9040|    204|                PyFunctionObject *f = (PyFunctionObject *)fget;
  |  | 9041|    204|                if (f->func_version != func_version) {
  |  |  ------------------
  |  |  |  Branch (9041:21): [True: 0, False: 204]
  |  |  ------------------
  |  | 9042|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9043|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9043:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9044|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9045|      0|                }
  |  | 9046|    204|                PyCodeObject *code = (PyCodeObject *)f->func_code;
  |  | 9047|    204|                if (!_PyThreadState_HasStackSpace(tstate, code->co_framesize)) {
  |  |  ------------------
  |  |  |  Branch (9047:21): [True: 0, False: 204]
  |  |  ------------------
  |  | 9048|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9049|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9049:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9050|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9051|      0|                }
  |  | 9052|    204|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    204|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 9053|    204|                _PyInterpreterFrame *pushed_frame = _PyFrame_PushUnchecked(tstate, PyStackRef_FromPyObjectNew(fget), 1, frame);
  |  |  ------------------
  |  |  |  |  599|    204|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    204|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    204|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9054|    204|                pushed_frame->localsplus[0] = owner;
  |  | 9055|    204|                new_frame = PyStackRef_Wrap(pushed_frame);
  |  | 9056|    204|            }
  |  | 9057|       |            // _SAVE_RETURN_OFFSET
  |  | 9058|      0|            {
  |  | 9059|    204|                #if TIER_ONE
  |  | 9060|    204|                frame->return_offset = (uint16_t)(next_instr - this_instr);
  |  | 9061|    204|                #endif
  |  | 9062|       |                #if TIER_TWO
  |  | 9063|       |                frame->return_offset = oparg;
  |  | 9064|       |                #endif
  |  | 9065|    204|            }
  |  | 9066|       |            // _PUSH_FRAME
  |  | 9067|    204|            {
  |  | 9068|    204|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (9068:17): [True: 204, False: 0]
  |  |  ------------------
  |  | 9069|    204|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  | 9070|    204|                stack_pointer += -1;
  |  | 9071|    204|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    204|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9072|    204|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9073|    204|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (9073:17): [True: 204, False: 0]
  |  |  |  Branch (9073:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9074|    204|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|    204|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  | 9075|    204|                frame = tstate->current_frame = temp;
  |  | 9076|    204|                tstate->py_recursion_remaining--;
  |  | 9077|    204|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|    204|#define LOAD_SP() \
  |  |  |  |  426|    204|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  | 9078|    204|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|    204|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|    204|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|    204|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 204]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9079|    204|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|    204|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  | 9080|    204|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|    204|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  | 9081|    204|            }
  |  | 9082|    204|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    204|    { \
  |  |  |  |  201|    204|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    204|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    204|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    204|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    204|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    204|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    204|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    204|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 204]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    204|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    204|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    204|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    204|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    204|    }
  |  |  ------------------
  |  |  |  Branch (9082:13): [True: 204, False: 0]
  |  |  ------------------
  |  | 9083|    204|        }
  |  | 9084|       |
  |  | 9085|    502|        TARGET(LOAD_ATTR_SLOT) {
  |  |  ------------------
  |  |  |  |  132|    502|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9086|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9087|       |            int opcode = LOAD_ATTR_SLOT;
  |  | 9088|       |            (void)(opcode);
  |  | 9089|       |            #endif
  |  | 9090|    502|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 9091|    502|            (void)this_instr;
  |  | 9092|    502|            frame->instr_ptr = next_instr;
  |  | 9093|    502|            next_instr += 10;
  |  | 9094|    502|            INSTRUCTION_STATS(LOAD_ATTR_SLOT);
  |  |  ------------------
  |  |  |  |   71|    502|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9095|    502|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 9096|    502|            _PyStackRef owner;
  |  | 9097|    502|            _PyStackRef attr;
  |  | 9098|    502|            _PyStackRef o;
  |  | 9099|    502|            _PyStackRef value;
  |  | 9100|    502|            _PyStackRef *null;
  |  | 9101|       |            /* Skip 1 cache entry */
  |  | 9102|       |            // _GUARD_TYPE_VERSION
  |  | 9103|    502|            {
  |  | 9104|    502|                owner = stack_pointer[-1];
  |  | 9105|    502|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 9106|    502|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|    502|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    502|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    502|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9107|    502|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (9107:17): [True: 502, False: 0]
  |  |  ------------------
  |  | 9108|    502|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|    502|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9108:21): [True: 5, False: 497]
  |  |  ------------------
  |  | 9109|      5|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      5|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9110|      5|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9110:21): [True: 5, False: 0]
  |  |  ------------------
  |  | 9111|      5|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      5|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9112|      0|                }
  |  | 9113|    502|            }
  |  | 9114|       |            // _LOAD_ATTR_SLOT
  |  | 9115|    497|            {
  |  | 9116|    497|                uint16_t index = read_u16(&this_instr[4].cache);
  |  | 9117|    497|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 9118|    497|                PyObject **addr = (PyObject **)((char *)owner_o + index);
  |  | 9119|    497|                PyObject *attr_o = FT_ATOMIC_LOAD_PTR(*addr);
  |  |  ------------------
  |  |  |  |  145|    497|#define FT_ATOMIC_LOAD_PTR(value) value
  |  |  ------------------
  |  | 9120|    497|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9120:21): [True: 0, False: 497]
  |  |  ------------------
  |  | 9121|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9122|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9122:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9123|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9124|      0|                }
  |  | 9125|       |                #ifdef Py_GIL_DISABLED
  |  | 9126|       |                int increfed = _Py_TryIncrefCompareStackRef(addr, attr_o, &attr);
  |  | 9127|       |                if (!increfed) {
  |  | 9128|       |                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  | 9129|       |                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  | 9130|       |                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  | 9131|       |                }
  |  | 9132|       |                #else
  |  | 9133|    497|                attr = PyStackRef_FromPyObjectNew(attr_o);
  |  |  ------------------
  |  |  |  |  599|    497|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    497|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    497|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9134|    497|                #endif
  |  | 9135|    497|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    497|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 9136|    497|                o = owner;
  |  | 9137|    497|            }
  |  | 9138|       |            // _POP_TOP
  |  | 9139|      0|            {
  |  | 9140|    497|                value = o;
  |  | 9141|    497|                stack_pointer[-1] = attr;
  |  | 9142|    497|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9143|    497|                PyStackRef_XCLOSE(value);
  |  | 9144|    497|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9145|    497|            }
  |  | 9146|       |            /* Skip 5 cache entries */
  |  | 9147|       |            // _PUSH_NULL_CONDITIONAL
  |  | 9148|    497|            {
  |  | 9149|    497|                null = &stack_pointer[0];
  |  | 9150|    497|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (9150:21): [True: 23, False: 474]
  |  |  ------------------
  |  | 9151|     23|                    null[0] = PyStackRef_NULL;
  |  | 9152|     23|                }
  |  | 9153|    497|            }
  |  | 9154|    497|            stack_pointer += (oparg & 1);
  |  | 9155|    497|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    497|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9156|    497|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    497|    { \
  |  |  |  |  201|    497|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    497|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    497|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    497|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    497|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    497|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    497|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    497|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 497]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    497|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    497|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    497|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    497|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    497|    }
  |  |  ------------------
  |  |  |  Branch (9156:13): [True: 497, False: 0]
  |  |  ------------------
  |  | 9157|    497|        }
  |  | 9158|       |
  |  | 9159|      0|        TARGET(LOAD_ATTR_WITH_HINT) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9160|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9161|       |            int opcode = LOAD_ATTR_WITH_HINT;
  |  | 9162|       |            (void)(opcode);
  |  | 9163|       |            #endif
  |  | 9164|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 9165|      0|            (void)this_instr;
  |  | 9166|      0|            frame->instr_ptr = next_instr;
  |  | 9167|      0|            next_instr += 10;
  |  | 9168|      0|            INSTRUCTION_STATS(LOAD_ATTR_WITH_HINT);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9169|      0|            static_assert(INLINE_CACHE_ENTRIES_LOAD_ATTR == 9, "incorrect cache size");
  |  | 9170|      0|            _PyStackRef owner;
  |  | 9171|      0|            _PyStackRef attr;
  |  | 9172|      0|            _PyStackRef o;
  |  | 9173|      0|            _PyStackRef value;
  |  | 9174|      0|            _PyStackRef *null;
  |  | 9175|       |            /* Skip 1 cache entry */
  |  | 9176|       |            // _GUARD_TYPE_VERSION
  |  | 9177|      0|            {
  |  | 9178|      0|                owner = stack_pointer[-1];
  |  | 9179|      0|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  | 9180|      0|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9181|      0|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (9181:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9182|      0|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|      0|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9182:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9183|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9184|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9184:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9185|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9186|      0|                }
  |  | 9187|      0|            }
  |  | 9188|       |            // _LOAD_ATTR_WITH_HINT
  |  | 9189|      0|            {
  |  | 9190|      0|                uint16_t hint = read_u16(&this_instr[4].cache);
  |  | 9191|      0|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  | 9192|      0|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  |  |  ------------------
  |  |  |  Branch (9192:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9193|      0|                PyDictObject *dict = _PyObject_GetManagedDict(owner_o);
  |  | 9194|      0|                if (dict == NULL) {
  |  |  ------------------
  |  |  |  Branch (9194:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9195|      0|                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9196|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9196:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9197|      0|                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9198|      0|                }
  |  | 9199|      0|                PyDictKeysObject *dk = FT_ATOMIC_LOAD_PTR(dict->ma_keys);
  |  |  ------------------
  |  |  |  |  145|      0|#define FT_ATOMIC_LOAD_PTR(value) value
  |  |  ------------------
  |  | 9200|      0|                assert(PyDict_CheckExact((PyObject *)dict));
  |  |  ------------------
  |  |  |  Branch (9200:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9201|       |                #ifdef Py_GIL_DISABLED
  |  | 9202|       |                if (!_Py_IsOwnedByCurrentThread((PyObject *)dict) && !_PyObject_GC_IS_SHARED(dict)) {
  |  | 9203|       |                    UPDATE_MISS_STATS(LOAD_ATTR);
  |  | 9204|       |                    assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  | 9205|       |                    JUMP_TO_PREDICTED(LOAD_ATTR);
  |  | 9206|       |                }
  |  | 9207|       |                #endif
  |  | 9208|      0|                PyObject *attr_o;
  |  | 9209|      0|                if (hint >= (size_t)FT_ATOMIC_LOAD_SSIZE_RELAXED(dk->dk_nentries)) {
  |  |  ------------------
  |  |  |  |  149|      0|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9209:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9210|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (9210:25): [True: 0, Folded]
  |  |  ------------------
  |  | 9211|      0|                        UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9212|      0|                        assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9212:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9213|      0|                        JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9214|      0|                    }
  |  | 9215|      0|                }
  |  | 9216|      0|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg>>1);
  |  |  ------------------
  |  |  |  |  235|      0|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9216:34): [True: 0, False: 0]
  |  |  ------------------
  |  | 9217|      0|                if (dk->dk_kind != DICT_KEYS_UNICODE) {
  |  |  ------------------
  |  |  |  Branch (9217:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9218|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (9218:25): [True: 0, Folded]
  |  |  ------------------
  |  | 9219|      0|                        UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9220|      0|                        assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9220:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9221|      0|                        JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9222|      0|                    }
  |  | 9223|      0|                }
  |  | 9224|      0|                PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(dk) + hint;
  |  | 9225|      0|                if (FT_ATOMIC_LOAD_PTR_RELAXED(ep->me_key) != name) {
  |  |  ------------------
  |  |  |  |  153|      0|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9225:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9226|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (9226:25): [True: 0, Folded]
  |  |  ------------------
  |  | 9227|      0|                        UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9228|      0|                        assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9228:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9229|      0|                        JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9230|      0|                    }
  |  | 9231|      0|                }
  |  | 9232|      0|                attr_o = FT_ATOMIC_LOAD_PTR(ep->me_value);
  |  |  ------------------
  |  |  |  |  145|      0|#define FT_ATOMIC_LOAD_PTR(value) value
  |  |  ------------------
  |  | 9233|      0|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9233:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9234|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (9234:25): [True: 0, Folded]
  |  |  ------------------
  |  | 9235|      0|                        UPDATE_MISS_STATS(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9236|      0|                        assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  |  ------------------
  |  |  |  Branch (9236:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9237|      0|                        JUMP_TO_PREDICTED(LOAD_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9238|      0|                    }
  |  | 9239|      0|                }
  |  | 9240|      0|                STAT_INC(LOAD_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 9241|       |                #ifdef Py_GIL_DISABLED
  |  | 9242|       |                int increfed = _Py_TryIncrefCompareStackRef(&ep->me_value, attr_o, &attr);
  |  | 9243|       |                if (!increfed) {
  |  | 9244|       |                    if (true) {
  |  | 9245|       |                        UPDATE_MISS_STATS(LOAD_ATTR);
  |  | 9246|       |                        assert(_PyOpcode_Deopt[opcode] == (LOAD_ATTR));
  |  | 9247|       |                        JUMP_TO_PREDICTED(LOAD_ATTR);
  |  | 9248|       |                    }
  |  | 9249|       |                }
  |  | 9250|       |                #else
  |  | 9251|      0|                attr = PyStackRef_FromPyObjectNew(attr_o);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9252|      0|                #endif
  |  | 9253|      0|                o = owner;
  |  | 9254|      0|            }
  |  | 9255|       |            // _POP_TOP
  |  | 9256|      0|            {
  |  | 9257|      0|                value = o;
  |  | 9258|      0|                stack_pointer[-1] = attr;
  |  | 9259|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9260|      0|                PyStackRef_XCLOSE(value);
  |  | 9261|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9262|      0|            }
  |  | 9263|       |            /* Skip 5 cache entries */
  |  | 9264|       |            // _PUSH_NULL_CONDITIONAL
  |  | 9265|      0|            {
  |  | 9266|      0|                null = &stack_pointer[0];
  |  | 9267|      0|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (9267:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9268|      0|                    null[0] = PyStackRef_NULL;
  |  | 9269|      0|                }
  |  | 9270|      0|            }
  |  | 9271|      0|            stack_pointer += (oparg & 1);
  |  | 9272|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9273|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (9273:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 9274|      0|        }
  |  | 9275|       |
  |  | 9276|    216|        TARGET(LOAD_BUILD_CLASS) {
  |  |  ------------------
  |  |  |  |  132|    216|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9277|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9278|       |            int opcode = LOAD_BUILD_CLASS;
  |  | 9279|       |            (void)(opcode);
  |  | 9280|       |            #endif
  |  | 9281|    216|            frame->instr_ptr = next_instr;
  |  | 9282|    216|            next_instr += 1;
  |  | 9283|    216|            INSTRUCTION_STATS(LOAD_BUILD_CLASS);
  |  |  ------------------
  |  |  |  |   71|    216|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9284|    216|            _PyStackRef bc;
  |  | 9285|    216|            int err;
  |  | 9286|    216|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9287|    216|            PyObject *bc_o = _PyMapping_GetOptionalItem2(BUILTINS(), &_Py_ID(__build_class__), &err);
  |  |  ------------------
  |  |  |  |  326|    216|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  |                           PyObject *bc_o = _PyMapping_GetOptionalItem2(BUILTINS(), &_Py_ID(__build_class__), &err);
  |  |  ------------------
  |  |  |  |  917|    216|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    216|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    216|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9288|    216|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9289|    216|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (9289:17): [True: 0, False: 216]
  |  |  ------------------
  |  | 9290|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9291|      0|            }
  |  | 9292|    216|            if (bc_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9292:17): [True: 0, False: 216]
  |  |  ------------------
  |  | 9293|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9294|      0|                _PyErr_SetString(tstate, PyExc_NameError,
  |  | 9295|      0|                                 "__build_class__ not found");
  |  | 9296|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9297|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9298|      0|            }
  |  | 9299|    216|            bc = PyStackRef_FromPyObjectSteal(bc_o);
  |  | 9300|    216|            stack_pointer[0] = bc;
  |  | 9301|    216|            stack_pointer += 1;
  |  | 9302|    216|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    216|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9303|    216|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    216|    { \
  |  |  |  |  201|    216|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    216|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    216|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    216|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    216|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    216|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    216|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    216|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 216]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    216|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    216|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    216|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    216|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    216|    }
  |  |  ------------------
  |  |  |  Branch (9303:13): [True: 216, False: 0]
  |  |  ------------------
  |  | 9304|    216|        }
  |  | 9305|       |
  |  | 9306|  7.98k|        TARGET(LOAD_COMMON_CONSTANT) {
  |  |  ------------------
  |  |  |  |  132|  7.98k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9307|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9308|       |            int opcode = LOAD_COMMON_CONSTANT;
  |  | 9309|       |            (void)(opcode);
  |  | 9310|       |            #endif
  |  | 9311|  7.98k|            frame->instr_ptr = next_instr;
  |  | 9312|  7.98k|            next_instr += 1;
  |  | 9313|  7.98k|            INSTRUCTION_STATS(LOAD_COMMON_CONSTANT);
  |  |  ------------------
  |  |  |  |   71|  7.98k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9314|  7.98k|            _PyStackRef value;
  |  | 9315|  7.98k|            assert(oparg < NUM_COMMON_CONSTANTS);
  |  |  ------------------
  |  |  |  Branch (9315:13): [True: 7.98k, False: 0]
  |  |  ------------------
  |  | 9316|  7.98k|            value = PyStackRef_FromPyObjectNew(tstate->interp->common_consts[oparg]);
  |  |  ------------------
  |  |  |  |  599|  7.98k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  7.98k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  7.98k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9317|  7.98k|            stack_pointer[0] = value;
  |  | 9318|  7.98k|            stack_pointer += 1;
  |  | 9319|  7.98k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  7.98k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9320|  7.98k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  7.98k|    { \
  |  |  |  |  201|  7.98k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  7.98k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  7.98k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  7.98k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  7.98k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  7.98k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  7.98k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  7.98k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 7.98k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  7.98k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  7.98k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  7.98k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  7.98k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  7.98k|    }
  |  |  ------------------
  |  |  |  Branch (9320:13): [True: 7.98k, False: 0]
  |  |  ------------------
  |  | 9321|  7.98k|        }
  |  | 9322|       |
  |  | 9323|  11.3k|        TARGET(LOAD_CONST) {
  |  |  ------------------
  |  |  |  |  132|  11.3k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9324|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9325|       |            int opcode = LOAD_CONST;
  |  | 9326|       |            (void)(opcode);
  |  | 9327|       |            #endif
  |  | 9328|  11.3k|            frame->instr_ptr = next_instr;
  |  | 9329|  11.3k|            next_instr += 1;
  |  | 9330|  11.3k|            INSTRUCTION_STATS(LOAD_CONST);
  |  |  ------------------
  |  |  |  |   71|  11.3k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9331|  11.3k|            _PyStackRef value;
  |  | 9332|  11.3k|            PyObject *obj = GETITEM(FRAME_CO_CONSTS, oparg);
  |  |  ------------------
  |  |  |  |  235|  11.3k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  11.3k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  11.3k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  11.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9332:29): [True: 11.3k, False: 0]
  |  |  ------------------
  |  | 9333|      0|            value = PyStackRef_FromPyObjectBorrow(obj);
  |  | 9334|  11.3k|            stack_pointer[0] = value;
  |  | 9335|  11.3k|            stack_pointer += 1;
  |  | 9336|  11.3k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  11.3k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9337|  11.3k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  11.3k|    { \
  |  |  |  |  201|  11.3k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  11.3k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  11.3k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  11.3k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  11.3k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  11.3k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  11.3k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  11.3k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 11.3k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  11.3k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  11.3k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  11.3k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  11.3k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  11.3k|    }
  |  |  ------------------
  |  |  |  Branch (9337:13): [True: 11.3k, False: 0]
  |  |  ------------------
  |  | 9338|  11.3k|        }
  |  | 9339|       |
  |  | 9340|    847|        TARGET(LOAD_DEREF) {
  |  |  ------------------
  |  |  |  |  132|    847|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9341|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9342|       |            int opcode = LOAD_DEREF;
  |  | 9343|       |            (void)(opcode);
  |  | 9344|       |            #endif
  |  | 9345|    847|            frame->instr_ptr = next_instr;
  |  | 9346|    847|            next_instr += 1;
  |  | 9347|    847|            INSTRUCTION_STATS(LOAD_DEREF);
  |  |  ------------------
  |  |  |  |   71|    847|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9348|    847|            _PyStackRef value;
  |  | 9349|    847|            PyCellObject *cell = (PyCellObject *)PyStackRef_AsPyObjectBorrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|    847|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9350|    847|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9351|    847|            value = _PyCell_GetStackRef(cell);
  |  | 9352|    847|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9353|    847|            if (PyStackRef_IsNull(value)) {
  |  |  ------------------
  |  |  |  |  470|    847|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    847|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    847|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 847]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9354|      0|                stack_pointer[0] = value;
  |  | 9355|      0|                stack_pointer += 1;
  |  | 9356|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9357|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9358|      0|                _PyEval_FormatExcUnbound(tstate, _PyFrame_GetCode(frame), oparg);
  |  | 9359|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9360|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9361|      0|            }
  |  | 9362|    847|            stack_pointer[0] = value;
  |  | 9363|    847|            stack_pointer += 1;
  |  | 9364|    847|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    847|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9365|    847|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    847|    { \
  |  |  |  |  201|    847|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    847|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    847|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    847|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    847|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    847|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    847|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    847|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 847]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    847|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    847|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    847|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    847|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    847|    }
  |  |  ------------------
  |  |  |  Branch (9365:13): [True: 847, False: 0]
  |  |  ------------------
  |  | 9366|    847|        }
  |  | 9367|       |
  |  | 9368|  1.96k|        TARGET(LOAD_FAST) {
  |  |  ------------------
  |  |  |  |  132|  1.96k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9369|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9370|       |            int opcode = LOAD_FAST;
  |  | 9371|       |            (void)(opcode);
  |  | 9372|       |            #endif
  |  | 9373|  1.96k|            frame->instr_ptr = next_instr;
  |  | 9374|  1.96k|            next_instr += 1;
  |  | 9375|  1.96k|            INSTRUCTION_STATS(LOAD_FAST);
  |  |  ------------------
  |  |  |  |   71|  1.96k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9376|  1.96k|            _PyStackRef value;
  |  | 9377|  1.96k|            assert(!PyStackRef_IsNull(GETLOCAL(oparg)));
  |  |  ------------------
  |  |  |  Branch (9377:13): [True: 1.96k, False: 0]
  |  |  ------------------
  |  | 9378|  1.96k|            value = PyStackRef_DUP(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|  1.96k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9379|  1.96k|            stack_pointer[0] = value;
  |  | 9380|  1.96k|            stack_pointer += 1;
  |  | 9381|  1.96k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.96k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9382|  1.96k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.96k|    { \
  |  |  |  |  201|  1.96k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.96k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.96k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.96k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.96k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.96k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.96k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.96k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.96k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.96k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.96k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.96k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.96k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.96k|    }
  |  |  ------------------
  |  |  |  Branch (9382:13): [True: 1.96k, False: 0]
  |  |  ------------------
  |  | 9383|  1.96k|        }
  |  | 9384|       |
  |  | 9385|    191|        TARGET(LOAD_FAST_AND_CLEAR) {
  |  |  ------------------
  |  |  |  |  132|    191|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9386|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9387|       |            int opcode = LOAD_FAST_AND_CLEAR;
  |  | 9388|       |            (void)(opcode);
  |  | 9389|       |            #endif
  |  | 9390|    191|            frame->instr_ptr = next_instr;
  |  | 9391|    191|            next_instr += 1;
  |  | 9392|    191|            INSTRUCTION_STATS(LOAD_FAST_AND_CLEAR);
  |  |  ------------------
  |  |  |  |   71|    191|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9393|    191|            _PyStackRef value;
  |  | 9394|    191|            value = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|    191|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9395|    191|            GETLOCAL(oparg) = PyStackRef_NULL;
  |  |  ------------------
  |  |  |  |  284|    191|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9396|    191|            stack_pointer[0] = value;
  |  | 9397|    191|            stack_pointer += 1;
  |  | 9398|    191|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    191|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9399|    191|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    191|    { \
  |  |  |  |  201|    191|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    191|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    191|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    191|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    191|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    191|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    191|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    191|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 191]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    191|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    191|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    191|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    191|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    191|    }
  |  |  ------------------
  |  |  |  Branch (9399:13): [True: 191, False: 0]
  |  |  ------------------
  |  | 9400|    191|        }
  |  | 9401|       |
  |  | 9402|  31.1k|        TARGET(LOAD_FAST_BORROW) {
  |  |  ------------------
  |  |  |  |  132|  31.1k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9403|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9404|       |            int opcode = LOAD_FAST_BORROW;
  |  | 9405|       |            (void)(opcode);
  |  | 9406|       |            #endif
  |  | 9407|  31.1k|            frame->instr_ptr = next_instr;
  |  | 9408|  31.1k|            next_instr += 1;
  |  | 9409|  31.1k|            INSTRUCTION_STATS(LOAD_FAST_BORROW);
  |  |  ------------------
  |  |  |  |   71|  31.1k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9410|  31.1k|            _PyStackRef value;
  |  | 9411|  31.1k|            assert(!PyStackRef_IsNull(GETLOCAL(oparg)));
  |  |  ------------------
  |  |  |  Branch (9411:13): [True: 31.1k, False: 0]
  |  |  ------------------
  |  | 9412|  31.1k|            value = PyStackRef_Borrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|  31.1k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9413|  31.1k|            stack_pointer[0] = value;
  |  | 9414|  31.1k|            stack_pointer += 1;
  |  | 9415|  31.1k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  31.1k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9416|  31.1k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  31.1k|    { \
  |  |  |  |  201|  31.1k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  31.1k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  31.1k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  31.1k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  31.1k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  31.1k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  31.1k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  31.1k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 31.1k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  31.1k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  31.1k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  31.1k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  31.1k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  31.1k|    }
  |  |  ------------------
  |  |  |  Branch (9416:13): [True: 31.1k, False: 0]
  |  |  ------------------
  |  | 9417|  31.1k|        }
  |  | 9418|       |
  |  | 9419|  5.80k|        TARGET(LOAD_FAST_BORROW_LOAD_FAST_BORROW) {
  |  |  ------------------
  |  |  |  |  132|  5.80k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9420|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9421|       |            int opcode = LOAD_FAST_BORROW_LOAD_FAST_BORROW;
  |  | 9422|       |            (void)(opcode);
  |  | 9423|       |            #endif
  |  | 9424|  5.80k|            frame->instr_ptr = next_instr;
  |  | 9425|  5.80k|            next_instr += 1;
  |  | 9426|  5.80k|            INSTRUCTION_STATS(LOAD_FAST_BORROW_LOAD_FAST_BORROW);
  |  |  ------------------
  |  |  |  |   71|  5.80k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9427|  5.80k|            _PyStackRef value1;
  |  | 9428|  5.80k|            _PyStackRef value2;
  |  | 9429|  5.80k|            uint32_t oparg1 = oparg >> 4;
  |  | 9430|  5.80k|            uint32_t oparg2 = oparg & 15;
  |  | 9431|  5.80k|            value1 = PyStackRef_Borrow(GETLOCAL(oparg1));
  |  |  ------------------
  |  |  |  |  284|  5.80k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9432|  5.80k|            value2 = PyStackRef_Borrow(GETLOCAL(oparg2));
  |  |  ------------------
  |  |  |  |  284|  5.80k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9433|  5.80k|            stack_pointer[0] = value1;
  |  | 9434|  5.80k|            stack_pointer[1] = value2;
  |  | 9435|  5.80k|            stack_pointer += 2;
  |  | 9436|  5.80k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  5.80k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9437|  5.80k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  5.80k|    { \
  |  |  |  |  201|  5.80k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  5.80k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  5.80k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  5.80k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  5.80k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  5.80k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  5.80k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  5.80k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 5.80k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  5.80k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  5.80k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  5.80k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  5.80k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  5.80k|    }
  |  |  ------------------
  |  |  |  Branch (9437:13): [True: 5.80k, False: 0]
  |  |  ------------------
  |  | 9438|  5.80k|        }
  |  | 9439|       |
  |  | 9440|    154|        TARGET(LOAD_FAST_CHECK) {
  |  |  ------------------
  |  |  |  |  132|    154|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9441|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9442|       |            int opcode = LOAD_FAST_CHECK;
  |  | 9443|       |            (void)(opcode);
  |  | 9444|       |            #endif
  |  | 9445|    154|            frame->instr_ptr = next_instr;
  |  | 9446|    154|            next_instr += 1;
  |  | 9447|    154|            INSTRUCTION_STATS(LOAD_FAST_CHECK);
  |  |  ------------------
  |  |  |  |   71|    154|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9448|    154|            _PyStackRef value;
  |  | 9449|    154|            _PyStackRef value_s = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|    154|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9450|    154|            if (PyStackRef_IsNull(value_s)) {
  |  |  ------------------
  |  |  |  |  470|    154|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|    154|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|    154|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 154]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9451|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9452|      0|                _PyEval_FormatExcCheckArg(tstate, PyExc_UnboundLocalError,
  |  | 9453|      0|                    UNBOUNDLOCAL_ERROR_MSG,
  |  |  ------------------
  |  |  |  |  380|      0|    "cannot access local variable '%s' where it is not associated with a value"
  |  |  ------------------
  |  | 9454|      0|                    PyTuple_GetItem(_PyFrame_GetCode(frame)->co_localsplusnames, oparg)
  |  | 9455|      0|                );
  |  | 9456|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9457|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9458|      0|            }
  |  | 9459|    154|            value = PyStackRef_DUP(value_s);
  |  | 9460|    154|            stack_pointer[0] = value;
  |  | 9461|    154|            stack_pointer += 1;
  |  | 9462|    154|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    154|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9463|    154|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    154|    { \
  |  |  |  |  201|    154|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    154|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    154|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    154|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    154|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    154|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    154|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    154|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 154]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    154|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    154|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    154|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    154|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    154|    }
  |  |  ------------------
  |  |  |  Branch (9463:13): [True: 154, False: 0]
  |  |  ------------------
  |  | 9464|    154|        }
  |  | 9465|       |
  |  | 9466|    118|        TARGET(LOAD_FAST_LOAD_FAST) {
  |  |  ------------------
  |  |  |  |  132|    118|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9467|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9468|       |            int opcode = LOAD_FAST_LOAD_FAST;
  |  | 9469|       |            (void)(opcode);
  |  | 9470|       |            #endif
  |  | 9471|    118|            frame->instr_ptr = next_instr;
  |  | 9472|    118|            next_instr += 1;
  |  | 9473|    118|            INSTRUCTION_STATS(LOAD_FAST_LOAD_FAST);
  |  |  ------------------
  |  |  |  |   71|    118|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9474|    118|            _PyStackRef value1;
  |  | 9475|    118|            _PyStackRef value2;
  |  | 9476|    118|            uint32_t oparg1 = oparg >> 4;
  |  | 9477|    118|            uint32_t oparg2 = oparg & 15;
  |  | 9478|    118|            value1 = PyStackRef_DUP(GETLOCAL(oparg1));
  |  |  ------------------
  |  |  |  |  284|    118|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9479|    118|            value2 = PyStackRef_DUP(GETLOCAL(oparg2));
  |  |  ------------------
  |  |  |  |  284|    118|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9480|    118|            stack_pointer[0] = value1;
  |  | 9481|    118|            stack_pointer[1] = value2;
  |  | 9482|    118|            stack_pointer += 2;
  |  | 9483|    118|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    118|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9484|    118|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    118|    { \
  |  |  |  |  201|    118|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    118|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    118|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    118|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    118|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    118|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    118|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    118|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 118]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    118|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    118|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    118|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    118|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    118|    }
  |  |  ------------------
  |  |  |  Branch (9484:13): [True: 118, False: 0]
  |  |  ------------------
  |  | 9485|    118|        }
  |  | 9486|       |
  |  | 9487|      0|        TARGET(LOAD_FROM_DICT_OR_DEREF) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9488|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9489|       |            int opcode = LOAD_FROM_DICT_OR_DEREF;
  |  | 9490|       |            (void)(opcode);
  |  | 9491|       |            #endif
  |  | 9492|      0|            frame->instr_ptr = next_instr;
  |  | 9493|      0|            next_instr += 1;
  |  | 9494|      0|            INSTRUCTION_STATS(LOAD_FROM_DICT_OR_DEREF);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9495|      0|            _PyStackRef class_dict_st;
  |  | 9496|      0|            _PyStackRef value;
  |  | 9497|      0|            class_dict_st = stack_pointer[-1];
  |  | 9498|      0|            PyObject *name;
  |  | 9499|      0|            PyObject *class_dict = PyStackRef_AsPyObjectBorrow(class_dict_st);
  |  | 9500|      0|            assert(class_dict);
  |  |  ------------------
  |  |  |  Branch (9500:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 9501|      0|            assert(oparg >= 0 && oparg < _PyFrame_GetCode(frame)->co_nlocalsplus);
  |  |  ------------------
  |  |  |  Branch (9501:13): [True: 0, False: 0]
  |  |  |  Branch (9501:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 9502|      0|            name = PyTuple_GET_ITEM(_PyFrame_GetCode(frame)->co_localsplusnames, oparg);
  |  |  ------------------
  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9502:20): [True: 0, False: 0]
  |  |  ------------------
  |  | 9503|      0|            int err;
  |  | 9504|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9505|      0|            PyObject* value_o = _PyMapping_GetOptionalItem2(class_dict, name, &err);
  |  | 9506|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9507|      0|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (9507:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9508|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9509|      0|            }
  |  | 9510|      0|            if (!value_o) {
  |  |  ------------------
  |  |  |  Branch (9510:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9511|      0|                PyCellObject *cell = (PyCellObject *)PyStackRef_AsPyObjectBorrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|      0|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  | 9512|      0|                value_o = PyCell_GetRef(cell);
  |  | 9513|      0|                if (value_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9513:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9514|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9515|      0|                    _PyEval_FormatExcUnbound(tstate, _PyFrame_GetCode(frame), oparg);
  |  | 9516|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9517|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9518|      0|                }
  |  | 9519|      0|            }
  |  | 9520|      0|            stack_pointer += -1;
  |  | 9521|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9522|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9523|      0|            PyStackRef_CLOSE(class_dict_st);
  |  | 9524|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9525|      0|            value = PyStackRef_FromPyObjectSteal(value_o);
  |  | 9526|      0|            stack_pointer[0] = value;
  |  | 9527|      0|            stack_pointer += 1;
  |  | 9528|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9529|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (9529:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 9530|      0|        }
  |  | 9531|       |
  |  | 9532|      0|        TARGET(LOAD_FROM_DICT_OR_GLOBALS) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9533|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9534|       |            int opcode = LOAD_FROM_DICT_OR_GLOBALS;
  |  | 9535|       |            (void)(opcode);
  |  | 9536|       |            #endif
  |  | 9537|      0|            frame->instr_ptr = next_instr;
  |  | 9538|      0|            next_instr += 1;
  |  | 9539|      0|            INSTRUCTION_STATS(LOAD_FROM_DICT_OR_GLOBALS);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9540|      0|            _PyStackRef mod_or_class_dict;
  |  | 9541|      0|            _PyStackRef v;
  |  | 9542|      0|            mod_or_class_dict = stack_pointer[-1];
  |  | 9543|      0|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|      0|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9543:30): [True: 0, False: 0]
  |  |  ------------------
  |  | 9544|      0|            int err;
  |  | 9545|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9546|      0|            PyObject *v_o = _PyMapping_GetOptionalItem2(PyStackRef_AsPyObjectBorrow(mod_or_class_dict), name, &err);
  |  | 9547|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9548|      0|            stack_pointer += -1;
  |  | 9549|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9550|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9551|      0|            PyStackRef_CLOSE(mod_or_class_dict);
  |  | 9552|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9553|      0|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (9553:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9554|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9555|      0|            }
  |  | 9556|      0|            if (v_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9556:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 9557|      0|                if (PyDict_CheckExact(GLOBALS())
  |  |  ------------------
  |  |  |  |   19|      0|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9558|      0|                    && PyDict_CheckExact(BUILTINS()))
  |  |  ------------------
  |  |  |  |   19|      0|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9559|      0|                {
  |  | 9560|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9561|      0|                    v_o = _PyDict_LoadGlobal((PyDictObject *)GLOBALS(),
  |  |  ------------------
  |  |  |  |  325|      0|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 9562|      0|                        (PyDictObject *)BUILTINS(),
  |  |  ------------------
  |  |  |  |  326|      0|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  | 9563|      0|                        name);
  |  | 9564|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9565|      0|                    if (v_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9565:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9566|      0|                        if (!_PyErr_Occurred(tstate)) {
  |  |  ------------------
  |  |  |  Branch (9566:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 9567|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9568|      0|                            _PyEval_FormatExcCheckArg(tstate, PyExc_NameError,
  |  | 9569|      0|                                NAME_ERROR_MSG, name);
  |  |  ------------------
  |  |  |  |  384|      0|#define NAME_ERROR_MSG "name '%.200s' is not defined"
  |  |  ------------------
  |  | 9570|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9571|      0|                        }
  |  | 9572|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9573|      0|                    }
  |  | 9574|      0|                    if (PyLazyImport_CheckExact(v_o)) {
  |  |  ------------------
  |  |  |  |   15|      0|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9575|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9576|      0|                        PyObject *l_v = _PyImport_LoadLazyImportTstate(tstate, v_o);
  |  | 9577|      0|                        Py_SETREF(v_o, l_v);
  |  |  ------------------
  |  |  |  |  352|      0|    do { \
  |  |  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      0|    do { \
  |  |  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  357|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9578|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9579|      0|                        if (v_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9579:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 9580|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9581|      0|                        }
  |  | 9582|      0|                    }
  |  | 9583|      0|                }
  |  | 9584|      0|                else {
  |  | 9585|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9586|      0|                    v_o = _PyMapping_GetOptionalItem2(GLOBALS(), name, &err);
  |  |  ------------------
  |  |  |  |  325|      0|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 9587|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9588|      0|                    if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (9588:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9589|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9590|      0|                    }
  |  | 9591|      0|                    if (v_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9591:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9592|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9593|      0|                        v_o = _PyMapping_GetOptionalItem2(BUILTINS(), name, &err);
  |  |  ------------------
  |  |  |  |  326|      0|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  | 9594|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9595|      0|                        if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (9595:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 9596|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9597|      0|                        }
  |  | 9598|      0|                        if (v_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9598:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 9599|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9600|      0|                            _PyEval_FormatExcCheckArg(
  |  | 9601|      0|                                tstate, PyExc_NameError,
  |  | 9602|      0|                                NAME_ERROR_MSG, name);
  |  |  ------------------
  |  |  |  |  384|      0|#define NAME_ERROR_MSG "name '%.200s' is not defined"
  |  |  ------------------
  |  | 9603|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9604|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9605|      0|                        }
  |  | 9606|      0|                    }
  |  | 9607|      0|                    if (PyLazyImport_CheckExact(v_o)) {
  |  |  ------------------
  |  |  |  |   15|      0|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9608|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9609|      0|                        PyObject *l_v = _PyImport_LoadLazyImportTstate(tstate, v_o);
  |  | 9610|      0|                        Py_SETREF(v_o, l_v);
  |  |  ------------------
  |  |  |  |  352|      0|    do { \
  |  |  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      0|    do { \
  |  |  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  357|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9611|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9612|      0|                        if (v_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9612:29): [True: 0, False: 0]
  |  |  ------------------
  |  | 9613|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9614|      0|                        }
  |  | 9615|      0|                    }
  |  | 9616|      0|                }
  |  | 9617|      0|            }
  |  | 9618|      0|            v = PyStackRef_FromPyObjectSteal(v_o);
  |  | 9619|      0|            stack_pointer[0] = v;
  |  | 9620|      0|            stack_pointer += 1;
  |  | 9621|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9622|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (9622:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 9623|      0|        }
  |  | 9624|       |
  |  | 9625|  2.28k|        TARGET(LOAD_GLOBAL) {
  |  |  ------------------
  |  |  |  |  132|  2.28k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9626|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9627|       |            int opcode = LOAD_GLOBAL;
  |  | 9628|       |            (void)(opcode);
  |  | 9629|       |            #endif
  |  | 9630|  2.28k|            frame->instr_ptr = next_instr;
  |  | 9631|  2.28k|            next_instr += 5;
  |  | 9632|  2.28k|            INSTRUCTION_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |   71|  2.28k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9633|  4.87k|            PREDICTED_LOAD_GLOBAL:;
  |  | 9634|  4.87k|            _Py_CODEUNIT* const this_instr = next_instr - 5;
  |  | 9635|  4.87k|            (void)this_instr;
  |  | 9636|  4.87k|            _PyStackRef *res;
  |  | 9637|  4.87k|            _PyStackRef *null;
  |  | 9638|       |            // _SPECIALIZE_LOAD_GLOBAL
  |  | 9639|  4.87k|            {
  |  | 9640|  4.87k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 9641|  4.87k|                (void)counter;
  |  | 9642|  4.87k|                #if ENABLE_SPECIALIZATION
  |  | 9643|  4.87k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  4.87k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 883, False: 3.99k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9644|    883|                    PyObject *name = GETITEM(FRAME_CO_NAMES, oparg>>1);
  |  |  ------------------
  |  |  |  |  235|    883|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    883|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    883|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    883|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9644:38): [True: 883, False: 0]
  |  |  ------------------
  |  | 9645|      0|                    next_instr = this_instr;
  |  | 9646|    883|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9647|    883|                    _Py_Specialize_LoadGlobal(GLOBALS(), BUILTINS(), next_instr, name);
  |  |  ------------------
  |  |  |  |  325|    883|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  |                                   _Py_Specialize_LoadGlobal(GLOBALS(), BUILTINS(), next_instr, name);
  |  |  ------------------
  |  |  |  |  326|    883|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  | 9648|    883|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9649|    883|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    883|    { \
  |  |  |  |  217|    883|        opcode = next_instr->op.code; \
  |  |  |  |  218|    883|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    883|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    883|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    883|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    883|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    883|    }
  |  |  ------------------
  |  | 9650|    883|                }
  |  | 9651|  4.87k|                OPCODE_DEFERRED_INC(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |   90|  4.87k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 9652|  4.87k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  4.87k|    do { \
  |  |  |  |  358|  4.87k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  4.87k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 4.87k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9653|  4.87k|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 9654|  4.87k|            }
  |  | 9655|       |            /* Skip 1 cache entry */
  |  | 9656|       |            /* Skip 1 cache entry */
  |  | 9657|       |            /* Skip 1 cache entry */
  |  | 9658|       |            // _LOAD_GLOBAL
  |  | 9659|      0|            {
  |  | 9660|  4.87k|                res = &stack_pointer[0];
  |  | 9661|  4.87k|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg>>1);
  |  |  ------------------
  |  |  |  |  235|  4.87k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  4.87k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  4.87k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9661:34): [True: 3.99k, False: 883]
  |  |  ------------------
  |  | 9662|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9663|  3.99k|                _PyEval_LoadGlobalStackRef(GLOBALS(), BUILTINS(), name, res);
  |  |  ------------------
  |  |  |  |  325|  3.99k|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  |                               _PyEval_LoadGlobalStackRef(GLOBALS(), BUILTINS(), name, res);
  |  |  ------------------
  |  |  |  |  326|  3.99k|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  | 9664|  3.99k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9665|  3.99k|                if (PyStackRef_IsNull(*res)) {
  |  |  ------------------
  |  |  |  |  470|  3.99k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|  3.99k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|  3.99k|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 3.99k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9666|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9667|      0|                }
  |  | 9668|  3.99k|            }
  |  | 9669|       |            // _PUSH_NULL_CONDITIONAL
  |  | 9670|  3.99k|            {
  |  | 9671|  3.99k|                null = &stack_pointer[1];
  |  | 9672|  3.99k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (9672:21): [True: 2.29k, False: 1.69k]
  |  |  ------------------
  |  | 9673|  2.29k|                    null[0] = PyStackRef_NULL;
  |  | 9674|  2.29k|                }
  |  | 9675|  3.99k|            }
  |  | 9676|  3.99k|            stack_pointer += 1 + (oparg & 1);
  |  | 9677|  3.99k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.99k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9678|  3.99k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.99k|    { \
  |  |  |  |  201|  3.99k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.99k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.99k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.99k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.99k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.99k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.99k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.99k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.99k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.99k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.99k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.99k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.99k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.99k|    }
  |  |  ------------------
  |  |  |  Branch (9678:13): [True: 3.99k, False: 0]
  |  |  ------------------
  |  | 9679|  3.99k|        }
  |  | 9680|       |
  |  | 9681|  5.28k|        TARGET(LOAD_GLOBAL_BUILTIN) {
  |  |  ------------------
  |  |  |  |  132|  5.28k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9682|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9683|       |            int opcode = LOAD_GLOBAL_BUILTIN;
  |  | 9684|       |            (void)(opcode);
  |  | 9685|       |            #endif
  |  | 9686|  5.28k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 9687|  5.28k|            (void)this_instr;
  |  | 9688|  5.28k|            frame->instr_ptr = next_instr;
  |  | 9689|  5.28k|            next_instr += 5;
  |  | 9690|  5.28k|            INSTRUCTION_STATS(LOAD_GLOBAL_BUILTIN);
  |  |  ------------------
  |  |  |  |   71|  5.28k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9691|  5.28k|            static_assert(INLINE_CACHE_ENTRIES_LOAD_GLOBAL == 4, "incorrect cache size");
  |  | 9692|  5.28k|            _PyStackRef res;
  |  | 9693|  5.28k|            _PyStackRef *null;
  |  | 9694|       |            /* Skip 1 cache entry */
  |  | 9695|       |            // _GUARD_GLOBALS_VERSION
  |  | 9696|  5.28k|            {
  |  | 9697|  5.28k|                uint16_t version = read_u16(&this_instr[2].cache);
  |  | 9698|  5.28k|                PyDictObject *dict = (PyDictObject *)GLOBALS();
  |  |  ------------------
  |  |  |  |  325|  5.28k|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 9699|  5.28k|                if (!PyDict_CheckExact(dict)) {
  |  |  ------------------
  |  |  |  |   19|  5.28k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  5.28k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  5.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  5.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9699:21): [True: 0, False: 5.28k]
  |  |  ------------------
  |  | 9700|      0|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9701|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9701:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9702|      0|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9703|      0|                }
  |  | 9704|  5.28k|                PyDictKeysObject *keys = FT_ATOMIC_LOAD_PTR_ACQUIRE(dict->ma_keys);
  |  |  ------------------
  |  |  |  |  150|  5.28k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 9705|  5.28k|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != version) {
  |  |  ------------------
  |  |  |  |  159|  5.28k|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9705:21): [True: 1.21k, False: 4.06k]
  |  |  ------------------
  |  | 9706|  1.21k|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|  1.21k|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9707|  1.21k|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9707:21): [True: 1.21k, False: 0]
  |  |  ------------------
  |  | 9708|  1.21k|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|  1.21k|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9709|      0|                }
  |  | 9710|  5.28k|                assert(keys->dk_kind == DICT_KEYS_UNICODE);
  |  |  ------------------
  |  |  |  Branch (9710:17): [True: 4.06k, False: 0]
  |  |  ------------------
  |  | 9711|  4.06k|            }
  |  | 9712|       |            // _LOAD_GLOBAL_BUILTINS
  |  | 9713|  4.06k|            {
  |  | 9714|  4.06k|                uint16_t version = read_u16(&this_instr[3].cache);
  |  | 9715|  4.06k|                uint16_t index = read_u16(&this_instr[4].cache);
  |  | 9716|  4.06k|                PyDictObject *dict = (PyDictObject *)BUILTINS();
  |  |  ------------------
  |  |  |  |  326|  4.06k|#define BUILTINS() frame->f_builtins
  |  |  ------------------
  |  | 9717|  4.06k|                if (!PyDict_CheckExact(dict)) {
  |  |  ------------------
  |  |  |  |   19|  4.06k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  4.06k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  4.06k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.06k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9717:21): [True: 0, False: 4.06k]
  |  |  ------------------
  |  | 9718|      0|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9719|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9719:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9720|      0|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9721|      0|                }
  |  | 9722|  4.06k|                PyDictKeysObject *keys = FT_ATOMIC_LOAD_PTR_ACQUIRE(dict->ma_keys);
  |  |  ------------------
  |  |  |  |  150|  4.06k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 9723|  4.06k|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != version) {
  |  |  ------------------
  |  |  |  |  159|  4.06k|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9723:21): [True: 768, False: 3.29k]
  |  |  ------------------
  |  | 9724|    768|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|    768|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9725|    768|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9725:21): [True: 768, False: 0]
  |  |  ------------------
  |  | 9726|    768|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|    768|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9727|      0|                }
  |  | 9728|  4.06k|                assert(keys->dk_kind == DICT_KEYS_UNICODE);
  |  |  ------------------
  |  |  |  Branch (9728:17): [True: 3.29k, False: 0]
  |  |  ------------------
  |  | 9729|  3.29k|                PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys);
  |  | 9730|  3.29k|                PyObject *res_o = FT_ATOMIC_LOAD_PTR_RELAXED(entries[index].me_value);
  |  |  ------------------
  |  |  |  |  153|  3.29k|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  |  |  ------------------
  |  | 9731|  3.29k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9731:21): [True: 0, False: 3.29k]
  |  |  ------------------
  |  | 9732|      0|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9733|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9733:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9734|      0|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9735|      0|                }
  |  | 9736|       |                #if Py_GIL_DISABLED
  |  | 9737|       |                int increfed = _Py_TryIncrefCompareStackRef(&entries[index].me_value, res_o, &res);
  |  | 9738|       |                if (!increfed) {
  |  | 9739|       |                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  | 9740|       |                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  | 9741|       |                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  | 9742|       |                }
  |  | 9743|       |                #else
  |  | 9744|  3.29k|                res = PyStackRef_FromPyObjectNew(res_o);
  |  |  ------------------
  |  |  |  |  599|  3.29k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9745|  3.29k|                #endif
  |  | 9746|  3.29k|                STAT_INC(LOAD_GLOBAL, hit);
  |  |  ------------------
  |  |  |  |   73|  3.29k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 9747|  3.29k|            }
  |  | 9748|       |            // _PUSH_NULL_CONDITIONAL
  |  | 9749|      0|            {
  |  | 9750|  3.29k|                null = &stack_pointer[1];
  |  | 9751|  3.29k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (9751:21): [True: 2.18k, False: 1.11k]
  |  |  ------------------
  |  | 9752|  2.18k|                    null[0] = PyStackRef_NULL;
  |  | 9753|  2.18k|                }
  |  | 9754|  3.29k|            }
  |  | 9755|  3.29k|            stack_pointer[0] = res;
  |  | 9756|  3.29k|            stack_pointer += 1 + (oparg & 1);
  |  | 9757|  3.29k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.29k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9758|  3.29k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.29k|    { \
  |  |  |  |  201|  3.29k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.29k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.29k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.29k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.29k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.29k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.29k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.29k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.29k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.29k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.29k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.29k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.29k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.29k|    }
  |  |  ------------------
  |  |  |  Branch (9758:13): [True: 3.29k, False: 0]
  |  |  ------------------
  |  | 9759|  3.29k|        }
  |  | 9760|       |
  |  | 9761|  9.78k|        TARGET(LOAD_GLOBAL_MODULE) {
  |  |  ------------------
  |  |  |  |  132|  9.78k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9762|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9763|       |            int opcode = LOAD_GLOBAL_MODULE;
  |  | 9764|       |            (void)(opcode);
  |  | 9765|       |            #endif
  |  | 9766|  9.78k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  | 9767|  9.78k|            (void)this_instr;
  |  | 9768|  9.78k|            frame->instr_ptr = next_instr;
  |  | 9769|  9.78k|            next_instr += 5;
  |  | 9770|  9.78k|            INSTRUCTION_STATS(LOAD_GLOBAL_MODULE);
  |  |  ------------------
  |  |  |  |   71|  9.78k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9771|  9.78k|            static_assert(INLINE_CACHE_ENTRIES_LOAD_GLOBAL == 4, "incorrect cache size");
  |  | 9772|  9.78k|            _PyStackRef res;
  |  | 9773|  9.78k|            _PyStackRef *null;
  |  | 9774|       |            /* Skip 1 cache entry */
  |  | 9775|       |            // _NOP
  |  | 9776|  9.78k|            {
  |  | 9777|  9.78k|            }
  |  | 9778|       |            // _LOAD_GLOBAL_MODULE
  |  | 9779|  9.78k|            {
  |  | 9780|  9.78k|                uint16_t version = read_u16(&this_instr[2].cache);
  |  | 9781|  9.78k|                uint16_t index = read_u16(&this_instr[4].cache);
  |  | 9782|  9.78k|                PyDictObject *dict = (PyDictObject *)GLOBALS();
  |  |  ------------------
  |  |  |  |  325|  9.78k|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 9783|  9.78k|                if (!PyDict_CheckExact(dict)) {
  |  |  ------------------
  |  |  |  |   19|  9.78k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  9.78k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  9.78k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  9.78k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9783:21): [True: 0, False: 9.78k]
  |  |  ------------------
  |  | 9784|      0|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9785|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9785:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9786|      0|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9787|      0|                }
  |  | 9788|  9.78k|                PyDictKeysObject *keys = FT_ATOMIC_LOAD_PTR_ACQUIRE(dict->ma_keys);
  |  |  ------------------
  |  |  |  |  150|  9.78k|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  |  |  ------------------
  |  | 9789|  9.78k|                if (FT_ATOMIC_LOAD_UINT32_RELAXED(keys->dk_version) != version) {
  |  |  ------------------
  |  |  |  |  159|  9.78k|#define FT_ATOMIC_LOAD_UINT32_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (9789:21): [True: 608, False: 9.17k]
  |  |  ------------------
  |  | 9790|    608|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|    608|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9791|    608|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9791:21): [True: 608, False: 0]
  |  |  ------------------
  |  | 9792|    608|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|    608|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9793|      0|                }
  |  | 9794|  9.78k|                assert(keys->dk_kind == DICT_KEYS_UNICODE);
  |  |  ------------------
  |  |  |  Branch (9794:17): [True: 9.17k, False: 0]
  |  |  ------------------
  |  | 9795|  9.17k|                PyDictUnicodeEntry *entries = DK_UNICODE_ENTRIES(keys);
  |  | 9796|  9.17k|                assert(index < DK_SIZE(keys));
  |  |  ------------------
  |  |  |  Branch (9796:17): [True: 9.17k, False: 0]
  |  |  ------------------
  |  | 9797|  9.17k|                PyObject *res_o = FT_ATOMIC_LOAD_PTR_RELAXED(entries[index].me_value);
  |  |  ------------------
  |  |  |  |  153|  9.17k|#define FT_ATOMIC_LOAD_PTR_RELAXED(value) value
  |  |  ------------------
  |  | 9798|  9.17k|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9798:21): [True: 0, False: 9.17k]
  |  |  ------------------
  |  | 9799|      0|                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  | 9800|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  |  ------------------
  |  |  |  Branch (9800:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9801|      0|                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  | 9802|      0|                }
  |  | 9803|       |                #if Py_GIL_DISABLED
  |  | 9804|       |                int increfed = _Py_TryIncrefCompareStackRef(&entries[index].me_value, res_o, &res);
  |  | 9805|       |                if (!increfed) {
  |  | 9806|       |                    UPDATE_MISS_STATS(LOAD_GLOBAL);
  |  | 9807|       |                    assert(_PyOpcode_Deopt[opcode] == (LOAD_GLOBAL));
  |  | 9808|       |                    JUMP_TO_PREDICTED(LOAD_GLOBAL);
  |  | 9809|       |                }
  |  | 9810|       |                #else
  |  | 9811|  9.17k|                res = PyStackRef_FromPyObjectNew(res_o);
  |  |  ------------------
  |  |  |  |  599|  9.17k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  9.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  9.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9812|  9.17k|                #endif
  |  | 9813|  9.17k|                STAT_INC(LOAD_GLOBAL, hit);
  |  |  ------------------
  |  |  |  |   73|  9.17k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  | 9814|  9.17k|            }
  |  | 9815|       |            // _PUSH_NULL_CONDITIONAL
  |  | 9816|      0|            {
  |  | 9817|  9.17k|                null = &stack_pointer[1];
  |  | 9818|  9.17k|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (9818:21): [True: 2.51k, False: 6.66k]
  |  |  ------------------
  |  | 9819|  2.51k|                    null[0] = PyStackRef_NULL;
  |  | 9820|  2.51k|                }
  |  | 9821|  9.17k|            }
  |  | 9822|  9.17k|            stack_pointer[0] = res;
  |  | 9823|  9.17k|            stack_pointer += 1 + (oparg & 1);
  |  | 9824|  9.17k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  9.17k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9825|  9.17k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  9.17k|    { \
  |  |  |  |  201|  9.17k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  9.17k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  9.17k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  9.17k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  9.17k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  9.17k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  9.17k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  9.17k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 9.17k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  9.17k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  9.17k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  9.17k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  9.17k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  9.17k|    }
  |  |  ------------------
  |  |  |  Branch (9825:13): [True: 9.17k, False: 0]
  |  |  ------------------
  |  | 9826|  9.17k|        }
  |  | 9827|       |
  |  | 9828|    188|        TARGET(LOAD_LOCALS) {
  |  |  ------------------
  |  |  |  |  132|    188|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9829|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9830|       |            int opcode = LOAD_LOCALS;
  |  | 9831|       |            (void)(opcode);
  |  | 9832|       |            #endif
  |  | 9833|    188|            frame->instr_ptr = next_instr;
  |  | 9834|    188|            next_instr += 1;
  |  | 9835|    188|            INSTRUCTION_STATS(LOAD_LOCALS);
  |  |  ------------------
  |  |  |  |   71|    188|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9836|    188|            _PyStackRef locals;
  |  | 9837|    188|            PyObject *l = LOCALS();
  |  |  ------------------
  |  |  |  |  327|    188|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  | 9838|    188|            if (l == NULL) {
  |  |  ------------------
  |  |  |  Branch (9838:17): [True: 0, False: 188]
  |  |  ------------------
  |  | 9839|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9840|      0|                _PyErr_SetString(tstate, PyExc_SystemError,
  |  | 9841|      0|                                 "no locals found");
  |  | 9842|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9843|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9844|      0|            }
  |  | 9845|    188|            locals = PyStackRef_FromPyObjectNew(l);
  |  |  ------------------
  |  |  |  |  599|    188|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    188|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    188|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9846|    188|            stack_pointer[0] = locals;
  |  | 9847|    188|            stack_pointer += 1;
  |  | 9848|    188|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    188|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9849|    188|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    188|    { \
  |  |  |  |  201|    188|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    188|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    188|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    188|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    188|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    188|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    188|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    188|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 188]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    188|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    188|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    188|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    188|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    188|    }
  |  |  ------------------
  |  |  |  Branch (9849:13): [True: 188, False: 0]
  |  |  ------------------
  |  | 9850|    188|        }
  |  | 9851|       |
  |  | 9852|  2.17k|        TARGET(LOAD_NAME) {
  |  |  ------------------
  |  |  |  |  132|  2.17k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9853|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9854|       |            int opcode = LOAD_NAME;
  |  | 9855|       |            (void)(opcode);
  |  | 9856|       |            #endif
  |  | 9857|  2.17k|            frame->instr_ptr = next_instr;
  |  | 9858|  2.17k|            next_instr += 1;
  |  | 9859|  2.17k|            INSTRUCTION_STATS(LOAD_NAME);
  |  |  ------------------
  |  |  |  |   71|  2.17k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9860|  2.17k|            _PyStackRef v;
  |  | 9861|  2.17k|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|  2.17k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  2.17k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  2.17k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (9861:30): [True: 2.17k, False: 0]
  |  |  ------------------
  |  | 9862|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9863|  2.17k|            PyObject *v_o = _PyEval_LoadName(tstate, frame, name);
  |  | 9864|  2.17k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9865|  2.17k|            if (v_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (9865:17): [True: 0, False: 2.17k]
  |  |  ------------------
  |  | 9866|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9867|      0|            }
  |  | 9868|  2.17k|            if (PyLazyImport_CheckExact(v_o)) {
  |  |  ------------------
  |  |  |  |   15|  2.17k|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  2.17k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  2.17k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  2.17k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 2.17k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9869|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9870|      0|                PyObject *l_v = _PyImport_LoadLazyImportTstate(tstate, v_o);
  |  | 9871|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9872|      0|                if (l_v == NULL) {
  |  |  ------------------
  |  |  |  Branch (9872:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9873|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9874|      0|                    Py_DECREF(v_o);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9875|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9876|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9877|      0|                }
  |  | 9878|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9879|      0|                int err = PyDict_SetItem(GLOBALS(), name, l_v);
  |  |  ------------------
  |  |  |  |  325|      0|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  | 9880|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9881|      0|                if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (9881:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 9882|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9883|      0|                    Py_DECREF(v_o);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9884|      0|                    Py_DECREF(l_v);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9885|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9886|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9887|      0|                }
  |  | 9888|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9889|      0|                Py_SETREF(v_o, l_v);
  |  |  ------------------
  |  |  |  |  352|      0|    do { \
  |  |  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      0|    do { \
  |  |  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  357|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9890|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9891|      0|            }
  |  | 9892|  2.17k|            v = PyStackRef_FromPyObjectSteal(v_o);
  |  | 9893|  2.17k|            stack_pointer[0] = v;
  |  | 9894|  2.17k|            stack_pointer += 1;
  |  | 9895|  2.17k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.17k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9896|  2.17k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.17k|    { \
  |  |  |  |  201|  2.17k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.17k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.17k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.17k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.17k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.17k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.17k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.17k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.17k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.17k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.17k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.17k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.17k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.17k|    }
  |  |  ------------------
  |  |  |  Branch (9896:13): [True: 2.17k, False: 0]
  |  |  ------------------
  |  | 9897|  2.17k|        }
  |  | 9898|       |
  |  | 9899|  3.81k|        TARGET(LOAD_SMALL_INT) {
  |  |  ------------------
  |  |  |  |  132|  3.81k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9900|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9901|       |            int opcode = LOAD_SMALL_INT;
  |  | 9902|       |            (void)(opcode);
  |  | 9903|       |            #endif
  |  | 9904|  3.81k|            frame->instr_ptr = next_instr;
  |  | 9905|  3.81k|            next_instr += 1;
  |  | 9906|  3.81k|            INSTRUCTION_STATS(LOAD_SMALL_INT);
  |  |  ------------------
  |  |  |  |   71|  3.81k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9907|  3.81k|            _PyStackRef value;
  |  | 9908|  3.81k|            assert(oparg < _PY_NSMALLPOSINTS);
  |  |  ------------------
  |  |  |  Branch (9908:13): [True: 3.81k, False: 0]
  |  |  ------------------
  |  | 9909|  3.81k|            PyObject *obj = (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + oparg];
  |  |  ------------------
  |  |  |  |   59|  3.81k|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|  3.81k|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|  3.81k|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           PyObject *obj = (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS + oparg];
  |  |  ------------------
  |  |  |  |   98|  3.81k|#define _PY_NSMALLNEGINTS           5
  |  |  ------------------
  |  | 9910|  3.81k|            value = PyStackRef_FromPyObjectBorrow(obj);
  |  | 9911|  3.81k|            stack_pointer[0] = value;
  |  | 9912|  3.81k|            stack_pointer += 1;
  |  | 9913|  3.81k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.81k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9914|  3.81k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.81k|    { \
  |  |  |  |  201|  3.81k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.81k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.81k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.81k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.81k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.81k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.81k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.81k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.81k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.81k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.81k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.81k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.81k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.81k|    }
  |  |  ------------------
  |  |  |  Branch (9914:13): [True: 3.81k, False: 0]
  |  |  ------------------
  |  | 9915|  3.81k|        }
  |  | 9916|       |
  |  | 9917|    964|        TARGET(LOAD_SPECIAL) {
  |  |  ------------------
  |  |  |  |  132|    964|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9918|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9919|       |            int opcode = LOAD_SPECIAL;
  |  | 9920|       |            (void)(opcode);
  |  | 9921|       |            #endif
  |  | 9922|    964|            frame->instr_ptr = next_instr;
  |  | 9923|    964|            next_instr += 1;
  |  | 9924|    964|            INSTRUCTION_STATS(LOAD_SPECIAL);
  |  |  ------------------
  |  |  |  |   71|    964|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9925|    964|            _PyStackRef self;
  |  | 9926|    964|            _PyStackRef *method_and_self;
  |  | 9927|       |            // _INSERT_NULL
  |  | 9928|    964|            {
  |  | 9929|    964|                self = stack_pointer[-1];
  |  | 9930|    964|                method_and_self = &stack_pointer[-1];
  |  | 9931|    964|                method_and_self[1] = self;
  |  | 9932|    964|                method_and_self[0] = PyStackRef_NULL;
  |  | 9933|    964|            }
  |  | 9934|       |            // _LOAD_SPECIAL
  |  | 9935|    964|            {
  |  | 9936|    964|                method_and_self = &stack_pointer[-1];
  |  | 9937|    964|                PyObject *name = _Py_SpecialMethods[oparg].name;
  |  | 9938|    964|                stack_pointer += 1;
  |  | 9939|    964|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    964|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  | 9940|    964|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9941|    964|                int err = _PyObject_LookupSpecialMethod(name, method_and_self);
  |  | 9942|    964|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9943|    964|                if (err <= 0) {
  |  |  ------------------
  |  |  |  Branch (9943:21): [True: 0, False: 964]
  |  |  ------------------
  |  | 9944|      0|                    if (err == 0) {
  |  |  ------------------
  |  |  |  Branch (9944:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9945|      0|                        PyObject *owner = PyStackRef_AsPyObjectBorrow(method_and_self[1]);
  |  | 9946|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9947|      0|                        const char *errfmt = _PyEval_SpecialMethodCanSuggest(owner, oparg)
  |  |  ------------------
  |  |  |  Branch (9947:46): [True: 0, False: 0]
  |  |  ------------------
  |  | 9948|      0|                        ? _Py_SpecialMethods[oparg].error_suggestion
  |  | 9949|      0|                    : _Py_SpecialMethods[oparg].error;
  |  | 9950|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9951|      0|                        assert(!_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (9951:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9952|      0|                        assert(errfmt != NULL);
  |  |  ------------------
  |  |  |  Branch (9952:25): [True: 0, False: 0]
  |  |  ------------------
  |  | 9953|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9954|      0|                        _PyErr_Format(tstate, PyExc_TypeError, errfmt, owner);
  |  | 9955|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9956|      0|                    }
  |  | 9957|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  | 9958|      0|                }
  |  | 9959|    964|            }
  |  | 9960|    964|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    964|    { \
  |  |  |  |  201|    964|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    964|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    964|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    964|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    964|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    964|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    964|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    964|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 964]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    964|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    964|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    964|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    964|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    964|    }
  |  |  ------------------
  |  |  |  Branch (9960:13): [True: 964, False: 0]
  |  |  ------------------
  |  | 9961|    964|        }
  |  | 9962|       |
  |  | 9963|     28|        TARGET(LOAD_SUPER_ATTR) {
  |  |  ------------------
  |  |  |  |  132|     28|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  | 9964|       |            #if _Py_TAIL_CALL_INTERP
  |  | 9965|       |            int opcode = LOAD_SUPER_ATTR;
  |  | 9966|       |            (void)(opcode);
  |  | 9967|       |            #endif
  |  | 9968|     28|            frame->instr_ptr = next_instr;
  |  | 9969|     28|            next_instr += 2;
  |  | 9970|     28|            INSTRUCTION_STATS(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |   71|     28|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  | 9971|     28|            PREDICTED_LOAD_SUPER_ATTR:;
  |  | 9972|     28|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  | 9973|     28|            (void)this_instr;
  |  | 9974|     28|            opcode = LOAD_SUPER_ATTR;
  |  |  ------------------
  |  |  |  |  108|     28|#define LOAD_SUPER_ATTR                         95
  |  |  ------------------
  |  | 9975|     28|            _PyStackRef global_super_st;
  |  | 9976|     28|            _PyStackRef class_st;
  |  | 9977|     28|            _PyStackRef self_st;
  |  | 9978|     28|            _PyStackRef attr;
  |  | 9979|     28|            _PyStackRef *null;
  |  | 9980|       |            // _SPECIALIZE_LOAD_SUPER_ATTR
  |  | 9981|     28|            {
  |  | 9982|     28|                class_st = stack_pointer[-2];
  |  | 9983|     28|                global_super_st = stack_pointer[-3];
  |  | 9984|     28|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  | 9985|     28|                (void)counter;
  |  | 9986|     28|                #if ENABLE_SPECIALIZATION
  |  | 9987|     28|                int load_method = oparg & 1;
  |  | 9988|     28|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|     28|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 13, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9989|     13|                    next_instr = this_instr;
  |  | 9990|     13|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  | 9991|     13|                    _Py_Specialize_LoadSuperAttr(global_super_st, class_st, next_instr, load_method);
  |  | 9992|     13|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  | 9993|     13|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     13|    { \
  |  |  |  |  217|     13|        opcode = next_instr->op.code; \
  |  |  |  |  218|     13|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     13|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     13|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     13|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     13|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     13|    }
  |  |  ------------------
  |  | 9994|     13|                }
  |  | 9995|     28|                OPCODE_DEFERRED_INC(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |   90|     28|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  | 9996|     28|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|     28|    do { \
  |  |  |  |  358|     28|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|     28|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 28]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 9997|     28|                #endif  /* ENABLE_SPECIALIZATION */
  |  | 9998|     28|            }
  |  | 9999|       |            // _LOAD_SUPER_ATTR
  |  |10000|     28|            {
  |  |10001|     28|                self_st = stack_pointer[-1];
  |  |10002|     28|                PyObject *global_super = PyStackRef_AsPyObjectBorrow(global_super_st);
  |  |10003|     28|                PyObject *class = PyStackRef_AsPyObjectBorrow(class_st);
  |  |10004|     28|                PyObject *self = PyStackRef_AsPyObjectBorrow(self_st);
  |  |10005|     28|                if (opcode == INSTRUMENTED_LOAD_SUPER_ATTR) {
  |  |  ------------------
  |  |  |  |  239|     28|#define INSTRUMENTED_LOAD_SUPER_ATTR           248
  |  |  ------------------
  |  |  |  Branch (10005:21): [True: 0, False: 28]
  |  |  ------------------
  |  |10006|      0|                    PyObject *arg = oparg & 2 ? class : &_PyInstrumentation_MISSING;
  |  |  ------------------
  |  |  |  Branch (10006:37): [True: 0, False: 0]
  |  |  ------------------
  |  |10007|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10008|      0|                    int err = _Py_call_instrumentation_2args(
  |  |10009|      0|                        tstate, PY_MONITORING_EVENT_CALL,
  |  |  ------------------
  |  |  |  |   18|      0|#define PY_MONITORING_EVENT_CALL 4
  |  |  ------------------
  |  |10010|      0|                        frame, this_instr, global_super, arg);
  |  |10011|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10012|      0|                    if (err) {
  |  |  ------------------
  |  |  |  Branch (10012:25): [True: 0, False: 0]
  |  |  ------------------
  |  |10013|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10014|      0|                        _PyStackRef tmp = self_st;
  |  |10015|      0|                        self_st = PyStackRef_NULL;
  |  |10016|      0|                        stack_pointer[-1] = self_st;
  |  |10017|      0|                        PyStackRef_CLOSE(tmp);
  |  |10018|      0|                        tmp = class_st;
  |  |10019|      0|                        class_st = PyStackRef_NULL;
  |  |10020|      0|                        stack_pointer[-2] = class_st;
  |  |10021|      0|                        PyStackRef_CLOSE(tmp);
  |  |10022|      0|                        tmp = global_super_st;
  |  |10023|      0|                        global_super_st = PyStackRef_NULL;
  |  |10024|      0|                        stack_pointer[-3] = global_super_st;
  |  |10025|      0|                        PyStackRef_CLOSE(tmp);
  |  |10026|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10027|      0|                        stack_pointer += -3;
  |  |10028|      0|                        ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10029|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10030|      0|                    }
  |  |10031|      0|                }
  |  |10032|     28|                PyObject *super;
  |  |10033|     28|                {
  |  |10034|     28|                    PyObject *stack[] = {class, self};
  |  |10035|     28|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10036|     28|                    super = PyObject_Vectorcall(global_super, stack, oparg & 2, NULL);
  |  |10037|     28|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10038|     28|                }
  |  |10039|     28|                if (opcode == INSTRUMENTED_LOAD_SUPER_ATTR) {
  |  |  ------------------
  |  |  |  |  239|     28|#define INSTRUMENTED_LOAD_SUPER_ATTR           248
  |  |  ------------------
  |  |  |  Branch (10039:21): [True: 0, False: 28]
  |  |  ------------------
  |  |10040|      0|                    PyObject *arg = oparg & 2 ? class : &_PyInstrumentation_MISSING;
  |  |  ------------------
  |  |  |  Branch (10040:37): [True: 0, False: 0]
  |  |  ------------------
  |  |10041|      0|                    if (super == NULL) {
  |  |  ------------------
  |  |  |  Branch (10041:25): [True: 0, False: 0]
  |  |  ------------------
  |  |10042|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10043|      0|                        _Py_call_instrumentation_exc2(
  |  |10044|      0|                            tstate, PY_MONITORING_EVENT_C_RAISE,
  |  |  ------------------
  |  |  |  |   45|      0|#define PY_MONITORING_EVENT_C_RAISE 17
  |  |  ------------------
  |  |10045|      0|                            frame, this_instr, global_super, arg);
  |  |10046|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10047|      0|                    }
  |  |10048|      0|                    else {
  |  |10049|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10050|      0|                        int err = _Py_call_instrumentation_2args(
  |  |10051|      0|                            tstate, PY_MONITORING_EVENT_C_RETURN,
  |  |  ------------------
  |  |  |  |   44|      0|#define PY_MONITORING_EVENT_C_RETURN 16
  |  |  ------------------
  |  |10052|      0|                            frame, this_instr, global_super, arg);
  |  |10053|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10054|      0|                        if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (10054:29): [True: 0, False: 0]
  |  |  ------------------
  |  |10055|      0|                            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10056|      0|                            Py_CLEAR(super);
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      0|    do { \
  |  |  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10057|      0|                            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10058|      0|                        }
  |  |10059|      0|                    }
  |  |10060|      0|                }
  |  |10061|     28|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10062|     28|                _PyStackRef tmp = self_st;
  |  |10063|     28|                self_st = PyStackRef_NULL;
  |  |10064|     28|                stack_pointer[-1] = self_st;
  |  |10065|     28|                PyStackRef_CLOSE(tmp);
  |  |10066|     28|                tmp = class_st;
  |  |10067|     28|                class_st = PyStackRef_NULL;
  |  |10068|     28|                stack_pointer[-2] = class_st;
  |  |10069|     28|                PyStackRef_CLOSE(tmp);
  |  |10070|     28|                tmp = global_super_st;
  |  |10071|     28|                global_super_st = PyStackRef_NULL;
  |  |10072|     28|                stack_pointer[-3] = global_super_st;
  |  |10073|     28|                PyStackRef_CLOSE(tmp);
  |  |10074|     28|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10075|     28|                stack_pointer += -3;
  |  |10076|     28|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     28|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10077|     28|                if (super == NULL) {
  |  |  ------------------
  |  |  |  Branch (10077:21): [True: 0, False: 28]
  |  |  ------------------
  |  |10078|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10079|      0|                }
  |  |10080|     28|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 2);
  |  |  ------------------
  |  |  |  |  235|     28|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|     28|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|     28|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10080:34): [True: 15, False: 13]
  |  |  ------------------
  |  |10081|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10082|     15|                PyObject *attr_o = PyObject_GetAttr(super, name);
  |  |10083|     15|                Py_DECREF(super);
  |  |  ------------------
  |  |  |  |   80|     15|    do { \
  |  |  |  |   81|     15|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|     15|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     15|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 15]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|     15|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     15|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|     15|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 15, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|     15|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|     15|    do { \
  |  |  |  |  |  |  113|     15|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|     15|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 15]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|     15|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 15]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|     15|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|     15|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|     15|            (*dealloc)(op); \
  |  |  |  |   91|     15|        } \
  |  |  |  |   92|     15|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10084|     15|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10085|     15|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (10085:21): [True: 0, False: 15]
  |  |  ------------------
  |  |10086|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10087|      0|                }
  |  |10088|     15|                attr = PyStackRef_FromPyObjectSteal(attr_o);
  |  |10089|     15|            }
  |  |10090|       |            // _PUSH_NULL_CONDITIONAL
  |  |10091|      0|            {
  |  |10092|     15|                null = &stack_pointer[1];
  |  |10093|     15|                if (oparg & 1) {
  |  |  ------------------
  |  |  |  Branch (10093:21): [True: 9, False: 6]
  |  |  ------------------
  |  |10094|      9|                    null[0] = PyStackRef_NULL;
  |  |10095|      9|                }
  |  |10096|     15|            }
  |  |10097|     15|            stack_pointer[0] = attr;
  |  |10098|     15|            stack_pointer += 1 + (oparg & 1);
  |  |10099|     15|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     15|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10100|     15|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     15|    { \
  |  |  |  |  201|     15|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     15|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     15|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     15|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     15|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     15|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     15|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     15|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 15]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     15|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     15|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     15|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     15|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     15|    }
  |  |  ------------------
  |  |  |  Branch (10100:13): [True: 15, False: 0]
  |  |  ------------------
  |  |10101|     15|        }
  |  |10102|       |
  |  |10103|     70|        TARGET(LOAD_SUPER_ATTR_ATTR) {
  |  |  ------------------
  |  |  |  |  132|     70|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10104|       |            #if _Py_TAIL_CALL_INTERP
  |  |10105|       |            int opcode = LOAD_SUPER_ATTR_ATTR;
  |  |10106|       |            (void)(opcode);
  |  |10107|       |            #endif
  |  |10108|     70|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10109|     70|            (void)this_instr;
  |  |10110|     70|            frame->instr_ptr = next_instr;
  |  |10111|     70|            next_instr += 2;
  |  |10112|     70|            INSTRUCTION_STATS(LOAD_SUPER_ATTR_ATTR);
  |  |  ------------------
  |  |  |  |   71|     70|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10113|     70|            static_assert(INLINE_CACHE_ENTRIES_LOAD_SUPER_ATTR == 1, "incorrect cache size");
  |  |10114|     70|            _PyStackRef global_super_st;
  |  |10115|     70|            _PyStackRef class_st;
  |  |10116|     70|            _PyStackRef self_st;
  |  |10117|     70|            _PyStackRef attr_st;
  |  |10118|       |            /* Skip 1 cache entry */
  |  |10119|     70|            self_st = stack_pointer[-1];
  |  |10120|     70|            class_st = stack_pointer[-2];
  |  |10121|     70|            global_super_st = stack_pointer[-3];
  |  |10122|     70|            PyObject *global_super = PyStackRef_AsPyObjectBorrow(global_super_st);
  |  |10123|     70|            PyObject *class = PyStackRef_AsPyObjectBorrow(class_st);
  |  |10124|     70|            PyObject *self = PyStackRef_AsPyObjectBorrow(self_st);
  |  |10125|     70|            assert(!(oparg & 1));
  |  |  ------------------
  |  |  |  Branch (10125:13): [True: 70, False: 0]
  |  |  ------------------
  |  |10126|     70|            if (global_super != (PyObject *)&PySuper_Type) {
  |  |  ------------------
  |  |  |  Branch (10126:17): [True: 0, False: 70]
  |  |  ------------------
  |  |10127|      0|                UPDATE_MISS_STATS(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |10128|      0|                assert(_PyOpcode_Deopt[opcode] == (LOAD_SUPER_ATTR));
  |  |  ------------------
  |  |  |  Branch (10128:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10129|      0|                JUMP_TO_PREDICTED(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |10130|      0|            }
  |  |10131|     70|            if (!PyType_Check(class)) {
  |  |  ------------------
  |  |  |  |  766|     70|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     70|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     70|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10131:17): [True: 0, False: 70]
  |  |  ------------------
  |  |10132|      0|                UPDATE_MISS_STATS(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |10133|      0|                assert(_PyOpcode_Deopt[opcode] == (LOAD_SUPER_ATTR));
  |  |  ------------------
  |  |  |  Branch (10133:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10134|      0|                JUMP_TO_PREDICTED(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |10135|      0|            }
  |  |10136|     70|            STAT_INC(LOAD_SUPER_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|     70|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |10137|     70|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 2);
  |  |  ------------------
  |  |  |  |  235|     70|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|     70|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|     70|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     70|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10137:30): [True: 70, False: 0]
  |  |  ------------------
  |  |10138|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10139|     70|            PyObject *attr = _PySuper_Lookup((PyTypeObject *)class, self, name, NULL);
  |  |10140|     70|            _PyStackRef tmp = self_st;
  |  |10141|     70|            self_st = PyStackRef_NULL;
  |  |10142|     70|            stack_pointer[-1] = self_st;
  |  |10143|     70|            PyStackRef_CLOSE(tmp);
  |  |10144|     70|            tmp = class_st;
  |  |10145|     70|            class_st = PyStackRef_NULL;
  |  |10146|     70|            stack_pointer[-2] = class_st;
  |  |10147|     70|            PyStackRef_CLOSE(tmp);
  |  |10148|     70|            tmp = global_super_st;
  |  |10149|     70|            global_super_st = PyStackRef_NULL;
  |  |10150|     70|            stack_pointer[-3] = global_super_st;
  |  |10151|     70|            PyStackRef_CLOSE(tmp);
  |  |10152|     70|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10153|     70|            stack_pointer += -3;
  |  |10154|     70|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     70|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10155|     70|            if (attr == NULL) {
  |  |  ------------------
  |  |  |  Branch (10155:17): [True: 0, False: 70]
  |  |  ------------------
  |  |10156|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10157|      0|            }
  |  |10158|     70|            attr_st = PyStackRef_FromPyObjectSteal(attr);
  |  |10159|     70|            stack_pointer[0] = attr_st;
  |  |10160|     70|            stack_pointer += 1;
  |  |10161|     70|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     70|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10162|     70|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     70|    { \
  |  |  |  |  201|     70|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     70|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     70|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     70|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     70|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     70|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     70|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     70|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 70]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     70|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     70|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     70|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     70|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     70|    }
  |  |  ------------------
  |  |  |  Branch (10162:13): [True: 70, False: 0]
  |  |  ------------------
  |  |10163|     70|        }
  |  |10164|       |
  |  |10165|    435|        TARGET(LOAD_SUPER_ATTR_METHOD) {
  |  |  ------------------
  |  |  |  |  132|    435|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10166|       |            #if _Py_TAIL_CALL_INTERP
  |  |10167|       |            int opcode = LOAD_SUPER_ATTR_METHOD;
  |  |10168|       |            (void)(opcode);
  |  |10169|       |            #endif
  |  |10170|    435|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10171|    435|            (void)this_instr;
  |  |10172|    435|            frame->instr_ptr = next_instr;
  |  |10173|    435|            next_instr += 2;
  |  |10174|    435|            INSTRUCTION_STATS(LOAD_SUPER_ATTR_METHOD);
  |  |  ------------------
  |  |  |  |   71|    435|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10175|    435|            static_assert(INLINE_CACHE_ENTRIES_LOAD_SUPER_ATTR == 1, "incorrect cache size");
  |  |10176|    435|            _PyStackRef global_super_st;
  |  |10177|    435|            _PyStackRef class_st;
  |  |10178|    435|            _PyStackRef self_st;
  |  |10179|    435|            _PyStackRef attr;
  |  |10180|    435|            _PyStackRef self_or_null;
  |  |10181|       |            /* Skip 1 cache entry */
  |  |10182|       |            // _GUARD_LOAD_SUPER_ATTR_METHOD
  |  |10183|    435|            {
  |  |10184|    435|                class_st = stack_pointer[-2];
  |  |10185|    435|                global_super_st = stack_pointer[-3];
  |  |10186|    435|                PyObject *global_super = PyStackRef_AsPyObjectBorrow(global_super_st);
  |  |10187|    435|                PyObject *class = PyStackRef_AsPyObjectBorrow(class_st);
  |  |10188|    435|                assert(oparg & 1);
  |  |  ------------------
  |  |  |  Branch (10188:17): [True: 435, False: 0]
  |  |  ------------------
  |  |10189|    435|                if (global_super != (PyObject *)&PySuper_Type) {
  |  |  ------------------
  |  |  |  Branch (10189:21): [True: 0, False: 435]
  |  |  ------------------
  |  |10190|      0|                    UPDATE_MISS_STATS(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |10191|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_SUPER_ATTR));
  |  |  ------------------
  |  |  |  Branch (10191:21): [True: 0, False: 0]
  |  |  ------------------
  |  |10192|      0|                    JUMP_TO_PREDICTED(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |10193|      0|                }
  |  |10194|    435|                if (!PyType_Check(class)) {
  |  |  ------------------
  |  |  |  |  766|    435|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    435|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    435|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10194:21): [True: 0, False: 435]
  |  |  ------------------
  |  |10195|      0|                    UPDATE_MISS_STATS(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |10196|      0|                    assert(_PyOpcode_Deopt[opcode] == (LOAD_SUPER_ATTR));
  |  |  ------------------
  |  |  |  Branch (10196:21): [True: 0, False: 0]
  |  |  ------------------
  |  |10197|      0|                    JUMP_TO_PREDICTED(LOAD_SUPER_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |10198|      0|                }
  |  |10199|    435|            }
  |  |10200|       |            // _LOAD_SUPER_ATTR_METHOD
  |  |10201|    435|            {
  |  |10202|    435|                self_st = stack_pointer[-1];
  |  |10203|    435|                PyObject *class = PyStackRef_AsPyObjectBorrow(class_st);
  |  |10204|    435|                PyObject *self = PyStackRef_AsPyObjectBorrow(self_st);
  |  |10205|    435|                STAT_INC(LOAD_SUPER_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|    435|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |10206|    435|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg >> 2);
  |  |  ------------------
  |  |  |  |  235|    435|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    435|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    435|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    435|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10206:34): [True: 435, False: 0]
  |  |  ------------------
  |  |10207|      0|                PyTypeObject *cls = (PyTypeObject *)class;
  |  |10208|    435|                int method_found = 0;
  |  |10209|    435|                PyObject *attr_o;
  |  |10210|    435|                {
  |  |10211|    435|                    int *method_found_ptr = &method_found;
  |  |10212|    435|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10213|    435|                    attr_o = _PySuper_Lookup(cls, self, name,
  |  |10214|    435|                        Py_TYPE(self)->tp_getattro == PyObject_GenericGetAttr ? method_found_ptr : NULL);
  |  |  ------------------
  |  |  |  |  213|    435|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    435|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    435|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10214:25): [True: 179, False: 256]
  |  |  ------------------
  |  |10215|    435|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10216|    435|                }
  |  |10217|    435|                if (attr_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (10217:21): [True: 0, False: 435]
  |  |  ------------------
  |  |10218|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10219|      0|                }
  |  |10220|    435|                if (method_found) {
  |  |  ------------------
  |  |  |  Branch (10220:21): [True: 179, False: 256]
  |  |  ------------------
  |  |10221|    179|                    self_or_null = self_st;
  |  |10222|    256|                } else {
  |  |10223|    256|                    stack_pointer += -1;
  |  |10224|    256|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    256|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10225|    256|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10226|    256|                    PyStackRef_CLOSE(self_st);
  |  |10227|    256|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10228|    256|                    self_or_null = PyStackRef_NULL;
  |  |10229|    256|                    stack_pointer += 1;
  |  |10230|    256|                }
  |  |10231|    435|                stack_pointer += -1;
  |  |10232|    435|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    435|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10233|    435|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10234|    435|                _PyStackRef tmp = global_super_st;
  |  |10235|    435|                global_super_st = self_or_null;
  |  |10236|    435|                stack_pointer[-2] = global_super_st;
  |  |10237|    435|                PyStackRef_CLOSE(tmp);
  |  |10238|    435|                tmp = class_st;
  |  |10239|    435|                class_st = PyStackRef_NULL;
  |  |10240|    435|                stack_pointer[-1] = class_st;
  |  |10241|    435|                PyStackRef_CLOSE(tmp);
  |  |10242|    435|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10243|    435|                stack_pointer += -2;
  |  |10244|    435|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    435|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10245|    435|                attr = PyStackRef_FromPyObjectSteal(attr_o);
  |  |10246|    435|            }
  |  |10247|      0|            stack_pointer[0] = attr;
  |  |10248|    435|            stack_pointer[1] = self_or_null;
  |  |10249|    435|            stack_pointer += 2;
  |  |10250|    435|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    435|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10251|    435|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    435|    { \
  |  |  |  |  201|    435|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    435|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    435|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    435|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    435|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    435|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    435|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    435|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 435]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    435|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    435|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    435|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    435|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    435|    }
  |  |  ------------------
  |  |  |  Branch (10251:13): [True: 435, False: 0]
  |  |  ------------------
  |  |10252|    435|        }
  |  |10253|       |
  |  |10254|    299|        TARGET(MAKE_CELL) {
  |  |  ------------------
  |  |  |  |  132|    299|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10255|       |            #if _Py_TAIL_CALL_INTERP
  |  |10256|       |            int opcode = MAKE_CELL;
  |  |10257|       |            (void)(opcode);
  |  |10258|       |            #endif
  |  |10259|    299|            frame->instr_ptr = next_instr;
  |  |10260|    299|            next_instr += 1;
  |  |10261|    299|            INSTRUCTION_STATS(MAKE_CELL);
  |  |  ------------------
  |  |  |  |   71|    299|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10262|    299|            PyObject *initial = PyStackRef_AsPyObjectBorrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|    299|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |10263|    299|            PyObject *cell = PyCell_New(initial);
  |  |10264|    299|            if (cell == NULL) {
  |  |  ------------------
  |  |  |  Branch (10264:17): [True: 0, False: 299]
  |  |  ------------------
  |  |10265|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10266|      0|            }
  |  |10267|    299|            _PyStackRef tmp = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|    299|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |10268|    299|            GETLOCAL(oparg) = PyStackRef_FromPyObjectSteal(cell);
  |  |  ------------------
  |  |  |  |  284|    299|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |10269|    299|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10270|    299|            PyStackRef_XCLOSE(tmp);
  |  |10271|    299|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10272|    299|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    299|    { \
  |  |  |  |  201|    299|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    299|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    299|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    299|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    299|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    299|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    299|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    299|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 299]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    299|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    299|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    299|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    299|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    299|    }
  |  |  ------------------
  |  |  |  Branch (10272:13): [True: 299, False: 0]
  |  |  ------------------
  |  |10273|    299|        }
  |  |10274|       |
  |  |10275|  2.11k|        TARGET(MAKE_FUNCTION) {
  |  |  ------------------
  |  |  |  |  132|  2.11k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10276|       |            #if _Py_TAIL_CALL_INTERP
  |  |10277|       |            int opcode = MAKE_FUNCTION;
  |  |10278|       |            (void)(opcode);
  |  |10279|       |            #endif
  |  |10280|  2.11k|            frame->instr_ptr = next_instr;
  |  |10281|  2.11k|            next_instr += 1;
  |  |10282|  2.11k|            INSTRUCTION_STATS(MAKE_FUNCTION);
  |  |  ------------------
  |  |  |  |   71|  2.11k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10283|  2.11k|            _PyStackRef codeobj_st;
  |  |10284|  2.11k|            _PyStackRef func;
  |  |10285|  2.11k|            _PyStackRef co;
  |  |10286|  2.11k|            _PyStackRef value;
  |  |10287|       |            // _MAKE_FUNCTION
  |  |10288|  2.11k|            {
  |  |10289|  2.11k|                codeobj_st = stack_pointer[-1];
  |  |10290|  2.11k|                PyObject *codeobj = PyStackRef_AsPyObjectBorrow(codeobj_st);
  |  |10291|  2.11k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10292|  2.11k|                PyFunctionObject *func_obj = (PyFunctionObject *)
  |  |10293|  2.11k|                PyFunction_New(codeobj, GLOBALS());
  |  |  ------------------
  |  |  |  |  325|  2.11k|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  |10294|  2.11k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10295|  2.11k|                if (func_obj == NULL) {
  |  |  ------------------
  |  |  |  Branch (10295:21): [True: 0, False: 2.11k]
  |  |  ------------------
  |  |10296|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10297|      0|                }
  |  |10298|  2.11k|                co = codeobj_st;
  |  |10299|  2.11k|                _PyFunction_SetVersion(
  |  |10300|  2.11k|                                   func_obj, ((PyCodeObject *)codeobj)->co_version);
  |  |10301|  2.11k|                func = PyStackRef_FromPyObjectSteal((PyObject *)func_obj);
  |  |10302|  2.11k|            }
  |  |10303|       |            // _POP_TOP
  |  |10304|      0|            {
  |  |10305|  2.11k|                value = co;
  |  |10306|  2.11k|                stack_pointer[-1] = func;
  |  |10307|  2.11k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10308|  2.11k|                PyStackRef_XCLOSE(value);
  |  |10309|  2.11k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10310|  2.11k|            }
  |  |10311|  2.11k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.11k|    { \
  |  |  |  |  201|  2.11k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.11k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.11k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.11k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.11k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.11k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.11k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.11k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.11k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.11k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.11k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.11k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.11k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.11k|    }
  |  |  ------------------
  |  |  |  Branch (10311:13): [True: 2.11k, False: 0]
  |  |  ------------------
  |  |10312|  2.11k|        }
  |  |10313|       |
  |  |10314|    829|        TARGET(MAP_ADD) {
  |  |  ------------------
  |  |  |  |  132|    829|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10315|       |            #if _Py_TAIL_CALL_INTERP
  |  |10316|       |            int opcode = MAP_ADD;
  |  |10317|       |            (void)(opcode);
  |  |10318|       |            #endif
  |  |10319|    829|            frame->instr_ptr = next_instr;
  |  |10320|    829|            next_instr += 1;
  |  |10321|    829|            INSTRUCTION_STATS(MAP_ADD);
  |  |  ------------------
  |  |  |  |   71|    829|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10322|    829|            _PyStackRef dict_st;
  |  |10323|    829|            _PyStackRef key;
  |  |10324|    829|            _PyStackRef value;
  |  |10325|    829|            value = stack_pointer[-1];
  |  |10326|    829|            key = stack_pointer[-2];
  |  |10327|    829|            dict_st = stack_pointer[-3 - (oparg - 1)];
  |  |10328|    829|            PyObject *dict = PyStackRef_AsPyObjectBorrow(dict_st);
  |  |10329|    829|            assert(PyDict_CheckExact(dict));
  |  |  ------------------
  |  |  |  Branch (10329:13): [True: 829, False: 0]
  |  |  ------------------
  |  |10330|    829|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10331|    829|            int err = _PyDict_SetItem_Take2(
  |  |10332|    829|                (PyDictObject *)dict,
  |  |10333|    829|                PyStackRef_AsPyObjectSteal(key),
  |  |10334|    829|                PyStackRef_AsPyObjectSteal(value)
  |  |10335|    829|            );
  |  |10336|    829|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10337|    829|            if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (10337:17): [True: 0, False: 829]
  |  |  ------------------
  |  |10338|      0|                JUMP_TO_LABEL(pop_2_error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10339|      0|            }
  |  |10340|    829|            stack_pointer += -2;
  |  |10341|    829|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    829|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10342|    829|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    829|    { \
  |  |  |  |  201|    829|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    829|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    829|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    829|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    829|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    829|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    829|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    829|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 829]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    829|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    829|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    829|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    829|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    829|    }
  |  |  ------------------
  |  |  |  Branch (10342:13): [True: 829, False: 0]
  |  |  ------------------
  |  |10343|    829|        }
  |  |10344|       |
  |  |10345|      0|        TARGET(MATCH_CLASS) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10346|       |            #if _Py_TAIL_CALL_INTERP
  |  |10347|       |            int opcode = MATCH_CLASS;
  |  |10348|       |            (void)(opcode);
  |  |10349|       |            #endif
  |  |10350|      0|            frame->instr_ptr = next_instr;
  |  |10351|      0|            next_instr += 1;
  |  |10352|      0|            INSTRUCTION_STATS(MATCH_CLASS);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10353|      0|            _PyStackRef subject;
  |  |10354|      0|            _PyStackRef type;
  |  |10355|      0|            _PyStackRef names;
  |  |10356|      0|            _PyStackRef attrs;
  |  |10357|      0|            _PyStackRef s;
  |  |10358|      0|            _PyStackRef tp;
  |  |10359|      0|            _PyStackRef n;
  |  |10360|      0|            _PyStackRef value;
  |  |10361|       |            // _MATCH_CLASS
  |  |10362|      0|            {
  |  |10363|      0|                names = stack_pointer[-1];
  |  |10364|      0|                type = stack_pointer[-2];
  |  |10365|      0|                subject = stack_pointer[-3];
  |  |10366|      0|                assert(PyTuple_CheckExact(PyStackRef_AsPyObjectBorrow(names)));
  |  |  ------------------
  |  |  |  Branch (10366:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10367|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10368|      0|                PyObject *attrs_o = _PyEval_MatchClass(tstate,
  |  |10369|      0|                    PyStackRef_AsPyObjectBorrow(subject),
  |  |10370|      0|                    PyStackRef_AsPyObjectBorrow(type), oparg,
  |  |10371|      0|                    PyStackRef_AsPyObjectBorrow(names));
  |  |10372|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10373|      0|                if (attrs_o) {
  |  |  ------------------
  |  |  |  Branch (10373:21): [True: 0, False: 0]
  |  |  ------------------
  |  |10374|      0|                    assert(PyTuple_CheckExact(attrs_o));
  |  |  ------------------
  |  |  |  Branch (10374:21): [True: 0, False: 0]
  |  |  ------------------
  |  |10375|      0|                    attrs = PyStackRef_FromPyObjectSteal(attrs_o);
  |  |10376|      0|                }
  |  |10377|      0|                else {
  |  |10378|      0|                    if (_PyErr_Occurred(tstate)) {
  |  |  ------------------
  |  |  |  Branch (10378:25): [True: 0, False: 0]
  |  |  ------------------
  |  |10379|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10380|      0|                    }
  |  |10381|      0|                    attrs = PyStackRef_None;
  |  |  ------------------
  |  |  |  |  473|      0|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10382|      0|                }
  |  |10383|      0|                s = subject;
  |  |10384|      0|                tp = type;
  |  |10385|      0|                n = names;
  |  |10386|      0|            }
  |  |10387|       |            // _POP_TOP
  |  |10388|      0|            {
  |  |10389|      0|                value = n;
  |  |10390|      0|                stack_pointer[-3] = attrs;
  |  |10391|      0|                stack_pointer[-2] = s;
  |  |10392|      0|                stack_pointer[-1] = tp;
  |  |10393|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10394|      0|                PyStackRef_XCLOSE(value);
  |  |10395|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10396|      0|            }
  |  |10397|       |            // _POP_TOP
  |  |10398|      0|            {
  |  |10399|      0|                value = tp;
  |  |10400|      0|                stack_pointer += -1;
  |  |10401|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10402|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10403|      0|                PyStackRef_XCLOSE(value);
  |  |10404|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10405|      0|            }
  |  |10406|       |            // _POP_TOP
  |  |10407|      0|            {
  |  |10408|      0|                value = s;
  |  |10409|      0|                stack_pointer += -1;
  |  |10410|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10411|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10412|      0|                PyStackRef_XCLOSE(value);
  |  |10413|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10414|      0|            }
  |  |10415|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (10415:13): [True: 0, False: 0]
  |  |  ------------------
  |  |10416|      0|        }
  |  |10417|       |
  |  |10418|      0|        TARGET(MATCH_KEYS) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10419|       |            #if _Py_TAIL_CALL_INTERP
  |  |10420|       |            int opcode = MATCH_KEYS;
  |  |10421|       |            (void)(opcode);
  |  |10422|       |            #endif
  |  |10423|      0|            frame->instr_ptr = next_instr;
  |  |10424|      0|            next_instr += 1;
  |  |10425|      0|            INSTRUCTION_STATS(MATCH_KEYS);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10426|      0|            _PyStackRef subject;
  |  |10427|      0|            _PyStackRef keys;
  |  |10428|      0|            _PyStackRef values_or_none;
  |  |10429|      0|            keys = stack_pointer[-1];
  |  |10430|      0|            subject = stack_pointer[-2];
  |  |10431|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10432|      0|            PyObject *values_or_none_o = _PyEval_MatchKeys(tstate,
  |  |10433|      0|                PyStackRef_AsPyObjectBorrow(subject), PyStackRef_AsPyObjectBorrow(keys));
  |  |10434|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10435|      0|            if (values_or_none_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (10435:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10436|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10437|      0|            }
  |  |10438|      0|            values_or_none = PyStackRef_FromPyObjectSteal(values_or_none_o);
  |  |10439|      0|            stack_pointer[0] = values_or_none;
  |  |10440|      0|            stack_pointer += 1;
  |  |10441|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10442|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (10442:13): [True: 0, False: 0]
  |  |  ------------------
  |  |10443|      0|        }
  |  |10444|       |
  |  |10445|      0|        TARGET(MATCH_MAPPING) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10446|       |            #if _Py_TAIL_CALL_INTERP
  |  |10447|       |            int opcode = MATCH_MAPPING;
  |  |10448|       |            (void)(opcode);
  |  |10449|       |            #endif
  |  |10450|      0|            frame->instr_ptr = next_instr;
  |  |10451|      0|            next_instr += 1;
  |  |10452|      0|            INSTRUCTION_STATS(MATCH_MAPPING);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10453|      0|            _PyStackRef subject;
  |  |10454|      0|            _PyStackRef res;
  |  |10455|      0|            subject = stack_pointer[-1];
  |  |10456|      0|            int match = PyStackRef_TYPE(subject)->tp_flags & Py_TPFLAGS_MAPPING;
  |  |  ------------------
  |  |  |  |  492|      0|#define Py_TPFLAGS_MAPPING (1 << 6)
  |  |  ------------------
  |  |10457|      0|            res = match ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|      0|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           res = match ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|      0|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10457:19): [True: 0, False: 0]
  |  |  ------------------
  |  |10458|      0|            stack_pointer[0] = res;
  |  |10459|      0|            stack_pointer += 1;
  |  |10460|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10461|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (10461:13): [True: 0, False: 0]
  |  |  ------------------
  |  |10462|      0|        }
  |  |10463|       |
  |  |10464|      0|        TARGET(MATCH_SEQUENCE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10465|       |            #if _Py_TAIL_CALL_INTERP
  |  |10466|       |            int opcode = MATCH_SEQUENCE;
  |  |10467|       |            (void)(opcode);
  |  |10468|       |            #endif
  |  |10469|      0|            frame->instr_ptr = next_instr;
  |  |10470|      0|            next_instr += 1;
  |  |10471|      0|            INSTRUCTION_STATS(MATCH_SEQUENCE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10472|      0|            _PyStackRef subject;
  |  |10473|      0|            _PyStackRef res;
  |  |10474|      0|            subject = stack_pointer[-1];
  |  |10475|      0|            int match = PyStackRef_TYPE(subject)->tp_flags & Py_TPFLAGS_SEQUENCE;
  |  |  ------------------
  |  |  |  |  490|      0|#define Py_TPFLAGS_SEQUENCE (1 << 5)
  |  |  ------------------
  |  |10476|      0|            res = match ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|      0|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           res = match ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|      0|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (10476:19): [True: 0, False: 0]
  |  |  ------------------
  |  |10477|      0|            stack_pointer[0] = res;
  |  |10478|      0|            stack_pointer += 1;
  |  |10479|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10480|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (10480:13): [True: 0, False: 0]
  |  |  ------------------
  |  |10481|      0|        }
  |  |10482|       |
  |  |10483|  2.46k|        TARGET(NOP) {
  |  |  ------------------
  |  |  |  |  132|  2.46k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10484|       |            #if _Py_TAIL_CALL_INTERP
  |  |10485|       |            int opcode = NOP;
  |  |10486|       |            (void)(opcode);
  |  |10487|       |            #endif
  |  |10488|  2.46k|            frame->instr_ptr = next_instr;
  |  |10489|  2.46k|            next_instr += 1;
  |  |10490|  2.46k|            INSTRUCTION_STATS(NOP);
  |  |  ------------------
  |  |  |  |   71|  2.46k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10491|  2.46k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.46k|    { \
  |  |  |  |  201|  2.46k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.46k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.46k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.46k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.46k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.46k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.46k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.46k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.46k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.46k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.46k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.46k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.46k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.46k|    }
  |  |  ------------------
  |  |  |  Branch (10491:13): [True: 2.46k, False: 0]
  |  |  ------------------
  |  |10492|  2.46k|        }
  |  |10493|       |
  |  |10494|      0|        TARGET(NOT_TAKEN) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10495|       |            #if _Py_TAIL_CALL_INTERP
  |  |10496|       |            int opcode = NOT_TAKEN;
  |  |10497|       |            (void)(opcode);
  |  |10498|       |            #endif
  |  |10499|      0|            frame->instr_ptr = next_instr;
  |  |10500|      0|            next_instr += 1;
  |  |10501|      0|            INSTRUCTION_STATS(NOT_TAKEN);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10502|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (10502:13): [True: 0, False: 0]
  |  |  ------------------
  |  |10503|      0|        }
  |  |10504|       |
  |  |10505|    299|        TARGET(POP_EXCEPT) {
  |  |  ------------------
  |  |  |  |  132|    299|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10506|       |            #if _Py_TAIL_CALL_INTERP
  |  |10507|       |            int opcode = POP_EXCEPT;
  |  |10508|       |            (void)(opcode);
  |  |10509|       |            #endif
  |  |10510|    299|            frame->instr_ptr = next_instr;
  |  |10511|    299|            next_instr += 1;
  |  |10512|    299|            INSTRUCTION_STATS(POP_EXCEPT);
  |  |  ------------------
  |  |  |  |   71|    299|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10513|    299|            _PyStackRef exc_value;
  |  |10514|    299|            exc_value = stack_pointer[-1];
  |  |10515|    299|            _PyErr_StackItem *exc_info = tstate->exc_info;
  |  |10516|    299|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10517|    299|            Py_XSETREF(exc_info->exc_value,
  |  |  ------------------
  |  |  |  |  374|    299|    do { \
  |  |  |  |  375|    299|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|    299|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  376|    299|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|    299|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  377|    598|        *_tmp_dst_ptr = (src); \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (377:26): [True: 284, False: 15]
  |  |  |  |  ------------------
  |  |  |  |  378|    299|        Py_XDECREF(_tmp_old_dst); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   69|    299|    do { \
  |  |  |  |  |  |   70|    299|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    299|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    299|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   71|    299|        if (xop != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (71:13): [True: 299, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   72|    299|            Py_DECREF(xop); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   80|    299|    do { \
  |  |  |  |  |  |  |  |   81|    299|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|    299|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|    299|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   82|    299|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  137|    299|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  171|    299|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |   37|    299|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 299]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |  |  |   86|    299|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   20|    299|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   87|    299|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (87:13): [True: 283, False: 16]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   88|    283|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  112|    283|    do { \
  |  |  |  |  |  |  |  |  |  |  113|    283|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  |  |  114|    283|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 283]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  |  |  118|    283|    } while(0)
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 283]
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   89|    283|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  213|    283|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  171|    283|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |  |  |   37|    283|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   90|    283|            (*dealloc)(op); \
  |  |  |  |  |  |  |  |   91|    283|        } \
  |  |  |  |  |  |  |  |   92|    299|    } while (0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 299]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   73|    299|        } \
  |  |  |  |  |  |   74|    299|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (74:14): [Folded, False: 299]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  379|    299|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (379:14): [Folded, False: 299]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10518|    299|                       PyStackRef_IsNone(exc_value)
  |  |10519|    299|                       ? NULL : PyStackRef_AsPyObjectSteal(exc_value));
  |  |10520|    299|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10521|    299|            stack_pointer += -1;
  |  |10522|    299|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    299|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10523|    299|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    299|    { \
  |  |  |  |  201|    299|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    299|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    299|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    299|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    299|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    299|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    299|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    299|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 299]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    299|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    299|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    299|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    299|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    299|    }
  |  |  ------------------
  |  |  |  Branch (10523:13): [True: 299, False: 0]
  |  |  ------------------
  |  |10524|    299|        }
  |  |10525|       |
  |  |10526|    774|        TARGET(POP_ITER) {
  |  |  ------------------
  |  |  |  |  132|    774|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10527|       |            #if _Py_TAIL_CALL_INTERP
  |  |10528|       |            int opcode = POP_ITER;
  |  |10529|       |            (void)(opcode);
  |  |10530|       |            #endif
  |  |10531|    774|            frame->instr_ptr = next_instr;
  |  |10532|    774|            next_instr += 1;
  |  |10533|    774|            INSTRUCTION_STATS(POP_ITER);
  |  |  ------------------
  |  |  |  |   71|    774|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10534|    774|            _PyStackRef iter;
  |  |10535|    774|            _PyStackRef index_or_null;
  |  |10536|    774|            index_or_null = stack_pointer[-1];
  |  |10537|    774|            iter = stack_pointer[-2];
  |  |10538|    774|            (void)index_or_null;
  |  |10539|    774|            stack_pointer += -2;
  |  |10540|    774|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    774|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10541|    774|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10542|    774|            PyStackRef_CLOSE(iter);
  |  |10543|    774|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10544|    774|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    774|    { \
  |  |  |  |  201|    774|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    774|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    774|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    774|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    774|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    774|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    774|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    774|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 774]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    774|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    774|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    774|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    774|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    774|    }
  |  |  ------------------
  |  |  |  Branch (10544:13): [True: 774, False: 0]
  |  |  ------------------
  |  |10545|    774|        }
  |  |10546|       |
  |  |10547|  7.70k|        TARGET(POP_JUMP_IF_FALSE) {
  |  |  ------------------
  |  |  |  |  132|  7.70k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10548|       |            #if _Py_TAIL_CALL_INTERP
  |  |10549|       |            int opcode = POP_JUMP_IF_FALSE;
  |  |10550|       |            (void)(opcode);
  |  |10551|       |            #endif
  |  |10552|  7.70k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10553|  7.70k|            (void)this_instr;
  |  |10554|  7.70k|            frame->instr_ptr = next_instr;
  |  |10555|  7.70k|            next_instr += 2;
  |  |10556|  7.70k|            INSTRUCTION_STATS(POP_JUMP_IF_FALSE);
  |  |  ------------------
  |  |  |  |   71|  7.70k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10557|  7.70k|            _PyStackRef cond;
  |  |10558|       |            /* Skip 1 cache entry */
  |  |10559|  7.70k|            cond = stack_pointer[-1];
  |  |10560|  7.70k|            assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (10560:13): [True: 7.70k, False: 0]
  |  |  ------------------
  |  |10561|  7.70k|            int flag = PyStackRef_IsFalse(cond);
  |  |  ------------------
  |  |  |  |  482|  7.70k|#define PyStackRef_IsFalse(REF) ((REF).bits == (((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  7.70k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10562|  7.70k|            RECORD_BRANCH_TAKEN(this_instr[1].cache, flag);
  |  |  ------------------
  |  |  |  |  373|  7.70k|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  7.70k|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|  7.70k|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  |10563|  7.70k|            JUMPBY(flag ? oparg : next_instr->op.code == NOT_TAKEN);
  |  |  ------------------
  |  |  |  |  260|  15.4k|#define JUMPBY(x)       (next_instr += (x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (260:41): [True: 4.86k, False: 2.83k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10564|  7.70k|            stack_pointer += -1;
  |  |10565|  7.70k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  7.70k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10566|  7.70k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  7.70k|    { \
  |  |  |  |  201|  7.70k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  7.70k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  7.70k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  7.70k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  7.70k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  7.70k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  7.70k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  7.70k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 7.70k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  7.70k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  7.70k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  7.70k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  7.70k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  7.70k|    }
  |  |  ------------------
  |  |  |  Branch (10566:13): [True: 7.70k, False: 0]
  |  |  ------------------
  |  |10567|  7.70k|        }
  |  |10568|       |
  |  |10569|    627|        TARGET(POP_JUMP_IF_NONE) {
  |  |  ------------------
  |  |  |  |  132|    627|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10570|       |            #if _Py_TAIL_CALL_INTERP
  |  |10571|       |            int opcode = POP_JUMP_IF_NONE;
  |  |10572|       |            (void)(opcode);
  |  |10573|       |            #endif
  |  |10574|    627|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10575|    627|            (void)this_instr;
  |  |10576|    627|            frame->instr_ptr = next_instr;
  |  |10577|    627|            next_instr += 2;
  |  |10578|    627|            INSTRUCTION_STATS(POP_JUMP_IF_NONE);
  |  |  ------------------
  |  |  |  |   71|    627|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10579|    627|            _PyStackRef value;
  |  |10580|    627|            _PyStackRef b;
  |  |10581|    627|            _PyStackRef cond;
  |  |10582|       |            /* Skip 1 cache entry */
  |  |10583|       |            // _IS_NONE
  |  |10584|    627|            {
  |  |10585|    627|                value = stack_pointer[-1];
  |  |10586|    627|                if (PyStackRef_IsNone(value)) {
  |  |  ------------------
  |  |  |  |  483|    627|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    627|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (483:32): [True: 265, False: 362]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10587|    265|                    b = PyStackRef_True;
  |  |  ------------------
  |  |  |  |  471|    265|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    265|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10588|    265|                }
  |  |10589|    362|                else {
  |  |10590|    362|                    b = PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|    362|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    362|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10591|    362|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10592|    362|                    _PyStackRef tmp = value;
  |  |10593|    362|                    value = b;
  |  |10594|    362|                    stack_pointer[-1] = value;
  |  |10595|    362|                    PyStackRef_CLOSE(tmp);
  |  |10596|    362|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10597|    362|                }
  |  |10598|    627|            }
  |  |10599|       |            // _POP_JUMP_IF_TRUE
  |  |10600|    627|            {
  |  |10601|    627|                cond = b;
  |  |10602|    627|                assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (10602:17): [True: 627, False: 0]
  |  |  ------------------
  |  |10603|    627|                int flag = PyStackRef_IsTrue(cond);
  |  |  ------------------
  |  |  |  |  481|    627|#define PyStackRef_IsTrue(REF) ((REF).bits == (((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    627|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10604|    627|                RECORD_BRANCH_TAKEN(this_instr[1].cache, flag);
  |  |  ------------------
  |  |  |  |  373|    627|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    627|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|    627|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  |10605|    627|                JUMPBY(flag ? oparg : next_instr->op.code == NOT_TAKEN);
  |  |  ------------------
  |  |  |  |  260|  1.25k|#define JUMPBY(x)       (next_instr += (x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (260:41): [True: 265, False: 362]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10606|    627|            }
  |  |10607|      0|            stack_pointer += -1;
  |  |10608|    627|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    627|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10609|    627|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    627|    { \
  |  |  |  |  201|    627|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    627|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    627|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    627|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    627|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    627|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    627|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    627|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 627]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    627|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    627|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    627|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    627|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    627|    }
  |  |  ------------------
  |  |  |  Branch (10609:13): [True: 627, False: 0]
  |  |  ------------------
  |  |10610|    627|        }
  |  |10611|       |
  |  |10612|  1.96k|        TARGET(POP_JUMP_IF_NOT_NONE) {
  |  |  ------------------
  |  |  |  |  132|  1.96k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10613|       |            #if _Py_TAIL_CALL_INTERP
  |  |10614|       |            int opcode = POP_JUMP_IF_NOT_NONE;
  |  |10615|       |            (void)(opcode);
  |  |10616|       |            #endif
  |  |10617|  1.96k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10618|  1.96k|            (void)this_instr;
  |  |10619|  1.96k|            frame->instr_ptr = next_instr;
  |  |10620|  1.96k|            next_instr += 2;
  |  |10621|  1.96k|            INSTRUCTION_STATS(POP_JUMP_IF_NOT_NONE);
  |  |  ------------------
  |  |  |  |   71|  1.96k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10622|  1.96k|            _PyStackRef value;
  |  |10623|  1.96k|            _PyStackRef b;
  |  |10624|  1.96k|            _PyStackRef cond;
  |  |10625|       |            /* Skip 1 cache entry */
  |  |10626|       |            // _IS_NONE
  |  |10627|  1.96k|            {
  |  |10628|  1.96k|                value = stack_pointer[-1];
  |  |10629|  1.96k|                if (PyStackRef_IsNone(value)) {
  |  |  ------------------
  |  |  |  |  483|  1.96k|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.96k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (483:32): [True: 922, False: 1.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10630|    922|                    b = PyStackRef_True;
  |  |  ------------------
  |  |  |  |  471|    922|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    922|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10631|    922|                }
  |  |10632|  1.04k|                else {
  |  |10633|  1.04k|                    b = PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  1.04k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.04k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10634|  1.04k|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10635|  1.04k|                    _PyStackRef tmp = value;
  |  |10636|  1.04k|                    value = b;
  |  |10637|  1.04k|                    stack_pointer[-1] = value;
  |  |10638|  1.04k|                    PyStackRef_CLOSE(tmp);
  |  |10639|  1.04k|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10640|  1.04k|                }
  |  |10641|  1.96k|            }
  |  |10642|       |            // _POP_JUMP_IF_FALSE
  |  |10643|  1.96k|            {
  |  |10644|  1.96k|                cond = b;
  |  |10645|  1.96k|                assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (10645:17): [True: 1.96k, False: 0]
  |  |  ------------------
  |  |10646|  1.96k|                int flag = PyStackRef_IsFalse(cond);
  |  |  ------------------
  |  |  |  |  482|  1.96k|#define PyStackRef_IsFalse(REF) ((REF).bits == (((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  1.96k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10647|  1.96k|                RECORD_BRANCH_TAKEN(this_instr[1].cache, flag);
  |  |  ------------------
  |  |  |  |  373|  1.96k|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.96k|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|  1.96k|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  |10648|  1.96k|                JUMPBY(flag ? oparg : next_instr->op.code == NOT_TAKEN);
  |  |  ------------------
  |  |  |  |  260|  3.93k|#define JUMPBY(x)       (next_instr += (x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (260:41): [True: 1.04k, False: 922]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10649|  1.96k|            }
  |  |10650|      0|            stack_pointer += -1;
  |  |10651|  1.96k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.96k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10652|  1.96k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.96k|    { \
  |  |  |  |  201|  1.96k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.96k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.96k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.96k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.96k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.96k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.96k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.96k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.96k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.96k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.96k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.96k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.96k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.96k|    }
  |  |  ------------------
  |  |  |  Branch (10652:13): [True: 1.96k, False: 0]
  |  |  ------------------
  |  |10653|  1.96k|        }
  |  |10654|       |
  |  |10655|  3.38k|        TARGET(POP_JUMP_IF_TRUE) {
  |  |  ------------------
  |  |  |  |  132|  3.38k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10656|       |            #if _Py_TAIL_CALL_INTERP
  |  |10657|       |            int opcode = POP_JUMP_IF_TRUE;
  |  |10658|       |            (void)(opcode);
  |  |10659|       |            #endif
  |  |10660|  3.38k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10661|  3.38k|            (void)this_instr;
  |  |10662|  3.38k|            frame->instr_ptr = next_instr;
  |  |10663|  3.38k|            next_instr += 2;
  |  |10664|  3.38k|            INSTRUCTION_STATS(POP_JUMP_IF_TRUE);
  |  |  ------------------
  |  |  |  |   71|  3.38k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10665|  3.38k|            _PyStackRef cond;
  |  |10666|       |            /* Skip 1 cache entry */
  |  |10667|  3.38k|            cond = stack_pointer[-1];
  |  |10668|  3.38k|            assert(PyStackRef_BoolCheck(cond));
  |  |  ------------------
  |  |  |  Branch (10668:13): [True: 3.38k, False: 0]
  |  |  ------------------
  |  |10669|  3.38k|            int flag = PyStackRef_IsTrue(cond);
  |  |  ------------------
  |  |  |  |  481|  3.38k|#define PyStackRef_IsTrue(REF) ((REF).bits == (((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  3.38k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10670|  3.38k|            RECORD_BRANCH_TAKEN(this_instr[1].cache, flag);
  |  |  ------------------
  |  |  |  |  373|  3.38k|    FT_ATOMIC_STORE_UINT16_RELAXED(       \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.38k|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  374|  3.38k|        bitset, (FT_ATOMIC_LOAD_UINT16_RELAXED(bitset) << 1) | (flag))
  |  |  ------------------
  |  |10671|  3.38k|            JUMPBY(flag ? oparg : next_instr->op.code == NOT_TAKEN);
  |  |  ------------------
  |  |  |  |  260|  6.77k|#define JUMPBY(x)       (next_instr += (x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (260:41): [True: 2.18k, False: 1.20k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10672|  3.38k|            stack_pointer += -1;
  |  |10673|  3.38k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  3.38k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10674|  3.38k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  3.38k|    { \
  |  |  |  |  201|  3.38k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  3.38k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  3.38k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  3.38k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  3.38k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  3.38k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  3.38k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  3.38k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3.38k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  3.38k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  3.38k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  3.38k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  3.38k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  3.38k|    }
  |  |  ------------------
  |  |  |  Branch (10674:13): [True: 3.38k, False: 0]
  |  |  ------------------
  |  |10675|  3.38k|        }
  |  |10676|       |
  |  |10677|  6.50k|        TARGET(POP_TOP) {
  |  |  ------------------
  |  |  |  |  132|  6.50k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10678|       |            #if _Py_TAIL_CALL_INTERP
  |  |10679|       |            int opcode = POP_TOP;
  |  |10680|       |            (void)(opcode);
  |  |10681|       |            #endif
  |  |10682|  6.50k|            frame->instr_ptr = next_instr;
  |  |10683|  6.50k|            next_instr += 1;
  |  |10684|  6.50k|            INSTRUCTION_STATS(POP_TOP);
  |  |  ------------------
  |  |  |  |   71|  6.50k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10685|  6.50k|            _PyStackRef value;
  |  |10686|  6.50k|            value = stack_pointer[-1];
  |  |10687|  6.50k|            stack_pointer += -1;
  |  |10688|  6.50k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  6.50k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10689|  6.50k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10690|  6.50k|            PyStackRef_XCLOSE(value);
  |  |10691|  6.50k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10692|  6.50k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  6.50k|    { \
  |  |  |  |  201|  6.50k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  6.50k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  6.50k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  6.50k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  6.50k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  6.50k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  6.50k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  6.50k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 6.50k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  6.50k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  6.50k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  6.50k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  6.50k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  6.50k|    }
  |  |  ------------------
  |  |  |  Branch (10692:13): [True: 6.50k, False: 0]
  |  |  ------------------
  |  |10693|  6.50k|        }
  |  |10694|       |
  |  |10695|    299|        TARGET(PUSH_EXC_INFO) {
  |  |  ------------------
  |  |  |  |  132|    299|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10696|       |            #if _Py_TAIL_CALL_INTERP
  |  |10697|       |            int opcode = PUSH_EXC_INFO;
  |  |10698|       |            (void)(opcode);
  |  |10699|       |            #endif
  |  |10700|    299|            frame->instr_ptr = next_instr;
  |  |10701|    299|            next_instr += 1;
  |  |10702|    299|            INSTRUCTION_STATS(PUSH_EXC_INFO);
  |  |  ------------------
  |  |  |  |   71|    299|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10703|    299|            _PyStackRef exc;
  |  |10704|    299|            _PyStackRef prev_exc;
  |  |10705|    299|            _PyStackRef new_exc;
  |  |10706|    299|            exc = stack_pointer[-1];
  |  |10707|    299|            _PyErr_StackItem *exc_info = tstate->exc_info;
  |  |10708|    299|            if (exc_info->exc_value != NULL) {
  |  |  ------------------
  |  |  |  Branch (10708:17): [True: 15, False: 284]
  |  |  ------------------
  |  |10709|     15|                prev_exc = PyStackRef_FromPyObjectSteal(exc_info->exc_value);
  |  |10710|     15|            }
  |  |10711|    284|            else {
  |  |10712|    284|                prev_exc = PyStackRef_None;
  |  |  ------------------
  |  |  |  |  473|    284|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    284|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10713|    284|            }
  |  |10714|    299|            assert(PyStackRef_ExceptionInstanceCheck(exc));
  |  |  ------------------
  |  |  |  Branch (10714:13): [True: 299, False: 0]
  |  |  ------------------
  |  |10715|    299|            exc_info->exc_value = PyStackRef_AsPyObjectNew(exc);
  |  |  ------------------
  |  |  |  |  736|    299|#define PyStackRef_AsPyObjectNew(stackref) Py_NewRef(PyStackRef_AsPyObjectBorrow(stackref))
  |  |  |  |  ------------------
  |  |  |  |  |  |  550|    299|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    299|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    299|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10716|    299|            new_exc = exc;
  |  |10717|    299|            stack_pointer[-1] = prev_exc;
  |  |10718|    299|            stack_pointer[0] = new_exc;
  |  |10719|    299|            stack_pointer += 1;
  |  |10720|    299|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    299|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10721|    299|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    299|    { \
  |  |  |  |  201|    299|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    299|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    299|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    299|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    299|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    299|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    299|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    299|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 299]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    299|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    299|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    299|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    299|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    299|    }
  |  |  ------------------
  |  |  |  Branch (10721:13): [True: 299, False: 0]
  |  |  ------------------
  |  |10722|    299|        }
  |  |10723|       |
  |  |10724|  2.52k|        TARGET(PUSH_NULL) {
  |  |  ------------------
  |  |  |  |  132|  2.52k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10725|       |            #if _Py_TAIL_CALL_INTERP
  |  |10726|       |            int opcode = PUSH_NULL;
  |  |10727|       |            (void)(opcode);
  |  |10728|       |            #endif
  |  |10729|  2.52k|            frame->instr_ptr = next_instr;
  |  |10730|  2.52k|            next_instr += 1;
  |  |10731|  2.52k|            INSTRUCTION_STATS(PUSH_NULL);
  |  |  ------------------
  |  |  |  |   71|  2.52k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10732|  2.52k|            _PyStackRef res;
  |  |10733|  2.52k|            res = PyStackRef_NULL;
  |  |10734|  2.52k|            stack_pointer[0] = res;
  |  |10735|  2.52k|            stack_pointer += 1;
  |  |10736|  2.52k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.52k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10737|  2.52k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.52k|    { \
  |  |  |  |  201|  2.52k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.52k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.52k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.52k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.52k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.52k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.52k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.52k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.52k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.52k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.52k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.52k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.52k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.52k|    }
  |  |  ------------------
  |  |  |  Branch (10737:13): [True: 2.52k, False: 0]
  |  |  ------------------
  |  |10738|  2.52k|        }
  |  |10739|       |
  |  |10740|     21|        TARGET(RAISE_VARARGS) {
  |  |  ------------------
  |  |  |  |  132|     21|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10741|       |            #if _Py_TAIL_CALL_INTERP
  |  |10742|       |            int opcode = RAISE_VARARGS;
  |  |10743|       |            (void)(opcode);
  |  |10744|       |            #endif
  |  |10745|     21|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10746|     21|            (void)this_instr;
  |  |10747|     21|            frame->instr_ptr = next_instr;
  |  |10748|     21|            next_instr += 1;
  |  |10749|     21|            INSTRUCTION_STATS(RAISE_VARARGS);
  |  |  ------------------
  |  |  |  |   71|     21|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10750|     21|            _PyStackRef *args;
  |  |10751|     21|            args = &stack_pointer[-oparg];
  |  |10752|     21|            assert(oparg < 3);
  |  |  ------------------
  |  |  |  Branch (10752:13): [True: 21, False: 0]
  |  |  ------------------
  |  |10753|     21|            PyObject *cause = oparg == 2 ? PyStackRef_AsPyObjectSteal(args[1]) : NULL;
  |  |  ------------------
  |  |  |  Branch (10753:31): [True: 2, False: 19]
  |  |  ------------------
  |  |10754|     21|            PyObject *exc = oparg > 0 ? PyStackRef_AsPyObjectSteal(args[0]) : NULL;
  |  |  ------------------
  |  |  |  Branch (10754:29): [True: 21, False: 0]
  |  |  ------------------
  |  |10755|     21|            stack_pointer += -oparg;
  |  |10756|     21|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     21|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10757|     21|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10758|     21|            int err = do_raise(tstate, exc, cause);
  |  |10759|     21|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10760|     21|            if (err) {
  |  |  ------------------
  |  |  |  Branch (10760:17): [True: 0, False: 21]
  |  |  ------------------
  |  |10761|      0|                assert(oparg == 0);
  |  |  ------------------
  |  |  |  Branch (10761:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10762|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10763|      0|                monitor_reraise(tstate, frame, this_instr);
  |  |10764|      0|                JUMP_TO_LABEL(exception_unwind);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10765|      0|            }
  |  |10766|     21|            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     21|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10767|      0|        }
  |  |10768|       |
  |  |10769|     20|        TARGET(RERAISE) {
  |  |  ------------------
  |  |  |  |  132|     20|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10770|       |            #if _Py_TAIL_CALL_INTERP
  |  |10771|       |            int opcode = RERAISE;
  |  |10772|       |            (void)(opcode);
  |  |10773|       |            #endif
  |  |10774|     20|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10775|     20|            (void)this_instr;
  |  |10776|     20|            frame->instr_ptr = next_instr;
  |  |10777|     20|            next_instr += 1;
  |  |10778|     20|            INSTRUCTION_STATS(RERAISE);
  |  |  ------------------
  |  |  |  |   71|     20|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10779|     20|            _PyStackRef *values;
  |  |10780|     20|            _PyStackRef exc_st;
  |  |10781|     20|            exc_st = stack_pointer[-1];
  |  |10782|     20|            values = &stack_pointer[-1 - oparg];
  |  |10783|     20|            PyObject *exc = PyStackRef_AsPyObjectSteal(exc_st);
  |  |10784|     20|            assert(oparg >= 0 && oparg <= 2);
  |  |  ------------------
  |  |  |  Branch (10784:13): [True: 20, False: 0]
  |  |  |  Branch (10784:13): [True: 20, False: 0]
  |  |  ------------------
  |  |10785|     20|            if (oparg) {
  |  |  ------------------
  |  |  |  Branch (10785:17): [True: 16, False: 4]
  |  |  ------------------
  |  |10786|     16|                frame->instr_ptr = _PyFrame_GetBytecode(frame) + PyStackRef_UntagInt(values[0]);
  |  |10787|     16|            }
  |  |10788|     20|            assert(exc && PyExceptionInstance_Check(exc));
  |  |  ------------------
  |  |  |  Branch (10788:13): [True: 20, False: 0]
  |  |  |  Branch (10788:13): [True: 20, False: 0]
  |  |  ------------------
  |  |10789|     20|            stack_pointer += -1;
  |  |10790|     20|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     20|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |10791|     20|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10792|     20|            _PyErr_SetRaisedException(tstate, exc);
  |  |10793|     20|            monitor_reraise(tstate, frame, this_instr);
  |  |10794|     20|            JUMP_TO_LABEL(exception_unwind);
  |  |  ------------------
  |  |  |  |  135|     20|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10795|      0|        }
  |  |10796|       |
  |  |10797|      0|        TARGET(RESERVED) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10798|       |            #if _Py_TAIL_CALL_INTERP
  |  |10799|       |            int opcode = RESERVED;
  |  |10800|       |            (void)(opcode);
  |  |10801|       |            #endif
  |  |10802|      0|            frame->instr_ptr = next_instr;
  |  |10803|      0|            next_instr += 1;
  |  |10804|      0|            INSTRUCTION_STATS(RESERVED);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10805|      0|            assert(0 && "Executing RESERVED instruction.");
  |  |  ------------------
  |  |  |  Branch (10805:13): [Folded, False: 0]
  |  |  |  Branch (10805:13): [True: 0, False: 0]
  |  |  ------------------
  |  |10806|      0|            Py_FatalError("Executing RESERVED instruction.");
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  |  |10807|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (10807:13): [True: 0, False: 0]
  |  |  ------------------
  |  |10808|      0|        }
  |  |10809|       |
  |  |10810|    712|        TARGET(RESUME) {
  |  |  ------------------
  |  |  |  |  132|    712|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10811|       |            #if _Py_TAIL_CALL_INTERP
  |  |10812|       |            int opcode = RESUME;
  |  |10813|       |            (void)(opcode);
  |  |10814|       |            #endif
  |  |10815|    712|            frame->instr_ptr = next_instr;
  |  |10816|    712|            next_instr += 2;
  |  |10817|    712|            INSTRUCTION_STATS(RESUME);
  |  |  ------------------
  |  |  |  |   71|    712|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10818|    712|            PREDICTED_RESUME:;
  |  |10819|    712|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  |10820|    712|            (void)this_instr;
  |  |10821|       |            // _LOAD_BYTECODE
  |  |10822|    712|            {
  |  |10823|       |                #ifdef Py_GIL_DISABLED
  |  |10824|       |                if (frame->tlbc_index !=
  |  |10825|       |                    ((_PyThreadStateImpl *)tstate)->tlbc_index) {
  |  |10826|       |                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10827|       |                    _Py_CODEUNIT *bytecode =
  |  |10828|       |                    _PyEval_GetExecutableCode(tstate, _PyFrame_GetCode(frame));
  |  |10829|       |                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10830|       |                    if (bytecode == NULL) {
  |  |10831|       |                        JUMP_TO_LABEL(error);
  |  |10832|       |                    }
  |  |10833|       |                    ptrdiff_t off = this_instr - _PyFrame_GetBytecode(frame);
  |  |10834|       |                    frame->tlbc_index = ((_PyThreadStateImpl *)tstate)->tlbc_index;
  |  |10835|       |                    frame->instr_ptr = bytecode + off;
  |  |10836|       |                    next_instr = frame->instr_ptr;
  |  |10837|       |                    DISPATCH();
  |  |10838|       |                }
  |  |10839|       |                #endif
  |  |10840|    712|            }
  |  |10841|       |            // _MAYBE_INSTRUMENT
  |  |10842|    712|            {
  |  |10843|       |                #ifdef Py_GIL_DISABLED
  |  |10844|       |
  |  |10845|       |                int check_instrumentation = 1;
  |  |10846|       |                #else
  |  |10847|    712|                int check_instrumentation = (tstate->tracing == 0);
  |  |10848|    712|                #endif
  |  |10849|    712|                if (check_instrumentation) {
  |  |  ------------------
  |  |  |  Branch (10849:21): [True: 712, False: 0]
  |  |  ------------------
  |  |10850|    712|                    uintptr_t global_version = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker) & ~_PY_EVAL_EVENTS_MASK;
  |  |  ------------------
  |  |  |  |  357|    712|#define _PY_EVAL_EVENTS_MASK ((1 << _PY_EVAL_EVENTS_BITS)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  |  356|    712|#define _PY_EVAL_EVENTS_BITS 8
  |  |  |  |  ------------------
  |  |  ------------------
  |  |10851|    712|                    uintptr_t code_version = FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(_PyFrame_GetCode(frame)->_co_instrumentation_version);
  |  |  ------------------
  |  |  |  |  152|    712|#define FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(value) value
  |  |  ------------------
  |  |10852|    712|                    if (code_version != global_version) {
  |  |  ------------------
  |  |  |  Branch (10852:25): [True: 0, False: 712]
  |  |  ------------------
  |  |10853|      0|                        _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10854|      0|                        int err = _Py_Instrument(_PyFrame_GetCode(frame), tstate->interp);
  |  |10855|      0|                        stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10856|      0|                        if (err) {
  |  |  ------------------
  |  |  |  Branch (10856:29): [True: 0, False: 0]
  |  |  ------------------
  |  |10857|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10858|      0|                        }
  |  |10859|      0|                        next_instr = this_instr;
  |  |10860|      0|                        DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (10860:25): [True: 0, False: 0]
  |  |  ------------------
  |  |10861|      0|                    }
  |  |10862|    712|                }
  |  |10863|    712|            }
  |  |10864|       |            // _QUICKEN_RESUME
  |  |10865|    712|            {
  |  |10866|    712|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |10867|    712|                (void)counter;
  |  |10868|    712|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10869|    712|                _Py_Specialize_Resume(this_instr, tstate, frame);
  |  |10870|    712|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10871|    712|            }
  |  |10872|       |            // _CHECK_PERIODIC_IF_NOT_YIELD_FROM
  |  |10873|    712|            {
  |  |10874|    712|                if ((oparg & RESUME_OPARG_LOCATION_MASK) < RESUME_AFTER_YIELD_FROM) {
  |  |  ------------------
  |  |  |  |   92|    712|#define RESUME_OPARG_LOCATION_MASK 0x7
  |  |  ------------------
  |  |                               if ((oparg & RESUME_OPARG_LOCATION_MASK) < RESUME_AFTER_YIELD_FROM) {
  |  |  ------------------
  |  |  |  |   88|    712|#define RESUME_AFTER_YIELD_FROM 2
  |  |  ------------------
  |  |  |  Branch (10874:21): [True: 695, False: 17]
  |  |  ------------------
  |  |10875|    695|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |10876|    695|                    int err = check_periodics(tstate);
  |  |10877|    695|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |10878|    695|                    if (err != 0) {
  |  |  ------------------
  |  |  |  Branch (10878:25): [True: 0, False: 695]
  |  |  ------------------
  |  |10879|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |10880|      0|                    }
  |  |10881|    695|                }
  |  |10882|    712|            }
  |  |10883|    712|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    712|    { \
  |  |  |  |  201|    712|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    712|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    712|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    712|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    712|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    712|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    712|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    712|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 712]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    712|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    712|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    712|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    712|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    712|    }
  |  |  ------------------
  |  |  |  Branch (10883:13): [True: 712, False: 0]
  |  |  ------------------
  |  |10884|    712|        }
  |  |10885|       |
  |  |10886|  6.54k|        TARGET(RESUME_CHECK) {
  |  |  ------------------
  |  |  |  |  132|  6.54k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10887|       |            #if _Py_TAIL_CALL_INTERP
  |  |10888|       |            int opcode = RESUME_CHECK;
  |  |10889|       |            (void)(opcode);
  |  |10890|       |            #endif
  |  |10891|  6.54k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10892|  6.54k|            (void)this_instr;
  |  |10893|  6.54k|            frame->instr_ptr = next_instr;
  |  |10894|  6.54k|            next_instr += 2;
  |  |10895|  6.54k|            INSTRUCTION_STATS(RESUME_CHECK);
  |  |  ------------------
  |  |  |  |   71|  6.54k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10896|  6.54k|            static_assert(1 == 1, "incorrect cache size");
  |  |10897|       |            /* Skip 1 cache entry */
  |  |10898|       |            #if defined(__EMSCRIPTEN__)
  |  |10899|       |            if (_Py_emscripten_signal_clock == 0) {
  |  |10900|       |                UPDATE_MISS_STATS(RESUME);
  |  |10901|       |                assert(_PyOpcode_Deopt[opcode] == (RESUME));
  |  |10902|       |                JUMP_TO_PREDICTED(RESUME);
  |  |10903|       |            }
  |  |10904|       |            _Py_emscripten_signal_clock -= Py_EMSCRIPTEN_SIGNAL_HANDLING;
  |  |10905|       |            #endif
  |  |10906|  6.54k|            uintptr_t eval_breaker = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
  |  |10907|  6.54k|            uintptr_t version = FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(_PyFrame_GetCode(frame)->_co_instrumentation_version);
  |  |  ------------------
  |  |  |  |  152|  6.54k|#define FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(value) value
  |  |  ------------------
  |  |10908|  6.54k|            assert((version & _PY_EVAL_EVENTS_MASK) == 0);
  |  |  ------------------
  |  |  |  Branch (10908:13): [True: 6.54k, False: 0]
  |  |  ------------------
  |  |10909|  6.54k|            if (eval_breaker != version) {
  |  |  ------------------
  |  |  |  Branch (10909:17): [True: 0, False: 6.54k]
  |  |  ------------------
  |  |10910|      0|                UPDATE_MISS_STATS(RESUME);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |10911|      0|                assert(_PyOpcode_Deopt[opcode] == (RESUME));
  |  |  ------------------
  |  |  |  Branch (10911:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10912|      0|                JUMP_TO_PREDICTED(RESUME);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |10913|      0|            }
  |  |10914|       |            #ifdef Py_GIL_DISABLED
  |  |10915|       |            if (frame->tlbc_index !=
  |  |10916|       |                ((_PyThreadStateImpl *)tstate)->tlbc_index) {
  |  |10917|       |                UPDATE_MISS_STATS(RESUME);
  |  |10918|       |                assert(_PyOpcode_Deopt[opcode] == (RESUME));
  |  |10919|       |                JUMP_TO_PREDICTED(RESUME);
  |  |10920|       |            }
  |  |10921|       |            #endif
  |  |10922|  6.54k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  6.54k|    { \
  |  |  |  |  201|  6.54k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  6.54k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  6.54k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  6.54k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  6.54k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  6.54k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  6.54k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  6.54k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 6.54k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  6.54k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  6.54k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  6.54k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  6.54k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  6.54k|    }
  |  |  ------------------
  |  |  |  Branch (10922:13): [True: 6.54k, False: 0]
  |  |  ------------------
  |  |10923|  6.54k|        }
  |  |10924|       |
  |  |10925|      0|        TARGET(RESUME_CHECK_JIT) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10926|       |            #if _Py_TAIL_CALL_INTERP
  |  |10927|       |            int opcode = RESUME_CHECK_JIT;
  |  |10928|       |            (void)(opcode);
  |  |10929|       |            #endif
  |  |10930|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |10931|      0|            (void)this_instr;
  |  |10932|      0|            frame->instr_ptr = next_instr;
  |  |10933|      0|            next_instr += 2;
  |  |10934|      0|            INSTRUCTION_STATS(RESUME_CHECK_JIT);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |10935|      0|            static_assert(1 == 1, "incorrect cache size");
  |  |10936|       |            /* Skip 1 cache entry */
  |  |10937|       |            // _RESUME_CHECK
  |  |10938|      0|            {
  |  |10939|       |                #if defined(__EMSCRIPTEN__)
  |  |10940|       |                if (_Py_emscripten_signal_clock == 0) {
  |  |10941|       |                    UPDATE_MISS_STATS(RESUME);
  |  |10942|       |                    assert(_PyOpcode_Deopt[opcode] == (RESUME));
  |  |10943|       |                    JUMP_TO_PREDICTED(RESUME);
  |  |10944|       |                }
  |  |10945|       |                _Py_emscripten_signal_clock -= Py_EMSCRIPTEN_SIGNAL_HANDLING;
  |  |10946|       |                #endif
  |  |10947|      0|                uintptr_t eval_breaker = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
  |  |10948|      0|                uintptr_t version = FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(_PyFrame_GetCode(frame)->_co_instrumentation_version);
  |  |  ------------------
  |  |  |  |  152|      0|#define FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(value) value
  |  |  ------------------
  |  |10949|      0|                assert((version & _PY_EVAL_EVENTS_MASK) == 0);
  |  |  ------------------
  |  |  |  Branch (10949:17): [True: 0, False: 0]
  |  |  ------------------
  |  |10950|      0|                if (eval_breaker != version) {
  |  |  ------------------
  |  |  |  Branch (10950:21): [True: 0, False: 0]
  |  |  ------------------
  |  |10951|      0|                    UPDATE_MISS_STATS(RESUME);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |10952|      0|                    assert(_PyOpcode_Deopt[opcode] == (RESUME));
  |  |  ------------------
  |  |  |  Branch (10952:21): [True: 0, False: 0]
  |  |  ------------------
  |  |10953|      0|                    JUMP_TO_PREDICTED(RESUME);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |10954|      0|                }
  |  |10955|       |                #ifdef Py_GIL_DISABLED
  |  |10956|       |                if (frame->tlbc_index !=
  |  |10957|       |                    ((_PyThreadStateImpl *)tstate)->tlbc_index) {
  |  |10958|       |                    UPDATE_MISS_STATS(RESUME);
  |  |10959|       |                    assert(_PyOpcode_Deopt[opcode] == (RESUME));
  |  |10960|       |                    JUMP_TO_PREDICTED(RESUME);
  |  |10961|       |                }
  |  |10962|       |                #endif
  |  |10963|      0|            }
  |  |10964|       |            // _JIT
  |  |10965|      0|            {
  |  |10966|       |                #ifdef _Py_TIER2
  |  |10967|       |                bool is_resume = this_instr->op.code == RESUME_CHECK_JIT;
  |  |10968|       |                _Py_BackoffCounter counter = this_instr[1].counter;
  |  |10969|       |                if ((backoff_counter_triggers(counter) &&
  |  |10970|       |                        !IS_JIT_TRACING() &&
  |  |10971|       |                        (this_instr->op.code == JUMP_BACKWARD_JIT || is_resume)) &&
  |  |10972|       |                    next_instr->op.code != ENTER_EXECUTOR) {
  |  |10973|       |                    _Py_CODEUNIT *insert_exec_at = this_instr;
  |  |10974|       |                    while (oparg > 255) {
  |  |10975|       |                        oparg >>= 8;
  |  |10976|       |                        insert_exec_at--;
  |  |10977|       |                    }
  |  |10978|       |                    int succ = _PyJit_TryInitializeTracing(tstate, frame, this_instr, insert_exec_at,
  |  |10979|       |                        is_resume ? insert_exec_at : next_instr, stack_pointer, 0, NULL, oparg, NULL);
  |  |10980|       |                    if (succ) {
  |  |10981|       |                        ENTER_TRACING();
  |  |10982|       |                    }
  |  |10983|       |                    else {
  |  |10984|       |                        this_instr[1].counter = restart_backoff_counter(counter);
  |  |10985|       |                    }
  |  |10986|       |                }
  |  |10987|       |                else {
  |  |10988|       |                    ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |10989|       |                }
  |  |10990|       |                #endif
  |  |10991|      0|            }
  |  |10992|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (10992:13): [True: 0, False: 0]
  |  |  ------------------
  |  |10993|      0|        }
  |  |10994|       |
  |  |10995|     67|        TARGET(RETURN_GENERATOR) {
  |  |  ------------------
  |  |  |  |  132|     67|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |10996|       |            #if _Py_TAIL_CALL_INTERP
  |  |10997|       |            int opcode = RETURN_GENERATOR;
  |  |10998|       |            (void)(opcode);
  |  |10999|       |            #endif
  |  |11000|     67|            frame->instr_ptr = next_instr;
  |  |11001|     67|            next_instr += 1;
  |  |11002|     67|            INSTRUCTION_STATS(RETURN_GENERATOR);
  |  |  ------------------
  |  |  |  |   71|     67|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11003|     67|            _PyStackRef res;
  |  |11004|     67|            assert(PyStackRef_FunctionCheck(frame->f_funcobj));
  |  |  ------------------
  |  |  |  Branch (11004:13): [True: 67, False: 0]
  |  |  ------------------
  |  |11005|     67|            PyFunctionObject *func = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(frame->f_funcobj);
  |  |11006|     67|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11007|     67|            PyGenObject *gen = (PyGenObject *)_Py_MakeCoro(func);
  |  |11008|     67|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11009|     67|            if (gen == NULL) {
  |  |  ------------------
  |  |  |  Branch (11009:17): [True: 0, False: 67]
  |  |  ------------------
  |  |11010|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11011|      0|            }
  |  |11012|     67|            assert(STACK_LEVEL() <= 2);
  |  |  ------------------
  |  |  |  Branch (11012:13): [True: 67, False: 0]
  |  |  ------------------
  |  |11013|     67|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11014|     67|            _PyInterpreterFrame *gen_frame = &gen->gi_iframe;
  |  |11015|     67|            frame->instr_ptr++;
  |  |11016|     67|            _PyFrame_Copy(frame, gen_frame);
  |  |11017|     67|            assert(frame->frame_obj == NULL);
  |  |  ------------------
  |  |  |  Branch (11017:13): [True: 67, False: 0]
  |  |  ------------------
  |  |11018|     67|            gen->gi_frame_state = FRAME_CREATED;
  |  |11019|     67|            gen_frame->owner = FRAME_OWNED_BY_GENERATOR;
  |  |11020|     67|            _Py_LeaveRecursiveCallPy(tstate);
  |  |11021|     67|            _PyInterpreterFrame *prev = frame->previous;
  |  |11022|     67|            _PyThreadState_PopFrame(tstate, frame);
  |  |11023|     67|            frame = tstate->current_frame = prev;
  |  |11024|     67|            LOAD_IP(frame->return_offset);
  |  |  ------------------
  |  |  |  |  419|     67|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|     67|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|     67|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 67]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11025|     67|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11026|     67|            res = PyStackRef_FromPyObjectStealMortal((PyObject *)gen);
  |  |11027|     67|            LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|     67|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  |11028|     67|            stack_pointer[0] = res;
  |  |11029|     67|            stack_pointer += 1;
  |  |11030|     67|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     67|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11031|     67|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     67|    { \
  |  |  |  |  201|     67|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     67|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     67|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     67|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     67|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     67|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     67|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     67|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 67]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     67|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     67|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     67|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     67|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     67|    }
  |  |  ------------------
  |  |  |  Branch (11031:13): [True: 67, False: 0]
  |  |  ------------------
  |  |11032|     67|        }
  |  |11033|       |
  |  |11034|  7.38k|        TARGET(RETURN_VALUE) {
  |  |  ------------------
  |  |  |  |  132|  7.38k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11035|       |            #if _Py_TAIL_CALL_INTERP
  |  |11036|       |            int opcode = RETURN_VALUE;
  |  |11037|       |            (void)(opcode);
  |  |11038|       |            #endif
  |  |11039|  7.38k|            frame->instr_ptr = next_instr;
  |  |11040|  7.38k|            next_instr += 1;
  |  |11041|  7.38k|            INSTRUCTION_STATS(RETURN_VALUE);
  |  |  ------------------
  |  |  |  |   71|  7.38k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11042|  7.38k|            _PyStackRef value;
  |  |11043|  7.38k|            _PyStackRef retval;
  |  |11044|  7.38k|            _PyStackRef res;
  |  |11045|       |            // _MAKE_HEAP_SAFE
  |  |11046|  7.38k|            {
  |  |11047|  7.38k|                value = stack_pointer[-1];
  |  |11048|  7.38k|                value = PyStackRef_MakeHeapSafe(value);
  |  |11049|  7.38k|            }
  |  |11050|       |            // _RETURN_VALUE
  |  |11051|  7.38k|            {
  |  |11052|  7.38k|                retval = value;
  |  |11053|  7.38k|                assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (11053:17): [True: 7.38k, False: 0]
  |  |  ------------------
  |  |11054|  7.38k|                _PyStackRef temp = retval;
  |  |11055|  7.38k|                stack_pointer += -1;
  |  |11056|  7.38k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  7.38k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11057|  7.38k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11058|  7.38k|                assert(STACK_LEVEL() == 0);
  |  |  ------------------
  |  |  |  Branch (11058:17): [True: 7.38k, False: 0]
  |  |  ------------------
  |  |11059|  7.38k|                DTRACE_FUNCTION_RETURN();
  |  |  ------------------
  |  |  |  |  346|  7.38k|#define DTRACE_FUNCTION_RETURN() ((void)0)
  |  |  ------------------
  |  |11060|  7.38k|                _Py_LeaveRecursiveCallPy(tstate);
  |  |11061|  7.38k|                _PyInterpreterFrame *dying = frame;
  |  |11062|  7.38k|                frame = tstate->current_frame = dying->previous;
  |  |11063|  7.38k|                _PyEval_FrameClearAndPop(tstate, dying);
  |  |11064|  7.38k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11065|  7.38k|                LOAD_IP(frame->return_offset);
  |  |  ------------------
  |  |  |  |  419|  7.38k|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|  7.38k|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|  7.38k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 7.38k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11066|  7.38k|                res = temp;
  |  |11067|  7.38k|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|  7.38k|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  |11068|  7.38k|            }
  |  |11069|      0|            stack_pointer[0] = res;
  |  |11070|  7.38k|            stack_pointer += 1;
  |  |11071|  7.38k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  7.38k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11072|  7.38k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  7.38k|    { \
  |  |  |  |  201|  7.38k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  7.38k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  7.38k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  7.38k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  7.38k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  7.38k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  7.38k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  7.38k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 7.38k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  7.38k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  7.38k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  7.38k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  7.38k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  7.38k|    }
  |  |  ------------------
  |  |  |  Branch (11072:13): [True: 7.38k, False: 0]
  |  |  ------------------
  |  |11073|  7.38k|        }
  |  |11074|       |
  |  |11075|      0|        TARGET(SEND) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11076|       |            #if _Py_TAIL_CALL_INTERP
  |  |11077|       |            int opcode = SEND;
  |  |11078|       |            (void)(opcode);
  |  |11079|       |            #endif
  |  |11080|      0|            frame->instr_ptr = next_instr;
  |  |11081|      0|            next_instr += 2;
  |  |11082|      0|            INSTRUCTION_STATS(SEND);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11083|      0|            PREDICTED_SEND:;
  |  |11084|      0|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  |11085|      0|            (void)this_instr;
  |  |11086|      0|            _PyStackRef receiver;
  |  |11087|      0|            _PyStackRef null_or_index;
  |  |11088|      0|            _PyStackRef v;
  |  |11089|      0|            _PyStackRef retval;
  |  |11090|       |            // _SPECIALIZE_SEND
  |  |11091|      0|            {
  |  |11092|      0|                receiver = stack_pointer[-3];
  |  |11093|      0|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |11094|      0|                (void)counter;
  |  |11095|      0|                #if ENABLE_SPECIALIZATION
  |  |11096|      0|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|      0|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11097|      0|                    next_instr = this_instr;
  |  |11098|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11099|      0|                    _Py_Specialize_Send(receiver, next_instr);
  |  |11100|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11101|      0|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|      0|    { \
  |  |  |  |  217|      0|        opcode = next_instr->op.code; \
  |  |  |  |  218|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|      0|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|      0|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|      0|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|      0|    }
  |  |  ------------------
  |  |11102|      0|                }
  |  |11103|      0|                OPCODE_DEFERRED_INC(SEND);
  |  |  ------------------
  |  |  |  |   90|      0|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |11104|      0|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|      0|    do { \
  |  |  |  |  358|      0|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|      0|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11105|      0|                #endif  /* ENABLE_SPECIALIZATION */
  |  |11106|      0|            }
  |  |11107|       |            // _SEND
  |  |11108|      0|            {
  |  |11109|      0|                v = stack_pointer[-1];
  |  |11110|      0|                null_or_index = stack_pointer[-2];
  |  |11111|      0|                PyObject *receiver_o = PyStackRef_AsPyObjectBorrow(receiver);
  |  |11112|      0|                assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (11112:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11113|      0|                if (!IS_PEP523_HOOKED(tstate) &&
  |  |  ------------------
  |  |  |  |  517|      0|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  ------------------
  |  |  |  Branch (11113:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11114|      0|                    (Py_TYPE(receiver_o) == &PyGen_Type || Py_TYPE(receiver_o) == &PyCoro_Type) &&
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                                   (Py_TYPE(receiver_o) == &PyGen_Type || Py_TYPE(receiver_o) == &PyCoro_Type) &&
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11114:22): [True: 0, False: 0]
  |  |  |  Branch (11114:60): [True: 0, False: 0]
  |  |  ------------------
  |  |11115|      0|                    gen_try_set_executing((PyGenObject *)receiver_o))
  |  |  ------------------
  |  |  |  Branch (11115:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11116|      0|                {
  |  |11117|      0|                    PyGenObject *gen = (PyGenObject *)receiver_o;
  |  |11118|      0|                    _PyInterpreterFrame *gen_frame = &gen->gi_iframe;
  |  |11119|      0|                    _PyFrame_StackPush(gen_frame, PyStackRef_MakeHeapSafe(v));
  |  |11120|      0|                    stack_pointer += -1;
  |  |11121|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11122|      0|                    gen->gi_exc_state.previous_item = tstate->exc_info;
  |  |11123|      0|                    tstate->exc_info = &gen->gi_exc_state;
  |  |11124|      0|                    assert( 2u + oparg <= UINT16_MAX);
  |  |  ------------------
  |  |  |  Branch (11124:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11125|      0|                    frame->return_offset = (uint16_t)( 2u + oparg);
  |  |11126|      0|                    assert(gen_frame->previous == NULL);
  |  |  ------------------
  |  |  |  Branch (11126:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11127|      0|                    gen_frame->previous = frame;
  |  |11128|      0|                    DISPATCH_INLINED(gen_frame);
  |  |  ------------------
  |  |  |  |  223|      0|    do {                                                         \
  |  |  |  |  224|      0|        assert(!IS_PEP523_HOOKED(tstate));                       \
  |  |  |  |  225|      0|        _PyFrame_SetStackPointer(frame, stack_pointer);          \
  |  |  |  |  226|      0|        assert((NEW_FRAME)->previous == frame);                  \
  |  |  |  |  227|      0|        frame = tstate->current_frame = (NEW_FRAME);             \
  |  |  |  |  228|      0|        CALL_STAT_INC(inlined_py_calls);                         \
  |  |  |  |  ------------------
  |  |  |  |  |  |   76|      0|#define CALL_STAT_INC(name) ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  229|      0|        JUMP_TO_LABEL(start_frame);                              \
  |  |  |  |  ------------------
  |  |  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  |  |  ------------------
  |  |  |  |  230|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (230:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11128:21): [True: 0, False: 0]
  |  |  |  Branch (11128:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11129|      0|                }
  |  |11130|      0|                if (!PyStackRef_IsNull(null_or_index) && PyStackRef_IsNone(v)) {
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               if (!PyStackRef_IsNull(null_or_index) && PyStackRef_IsNone(v)) {
  |  |  ------------------
  |  |  |  |  483|      0|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (483:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11130:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11131|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11132|      0|                    _PyStackRef item = _PyForIter_VirtualIteratorNext(tstate, frame, receiver, &null_or_index);
  |  |11133|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11134|      0|                    if (!PyStackRef_IsValid(item)) {
  |  |  ------------------
  |  |  |  Branch (11134:25): [True: 0, False: 0]
  |  |  ------------------
  |  |11135|      0|                        if (PyStackRef_IsError(item)) {
  |  |  ------------------
  |  |  |  Branch (11135:29): [True: 0, False: 0]
  |  |  ------------------
  |  |11136|      0|                            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11137|      0|                        }
  |  |11138|      0|                        JUMPBY(oparg);
  |  |  ------------------
  |  |  |  |  260|      0|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  |11139|      0|                        stack_pointer[-2] = null_or_index;
  |  |11140|      0|                        DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (11140:25): [True: 0, False: 0]
  |  |  ------------------
  |  |11141|      0|                    }
  |  |11142|      0|                    retval = item;
  |  |11143|      0|                }
  |  |11144|      0|                else {
  |  |11145|      0|                    PyObject *v_o = PyStackRef_AsPyObjectBorrow(v);
  |  |11146|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11147|      0|                    PySendResultPair res = _PyIter_Send(receiver_o, v_o);
  |  |11148|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11149|      0|                    if (res.kind == PYGEN_ERROR) {
  |  |  ------------------
  |  |  |  Branch (11149:25): [True: 0, False: 0]
  |  |  ------------------
  |  |11150|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11151|      0|                    }
  |  |11152|      0|                    stack_pointer += -1;
  |  |11153|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11154|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11155|      0|                    PyStackRef_CLOSE(v);
  |  |11156|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11157|      0|                    retval = PyStackRef_FromPyObjectSteal(res.object);
  |  |11158|      0|                    if (res.kind == PYGEN_RETURN) {
  |  |  ------------------
  |  |  |  Branch (11158:25): [True: 0, False: 0]
  |  |  ------------------
  |  |11159|      0|                        JUMPBY(oparg);
  |  |  ------------------
  |  |  |  |  260|      0|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  |11160|      0|                    }
  |  |11161|      0|                    stack_pointer += 1;
  |  |11162|      0|                }
  |  |11163|      0|            }
  |  |11164|      0|            stack_pointer[-2] = null_or_index;
  |  |11165|      0|            stack_pointer[-1] = retval;
  |  |11166|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (11166:13): [True: 0, False: 0]
  |  |  ------------------
  |  |11167|      0|        }
  |  |11168|       |
  |  |11169|      0|        TARGET(SEND_ASYNC_GEN) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11170|       |            #if _Py_TAIL_CALL_INTERP
  |  |11171|       |            int opcode = SEND_ASYNC_GEN;
  |  |11172|       |            (void)(opcode);
  |  |11173|       |            #endif
  |  |11174|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |11175|      0|            (void)this_instr;
  |  |11176|      0|            frame->instr_ptr = next_instr;
  |  |11177|      0|            next_instr += 2;
  |  |11178|      0|            INSTRUCTION_STATS(SEND_ASYNC_GEN);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11179|      0|            static_assert(INLINE_CACHE_ENTRIES_SEND == 1, "incorrect cache size");
  |  |11180|      0|            _PyStackRef iter;
  |  |11181|      0|            _PyStackRef null_in;
  |  |11182|      0|            _PyStackRef v;
  |  |11183|      0|            _PyStackRef asend;
  |  |11184|      0|            _PyStackRef null_out;
  |  |11185|      0|            _PyStackRef retval;
  |  |11186|       |            /* Skip 1 cache entry */
  |  |11187|       |            // _GUARD_3OS_ASYNC_GEN_ASEND
  |  |11188|      0|            {
  |  |11189|      0|                iter = stack_pointer[-3];
  |  |11190|      0|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  |11191|      0|                if (!PyAsyncGenASend_CheckExact(iter_o)) {
  |  |  ------------------
  |  |  |  |   48|      0|#define PyAsyncGenASend_CheckExact(op) Py_IS_TYPE((op), &_PyAsyncGenASend_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11191:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11192|      0|                    UPDATE_MISS_STATS(SEND);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11193|      0|                    assert(_PyOpcode_Deopt[opcode] == (SEND));
  |  |  ------------------
  |  |  |  Branch (11193:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11194|      0|                    JUMP_TO_PREDICTED(SEND);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11195|      0|                }
  |  |11196|      0|            }
  |  |11197|       |            // _SEND_ASYNC_GEN
  |  |11198|      0|            {
  |  |11199|      0|                v = stack_pointer[-1];
  |  |11200|      0|                null_in = stack_pointer[-2];
  |  |11201|      0|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  |11202|      0|                assert(PyAsyncGenASend_CheckExact(iter_o));
  |  |  ------------------
  |  |  |  Branch (11202:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11203|      0|                PyObject *val = PyStackRef_AsPyObjectBorrow(v);
  |  |11204|      0|                PyObject *retval_o;
  |  |11205|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11206|      0|                PySendResult what = _PyAsyncGenASend_Send(iter_o, val, &retval_o);
  |  |11207|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11208|      0|                if (what == PYGEN_ERROR) {
  |  |  ------------------
  |  |  |  Branch (11208:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11209|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11210|      0|                }
  |  |11211|      0|                stack_pointer += -1;
  |  |11212|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11213|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11214|      0|                PyStackRef_CLOSE(v);
  |  |11215|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11216|      0|                asend = iter;
  |  |11217|      0|                null_out = null_in;
  |  |11218|      0|                retval = PyStackRef_FromPyObjectSteal(retval_o);
  |  |11219|      0|                if (what == PYGEN_RETURN) {
  |  |  ------------------
  |  |  |  Branch (11219:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11220|      0|                    JUMPBY(oparg);
  |  |  ------------------
  |  |  |  |  260|      0|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  |11221|      0|                }
  |  |11222|      0|            }
  |  |11223|      0|            stack_pointer[-2] = asend;
  |  |11224|      0|            stack_pointer[-1] = null_out;
  |  |11225|      0|            stack_pointer[0] = retval;
  |  |11226|      0|            stack_pointer += 1;
  |  |11227|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11228|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (11228:13): [True: 0, False: 0]
  |  |  ------------------
  |  |11229|      0|        }
  |  |11230|       |
  |  |11231|      0|        TARGET(SEND_GEN) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11232|       |            #if _Py_TAIL_CALL_INTERP
  |  |11233|       |            int opcode = SEND_GEN;
  |  |11234|       |            (void)(opcode);
  |  |11235|       |            #endif
  |  |11236|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |11237|      0|            (void)this_instr;
  |  |11238|      0|            frame->instr_ptr = next_instr;
  |  |11239|      0|            next_instr += 2;
  |  |11240|      0|            INSTRUCTION_STATS(SEND_GEN);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11241|      0|            static_assert(INLINE_CACHE_ENTRIES_SEND == 1, "incorrect cache size");
  |  |11242|      0|            _PyStackRef receiver;
  |  |11243|      0|            _PyStackRef v;
  |  |11244|      0|            _PyStackRef gen_frame;
  |  |11245|      0|            _PyStackRef new_frame;
  |  |11246|       |            /* Skip 1 cache entry */
  |  |11247|       |            // _CHECK_PEP_523
  |  |11248|      0|            {
  |  |11249|      0|                if (IS_PEP523_HOOKED(tstate)) {
  |  |  ------------------
  |  |  |  |  517|      0|#define IS_PEP523_HOOKED(tstate) (tstate->interp->eval_frame != NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (517:34): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11250|      0|                    UPDATE_MISS_STATS(SEND);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11251|      0|                    assert(_PyOpcode_Deopt[opcode] == (SEND));
  |  |  ------------------
  |  |  |  Branch (11251:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11252|      0|                    JUMP_TO_PREDICTED(SEND);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11253|      0|                }
  |  |11254|      0|            }
  |  |11255|       |            // _SEND_GEN_FRAME
  |  |11256|      0|            {
  |  |11257|      0|                v = stack_pointer[-1];
  |  |11258|      0|                receiver = stack_pointer[-3];
  |  |11259|      0|                PyGenObject *gen = (PyGenObject *)PyStackRef_AsPyObjectBorrow(receiver);
  |  |11260|      0|                if (Py_TYPE(gen) != &PyGen_Type && Py_TYPE(gen) != &PyCoro_Type) {
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               if (Py_TYPE(gen) != &PyGen_Type && Py_TYPE(gen) != &PyCoro_Type) {
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11260:21): [True: 0, False: 0]
  |  |  |  Branch (11260:52): [True: 0, False: 0]
  |  |  ------------------
  |  |11261|      0|                    UPDATE_MISS_STATS(SEND);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11262|      0|                    assert(_PyOpcode_Deopt[opcode] == (SEND));
  |  |  ------------------
  |  |  |  Branch (11262:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11263|      0|                    JUMP_TO_PREDICTED(SEND);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11264|      0|                }
  |  |11265|      0|                if (!gen_try_set_executing((PyGenObject *)gen)) {
  |  |  ------------------
  |  |  |  Branch (11265:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11266|      0|                    UPDATE_MISS_STATS(SEND);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11267|      0|                    assert(_PyOpcode_Deopt[opcode] == (SEND));
  |  |  ------------------
  |  |  |  Branch (11267:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11268|      0|                    JUMP_TO_PREDICTED(SEND);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11269|      0|                }
  |  |11270|      0|                STAT_INC(SEND, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |11271|      0|                _PyInterpreterFrame *pushed_frame = &gen->gi_iframe;
  |  |11272|      0|                _PyFrame_StackPush(pushed_frame, PyStackRef_MakeHeapSafe(v));
  |  |11273|      0|                gen->gi_exc_state.previous_item = tstate->exc_info;
  |  |11274|      0|                tstate->exc_info = &gen->gi_exc_state;
  |  |11275|      0|                assert( 2u + oparg <= UINT16_MAX);
  |  |  ------------------
  |  |  |  Branch (11275:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11276|      0|                frame->return_offset = (uint16_t)( 2u + oparg);
  |  |11277|      0|                pushed_frame->previous = frame;
  |  |11278|      0|                gen_frame = PyStackRef_Wrap(pushed_frame);
  |  |11279|      0|            }
  |  |11280|       |            // _PUSH_FRAME
  |  |11281|      0|            {
  |  |11282|      0|                new_frame = gen_frame;
  |  |11283|      0|                assert(!IS_PEP523_HOOKED(tstate));
  |  |  ------------------
  |  |  |  Branch (11283:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11284|      0|                _PyInterpreterFrame *temp = PyStackRef_Unwrap(new_frame);
  |  |11285|      0|                stack_pointer += -1;
  |  |11286|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11287|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11288|      0|                assert(temp->previous == frame || temp->previous->previous == frame);
  |  |  ------------------
  |  |  |  Branch (11288:17): [True: 0, False: 0]
  |  |  |  Branch (11288:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11289|      0|                CALL_STAT_INC(inlined_py_calls);
  |  |  ------------------
  |  |  |  |   76|      0|#define CALL_STAT_INC(name) ((void)0)
  |  |  ------------------
  |  |11290|      0|                frame = tstate->current_frame = temp;
  |  |11291|      0|                tstate->py_recursion_remaining--;
  |  |11292|      0|                LOAD_SP();
  |  |  ------------------
  |  |  |  |  425|      0|#define LOAD_SP() \
  |  |  |  |  426|      0|stack_pointer = _PyFrame_GetStackPointer(frame)
  |  |  ------------------
  |  |11293|      0|                LOAD_IP(0);
  |  |  ------------------
  |  |  |  |  419|      0|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|      0|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11294|      0|                DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|      0|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  |11295|      0|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|      0|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  |11296|      0|            }
  |  |11297|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (11297:13): [True: 0, False: 0]
  |  |  ------------------
  |  |11298|      0|        }
  |  |11299|       |
  |  |11300|      0|        TARGET(SEND_VIRTUAL) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11301|       |            #if _Py_TAIL_CALL_INTERP
  |  |11302|       |            int opcode = SEND_VIRTUAL;
  |  |11303|       |            (void)(opcode);
  |  |11304|       |            #endif
  |  |11305|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |11306|      0|            (void)this_instr;
  |  |11307|      0|            frame->instr_ptr = next_instr;
  |  |11308|      0|            next_instr += 2;
  |  |11309|      0|            INSTRUCTION_STATS(SEND_VIRTUAL);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11310|      0|            static_assert(INLINE_CACHE_ENTRIES_SEND == 1, "incorrect cache size");
  |  |11311|      0|            _PyStackRef val;
  |  |11312|      0|            _PyStackRef nos;
  |  |11313|      0|            _PyStackRef iter;
  |  |11314|      0|            _PyStackRef null_or_index;
  |  |11315|      0|            _PyStackRef none;
  |  |11316|      0|            _PyStackRef next;
  |  |11317|       |            /* Skip 1 cache entry */
  |  |11318|       |            // _GUARD_TOS_IS_NONE
  |  |11319|      0|            {
  |  |11320|      0|                val = stack_pointer[-1];
  |  |11321|      0|                if (!PyStackRef_IsNone(val)) {
  |  |  ------------------
  |  |  |  |  483|      0|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11321:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11322|      0|                    UPDATE_MISS_STATS(SEND);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11323|      0|                    assert(_PyOpcode_Deopt[opcode] == (SEND));
  |  |  ------------------
  |  |  |  Branch (11323:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11324|      0|                    JUMP_TO_PREDICTED(SEND);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11325|      0|                }
  |  |11326|      0|            }
  |  |11327|       |            // _GUARD_NOS_NOT_NULL
  |  |11328|      0|            {
  |  |11329|      0|                nos = stack_pointer[-2];
  |  |11330|      0|                if (PyStackRef_IsNull(nos)) {
  |  |  ------------------
  |  |  |  |  470|      0|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      0|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (470:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11331|      0|                    UPDATE_MISS_STATS(SEND);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11332|      0|                    assert(_PyOpcode_Deopt[opcode] == (SEND));
  |  |  ------------------
  |  |  |  Branch (11332:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11333|      0|                    JUMP_TO_PREDICTED(SEND);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11334|      0|                }
  |  |11335|      0|            }
  |  |11336|       |            // _SEND_VIRTUAL
  |  |11337|      0|            {
  |  |11338|      0|                none = val;
  |  |11339|      0|                null_or_index = nos;
  |  |11340|      0|                iter = stack_pointer[-3];
  |  |11341|      0|                PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
  |  |11342|      0|                Py_ssize_t index = PyStackRef_UntagInt(null_or_index);
  |  |11343|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11344|      0|                _PyObjectIndexPair next_index = Py_TYPE(iter_o)->_tp_iteritem(iter_o, index);
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11345|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11346|      0|                PyObject *next_o = next_index.object;
  |  |11347|      0|                index = next_index.index;
  |  |11348|      0|                if (next_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (11348:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11349|      0|                    if (index < 0) {
  |  |  ------------------
  |  |  |  Branch (11349:25): [True: 0, False: 0]
  |  |  ------------------
  |  |11350|      0|                        JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11351|      0|                    }
  |  |11352|      0|                    next = none;
  |  |11353|      0|                    JUMPBY(oparg);
  |  |  ------------------
  |  |  |  |  260|      0|#define JUMPBY(x)       (next_instr += (x))
  |  |  ------------------
  |  |11354|      0|                    DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (11354:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11355|      0|                }
  |  |11356|      0|                next = PyStackRef_FromPyObjectSteal(next_o);
  |  |11357|      0|                null_or_index = PyStackRef_TagInt(index);
  |  |11358|      0|            }
  |  |11359|      0|            stack_pointer[-2] = null_or_index;
  |  |11360|      0|            stack_pointer[-1] = next;
  |  |11361|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (11361:13): [True: 0, False: 0]
  |  |  ------------------
  |  |11362|      0|        }
  |  |11363|       |
  |  |11364|      0|        TARGET(SETUP_ANNOTATIONS) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11365|       |            #if _Py_TAIL_CALL_INTERP
  |  |11366|       |            int opcode = SETUP_ANNOTATIONS;
  |  |11367|       |            (void)(opcode);
  |  |11368|       |            #endif
  |  |11369|      0|            frame->instr_ptr = next_instr;
  |  |11370|      0|            next_instr += 1;
  |  |11371|      0|            INSTRUCTION_STATS(SETUP_ANNOTATIONS);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11372|      0|            if (LOCALS() == NULL) {
  |  |  ------------------
  |  |  |  |  327|      0|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  |  |  Branch (11372:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11373|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11374|      0|                _PyErr_Format(tstate, PyExc_SystemError,
  |  |11375|      0|                              "no locals found when setting up annotations");
  |  |11376|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11377|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11378|      0|            }
  |  |11379|      0|            int err;
  |  |11380|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11381|      0|            PyObject* ann_dict = _PyMapping_GetOptionalItem2(LOCALS(), &_Py_ID(__annotations__), &err);
  |  |  ------------------
  |  |  |  |  327|      0|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  |                           PyObject* ann_dict = _PyMapping_GetOptionalItem2(LOCALS(), &_Py_ID(__annotations__), &err);
  |  |  ------------------
  |  |  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11382|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11383|      0|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (11383:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11384|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11385|      0|            }
  |  |11386|      0|            if (ann_dict == NULL) {
  |  |  ------------------
  |  |  |  Branch (11386:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11387|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11388|      0|                ann_dict = PyDict_New();
  |  |11389|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11390|      0|                if (ann_dict == NULL) {
  |  |  ------------------
  |  |  |  Branch (11390:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11391|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11392|      0|                }
  |  |11393|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11394|      0|                err = PyObject_SetItem(LOCALS(), &_Py_ID(__annotations__),
  |  |  ------------------
  |  |  |  |  327|      0|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  |                               err = PyObject_SetItem(LOCALS(), &_Py_ID(__annotations__),
  |  |  ------------------
  |  |  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11395|      0|                                       ann_dict);
  |  |11396|      0|                Py_DECREF(ann_dict);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11397|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11398|      0|                if (err) {
  |  |  ------------------
  |  |  |  Branch (11398:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11399|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11400|      0|                }
  |  |11401|      0|            }
  |  |11402|      0|            else {
  |  |11403|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11404|      0|                Py_DECREF(ann_dict);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11405|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11406|      0|            }
  |  |11407|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (11407:13): [True: 0, False: 0]
  |  |  ------------------
  |  |11408|      0|        }
  |  |11409|       |
  |  |11410|      2|        TARGET(SET_ADD) {
  |  |  ------------------
  |  |  |  |  132|      2|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11411|       |            #if _Py_TAIL_CALL_INTERP
  |  |11412|       |            int opcode = SET_ADD;
  |  |11413|       |            (void)(opcode);
  |  |11414|       |            #endif
  |  |11415|      2|            frame->instr_ptr = next_instr;
  |  |11416|      2|            next_instr += 1;
  |  |11417|      2|            INSTRUCTION_STATS(SET_ADD);
  |  |  ------------------
  |  |  |  |   71|      2|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11418|      2|            _PyStackRef set;
  |  |11419|      2|            _PyStackRef v;
  |  |11420|      2|            v = stack_pointer[-1];
  |  |11421|      2|            set = stack_pointer[-2 - (oparg-1)];
  |  |11422|      2|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11423|      2|            int err = _PySet_AddTakeRef((PySetObject *)PyStackRef_AsPyObjectBorrow(set),
  |  |11424|      2|                                        PyStackRef_AsPyObjectSteal(v));
  |  |11425|      2|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11426|      2|            if (err) {
  |  |  ------------------
  |  |  |  Branch (11426:17): [True: 0, False: 2]
  |  |  ------------------
  |  |11427|      0|                JUMP_TO_LABEL(pop_1_error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11428|      0|            }
  |  |11429|      2|            stack_pointer += -1;
  |  |11430|      2|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      2|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11431|      2|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      2|    { \
  |  |  |  |  201|      2|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      2|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      2|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      2|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      2|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      2|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      2|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      2|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      2|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      2|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      2|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      2|    }
  |  |  ------------------
  |  |  |  Branch (11431:13): [True: 2, False: 0]
  |  |  ------------------
  |  |11432|      2|        }
  |  |11433|       |
  |  |11434|    508|        TARGET(SET_FUNCTION_ATTRIBUTE) {
  |  |  ------------------
  |  |  |  |  132|    508|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11435|       |            #if _Py_TAIL_CALL_INTERP
  |  |11436|       |            int opcode = SET_FUNCTION_ATTRIBUTE;
  |  |11437|       |            (void)(opcode);
  |  |11438|       |            #endif
  |  |11439|    508|            frame->instr_ptr = next_instr;
  |  |11440|    508|            next_instr += 1;
  |  |11441|    508|            INSTRUCTION_STATS(SET_FUNCTION_ATTRIBUTE);
  |  |  ------------------
  |  |  |  |   71|    508|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11442|    508|            _PyStackRef attr_st;
  |  |11443|    508|            _PyStackRef func_in;
  |  |11444|    508|            _PyStackRef func_out;
  |  |11445|    508|            func_in = stack_pointer[-1];
  |  |11446|    508|            attr_st = stack_pointer[-2];
  |  |11447|    508|            PyObject *func = PyStackRef_AsPyObjectBorrow(func_in);
  |  |11448|    508|            PyObject *attr = PyStackRef_AsPyObjectSteal(attr_st);
  |  |11449|    508|            func_out = func_in;
  |  |11450|    508|            assert(PyFunction_Check(func));
  |  |  ------------------
  |  |  |  Branch (11450:13): [True: 508, False: 0]
  |  |  ------------------
  |  |11451|    508|            size_t offset = _Py_FunctionAttributeOffsets[oparg];
  |  |11452|    508|            assert(offset != 0);
  |  |  ------------------
  |  |  |  Branch (11452:13): [True: 508, False: 0]
  |  |  ------------------
  |  |11453|    508|            PyObject **ptr = (PyObject **)(((char *)func) + offset);
  |  |11454|    508|            assert(*ptr == NULL);
  |  |  ------------------
  |  |  |  Branch (11454:13): [True: 508, False: 0]
  |  |  ------------------
  |  |11455|    508|            *ptr = attr;
  |  |11456|    508|            stack_pointer[-2] = func_out;
  |  |11457|    508|            stack_pointer += -1;
  |  |11458|    508|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    508|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11459|    508|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    508|    { \
  |  |  |  |  201|    508|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    508|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    508|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    508|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    508|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    508|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    508|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    508|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 508]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    508|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    508|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    508|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    508|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    508|    }
  |  |  ------------------
  |  |  |  Branch (11459:13): [True: 508, False: 0]
  |  |  ------------------
  |  |11460|    508|        }
  |  |11461|       |
  |  |11462|      0|        TARGET(SET_UPDATE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11463|       |            #if _Py_TAIL_CALL_INTERP
  |  |11464|       |            int opcode = SET_UPDATE;
  |  |11465|       |            (void)(opcode);
  |  |11466|       |            #endif
  |  |11467|      0|            frame->instr_ptr = next_instr;
  |  |11468|      0|            next_instr += 1;
  |  |11469|      0|            INSTRUCTION_STATS(SET_UPDATE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11470|      0|            _PyStackRef set;
  |  |11471|      0|            _PyStackRef iterable;
  |  |11472|      0|            _PyStackRef i;
  |  |11473|      0|            _PyStackRef value;
  |  |11474|       |            // _SET_UPDATE
  |  |11475|      0|            {
  |  |11476|      0|                iterable = stack_pointer[-1];
  |  |11477|      0|                set = stack_pointer[-2 - (oparg-1)];
  |  |11478|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11479|      0|                int err = _PySet_Update(PyStackRef_AsPyObjectBorrow(set),
  |  |11480|      0|                                    PyStackRef_AsPyObjectBorrow(iterable));
  |  |11481|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11482|      0|                if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (11482:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11483|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11484|      0|                }
  |  |11485|      0|                i = iterable;
  |  |11486|      0|            }
  |  |11487|       |            // _POP_TOP
  |  |11488|      0|            {
  |  |11489|      0|                value = i;
  |  |11490|      0|                stack_pointer += -1;
  |  |11491|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11492|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11493|      0|                PyStackRef_XCLOSE(value);
  |  |11494|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11495|      0|            }
  |  |11496|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (11496:13): [True: 0, False: 0]
  |  |  ------------------
  |  |11497|      0|        }
  |  |11498|       |
  |  |11499|    944|        TARGET(STORE_ATTR) {
  |  |  ------------------
  |  |  |  |  132|    944|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11500|       |            #if _Py_TAIL_CALL_INTERP
  |  |11501|       |            int opcode = STORE_ATTR;
  |  |11502|       |            (void)(opcode);
  |  |11503|       |            #endif
  |  |11504|    944|            frame->instr_ptr = next_instr;
  |  |11505|    944|            next_instr += 5;
  |  |11506|    944|            INSTRUCTION_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |   71|    944|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11507|    956|            PREDICTED_STORE_ATTR:;
  |  |11508|    956|            _Py_CODEUNIT* const this_instr = next_instr - 5;
  |  |11509|    956|            (void)this_instr;
  |  |11510|    956|            _PyStackRef owner;
  |  |11511|    956|            _PyStackRef v;
  |  |11512|       |            // _SPECIALIZE_STORE_ATTR
  |  |11513|    956|            {
  |  |11514|    956|                owner = stack_pointer[-1];
  |  |11515|    956|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |11516|    956|                (void)counter;
  |  |11517|    956|                #if ENABLE_SPECIALIZATION
  |  |11518|    956|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    956|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 207, False: 749]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11519|    207|                    PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|    207|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    207|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    207|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    207|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11519:38): [True: 207, False: 0]
  |  |  ------------------
  |  |11520|      0|                    next_instr = this_instr;
  |  |11521|    207|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11522|    207|                    _Py_Specialize_StoreAttr(owner, next_instr, name);
  |  |11523|    207|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11524|    207|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    207|    { \
  |  |  |  |  217|    207|        opcode = next_instr->op.code; \
  |  |  |  |  218|    207|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    207|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    207|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    207|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    207|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    207|    }
  |  |  ------------------
  |  |11525|    207|                }
  |  |11526|    956|                OPCODE_DEFERRED_INC(STORE_ATTR);
  |  |  ------------------
  |  |  |  |   90|    956|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |11527|    956|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    956|    do { \
  |  |  |  |  358|    956|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    956|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 956]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11528|    956|                #endif  /* ENABLE_SPECIALIZATION */
  |  |11529|    956|            }
  |  |11530|       |            /* Skip 3 cache entries */
  |  |11531|       |            // _STORE_ATTR
  |  |11532|      0|            {
  |  |11533|    956|                v = stack_pointer[-2];
  |  |11534|    956|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|    956|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    956|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|    956|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    749|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11534:34): [True: 749, False: 207]
  |  |  ------------------
  |  |11535|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11536|    749|                int err = PyObject_SetAttr(PyStackRef_AsPyObjectBorrow(owner),
  |  |11537|    749|                                       name, PyStackRef_AsPyObjectBorrow(v));
  |  |11538|    749|                _PyStackRef tmp = owner;
  |  |11539|    749|                owner = PyStackRef_NULL;
  |  |11540|    749|                stack_pointer[-1] = owner;
  |  |11541|    749|                PyStackRef_CLOSE(tmp);
  |  |11542|    749|                tmp = v;
  |  |11543|    749|                v = PyStackRef_NULL;
  |  |11544|    749|                stack_pointer[-2] = v;
  |  |11545|    749|                PyStackRef_CLOSE(tmp);
  |  |11546|    749|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11547|    749|                stack_pointer += -2;
  |  |11548|    749|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    749|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11549|    749|                if (err) {
  |  |  ------------------
  |  |  |  Branch (11549:21): [True: 0, False: 749]
  |  |  ------------------
  |  |11550|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11551|      0|                }
  |  |11552|    749|            }
  |  |11553|    749|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    749|    { \
  |  |  |  |  201|    749|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    749|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    749|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    749|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    749|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    749|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    749|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    749|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 749]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    749|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    749|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    749|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    749|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    749|    }
  |  |  ------------------
  |  |  |  Branch (11553:13): [True: 749, False: 0]
  |  |  ------------------
  |  |11554|    749|        }
  |  |11555|       |
  |  |11556|  2.79k|        TARGET(STORE_ATTR_INSTANCE_VALUE) {
  |  |  ------------------
  |  |  |  |  132|  2.79k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11557|       |            #if _Py_TAIL_CALL_INTERP
  |  |11558|       |            int opcode = STORE_ATTR_INSTANCE_VALUE;
  |  |11559|       |            (void)(opcode);
  |  |11560|       |            #endif
  |  |11561|  2.79k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |11562|  2.79k|            (void)this_instr;
  |  |11563|  2.79k|            frame->instr_ptr = next_instr;
  |  |11564|  2.79k|            next_instr += 5;
  |  |11565|  2.79k|            INSTRUCTION_STATS(STORE_ATTR_INSTANCE_VALUE);
  |  |  ------------------
  |  |  |  |   71|  2.79k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11566|  2.79k|            static_assert(INLINE_CACHE_ENTRIES_STORE_ATTR == 4, "incorrect cache size");
  |  |11567|  2.79k|            _PyStackRef value;
  |  |11568|  2.79k|            _PyStackRef owner;
  |  |11569|  2.79k|            _PyStackRef o;
  |  |11570|       |            /* Skip 1 cache entry */
  |  |11571|       |            // _LOCK_OBJECT
  |  |11572|  2.79k|            {
  |  |11573|  2.79k|                value = stack_pointer[-1];
  |  |11574|  2.79k|                if (!LOCK_OBJECT(PyStackRef_AsPyObjectBorrow(value))) {
  |  |  ------------------
  |  |  |  |  321|  2.79k|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (11574:21): [Folded, False: 2.79k]
  |  |  ------------------
  |  |11575|      0|                    UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11576|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11576:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11577|      0|                    JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11578|      0|                }
  |  |11579|  2.79k|            }
  |  |11580|       |            // _GUARD_TYPE_VERSION_LOCKED
  |  |11581|  2.79k|            {
  |  |11582|  2.79k|                owner = value;
  |  |11583|  2.79k|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  |11584|  2.79k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  |11585|  2.79k|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (11585:17): [True: 2.79k, False: 0]
  |  |  ------------------
  |  |11586|  2.79k|                PyTypeObject *tp = Py_TYPE(owner_o);
  |  |  ------------------
  |  |  |  |  213|  2.79k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.79k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.79k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11587|  2.79k|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|  2.79k|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (11587:21): [True: 12, False: 2.78k]
  |  |  ------------------
  |  |11588|     12|                    UNLOCK_OBJECT(owner_o);
  |  |  ------------------
  |  |  |  |  322|     12|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11589|     12|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (11589:25): [True: 12, Folded]
  |  |  ------------------
  |  |11590|     12|                        UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|     12|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11591|     12|                        assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11591:25): [True: 12, False: 0]
  |  |  ------------------
  |  |11592|     12|                        JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|     12|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11593|      0|                    }
  |  |11594|     12|                }
  |  |11595|  2.79k|            }
  |  |11596|       |            // _GUARD_DORV_NO_DICT
  |  |11597|  2.78k|            {
  |  |11598|  2.78k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  |11599|  2.78k|                assert(Py_TYPE(owner_o)->tp_dictoffset < 0);
  |  |  ------------------
  |  |  |  Branch (11599:17): [True: 2.78k, False: 0]
  |  |  ------------------
  |  |11600|  2.78k|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_INLINE_VALUES);
  |  |  ------------------
  |  |  |  Branch (11600:17): [True: 2.78k, False: 0]
  |  |  ------------------
  |  |11601|  2.78k|                if (_PyObject_GetManagedDict(owner_o) ||
  |  |  ------------------
  |  |  |  Branch (11601:21): [True: 0, False: 2.78k]
  |  |  ------------------
  |  |11602|  2.78k|                    !FT_ATOMIC_LOAD_UINT8(_PyObject_InlineValues(owner_o)->valid)) {
  |  |  ------------------
  |  |  |  |  154|  2.78k|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (11602:21): [True: 0, False: 2.78k]
  |  |  ------------------
  |  |11603|      0|                    UNLOCK_OBJECT(owner_o);
  |  |  ------------------
  |  |  |  |  322|      0|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11604|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (11604:25): [True: 0, Folded]
  |  |  ------------------
  |  |11605|      0|                        UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11606|      0|                        assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11606:25): [True: 0, False: 0]
  |  |  ------------------
  |  |11607|      0|                        JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11608|      0|                    }
  |  |11609|      0|                }
  |  |11610|  2.78k|            }
  |  |11611|       |            // _STORE_ATTR_INSTANCE_VALUE
  |  |11612|  2.78k|            {
  |  |11613|  2.78k|                value = stack_pointer[-2];
  |  |11614|  2.78k|                uint16_t offset = read_u16(&this_instr[4].cache);
  |  |11615|  2.78k|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  |11616|  2.78k|                STAT_INC(STORE_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|  2.78k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |11617|  2.78k|                assert(_PyObject_GetManagedDict(owner_o) == NULL);
  |  |  ------------------
  |  |  |  Branch (11617:17): [True: 2.78k, False: 0]
  |  |  ------------------
  |  |11618|  2.78k|                PyObject **value_ptr = (PyObject**)(((char *)owner_o) + offset);
  |  |11619|  2.78k|                PyObject *old_value = *value_ptr;
  |  |11620|  2.78k|                FT_ATOMIC_STORE_PTR_RELEASE(*value_ptr, PyStackRef_AsPyObjectSteal(value));
  |  |  ------------------
  |  |  |  |  164|  2.78k|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  |11621|  2.78k|                if (old_value == NULL) {
  |  |  ------------------
  |  |  |  Branch (11621:21): [True: 2.06k, False: 719]
  |  |  ------------------
  |  |11622|  2.06k|                    PyDictValues *values = _PyObject_InlineValues(owner_o);
  |  |11623|  2.06k|                    Py_ssize_t index = value_ptr - values->values;
  |  |11624|  2.06k|                    _PyDictValues_AddToInsertionOrder(values, index);
  |  |11625|  2.06k|                }
  |  |11626|  2.78k|                UNLOCK_OBJECT(owner_o);
  |  |  ------------------
  |  |  |  |  322|  2.78k|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11627|  2.78k|                o = owner;
  |  |11628|  2.78k|                stack_pointer[-2] = o;
  |  |11629|  2.78k|                stack_pointer += -1;
  |  |11630|  2.78k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.78k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11631|  2.78k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11632|  2.78k|                Py_XDECREF(old_value);
  |  |  ------------------
  |  |  |  |   69|  2.78k|    do { \
  |  |  |  |   70|  2.78k|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  2.78k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  2.78k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   71|  2.78k|        if (xop != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (71:13): [True: 719, False: 2.06k]
  |  |  |  |  ------------------
  |  |  |  |   72|    719|            Py_DECREF(xop); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|    719|    do { \
  |  |  |  |  |  |   81|    719|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    719|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    719|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|    719|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|    719|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|    719|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|    719|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 616, False: 103]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|    616|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|    616|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|    616|            break; \
  |  |  |  |  |  |   85|    616|        } \
  |  |  |  |  |  |   86|    719|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|    103|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|    103|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 94, False: 9]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|     94|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|     94|    do { \
  |  |  |  |  |  |  |  |  113|     94|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|     94|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 94]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|     94|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 94]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|     94|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|     94|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|     94|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|     94|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|     94|            (*dealloc)(op); \
  |  |  |  |  |  |   91|     94|        } \
  |  |  |  |  |  |   92|    103|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 103]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   73|    719|        } \
  |  |  |  |   74|  2.78k|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (74:14): [Folded, False: 2.78k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11633|  2.78k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11634|  2.78k|            }
  |  |11635|       |            // _POP_TOP
  |  |11636|      0|            {
  |  |11637|  2.78k|                value = o;
  |  |11638|  2.78k|                stack_pointer += -1;
  |  |11639|  2.78k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  2.78k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11640|  2.78k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11641|  2.78k|                PyStackRef_XCLOSE(value);
  |  |11642|  2.78k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11643|  2.78k|            }
  |  |11644|  2.78k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.78k|    { \
  |  |  |  |  201|  2.78k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.78k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.78k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.78k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.78k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.78k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.78k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.78k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.78k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.78k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.78k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.78k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.78k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.78k|    }
  |  |  ------------------
  |  |  |  Branch (11644:13): [True: 2.78k, False: 0]
  |  |  ------------------
  |  |11645|  2.78k|        }
  |  |11646|       |
  |  |11647|     93|        TARGET(STORE_ATTR_SLOT) {
  |  |  ------------------
  |  |  |  |  132|     93|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11648|       |            #if _Py_TAIL_CALL_INTERP
  |  |11649|       |            int opcode = STORE_ATTR_SLOT;
  |  |11650|       |            (void)(opcode);
  |  |11651|       |            #endif
  |  |11652|     93|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |11653|     93|            (void)this_instr;
  |  |11654|     93|            frame->instr_ptr = next_instr;
  |  |11655|     93|            next_instr += 5;
  |  |11656|     93|            INSTRUCTION_STATS(STORE_ATTR_SLOT);
  |  |  ------------------
  |  |  |  |   71|     93|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11657|     93|            static_assert(INLINE_CACHE_ENTRIES_STORE_ATTR == 4, "incorrect cache size");
  |  |11658|     93|            _PyStackRef owner;
  |  |11659|     93|            _PyStackRef value;
  |  |11660|     93|            _PyStackRef o;
  |  |11661|       |            /* Skip 1 cache entry */
  |  |11662|       |            // _GUARD_TYPE_VERSION
  |  |11663|     93|            {
  |  |11664|     93|                owner = stack_pointer[-1];
  |  |11665|     93|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  |11666|     93|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|     93|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11667|     93|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (11667:17): [True: 93, False: 0]
  |  |  ------------------
  |  |11668|     93|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|     93|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (11668:21): [True: 0, False: 93]
  |  |  ------------------
  |  |11669|      0|                    UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11670|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11670:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11671|      0|                    JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11672|      0|                }
  |  |11673|     93|            }
  |  |11674|       |            // _STORE_ATTR_SLOT
  |  |11675|     93|            {
  |  |11676|     93|                value = stack_pointer[-2];
  |  |11677|     93|                uint16_t index = read_u16(&this_instr[4].cache);
  |  |11678|     93|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  |11679|     93|                if (!LOCK_OBJECT(owner_o)) {
  |  |  ------------------
  |  |  |  |  321|     93|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (11679:21): [Folded, False: 93]
  |  |  ------------------
  |  |11680|      0|                    UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11681|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11681:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11682|      0|                    JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11683|      0|                }
  |  |11684|     93|                char *addr = (char *)owner_o + index;
  |  |11685|     93|                STAT_INC(STORE_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|     93|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |11686|     93|                PyObject *old_value = *(PyObject **)addr;
  |  |11687|     93|                FT_ATOMIC_STORE_PTR_RELEASE(*(PyObject **)addr, PyStackRef_AsPyObjectSteal(value));
  |  |  ------------------
  |  |  |  |  164|     93|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  |11688|     93|                UNLOCK_OBJECT(owner_o);
  |  |  ------------------
  |  |  |  |  322|     93|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11689|     93|                o = owner;
  |  |11690|     93|                stack_pointer[-2] = o;
  |  |11691|     93|                stack_pointer += -1;
  |  |11692|     93|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     93|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11693|     93|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11694|     93|                Py_XDECREF(old_value);
  |  |  ------------------
  |  |  |  |   69|     93|    do { \
  |  |  |  |   70|     93|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     93|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     93|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   71|     93|        if (xop != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (71:13): [True: 4, False: 89]
  |  |  |  |  ------------------
  |  |  |  |   72|      4|            Py_DECREF(xop); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      4|    do { \
  |  |  |  |  |  |   81|      4|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      4|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      4|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 4, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      4|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      4|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      4|            break; \
  |  |  |  |  |  |   85|      4|        } \
  |  |  |  |  |  |   86|      4|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   73|      4|        } \
  |  |  |  |   74|     93|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (74:14): [Folded, False: 93]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11695|     93|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11696|     93|            }
  |  |11697|       |            // _POP_TOP
  |  |11698|      0|            {
  |  |11699|     93|                value = o;
  |  |11700|     93|                stack_pointer += -1;
  |  |11701|     93|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     93|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11702|     93|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11703|     93|                PyStackRef_XCLOSE(value);
  |  |11704|     93|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11705|     93|            }
  |  |11706|     93|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     93|    { \
  |  |  |  |  201|     93|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     93|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     93|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     93|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     93|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     93|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     93|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     93|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 93]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     93|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     93|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     93|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     93|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     93|    }
  |  |  ------------------
  |  |  |  Branch (11706:13): [True: 93, False: 0]
  |  |  ------------------
  |  |11707|     93|        }
  |  |11708|       |
  |  |11709|      0|        TARGET(STORE_ATTR_WITH_HINT) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11710|       |            #if _Py_TAIL_CALL_INTERP
  |  |11711|       |            int opcode = STORE_ATTR_WITH_HINT;
  |  |11712|       |            (void)(opcode);
  |  |11713|       |            #endif
  |  |11714|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |11715|      0|            (void)this_instr;
  |  |11716|      0|            frame->instr_ptr = next_instr;
  |  |11717|      0|            next_instr += 5;
  |  |11718|      0|            INSTRUCTION_STATS(STORE_ATTR_WITH_HINT);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11719|      0|            static_assert(INLINE_CACHE_ENTRIES_STORE_ATTR == 4, "incorrect cache size");
  |  |11720|      0|            _PyStackRef owner;
  |  |11721|      0|            _PyStackRef value;
  |  |11722|      0|            _PyStackRef o;
  |  |11723|       |            /* Skip 1 cache entry */
  |  |11724|       |            // _GUARD_TYPE_VERSION
  |  |11725|      0|            {
  |  |11726|      0|                owner = stack_pointer[-1];
  |  |11727|      0|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  |11728|      0|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11729|      0|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (11729:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11730|      0|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|      0|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (11730:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11731|      0|                    UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11732|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11732:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11733|      0|                    JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11734|      0|                }
  |  |11735|      0|            }
  |  |11736|       |            // _STORE_ATTR_WITH_HINT
  |  |11737|      0|            {
  |  |11738|      0|                value = stack_pointer[-2];
  |  |11739|      0|                uint16_t hint = read_u16(&this_instr[4].cache);
  |  |11740|      0|                PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
  |  |11741|      0|                assert(Py_TYPE(owner_o)->tp_flags & Py_TPFLAGS_MANAGED_DICT);
  |  |  ------------------
  |  |  |  Branch (11741:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11742|      0|                PyDictObject *dict = _PyObject_GetManagedDict(owner_o);
  |  |11743|      0|                if (dict == NULL) {
  |  |  ------------------
  |  |  |  Branch (11743:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11744|      0|                    UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11745|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11745:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11746|      0|                    JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11747|      0|                }
  |  |11748|      0|                if (!LOCK_OBJECT(dict)) {
  |  |  ------------------
  |  |  |  |  321|      0|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (11748:21): [Folded, False: 0]
  |  |  ------------------
  |  |11749|      0|                    UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11750|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11750:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11751|      0|                    JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11752|      0|                }
  |  |11753|      0|                assert(PyDict_CheckExact((PyObject *)dict));
  |  |  ------------------
  |  |  |  Branch (11753:17): [True: 0, False: 0]
  |  |  ------------------
  |  |11754|      0|                PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|      0|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11754:34): [True: 0, False: 0]
  |  |  ------------------
  |  |11755|      0|                if (hint >= (size_t)dict->ma_keys->dk_nentries ||
  |  |  ------------------
  |  |  |  Branch (11755:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11756|      0|                    dict->ma_keys->dk_kind != DICT_KEYS_UNICODE) {
  |  |  ------------------
  |  |  |  Branch (11756:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11757|      0|                    UNLOCK_OBJECT(dict);
  |  |  ------------------
  |  |  |  |  322|      0|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11758|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (11758:25): [True: 0, Folded]
  |  |  ------------------
  |  |11759|      0|                        UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11760|      0|                        assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11760:25): [True: 0, False: 0]
  |  |  ------------------
  |  |11761|      0|                        JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11762|      0|                    }
  |  |11763|      0|                }
  |  |11764|      0|                PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(dict->ma_keys) + hint;
  |  |11765|      0|                if (ep->me_key != name) {
  |  |  ------------------
  |  |  |  Branch (11765:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11766|      0|                    UNLOCK_OBJECT(dict);
  |  |  ------------------
  |  |  |  |  322|      0|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11767|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (11767:25): [True: 0, Folded]
  |  |  ------------------
  |  |11768|      0|                        UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11769|      0|                        assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11769:25): [True: 0, False: 0]
  |  |  ------------------
  |  |11770|      0|                        JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11771|      0|                    }
  |  |11772|      0|                }
  |  |11773|      0|                PyObject *old_value = ep->me_value;
  |  |11774|      0|                if (old_value == NULL) {
  |  |  ------------------
  |  |  |  Branch (11774:21): [True: 0, False: 0]
  |  |  ------------------
  |  |11775|      0|                    UNLOCK_OBJECT(dict);
  |  |  ------------------
  |  |  |  |  322|      0|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11776|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (11776:25): [True: 0, Folded]
  |  |  ------------------
  |  |11777|      0|                        UPDATE_MISS_STATS(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |11778|      0|                        assert(_PyOpcode_Deopt[opcode] == (STORE_ATTR));
  |  |  ------------------
  |  |  |  Branch (11778:25): [True: 0, False: 0]
  |  |  ------------------
  |  |11779|      0|                        JUMP_TO_PREDICTED(STORE_ATTR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |11780|      0|                    }
  |  |11781|      0|                }
  |  |11782|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11783|      0|                _PyDict_NotifyEvent(PyDict_EVENT_MODIFIED, dict, name, PyStackRef_AsPyObjectBorrow(value));
  |  |11784|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11785|      0|                FT_ATOMIC_STORE_PTR_RELEASE(ep->me_value, PyStackRef_AsPyObjectSteal(value));
  |  |  ------------------
  |  |  |  |  164|      0|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  |11786|      0|                UNLOCK_OBJECT(dict);
  |  |  ------------------
  |  |  |  |  322|      0|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |11787|      0|                STAT_INC(STORE_ATTR, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |11788|      0|                o = owner;
  |  |11789|      0|                stack_pointer[-2] = o;
  |  |11790|      0|                stack_pointer += -1;
  |  |11791|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11792|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11793|      0|                Py_XDECREF(old_value);
  |  |  ------------------
  |  |  |  |   69|      0|    do { \
  |  |  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   71|      0|        if (xop != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   72|      0|            Py_DECREF(xop); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      0|    do { \
  |  |  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   73|      0|        } \
  |  |  |  |   74|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11794|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11795|      0|            }
  |  |11796|       |            // _POP_TOP
  |  |11797|      0|            {
  |  |11798|      0|                value = o;
  |  |11799|      0|                stack_pointer += -1;
  |  |11800|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11801|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11802|      0|                PyStackRef_XCLOSE(value);
  |  |11803|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11804|      0|            }
  |  |11805|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (11805:13): [True: 0, False: 0]
  |  |  ------------------
  |  |11806|      0|        }
  |  |11807|       |
  |  |11808|    240|        TARGET(STORE_DEREF) {
  |  |  ------------------
  |  |  |  |  132|    240|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11809|       |            #if _Py_TAIL_CALL_INTERP
  |  |11810|       |            int opcode = STORE_DEREF;
  |  |11811|       |            (void)(opcode);
  |  |11812|       |            #endif
  |  |11813|    240|            frame->instr_ptr = next_instr;
  |  |11814|    240|            next_instr += 1;
  |  |11815|    240|            INSTRUCTION_STATS(STORE_DEREF);
  |  |  ------------------
  |  |  |  |   71|    240|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11816|    240|            _PyStackRef v;
  |  |11817|    240|            v = stack_pointer[-1];
  |  |11818|    240|            PyCellObject *cell = (PyCellObject *)PyStackRef_AsPyObjectBorrow(GETLOCAL(oparg));
  |  |  ------------------
  |  |  |  |  284|    240|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11819|    240|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11820|    240|            PyCell_SetTakeRef(cell, PyStackRef_AsPyObjectSteal(v));
  |  |11821|    240|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11822|    240|            stack_pointer += -1;
  |  |11823|    240|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    240|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11824|    240|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    240|    { \
  |  |  |  |  201|    240|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    240|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    240|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    240|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    240|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    240|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    240|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    240|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 240]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    240|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    240|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    240|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    240|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    240|    }
  |  |  ------------------
  |  |  |  Branch (11824:13): [True: 240, False: 0]
  |  |  ------------------
  |  |11825|    240|        }
  |  |11826|       |
  |  |11827|  8.90k|        TARGET(STORE_FAST) {
  |  |  ------------------
  |  |  |  |  132|  8.90k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11828|       |            #if _Py_TAIL_CALL_INTERP
  |  |11829|       |            int opcode = STORE_FAST;
  |  |11830|       |            (void)(opcode);
  |  |11831|       |            #endif
  |  |11832|  8.90k|            frame->instr_ptr = next_instr;
  |  |11833|  8.90k|            next_instr += 1;
  |  |11834|  8.90k|            INSTRUCTION_STATS(STORE_FAST);
  |  |  ------------------
  |  |  |  |   71|  8.90k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11835|  8.90k|            _PyStackRef value;
  |  |11836|  8.90k|            _PyStackRef trash;
  |  |11837|       |            // _SWAP_FAST
  |  |11838|  8.90k|            {
  |  |11839|  8.90k|                value = stack_pointer[-1];
  |  |11840|  8.90k|                _PyStackRef tmp = GETLOCAL(oparg);
  |  |  ------------------
  |  |  |  |  284|  8.90k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11841|  8.90k|                GETLOCAL(oparg) = value;
  |  |  ------------------
  |  |  |  |  284|  8.90k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11842|  8.90k|                trash = tmp;
  |  |11843|  8.90k|            }
  |  |11844|       |            // _POP_TOP
  |  |11845|  8.90k|            {
  |  |11846|  8.90k|                value = trash;
  |  |11847|  8.90k|                stack_pointer += -1;
  |  |11848|  8.90k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  8.90k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11849|  8.90k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11850|  8.90k|                PyStackRef_XCLOSE(value);
  |  |11851|  8.90k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11852|  8.90k|            }
  |  |11853|  8.90k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  8.90k|    { \
  |  |  |  |  201|  8.90k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  8.90k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  8.90k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  8.90k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  8.90k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  8.90k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  8.90k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  8.90k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 8.90k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  8.90k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  8.90k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  8.90k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  8.90k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  8.90k|    }
  |  |  ------------------
  |  |  |  Branch (11853:13): [True: 8.90k, False: 0]
  |  |  ------------------
  |  |11854|  8.90k|        }
  |  |11855|       |
  |  |11856|  1.30k|        TARGET(STORE_FAST_LOAD_FAST) {
  |  |  ------------------
  |  |  |  |  132|  1.30k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11857|       |            #if _Py_TAIL_CALL_INTERP
  |  |11858|       |            int opcode = STORE_FAST_LOAD_FAST;
  |  |11859|       |            (void)(opcode);
  |  |11860|       |            #endif
  |  |11861|  1.30k|            frame->instr_ptr = next_instr;
  |  |11862|  1.30k|            next_instr += 1;
  |  |11863|  1.30k|            INSTRUCTION_STATS(STORE_FAST_LOAD_FAST);
  |  |  ------------------
  |  |  |  |   71|  1.30k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11864|  1.30k|            _PyStackRef value1;
  |  |11865|  1.30k|            _PyStackRef value2;
  |  |11866|  1.30k|            value1 = stack_pointer[-1];
  |  |11867|  1.30k|            uint32_t oparg1 = oparg >> 4;
  |  |11868|  1.30k|            uint32_t oparg2 = oparg & 15;
  |  |11869|  1.30k|            _PyStackRef tmp = GETLOCAL(oparg1);
  |  |  ------------------
  |  |  |  |  284|  1.30k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11870|  1.30k|            GETLOCAL(oparg1) = value1;
  |  |  ------------------
  |  |  |  |  284|  1.30k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11871|  1.30k|            value2 = PyStackRef_DUP(GETLOCAL(oparg2));
  |  |  ------------------
  |  |  |  |  284|  1.30k|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11872|  1.30k|            stack_pointer[-1] = value2;
  |  |11873|  1.30k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11874|  1.30k|            PyStackRef_XCLOSE(tmp);
  |  |11875|  1.30k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11876|  1.30k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.30k|    { \
  |  |  |  |  201|  1.30k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.30k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.30k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.30k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.30k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.30k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.30k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.30k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.30k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.30k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.30k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.30k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.30k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.30k|    }
  |  |  ------------------
  |  |  |  Branch (11876:13): [True: 1.30k, False: 0]
  |  |  ------------------
  |  |11877|  1.30k|        }
  |  |11878|       |
  |  |11879|    729|        TARGET(STORE_FAST_STORE_FAST) {
  |  |  ------------------
  |  |  |  |  132|    729|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11880|       |            #if _Py_TAIL_CALL_INTERP
  |  |11881|       |            int opcode = STORE_FAST_STORE_FAST;
  |  |11882|       |            (void)(opcode);
  |  |11883|       |            #endif
  |  |11884|    729|            frame->instr_ptr = next_instr;
  |  |11885|    729|            next_instr += 1;
  |  |11886|    729|            INSTRUCTION_STATS(STORE_FAST_STORE_FAST);
  |  |  ------------------
  |  |  |  |   71|    729|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11887|    729|            _PyStackRef value2;
  |  |11888|    729|            _PyStackRef value1;
  |  |11889|    729|            value1 = stack_pointer[-1];
  |  |11890|    729|            value2 = stack_pointer[-2];
  |  |11891|    729|            uint32_t oparg1 = oparg >> 4;
  |  |11892|    729|            uint32_t oparg2 = oparg & 15;
  |  |11893|    729|            _PyStackRef tmp = GETLOCAL(oparg1);
  |  |  ------------------
  |  |  |  |  284|    729|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11894|    729|            GETLOCAL(oparg1) = value1;
  |  |  ------------------
  |  |  |  |  284|    729|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11895|    729|            stack_pointer += -1;
  |  |11896|    729|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    729|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11897|    729|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11898|    729|            PyStackRef_XCLOSE(tmp);
  |  |11899|    729|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11900|    729|            tmp = GETLOCAL(oparg2);
  |  |  ------------------
  |  |  |  |  284|    729|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11901|    729|            GETLOCAL(oparg2) = value2;
  |  |  ------------------
  |  |  |  |  284|    729|#define GETLOCAL(i)     (frame->localsplus[i])
  |  |  ------------------
  |  |11902|    729|            stack_pointer += -1;
  |  |11903|    729|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    729|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11904|    729|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11905|    729|            PyStackRef_XCLOSE(tmp);
  |  |11906|    729|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11907|    729|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    729|    { \
  |  |  |  |  201|    729|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    729|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    729|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    729|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    729|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    729|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    729|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    729|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 729]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    729|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    729|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    729|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    729|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    729|    }
  |  |  ------------------
  |  |  |  Branch (11907:13): [True: 729, False: 0]
  |  |  ------------------
  |  |11908|    729|        }
  |  |11909|       |
  |  |11910|     48|        TARGET(STORE_GLOBAL) {
  |  |  ------------------
  |  |  |  |  132|     48|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11911|       |            #if _Py_TAIL_CALL_INTERP
  |  |11912|       |            int opcode = STORE_GLOBAL;
  |  |11913|       |            (void)(opcode);
  |  |11914|       |            #endif
  |  |11915|     48|            frame->instr_ptr = next_instr;
  |  |11916|     48|            next_instr += 1;
  |  |11917|     48|            INSTRUCTION_STATS(STORE_GLOBAL);
  |  |  ------------------
  |  |  |  |   71|     48|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11918|     48|            _PyStackRef v;
  |  |11919|     48|            v = stack_pointer[-1];
  |  |11920|     48|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|     48|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|     48|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|     48|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11920:30): [True: 48, False: 0]
  |  |  ------------------
  |  |11921|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11922|     48|            int err = PyDict_SetItem(GLOBALS(), name, PyStackRef_AsPyObjectBorrow(v));
  |  |  ------------------
  |  |  |  |  325|     48|#define GLOBALS() frame->f_globals
  |  |  ------------------
  |  |11923|     48|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11924|     48|            stack_pointer += -1;
  |  |11925|     48|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     48|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11926|     48|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11927|     48|            PyStackRef_CLOSE(v);
  |  |11928|     48|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11929|     48|            if (err) {
  |  |  ------------------
  |  |  |  Branch (11929:17): [True: 0, False: 48]
  |  |  ------------------
  |  |11930|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11931|      0|            }
  |  |11932|     48|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     48|    { \
  |  |  |  |  201|     48|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     48|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     48|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     48|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     48|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     48|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     48|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     48|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 48]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     48|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     48|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     48|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     48|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     48|    }
  |  |  ------------------
  |  |  |  Branch (11932:13): [True: 48, False: 0]
  |  |  ------------------
  |  |11933|     48|        }
  |  |11934|       |
  |  |11935|  4.28k|        TARGET(STORE_NAME) {
  |  |  ------------------
  |  |  |  |  132|  4.28k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11936|       |            #if _Py_TAIL_CALL_INTERP
  |  |11937|       |            int opcode = STORE_NAME;
  |  |11938|       |            (void)(opcode);
  |  |11939|       |            #endif
  |  |11940|  4.28k|            frame->instr_ptr = next_instr;
  |  |11941|  4.28k|            next_instr += 1;
  |  |11942|  4.28k|            INSTRUCTION_STATS(STORE_NAME);
  |  |  ------------------
  |  |  |  |   71|  4.28k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11943|  4.28k|            _PyStackRef v;
  |  |11944|  4.28k|            v = stack_pointer[-1];
  |  |11945|  4.28k|            PyObject *name = GETITEM(FRAME_CO_NAMES, oparg);
  |  |  ------------------
  |  |  |  |  235|  4.28k|#define GETITEM(v, i) PyTuple_GET_ITEM((v), (i))
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|  4.28k|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   19|  4.28k|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (11945:30): [True: 4.28k, False: 0]
  |  |  ------------------
  |  |11946|  4.28k|            PyObject *ns = LOCALS();
  |  |  ------------------
  |  |  |  |  327|  4.28k|#define LOCALS() frame->f_locals
  |  |  ------------------
  |  |11947|  4.28k|            int err;
  |  |11948|  4.28k|            if (ns == NULL) {
  |  |  ------------------
  |  |  |  Branch (11948:17): [True: 0, False: 4.28k]
  |  |  ------------------
  |  |11949|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11950|      0|                _PyErr_Format(tstate, PyExc_SystemError,
  |  |11951|      0|                              "no locals found when storing %R", name);
  |  |11952|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11953|      0|                stack_pointer += -1;
  |  |11954|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11955|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11956|      0|                PyStackRef_CLOSE(v);
  |  |11957|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11958|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11959|      0|            }
  |  |11960|  4.28k|            if (PyDict_CheckExact(ns)) {
  |  |  ------------------
  |  |  |  |   19|  4.28k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  4.28k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  4.28k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  4.28k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 4.20k, False: 79]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |11961|  4.20k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11962|  4.20k|                err = PyDict_SetItem(ns, name, PyStackRef_AsPyObjectBorrow(v));
  |  |11963|  4.20k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11964|  4.20k|            }
  |  |11965|     79|            else {
  |  |11966|     79|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11967|     79|                err = PyObject_SetItem(ns, name, PyStackRef_AsPyObjectBorrow(v));
  |  |11968|     79|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11969|     79|            }
  |  |11970|  4.28k|            stack_pointer += -1;
  |  |11971|  4.28k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  4.28k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |11972|  4.28k|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |11973|  4.28k|            PyStackRef_CLOSE(v);
  |  |11974|  4.28k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |11975|  4.28k|            if (err) {
  |  |  ------------------
  |  |  |  Branch (11975:17): [True: 0, False: 4.28k]
  |  |  ------------------
  |  |11976|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |11977|      0|            }
  |  |11978|  4.28k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  4.28k|    { \
  |  |  |  |  201|  4.28k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  4.28k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  4.28k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  4.28k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  4.28k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  4.28k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  4.28k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  4.28k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4.28k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  4.28k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  4.28k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  4.28k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  4.28k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  4.28k|    }
  |  |  ------------------
  |  |  |  Branch (11978:13): [True: 4.28k, False: 0]
  |  |  ------------------
  |  |11979|  4.28k|        }
  |  |11980|       |
  |  |11981|      0|        TARGET(STORE_SLICE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |11982|       |            #if _Py_TAIL_CALL_INTERP
  |  |11983|       |            int opcode = STORE_SLICE;
  |  |11984|       |            (void)(opcode);
  |  |11985|       |            #endif
  |  |11986|      0|            frame->instr_ptr = next_instr;
  |  |11987|      0|            next_instr += 1;
  |  |11988|      0|            INSTRUCTION_STATS(STORE_SLICE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |11989|      0|            _PyStackRef v;
  |  |11990|      0|            _PyStackRef container;
  |  |11991|      0|            _PyStackRef start;
  |  |11992|      0|            _PyStackRef stop;
  |  |11993|       |            // _SPECIALIZE_STORE_SLICE
  |  |11994|      0|            {
  |  |11995|      0|                #if ENABLE_SPECIALIZATION
  |  |11996|      0|                OPCODE_DEFERRED_INC(STORE_SLICE);
  |  |  ------------------
  |  |  |  |   90|      0|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |11997|      0|                #endif  /* ENABLE_SPECIALIZATION */
  |  |11998|      0|            }
  |  |11999|       |            // _STORE_SLICE
  |  |12000|      0|            {
  |  |12001|      0|                stop = stack_pointer[-1];
  |  |12002|      0|                start = stack_pointer[-2];
  |  |12003|      0|                container = stack_pointer[-3];
  |  |12004|      0|                v = stack_pointer[-4];
  |  |12005|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12006|      0|                PyObject *slice = _PyBuildSlice_ConsumeRefs(PyStackRef_AsPyObjectSteal(start),
  |  |12007|      0|                    PyStackRef_AsPyObjectSteal(stop));
  |  |12008|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12009|      0|                int err;
  |  |12010|      0|                if (slice == NULL) {
  |  |  ------------------
  |  |  |  Branch (12010:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12011|      0|                    err = 1;
  |  |12012|      0|                }
  |  |12013|      0|                else {
  |  |12014|      0|                    stack_pointer += -2;
  |  |12015|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12016|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12017|      0|                    err = PyObject_SetItem(PyStackRef_AsPyObjectBorrow(container), slice, PyStackRef_AsPyObjectBorrow(v));
  |  |12018|      0|                    Py_DECREF(slice);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12019|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12020|      0|                    stack_pointer += 2;
  |  |12021|      0|                }
  |  |12022|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12023|      0|                _PyStackRef tmp = container;
  |  |12024|      0|                container = PyStackRef_NULL;
  |  |12025|      0|                stack_pointer[-3] = container;
  |  |12026|      0|                PyStackRef_CLOSE(tmp);
  |  |12027|      0|                tmp = v;
  |  |12028|      0|                v = PyStackRef_NULL;
  |  |12029|      0|                stack_pointer[-4] = v;
  |  |12030|      0|                PyStackRef_CLOSE(tmp);
  |  |12031|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12032|      0|                stack_pointer += -4;
  |  |12033|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12034|      0|                if (err) {
  |  |  ------------------
  |  |  |  Branch (12034:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12035|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12036|      0|                }
  |  |12037|      0|            }
  |  |12038|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (12038:13): [True: 0, False: 0]
  |  |  ------------------
  |  |12039|      0|        }
  |  |12040|       |
  |  |12041|    402|        TARGET(STORE_SUBSCR) {
  |  |  ------------------
  |  |  |  |  132|    402|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12042|       |            #if _Py_TAIL_CALL_INTERP
  |  |12043|       |            int opcode = STORE_SUBSCR;
  |  |12044|       |            (void)(opcode);
  |  |12045|       |            #endif
  |  |12046|    402|            frame->instr_ptr = next_instr;
  |  |12047|    402|            next_instr += 2;
  |  |12048|    402|            INSTRUCTION_STATS(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |   71|    402|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12049|    402|            PREDICTED_STORE_SUBSCR:;
  |  |12050|    402|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  |12051|    402|            (void)this_instr;
  |  |12052|    402|            _PyStackRef container;
  |  |12053|    402|            _PyStackRef sub;
  |  |12054|    402|            _PyStackRef v;
  |  |12055|       |            // _SPECIALIZE_STORE_SUBSCR
  |  |12056|    402|            {
  |  |12057|    402|                sub = stack_pointer[-1];
  |  |12058|    402|                container = stack_pointer[-2];
  |  |12059|    402|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |12060|    402|                (void)counter;
  |  |12061|    402|                #if ENABLE_SPECIALIZATION
  |  |12062|    402|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    402|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 73, False: 329]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12063|     73|                    next_instr = this_instr;
  |  |12064|     73|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12065|     73|                    _Py_Specialize_StoreSubscr(container, sub, next_instr);
  |  |12066|     73|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12067|     73|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     73|    { \
  |  |  |  |  217|     73|        opcode = next_instr->op.code; \
  |  |  |  |  218|     73|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     73|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     73|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     73|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     73|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     73|    }
  |  |  ------------------
  |  |12068|     73|                }
  |  |12069|    402|                OPCODE_DEFERRED_INC(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |   90|    402|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |12070|    402|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    402|    do { \
  |  |  |  |  358|    402|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    402|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 402]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12071|    402|                #endif  /* ENABLE_SPECIALIZATION */
  |  |12072|    402|            }
  |  |12073|       |            // _STORE_SUBSCR
  |  |12074|    402|            {
  |  |12075|    402|                v = stack_pointer[-3];
  |  |12076|    402|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12077|    402|                int err = PyObject_SetItem(PyStackRef_AsPyObjectBorrow(container), PyStackRef_AsPyObjectBorrow(sub), PyStackRef_AsPyObjectBorrow(v));
  |  |12078|    402|                _PyStackRef tmp = sub;
  |  |12079|    402|                sub = PyStackRef_NULL;
  |  |12080|    402|                stack_pointer[-1] = sub;
  |  |12081|    402|                PyStackRef_CLOSE(tmp);
  |  |12082|    402|                tmp = container;
  |  |12083|    402|                container = PyStackRef_NULL;
  |  |12084|    402|                stack_pointer[-2] = container;
  |  |12085|    402|                PyStackRef_CLOSE(tmp);
  |  |12086|    402|                tmp = v;
  |  |12087|    402|                v = PyStackRef_NULL;
  |  |12088|    402|                stack_pointer[-3] = v;
  |  |12089|    402|                PyStackRef_CLOSE(tmp);
  |  |12090|    402|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12091|    402|                stack_pointer += -3;
  |  |12092|    402|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    402|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12093|    402|                if (err) {
  |  |  ------------------
  |  |  |  Branch (12093:21): [True: 0, False: 402]
  |  |  ------------------
  |  |12094|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12095|      0|                }
  |  |12096|    402|            }
  |  |12097|    402|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    402|    { \
  |  |  |  |  201|    402|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    402|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    329|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    329|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    329|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    329|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    329|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    329|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 329]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    329|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    329|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    329|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    329|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    329|    }
  |  |  ------------------
  |  |  |  Branch (12097:13): [True: 329, False: 73]
  |  |  ------------------
  |  |12098|    329|        }
  |  |12099|       |
  |  |12100|    537|        TARGET(STORE_SUBSCR_DICT) {
  |  |  ------------------
  |  |  |  |  132|    537|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12101|       |            #if _Py_TAIL_CALL_INTERP
  |  |12102|       |            int opcode = STORE_SUBSCR_DICT;
  |  |12103|       |            (void)(opcode);
  |  |12104|       |            #endif
  |  |12105|    537|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12106|    537|            (void)this_instr;
  |  |12107|    537|            frame->instr_ptr = next_instr;
  |  |12108|    537|            next_instr += 2;
  |  |12109|    537|            INSTRUCTION_STATS(STORE_SUBSCR_DICT);
  |  |  ------------------
  |  |  |  |   71|    537|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12110|    537|            static_assert(INLINE_CACHE_ENTRIES_STORE_SUBSCR == 1, "incorrect cache size");
  |  |12111|    537|            _PyStackRef nos;
  |  |12112|    537|            _PyStackRef value;
  |  |12113|    537|            _PyStackRef dict_st;
  |  |12114|    537|            _PyStackRef sub;
  |  |12115|    537|            _PyStackRef st;
  |  |12116|       |            // _GUARD_NOS_DICT_STORE_SUBSCRIPT
  |  |12117|    537|            {
  |  |12118|    537|                nos = stack_pointer[-2];
  |  |12119|    537|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |12120|    537|                if (!Py_TYPE(o)->tp_as_mapping) {
  |  |  ------------------
  |  |  |  |  213|    537|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    537|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    537|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12120:21): [True: 0, False: 537]
  |  |  ------------------
  |  |12121|      0|                    UPDATE_MISS_STATS(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12122|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_SUBSCR));
  |  |  ------------------
  |  |  |  Branch (12122:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12123|      0|                    JUMP_TO_PREDICTED(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12124|      0|                }
  |  |12125|    537|                if (Py_TYPE(o)->tp_as_mapping->mp_ass_subscript != _PyDict_StoreSubscript) {
  |  |  ------------------
  |  |  |  |  213|    537|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    537|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    537|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12125:21): [True: 0, False: 537]
  |  |  ------------------
  |  |12126|      0|                    UPDATE_MISS_STATS(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12127|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_SUBSCR));
  |  |  ------------------
  |  |  |  Branch (12127:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12128|      0|                    JUMP_TO_PREDICTED(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12129|      0|                }
  |  |12130|    537|            }
  |  |12131|       |            /* Skip 1 cache entry */
  |  |12132|       |            // _STORE_SUBSCR_DICT
  |  |12133|    537|            {
  |  |12134|    537|                sub = stack_pointer[-1];
  |  |12135|    537|                dict_st = nos;
  |  |12136|    537|                value = stack_pointer[-3];
  |  |12137|    537|                PyObject *dict = PyStackRef_AsPyObjectBorrow(dict_st);
  |  |12138|    537|                assert(Py_TYPE(dict)->tp_as_mapping->mp_ass_subscript == _PyDict_StoreSubscript);
  |  |  ------------------
  |  |  |  Branch (12138:17): [True: 537, False: 0]
  |  |  ------------------
  |  |12139|    537|                STAT_INC(STORE_SUBSCR, hit);
  |  |  ------------------
  |  |  |  |   73|    537|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12140|    537|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12141|    537|                int err = _PyDict_SetItem_Take2((PyDictObject *)dict,
  |  |12142|    537|                    PyStackRef_AsPyObjectSteal(sub),
  |  |12143|    537|                    PyStackRef_AsPyObjectSteal(value));
  |  |12144|    537|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12145|    537|                if (err) {
  |  |  ------------------
  |  |  |  Branch (12145:21): [True: 0, False: 537]
  |  |  ------------------
  |  |12146|      0|                    stack_pointer += -3;
  |  |12147|      0|                    ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12148|      0|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12149|      0|                    PyStackRef_CLOSE(dict_st);
  |  |12150|      0|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12151|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12152|      0|                }
  |  |12153|    537|                st = dict_st;
  |  |12154|    537|            }
  |  |12155|       |            // _POP_TOP
  |  |12156|      0|            {
  |  |12157|    537|                value = st;
  |  |12158|    537|                stack_pointer += -3;
  |  |12159|    537|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    537|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12160|    537|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12161|    537|                PyStackRef_XCLOSE(value);
  |  |12162|    537|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12163|    537|            }
  |  |12164|    537|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    537|    { \
  |  |  |  |  201|    537|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    537|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    537|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    537|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    537|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    537|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    537|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    537|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 537]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    537|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    537|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    537|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    537|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    537|    }
  |  |  ------------------
  |  |  |  Branch (12164:13): [True: 537, False: 0]
  |  |  ------------------
  |  |12165|    537|        }
  |  |12166|       |
  |  |12167|     45|        TARGET(STORE_SUBSCR_LIST_INT) {
  |  |  ------------------
  |  |  |  |  132|     45|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12168|       |            #if _Py_TAIL_CALL_INTERP
  |  |12169|       |            int opcode = STORE_SUBSCR_LIST_INT;
  |  |12170|       |            (void)(opcode);
  |  |12171|       |            #endif
  |  |12172|     45|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12173|     45|            (void)this_instr;
  |  |12174|     45|            frame->instr_ptr = next_instr;
  |  |12175|     45|            next_instr += 2;
  |  |12176|     45|            INSTRUCTION_STATS(STORE_SUBSCR_LIST_INT);
  |  |  ------------------
  |  |  |  |   71|     45|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12177|     45|            static_assert(INLINE_CACHE_ENTRIES_STORE_SUBSCR == 1, "incorrect cache size");
  |  |12178|     45|            _PyStackRef value;
  |  |12179|     45|            _PyStackRef nos;
  |  |12180|     45|            _PyStackRef list_st;
  |  |12181|     45|            _PyStackRef sub_st;
  |  |12182|     45|            _PyStackRef ls;
  |  |12183|     45|            _PyStackRef ss;
  |  |12184|       |            // _GUARD_TOS_INT
  |  |12185|     45|            {
  |  |12186|     45|                value = stack_pointer[-1];
  |  |12187|     45|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12188|     45|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (12188:21): [True: 0, False: 45]
  |  |  ------------------
  |  |12189|      0|                    UPDATE_MISS_STATS(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12190|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_SUBSCR));
  |  |  ------------------
  |  |  |  Branch (12190:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12191|      0|                    JUMP_TO_PREDICTED(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12192|      0|                }
  |  |12193|     45|            }
  |  |12194|       |            // _GUARD_NOS_LIST
  |  |12195|     45|            {
  |  |12196|     45|                nos = stack_pointer[-2];
  |  |12197|     45|                PyObject *o = PyStackRef_AsPyObjectBorrow(nos);
  |  |12198|     45|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|     45|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     45|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12198:21): [True: 0, False: 45]
  |  |  ------------------
  |  |12199|      0|                    UPDATE_MISS_STATS(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12200|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_SUBSCR));
  |  |  ------------------
  |  |  |  Branch (12200:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12201|      0|                    JUMP_TO_PREDICTED(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12202|      0|                }
  |  |12203|     45|            }
  |  |12204|       |            /* Skip 1 cache entry */
  |  |12205|       |            // _STORE_SUBSCR_LIST_INT
  |  |12206|     45|            {
  |  |12207|     45|                sub_st = value;
  |  |12208|     45|                list_st = nos;
  |  |12209|     45|                value = stack_pointer[-3];
  |  |12210|     45|                PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
  |  |12211|     45|                PyObject *list = PyStackRef_AsPyObjectBorrow(list_st);
  |  |12212|     45|                assert(PyLong_CheckExact(sub));
  |  |  ------------------
  |  |  |  Branch (12212:17): [True: 45, False: 0]
  |  |  ------------------
  |  |12213|     45|                assert(PyList_CheckExact(list));
  |  |  ------------------
  |  |  |  Branch (12213:17): [True: 45, False: 0]
  |  |  ------------------
  |  |12214|     45|                Py_ssize_t index = _PyLong_CompactValue((PyLongObject *)sub);
  |  |12215|     45|                if (!LOCK_OBJECT(list)) {
  |  |  ------------------
  |  |  |  |  321|     45|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (12215:21): [Folded, False: 45]
  |  |  ------------------
  |  |12216|      0|                    UPDATE_MISS_STATS(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12217|      0|                    assert(_PyOpcode_Deopt[opcode] == (STORE_SUBSCR));
  |  |  ------------------
  |  |  |  Branch (12217:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12218|      0|                    JUMP_TO_PREDICTED(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12219|      0|                }
  |  |12220|     45|                Py_ssize_t len = PyList_GET_SIZE(list);
  |  |  ------------------
  |  |  |  |   38|     45|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12221|     45|                if (index < 0) {
  |  |  ------------------
  |  |  |  Branch (12221:21): [True: 0, False: 45]
  |  |  ------------------
  |  |12222|      0|                    index += len;
  |  |12223|      0|                }
  |  |12224|     45|                if (index < 0 || index >= len) {
  |  |  ------------------
  |  |  |  Branch (12224:21): [True: 0, False: 45]
  |  |  |  Branch (12224:34): [True: 0, False: 45]
  |  |  ------------------
  |  |12225|      0|                    UNLOCK_OBJECT(list);
  |  |  ------------------
  |  |  |  |  322|      0|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |12226|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (12226:25): [True: 0, Folded]
  |  |  ------------------
  |  |12227|      0|                        UPDATE_MISS_STATS(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12228|      0|                        assert(_PyOpcode_Deopt[opcode] == (STORE_SUBSCR));
  |  |  ------------------
  |  |  |  Branch (12228:25): [True: 0, False: 0]
  |  |  ------------------
  |  |12229|      0|                        JUMP_TO_PREDICTED(STORE_SUBSCR);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12230|      0|                    }
  |  |12231|      0|                }
  |  |12232|     45|                STAT_INC(STORE_SUBSCR, hit);
  |  |  ------------------
  |  |  |  |   73|     45|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12233|     45|                PyObject *old_value = PyList_GET_ITEM(list, index);
  |  |  ------------------
  |  |  |  |   40|     45|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  |  |  ------------------
  |  |  |  |  |  |   26|     45|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12233:39): [True: 45, False: 0]
  |  |  ------------------
  |  |12234|     45|                FT_ATOMIC_STORE_PTR_RELEASE(_PyList_ITEMS(list)[index],
  |  |  ------------------
  |  |  |  |  164|     90|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (164:55): [True: 45, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12235|     45|                                        PyStackRef_AsPyObjectSteal(value));
  |  |12236|     45|                assert(old_value != NULL);
  |  |  ------------------
  |  |  |  Branch (12236:17): [True: 45, False: 0]
  |  |  ------------------
  |  |12237|     45|                UNLOCK_OBJECT(list);
  |  |  ------------------
  |  |  |  |  322|     45|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |12238|     45|                ls = list_st;
  |  |12239|     45|                ss = sub_st;
  |  |12240|     45|                stack_pointer[-3] = ls;
  |  |12241|     45|                stack_pointer[-2] = ss;
  |  |12242|     45|                stack_pointer += -1;
  |  |12243|     45|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     45|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12244|     45|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12245|     45|                Py_DECREF(old_value);
  |  |  ------------------
  |  |  |  |   80|     45|    do { \
  |  |  |  |   81|     45|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|     45|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     45|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 45, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|     45|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|     45|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|     45|            break; \
  |  |  |  |   85|     45|        } \
  |  |  |  |   86|     45|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12246|     45|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12247|     45|            }
  |  |12248|       |            // _POP_TOP_INT
  |  |12249|      0|            {
  |  |12250|     45|                value = ss;
  |  |12251|     45|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (12251:17): [True: 45, False: 0]
  |  |  ------------------
  |  |12252|     45|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |12253|     45|            }
  |  |12254|       |            // _POP_TOP
  |  |12255|      0|            {
  |  |12256|     45|                value = ls;
  |  |12257|     45|                stack_pointer += -2;
  |  |12258|     45|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     45|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12259|     45|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12260|     45|                PyStackRef_XCLOSE(value);
  |  |12261|     45|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12262|     45|            }
  |  |12263|     45|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     45|    { \
  |  |  |  |  201|     45|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     45|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     45|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     45|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     45|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     45|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     45|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     45|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 45]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     45|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     45|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     45|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     45|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     45|    }
  |  |  ------------------
  |  |  |  Branch (12263:13): [True: 45, False: 0]
  |  |  ------------------
  |  |12264|     45|        }
  |  |12265|       |
  |  |12266|  1.99k|        TARGET(SWAP) {
  |  |  ------------------
  |  |  |  |  132|  1.99k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12267|       |            #if _Py_TAIL_CALL_INTERP
  |  |12268|       |            int opcode = SWAP;
  |  |12269|       |            (void)(opcode);
  |  |12270|       |            #endif
  |  |12271|  1.99k|            frame->instr_ptr = next_instr;
  |  |12272|  1.99k|            next_instr += 1;
  |  |12273|  1.99k|            INSTRUCTION_STATS(SWAP);
  |  |  ------------------
  |  |  |  |   71|  1.99k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12274|  1.99k|            _PyStackRef bottom;
  |  |12275|  1.99k|            _PyStackRef top;
  |  |12276|  1.99k|            top = stack_pointer[-1];
  |  |12277|  1.99k|            bottom = stack_pointer[-2 - (oparg-2)];
  |  |12278|  1.99k|            _PyStackRef temp = bottom;
  |  |12279|  1.99k|            bottom = top;
  |  |12280|  1.99k|            top = temp;
  |  |12281|  1.99k|            stack_pointer[-2 - (oparg-2)] = bottom;
  |  |12282|  1.99k|            stack_pointer[-1] = top;
  |  |12283|  1.99k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.99k|    { \
  |  |  |  |  201|  1.99k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.99k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  1.99k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  1.99k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  1.99k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  1.99k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  1.99k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  1.99k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 1.99k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  1.99k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  1.99k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  1.99k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  1.99k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  1.99k|    }
  |  |  ------------------
  |  |  |  Branch (12283:13): [True: 1.99k, False: 0]
  |  |  ------------------
  |  |12284|  1.99k|        }
  |  |12285|       |
  |  |12286|  1.11k|        TARGET(TO_BOOL) {
  |  |  ------------------
  |  |  |  |  132|  1.11k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12287|       |            #if _Py_TAIL_CALL_INTERP
  |  |12288|       |            int opcode = TO_BOOL;
  |  |12289|       |            (void)(opcode);
  |  |12290|       |            #endif
  |  |12291|  1.11k|            frame->instr_ptr = next_instr;
  |  |12292|  1.11k|            next_instr += 4;
  |  |12293|  1.11k|            INSTRUCTION_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |   71|  1.11k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12294|  1.21k|            PREDICTED_TO_BOOL:;
  |  |12295|  1.21k|            _Py_CODEUNIT* const this_instr = next_instr - 4;
  |  |12296|  1.21k|            (void)this_instr;
  |  |12297|  1.21k|            _PyStackRef value;
  |  |12298|  1.21k|            _PyStackRef res;
  |  |12299|       |            // _SPECIALIZE_TO_BOOL
  |  |12300|  1.21k|            {
  |  |12301|  1.21k|                value = stack_pointer[-1];
  |  |12302|  1.21k|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |12303|  1.21k|                (void)counter;
  |  |12304|  1.21k|                #if ENABLE_SPECIALIZATION
  |  |12305|  1.21k|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|  1.21k|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 297, False: 920]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12306|    297|                    next_instr = this_instr;
  |  |12307|    297|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12308|    297|                    _Py_Specialize_ToBool(value, next_instr);
  |  |12309|    297|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12310|    297|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|    297|    { \
  |  |  |  |  217|    297|        opcode = next_instr->op.code; \
  |  |  |  |  218|    297|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    297|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|    297|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|    297|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|    297|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|    297|    }
  |  |  ------------------
  |  |12311|    297|                }
  |  |12312|  1.21k|                OPCODE_DEFERRED_INC(TO_BOOL);
  |  |  ------------------
  |  |  |  |   90|  1.21k|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |12313|  1.21k|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|  1.21k|    do { \
  |  |  |  |  358|  1.21k|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|  1.21k|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 1.21k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12314|  1.21k|                #endif  /* ENABLE_SPECIALIZATION */
  |  |12315|  1.21k|            }
  |  |12316|       |            /* Skip 2 cache entries */
  |  |12317|       |            // _TO_BOOL
  |  |12318|  1.21k|            {
  |  |12319|  1.21k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12320|  1.21k|                int err = PyObject_IsTrue(PyStackRef_AsPyObjectBorrow(value));
  |  |12321|  1.21k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12322|  1.21k|                stack_pointer += -1;
  |  |12323|  1.21k|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.21k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12324|  1.21k|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12325|  1.21k|                PyStackRef_CLOSE(value);
  |  |12326|  1.21k|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12327|  1.21k|                if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (12327:21): [True: 0, False: 1.21k]
  |  |  ------------------
  |  |12328|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12329|      0|                }
  |  |12330|  1.21k|                res = err ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    403|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    403|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = err ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|  2.03k|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    814|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12330:23): [True: 403, False: 814]
  |  |  ------------------
  |  |12331|  1.21k|            }
  |  |12332|      0|            stack_pointer[0] = res;
  |  |12333|  1.21k|            stack_pointer += 1;
  |  |12334|  1.21k|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|  1.21k|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12335|  1.21k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  1.21k|    { \
  |  |  |  |  201|  1.21k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  1.21k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    920|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    920|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    920|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    920|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    920|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    920|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 920]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    920|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    920|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    920|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    920|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    920|    }
  |  |  ------------------
  |  |  |  Branch (12335:13): [True: 920, False: 297]
  |  |  ------------------
  |  |12336|    920|        }
  |  |12337|       |
  |  |12338|      0|        TARGET(TO_BOOL_ALWAYS_TRUE) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12339|       |            #if _Py_TAIL_CALL_INTERP
  |  |12340|       |            int opcode = TO_BOOL_ALWAYS_TRUE;
  |  |12341|       |            (void)(opcode);
  |  |12342|       |            #endif
  |  |12343|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12344|      0|            (void)this_instr;
  |  |12345|      0|            frame->instr_ptr = next_instr;
  |  |12346|      0|            next_instr += 4;
  |  |12347|      0|            INSTRUCTION_STATS(TO_BOOL_ALWAYS_TRUE);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12348|      0|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12349|      0|            _PyStackRef owner;
  |  |12350|      0|            _PyStackRef value;
  |  |12351|      0|            _PyStackRef res;
  |  |12352|      0|            _PyStackRef v;
  |  |12353|       |            /* Skip 1 cache entry */
  |  |12354|       |            // _GUARD_TYPE_VERSION
  |  |12355|      0|            {
  |  |12356|      0|                owner = stack_pointer[-1];
  |  |12357|      0|                uint32_t type_version = read_u32(&this_instr[2].cache);
  |  |12358|      0|                PyTypeObject *tp = Py_TYPE(PyStackRef_AsPyObjectBorrow(owner));
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12359|      0|                assert(type_version != 0);
  |  |  ------------------
  |  |  |  Branch (12359:17): [True: 0, False: 0]
  |  |  ------------------
  |  |12360|      0|                if (FT_ATOMIC_LOAD_UINT_RELAXED(tp->tp_version_tag) != type_version) {
  |  |  ------------------
  |  |  |  |  189|      0|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  |  |  ------------------
  |  |  |  Branch (12360:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12361|      0|                    UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12362|      0|                    assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12362:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12363|      0|                    JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12364|      0|                }
  |  |12365|      0|            }
  |  |12366|       |            // _REPLACE_WITH_TRUE
  |  |12367|      0|            {
  |  |12368|      0|                value = owner;
  |  |12369|      0|                res = PyStackRef_True;
  |  |  ------------------
  |  |  |  |  471|      0|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      0|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12370|      0|                v = value;
  |  |12371|      0|            }
  |  |12372|       |            // _POP_TOP
  |  |12373|      0|            {
  |  |12374|      0|                value = v;
  |  |12375|      0|                stack_pointer[-1] = res;
  |  |12376|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12377|      0|                PyStackRef_XCLOSE(value);
  |  |12378|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12379|      0|            }
  |  |12380|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (12380:13): [True: 0, False: 0]
  |  |  ------------------
  |  |12381|      0|        }
  |  |12382|       |
  |  |12383|  2.98k|        TARGET(TO_BOOL_BOOL) {
  |  |  ------------------
  |  |  |  |  132|  2.98k|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12384|       |            #if _Py_TAIL_CALL_INTERP
  |  |12385|       |            int opcode = TO_BOOL_BOOL;
  |  |12386|       |            (void)(opcode);
  |  |12387|       |            #endif
  |  |12388|  2.98k|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12389|  2.98k|            (void)this_instr;
  |  |12390|  2.98k|            frame->instr_ptr = next_instr;
  |  |12391|  2.98k|            next_instr += 4;
  |  |12392|  2.98k|            INSTRUCTION_STATS(TO_BOOL_BOOL);
  |  |  ------------------
  |  |  |  |   71|  2.98k|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12393|  2.98k|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12394|  2.98k|            _PyStackRef value;
  |  |12395|       |            /* Skip 1 cache entry */
  |  |12396|       |            /* Skip 2 cache entries */
  |  |12397|  2.98k|            value = stack_pointer[-1];
  |  |12398|  2.98k|            if (!PyStackRef_BoolCheck(value)) {
  |  |  ------------------
  |  |  |  Branch (12398:17): [True: 0, False: 2.98k]
  |  |  ------------------
  |  |12399|      0|                UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12400|      0|                assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12400:17): [True: 0, False: 0]
  |  |  ------------------
  |  |12401|      0|                JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12402|      0|            }
  |  |12403|  2.98k|            STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|  2.98k|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12404|  2.98k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.98k|    { \
  |  |  |  |  201|  2.98k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.98k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.98k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.98k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.98k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.98k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.98k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.98k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.98k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.98k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.98k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.98k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.98k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.98k|    }
  |  |  ------------------
  |  |  |  Branch (12404:13): [True: 2.98k, False: 0]
  |  |  ------------------
  |  |12405|  2.98k|        }
  |  |12406|       |
  |  |12407|    545|        TARGET(TO_BOOL_INT) {
  |  |  ------------------
  |  |  |  |  132|    545|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12408|       |            #if _Py_TAIL_CALL_INTERP
  |  |12409|       |            int opcode = TO_BOOL_INT;
  |  |12410|       |            (void)(opcode);
  |  |12411|       |            #endif
  |  |12412|    545|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12413|    545|            (void)this_instr;
  |  |12414|    545|            frame->instr_ptr = next_instr;
  |  |12415|    545|            next_instr += 4;
  |  |12416|    545|            INSTRUCTION_STATS(TO_BOOL_INT);
  |  |  ------------------
  |  |  |  |   71|    545|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12417|    545|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12418|    545|            _PyStackRef value;
  |  |12419|    545|            _PyStackRef res;
  |  |12420|    545|            _PyStackRef v;
  |  |12421|       |            // _GUARD_TOS_INT
  |  |12422|    545|            {
  |  |12423|    545|                value = stack_pointer[-1];
  |  |12424|    545|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12425|    545|                if (!_PyLong_CheckExactAndCompact(value_o)) {
  |  |  ------------------
  |  |  |  Branch (12425:21): [True: 1, False: 544]
  |  |  ------------------
  |  |12426|      1|                    UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|      1|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12427|      1|                    assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12427:21): [True: 1, False: 0]
  |  |  ------------------
  |  |12428|      1|                    JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|      1|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12429|      0|                }
  |  |12430|    545|            }
  |  |12431|       |            /* Skip 1 cache entry */
  |  |12432|       |            /* Skip 2 cache entries */
  |  |12433|       |            // _TO_BOOL_INT
  |  |12434|    544|            {
  |  |12435|    544|                STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|    544|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12436|    544|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12437|    544|                res = (_PyLong_IsZero((PyLongObject *)value_o)) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  472|    472|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    472|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = (_PyLong_IsZero((PyLongObject *)value_o)) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  471|    616|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|     72|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12437:23): [True: 472, False: 72]
  |  |  ------------------
  |  |12438|    544|                v = value;
  |  |12439|    544|            }
  |  |12440|       |            // _POP_TOP_INT
  |  |12441|    544|            {
  |  |12442|    544|                value = v;
  |  |12443|    544|                assert(PyLong_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (12443:17): [True: 544, False: 0]
  |  |  ------------------
  |  |12444|    544|                PyStackRef_CLOSE_SPECIALIZED(value, _PyLong_ExactDealloc);
  |  |12445|    544|            }
  |  |12446|      0|            stack_pointer[-1] = res;
  |  |12447|    544|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    544|    { \
  |  |  |  |  201|    544|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    544|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    544|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    544|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    544|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    544|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    544|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    544|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 544]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    544|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    544|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    544|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    544|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    544|    }
  |  |  ------------------
  |  |  |  Branch (12447:13): [True: 544, False: 0]
  |  |  ------------------
  |  |12448|    544|        }
  |  |12449|       |
  |  |12450|    292|        TARGET(TO_BOOL_LIST) {
  |  |  ------------------
  |  |  |  |  132|    292|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12451|       |            #if _Py_TAIL_CALL_INTERP
  |  |12452|       |            int opcode = TO_BOOL_LIST;
  |  |12453|       |            (void)(opcode);
  |  |12454|       |            #endif
  |  |12455|    292|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12456|    292|            (void)this_instr;
  |  |12457|    292|            frame->instr_ptr = next_instr;
  |  |12458|    292|            next_instr += 4;
  |  |12459|    292|            INSTRUCTION_STATS(TO_BOOL_LIST);
  |  |  ------------------
  |  |  |  |   71|    292|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12460|    292|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12461|    292|            _PyStackRef tos;
  |  |12462|    292|            _PyStackRef value;
  |  |12463|    292|            _PyStackRef res;
  |  |12464|    292|            _PyStackRef v;
  |  |12465|       |            // _GUARD_TOS_LIST
  |  |12466|    292|            {
  |  |12467|    292|                tos = stack_pointer[-1];
  |  |12468|    292|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  |12469|    292|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|    292|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    292|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    292|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    292|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12469:21): [True: 15, False: 277]
  |  |  ------------------
  |  |12470|     15|                    UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|     15|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12471|     15|                    assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12471:21): [True: 15, False: 0]
  |  |  ------------------
  |  |12472|     15|                    JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|     15|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12473|      0|                }
  |  |12474|    292|            }
  |  |12475|       |            /* Skip 1 cache entry */
  |  |12476|       |            /* Skip 2 cache entries */
  |  |12477|       |            // _TO_BOOL_LIST
  |  |12478|    277|            {
  |  |12479|    277|                value = tos;
  |  |12480|    277|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12481|    277|                assert(PyList_CheckExact(value_o));
  |  |  ------------------
  |  |  |  Branch (12481:17): [True: 277, False: 0]
  |  |  ------------------
  |  |12482|    277|                STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|    277|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12483|    277|                res = PyList_GET_SIZE(value_o) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |   38|    277|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    277|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    277|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (38:29): [True: 121, False: 156]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = PyList_GET_SIZE(value_o) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|    121|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    121|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = PyList_GET_SIZE(value_o) ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|    433|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    156|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12484|    277|                v = value;
  |  |12485|    277|            }
  |  |12486|       |            // _POP_TOP
  |  |12487|      0|            {
  |  |12488|    277|                value = v;
  |  |12489|    277|                stack_pointer[-1] = res;
  |  |12490|    277|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12491|    277|                PyStackRef_XCLOSE(value);
  |  |12492|    277|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12493|    277|            }
  |  |12494|    277|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    277|    { \
  |  |  |  |  201|    277|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    277|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    277|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    277|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    277|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    277|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    277|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    277|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 277]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    277|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    277|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    277|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    277|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    277|    }
  |  |  ------------------
  |  |  |  Branch (12494:13): [True: 277, False: 0]
  |  |  ------------------
  |  |12495|    277|        }
  |  |12496|       |
  |  |12497|    303|        TARGET(TO_BOOL_NONE) {
  |  |  ------------------
  |  |  |  |  132|    303|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12498|       |            #if _Py_TAIL_CALL_INTERP
  |  |12499|       |            int opcode = TO_BOOL_NONE;
  |  |12500|       |            (void)(opcode);
  |  |12501|       |            #endif
  |  |12502|    303|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12503|    303|            (void)this_instr;
  |  |12504|    303|            frame->instr_ptr = next_instr;
  |  |12505|    303|            next_instr += 4;
  |  |12506|    303|            INSTRUCTION_STATS(TO_BOOL_NONE);
  |  |  ------------------
  |  |  |  |   71|    303|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12507|    303|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12508|    303|            _PyStackRef value;
  |  |12509|    303|            _PyStackRef res;
  |  |12510|       |            /* Skip 1 cache entry */
  |  |12511|       |            /* Skip 2 cache entries */
  |  |12512|    303|            value = stack_pointer[-1];
  |  |12513|    303|            if (!PyStackRef_IsNone(value)) {
  |  |  ------------------
  |  |  |  |  483|    303|#define PyStackRef_IsNone(REF) ((REF).bits == (((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    303|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12513:17): [True: 87, False: 216]
  |  |  ------------------
  |  |12514|     87|                UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|     87|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12515|     87|                assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12515:17): [True: 87, False: 0]
  |  |  ------------------
  |  |12516|     87|                JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|     87|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12517|      0|            }
  |  |12518|    216|            STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|    216|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12519|    216|            res = PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|    216|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    216|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12520|    216|            stack_pointer[-1] = res;
  |  |12521|    216|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    216|    { \
  |  |  |  |  201|    216|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    216|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    216|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    216|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    216|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    216|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    216|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    216|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 216]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    216|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    216|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    216|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    216|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    216|    }
  |  |  ------------------
  |  |  |  Branch (12521:13): [True: 216, False: 0]
  |  |  ------------------
  |  |12522|    216|        }
  |  |12523|       |
  |  |12524|    723|        TARGET(TO_BOOL_STR) {
  |  |  ------------------
  |  |  |  |  132|    723|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12525|       |            #if _Py_TAIL_CALL_INTERP
  |  |12526|       |            int opcode = TO_BOOL_STR;
  |  |12527|       |            (void)(opcode);
  |  |12528|       |            #endif
  |  |12529|    723|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12530|    723|            (void)this_instr;
  |  |12531|    723|            frame->instr_ptr = next_instr;
  |  |12532|    723|            next_instr += 4;
  |  |12533|    723|            INSTRUCTION_STATS(TO_BOOL_STR);
  |  |  ------------------
  |  |  |  |   71|    723|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12534|    723|            static_assert(INLINE_CACHE_ENTRIES_TO_BOOL == 3, "incorrect cache size");
  |  |12535|    723|            _PyStackRef value;
  |  |12536|    723|            _PyStackRef res;
  |  |12537|    723|            _PyStackRef v;
  |  |12538|       |            // _GUARD_TOS_UNICODE
  |  |12539|    723|            {
  |  |12540|    723|                value = stack_pointer[-1];
  |  |12541|    723|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12542|    723|                if (!PyUnicode_CheckExact(value_o)) {
  |  |  ------------------
  |  |  |  |  104|    723|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    723|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    723|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    723|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12542:21): [True: 3, False: 720]
  |  |  ------------------
  |  |12543|      3|                    UPDATE_MISS_STATS(TO_BOOL);
  |  |  ------------------
  |  |  |  |  298|      3|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12544|      3|                    assert(_PyOpcode_Deopt[opcode] == (TO_BOOL));
  |  |  ------------------
  |  |  |  Branch (12544:21): [True: 3, False: 0]
  |  |  ------------------
  |  |12545|      3|                    JUMP_TO_PREDICTED(TO_BOOL);
  |  |  ------------------
  |  |  |  |  136|      3|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12546|      0|                }
  |  |12547|    723|            }
  |  |12548|       |            /* Skip 1 cache entry */
  |  |12549|       |            /* Skip 2 cache entries */
  |  |12550|       |            // _TO_BOOL_STR
  |  |12551|    720|            {
  |  |12552|    720|                STAT_INC(TO_BOOL, hit);
  |  |  ------------------
  |  |  |  |   73|    720|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12553|    720|                PyObject *value_o = PyStackRef_AsPyObjectBorrow(value);
  |  |12554|    720|                res = value_o == &_Py_STR(empty) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  919|    720|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  |  |  ------------------
  |  |  |  |  |  |   18|    720|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   16|    720|    _PyRuntime.static_objects.NAME
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = value_o == &_Py_STR(empty) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  472|    119|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    119|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                               res = value_o == &_Py_STR(empty) ? PyStackRef_False : PyStackRef_True;
  |  |  ------------------
  |  |  |  |  471|  1.32k|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    601|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12554:23): [True: 119, False: 601]
  |  |  ------------------
  |  |12555|    720|                v = value;
  |  |12556|    720|            }
  |  |12557|       |            // _POP_TOP_UNICODE
  |  |12558|    720|            {
  |  |12559|    720|                value = v;
  |  |12560|    720|                assert(PyUnicode_CheckExact(PyStackRef_AsPyObjectBorrow(value)));
  |  |  ------------------
  |  |  |  Branch (12560:17): [True: 720, False: 0]
  |  |  ------------------
  |  |12561|    720|                PyStackRef_CLOSE_SPECIALIZED(value, _PyUnicode_ExactDealloc);
  |  |12562|    720|            }
  |  |12563|      0|            stack_pointer[-1] = res;
  |  |12564|    720|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    720|    { \
  |  |  |  |  201|    720|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    720|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    720|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    720|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    720|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    720|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    720|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    720|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 720]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    720|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    720|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    720|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    720|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    720|    }
  |  |  ------------------
  |  |  |  Branch (12564:13): [True: 720, False: 0]
  |  |  ------------------
  |  |12565|    720|        }
  |  |12566|       |
  |  |12567|      0|        TARGET(TRACE_RECORD) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12568|       |            #if _Py_TAIL_CALL_INTERP
  |  |12569|       |            int opcode = TRACE_RECORD;
  |  |12570|       |            (void)(opcode);
  |  |12571|       |            #endif
  |  |12572|      0|            _Py_CODEUNIT* const prev_instr = frame->instr_ptr;
  |  |12573|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12574|      0|            (void)this_instr;
  |  |12575|      0|            frame->instr_ptr = next_instr;
  |  |12576|      0|            next_instr += 1;
  |  |12577|      0|            INSTRUCTION_STATS(TRACE_RECORD);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12578|      0|            opcode = TRACE_RECORD;
  |  |  ------------------
  |  |  |  |  246|      0|#define TRACE_RECORD                           255
  |  |  ------------------
  |  |12579|       |            #if _Py_TIER2
  |  |12580|       |            assert(IS_JIT_TRACING());
  |  |12581|       |            next_instr = this_instr;
  |  |12582|       |            frame->instr_ptr = prev_instr;
  |  |12583|       |            opcode = next_instr->op.code;
  |  |12584|       |            bool stop_tracing = (
  |  |12585|       |                                 opcode == WITH_EXCEPT_START ||
  |  |12586|       |                                 opcode == RERAISE ||
  |  |12587|       |                                 opcode == CLEANUP_THROW ||
  |  |12588|       |                                 opcode == PUSH_EXC_INFO ||
  |  |12589|       |                                 opcode == INTERPRETER_EXIT ||
  |  |12590|       |                                 (opcode >= MIN_INSTRUMENTED_OPCODE && opcode != ENTER_EXECUTOR)
  |  |12591|       |            );
  |  |12592|       |            _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  |  |12593|       |            _PyJitTracerState *tracer = _tstate->jit_tracer_state;
  |  |12594|       |            assert(tracer != NULL);
  |  |12595|       |            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12596|       |            int full = !_PyJit_translate_single_bytecode_to_trace(tstate, frame, next_instr, stop_tracing ? _DEOPT : 0);
  |  |12597|       |            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12598|       |            if (full) {
  |  |12599|       |                LEAVE_TRACING();
  |  |12600|       |                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12601|       |                int err = stop_tracing_and_jit(tstate, frame);
  |  |12602|       |                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12603|       |                if (err < 0) {
  |  |12604|       |                    JUMP_TO_LABEL(error);
  |  |12605|       |                }
  |  |12606|       |                DISPATCH();
  |  |12607|       |            }
  |  |12608|       |            for (int i = 0; i < tracer->prev_state.recorded_count; i++) {
  |  |12609|       |                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12610|       |                Py_CLEAR(tracer->prev_state.recorded_values[i]);
  |  |12611|       |                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12612|       |            }
  |  |12613|       |            tracer->prev_state.recorded_count = 0;
  |  |12614|       |            tracer->prev_state.instr = next_instr;
  |  |12615|       |            PyObject *prev_code = PyStackRef_AsPyObjectBorrow(frame->f_executable);
  |  |12616|       |            if (tracer->prev_state.instr_code != (PyCodeObject *)prev_code) {
  |  |12617|       |                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12618|       |                Py_SETREF(tracer->prev_state.instr_code, (PyCodeObject*)Py_NewRef((prev_code)));
  |  |12619|       |                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12620|       |            }
  |  |12621|       |            tracer->prev_state.instr_frame = frame;
  |  |12622|       |            tracer->prev_state.instr_oparg = oparg;
  |  |12623|       |            tracer->prev_state.instr_stacklevel = PyStackRef_IsNone(frame->f_executable) ? 2 : STACK_LEVEL();
  |  |12624|       |            if (_PyOpcode_Caches[_PyOpcode_Deopt[opcode]]
  |  |12625|       |                // Branch opcodes use the cache for branch history, not
  |  |12626|       |                // specialization counters.  Don't reset it.
  |  |12627|       |                && !IS_CONDITIONAL_JUMP_OPCODE(opcode)) {
  |  |12628|       |                (&next_instr[1])->counter = trigger_backoff_counter();
  |  |12629|       |            }
  |  |12630|       |            const _PyOpcodeRecordEntry *record_entry = &_PyOpcode_RecordEntries[opcode];
  |  |12631|       |            for (int i = 0; i < record_entry->count; i++) {
  |  |12632|       |                _Py_RecordFuncPtr doesnt_escape = _PyOpcode_RecordFunctions[record_entry->indices[i]];
  |  |12633|       |                doesnt_escape(frame, stack_pointer, oparg, &tracer->prev_state.recorded_values[i]);
  |  |12634|       |            }
  |  |12635|       |            tracer->prev_state.recorded_count = record_entry->count;
  |  |12636|       |            DISPATCH_GOTO_NON_TRACING();
  |  |12637|       |            #else
  |  |12638|      0|            (void)prev_instr;
  |  |12639|      0|            Py_FatalError("JIT instruction executed in non-jit build.");
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  |  |12640|      0|            #endif
  |  |12641|      0|        }
  |  |12642|       |
  |  |12643|      3|        TARGET(UNARY_INVERT) {
  |  |  ------------------
  |  |  |  |  132|      3|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12644|       |            #if _Py_TAIL_CALL_INTERP
  |  |12645|       |            int opcode = UNARY_INVERT;
  |  |12646|       |            (void)(opcode);
  |  |12647|       |            #endif
  |  |12648|      3|            frame->instr_ptr = next_instr;
  |  |12649|      3|            next_instr += 1;
  |  |12650|      3|            INSTRUCTION_STATS(UNARY_INVERT);
  |  |  ------------------
  |  |  |  |   71|      3|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12651|      3|            _PyStackRef value;
  |  |12652|      3|            _PyStackRef res;
  |  |12653|      3|            _PyStackRef v;
  |  |12654|       |            // _UNARY_INVERT
  |  |12655|      3|            {
  |  |12656|      3|                value = stack_pointer[-1];
  |  |12657|      3|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12658|      3|                PyObject *res_o = PyNumber_Invert(PyStackRef_AsPyObjectBorrow(value));
  |  |12659|      3|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12660|      3|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (12660:21): [True: 0, False: 3]
  |  |  ------------------
  |  |12661|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12662|      0|                }
  |  |12663|      3|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |12664|      3|                v = value;
  |  |12665|      3|            }
  |  |12666|       |            // _POP_TOP
  |  |12667|      0|            {
  |  |12668|      3|                value = v;
  |  |12669|      3|                stack_pointer[-1] = res;
  |  |12670|      3|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12671|      3|                PyStackRef_XCLOSE(value);
  |  |12672|      3|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12673|      3|            }
  |  |12674|      3|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      3|    { \
  |  |  |  |  201|      3|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      3|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      3|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      3|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      3|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      3|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      3|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      3|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      3|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      3|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      3|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      3|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      3|    }
  |  |  ------------------
  |  |  |  Branch (12674:13): [True: 3, False: 0]
  |  |  ------------------
  |  |12675|      3|        }
  |  |12676|       |
  |  |12677|      2|        TARGET(UNARY_NEGATIVE) {
  |  |  ------------------
  |  |  |  |  132|      2|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12678|       |            #if _Py_TAIL_CALL_INTERP
  |  |12679|       |            int opcode = UNARY_NEGATIVE;
  |  |12680|       |            (void)(opcode);
  |  |12681|       |            #endif
  |  |12682|      2|            frame->instr_ptr = next_instr;
  |  |12683|      2|            next_instr += 1;
  |  |12684|      2|            INSTRUCTION_STATS(UNARY_NEGATIVE);
  |  |  ------------------
  |  |  |  |   71|      2|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12685|      2|            _PyStackRef value;
  |  |12686|      2|            _PyStackRef res;
  |  |12687|      2|            _PyStackRef v;
  |  |12688|       |            // _UNARY_NEGATIVE
  |  |12689|      2|            {
  |  |12690|      2|                value = stack_pointer[-1];
  |  |12691|      2|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12692|      2|                PyObject *res_o = PyNumber_Negative(PyStackRef_AsPyObjectBorrow(value));
  |  |12693|      2|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12694|      2|                if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (12694:21): [True: 0, False: 2]
  |  |  ------------------
  |  |12695|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12696|      0|                }
  |  |12697|      2|                res = PyStackRef_FromPyObjectSteal(res_o);
  |  |12698|      2|                v = value;
  |  |12699|      2|            }
  |  |12700|       |            // _POP_TOP
  |  |12701|      0|            {
  |  |12702|      2|                value = v;
  |  |12703|      2|                stack_pointer[-1] = res;
  |  |12704|      2|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12705|      2|                PyStackRef_XCLOSE(value);
  |  |12706|      2|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12707|      2|            }
  |  |12708|      2|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      2|    { \
  |  |  |  |  201|      2|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      2|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      2|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      2|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      2|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      2|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      2|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      2|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      2|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      2|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      2|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      2|    }
  |  |  ------------------
  |  |  |  Branch (12708:13): [True: 2, False: 0]
  |  |  ------------------
  |  |12709|      2|        }
  |  |12710|       |
  |  |12711|     61|        TARGET(UNARY_NOT) {
  |  |  ------------------
  |  |  |  |  132|     61|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12712|       |            #if _Py_TAIL_CALL_INTERP
  |  |12713|       |            int opcode = UNARY_NOT;
  |  |12714|       |            (void)(opcode);
  |  |12715|       |            #endif
  |  |12716|     61|            frame->instr_ptr = next_instr;
  |  |12717|     61|            next_instr += 1;
  |  |12718|     61|            INSTRUCTION_STATS(UNARY_NOT);
  |  |  ------------------
  |  |  |  |   71|     61|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12719|     61|            _PyStackRef value;
  |  |12720|     61|            _PyStackRef res;
  |  |12721|     61|            value = stack_pointer[-1];
  |  |12722|     61|            assert(PyStackRef_BoolCheck(value));
  |  |  ------------------
  |  |  |  Branch (12722:13): [True: 61, False: 0]
  |  |  ------------------
  |  |12723|     61|            res = PyStackRef_IsFalse(value)
  |  |  ------------------
  |  |  |  |  482|     61|#define PyStackRef_IsFalse(REF) ((REF).bits == (((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT))
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|     61|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (482:33): [True: 53, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12724|     61|            ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  471|     53|#define PyStackRef_True ((_PyStackRef){.bits = ((uintptr_t)&_Py_TrueStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|     53|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                           ? PyStackRef_True : PyStackRef_False;
  |  |  ------------------
  |  |  |  |  472|     69|#define PyStackRef_False ((_PyStackRef){.bits = ((uintptr_t)&_Py_FalseStruct) | Py_TAG_REFCNT })
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      8|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12725|     61|            stack_pointer[-1] = res;
  |  |12726|     61|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     61|    { \
  |  |  |  |  201|     61|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     61|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     61|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     61|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     61|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     61|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     61|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     61|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 61]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     61|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     61|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     61|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     61|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     61|    }
  |  |  ------------------
  |  |  |  Branch (12726:13): [True: 61, False: 0]
  |  |  ------------------
  |  |12727|     61|        }
  |  |12728|       |
  |  |12729|      0|        TARGET(UNPACK_EX) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12730|       |            #if _Py_TAIL_CALL_INTERP
  |  |12731|       |            int opcode = UNPACK_EX;
  |  |12732|       |            (void)(opcode);
  |  |12733|       |            #endif
  |  |12734|      0|            frame->instr_ptr = next_instr;
  |  |12735|      0|            next_instr += 1;
  |  |12736|      0|            INSTRUCTION_STATS(UNPACK_EX);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12737|      0|            _PyStackRef seq;
  |  |12738|      0|            _PyStackRef *top;
  |  |12739|      0|            seq = stack_pointer[-1];
  |  |12740|      0|            top = &stack_pointer[(oparg & 0xFF) + (oparg >> 8)];
  |  |12741|      0|            PyObject *seq_o = PyStackRef_AsPyObjectSteal(seq);
  |  |12742|      0|            stack_pointer += -1;
  |  |12743|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12744|      0|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12745|      0|            int res = _PyEval_UnpackIterableStackRef(tstate, seq_o, oparg & 0xFF, oparg >> 8, top);
  |  |12746|      0|            Py_DECREF(seq_o);
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12747|      0|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12748|      0|            if (res == 0) {
  |  |  ------------------
  |  |  |  Branch (12748:17): [True: 0, False: 0]
  |  |  ------------------
  |  |12749|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12750|      0|            }
  |  |12751|      0|            stack_pointer += 1 + (oparg & 0xFF) + (oparg >> 8);
  |  |12752|      0|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12753|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (12753:13): [True: 0, False: 0]
  |  |  ------------------
  |  |12754|      0|        }
  |  |12755|       |
  |  |12756|    102|        TARGET(UNPACK_SEQUENCE) {
  |  |  ------------------
  |  |  |  |  132|    102|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12757|       |            #if _Py_TAIL_CALL_INTERP
  |  |12758|       |            int opcode = UNPACK_SEQUENCE;
  |  |12759|       |            (void)(opcode);
  |  |12760|       |            #endif
  |  |12761|    102|            frame->instr_ptr = next_instr;
  |  |12762|    102|            next_instr += 2;
  |  |12763|    102|            INSTRUCTION_STATS(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |   71|    102|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12764|    102|            PREDICTED_UNPACK_SEQUENCE:;
  |  |12765|    102|            _Py_CODEUNIT* const this_instr = next_instr - 2;
  |  |12766|    102|            (void)this_instr;
  |  |12767|    102|            _PyStackRef seq;
  |  |12768|    102|            _PyStackRef *top;
  |  |12769|       |            // _SPECIALIZE_UNPACK_SEQUENCE
  |  |12770|    102|            {
  |  |12771|    102|                seq = stack_pointer[-1];
  |  |12772|    102|                uint16_t counter = read_u16(&this_instr[1].cache);
  |  |12773|    102|                (void)counter;
  |  |12774|    102|                #if ENABLE_SPECIALIZATION
  |  |12775|    102|                if (ADAPTIVE_COUNTER_TRIGGERS(counter)) {
  |  |  ------------------
  |  |  |  |  354|    102|    backoff_counter_triggers(forge_backoff_counter((COUNTER)))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (354:5): [True: 45, False: 57]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12776|     45|                    next_instr = this_instr;
  |  |12777|     45|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12778|     45|                    _Py_Specialize_UnpackSequence(seq, next_instr, oparg);
  |  |12779|     45|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12780|     45|                    DISPATCH_SAME_OPARG();
  |  |  ------------------
  |  |  |  |  216|     45|    { \
  |  |  |  |  217|     45|        opcode = next_instr->op.code; \
  |  |  |  |  218|     45|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     45|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  219|     45|        DISPATCH_GOTO_NON_TRACING(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     45|#  define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  130|     45|#  define DISPATCH_TABLE opcode_targets_table
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  220|     45|    }
  |  |  ------------------
  |  |12781|     45|                }
  |  |12782|    102|                OPCODE_DEFERRED_INC(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |   90|    102|#define OPCODE_DEFERRED_INC(opname) ((void)0)
  |  |  ------------------
  |  |12783|    102|                ADVANCE_ADAPTIVE_COUNTER(this_instr[1].counter);
  |  |  ------------------
  |  |  |  |  357|    102|    do { \
  |  |  |  |  358|    102|        (COUNTER) = advance_backoff_counter((COUNTER)); \
  |  |  |  |  359|    102|    } while (0);
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (359:14): [Folded, False: 102]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12784|    102|                #endif  /* ENABLE_SPECIALIZATION */
  |  |12785|    102|                (void)seq;
  |  |12786|    102|                (void)counter;
  |  |12787|    102|            }
  |  |12788|       |            // _UNPACK_SEQUENCE
  |  |12789|    102|            {
  |  |12790|    102|                top = &stack_pointer[-1 + oparg];
  |  |12791|    102|                PyObject *seq_o = PyStackRef_AsPyObjectSteal(seq);
  |  |12792|    102|                stack_pointer += -1;
  |  |12793|    102|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    102|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12794|    102|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12795|    102|                int res = _PyEval_UnpackIterableStackRef(tstate, seq_o, oparg, -1, top);
  |  |12796|    102|                Py_DECREF(seq_o);
  |  |  ------------------
  |  |  |  |   80|    102|    do { \
  |  |  |  |   81|    102|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    102|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    102|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|    102|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|    102|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    102|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    102|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 102]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|    102|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|    102|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|    102|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 19, False: 83]
  |  |  |  |  ------------------
  |  |  |  |   88|     19|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|     19|    do { \
  |  |  |  |  |  |  113|     19|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|     19|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 19]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|     19|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 19]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|     19|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|     19|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|     19|            (*dealloc)(op); \
  |  |  |  |   91|     19|        } \
  |  |  |  |   92|    102|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 102]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12797|    102|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12798|    102|                if (res == 0) {
  |  |  ------------------
  |  |  |  Branch (12798:21): [True: 0, False: 102]
  |  |  ------------------
  |  |12799|      0|                    JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |12800|      0|                }
  |  |12801|    102|            }
  |  |12802|    102|            stack_pointer += oparg;
  |  |12803|    102|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    102|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12804|    102|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    102|    { \
  |  |  |  |  201|    102|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    102|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     57|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     57|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     57|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     57|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     57|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     57|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 57]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     57|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     57|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     57|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     57|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     57|    }
  |  |  ------------------
  |  |  |  Branch (12804:13): [True: 57, False: 45]
  |  |  ------------------
  |  |12805|     57|        }
  |  |12806|       |
  |  |12807|      0|        TARGET(UNPACK_SEQUENCE_LIST) {
  |  |  ------------------
  |  |  |  |  132|      0|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12808|       |            #if _Py_TAIL_CALL_INTERP
  |  |12809|       |            int opcode = UNPACK_SEQUENCE_LIST;
  |  |12810|       |            (void)(opcode);
  |  |12811|       |            #endif
  |  |12812|      0|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12813|      0|            (void)this_instr;
  |  |12814|      0|            frame->instr_ptr = next_instr;
  |  |12815|      0|            next_instr += 2;
  |  |12816|      0|            INSTRUCTION_STATS(UNPACK_SEQUENCE_LIST);
  |  |  ------------------
  |  |  |  |   71|      0|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12817|      0|            static_assert(INLINE_CACHE_ENTRIES_UNPACK_SEQUENCE == 1, "incorrect cache size");
  |  |12818|      0|            _PyStackRef tos;
  |  |12819|      0|            _PyStackRef seq;
  |  |12820|      0|            _PyStackRef *values;
  |  |12821|       |            // _GUARD_TOS_LIST
  |  |12822|      0|            {
  |  |12823|      0|                tos = stack_pointer[-1];
  |  |12824|      0|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  |12825|      0|                if (!PyList_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   26|      0|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12825:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12826|      0|                    UPDATE_MISS_STATS(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12827|      0|                    assert(_PyOpcode_Deopt[opcode] == (UNPACK_SEQUENCE));
  |  |  ------------------
  |  |  |  Branch (12827:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12828|      0|                    JUMP_TO_PREDICTED(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12829|      0|                }
  |  |12830|      0|            }
  |  |12831|       |            /* Skip 1 cache entry */
  |  |12832|       |            // _UNPACK_SEQUENCE_LIST
  |  |12833|      0|            {
  |  |12834|      0|                seq = tos;
  |  |12835|      0|                values = &stack_pointer[-1];
  |  |12836|      0|                PyObject *seq_o = PyStackRef_AsPyObjectBorrow(seq);
  |  |12837|      0|                assert(PyList_CheckExact(seq_o));
  |  |  ------------------
  |  |  |  Branch (12837:17): [True: 0, False: 0]
  |  |  ------------------
  |  |12838|      0|                if (!LOCK_OBJECT(seq_o)) {
  |  |  ------------------
  |  |  |  |  321|      0|#  define LOCK_OBJECT(op) (1)
  |  |  ------------------
  |  |  |  Branch (12838:21): [Folded, False: 0]
  |  |  ------------------
  |  |12839|      0|                    UPDATE_MISS_STATS(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12840|      0|                    assert(_PyOpcode_Deopt[opcode] == (UNPACK_SEQUENCE));
  |  |  ------------------
  |  |  |  Branch (12840:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12841|      0|                    JUMP_TO_PREDICTED(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12842|      0|                }
  |  |12843|      0|                if (PyList_GET_SIZE(seq_o) != oparg) {
  |  |  ------------------
  |  |  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12843:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12844|      0|                    UNLOCK_OBJECT(seq_o);
  |  |  ------------------
  |  |  |  |  322|      0|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |12845|      0|                    if (true) {
  |  |  ------------------
  |  |  |  Branch (12845:25): [True: 0, Folded]
  |  |  ------------------
  |  |12846|      0|                        UPDATE_MISS_STATS(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12847|      0|                        assert(_PyOpcode_Deopt[opcode] == (UNPACK_SEQUENCE));
  |  |  ------------------
  |  |  |  Branch (12847:25): [True: 0, False: 0]
  |  |  ------------------
  |  |12848|      0|                        JUMP_TO_PREDICTED(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12849|      0|                    }
  |  |12850|      0|                }
  |  |12851|      0|                STAT_INC(UNPACK_SEQUENCE, hit);
  |  |  ------------------
  |  |  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12852|      0|                PyObject **items = _PyList_ITEMS(seq_o);
  |  |  ------------------
  |  |  |  |   30|      0|#define _PyList_ITEMS(op) _Py_RVALUE(_PyList_CAST(op)->ob_item)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12853|      0|                for (int i = oparg; --i >= 0; ) {
  |  |  ------------------
  |  |  |  Branch (12853:37): [True: 0, False: 0]
  |  |  ------------------
  |  |12854|      0|                    *values++ = PyStackRef_FromPyObjectNew(items[i]);
  |  |  ------------------
  |  |  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12855|      0|                }
  |  |12856|      0|                UNLOCK_OBJECT(seq_o);
  |  |  ------------------
  |  |  |  |  322|      0|#  define UNLOCK_OBJECT(op) ((void)0)
  |  |  ------------------
  |  |12857|      0|                stack_pointer += -1 + oparg;
  |  |12858|      0|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      0|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12859|      0|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12860|      0|                PyStackRef_CLOSE(seq);
  |  |12861|      0|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12862|      0|            }
  |  |12863|      0|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      0|    { \
  |  |  |  |  201|      0|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      0|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      0|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      0|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      0|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      0|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      0|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      0|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      0|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      0|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      0|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      0|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      0|    }
  |  |  ------------------
  |  |  |  Branch (12863:13): [True: 0, False: 0]
  |  |  ------------------
  |  |12864|      0|        }
  |  |12865|       |
  |  |12866|     63|        TARGET(UNPACK_SEQUENCE_TUPLE) {
  |  |  ------------------
  |  |  |  |  132|     63|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12867|       |            #if _Py_TAIL_CALL_INTERP
  |  |12868|       |            int opcode = UNPACK_SEQUENCE_TUPLE;
  |  |12869|       |            (void)(opcode);
  |  |12870|       |            #endif
  |  |12871|     63|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12872|     63|            (void)this_instr;
  |  |12873|     63|            frame->instr_ptr = next_instr;
  |  |12874|     63|            next_instr += 2;
  |  |12875|     63|            INSTRUCTION_STATS(UNPACK_SEQUENCE_TUPLE);
  |  |  ------------------
  |  |  |  |   71|     63|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12876|     63|            static_assert(INLINE_CACHE_ENTRIES_UNPACK_SEQUENCE == 1, "incorrect cache size");
  |  |12877|     63|            _PyStackRef tos;
  |  |12878|     63|            _PyStackRef seq;
  |  |12879|     63|            _PyStackRef *values;
  |  |12880|       |            // _GUARD_TOS_TUPLE
  |  |12881|     63|            {
  |  |12882|     63|                tos = stack_pointer[-1];
  |  |12883|     63|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  |12884|     63|                if (!PyTuple_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   28|     63|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|     63|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12884:21): [True: 0, False: 63]
  |  |  ------------------
  |  |12885|      0|                    UPDATE_MISS_STATS(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12886|      0|                    assert(_PyOpcode_Deopt[opcode] == (UNPACK_SEQUENCE));
  |  |  ------------------
  |  |  |  Branch (12886:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12887|      0|                    JUMP_TO_PREDICTED(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12888|      0|                }
  |  |12889|     63|            }
  |  |12890|       |            /* Skip 1 cache entry */
  |  |12891|       |            // _UNPACK_SEQUENCE_TUPLE
  |  |12892|     63|            {
  |  |12893|     63|                seq = tos;
  |  |12894|     63|                values = &stack_pointer[-1];
  |  |12895|     63|                PyObject *seq_o = PyStackRef_AsPyObjectBorrow(seq);
  |  |12896|     63|                assert(PyTuple_CheckExact(seq_o));
  |  |  ------------------
  |  |  |  Branch (12896:17): [True: 63, False: 0]
  |  |  ------------------
  |  |12897|     63|                if (PyTuple_GET_SIZE(seq_o) != oparg) {
  |  |  ------------------
  |  |  |  |   27|     63|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     63|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     63|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12897:21): [True: 0, False: 63]
  |  |  ------------------
  |  |12898|      0|                    UPDATE_MISS_STATS(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12899|      0|                    assert(_PyOpcode_Deopt[opcode] == (UNPACK_SEQUENCE));
  |  |  ------------------
  |  |  |  Branch (12899:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12900|      0|                    JUMP_TO_PREDICTED(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12901|      0|                }
  |  |12902|     63|                STAT_INC(UNPACK_SEQUENCE, hit);
  |  |  ------------------
  |  |  |  |   73|     63|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12903|     63|                PyObject **items = _PyTuple_ITEMS(seq_o);
  |  |  ------------------
  |  |  |  |   26|     63|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|    126|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 63, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12904|    256|                for (int i = oparg; --i >= 0; ) {
  |  |  ------------------
  |  |  |  Branch (12904:37): [True: 193, False: 63]
  |  |  ------------------
  |  |12905|    193|                    *values++ = PyStackRef_FromPyObjectNew(items[i]);
  |  |  ------------------
  |  |  |  |  599|    193|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    193|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    193|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12906|    193|                }
  |  |12907|     63|                stack_pointer += -1 + oparg;
  |  |12908|     63|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     63|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12909|     63|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12910|     63|                PyStackRef_CLOSE(seq);
  |  |12911|     63|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12912|     63|            }
  |  |12913|     63|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     63|    { \
  |  |  |  |  201|     63|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     63|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     63|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     63|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     63|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     63|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     63|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     63|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 63]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     63|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     63|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     63|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     63|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     63|    }
  |  |  ------------------
  |  |  |  Branch (12913:13): [True: 63, False: 0]
  |  |  ------------------
  |  |12914|     63|        }
  |  |12915|       |
  |  |12916|    681|        TARGET(UNPACK_SEQUENCE_TWO_TUPLE) {
  |  |  ------------------
  |  |  |  |  132|    681|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12917|       |            #if _Py_TAIL_CALL_INTERP
  |  |12918|       |            int opcode = UNPACK_SEQUENCE_TWO_TUPLE;
  |  |12919|       |            (void)(opcode);
  |  |12920|       |            #endif
  |  |12921|    681|            _Py_CODEUNIT* const this_instr = next_instr;
  |  |12922|    681|            (void)this_instr;
  |  |12923|    681|            frame->instr_ptr = next_instr;
  |  |12924|    681|            next_instr += 2;
  |  |12925|    681|            INSTRUCTION_STATS(UNPACK_SEQUENCE_TWO_TUPLE);
  |  |  ------------------
  |  |  |  |   71|    681|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12926|    681|            static_assert(INLINE_CACHE_ENTRIES_UNPACK_SEQUENCE == 1, "incorrect cache size");
  |  |12927|    681|            _PyStackRef tos;
  |  |12928|    681|            _PyStackRef seq;
  |  |12929|    681|            _PyStackRef val1;
  |  |12930|    681|            _PyStackRef val0;
  |  |12931|       |            // _GUARD_TOS_TUPLE
  |  |12932|    681|            {
  |  |12933|    681|                tos = stack_pointer[-1];
  |  |12934|    681|                PyObject *o = PyStackRef_AsPyObjectBorrow(tos);
  |  |12935|    681|                if (!PyTuple_CheckExact(o)) {
  |  |  ------------------
  |  |  |  |   28|    681|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|    681|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|    681|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|    681|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12935:21): [True: 0, False: 681]
  |  |  ------------------
  |  |12936|      0|                    UPDATE_MISS_STATS(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12937|      0|                    assert(_PyOpcode_Deopt[opcode] == (UNPACK_SEQUENCE));
  |  |  ------------------
  |  |  |  Branch (12937:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12938|      0|                    JUMP_TO_PREDICTED(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12939|      0|                }
  |  |12940|    681|            }
  |  |12941|       |            /* Skip 1 cache entry */
  |  |12942|       |            // _UNPACK_SEQUENCE_TWO_TUPLE
  |  |12943|    681|            {
  |  |12944|    681|                seq = tos;
  |  |12945|    681|                assert(oparg == 2);
  |  |  ------------------
  |  |  |  Branch (12945:17): [True: 681, False: 0]
  |  |  ------------------
  |  |12946|    681|                PyObject *seq_o = PyStackRef_AsPyObjectBorrow(seq);
  |  |12947|    681|                assert(PyTuple_CheckExact(seq_o));
  |  |  ------------------
  |  |  |  Branch (12947:17): [True: 681, False: 0]
  |  |  ------------------
  |  |12948|    681|                if (PyTuple_GET_SIZE(seq_o) != 2) {
  |  |  ------------------
  |  |  |  |   27|    681|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    681|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    681|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (12948:21): [True: 0, False: 681]
  |  |  ------------------
  |  |12949|      0|                    UPDATE_MISS_STATS(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  298|      0|#define UPDATE_MISS_STATS(INSTNAME) ((void)0)
  |  |  ------------------
  |  |12950|      0|                    assert(_PyOpcode_Deopt[opcode] == (UNPACK_SEQUENCE));
  |  |  ------------------
  |  |  |  Branch (12950:21): [True: 0, False: 0]
  |  |  ------------------
  |  |12951|      0|                    JUMP_TO_PREDICTED(UNPACK_SEQUENCE);
  |  |  ------------------
  |  |  |  |  136|      0|#  define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
  |  |  ------------------
  |  |12952|      0|                }
  |  |12953|    681|                STAT_INC(UNPACK_SEQUENCE, hit);
  |  |  ------------------
  |  |  |  |   73|    681|#define STAT_INC(opname, name) ((void)0)
  |  |  ------------------
  |  |12954|    681|                val0 = PyStackRef_FromPyObjectNew(PyTuple_GET_ITEM(seq_o, 0));
  |  |  ------------------
  |  |  |  |  599|    681|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    681|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (37:38): [True: 681, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12955|    681|                val1 = PyStackRef_FromPyObjectNew(PyTuple_GET_ITEM(seq_o, 1));
  |  |  ------------------
  |  |  |  |  599|    681|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    681|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.36k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (37:38): [True: 681, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12956|      0|                stack_pointer[-1] = val1;
  |  |12957|    681|                stack_pointer[0] = val0;
  |  |12958|    681|                stack_pointer += 1;
  |  |12959|    681|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|    681|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |12960|    681|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |12961|    681|                PyStackRef_CLOSE(seq);
  |  |12962|    681|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |12963|    681|            }
  |  |12964|    681|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    681|    { \
  |  |  |  |  201|    681|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    681|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    681|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    681|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    681|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    681|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    681|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    681|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 681]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    681|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    681|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    681|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    681|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    681|    }
  |  |  ------------------
  |  |  |  Branch (12964:13): [True: 681, False: 0]
  |  |  ------------------
  |  |12965|    681|        }
  |  |12966|       |
  |  |12967|      4|        TARGET(WITH_EXCEPT_START) {
  |  |  ------------------
  |  |  |  |  132|      4|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |12968|       |            #if _Py_TAIL_CALL_INTERP
  |  |12969|       |            int opcode = WITH_EXCEPT_START;
  |  |12970|       |            (void)(opcode);
  |  |12971|       |            #endif
  |  |12972|      4|            frame->instr_ptr = next_instr;
  |  |12973|      4|            next_instr += 1;
  |  |12974|      4|            INSTRUCTION_STATS(WITH_EXCEPT_START);
  |  |  ------------------
  |  |  |  |   71|      4|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |12975|      4|            _PyStackRef exit_func;
  |  |12976|      4|            _PyStackRef exit_self;
  |  |12977|      4|            _PyStackRef lasti;
  |  |12978|      4|            _PyStackRef val;
  |  |12979|      4|            _PyStackRef res;
  |  |12980|      4|            val = stack_pointer[-1];
  |  |12981|      4|            lasti = stack_pointer[-3];
  |  |12982|      4|            exit_self = stack_pointer[-4];
  |  |12983|      4|            exit_func = stack_pointer[-5];
  |  |12984|      4|            PyObject *exc, *tb;
  |  |12985|      4|            PyObject *val_o = PyStackRef_AsPyObjectBorrow(val);
  |  |12986|      4|            PyObject *exit_func_o = PyStackRef_AsPyObjectBorrow(exit_func);
  |  |12987|      4|            assert(val_o && PyExceptionInstance_Check(val_o));
  |  |  ------------------
  |  |  |  Branch (12987:13): [True: 4, False: 0]
  |  |  |  Branch (12987:13): [True: 4, False: 0]
  |  |  ------------------
  |  |12988|      4|            exc = PyExceptionInstance_Class(val_o);
  |  |  ------------------
  |  |  |  |   69|      4|#define PyExceptionInstance_Class(x) _PyObject_CAST(Py_TYPE(x))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12989|      4|            PyObject *original_tb = tb = PyException_GetTraceback(val_o);
  |  |12990|      4|            if (tb == NULL) {
  |  |  ------------------
  |  |  |  Branch (12990:17): [True: 0, False: 4]
  |  |  ------------------
  |  |12991|      0|                tb = Py_None;
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  |  |12992|      0|            }
  |  |12993|      4|            assert(PyStackRef_IsTaggedInt(lasti));
  |  |  ------------------
  |  |  |  Branch (12993:13): [True: 4, False: 0]
  |  |  ------------------
  |  |12994|      4|            (void)lasti;
  |  |12995|      4|            PyObject* res_o;
  |  |12996|      4|            {
  |  |12997|      4|                PyObject *stack[5] = {NULL, PyStackRef_AsPyObjectBorrow(exit_self), exc, val_o, tb};
  |  |12998|      4|                int has_self = !PyStackRef_IsNull(exit_self);
  |  |  ------------------
  |  |  |  |  470|      4|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  467|      4|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   55|      4|#define Py_TAG_REFCNT 1
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |12999|      4|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13000|      4|                res_o = PyObject_Vectorcall(exit_func_o, stack + 2 - has_self,
  |  |13001|      4|                    (3 + has_self) | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
  |  |  ------------------
  |  |  |  |  287|      4|    (_Py_STATIC_CAST(size_t, 1) << (8 * sizeof(size_t) - 1))
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      4|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |13002|      4|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13003|      4|            }
  |  |13004|      4|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13005|      4|            Py_XDECREF(original_tb);
  |  |  ------------------
  |  |  |  |   69|      4|    do { \
  |  |  |  |   70|      4|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   71|      4|        if (xop != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (71:13): [True: 4, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   72|      4|            Py_DECREF(xop); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   80|      4|    do { \
  |  |  |  |  |  |   81|      4|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   82|      4|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  137|      4|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 4]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   84|      0|            break; \
  |  |  |  |  |  |   85|      0|        } \
  |  |  |  |  |  |   86|      4|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      4|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   87|      4|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (87:13): [True: 0, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |  |  |   91|      0|        } \
  |  |  |  |  |  |   92|      4|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (92:14): [Folded, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   73|      4|        } \
  |  |  |  |   74|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (74:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |13006|      4|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13007|      4|            if (res_o == NULL) {
  |  |  ------------------
  |  |  |  Branch (13007:17): [True: 0, False: 4]
  |  |  ------------------
  |  |13008|      0|                JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13009|      0|            }
  |  |13010|      4|            res = PyStackRef_FromPyObjectSteal(res_o);
  |  |13011|      4|            stack_pointer[0] = res;
  |  |13012|      4|            stack_pointer += 1;
  |  |13013|      4|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|      4|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |13014|      4|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|      4|    { \
  |  |  |  |  201|      4|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|      4|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|      4|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|      4|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|      4|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|      4|        opcode = word.op.code; \
  |  |  |  |  |  |  253|      4|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|      4|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 4]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|      4|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|      4|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|      4|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|      4|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|      4|    }
  |  |  ------------------
  |  |  |  Branch (13014:13): [True: 4, False: 0]
  |  |  ------------------
  |  |13015|      4|        }
  |  |13016|       |
  |  |13017|     90|        TARGET(YIELD_VALUE) {
  |  |  ------------------
  |  |  |  |  132|     90|#  define TARGET(op) TARGET_##op:
  |  |  ------------------
  |  |13018|       |            #if _Py_TAIL_CALL_INTERP
  |  |13019|       |            int opcode = YIELD_VALUE;
  |  |13020|       |            (void)(opcode);
  |  |13021|       |            #endif
  |  |13022|     90|            frame->instr_ptr = next_instr;
  |  |13023|     90|            next_instr += 1;
  |  |13024|     90|            INSTRUCTION_STATS(YIELD_VALUE);
  |  |  ------------------
  |  |  |  |   71|     90|#define INSTRUCTION_STATS(op) ((void)0)
  |  |  ------------------
  |  |13025|     90|            opcode = YIELD_VALUE;
  |  |  ------------------
  |  |  |  |  132|     90|#define YIELD_VALUE                            119
  |  |  ------------------
  |  |13026|     90|            _PyStackRef value;
  |  |13027|     90|            _PyStackRef retval;
  |  |13028|       |            // _MAKE_HEAP_SAFE
  |  |13029|     90|            {
  |  |13030|     90|                value = stack_pointer[-1];
  |  |13031|     90|                value = PyStackRef_MakeHeapSafe(value);
  |  |13032|     90|            }
  |  |13033|       |            // _YIELD_VALUE
  |  |13034|     90|            {
  |  |13035|     90|                retval = value;
  |  |13036|     90|                assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (13036:17): [True: 90, False: 0]
  |  |  ------------------
  |  |13037|     90|                frame->instr_ptr++;
  |  |13038|     90|                PyGenObject *gen = _PyGen_GetGeneratorFromFrame(frame);
  |  |13039|     90|                assert(FRAME_SUSPENDED_YIELD_FROM == FRAME_SUSPENDED + 1);
  |  |  ------------------
  |  |  |  Branch (13039:17): [True: 90, Folded]
  |  |  ------------------
  |  |13040|     90|                assert(oparg == 0 || oparg == 1);
  |  |  ------------------
  |  |  |  Branch (13040:17): [True: 90, False: 0]
  |  |  |  Branch (13040:17): [True: 0, False: 0]
  |  |  ------------------
  |  |13041|     90|                _PyStackRef temp = retval;
  |  |13042|     90|                stack_pointer += -1;
  |  |13043|     90|                ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     90|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |13044|     90|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13045|     90|                DTRACE_FUNCTION_RETURN();
  |  |  ------------------
  |  |  |  |  346|     90|#define DTRACE_FUNCTION_RETURN() ((void)0)
  |  |  ------------------
  |  |13046|     90|                tstate->exc_info = gen->gi_exc_state.previous_item;
  |  |13047|     90|                gen->gi_exc_state.previous_item = NULL;
  |  |13048|     90|                _Py_LeaveRecursiveCallPy(tstate);
  |  |13049|     90|                _PyInterpreterFrame *gen_frame = frame;
  |  |13050|     90|                frame = tstate->current_frame = frame->previous;
  |  |13051|     90|                gen_frame->previous = NULL;
  |  |13052|     90|                ((_PyThreadStateImpl *)tstate)->generator_return_kind = GENERATOR_YIELD;
  |  |13053|     90|                FT_ATOMIC_STORE_INT8_RELEASE(gen->gi_frame_state, FRAME_SUSPENDED + oparg);
  |  |  ------------------
  |  |  |  |  167|     90|#define FT_ATOMIC_STORE_INT8_RELEASE(value, new_value) value = new_value
  |  |  ------------------
  |  |13054|     90|                assert(INLINE_CACHE_ENTRIES_SEND == INLINE_CACHE_ENTRIES_FOR_ITER);
  |  |  ------------------
  |  |  |  Branch (13054:17): [True: 90, Folded]
  |  |  ------------------
  |  |13055|       |                #if TIER_ONE && defined(Py_DEBUG)
  |  |13056|       |                if (!PyStackRef_IsNone(frame->f_executable)) {
  |  |13057|       |                    Py_ssize_t i = frame->instr_ptr - _PyFrame_GetBytecode(frame);
  |  |13058|       |                    assert(i >= 0 && i <= INT_MAX);
  |  |13059|       |                    int opcode = _Py_GetBaseCodeUnit(_PyFrame_GetCode(frame), (int)i).op.code;
  |  |13060|       |                    assert(opcode == SEND || opcode == FOR_ITER);
  |  |13061|       |                }
  |  |13062|       |                #endif
  |  |13063|     90|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13064|     90|                LOAD_IP(1 + INLINE_CACHE_ENTRIES_SEND);
  |  |  ------------------
  |  |  |  |  419|     90|#define LOAD_IP(OFFSET) do { \
  |  |  |  |  420|     90|        next_instr = frame->instr_ptr + (OFFSET); \
  |  |  |  |  421|     90|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (421:14): [Folded, False: 90]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |13065|     90|                value = temp;
  |  |13066|     90|                LLTRACE_RESUME_FRAME();
  |  |  ------------------
  |  |  |  |  188|     90|#define LLTRACE_RESUME_FRAME() ((void)0)
  |  |  ------------------
  |  |13067|     90|            }
  |  |13068|      0|            stack_pointer[0] = value;
  |  |13069|     90|            stack_pointer += 1;
  |  |13070|     90|            ASSERT_WITHIN_STACK_BOUNDS(__FILE__, __LINE__);
  |  |  ------------------
  |  |  |  |  511|     90|#define ASSERT_WITHIN_STACK_BOUNDS(F, L) (void)0
  |  |  ------------------
  |  |13071|     90|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|     90|    { \
  |  |  |  |  201|     90|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|     90|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|     90|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|     90|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|     90|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|     90|        opcode = word.op.code; \
  |  |  |  |  |  |  253|     90|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|     90|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 90]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|     90|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|     90|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|     90|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|     90|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|     90|    }
  |  |  ------------------
  |  |  |  Branch (13071:13): [True: 90, False: 0]
  |  |  ------------------
  |  |13072|     90|        }
  |  |13073|       |
  |  |13074|       |            /* END INSTRUCTIONS */
  |  |13075|      0|#if !_Py_TAIL_CALL_INTERP
  |  |13076|      0|#if USE_COMPUTED_GOTOS
  |  |13077|      0|        _unknown_opcode:
  |  |13078|       |#else
  |  |13079|       |        EXTRA_CASES  // From pycore_opcode_metadata.h, a 'case' for each unused opcode
  |  |13080|       |#endif
  |  |13081|       |            /* Tell C compilers not to hold the opcode variable in the loop.
  |  |13082|       |               next_instr points the current instruction without TARGET(). */
  |  |13083|      0|            opcode = next_instr->op.code;
  |  |13084|      0|            _PyErr_Format(tstate, PyExc_SystemError,
  |  |13085|      0|              "%U:%d: unknown opcode %d",
  |  |13086|      0|              _PyFrame_GetCode(frame)->co_filename,
  |  |13087|      0|              PyUnstable_InterpreterFrame_GetLine(frame),
  |  |13088|      0|              opcode);
  |  |13089|      0|JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13090|       |
  |  |13091|       |
  |  |13092|      0|        }
  |  |13093|       |
  |  |13094|       |        /* This should never be reached. Every opcode should end with DISPATCH()
  |  |13095|       |           or goto error. */
  |  |13096|      0|        Py_UNREACHABLE();
  |  |  ------------------
  |  |  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  |  |  ------------------
  |  |13097|      0|#endif /* _Py_TAIL_CALL_INTERP */
  |  |13098|       |        /* BEGIN LABELS */
  |  |13099|       |
  |  |13100|      0|        LABEL(pop_2_error)
  |  |  ------------------
  |  |  |  |  137|      0|#  define LABEL(name) name:
  |  |  ------------------
  |  |13101|      0|        {
  |  |13102|      0|            stack_pointer -= 2;
  |  |13103|      0|            assert(WITHIN_STACK_BOUNDS());
  |  |  ------------------
  |  |  |  Branch (13103:13): [True: 0, False: 0]
  |  |  |  Branch (13103:13): [True: 0, False: 0]
  |  |  |  Branch (13103:13): [True: 0, False: 0]
  |  |  ------------------
  |  |13104|      0|            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13105|      0|        }
  |  |13106|       |
  |  |13107|      2|        LABEL(pop_1_error)
  |  |  ------------------
  |  |  |  |  137|      2|#  define LABEL(name) name:
  |  |  ------------------
  |  |13108|      2|        {
  |  |13109|      2|            stack_pointer -= 1;
  |  |13110|      2|            assert(WITHIN_STACK_BOUNDS());
  |  |  ------------------
  |  |  |  Branch (13110:13): [True: 2, False: 0]
  |  |  |  Branch (13110:13): [True: 2, False: 0]
  |  |  |  Branch (13110:13): [True: 0, False: 2]
  |  |  ------------------
  |  |13111|      2|            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|      2|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13112|      0|        }
  |  |13113|       |
  |  |13114|    350|        LABEL(error)
  |  |  ------------------
  |  |  |  |  137|    350|#  define LABEL(name) name:
  |  |  ------------------
  |  |13115|    350|        {
  |  |13116|       |            #ifdef NDEBUG
  |  |13117|       |            if (!_PyErr_Occurred(tstate)) {
  |  |13118|       |                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13119|       |                _PyErr_SetString(tstate, PyExc_SystemError,
  |  |13120|       |                             "error return without exception set");
  |  |13121|       |                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13122|       |            }
  |  |13123|       |            #else
  |  |13124|    350|            assert(_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (13124:13): [True: 350, False: 0]
  |  |  ------------------
  |  |13125|    350|            #endif
  |  |13126|    350|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13127|    350|            STOP_TRACING();
  |  |  ------------------
  |  |  |  |  168|    350|#define STOP_TRACING() ((void)(0));
  |  |  ------------------
  |  |13128|    350|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13129|    350|            assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (13129:13): [True: 350, False: 0]
  |  |  ------------------
  |  |13130|    350|            if (!_PyFrame_IsIncomplete(frame)) {
  |  |  ------------------
  |  |  |  Branch (13130:17): [True: 350, False: 0]
  |  |  ------------------
  |  |13131|    350|                _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13132|    350|                PyFrameObject *f = _PyFrame_GetFrameObject(frame);
  |  |13133|    350|                stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13134|    350|                if (f != NULL) {
  |  |  ------------------
  |  |  |  Branch (13134:21): [True: 350, False: 0]
  |  |  ------------------
  |  |13135|    350|                    _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13136|    350|                    PyTraceBack_Here(f);
  |  |13137|    350|                    stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13138|    350|                }
  |  |13139|    350|            }
  |  |13140|    350|            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13141|    350|            _PyEval_MonitorRaise(tstate, frame, next_instr-1);
  |  |13142|    350|            JUMP_TO_LABEL(exception_unwind);
  |  |  ------------------
  |  |  |  |  135|    350|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13143|      0|        }
  |  |13144|       |
  |  |13145|    370|        LABEL(exception_unwind)
  |  |  ------------------
  |  |  |  |  137|    370|#  define LABEL(name) name:
  |  |  ------------------
  |  |13146|    370|        {
  |  |13147|    370|            STOP_TRACING();
  |  |  ------------------
  |  |  |  |  168|    370|#define STOP_TRACING() ((void)(0));
  |  |  ------------------
  |  |13148|    370|            int offset = INSTR_OFFSET()-1;
  |  |  ------------------
  |  |  |  |  249|    370|#define INSTR_OFFSET() ((int)(next_instr - _PyFrame_GetBytecode(frame)))
  |  |  ------------------
  |  |13149|    370|            int level, handler, lasti;
  |  |13150|    370|            int handled = get_exception_handler(_PyFrame_GetCode(frame), offset, &level, &handler, &lasti);
  |  |13151|    370|            if (handled == 0) {
  |  |  ------------------
  |  |  |  Branch (13151:17): [True: 59, False: 311]
  |  |  ------------------
  |  |13152|     59|                assert(_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (13152:17): [True: 59, False: 0]
  |  |  ------------------
  |  |13153|     59|                _PyStackRef *stackbase = _PyFrame_Stackbase(frame);
  |  |13154|    157|                while (frame->stackpointer > stackbase) {
  |  |  ------------------
  |  |  |  Branch (13154:24): [True: 98, False: 59]
  |  |  ------------------
  |  |13155|     98|                    _PyStackRef ref = _PyFrame_StackPop(frame);
  |  |13156|     98|                    PyStackRef_XCLOSE(ref);
  |  |13157|     98|                }
  |  |13158|     59|                monitor_unwind(tstate, frame, next_instr-1);
  |  |13159|     59|                JUMP_TO_LABEL(exit_unwind);
  |  |  ------------------
  |  |  |  |  135|     59|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13160|      0|            }
  |  |13161|    370|            assert(STACK_LEVEL() >= level);
  |  |  ------------------
  |  |  |  Branch (13161:13): [True: 311, False: 0]
  |  |  ------------------
  |  |13162|    311|            _PyStackRef *new_top = _PyFrame_Stackbase(frame) + level;
  |  |13163|    311|            assert(frame->stackpointer >= new_top);
  |  |  ------------------
  |  |  |  Branch (13163:13): [True: 311, False: 0]
  |  |  ------------------
  |  |13164|    827|            while (frame->stackpointer > new_top) {
  |  |  ------------------
  |  |  |  Branch (13164:20): [True: 516, False: 311]
  |  |  ------------------
  |  |13165|    516|                _PyStackRef ref = _PyFrame_StackPop(frame);
  |  |13166|    516|                PyStackRef_XCLOSE(ref);
  |  |13167|    516|            }
  |  |13168|    311|            if (lasti) {
  |  |  ------------------
  |  |  |  Branch (13168:17): [True: 16, False: 295]
  |  |  ------------------
  |  |13169|     16|                int frame_lasti = _PyInterpreterFrame_LASTI(frame);
  |  |  ------------------
  |  |  |  |   18|     16|    ((int)((IF)->instr_ptr - _PyFrame_GetBytecode((IF))))
  |  |  ------------------
  |  |13170|     16|                _PyStackRef lasti = PyStackRef_TagInt(frame_lasti);
  |  |13171|     16|                _PyFrame_StackPush(frame, lasti);
  |  |13172|     16|            }
  |  |13173|    311|            PyObject *exc = _PyErr_GetRaisedException(tstate);
  |  |13174|    311|            _PyFrame_StackPush(frame, PyStackRef_FromPyObjectSteal(exc));
  |  |13175|    311|            next_instr = _PyFrame_GetBytecode(frame) + handler;
  |  |13176|    311|            int err = monitor_handled(tstate, frame, next_instr, exc);
  |  |13177|    311|            if (err < 0) {
  |  |  ------------------
  |  |  |  Branch (13177:17): [True: 0, False: 311]
  |  |  ------------------
  |  |13178|      0|                JUMP_TO_LABEL(exception_unwind);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13179|      0|            }
  |  |13180|       |            #ifdef Py_DEBUG
  |  |13181|       |            if (frame->lltrace >= 5) {
  |  |13182|       |                lltrace_resume_frame(frame);
  |  |13183|       |            }
  |  |13184|       |            #endif
  |  |13185|    311|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13186|       |            #if _Py_TAIL_CALL_INTERP
  |  |13187|       |            int opcode;
  |  |13188|       |            #endif
  |  |13189|    311|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|    311|    { \
  |  |  |  |  201|    311|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|    311|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|    311|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|    311|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|    311|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|    311|        opcode = word.op.code; \
  |  |  |  |  |  |  253|    311|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|    311|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 311]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|    311|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|    311|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|    311|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|    311|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|    311|    }
  |  |  ------------------
  |  |  |  Branch (13189:13): [True: 311, False: 0]
  |  |  ------------------
  |  |13190|    311|        }
  |  |13191|       |
  |  |13192|     59|        LABEL(exit_unwind)
  |  |  ------------------
  |  |  |  |  137|     59|#  define LABEL(name) name:
  |  |  ------------------
  |  |13193|     59|        {
  |  |13194|     59|            assert(_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (13194:13): [True: 59, False: 0]
  |  |  ------------------
  |  |13195|     59|            DTRACE_FUNCTION_RETURN();
  |  |  ------------------
  |  |  |  |  346|     59|#define DTRACE_FUNCTION_RETURN() ((void)0)
  |  |  ------------------
  |  |13196|     59|            JUMP_TO_LABEL(exit_unwind_notrace);
  |  |  ------------------
  |  |  |  |  135|     59|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13197|      0|        }
  |  |13198|       |
  |  |13199|     59|        LABEL(exit_unwind_notrace)
  |  |  ------------------
  |  |  |  |  137|     59|#  define LABEL(name) name:
  |  |  ------------------
  |  |13200|     59|        {
  |  |13201|     59|            assert(_PyErr_Occurred(tstate));
  |  |  ------------------
  |  |  |  Branch (13201:13): [True: 59, False: 0]
  |  |  ------------------
  |  |13202|     59|            _Py_LeaveRecursiveCallPy(tstate);
  |  |13203|     59|            assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  |  |  ------------------
  |  |  |  Branch (13203:13): [True: 59, False: 0]
  |  |  ------------------
  |  |13204|     59|            _PyInterpreterFrame *dying = frame;
  |  |13205|     59|            frame = tstate->current_frame = dying->previous;
  |  |13206|     59|            _PyEval_FrameClearAndPop(tstate, dying);
  |  |13207|     59|            frame->return_offset = 0;
  |  |13208|     59|            if (frame->owner == FRAME_OWNED_BY_INTERPRETER) {
  |  |  ------------------
  |  |  |  Branch (13208:17): [True: 41, False: 18]
  |  |  ------------------
  |  |13209|     41|                tstate->current_frame = frame->previous;
  |  |13210|     41|                #if !_Py_TAIL_CALL_INTERP
  |  |13211|     41|                assert(frame == &entry.frame);
  |  |  ------------------
  |  |  |  Branch (13211:17): [True: 41, False: 0]
  |  |  ------------------
  |  |13212|     41|                #endif
  |  |13213|       |                #ifdef _Py_TIER2
  |  |13214|       |                _PyStackRef executor = frame->localsplus[0];
  |  |13215|       |                assert(tstate->current_executor == NULL);
  |  |13216|       |                if (!PyStackRef_IsNull(executor)) {
  |  |13217|       |                    tstate->current_executor = PyStackRef_AsPyObjectBorrow(executor);
  |  |13218|       |                    PyStackRef_CLOSE(executor);
  |  |13219|       |                }
  |  |13220|       |                #endif
  |  |13221|     41|                return NULL;
  |  |13222|     41|            }
  |  |13223|     18|            next_instr = frame->instr_ptr;
  |  |13224|     18|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13225|     18|            JUMP_TO_LABEL(error);
  |  |  ------------------
  |  |  |  |  135|     18|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13226|      0|        }
  |  |13227|       |
  |  |13228|  2.65k|        LABEL(start_frame)
  |  |  ------------------
  |  |  |  |  137|  2.65k|#  define LABEL(name) name:
  |  |  ------------------
  |  |13229|  2.65k|        {
  |  |13230|  2.65k|            int too_deep = _Py_EnterRecursivePy(tstate);
  |  |13231|  2.65k|            if (too_deep) {
  |  |  ------------------
  |  |  |  Branch (13231:17): [True: 0, False: 2.65k]
  |  |  ------------------
  |  |13232|      0|                JUMP_TO_LABEL(exit_unwind_notrace);
  |  |  ------------------
  |  |  |  |  135|      0|#  define JUMP_TO_LABEL(name) goto name;
  |  |  ------------------
  |  |13233|      0|            }
  |  |13234|  2.65k|            DTRACE_FUNCTION_ENTRY();
  |  |  ------------------
  |  |  |  |  345|  2.65k|#define DTRACE_FUNCTION_ENTRY() ((void)0)
  |  |  ------------------
  |  |13235|  2.65k|            next_instr = frame->instr_ptr;
  |  |13236|       |            #ifdef Py_DEBUG
  |  |13237|       |            int lltrace = maybe_lltrace_resume_frame(frame, GLOBALS());
  |  |13238|       |            if (lltrace < 0) {
  |  |13239|       |                JUMP_TO_LABEL(exit_unwind);
  |  |13240|       |            }
  |  |13241|       |            frame->lltrace = lltrace;
  |  |13242|       |            assert(!_PyErr_Occurred(tstate));
  |  |13243|       |            #endif
  |  |13244|  2.65k|            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13245|       |            #if _Py_TAIL_CALL_INTERP
  |  |13246|       |            int opcode;
  |  |13247|       |            #endif
  |  |13248|  2.65k|            DISPATCH();
  |  |  ------------------
  |  |  |  |  200|  2.65k|    { \
  |  |  |  |  201|  2.65k|        assert(frame->stackpointer == NULL); \
  |  |  |  |  202|  2.65k|        NEXTOPARG(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  250|  2.65k|#define NEXTOPARG()  do { \
  |  |  |  |  |  |  251|  2.65k|        _Py_CODEUNIT word  = {.cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t*)next_instr)}; \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  158|  2.65k|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  252|  2.65k|        opcode = word.op.code; \
  |  |  |  |  |  |  253|  2.65k|        oparg = word.op.arg; \
  |  |  |  |  |  |  254|  2.65k|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (254:14): [Folded, False: 2.65k]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  203|  2.65k|        PRE_DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  176|  2.65k|#define PRE_DISPATCH_GOTO() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |  204|  2.65k|        DISPATCH_GOTO(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  133|  2.65k|#  define DISPATCH_GOTO() goto *opcode_targets[opcode]
  |  |  |  |  ------------------
  |  |  |  |  205|  2.65k|    }
  |  |  ------------------
  |  |  |  Branch (13248:13): [True: 2.65k, False: 0]
  |  |  ------------------
  |  |13249|  2.65k|        }
  |  |13250|       |
  |  |13251|       |        #if _Py_TAIL_CALL_INTERP && !defined(_Py_TIER2)
  |  |13252|       |        Py_GCC_ATTRIBUTE((unused))
  |  |13253|       |        #endif
  |  |13254|      0|        LABEL(stop_tracing)
  |  |  ------------------
  |  |  |  |  137|      0|#  define LABEL(name) name:
  |  |  ------------------
  |  |13255|      0|        {
  |  |13256|       |            #if _Py_TIER2
  |  |13257|       |            assert(IS_JIT_TRACING());
  |  |13258|       |            int opcode = next_instr->op.code;
  |  |13259|       |            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13260|       |            _PyJit_translate_single_bytecode_to_trace(tstate, frame, NULL, _EXIT_TRACE);
  |  |13261|       |            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13262|       |            LEAVE_TRACING();
  |  |13263|       |            _PyFrame_SetStackPointer(frame, stack_pointer);
  |  |13264|       |            int err = stop_tracing_and_jit(tstate, frame);
  |  |13265|       |            stack_pointer = _PyFrame_GetStackPointer(frame);
  |  |13266|       |            if (err < 0) {
  |  |13267|       |                JUMP_TO_LABEL(error);
  |  |13268|       |            }
  |  |13269|       |            DISPATCH_GOTO_NON_TRACING();
  |  |13270|       |            #else
  |  |13271|      0|            Py_FatalError("JIT label executed in non-jit build.");
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  |  |13272|      0|            #endif
  |  |13273|      0|        }
  |  |13274|       |
  |  |13275|       |/* END LABELS */
  |  |13276|      0|#undef TIER_ONE
  ------------------
 1321|      0|#endif
 1322|       |
 1323|       |
 1324|      0|early_exit:
 1325|      0|    assert(_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1325:5): [True: 0, False: 0]
  ------------------
 1326|      0|    _Py_LeaveRecursiveCallPy(tstate);
 1327|      0|    assert(frame->owner != FRAME_OWNED_BY_INTERPRETER);
  ------------------
  |  Branch (1327:5): [True: 0, False: 0]
  ------------------
 1328|       |    // GH-99729: We need to unlink the frame *before* clearing it:
 1329|      0|    _PyInterpreterFrame *dying = frame;
 1330|      0|    frame = tstate->current_frame = dying->previous;
 1331|      0|    _PyEval_FrameClearAndPop(tstate, dying);
 1332|      0|    frame->return_offset = 0;
 1333|      0|    assert(frame->owner == FRAME_OWNED_BY_INTERPRETER);
  ------------------
  |  Branch (1333:5): [True: 0, False: 0]
  ------------------
 1334|       |    /* Restore previous frame and exit */
 1335|      0|    tstate->current_frame = frame->previous;
 1336|       |    return NULL;
 1337|      0|}
_PyEval_FrameClearAndPop:
 1988|  7.43k|{
 1989|       |    // Update last_profiled_frame for remote profiler frame caching.
 1990|       |    // By this point, tstate->current_frame is already set to the parent frame.
 1991|       |    // Only update if we're popping the exact frame that was last profiled.
 1992|       |    // This avoids corrupting the cache when transient frames (called and returned
 1993|       |    // between profiler samples) update last_profiled_frame to addresses the
 1994|       |    // profiler never saw.
 1995|  7.43k|    if (tstate->last_profiled_frame != NULL && tstate->last_profiled_frame == frame) {
  ------------------
  |  Branch (1995:9): [True: 0, False: 7.43k]
  |  Branch (1995:48): [True: 0, False: 0]
  ------------------
 1996|      0|        tstate->last_profiled_frame = tstate->current_frame;
 1997|      0|    }
 1998|       |
 1999|  7.43k|    if (frame->owner == FRAME_OWNED_BY_THREAD) {
  ------------------
  |  Branch (1999:9): [True: 7.38k, False: 55]
  ------------------
 2000|  7.38k|        clear_thread_frame(tstate, frame);
 2001|  7.38k|    }
 2002|     55|    else {
 2003|     55|        clear_gen_frame(tstate, frame);
 2004|     55|    }
 2005|  7.43k|}
_PyEvalFramePushAndInit:
 2012|  3.84k|{
 2013|  3.84k|    PyFunctionObject *func_obj = (PyFunctionObject *)PyStackRef_AsPyObjectBorrow(func);
 2014|  3.84k|    PyCodeObject * code = (PyCodeObject *)func_obj->func_code;
 2015|  3.84k|    CALL_STAT_INC(frames_pushed);
  ------------------
  |  |   76|  3.84k|#define CALL_STAT_INC(name) ((void)0)
  ------------------
 2016|  3.84k|    _PyInterpreterFrame *frame = _PyThreadState_PushFrame(tstate, code->co_framesize);
 2017|  3.84k|    if (frame == NULL) {
  ------------------
  |  Branch (2017:9): [True: 0, False: 3.84k]
  ------------------
 2018|      0|        goto fail;
 2019|      0|    }
 2020|  3.84k|    _PyFrame_Initialize(tstate, frame, func, locals, code, 0, previous);
 2021|  3.84k|    if (initialize_locals(tstate, func_obj, frame->localsplus, args, argcount, kwnames)) {
  ------------------
  |  Branch (2021:9): [True: 0, False: 3.84k]
  ------------------
 2022|      0|        assert(frame->owner == FRAME_OWNED_BY_THREAD);
  ------------------
  |  Branch (2022:9): [True: 0, False: 0]
  ------------------
 2023|      0|        clear_thread_frame(tstate, frame);
 2024|      0|        return NULL;
 2025|      0|    }
 2026|  3.84k|    return frame;
 2027|      0|fail:
 2028|       |    /* Consume the references */
 2029|      0|    PyStackRef_CLOSE(func);
 2030|      0|    Py_XDECREF(locals);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2031|      0|    for (size_t i = 0; i < argcount; i++) {
  ------------------
  |  Branch (2031:24): [True: 0, False: 0]
  ------------------
 2032|      0|        PyStackRef_CLOSE(args[i]);
 2033|      0|    }
 2034|      0|    if (kwnames) {
  ------------------
  |  Branch (2034:9): [True: 0, False: 0]
  ------------------
 2035|      0|        Py_ssize_t kwcount = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2036|      0|        for (Py_ssize_t i = 0; i < kwcount; i++) {
  ------------------
  |  Branch (2036:32): [True: 0, False: 0]
  ------------------
 2037|      0|            PyStackRef_CLOSE(args[i+argcount]);
 2038|      0|        }
 2039|      0|    }
 2040|      0|    PyErr_NoMemory();
 2041|       |    return NULL;
 2042|  3.84k|}
_PyEvalFramePushAndInit_Ex:
 2050|     32|{
 2051|     32|    bool has_dict = (kwargs != NULL && PyDict_GET_SIZE(kwargs) > 0);
  ------------------
  |  |   63|     15|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2051:22): [True: 15, False: 17]
  |  Branch (2051:40): [True: 0, False: 15]
  ------------------
 2052|     32|    PyObject *kwnames = NULL;
 2053|     32|    _PyStackRef *newargs;
 2054|     32|    PyObject *const *object_array = NULL;
 2055|     32|    _PyStackRef stack_array[8] = {0};
 2056|     32|    if (has_dict) {
  ------------------
  |  Branch (2056:9): [True: 0, False: 32]
  ------------------
 2057|      0|        object_array = _PyStack_UnpackDict(tstate, _PyTuple_ITEMS(callargs), nargs, kwargs, &kwnames);
  ------------------
  |  |   26|      0|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2058|      0|        if (object_array == NULL) {
  ------------------
  |  Branch (2058:13): [True: 0, False: 0]
  ------------------
 2059|      0|            PyStackRef_CLOSE(func);
 2060|      0|            goto error;
 2061|      0|        }
 2062|      0|        size_t nkwargs = PyDict_GET_SIZE(kwargs);
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2063|      0|        assert(sizeof(PyObject *) == sizeof(_PyStackRef));
  ------------------
  |  Branch (2063:9): [True: 0, Folded]
  ------------------
 2064|      0|        newargs = (_PyStackRef *)object_array;
 2065|       |        /* Positional args are borrowed from callargs tuple, need new reference */
 2066|      0|        for (Py_ssize_t i = 0; i < nargs; i++) {
  ------------------
  |  Branch (2066:32): [True: 0, False: 0]
  ------------------
 2067|      0|            newargs[i] = PyStackRef_FromPyObjectNew(object_array[i]);
  ------------------
  |  |  599|      0|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2068|      0|        }
 2069|       |        /* Keyword args are owned by _PyStack_UnpackDict, steal them */
 2070|      0|        for (size_t i = 0; i < nkwargs; i++) {
  ------------------
  |  Branch (2070:28): [True: 0, False: 0]
  ------------------
 2071|      0|            newargs[nargs + i] = PyStackRef_FromPyObjectSteal(object_array[nargs + i]);
 2072|      0|        }
 2073|      0|    }
 2074|     32|    else {
 2075|     32|        if (nargs <= 8) {
  ------------------
  |  Branch (2075:13): [True: 31, False: 1]
  ------------------
 2076|     31|            newargs = stack_array;
 2077|     31|        }
 2078|      1|        else {
 2079|      1|            newargs = PyMem_Malloc(sizeof(_PyStackRef) *nargs);
 2080|      1|            if (newargs == NULL) {
  ------------------
  |  Branch (2080:17): [True: 0, False: 1]
  ------------------
 2081|      0|                PyErr_NoMemory();
 2082|      0|                PyStackRef_CLOSE(func);
 2083|      0|                goto error;
 2084|      0|            }
 2085|      1|        }
 2086|       |        /* We need to create a new reference for all our args since the new frame steals them. */
 2087|    137|        for (Py_ssize_t i = 0; i < nargs; i++) {
  ------------------
  |  Branch (2087:32): [True: 105, False: 32]
  ------------------
 2088|    105|            newargs[i] = PyStackRef_FromPyObjectNew(PyTuple_GET_ITEM(callargs, i));
  ------------------
  |  |  599|    105|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    105|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    210|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 105, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2089|    105|        }
 2090|     32|    }
 2091|     32|    _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit(
 2092|     32|        tstate, func, locals,
 2093|     32|        newargs, nargs, kwnames, previous
 2094|     32|    );
 2095|     32|    if (has_dict) {
  ------------------
  |  Branch (2095:9): [True: 0, False: 32]
  ------------------
 2096|      0|        _PyStack_UnpackDict_FreeNoDecRef(object_array, kwnames);
 2097|      0|    }
 2098|     32|    else if (nargs > 8) {
  ------------------
  |  Branch (2098:14): [True: 1, False: 31]
  ------------------
 2099|      1|       PyMem_Free((void *)newargs);
 2100|      1|    }
 2101|       |    /* No need to decref func here because the reference has been stolen by
 2102|       |       _PyEvalFramePushAndInit.
 2103|       |    */
 2104|     32|    Py_DECREF(callargs);
  ------------------
  |  |   80|     32|    do { \
  |  |   81|     32|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|     32|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|     32|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|     32|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|     32|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|     32|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 21, False: 11]
  |  |  ------------------
  |  |   88|     21|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|     21|    do { \
  |  |  |  |  113|     21|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|     21|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 21]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|     21|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|     21|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|     21|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|     21|            (*dealloc)(op); \
  |  |   91|     21|        } \
  |  |   92|     32|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 32]
  |  |  ------------------
  ------------------
 2105|     32|    Py_XDECREF(kwargs);
  ------------------
  |  |   69|     32|    do { \
  |  |   70|     32|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|     32|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 15, False: 17]
  |  |  ------------------
  |  |   72|     15|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|     15|    do { \
  |  |  |  |   81|     15|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|     15|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     15|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 15]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|     15|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     15|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|     15|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 15, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|     15|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|     15|    do { \
  |  |  |  |  |  |  113|     15|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|     15|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 15]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|     15|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 15]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|     15|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|     15|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|     15|            (*dealloc)(op); \
  |  |  |  |   91|     15|        } \
  |  |  |  |   92|     15|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|     15|        } \
  |  |   74|     32|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 32]
  |  |  ------------------
  ------------------
 2106|     32|    return new_frame;
 2107|      0|error:
 2108|      0|    Py_DECREF(callargs);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2109|      0|    Py_XDECREF(kwargs);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2110|       |    return NULL;
 2111|     32|}
_PyEval_Vector:
 2118|  1.64k|{
 2119|  1.64k|    size_t total_args = argcount;
 2120|  1.64k|    if (kwnames) {
  ------------------
  |  Branch (2120:9): [True: 85, False: 1.55k]
  ------------------
 2121|     85|        total_args += PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|     85|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2122|     85|    }
 2123|  1.64k|    _PyStackRef stack_array[8] = {0};
 2124|  1.64k|    _PyStackRef *arguments;
 2125|  1.64k|    if (total_args <= 8) {
  ------------------
  |  Branch (2125:9): [True: 1.64k, False: 0]
  ------------------
 2126|  1.64k|        arguments = stack_array;
 2127|  1.64k|    }
 2128|      0|    else {
 2129|      0|        arguments = PyMem_Malloc(sizeof(_PyStackRef) * total_args);
 2130|      0|        if (arguments == NULL) {
  ------------------
  |  Branch (2130:13): [True: 0, False: 0]
  ------------------
 2131|      0|            return PyErr_NoMemory();
 2132|      0|        }
 2133|      0|    }
 2134|       |    /* _PyEvalFramePushAndInit consumes the references
 2135|       |     * to func, locals and all its arguments */
 2136|  1.64k|    Py_XINCREF(locals);
  ------------------
  |  |  514|  1.64k|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2137|  4.79k|    for (size_t i = 0; i < argcount; i++) {
  ------------------
  |  Branch (2137:24): [True: 3.15k, False: 1.64k]
  ------------------
 2138|  3.15k|        arguments[i] = PyStackRef_FromPyObjectNew(args[i]);
  ------------------
  |  |  599|  3.15k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  3.15k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  3.15k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2139|  3.15k|    }
 2140|  1.64k|    if (kwnames) {
  ------------------
  |  Branch (2140:9): [True: 85, False: 1.55k]
  ------------------
 2141|     85|        Py_ssize_t kwcount = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|     85|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     85|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     85|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2142|    240|        for (Py_ssize_t i = 0; i < kwcount; i++) {
  ------------------
  |  Branch (2142:32): [True: 155, False: 85]
  ------------------
 2143|    155|            arguments[i+argcount] = PyStackRef_FromPyObjectNew(args[i+argcount]);
  ------------------
  |  |  599|    155|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    155|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    155|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2144|    155|        }
 2145|     85|    }
 2146|  1.64k|    _PyInterpreterFrame *frame = _PyEvalFramePushAndInit(
 2147|  1.64k|        tstate, PyStackRef_FromPyObjectNew(func), locals,
  ------------------
  |  |  599|  1.64k|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  1.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2148|  1.64k|        arguments, argcount, kwnames, NULL);
 2149|  1.64k|    if (total_args > 8) {
  ------------------
  |  Branch (2149:9): [True: 0, False: 1.64k]
  ------------------
 2150|      0|        PyMem_Free(arguments);
 2151|      0|    }
 2152|  1.64k|    if (frame == NULL) {
  ------------------
  |  Branch (2152:9): [True: 0, False: 1.64k]
  ------------------
 2153|      0|        return NULL;
 2154|      0|    }
 2155|  1.64k|    EVAL_CALL_STAT_INC(EVAL_CALL_VECTOR);
  ------------------
  |  |   79|  1.64k|#define EVAL_CALL_STAT_INC(name) ((void)0)
  ------------------
 2156|  1.64k|    return _PyEval_EvalFrame(tstate, frame, 0);
 2157|  1.64k|}
_PyEval_UnpackIterableStackRef:
 2334|     57|{
 2335|     57|    int i = 0, j = 0;
 2336|     57|    Py_ssize_t ll = 0;
 2337|     57|    PyObject *it;  /* iter(v) */
 2338|     57|    PyObject *w;
 2339|     57|    PyObject *l = NULL; /* variable list */
 2340|     57|    assert(v != NULL);
  ------------------
  |  Branch (2340:5): [True: 57, False: 0]
  ------------------
 2341|       |
 2342|     57|    it = PyObject_GetIter(v);
 2343|     57|    if (it == NULL) {
  ------------------
  |  Branch (2343:9): [True: 0, False: 57]
  ------------------
 2344|      0|        if (_PyErr_ExceptionMatches(tstate, PyExc_TypeError) &&
  ------------------
  |  Branch (2344:13): [True: 0, False: 0]
  ------------------
 2345|      0|            Py_TYPE(v)->tp_iter == NULL && !PySequence_Check(v))
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2345:13): [True: 0, False: 0]
  |  Branch (2345:44): [True: 0, False: 0]
  ------------------
 2346|      0|        {
 2347|      0|            _PyErr_Format(tstate, PyExc_TypeError,
 2348|      0|                          "cannot unpack non-iterable %.200s object",
 2349|      0|                          Py_TYPE(v)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2350|      0|        }
 2351|      0|        return 0;
 2352|      0|    }
 2353|       |
 2354|    188|    for (; i < argcnt; i++) {
  ------------------
  |  Branch (2354:12): [True: 131, False: 57]
  ------------------
 2355|    131|        w = PyIter_Next(it);
 2356|    131|        if (w == NULL) {
  ------------------
  |  Branch (2356:13): [True: 0, False: 131]
  ------------------
 2357|       |            /* Iterator done, via error or exhaustion. */
 2358|      0|            if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2358:17): [True: 0, False: 0]
  ------------------
 2359|      0|                if (argcntafter == -1) {
  ------------------
  |  Branch (2359:21): [True: 0, False: 0]
  ------------------
 2360|      0|                    _PyErr_Format(tstate, PyExc_ValueError,
 2361|      0|                                  "not enough values to unpack "
 2362|      0|                                  "(expected %d, got %d)",
 2363|      0|                                  argcnt, i);
 2364|      0|                }
 2365|      0|                else {
 2366|      0|                    _PyErr_Format(tstate, PyExc_ValueError,
 2367|      0|                                  "not enough values to unpack "
 2368|      0|                                  "(expected at least %d, got %d)",
 2369|      0|                                  argcnt + argcntafter, i);
 2370|      0|                }
 2371|      0|            }
 2372|      0|            goto Error;
 2373|      0|        }
 2374|    131|        *--sp = PyStackRef_FromPyObjectSteal(w);
 2375|    131|    }
 2376|       |
 2377|     57|    if (argcntafter == -1) {
  ------------------
  |  Branch (2377:9): [True: 57, False: 0]
  ------------------
 2378|       |        /* We better have exhausted the iterator now. */
 2379|     57|        w = PyIter_Next(it);
 2380|     57|        if (w == NULL) {
  ------------------
  |  Branch (2380:13): [True: 57, False: 0]
  ------------------
 2381|     57|            if (_PyErr_Occurred(tstate))
  ------------------
  |  Branch (2381:17): [True: 0, False: 57]
  ------------------
 2382|      0|                goto Error;
 2383|     57|            Py_DECREF(it);
  ------------------
  |  |   80|     57|    do { \
  |  |   81|     57|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|     57|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|     57|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 57]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|     57|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|     57|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|     57|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 57, False: 0]
  |  |  ------------------
  |  |   88|     57|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|     57|    do { \
  |  |  |  |  113|     57|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|     57|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 57]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|     57|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 57]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|     57|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|     57|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|     57|            (*dealloc)(op); \
  |  |   91|     57|        } \
  |  |   92|     57|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 57]
  |  |  ------------------
  ------------------
 2384|     57|            return 1;
 2385|     57|        }
 2386|      0|        Py_DECREF(w);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2387|       |
 2388|      0|        if (PyList_CheckExact(v) || PyTuple_CheckExact(v)
  ------------------
  |  |   26|      0|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (PyList_CheckExact(v) || PyTuple_CheckExact(v)
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2389|      0|              || PyDict_CheckExact(v)) {
  ------------------
  |  |   19|      0|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2390|      0|            ll = PyDict_CheckExact(v) ? PyDict_Size(v) : Py_SIZE(v);
  ------------------
  |  |   19|      0|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          ll = PyDict_CheckExact(v) ? PyDict_Size(v) : Py_SIZE(v);
  ------------------
  |  |  214|      0|#  define Py_SIZE(ob) _Py_SIZE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2391|      0|            if (ll > argcnt) {
  ------------------
  |  Branch (2391:17): [True: 0, False: 0]
  ------------------
 2392|      0|                _PyErr_Format(tstate, PyExc_ValueError,
 2393|      0|                              "too many values to unpack (expected %d, got %zd)",
 2394|      0|                              argcnt, ll);
 2395|      0|                goto Error;
 2396|      0|            }
 2397|      0|        }
 2398|      0|        _PyErr_Format(tstate, PyExc_ValueError,
 2399|      0|                      "too many values to unpack (expected %d)",
 2400|      0|                      argcnt);
 2401|      0|        goto Error;
 2402|      0|    }
 2403|       |
 2404|      0|    l = PySequence_List(it);
 2405|      0|    if (l == NULL)
  ------------------
  |  Branch (2405:9): [True: 0, False: 0]
  ------------------
 2406|      0|        goto Error;
 2407|      0|    *--sp = PyStackRef_FromPyObjectSteal(l);
 2408|      0|    i++;
 2409|       |
 2410|      0|    ll = PyList_GET_SIZE(l);
  ------------------
  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2411|      0|    if (ll < argcntafter) {
  ------------------
  |  Branch (2411:9): [True: 0, False: 0]
  ------------------
 2412|      0|        _PyErr_Format(tstate, PyExc_ValueError,
 2413|      0|            "not enough values to unpack (expected at least %d, got %zd)",
 2414|      0|            argcnt + argcntafter, argcnt + ll);
 2415|      0|        goto Error;
 2416|      0|    }
 2417|       |
 2418|       |    /* Pop the "after-variable" args off the list. */
 2419|      0|    for (j = argcntafter; j > 0; j--, i++) {
  ------------------
  |  Branch (2419:27): [True: 0, False: 0]
  ------------------
 2420|      0|        *--sp = PyStackRef_FromPyObjectSteal(PyList_GET_ITEM(l, ll - j));
  ------------------
  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2420:46): [True: 0, False: 0]
  ------------------
 2421|      0|    }
 2422|       |    /* Resize the list. */
 2423|      0|    Py_SET_SIZE(l, ll - argcntafter);
  ------------------
  |  |  216|      0|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      0|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2424|      0|    Py_DECREF(it);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2425|      0|    return 1;
 2426|       |
 2427|      0|Error:
 2428|      0|    for (; i > 0; i--, sp++) {
  ------------------
  |  Branch (2428:12): [True: 0, False: 0]
  ------------------
 2429|      0|        PyStackRef_CLOSE(*sp);
 2430|      0|    }
 2431|       |    Py_XDECREF(it);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2432|      0|    return 0;
 2433|      0|}
_PyEval_MonitorRaise:
 2440|    350|{
 2441|    350|    if (no_tools_for_local_event(tstate, frame, PY_MONITORING_EVENT_RAISE)) {
  ------------------
  |  |   32|    350|#define PY_MONITORING_EVENT_RAISE 11
  ------------------
  |  Branch (2441:9): [True: 350, False: 0]
  ------------------
 2442|    350|        return;
 2443|    350|    }
 2444|      0|    do_monitor_exc(tstate, frame, instr, PY_MONITORING_EVENT_RAISE);
  ------------------
  |  |   32|      0|#define PY_MONITORING_EVENT_RAISE 11
  ------------------
 2445|      0|}
_PyEval_NoToolsForUnwind:
 2449|      6|{
 2450|      6|    return no_tools_for_local_event(tstate, frame, PY_MONITORING_EVENT_PY_UNWIND);
  ------------------
  |  |   34|      6|#define PY_MONITORING_EVENT_PY_UNWIND 13
  ------------------
 2451|      6|}
_PyEval_GetFrame:
 2587|    173|{
 2588|    173|    PyThreadState *tstate = _PyThreadState_GET();
 2589|    173|    return _PyThreadState_GetFrame(tstate);
 2590|    173|}
_PyEval_GetBuiltins:
 2608|     45|{
 2609|     45|    _PyInterpreterFrame *frame = _PyThreadState_GetFrame(tstate);
 2610|     45|    if (frame != NULL) {
  ------------------
  |  Branch (2610:9): [True: 41, False: 4]
  ------------------
 2611|     41|        return frame->f_builtins;
 2612|     41|    }
 2613|      4|    return tstate->interp->builtins;
 2614|     45|}
PyEval_GetBuiltins:
 2618|     45|{
 2619|     45|    PyThreadState *tstate = _PyThreadState_GET();
 2620|     45|    return _PyEval_GetBuiltins(tstate);
 2621|     45|}
PyEval_GetGlobals:
 2730|     71|{
 2731|     71|    PyThreadState *tstate = _PyThreadState_GET();
 2732|     71|    return _PyEval_GetGlobals(tstate);
 2733|     71|}
_PyEval_EnsureBuiltins:
 2793|     42|{
 2794|     42|    PyObject *builtins = get_globals_builtins(globals);
 2795|     42|    if (builtins == NULL) {
  ------------------
  |  Branch (2795:9): [True: 41, False: 1]
  ------------------
 2796|     41|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2796:13): [True: 0, False: 41]
  ------------------
 2797|      0|            return -1;
 2798|      0|        }
 2799|     41|        builtins = PyEval_GetBuiltins();  // borrowed
 2800|     41|        if (builtins == NULL) {
  ------------------
  |  Branch (2800:13): [True: 0, False: 41]
  ------------------
 2801|      0|            assert(_PyErr_Occurred(tstate));
  ------------------
  |  Branch (2801:13): [True: 0, False: 0]
  ------------------
 2802|      0|            return -1;
 2803|      0|        }
 2804|     41|        Py_INCREF(builtins);
  ------------------
  |  |  310|     41|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     41|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     41|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2805|     41|        if (set_globals_builtins(globals, builtins) < 0) {
  ------------------
  |  Branch (2805:13): [True: 0, False: 41]
  ------------------
 2806|      0|            Py_DECREF(builtins);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2807|      0|            return -1;
 2808|      0|        }
 2809|     41|    }
 2810|     42|    if (p_builtins != NULL) {
  ------------------
  |  Branch (2810:9): [True: 0, False: 42]
  ------------------
 2811|      0|        *p_builtins = builtins;
 2812|      0|    }
 2813|     42|    else {
 2814|       |        Py_DECREF(builtins);
  ------------------
  |  |   80|     42|    do { \
  |  |   81|     42|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|     42|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|     42|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|     42|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|     42|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|     42|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 42]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|     42|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 42]
  |  |  ------------------
  ------------------
 2815|     42|    }
 2816|     42|    return 0;
 2817|     42|}
_PyEval_EnsureBuiltinsWithModule:
 2822|     15|{
 2823|     15|    PyObject *builtins = get_globals_builtins(globals);
 2824|     15|    if (builtins == NULL) {
  ------------------
  |  Branch (2824:9): [True: 15, False: 0]
  ------------------
 2825|     15|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2825:13): [True: 0, False: 15]
  ------------------
 2826|      0|            return -1;
 2827|      0|        }
 2828|     15|        builtins = PyImport_ImportModuleLevel("builtins", NULL, NULL, NULL, 0);
 2829|     15|        if (builtins == NULL) {
  ------------------
  |  Branch (2829:13): [True: 0, False: 15]
  ------------------
 2830|      0|            return -1;
 2831|      0|        }
 2832|     15|        if (set_globals_builtins(globals, builtins) < 0) {
  ------------------
  |  Branch (2832:13): [True: 0, False: 15]
  ------------------
 2833|      0|            Py_DECREF(builtins);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2834|      0|            return -1;
 2835|      0|        }
 2836|     15|    }
 2837|     15|    if (p_builtins != NULL) {
  ------------------
  |  Branch (2837:9): [True: 15, False: 0]
  ------------------
 2838|     15|        *p_builtins = builtins;
 2839|     15|    }
 2840|      0|    else {
 2841|       |        Py_DECREF(builtins);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2842|      0|    }
 2843|     15|    return 0;
 2844|     15|}
PyEval_MergeCompilerFlags:
 2870|      1|{
 2871|      1|    PyThreadState *tstate = _PyThreadState_GET();
 2872|      1|    _PyInterpreterFrame *current_frame = tstate->current_frame;
 2873|      1|    if (current_frame == tstate->base_frame) {
  ------------------
  |  Branch (2873:9): [True: 0, False: 1]
  ------------------
 2874|      0|        current_frame = NULL;
 2875|      0|    }
 2876|      1|    int result = cf->cf_flags != 0;
 2877|       |
 2878|      1|    if (current_frame != NULL) {
  ------------------
  |  Branch (2878:9): [True: 1, False: 0]
  ------------------
 2879|      1|        const int codeflags = _PyFrame_GetCode(current_frame)->co_flags;
 2880|      1|        const int compilerflags = codeflags & PyCF_MASK;
  ------------------
  |  |    6|      1|#define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
  |  |  ------------------
  |  |  |  |  135|      1|#define CO_FUTURE_DIVISION      0x20000
  |  |  ------------------
  |  |               #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
  |  |  ------------------
  |  |  |  |  136|      1|#define CO_FUTURE_ABSOLUTE_IMPORT 0x40000 /* do absolute imports by default */
  |  |  ------------------
  |  |    7|      1|                   CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
  |  |  ------------------
  |  |  |  |  137|      1|#define CO_FUTURE_WITH_STATEMENT  0x80000
  |  |  ------------------
  |  |                                  CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
  |  |  ------------------
  |  |  |  |  138|      1|#define CO_FUTURE_PRINT_FUNCTION  0x100000
  |  |  ------------------
  |  |    8|      1|                   CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
  |  |  ------------------
  |  |  |  |  139|      1|#define CO_FUTURE_UNICODE_LITERALS 0x200000
  |  |  ------------------
  |  |                                  CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
  |  |  ------------------
  |  |  |  |  141|      1|#define CO_FUTURE_BARRY_AS_BDFL  0x400000
  |  |  ------------------
  |  |    9|      1|                   CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
  |  |  ------------------
  |  |  |  |  142|      1|#define CO_FUTURE_GENERATOR_STOP  0x800000
  |  |  ------------------
  |  |                                  CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
  |  |  ------------------
  |  |  |  |  143|      1|#define CO_FUTURE_ANNOTATIONS    0x1000000
  |  |  ------------------
  ------------------
 2881|      1|        if (compilerflags) {
  ------------------
  |  Branch (2881:13): [True: 0, False: 1]
  ------------------
 2882|      0|            result = 1;
 2883|      0|            cf->cf_flags |= compilerflags;
 2884|      0|        }
 2885|      1|    }
 2886|      1|    return result;
 2887|      1|}
_PyEval_SliceIndex:
 2924|    582|{
 2925|    582|    if (Py_IsNone(v)) {
  ------------------
  |  |  621|    582|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|    582|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 140, False: 442]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2926|    140|        return 1;
 2927|    140|    }
 2928|    442|    return _PyEval_SliceIndexNotNone(v, pi);
 2929|    582|}
_PyEval_SliceIndexNotNone:
 2933|    442|{
 2934|    442|    PyThreadState *tstate = _PyThreadState_GET();
 2935|    442|    Py_ssize_t x;
 2936|    442|    if (PyLong_CheckExact(v) && _PyLong_IsCompact((PyLongObject *)v)) {
  ------------------
  |  |   14|    442|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |   65|    884|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    442|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    442|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 442, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2936:33): [True: 442, False: 0]
  ------------------
 2937|    442|        *pi = _PyLong_CompactValue((PyLongObject *)v);
 2938|    442|        return 1;
 2939|    442|    }
 2940|      0|    if (_PyIndex_Check(v)) {
  ------------------
  |  Branch (2940:9): [True: 0, False: 0]
  ------------------
 2941|      0|        x = PyNumber_AsSsize_t(v, NULL);
 2942|      0|        if (x == -1 && _PyErr_Occurred(tstate))
  ------------------
  |  Branch (2942:13): [True: 0, False: 0]
  |  Branch (2942:24): [True: 0, False: 0]
  ------------------
 2943|      0|            return 0;
 2944|      0|    }
 2945|      0|    else {
 2946|      0|        _PyErr_SetString(tstate, PyExc_TypeError,
 2947|      0|                         "slice indices must be integers or "
 2948|      0|                         "have an __index__ method");
 2949|      0|        return 0;
 2950|      0|    }
 2951|      0|    *pi = x;
 2952|      0|    return 1;
 2953|      0|}
_PyEval_UnpackIndices:
 2959|    124|{
 2960|    124|    if (len < 0) {
  ------------------
  |  Branch (2960:9): [True: 0, False: 124]
  ------------------
 2961|      0|        return 0;
 2962|      0|    }
 2963|    124|    *istart = 0;
 2964|    124|    *istop = PY_SSIZE_T_MAX;
  ------------------
  |  |  137|    124|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
 2965|    124|    if (!_PyEval_SliceIndex(start, istart)) {
  ------------------
  |  Branch (2965:9): [True: 0, False: 124]
  ------------------
 2966|      0|        return 0;
 2967|      0|    }
 2968|    124|    if (!_PyEval_SliceIndex(stop, istop)) {
  ------------------
  |  Branch (2968:9): [True: 0, False: 124]
  ------------------
 2969|      0|        return 0;
 2970|      0|    }
 2971|    124|    PySlice_AdjustIndices(len, istart, istop, 1);
 2972|    124|    return 1;
 2973|    124|}
_PyEval_ImportName:
 2979|    171|{
 2980|    171|    PyObject *import_func;
 2981|    171|    if (PyMapping_GetOptionalItem(builtins, &_Py_ID(__import__),
  ------------------
  |  |  917|    171|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    171|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    171|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2981:9): [True: 0, False: 171]
  ------------------
 2982|    171|                                  &import_func) < 0) {
 2983|      0|        return NULL;
 2984|      0|    }
 2985|    171|    if (import_func == NULL) {
  ------------------
  |  Branch (2985:9): [True: 0, False: 171]
  ------------------
 2986|      0|        _PyErr_SetString(tstate, PyExc_ImportError, "__import__ not found");
 2987|      0|        return NULL;
 2988|      0|    }
 2989|       |
 2990|    171|    PyObject *res = _PyEval_ImportNameWithImport(
 2991|    171|        tstate, import_func, globals, locals, name, fromlist, level);
 2992|       |    Py_DECREF(import_func);
  ------------------
  |  |   80|    171|    do { \
  |  |   81|    171|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|    171|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    171|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|    171|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|    171|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    171|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    171|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 171]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|    171|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|    171|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|    171|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 171]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|    171|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 171]
  |  |  ------------------
  ------------------
 2993|    171|    return res;
 2994|    171|}
_PyEval_ImportNameWithImport:
 3000|    171|{
 3001|    171|    if (locals == NULL) {
  ------------------
  |  Branch (3001:9): [True: 12, False: 159]
  ------------------
 3002|     12|        locals = Py_None;
  ------------------
  |  |  616|     12|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3003|     12|    }
 3004|       |
 3005|       |    /* Fast path for not overloaded __import__. */
 3006|    171|    if (_PyImport_IsDefaultImportFunc(tstate->interp, import_func)) {
  ------------------
  |  Branch (3006:9): [True: 171, False: 0]
  ------------------
 3007|    171|        int ilevel = PyLong_AsInt(level);
 3008|    171|        if (ilevel == -1 && _PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (3008:13): [True: 0, False: 171]
  |  Branch (3008:29): [True: 0, False: 0]
  ------------------
 3009|      0|            return NULL;
 3010|      0|        }
 3011|    171|        return PyImport_ImportModuleLevelObject(
 3012|    171|                        name,
 3013|    171|                        globals,
 3014|    171|                        locals,
 3015|    171|                        fromlist,
 3016|    171|                        ilevel);
 3017|    171|    }
 3018|       |
 3019|      0|    PyObject *args[5] = {name, globals, locals, fromlist, level};
 3020|       |    PyObject *res = PyObject_Vectorcall(import_func, args, 5, NULL);
 3021|      0|    return res;
 3022|    171|}
_PyEval_LazyImportName:
 3073|    133|{
 3074|    133|    PyObject *res = NULL;
 3075|    133|    PyImport_LazyImportsMode mode = PyImport_GetLazyImportsMode();
 3076|       |    // Check if global policy overrides the local syntax
 3077|    133|    switch (mode) {
  ------------------
  |  Branch (3077:13): [True: 133, False: 0]
  ------------------
 3078|      0|        case PyImport_LAZY_NONE:
  ------------------
  |  Branch (3078:9): [True: 0, False: 133]
  ------------------
 3079|      0|            lazy = 0;
 3080|      0|            break;
 3081|      0|        case PyImport_LAZY_ALL:
  ------------------
  |  Branch (3081:9): [True: 0, False: 133]
  ------------------
 3082|      0|            if (!lazy) {
  ------------------
  |  Branch (3082:17): [True: 0, False: 0]
  ------------------
 3083|      0|                lazy = is_lazy_import_module_level();
 3084|      0|            }
 3085|      0|            break;
 3086|    133|        case PyImport_LAZY_NORMAL:
  ------------------
  |  Branch (3086:9): [True: 133, False: 0]
  ------------------
 3087|    133|            break;
 3088|    133|    }
 3089|       |
 3090|    133|    if (!lazy && mode != PyImport_LAZY_NONE && is_lazy_import_module_level()) {
  ------------------
  |  Branch (3090:9): [True: 123, False: 10]
  |  Branch (3090:18): [True: 123, False: 0]
  |  Branch (3090:48): [True: 123, False: 0]
  ------------------
 3091|       |        // See if __lazy_modules__ forces this to be lazy.
 3092|    123|        lazy = check_lazy_import_compatibility(tstate, globals, name, level);
 3093|    123|        if (lazy < 0) {
  ------------------
  |  Branch (3093:13): [True: 0, False: 123]
  ------------------
 3094|      0|            return NULL;
 3095|      0|        }
 3096|    123|    }
 3097|       |
 3098|    133|    if (!lazy) {
  ------------------
  |  Branch (3098:9): [True: 123, False: 10]
  ------------------
 3099|       |        // Not a lazy import or lazy imports are disabled, fallback to the
 3100|       |        // regular import.
 3101|    123|        return _PyEval_ImportName(tstate, builtins, globals, locals,
 3102|    123|                                  name, fromlist, level);
 3103|    123|    }
 3104|       |
 3105|     10|    PyObject *lazy_import_func;
 3106|     10|    if (PyMapping_GetOptionalItem(builtins, &_Py_ID(__lazy_import__),
  ------------------
  |  |  917|     10|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     10|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     10|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3106:9): [True: 0, False: 10]
  ------------------
 3107|     10|                                  &lazy_import_func) < 0) {
 3108|      0|        goto error;
 3109|      0|    }
 3110|     10|    if (lazy_import_func == NULL) {
  ------------------
  |  Branch (3110:9): [True: 0, False: 10]
  ------------------
 3111|      0|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (3111:9): [True: 0, False: 0]
  ------------------
 3112|      0|        _PyErr_SetString(tstate, PyExc_ImportError,
 3113|      0|                         "__lazy_import__ not found");
 3114|      0|        goto error;
 3115|      0|    }
 3116|       |
 3117|     10|    if (locals == NULL) {
  ------------------
  |  Branch (3117:9): [True: 0, False: 10]
  ------------------
 3118|      0|        locals = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3119|      0|    }
 3120|       |
 3121|     10|    if (_PyImport_IsDefaultLazyImportFunc(tstate->interp, lazy_import_func)) {
  ------------------
  |  Branch (3121:9): [True: 10, False: 0]
  ------------------
 3122|     10|        int ilevel = PyLong_AsInt(level);
 3123|     10|        if (ilevel == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (3123:13): [True: 0, False: 10]
  |  Branch (3123:29): [True: 0, False: 0]
  ------------------
 3124|      0|            goto error;
 3125|      0|        }
 3126|       |
 3127|     10|        res = _PyImport_LazyImportModuleLevelObject(
 3128|     10|            tstate, name, builtins, globals, locals, fromlist, ilevel
 3129|     10|        );
 3130|     10|        goto error;
 3131|     10|    }
 3132|       |
 3133|      0|    PyObject *args[6] = {name, globals, locals, fromlist, level, builtins};
 3134|      0|    res = PyObject_Vectorcall(lazy_import_func, args, 6, NULL);
 3135|     10|error:
 3136|       |    Py_XDECREF(lazy_import_func);
  ------------------
  |  |   69|     10|    do { \
  |  |   70|     10|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|     10|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 10, False: 0]
  |  |  ------------------
  |  |   72|     10|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|     10|    do { \
  |  |  |  |   81|     10|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|     10|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|     10|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 10]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|     10|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|     10|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|     10|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|     10|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|     10|        } \
  |  |   74|     10|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 10]
  |  |  ------------------
  ------------------
 3137|     10|    return res;
 3138|      0|}
_PyEval_ImportFrom:
 3142|    106|{
 3143|    106|    PyObject *x;
 3144|    106|    PyObject *fullmodname, *mod_name, *origin, *mod_name_or_unknown, *errmsg, *spec;
 3145|       |
 3146|    106|    if (PyObject_GetOptionalAttr(v, name, &x) != 0) {
  ------------------
  |  Branch (3146:9): [True: 106, False: 0]
  ------------------
 3147|    106|        return x;
 3148|    106|    }
 3149|       |    /* Issue #17636: in case this failed because of a circular relative
 3150|       |       import, try to fallback on reading the module directly from
 3151|       |       sys.modules. */
 3152|      0|    if (PyObject_GetOptionalAttr(v, &_Py_ID(__name__), &mod_name) < 0) {
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3152:9): [True: 0, False: 0]
  ------------------
 3153|      0|        return NULL;
 3154|      0|    }
 3155|      0|    if (mod_name == NULL || !PyUnicode_Check(mod_name)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3155:9): [True: 0, False: 0]
  |  Branch (3155:29): [True: 0, False: 0]
  ------------------
 3156|      0|        Py_CLEAR(mod_name);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3157|      0|        goto error;
 3158|      0|    }
 3159|      0|    fullmodname = PyUnicode_FromFormat("%U.%U", mod_name, name);
 3160|      0|    if (fullmodname == NULL) {
  ------------------
  |  Branch (3160:9): [True: 0, False: 0]
  ------------------
 3161|      0|        Py_DECREF(mod_name);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3162|      0|        return NULL;
 3163|      0|    }
 3164|      0|    x = PyImport_GetModule(fullmodname);
 3165|      0|    Py_DECREF(fullmodname);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3166|      0|    if (x == NULL && !_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (3166:9): [True: 0, False: 0]
  |  Branch (3166:22): [True: 0, False: 0]
  ------------------
 3167|      0|        goto error;
 3168|      0|    }
 3169|      0|    Py_DECREF(mod_name);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3170|      0|    return x;
 3171|       |
 3172|      0| error:
 3173|      0|    if (mod_name == NULL) {
  ------------------
  |  Branch (3173:9): [True: 0, False: 0]
  ------------------
 3174|      0|        mod_name_or_unknown = PyUnicode_FromString("<unknown module name>");
 3175|      0|        if (mod_name_or_unknown == NULL) {
  ------------------
  |  Branch (3175:13): [True: 0, False: 0]
  ------------------
 3176|      0|            return NULL;
 3177|      0|        }
 3178|      0|    } else {
 3179|      0|        mod_name_or_unknown = mod_name;
 3180|      0|    }
 3181|       |    // mod_name is no longer an owned reference
 3182|      0|    assert(mod_name_or_unknown);
  ------------------
  |  Branch (3182:5): [True: 0, False: 0]
  ------------------
 3183|      0|    assert(mod_name == NULL || mod_name == mod_name_or_unknown);
  ------------------
  |  Branch (3183:5): [True: 0, False: 0]
  |  Branch (3183:5): [True: 0, False: 0]
  ------------------
 3184|       |
 3185|      0|    origin = NULL;
 3186|      0|    if (PyObject_GetOptionalAttr(v, &_Py_ID(__spec__), &spec) < 0) {
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3186:9): [True: 0, False: 0]
  ------------------
 3187|      0|        Py_DECREF(mod_name_or_unknown);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3188|      0|        return NULL;
 3189|      0|    }
 3190|      0|    if (spec == NULL) {
  ------------------
  |  Branch (3190:9): [True: 0, False: 0]
  ------------------
 3191|      0|        errmsg = PyUnicode_FromFormat(
 3192|      0|            "cannot import name %R from %R (unknown location)",
 3193|      0|            name, mod_name_or_unknown
 3194|      0|        );
 3195|      0|        goto done_with_errmsg;
 3196|      0|    }
 3197|      0|    if (_PyModuleSpec_GetFileOrigin(spec, &origin) < 0) {
  ------------------
  |  Branch (3197:9): [True: 0, False: 0]
  ------------------
 3198|      0|        goto done;
 3199|      0|    }
 3200|       |
 3201|      0|    int is_possibly_shadowing = _PyModule_IsPossiblyShadowing(origin);
 3202|      0|    if (is_possibly_shadowing < 0) {
  ------------------
  |  Branch (3202:9): [True: 0, False: 0]
  ------------------
 3203|      0|        goto done;
 3204|      0|    }
 3205|      0|    int is_possibly_shadowing_stdlib = 0;
 3206|      0|    if (is_possibly_shadowing) {
  ------------------
  |  Branch (3206:9): [True: 0, False: 0]
  ------------------
 3207|      0|        PyObject *stdlib_modules;
 3208|      0|        if (PySys_GetOptionalAttrString("stdlib_module_names", &stdlib_modules) < 0) {
  ------------------
  |  Branch (3208:13): [True: 0, False: 0]
  ------------------
 3209|      0|            goto done;
 3210|      0|        }
 3211|      0|        if (stdlib_modules && PyAnySet_Check(stdlib_modules)) {
  ------------------
  |  |   31|      0|    (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (Py_IS_TYPE((ob), &PySet_Type) || Py_IS_TYPE((ob), &PyFrozenSet_Type) || \
  |  |  ------------------
  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   32|      0|      PyType_IsSubtype(Py_TYPE(ob), &PySet_Type) || \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (32:7): [True: 0, False: 0]
  |  |  ------------------
  |  |   33|      0|      PyType_IsSubtype(Py_TYPE(ob), &PyFrozenSet_Type))
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (33:7): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (3211:13): [True: 0, False: 0]
  ------------------
 3212|      0|            is_possibly_shadowing_stdlib = PySet_Contains(stdlib_modules, mod_name_or_unknown);
 3213|      0|            if (is_possibly_shadowing_stdlib < 0) {
  ------------------
  |  Branch (3213:17): [True: 0, False: 0]
  ------------------
 3214|      0|                Py_DECREF(stdlib_modules);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3215|      0|                goto done;
 3216|      0|            }
 3217|      0|        }
 3218|      0|        Py_XDECREF(stdlib_modules);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3219|      0|    }
 3220|       |
 3221|      0|    if (origin == NULL && PyModule_Check(v)) {
  ------------------
  |  |   12|      0|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3221:9): [True: 0, False: 0]
  ------------------
 3222|       |        // Fall back to __file__ for diagnostics if we don't have
 3223|       |        // an origin that is a location
 3224|      0|        origin = PyModule_GetFilenameObject(v);
 3225|      0|        if (origin == NULL) {
  ------------------
  |  Branch (3225:13): [True: 0, False: 0]
  ------------------
 3226|      0|            if (!PyErr_ExceptionMatches(PyExc_SystemError)) {
  ------------------
  |  Branch (3226:17): [True: 0, False: 0]
  ------------------
 3227|      0|                goto done;
 3228|      0|            }
 3229|       |            // PyModule_GetFilenameObject raised "module filename missing"
 3230|      0|            _PyErr_Clear(tstate);
 3231|      0|        }
 3232|      0|        assert(origin == NULL || PyUnicode_Check(origin));
  ------------------
  |  Branch (3232:9): [True: 0, False: 0]
  |  Branch (3232:9): [True: 0, False: 0]
  ------------------
 3233|      0|    }
 3234|       |
 3235|      0|    if (is_possibly_shadowing_stdlib) {
  ------------------
  |  Branch (3235:9): [True: 0, False: 0]
  ------------------
 3236|      0|        assert(origin);
  ------------------
  |  Branch (3236:9): [True: 0, False: 0]
  ------------------
 3237|      0|        errmsg = PyUnicode_FromFormat(
 3238|      0|            "cannot import name %R from %R "
 3239|      0|            "(consider renaming %R since it has the same "
 3240|      0|            "name as the standard library module named %R "
 3241|      0|            "and prevents importing that standard library module)",
 3242|      0|            name, mod_name_or_unknown, origin, mod_name_or_unknown
 3243|      0|        );
 3244|      0|    }
 3245|      0|    else {
 3246|      0|        int rc = _PyModuleSpec_IsInitializing(spec);
 3247|      0|        if (rc < 0) {
  ------------------
  |  Branch (3247:13): [True: 0, False: 0]
  ------------------
 3248|      0|            goto done;
 3249|      0|        }
 3250|      0|        else if (rc > 0) {
  ------------------
  |  Branch (3250:18): [True: 0, False: 0]
  ------------------
 3251|      0|            if (is_possibly_shadowing) {
  ------------------
  |  Branch (3251:17): [True: 0, False: 0]
  ------------------
 3252|      0|                assert(origin);
  ------------------
  |  Branch (3252:17): [True: 0, False: 0]
  ------------------
 3253|       |                // For non-stdlib modules, only mention the possibility of
 3254|       |                // shadowing if the module is being initialized.
 3255|      0|                errmsg = PyUnicode_FromFormat(
 3256|      0|                    "cannot import name %R from %R "
 3257|      0|                    "(consider renaming %R if it has the same name "
 3258|      0|                    "as a library you intended to import)",
 3259|      0|                    name, mod_name_or_unknown, origin
 3260|      0|                );
 3261|      0|            }
 3262|      0|            else if (origin) {
  ------------------
  |  Branch (3262:22): [True: 0, False: 0]
  ------------------
 3263|      0|                errmsg = PyUnicode_FromFormat(
 3264|      0|                    "cannot import name %R from partially initialized module %R "
 3265|      0|                    "(most likely due to a circular import) (%S)",
 3266|      0|                    name, mod_name_or_unknown, origin
 3267|      0|                );
 3268|      0|            }
 3269|      0|            else {
 3270|      0|                errmsg = PyUnicode_FromFormat(
 3271|      0|                    "cannot import name %R from partially initialized module %R "
 3272|      0|                    "(most likely due to a circular import)",
 3273|      0|                    name, mod_name_or_unknown
 3274|      0|                );
 3275|      0|            }
 3276|      0|        }
 3277|      0|        else {
 3278|      0|            assert(rc == 0);
  ------------------
  |  Branch (3278:13): [True: 0, False: 0]
  ------------------
 3279|      0|            if (origin) {
  ------------------
  |  Branch (3279:17): [True: 0, False: 0]
  ------------------
 3280|      0|                errmsg = PyUnicode_FromFormat(
 3281|      0|                    "cannot import name %R from %R (%S)",
 3282|      0|                    name, mod_name_or_unknown, origin
 3283|      0|                );
 3284|      0|            }
 3285|      0|            else {
 3286|      0|                errmsg = PyUnicode_FromFormat(
 3287|      0|                    "cannot import name %R from %R (unknown location)",
 3288|      0|                    name, mod_name_or_unknown
 3289|      0|                );
 3290|      0|            }
 3291|      0|        }
 3292|      0|    }
 3293|       |
 3294|      0|done_with_errmsg:
 3295|      0|    if (errmsg != NULL) {
  ------------------
  |  Branch (3295:9): [True: 0, False: 0]
  ------------------
 3296|       |        /* NULL checks for mod_name and origin done by _PyErr_SetImportErrorWithNameFrom */
 3297|      0|        _PyErr_SetImportErrorWithNameFrom(errmsg, mod_name, origin, name);
 3298|      0|        Py_DECREF(errmsg);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3299|      0|    }
 3300|       |
 3301|      0|done:
 3302|      0|    Py_XDECREF(origin);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3303|      0|    Py_XDECREF(spec);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3304|      0|    Py_DECREF(mod_name_or_unknown);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3305|       |    return NULL;
 3306|      0|}
_PyEval_LazyImportFrom:
 3310|      2|{
 3311|      2|    assert(PyLazyImport_CheckExact(v));
  ------------------
  |  Branch (3311:5): [True: 2, False: 0]
  ------------------
 3312|      2|    assert(name);
  ------------------
  |  Branch (3312:5): [True: 2, False: 0]
  ------------------
 3313|      2|    assert(PyUnicode_Check(name));
  ------------------
  |  Branch (3313:5): [True: 2, False: 0]
  ------------------
 3314|      2|    PyObject *ret;
 3315|      2|    PyLazyImportObject *d = (PyLazyImportObject *)v;
 3316|      2|    PyObject *mod = PyImport_GetModule(d->lz_from);
 3317|      2|    if (mod != NULL) {
  ------------------
  |  Branch (3317:9): [True: 0, False: 2]
  ------------------
 3318|       |        // Check if the module already has the attribute, if so, resolve it
 3319|       |        // eagerly.
 3320|      0|        if (PyModule_Check(mod)) {
  ------------------
  |  |   12|      0|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3321|      0|            PyObject *mod_dict = PyModule_GetDict(mod);
 3322|      0|            if (mod_dict != NULL) {
  ------------------
  |  Branch (3322:17): [True: 0, False: 0]
  ------------------
 3323|      0|                if (PyDict_GetItemRef(mod_dict, name, &ret) < 0) {
  ------------------
  |  Branch (3323:21): [True: 0, False: 0]
  ------------------
 3324|      0|                    Py_DECREF(mod);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3325|      0|                    return NULL;
 3326|      0|                }
 3327|      0|                if (ret != NULL) {
  ------------------
  |  Branch (3327:21): [True: 0, False: 0]
  ------------------
 3328|      0|                    Py_DECREF(mod);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3329|      0|                    return ret;
 3330|      0|                }
 3331|      0|            }
 3332|      0|        }
 3333|      0|        Py_DECREF(mod);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3334|      0|    }
 3335|       |
 3336|      2|    if (d->lz_attr != NULL) {
  ------------------
  |  Branch (3336:9): [True: 2, False: 0]
  ------------------
 3337|      2|        if (PyUnicode_Check(d->lz_attr)) {
  ------------------
  |  |  103|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3338|      0|            PyObject *from = PyUnicode_FromFormat(
 3339|      0|                "%U.%U", d->lz_from, d->lz_attr);
 3340|      0|            if (from == NULL) {
  ------------------
  |  Branch (3340:17): [True: 0, False: 0]
  ------------------
 3341|      0|                return NULL;
 3342|      0|            }
 3343|      0|            ret = _PyLazyImport_New(frame, d->lz_builtins, from, name);
 3344|      0|            Py_DECREF(from);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3345|      0|            return ret;
 3346|      0|        }
 3347|      2|    }
 3348|      0|    else {
 3349|      0|        Py_ssize_t dot = PyUnicode_FindChar(
 3350|      0|            d->lz_from, '.', 0, PyUnicode_GET_LENGTH(d->lz_from), 1
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3351|      0|        );
 3352|      0|        if (dot >= 0) {
  ------------------
  |  Branch (3352:13): [True: 0, False: 0]
  ------------------
 3353|      0|            PyObject *from = PyUnicode_Substring(d->lz_from, 0, dot);
 3354|      0|            if (from == NULL) {
  ------------------
  |  Branch (3354:17): [True: 0, False: 0]
  ------------------
 3355|      0|                return NULL;
 3356|      0|            }
 3357|      0|            ret = _PyLazyImport_New(frame, d->lz_builtins, from, name);
 3358|      0|            Py_DECREF(from);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3359|      0|            return ret;
 3360|      0|        }
 3361|      0|    }
 3362|      2|    ret = _PyLazyImport_New(frame, d->lz_builtins, d->lz_from, name);
 3363|      2|    return ret;
 3364|      2|}
_PyEval_CheckExceptTypeValid:
 3374|    297|{
 3375|    297|    if (PyTuple_Check(right)) {
  ------------------
  |  |   27|    297|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    297|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 14, False: 283]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3376|     14|        Py_ssize_t i, length;
 3377|     14|        length = PyTuple_GET_SIZE(right);
  ------------------
  |  |   27|     14|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3378|     42|        for (i = 0; i < length; i++) {
  ------------------
  |  Branch (3378:21): [True: 28, False: 14]
  ------------------
 3379|     28|            PyObject *exc = PyTuple_GET_ITEM(right, i);
  ------------------
  |  |   29|     28|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     28|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3379:29): [True: 28, False: 0]
  ------------------
 3380|     28|            if (!PyExceptionClass_Check(exc)) {
  ------------------
  |  |   61|     28|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|     56|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 28, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|     28|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|     28|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 28, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3381|      0|                _PyErr_SetString(tstate, PyExc_TypeError,
 3382|      0|                    CANNOT_CATCH_MSG);
  ------------------
  |  | 3366|      0|#define CANNOT_CATCH_MSG "catching classes that do not inherit from "\
  |  | 3367|      0|                         "BaseException is not allowed"
  ------------------
 3383|      0|                return -1;
 3384|      0|            }
 3385|     28|        }
 3386|     14|    }
 3387|    283|    else {
 3388|    283|        if (!PyExceptionClass_Check(right)) {
  ------------------
  |  |   61|    283|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|    566|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    283|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    283|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 283, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|    283|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|    283|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 283, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3389|      0|            _PyErr_SetString(tstate, PyExc_TypeError,
 3390|      0|                CANNOT_CATCH_MSG);
  ------------------
  |  | 3366|      0|#define CANNOT_CATCH_MSG "catching classes that do not inherit from "\
  |  | 3367|      0|                         "BaseException is not allowed"
  ------------------
 3391|      0|            return -1;
 3392|      0|        }
 3393|    283|    }
 3394|    297|    return 0;
 3395|    297|}
_Py_Check_ArgsIterable:
 3436|      2|{
 3437|      2|    if (Py_TYPE(args)->tp_iter == NULL && !PySequence_Check(args)) {
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3437:9): [True: 0, False: 2]
  |  Branch (3437:43): [True: 0, False: 0]
  ------------------
 3438|      0|        _PyErr_Format(tstate, PyExc_TypeError,
 3439|      0|                      "Value after * must be an iterable, not %.200s",
 3440|      0|                      Py_TYPE(args)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3441|      0|        return -1;
 3442|      0|    }
 3443|      2|    return 0;
 3444|      2|}
Py_EnterRecursiveCall:
 3580|     27|{
 3581|     27|    return _Py_EnterRecursiveCall(where);
 3582|     27|}
Py_LeaveRecursiveCall:
 3585|     18|{
 3586|     18|    _Py_LeaveRecursiveCall();
 3587|     18|}
_PyEval_LoadGlobalStackRef:
 3630|  3.99k|{
 3631|  3.99k|    if (PyAnyDict_CheckExact(globals) && PyAnyDict_CheckExact(builtins)) {
  ------------------
  |  |   41|  7.98k|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|  3.99k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  7.98k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  3.99k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 3.99k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   38|      0|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyAnyDict_CheckExact(globals) && PyAnyDict_CheckExact(builtins)) {
  ------------------
  |  |   41|  3.99k|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|  3.99k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|  7.98k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|  3.99k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|  3.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 3.99k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   38|      0|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |   65|      0|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (65:5): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3632|  3.99k|        _PyDict_LoadGlobalStackRef((PyDictObject *)globals,
 3633|  3.99k|                                    (PyDictObject *)builtins,
 3634|  3.99k|                                    name, writeto);
 3635|  3.99k|        if (PyStackRef_IsNull(*writeto) && !PyErr_Occurred()) {
  ------------------
  |  |  470|  7.98k|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|  3.99k|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|  3.99k|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 3.99k]
  |  |  ------------------
  ------------------
  |  Branch (3635:44): [True: 0, False: 0]
  ------------------
 3636|       |            /* _PyDict_LoadGlobal() returns NULL without raising
 3637|       |                * an exception if the key doesn't exist */
 3638|      0|            _PyEval_FormatExcCheckArg(PyThreadState_GET(), PyExc_NameError,
  ------------------
  |  |   63|      0|#define PyThreadState_GET() PyThreadState_Get()
  ------------------
 3639|      0|                                        NAME_ERROR_MSG, name);
  ------------------
  |  |  384|      0|#define NAME_ERROR_MSG "name '%.200s' is not defined"
  ------------------
 3640|      0|        }
 3641|  3.99k|    }
 3642|      0|    else {
 3643|       |        /* Slow-path if globals or builtins is not a dict */
 3644|       |        /* namespace 1: globals */
 3645|      0|        PyObject *res;
 3646|      0|        if (PyMapping_GetOptionalItem(globals, name, &res) < 0) {
  ------------------
  |  Branch (3646:13): [True: 0, False: 0]
  ------------------
 3647|      0|            *writeto = PyStackRef_NULL;
 3648|      0|            return;
 3649|      0|        }
 3650|      0|        if (res == NULL) {
  ------------------
  |  Branch (3650:13): [True: 0, False: 0]
  ------------------
 3651|       |            /* namespace 2: builtins */
 3652|      0|            if (PyMapping_GetOptionalItem(builtins, name, &res) < 0) {
  ------------------
  |  Branch (3652:17): [True: 0, False: 0]
  ------------------
 3653|      0|                *writeto = PyStackRef_NULL;
 3654|      0|                return;
 3655|      0|            }
 3656|      0|            if (res == NULL) {
  ------------------
  |  Branch (3656:17): [True: 0, False: 0]
  ------------------
 3657|      0|                _PyEval_FormatExcCheckArg(
 3658|      0|                            PyThreadState_GET(), PyExc_NameError,
  ------------------
  |  |   63|      0|#define PyThreadState_GET() PyThreadState_Get()
  ------------------
 3659|      0|                            NAME_ERROR_MSG, name);
  ------------------
  |  |  384|      0|#define NAME_ERROR_MSG "name '%.200s' is not defined"
  ------------------
 3660|      0|                *writeto = PyStackRef_NULL;
 3661|      0|                return;
 3662|      0|            }
 3663|      0|        }
 3664|      0|        *writeto = PyStackRef_FromPyObjectSteal(res);
 3665|      0|    }
 3666|       |
 3667|  3.99k|    PyObject *res_o = PyStackRef_AsPyObjectBorrow(*writeto);
 3668|  3.99k|    if (res_o != NULL && PyLazyImport_CheckExact(res_o)) {
  ------------------
  |  |   15|  3.99k|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |   65|  3.99k|    (_PyObject_CAST(ob)->ob_type == (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  3.99k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  3.99k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (65:5): [True: 0, False: 3.99k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3668:9): [True: 3.99k, False: 0]
  ------------------
 3669|      0|        PyObject *l_v = _PyImport_LoadLazyImportTstate(PyThreadState_GET(), res_o);
  ------------------
  |  |   63|      0|#define PyThreadState_GET() PyThreadState_Get()
  ------------------
 3670|      0|        PyStackRef_CLOSE(writeto[0]);
 3671|      0|        if (l_v == NULL) {
  ------------------
  |  Branch (3671:13): [True: 0, False: 0]
  ------------------
 3672|      0|            assert(PyErr_Occurred());
  ------------------
  |  Branch (3672:13): [True: 0, False: 0]
  ------------------
 3673|      0|            *writeto = PyStackRef_NULL;
 3674|      0|            return;
 3675|      0|        }
 3676|      0|        int err = PyDict_SetItem(globals, name, l_v);
 3677|      0|        if (err < 0) {
  ------------------
  |  Branch (3677:13): [True: 0, False: 0]
  ------------------
 3678|      0|            Py_DECREF(l_v);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3679|      0|            *writeto = PyStackRef_NULL;
 3680|      0|            return;
 3681|      0|        }
 3682|      0|        *writeto = PyStackRef_FromPyObjectSteal(l_v);
 3683|      0|    }
 3684|  3.99k|}
_PyEval_LoadName:
 3712|  2.17k|{
 3713|       |
 3714|  2.17k|    PyObject *value;
 3715|  2.17k|    if (frame->f_locals == NULL) {
  ------------------
  |  Branch (3715:9): [True: 0, False: 2.17k]
  ------------------
 3716|      0|        _PyErr_SetString(tstate, PyExc_SystemError,
 3717|      0|                            "no locals found");
 3718|      0|        return NULL;
 3719|      0|    }
 3720|  2.17k|    if (PyMapping_GetOptionalItem(frame->f_locals, name, &value) < 0) {
  ------------------
  |  Branch (3720:9): [True: 0, False: 2.17k]
  ------------------
 3721|      0|        return NULL;
 3722|      0|    }
 3723|  2.17k|    if (value != NULL) {
  ------------------
  |  Branch (3723:9): [True: 1.37k, False: 798]
  ------------------
 3724|  1.37k|        return value;
 3725|  1.37k|    }
 3726|    798|    if (PyDict_GetItemRef(frame->f_globals, name, &value) < 0) {
  ------------------
  |  Branch (3726:9): [True: 0, False: 798]
  ------------------
 3727|      0|        return NULL;
 3728|      0|    }
 3729|    798|    if (value != NULL) {
  ------------------
  |  Branch (3729:9): [True: 352, False: 446]
  ------------------
 3730|    352|        return value;
 3731|    352|    }
 3732|    446|    if (PyMapping_GetOptionalItem(frame->f_builtins, name, &value) < 0) {
  ------------------
  |  Branch (3732:9): [True: 0, False: 446]
  ------------------
 3733|      0|        return NULL;
 3734|      0|    }
 3735|    446|    if (value == NULL) {
  ------------------
  |  Branch (3735:9): [True: 0, False: 446]
  ------------------
 3736|      0|        _PyEval_FormatExcCheckArg(
 3737|      0|                    tstate, PyExc_NameError,
 3738|      0|                    NAME_ERROR_MSG, name);
  ------------------
  |  |  384|      0|#define NAME_ERROR_MSG "name '%.200s' is not defined"
  ------------------
 3739|      0|    }
 3740|    446|    return value;
 3741|    446|}
_PyForIter_VirtualIteratorNext:
 3744|    460|{
 3745|    460|    PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
 3746|    460|    _PyStackRef index = *index_ptr;
 3747|    460|    if (PyStackRef_IsTaggedInt(index)) {
  ------------------
  |  Branch (3747:9): [True: 115, False: 345]
  ------------------
 3748|    115|        intptr_t i = PyStackRef_UntagInt(index);
 3749|    115|        assert(i >= 0);
  ------------------
  |  Branch (3749:9): [True: 115, False: 0]
  ------------------
 3750|    115|        _PyObjectIndexPair next_index = Py_TYPE(iter_o)->_tp_iteritem(iter_o, i);
  ------------------
  |  |  213|    115|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    115|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    115|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3751|    115|        i = next_index.index;
 3752|    115|        PyObject *next = next_index.object;
 3753|    115|        if (next == NULL) {
  ------------------
  |  Branch (3753:13): [True: 17, False: 98]
  ------------------
 3754|     17|            return i < 0 ? PyStackRef_ERROR : PyStackRef_NULL;
  ------------------
  |  Branch (3754:20): [True: 0, False: 17]
  ------------------
 3755|     17|        }
 3756|     98|        *index_ptr = PyStackRef_TagInt(i);
 3757|     98|        return PyStackRef_FromPyObjectSteal(next);
 3758|    115|    }
 3759|    345|    PyObject *next = (*Py_TYPE(iter_o)->tp_iternext)(iter_o);
  ------------------
  |  |  213|    345|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    345|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    345|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3760|    345|    if (next == NULL) {
  ------------------
  |  Branch (3760:9): [True: 109, False: 236]
  ------------------
 3761|    109|        if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (3761:13): [True: 0, False: 109]
  ------------------
 3762|      0|            if (_PyErr_ExceptionMatches(tstate, PyExc_StopIteration)) {
  ------------------
  |  Branch (3762:17): [True: 0, False: 0]
  ------------------
 3763|      0|                _PyEval_MonitorRaise(tstate, frame, frame->instr_ptr);
 3764|      0|                _PyErr_Clear(tstate);
 3765|      0|            }
 3766|      0|            else {
 3767|      0|                return PyStackRef_ERROR;
 3768|      0|            }
 3769|      0|        }
 3770|    109|        return PyStackRef_NULL;
 3771|    109|    }
 3772|    236|    return PyStackRef_FromPyObjectSteal(next);
 3773|    345|}
ceval.c:hardware_stack_limits:
  140|      2|{
  141|       |#ifdef WIN32
  142|       |    ULONG_PTR low, high;
  143|       |    GetCurrentThreadStackLimits(&low, &high);
  144|       |    *top = (uintptr_t)high;
  145|       |    ULONG guarantee = 0;
  146|       |    SetThreadStackGuarantee(&guarantee);
  147|       |    *base = (uintptr_t)low + guarantee;
  148|       |#elif defined(__APPLE__)
  149|       |    pthread_t this_thread = pthread_self();
  150|       |    void *stack_addr = pthread_get_stackaddr_np(this_thread); // top of the stack
  151|       |    size_t stack_size = pthread_get_stacksize_np(this_thread);
  152|       |    *top = (uintptr_t)stack_addr;
  153|       |    *base = ((uintptr_t)stack_addr) - stack_size;
  154|       |#else
  155|       |    /// XXX musl supports HAVE_PTHRED_GETATTR_NP, but the resulting stack size
  156|       |    /// (on alpine at least) is much smaller than expected and imposes undue limits
  157|       |    /// compared to the old stack size estimation.  (We assume musl is not glibc.)
  158|      2|#  if defined(HAVE_PTHREAD_GETATTR_NP) && !defined(_AIX) && \
  159|      2|        !defined(__NetBSD__) && (defined(__GLIBC__) || !defined(__linux__))
  160|      2|    size_t stack_size, guard_size;
  161|      2|    void *stack_addr;
  162|      2|    pthread_attr_t attr;
  163|      2|    int err = pthread_getattr_np(pthread_self(), &attr);
  164|      2|    if (err == 0) {
  ------------------
  |  Branch (164:9): [True: 2, False: 0]
  ------------------
  165|      2|        err = pthread_attr_getguardsize(&attr, &guard_size);
  166|      2|        err |= pthread_attr_getstack(&attr, &stack_addr, &stack_size);
  167|      2|        err |= pthread_attr_destroy(&attr);
  168|      2|    }
  169|      2|    if (err == 0) {
  ------------------
  |  Branch (169:9): [True: 2, False: 0]
  ------------------
  170|      2|        *base = ((uintptr_t)stack_addr) + guard_size;
  171|      2|        *top = (uintptr_t)stack_addr + stack_size;
  172|      2|        return;
  173|      2|    }
  174|      0|#  endif
  175|       |    // Add some space for caller function then round to minimum page size
  176|       |    // This is a guess at the top of the stack, but should be a reasonably
  177|       |    // good guess if called from _PyThreadState_Attach when creating a thread.
  178|       |    // If the thread is attached deep in a call stack, then the guess will be poor.
  179|      0|#if _Py_STACK_GROWS_DOWN
  180|      0|    uintptr_t top_addr = _Py_SIZE_ROUND_UP(sp + 8*sizeof(void*), SYSTEM_PAGE_SIZE);
  ------------------
  |  |  213|      0|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|      0|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
  181|      0|    *top = top_addr;
  182|      0|    *base = top_addr - Py_C_STACK_SIZE;
  ------------------
  |  |   77|      0|#  define Py_C_STACK_SIZE 4000000
  ------------------
  183|       |#  else
  184|       |    uintptr_t base_addr = _Py_SIZE_ROUND_DOWN(sp - 8*sizeof(void*), SYSTEM_PAGE_SIZE);
  185|       |    *base = base_addr;
  186|       |    *top = base_addr + Py_C_STACK_SIZE;
  187|       |#endif
  188|      0|#endif
  189|      0|}
ceval.c:tstate_set_stack:
  194|      2|{
  195|      2|    assert(base < top);
  ------------------
  |  Branch (195:5): [True: 2, False: 0]
  ------------------
  196|      2|    assert((top - base) >= _PyOS_MIN_STACK_SIZE);
  ------------------
  |  Branch (196:5): [True: 2, False: 0]
  ------------------
  197|       |
  198|       |#ifdef _Py_THREAD_SANITIZER
  199|       |    // Thread sanitizer crashes if we use more than half the stack.
  200|       |    uintptr_t stacksize = top - base;
  201|       |#  if _Py_STACK_GROWS_DOWN
  202|       |    base += stacksize/2;
  203|       |#  else
  204|       |    top -= stacksize/2;
  205|       |#  endif
  206|       |#endif
  207|      2|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  208|      2|#if _Py_STACK_GROWS_DOWN
  209|      2|    _tstate->c_stack_top = top;
  210|      2|    _tstate->c_stack_hard_limit = base + _PyOS_STACK_MARGIN_BYTES;
  ------------------
  |  |   55|      2|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      2|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      2|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|      2|    _tstate->c_stack_soft_limit = base + _PyOS_STACK_MARGIN_BYTES * 2;
  ------------------
  |  |   55|      2|#define _PyOS_STACK_MARGIN_BYTES (_PyOS_STACK_MARGIN * sizeof(void *))
  |  |  ------------------
  |  |  |  |   54|      2|#define _PyOS_STACK_MARGIN (1 << _PyOS_LOG2_STACK_MARGIN)
  |  |  |  |  ------------------
  |  |  |  |  |  |   52|      2|#  define _PyOS_LOG2_STACK_MARGIN 11
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  212|      2|#  ifndef NDEBUG
  213|       |    // Sanity checks
  214|      2|    _PyThreadStateImpl *ts = (_PyThreadStateImpl *)tstate;
  215|      2|    assert(ts->c_stack_hard_limit <= ts->c_stack_soft_limit);
  ------------------
  |  Branch (215:5): [True: 2, False: 0]
  ------------------
  216|      2|    assert(ts->c_stack_soft_limit < ts->c_stack_top);
  ------------------
  |  Branch (216:5): [True: 2, False: 0]
  ------------------
  217|      2|#  endif
  218|       |#else
  219|       |    _tstate->c_stack_top = base;
  220|       |    _tstate->c_stack_hard_limit = top - _PyOS_STACK_MARGIN_BYTES;
  221|       |    _tstate->c_stack_soft_limit = top - _PyOS_STACK_MARGIN_BYTES * 2;
  222|       |#  ifndef NDEBUG
  223|       |    // Sanity checks
  224|       |    _PyThreadStateImpl *ts = (_PyThreadStateImpl *)tstate;
  225|       |    assert(ts->c_stack_hard_limit >= ts->c_stack_soft_limit);
  226|       |    assert(ts->c_stack_soft_limit > ts->c_stack_top);
  227|       |#  endif
  228|       |#endif
  229|      2|}
ceval.c:clear_thread_frame:
 1956|  7.38k|{
 1957|  7.38k|    assert(frame->owner == FRAME_OWNED_BY_THREAD);
  ------------------
  |  Branch (1957:5): [True: 7.38k, False: 0]
  ------------------
 1958|       |    // Make sure that this is, indeed, the top frame. We can't check this in
 1959|       |    // _PyThreadState_PopFrame, since f_code is already cleared at that point:
 1960|  7.38k|    assert((PyObject **)frame + _PyFrame_GetCode(frame)->co_framesize ==
  ------------------
  |  Branch (1960:5): [True: 7.38k, False: 0]
  ------------------
 1961|  7.38k|        tstate->datastack_top);
 1962|  7.38k|    assert(frame->frame_obj == NULL || frame->frame_obj->f_frame == frame);
  ------------------
  |  Branch (1962:5): [True: 7.03k, False: 354]
  |  Branch (1962:5): [True: 354, False: 0]
  ------------------
 1963|  7.38k|    _PyFrame_ClearExceptCode(frame);
 1964|  7.38k|    PyStackRef_CLEAR(frame->f_executable);
  ------------------
  |  |  711|  7.38k|    do { \
  |  |  712|  7.38k|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  7.38k|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  7.38k|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  7.38k|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  7.38k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 7.38k]
  |  |  ------------------
  ------------------
 1965|  7.38k|    _PyThreadState_PopFrame(tstate, frame);
 1966|  7.38k|}
ceval.c:clear_gen_frame:
 1970|     55|{
 1971|     55|    assert(frame->owner == FRAME_OWNED_BY_GENERATOR);
  ------------------
  |  Branch (1971:5): [True: 55, False: 0]
  ------------------
 1972|     55|    PyGenObject *gen = _PyGen_GetGeneratorFromFrame(frame);
 1973|     55|    FT_ATOMIC_STORE_INT8_RELEASE(gen->gi_frame_state, FRAME_CLEARED);
  ------------------
  |  |  167|     55|#define FT_ATOMIC_STORE_INT8_RELEASE(value, new_value) value = new_value
  ------------------
 1974|     55|    assert(tstate->exc_info == &gen->gi_exc_state);
  ------------------
  |  Branch (1974:5): [True: 55, False: 0]
  ------------------
 1975|     55|    tstate->exc_info = gen->gi_exc_state.previous_item;
 1976|     55|    gen->gi_exc_state.previous_item = NULL;
 1977|     55|    assert(frame->frame_obj == NULL || frame->frame_obj->f_frame == frame);
  ------------------
  |  Branch (1977:5): [True: 55, False: 0]
  |  Branch (1977:5): [True: 0, False: 0]
  ------------------
 1978|     55|    frame->previous = NULL;
 1979|     55|    _PyFrame_ClearExceptCode(frame);
 1980|     55|    _PyErr_ClearExcState(&gen->gi_exc_state);
 1981|       |    // gh-143939: There must not be any escaping calls between setting
 1982|       |    // the generator return kind and returning from _PyEval_EvalFrame.
 1983|     55|    ((_PyThreadStateImpl *)tstate)->generator_return_kind = GENERATOR_RETURN;
 1984|     55|}
ceval.c:initialize_locals:
 1709|  3.84k|{
 1710|  3.84k|    PyCodeObject *co = (PyCodeObject*)func->func_code;
 1711|  3.84k|    const Py_ssize_t total_args = co->co_argcount + co->co_kwonlyargcount;
 1712|       |    /* Create a dictionary for keyword parameters (**kwags) */
 1713|  3.84k|    PyObject *kwdict;
 1714|  3.84k|    Py_ssize_t i;
 1715|  3.84k|    if (co->co_flags & CO_VARKEYWORDS) {
  ------------------
  |  |  121|  3.84k|#define CO_VARKEYWORDS  0x0008
  ------------------
  |  Branch (1715:9): [True: 406, False: 3.44k]
  ------------------
 1716|    406|        kwdict = PyDict_New();
 1717|    406|        if (kwdict == NULL) {
  ------------------
  |  Branch (1717:13): [True: 0, False: 406]
  ------------------
 1718|      0|            goto fail_pre_positional;
 1719|      0|        }
 1720|    406|        i = total_args;
 1721|    406|        if (co->co_flags & CO_VARARGS) {
  ------------------
  |  |  120|    406|#define CO_VARARGS      0x0004
  ------------------
  |  Branch (1721:13): [True: 323, False: 83]
  ------------------
 1722|    323|            i++;
 1723|    323|        }
 1724|    406|        assert(PyStackRef_IsNull(localsplus[i]));
  ------------------
  |  Branch (1724:9): [True: 406, False: 0]
  ------------------
 1725|    406|        localsplus[i] = PyStackRef_FromPyObjectSteal(kwdict);
 1726|    406|    }
 1727|  3.44k|    else {
 1728|  3.44k|        kwdict = NULL;
 1729|  3.44k|    }
 1730|       |
 1731|       |    /* Copy all positional arguments into local variables */
 1732|  3.84k|    Py_ssize_t j, n;
 1733|  3.84k|    if (argcount > co->co_argcount) {
  ------------------
  |  Branch (1733:9): [True: 768, False: 3.07k]
  ------------------
 1734|    768|        n = co->co_argcount;
 1735|    768|    }
 1736|  3.07k|    else {
 1737|  3.07k|        n = argcount;
 1738|  3.07k|    }
 1739|  10.2k|    for (j = 0; j < n; j++) {
  ------------------
  |  Branch (1739:17): [True: 6.43k, False: 3.84k]
  ------------------
 1740|  6.43k|        assert(PyStackRef_IsNull(localsplus[j]));
  ------------------
  |  Branch (1740:9): [True: 6.43k, False: 0]
  ------------------
 1741|  6.43k|        localsplus[j] = args[j];
 1742|  6.43k|    }
 1743|       |
 1744|       |    /* Pack other positional arguments into the *args argument */
 1745|  3.84k|    if (co->co_flags & CO_VARARGS) {
  ------------------
  |  |  120|  3.84k|#define CO_VARARGS      0x0004
  ------------------
  |  Branch (1745:9): [True: 813, False: 3.03k]
  ------------------
 1746|    813|        PyObject *u = NULL;
 1747|    813|        if (argcount == n) {
  ------------------
  |  Branch (1747:13): [True: 45, False: 768]
  ------------------
 1748|     45|            u = (PyObject *)&_Py_SINGLETON(tuple_empty);
  ------------------
  |  |   18|     45|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|     45|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
 1749|     45|        }
 1750|    768|        else {
 1751|    768|            u = _PyTuple_FromStackRefStealOnSuccess(args + n, argcount - n);
 1752|    768|            if (u == NULL) {
  ------------------
  |  Branch (1752:17): [True: 0, False: 768]
  ------------------
 1753|      0|                for (Py_ssize_t i = n; i < argcount; i++) {
  ------------------
  |  Branch (1753:40): [True: 0, False: 0]
  ------------------
 1754|      0|                    PyStackRef_CLOSE(args[i]);
 1755|      0|                }
 1756|      0|            }
 1757|    768|        }
 1758|    813|        if (u == NULL) {
  ------------------
  |  Branch (1758:13): [True: 0, False: 813]
  ------------------
 1759|      0|            goto fail_post_positional;
 1760|      0|        }
 1761|    813|        assert(PyStackRef_AsPyObjectBorrow(localsplus[total_args]) == NULL);
  ------------------
  |  Branch (1761:9): [True: 813, False: 0]
  ------------------
 1762|    813|        localsplus[total_args] = PyStackRef_FromPyObjectSteal(u);
 1763|    813|    }
 1764|  3.03k|    else if (argcount > n) {
  ------------------
  |  Branch (1764:14): [True: 0, False: 3.03k]
  ------------------
 1765|       |        /* Too many positional args. Error is reported later */
 1766|      0|        for (j = n; j < argcount; j++) {
  ------------------
  |  Branch (1766:21): [True: 0, False: 0]
  ------------------
 1767|      0|            PyStackRef_CLOSE(args[j]);
 1768|      0|        }
 1769|      0|    }
 1770|       |
 1771|       |    /* Handle keyword arguments */
 1772|  3.84k|    if (kwnames != NULL) {
  ------------------
  |  Branch (1772:9): [True: 301, False: 3.54k]
  ------------------
 1773|    301|        Py_ssize_t kwcount = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|    301|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    301|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    301|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1774|    739|        for (i = 0; i < kwcount; i++) {
  ------------------
  |  Branch (1774:21): [True: 438, False: 301]
  ------------------
 1775|    438|            PyObject **co_varnames;
 1776|    438|            PyObject *keyword = PyTuple_GET_ITEM(kwnames, i);
  ------------------
  |  |   29|    438|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    438|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    438|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1776:33): [True: 438, False: 0]
  ------------------
 1777|      0|            _PyStackRef value_stackref = args[i+argcount];
 1778|    438|            Py_ssize_t j;
 1779|       |
 1780|    438|            if (keyword == NULL || !PyUnicode_Check(keyword)) {
  ------------------
  |  |  103|    438|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    438|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1780:17): [True: 0, False: 438]
  |  Branch (1780:36): [True: 0, False: 438]
  ------------------
 1781|      0|                _PyErr_Format(tstate, PyExc_TypeError,
 1782|      0|                            "%U() keywords must be strings",
 1783|      0|                          func->func_qualname);
 1784|      0|                goto kw_fail;
 1785|      0|            }
 1786|       |
 1787|       |            /* Speed hack: do raw pointer compares. As names are
 1788|       |            normally interned this should almost always hit. */
 1789|    438|            co_varnames = ((PyTupleObject *)(co->co_localsplusnames))->ob_item;
 1790|  1.51k|            for (j = co->co_posonlyargcount; j < total_args; j++) {
  ------------------
  |  Branch (1790:46): [True: 1.51k, False: 2]
  ------------------
 1791|  1.51k|                PyObject *varname = co_varnames[j];
 1792|  1.51k|                if (varname == keyword) {
  ------------------
  |  Branch (1792:21): [True: 436, False: 1.07k]
  ------------------
 1793|    436|                    goto kw_found;
 1794|    436|                }
 1795|  1.51k|            }
 1796|       |
 1797|       |            /* Slow fallback, just in case */
 1798|      8|            for (j = co->co_posonlyargcount; j < total_args; j++) {
  ------------------
  |  Branch (1798:46): [True: 6, False: 2]
  ------------------
 1799|      6|                PyObject *varname = co_varnames[j];
 1800|      6|                int cmp = PyObject_RichCompareBool( keyword, varname, Py_EQ);
  ------------------
  |  |  654|      6|#define Py_EQ 2
  ------------------
 1801|      6|                if (cmp > 0) {
  ------------------
  |  Branch (1801:21): [True: 0, False: 6]
  ------------------
 1802|      0|                    goto kw_found;
 1803|      0|                }
 1804|      6|                else if (cmp < 0) {
  ------------------
  |  Branch (1804:26): [True: 0, False: 6]
  ------------------
 1805|      0|                    goto kw_fail;
 1806|      0|                }
 1807|      6|            }
 1808|       |
 1809|      2|            assert(j >= total_args);
  ------------------
  |  Branch (1809:13): [True: 2, False: 0]
  ------------------
 1810|      2|            if (kwdict == NULL) {
  ------------------
  |  Branch (1810:17): [True: 0, False: 2]
  ------------------
 1811|       |
 1812|      0|                if (co->co_posonlyargcount
  ------------------
  |  Branch (1812:21): [True: 0, False: 0]
  ------------------
 1813|      0|                    && positional_only_passed_as_keyword(tstate, co,
  ------------------
  |  Branch (1813:24): [True: 0, False: 0]
  ------------------
 1814|      0|                                                        kwcount, kwnames,
 1815|      0|                                                        func->func_qualname))
 1816|      0|                {
 1817|      0|                    goto kw_fail;
 1818|      0|                }
 1819|       |
 1820|      0|                PyObject* suggestion_keyword = NULL;
 1821|      0|                if (total_args > co->co_posonlyargcount) {
  ------------------
  |  Branch (1821:21): [True: 0, False: 0]
  ------------------
 1822|      0|                    PyObject* possible_keywords = PyList_New(total_args - co->co_posonlyargcount);
 1823|       |
 1824|      0|                    if (!possible_keywords) {
  ------------------
  |  Branch (1824:25): [True: 0, False: 0]
  ------------------
 1825|      0|                        PyErr_Clear();
 1826|      0|                    } else {
 1827|      0|                        for (Py_ssize_t k = co->co_posonlyargcount; k < total_args; k++) {
  ------------------
  |  Branch (1827:69): [True: 0, False: 0]
  ------------------
 1828|      0|                            PyList_SET_ITEM(possible_keywords, k - co->co_posonlyargcount, co_varnames[k]);
  ------------------
  |  |   50|      0|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1829|      0|                        }
 1830|       |
 1831|      0|                        suggestion_keyword = _Py_CalculateSuggestions(possible_keywords, keyword);
 1832|      0|                        Py_DECREF(possible_keywords);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1833|      0|                    }
 1834|      0|                }
 1835|       |
 1836|      0|                if (suggestion_keyword) {
  ------------------
  |  Branch (1836:21): [True: 0, False: 0]
  ------------------
 1837|      0|                    _PyErr_Format(tstate, PyExc_TypeError,
 1838|      0|                                "%U() got an unexpected keyword argument '%S'. Did you mean '%S'?",
 1839|      0|                                func->func_qualname, keyword, suggestion_keyword);
 1840|      0|                    Py_DECREF(suggestion_keyword);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1841|      0|                } else {
 1842|      0|                    _PyErr_Format(tstate, PyExc_TypeError,
 1843|      0|                                "%U() got an unexpected keyword argument '%S'",
 1844|      0|                                func->func_qualname, keyword);
 1845|      0|                }
 1846|       |
 1847|      0|                goto kw_fail;
 1848|      0|            }
 1849|       |
 1850|      2|            if (PyDict_SetItem(kwdict, keyword, PyStackRef_AsPyObjectBorrow(value_stackref)) == -1) {
  ------------------
  |  Branch (1850:17): [True: 0, False: 2]
  ------------------
 1851|      0|                goto kw_fail;
 1852|      0|            }
 1853|      2|            PyStackRef_CLOSE(value_stackref);
 1854|      2|            continue;
 1855|       |
 1856|      0|        kw_fail:
 1857|      0|            for (;i < kwcount; i++) {
  ------------------
  |  Branch (1857:19): [True: 0, False: 0]
  ------------------
 1858|      0|                PyStackRef_CLOSE(args[i+argcount]);
 1859|      0|            }
 1860|      0|            goto fail_post_args;
 1861|       |
 1862|    436|        kw_found:
 1863|    436|            if (PyStackRef_AsPyObjectBorrow(localsplus[j]) != NULL) {
  ------------------
  |  Branch (1863:17): [True: 0, False: 436]
  ------------------
 1864|      0|                _PyErr_Format(tstate, PyExc_TypeError,
 1865|      0|                            "%U() got multiple values for argument '%S'",
 1866|      0|                          func->func_qualname, keyword);
 1867|      0|                goto kw_fail;
 1868|      0|            }
 1869|    436|            localsplus[j] = value_stackref;
 1870|    436|        }
 1871|    301|    }
 1872|       |
 1873|       |    /* Check the number of positional arguments */
 1874|  3.84k|    if ((argcount > co->co_argcount) && !(co->co_flags & CO_VARARGS)) {
  ------------------
  |  |  120|    768|#define CO_VARARGS      0x0004
  ------------------
  |  Branch (1874:9): [True: 768, False: 3.07k]
  |  Branch (1874:41): [True: 0, False: 768]
  ------------------
 1875|      0|        too_many_positional(tstate, co, argcount, func->func_defaults, localsplus,
 1876|      0|                            func->func_qualname);
 1877|      0|        goto fail_post_args;
 1878|      0|    }
 1879|       |
 1880|       |    /* Add missing positional arguments (copy default values from defs) */
 1881|  3.84k|    if (argcount < co->co_argcount) {
  ------------------
  |  Branch (1881:9): [True: 310, False: 3.53k]
  ------------------
 1882|    310|        Py_ssize_t defcount = func->func_defaults == NULL ? 0 : PyTuple_GET_SIZE(func->func_defaults);
  ------------------
  |  |   27|    310|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    310|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    310|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1882:31): [True: 0, False: 310]
  ------------------
 1883|    310|        Py_ssize_t m = co->co_argcount - defcount;
 1884|    310|        Py_ssize_t missing = 0;
 1885|    314|        for (i = argcount; i < m; i++) {
  ------------------
  |  Branch (1885:28): [True: 4, False: 310]
  ------------------
 1886|      4|            if (PyStackRef_IsNull(localsplus[i])) {
  ------------------
  |  |  470|      4|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|      4|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      4|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 4]
  |  |  ------------------
  ------------------
 1887|      0|                missing++;
 1888|      0|            }
 1889|      4|        }
 1890|    310|        if (missing) {
  ------------------
  |  Branch (1890:13): [True: 0, False: 310]
  ------------------
 1891|      0|            missing_arguments(tstate, co, missing, defcount, localsplus,
 1892|      0|                              func->func_qualname);
 1893|      0|            goto fail_post_args;
 1894|      0|        }
 1895|    310|        if (n > m)
  ------------------
  |  Branch (1895:13): [True: 39, False: 271]
  ------------------
 1896|     39|            i = n - m;
 1897|    271|        else
 1898|    271|            i = 0;
 1899|    310|        if (defcount) {
  ------------------
  |  Branch (1899:13): [True: 310, False: 0]
  ------------------
 1900|    310|            PyObject **defs = &PyTuple_GET_ITEM(func->func_defaults, 0);
  ------------------
  |  |   29|    310|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    310|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    310|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1900:32): [True: 310, False: 0]
  ------------------
 1901|    681|            for (; i < defcount; i++) {
  ------------------
  |  Branch (1901:20): [True: 371, False: 310]
  ------------------
 1902|    371|                if (PyStackRef_AsPyObjectBorrow(localsplus[m+i]) == NULL) {
  ------------------
  |  Branch (1902:21): [True: 322, False: 49]
  ------------------
 1903|    322|                    PyObject *def = defs[i];
 1904|    322|                    localsplus[m+i] = PyStackRef_FromPyObjectNew(def);
  ------------------
  |  |  599|    322|#define PyStackRef_FromPyObjectNew(obj) _PyStackRef_FromPyObjectNew(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    322|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    322|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1905|    322|                }
 1906|    371|            }
 1907|    310|        }
 1908|    310|    }
 1909|       |
 1910|       |    /* Add missing keyword arguments (copy default values from kwdefs) */
 1911|  3.84k|    if (co->co_kwonlyargcount > 0) {
  ------------------
  |  Branch (1911:9): [True: 516, False: 3.33k]
  ------------------
 1912|    516|        Py_ssize_t missing = 0;
 1913|  1.38k|        for (i = co->co_argcount; i < total_args; i++) {
  ------------------
  |  Branch (1913:35): [True: 868, False: 516]
  ------------------
 1914|    868|            if (PyStackRef_AsPyObjectBorrow(localsplus[i]) != NULL)
  ------------------
  |  Branch (1914:17): [True: 383, False: 485]
  ------------------
 1915|    383|                continue;
 1916|    485|            PyObject *varname = PyTuple_GET_ITEM(co->co_localsplusnames, i);
  ------------------
  |  |   29|    485|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|    485|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    485|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1916:33): [True: 485, False: 0]
  ------------------
 1917|    485|            if (func->func_kwdefaults != NULL) {
  ------------------
  |  Branch (1917:17): [True: 485, False: 0]
  ------------------
 1918|    485|                PyObject *def;
 1919|    485|                if (PyDict_GetItemRef(func->func_kwdefaults, varname, &def) < 0) {
  ------------------
  |  Branch (1919:21): [True: 0, False: 485]
  ------------------
 1920|      0|                    goto fail_post_args;
 1921|      0|                }
 1922|    485|                if (def) {
  ------------------
  |  Branch (1922:21): [True: 485, False: 0]
  ------------------
 1923|    485|                    localsplus[i] = PyStackRef_FromPyObjectSteal(def);
 1924|    485|                    continue;
 1925|    485|                }
 1926|    485|            }
 1927|      0|            missing++;
 1928|      0|        }
 1929|    516|        if (missing) {
  ------------------
  |  Branch (1929:13): [True: 0, False: 516]
  ------------------
 1930|      0|            missing_arguments(tstate, co, missing, -1, localsplus,
 1931|      0|                              func->func_qualname);
 1932|      0|            goto fail_post_args;
 1933|      0|        }
 1934|    516|    }
 1935|  3.84k|    return 0;
 1936|       |
 1937|      0|fail_pre_positional:
 1938|      0|    for (j = 0; j < argcount; j++) {
  ------------------
  |  Branch (1938:17): [True: 0, False: 0]
  ------------------
 1939|      0|        PyStackRef_CLOSE(args[j]);
 1940|      0|    }
 1941|       |    /* fall through */
 1942|      0|fail_post_positional:
 1943|      0|    if (kwnames) {
  ------------------
  |  Branch (1943:9): [True: 0, False: 0]
  ------------------
 1944|      0|        Py_ssize_t kwcount = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1945|      0|        for (j = argcount; j < argcount+kwcount; j++) {
  ------------------
  |  Branch (1945:28): [True: 0, False: 0]
  ------------------
 1946|      0|            PyStackRef_CLOSE(args[j]);
 1947|      0|        }
 1948|      0|    }
 1949|       |    /* fall through */
 1950|      0|fail_post_args:
 1951|      0|    return -1;
 1952|      0|}
ceval.c:_PyEval_GetGlobals:
 2720|     71|{
 2721|     71|    _PyInterpreterFrame *current_frame = _PyThreadState_GetFrame(tstate);
 2722|     71|    if (current_frame == NULL) {
  ------------------
  |  Branch (2722:9): [True: 15, False: 56]
  ------------------
 2723|     15|        return NULL;
 2724|     15|    }
 2725|     56|    return current_frame->f_globals;
 2726|     71|}
ceval.c:get_globals_builtins:
 2753|     57|{
 2754|     57|    PyObject *builtins = NULL;
 2755|     57|    if (PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|     57|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|     57|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|    114|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 57, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2756|     57|        if (PyDict_GetItemRef(globals, &_Py_ID(__builtins__), &builtins) < 0) {
  ------------------
  |  |  917|     57|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     57|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     57|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2756:13): [True: 0, False: 57]
  ------------------
 2757|      0|            return NULL;
 2758|      0|        }
 2759|     57|    }
 2760|      0|    else {
 2761|      0|        if (PyMapping_GetOptionalItem(
  ------------------
  |  Branch (2761:13): [True: 0, False: 0]
  ------------------
 2762|      0|                        globals, &_Py_ID(__builtins__), &builtins) < 0)
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2763|      0|        {
 2764|      0|            return NULL;
 2765|      0|        }
 2766|      0|    }
 2767|     57|    return builtins;
 2768|     57|}
ceval.c:set_globals_builtins:
 2772|     56|{
 2773|     56|    if (PyDict_Check(globals)) {
  ------------------
  |  |   18|     56|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     56|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 56, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2774|     56|        if (PyDict_SetItem(globals, &_Py_ID(__builtins__), builtins) < 0) {
  ------------------
  |  |  917|     56|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     56|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     56|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2774:13): [True: 0, False: 56]
  ------------------
 2775|      0|            return -1;
 2776|      0|        }
 2777|     56|    }
 2778|      0|    else {
 2779|      0|        if (PyObject_SetItem(globals, &_Py_ID(__builtins__), builtins) < 0) {
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2779:13): [True: 0, False: 0]
  ------------------
 2780|      0|            if (PyFrozenDict_Check(globals)) {
  ------------------
  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2781|      0|                PyErr_SetString(PyExc_TypeError,
 2782|      0|                                "cannot assign __builtins__ to frozendict globals");
 2783|      0|            }
 2784|      0|            return -1;
 2785|      0|        }
 2786|      0|    }
 2787|     56|    return 0;
 2788|     56|}
ceval.c:is_lazy_import_module_level:
 3064|    123|{
 3065|    123|    _PyInterpreterFrame *frame = _PyEval_GetFrame();
 3066|    123|    return frame != NULL && frame->f_globals == frame->f_locals;
  ------------------
  |  Branch (3066:12): [True: 123, False: 0]
  |  Branch (3066:29): [True: 123, False: 0]
  ------------------
 3067|    123|}
ceval.c:check_lazy_import_compatibility:
 3027|    123|{
 3028|       |     // Check if this module should be imported lazily due to
 3029|       |     // the compatibility mode support via __lazy_modules__.
 3030|    123|    PyObject *lazy_modules = NULL;
 3031|    123|    PyObject *abs_name = NULL;
 3032|    123|    int res = -1;
 3033|       |
 3034|    123|    if (globals != NULL &&
  ------------------
  |  Branch (3034:9): [True: 123, False: 0]
  ------------------
 3035|    123|        PyMapping_GetOptionalItem(globals, &_Py_ID(__lazy_modules__),
  ------------------
  |  |  917|    123|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    123|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    123|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3035:9): [True: 0, False: 123]
  ------------------
 3036|    123|                                  &lazy_modules) < 0)
 3037|      0|    {
 3038|      0|        return -1;
 3039|      0|    }
 3040|    123|    if (lazy_modules == NULL) {
  ------------------
  |  Branch (3040:9): [True: 123, False: 0]
  ------------------
 3041|    123|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (3041:9): [True: 123, False: 0]
  ------------------
 3042|    123|        return 0;
 3043|    123|    }
 3044|       |
 3045|      0|    int ilevel = PyLong_AsInt(level);
 3046|      0|    if (ilevel == -1 && _PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (3046:9): [True: 0, False: 0]
  |  Branch (3046:25): [True: 0, False: 0]
  ------------------
 3047|      0|        goto error;
 3048|      0|    }
 3049|       |
 3050|      0|    abs_name = _PyImport_GetAbsName(tstate, name, globals, ilevel);
 3051|      0|    if (abs_name == NULL) {
  ------------------
  |  Branch (3051:9): [True: 0, False: 0]
  ------------------
 3052|      0|        goto error;
 3053|      0|    }
 3054|       |
 3055|      0|    res = PySequence_Contains(lazy_modules, abs_name);
 3056|      0|error:
 3057|      0|    Py_XDECREF(abs_name);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3058|       |    Py_XDECREF(lazy_modules);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3059|      0|    return res;
 3060|      0|}

ceval.c:check_invalid_reentrancy:
  142|  1.76k|{
  143|       |#if defined(Py_DEBUG) && defined(Py_GIL_DISABLED)
  144|       |    // In the free-threaded build, the interpreter must not be re-entered if
  145|       |    // the world-is-stopped.  If so, that's a bug somewhere (quite likely in
  146|       |    // the painfully complex typeobject code).
  147|       |    PyInterpreterState *interp = _PyInterpreterState_GET();
  148|       |    assert(!interp->stoptheworld.world_stopped);
  149|       |#endif
  150|  1.76k|}
ceval.c:monitor_reraise:
  405|     20|{
  406|     20|    if (no_tools_for_local_event(tstate, frame, PY_MONITORING_EVENT_RERAISE)) {
  ------------------
  |  |   36|     20|#define PY_MONITORING_EVENT_RERAISE 15
  ------------------
  |  Branch (406:9): [True: 20, False: 0]
  ------------------
  407|     20|        return;
  408|     20|    }
  409|      0|    do_monitor_exc(tstate, frame, instr, PY_MONITORING_EVENT_RERAISE);
  ------------------
  |  |   36|      0|#define PY_MONITORING_EVENT_RERAISE 15
  ------------------
  410|      0|}
ceval.c:do_raise:
  518|     21|{
  519|     21|    PyObject *type = NULL, *value = NULL;
  520|       |
  521|     21|    if (exc == NULL) {
  ------------------
  |  Branch (521:9): [True: 0, False: 21]
  ------------------
  522|       |        /* Reraise */
  523|      0|        _PyErr_StackItem *exc_info = _PyErr_GetTopmostException(tstate);
  524|      0|        exc = exc_info->exc_value;
  525|      0|        if (Py_IsNone(exc) || exc == NULL) {
  ------------------
  |  |  621|      0|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|      0|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (525:31): [True: 0, False: 0]
  ------------------
  526|      0|            _PyErr_SetString(tstate, PyExc_RuntimeError,
  527|      0|                             "No active exception to reraise");
  528|      0|            return 0;
  529|      0|        }
  530|      0|        Py_INCREF(exc);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  531|      0|        assert(PyExceptionInstance_Check(exc));
  ------------------
  |  Branch (531:9): [True: 0, False: 0]
  ------------------
  532|      0|        _PyErr_SetRaisedException(tstate, exc);
  533|      0|        return 1;
  534|      0|    }
  535|       |
  536|       |    /* We support the following forms of raise:
  537|       |       raise
  538|       |       raise <instance>
  539|       |       raise <type> */
  540|       |
  541|     21|    if (PyExceptionClass_Check(exc)) {
  ------------------
  |  |   61|     21|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|     42|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 0, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|     21|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  542|      0|        type = exc;
  543|      0|        value = _PyObject_CallNoArgs(exc);
  544|      0|        if (value == NULL)
  ------------------
  |  Branch (544:13): [True: 0, False: 0]
  ------------------
  545|      0|            goto raise_error;
  546|      0|        if (!PyExceptionInstance_Check(value)) {
  ------------------
  |  |   65|      0|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (546:13): [True: 0, False: 0]
  ------------------
  547|      0|            _PyErr_Format(tstate, PyExc_TypeError,
  548|      0|                          "calling %R should have returned an instance of "
  549|      0|                          "BaseException, not %R",
  550|      0|                          type, Py_TYPE(value));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  551|      0|             goto raise_error;
  552|      0|        }
  553|      0|    }
  554|     21|    else if (PyExceptionInstance_Check(exc)) {
  ------------------
  |  |   65|     21|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     21|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 21, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  555|     21|        value = exc;
  556|     21|        type = PyExceptionInstance_Class(exc);
  ------------------
  |  |   69|     21|#define PyExceptionInstance_Class(x) _PyObject_CAST(Py_TYPE(x))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  557|     21|        Py_INCREF(type);
  ------------------
  |  |  310|     21|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  558|     21|    }
  559|      0|    else {
  560|       |        /* Not something you can raise.  You get an exception
  561|       |           anyway, just not what you specified :-) */
  562|      0|        Py_DECREF(exc);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  563|      0|        _PyErr_SetString(tstate, PyExc_TypeError,
  564|      0|                         "exceptions must derive from BaseException");
  565|      0|        goto raise_error;
  566|      0|    }
  567|       |
  568|     21|    assert(type != NULL);
  ------------------
  |  Branch (568:5): [True: 21, False: 0]
  ------------------
  569|     21|    assert(value != NULL);
  ------------------
  |  Branch (569:5): [True: 21, False: 0]
  ------------------
  570|       |
  571|     21|    if (cause) {
  ------------------
  |  Branch (571:9): [True: 2, False: 19]
  ------------------
  572|      2|        PyObject *fixed_cause;
  573|      2|        if (PyExceptionClass_Check(cause)) {
  ------------------
  |  |   61|      2|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|      4|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|      2|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  574|      0|            fixed_cause = _PyObject_CallNoArgs(cause);
  575|      0|            if (fixed_cause == NULL)
  ------------------
  |  Branch (575:17): [True: 0, False: 0]
  ------------------
  576|      0|                goto raise_error;
  577|      0|            if (!PyExceptionInstance_Check(fixed_cause)) {
  ------------------
  |  |   65|      0|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (577:17): [True: 0, False: 0]
  ------------------
  578|      0|                _PyErr_Format(tstate, PyExc_TypeError,
  579|      0|                              "calling %R should have returned an instance of "
  580|      0|                              "BaseException, not %R",
  581|      0|                              cause, Py_TYPE(fixed_cause));
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  582|      0|                Py_DECREF(fixed_cause);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  583|      0|                goto raise_error;
  584|      0|            }
  585|      0|            Py_DECREF(cause);
  ------------------
  |  |   80|      0|    do { \
  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  586|      0|        }
  587|      2|        else if (PyExceptionInstance_Check(cause)) {
  ------------------
  |  |   65|      2|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  588|      0|            fixed_cause = cause;
  589|      0|        }
  590|      2|        else if (Py_IsNone(cause)) {
  ------------------
  |  |  621|      2|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|      2|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  591|      2|            Py_DECREF(cause);
  ------------------
  |  |   80|      2|    do { \
  |  |   81|      2|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|      2|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|      2|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      2|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      2|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      2|            break; \
  |  |   85|      2|        } \
  |  |   86|      2|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  592|      2|            fixed_cause = NULL;
  593|      2|        }
  594|      0|        else {
  595|      0|            _PyErr_SetString(tstate, PyExc_TypeError,
  596|      0|                             "exception causes must derive from "
  597|      0|                             "BaseException");
  598|      0|            goto raise_error;
  599|      0|        }
  600|      2|        PyException_SetCause(value, fixed_cause);
  601|      2|    }
  602|       |
  603|     21|    _PyErr_SetObject(tstate, type, value);
  604|       |    /* _PyErr_SetObject incref's its arguments */
  605|     21|    Py_DECREF(value);
  ------------------
  |  |   80|     21|    do { \
  |  |   81|     21|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|     21|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|     21|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 0, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|      0|            break; \
  |  |   85|      0|        } \
  |  |   86|     21|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|     21|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|     21|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 21]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|     21|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 21]
  |  |  ------------------
  ------------------
  606|     21|    Py_DECREF(type);
  ------------------
  |  |   80|     21|    do { \
  |  |   81|     21|        PyObject *op = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   82|     21|        if (_Py_IsImmortal(op)) { \
  |  |  ------------------
  |  |  |  |  137|     21|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     21|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     21|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (137:28): [True: 12, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   83|     12|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   22|     12|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   84|     12|            break; \
  |  |   85|     12|        } \
  |  |   86|     21|        _Py_DECREF_STAT_INC(); \
  |  |  ------------------
  |  |  |  |   20|      9|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  ------------------
  |  |   87|      9|        if (--op->ob_refcnt == 0) { \
  |  |  ------------------
  |  |  |  Branch (87:13): [True: 0, False: 9]
  |  |  ------------------
  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  ------------------
  |  |  |  |  112|      0|    do { \
  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  117|      0|        } \
  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  ------------------
  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   90|      0|            (*dealloc)(op); \
  |  |   91|      0|        } \
  |  |   92|      9|    } while (0)
  |  |  ------------------
  |  |  |  Branch (92:14): [Folded, False: 9]
  |  |  ------------------
  ------------------
  607|     21|    return 0;
  608|       |
  609|      0|raise_error:
  610|      0|    Py_XDECREF(value);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  611|      0|    Py_XDECREF(type);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  612|       |    Py_XDECREF(cause);
  ------------------
  |  |   69|      0|    do { \
  |  |   70|      0|        PyObject *xop = _PyObject_CAST(arg); \
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   71|      0|        if (xop != NULL) { \
  |  |  ------------------
  |  |  |  Branch (71:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   72|      0|            Py_DECREF(xop); \
  |  |  ------------------
  |  |  |  |   80|      0|    do { \
  |  |  |  |   81|      0|        PyObject *op = _PyObject_CAST(arg); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   82|      0|        if (_Py_IsImmortal(op)) { \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (137:28): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   83|      0|            _Py_DECREF_IMMORTAL_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   22|      0|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   84|      0|            break; \
  |  |  |  |   85|      0|        } \
  |  |  |  |   86|      0|        _Py_DECREF_STAT_INC(); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _Py_DECREF_STAT_INC() ((void)0)
  |  |  |  |  ------------------
  |  |  |  |   87|      0|        if (--op->ob_refcnt == 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (87:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   88|      0|            _PyReftracerTrack(op, PyRefTracer_DESTROY); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  112|      0|    do { \
  |  |  |  |  |  |  113|      0|        struct _reftracer_runtime_state *tracer = &_PyRuntime.ref_tracer; \
  |  |  |  |  |  |  114|      0|        if (tracer->tracer_func != NULL) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (114:13): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  115|      0|            void *data = tracer->tracer_data; \
  |  |  |  |  |  |  116|      0|            tracer->tracer_func((obj), (operation), data); \
  |  |  |  |  |  |  117|      0|        } \
  |  |  |  |  |  |  118|      0|    } while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (118:13): [Folded, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   89|      0|            destructor dealloc = Py_TYPE(op)->tp_dealloc; \
  |  |  |  |  ------------------
  |  |  |  |  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   90|      0|            (*dealloc)(op); \
  |  |  |  |   91|      0|        } \
  |  |  |  |   92|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (92:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   73|      0|        } \
  |  |   74|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (74:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  613|      0|    return 0;
  614|     21|}
ceval.c:get_exception_handler:
  459|    370|{
  460|    370|    unsigned char *start = (unsigned char *)PyBytes_AS_STRING(code->co_exceptiontable);
  ------------------
  |  |   27|    370|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    370|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    370|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  461|    370|    unsigned char *end = start + PyBytes_GET_SIZE(code->co_exceptiontable);
  ------------------
  |  |   33|    370|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|    370|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    370|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  462|       |    /* Invariants:
  463|       |     * start_table == end_table OR
  464|       |     * start_table points to a legal entry and end_table points
  465|       |     * beyond the table or to a legal entry that is after index.
  466|       |     */
  467|    370|    if (end - start > MAX_LINEAR_SEARCH) {
  ------------------
  |  |  455|    370|#define MAX_LINEAR_SEARCH 40
  ------------------
  |  Branch (467:9): [True: 150, False: 220]
  ------------------
  468|    150|        int offset;
  469|    150|        parse_varint(start, &offset);
  470|    150|        if (offset > index) {
  ------------------
  |  Branch (470:13): [True: 0, False: 150]
  ------------------
  471|      0|            return 0;
  472|      0|        }
  473|    226|        do {
  474|    226|            unsigned char * mid = start + ((end-start)>>1);
  475|    226|            mid = scan_back_to_entry_start(mid);
  476|    226|            parse_varint(mid, &offset);
  477|    226|            if (offset > index) {
  ------------------
  |  Branch (477:17): [True: 198, False: 28]
  ------------------
  478|    198|                end = mid;
  479|    198|            }
  480|     28|            else {
  481|     28|                start = mid;
  482|     28|            }
  483|       |
  484|    226|        } while (end - start > MAX_LINEAR_SEARCH);
  ------------------
  |  |  455|    226|#define MAX_LINEAR_SEARCH 40
  ------------------
  |  Branch (484:18): [True: 76, False: 150]
  ------------------
  485|    150|    }
  486|    370|    unsigned char *scan = start;
  487|    498|    while (scan < end) {
  ------------------
  |  Branch (487:12): [True: 452, False: 46]
  ------------------
  488|    452|        int start_offset, size;
  489|    452|        scan = parse_varint(scan, &start_offset);
  490|    452|        if (start_offset > index) {
  ------------------
  |  Branch (490:13): [True: 13, False: 439]
  ------------------
  491|     13|            break;
  492|     13|        }
  493|    439|        scan = parse_varint(scan, &size);
  494|    439|        if (start_offset + size > index) {
  ------------------
  |  Branch (494:13): [True: 311, False: 128]
  ------------------
  495|    311|            scan = parse_varint(scan, handler);
  496|    311|            int depth_and_lasti;
  497|    311|            parse_varint(scan, &depth_and_lasti);
  498|    311|            *level = depth_and_lasti >> 1;
  499|    311|            *lasti = depth_and_lasti & 1;
  500|    311|            return 1;
  501|    311|        }
  502|    128|        scan = skip_to_next_entry(scan, end);
  503|    128|    }
  504|     59|    return 0;
  505|    370|}
ceval.c:scan_back_to_entry_start:
  441|    226|scan_back_to_entry_start(unsigned char *p) {
  442|    618|    for (; (p[0]&128) == 0; p--);
  ------------------
  |  Branch (442:12): [True: 392, False: 226]
  ------------------
  443|    226|    return p;
  444|    226|}
ceval.c:skip_to_next_entry:
  447|    128|skip_to_next_entry(unsigned char *p, unsigned char *end) {
  448|    499|    while (p < end && ((p[0] & 128) == 0)) {
  ------------------
  |  Branch (448:12): [True: 493, False: 6]
  |  Branch (448:23): [True: 371, False: 122]
  ------------------
  449|    371|        p++;
  450|    371|    }
  451|    128|    return p;
  452|    128|}
ceval.c:monitor_unwind:
  433|     59|{
  434|     59|    if (no_tools_for_local_event(tstate, frame, PY_MONITORING_EVENT_PY_UNWIND)) {
  ------------------
  |  |   34|     59|#define PY_MONITORING_EVENT_PY_UNWIND 13
  ------------------
  |  Branch (434:9): [True: 59, False: 0]
  ------------------
  435|     59|        return;
  436|     59|    }
  437|      0|    do_monitor_exc(tstate, frame, instr, PY_MONITORING_EVENT_PY_UNWIND);
  ------------------
  |  |   34|      0|#define PY_MONITORING_EVENT_PY_UNWIND 13
  ------------------
  438|      0|}
ceval.c:monitor_handled:
  384|    311|{
  385|    311|    if (no_tools_for_local_event(tstate, frame, PY_MONITORING_EVENT_EXCEPTION_HANDLED)) {
  ------------------
  |  |   33|    311|#define PY_MONITORING_EVENT_EXCEPTION_HANDLED 12
  ------------------
  |  Branch (385:9): [True: 311, False: 0]
  ------------------
  386|    311|        return 0;
  387|    311|    }
  388|      0|    return _Py_call_instrumentation_arg(tstate, PY_MONITORING_EVENT_EXCEPTION_HANDLED, frame, instr, exc);
  ------------------
  |  |   33|      0|#define PY_MONITORING_EVENT_EXCEPTION_HANDLED 12
  ------------------
  389|    311|}
ceval.c:no_tools_for_local_event:
  369|    746|{
  370|    746|    assert(event < _PY_MONITORING_UNGROUPED_EVENTS);
  ------------------
  |  Branch (370:5): [True: 746, False: 0]
  ------------------
  371|    746|    _PyCoMonitoringData *data = _PyFrame_GetCode(frame)->_co_monitoring;
  372|    746|    if (data) {
  ------------------
  |  Branch (372:9): [True: 0, False: 746]
  ------------------
  373|      0|        return data->active_monitors.tools[event] == 0;
  374|      0|    }
  375|    746|    else {
  376|    746|        return no_tools_for_global_event(tstate, event);
  377|    746|    }
  378|    746|}
ceval.c:no_tools_for_global_event:
  363|    746|{
  364|    746|    return tstate->interp->monitors.tools[event] == 0;
  365|    746|}

_PyEval_InitGIL:
  504|      2|{
  505|      2|    assert(tstate->interp->ceval.gil == NULL);
  ------------------
  |  Branch (505:5): [True: 2, False: 0]
  ------------------
  506|      2|    if (!own_gil) {
  ------------------
  |  Branch (506:9): [True: 0, False: 2]
  ------------------
  507|       |        /* The interpreter will share the main interpreter's instead. */
  508|      0|        PyInterpreterState *main_interp = _PyInterpreterState_Main();
  509|      0|        assert(tstate->interp != main_interp);
  ------------------
  |  Branch (509:9): [True: 0, False: 0]
  ------------------
  510|      0|        struct _gil_runtime_state *gil = main_interp->ceval.gil;
  511|      0|        init_shared_gil(tstate->interp, gil);
  512|      0|        assert(!current_thread_holds_gil(gil, tstate));
  ------------------
  |  Branch (512:9): [True: 0, False: 0]
  ------------------
  513|      0|    }
  514|      2|    else {
  515|      2|        PyThread_init_thread();
  516|      2|        init_own_gil(tstate->interp, &tstate->interp->_gil);
  517|      2|    }
  518|       |
  519|       |    // Lock the GIL and mark the current thread as attached.
  520|      2|    _PyThreadState_Attach(tstate);
  521|      2|}
_PyEval_FiniGIL:
  525|      2|{
  526|      2|    struct _gil_runtime_state *gil = interp->ceval.gil;
  527|      2|    if (gil == NULL) {
  ------------------
  |  Branch (527:9): [True: 2, False: 0]
  ------------------
  528|       |        /* It was already finalized (or hasn't been initialized yet). */
  529|      2|        assert(!interp->ceval.own_gil);
  ------------------
  |  Branch (529:9): [True: 2, False: 0]
  ------------------
  530|      2|        return;
  531|      2|    }
  532|      0|    else if (!interp->ceval.own_gil) {
  ------------------
  |  Branch (532:14): [True: 0, False: 0]
  ------------------
  533|       |#ifdef Py_DEBUG
  534|       |        PyInterpreterState *main_interp = _PyInterpreterState_Main();
  535|       |        assert(main_interp != NULL && interp != main_interp);
  536|       |        assert(interp->ceval.gil == main_interp->ceval.gil);
  537|       |#endif
  538|      0|        interp->ceval.gil = NULL;
  539|      0|        return;
  540|      0|    }
  541|       |
  542|      0|    if (!gil_created(gil)) {
  ------------------
  |  Branch (542:9): [True: 0, False: 0]
  ------------------
  543|       |        /* First Py_InitializeFromConfig() call: the GIL doesn't exist
  544|       |           yet: do nothing. */
  545|      0|        return;
  546|      0|    }
  547|       |
  548|      0|    destroy_gil(gil);
  549|      0|    assert(!gil_created(gil));
  ------------------
  |  Branch (549:5): [True: 0, False: 0]
  ------------------
  550|      0|    interp->ceval.gil = NULL;
  551|      0|}
_PyEval_AcquireLock:
  590|    796|{
  591|    796|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|    796|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
  592|    796|    take_gil(tstate);
  593|    796|}
_PyEval_ReleaseLock:
  599|    794|{
  600|    794|    assert(tstate != NULL);
  ------------------
  |  Branch (600:5): [True: 794, False: 0]
  ------------------
  601|    794|    assert(tstate->interp == interp);
  ------------------
  |  Branch (601:5): [True: 794, False: 0]
  ------------------
  602|    794|    drop_gil(interp, tstate, final_release);
  603|    794|}
PyEval_SaveThread:
  644|    794|{
  645|    794|    PyThreadState *tstate = _PyThreadState_GET();
  646|    794|    _PyThreadState_Detach(tstate);
  647|    794|    return tstate;
  648|    794|}
PyEval_RestoreThread:
  652|    794|{
  653|       |#ifdef MS_WINDOWS
  654|       |    int err = GetLastError();
  655|       |#endif
  656|       |
  657|    794|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|    794|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
  658|    794|    _PyThreadState_Attach(tstate);
  659|       |
  660|       |#ifdef MS_WINDOWS
  661|       |    SetLastError(err);
  662|       |#endif
  663|    794|}
_PyEval_InitState:
 1075|      2|{
 1076|      2|    _gil_initialize(&interp->_gil);
 1077|      2|}
_PyRunRemoteDebugger:
 1259|  1.92k|{
 1260|  1.92k|    const PyConfig *config = _PyInterpreterState_GetConfig(tstate->interp);
 1261|  1.92k|    if (config->remote_debug == 1
  ------------------
  |  Branch (1261:9): [True: 1.92k, False: 0]
  ------------------
 1262|  1.92k|         && tstate->remote_debugger_support.debugger_pending_call == 1)
  ------------------
  |  Branch (1262:13): [True: 0, False: 1.92k]
  ------------------
 1263|      0|    {
 1264|      0|        tstate->remote_debugger_support.debugger_pending_call = 0;
 1265|       |
 1266|       |        // Immediately make a copy in case of a race with another debugger
 1267|       |        // process that's trying to write to the buffer. At least this way
 1268|       |        // we'll be internally consistent: what we audit is what we run.
 1269|      0|        const size_t pathsz
 1270|      0|            = sizeof(tstate->remote_debugger_support.debugger_script_path);
 1271|       |
 1272|      0|        char *path = PyMem_Malloc(pathsz);
 1273|      0|        if (path) {
  ------------------
  |  Branch (1273:13): [True: 0, False: 0]
  ------------------
 1274|       |            // And don't assume the debugger correctly null terminated it.
 1275|      0|            memcpy(
 1276|      0|                path,
 1277|      0|                tstate->remote_debugger_support.debugger_script_path,
 1278|      0|                pathsz);
 1279|      0|            path[pathsz - 1] = '\0';
 1280|      0|            if (*path) {
  ------------------
  |  Branch (1280:17): [True: 0, False: 0]
  ------------------
 1281|      0|                PyObject *path_obj = PyUnicode_DecodeFSDefault(path);
 1282|      0|                if (path_obj == NULL) {
  ------------------
  |  Branch (1282:21): [True: 0, False: 0]
  ------------------
 1283|      0|                    PyErr_FormatUnraisable("Can't decode debugger script");
 1284|      0|                }
 1285|      0|                else {
 1286|      0|                    run_remote_debugger_script(path_obj);
 1287|      0|                    Py_DECREF(path_obj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1288|      0|                }
 1289|      0|            }
 1290|      0|            PyMem_Free(path);
 1291|      0|        }
 1292|      0|    }
 1293|  1.92k|    return 0;
 1294|  1.92k|}
_Py_HandlePending:
 1358|      6|{
 1359|      6|    uintptr_t breaker = _Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker);
 1360|       |
 1361|       |    /* Stop-the-world */
 1362|      6|    if ((breaker & _PY_EVAL_PLEASE_STOP_BIT) != 0) {
  ------------------
  |  |  351|      6|#define _PY_EVAL_PLEASE_STOP_BIT (1U << 5)
  ------------------
  |  Branch (1362:9): [True: 0, False: 6]
  ------------------
 1363|      0|        _Py_unset_eval_breaker_bit(tstate, _PY_EVAL_PLEASE_STOP_BIT);
  ------------------
  |  |  351|      0|#define _PY_EVAL_PLEASE_STOP_BIT (1U << 5)
  ------------------
 1364|      0|        _PyThreadState_Suspend(tstate);
 1365|       |
 1366|       |        /* The attach blocks until the stop-the-world event is complete. */
 1367|      0|        _PyThreadState_Attach(tstate);
 1368|      0|    }
 1369|       |
 1370|       |    /* Pending signals */
 1371|      6|    if ((breaker & _PY_SIGNALS_PENDING_BIT) != 0) {
  ------------------
  |  |  347|      6|#define _PY_SIGNALS_PENDING_BIT (1U << 1)
  ------------------
  |  Branch (1371:9): [True: 0, False: 6]
  ------------------
 1372|      0|        if (handle_signals(tstate) != 0) {
  ------------------
  |  Branch (1372:13): [True: 0, False: 0]
  ------------------
 1373|      0|            return -1;
 1374|      0|        }
 1375|      0|    }
 1376|       |
 1377|       |    /* Pending calls */
 1378|      6|    if ((breaker & _PY_CALLS_TO_DO_BIT) != 0) {
  ------------------
  |  |  348|      6|#define _PY_CALLS_TO_DO_BIT (1U << 2)
  ------------------
  |  Branch (1378:9): [True: 0, False: 6]
  ------------------
 1379|      0|        if (make_pending_calls(tstate) != 0) {
  ------------------
  |  Branch (1379:13): [True: 0, False: 0]
  ------------------
 1380|      0|            return -1;
 1381|      0|        }
 1382|      0|    }
 1383|       |
 1384|       |#ifdef Py_GIL_DISABLED
 1385|       |    /* Objects with refcounts to merge */
 1386|       |    if ((breaker & _PY_EVAL_EXPLICIT_MERGE_BIT) != 0) {
 1387|       |        _Py_unset_eval_breaker_bit(tstate, _PY_EVAL_EXPLICIT_MERGE_BIT);
 1388|       |        _Py_brc_merge_refcounts(tstate);
 1389|       |    }
 1390|       |    /* Process deferred memory frees held by QSBR */
 1391|       |    if (_Py_qsbr_should_process(((_PyThreadStateImpl *)tstate)->qsbr)) {
 1392|       |        _PyMem_ProcessDelayed(tstate);
 1393|       |    }
 1394|       |#endif
 1395|       |
 1396|       |    /* GC scheduled to run */
 1397|      6|    if ((breaker & _PY_GC_SCHEDULED_BIT) != 0) {
  ------------------
  |  |  350|      6|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
  |  Branch (1397:9): [True: 6, False: 0]
  ------------------
 1398|      6|        _Py_unset_eval_breaker_bit(tstate, _PY_GC_SCHEDULED_BIT);
  ------------------
  |  |  350|      6|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
 1399|      6|        _Py_RunGC(tstate);
 1400|       |#ifdef _Py_TIER2
 1401|       |        _Py_ClearExecutorDeletionList(tstate->interp);
 1402|       |#endif
 1403|      6|    }
 1404|       |
 1405|       |#ifdef _Py_TIER2
 1406|       |    if ((breaker & _PY_EVAL_JIT_INVALIDATE_COLD_BIT) != 0) {
 1407|       |        _Py_unset_eval_breaker_bit(tstate, _PY_EVAL_JIT_INVALIDATE_COLD_BIT);
 1408|       |        _Py_Executors_InvalidateCold(tstate->interp);
 1409|       |        tstate->interp->executor_creation_counter = JIT_CLEANUP_THRESHOLD;
 1410|       |        _Py_ClearExecutorDeletionList(tstate->interp);
 1411|       |    }
 1412|       |#endif
 1413|       |
 1414|       |    /* GIL drop request */
 1415|      6|    if ((breaker & _PY_GIL_DROP_REQUEST_BIT) != 0) {
  ------------------
  |  |  346|      6|#define _PY_GIL_DROP_REQUEST_BIT (1U << 0)
  ------------------
  |  Branch (1415:9): [True: 0, False: 6]
  ------------------
 1416|       |        /* Give another thread a chance */
 1417|      0|        _PyThreadState_Detach(tstate);
 1418|       |
 1419|       |        /* Other threads may run now */
 1420|       |
 1421|      0|        _PyThreadState_Attach(tstate);
 1422|      0|    }
 1423|       |
 1424|       |    /* Check for asynchronous exception. */
 1425|      6|    if ((breaker & _PY_ASYNC_EXCEPTION_BIT) != 0) {
  ------------------
  |  |  349|      6|#define _PY_ASYNC_EXCEPTION_BIT (1U << 3)
  ------------------
  |  Branch (1425:9): [True: 0, False: 6]
  ------------------
 1426|      0|        if (_PyEval_RaiseAsyncExc(tstate) < 0) {
  ------------------
  |  Branch (1426:13): [True: 0, False: 0]
  ------------------
 1427|      0|            return -1;
 1428|      0|        }
 1429|      0|    }
 1430|       |
 1431|      6|#if defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
 1432|      6|    _PyRunRemoteDebugger(tstate);
 1433|      6|#endif
 1434|       |
 1435|      6|    return 0;
 1436|      6|}
ceval_gil.c:gil_created:
  156|    800|{
  157|    800|    if (gil == NULL) {
  ------------------
  |  Branch (157:9): [True: 0, False: 800]
  ------------------
  158|      0|        return 0;
  159|      0|    }
  160|    800|    return (_Py_atomic_load_int_acquire(&gil->locked) >= 0);
  161|    800|}
ceval_gil.c:init_own_gil:
  490|      2|{
  491|      2|    assert(!gil_created(gil));
  ------------------
  |  Branch (491:5): [True: 2, False: 0]
  ------------------
  492|       |#ifdef Py_GIL_DISABLED
  493|       |    const PyConfig *config = _PyInterpreterState_GetConfig(interp);
  494|       |    gil->enabled = config->enable_gil == _PyConfig_GIL_ENABLE ? INT_MAX : 0;
  495|       |#endif
  496|      2|    create_gil(gil);
  497|      2|    assert(gil_created(gil));
  ------------------
  |  Branch (497:5): [True: 2, False: 0]
  ------------------
  498|      2|    interp->ceval.gil = gil;
  499|      2|    interp->ceval.own_gil = 1;
  500|      2|}
ceval_gil.c:create_gil:
  164|      2|{
  165|      2|    MUTEX_INIT(gil->mutex);
  ------------------
  |  |  111|      2|    if (PyMUTEX_INIT(&(mut))) { \
  |  |  ------------------
  |  |  |  |   57|      2|#define PyMUTEX_INIT(mut)       pthread_mutex_init((mut), NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (57:33): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  112|      2|        Py_FatalError("PyMUTEX_INIT(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  166|      2|#ifdef FORCE_SWITCHING
  167|      2|    MUTEX_INIT(gil->switch_mutex);
  ------------------
  |  |  111|      2|    if (PyMUTEX_INIT(&(mut))) { \
  |  |  ------------------
  |  |  |  |   57|      2|#define PyMUTEX_INIT(mut)       pthread_mutex_init((mut), NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (57:33): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  112|      2|        Py_FatalError("PyMUTEX_INIT(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  168|      2|#endif
  169|      2|    COND_INIT(gil->cond);
  ------------------
  |  |  124|      2|    if (PyCOND_INIT(&(cond))) { \
  |  |  ------------------
  |  |  |  |   62|      2|#define PyCOND_INIT(cond)       _PyThread_cond_init(cond)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (62:33): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  125|      2|        Py_FatalError("PyCOND_INIT(" #cond ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  170|      2|#ifdef FORCE_SWITCHING
  171|      2|    COND_INIT(gil->switch_cond);
  ------------------
  |  |  124|      2|    if (PyCOND_INIT(&(cond))) { \
  |  |  ------------------
  |  |  |  |   62|      2|#define PyCOND_INIT(cond)       _PyThread_cond_init(cond)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (62:33): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  125|      2|        Py_FatalError("PyCOND_INIT(" #cond ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  172|      2|#endif
  173|      2|    _Py_atomic_store_ptr_relaxed(&gil->last_holder, 0);
  174|      2|    _Py_ANNOTATE_RWLOCK_CREATE(&gil->locked);
  175|      2|    _Py_atomic_store_int_release(&gil->locked, 0);
  176|      2|}
ceval_gil.c:take_gil:
  287|    796|{
  288|    796|    int err = errno;
  289|       |
  290|    796|    assert(tstate != NULL);
  ------------------
  |  Branch (290:5): [True: 796, False: 0]
  ------------------
  291|       |    /* We shouldn't be using a thread state that isn't viable any more. */
  292|       |    // XXX It may be more correct to check tstate->_status.finalizing.
  293|       |    // XXX assert(!tstate->_status.cleared);
  294|       |
  295|    796|    if (_PyThreadState_MustExit(tstate)) {
  ------------------
  |  Branch (295:9): [True: 0, False: 796]
  ------------------
  296|       |        /* bpo-39877: If Py_Finalize() has been called and tstate is not the
  297|       |           thread which called Py_Finalize(), this thread cannot continue.
  298|       |
  299|       |           This code path can be reached by a daemon thread after Py_Finalize()
  300|       |           completes.
  301|       |
  302|       |           This used to call a *thread_exit API, but that was not safe as it
  303|       |           lacks stack unwinding and local variable destruction important to
  304|       |           C++. gh-87135: The best that can be done is to hang the thread as
  305|       |           the public APIs calling this have no error reporting mechanism (!).
  306|       |         */
  307|      0|        _PyThreadState_HangThread(tstate);
  308|      0|    }
  309|       |
  310|    796|    assert(_PyThreadState_CheckConsistency(tstate));
  ------------------
  |  Branch (310:5): [True: 796, False: 0]
  ------------------
  311|    796|    PyInterpreterState *interp = tstate->interp;
  312|    796|    struct _gil_runtime_state *gil = interp->ceval.gil;
  313|       |#ifdef Py_GIL_DISABLED
  314|       |    if (!_Py_atomic_load_int_relaxed(&gil->enabled)) {
  315|       |        return;
  316|       |    }
  317|       |#endif
  318|       |
  319|       |    /* Check that _PyEval_InitThreads() was called to create the lock */
  320|    796|    assert(gil_created(gil));
  ------------------
  |  Branch (320:5): [True: 796, False: 0]
  ------------------
  321|       |
  322|  1.59k|    MUTEX_LOCK(gil->mutex);
  ------------------
  |  |  117|    796|    if (PyMUTEX_LOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   59|    796|#define PyMUTEX_LOCK(mut)       pthread_mutex_lock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:33): [True: 0, False: 796]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  118|    796|        Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  323|       |
  324|  1.59k|    tstate->gil_requested = 1;
  325|       |
  326|  1.59k|    int drop_requested = 0;
  327|  1.59k|    while (_Py_atomic_load_int_relaxed(&gil->locked)) {
  ------------------
  |  Branch (327:12): [True: 0, False: 796]
  ------------------
  328|      0|        unsigned long saved_switchnum = gil->switch_number;
  329|       |
  330|      0|        unsigned long interval = _Py_atomic_load_ulong_relaxed(&gil->interval);
  ------------------
  |  |  615|      0|    _Py_atomic_load_uint64_relaxed((uint64_t *)p)
  ------------------
  331|      0|        if (interval < 1) {
  ------------------
  |  Branch (331:13): [True: 0, False: 0]
  ------------------
  332|      0|            interval = 1;
  333|      0|        }
  334|      0|        int timed_out = 0;
  335|      0|        COND_TIMED_WAIT(gil->cond, gil->mutex, interval, timed_out);
  ------------------
  |  |  136|      0|    { \
  |  |  137|      0|        int r = PyCOND_TIMEDWAIT(&(cond), &(mut), (microseconds)); \
  |  |  138|      0|        if (r < 0) \
  |  |  ------------------
  |  |  |  Branch (138:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  139|      0|            Py_FatalError("PyCOND_WAIT(" #cond ") failed"); \
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  |  |  140|      0|        if (r) /* 1 == timeout, 2 == impl. can't say, so assume timeout */ \
  |  |  ------------------
  |  |  |  Branch (140:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  141|      0|            timeout_result = 1; \
  |  |  142|      0|        else \
  |  |  143|      0|            timeout_result = 0; \
  |  |  144|      0|    } \
  ------------------
  336|       |
  337|       |        /* If we timed out and no switch occurred in the meantime, it is time
  338|       |           to ask the GIL-holding thread to drop it. */
  339|      0|        if (timed_out &&
  ------------------
  |  Branch (339:13): [True: 0, False: 0]
  ------------------
  340|      0|            _Py_atomic_load_int_relaxed(&gil->locked) &&
  ------------------
  |  Branch (340:13): [True: 0, False: 0]
  ------------------
  341|      0|            gil->switch_number == saved_switchnum)
  ------------------
  |  Branch (341:13): [True: 0, False: 0]
  ------------------
  342|      0|        {
  343|      0|            PyThreadState *holder_tstate =
  344|      0|                (PyThreadState*)_Py_atomic_load_ptr_relaxed(&gil->last_holder);
  345|      0|            if (_PyThreadState_MustExit(tstate)) {
  ------------------
  |  Branch (345:17): [True: 0, False: 0]
  ------------------
  346|      0|                MUTEX_UNLOCK(gil->mutex);
  ------------------
  |  |  120|      0|    if (PyMUTEX_UNLOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   60|      0|#define PyMUTEX_UNLOCK(mut)     pthread_mutex_unlock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (60:33): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  121|      0|        Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  347|       |                // gh-96387: If the loop requested a drop request in a previous
  348|       |                // iteration, reset the request. Otherwise, drop_gil() can
  349|       |                // block forever waiting for the thread which exited. Drop
  350|       |                // requests made by other threads are also reset: these threads
  351|       |                // may have to request again a drop request (iterate one more
  352|       |                // time).
  353|      0|                if (drop_requested) {
  ------------------
  |  Branch (353:21): [True: 0, False: 0]
  ------------------
  354|      0|                    _Py_unset_eval_breaker_bit(holder_tstate, _PY_GIL_DROP_REQUEST_BIT);
  ------------------
  |  |  346|      0|#define _PY_GIL_DROP_REQUEST_BIT (1U << 0)
  ------------------
  355|      0|                }
  356|       |                // gh-87135: hang the thread as *thread_exit() is not a safe
  357|       |                // API. It lacks stack unwind and local variable destruction.
  358|      0|                _PyThreadState_HangThread(tstate);
  359|      0|            }
  360|      0|            assert(_PyThreadState_CheckConsistency(tstate));
  ------------------
  |  Branch (360:13): [True: 0, False: 0]
  ------------------
  361|       |
  362|      0|            _Py_set_eval_breaker_bit(holder_tstate, _PY_GIL_DROP_REQUEST_BIT);
  ------------------
  |  |  346|      0|#define _PY_GIL_DROP_REQUEST_BIT (1U << 0)
  ------------------
  363|      0|            drop_requested = 1;
  364|      0|        }
  365|      0|    }
  366|       |
  367|       |#ifdef Py_GIL_DISABLED
  368|       |    if (!_Py_atomic_load_int_relaxed(&gil->enabled)) {
  369|       |        // Another thread disabled the GIL between our check above and
  370|       |        // now. Don't take the GIL, signal any other waiting threads, and
  371|       |        // return.
  372|       |        COND_SIGNAL(gil->cond);
  373|       |        MUTEX_UNLOCK(gil->mutex);
  374|       |        return;
  375|       |    }
  376|       |#endif
  377|       |
  378|    796|#ifdef FORCE_SWITCHING
  379|       |    /* This mutex must be taken before modifying gil->last_holder:
  380|       |       see drop_gil(). */
  381|  1.59k|    MUTEX_LOCK(gil->switch_mutex);
  ------------------
  |  |  117|    796|    if (PyMUTEX_LOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   59|    796|#define PyMUTEX_LOCK(mut)       pthread_mutex_lock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:33): [True: 0, False: 796]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  118|    796|        Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  382|  1.59k|#endif
  383|       |    /* We now hold the GIL */
  384|  1.59k|    _Py_atomic_store_int_relaxed(&gil->locked, 1);
  385|  1.59k|    _Py_ANNOTATE_RWLOCK_ACQUIRED(&gil->locked, /*is_write=*/1);
  386|       |
  387|  1.59k|    if (tstate != (PyThreadState*)_Py_atomic_load_ptr_relaxed(&gil->last_holder)) {
  ------------------
  |  Branch (387:9): [True: 2, False: 794]
  ------------------
  388|      2|        _Py_atomic_store_ptr_relaxed(&gil->last_holder, tstate);
  389|      2|        ++gil->switch_number;
  390|      2|    }
  391|       |
  392|  1.59k|#ifdef FORCE_SWITCHING
  393|  1.59k|    COND_SIGNAL(gil->switch_cond);
  ------------------
  |  |  130|    796|    if (PyCOND_SIGNAL(&(cond))) { \
  |  |  ------------------
  |  |  |  |   64|    796|#define PyCOND_SIGNAL(cond)     pthread_cond_signal(cond)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:33): [True: 0, False: 796]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  131|    796|        Py_FatalError("PyCOND_SIGNAL(" #cond ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  394|    796|    MUTEX_UNLOCK(gil->switch_mutex);
  ------------------
  |  |  120|    796|    if (PyMUTEX_UNLOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   60|    796|#define PyMUTEX_UNLOCK(mut)     pthread_mutex_unlock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (60:33): [True: 0, False: 796]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  121|    796|        Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  395|    796|#endif
  396|       |
  397|    796|    if (_PyThreadState_MustExit(tstate)) {
  ------------------
  |  Branch (397:9): [True: 0, False: 796]
  ------------------
  398|       |        /* bpo-36475: If Py_Finalize() has been called and tstate is not
  399|       |           the thread which called Py_Finalize(), gh-87135: hang the
  400|       |           thread.
  401|       |
  402|       |           This code path can be reached by a daemon thread which was waiting
  403|       |           in take_gil() while the main thread called
  404|       |           wait_for_thread_shutdown() from Py_Finalize(). */
  405|      0|        MUTEX_UNLOCK(gil->mutex);
  ------------------
  |  |  120|      0|    if (PyMUTEX_UNLOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   60|      0|#define PyMUTEX_UNLOCK(mut)     pthread_mutex_unlock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (60:33): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  121|      0|        Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  406|       |        /* tstate could be a dangling pointer, so don't pass it to
  407|       |           drop_gil(). */
  408|      0|        drop_gil(interp, NULL, 1);
  409|      0|        _PyThreadState_HangThread(tstate);
  410|      0|    }
  411|    796|    assert(_PyThreadState_CheckConsistency(tstate));
  ------------------
  |  Branch (411:5): [True: 796, False: 0]
  ------------------
  412|       |
  413|    796|    tstate->gil_requested = 0;
  414|    796|    tstate->holds_gil = 1;
  415|    796|    _Py_unset_eval_breaker_bit(tstate, _PY_GIL_DROP_REQUEST_BIT);
  ------------------
  |  |  346|    796|#define _PY_GIL_DROP_REQUEST_BIT (1U << 0)
  ------------------
  416|    796|    update_eval_breaker_for_thread(interp, tstate);
  417|       |
  418|    796|    MUTEX_UNLOCK(gil->mutex);
  ------------------
  |  |  120|    796|    if (PyMUTEX_UNLOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   60|    796|#define PyMUTEX_UNLOCK(mut)     pthread_mutex_unlock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (60:33): [True: 0, False: 796]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  121|    796|        Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  419|       |
  420|       |    errno = err;
  421|    796|    return;
  422|    796|}
ceval_gil.c:update_eval_breaker_for_thread:
   74|    796|{
   75|       |#ifdef Py_GIL_DISABLED
   76|       |    // Free-threaded builds eagerly update the eval_breaker on *all* threads as
   77|       |    // needed, so this function doesn't apply.
   78|       |    return;
   79|       |#endif
   80|       |
   81|    796|    int32_t npending = _Py_atomic_load_int32_relaxed(
   82|    796|        &interp->ceval.pending.npending);
   83|    796|    if (npending) {
  ------------------
  |  Branch (83:9): [True: 0, False: 796]
  ------------------
   84|      0|        _Py_set_eval_breaker_bit(tstate, _PY_CALLS_TO_DO_BIT);
  ------------------
  |  |  348|      0|#define _PY_CALLS_TO_DO_BIT (1U << 2)
  ------------------
   85|      0|    }
   86|    796|    else if (_Py_IsMainThread()) {
  ------------------
  |  Branch (86:14): [True: 796, False: 0]
  ------------------
   87|    796|        npending = _Py_atomic_load_int32_relaxed(
   88|    796|            &_PyRuntime.ceval.pending_mainthread.npending);
   89|    796|        if (npending) {
  ------------------
  |  Branch (89:13): [True: 0, False: 796]
  ------------------
   90|      0|            _Py_set_eval_breaker_bit(tstate, _PY_CALLS_TO_DO_BIT);
  ------------------
  |  |  348|      0|#define _PY_CALLS_TO_DO_BIT (1U << 2)
  ------------------
   91|      0|        }
   92|    796|    }
   93|       |
   94|       |    // _PY_CALLS_TO_DO_BIT was derived from other state above, so the only bits
   95|       |    // we copy from our interpreter's state are the instrumentation version.
   96|    796|    copy_eval_breaker_bits(&interp->ceval.instrumentation_version,
   97|    796|                           &tstate->eval_breaker,
   98|    796|                           ~_PY_EVAL_EVENTS_MASK);
  ------------------
  |  |  357|    796|#define _PY_EVAL_EVENTS_MASK ((1 << _PY_EVAL_EVENTS_BITS)-1)
  |  |  ------------------
  |  |  |  |  356|    796|#define _PY_EVAL_EVENTS_BITS 8
  |  |  ------------------
  ------------------
   99|    796|}
ceval_gil.c:copy_eval_breaker_bits:
   56|    796|{
   57|    796|    uintptr_t from_bits = _Py_atomic_load_uintptr_relaxed(from) & mask;
   58|    796|    uintptr_t old_value = _Py_atomic_load_uintptr_relaxed(to);
   59|    796|    uintptr_t to_bits = old_value & mask;
   60|    796|    if (from_bits == to_bits) {
  ------------------
  |  Branch (60:9): [True: 796, False: 0]
  ------------------
   61|    796|        return;
   62|    796|    }
   63|       |
   64|      0|    uintptr_t new_value;
   65|      0|    do {
   66|      0|        new_value = (old_value & ~mask) | from_bits;
   67|      0|    } while (!_Py_atomic_compare_exchange_uintptr(to, &old_value, new_value));
  ------------------
  |  Branch (67:14): [True: 0, False: 0]
  ------------------
   68|      0|}
ceval_gil.c:drop_gil:
  218|    794|{
  219|    794|    struct _ceval_state *ceval = &interp->ceval;
  220|       |    /* If final_release is true, the caller is indicating that we're releasing
  221|       |       the GIL for the last time in this thread.  This is particularly
  222|       |       relevant when the current thread state is finalizing or its
  223|       |       interpreter is finalizing (either may be in an inconsistent
  224|       |       state).  In that case the current thread will definitely
  225|       |       never try to acquire the GIL again. */
  226|       |    // XXX It may be more correct to check tstate->_status.finalizing.
  227|       |    // XXX assert(final_release || !tstate->_status.cleared);
  228|       |
  229|    794|    assert(final_release || tstate != NULL);
  ------------------
  |  Branch (229:5): [True: 0, False: 794]
  |  Branch (229:5): [True: 794, False: 0]
  ------------------
  230|    794|    struct _gil_runtime_state *gil = ceval->gil;
  231|       |#ifdef Py_GIL_DISABLED
  232|       |    // Check if we have the GIL before dropping it. tstate will be NULL if
  233|       |    // take_gil() detected that this thread has been destroyed, in which case
  234|       |    // we know we have the GIL.
  235|       |    if (tstate != NULL && !tstate->holds_gil) {
  236|       |        return;
  237|       |    }
  238|       |#endif
  239|    794|    if (!_Py_atomic_load_int_relaxed(&gil->locked)) {
  ------------------
  |  Branch (239:9): [True: 0, False: 794]
  ------------------
  240|      0|        Py_FatalError("drop_gil: GIL is not locked");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  241|      0|    }
  242|       |
  243|    794|    if (!final_release) {
  ------------------
  |  Branch (243:9): [True: 794, False: 0]
  ------------------
  244|       |        /* Sub-interpreter support: threads might have been switched
  245|       |           under our feet using PyThreadState_Swap(). Fix the GIL last
  246|       |           holder variable so that our heuristics work. */
  247|    794|        _Py_atomic_store_ptr_relaxed(&gil->last_holder, tstate);
  248|    794|    }
  249|       |
  250|    794|    drop_gil_impl(tstate, gil);
  251|       |
  252|    794|#ifdef FORCE_SWITCHING
  253|       |    /* We might be releasing the GIL for the last time in this thread.  In that
  254|       |       case there's a possible race with tstate->interp getting deleted after
  255|       |       gil->mutex is unlocked and before the following code runs, leading to a
  256|       |       crash.  We can use final_release to indicate the thread is done with the
  257|       |       GIL, and that's the only time we might delete the interpreter.  See
  258|       |       https://github.com/python/cpython/issues/104341. */
  259|    794|    if (!final_release &&
  ------------------
  |  Branch (259:9): [True: 794, False: 0]
  ------------------
  260|    794|        _Py_eval_breaker_bit_is_set(tstate, _PY_GIL_DROP_REQUEST_BIT)) {
  ------------------
  |  |  346|    794|#define _PY_GIL_DROP_REQUEST_BIT (1U << 0)
  ------------------
  |  Branch (260:9): [True: 0, False: 794]
  ------------------
  261|      0|        MUTEX_LOCK(gil->switch_mutex);
  ------------------
  |  |  117|      0|    if (PyMUTEX_LOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   59|      0|#define PyMUTEX_LOCK(mut)       pthread_mutex_lock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:33): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  118|      0|        Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  262|       |        /* Not switched yet => wait */
  263|      0|        if (((PyThreadState*)_Py_atomic_load_ptr_relaxed(&gil->last_holder)) == tstate)
  ------------------
  |  Branch (263:13): [True: 0, False: 0]
  ------------------
  264|      0|        {
  265|      0|            assert(_PyThreadState_CheckConsistency(tstate));
  ------------------
  |  Branch (265:13): [True: 0, False: 0]
  ------------------
  266|      0|            _Py_unset_eval_breaker_bit(tstate, _PY_GIL_DROP_REQUEST_BIT);
  ------------------
  |  |  346|      0|#define _PY_GIL_DROP_REQUEST_BIT (1U << 0)
  ------------------
  267|       |            /* NOTE: if COND_WAIT does not atomically start waiting when
  268|       |               releasing the mutex, another thread can run through, take
  269|       |               the GIL and drop it again, and reset the condition
  270|       |               before we even had a chance to wait for it. */
  271|      0|            COND_WAIT(gil->switch_cond, gil->switch_mutex);
  ------------------
  |  |  133|      0|    if (PyCOND_WAIT(&(cond), &(mut))) { \
  |  |  ------------------
  |  |  |  |   66|      0|#define PyCOND_WAIT(cond, mut)  pthread_cond_wait((cond), (mut))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (66:33): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  134|      0|        Py_FatalError("PyCOND_WAIT(" #cond ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  272|      0|        }
  273|      0|        MUTEX_UNLOCK(gil->switch_mutex);
  ------------------
  |  |  120|      0|    if (PyMUTEX_UNLOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   60|      0|#define PyMUTEX_UNLOCK(mut)     pthread_mutex_unlock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (60:33): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  121|      0|        Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  274|      0|    }
  275|    794|#endif
  276|    794|}
ceval_gil.c:drop_gil_impl:
  204|    794|{
  205|    794|    MUTEX_LOCK(gil->mutex);
  ------------------
  |  |  117|    794|    if (PyMUTEX_LOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   59|    794|#define PyMUTEX_LOCK(mut)       pthread_mutex_lock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:33): [True: 0, False: 794]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  118|    794|        Py_FatalError("PyMUTEX_LOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  206|    794|    _Py_ANNOTATE_RWLOCK_RELEASED(&gil->locked, /*is_write=*/1);
  207|    794|    _Py_atomic_store_int_relaxed(&gil->locked, 0);
  208|    794|    if (tstate != NULL) {
  ------------------
  |  Branch (208:9): [True: 794, False: 0]
  ------------------
  209|    794|        tstate->holds_gil = 0;
  210|    794|        tstate->gil_requested = 0;
  211|    794|    }
  212|    794|    COND_SIGNAL(gil->cond);
  ------------------
  |  |  130|    794|    if (PyCOND_SIGNAL(&(cond))) { \
  |  |  ------------------
  |  |  |  |   64|    794|#define PyCOND_SIGNAL(cond)     pthread_cond_signal(cond)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:33): [True: 0, False: 794]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  131|    794|        Py_FatalError("PyCOND_SIGNAL(" #cond ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  213|    794|    MUTEX_UNLOCK(gil->mutex);
  ------------------
  |  |  120|    794|    if (PyMUTEX_UNLOCK(&(mut))) { \
  |  |  ------------------
  |  |  |  |   60|    794|#define PyMUTEX_UNLOCK(mut)     pthread_mutex_unlock(mut)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (60:33): [True: 0, False: 794]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  121|    794|        Py_FatalError("PyMUTEX_UNLOCK(" #mut ") failed"); };
  |  |  ------------------
  |  |  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  |  |  ------------------
  ------------------
  214|    794|}
ceval_gil.c:_gil_initialize:
  150|      2|{
  151|      2|    gil->locked = -1;
  152|      2|    gil->interval = DEFAULT_INTERVAL;
  ------------------
  |  |  147|      2|#define DEFAULT_INTERVAL 5000
  ------------------
  153|      2|}

ceval.c:_Py_EnterRecursivePy:
  405|  2.65k|static inline int _Py_EnterRecursivePy(PyThreadState *tstate) {
  406|  2.65k|    return (tstate->py_recursion_remaining-- <= 0) &&
  ------------------
  |  Branch (406:12): [True: 0, False: 2.65k]
  ------------------
  407|      0|        _Py_CheckRecursiveCallPy(tstate);
  ------------------
  |  Branch (407:9): [True: 0, False: 0]
  ------------------
  408|  2.65k|}
ceval.c:check_periodics:
  520|  12.4k|check_periodics(PyThreadState *tstate) {
  521|  12.4k|    _Py_CHECK_EMSCRIPTEN_SIGNALS_PERIODICALLY();
  522|  12.4k|    QSBR_QUIESCENT_STATE(tstate);
  523|  12.4k|    if (_Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker) & _PY_EVAL_EVENTS_MASK) {
  ------------------
  |  |  357|  12.4k|#define _PY_EVAL_EVENTS_MASK ((1 << _PY_EVAL_EVENTS_BITS)-1)
  |  |  ------------------
  |  |  |  |  356|  12.4k|#define _PY_EVAL_EVENTS_BITS 8
  |  |  ------------------
  ------------------
  |  Branch (523:9): [True: 6, False: 12.4k]
  ------------------
  524|      6|        return _Py_HandlePending(tstate);
  525|      6|    }
  526|  12.4k|    return 0;
  527|  12.4k|}
ceval.c:gen_try_set_executing:
  533|     25|{
  534|       |#ifdef Py_GIL_DISABLED
  535|       |    if (!_PyObject_IsUniquelyReferenced((PyObject *)gen)) {
  536|       |        int8_t frame_state = _Py_atomic_load_int8_relaxed(&gen->gi_frame_state);
  537|       |        while (frame_state < FRAME_SUSPENDED_YIELD_FROM_LOCKED) {
  538|       |            if (_Py_atomic_compare_exchange_int8(&gen->gi_frame_state,
  539|       |                                                 &frame_state,
  540|       |                                                 FRAME_EXECUTING)) {
  541|       |                return true;
  542|       |            }
  543|       |        }
  544|       |        // NB: We return false for FRAME_SUSPENDED_YIELD_FROM_LOCKED as well.
  545|       |        // That case is rare enough that we can just handle it in the deopt.
  546|       |        return false;
  547|       |    }
  548|       |#endif
  549|       |    // Use faster non-atomic modifications in the GIL-enabled build and when
  550|       |    // the object is uniquely referenced in the free-threaded build.
  551|     25|    if (gen->gi_frame_state < FRAME_EXECUTING) {
  ------------------
  |  Branch (551:9): [True: 25, False: 0]
  ------------------
  552|     25|        assert(gen->gi_frame_state != FRAME_SUSPENDED_YIELD_FROM_LOCKED);
  ------------------
  |  Branch (552:9): [True: 25, False: 0]
  ------------------
  553|     25|        gen->gi_frame_state = FRAME_EXECUTING;
  554|     25|        return true;
  555|     25|    }
  556|      0|    return false;
  557|     25|}
ceval.c:_Py_LeaveRecursiveCallPy:
  410|  7.59k|static inline void _Py_LeaveRecursiveCallPy(PyThreadState *tstate)  {
  411|  7.59k|    tstate->py_recursion_remaining++;
  412|  7.59k|}

bltinmodule.c:builtin___import__:
   41|     40|{
   42|     40|    PyObject *return_value = NULL;
   43|     40|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
   44|       |
   45|     40|    #define NUM_KEYWORDS 5
   46|     40|    static struct {
   47|     40|        PyGC_Head _this_is_not_used;
   48|     40|        PyObject_VAR_HEAD
   49|     40|        Py_hash_t ob_hash;
   50|     40|        PyObject *ob_item[NUM_KEYWORDS];
   51|     40|    } _kwtuple = {
   52|     40|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     40|    {                                     \
  |  |   98|     40|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     40|    {                               \
  |  |  |  |   91|     40|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     40|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     40|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     40|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     40|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     40|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     40|        (type)                      \
  |  |  |  |   93|     40|    },
  |  |  ------------------
  |  |   99|     40|        (size)                            \
  |  |  100|     40|    },
  ------------------
   53|     40|        .ob_hash = -1,
   54|     40|        .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|     40|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     40|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     40|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|     40|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     40|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     40|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|     40|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     40|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     40|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|     40|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     40|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     40|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(name), &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(fromlist), &_Py_ID(level), },
  ------------------
  |  |  917|     40|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     40|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     40|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|     40|    };
   56|     40|    #undef NUM_KEYWORDS
   57|     40|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
   58|       |
   59|       |    #else  // !Py_BUILD_CORE
   60|       |    #  define KWTUPLE NULL
   61|       |    #endif  // !Py_BUILD_CORE
   62|       |
   63|     40|    static const char * const _keywords[] = {"name", "globals", "locals", "fromlist", "level", NULL};
   64|     40|    static _PyArg_Parser _parser = {
   65|     40|        .keywords = _keywords,
   66|     40|        .fname = "__import__",
   67|     40|        .kwtuple = KWTUPLE,
  ------------------
  |  |   57|     40|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
   68|     40|    };
   69|     40|    #undef KWTUPLE
   70|     40|    PyObject *argsbuf[5];
   71|     40|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (71:36): [True: 2, False: 38]
  ------------------
   72|     40|    PyObject *name;
   73|     40|    PyObject *globals = NULL;
   74|     40|    PyObject *locals = NULL;
   75|     40|    PyObject *fromlist = NULL;
   76|     40|    int level = 0;
   77|       |
   78|     40|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     40|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 38, False: 2]
  |  |  ------------------
  |  |   89|     40|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 38, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 38]
  |  |  |  Branch (89:43): [True: 38, False: 0]
  |  |  |  Branch (89:67): [True: 38, False: 0]
  |  |  ------------------
  |  |   90|     40|      (args) : \
  |  |   91|     40|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      2|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
   79|     40|            /*minpos*/ 1, /*maxpos*/ 5, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
   80|     40|    if (!args) {
  ------------------
  |  Branch (80:9): [True: 0, False: 40]
  ------------------
   81|      0|        goto exit;
   82|      0|    }
   83|     40|    name = args[0];
   84|     40|    if (!noptargs) {
  ------------------
  |  Branch (84:9): [True: 10, False: 30]
  ------------------
   85|     10|        goto skip_optional_pos;
   86|     10|    }
   87|     30|    if (args[1]) {
  ------------------
  |  Branch (87:9): [True: 28, False: 2]
  ------------------
   88|     28|        globals = args[1];
   89|     28|        if (!--noptargs) {
  ------------------
  |  Branch (89:13): [True: 0, False: 28]
  ------------------
   90|      0|            goto skip_optional_pos;
   91|      0|        }
   92|     28|    }
   93|     30|    if (args[2]) {
  ------------------
  |  Branch (93:9): [True: 28, False: 2]
  ------------------
   94|     28|        locals = args[2];
   95|     28|        if (!--noptargs) {
  ------------------
  |  Branch (95:13): [True: 0, False: 28]
  ------------------
   96|      0|            goto skip_optional_pos;
   97|      0|        }
   98|     28|    }
   99|     30|    if (args[3]) {
  ------------------
  |  Branch (99:9): [True: 30, False: 0]
  ------------------
  100|     30|        fromlist = args[3];
  101|     30|        if (!--noptargs) {
  ------------------
  |  Branch (101:13): [True: 0, False: 30]
  ------------------
  102|      0|            goto skip_optional_pos;
  103|      0|        }
  104|     30|    }
  105|     30|    level = PyLong_AsInt(args[4]);
  106|     30|    if (level == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (106:9): [True: 0, False: 30]
  |  Branch (106:24): [True: 0, False: 0]
  ------------------
  107|      0|        goto exit;
  108|      0|    }
  109|     40|skip_optional_pos:
  110|     40|    return_value = builtin___import___impl(module, name, globals, locals, fromlist, level);
  111|       |
  112|     40|exit:
  113|     40|    return return_value;
  114|     40|}
bltinmodule.c:builtin_delattr:
  809|     36|{
  810|     36|    PyObject *return_value = NULL;
  811|     36|    PyObject *obj;
  812|     36|    PyObject *name;
  813|       |
  814|     36|    if (!_PyArg_CheckPositional("delattr", nargs, 2, 2)) {
  ------------------
  |  |   31|     36|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 36, False: 0]
  |  |  |  Branch (31:27): [True: 36, False: 0]
  |  |  ------------------
  |  |   32|     36|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  815|      0|        goto exit;
  816|      0|    }
  817|     36|    obj = args[0];
  818|     36|    name = args[1];
  819|     36|    return_value = builtin_delattr_impl(module, obj, name);
  820|       |
  821|     36|exit:
  822|     36|    return return_value;
  823|     36|}
bltinmodule.c:builtin_eval:
  530|      1|{
  531|      1|    PyObject *return_value = NULL;
  532|      1|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  533|       |
  534|      1|    #define NUM_KEYWORDS 2
  535|      1|    static struct {
  536|      1|        PyGC_Head _this_is_not_used;
  537|      1|        PyObject_VAR_HEAD
  538|      1|        Py_hash_t ob_hash;
  539|      1|        PyObject *ob_item[NUM_KEYWORDS];
  540|      1|    } _kwtuple = {
  541|      1|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      1|    {                                     \
  |  |   98|      1|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      1|    {                               \
  |  |  |  |   91|      1|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      1|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      1|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      1|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      1|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      1|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      1|        (type)                      \
  |  |  |  |   93|      1|    },
  |  |  ------------------
  |  |   99|      1|        (size)                            \
  |  |  100|      1|    },
  ------------------
  542|      1|        .ob_hash = -1,
  543|      1|        .ob_item = { &_Py_ID(globals), &_Py_ID(locals), },
  ------------------
  |  |  917|      1|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(globals), &_Py_ID(locals), },
  ------------------
  |  |  917|      1|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  544|      1|    };
  545|      1|    #undef NUM_KEYWORDS
  546|      1|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  547|       |
  548|       |    #else  // !Py_BUILD_CORE
  549|       |    #  define KWTUPLE NULL
  550|       |    #endif  // !Py_BUILD_CORE
  551|       |
  552|      1|    static const char * const _keywords[] = {"", "globals", "locals", NULL};
  553|      1|    static _PyArg_Parser _parser = {
  554|      1|        .keywords = _keywords,
  555|      1|        .fname = "eval",
  556|      1|        .kwtuple = KWTUPLE,
  ------------------
  |  |  546|      1|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  557|      1|    };
  558|      1|    #undef KWTUPLE
  559|      1|    PyObject *argsbuf[3];
  560|      1|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (560:36): [True: 0, False: 1]
  ------------------
  561|      1|    PyObject *source;
  562|      1|    PyObject *globals = Py_None;
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  563|      1|    PyObject *locals = Py_None;
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  564|       |
  565|      1|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      1|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 1, False: 0]
  |  |  ------------------
  |  |   89|      1|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 1, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 1]
  |  |  |  Branch (89:43): [True: 1, False: 0]
  |  |  |  Branch (89:67): [True: 1, False: 0]
  |  |  ------------------
  |  |   90|      1|      (args) : \
  |  |   91|      1|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  566|      1|            /*minpos*/ 1, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  567|      1|    if (!args) {
  ------------------
  |  Branch (567:9): [True: 0, False: 1]
  ------------------
  568|      0|        goto exit;
  569|      0|    }
  570|      1|    source = args[0];
  571|      1|    if (!noptargs) {
  ------------------
  |  Branch (571:9): [True: 0, False: 1]
  ------------------
  572|      0|        goto skip_optional_pos;
  573|      0|    }
  574|      1|    if (args[1]) {
  ------------------
  |  Branch (574:9): [True: 1, False: 0]
  ------------------
  575|      1|        globals = args[1];
  576|      1|        if (!--noptargs) {
  ------------------
  |  Branch (576:13): [True: 1, False: 0]
  ------------------
  577|      1|            goto skip_optional_pos;
  578|      1|        }
  579|      1|    }
  580|      0|    locals = args[2];
  581|      1|skip_optional_pos:
  582|      1|    return_value = builtin_eval_impl(module, source, globals, locals);
  583|       |
  584|      1|exit:
  585|      1|    return return_value;
  586|      1|}
bltinmodule.c:builtin_exec:
  611|     41|{
  612|     41|    PyObject *return_value = NULL;
  613|     41|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  614|       |
  615|     41|    #define NUM_KEYWORDS 3
  616|     41|    static struct {
  617|     41|        PyGC_Head _this_is_not_used;
  618|     41|        PyObject_VAR_HEAD
  619|     41|        Py_hash_t ob_hash;
  620|     41|        PyObject *ob_item[NUM_KEYWORDS];
  621|     41|    } _kwtuple = {
  622|     41|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     41|    {                                     \
  |  |   98|     41|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     41|    {                               \
  |  |  |  |   91|     41|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     41|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     41|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     41|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     41|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     41|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     41|        (type)                      \
  |  |  |  |   93|     41|    },
  |  |  ------------------
  |  |   99|     41|        (size)                            \
  |  |  100|     41|    },
  ------------------
  623|     41|        .ob_hash = -1,
  624|     41|        .ob_item = { &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(closure), },
  ------------------
  |  |  917|     41|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     41|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     41|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(closure), },
  ------------------
  |  |  917|     41|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     41|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     41|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      .ob_item = { &_Py_ID(globals), &_Py_ID(locals), &_Py_ID(closure), },
  ------------------
  |  |  917|     41|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     41|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     41|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  625|     41|    };
  626|     41|    #undef NUM_KEYWORDS
  627|     41|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  628|       |
  629|       |    #else  // !Py_BUILD_CORE
  630|       |    #  define KWTUPLE NULL
  631|       |    #endif  // !Py_BUILD_CORE
  632|       |
  633|     41|    static const char * const _keywords[] = {"", "globals", "locals", "closure", NULL};
  634|     41|    static _PyArg_Parser _parser = {
  635|     41|        .keywords = _keywords,
  636|     41|        .fname = "exec",
  637|     41|        .kwtuple = KWTUPLE,
  ------------------
  |  |  627|     41|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  638|     41|    };
  639|     41|    #undef KWTUPLE
  640|     41|    PyObject *argsbuf[4];
  641|     41|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (641:36): [True: 0, False: 41]
  ------------------
  642|     41|    PyObject *source;
  643|     41|    PyObject *globals = Py_None;
  ------------------
  |  |  616|     41|#  define Py_None (&_Py_NoneStruct)
  ------------------
  644|     41|    PyObject *locals = Py_None;
  ------------------
  |  |  616|     41|#  define Py_None (&_Py_NoneStruct)
  ------------------
  645|     41|    PyObject *closure = NULL;
  646|       |
  647|     41|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     41|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 41, False: 0]
  |  |  ------------------
  |  |   89|     41|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 41, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 41]
  |  |  |  Branch (89:43): [True: 41, False: 0]
  |  |  |  Branch (89:67): [True: 41, False: 0]
  |  |  ------------------
  |  |   90|     41|      (args) : \
  |  |   91|     41|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  648|     41|            /*minpos*/ 1, /*maxpos*/ 3, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  649|     41|    if (!args) {
  ------------------
  |  Branch (649:9): [True: 0, False: 41]
  ------------------
  650|      0|        goto exit;
  651|      0|    }
  652|     41|    source = args[0];
  653|     41|    if (!noptargs) {
  ------------------
  |  Branch (653:9): [True: 0, False: 41]
  ------------------
  654|      0|        goto skip_optional_pos;
  655|      0|    }
  656|     41|    if (args[1]) {
  ------------------
  |  Branch (656:9): [True: 41, False: 0]
  ------------------
  657|     41|        globals = args[1];
  658|     41|        if (!--noptargs) {
  ------------------
  |  Branch (658:13): [True: 41, False: 0]
  ------------------
  659|     41|            goto skip_optional_pos;
  660|     41|        }
  661|     41|    }
  662|      0|    if (args[2]) {
  ------------------
  |  Branch (662:9): [True: 0, False: 0]
  ------------------
  663|      0|        locals = args[2];
  664|      0|        if (!--noptargs) {
  ------------------
  |  Branch (664:13): [True: 0, False: 0]
  ------------------
  665|      0|            goto skip_optional_pos;
  666|      0|        }
  667|      0|    }
  668|     41|skip_optional_pos:
  669|     41|    if (!noptargs) {
  ------------------
  |  Branch (669:9): [True: 41, False: 0]
  ------------------
  670|     41|        goto skip_optional_kwonly;
  671|     41|    }
  672|      0|    closure = args[3];
  673|     41|skip_optional_kwonly:
  674|     41|    return_value = builtin_exec_impl(module, source, globals, locals, closure);
  675|       |
  676|     41|exit:
  677|     41|    return return_value;
  678|     41|}
bltinmodule.c:builtin_globals:
  697|     40|{
  698|     40|    return builtin_globals_impl(module);
  699|     40|}
bltinmodule.c:builtin_hasattr:
  717|    269|{
  718|    269|    PyObject *return_value = NULL;
  719|    269|    PyObject *obj;
  720|    269|    PyObject *name;
  721|       |
  722|    269|    if (!_PyArg_CheckPositional("hasattr", nargs, 2, 2)) {
  ------------------
  |  |   31|    269|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 269, False: 0]
  |  |  |  Branch (31:27): [True: 269, False: 0]
  |  |  ------------------
  |  |   32|    269|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  723|      0|        goto exit;
  724|      0|    }
  725|    269|    obj = args[0];
  726|    269|    name = args[1];
  727|    269|    return_value = builtin_hasattr_impl(module, obj, name);
  728|       |
  729|    269|exit:
  730|    269|    return return_value;
  731|    269|}
bltinmodule.c:builtin_isinstance:
 1335|     52|{
 1336|     52|    PyObject *return_value = NULL;
 1337|     52|    PyObject *obj;
 1338|     52|    PyObject *class_or_tuple;
 1339|       |
 1340|     52|    if (!_PyArg_CheckPositional("isinstance", nargs, 2, 2)) {
  ------------------
  |  |   31|     52|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 52, False: 0]
  |  |  |  Branch (31:27): [True: 52, False: 0]
  |  |  ------------------
  |  |   32|     52|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1341|      0|        goto exit;
 1342|      0|    }
 1343|     52|    obj = args[0];
 1344|     52|    class_or_tuple = args[1];
 1345|     52|    return_value = builtin_isinstance_impl(module, obj, class_or_tuple);
 1346|       |
 1347|     52|exit:
 1348|     52|    return return_value;
 1349|     52|}
bltinmodule.c:builtin_issubclass:
 1370|     10|{
 1371|     10|    PyObject *return_value = NULL;
 1372|     10|    PyObject *cls;
 1373|     10|    PyObject *class_or_tuple;
 1374|       |
 1375|     10|    if (!_PyArg_CheckPositional("issubclass", nargs, 2, 2)) {
  ------------------
  |  |   31|     10|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 10, False: 0]
  |  |  |  Branch (31:27): [True: 10, False: 0]
  |  |  ------------------
  |  |   32|     10|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1376|      0|        goto exit;
 1377|      0|    }
 1378|     10|    cls = args[0];
 1379|     10|    class_or_tuple = args[1];
 1380|     10|    return_value = builtin_issubclass_impl(module, cls, class_or_tuple);
 1381|       |
 1382|     10|exit:
 1383|     10|    return return_value;
 1384|     10|}
bltinmodule.c:builtin_setattr:
  775|    139|{
  776|    139|    PyObject *return_value = NULL;
  777|    139|    PyObject *obj;
  778|    139|    PyObject *name;
  779|    139|    PyObject *value;
  780|       |
  781|    139|    if (!_PyArg_CheckPositional("setattr", nargs, 3, 3)) {
  ------------------
  |  |   31|    139|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 139, False: 0]
  |  |  |  Branch (31:27): [True: 139, False: 0]
  |  |  ------------------
  |  |   32|    139|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  782|      0|        goto exit;
  783|      0|    }
  784|    139|    obj = args[0];
  785|    139|    name = args[1];
  786|    139|    value = args[2];
  787|    139|    return_value = builtin_setattr_impl(module, obj, name, value);
  788|       |
  789|    139|exit:
  790|    139|    return return_value;
  791|    139|}

import.c:_imp_extension_suffixes:
  139|      4|{
  140|      4|    return _imp_extension_suffixes_impl(module);
  141|      4|}
import.c:_imp_acquire_lock:
   48|    287|{
   49|    287|    return _imp_acquire_lock_impl(module);
   50|    287|}
import.c:_imp_release_lock:
   68|    287|{
   69|    287|    return _imp_release_lock_impl(module);
   70|    287|}
import.c:_imp_find_frozen:
  194|     45|{
  195|     45|    PyObject *return_value = NULL;
  196|     45|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  197|       |
  198|     45|    #define NUM_KEYWORDS 1
  199|     45|    static struct {
  200|     45|        PyGC_Head _this_is_not_used;
  201|     45|        PyObject_VAR_HEAD
  202|     45|        Py_hash_t ob_hash;
  203|     45|        PyObject *ob_item[NUM_KEYWORDS];
  204|     45|    } _kwtuple = {
  205|     45|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     45|    {                                     \
  |  |   98|     45|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     45|    {                               \
  |  |  |  |   91|     45|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     45|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     45|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     45|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     45|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     45|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     45|        (type)                      \
  |  |  |  |   93|     45|    },
  |  |  ------------------
  |  |   99|     45|        (size)                            \
  |  |  100|     45|    },
  ------------------
  206|     45|        .ob_hash = -1,
  207|     45|        .ob_item = { &_Py_ID(withdata), },
  ------------------
  |  |  917|     45|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     45|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     45|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  208|     45|    };
  209|     45|    #undef NUM_KEYWORDS
  210|     45|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  211|       |
  212|       |    #else  // !Py_BUILD_CORE
  213|       |    #  define KWTUPLE NULL
  214|       |    #endif  // !Py_BUILD_CORE
  215|       |
  216|     45|    static const char * const _keywords[] = {"", "withdata", NULL};
  217|     45|    static _PyArg_Parser _parser = {
  218|     45|        .keywords = _keywords,
  219|     45|        .fname = "find_frozen",
  220|     45|        .kwtuple = KWTUPLE,
  ------------------
  |  |  210|     45|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  221|     45|    };
  222|     45|    #undef KWTUPLE
  223|     45|    PyObject *argsbuf[2];
  224|     45|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (224:36): [True: 0, False: 45]
  ------------------
  225|     45|    PyObject *name;
  226|     45|    int withdata = 0;
  227|       |
  228|     45|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     45|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 45, False: 0]
  |  |  ------------------
  |  |   89|     45|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 45, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 45]
  |  |  |  Branch (89:43): [True: 45, False: 0]
  |  |  |  Branch (89:67): [True: 45, False: 0]
  |  |  ------------------
  |  |   90|     45|      (args) : \
  |  |   91|     45|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  229|     45|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  230|     45|    if (!args) {
  ------------------
  |  Branch (230:9): [True: 0, False: 45]
  ------------------
  231|      0|        goto exit;
  232|      0|    }
  233|     45|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|     45|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     45|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (233:9): [True: 0, False: 45]
  ------------------
  234|      0|        _PyArg_BadArgument("find_frozen", "argument 1", "str", args[0]);
  235|      0|        goto exit;
  236|      0|    }
  237|     45|    name = args[0];
  238|     45|    if (!noptargs) {
  ------------------
  |  Branch (238:9): [True: 45, False: 0]
  ------------------
  239|     45|        goto skip_optional_kwonly;
  240|     45|    }
  241|      0|    withdata = PyObject_IsTrue(args[1]);
  242|      0|    if (withdata < 0) {
  ------------------
  |  Branch (242:9): [True: 0, False: 0]
  ------------------
  243|      0|        goto exit;
  244|      0|    }
  245|     45|skip_optional_kwonly:
  246|     45|    return_value = _imp_find_frozen_impl(module, name, withdata);
  247|       |
  248|     45|exit:
  249|     45|    return return_value;
  250|     45|}
import.c:_imp_get_frozen_object:
  267|     28|{
  268|     28|    PyObject *return_value = NULL;
  269|     28|    PyObject *name;
  270|     28|    PyObject *dataobj = Py_None;
  ------------------
  |  |  616|     28|#  define Py_None (&_Py_NoneStruct)
  ------------------
  271|       |
  272|     28|    if (!_PyArg_CheckPositional("get_frozen_object", nargs, 1, 2)) {
  ------------------
  |  |   31|     28|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 28, False: 0]
  |  |  |  Branch (31:27): [True: 28, False: 0]
  |  |  ------------------
  |  |   32|     28|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  273|      0|        goto exit;
  274|      0|    }
  275|     28|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|     28|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     28|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (275:9): [True: 0, False: 28]
  ------------------
  276|      0|        _PyArg_BadArgument("get_frozen_object", "argument 1", "str", args[0]);
  277|      0|        goto exit;
  278|      0|    }
  279|     28|    name = args[0];
  280|     28|    if (nargs < 2) {
  ------------------
  |  Branch (280:9): [True: 28, False: 0]
  ------------------
  281|     28|        goto skip_optional;
  282|     28|    }
  283|      0|    dataobj = args[1];
  284|     28|skip_optional:
  285|     28|    return_value = _imp_get_frozen_object_impl(module, name, dataobj);
  286|       |
  287|     28|exit:
  288|     28|    return return_value;
  289|     28|}
import.c:_imp_is_frozen_package:
  305|      2|{
  306|      2|    PyObject *return_value = NULL;
  307|      2|    PyObject *name;
  308|       |
  309|      2|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (309:9): [True: 0, False: 2]
  ------------------
  310|      0|        _PyArg_BadArgument("is_frozen_package", "argument", "str", arg);
  311|      0|        goto exit;
  312|      0|    }
  313|      2|    name = arg;
  314|      2|    return_value = _imp_is_frozen_package_impl(module, name);
  315|       |
  316|      2|exit:
  317|      2|    return return_value;
  318|      2|}
import.c:_imp_is_builtin:
  334|     73|{
  335|     73|    PyObject *return_value = NULL;
  336|     73|    PyObject *name;
  337|       |
  338|     73|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|     73|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     73|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (338:9): [True: 0, False: 73]
  ------------------
  339|      0|        _PyArg_BadArgument("is_builtin", "argument", "str", arg);
  340|      0|        goto exit;
  341|      0|    }
  342|     73|    name = arg;
  343|     73|    return_value = _imp_is_builtin_impl(module, name);
  344|       |
  345|     73|exit:
  346|     73|    return return_value;
  347|     73|}
import.c:_imp_is_frozen:
  363|      2|{
  364|      2|    PyObject *return_value = NULL;
  365|      2|    PyObject *name;
  366|       |
  367|      2|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (367:9): [True: 0, False: 2]
  ------------------
  368|      0|        _PyArg_BadArgument("is_frozen", "argument", "str", arg);
  369|      0|        goto exit;
  370|      0|    }
  371|      2|    name = arg;
  372|      2|    return_value = _imp_is_frozen_impl(module, name);
  373|       |
  374|      2|exit:
  375|      2|    return return_value;
  376|      2|}
import.c:_imp_exec_builtin:
  542|     28|{
  543|     28|    PyObject *return_value = NULL;
  544|     28|    int _return_value;
  545|       |
  546|     28|    _return_value = _imp_exec_builtin_impl(module, mod);
  547|     28|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (547:9): [True: 0, False: 28]
  |  Branch (547:34): [True: 0, False: 0]
  ------------------
  548|      0|        goto exit;
  549|      0|    }
  550|     28|    return_value = PyLong_FromLong((long)_return_value);
  551|       |
  552|     28|exit:
  553|     28|    return return_value;
  554|     28|}
import.c:_imp__fix_co_filename:
   92|     13|{
   93|     13|    PyObject *return_value = NULL;
   94|     13|    PyCodeObject *code;
   95|     13|    PyObject *path;
   96|       |
   97|     13|    if (!_PyArg_CheckPositional("_fix_co_filename", nargs, 2, 2)) {
  ------------------
  |  |   31|     13|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 13, False: 0]
  |  |  |  Branch (31:27): [True: 13, False: 0]
  |  |  ------------------
  |  |   32|     13|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   98|      0|        goto exit;
   99|      0|    }
  100|     13|    if (!PyObject_TypeCheck(args[0], &PyCode_Type)) {
  ------------------
  |  |  378|     13|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (100:9): [True: 0, False: 13]
  ------------------
  101|      0|        _PyArg_BadArgument("_fix_co_filename", "argument 1", (&PyCode_Type)->tp_name, args[0]);
  102|      0|        goto exit;
  103|      0|    }
  104|     13|    code = (PyCodeObject *)args[0];
  105|     13|    if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     13|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     13|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (105:9): [True: 0, False: 13]
  ------------------
  106|      0|        _PyArg_BadArgument("_fix_co_filename", "argument 2", "str", args[1]);
  107|      0|        goto exit;
  108|      0|    }
  109|     13|    path = args[1];
  110|     13|    return_value = _imp__fix_co_filename_impl(module, code, path);
  111|       |
  112|     13|exit:
  113|     13|    return return_value;
  114|     13|}
import.c:_imp__set_lazy_attributes:
  640|     63|{
  641|     63|    PyObject *return_value = NULL;
  642|     63|    PyObject *modobj;
  643|     63|    PyObject *name;
  644|       |
  645|     63|    if (!_PyArg_CheckPositional("_set_lazy_attributes", nargs, 2, 2)) {
  ------------------
  |  |   31|     63|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 63, False: 0]
  |  |  |  Branch (31:27): [True: 63, False: 0]
  |  |  ------------------
  |  |   32|     63|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  646|      0|        goto exit;
  647|      0|    }
  648|     63|    modobj = args[0];
  649|     63|    if (!PyUnicode_Check(args[1])) {
  ------------------
  |  |  103|     63|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     63|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (649:9): [True: 0, False: 63]
  ------------------
  650|      0|        _PyArg_BadArgument("_set_lazy_attributes", "argument 2", "str", args[1]);
  651|      0|        goto exit;
  652|      0|    }
  653|     63|    name = args[1];
  654|     63|    return_value = _imp__set_lazy_attributes_impl(module, modobj, name);
  655|       |
  656|     63|exit:
  657|     63|    return return_value;
  658|     63|}

marshal.c:marshal_loads:
  294|     13|{
  295|     13|    PyObject *return_value = NULL;
  296|     13|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
  297|       |
  298|     13|    #define NUM_KEYWORDS 1
  299|     13|    static struct {
  300|     13|        PyGC_Head _this_is_not_used;
  301|     13|        PyObject_VAR_HEAD
  302|     13|        Py_hash_t ob_hash;
  303|     13|        PyObject *ob_item[NUM_KEYWORDS];
  304|     13|    } _kwtuple = {
  305|     13|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|     13|    {                                     \
  |  |   98|     13|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|     13|    {                               \
  |  |  |  |   91|     13|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     13|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|     13|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|     13|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|     13|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|     13|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|     13|        (type)                      \
  |  |  |  |   93|     13|    },
  |  |  ------------------
  |  |   99|     13|        (size)                            \
  |  |  100|     13|    },
  ------------------
  306|     13|        .ob_hash = -1,
  307|     13|        .ob_item = { &_Py_ID(allow_code), },
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  308|     13|    };
  309|     13|    #undef NUM_KEYWORDS
  310|     13|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  311|       |
  312|       |    #else  // !Py_BUILD_CORE
  313|       |    #  define KWTUPLE NULL
  314|       |    #endif  // !Py_BUILD_CORE
  315|       |
  316|     13|    static const char * const _keywords[] = {"", "allow_code", NULL};
  317|     13|    static _PyArg_Parser _parser = {
  318|     13|        .keywords = _keywords,
  319|     13|        .fname = "loads",
  320|     13|        .kwtuple = KWTUPLE,
  ------------------
  |  |  310|     13|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
  321|     13|    };
  322|     13|    #undef KWTUPLE
  323|     13|    PyObject *argsbuf[2];
  324|     13|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 1;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (324:36): [True: 0, False: 13]
  ------------------
  325|     13|    Py_buffer bytes = {NULL, NULL};
  326|     13|    int allow_code = 1;
  327|       |
  328|     13|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|     13|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 13, False: 0]
  |  |  ------------------
  |  |   89|     13|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 13, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 13]
  |  |  |  Branch (89:43): [True: 13, False: 0]
  |  |  |  Branch (89:67): [True: 13, False: 0]
  |  |  ------------------
  |  |   90|     13|      (args) : \
  |  |   91|     13|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
  329|     13|            /*minpos*/ 1, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
  330|     13|    if (!args) {
  ------------------
  |  Branch (330:9): [True: 0, False: 13]
  ------------------
  331|      0|        goto exit;
  332|      0|    }
  333|     13|    if (PyObject_GetBuffer(args[0], &bytes, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|     13|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (333:9): [True: 0, False: 13]
  ------------------
  334|      0|        goto exit;
  335|      0|    }
  336|     13|    if (!noptargs) {
  ------------------
  |  Branch (336:9): [True: 13, False: 0]
  ------------------
  337|     13|        goto skip_optional_kwonly;
  338|     13|    }
  339|      0|    allow_code = PyObject_IsTrue(args[1]);
  340|      0|    if (allow_code < 0) {
  ------------------
  |  Branch (340:9): [True: 0, False: 0]
  ------------------
  341|      0|        goto exit;
  342|      0|    }
  343|     13|skip_optional_kwonly:
  344|     13|    return_value = marshal_loads_impl(module, &bytes, allow_code);
  345|       |
  346|     13|exit:
  347|       |    /* Cleanup for bytes */
  348|     13|    if (bytes.obj) {
  ------------------
  |  Branch (348:9): [True: 13, False: 0]
  ------------------
  349|     13|       PyBuffer_Release(&bytes);
  350|     13|    }
  351|       |
  352|     13|    return return_value;
  353|     13|}

sysmodule.c:sys_audit:
   83|     67|{
   84|     67|    PyObject *return_value = NULL;
   85|     67|    const char *event;
   86|     67|    PyObject *__clinic_args = NULL;
   87|       |
   88|     67|    if (!_PyArg_CheckPositional("audit", nargs, 1, PY_SSIZE_T_MAX)) {
  ------------------
  |  |   31|     67|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 67, False: 0]
  |  |  |  Branch (31:27): [True: 67, False: 0]
  |  |  ------------------
  |  |   32|     67|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
   89|      0|        goto exit;
   90|      0|    }
   91|     67|    if (!PyUnicode_Check(args[0])) {
  ------------------
  |  |  103|     67|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     67|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (91:9): [True: 0, False: 67]
  ------------------
   92|      0|        _PyArg_BadArgument("audit", "argument 1", "str", args[0]);
   93|      0|        goto exit;
   94|      0|    }
   95|     67|    Py_ssize_t event_length;
   96|     67|    event = PyUnicode_AsUTF8AndSize(args[0], &event_length);
   97|     67|    if (event == NULL) {
  ------------------
  |  Branch (97:9): [True: 0, False: 67]
  ------------------
   98|      0|        goto exit;
   99|      0|    }
  100|     67|    if (strlen(event) != (size_t)event_length) {
  ------------------
  |  Branch (100:9): [True: 0, False: 67]
  ------------------
  101|      0|        PyErr_SetString(PyExc_ValueError, "embedded null character");
  102|      0|        goto exit;
  103|      0|    }
  104|     67|    __clinic_args = PyTuple_FromArray(args + 1, nargs - 1);
  105|     67|    if (__clinic_args == NULL) {
  ------------------
  |  Branch (105:9): [True: 0, False: 67]
  ------------------
  106|      0|        goto exit;
  107|      0|    }
  108|     67|    return_value = sys_audit_impl(module, event, __clinic_args);
  109|       |
  110|     67|exit:
  111|       |    /* Cleanup for args */
  112|     67|    Py_XDECREF(__clinic_args);
  ------------------
  |  |  524|     67|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|       |
  114|     67|    return return_value;
  115|     67|}
sysmodule.c:sys_getfilesystemencoding:
  288|      4|{
  289|      4|    return sys_getfilesystemencoding_impl(module);
  290|      4|}
sysmodule.c:sys_getfilesystemencodeerrors:
  306|      2|{
  307|      2|    return sys_getfilesystemencodeerrors_impl(module);
  308|      2|}
sysmodule.c:sys__getframe:
 1122|      2|{
 1123|      2|    PyObject *return_value = NULL;
 1124|      2|    int depth = 0;
 1125|       |
 1126|      2|    if (!_PyArg_CheckPositional("_getframe", nargs, 0, 1)) {
  ------------------
  |  |   31|      2|    (((min) <= (nargs) && (nargs) <= (max)) \
  |  |  ------------------
  |  |  |  Branch (31:7): [True: 2, False: 0]
  |  |  |  Branch (31:27): [True: 2, False: 0]
  |  |  ------------------
  |  |   32|      2|     || _PyArg_CheckPositional((funcname), (nargs), (min), (max)))
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1127|      0|        goto exit;
 1128|      0|    }
 1129|      2|    if (nargs < 1) {
  ------------------
  |  Branch (1129:9): [True: 2, False: 0]
  ------------------
 1130|      2|        goto skip_optional;
 1131|      2|    }
 1132|      0|    depth = PyLong_AsInt(args[0]);
 1133|      0|    if (depth == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1133:9): [True: 0, False: 0]
  |  Branch (1133:24): [True: 0, False: 0]
  ------------------
 1134|      0|        goto exit;
 1135|      0|    }
 1136|      2|skip_optional:
 1137|      2|    return_value = sys__getframe_impl(module, depth);
 1138|       |
 1139|      2|exit:
 1140|      2|    return return_value;
 1141|      2|}
sysmodule.c:sys__getframemodulename:
 1669|      1|{
 1670|      1|    PyObject *return_value = NULL;
 1671|      1|    #if defined(Py_BUILD_CORE) && !defined(Py_BUILD_CORE_MODULE)
 1672|       |
 1673|      1|    #define NUM_KEYWORDS 1
 1674|      1|    static struct {
 1675|      1|        PyGC_Head _this_is_not_used;
 1676|      1|        PyObject_VAR_HEAD
 1677|      1|        Py_hash_t ob_hash;
 1678|      1|        PyObject *ob_item[NUM_KEYWORDS];
 1679|      1|    } _kwtuple = {
 1680|      1|        .ob_base = PyVarObject_HEAD_INIT(&PyTuple_Type, NUM_KEYWORDS)
  ------------------
  |  |   97|      1|    {                                     \
  |  |   98|      1|        PyObject_HEAD_INIT(type)          \
  |  |  ------------------
  |  |  |  |   90|      1|    {                               \
  |  |  |  |   91|      1|        { _Py_STATIC_IMMORTAL_INITIAL_REFCNT },    \
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      1|#define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   47|      1|#define _Py_IMMORTAL_INITIAL_REFCNT (3ULL << 30)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |               #define _Py_STATIC_IMMORTAL_INITIAL_REFCNT (((Py_ssize_t)_Py_IMMORTAL_INITIAL_REFCNT) | (_Py_STATIC_FLAG_BITS << 48))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   49|      1|#define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  583|      1|#define _Py_STATICALLY_ALLOCATED_FLAG (1 << 2)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |               #define _Py_STATIC_FLAG_BITS ((Py_ssize_t)(_Py_STATICALLY_ALLOCATED_FLAG | _Py_IMMORTAL_FLAGS))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  581|      1|#define _Py_IMMORTAL_FLAGS (1 << 0)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   92|      1|        (type)                      \
  |  |  |  |   93|      1|    },
  |  |  ------------------
  |  |   99|      1|        (size)                            \
  |  |  100|      1|    },
  ------------------
 1681|      1|        .ob_hash = -1,
 1682|      1|        .ob_item = { &_Py_ID(depth), },
  ------------------
  |  |  917|      1|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1683|      1|    };
 1684|      1|    #undef NUM_KEYWORDS
 1685|      1|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
 1686|       |
 1687|       |    #else  // !Py_BUILD_CORE
 1688|       |    #  define KWTUPLE NULL
 1689|       |    #endif  // !Py_BUILD_CORE
 1690|       |
 1691|      1|    static const char * const _keywords[] = {"depth", NULL};
 1692|      1|    static _PyArg_Parser _parser = {
 1693|      1|        .keywords = _keywords,
 1694|      1|        .fname = "_getframemodulename",
 1695|      1|        .kwtuple = KWTUPLE,
  ------------------
  |  | 1685|      1|    #define KWTUPLE (&_kwtuple.ob_base.ob_base)
  ------------------
 1696|      1|    };
 1697|      1|    #undef KWTUPLE
 1698|      1|    PyObject *argsbuf[1];
 1699|      1|    Py_ssize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - 0;
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1699:36): [True: 0, False: 1]
  ------------------
 1700|      1|    int depth = 0;
 1701|       |
 1702|      1|    args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser,
  ------------------
  |  |   88|      1|    (((minkw) == 0 && (kwargs) == NULL && (kwnames) == NULL && \
  |  |  ------------------
  |  |  |  Branch (88:7): [True: 0, Folded]
  |  |  |  Branch (88:23): [True: 0, Folded]
  |  |  |  Branch (88:43): [True: 1, False: 0]
  |  |  ------------------
  |  |   89|      1|      (minpos) <= (nargs) && ((varpos) || (nargs) <= (maxpos)) && (args) != NULL) ? \
  |  |  ------------------
  |  |  |  Branch (89:7): [True: 1, False: 0]
  |  |  |  Branch (89:31): [Folded, False: 1]
  |  |  |  Branch (89:43): [True: 1, False: 0]
  |  |  |  Branch (89:67): [True: 1, False: 0]
  |  |  ------------------
  |  |   90|      1|      (args) : \
  |  |   91|      1|     _PyArg_UnpackKeywords((args), (nargs), (kwargs), (kwnames), (parser), \
  |  |   92|      0|                           (minpos), (maxpos), (minkw), (varpos), (buf)))
  ------------------
 1703|      1|            /*minpos*/ 0, /*maxpos*/ 1, /*minkw*/ 0, /*varpos*/ 0, argsbuf);
 1704|      1|    if (!args) {
  ------------------
  |  Branch (1704:9): [True: 0, False: 1]
  ------------------
 1705|      0|        goto exit;
 1706|      0|    }
 1707|      1|    if (!noptargs) {
  ------------------
  |  Branch (1707:9): [True: 0, False: 1]
  ------------------
 1708|      0|        goto skip_optional_pos;
 1709|      0|    }
 1710|      1|    depth = PyLong_AsInt(args[0]);
 1711|      1|    if (depth == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1711:9): [True: 0, False: 1]
  |  Branch (1711:24): [True: 0, False: 0]
  ------------------
 1712|      0|        goto exit;
 1713|      0|    }
 1714|      1|skip_optional_pos:
 1715|      1|    return_value = sys__getframemodulename_impl(module, depth);
 1716|       |
 1717|      1|exit:
 1718|      1|    return return_value;
 1719|      1|}
sysmodule.c:sys_intern:
  328|      9|{
  329|      9|    PyObject *return_value = NULL;
  330|      9|    PyObject *s;
  331|       |
  332|      9|    if (!PyUnicode_Check(arg)) {
  ------------------
  |  |  103|      9|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      9|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (332:9): [True: 0, False: 9]
  ------------------
  333|      0|        _PyArg_BadArgument("intern", "argument", "str", arg);
  334|      0|        goto exit;
  335|      0|    }
  336|      9|    s = arg;
  337|      9|    return_value = sys_intern_impl(module, s);
  338|       |
  339|      9|exit:
  340|      9|    return return_value;
  341|      9|}
sysmodule.c:sys__get_cpu_count_config:
 1735|      2|{
 1736|      2|    PyObject *return_value = NULL;
 1737|      2|    int _return_value;
 1738|       |
 1739|      2|    _return_value = sys__get_cpu_count_config_impl(module);
 1740|      2|    if ((_return_value == -1) && PyErr_Occurred()) {
  ------------------
  |  Branch (1740:9): [True: 2, False: 0]
  |  Branch (1740:34): [True: 0, False: 2]
  ------------------
 1741|      0|        goto exit;
 1742|      0|    }
 1743|      2|    return_value = PyLong_FromLong((long)_return_value);
 1744|       |
 1745|      2|exit:
 1746|      2|    return return_value;
 1747|      2|}

PyCodec_Register:
   32|      2|{
   33|      2|    PyInterpreterState *interp = _PyInterpreterState_GET();
   34|      2|    assert(interp->codecs.initialized);
  ------------------
  |  Branch (34:5): [True: 2, False: 0]
  ------------------
   35|      2|    if (search_function == NULL) {
  ------------------
  |  Branch (35:9): [True: 0, False: 2]
  ------------------
   36|      0|        PyErr_BadArgument();
   37|      0|        goto onError;
   38|      0|    }
   39|      2|    if (!PyCallable_Check(search_function)) {
  ------------------
  |  Branch (39:9): [True: 0, False: 2]
  ------------------
   40|      0|        PyErr_SetString(PyExc_TypeError, "argument must be callable");
   41|      0|        goto onError;
   42|      0|    }
   43|      2|    FT_MUTEX_LOCK(&interp->codecs.search_path_mutex);
  ------------------
  |  |  204|      2|#define FT_MUTEX_LOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (204:42): [Folded, False: 2]
  |  |  ------------------
  ------------------
   44|      2|    int ret = PyList_Append(interp->codecs.search_path, search_function);
   45|      2|    FT_MUTEX_UNLOCK(&interp->codecs.search_path_mutex);
  ------------------
  |  |  206|      2|#define FT_MUTEX_UNLOCK(lock) do {} while (0)
  |  |  ------------------
  |  |  |  Branch (206:44): [Folded, False: 2]
  |  |  ------------------
  ------------------
   46|       |
   47|      2|    return ret;
   48|       |
   49|      0| onError:
   50|      0|    return -1;
   51|      2|}
_PyCodec_Lookup:
  136|     12|{
  137|     12|    if (encoding == NULL) {
  ------------------
  |  Branch (137:9): [True: 0, False: 12]
  ------------------
  138|      0|        PyErr_BadArgument();
  139|      0|        return NULL;
  140|      0|    }
  141|       |
  142|     12|    PyInterpreterState *interp = _PyInterpreterState_GET();
  143|     12|    assert(interp->codecs.initialized);
  ------------------
  |  Branch (143:5): [True: 12, False: 0]
  ------------------
  144|       |
  145|       |    /* Convert the encoding to a normalized Python string: all
  146|       |       ASCII letters are converted to lower case, spaces are
  147|       |       replaced with hyphens. */
  148|     12|    PyObject *v = normalizestring(encoding);
  149|     12|    if (v == NULL) {
  ------------------
  |  Branch (149:9): [True: 0, False: 12]
  ------------------
  150|      0|        return NULL;
  151|      0|    }
  152|       |
  153|       |    /* Intern the string. We'll make it immortal later if lookup succeeds. */
  154|     12|    _PyUnicode_InternMortal(interp, &v);
  155|       |
  156|       |    /* First, try to lookup the name in the registry dictionary */
  157|     12|    PyObject *result;
  158|     12|    if (PyDict_GetItemRef(interp->codecs.search_cache, v, &result) < 0) {
  ------------------
  |  Branch (158:9): [True: 0, False: 12]
  ------------------
  159|      0|        goto onError;
  160|      0|    }
  161|     12|    if (result != NULL) {
  ------------------
  |  Branch (161:9): [True: 10, False: 2]
  ------------------
  162|     10|        Py_DECREF(v);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  163|     10|        return result;
  164|     10|    }
  165|       |
  166|       |    /* Next, scan the search functions in order of registration */
  167|      2|    const Py_ssize_t len = PyList_Size(interp->codecs.search_path);
  168|      2|    if (len < 0)
  ------------------
  |  Branch (168:9): [True: 0, False: 2]
  ------------------
  169|      0|        goto onError;
  170|      2|    if (len == 0) {
  ------------------
  |  Branch (170:9): [True: 0, False: 2]
  ------------------
  171|      0|        PyErr_SetString(PyExc_LookupError,
  172|      0|                        "no codec search functions registered: "
  173|      0|                        "can't find encoding");
  174|      0|        goto onError;
  175|      0|    }
  176|       |
  177|      2|    Py_ssize_t i;
  178|      2|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (178:17): [True: 2, False: 0]
  ------------------
  179|      2|        PyObject *func;
  180|       |
  181|      2|        func = PyList_GetItemRef(interp->codecs.search_path, i);
  182|      2|        if (func == NULL)
  ------------------
  |  Branch (182:13): [True: 0, False: 2]
  ------------------
  183|      0|            goto onError;
  184|      2|        result = PyObject_CallOneArg(func, v);
  185|      2|        Py_DECREF(func);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  186|      2|        if (result == NULL)
  ------------------
  |  Branch (186:13): [True: 0, False: 2]
  ------------------
  187|      0|            goto onError;
  188|      2|        if (result == Py_None) {
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (188:13): [True: 0, False: 2]
  ------------------
  189|      0|            Py_CLEAR(result);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  190|      0|            continue;
  191|      0|        }
  192|      2|        if (!PyTuple_Check(result) || PyTuple_GET_SIZE(result) != 4) {
  ------------------
  |  |   27|      2|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
                      if (!PyTuple_Check(result) || PyTuple_GET_SIZE(result) != 4) {
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (192:13): [True: 0, False: 2]
  |  Branch (192:39): [True: 0, False: 2]
  ------------------
  193|      0|            PyErr_SetString(PyExc_TypeError,
  194|      0|                            "codec search functions must return 4-tuples");
  195|      0|            Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|      0|            goto onError;
  197|      0|        }
  198|      2|        break;
  199|      2|    }
  200|      2|    if (result == NULL) {
  ------------------
  |  Branch (200:9): [True: 0, False: 2]
  ------------------
  201|       |        /* XXX Perhaps we should cache misses too ? */
  202|      0|        PyErr_Format(PyExc_LookupError,
  203|      0|                     "unknown encoding: %s", encoding);
  204|      0|        goto onError;
  205|      0|    }
  206|       |
  207|      2|    _PyUnicode_InternImmortal(interp, &v);
  208|       |
  209|       |    /* Cache and return the result */
  210|      2|    if (PyDict_SetItem(interp->codecs.search_cache, v, result) < 0) {
  ------------------
  |  Branch (210:9): [True: 0, False: 2]
  ------------------
  211|      0|        Py_DECREF(result);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  212|      0|        goto onError;
  213|      0|    }
  214|      2|    Py_DECREF(v);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  215|      2|    return result;
  216|       |
  217|      0| onError:
  218|      0|    Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  219|       |    return NULL;
  220|      2|}
_PyCodecInfo_GetIncrementalDecoder:
  340|      2|{
  341|      2|    return codec_makeincrementalcodec(codec_info, errors,
  342|      2|                                      "incrementaldecoder");
  343|      2|}
_PyCodecInfo_GetIncrementalEncoder:
  347|      4|{
  348|      4|    return codec_makeincrementalcodec(codec_info, errors,
  349|      4|                                      "incrementalencoder");
  350|      4|}
_PyCodec_LookupTextEncoding:
  514|      6|{
  515|      6|    PyObject *codec;
  516|      6|    PyObject *attr;
  517|      6|    int is_text_codec;
  518|       |
  519|      6|    codec = _PyCodec_Lookup(encoding);
  520|      6|    if (codec == NULL)
  ------------------
  |  Branch (520:9): [True: 0, False: 6]
  ------------------
  521|      0|        return NULL;
  522|       |
  523|       |    /* Backwards compatibility: assume any raw tuple describes a text
  524|       |     * encoding, and the same for anything lacking the private
  525|       |     * attribute.
  526|       |     */
  527|      6|    if (!PyTuple_CheckExact(codec)) {
  ------------------
  |  |   28|      6|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      6|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (527:9): [True: 6, False: 0]
  ------------------
  528|      6|        if (PyObject_GetOptionalAttr(codec, &_Py_ID(_is_text_encoding), &attr) < 0) {
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (528:13): [True: 0, False: 6]
  ------------------
  529|      0|            Py_DECREF(codec);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  530|      0|            return NULL;
  531|      0|        }
  532|      6|        if (attr != NULL) {
  ------------------
  |  Branch (532:13): [True: 6, False: 0]
  ------------------
  533|      6|            is_text_codec = PyObject_IsTrue(attr);
  534|      6|            Py_DECREF(attr);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|      6|            if (is_text_codec <= 0) {
  ------------------
  |  Branch (535:17): [True: 0, False: 6]
  ------------------
  536|      0|                Py_DECREF(codec);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  537|      0|                if (!is_text_codec) {
  ------------------
  |  Branch (537:21): [True: 0, False: 0]
  ------------------
  538|      0|                    if (alternate_command != NULL) {
  ------------------
  |  Branch (538:25): [True: 0, False: 0]
  ------------------
  539|      0|                        PyErr_Format(PyExc_LookupError,
  540|      0|                                     "'%.400s' is not a text encoding; "
  541|      0|                                     "use %s to handle arbitrary codecs",
  542|      0|                                     encoding, alternate_command);
  543|      0|                    }
  544|      0|                    else {
  545|      0|                        PyErr_Format(PyExc_LookupError,
  546|      0|                                     "'%.400s' is not a text encoding",
  547|      0|                                     encoding);
  548|      0|                    }
  549|      0|                }
  550|      0|                return NULL;
  551|      0|            }
  552|      6|        }
  553|      6|    }
  554|       |
  555|       |    /* This appears to be a valid text encoding */
  556|      6|    return codec;
  557|      6|}
PyCodec_LookupError:
  649|     12|{
  650|     12|    PyInterpreterState *interp = _PyInterpreterState_GET();
  651|     12|    assert(interp->codecs.initialized);
  ------------------
  |  Branch (651:5): [True: 12, False: 0]
  ------------------
  652|       |
  653|     12|    if (name==NULL)
  ------------------
  |  Branch (653:9): [True: 0, False: 12]
  ------------------
  654|      0|        name = "strict";
  655|     12|    PyObject *handler;
  656|     12|    if (PyDict_GetItemStringRef(interp->codecs.error_registry, name, &handler) < 0) {
  ------------------
  |  Branch (656:9): [True: 0, False: 12]
  ------------------
  657|      0|        return NULL;
  658|      0|    }
  659|     12|    if (handler == NULL) {
  ------------------
  |  Branch (659:9): [True: 0, False: 12]
  ------------------
  660|      0|        PyErr_Format(PyExc_LookupError, "unknown error handler name '%.400s'", name);
  661|      0|        return NULL;
  662|      0|    }
  663|     12|    return handler;
  664|     12|}
_PyCodec_InitRegistry:
 1566|      2|{
 1567|      2|    static struct {
 1568|      2|        const char *name;
 1569|      2|        PyMethodDef def;
 1570|      2|    } methods[] =
 1571|      2|    {
 1572|      2|        {
 1573|      2|            "strict",
 1574|      2|            {
 1575|      2|                "strict_errors",
 1576|      2|                strict_errors,
 1577|      2|                METH_O,
  ------------------
  |  |   99|      2|#define METH_O        0x0008
  ------------------
 1578|      2|                PyDoc_STR("Implements the 'strict' error handling, which "
  ------------------
  |  |  204|      2|#define PyDoc_STR(str) str
  ------------------
 1579|      2|                          "raises a UnicodeError on coding errors.")
 1580|      2|            }
 1581|      2|        },
 1582|      2|        {
 1583|      2|            "ignore",
 1584|      2|            {
 1585|      2|                "ignore_errors",
 1586|      2|                ignore_errors,
 1587|      2|                METH_O,
  ------------------
  |  |   99|      2|#define METH_O        0x0008
  ------------------
 1588|      2|                PyDoc_STR("Implements the 'ignore' error handling, which "
  ------------------
  |  |  204|      2|#define PyDoc_STR(str) str
  ------------------
 1589|      2|                          "ignores malformed data and continues.")
 1590|      2|            }
 1591|      2|        },
 1592|      2|        {
 1593|      2|            "replace",
 1594|      2|            {
 1595|      2|                "replace_errors",
 1596|      2|                replace_errors,
 1597|      2|                METH_O,
  ------------------
  |  |   99|      2|#define METH_O        0x0008
  ------------------
 1598|      2|                PyDoc_STR("Implements the 'replace' error handling, which "
  ------------------
  |  |  204|      2|#define PyDoc_STR(str) str
  ------------------
 1599|      2|                          "replaces malformed data with a replacement marker.")
 1600|      2|            }
 1601|      2|        },
 1602|      2|        {
 1603|      2|            "xmlcharrefreplace",
 1604|      2|            {
 1605|      2|                "xmlcharrefreplace_errors",
 1606|      2|                xmlcharrefreplace_errors,
 1607|      2|                METH_O,
  ------------------
  |  |   99|      2|#define METH_O        0x0008
  ------------------
 1608|      2|                PyDoc_STR("Implements the 'xmlcharrefreplace' error handling, "
  ------------------
  |  |  204|      2|#define PyDoc_STR(str) str
  ------------------
 1609|      2|                          "which replaces an unencodable character with the "
 1610|      2|                          "appropriate XML character reference.")
 1611|      2|            }
 1612|      2|        },
 1613|      2|        {
 1614|      2|            "backslashreplace",
 1615|      2|            {
 1616|      2|                "backslashreplace_errors",
 1617|      2|                backslashreplace_errors,
 1618|      2|                METH_O,
  ------------------
  |  |   99|      2|#define METH_O        0x0008
  ------------------
 1619|      2|                PyDoc_STR("Implements the 'backslashreplace' error handling, "
  ------------------
  |  |  204|      2|#define PyDoc_STR(str) str
  ------------------
 1620|      2|                          "which replaces malformed data with a backslashed "
 1621|      2|                          "escape sequence.")
 1622|      2|            }
 1623|      2|        },
 1624|      2|        {
 1625|      2|            "namereplace",
 1626|      2|            {
 1627|      2|                "namereplace_errors",
 1628|      2|                namereplace_errors,
 1629|      2|                METH_O,
  ------------------
  |  |   99|      2|#define METH_O        0x0008
  ------------------
 1630|      2|                PyDoc_STR("Implements the 'namereplace' error handling, "
  ------------------
  |  |  204|      2|#define PyDoc_STR(str) str
  ------------------
 1631|      2|                          "which replaces an unencodable character with a "
 1632|      2|                          "\\N{...} escape sequence.")
 1633|      2|            }
 1634|      2|        },
 1635|      2|        {
 1636|      2|            "surrogatepass",
 1637|      2|            {
 1638|      2|                "surrogatepass",
 1639|      2|                surrogatepass_errors,
 1640|      2|                METH_O
  ------------------
  |  |   99|      2|#define METH_O        0x0008
  ------------------
 1641|      2|            }
 1642|      2|        },
 1643|      2|        {
 1644|      2|            "surrogateescape",
 1645|      2|            {
 1646|      2|                "surrogateescape",
 1647|      2|                surrogateescape_errors,
 1648|      2|                METH_O
  ------------------
  |  |   99|      2|#define METH_O        0x0008
  ------------------
 1649|      2|            }
 1650|      2|        }
 1651|      2|    };
 1652|       |    // ensure that the built-in error handlers' names are kept in sync
 1653|      2|    assert(Py_ARRAY_LENGTH(methods) == Py_ARRAY_LENGTH(codecs_builtin_error_handlers));
  ------------------
  |  Branch (1653:5): [True: 2, Folded]
  ------------------
 1654|       |
 1655|      2|    assert(interp->codecs.initialized == 0);
  ------------------
  |  Branch (1655:5): [True: 2, False: 0]
  ------------------
 1656|      2|    interp->codecs.search_path = PyList_New(0);
 1657|      2|    if (interp->codecs.search_path == NULL) {
  ------------------
  |  Branch (1657:9): [True: 0, False: 2]
  ------------------
 1658|      0|        return PyStatus_NoMemory();
 1659|      0|    }
 1660|      2|    interp->codecs.search_cache = PyDict_New();
 1661|      2|    if (interp->codecs.search_cache == NULL) {
  ------------------
  |  Branch (1661:9): [True: 0, False: 2]
  ------------------
 1662|      0|        return PyStatus_NoMemory();
 1663|      0|    }
 1664|      2|    interp->codecs.error_registry = PyDict_New();
 1665|      2|    if (interp->codecs.error_registry == NULL) {
  ------------------
  |  Branch (1665:9): [True: 0, False: 2]
  ------------------
 1666|      0|        return PyStatus_NoMemory();
 1667|      0|    }
 1668|     18|    for (size_t i = 0; i < Py_ARRAY_LENGTH(methods); ++i) {
  ------------------
  |  |  196|     18|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (1668:24): [True: 16, False: 2]
  ------------------
 1669|     16|        PyObject *func = PyCFunction_NewEx(&methods[i].def, NULL, NULL);
  ------------------
  |  |   87|     16|#define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL)
  ------------------
 1670|     16|        if (func == NULL) {
  ------------------
  |  Branch (1670:13): [True: 0, False: 16]
  ------------------
 1671|      0|            return PyStatus_NoMemory();
 1672|      0|        }
 1673|       |
 1674|     16|        int res = PyDict_SetItemString(interp->codecs.error_registry,
 1675|     16|                                       methods[i].name, func);
 1676|     16|        Py_DECREF(func);
  ------------------
  |  |  430|     16|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1677|     16|        if (res < 0) {
  ------------------
  |  Branch (1677:13): [True: 0, False: 16]
  ------------------
 1678|      0|            return PyStatus_Error("Failed to insert into codec error registry");
 1679|      0|        }
 1680|     16|    }
 1681|       |
 1682|      2|    interp->codecs.initialized = 1;
 1683|       |
 1684|       |    // Importing `encodings' will call back into this module to register codec
 1685|       |    // search functions, so this is done after everything else is initialized.
 1686|      2|    PyObject *mod = PyImport_ImportModule("encodings");
 1687|      2|    if (mod == NULL) {
  ------------------
  |  Branch (1687:9): [True: 0, False: 2]
  ------------------
 1688|      0|        return PyStatus_Error("Failed to import encodings module");
 1689|      0|    }
 1690|      2|    Py_DECREF(mod);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1691|       |
 1692|      2|    return PyStatus_Ok();
 1693|      2|}
codecs.c:normalizestring:
   91|     12|{
   92|     12|    size_t i;
   93|     12|    size_t len = strlen(string);
   94|     12|    char *p;
   95|     12|    PyObject *v;
   96|       |
   97|     12|    if (len > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|     12|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (97:9): [True: 0, False: 12]
  ------------------
   98|      0|        PyErr_SetString(PyExc_OverflowError, "string is too large");
   99|      0|        return NULL;
  100|      0|    }
  101|       |
  102|     12|    p = PyMem_Malloc(len + 1);
  103|     12|    if (p == NULL)
  ------------------
  |  Branch (103:9): [True: 0, False: 12]
  ------------------
  104|      0|        return PyErr_NoMemory();
  105|     72|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (105:17): [True: 60, False: 12]
  ------------------
  106|     60|        char ch = string[i];
  107|     60|        if (ch == ' ')
  ------------------
  |  Branch (107:13): [True: 0, False: 60]
  ------------------
  108|      0|            ch = '-';
  109|     60|        else
  110|     60|            ch = Py_TOLOWER(Py_CHARMASK(ch));
  ------------------
  |  |   32|     60|#define Py_TOLOWER(c) (_Py_ctype_tolower[Py_CHARMASK(c)])
  |  |  ------------------
  |  |  |  |  138|     60|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  ------------------
  111|     60|        p[i] = ch;
  112|     60|    }
  113|     12|    p[i] = '\0';
  114|     12|    v = PyUnicode_FromString(p);
  115|     12|    PyMem_Free(p);
  116|     12|    return v;
  117|     12|}
codecs.c:codec_makeincrementalcodec:
  283|      6|{
  284|      6|    PyObject *ret, *inccodec;
  285|       |
  286|      6|    inccodec = PyObject_GetAttrString(codec_info, attrname);
  287|      6|    if (inccodec == NULL)
  ------------------
  |  Branch (287:9): [True: 0, False: 6]
  ------------------
  288|      0|        return NULL;
  289|      6|    if (errors)
  ------------------
  |  Branch (289:9): [True: 6, False: 0]
  ------------------
  290|      6|        ret = PyObject_CallFunction(inccodec, "s", errors);
  291|      0|    else
  292|      0|        ret = _PyObject_CallNoArgs(inccodec);
  293|      6|    Py_DECREF(inccodec);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  294|      6|    return ret;
  295|      6|}

_Py_CArray_Init:
  110|      1|_Py_CArray_Init(_Py_c_array_t* array, int item_size, int initial_num_entries) {
  111|      1|    memset(array, 0, sizeof(_Py_c_array_t));
  112|      1|    array->item_size = item_size;
  113|      1|    array->initial_num_entries = initial_num_entries;
  114|      1|    return 0;
  115|      1|}
_Py_CArray_Fini:
  119|      1|{
  120|      1|    if (array->array) {
  ------------------
  |  Branch (120:9): [True: 0, False: 1]
  ------------------
  121|      0|        PyMem_Free(array->array);
  122|      0|        array->allocated_entries = 0;
  123|      0|    }
  124|      1|}
_Py_CArray_EnsureCapacity:
  128|     51|{
  129|     51|    void *arr = c_array->array;
  130|     51|    int alloc = c_array->allocated_entries;
  131|     51|    if (arr == NULL) {
  ------------------
  |  Branch (131:9): [True: 10, False: 41]
  ------------------
  132|     10|        int new_alloc = c_array->initial_num_entries;
  133|     10|        if (idx >= new_alloc) {
  ------------------
  |  Branch (133:13): [True: 0, False: 10]
  ------------------
  134|      0|            new_alloc = idx + c_array->initial_num_entries;
  135|      0|        }
  136|     10|        arr = PyMem_Calloc(new_alloc, c_array->item_size);
  137|     10|        if (arr == NULL) {
  ------------------
  |  Branch (137:13): [True: 0, False: 10]
  ------------------
  138|      0|            PyErr_NoMemory();
  139|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  140|      0|        }
  141|     10|        alloc = new_alloc;
  142|     10|    }
  143|     41|    else if (idx >= alloc) {
  ------------------
  |  Branch (143:14): [True: 0, False: 41]
  ------------------
  144|      0|        size_t oldsize = alloc * c_array->item_size;
  145|      0|        int new_alloc = alloc << 1;
  146|      0|        if (idx >= new_alloc) {
  ------------------
  |  Branch (146:13): [True: 0, False: 0]
  ------------------
  147|      0|            new_alloc = idx + c_array->initial_num_entries;
  148|      0|        }
  149|      0|        size_t newsize = new_alloc * c_array->item_size;
  150|       |
  151|      0|        if (oldsize > (SIZE_MAX >> 1)) {
  ------------------
  |  Branch (151:13): [True: 0, False: 0]
  ------------------
  152|      0|            PyErr_NoMemory();
  153|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  154|      0|        }
  155|       |
  156|      0|        assert(newsize > 0);
  ------------------
  |  Branch (156:9): [True: 0, False: 0]
  ------------------
  157|      0|        void *tmp = PyMem_Realloc(arr, newsize);
  158|      0|        if (tmp == NULL) {
  ------------------
  |  Branch (158:13): [True: 0, False: 0]
  ------------------
  159|      0|            PyErr_NoMemory();
  160|      0|            return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  161|      0|        }
  162|      0|        alloc = new_alloc;
  163|      0|        arr = tmp;
  164|      0|        memset((char *)arr + oldsize, 0, newsize - oldsize);
  165|      0|    }
  166|       |
  167|     51|    c_array->array = arr;
  168|     51|    c_array->allocated_entries = alloc;
  169|     51|    return SUCCESS;
  ------------------
  |  |   47|     51|#define SUCCESS 0
  ------------------
  170|     51|}
_PyCodegen_Expression:
  896|      1|{
  897|      1|    VISIT(c, expr, e);
  ------------------
  |  |  452|      1|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  898|      1|    return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
  899|      1|}
_PyCodegen_EnterAnonymousScope:
  961|      1|{
  962|      1|    _Py_DECLARE_STR(anon_module, "<module>");
  963|      1|    RETURN_IF_ERROR(
  ------------------
  |  |   51|      1|    do {                    \
  |  |   52|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  964|      1|        codegen_enter_scope(c, &_Py_STR(anon_module), COMPILE_SCOPE_MODULE,
  965|      1|                            mod, 1, NULL, NULL));
  966|      1|    return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
  967|      1|}
_PyCodegen_AddReturnAtEnd:
 6657|      2|{
 6658|       |    /* Make sure every instruction stream that falls off the end returns None.
 6659|       |     * This also ensures that no jump target offsets are out of bounds.
 6660|       |     */
 6661|      2|    if (addNone) {
  ------------------
  |  Branch (6661:9): [True: 1, False: 1]
  ------------------
 6662|      1|        ADDOP_LOAD_CONST(c, NO_LOCATION, Py_None);
  ------------------
  |  |  307|      1|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6663|      1|    }
 6664|      2|    ADDOP(c, NO_LOCATION, RETURN_VALUE);
  ------------------
  |  |  290|      2|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      2|    do {                    \
  |  |  |  |   52|      2|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6665|      2|    return SUCCESS;
  ------------------
  |  |   47|      2|#define SUCCESS 0
  ------------------
 6666|      2|}
codegen.c:codegen_addop_i:
  261|     12|{
  262|       |    /* oparg value is unsigned, but a signed C int is usually used to store
  263|       |       it in the C code (like Python/ceval.c).
  264|       |
  265|       |       Limit to 32-bit signed C int (rather than INT_MAX) for portability.
  266|       |
  267|       |       The argument of a concrete bytecode instruction is limited to 8-bit.
  268|       |       EXTENDED_ARG is used for 16, 24, and 32-bit arguments. */
  269|       |
  270|     12|    int oparg_ = Py_SAFE_DOWNCAST(oparg, Py_ssize_t, int);
  ------------------
  |  |  247|     12|#  define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) _Py_STATIC_CAST(NARROW, (VALUE))
  |  |  ------------------
  |  |  |  |   34|     12|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  271|     12|    assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (271:5): [True: 0, False: 12]
  |  Branch (271:5): [True: 0, False: 12]
  |  Branch (271:5): [True: 0, False: 12]
  ------------------
  272|     12|    return _PyInstructionSequence_Addop(seq, opcode, oparg_, loc);
  273|     12|}
codegen.c:codegen_addop_o:
  329|      5|{
  330|      5|    Py_ssize_t arg = _PyCompile_DictAddObj(dict, o);
  331|      5|    RETURN_IF_ERROR(arg);
  ------------------
  |  |   51|      5|    do {                    \
  |  |   52|      5|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 5]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  332|      5|    ADDOP_I(c, loc, opcode, arg);
  ------------------
  |  |  276|      5|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      5|    do {                    \
  |  |  |  |   52|      5|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      5|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  333|      5|    return SUCCESS;
  ------------------
  |  |   47|      5|#define SUCCESS 0
  ------------------
  334|      5|}
codegen.c:codegen_nameop:
 3283|      6|{
 3284|      6|    assert(!_PyUnicode_EqualToASCIIString(name, "None") &&
  ------------------
  |  Branch (3284:5): [True: 6, False: 0]
  |  Branch (3284:5): [True: 6, False: 0]
  |  Branch (3284:5): [True: 6, False: 0]
  ------------------
 3285|      6|           !_PyUnicode_EqualToASCIIString(name, "True") &&
 3286|      6|           !_PyUnicode_EqualToASCIIString(name, "False"));
 3287|       |
 3288|      6|    PyObject *mangled = _PyCompile_MaybeMangle(c, name);
 3289|      6|    if (!mangled) {
  ------------------
  |  Branch (3289:9): [True: 0, False: 6]
  ------------------
 3290|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 3291|      0|    }
 3292|       |
 3293|      6|    int scope = _PyST_GetScope(SYMTABLE_ENTRY(c), mangled);
  ------------------
  |  |   71|      6|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
 3294|      6|    if (scope == -1) {
  ------------------
  |  Branch (3294:9): [True: 0, False: 6]
  ------------------
 3295|      0|        goto error;
 3296|      0|    }
 3297|       |
 3298|      6|    _PyCompile_optype optype;
 3299|      6|    Py_ssize_t arg = 0;
 3300|      6|    if (_PyCompile_ResolveNameop(c, mangled, scope, &optype, &arg) < 0) {
  ------------------
  |  Branch (3300:9): [True: 0, False: 6]
  ------------------
 3301|      0|        Py_DECREF(mangled);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3302|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 3303|      0|    }
 3304|       |
 3305|       |    /* XXX Leave assert here, but handle __doc__ and the like better */
 3306|      6|    assert(scope || PyUnicode_READ_CHAR(name, 0) == '_');
  ------------------
  |  Branch (3306:5): [True: 6, False: 0]
  |  Branch (3306:5): [True: 0, False: 0]
  ------------------
 3307|       |
 3308|      6|    int op = 0;
 3309|      6|    switch (optype) {
  ------------------
  |  Branch (3309:13): [True: 6, False: 0]
  ------------------
 3310|      0|    case COMPILE_OP_DEREF:
  ------------------
  |  Branch (3310:5): [True: 0, False: 6]
  ------------------
 3311|      0|        switch (ctx) {
  ------------------
  |  Branch (3311:17): [True: 0, False: 0]
  ------------------
 3312|      0|        case Load:
  ------------------
  |  Branch (3312:9): [True: 0, False: 0]
  ------------------
 3313|      0|            if (SYMTABLE_ENTRY(c)->ste_type == ClassBlock && !_PyCompile_IsInInlinedComp(c)) {
  ------------------
  |  |   71|      0|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (3313:17): [True: 0, False: 0]
  |  Branch (3313:62): [True: 0, False: 0]
  ------------------
 3314|      0|                op = LOAD_FROM_DICT_OR_DEREF;
  ------------------
  |  |  102|      0|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
 3315|       |                // First load the locals
 3316|      0|                if (codegen_addop_noarg(INSTR_SEQUENCE(c), LOAD_LOCALS, loc) < 0) {
  ------------------
  |  |   68|      0|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  ------------------
                              if (codegen_addop_noarg(INSTR_SEQUENCE(c), LOAD_LOCALS, loc) < 0) {
  ------------------
  |  |   33|      0|#define LOAD_LOCALS                             20
  ------------------
  |  Branch (3316:21): [True: 0, False: 0]
  ------------------
 3317|      0|                    goto error;
 3318|      0|                }
 3319|      0|            }
 3320|      0|            else if (SYMTABLE_ENTRY(c)->ste_can_see_class_scope) {
  ------------------
  |  |   71|      0|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (3320:22): [True: 0, False: 0]
  ------------------
 3321|      0|                op = LOAD_FROM_DICT_OR_DEREF;
  ------------------
  |  |  102|      0|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
 3322|       |                // First load the classdict
 3323|      0|                if (codegen_load_classdict_freevar(c, loc) < 0) {
  ------------------
  |  Branch (3323:21): [True: 0, False: 0]
  ------------------
 3324|      0|                    goto error;
 3325|      0|                }
 3326|      0|            }
 3327|      0|            else {
 3328|      0|                op = LOAD_DEREF;
  ------------------
  |  |   95|      0|#define LOAD_DEREF                              82
  ------------------
 3329|      0|            }
 3330|      0|            break;
 3331|      0|        case Store: op = STORE_DEREF; break;
  ------------------
  |  |  123|      0|#define STORE_DEREF                            110
  ------------------
  |  Branch (3331:9): [True: 0, False: 0]
  ------------------
 3332|      0|        case Del: op = DELETE_DEREF; break;
  ------------------
  |  |   73|      0|#define DELETE_DEREF                            60
  ------------------
  |  Branch (3332:9): [True: 0, False: 0]
  ------------------
 3333|      0|        }
 3334|      0|        break;
 3335|      5|    case COMPILE_OP_FAST:
  ------------------
  |  Branch (3335:5): [True: 5, False: 1]
  ------------------
 3336|      5|        switch (ctx) {
  ------------------
  |  Branch (3336:17): [True: 5, False: 0]
  ------------------
 3337|      5|        case Load: op = LOAD_FAST; break;
  ------------------
  |  |   96|      5|#define LOAD_FAST                               83
  ------------------
  |  Branch (3337:9): [True: 5, False: 0]
  ------------------
 3338|      0|        case Store: op = STORE_FAST; break;
  ------------------
  |  |  124|      0|#define STORE_FAST                             111
  ------------------
  |  Branch (3338:9): [True: 0, False: 5]
  ------------------
 3339|      0|        case Del: op = DELETE_FAST; break;
  ------------------
  |  |   74|      0|#define DELETE_FAST                             61
  ------------------
  |  Branch (3339:9): [True: 0, False: 5]
  ------------------
 3340|      5|        }
 3341|      5|        ADDOP_N(c, loc, op, mangled, varnames);
  ------------------
  |  |  337|      5|    do {                                                                \
  |  |  338|      5|        assert(!OPCODE_HAS_CONST(OP)); /* use ADDOP_LOAD_CONST_NEW */   \
  |  |  339|      5|        int ret = codegen_addop_o((C), (LOC), (OP),                     \
  |  |  340|      5|                                  METADATA(C)->u_ ## TYPE, (O));        \
  |  |  ------------------
  |  |  |  |   76|      5|#define METADATA(C) _PyCompile_Metadata(C)
  |  |  ------------------
  |  |  341|      5|        Py_DECREF((O));                                                 \
  |  |  ------------------
  |  |  |  |  430|      5|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  342|      5|        RETURN_IF_ERROR(ret);                                           \
  |  |  ------------------
  |  |  |  |   51|      5|    do {                    \
  |  |  |  |   52|      5|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 5]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      5|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  343|      5|    } while (0)
  |  |  ------------------
  |  |  |  Branch (343:14): [Folded, False: 5]
  |  |  ------------------
  ------------------
  |  Branch (3341:9): [True: 5, False: 0]
  ------------------
 3342|      5|        return SUCCESS;
  ------------------
  |  |   47|      5|#define SUCCESS 0
  ------------------
 3343|      1|    case COMPILE_OP_GLOBAL:
  ------------------
  |  Branch (3343:5): [True: 1, False: 5]
  ------------------
 3344|      1|        switch (ctx) {
  ------------------
  |  Branch (3344:17): [True: 1, False: 0]
  ------------------
 3345|      1|        case Load:
  ------------------
  |  Branch (3345:9): [True: 1, False: 0]
  ------------------
 3346|      1|            if (SYMTABLE_ENTRY(c)->ste_can_see_class_scope && scope == GLOBAL_IMPLICIT) {
  ------------------
  |  |   71|      1|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
                          if (SYMTABLE_ENTRY(c)->ste_can_see_class_scope && scope == GLOBAL_IMPLICIT) {
  ------------------
  |  |  189|      0|#define GLOBAL_IMPLICIT 3
  ------------------
  |  Branch (3346:17): [True: 0, False: 1]
  |  Branch (3346:63): [True: 0, False: 0]
  ------------------
 3347|      0|                op = LOAD_FROM_DICT_OR_GLOBALS;
  ------------------
  |  |  103|      0|#define LOAD_FROM_DICT_OR_GLOBALS               90
  ------------------
 3348|       |                // First load the classdict
 3349|      0|                if (codegen_load_classdict_freevar(c, loc) < 0) {
  ------------------
  |  Branch (3349:21): [True: 0, False: 0]
  ------------------
 3350|      0|                    goto error;
 3351|      0|                }
 3352|      1|            } else {
 3353|      1|                op = LOAD_GLOBAL;
  ------------------
  |  |  104|      1|#define LOAD_GLOBAL                             91
  ------------------
 3354|      1|            }
 3355|      1|            break;
 3356|      1|        case Store: op = STORE_GLOBAL; break;
  ------------------
  |  |  127|      0|#define STORE_GLOBAL                           114
  ------------------
  |  Branch (3356:9): [True: 0, False: 1]
  ------------------
 3357|      0|        case Del: op = DELETE_GLOBAL; break;
  ------------------
  |  |   75|      0|#define DELETE_GLOBAL                           62
  ------------------
  |  Branch (3357:9): [True: 0, False: 1]
  ------------------
 3358|      1|        }
 3359|      1|        break;
 3360|      1|    case COMPILE_OP_NAME:
  ------------------
  |  Branch (3360:5): [True: 0, False: 6]
  ------------------
 3361|      0|        switch (ctx) {
  ------------------
  |  Branch (3361:17): [True: 0, False: 0]
  ------------------
 3362|      0|        case Load:
  ------------------
  |  Branch (3362:9): [True: 0, False: 0]
  ------------------
 3363|      0|            op = (SYMTABLE_ENTRY(c)->ste_type == ClassBlock
  ------------------
  |  |   71|      0|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (3363:19): [True: 0, False: 0]
  ------------------
 3364|      0|                    && _PyCompile_IsInInlinedComp(c))
  ------------------
  |  Branch (3364:24): [True: 0, False: 0]
  ------------------
 3365|      0|                ? LOAD_GLOBAL
  ------------------
  |  |  104|      0|#define LOAD_GLOBAL                             91
  ------------------
 3366|      0|                : LOAD_NAME;
  ------------------
  |  |  105|      0|#define LOAD_NAME                               92
  ------------------
 3367|      0|            break;
 3368|      0|        case Store: op = STORE_NAME; break;
  ------------------
  |  |  128|      0|#define STORE_NAME                             115
  ------------------
  |  Branch (3368:9): [True: 0, False: 0]
  ------------------
 3369|      0|        case Del: op = DELETE_NAME; break;
  ------------------
  |  |   76|      0|#define DELETE_NAME                             63
  ------------------
  |  Branch (3369:9): [True: 0, False: 0]
  ------------------
 3370|      0|        }
 3371|      0|        break;
 3372|      6|    }
 3373|       |
 3374|      6|    assert(op);
  ------------------
  |  Branch (3374:5): [True: 1, False: 0]
  ------------------
 3375|      1|    Py_DECREF(mangled);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3376|      1|    if (op == LOAD_GLOBAL) {
  ------------------
  |  |  104|      1|#define LOAD_GLOBAL                             91
  ------------------
  |  Branch (3376:9): [True: 1, False: 0]
  ------------------
 3377|      1|        arg <<= 1;
 3378|      1|    }
 3379|      1|    ADDOP_I(c, loc, op, arg);
  ------------------
  |  |  276|      1|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3380|      1|    return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
 3381|       |
 3382|      0|error:
 3383|      0|    Py_DECREF(mangled);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3384|      0|    return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 3385|      1|}
codegen.c:codegen_default_arguments:
 1204|      1|{
 1205|      1|    Py_ssize_t funcflags = 0;
 1206|      1|    if (args->defaults && asdl_seq_LEN(args->defaults) > 0) {
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1206:9): [True: 1, False: 0]
  |  Branch (1206:27): [True: 0, False: 1]
  ------------------
 1207|      0|        RETURN_IF_ERROR(codegen_defaults(c, args, loc));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1208|      0|        funcflags |= MAKE_FUNCTION_DEFAULTS;
  ------------------
  |  |   64|      0|#define MAKE_FUNCTION_DEFAULTS    0x01
  ------------------
 1209|      0|    }
 1210|      1|    if (args->kwonlyargs) {
  ------------------
  |  Branch (1210:9): [True: 1, False: 0]
  ------------------
 1211|      1|        int res = codegen_kwonlydefaults(c, loc,
 1212|      1|                                         args->kwonlyargs,
 1213|      1|                                         args->kw_defaults);
 1214|      1|        RETURN_IF_ERROR(res);
  ------------------
  |  |   51|      1|    do {                    \
  |  |   52|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1215|      1|        if (res > 0) {
  ------------------
  |  Branch (1215:13): [True: 0, False: 1]
  ------------------
 1216|      0|            funcflags |= MAKE_FUNCTION_KWDEFAULTS;
  ------------------
  |  |   65|      0|#define MAKE_FUNCTION_KWDEFAULTS  0x02
  ------------------
 1217|      0|        }
 1218|      1|    }
 1219|      1|    return funcflags;
 1220|      1|}
codegen.c:codegen_kwonlydefaults:
 1039|      1|{
 1040|       |    /* Push a dict of keyword-only default values.
 1041|       |
 1042|       |       Return -1 on error, 0 if no dict pushed, 1 if a dict is pushed.
 1043|       |       */
 1044|      1|    int default_count = 0;
 1045|      1|    for (int i = 0; i < asdl_seq_LEN(kwonlyargs); i++) {
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1045:21): [True: 0, False: 1]
  ------------------
 1046|      0|        arg_ty arg = asdl_seq_GET(kwonlyargs, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1047|      0|        expr_ty default_ = asdl_seq_GET(kw_defaults, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1048|      0|        if (default_) {
  ------------------
  |  Branch (1048:13): [True: 0, False: 0]
  ------------------
 1049|      0|            default_count++;
 1050|      0|            PyObject *mangled = _PyCompile_MaybeMangle(c, arg->arg);
 1051|      0|            if (!mangled) {
  ------------------
  |  Branch (1051:17): [True: 0, False: 0]
  ------------------
 1052|      0|                return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 1053|      0|            }
 1054|      0|            ADDOP_LOAD_CONST_NEW(c, loc, mangled);
  ------------------
  |  |  314|      0|    do {                                                                \
  |  |  315|      0|        PyObject *__new_const = (O);                                    \
  |  |  316|      0|        if (__new_const == NULL) {                                      \
  |  |  ------------------
  |  |  |  Branch (316:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  317|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  318|      0|        }                                                               \
  |  |  319|      0|        if (codegen_addop_load_const((C), (LOC), __new_const) < 0) {    \
  |  |  ------------------
  |  |  |  Branch (319:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  320|      0|            Py_DECREF(__new_const);                                     \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  321|      0|            return ERROR;                                               \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |  322|      0|        }                                                               \
  |  |  323|      0|        Py_DECREF(__new_const);                                         \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  324|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (324:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1055|      0|            VISIT(c, expr, default_);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1056|      0|        }
 1057|      0|    }
 1058|      1|    if (default_count) {
  ------------------
  |  Branch (1058:9): [True: 0, False: 1]
  ------------------
 1059|      0|        ADDOP_I(c, loc, BUILD_MAP, default_count);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1060|      0|        return 1;
 1061|      0|    }
 1062|      1|    else {
 1063|      1|        return 0;
 1064|      1|    }
 1065|      1|}
codegen.c:codegen_make_closure:
  972|      1|{
  973|      1|    if (co->co_nfreevars) {
  ------------------
  |  Branch (973:9): [True: 0, False: 1]
  ------------------
  974|      0|        int i = PyUnstable_Code_GetFirstFree(co);
  975|      0|        for (; i < co->co_nlocalsplus; ++i) {
  ------------------
  |  Branch (975:16): [True: 0, False: 0]
  ------------------
  976|       |            /* Bypass com_addop_varname because it will generate
  977|       |               LOAD_DEREF but LOAD_CLOSURE is needed.
  978|       |            */
  979|      0|            PyObject *name = PyTuple_GET_ITEM(co->co_localsplusnames, i);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (979:30): [True: 0, False: 0]
  ------------------
  980|      0|            int arg = _PyCompile_LookupArg(c, co, name);
  981|      0|            RETURN_IF_ERROR(arg);
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  982|      0|            ADDOP_I(c, loc, LOAD_CLOSURE, arg);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  983|      0|        }
  984|      0|        flags |= MAKE_FUNCTION_CLOSURE;
  ------------------
  |  |   67|      0|#define MAKE_FUNCTION_CLOSURE     0x08
  ------------------
  985|      0|        ADDOP_I(c, loc, BUILD_TUPLE, co->co_nfreevars);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  986|      0|    }
  987|      1|    ADDOP_LOAD_CONST(c, loc, (PyObject*)co);
  ------------------
  |  |  307|      1|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  988|       |
  989|      1|    ADDOP(c, loc, MAKE_FUNCTION);
  ------------------
  |  |  290|      1|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  990|       |
  991|      1|    if (flags & MAKE_FUNCTION_CLOSURE) {
  ------------------
  |  |   67|      1|#define MAKE_FUNCTION_CLOSURE     0x08
  ------------------
  |  Branch (991:9): [True: 0, False: 1]
  ------------------
  992|      0|        ADDOP_I(c, loc, SET_FUNCTION_ATTRIBUTE, MAKE_FUNCTION_CLOSURE);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  993|      0|    }
  994|      1|    if (flags & MAKE_FUNCTION_ANNOTATIONS) {
  ------------------
  |  |   66|      1|#define MAKE_FUNCTION_ANNOTATIONS 0x04
  ------------------
  |  Branch (994:9): [True: 0, False: 1]
  ------------------
  995|      0|        ADDOP_I(c, loc, SET_FUNCTION_ATTRIBUTE, MAKE_FUNCTION_ANNOTATIONS);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  996|      0|    }
  997|      1|    if (flags & MAKE_FUNCTION_ANNOTATE) {
  ------------------
  |  |   68|      1|#define MAKE_FUNCTION_ANNOTATE    0x10
  ------------------
  |  Branch (997:9): [True: 0, False: 1]
  ------------------
  998|      0|        ADDOP_I(c, loc, SET_FUNCTION_ATTRIBUTE, MAKE_FUNCTION_ANNOTATE);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  999|      0|    }
 1000|      1|    if (flags & MAKE_FUNCTION_KWDEFAULTS) {
  ------------------
  |  |   65|      1|#define MAKE_FUNCTION_KWDEFAULTS  0x02
  ------------------
  |  Branch (1000:9): [True: 0, False: 1]
  ------------------
 1001|      0|        ADDOP_I(c, loc, SET_FUNCTION_ATTRIBUTE, MAKE_FUNCTION_KWDEFAULTS);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1002|      0|    }
 1003|      1|    if (flags & MAKE_FUNCTION_DEFAULTS) {
  ------------------
  |  |   64|      1|#define MAKE_FUNCTION_DEFAULTS    0x01
  ------------------
  |  Branch (1003:9): [True: 0, False: 1]
  ------------------
 1004|      0|        ADDOP_I(c, loc, SET_FUNCTION_ATTRIBUTE, MAKE_FUNCTION_DEFAULTS);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1005|      0|    }
 1006|      1|    return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
 1007|      1|}
codegen.c:codegen_call_helper_impl:
 4367|      1|{
 4368|      1|    Py_ssize_t i, nseen, nelts, nkwelts;
 4369|       |
 4370|      1|    RETURN_IF_ERROR(codegen_validate_keywords(c, keywords));
  ------------------
  |  |   51|      1|    do {                    \
  |  |   52|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4371|       |
 4372|      1|    nelts = asdl_seq_LEN(args);
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4373|      1|    nkwelts = asdl_seq_LEN(keywords);
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4374|       |
 4375|      1|    if (nelts + nkwelts*2 > _PY_STACK_USE_GUIDELINE) {
  ------------------
  |  |   24|      1|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (4375:9): [True: 0, False: 1]
  ------------------
 4376|      0|         goto ex_call;
 4377|      0|    }
 4378|      3|    for (i = 0; i < nelts; i++) {
  ------------------
  |  Branch (4378:17): [True: 2, False: 1]
  ------------------
 4379|      2|        expr_ty elt = asdl_seq_GET(args, i);
  ------------------
  |  |   82|      2|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4380|      2|        if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4380:13): [True: 0, False: 2]
  ------------------
 4381|      0|            goto ex_call;
 4382|      0|        }
 4383|      2|    }
 4384|      1|    for (i = 0; i < nkwelts; i++) {
  ------------------
  |  Branch (4384:17): [True: 0, False: 1]
  ------------------
 4385|      0|        keyword_ty kw = asdl_seq_GET(keywords, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4386|      0|        if (kw->arg == NULL) {
  ------------------
  |  Branch (4386:13): [True: 0, False: 0]
  ------------------
 4387|      0|            goto ex_call;
 4388|      0|        }
 4389|      0|    }
 4390|       |
 4391|       |    /* No * or ** args, so can use faster calling sequence */
 4392|      3|    for (i = 0; i < nelts; i++) {
  ------------------
  |  Branch (4392:17): [True: 2, False: 1]
  ------------------
 4393|      2|        expr_ty elt = asdl_seq_GET(args, i);
  ------------------
  |  |   82|      2|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4394|      2|        assert(elt->kind != Starred_kind);
  ------------------
  |  Branch (4394:9): [True: 2, False: 0]
  ------------------
 4395|      2|        VISIT(c, expr, elt);
  ------------------
  |  |  452|      2|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      2|    do {                    \
  |  |  |  |   52|      2|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4396|      2|    }
 4397|      1|    if (injected_arg) {
  ------------------
  |  Branch (4397:9): [True: 0, False: 1]
  ------------------
 4398|      0|        RETURN_IF_ERROR(codegen_nameop(c, loc, injected_arg, Load));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4399|      0|        nelts++;
 4400|      0|    }
 4401|      1|    if (nkwelts) {
  ------------------
  |  Branch (4401:9): [True: 0, False: 1]
  ------------------
 4402|      0|        VISIT_SEQ(c, keyword, keywords);
  ------------------
  |  |  458|      0|    do {                                                                    \
  |  |  459|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|      0|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  461|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|      0|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|      0|        }                                                                   \
  |  |  464|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4403|      0|        RETURN_IF_ERROR(
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4404|      0|            codegen_call_simple_kw_helper(c, loc, keywords, nkwelts));
 4405|      0|        ADDOP_I(c, loc, CALL_KW, n + nelts + nkwelts);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4406|      0|    }
 4407|      1|    else {
 4408|      1|        ADDOP_I(c, loc, CALL, n + nelts);
  ------------------
  |  |  276|      1|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4409|      1|    }
 4410|      1|    return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
 4411|       |
 4412|      0|ex_call:
 4413|       |
 4414|       |    /* Do positional arguments. */
 4415|      0|    if (n == 0 && nelts == 1 && ((expr_ty)asdl_seq_GET(args, 0))->kind == Starred_kind) {
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (4415:9): [True: 0, False: 0]
  |  Branch (4415:19): [True: 0, False: 0]
  |  Branch (4415:33): [True: 0, False: 0]
  ------------------
 4416|      0|        VISIT(c, expr, ((expr_ty)asdl_seq_GET(args, 0))->v.Starred.value);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4417|      0|    }
 4418|      0|    else {
 4419|      0|        RETURN_IF_ERROR(starunpack_helper_impl(c, loc, args, injected_arg, n,
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4420|      0|                                               BUILD_LIST, LIST_APPEND, LIST_EXTEND, 1));
 4421|      0|    }
 4422|       |    /* Then keyword arguments */
 4423|      0|    if (nkwelts) {
  ------------------
  |  Branch (4423:9): [True: 0, False: 0]
  ------------------
 4424|       |        /* Has a new dict been pushed */
 4425|      0|        int have_dict = 0;
 4426|       |
 4427|      0|        nseen = 0;  /* the number of keyword arguments on the stack following */
 4428|      0|        for (i = 0; i < nkwelts; i++) {
  ------------------
  |  Branch (4428:21): [True: 0, False: 0]
  ------------------
 4429|      0|            keyword_ty kw = asdl_seq_GET(keywords, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4430|      0|            if (kw->arg == NULL) {
  ------------------
  |  Branch (4430:17): [True: 0, False: 0]
  ------------------
 4431|       |                /* A keyword argument unpacking. */
 4432|      0|                if (nseen) {
  ------------------
  |  Branch (4432:21): [True: 0, False: 0]
  ------------------
 4433|      0|                    RETURN_IF_ERROR(codegen_subkwargs(c, loc, keywords, i - nseen, i));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4434|      0|                    if (have_dict) {
  ------------------
  |  Branch (4434:25): [True: 0, False: 0]
  ------------------
 4435|      0|                        ADDOP_I(c, loc, DICT_MERGE, 1);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4436|      0|                    }
 4437|      0|                    have_dict = 1;
 4438|      0|                    nseen = 0;
 4439|      0|                }
 4440|      0|                if (!have_dict) {
  ------------------
  |  Branch (4440:21): [True: 0, False: 0]
  ------------------
 4441|      0|                    ADDOP_I(c, loc, BUILD_MAP, 0);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4442|      0|                    have_dict = 1;
 4443|      0|                }
 4444|      0|                VISIT(c, expr, kw->value);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4445|      0|                ADDOP_I(c, loc, DICT_MERGE, 1);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4446|      0|            }
 4447|      0|            else {
 4448|      0|                nseen++;
 4449|      0|            }
 4450|      0|        }
 4451|      0|        if (nseen) {
  ------------------
  |  Branch (4451:13): [True: 0, False: 0]
  ------------------
 4452|       |            /* Pack up any trailing keyword arguments. */
 4453|      0|            RETURN_IF_ERROR(codegen_subkwargs(c, loc, keywords, nkwelts - nseen, nkwelts));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4454|      0|            if (have_dict) {
  ------------------
  |  Branch (4454:17): [True: 0, False: 0]
  ------------------
 4455|      0|                ADDOP_I(c, loc, DICT_MERGE, 1);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4456|      0|            }
 4457|      0|            have_dict = 1;
 4458|      0|        }
 4459|      0|        assert(have_dict);
  ------------------
  |  Branch (4459:9): [True: 0, False: 0]
  ------------------
 4460|      0|    }
 4461|      0|    if (nkwelts == 0) {
  ------------------
  |  Branch (4461:9): [True: 0, False: 0]
  ------------------
 4462|      0|        ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4463|      0|    }
 4464|      0|    ADDOP(c, loc, CALL_FUNCTION_EX);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4465|      0|    return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 4466|      0|}
codegen.c:codegen_validate_keywords:
 4136|      2|{
 4137|      2|    Py_ssize_t nkeywords = asdl_seq_LEN(keywords);
  ------------------
  |  |   83|      2|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      4|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4138|      2|    for (Py_ssize_t i = 0; i < nkeywords; i++) {
  ------------------
  |  Branch (4138:28): [True: 0, False: 2]
  ------------------
 4139|      0|        keyword_ty key = ((keyword_ty)asdl_seq_GET(keywords, i));
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4140|      0|        if (key->arg == NULL) {
  ------------------
  |  Branch (4140:13): [True: 0, False: 0]
  ------------------
 4141|      0|            continue;
 4142|      0|        }
 4143|      0|        for (Py_ssize_t j = i + 1; j < nkeywords; j++) {
  ------------------
  |  Branch (4143:36): [True: 0, False: 0]
  ------------------
 4144|      0|            keyword_ty other = ((keyword_ty)asdl_seq_GET(keywords, j));
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4145|      0|            if (other->arg && !PyUnicode_Compare(key->arg, other->arg)) {
  ------------------
  |  Branch (4145:17): [True: 0, False: 0]
  |  Branch (4145:31): [True: 0, False: 0]
  ------------------
 4146|      0|                return _PyCompile_Error(c, LOC(other), "keyword argument repeated: %U", key->arg);
  ------------------
  |  |   88|      0|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4147|      0|            }
 4148|      0|        }
 4149|      0|    }
 4150|      2|    return SUCCESS;
  ------------------
  |  |   47|      2|#define SUCCESS 0
  ------------------
 4151|      2|}
codegen.c:starunpack_helper_impl:
 3419|      1|{
 3420|      1|    Py_ssize_t n = asdl_seq_LEN(elts);
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3421|      1|    int big = n + pushed + (injected_arg ? 1 : 0) > _PY_STACK_USE_GUIDELINE;
  ------------------
  |  |   24|      1|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (3421:29): [True: 0, False: 1]
  ------------------
 3422|      1|    int seen_star = 0;
 3423|      5|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3423:28): [True: 4, False: 1]
  ------------------
 3424|      4|        expr_ty elt = asdl_seq_GET(elts, i);
  ------------------
  |  |   82|      4|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      4|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3425|      4|        if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (3425:13): [True: 0, False: 4]
  ------------------
 3426|      0|            seen_star = 1;
 3427|      0|            break;
 3428|      0|        }
 3429|      4|    }
 3430|      1|    if (!seen_star && !big) {
  ------------------
  |  Branch (3430:9): [True: 1, False: 0]
  |  Branch (3430:23): [True: 1, False: 0]
  ------------------
 3431|      5|        for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3431:32): [True: 4, False: 1]
  ------------------
 3432|      4|            expr_ty elt = asdl_seq_GET(elts, i);
  ------------------
  |  |   82|      4|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      4|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3433|      4|            VISIT(c, expr, elt);
  ------------------
  |  |  452|      4|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      4|    do {                    \
  |  |  |  |   52|      4|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3434|      4|        }
 3435|      1|        if (injected_arg) {
  ------------------
  |  Branch (3435:13): [True: 0, False: 1]
  ------------------
 3436|      0|            RETURN_IF_ERROR(codegen_nameop(c, loc, injected_arg, Load));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3437|      0|            n++;
 3438|      0|        }
 3439|      1|        if (tuple) {
  ------------------
  |  Branch (3439:13): [True: 1, False: 0]
  ------------------
 3440|      1|            ADDOP_I(c, loc, BUILD_TUPLE, n+pushed);
  ------------------
  |  |  276|      1|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3441|      1|        } else {
 3442|      0|            ADDOP_I(c, loc, build, n+pushed);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3443|      0|        }
 3444|      1|        return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
 3445|      1|    }
 3446|      0|    int sequence_built = 0;
 3447|      0|    if (big) {
  ------------------
  |  Branch (3447:9): [True: 0, False: 0]
  ------------------
 3448|      0|        ADDOP_I(c, loc, build, pushed);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3449|      0|        sequence_built = 1;
 3450|      0|    }
 3451|      0|    for (Py_ssize_t i = 0; i < n; i++) {
  ------------------
  |  Branch (3451:28): [True: 0, False: 0]
  ------------------
 3452|      0|        expr_ty elt = asdl_seq_GET(elts, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3453|      0|        if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (3453:13): [True: 0, False: 0]
  ------------------
 3454|      0|            if (sequence_built == 0) {
  ------------------
  |  Branch (3454:17): [True: 0, False: 0]
  ------------------
 3455|      0|                ADDOP_I(c, loc, build, i+pushed);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3456|      0|                sequence_built = 1;
 3457|      0|            }
 3458|      0|            VISIT(c, expr, elt->v.Starred.value);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3459|      0|            ADDOP_I(c, loc, extend, 1);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3460|      0|        }
 3461|      0|        else {
 3462|      0|            VISIT(c, expr, elt);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3463|      0|            if (sequence_built) {
  ------------------
  |  Branch (3463:17): [True: 0, False: 0]
  ------------------
 3464|      0|                ADDOP_I(c, loc, add, 1);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3465|      0|            }
 3466|      0|        }
 3467|      0|    }
 3468|      0|    assert(sequence_built);
  ------------------
  |  Branch (3468:5): [True: 0, False: 0]
  ------------------
 3469|      0|    if (injected_arg) {
  ------------------
  |  Branch (3469:9): [True: 0, False: 0]
  ------------------
 3470|      0|        RETURN_IF_ERROR(codegen_nameop(c, loc, injected_arg, Load));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3471|      0|        ADDOP_I(c, loc, add, 1);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3472|      0|    }
 3473|      0|    if (tuple) {
  ------------------
  |  Branch (3473:9): [True: 0, False: 0]
  ------------------
 3474|      0|        ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_LIST_TO_TUPLE);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3475|      0|    }
 3476|      0|    return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 3477|      0|}
codegen.c:codegen_call_helper:
 4473|      1|{
 4474|       |    return codegen_call_helper_impl(c, loc, n, args, NULL, keywords);
 4475|      1|}
codegen.c:codegen_enter_scope:
  679|      2|{
  680|      2|    RETURN_IF_ERROR(
  ------------------
  |  |   51|      2|    do {                    \
  |  |   52|      2|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 2]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  681|      2|        _PyCompile_EnterScope(c, name, scope_type, key, lineno, private, umd));
  682|      2|    location loc = LOCATION(lineno, lineno, 0, 0);
  ------------------
  |  |   86|      2|    ((const _Py_SourceLocation){(LNO), (END_LNO), (COL), (END_COL)})
  ------------------
  683|      2|    if (scope_type == COMPILE_SCOPE_MODULE) {
  ------------------
  |  Branch (683:9): [True: 1, False: 1]
  ------------------
  684|      1|        loc.lineno = 0;
  685|      1|    }
  686|       |    /* Add the generator prefix instructions. */
  687|       |
  688|      2|    PySTEntryObject *ste = SYMTABLE_ENTRY(c);
  ------------------
  |  |   71|      2|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  689|      2|    if (ste->ste_coroutine || ste->ste_generator) {
  ------------------
  |  Branch (689:9): [True: 0, False: 2]
  |  Branch (689:31): [True: 0, False: 2]
  ------------------
  690|       |        /* Note that RETURN_GENERATOR + POP_TOP have a net stack effect
  691|       |         * of 0. This is because RETURN_GENERATOR pushes the generator
  692|       |         before returning. */
  693|      0|        location loc = LOCATION(lineno, lineno, -1, -1);
  ------------------
  |  |   86|      0|    ((const _Py_SourceLocation){(LNO), (END_LNO), (COL), (END_COL)})
  ------------------
  694|      0|        ADDOP(c, loc, RETURN_GENERATOR);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  695|      0|        ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  696|      0|    }
  697|       |
  698|      2|    ADDOP_I(c, loc, RESUME, RESUME_AT_FUNC_START);
  ------------------
  |  |  276|      2|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      2|    do {                    \
  |  |  |  |   52|      2|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  699|      2|    if (scope_type == COMPILE_SCOPE_MODULE) {
  ------------------
  |  Branch (699:9): [True: 1, False: 1]
  ------------------
  700|      1|        ADDOP(c, loc, ANNOTATIONS_PLACEHOLDER);
  ------------------
  |  |  290|      1|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  701|      1|    }
  702|      2|    return SUCCESS;
  ------------------
  |  |   47|      2|#define SUCCESS 0
  ------------------
  703|      2|}
codegen.c:codegen_visit_expr:
 5377|      9|{
 5378|      9|    if (Py_EnterRecursiveCall(" during compilation")) {
  ------------------
  |  Branch (5378:9): [True: 0, False: 9]
  ------------------
 5379|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 5380|      0|    }
 5381|      9|    location loc = LOC(e);
  ------------------
  |  |   88|      9|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      9|    (_Py_SourceLocation){ \
  |  |  |  |   55|      9|               .lineno = (n)->lineno, \
  |  |  |  |   56|      9|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      9|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      9|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5382|      9|    switch (e->kind) {
  ------------------
  |  Branch (5382:13): [True: 9, False: 0]
  ------------------
 5383|      0|    case NamedExpr_kind:
  ------------------
  |  Branch (5383:5): [True: 0, False: 9]
  ------------------
 5384|      0|        VISIT(c, expr, e->v.NamedExpr.value);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5385|      0|        ADDOP_I(c, loc, COPY, 1);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5386|      0|        VISIT(c, expr, e->v.NamedExpr.target);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5387|      0|        break;
 5388|      0|    case BoolOp_kind:
  ------------------
  |  Branch (5388:5): [True: 0, False: 9]
  ------------------
 5389|      0|        return codegen_boolop(c, e);
 5390|      0|    case BinOp_kind:
  ------------------
  |  Branch (5390:5): [True: 0, False: 9]
  ------------------
 5391|      0|        VISIT(c, expr, e->v.BinOp.left);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5392|      0|        VISIT(c, expr, e->v.BinOp.right);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5393|      0|        ADDOP_BINARY(c, loc, e->v.BinOp.op);
  ------------------
  |  |  433|      0|    RETURN_IF_ERROR(addop_binary((C), (LOC), (BINOP), false))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5394|      0|        break;
 5395|      0|    case UnaryOp_kind:
  ------------------
  |  Branch (5395:5): [True: 0, False: 9]
  ------------------
 5396|      0|        VISIT(c, expr, e->v.UnaryOp.operand);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5397|      0|        if (e->v.UnaryOp.op == UAdd) {
  ------------------
  |  Branch (5397:13): [True: 0, False: 0]
  ------------------
 5398|      0|            ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_UNARY_POSITIVE);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5399|      0|        }
 5400|      0|        else if (e->v.UnaryOp.op == Not) {
  ------------------
  |  Branch (5400:18): [True: 0, False: 0]
  ------------------
 5401|      0|            ADDOP(c, loc, TO_BOOL);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5402|      0|            ADDOP(c, loc, UNARY_NOT);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5403|      0|        }
 5404|      0|        else {
 5405|      0|            ADDOP(c, loc, unaryop(e->v.UnaryOp.op));
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5406|      0|        }
 5407|      0|        break;
 5408|      1|    case Lambda_kind:
  ------------------
  |  Branch (5408:5): [True: 1, False: 8]
  ------------------
 5409|      1|        return codegen_lambda(c, e);
 5410|      0|    case IfExp_kind:
  ------------------
  |  Branch (5410:5): [True: 0, False: 9]
  ------------------
 5411|      0|        return codegen_ifexp(c, e);
 5412|      0|    case Dict_kind:
  ------------------
  |  Branch (5412:5): [True: 0, False: 9]
  ------------------
 5413|      0|        return codegen_dict(c, e);
 5414|      0|    case Set_kind:
  ------------------
  |  Branch (5414:5): [True: 0, False: 9]
  ------------------
 5415|      0|        return codegen_set(c, e);
 5416|      0|    case GeneratorExp_kind:
  ------------------
  |  Branch (5416:5): [True: 0, False: 9]
  ------------------
 5417|      0|        return codegen_genexp(c, e);
 5418|      0|    case ListComp_kind:
  ------------------
  |  Branch (5418:5): [True: 0, False: 9]
  ------------------
 5419|      0|        return codegen_listcomp(c, e);
 5420|      0|    case SetComp_kind:
  ------------------
  |  Branch (5420:5): [True: 0, False: 9]
  ------------------
 5421|      0|        return codegen_setcomp(c, e);
 5422|      0|    case DictComp_kind:
  ------------------
  |  Branch (5422:5): [True: 0, False: 9]
  ------------------
 5423|      0|        return codegen_dictcomp(c, e);
 5424|      0|    case Yield_kind:
  ------------------
  |  Branch (5424:5): [True: 0, False: 9]
  ------------------
 5425|      0|        if (!_PyST_IsFunctionLike(SYMTABLE_ENTRY(c))) {
  ------------------
  |  |   71|      0|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (5425:13): [True: 0, False: 0]
  ------------------
 5426|      0|            return _PyCompile_Error(c, loc, "'yield' outside function");
 5427|      0|        }
 5428|      0|        if (e->v.Yield.value) {
  ------------------
  |  Branch (5428:13): [True: 0, False: 0]
  ------------------
 5429|      0|            VISIT(c, expr, e->v.Yield.value);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5430|      0|        }
 5431|      0|        else {
 5432|      0|            ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|      0|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5433|      0|        }
 5434|      0|        ADDOP_YIELD(c, loc);
  ------------------
  |  |  445|      0|    RETURN_IF_ERROR(codegen_addop_yield((C), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5435|      0|        break;
 5436|      0|    case YieldFrom_kind:
  ------------------
  |  Branch (5436:5): [True: 0, False: 9]
  ------------------
 5437|      0|        if (!_PyST_IsFunctionLike(SYMTABLE_ENTRY(c))) {
  ------------------
  |  |   71|      0|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (5437:13): [True: 0, False: 0]
  ------------------
 5438|      0|            return _PyCompile_Error(c, loc, "'yield from' outside function");
 5439|      0|        }
 5440|      0|        if (SCOPE_TYPE(c) == COMPILE_SCOPE_ASYNC_FUNCTION) {
  ------------------
  |  |   74|      0|#define SCOPE_TYPE(C) _PyCompile_ScopeType(C)
  ------------------
  |  Branch (5440:13): [True: 0, False: 0]
  ------------------
 5441|      0|            return _PyCompile_Error(c, loc, "'yield from' inside async function");
 5442|      0|        }
 5443|      0|        VISIT(c, expr, e->v.YieldFrom.value);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5444|      0|        ADDOP_I(c, loc, GET_ITER, GET_ITER_YIELD_FROM);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5445|      0|        ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|      0|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5446|      0|        ADD_YIELD_FROM(c, loc, 0);
  ------------------
  |  |  439|      0|    RETURN_IF_ERROR(codegen_add_yield_from((C), (LOC), (await)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5447|      0|        break;
 5448|      0|    case Await_kind:
  ------------------
  |  Branch (5448:5): [True: 0, False: 9]
  ------------------
 5449|      0|        VISIT(c, expr, e->v.Await.value);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5450|      0|        ADDOP_I(c, loc, GET_AWAITABLE, 0);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5451|      0|        ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5452|      0|        ADDOP_LOAD_CONST(c, loc, Py_None);
  ------------------
  |  |  307|      0|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5453|      0|        ADD_YIELD_FROM(c, loc, 1);
  ------------------
  |  |  439|      0|    RETURN_IF_ERROR(codegen_add_yield_from((C), (LOC), (await)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5454|      0|        break;
 5455|      0|    case Compare_kind:
  ------------------
  |  Branch (5455:5): [True: 0, False: 9]
  ------------------
 5456|      0|        return codegen_compare(c, e);
 5457|      1|    case Call_kind:
  ------------------
  |  Branch (5457:5): [True: 1, False: 8]
  ------------------
 5458|      1|        return codegen_call(c, e);
 5459|      0|    case Constant_kind:
  ------------------
  |  Branch (5459:5): [True: 0, False: 9]
  ------------------
 5460|      0|        ADDOP_LOAD_CONST(c, loc, e->v.Constant.value);
  ------------------
  |  |  307|      0|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5461|      0|        break;
 5462|      0|    case JoinedStr_kind:
  ------------------
  |  Branch (5462:5): [True: 0, False: 9]
  ------------------
 5463|      0|        return codegen_joined_str(c, e);
 5464|      0|    case TemplateStr_kind:
  ------------------
  |  Branch (5464:5): [True: 0, False: 9]
  ------------------
 5465|      0|        return codegen_template_str(c, e);
 5466|      0|    case FormattedValue_kind:
  ------------------
  |  Branch (5466:5): [True: 0, False: 9]
  ------------------
 5467|      0|        return codegen_formatted_value(c, e);
 5468|      0|    case Interpolation_kind:
  ------------------
  |  Branch (5468:5): [True: 0, False: 9]
  ------------------
 5469|      0|        return codegen_interpolation(c, e);
 5470|       |    /* The following exprs can be assignment targets. */
 5471|      0|    case Attribute_kind:
  ------------------
  |  Branch (5471:5): [True: 0, False: 9]
  ------------------
 5472|      0|        if (e->v.Attribute.ctx == Load) {
  ------------------
  |  Branch (5472:13): [True: 0, False: 0]
  ------------------
 5473|      0|            int ret = can_optimize_super_call(c, e);
 5474|      0|            RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5475|      0|            if (ret) {
  ------------------
  |  Branch (5475:17): [True: 0, False: 0]
  ------------------
 5476|      0|                RETURN_IF_ERROR(load_args_for_super(c, e->v.Attribute.value));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5477|      0|                int opcode = asdl_seq_LEN(e->v.Attribute.value->v.Call.args) ?
  ------------------
  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 0, False: 0]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5478|      0|                    LOAD_SUPER_ATTR : LOAD_ZERO_SUPER_ATTR;
  ------------------
  |  |  108|      0|#define LOAD_SUPER_ATTR                         95
  ------------------
                                  LOAD_SUPER_ATTR : LOAD_ZERO_SUPER_ATTR;
  ------------------
  |  |  356|      0|#define LOAD_ZERO_SUPER_ATTR -3
  ------------------
 5479|      0|                ADDOP_NAME(c, loc, opcode, e->v.Attribute.attr, names);
  ------------------
  |  |  411|      0|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5480|      0|                loc = update_start_location_to_match_attr(c, loc, e);
 5481|      0|                ADDOP(c, loc, NOP);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5482|      0|                return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 5483|      0|            }
 5484|      0|        }
 5485|      0|        RETURN_IF_ERROR(_PyCompile_MaybeAddStaticAttributeToClass(c, e));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5486|      0|        VISIT(c, expr, e->v.Attribute.value);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5487|      0|        loc = LOC(e);
  ------------------
  |  |   88|      0|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 5488|      0|        loc = update_start_location_to_match_attr(c, loc, e);
 5489|      0|        switch (e->v.Attribute.ctx) {
  ------------------
  |  Branch (5489:17): [True: 0, False: 0]
  ------------------
 5490|      0|        case Load:
  ------------------
  |  Branch (5490:9): [True: 0, False: 0]
  ------------------
 5491|      0|            ADDOP_NAME(c, loc, LOAD_ATTR, e->v.Attribute.attr, names);
  ------------------
  |  |  411|      0|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5492|      0|            break;
 5493|      0|        case Store:
  ------------------
  |  Branch (5493:9): [True: 0, False: 0]
  ------------------
 5494|      0|            ADDOP_NAME(c, loc, STORE_ATTR, e->v.Attribute.attr, names);
  ------------------
  |  |  411|      0|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5495|      0|            break;
 5496|      0|        case Del:
  ------------------
  |  Branch (5496:9): [True: 0, False: 0]
  ------------------
 5497|      0|            ADDOP_NAME(c, loc, DELETE_ATTR, e->v.Attribute.attr, names);
  ------------------
  |  |  411|      0|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5498|      0|            break;
 5499|      0|        }
 5500|      0|        break;
 5501|      0|    case Subscript_kind:
  ------------------
  |  Branch (5501:5): [True: 0, False: 9]
  ------------------
 5502|      0|        return codegen_subscript(c, e);
 5503|      0|    case Starred_kind:
  ------------------
  |  Branch (5503:5): [True: 0, False: 9]
  ------------------
 5504|      0|        switch (e->v.Starred.ctx) {
 5505|      0|        case Store:
  ------------------
  |  Branch (5505:9): [True: 0, False: 0]
  ------------------
 5506|       |            /* In all legitimate cases, the Starred node was already replaced
 5507|       |             * by codegen_list/codegen_tuple. XXX: is that okay? */
 5508|      0|            return _PyCompile_Error(c, loc,
 5509|      0|                "starred assignment target must be in a list or tuple");
 5510|      0|        default:
  ------------------
  |  Branch (5510:9): [True: 0, False: 0]
  ------------------
 5511|      0|            return _PyCompile_Error(c, loc,
 5512|      0|                "can't use starred expression here");
 5513|      0|        }
 5514|      0|        break;
 5515|      0|    case Slice_kind:
  ------------------
  |  Branch (5515:5): [True: 0, False: 9]
  ------------------
 5516|      0|        RETURN_IF_ERROR(codegen_slice(c, e));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 5517|      0|        break;
 5518|      6|    case Name_kind:
  ------------------
  |  Branch (5518:5): [True: 6, False: 3]
  ------------------
 5519|      6|        return codegen_nameop(c, loc, e->v.Name.id, e->v.Name.ctx);
 5520|       |    /* child nodes of List and Tuple will have expr_context set */
 5521|      0|    case List_kind:
  ------------------
  |  Branch (5521:5): [True: 0, False: 9]
  ------------------
 5522|      0|        return codegen_list(c, e);
 5523|      1|    case Tuple_kind:
  ------------------
  |  Branch (5523:5): [True: 1, False: 8]
  ------------------
 5524|      1|        return codegen_tuple(c, e);
 5525|      9|    }
 5526|      0|    return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 5527|      9|}
codegen.c:codegen_lambda:
 2056|      1|{
 2057|      1|    PyCodeObject *co;
 2058|      1|    Py_ssize_t funcflags;
 2059|      1|    arguments_ty args = e->v.Lambda.args;
 2060|      1|    assert(e->kind == Lambda_kind);
  ------------------
  |  Branch (2060:5): [True: 1, False: 0]
  ------------------
 2061|       |
 2062|      1|    location loc = LOC(e);
  ------------------
  |  |   88|      1|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      1|    (_Py_SourceLocation){ \
  |  |  |  |   55|      1|               .lineno = (n)->lineno, \
  |  |  |  |   56|      1|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      1|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      1|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2063|      1|    funcflags = codegen_default_arguments(c, loc, args);
 2064|      1|    RETURN_IF_ERROR(funcflags);
  ------------------
  |  |   51|      1|    do {                    \
  |  |   52|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2065|       |
 2066|      1|    _PyCompile_CodeUnitMetadata umd = {
 2067|      1|        .u_argcount = asdl_seq_LEN(args->args),
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2068|      1|        .u_posonlyargcount = asdl_seq_LEN(args->posonlyargs),
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2069|      1|        .u_kwonlyargcount = asdl_seq_LEN(args->kwonlyargs),
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2070|      1|    };
 2071|      1|    _Py_DECLARE_STR(anon_lambda, "<lambda>");
 2072|      1|    RETURN_IF_ERROR(
  ------------------
  |  |   51|      1|    do {                    \
  |  |   52|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2073|      1|        codegen_enter_scope(c, &_Py_STR(anon_lambda), COMPILE_SCOPE_LAMBDA,
 2074|      1|                            (void *)e, e->lineno, NULL, &umd));
 2075|       |
 2076|      1|    assert(!SYMTABLE_ENTRY(c)->ste_has_docstring);
  ------------------
  |  Branch (2076:5): [True: 1, False: 0]
  ------------------
 2077|       |
 2078|      1|    VISIT_IN_SCOPE(c, expr, e->v.Lambda.body);
  ------------------
  |  |  455|      1|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   58|      1|    do {                                    \
  |  |  |  |   59|      1|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2079|      1|    if (SYMTABLE_ENTRY(c)->ste_generator) {
  ------------------
  |  |   71|      1|#define SYMTABLE_ENTRY(C) _PyCompile_SymtableEntry(C)
  ------------------
  |  Branch (2079:9): [True: 0, False: 1]
  ------------------
 2080|      0|        co = _PyCompile_OptimizeAndAssemble(c, 0);
 2081|      0|    }
 2082|      1|    else {
 2083|      1|        location loc = LOC(e->v.Lambda.body);
  ------------------
  |  |   88|      1|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      1|    (_Py_SourceLocation){ \
  |  |  |  |   55|      1|               .lineno = (n)->lineno, \
  |  |  |  |   56|      1|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      1|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      1|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2084|      1|        ADDOP_IN_SCOPE(c, loc, RETURN_VALUE);
  ------------------
  |  |  293|      1|    RETURN_IF_ERROR_IN_SCOPE((C), codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   58|      1|    do {                                    \
  |  |  |  |   59|      1|        if ((CALL) < 0) {                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (59:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   60|      0|            _PyCompile_ExitScope((C));      \
  |  |  |  |   61|      0|            return ERROR;                   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   62|      0|        }                                   \
  |  |  |  |   63|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (63:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2085|      1|        co = _PyCompile_OptimizeAndAssemble(c, 1);
 2086|      1|    }
 2087|      1|    _PyCompile_ExitScope(c);
 2088|      1|    if (co == NULL) {
  ------------------
  |  Branch (2088:9): [True: 0, False: 1]
  ------------------
 2089|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 2090|      0|    }
 2091|       |
 2092|      1|    int ret = codegen_make_closure(c, loc, co, funcflags);
 2093|      1|    Py_DECREF(co);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2094|      1|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|      1|    do {                    \
  |  |   52|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2095|      1|    return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
 2096|      1|}
codegen.c:starunpack_helper:
 3483|      1|{
 3484|       |    return starunpack_helper_impl(c, loc, elts, NULL, pushed,
 3485|      1|                                  build, add, extend, tuple);
 3486|      1|}
codegen.c:codegen_call:
 4155|      1|{
 4156|      1|    RETURN_IF_ERROR(codegen_validate_keywords(c, e->v.Call.keywords));
  ------------------
  |  |   51|      1|    do {                    \
  |  |   52|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4157|      1|    int ret = maybe_optimize_method_call(c, e);
 4158|      1|    if (ret < 0) {
  ------------------
  |  Branch (4158:9): [True: 0, False: 1]
  ------------------
 4159|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
 4160|      0|    }
 4161|      1|    if (ret == 1) {
  ------------------
  |  Branch (4161:9): [True: 0, False: 1]
  ------------------
 4162|      0|        return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 4163|      0|    }
 4164|      1|    NEW_JUMP_TARGET_LABEL(c, skip_normal_call);
  ------------------
  |  |   91|      1|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      1|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      1|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      1|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      1|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 1]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4165|      1|    RETURN_IF_ERROR(check_caller(c, e->v.Call.func));
  ------------------
  |  |   51|      1|    do {                    \
  |  |   52|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4166|      1|    VISIT(c, expr, e->v.Call.func);
  ------------------
  |  |  452|      1|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4167|      1|    RETURN_IF_ERROR(maybe_optimize_function_call(c, e, skip_normal_call));
  ------------------
  |  |   51|      1|    do {                    \
  |  |   52|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 4168|      1|    location loc = LOC(e->v.Call.func);
  ------------------
  |  |   88|      1|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      1|    (_Py_SourceLocation){ \
  |  |  |  |   55|      1|               .lineno = (n)->lineno, \
  |  |  |  |   56|      1|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      1|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      1|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4169|      1|    ADDOP(c, loc, PUSH_NULL);
  ------------------
  |  |  290|      1|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4170|      1|    loc = LOC(e);
  ------------------
  |  |   88|      1|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      1|    (_Py_SourceLocation){ \
  |  |  |  |   55|      1|               .lineno = (n)->lineno, \
  |  |  |  |   56|      1|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      1|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      1|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4171|      1|    ret = codegen_call_helper(c, loc, 0,
 4172|      1|                              e->v.Call.args,
 4173|      1|                              e->v.Call.keywords);
 4174|      1|    USE_LABEL(c, skip_normal_call);
  ------------------
  |  |   97|      1|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|      1|    do {                    \
  |  |  |  |   52|      1|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      1|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4175|      1|    return ret;
 4176|      1|}
codegen.c:maybe_optimize_method_call:
 4061|      1|{
 4062|      1|    Py_ssize_t argsl, i, kwdsl;
 4063|      1|    expr_ty meth = e->v.Call.func;
 4064|      1|    asdl_expr_seq *args = e->v.Call.args;
 4065|      1|    asdl_keyword_seq *kwds = e->v.Call.keywords;
 4066|       |
 4067|       |    /* Check that the call node is an attribute access */
 4068|      1|    if (meth->kind != Attribute_kind || meth->v.Attribute.ctx != Load) {
  ------------------
  |  Branch (4068:9): [True: 1, False: 0]
  |  Branch (4068:41): [True: 0, False: 0]
  ------------------
 4069|      1|        return 0;
 4070|      1|    }
 4071|       |
 4072|       |    /* Check that the base object is not something that is imported */
 4073|      0|    int ret = is_import_originated(c, meth->v.Attribute.value);
 4074|      0|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4075|      0|    if (ret) {
  ------------------
  |  Branch (4075:9): [True: 0, False: 0]
  ------------------
 4076|      0|        return 0;
 4077|      0|    }
 4078|       |
 4079|       |    /* Check that there aren't too many arguments */
 4080|      0|    argsl = asdl_seq_LEN(args);
  ------------------
  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4081|      0|    kwdsl = asdl_seq_LEN(kwds);
  ------------------
  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4082|      0|    if (argsl + kwdsl + (kwdsl != 0) >= _PY_STACK_USE_GUIDELINE) {
  ------------------
  |  |   24|      0|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (4082:9): [True: 0, False: 0]
  ------------------
 4083|      0|        return 0;
 4084|      0|    }
 4085|       |    /* Check that there are no *varargs types of arguments. */
 4086|      0|    for (i = 0; i < argsl; i++) {
  ------------------
  |  Branch (4086:17): [True: 0, False: 0]
  ------------------
 4087|      0|        expr_ty elt = asdl_seq_GET(args, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4088|      0|        if (elt->kind == Starred_kind) {
  ------------------
  |  Branch (4088:13): [True: 0, False: 0]
  ------------------
 4089|      0|            return 0;
 4090|      0|        }
 4091|      0|    }
 4092|       |
 4093|      0|    for (i = 0; i < kwdsl; i++) {
  ------------------
  |  Branch (4093:17): [True: 0, False: 0]
  ------------------
 4094|      0|        keyword_ty kw = asdl_seq_GET(kwds, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 4095|      0|        if (kw->arg == NULL) {
  ------------------
  |  Branch (4095:13): [True: 0, False: 0]
  ------------------
 4096|      0|            return 0;
 4097|      0|        }
 4098|      0|    }
 4099|       |
 4100|       |    /* Alright, we can optimize the code. */
 4101|      0|    location loc = LOC(meth);
  ------------------
  |  |   88|      0|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4102|       |
 4103|      0|    ret = can_optimize_super_call(c, meth);
 4104|      0|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4105|      0|    if (ret) {
  ------------------
  |  Branch (4105:9): [True: 0, False: 0]
  ------------------
 4106|      0|        RETURN_IF_ERROR(load_args_for_super(c, meth->v.Attribute.value));
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4107|      0|        int opcode = asdl_seq_LEN(meth->v.Attribute.value->v.Call.args) ?
  ------------------
  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:26): [True: 0, False: 0]
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4108|      0|            LOAD_SUPER_METHOD : LOAD_ZERO_SUPER_METHOD;
  ------------------
  |  |  355|      0|#define LOAD_SUPER_METHOD -2
  ------------------
                          LOAD_SUPER_METHOD : LOAD_ZERO_SUPER_METHOD;
  ------------------
  |  |  357|      0|#define LOAD_ZERO_SUPER_METHOD -4
  ------------------
 4109|      0|        ADDOP_NAME(c, loc, opcode, meth->v.Attribute.attr, names);
  ------------------
  |  |  411|      0|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4110|      0|        loc = update_start_location_to_match_attr(c, loc, meth);
 4111|      0|        ADDOP(c, loc, NOP);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4112|      0|    } else {
 4113|      0|        VISIT(c, expr, meth->v.Attribute.value);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4114|      0|        loc = update_start_location_to_match_attr(c, loc, meth);
 4115|      0|        ADDOP_NAME(c, loc, LOAD_METHOD, meth->v.Attribute.attr, names);
  ------------------
  |  |  411|      0|    RETURN_IF_ERROR(codegen_addop_name((C), (LOC), (OP), METADATA(C)->u_ ## TYPE, (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4116|      0|    }
 4117|       |
 4118|      0|    VISIT_SEQ(c, expr, e->v.Call.args);
  ------------------
  |  |  458|      0|    do {                                                                    \
  |  |  459|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|      0|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  461|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|      0|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|      0|        }                                                                   \
  |  |  464|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4119|       |
 4120|      0|    if (kwdsl) {
  ------------------
  |  Branch (4120:9): [True: 0, False: 0]
  ------------------
 4121|      0|        VISIT_SEQ(c, keyword, kwds);
  ------------------
  |  |  458|      0|    do {                                                                    \
  |  |  459|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|      0|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  461|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|      0|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|      0|        }                                                                   \
  |  |  464|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4122|      0|        RETURN_IF_ERROR(
  ------------------
  |  |   51|      0|    do {                    \
  |  |   52|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   54|      0|        }                   \
  |  |   55|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4123|      0|            codegen_call_simple_kw_helper(c, loc, kwds, kwdsl));
 4124|      0|        loc = update_start_location_to_match_attr(c, LOC(e), meth);
  ------------------
  |  |   88|      0|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4125|      0|        ADDOP_I(c, loc, CALL_KW, argsl + kwdsl);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4126|      0|    }
 4127|      0|    else {
 4128|      0|        loc = update_start_location_to_match_attr(c, LOC(e), meth);
  ------------------
  |  |   88|      0|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 4129|      0|        ADDOP_I(c, loc, CALL, argsl);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4130|      0|    }
 4131|      0|    return 1;
 4132|      0|}
codegen.c:check_caller:
 3724|      1|{
 3725|      1|    switch (e->kind) {
 3726|      0|    case Constant_kind:
  ------------------
  |  Branch (3726:5): [True: 0, False: 1]
  ------------------
 3727|      0|    case Tuple_kind:
  ------------------
  |  Branch (3727:5): [True: 0, False: 1]
  ------------------
 3728|      0|    case List_kind:
  ------------------
  |  Branch (3728:5): [True: 0, False: 1]
  ------------------
 3729|      0|    case ListComp_kind:
  ------------------
  |  Branch (3729:5): [True: 0, False: 1]
  ------------------
 3730|      0|    case Dict_kind:
  ------------------
  |  Branch (3730:5): [True: 0, False: 1]
  ------------------
 3731|      0|    case DictComp_kind:
  ------------------
  |  Branch (3731:5): [True: 0, False: 1]
  ------------------
 3732|      0|    case Set_kind:
  ------------------
  |  Branch (3732:5): [True: 0, False: 1]
  ------------------
 3733|      0|    case SetComp_kind:
  ------------------
  |  Branch (3733:5): [True: 0, False: 1]
  ------------------
 3734|      0|    case GeneratorExp_kind:
  ------------------
  |  Branch (3734:5): [True: 0, False: 1]
  ------------------
 3735|      0|    case JoinedStr_kind:
  ------------------
  |  Branch (3735:5): [True: 0, False: 1]
  ------------------
 3736|      0|    case TemplateStr_kind:
  ------------------
  |  Branch (3736:5): [True: 0, False: 1]
  ------------------
 3737|      0|    case FormattedValue_kind:
  ------------------
  |  Branch (3737:5): [True: 0, False: 1]
  ------------------
 3738|      0|    case Interpolation_kind: {
  ------------------
  |  Branch (3738:5): [True: 0, False: 1]
  ------------------
 3739|      0|        location loc = LOC(e);
  ------------------
  |  |   88|      0|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3740|      0|        return _PyCompile_Warn(c, loc, "'%.200s' object is not callable; "
 3741|      0|                                       "perhaps you missed a comma?",
 3742|      0|                                       infer_type(e)->tp_name);
 3743|      0|    }
 3744|      1|    default:
  ------------------
  |  Branch (3744:5): [True: 1, False: 0]
  ------------------
 3745|      1|        return SUCCESS;
  ------------------
  |  |   47|      1|#define SUCCESS 0
  ------------------
 3746|      1|    }
 3747|      1|}
codegen.c:maybe_optimize_function_call:
 3949|      1|{
 3950|      1|    asdl_expr_seq *args = e->v.Call.args;
 3951|      1|    asdl_keyword_seq *kwds = e->v.Call.keywords;
 3952|      1|    expr_ty func = e->v.Call.func;
 3953|       |
 3954|      1|    if (! (func->kind == Name_kind &&
  ------------------
  |  Branch (3954:12): [True: 1, False: 0]
  ------------------
 3955|      1|           asdl_seq_LEN(args) == 1 &&
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3955:12): [True: 0, False: 1]
  ------------------
 3956|      0|           asdl_seq_LEN(kwds) == 0 &&
  ------------------
  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3956:12): [True: 0, False: 0]
  ------------------
 3957|      0|           asdl_seq_GET(args, 0)->kind == GeneratorExp_kind))
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  |  Branch (3957:12): [True: 0, False: 0]
  ------------------
 3958|      1|    {
 3959|      1|        return 0;
 3960|      1|    }
 3961|       |
 3962|      0|    expr_ty generator_exp = asdl_seq_GET(args, 0);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 3963|      0|    PySTEntryObject *generator_entry = _PySymtable_Lookup(SYMTABLE(c), (void *)generator_exp);
  ------------------
  |  |   70|      0|#define SYMTABLE(C) _PyCompile_Symtable(C)
  ------------------
 3964|      0|    if (generator_entry->ste_coroutine) {
  ------------------
  |  Branch (3964:9): [True: 0, False: 0]
  ------------------
 3965|      0|        Py_DECREF(generator_entry);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3966|      0|        return 0;
 3967|      0|    }
 3968|      0|    Py_DECREF(generator_entry);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3969|       |
 3970|      0|    location loc = LOC(func);
  ------------------
  |  |   88|      0|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3971|       |
 3972|      0|    int optimized = 0;
 3973|      0|    NEW_JUMP_TARGET_LABEL(c, skip_optimization);
  ------------------
  |  |   91|      0|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      0|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      0|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      0|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      0|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 3974|       |
 3975|      0|    int const_oparg = -1;
 3976|      0|    PyObject *initial_res = NULL;
 3977|      0|    int continue_jump_opcode = -1;
 3978|      0|    if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "all")) {
  ------------------
  |  Branch (3978:9): [True: 0, False: 0]
  ------------------
 3979|      0|        const_oparg = CONSTANT_BUILTIN_ALL;
  ------------------
  |  |   74|      0|#define CONSTANT_BUILTIN_ALL 3
  ------------------
 3980|      0|        initial_res = Py_True;
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3981|      0|        continue_jump_opcode = POP_JUMP_IF_TRUE;
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
 3982|      0|    }
 3983|      0|    else if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "any")) {
  ------------------
  |  Branch (3983:14): [True: 0, False: 0]
  ------------------
 3984|      0|        const_oparg = CONSTANT_BUILTIN_ANY;
  ------------------
  |  |   75|      0|#define CONSTANT_BUILTIN_ANY 4
  ------------------
 3985|      0|        initial_res = Py_False;
  ------------------
  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3986|      0|        continue_jump_opcode = POP_JUMP_IF_FALSE;
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
 3987|      0|    }
 3988|      0|    else if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "tuple")) {
  ------------------
  |  Branch (3988:14): [True: 0, False: 0]
  ------------------
 3989|      0|        const_oparg = CONSTANT_BUILTIN_TUPLE;
  ------------------
  |  |   73|      0|#define CONSTANT_BUILTIN_TUPLE 2
  ------------------
 3990|      0|    }
 3991|      0|    else if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "list")) {
  ------------------
  |  Branch (3991:14): [True: 0, False: 0]
  ------------------
 3992|      0|        const_oparg = CONSTANT_BUILTIN_LIST;
  ------------------
  |  |   76|      0|#define CONSTANT_BUILTIN_LIST 5
  ------------------
 3993|      0|    }
 3994|      0|    else if (_PyUnicode_EqualToASCIIString(func->v.Name.id, "set")) {
  ------------------
  |  Branch (3994:14): [True: 0, False: 0]
  ------------------
 3995|      0|        const_oparg = CONSTANT_BUILTIN_SET;
  ------------------
  |  |   77|      0|#define CONSTANT_BUILTIN_SET 6
  ------------------
 3996|      0|    }
 3997|      0|    if (const_oparg != -1) {
  ------------------
  |  Branch (3997:9): [True: 0, False: 0]
  ------------------
 3998|      0|        ADDOP_I(c, loc, COPY, 1); // the function
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3999|      0|        ADDOP_I(c, loc, LOAD_COMMON_CONSTANT, const_oparg);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4000|      0|        ADDOP_COMPARE(c, loc, Is);
  ------------------
  |  |  430|      0|    RETURN_IF_ERROR(codegen_addcompare((C), (LOC), (cmpop_ty)(CMP)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4001|      0|        ADDOP_JUMP(c, loc, POP_JUMP_IF_FALSE, skip_optimization);
  ------------------
  |  |  427|      0|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4002|      0|        ADDOP(c, loc, POP_TOP);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4003|       |
 4004|      0|        if (const_oparg == CONSTANT_BUILTIN_TUPLE || const_oparg == CONSTANT_BUILTIN_LIST) {
  ------------------
  |  |   73|      0|#define CONSTANT_BUILTIN_TUPLE 2
  ------------------
                      if (const_oparg == CONSTANT_BUILTIN_TUPLE || const_oparg == CONSTANT_BUILTIN_LIST) {
  ------------------
  |  |   76|      0|#define CONSTANT_BUILTIN_LIST 5
  ------------------
  |  Branch (4004:13): [True: 0, False: 0]
  |  Branch (4004:54): [True: 0, False: 0]
  ------------------
 4005|      0|            ADDOP_I(c, loc, BUILD_LIST, 0);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4006|      0|        } else if (const_oparg == CONSTANT_BUILTIN_SET) {
  ------------------
  |  |   77|      0|#define CONSTANT_BUILTIN_SET 6
  ------------------
  |  Branch (4006:20): [True: 0, False: 0]
  ------------------
 4007|      0|            ADDOP_I(c, loc, BUILD_SET, 0);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4008|      0|        }
 4009|      0|        VISIT(c, expr, generator_exp);
  ------------------
  |  |  452|      0|    RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), (V)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4010|       |
 4011|      0|        NEW_JUMP_TARGET_LABEL(c, loop);
  ------------------
  |  |   91|      0|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      0|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      0|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      0|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      0|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4012|      0|        NEW_JUMP_TARGET_LABEL(c, cleanup);
  ------------------
  |  |   91|      0|    jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
  |  |  ------------------
  |  |  |  |   68|      0|#define INSTR_SEQUENCE(C) _PyCompile_InstrSequence(C)
  |  |  ------------------
  |  |   92|      0|    if (!IS_JUMP_TARGET_LABEL(NAME)) { \
  |  |  ------------------
  |  |  |  |   60|      0|#define IS_JUMP_TARGET_LABEL(L) (!SAME_JUMP_TARGET_LABEL((L), (NO_LABEL)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   59|      0|#define SAME_JUMP_TARGET_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (92:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   93|      0|        return ERROR; \
  |  |  ------------------
  |  |  |  |   48|      0|#define ERROR -1
  |  |  ------------------
  |  |   94|      0|    }
  ------------------
 4013|       |
 4014|      0|        ADDOP(c, loc, PUSH_NULL); // Push NULL index for loop
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4015|      0|        USE_LABEL(c, loop);
  ------------------
  |  |   97|      0|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4016|      0|        ADDOP_JUMP(c, loc, FOR_ITER, cleanup);
  ------------------
  |  |  427|      0|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4017|      0|        if (const_oparg == CONSTANT_BUILTIN_TUPLE || const_oparg == CONSTANT_BUILTIN_LIST) {
  ------------------
  |  |   73|      0|#define CONSTANT_BUILTIN_TUPLE 2
  ------------------
                      if (const_oparg == CONSTANT_BUILTIN_TUPLE || const_oparg == CONSTANT_BUILTIN_LIST) {
  ------------------
  |  |   76|      0|#define CONSTANT_BUILTIN_LIST 5
  ------------------
  |  Branch (4017:13): [True: 0, False: 0]
  |  Branch (4017:54): [True: 0, False: 0]
  ------------------
 4018|      0|            ADDOP_I(c, loc, LIST_APPEND, 3);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4019|      0|            ADDOP_JUMP(c, loc, JUMP, loop);
  ------------------
  |  |  427|      0|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4020|      0|        } else if (const_oparg == CONSTANT_BUILTIN_SET) {
  ------------------
  |  |   77|      0|#define CONSTANT_BUILTIN_SET 6
  ------------------
  |  Branch (4020:20): [True: 0, False: 0]
  ------------------
 4021|      0|            ADDOP_I(c, loc, SET_ADD, 3);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4022|      0|            ADDOP_JUMP(c, loc, JUMP, loop);
  ------------------
  |  |  427|      0|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4023|      0|        }
 4024|      0|        else {
 4025|      0|            ADDOP(c, loc, TO_BOOL);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4026|      0|            ADDOP_JUMP(c, loc, continue_jump_opcode, loop);
  ------------------
  |  |  427|      0|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4027|      0|        }
 4028|       |
 4029|      0|        ADDOP(c, NO_LOCATION, POP_ITER);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4030|      0|        if (const_oparg != CONSTANT_BUILTIN_TUPLE &&
  ------------------
  |  |   73|      0|#define CONSTANT_BUILTIN_TUPLE 2
  ------------------
  |  Branch (4030:13): [True: 0, False: 0]
  ------------------
 4031|      0|            const_oparg != CONSTANT_BUILTIN_LIST &&
  ------------------
  |  |   76|      0|#define CONSTANT_BUILTIN_LIST 5
  ------------------
  |  Branch (4031:13): [True: 0, False: 0]
  ------------------
 4032|      0|            const_oparg != CONSTANT_BUILTIN_SET) {
  ------------------
  |  |   77|      0|#define CONSTANT_BUILTIN_SET 6
  ------------------
  |  Branch (4032:13): [True: 0, False: 0]
  ------------------
 4033|      0|            ADDOP_LOAD_CONST(c, loc, initial_res == Py_True ? Py_False : Py_True);
  ------------------
  |  |  307|      0|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  |  Branch (52:14): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4034|      0|        }
 4035|      0|        ADDOP_JUMP(c, loc, JUMP, end);
  ------------------
  |  |  427|      0|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4036|       |
 4037|      0|        USE_LABEL(c, cleanup);
  ------------------
  |  |   97|      0|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4038|      0|        ADDOP(c, NO_LOCATION, END_FOR);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4039|      0|        ADDOP(c, NO_LOCATION, POP_ITER);
  ------------------
  |  |  290|      0|    RETURN_IF_ERROR(codegen_addop_noarg(INSTR_SEQUENCE(C), (OP), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4040|      0|        if (const_oparg == CONSTANT_BUILTIN_TUPLE) {
  ------------------
  |  |   73|      0|#define CONSTANT_BUILTIN_TUPLE 2
  ------------------
  |  Branch (4040:13): [True: 0, False: 0]
  ------------------
 4041|      0|            ADDOP_I(c, loc, CALL_INTRINSIC_1, INTRINSIC_LIST_TO_TUPLE);
  ------------------
  |  |  276|      0|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4042|      0|        } else if (const_oparg == CONSTANT_BUILTIN_LIST) {
  ------------------
  |  |   76|      0|#define CONSTANT_BUILTIN_LIST 5
  ------------------
  |  Branch (4042:20): [True: 0, False: 0]
  ------------------
 4043|       |            // result is already a list
 4044|      0|        } else if (const_oparg == CONSTANT_BUILTIN_SET) {
  ------------------
  |  |   77|      0|#define CONSTANT_BUILTIN_SET 6
  ------------------
  |  Branch (4044:20): [True: 0, False: 0]
  ------------------
 4045|       |            // result is already a set
 4046|      0|        }
 4047|      0|        else {
 4048|      0|            ADDOP_LOAD_CONST(c, loc, initial_res);
  ------------------
  |  |  307|      0|    RETURN_IF_ERROR(codegen_addop_load_const((C), (LOC), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4049|      0|        }
 4050|       |
 4051|      0|        optimized = 1;
 4052|      0|        ADDOP_JUMP(c, loc, JUMP, end);
  ------------------
  |  |  427|      0|    RETURN_IF_ERROR(codegen_addop_j(INSTR_SEQUENCE(C), (LOC), (OP), (O)))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4053|      0|    }
 4054|      0|    USE_LABEL(c, skip_optimization);
  ------------------
  |  |   97|      0|    RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(INSTR_SEQUENCE(C), (LBL).id))
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4055|      0|    return optimized;
 4056|      0|}
codegen.c:codegen_tuple:
 3548|      1|{
 3549|      1|    location loc = LOC(e);
  ------------------
  |  |   88|      1|#define LOC(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      1|    (_Py_SourceLocation){ \
  |  |  |  |   55|      1|               .lineno = (n)->lineno, \
  |  |  |  |   56|      1|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      1|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      1|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 3550|      1|    asdl_expr_seq *elts = e->v.Tuple.elts;
 3551|      1|    if (e->v.Tuple.ctx == Store) {
  ------------------
  |  Branch (3551:9): [True: 0, False: 1]
  ------------------
 3552|      0|        return assignment_helper(c, loc, elts);
 3553|      0|    }
 3554|      1|    else if (e->v.Tuple.ctx == Load) {
  ------------------
  |  Branch (3554:14): [True: 1, False: 0]
  ------------------
 3555|      1|        return starunpack_helper(c, loc, elts, 0,
 3556|      1|                                 BUILD_LIST, LIST_APPEND, LIST_EXTEND, 1);
  ------------------
  |  |   57|      1|#define BUILD_LIST                              44
  ------------------
                                               BUILD_LIST, LIST_APPEND, LIST_EXTEND, 1);
  ------------------
  |  |   90|      1|#define LIST_APPEND                             77
  ------------------
                                               BUILD_LIST, LIST_APPEND, LIST_EXTEND, 1);
  ------------------
  |  |   91|      1|#define LIST_EXTEND                             78
  ------------------
 3557|      1|    }
 3558|      0|    else {
 3559|      0|        VISIT_SEQ(c, expr, elts);
  ------------------
  |  |  458|      0|    do {                                                                    \
  |  |  459|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */    \
  |  |  460|      0|        for (int _i = 0; _i < asdl_seq_LEN(seq); _i++) {                    \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (460:26): [True: 0, False: 0]
  |  |  ------------------
  |  |  461|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i);           \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  462|      0|            RETURN_IF_ERROR(codegen_visit_ ## TYPE((C), elt));              \
  |  |  ------------------
  |  |  |  |   51|      0|    do {                    \
  |  |  |  |   52|      0|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  463|      0|        }                                                                   \
  |  |  464|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (464:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3560|      0|    }
 3561|      0|    return SUCCESS;
  ------------------
  |  |   47|      0|#define SUCCESS 0
  ------------------
 3562|      1|}
codegen.c:codegen_addop_load_const:
  297|      2|{
  298|      2|    Py_ssize_t arg = _PyCompile_AddConst(c, o);
  299|      2|    if (arg < 0) {
  ------------------
  |  Branch (299:9): [True: 0, False: 2]
  ------------------
  300|      0|        return ERROR;
  ------------------
  |  |   48|      0|#define ERROR -1
  ------------------
  301|      0|    }
  302|      2|    ADDOP_I(c, loc, LOAD_CONST, arg);
  ------------------
  |  |  276|      2|    RETURN_IF_ERROR(codegen_addop_i(INSTR_SEQUENCE(C), (OP), (O), (LOC)))
  |  |  ------------------
  |  |  |  |   51|      2|    do {                    \
  |  |  |  |   52|      2|        if ((X) == -1) {    \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (52:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  |   53|      0|            return ERROR;   \
  |  |  |  |  ------------------
  |  |  |  |  |  |   48|      0|#define ERROR -1
  |  |  |  |  ------------------
  |  |  |  |   54|      0|        }                   \
  |  |  |  |   55|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  303|      2|    return SUCCESS;
  ------------------
  |  |   47|      2|#define SUCCESS 0
  ------------------
  304|      2|}
codegen.c:codegen_addop_noarg:
  283|      6|{
  284|      6|    assert(!OPCODE_HAS_ARG(opcode));
  ------------------
  |  Branch (284:5): [True: 6, False: 0]
  ------------------
  285|      6|    assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (285:5): [True: 0, False: 6]
  |  Branch (285:5): [True: 0, False: 6]
  |  Branch (285:5): [True: 0, False: 6]
  ------------------
  286|      6|    return _PyInstructionSequence_Addop(seq, opcode, 0, loc);
  287|      6|}

_PyCompile_DictAddObj:
  457|      8|{
  458|      8|    PyObject *v;
  459|      8|    Py_ssize_t arg;
  460|       |
  461|      8|    if (PyDict_GetItemRef(dict, o, &v) < 0) {
  ------------------
  |  Branch (461:9): [True: 0, False: 8]
  ------------------
  462|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  463|      0|    }
  464|      8|    if (!v) {
  ------------------
  |  Branch (464:9): [True: 3, False: 5]
  ------------------
  465|      3|        arg = PyDict_GET_SIZE(dict);
  ------------------
  |  |   63|      3|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  466|      3|        v = PyLong_FromSsize_t(arg);
  467|      3|        if (!v) {
  ------------------
  |  Branch (467:13): [True: 0, False: 3]
  ------------------
  468|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  469|      0|        }
  470|      3|        if (PyDict_SetItem(dict, o, v) < 0) {
  ------------------
  |  Branch (470:13): [True: 0, False: 3]
  ------------------
  471|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  472|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  473|      0|        }
  474|      3|    }
  475|      5|    else
  476|      5|        arg = PyLong_AsLong(v);
  477|      8|    Py_DECREF(v);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|      8|    return arg;
  479|      8|}
_PyCompile_AddConst:
  483|      2|{
  484|      2|    PyObject *key = merge_consts_recursive(c->c_const_cache, o);
  485|      2|    if (key == NULL) {
  ------------------
  |  Branch (485:9): [True: 0, False: 2]
  ------------------
  486|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  487|      0|    }
  488|       |
  489|      2|    Py_ssize_t arg = _PyCompile_DictAddObj(c->u->u_metadata.u_consts, key);
  490|      2|    Py_DECREF(key);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  491|      2|    return arg;
  492|      2|}
_PyCompile_EnterScope:
  598|      2|{
  599|      2|    struct compiler_unit *u;
  600|      2|    u = (struct compiler_unit *)PyMem_Calloc(1, sizeof(struct compiler_unit));
  601|      2|    if (!u) {
  ------------------
  |  Branch (601:9): [True: 0, False: 2]
  ------------------
  602|      0|        PyErr_NoMemory();
  603|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  604|      0|    }
  605|      2|    u->u_scope_type = scope_type;
  606|      2|    if (umd != NULL) {
  ------------------
  |  Branch (606:9): [True: 1, False: 1]
  ------------------
  607|      1|        u->u_metadata = *umd;
  608|      1|    }
  609|      1|    else {
  610|      1|        u->u_metadata.u_argcount = 0;
  611|      1|        u->u_metadata.u_posonlyargcount = 0;
  612|      1|        u->u_metadata.u_kwonlyargcount = 0;
  613|      1|    }
  614|      2|    u->u_ste = _PySymtable_Lookup(c->c_st, key);
  615|      2|    if (!u->u_ste) {
  ------------------
  |  Branch (615:9): [True: 0, False: 2]
  ------------------
  616|      0|        compiler_unit_free(u);
  617|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  618|      0|    }
  619|      2|    u->u_metadata.u_name = Py_NewRef(name);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  620|      2|    u->u_metadata.u_varnames = list2dict(u->u_ste->ste_varnames);
  621|      2|    if (!u->u_metadata.u_varnames) {
  ------------------
  |  Branch (621:9): [True: 0, False: 2]
  ------------------
  622|      0|        compiler_unit_free(u);
  623|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  624|      0|    }
  625|      2|    u->u_metadata.u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, DEF_COMP_CELL, 0);
  ------------------
  |  |  191|      2|#define CELL 5
  ------------------
                  u->u_metadata.u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, DEF_COMP_CELL, 0);
  ------------------
  |  |  175|      2|#define DEF_COMP_CELL (2<<10)    /* this name is a cell in an inlined comprehension */
  ------------------
  626|      2|    if (!u->u_metadata.u_cellvars) {
  ------------------
  |  Branch (626:9): [True: 0, False: 2]
  ------------------
  627|      0|        compiler_unit_free(u);
  628|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  629|      0|    }
  630|      2|    if (u->u_ste->ste_needs_class_closure) {
  ------------------
  |  Branch (630:9): [True: 0, False: 2]
  ------------------
  631|       |        /* Cook up an implicit __class__ cell. */
  632|      0|        Py_ssize_t res;
  633|      0|        assert(u->u_scope_type == COMPILE_SCOPE_CLASS);
  ------------------
  |  Branch (633:9): [True: 0, False: 0]
  ------------------
  634|      0|        res = _PyCompile_DictAddObj(u->u_metadata.u_cellvars, &_Py_ID(__class__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  635|      0|        if (res < 0) {
  ------------------
  |  Branch (635:13): [True: 0, False: 0]
  ------------------
  636|      0|            compiler_unit_free(u);
  637|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  638|      0|        }
  639|      0|    }
  640|      2|    if (u->u_ste->ste_needs_classdict) {
  ------------------
  |  Branch (640:9): [True: 0, False: 2]
  ------------------
  641|       |        /* Cook up an implicit __classdict__ cell. */
  642|      0|        Py_ssize_t res;
  643|      0|        assert(u->u_scope_type == COMPILE_SCOPE_CLASS);
  ------------------
  |  Branch (643:9): [True: 0, False: 0]
  ------------------
  644|      0|        res = _PyCompile_DictAddObj(u->u_metadata.u_cellvars, &_Py_ID(__classdict__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  645|      0|        if (res < 0) {
  ------------------
  |  Branch (645:13): [True: 0, False: 0]
  ------------------
  646|      0|            compiler_unit_free(u);
  647|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  648|      0|        }
  649|      0|    }
  650|      2|    if (u->u_ste->ste_has_conditional_annotations) {
  ------------------
  |  Branch (650:9): [True: 0, False: 2]
  ------------------
  651|       |        /* Cook up an implicit __conditional_annotations__ cell */
  652|      0|        Py_ssize_t res;
  653|      0|        assert(u->u_scope_type == COMPILE_SCOPE_CLASS || u->u_scope_type == COMPILE_SCOPE_MODULE);
  ------------------
  |  Branch (653:9): [True: 0, False: 0]
  |  Branch (653:9): [True: 0, False: 0]
  ------------------
  654|      0|        res = _PyCompile_DictAddObj(u->u_metadata.u_cellvars, &_Py_ID(__conditional_annotations__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  655|      0|        if (res < 0) {
  ------------------
  |  Branch (655:13): [True: 0, False: 0]
  ------------------
  656|      0|            compiler_unit_free(u);
  657|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  658|      0|        }
  659|      0|    }
  660|       |
  661|      2|    u->u_metadata.u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS,
  ------------------
  |  |  190|      2|#define FREE 4
  ------------------
                  u->u_metadata.u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS,
  ------------------
  |  |  170|      2|#define DEF_FREE_CLASS (2<<5)    /* free variable from class's method */
  ------------------
  662|      2|                               PyDict_GET_SIZE(u->u_metadata.u_cellvars));
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  663|      2|    if (!u->u_metadata.u_freevars) {
  ------------------
  |  Branch (663:9): [True: 0, False: 2]
  ------------------
  664|      0|        compiler_unit_free(u);
  665|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  666|      0|    }
  667|       |
  668|      2|    u->u_metadata.u_fasthidden = PyDict_New();
  669|      2|    if (!u->u_metadata.u_fasthidden) {
  ------------------
  |  Branch (669:9): [True: 0, False: 2]
  ------------------
  670|      0|        compiler_unit_free(u);
  671|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  672|      0|    }
  673|       |
  674|      2|    u->u_nfblocks = 0;
  675|      2|    u->u_in_inlined_comp = 0;
  676|      2|    u->u_metadata.u_firstlineno = lineno;
  677|      2|    u->u_metadata.u_consts = PyDict_New();
  678|      2|    if (!u->u_metadata.u_consts) {
  ------------------
  |  Branch (678:9): [True: 0, False: 2]
  ------------------
  679|      0|        compiler_unit_free(u);
  680|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  681|      0|    }
  682|      2|    u->u_metadata.u_names = PyDict_New();
  683|      2|    if (!u->u_metadata.u_names) {
  ------------------
  |  Branch (683:9): [True: 0, False: 2]
  ------------------
  684|      0|        compiler_unit_free(u);
  685|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  686|      0|    }
  687|       |
  688|      2|    u->u_deferred_annotations = NULL;
  689|      2|    u->u_conditional_annotation_indices = NULL;
  690|      2|    u->u_next_conditional_annotation_index = 0;
  691|      2|    if (scope_type == COMPILE_SCOPE_CLASS) {
  ------------------
  |  Branch (691:9): [True: 0, False: 2]
  ------------------
  692|      0|        u->u_static_attributes = PySet_New(0);
  693|      0|        if (!u->u_static_attributes) {
  ------------------
  |  Branch (693:13): [True: 0, False: 0]
  ------------------
  694|      0|            compiler_unit_free(u);
  695|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  696|      0|        }
  697|      0|    }
  698|      2|    else {
  699|      2|        u->u_static_attributes = NULL;
  700|      2|    }
  701|       |
  702|      2|    u->u_instr_sequence = (instr_sequence*)_PyInstructionSequence_New();
  703|      2|    if (!u->u_instr_sequence) {
  ------------------
  |  Branch (703:9): [True: 0, False: 2]
  ------------------
  704|      0|        compiler_unit_free(u);
  705|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  706|      0|    }
  707|      2|    u->u_stashed_instr_sequence = NULL;
  708|       |
  709|       |    /* Push the old compiler_unit on the stack. */
  710|      2|    if (c->u) {
  ------------------
  |  Branch (710:9): [True: 1, False: 1]
  ------------------
  711|      1|        PyObject *capsule = PyCapsule_New(c->u, CAPSULE_NAME, NULL);
  ------------------
  |  |  207|      1|#define CAPSULE_NAME "compile.c compiler unit"
  ------------------
  712|      1|        if (!capsule || PyList_Append(c->c_stack, capsule) < 0) {
  ------------------
  |  Branch (712:13): [True: 0, False: 1]
  |  Branch (712:25): [True: 0, False: 1]
  ------------------
  713|      0|            Py_XDECREF(capsule);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  714|      0|            compiler_unit_free(u);
  715|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  716|      0|        }
  717|      1|        Py_DECREF(capsule);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  718|      1|        if (private == NULL) {
  ------------------
  |  Branch (718:13): [True: 1, False: 0]
  ------------------
  719|      1|            private = c->u->u_private;
  720|      1|        }
  721|      1|    }
  722|       |
  723|      2|    u->u_private = Py_XNewRef(private);
  ------------------
  |  |  551|      2|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  724|       |
  725|      2|    c->u = u;
  726|      2|    if (scope_type != COMPILE_SCOPE_MODULE) {
  ------------------
  |  Branch (726:9): [True: 1, False: 1]
  ------------------
  727|      1|        RETURN_IF_ERROR(compiler_set_qualname(c));
  ------------------
  |  |   40|      1|    do {                    \
  |  |   41|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  728|      1|    }
  729|      2|    return SUCCESS;
  ------------------
  |  |   36|      2|#define SUCCESS 0
  ------------------
  730|      2|}
_PyCompile_ExitScope:
  734|      2|{
  735|       |    // Don't call PySequence_DelItem() with an exception raised
  736|      2|    PyObject *exc = PyErr_GetRaisedException();
  737|       |
  738|      2|    instr_sequence *nested_seq = NULL;
  739|      2|    if (c->c_save_nested_seqs) {
  ------------------
  |  Branch (739:9): [True: 0, False: 2]
  ------------------
  740|      0|        nested_seq = c->u->u_instr_sequence;
  741|      0|        Py_INCREF(nested_seq);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|      0|    }
  743|      2|    compiler_unit_free(c->u);
  744|       |    /* Restore c->u to the parent unit. */
  745|      2|    Py_ssize_t n = PyList_GET_SIZE(c->c_stack) - 1;
  ------------------
  |  |   38|      2|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  746|      2|    if (n >= 0) {
  ------------------
  |  Branch (746:9): [True: 1, False: 1]
  ------------------
  747|      1|        PyObject *capsule = PyList_GET_ITEM(c->c_stack, n);
  ------------------
  |  |   40|      1|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      1|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (747:29): [True: 1, False: 0]
  ------------------
  748|      1|        c->u = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME);
  ------------------
  |  |  207|      1|#define CAPSULE_NAME "compile.c compiler unit"
  ------------------
  749|      1|        assert(c->u);
  ------------------
  |  Branch (749:9): [True: 1, False: 0]
  ------------------
  750|       |        /* we are deleting from a list so this really shouldn't fail */
  751|      1|        if (PySequence_DelItem(c->c_stack, n) < 0) {
  ------------------
  |  Branch (751:13): [True: 0, False: 1]
  ------------------
  752|      0|            PyErr_FormatUnraisable("Exception ignored while removing "
  753|      0|                                   "the last compiler stack item");
  754|      0|        }
  755|      1|        if (nested_seq != NULL) {
  ------------------
  |  Branch (755:13): [True: 0, False: 1]
  ------------------
  756|      0|            if (_PyInstructionSequence_AddNested(c->u->u_instr_sequence, nested_seq) < 0) {
  ------------------
  |  Branch (756:17): [True: 0, False: 0]
  ------------------
  757|      0|                PyErr_FormatUnraisable("Exception ignored while appending "
  758|      0|                                       "nested instruction sequence");
  759|      0|            }
  760|      0|        }
  761|      1|    }
  762|      1|    else {
  763|      1|        c->u = NULL;
  764|      1|    }
  765|      2|    Py_XDECREF(nested_seq);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  766|       |
  767|      2|    PyErr_SetRaisedException(exc);
  768|      2|}
_PyCompile_ResolveNameop:
 1007|      6|{
 1008|      6|    PyObject *dict = c->u->u_metadata.u_names;
 1009|      6|    *optype = COMPILE_OP_NAME;
 1010|       |
 1011|      6|    assert(scope >= 0);
  ------------------
  |  Branch (1011:5): [True: 6, False: 0]
  ------------------
 1012|      6|    switch (scope) {
 1013|      0|    case FREE:
  ------------------
  |  |  190|      0|#define FREE 4
  ------------------
  |  Branch (1013:5): [True: 0, False: 6]
  ------------------
 1014|      0|        dict = c->u->u_metadata.u_freevars;
 1015|      0|        *optype = COMPILE_OP_DEREF;
 1016|      0|        break;
 1017|      0|    case CELL:
  ------------------
  |  |  191|      0|#define CELL 5
  ------------------
  |  Branch (1017:5): [True: 0, False: 6]
  ------------------
 1018|      0|        dict = c->u->u_metadata.u_cellvars;
 1019|      0|        *optype = COMPILE_OP_DEREF;
 1020|      0|        break;
 1021|      5|    case LOCAL:
  ------------------
  |  |  187|      5|#define LOCAL 1
  ------------------
  |  Branch (1021:5): [True: 5, False: 1]
  ------------------
 1022|      5|        if (_PyST_IsFunctionLike(c->u->u_ste)) {
  ------------------
  |  Branch (1022:13): [True: 5, False: 0]
  ------------------
 1023|      5|            *optype = COMPILE_OP_FAST;
 1024|      5|        }
 1025|      0|        else {
 1026|      0|            PyObject *item;
 1027|      0|            RETURN_IF_ERROR(PyDict_GetItemRef(c->u->u_metadata.u_fasthidden, mangled,
  ------------------
  |  |   40|      0|    do {                    \
  |  |   41|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1028|      0|                                              &item));
 1029|      0|            if (item == Py_True) {
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1029:17): [True: 0, False: 0]
  ------------------
 1030|      0|                *optype = COMPILE_OP_FAST;
 1031|      0|            }
 1032|      0|            Py_XDECREF(item);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1033|      0|        }
 1034|      5|        break;
 1035|      5|    case GLOBAL_IMPLICIT:
  ------------------
  |  |  189|      1|#define GLOBAL_IMPLICIT 3
  ------------------
  |  Branch (1035:5): [True: 1, False: 5]
  ------------------
 1036|      1|        if (_PyST_IsFunctionLike(c->u->u_ste)) {
  ------------------
  |  Branch (1036:13): [True: 1, False: 0]
  ------------------
 1037|      1|            *optype = COMPILE_OP_GLOBAL;
 1038|      1|        }
 1039|      1|        break;
 1040|      0|    case GLOBAL_EXPLICIT:
  ------------------
  |  |  188|      0|#define GLOBAL_EXPLICIT 2
  ------------------
  |  Branch (1040:5): [True: 0, False: 6]
  ------------------
 1041|      0|        *optype = COMPILE_OP_GLOBAL;
 1042|      0|        break;
 1043|      0|    default:
  ------------------
  |  Branch (1043:5): [True: 0, False: 6]
  ------------------
 1044|       |        /* scope can be 0 */
 1045|      0|        break;
 1046|      6|    }
 1047|      6|    if (*optype != COMPILE_OP_FAST) {
  ------------------
  |  Branch (1047:9): [True: 1, False: 5]
  ------------------
 1048|      1|        *arg = _PyCompile_DictAddObj(dict, mangled);
 1049|      1|        RETURN_IF_ERROR(*arg);
  ------------------
  |  |   40|      1|    do {                    \
  |  |   41|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
 1050|      1|    }
 1051|      6|    return SUCCESS;
  ------------------
  |  |   36|      6|#define SUCCESS 0
  ------------------
 1052|      6|}
_PyCompile_MaybeMangle:
 1282|      6|{
 1283|      6|    return _Py_MaybeMangle(c->u->u_private, c->u->u_ste, name);
 1284|      6|}
_PyCompile_InstrSequence:
 1288|     20|{
 1289|     20|    return c->u->u_instr_sequence;
 1290|     20|}
_PyCompile_SymtableEntry:
 1335|     11|{
 1336|     11|    return c->u->u_ste;
 1337|     11|}
_PyCompile_Metadata:
 1375|      5|{
 1376|      5|    return &c->u->u_metadata;
 1377|      5|}
_PyCompile_ConstCacheMergeOne:
 1382|     12|{
 1383|     12|    PyObject *key = const_cache_insert(const_cache, *obj, false);
 1384|     12|    if (key == NULL) {
  ------------------
  |  Branch (1384:9): [True: 0, False: 12]
  ------------------
 1385|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
 1386|      0|    }
 1387|     12|    if (PyTuple_CheckExact(key)) {
  ------------------
  |  |   28|     12|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|     12|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 12, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1388|     12|        PyObject *item = PyTuple_GET_ITEM(key, 1);
  ------------------
  |  |   29|     12|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     12|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1388:26): [True: 12, False: 0]
  ------------------
 1389|     12|        Py_SETREF(*obj, Py_NewRef(item));
  ------------------
  |  |  352|     12|    do { \
  |  |  353|     12|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|     12|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|     12|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|     12|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|     12|        *_tmp_dst_ptr = (src); \
  |  |  356|     12|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|     12|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|     12|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 12]
  |  |  ------------------
  ------------------
 1390|     12|        Py_DECREF(key);
  ------------------
  |  |  430|     12|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1391|     12|    }
 1392|      0|    else {
 1393|      0|        Py_SETREF(*obj, key);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1394|      0|    }
 1395|     12|    return SUCCESS;
  ------------------
  |  |   36|     12|#define SUCCESS 0
  ------------------
 1396|     12|}
_PyCompile_OptimizeAndAssemble:
 1505|      2|{
 1506|      2|    struct compiler_unit *u = c->u;
 1507|      2|    PyObject *const_cache = c->c_const_cache;
 1508|      2|    PyObject *filename = c->c_filename;
 1509|       |
 1510|      2|    int code_flags = compute_code_flags(c);
 1511|      2|    if (code_flags < 0) {
  ------------------
  |  Branch (1511:9): [True: 0, False: 2]
  ------------------
 1512|      0|        return NULL;
 1513|      0|    }
 1514|       |
 1515|      2|    if (_PyCodegen_AddReturnAtEnd(c, addNone) < 0) {
  ------------------
  |  Branch (1515:9): [True: 0, False: 2]
  ------------------
 1516|      0|        return NULL;
 1517|      0|    }
 1518|       |
 1519|      2|    return optimize_and_assemble_code_unit(u, const_cache, code_flags, filename);
 1520|      2|}
_PyAST_Compile:
 1525|      1|{
 1526|      1|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (1526:5): [True: 1, False: 0]
  ------------------
 1527|      1|    compiler *c = new_compiler(mod, filename, pflags, optimize, arena, module);
 1528|      1|    if (c == NULL) {
  ------------------
  |  Branch (1528:9): [True: 0, False: 1]
  ------------------
 1529|      0|        return NULL;
 1530|      0|    }
 1531|       |
 1532|      1|    PyCodeObject *co = compiler_mod(c, mod);
 1533|      1|    compiler_free(c);
 1534|      1|    assert(co || PyErr_Occurred());
  ------------------
  |  Branch (1534:5): [True: 1, False: 0]
  |  Branch (1534:5): [True: 0, False: 0]
  ------------------
 1535|      1|    return co;
 1536|      1|}
compile.c:merge_consts_recursive:
  451|      2|{
  452|       |    return const_cache_insert(const_cache, o, true);
  453|      2|}
compile.c:compiler_unit_free:
  188|      2|{
  189|      2|    Py_CLEAR(u->u_instr_sequence);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  190|      2|    Py_CLEAR(u->u_stashed_instr_sequence);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  191|      2|    Py_CLEAR(u->u_ste);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  192|      2|    Py_CLEAR(u->u_metadata.u_name);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  193|      2|    Py_CLEAR(u->u_metadata.u_qualname);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 1, False: 1]
  |  |  ------------------
  |  |  488|      1|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      1|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      1|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      1|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  194|      2|    Py_CLEAR(u->u_metadata.u_consts);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  195|      2|    Py_CLEAR(u->u_metadata.u_names);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  196|      2|    Py_CLEAR(u->u_metadata.u_varnames);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  197|      2|    Py_CLEAR(u->u_metadata.u_freevars);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  198|      2|    Py_CLEAR(u->u_metadata.u_cellvars);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  199|      2|    Py_CLEAR(u->u_metadata.u_fasthidden);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  200|      2|    Py_CLEAR(u->u_private);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  201|      2|    Py_CLEAR(u->u_static_attributes);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  202|      2|    Py_CLEAR(u->u_deferred_annotations);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  203|       |    Py_CLEAR(u->u_conditional_annotation_indices);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  204|      2|    PyMem_Free(u);
  205|      2|}
compile.c:list2dict:
  496|      2|{
  497|      2|    Py_ssize_t i, n;
  498|      2|    PyObject *v, *k;
  499|      2|    PyObject *dict = PyDict_New();
  500|      2|    if (!dict) return NULL;
  ------------------
  |  Branch (500:9): [True: 0, False: 2]
  ------------------
  501|       |
  502|      2|    n = PyList_Size(list);
  503|      7|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (503:17): [True: 5, False: 2]
  ------------------
  504|      5|        v = PyLong_FromSsize_t(i);
  505|      5|        if (!v) {
  ------------------
  |  Branch (505:13): [True: 0, False: 5]
  ------------------
  506|      0|            Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  507|      0|            return NULL;
  508|      0|        }
  509|      5|        k = PyList_GET_ITEM(list, i);
  ------------------
  |  |   40|      5|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      5|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (509:13): [True: 5, False: 0]
  ------------------
  510|      5|        if (PyDict_SetItem(dict, k, v) < 0) {
  ------------------
  |  Branch (510:13): [True: 0, False: 5]
  ------------------
  511|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  512|      0|            Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|      0|            return NULL;
  514|      0|        }
  515|      5|        Py_DECREF(v);
  ------------------
  |  |  430|      5|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|      5|    }
  517|      2|    return dict;
  518|      2|}
compile.c:dictbytype:
  530|      4|{
  531|      4|    Py_ssize_t i = offset, num_keys, key_i;
  532|      4|    PyObject *k, *v, *dest = PyDict_New();
  533|      4|    PyObject *sorted_keys;
  534|       |
  535|      4|    assert(offset >= 0);
  ------------------
  |  Branch (535:5): [True: 4, False: 0]
  ------------------
  536|      4|    if (dest == NULL)
  ------------------
  |  Branch (536:9): [True: 0, False: 4]
  ------------------
  537|      0|        return NULL;
  538|       |
  539|       |    /* Sort the keys so that we have a deterministic order on the indexes
  540|       |       saved in the returned dictionary.  These indexes are used as indexes
  541|       |       into the free and cell var storage.  Therefore if they aren't
  542|       |       deterministic, then the generated bytecode is not deterministic.
  543|       |    */
  544|      4|    sorted_keys = PyDict_Keys(src);
  545|      4|    if (sorted_keys == NULL) {
  ------------------
  |  Branch (545:9): [True: 0, False: 4]
  ------------------
  546|      0|        Py_DECREF(dest);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  547|      0|        return NULL;
  548|      0|    }
  549|      4|    if (PyList_Sort(sorted_keys) != 0) {
  ------------------
  |  Branch (549:9): [True: 0, False: 4]
  ------------------
  550|      0|        Py_DECREF(sorted_keys);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  551|      0|        Py_DECREF(dest);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  552|      0|        return NULL;
  553|      0|    }
  554|      4|    num_keys = PyList_GET_SIZE(sorted_keys);
  ------------------
  |  |   38|      4|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  555|       |
  556|     16|    for (key_i = 0; key_i < num_keys; key_i++) {
  ------------------
  |  Branch (556:21): [True: 12, False: 4]
  ------------------
  557|     12|        k = PyList_GET_ITEM(sorted_keys, key_i);
  ------------------
  |  |   40|     12|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|     12|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (557:13): [True: 12, False: 0]
  ------------------
  558|      0|        v = PyDict_GetItemWithError(src, k);
  559|     12|        if (!v) {
  ------------------
  |  Branch (559:13): [True: 0, False: 12]
  ------------------
  560|      0|            if (!PyErr_Occurred()) {
  ------------------
  |  Branch (560:17): [True: 0, False: 0]
  ------------------
  561|      0|                PyErr_SetObject(PyExc_KeyError, k);
  562|      0|            }
  563|      0|            Py_DECREF(sorted_keys);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  564|      0|            Py_DECREF(dest);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  565|      0|            return NULL;
  566|      0|        }
  567|     12|        long vi = PyLong_AsLong(v);
  568|     12|        if (vi == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (568:13): [True: 0, False: 12]
  |  Branch (568:25): [True: 0, False: 0]
  ------------------
  569|      0|            Py_DECREF(sorted_keys);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  570|      0|            Py_DECREF(dest);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  571|      0|            return NULL;
  572|      0|        }
  573|     12|        if (SYMBOL_TO_SCOPE(vi) == scope_type || vi & flag) {
  ------------------
  |  |  185|     12|#define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  183|     12|#define SCOPE_OFFSET 12
  |  |  ------------------
  |  |               #define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  184|     12|#define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  165|     12|#define DEF_GLOBAL 1             /* global stmt */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|     12|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  167|     12|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  168|     12|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (573:13): [True: 0, False: 12]
  |  Branch (573:50): [True: 0, False: 12]
  ------------------
  574|      0|            PyObject *item = PyLong_FromSsize_t(i);
  575|      0|            if (item == NULL) {
  ------------------
  |  Branch (575:17): [True: 0, False: 0]
  ------------------
  576|      0|                Py_DECREF(sorted_keys);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  577|      0|                Py_DECREF(dest);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  578|      0|                return NULL;
  579|      0|            }
  580|      0|            i++;
  581|      0|            if (PyDict_SetItem(dest, k, item) < 0) {
  ------------------
  |  Branch (581:17): [True: 0, False: 0]
  ------------------
  582|      0|                Py_DECREF(sorted_keys);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  583|      0|                Py_DECREF(item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  584|      0|                Py_DECREF(dest);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  585|      0|                return NULL;
  586|      0|            }
  587|      0|            Py_DECREF(item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  588|      0|        }
  589|     12|    }
  590|      4|    Py_DECREF(sorted_keys);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  591|      4|    return dest;
  592|      4|}
compile.c:compiler_set_qualname:
  237|      1|{
  238|      1|    Py_ssize_t stack_size;
  239|      1|    struct compiler_unit *u = c->u;
  240|      1|    PyObject *name, *base;
  241|       |
  242|      1|    base = NULL;
  243|      1|    stack_size = PyList_GET_SIZE(c->c_stack);
  ------------------
  |  |   38|      1|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|      1|    assert(stack_size >= 1);
  ------------------
  |  Branch (244:5): [True: 1, False: 0]
  ------------------
  245|      1|    if (stack_size > 1) {
  ------------------
  |  Branch (245:9): [True: 0, False: 1]
  ------------------
  246|      0|        int scope, force_global = 0;
  247|      0|        struct compiler_unit *parent;
  248|      0|        PyObject *mangled, *capsule;
  249|       |
  250|      0|        capsule = PyList_GET_ITEM(c->c_stack, stack_size - 1);
  ------------------
  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (250:19): [True: 0, False: 0]
  ------------------
  251|      0|        parent = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME);
  ------------------
  |  |  207|      0|#define CAPSULE_NAME "compile.c compiler unit"
  ------------------
  252|      0|        assert(parent);
  ------------------
  |  Branch (252:9): [True: 0, False: 0]
  ------------------
  253|      0|        if (parent->u_scope_type == COMPILE_SCOPE_ANNOTATIONS) {
  ------------------
  |  Branch (253:13): [True: 0, False: 0]
  ------------------
  254|       |            /* The parent is an annotation scope, so we need to
  255|       |               look at the grandparent. */
  256|      0|            if (stack_size == 2) {
  ------------------
  |  Branch (256:17): [True: 0, False: 0]
  ------------------
  257|       |                // If we're immediately within the module, we can skip
  258|       |                // the rest and just set the qualname to be the same as name.
  259|      0|                u->u_metadata.u_qualname = Py_NewRef(u->u_metadata.u_name);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|      0|                return SUCCESS;
  ------------------
  |  |   36|      0|#define SUCCESS 0
  ------------------
  261|      0|            }
  262|      0|            capsule = PyList_GET_ITEM(c->c_stack, stack_size - 2);
  ------------------
  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (262:23): [True: 0, False: 0]
  ------------------
  263|      0|            parent = (struct compiler_unit *)PyCapsule_GetPointer(capsule, CAPSULE_NAME);
  ------------------
  |  |  207|      0|#define CAPSULE_NAME "compile.c compiler unit"
  ------------------
  264|      0|            assert(parent);
  ------------------
  |  Branch (264:13): [True: 0, False: 0]
  ------------------
  265|      0|        }
  266|       |
  267|      0|        if (u->u_scope_type == COMPILE_SCOPE_FUNCTION
  ------------------
  |  Branch (267:13): [True: 0, False: 0]
  ------------------
  268|      0|            || u->u_scope_type == COMPILE_SCOPE_ASYNC_FUNCTION
  ------------------
  |  Branch (268:16): [True: 0, False: 0]
  ------------------
  269|      0|            || u->u_scope_type == COMPILE_SCOPE_CLASS) {
  ------------------
  |  Branch (269:16): [True: 0, False: 0]
  ------------------
  270|      0|            assert(u->u_metadata.u_name);
  ------------------
  |  Branch (270:13): [True: 0, False: 0]
  ------------------
  271|      0|            mangled = _Py_Mangle(parent->u_private, u->u_metadata.u_name);
  272|      0|            if (!mangled) {
  ------------------
  |  Branch (272:17): [True: 0, False: 0]
  ------------------
  273|      0|                return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  274|      0|            }
  275|       |
  276|      0|            scope = _PyST_GetScope(parent->u_ste, mangled);
  277|      0|            Py_DECREF(mangled);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  278|      0|            RETURN_IF_ERROR(scope);
  ------------------
  |  |   40|      0|    do {                    \
  |  |   41|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  279|      0|            assert(scope != GLOBAL_IMPLICIT);
  ------------------
  |  Branch (279:13): [True: 0, False: 0]
  ------------------
  280|      0|            if (scope == GLOBAL_EXPLICIT)
  ------------------
  |  |  188|      0|#define GLOBAL_EXPLICIT 2
  ------------------
  |  Branch (280:17): [True: 0, False: 0]
  ------------------
  281|      0|                force_global = 1;
  282|      0|        }
  283|       |
  284|      0|        if (!force_global) {
  ------------------
  |  Branch (284:13): [True: 0, False: 0]
  ------------------
  285|      0|            if (parent->u_scope_type == COMPILE_SCOPE_FUNCTION
  ------------------
  |  Branch (285:17): [True: 0, False: 0]
  ------------------
  286|      0|                || parent->u_scope_type == COMPILE_SCOPE_ASYNC_FUNCTION
  ------------------
  |  Branch (286:20): [True: 0, False: 0]
  ------------------
  287|      0|                || parent->u_scope_type == COMPILE_SCOPE_LAMBDA)
  ------------------
  |  Branch (287:20): [True: 0, False: 0]
  ------------------
  288|      0|            {
  289|      0|                _Py_DECLARE_STR(dot_locals, ".<locals>");
  290|      0|                base = PyUnicode_Concat(parent->u_metadata.u_qualname,
  291|      0|                                        &_Py_STR(dot_locals));
  ------------------
  |  |  919|      0|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  292|      0|                if (base == NULL) {
  ------------------
  |  Branch (292:21): [True: 0, False: 0]
  ------------------
  293|      0|                    return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  294|      0|                }
  295|      0|            }
  296|      0|            else {
  297|      0|                base = Py_NewRef(parent->u_metadata.u_qualname);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  298|      0|            }
  299|      0|        }
  300|      0|        if (u->u_ste->ste_function_name != NULL) {
  ------------------
  |  Branch (300:13): [True: 0, False: 0]
  ------------------
  301|      0|            PyObject *tmp = base;
  302|      0|            base = PyUnicode_FromFormat("%U.%U",
  303|      0|                base,
  304|      0|                u->u_ste->ste_function_name);
  305|      0|            Py_DECREF(tmp);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  306|      0|            if (base == NULL) {
  ------------------
  |  Branch (306:17): [True: 0, False: 0]
  ------------------
  307|      0|                return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  308|      0|            }
  309|      0|        }
  310|      0|    }
  311|      1|    else if (u->u_ste->ste_function_name != NULL) {
  ------------------
  |  Branch (311:14): [True: 0, False: 1]
  ------------------
  312|      0|        base = Py_NewRef(u->u_ste->ste_function_name);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  313|      0|    }
  314|       |
  315|      1|    if (base != NULL) {
  ------------------
  |  Branch (315:9): [True: 0, False: 1]
  ------------------
  316|      0|        name = PyUnicode_Concat(base, _Py_LATIN1_CHR('.'));
  ------------------
  |  |  921|      0|    ((CH) < 128 \
  |  |  ------------------
  |  |  |  Branch (921:6): [True: 0, Folded]
  |  |  ------------------
  |  |  922|      0|     ? (PyObject*)&_Py_SINGLETON(strings).ascii[(CH)] \
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  923|      0|     : (PyObject*)&_Py_SINGLETON(strings).latin1[(CH) - 128])
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|      0|        Py_DECREF(base);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|      0|        if (name == NULL) {
  ------------------
  |  Branch (318:13): [True: 0, False: 0]
  ------------------
  319|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  320|      0|        }
  321|      0|        PyUnicode_Append(&name, u->u_metadata.u_name);
  322|      0|        if (name == NULL) {
  ------------------
  |  Branch (322:13): [True: 0, False: 0]
  ------------------
  323|      0|            return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  324|      0|        }
  325|      0|    }
  326|      1|    else {
  327|      1|        name = Py_NewRef(u->u_metadata.u_name);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|      1|    }
  329|      1|    u->u_metadata.u_qualname = name;
  330|       |
  331|      1|    return SUCCESS;
  ------------------
  |  |   36|      1|#define SUCCESS 0
  ------------------
  332|      1|}
compile.c:const_cache_insert:
  339|     14|{
  340|     14|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (340:5): [True: 14, False: 0]
  ------------------
  341|       |    // None and Ellipsis are immortal objects, and key is the singleton.
  342|       |    // No need to merge object and key.
  343|     14|    if (o == Py_None || o == Py_Ellipsis) {
  ------------------
  |  |  616|     28|#  define Py_None (&_Py_NoneStruct)
  ------------------
                  if (o == Py_None || o == Py_Ellipsis) {
  ------------------
  |  |   14|     13|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
  |  Branch (343:9): [True: 1, False: 13]
  |  Branch (343:25): [True: 0, False: 13]
  ------------------
  344|      1|        return o;
  345|      1|    }
  346|       |
  347|     13|    PyObject *key = _PyCode_ConstantKey(o);
  348|     13|    if (key == NULL) {
  ------------------
  |  Branch (348:9): [True: 0, False: 13]
  ------------------
  349|      0|        return NULL;
  350|      0|    }
  351|       |
  352|     13|    PyObject *t;
  353|     13|    int res = PyDict_SetDefaultRef(const_cache, key, key, &t);
  354|     13|    if (res != 0) {
  ------------------
  |  Branch (354:9): [True: 2, False: 11]
  ------------------
  355|       |        // o was not inserted into const_cache. t is either the existing value
  356|       |        // or NULL (on error).
  357|      2|        Py_DECREF(key);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  358|      2|        return t;
  359|      2|    }
  360|     11|    Py_DECREF(t);
  ------------------
  |  |  430|     11|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  361|       |
  362|     11|    if (!recursive) {
  ------------------
  |  Branch (362:9): [True: 10, False: 1]
  ------------------
  363|     10|        return key;
  364|     10|    }
  365|       |
  366|       |    // We registered o in const_cache.
  367|       |    // When o is a tuple or frozenset, we want to merge its
  368|       |    // items too.
  369|      1|    if (PyTuple_CheckExact(o)) {
  ------------------
  |  |   28|      1|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      1|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  370|      0|        Py_ssize_t len = PyTuple_GET_SIZE(o);
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|      0|        for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (371:32): [True: 0, False: 0]
  ------------------
  372|      0|            PyObject *item = PyTuple_GET_ITEM(o, i);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (372:30): [True: 0, False: 0]
  ------------------
  373|      0|            PyObject *u = const_cache_insert(const_cache, item, recursive);
  374|      0|            if (u == NULL) {
  ------------------
  |  Branch (374:17): [True: 0, False: 0]
  ------------------
  375|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|      0|                return NULL;
  377|      0|            }
  378|       |
  379|       |            // See _PyCode_ConstantKey()
  380|      0|            PyObject *v;  // borrowed
  381|      0|            if (PyTuple_CheckExact(u)) {
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  382|      0|                v = PyTuple_GET_ITEM(u, 1);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (382:21): [True: 0, False: 0]
  ------------------
  383|      0|            }
  384|      0|            else {
  385|      0|                v = u;
  386|      0|            }
  387|      0|            if (v != item) {
  ------------------
  |  Branch (387:17): [True: 0, False: 0]
  ------------------
  388|      0|                PyTuple_SET_ITEM(o, i, Py_NewRef(v));
  ------------------
  |  |   40|      0|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  389|      0|                Py_DECREF(item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  390|      0|            }
  391|       |
  392|      0|            Py_DECREF(u);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  393|      0|        }
  394|      0|    }
  395|      1|    else if (PyFrozenSet_CheckExact(o)) {
  ------------------
  |  |   23|      1|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|      1|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|       |        // *key* is tuple. And its first item is frozenset of
  397|       |        // constant keys.
  398|       |        // See _PyCode_ConstantKey() for detail.
  399|      0|        assert(PyTuple_CheckExact(key));
  ------------------
  |  Branch (399:9): [True: 0, False: 0]
  ------------------
  400|      0|        assert(PyTuple_GET_SIZE(key) == 2);
  ------------------
  |  Branch (400:9): [True: 0, False: 0]
  ------------------
  401|       |
  402|      0|        Py_ssize_t len = PySet_GET_SIZE(o);
  ------------------
  |  |   71|      0|#define PySet_GET_SIZE(so) PySet_GET_SIZE(_PyObject_CAST(so))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  403|      0|        if (len == 0) {  // empty frozenset should not be re-created.
  ------------------
  |  Branch (403:13): [True: 0, False: 0]
  ------------------
  404|      0|            return key;
  405|      0|        }
  406|      0|        PyObject *tuple = PyTuple_New(len);
  407|      0|        if (tuple == NULL) {
  ------------------
  |  Branch (407:13): [True: 0, False: 0]
  ------------------
  408|      0|            Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|      0|            return NULL;
  410|      0|        }
  411|      0|        Py_ssize_t i = 0, pos = 0;
  412|      0|        PyObject *item;
  413|      0|        Py_hash_t hash;
  414|      0|        while (_PySet_NextEntry(o, &pos, &item, &hash)) {
  ------------------
  |  Branch (414:16): [True: 0, False: 0]
  ------------------
  415|      0|            PyObject *k = const_cache_insert(const_cache, item, recursive);
  416|      0|            if (k == NULL) {
  ------------------
  |  Branch (416:17): [True: 0, False: 0]
  ------------------
  417|      0|                Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  418|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  419|      0|                return NULL;
  420|      0|            }
  421|      0|            PyObject *u;
  422|      0|            if (PyTuple_CheckExact(k)) {
  ------------------
  |  |   28|      0|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  423|      0|                u = Py_NewRef(PyTuple_GET_ITEM(k, 1));
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (37:38): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  424|      0|                Py_DECREF(k);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  425|      0|            }
  426|      0|            else {
  427|      0|                u = k;
  428|      0|            }
  429|      0|            PyTuple_SET_ITEM(tuple, i, u);  // Steals reference of u.
  ------------------
  |  |   40|      0|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|      0|            i++;
  431|      0|        }
  432|       |
  433|       |        // Instead of rewriting o, we create new frozenset and embed in the
  434|       |        // key tuple.  Caller should get merged frozenset from the key tuple.
  435|      0|        PyObject *new = PyFrozenSet_New(tuple);
  436|      0|        Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|      0|        if (new == NULL) {
  ------------------
  |  Branch (437:13): [True: 0, False: 0]
  ------------------
  438|      0|            Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  439|      0|            return NULL;
  440|      0|        }
  441|      0|        assert(PyTuple_GET_ITEM(key, 1) == o);
  ------------------
  |  Branch (441:9): [True: 0, False: 0]
  |  Branch (441:9): [True: 0, False: 0]
  ------------------
  442|      0|        Py_DECREF(o);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  443|      0|        PyTuple_SET_ITEM(key, 1, new);
  ------------------
  |  |   40|      0|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  444|      0|    }
  445|       |
  446|      1|    return key;
  447|      1|}
compile.c:compute_code_flags:
 1425|      2|{
 1426|      2|    PySTEntryObject *ste = c->u->u_ste;
 1427|      2|    int flags = 0;
 1428|      2|    if (_PyST_IsFunctionLike(ste)) {
  ------------------
  |  Branch (1428:9): [True: 1, False: 1]
  ------------------
 1429|      1|        flags |= CO_NEWLOCALS | CO_OPTIMIZED;
  ------------------
  |  |  119|      1|#define CO_NEWLOCALS    0x0002
  ------------------
                      flags |= CO_NEWLOCALS | CO_OPTIMIZED;
  ------------------
  |  |  118|      1|#define CO_OPTIMIZED    0x0001
  ------------------
 1430|      1|        if (ste->ste_nested)
  ------------------
  |  Branch (1430:13): [True: 0, False: 1]
  ------------------
 1431|      0|            flags |= CO_NESTED;
  ------------------
  |  |  122|      0|#define CO_NESTED       0x0010
  ------------------
 1432|      1|        if (ste->ste_generator && !ste->ste_coroutine)
  ------------------
  |  Branch (1432:13): [True: 0, False: 1]
  |  Branch (1432:35): [True: 0, False: 0]
  ------------------
 1433|      0|            flags |= CO_GENERATOR;
  ------------------
  |  |  123|      0|#define CO_GENERATOR    0x0020
  ------------------
 1434|      1|        if (ste->ste_generator && ste->ste_coroutine)
  ------------------
  |  Branch (1434:13): [True: 0, False: 1]
  |  Branch (1434:35): [True: 0, False: 0]
  ------------------
 1435|      0|            flags |= CO_ASYNC_GENERATOR;
  ------------------
  |  |  129|      0|#define CO_ASYNC_GENERATOR      0x0200
  ------------------
 1436|      1|        if (ste->ste_varargs)
  ------------------
  |  Branch (1436:13): [True: 0, False: 1]
  ------------------
 1437|      0|            flags |= CO_VARARGS;
  ------------------
  |  |  120|      0|#define CO_VARARGS      0x0004
  ------------------
 1438|      1|        if (ste->ste_varkeywords)
  ------------------
  |  Branch (1438:13): [True: 0, False: 1]
  ------------------
 1439|      0|            flags |= CO_VARKEYWORDS;
  ------------------
  |  |  121|      0|#define CO_VARKEYWORDS  0x0008
  ------------------
 1440|      1|        if (ste->ste_has_docstring)
  ------------------
  |  Branch (1440:13): [True: 0, False: 1]
  ------------------
 1441|      0|            flags |= CO_HAS_DOCSTRING;
  ------------------
  |  |  150|      0|#define CO_HAS_DOCSTRING 0x4000000
  ------------------
 1442|      1|        if (ste->ste_method)
  ------------------
  |  Branch (1442:13): [True: 0, False: 1]
  ------------------
 1443|      0|            flags |= CO_METHOD;
  ------------------
  |  |  153|      0|#define CO_METHOD  0x8000000
  ------------------
 1444|      1|    }
 1445|       |
 1446|      2|    if (ste->ste_coroutine && !ste->ste_generator) {
  ------------------
  |  Branch (1446:9): [True: 0, False: 2]
  |  Branch (1446:31): [True: 0, False: 0]
  ------------------
 1447|      0|        flags |= CO_COROUTINE;
  ------------------
  |  |  127|      0|#define CO_COROUTINE            0x0080
  ------------------
 1448|      0|    }
 1449|       |
 1450|       |    /* (Only) inherit compilerflags in PyCF_MASK */
 1451|      2|    flags |= (c->c_flags.cf_flags & PyCF_MASK);
  ------------------
  |  |    6|      2|#define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
  |  |  ------------------
  |  |  |  |  135|      2|#define CO_FUTURE_DIVISION      0x20000
  |  |  ------------------
  |  |               #define PyCF_MASK (CO_FUTURE_DIVISION | CO_FUTURE_ABSOLUTE_IMPORT | \
  |  |  ------------------
  |  |  |  |  136|      2|#define CO_FUTURE_ABSOLUTE_IMPORT 0x40000 /* do absolute imports by default */
  |  |  ------------------
  |  |    7|      2|                   CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
  |  |  ------------------
  |  |  |  |  137|      2|#define CO_FUTURE_WITH_STATEMENT  0x80000
  |  |  ------------------
  |  |                                  CO_FUTURE_WITH_STATEMENT | CO_FUTURE_PRINT_FUNCTION | \
  |  |  ------------------
  |  |  |  |  138|      2|#define CO_FUTURE_PRINT_FUNCTION  0x100000
  |  |  ------------------
  |  |    8|      2|                   CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
  |  |  ------------------
  |  |  |  |  139|      2|#define CO_FUTURE_UNICODE_LITERALS 0x200000
  |  |  ------------------
  |  |                                  CO_FUTURE_UNICODE_LITERALS | CO_FUTURE_BARRY_AS_BDFL | \
  |  |  ------------------
  |  |  |  |  141|      2|#define CO_FUTURE_BARRY_AS_BDFL  0x400000
  |  |  ------------------
  |  |    9|      2|                   CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
  |  |  ------------------
  |  |  |  |  142|      2|#define CO_FUTURE_GENERATOR_STOP  0x800000
  |  |  ------------------
  |  |                                  CO_FUTURE_GENERATOR_STOP | CO_FUTURE_ANNOTATIONS)
  |  |  ------------------
  |  |  |  |  143|      2|#define CO_FUTURE_ANNOTATIONS    0x1000000
  |  |  ------------------
  ------------------
 1452|       |
 1453|      2|    return flags;
 1454|      2|}
compile.c:optimize_and_assemble_code_unit:
 1459|      2|{
 1460|      2|    cfg_builder *g = NULL;
 1461|      2|    instr_sequence optimized_instrs;
 1462|      2|    memset(&optimized_instrs, 0, sizeof(instr_sequence));
 1463|       |
 1464|      2|    PyCodeObject *co = NULL;
 1465|      2|    PyObject *consts = consts_dict_keys_inorder(u->u_metadata.u_consts);
 1466|      2|    if (consts == NULL) {
  ------------------
  |  Branch (1466:9): [True: 0, False: 2]
  ------------------
 1467|      0|        goto error;
 1468|      0|    }
 1469|      2|    g = _PyCfg_FromInstructionSequence(u->u_instr_sequence);
 1470|      2|    if (g == NULL) {
  ------------------
  |  Branch (1470:9): [True: 0, False: 2]
  ------------------
 1471|      0|        goto error;
 1472|      0|    }
 1473|      2|    int nlocals = (int)PyDict_GET_SIZE(u->u_metadata.u_varnames);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1474|      2|    int nparams = (int)PyList_GET_SIZE(u->u_ste->ste_varnames);
  ------------------
  |  |   38|      2|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1475|      2|    assert(u->u_metadata.u_firstlineno);
  ------------------
  |  Branch (1475:5): [True: 2, False: 0]
  ------------------
 1476|       |
 1477|      2|    if (_PyCfg_OptimizeCodeUnit(g, consts, const_cache, nlocals,
  ------------------
  |  Branch (1477:9): [True: 0, False: 2]
  ------------------
 1478|      2|                                nparams, u->u_metadata.u_firstlineno) < 0) {
 1479|      0|        goto error;
 1480|      0|    }
 1481|       |
 1482|      2|    int stackdepth;
 1483|      2|    int nlocalsplus;
 1484|      2|    if (_PyCfg_OptimizedCfgToInstructionSequence(g, &u->u_metadata,
  ------------------
  |  Branch (1484:9): [True: 0, False: 2]
  ------------------
 1485|      2|                                                 &stackdepth, &nlocalsplus,
 1486|      2|                                                 &optimized_instrs) < 0) {
 1487|      0|        goto error;
 1488|      0|    }
 1489|       |
 1490|       |    /** Assembly **/
 1491|      2|    co = _PyAssemble_MakeCodeObject(&u->u_metadata, const_cache, consts,
 1492|      2|                                    stackdepth, &optimized_instrs, nlocalsplus,
 1493|      2|                                    code_flags, filename);
 1494|       |
 1495|      2|error:
 1496|      2|    Py_XDECREF(consts);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1497|      2|    PyInstructionSequence_Fini(&optimized_instrs);
 1498|      2|    _PyCfgBuilder_Free(g);
 1499|      2|    return co;
 1500|      2|}
compile.c:new_compiler:
  174|      1|{
  175|      1|    compiler *c = PyMem_Calloc(1, sizeof(compiler));
  176|      1|    if (c == NULL) {
  ------------------
  |  Branch (176:9): [True: 0, False: 1]
  ------------------
  177|      0|        return NULL;
  178|      0|    }
  179|      1|    if (compiler_setup(c, mod, filename, pflags, optimize, arena, module) < 0) {
  ------------------
  |  Branch (179:9): [True: 0, False: 1]
  ------------------
  180|      0|        compiler_free(c);
  181|      0|        return NULL;
  182|      0|    }
  183|      1|    return c;
  184|      1|}
compile.c:compiler_setup:
  115|      1|{
  116|      1|    PyCompilerFlags local_flags = _PyCompilerFlags_INIT;
  ------------------
  |  |   33|      1|    (PyCompilerFlags){.cf_flags = 0, .cf_feature_version = PY_MINOR_VERSION}
  |  |  ------------------
  |  |  |  |   24|      1|#define PY_MINOR_VERSION        16
  |  |  ------------------
  ------------------
  117|       |
  118|      1|    c->c_const_cache = PyDict_New();
  119|      1|    if (!c->c_const_cache) {
  ------------------
  |  Branch (119:9): [True: 0, False: 1]
  ------------------
  120|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  121|      0|    }
  122|       |
  123|      1|    c->c_stack = PyList_New(0);
  124|      1|    if (!c->c_stack) {
  ------------------
  |  Branch (124:9): [True: 0, False: 1]
  ------------------
  125|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  126|      0|    }
  127|       |
  128|      1|    c->c_filename = Py_NewRef(filename);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  129|      1|    if (!_PyFuture_FromAST(mod, filename, &c->c_future)) {
  ------------------
  |  Branch (129:9): [True: 0, False: 1]
  ------------------
  130|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  131|      0|    }
  132|      1|    c->c_module = Py_XNewRef(module);
  ------------------
  |  |  551|      1|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  133|      1|    if (!flags) {
  ------------------
  |  Branch (133:9): [True: 0, False: 1]
  ------------------
  134|      0|        flags = &local_flags;
  135|      0|    }
  136|      1|    int merged = c->c_future.ff_features | flags->cf_flags;
  137|      1|    c->c_future.ff_features = merged;
  138|      1|    flags->cf_flags = merged;
  139|      1|    c->c_flags = *flags;
  140|      1|    c->c_optimize = (optimize == -1) ? _Py_GetConfig()->optimization_level : optimize;
  ------------------
  |  Branch (140:21): [True: 1, False: 0]
  ------------------
  141|      1|    c->c_save_nested_seqs = false;
  142|       |
  143|      1|    if (!_PyAST_Preprocess(mod, arena, filename, c->c_optimize, merged,
  ------------------
  |  Branch (143:9): [True: 0, False: 1]
  ------------------
  144|      1|                           0, 1, module))
  145|      0|    {
  146|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  147|      0|    }
  148|      1|    c->c_st = _PySymtable_Build(mod, filename, &c->c_future);
  149|      1|    if (c->c_st == NULL) {
  ------------------
  |  Branch (149:9): [True: 0, False: 1]
  ------------------
  150|      0|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (150:13): [True: 0, False: 0]
  ------------------
  151|      0|            PyErr_SetString(PyExc_SystemError, "no symtable");
  152|      0|        }
  153|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  154|      0|    }
  155|      1|    return SUCCESS;
  ------------------
  |  |   36|      1|#define SUCCESS 0
  ------------------
  156|      1|}
compile.c:compiler_mod:
  893|      1|{
  894|      1|    PyCodeObject *co = NULL;
  895|      1|    int addNone = mod->kind != Expression_kind;
  896|      1|    if (compiler_codegen(c, mod) < 0) {
  ------------------
  |  Branch (896:9): [True: 0, False: 1]
  ------------------
  897|      0|        goto finally;
  898|      0|    }
  899|      1|    co = _PyCompile_OptimizeAndAssemble(c, addNone);
  900|      1|finally:
  901|      1|    _PyCompile_ExitScope(c);
  902|      1|    return co;
  903|      1|}
compile.c:compiler_free:
  160|      1|{
  161|      1|    if (c->c_st) {
  ------------------
  |  Branch (161:9): [True: 1, False: 0]
  ------------------
  162|      1|        _PySymtable_Free(c->c_st);
  163|      1|    }
  164|      1|    Py_XDECREF(c->c_filename);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|      1|    Py_XDECREF(c->c_module);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  166|      1|    Py_XDECREF(c->c_const_cache);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|      1|    Py_XDECREF(c->c_stack);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|      1|    PyMem_Free(c);
  169|      1|}
compile.c:compiler_codegen:
  863|      1|{
  864|      1|    RETURN_IF_ERROR(_PyCodegen_EnterAnonymousScope(c, mod));
  ------------------
  |  |   40|      1|    do {                    \
  |  |   41|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  865|      1|    assert(c->u->u_scope_type == COMPILE_SCOPE_MODULE);
  ------------------
  |  Branch (865:5): [True: 1, False: 0]
  ------------------
  866|      1|    switch (mod->kind) {
  867|      0|    case Module_kind: {
  ------------------
  |  Branch (867:5): [True: 0, False: 1]
  ------------------
  868|      0|        asdl_stmt_seq *stmts = mod->v.Module.body;
  869|      0|        RETURN_IF_ERROR(_PyCodegen_Module(c, start_location(stmts), stmts, false));
  ------------------
  |  |   40|      0|    do {                    \
  |  |   41|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  870|      0|        break;
  871|      0|    }
  872|      0|    case Interactive_kind: {
  ------------------
  |  Branch (872:5): [True: 0, False: 1]
  ------------------
  873|      0|        c->c_interactive = 1;
  874|      0|        asdl_stmt_seq *stmts = mod->v.Interactive.body;
  875|      0|        RETURN_IF_ERROR(_PyCodegen_Module(c, start_location(stmts), stmts, true));
  ------------------
  |  |   40|      0|    do {                    \
  |  |   41|      0|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 0]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  876|      0|        break;
  877|      0|    }
  878|      1|    case Expression_kind: {
  ------------------
  |  Branch (878:5): [True: 1, False: 0]
  ------------------
  879|      1|        RETURN_IF_ERROR(_PyCodegen_Expression(c, mod->v.Expression.body));
  ------------------
  |  |   40|      1|    do {                    \
  |  |   41|      1|        if ((X) == -1) {    \
  |  |  ------------------
  |  |  |  Branch (41:13): [True: 0, False: 1]
  |  |  ------------------
  |  |   42|      0|            return ERROR;   \
  |  |  ------------------
  |  |  |  |   37|      0|#define ERROR -1
  |  |  ------------------
  |  |   43|      0|        }                   \
  |  |   44|      1|    } while (0)
  |  |  ------------------
  |  |  |  Branch (44:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  880|      1|        break;
  881|      1|    }
  882|      1|    default: {
  ------------------
  |  Branch (882:5): [True: 0, False: 1]
  ------------------
  883|      0|        PyErr_Format(PyExc_SystemError,
  884|      0|                     "module kind %d should not be possible",
  885|      0|                     mod->kind);
  886|      0|        return ERROR;
  ------------------
  |  |   37|      0|#define ERROR -1
  ------------------
  887|      1|    }}
  888|      1|    return SUCCESS;
  ------------------
  |  |   36|      1|#define SUCCESS 0
  ------------------
  889|      1|}
compile.c:consts_dict_keys_inorder:
 1400|      2|{
 1401|      2|    PyObject *consts, *k, *v;
 1402|      2|    Py_ssize_t i, pos = 0, size = PyDict_GET_SIZE(dict);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1403|       |
 1404|      2|    consts = PyList_New(size);   /* PyCode_Optimize() requires a list */
 1405|      2|    if (consts == NULL)
  ------------------
  |  Branch (1405:9): [True: 0, False: 2]
  ------------------
 1406|      0|        return NULL;
 1407|      4|    while (PyDict_Next(dict, &pos, &k, &v)) {
  ------------------
  |  Branch (1407:12): [True: 2, False: 2]
  ------------------
 1408|      2|        assert(PyLong_CheckExact(v));
  ------------------
  |  Branch (1408:9): [True: 2, False: 0]
  ------------------
 1409|      2|        i = PyLong_AsLong(v);
 1410|       |        /* The keys of the dictionary can be tuples wrapping a constant.
 1411|       |         * (see _PyCompile_DictAddObj and _PyCode_ConstantKey). In that case
 1412|       |         * the object we want is always second. */
 1413|      2|        if (PyTuple_CheckExact(k)) {
  ------------------
  |  |   28|      2|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1414|      0|            k = PyTuple_GET_ITEM(k, 1);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1414:17): [True: 0, False: 0]
  ------------------
 1415|      0|        }
 1416|      2|        assert(i < size);
  ------------------
  |  Branch (1416:9): [True: 2, False: 0]
  ------------------
 1417|      2|        assert(i >= 0);
  ------------------
  |  Branch (1417:9): [True: 2, False: 0]
  ------------------
 1418|      2|        PyList_SET_ITEM(consts, i, Py_NewRef(k));
  ------------------
  |  |   50|      2|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1419|      2|    }
 1420|      2|    return consts;
 1421|      2|}

initconfig.c:config_dict_get:
   20|    142|{
   21|    142|    PyObject *item;
   22|    142|    if (_config_dict_get(dict, name, &item) < 0) {
  ------------------
  |  Branch (22:9): [True: 0, False: 142]
  ------------------
   23|      0|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (23:13): [True: 0, False: 0]
  ------------------
   24|      0|            PyErr_Format(PyExc_ValueError, "missing config key: %s", name);
   25|      0|        }
   26|      0|        return NULL;
   27|      0|    }
   28|    142|    return item;
   29|    142|}
initconfig.c:_config_dict_get:
    4|    142|{
    5|    142|    PyObject *item;
    6|    142|    if (PyDict_GetItemStringRef(dict, name, &item) < 0) {
  ------------------
  |  Branch (6:9): [True: 0, False: 142]
  ------------------
    7|      0|        return -1;
    8|      0|    }
    9|    142|    if (item == NULL) {
  ------------------
  |  Branch (9:9): [True: 0, False: 142]
  ------------------
   10|       |        // We do not set an exception.
   11|      0|        return -1;
   12|      0|    }
   13|    142|    *p_item = item;
   14|    142|    return 0;
   15|    142|}

PyContextVar_New:
  267|      2|{
  268|      2|    PyObject *pyname = PyUnicode_FromString(name);
  269|      2|    if (pyname == NULL) {
  ------------------
  |  Branch (269:9): [True: 0, False: 2]
  ------------------
  270|      0|        return NULL;
  271|      0|    }
  272|      2|    PyContextVar *var = contextvar_new(pyname, def);
  273|      2|    Py_DECREF(pyname);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|      2|    return (PyObject *)var;
  275|      2|}
_PyContext_Init:
 1355|      2|{
 1356|      2|    PyObject *missing = get_token_missing();
 1357|      2|    assert(PyUnstable_IsImmortal(missing));
  ------------------
  |  Branch (1357:5): [True: 2, False: 0]
  ------------------
 1358|      2|    if (PyDict_SetItemString(
  ------------------
  |  Branch (1358:9): [True: 0, False: 2]
  ------------------
 1359|      2|        _PyType_GetDict(&PyContextToken_Type), "MISSING", missing))
 1360|      0|    {
 1361|      0|        Py_DECREF(missing);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1362|      0|        return _PyStatus_ERR("can't init context types");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1363|      0|    }
 1364|      2|    Py_DECREF(missing);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1365|       |
 1366|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1367|      2|}
context.c:contextvar_new:
  868|      2|{
  869|      2|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (869:9): [True: 0, False: 2]
  ------------------
  870|      0|        PyErr_SetString(PyExc_TypeError,
  871|      0|                        "context variable name must be a str");
  872|      0|        return NULL;
  873|      0|    }
  874|       |
  875|      2|    PyContextVar *var = PyObject_GC_New(PyContextVar, &PyContextVar_Type);
  ------------------
  |  |  181|      2|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  876|      2|    if (var == NULL) {
  ------------------
  |  Branch (876:9): [True: 0, False: 2]
  ------------------
  877|      0|        return NULL;
  878|      0|    }
  879|       |
  880|      2|    var->var_name = Py_NewRef(name);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  881|      2|    var->var_default = Py_XNewRef(def);
  ------------------
  |  |  551|      2|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  882|       |
  883|      2|#ifndef Py_GIL_DISABLED
  884|      2|    var->var_cached = NULL;
  885|      2|    var->var_cached_tsid = 0;
  886|      2|    var->var_cached_tsver = 0;
  887|      2|#endif
  888|       |
  889|      2|    var->var_hash = contextvar_generate_hash(var, name);
  890|      2|    if (var->var_hash == -1) {
  ------------------
  |  Branch (890:9): [True: 0, False: 2]
  ------------------
  891|      0|        Py_DECREF(var);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  892|      0|        return NULL;
  893|      0|    }
  894|       |
  895|      2|    if (_PyObject_GC_MAY_BE_TRACKED(name) ||
  ------------------
  |  Branch (895:9): [True: 0, False: 2]
  ------------------
  896|      2|            (def != NULL && _PyObject_GC_MAY_BE_TRACKED(def)))
  ------------------
  |  Branch (896:14): [True: 0, False: 2]
  |  Branch (896:29): [True: 0, False: 0]
  ------------------
  897|      0|    {
  898|      0|        PyObject_GC_Track(var);
  899|      0|    }
  900|      2|    return var;
  901|      2|}
context.c:contextvar_generate_hash:
  840|      2|{
  841|       |    /* Take hash of `name` and XOR it with the object's addr.
  842|       |
  843|       |       The structure of the tree is encoded in objects' hashes, which
  844|       |       means that sufficiently similar hashes would result in tall trees
  845|       |       with many Collision nodes.  Which would, in turn, result in slower
  846|       |       get and set operations.
  847|       |
  848|       |       The XORing helps to ensure that:
  849|       |
  850|       |       (1) sequentially allocated ContextVar objects have
  851|       |           different hashes;
  852|       |
  853|       |       (2) context variables with equal names have
  854|       |           different hashes.
  855|       |    */
  856|       |
  857|      2|    Py_hash_t name_hash = PyObject_Hash(name);
  858|      2|    if (name_hash == -1) {
  ------------------
  |  Branch (858:9): [True: 0, False: 2]
  ------------------
  859|      0|        return -1;
  860|      0|    }
  861|       |
  862|      2|    Py_hash_t res = Py_HashPointer(addr) ^ name_hash;
  863|      2|    return res == -1 ? -2 : res;
  ------------------
  |  Branch (863:12): [True: 0, False: 2]
  ------------------
  864|      2|}
context.c:get_token_missing:
 1345|      2|{
 1346|      2|    return (PyObject *)&_Py_SINGLETON(context_token_missing);
  ------------------
  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  ------------------
  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  ------------------
  ------------------
 1347|      2|}

_Py_xi_global_state_init:
 3119|      2|{
 3120|      2|    assert(state != NULL);
  ------------------
  |  Branch (3120:5): [True: 2, False: 0]
  ------------------
 3121|      2|    xid_lookup_init(&state->data_lookup);
 3122|      2|    return 0;
 3123|      2|}
_Py_xi_state_init:
 3134|      2|{
 3135|      2|    assert(state != NULL);
  ------------------
  |  Branch (3135:5): [True: 2, False: 0]
  ------------------
 3136|      2|    assert(interp == NULL || state == _PyXI_GET_STATE(interp));
  ------------------
  |  Branch (3136:5): [True: 2, False: 0]
  |  Branch (3136:5): [True: 0, False: 0]
  ------------------
 3137|       |
 3138|       |    // Initialize pickle function cache (before any fallible ops).
 3139|      2|    state->pickle.dumps = NULL;
 3140|      2|    state->pickle.loads = NULL;
 3141|       |
 3142|      2|    xid_lookup_init(&state->data_lookup);
 3143|       |
 3144|       |    // Initialize exceptions.
 3145|      2|    if (interp != NULL) {
  ------------------
  |  Branch (3145:9): [True: 0, False: 2]
  ------------------
 3146|      0|        if (init_static_exctypes(&state->exceptions, interp) < 0) {
  ------------------
  |  Branch (3146:13): [True: 0, False: 0]
  ------------------
 3147|      0|            fini_heap_exctypes(&state->exceptions);
 3148|      0|            return -1;
 3149|      0|        }
 3150|      0|    }
 3151|      2|    if (init_heap_exctypes(&state->exceptions) < 0) {
  ------------------
  |  Branch (3151:9): [True: 0, False: 2]
  ------------------
 3152|      0|        return -1;
 3153|      0|    }
 3154|       |
 3155|      2|    return 0;
 3156|      2|}
_PyXI_Init:
 3180|      2|{
 3181|      2|    if (_Py_IsMainInterpreter(interp)) {
  ------------------
  |  Branch (3181:9): [True: 2, False: 0]
  ------------------
 3182|      2|        _PyXI_global_state_t *global_state = _PyXI_GET_GLOBAL_STATE(interp);
  ------------------
  |  |  276|      2|#define _PyXI_GET_GLOBAL_STATE(interp) (&(interp)->runtime->xi)
  ------------------
 3183|      2|        if (global_state == NULL) {
  ------------------
  |  Branch (3183:13): [True: 0, False: 2]
  ------------------
 3184|      0|            PyErr_PrintEx(0);
 3185|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 3186|      0|                    "failed to get global cross-interpreter state");
 3187|      0|        }
 3188|      2|        if (_Py_xi_global_state_init(global_state) < 0) {
  ------------------
  |  Branch (3188:13): [True: 0, False: 2]
  ------------------
 3189|      0|            PyErr_PrintEx(0);
 3190|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 3191|      0|                    "failed to initialize  global cross-interpreter state");
 3192|      0|        }
 3193|      2|    }
 3194|       |
 3195|      2|    _PyXI_state_t *state = _PyXI_GET_STATE(interp);
  ------------------
  |  |  277|      2|#define _PyXI_GET_STATE(interp) (&(interp)->xi)
  ------------------
 3196|      2|    if (state == NULL) {
  ------------------
  |  Branch (3196:9): [True: 0, False: 2]
  ------------------
 3197|      0|        PyErr_PrintEx(0);
 3198|      0|        return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 3199|      0|                "failed to get interpreter's cross-interpreter state");
 3200|      0|    }
 3201|       |    // The static types were already initialized in _PyXI_InitTypes(),
 3202|       |    // so we pass in NULL here to avoid initializing them again.
 3203|      2|    if (_Py_xi_state_init(state, NULL) < 0) {
  ------------------
  |  Branch (3203:9): [True: 0, False: 2]
  ------------------
 3204|      0|        PyErr_PrintEx(0);
 3205|      0|        return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 3206|      0|                "failed to initialize interpreter's cross-interpreter state");
 3207|      0|    }
 3208|       |
 3209|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3210|      2|}
_PyXI_InitTypes:
 3237|      2|{
 3238|      2|    if (init_static_exctypes(&_PyXI_GET_STATE(interp)->exceptions, interp) < 0) {
  ------------------
  |  |  277|      2|#define _PyXI_GET_STATE(interp) (&(interp)->xi)
  ------------------
  |  Branch (3238:9): [True: 0, False: 2]
  ------------------
 3239|      0|        PyErr_PrintEx(0);
 3240|      0|        return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 3241|      0|                "failed to initialize the cross-interpreter exception types");
 3242|      0|    }
 3243|       |    // We would initialize heap types here too but that leads to ref leaks.
 3244|       |    // Instead, we initialize them in _PyXI_Init().
 3245|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3246|      2|}

crossinterp.c:_xidregistry_add_type:
  254|     14|{
  255|     14|    dlregitem_t *newhead = PyMem_RawMalloc(sizeof(dlregitem_t));
  256|     14|    if (newhead == NULL) {
  ------------------
  |  Branch (256:9): [True: 0, False: 14]
  ------------------
  257|      0|        return -1;
  258|      0|    }
  259|     14|    assert((getdata.basic == NULL) != (getdata.fallback == NULL));
  ------------------
  |  Branch (259:5): [True: 14, False: 0]
  ------------------
  260|     14|    *newhead = (dlregitem_t){
  261|       |        // We do not keep a reference, to avoid keeping the class alive.
  262|     14|        .cls = cls,
  263|     14|        .refcount = 1,
  264|     14|        .getdata = getdata,
  265|     14|    };
  266|     14|    if (cls->tp_flags & Py_TPFLAGS_HEAPTYPE) {
  ------------------
  |  |  503|     14|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (266:9): [True: 0, False: 14]
  ------------------
  267|       |        // XXX Assign a callback to clear the entry from the registry?
  268|      0|        newhead->weakref = PyWeakref_NewRef((PyObject *)cls, NULL);
  269|      0|        if (newhead->weakref == NULL) {
  ------------------
  |  Branch (269:13): [True: 0, False: 0]
  ------------------
  270|      0|            PyMem_RawFree(newhead);
  271|      0|            return -1;
  272|      0|        }
  273|      0|    }
  274|     14|    newhead->next = xidregistry->head;
  275|     14|    if (newhead->next != NULL) {
  ------------------
  |  Branch (275:9): [True: 12, False: 2]
  ------------------
  276|     12|        newhead->next->prev = newhead;
  277|     12|    }
  278|     14|    xidregistry->head = newhead;
  279|     14|    return 0;
  280|     14|}
crossinterp.c:xid_lookup_init:
   23|      4|{
   24|      4|    _xidregistry_init(&state->registry);
   25|      4|}
crossinterp.c:_xidregistry_init:
  145|      4|{
  146|      4|    if (registry->initialized) {
  ------------------
  |  Branch (146:9): [True: 0, False: 4]
  ------------------
  147|      0|        return;
  148|      0|    }
  149|      4|    registry->initialized = 1;
  150|       |
  151|      4|    if (registry->global) {
  ------------------
  |  Branch (151:9): [True: 2, False: 2]
  ------------------
  152|       |        // Registering the builtins is cheap so we don't bother doing it lazily.
  153|      2|        assert(registry->head == NULL);
  ------------------
  |  Branch (153:9): [True: 2, False: 0]
  ------------------
  154|      2|        _register_builtins_for_crossinterpreter_data(registry);
  155|      2|    }
  156|      4|}
crossinterp.c:_register_builtins_for_crossinterpreter_data:
  791|      2|{
  792|      2|#define REGISTER(TYPE, GETDATA) \
  793|      2|    _xidregistry_add_type(xidregistry, (PyTypeObject *)TYPE, \
  794|      2|                          ((_PyXIData_getdata_t){.basic=(GETDATA)}))
  795|      2|#define REGISTER_FALLBACK(TYPE, GETDATA) \
  796|      2|    _xidregistry_add_type(xidregistry, (PyTypeObject *)TYPE, \
  797|      2|                          ((_PyXIData_getdata_t){.fallback=(GETDATA)}))
  798|       |    // None
  799|      2|    if (REGISTER(Py_TYPE(Py_None), _none_shared) != 0) {
  ------------------
  |  |  793|      2|    _xidregistry_add_type(xidregistry, (PyTypeObject *)TYPE, \
  |  |  794|      2|                          ((_PyXIData_getdata_t){.basic=(GETDATA)}))
  ------------------
  |  Branch (799:9): [True: 0, False: 2]
  ------------------
  800|      0|        Py_FatalError("could not register None for cross-interpreter sharing");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  801|      0|    }
  802|       |
  803|       |    // int
  804|      2|    if (REGISTER(&PyLong_Type, _long_shared) != 0) {
  ------------------
  |  |  793|      2|    _xidregistry_add_type(xidregistry, (PyTypeObject *)TYPE, \
  |  |  794|      2|                          ((_PyXIData_getdata_t){.basic=(GETDATA)}))
  ------------------
  |  Branch (804:9): [True: 0, False: 2]
  ------------------
  805|      0|        Py_FatalError("could not register int for cross-interpreter sharing");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  806|      0|    }
  807|       |
  808|       |    // bytes
  809|      2|    if (REGISTER(&PyBytes_Type, _PyBytes_GetXIData) != 0) {
  ------------------
  |  |  793|      2|    _xidregistry_add_type(xidregistry, (PyTypeObject *)TYPE, \
  |  |  794|      2|                          ((_PyXIData_getdata_t){.basic=(GETDATA)}))
  ------------------
  |  Branch (809:9): [True: 0, False: 2]
  ------------------
  810|      0|        Py_FatalError("could not register bytes for cross-interpreter sharing");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  811|      0|    }
  812|       |
  813|       |    // str
  814|      2|    if (REGISTER(&PyUnicode_Type, _str_shared) != 0) {
  ------------------
  |  |  793|      2|    _xidregistry_add_type(xidregistry, (PyTypeObject *)TYPE, \
  |  |  794|      2|                          ((_PyXIData_getdata_t){.basic=(GETDATA)}))
  ------------------
  |  Branch (814:9): [True: 0, False: 2]
  ------------------
  815|      0|        Py_FatalError("could not register str for cross-interpreter sharing");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  816|      0|    }
  817|       |
  818|       |    // bool
  819|      2|    if (REGISTER(&PyBool_Type, _bool_shared) != 0) {
  ------------------
  |  |  793|      2|    _xidregistry_add_type(xidregistry, (PyTypeObject *)TYPE, \
  |  |  794|      2|                          ((_PyXIData_getdata_t){.basic=(GETDATA)}))
  ------------------
  |  Branch (819:9): [True: 0, False: 2]
  ------------------
  820|      0|        Py_FatalError("could not register bool for cross-interpreter sharing");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  821|      0|    }
  822|       |
  823|       |    // float
  824|      2|    if (REGISTER(&PyFloat_Type, _float_shared) != 0) {
  ------------------
  |  |  793|      2|    _xidregistry_add_type(xidregistry, (PyTypeObject *)TYPE, \
  |  |  794|      2|                          ((_PyXIData_getdata_t){.basic=(GETDATA)}))
  ------------------
  |  Branch (824:9): [True: 0, False: 2]
  ------------------
  825|      0|        Py_FatalError("could not register float for cross-interpreter sharing");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  826|      0|    }
  827|       |
  828|       |    // tuple
  829|      2|    if (REGISTER_FALLBACK(&PyTuple_Type, _tuple_shared) != 0) {
  ------------------
  |  |  796|      2|    _xidregistry_add_type(xidregistry, (PyTypeObject *)TYPE, \
  |  |  797|      2|                          ((_PyXIData_getdata_t){.fallback=(GETDATA)}))
  ------------------
  |  Branch (829:9): [True: 0, False: 2]
  ------------------
  830|      0|        Py_FatalError("could not register tuple for cross-interpreter sharing");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  831|      0|    }
  832|       |
  833|       |    // For now, we do not register PyCode_Type or PyFunction_Type.
  834|      2|#undef REGISTER
  835|      2|#undef REGISTER_FALLBACK
  836|      2|}

crossinterp.c:init_static_exctypes:
  139|      2|{
  140|      2|    assert(state == &_PyXI_GET_STATE(interp)->exceptions);
  ------------------
  |  Branch (140:5): [True: 2, False: 0]
  ------------------
  141|      2|    PyTypeObject *base = (PyTypeObject *)PyExc_Exception;
  142|       |
  143|       |    // PyExc_InterpreterError
  144|      2|    _PyExc_InterpreterError.tp_base = base;
  145|      2|    _PyExc_InterpreterError.tp_traverse = base->tp_traverse;
  146|      2|    _PyExc_InterpreterError.tp_clear = base->tp_clear;
  147|      2|    if (_PyStaticType_InitBuiltin(interp, &_PyExc_InterpreterError) < 0) {
  ------------------
  |  Branch (147:9): [True: 0, False: 2]
  ------------------
  148|      0|        goto error;
  149|      0|    }
  150|      2|    state->PyExc_InterpreterError = (PyObject *)&_PyExc_InterpreterError;
  151|       |
  152|       |    // PyExc_InterpreterNotFoundError
  153|      2|    _PyExc_InterpreterNotFoundError.tp_traverse = base->tp_traverse;
  154|      2|    _PyExc_InterpreterNotFoundError.tp_clear = base->tp_clear;
  155|      2|    if (_PyStaticType_InitBuiltin(interp, &_PyExc_InterpreterNotFoundError) < 0) {
  ------------------
  |  Branch (155:9): [True: 0, False: 2]
  ------------------
  156|      0|        goto error;
  157|      0|    }
  158|      2|    state->PyExc_InterpreterNotFoundError =
  159|      2|            (PyObject *)&_PyExc_InterpreterNotFoundError;
  160|       |
  161|      2|    return 0;
  162|       |
  163|      0|error:
  164|      0|    fini_static_exctypes(state, interp);
  165|      0|    return -1;
  166|      2|}
crossinterp.c:init_heap_exctypes:
  184|      2|{
  185|      2|    if (_init_notshareableerror(state) < 0) {
  ------------------
  |  Branch (185:9): [True: 0, False: 2]
  ------------------
  186|      0|        goto error;
  187|      0|    }
  188|      2|    return 0;
  189|       |
  190|      0|error:
  191|      0|    fini_heap_exctypes(state);
  192|      0|    return -1;
  193|      2|}
crossinterp.c:_init_notshareableerror:
   46|      2|{
   47|      2|    const char *name = "concurrent.interpreters.NotShareableError";
   48|      2|    PyObject *base = PyExc_TypeError;
   49|      2|    PyObject *ns = NULL;
   50|      2|    PyObject *exctype = PyErr_NewException(name, base, ns);
   51|      2|    if (exctype == NULL) {
  ------------------
  |  Branch (51:9): [True: 0, False: 2]
  ------------------
   52|      0|        return -1;
   53|      0|    }
   54|      2|    state->PyExc_NotShareableError = exctype;
   55|      2|    return 0;
   56|      2|}

_PyDtoa_Init:
 2806|      2|{
 2807|      2|#if _PY_SHORT_FLOAT_REPR == 1 && !defined(Py_USING_MEMORY_DEBUGGER)
 2808|      2|    Bigint **p5s = interp->dtoa.p5s;
 2809|       |
 2810|       |    // 5**4 = 625
 2811|      2|    Bigint *p5 = i2b(625);
 2812|      2|    if (p5 == NULL) {
  ------------------
  |  Branch (2812:9): [True: 0, False: 2]
  ------------------
 2813|      0|        return PyStatus_NoMemory();
 2814|      0|    }
 2815|      2|    p5s[0] = p5;
 2816|       |
 2817|       |    // compute 5**8, 5**16, 5**32, ..., 5**512
 2818|     16|    for (Py_ssize_t i = 1; i < Bigint_Pow5size; i++) {
  ------------------
  |  |  471|     16|#define Bigint_Pow5size 8
  ------------------
  |  Branch (2818:28): [True: 14, False: 2]
  ------------------
 2819|     14|        p5 = mult(p5, p5);
 2820|     14|        if (p5 == NULL) {
  ------------------
  |  Branch (2820:13): [True: 0, False: 14]
  ------------------
 2821|      0|            return PyStatus_NoMemory();
 2822|      0|        }
 2823|     14|        p5s[i] = p5;
 2824|     14|    }
 2825|       |
 2826|      2|#endif
 2827|      2|    return PyStatus_Ok();
 2828|      2|}
dtoa.c:Balloc:
  341|     16|{
  342|     16|    int x;
  343|     16|    Bigint *rv;
  344|     16|    unsigned int len;
  345|     16|    PyInterpreterState *interp = _PyInterpreterState_GET();
  346|       |
  347|     16|    if (k <= Bigint_Kmax && (rv = freelist[k]))
  ------------------
  |  |  468|     32|#define Bigint_Kmax 7
  ------------------
                  if (k <= Bigint_Kmax && (rv = freelist[k]))
  ------------------
  |  |  333|     16|#define freelist interp->dtoa.freelist
  ------------------
  |  Branch (347:9): [True: 16, False: 0]
  |  Branch (347:29): [True: 0, False: 16]
  ------------------
  348|      0|        freelist[k] = rv->next;
  ------------------
  |  |  333|      0|#define freelist interp->dtoa.freelist
  ------------------
  349|     16|    else {
  350|     16|        x = 1 << k;
  351|     16|        len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
  352|     16|            /sizeof(double);
  353|     16|        if (k <= Bigint_Kmax &&
  ------------------
  |  |  468|     32|#define Bigint_Kmax 7
  ------------------
  |  Branch (353:13): [True: 16, False: 0]
  ------------------
  354|     16|            pmem_next - private_mem + len <= (Py_ssize_t)Bigint_PREALLOC_SIZE
  ------------------
  |  |  335|     16|#define pmem_next interp->dtoa.preallocated_next
  ------------------
                          pmem_next - private_mem + len <= (Py_ssize_t)Bigint_PREALLOC_SIZE
  ------------------
  |  |  334|     16|#define private_mem interp->dtoa.preallocated
  ------------------
                          pmem_next - private_mem + len <= (Py_ssize_t)Bigint_PREALLOC_SIZE
  ------------------
  |  |  477|     16|    ((PRIVATE_MEM+sizeof(double)-1)/sizeof(double))
  |  |  ------------------
  |  |  |  |  474|     16|#define PRIVATE_MEM 2304
  |  |  ------------------
  ------------------
  |  Branch (354:13): [True: 16, False: 0]
  ------------------
  355|     16|        ) {
  356|     16|            rv = (Bigint*)pmem_next;
  ------------------
  |  |  335|     16|#define pmem_next interp->dtoa.preallocated_next
  ------------------
  357|     16|            pmem_next += len;
  ------------------
  |  |  335|     16|#define pmem_next interp->dtoa.preallocated_next
  ------------------
  358|     16|        }
  359|      0|        else {
  360|      0|            rv = (Bigint*)MALLOC(len*sizeof(double));
  ------------------
  |  |  133|      0|#define MALLOC PyMem_Malloc
  ------------------
  361|      0|            if (rv == NULL)
  ------------------
  |  Branch (361:17): [True: 0, False: 0]
  ------------------
  362|      0|                return NULL;
  363|      0|        }
  364|     16|        rv->k = k;
  365|     16|        rv->maxwds = x;
  366|     16|    }
  367|     16|    rv->sign = rv->wds = 0;
  368|     16|    return rv;
  369|     16|}
dtoa.c:i2b:
  595|      2|{
  596|      2|    Bigint *b;
  597|       |
  598|      2|    b = Balloc(1);
  599|      2|    if (b == NULL)
  ------------------
  |  Branch (599:9): [True: 0, False: 2]
  ------------------
  600|      0|        return NULL;
  601|      2|    b->x[0] = i;
  602|      2|    b->wds = 1;
  603|      2|    return b;
  604|      2|}
dtoa.c:mult:
  611|     14|{
  612|     14|    Bigint *c;
  613|     14|    int k, wa, wb, wc;
  614|     14|    ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
  615|     14|    ULong y;
  616|     14|    ULLong carry, z;
  617|       |
  618|     14|    if ((!a->x[0] && a->wds == 1) || (!b->x[0] && b->wds == 1)) {
  ------------------
  |  Branch (618:10): [True: 0, False: 14]
  |  Branch (618:22): [True: 0, False: 0]
  |  Branch (618:39): [True: 0, False: 14]
  |  Branch (618:51): [True: 0, False: 0]
  ------------------
  619|      0|        c = Balloc(0);
  620|      0|        if (c == NULL)
  ------------------
  |  Branch (620:13): [True: 0, False: 0]
  ------------------
  621|      0|            return NULL;
  622|      0|        c->wds = 1;
  623|      0|        c->x[0] = 0;
  624|      0|        return c;
  625|      0|    }
  626|       |
  627|     14|    if (a->wds < b->wds) {
  ------------------
  |  Branch (627:9): [True: 0, False: 14]
  ------------------
  628|      0|        c = a;
  629|      0|        a = b;
  630|      0|        b = c;
  631|      0|    }
  632|     14|    k = a->k;
  633|     14|    wa = a->wds;
  634|     14|    wb = b->wds;
  635|     14|    wc = wa + wb;
  636|     14|    if (wc > a->maxwds)
  ------------------
  |  Branch (636:9): [True: 10, False: 4]
  ------------------
  637|     10|        k++;
  638|     14|    c = Balloc(k);
  639|     14|    if (c == NULL)
  ------------------
  |  Branch (639:9): [True: 0, False: 14]
  ------------------
  640|      0|        return NULL;
  641|    178|    for(x = c->x, xa = x + wc; x < xa; x++)
  ------------------
  |  Branch (641:32): [True: 164, False: 14]
  ------------------
  642|    164|        *x = 0;
  643|     14|    xa = a->x;
  644|     14|    xae = xa + wa;
  645|     14|    xb = b->x;
  646|     14|    xbe = xb + wb;
  647|     14|    xc0 = c->x;
  648|     96|    for(; xb < xbe; xc0++) {
  ------------------
  |  Branch (648:11): [True: 82, False: 14]
  ------------------
  649|     82|        if ((y = *xb++)) {
  ------------------
  |  Branch (649:13): [True: 82, False: 0]
  ------------------
  650|     82|            x = xa;
  651|     82|            xc = xc0;
  652|     82|            carry = 0;
  653|  1.00k|            do {
  654|  1.00k|                z = *x++ * (ULLong)y + *xc + carry;
  655|  1.00k|                carry = z >> 32;
  656|  1.00k|                *xc++ = (ULong)(z & FFFFFFFF);
  ------------------
  |  |  285|  1.00k|#define FFFFFFFF 0xffffffffUL
  ------------------
  657|  1.00k|            }
  658|  1.00k|            while(x < xae);
  ------------------
  |  Branch (658:19): [True: 920, False: 82]
  ------------------
  659|     82|            *xc = (ULong)carry;
  660|     82|        }
  661|     82|    }
  662|     22|    for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
  ------------------
  |  Branch (662:36): [True: 22, False: 0]
  |  Branch (662:46): [True: 8, False: 14]
  ------------------
  663|     14|    c->wds = wc;
  664|     14|    return c;
  665|     14|}

_PyErr_SetRaisedException:
   25|  2.09k|{
   26|  2.09k|    PyObject *old_exc = tstate->current_exception;
   27|  2.09k|    tstate->current_exception = exc;
   28|  2.09k|    Py_XDECREF(old_exc);
  ------------------
  |  |  524|  2.09k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.09k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.09k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   29|  2.09k|}
_PyErr_Restore:
   60|    926|{
   61|    926|    if (type == NULL) {
  ------------------
  |  Branch (61:9): [True: 523, False: 403]
  ------------------
   62|    523|        assert(value == NULL);
  ------------------
  |  Branch (62:9): [True: 523, False: 0]
  ------------------
   63|    523|        assert(traceback == NULL);
  ------------------
  |  Branch (63:9): [True: 523, False: 0]
  ------------------
   64|    523|        _PyErr_SetRaisedException(tstate, NULL);
   65|    523|        return;
   66|    523|    }
   67|    926|    assert(PyExceptionClass_Check(type));
  ------------------
  |  Branch (67:5): [True: 403, False: 0]
  |  Branch (67:5): [True: 403, False: 0]
  ------------------
   68|    403|    if (value != NULL && type == (PyObject *)Py_TYPE(value)) {
  ------------------
  |  |  213|    403|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    403|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    403|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (68:9): [True: 403, False: 0]
  |  Branch (68:26): [True: 403, False: 0]
  ------------------
   69|       |        /* Already normalized */
   70|       |#ifdef Py_DEBUG
   71|       |        PyObject *tb = PyException_GetTraceback(value);
   72|       |        assert(tb != Py_None);
   73|       |        Py_XDECREF(tb);
   74|       |#endif
   75|    403|    }
   76|      0|    else {
   77|      0|        PyObject *exc = _PyErr_CreateException(type, value);
   78|      0|        Py_XDECREF(value);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   79|      0|        if (exc == NULL) {
  ------------------
  |  Branch (79:13): [True: 0, False: 0]
  ------------------
   80|      0|            Py_DECREF(type);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|      0|            Py_XDECREF(traceback);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   82|      0|            return;
   83|      0|        }
   84|      0|        value = exc;
   85|      0|    }
   86|    403|    assert(PyExceptionInstance_Check(value));
  ------------------
  |  Branch (86:5): [True: 403, False: 0]
  ------------------
   87|    403|    if (traceback != NULL) {
  ------------------
  |  Branch (87:9): [True: 0, False: 403]
  ------------------
   88|      0|        if (PyException_SetTraceback(value, traceback) < 0) {
  ------------------
  |  Branch (88:13): [True: 0, False: 0]
  ------------------
   89|      0|            Py_DECREF(traceback);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|      0|            Py_DECREF(value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   91|      0|            Py_DECREF(type);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   92|      0|            return;
   93|      0|        }
   94|      0|        Py_DECREF(traceback);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   95|      0|    }
   96|    403|    _PyErr_SetRaisedException(tstate, value);
   97|    403|    Py_DECREF(type);
  ------------------
  |  |  430|    403|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    403|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    403|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   98|    403|}
PyErr_SetRaisedException:
  109|  1.00k|{
  110|  1.00k|    PyThreadState *tstate = _PyThreadState_GET();
  111|  1.00k|    _PyErr_SetRaisedException(tstate, exc);
  112|  1.00k|}
_PyErr_GetTopmostException:
  116|    403|{
  117|    403|    _PyErr_StackItem *exc_info = tstate->exc_info;
  118|    403|    assert(exc_info);
  ------------------
  |  Branch (118:5): [True: 403, False: 0]
  ------------------
  119|       |
  120|    407|    while (exc_info->exc_value == NULL && exc_info->previous_item != NULL)
  ------------------
  |  Branch (120:12): [True: 388, False: 19]
  |  Branch (120:43): [True: 4, False: 384]
  ------------------
  121|      4|    {
  122|      4|        exc_info = exc_info->previous_item;
  123|      4|    }
  124|    403|    assert(!Py_IsNone(exc_info->exc_value));
  ------------------
  |  Branch (124:5): [True: 403, False: 0]
  ------------------
  125|    403|    return exc_info;
  126|    403|}
_PyErr_SetObject:
  152|    403|{
  153|    403|    PyObject *exc_value;
  154|    403|    PyObject *tb = NULL;
  155|       |
  156|    403|    if (exception != NULL &&
  ------------------
  |  Branch (156:9): [True: 403, False: 0]
  ------------------
  157|    403|        !PyExceptionClass_Check(exception)) {
  ------------------
  |  |   61|    403|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|    806|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    403|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    403|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 403, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|    403|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|    403|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 403, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  158|      0|        _PyErr_Format(tstate, PyExc_SystemError,
  159|      0|                      "_PyErr_SetObject: "
  160|      0|                      "exception %R is not a BaseException subclass",
  161|      0|                      exception);
  162|      0|        return;
  163|      0|    }
  164|       |    /* Normalize the exception */
  165|    403|    int is_subclass = 0;
  166|    403|    if (value != NULL && PyExceptionInstance_Check(value)) {
  ------------------
  |  |   65|    403|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    403|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 267, False: 136]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (166:9): [True: 403, False: 0]
  ------------------
  167|    267|        is_subclass = PyObject_IsSubclass((PyObject *)Py_TYPE(value), exception);
  ------------------
  |  |  213|    267|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    267|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    267|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|    267|        if (is_subclass < 0) {
  ------------------
  |  Branch (168:13): [True: 0, False: 267]
  ------------------
  169|      0|            return;
  170|      0|        }
  171|    267|    }
  172|    403|    Py_XINCREF(value);
  ------------------
  |  |  514|    403|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    403|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    403|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  173|    403|    if (!is_subclass) {
  ------------------
  |  Branch (173:9): [True: 136, False: 267]
  ------------------
  174|       |        /* We must normalize the value right now */
  175|       |
  176|       |        /* Issue #23571: functions must not be called with an
  177|       |            exception set */
  178|    136|        _PyErr_Clear(tstate);
  179|       |
  180|    136|        PyObject *fixed_value = _PyErr_CreateException(exception, value);
  181|    136|        if (fixed_value == NULL) {
  ------------------
  |  Branch (181:13): [True: 0, False: 136]
  ------------------
  182|      0|            PyObject *exc = _PyErr_GetRaisedException(tstate);
  183|      0|            assert(PyExceptionInstance_Check(exc));
  ------------------
  |  Branch (183:13): [True: 0, False: 0]
  ------------------
  184|       |
  185|      0|            PyObject *note = get_normalization_failure_note(tstate, exception, value);
  186|      0|            Py_XDECREF(value);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  187|      0|            if (note != NULL) {
  ------------------
  |  Branch (187:17): [True: 0, False: 0]
  ------------------
  188|       |                /* ignore errors in _PyException_AddNote - they will be overwritten below */
  189|      0|                _PyException_AddNote(exc, note);
  190|      0|                Py_DECREF(note);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|      0|            }
  192|      0|            _PyErr_SetRaisedException(tstate, exc);
  193|      0|            return;
  194|      0|        }
  195|    136|        Py_XSETREF(value, fixed_value);
  ------------------
  |  |  374|    136|    do { \
  |  |  375|    136|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|    136|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|    136|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|    136|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|    136|        *_tmp_dst_ptr = (src); \
  |  |  378|    136|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|    136|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    136|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    136|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|    136|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 136]
  |  |  ------------------
  ------------------
  196|    136|    }
  197|       |
  198|    403|    exc_value = _PyErr_GetTopmostException(tstate)->exc_value;
  199|    403|    if (exc_value != NULL && exc_value != Py_None) {
  ------------------
  |  |  616|     19|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (199:9): [True: 19, False: 384]
  |  Branch (199:30): [True: 19, False: 0]
  ------------------
  200|       |        /* Implicit exception chaining */
  201|     19|        Py_INCREF(exc_value);
  ------------------
  |  |  310|     19|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  202|       |        /* Avoid creating new reference cycles through the
  203|       |           context chain, while taking care not to hang on
  204|       |           pre-existing ones.
  205|       |           This is O(chain length) but context chains are
  206|       |           usually very short. Sensitive readers may try
  207|       |           to inline the call to PyException_GetContext. */
  208|     19|        if (exc_value != value) {
  ------------------
  |  Branch (208:13): [True: 19, False: 0]
  ------------------
  209|     19|            PyObject *o = exc_value, *context;
  210|     19|            PyObject *slow_o = o;  /* Floyd's cycle detection algo */
  211|     19|            int slow_update_toggle = 0;
  212|     19|            while ((context = PyException_GetContext(o))) {
  ------------------
  |  Branch (212:20): [True: 0, False: 19]
  ------------------
  213|      0|                Py_DECREF(context);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  214|      0|                if (context == value) {
  ------------------
  |  Branch (214:21): [True: 0, False: 0]
  ------------------
  215|      0|                    PyException_SetContext(o, NULL);
  216|      0|                    break;
  217|      0|                }
  218|      0|                o = context;
  219|      0|                if (o == slow_o) {
  ------------------
  |  Branch (219:21): [True: 0, False: 0]
  ------------------
  220|       |                    /* pre-existing cycle - all exceptions on the
  221|       |                       path were visited and checked.  */
  222|      0|                    break;
  223|      0|                }
  224|      0|                if (slow_update_toggle) {
  ------------------
  |  Branch (224:21): [True: 0, False: 0]
  ------------------
  225|      0|                    slow_o = PyException_GetContext(slow_o);
  226|      0|                    Py_DECREF(slow_o);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  227|      0|                }
  228|      0|                slow_update_toggle = !slow_update_toggle;
  229|      0|            }
  230|     19|            PyException_SetContext(value, exc_value);
  231|     19|        }
  232|      0|        else {
  233|      0|            Py_DECREF(exc_value);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|      0|        }
  235|     19|    }
  236|    403|    assert(value != NULL);
  ------------------
  |  Branch (236:5): [True: 403, False: 0]
  ------------------
  237|    403|    if (PyExceptionInstance_Check(value))
  ------------------
  |  |   65|    403|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    403|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 403, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  238|    403|        tb = PyException_GetTraceback(value);
  239|    403|    _PyErr_Restore(tstate, Py_NewRef(Py_TYPE(value)), value, tb);
  ------------------
  |  |  550|    403|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    403|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    403|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|    403|}
PyErr_SetObject:
  244|     52|{
  245|     52|    PyThreadState *tstate = _PyThreadState_GET();
  246|     52|    _PyErr_SetObject(tstate, exception, value);
  247|     52|}
_PyErr_SetKeyError:
  258|    218|{
  259|    218|    PyThreadState *tstate = _PyThreadState_GET();
  260|       |
  261|       |    // PyObject_CallOneArg() must not be called with an exception set,
  262|       |    // otherwise _Py_CheckFunctionResult() can fail if the function returned
  263|       |    // a result with an excception set.
  264|    218|    _PyErr_Clear(tstate);
  265|       |
  266|    218|    PyObject *exc = PyObject_CallOneArg(PyExc_KeyError, arg);
  267|    218|    if (!exc) {
  ------------------
  |  Branch (267:9): [True: 0, False: 218]
  ------------------
  268|       |        /* caller will expect error to be set anyway */
  269|      0|        return;
  270|      0|    }
  271|       |
  272|    218|    _PyErr_SetObject(tstate, (PyObject*)Py_TYPE(exc), exc);
  ------------------
  |  |  213|    218|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    218|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    218|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  273|    218|    Py_DECREF(exc);
  ------------------
  |  |  430|    218|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    218|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    218|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|    218|}
_PyErr_SetString:
  294|     29|{
  295|     29|    PyObject *value = PyUnicode_FromString(string);
  296|     29|    if (value != NULL) {
  ------------------
  |  Branch (296:9): [True: 29, False: 0]
  ------------------
  297|     29|        _PyErr_SetObject(tstate, exception, value);
  298|     29|        Py_DECREF(value);
  ------------------
  |  |  430|     29|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  299|     29|    }
  300|     29|}
PyErr_SetString:
  304|     29|{
  305|     29|    PyThreadState *tstate = _PyThreadState_GET();
  306|     29|    _PyErr_SetString(tstate, exception, string);
  307|     29|}
PyErr_Occurred:
  321|  43.9k|{
  322|       |    /* The caller must hold a thread state. */
  323|  43.9k|    _Py_AssertHoldsTstate();
  ------------------
  |  |  306|  43.9k|#define _Py_AssertHoldsTstate() _Py_AssertHoldsTstateFunc(__func__)
  ------------------
  324|       |
  325|  43.9k|    PyThreadState *tstate = _PyThreadState_GET();
  326|  43.9k|    return _PyErr_Occurred(tstate);
  327|  43.9k|}
PyErr_GivenExceptionMatches:
  332|    492|{
  333|    492|    if (err == NULL || exc == NULL) {
  ------------------
  |  Branch (333:9): [True: 0, False: 492]
  |  Branch (333:24): [True: 0, False: 492]
  ------------------
  334|       |        /* maybe caused by "import exceptions" that failed early on */
  335|      0|        return 0;
  336|      0|    }
  337|    492|    if (PyTuple_Check(exc)) {
  ------------------
  |  |   27|    492|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    492|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 14, False: 478]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|     14|        Py_ssize_t i, n;
  339|     14|        n = PyTuple_Size(exc);
  340|     14|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (340:21): [True: 14, False: 0]
  ------------------
  341|       |            /* Test recursively */
  342|     14|             if (PyErr_GivenExceptionMatches(
  ------------------
  |  Branch (342:18): [True: 14, False: 0]
  ------------------
  343|     14|                 err, PyTuple_GET_ITEM(exc, i)))
  ------------------
  |  |   29|     14|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     14|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (343:23): [True: 14, False: 0]
  ------------------
  344|     14|             {
  345|     14|                 return 1;
  346|     14|             }
  347|     14|        }
  348|      0|        return 0;
  349|     14|    }
  350|       |    /* err might be an instance, so check its class. */
  351|    478|    if (PyExceptionInstance_Check(err))
  ------------------
  |  |   65|    478|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    478|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 339, False: 139]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  352|    339|        err = PyExceptionInstance_Class(err);
  ------------------
  |  |   69|    339|#define PyExceptionInstance_Class(x) _PyObject_CAST(Py_TYPE(x))
  |  |  ------------------
  |  |  |  |  171|    339|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    339|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|       |
  354|    478|    if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) {
  ------------------
  |  |   61|    956|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|    956|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 478, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|    956|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|    478|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 478, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) {
  ------------------
  |  |   61|    478|    (PyType_Check((x)) &&                                               \
  |  |  ------------------
  |  |  |  |  766|    956|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    478|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    478|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (766:28): [True: 478, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   62|    478|     PyType_FastSubclass((PyTypeObject*)(x), Py_TPFLAGS_BASE_EXC_SUBCLASS))
  |  |  ------------------
  |  |  |  |  760|    478|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 478, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  355|    478|        return PyType_IsSubtype((PyTypeObject *)err, (PyTypeObject *)exc);
  356|    478|    }
  357|       |
  358|      0|    return err == exc;
  359|    478|}
_PyErr_ExceptionMatches:
  364|    139|{
  365|    139|    return PyErr_GivenExceptionMatches(_PyErr_Occurred(tstate), exc);
  366|    139|}
PyErr_ExceptionMatches:
  371|    127|{
  372|    127|    PyThreadState *tstate = _PyThreadState_GET();
  373|    127|    return _PyErr_ExceptionMatches(tstate, exc);
  374|    127|}
_PyErr_GetRaisedException:
  499|  1.46k|_PyErr_GetRaisedException(PyThreadState *tstate) {
  500|  1.46k|    PyObject *exc = tstate->current_exception;
  501|       |    tstate->current_exception = NULL;
  502|  1.46k|    return exc;
  503|  1.46k|}
PyErr_GetRaisedException:
  507|  1.01k|{
  508|  1.01k|    PyThreadState *tstate = _PyThreadState_GET();
  509|  1.01k|    return _PyErr_GetRaisedException(tstate);
  510|  1.01k|}
_PyErr_Clear:
  539|    523|{
  540|    523|    _PyErr_Restore(tstate, NULL, NULL, NULL);
  541|    523|}
PyErr_Clear:
  546|    100|{
  547|    100|    PyThreadState *tstate = _PyThreadState_GET();
  548|    100|    _PyErr_Clear(tstate);
  549|    100|}
_PyErr_ChainExceptions1Tstate:
  707|     13|{
  708|     13|    if (exc == NULL) {
  ------------------
  |  Branch (708:9): [True: 13, False: 0]
  ------------------
  709|     13|        return;
  710|     13|    }
  711|      0|    if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (711:9): [True: 0, False: 0]
  ------------------
  712|      0|        PyObject *exc2 = _PyErr_GetRaisedException(tstate);
  713|      0|        PyException_SetContext(exc2, exc);
  714|      0|        _PyErr_SetRaisedException(tstate, exc2);
  715|      0|    }
  716|      0|    else {
  717|      0|        _PyErr_SetRaisedException(tstate, exc);
  718|      0|    }
  719|      0|}
_PyErr_ChainExceptions1:
  723|     13|{
  724|     13|    PyThreadState *tstate = _PyThreadState_GET();
  725|     13|    _PyErr_ChainExceptions1Tstate(tstate, exc);
  726|     13|}
PyErr_SetFromErrnoWithFilenameObject:
  810|     18|{
  811|       |    return PyErr_SetFromErrnoWithFilenameObjects(exc, filenameObject, NULL);
  812|     18|}
PyErr_SetFromErrnoWithFilenameObjects:
  816|     28|{
  817|     28|    PyThreadState *tstate = _PyThreadState_GET();
  818|     28|    PyObject *message;
  819|     28|    PyObject *v, *args;
  820|     28|    int i = errno;
  821|       |#ifdef MS_WINDOWS
  822|       |    WCHAR *s_buf = NULL;
  823|       |#endif /* Unix/Windows */
  824|       |
  825|     28|#ifdef EINTR
  826|     28|    if (i == EINTR && PyErr_CheckSignals())
  ------------------
  |  Branch (826:9): [True: 0, False: 28]
  |  Branch (826:23): [True: 0, False: 0]
  ------------------
  827|      0|        return NULL;
  828|     28|#endif
  829|       |
  830|     28|#ifndef MS_WINDOWS
  831|     28|    if (i != 0) {
  ------------------
  |  Branch (831:9): [True: 28, False: 0]
  ------------------
  832|     28|        const char *s = strerror(i);
  833|     28|        message = PyUnicode_DecodeLocale(s, "surrogateescape");
  834|     28|    }
  835|      0|    else {
  836|       |        /* Sometimes errno didn't get set */
  837|      0|        message = PyUnicode_FromString("Error");
  838|      0|    }
  839|       |#else
  840|       |    if (i == 0)
  841|       |        message = PyUnicode_FromString("Error"); /* Sometimes errno didn't get set */
  842|       |    else
  843|       |    {
  844|       |        /* Note that the Win32 errors do not lineup with the
  845|       |           errno error.  So if the error is in the MSVC error
  846|       |           table, we use it, otherwise we assume it really _is_
  847|       |           a Win32 error code
  848|       |        */
  849|       |        if (i > 0 && i < _sys_nerr) {
  850|       |            message = PyUnicode_FromString(_sys_errlist[i]);
  851|       |        }
  852|       |        else {
  853|       |            int len = FormatMessageW(
  854|       |                FORMAT_MESSAGE_ALLOCATE_BUFFER |
  855|       |                FORMAT_MESSAGE_FROM_SYSTEM |
  856|       |                FORMAT_MESSAGE_IGNORE_INSERTS,
  857|       |                NULL,                   /* no message source */
  858|       |                i,
  859|       |                MAKELANGID(LANG_NEUTRAL,
  860|       |                           SUBLANG_DEFAULT),
  861|       |                           /* Default language */
  862|       |                (LPWSTR) &s_buf,
  863|       |                0,                      /* size not used */
  864|       |                NULL);                  /* no args */
  865|       |            if (len==0) {
  866|       |                /* Only ever seen this in out-of-mem
  867|       |                   situations */
  868|       |                s_buf = NULL;
  869|       |                message = PyUnicode_FromFormat("Windows Error 0x%x", i);
  870|       |            } else {
  871|       |                /* remove trailing cr/lf and dots */
  872|       |                while (len > 0 && (s_buf[len-1] <= L' ' || s_buf[len-1] == L'.'))
  873|       |                    s_buf[--len] = L'\0';
  874|       |                message = PyUnicode_FromWideChar(s_buf, len);
  875|       |            }
  876|       |        }
  877|       |    }
  878|       |#endif /* Unix/Windows */
  879|       |
  880|     28|    if (message == NULL)
  ------------------
  |  Branch (880:9): [True: 0, False: 28]
  ------------------
  881|      0|    {
  882|       |#ifdef MS_WINDOWS
  883|       |        LocalFree(s_buf);
  884|       |#endif
  885|      0|        return NULL;
  886|      0|    }
  887|       |
  888|     28|    if (filenameObject != NULL) {
  ------------------
  |  Branch (888:9): [True: 18, False: 10]
  ------------------
  889|     18|        if (filenameObject2 != NULL)
  ------------------
  |  Branch (889:13): [True: 0, False: 18]
  ------------------
  890|      0|            args = Py_BuildValue("(iOOiO)", i, message, filenameObject, 0, filenameObject2);
  891|     18|        else
  892|     18|            args = Py_BuildValue("(iOO)", i, message, filenameObject);
  893|     18|    } else {
  894|     10|        assert(filenameObject2 == NULL);
  ------------------
  |  Branch (894:9): [True: 10, False: 0]
  ------------------
  895|     10|        args = Py_BuildValue("(iO)", i, message);
  896|     10|    }
  897|     28|    Py_DECREF(message);
  ------------------
  |  |  430|     28|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  898|       |
  899|     28|    if (args != NULL) {
  ------------------
  |  Branch (899:9): [True: 28, False: 0]
  ------------------
  900|     28|        v = PyObject_Call(exc, args, NULL);
  901|     28|        Py_DECREF(args);
  ------------------
  |  |  430|     28|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  902|     28|        if (v != NULL) {
  ------------------
  |  Branch (902:13): [True: 28, False: 0]
  ------------------
  903|     28|            _PyErr_SetObject(tstate, (PyObject *) Py_TYPE(v), v);
  ------------------
  |  |  213|     28|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  904|     28|            Py_DECREF(v);
  ------------------
  |  |  430|     28|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  905|     28|        }
  906|     28|    }
  907|       |#ifdef MS_WINDOWS
  908|       |    LocalFree(s_buf);
  909|       |#endif
  910|       |    return NULL;
  911|     28|}
PyErr_SetFromErrno:
  932|     10|{
  933|     10|    return PyErr_SetFromErrnoWithFilenameObjects(exc, NULL, NULL);
  934|     10|}
_PyErr_FormatV:
 1211|     55|{
 1212|     55|    PyObject* string;
 1213|       |
 1214|       |    /* Issue #23571: PyUnicode_FromFormatV() must not be called with an
 1215|       |       exception set, it calls arbitrary Python code like PyObject_Repr() */
 1216|     55|    _PyErr_Clear(tstate);
 1217|       |
 1218|     55|    string = PyUnicode_FromFormatV(format, vargs);
 1219|     55|    if (string != NULL) {
  ------------------
  |  Branch (1219:9): [True: 55, False: 0]
  ------------------
 1220|     55|        _PyErr_SetObject(tstate, exception, string);
 1221|     55|        Py_DECREF(string);
  ------------------
  |  |  430|     55|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     55|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     55|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1222|     55|    }
 1223|       |    return NULL;
 1224|     55|}
PyErr_Format:
 1249|     55|{
 1250|     55|    PyThreadState *tstate = _PyThreadState_GET();
 1251|     55|    va_list vargs;
 1252|     55|    va_start(vargs, format);
 1253|     55|    _PyErr_FormatV(tstate, exception, format, vargs);
 1254|     55|    va_end(vargs);
 1255|       |    return NULL;
 1256|     55|}
PyErr_NewException:
 1288|      4|{
 1289|      4|    PyThreadState *tstate = _PyThreadState_GET();
 1290|      4|    PyObject *modulename = NULL;
 1291|      4|    PyObject *mydict = NULL;
 1292|      4|    PyObject *bases = NULL;
 1293|      4|    PyObject *result = NULL;
 1294|       |
 1295|      4|    const char *dot = strrchr(name, '.');
 1296|      4|    if (dot == NULL) {
  ------------------
  |  Branch (1296:9): [True: 0, False: 4]
  ------------------
 1297|      0|        _PyErr_SetString(tstate, PyExc_SystemError,
 1298|      0|                         "PyErr_NewException: name must be module.class");
 1299|      0|        return NULL;
 1300|      0|    }
 1301|      4|    if (base == NULL) {
  ------------------
  |  Branch (1301:9): [True: 0, False: 4]
  ------------------
 1302|      0|        base = PyExc_Exception;
 1303|      0|    }
 1304|      4|    if (dict == NULL) {
  ------------------
  |  Branch (1304:9): [True: 4, False: 0]
  ------------------
 1305|      4|        dict = mydict = PyDict_New();
 1306|      4|        if (dict == NULL)
  ------------------
  |  Branch (1306:13): [True: 0, False: 4]
  ------------------
 1307|      0|            goto failure;
 1308|      4|    }
 1309|       |
 1310|      4|    int r = PyDict_Contains(dict, &_Py_ID(__module__));
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1311|      4|    if (r < 0) {
  ------------------
  |  Branch (1311:9): [True: 0, False: 4]
  ------------------
 1312|      0|        goto failure;
 1313|      0|    }
 1314|      4|    if (r == 0) {
  ------------------
  |  Branch (1314:9): [True: 4, False: 0]
  ------------------
 1315|      4|        modulename = PyUnicode_FromStringAndSize(name,
 1316|      4|                                             (Py_ssize_t)(dot-name));
 1317|      4|        if (modulename == NULL)
  ------------------
  |  Branch (1317:13): [True: 0, False: 4]
  ------------------
 1318|      0|            goto failure;
 1319|      4|        if (PyDict_SetItem(dict, &_Py_ID(__module__), modulename) != 0)
  ------------------
  |  |  917|      4|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1319:13): [True: 0, False: 4]
  ------------------
 1320|      0|            goto failure;
 1321|      4|    }
 1322|      4|    if (PyTuple_Check(base)) {
  ------------------
  |  |   27|      4|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1323|      2|        bases = Py_NewRef(base);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1324|      2|    } else {
 1325|      2|        bases = PyTuple_Pack(1, base);
 1326|      2|        if (bases == NULL)
  ------------------
  |  Branch (1326:13): [True: 0, False: 2]
  ------------------
 1327|      0|            goto failure;
 1328|      2|    }
 1329|       |    /* Create a real class. */
 1330|      4|    result = PyObject_CallFunction((PyObject *)&PyType_Type, "sOO",
 1331|      4|                                   dot+1, bases, dict);
 1332|      4|  failure:
 1333|      4|    Py_XDECREF(bases);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1334|      4|    Py_XDECREF(mydict);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1335|      4|    Py_XDECREF(modulename);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1336|      4|    return result;
 1337|      4|}
_PyErr_InitTypes:
 1400|      2|{
 1401|      2|    if (_PyStructSequence_InitBuiltin(interp, &UnraisableHookArgsType,
  ------------------
  |  Branch (1401:9): [True: 0, False: 2]
  ------------------
 1402|      2|                                      &UnraisableHookArgs_desc) < 0)
 1403|      0|    {
 1404|      0|        return _PyStatus_ERR("failed to initialize UnraisableHookArgs type");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1405|      0|    }
 1406|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1407|      2|}
errors.c:_PyErr_CreateException:
   33|    136|{
   34|    136|    PyObject *exc;
   35|       |
   36|    136|    if (value == NULL || value == Py_None) {
  ------------------
  |  |  616|    136|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (36:9): [True: 0, False: 136]
  |  Branch (36:26): [True: 0, False: 136]
  ------------------
   37|      0|        exc = _PyObject_CallNoArgs(exception_type);
   38|      0|    }
   39|    136|    else if (PyTuple_Check(value)) {
  ------------------
  |  |   27|    136|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    136|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 136]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   40|      0|        exc = PyObject_Call(exception_type, value, NULL);
   41|      0|    }
   42|    136|    else {
   43|    136|        exc = PyObject_CallOneArg(exception_type, value);
   44|    136|    }
   45|       |
   46|    136|    if (exc != NULL && !PyExceptionInstance_Check(exc)) {
  ------------------
  |  |   65|    136|    PyType_FastSubclass(Py_TYPE(x), Py_TPFLAGS_BASE_EXC_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    136|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (46:9): [True: 136, False: 0]
  |  Branch (46:24): [True: 0, False: 136]
  ------------------
   47|      0|        PyErr_Format(PyExc_TypeError,
   48|      0|                     "calling %R should have returned an instance of "
   49|      0|                     "BaseException, not %s",
   50|      0|                     exception_type, Py_TYPE(exc)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   51|      0|        Py_CLEAR(exc);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
   52|      0|    }
   53|       |
   54|    136|    return exc;
   55|    136|}

_Py_ResetForceASCII:
  325|      8|{
  326|      8|    force_ascii = -1;
  ------------------
  |  |  210|      8|#define force_ascii (_PyRuntime.fileutils.force_ascii)
  ------------------
  327|      8|}
_Py_DecodeLocaleEx:
  600|     42|{
  601|     42|    if (current_locale) {
  ------------------
  |  Branch (601:9): [True: 28, False: 14]
  ------------------
  602|       |#ifdef _Py_FORCE_UTF8_LOCALE
  603|       |        return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason,
  604|       |                                errors);
  605|       |#else
  606|     28|        return decode_current_locale(arg, wstr, wlen, reason, errors);
  607|     28|#endif
  608|     28|    }
  609|       |
  610|       |#ifdef _Py_FORCE_UTF8_FS_ENCODING
  611|       |    return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason,
  612|       |                            errors);
  613|       |#else
  614|     14|    int use_utf8 = (_PyRuntime.preconfig.utf8_mode >= 1);
  615|       |#ifdef MS_WINDOWS
  616|       |    use_utf8 |= (_PyRuntime.preconfig.legacy_windows_fs_encoding == 0);
  617|       |#endif
  618|     14|    if (use_utf8) {
  ------------------
  |  Branch (618:9): [True: 14, False: 0]
  ------------------
  619|     14|        return _Py_DecodeUTF8Ex(arg, strlen(arg), wstr, wlen, reason,
  620|     14|                                errors);
  621|     14|    }
  622|       |
  623|      0|#ifdef USE_FORCE_ASCII
  624|      0|    if (force_ascii == -1) {
  ------------------
  |  |  210|      0|#define force_ascii (_PyRuntime.fileutils.force_ascii)
  ------------------
  |  Branch (624:9): [True: 0, False: 0]
  ------------------
  625|      0|        force_ascii = check_force_ascii();
  ------------------
  |  |  210|      0|#define force_ascii (_PyRuntime.fileutils.force_ascii)
  ------------------
  626|      0|    }
  627|       |
  628|      0|    if (force_ascii) {
  ------------------
  |  |  210|      0|#define force_ascii (_PyRuntime.fileutils.force_ascii)
  |  |  ------------------
  |  |  |  Branch (210:21): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  629|       |        /* force ASCII encoding to workaround mbstowcs() issue */
  630|      0|        return decode_ascii(arg, wstr, wlen, reason, errors);
  631|      0|    }
  632|      0|#endif
  633|       |
  634|      0|    return decode_current_locale(arg, wstr, wlen, reason, errors);
  635|      0|#endif   /* !_Py_FORCE_UTF8_FS_ENCODING */
  636|      0|}
Py_DecodeLocale:
  660|     12|{
  661|     12|    wchar_t *wstr;
  662|     12|    int res = _Py_DecodeLocaleEx(arg, &wstr, wlen,
  663|     12|                                 NULL, 0,
  664|     12|                                 _Py_ERROR_SURROGATEESCAPE);
  665|     12|    if (res != 0) {
  ------------------
  |  Branch (665:9): [True: 0, False: 12]
  ------------------
  666|      0|        assert(res != -3);
  ------------------
  |  Branch (666:9): [True: 0, False: 0]
  ------------------
  667|      0|        if (wlen != NULL) {
  ------------------
  |  Branch (667:13): [True: 0, False: 0]
  ------------------
  668|      0|            *wlen = (size_t)res;
  669|      0|        }
  670|      0|        return NULL;
  671|      0|    }
  672|     12|    return wstr;
  673|     12|}
_Py_EncodeLocaleRaw:
  871|     32|{
  872|     32|    return encode_locale(text, error_pos, 1, 0);
  873|     32|}
_Py_fstat_noraise:
 1232|     21|{
 1233|       |#ifdef MS_WINDOWS
 1234|       |    BY_HANDLE_FILE_INFORMATION info;
 1235|       |    FILE_BASIC_INFO basicInfo;
 1236|       |    FILE_ID_INFO idInfo;
 1237|       |    FILE_ID_INFO *pIdInfo = &idInfo;
 1238|       |    HANDLE h;
 1239|       |    int type;
 1240|       |
 1241|       |    h = _Py_get_osfhandle_noraise(fd);
 1242|       |
 1243|       |    if (h == INVALID_HANDLE_VALUE) {
 1244|       |        /* errno is already set by _get_osfhandle, but we also set
 1245|       |           the Win32 error for callers who expect that */
 1246|       |        SetLastError(ERROR_INVALID_HANDLE);
 1247|       |        return -1;
 1248|       |    }
 1249|       |    memset(status, 0, sizeof(*status));
 1250|       |
 1251|       |    type = GetFileType(h);
 1252|       |    if (type == FILE_TYPE_UNKNOWN) {
 1253|       |        DWORD error = GetLastError();
 1254|       |        if (error != 0) {
 1255|       |            errno = winerror_to_errno(error);
 1256|       |            return -1;
 1257|       |        }
 1258|       |        /* else: valid but unknown file */
 1259|       |    }
 1260|       |
 1261|       |    if (type != FILE_TYPE_DISK) {
 1262|       |        if (type == FILE_TYPE_CHAR)
 1263|       |            status->st_mode = _S_IFCHR;
 1264|       |        else if (type == FILE_TYPE_PIPE)
 1265|       |            status->st_mode = _S_IFIFO;
 1266|       |        return 0;
 1267|       |    }
 1268|       |
 1269|       |    if (!GetFileInformationByHandle(h, &info) ||
 1270|       |        !GetFileInformationByHandleEx(h, FileBasicInfo, &basicInfo, sizeof(basicInfo))) {
 1271|       |        /* The Win32 error is already set, but we also set errno for
 1272|       |           callers who expect it */
 1273|       |        errno = winerror_to_errno(GetLastError());
 1274|       |        return -1;
 1275|       |    }
 1276|       |
 1277|       |    if (!GetFileInformationByHandleEx(h, FileIdInfo, &idInfo, sizeof(idInfo))) {
 1278|       |        /* Failed to get FileIdInfo, so do not pass it along */
 1279|       |        pIdInfo = NULL;
 1280|       |    }
 1281|       |
 1282|       |    _Py_attribute_data_to_stat(&info, 0, &basicInfo, pIdInfo, status);
 1283|       |    return 0;
 1284|       |#else
 1285|     21|    return fstat(fd, status);
 1286|     21|#endif
 1287|     21|}
_Py_wstat:
 1329|     20|{
 1330|     20|    int err;
 1331|       |#ifdef MS_WINDOWS
 1332|       |    struct _stat wstatbuf;
 1333|       |    err = _wstat(path, &wstatbuf);
 1334|       |    if (!err) {
 1335|       |        buf->st_mode = wstatbuf.st_mode;
 1336|       |    }
 1337|       |#else
 1338|     20|    char *fname;
 1339|     20|    fname = _Py_EncodeLocaleRaw(path, NULL);
 1340|     20|    if (fname == NULL) {
  ------------------
  |  Branch (1340:9): [True: 0, False: 20]
  ------------------
 1341|      0|        errno = EINVAL;
 1342|      0|        return -1;
 1343|      0|    }
 1344|     20|    err = stat(fname, buf);
 1345|     20|    PyMem_RawFree(fname);
 1346|     20|#endif
 1347|     20|    return err;
 1348|     20|}
_Py_set_inheritable:
 1601|     13|{
 1602|     13|    return set_inheritable(fd, inheritable, 1, atomic_flag_works);
 1603|     13|}
_Py_wfopen:
 1713|     10|{
 1714|     10|    FILE *f;
 1715|     10|    if (PySys_Audit("open", "uui", path, mode, 0) < 0) {
  ------------------
  |  Branch (1715:9): [True: 0, False: 10]
  ------------------
 1716|      0|        return NULL;
 1717|      0|    }
 1718|     10|#ifndef MS_WINDOWS
 1719|     10|    char *cpath;
 1720|     10|    char cmode[10];
 1721|     10|    size_t r;
 1722|     10|    r = wcstombs(cmode, mode, 10);
 1723|     10|    if (r == DECODE_ERROR || r >= 10) {
  ------------------
  |  Branch (1723:9): [True: 0, False: 10]
  |  Branch (1723:30): [True: 0, False: 10]
  ------------------
 1724|      0|        errno = EINVAL;
 1725|      0|        return NULL;
 1726|      0|    }
 1727|     10|    cpath = _Py_EncodeLocaleRaw(path, NULL);
 1728|     10|    if (cpath == NULL) {
  ------------------
  |  Branch (1728:9): [True: 0, False: 10]
  ------------------
 1729|      0|        return NULL;
 1730|      0|    }
 1731|     10|    f = fopen(cpath, cmode);
 1732|     10|    PyMem_RawFree(cpath);
 1733|       |#else
 1734|       |    f = _wfopen(path, mode);
 1735|       |#endif
 1736|     10|    if (f == NULL)
  ------------------
  |  Branch (1736:9): [True: 10, False: 0]
  ------------------
 1737|     10|        return NULL;
 1738|      0|    if (make_non_inheritable(fileno(f)) < 0) {
  ------------------
  |  Branch (1738:9): [True: 0, False: 0]
  ------------------
 1739|      0|        fclose(f);
 1740|      0|        return NULL;
 1741|      0|    }
 1742|      0|    return f;
 1743|      0|}
_Py_read:
 1866|     26|{
 1867|     26|    Py_ssize_t n;
 1868|     26|    int err;
 1869|     26|    int async_err = 0;
 1870|       |
 1871|     26|    _Py_AssertHoldsTstate();
  ------------------
  |  |  306|     26|#define _Py_AssertHoldsTstate() _Py_AssertHoldsTstateFunc(__func__)
  ------------------
 1872|       |
 1873|       |    /* _Py_read() must not be called with an exception set, otherwise the
 1874|       |     * caller may think that read() was interrupted by a signal and the signal
 1875|       |     * handler raised an exception. */
 1876|     26|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (1876:5): [True: 26, False: 0]
  ------------------
 1877|       |
 1878|     26|    if (count > _PY_READ_MAX) {
  ------------------
  |  |   59|     26|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|     26|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
  |  Branch (1878:9): [True: 0, False: 26]
  ------------------
 1879|      0|        count = _PY_READ_MAX;
  ------------------
  |  |   59|      0|#   define _PY_READ_MAX  PY_SSIZE_T_MAX
  |  |  ------------------
  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  ------------------
 1880|      0|    }
 1881|       |
 1882|     26|    _Py_BEGIN_SUPPRESS_IPH
 1883|     26|    do {
 1884|     26|        Py_BEGIN_ALLOW_THREADS
  ------------------
  |  |  119|     26|#define Py_BEGIN_ALLOW_THREADS { \
  |  |  120|     26|                        PyThreadState *_save; \
  |  |  121|     26|                        _save = PyEval_SaveThread();
  ------------------
 1885|     26|        errno = 0;
 1886|       |#ifdef MS_WINDOWS
 1887|       |        _doserrno = 0;
 1888|       |        n = read(fd, buf, (int)count);
 1889|       |        // read() on a non-blocking empty pipe fails with EINVAL, which is
 1890|       |        // mapped from the Windows error code ERROR_NO_DATA.
 1891|       |        if (n < 0 && errno == EINVAL) {
 1892|       |            if (_doserrno == ERROR_NO_DATA) {
 1893|       |                errno = EAGAIN;
 1894|       |            }
 1895|       |        }
 1896|       |#else
 1897|     26|        n = read(fd, buf, count);
 1898|     26|#endif
 1899|       |        /* save/restore errno because PyErr_CheckSignals()
 1900|       |         * and PyErr_SetFromErrno() can modify it */
 1901|     26|        err = errno;
 1902|     26|        Py_END_ALLOW_THREADS
  ------------------
  |  |  124|     26|#define Py_END_ALLOW_THREADS    PyEval_RestoreThread(_save); \
  |  |  125|     26|                 }
  ------------------
 1903|     26|    } while (n < 0 && err == EINTR &&
  ------------------
  |  Branch (1903:14): [True: 0, False: 26]
  |  Branch (1903:23): [True: 0, False: 0]
  ------------------
 1904|      0|            !(async_err = PyErr_CheckSignals()));
  ------------------
  |  Branch (1904:13): [True: 0, False: 0]
  ------------------
 1905|     26|    _Py_END_SUPPRESS_IPH
 1906|       |
 1907|     26|    if (async_err) {
  ------------------
  |  Branch (1907:9): [True: 0, False: 26]
  ------------------
 1908|       |        /* read() was interrupted by a signal (failed with EINTR)
 1909|       |         * and the Python signal handler raised an exception */
 1910|      0|        errno = err;
 1911|      0|        assert(errno == EINTR && PyErr_Occurred());
  ------------------
  |  Branch (1911:9): [True: 0, False: 0]
  |  Branch (1911:9): [True: 0, False: 0]
  ------------------
 1912|      0|        return -1;
 1913|      0|    }
 1914|     26|    if (n < 0) {
  ------------------
  |  Branch (1914:9): [True: 0, False: 26]
  ------------------
 1915|      0|        PyErr_SetFromErrno(PyExc_OSError);
 1916|      0|        errno = err;
 1917|      0|        return -1;
 1918|      0|    }
 1919|       |
 1920|     26|    return n;
 1921|     26|}
_Py_wreadlink:
 2069|      2|{
 2070|      2|    char *cpath;
 2071|      2|    char cbuf[MAXPATHLEN];
 2072|      2|    size_t cbuf_len = Py_ARRAY_LENGTH(cbuf);
  ------------------
  |  |  196|      2|    (sizeof(array) / sizeof((array)[0]))
  ------------------
 2073|      2|    wchar_t *wbuf;
 2074|      2|    Py_ssize_t res;
 2075|      2|    size_t r1;
 2076|       |
 2077|      2|    cpath = _Py_EncodeLocaleRaw(path, NULL);
 2078|      2|    if (cpath == NULL) {
  ------------------
  |  Branch (2078:9): [True: 0, False: 2]
  ------------------
 2079|      0|        errno = EINVAL;
 2080|      0|        return -1;
 2081|      0|    }
 2082|      2|    res = readlink(cpath, cbuf, cbuf_len);
 2083|      2|    PyMem_RawFree(cpath);
 2084|      2|    if (res == -1) {
  ------------------
  |  Branch (2084:9): [True: 2, False: 0]
  ------------------
 2085|      2|        return -1;
 2086|      2|    }
 2087|      0|    if ((size_t)res == cbuf_len) {
  ------------------
  |  Branch (2087:9): [True: 0, False: 0]
  ------------------
 2088|      0|        errno = EINVAL;
 2089|      0|        return -1;
 2090|      0|    }
 2091|      0|    cbuf[res] = '\0'; /* buf will be null terminated */
 2092|      0|    wbuf = Py_DecodeLocale(cbuf, &r1);
 2093|      0|    if (wbuf == NULL) {
  ------------------
  |  Branch (2093:9): [True: 0, False: 0]
  ------------------
 2094|      0|        errno = EINVAL;
 2095|      0|        return -1;
 2096|      0|    }
 2097|       |    /* wbuf must have space to store the trailing NUL character */
 2098|      0|    if (buflen <= r1) {
  ------------------
  |  Branch (2098:9): [True: 0, False: 0]
  ------------------
 2099|      0|        PyMem_RawFree(wbuf);
 2100|      0|        errno = EINVAL;
 2101|      0|        return -1;
 2102|      0|    }
 2103|      0|    wcsncpy(buf, wbuf, buflen);
 2104|      0|    PyMem_RawFree(wbuf);
 2105|      0|    return (int)r1;
 2106|      0|}
_Py_isabs:
 2156|     80|{
 2157|       |#ifdef MS_WINDOWS
 2158|       |    const wchar_t *tail;
 2159|       |    HRESULT hr = PathCchSkipRoot(path, &tail);
 2160|       |    if (FAILED(hr) || path == tail) {
 2161|       |        return 0;
 2162|       |    }
 2163|       |    if (tail == &path[1] && (path[0] == SEP || path[0] == ALTSEP)) {
 2164|       |        // Exclude paths with leading SEP
 2165|       |        return 0;
 2166|       |    }
 2167|       |    if (tail == &path[2] && path[1] == L':') {
 2168|       |        // Exclude drive-relative paths (e.g. C:filename.ext)
 2169|       |        return 0;
 2170|       |    }
 2171|       |    return 1;
 2172|       |#else
 2173|     80|    return (path[0] == SEP);
  ------------------
  |  |   29|     80|#  define SEP L'/'
  ------------------
 2174|     80|#endif
 2175|     80|}
_Py_abspath:
 2185|      2|{
 2186|      2|    if (path[0] == '\0' || !wcscmp(path, L".")) {
  ------------------
  |  Branch (2186:9): [True: 0, False: 2]
  |  Branch (2186:28): [True: 0, False: 2]
  ------------------
 2187|      0|        wchar_t cwd[MAXPATHLEN + 1];
 2188|      0|        cwd[Py_ARRAY_LENGTH(cwd) - 1] = 0;
  ------------------
  |  |  196|      0|    (sizeof(array) / sizeof((array)[0]))
  ------------------
 2189|      0|        if (!_Py_wgetcwd(cwd, Py_ARRAY_LENGTH(cwd) - 1)) {
  ------------------
  |  |  196|      0|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (2189:13): [True: 0, False: 0]
  ------------------
 2190|       |            /* unable to get the current directory */
 2191|      0|            return -1;
 2192|      0|        }
 2193|      0|        *abspath_p = _PyMem_RawWcsdup(cwd);
 2194|      0|        return 0;
 2195|      0|    }
 2196|       |
 2197|      2|    if (_Py_isabs(path)) {
  ------------------
  |  Branch (2197:9): [True: 2, False: 0]
  ------------------
 2198|      2|        *abspath_p = _PyMem_RawWcsdup(path);
 2199|      2|        return 0;
 2200|      2|    }
 2201|       |
 2202|       |#ifdef MS_WINDOWS
 2203|       |    return _PyOS_getfullpathname(path, abspath_p);
 2204|       |#else
 2205|      0|    wchar_t cwd[MAXPATHLEN + 1];
 2206|      0|    cwd[Py_ARRAY_LENGTH(cwd) - 1] = 0;
  ------------------
  |  |  196|      0|    (sizeof(array) / sizeof((array)[0]))
  ------------------
 2207|      0|    if (!_Py_wgetcwd(cwd, Py_ARRAY_LENGTH(cwd) - 1)) {
  ------------------
  |  |  196|      0|    (sizeof(array) / sizeof((array)[0]))
  ------------------
  |  Branch (2207:9): [True: 0, False: 0]
  ------------------
 2208|       |        /* unable to get the current directory */
 2209|      0|        return -1;
 2210|      0|    }
 2211|       |
 2212|      0|    size_t cwd_len = wcslen(cwd);
 2213|      0|    size_t path_len = wcslen(path);
 2214|      0|    size_t len = cwd_len + 1 + path_len + 1;
 2215|      0|    if (len <= (size_t)PY_SSIZE_T_MAX / sizeof(wchar_t)) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2215:9): [True: 0, False: 0]
  ------------------
 2216|      0|        *abspath_p = PyMem_RawMalloc(len * sizeof(wchar_t));
 2217|      0|    }
 2218|      0|    else {
 2219|      0|        *abspath_p = NULL;
 2220|      0|    }
 2221|      0|    if (*abspath_p == NULL) {
  ------------------
  |  Branch (2221:9): [True: 0, False: 0]
  ------------------
 2222|      0|        return 0;
 2223|      0|    }
 2224|       |
 2225|      0|    wchar_t *abspath = *abspath_p;
 2226|      0|    memcpy(abspath, cwd, cwd_len * sizeof(wchar_t));
 2227|      0|    abspath += cwd_len;
 2228|       |
 2229|      0|    *abspath = (wchar_t)SEP;
  ------------------
  |  |   29|      0|#  define SEP L'/'
  ------------------
 2230|      0|    abspath++;
 2231|       |
 2232|      0|    memcpy(abspath, path, path_len * sizeof(wchar_t));
 2233|      0|    abspath += path_len;
 2234|       |
 2235|      0|    *abspath = 0;
 2236|      0|    return 0;
 2237|      0|#endif
 2238|      0|}
_Py_skiproot:
 2310|     38|{
 2311|     38|    assert(drvsize);
  ------------------
  |  Branch (2311:5): [True: 38, False: 0]
  ------------------
 2312|     38|    assert(rootsize);
  ------------------
  |  Branch (2312:5): [True: 38, False: 0]
  ------------------
 2313|     38|#ifndef MS_WINDOWS
 2314|     38|#define IS_SEP(x) (*(x) == SEP)
 2315|     38|    *drvsize = 0;
 2316|     38|    if (!IS_SEP(&path[0])) {
  ------------------
  |  | 2314|     38|#define IS_SEP(x) (*(x) == SEP)
  |  |  ------------------
  |  |  |  |   29|     38|#  define SEP L'/'
  |  |  ------------------
  ------------------
  |  Branch (2316:9): [True: 0, False: 38]
  ------------------
 2317|       |        // Relative path, e.g.: 'foo'
 2318|      0|        *rootsize = 0;
 2319|      0|    }
 2320|     38|    else if (!IS_SEP(&path[1]) || IS_SEP(&path[2])) {
  ------------------
  |  | 2314|     76|#define IS_SEP(x) (*(x) == SEP)
  |  |  ------------------
  |  |  |  |   29|     38|#  define SEP L'/'
  |  |  ------------------
  ------------------
                  else if (!IS_SEP(&path[1]) || IS_SEP(&path[2])) {
  ------------------
  |  | 2314|      0|#define IS_SEP(x) (*(x) == SEP)
  |  |  ------------------
  |  |  |  |   29|      0|#  define SEP L'/'
  |  |  ------------------
  |  |  |  Branch (2314:19): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2320:14): [True: 38, False: 0]
  ------------------
 2321|       |        // Absolute path, e.g.: '/foo', '///foo', '////foo', etc.
 2322|     38|        *rootsize = 1;
 2323|     38|    }
 2324|      0|    else {
 2325|       |        // Precisely two leading slashes, e.g.: '//foo'. Implementation defined per POSIX, see
 2326|       |        // https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_13
 2327|      0|        *rootsize = 2;
 2328|      0|    }
 2329|     38|#undef IS_SEP
 2330|       |#else
 2331|       |    const wchar_t *pEnd = size >= 0 ? &path[size] : NULL;
 2332|       |#define IS_END(x) (pEnd ? (x) == pEnd : !*(x))
 2333|       |#define IS_SEP(x) (*(x) == SEP || *(x) == ALTSEP)
 2334|       |#define SEP_OR_END(x) (IS_SEP(x) || IS_END(x))
 2335|       |    if (IS_SEP(&path[0])) {
 2336|       |        if (IS_SEP(&path[1])) {
 2337|       |            // Device drives, e.g. \\.\device or \\?\device
 2338|       |            // UNC drives, e.g. \\server\share or \\?\UNC\server\share
 2339|       |            Py_ssize_t idx;
 2340|       |            if (path[2] == L'?' && IS_SEP(&path[3]) &&
 2341|       |                (path[4] == L'U' || path[4] == L'u') &&
 2342|       |                (path[5] == L'N' || path[5] == L'n') &&
 2343|       |                (path[6] == L'C' || path[6] == L'c') &&
 2344|       |                IS_SEP(&path[7]))
 2345|       |            {
 2346|       |                idx = 8;
 2347|       |            }
 2348|       |            else {
 2349|       |                idx = 2;
 2350|       |            }
 2351|       |            while (!SEP_OR_END(&path[idx])) {
 2352|       |                idx++;
 2353|       |            }
 2354|       |            if (IS_END(&path[idx])) {
 2355|       |                *drvsize = idx;
 2356|       |                *rootsize = 0;
 2357|       |            }
 2358|       |            else {
 2359|       |                idx++;
 2360|       |                while (!SEP_OR_END(&path[idx])) {
 2361|       |                    idx++;
 2362|       |                }
 2363|       |                *drvsize = idx;
 2364|       |                if (IS_END(&path[idx])) {
 2365|       |                    *rootsize = 0;
 2366|       |                }
 2367|       |                else {
 2368|       |                    *rootsize = 1;
 2369|       |                }
 2370|       |            }
 2371|       |        }
 2372|       |        else {
 2373|       |            // Relative path with root, e.g. \Windows
 2374|       |            *drvsize = 0;
 2375|       |            *rootsize = 1;
 2376|       |        }
 2377|       |    }
 2378|       |    else if (!IS_END(&path[0]) && path[1] == L':') {
 2379|       |        *drvsize = 2;
 2380|       |        if (IS_SEP(&path[2])) {
 2381|       |            // Absolute drive-letter path, e.g. X:\Windows
 2382|       |            *rootsize = 1;
 2383|       |        }
 2384|       |        else {
 2385|       |            // Relative path with drive, e.g. X:Windows
 2386|       |            *rootsize = 0;
 2387|       |        }
 2388|       |    }
 2389|       |    else {
 2390|       |        // Relative path, e.g. Windows
 2391|       |        *drvsize = 0;
 2392|       |        *rootsize = 0;
 2393|       |    }
 2394|       |#undef SEP_OR_END
 2395|       |#undef IS_SEP
 2396|       |#undef IS_END
 2397|       |#endif
 2398|     38|}
_Py_add_relfile:
 2470|     26|{
 2471|     26|    assert(dirname != NULL && relfile != NULL);
  ------------------
  |  Branch (2471:5): [True: 26, False: 0]
  |  Branch (2471:5): [True: 26, False: 0]
  ------------------
 2472|     26|    assert(bufsize > 0);
  ------------------
  |  Branch (2472:5): [True: 26, False: 0]
  ------------------
 2473|     26|    return join_relfile(dirname, bufsize, dirname, relfile);
 2474|     26|}
_Py_normpath_and_size:
 2496|     38|{
 2497|     38|    assert(path != NULL);
  ------------------
  |  Branch (2497:5): [True: 38, False: 0]
  ------------------
 2498|     38|    if ((size < 0 && !path[0]) || size == 0) {
  ------------------
  |  Branch (2498:10): [True: 28, False: 10]
  |  Branch (2498:22): [True: 0, False: 28]
  |  Branch (2498:35): [True: 0, False: 38]
  ------------------
 2499|      0|        *normsize = 0;
 2500|      0|        return path;
 2501|      0|    }
 2502|     38|    wchar_t *pEnd = size >= 0 ? &path[size] : NULL;
  ------------------
  |  Branch (2502:21): [True: 10, False: 28]
  ------------------
 2503|     38|    wchar_t *p1 = path;     // sequentially scanned address in the path
 2504|     38|    wchar_t *p2 = path;     // destination of a scanned character to be ljusted
 2505|     38|    wchar_t *minP2 = path;  // the beginning of the destination range
 2506|     38|    wchar_t lastC = L'\0';  // the last ljusted character, p2[-1] in most cases
 2507|       |
 2508|     38|#define IS_END(x) (pEnd ? (x) == pEnd : !*(x))
 2509|       |#ifdef ALTSEP
 2510|       |#define IS_SEP(x) (*(x) == SEP || *(x) == ALTSEP)
 2511|       |#else
 2512|     38|#define IS_SEP(x) (*(x) == SEP)
 2513|     38|#endif
 2514|     38|#define SEP_OR_END(x) (IS_SEP(x) || IS_END(x))
 2515|       |
 2516|     38|    Py_ssize_t drvsize, rootsize;
 2517|     38|    _Py_skiproot(path, size, &drvsize, &rootsize);
 2518|     38|    if (drvsize || rootsize) {
  ------------------
  |  Branch (2518:9): [True: 0, False: 38]
  |  Branch (2518:20): [True: 38, False: 0]
  ------------------
 2519|       |        // Skip past root and update minP2
 2520|     38|        p1 = &path[drvsize + rootsize];
 2521|     38|#ifndef ALTSEP
 2522|     38|        p2 = p1;
 2523|       |#else
 2524|       |        for (; p2 < p1; ++p2) {
 2525|       |            if (*p2 == ALTSEP) {
 2526|       |                *p2 = SEP;
 2527|       |            }
 2528|       |        }
 2529|       |#endif
 2530|     38|        minP2 = p2 - 1;
 2531|     38|        lastC = *minP2;
 2532|       |#ifdef MS_WINDOWS
 2533|       |        if (lastC != SEP) {
 2534|       |            minP2++;
 2535|       |        }
 2536|       |#endif
 2537|     38|    }
 2538|     38|    if (p1[0] == L'.' && SEP_OR_END(&p1[1])) {
  ------------------
  |  | 2514|      0|#define SEP_OR_END(x) (IS_SEP(x) || IS_END(x))
  |  |  ------------------
  |  |  |  | 2512|      0|#define IS_SEP(x) (*(x) == SEP)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#  define SEP L'/'
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2512:19): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define SEP_OR_END(x) (IS_SEP(x) || IS_END(x))
  |  |  ------------------
  |  |  |  | 2508|      0|#define IS_END(x) (pEnd ? (x) == pEnd : !*(x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2508:19): [True: 0, False: 0]
  |  |  |  |  |  Branch (2508:20): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2538:9): [True: 0, False: 38]
  ------------------
 2539|       |        // Skip leading '.\'
 2540|      0|        lastC = *++p1;
 2541|       |#ifdef ALTSEP
 2542|       |        if (lastC == ALTSEP) {
 2543|       |            lastC = SEP;
 2544|       |        }
 2545|       |#endif
 2546|      0|        while (IS_SEP(p1)) {
  ------------------
  |  | 2512|      0|#define IS_SEP(x) (*(x) == SEP)
  |  |  ------------------
  |  |  |  |   29|      0|#  define SEP L'/'
  |  |  ------------------
  |  |  |  Branch (2512:19): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2547|      0|            p1++;
 2548|      0|        }
 2549|      0|    }
 2550|       |
 2551|       |    /* if pEnd is specified, check that. Else, check for null terminator */
 2552|  2.08k|    for (; !IS_END(p1); ++p1) {
  ------------------
  |  | 2508|  2.08k|#define IS_END(x) (pEnd ? (x) == pEnd : !*(x))
  |  |  ------------------
  |  |  |  Branch (2508:20): [True: 608, False: 1.47k]
  |  |  ------------------
  ------------------
  |  Branch (2552:12): [True: 2.04k, False: 38]
  ------------------
 2553|  2.04k|        wchar_t c = *p1;
 2554|       |#ifdef ALTSEP
 2555|       |        if (c == ALTSEP) {
 2556|       |            c = SEP;
 2557|       |        }
 2558|       |#endif
 2559|  2.04k|        if (lastC == SEP) {
  ------------------
  |  |   29|  2.04k|#  define SEP L'/'
  ------------------
  |  Branch (2559:13): [True: 184, False: 1.86k]
  ------------------
 2560|    184|            if (c == L'.') {
  ------------------
  |  Branch (2560:17): [True: 0, False: 184]
  ------------------
 2561|      0|                int sep_at_1 = SEP_OR_END(&p1[1]);
  ------------------
  |  | 2514|      0|#define SEP_OR_END(x) (IS_SEP(x) || IS_END(x))
  |  |  ------------------
  |  |  |  | 2512|      0|#define IS_SEP(x) (*(x) == SEP)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#  define SEP L'/'
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2512:19): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define SEP_OR_END(x) (IS_SEP(x) || IS_END(x))
  |  |  ------------------
  |  |  |  | 2508|      0|#define IS_END(x) (pEnd ? (x) == pEnd : !*(x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2508:19): [True: 0, False: 0]
  |  |  |  |  |  Branch (2508:20): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2562|      0|                int sep_at_2 = !sep_at_1 && SEP_OR_END(&p1[2]);
  ------------------
  |  | 2514|      0|#define SEP_OR_END(x) (IS_SEP(x) || IS_END(x))
  |  |  ------------------
  |  |  |  | 2512|      0|#define IS_SEP(x) (*(x) == SEP)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#  define SEP L'/'
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2512:19): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define SEP_OR_END(x) (IS_SEP(x) || IS_END(x))
  |  |  ------------------
  |  |  |  | 2508|      0|#define IS_END(x) (pEnd ? (x) == pEnd : !*(x))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (2508:19): [True: 0, False: 0]
  |  |  |  |  |  Branch (2508:20): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2562:32): [True: 0, False: 0]
  ------------------
 2563|      0|                if (sep_at_2 && p1[1] == L'.') {
  ------------------
  |  Branch (2563:21): [True: 0, False: 0]
  |  Branch (2563:33): [True: 0, False: 0]
  ------------------
 2564|      0|                    wchar_t *p3 = p2;
 2565|      0|                    while (p3 != minP2 && *--p3 == SEP) { }
  ------------------
  |  |   29|      0|#  define SEP L'/'
  ------------------
  |  Branch (2565:28): [True: 0, False: 0]
  |  Branch (2565:43): [True: 0, False: 0]
  ------------------
 2566|      0|                    while (p3 != minP2 && *(p3 - 1) != SEP) { --p3; }
  ------------------
  |  |   29|      0|#  define SEP L'/'
  ------------------
  |  Branch (2566:28): [True: 0, False: 0]
  |  Branch (2566:43): [True: 0, False: 0]
  ------------------
 2567|      0|                    if (p2 == minP2
  ------------------
  |  Branch (2567:25): [True: 0, False: 0]
  ------------------
 2568|      0|                        || (p3[0] == L'.' && p3[1] == L'.' && IS_SEP(&p3[2])))
  ------------------
  |  | 2512|      0|#define IS_SEP(x) (*(x) == SEP)
  |  |  ------------------
  |  |  |  |   29|      0|#  define SEP L'/'
  |  |  ------------------
  |  |  |  Branch (2512:19): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2568:29): [True: 0, False: 0]
  |  Branch (2568:46): [True: 0, False: 0]
  ------------------
 2569|      0|                    {
 2570|       |                        // Previous segment is also ../, so append instead.
 2571|       |                        // Relative path does not absorb ../ at minP2 as well.
 2572|      0|                        *p2++ = L'.';
 2573|      0|                        *p2++ = L'.';
 2574|      0|                        lastC = L'.';
 2575|      0|                    } else if (p3[0] == SEP) {
  ------------------
  |  |   29|      0|#  define SEP L'/'
  ------------------
  |  Branch (2575:32): [True: 0, False: 0]
  ------------------
 2576|       |                        // Absolute path, so absorb segment
 2577|      0|                        p2 = p3 + 1;
 2578|      0|                    } else {
 2579|      0|                        p2 = p3;
 2580|      0|                    }
 2581|      0|                    p1 += 1;
 2582|      0|                } else if (sep_at_1) {
  ------------------
  |  Branch (2582:28): [True: 0, False: 0]
  ------------------
 2583|      0|                } else {
 2584|      0|                    *p2++ = lastC = c;
 2585|      0|                }
 2586|    184|            } else if (c == SEP) {
  ------------------
  |  |   29|    184|#  define SEP L'/'
  ------------------
  |  Branch (2586:24): [True: 0, False: 184]
  ------------------
 2587|    184|            } else {
 2588|    184|                *p2++ = lastC = c;
 2589|    184|            }
 2590|  1.86k|        } else {
 2591|  1.86k|            *p2++ = lastC = c;
 2592|  1.86k|        }
 2593|  2.04k|    }
 2594|     38|    *p2 = L'\0';
 2595|     38|    if (p2 != minP2) {
  ------------------
  |  Branch (2595:9): [True: 38, False: 0]
  ------------------
 2596|     38|        while (--p2 != minP2 && *p2 == SEP) {
  ------------------
  |  |   29|     38|#  define SEP L'/'
  ------------------
  |  Branch (2596:16): [True: 38, False: 0]
  |  Branch (2596:33): [True: 0, False: 38]
  ------------------
 2597|      0|            *p2 = L'\0';
 2598|      0|        }
 2599|     38|    } else {
 2600|      0|        --p2;
 2601|      0|    }
 2602|     38|    *normsize = p2 - path + 1;
 2603|     38|#undef SEP_OR_END
 2604|     38|#undef IS_SEP
 2605|     38|#undef IS_END
 2606|     38|    return path;
 2607|     38|}
_Py_normpath:
 2616|     28|{
 2617|     28|    Py_ssize_t norm_length;
 2618|     28|    return _Py_normpath_and_size(path, size, &norm_length);
 2619|     28|}
_Py_GetTicksPerSecond:
 3083|      4|{
 3084|      4|#if defined(HAVE_SYSCONF) && defined(_SC_CLK_TCK)
 3085|      4|    long value = sysconf(_SC_CLK_TCK);
 3086|      4|    if (value < 1) {
  ------------------
  |  Branch (3086:9): [True: 0, False: 4]
  ------------------
 3087|      0|        return -1;
 3088|      0|    }
 3089|      4|    *ticks_per_second = value;
 3090|       |#elif defined(HZ)
 3091|       |    assert(HZ >= 1);
 3092|       |    *ticks_per_second = HZ;
 3093|       |#else
 3094|       |    // Magic fallback value; may be bogus
 3095|       |    *ticks_per_second = 60;
 3096|       |#endif
 3097|      4|    return 0;
 3098|      4|}
_Py_IsValidFD:
 3106|      6|{
 3107|       |/* dup() is faster than fstat(): fstat() can require input/output operations,
 3108|       |   whereas dup() doesn't. There is a low risk of EMFILE/ENFILE at Python
 3109|       |   startup. Problem: dup() doesn't check if the file descriptor is valid on
 3110|       |   some platforms.
 3111|       |
 3112|       |   fcntl(fd, F_GETFD) is even faster, because it only checks the process table.
 3113|       |   It is preferred over dup() when available, since it cannot fail with the
 3114|       |   "too many open files" error (EMFILE).
 3115|       |
 3116|       |   bpo-30225: On macOS Tiger, when stdout is redirected to a pipe and the other
 3117|       |   side of the pipe is closed, dup(1) succeed, whereas fstat(1, &st) fails with
 3118|       |   EBADF. FreeBSD has similar issue (bpo-32849).
 3119|       |
 3120|       |   Only use dup() on Linux where dup() is enough to detect invalid FD
 3121|       |   (bpo-32849).
 3122|       |*/
 3123|      6|    if (fd < 0) {
  ------------------
  |  Branch (3123:9): [True: 0, False: 6]
  ------------------
 3124|      0|        return 0;
 3125|      0|    }
 3126|      6|#if defined(F_GETFD) && ( \
 3127|      6|        defined(__linux__) || \
 3128|      6|        defined(__APPLE__) || \
 3129|      6|        (defined(__wasm__) && !defined(__wasi__)))
 3130|      6|    return fcntl(fd, F_GETFD) >= 0;
 3131|       |#elif defined(__linux__)
 3132|       |    int fd2 = dup(fd);
 3133|       |    if (fd2 >= 0) {
 3134|       |        close(fd2);
 3135|       |    }
 3136|       |    return (fd2 >= 0);
 3137|       |#elif defined(MS_WINDOWS)
 3138|       |    HANDLE hfile;
 3139|       |    _Py_BEGIN_SUPPRESS_IPH
 3140|       |    hfile = (HANDLE)_get_osfhandle(fd);
 3141|       |    _Py_END_SUPPRESS_IPH
 3142|       |    return (hfile != INVALID_HANDLE_VALUE
 3143|       |            && GetFileType(hfile) != FILE_TYPE_UNKNOWN);
 3144|       |#else
 3145|       |    struct stat st;
 3146|       |    return (fstat(fd, &st) == 0);
 3147|       |#endif
 3148|      6|}
fileutils.c:_Py_mbstowcs:
  147|     56|{
  148|     56|    size_t count = mbstowcs(dest, src, n);
  149|     56|    if (dest != NULL && count != DECODE_ERROR) {
  ------------------
  |  Branch (149:9): [True: 28, False: 28]
  |  Branch (149:25): [True: 28, False: 0]
  ------------------
  150|    728|        for (size_t i=0; i < count; i++) {
  ------------------
  |  Branch (150:26): [True: 700, False: 28]
  ------------------
  151|    700|            wchar_t ch = dest[i];
  152|    700|            if (!is_valid_wide_char(ch)) {
  ------------------
  |  Branch (152:17): [True: 0, False: 700]
  ------------------
  153|      0|                return DECODE_ERROR;
  154|      0|            }
  155|    700|        }
  156|     28|    }
  157|     56|    return count;
  158|     56|}
fileutils.c:is_valid_wide_char:
  121|    700|{
  122|       |#ifdef HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION
  123|       |    /* Oracle Solaris doesn't use Unicode code points as wchar_t encoding
  124|       |       for non-Unicode locales, which makes values higher than _Py_MAX_UNICODE
  125|       |       possibly valid. */
  126|       |    return 1;
  127|       |#endif
  128|    700|    if (Py_UNICODE_IS_SURROGATE(ch)) {
  ------------------
  |  Branch (128:9): [True: 0, False: 700]
  ------------------
  129|       |        // Reject lone surrogate characters
  130|      0|        return 0;
  131|      0|    }
  132|    700|#if SIZEOF_WCHAR_T > 2
  133|    700|    if (ch > _Py_MAX_UNICODE) {
  ------------------
  |  |   16|    700|#define _Py_MAX_UNICODE 0x10ffff
  ------------------
  |  Branch (133:9): [True: 0, False: 700]
  ------------------
  134|       |        // bpo-35883: Reject characters outside [U+0000; U+10ffff] range.
  135|       |        // The glibc mbstowcs() UTF-8 decoder does not respect the RFC 3629,
  136|       |        // it creates characters outside the [U+0000; U+10ffff] range:
  137|       |        // https://sourceware.org/bugzilla/show_bug.cgi?id=2373
  138|      0|        return 0;
  139|      0|    }
  140|    700|#endif
  141|    700|    return 1;
  142|    700|}
fileutils.c:decode_current_locale:
  460|     28|{
  461|     28|    wchar_t *res;
  462|     28|    size_t argsize;
  463|     28|    size_t count;
  464|     28|#ifdef HAVE_MBRTOWC
  465|     28|    unsigned char *in;
  466|     28|    wchar_t *out;
  467|     28|    mbstate_t mbs;
  468|     28|#endif
  469|       |
  470|     28|    int surrogateescape;
  471|     28|    if (get_surrogateescape(errors, &surrogateescape) < 0) {
  ------------------
  |  Branch (471:9): [True: 0, False: 28]
  ------------------
  472|      0|        return -3;
  473|      0|    }
  474|       |
  475|       |#ifdef HAVE_BROKEN_MBSTOWCS
  476|       |    /* Some platforms have a broken implementation of
  477|       |     * mbstowcs which does not count the characters that
  478|       |     * would result from conversion.  Use an upper bound.
  479|       |     */
  480|       |    argsize = strlen(arg);
  481|       |#else
  482|     28|    argsize = _Py_mbstowcs(NULL, arg, 0);
  483|     28|#endif
  484|     28|    if (argsize != DECODE_ERROR) {
  ------------------
  |  Branch (484:9): [True: 28, False: 0]
  ------------------
  485|     28|        if (argsize > PY_SSIZE_T_MAX / sizeof(wchar_t) - 1) {
  ------------------
  |  |  137|     28|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (485:13): [True: 0, False: 28]
  ------------------
  486|      0|            return -1;
  487|      0|        }
  488|     28|        res = (wchar_t *)PyMem_RawMalloc((argsize + 1) * sizeof(wchar_t));
  489|     28|        if (!res) {
  ------------------
  |  Branch (489:13): [True: 0, False: 28]
  ------------------
  490|      0|            return -1;
  491|      0|        }
  492|       |
  493|     28|        count = _Py_mbstowcs(res, arg, argsize + 1);
  494|     28|        if (count != DECODE_ERROR) {
  ------------------
  |  Branch (494:13): [True: 28, False: 0]
  ------------------
  495|     28|            *wstr = res;
  496|     28|            if (wlen != NULL) {
  ------------------
  |  Branch (496:17): [True: 28, False: 0]
  ------------------
  497|     28|                *wlen = count;
  498|     28|            }
  499|     28|            return 0;
  500|     28|        }
  501|      0|        PyMem_RawFree(res);
  502|      0|    }
  503|       |
  504|       |    /* Conversion failed. Fall back to escaping with surrogateescape. */
  505|      0|#ifdef HAVE_MBRTOWC
  506|       |    /* Try conversion with mbrtwoc (C99), and escape non-decodable bytes. */
  507|       |
  508|       |    /* Overallocate; as multi-byte characters are in the argument, the
  509|       |       actual output could use less memory. */
  510|      0|    argsize = strlen(arg) + 1;
  511|      0|    if (argsize > PY_SSIZE_T_MAX / sizeof(wchar_t)) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (511:9): [True: 0, False: 0]
  ------------------
  512|      0|        return -1;
  513|      0|    }
  514|      0|    res = (wchar_t*)PyMem_RawMalloc(argsize * sizeof(wchar_t));
  515|      0|    if (!res) {
  ------------------
  |  Branch (515:9): [True: 0, False: 0]
  ------------------
  516|      0|        return -1;
  517|      0|    }
  518|       |
  519|      0|    in = (unsigned char*)arg;
  520|      0|    out = res;
  521|      0|    memset(&mbs, 0, sizeof mbs);
  522|      0|    while (argsize) {
  ------------------
  |  Branch (522:12): [True: 0, False: 0]
  ------------------
  523|      0|        size_t converted = _Py_mbrtowc(out, (char*)in, argsize, &mbs);
  524|      0|        if (converted == 0) {
  ------------------
  |  Branch (524:13): [True: 0, False: 0]
  ------------------
  525|       |            /* Reached end of string; null char stored. */
  526|      0|            break;
  527|      0|        }
  528|       |
  529|      0|        if (converted == DECODE_ERROR || converted == INCOMPLETE_CHARACTER) {
  ------------------
  |  Branch (529:13): [True: 0, False: 0]
  |  Branch (529:42): [True: 0, False: 0]
  ------------------
  530|      0|            if (!surrogateescape) {
  ------------------
  |  Branch (530:17): [True: 0, False: 0]
  ------------------
  531|      0|                goto decode_error;
  532|      0|            }
  533|       |
  534|       |            /* Decoding error. Escape as UTF-8b, and start over in the initial
  535|       |               shift state. */
  536|      0|            *out++ = 0xdc00 + *in++;
  537|      0|            argsize--;
  538|      0|            memset(&mbs, 0, sizeof mbs);
  539|      0|            continue;
  540|      0|        }
  541|       |
  542|       |        // _Py_mbrtowc() reject lone surrogate characters
  543|      0|        assert(!Py_UNICODE_IS_SURROGATE(*out));
  ------------------
  |  Branch (543:9): [True: 0, False: 0]
  ------------------
  544|       |
  545|       |        /* successfully converted some bytes */
  546|      0|        in += converted;
  547|      0|        argsize -= converted;
  548|      0|        out++;
  549|      0|    }
  550|      0|    if (wlen != NULL) {
  ------------------
  |  Branch (550:9): [True: 0, False: 0]
  ------------------
  551|      0|        *wlen = out - res;
  552|      0|    }
  553|      0|    *wstr = res;
  554|      0|    return 0;
  555|       |
  556|      0|decode_error:
  557|      0|    PyMem_RawFree(res);
  558|      0|    if (wlen) {
  ------------------
  |  Branch (558:9): [True: 0, False: 0]
  ------------------
  559|      0|        *wlen = in - (unsigned char*)arg;
  560|      0|    }
  561|      0|    if (reason) {
  ------------------
  |  Branch (561:9): [True: 0, False: 0]
  ------------------
  562|      0|        *reason = "decoding error";
  563|      0|    }
  564|      0|    return -2;
  565|       |#else   /* HAVE_MBRTOWC */
  566|       |    /* Cannot use C locale for escaping; manually escape as if charset
  567|       |       is ASCII (i.e. escape all bytes > 128. This will still roundtrip
  568|       |       correctly in the locale's charset, which must be an ASCII superset. */
  569|       |    return decode_ascii(arg, wstr, wlen, reason, errors);
  570|       |#endif   /* HAVE_MBRTOWC */
  571|      0|}
fileutils.c:get_surrogateescape:
   63|     28|{
   64|     28|    switch (errors)
   65|     28|    {
   66|      0|    case _Py_ERROR_STRICT:
  ------------------
  |  Branch (66:5): [True: 0, False: 28]
  ------------------
   67|      0|        *surrogateescape = 0;
   68|      0|        return 0;
   69|     28|    case _Py_ERROR_SURROGATEESCAPE:
  ------------------
  |  Branch (69:5): [True: 28, False: 0]
  ------------------
   70|     28|        *surrogateescape = 1;
   71|     28|        return 0;
   72|      0|    default:
  ------------------
  |  Branch (72:5): [True: 0, False: 28]
  ------------------
   73|      0|        return -1;
   74|     28|    }
   75|     28|}
fileutils.c:encode_locale:
  834|     32|{
  835|     32|    char *str;
  836|     32|    int res = encode_locale_ex(text, &str, error_pos, NULL,
  837|     32|                               raw_malloc, current_locale,
  838|     32|                               _Py_ERROR_SURROGATEESCAPE);
  839|     32|    if (res != -2 && error_pos) {
  ------------------
  |  Branch (839:9): [True: 32, False: 0]
  |  Branch (839:22): [True: 0, False: 32]
  ------------------
  840|      0|        *error_pos = (size_t)-1;
  841|      0|    }
  842|     32|    if (res != 0) {
  ------------------
  |  Branch (842:9): [True: 0, False: 32]
  ------------------
  843|      0|        return NULL;
  844|      0|    }
  845|     32|    return str;
  846|     32|}
fileutils.c:encode_locale_ex:
  791|     32|{
  792|     32|    if (current_locale) {
  ------------------
  |  Branch (792:9): [True: 0, False: 32]
  ------------------
  793|       |#ifdef _Py_FORCE_UTF8_LOCALE
  794|       |        return _Py_EncodeUTF8Ex(text, str, error_pos, reason,
  795|       |                                raw_malloc, errors);
  796|       |#else
  797|      0|        return encode_current_locale(text, str, error_pos, reason,
  798|      0|                                     raw_malloc, errors);
  799|      0|#endif
  800|      0|    }
  801|       |
  802|       |#ifdef _Py_FORCE_UTF8_FS_ENCODING
  803|       |    return _Py_EncodeUTF8Ex(text, str, error_pos, reason,
  804|       |                            raw_malloc, errors);
  805|       |#else
  806|     32|    int use_utf8 = (_PyRuntime.preconfig.utf8_mode >= 1);
  807|       |#ifdef MS_WINDOWS
  808|       |    use_utf8 |= (_PyRuntime.preconfig.legacy_windows_fs_encoding == 0);
  809|       |#endif
  810|     32|    if (use_utf8) {
  ------------------
  |  Branch (810:9): [True: 32, False: 0]
  ------------------
  811|     32|        return _Py_EncodeUTF8Ex(text, str, error_pos, reason,
  812|     32|                                raw_malloc, errors);
  813|     32|    }
  814|       |
  815|      0|#ifdef USE_FORCE_ASCII
  816|      0|    if (force_ascii == -1) {
  ------------------
  |  |  210|      0|#define force_ascii (_PyRuntime.fileutils.force_ascii)
  ------------------
  |  Branch (816:9): [True: 0, False: 0]
  ------------------
  817|      0|        force_ascii = check_force_ascii();
  ------------------
  |  |  210|      0|#define force_ascii (_PyRuntime.fileutils.force_ascii)
  ------------------
  818|      0|    }
  819|       |
  820|      0|    if (force_ascii) {
  ------------------
  |  |  210|      0|#define force_ascii (_PyRuntime.fileutils.force_ascii)
  |  |  ------------------
  |  |  |  Branch (210:21): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  821|      0|        return encode_ascii(text, str, error_pos, reason,
  822|      0|                            raw_malloc, errors);
  823|      0|    }
  824|      0|#endif
  825|       |
  826|      0|    return encode_current_locale(text, str, error_pos, reason,
  827|      0|                                 raw_malloc, errors);
  828|      0|#endif   /* _Py_FORCE_UTF8_FS_ENCODING */
  829|      0|}
fileutils.c:get_inheritable:
 1402|      1|{
 1403|       |#ifdef MS_WINDOWS
 1404|       |    HANDLE handle;
 1405|       |    DWORD flags;
 1406|       |
 1407|       |    handle = _Py_get_osfhandle_noraise(fd);
 1408|       |    if (handle == INVALID_HANDLE_VALUE) {
 1409|       |        if (raise)
 1410|       |            PyErr_SetFromErrno(PyExc_OSError);
 1411|       |        return -1;
 1412|       |    }
 1413|       |
 1414|       |    if (!GetHandleInformation(handle, &flags)) {
 1415|       |        if (raise)
 1416|       |            PyErr_SetFromWindowsErr(0);
 1417|       |        return -1;
 1418|       |    }
 1419|       |
 1420|       |    return (flags & HANDLE_FLAG_INHERIT);
 1421|       |#else
 1422|      1|    int flags;
 1423|       |
 1424|      1|    flags = fcntl(fd, F_GETFD, 0);
 1425|      1|    if (flags == -1) {
  ------------------
  |  Branch (1425:9): [True: 0, False: 1]
  ------------------
 1426|      0|        if (raise)
  ------------------
  |  Branch (1426:13): [True: 0, False: 0]
  ------------------
 1427|      0|            PyErr_SetFromErrno(PyExc_OSError);
 1428|      0|        return -1;
 1429|      0|    }
 1430|      1|    return !(flags & FD_CLOEXEC);
 1431|      1|#endif
 1432|      1|}
fileutils.c:set_inheritable:
 1447|     13|{
 1448|       |#ifdef MS_WINDOWS
 1449|       |    HANDLE handle;
 1450|       |    DWORD flags;
 1451|       |#else
 1452|     13|#if defined(HAVE_SYS_IOCTL_H) && defined(FIOCLEX) && defined(FIONCLEX)
 1453|     13|    static int ioctl_works = -1;
 1454|     13|    int request;
 1455|     13|    int err;
 1456|     13|#endif
 1457|     13|    int flags, new_flags;
 1458|     13|    int res;
 1459|     13|#endif
 1460|       |
 1461|       |    /* atomic_flag_works can only be used to make the file descriptor
 1462|       |       non-inheritable */
 1463|     13|    assert(!(atomic_flag_works != NULL && inheritable));
  ------------------
  |  Branch (1463:5): [True: 13, False: 0]
  |  Branch (1463:5): [True: 0, False: 13]
  ------------------
 1464|       |
 1465|     13|    if (atomic_flag_works != NULL && !inheritable) {
  ------------------
  |  Branch (1465:9): [True: 13, False: 0]
  |  Branch (1465:38): [True: 13, False: 0]
  ------------------
 1466|     13|        if (_Py_atomic_load_int_relaxed(atomic_flag_works) == -1) {
  ------------------
  |  Branch (1466:13): [True: 1, False: 12]
  ------------------
 1467|      1|            int isInheritable = get_inheritable(fd, raise);
 1468|      1|            if (isInheritable == -1)
  ------------------
  |  Branch (1468:17): [True: 0, False: 1]
  ------------------
 1469|      0|                return -1;
 1470|      1|            _Py_atomic_store_int_relaxed(atomic_flag_works, !isInheritable);
 1471|      1|        }
 1472|       |
 1473|     13|        if (_Py_atomic_load_int_relaxed(atomic_flag_works))
  ------------------
  |  Branch (1473:13): [True: 13, False: 0]
  ------------------
 1474|     13|            return 0;
 1475|     13|    }
 1476|       |
 1477|       |#ifdef MS_WINDOWS
 1478|       |    handle = _Py_get_osfhandle_noraise(fd);
 1479|       |    if (handle == INVALID_HANDLE_VALUE) {
 1480|       |        if (raise)
 1481|       |            PyErr_SetFromErrno(PyExc_OSError);
 1482|       |        return -1;
 1483|       |    }
 1484|       |
 1485|       |    if (inheritable)
 1486|       |        flags = HANDLE_FLAG_INHERIT;
 1487|       |    else
 1488|       |        flags = 0;
 1489|       |
 1490|       |    if (!SetHandleInformation(handle, HANDLE_FLAG_INHERIT, flags)) {
 1491|       |        if (raise)
 1492|       |            PyErr_SetFromWindowsErr(0);
 1493|       |        return -1;
 1494|       |    }
 1495|       |    return 0;
 1496|       |
 1497|       |#else
 1498|       |
 1499|      0|#if defined(HAVE_SYS_IOCTL_H) && defined(FIOCLEX) && defined(FIONCLEX)
 1500|      0|    if (raise != 0 && _Py_atomic_load_int_relaxed(&ioctl_works) != 0) {
  ------------------
  |  Branch (1500:9): [True: 0, False: 0]
  |  Branch (1500:23): [True: 0, False: 0]
  ------------------
 1501|       |        /* fast-path: ioctl() only requires one syscall */
 1502|       |        /* caveat: raise=0 is an indicator that we must be async-signal-safe
 1503|       |         * thus avoid using ioctl() so we skip the fast-path. */
 1504|      0|        if (inheritable)
  ------------------
  |  Branch (1504:13): [True: 0, False: 0]
  ------------------
 1505|      0|            request = FIONCLEX;
 1506|      0|        else
 1507|      0|            request = FIOCLEX;
 1508|      0|        err = ioctl(fd, request, NULL);
 1509|      0|        if (!err) {
  ------------------
  |  Branch (1509:13): [True: 0, False: 0]
  ------------------
 1510|      0|            if (_Py_atomic_load_int_relaxed(&ioctl_works) == -1) {
  ------------------
  |  Branch (1510:17): [True: 0, False: 0]
  ------------------
 1511|      0|                _Py_atomic_store_int_relaxed(&ioctl_works, 1);
 1512|      0|            }
 1513|      0|            return 0;
 1514|      0|        }
 1515|       |
 1516|      0|#ifdef O_PATH
 1517|      0|        if (errno == EBADF) {
  ------------------
  |  Branch (1517:13): [True: 0, False: 0]
  ------------------
 1518|       |            // bpo-44849: On Linux and FreeBSD, ioctl(FIOCLEX) fails with EBADF
 1519|       |            // on O_PATH file descriptors. Fall through to the fcntl()
 1520|       |            // implementation.
 1521|      0|        }
 1522|      0|        else
 1523|      0|#endif
 1524|      0|        if (errno != ENOTTY && errno != EACCES) {
  ------------------
  |  Branch (1524:13): [True: 0, False: 0]
  |  Branch (1524:32): [True: 0, False: 0]
  ------------------
 1525|      0|            if (raise)
  ------------------
  |  Branch (1525:17): [True: 0, False: 0]
  ------------------
 1526|      0|                PyErr_SetFromErrno(PyExc_OSError);
 1527|      0|            return -1;
 1528|      0|        }
 1529|      0|        else {
 1530|       |            /* Issue #22258: Here, ENOTTY means "Inappropriate ioctl for
 1531|       |               device". The ioctl is declared but not supported by the kernel.
 1532|       |               Remember that ioctl() doesn't work. It is the case on
 1533|       |               Illumos-based OS for example.
 1534|       |
 1535|       |               Issue #27057: When SELinux policy disallows ioctl it will fail
 1536|       |               with EACCES. While FIOCLEX is safe operation it may be
 1537|       |               unavailable because ioctl was denied altogether.
 1538|       |               This can be the case on Android. */
 1539|      0|            _Py_atomic_store_int_relaxed(&ioctl_works, 0);
 1540|      0|        }
 1541|       |        /* fallback to fcntl() if ioctl() does not work */
 1542|      0|    }
 1543|      0|#endif
 1544|       |
 1545|       |    /* slow-path: fcntl() requires two syscalls */
 1546|      0|    flags = fcntl(fd, F_GETFD);
 1547|      0|    if (flags < 0) {
  ------------------
  |  Branch (1547:9): [True: 0, False: 0]
  ------------------
 1548|      0|        if (raise)
  ------------------
  |  Branch (1548:13): [True: 0, False: 0]
  ------------------
 1549|      0|            PyErr_SetFromErrno(PyExc_OSError);
 1550|      0|        return -1;
 1551|      0|    }
 1552|       |
 1553|      0|    if (inheritable) {
  ------------------
  |  Branch (1553:9): [True: 0, False: 0]
  ------------------
 1554|      0|        new_flags = flags & ~FD_CLOEXEC;
 1555|      0|    }
 1556|      0|    else {
 1557|      0|        new_flags = flags | FD_CLOEXEC;
 1558|      0|    }
 1559|       |
 1560|      0|    if (new_flags == flags) {
  ------------------
  |  Branch (1560:9): [True: 0, False: 0]
  ------------------
 1561|       |        /* FD_CLOEXEC flag already set/cleared: nothing to do */
 1562|      0|        return 0;
 1563|      0|    }
 1564|       |
 1565|      0|    res = fcntl(fd, F_SETFD, new_flags);
 1566|      0|    if (res < 0) {
  ------------------
  |  Branch (1566:9): [True: 0, False: 0]
  ------------------
 1567|      0|        if (raise)
  ------------------
  |  Branch (1567:13): [True: 0, False: 0]
  ------------------
 1568|      0|            PyErr_SetFromErrno(PyExc_OSError);
 1569|      0|        return -1;
 1570|      0|    }
 1571|      0|    return 0;
 1572|      0|#endif
 1573|      0|}
fileutils.c:join_relfile:
 2404|     26|{
 2405|       |#ifdef MS_WINDOWS
 2406|       |    if (FAILED(PathCchCombineEx(buffer, bufsize, dirname, relfile,
 2407|       |        PATHCCH_ALLOW_LONG_PATHS))) {
 2408|       |        return -1;
 2409|       |    }
 2410|       |#else
 2411|     26|    assert(!_Py_isabs(relfile));
  ------------------
  |  Branch (2411:5): [True: 26, False: 0]
  ------------------
 2412|     26|    size_t dirlen = wcslen(dirname);
 2413|     26|    size_t rellen = wcslen(relfile);
 2414|     26|    size_t maxlen = bufsize - 1;
 2415|     26|    if (maxlen > MAXPATHLEN || dirlen >= maxlen || rellen >= maxlen - dirlen) {
  ------------------
  |  |   43|     52|#    define MAXPATHLEN PATH_MAX
  ------------------
  |  Branch (2415:9): [True: 0, False: 26]
  |  Branch (2415:32): [True: 0, False: 26]
  |  Branch (2415:52): [True: 0, False: 26]
  ------------------
 2416|      0|        return -1;
 2417|      0|    }
 2418|     26|    if (dirlen == 0) {
  ------------------
  |  Branch (2418:9): [True: 0, False: 26]
  ------------------
 2419|       |        // We do not add a leading separator.
 2420|      0|        wcscpy(buffer, relfile);
 2421|      0|    }
 2422|     26|    else {
 2423|     26|        if (dirname != buffer) {
  ------------------
  |  Branch (2423:13): [True: 0, False: 26]
  ------------------
 2424|      0|            wcscpy(buffer, dirname);
 2425|      0|        }
 2426|     26|        size_t relstart = dirlen;
 2427|     26|        if (dirlen > 1 && dirname[dirlen - 1] != SEP) {
  ------------------
  |  |   29|     26|#  define SEP L'/'
  ------------------
  |  Branch (2427:13): [True: 26, False: 0]
  |  Branch (2427:27): [True: 26, False: 0]
  ------------------
 2428|     26|            buffer[dirlen] = SEP;
  ------------------
  |  |   29|     26|#  define SEP L'/'
  ------------------
 2429|     26|            relstart += 1;
 2430|     26|        }
 2431|     26|        wcscpy(&buffer[relstart], relfile);
 2432|     26|    }
 2433|     26|#endif
 2434|     26|    return 0;
 2435|     26|}

_PyCfgBuilder_New:
  438|      2|{
  439|      2|    cfg_builder *g = PyMem_Malloc(sizeof(cfg_builder));
  440|      2|    if (g == NULL) {
  ------------------
  |  Branch (440:9): [True: 0, False: 2]
  ------------------
  441|      0|        PyErr_NoMemory();
  442|      0|        return NULL;
  443|      0|    }
  444|      2|    memset(g, 0, sizeof(cfg_builder));
  445|      2|    if (init_cfg_builder(g) < 0) {
  ------------------
  |  Branch (445:9): [True: 0, False: 2]
  ------------------
  446|      0|        PyMem_Free(g);
  447|      0|        return NULL;
  448|      0|    }
  449|      2|    return g;
  450|      2|}
_PyCfgBuilder_Free:
  454|      2|{
  455|      2|    if (g == NULL) {
  ------------------
  |  Branch (455:9): [True: 0, False: 2]
  ------------------
  456|      0|        return;
  457|      0|    }
  458|      2|    assert(cfg_builder_check(g));
  ------------------
  |  Branch (458:5): [True: 2, False: 0]
  ------------------
  459|      2|    basicblock *b = g->g_block_list;
  460|      5|    while (b != NULL) {
  ------------------
  |  Branch (460:12): [True: 3, False: 2]
  ------------------
  461|      3|        if (b->b_instr) {
  ------------------
  |  Branch (461:13): [True: 3, False: 0]
  ------------------
  462|      3|            PyMem_Free((void *)b->b_instr);
  463|      3|        }
  464|      3|        basicblock *next = b->b_list;
  465|      3|        PyMem_Free((void *)b);
  466|      3|        b = next;
  467|      3|    }
  468|      2|    PyMem_Free(g);
  469|      2|}
_PyCfgBuilder_CheckSize:
  473|      2|{
  474|      2|    int nblocks = 0;
  475|      5|    for (basicblock *b = g->g_block_list; b != NULL; b = b->b_list) {
  ------------------
  |  Branch (475:43): [True: 3, False: 2]
  ------------------
  476|      3|        nblocks++;
  477|      3|    }
  478|      2|    if ((size_t)nblocks > SIZE_MAX / sizeof(basicblock *)) {
  ------------------
  |  Branch (478:9): [True: 0, False: 2]
  ------------------
  479|      0|        PyErr_NoMemory();
  480|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  481|      0|    }
  482|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
  483|      2|}
_PyCfgBuilder_Addop:
  494|     17|{
  495|     17|    RETURN_IF_ERROR(cfg_builder_maybe_start_new_block(g));
  ------------------
  |  |   24|     17|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 17]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  496|     17|    return basicblock_addop(g->g_curblock, opcode, oparg, loc);
  497|     17|}
_PyCfg_OptimizeCodeUnit:
 3755|      2|{
 3756|      2|    assert(cfg_builder_check(g));
  ------------------
  |  Branch (3756:5): [True: 2, False: 0]
  ------------------
 3757|       |    /** Preprocessing **/
 3758|       |    /* Map labels to targets and mark exception handlers */
 3759|      2|    RETURN_IF_ERROR(translate_jump_labels_to_targets(g->g_entryblock));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3760|      2|    RETURN_IF_ERROR(mark_except_handlers(g->g_entryblock));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3761|      2|    RETURN_IF_ERROR(label_exception_targets(g->g_entryblock));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3762|       |
 3763|       |    /** Optimization **/
 3764|       |
 3765|      2|    _Py_hashtable_t *consts_index = _Py_hashtable_new(
 3766|      2|        _Py_hashtable_hash_ptr, _Py_hashtable_compare_direct);
 3767|      2|    if (consts_index == NULL) {
  ------------------
  |  Branch (3767:9): [True: 0, False: 2]
  ------------------
 3768|      0|        PyErr_NoMemory();
 3769|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3770|      0|    }
 3771|       |
 3772|      4|    for (Py_ssize_t i = 0; i < PyList_GET_SIZE(consts); i++) {
  ------------------
  |  |   38|      4|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3772:28): [True: 2, False: 2]
  ------------------
 3773|      2|        PyObject *item = PyList_GET_ITEM(consts, i);
  ------------------
  |  |   40|      2|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      2|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3773:26): [True: 2, False: 0]
  ------------------
 3774|      2|        if (_Py_hashtable_get_entry(consts_index, (void *)item) != NULL) {
  ------------------
  |  Branch (3774:13): [True: 0, False: 2]
  ------------------
 3775|      0|            continue;
 3776|      0|        }
 3777|      2|        if (_Py_hashtable_set(consts_index, (void *)item,
  ------------------
  |  Branch (3777:13): [True: 0, False: 2]
  ------------------
 3778|      2|                              (void *)(uintptr_t)i) < 0) {
 3779|      0|            _Py_hashtable_destroy(consts_index);
 3780|      0|            PyErr_NoMemory();
 3781|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3782|      0|        }
 3783|      2|    }
 3784|       |
 3785|      2|    int ret = optimize_cfg(g, consts, const_cache, consts_index, firstlineno);
 3786|       |
 3787|      2|    _Py_hashtable_destroy(consts_index);
 3788|       |
 3789|      2|    RETURN_IF_ERROR(ret);
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3790|       |
 3791|      2|    RETURN_IF_ERROR(remove_unused_consts(g->g_entryblock, consts));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3792|      2|    RETURN_IF_ERROR(
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3793|      2|        add_checks_for_loads_of_uninitialized_variables(
 3794|      2|            g->g_entryblock, nlocals, nparams));
 3795|      2|    RETURN_IF_ERROR(insert_superinstructions(g));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3796|       |
 3797|      2|    RETURN_IF_ERROR(push_cold_blocks_to_end(g));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3798|      2|    RETURN_IF_ERROR(resolve_line_numbers(g, firstlineno));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3799|       |    // temporarily remove assert. See https://github.com/python/cpython/issues/125845
 3800|       |    // assert(all_exits_have_lineno(g->g_entryblock));
 3801|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 3802|      2|}
_PyCfg_FromInstructionSequence:
 3992|      2|{
 3993|      2|    if (_PyInstructionSequence_ApplyLabelMap(seq) < 0) {
  ------------------
  |  Branch (3993:9): [True: 0, False: 2]
  ------------------
 3994|      0|        return NULL;
 3995|      0|    }
 3996|      2|    cfg_builder *g = _PyCfgBuilder_New();
 3997|      2|    if (g == NULL) {
  ------------------
  |  Branch (3997:9): [True: 0, False: 2]
  ------------------
 3998|      0|        return NULL;
 3999|      0|    }
 4000|     20|    for (int i = 0; i < seq->s_used; i++) {
  ------------------
  |  Branch (4000:21): [True: 18, False: 2]
  ------------------
 4001|     18|        seq->s_instrs[i].i_target = 0;
 4002|     18|    }
 4003|     20|    for (int i = 0; i < seq->s_used; i++) {
  ------------------
  |  Branch (4003:21): [True: 18, False: 2]
  ------------------
 4004|     18|        _PyInstruction *instr = &seq->s_instrs[i];
 4005|     18|        if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|     18|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     36|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|     18|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|     18|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|     36|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 18]
  |  |  |  |  ------------------
  |  |  |  |   19|     18|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|     36|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 18]
  |  |  |  |  ------------------
  |  |  |  |   20|     18|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|     18|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 18]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4006|      0|            assert(instr->i_oparg >= 0 && instr->i_oparg < seq->s_used);
  ------------------
  |  Branch (4006:13): [True: 0, False: 0]
  |  Branch (4006:13): [True: 0, False: 0]
  ------------------
 4007|      0|            seq->s_instrs[instr->i_oparg].i_target = 1;
 4008|      0|        }
 4009|     18|    }
 4010|      2|    int offset = 0;
 4011|     20|    for (int i = 0; i < seq->s_used; i++) {
  ------------------
  |  Branch (4011:21): [True: 18, False: 2]
  ------------------
 4012|     18|        _PyInstruction *instr = &seq->s_instrs[i];
 4013|     18|        if (instr->i_opcode == ANNOTATIONS_PLACEHOLDER) {
  ------------------
  |  |  247|     18|#define ANNOTATIONS_PLACEHOLDER                256
  ------------------
  |  Branch (4013:13): [True: 1, False: 17]
  ------------------
 4014|      1|            if (seq->s_annotations_code != NULL) {
  ------------------
  |  Branch (4014:17): [True: 0, False: 1]
  ------------------
 4015|      0|                assert(seq->s_annotations_code->s_labelmap_size == 0
  ------------------
  |  Branch (4015:17): [True: 0, False: 0]
  |  Branch (4015:17): [True: 0, False: 0]
  ------------------
 4016|      0|                    && seq->s_annotations_code->s_nested == NULL);
 4017|      0|                for (int j = 0; j < seq->s_annotations_code->s_used; j++) {
  ------------------
  |  Branch (4017:33): [True: 0, False: 0]
  ------------------
 4018|      0|                    _PyInstruction *ann_instr = &seq->s_annotations_code->s_instrs[j];
 4019|      0|                    assert(!HAS_TARGET(ann_instr->i_opcode));
  ------------------
  |  Branch (4019:21): [True: 0, False: 0]
  |  Branch (4019:21): [True: 0, False: 0]
  |  Branch (4019:21): [True: 0, False: 0]
  |  Branch (4019:21): [True: 0, False: 0]
  ------------------
 4020|      0|                    if (_PyCfgBuilder_Addop(g, ann_instr->i_opcode, ann_instr->i_oparg, ann_instr->i_loc) < 0) {
  ------------------
  |  Branch (4020:25): [True: 0, False: 0]
  ------------------
 4021|      0|                        goto error;
 4022|      0|                    }
 4023|      0|                }
 4024|      0|                offset += seq->s_annotations_code->s_used - 1;
 4025|      0|            }
 4026|      1|            else {
 4027|      1|                offset -= 1;
 4028|      1|            }
 4029|      1|            continue;
 4030|      1|        }
 4031|     17|        if (instr->i_target) {
  ------------------
  |  Branch (4031:13): [True: 0, False: 17]
  ------------------
 4032|      0|            jump_target_label lbl_ = {i + offset};
 4033|      0|            if (_PyCfgBuilder_UseLabel(g, lbl_) < 0) {
  ------------------
  |  Branch (4033:17): [True: 0, False: 0]
  ------------------
 4034|      0|                goto error;
 4035|      0|            }
 4036|      0|        }
 4037|     17|        int opcode = instr->i_opcode;
 4038|     17|        int oparg = instr->i_oparg;
 4039|     17|        if (HAS_TARGET(opcode)) {
  ------------------
  |  |   23|     17|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     34|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|     17|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|     17|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|     34|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |   19|     17|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|     34|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |   20|     17|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|     17|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4040|      0|            oparg += offset;
 4041|      0|        }
 4042|     17|        if (_PyCfgBuilder_Addop(g, opcode, oparg, instr->i_loc) < 0) {
  ------------------
  |  Branch (4042:13): [True: 0, False: 17]
  ------------------
 4043|      0|            goto error;
 4044|      0|        }
 4045|     17|    }
 4046|      2|    if (_PyCfgBuilder_CheckSize(g) < 0) {
  ------------------
  |  Branch (4046:9): [True: 0, False: 2]
  ------------------
 4047|      0|        goto error;
 4048|      0|    }
 4049|      2|    return g;
 4050|      0|error:
 4051|      0|    _PyCfgBuilder_Free(g);
 4052|       |    return NULL;
 4053|      2|}
_PyCfg_ToInstructionSequence:
 4057|      2|{
 4058|      2|    int lbl = 0;
 4059|      5|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (4059:43): [True: 3, False: 2]
  ------------------
 4060|      3|        b->b_label = (jump_target_label){lbl};
 4061|      3|        lbl += 1;
 4062|      3|    }
 4063|      5|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (4063:43): [True: 3, False: 2]
  ------------------
 4064|      3|        RETURN_IF_ERROR(_PyInstructionSequence_UseLabel(seq, b->b_label.id));
  ------------------
  |  |   24|      3|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 3]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4065|     15|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (4065:25): [True: 12, False: 3]
  ------------------
 4066|     12|            cfg_instr *instr = &b->b_instr[i];
 4067|     12|            if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|     12|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     24|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|     12|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|     12|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|     24|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  |  |   19|     12|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|     24|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  |  |   20|     12|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|     12|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4068|       |                /* Set oparg to the label id (it will later be mapped to an offset) */
 4069|      0|                instr->i_oparg = instr->i_target->b_label.id;
 4070|      0|            }
 4071|     12|            RETURN_IF_ERROR(
  ------------------
  |  |   24|     12|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 12]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4072|     12|                _PyInstructionSequence_Addop(
 4073|     12|                    seq, instr->i_opcode, instr->i_oparg, instr->i_loc));
 4074|       |
 4075|     12|            _PyExceptHandlerInfo *hi = &seq->s_instrs[seq->s_used-1].i_except_handler_info;
 4076|     12|            if (instr->i_except != NULL) {
  ------------------
  |  Branch (4076:17): [True: 0, False: 12]
  ------------------
 4077|      0|                hi->h_label = instr->i_except->b_label.id;
 4078|      0|                hi->h_startdepth = instr->i_except->b_startdepth;
 4079|      0|                hi->h_preserve_lasti = instr->i_except->b_preserve_lasti;
 4080|      0|            }
 4081|     12|            else {
 4082|     12|                hi->h_label = -1;
 4083|     12|            }
 4084|     12|        }
 4085|      3|    }
 4086|      2|    if (_PyInstructionSequence_ApplyLabelMap(seq) < 0) {
  ------------------
  |  Branch (4086:9): [True: 0, False: 2]
  ------------------
 4087|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 4088|      0|    }
 4089|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 4090|      2|}
_PyCfg_OptimizedCfgToInstructionSequence:
 4098|      2|{
 4099|      2|    RETURN_IF_ERROR(convert_pseudo_conditional_jumps(g));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4100|       |
 4101|      2|    *stackdepth = calculate_stackdepth(g);
 4102|      2|    if (*stackdepth < 0) {
  ------------------
  |  Branch (4102:9): [True: 0, False: 2]
  ------------------
 4103|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 4104|      0|    }
 4105|       |
 4106|      2|    *nlocalsplus = prepare_localsplus(umd, g);
 4107|      2|    if (*nlocalsplus < 0) {
  ------------------
  |  Branch (4107:9): [True: 0, False: 2]
  ------------------
 4108|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 4109|      0|    }
 4110|       |
 4111|      2|    RETURN_IF_ERROR(convert_pseudo_ops(g));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4112|       |
 4113|       |    /* Order of basic blocks must have been determined by now */
 4114|       |
 4115|      2|    RETURN_IF_ERROR(normalize_jumps(g));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4116|      2|    assert(no_redundant_jumps(g));
  ------------------
  |  Branch (4116:5): [True: 2, False: 0]
  ------------------
 4117|       |
 4118|       |    /* Can't modify the bytecode after inserting instructions that produce
 4119|       |     * borrowed references.
 4120|       |     */
 4121|      2|    RETURN_IF_ERROR(optimize_load_fast(g));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 4122|       |
 4123|       |    /* Can't modify the bytecode after computing jump offsets. */
 4124|      2|    if (_PyCfg_ToInstructionSequence(g, seq) < 0) {
  ------------------
  |  Branch (4124:9): [True: 0, False: 2]
  ------------------
 4125|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 4126|      0|    }
 4127|       |
 4128|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 4129|      2|}
flowgraph.c:init_cfg_builder:
  425|      2|{
  426|      2|    g->g_block_list = NULL;
  427|      2|    basicblock *block = cfg_builder_new_block(g);
  428|      2|    if (block == NULL) {
  ------------------
  |  Branch (428:9): [True: 0, False: 2]
  ------------------
  429|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  430|      0|    }
  431|      2|    g->g_curblock = g->g_entryblock = block;
  432|      2|    g->g_current_label = NO_LABEL;
  ------------------
  |  |   57|      2|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
  433|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
  434|      2|}
flowgraph.c:cfg_builder_new_block:
  176|      3|{
  177|      3|    basicblock *b = (basicblock *)PyMem_Calloc(1, sizeof(basicblock));
  178|      3|    if (b == NULL) {
  ------------------
  |  Branch (178:9): [True: 0, False: 3]
  ------------------
  179|      0|        PyErr_NoMemory();
  180|      0|        return NULL;
  181|      0|    }
  182|       |    /* Extend the singly linked list of blocks with new block. */
  183|      3|    b->b_list = g->g_block_list;
  184|      3|    g->g_block_list = b;
  185|      3|    b->b_label = NO_LABEL;
  ------------------
  |  |   57|      3|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
  186|      3|    return b;
  187|      3|}
flowgraph.c:cfg_builder_check:
  405|      4|{
  406|      4|    assert(g->g_entryblock->b_iused > 0);
  ------------------
  |  Branch (406:5): [True: 4, False: 0]
  ------------------
  407|     10|    for (basicblock *block = g->g_block_list; block != NULL; block = block->b_list) {
  ------------------
  |  Branch (407:47): [True: 6, False: 4]
  ------------------
  408|      6|        assert(!_PyMem_IsPtrFreed(block));
  ------------------
  |  Branch (408:9): [True: 6, False: 0]
  ------------------
  409|      6|        if (block->b_instr != NULL) {
  ------------------
  |  Branch (409:13): [True: 6, False: 0]
  ------------------
  410|      6|            assert(block->b_ialloc > 0);
  ------------------
  |  Branch (410:13): [True: 6, False: 0]
  ------------------
  411|      6|            assert(block->b_iused >= 0);
  ------------------
  |  Branch (411:13): [True: 6, False: 0]
  ------------------
  412|      6|            assert(block->b_ialloc >= block->b_iused);
  ------------------
  |  Branch (412:13): [True: 6, False: 0]
  ------------------
  413|      6|        }
  414|      0|        else {
  415|      0|            assert (block->b_iused == 0);
  ------------------
  |  Branch (415:13): [True: 0, False: 0]
  ------------------
  416|      0|            assert (block->b_ialloc == 0);
  ------------------
  |  Branch (416:13): [True: 0, False: 0]
  ------------------
  417|      0|        }
  418|      6|    }
  419|      4|    return true;
  420|      4|}
flowgraph.c:cfg_builder_maybe_start_new_block:
  389|     17|{
  390|     17|    if (cfg_builder_current_block_is_terminated(g)) {
  ------------------
  |  Branch (390:9): [True: 1, False: 16]
  ------------------
  391|      1|        basicblock *b = cfg_builder_new_block(g);
  392|      1|        if (b == NULL) {
  ------------------
  |  Branch (392:13): [True: 0, False: 1]
  ------------------
  393|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  394|      0|        }
  395|      1|        b->b_label = g->g_current_label;
  396|      1|        g->g_current_label = NO_LABEL;
  ------------------
  |  |   57|      1|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
  397|      1|        cfg_builder_use_next_block(g, b);
  398|      1|    }
  399|     17|    return SUCCESS;
  ------------------
  |  |   20|     17|#define SUCCESS 0
  ------------------
  400|     17|}
flowgraph.c:cfg_builder_current_block_is_terminated:
  369|     17|{
  370|     17|    cfg_instr *last = basicblock_last_instr(g->g_curblock);
  371|     17|    if (last && IS_TERMINATOR_OPCODE(last->i_opcode)) {
  ------------------
  |  |   27|     15|        (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     30|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|     15|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   53|     15|        ((opcode) == RETURN_VALUE || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   46|     30|#define RETURN_VALUE                            33
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (53:10): [True: 1, False: 14]
  |  |  |  |  ------------------
  |  |  |  |   54|     15|         (opcode) == RAISE_VARARGS || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  116|     29|#define RAISE_VARARGS                          103
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (54:10): [True: 0, False: 14]
  |  |  |  |  ------------------
  |  |  |  |   55|     15|         (opcode) == RERAISE)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|     14|#define RERAISE                                104
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:10): [True: 0, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (371:9): [True: 15, False: 2]
  ------------------
  372|      1|        return true;
  373|      1|    }
  374|     16|    if (IS_LABEL(g->g_current_label)) {
  ------------------
  |  |   95|     16|#define IS_LABEL(L) (!SAME_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   94|     16|#define SAME_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  |  |  |  Branch (95:21): [True: 0, False: 16]
  |  |  ------------------
  ------------------
  375|      0|        if (last || IS_LABEL(g->g_curblock->b_label)) {
  ------------------
  |  |   95|      0|#define IS_LABEL(L) (!SAME_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   94|      0|#define SAME_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  |  |  |  Branch (95:21): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (375:13): [True: 0, False: 0]
  ------------------
  376|      0|            return true;
  377|      0|        }
  378|      0|        else {
  379|       |            /* current block is empty, label it */
  380|      0|            g->g_curblock->b_label = g->g_current_label;
  381|      0|            g->g_current_label = NO_LABEL;
  ------------------
  |  |   57|      0|#define NO_LABEL ((const _PyJumpTargetLabel){-1})
  ------------------
  382|      0|        }
  383|      0|    }
  384|     16|    return false;
  385|     16|}
flowgraph.c:basicblock_last_instr:
  161|     70|basicblock_last_instr(const basicblock *b) {
  162|     70|    assert(b->b_iused >= 0);
  ------------------
  |  Branch (162:5): [True: 70, False: 0]
  ------------------
  163|     70|    if (b->b_iused > 0) {
  ------------------
  |  Branch (163:9): [True: 55, False: 15]
  ------------------
  164|     55|        assert(b->b_instr != NULL);
  ------------------
  |  Branch (164:9): [True: 55, False: 0]
  ------------------
  165|     55|        return &b->b_instr[b->b_iused - 1];
  166|     55|    }
  167|     15|    return NULL;
  168|     70|}
flowgraph.c:cfg_builder_use_next_block:
  344|      1|{
  345|      1|    assert(block != NULL);
  ------------------
  |  Branch (345:5): [True: 1, False: 0]
  ------------------
  346|      1|    g->g_curblock->b_next = block;
  347|      1|    g->g_curblock = block;
  348|      1|    return block;
  349|      1|}
flowgraph.c:basicblock_addop:
  191|     17|{
  192|     17|    assert(IS_WITHIN_OPCODE_RANGE(opcode));
  ------------------
  |  Branch (192:5): [True: 17, False: 0]
  |  Branch (192:5): [True: 17, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [True: 0, False: 0]
  |  Branch (192:5): [Folded, False: 0]
  ------------------
  193|     17|    assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (193:5): [True: 0, False: 17]
  |  Branch (193:5): [True: 0, False: 17]
  |  Branch (193:5): [True: 0, False: 17]
  ------------------
  194|     17|    assert(OPCODE_HAS_ARG(opcode) || HAS_TARGET(opcode) || oparg == 0);
  ------------------
  |  Branch (194:5): [True: 0, False: 5]
  |  Branch (194:5): [True: 0, False: 5]
  |  Branch (194:5): [True: 0, False: 5]
  |  Branch (194:5): [True: 0, False: 5]
  |  Branch (194:5): [True: 12, False: 5]
  |  Branch (194:5): [True: 5, False: 0]
  ------------------
  195|     17|    assert(0 <= oparg && oparg < (1 << 30));
  ------------------
  |  Branch (195:5): [True: 17, False: 0]
  |  Branch (195:5): [True: 17, False: 0]
  ------------------
  196|       |
  197|     17|    int off = basicblock_next_instr(b);
  198|     17|    if (off < 0) {
  ------------------
  |  Branch (198:9): [True: 0, False: 17]
  ------------------
  199|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  200|      0|    }
  201|     17|    cfg_instr *i = &b->b_instr[off];
  202|     17|    i->i_opcode = opcode;
  203|     17|    i->i_oparg = oparg;
  204|     17|    i->i_loc = loc;
  205|       |    // memory is already zero initialized
  206|     17|    assert(i->i_target == NULL);
  ------------------
  |  Branch (206:5): [True: 17, False: 0]
  ------------------
  207|     17|    assert(i->i_except == NULL);
  ------------------
  |  Branch (207:5): [True: 17, False: 0]
  ------------------
  208|       |
  209|     17|    return SUCCESS;
  ------------------
  |  |   20|     17|#define SUCCESS 0
  ------------------
  210|     17|}
flowgraph.c:basicblock_next_instr:
  145|     17|{
  146|     17|    assert(b != NULL);
  ------------------
  |  Branch (146:5): [True: 17, False: 0]
  ------------------
  147|     17|    _Py_c_array_t array = {
  148|     17|        .array = (void*)b->b_instr,
  149|     17|        .allocated_entries = b->b_ialloc,
  150|     17|        .item_size = sizeof(cfg_instr),
  151|     17|        .initial_num_entries = DEFAULT_BLOCK_SIZE,
  ------------------
  |  |   28|     17|#define DEFAULT_BLOCK_SIZE 16
  ------------------
  152|     17|    };
  153|       |
  154|     17|    RETURN_IF_ERROR(_Py_CArray_EnsureCapacity(&array, b->b_iused + 1));
  ------------------
  |  |   24|     17|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 17]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  155|     17|    b->b_instr = array.array;
  156|     17|    b->b_ialloc = array.allocated_entries;
  157|     17|    return b->b_iused++;
  158|     17|}
flowgraph.c:translate_jump_labels_to_targets:
  647|      2|{
  648|      2|    int max_label = get_max_label(entryblock);
  649|      2|    size_t mapsize = sizeof(basicblock *) * (max_label + 1);
  650|      2|    basicblock **label2block = (basicblock **)PyMem_Malloc(mapsize);
  651|      2|    if (!label2block) {
  ------------------
  |  Branch (651:9): [True: 0, False: 2]
  ------------------
  652|      0|        PyErr_NoMemory();
  653|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  654|      0|    }
  655|      2|    memset(label2block, 0, mapsize);
  656|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (656:38): [True: 3, False: 2]
  ------------------
  657|      3|        if (b->b_label.id >= 0) {
  ------------------
  |  Branch (657:13): [True: 0, False: 3]
  ------------------
  658|      0|            label2block[b->b_label.id] = b;
  659|      0|        }
  660|      3|    }
  661|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (661:38): [True: 3, False: 2]
  ------------------
  662|     20|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (662:25): [True: 17, False: 3]
  ------------------
  663|     17|            cfg_instr *instr = &b->b_instr[i];
  664|     17|            assert(instr->i_target == NULL);
  ------------------
  |  Branch (664:13): [True: 17, False: 0]
  ------------------
  665|     17|            if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|     17|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     34|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|     17|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|     17|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|     34|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |   19|     17|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|     34|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  |  |   20|     17|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|     17|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  666|      0|                int lbl = instr->i_oparg;
  667|      0|                assert(lbl >= 0 && lbl <= max_label);
  ------------------
  |  Branch (667:17): [True: 0, False: 0]
  |  Branch (667:17): [True: 0, False: 0]
  ------------------
  668|      0|                instr->i_target = label2block[lbl];
  669|      0|                assert(instr->i_target != NULL);
  ------------------
  |  Branch (669:17): [True: 0, False: 0]
  ------------------
  670|      0|                assert(instr->i_target->b_label.id == lbl);
  ------------------
  |  Branch (670:17): [True: 0, False: 0]
  ------------------
  671|      0|            }
  672|     17|        }
  673|      3|    }
  674|      2|    PyMem_Free(label2block);
  675|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
  676|      2|}
flowgraph.c:get_max_label:
  634|      7|{
  635|      7|    int lbl = -1;
  636|     18|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (636:38): [True: 11, False: 7]
  ------------------
  637|     11|        if (b->b_label.id > lbl) {
  ------------------
  |  Branch (637:13): [True: 0, False: 11]
  ------------------
  638|      0|            lbl = b->b_label.id;
  639|      0|        }
  640|     11|    }
  641|      7|    return lbl;
  642|      7|}
flowgraph.c:mark_except_handlers:
  679|      2|mark_except_handlers(basicblock *entryblock) {
  680|      2|#ifndef NDEBUG
  681|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (681:38): [True: 3, False: 2]
  ------------------
  682|      3|        assert(!b->b_except_handler);
  ------------------
  |  Branch (682:9): [True: 3, False: 0]
  ------------------
  683|      3|    }
  684|      2|#endif
  685|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (685:38): [True: 3, False: 2]
  ------------------
  686|     20|        for (int i=0; i < b->b_iused; i++) {
  ------------------
  |  Branch (686:23): [True: 17, False: 3]
  ------------------
  687|     17|            cfg_instr *instr = &b->b_instr[i];
  688|     17|            if (is_block_push(instr)) {
  ------------------
  |  Branch (688:17): [True: 0, False: 17]
  ------------------
  689|      0|                instr->i_target->b_except_handler = 1;
  690|      0|            }
  691|     17|        }
  692|      3|    }
  693|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
  694|      2|}
flowgraph.c:is_block_push:
  102|     73|{
  103|     73|    assert(OPCODE_HAS_ARG(i->i_opcode) || !IS_BLOCK_PUSH_OPCODE(i->i_opcode));
  ------------------
  |  Branch (103:5): [True: 0, False: 19]
  |  Branch (103:5): [True: 0, False: 19]
  |  Branch (103:5): [True: 0, False: 19]
  |  Branch (103:5): [True: 54, False: 19]
  ------------------
  104|     73|    return IS_BLOCK_PUSH_OPCODE(i->i_opcode);
  ------------------
  |  |   18|     73|        ((opcode) == SETUP_FINALLY || \
  |  |  ------------------
  |  |  |  |  255|    146|#define SETUP_FINALLY                          264
  |  |  ------------------
  |  |  |  Branch (18:10): [True: 0, False: 73]
  |  |  ------------------
  |  |   19|     73|         (opcode) == SETUP_WITH || \
  |  |  ------------------
  |  |  |  |  256|    146|#define SETUP_WITH                             265
  |  |  ------------------
  |  |  |  Branch (19:10): [True: 0, False: 73]
  |  |  ------------------
  |  |   20|     73|         (opcode) == SETUP_CLEANUP)
  |  |  ------------------
  |  |  |  |  254|     73|#define SETUP_CLEANUP                          263
  |  |  ------------------
  |  |  |  Branch (20:10): [True: 0, False: 73]
  |  |  ------------------
  ------------------
  105|     73|}
flowgraph.c:label_exception_targets:
  897|      2|label_exception_targets(basicblock *entryblock) {
  898|      2|    basicblock **todo_stack = make_cfg_traversal_stack(entryblock);
  899|      2|    if (todo_stack == NULL) {
  ------------------
  |  Branch (899:9): [True: 0, False: 2]
  ------------------
  900|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  901|      0|    }
  902|      2|    struct _PyCfgExceptStack *except_stack = make_except_stack();
  903|      2|    if (except_stack == NULL) {
  ------------------
  |  Branch (903:9): [True: 0, False: 2]
  ------------------
  904|      0|        PyMem_Free(todo_stack);
  905|      0|        PyErr_NoMemory();
  906|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  907|      0|    }
  908|      2|    except_stack->depth = 0;
  909|      2|    todo_stack[0] = entryblock;
  910|      2|    entryblock->b_visited = 1;
  911|      2|    entryblock->b_exceptstack = except_stack;
  912|      2|    basicblock **todo = &todo_stack[1];
  913|      2|    basicblock *handler = NULL;
  914|      4|    while (todo > todo_stack) {
  ------------------
  |  Branch (914:12): [True: 2, False: 2]
  ------------------
  915|      2|        todo--;
  916|      2|        basicblock *b = todo[0];
  917|      2|        assert(b->b_visited == 1);
  ------------------
  |  Branch (917:9): [True: 2, False: 0]
  ------------------
  918|      2|        except_stack = b->b_exceptstack;
  919|      2|        assert(except_stack != NULL);
  ------------------
  |  Branch (919:9): [True: 2, False: 0]
  ------------------
  920|      2|        b->b_exceptstack = NULL;
  921|      2|        handler = except_stack_top(except_stack);
  922|      2|        int last_yield_except_depth = -1;
  923|     17|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (923:25): [True: 15, False: 2]
  ------------------
  924|     15|            cfg_instr *instr = &b->b_instr[i];
  925|     15|            if (is_block_push(instr)) {
  ------------------
  |  Branch (925:17): [True: 0, False: 15]
  ------------------
  926|      0|                if (!instr->i_target->b_visited) {
  ------------------
  |  Branch (926:21): [True: 0, False: 0]
  ------------------
  927|      0|                    struct _PyCfgExceptStack *copy = copy_except_stack(except_stack);
  928|      0|                    if (copy == NULL) {
  ------------------
  |  Branch (928:25): [True: 0, False: 0]
  ------------------
  929|      0|                        goto error;
  930|      0|                    }
  931|      0|                    instr->i_target->b_exceptstack = copy;
  932|      0|                    todo[0] = instr->i_target;
  933|      0|                    instr->i_target->b_visited = 1;
  934|      0|                    todo++;
  935|      0|                }
  936|      0|                handler = push_except_block(except_stack, instr);
  937|      0|            }
  938|     15|            else if (instr->i_opcode == POP_BLOCK) {
  ------------------
  |  |  253|     15|#define POP_BLOCK                              262
  ------------------
  |  Branch (938:22): [True: 0, False: 15]
  ------------------
  939|      0|                handler = pop_except_block(except_stack);
  940|      0|                INSTR_SET_OP0(instr, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (940:17): [True: 0, False: 0]
  ------------------
  941|      0|            }
  942|     15|            else if (is_jump(instr)) {
  ------------------
  |  Branch (942:22): [True: 0, False: 15]
  ------------------
  943|      0|                instr->i_except = handler;
  944|      0|                assert(i == b->b_iused -1);
  ------------------
  |  Branch (944:17): [True: 0, False: 0]
  ------------------
  945|      0|                if (!instr->i_target->b_visited) {
  ------------------
  |  Branch (945:21): [True: 0, False: 0]
  ------------------
  946|      0|                    if (BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|      0|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  947|      0|                        struct _PyCfgExceptStack *copy = copy_except_stack(except_stack);
  948|      0|                        if (copy == NULL) {
  ------------------
  |  Branch (948:29): [True: 0, False: 0]
  ------------------
  949|      0|                            goto error;
  950|      0|                        }
  951|      0|                        instr->i_target->b_exceptstack = copy;
  952|      0|                    }
  953|      0|                    else {
  954|      0|                        instr->i_target->b_exceptstack = except_stack;
  955|      0|                        except_stack = NULL;
  956|      0|                    }
  957|      0|                    todo[0] = instr->i_target;
  958|      0|                    instr->i_target->b_visited = 1;
  959|      0|                    todo++;
  960|      0|                }
  961|      0|            }
  962|     15|            else if (instr->i_opcode == YIELD_VALUE) {
  ------------------
  |  |  132|     15|#define YIELD_VALUE                            119
  ------------------
  |  Branch (962:22): [True: 0, False: 15]
  ------------------
  963|      0|                instr->i_except = handler;
  964|      0|                last_yield_except_depth = except_stack->depth;
  965|      0|            }
  966|     15|            else if (instr->i_opcode == RESUME) {
  ------------------
  |  |  133|     15|#define RESUME                                 128
  ------------------
  |  Branch (966:22): [True: 2, False: 13]
  ------------------
  967|      2|                instr->i_except = handler;
  968|      2|                if (instr->i_oparg != RESUME_AT_FUNC_START && instr->i_oparg != RESUME_AT_GEN_EXPR_START) {
  ------------------
  |  |   86|      4|#define RESUME_AT_FUNC_START 0
  ------------------
                              if (instr->i_oparg != RESUME_AT_FUNC_START && instr->i_oparg != RESUME_AT_GEN_EXPR_START) {
  ------------------
  |  |   90|      0|#define RESUME_AT_GEN_EXPR_START 4
  ------------------
  |  Branch (968:21): [True: 0, False: 2]
  |  Branch (968:63): [True: 0, False: 0]
  ------------------
  969|      0|                    assert(last_yield_except_depth >= 0);
  ------------------
  |  Branch (969:21): [True: 0, False: 0]
  ------------------
  970|      0|                    if (last_yield_except_depth == 1) {
  ------------------
  |  Branch (970:25): [True: 0, False: 0]
  ------------------
  971|      0|                        instr->i_oparg |= RESUME_OPARG_DEPTH1_MASK;
  ------------------
  |  |   93|      0|#define RESUME_OPARG_DEPTH1_MASK 0x8
  ------------------
  972|      0|                    }
  973|      0|                    last_yield_except_depth = -1;
  974|      0|                }
  975|      2|            }
  976|     13|            else if (instr->i_opcode == RETURN_GENERATOR) {
  ------------------
  |  |   45|     13|#define RETURN_GENERATOR                        32
  ------------------
  |  Branch (976:22): [True: 0, False: 13]
  ------------------
  977|      0|                instr->i_except = NULL;
  978|      0|            }
  979|     13|            else {
  980|     13|                instr->i_except = handler;
  981|     13|            }
  982|     15|        }
  983|      2|        if (BB_HAS_FALLTHROUGH(b) && !b->b_next->b_visited) {
  ------------------
  |  |  250|      4|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (983:38): [True: 0, False: 0]
  ------------------
  984|      0|            assert(except_stack != NULL);
  ------------------
  |  Branch (984:13): [True: 0, False: 0]
  ------------------
  985|      0|            b->b_next->b_exceptstack = except_stack;
  986|      0|            todo[0] = b->b_next;
  987|      0|            b->b_next->b_visited = 1;
  988|      0|            todo++;
  989|      0|        }
  990|      2|        else if (except_stack != NULL) {
  ------------------
  |  Branch (990:18): [True: 2, False: 0]
  ------------------
  991|      2|           PyMem_Free(except_stack);
  992|      2|        }
  993|      2|    }
  994|       |#ifdef Py_DEBUG
  995|       |    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  996|       |        assert(b->b_exceptstack == NULL);
  997|       |    }
  998|       |#endif
  999|      2|    PyMem_Free(todo_stack);
 1000|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 1001|      0|error:
 1002|      0|    PyMem_Free(todo_stack);
 1003|      0|    PyMem_Free(except_stack);
 1004|      0|    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1005|      2|}
flowgraph.c:make_cfg_traversal_stack:
  751|     13|make_cfg_traversal_stack(basicblock *entryblock) {
  752|     13|    int nblocks = 0;
  753|     34|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (753:38): [True: 21, False: 13]
  ------------------
  754|     21|        b->b_visited = 0;
  755|     21|        nblocks++;
  756|     21|    }
  757|     13|    basicblock **stack = (basicblock **)PyMem_Malloc(sizeof(basicblock *) * nblocks);
  758|     13|    if (!stack) {
  ------------------
  |  Branch (758:9): [True: 0, False: 13]
  ------------------
  759|      0|        PyErr_NoMemory();
  760|      0|    }
  761|     13|    return stack;
  762|     13|}
flowgraph.c:make_except_stack:
  728|      2|make_except_stack(void) {
  729|      2|    struct _PyCfgExceptStack *new = PyMem_Malloc(sizeof(struct _PyCfgExceptStack));
  730|      2|    if (new == NULL) {
  ------------------
  |  Branch (730:9): [True: 0, False: 2]
  ------------------
  731|      0|        PyErr_NoMemory();
  732|      0|        return NULL;
  733|      0|    }
  734|      2|    new->depth = 0;
  735|       |    new->handlers[0] = NULL;
  736|      2|    return new;
  737|      2|}
flowgraph.c:except_stack_top:
  723|      2|except_stack_top(struct _PyCfgExceptStack *stack) {
  724|      2|    return stack->handlers[stack->depth];
  725|      2|}
flowgraph.c:is_jump:
  109|     63|{
  110|     63|    return OPCODE_HAS_JUMP(i->i_opcode);
  ------------------
  |  | 1077|     63|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  ------------------
  |  |  |  | 1058|     63|#define HAS_JUMP_FLAG (8)
  |  |  ------------------
  ------------------
  111|     63|}
flowgraph.c:basicblock_nofallthrough:
  242|     21|basicblock_nofallthrough(const basicblock *b) {
  243|     21|    cfg_instr *last = basicblock_last_instr(b);
  244|     21|    return (last &&
  ------------------
  |  Branch (244:13): [True: 18, False: 3]
  ------------------
  245|     18|            (IS_SCOPE_EXIT_OPCODE(last->i_opcode) ||
  ------------------
  |  |   53|     36|        ((opcode) == RETURN_VALUE || \
  |  |  ------------------
  |  |  |  |   46|     36|#define RETURN_VALUE                            33
  |  |  ------------------
  |  |  |  Branch (53:10): [True: 18, False: 0]
  |  |  ------------------
  |  |   54|     18|         (opcode) == RAISE_VARARGS || \
  |  |  ------------------
  |  |  |  |  116|     18|#define RAISE_VARARGS                          103
  |  |  ------------------
  |  |  |  Branch (54:10): [True: 0, False: 0]
  |  |  ------------------
  |  |   55|     36|         (opcode) == RERAISE)
  |  |  ------------------
  |  |  |  |  117|      0|#define RERAISE                                104
  |  |  ------------------
  |  |  |  Branch (55:10): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  246|      0|             IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode)));
  ------------------
  |  |   40|      0|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|      0|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 0, False: 0]
  |  |  ------------------
  |  |   41|      0|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|      0|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 0, False: 0]
  |  |  ------------------
  |  |   42|      0|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|      0|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 0]
  |  |  ------------------
  |  |   43|      0|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|      0|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 0]
  |  |  ------------------
  |  |   44|      0|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|      0|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  247|     21|}
flowgraph.c:optimize_cfg:
 2636|      2|{
 2637|      2|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (2637:5): [True: 2, False: 0]
  ------------------
 2638|      2|    RETURN_IF_ERROR(check_cfg(g));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2639|      2|    RETURN_IF_ERROR(inline_small_or_no_lineno_blocks(g->g_entryblock));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2640|      2|    RETURN_IF_ERROR(remove_unreachable(g->g_entryblock));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2641|      2|    RETURN_IF_ERROR(resolve_line_numbers(g, firstlineno));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2642|      2|    RETURN_IF_ERROR(optimize_load_const(const_cache, g, consts, consts_index));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2643|      5|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (2643:43): [True: 3, False: 2]
  ------------------
 2644|      3|        RETURN_IF_ERROR(optimize_basic_block(const_cache, b, consts, consts_index));
  ------------------
  |  |   24|      3|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 3]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2645|      3|    }
 2646|      2|    RETURN_IF_ERROR(remove_redundant_nops_and_pairs(g->g_entryblock));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2647|      2|    RETURN_IF_ERROR(remove_unreachable(g->g_entryblock));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2648|      2|    RETURN_IF_ERROR(remove_redundant_nops_and_jumps(g));
  ------------------
  |  |   24|      2|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 2]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2649|      2|    assert(no_redundant_jumps(g));
  ------------------
  |  Branch (2649:5): [True: 2, False: 0]
  ------------------
 2650|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 2651|      2|}
flowgraph.c:check_cfg:
  615|      2|check_cfg(cfg_builder *g) {
  616|      5|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (616:43): [True: 3, False: 2]
  ------------------
  617|       |        /* Raise SystemError if jump or exit is not last instruction in the block. */
  618|     20|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (618:25): [True: 17, False: 3]
  ------------------
  619|     17|            int opcode = b->b_instr[i].i_opcode;
  620|     17|            assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (620:13): [True: 0, False: 17]
  |  Branch (620:13): [True: 0, False: 17]
  |  Branch (620:13): [True: 0, False: 17]
  ------------------
  621|     17|            if (IS_TERMINATOR_OPCODE(opcode)) {
  ------------------
  |  |   27|     17|        (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     34|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|     17|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_SCOPE_EXIT_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   53|     17|        ((opcode) == RETURN_VALUE || \
  |  |  |  |  ------------------
  |  |  |  |  |  |   46|     34|#define RETURN_VALUE                            33
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (53:10): [True: 3, False: 14]
  |  |  |  |  ------------------
  |  |  |  |   54|     17|         (opcode) == RAISE_VARARGS || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  116|     31|#define RAISE_VARARGS                          103
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (54:10): [True: 0, False: 14]
  |  |  |  |  ------------------
  |  |  |  |   55|     17|         (opcode) == RERAISE)
  |  |  |  |  ------------------
  |  |  |  |  |  |  117|     14|#define RERAISE                                104
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (55:10): [True: 0, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  622|      3|                if (i != b->b_iused - 1) {
  ------------------
  |  Branch (622:21): [True: 0, False: 3]
  ------------------
  623|      0|                    PyErr_SetString(PyExc_SystemError, "malformed control flow graph.");
  624|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  625|      0|                }
  626|      3|            }
  627|     17|        }
  628|      3|    }
  629|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
  630|      2|}
flowgraph.c:inline_small_or_no_lineno_blocks:
 1262|      2|inline_small_or_no_lineno_blocks(basicblock *entryblock) {
 1263|      2|    bool changes;
 1264|      2|    do {
 1265|      2|        changes = false;
 1266|      5|        for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1266:42): [True: 3, False: 2]
  ------------------
 1267|      3|            int res = basicblock_inline_small_or_no_lineno_blocks(b);
 1268|      3|            RETURN_IF_ERROR(res);
  ------------------
  |  |   24|      3|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 3]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1269|      3|            if (res) {
  ------------------
  |  Branch (1269:17): [True: 0, False: 3]
  ------------------
 1270|      0|                changes = true;
 1271|      0|            }
 1272|      3|        }
 1273|      2|    } while(changes); /* every change removes a jump, ensuring convergence */
  ------------------
  |  Branch (1273:13): [True: 0, False: 2]
  ------------------
 1274|      2|    return changes;
 1275|      2|}
flowgraph.c:basicblock_inline_small_or_no_lineno_blocks:
 1228|      3|basicblock_inline_small_or_no_lineno_blocks(basicblock *bb) {
 1229|      3|    cfg_instr *last = basicblock_last_instr(bb);
 1230|      3|    if (last == NULL) {
  ------------------
  |  Branch (1230:9): [True: 0, False: 3]
  ------------------
 1231|      0|        return 0;
 1232|      0|    }
 1233|      3|    if (!IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode)) {
  ------------------
  |  |   40|      3|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|      6|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 0, False: 3]
  |  |  ------------------
  |  |   41|      3|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|      6|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 0, False: 3]
  |  |  ------------------
  |  |   42|      3|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|      6|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 3]
  |  |  ------------------
  |  |   43|      3|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|      6|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 3]
  |  |  ------------------
  |  |   44|      3|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|      3|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 3]
  |  |  ------------------
  ------------------
 1234|      3|        return 0;
 1235|      3|    }
 1236|      0|    basicblock *target = last->i_target;
 1237|      0|    bool small_exit_block = (basicblock_exits_scope(target) &&
  ------------------
  |  Branch (1237:30): [True: 0, False: 0]
  ------------------
 1238|      0|                             target->b_iused <= MAX_COPY_SIZE);
  ------------------
  |  | 1220|      0|#define MAX_COPY_SIZE 4
  ------------------
  |  Branch (1238:30): [True: 0, False: 0]
  ------------------
 1239|      0|    bool no_lineno_no_fallthrough = (basicblock_has_no_lineno(target) &&
  ------------------
  |  Branch (1239:38): [True: 0, False: 0]
  ------------------
 1240|      0|                                     !BB_HAS_FALLTHROUGH(target));
  ------------------
  |  |  250|      0|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  ------------------
  |  Branch (1240:38): [True: 0, False: 0]
  ------------------
 1241|      0|    if (small_exit_block || no_lineno_no_fallthrough) {
  ------------------
  |  Branch (1241:9): [True: 0, False: 0]
  |  Branch (1241:29): [True: 0, False: 0]
  ------------------
 1242|      0|        assert(is_jump(last));
  ------------------
  |  Branch (1242:9): [True: 0, False: 0]
  ------------------
 1243|      0|        int removed_jump_opcode = last->i_opcode;
 1244|      0|        INSTR_SET_OP0(last, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1244:9): [True: 0, False: 0]
  ------------------
 1245|      0|        RETURN_IF_ERROR(basicblock_append_instructions(bb, target));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1246|      0|        if (no_lineno_no_fallthrough) {
  ------------------
  |  Branch (1246:13): [True: 0, False: 0]
  ------------------
 1247|      0|            last = basicblock_last_instr(bb);
 1248|      0|            if (IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode) &&
  ------------------
  |  |   40|      0|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|      0|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 0, False: 0]
  |  |  ------------------
  |  |   41|      0|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|      0|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 0, False: 0]
  |  |  ------------------
  |  |   42|      0|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|      0|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 0]
  |  |  ------------------
  |  |   43|      0|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|      0|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 0]
  |  |  ------------------
  |  |   44|      0|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|      0|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1249|      0|                removed_jump_opcode == JUMP)
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (1249:17): [True: 0, False: 0]
  ------------------
 1250|      0|            {
 1251|       |                /* Make sure we don't lose eval breaker checks */
 1252|      0|                last->i_opcode = JUMP;
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
 1253|      0|            }
 1254|      0|        }
 1255|      0|        target->b_predecessors--;
 1256|      0|        return 1;
 1257|      0|    }
 1258|      0|    return 0;
 1259|      0|}
flowgraph.c:remove_unreachable:
 1010|      4|remove_unreachable(basicblock *entryblock) {
 1011|     10|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1011:38): [True: 6, False: 4]
  ------------------
 1012|      6|        b->b_predecessors = 0;
 1013|      6|    }
 1014|      4|    basicblock **stack = make_cfg_traversal_stack(entryblock);
 1015|      4|    if (stack == NULL) {
  ------------------
  |  Branch (1015:9): [True: 0, False: 4]
  ------------------
 1016|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1017|      0|    }
 1018|      4|    basicblock **sp = stack;
 1019|      4|    entryblock->b_predecessors = 1;
 1020|      4|    *sp++ = entryblock;
 1021|      4|    entryblock->b_visited = 1;
 1022|      8|    while (sp > stack) {
  ------------------
  |  Branch (1022:12): [True: 4, False: 4]
  ------------------
 1023|      4|        basicblock *b = *(--sp);
 1024|      4|        if (b->b_next && BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|      2|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (1024:13): [True: 2, False: 2]
  ------------------
 1025|      0|            if (!b->b_next->b_visited) {
  ------------------
  |  Branch (1025:17): [True: 0, False: 0]
  ------------------
 1026|      0|                assert(b->b_next->b_predecessors == 0);
  ------------------
  |  Branch (1026:17): [True: 0, False: 0]
  ------------------
 1027|      0|                *sp++ = b->b_next;
 1028|      0|                b->b_next->b_visited = 1;
 1029|      0|            }
 1030|      0|            b->b_next->b_predecessors++;
 1031|      0|        }
 1032|     33|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (1032:25): [True: 29, False: 4]
  ------------------
 1033|     29|            basicblock *target;
 1034|     29|            cfg_instr *instr = &b->b_instr[i];
 1035|     29|            if (is_jump(instr) || is_block_push(instr)) {
  ------------------
  |  Branch (1035:17): [True: 0, False: 29]
  |  Branch (1035:35): [True: 0, False: 29]
  ------------------
 1036|      0|                target = instr->i_target;
 1037|      0|                if (!target->b_visited) {
  ------------------
  |  Branch (1037:21): [True: 0, False: 0]
  ------------------
 1038|      0|                    *sp++ = target;
 1039|      0|                    target->b_visited = 1;
 1040|      0|                }
 1041|      0|                target->b_predecessors++;
 1042|      0|            }
 1043|     29|        }
 1044|      4|    }
 1045|      4|    PyMem_Free(stack);
 1046|       |
 1047|       |    /* Delete unreachable instructions */
 1048|     10|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1048:38): [True: 6, False: 4]
  ------------------
 1049|      6|       if (b->b_predecessors == 0) {
  ------------------
  |  Branch (1049:12): [True: 2, False: 4]
  ------------------
 1050|      2|            b->b_iused = 0;
 1051|      2|            b->b_except_handler = 0;
 1052|      2|       }
 1053|      6|    }
 1054|      4|    return SUCCESS;
  ------------------
  |  |   20|      4|#define SUCCESS 0
  ------------------
 1055|      4|}
flowgraph.c:optimize_load_const:
 2385|      2|                    _Py_hashtable_t *consts_index) {
 2386|      5|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (2386:43): [True: 3, False: 2]
  ------------------
 2387|      3|        RETURN_IF_ERROR(basicblock_optimize_load_const(const_cache, b, consts, consts_index));
  ------------------
  |  |   24|      3|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 3]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2388|      3|    }
 2389|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 2390|      2|}
flowgraph.c:basicblock_optimize_load_const:
 2242|      3|{
 2243|      3|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (2243:5): [True: 3, False: 0]
  ------------------
 2244|      3|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (2244:5): [True: 3, False: 0]
  ------------------
 2245|      3|    int opcode = 0;
 2246|      3|    int oparg = 0;
 2247|     18|    for (int i = 0; i < bb->b_iused; i++) {
  ------------------
  |  Branch (2247:21): [True: 15, False: 3]
  ------------------
 2248|     15|        cfg_instr *inst = &bb->b_instr[i];
 2249|     15|        if (inst->i_opcode == LOAD_CONST) {
  ------------------
  |  |   94|     15|#define LOAD_CONST                              81
  ------------------
  |  Branch (2249:13): [True: 1, False: 14]
  ------------------
 2250|      1|            PyObject *constant = get_const_value(inst->i_opcode, inst->i_oparg, consts);
 2251|      1|            if (constant == NULL) {
  ------------------
  |  Branch (2251:17): [True: 0, False: 1]
  ------------------
 2252|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2253|      0|            }
 2254|      1|            int res = maybe_instr_make_load_smallint(inst, constant, consts, const_cache);
 2255|      1|            Py_DECREF(constant);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2256|      1|            if (res < 0) {
  ------------------
  |  Branch (2256:17): [True: 0, False: 1]
  ------------------
 2257|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2258|      0|            }
 2259|      1|        }
 2260|     15|        bool is_copy_of_load_const = (opcode == LOAD_CONST &&
  ------------------
  |  |   94|     30|#define LOAD_CONST                              81
  ------------------
  |  Branch (2260:39): [True: 1, False: 14]
  ------------------
 2261|      1|                                      inst->i_opcode == COPY &&
  ------------------
  |  |   70|     16|#define COPY                                    57
  ------------------
  |  Branch (2261:39): [True: 0, False: 1]
  ------------------
 2262|      0|                                      inst->i_oparg == 1);
  ------------------
  |  Branch (2262:39): [True: 0, False: 0]
  ------------------
 2263|     15|        if (! is_copy_of_load_const) {
  ------------------
  |  Branch (2263:13): [True: 15, False: 0]
  ------------------
 2264|     15|            opcode = inst->i_opcode;
 2265|     15|            oparg = inst->i_oparg;
 2266|     15|        }
 2267|     15|        assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (2267:9): [True: 0, False: 15]
  |  Branch (2267:9): [True: 0, False: 15]
  |  Branch (2267:9): [True: 0, False: 15]
  ------------------
 2268|     15|        if (!loads_const(opcode)) {
  ------------------
  |  Branch (2268:13): [True: 14, False: 1]
  ------------------
 2269|     14|            continue;
 2270|     14|        }
 2271|      1|        int nextop = i+1 < bb->b_iused ? bb->b_instr[i+1].i_opcode : 0;
  ------------------
  |  Branch (2271:22): [True: 1, False: 0]
  ------------------
 2272|      1|        switch(nextop) {
  ------------------
  |  Branch (2272:16): [True: 0, False: 1]
  ------------------
 2273|      0|            case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (2273:13): [True: 0, False: 1]
  ------------------
 2274|      0|            case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (2274:13): [True: 0, False: 1]
  ------------------
 2275|      0|            case JUMP_IF_FALSE:
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (2275:13): [True: 0, False: 1]
  ------------------
 2276|      0|            case JUMP_IF_TRUE:
  ------------------
  |  |  250|      0|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2276:13): [True: 0, False: 1]
  ------------------
 2277|      0|            {
 2278|       |                /* Remove LOAD_CONST const; conditional jump */
 2279|      0|                PyObject* cnt = get_const_value(opcode, oparg, consts);
 2280|      0|                if (cnt == NULL) {
  ------------------
  |  Branch (2280:21): [True: 0, False: 0]
  ------------------
 2281|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2282|      0|                }
 2283|      0|                int is_true = PyObject_IsTrue(cnt);
 2284|      0|                Py_DECREF(cnt);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2285|      0|                if (is_true == -1) {
  ------------------
  |  Branch (2285:21): [True: 0, False: 0]
  ------------------
 2286|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2287|      0|                }
 2288|      0|                if (PyCompile_OpcodeStackEffect(nextop, 0) == -1) {
  ------------------
  |  Branch (2288:21): [True: 0, False: 0]
  ------------------
 2289|       |                    /* POP_JUMP_IF_FALSE or POP_JUMP_IF_TRUE */
 2290|      0|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2290:21): [True: 0, False: 0]
  ------------------
 2291|      0|                }
 2292|      0|                int jump_if_true = (nextop == POP_JUMP_IF_TRUE || nextop == JUMP_IF_TRUE);
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
                              int jump_if_true = (nextop == POP_JUMP_IF_TRUE || nextop == JUMP_IF_TRUE);
  ------------------
  |  |  250|      0|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2292:37): [True: 0, False: 0]
  |  Branch (2292:67): [True: 0, False: 0]
  ------------------
 2293|      0|                if (is_true == jump_if_true) {
  ------------------
  |  Branch (2293:21): [True: 0, False: 0]
  ------------------
 2294|      0|                    bb->b_instr[i+1].i_opcode = JUMP;
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
 2295|      0|                }
 2296|      0|                else {
 2297|      0|                    INSTR_SET_OP0(&bb->b_instr[i + 1], NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2297:21): [True: 0, False: 0]
  ------------------
 2298|      0|                }
 2299|      0|                break;
 2300|      0|            }
 2301|      0|            case IS_OP:
  ------------------
  |  |   86|      0|#define IS_OP                                   73
  ------------------
  |  Branch (2301:13): [True: 0, False: 1]
  ------------------
 2302|      0|            {
 2303|       |                // Fold to POP_JUMP_IF_NONE:
 2304|       |                // - LOAD_CONST(None) IS_OP(0) POP_JUMP_IF_TRUE
 2305|       |                // - LOAD_CONST(None) IS_OP(1) POP_JUMP_IF_FALSE
 2306|       |                // - LOAD_CONST(None) IS_OP(0) TO_BOOL POP_JUMP_IF_TRUE
 2307|       |                // - LOAD_CONST(None) IS_OP(1) TO_BOOL POP_JUMP_IF_FALSE
 2308|       |                // Fold to POP_JUMP_IF_NOT_NONE:
 2309|       |                // - LOAD_CONST(None) IS_OP(0) POP_JUMP_IF_FALSE
 2310|       |                // - LOAD_CONST(None) IS_OP(1) POP_JUMP_IF_TRUE
 2311|       |                // - LOAD_CONST(None) IS_OP(0) TO_BOOL POP_JUMP_IF_FALSE
 2312|       |                // - LOAD_CONST(None) IS_OP(1) TO_BOOL POP_JUMP_IF_TRUE
 2313|      0|                PyObject *cnt = get_const_value(opcode, oparg, consts);
 2314|      0|                if (cnt == NULL) {
  ------------------
  |  Branch (2314:21): [True: 0, False: 0]
  ------------------
 2315|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2316|      0|                }
 2317|      0|                if (!Py_IsNone(cnt)) {
  ------------------
  |  |  621|      0|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|      0|#define Py_Is(x, y) ((x) == (y))
  |  |  ------------------
  ------------------
  |  Branch (2317:21): [True: 0, False: 0]
  ------------------
 2318|      0|                    Py_DECREF(cnt);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2319|      0|                    break;
 2320|      0|                }
 2321|      0|                if (bb->b_iused <= i + 2) {
  ------------------
  |  Branch (2321:21): [True: 0, False: 0]
  ------------------
 2322|      0|                    break;
 2323|      0|                }
 2324|      0|                cfg_instr *is_instr = &bb->b_instr[i + 1];
 2325|      0|                cfg_instr *jump_instr = &bb->b_instr[i + 2];
 2326|       |                // Get rid of TO_BOOL regardless:
 2327|      0|                if (jump_instr->i_opcode == TO_BOOL) {
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
  |  Branch (2327:21): [True: 0, False: 0]
  ------------------
 2328|      0|                    INSTR_SET_OP0(jump_instr, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2328:21): [True: 0, False: 0]
  ------------------
 2329|      0|                    if (bb->b_iused <= i + 3) {
  ------------------
  |  Branch (2329:25): [True: 0, False: 0]
  ------------------
 2330|      0|                        break;
 2331|      0|                    }
 2332|      0|                    jump_instr = &bb->b_instr[i + 3];
 2333|      0|                }
 2334|      0|                bool invert = is_instr->i_oparg;
 2335|      0|                if (jump_instr->i_opcode == POP_JUMP_IF_FALSE) {
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (2335:21): [True: 0, False: 0]
  ------------------
 2336|      0|                    invert = !invert;
 2337|      0|                }
 2338|      0|                else if (jump_instr->i_opcode != POP_JUMP_IF_TRUE) {
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (2338:26): [True: 0, False: 0]
  ------------------
 2339|      0|                    break;
 2340|      0|                }
 2341|      0|                INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2341:17): [True: 0, False: 0]
  ------------------
 2342|      0|                INSTR_SET_OP0(is_instr, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2342:17): [True: 0, False: 0]
  ------------------
 2343|      0|                jump_instr->i_opcode = invert ? POP_JUMP_IF_NOT_NONE
  ------------------
  |  |  114|      0|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (2343:40): [True: 0, False: 0]
  ------------------
 2344|      0|                                              : POP_JUMP_IF_NONE;
  ------------------
  |  |  113|      0|#define POP_JUMP_IF_NONE                       100
  ------------------
 2345|      0|                break;
 2346|      0|            }
 2347|      0|            case TO_BOOL:
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
  |  Branch (2347:13): [True: 0, False: 1]
  ------------------
 2348|      0|            {
 2349|      0|                PyObject *cnt = get_const_value(opcode, oparg, consts);
 2350|      0|                if (cnt == NULL) {
  ------------------
  |  Branch (2350:21): [True: 0, False: 0]
  ------------------
 2351|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2352|      0|                }
 2353|      0|                int is_true = PyObject_IsTrue(cnt);
 2354|      0|                Py_DECREF(cnt);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2355|      0|                if (is_true == -1) {
  ------------------
  |  Branch (2355:21): [True: 0, False: 0]
  ------------------
 2356|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2357|      0|                }
 2358|      0|                cnt = PyBool_FromLong(is_true);
 2359|      0|                int index = add_const(cnt, consts, const_cache, consts_index);
 2360|      0|                if (index < 0) {
  ------------------
  |  Branch (2360:21): [True: 0, False: 0]
  ------------------
 2361|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2362|      0|                }
 2363|      0|                INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2363:17): [True: 0, False: 0]
  ------------------
 2364|      0|                INSTR_SET_OP1(&bb->b_instr[i + 1], LOAD_CONST, index);
  ------------------
  |  |  115|      0|    do { \
  |  |  116|      0|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|      0|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2364:17): [True: 0, False: 0]
  ------------------
 2365|      0|                break;
 2366|      0|            }
 2367|      1|        }
 2368|      1|        if (inst->i_opcode == LOAD_CONST) {
  ------------------
  |  |   94|      1|#define LOAD_CONST                              81
  ------------------
  |  Branch (2368:13): [True: 1, False: 0]
  ------------------
 2369|      1|            PyObject *constant = get_const_value(inst->i_opcode, inst->i_oparg, consts);
 2370|      1|            if (constant == NULL) {
  ------------------
  |  Branch (2370:17): [True: 0, False: 1]
  ------------------
 2371|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2372|      0|            }
 2373|      1|            int res = maybe_instr_make_load_common_const(inst, constant);
 2374|      1|            Py_DECREF(constant);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2375|      1|            if (res < 0) {
  ------------------
  |  Branch (2375:17): [True: 0, False: 1]
  ------------------
 2376|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2377|      0|            }
 2378|      1|        }
 2379|      1|    }
 2380|      3|    return SUCCESS;
  ------------------
  |  |   20|      3|#define SUCCESS 0
  ------------------
 2381|      3|}
flowgraph.c:get_const_value:
 1314|      2|{
 1315|      2|    PyObject *constant = NULL;
 1316|      2|    assert(loads_const(opcode));
  ------------------
  |  Branch (1316:5): [True: 2, False: 0]
  ------------------
 1317|      2|    if (opcode == LOAD_CONST) {
  ------------------
  |  |   94|      2|#define LOAD_CONST                              81
  ------------------
  |  Branch (1317:9): [True: 2, False: 0]
  ------------------
 1318|      2|        assert(PyList_Check(co_consts));
  ------------------
  |  Branch (1318:9): [True: 2, False: 0]
  ------------------
 1319|      2|        Py_ssize_t n = PyList_GET_SIZE(co_consts);
  ------------------
  |  |   38|      2|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1320|      2|        if (oparg < 0 || oparg >= n) {
  ------------------
  |  Branch (1320:13): [True: 0, False: 2]
  |  Branch (1320:26): [True: 0, False: 2]
  ------------------
 1321|      0|            PyErr_Format(PyExc_ValueError,
 1322|      0|                         "LOAD_CONST index %d is out of range for consts (len=%zd)",
 1323|      0|                         oparg, n);
 1324|      0|            return NULL;
 1325|      0|        }
 1326|      2|        constant = PyList_GET_ITEM(co_consts, oparg);
  ------------------
  |  |   40|      2|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      2|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1326:20): [True: 2, False: 0]
  ------------------
 1327|      2|    }
 1328|      2|    if (opcode == LOAD_SMALL_INT) {
  ------------------
  |  |  106|      2|#define LOAD_SMALL_INT                          93
  ------------------
  |  Branch (1328:9): [True: 0, False: 2]
  ------------------
 1329|      0|        return PyLong_FromLong(oparg);
 1330|      0|    }
 1331|      2|    if (opcode == LOAD_COMMON_CONSTANT) {
  ------------------
  |  |   93|      2|#define LOAD_COMMON_CONSTANT                    80
  ------------------
  |  Branch (1331:9): [True: 0, False: 2]
  ------------------
 1332|      0|        assert(oparg < NUM_COMMON_CONSTANTS);
  ------------------
  |  Branch (1332:9): [True: 0, False: 0]
  ------------------
 1333|      0|        return Py_NewRef(_PyInterpreterState_GET()->common_consts[oparg]);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1334|      0|    }
 1335|       |
 1336|      2|    if (constant == NULL) {
  ------------------
  |  Branch (1336:9): [True: 0, False: 2]
  ------------------
 1337|      0|        PyErr_SetString(PyExc_SystemError,
 1338|      0|                        "Internal error: failed to get value of a constant");
 1339|      0|        return NULL;
 1340|      0|    }
 1341|      2|    return Py_NewRef(constant);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1342|      2|}
flowgraph.c:maybe_instr_make_load_smallint:
 1433|      1|{
 1434|      1|    if (PyLong_CheckExact(newconst)) {
  ------------------
  |  |   14|      1|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|      1|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1435|      0|        int overflow;
 1436|      0|        long val = PyLong_AsLongAndOverflow(newconst, &overflow);
 1437|      0|        if (val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1437:13): [True: 0, False: 0]
  |  Branch (1437:26): [True: 0, False: 0]
  ------------------
 1438|      0|            return -1;
 1439|      0|        }
 1440|      0|        if (!overflow && _PY_IS_SMALL_INT(val) && 0 <= val && val <= 255) {
  ------------------
  |  |   68|      0|    (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  ------------------
  |  |  |  |   98|      0|#define _PY_NSMALLNEGINTS           5
  |  |  ------------------
  |  |                   (-_PY_NSMALLNEGINTS <= (val) && (val) < _PY_NSMALLPOSINTS)
  |  |  ------------------
  |  |  |  |   97|      0|#define _PY_NSMALLPOSINTS           1025
  |  |  ------------------
  |  |  |  Branch (68:6): [True: 0, False: 0]
  |  |  |  Branch (68:37): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1440:13): [True: 0, False: 0]
  |  Branch (1440:51): [True: 0, False: 0]
  |  Branch (1440:63): [True: 0, False: 0]
  ------------------
 1441|      0|            assert(_Py_IsImmortal(newconst));
  ------------------
  |  Branch (1441:13): [True: 0, False: 0]
  ------------------
 1442|      0|            INSTR_SET_OP1(instr, LOAD_SMALL_INT, (int)val);
  ------------------
  |  |  115|      0|    do { \
  |  |  116|      0|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|      0|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1442:13): [True: 0, False: 0]
  ------------------
 1443|      0|            return 1;
 1444|      0|        }
 1445|      0|    }
 1446|      1|    return 0;
 1447|      1|}
flowgraph.c:loads_const:
 1305|     18|{
 1306|     18|    return OPCODE_HAS_CONST(opcode)
  ------------------
  |  | 1075|     36|#define OPCODE_HAS_CONST(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_CONST_FLAG))
  |  |  ------------------
  |  |  |  | 1056|     18|#define HAS_CONST_FLAG (2)
  |  |  ------------------
  |  |  |  Branch (1075:30): [True: 3, False: 15]
  |  |  ------------------
  ------------------
 1307|     15|        || opcode == LOAD_SMALL_INT
  ------------------
  |  |  106|     33|#define LOAD_SMALL_INT                          93
  ------------------
  |  Branch (1307:12): [True: 0, False: 15]
  ------------------
 1308|     15|        || opcode == LOAD_COMMON_CONSTANT;
  ------------------
  |  |   93|     15|#define LOAD_COMMON_CONSTANT                    80
  ------------------
  |  Branch (1308:12): [True: 0, False: 15]
  ------------------
 1309|     18|}
flowgraph.c:maybe_instr_make_load_common_const:
 1456|      1|{
 1457|      1|    int oparg;
 1458|      1|    if (newconst == Py_None) {
  ------------------
  |  |  616|      1|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1458:9): [True: 0, False: 1]
  ------------------
 1459|      0|        oparg = CONSTANT_NONE;
  ------------------
  |  |   78|      0|#define CONSTANT_NONE 7
  ------------------
 1460|      0|    }
 1461|      1|    else if (newconst == Py_True) {
  ------------------
  |  |   26|      1|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1461:14): [True: 0, False: 1]
  ------------------
 1462|      0|        oparg = CONSTANT_TRUE;
  ------------------
  |  |   80|      0|#define CONSTANT_TRUE 9
  ------------------
 1463|      0|    }
 1464|      1|    else if (newconst == Py_False) {
  ------------------
  |  |   25|      1|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1464:14): [True: 0, False: 1]
  ------------------
 1465|      0|        oparg = CONSTANT_FALSE;
  ------------------
  |  |   81|      0|#define CONSTANT_FALSE 10
  ------------------
 1466|      0|    }
 1467|      1|    else if (PyUnicode_CheckExact(newconst)
  ------------------
  |  |  104|      1|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1468|      0|             && PyUnicode_GET_LENGTH(newconst) == 0) {
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1468:17): [True: 0, False: 0]
  ------------------
 1469|      0|        oparg = CONSTANT_EMPTY_STR;
  ------------------
  |  |   79|      0|#define CONSTANT_EMPTY_STR 8
  ------------------
 1470|      0|    }
 1471|      1|    else if (PyLong_CheckExact(newconst)) {
  ------------------
  |  |   14|      1|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|      1|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1472|      0|        int overflow;
 1473|      0|        long val = PyLong_AsLongAndOverflow(newconst, &overflow);
 1474|      0|        if (val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1474:13): [True: 0, False: 0]
  |  Branch (1474:26): [True: 0, False: 0]
  ------------------
 1475|      0|            return -1;
 1476|      0|        }
 1477|      0|        if (overflow || val != -1) {
  ------------------
  |  Branch (1477:13): [True: 0, False: 0]
  |  Branch (1477:25): [True: 0, False: 0]
  ------------------
 1478|      0|            return 0;
 1479|      0|        }
 1480|      0|        oparg = CONSTANT_MINUS_ONE;
  ------------------
  |  |   82|      0|#define CONSTANT_MINUS_ONE 11
  ------------------
 1481|      0|    }
 1482|      1|    else {
 1483|      1|        return 0;
 1484|      1|    }
 1485|      1|    assert(_Py_IsImmortal(newconst));
  ------------------
  |  Branch (1485:5): [True: 0, False: 0]
  ------------------
 1486|      0|    INSTR_SET_OP1(instr, LOAD_COMMON_CONSTANT, oparg);
  ------------------
  |  |  115|      0|    do { \
  |  |  116|      0|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|      0|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1486:5): [True: 0, False: 0]
  ------------------
 1487|      0|    return 1;
 1488|      0|}
flowgraph.c:optimize_basic_block:
 2395|      3|{
 2396|      3|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (2396:5): [True: 3, False: 0]
  ------------------
 2397|      3|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (2397:5): [True: 3, False: 0]
  ------------------
 2398|      3|    cfg_instr nop;
 2399|      3|    INSTR_SET_OP0(&nop, NOP);
  ------------------
  |  |  124|      3|    do { \
  |  |  125|      3|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      3|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      3|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      3|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      3|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 3]
  |  |  ------------------
  ------------------
  |  Branch (2399:5): [True: 3, False: 0]
  ------------------
 2400|     18|    for (int i = 0; i < bb->b_iused; i++) {
  ------------------
  |  Branch (2400:21): [True: 15, False: 3]
  ------------------
 2401|     15|        cfg_instr *inst = &bb->b_instr[i];
 2402|     15|        cfg_instr *target;
 2403|     15|        int opcode = inst->i_opcode;
 2404|     15|        int oparg = inst->i_oparg;
 2405|     15|        if (HAS_TARGET(opcode)) {
  ------------------
  |  |   23|     15|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     30|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|     15|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|     15|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|     30|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 15]
  |  |  |  |  ------------------
  |  |  |  |   19|     15|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|     30|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 15]
  |  |  |  |  ------------------
  |  |  |  |   20|     15|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|     15|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2406|      0|            assert(inst->i_target->b_iused > 0);
  ------------------
  |  Branch (2406:13): [True: 0, False: 0]
  ------------------
 2407|      0|            target = &inst->i_target->b_instr[0];
 2408|      0|            assert(!IS_ASSEMBLER_OPCODE(target->i_opcode));
  ------------------
  |  Branch (2408:13): [True: 0, False: 0]
  |  Branch (2408:13): [True: 0, False: 0]
  |  Branch (2408:13): [True: 0, False: 0]
  ------------------
 2409|      0|        }
 2410|     15|        else {
 2411|     15|            target = &nop;
 2412|     15|        }
 2413|     15|        int nextop = i+1 < bb->b_iused ? bb->b_instr[i+1].i_opcode : 0;
  ------------------
  |  Branch (2413:22): [True: 13, False: 2]
  ------------------
 2414|     15|        assert(!IS_ASSEMBLER_OPCODE(opcode));
  ------------------
  |  Branch (2414:9): [True: 0, False: 15]
  |  Branch (2414:9): [True: 0, False: 15]
  |  Branch (2414:9): [True: 0, False: 15]
  ------------------
 2415|     15|        switch (opcode) {
  ------------------
  |  Branch (2415:17): [True: 2, False: 13]
  ------------------
 2416|       |            /* Try to fold tuples of constants.
 2417|       |               Skip over BUILD_TUPLE(1) UNPACK_SEQUENCE(1).
 2418|       |               Replace BUILD_TUPLE(2) UNPACK_SEQUENCE(2) with SWAP(2).
 2419|       |               Replace BUILD_TUPLE(3) UNPACK_SEQUENCE(3) with SWAP(3). */
 2420|      1|            case BUILD_TUPLE:
  ------------------
  |  |   62|      1|#define BUILD_TUPLE                             49
  ------------------
  |  Branch (2420:13): [True: 1, False: 14]
  ------------------
 2421|      1|                if (nextop == UNPACK_SEQUENCE && oparg == bb->b_instr[i+1].i_oparg) {
  ------------------
  |  |  131|      2|#define UNPACK_SEQUENCE                        118
  ------------------
  |  Branch (2421:21): [True: 0, False: 1]
  |  Branch (2421:50): [True: 0, False: 0]
  ------------------
 2422|      0|                    switch(oparg) {
  ------------------
  |  Branch (2422:28): [True: 0, False: 0]
  ------------------
 2423|      0|                        case 1:
  ------------------
  |  Branch (2423:25): [True: 0, False: 0]
  ------------------
 2424|      0|                            INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2424:29): [True: 0, False: 0]
  ------------------
 2425|      0|                            INSTR_SET_OP0(&bb->b_instr[i + 1], NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2425:29): [True: 0, False: 0]
  ------------------
 2426|      0|                            continue;
 2427|      0|                        case 2:
  ------------------
  |  Branch (2427:25): [True: 0, False: 0]
  ------------------
 2428|      0|                        case 3:
  ------------------
  |  Branch (2428:25): [True: 0, False: 0]
  ------------------
 2429|      0|                            INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2429:29): [True: 0, False: 0]
  ------------------
 2430|      0|                            bb->b_instr[i+1].i_opcode = SWAP;
  ------------------
  |  |  129|      0|#define SWAP                                   116
  ------------------
 2431|      0|                            continue;
 2432|      0|                    }
 2433|      0|                }
 2434|      1|                RETURN_IF_ERROR(fold_tuple_of_constants(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|      1|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 1]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2435|      1|                break;
 2436|      0|            case BUILD_LIST:
  ------------------
  |  |   57|      0|#define BUILD_LIST                              44
  ------------------
  |  Branch (2436:13): [True: 0, False: 15]
  ------------------
 2437|      0|            case BUILD_SET:
  ------------------
  |  |   59|      0|#define BUILD_SET                               46
  ------------------
  |  Branch (2437:13): [True: 0, False: 15]
  ------------------
 2438|      0|                RETURN_IF_ERROR(optimize_lists_and_sets(bb, i, nextop, consts, const_cache, consts_index));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2439|      0|                break;
 2440|      0|            case POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  114|      0|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (2440:13): [True: 0, False: 15]
  ------------------
 2441|      0|            case POP_JUMP_IF_NONE:
  ------------------
  |  |  113|      0|#define POP_JUMP_IF_NONE                       100
  ------------------
  |  Branch (2441:13): [True: 0, False: 15]
  ------------------
 2442|      0|                switch (target->i_opcode) {
  ------------------
  |  Branch (2442:25): [True: 0, False: 0]
  ------------------
 2443|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2443:21): [True: 0, False: 0]
  ------------------
 2444|      0|                        i -= jump_thread(bb, inst, target, inst->i_opcode);
 2445|      0|                }
 2446|      0|                break;
 2447|      0|            case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (2447:13): [True: 0, False: 15]
  ------------------
 2448|      0|                switch (target->i_opcode) {
  ------------------
  |  Branch (2448:25): [True: 0, False: 0]
  ------------------
 2449|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2449:21): [True: 0, False: 0]
  ------------------
 2450|      0|                        i -= jump_thread(bb, inst, target, POP_JUMP_IF_FALSE);
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
 2451|      0|                }
 2452|      0|                break;
 2453|      0|            case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (2453:13): [True: 0, False: 15]
  ------------------
 2454|      0|                switch (target->i_opcode) {
  ------------------
  |  Branch (2454:25): [True: 0, False: 0]
  ------------------
 2455|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2455:21): [True: 0, False: 0]
  ------------------
 2456|      0|                        i -= jump_thread(bb, inst, target, POP_JUMP_IF_TRUE);
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
 2457|      0|                }
 2458|      0|                break;
 2459|      0|            case JUMP_IF_FALSE:
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (2459:13): [True: 0, False: 15]
  ------------------
 2460|      0|                switch (target->i_opcode) {
  ------------------
  |  Branch (2460:25): [True: 0, False: 0]
  ------------------
 2461|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2461:21): [True: 0, False: 0]
  ------------------
 2462|      0|                    case JUMP_IF_FALSE:
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (2462:21): [True: 0, False: 0]
  ------------------
 2463|      0|                        i -= jump_thread(bb, inst, target, JUMP_IF_FALSE);
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
 2464|      0|                        continue;
 2465|      0|                    case JUMP_IF_TRUE:
  ------------------
  |  |  250|      0|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2465:21): [True: 0, False: 0]
  ------------------
 2466|       |                        // No need to check for loops here, a block's b_next
 2467|       |                        // cannot point to itself.
 2468|      0|                        assert(inst->i_target != inst->i_target->b_next);
  ------------------
  |  Branch (2468:25): [True: 0, False: 0]
  ------------------
 2469|      0|                        inst->i_target = inst->i_target->b_next;
 2470|      0|                        i--;
 2471|      0|                        continue;
 2472|      0|                }
 2473|      0|                break;
 2474|      0|            case JUMP_IF_TRUE:
  ------------------
  |  |  250|      0|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2474:13): [True: 0, False: 15]
  ------------------
 2475|      0|                switch (target->i_opcode) {
  ------------------
  |  Branch (2475:25): [True: 0, False: 0]
  ------------------
 2476|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2476:21): [True: 0, False: 0]
  ------------------
 2477|      0|                    case JUMP_IF_TRUE:
  ------------------
  |  |  250|      0|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (2477:21): [True: 0, False: 0]
  ------------------
 2478|      0|                        i -= jump_thread(bb, inst, target, JUMP_IF_TRUE);
  ------------------
  |  |  250|      0|#define JUMP_IF_TRUE                           259
  ------------------
 2479|      0|                        continue;
 2480|      0|                    case JUMP_IF_FALSE:
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (2480:21): [True: 0, False: 0]
  ------------------
 2481|       |                        // No need to check for loops here, a block's b_next
 2482|       |                        // cannot point to itself.
 2483|      0|                        assert(inst->i_target != inst->i_target->b_next);
  ------------------
  |  Branch (2483:25): [True: 0, False: 0]
  ------------------
 2484|      0|                        inst->i_target = inst->i_target->b_next;
 2485|      0|                        i--;
 2486|      0|                        continue;
 2487|      0|                }
 2488|      0|                break;
 2489|      0|            case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2489:13): [True: 0, False: 15]
  ------------------
 2490|      0|            case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|      0|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (2490:13): [True: 0, False: 15]
  ------------------
 2491|      0|                switch (target->i_opcode) {
  ------------------
  |  Branch (2491:25): [True: 0, False: 0]
  ------------------
 2492|      0|                    case JUMP:
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2492:21): [True: 0, False: 0]
  ------------------
 2493|      0|                        i -= jump_thread(bb, inst, target, JUMP);
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
 2494|      0|                        continue;
 2495|      0|                    case JUMP_NO_INTERRUPT:
  ------------------
  |  |  251|      0|#define JUMP_NO_INTERRUPT                      260
  ------------------
  |  Branch (2495:21): [True: 0, False: 0]
  ------------------
 2496|      0|                        i -= jump_thread(bb, inst, target, opcode);
 2497|      0|                        continue;
 2498|      0|                }
 2499|      0|                break;
 2500|      0|            case FOR_ITER:
  ------------------
  |  |   81|      0|#define FOR_ITER                                68
  ------------------
  |  Branch (2500:13): [True: 0, False: 15]
  ------------------
 2501|      0|                if (target->i_opcode == JUMP) {
  ------------------
  |  |  248|      0|#define JUMP                                   257
  ------------------
  |  Branch (2501:21): [True: 0, False: 0]
  ------------------
 2502|       |                    /* This will not work now because the jump (at target) could
 2503|       |                     * be forward or backward and FOR_ITER only jumps forward. We
 2504|       |                     * can re-enable this if ever we implement a backward version
 2505|       |                     * of FOR_ITER.
 2506|       |                     */
 2507|       |                    /*
 2508|       |                    i -= jump_thread(bb, inst, target, FOR_ITER);
 2509|       |                    */
 2510|      0|                }
 2511|      0|                break;
 2512|      0|            case STORE_FAST:
  ------------------
  |  |  124|      0|#define STORE_FAST                             111
  ------------------
  |  Branch (2512:13): [True: 0, False: 15]
  ------------------
 2513|      0|                if (opcode == nextop &&
  ------------------
  |  Branch (2513:21): [True: 0, False: 0]
  ------------------
 2514|      0|                    oparg == bb->b_instr[i+1].i_oparg &&
  ------------------
  |  Branch (2514:21): [True: 0, False: 0]
  ------------------
 2515|      0|                    bb->b_instr[i].i_loc.lineno == bb->b_instr[i+1].i_loc.lineno) {
  ------------------
  |  Branch (2515:21): [True: 0, False: 0]
  ------------------
 2516|      0|                    bb->b_instr[i].i_opcode = POP_TOP;
  ------------------
  |  |   42|      0|#define POP_TOP                                 29
  ------------------
 2517|      0|                    bb->b_instr[i].i_oparg = 0;
 2518|      0|                }
 2519|      0|                break;
 2520|      0|            case SWAP:
  ------------------
  |  |  129|      0|#define SWAP                                   116
  ------------------
  |  Branch (2520:13): [True: 0, False: 15]
  ------------------
 2521|      0|                if (oparg == 1) {
  ------------------
  |  Branch (2521:21): [True: 0, False: 0]
  ------------------
 2522|      0|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2522:21): [True: 0, False: 0]
  ------------------
 2523|      0|                }
 2524|      0|                break;
 2525|      1|            case LOAD_GLOBAL:
  ------------------
  |  |  104|      1|#define LOAD_GLOBAL                             91
  ------------------
  |  Branch (2525:13): [True: 1, False: 14]
  ------------------
 2526|      1|                if (nextop == PUSH_NULL && (oparg & 1) == 0) {
  ------------------
  |  |   44|      2|#define PUSH_NULL                               31
  ------------------
  |  Branch (2526:21): [True: 1, False: 0]
  |  Branch (2526:44): [True: 1, False: 0]
  ------------------
 2527|      1|                    INSTR_SET_OP1(inst, LOAD_GLOBAL, oparg | 1);
  ------------------
  |  |  115|      1|    do { \
  |  |  116|      1|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|      1|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|      1|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|      1|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|      1|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (2527:21): [True: 1, False: 0]
  ------------------
 2528|      1|                    INSTR_SET_OP0(&bb->b_instr[i + 1], NOP);
  ------------------
  |  |  124|      1|    do { \
  |  |  125|      1|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      1|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      1|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      1|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      1|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (2528:21): [True: 1, False: 0]
  ------------------
 2529|      1|                }
 2530|      1|                break;
 2531|      1|            case COMPARE_OP:
  ------------------
  |  |   67|      0|#define COMPARE_OP                              54
  ------------------
  |  Branch (2531:13): [True: 0, False: 15]
  ------------------
 2532|      0|                if (nextop == TO_BOOL) {
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
  |  Branch (2532:21): [True: 0, False: 0]
  ------------------
 2533|      0|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2533:21): [True: 0, False: 0]
  ------------------
 2534|      0|                    INSTR_SET_OP1(&bb->b_instr[i + 1], COMPARE_OP, oparg | 16);
  ------------------
  |  |  115|      0|    do { \
  |  |  116|      0|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|      0|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2534:21): [True: 0, False: 0]
  ------------------
 2535|      0|                    continue;
 2536|      0|                }
 2537|      0|                break;
 2538|      0|            case CONTAINS_OP:
  ------------------
  |  |   68|      0|#define CONTAINS_OP                             55
  ------------------
  |  Branch (2538:13): [True: 0, False: 15]
  ------------------
 2539|      0|            case IS_OP:
  ------------------
  |  |   86|      0|#define IS_OP                                   73
  ------------------
  |  Branch (2539:13): [True: 0, False: 15]
  ------------------
 2540|      0|                if (nextop == TO_BOOL) {
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
  |  Branch (2540:21): [True: 0, False: 0]
  ------------------
 2541|      0|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2541:21): [True: 0, False: 0]
  ------------------
 2542|      0|                    INSTR_SET_OP1(&bb->b_instr[i + 1], opcode, oparg);
  ------------------
  |  |  115|      0|    do { \
  |  |  116|      0|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|      0|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2542:21): [True: 0, False: 0]
  ------------------
 2543|      0|                    continue;
 2544|      0|                }
 2545|      0|                if (nextop == UNARY_NOT) {
  ------------------
  |  |   53|      0|#define UNARY_NOT                               40
  ------------------
  |  Branch (2545:21): [True: 0, False: 0]
  ------------------
 2546|      0|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2546:21): [True: 0, False: 0]
  ------------------
 2547|      0|                    int inverted = oparg ^ 1;
 2548|      0|                    assert(inverted == 0 || inverted == 1);
  ------------------
  |  Branch (2548:21): [True: 0, False: 0]
  |  Branch (2548:21): [True: 0, False: 0]
  ------------------
 2549|      0|                    INSTR_SET_OP1(&bb->b_instr[i + 1], opcode, inverted);
  ------------------
  |  |  115|      0|    do { \
  |  |  116|      0|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|      0|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2549:21): [True: 0, False: 0]
  ------------------
 2550|      0|                    continue;
 2551|      0|                }
 2552|      0|                break;
 2553|      0|            case TO_BOOL:
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
  |  Branch (2553:13): [True: 0, False: 15]
  ------------------
 2554|      0|                if (nextop == TO_BOOL) {
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
  |  Branch (2554:21): [True: 0, False: 0]
  ------------------
 2555|      0|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2555:21): [True: 0, False: 0]
  ------------------
 2556|      0|                    continue;
 2557|      0|                }
 2558|      0|                break;
 2559|      0|            case UNARY_NOT:
  ------------------
  |  |   53|      0|#define UNARY_NOT                               40
  ------------------
  |  Branch (2559:13): [True: 0, False: 15]
  ------------------
 2560|      0|                if (nextop == TO_BOOL) {
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
  |  Branch (2560:21): [True: 0, False: 0]
  ------------------
 2561|      0|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2561:21): [True: 0, False: 0]
  ------------------
 2562|      0|                    INSTR_SET_OP0(&bb->b_instr[i + 1], UNARY_NOT);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2562:21): [True: 0, False: 0]
  ------------------
 2563|      0|                    continue;
 2564|      0|                }
 2565|      0|                if (nextop == UNARY_NOT) {
  ------------------
  |  |   53|      0|#define UNARY_NOT                               40
  ------------------
  |  Branch (2565:21): [True: 0, False: 0]
  ------------------
 2566|      0|                    INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2566:21): [True: 0, False: 0]
  ------------------
 2567|      0|                    INSTR_SET_OP0(&bb->b_instr[i + 1], NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2567:21): [True: 0, False: 0]
  ------------------
 2568|      0|                    continue;
 2569|      0|                }
 2570|      0|                _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 2571|      0|            case UNARY_INVERT:
  ------------------
  |  |   51|      0|#define UNARY_INVERT                            38
  ------------------
  |  Branch (2571:13): [True: 0, False: 15]
  ------------------
 2572|      0|            case UNARY_NEGATIVE:
  ------------------
  |  |   52|      0|#define UNARY_NEGATIVE                          39
  ------------------
  |  Branch (2572:13): [True: 0, False: 15]
  ------------------
 2573|      0|                RETURN_IF_ERROR(fold_const_unaryop(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2574|      0|                break;
 2575|      0|            case CALL_INTRINSIC_1:
  ------------------
  |  |   64|      0|#define CALL_INTRINSIC_1                        51
  ------------------
  |  Branch (2575:13): [True: 0, False: 15]
  ------------------
 2576|      0|                if (oparg == INTRINSIC_LIST_TO_TUPLE) {
  ------------------
  |  |   15|      0|#define INTRINSIC_LIST_TO_TUPLE                  6
  ------------------
  |  Branch (2576:21): [True: 0, False: 0]
  ------------------
 2577|      0|                    if (nextop == GET_ITER) {
  ------------------
  |  |   83|      0|#define GET_ITER                                70
  ------------------
  |  Branch (2577:25): [True: 0, False: 0]
  ------------------
 2578|      0|                        INSTR_SET_OP0(inst, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2578:25): [True: 0, False: 0]
  ------------------
 2579|      0|                    }
 2580|      0|                    else {
 2581|      0|                        RETURN_IF_ERROR(fold_constant_intrinsic_list_to_tuple(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2582|      0|                    }
 2583|      0|                }
 2584|      0|                else if (oparg == INTRINSIC_UNARY_POSITIVE) {
  ------------------
  |  |   14|      0|#define INTRINSIC_UNARY_POSITIVE                 5
  ------------------
  |  Branch (2584:26): [True: 0, False: 0]
  ------------------
 2585|      0|                    RETURN_IF_ERROR(fold_const_unaryop(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2586|      0|                }
 2587|      0|                break;
 2588|      0|            case BINARY_OP:
  ------------------
  |  |   55|      0|#define BINARY_OP                               42
  ------------------
  |  Branch (2588:13): [True: 0, False: 15]
  ------------------
 2589|      0|                RETURN_IF_ERROR(fold_const_binop(bb, i, consts, const_cache, consts_index));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2590|      0|                break;
 2591|     15|        }
 2592|     15|    }
 2593|       |
 2594|     18|    for (int i = 0; i < bb->b_iused; i++) {
  ------------------
  |  Branch (2594:21): [True: 15, False: 3]
  ------------------
 2595|     15|        cfg_instr *inst = &bb->b_instr[i];
 2596|     15|        if (inst->i_opcode == SWAP) {
  ------------------
  |  |  129|     15|#define SWAP                                   116
  ------------------
  |  Branch (2596:13): [True: 0, False: 15]
  ------------------
 2597|      0|            if (swaptimize(bb, &i) < 0) {
  ------------------
  |  Branch (2597:17): [True: 0, False: 0]
  ------------------
 2598|      0|                goto error;
 2599|      0|            }
 2600|      0|            apply_static_swaps(bb, i);
 2601|      0|        }
 2602|     15|    }
 2603|      3|    return SUCCESS;
  ------------------
  |  |   20|      3|#define SUCCESS 0
  ------------------
 2604|      0|error:
 2605|      0|    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2606|      3|}
flowgraph.c:fold_tuple_of_constants:
 1527|      1|{
 1528|       |    /* Pre-conditions */
 1529|      1|    assert(PyDict_CheckExact(const_cache));
  ------------------
  |  Branch (1529:5): [True: 1, False: 0]
  ------------------
 1530|      1|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (1530:5): [True: 1, False: 0]
  ------------------
 1531|       |
 1532|      1|    cfg_instr *instr = &bb->b_instr[i];
 1533|      1|    assert(instr->i_opcode == BUILD_TUPLE);
  ------------------
  |  Branch (1533:5): [True: 1, False: 0]
  ------------------
 1534|       |
 1535|      1|    int seq_size = instr->i_oparg;
 1536|      1|    if (seq_size > _PY_STACK_USE_GUIDELINE) {
  ------------------
  |  |   24|      1|#define _PY_STACK_USE_GUIDELINE 30
  ------------------
  |  Branch (1536:9): [True: 0, False: 1]
  ------------------
 1537|      0|        return SUCCESS;
  ------------------
  |  |   20|      0|#define SUCCESS 0
  ------------------
 1538|      0|    }
 1539|       |
 1540|      1|    cfg_instr *const_instrs[_PY_STACK_USE_GUIDELINE];
 1541|      1|    if (!get_const_loading_instrs(bb, i-1, const_instrs, seq_size)) {
  ------------------
  |  Branch (1541:9): [True: 1, False: 0]
  ------------------
 1542|       |        /* not a const sequence */
 1543|      1|        return SUCCESS;
  ------------------
  |  |   20|      1|#define SUCCESS 0
  ------------------
 1544|      1|    }
 1545|       |
 1546|      0|    PyObject *const_tuple = PyTuple_New((Py_ssize_t)seq_size);
 1547|      0|    if (const_tuple == NULL) {
  ------------------
  |  Branch (1547:9): [True: 0, False: 0]
  ------------------
 1548|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1549|      0|    }
 1550|       |
 1551|      0|    for (int i = 0; i < seq_size; i++) {
  ------------------
  |  Branch (1551:21): [True: 0, False: 0]
  ------------------
 1552|      0|        cfg_instr *inst = const_instrs[i];
 1553|      0|        assert(loads_const(inst->i_opcode));
  ------------------
  |  Branch (1553:9): [True: 0, False: 0]
  ------------------
 1554|      0|        PyObject *element = get_const_value(inst->i_opcode, inst->i_oparg, consts);
 1555|      0|        if (element == NULL) {
  ------------------
  |  Branch (1555:13): [True: 0, False: 0]
  ------------------
 1556|      0|            Py_DECREF(const_tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1557|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1558|      0|        }
 1559|      0|        PyTuple_SET_ITEM(const_tuple, i, element);
  ------------------
  |  |   40|      0|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1560|      0|    }
 1561|       |
 1562|      0|    nop_out(const_instrs, seq_size);
 1563|      0|    return instr_make_load_const(instr, const_tuple, consts, const_cache, consts_index);
 1564|      0|}
flowgraph.c:get_const_loading_instrs:
 1391|      1|{
 1392|      1|    assert(start < bb->b_iused);
  ------------------
  |  Branch (1392:5): [True: 1, False: 0]
  ------------------
 1393|      1|    assert(size >= 0);
  ------------------
  |  Branch (1393:5): [True: 1, False: 0]
  ------------------
 1394|      1|    assert(size <= _PY_STACK_USE_GUIDELINE);
  ------------------
  |  Branch (1394:5): [True: 1, False: 0]
  ------------------
 1395|       |
 1396|      1|    for (; start >= 0 && size > 0; start--) {
  ------------------
  |  Branch (1396:12): [True: 1, False: 0]
  |  Branch (1396:26): [True: 1, False: 0]
  ------------------
 1397|      1|        cfg_instr *instr = &bb->b_instr[start];
 1398|      1|        if (instr->i_opcode == NOP) {
  ------------------
  |  |   38|      1|#define NOP                                     25
  ------------------
  |  Branch (1398:13): [True: 0, False: 1]
  ------------------
 1399|      0|            continue;
 1400|      0|        }
 1401|      1|        if (!loads_const(instr->i_opcode)) {
  ------------------
  |  Branch (1401:13): [True: 1, False: 0]
  ------------------
 1402|      1|            return false;
 1403|      1|        }
 1404|      0|        instrs[--size] = instr;
 1405|      0|    }
 1406|       |
 1407|      0|    return size == 0;
 1408|      1|}
flowgraph.c:remove_redundant_nops_and_pairs:
 1133|      2|{
 1134|      2|    bool done = false;
 1135|       |
 1136|      4|    while (! done) {
  ------------------
  |  Branch (1136:12): [True: 2, False: 2]
  ------------------
 1137|      2|        done = true;
 1138|      2|        cfg_instr *prev_instr = NULL;
 1139|      2|        cfg_instr *instr = NULL;
 1140|      5|        for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1140:42): [True: 3, False: 2]
  ------------------
 1141|      3|            RETURN_IF_ERROR(basicblock_remove_redundant_nops(b));
  ------------------
  |  |   24|      3|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 3]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1142|      3|            if (IS_LABEL(b->b_label)) {
  ------------------
  |  |   95|      3|#define IS_LABEL(L) (!SAME_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   94|      3|#define SAME_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  |  |  |  Branch (95:21): [True: 0, False: 3]
  |  |  ------------------
  ------------------
 1143|       |                /* this block is a jump target, forget instr */
 1144|      0|                instr = NULL;
 1145|      0|            }
 1146|     17|            for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (1146:29): [True: 14, False: 3]
  ------------------
 1147|     14|                prev_instr = instr;
 1148|     14|                instr = &b->b_instr[i];
 1149|     14|                int prev_opcode = prev_instr ? prev_instr->i_opcode : 0;
  ------------------
  |  Branch (1149:35): [True: 12, False: 2]
  ------------------
 1150|     14|                int prev_oparg = prev_instr ? prev_instr->i_oparg : 0;
  ------------------
  |  Branch (1150:34): [True: 12, False: 2]
  ------------------
 1151|     14|                int opcode = instr->i_opcode;
 1152|     14|                bool is_redundant_pair = false;
 1153|     14|                if (opcode == POP_TOP) {
  ------------------
  |  |   42|     14|#define POP_TOP                                 29
  ------------------
  |  Branch (1153:21): [True: 0, False: 14]
  ------------------
 1154|      0|                   if (loads_const(prev_opcode)) {
  ------------------
  |  Branch (1154:24): [True: 0, False: 0]
  ------------------
 1155|      0|                       is_redundant_pair = true;
 1156|      0|                   }
 1157|      0|                   else if (prev_opcode == COPY && prev_oparg == 1) {
  ------------------
  |  |   70|      0|#define COPY                                    57
  ------------------
  |  Branch (1157:29): [True: 0, False: 0]
  |  Branch (1157:52): [True: 0, False: 0]
  ------------------
 1158|      0|                       is_redundant_pair = true;
 1159|      0|                   }
 1160|      0|                }
 1161|     14|                if (is_redundant_pair) {
  ------------------
  |  Branch (1161:21): [True: 0, False: 14]
  ------------------
 1162|      0|                    INSTR_SET_OP0(prev_instr, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1162:21): [True: 0, False: 0]
  ------------------
 1163|      0|                    INSTR_SET_OP0(instr, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1163:21): [True: 0, False: 0]
  ------------------
 1164|      0|                    done = false;
 1165|      0|                }
 1166|     14|            }
 1167|      3|            if ((instr && is_jump(instr)) || !BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|      3|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  ------------------
  |  Branch (1167:18): [True: 2, False: 1]
  |  Branch (1167:27): [True: 0, False: 2]
  |  Branch (1167:46): [True: 2, False: 1]
  ------------------
 1168|      2|                instr = NULL;
 1169|      2|            }
 1170|      3|        }
 1171|      2|    }
 1172|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 1173|      2|}
flowgraph.c:basicblock_remove_redundant_nops:
 1058|     15|basicblock_remove_redundant_nops(basicblock *bb) {
 1059|       |    /* Remove NOPs when legal to do so. */
 1060|     15|    int dest = 0;
 1061|     15|    int prev_lineno = -1;
 1062|     82|    for (int src = 0; src < bb->b_iused; src++) {
  ------------------
  |  Branch (1062:23): [True: 67, False: 15]
  ------------------
 1063|     67|        int lineno = bb->b_instr[src].i_loc.lineno;
 1064|     67|        if (bb->b_instr[src].i_opcode == NOP) {
  ------------------
  |  |   38|     67|#define NOP                                     25
  ------------------
  |  Branch (1064:13): [True: 3, False: 64]
  ------------------
 1065|       |            /* Eliminate no-op if it doesn't have a line number */
 1066|      3|            if (lineno < 0) {
  ------------------
  |  Branch (1066:17): [True: 0, False: 3]
  ------------------
 1067|      0|                continue;
 1068|      0|            }
 1069|       |            /* or, if the previous instruction had the same line number. */
 1070|      3|            if (prev_lineno == lineno) {
  ------------------
  |  Branch (1070:17): [True: 3, False: 0]
  ------------------
 1071|      3|                continue;
 1072|      3|            }
 1073|       |            /* or, if the next instruction has same line number or no line number */
 1074|      0|            if (src < bb->b_iused - 1) {
  ------------------
  |  Branch (1074:17): [True: 0, False: 0]
  ------------------
 1075|      0|                int next_lineno = bb->b_instr[src+1].i_loc.lineno;
 1076|      0|                if (next_lineno == lineno) {
  ------------------
  |  Branch (1076:21): [True: 0, False: 0]
  ------------------
 1077|      0|                    continue;
 1078|      0|                }
 1079|      0|                if (next_lineno < 0) {
  ------------------
  |  Branch (1079:21): [True: 0, False: 0]
  ------------------
 1080|      0|                    bb->b_instr[src+1].i_loc = bb->b_instr[src].i_loc;
 1081|      0|                    continue;
 1082|      0|                }
 1083|      0|            }
 1084|      0|            else {
 1085|      0|                basicblock *next = next_nonempty_block(bb->b_next);
 1086|       |                /* or if last instruction in BB and next BB has same line number */
 1087|      0|                if (next) {
  ------------------
  |  Branch (1087:21): [True: 0, False: 0]
  ------------------
 1088|      0|                    location next_loc = NO_LOCATION;
 1089|      0|                    for (int next_i=0; next_i < next->b_iused; next_i++) {
  ------------------
  |  Branch (1089:40): [True: 0, False: 0]
  ------------------
 1090|      0|                        cfg_instr *instr = &next->b_instr[next_i];
 1091|      0|                        if (instr->i_opcode == NOP && instr->i_loc.lineno < 0) {
  ------------------
  |  |   38|      0|#define NOP                                     25
  ------------------
  |  Branch (1091:29): [True: 0, False: 0]
  |  Branch (1091:55): [True: 0, False: 0]
  ------------------
 1092|       |                            /* Skip over NOPs without a location, they will be removed */
 1093|      0|                            continue;
 1094|      0|                        }
 1095|      0|                        next_loc = instr->i_loc;
 1096|      0|                        break;
 1097|      0|                    }
 1098|      0|                    if (lineno == next_loc.lineno) {
  ------------------
  |  Branch (1098:25): [True: 0, False: 0]
  ------------------
 1099|      0|                        continue;
 1100|      0|                    }
 1101|      0|                }
 1102|      0|            }
 1103|       |
 1104|      0|        }
 1105|     64|        if (dest != src) {
  ------------------
  |  Branch (1105:13): [True: 13, False: 51]
  ------------------
 1106|     13|            bb->b_instr[dest] = bb->b_instr[src];
 1107|     13|        }
 1108|     64|        dest++;
 1109|     64|        prev_lineno = lineno;
 1110|     64|    }
 1111|     15|    assert(dest <= bb->b_iused);
  ------------------
  |  Branch (1111:5): [True: 15, False: 0]
  ------------------
 1112|     15|    int num_removed = bb->b_iused - dest;
 1113|     15|    bb->b_iused = dest;
 1114|     15|    memset(&bb->b_instr[dest], 0, sizeof(cfg_instr) * num_removed);
 1115|     15|    return num_removed;
 1116|     15|}
flowgraph.c:remove_redundant_nops_and_jumps:
 2612|      4|{
 2613|      4|    int removed_nops, removed_jumps;
 2614|      4|    do {
 2615|       |        /* Convergence is guaranteed because the number of
 2616|       |         * redundant jumps and nops only decreases.
 2617|       |         */
 2618|      4|        removed_nops = remove_redundant_nops(g);
 2619|      4|        RETURN_IF_ERROR(removed_nops);
  ------------------
  |  |   24|      4|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 4]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2620|      4|        removed_jumps = remove_redundant_jumps(g);
 2621|      4|        RETURN_IF_ERROR(removed_jumps);
  ------------------
  |  |   24|      4|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 4]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 2622|      4|    } while(removed_nops + removed_jumps > 0);
  ------------------
  |  Branch (2622:13): [True: 0, False: 4]
  ------------------
 2623|      4|    return SUCCESS;
  ------------------
  |  |   20|      4|#define SUCCESS 0
  ------------------
 2624|      4|}
flowgraph.c:remove_redundant_nops:
 1119|      8|remove_redundant_nops(cfg_builder *g) {
 1120|      8|    int changes = 0;
 1121|     20|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1121:43): [True: 12, False: 8]
  ------------------
 1122|     12|        int change = basicblock_remove_redundant_nops(b);
 1123|     12|        RETURN_IF_ERROR(change);
  ------------------
  |  |   24|     12|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 12]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 1124|     12|        changes += change;
 1125|     12|    }
 1126|      8|    return changes;
 1127|      8|}
flowgraph.c:remove_redundant_jumps:
 1176|      4|remove_redundant_jumps(cfg_builder *g) {
 1177|       |    /* If a non-empty block ends with a jump instruction, check if the next
 1178|       |     * non-empty block reached through normal flow control is the target
 1179|       |     * of that jump. If it is, then the jump instruction is redundant and
 1180|       |     * can be deleted.
 1181|       |     *
 1182|       |     * Return the number of changes applied, or -1 on error.
 1183|       |     */
 1184|       |
 1185|      4|    int changes = 0;
 1186|     10|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (1186:43): [True: 6, False: 4]
  ------------------
 1187|      6|        cfg_instr *last = basicblock_last_instr(b);
 1188|      6|        if (last == NULL) {
  ------------------
  |  Branch (1188:13): [True: 2, False: 4]
  ------------------
 1189|      2|            continue;
 1190|      2|        }
 1191|      6|        assert(!IS_ASSEMBLER_OPCODE(last->i_opcode));
  ------------------
  |  Branch (1191:9): [True: 0, False: 4]
  |  Branch (1191:9): [True: 0, False: 4]
  |  Branch (1191:9): [True: 0, False: 4]
  ------------------
 1192|      4|        if (IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode)) {
  ------------------
  |  |   40|      4|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|      8|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 0, False: 4]
  |  |  ------------------
  |  |   41|      4|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|      8|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 0, False: 4]
  |  |  ------------------
  |  |   42|      4|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|      8|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 4]
  |  |  ------------------
  |  |   43|      4|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|      8|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 4]
  |  |  ------------------
  |  |   44|      4|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|      4|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 4]
  |  |  ------------------
  ------------------
 1193|      0|            basicblock* jump_target = next_nonempty_block(last->i_target);
 1194|      0|            if (jump_target == NULL) {
  ------------------
  |  Branch (1194:17): [True: 0, False: 0]
  ------------------
 1195|      0|                PyErr_SetString(PyExc_SystemError, "jump with NULL target");
 1196|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 1197|      0|            }
 1198|      0|            basicblock *next = next_nonempty_block(b->b_next);
 1199|      0|            if (jump_target == next) {
  ------------------
  |  Branch (1199:17): [True: 0, False: 0]
  ------------------
 1200|      0|                changes++;
 1201|      0|                INSTR_SET_OP0(last, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1201:17): [True: 0, False: 0]
  ------------------
 1202|      0|            }
 1203|      0|        }
 1204|      4|    }
 1205|       |
 1206|      4|    return changes;
 1207|      4|}
flowgraph.c:remove_unused_consts:
 3263|      2|{
 3264|      2|    assert(PyList_CheckExact(consts));
  ------------------
  |  Branch (3264:5): [True: 2, False: 0]
  ------------------
 3265|      2|    Py_ssize_t nconsts = PyList_GET_SIZE(consts);
  ------------------
  |  |   38|      2|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3266|      2|    if (nconsts == 0) {
  ------------------
  |  Branch (3266:9): [True: 0, False: 2]
  ------------------
 3267|      0|        return SUCCESS;  /* nothing to do */
  ------------------
  |  |   20|      0|#define SUCCESS 0
  ------------------
 3268|      0|    }
 3269|       |
 3270|      2|    Py_ssize_t *index_map = NULL;
 3271|      2|    Py_ssize_t *reverse_index_map = NULL;
 3272|      2|    int err = ERROR;
  ------------------
  |  |   21|      2|#define ERROR -1
  ------------------
 3273|       |
 3274|      2|    index_map = PyMem_Malloc(nconsts * sizeof(Py_ssize_t));
 3275|      2|    if (index_map == NULL) {
  ------------------
  |  Branch (3275:9): [True: 0, False: 2]
  ------------------
 3276|      0|        goto end;
 3277|      0|    }
 3278|      2|    for (Py_ssize_t i = 1; i < nconsts; i++) {
  ------------------
  |  Branch (3278:28): [True: 0, False: 2]
  ------------------
 3279|      0|        index_map[i] = -1;
 3280|      0|    }
 3281|       |    // The first constant may be docstring; keep it always.
 3282|      2|    index_map[0] = 0;
 3283|       |
 3284|       |    /* mark used consts */
 3285|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3285:38): [True: 3, False: 2]
  ------------------
 3286|     17|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3286:25): [True: 14, False: 3]
  ------------------
 3287|     14|            int opcode = b->b_instr[i].i_opcode;
 3288|     14|            if (OPCODE_HAS_CONST(opcode)) {
  ------------------
  |  | 1075|     14|#define OPCODE_HAS_CONST(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_CONST_FLAG))
  |  |  ------------------
  |  |  |  | 1056|     14|#define HAS_CONST_FLAG (2)
  |  |  ------------------
  |  |  |  Branch (1075:30): [True: 1, False: 13]
  |  |  ------------------
  ------------------
 3289|      1|                int index = b->b_instr[i].i_oparg;
 3290|      1|                index_map[index] = index;
 3291|      1|            }
 3292|     14|        }
 3293|      3|    }
 3294|       |    /* now index_map[i] == i if consts[i] is used, -1 otherwise */
 3295|       |    /* condense consts */
 3296|      2|    Py_ssize_t n_used_consts = 0;
 3297|      4|    for (Py_ssize_t i = 0; i < nconsts; i++) {
  ------------------
  |  Branch (3297:28): [True: 2, False: 2]
  ------------------
 3298|      2|        if (index_map[i] != -1) {
  ------------------
  |  Branch (3298:13): [True: 2, False: 0]
  ------------------
 3299|      2|            assert(index_map[i] == i);
  ------------------
  |  Branch (3299:13): [True: 2, False: 0]
  ------------------
 3300|      2|            index_map[n_used_consts++] = index_map[i];
 3301|      2|        }
 3302|      2|    }
 3303|      2|    if (n_used_consts == nconsts) {
  ------------------
  |  Branch (3303:9): [True: 2, False: 0]
  ------------------
 3304|       |        /* nothing to do */
 3305|      2|        err = SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 3306|      2|        goto end;
 3307|      2|    }
 3308|       |
 3309|       |    /* move all used consts to the beginning of the consts list */
 3310|      2|    assert(n_used_consts < nconsts);
  ------------------
  |  Branch (3310:5): [True: 0, False: 0]
  ------------------
 3311|      0|    for (Py_ssize_t i = 0; i < n_used_consts; i++) {
  ------------------
  |  Branch (3311:28): [True: 0, False: 0]
  ------------------
 3312|      0|        Py_ssize_t old_index = index_map[i];
 3313|      0|        assert(i <= old_index && old_index < nconsts);
  ------------------
  |  Branch (3313:9): [True: 0, False: 0]
  |  Branch (3313:9): [True: 0, False: 0]
  ------------------
 3314|      0|        if (i != old_index) {
  ------------------
  |  Branch (3314:13): [True: 0, False: 0]
  ------------------
 3315|      0|            PyObject *value = PyList_GET_ITEM(consts, index_map[i]);
  ------------------
  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3315:31): [True: 0, False: 0]
  ------------------
 3316|      0|            assert(value != NULL);
  ------------------
  |  Branch (3316:13): [True: 0, False: 0]
  ------------------
 3317|      0|            PyList_SetItem(consts, i, Py_NewRef(value));
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3318|      0|        }
 3319|      0|    }
 3320|       |
 3321|       |    /* truncate the consts list at its new size */
 3322|      0|    if (PyList_SetSlice(consts, n_used_consts, nconsts, NULL) < 0) {
  ------------------
  |  Branch (3322:9): [True: 0, False: 0]
  ------------------
 3323|      0|        goto end;
 3324|      0|    }
 3325|       |    /* adjust const indices in the bytecode */
 3326|      0|    reverse_index_map = PyMem_Malloc(nconsts * sizeof(Py_ssize_t));
 3327|      0|    if (reverse_index_map == NULL) {
  ------------------
  |  Branch (3327:9): [True: 0, False: 0]
  ------------------
 3328|      0|        goto end;
 3329|      0|    }
 3330|      0|    for (Py_ssize_t i = 0; i < nconsts; i++) {
  ------------------
  |  Branch (3330:28): [True: 0, False: 0]
  ------------------
 3331|      0|        reverse_index_map[i] = -1;
 3332|      0|    }
 3333|      0|    for (Py_ssize_t i = 0; i < n_used_consts; i++) {
  ------------------
  |  Branch (3333:28): [True: 0, False: 0]
  ------------------
 3334|      0|        assert(index_map[i] != -1);
  ------------------
  |  Branch (3334:9): [True: 0, False: 0]
  ------------------
 3335|      0|        assert(reverse_index_map[index_map[i]] == -1);
  ------------------
  |  Branch (3335:9): [True: 0, False: 0]
  ------------------
 3336|      0|        reverse_index_map[index_map[i]] = i;
 3337|      0|    }
 3338|       |
 3339|      0|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3339:38): [True: 0, False: 0]
  ------------------
 3340|      0|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3340:25): [True: 0, False: 0]
  ------------------
 3341|      0|            int opcode = b->b_instr[i].i_opcode;
 3342|      0|            if (OPCODE_HAS_CONST(opcode)) {
  ------------------
  |  | 1075|      0|#define OPCODE_HAS_CONST(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_CONST_FLAG))
  |  |  ------------------
  |  |  |  | 1056|      0|#define HAS_CONST_FLAG (2)
  |  |  ------------------
  |  |  |  Branch (1075:30): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3343|      0|                int index = b->b_instr[i].i_oparg;
 3344|      0|                assert(reverse_index_map[index] >= 0);
  ------------------
  |  Branch (3344:17): [True: 0, False: 0]
  ------------------
 3345|      0|                assert(reverse_index_map[index] < n_used_consts);
  ------------------
  |  Branch (3345:17): [True: 0, False: 0]
  ------------------
 3346|      0|                b->b_instr[i].i_oparg = (int)reverse_index_map[index];
 3347|      0|            }
 3348|      0|        }
 3349|      0|    }
 3350|       |
 3351|      0|    err = SUCCESS;
  ------------------
  |  |   20|      0|#define SUCCESS 0
  ------------------
 3352|      2|end:
 3353|      2|    PyMem_Free(index_map);
 3354|      2|    PyMem_Free(reverse_index_map);
 3355|      2|    return err;
 3356|      0|}
flowgraph.c:add_checks_for_loads_of_uninitialized_variables:
 3364|      2|{
 3365|      2|    if (nlocals == 0) {
  ------------------
  |  Branch (3365:9): [True: 1, False: 1]
  ------------------
 3366|      1|        return SUCCESS;
  ------------------
  |  |   20|      1|#define SUCCESS 0
  ------------------
 3367|      1|    }
 3368|      1|    if (nlocals > 64) {
  ------------------
  |  Branch (3368:9): [True: 0, False: 1]
  ------------------
 3369|       |        // To avoid O(nlocals**2) compilation, locals beyond the first
 3370|       |        // 64 are only analyzed one basicblock at a time: initialization
 3371|       |        // info is not passed between basicblocks.
 3372|      0|        if (fast_scan_many_locals(entryblock, nlocals) < 0) {
  ------------------
  |  Branch (3372:13): [True: 0, False: 0]
  ------------------
 3373|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3374|      0|        }
 3375|      0|        nlocals = 64;
 3376|      0|    }
 3377|      1|    basicblock **stack = make_cfg_traversal_stack(entryblock);
 3378|      1|    if (stack == NULL) {
  ------------------
  |  Branch (3378:9): [True: 0, False: 1]
  ------------------
 3379|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3380|      0|    }
 3381|      1|    basicblock **sp = stack;
 3382|       |
 3383|       |    // First origin of being uninitialized:
 3384|       |    // The non-parameter locals in the entry block.
 3385|      1|    uint64_t start_mask = 0;
 3386|      1|    for (int i = nparams; i < nlocals; i++) {
  ------------------
  |  Branch (3386:27): [True: 0, False: 1]
  ------------------
 3387|      0|        start_mask |= (uint64_t)1 << i;
 3388|      0|    }
 3389|      1|    maybe_push(entryblock, start_mask, &sp);
 3390|       |
 3391|       |    // Second origin of being uninitialized:
 3392|       |    // There could be DELETE_FAST somewhere, so
 3393|       |    // be sure to scan each basicblock at least once.
 3394|      3|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3394:38): [True: 2, False: 1]
  ------------------
 3395|      2|        scan_block_for_locals(b, &sp);
 3396|      2|    }
 3397|       |    // Now propagate the uncertainty from the origins we found: Use
 3398|       |    // LOAD_FAST_CHECK for any LOAD_FAST where the local could be undefined.
 3399|      1|    while (sp > stack) {
  ------------------
  |  Branch (3399:12): [True: 0, False: 1]
  ------------------
 3400|      0|        basicblock *b = *--sp;
 3401|       |        // mark as no longer on stack
 3402|      0|        b->b_visited = 0;
 3403|      0|        scan_block_for_locals(b, &sp);
 3404|      0|    }
 3405|      1|    PyMem_Free(stack);
 3406|      1|    return SUCCESS;
  ------------------
  |  |   20|      1|#define SUCCESS 0
  ------------------
 3407|      1|}
flowgraph.c:maybe_push:
 3151|      1|{
 3152|       |    // Push b if the unsafe mask is giving us any new information.
 3153|       |    // To avoid overflowing the stack, only allow each block once.
 3154|       |    // Use b->b_visited=1 to mean that b is currently on the stack.
 3155|      1|    uint64_t both = b->b_unsafe_locals_mask | unsafe_mask;
 3156|      1|    if (b->b_unsafe_locals_mask != both) {
  ------------------
  |  Branch (3156:9): [True: 0, False: 1]
  ------------------
 3157|      0|        b->b_unsafe_locals_mask = both;
 3158|       |        // More work left to do.
 3159|      0|        if (!b->b_visited) {
  ------------------
  |  Branch (3159:13): [True: 0, False: 0]
  ------------------
 3160|       |            // not on the stack, so push it.
 3161|      0|            *(*sp)++ = b;
 3162|      0|            b->b_visited = 1;
 3163|      0|        }
 3164|      0|    }
 3165|      1|}
flowgraph.c:scan_block_for_locals:
 3169|      2|{
 3170|       |    // bit i is set if local i is potentially uninitialized
 3171|      2|    uint64_t unsafe_mask = b->b_unsafe_locals_mask;
 3172|     12|    for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3172:21): [True: 10, False: 2]
  ------------------
 3173|     10|        cfg_instr *instr = &b->b_instr[i];
 3174|     10|        assert(instr->i_opcode != EXTENDED_ARG);
  ------------------
  |  Branch (3174:9): [True: 10, False: 0]
  ------------------
 3175|     10|        if (instr->i_except != NULL) {
  ------------------
  |  Branch (3175:13): [True: 0, False: 10]
  ------------------
 3176|      0|            maybe_push(instr->i_except, unsafe_mask, sp);
 3177|      0|        }
 3178|     10|        if (instr->i_oparg >= 64) {
  ------------------
  |  Branch (3178:13): [True: 0, False: 10]
  ------------------
 3179|      0|            continue;
 3180|      0|        }
 3181|     10|        assert(instr->i_oparg >= 0);
  ------------------
  |  Branch (3181:9): [True: 10, False: 0]
  ------------------
 3182|     10|        uint64_t bit = (uint64_t)1 << instr->i_oparg;
 3183|     10|        switch (instr->i_opcode) {
  ------------------
  |  Branch (3183:17): [True: 5, False: 5]
  ------------------
 3184|      0|            case DELETE_FAST:
  ------------------
  |  |   74|      0|#define DELETE_FAST                             61
  ------------------
  |  Branch (3184:13): [True: 0, False: 10]
  ------------------
 3185|      0|            case LOAD_FAST_AND_CLEAR:
  ------------------
  |  |   97|      0|#define LOAD_FAST_AND_CLEAR                     84
  ------------------
  |  Branch (3185:13): [True: 0, False: 10]
  ------------------
 3186|      0|            case STORE_FAST_MAYBE_NULL:
  ------------------
  |  |  257|      0|#define STORE_FAST_MAYBE_NULL                  266
  ------------------
  |  Branch (3186:13): [True: 0, False: 10]
  ------------------
 3187|      0|                unsafe_mask |= bit;
 3188|      0|                break;
 3189|      0|            case STORE_FAST:
  ------------------
  |  |  124|      0|#define STORE_FAST                             111
  ------------------
  |  Branch (3189:13): [True: 0, False: 10]
  ------------------
 3190|      0|                unsafe_mask &= ~bit;
 3191|      0|                break;
 3192|      0|            case LOAD_FAST_CHECK:
  ------------------
  |  |  100|      0|#define LOAD_FAST_CHECK                         87
  ------------------
  |  Branch (3192:13): [True: 0, False: 10]
  ------------------
 3193|       |                // If this doesn't raise, then the local is defined.
 3194|      0|                unsafe_mask &= ~bit;
 3195|      0|                break;
 3196|      5|            case LOAD_FAST:
  ------------------
  |  |   96|      5|#define LOAD_FAST                               83
  ------------------
  |  Branch (3196:13): [True: 5, False: 5]
  ------------------
 3197|      5|                if (unsafe_mask & bit) {
  ------------------
  |  Branch (3197:21): [True: 0, False: 5]
  ------------------
 3198|      0|                    instr->i_opcode = LOAD_FAST_CHECK;
  ------------------
  |  |  100|      0|#define LOAD_FAST_CHECK                         87
  ------------------
 3199|      0|                }
 3200|      5|                unsafe_mask &= ~bit;
 3201|      5|                break;
 3202|     10|        }
 3203|     10|    }
 3204|      2|    if (b->b_next && BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|      1|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 0, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (3204:9): [True: 1, False: 1]
  ------------------
 3205|      0|        maybe_push(b->b_next, unsafe_mask, sp);
 3206|      0|    }
 3207|      2|    cfg_instr *last = basicblock_last_instr(b);
 3208|      2|    if (last && is_jump(last)) {
  ------------------
  |  Branch (3208:9): [True: 1, False: 1]
  |  Branch (3208:17): [True: 0, False: 1]
  ------------------
 3209|      0|        assert(last->i_target != NULL);
  ------------------
  |  Branch (3209:9): [True: 0, False: 0]
  ------------------
 3210|      0|        maybe_push(last->i_target, unsafe_mask, sp);
 3211|      0|    }
 3212|      2|}
flowgraph.c:insert_superinstructions:
 2671|      2|{
 2672|      5|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (2672:43): [True: 3, False: 2]
  ------------------
 2673|       |
 2674|     17|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (2674:25): [True: 14, False: 3]
  ------------------
 2675|     14|            cfg_instr *inst = &b->b_instr[i];
 2676|     14|            int nextop = i+1 < b->b_iused ? b->b_instr[i+1].i_opcode : 0;
  ------------------
  |  Branch (2676:26): [True: 12, False: 2]
  ------------------
 2677|     14|            switch(inst->i_opcode) {
  ------------------
  |  Branch (2677:20): [True: 3, False: 11]
  ------------------
 2678|      3|                case LOAD_FAST:
  ------------------
  |  |   96|      3|#define LOAD_FAST                               83
  ------------------
  |  Branch (2678:17): [True: 3, False: 11]
  ------------------
 2679|      3|                    if (nextop == LOAD_FAST) {
  ------------------
  |  |   96|      3|#define LOAD_FAST                               83
  ------------------
  |  Branch (2679:25): [True: 2, False: 1]
  ------------------
 2680|      2|                        make_super_instruction(inst, &b->b_instr[i + 1], LOAD_FAST_LOAD_FAST);
  ------------------
  |  |  101|      2|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
 2681|      2|                    }
 2682|      3|                    break;
 2683|      0|                case STORE_FAST:
  ------------------
  |  |  124|      0|#define STORE_FAST                             111
  ------------------
  |  Branch (2683:17): [True: 0, False: 14]
  ------------------
 2684|      0|                    switch (nextop) {
  ------------------
  |  Branch (2684:29): [True: 0, False: 0]
  ------------------
 2685|      0|                        case LOAD_FAST:
  ------------------
  |  |   96|      0|#define LOAD_FAST                               83
  ------------------
  |  Branch (2685:25): [True: 0, False: 0]
  ------------------
 2686|      0|                            make_super_instruction(inst, &b->b_instr[i + 1], STORE_FAST_LOAD_FAST);
  ------------------
  |  |  125|      0|#define STORE_FAST_LOAD_FAST                   112
  ------------------
 2687|      0|                            break;
 2688|      0|                        case STORE_FAST:
  ------------------
  |  |  124|      0|#define STORE_FAST                             111
  ------------------
  |  Branch (2688:25): [True: 0, False: 0]
  ------------------
 2689|      0|                            make_super_instruction(inst, &b->b_instr[i + 1], STORE_FAST_STORE_FAST);
  ------------------
  |  |  126|      0|#define STORE_FAST_STORE_FAST                  113
  ------------------
 2690|      0|                            break;
 2691|      0|                    }
 2692|      0|                    break;
 2693|     14|            }
 2694|     14|        }
 2695|      3|    }
 2696|      2|    int res = remove_redundant_nops(g);
 2697|      2|    assert(no_redundant_nops(g));
  ------------------
  |  Branch (2697:5): [True: 2, False: 0]
  ------------------
 2698|      2|    return res;
 2699|      2|}
flowgraph.c:make_super_instruction:
 2655|      2|{
 2656|      2|    int32_t line1 = inst1->i_loc.lineno;
 2657|      2|    int32_t line2 = inst2->i_loc.lineno;
 2658|       |    /* Skip if instructions are on different lines */
 2659|      2|    if (line1 >= 0 && line2 >= 0 && line1 != line2) {
  ------------------
  |  Branch (2659:9): [True: 2, False: 0]
  |  Branch (2659:23): [True: 2, False: 0]
  |  Branch (2659:37): [True: 0, False: 2]
  ------------------
 2660|      0|        return;
 2661|      0|    }
 2662|      2|    if (inst1->i_oparg >= 16 || inst2->i_oparg >= 16) {
  ------------------
  |  Branch (2662:9): [True: 0, False: 2]
  |  Branch (2662:33): [True: 0, False: 2]
  ------------------
 2663|      0|        return;
 2664|      0|    }
 2665|      2|    INSTR_SET_OP1(inst1, super_op, (inst1->i_oparg << 4) | inst2->i_oparg);
  ------------------
  |  |  115|      2|    do { \
  |  |  116|      2|        assert(OPCODE_HAS_ARG(OP)); \
  |  |  117|      2|        cfg_instr *_instr__ptr_ = (I); \
  |  |  118|      2|        _instr__ptr_->i_opcode = (OP); \
  |  |  119|      2|        _instr__ptr_->i_oparg = (ARG); \
  |  |  120|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (120:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (2665:5): [True: 2, False: 0]
  ------------------
 2666|      2|    INSTR_SET_OP0(inst2, NOP);
  ------------------
  |  |  124|      2|    do { \
  |  |  125|      2|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      2|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      2|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      2|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      2|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (2666:5): [True: 2, False: 0]
  ------------------
 2667|      2|}
flowgraph.c:no_redundant_nops:
  515|      2|no_redundant_nops(cfg_builder *g) {
  516|      2|    if (remove_redundant_nops(g) != 0) {
  ------------------
  |  Branch (516:9): [True: 0, False: 2]
  ------------------
  517|      0|        return false;
  518|      0|    }
  519|      2|    return true;
  520|      2|}
flowgraph.c:push_cold_blocks_to_end:
 3492|      2|push_cold_blocks_to_end(cfg_builder *g) {
 3493|      2|    basicblock *entryblock = g->g_entryblock;
 3494|      2|    if (entryblock->b_next == NULL) {
  ------------------
  |  Branch (3494:9): [True: 1, False: 1]
  ------------------
 3495|       |        /* single basicblock, no need to reorder */
 3496|      1|        return SUCCESS;
  ------------------
  |  |   20|      1|#define SUCCESS 0
  ------------------
 3497|      1|    }
 3498|      1|    RETURN_IF_ERROR(mark_cold(entryblock));
  ------------------
  |  |   24|      1|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 1]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3499|       |
 3500|      1|    int next_lbl = get_max_label(g->g_entryblock) + 1;
 3501|       |
 3502|       |    /* If we have a cold block with fallthrough to a warm block, add */
 3503|       |    /* an explicit jump instead of fallthrough */
 3504|      3|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3504:38): [True: 2, False: 1]
  ------------------
 3505|      2|        if (b->b_cold && BB_HAS_FALLTHROUGH(b) && b->b_next && b->b_next->b_warm) {
  ------------------
  |  |  250|      2|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (3505:13): [True: 0, False: 2]
  |  Branch (3505:51): [True: 0, False: 0]
  |  Branch (3505:64): [True: 0, False: 0]
  ------------------
 3506|      0|            basicblock *explicit_jump = cfg_builder_new_block(g);
 3507|      0|            if (explicit_jump == NULL) {
  ------------------
  |  Branch (3507:17): [True: 0, False: 0]
  ------------------
 3508|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3509|      0|            }
 3510|      0|            if (!IS_LABEL(b->b_next->b_label)) {
  ------------------
  |  |   95|      0|#define IS_LABEL(L) (!SAME_LABEL((L), (NO_LABEL)))
  |  |  ------------------
  |  |  |  |   94|      0|#define SAME_LABEL(L1, L2) ((L1).id == (L2).id)
  |  |  ------------------
  ------------------
  |  Branch (3510:17): [True: 0, False: 0]
  ------------------
 3511|      0|                b->b_next->b_label.id = next_lbl++;
 3512|      0|            }
 3513|      0|            basicblock_addop(explicit_jump, JUMP_NO_INTERRUPT, b->b_next->b_label.id,
  ------------------
  |  |  251|      0|#define JUMP_NO_INTERRUPT                      260
  ------------------
 3514|      0|                             NO_LOCATION);
 3515|      0|            explicit_jump->b_cold = 1;
 3516|      0|            explicit_jump->b_next = b->b_next;
 3517|      0|            explicit_jump->b_predecessors = 1;
 3518|      0|            b->b_next = explicit_jump;
 3519|       |
 3520|       |            /* set target */
 3521|      0|            cfg_instr *last = basicblock_last_instr(explicit_jump);
 3522|      0|            last->i_target = explicit_jump->b_next;
 3523|      0|        }
 3524|      2|    }
 3525|       |
 3526|      1|    assert(!entryblock->b_cold);  /* First block can't be cold */
  ------------------
  |  Branch (3526:5): [True: 1, False: 0]
  ------------------
 3527|      1|    basicblock *cold_blocks = NULL;
 3528|      1|    basicblock *cold_blocks_tail = NULL;
 3529|       |
 3530|      1|    basicblock *b = entryblock;
 3531|      1|    while(b->b_next) {
  ------------------
  |  Branch (3531:11): [True: 1, False: 0]
  ------------------
 3532|      1|        assert(!b->b_cold);
  ------------------
  |  Branch (3532:9): [True: 1, False: 0]
  ------------------
 3533|      2|        while (b->b_next && !b->b_next->b_cold) {
  ------------------
  |  Branch (3533:16): [True: 1, False: 1]
  |  Branch (3533:29): [True: 1, False: 0]
  ------------------
 3534|      1|            b = b->b_next;
 3535|      1|        }
 3536|      1|        if (b->b_next == NULL) {
  ------------------
  |  Branch (3536:13): [True: 1, False: 0]
  ------------------
 3537|       |            /* no more cold blocks */
 3538|      1|            break;
 3539|      1|        }
 3540|       |
 3541|       |        /* b->b_next is the beginning of a cold streak */
 3542|      1|        assert(!b->b_cold && b->b_next->b_cold);
  ------------------
  |  Branch (3542:9): [True: 0, False: 0]
  |  Branch (3542:9): [True: 0, False: 0]
  ------------------
 3543|       |
 3544|      0|        basicblock *b_end = b->b_next;
 3545|      0|        while (b_end->b_next && b_end->b_next->b_cold) {
  ------------------
  |  Branch (3545:16): [True: 0, False: 0]
  |  Branch (3545:33): [True: 0, False: 0]
  ------------------
 3546|      0|            b_end = b_end->b_next;
 3547|      0|        }
 3548|       |
 3549|       |        /* b_end is the end of the cold streak */
 3550|      0|        assert(b_end && b_end->b_cold);
  ------------------
  |  Branch (3550:9): [True: 0, False: 0]
  |  Branch (3550:9): [True: 0, False: 0]
  ------------------
 3551|      0|        assert(b_end->b_next == NULL || !b_end->b_next->b_cold);
  ------------------
  |  Branch (3551:9): [True: 0, False: 0]
  |  Branch (3551:9): [True: 0, False: 0]
  ------------------
 3552|       |
 3553|      0|        if (cold_blocks == NULL) {
  ------------------
  |  Branch (3553:13): [True: 0, False: 0]
  ------------------
 3554|      0|            cold_blocks = b->b_next;
 3555|      0|        }
 3556|      0|        else {
 3557|      0|            cold_blocks_tail->b_next = b->b_next;
 3558|      0|        }
 3559|      0|        cold_blocks_tail = b_end;
 3560|      0|        b->b_next = b_end->b_next;
 3561|      0|        b_end->b_next = NULL;
 3562|      0|    }
 3563|      1|    assert(b != NULL && b->b_next == NULL);
  ------------------
  |  Branch (3563:5): [True: 1, False: 0]
  |  Branch (3563:5): [True: 1, False: 0]
  ------------------
 3564|      1|    b->b_next = cold_blocks;
 3565|       |
 3566|      1|    if (cold_blocks != NULL) {
  ------------------
  |  Branch (3566:9): [True: 0, False: 1]
  ------------------
 3567|      0|        RETURN_IF_ERROR(remove_redundant_nops_and_jumps(g));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3568|      0|    }
 3569|      1|    return SUCCESS;
  ------------------
  |  |   20|      1|#define SUCCESS 0
  ------------------
 3570|      1|}
flowgraph.c:mark_cold:
 3442|      1|mark_cold(basicblock *entryblock) {
 3443|      3|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3443:38): [True: 2, False: 1]
  ------------------
 3444|      2|        assert(!b->b_cold && !b->b_warm);
  ------------------
  |  Branch (3444:9): [True: 2, False: 0]
  |  Branch (3444:9): [True: 2, False: 0]
  ------------------
 3445|      2|    }
 3446|      1|    if (mark_warm(entryblock) < 0) {
  ------------------
  |  Branch (3446:9): [True: 0, False: 1]
  ------------------
 3447|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3448|      0|    }
 3449|       |
 3450|      1|    basicblock **stack = make_cfg_traversal_stack(entryblock);
 3451|      1|    if (stack == NULL) {
  ------------------
  |  Branch (3451:9): [True: 0, False: 1]
  ------------------
 3452|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3453|      0|    }
 3454|       |
 3455|      1|    basicblock **sp = stack;
 3456|      3|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3456:38): [True: 2, False: 1]
  ------------------
 3457|      2|        if (b->b_except_handler) {
  ------------------
  |  Branch (3457:13): [True: 0, False: 2]
  ------------------
 3458|      0|            assert(!b->b_warm);
  ------------------
  |  Branch (3458:13): [True: 0, False: 0]
  ------------------
 3459|      0|            *sp++ = b;
 3460|      0|            b->b_visited = 1;
 3461|      0|        }
 3462|      2|    }
 3463|       |
 3464|      1|    while (sp > stack) {
  ------------------
  |  Branch (3464:12): [True: 0, False: 1]
  ------------------
 3465|      0|        basicblock *b = *(--sp);
 3466|      0|        b->b_cold = 1;
 3467|      0|        basicblock *next = b->b_next;
 3468|      0|        if (next && BB_HAS_FALLTHROUGH(b)) {
  ------------------
  |  |  250|      0|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (3468:13): [True: 0, False: 0]
  ------------------
 3469|      0|            if (!next->b_warm && !next->b_visited) {
  ------------------
  |  Branch (3469:17): [True: 0, False: 0]
  |  Branch (3469:34): [True: 0, False: 0]
  ------------------
 3470|      0|                *sp++ = next;
 3471|      0|                next->b_visited = 1;
 3472|      0|            }
 3473|      0|        }
 3474|      0|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3474:25): [True: 0, False: 0]
  ------------------
 3475|      0|            cfg_instr *instr = &b->b_instr[i];
 3476|      0|            if (is_jump(instr)) {
  ------------------
  |  Branch (3476:17): [True: 0, False: 0]
  ------------------
 3477|      0|                assert(i == b->b_iused - 1);
  ------------------
  |  Branch (3477:17): [True: 0, False: 0]
  ------------------
 3478|      0|                basicblock *target = b->b_instr[i].i_target;
 3479|      0|                if (!target->b_warm && !target->b_visited) {
  ------------------
  |  Branch (3479:21): [True: 0, False: 0]
  |  Branch (3479:40): [True: 0, False: 0]
  ------------------
 3480|      0|                    *sp++ = target;
 3481|      0|                    target->b_visited = 1;
 3482|      0|                }
 3483|      0|            }
 3484|      0|        }
 3485|      0|    }
 3486|      1|    PyMem_Free(stack);
 3487|      1|    return SUCCESS;
  ------------------
  |  |   20|      1|#define SUCCESS 0
  ------------------
 3488|      1|}
flowgraph.c:mark_warm:
 3411|      1|mark_warm(basicblock *entryblock) {
 3412|      1|    basicblock **stack = make_cfg_traversal_stack(entryblock);
 3413|      1|    if (stack == NULL) {
  ------------------
  |  Branch (3413:9): [True: 0, False: 1]
  ------------------
 3414|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3415|      0|    }
 3416|      1|    basicblock **sp = stack;
 3417|       |
 3418|      1|    *sp++ = entryblock;
 3419|      1|    entryblock->b_visited = 1;
 3420|      2|    while (sp > stack) {
  ------------------
  |  Branch (3420:12): [True: 1, False: 1]
  ------------------
 3421|      1|        basicblock *b = *(--sp);
 3422|      1|        assert(!b->b_except_handler);
  ------------------
  |  Branch (3422:9): [True: 1, False: 0]
  ------------------
 3423|      1|        b->b_warm = 1;
 3424|      1|        basicblock *next = b->b_next;
 3425|      1|        if (next && BB_HAS_FALLTHROUGH(b) && !next->b_visited) {
  ------------------
  |  |  250|      2|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 0, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (3425:13): [True: 1, False: 0]
  |  Branch (3425:46): [True: 0, False: 0]
  ------------------
 3426|      0|            *sp++ = next;
 3427|      0|            next->b_visited = 1;
 3428|      0|        }
 3429|      9|        for (int i=0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3429:23): [True: 8, False: 1]
  ------------------
 3430|      8|            cfg_instr *instr = &b->b_instr[i];
 3431|      8|            if (is_jump(instr) && !instr->i_target->b_visited) {
  ------------------
  |  Branch (3431:17): [True: 0, False: 8]
  |  Branch (3431:35): [True: 0, False: 0]
  ------------------
 3432|      0|                *sp++ = instr->i_target;
 3433|      0|                instr->i_target->b_visited = 1;
 3434|      0|            }
 3435|      8|        }
 3436|      1|    }
 3437|      1|    PyMem_Free(stack);
 3438|      1|    return SUCCESS;
  ------------------
  |  |   20|      1|#define SUCCESS 0
  ------------------
 3439|      1|}
flowgraph.c:resolve_line_numbers:
 3746|      4|{
 3747|      4|    RETURN_IF_ERROR(duplicate_exits_without_lineno(g));
  ------------------
  |  |   24|      4|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 4]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3748|      4|    propagate_line_numbers(g->g_entryblock);
 3749|      4|    return SUCCESS;
  ------------------
  |  |   20|      4|#define SUCCESS 0
  ------------------
 3750|      4|}
flowgraph.c:duplicate_exits_without_lineno:
 3652|      4|{
 3653|      4|    int next_lbl = get_max_label(g->g_entryblock) + 1;
 3654|       |
 3655|       |    /* Copy all exit blocks without line number that are targets of a jump.
 3656|       |     */
 3657|      4|    basicblock *entryblock = g->g_entryblock;
 3658|     10|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3658:38): [True: 6, False: 4]
  ------------------
 3659|      6|        cfg_instr *last = basicblock_last_instr(b);
 3660|      6|        if (last == NULL) {
  ------------------
  |  Branch (3660:13): [True: 2, False: 4]
  ------------------
 3661|      2|            continue;
 3662|      2|        }
 3663|      4|        if (is_jump(last)) {
  ------------------
  |  Branch (3663:13): [True: 0, False: 4]
  ------------------
 3664|      0|            basicblock *target = next_nonempty_block(last->i_target);
 3665|      0|            if (is_exit_or_eval_check_without_lineno(target) && target->b_predecessors > 1) {
  ------------------
  |  Branch (3665:17): [True: 0, False: 0]
  |  Branch (3665:65): [True: 0, False: 0]
  ------------------
 3666|      0|                basicblock *new_target = copy_basicblock(g, target);
 3667|      0|                if (new_target == NULL) {
  ------------------
  |  Branch (3667:21): [True: 0, False: 0]
  ------------------
 3668|      0|                    return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3669|      0|                }
 3670|      0|                new_target->b_instr[0].i_loc = last->i_loc;
 3671|      0|                last->i_target = new_target;
 3672|      0|                target->b_predecessors--;
 3673|      0|                new_target->b_predecessors = 1;
 3674|      0|                new_target->b_next = target->b_next;
 3675|      0|                new_target->b_label.id = next_lbl++;
 3676|      0|                target->b_next = new_target;
 3677|      0|            }
 3678|      0|        }
 3679|      4|    }
 3680|       |
 3681|       |    /* Any remaining reachable exit blocks without line number can only be reached by
 3682|       |     * fall through, and thus can only have a single predecessor */
 3683|     10|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3683:38): [True: 6, False: 4]
  ------------------
 3684|      6|        if (BB_HAS_FALLTHROUGH(b) && b->b_next && b->b_iused > 0) {
  ------------------
  |  |  250|     12|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 2, False: 4]
  |  |  ------------------
  ------------------
  |  Branch (3684:38): [True: 0, False: 2]
  |  Branch (3684:51): [True: 0, False: 0]
  ------------------
 3685|      0|            if (is_exit_or_eval_check_without_lineno(b->b_next)) {
  ------------------
  |  Branch (3685:17): [True: 0, False: 0]
  ------------------
 3686|      0|                cfg_instr *last = basicblock_last_instr(b);
 3687|      0|                assert(last != NULL);
  ------------------
  |  Branch (3687:17): [True: 0, False: 0]
  ------------------
 3688|      0|                b->b_next->b_instr[0].i_loc = last->i_loc;
 3689|      0|            }
 3690|      0|        }
 3691|      6|    }
 3692|      4|    return SUCCESS;
  ------------------
  |  |   20|      4|#define SUCCESS 0
  ------------------
 3693|      4|}
flowgraph.c:propagate_line_numbers:
 3715|      4|{
 3716|     10|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3716:38): [True: 6, False: 4]
  ------------------
 3717|      6|        cfg_instr *last = basicblock_last_instr(b);
 3718|      6|        if (last == NULL) {
  ------------------
  |  Branch (3718:13): [True: 2, False: 4]
  ------------------
 3719|      2|            continue;
 3720|      2|        }
 3721|       |
 3722|      4|        location prev_location = NO_LOCATION;
 3723|     31|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3723:25): [True: 27, False: 4]
  ------------------
 3724|     27|            maybe_propagate_location(b, i, prev_location);
 3725|     27|            prev_location = b->b_instr[i].i_loc;
 3726|     27|        }
 3727|      4|        if (BB_HAS_FALLTHROUGH(b) && b->b_next->b_predecessors == 1) {
  ------------------
  |  |  250|      8|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  |  Branch (3727:38): [True: 0, False: 0]
  ------------------
 3728|      0|            if (b->b_next->b_iused > 0) {
  ------------------
  |  Branch (3728:17): [True: 0, False: 0]
  ------------------
 3729|      0|                maybe_propagate_location(b->b_next, 0, prev_location);
 3730|      0|            }
 3731|      0|        }
 3732|      4|        if (is_jump(last)) {
  ------------------
  |  Branch (3732:13): [True: 0, False: 4]
  ------------------
 3733|      0|            basicblock *target = last->i_target;
 3734|      0|            while (target->b_iused == 0 && target->b_predecessors == 1) {
  ------------------
  |  Branch (3734:20): [True: 0, False: 0]
  |  Branch (3734:44): [True: 0, False: 0]
  ------------------
 3735|      0|                target = target->b_next;
 3736|      0|            }
 3737|      0|            if (target->b_predecessors == 1) {
  ------------------
  |  Branch (3737:17): [True: 0, False: 0]
  ------------------
 3738|      0|                maybe_propagate_location(target, 0, prev_location);
 3739|      0|            }
 3740|      0|        }
 3741|      4|    }
 3742|      4|}
flowgraph.c:maybe_propagate_location:
 3706|     27|{
 3707|     27|    assert(b->b_iused > i);
  ------------------
  |  Branch (3707:5): [True: 27, False: 0]
  ------------------
 3708|     27|    if (b->b_instr[i].i_loc.lineno == NO_LOCATION.lineno) {
  ------------------
  |  Branch (3708:9): [True: 1, False: 26]
  ------------------
 3709|      1|         b->b_instr[i].i_loc = loc;
 3710|      1|    }
 3711|     27|}
flowgraph.c:convert_pseudo_conditional_jumps:
 3574|      2|{
 3575|      2|    basicblock *entryblock = g->g_entryblock;
 3576|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3576:38): [True: 3, False: 2]
  ------------------
 3577|     15|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3577:25): [True: 12, False: 3]
  ------------------
 3578|     12|            cfg_instr *instr = &b->b_instr[i];
 3579|     12|            if (instr->i_opcode == JUMP_IF_FALSE || instr->i_opcode == JUMP_IF_TRUE) {
  ------------------
  |  |  249|     24|#define JUMP_IF_FALSE                          258
  ------------------
                          if (instr->i_opcode == JUMP_IF_FALSE || instr->i_opcode == JUMP_IF_TRUE) {
  ------------------
  |  |  250|     12|#define JUMP_IF_TRUE                           259
  ------------------
  |  Branch (3579:17): [True: 0, False: 12]
  |  Branch (3579:53): [True: 0, False: 12]
  ------------------
 3580|      0|                assert(i == b->b_iused - 1);
  ------------------
  |  Branch (3580:17): [True: 0, False: 0]
  ------------------
 3581|      0|                instr->i_opcode = instr->i_opcode == JUMP_IF_FALSE ?
  ------------------
  |  |  249|      0|#define JUMP_IF_FALSE                          258
  ------------------
  |  Branch (3581:35): [True: 0, False: 0]
  ------------------
 3582|      0|                                          POP_JUMP_IF_FALSE : POP_JUMP_IF_TRUE;
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
                                                        POP_JUMP_IF_FALSE : POP_JUMP_IF_TRUE;
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
 3583|      0|                location loc = instr->i_loc;
 3584|      0|                basicblock *except = instr->i_except;
 3585|      0|                cfg_instr copy = {
 3586|      0|                            .i_opcode = COPY,
  ------------------
  |  |   70|      0|#define COPY                                    57
  ------------------
 3587|      0|                            .i_oparg = 1,
 3588|      0|                            .i_loc = loc,
 3589|      0|                            .i_target = NULL,
 3590|      0|                            .i_except = except,
 3591|      0|                };
 3592|      0|                RETURN_IF_ERROR(basicblock_insert_instruction(b, i++, &copy));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3593|      0|                cfg_instr to_bool = {
 3594|      0|                            .i_opcode = TO_BOOL,
  ------------------
  |  |   50|      0|#define TO_BOOL                                 37
  ------------------
 3595|      0|                            .i_oparg = 0,
 3596|      0|                            .i_loc = loc,
 3597|      0|                            .i_target = NULL,
 3598|      0|                            .i_except = except,
 3599|      0|                };
 3600|      0|                RETURN_IF_ERROR(basicblock_insert_instruction(b, i++, &to_bool));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3601|      0|            }
 3602|     12|        }
 3603|      3|    }
 3604|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 3605|      2|}
flowgraph.c:calculate_stackdepth:
  821|      2|{
  822|      2|    basicblock *entryblock = g->g_entryblock;
  823|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (823:38): [True: 3, False: 2]
  ------------------
  824|      3|        b->b_startdepth = INT_MIN;
  825|      3|    }
  826|      2|    basicblock **stack = make_cfg_traversal_stack(entryblock);
  827|      2|    if (!stack) {
  ------------------
  |  Branch (827:9): [True: 0, False: 2]
  ------------------
  828|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  829|      0|    }
  830|       |
  831|       |
  832|      2|    int stackdepth = -1;
  833|      2|    int maxdepth = 0;
  834|      2|    basicblock **sp = stack;
  835|      2|    if (stackdepth_push(&sp, entryblock, 0) < 0) {
  ------------------
  |  Branch (835:9): [True: 0, False: 2]
  ------------------
  836|      0|        goto error;
  837|      0|    }
  838|      4|    while (sp != stack) {
  ------------------
  |  Branch (838:12): [True: 2, False: 2]
  ------------------
  839|      2|        basicblock *b = *--sp;
  840|      2|        int depth = b->b_startdepth;
  841|      2|        assert(depth >= 0);
  ------------------
  |  Branch (841:9): [True: 2, False: 0]
  ------------------
  842|      2|        basicblock *next = b->b_next;
  843|     12|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (843:25): [True: 12, False: 0]
  ------------------
  844|     12|            cfg_instr *instr = &b->b_instr[i];
  845|     12|            stack_effects effects;
  846|     12|            if (get_stack_effects(instr->i_opcode, instr->i_oparg, 0, &effects) < 0) {
  ------------------
  |  Branch (846:17): [True: 0, False: 12]
  ------------------
  847|      0|                PyErr_Format(PyExc_SystemError,
  848|      0|                             "Invalid stack effect for opcode=%d, arg=%i",
  849|      0|                             instr->i_opcode, instr->i_oparg);
  850|      0|                goto error;
  851|      0|            }
  852|     12|            int new_depth = depth + effects.net;
  853|     12|            if (new_depth < 0) {
  ------------------
  |  Branch (853:17): [True: 0, False: 12]
  ------------------
  854|      0|                PyErr_Format(PyExc_ValueError,
  855|      0|                             "Invalid CFG, stack underflow at line %d", instr->i_loc.lineno);
  856|      0|                goto error;
  857|      0|            }
  858|     12|            maxdepth = Py_MAX(maxdepth, depth);
  ------------------
  |  |  115|     12|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 2, False: 10]
  |  |  ------------------
  ------------------
  859|     12|            if (HAS_TARGET(instr->i_opcode) && instr->i_opcode != END_ASYNC_FOR) {
  ------------------
  |  |   23|     24|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     24|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|     12|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|     12|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|     24|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  |  |   19|     12|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|     24|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  |  |   20|     12|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|     12|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (HAS_TARGET(instr->i_opcode) && instr->i_opcode != END_ASYNC_FOR) {
  ------------------
  |  |   79|      0|#define END_ASYNC_FOR                           66
  ------------------
  |  Branch (859:48): [True: 0, False: 0]
  ------------------
  860|      0|                if (get_stack_effects(instr->i_opcode, instr->i_oparg, 1, &effects) < 0) {
  ------------------
  |  Branch (860:21): [True: 0, False: 0]
  ------------------
  861|      0|                    PyErr_Format(PyExc_SystemError,
  862|      0|                                 "Invalid stack effect for opcode=%d, arg=%i",
  863|      0|                                 instr->i_opcode, instr->i_oparg);
  864|      0|                    goto error;
  865|      0|                }
  866|      0|                int target_depth = depth + effects.net;
  867|      0|                assert(target_depth >= 0); /* invalid code or bug in stackdepth() */
  ------------------
  |  Branch (867:17): [True: 0, False: 0]
  ------------------
  868|      0|                maxdepth = Py_MAX(maxdepth, depth);
  ------------------
  |  |  115|      0|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  869|      0|                if (stackdepth_push(&sp, instr->i_target, target_depth) < 0) {
  ------------------
  |  Branch (869:21): [True: 0, False: 0]
  ------------------
  870|      0|                    goto error;
  871|      0|                }
  872|      0|            }
  873|     12|            depth = new_depth;
  874|     12|            assert(!IS_ASSEMBLER_OPCODE(instr->i_opcode));
  ------------------
  |  Branch (874:13): [True: 0, False: 12]
  |  Branch (874:13): [True: 0, False: 12]
  |  Branch (874:13): [True: 0, False: 12]
  ------------------
  875|     12|            if (IS_UNCONDITIONAL_JUMP_OPCODE(instr->i_opcode) ||
  ------------------
  |  |   40|     24|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|     24|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 0, False: 12]
  |  |  ------------------
  |  |   41|     12|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|     24|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 0, False: 12]
  |  |  ------------------
  |  |   42|     12|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|     24|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 12]
  |  |  ------------------
  |  |   43|     12|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|     24|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 12]
  |  |  ------------------
  |  |   44|     24|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|     12|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 12]
  |  |  ------------------
  ------------------
  876|     12|                IS_SCOPE_EXIT_OPCODE(instr->i_opcode))
  ------------------
  |  |   53|     12|        ((opcode) == RETURN_VALUE || \
  |  |  ------------------
  |  |  |  |   46|     24|#define RETURN_VALUE                            33
  |  |  ------------------
  |  |  |  Branch (53:10): [True: 2, False: 10]
  |  |  ------------------
  |  |   54|     12|         (opcode) == RAISE_VARARGS || \
  |  |  ------------------
  |  |  |  |  116|     22|#define RAISE_VARARGS                          103
  |  |  ------------------
  |  |  |  Branch (54:10): [True: 0, False: 10]
  |  |  ------------------
  |  |   55|     12|         (opcode) == RERAISE)
  |  |  ------------------
  |  |  |  |  117|     10|#define RERAISE                                104
  |  |  ------------------
  |  |  |  Branch (55:10): [True: 0, False: 10]
  |  |  ------------------
  ------------------
  877|      2|            {
  878|       |                /* remaining code is dead */
  879|      2|                next = NULL;
  880|      2|                break;
  881|      2|            }
  882|     12|        }
  883|      2|        if (next != NULL) {
  ------------------
  |  Branch (883:13): [True: 0, False: 2]
  ------------------
  884|      0|            assert(BB_HAS_FALLTHROUGH(b));
  ------------------
  |  Branch (884:13): [True: 0, False: 0]
  ------------------
  885|      0|            if (stackdepth_push(&sp, next, depth) < 0) {
  ------------------
  |  Branch (885:17): [True: 0, False: 0]
  ------------------
  886|      0|                goto error;
  887|      0|            }
  888|      0|        }
  889|      2|    }
  890|      2|    stackdepth = maxdepth;
  891|      2|error:
  892|      2|    PyMem_Free(stack);
  893|      2|    return stackdepth;
  894|      2|}
flowgraph.c:stackdepth_push:
  803|      2|{
  804|      2|    if (!(b->b_startdepth < 0 || b->b_startdepth == depth)) {
  ------------------
  |  Branch (804:11): [True: 2, False: 0]
  |  Branch (804:34): [True: 0, False: 0]
  ------------------
  805|      0|        PyErr_Format(PyExc_ValueError, "Invalid CFG, inconsistent stackdepth");
  806|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  807|      0|    }
  808|      2|    if (b->b_startdepth < depth && b->b_startdepth < 100) {
  ------------------
  |  Branch (808:9): [True: 2, False: 0]
  |  Branch (808:36): [True: 2, False: 0]
  ------------------
  809|      2|        assert(b->b_startdepth < 0);
  ------------------
  |  Branch (809:9): [True: 2, False: 0]
  ------------------
  810|      2|        b->b_startdepth = depth;
  811|      2|        *(*sp)++ = b;
  812|      2|    }
  813|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
  814|      2|}
flowgraph.c:prepare_localsplus:
 3958|      2|{
 3959|      2|    assert(PyDict_GET_SIZE(umd->u_varnames) < INT_MAX);
  ------------------
  |  Branch (3959:5): [True: 2, False: 0]
  ------------------
 3960|      2|    assert(PyDict_GET_SIZE(umd->u_cellvars) < INT_MAX);
  ------------------
  |  Branch (3960:5): [True: 2, False: 0]
  ------------------
 3961|      2|    assert(PyDict_GET_SIZE(umd->u_freevars) < INT_MAX);
  ------------------
  |  Branch (3961:5): [True: 2, False: 0]
  ------------------
 3962|      2|    int nlocals = (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3963|      2|    int ncellvars = (int)PyDict_GET_SIZE(umd->u_cellvars);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3964|      2|    int nfreevars = (int)PyDict_GET_SIZE(umd->u_freevars);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3965|      2|    assert(INT_MAX - nlocals - ncellvars > 0);
  ------------------
  |  Branch (3965:5): [True: 2, False: 0]
  ------------------
 3966|      2|    assert(INT_MAX - nlocals - ncellvars - nfreevars > 0);
  ------------------
  |  Branch (3966:5): [True: 2, False: 0]
  ------------------
 3967|      2|    int nlocalsplus = nlocals + ncellvars + nfreevars;
 3968|      2|    int* cellfixedoffsets = build_cellfixedoffsets(umd);
 3969|      2|    if (cellfixedoffsets == NULL) {
  ------------------
  |  Branch (3969:9): [True: 0, False: 2]
  ------------------
 3970|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3971|      0|    }
 3972|       |
 3973|       |    // This must be called before fix_cell_offsets().
 3974|      2|    if (insert_prefix_instructions(umd, g->g_entryblock, cellfixedoffsets, nfreevars)) {
  ------------------
  |  Branch (3974:9): [True: 0, False: 2]
  ------------------
 3975|      0|        PyMem_Free(cellfixedoffsets);
 3976|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3977|      0|    }
 3978|       |
 3979|      2|    int numdropped = fix_cell_offsets(umd, g->g_entryblock, cellfixedoffsets);
 3980|      2|    PyMem_Free(cellfixedoffsets);  // At this point we're done with it.
 3981|      2|    cellfixedoffsets = NULL;
 3982|      2|    if (numdropped < 0) {
  ------------------
  |  Branch (3982:9): [True: 0, False: 2]
  ------------------
 3983|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3984|      0|    }
 3985|       |
 3986|      2|    nlocalsplus -= numdropped;
 3987|      2|    return nlocalsplus;
 3988|      2|}
flowgraph.c:build_cellfixedoffsets:
 3806|      2|{
 3807|      2|    int nlocals = (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3808|      2|    int ncellvars = (int)PyDict_GET_SIZE(umd->u_cellvars);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3809|      2|    int nfreevars = (int)PyDict_GET_SIZE(umd->u_freevars);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3810|       |
 3811|      2|    int noffsets = ncellvars + nfreevars;
 3812|      2|    int *fixed = PyMem_New(int, noffsets);
  ------------------
  |  |   64|      2|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  ------------------
  |  |  |  |  137|      2|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  ------------------
  |  |  |  Branch (64:5): [True: 0, False: 2]
  |  |  ------------------
  |  |   65|      2|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  ------------------
 3813|      2|    if (fixed == NULL) {
  ------------------
  |  Branch (3813:9): [True: 0, False: 2]
  ------------------
 3814|      0|        PyErr_NoMemory();
 3815|      0|        return NULL;
 3816|      0|    }
 3817|      2|    for (int i = 0; i < noffsets; i++) {
  ------------------
  |  Branch (3817:21): [True: 0, False: 2]
  ------------------
 3818|      0|        fixed[i] = nlocals + i;
 3819|      0|    }
 3820|       |
 3821|      2|    PyObject *varname, *cellindex;
 3822|      2|    Py_ssize_t pos = 0;
 3823|      2|    while (PyDict_Next(umd->u_cellvars, &pos, &varname, &cellindex)) {
  ------------------
  |  Branch (3823:12): [True: 0, False: 2]
  ------------------
 3824|      0|        PyObject *varindex;
 3825|      0|        if (PyDict_GetItemRef(umd->u_varnames, varname, &varindex) < 0) {
  ------------------
  |  Branch (3825:13): [True: 0, False: 0]
  ------------------
 3826|      0|            goto error;
 3827|      0|        }
 3828|      0|        if (varindex == NULL) {
  ------------------
  |  Branch (3828:13): [True: 0, False: 0]
  ------------------
 3829|      0|            continue;
 3830|      0|        }
 3831|       |
 3832|      0|        int argoffset = PyLong_AsInt(varindex);
 3833|      0|        Py_DECREF(varindex);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3834|      0|        if (argoffset == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (3834:13): [True: 0, False: 0]
  |  Branch (3834:32): [True: 0, False: 0]
  ------------------
 3835|      0|            goto error;
 3836|      0|        }
 3837|       |
 3838|      0|        int oldindex = PyLong_AsInt(cellindex);
 3839|      0|        if (oldindex == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (3839:13): [True: 0, False: 0]
  |  Branch (3839:31): [True: 0, False: 0]
  ------------------
 3840|      0|            goto error;
 3841|      0|        }
 3842|      0|        fixed[oldindex] = argoffset;
 3843|      0|    }
 3844|      2|    return fixed;
 3845|       |
 3846|      0|error:
 3847|      0|    PyMem_Free(fixed);
 3848|       |    return NULL;
 3849|      2|}
flowgraph.c:insert_prefix_instructions:
 3857|      2|{
 3858|      2|    assert(umd->u_firstlineno > 0);
  ------------------
  |  Branch (3858:5): [True: 2, False: 0]
  ------------------
 3859|       |
 3860|       |    /* Set up cells for any variable that escapes, to be put in a closure. */
 3861|      2|    const int ncellvars = (int)PyDict_GET_SIZE(umd->u_cellvars);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3862|      2|    if (ncellvars) {
  ------------------
  |  Branch (3862:9): [True: 0, False: 2]
  ------------------
 3863|       |        // umd->u_cellvars has the cells out of order so we sort them
 3864|       |        // before adding the MAKE_CELL instructions.  Note that we
 3865|       |        // adjust for arg cells, which come first.
 3866|      0|        const int nvars = ncellvars + (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3867|      0|        int *sorted = PyMem_RawCalloc(nvars, sizeof(int));
 3868|      0|        if (sorted == NULL) {
  ------------------
  |  Branch (3868:13): [True: 0, False: 0]
  ------------------
 3869|      0|            PyErr_NoMemory();
 3870|      0|            return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3871|      0|        }
 3872|      0|        for (int i = 0; i < ncellvars; i++) {
  ------------------
  |  Branch (3872:25): [True: 0, False: 0]
  ------------------
 3873|      0|            sorted[fixed[i]] = i + 1;
 3874|      0|        }
 3875|      0|        for (int i = 0, ncellsused = 0; ncellsused < ncellvars; i++) {
  ------------------
  |  Branch (3875:41): [True: 0, False: 0]
  ------------------
 3876|      0|            int oldindex = sorted[i] - 1;
 3877|      0|            if (oldindex == -1) {
  ------------------
  |  Branch (3877:17): [True: 0, False: 0]
  ------------------
 3878|      0|                continue;
 3879|      0|            }
 3880|      0|            cfg_instr make_cell = {
 3881|      0|                .i_opcode = MAKE_CELL,
  ------------------
  |  |  109|      0|#define MAKE_CELL                               96
  ------------------
 3882|       |                // This will get fixed in offset_derefs().
 3883|      0|                .i_oparg = oldindex,
 3884|      0|                .i_loc = NO_LOCATION,
 3885|      0|                .i_target = NULL,
 3886|      0|                .i_except = NULL,
 3887|      0|            };
 3888|      0|            if (basicblock_insert_instruction(entryblock, ncellsused, &make_cell) < 0) {
  ------------------
  |  Branch (3888:17): [True: 0, False: 0]
  ------------------
 3889|      0|                PyMem_RawFree(sorted);
 3890|      0|                return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 3891|      0|            }
 3892|      0|            ncellsused += 1;
 3893|      0|        }
 3894|      0|        PyMem_RawFree(sorted);
 3895|      0|    }
 3896|       |
 3897|      2|    if (nfreevars) {
  ------------------
  |  Branch (3897:9): [True: 0, False: 2]
  ------------------
 3898|      0|        cfg_instr copy_frees = {
 3899|      0|            .i_opcode = COPY_FREE_VARS,
  ------------------
  |  |   71|      0|#define COPY_FREE_VARS                          58
  ------------------
 3900|      0|            .i_oparg = nfreevars,
 3901|      0|            .i_loc = NO_LOCATION,
 3902|      0|            .i_target = NULL,
 3903|      0|            .i_except = NULL,
 3904|      0|        };
 3905|      0|        RETURN_IF_ERROR(basicblock_insert_instruction(entryblock, 0, &copy_frees));
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
 3906|      0|    }
 3907|       |
 3908|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 3909|      2|}
flowgraph.c:fix_cell_offsets:
 3913|      2|{
 3914|      2|    int nlocals = (int)PyDict_GET_SIZE(umd->u_varnames);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3915|      2|    int ncellvars = (int)PyDict_GET_SIZE(umd->u_cellvars);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3916|      2|    int nfreevars = (int)PyDict_GET_SIZE(umd->u_freevars);
  ------------------
  |  |   63|      2|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3917|      2|    int noffsets = ncellvars + nfreevars;
 3918|       |
 3919|       |    // First deal with duplicates (arg cells).
 3920|      2|    int numdropped = 0;
 3921|      2|    for (int i = 0; i < noffsets ; i++) {
  ------------------
  |  Branch (3921:21): [True: 0, False: 2]
  ------------------
 3922|      0|        if (fixedmap[i] == i + nlocals) {
  ------------------
  |  Branch (3922:13): [True: 0, False: 0]
  ------------------
 3923|      0|            fixedmap[i] -= numdropped;
 3924|      0|        }
 3925|      0|        else {
 3926|       |            // It was a duplicate (cell/arg).
 3927|      0|            numdropped += 1;
 3928|      0|        }
 3929|      0|    }
 3930|       |
 3931|       |    // Then update offsets, either relative to locals or by cell2arg.
 3932|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3932:38): [True: 3, False: 2]
  ------------------
 3933|     15|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3933:25): [True: 12, False: 3]
  ------------------
 3934|     12|            cfg_instr *inst = &b->b_instr[i];
 3935|       |            // This is called before extended args are generated.
 3936|     12|            assert(inst->i_opcode != EXTENDED_ARG);
  ------------------
  |  Branch (3936:13): [True: 12, False: 0]
  ------------------
 3937|     12|            int oldoffset = inst->i_oparg;
 3938|     12|            switch(inst->i_opcode) {
  ------------------
  |  Branch (3938:20): [True: 0, False: 12]
  ------------------
 3939|      0|                case MAKE_CELL:
  ------------------
  |  |  109|      0|#define MAKE_CELL                               96
  ------------------
  |  Branch (3939:17): [True: 0, False: 12]
  ------------------
 3940|      0|                case LOAD_CLOSURE:
  ------------------
  |  |  252|      0|#define LOAD_CLOSURE                           261
  ------------------
  |  Branch (3940:17): [True: 0, False: 12]
  ------------------
 3941|      0|                case LOAD_DEREF:
  ------------------
  |  |   95|      0|#define LOAD_DEREF                              82
  ------------------
  |  Branch (3941:17): [True: 0, False: 12]
  ------------------
 3942|      0|                case STORE_DEREF:
  ------------------
  |  |  123|      0|#define STORE_DEREF                            110
  ------------------
  |  Branch (3942:17): [True: 0, False: 12]
  ------------------
 3943|      0|                case DELETE_DEREF:
  ------------------
  |  |   73|      0|#define DELETE_DEREF                            60
  ------------------
  |  Branch (3943:17): [True: 0, False: 12]
  ------------------
 3944|      0|                case LOAD_FROM_DICT_OR_DEREF:
  ------------------
  |  |  102|      0|#define LOAD_FROM_DICT_OR_DEREF                 89
  ------------------
  |  Branch (3944:17): [True: 0, False: 12]
  ------------------
 3945|      0|                    assert(oldoffset >= 0);
  ------------------
  |  Branch (3945:21): [True: 0, False: 0]
  ------------------
 3946|      0|                    assert(oldoffset < noffsets);
  ------------------
  |  Branch (3946:21): [True: 0, False: 0]
  ------------------
 3947|      0|                    assert(fixedmap[oldoffset] >= 0);
  ------------------
  |  Branch (3947:21): [True: 0, False: 0]
  ------------------
 3948|      0|                    inst->i_oparg = fixedmap[oldoffset];
 3949|     12|            }
 3950|     12|        }
 3951|      3|    }
 3952|       |
 3953|      2|    return numdropped;
 3954|      2|}
flowgraph.c:convert_pseudo_ops:
 3609|      2|{
 3610|      2|    basicblock *entryblock = g->g_entryblock;
 3611|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (3611:38): [True: 3, False: 2]
  ------------------
 3612|     15|        for (int i = 0; i < b->b_iused; i++) {
  ------------------
  |  Branch (3612:25): [True: 12, False: 3]
  ------------------
 3613|     12|            cfg_instr *instr = &b->b_instr[i];
 3614|     12|            if (is_block_push(instr)) {
  ------------------
  |  Branch (3614:17): [True: 0, False: 12]
  ------------------
 3615|      0|                INSTR_SET_OP0(instr, NOP);
  ------------------
  |  |  124|      0|    do { \
  |  |  125|      0|        assert(!OPCODE_HAS_ARG(OP)); \
  |  |  126|      0|        cfg_instr *_instr__ptr_ = (I); \
  |  |  127|      0|        _instr__ptr_->i_opcode = (OP); \
  |  |  128|      0|        _instr__ptr_->i_oparg = 0; \
  |  |  129|      0|    } while (0);
  |  |  ------------------
  |  |  |  Branch (129:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (3615:17): [True: 0, False: 0]
  ------------------
 3616|      0|            }
 3617|     12|            else if (instr->i_opcode == LOAD_CLOSURE) {
  ------------------
  |  |  252|     12|#define LOAD_CLOSURE                           261
  ------------------
  |  Branch (3617:22): [True: 0, False: 12]
  ------------------
 3618|      0|                assert(is_pseudo_target(LOAD_CLOSURE, LOAD_FAST));
  ------------------
  |  Branch (3618:17): [True: 0, False: 0]
  ------------------
 3619|      0|                instr->i_opcode = LOAD_FAST;
  ------------------
  |  |   96|      0|#define LOAD_FAST                               83
  ------------------
 3620|      0|            }
 3621|     12|            else if (instr->i_opcode == STORE_FAST_MAYBE_NULL) {
  ------------------
  |  |  257|     12|#define STORE_FAST_MAYBE_NULL                  266
  ------------------
  |  Branch (3621:22): [True: 0, False: 12]
  ------------------
 3622|      0|                assert(is_pseudo_target(STORE_FAST_MAYBE_NULL, STORE_FAST));
  ------------------
  |  Branch (3622:17): [True: 0, False: 0]
  ------------------
 3623|      0|                instr->i_opcode = STORE_FAST;
  ------------------
  |  |  124|      0|#define STORE_FAST                             111
  ------------------
 3624|      0|            }
 3625|     12|        }
 3626|      3|    }
 3627|      2|    return remove_redundant_nops_and_jumps(g);
 3628|      2|}
flowgraph.c:normalize_jumps:
  602|      2|{
  603|      2|    basicblock *entryblock = g->g_entryblock;
  604|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (604:38): [True: 3, False: 2]
  ------------------
  605|      3|        b->b_visited = 0;
  606|      3|    }
  607|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (607:38): [True: 3, False: 2]
  ------------------
  608|      3|        b->b_visited = 1;
  609|      3|        RETURN_IF_ERROR(normalize_jumps_in_block(g, b));
  ------------------
  |  |   24|      3|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 3]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  610|      3|    }
  611|      2|    return SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
  612|      2|}
flowgraph.c:normalize_jumps_in_block:
  547|      3|normalize_jumps_in_block(cfg_builder *g, basicblock *b) {
  548|      3|    cfg_instr *last = basicblock_last_instr(b);
  549|      3|    if (last == NULL || !IS_CONDITIONAL_JUMP_OPCODE(last->i_opcode)) {
  ------------------
  |  |   47|      2|        ((opcode) == POP_JUMP_IF_FALSE || \
  |  |  ------------------
  |  |  |  |  112|      4|#define POP_JUMP_IF_FALSE                       99
  |  |  ------------------
  |  |  |  Branch (47:10): [True: 0, False: 2]
  |  |  ------------------
  |  |   48|      2|         (opcode) == POP_JUMP_IF_TRUE || \
  |  |  ------------------
  |  |  |  |  115|      4|#define POP_JUMP_IF_TRUE                       102
  |  |  ------------------
  |  |  |  Branch (48:10): [True: 0, False: 2]
  |  |  ------------------
  |  |   49|      2|         (opcode) == POP_JUMP_IF_NONE || \
  |  |  ------------------
  |  |  |  |  113|      4|#define POP_JUMP_IF_NONE                       100
  |  |  ------------------
  |  |  |  Branch (49:10): [True: 0, False: 2]
  |  |  ------------------
  |  |   50|      2|         (opcode) == POP_JUMP_IF_NOT_NONE)
  |  |  ------------------
  |  |  |  |  114|      2|#define POP_JUMP_IF_NOT_NONE                   101
  |  |  ------------------
  |  |  |  Branch (50:10): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  |  Branch (549:9): [True: 1, False: 2]
  ------------------
  550|      3|        return SUCCESS;
  ------------------
  |  |   20|      3|#define SUCCESS 0
  ------------------
  551|      3|    }
  552|      3|    assert(!IS_ASSEMBLER_OPCODE(last->i_opcode));
  ------------------
  |  Branch (552:5): [True: 0, False: 0]
  |  Branch (552:5): [True: 0, False: 0]
  |  Branch (552:5): [True: 0, False: 0]
  ------------------
  553|       |
  554|      0|    bool is_forward = last->i_target->b_visited == 0;
  555|      0|    if (is_forward) {
  ------------------
  |  Branch (555:9): [True: 0, False: 0]
  ------------------
  556|      0|        RETURN_IF_ERROR(
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  557|      0|            basicblock_addop(b, NOT_TAKEN, 0, last->i_loc));
  558|      0|        return SUCCESS;
  ------------------
  |  |   20|      0|#define SUCCESS 0
  ------------------
  559|      0|    }
  560|       |
  561|      0|    int reversed_opcode = 0;
  562|      0|    switch(last->i_opcode) {
  ------------------
  |  Branch (562:12): [True: 0, False: 0]
  ------------------
  563|      0|        case POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  114|      0|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (563:9): [True: 0, False: 0]
  ------------------
  564|      0|            reversed_opcode = POP_JUMP_IF_NONE;
  ------------------
  |  |  113|      0|#define POP_JUMP_IF_NONE                       100
  ------------------
  565|      0|            break;
  566|      0|        case POP_JUMP_IF_NONE:
  ------------------
  |  |  113|      0|#define POP_JUMP_IF_NONE                       100
  ------------------
  |  Branch (566:9): [True: 0, False: 0]
  ------------------
  567|      0|            reversed_opcode = POP_JUMP_IF_NOT_NONE;
  ------------------
  |  |  114|      0|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  568|      0|            break;
  569|      0|        case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (569:9): [True: 0, False: 0]
  ------------------
  570|      0|            reversed_opcode = POP_JUMP_IF_TRUE;
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
  571|      0|            break;
  572|      0|        case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|      0|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (572:9): [True: 0, False: 0]
  ------------------
  573|      0|            reversed_opcode = POP_JUMP_IF_FALSE;
  ------------------
  |  |  112|      0|#define POP_JUMP_IF_FALSE                       99
  ------------------
  574|      0|            break;
  575|      0|    }
  576|       |    /* transform 'conditional jump T' to
  577|       |     * 'reversed_jump b_next' followed by 'jump_backwards T'
  578|       |     */
  579|       |
  580|      0|    basicblock *target = last->i_target;
  581|      0|    basicblock *backwards_jump = cfg_builder_new_block(g);
  582|      0|    if (backwards_jump == NULL) {
  ------------------
  |  Branch (582:9): [True: 0, False: 0]
  ------------------
  583|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
  584|      0|    }
  585|      0|    RETURN_IF_ERROR(
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  586|      0|        basicblock_addop(backwards_jump, NOT_TAKEN, 0, last->i_loc));
  587|      0|    RETURN_IF_ERROR(
  ------------------
  |  |   24|      0|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (24:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   25|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  |   26|      0|    }
  ------------------
  588|      0|        basicblock_add_jump(backwards_jump, JUMP, target, last->i_loc));
  589|      0|    backwards_jump->b_startdepth = target->b_startdepth;
  590|      0|    last->i_opcode = reversed_opcode;
  591|      0|    last->i_target = b->b_next;
  592|       |
  593|      0|    backwards_jump->b_cold = b->b_cold;
  594|      0|    backwards_jump->b_next = b->b_next;
  595|      0|    b->b_next = backwards_jump;
  596|      0|    return SUCCESS;
  ------------------
  |  |   20|      0|#define SUCCESS 0
  ------------------
  597|      0|}
flowgraph.c:no_redundant_jumps:
  523|      4|no_redundant_jumps(cfg_builder *g) {
  524|     10|    for (basicblock *b = g->g_entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (524:43): [True: 6, False: 4]
  ------------------
  525|      6|        cfg_instr *last = basicblock_last_instr(b);
  526|      6|        if (last != NULL) {
  ------------------
  |  Branch (526:13): [True: 4, False: 2]
  ------------------
  527|      4|            if (IS_UNCONDITIONAL_JUMP_OPCODE(last->i_opcode)) {
  ------------------
  |  |   40|      4|        ((opcode) == JUMP || \
  |  |  ------------------
  |  |  |  |  248|      8|#define JUMP                                   257
  |  |  ------------------
  |  |  |  Branch (40:10): [True: 0, False: 4]
  |  |  ------------------
  |  |   41|      4|         (opcode) == JUMP_NO_INTERRUPT || \
  |  |  ------------------
  |  |  |  |  251|      8|#define JUMP_NO_INTERRUPT                      260
  |  |  ------------------
  |  |  |  Branch (41:10): [True: 0, False: 4]
  |  |  ------------------
  |  |   42|      4|         (opcode) == JUMP_FORWARD || \
  |  |  ------------------
  |  |  |  |   89|      8|#define JUMP_FORWARD                            76
  |  |  ------------------
  |  |  |  Branch (42:10): [True: 0, False: 4]
  |  |  ------------------
  |  |   43|      4|         (opcode) == JUMP_BACKWARD || \
  |  |  ------------------
  |  |  |  |   87|      8|#define JUMP_BACKWARD                           74
  |  |  ------------------
  |  |  |  Branch (43:10): [True: 0, False: 4]
  |  |  ------------------
  |  |   44|      4|         (opcode) == JUMP_BACKWARD_NO_INTERRUPT)
  |  |  ------------------
  |  |  |  |   88|      4|#define JUMP_BACKWARD_NO_INTERRUPT              75
  |  |  ------------------
  |  |  |  Branch (44:10): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  528|      0|                basicblock *next = next_nonempty_block(b->b_next);
  529|      0|                basicblock *jump_target = next_nonempty_block(last->i_target);
  530|      0|                if (jump_target == next) {
  ------------------
  |  Branch (530:21): [True: 0, False: 0]
  ------------------
  531|      0|                    assert(next);
  ------------------
  |  Branch (531:21): [True: 0, False: 0]
  ------------------
  532|      0|                    if (last->i_loc.lineno == next->b_instr[0].i_loc.lineno) {
  ------------------
  |  Branch (532:25): [True: 0, False: 0]
  ------------------
  533|      0|                        assert(0);
  ------------------
  |  Branch (533:25): [Folded, False: 0]
  ------------------
  534|      0|                        return false;
  535|      0|                    }
  536|      0|                }
  537|      0|            }
  538|      4|        }
  539|      6|    }
  540|      4|    return true;
  541|      4|}
flowgraph.c:optimize_load_fast:
 2859|      2|{
 2860|      2|    int status;
 2861|      2|    ref_stack refs = {0};
 2862|      2|    int max_instrs = 0;
 2863|      2|    basicblock *entryblock = g->g_entryblock;
 2864|      5|    for (basicblock *b = entryblock; b != NULL; b = b->b_next) {
  ------------------
  |  Branch (2864:38): [True: 3, False: 2]
  ------------------
 2865|      3|        max_instrs = Py_MAX(max_instrs, b->b_iused);
  ------------------
  |  |  115|      3|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 1, False: 2]
  |  |  ------------------
  ------------------
 2866|      3|    }
 2867|      2|    size_t instr_flags_size = max_instrs * sizeof(uint8_t);
 2868|      2|    uint8_t *instr_flags = PyMem_Malloc(instr_flags_size);
 2869|      2|    if (instr_flags == NULL) {
  ------------------
  |  Branch (2869:9): [True: 0, False: 2]
  ------------------
 2870|      0|        PyErr_NoMemory();
 2871|      0|        return ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2872|      0|    }
 2873|      2|    basicblock **blocks = make_cfg_traversal_stack(entryblock);
 2874|      2|    if (blocks == NULL) {
  ------------------
  |  Branch (2874:9): [True: 0, False: 2]
  ------------------
 2875|      0|        status = ERROR;
  ------------------
  |  |   21|      0|#define ERROR -1
  ------------------
 2876|      0|        goto done;
 2877|      0|    }
 2878|      2|    basicblock **sp = blocks;
 2879|      2|    *sp = entryblock;
 2880|      2|    sp++;
 2881|      2|    entryblock->b_startdepth = 0;
 2882|      2|    entryblock->b_visited = 1;
 2883|       |
 2884|      2|    #define PUSH_REF(instr, local)                \
 2885|      2|        do {                                      \
 2886|      2|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
 2887|      2|                status = ERROR;                   \
 2888|      2|                goto done;                        \
 2889|      2|            }                                     \
 2890|      2|        } while(0)
 2891|       |
 2892|      4|    while (sp != blocks) {
  ------------------
  |  Branch (2892:12): [True: 2, False: 2]
  ------------------
 2893|      2|        basicblock *block = *--sp;
 2894|      2|        assert(block->b_startdepth > -1);
  ------------------
  |  Branch (2894:9): [True: 2, False: 0]
  ------------------
 2895|       |
 2896|       |        // Reset per-block state.
 2897|      2|        memset(instr_flags, 0, block->b_iused * sizeof(*instr_flags));
 2898|       |
 2899|       |        // Reset the stack of refs. We don't track references on the stack
 2900|       |        // across basic blocks, but the bytecode will expect their
 2901|       |        // presence. Add dummy references as necessary.
 2902|      2|        ref_stack_clear(&refs);
 2903|      2|        for (int i = 0; i < block->b_startdepth; i++) {
  ------------------
  |  Branch (2903:25): [True: 0, False: 2]
  ------------------
 2904|      0|            PUSH_REF(DUMMY_INSTR, NOT_LOCAL);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2905|      0|        }
 2906|       |
 2907|     14|        for (int i = 0; i < block->b_iused; i++) {
  ------------------
  |  Branch (2907:25): [True: 12, False: 2]
  ------------------
 2908|     12|            cfg_instr *instr = &block->b_instr[i];
 2909|     12|            int opcode = instr->i_opcode;
 2910|     12|            int oparg = instr->i_oparg;
 2911|     12|            assert(opcode != EXTENDED_ARG);
  ------------------
  |  Branch (2911:13): [True: 12, False: 0]
  ------------------
 2912|     12|            switch (opcode) {
 2913|       |                // Opcodes that load and store locals
 2914|      0|                case DELETE_FAST: {
  ------------------
  |  |   74|      0|#define DELETE_FAST                             61
  ------------------
  |  Branch (2914:17): [True: 0, False: 12]
  ------------------
 2915|      0|                    kill_local(instr_flags, &refs, oparg);
 2916|      0|                    break;
 2917|      0|                }
 2918|       |
 2919|      1|                case LOAD_FAST: {
  ------------------
  |  |   96|      1|#define LOAD_FAST                               83
  ------------------
  |  Branch (2919:17): [True: 1, False: 11]
  ------------------
 2920|      1|                    PUSH_REF(i, oparg);
  ------------------
  |  | 2885|      1|        do {                                      \
  |  | 2886|      1|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 1]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      1|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2921|      1|                    break;
 2922|      1|                }
 2923|       |
 2924|      1|                case LOAD_FAST_AND_CLEAR: {
  ------------------
  |  |   97|      0|#define LOAD_FAST_AND_CLEAR                     84
  ------------------
  |  Branch (2924:17): [True: 0, False: 12]
  ------------------
 2925|      0|                    kill_local(instr_flags, &refs, oparg);
 2926|      0|                    PUSH_REF(i, oparg);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2927|      0|                    break;
 2928|      0|                }
 2929|       |
 2930|      2|                case LOAD_FAST_LOAD_FAST: {
  ------------------
  |  |  101|      2|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
  |  Branch (2930:17): [True: 2, False: 10]
  ------------------
 2931|      2|                    PUSH_REF(i, oparg >> 4);
  ------------------
  |  | 2885|      2|        do {                                      \
  |  | 2886|      2|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 2]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      2|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2932|      2|                    PUSH_REF(i, oparg & 15);
  ------------------
  |  | 2885|      2|        do {                                      \
  |  | 2886|      2|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 2]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      2|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 2]
  |  |  ------------------
  ------------------
 2933|      2|                    break;
 2934|      2|                }
 2935|       |
 2936|      2|                case STORE_FAST: {
  ------------------
  |  |  124|      0|#define STORE_FAST                             111
  ------------------
  |  Branch (2936:17): [True: 0, False: 12]
  ------------------
 2937|      0|                    ref r = ref_stack_pop(&refs);
 2938|      0|                    store_local(instr_flags, &refs, oparg, r);
 2939|      0|                    break;
 2940|      2|                }
 2941|       |
 2942|      0|                case STORE_FAST_LOAD_FAST: {
  ------------------
  |  |  125|      0|#define STORE_FAST_LOAD_FAST                   112
  ------------------
  |  Branch (2942:17): [True: 0, False: 12]
  ------------------
 2943|       |                    // STORE_FAST
 2944|      0|                    ref r = ref_stack_pop(&refs);
 2945|      0|                    store_local(instr_flags, &refs, oparg >> 4, r);
 2946|       |                    // LOAD_FAST
 2947|      0|                    PUSH_REF(i, oparg & 15);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2948|      0|                    break;
 2949|      0|                }
 2950|       |
 2951|      0|                case STORE_FAST_STORE_FAST: {
  ------------------
  |  |  126|      0|#define STORE_FAST_STORE_FAST                  113
  ------------------
  |  Branch (2951:17): [True: 0, False: 12]
  ------------------
 2952|       |                    // STORE_FAST
 2953|      0|                    ref r = ref_stack_pop(&refs);
 2954|      0|                    store_local(instr_flags, &refs, oparg >> 4, r);
 2955|       |                    // STORE_FAST
 2956|      0|                    r = ref_stack_pop(&refs);
 2957|      0|                    store_local(instr_flags, &refs, oparg & 15, r);
 2958|      0|                    break;
 2959|      0|                }
 2960|       |
 2961|       |                // Opcodes that shuffle values on the stack
 2962|      0|                case COPY: {
  ------------------
  |  |   70|      0|#define COPY                                    57
  ------------------
  |  Branch (2962:17): [True: 0, False: 12]
  ------------------
 2963|      0|                    assert(oparg > 0);
  ------------------
  |  Branch (2963:21): [True: 0, False: 0]
  ------------------
 2964|      0|                    Py_ssize_t idx = refs.size - oparg;
 2965|      0|                    ref r = ref_stack_at(&refs, idx);
 2966|      0|                    PUSH_REF(r.instr, r.local);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2967|      0|                    break;
 2968|      0|                }
 2969|       |
 2970|      0|                case SWAP: {
  ------------------
  |  |  129|      0|#define SWAP                                   116
  ------------------
  |  Branch (2970:17): [True: 0, False: 12]
  ------------------
 2971|      0|                    assert(oparg >= 2);
  ------------------
  |  Branch (2971:21): [True: 0, False: 0]
  ------------------
 2972|      0|                    ref_stack_swap_top(&refs, oparg);
 2973|      0|                    break;
 2974|      0|                }
 2975|       |
 2976|       |                // We treat opcodes that do not consume all of their inputs on
 2977|       |                // a case by case basis, as we have no generic way of knowing
 2978|       |                // how many inputs should be left on the stack.
 2979|       |
 2980|       |                // Opcodes that consume no inputs
 2981|      0|                case FORMAT_SIMPLE:
  ------------------
  |  |   25|      0|#define FORMAT_SIMPLE                           12
  ------------------
  |  Branch (2981:17): [True: 0, False: 12]
  ------------------
 2982|      0|                case GET_ANEXT:
  ------------------
  |  |   28|      0|#define GET_ANEXT                               15
  ------------------
  |  Branch (2982:17): [True: 0, False: 12]
  ------------------
 2983|      0|                case GET_ITER:
  ------------------
  |  |   83|      0|#define GET_ITER                                70
  ------------------
  |  Branch (2983:17): [True: 0, False: 12]
  ------------------
 2984|      0|                case GET_LEN:
  ------------------
  |  |   29|      0|#define GET_LEN                                 16
  ------------------
  |  Branch (2984:17): [True: 0, False: 12]
  ------------------
 2985|      0|                case IMPORT_FROM:
  ------------------
  |  |   84|      0|#define IMPORT_FROM                             71
  ------------------
  |  Branch (2985:17): [True: 0, False: 12]
  ------------------
 2986|      0|                case MATCH_KEYS:
  ------------------
  |  |   35|      0|#define MATCH_KEYS                              22
  ------------------
  |  Branch (2986:17): [True: 0, False: 12]
  ------------------
 2987|      0|                case MATCH_MAPPING:
  ------------------
  |  |   36|      0|#define MATCH_MAPPING                           23
  ------------------
  |  Branch (2987:17): [True: 0, False: 12]
  ------------------
 2988|      0|                case MATCH_SEQUENCE:
  ------------------
  |  |   37|      0|#define MATCH_SEQUENCE                          24
  ------------------
  |  Branch (2988:17): [True: 0, False: 12]
  ------------------
 2989|      0|                case WITH_EXCEPT_START: {
  ------------------
  |  |   54|      0|#define WITH_EXCEPT_START                       41
  ------------------
  |  Branch (2989:17): [True: 0, False: 12]
  ------------------
 2990|      0|                    int num_popped = _PyOpcode_num_popped(opcode, oparg);
 2991|      0|                    int num_pushed = _PyOpcode_num_pushed(opcode, oparg);
 2992|      0|                    int net_pushed = num_pushed - num_popped;
 2993|      0|                    assert(net_pushed >= 0);
  ------------------
  |  Branch (2993:21): [True: 0, False: 0]
  ------------------
 2994|      0|                    for (int j = 0; j < net_pushed; j++) {
  ------------------
  |  Branch (2994:37): [True: 0, False: 0]
  ------------------
 2995|      0|                        PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2996|      0|                    }
 2997|      0|                    break;
 2998|      0|                }
 2999|       |
 3000|       |                // Opcodes that consume some inputs and push no new values
 3001|      0|                case DICT_MERGE:
  ------------------
  |  |   77|      0|#define DICT_MERGE                              64
  ------------------
  |  Branch (3001:17): [True: 0, False: 12]
  ------------------
 3002|      0|                case DICT_UPDATE:
  ------------------
  |  |   78|      0|#define DICT_UPDATE                             65
  ------------------
  |  Branch (3002:17): [True: 0, False: 12]
  ------------------
 3003|      0|                case LIST_APPEND:
  ------------------
  |  |   90|      0|#define LIST_APPEND                             77
  ------------------
  |  Branch (3003:17): [True: 0, False: 12]
  ------------------
 3004|      0|                case LIST_EXTEND:
  ------------------
  |  |   91|      0|#define LIST_EXTEND                             78
  ------------------
  |  Branch (3004:17): [True: 0, False: 12]
  ------------------
 3005|      0|                case MAP_ADD:
  ------------------
  |  |  110|      0|#define MAP_ADD                                 97
  ------------------
  |  Branch (3005:17): [True: 0, False: 12]
  ------------------
 3006|      0|                case RERAISE:
  ------------------
  |  |  117|      0|#define RERAISE                                104
  ------------------
  |  Branch (3006:17): [True: 0, False: 12]
  ------------------
 3007|      0|                case SET_ADD:
  ------------------
  |  |  119|      0|#define SET_ADD                                106
  ------------------
  |  Branch (3007:17): [True: 0, False: 12]
  ------------------
 3008|      0|                case SET_UPDATE: {
  ------------------
  |  |  121|      0|#define SET_UPDATE                             108
  ------------------
  |  Branch (3008:17): [True: 0, False: 12]
  ------------------
 3009|      0|                    int num_popped = _PyOpcode_num_popped(opcode, oparg);
 3010|      0|                    int num_pushed = _PyOpcode_num_pushed(opcode, oparg);
 3011|      0|                    int net_popped = num_popped - num_pushed;
 3012|      0|                    assert(net_popped > 0);
  ------------------
  |  Branch (3012:21): [True: 0, False: 0]
  ------------------
 3013|      0|                    for (int i = 0; i < net_popped; i++) {
  ------------------
  |  Branch (3013:37): [True: 0, False: 0]
  ------------------
 3014|      0|                        ref_stack_pop(&refs);
 3015|      0|                    }
 3016|      0|                    break;
 3017|      0|                }
 3018|       |
 3019|      0|                case END_SEND: {
  ------------------
  |  |   23|      0|#define END_SEND                                10
  ------------------
  |  Branch (3019:17): [True: 0, False: 12]
  ------------------
 3020|      0|                    assert(_PyOpcode_num_popped(opcode, oparg) == 3);
  ------------------
  |  Branch (3020:21): [True: 0, False: 0]
  ------------------
 3021|      0|                    assert(_PyOpcode_num_pushed(opcode, oparg) == 1);
  ------------------
  |  Branch (3021:21): [True: 0, False: 0]
  ------------------
 3022|      0|                    ref tos = ref_stack_pop(&refs);
 3023|      0|                    ref_stack_pop(&refs);
 3024|      0|                    ref_stack_pop(&refs);
 3025|      0|                    PUSH_REF(tos.instr, tos.local);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3026|      0|                    break;
 3027|      0|                }
 3028|       |
 3029|      0|                case SET_FUNCTION_ATTRIBUTE: {
  ------------------
  |  |  120|      0|#define SET_FUNCTION_ATTRIBUTE                 107
  ------------------
  |  Branch (3029:17): [True: 0, False: 12]
  ------------------
 3030|      0|                    assert(_PyOpcode_num_popped(opcode, oparg) == 2);
  ------------------
  |  Branch (3030:21): [True: 0, False: 0]
  ------------------
 3031|      0|                    assert(_PyOpcode_num_pushed(opcode, oparg) == 1);
  ------------------
  |  Branch (3031:21): [True: 0, False: 0]
  ------------------
 3032|      0|                    ref tos = ref_stack_pop(&refs);
 3033|      0|                    ref_stack_pop(&refs);
 3034|      0|                    PUSH_REF(tos.instr, tos.local);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3035|      0|                    break;
 3036|      0|                }
 3037|       |
 3038|       |                // Opcodes that consume some inputs and push new values
 3039|      0|                case CHECK_EXC_MATCH: {
  ------------------
  |  |   19|      0|#define CHECK_EXC_MATCH                          6
  ------------------
  |  Branch (3039:17): [True: 0, False: 12]
  ------------------
 3040|      0|                    ref_stack_pop(&refs);
 3041|      0|                    PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3042|      0|                    break;
 3043|      0|                }
 3044|       |
 3045|      0|                case FOR_ITER: {
  ------------------
  |  |   81|      0|#define FOR_ITER                                68
  ------------------
  |  Branch (3045:17): [True: 0, False: 12]
  ------------------
 3046|      0|                    load_fast_push_block(&sp, instr->i_target, refs.size + 1);
 3047|      0|                    PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3048|      0|                    break;
 3049|      0|                }
 3050|       |
 3051|      0|                case LOAD_ATTR:
  ------------------
  |  |   92|      0|#define LOAD_ATTR                               79
  ------------------
  |  Branch (3051:17): [True: 0, False: 12]
  ------------------
 3052|      0|                case LOAD_SUPER_ATTR: {
  ------------------
  |  |  108|      0|#define LOAD_SUPER_ATTR                         95
  ------------------
  |  Branch (3052:17): [True: 0, False: 12]
  ------------------
 3053|      0|                    ref self = ref_stack_pop(&refs);
 3054|      0|                    if (opcode == LOAD_SUPER_ATTR) {
  ------------------
  |  |  108|      0|#define LOAD_SUPER_ATTR                         95
  ------------------
  |  Branch (3054:25): [True: 0, False: 0]
  ------------------
 3055|      0|                        ref_stack_pop(&refs);
 3056|      0|                        ref_stack_pop(&refs);
 3057|      0|                    }
 3058|      0|                    PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3059|      0|                    if (oparg & 1) {
  ------------------
  |  Branch (3059:25): [True: 0, False: 0]
  ------------------
 3060|       |                        // A method call; conservatively assume that self is pushed
 3061|       |                        // back onto the stack
 3062|      0|                        PUSH_REF(self.instr, self.local);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3063|      0|                    }
 3064|      0|                    break;
 3065|      0|                }
 3066|       |
 3067|      0|                case LOAD_SPECIAL:
  ------------------
  |  |  107|      0|#define LOAD_SPECIAL                            94
  ------------------
  |  Branch (3067:17): [True: 0, False: 12]
  ------------------
 3068|      0|                case PUSH_EXC_INFO: {
  ------------------
  |  |   43|      0|#define PUSH_EXC_INFO                           30
  ------------------
  |  Branch (3068:17): [True: 0, False: 12]
  ------------------
 3069|      0|                    ref tos = ref_stack_pop(&refs);
 3070|      0|                    PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3071|      0|                    PUSH_REF(tos.instr, tos.local);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3072|      0|                    break;
 3073|      0|                }
 3074|       |
 3075|      0|                case SEND: {
  ------------------
  |  |  118|      0|#define SEND                                   105
  ------------------
  |  Branch (3075:17): [True: 0, False: 12]
  ------------------
 3076|      0|                    load_fast_push_block(&sp, instr->i_target, refs.size);
 3077|      0|                    ref_stack_pop(&refs);
 3078|      0|                    PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|      0|        do {                                      \
  |  | 2886|      0|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      0|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3079|      0|                    break;
 3080|      0|                }
 3081|       |
 3082|       |                // Opcodes that consume all of their inputs
 3083|      9|                default: {
  ------------------
  |  Branch (3083:17): [True: 9, False: 3]
  ------------------
 3084|      9|                    int num_popped = _PyOpcode_num_popped(opcode, oparg);
 3085|      9|                    int num_pushed = _PyOpcode_num_pushed(opcode, oparg);
 3086|      9|                    if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|      9|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     18|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|      9|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|      9|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|     18|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |   19|      9|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|     18|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  |  |   20|      9|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|      9|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3087|      0|                        load_fast_push_block(&sp, instr->i_target, refs.size - num_popped + num_pushed);
 3088|      0|                    }
 3089|      9|                    if (!IS_BLOCK_PUSH_OPCODE(instr->i_opcode)) {
  ------------------
  |  |   18|      9|        ((opcode) == SETUP_FINALLY || \
  |  |  ------------------
  |  |  |  |  255|     18|#define SETUP_FINALLY                          264
  |  |  ------------------
  |  |  |  Branch (18:10): [True: 0, False: 9]
  |  |  ------------------
  |  |   19|      9|         (opcode) == SETUP_WITH || \
  |  |  ------------------
  |  |  |  |  256|     18|#define SETUP_WITH                             265
  |  |  ------------------
  |  |  |  Branch (19:10): [True: 0, False: 9]
  |  |  ------------------
  |  |   20|      9|         (opcode) == SETUP_CLEANUP)
  |  |  ------------------
  |  |  |  |  254|      9|#define SETUP_CLEANUP                          263
  |  |  ------------------
  |  |  |  Branch (20:10): [True: 0, False: 9]
  |  |  ------------------
  ------------------
 3090|       |                        // Block push opcodes only affect the stack when jumping
 3091|       |                        // to the target.
 3092|     20|                        for (int j = 0; j < num_popped; j++) {
  ------------------
  |  Branch (3092:41): [True: 11, False: 9]
  ------------------
 3093|     11|                            ref_stack_pop(&refs);
 3094|     11|                        }
 3095|     17|                        for (int j = 0; j < num_pushed; j++) {
  ------------------
  |  Branch (3095:41): [True: 8, False: 9]
  ------------------
 3096|      8|                            PUSH_REF(i, NOT_LOCAL);
  ------------------
  |  | 2885|      8|        do {                                      \
  |  | 2886|      8|            if (ref_stack_push(&refs, (ref){(instr), (local)}) < 0) { \
  |  |  ------------------
  |  |  |  Branch (2886:17): [True: 0, False: 8]
  |  |  ------------------
  |  | 2887|      0|                status = ERROR;                   \
  |  |  ------------------
  |  |  |  |   21|      0|#define ERROR -1
  |  |  ------------------
  |  | 2888|      0|                goto done;                        \
  |  | 2889|      0|            }                                     \
  |  | 2890|      8|        } while(0)
  |  |  ------------------
  |  |  |  Branch (2890:17): [Folded, False: 8]
  |  |  ------------------
  ------------------
 3097|      8|                        }
 3098|      9|                    }
 3099|      9|                    break;
 3100|      9|                }
 3101|     12|            }
 3102|     12|        }
 3103|       |
 3104|       |        // Push fallthrough block
 3105|      2|        if (BB_HAS_FALLTHROUGH(block)) {
  ------------------
  |  |  250|      2|#define BB_HAS_FALLTHROUGH(B) (!basicblock_nofallthrough(B))
  |  |  ------------------
  |  |  |  Branch (250:31): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3106|      0|            assert(block->b_next != NULL);
  ------------------
  |  Branch (3106:13): [True: 0, False: 0]
  ------------------
 3107|      0|            load_fast_push_block(&sp, block->b_next, refs.size);
 3108|      0|        }
 3109|       |
 3110|       |        // Mark instructions that produce values that are on the stack at the
 3111|       |        // end of the basic block
 3112|      4|        for (Py_ssize_t i = 0; i < refs.size; i++) {
  ------------------
  |  Branch (3112:32): [True: 2, False: 2]
  ------------------
 3113|      2|            ref r = ref_stack_at(&refs, i);
 3114|      2|            if (r.instr != -1) {
  ------------------
  |  Branch (3114:17): [True: 2, False: 0]
  ------------------
 3115|      2|                instr_flags[r.instr] |= REF_UNCONSUMED;
 3116|      2|            }
 3117|      2|        }
 3118|       |
 3119|       |        // Optimize instructions
 3120|     14|        for (int i = 0; i < block->b_iused; i++) {
  ------------------
  |  Branch (3120:25): [True: 12, False: 2]
  ------------------
 3121|     12|            if (!instr_flags[i]) {
  ------------------
  |  Branch (3121:17): [True: 10, False: 2]
  ------------------
 3122|     10|                cfg_instr *instr = &block->b_instr[i];
 3123|     10|                switch (instr->i_opcode) {
 3124|      1|                    case LOAD_FAST:
  ------------------
  |  |   96|      1|#define LOAD_FAST                               83
  ------------------
  |  Branch (3124:21): [True: 1, False: 9]
  ------------------
 3125|      1|                        instr->i_opcode = LOAD_FAST_BORROW;
  ------------------
  |  |   98|      1|#define LOAD_FAST_BORROW                        85
  ------------------
 3126|      1|                        break;
 3127|      2|                    case LOAD_FAST_LOAD_FAST:
  ------------------
  |  |  101|      2|#define LOAD_FAST_LOAD_FAST                     88
  ------------------
  |  Branch (3127:21): [True: 2, False: 8]
  ------------------
 3128|      2|                        instr->i_opcode = LOAD_FAST_BORROW_LOAD_FAST_BORROW;
  ------------------
  |  |   99|      2|#define LOAD_FAST_BORROW_LOAD_FAST_BORROW       86
  ------------------
 3129|      2|                        break;
 3130|      7|                    default:
  ------------------
  |  Branch (3130:21): [True: 7, False: 3]
  ------------------
 3131|      7|                        break;
 3132|     10|                }
 3133|     10|            }
 3134|     12|        }
 3135|      2|    }
 3136|       |
 3137|      2|    #undef PUSH_REF
 3138|       |
 3139|      2|    status = SUCCESS;
  ------------------
  |  |   20|      2|#define SUCCESS 0
  ------------------
 3140|       |
 3141|      2|done:
 3142|      2|    ref_stack_fini(&refs);
 3143|      2|    PyMem_Free(instr_flags);
 3144|      2|    PyMem_Free(blocks);
 3145|      2|    return status;
 3146|      2|}
flowgraph.c:ref_stack_clear:
 2764|      2|{
 2765|      2|    stack->size = 0;
 2766|      2|}
flowgraph.c:ref_stack_push:
 2720|     13|{
 2721|     13|    if (stack->size == stack->capacity) {
  ------------------
  |  Branch (2721:9): [True: 2, False: 11]
  ------------------
 2722|      2|        Py_ssize_t new_cap = Py_MAX(32, stack->capacity * 2);
  ------------------
  |  |  115|      2|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 2, False: 0]
  |  |  ------------------
  ------------------
 2723|      2|        ref *refs = PyMem_Realloc(stack->refs, sizeof(*stack->refs) * new_cap);
 2724|      2|        if (refs == NULL) {
  ------------------
  |  Branch (2724:13): [True: 0, False: 2]
  ------------------
 2725|      0|            PyErr_NoMemory();
 2726|      0|            return -1;
 2727|      0|        }
 2728|      2|        stack->refs = refs;
 2729|      2|        stack->capacity = new_cap;
 2730|      2|    }
 2731|     13|    stack->refs[stack->size] = r;
 2732|     13|    stack->size++;
 2733|     13|    return 0;
 2734|     13|}
flowgraph.c:ref_stack_pop:
 2738|     11|{
 2739|     11|    assert(stack->size > 0);
  ------------------
  |  Branch (2739:5): [True: 11, False: 0]
  ------------------
 2740|     11|    stack->size--;
 2741|     11|    ref r = stack->refs[stack->size];
 2742|     11|    return r;
 2743|     11|}
flowgraph.c:ref_stack_at:
 2757|      2|{
 2758|      2|    assert(idx >= 0 && idx < stack->size);
  ------------------
  |  Branch (2758:5): [True: 2, False: 0]
  |  Branch (2758:5): [True: 2, False: 0]
  ------------------
 2759|      2|    return stack->refs[idx];
 2760|      2|}
flowgraph.c:ref_stack_fini:
 2770|      2|{
 2771|      2|    if (stack->refs != NULL) {
  ------------------
  |  Branch (2771:9): [True: 2, False: 0]
  ------------------
 2772|      2|        PyMem_Free(stack->refs);
 2773|      2|    }
 2774|       |    stack->refs = NULL;
 2775|      2|    stack->capacity = 0;
 2776|      2|    stack->size = 0;
 2777|      2|}
flowgraph.c:get_stack_effects:
  780|     12|{
  781|     12|    if (opcode < 0) {
  ------------------
  |  Branch (781:9): [True: 0, False: 12]
  ------------------
  782|      0|        return -1;
  783|      0|    }
  784|     12|    if ((opcode <= MAX_REAL_OPCODE) && (_PyOpcode_Deopt[opcode] != opcode)) {
  ------------------
  |  |   11|     12|#define MAX_REAL_OPCODE 254
  ------------------
  |  Branch (784:9): [True: 12, False: 0]
  |  Branch (784:40): [True: 0, False: 12]
  ------------------
  785|       |        // Specialized instructions are not supported.
  786|      0|        return -1;
  787|      0|    }
  788|     12|    int popped = _PyOpcode_num_popped(opcode, oparg);
  789|     12|    int pushed = _PyOpcode_num_pushed(opcode, oparg);
  790|     12|    if (popped < 0 || pushed < 0) {
  ------------------
  |  Branch (790:9): [True: 0, False: 12]
  |  Branch (790:23): [True: 0, False: 12]
  ------------------
  791|      0|        return -1;
  792|      0|    }
  793|     12|    if (IS_BLOCK_PUSH_OPCODE(opcode) && !jump) {
  ------------------
  |  |   18|     24|        ((opcode) == SETUP_FINALLY || \
  |  |  ------------------
  |  |  |  |  255|     24|#define SETUP_FINALLY                          264
  |  |  ------------------
  |  |  |  Branch (18:10): [True: 0, False: 12]
  |  |  ------------------
  |  |   19|     12|         (opcode) == SETUP_WITH || \
  |  |  ------------------
  |  |  |  |  256|     24|#define SETUP_WITH                             265
  |  |  ------------------
  |  |  |  Branch (19:10): [True: 0, False: 12]
  |  |  ------------------
  |  |   20|     24|         (opcode) == SETUP_CLEANUP)
  |  |  ------------------
  |  |  |  |  254|     12|#define SETUP_CLEANUP                          263
  |  |  ------------------
  |  |  |  Branch (20:10): [True: 0, False: 12]
  |  |  ------------------
  ------------------
  |  Branch (793:41): [True: 0, False: 0]
  ------------------
  794|      0|        effects->net = 0;
  795|      0|        return 0;
  796|      0|    }
  797|     12|    effects->net = pushed - popped;
  798|     12|    return 0;
  799|     12|}

_PyFrame_MakeAndSetFrameObject:
   22|    354|{
   23|    354|    assert(frame->frame_obj == NULL);
  ------------------
  |  Branch (23:5): [True: 354, False: 0]
  ------------------
   24|    354|    PyObject *exc = PyErr_GetRaisedException();
   25|       |
   26|    354|    PyFrameObject *f = _PyFrame_New_NoTrack(_PyFrame_GetCode(frame));
   27|    354|    if (f == NULL) {
  ------------------
  |  Branch (27:9): [True: 0, False: 354]
  ------------------
   28|      0|        Py_XDECREF(exc);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   29|      0|        return NULL;
   30|      0|    }
   31|    354|    PyErr_SetRaisedException(exc);
   32|       |
   33|       |    // GH-97002: There was a time when a frame object could be created when we
   34|       |    // are allocating the new frame object f above, so frame->frame_obj would
   35|       |    // be assigned already. That path does not exist anymore. We won't call any
   36|       |    // Python code in this function and garbage collection will not run.
   37|       |    // Notice that _PyFrame_New_NoTrack() can potentially raise a MemoryError,
   38|       |    // but it won't allocate a traceback until the frame unwinds, so we are safe
   39|       |    // here.
   40|    354|    assert(frame->frame_obj == NULL);
  ------------------
  |  Branch (40:5): [True: 354, False: 0]
  ------------------
   41|    354|    assert(frame->owner != FRAME_OWNED_BY_FRAME_OBJECT);
  ------------------
  |  Branch (41:5): [True: 354, False: 0]
  ------------------
   42|    354|    f->f_frame = frame;
   43|    354|    frame->frame_obj = f;
   44|    354|    return f;
   45|    354|}
_PyFrame_ClearLocals:
   94|  7.39k|{
   95|  7.39k|    assert(frame->stackpointer != NULL);
  ------------------
  |  Branch (95:5): [True: 7.39k, False: 0]
  ------------------
   96|  7.39k|    _PyStackRef *sp = frame->stackpointer;
   97|  7.39k|    _PyStackRef *locals = frame->localsplus;
   98|  7.39k|    frame->stackpointer = locals;
   99|  34.3k|    while (sp > locals) {
  ------------------
  |  Branch (99:12): [True: 26.9k, False: 7.39k]
  ------------------
  100|  26.9k|        sp--;
  101|  26.9k|        PyStackRef_XCLOSE(*sp);
  102|  26.9k|    }
  103|       |    Py_CLEAR(frame->f_locals);
  ------------------
  |  |  484|  7.39k|    do { \
  |  |  485|  7.39k|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|  7.39k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|  7.39k|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|  7.39k|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|  7.39k|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 262, False: 7.13k]
  |  |  ------------------
  |  |  488|    262|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|    262|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|    262|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|    262|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    262|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    262|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|    262|        } \
  |  |  491|  7.39k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 7.39k]
  |  |  ------------------
  ------------------
  104|  7.39k|}
_PyFrame_ClearExceptCode:
  108|  7.45k|{
  109|       |    /* It is the responsibility of the owning generator/coroutine
  110|       |     * to have cleared the enclosing generator, if any. */
  111|  7.45k|    assert(frame->owner != FRAME_OWNED_BY_GENERATOR ||
  ------------------
  |  Branch (111:5): [True: 7.38k, False: 67]
  |  Branch (111:5): [True: 67, False: 0]
  ------------------
  112|  7.45k|           FT_ATOMIC_LOAD_INT8_RELAXED(_PyGen_GetGeneratorFromFrame(frame)->gi_frame_state) == FRAME_CLEARED);
  113|       |    // GH-99729: Clearing this frame can expose the stack (via finalizers). It's
  114|       |    // crucial that this frame has been unlinked, and is no longer visible:
  115|  7.45k|    assert(_PyThreadState_GET()->current_frame != frame);
  ------------------
  |  Branch (115:5): [True: 7.45k, False: 0]
  ------------------
  116|  7.45k|    if (frame->frame_obj) {
  ------------------
  |  Branch (116:9): [True: 354, False: 7.09k]
  ------------------
  117|    354|        PyFrameObject *f = frame->frame_obj;
  118|    354|        frame->frame_obj = NULL;
  119|    354|        if (!_PyObject_IsUniquelyReferenced((PyObject *)f)) {
  ------------------
  |  Branch (119:13): [True: 59, False: 295]
  ------------------
  120|     59|            take_ownership(f, frame);
  121|     59|            Py_DECREF(f);
  ------------------
  |  |  430|     59|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|     59|            return;
  123|     59|        }
  124|    295|        Py_DECREF(f);
  ------------------
  |  |  430|    295|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    295|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    295|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  125|    295|    }
  126|  7.39k|    _PyFrame_ClearLocals(frame);
  127|  7.39k|    PyStackRef_CLEAR(frame->f_funcobj);
  ------------------
  |  |  711|  7.39k|    do { \
  |  |  712|  7.39k|        _PyStackRef *_tmp_op_ptr = &(REF); \
  |  |  713|  7.39k|        _PyStackRef _tmp_old_op = (*_tmp_op_ptr); \
  |  |  714|  7.39k|        *_tmp_op_ptr = PyStackRef_NULL; \
  |  |  715|  7.39k|        PyStackRef_XCLOSE(_tmp_old_op); \
  |  |  716|  7.39k|    } while (0)
  |  |  ------------------
  |  |  |  Branch (716:14): [Folded, False: 7.39k]
  |  |  ------------------
  ------------------
  128|  7.39k|}
frame.c:take_ownership:
   49|     59|{
   50|     59|    Py_BEGIN_CRITICAL_SECTION(f);
  ------------------
  |  |   51|     59|    {
  ------------------
   51|     59|    assert(frame->owner < FRAME_OWNED_BY_INTERPRETER);
  ------------------
  |  Branch (51:5): [True: 59, False: 0]
  ------------------
   52|     59|    assert(frame->owner != FRAME_OWNED_BY_FRAME_OBJECT);
  ------------------
  |  Branch (52:5): [True: 59, False: 0]
  ------------------
   53|     59|    _PyInterpreterFrame *new_frame = (_PyInterpreterFrame *)f->_f_frame_data;
   54|     59|    _PyFrame_Copy(frame, new_frame);
   55|       |    // _PyFrame_Copy takes the reference to the executable,
   56|       |    // so we need to restore it.
   57|     59|    new_frame->f_executable = PyStackRef_DUP(new_frame->f_executable);
   58|     59|    f->f_frame = new_frame;
   59|     59|    new_frame->owner = FRAME_OWNED_BY_FRAME_OBJECT;
   60|     59|    if (_PyFrame_IsIncomplete(new_frame)) {
  ------------------
  |  Branch (60:9): [True: 0, False: 59]
  ------------------
   61|       |        // This may be a newly-created generator or coroutine frame. Since it's
   62|       |        // dead anyways, just pretend that the first RESUME ran:
   63|      0|        PyCodeObject *code = _PyFrame_GetCode(new_frame);
   64|      0|        new_frame->instr_ptr =
   65|      0|            _PyFrame_GetBytecode(new_frame) + code->_co_firsttraceable + 1;
   66|      0|    }
   67|     59|    assert(!_PyFrame_IsIncomplete(new_frame));
  ------------------
  |  Branch (67:5): [True: 59, False: 0]
  ------------------
   68|     59|    assert(f->f_back == NULL);
  ------------------
  |  Branch (68:5): [True: 59, False: 0]
  ------------------
   69|     59|    _PyInterpreterFrame *prev = _PyFrame_GetFirstComplete(frame->previous);
   70|     59|    if (prev) {
  ------------------
  |  Branch (70:9): [True: 59, False: 0]
  ------------------
   71|     59|        assert(prev->owner < FRAME_OWNED_BY_INTERPRETER);
  ------------------
  |  Branch (71:9): [True: 59, False: 0]
  ------------------
   72|     59|        PyObject *exc = PyErr_GetRaisedException();
   73|       |        /* Link PyFrameObjects.f_back and remove link through _PyInterpreterFrame.previous */
   74|     59|        PyFrameObject *back = _PyFrame_GetFrameObject(prev);
   75|     59|        if (back == NULL) {
  ------------------
  |  Branch (75:13): [True: 0, False: 59]
  ------------------
   76|       |            /* Memory error here. */
   77|      0|            assert(PyErr_ExceptionMatches(PyExc_MemoryError));
  ------------------
  |  Branch (77:13): [True: 0, False: 0]
  ------------------
   78|       |            /* Nothing we can do about it */
   79|      0|            PyErr_Clear();
   80|      0|        }
   81|     59|        else {
   82|     59|            f->f_back = (PyFrameObject *)Py_NewRef(back);
  ------------------
  |  |  550|     59|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   83|     59|        }
   84|     59|        PyErr_SetRaisedException(exc);
   85|     59|    }
   86|     59|    if (!_PyObject_GC_IS_TRACKED((PyObject *)f)) {
  ------------------
  |  |   81|     59|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (86:9): [True: 59, False: 0]
  ------------------
   87|     59|        _PyObject_GC_TRACK((PyObject *)f);
  ------------------
  |  |  513|     59|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   88|     59|    }
   89|     59|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     59|    }
  ------------------
   90|     59|}

_PyFuture_FromAST:
  111|      1|{
  112|      1|    ff->ff_features = 0;
  113|      1|    ff->ff_location = (_Py_SourceLocation){-1, -1, -1, -1};
  114|       |
  115|      1|    if (!future_parse(ff, mod, filename)) {
  ------------------
  |  Branch (115:9): [True: 0, False: 1]
  ------------------
  116|      0|        return 0;
  117|      0|    }
  118|      1|    return 1;
  119|      1|}
future.c:future_parse:
   66|      1|{
   67|      1|    if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) {
  ------------------
  |  Branch (67:11): [True: 0, False: 1]
  |  Branch (67:39): [True: 0, False: 1]
  ------------------
   68|      1|        return 1;
   69|      1|    }
   70|       |
   71|      0|    Py_ssize_t n = asdl_seq_LEN(mod->v.Module.body);
  ------------------
  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   72|      0|    if (n == 0) {
  ------------------
  |  Branch (72:9): [True: 0, False: 0]
  ------------------
   73|      0|        return 1;
   74|      0|    }
   75|       |
   76|      0|    Py_ssize_t i = 0;
   77|      0|    if (_PyAST_GetDocString(mod->v.Module.body) != NULL) {
  ------------------
  |  Branch (77:9): [True: 0, False: 0]
  ------------------
   78|      0|        i++;
   79|      0|    }
   80|       |
   81|      0|    for (; i < n; i++) {
  ------------------
  |  Branch (81:12): [True: 0, False: 0]
  ------------------
   82|      0|        stmt_ty s = (stmt_ty)asdl_seq_GET(mod->v.Module.body, i);
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
   83|       |
   84|       |        /* The only things that can precede a future statement
   85|       |         *  are another future statement and a doc string.
   86|       |         */
   87|       |
   88|      0|        if (s->kind == ImportFrom_kind && s->v.ImportFrom.level == 0) {
  ------------------
  |  Branch (88:13): [True: 0, False: 0]
  |  Branch (88:43): [True: 0, False: 0]
  ------------------
   89|      0|            identifier modname = s->v.ImportFrom.module;
   90|      0|            if (modname &&
  ------------------
  |  Branch (90:17): [True: 0, False: 0]
  ------------------
   91|      0|                _PyUnicode_EqualToASCIIString(modname, "__future__")) {
  ------------------
  |  Branch (91:17): [True: 0, False: 0]
  ------------------
   92|      0|                if (!future_check_features(ff, s, filename)) {
  ------------------
  |  Branch (92:21): [True: 0, False: 0]
  ------------------
   93|      0|                    return 0;
   94|      0|                }
   95|      0|                ff->ff_location = SRC_LOCATION_FROM_AST(s);
  ------------------
  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  ------------------
   96|      0|            }
   97|      0|            else {
   98|      0|                return 1;
   99|      0|            }
  100|      0|        }
  101|      0|        else {
  102|      0|            return 1;
  103|      0|        }
  104|      0|    }
  105|      0|    return 1;
  106|      0|}

_PyGC_InitState:
  114|      2|{
  115|      2|#define INIT_HEAD(GEN) \
  116|      2|    do { \
  117|      2|        GEN.head._gc_next = (uintptr_t)&GEN.head; \
  118|      2|        GEN.head._gc_prev = (uintptr_t)&GEN.head; \
  119|      2|    } while (0)
  120|       |
  121|      8|    for (int i = 0; i < NUM_GENERATIONS; i++) {
  ------------------
  |  |  217|      8|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (121:21): [True: 6, False: 2]
  ------------------
  122|      6|        assert(gcstate->generations[i].count == 0);
  ------------------
  |  Branch (122:9): [True: 6, False: 0]
  ------------------
  123|      6|        INIT_HEAD(gcstate->generations[i]);
  ------------------
  |  |  116|      6|    do { \
  |  |  117|      6|        GEN.head._gc_next = (uintptr_t)&GEN.head; \
  |  |  118|      6|        GEN.head._gc_prev = (uintptr_t)&GEN.head; \
  |  |  119|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (119:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
  124|      6|    };
  125|      2|    gcstate->generation0 = GEN_HEAD(gcstate, 0);
  ------------------
  |  |  101|      2|#define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
  ------------------
  126|      2|    INIT_HEAD(gcstate->permanent_generation);
  ------------------
  |  |  116|      2|    do { \
  |  |  117|      2|        GEN.head._gc_next = (uintptr_t)&GEN.head; \
  |  |  118|      2|        GEN.head._gc_prev = (uintptr_t)&GEN.head; \
  |  |  119|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (119:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  127|       |
  128|      2|#undef INIT_HEAD
  129|      2|}
_PyGC_Init:
  134|      2|{
  135|      2|    GCState *gcstate = &interp->gc;
  136|       |
  137|      2|    gcstate->generation_stats = PyMem_RawCalloc(1, sizeof(struct gc_stats));
  138|      2|    if (gcstate->generation_stats == NULL) {
  ------------------
  |  Branch (138:9): [True: 0, False: 2]
  ------------------
  139|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  140|      0|    }
  141|       |
  142|      2|    gcstate->garbage = PyList_New(0);
  143|      2|    if (gcstate->garbage == NULL) {
  ------------------
  |  Branch (143:9): [True: 0, False: 2]
  ------------------
  144|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  145|      0|    }
  146|       |
  147|      2|    gcstate->callbacks = PyList_New(0);
  148|      2|    if (gcstate->callbacks == NULL) {
  ------------------
  |  Branch (148:9): [True: 0, False: 2]
  ------------------
  149|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  150|      0|    }
  151|       |
  152|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  153|      2|}
PyObject_GC_Track:
 1928|    563|{
 1929|    563|    PyObject *op = _PyObject_CAST(op_raw);
  ------------------
  |  |  171|    563|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  ------------------
  |  |  |  |   37|    563|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1930|    563|    if (_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|    563|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|    563|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 0, False: 563]
  |  |  ------------------
  ------------------
 1931|      0|        _PyObject_ASSERT_FAILED_MSG(op,
  ------------------
  |  |  426|      0|    _PyObject_AssertFailed((obj), NULL, (msg), __FILE__, __LINE__, __func__)
  ------------------
 1932|      0|                                    "object already tracked "
 1933|      0|                                    "by the garbage collector");
 1934|      0|    }
 1935|    563|    _PyObject_GC_TRACK(op);
  ------------------
  |  |  513|    563|        _PyObject_GC_TRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    563|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    563|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1936|       |
 1937|       |#ifdef Py_DEBUG
 1938|       |    /* Check that the object is valid: validate objects traversed
 1939|       |       by tp_traverse() */
 1940|       |    traverseproc traverse = Py_TYPE(op)->tp_traverse;
 1941|       |    (void)traverse(op, visit_validate, op);
 1942|       |#endif
 1943|    563|}
PyObject_GC_UnTrack:
 1947|  12.5k|{
 1948|  12.5k|    PyObject *op = _PyObject_CAST(op_raw);
  ------------------
  |  |  171|  12.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  ------------------
  |  |  |  |   37|  12.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
 1949|       |    /* The code for some objects, such as tuples, is a bit
 1950|       |     * sloppy about when the object is tracked and untracked. */
 1951|  12.5k|    if (_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|  12.5k|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|  12.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 10.2k, False: 2.24k]
  |  |  ------------------
  ------------------
 1952|  10.2k|        _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|  10.2k|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  10.2k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  10.2k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1953|  10.2k|    }
 1954|  12.5k|}
PyObject_IS_GC:
 1958|  26.7k|{
 1959|  26.7k|    return _PyObject_IS_GC(obj);
 1960|  26.7k|}
_Py_ScheduleGC:
 1964|  3.31k|{
 1965|  3.31k|    if (!_Py_eval_breaker_bit_is_set(tstate, _PY_GC_SCHEDULED_BIT))
  ------------------
  |  |  350|  3.31k|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
  |  Branch (1965:9): [True: 6, False: 3.30k]
  ------------------
 1966|      6|    {
 1967|      6|        _Py_set_eval_breaker_bit(tstate, _PY_GC_SCHEDULED_BIT);
  ------------------
  |  |  350|      6|#define _PY_GC_SCHEDULED_BIT (1U << 4)
  ------------------
 1968|      6|    }
 1969|  3.31k|}
_PyObject_GC_Link:
 1973|  22.6k|{
 1974|  22.6k|    PyGC_Head *gc = AS_GC(op);
  ------------------
  |  |   52|  22.6k|#define AS_GC(op) _Py_AS_GC(op)
  ------------------
 1975|       |    // gc must be correctly aligned
 1976|  22.6k|    _PyObject_ASSERT(op, ((uintptr_t)gc & (sizeof(uintptr_t)-1)) == 0);
  ------------------
  |  |  423|  22.6k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  22.6k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  22.6k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 22.6k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  22.6k|      ? (void)(0) \
  |  |  |  |  |  |  416|  22.6k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1977|       |
 1978|  22.6k|    PyThreadState *tstate = _PyThreadState_GET();
 1979|  22.6k|    GCState *gcstate = &tstate->interp->gc;
 1980|  22.6k|    gc->_gc_next = 0;
 1981|  22.6k|    gc->_gc_prev = 0;
 1982|  22.6k|    gcstate->generations[0].count++; /* number of allocated GC objects */
 1983|  22.6k|    if (gcstate->generations[0].count > gcstate->generations[0].threshold &&
  ------------------
  |  Branch (1983:9): [True: 3.31k, False: 19.3k]
  ------------------
 1984|  3.31k|        gcstate->enabled &&
  ------------------
  |  Branch (1984:9): [True: 3.31k, False: 0]
  ------------------
 1985|  3.31k|        gcstate->generations[0].threshold &&
  ------------------
  |  Branch (1985:9): [True: 3.31k, False: 0]
  ------------------
 1986|  3.31k|        !_Py_atomic_load_int_relaxed(&gcstate->collecting) &&
  ------------------
  |  Branch (1986:9): [True: 3.31k, False: 0]
  ------------------
 1987|  3.31k|        !_PyErr_Occurred(tstate))
  ------------------
  |  Branch (1987:9): [True: 3.31k, False: 0]
  ------------------
 1988|  3.31k|    {
 1989|  3.31k|        _Py_ScheduleGC(tstate);
 1990|  3.31k|    }
 1991|  22.6k|}
_Py_RunGC:
 1995|      6|{
 1996|      6|    GCState *gcstate = get_gc_state();
 1997|      6|    if (!gcstate->enabled) {
  ------------------
  |  Branch (1997:9): [True: 0, False: 6]
  ------------------
 1998|      0|        return;
 1999|      0|    }
 2000|      6|    gc_collect_main(tstate, GENERATION_AUTO, _Py_GC_REASON_HEAP);
  ------------------
  |  |   56|      6|#define GENERATION_AUTO (-1)
  ------------------
 2001|      6|}
_PyObject_GC_New:
 2025|  6.88k|{
 2026|  6.88k|    size_t presize = _PyType_PreHeaderSize(tp);
 2027|  6.88k|    size_t size = _PyObject_SIZE(tp);
 2028|  6.88k|    if (_PyType_HasFeature(tp, Py_TPFLAGS_INLINE_VALUES)) {
  ------------------
  |  |  472|  6.88k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2028:9): [True: 0, False: 6.88k]
  ------------------
 2029|      0|        size += _PyInlineValuesSize(tp);
 2030|      0|    }
 2031|  6.88k|    PyObject *op = gc_alloc(tp, size, presize);
 2032|  6.88k|    if (op == NULL) {
  ------------------
  |  Branch (2032:9): [True: 0, False: 6.88k]
  ------------------
 2033|      0|        return NULL;
 2034|      0|    }
 2035|  6.88k|    _PyObject_Init(op, tp);
 2036|  6.88k|    if (tp->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|  6.88k|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (2036:9): [True: 0, False: 6.88k]
  ------------------
 2037|      0|        _PyObject_InitInlineValues(op, tp);
 2038|      0|    }
 2039|  6.88k|    return op;
 2040|  6.88k|}
_PyObject_GC_NewVar:
 2044|  6.87k|{
 2045|  6.87k|    PyVarObject *op;
 2046|       |
 2047|  6.87k|    if (nitems < 0) {
  ------------------
  |  Branch (2047:9): [True: 0, False: 6.87k]
  ------------------
 2048|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2049|      0|        return NULL;
 2050|      0|    }
 2051|  6.87k|    size_t presize = _PyType_PreHeaderSize(tp);
 2052|  6.87k|    size_t size = _PyObject_VAR_SIZE(tp, nitems);
 2053|  6.87k|    op = (PyVarObject *)gc_alloc(tp, size, presize);
 2054|  6.87k|    if (op == NULL) {
  ------------------
  |  Branch (2054:9): [True: 0, False: 6.87k]
  ------------------
 2055|      0|        return NULL;
 2056|      0|    }
 2057|  6.87k|    _PyObject_InitVar(op, tp, nitems);
 2058|  6.87k|    return op;
 2059|  6.87k|}
_PyObject_GC_Resize:
 2077|      2|{
 2078|      2|    const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2079|      2|    const size_t presize = _PyType_PreHeaderSize(Py_TYPE(op));
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2080|      2|    _PyObject_ASSERT((PyObject *)op, !_PyObject_GC_IS_TRACKED(op));
  ------------------
  |  |  423|      2|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      2|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      2|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 2, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      2|      ? (void)(0) \
  |  |  |  |  |  |  416|      2|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2081|      2|    if (basicsize > (size_t)PY_SSIZE_T_MAX - presize) {
  ------------------
  |  |  137|      2|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2081:9): [True: 0, False: 2]
  ------------------
 2082|      0|        return (PyVarObject *)PyErr_NoMemory();
 2083|      0|    }
 2084|      2|    char *mem = (char *)op - presize;
 2085|      2|    mem = (char *)_PyObject_ReallocWithType(Py_TYPE(op), mem, presize + basicsize);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2086|      2|    if (mem == NULL) {
  ------------------
  |  Branch (2086:9): [True: 0, False: 2]
  ------------------
 2087|      0|        return (PyVarObject *)PyErr_NoMemory();
 2088|      0|    }
 2089|      2|    op = (PyVarObject *) (mem + presize);
 2090|      2|    Py_SET_SIZE(op, nitems);
  ------------------
  |  |  216|      2|#  define Py_SET_SIZE(ob, size) _Py_SET_SIZE_impl(_PyVarObject_CAST(ob), (size))
  |  |  ------------------
  |  |  |  |  182|      2|#define _PyVarObject_CAST(op) _Py_CAST(PyVarObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2091|      2|    return op;
 2092|      2|}
PyObject_GC_Del:
 2096|  4.49k|{
 2097|  4.49k|    size_t presize = _PyType_PreHeaderSize(Py_TYPE(op));
  ------------------
  |  |  213|  4.49k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  4.49k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  4.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2098|  4.49k|    PyGC_Head *g = AS_GC(op);
  ------------------
  |  |   52|  4.49k|#define AS_GC(op) _Py_AS_GC(op)
  ------------------
 2099|  4.49k|    if (_PyObject_GC_IS_TRACKED(op)) {
  ------------------
  |  |   81|  4.49k|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|  4.49k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 0, False: 4.49k]
  |  |  ------------------
  ------------------
 2100|      0|        gc_list_remove(g);
 2101|      0|        GCState *gcstate = get_gc_state();
 2102|      0|        gcstate->heap_size--;
 2103|       |#ifdef Py_DEBUG
 2104|       |        PyObject *exc = PyErr_GetRaisedException();
 2105|       |        if (PyErr_WarnExplicitFormat(PyExc_ResourceWarning, "gc", 0,
 2106|       |                                     "gc", NULL,
 2107|       |                                     "Object of type %s is not untracked "
 2108|       |                                     "before destruction",
 2109|       |                                     Py_TYPE(op)->tp_name))
 2110|       |        {
 2111|       |            PyErr_FormatUnraisable("Exception ignored on object deallocation");
 2112|       |        }
 2113|       |        PyErr_SetRaisedException(exc);
 2114|       |#endif
 2115|      0|    }
 2116|  4.49k|    GCState *gcstate = get_gc_state();
 2117|  4.49k|    if (gcstate->generations[0].count > 0) {
  ------------------
  |  Branch (2117:9): [True: 4.49k, False: 5]
  ------------------
 2118|  4.49k|        gcstate->generations[0].count--;
 2119|  4.49k|    }
 2120|  4.49k|    PyObject_Free(((char *)op)-presize);
 2121|  4.49k|}
PyObject_GC_IsTracked:
 2125|    254|{
 2126|    254|    if (_PyObject_IS_GC(obj) && _PyObject_GC_IS_TRACKED(obj)) {
  ------------------
  |  |   81|    127|#define _PyObject_GC_IS_TRACKED(op) _PyObject_GC_IS_TRACKED(_Py_CAST(PyObject*, op))
  |  |  ------------------
  |  |  |  |   37|    127|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  |  Branch (81:37): [True: 0, False: 127]
  |  |  ------------------
  ------------------
  |  Branch (2126:9): [True: 127, False: 127]
  ------------------
 2127|      0|        return 1;
 2128|      0|    }
 2129|    254|    return 0;
 2130|    254|}
gc.c:visit_decref:
  441|  55.3k|{
  442|  55.3k|    OBJECT_STAT_INC(object_visits);
  ------------------
  |  |   77|  55.3k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
  443|  55.3k|    _PyObject_ASSERT(_PyObject_CAST(parent), !_PyObject_IsFreed(op));
  ------------------
  |  |  423|  55.3k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  55.3k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  55.3k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 55.3k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  55.3k|      ? (void)(0) \
  |  |  |  |  |  |  416|  55.3k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  444|       |
  445|  55.3k|    if (_PyObject_IS_GC(op)) {
  ------------------
  |  Branch (445:9): [True: 17.3k, False: 37.9k]
  ------------------
  446|  17.3k|        PyGC_Head *gc = AS_GC(op);
  ------------------
  |  |   52|  17.3k|#define AS_GC(op) _Py_AS_GC(op)
  ------------------
  447|       |        /* We're only interested in gc_refs for objects in the
  448|       |         * generation being collected, which can be recognized
  449|       |         * because only they have positive gc_refs.
  450|       |         */
  451|  17.3k|        if (gc_is_collecting(gc)) {
  ------------------
  |  Branch (451:13): [True: 15.0k, False: 2.33k]
  ------------------
  452|  15.0k|            gc_decref(gc);
  453|  15.0k|        }
  454|  17.3k|    }
  455|  55.3k|    return 0;
  456|  55.3k|}
gc.c:gc_is_collecting:
   60|  34.6k|{
   61|  34.6k|    return (g->_gc_prev & PREV_MASK_COLLECTING) != 0;
  ------------------
  |  |   39|  34.6k|#define PREV_MASK_COLLECTING   _PyGC_PREV_MASK_COLLECTING
  |  |  ------------------
  |  |  |  |  119|  34.6k|#define _PyGC_PREV_MASK_COLLECTING ((uintptr_t)2)
  |  |  ------------------
  ------------------
   62|  34.6k|}
gc.c:gc_decref:
   93|  15.0k|{
   94|  15.0k|    _PyObject_ASSERT_WITH_MSG(FROM_GC(g),
  ------------------
  |  |  421|  15.0k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|  15.0k|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 15.0k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|  15.0k|      ? (void)(0) \
  |  |  |  |  416|  15.0k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  ------------------
  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  ------------------
  ------------------
   95|  15.0k|                              gc_get_refs(g) > 0,
   96|  15.0k|                              "refcount is too small");
   97|  15.0k|    g->_gc_prev -= 1 << _PyGC_PREV_SHIFT;
  ------------------
  |  |  121|  15.0k|#define _PyGC_PREV_SHIFT           2
  ------------------
   98|  15.0k|}
gc.c:gc_get_refs:
   72|  79.2k|{
   73|  79.2k|    return (Py_ssize_t)(g->_gc_prev >> _PyGC_PREV_SHIFT);
  ------------------
  |  |  121|  79.2k|#define _PyGC_PREV_SHIFT           2
  ------------------
   74|  79.2k|}
gc.c:gc_list_merge:
  277|     24|{
  278|     24|    assert(from != to);
  ------------------
  |  Branch (278:5): [True: 24, False: 0]
  ------------------
  279|     24|    if (!gc_list_is_empty(from)) {
  ------------------
  |  Branch (279:9): [True: 9, False: 15]
  ------------------
  280|      9|        PyGC_Head *to_tail = GC_PREV(to);
  ------------------
  |  |   29|      9|#define GC_PREV _PyGCHead_PREV
  ------------------
  281|      9|        PyGC_Head *from_head = GC_NEXT(from);
  ------------------
  |  |   28|      9|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  282|      9|        PyGC_Head *from_tail = GC_PREV(from);
  ------------------
  |  |   29|      9|#define GC_PREV _PyGCHead_PREV
  ------------------
  283|      9|        assert(from_head != from);
  ------------------
  |  Branch (283:9): [True: 9, False: 0]
  ------------------
  284|      9|        assert(from_tail != from);
  ------------------
  |  Branch (284:9): [True: 9, False: 0]
  ------------------
  285|       |
  286|      9|        _PyGCHead_SET_NEXT(to_tail, from_head);
  287|      9|        _PyGCHead_SET_PREV(from_head, to_tail);
  288|       |
  289|      9|        _PyGCHead_SET_NEXT(from_tail, to);
  290|      9|        _PyGCHead_SET_PREV(to, from_tail);
  291|      9|    }
  292|     24|    gc_list_init(from);
  293|     24|}
gc.c:gc_list_is_empty:
  220|     97|{
  221|     97|    return (list->_gc_next == (uintptr_t)list);
  222|     97|}
gc.c:gc_list_init:
  211|     54|{
  212|       |    // List header must not have flags.
  213|       |    // We can assign pointer by simple cast.
  214|     54|    list->_gc_prev = (uintptr_t)list;
  215|     54|    list->_gc_next = (uintptr_t)list;
  216|     54|}
gc.c:gc_list_size:
  297|      6|{
  298|      6|    PyGC_Head *gc;
  299|      6|    Py_ssize_t n = 0;
  300|     54|    for (gc = GC_NEXT(list); gc != list; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
                  for (gc = GC_NEXT(list); gc != list; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|     48|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (300:30): [True: 48, False: 6]
  ------------------
  301|     48|        n++;
  302|     48|    }
  303|      6|    return n;
  304|      6|}
gc.c:get_gc_state:
  106|  4.50k|{
  107|  4.50k|    PyInterpreterState *interp = _PyInterpreterState_GET();
  108|  4.50k|    return &interp->gc;
  109|  4.50k|}
gc.c:gc_collect_main:
 1424|      6|{
 1425|      6|    int i;
 1426|      6|    PyGC_Head *young; /* the generation we are examining */
 1427|      6|    PyGC_Head *old; /* next older generation */
 1428|      6|    PyGC_Head unreachable; /* non-problematic unreachable trash */
 1429|      6|    PyGC_Head finalizers;  /* objects with, & reachable from, __del__ */
 1430|      6|    PyGC_Head *gc;
 1431|      6|    GCState *gcstate = &tstate->interp->gc;
 1432|       |
 1433|       |    // gc_collect_main() must not be called before _PyGC_Init
 1434|       |    // or after _PyGC_Fini()
 1435|      6|    assert(gcstate->garbage != NULL);
  ------------------
  |  Branch (1435:5): [True: 6, False: 0]
  ------------------
 1436|      6|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1436:5): [True: 6, False: 0]
  ------------------
 1437|       |
 1438|      6|    int expected = 0;
 1439|      6|    if (!_Py_atomic_compare_exchange_int(&gcstate->collecting, &expected, 1)) {
  ------------------
  |  Branch (1439:9): [True: 0, False: 6]
  ------------------
 1440|       |        // Don't start a garbage collection if one is already in progress.
 1441|      0|        return 0;
 1442|      0|    }
 1443|      6|    gcstate->frame = tstate->current_frame;
 1444|       |
 1445|      6|    if (generation == GENERATION_AUTO) {
  ------------------
  |  |   56|      6|#define GENERATION_AUTO (-1)
  ------------------
  |  Branch (1445:9): [True: 6, False: 0]
  ------------------
 1446|       |        // Select the oldest generation that needs collecting. We will collect
 1447|       |        // objects from that generation and all generations younger than it.
 1448|      6|        generation = gc_select_generation(gcstate);
 1449|      6|        if (generation < 0) {
  ------------------
  |  Branch (1449:13): [True: 0, False: 6]
  ------------------
 1450|       |            // No generation needs to be collected.
 1451|      0|            _Py_atomic_store_int(&gcstate->collecting, 0);
 1452|      0|            return 0;
 1453|      0|        }
 1454|      6|    }
 1455|       |
 1456|      6|    assert(generation >= 0 && generation < NUM_GENERATIONS);
  ------------------
  |  Branch (1456:5): [True: 6, False: 0]
  |  Branch (1456:5): [True: 6, False: 0]
  ------------------
 1457|       |
 1458|       |#ifdef Py_STATS
 1459|       |    {
 1460|       |        PyStats *s = _PyStats_GET();
 1461|       |        if (s) {
 1462|       |            s->object_stats.object_visits = 0;
 1463|       |        }
 1464|       |    }
 1465|       |#endif
 1466|       |
 1467|      6|    GC_STAT_ADD(generation, collections, 1);
  ------------------
  |  |   81|      6|#define GC_STAT_ADD(gen, name, n) ((void)0)
  ------------------
 1468|       |
 1469|      6|    struct gc_generation_stats stats = { 0 };
 1470|      6|    if (reason != _Py_GC_REASON_SHUTDOWN) {
  ------------------
  |  Branch (1470:9): [True: 6, False: 0]
  ------------------
 1471|      6|        invoke_gc_callback(tstate, "start", generation, &stats);
 1472|      6|    }
 1473|       |
 1474|      6|    stats.heap_size = gcstate->heap_size;
 1475|       |    // ignore error: don't interrupt the GC if reading the clock fails
 1476|      6|    (void)PyTime_PerfCounterRaw(&stats.ts_start);
 1477|      6|    if (gcstate->debug & _PyGC_DEBUG_STATS) {
  ------------------
  |  |  125|      6|#define _PyGC_DEBUG_STATS             (1<<0) /* print collection statistics */
  ------------------
  |  Branch (1477:9): [True: 0, False: 6]
  ------------------
 1478|      0|        PySys_WriteStderr("gc: collecting generation %d...\n", generation);
 1479|      0|        show_stats_each_generations(gcstate);
 1480|      0|    }
 1481|       |
 1482|      6|    if (PyDTrace_GC_START_ENABLED()) {
  ------------------
  |  Branch (1482:9): [True: 0, False: 6]
  ------------------
 1483|      0|        PyDTrace_GC_START(generation);
 1484|      0|    }
 1485|       |
 1486|       |    /* update collection and allocation counters */
 1487|      6|    if (generation+1 < NUM_GENERATIONS) {
  ------------------
  |  |  217|      6|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1487:9): [True: 6, False: 0]
  ------------------
 1488|      6|        gcstate->generations[generation+1].count += 1;
 1489|      6|    }
 1490|     12|    for (i = 0; i <= generation; i++) {
  ------------------
  |  Branch (1490:17): [True: 6, False: 6]
  ------------------
 1491|      6|        gcstate->generations[i].count = 0;
 1492|      6|    }
 1493|       |
 1494|       |    /* merge younger generations with one we are currently collecting */
 1495|      6|    for (i = 0; i < generation; i++) {
  ------------------
  |  Branch (1495:17): [True: 0, False: 6]
  ------------------
 1496|      0|        gc_list_merge(GEN_HEAD(gcstate, i), GEN_HEAD(gcstate, generation));
  ------------------
  |  |  101|      0|#define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
  ------------------
                      gc_list_merge(GEN_HEAD(gcstate, i), GEN_HEAD(gcstate, generation));
  ------------------
  |  |  101|      0|#define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
  ------------------
 1497|      0|    }
 1498|       |
 1499|       |    /* handy references */
 1500|      6|    young = GEN_HEAD(gcstate, generation);
  ------------------
  |  |  101|      6|#define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
  ------------------
 1501|      6|    if (generation < NUM_GENERATIONS-1) {
  ------------------
  |  |  217|      6|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1501:9): [True: 6, False: 0]
  ------------------
 1502|      6|        old = GEN_HEAD(gcstate, generation+1);
  ------------------
  |  |  101|      6|#define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)
  ------------------
 1503|      6|    }
 1504|      0|    else {
 1505|      0|        old = young;
 1506|      0|    }
 1507|      6|    validate_list(old, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|      6|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1508|       |
 1509|      6|    stats.candidates = deduce_unreachable(young, &unreachable);
 1510|       |
 1511|      6|    untrack_tuples(young);
 1512|       |    /* Move reachable objects to next generation. */
 1513|      6|    if (young != old) {
  ------------------
  |  Branch (1513:9): [True: 6, False: 0]
  ------------------
 1514|      6|        if (generation == NUM_GENERATIONS - 2) {
  ------------------
  |  |  217|      6|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1514:13): [True: 0, False: 6]
  ------------------
 1515|      0|            gcstate->long_lived_pending += gc_list_size(young);
 1516|      0|        }
 1517|      6|        gc_list_merge(young, old);
 1518|      6|    }
 1519|      0|    else {
 1520|       |        // In Python <= 3.13, we called untrack_dicts(young) here to untrack
 1521|       |        // atomic-only dicts (see issue #14775). Python 3.14 removed the lazy
 1522|       |        // dict tracking machinery entirely (GH-127010) -- dicts are always
 1523|       |        // tracked from creation and never untracked by GC. That way, we don't
 1524|       |        // have to restore MAINTAIN_TRACKING across every PyDict_SetItem call
 1525|       |        // site; the cost is slightly more work for full collections on dicts
 1526|       |        // with only atomic values.
 1527|      0|        gcstate->long_lived_pending = 0;
 1528|      0|        gcstate->long_lived_total = gc_list_size(young);
 1529|      0|    }
 1530|       |
 1531|       |    /* All objects in unreachable are trash, but objects reachable from
 1532|       |     * legacy finalizers (e.g. tp_del) can't safely be deleted.
 1533|       |     */
 1534|      6|    gc_list_init(&finalizers);
 1535|       |    // NEXT_MASK_UNREACHABLE is cleared here.
 1536|       |    // After move_legacy_finalizers(), unreachable is normal list.
 1537|      6|    move_legacy_finalizers(&unreachable, &finalizers);
 1538|       |    /* finalizers contains the unreachable objects with a legacy finalizer;
 1539|       |     * unreachable objects reachable *from* those are also uncollectable,
 1540|       |     * and we move those into the finalizers list too.
 1541|       |     */
 1542|      6|    move_legacy_finalizer_reachable(&finalizers);
 1543|       |
 1544|      6|    validate_list(&finalizers, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|      6|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1545|      6|    validate_list(&unreachable, collecting_set_unreachable_clear);
  ------------------
  |  |  387|      6|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1546|       |
 1547|       |    /* Print debugging information. */
 1548|      6|    if (gcstate->debug & _PyGC_DEBUG_COLLECTABLE) {
  ------------------
  |  |  126|      6|#define _PyGC_DEBUG_COLLECTABLE       (1<<1) /* print collectable objects */
  ------------------
  |  Branch (1548:9): [True: 0, False: 6]
  ------------------
 1549|      0|        for (gc = GC_NEXT(&unreachable); gc != &unreachable; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      0|#define GC_NEXT _PyGCHead_NEXT
  ------------------
                      for (gc = GC_NEXT(&unreachable); gc != &unreachable; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      0|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (1549:42): [True: 0, False: 0]
  ------------------
 1550|      0|            debug_cycle("collectable", FROM_GC(gc));
  ------------------
  |  |   53|      0|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
 1551|      0|        }
 1552|      0|    }
 1553|       |
 1554|       |    /* Clear weakrefs and invoke callbacks as necessary. */
 1555|      6|    stats.collected += handle_weakref_callbacks(&unreachable, old);
 1556|      6|    validate_list(old, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|      6|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1557|      6|    validate_list(&unreachable, collecting_set_unreachable_clear);
  ------------------
  |  |  387|      6|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1558|       |
 1559|       |    /* Call tp_finalize on objects which have one. */
 1560|      6|    finalize_garbage(tstate, &unreachable);
 1561|       |
 1562|       |    /* Handle any objects that may have resurrected after the call
 1563|       |     * to 'finalize_garbage' and continue the collection with the
 1564|       |     * objects that are still unreachable */
 1565|      6|    PyGC_Head final_unreachable;
 1566|      6|    handle_resurrected_objects(&unreachable, &final_unreachable, old);
 1567|       |
 1568|       |    /* Clear weakrefs to objects in the unreachable set.  No Python-level
 1569|       |     * code must be allowed to access those unreachable objects.  During
 1570|       |     * delete_garbage(), finalizers outside the unreachable set might run
 1571|       |     * and create new weakrefs.  If those weakrefs were not cleared, they
 1572|       |     * could reveal unreachable objects.  Callbacks are not executed.
 1573|       |     */
 1574|      6|    clear_weakrefs(&final_unreachable);
 1575|       |
 1576|       |    /* Call tp_clear on objects in the final_unreachable set.  This will cause
 1577|       |    * the reference cycles to be broken.  It may also cause some objects
 1578|       |    * in finalizers to be freed.
 1579|       |    */
 1580|      6|    stats.collected += gc_list_size(&final_unreachable);
 1581|      6|    delete_garbage(tstate, gcstate, &final_unreachable, old);
 1582|       |
 1583|       |    /* Collect statistics on uncollectable objects found and print
 1584|       |     * debugging information. */
 1585|      6|    Py_ssize_t n = 0;
 1586|      6|    for (gc = GC_NEXT(&finalizers); gc != &finalizers; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
                  for (gc = GC_NEXT(&finalizers); gc != &finalizers; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      0|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (1586:37): [True: 0, False: 6]
  ------------------
 1587|      0|        n++;
 1588|      0|        if (gcstate->debug & _PyGC_DEBUG_UNCOLLECTABLE)
  ------------------
  |  |  127|      0|#define _PyGC_DEBUG_UNCOLLECTABLE     (1<<2) /* print uncollectable objects */
  ------------------
  |  Branch (1588:13): [True: 0, False: 0]
  ------------------
 1589|      0|            debug_cycle("uncollectable", FROM_GC(gc));
  ------------------
  |  |   53|      0|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
 1590|      0|    }
 1591|      6|    stats.uncollectable = n;
 1592|      6|    (void)PyTime_PerfCounterRaw(&stats.ts_stop);
 1593|      6|    stats.duration = PyTime_AsSecondsDouble(stats.ts_stop - stats.ts_start);
 1594|      6|    if (gcstate->debug & _PyGC_DEBUG_STATS) {
  ------------------
  |  |  125|      6|#define _PyGC_DEBUG_STATS             (1<<0) /* print collection statistics */
  ------------------
  |  Branch (1594:9): [True: 0, False: 6]
  ------------------
 1595|      0|        PySys_WriteStderr(
 1596|      0|            "gc: done, %zd unreachable, %zd uncollectable, %.4fs elapsed\n",
 1597|      0|            stats.uncollectable+stats.collected, stats.uncollectable,
 1598|      0|            stats.duration);
 1599|      0|    }
 1600|       |
 1601|       |    /* Append instances in the uncollectable set to a Python
 1602|       |     * reachable list of garbage.  The programmer has to deal with
 1603|       |     * this if they insist on creating this type of structure.
 1604|       |     */
 1605|      6|    handle_legacy_finalizers(tstate, gcstate, &finalizers, old);
 1606|      6|    validate_list(old, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|      6|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 6]
  |  |  ------------------
  ------------------
 1607|       |
 1608|       |    /* Clear free list only during the collection of the highest
 1609|       |     * generation */
 1610|      6|    if (generation == NUM_GENERATIONS-1) {
  ------------------
  |  |  217|      6|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1610:9): [True: 0, False: 6]
  ------------------
 1611|      0|        _PyGC_ClearAllFreeLists(tstate->interp);
 1612|      0|    }
 1613|       |
 1614|      6|    if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1614:9): [True: 0, False: 6]
  ------------------
 1615|      0|        if (reason == _Py_GC_REASON_SHUTDOWN) {
  ------------------
  |  Branch (1615:13): [True: 0, False: 0]
  ------------------
 1616|      0|            _PyErr_Clear(tstate);
 1617|      0|        }
 1618|      0|        else {
 1619|      0|            PyErr_FormatUnraisable("Exception ignored in garbage collection");
 1620|      0|        }
 1621|      0|    }
 1622|       |
 1623|       |    /* Update stats */
 1624|      6|    add_stats(gcstate, generation, &stats);
 1625|      6|    GC_STAT_ADD(generation, objects_collected, stats.collected);
  ------------------
  |  |   81|      6|#define GC_STAT_ADD(gen, name, n) ((void)0)
  ------------------
 1626|       |
 1627|       |#ifdef Py_STATS
 1628|       |    {
 1629|       |        PyStats *s = _PyStats_GET();
 1630|       |        if (s) {
 1631|       |            GC_STAT_ADD(generation, object_visits,
 1632|       |                s->object_stats.object_visits);
 1633|       |            s->object_stats.object_visits = 0;
 1634|       |        }
 1635|       |    }
 1636|       |#endif
 1637|       |
 1638|      6|    if (PyDTrace_GC_DONE_ENABLED()) {
  ------------------
  |  Branch (1638:9): [True: 0, False: 6]
  ------------------
 1639|      0|        PyDTrace_GC_DONE(stats.uncollectable + stats.collected);
 1640|      0|    }
 1641|       |
 1642|      6|    if (reason != _Py_GC_REASON_SHUTDOWN) {
  ------------------
  |  Branch (1642:9): [True: 6, False: 0]
  ------------------
 1643|      6|        invoke_gc_callback(tstate, "stop", generation, &stats);
 1644|      6|    }
 1645|       |
 1646|      6|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1646:5): [True: 6, False: 0]
  ------------------
 1647|      6|    gcstate->frame = NULL;
 1648|      6|    _Py_atomic_store_int(&gcstate->collecting, 0);
 1649|      6|    return stats.uncollectable + stats.collected;
 1650|      6|}
gc.c:gc_select_generation:
 1317|      6|{
 1318|     18|    for (int i = NUM_GENERATIONS-1; i >= 0; i--) {
  ------------------
  |  |  217|      6|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1318:37): [True: 18, False: 0]
  ------------------
 1319|     18|        if (gcstate->generations[i].count > gcstate->generations[i].threshold) {
  ------------------
  |  Branch (1319:13): [True: 6, False: 12]
  ------------------
 1320|       |            /* Avoid quadratic performance degradation in number
 1321|       |               of tracked objects (see also issue #4074):
 1322|       |
 1323|       |               To limit the cost of garbage collection, there are two strategies;
 1324|       |                 - make each collection faster, e.g. by scanning fewer objects
 1325|       |                 - do less collections
 1326|       |               This heuristic is about the latter strategy.
 1327|       |
 1328|       |               In addition to the various configurable thresholds, we only trigger a
 1329|       |               full collection if the ratio
 1330|       |
 1331|       |                long_lived_pending / long_lived_total
 1332|       |
 1333|       |               is above a given value (hardwired to 25%).
 1334|       |
 1335|       |               The reason is that, while "non-full" collections (i.e., collections of
 1336|       |               the young and middle generations) will always examine roughly the same
 1337|       |               number of objects -- determined by the aforementioned thresholds --,
 1338|       |               the cost of a full collection is proportional to the total number of
 1339|       |               long-lived objects, which is virtually unbounded.
 1340|       |
 1341|       |               Indeed, it has been remarked that doing a full collection every
 1342|       |               <constant number> of object creations entails a dramatic performance
 1343|       |               degradation in workloads which consist in creating and storing lots of
 1344|       |               long-lived objects (e.g. building a large list of GC-tracked objects would
 1345|       |               show quadratic performance, instead of linear as expected: see issue #4074).
 1346|       |
 1347|       |               Using the above ratio, instead, yields amortized linear performance in
 1348|       |               the total number of objects (the effect of which can be summarized
 1349|       |               thusly: "each full garbage collection is more and more costly as the
 1350|       |               number of objects grows, but we do fewer and fewer of them").
 1351|       |
 1352|       |               This heuristic was suggested by Martin von Löwis on python-dev in
 1353|       |               June 2008. His original analysis and proposal can be found at:
 1354|       |               http://mail.python.org/pipermail/python-dev/2008-June/080579.html
 1355|       |            */
 1356|      6|            if (i == NUM_GENERATIONS - 1
  ------------------
  |  |  217|      6|#define NUM_GENERATIONS 3
  ------------------
  |  Branch (1356:17): [True: 0, False: 6]
  ------------------
 1357|      0|                && gcstate->long_lived_pending < gcstate->long_lived_total / 4)
  ------------------
  |  Branch (1357:20): [True: 0, False: 0]
  ------------------
 1358|      0|            {
 1359|      0|                continue;
 1360|      0|            }
 1361|      6|            return i;
 1362|      6|        }
 1363|     18|    }
 1364|      0|    return -1;
 1365|      6|}
gc.c:invoke_gc_callback:
 1260|     12|{
 1261|     12|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1261:5): [True: 12, False: 0]
  ------------------
 1262|       |
 1263|       |    /* we may get called very early */
 1264|     12|    GCState *gcstate = &tstate->interp->gc;
 1265|     12|    if (gcstate->callbacks == NULL) {
  ------------------
  |  Branch (1265:9): [True: 0, False: 12]
  ------------------
 1266|      0|        return;
 1267|      0|    }
 1268|       |
 1269|       |    /* The local variable cannot be rebound, check it for sanity */
 1270|     12|    assert(PyList_CheckExact(gcstate->callbacks));
  ------------------
  |  Branch (1270:5): [True: 12, False: 0]
  ------------------
 1271|     12|    PyObject *info = NULL;
 1272|     12|    if (PyList_GET_SIZE(gcstate->callbacks) != 0) {
  ------------------
  |  |   38|     12|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1272:9): [True: 0, False: 12]
  ------------------
 1273|      0|        info = Py_BuildValue("{sisnsnsnsd}",
 1274|      0|            "generation", generation,
 1275|      0|            "collected", stats->collected,
 1276|      0|            "uncollectable", stats->uncollectable,
 1277|      0|            "candidates", stats->candidates,
 1278|      0|            "duration", stats->duration);
 1279|      0|        if (info == NULL) {
  ------------------
  |  Branch (1279:13): [True: 0, False: 0]
  ------------------
 1280|      0|            PyErr_FormatUnraisable("Exception ignored on invoking gc callbacks");
 1281|      0|            return;
 1282|      0|        }
 1283|      0|    }
 1284|       |
 1285|     12|    PyObject *phase_obj = PyUnicode_FromString(phase);
 1286|     12|    if (phase_obj == NULL) {
  ------------------
  |  Branch (1286:9): [True: 0, False: 12]
  ------------------
 1287|      0|        Py_XDECREF(info);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1288|      0|        PyErr_FormatUnraisable("Exception ignored on invoking gc callbacks");
 1289|      0|        return;
 1290|      0|    }
 1291|       |
 1292|     12|    PyObject *stack[] = {phase_obj, info};
 1293|     12|    for (Py_ssize_t i=0; i<PyList_GET_SIZE(gcstate->callbacks); i++) {
  ------------------
  |  |   38|     12|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1293:26): [True: 0, False: 12]
  ------------------
 1294|      0|        PyObject *r, *cb = PyList_GET_ITEM(gcstate->callbacks, i);
  ------------------
  |  |   40|      0|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      0|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1294:28): [True: 0, False: 0]
  ------------------
 1295|      0|        Py_INCREF(cb); /* make sure cb doesn't go away */
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1296|      0|        r = PyObject_Vectorcall(cb, stack, 2, NULL);
 1297|      0|        if (r == NULL) {
  ------------------
  |  Branch (1297:13): [True: 0, False: 0]
  ------------------
 1298|      0|            PyErr_FormatUnraisable("Exception ignored while "
 1299|      0|                                   "calling GC callback %R", cb);
 1300|      0|        }
 1301|      0|        else {
 1302|      0|            Py_DECREF(r);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1303|      0|        }
 1304|      0|        Py_DECREF(cb);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1305|      0|    }
 1306|     12|    Py_DECREF(phase_obj);
  ------------------
  |  |  430|     12|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1307|     12|    Py_XDECREF(info);
  ------------------
  |  |  524|     12|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1308|       |    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1308:5): [True: 12, False: 0]
  ------------------
 1309|     12|}
gc.c:deduce_unreachable:
 1169|     12|deduce_unreachable(PyGC_Head *base, PyGC_Head *unreachable) {
 1170|     12|    validate_list(base, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|     12|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 12]
  |  |  ------------------
  ------------------
 1171|       |    /* Using ob_refcnt and gc_refs, calculate which objects in the
 1172|       |     * container set are reachable from outside the set (i.e., have a
 1173|       |     * refcount greater than 0 when all the references within the
 1174|       |     * set are taken into account).
 1175|       |     */
 1176|     12|    Py_ssize_t candidates = update_refs(base);  // gc_prev is used for gc_refs
 1177|     12|    subtract_refs(base);
 1178|       |
 1179|       |    /* Leave everything reachable from outside base in base, and move
 1180|       |     * everything else (in base) to unreachable.
 1181|       |     *
 1182|       |     * NOTE:  This used to move the reachable objects into a reachable
 1183|       |     * set instead.  But most things usually turn out to be reachable,
 1184|       |     * so it's more efficient to move the unreachable things.  It "sounds slick"
 1185|       |     * to move the unreachable objects, until you think about it - the reason it
 1186|       |     * pays isn't actually obvious.
 1187|       |     *
 1188|       |     * Suppose we create objects A, B, C in that order.  They appear in the young
 1189|       |     * generation in the same order.  If B points to A, and C to B, and C is
 1190|       |     * reachable from outside, then the adjusted refcounts will be 0, 0, and 1
 1191|       |     * respectively.
 1192|       |     *
 1193|       |     * When move_unreachable finds A, A is moved to the unreachable list.  The
 1194|       |     * same for B when it's first encountered.  Then C is traversed, B is moved
 1195|       |     * _back_ to the reachable list.  B is eventually traversed, and then A is
 1196|       |     * moved back to the reachable list.
 1197|       |     *
 1198|       |     * So instead of not moving at all, the reachable objects B and A are moved
 1199|       |     * twice each.  Why is this a win?  A straightforward algorithm to move the
 1200|       |     * reachable objects instead would move A, B, and C once each.
 1201|       |     *
 1202|       |     * The key is that this dance leaves the objects in order C, B, A - it's
 1203|       |     * reversed from the original order.  On all _subsequent_ scans, none of
 1204|       |     * them will move.  Since most objects aren't in cycles, this can save an
 1205|       |     * unbounded number of moves across an unbounded number of later collections.
 1206|       |     * It can cost more only the first time the chain is scanned.
 1207|       |     *
 1208|       |     * Drawback:  move_unreachable is also used to find out what's still trash
 1209|       |     * after finalizers may resurrect objects.  In _that_ case most unreachable
 1210|       |     * objects will remain unreachable, so it would be more efficient to move
 1211|       |     * the reachable objects instead.  But this is a one-time cost, probably not
 1212|       |     * worth complicating the code to speed just a little.
 1213|       |     */
 1214|     12|    gc_list_init(unreachable);
 1215|     12|    move_unreachable(base, unreachable);  // gc_prev is pointer again
 1216|     12|    validate_list(base, collecting_clear_unreachable_clear);
  ------------------
  |  |  387|     12|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 12]
  |  |  ------------------
  ------------------
 1217|     12|    validate_list(unreachable, collecting_set_unreachable_set);
  ------------------
  |  |  387|     12|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 12]
  |  |  ------------------
  ------------------
 1218|     12|    return candidates;
 1219|     12|}
gc.c:update_refs:
  398|     12|{
  399|     12|    PyGC_Head *next;
  400|     12|    PyGC_Head *gc = GC_NEXT(containers);
  ------------------
  |  |   28|     12|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  401|     12|    Py_ssize_t candidates = 0;
  402|       |
  403|  14.5k|    while (gc != containers) {
  ------------------
  |  Branch (403:12): [True: 14.5k, False: 12]
  ------------------
  404|  14.5k|        next = GC_NEXT(gc);
  ------------------
  |  |   28|  14.5k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  405|  14.5k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|  14.5k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  406|  14.5k|        if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  14.5k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  14.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 0, False: 14.5k]
  |  |  ------------------
  ------------------
  407|      0|            assert(!_Py_IsStaticImmortal(op));
  ------------------
  |  Branch (407:13): [True: 0, False: 0]
  ------------------
  408|      0|            _PyObject_GC_UNTRACK(op);
  ------------------
  |  |  515|      0|        _PyObject_GC_UNTRACK(__FILE__, __LINE__, _PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|      0|            gc = next;
  410|      0|            continue;
  411|      0|        }
  412|  14.5k|        gc_reset_refs(gc, Py_REFCNT(op));
  ------------------
  |  |  119|  14.5k|    #  define Py_REFCNT(ob) _Py_REFCNT(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  14.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|       |        /* Python's cyclic gc should never see an incoming refcount
  414|       |         * of 0:  if something decref'ed to 0, it should have been
  415|       |         * deallocated immediately at that time.
  416|       |         * Possible cause (if the assert triggers):  a tp_dealloc
  417|       |         * routine left a gc-aware object tracked during its teardown
  418|       |         * phase, and did something-- or allowed something to happen --
  419|       |         * that called back into Python.  gc can trigger then, and may
  420|       |         * see the still-tracked dying object.  Before this assert
  421|       |         * was added, such mistakes went on to allow gc to try to
  422|       |         * delete the object again.  In a debug build, that caused
  423|       |         * a mysterious segfault, when _Py_ForgetReference tried
  424|       |         * to remove the object from the doubly-linked list of all
  425|       |         * objects a second time.  In a release build, an actual
  426|       |         * double deallocation occurred, which leads to corruption
  427|       |         * of the allocator's internal bookkeeping pointers.  That's
  428|       |         * so serious that maybe this should be a release-build
  429|       |         * check instead of an assert?
  430|       |         */
  431|  14.5k|        _PyObject_ASSERT(op, gc_get_refs(gc) != 0);
  ------------------
  |  |  423|  14.5k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  14.5k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  14.5k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 14.5k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  14.5k|      ? (void)(0) \
  |  |  |  |  |  |  416|  14.5k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|  14.5k|        gc = next;
  433|  14.5k|        candidates++;
  434|  14.5k|    }
  435|     12|    return candidates;
  436|     12|}
gc.c:gc_reset_refs:
   85|  14.5k|{
   86|  14.5k|    g->_gc_prev = (g->_gc_prev & _PyGC_PREV_MASK_FINALIZED)
  ------------------
  |  |  117|  14.5k|#define _PyGC_PREV_MASK_FINALIZED  ((uintptr_t)1)
  ------------------
   87|  14.5k|        | PREV_MASK_COLLECTING
  ------------------
  |  |   39|  14.5k|#define PREV_MASK_COLLECTING   _PyGC_PREV_MASK_COLLECTING
  |  |  ------------------
  |  |  |  |  119|  14.5k|#define _PyGC_PREV_MASK_COLLECTING ((uintptr_t)2)
  |  |  ------------------
  ------------------
   88|  14.5k|        | ((uintptr_t)(refs) << _PyGC_PREV_SHIFT);
  ------------------
  |  |  121|  14.5k|#define _PyGC_PREV_SHIFT           2
  ------------------
   89|  14.5k|}
gc.c:subtract_refs:
  491|     12|{
  492|     12|    traverseproc traverse;
  493|     12|    PyGC_Head *gc = GC_NEXT(containers);
  ------------------
  |  |   28|     12|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  494|  14.5k|    for (; gc != containers; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|  14.5k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (494:12): [True: 14.5k, False: 12]
  ------------------
  495|  14.5k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|  14.5k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  496|  14.5k|        traverse = Py_TYPE(op)->tp_traverse;
  ------------------
  |  |  213|  14.5k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  14.5k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.5k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  497|  14.5k|        (void) traverse(op,
  498|  14.5k|                        visit_decref,
  499|  14.5k|                        op);
  500|  14.5k|    }
  501|     12|}
gc.c:move_unreachable:
  580|     12|{
  581|       |    // previous elem in the young list, used for restore gc_prev.
  582|     12|    PyGC_Head *prev = young;
  583|     12|    PyGC_Head *gc = GC_NEXT(young);
  ------------------
  |  |   28|     12|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  584|       |
  585|       |    /* Invariants:  all objects "to the left" of us in young are reachable
  586|       |     * (directly or indirectly) from outside the young list as it was at entry.
  587|       |     *
  588|       |     * All other objects from the original young "to the left" of us are in
  589|       |     * unreachable now, and have NEXT_MASK_UNREACHABLE.  All objects to the
  590|       |     * left of us in 'young' now have been scanned, and no objects here
  591|       |     * or to the right have been scanned yet.
  592|       |     */
  593|       |
  594|  17.8k|    while (gc != young) {
  ------------------
  |  Branch (594:12): [True: 17.8k, False: 12]
  ------------------
  595|  17.8k|        if (gc_get_refs(gc)) {
  ------------------
  |  Branch (595:13): [True: 14.4k, False: 3.41k]
  ------------------
  596|       |            /* gc is definitely reachable from outside the
  597|       |             * original 'young'.  Mark it as such, and traverse
  598|       |             * its pointers to find any other objects that may
  599|       |             * be directly reachable from it.  Note that the
  600|       |             * call to tp_traverse may append objects to young,
  601|       |             * so we have to wait until it returns to determine
  602|       |             * the next object to visit.
  603|       |             */
  604|  14.4k|            PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|  14.4k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  605|  14.4k|            traverseproc traverse = Py_TYPE(op)->tp_traverse;
  ------------------
  |  |  213|  14.4k|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|  14.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  14.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  606|  14.4k|            _PyObject_ASSERT_WITH_MSG(op, gc_get_refs(gc) > 0,
  ------------------
  |  |  421|  14.4k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|  14.4k|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 14.4k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|  14.4k|      ? (void)(0) \
  |  |  |  |  416|  14.4k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  ------------------
  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  ------------------
  ------------------
  607|  14.4k|                                      "refcount is too small");
  608|       |            // NOTE: visit_reachable may change gc->_gc_next when
  609|       |            // young->_gc_prev == gc.  Don't do gc = GC_NEXT(gc) before!
  610|  14.4k|            (void) traverse(op,
  611|  14.4k|                    visit_reachable,
  612|  14.4k|                    (void *)young);
  613|       |            // relink gc_prev to prev element.
  614|  14.4k|            _PyGCHead_SET_PREV(gc, prev);
  615|       |            // gc is not COLLECTING state after here.
  616|  14.4k|            gc_clear_collecting(gc);
  617|  14.4k|            prev = gc;
  618|  14.4k|        }
  619|  3.41k|        else {
  620|       |            /* This *may* be unreachable.  To make progress,
  621|       |             * assume it is.  gc isn't directly reachable from
  622|       |             * any object we've already traversed, but may be
  623|       |             * reachable from an object we haven't gotten to yet.
  624|       |             * visit_reachable will eventually move gc back into
  625|       |             * young if that's so, and we'll see it again.
  626|       |             */
  627|       |            // Move gc to unreachable.
  628|       |            // No need to gc->next->prev = prev because it is single linked.
  629|  3.41k|            prev->_gc_next = gc->_gc_next;
  630|       |
  631|       |            // We can't use gc_list_append() here because we use
  632|       |            // NEXT_MASK_UNREACHABLE here.
  633|  3.41k|            PyGC_Head *last = GC_PREV(unreachable);
  ------------------
  |  |   29|  3.41k|#define GC_PREV _PyGCHead_PREV
  ------------------
  634|       |            // NOTE: Since all objects in unreachable set has
  635|       |            // NEXT_MASK_UNREACHABLE flag, we set it unconditionally.
  636|       |            // But this may pollute the unreachable list head's 'next' pointer
  637|       |            // too. That's semantically senseless but expedient here - the
  638|       |            // damage is repaired when this function ends.
  639|  3.41k|            last->_gc_next = (NEXT_MASK_UNREACHABLE | (uintptr_t)gc);
  ------------------
  |  |   50|  3.41k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  640|  3.41k|            _PyGCHead_SET_PREV(gc, last);
  641|  3.41k|            gc->_gc_next = (NEXT_MASK_UNREACHABLE | (uintptr_t)unreachable);
  ------------------
  |  |   50|  3.41k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  642|  3.41k|            unreachable->_gc_prev = (uintptr_t)gc;
  643|  3.41k|        }
  644|  17.8k|        gc = (PyGC_Head*)prev->_gc_next;
  645|  17.8k|    }
  646|       |    // young->_gc_prev must be last element remained in the list.
  647|     12|    young->_gc_prev = (uintptr_t)prev;
  648|       |    // don't let the pollution of the list head's next pointer leak
  649|     12|    unreachable->_gc_next &= ~NEXT_MASK_UNREACHABLE;
  ------------------
  |  |   50|     12|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  650|     12|}
gc.c:visit_reachable:
  506|  54.6k|{
  507|  54.6k|    PyGC_Head *reachable = arg;
  508|  54.6k|    OBJECT_STAT_INC(object_visits);
  ------------------
  |  |   77|  54.6k|#define OBJECT_STAT_INC(name) ((void)0)
  ------------------
  509|  54.6k|    if (!_PyObject_IS_GC(op)) {
  ------------------
  |  Branch (509:9): [True: 37.3k, False: 17.2k]
  ------------------
  510|  37.3k|        return 0;
  511|  37.3k|    }
  512|       |
  513|  17.2k|    PyGC_Head *gc = AS_GC(op);
  ------------------
  |  |   52|  17.2k|#define AS_GC(op) _Py_AS_GC(op)
  ------------------
  514|  17.2k|    const Py_ssize_t gc_refs = gc_get_refs(gc);
  515|       |
  516|       |    // Ignore objects in other generation.
  517|       |    // This also skips objects "to the left" of the current position in
  518|       |    // move_unreachable's scan of the 'young' list - they've already been
  519|       |    // traversed, and no longer have the PREV_MASK_COLLECTING flag.
  520|  17.2k|    if (! gc_is_collecting(gc)) {
  ------------------
  |  Branch (520:9): [True: 6.71k, False: 10.5k]
  ------------------
  521|  6.71k|        return 0;
  522|  6.71k|    }
  523|       |    // It would be a logic error elsewhere if the collecting flag were set on
  524|       |    // an untracked object.
  525|  10.5k|    _PyObject_ASSERT(op, gc->_gc_next != 0);
  ------------------
  |  |  423|  10.5k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  10.5k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  10.5k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 10.5k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  10.5k|      ? (void)(0) \
  |  |  |  |  |  |  416|  10.5k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  526|       |
  527|  10.5k|    if (gc->_gc_next & NEXT_MASK_UNREACHABLE) {
  ------------------
  |  |   50|  10.5k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  |  Branch (527:9): [True: 3.32k, False: 7.22k]
  ------------------
  528|       |        /* This had gc_refs = 0 when move_unreachable got
  529|       |         * to it, but turns out it's reachable after all.
  530|       |         * Move it back to move_unreachable's 'young' list,
  531|       |         * and move_unreachable will eventually get to it
  532|       |         * again.
  533|       |         */
  534|       |        // Manually unlink gc from unreachable list because the list functions
  535|       |        // don't work right in the presence of NEXT_MASK_UNREACHABLE flags.
  536|  3.32k|        PyGC_Head *prev = GC_PREV(gc);
  ------------------
  |  |   29|  3.32k|#define GC_PREV _PyGCHead_PREV
  ------------------
  537|  3.32k|        PyGC_Head *next = (PyGC_Head*)(gc->_gc_next & ~NEXT_MASK_UNREACHABLE);
  ------------------
  |  |   50|  3.32k|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  538|  3.32k|        _PyObject_ASSERT(FROM_GC(prev),
  ------------------
  |  |  423|  3.32k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  3.32k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  3.32k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 3.32k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  3.32k|      ? (void)(0) \
  |  |  |  |  |  |  416|  3.32k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  539|  3.32k|                         prev->_gc_next & NEXT_MASK_UNREACHABLE);
  540|  3.32k|        _PyObject_ASSERT(FROM_GC(next),
  ------------------
  |  |  423|  3.32k|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|  3.32k|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|  3.32k|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 3.32k, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|  3.32k|      ? (void)(0) \
  |  |  |  |  |  |  416|  3.32k|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  541|  3.32k|                         next->_gc_next & NEXT_MASK_UNREACHABLE);
  542|  3.32k|        prev->_gc_next = gc->_gc_next;  // copy NEXT_MASK_UNREACHABLE
  543|  3.32k|        _PyGCHead_SET_PREV(next, prev);
  544|       |
  545|  3.32k|        gc_list_append(gc, reachable);
  546|  3.32k|        gc_set_refs(gc, 1);
  547|  3.32k|    }
  548|  7.22k|    else if (gc_refs == 0) {
  ------------------
  |  Branch (548:14): [True: 6.73k, False: 490]
  ------------------
  549|       |        /* This is in move_unreachable's 'young' list, but
  550|       |         * the traversal hasn't yet gotten to it.  All
  551|       |         * we need to do is tell move_unreachable that it's
  552|       |         * reachable.
  553|       |         */
  554|  6.73k|        gc_set_refs(gc, 1);
  555|  6.73k|    }
  556|       |    /* Else there's nothing to do.
  557|       |     * If gc_refs > 0, it must be in move_unreachable's 'young'
  558|       |     * list, and move_unreachable will eventually get to it.
  559|       |     */
  560|    490|    else {
  561|    490|        _PyObject_ASSERT_WITH_MSG(op, gc_refs > 0, "refcount is too small");
  ------------------
  |  |  421|    490|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|    490|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 490, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|    490|      ? (void)(0) \
  |  |  |  |  416|    490|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  ------------------
  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  ------------------
  ------------------
  562|    490|    }
  563|  10.5k|    return 0;
  564|  10.5k|}
gc.c:gc_list_append:
  227|  3.32k|{
  228|  3.32k|    PyGC_Head *last = (PyGC_Head *)list->_gc_prev;
  229|       |
  230|       |    // last <-> node
  231|  3.32k|    _PyGCHead_SET_PREV(node, last);
  232|  3.32k|    _PyGCHead_SET_NEXT(last, node);
  233|       |
  234|       |    // node <-> list
  235|  3.32k|    _PyGCHead_SET_NEXT(node, list);
  236|  3.32k|    list->_gc_prev = (uintptr_t)node;
  237|  3.32k|}
gc.c:gc_set_refs:
   78|  10.0k|{
   79|  10.0k|    g->_gc_prev = (g->_gc_prev & ~_PyGC_PREV_MASK)
  ------------------
  |  |  122|  10.0k|#define _PyGC_PREV_MASK            (((uintptr_t) -1) << _PyGC_PREV_SHIFT)
  |  |  ------------------
  |  |  |  |  121|  10.0k|#define _PyGC_PREV_SHIFT           2
  |  |  ------------------
  ------------------
   80|  10.0k|        | ((uintptr_t)(refs) << _PyGC_PREV_SHIFT);
  ------------------
  |  |  121|  10.0k|#define _PyGC_PREV_SHIFT           2
  ------------------
   81|  10.0k|}
gc.c:gc_clear_collecting:
   66|  14.5k|{
   67|  14.5k|    g->_gc_prev &= ~PREV_MASK_COLLECTING;
  ------------------
  |  |   39|  14.5k|#define PREV_MASK_COLLECTING   _PyGC_PREV_MASK_COLLECTING
  |  |  ------------------
  |  |  |  |  119|  14.5k|#define _PyGC_PREV_MASK_COLLECTING ((uintptr_t)2)
  |  |  ------------------
  ------------------
   68|  14.5k|}
gc.c:untrack_tuples:
  666|      6|{
  667|      6|    PyGC_Head *gc = GC_NEXT(head);
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  668|  14.4k|    while (gc != head) {
  ------------------
  |  Branch (668:12): [True: 14.4k, False: 6]
  ------------------
  669|  14.4k|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|  14.4k|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  670|  14.4k|        PyGC_Head *next = GC_NEXT(gc);
  ------------------
  |  |   28|  14.4k|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  671|  14.4k|        if (PyTuple_CheckExact(op)) {
  ------------------
  |  |   28|  14.4k|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|  14.4k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  14.4k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  14.4k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 4.35k, False: 10.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  672|  4.35k|            _PyTuple_MaybeUntrack(op);
  673|  4.35k|        }
  674|  14.4k|        gc = next;
  675|  14.4k|    }
  676|      6|}
gc.c:move_legacy_finalizers:
  692|      6|{
  693|      6|    PyGC_Head *gc, *next;
  694|      6|    _PyObject_ASSERT(
  ------------------
  |  |  423|      6|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      6|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      6|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 6, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      6|      ? (void)(0) \
  |  |  |  |  |  |  416|      6|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  695|      6|        FROM_GC(unreachable),
  696|      6|        (unreachable->_gc_next & NEXT_MASK_UNREACHABLE) == 0);
  697|       |
  698|       |    /* March over unreachable.  Move objects with finalizers into
  699|       |     * `finalizers`.
  700|       |     */
  701|     54|    for (gc = GC_NEXT(unreachable); gc != unreachable; gc = next) {
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (701:37): [True: 48, False: 6]
  ------------------
  702|     48|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|     48|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  703|       |
  704|     48|        _PyObject_ASSERT(op, gc->_gc_next & NEXT_MASK_UNREACHABLE);
  ------------------
  |  |  423|     48|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|     48|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|     48|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 48, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|     48|      ? (void)(0) \
  |  |  |  |  |  |  416|     48|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  705|     48|        gc->_gc_next &= ~NEXT_MASK_UNREACHABLE;
  ------------------
  |  |   50|     48|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  706|     48|        next = (PyGC_Head*)gc->_gc_next;
  707|       |
  708|     48|        if (has_legacy_finalizer(op)) {
  ------------------
  |  Branch (708:13): [True: 0, False: 48]
  ------------------
  709|      0|            gc_clear_collecting(gc);
  710|      0|            gc_list_move(gc, finalizers);
  711|      0|        }
  712|     48|    }
  713|      6|}
gc.c:has_legacy_finalizer:
  681|     48|{
  682|     48|    return Py_TYPE(op)->tp_del != NULL;
  ------------------
  |  |  213|     48|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  683|     48|}
gc.c:gc_list_move:
  258|     52|{
  259|       |    /* Unlink from current list. */
  260|     52|    PyGC_Head *from_prev = GC_PREV(node);
  ------------------
  |  |   29|     52|#define GC_PREV _PyGCHead_PREV
  ------------------
  261|     52|    PyGC_Head *from_next = GC_NEXT(node);
  ------------------
  |  |   28|     52|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  262|     52|    _PyGCHead_SET_NEXT(from_prev, from_next);
  263|     52|    _PyGCHead_SET_PREV(from_next, from_prev);
  264|       |
  265|       |    /* Relink at end of new list. */
  266|       |    // list must not have flags.  So we can skip macros.
  267|     52|    PyGC_Head *to_prev = (PyGC_Head*)list->_gc_prev;
  268|     52|    _PyGCHead_SET_PREV(node, to_prev);
  269|     52|    _PyGCHead_SET_NEXT(to_prev, node);
  270|     52|    list->_gc_prev = (uintptr_t)node;
  271|     52|    _PyGCHead_SET_NEXT(node, list);
  272|     52|}
gc.c:move_legacy_finalizer_reachable:
  756|      6|{
  757|      6|    traverseproc traverse;
  758|      6|    PyGC_Head *gc = GC_NEXT(finalizers);
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  759|      6|    for (; gc != finalizers; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      0|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (759:12): [True: 0, False: 6]
  ------------------
  760|       |        /* Note that the finalizers list may grow during this. */
  761|      0|        traverse = Py_TYPE(FROM_GC(gc))->tp_traverse;
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  762|      0|        (void) traverse(FROM_GC(gc),
  ------------------
  |  |   53|      0|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  763|      0|                        visit_move,
  764|      0|                        (void *)finalizers);
  765|      0|    }
  766|      6|}
gc.c:handle_weakref_callbacks:
  809|      6|{
  810|      6|    PyGC_Head *gc;
  811|      6|    PyGC_Head wrcb_to_call;     /* weakrefs with callbacks to call */
  812|      6|    PyGC_Head *next;
  813|      6|    int num_freed = 0;
  814|       |
  815|      6|    gc_list_init(&wrcb_to_call);
  816|       |
  817|       |    /* Find all weakrefs with callbacks and move into `wrcb_to_call` if the
  818|       |     * callback needs to be invoked. We make another pass over wrcb_to_call,
  819|       |     * invoking callbacks, after this pass completes.
  820|       |     */
  821|     54|    for (gc = GC_NEXT(unreachable); gc != unreachable; gc = next) {
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (821:37): [True: 48, False: 6]
  ------------------
  822|     48|        PyWeakReference **wrlist;
  823|       |
  824|     48|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|     48|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  825|     48|        next = GC_NEXT(gc);
  ------------------
  |  |   28|     48|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  826|       |
  827|     48|        if (! _PyType_SUPPORTS_WEAKREFS(Py_TYPE(op))) {
  ------------------
  |  |  213|     48|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (827:13): [True: 21, False: 27]
  ------------------
  828|     21|            continue;
  829|     21|        }
  830|       |
  831|       |        /* It supports weakrefs.  Does it have any?
  832|       |         *
  833|       |         * This is never triggered for static types so we can avoid the
  834|       |         * (slightly) more costly _PyObject_GET_WEAKREFS_LISTPTR().
  835|       |         */
  836|     27|        wrlist = _PyObject_GET_WEAKREFS_LISTPTR_FROM_OFFSET(op);
  837|       |
  838|       |        /* `op` may have some weakrefs.  March over the list and move the
  839|       |         * weakrefs with callbacks that must be called into wrcb_to_call.
  840|       |         */
  841|     27|        PyWeakReference *next_wr;
  842|     28|        for (PyWeakReference *wr = *wrlist; wr != NULL; wr = next_wr) {
  ------------------
  |  Branch (842:45): [True: 1, False: 27]
  ------------------
  843|       |            // Get the next list element to get iterator progress if we omit
  844|       |            // clearing of the weakref (because _PyWeakref_ClearRef changes
  845|       |            // next pointer in the wrlist).
  846|      1|            next_wr = wr->wr_next;
  847|       |
  848|      1|            if (wr->wr_callback == NULL) {
  ------------------
  |  Branch (848:17): [True: 1, False: 0]
  ------------------
  849|       |                /* no callback */
  850|      1|                continue;
  851|      1|            }
  852|       |
  853|       |            // Clear the weakref.  See the comments above this function for
  854|       |            // reasons why we need to clear weakrefs that have callbacks.
  855|       |            // Note that _PyWeakref_ClearRef clears the weakref but leaves the
  856|       |            // callback pointer intact.  Obscure: it also changes *wrlist.
  857|      0|            _PyObject_ASSERT((PyObject *)wr, wr->wr_object == op);
  ------------------
  |  |  423|      0|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      0|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      0|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      0|      ? (void)(0) \
  |  |  |  |  |  |  416|      0|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  858|      0|            _PyWeakref_ClearRef(wr);
  859|      0|            _PyObject_ASSERT((PyObject *)wr, wr->wr_object == Py_None);
  ------------------
  |  |  423|      0|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      0|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      0|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      0|      ? (void)(0) \
  |  |  |  |  |  |  416|      0|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  860|       |
  861|       |            /* Headache time.  `op` is going away, and is weakly referenced by
  862|       |             * `wr`, which has a callback.  Should the callback be invoked?  If wr
  863|       |             * is also trash, no:
  864|       |             *
  865|       |             * 1. There's no need to call it.  The object and the weakref are
  866|       |             *    both going away, so it's legitimate to pretend the weakref is
  867|       |             *    going away first.  The user has to ensure a weakref outlives its
  868|       |             *    referent if they want a guarantee that the wr callback will get
  869|       |             *    invoked.
  870|       |             *
  871|       |             * 2. It may be catastrophic to call it.  If the callback is also in
  872|       |             *    cyclic trash (CT), then although the CT is unreachable from
  873|       |             *    outside the current generation, CT may be reachable from the
  874|       |             *    callback.  Then the callback could resurrect insane objects.
  875|       |             *
  876|       |             * Since the callback is never needed and may be unsafe in this
  877|       |             * case, wr is simply left in the unreachable set.  Note that
  878|       |             * clear_weakrefs() will ensure its callback will not trigger
  879|       |             * inside delete_garbage().
  880|       |             *
  881|       |             * OTOH, if wr isn't part of CT, we should invoke the callback:  the
  882|       |             * weakref outlived the trash.  Note that since wr isn't CT in this
  883|       |             * case, its callback can't be CT either -- wr acted as an external
  884|       |             * root to this generation, and therefore its callback did too.  So
  885|       |             * nothing in CT is reachable from the callback either, so it's hard
  886|       |             * to imagine how calling it later could create a problem for us.  wr
  887|       |             * is moved to wrcb_to_call in this case.
  888|       |             */
  889|      0|            if (gc_is_collecting(AS_GC((PyObject *)wr))) {
  ------------------
  |  |   52|      0|#define AS_GC(op) _Py_AS_GC(op)
  ------------------
  |  Branch (889:17): [True: 0, False: 0]
  ------------------
  890|      0|                continue;
  891|      0|            }
  892|       |
  893|       |            /* Create a new reference so that wr can't go away
  894|       |             * before we can process it again.
  895|       |             */
  896|      0|            Py_INCREF(wr);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  897|       |
  898|       |            /* Move wr to wrcb_to_call, for the next pass. */
  899|      0|            PyGC_Head *wrasgc = AS_GC((PyObject *)wr);
  ------------------
  |  |   52|      0|#define AS_GC(op) _Py_AS_GC(op)
  ------------------
  900|       |            // wrasgc is reachable, but next isn't, so they can't be the same
  901|      0|            _PyObject_ASSERT((PyObject *)wr, wrasgc != next);
  ------------------
  |  |  423|      0|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      0|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      0|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      0|      ? (void)(0) \
  |  |  |  |  |  |  416|      0|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  902|      0|            gc_list_move(wrasgc, &wrcb_to_call);
  903|      0|        }
  904|     27|    }
  905|       |
  906|       |    /* Invoke the callbacks we decided to honor.  It's safe to invoke them
  907|       |     * because they can't reference unreachable objects.
  908|       |     */
  909|      6|    while (! gc_list_is_empty(&wrcb_to_call)) {
  ------------------
  |  Branch (909:12): [True: 0, False: 6]
  ------------------
  910|      0|        PyObject *temp;
  911|      0|        PyObject *callback;
  912|       |
  913|      0|        gc = (PyGC_Head*)wrcb_to_call._gc_next;
  914|      0|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|      0|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  915|      0|        _PyObject_ASSERT(op, PyWeakref_Check(op));
  ------------------
  |  |  423|      0|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      0|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      0|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (414:7): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (414:7): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      0|      ? (void)(0) \
  |  |  |  |  |  |  416|      0|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  916|      0|        PyWeakReference *wr = (PyWeakReference *)op;
  917|      0|        callback = wr->wr_callback;
  918|      0|        _PyObject_ASSERT(op, callback != NULL);
  ------------------
  |  |  423|      0|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      0|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      0|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      0|      ? (void)(0) \
  |  |  |  |  |  |  416|      0|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  919|       |
  920|       |        /* copy-paste of weakrefobject.c's handle_callback() */
  921|      0|        temp = PyObject_CallOneArg(callback, (PyObject *)wr);
  922|      0|        if (temp == NULL) {
  ------------------
  |  Branch (922:13): [True: 0, False: 0]
  ------------------
  923|      0|            PyErr_FormatUnraisable("Exception ignored on "
  924|      0|                                   "calling weakref callback %R", callback);
  925|      0|        }
  926|      0|        else {
  927|      0|            Py_DECREF(temp);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  928|      0|        }
  929|       |
  930|       |        /* Give up the reference we created in the first pass.  When
  931|       |         * op's refcount hits 0 (which it may or may not do right now),
  932|       |         * op's tp_dealloc will decref op->wr_callback too.  Note
  933|       |         * that the refcount probably will hit 0 now, and because this
  934|       |         * weakref was reachable to begin with, gc didn't already
  935|       |         * add it to its count of freed objects.  Example:  a reachable
  936|       |         * weak value dict maps some key to this reachable weakref.
  937|       |         * The callback removes this key->weakref mapping from the
  938|       |         * dict, leaving no other references to the weakref (excepting
  939|       |         * ours).
  940|       |         */
  941|      0|        Py_DECREF(op);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  942|      0|        if (wrcb_to_call._gc_next == (uintptr_t)gc) {
  ------------------
  |  Branch (942:13): [True: 0, False: 0]
  ------------------
  943|       |            /* object is still alive -- move it */
  944|      0|            gc_list_move(gc, old);
  945|      0|        }
  946|      0|        else {
  947|      0|            ++num_freed;
  948|      0|        }
  949|      0|    }
  950|       |
  951|      6|    return num_freed;
  952|      6|}
gc.c:finalize_garbage:
 1047|      6|{
 1048|      6|    destructor finalize;
 1049|      6|    PyGC_Head seen;
 1050|       |
 1051|       |    /* While we're going through the loop, `finalize(op)` may cause op, or
 1052|       |     * other objects, to be reclaimed via refcounts falling to zero.  So
 1053|       |     * there's little we can rely on about the structure of the input
 1054|       |     * `collectable` list across iterations.  For safety, we always take the
 1055|       |     * first object in that list and move it to a temporary `seen` list.
 1056|       |     * If objects vanish from the `collectable` and `seen` lists we don't
 1057|       |     * care.
 1058|       |     */
 1059|      6|    gc_list_init(&seen);
 1060|       |
 1061|     54|    while (!gc_list_is_empty(collectable)) {
  ------------------
  |  Branch (1061:12): [True: 48, False: 6]
  ------------------
 1062|     48|        PyGC_Head *gc = GC_NEXT(collectable);
  ------------------
  |  |   28|     48|#define GC_NEXT _PyGCHead_NEXT
  ------------------
 1063|     48|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|     48|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
 1064|     48|        gc_list_move(gc, &seen);
 1065|     48|        if (!_PyGC_FINALIZED(op) &&
  ------------------
  |  Branch (1065:13): [True: 48, False: 0]
  ------------------
 1066|     48|            (finalize = Py_TYPE(op)->tp_finalize) != NULL)
  ------------------
  |  |  213|     48|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1066:13): [True: 0, False: 48]
  ------------------
 1067|      0|        {
 1068|      0|            _PyGC_SET_FINALIZED(op);
 1069|      0|            Py_INCREF(op);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1070|      0|            finalize(op);
 1071|      0|            assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1071:13): [True: 0, False: 0]
  ------------------
 1072|      0|            Py_DECREF(op);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1073|      0|        }
 1074|     48|    }
 1075|      6|    gc_list_merge(&seen, collectable);
 1076|      6|}
gc.c:handle_resurrected_objects:
 1237|      6|{
 1238|       |    // Remove the PREV_MASK_COLLECTING from unreachable
 1239|       |    // to prepare it for a new call to 'deduce_unreachable'
 1240|      6|    gc_list_clear_collecting(unreachable);
 1241|       |
 1242|       |    // After the call to deduce_unreachable, the 'still_unreachable' set will
 1243|       |    // have the PREV_MARK_COLLECTING set, but the objects are going to be
 1244|       |    // removed so we can skip the expense of clearing the flag.
 1245|      6|    PyGC_Head* resurrected = unreachable;
 1246|      6|    deduce_unreachable(resurrected, still_unreachable);
 1247|      6|    clear_unreachable_mask(still_unreachable);
 1248|       |
 1249|       |    // Move the resurrected objects to the old generation for future collection.
 1250|      6|    gc_list_merge(resurrected, old_generation);
 1251|      6|}
gc.c:gc_list_clear_collecting:
  309|      6|{
  310|      6|    PyGC_Head *gc;
  311|     54|    for (gc = GC_NEXT(collectable); gc != collectable; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
                  for (gc = GC_NEXT(collectable); gc != collectable; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|     48|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (311:37): [True: 48, False: 6]
  ------------------
  312|     48|        gc_clear_collecting(gc);
  313|     48|    }
  314|      6|}
gc.c:clear_unreachable_mask:
  717|      6|{
  718|       |    /* Check that the list head does not have the unreachable bit set */
  719|      6|    _PyObject_ASSERT(
  ------------------
  |  |  423|      6|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      6|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      6|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 6, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      6|      ? (void)(0) \
  |  |  |  |  |  |  416|      6|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  720|      6|        FROM_GC(unreachable),
  721|      6|        ((uintptr_t)unreachable & NEXT_MASK_UNREACHABLE) == 0);
  722|      6|    _PyObject_ASSERT(
  ------------------
  |  |  423|      6|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      6|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      6|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 6, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      6|      ? (void)(0) \
  |  |  |  |  |  |  416|      6|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  723|      6|        FROM_GC(unreachable),
  724|      6|        (unreachable->_gc_next & NEXT_MASK_UNREACHABLE) == 0);
  725|       |
  726|      6|    PyGC_Head *gc, *next;
  727|     54|    for (gc = GC_NEXT(unreachable); gc != unreachable; gc = next) {
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (727:37): [True: 48, False: 6]
  ------------------
  728|     48|        _PyObject_ASSERT((PyObject*)FROM_GC(gc), gc->_gc_next & NEXT_MASK_UNREACHABLE);
  ------------------
  |  |  423|     48|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|     48|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|     48|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 48, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|     48|      ? (void)(0) \
  |  |  |  |  |  |  416|     48|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  729|     48|        gc->_gc_next &= ~NEXT_MASK_UNREACHABLE;
  ------------------
  |  |   50|     48|#define NEXT_MASK_UNREACHABLE  (1)
  ------------------
  730|     48|        next = (PyGC_Head*)gc->_gc_next;
  731|     48|    }
  732|      6|    validate_list(unreachable, collecting_set_unreachable_clear);
  ------------------
  |  |  387|      6|#define validate_list(x, y) do{}while(0)
  |  |  ------------------
  |  |  |  Branch (387:39): [Folded, False: 6]
  |  |  ------------------
  ------------------
  733|      6|}
gc.c:clear_weakrefs:
  960|      6|{
  961|      6|    PyGC_Head *gc;
  962|      6|    PyGC_Head *next;
  963|       |
  964|     54|    for (gc = GC_NEXT(unreachable); gc != unreachable; gc = next) {
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (964:37): [True: 48, False: 6]
  ------------------
  965|     48|        PyWeakReference **wrlist;
  966|       |
  967|     48|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|     48|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
  968|     48|        next = GC_NEXT(gc);
  ------------------
  |  |   28|     48|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  969|       |
  970|     48|        if (PyWeakref_Check(op)) {
  ------------------
  |  |   23|     48|        (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  |  |  ------------------
  |  |  |  |   15|     48|#define PyWeakref_CheckRef(op) PyObject_TypeCheck((op), &_PyWeakref_RefType)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|     96|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 48]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
  |  |  ------------------
  |  |  |  |   19|     48|        (Py_IS_TYPE((op), &_PyWeakref_ProxyType) \
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|     96|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 48]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |   20|     48|         || Py_IS_TYPE((op), &_PyWeakref_CallableProxyType))
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|     48|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 48]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  971|       |            /* A weakref inside the unreachable set is always cleared. See
  972|       |             * the comments above handle_weakref_callbacks() for why these
  973|       |             * must be cleared.
  974|       |             */
  975|      0|            _PyWeakref_ClearRef((PyWeakReference *)op);
  976|      0|        }
  977|       |
  978|     48|        if (! _PyType_SUPPORTS_WEAKREFS(Py_TYPE(op))) {
  ------------------
  |  |  213|     48|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     48|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     48|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (978:13): [True: 21, False: 27]
  ------------------
  979|     21|            continue;
  980|     21|        }
  981|       |
  982|       |        /* It supports weakrefs.  Does it have any?
  983|       |         *
  984|       |         * This is never triggered for static types so we can avoid the
  985|       |         * (slightly) more costly _PyObject_GET_WEAKREFS_LISTPTR().
  986|       |         */
  987|     27|        wrlist = _PyObject_GET_WEAKREFS_LISTPTR_FROM_OFFSET(op);
  988|       |
  989|       |        /* `op` may have some weakrefs.  March over the list, clear
  990|       |         * all the weakrefs.
  991|       |         */
  992|     28|        for (PyWeakReference *wr = *wrlist; wr != NULL; wr = *wrlist) {
  ------------------
  |  Branch (992:45): [True: 1, False: 27]
  ------------------
  993|       |            /* _PyWeakref_ClearRef clears the weakref but leaves
  994|       |             * the callback pointer intact.  Obscure:  it also
  995|       |             * changes *wrlist.
  996|       |             */
  997|      1|            _PyObject_ASSERT((PyObject *)wr, wr->wr_object == op);
  ------------------
  |  |  423|      1|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      1|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      1|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      1|      ? (void)(0) \
  |  |  |  |  |  |  416|      1|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  998|      1|            _PyWeakref_ClearRef(wr);
  999|      1|            _PyObject_ASSERT((PyObject *)wr, wr->wr_object == Py_None);
  ------------------
  |  |  423|      1|    _PyObject_ASSERT_WITH_MSG((obj), expr, NULL)
  |  |  ------------------
  |  |  |  |  421|      1|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  |  |  ------------------
  |  |  |  |  |  |  414|      1|    ((expr) \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (414:6): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  415|      1|      ? (void)(0) \
  |  |  |  |  |  |  416|      1|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1000|      1|        }
 1001|     27|    }
 1002|      6|}
gc.c:delete_garbage:
 1085|      6|{
 1086|      6|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1086:5): [True: 6, False: 0]
  ------------------
 1087|       |
 1088|     13|    while (!gc_list_is_empty(collectable)) {
  ------------------
  |  Branch (1088:12): [True: 7, False: 6]
  ------------------
 1089|      7|        PyGC_Head *gc = GC_NEXT(collectable);
  ------------------
  |  |   28|      7|#define GC_NEXT _PyGCHead_NEXT
  ------------------
 1090|      7|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|      7|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
 1091|       |
 1092|      7|        _PyObject_ASSERT_WITH_MSG(op, Py_REFCNT(op) > 0,
  ------------------
  |  |  421|      7|    _PyObject_ASSERT_FROM((obj), expr, (msg), __FILE__, __LINE__, __func__)
  |  |  ------------------
  |  |  |  |  414|      7|    ((expr) \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (414:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  415|      7|      ? (void)(0) \
  |  |  |  |  416|      7|      : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
  |  |  |  |  ------------------
  |  |  |  |  |  |  132|      0|#define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  126|      0|#define _Py_XSTRINGIFY(x) #x
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  417|      0|                               (msg), (filename), (lineno), (func)))
  |  |  ------------------
  ------------------
 1093|      7|                                  "refcount is too small");
 1094|       |
 1095|      7|        if (gcstate->debug & _PyGC_DEBUG_SAVEALL) {
  ------------------
  |  |  128|      7|#define _PyGC_DEBUG_SAVEALL           (1<<5) /* save all garbage in gc.garbage */
  ------------------
  |  Branch (1095:13): [True: 0, False: 7]
  ------------------
 1096|      0|            assert(gcstate->garbage != NULL);
  ------------------
  |  Branch (1096:13): [True: 0, False: 0]
  ------------------
 1097|      0|            if (PyList_Append(gcstate->garbage, op) < 0) {
  ------------------
  |  Branch (1097:17): [True: 0, False: 0]
  ------------------
 1098|      0|                _PyErr_Clear(tstate);
 1099|      0|            }
 1100|      0|        }
 1101|      7|        else {
 1102|      7|            inquiry clear;
 1103|      7|            if ((clear = Py_TYPE(op)->tp_clear) != NULL) {
  ------------------
  |  |  213|      7|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1103:17): [True: 6, False: 1]
  ------------------
 1104|      6|                Py_INCREF(op);
  ------------------
  |  |  310|      6|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1105|      6|                (void) clear(op);
 1106|      6|                if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (1106:21): [True: 0, False: 6]
  ------------------
 1107|      0|                    PyErr_FormatUnraisable("Exception ignored in tp_clear of %s",
 1108|      0|                                           Py_TYPE(op)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1109|      0|                }
 1110|      6|                Py_DECREF(op);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1111|      6|            }
 1112|      7|        }
 1113|      7|        if (GC_NEXT(collectable) == gc) {
  ------------------
  |  |   28|      7|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (1113:13): [True: 4, False: 3]
  ------------------
 1114|       |            /* object is still alive, move it, it may die later */
 1115|      4|            gc_clear_collecting(gc);
 1116|      4|            gc_list_move(gc, old);
 1117|      4|        }
 1118|      7|    }
 1119|      6|}
gc.c:handle_legacy_finalizers:
 1022|      6|{
 1023|      6|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1023:5): [True: 6, False: 0]
  ------------------
 1024|      6|    assert(gcstate->garbage != NULL);
  ------------------
  |  Branch (1024:5): [True: 6, False: 0]
  ------------------
 1025|       |
 1026|      6|    PyGC_Head *gc = GC_NEXT(finalizers);
  ------------------
  |  |   28|      6|#define GC_NEXT _PyGCHead_NEXT
  ------------------
 1027|      6|    for (; gc != finalizers; gc = GC_NEXT(gc)) {
  ------------------
  |  |   28|      0|#define GC_NEXT _PyGCHead_NEXT
  ------------------
  |  Branch (1027:12): [True: 0, False: 6]
  ------------------
 1028|      0|        PyObject *op = FROM_GC(gc);
  ------------------
  |  |   53|      0|#define FROM_GC(gc) _Py_FROM_GC(gc)
  ------------------
 1029|       |
 1030|      0|        if ((gcstate->debug & _PyGC_DEBUG_SAVEALL) || has_legacy_finalizer(op)) {
  ------------------
  |  |  128|      0|#define _PyGC_DEBUG_SAVEALL           (1<<5) /* save all garbage in gc.garbage */
  ------------------
  |  Branch (1030:13): [True: 0, False: 0]
  |  Branch (1030:55): [True: 0, False: 0]
  ------------------
 1031|      0|            if (PyList_Append(gcstate->garbage, op) < 0) {
  ------------------
  |  Branch (1031:17): [True: 0, False: 0]
  ------------------
 1032|      0|                _PyErr_Clear(tstate);
 1033|      0|                break;
 1034|      0|            }
 1035|      0|        }
 1036|      0|    }
 1037|       |
 1038|      6|    gc_list_merge(finalizers, old);
 1039|      6|}
gc.c:add_stats:
 1401|      6|{
 1402|      6|    struct gc_generation_stats *prev_stats = gc_get_prev_stats(gcstate, gen);
 1403|      6|    struct gc_generation_stats *cur_stats = gc_get_stats(gcstate, gen);
 1404|       |
 1405|      6|    memcpy(cur_stats, prev_stats, sizeof(struct gc_generation_stats));
 1406|       |
 1407|      6|    cur_stats->ts_start = stats->ts_start;
 1408|      6|    cur_stats->collections += 1;
 1409|      6|    cur_stats->collected += stats->collected;
 1410|      6|    cur_stats->uncollectable += stats->uncollectable;
 1411|      6|    cur_stats->candidates += stats->candidates;
 1412|       |
 1413|      6|    cur_stats->duration += stats->duration;
 1414|      6|    cur_stats->heap_size = stats->heap_size;
 1415|       |    /* Publish ts_stop last so remote readers do not select a partially
 1416|       |       updated stats record as the latest collection. */
 1417|      6|    cur_stats->ts_stop = stats->ts_stop;
 1418|      6|}
gc.c:gc_get_prev_stats:
 1386|      6|{
 1387|      6|    if (gen == 0) {
  ------------------
  |  Branch (1387:9): [True: 6, False: 0]
  ------------------
 1388|      6|        struct gc_young_stats_buffer *buffer = &gcstate->generation_stats->young;
 1389|      6|        struct gc_generation_stats *stats = &buffer->items[buffer->index];
 1390|      6|        return stats;
 1391|      6|    }
 1392|      0|    else {
 1393|      0|        struct gc_old_stats_buffer *buffer = &gcstate->generation_stats->old[gen - 1];
 1394|      0|        struct gc_generation_stats *stats = &buffer->items[buffer->index];
 1395|      0|        return stats;
 1396|      0|    }
 1397|      6|}
gc.c:gc_get_stats:
 1369|      6|{
 1370|      6|    if (gen == 0) {
  ------------------
  |  Branch (1370:9): [True: 6, False: 0]
  ------------------
 1371|      6|        struct gc_young_stats_buffer *buffer = &gcstate->generation_stats->young;
 1372|      6|        buffer->index = (buffer->index + 1) % GC_YOUNG_STATS_SIZE;
  ------------------
  |  |  202|      6|#define GC_YOUNG_STATS_SIZE 11
  ------------------
 1373|      6|        struct gc_generation_stats *stats = &buffer->items[buffer->index];
 1374|      6|        return stats;
 1375|      6|    }
 1376|      0|    else {
 1377|      0|        struct gc_old_stats_buffer *buffer = &gcstate->generation_stats->old[gen - 1];
 1378|      0|        buffer->index = (buffer->index + 1) % GC_OLD_STATS_SIZE;
  ------------------
  |  |  203|      0|#define GC_OLD_STATS_SIZE 3
  ------------------
 1379|      0|        struct gc_generation_stats *stats = &buffer->items[buffer->index];
 1380|      0|        return stats;
 1381|      0|    }
 1382|      6|}
gc.c:gc_alloc:
 2005|  13.7k|{
 2006|  13.7k|    PyThreadState *tstate = _PyThreadState_GET();
 2007|  13.7k|    if (basicsize > PY_SSIZE_T_MAX - presize) {
  ------------------
  |  |  137|  13.7k|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (2007:9): [True: 0, False: 13.7k]
  ------------------
 2008|      0|        return _PyErr_NoMemory(tstate);
 2009|      0|    }
 2010|  13.7k|    size_t size = presize + basicsize;
 2011|  13.7k|    char *mem = _PyObject_MallocWithType(tp, size);
 2012|  13.7k|    if (mem == NULL) {
  ------------------
  |  Branch (2012:9): [True: 0, False: 13.7k]
  ------------------
 2013|      0|        return _PyErr_NoMemory(tstate);
 2014|      0|    }
 2015|  13.7k|    ((PyObject **)mem)[0] = NULL;
 2016|       |    ((PyObject **)mem)[1] = NULL;
 2017|  13.7k|    PyObject *op = (PyObject *)(mem + presize);
 2018|  13.7k|    _PyObject_GC_Link(op);
 2019|  13.7k|    return op;
 2020|  13.7k|}

PyArg_ParseTuple:
  104|    273|{
  105|    273|    int retval;
  106|    273|    va_list va;
  107|       |
  108|    273|    va_start(va, format);
  109|    273|    retval = vgetargs1(args, format, &va, 0);
  110|       |    va_end(va);
  111|    273|    return retval;
  112|    273|}
PyArg_ParseTupleAndKeywords:
 1426|     80|{
 1427|     80|    int retval;
 1428|     80|    va_list va;
 1429|       |
 1430|     80|    if ((args == NULL || !PyTuple_Check(args)) ||
  ------------------
  |  |   27|     80|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     80|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1430:10): [True: 0, False: 80]
  |  Branch (1430:26): [True: 0, False: 80]
  ------------------
 1431|     80|        (keywords != NULL && !PyDict_Check(keywords)) ||
  ------------------
  |  |   18|     15|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     15|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1431:10): [True: 15, False: 65]
  |  Branch (1431:30): [True: 0, False: 15]
  ------------------
 1432|     80|        format == NULL ||
  ------------------
  |  Branch (1432:9): [True: 0, False: 80]
  ------------------
 1433|     80|        kwlist == NULL)
  ------------------
  |  Branch (1433:9): [True: 0, False: 80]
  ------------------
 1434|      0|    {
 1435|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1436|      0|        return 0;
 1437|      0|    }
 1438|       |
 1439|     80|    va_start(va, kwlist);
 1440|     80|    retval = vgetargskeywords(args, keywords, format, kwlist, &va, 0);
 1441|       |    va_end(va);
 1442|     80|    return retval;
 1443|     80|}
PyArg_ValidateKeywordArguments:
 1640|     30|{
 1641|     30|    if (!PyDict_Check(kwargs)) {
  ------------------
  |  |   18|     30|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     30|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1641:9): [True: 0, False: 30]
  ------------------
 1642|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 1643|      0|        return 0;
 1644|      0|    }
 1645|     30|    if (!_PyDict_HasOnlyStringKeys(kwargs)) {
  ------------------
  |  Branch (1645:9): [True: 0, False: 30]
  ------------------
 1646|      0|        PyErr_SetString(PyExc_TypeError,
 1647|      0|                        "keywords must be strings");
 1648|      0|        return 0;
 1649|      0|    }
 1650|     30|    return 1;
 1651|     30|}
_PyArg_UnpackKeywords:
 2524|      2|{
 2525|      2|    PyObject *kwtuple;
 2526|      2|    PyObject *keyword;
 2527|      2|    int i, posonly, minposonly, maxargs;
 2528|      2|    int reqlimit = minkw ? maxpos + minkw : minpos;
  ------------------
  |  Branch (2528:20): [True: 0, False: 2]
  ------------------
 2529|      2|    Py_ssize_t nkwargs;
 2530|      2|    PyObject * const *kwstack = NULL;
 2531|       |
 2532|      2|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (2532:5): [True: 2, False: 0]
  |  Branch (2532:5): [True: 0, False: 0]
  ------------------
 2533|      2|    assert(kwargs == NULL || kwnames == NULL);
  ------------------
  |  Branch (2533:5): [True: 2, False: 0]
  |  Branch (2533:5): [True: 0, False: 0]
  ------------------
 2534|       |
 2535|      2|    if (parser == NULL) {
  ------------------
  |  Branch (2535:9): [True: 0, False: 2]
  ------------------
 2536|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2537|      0|        return NULL;
 2538|      0|    }
 2539|       |
 2540|      2|    if (kwnames != NULL && !PyTuple_Check(kwnames)) {
  ------------------
  |  |   27|      2|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2540:9): [True: 2, False: 0]
  |  Branch (2540:28): [True: 0, False: 2]
  ------------------
 2541|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2542|      0|        return NULL;
 2543|      0|    }
 2544|       |
 2545|      2|    if (args == NULL && nargs == 0) {
  ------------------
  |  Branch (2545:9): [True: 0, False: 2]
  |  Branch (2545:25): [True: 0, False: 0]
  ------------------
 2546|      0|        args = buf;
 2547|      0|    }
 2548|       |
 2549|      2|    if (parser_init(parser) < 0) {
  ------------------
  |  Branch (2549:9): [True: 0, False: 2]
  ------------------
 2550|      0|        return NULL;
 2551|      0|    }
 2552|       |
 2553|      2|    kwtuple = parser->kwtuple;
 2554|      2|    posonly = parser->pos;
 2555|      2|    minposonly = Py_MIN(posonly, minpos);
  ------------------
  |  |  112|      2|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2556|      2|    maxargs = posonly + (int)PyTuple_GET_SIZE(kwtuple);
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2557|       |
 2558|      2|    if (kwargs != NULL) {
  ------------------
  |  Branch (2558:9): [True: 0, False: 2]
  ------------------
 2559|      0|        nkwargs = PyDict_GET_SIZE(kwargs);
  ------------------
  |  |   63|      0|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2560|      0|    }
 2561|      2|    else if (kwnames != NULL) {
  ------------------
  |  Branch (2561:14): [True: 2, False: 0]
  ------------------
 2562|      2|        nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2563|      2|        kwstack = args + nargs;
 2564|      2|    }
 2565|      0|    else {
 2566|      0|        nkwargs = 0;
 2567|      0|    }
 2568|      2|    if (nkwargs == 0 && minkw == 0 && minpos <= nargs && (varpos || nargs <= maxpos)) {
  ------------------
  |  Branch (2568:9): [True: 0, False: 2]
  |  Branch (2568:25): [True: 0, False: 0]
  |  Branch (2568:39): [True: 0, False: 0]
  |  Branch (2568:59): [True: 0, False: 0]
  |  Branch (2568:69): [True: 0, False: 0]
  ------------------
 2569|       |        /* Fast path. */
 2570|      0|        return args;
 2571|      0|    }
 2572|      2|    if (!varpos && nargs + nkwargs > maxargs) {
  ------------------
  |  Branch (2572:9): [True: 2, False: 0]
  |  Branch (2572:20): [True: 0, False: 2]
  ------------------
 2573|       |        /* Adding "keyword" (when nargs == 0) prevents producing wrong error
 2574|       |           messages in some special cases (see bpo-31229). */
 2575|      0|        PyErr_Format(PyExc_TypeError,
 2576|      0|                     "%.200s%s takes at most %d %sargument%s (%zd given)",
 2577|      0|                     (parser->fname == NULL) ? "function" : parser->fname,
  ------------------
  |  Branch (2577:22): [True: 0, False: 0]
  ------------------
 2578|      0|                     (parser->fname == NULL) ? "" : "()",
  ------------------
  |  Branch (2578:22): [True: 0, False: 0]
  ------------------
 2579|      0|                     maxargs,
 2580|      0|                     (nargs == 0) ? "keyword " : "",
  ------------------
  |  Branch (2580:22): [True: 0, False: 0]
  ------------------
 2581|      0|                     (maxargs == 1) ? "" : "s",
  ------------------
  |  Branch (2581:22): [True: 0, False: 0]
  ------------------
 2582|      0|                     nargs + nkwargs);
 2583|      0|        return NULL;
 2584|      0|    }
 2585|      2|    if (!varpos && nargs > maxpos) {
  ------------------
  |  Branch (2585:9): [True: 2, False: 0]
  |  Branch (2585:20): [True: 0, False: 2]
  ------------------
 2586|      0|        if (maxpos == 0) {
  ------------------
  |  Branch (2586:13): [True: 0, False: 0]
  ------------------
 2587|      0|            PyErr_Format(PyExc_TypeError,
 2588|      0|                         "%.200s%s takes no positional arguments",
 2589|      0|                         (parser->fname == NULL) ? "function" : parser->fname,
  ------------------
  |  Branch (2589:26): [True: 0, False: 0]
  ------------------
 2590|      0|                         (parser->fname == NULL) ? "" : "()");
  ------------------
  |  Branch (2590:26): [True: 0, False: 0]
  ------------------
 2591|      0|        }
 2592|      0|        else {
 2593|      0|            PyErr_Format(PyExc_TypeError,
 2594|      0|                         "%.200s%s takes %s %d positional argument%s (%zd given)",
 2595|      0|                         (parser->fname == NULL) ? "function" : parser->fname,
  ------------------
  |  Branch (2595:26): [True: 0, False: 0]
  ------------------
 2596|      0|                         (parser->fname == NULL) ? "" : "()",
  ------------------
  |  Branch (2596:26): [True: 0, False: 0]
  ------------------
 2597|      0|                         (minpos < maxpos) ? "at most" : "exactly",
  ------------------
  |  Branch (2597:26): [True: 0, False: 0]
  ------------------
 2598|      0|                         maxpos,
 2599|      0|                         (maxpos == 1) ? "" : "s",
  ------------------
  |  Branch (2599:26): [True: 0, False: 0]
  ------------------
 2600|      0|                         nargs);
 2601|      0|        }
 2602|      0|        return NULL;
 2603|      0|    }
 2604|      2|    if (nargs < minposonly) {
  ------------------
  |  Branch (2604:9): [True: 0, False: 2]
  ------------------
 2605|      0|        PyErr_Format(PyExc_TypeError,
 2606|      0|                     "%.200s%s takes %s %d positional argument%s"
 2607|      0|                     " (%zd given)",
 2608|      0|                     (parser->fname == NULL) ? "function" : parser->fname,
  ------------------
  |  Branch (2608:22): [True: 0, False: 0]
  ------------------
 2609|      0|                     (parser->fname == NULL) ? "" : "()",
  ------------------
  |  Branch (2609:22): [True: 0, False: 0]
  ------------------
 2610|      0|                     (varpos || minposonly < maxpos) ? "at least" : "exactly",
  ------------------
  |  Branch (2610:23): [True: 0, False: 0]
  |  Branch (2610:33): [True: 0, False: 0]
  ------------------
 2611|      0|                     minposonly,
 2612|      0|                     minposonly == 1 ? "" : "s",
  ------------------
  |  Branch (2612:22): [True: 0, False: 0]
  ------------------
 2613|      0|                     nargs);
 2614|      0|        return NULL;
 2615|      0|    }
 2616|       |
 2617|      2|    if (varpos) {
  ------------------
  |  Branch (2617:9): [True: 0, False: 2]
  ------------------
 2618|      0|        nargs = Py_MIN(maxpos, nargs);
  ------------------
  |  |  112|      0|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2619|      0|    }
 2620|       |    /* copy tuple args */
 2621|      4|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (2621:17): [True: 2, False: 2]
  ------------------
 2622|      2|        buf[i] = args[i];
 2623|      2|    }
 2624|       |
 2625|       |    /* copy keyword args using kwtuple to drive process */
 2626|     10|    for (i = Py_MAX((int)nargs, posonly); i < maxargs; i++) {
  ------------------
  |  |  115|      2|#define Py_MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (115:23): [True: 2, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2626:43): [True: 8, False: 2]
  ------------------
 2627|      8|        PyObject *current_arg;
 2628|      8|        if (nkwargs) {
  ------------------
  |  Branch (2628:13): [True: 8, False: 0]
  ------------------
 2629|      8|            keyword = PyTuple_GET_ITEM(kwtuple, i - posonly);
  ------------------
  |  |   29|      8|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      8|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2629:23): [True: 8, False: 0]
  ------------------
 2630|      8|            if (kwargs != NULL) {
  ------------------
  |  Branch (2630:17): [True: 0, False: 8]
  ------------------
 2631|      0|                if (PyDict_GetItemRef(kwargs, keyword, &current_arg) < 0) {
  ------------------
  |  Branch (2631:21): [True: 0, False: 0]
  ------------------
 2632|      0|                    return NULL;
 2633|      0|                }
 2634|      0|            }
 2635|      8|            else {
 2636|      8|                current_arg = find_keyword(kwnames, kwstack, keyword);
 2637|      8|            }
 2638|      8|        }
 2639|      0|        else if (i >= reqlimit) {
  ------------------
  |  Branch (2639:18): [True: 0, False: 0]
  ------------------
 2640|      0|            break;
 2641|      0|        }
 2642|      0|        else {
 2643|      0|            current_arg = NULL;
 2644|      0|        }
 2645|       |
 2646|      8|        buf[i] = current_arg;
 2647|       |
 2648|      8|        if (current_arg) {
  ------------------
  |  Branch (2648:13): [True: 4, False: 4]
  ------------------
 2649|      4|            Py_DECREF(current_arg);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2650|      4|            --nkwargs;
 2651|      4|        }
 2652|      4|        else if (i < minpos || (maxpos <= i && i < reqlimit)) {
  ------------------
  |  Branch (2652:18): [True: 0, False: 4]
  |  Branch (2652:33): [True: 0, False: 4]
  |  Branch (2652:48): [True: 0, False: 0]
  ------------------
 2653|       |            /* Less arguments than required */
 2654|      0|            keyword = PyTuple_GET_ITEM(kwtuple, i - posonly);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2654:23): [True: 0, False: 0]
  ------------------
 2655|      0|            PyErr_Format(PyExc_TypeError,  "%.200s%s missing required "
 2656|      0|                         "argument '%U' (pos %d)",
 2657|      0|                         (parser->fname == NULL) ? "function" : parser->fname,
  ------------------
  |  Branch (2657:26): [True: 0, False: 0]
  ------------------
 2658|      0|                         (parser->fname == NULL) ? "" : "()",
  ------------------
  |  Branch (2658:26): [True: 0, False: 0]
  ------------------
 2659|      0|                         keyword, i+1);
 2660|      0|            return NULL;
 2661|      0|        }
 2662|      8|    }
 2663|       |
 2664|      2|    if (nkwargs > 0) {
  ------------------
  |  Branch (2664:9): [True: 0, False: 2]
  ------------------
 2665|       |        /* make sure there are no arguments given by name and position */
 2666|      0|        for (i = posonly; i < nargs; i++) {
  ------------------
  |  Branch (2666:27): [True: 0, False: 0]
  ------------------
 2667|      0|            PyObject *current_arg;
 2668|      0|            keyword = PyTuple_GET_ITEM(kwtuple, i - posonly);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2668:23): [True: 0, False: 0]
  ------------------
 2669|      0|            if (kwargs != NULL) {
  ------------------
  |  Branch (2669:17): [True: 0, False: 0]
  ------------------
 2670|      0|                if (PyDict_GetItemRef(kwargs, keyword, &current_arg) < 0) {
  ------------------
  |  Branch (2670:21): [True: 0, False: 0]
  ------------------
 2671|      0|                    return NULL;
 2672|      0|                }
 2673|      0|            }
 2674|      0|            else {
 2675|      0|                current_arg = find_keyword(kwnames, kwstack, keyword);
 2676|      0|            }
 2677|      0|            if (current_arg) {
  ------------------
  |  Branch (2677:17): [True: 0, False: 0]
  ------------------
 2678|      0|                Py_DECREF(current_arg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2679|       |                /* arg present in tuple and in dict */
 2680|      0|                PyErr_Format(PyExc_TypeError,
 2681|      0|                             "argument for %.200s%s given by name ('%U') "
 2682|      0|                             "and position (%d)",
 2683|      0|                             (parser->fname == NULL) ? "function" : parser->fname,
  ------------------
  |  Branch (2683:30): [True: 0, False: 0]
  ------------------
 2684|      0|                             (parser->fname == NULL) ? "" : "()",
  ------------------
  |  Branch (2684:30): [True: 0, False: 0]
  ------------------
 2685|      0|                             keyword, i+1);
 2686|      0|                return NULL;
 2687|      0|            }
 2688|      0|        }
 2689|       |
 2690|      0|        error_unexpected_keyword_arg(kwargs, kwnames, kwtuple, parser->fname);
 2691|      0|        return NULL;
 2692|      0|    }
 2693|       |
 2694|      2|    return buf;
 2695|      2|}
_PyArg_CheckPositional:
 2838|    950|{
 2839|    950|    assert(min >= 0);
  ------------------
  |  Branch (2839:5): [True: 950, False: 0]
  ------------------
 2840|    950|    assert(min <= max);
  ------------------
  |  Branch (2840:5): [True: 950, False: 0]
  ------------------
 2841|       |
 2842|    950|    if (nargs < min) {
  ------------------
  |  Branch (2842:9): [True: 0, False: 950]
  ------------------
 2843|      0|        if (name != NULL)
  ------------------
  |  Branch (2843:13): [True: 0, False: 0]
  ------------------
 2844|      0|            PyErr_Format(
 2845|      0|                PyExc_TypeError,
 2846|      0|                "%.200s expected %s%zd argument%s, got %zd",
 2847|      0|                name, (min == max ? "" : "at least "), min, min == 1 ? "" : "s", nargs);
  ------------------
  |  Branch (2847:24): [True: 0, False: 0]
  |  Branch (2847:61): [True: 0, False: 0]
  ------------------
 2848|      0|        else
 2849|      0|            PyErr_Format(
 2850|      0|                PyExc_TypeError,
 2851|      0|                "unpacked tuple should have %s%zd element%s,"
 2852|      0|                " but has %zd",
 2853|      0|                (min == max ? "" : "at least "), min, min == 1 ? "" : "s", nargs);
  ------------------
  |  Branch (2853:18): [True: 0, False: 0]
  |  Branch (2853:55): [True: 0, False: 0]
  ------------------
 2854|      0|        return 0;
 2855|      0|    }
 2856|       |
 2857|    950|    if (nargs == 0) {
  ------------------
  |  Branch (2857:9): [True: 37, False: 913]
  ------------------
 2858|     37|        return 1;
 2859|     37|    }
 2860|       |
 2861|    913|    if (nargs > max) {
  ------------------
  |  Branch (2861:9): [True: 0, False: 913]
  ------------------
 2862|      0|        if (name != NULL)
  ------------------
  |  Branch (2862:13): [True: 0, False: 0]
  ------------------
 2863|      0|            PyErr_Format(
 2864|      0|                PyExc_TypeError,
 2865|      0|                "%.200s expected %s%zd argument%s, got %zd",
 2866|      0|                name, (min == max ? "" : "at most "), max, max == 1 ? "" : "s", nargs);
  ------------------
  |  Branch (2866:24): [True: 0, False: 0]
  |  Branch (2866:60): [True: 0, False: 0]
  ------------------
 2867|      0|        else
 2868|      0|            PyErr_Format(
 2869|      0|                PyExc_TypeError,
 2870|      0|                "unpacked tuple should have %s%zd element%s,"
 2871|      0|                " but has %zd",
 2872|      0|                (min == max ? "" : "at most "), max, max == 1 ? "" : "s", nargs);
  ------------------
  |  Branch (2872:18): [True: 0, False: 0]
  |  Branch (2872:54): [True: 0, False: 0]
  ------------------
 2873|      0|        return 0;
 2874|      0|    }
 2875|       |
 2876|    913|    return 1;
 2877|    913|}
PyArg_UnpackTuple:
 2899|    820|{
 2900|    820|    PyObject **stack;
 2901|    820|    Py_ssize_t nargs;
 2902|    820|    int retval;
 2903|    820|    va_list vargs;
 2904|       |
 2905|    820|    if (!PyTuple_Check(args)) {
  ------------------
  |  |   27|    820|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    820|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (2905:9): [True: 0, False: 820]
  ------------------
 2906|      0|        PyErr_SetString(PyExc_SystemError,
 2907|      0|            "PyArg_UnpackTuple() argument list is not a tuple");
 2908|      0|        return 0;
 2909|      0|    }
 2910|    820|    stack = _PyTuple_ITEMS(args);
  ------------------
  |  |   26|    820|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|  1.64k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 820, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2911|    820|    nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|    820|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    820|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    820|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2912|       |
 2913|    820|    va_start(vargs, max);
 2914|    820|    retval = unpack_stack(stack, nargs, name, min, max, vargs);
 2915|       |    va_end(vargs);
 2916|    820|    return retval;
 2917|    820|}
_PyArg_UnpackStack:
 2922|    130|{
 2923|    130|    int retval;
 2924|    130|    va_list vargs;
 2925|       |
 2926|    130|    va_start(vargs, max);
 2927|    130|    retval = unpack_stack(args, nargs, name, min, max, vargs);
 2928|       |    va_end(vargs);
 2929|    130|    return retval;
 2930|    130|}
_PyArg_NoPositional:
 2963|     67|{
 2964|     67|    if (args == NULL)
  ------------------
  |  Branch (2964:9): [True: 0, False: 67]
  ------------------
 2965|      0|        return 1;
 2966|     67|    if (!PyTuple_CheckExact(args)) {
  ------------------
  |  |   28|     67|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|     67|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2966:9): [True: 0, False: 67]
  ------------------
 2967|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2968|      0|        return 0;
 2969|      0|    }
 2970|     67|    if (PyTuple_GET_SIZE(args) == 0)
  ------------------
  |  |   27|     67|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2970:9): [True: 67, False: 0]
  ------------------
 2971|     67|        return 1;
 2972|       |
 2973|      0|    PyErr_Format(PyExc_TypeError, "%.200s() takes no positional arguments",
 2974|      0|                    funcname);
 2975|      0|    return 0;
 2976|     67|}
getargs.c:vgetargs1_impl:
  258|    273|{
  259|    273|    char msgbuf[256];
  260|    273|    int levels[32];
  261|    273|    const char *fname = NULL;
  262|    273|    const char *message = NULL;
  263|    273|    int min = -1;
  264|    273|    int max = 0;
  265|    273|    int level = 0;
  266|    273|    int endfmt = 0;
  267|    273|    const char *formatsave = format;
  268|    273|    Py_ssize_t i;
  269|    273|    const char *msg;
  270|    273|    int compat = flags & FLAG_COMPAT;
  ------------------
  |  |   24|    273|#define FLAG_COMPAT 1
  ------------------
  271|    273|    freelistentry_t static_entries[STATIC_FREELIST_ENTRIES];
  272|    273|    freelist_t freelist;
  273|       |
  274|    273|    assert(nargs == 0 || stack != NULL);
  ------------------
  |  Branch (274:5): [True: 0, False: 273]
  |  Branch (274:5): [True: 273, False: 0]
  ------------------
  275|       |
  276|    273|    freelist.entries = static_entries;
  277|    273|    freelist.first_available = 0;
  278|    273|    freelist.entries_malloced = 0;
  279|       |
  280|    273|    flags = flags & ~FLAG_COMPAT;
  ------------------
  |  |   24|    273|#define FLAG_COMPAT 1
  ------------------
  281|       |
  282|  1.50k|    while (endfmt == 0) {
  ------------------
  |  Branch (282:12): [True: 1.22k, False: 273]
  ------------------
  283|  1.22k|        int c = *format++;
  284|  1.22k|        switch (c) {
  285|      0|        case '(':
  ------------------
  |  Branch (285:9): [True: 0, False: 1.22k]
  ------------------
  286|      0|            if (level == 0)
  ------------------
  |  Branch (286:17): [True: 0, False: 0]
  ------------------
  287|      0|                max++;
  288|      0|            level++;
  289|      0|            if (level >= 30)
  ------------------
  |  Branch (289:17): [True: 0, False: 0]
  ------------------
  290|      0|                Py_FatalError("too many tuple nesting levels "
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  291|      0|                              "in argument format string");
  292|      0|            break;
  293|      0|        case ')':
  ------------------
  |  Branch (293:9): [True: 0, False: 1.22k]
  ------------------
  294|      0|            if (level == 0)
  ------------------
  |  Branch (294:17): [True: 0, False: 0]
  ------------------
  295|      0|                Py_FatalError("excess ')' in getargs format");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  296|      0|            else
  297|      0|                level--;
  298|      0|            break;
  299|     46|        case '\0':
  ------------------
  |  Branch (299:9): [True: 46, False: 1.18k]
  ------------------
  300|     46|            endfmt = 1;
  301|     46|            break;
  302|    227|        case ':':
  ------------------
  |  Branch (302:9): [True: 227, False: 1.00k]
  ------------------
  303|    227|            fname = format;
  304|    227|            endfmt = 1;
  305|    227|            break;
  306|      0|        case ';':
  ------------------
  |  Branch (306:9): [True: 0, False: 1.22k]
  ------------------
  307|      0|            message = format;
  308|      0|            endfmt = 1;
  309|      0|            break;
  310|      0|        case '|':
  ------------------
  |  Branch (310:9): [True: 0, False: 1.22k]
  ------------------
  311|      0|            if (level == 0)
  ------------------
  |  Branch (311:17): [True: 0, False: 0]
  ------------------
  312|      0|                min = max;
  313|      0|            break;
  314|    954|        default:
  ------------------
  |  Branch (314:9): [True: 954, False: 273]
  ------------------
  315|    954|            if (level == 0) {
  ------------------
  |  Branch (315:17): [True: 954, False: 0]
  ------------------
  316|    954|                if (Py_ISALPHA(c))
  ------------------
  |  |   23|    954|#define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |  138|    954|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |   10|    954|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|    954|#define PY_CTF_LOWER  0x01
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    9|    954|#define PY_CTF_UPPER  0x02
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (23:24): [True: 727, False: 227]
  |  |  ------------------
  ------------------
  317|    727|                    if (c != 'e') /* skip encoded */
  ------------------
  |  Branch (317:25): [True: 727, False: 0]
  ------------------
  318|    727|                        max++;
  319|    954|            }
  320|    954|            break;
  321|  1.22k|        }
  322|  1.22k|    }
  323|       |
  324|    273|    if (level != 0)
  ------------------
  |  Branch (324:9): [True: 0, False: 273]
  ------------------
  325|      0|        Py_FatalError(/* '(' */ "missing ')' in getargs format");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  326|       |
  327|    273|    if (min < 0)
  ------------------
  |  Branch (327:9): [True: 273, False: 0]
  ------------------
  328|    273|        min = max;
  329|       |
  330|    273|    format = formatsave;
  331|       |
  332|    273|    if (max > STATIC_FREELIST_ENTRIES) {
  ------------------
  |  |   44|    273|#define STATIC_FREELIST_ENTRIES 8
  ------------------
  |  Branch (332:9): [True: 0, False: 273]
  ------------------
  333|      0|        freelist.entries = PyMem_NEW(freelistentry_t, max);
  ------------------
  |  |   82|      0|#define PyMem_NEW(type, n)        PyMem_New(type, (n))
  |  |  ------------------
  |  |  |  |   64|      0|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  |  |  ------------------
  ------------------
  334|      0|        if (freelist.entries == NULL) {
  ------------------
  |  Branch (334:13): [True: 0, False: 0]
  ------------------
  335|      0|            PyErr_NoMemory();
  336|      0|            return 0;
  337|      0|        }
  338|      0|        freelist.entries_malloced = 1;
  339|      0|    }
  340|       |
  341|    273|    if (compat) {
  ------------------
  |  Branch (341:9): [True: 0, False: 273]
  ------------------
  342|      0|        if (max == 0) {
  ------------------
  |  Branch (342:13): [True: 0, False: 0]
  ------------------
  343|      0|            if (compat_args == NULL)
  ------------------
  |  Branch (343:17): [True: 0, False: 0]
  ------------------
  344|      0|                return 1;
  345|      0|            PyErr_Format(PyExc_TypeError,
  346|      0|                         "%.200s%s takes no arguments",
  347|      0|                         fname==NULL ? "function" : fname,
  ------------------
  |  Branch (347:26): [True: 0, False: 0]
  ------------------
  348|      0|                         fname==NULL ? "" : "()");
  ------------------
  |  Branch (348:26): [True: 0, False: 0]
  ------------------
  349|      0|            return cleanreturn(0, &freelist);
  350|      0|        }
  351|      0|        else if (min == 1 && max == 1) {
  ------------------
  |  Branch (351:18): [True: 0, False: 0]
  |  Branch (351:30): [True: 0, False: 0]
  ------------------
  352|      0|            if (compat_args == NULL) {
  ------------------
  |  Branch (352:17): [True: 0, False: 0]
  ------------------
  353|      0|                PyErr_Format(PyExc_TypeError,
  354|      0|                             "%.200s%s takes at least one argument",
  355|      0|                             fname==NULL ? "function" : fname,
  ------------------
  |  Branch (355:30): [True: 0, False: 0]
  ------------------
  356|      0|                             fname==NULL ? "" : "()");
  ------------------
  |  Branch (356:30): [True: 0, False: 0]
  ------------------
  357|      0|                return cleanreturn(0, &freelist);
  358|      0|            }
  359|      0|            msg = convertitem(compat_args, &format, p_va, flags, levels,
  360|      0|                              msgbuf, sizeof(msgbuf), &freelist);
  361|      0|            if (msg == NULL)
  ------------------
  |  Branch (361:17): [True: 0, False: 0]
  ------------------
  362|      0|                return cleanreturn(1, &freelist);
  363|      0|            seterror(levels[0], msg, levels+1, fname, message);
  364|      0|            return cleanreturn(0, &freelist);
  365|      0|        }
  366|      0|        else {
  367|      0|            PyErr_SetString(PyExc_SystemError,
  368|      0|                "old style getargs format uses new features");
  369|      0|            return cleanreturn(0, &freelist);
  370|      0|        }
  371|      0|    }
  372|       |
  373|    273|    if (nargs < min || max < nargs) {
  ------------------
  |  Branch (373:9): [True: 0, False: 273]
  |  Branch (373:24): [True: 0, False: 273]
  ------------------
  374|      0|        if (message == NULL)
  ------------------
  |  Branch (374:13): [True: 0, False: 0]
  ------------------
  375|      0|            PyErr_Format(PyExc_TypeError,
  376|      0|                         "%.150s%s takes %s %d argument%s (%zd given)",
  377|      0|                         fname==NULL ? "function" : fname,
  ------------------
  |  Branch (377:26): [True: 0, False: 0]
  ------------------
  378|      0|                         fname==NULL ? "" : "()",
  ------------------
  |  Branch (378:26): [True: 0, False: 0]
  ------------------
  379|      0|                         min==max ? "exactly"
  ------------------
  |  Branch (379:26): [True: 0, False: 0]
  ------------------
  380|      0|                         : nargs < min ? "at least" : "at most",
  ------------------
  |  Branch (380:28): [True: 0, False: 0]
  ------------------
  381|      0|                         nargs < min ? min : max,
  ------------------
  |  Branch (381:26): [True: 0, False: 0]
  ------------------
  382|      0|                         (nargs < min ? min : max) == 1 ? "" : "s",
  ------------------
  |  Branch (382:26): [True: 0, False: 0]
  |  Branch (382:27): [True: 0, False: 0]
  ------------------
  383|      0|                         nargs);
  384|      0|        else
  385|      0|            PyErr_SetString(PyExc_TypeError, message);
  386|      0|        return cleanreturn(0, &freelist);
  387|      0|    }
  388|       |
  389|  1.00k|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (389:17): [True: 727, False: 273]
  ------------------
  390|    727|        if (*format == '|')
  ------------------
  |  Branch (390:13): [True: 0, False: 727]
  ------------------
  391|      0|            format++;
  392|    727|        msg = convertitem(stack[i], &format, p_va,
  393|    727|                          flags, levels, msgbuf,
  394|    727|                          sizeof(msgbuf), &freelist);
  395|    727|        if (msg) {
  ------------------
  |  Branch (395:13): [True: 0, False: 727]
  ------------------
  396|      0|            seterror(i+1, msg, levels, fname, message);
  397|      0|            return cleanreturn(0, &freelist);
  398|      0|        }
  399|    727|    }
  400|       |
  401|    273|    if (*format != '\0' && !Py_ISALPHA(*format) &&
  ------------------
  |  |   23|    500|#define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |  138|    227|#define Py_CHARMASK(c) ((unsigned char)((c) & 0xff))
  |  |  ------------------
  |  |               #define Py_ISALPHA(c)  (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_ALPHA)
  |  |  ------------------
  |  |  |  |   10|    227|#define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    8|    227|#define PY_CTF_LOWER  0x01
  |  |  |  |  ------------------
  |  |  |  |               #define PY_CTF_ALPHA  (PY_CTF_LOWER|PY_CTF_UPPER)
  |  |  |  |  ------------------
  |  |  |  |  |  |    9|    227|#define PY_CTF_UPPER  0x02
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (401:9): [True: 227, False: 46]
  |  Branch (401:28): [True: 227, False: 0]
  ------------------
  402|    227|        *format != '(' &&
  ------------------
  |  Branch (402:9): [True: 227, False: 0]
  ------------------
  403|    227|        *format != '|' && *format != ':' && *format != ';') {
  ------------------
  |  Branch (403:9): [True: 227, False: 0]
  |  Branch (403:27): [True: 0, False: 227]
  |  Branch (403:45): [True: 0, False: 0]
  ------------------
  404|      0|        PyErr_Format(PyExc_SystemError,
  405|      0|                     "bad format string: %.200s", formatsave);
  406|      0|        return cleanreturn(0, &freelist);
  407|      0|    }
  408|       |
  409|    273|    return cleanreturn(1, &freelist);
  410|    273|}
getargs.c:cleanreturn:
  237|    353|{
  238|    353|    int index;
  239|       |
  240|    353|    if (retval == 0) {
  ------------------
  |  Branch (240:9): [True: 0, False: 353]
  ------------------
  241|       |      /* A failure occurred, therefore execute all of the cleanup
  242|       |         functions.
  243|       |      */
  244|      0|      for (index = 0; index < freelist->first_available; ++index) {
  ------------------
  |  Branch (244:23): [True: 0, False: 0]
  ------------------
  245|      0|          freelist->entries[index].destructor(NULL,
  246|      0|                                              freelist->entries[index].item);
  247|      0|      }
  248|      0|    }
  249|    353|    if (freelist->entries_malloced)
  ------------------
  |  Branch (249:9): [True: 0, False: 353]
  ------------------
  250|      0|        PyMem_Free(freelist->entries);
  251|    353|    return retval;
  252|    353|}
getargs.c:convertitem:
  634|    746|{
  635|    746|    const char *msg;
  636|    746|    const char *format = *p_format;
  637|       |
  638|    746|    if (*format == '(' /* ')' */) {
  ------------------
  |  Branch (638:9): [True: 0, False: 746]
  ------------------
  639|      0|        format++;
  640|      0|        msg = converttuple(arg, &format, p_va, flags, levels, msgbuf,
  641|      0|                           bufsize, freelist);
  642|      0|        if (msg == NULL)
  ------------------
  |  Branch (642:13): [True: 0, False: 0]
  ------------------
  643|      0|            format++;
  644|      0|    }
  645|    746|    else {
  646|    746|        msg = convertsimple(arg, &format, p_va, flags,
  647|    746|                            msgbuf, bufsize, freelist);
  648|    746|        if (msg != NULL)
  ------------------
  |  Branch (648:13): [True: 0, False: 746]
  ------------------
  649|      0|            levels[0] = 0;
  650|    746|    }
  651|    746|    if (msg == NULL)
  ------------------
  |  Branch (651:9): [True: 746, False: 0]
  ------------------
  652|    746|        *p_format = format;
  653|    746|    return msg;
  654|    746|}
getargs.c:convertsimple:
  714|    746|{
  715|    746|#define RETURN_ERR_OCCURRED return msgbuf
  716|       |
  717|    746|    const char *format = *p_format;
  718|    746|    char c = *format++;
  719|    746|    const char *sarg;
  720|       |
  721|    746|    switch (c) {
  722|       |
  723|      0|    case 'b': { /* unsigned byte -- very short int */
  ------------------
  |  Branch (723:5): [True: 0, False: 746]
  ------------------
  724|      0|        unsigned char *p = va_arg(*p_va, unsigned char *);
  725|      0|        long ival = PyLong_AsLong(arg);
  726|      0|        if (ival == -1 && PyErr_Occurred())
  ------------------
  |  Branch (726:13): [True: 0, False: 0]
  |  Branch (726:27): [True: 0, False: 0]
  ------------------
  727|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  728|      0|        else if (ival < 0) {
  ------------------
  |  Branch (728:18): [True: 0, False: 0]
  ------------------
  729|      0|            PyErr_SetString(PyExc_OverflowError,
  730|      0|                            "unsigned byte integer is less than minimum");
  731|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  732|      0|        }
  733|      0|        else if (ival > UCHAR_MAX) {
  ------------------
  |  Branch (733:18): [True: 0, False: 0]
  ------------------
  734|      0|            PyErr_SetString(PyExc_OverflowError,
  735|      0|                            "unsigned byte integer is greater than maximum");
  736|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  737|      0|        }
  738|      0|        else
  739|      0|            *p = (unsigned char) ival;
  740|      0|        break;
  741|      0|    }
  742|       |
  743|      0|    case 'B': {/* byte sized bitfield - both signed and unsigned
  ------------------
  |  Branch (743:5): [True: 0, False: 746]
  ------------------
  744|       |                  values allowed */
  745|      0|        unsigned char *p = va_arg(*p_va, unsigned char *);
  746|      0|        Py_ssize_t bytes = PyLong_AsNativeBytes(arg, p, sizeof(unsigned char),
  747|      0|                Py_ASNATIVEBYTES_NATIVE_ENDIAN |
  ------------------
  |  |   47|      0|#define Py_ASNATIVEBYTES_NATIVE_ENDIAN 3
  ------------------
  748|      0|                Py_ASNATIVEBYTES_ALLOW_INDEX |
  ------------------
  |  |   50|      0|#define Py_ASNATIVEBYTES_ALLOW_INDEX 16
  ------------------
  749|      0|                Py_ASNATIVEBYTES_UNSIGNED_BUFFER);
  ------------------
  |  |   48|      0|#define Py_ASNATIVEBYTES_UNSIGNED_BUFFER 4
  ------------------
  750|      0|        if (bytes < 0) {
  ------------------
  |  Branch (750:13): [True: 0, False: 0]
  ------------------
  751|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  752|      0|        }
  753|      0|        if ((size_t)bytes > sizeof(unsigned char)) {
  ------------------
  |  Branch (753:13): [True: 0, False: 0]
  ------------------
  754|      0|            if (PyErr_WarnEx(PyExc_DeprecationWarning,
  ------------------
  |  Branch (754:17): [True: 0, False: 0]
  ------------------
  755|      0|                "integer value out of range", 1) < 0)
  756|      0|            {
  757|      0|                RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  758|      0|            }
  759|      0|        }
  760|      0|        break;
  761|      0|    }
  762|       |
  763|      0|    case 'h': {/* signed short int */
  ------------------
  |  Branch (763:5): [True: 0, False: 746]
  ------------------
  764|      0|        short *p = va_arg(*p_va, short *);
  765|      0|        long ival = PyLong_AsLong(arg);
  766|      0|        if (ival == -1 && PyErr_Occurred())
  ------------------
  |  Branch (766:13): [True: 0, False: 0]
  |  Branch (766:27): [True: 0, False: 0]
  ------------------
  767|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  768|      0|        else if (ival < SHRT_MIN) {
  ------------------
  |  Branch (768:18): [True: 0, False: 0]
  ------------------
  769|      0|            PyErr_SetString(PyExc_OverflowError,
  770|      0|                            "signed short integer is less than minimum");
  771|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  772|      0|        }
  773|      0|        else if (ival > SHRT_MAX) {
  ------------------
  |  Branch (773:18): [True: 0, False: 0]
  ------------------
  774|      0|            PyErr_SetString(PyExc_OverflowError,
  775|      0|                            "signed short integer is greater than maximum");
  776|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  777|      0|        }
  778|      0|        else
  779|      0|            *p = (short) ival;
  780|      0|        break;
  781|      0|    }
  782|       |
  783|      0|    case 'H': { /* short int sized bitfield, both signed and
  ------------------
  |  Branch (783:5): [True: 0, False: 746]
  ------------------
  784|       |                   unsigned allowed */
  785|      0|        unsigned short *p = va_arg(*p_va, unsigned short *);
  786|      0|        Py_ssize_t bytes = PyLong_AsNativeBytes(arg, p, sizeof(unsigned short),
  787|      0|                Py_ASNATIVEBYTES_NATIVE_ENDIAN |
  ------------------
  |  |   47|      0|#define Py_ASNATIVEBYTES_NATIVE_ENDIAN 3
  ------------------
  788|      0|                Py_ASNATIVEBYTES_ALLOW_INDEX |
  ------------------
  |  |   50|      0|#define Py_ASNATIVEBYTES_ALLOW_INDEX 16
  ------------------
  789|      0|                Py_ASNATIVEBYTES_UNSIGNED_BUFFER);
  ------------------
  |  |   48|      0|#define Py_ASNATIVEBYTES_UNSIGNED_BUFFER 4
  ------------------
  790|      0|        if (bytes < 0) {
  ------------------
  |  Branch (790:13): [True: 0, False: 0]
  ------------------
  791|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  792|      0|        }
  793|      0|        if ((size_t)bytes > sizeof(unsigned short)) {
  ------------------
  |  Branch (793:13): [True: 0, False: 0]
  ------------------
  794|      0|            if (PyErr_WarnEx(PyExc_DeprecationWarning,
  ------------------
  |  Branch (794:17): [True: 0, False: 0]
  ------------------
  795|      0|                "integer value out of range", 1) < 0)
  796|      0|            {
  797|      0|                RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  798|      0|            }
  799|      0|        }
  800|      0|        break;
  801|      0|    }
  802|       |
  803|      0|    case 'i': {/* signed int */
  ------------------
  |  Branch (803:5): [True: 0, False: 746]
  ------------------
  804|      0|        int *p = va_arg(*p_va, int *);
  805|      0|        long ival = PyLong_AsLong(arg);
  806|      0|        if (ival == -1 && PyErr_Occurred())
  ------------------
  |  Branch (806:13): [True: 0, False: 0]
  |  Branch (806:27): [True: 0, False: 0]
  ------------------
  807|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  808|      0|        else if (ival > INT_MAX) {
  ------------------
  |  Branch (808:18): [True: 0, False: 0]
  ------------------
  809|      0|            PyErr_SetString(PyExc_OverflowError,
  810|      0|                            "signed integer is greater than maximum");
  811|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  812|      0|        }
  813|      0|        else if (ival < INT_MIN) {
  ------------------
  |  Branch (813:18): [True: 0, False: 0]
  ------------------
  814|      0|            PyErr_SetString(PyExc_OverflowError,
  815|      0|                            "signed integer is less than minimum");
  816|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  817|      0|        }
  818|      0|        else
  819|      0|            *p = ival;
  820|      0|        break;
  821|      0|    }
  822|       |
  823|      0|    case 'I': { /* int sized bitfield, both signed and
  ------------------
  |  Branch (823:5): [True: 0, False: 746]
  ------------------
  824|       |                   unsigned allowed */
  825|      0|        unsigned int *p = va_arg(*p_va, unsigned int *);
  826|      0|        Py_ssize_t bytes = PyLong_AsNativeBytes(arg, p, sizeof(unsigned int),
  827|      0|                Py_ASNATIVEBYTES_NATIVE_ENDIAN |
  ------------------
  |  |   47|      0|#define Py_ASNATIVEBYTES_NATIVE_ENDIAN 3
  ------------------
  828|      0|                Py_ASNATIVEBYTES_ALLOW_INDEX |
  ------------------
  |  |   50|      0|#define Py_ASNATIVEBYTES_ALLOW_INDEX 16
  ------------------
  829|      0|                Py_ASNATIVEBYTES_UNSIGNED_BUFFER);
  ------------------
  |  |   48|      0|#define Py_ASNATIVEBYTES_UNSIGNED_BUFFER 4
  ------------------
  830|      0|        if (bytes < 0) {
  ------------------
  |  Branch (830:13): [True: 0, False: 0]
  ------------------
  831|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  832|      0|        }
  833|      0|        if ((size_t)bytes > sizeof(unsigned int)) {
  ------------------
  |  Branch (833:13): [True: 0, False: 0]
  ------------------
  834|      0|            if (PyErr_WarnEx(PyExc_DeprecationWarning,
  ------------------
  |  Branch (834:17): [True: 0, False: 0]
  ------------------
  835|      0|                "integer value out of range", 1) < 0)
  836|      0|            {
  837|      0|                RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  838|      0|            }
  839|      0|        }
  840|      0|        break;
  841|      0|    }
  842|       |
  843|      0|    case 'n': /* Py_ssize_t */
  ------------------
  |  Branch (843:5): [True: 0, False: 746]
  ------------------
  844|      0|    {
  845|      0|        PyObject *iobj;
  846|      0|        Py_ssize_t *p = va_arg(*p_va, Py_ssize_t *);
  847|      0|        Py_ssize_t ival = -1;
  848|      0|        iobj = _PyNumber_Index(arg);
  849|      0|        if (iobj != NULL) {
  ------------------
  |  Branch (849:13): [True: 0, False: 0]
  ------------------
  850|      0|            ival = PyLong_AsSsize_t(iobj);
  851|      0|            Py_DECREF(iobj);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  852|      0|        }
  853|      0|        if (ival == -1 && PyErr_Occurred())
  ------------------
  |  Branch (853:13): [True: 0, False: 0]
  |  Branch (853:27): [True: 0, False: 0]
  ------------------
  854|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  855|      0|        *p = ival;
  856|      0|        break;
  857|      0|    }
  858|      0|    case 'l': {/* long int */
  ------------------
  |  Branch (858:5): [True: 0, False: 746]
  ------------------
  859|      0|        long *p = va_arg(*p_va, long *);
  860|      0|        long ival = PyLong_AsLong(arg);
  861|      0|        if (ival == -1 && PyErr_Occurred())
  ------------------
  |  Branch (861:13): [True: 0, False: 0]
  |  Branch (861:27): [True: 0, False: 0]
  ------------------
  862|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  863|      0|        else
  864|      0|            *p = ival;
  865|      0|        break;
  866|      0|    }
  867|       |
  868|      0|    case 'k': { /* long sized bitfield */
  ------------------
  |  Branch (868:5): [True: 0, False: 746]
  ------------------
  869|      0|        unsigned long *p = va_arg(*p_va, unsigned long *);
  870|      0|        if (!PyIndex_Check(arg)) {
  ------------------
  |  Branch (870:13): [True: 0, False: 0]
  ------------------
  871|      0|            return converterr("int", arg, msgbuf, bufsize);
  872|      0|        }
  873|      0|        Py_ssize_t bytes = PyLong_AsNativeBytes(arg, p, sizeof(unsigned long),
  874|      0|                Py_ASNATIVEBYTES_NATIVE_ENDIAN |
  ------------------
  |  |   47|      0|#define Py_ASNATIVEBYTES_NATIVE_ENDIAN 3
  ------------------
  875|      0|                Py_ASNATIVEBYTES_ALLOW_INDEX |
  ------------------
  |  |   50|      0|#define Py_ASNATIVEBYTES_ALLOW_INDEX 16
  ------------------
  876|      0|                Py_ASNATIVEBYTES_UNSIGNED_BUFFER);
  ------------------
  |  |   48|      0|#define Py_ASNATIVEBYTES_UNSIGNED_BUFFER 4
  ------------------
  877|      0|        if (bytes < 0) {
  ------------------
  |  Branch (877:13): [True: 0, False: 0]
  ------------------
  878|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  879|      0|        }
  880|      0|        if ((size_t)bytes > sizeof(unsigned long)) {
  ------------------
  |  Branch (880:13): [True: 0, False: 0]
  ------------------
  881|      0|            if (PyErr_WarnEx(PyExc_DeprecationWarning,
  ------------------
  |  Branch (881:17): [True: 0, False: 0]
  ------------------
  882|      0|                "integer value out of range", 1) < 0)
  883|      0|            {
  884|      0|                RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  885|      0|            }
  886|      0|        }
  887|      0|        break;
  888|      0|    }
  889|       |
  890|      0|    case 'L': {/* long long */
  ------------------
  |  Branch (890:5): [True: 0, False: 746]
  ------------------
  891|      0|        long long *p = va_arg( *p_va, long long * );
  892|      0|        long long ival = PyLong_AsLongLong(arg);
  893|      0|        if (ival == (long long)-1 && PyErr_Occurred())
  ------------------
  |  Branch (893:13): [True: 0, False: 0]
  |  Branch (893:38): [True: 0, False: 0]
  ------------------
  894|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  895|      0|        else
  896|      0|            *p = ival;
  897|      0|        break;
  898|      0|    }
  899|       |
  900|      0|    case 'K': { /* long long sized bitfield */
  ------------------
  |  Branch (900:5): [True: 0, False: 746]
  ------------------
  901|      0|        unsigned long long *p = va_arg(*p_va, unsigned long long *);
  902|      0|        if (!PyIndex_Check(arg)) {
  ------------------
  |  Branch (902:13): [True: 0, False: 0]
  ------------------
  903|      0|            return converterr("int", arg, msgbuf, bufsize);
  904|      0|        }
  905|      0|        Py_ssize_t bytes = PyLong_AsNativeBytes(arg, p, sizeof(unsigned long long),
  906|      0|                Py_ASNATIVEBYTES_NATIVE_ENDIAN |
  ------------------
  |  |   47|      0|#define Py_ASNATIVEBYTES_NATIVE_ENDIAN 3
  ------------------
  907|      0|                Py_ASNATIVEBYTES_ALLOW_INDEX |
  ------------------
  |  |   50|      0|#define Py_ASNATIVEBYTES_ALLOW_INDEX 16
  ------------------
  908|      0|                Py_ASNATIVEBYTES_UNSIGNED_BUFFER);
  ------------------
  |  |   48|      0|#define Py_ASNATIVEBYTES_UNSIGNED_BUFFER 4
  ------------------
  909|      0|        if (bytes < 0) {
  ------------------
  |  Branch (909:13): [True: 0, False: 0]
  ------------------
  910|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  911|      0|        }
  912|      0|        if ((size_t)bytes > sizeof(unsigned long long)) {
  ------------------
  |  Branch (912:13): [True: 0, False: 0]
  ------------------
  913|      0|            if (PyErr_WarnEx(PyExc_DeprecationWarning,
  ------------------
  |  Branch (913:17): [True: 0, False: 0]
  ------------------
  914|      0|                "integer value out of range", 1) < 0)
  915|      0|            {
  916|      0|                RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  917|      0|            }
  918|      0|        }
  919|      0|        break;
  920|      0|    }
  921|       |
  922|      0|    case 'f': {/* float */
  ------------------
  |  Branch (922:5): [True: 0, False: 746]
  ------------------
  923|      0|        float *p = va_arg(*p_va, float *);
  924|      0|        double dval = PyFloat_AsDouble(arg);
  925|      0|        if (dval == -1.0 && PyErr_Occurred())
  ------------------
  |  Branch (925:13): [True: 0, False: 0]
  |  Branch (925:29): [True: 0, False: 0]
  ------------------
  926|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  927|      0|        else
  928|      0|            *p = (float) dval;
  929|      0|        break;
  930|      0|    }
  931|       |
  932|      0|    case 'd': {/* double */
  ------------------
  |  Branch (932:5): [True: 0, False: 746]
  ------------------
  933|      0|        double *p = va_arg(*p_va, double *);
  934|      0|        double dval = PyFloat_AsDouble(arg);
  935|      0|        if (dval == -1.0 && PyErr_Occurred())
  ------------------
  |  Branch (935:13): [True: 0, False: 0]
  |  Branch (935:29): [True: 0, False: 0]
  ------------------
  936|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  937|      0|        else
  938|      0|            *p = dval;
  939|      0|        break;
  940|      0|    }
  941|       |
  942|      0|    case 'D': {/* complex double */
  ------------------
  |  Branch (942:5): [True: 0, False: 746]
  ------------------
  943|      0|        Py_complex *p = va_arg(*p_va, Py_complex *);
  944|      0|        Py_complex cval;
  945|      0|        cval = PyComplex_AsCComplex(arg);
  946|      0|        if (PyErr_Occurred())
  ------------------
  |  Branch (946:13): [True: 0, False: 0]
  ------------------
  947|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
  948|      0|        else
  949|      0|            *p = cval;
  950|      0|        break;
  951|      0|    }
  952|       |
  953|      0|    case 'c': {/* char */
  ------------------
  |  Branch (953:5): [True: 0, False: 746]
  ------------------
  954|      0|        char *p = va_arg(*p_va, char *);
  955|      0|        if (PyBytes_Check(arg)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  956|      0|            if (PyBytes_GET_SIZE(arg) != 1) {
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (956:17): [True: 0, False: 0]
  ------------------
  957|      0|                return convertcharerr("a byte string of length 1",
  958|      0|                                      "a bytes object", PyBytes_GET_SIZE(arg),
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  959|      0|                                      msgbuf, bufsize);
  960|      0|            }
  961|      0|            *p = PyBytes_AS_STRING(arg)[0];
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  962|      0|        }
  963|      0|        else if (PyByteArray_Check(arg)) {
  ------------------
  |  |   24|      0|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  964|      0|            if (PyByteArray_GET_SIZE(arg) != 1) {
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (964:17): [True: 0, False: 0]
  ------------------
  965|      0|                return convertcharerr("a byte string of length 1",
  966|      0|                                      "a bytearray object", PyByteArray_GET_SIZE(arg),
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  967|      0|                                      msgbuf, bufsize);
  968|      0|            }
  969|      0|            *p = PyByteArray_AS_STRING(arg)[0];
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  970|      0|        }
  971|      0|        else
  972|      0|            return converterr("a byte string of length 1", arg, msgbuf, bufsize);
  973|      0|        break;
  974|      0|    }
  975|       |
  976|      0|    case 'C': {/* unicode char */
  ------------------
  |  Branch (976:5): [True: 0, False: 746]
  ------------------
  977|      0|        int *p = va_arg(*p_va, int *);
  978|      0|        int kind;
  979|      0|        const void *data;
  980|       |
  981|      0|        if (!PyUnicode_Check(arg))
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (981:13): [True: 0, False: 0]
  ------------------
  982|      0|            return converterr("a unicode character", arg, msgbuf, bufsize);
  983|       |
  984|      0|        if (PyUnicode_GET_LENGTH(arg) != 1) {
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (984:13): [True: 0, False: 0]
  ------------------
  985|      0|            return convertcharerr("a unicode character",
  986|      0|                                  "a string", PyUnicode_GET_LENGTH(arg),
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  987|      0|                                  msgbuf, bufsize);
  988|      0|        }
  989|       |
  990|      0|        kind = PyUnicode_KIND(arg);
  ------------------
  |  |  258|      0|#define PyUnicode_KIND(op) _Py_RVALUE(_PyASCIIObject_CAST(op)->state.kind)
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  991|      0|        data = PyUnicode_DATA(arg);
  ------------------
  |  |  284|      0|#define PyUnicode_DATA(op) _PyUnicode_DATA(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  992|      0|        *p = PyUnicode_READ(kind, data, 0);
  ------------------
  |  |  354|      0|    PyUnicode_READ(_Py_STATIC_CAST(int, kind), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  355|      0|                   _Py_STATIC_CAST(const void*, data), \
  |  |  ------------------
  |  |  |  |   34|      0|#  define _Py_STATIC_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  |  |  356|      0|                   (index))
  ------------------
  993|      0|        break;
  994|      0|    }
  995|       |
  996|      1|    case 'p': {/* boolean *p*redicate */
  ------------------
  |  Branch (996:5): [True: 1, False: 745]
  ------------------
  997|      1|        int *p = va_arg(*p_va, int *);
  998|      1|        int val = PyObject_IsTrue(arg);
  999|      1|        if (val > 0)
  ------------------
  |  Branch (999:13): [True: 0, False: 1]
  ------------------
 1000|      0|            *p = 1;
 1001|      1|        else if (val == 0)
  ------------------
  |  Branch (1001:18): [True: 1, False: 0]
  ------------------
 1002|      1|            *p = 0;
 1003|      0|        else
 1004|      0|            RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
 1005|      1|        break;
 1006|      1|    }
 1007|       |
 1008|       |    /* XXX WAAAAH!  's', 'y', 'z', 'u', 'Z', 'e', 'w' codes all
 1009|       |       need to be cleaned up! */
 1010|       |
 1011|      1|    case 'y': {/* any bytes-like object */
  ------------------
  |  Branch (1011:5): [True: 0, False: 746]
  ------------------
 1012|      0|        void **p = (void **)va_arg(*p_va, char **);
 1013|      0|        const char *buf;
 1014|      0|        Py_ssize_t count;
 1015|      0|        if (*format == '*') {
  ------------------
  |  Branch (1015:13): [True: 0, False: 0]
  ------------------
 1016|      0|            if (getbuffer(arg, (Py_buffer*)p, &buf) < 0)
  ------------------
  |  Branch (1016:17): [True: 0, False: 0]
  ------------------
 1017|      0|                return converterr(buf, arg, msgbuf, bufsize);
 1018|      0|            format++;
 1019|      0|            if (addcleanup(p, freelist, cleanup_buffer)) {
  ------------------
  |  Branch (1019:17): [True: 0, False: 0]
  ------------------
 1020|      0|                return converterr(
 1021|      0|                    "(cleanup problem)",
 1022|      0|                    arg, msgbuf, bufsize);
 1023|      0|            }
 1024|      0|            break;
 1025|      0|        }
 1026|      0|        count = convertbuffer(arg, (const void **)p, &buf);
 1027|      0|        if (count < 0)
  ------------------
  |  Branch (1027:13): [True: 0, False: 0]
  ------------------
 1028|      0|            return converterr(buf, arg, msgbuf, bufsize);
 1029|      0|        if (*format == '#') {
  ------------------
  |  Branch (1029:13): [True: 0, False: 0]
  ------------------
 1030|      0|            Py_ssize_t *psize = va_arg(*p_va, Py_ssize_t*);
 1031|      0|            *psize = count;
 1032|      0|            format++;
 1033|      0|        } else {
 1034|      0|            if (strlen(*p) != (size_t)count) {
  ------------------
  |  Branch (1034:17): [True: 0, False: 0]
  ------------------
 1035|      0|                PyErr_SetString(PyExc_ValueError, "embedded null byte");
 1036|      0|                RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
 1037|      0|            }
 1038|      0|        }
 1039|      0|        break;
 1040|      0|    }
 1041|       |
 1042|      0|    case 's': /* text string or bytes-like object */
  ------------------
  |  Branch (1042:5): [True: 0, False: 746]
  ------------------
 1043|      0|    case 'z': /* text string, bytes-like object or None */
  ------------------
  |  Branch (1043:5): [True: 0, False: 746]
  ------------------
 1044|      0|    {
 1045|      0|        if (*format == '*') {
  ------------------
  |  Branch (1045:13): [True: 0, False: 0]
  ------------------
 1046|       |            /* "s*" or "z*" */
 1047|      0|            Py_buffer *p = (Py_buffer *)va_arg(*p_va, Py_buffer *);
 1048|       |
 1049|      0|            if (c == 'z' && arg == Py_None)
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1049:17): [True: 0, False: 0]
  |  Branch (1049:29): [True: 0, False: 0]
  ------------------
 1050|      0|                PyBuffer_FillInfo(p, NULL, NULL, 0, 1, 0);
 1051|      0|            else if (PyUnicode_Check(arg)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1052|      0|                Py_ssize_t len;
 1053|      0|                sarg = PyUnicode_AsUTF8AndSize(arg, &len);
 1054|      0|                if (sarg == NULL)
  ------------------
  |  Branch (1054:21): [True: 0, False: 0]
  ------------------
 1055|      0|                    return converterr(CONV_UNICODE,
  ------------------
  |  |  700|      0|#define CONV_UNICODE "(unicode conversion error)"
  ------------------
 1056|      0|                                      arg, msgbuf, bufsize);
 1057|      0|                PyBuffer_FillInfo(p, arg, (void *)sarg, len, 1, 0);
 1058|      0|            }
 1059|      0|            else { /* any bytes-like object */
 1060|      0|                const char *buf;
 1061|      0|                if (getbuffer(arg, p, &buf) < 0)
  ------------------
  |  Branch (1061:21): [True: 0, False: 0]
  ------------------
 1062|      0|                    return converterr(buf, arg, msgbuf, bufsize);
 1063|      0|            }
 1064|      0|            if (addcleanup(p, freelist, cleanup_buffer)) {
  ------------------
  |  Branch (1064:17): [True: 0, False: 0]
  ------------------
 1065|      0|                return converterr(
 1066|      0|                    "(cleanup problem)",
 1067|      0|                    arg, msgbuf, bufsize);
 1068|      0|            }
 1069|      0|            format++;
 1070|      0|        } else if (*format == '#') { /* a string or read-only bytes-like object */
  ------------------
  |  Branch (1070:20): [True: 0, False: 0]
  ------------------
 1071|       |            /* "s#" or "z#" */
 1072|      0|            const void **p = (const void **)va_arg(*p_va, const char **);
 1073|      0|            Py_ssize_t *psize = va_arg(*p_va, Py_ssize_t*);
 1074|       |
 1075|      0|            if (c == 'z' && arg == Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1075:17): [True: 0, False: 0]
  |  Branch (1075:29): [True: 0, False: 0]
  ------------------
 1076|      0|                *p = NULL;
 1077|      0|                *psize = 0;
 1078|      0|            }
 1079|      0|            else if (PyUnicode_Check(arg)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1080|      0|                Py_ssize_t len;
 1081|      0|                sarg = PyUnicode_AsUTF8AndSize(arg, &len);
 1082|      0|                if (sarg == NULL)
  ------------------
  |  Branch (1082:21): [True: 0, False: 0]
  ------------------
 1083|      0|                    return converterr(CONV_UNICODE,
  ------------------
  |  |  700|      0|#define CONV_UNICODE "(unicode conversion error)"
  ------------------
 1084|      0|                                      arg, msgbuf, bufsize);
 1085|      0|                *p = sarg;
 1086|      0|                *psize = len;
 1087|      0|            }
 1088|      0|            else { /* read-only bytes-like object */
 1089|       |                /* XXX Really? */
 1090|      0|                const char *buf;
 1091|      0|                Py_ssize_t count = convertbuffer(arg, p, &buf);
 1092|      0|                if (count < 0)
  ------------------
  |  Branch (1092:21): [True: 0, False: 0]
  ------------------
 1093|      0|                    return converterr(buf, arg, msgbuf, bufsize);
 1094|      0|                *psize = count;
 1095|      0|            }
 1096|      0|            format++;
 1097|      0|        } else {
 1098|       |            /* "s" or "z" */
 1099|      0|            const char **p = va_arg(*p_va, const char **);
 1100|      0|            Py_ssize_t len;
 1101|      0|            sarg = NULL;
 1102|       |
 1103|      0|            if (c == 'z' && arg == Py_None)
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1103:17): [True: 0, False: 0]
  |  Branch (1103:29): [True: 0, False: 0]
  ------------------
 1104|      0|                *p = NULL;
 1105|      0|            else if (PyUnicode_Check(arg)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1106|      0|                sarg = PyUnicode_AsUTF8AndSize(arg, &len);
 1107|      0|                if (sarg == NULL)
  ------------------
  |  Branch (1107:21): [True: 0, False: 0]
  ------------------
 1108|      0|                    return converterr(CONV_UNICODE,
  ------------------
  |  |  700|      0|#define CONV_UNICODE "(unicode conversion error)"
  ------------------
 1109|      0|                                      arg, msgbuf, bufsize);
 1110|      0|                if (strlen(sarg) != (size_t)len) {
  ------------------
  |  Branch (1110:21): [True: 0, False: 0]
  ------------------
 1111|      0|                    PyErr_SetString(PyExc_ValueError, "embedded null character");
 1112|      0|                    RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
 1113|      0|                }
 1114|      0|                *p = sarg;
 1115|      0|            }
 1116|      0|            else
 1117|      0|                return converterr(c == 'z' ? "str or None" : "str",
  ------------------
  |  Branch (1117:35): [True: 0, False: 0]
  ------------------
 1118|      0|                                  arg, msgbuf, bufsize);
 1119|      0|        }
 1120|      0|        break;
 1121|      0|    }
 1122|       |
 1123|      0|    case 'e': {/* encoded string */
  ------------------
  |  Branch (1123:5): [True: 0, False: 746]
  ------------------
 1124|      0|        char **buffer;
 1125|      0|        const char *encoding;
 1126|      0|        PyObject *s;
 1127|      0|        int recode_strings;
 1128|      0|        Py_ssize_t size;
 1129|      0|        const char *ptr;
 1130|       |
 1131|       |        /* Get 'e' parameter: the encoding name */
 1132|      0|        encoding = (const char *)va_arg(*p_va, const char *);
 1133|      0|        if (encoding == NULL)
  ------------------
  |  Branch (1133:13): [True: 0, False: 0]
  ------------------
 1134|      0|            encoding = PyUnicode_GetDefaultEncoding();
 1135|       |
 1136|       |        /* Get output buffer parameter:
 1137|       |           's' (recode all objects via Unicode) or
 1138|       |           't' (only recode non-string objects)
 1139|       |        */
 1140|      0|        if (*format == 's')
  ------------------
  |  Branch (1140:13): [True: 0, False: 0]
  ------------------
 1141|      0|            recode_strings = 1;
 1142|      0|        else if (*format == 't')
  ------------------
  |  Branch (1142:18): [True: 0, False: 0]
  ------------------
 1143|      0|            recode_strings = 0;
 1144|      0|        else
 1145|      0|            return converterr(
 1146|      0|                "(unknown parser marker combination)",
 1147|      0|                arg, msgbuf, bufsize);
 1148|      0|        buffer = (char **)va_arg(*p_va, char **);
 1149|      0|        format++;
 1150|      0|        if (buffer == NULL)
  ------------------
  |  Branch (1150:13): [True: 0, False: 0]
  ------------------
 1151|      0|            return converterr("(buffer is NULL)",
 1152|      0|                              arg, msgbuf, bufsize);
 1153|       |
 1154|       |        /* Encode object */
 1155|      0|        if (!recode_strings &&
  ------------------
  |  Branch (1155:13): [True: 0, False: 0]
  ------------------
 1156|      0|            (PyBytes_Check(arg) || PyByteArray_Check(arg))) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          (PyBytes_Check(arg) || PyByteArray_Check(arg))) {
  ------------------
  |  |   24|      0|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1157|      0|            s = Py_NewRef(arg);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1158|      0|            if (PyBytes_Check(arg)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1159|      0|                size = PyBytes_GET_SIZE(s);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1160|      0|                ptr = PyBytes_AS_STRING(s);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1161|      0|            }
 1162|      0|            else {
 1163|      0|                size = PyByteArray_GET_SIZE(s);
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1164|      0|                ptr = PyByteArray_AS_STRING(s);
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1165|      0|            }
 1166|      0|        }
 1167|      0|        else if (PyUnicode_Check(arg)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1168|       |            /* Encode object; use default error handling */
 1169|      0|            s = PyUnicode_AsEncodedString(arg,
 1170|      0|                                          encoding,
 1171|      0|                                          NULL);
 1172|      0|            if (s == NULL)
  ------------------
  |  Branch (1172:17): [True: 0, False: 0]
  ------------------
 1173|      0|                return converterr("(encoding failed)",
 1174|      0|                                  arg, msgbuf, bufsize);
 1175|      0|            assert(PyBytes_Check(s));
  ------------------
  |  Branch (1175:13): [True: 0, False: 0]
  ------------------
 1176|      0|            size = PyBytes_GET_SIZE(s);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1177|      0|            ptr = PyBytes_AS_STRING(s);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1178|      0|            if (ptr == NULL)
  ------------------
  |  Branch (1178:17): [True: 0, False: 0]
  ------------------
 1179|      0|                ptr = "";
 1180|      0|        }
 1181|      0|        else {
 1182|      0|            return converterr(
 1183|      0|                recode_strings ? "str" : "str, bytes or bytearray",
  ------------------
  |  Branch (1183:17): [True: 0, False: 0]
  ------------------
 1184|      0|                arg, msgbuf, bufsize);
 1185|      0|        }
 1186|       |
 1187|       |        /* Write output; output is guaranteed to be 0-terminated */
 1188|      0|        if (*format == '#') {
  ------------------
  |  Branch (1188:13): [True: 0, False: 0]
  ------------------
 1189|       |            /* Using buffer length parameter '#':
 1190|       |
 1191|       |               - if *buffer is NULL, a new buffer of the
 1192|       |               needed size is allocated and the data
 1193|       |               copied into it; *buffer is updated to point
 1194|       |               to the new buffer; the caller is
 1195|       |               responsible for PyMem_Free()ing it after
 1196|       |               usage
 1197|       |
 1198|       |               - if *buffer is not NULL, the data is
 1199|       |               copied to *buffer; *buffer_len has to be
 1200|       |               set to the size of the buffer on input;
 1201|       |               buffer overflow is signalled with an error;
 1202|       |               buffer has to provide enough room for the
 1203|       |               encoded string plus the trailing 0-byte
 1204|       |
 1205|       |               - in both cases, *buffer_len is updated to
 1206|       |               the size of the buffer /excluding/ the
 1207|       |               trailing 0-byte
 1208|       |
 1209|       |            */
 1210|      0|            Py_ssize_t *psize = va_arg(*p_va, Py_ssize_t*);
 1211|       |
 1212|      0|            format++;
 1213|      0|            if (psize == NULL) {
  ------------------
  |  Branch (1213:17): [True: 0, False: 0]
  ------------------
 1214|      0|                Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1215|      0|                return converterr(
 1216|      0|                    "(buffer_len is NULL)",
 1217|      0|                    arg, msgbuf, bufsize);
 1218|      0|            }
 1219|      0|            if (*buffer == NULL) {
  ------------------
  |  Branch (1219:17): [True: 0, False: 0]
  ------------------
 1220|      0|                *buffer = PyMem_NEW(char, size + 1);
  ------------------
  |  |   82|      0|#define PyMem_NEW(type, n)        PyMem_New(type, (n))
  |  |  ------------------
  |  |  |  |   64|      0|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  |  |  ------------------
  ------------------
 1221|      0|                if (*buffer == NULL) {
  ------------------
  |  Branch (1221:21): [True: 0, False: 0]
  ------------------
 1222|      0|                    Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1223|      0|                    PyErr_NoMemory();
 1224|      0|                    RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
 1225|      0|                }
 1226|      0|                if (addcleanup(buffer, freelist, cleanup_ptr)) {
  ------------------
  |  Branch (1226:21): [True: 0, False: 0]
  ------------------
 1227|      0|                    Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1228|      0|                    return converterr(
 1229|      0|                        "(cleanup problem)",
 1230|      0|                        arg, msgbuf, bufsize);
 1231|      0|                }
 1232|      0|            } else {
 1233|      0|                if (size + 1 > *psize) {
  ------------------
  |  Branch (1233:21): [True: 0, False: 0]
  ------------------
 1234|      0|                    Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1235|      0|                    PyErr_Format(PyExc_ValueError,
 1236|      0|                                 "encoded string too long "
 1237|      0|                                 "(%zd, maximum length %zd)",
 1238|      0|                                 (Py_ssize_t)size, (Py_ssize_t)(*psize - 1));
 1239|      0|                    RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
 1240|      0|                }
 1241|      0|            }
 1242|      0|            memcpy(*buffer, ptr, size+1);
 1243|       |
 1244|      0|            *psize = size;
 1245|      0|        }
 1246|      0|        else {
 1247|       |            /* Using a 0-terminated buffer:
 1248|       |
 1249|       |               - the encoded string has to be 0-terminated
 1250|       |               for this variant to work; if it is not, an
 1251|       |               error raised
 1252|       |
 1253|       |               - a new buffer of the needed size is
 1254|       |               allocated and the data copied into it;
 1255|       |               *buffer is updated to point to the new
 1256|       |               buffer; the caller is responsible for
 1257|       |               PyMem_Free()ing it after usage
 1258|       |
 1259|       |            */
 1260|      0|            if ((Py_ssize_t)strlen(ptr) != size) {
  ------------------
  |  Branch (1260:17): [True: 0, False: 0]
  ------------------
 1261|      0|                Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1262|      0|                return converterr(
 1263|      0|                    "encoded string without null bytes",
 1264|      0|                    arg, msgbuf, bufsize);
 1265|      0|            }
 1266|      0|            *buffer = PyMem_NEW(char, size + 1);
  ------------------
  |  |   82|      0|#define PyMem_NEW(type, n)        PyMem_New(type, (n))
  |  |  ------------------
  |  |  |  |   64|      0|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  |  |  ------------------
  ------------------
 1267|      0|            if (*buffer == NULL) {
  ------------------
  |  Branch (1267:17): [True: 0, False: 0]
  ------------------
 1268|      0|                Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1269|      0|                PyErr_NoMemory();
 1270|      0|                RETURN_ERR_OCCURRED;
  ------------------
  |  |  715|      0|#define RETURN_ERR_OCCURRED return msgbuf
  ------------------
 1271|      0|            }
 1272|      0|            if (addcleanup(buffer, freelist, cleanup_ptr)) {
  ------------------
  |  Branch (1272:17): [True: 0, False: 0]
  ------------------
 1273|      0|                Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1274|      0|                return converterr("(cleanup problem)",
 1275|      0|                                arg, msgbuf, bufsize);
 1276|      0|            }
 1277|      0|            memcpy(*buffer, ptr, size+1);
 1278|      0|        }
 1279|      0|        Py_DECREF(s);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1280|      0|        break;
 1281|      0|    }
 1282|       |
 1283|      0|    case 'S': { /* PyBytes object */
  ------------------
  |  Branch (1283:5): [True: 0, False: 746]
  ------------------
 1284|      0|        PyObject **p = va_arg(*p_va, PyObject **);
 1285|      0|        if (PyBytes_Check(arg))
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1286|      0|            *p = arg;
 1287|      0|        else
 1288|      0|            return converterr("bytes", arg, msgbuf, bufsize);
 1289|      0|        break;
 1290|      0|    }
 1291|       |
 1292|      0|    case 'Y': { /* PyByteArray object */
  ------------------
  |  Branch (1292:5): [True: 0, False: 746]
  ------------------
 1293|      0|        PyObject **p = va_arg(*p_va, PyObject **);
 1294|      0|        if (PyByteArray_Check(arg))
  ------------------
  |  |   24|      0|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1295|      0|            *p = arg;
 1296|      0|        else
 1297|      0|            return converterr("bytearray", arg, msgbuf, bufsize);
 1298|      0|        break;
 1299|      0|    }
 1300|       |
 1301|    273|    case 'U': { /* PyUnicode object */
  ------------------
  |  Branch (1301:5): [True: 273, False: 473]
  ------------------
 1302|    273|        PyObject **p = va_arg(*p_va, PyObject **);
 1303|    273|        if (PyUnicode_Check(arg)) {
  ------------------
  |  |  103|    273|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    273|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 273, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1304|    273|            *p = arg;
 1305|    273|        }
 1306|      0|        else
 1307|      0|            return converterr("str", arg, msgbuf, bufsize);
 1308|    273|        break;
 1309|    273|    }
 1310|       |
 1311|    472|    case 'O': { /* object */
  ------------------
  |  Branch (1311:5): [True: 472, False: 274]
  ------------------
 1312|    472|        PyTypeObject *type;
 1313|    472|        PyObject **p;
 1314|    472|        if (*format == '!') {
  ------------------
  |  Branch (1314:13): [True: 227, False: 245]
  ------------------
 1315|    227|            type = va_arg(*p_va, PyTypeObject*);
 1316|    227|            p = va_arg(*p_va, PyObject **);
 1317|    227|            format++;
 1318|    227|            if (PyType_IsSubtype(Py_TYPE(arg), type))
  ------------------
  |  |  213|    227|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    227|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    227|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1318:17): [True: 227, False: 0]
  ------------------
 1319|    227|                *p = arg;
 1320|      0|            else
 1321|      0|                return converterr(type->tp_name, arg, msgbuf, bufsize);
 1322|       |
 1323|    227|        }
 1324|    245|        else if (*format == '&') {
  ------------------
  |  Branch (1324:18): [True: 0, False: 245]
  ------------------
 1325|      0|            typedef int (*converter)(PyObject *, void *);
 1326|      0|            converter convert = va_arg(*p_va, converter);
 1327|      0|            void *addr = va_arg(*p_va, void *);
 1328|      0|            int res;
 1329|      0|            format++;
 1330|      0|            if (! (res = (*convert)(arg, addr)))
  ------------------
  |  Branch (1330:17): [True: 0, False: 0]
  ------------------
 1331|      0|                return converterr("(unspecified)",
 1332|      0|                                  arg, msgbuf, bufsize);
 1333|      0|            if (res == Py_CLEANUP_SUPPORTED &&
  ------------------
  |  |   57|      0|#define Py_CLEANUP_SUPPORTED 0x20000
  ------------------
  |  Branch (1333:17): [True: 0, False: 0]
  ------------------
 1334|      0|                addcleanup(addr, freelist, convert) == -1)
  ------------------
  |  Branch (1334:17): [True: 0, False: 0]
  ------------------
 1335|      0|                return converterr("(cleanup problem)",
 1336|      0|                                arg, msgbuf, bufsize);
 1337|      0|        }
 1338|    245|        else {
 1339|    245|            p = va_arg(*p_va, PyObject **);
 1340|    245|            *p = arg;
 1341|    245|        }
 1342|    472|        break;
 1343|    472|    }
 1344|       |
 1345|       |
 1346|    472|    case 'w': { /* "w*": memory buffer, read-write access */
  ------------------
  |  Branch (1346:5): [True: 0, False: 746]
  ------------------
 1347|      0|        void **p = va_arg(*p_va, void **);
 1348|       |
 1349|      0|        if (*format != '*')
  ------------------
  |  Branch (1349:13): [True: 0, False: 0]
  ------------------
 1350|      0|            return converterr(
 1351|      0|                "(invalid use of 'w' format character)",
 1352|      0|                arg, msgbuf, bufsize);
 1353|      0|        format++;
 1354|       |
 1355|       |        /* Caller is interested in Py_buffer, and the object supports it
 1356|       |           directly. The request implicitly asks for PyBUF_SIMPLE, so the
 1357|       |           result is C-contiguous with format 'B'. */
 1358|      0|        if (PyObject_GetBuffer(arg, (Py_buffer*)p, PyBUF_WRITABLE) < 0) {
  ------------------
  |  |  109|      0|#define PyBUF_WRITABLE 0x0001
  ------------------
  |  Branch (1358:13): [True: 0, False: 0]
  ------------------
 1359|      0|            PyErr_Clear();
 1360|      0|            return converterr("read-write bytes-like object",
 1361|      0|                              arg, msgbuf, bufsize);
 1362|      0|        }
 1363|      0|        assert(PyBuffer_IsContiguous((Py_buffer *)p, 'C'));
  ------------------
  |  Branch (1363:9): [True: 0, False: 0]
  ------------------
 1364|      0|        if (addcleanup(p, freelist, cleanup_buffer)) {
  ------------------
  |  Branch (1364:13): [True: 0, False: 0]
  ------------------
 1365|      0|            return converterr(
 1366|      0|                "(cleanup problem)",
 1367|      0|                arg, msgbuf, bufsize);
 1368|      0|        }
 1369|      0|        break;
 1370|      0|    }
 1371|       |
 1372|      0|    default:
  ------------------
  |  Branch (1372:5): [True: 0, False: 746]
  ------------------
 1373|      0|        return converterr("(impossible<bad format char>)", arg, msgbuf, bufsize);
 1374|       |
 1375|    746|    }
 1376|       |
 1377|    746|    *p_format = format;
 1378|    746|    return NULL;
 1379|       |
 1380|    746|#undef RETURN_ERR_OCCURRED
 1381|    746|}
getargs.c:vgetargs1:
  414|    273|{
  415|    273|    PyObject **stack;
  416|    273|    Py_ssize_t nargs;
  417|       |
  418|    273|    if (!(flags & FLAG_COMPAT)) {
  ------------------
  |  |   24|    273|#define FLAG_COMPAT 1
  ------------------
  |  Branch (418:9): [True: 273, False: 0]
  ------------------
  419|    273|        assert(args != NULL);
  ------------------
  |  Branch (419:9): [True: 273, False: 0]
  ------------------
  420|       |
  421|    273|        if (!PyTuple_Check(args)) {
  ------------------
  |  |   27|    273|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    273|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (421:13): [True: 0, False: 273]
  ------------------
  422|      0|            PyErr_SetString(PyExc_SystemError,
  423|      0|                "new style getargs format but argument is not a tuple");
  424|      0|            return 0;
  425|      0|        }
  426|       |
  427|    273|        stack = _PyTuple_ITEMS(args);
  ------------------
  |  |   26|    273|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|    546|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 273, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  428|    273|        nargs = PyTuple_GET_SIZE(args);
  ------------------
  |  |   27|    273|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    273|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    273|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|    273|    }
  430|      0|    else {
  431|      0|        stack = NULL;
  432|      0|        nargs = 0;
  433|      0|    }
  434|       |
  435|    273|    return vgetargs1_impl(args, stack, nargs, format, p_va, flags);
  436|    273|}
getargs.c:vgetargskeywords_impl:
 1677|     80|{
 1678|     80|    char msgbuf[512];
 1679|     80|    int levels[32];
 1680|     80|    const char *fname, *msg, *custom_msg;
 1681|     80|    int min = INT_MAX;
 1682|     80|    int max = INT_MAX;
 1683|     80|    int i, pos, len;
 1684|     80|    int skip = 0;
 1685|     80|    Py_ssize_t nkwargs;
 1686|     80|    freelistentry_t static_entries[STATIC_FREELIST_ENTRIES];
 1687|     80|    freelist_t freelist;
 1688|     80|    PyObject * const *kwstack = NULL;
 1689|       |
 1690|     80|    freelist.entries = static_entries;
 1691|     80|    freelist.first_available = 0;
 1692|     80|    freelist.entries_malloced = 0;
 1693|       |
 1694|     80|    assert(args != NULL || nargs == 0);
  ------------------
  |  Branch (1694:5): [True: 80, False: 0]
  |  Branch (1694:5): [True: 0, False: 0]
  ------------------
 1695|     80|    assert(kwargs == NULL || PyDict_Check(kwargs));
  ------------------
  |  Branch (1695:5): [True: 65, False: 15]
  |  Branch (1695:5): [True: 15, False: 0]
  ------------------
 1696|     80|    assert(kwnames == NULL || PyTuple_Check(kwnames));
  ------------------
  |  Branch (1696:5): [True: 80, False: 0]
  |  Branch (1696:5): [True: 0, False: 0]
  ------------------
 1697|     80|    assert(format != NULL);
  ------------------
  |  Branch (1697:5): [True: 80, False: 0]
  ------------------
 1698|     80|    assert(kwlist != NULL);
  ------------------
  |  Branch (1698:5): [True: 80, False: 0]
  ------------------
 1699|     80|    assert(p_va != NULL);
  ------------------
  |  Branch (1699:5): [True: 80, False: 0]
  ------------------
 1700|       |
 1701|       |    /* grab the function name or custom error msg first (mutually exclusive) */
 1702|     80|    fname = strchr(format, ':');
 1703|     80|    if (fname) {
  ------------------
  |  Branch (1703:9): [True: 80, False: 0]
  ------------------
 1704|     80|        fname++;
 1705|     80|        custom_msg = NULL;
 1706|     80|    }
 1707|      0|    else {
 1708|      0|        custom_msg = strchr(format,';');
 1709|      0|        if (custom_msg)
  ------------------
  |  Branch (1709:13): [True: 0, False: 0]
  ------------------
 1710|      0|            custom_msg++;
 1711|      0|    }
 1712|       |
 1713|       |    /* scan kwlist and count the number of positional-only parameters */
 1714|     80|    for (pos = 0; kwlist[pos] && !*kwlist[pos]; pos++) {
  ------------------
  |  Branch (1714:19): [True: 80, False: 0]
  |  Branch (1714:34): [True: 0, False: 80]
  ------------------
 1715|      0|    }
 1716|       |    /* scan kwlist and get greatest possible nbr of args */
 1717|    257|    for (len = pos; kwlist[len]; len++) {
  ------------------
  |  Branch (1717:21): [True: 177, False: 80]
  ------------------
 1718|    177|        if (!*kwlist[len]) {
  ------------------
  |  Branch (1718:13): [True: 0, False: 177]
  ------------------
 1719|      0|            PyErr_SetString(PyExc_SystemError,
 1720|      0|                            "Empty keyword parameter name");
 1721|      0|            return cleanreturn(0, &freelist);
 1722|      0|        }
 1723|    177|    }
 1724|       |
 1725|     80|    if (len > STATIC_FREELIST_ENTRIES) {
  ------------------
  |  |   44|     80|#define STATIC_FREELIST_ENTRIES 8
  ------------------
  |  Branch (1725:9): [True: 0, False: 80]
  ------------------
 1726|      0|        freelist.entries = PyMem_NEW(freelistentry_t, len);
  ------------------
  |  |   82|      0|#define PyMem_NEW(type, n)        PyMem_New(type, (n))
  |  |  ------------------
  |  |  |  |   64|      0|  ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL :      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (64:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |   65|      0|        ( (type *) PyMem_Malloc((n) * sizeof(type)) ) )
  |  |  ------------------
  ------------------
 1727|      0|        if (freelist.entries == NULL) {
  ------------------
  |  Branch (1727:13): [True: 0, False: 0]
  ------------------
 1728|      0|            PyErr_NoMemory();
 1729|      0|            return 0;
 1730|      0|        }
 1731|      0|        freelist.entries_malloced = 1;
 1732|      0|    }
 1733|       |
 1734|     80|    if (kwargs != NULL) {
  ------------------
  |  Branch (1734:9): [True: 15, False: 65]
  ------------------
 1735|     15|        nkwargs = PyDict_GET_SIZE(kwargs);
  ------------------
  |  |   63|     15|#define PyDict_GET_SIZE(op) PyDict_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1736|     15|    }
 1737|     65|    else if (kwnames != NULL) {
  ------------------
  |  Branch (1737:14): [True: 0, False: 65]
  ------------------
 1738|      0|        nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|      0|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1739|      0|        kwstack = args + nargs;
 1740|      0|    }
 1741|     65|    else {
 1742|     65|        nkwargs = 0;
 1743|     65|    }
 1744|     80|    if (nargs + nkwargs > len) {
  ------------------
  |  Branch (1744:9): [True: 0, False: 80]
  ------------------
 1745|       |        /* Adding "keyword" (when nargs == 0) prevents producing wrong error
 1746|       |           messages in some special cases (see bpo-31229). */
 1747|      0|        PyErr_Format(PyExc_TypeError,
 1748|      0|                     "%.200s%s takes at most %d %sargument%s (%zd given)",
 1749|      0|                     (fname == NULL) ? "function" : fname,
  ------------------
  |  Branch (1749:22): [True: 0, False: 0]
  ------------------
 1750|      0|                     (fname == NULL) ? "" : "()",
  ------------------
  |  Branch (1750:22): [True: 0, False: 0]
  ------------------
 1751|      0|                     len,
 1752|      0|                     (nargs == 0) ? "keyword " : "",
  ------------------
  |  Branch (1752:22): [True: 0, False: 0]
  ------------------
 1753|      0|                     (len == 1) ? "" : "s",
  ------------------
  |  Branch (1753:22): [True: 0, False: 0]
  ------------------
 1754|      0|                     nargs + nkwargs);
 1755|      0|        return cleanreturn(0, &freelist);
 1756|      0|    }
 1757|       |
 1758|       |    /* convert tuple args and keyword args in same loop, using kwlist to drive process */
 1759|    110|    for (i = 0; i < len; i++) {
  ------------------
  |  Branch (1759:17): [True: 109, False: 1]
  ------------------
 1760|    109|        if (*format == '|') {
  ------------------
  |  Branch (1760:13): [True: 79, False: 30]
  ------------------
 1761|     79|            if (min != INT_MAX) {
  ------------------
  |  Branch (1761:17): [True: 0, False: 79]
  ------------------
 1762|      0|                PyErr_SetString(PyExc_SystemError,
 1763|      0|                                "Invalid format string (| specified twice)");
 1764|      0|                return cleanreturn(0, &freelist);
 1765|      0|            }
 1766|       |
 1767|     79|            min = i;
 1768|     79|            format++;
 1769|       |
 1770|     79|            if (max != INT_MAX) {
  ------------------
  |  Branch (1770:17): [True: 0, False: 79]
  ------------------
 1771|      0|                PyErr_SetString(PyExc_SystemError,
 1772|      0|                                "Invalid format string ($ before |)");
 1773|      0|                return cleanreturn(0, &freelist);
 1774|      0|            }
 1775|     79|        }
 1776|    109|        if (*format == '$') {
  ------------------
  |  Branch (1776:13): [True: 79, False: 30]
  ------------------
 1777|     79|            if (max != INT_MAX) {
  ------------------
  |  Branch (1777:17): [True: 0, False: 79]
  ------------------
 1778|      0|                PyErr_SetString(PyExc_SystemError,
 1779|      0|                                "Invalid format string ($ specified twice)");
 1780|      0|                return cleanreturn(0, &freelist);
 1781|      0|            }
 1782|       |
 1783|     79|            max = i;
 1784|     79|            format++;
 1785|       |
 1786|     79|            if (max < pos) {
  ------------------
  |  Branch (1786:17): [True: 0, False: 79]
  ------------------
 1787|      0|                PyErr_SetString(PyExc_SystemError,
 1788|      0|                                "Empty parameter name after $");
 1789|      0|                return cleanreturn(0, &freelist);
 1790|      0|            }
 1791|     79|            if (skip) {
  ------------------
  |  Branch (1791:17): [True: 0, False: 79]
  ------------------
 1792|       |                /* Now we know the minimal and the maximal numbers of
 1793|       |                 * positional arguments and can raise an exception with
 1794|       |                 * informative message (see below). */
 1795|      0|                break;
 1796|      0|            }
 1797|     79|            if (max < nargs) {
  ------------------
  |  Branch (1797:17): [True: 0, False: 79]
  ------------------
 1798|      0|                if (max == 0) {
  ------------------
  |  Branch (1798:21): [True: 0, False: 0]
  ------------------
 1799|      0|                    PyErr_Format(PyExc_TypeError,
 1800|      0|                                 "%.200s%s takes no positional arguments",
 1801|      0|                                 (fname == NULL) ? "function" : fname,
  ------------------
  |  Branch (1801:34): [True: 0, False: 0]
  ------------------
 1802|      0|                                 (fname == NULL) ? "" : "()");
  ------------------
  |  Branch (1802:34): [True: 0, False: 0]
  ------------------
 1803|      0|                }
 1804|      0|                else {
 1805|      0|                    PyErr_Format(PyExc_TypeError,
 1806|      0|                                 "%.200s%s takes %s %d positional argument%s"
 1807|      0|                                 " (%zd given)",
 1808|      0|                                 (fname == NULL) ? "function" : fname,
  ------------------
  |  Branch (1808:34): [True: 0, False: 0]
  ------------------
 1809|      0|                                 (fname == NULL) ? "" : "()",
  ------------------
  |  Branch (1809:34): [True: 0, False: 0]
  ------------------
 1810|      0|                                 (min != INT_MAX) ? "at most" : "exactly",
  ------------------
  |  Branch (1810:34): [True: 0, False: 0]
  ------------------
 1811|      0|                                 max,
 1812|      0|                                 max == 1 ? "" : "s",
  ------------------
  |  Branch (1812:34): [True: 0, False: 0]
  ------------------
 1813|      0|                                 nargs);
 1814|      0|                }
 1815|      0|                return cleanreturn(0, &freelist);
 1816|      0|            }
 1817|     79|        }
 1818|    109|        if (IS_END_OF_FORMAT(*format)) {
  ------------------
  |  | 1670|    109|#define IS_END_OF_FORMAT(c) (c == '\0' || c == ';' || c == ':')
  |  |  ------------------
  |  |  |  Branch (1670:30): [True: 0, False: 109]
  |  |  |  Branch (1670:43): [True: 0, False: 109]
  |  |  |  Branch (1670:55): [True: 0, False: 109]
  |  |  ------------------
  ------------------
 1819|      0|            PyErr_Format(PyExc_SystemError,
 1820|      0|                         "More keyword list entries (%d) than "
 1821|      0|                         "format specifiers (%d)", len, i);
 1822|      0|            return cleanreturn(0, &freelist);
 1823|      0|        }
 1824|    109|        if (!skip) {
  ------------------
  |  Branch (1824:13): [True: 109, False: 0]
  ------------------
 1825|    109|            PyObject *current_arg;
 1826|    109|            if (i < nargs) {
  ------------------
  |  Branch (1826:17): [True: 4, False: 105]
  ------------------
 1827|      4|                current_arg = Py_NewRef(args[i]);
  ------------------
  |  |  550|      4|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1828|      4|            }
 1829|    105|            else if (nkwargs && i >= pos) {
  ------------------
  |  Branch (1829:22): [True: 26, False: 79]
  |  Branch (1829:33): [True: 26, False: 0]
  ------------------
 1830|     26|                if (kwargs != NULL) {
  ------------------
  |  Branch (1830:21): [True: 26, False: 0]
  ------------------
 1831|     26|                    if (PyDict_GetItemStringRef(kwargs, kwlist[i], &current_arg) < 0) {
  ------------------
  |  Branch (1831:25): [True: 0, False: 26]
  ------------------
 1832|      0|                        return cleanreturn(0, &freelist);
 1833|      0|                    }
 1834|     26|                }
 1835|      0|                else {
 1836|      0|                    current_arg = find_keyword_str(kwnames, kwstack, kwlist[i]);
 1837|      0|                }
 1838|     26|                if (current_arg) {
  ------------------
  |  Branch (1838:21): [True: 15, False: 11]
  ------------------
 1839|     15|                    --nkwargs;
 1840|     15|                }
 1841|     26|            }
 1842|     79|            else {
 1843|     79|                current_arg = NULL;
 1844|     79|            }
 1845|       |
 1846|    109|            if (current_arg) {
  ------------------
  |  Branch (1846:17): [True: 19, False: 90]
  ------------------
 1847|     19|                msg = convertitem(current_arg, &format, p_va, flags,
 1848|     19|                    levels, msgbuf, sizeof(msgbuf), &freelist);
 1849|     19|                Py_DECREF(current_arg);
  ------------------
  |  |  430|     19|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1850|     19|                if (msg) {
  ------------------
  |  Branch (1850:21): [True: 0, False: 19]
  ------------------
 1851|      0|                    seterror(i+1, msg, levels, fname, custom_msg);
 1852|      0|                    return cleanreturn(0, &freelist);
 1853|      0|                }
 1854|     19|                continue;
 1855|     19|            }
 1856|       |
 1857|     90|            if (i < min) {
  ------------------
  |  Branch (1857:17): [True: 0, False: 90]
  ------------------
 1858|      0|                if (i < pos) {
  ------------------
  |  Branch (1858:21): [True: 0, False: 0]
  ------------------
 1859|      0|                    assert (min == INT_MAX);
  ------------------
  |  Branch (1859:21): [True: 0, False: 0]
  ------------------
 1860|      0|                    assert (max == INT_MAX);
  ------------------
  |  Branch (1860:21): [True: 0, False: 0]
  ------------------
 1861|      0|                    skip = 1;
 1862|       |                    /* At that moment we still don't know the minimal and
 1863|       |                     * the maximal numbers of positional arguments.  Raising
 1864|       |                     * an exception is deferred until we encounter | and $
 1865|       |                     * or the end of the format. */
 1866|      0|                }
 1867|      0|                else {
 1868|      0|                    PyErr_Format(PyExc_TypeError,  "%.200s%s missing required "
 1869|      0|                                 "argument '%s' (pos %d)",
 1870|      0|                                 (fname == NULL) ? "function" : fname,
  ------------------
  |  Branch (1870:34): [True: 0, False: 0]
  ------------------
 1871|      0|                                 (fname == NULL) ? "" : "()",
  ------------------
  |  Branch (1871:34): [True: 0, False: 0]
  ------------------
 1872|      0|                                 kwlist[i], i+1);
 1873|      0|                    return cleanreturn(0, &freelist);
 1874|      0|                }
 1875|      0|            }
 1876|       |            /* current code reports success when all required args
 1877|       |             * fulfilled and no keyword args left, with no further
 1878|       |             * validation. XXX Maybe skip this in debug build ?
 1879|       |             */
 1880|     90|            if (!nkwargs && !skip) {
  ------------------
  |  Branch (1880:17): [True: 79, False: 11]
  |  Branch (1880:29): [True: 79, False: 0]
  ------------------
 1881|     79|                return cleanreturn(1, &freelist);
 1882|     79|            }
 1883|     90|        }
 1884|       |
 1885|       |        /* We are into optional args, skip through to any remaining
 1886|       |         * keyword args */
 1887|     11|        msg = skipitem(&format, p_va, flags);
 1888|     11|        if (msg) {
  ------------------
  |  Branch (1888:13): [True: 0, False: 11]
  ------------------
 1889|      0|            PyErr_Format(PyExc_SystemError, "%s: '%s'", msg,
 1890|      0|                         format);
 1891|      0|            return cleanreturn(0, &freelist);
 1892|      0|        }
 1893|     11|    }
 1894|       |
 1895|      1|    if (skip) {
  ------------------
  |  Branch (1895:9): [True: 0, False: 1]
  ------------------
 1896|      0|        PyErr_Format(PyExc_TypeError,
 1897|      0|                     "%.200s%s takes %s %d positional argument%s"
 1898|      0|                     " (%zd given)",
 1899|      0|                     (fname == NULL) ? "function" : fname,
  ------------------
  |  Branch (1899:22): [True: 0, False: 0]
  ------------------
 1900|      0|                     (fname == NULL) ? "" : "()",
  ------------------
  |  Branch (1900:22): [True: 0, False: 0]
  ------------------
 1901|      0|                     (Py_MIN(pos, min) < i) ? "at least" : "exactly",
  ------------------
  |  |  112|      0|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1901:22): [True: 0, False: 0]
  ------------------
 1902|      0|                     Py_MIN(pos, min),
  ------------------
  |  |  112|      0|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1903|      0|                     Py_MIN(pos, min) == 1 ? "" : "s",
  ------------------
  |  |  112|      0|#define Py_MIN(x, y) (((x) > (y)) ? (y) : (x))
  |  |  ------------------
  |  |  |  Branch (112:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1903:22): [True: 0, False: 0]
  ------------------
 1904|      0|                     nargs);
 1905|      0|        return cleanreturn(0, &freelist);
 1906|      0|    }
 1907|       |
 1908|      1|    if (!IS_END_OF_FORMAT(*format) && (*format != '|') && (*format != '$')) {
  ------------------
  |  | 1670|      2|#define IS_END_OF_FORMAT(c) (c == '\0' || c == ';' || c == ':')
  |  |  ------------------
  |  |  |  Branch (1670:30): [True: 0, False: 1]
  |  |  |  Branch (1670:43): [True: 0, False: 1]
  |  |  |  Branch (1670:55): [True: 1, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1908:39): [True: 0, False: 0]
  |  Branch (1908:59): [True: 0, False: 0]
  ------------------
 1909|      0|        PyErr_Format(PyExc_SystemError,
 1910|      0|            "more argument specifiers than keyword list entries "
 1911|      0|            "(remaining format:'%s')", format);
 1912|      0|        return cleanreturn(0, &freelist);
 1913|      0|    }
 1914|       |
 1915|      1|    if (nkwargs > 0) {
  ------------------
  |  Branch (1915:9): [True: 0, False: 1]
  ------------------
 1916|      0|        PyObject *key;
 1917|      0|        Py_ssize_t j;
 1918|       |        /* make sure there are no arguments given by name and position */
 1919|      0|        for (i = pos; i < nargs; i++) {
  ------------------
  |  Branch (1919:23): [True: 0, False: 0]
  ------------------
 1920|      0|            PyObject *current_arg;
 1921|      0|            if (kwargs != NULL) {
  ------------------
  |  Branch (1921:17): [True: 0, False: 0]
  ------------------
 1922|      0|                if (PyDict_GetItemStringRef(kwargs, kwlist[i], &current_arg) < 0) {
  ------------------
  |  Branch (1922:21): [True: 0, False: 0]
  ------------------
 1923|      0|                    return cleanreturn(0, &freelist);
 1924|      0|                }
 1925|      0|            }
 1926|      0|            else {
 1927|      0|                current_arg = find_keyword_str(kwnames, kwstack, kwlist[i]);
 1928|      0|            }
 1929|      0|            if (current_arg) {
  ------------------
  |  Branch (1929:17): [True: 0, False: 0]
  ------------------
 1930|      0|                Py_DECREF(current_arg);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1931|       |                /* arg present in tuple and in dict */
 1932|      0|                PyErr_Format(PyExc_TypeError,
 1933|      0|                             "argument for %.200s%s given by name ('%s') "
 1934|      0|                             "and position (%d)",
 1935|      0|                             (fname == NULL) ? "function" : fname,
  ------------------
  |  Branch (1935:30): [True: 0, False: 0]
  ------------------
 1936|      0|                             (fname == NULL) ? "" : "()",
  ------------------
  |  Branch (1936:30): [True: 0, False: 0]
  ------------------
 1937|      0|                             kwlist[i], i+1);
 1938|      0|                return cleanreturn(0, &freelist);
 1939|      0|            }
 1940|      0|        }
 1941|       |        /* make sure there are no extraneous keyword arguments */
 1942|      0|        j = 0;
 1943|      0|        while (1) {
  ------------------
  |  Branch (1943:16): [True: 0, Folded]
  ------------------
 1944|      0|            if (kwargs != NULL) {
  ------------------
  |  Branch (1944:17): [True: 0, False: 0]
  ------------------
 1945|      0|                if (!PyDict_Next(kwargs, &j, &key, NULL)) {
  ------------------
  |  Branch (1945:21): [True: 0, False: 0]
  ------------------
 1946|      0|                    break;
 1947|      0|                }
 1948|      0|            }
 1949|      0|            else {
 1950|      0|                if (j >= nkwargs) {
  ------------------
  |  Branch (1950:21): [True: 0, False: 0]
  ------------------
 1951|      0|                    break;
 1952|      0|                }
 1953|      0|                key = PyTuple_GET_ITEM(kwnames, j);
  ------------------
  |  |   29|      0|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      0|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1953:23): [True: 0, False: 0]
  ------------------
 1954|      0|                j++;
 1955|      0|            }
 1956|       |
 1957|      0|            int match = 0;
 1958|      0|            if (!PyUnicode_Check(key)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1958:17): [True: 0, False: 0]
  ------------------
 1959|      0|                PyErr_SetString(PyExc_TypeError,
 1960|      0|                                "keywords must be strings");
 1961|      0|                return cleanreturn(0, &freelist);
 1962|      0|            }
 1963|      0|            for (i = pos; i < len; i++) {
  ------------------
  |  Branch (1963:27): [True: 0, False: 0]
  ------------------
 1964|      0|                if (PyUnicode_EqualToUTF8(key, kwlist[i])) {
  ------------------
  |  Branch (1964:21): [True: 0, False: 0]
  ------------------
 1965|      0|                    match = 1;
 1966|      0|                    break;
 1967|      0|                }
 1968|      0|            }
 1969|      0|            if (!match) {
  ------------------
  |  Branch (1969:17): [True: 0, False: 0]
  ------------------
 1970|      0|                PyObject *_pykwtuple = new_kwtuple(kwlist, len, pos);
 1971|      0|                if (!_pykwtuple) {
  ------------------
  |  Branch (1971:21): [True: 0, False: 0]
  ------------------
 1972|      0|                    return cleanreturn(0, &freelist);
 1973|      0|                }
 1974|      0|                PyObject *pykwlist = PySequence_List(_pykwtuple);
 1975|      0|                Py_DECREF(_pykwtuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1976|      0|                if (!pykwlist) {
  ------------------
  |  Branch (1976:21): [True: 0, False: 0]
  ------------------
 1977|      0|                    return cleanreturn(0, &freelist);
 1978|      0|                }
 1979|      0|                PyObject *suggestion_keyword = _Py_CalculateSuggestions(pykwlist, key);
 1980|      0|                Py_DECREF(pykwlist);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1981|       |
 1982|      0|                if (suggestion_keyword) {
  ------------------
  |  Branch (1982:21): [True: 0, False: 0]
  ------------------
 1983|      0|                    PyErr_Format(PyExc_TypeError,
 1984|      0|                                "%.200s%s got an unexpected keyword argument '%S'."
 1985|      0|                                " Did you mean '%S'?",
 1986|      0|                                (fname == NULL) ? "this function" : fname,
  ------------------
  |  Branch (1986:33): [True: 0, False: 0]
  ------------------
 1987|      0|                                (fname == NULL) ? "" : "()",
  ------------------
  |  Branch (1987:33): [True: 0, False: 0]
  ------------------
 1988|      0|                                key,
 1989|      0|                                suggestion_keyword);
 1990|      0|                    Py_DECREF(suggestion_keyword);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1991|      0|                }
 1992|      0|                else {
 1993|      0|                    PyErr_Format(PyExc_TypeError,
 1994|      0|                                "%.200s%s got an unexpected keyword argument '%S'",
 1995|      0|                                (fname == NULL) ? "this function" : fname,
  ------------------
  |  Branch (1995:33): [True: 0, False: 0]
  ------------------
 1996|      0|                                (fname == NULL) ? "" : "()",
  ------------------
  |  Branch (1996:33): [True: 0, False: 0]
  ------------------
 1997|      0|                                key);
 1998|      0|                }
 1999|      0|                return cleanreturn(0, &freelist);
 2000|      0|            }
 2001|      0|        }
 2002|       |        /* Something wrong happened. There are extraneous keyword arguments,
 2003|       |         * but we don't know what. And we don't bother. */
 2004|      0|        PyErr_Format(PyExc_TypeError,
 2005|      0|                     "invalid keyword argument for %.200s%s",
 2006|      0|                     (fname == NULL) ? "this function" : fname,
  ------------------
  |  Branch (2006:22): [True: 0, False: 0]
  ------------------
 2007|      0|                     (fname == NULL) ? "" : "()");
  ------------------
  |  Branch (2007:22): [True: 0, False: 0]
  ------------------
 2008|      0|        return cleanreturn(0, &freelist);
 2009|      0|    }
 2010|       |
 2011|      1|    return cleanreturn(1, &freelist);
 2012|      1|}
getargs.c:skipitem:
 2699|     11|{
 2700|     11|    const char *format = *p_format;
 2701|     11|    char c = *format++;
 2702|       |
 2703|     11|    switch (c) {
 2704|       |
 2705|       |    /*
 2706|       |     * codes that take a single data pointer as an argument
 2707|       |     * (the type of the pointer is irrelevant)
 2708|       |     */
 2709|       |
 2710|      0|    case 'b': /* byte -- very short int */
  ------------------
  |  Branch (2710:5): [True: 0, False: 11]
  ------------------
 2711|      0|    case 'B': /* byte as bitfield */
  ------------------
  |  Branch (2711:5): [True: 0, False: 11]
  ------------------
 2712|      0|    case 'h': /* short int */
  ------------------
  |  Branch (2712:5): [True: 0, False: 11]
  ------------------
 2713|      0|    case 'H': /* short int as bitfield */
  ------------------
  |  Branch (2713:5): [True: 0, False: 11]
  ------------------
 2714|      0|    case 'i': /* int */
  ------------------
  |  Branch (2714:5): [True: 0, False: 11]
  ------------------
 2715|      0|    case 'I': /* int sized bitfield */
  ------------------
  |  Branch (2715:5): [True: 0, False: 11]
  ------------------
 2716|      0|    case 'l': /* long int */
  ------------------
  |  Branch (2716:5): [True: 0, False: 11]
  ------------------
 2717|      0|    case 'k': /* long int sized bitfield */
  ------------------
  |  Branch (2717:5): [True: 0, False: 11]
  ------------------
 2718|      0|    case 'L': /* long long */
  ------------------
  |  Branch (2718:5): [True: 0, False: 11]
  ------------------
 2719|      0|    case 'K': /* long long sized bitfield */
  ------------------
  |  Branch (2719:5): [True: 0, False: 11]
  ------------------
 2720|      0|    case 'n': /* Py_ssize_t */
  ------------------
  |  Branch (2720:5): [True: 0, False: 11]
  ------------------
 2721|      0|    case 'f': /* float */
  ------------------
  |  Branch (2721:5): [True: 0, False: 11]
  ------------------
 2722|      0|    case 'd': /* double */
  ------------------
  |  Branch (2722:5): [True: 0, False: 11]
  ------------------
 2723|      0|    case 'D': /* complex double */
  ------------------
  |  Branch (2723:5): [True: 0, False: 11]
  ------------------
 2724|      0|    case 'c': /* char */
  ------------------
  |  Branch (2724:5): [True: 0, False: 11]
  ------------------
 2725|      0|    case 'C': /* unicode char */
  ------------------
  |  Branch (2725:5): [True: 0, False: 11]
  ------------------
 2726|      0|    case 'p': /* boolean predicate */
  ------------------
  |  Branch (2726:5): [True: 0, False: 11]
  ------------------
 2727|      0|    case 'S': /* string object */
  ------------------
  |  Branch (2727:5): [True: 0, False: 11]
  ------------------
 2728|      0|    case 'Y': /* string object */
  ------------------
  |  Branch (2728:5): [True: 0, False: 11]
  ------------------
 2729|      0|    case 'U': /* unicode string object */
  ------------------
  |  Branch (2729:5): [True: 0, False: 11]
  ------------------
 2730|      0|        {
 2731|      0|            if (p_va != NULL) {
  ------------------
  |  Branch (2731:17): [True: 0, False: 0]
  ------------------
 2732|      0|                (void) va_arg(*p_va, void *);
 2733|      0|            }
 2734|      0|            break;
 2735|      0|        }
 2736|       |
 2737|       |    /* string codes */
 2738|       |
 2739|      0|    case 'e': /* string with encoding */
  ------------------
  |  Branch (2739:5): [True: 0, False: 11]
  ------------------
 2740|      0|        {
 2741|      0|            if (p_va != NULL) {
  ------------------
  |  Branch (2741:17): [True: 0, False: 0]
  ------------------
 2742|      0|                (void) va_arg(*p_va, const char *);
 2743|      0|            }
 2744|      0|            if (!(*format == 's' || *format == 't'))
  ------------------
  |  Branch (2744:19): [True: 0, False: 0]
  |  Branch (2744:37): [True: 0, False: 0]
  ------------------
 2745|       |                /* after 'e', only 's' and 't' is allowed */
 2746|      0|                goto err;
 2747|      0|            format++;
 2748|      0|        }
 2749|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 2750|       |
 2751|      0|    case 's': /* string */
  ------------------
  |  Branch (2751:5): [True: 0, False: 11]
  ------------------
 2752|      0|    case 'z': /* string or None */
  ------------------
  |  Branch (2752:5): [True: 0, False: 11]
  ------------------
 2753|      0|    case 'y': /* bytes */
  ------------------
  |  Branch (2753:5): [True: 0, False: 11]
  ------------------
 2754|      0|    case 'w': /* buffer, read-write */
  ------------------
  |  Branch (2754:5): [True: 0, False: 11]
  ------------------
 2755|      0|        {
 2756|      0|            if (p_va != NULL) {
  ------------------
  |  Branch (2756:17): [True: 0, False: 0]
  ------------------
 2757|      0|                (void) va_arg(*p_va, char **);
 2758|      0|            }
 2759|      0|            if (c == 'w' && *format != '*')
  ------------------
  |  Branch (2759:17): [True: 0, False: 0]
  |  Branch (2759:29): [True: 0, False: 0]
  ------------------
 2760|      0|            {
 2761|       |                /* after 'w', only '*' is allowed */
 2762|      0|                goto err;
 2763|      0|            }
 2764|      0|            if (*format == '#') {
  ------------------
  |  Branch (2764:17): [True: 0, False: 0]
  ------------------
 2765|      0|                if (p_va != NULL) {
  ------------------
  |  Branch (2765:21): [True: 0, False: 0]
  ------------------
 2766|      0|                    (void) va_arg(*p_va, Py_ssize_t *);
 2767|      0|                }
 2768|      0|                format++;
 2769|      0|            } else if ((c == 's' || c == 'z' || c == 'y' || c == 'w')
  ------------------
  |  Branch (2769:25): [True: 0, False: 0]
  |  Branch (2769:37): [True: 0, False: 0]
  |  Branch (2769:49): [True: 0, False: 0]
  |  Branch (2769:61): [True: 0, False: 0]
  ------------------
 2770|      0|                       && *format == '*')
  ------------------
  |  Branch (2770:27): [True: 0, False: 0]
  ------------------
 2771|      0|            {
 2772|      0|                format++;
 2773|      0|            }
 2774|      0|            break;
 2775|      0|        }
 2776|       |
 2777|     11|    case 'O': /* object */
  ------------------
  |  Branch (2777:5): [True: 11, False: 0]
  ------------------
 2778|     11|        {
 2779|     11|            if (*format == '!') {
  ------------------
  |  Branch (2779:17): [True: 0, False: 11]
  ------------------
 2780|      0|                format++;
 2781|      0|                if (p_va != NULL) {
  ------------------
  |  Branch (2781:21): [True: 0, False: 0]
  ------------------
 2782|      0|                    (void) va_arg(*p_va, PyTypeObject*);
 2783|      0|                    (void) va_arg(*p_va, PyObject **);
 2784|      0|                }
 2785|      0|            }
 2786|     11|            else if (*format == '&') {
  ------------------
  |  Branch (2786:22): [True: 0, False: 11]
  ------------------
 2787|      0|                typedef int (*converter)(PyObject *, void *);
 2788|      0|                if (p_va != NULL) {
  ------------------
  |  Branch (2788:21): [True: 0, False: 0]
  ------------------
 2789|      0|                    (void) va_arg(*p_va, converter);
 2790|      0|                    (void) va_arg(*p_va, void *);
 2791|      0|                }
 2792|      0|                format++;
 2793|      0|            }
 2794|     11|            else {
 2795|     11|                if (p_va != NULL) {
  ------------------
  |  Branch (2795:21): [True: 11, False: 0]
  ------------------
 2796|     11|                    (void) va_arg(*p_va, PyObject **);
 2797|     11|                }
 2798|     11|            }
 2799|     11|            break;
 2800|      0|        }
 2801|       |
 2802|      0|    case '(':           /* bypass tuple, not handled at all previously */
  ------------------
  |  Branch (2802:5): [True: 0, False: 11]
  ------------------
 2803|      0|        {
 2804|      0|            const char *msg;
 2805|      0|            for (;;) {
 2806|      0|                if (*format==')')
  ------------------
  |  Branch (2806:21): [True: 0, False: 0]
  ------------------
 2807|      0|                    break;
 2808|      0|                if (IS_END_OF_FORMAT(*format))
  ------------------
  |  | 1670|      0|#define IS_END_OF_FORMAT(c) (c == '\0' || c == ';' || c == ':')
  |  |  ------------------
  |  |  |  Branch (1670:30): [True: 0, False: 0]
  |  |  |  Branch (1670:43): [True: 0, False: 0]
  |  |  |  Branch (1670:55): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2809|      0|                    return "Unmatched left paren in format "
 2810|      0|                           "string";
 2811|      0|                msg = skipitem(&format, p_va, flags);
 2812|      0|                if (msg)
  ------------------
  |  Branch (2812:21): [True: 0, False: 0]
  ------------------
 2813|      0|                    return msg;
 2814|      0|            }
 2815|      0|            format++;
 2816|      0|            break;
 2817|      0|        }
 2818|       |
 2819|      0|    case ')':
  ------------------
  |  Branch (2819:5): [True: 0, False: 11]
  ------------------
 2820|      0|        return "Unmatched right paren in format string";
 2821|       |
 2822|      0|    default:
  ------------------
  |  Branch (2822:5): [True: 0, False: 11]
  ------------------
 2823|      0|err:
 2824|      0|        return "impossible<bad format char>";
 2825|       |
 2826|     11|    }
 2827|       |
 2828|     11|    *p_format = format;
 2829|       |    return NULL;
 2830|     11|}
getargs.c:vgetargskeywords:
 2018|     80|{
 2019|     80|    PyObject *const *args = _PyTuple_ITEMS(argstuple);
  ------------------
  |  |   26|     80|#define _PyTuple_ITEMS(op) _Py_RVALUE(_PyTuple_CAST(op)->ob_item)
  |  |  ------------------
  |  |  |  |  277|    160|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 80, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2020|     80|    Py_ssize_t nargs = PyTuple_GET_SIZE(argstuple);
  ------------------
  |  |   27|     80|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2021|       |    return vgetargskeywords_impl(args, nargs, kwargs, NULL,
 2022|     80|                                 format, kwlist, p_va, flags);
 2023|     80|}
getargs.c:parser_init:
 2228|      2|{
 2229|      2|    return _PyOnceFlag_CallOnce(&parser->once, &_parser_init, parser);
 2230|      2|}
getargs.c:_parser_init:
 2151|      2|{
 2152|      2|    struct _PyArg_Parser *parser = (struct _PyArg_Parser *)arg;
 2153|      2|    const char * const *keywords = parser->keywords;
 2154|      2|    assert(keywords != NULL);
  ------------------
  |  Branch (2154:5): [True: 2, False: 0]
  ------------------
 2155|      2|    assert(parser->pos == 0 &&
  ------------------
  |  Branch (2155:5): [True: 2, False: 0]
  |  Branch (2155:5): [True: 0, False: 0]
  |  Branch (2155:5): [True: 2, False: 0]
  |  Branch (2155:5): [True: 2, False: 0]
  |  Branch (2155:5): [True: 2, False: 0]
  |  Branch (2155:5): [True: 2, False: 0]
  ------------------
 2156|      2|           (parser->format == NULL || parser->fname == NULL) &&
 2157|      2|           parser->custom_msg == NULL &&
 2158|      2|           parser->min == 0 &&
 2159|      2|           parser->max == 0);
 2160|       |
 2161|      2|    int len, pos;
 2162|      2|    if (scan_keywords(keywords, &len, &pos) < 0) {
  ------------------
  |  Branch (2162:9): [True: 0, False: 2]
  ------------------
 2163|      0|        return -1;
 2164|      0|    }
 2165|       |
 2166|      2|    const char *fname, *custommsg = NULL;
 2167|      2|    int min = 0, max = 0;
 2168|      2|    if (parser->format) {
  ------------------
  |  Branch (2168:9): [True: 0, False: 2]
  ------------------
 2169|      0|        assert(parser->fname == NULL);
  ------------------
  |  Branch (2169:9): [True: 0, False: 0]
  ------------------
 2170|      0|        if (parse_format(parser->format, len, pos,
  ------------------
  |  Branch (2170:13): [True: 0, False: 0]
  ------------------
 2171|      0|                         &fname, &custommsg, &min, &max) < 0) {
 2172|      0|            return -1;
 2173|      0|        }
 2174|      0|    }
 2175|      2|    else {
 2176|      2|        assert(parser->fname != NULL);
  ------------------
  |  Branch (2176:9): [True: 2, False: 0]
  ------------------
 2177|      2|        fname = parser->fname;
 2178|      2|    }
 2179|       |
 2180|      2|    int owned;
 2181|      2|    PyObject *kwtuple = parser->kwtuple;
 2182|      2|    if (kwtuple == NULL) {
  ------------------
  |  Branch (2182:9): [True: 0, False: 2]
  ------------------
 2183|       |        /* We may temporarily switch to the main interpreter to avoid
 2184|       |         * creating a tuple that could outlive its owning interpreter. */
 2185|      0|        PyThreadState *save_tstate = NULL;
 2186|      0|        PyThreadState *temp_tstate = NULL;
 2187|      0|        if (!_Py_IsMainInterpreter(PyInterpreterState_Get())) {
  ------------------
  |  Branch (2187:13): [True: 0, False: 0]
  ------------------
 2188|      0|            temp_tstate = PyThreadState_New(_PyInterpreterState_Main());
 2189|      0|            if (temp_tstate == NULL) {
  ------------------
  |  Branch (2189:17): [True: 0, False: 0]
  ------------------
 2190|      0|                return -1;
 2191|      0|            }
 2192|      0|            save_tstate = PyThreadState_Swap(temp_tstate);
 2193|      0|        }
 2194|      0|        kwtuple = new_kwtuple(keywords, len, pos);
 2195|      0|        if (temp_tstate != NULL) {
  ------------------
  |  Branch (2195:13): [True: 0, False: 0]
  ------------------
 2196|      0|            PyThreadState_Clear(temp_tstate);
 2197|      0|            (void)PyThreadState_Swap(save_tstate);
 2198|      0|            PyThreadState_Delete(temp_tstate);
 2199|      0|        }
 2200|      0|        if (kwtuple == NULL) {
  ------------------
  |  Branch (2200:13): [True: 0, False: 0]
  ------------------
 2201|      0|            return -1;
 2202|      0|        }
 2203|      0|        owned = 1;
 2204|      0|    }
 2205|      2|    else {
 2206|      2|        owned = 0;
 2207|      2|    }
 2208|       |
 2209|      2|    parser->pos = pos;
 2210|      2|    parser->fname = fname;
 2211|      2|    parser->custom_msg = custommsg;
 2212|      2|    parser->min = min;
 2213|      2|    parser->max = max;
 2214|      2|    parser->kwtuple = kwtuple;
 2215|      2|    parser->is_kwtuple_owned = owned;
 2216|       |
 2217|      2|    assert(parser->next == NULL);
  ------------------
  |  Branch (2217:5): [True: 2, False: 0]
  ------------------
 2218|      2|    parser->next = _Py_atomic_load_ptr(&_PyRuntime.getargs.static_parsers);
 2219|      2|    do {
 2220|       |        // compare-exchange updates parser->next on failure
 2221|      2|    } while (!_Py_atomic_compare_exchange_ptr(&_PyRuntime.getargs.static_parsers,
  ------------------
  |  Branch (2221:14): [True: 0, False: 2]
  ------------------
 2222|      2|                                              &parser->next, parser));
 2223|      2|    return 0;
 2224|      2|}
getargs.c:scan_keywords:
 2027|      2|{
 2028|       |    /* scan keywords and count the number of positional-only parameters */
 2029|      2|    int i;
 2030|      2|    for (i = 0; keywords[i] && !*keywords[i]; i++) {
  ------------------
  |  Branch (2030:17): [True: 2, False: 0]
  |  Branch (2030:32): [True: 0, False: 2]
  ------------------
 2031|      0|    }
 2032|      2|    *pposonly = i;
 2033|       |
 2034|       |    /* scan keywords and get greatest possible nbr of args */
 2035|     12|    for (; keywords[i]; i++) {
  ------------------
  |  Branch (2035:12): [True: 10, False: 2]
  ------------------
 2036|     10|        if (!*keywords[i]) {
  ------------------
  |  Branch (2036:13): [True: 0, False: 10]
  ------------------
 2037|      0|            PyErr_SetString(PyExc_SystemError,
 2038|      0|                            "Empty keyword parameter name");
 2039|      0|            return -1;
 2040|      0|        }
 2041|     10|    }
 2042|      2|    *ptotal = i;
 2043|      2|    return 0;
 2044|      2|}
getargs.c:find_keyword:
 2255|      8|{
 2256|      8|    Py_ssize_t i, nkwargs;
 2257|       |
 2258|      8|    nkwargs = PyTuple_GET_SIZE(kwnames);
  ------------------
  |  |   27|      8|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2259|     18|    for (i = 0; i < nkwargs; i++) {
  ------------------
  |  Branch (2259:17): [True: 14, False: 4]
  ------------------
 2260|     14|        PyObject *kwname = PyTuple_GET_ITEM(kwnames, i);
  ------------------
  |  |   29|     14|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|     14|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2260:28): [True: 14, False: 0]
  ------------------
 2261|       |
 2262|       |        /* kwname == key will normally find a match in since keyword keys
 2263|       |           should be interned strings; if not retry below in a new loop. */
 2264|     14|        if (kwname == key) {
  ------------------
  |  Branch (2264:13): [True: 4, False: 10]
  ------------------
 2265|      4|            return Py_NewRef(kwstack[i]);
  ------------------
  |  |  550|      4|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2266|      4|        }
 2267|     14|    }
 2268|       |
 2269|     12|    for (i = 0; i < nkwargs; i++) {
  ------------------
  |  Branch (2269:17): [True: 8, False: 4]
  ------------------
 2270|      8|        PyObject *kwname = PyTuple_GET_ITEM(kwnames, i);
  ------------------
  |  |   29|      8|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      8|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2270:28): [True: 8, False: 0]
  ------------------
 2271|      8|        assert(PyUnicode_Check(kwname));
  ------------------
  |  Branch (2271:9): [True: 8, False: 0]
  ------------------
 2272|      8|        if (_PyUnicode_Equal(kwname, key)) {
  ------------------
  |  Branch (2272:13): [True: 0, False: 8]
  ------------------
 2273|      0|            return Py_NewRef(kwstack[i]);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2274|      0|        }
 2275|      8|    }
 2276|      4|    return NULL;
 2277|      4|}
getargs.c:unpack_stack:
 2882|    950|{
 2883|    950|    Py_ssize_t i;
 2884|    950|    PyObject **o;
 2885|       |
 2886|    950|    if (!_PyArg_CheckPositional(name, nargs, min, max)) {
  ------------------
  |  Branch (2886:9): [True: 0, False: 950]
  ------------------
 2887|      0|        return 0;
 2888|      0|    }
 2889|       |
 2890|  2.42k|    for (i = 0; i < nargs; i++) {
  ------------------
  |  Branch (2890:17): [True: 1.47k, False: 950]
  ------------------
 2891|       |        o = va_arg(vargs, PyObject **);
 2892|  1.47k|        *o = args[i];
 2893|  1.47k|    }
 2894|    950|    return 1;
 2895|    950|}

Py_GetCompiler:
   29|      2|{
   30|      2|    return COMPILER;
  ------------------
  |  |   15|      2|#define COMPILER "[Clang " __clang_version__ "]"
  ------------------
   31|      2|}

Py_GetCopyright:
   21|      2|{
   22|      2|    return cprt;
   23|      2|}

_PyOS_ResetGetOpt:
   53|      8|{
   54|      8|    _PyOS_opterr = 1;
   55|      8|    _PyOS_optind = 1;
   56|       |    _PyOS_optarg = NULL;
   57|      8|    opt_ptr = L"";
   58|      8|}
_PyOS_GetOpt:
   61|      8|{
   62|      8|    wchar_t *ptr;
   63|      8|    wchar_t option;
   64|       |
   65|      8|    if (*opt_ptr == '\0') {
  ------------------
  |  Branch (65:9): [True: 8, False: 0]
  ------------------
   66|       |
   67|      8|        if (_PyOS_optind >= argc)
  ------------------
  |  Branch (67:13): [True: 8, False: 0]
  ------------------
   68|      8|            return -1;
   69|       |#ifdef MS_WINDOWS
   70|       |        else if (wcscmp(argv[_PyOS_optind], L"/?") == 0) {
   71|       |            ++_PyOS_optind;
   72|       |            return 'h';
   73|       |        }
   74|       |#endif
   75|       |
   76|      0|        else if (argv[_PyOS_optind][0] != L'-' ||
  ------------------
  |  Branch (76:18): [True: 0, False: 0]
  ------------------
   77|      0|                 argv[_PyOS_optind][1] == L'\0' /* lone dash */ )
  ------------------
  |  Branch (77:18): [True: 0, False: 0]
  ------------------
   78|      0|            return -1;
   79|       |
   80|      0|        else if (wcscmp(argv[_PyOS_optind], L"--") == 0) {
  ------------------
  |  Branch (80:18): [True: 0, False: 0]
  ------------------
   81|      0|            ++_PyOS_optind;
   82|      0|            return -1;
   83|      0|        }
   84|       |
   85|      0|        else if (wcscmp(argv[_PyOS_optind], L"--help") == 0) {
  ------------------
  |  Branch (85:18): [True: 0, False: 0]
  ------------------
   86|      0|            ++_PyOS_optind;
   87|      0|            return 'h';
   88|      0|        }
   89|       |
   90|      0|        else if (wcscmp(argv[_PyOS_optind], L"--version") == 0) {
  ------------------
  |  Branch (90:18): [True: 0, False: 0]
  ------------------
   91|      0|            ++_PyOS_optind;
   92|      0|            return 'V';
   93|      0|        }
   94|       |
   95|      0|        opt_ptr = &argv[_PyOS_optind++][1];
   96|      0|    }
   97|       |
   98|      0|    if ((option = *opt_ptr++) == L'\0')
  ------------------
  |  Branch (98:9): [True: 0, False: 0]
  ------------------
   99|      0|        return -1;
  100|       |
  101|      0|    if (option == L'-') {
  ------------------
  |  Branch (101:9): [True: 0, False: 0]
  ------------------
  102|       |        // Parse long option.
  103|      0|        if (*opt_ptr == L'\0') {
  ------------------
  |  Branch (103:13): [True: 0, False: 0]
  ------------------
  104|      0|            if (_PyOS_opterr) {
  ------------------
  |  Branch (104:17): [True: 0, False: 0]
  ------------------
  105|      0|                fprintf(stderr, "Expected long option\n");
  106|      0|            }
  107|      0|            return -1;
  108|      0|        }
  109|      0|        *longindex = 0;
  110|      0|        const _PyOS_LongOption *opt;
  111|      0|        for (opt = &longopts[*longindex]; opt->name; opt = &longopts[++(*longindex)]) {
  ------------------
  |  Branch (111:43): [True: 0, False: 0]
  ------------------
  112|      0|            if (!wcscmp(opt->name, opt_ptr))
  ------------------
  |  Branch (112:17): [True: 0, False: 0]
  ------------------
  113|      0|                break;
  114|      0|        }
  115|      0|        if (!opt->name) {
  ------------------
  |  Branch (115:13): [True: 0, False: 0]
  ------------------
  116|      0|            if (_PyOS_opterr) {
  ------------------
  |  Branch (116:17): [True: 0, False: 0]
  ------------------
  117|      0|                fprintf(stderr, "Unknown option: %ls\n", argv[_PyOS_optind - 1]);
  118|      0|            }
  119|      0|            return '_';
  120|      0|        }
  121|      0|        opt_ptr = L"";
  122|      0|        if (!opt->has_arg) {
  ------------------
  |  Branch (122:13): [True: 0, False: 0]
  ------------------
  123|      0|            return opt->val;
  124|      0|        }
  125|      0|        if (_PyOS_optind >= argc) {
  ------------------
  |  Branch (125:13): [True: 0, False: 0]
  ------------------
  126|      0|            if (_PyOS_opterr) {
  ------------------
  |  Branch (126:17): [True: 0, False: 0]
  ------------------
  127|      0|                fprintf(stderr, "Argument expected for the %ls options\n",
  128|      0|                        argv[_PyOS_optind - 1]);
  129|      0|            }
  130|      0|            return '_';
  131|      0|        }
  132|      0|        _PyOS_optarg = argv[_PyOS_optind++];
  133|      0|        return opt->val;
  134|      0|    }
  135|       |
  136|      0|    if ((ptr = wcschr(SHORT_OPTS, option)) == NULL) {
  ------------------
  |  |   40|      0|#define SHORT_OPTS L"bBc:dEhiIm:OPqRsStuvVW:xX:?"
  ------------------
  |  Branch (136:9): [True: 0, False: 0]
  ------------------
  137|      0|        if (_PyOS_opterr) {
  ------------------
  |  Branch (137:13): [True: 0, False: 0]
  ------------------
  138|      0|            fprintf(stderr, "Unknown option: -%c\n", (char)option);
  139|      0|        }
  140|      0|        return '_';
  141|      0|    }
  142|       |
  143|      0|    if (*(ptr + 1) == L':') {
  ------------------
  |  Branch (143:9): [True: 0, False: 0]
  ------------------
  144|      0|        if (*opt_ptr != L'\0') {
  ------------------
  |  Branch (144:13): [True: 0, False: 0]
  ------------------
  145|      0|            _PyOS_optarg  = opt_ptr;
  146|      0|            opt_ptr = L"";
  147|      0|        }
  148|       |
  149|      0|        else {
  150|      0|            if (_PyOS_optind >= argc) {
  ------------------
  |  Branch (150:17): [True: 0, False: 0]
  ------------------
  151|      0|                if (_PyOS_opterr) {
  ------------------
  |  Branch (151:21): [True: 0, False: 0]
  ------------------
  152|      0|                    fprintf(stderr,
  153|      0|                        "Argument expected for the -%c option\n", (char)option);
  154|      0|                }
  155|      0|                return '_';
  156|      0|            }
  157|       |
  158|      0|            _PyOS_optarg = argv[_PyOS_optind++];
  159|      0|        }
  160|      0|    }
  161|       |
  162|      0|    return option;
  163|      0|}

Py_GetPlatform:
   10|      2|{
   11|      2|    return PLATFORM;
   12|      2|}

_Py_InitVersion:
   12|      4|{
   13|      4|    if (initialized) {
  ------------------
  |  Branch (13:9): [True: 2, False: 2]
  ------------------
   14|      2|        return;
   15|      2|    }
   16|      2|    initialized = 1;
   17|       |#ifdef Py_GIL_DISABLED
   18|       |    const char *buildinfo_format = "%.80s free-threading build (%.80s) %.80s";
   19|       |#else
   20|      2|    const char *buildinfo_format = "%.80s (%.80s) %.80s";
   21|      2|#endif
   22|      2|    PyOS_snprintf(version, sizeof(version), buildinfo_format,
   23|      2|                  PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler());
  ------------------
  |  |   30|      2|#define PY_VERSION              "3.16.0a0"
  ------------------
   24|      2|}
Py_GetVersion:
   28|      2|{
   29|      2|    _Py_InitVersion();
   30|      2|    return version;
   31|      2|}

_Py_hashtable_hash_ptr:
   94|      6|{
   95|      6|    return (Py_uhash_t)_Py_HashPointerRaw(key);
   96|      6|}
_Py_hashtable_get_entry_generic:
  141|  22.5k|{
  142|  22.5k|    Py_uhash_t key_hash = ht->hash_func(key);
  143|  22.5k|    size_t index = key_hash & (ht->nbuckets - 1);
  144|  22.5k|    _Py_hashtable_entry_t *entry = TABLE_HEAD(ht, index);
  ------------------
  |  |   59|  22.5k|        ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(HT)->buckets[BUCKET]))
  |  |  ------------------
  |  |  |  |   23|  22.5k|#define _Py_SLIST_HEAD(SLIST) _Py_RVALUE(((_Py_slist_t *)(SLIST))->head)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  22.5k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  145|  27.9k|    while (1) {
  ------------------
  |  Branch (145:12): [True: 27.9k, Folded]
  ------------------
  146|  27.9k|        if (entry == NULL) {
  ------------------
  |  Branch (146:13): [True: 16.1k, False: 11.8k]
  ------------------
  147|  16.1k|            return NULL;
  148|  16.1k|        }
  149|  11.8k|        if (entry->key_hash == key_hash && ht->compare_func(key, entry->key)) {
  ------------------
  |  Branch (149:13): [True: 6.41k, False: 5.43k]
  |  Branch (149:44): [True: 6.41k, False: 0]
  ------------------
  150|  6.41k|            break;
  151|  6.41k|        }
  152|  5.43k|        entry = ENTRY_NEXT(entry);
  ------------------
  |  |   61|  5.43k|        ((_Py_hashtable_entry_t *)_Py_SLIST_ITEM_NEXT(ENTRY))
  |  |  ------------------
  |  |  |  |   21|  5.43k|#define _Py_SLIST_ITEM_NEXT(ITEM) _Py_RVALUE(((_Py_slist_item_t *)(ITEM))->next)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  5.43k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  153|  5.43k|    }
  154|  6.41k|    return entry;
  155|  22.5k|}
_Py_hashtable_set:
  218|  2.24k|{
  219|  2.24k|    _Py_hashtable_entry_t *entry;
  220|       |
  221|  2.24k|#ifndef NDEBUG
  222|       |    /* Don't write the assertion on a single line because it is interesting
  223|       |       to know the duplicated entry if the assertion failed. The entry can
  224|       |       be read using a debugger. */
  225|  2.24k|    entry = ht->get_entry_func(ht, key);
  226|  2.24k|    assert(entry == NULL);
  ------------------
  |  Branch (226:5): [True: 2.24k, False: 0]
  ------------------
  227|  2.24k|#endif
  228|       |
  229|  2.24k|    entry = ht->alloc.malloc(sizeof(_Py_hashtable_entry_t));
  230|  2.24k|    if (entry == NULL) {
  ------------------
  |  Branch (230:9): [True: 0, False: 2.24k]
  ------------------
  231|       |        /* memory allocation failed */
  232|      0|        return -1;
  233|      0|    }
  234|       |
  235|  2.24k|    entry->key_hash = ht->hash_func(key);
  236|  2.24k|    entry->key = (void *)key;
  237|  2.24k|    entry->value = value;
  238|       |
  239|  2.24k|    ht->nentries++;
  240|  2.24k|    if ((float)ht->nentries / (float)ht->nbuckets > HASHTABLE_HIGH) {
  ------------------
  |  |   52|  2.24k|#define HASHTABLE_HIGH 0.50
  ------------------
  |  Branch (240:9): [True: 16, False: 2.23k]
  ------------------
  241|     16|        if (hashtable_rehash(ht) < 0) {
  ------------------
  |  Branch (241:13): [True: 0, False: 16]
  ------------------
  242|      0|            ht->nentries--;
  243|      0|            ht->alloc.free(entry);
  244|      0|            return -1;
  245|      0|        }
  246|     16|    }
  247|       |
  248|  2.24k|    size_t index = entry->key_hash & (ht->nbuckets - 1);
  249|  2.24k|    _Py_slist_prepend(&ht->buckets[index], (_Py_slist_item_t*)entry);
  250|  2.24k|    return 0;
  251|  2.24k|}
_Py_hashtable_get:
  256|  20.2k|{
  257|  20.2k|    _Py_hashtable_entry_t *entry = ht->get_entry_func(ht, key);
  258|  20.2k|    if (entry != NULL) {
  ------------------
  |  Branch (258:9): [True: 6.41k, False: 13.8k]
  ------------------
  259|  6.41k|        return entry->value;
  260|  6.41k|    }
  261|  13.8k|    else {
  262|       |        return NULL;
  263|  13.8k|    }
  264|  20.2k|}
_Py_hashtable_new_full:
  328|     14|{
  329|     14|    _Py_hashtable_allocator_t alloc;
  330|     14|    if (allocator == NULL) {
  ------------------
  |  Branch (330:9): [True: 2, False: 12]
  ------------------
  331|      2|        alloc.malloc = PyMem_Malloc;
  332|      2|        alloc.free = PyMem_Free;
  333|      2|    }
  334|     12|    else {
  335|     12|        alloc = *allocator;
  336|     12|    }
  337|       |
  338|     14|    _Py_hashtable_t *ht = (_Py_hashtable_t *)alloc.malloc(sizeof(_Py_hashtable_t));
  339|     14|    if (ht == NULL) {
  ------------------
  |  Branch (339:9): [True: 0, False: 14]
  ------------------
  340|      0|        return ht;
  341|      0|    }
  342|       |
  343|     14|    ht->nbuckets = HASHTABLE_MIN_SIZE;
  ------------------
  |  |   51|     14|#define HASHTABLE_MIN_SIZE 16
  ------------------
  344|     14|    ht->nentries = 0;
  345|       |
  346|     14|    size_t buckets_size = ht->nbuckets * sizeof(ht->buckets[0]);
  347|     14|    ht->buckets = alloc.malloc(buckets_size);
  348|     14|    if (ht->buckets == NULL) {
  ------------------
  |  Branch (348:9): [True: 0, False: 14]
  ------------------
  349|      0|        alloc.free(ht);
  350|      0|        return NULL;
  351|      0|    }
  352|     14|    memset(ht->buckets, 0, buckets_size);
  353|       |
  354|     14|    ht->get_entry_func = _Py_hashtable_get_entry_generic;
  355|     14|    ht->hash_func = hash_func;
  356|     14|    ht->compare_func = compare_func;
  357|     14|    ht->key_destroy_func = key_destroy_func;
  358|     14|    ht->value_destroy_func = value_destroy_func;
  359|     14|    ht->alloc = alloc;
  360|     14|    if (ht->hash_func == _Py_hashtable_hash_ptr
  ------------------
  |  Branch (360:9): [True: 4, False: 10]
  ------------------
  361|      4|        && ht->compare_func == _Py_hashtable_compare_direct)
  ------------------
  |  Branch (361:12): [True: 4, False: 0]
  ------------------
  362|      4|    {
  363|      4|        ht->get_entry_func = _Py_hashtable_get_entry_ptr;
  364|      4|    }
  365|     14|    return ht;
  366|     14|}
_Py_hashtable_new:
  372|      2|{
  373|      2|    return _Py_hashtable_new_full(hash_func, compare_func,
  374|      2|                                  NULL, NULL, NULL);
  375|      2|}
_Py_hashtable_destroy:
  412|      2|{
  413|     34|    for (size_t i = 0; i < ht->nbuckets; i++) {
  ------------------
  |  Branch (413:24): [True: 32, False: 2]
  ------------------
  414|     32|        _Py_hashtable_entry_t *entry = TABLE_HEAD(ht, i);
  ------------------
  |  |   59|     32|        ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(HT)->buckets[BUCKET]))
  |  |  ------------------
  |  |  |  |   23|     32|#define _Py_SLIST_HEAD(SLIST) _Py_RVALUE(((_Py_slist_t *)(SLIST))->head)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     32|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  415|     34|        while (entry) {
  ------------------
  |  Branch (415:16): [True: 2, False: 32]
  ------------------
  416|      2|            _Py_hashtable_entry_t *entry_next = ENTRY_NEXT(entry);
  ------------------
  |  |   61|      2|        ((_Py_hashtable_entry_t *)_Py_SLIST_ITEM_NEXT(ENTRY))
  |  |  ------------------
  |  |  |  |   21|      2|#define _Py_SLIST_ITEM_NEXT(ITEM) _Py_RVALUE(((_Py_slist_item_t *)(ITEM))->next)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  417|      2|            _Py_hashtable_destroy_entry(ht, entry);
  418|      2|            entry = entry_next;
  419|      2|        }
  420|     32|    }
  421|       |
  422|      2|    ht->alloc.free(ht->buckets);
  423|      2|    ht->alloc.free(ht);
  424|      2|}
hashtable.c:_Py_slist_prepend:
   75|  6.32k|{
   76|  6.32k|    item->next = list->head;
   77|  6.32k|    list->head = item;
   78|  6.32k|}
hashtable.c:hashtable_rehash:
  288|     16|{
  289|     16|    size_t new_size = round_size((size_t)(ht->nentries * HASHTABLE_REHASH_FACTOR));
  ------------------
  |  |   54|     16|#define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)
  |  |  ------------------
  |  |  |  |   53|     16|#define HASHTABLE_LOW 0.10
  |  |  ------------------
  |  |               #define HASHTABLE_REHASH_FACTOR 2.0 / (HASHTABLE_LOW + HASHTABLE_HIGH)
  |  |  ------------------
  |  |  |  |   52|     16|#define HASHTABLE_HIGH 0.50
  |  |  ------------------
  ------------------
  290|     16|    if (new_size == ht->nbuckets) {
  ------------------
  |  Branch (290:9): [True: 0, False: 16]
  ------------------
  291|      0|        return 0;
  292|      0|    }
  293|       |
  294|     16|    size_t buckets_size = new_size * sizeof(ht->buckets[0]);
  295|     16|    _Py_slist_t *new_buckets = ht->alloc.malloc(buckets_size);
  296|     16|    if (new_buckets == NULL) {
  ------------------
  |  Branch (296:9): [True: 0, False: 16]
  ------------------
  297|       |        /* memory allocation failed */
  298|      0|        return -1;
  299|      0|    }
  300|     16|    memset(new_buckets, 0, buckets_size);
  301|       |
  302|  8.17k|    for (size_t bucket = 0; bucket < ht->nbuckets; bucket++) {
  ------------------
  |  Branch (302:29): [True: 8.16k, False: 16]
  ------------------
  303|  8.16k|        _Py_hashtable_entry_t *entry = BUCKETS_HEAD(ht->buckets[bucket]);
  ------------------
  |  |   57|  8.16k|        ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(SLIST)))
  |  |  ------------------
  |  |  |  |   23|  8.16k|#define _Py_SLIST_HEAD(SLIST) _Py_RVALUE(((_Py_slist_t *)(SLIST))->head)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  8.16k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  304|  12.2k|        while (entry != NULL) {
  ------------------
  |  Branch (304:16): [True: 4.08k, False: 8.16k]
  ------------------
  305|  4.08k|            assert(ht->hash_func(entry->key) == entry->key_hash);
  ------------------
  |  Branch (305:13): [True: 4.08k, False: 0]
  ------------------
  306|  4.08k|            _Py_hashtable_entry_t *next = ENTRY_NEXT(entry);
  ------------------
  |  |   61|  4.08k|        ((_Py_hashtable_entry_t *)_Py_SLIST_ITEM_NEXT(ENTRY))
  |  |  ------------------
  |  |  |  |   21|  4.08k|#define _Py_SLIST_ITEM_NEXT(ITEM) _Py_RVALUE(((_Py_slist_item_t *)(ITEM))->next)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|  4.08k|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  307|  4.08k|            size_t entry_index = entry->key_hash & (new_size - 1);
  308|       |
  309|  4.08k|            _Py_slist_prepend(&new_buckets[entry_index], (_Py_slist_item_t*)entry);
  310|       |
  311|  4.08k|            entry = next;
  312|  4.08k|        }
  313|  8.16k|    }
  314|       |
  315|     16|    ht->alloc.free(ht->buckets);
  316|     16|    ht->nbuckets = new_size;
  317|     16|    ht->buckets = new_buckets;
  318|     16|    return 0;
  319|     16|}
hashtable.c:round_size:
  109|     16|{
  110|     16|    size_t i;
  111|     16|    if (s < HASHTABLE_MIN_SIZE)
  ------------------
  |  |   51|     16|#define HASHTABLE_MIN_SIZE 16
  ------------------
  |  Branch (111:9): [True: 0, False: 16]
  ------------------
  112|      0|        return HASHTABLE_MIN_SIZE;
  ------------------
  |  |   51|      0|#define HASHTABLE_MIN_SIZE 16
  ------------------
  113|     16|    i = 1;
  114|    152|    while (i < s)
  ------------------
  |  Branch (114:12): [True: 136, False: 16]
  ------------------
  115|    136|        i <<= 1;
  116|     16|    return i;
  117|     16|}
hashtable.c:_Py_hashtable_get_entry_ptr:
  163|      4|{
  164|      4|    Py_uhash_t key_hash = _Py_hashtable_hash_ptr(key);
  165|      4|    size_t index = key_hash & (ht->nbuckets - 1);
  166|      4|    _Py_hashtable_entry_t *entry = TABLE_HEAD(ht, index);
  ------------------
  |  |   59|      4|        ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(HT)->buckets[BUCKET]))
  |  |  ------------------
  |  |  |  |   23|      4|#define _Py_SLIST_HEAD(SLIST) _Py_RVALUE(((_Py_slist_t *)(SLIST))->head)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      4|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|      4|    while (1) {
  ------------------
  |  Branch (167:12): [True: 4, Folded]
  ------------------
  168|      4|        if (entry == NULL) {
  ------------------
  |  Branch (168:13): [True: 4, False: 0]
  ------------------
  169|      4|            return NULL;
  170|      4|        }
  171|       |        // Compare directly keys (ignore entry->key_hash)
  172|      0|        if (entry->key == key) {
  ------------------
  |  Branch (172:13): [True: 0, False: 0]
  ------------------
  173|      0|            break;
  174|      0|        }
  175|      0|        entry = ENTRY_NEXT(entry);
  ------------------
  |  |   61|      0|        ((_Py_hashtable_entry_t *)_Py_SLIST_ITEM_NEXT(ENTRY))
  |  |  ------------------
  |  |  |  |   21|      0|#define _Py_SLIST_ITEM_NEXT(ITEM) _Py_RVALUE(((_Py_slist_item_t *)(ITEM))->next)
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  176|      0|    }
  177|      0|    return entry;
  178|      4|}
hashtable.c:_Py_hashtable_destroy_entry:
  380|      2|{
  381|      2|    if (ht->key_destroy_func) {
  ------------------
  |  Branch (381:9): [True: 0, False: 2]
  ------------------
  382|      0|        ht->key_destroy_func(entry->key);
  383|      0|    }
  384|      2|    if (ht->value_destroy_func) {
  ------------------
  |  Branch (384:9): [True: 0, False: 2]
  ------------------
  385|      0|        ht->value_destroy_func(entry->value);
  386|      0|    }
  387|      2|    ht->alloc.free(entry);
  388|      2|}

_PyImport_AcquireLock:
  154|    287|{
  155|    287|    _PyRecursiveMutex_Lock(&IMPORT_LOCK(interp));
  ------------------
  |  |  114|    287|    (interp)->imports.lock
  ------------------
  156|    287|}
_PyImport_ReleaseLock:
  160|    287|{
  161|    287|    _PyRecursiveMutex_Unlock(&IMPORT_LOCK(interp));
  ------------------
  |  |  114|    287|    (interp)->imports.lock
  ------------------
  162|    287|}
_PyImport_InitModules:
  178|      2|{
  179|      2|    assert(MODULES(interp) == NULL);
  ------------------
  |  Branch (179:5): [True: 2, False: 0]
  ------------------
  180|      2|    MODULES(interp) = PyDict_New();
  ------------------
  |  |   92|      2|    (interp)->imports.modules
  ------------------
  181|      2|    if (MODULES(interp) == NULL) {
  ------------------
  |  |   92|      2|    (interp)->imports.modules
  ------------------
  |  Branch (181:9): [True: 0, False: 2]
  ------------------
  182|      0|        return NULL;
  183|      0|    }
  184|      2|    return MODULES(interp);
  ------------------
  |  |   92|      2|    (interp)->imports.modules
  ------------------
  185|      2|}
_PyImport_GetModules:
  189|      2|{
  190|      2|    return MODULES(interp);
  ------------------
  |  |   92|      2|    (interp)->imports.modules
  ------------------
  191|      2|}
_PyImport_SetModuleString:
  250|      2|{
  251|      2|    PyThreadState *tstate = _PyThreadState_GET();
  252|       |    PyObject *modules = get_modules_dict(tstate, true);
  253|      2|    return PyMapping_SetItemString(modules, name, m);
  254|      2|}
_PyImport_InitLazyModules:
  273|      2|{
  274|      2|    assert(LAZY_MODULES(interp) == NULL);
  ------------------
  |  Branch (274:5): [True: 2, False: 0]
  ------------------
  275|      2|    LAZY_MODULES(interp) = PyDict_New();
  ------------------
  |  |   96|      2|    (interp)->imports.lazy_modules
  ------------------
  276|      2|    return LAZY_MODULES(interp);
  ------------------
  |  |   96|      2|    (interp)->imports.lazy_modules
  ------------------
  277|      2|}
PyImport_GetModule:
  334|      4|{
  335|      4|    PyThreadState *tstate = _PyThreadState_GET();
  336|      4|    PyObject *mod;
  337|       |
  338|      4|    mod = import_get_module(tstate, name);
  339|      4|    if (mod != NULL && mod != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (339:9): [True: 0, False: 4]
  |  Branch (339:24): [True: 0, False: 0]
  ------------------
  340|      0|        if (import_ensure_initialized(tstate->interp, mod, name) < 0) {
  ------------------
  |  Branch (340:13): [True: 0, False: 0]
  ------------------
  341|      0|            goto error;
  342|      0|        }
  343|       |        /* Verify the module is still in sys.modules. Another thread may have
  344|       |           removed it (due to import failure) between our import_get_module()
  345|       |           call and the _initializing check in import_ensure_initialized(). */
  346|      0|        PyObject *mod_check = import_get_module(tstate, name);
  347|      0|        if (mod_check != mod) {
  ------------------
  |  Branch (347:13): [True: 0, False: 0]
  ------------------
  348|      0|            Py_XDECREF(mod_check);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  349|      0|            if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (349:17): [True: 0, False: 0]
  ------------------
  350|      0|                goto error;
  351|      0|            }
  352|       |            /* The module was removed or replaced. Return NULL to report
  353|       |               "not found" rather than trying to keep up with racing
  354|       |               modifications to sys.modules; returning the new value would
  355|       |               require looping to redo the ensure_initialized check. */
  356|      0|            Py_DECREF(mod);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  357|      0|            return NULL;
  358|      0|        }
  359|      0|        Py_DECREF(mod_check);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  360|      0|    }
  361|      4|    return mod;
  362|       |
  363|      0|error:
  364|      0|    Py_DECREF(mod);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  365|      0|    remove_importlib_frames(tstate);
  366|       |    return NULL;
  367|      4|}
PyImport_AddModuleRef:
  412|      2|{
  413|      2|    PyObject *name_obj = PyUnicode_FromString(name);
  414|      2|    if (name_obj == NULL) {
  ------------------
  |  Branch (414:9): [True: 0, False: 2]
  ------------------
  415|      0|        return NULL;
  416|      0|    }
  417|      2|    PyThreadState *tstate = _PyThreadState_GET();
  418|      2|    PyObject *module = import_add_module(tstate, name_obj);
  419|      2|    Py_DECREF(name_obj);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  420|      2|    return module;
  421|      2|}
PyImport_AddModuleObject:
  426|      2|{
  427|      2|    PyThreadState *tstate = _PyThreadState_GET();
  428|      2|    PyObject *mod = import_add_module(tstate, name);
  429|      2|    if (!mod) {
  ------------------
  |  Branch (429:9): [True: 0, False: 2]
  ------------------
  430|      0|        return NULL;
  431|      0|    }
  432|       |
  433|       |    // gh-86160: PyImport_AddModuleObject() returns a borrowed reference.
  434|       |    // Create a weak reference to produce a borrowed reference, since it can
  435|       |    // become NULL. sys.modules type can be different than dict and it is not
  436|       |    // guaranteed that it keeps a strong reference to the module. It can be a
  437|       |    // custom mapping with __getitem__() which returns a new object or removes
  438|       |    // returned object, or __setitem__ which does nothing. There is so much
  439|       |    // unknown.  With weakref we can be sure that we get either a reference to
  440|       |    // live object or NULL.
  441|       |    //
  442|       |    // Use PyImport_AddModuleRef() to avoid these issues.
  443|      2|    PyObject *ref = PyWeakref_NewRef(mod, NULL);
  444|      2|    Py_DECREF(mod);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  445|      2|    if (ref == NULL) {
  ------------------
  |  Branch (445:9): [True: 0, False: 2]
  ------------------
  446|      0|        return NULL;
  447|      0|    }
  448|      2|    mod = _PyWeakref_GET_REF(ref);
  449|      2|    Py_DECREF(ref);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  450|      2|    Py_XDECREF(mod);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  451|       |
  452|      2|    if (mod == NULL && !PyErr_Occurred()) {
  ------------------
  |  Branch (452:9): [True: 0, False: 2]
  |  Branch (452:24): [True: 0, False: 0]
  ------------------
  453|      0|        PyErr_SetString(PyExc_RuntimeError,
  454|      0|                        "sys.modules does not hold a strong reference "
  455|      0|                        "to the module");
  456|      0|    }
  457|      2|    return mod; /* borrowed reference */
  458|      2|}
_PyImport_GetNextModuleIndex:
  505|     38|{
  506|     38|    return _Py_atomic_add_ssize(&LAST_MODULE_INDEX, 1) + 1;
  ------------------
  |  |   81|     38|#define LAST_MODULE_INDEX _PyRuntime.imports.last_module_index
  ------------------
  507|     38|}
_PyImport_ResolveNameWithPackageContext:
  885|      8|{
  886|      8|    if (PKGCONTEXT != NULL) {
  ------------------
  |  |  881|      8|# define PKGCONTEXT pkgcontext
  ------------------
  |  Branch (886:9): [True: 0, False: 8]
  ------------------
  887|      0|        const char *p = strrchr(PKGCONTEXT, '.');
  ------------------
  |  |  881|      0|# define PKGCONTEXT pkgcontext
  ------------------
  888|      0|        if (p != NULL && strcmp(name, p+1) == 0) {
  ------------------
  |  Branch (888:13): [True: 0, False: 0]
  |  Branch (888:26): [True: 0, False: 0]
  ------------------
  889|      0|            name = PKGCONTEXT;
  ------------------
  |  |  881|      0|# define PKGCONTEXT pkgcontext
  ------------------
  890|      0|            PKGCONTEXT = NULL;
  ------------------
  |  |  881|      0|# define PKGCONTEXT pkgcontext
  ------------------
  891|      0|        }
  892|      0|    }
  893|      8|    return name;
  894|      8|}
_PyImport_SwapPackageContext:
  898|     60|{
  899|     60|    const char *oldcontext = PKGCONTEXT;
  ------------------
  |  |  881|     60|# define PKGCONTEXT pkgcontext
  ------------------
  900|     60|    PKGCONTEXT = newcontext;
  ------------------
  |  |  881|     60|# define PKGCONTEXT pkgcontext
  ------------------
  901|     60|    return oldcontext;
  902|     60|}
_PyImport_FixupBuiltin:
 2383|      4|{
 2384|      4|    int res = -1;
 2385|      4|    assert(mod != NULL && PyModule_Check(mod));
  ------------------
  |  Branch (2385:5): [True: 4, False: 0]
  |  Branch (2385:5): [True: 4, False: 0]
  ------------------
 2386|       |
 2387|      4|    PyObject *nameobj;
 2388|      4|    nameobj = PyUnicode_InternFromString(name);
 2389|      4|    if (nameobj == NULL) {
  ------------------
  |  Branch (2389:9): [True: 0, False: 4]
  ------------------
 2390|      0|        return -1;
 2391|      0|    }
 2392|       |
 2393|      4|    PyModuleDef *def = _PyModule_GetDefOrNull(mod);
 2394|      4|    if (def == NULL) {
  ------------------
  |  Branch (2394:9): [True: 0, False: 4]
  ------------------
 2395|      0|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (2395:9): [True: 0, False: 0]
  ------------------
 2396|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
 2397|      0|        goto finally;
 2398|      0|    }
 2399|       |
 2400|       |    /* We only use _PyImport_FixupBuiltin() for the core builtin modules
 2401|       |     * (sys and builtins).  These modules are single-phase init with no
 2402|       |     * module state, but we also don't populate def->m_base.m_copy
 2403|       |     * for them. */
 2404|      4|    assert(is_core_module(tstate->interp, nameobj, nameobj));
  ------------------
  |  Branch (2404:5): [True: 4, False: 0]
  ------------------
 2405|      4|    assert_singlephase_def(def);
  ------------------
  |  | 1786|      4|    do {                                                            \
  |  | 1787|      4|        _Py_ext_module_kind kind = _get_extension_kind(def, true);  \
  |  | 1788|      4|        assert(kind == _Py_ext_module_kind_SINGLEPHASE              \
  |  | 1789|      4|                || kind == _Py_ext_module_kind_UNKNOWN);            \
  |  | 1790|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1790:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  |  Branch (2405:5): [True: 4, False: 0]
  |  Branch (2405:5): [True: 0, False: 0]
  ------------------
 2406|      4|    assert(def->m_size == -1);
  ------------------
  |  Branch (2406:5): [True: 4, False: 0]
  ------------------
 2407|      4|    assert(def->m_base.m_copy == NULL);
  ------------------
  |  Branch (2407:5): [True: 4, False: 0]
  ------------------
 2408|      4|    assert(def->m_base.m_index >= 0);
  ------------------
  |  Branch (2408:5): [True: 4, False: 0]
  ------------------
 2409|       |
 2410|       |    /* We aren't using import_find_extension() for core modules,
 2411|       |     * so we have to do the extra check to make sure the module
 2412|       |     * isn't already in the global cache before calling
 2413|       |     * update_global_state_for_extension(). */
 2414|      4|    struct extensions_cache_value *cached
 2415|      4|            = _extensions_cache_get(nameobj, nameobj);
 2416|      4|    if (cached == NULL) {
  ------------------
  |  Branch (2416:9): [True: 4, False: 0]
  ------------------
 2417|      4|        struct singlephase_global_update singlephase = {
 2418|      4|            .m_index=def->m_base.m_index,
 2419|       |            /* We don't want def->m_base.m_copy populated. */
 2420|      4|            .m_dict=NULL,
 2421|      4|            .origin=_Py_ext_module_origin_CORE,
 2422|       |#ifdef Py_GIL_DISABLED
 2423|       |            /* Unused when m_dict == NULL. */
 2424|       |            .md_requires_gil=false,
 2425|       |#endif
 2426|      4|        };
 2427|      4|        cached = update_global_state_for_extension(
 2428|      4|                tstate, nameobj, nameobj, def, &singlephase);
 2429|      4|        if (cached == NULL) {
  ------------------
  |  Branch (2429:13): [True: 0, False: 4]
  ------------------
 2430|      0|            goto finally;
 2431|      0|        }
 2432|      4|    }
 2433|       |
 2434|      4|    if (finish_singlephase_extension(tstate, mod, cached, nameobj, modules) < 0) {
  ------------------
  |  Branch (2434:9): [True: 0, False: 4]
  ------------------
 2435|      0|        goto finally;
 2436|      0|    }
 2437|       |
 2438|      4|    res = 0;
 2439|       |
 2440|      4|finally:
 2441|      4|    Py_DECREF(nameobj);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2442|      4|    return res;
 2443|      4|}
_PyImport_GetBuiltinModuleNames:
 2688|      2|{
 2689|      2|    PyObject *list = PyList_New(0);
 2690|      2|    if (list == NULL) {
  ------------------
  |  Branch (2690:9): [True: 0, False: 2]
  ------------------
 2691|      0|        return NULL;
 2692|      0|    }
 2693|      2|    struct _inittab *inittab = INITTAB;
  ------------------
  |  |   80|      2|#define INITTAB _PyRuntime.imports.inittab
  ------------------
 2694|     78|    for (Py_ssize_t i = 0; inittab[i].name != NULL; i++) {
  ------------------
  |  Branch (2694:28): [True: 76, False: 2]
  ------------------
 2695|     76|        PyObject *name = PyUnicode_FromString(inittab[i].name);
 2696|     76|        if (name == NULL) {
  ------------------
  |  Branch (2696:13): [True: 0, False: 76]
  ------------------
 2697|      0|            Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2698|      0|            return NULL;
 2699|      0|        }
 2700|     76|        if (PyList_Append(list, name) < 0) {
  ------------------
  |  Branch (2700:13): [True: 0, False: 76]
  ------------------
 2701|      0|            Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2702|      0|            Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2703|      0|            return NULL;
 2704|      0|        }
 2705|     76|        Py_DECREF(name);
  ------------------
  |  |  430|     76|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2706|     76|    }
 2707|      2|    return list;
 2708|      2|}
PyImport_ImportFrozenModuleObject:
 3233|      2|{
 3234|      2|    PyThreadState *tstate = _PyThreadState_GET();
 3235|      2|    PyObject *co, *m, *d = NULL;
 3236|      2|    int err;
 3237|       |
 3238|      2|    struct frozen_info info;
 3239|      2|    frozen_status status = find_frozen(name, &info);
 3240|      2|    if (status == FROZEN_NOT_FOUND || status == FROZEN_DISABLED) {
  ------------------
  |  Branch (3240:9): [True: 0, False: 2]
  |  Branch (3240:39): [True: 0, False: 2]
  ------------------
 3241|      0|        return 0;
 3242|      0|    }
 3243|      2|    else if (status == FROZEN_BAD_NAME) {
  ------------------
  |  Branch (3243:14): [True: 0, False: 2]
  ------------------
 3244|      0|        return 0;
 3245|      0|    }
 3246|      2|    else if (status != FROZEN_OKAY) {
  ------------------
  |  Branch (3246:14): [True: 0, False: 2]
  ------------------
 3247|      0|        set_frozen_error(status, name);
 3248|      0|        return -1;
 3249|      0|    }
 3250|      2|    co = unmarshal_frozen_code(tstate->interp, &info);
 3251|      2|    if (co == NULL) {
  ------------------
  |  Branch (3251:9): [True: 0, False: 2]
  ------------------
 3252|      0|        return -1;
 3253|      0|    }
 3254|      2|    if (info.is_package) {
  ------------------
  |  Branch (3254:9): [True: 0, False: 2]
  ------------------
 3255|       |        /* Set __path__ to the empty list */
 3256|      0|        PyObject *l;
 3257|      0|        m = import_add_module(tstate, name);
 3258|      0|        if (m == NULL)
  ------------------
  |  Branch (3258:13): [True: 0, False: 0]
  ------------------
 3259|      0|            goto err_return;
 3260|      0|        d = PyModule_GetDict(m);
 3261|      0|        l = PyList_New(0);
 3262|      0|        if (l == NULL) {
  ------------------
  |  Branch (3262:13): [True: 0, False: 0]
  ------------------
 3263|      0|            Py_DECREF(m);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3264|      0|            goto err_return;
 3265|      0|        }
 3266|      0|        err = PyDict_SetItemString(d, "__path__", l);
 3267|      0|        Py_DECREF(l);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3268|      0|        Py_DECREF(m);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3269|      0|        if (err != 0)
  ------------------
  |  Branch (3269:13): [True: 0, False: 0]
  ------------------
 3270|      0|            goto err_return;
 3271|      0|    }
 3272|      2|    d = module_dict_for_exec(tstate, name);
 3273|      2|    if (d == NULL) {
  ------------------
  |  Branch (3273:9): [True: 0, False: 2]
  ------------------
 3274|      0|        goto err_return;
 3275|      0|    }
 3276|      2|    m = exec_code_in_module(tstate, name, d, co);
 3277|      2|    if (m == NULL) {
  ------------------
  |  Branch (3277:9): [True: 0, False: 2]
  ------------------
 3278|      0|        goto err_return;
 3279|      0|    }
 3280|      2|    Py_DECREF(m);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3281|       |    /* Set __origname__ (consumed in FrozenImporter._setup_module()). */
 3282|      2|    PyObject *origname;
 3283|      2|    if (info.origname) {
  ------------------
  |  Branch (3283:9): [True: 2, False: 0]
  ------------------
 3284|      2|        origname = PyUnicode_FromString(info.origname);
 3285|      2|        if (origname == NULL) {
  ------------------
  |  Branch (3285:13): [True: 0, False: 2]
  ------------------
 3286|      0|            goto err_return;
 3287|      0|        }
 3288|      2|    }
 3289|      0|    else {
 3290|      0|        origname = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3291|      0|    }
 3292|      2|    err = PyDict_SetItemString(d, "__origname__", origname);
 3293|      2|    Py_DECREF(origname);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3294|      2|    if (err != 0) {
  ------------------
  |  Branch (3294:9): [True: 0, False: 2]
  ------------------
 3295|      0|        goto err_return;
 3296|      0|    }
 3297|      2|    Py_DECREF(d);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3298|      2|    Py_DECREF(co);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3299|      2|    return 1;
 3300|       |
 3301|      0|err_return:
 3302|      0|    Py_XDECREF(d);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3303|      0|    Py_DECREF(co);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3304|      0|    return -1;
 3305|      2|}
PyImport_ImportFrozenModule:
 3309|      2|{
 3310|      2|    PyObject *nameobj;
 3311|      2|    int ret;
 3312|      2|    nameobj = PyUnicode_InternFromString(name);
 3313|      2|    if (nameobj == NULL)
  ------------------
  |  Branch (3313:9): [True: 0, False: 2]
  ------------------
 3314|      0|        return -1;
 3315|      2|    ret = PyImport_ImportFrozenModuleObject(nameobj);
 3316|      2|    Py_DECREF(nameobj);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3317|      2|    return ret;
 3318|      2|}
_PyImport_GetImportlibLoader:
 3448|      2|{
 3449|      2|    return PyObject_GetAttrString(IMPORTLIB(interp), loader_name);
  ------------------
  |  |   98|      2|    (interp)->imports.importlib
  ------------------
 3450|      2|}
_PyImport_InitDefaultImportFunc:
 3577|      2|{
 3578|       |    // Get the __import__ function
 3579|      2|    PyObject *import_func;
 3580|      2|    if (PyDict_GetItemStringRef(interp->builtins, "__import__", &import_func) <= 0) {
  ------------------
  |  Branch (3580:9): [True: 0, False: 2]
  ------------------
 3581|      0|        return -1;
 3582|      0|    }
 3583|      2|    IMPORT_FUNC(interp) = import_func;
  ------------------
  |  |  108|      2|    (interp)->imports.import_func
  ------------------
 3584|       |
 3585|       |    // Get the __lazy_import__ function
 3586|      2|    if (PyDict_GetItemStringRef(interp->builtins, "__lazy_import__",
  ------------------
  |  Branch (3586:9): [True: 0, False: 2]
  ------------------
 3587|      2|                                &import_func) <= 0) {
 3588|      0|        return -1;
 3589|      0|    }
 3590|      2|    LAZY_IMPORT_FUNC(interp) = import_func;
  ------------------
  |  |  111|      2|    (interp)->imports.lazy_import_func
  ------------------
 3591|      2|    return 0;
 3592|      2|}
_PyImport_IsDefaultImportFunc:
 3596|    171|{
 3597|    171|    return func == IMPORT_FUNC(interp);
  ------------------
  |  |  108|    171|    (interp)->imports.import_func
  ------------------
 3598|    171|}
_PyImport_IsDefaultLazyImportFunc:
 3602|     10|{
 3603|     10|    return func == LAZY_IMPORT_FUNC(interp);
  ------------------
  |  |  111|     10|    (interp)->imports.lazy_import_func
  ------------------
 3604|     10|}
PyImport_ImportModule:
 3611|     11|{
 3612|     11|    PyObject *pname;
 3613|     11|    PyObject *result;
 3614|       |
 3615|     11|    pname = PyUnicode_FromString(name);
 3616|     11|    if (pname == NULL)
  ------------------
  |  Branch (3616:9): [True: 0, False: 11]
  ------------------
 3617|      0|        return NULL;
 3618|     11|    result = PyImport_Import(pname);
 3619|     11|    Py_DECREF(pname);
  ------------------
  |  |  430|     11|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3620|     11|    return result;
 3621|     11|}
PyImport_ImportModuleLevelObject:
 4177|    230|{
 4178|    230|    PyThreadState *tstate = _PyThreadState_GET();
 4179|    230|    PyObject *abs_name = NULL;
 4180|    230|    PyObject *final_mod = NULL;
 4181|    230|    PyObject *mod = NULL;
 4182|    230|    PyInterpreterState *interp = tstate->interp;
 4183|    230|    int has_from;
 4184|       |
 4185|    230|    if (name == NULL) {
  ------------------
  |  Branch (4185:9): [True: 0, False: 230]
  ------------------
 4186|      0|        _PyErr_SetString(tstate, PyExc_ValueError, "Empty module name");
 4187|      0|        goto error;
 4188|      0|    }
 4189|       |
 4190|       |    /* The below code is importlib.__import__() & _gcd_import(), ported to C
 4191|       |       for added performance. */
 4192|       |
 4193|    230|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|    230|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|    230|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4193:9): [True: 0, False: 230]
  ------------------
 4194|      0|        _PyErr_SetString(tstate, PyExc_TypeError,
 4195|      0|                         "module name must be a string");
 4196|      0|        goto error;
 4197|      0|    }
 4198|    230|    if (level < 0) {
  ------------------
  |  Branch (4198:9): [True: 0, False: 230]
  ------------------
 4199|      0|        _PyErr_SetString(tstate, PyExc_ValueError, "level must be >= 0");
 4200|      0|        goto error;
 4201|      0|    }
 4202|       |
 4203|    230|    abs_name = get_abs_name(tstate, name, globals, level);
 4204|    230|    if (abs_name == NULL) {
  ------------------
  |  Branch (4204:9): [True: 0, False: 230]
  ------------------
 4205|      0|        goto error;
 4206|      0|    }
 4207|       |
 4208|    230|    mod = import_get_module(tstate, abs_name);
 4209|    230|    if (mod == NULL && _PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4209:9): [True: 67, False: 163]
  |  Branch (4209:24): [True: 0, False: 67]
  ------------------
 4210|      0|        goto error;
 4211|      0|    }
 4212|       |
 4213|    230|    if (mod != NULL && mod != Py_None) {
  ------------------
  |  |  616|    163|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (4213:9): [True: 163, False: 67]
  |  Branch (4213:24): [True: 163, False: 0]
  ------------------
 4214|    163|        if (import_ensure_initialized(tstate->interp, mod, abs_name) < 0) {
  ------------------
  |  Branch (4214:13): [True: 0, False: 163]
  ------------------
 4215|      0|            goto error;
 4216|      0|        }
 4217|       |        /* Verify the module is still in sys.modules. Another thread may have
 4218|       |           removed it (due to import failure) between our import_get_module()
 4219|       |           call and the _initializing check in import_ensure_initialized().
 4220|       |           If removed, we retry the import to preserve normal semantics: the
 4221|       |           caller gets the exception from the actual import failure rather
 4222|       |           than a synthetic error. */
 4223|    163|        PyObject *mod_check = import_get_module(tstate, abs_name);
 4224|    163|        if (mod_check != mod) {
  ------------------
  |  Branch (4224:13): [True: 0, False: 163]
  ------------------
 4225|      0|            Py_XDECREF(mod_check);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4226|      0|            if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4226:17): [True: 0, False: 0]
  ------------------
 4227|      0|                goto error;
 4228|      0|            }
 4229|      0|            Py_DECREF(mod);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4230|      0|            mod = import_find_and_load(tstate, abs_name);
 4231|      0|            if (mod == NULL) {
  ------------------
  |  Branch (4231:17): [True: 0, False: 0]
  ------------------
 4232|      0|                goto error;
 4233|      0|            }
 4234|      0|        }
 4235|    163|        else {
 4236|    163|            Py_DECREF(mod_check);
  ------------------
  |  |  430|    163|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    163|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    163|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4237|    163|        }
 4238|    163|    }
 4239|     67|    else {
 4240|     67|        Py_XDECREF(mod);
  ------------------
  |  |  524|     67|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     67|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     67|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4241|     67|        mod = import_find_and_load(tstate, abs_name);
 4242|     67|        if (mod == NULL) {
  ------------------
  |  Branch (4242:13): [True: 4, False: 63]
  ------------------
 4243|      4|            goto error;
 4244|      4|        }
 4245|     67|    }
 4246|       |
 4247|    226|    has_from = 0;
 4248|    226|    if (fromlist != NULL && fromlist != Py_None) {
  ------------------
  |  |  616|    197|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (4248:9): [True: 197, False: 29]
  |  Branch (4248:29): [True: 103, False: 94]
  ------------------
 4249|    103|        has_from = PyObject_IsTrue(fromlist);
 4250|    103|        if (has_from < 0)
  ------------------
  |  Branch (4250:13): [True: 0, False: 103]
  ------------------
 4251|      0|            goto error;
 4252|    103|    }
 4253|    226|    if (!has_from) {
  ------------------
  |  Branch (4253:9): [True: 151, False: 75]
  ------------------
 4254|    151|        Py_ssize_t len = PyUnicode_GET_LENGTH(name);
  ------------------
  |  |  299|    151|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    151|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    151|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4255|    151|        if (level == 0 || len > 0) {
  ------------------
  |  Branch (4255:13): [True: 151, False: 0]
  |  Branch (4255:27): [True: 0, False: 0]
  ------------------
 4256|    151|            Py_ssize_t dot;
 4257|       |
 4258|    151|            dot = PyUnicode_FindChar(name, '.', 0, len, 1);
 4259|    151|            if (dot == -2) {
  ------------------
  |  Branch (4259:17): [True: 0, False: 151]
  ------------------
 4260|      0|                goto error;
 4261|      0|            }
 4262|       |
 4263|    151|            if (dot == -1) {
  ------------------
  |  Branch (4263:17): [True: 147, False: 4]
  ------------------
 4264|       |                /* No dot in module name, simple exit */
 4265|    147|                final_mod = Py_NewRef(mod);
  ------------------
  |  |  550|    147|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    147|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    147|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4266|    147|                goto error;
 4267|    147|            }
 4268|       |
 4269|      4|            if (level == 0) {
  ------------------
  |  Branch (4269:17): [True: 4, False: 0]
  ------------------
 4270|      4|                PyObject *front = PyUnicode_Substring(name, 0, dot);
 4271|      4|                if (front == NULL) {
  ------------------
  |  Branch (4271:21): [True: 0, False: 4]
  ------------------
 4272|      0|                    goto error;
 4273|      0|                }
 4274|       |
 4275|      4|                final_mod = PyImport_ImportModuleLevelObject(front, NULL, NULL, NULL, 0);
 4276|      4|                Py_DECREF(front);
  ------------------
  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4277|      4|            }
 4278|      0|            else {
 4279|      0|                Py_ssize_t cut_off = len - dot;
 4280|      0|                Py_ssize_t abs_name_len = PyUnicode_GET_LENGTH(abs_name);
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4281|      0|                PyObject *to_return = PyUnicode_Substring(abs_name, 0,
 4282|      0|                                                        abs_name_len - cut_off);
 4283|      0|                if (to_return == NULL) {
  ------------------
  |  Branch (4283:21): [True: 0, False: 0]
  ------------------
 4284|      0|                    goto error;
 4285|      0|                }
 4286|       |
 4287|      0|                final_mod = import_get_module(tstate, to_return);
 4288|      0|                if (final_mod == NULL) {
  ------------------
  |  Branch (4288:21): [True: 0, False: 0]
  ------------------
 4289|      0|                    if (!_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4289:25): [True: 0, False: 0]
  ------------------
 4290|      0|                        _PyErr_Format(tstate, PyExc_KeyError,
 4291|      0|                                      "%R not in sys.modules as expected",
 4292|      0|                                      to_return);
 4293|      0|                    }
 4294|      0|                    Py_DECREF(to_return);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4295|      0|                    goto error;
 4296|      0|                }
 4297|       |
 4298|      0|                Py_DECREF(to_return);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4299|      0|            }
 4300|      4|        }
 4301|      0|        else {
 4302|      0|            final_mod = Py_NewRef(mod);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4303|      0|        }
 4304|    151|    }
 4305|     75|    else {
 4306|     75|        int has_path = PyObject_HasAttrWithError(mod, &_Py_ID(__path__));
  ------------------
  |  |  917|     75|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     75|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     75|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4307|     75|        if (has_path < 0) {
  ------------------
  |  Branch (4307:13): [True: 0, False: 75]
  ------------------
 4308|      0|            goto error;
 4309|      0|        }
 4310|     75|        if (has_path) {
  ------------------
  |  Branch (4310:13): [True: 5, False: 70]
  ------------------
 4311|      5|            final_mod = PyObject_CallMethodObjArgs(
 4312|      5|                        IMPORTLIB(interp), &_Py_ID(_handle_fromlist),
  ------------------
  |  |   98|      5|    (interp)->imports.importlib
  ------------------
                                      IMPORTLIB(interp), &_Py_ID(_handle_fromlist),
  ------------------
  |  |  917|      5|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      5|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      5|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4313|      5|                        mod, fromlist, IMPORT_FUNC(interp), NULL);
  ------------------
  |  |  108|      5|    (interp)->imports.import_func
  ------------------
 4314|      5|        }
 4315|     70|        else {
 4316|     70|            final_mod = Py_NewRef(mod);
  ------------------
  |  |  550|     70|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     70|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     70|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4317|     70|        }
 4318|     75|    }
 4319|       |
 4320|    230|  error:
 4321|    230|    Py_XDECREF(abs_name);
  ------------------
  |  |  524|    230|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4322|    230|    Py_XDECREF(mod);
  ------------------
  |  |  524|    230|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    230|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    230|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4323|    230|    if (final_mod == NULL) {
  ------------------
  |  Branch (4323:9): [True: 4, False: 226]
  ------------------
 4324|      4|        remove_importlib_frames(tstate);
 4325|      4|    }
 4326|    230|    return final_mod;
 4327|    226|}
_PyImport_LazyImportModuleLevelObject:
 4477|     10|{
 4478|     10|    assert(name != NULL);
  ------------------
  |  Branch (4478:5): [True: 10, False: 0]
  ------------------
 4479|     10|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|     10|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     10|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (4479:9): [True: 0, False: 10]
  ------------------
 4480|      0|        _PyErr_Format(tstate, PyExc_TypeError,
 4481|      0|                      "module name must be a string, got %T", name);
 4482|      0|        return NULL;
 4483|      0|    }
 4484|     10|    if (level < 0) {
  ------------------
  |  Branch (4484:9): [True: 0, False: 10]
  ------------------
 4485|      0|        _PyErr_SetString(tstate, PyExc_ValueError, "level must be >= 0");
 4486|      0|        return NULL;
 4487|      0|    }
 4488|       |
 4489|     10|    PyObject *abs_name = get_abs_name(tstate, name, globals, level);
 4490|     10|    if (abs_name == NULL) {
  ------------------
  |  Branch (4490:9): [True: 0, False: 10]
  ------------------
 4491|      0|        return NULL;
 4492|      0|    }
 4493|       |
 4494|     10|    PyInterpreterState *interp = tstate->interp;
 4495|     10|    _PyInterpreterFrame *frame = _PyEval_GetFrame();
 4496|     10|    if (frame == NULL || frame->f_globals != frame->f_locals) {
  ------------------
  |  Branch (4496:9): [True: 0, False: 10]
  |  Branch (4496:26): [True: 0, False: 10]
  ------------------
 4497|      0|        Py_DECREF(abs_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4498|      0|        PyErr_SetString(PyExc_SyntaxError,
 4499|      0|                        "'lazy import' is only allowed at module level");
 4500|      0|        return NULL;
 4501|      0|    }
 4502|       |
 4503|       |    // Check if the filter disables the lazy import.
 4504|       |    // We must hold a reference to the filter while calling it to prevent
 4505|       |    // use-after-free if another thread replaces it via
 4506|       |    // PyImport_SetLazyImportsFilter.
 4507|     10|    LAZY_IMPORTS_LOCK(interp);
 4508|     10|    PyObject *filter = Py_XNewRef(LAZY_IMPORTS_FILTER(interp));
  ------------------
  |  |  551|     10|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4509|     10|    LAZY_IMPORTS_UNLOCK(interp);
 4510|       |
 4511|     10|    if (filter != NULL) {
  ------------------
  |  Branch (4511:9): [True: 0, False: 10]
  ------------------
 4512|      0|        PyObject *modname;
 4513|      0|        if (PyDict_GetItemRef(globals, &_Py_ID(__name__), &modname) < 0) {
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4513:13): [True: 0, False: 0]
  ------------------
 4514|      0|            Py_DECREF(filter);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4515|      0|            Py_DECREF(abs_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4516|      0|            return NULL;
 4517|      0|        }
 4518|      0|        if (modname == NULL) {
  ------------------
  |  Branch (4518:13): [True: 0, False: 0]
  ------------------
 4519|      0|            assert(!PyErr_Occurred());
  ------------------
  |  Branch (4519:13): [True: 0, False: 0]
  ------------------
 4520|      0|            modname = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4521|      0|        }
 4522|      0|        if (fromlist == NULL) {
  ------------------
  |  Branch (4522:13): [True: 0, False: 0]
  ------------------
 4523|      0|            assert(!PyErr_Occurred());
  ------------------
  |  Branch (4523:13): [True: 0, False: 0]
  ------------------
 4524|      0|            fromlist = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4525|      0|        }
 4526|      0|        PyObject *args[] = {modname, abs_name, fromlist};
 4527|      0|        PyObject *res = PyObject_Vectorcall(filter, args, 3, NULL);
 4528|       |
 4529|      0|        Py_DECREF(modname);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4530|      0|        Py_DECREF(filter);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4531|       |
 4532|      0|        if (res == NULL) {
  ------------------
  |  Branch (4532:13): [True: 0, False: 0]
  ------------------
 4533|      0|            Py_DECREF(abs_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4534|      0|            return NULL;
 4535|      0|        }
 4536|       |
 4537|      0|        int is_true = PyObject_IsTrue(res);
 4538|      0|        Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4539|       |
 4540|      0|        if (is_true < 0) {
  ------------------
  |  Branch (4540:13): [True: 0, False: 0]
  ------------------
 4541|      0|            Py_DECREF(abs_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4542|      0|            return NULL;
 4543|      0|        }
 4544|      0|        if (!is_true) {
  ------------------
  |  Branch (4544:13): [True: 0, False: 0]
  ------------------
 4545|      0|            Py_DECREF(abs_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4546|      0|            return PyImport_ImportModuleLevelObject(
 4547|      0|                name, globals, locals, fromlist, level
 4548|      0|            );
 4549|      0|        }
 4550|      0|    }
 4551|       |
 4552|       |    // here, 'filter' is either NULL or is equivalent to a borrowed reference
 4553|     10|    PyObject *res = _PyLazyImport_New(frame, builtins, abs_name, fromlist);
 4554|     10|    if (res == NULL) {
  ------------------
  |  Branch (4554:9): [True: 0, False: 10]
  ------------------
 4555|      0|        Py_DECREF(abs_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4556|      0|        return NULL;
 4557|      0|    }
 4558|     10|    if (fromlist && PyUnicode_Check(fromlist)) {
  ------------------
  |  |  103|     10|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     10|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4558:9): [True: 10, False: 0]
  ------------------
 4559|      0|        if (register_from_lazy_on_parent(tstate, abs_name, fromlist,
  ------------------
  |  Branch (4559:13): [True: 0, False: 0]
  ------------------
 4560|      0|                                         builtins) < 0) {
 4561|      0|            goto error;
 4562|      0|        }
 4563|      0|    }
 4564|     10|    else if (fromlist && PyTuple_Check(fromlist) &&
  ------------------
  |  |   27|     10|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     20|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4564:14): [True: 10, False: 0]
  ------------------
 4565|      2|             PyTuple_GET_SIZE(fromlist)) {
  ------------------
  |  |   27|      2|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (27:30): [True: 2, False: 0]
  |  |  ------------------
  ------------------
 4566|      4|        for (Py_ssize_t i = 0; i < PyTuple_GET_SIZE(fromlist); i++) {
  ------------------
  |  |   27|      4|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4566:32): [True: 2, False: 2]
  ------------------
 4567|      2|            if (register_from_lazy_on_parent(tstate, abs_name,
  ------------------
  |  Branch (4567:17): [True: 0, False: 2]
  ------------------
 4568|      2|                                             PyTuple_GET_ITEM(fromlist, i),
  ------------------
  |  |   29|      2|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4568:46): [True: 2, False: 0]
  ------------------
 4569|      0|                                             builtins) < 0)
 4570|      0|            {
 4571|      0|                goto error;
 4572|      0|            }
 4573|      2|        }
 4574|      2|    }
 4575|      8|    else if (register_lazy_on_parent(tstate, abs_name, builtins) < 0) {
  ------------------
  |  Branch (4575:14): [True: 0, False: 8]
  ------------------
 4576|      0|        goto error;
 4577|      0|    }
 4578|       |
 4579|     10|    Py_DECREF(abs_name);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4580|     10|    return res;
 4581|      0|error:
 4582|      0|    Py_DECREF(abs_name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4583|      0|    Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4584|       |    return NULL;
 4585|     10|}
PyImport_ImportModuleLevel:
 4590|     15|{
 4591|     15|    PyObject *nameobj, *mod;
 4592|     15|    nameobj = PyUnicode_FromString(name);
 4593|     15|    if (nameobj == NULL)
  ------------------
  |  Branch (4593:9): [True: 0, False: 15]
  ------------------
 4594|      0|        return NULL;
 4595|     15|    mod = PyImport_ImportModuleLevelObject(nameobj, globals, locals,
 4596|     15|                                           fromlist, level);
 4597|     15|    Py_DECREF(nameobj);
  ------------------
  |  |  430|     15|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4598|     15|    return mod;
 4599|     15|}
PyImport_Import:
 4638|     28|{
 4639|     28|    PyThreadState *tstate = _PyThreadState_GET();
 4640|     28|    PyObject *globals = NULL;
 4641|     28|    PyObject *import = NULL;
 4642|     28|    PyObject *builtins = NULL;
 4643|     28|    PyObject *r = NULL;
 4644|       |
 4645|     28|    PyObject *from_list = PyList_New(0);
 4646|     28|    if (from_list == NULL) {
  ------------------
  |  Branch (4646:9): [True: 0, False: 28]
  ------------------
 4647|      0|        goto err;
 4648|      0|    }
 4649|       |
 4650|       |    /* Get the builtins from current globals */
 4651|     28|    globals = PyEval_GetGlobals();  // borrowed
 4652|     28|    if (globals != NULL) {
  ------------------
  |  Branch (4652:9): [True: 13, False: 15]
  ------------------
 4653|     13|        Py_INCREF(globals);
  ------------------
  |  |  310|     13|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4654|       |        // XXX Use _PyEval_EnsureBuiltins()?
 4655|     13|        builtins = PyObject_GetItem(globals, &_Py_ID(__builtins__));
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4656|     13|        if (builtins == NULL) {
  ------------------
  |  Branch (4656:13): [True: 0, False: 13]
  ------------------
 4657|       |            // XXX Fall back to interp->builtins or sys.modules['builtins']?
 4658|      0|            goto err;
 4659|      0|        }
 4660|     13|    }
 4661|     15|    else if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4661:14): [True: 0, False: 15]
  ------------------
 4662|      0|        goto err;
 4663|      0|    }
 4664|     15|    else {
 4665|       |        /* No globals -- use standard builtins, and fake globals */
 4666|     15|        globals = PyDict_New();
 4667|     15|        if (globals == NULL) {
  ------------------
  |  Branch (4667:13): [True: 0, False: 15]
  ------------------
 4668|      0|            goto err;
 4669|      0|        }
 4670|     15|        if (_PyEval_EnsureBuiltinsWithModule(tstate, globals, &builtins) < 0) {
  ------------------
  |  Branch (4670:13): [True: 0, False: 15]
  ------------------
 4671|      0|            goto err;
 4672|      0|        }
 4673|     15|    }
 4674|       |
 4675|       |    /* Get the __import__ function from the builtins */
 4676|     28|    if (PyDict_Check(builtins)) {
  ------------------
  |  |   18|     28|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     28|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 13, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4677|     13|        import = PyObject_GetItem(builtins, &_Py_ID(__import__));
  ------------------
  |  |  917|     13|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     13|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     13|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4678|     13|        if (import == NULL) {
  ------------------
  |  Branch (4678:13): [True: 0, False: 13]
  ------------------
 4679|      0|            _PyErr_SetObject(tstate, PyExc_KeyError, &_Py_ID(__import__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4680|      0|        }
 4681|     13|    }
 4682|     15|    else
 4683|     15|        import = PyObject_GetAttr(builtins, &_Py_ID(__import__));
  ------------------
  |  |  917|     15|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     15|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     15|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4684|     28|    if (import == NULL)
  ------------------
  |  Branch (4684:9): [True: 0, False: 28]
  ------------------
 4685|      0|        goto err;
 4686|       |
 4687|       |    /* Call the __import__ function with the proper argument list
 4688|       |       Always use absolute import here.
 4689|       |       Calling for side-effect of import. */
 4690|     28|    r = PyObject_CallFunction(import, "OOOOi", module_name, globals,
 4691|     28|                              globals, from_list, 0, NULL);
 4692|     28|    if (r == NULL)
  ------------------
  |  Branch (4692:9): [True: 0, False: 28]
  ------------------
 4693|      0|        goto err;
 4694|     28|    Py_DECREF(r);
  ------------------
  |  |  430|     28|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4695|       |
 4696|     28|    r = import_get_module(tstate, module_name);
 4697|     28|    if (r == NULL && !_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4697:9): [True: 0, False: 28]
  |  Branch (4697:22): [True: 0, False: 0]
  ------------------
 4698|      0|        _PyErr_SetObject(tstate, PyExc_KeyError, module_name);
 4699|      0|    }
 4700|       |
 4701|     28|  err:
 4702|     28|    Py_XDECREF(globals);
  ------------------
  |  |  524|     28|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4703|     28|    Py_XDECREF(builtins);
  ------------------
  |  |  524|     28|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4704|     28|    Py_XDECREF(import);
  ------------------
  |  |  524|     28|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4705|     28|    Py_XDECREF(from_list);
  ------------------
  |  |  524|     28|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4706|       |
 4707|     28|    return r;
 4708|     28|}
_PyImport_Init:
 4717|      2|{
 4718|      2|    if (INITTAB != NULL) {
  ------------------
  |  |   80|      2|#define INITTAB _PyRuntime.imports.inittab
  ------------------
  |  Branch (4718:9): [True: 0, False: 2]
  ------------------
 4719|      0|        return _PyStatus_ERR("global import state already initialized");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 4720|      0|    }
 4721|      2|    if (init_builtin_modules_table() != 0) {
  ------------------
  |  Branch (4721:9): [True: 0, False: 2]
  ------------------
 4722|      0|        return PyStatus_NoMemory();
 4723|      0|    }
 4724|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 4725|      2|}
_PyImport_InitCore:
 4757|      2|{
 4758|       |    // XXX Initialize here: interp->modules and interp->import_func.
 4759|       |    // XXX Initialize here: sys.modules and sys.meta_path.
 4760|       |
 4761|      2|    if (importlib) {
  ------------------
  |  Branch (4761:9): [True: 2, False: 0]
  ------------------
 4762|       |        /* This call sets up builtin and frozen import support */
 4763|      2|        if (init_importlib(tstate, sysmod) < 0) {
  ------------------
  |  Branch (4763:13): [True: 0, False: 2]
  ------------------
 4764|      0|            return _PyStatus_ERR("failed to initialize importlib");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 4765|      0|        }
 4766|      2|    }
 4767|       |
 4768|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 4769|      2|}
_PyImport_InitExternal:
 4862|      2|{
 4863|      2|    int verbose = _PyInterpreterState_GetConfig(tstate->interp)->verbose;
 4864|       |
 4865|       |    // XXX Initialize here: sys.path_hooks and sys.path_importer_cache.
 4866|       |
 4867|      2|    if (init_importlib_external(tstate->interp) != 0) {
  ------------------
  |  Branch (4867:9): [True: 0, False: 2]
  ------------------
 4868|      0|        _PyErr_Print(tstate);
 4869|      0|        return _PyStatus_ERR("external importer setup failed");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 4870|      0|    }
 4871|       |
 4872|      2|    if (init_zipimport(tstate, verbose) != 0) {
  ------------------
  |  Branch (4872:9): [True: 0, False: 2]
  ------------------
 4873|      0|        PyErr_Print();
 4874|      0|        return _PyStatus_ERR("initializing zipimport failed");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 4875|      0|    }
 4876|       |
 4877|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 4878|      2|}
PyImport_ImportModuleAttr:
 4904|     17|{
 4905|     17|    PyObject *mod = PyImport_Import(modname);
 4906|     17|    if (mod == NULL) {
  ------------------
  |  Branch (4906:9): [True: 0, False: 17]
  ------------------
 4907|      0|        return NULL;
 4908|      0|    }
 4909|     17|    PyObject *result = PyObject_GetAttr(mod, attrname);
 4910|     17|    Py_DECREF(mod);
  ------------------
  |  |  430|     17|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4911|     17|    return result;
 4912|     17|}
PyImport_ImportModuleAttrString:
 4916|     17|{
 4917|     17|    PyObject *pmodname = PyUnicode_FromString(modname);
 4918|     17|    if (pmodname == NULL) {
  ------------------
  |  Branch (4918:9): [True: 0, False: 17]
  ------------------
 4919|      0|        return NULL;
 4920|      0|    }
 4921|     17|    PyObject *pattrname = PyUnicode_FromString(attrname);
 4922|     17|    if (pattrname == NULL) {
  ------------------
  |  Branch (4922:9): [True: 0, False: 17]
  ------------------
 4923|      0|        Py_DECREF(pmodname);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4924|      0|        return NULL;
 4925|      0|    }
 4926|     17|    PyObject *result = PyImport_ImportModuleAttr(pmodname, pattrname);
 4927|     17|    Py_DECREF(pattrname);
  ------------------
  |  |  430|     17|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4928|     17|    Py_DECREF(pmodname);
  ------------------
  |  |  430|     17|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4929|     17|    return result;
 4930|     17|}
PyImport_GetLazyImportsMode:
 4980|    133|{
 4981|    133|    PyInterpreterState *interp = _PyInterpreterState_GET();
 4982|    133|    return FT_ATOMIC_LOAD_INT_RELAXED(LAZY_IMPORTS_MODE(interp));
  ------------------
  |  |  186|    133|#define FT_ATOMIC_LOAD_INT_RELAXED(value) value
  ------------------
 4983|    133|}
PyInit__imp:
 5741|      2|{
 5742|      2|    return PyModuleDef_Init(&imp_module);
 5743|      2|}
import.c:get_modules_dict:
  215|    465|{
  216|       |    /* Technically, it would make sense to incref the dict,
  217|       |     * since sys.modules could be swapped out and decref'ed to 0
  218|       |     * before the caller is done using it.  However, that is highly
  219|       |     * unlikely, especially since we can rely on a global lock
  220|       |     * (i.e. the GIL) for thread-safety. */
  221|    465|    PyObject *modules = MODULES(tstate->interp);
  ------------------
  |  |   92|    465|    (interp)->imports.modules
  ------------------
  222|    465|    if (modules == NULL) {
  ------------------
  |  Branch (222:9): [True: 0, False: 465]
  ------------------
  223|      0|        if (fatal) {
  ------------------
  |  Branch (223:13): [True: 0, False: 0]
  ------------------
  224|      0|            Py_FatalError("interpreter has no modules dictionary");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  225|      0|        }
  226|      0|        _PyErr_SetString(tstate, PyExc_RuntimeError,
  227|      0|                         "unable to get sys.modules");
  228|      0|        return NULL;
  229|      0|    }
  230|    465|    return modules;
  231|    465|}
import.c:import_get_module:
  258|    427|{
  259|    427|    PyObject *modules = get_modules_dict(tstate, false);
  260|    427|    if (modules == NULL) {
  ------------------
  |  Branch (260:9): [True: 0, False: 427]
  ------------------
  261|      0|        return NULL;
  262|      0|    }
  263|       |
  264|    427|    PyObject *m;
  265|    427|    Py_INCREF(modules);
  ------------------
  |  |  310|    427|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    427|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    427|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|    427|    (void)PyMapping_GetOptionalItem(modules, name, &m);
  267|    427|    Py_DECREF(modules);
  ------------------
  |  |  430|    427|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    427|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    427|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  268|    427|    return m;
  269|    427|}
import.c:import_ensure_initialized:
  287|    163|{
  288|    163|    PyObject *spec;
  289|       |
  290|       |    /* Optimization: only call _bootstrap._lock_unlock_module() if
  291|       |       __spec__._initializing is true.
  292|       |       NOTE: because of this, initializing must be set *before*
  293|       |       stuffing the new module in sys.modules.
  294|       |    */
  295|    163|    int rc = PyObject_GetOptionalAttr(mod, &_Py_ID(__spec__), &spec);
  ------------------
  |  |  917|    163|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|    163|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|    163|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  296|    163|    if (rc > 0) {
  ------------------
  |  Branch (296:9): [True: 163, False: 0]
  ------------------
  297|    163|        rc = _PyModuleSpec_IsInitializing(spec);
  298|    163|        Py_DECREF(spec);
  ------------------
  |  |  430|    163|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    163|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    163|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  299|    163|    }
  300|    163|    if (rc == 0) {
  ------------------
  |  Branch (300:9): [True: 145, False: 18]
  ------------------
  301|    145|        goto done;
  302|    145|    }
  303|     18|    else if (rc < 0) {
  ------------------
  |  Branch (303:14): [True: 0, False: 18]
  ------------------
  304|      0|        return rc;
  305|      0|    }
  306|       |
  307|       |    /* Wait until module is done importing. */
  308|     18|    PyObject *value = PyObject_CallMethodOneArg(
  309|     18|        IMPORTLIB(interp), &_Py_ID(_lock_unlock_module), name);
  ------------------
  |  |   98|     18|    (interp)->imports.importlib
  ------------------
                      IMPORTLIB(interp), &_Py_ID(_lock_unlock_module), name);
  ------------------
  |  |  917|     18|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     18|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     18|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  310|     18|    if (value == NULL) {
  ------------------
  |  Branch (310:9): [True: 0, False: 18]
  ------------------
  311|      0|        return -1;
  312|      0|    }
  313|     18|    Py_DECREF(value);
  ------------------
  |  |  430|     18|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     18|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     18|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  314|       |
  315|    163|done:
  316|       |    /* When -X importtime=2, print an import time entry even if an
  317|       |       imported module has already been loaded.
  318|       |     */
  319|    163|    if (_PyInterpreterState_GetConfig(interp)->import_time == 2) {
  ------------------
  |  Branch (319:9): [True: 0, False: 163]
  ------------------
  320|      0|        _IMPORT_TIME_HEADER(interp);
  ------------------
  |  |  135|      0|    do {                                                                      \
  |  |  136|      0|        if (FIND_AND_LOAD((interp)).header) {                                 \
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  |  |  |  Branch (136:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  137|      0|            fputs("import time: self [us] | cumulative | imported package\n", \
  |  |  138|      0|                  stderr);                                                    \
  |  |  139|      0|            FIND_AND_LOAD((interp)).header = 0;                               \
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  |  |  140|      0|        }                                                                     \
  |  |  141|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (141:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  321|      0|#define import_level FIND_AND_LOAD(interp).import_level
  322|      0|        fprintf(stderr, "import time: cached    | cached     | %*s\n",
  323|      0|                import_level*2, PyUnicode_AsUTF8(name));
  ------------------
  |  |  321|      0|#define import_level FIND_AND_LOAD(interp).import_level
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  ------------------
  324|      0|#undef import_level
  325|      0|    }
  326|       |
  327|    163|    return 0;
  328|     18|}
import.c:import_add_module:
  397|      6|{
  398|      6|    PyObject *modules = get_modules_dict(tstate, false);
  399|      6|    if (modules == NULL) {
  ------------------
  |  Branch (399:9): [True: 0, False: 6]
  ------------------
  400|      0|        return NULL;
  401|      0|    }
  402|       |
  403|      6|    PyObject *m;
  404|      6|    Py_BEGIN_CRITICAL_SECTION(modules);
  ------------------
  |  |   51|      6|    {
  ------------------
  405|      6|    m = import_add_module_lock_held(modules, name);
  406|      6|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      6|    }
  ------------------
  407|      6|    return m;
  408|      6|}
import.c:import_add_module_lock_held:
  375|      6|{
  376|      6|    PyObject *m;
  377|      6|    if (PyMapping_GetOptionalItem(modules, name, &m) < 0) {
  ------------------
  |  Branch (377:9): [True: 0, False: 6]
  ------------------
  378|      0|        return NULL;
  379|      0|    }
  380|      6|    if (m != NULL && PyModule_Check(m)) {
  ------------------
  |  |   12|      2|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|      2|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (380:9): [True: 2, False: 4]
  ------------------
  381|      2|        return m;
  382|      2|    }
  383|      4|    Py_XDECREF(m);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  384|      4|    m = PyModule_NewObject(name);
  385|      4|    if (m == NULL)
  ------------------
  |  Branch (385:9): [True: 0, False: 4]
  ------------------
  386|      0|        return NULL;
  387|      4|    if (PyObject_SetItem(modules, name, m) != 0) {
  ------------------
  |  Branch (387:9): [True: 0, False: 4]
  ------------------
  388|      0|        Py_DECREF(m);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  389|      0|        return NULL;
  390|      0|    }
  391|       |
  392|      4|    return m;
  393|      4|}
import.c:_get_cached_module_index:
 1120|      4|{
 1121|      4|    assert(cached->m_index > 0);
  ------------------
  |  Branch (1121:5): [True: 4, False: 0]
  ------------------
 1122|      4|    return cached->m_index;
 1123|      4|}
import.c:_modules_by_index_set:
  575|      4|{
  576|      4|    assert(index > 0);
  ------------------
  |  Branch (576:5): [True: 4, False: 0]
  ------------------
  577|       |
  578|      4|    if (MODULES_BY_INDEX(interp) == NULL) {
  ------------------
  |  |   94|      4|    (interp)->imports.modules_by_index
  ------------------
  |  Branch (578:9): [True: 2, False: 2]
  ------------------
  579|      2|        MODULES_BY_INDEX(interp) = PyList_New(0);
  ------------------
  |  |   94|      2|    (interp)->imports.modules_by_index
  ------------------
  580|      2|        if (MODULES_BY_INDEX(interp) == NULL) {
  ------------------
  |  |   94|      2|    (interp)->imports.modules_by_index
  ------------------
  |  Branch (580:13): [True: 0, False: 2]
  ------------------
  581|      0|            return -1;
  582|      0|        }
  583|      2|    }
  584|       |
  585|     14|    while (PyList_GET_SIZE(MODULES_BY_INDEX(interp)) <= index) {
  ------------------
  |  |   38|     14|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     14|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     14|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (585:12): [True: 10, False: 4]
  ------------------
  586|     10|        if (PyList_Append(MODULES_BY_INDEX(interp), Py_None) < 0) {
  ------------------
  |  |   94|     10|    (interp)->imports.modules_by_index
  ------------------
                      if (PyList_Append(MODULES_BY_INDEX(interp), Py_None) < 0) {
  ------------------
  |  |  616|     10|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (586:13): [True: 0, False: 10]
  ------------------
  587|      0|            return -1;
  588|      0|        }
  589|     10|    }
  590|       |
  591|      4|    return PyList_SetItem(MODULES_BY_INDEX(interp), index, Py_NewRef(module));
  ------------------
  |  |   94|      4|    (interp)->imports.modules_by_index
  ------------------
                  return PyList_SetItem(MODULES_BY_INDEX(interp), index, Py_NewRef(module));
  ------------------
  |  |  550|      4|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|      4|}
import.c:switch_to_main_interpreter:
 1664|     30|{
 1665|     30|    if (_Py_IsMainInterpreter(tstate->interp)) {
  ------------------
  |  Branch (1665:9): [True: 30, False: 0]
  ------------------
 1666|     30|        return tstate;
 1667|     30|    }
 1668|      0|    PyThreadState *main_tstate = _PyThreadState_NewBound(
 1669|      0|            _PyInterpreterState_Main(), _PyThreadState_WHENCE_EXEC);
  ------------------
  |  |  109|      0|#  define _PyThreadState_WHENCE_EXEC 5
  ------------------
 1670|      0|    if (main_tstate == NULL) {
  ------------------
  |  Branch (1670:9): [True: 0, False: 0]
  ------------------
 1671|      0|        return NULL;
 1672|      0|    }
 1673|      0|#ifndef NDEBUG
 1674|      0|    PyThreadState *old_tstate = PyThreadState_Swap(main_tstate);
 1675|      0|    assert(old_tstate == tstate);
  ------------------
  |  Branch (1675:5): [True: 0, False: 0]
  ------------------
 1676|       |#else
 1677|       |    (void)PyThreadState_Swap(main_tstate);
 1678|       |#endif
 1679|      0|    return main_tstate;
 1680|      0|}
import.c:extensions_lock_acquire:
 1033|     42|{
 1034|     42|    PyMutex_Lock(&_PyRuntime.imports.extensions.mutex);
  ------------------
  |  |   59|     42|#define PyMutex_Lock _PyMutex_Lock
  ------------------
 1035|     42|}
import.c:_extensions_cache_find_unlocked:
 1382|     42|{
 1383|     42|    if (EXTENSIONS.hashtable == NULL) {
  ------------------
  |  |   82|     42|#define EXTENSIONS _PyRuntime.imports.extensions
  ------------------
  |  Branch (1383:9): [True: 4, False: 38]
  ------------------
 1384|      4|        return NULL;
 1385|      4|    }
 1386|     38|    void *key = hashtable_key_from_2_strings(path, name, HTSEP);
  ------------------
  |  | 1359|     38|#define HTSEP ':'
  ------------------
 1387|     38|    if (key == NULL) {
  ------------------
  |  Branch (1387:9): [True: 0, False: 38]
  ------------------
 1388|      0|        return NULL;
 1389|      0|    }
 1390|     38|    _Py_hashtable_entry_t *entry =
 1391|     38|            _Py_hashtable_get_entry(EXTENSIONS.hashtable, key);
  ------------------
  |  |   82|     38|#define EXTENSIONS _PyRuntime.imports.extensions
  ------------------
 1392|     38|    if (p_key != NULL) {
  ------------------
  |  Branch (1392:9): [True: 4, False: 34]
  ------------------
 1393|      4|        *p_key = key;
 1394|      4|    }
 1395|     34|    else {
 1396|     34|        hashtable_destroy_str(key);
 1397|     34|    }
 1398|     38|    return entry;
 1399|     38|}
import.c:hashtable_key_from_2_strings:
 1278|     38|{
 1279|     38|    const char *str1_data = _PyUnicode_AsUTF8NoNUL(str1);
 1280|     38|    const char *str2_data = _PyUnicode_AsUTF8NoNUL(str2);
 1281|     38|    if (str1_data == NULL || str2_data == NULL) {
  ------------------
  |  Branch (1281:9): [True: 0, False: 38]
  |  Branch (1281:30): [True: 0, False: 38]
  ------------------
 1282|      0|        return NULL;
 1283|      0|    }
 1284|     38|    Py_ssize_t str1_len = strlen(str1_data);
 1285|     38|    Py_ssize_t str2_len = strlen(str2_data);
 1286|       |
 1287|       |    /* Make sure sep and the NULL byte won't cause an overflow. */
 1288|     38|    assert(SIZE_MAX - str1_len - str2_len > 2);
  ------------------
  |  Branch (1288:5): [True: 38, False: 0]
  ------------------
 1289|     38|    size_t size = str1_len + 1 + str2_len + 1;
 1290|       |
 1291|       |    // XXX Use a buffer if it's a temp value (every case but "set").
 1292|     38|    char *key = PyMem_RawMalloc(size);
 1293|     38|    if (key == NULL) {
  ------------------
  |  Branch (1293:9): [True: 0, False: 38]
  ------------------
 1294|      0|        PyErr_NoMemory();
 1295|      0|        return NULL;
 1296|      0|    }
 1297|       |
 1298|     38|    memcpy(key, str1_data, str1_len);
 1299|     38|    key[str1_len] = sep;
 1300|     38|    memcpy(key + str1_len + 1, str2_data, str2_len);
 1301|     38|    key[size - 1] = '\0';
 1302|     38|    assert(strlen(key) == size - 1);
  ------------------
  |  Branch (1302:5): [True: 38, False: 0]
  ------------------
 1303|     38|    return key;
 1304|     38|}
import.c:hashtable_destroy_str:
 1320|     34|{
 1321|     34|    PyMem_RawFree(ptr);
 1322|     34|}
import.c:extensions_lock_release:
 1039|     42|{
 1040|     42|    PyMutex_Unlock(&_PyRuntime.imports.extensions.mutex);
  ------------------
  |  |   70|     42|#define PyMutex_Unlock _PyMutex_Unlock
  ------------------
 1041|     42|}
import.c:is_core_module:
 1733|     38|{
 1734|       |    /* This might be called before the core dict copies are in place,
 1735|       |       so we can't rely on get_core_module_dict() here. */
 1736|     38|    if (path == name) {
  ------------------
  |  Branch (1736:9): [True: 38, False: 0]
  ------------------
 1737|     38|        if (PyUnicode_CompareWithASCIIString(name, "sys") == 0) {
  ------------------
  |  Branch (1737:13): [True: 4, False: 34]
  ------------------
 1738|      4|            return 1;
 1739|      4|        }
 1740|     34|        if (PyUnicode_CompareWithASCIIString(name, "builtins") == 0) {
  ------------------
  |  Branch (1740:13): [True: 4, False: 30]
  ------------------
 1741|      4|            return 1;
 1742|      4|        }
 1743|     34|    }
 1744|     30|    return 0;
 1745|     38|}
import.c:_get_extension_kind:
 1750|     34|{
 1751|     34|    _Py_ext_module_kind kind;
 1752|     34|    if (def == NULL) {
  ------------------
  |  Branch (1752:9): [True: 0, False: 34]
  ------------------
 1753|       |        /* It must be a module created by reload_singlephase_extension()
 1754|       |         * from m_copy.  Ideally we'd do away with this case. */
 1755|      0|        kind = _Py_ext_module_kind_SINGLEPHASE;
 1756|      0|    }
 1757|     34|    else if (def->m_slots != NULL) {
  ------------------
  |  Branch (1757:14): [True: 30, False: 4]
  ------------------
 1758|     30|        kind = _Py_ext_module_kind_MULTIPHASE;
 1759|     30|    }
 1760|      4|    else if (check_size && def->m_size == -1) {
  ------------------
  |  Branch (1760:14): [True: 4, False: 0]
  |  Branch (1760:28): [True: 4, False: 0]
  ------------------
 1761|      4|        kind = _Py_ext_module_kind_SINGLEPHASE;
 1762|      4|    }
 1763|      0|    else if (def->m_base.m_init != NULL) {
  ------------------
  |  Branch (1763:14): [True: 0, False: 0]
  ------------------
 1764|      0|        kind = _Py_ext_module_kind_SINGLEPHASE;
 1765|      0|    }
 1766|      0|    else {
 1767|       |        // This is probably single-phase init, but a multi-phase
 1768|       |        // module *can* have NULL m_slots.
 1769|      0|        kind = _Py_ext_module_kind_UNKNOWN;
 1770|      0|    }
 1771|     34|    return kind;
 1772|     34|}
import.c:_extensions_cache_get:
 1404|     38|{
 1405|     38|    struct extensions_cache_value *value = NULL;
 1406|     38|    extensions_lock_acquire();
 1407|       |
 1408|     38|    _Py_hashtable_entry_t *entry =
 1409|     38|            _extensions_cache_find_unlocked(path, name, NULL);
 1410|     38|    if (entry == NULL) {
  ------------------
  |  Branch (1410:9): [True: 38, False: 0]
  ------------------
 1411|       |        /* It was never added. */
 1412|     38|        goto finally;
 1413|     38|    }
 1414|      0|    value = (struct extensions_cache_value *)entry->value;
 1415|       |
 1416|     38|finally:
 1417|     38|    extensions_lock_release();
 1418|     38|    return value;
 1419|      0|}
import.c:update_global_state_for_extension:
 1818|      4|{
 1819|      4|    struct extensions_cache_value *cached = NULL;
 1820|      4|    PyModInitFunction m_init = NULL;
 1821|      4|    PyObject *m_dict = NULL;
 1822|       |
 1823|       |    /* Set up for _extensions_cache_set(). */
 1824|      4|    if (singlephase == NULL) {
  ------------------
  |  Branch (1824:9): [True: 0, False: 4]
  ------------------
 1825|      0|        assert(def->m_base.m_init == NULL);
  ------------------
  |  Branch (1825:9): [True: 0, False: 0]
  ------------------
 1826|      0|        assert(def->m_base.m_copy == NULL);
  ------------------
  |  Branch (1826:9): [True: 0, False: 0]
  ------------------
 1827|      0|    }
 1828|      4|    else {
 1829|      4|        if (singlephase->m_init != NULL) {
  ------------------
  |  Branch (1829:13): [True: 0, False: 4]
  ------------------
 1830|      0|            assert(singlephase->m_dict == NULL);
  ------------------
  |  Branch (1830:13): [True: 0, False: 0]
  ------------------
 1831|      0|            assert(def->m_base.m_copy == NULL);
  ------------------
  |  Branch (1831:13): [True: 0, False: 0]
  ------------------
 1832|      0|            assert(def->m_size >= 0);
  ------------------
  |  Branch (1832:13): [True: 0, False: 0]
  ------------------
 1833|       |            /* Remember pointer to module init function. */
 1834|       |            // XXX If two modules share a def then def->m_base will
 1835|       |            // reflect the last one added (here) to the global cache.
 1836|       |            // We should prevent this somehow.  The simplest solution
 1837|       |            // is probably to store m_copy/m_init in the cache along
 1838|       |            // with the def, rather than within the def.
 1839|      0|            m_init = singlephase->m_init;
 1840|      0|        }
 1841|      4|        else if (singlephase->m_dict == NULL) {
  ------------------
  |  Branch (1841:18): [True: 4, False: 0]
  ------------------
 1842|       |            /* It must be a core builtin module. */
 1843|      4|            assert(is_core_module(tstate->interp, name, path));
  ------------------
  |  Branch (1843:13): [True: 4, False: 0]
  ------------------
 1844|      4|            assert(def->m_size == -1);
  ------------------
  |  Branch (1844:13): [True: 4, False: 0]
  ------------------
 1845|      4|            assert(def->m_base.m_copy == NULL);
  ------------------
  |  Branch (1845:13): [True: 4, False: 0]
  ------------------
 1846|      4|            assert(def->m_base.m_init == NULL);
  ------------------
  |  Branch (1846:13): [True: 4, False: 0]
  ------------------
 1847|      4|        }
 1848|      0|        else {
 1849|      0|            assert(PyDict_Check(singlephase->m_dict));
  ------------------
  |  Branch (1849:13): [True: 0, False: 0]
  ------------------
 1850|       |            // gh-88216: Extensions and def->m_base.m_copy can be updated
 1851|       |            // when the extension module doesn't support sub-interpreters.
 1852|      0|            assert(def->m_size == -1);
  ------------------
  |  Branch (1852:13): [True: 0, False: 0]
  ------------------
 1853|      0|            assert(!is_core_module(tstate->interp, name, path));
  ------------------
  |  Branch (1853:13): [True: 0, False: 0]
  ------------------
 1854|      0|            assert(PyUnicode_CompareWithASCIIString(name, "sys") != 0);
  ------------------
  |  Branch (1854:13): [True: 0, False: 0]
  ------------------
 1855|      0|            assert(PyUnicode_CompareWithASCIIString(name, "builtins") != 0);
  ------------------
  |  Branch (1855:13): [True: 0, False: 0]
  ------------------
 1856|      0|            m_dict = singlephase->m_dict;
 1857|      0|        }
 1858|      4|    }
 1859|       |
 1860|       |    /* Add the module's def to the global cache. */
 1861|       |    // XXX Why special-case the main interpreter?
 1862|      4|    if (_Py_IsMainInterpreter(tstate->interp) || def->m_size == -1) {
  ------------------
  |  Branch (1862:9): [True: 4, False: 0]
  |  Branch (1862:50): [True: 0, False: 0]
  ------------------
 1863|      4|#ifndef NDEBUG
 1864|      4|        cached = _extensions_cache_get(path, name);
 1865|      4|        assert(cached == NULL || cached->def == def);
  ------------------
  |  Branch (1865:9): [True: 4, False: 0]
  |  Branch (1865:9): [True: 0, False: 0]
  ------------------
 1866|      4|#endif
 1867|      4|        cached = _extensions_cache_set(
 1868|      4|                path, name, def, m_init, singlephase->m_index, m_dict,
 1869|      4|                singlephase->origin, singlephase->md_requires_gil);
 1870|      4|        if (cached == NULL) {
  ------------------
  |  Branch (1870:13): [True: 0, False: 4]
  ------------------
 1871|       |            // XXX Ignore this error?  Doing so would effectively
 1872|       |            // mark the module as not loadable.
 1873|      0|            return NULL;
 1874|      0|        }
 1875|      4|    }
 1876|       |
 1877|      4|    return cached;
 1878|      4|}
import.c:_extensions_cache_set:
 1427|      4|{
 1428|      4|    struct extensions_cache_value *value = NULL;
 1429|      4|    void *key = NULL;
 1430|      4|    struct extensions_cache_value *newvalue = NULL;
 1431|      4|    PyModuleDef_Base olddefbase = def->m_base;
 1432|       |
 1433|      4|    assert(def != NULL);
  ------------------
  |  Branch (1433:5): [True: 4, False: 0]
  ------------------
 1434|      4|    assert(m_init == NULL || m_dict == NULL);
  ------------------
  |  Branch (1434:5): [True: 4, False: 0]
  |  Branch (1434:5): [True: 0, False: 0]
  ------------------
 1435|       |    /* We expect the same symbol to be used and the shared object file
 1436|       |     * to have remained loaded, so it must be the same pointer. */
 1437|      4|    assert(def->m_base.m_init == NULL || def->m_base.m_init == m_init);
  ------------------
  |  Branch (1437:5): [True: 4, False: 0]
  |  Branch (1437:5): [True: 0, False: 0]
  ------------------
 1438|       |    /* For now we don't worry about comparing value->m_copy. */
 1439|      4|    assert(def->m_base.m_copy == NULL || m_dict != NULL);
  ------------------
  |  Branch (1439:5): [True: 4, False: 0]
  |  Branch (1439:5): [True: 0, False: 0]
  ------------------
 1440|      4|    assert((origin == _Py_ext_module_origin_DYNAMIC) == (name != path));
  ------------------
  |  Branch (1440:5): [True: 4, False: 0]
  ------------------
 1441|      4|    assert(origin != _Py_ext_module_origin_CORE || m_dict == NULL);
  ------------------
  |  Branch (1441:5): [True: 0, False: 4]
  |  Branch (1441:5): [True: 4, False: 0]
  ------------------
 1442|       |
 1443|      4|    extensions_lock_acquire();
 1444|       |
 1445|      4|    if (EXTENSIONS.hashtable == NULL) {
  ------------------
  |  |   82|      4|#define EXTENSIONS _PyRuntime.imports.extensions
  ------------------
  |  Branch (1445:9): [True: 2, False: 2]
  ------------------
 1446|      2|        if (_extensions_cache_init() < 0) {
  ------------------
  |  Branch (1446:13): [True: 0, False: 2]
  ------------------
 1447|      0|            goto finally;
 1448|      0|        }
 1449|      2|    }
 1450|       |
 1451|       |    /* Create a cached value to populate for the module. */
 1452|      4|    _Py_hashtable_entry_t *entry =
 1453|      4|            _extensions_cache_find_unlocked(path, name, &key);
 1454|      4|    value = entry == NULL
  ------------------
  |  Branch (1454:13): [True: 4, False: 0]
  ------------------
 1455|      4|        ? NULL
 1456|      4|        : (struct extensions_cache_value *)entry->value;
 1457|      4|    if (value != NULL) {
  ------------------
  |  Branch (1457:9): [True: 0, False: 4]
  ------------------
 1458|       |        /* gh-123880: If there's an existing cache value, it means a module is
 1459|       |         * being imported recursively from its PyInit_* or Py_mod_* function.
 1460|       |         * (That function presumably handles returning a partially
 1461|       |         *  constructed module in such a case.)
 1462|       |         * We can reuse the existing cache value; it is owned by the cache.
 1463|       |         * (Entries get removed from it in exceptional circumstances,
 1464|       |         *  after interpreter shutdown, and in runtime shutdown.)
 1465|       |         */
 1466|      0|        goto finally_oldvalue;
 1467|      0|    }
 1468|      4|    newvalue = alloc_extensions_cache_value();
 1469|      4|    if (newvalue == NULL) {
  ------------------
  |  Branch (1469:9): [True: 0, False: 4]
  ------------------
 1470|      0|        goto finally;
 1471|      0|    }
 1472|       |
 1473|       |    /* Populate the new cache value data. */
 1474|      4|    *newvalue = (struct extensions_cache_value){
 1475|      4|        .def=def,
 1476|      4|        .m_init=m_init,
 1477|      4|        .m_index=m_index,
 1478|       |        /* m_dict is set by set_cached_m_dict(). */
 1479|      4|        .origin=origin,
 1480|       |#ifdef Py_GIL_DISABLED
 1481|       |        .md_requires_gil=requires_gil,
 1482|       |#endif
 1483|      4|    };
 1484|      4|#ifndef Py_GIL_DISABLED
 1485|      4|    (void)requires_gil;
 1486|      4|#endif
 1487|      4|    if (init_cached_m_dict(newvalue, m_dict) < 0) {
  ------------------
  |  Branch (1487:9): [True: 0, False: 4]
  ------------------
 1488|      0|        goto finally;
 1489|      0|    }
 1490|      4|    fixup_cached_def(newvalue);
 1491|       |
 1492|      4|    if (entry == NULL) {
  ------------------
  |  Branch (1492:9): [True: 4, False: 0]
  ------------------
 1493|       |        /* It was never added. */
 1494|      4|        if (_Py_hashtable_set(EXTENSIONS.hashtable, key, newvalue) < 0) {
  ------------------
  |  |   82|      4|#define EXTENSIONS _PyRuntime.imports.extensions
  ------------------
  |  Branch (1494:13): [True: 0, False: 4]
  ------------------
 1495|      0|            PyErr_NoMemory();
 1496|      0|            goto finally;
 1497|      0|        }
 1498|       |        /* The hashtable owns the key now. */
 1499|      4|        key = NULL;
 1500|      4|    }
 1501|      0|    else if (value == NULL) {
  ------------------
  |  Branch (1501:14): [True: 0, False: 0]
  ------------------
 1502|       |        /* It was previously deleted. */
 1503|      0|        entry->value = newvalue;
 1504|      0|    }
 1505|      0|    else {
 1506|       |        /* We are updating the entry for an existing module. */
 1507|       |        /* We expect def to be static, so it must be the same pointer. */
 1508|      0|        assert(value->def == def);
  ------------------
  |  Branch (1508:9): [True: 0, False: 0]
  ------------------
 1509|       |        /* We expect the same symbol to be used and the shared object file
 1510|       |         * to have remained loaded, so it must be the same pointer. */
 1511|      0|        assert(value->m_init == m_init);
  ------------------
  |  Branch (1511:9): [True: 0, False: 0]
  ------------------
 1512|       |        /* The same module can't switch between caching __dict__ and not. */
 1513|      0|        assert((value->m_dict == NULL) == (m_dict == NULL));
  ------------------
  |  Branch (1513:9): [True: 0, False: 0]
  ------------------
 1514|       |        /* This shouldn't ever happen. */
 1515|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1516|      0|    }
 1517|       |
 1518|      4|    value = newvalue;
 1519|       |
 1520|      4|finally:
 1521|      4|    if (value == NULL) {
  ------------------
  |  Branch (1521:9): [True: 0, False: 4]
  ------------------
 1522|      0|        restore_old_cached_def(def, &olddefbase);
 1523|      0|        if (newvalue != NULL) {
  ------------------
  |  Branch (1523:13): [True: 0, False: 0]
  ------------------
 1524|      0|            del_extensions_cache_value(newvalue);
 1525|      0|        }
 1526|      0|    }
 1527|      4|    else {
 1528|      4|        cleanup_old_cached_def(&olddefbase);
 1529|      4|    }
 1530|       |
 1531|      4|finally_oldvalue:
 1532|      4|    extensions_lock_release();
 1533|      4|    if (key != NULL) {
  ------------------
  |  Branch (1533:9): [True: 0, False: 4]
  ------------------
 1534|      0|        hashtable_destroy_str(key);
 1535|      0|    }
 1536|       |
 1537|      4|    return value;
 1538|      4|}
import.c:_extensions_cache_init:
 1363|      2|{
 1364|      2|    _Py_hashtable_allocator_t alloc = {PyMem_RawMalloc, PyMem_RawFree};
 1365|      2|    EXTENSIONS.hashtable = _Py_hashtable_new_full(
  ------------------
  |  |   82|      2|#define EXTENSIONS _PyRuntime.imports.extensions
  ------------------
 1366|      2|        hashtable_hash_str,
 1367|      2|        hashtable_compare_str,
 1368|      2|        hashtable_destroy_str,  // key
 1369|      2|        del_extensions_cache_value,  // value
 1370|      2|        &alloc
 1371|      2|    );
 1372|      2|    if (EXTENSIONS.hashtable == NULL) {
  ------------------
  |  |   82|      2|#define EXTENSIONS _PyRuntime.imports.extensions
  ------------------
  |  Branch (1372:9): [True: 0, False: 2]
  ------------------
 1373|      0|        PyErr_NoMemory();
 1374|      0|        return -1;
 1375|      0|    }
 1376|      2|    return 0;
 1377|      2|}
import.c:hashtable_hash_str:
 1308|     46|{
 1309|     46|    return Py_HashBuffer(key, strlen((const char *)key));
 1310|     46|}
import.c:alloc_extensions_cache_value:
 1101|      4|{
 1102|      4|    struct extensions_cache_value *value
 1103|      4|            = PyMem_RawMalloc(sizeof(struct extensions_cache_value));
 1104|      4|    if (value == NULL) {
  ------------------
  |  Branch (1104:9): [True: 0, False: 4]
  ------------------
 1105|      0|        PyErr_NoMemory();
 1106|      0|        return NULL;
 1107|      0|    }
 1108|      4|    *value = (struct extensions_cache_value){0};
 1109|      4|    return value;
 1110|      4|}
import.c:init_cached_m_dict:
 1188|      4|{
 1189|      4|    assert(value != NULL);
  ------------------
  |  Branch (1189:5): [True: 4, False: 0]
  ------------------
 1190|       |    /* This should only have been called without an m_dict already set. */
 1191|      4|    assert(value->m_dict == NULL);
  ------------------
  |  Branch (1191:5): [True: 4, False: 0]
  ------------------
 1192|      4|    if (m_dict == NULL) {
  ------------------
  |  Branch (1192:9): [True: 4, False: 0]
  ------------------
 1193|      4|        return 0;
 1194|      4|    }
 1195|      4|    assert(PyDict_Check(m_dict));
  ------------------
  |  Branch (1195:5): [True: 0, False: 0]
  ------------------
 1196|      0|    assert(value->origin != _Py_ext_module_origin_CORE);
  ------------------
  |  Branch (1196:5): [True: 0, False: 0]
  ------------------
 1197|       |
 1198|      0|    PyInterpreterState *interp = _PyInterpreterState_GET();
 1199|      0|    assert(!is_interpreter_isolated(interp));
  ------------------
  |  Branch (1199:5): [True: 0, False: 0]
  ------------------
 1200|       |
 1201|       |    /* XXX gh-88216: The copied dict is owned by the current
 1202|       |     * interpreter.  That's a problem if the interpreter has
 1203|       |     * its own obmalloc state or if the module is successfully
 1204|       |     * imported into such an interpreter.  If the interpreter
 1205|       |     * has its own GIL then there may be data races and
 1206|       |     * PyImport_ClearModulesByIndex() can crash.  Normally,
 1207|       |     * a single-phase init module cannot be imported in an
 1208|       |     * isolated interpreter, but there are ways around that.
 1209|       |     * Hence, heere be dragons!  Ideally we would instead do
 1210|       |     * something like make a read-only, immortal copy of the
 1211|       |     * dict using PyMem_RawMalloc() and store *that* in m_copy.
 1212|       |     * Then we'd need to make sure to clear that when the
 1213|       |     * runtime is finalized, rather than in
 1214|       |     * PyImport_ClearModulesByIndex(). */
 1215|      0|    PyObject *copied = PyDict_Copy(m_dict);
 1216|      0|    if (copied == NULL) {
  ------------------
  |  Branch (1216:9): [True: 0, False: 0]
  ------------------
 1217|       |        /* We expect this can only be "out of memory". */
 1218|      0|        return -1;
 1219|      0|    }
 1220|       |    // XXX We may want to make the copy immortal.
 1221|       |
 1222|      0|    value->_m_dict = (struct cached_m_dict){
 1223|      0|        .copied=copied,
 1224|      0|        .interpid=PyInterpreterState_GetID(interp),
 1225|      0|    };
 1226|       |
 1227|      0|    value->m_dict = &value->_m_dict;
 1228|      0|    return 0;
 1229|      0|}
import.c:fixup_cached_def:
 1127|      4|{
 1128|       |    /* For the moment, the values in the def's m_base may belong
 1129|       |     * to another module, and we're replacing them here.  This can
 1130|       |     * cause problems later if the old module is reloaded.
 1131|       |     *
 1132|       |     * Also, we don't decref any old cached values first when we
 1133|       |     * replace them here, in case we need to restore them in the
 1134|       |     * near future.  Instead, the caller is responsible for wrapping
 1135|       |     * this up by calling cleanup_old_cached_def() or
 1136|       |     * restore_old_cached_def() if there was an error. */
 1137|      4|    PyModuleDef *def = value->def;
 1138|      4|    assert(def != NULL);
  ------------------
  |  Branch (1138:5): [True: 4, False: 0]
  ------------------
 1139|       |
 1140|       |    /* We assume that all module defs are statically allocated
 1141|       |       and will never be freed.  Otherwise, we would incref here. */
 1142|      4|    _Py_SetImmortalUntracked((PyObject *)def);
 1143|       |
 1144|      4|    def->m_base.m_init = value->m_init;
 1145|       |
 1146|      4|    assert(value->m_index > 0);
  ------------------
  |  Branch (1146:5): [True: 4, False: 0]
  ------------------
 1147|      4|    _set_module_index(def, value->m_index);
 1148|       |
 1149|       |    /* Different modules can share the same def, so we can't just
 1150|       |     * expect m_copy to be NULL. */
 1151|      4|    assert(def->m_base.m_copy == NULL
  ------------------
  |  Branch (1151:5): [True: 4, False: 0]
  |  Branch (1151:5): [True: 0, False: 0]
  |  Branch (1151:5): [True: 0, False: 0]
  ------------------
 1152|      4|           || def->m_base.m_init == NULL
 1153|      4|           || value->m_dict != NULL);
 1154|      4|    if (value->m_dict != NULL) {
  ------------------
  |  Branch (1154:9): [True: 0, False: 4]
  ------------------
 1155|      0|        assert(value->m_dict->copied != NULL);
  ------------------
  |  Branch (1155:9): [True: 0, False: 0]
  ------------------
 1156|       |        /* As noted above, we don't first decref the old value, if any. */
 1157|      0|        def->m_base.m_copy = Py_NewRef(value->m_dict->copied);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1158|      0|    }
 1159|      4|}
import.c:_set_module_index:
  528|      4|{
  529|      4|    assert(index > 0);
  ------------------
  |  Branch (529:5): [True: 4, False: 0]
  ------------------
  530|      4|    if (index == def->m_base.m_index) {
  ------------------
  |  Branch (530:9): [True: 4, False: 0]
  ------------------
  531|       |        /* There's nothing to do. */
  532|      4|    }
  533|      0|    else if (def->m_base.m_index == 0) {
  ------------------
  |  Branch (533:14): [True: 0, False: 0]
  ------------------
  534|       |        /* It should have been initialized by PyModuleDef_Init().
  535|       |         * We assert here to catch this in dev, but keep going otherwise. */
  536|      0|        assert(def->m_base.m_index != 0);
  ------------------
  |  Branch (536:9): [True: 0, False: 0]
  ------------------
  537|      0|        def->m_base.m_index = index;
  538|      0|    }
  539|      0|    else {
  540|       |        /* It was already set for a different module.
  541|       |         * We replace the old value. */
  542|      0|        assert(def->m_base.m_index > 0);
  ------------------
  |  Branch (542:9): [True: 0, False: 0]
  ------------------
  543|      0|        def->m_base.m_index = index;
  544|      0|    }
  545|      4|}
import.c:cleanup_old_cached_def:
 1169|      4|{
 1170|      4|    Py_XDECREF(oldbase->m_copy);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1171|      4|}
import.c:finish_singlephase_extension:
 1886|      4|{
 1887|      4|    assert(mod != NULL && PyModule_Check(mod));
  ------------------
  |  Branch (1887:5): [True: 4, False: 0]
  |  Branch (1887:5): [True: 4, False: 0]
  ------------------
 1888|      4|    assert(cached->def == _PyModule_GetDefOrNull(mod));
  ------------------
  |  Branch (1888:5): [True: 4, False: 0]
  ------------------
 1889|       |
 1890|      4|    Py_ssize_t index = _get_cached_module_index(cached);
 1891|      4|    if (_modules_by_index_set(tstate->interp, index, mod) < 0) {
  ------------------
  |  Branch (1891:9): [True: 0, False: 4]
  ------------------
 1892|      0|        return -1;
 1893|      0|    }
 1894|       |
 1895|      4|    if (modules != NULL) {
  ------------------
  |  Branch (1895:9): [True: 4, False: 0]
  ------------------
 1896|      4|        if (PyObject_SetItem(modules, name, mod) < 0) {
  ------------------
  |  Branch (1896:13): [True: 0, False: 4]
  ------------------
 1897|      0|            return -1;
 1898|      0|        }
 1899|      4|    }
 1900|       |
 1901|      4|    return 0;
 1902|      4|}
import.c:create_builtin:
 2480|     30|{
 2481|     30|    struct _Py_ext_module_loader_info info;
 2482|     30|    if (_Py_ext_module_loader_info_init_for_builtin(&info, name) < 0) {
  ------------------
  |  Branch (2482:9): [True: 0, False: 30]
  ------------------
 2483|      0|        return NULL;
 2484|      0|    }
 2485|       |
 2486|     30|    struct extensions_cache_value *cached = NULL;
 2487|     30|    PyObject *mod = import_find_extension(tstate, &info, &cached);
 2488|     30|    if (mod != NULL) {
  ------------------
  |  Branch (2488:9): [True: 0, False: 30]
  ------------------
 2489|      0|        assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (2489:9): [True: 0, False: 0]
  ------------------
 2490|      0|        assert(cached != NULL);
  ------------------
  |  Branch (2490:9): [True: 0, False: 0]
  ------------------
 2491|       |        /* The module might not have md_def set in certain reload cases. */
 2492|      0|        assert(_PyModule_GetDefOrNull(mod) == NULL
  ------------------
  |  Branch (2492:9): [True: 0, False: 0]
  |  Branch (2492:9): [True: 0, False: 0]
  ------------------
 2493|      0|                || cached->def == _PyModule_GetDefOrNull(mod));
 2494|      0|        assert_singlephase(cached);
  ------------------
  |  | 1793|      0|    do {                                                                    \
  |  | 1794|      0|        _Py_ext_module_kind kind = _get_extension_kind(cached->def, true);  \
  |  | 1795|      0|        assert(kind == _Py_ext_module_kind_SINGLEPHASE);                    \
  |  | 1796|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1796:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2494:9): [True: 0, False: 0]
  ------------------
 2495|      0|        goto finally;
 2496|      0|    }
 2497|     30|    else if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2497:14): [True: 0, False: 30]
  ------------------
 2498|      0|        goto finally;
 2499|      0|    }
 2500|       |
 2501|       |    /* If the module was added to the global cache
 2502|       |     * but def->m_base.m_copy was cleared (e.g. subinterp fini)
 2503|       |     * then we have to do a little dance here. */
 2504|     30|    if (cached != NULL) {
  ------------------
  |  Branch (2504:9): [True: 0, False: 30]
  ------------------
 2505|      0|        assert(cached->def->m_base.m_copy == NULL);
  ------------------
  |  Branch (2505:9): [True: 0, False: 0]
  ------------------
 2506|       |        /* For now we clear the cache and move on. */
 2507|      0|        _extensions_cache_delete(info.path, info.name);
 2508|      0|    }
 2509|       |
 2510|     30|    PyModInitFunction p0 = NULL;
 2511|     30|    if (initfunc == NULL) {
  ------------------
  |  Branch (2511:9): [True: 30, False: 0]
  ------------------
 2512|     30|        struct _inittab *entry = lookup_inittab_entry(&info);
 2513|     30|        if (entry == NULL) {
  ------------------
  |  Branch (2513:13): [True: 0, False: 30]
  ------------------
 2514|      0|            mod = NULL;
 2515|      0|            _PyErr_SetModuleNotFoundError(name);
 2516|      0|            goto finally;
 2517|      0|        }
 2518|       |
 2519|     30|        p0 = (PyModInitFunction)entry->initfunc;
 2520|     30|    }
 2521|      0|    else {
 2522|      0|        p0 = initfunc;
 2523|      0|    }
 2524|       |
 2525|     30|    if (p0 == NULL) {
  ------------------
  |  Branch (2525:9): [True: 0, False: 30]
  ------------------
 2526|       |        /* Cannot re-init internal module ("sys" or "builtins") */
 2527|      0|        assert(is_core_module(tstate->interp, info.name, info.path));
  ------------------
  |  Branch (2527:9): [True: 0, False: 0]
  ------------------
 2528|      0|        mod = import_add_module(tstate, info.name);
 2529|      0|        goto finally;
 2530|      0|    }
 2531|       |
 2532|       |
 2533|       |#ifdef Py_GIL_DISABLED
 2534|       |    // This call (and the corresponding call to _PyImport_CheckGILForModule())
 2535|       |    // would ideally be inside import_run_extension(). They are kept in the
 2536|       |    // callers for now because that would complicate the control flow inside
 2537|       |    // import_run_extension(). It should be possible to restructure
 2538|       |    // import_run_extension() to address this.
 2539|       |    _PyEval_EnableGILTransient(tstate);
 2540|       |#endif
 2541|       |    /* Now load it. */
 2542|     30|    mod = import_run_extension(
 2543|     30|                    tstate, p0, &info, spec, get_modules_dict(tstate, true));
 2544|       |#ifdef Py_GIL_DISABLED
 2545|       |    if (_PyImport_CheckGILForModule(mod, info.name) < 0) {
 2546|       |        Py_CLEAR(mod);
 2547|       |        goto finally;
 2548|       |    }
 2549|       |#endif
 2550|       |
 2551|     30|finally:
 2552|     30|    _Py_ext_module_loader_info_clear(&info);
 2553|     30|    return mod;
 2554|     30|}
import.c:import_find_extension:
 2020|     30|{
 2021|       |    /* Only single-phase init modules will be in the cache. */
 2022|     30|    struct extensions_cache_value *cached
 2023|     30|            = _extensions_cache_get(info->path, info->name);
 2024|     30|    if (cached == NULL) {
  ------------------
  |  Branch (2024:9): [True: 30, False: 0]
  ------------------
 2025|     30|        return NULL;
 2026|     30|    }
 2027|     30|    assert(cached->def != NULL);
  ------------------
  |  Branch (2027:5): [True: 0, False: 0]
  ------------------
 2028|      0|    assert_singlephase(cached);
  ------------------
  |  | 1793|      0|    do {                                                                    \
  |  | 1794|      0|        _Py_ext_module_kind kind = _get_extension_kind(cached->def, true);  \
  |  | 1795|      0|        assert(kind == _Py_ext_module_kind_SINGLEPHASE);                    \
  |  | 1796|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1796:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2028:5): [True: 0, False: 0]
  ------------------
 2029|      0|    *p_cached = cached;
 2030|       |
 2031|       |    /* It may have been successfully imported previously
 2032|       |       in an interpreter that allows legacy modules
 2033|       |       but is not allowed in the current interpreter. */
 2034|      0|    const char *name_buf = PyUnicode_AsUTF8(info->name);
 2035|      0|    assert(name_buf != NULL);
  ------------------
  |  Branch (2035:5): [True: 0, False: 0]
  ------------------
 2036|      0|    if (_PyImport_CheckSubinterpIncompatibleExtensionAllowed(name_buf) < 0) {
  ------------------
  |  Branch (2036:9): [True: 0, False: 0]
  ------------------
 2037|      0|        return NULL;
 2038|      0|    }
 2039|       |
 2040|      0|    PyObject *mod = reload_singlephase_extension(tstate, cached, info);
 2041|      0|    if (mod == NULL) {
  ------------------
  |  Branch (2041:9): [True: 0, False: 0]
  ------------------
 2042|      0|        return NULL;
 2043|      0|    }
 2044|       |
 2045|      0|    int verbose = _PyInterpreterState_GetConfig(tstate->interp)->verbose;
 2046|      0|    if (verbose) {
  ------------------
  |  Branch (2046:9): [True: 0, False: 0]
  ------------------
 2047|      0|        PySys_FormatStderr("import %U # previously loaded (%R)\n",
 2048|      0|                           info->name, info->path);
 2049|      0|    }
 2050|       |
 2051|      0|    return mod;
 2052|      0|}
import.c:lookup_inittab_entry:
 2465|     30|{
 2466|    566|    for (struct _inittab *p = INITTAB; p->name != NULL; p++) {
  ------------------
  |  |   80|     30|#define INITTAB _PyRuntime.imports.inittab
  ------------------
  |  Branch (2466:40): [True: 566, False: 0]
  ------------------
 2467|    566|        if (_PyUnicode_EqualToASCIIString(info->name, p->name)) {
  ------------------
  |  Branch (2467:13): [True: 30, False: 536]
  ------------------
 2468|     30|            return p;
 2469|     30|        }
 2470|    566|    }
 2471|       |    // not found
 2472|      0|    return NULL;
 2473|     30|}
import.c:import_run_extension:
 2095|     30|{
 2096|       |    /* Core modules go through _PyImport_FixupBuiltin(). */
 2097|     30|    assert(!is_core_module(tstate->interp, info->name, info->path));
  ------------------
  |  Branch (2097:5): [True: 30, False: 0]
  ------------------
 2098|       |
 2099|     30|    PyObject *mod = NULL;
 2100|     30|    PyModuleDef *def = NULL;
 2101|     30|    struct extensions_cache_value *cached = NULL;
 2102|     30|    const char *name_buf = PyBytes_AS_STRING(info->name_encoded);
  ------------------
  |  |   27|     30|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2103|       |
 2104|       |    /* We cannot know if the module is single-phase init or
 2105|       |     * multi-phase init until after we call its init function. Even
 2106|       |     * in isolated interpreters (that do not support single-phase init),
 2107|       |     * the init function will run without restriction.  For multi-phase
 2108|       |     * init modules that isn't a problem because the init function only
 2109|       |     * runs PyModuleDef_Init() on the module's def and then returns it.
 2110|       |     *
 2111|       |     * However, for single-phase init the module's init function will
 2112|       |     * create the module, create other objects (and allocate other
 2113|       |     * memory), populate it and its module state, and initialize static
 2114|       |     * types.  Some modules store other objects and data in global C
 2115|       |     * variables and register callbacks with the runtime/stdlib or
 2116|       |     * even external libraries (which is part of why we can't just
 2117|       |     * dlclose() the module in the error case).  That's a problem
 2118|       |     * for isolated interpreters since all of the above happens
 2119|       |     * and only then * will the import fail.  Memory will leak,
 2120|       |     * callbacks will still get used, and sometimes there
 2121|       |     * will be crashes (memory access violations
 2122|       |     * and use-after-free).
 2123|       |     *
 2124|       |     * To put it another way, if the module is single-phase init
 2125|       |     * then the import will probably break interpreter isolation
 2126|       |     * and should fail ASAP.  However, the module's init function
 2127|       |     * will still get run.  That means it may still store state
 2128|       |     * in the shared-object/DLL address space (which never gets
 2129|       |     * closed/cleared), including objects (e.g. static types).
 2130|       |     * This is a problem for isolated subinterpreters since each
 2131|       |     * has its own object allocator.  If the loaded shared-object
 2132|       |     * still holds a reference to an object after the corresponding
 2133|       |     * interpreter has finalized then either we must let it leak
 2134|       |     * or else any later use of that object by another interpreter
 2135|       |     * (or across multiple init-fini cycles) will crash the process.
 2136|       |     *
 2137|       |     * To avoid all of that, we make sure the module's init function
 2138|       |     * is always run first with the main interpreter active.  If it was
 2139|       |     * already the main interpreter then we can continue loading the
 2140|       |     * module like normal.  Otherwise, right after the init function,
 2141|       |     * we take care of some import state bookkeeping, switch back
 2142|       |     * to the subinterpreter, check for single-phase init,
 2143|       |     * and then continue loading like normal. */
 2144|       |
 2145|     30|    bool switched = false;
 2146|       |    /* We *could* leave in place a legacy interpreter here
 2147|       |     * (one that shares obmalloc/GIL with main interp),
 2148|       |     * but there isn't a big advantage, we anticipate
 2149|       |     * such interpreters will be increasingly uncommon,
 2150|       |     * and the code is a bit simpler if we always switch
 2151|       |     * to the main interpreter. */
 2152|     30|    PyThreadState *main_tstate = switch_to_main_interpreter(tstate);
 2153|     30|    if (main_tstate == NULL) {
  ------------------
  |  Branch (2153:9): [True: 0, False: 30]
  ------------------
 2154|      0|        return NULL;
 2155|      0|    }
 2156|     30|    else if (main_tstate != tstate) {
  ------------------
  |  Branch (2156:14): [True: 0, False: 30]
  ------------------
 2157|      0|        switched = true;
 2158|       |        /* In the switched case, we could play it safe
 2159|       |         * by getting the main interpreter's import lock here.
 2160|       |         * It's unlikely to matter though. */
 2161|      0|    }
 2162|       |
 2163|     30|    struct _Py_ext_module_loader_result res;
 2164|     30|    int rc = _PyImport_RunModInitFunc(p0, info, &res);
 2165|     30|    if (rc < 0) {
  ------------------
  |  Branch (2165:9): [True: 0, False: 30]
  ------------------
 2166|       |        /* We discard res.def. */
 2167|      0|        assert(res.module == NULL);
  ------------------
  |  Branch (2167:9): [True: 0, False: 0]
  ------------------
 2168|      0|    }
 2169|     30|    else {
 2170|     30|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (2170:9): [True: 30, False: 0]
  ------------------
 2171|     30|        assert(res.err == NULL);
  ------------------
  |  Branch (2171:9): [True: 30, False: 0]
  ------------------
 2172|       |
 2173|     30|        mod = res.module;
 2174|     30|        res.module = NULL;
 2175|     30|        def = res.def;
 2176|     30|        assert(def != NULL);
  ------------------
  |  Branch (2176:9): [True: 30, False: 0]
  ------------------
 2177|       |
 2178|       |        /* Do anything else that should be done
 2179|       |         * while still using the main interpreter. */
 2180|     30|        if (res.kind == _Py_ext_module_kind_SINGLEPHASE) {
  ------------------
  |  Branch (2180:13): [True: 0, False: 30]
  ------------------
 2181|       |            /* Remember the filename as the __file__ attribute */
 2182|      0|            if (info->filename != NULL) {
  ------------------
  |  Branch (2182:17): [True: 0, False: 0]
  ------------------
 2183|      0|                PyObject *filename = NULL;
 2184|      0|                if (switched) {
  ------------------
  |  Branch (2184:21): [True: 0, False: 0]
  ------------------
 2185|       |                    // The original filename may be allocated by subinterpreter's
 2186|       |                    // obmalloc, so we create a copy here.
 2187|      0|                    filename = _PyUnicode_Copy(info->filename);
 2188|      0|                    if (filename == NULL) {
  ------------------
  |  Branch (2188:25): [True: 0, False: 0]
  ------------------
 2189|      0|                        return NULL;
 2190|      0|                    }
 2191|      0|                }
 2192|      0|                else {
 2193|      0|                    filename = Py_NewRef(info->filename);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2194|      0|                }
 2195|       |                // XXX There's a refleak somewhere with the filename.
 2196|       |                // Until we can track it down, we immortalize it.
 2197|      0|                PyInterpreterState *interp = _PyInterpreterState_GET();
 2198|      0|                _PyUnicode_InternImmortal(interp, &filename);
 2199|       |
 2200|      0|                if (PyModule_AddObjectRef(mod, "__file__", filename) < 0) {
  ------------------
  |  Branch (2200:21): [True: 0, False: 0]
  ------------------
 2201|      0|                    PyErr_Clear(); /* Not important enough to report */
 2202|      0|                }
 2203|      0|            }
 2204|       |
 2205|       |            /* Update global import state. */
 2206|      0|            assert(def->m_base.m_index != 0);
  ------------------
  |  Branch (2206:13): [True: 0, False: 0]
  ------------------
 2207|      0|            struct singlephase_global_update singlephase = {
 2208|       |                // XXX Modules that share a def should each get their own index,
 2209|       |                // whereas currently they share (which means the per-interpreter
 2210|       |                // cache is less reliable than it should be).
 2211|      0|                .m_index=def->m_base.m_index,
 2212|      0|                .origin=info->origin,
 2213|       |#ifdef Py_GIL_DISABLED
 2214|       |                .md_requires_gil=((PyModuleObject *)mod)->md_requires_gil,
 2215|       |#endif
 2216|      0|            };
 2217|       |            // gh-88216: Extensions and def->m_base.m_copy can be updated
 2218|       |            // when the extension module doesn't support sub-interpreters.
 2219|      0|            if (def->m_size == -1) {
  ------------------
  |  Branch (2219:17): [True: 0, False: 0]
  ------------------
 2220|       |                /* We will reload from m_copy. */
 2221|      0|                assert(def->m_base.m_init == NULL);
  ------------------
  |  Branch (2221:17): [True: 0, False: 0]
  ------------------
 2222|      0|                singlephase.m_dict = PyModule_GetDict(mod);
 2223|      0|                assert(singlephase.m_dict != NULL);
  ------------------
  |  Branch (2223:17): [True: 0, False: 0]
  ------------------
 2224|      0|            }
 2225|      0|            else {
 2226|       |                /* We will reload via the init function. */
 2227|      0|                assert(def->m_size >= 0);
  ------------------
  |  Branch (2227:17): [True: 0, False: 0]
  ------------------
 2228|      0|                assert(def->m_base.m_copy == NULL);
  ------------------
  |  Branch (2228:17): [True: 0, False: 0]
  ------------------
 2229|      0|                singlephase.m_init = p0;
 2230|      0|            }
 2231|      0|            cached = update_global_state_for_extension(
 2232|      0|                    main_tstate, info->path, info->name, def, &singlephase);
 2233|      0|            if (cached == NULL) {
  ------------------
  |  Branch (2233:17): [True: 0, False: 0]
  ------------------
 2234|      0|                assert(PyErr_Occurred());
  ------------------
  |  Branch (2234:17): [True: 0, False: 0]
  ------------------
 2235|      0|                goto main_finally;
 2236|      0|            }
 2237|      0|        }
 2238|     30|    }
 2239|       |
 2240|     30|main_finally:
 2241|     30|    if (rc < 0) {
  ------------------
  |  Branch (2241:9): [True: 0, False: 30]
  ------------------
 2242|      0|        _Py_ext_module_loader_result_apply_error(&res, name_buf);
 2243|      0|    }
 2244|       |
 2245|       |    /* Switch back to the subinterpreter. */
 2246|     30|    if (switched) {
  ------------------
  |  Branch (2246:9): [True: 0, False: 30]
  ------------------
 2247|       |        // gh-144601: The exception object can't be transferred across
 2248|       |        // interpreters. Instead, we print out an unraisable exception, and
 2249|       |        // then raise a different exception for the calling interpreter.
 2250|      0|        if (rc < 0) {
  ------------------
  |  Branch (2250:13): [True: 0, False: 0]
  ------------------
 2251|      0|            assert(PyErr_Occurred());
  ------------------
  |  Branch (2251:13): [True: 0, False: 0]
  ------------------
 2252|      0|            PyErr_FormatUnraisable("Exception while importing from subinterpreter");
 2253|      0|        }
 2254|      0|        assert(main_tstate != tstate);
  ------------------
  |  Branch (2254:9): [True: 0, False: 0]
  ------------------
 2255|      0|        switch_back_from_main_interpreter(tstate, main_tstate, mod);
 2256|       |        /* Any module we got from the init function will have to be
 2257|       |         * reloaded in the subinterpreter. */
 2258|      0|        mod = NULL;
 2259|      0|        if (rc < 0) {
  ------------------
  |  Branch (2259:13): [True: 0, False: 0]
  ------------------
 2260|      0|            PyErr_SetString(PyExc_ImportError,
 2261|      0|                            "failed to import from subinterpreter due to exception");
 2262|      0|            goto error;
 2263|      0|        }
 2264|      0|    }
 2265|       |
 2266|       |    /*****************************************************************/
 2267|       |    /* At this point we are back to the interpreter we started with. */
 2268|       |    /*****************************************************************/
 2269|       |
 2270|       |    /* Finally we handle the error return from _PyImport_RunModInitFunc(). */
 2271|     30|    if (rc < 0) {
  ------------------
  |  Branch (2271:9): [True: 0, False: 30]
  ------------------
 2272|      0|        goto error;
 2273|      0|    }
 2274|       |
 2275|     30|    if (res.kind == _Py_ext_module_kind_MULTIPHASE) {
  ------------------
  |  Branch (2275:9): [True: 30, False: 0]
  ------------------
 2276|     30|        assert_multiphase_def(def);
  ------------------
  |  | 1778|     30|    do {                                                            \
  |  | 1779|     30|        _Py_ext_module_kind kind = _get_extension_kind(def, false); \
  |  | 1780|     30|        assert(kind == _Py_ext_module_kind_MULTIPHASE               \
  |  | 1781|     30|                /* m_slots can be NULL. */                          \
  |  | 1782|     30|                || kind == _Py_ext_module_kind_UNKNOWN);            \
  |  | 1783|     30|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1783:14): [Folded, False: 30]
  |  |  ------------------
  ------------------
  |  Branch (2276:9): [True: 30, False: 0]
  |  Branch (2276:9): [True: 0, False: 0]
  ------------------
 2277|     30|        assert(mod == NULL);
  ------------------
  |  Branch (2277:9): [True: 30, False: 0]
  ------------------
 2278|       |        /* Note that we cheat a little by not repeating the calls
 2279|       |         * to _PyImport_GetModuleExportHooks() and _PyImport_RunModInitFunc(). */
 2280|     30|        mod = PyModule_FromDefAndSpec(def, spec);
  ------------------
  |  |   80|     30|    PyModule_FromDefAndSpec2((module), (spec), PYTHON_API_VERSION)
  |  |  ------------------
  |  |  |  |   59|     30|#define PYTHON_API_VERSION 1013
  |  |  ------------------
  ------------------
 2281|     30|        if (mod == NULL) {
  ------------------
  |  Branch (2281:13): [True: 0, False: 30]
  ------------------
 2282|      0|            goto error;
 2283|      0|        }
 2284|     30|    }
 2285|      0|    else {
 2286|      0|        assert(res.kind == _Py_ext_module_kind_SINGLEPHASE);
  ------------------
  |  Branch (2286:9): [True: 0, False: 0]
  ------------------
 2287|      0|        assert_singlephase_def(def);
  ------------------
  |  | 1786|      0|    do {                                                            \
  |  | 1787|      0|        _Py_ext_module_kind kind = _get_extension_kind(def, true);  \
  |  | 1788|      0|        assert(kind == _Py_ext_module_kind_SINGLEPHASE              \
  |  | 1789|      0|                || kind == _Py_ext_module_kind_UNKNOWN);            \
  |  | 1790|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1790:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2287:9): [True: 0, False: 0]
  |  Branch (2287:9): [True: 0, False: 0]
  ------------------
 2288|       |
 2289|      0|        if (_PyImport_CheckSubinterpIncompatibleExtensionAllowed(name_buf) < 0) {
  ------------------
  |  Branch (2289:13): [True: 0, False: 0]
  ------------------
 2290|      0|            goto error;
 2291|      0|        }
 2292|      0|        assert(!PyErr_Occurred());
  ------------------
  |  Branch (2292:9): [True: 0, False: 0]
  ------------------
 2293|       |
 2294|      0|        if (switched) {
  ------------------
  |  Branch (2294:13): [True: 0, False: 0]
  ------------------
 2295|       |            /* We switched to the main interpreter to run the init
 2296|       |             * function, so now we will "reload" the module from the
 2297|       |             * cached data using the original subinterpreter. */
 2298|      0|            assert(mod == NULL);
  ------------------
  |  Branch (2298:13): [True: 0, False: 0]
  ------------------
 2299|      0|            mod = reload_singlephase_extension(tstate, cached, info);
 2300|      0|            if (mod == NULL) {
  ------------------
  |  Branch (2300:17): [True: 0, False: 0]
  ------------------
 2301|      0|                goto error;
 2302|      0|            }
 2303|      0|            assert(!PyErr_Occurred());
  ------------------
  |  Branch (2303:13): [True: 0, False: 0]
  ------------------
 2304|      0|            assert(PyModule_Check(mod));
  ------------------
  |  Branch (2304:13): [True: 0, False: 0]
  ------------------
 2305|      0|        }
 2306|      0|        else {
 2307|      0|            assert(mod != NULL);
  ------------------
  |  Branch (2307:13): [True: 0, False: 0]
  ------------------
 2308|      0|            assert(PyModule_Check(mod));
  ------------------
  |  Branch (2308:13): [True: 0, False: 0]
  ------------------
 2309|       |
 2310|       |            /* Update per-interpreter import state. */
 2311|      0|            PyObject *modules = get_modules_dict(tstate, true);
 2312|      0|            if (finish_singlephase_extension(
  ------------------
  |  Branch (2312:17): [True: 0, False: 0]
  ------------------
 2313|      0|                    tstate, mod, cached, info->name, modules) < 0)
 2314|      0|            {
 2315|      0|                goto error;
 2316|      0|            }
 2317|      0|        }
 2318|      0|    }
 2319|       |
 2320|     30|    _Py_ext_module_loader_result_clear(&res);
 2321|     30|    return mod;
 2322|       |
 2323|      0|error:
 2324|      0|    Py_XDECREF(mod);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2325|      0|    _Py_ext_module_loader_result_clear(&res);
 2326|       |    return NULL;
 2327|     30|}
import.c:module_dict_for_exec:
 2815|      2|{
 2816|      2|    PyObject *m, *d;
 2817|       |
 2818|      2|    m = import_add_module(tstate, name);
 2819|      2|    if (m == NULL)
  ------------------
  |  Branch (2819:9): [True: 0, False: 2]
  ------------------
 2820|      0|        return NULL;
 2821|       |    /* If the module is being reloaded, we get the old module back
 2822|       |       and re-use its dict to exec the new code. */
 2823|      2|    d = PyModule_GetDict(m);
 2824|      2|    int r = PyDict_Contains(d, &_Py_ID(__builtins__));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2825|      2|    if (r == 0) {
  ------------------
  |  Branch (2825:9): [True: 2, False: 0]
  ------------------
 2826|      2|        r = PyDict_SetItem(d, &_Py_ID(__builtins__), PyEval_GetBuiltins());
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2827|      2|    }
 2828|      2|    if (r < 0) {
  ------------------
  |  Branch (2828:9): [True: 0, False: 2]
  ------------------
 2829|      0|        remove_module(tstate, name);
 2830|      0|        Py_DECREF(m);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2831|      0|        return NULL;
 2832|      0|    }
 2833|       |
 2834|      2|    Py_INCREF(d);
  ------------------
  |  |  310|      2|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2835|      2|    Py_DECREF(m);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2836|      2|    return d;
 2837|      2|}
import.c:exec_code_in_module:
 2842|      2|{
 2843|      2|    PyObject *v, *m;
 2844|       |
 2845|      2|    v = PyEval_EvalCode(code_object, module_dict, module_dict);
 2846|      2|    if (v == NULL) {
  ------------------
  |  Branch (2846:9): [True: 0, False: 2]
  ------------------
 2847|      0|        remove_module(tstate, name);
 2848|      0|        return NULL;
 2849|      0|    }
 2850|      2|    Py_DECREF(v);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2851|       |
 2852|      2|    m = import_get_module(tstate, name);
 2853|      2|    if (m == NULL && !_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (2853:9): [True: 0, False: 2]
  |  Branch (2853:22): [True: 0, False: 0]
  ------------------
 2854|      0|        _PyErr_Format(tstate, PyExc_ImportError,
 2855|      0|                      "Loaded module %R not found in sys.modules",
 2856|      0|                      name);
 2857|      0|    }
 2858|       |
 2859|      2|    return m;
 2860|      2|}
import.c:find_frozen:
 3157|     79|{
 3158|     79|    if (info != NULL) {
  ------------------
  |  Branch (3158:9): [True: 79, False: 0]
  ------------------
 3159|     79|        memset(info, 0, sizeof(*info));
 3160|     79|    }
 3161|       |
 3162|     79|    if (nameobj == NULL || nameobj == Py_None) {
  ------------------
  |  |  616|     79|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (3162:9): [True: 0, False: 79]
  |  Branch (3162:28): [True: 0, False: 79]
  ------------------
 3163|      0|        return FROZEN_BAD_NAME;
 3164|      0|    }
 3165|     79|    const char *name = PyUnicode_AsUTF8(nameobj);
 3166|     79|    if (name == NULL) {
  ------------------
  |  Branch (3166:9): [True: 0, False: 79]
  ------------------
 3167|       |        // Note that this function previously used
 3168|       |        // _PyUnicode_EqualToASCIIString().  We clear the error here
 3169|       |        // (instead of propagating it) to match the earlier behavior
 3170|       |        // more closely.
 3171|      0|        PyErr_Clear();
 3172|      0|        return FROZEN_BAD_NAME;
 3173|      0|    }
 3174|       |
 3175|     79|    const struct _frozen *p = look_up_frozen(name);
 3176|     79|    if (p == NULL) {
  ------------------
  |  Branch (3176:9): [True: 17, False: 62]
  ------------------
 3177|     17|        return FROZEN_NOT_FOUND;
 3178|     17|    }
 3179|     62|    if (info != NULL) {
  ------------------
  |  Branch (3179:9): [True: 62, False: 0]
  ------------------
 3180|     62|        info->nameobj = nameobj;  // borrowed
 3181|     62|        info->data = (const char *)p->code;
 3182|     62|        info->size = p->size;
 3183|     62|        info->is_package = p->is_package;
 3184|     62|        if (p->size < 0) {
  ------------------
  |  Branch (3184:13): [True: 0, False: 62]
  ------------------
 3185|       |            // backward compatibility with negative size values
 3186|      0|            info->size = -(p->size);
 3187|      0|            info->is_package = true;
 3188|      0|        }
 3189|     62|        info->origname = name;
 3190|     62|        info->is_alias = resolve_module_alias(name, _PyImport_FrozenAliases,
 3191|     62|                                              &info->origname);
 3192|     62|    }
 3193|     62|    if (p->code == NULL) {
  ------------------
  |  Branch (3193:9): [True: 0, False: 62]
  ------------------
 3194|       |        /* It is frozen but marked as un-importable. */
 3195|      0|        return FROZEN_EXCLUDED;
 3196|      0|    }
 3197|     62|    if (p->code[0] == '\0' || p->size == 0) {
  ------------------
  |  Branch (3197:9): [True: 0, False: 62]
  |  Branch (3197:31): [True: 0, False: 62]
  ------------------
 3198|       |        /* Does not contain executable code. */
 3199|      0|        return FROZEN_INVALID;
 3200|      0|    }
 3201|     62|    return FROZEN_OKAY;
 3202|     62|}
import.c:look_up_frozen:
 3100|     79|{
 3101|     79|    const struct _frozen *p;
 3102|       |    // We always use the bootstrap modules.
 3103|    286|    for (p = _PyImport_FrozenBootstrap; ; p++) {
 3104|    286|        if (p->name == NULL) {
  ------------------
  |  Branch (3104:13): [True: 65, False: 221]
  ------------------
 3105|       |            // We hit the end-of-list sentinel value.
 3106|     65|            break;
 3107|     65|        }
 3108|    221|        if (strcmp(name, p->name) == 0) {
  ------------------
  |  Branch (3108:13): [True: 14, False: 207]
  ------------------
 3109|     14|            return p;
 3110|     14|        }
 3111|    221|    }
 3112|       |    // Prefer custom modules, if any.  Frozen stdlib modules can be
 3113|       |    // disabled here by setting "code" to NULL in the array entry.
 3114|     65|    if (PyImport_FrozenModules != NULL) {
  ------------------
  |  Branch (3114:9): [True: 0, False: 65]
  ------------------
 3115|      0|        for (p = PyImport_FrozenModules; ; p++) {
 3116|      0|            if (p->name == NULL) {
  ------------------
  |  Branch (3116:17): [True: 0, False: 0]
  ------------------
 3117|      0|                break;
 3118|      0|            }
 3119|      0|            if (strcmp(name, p->name) == 0) {
  ------------------
  |  Branch (3119:17): [True: 0, False: 0]
  ------------------
 3120|      0|                return p;
 3121|      0|            }
 3122|      0|        }
 3123|      0|    }
 3124|       |    // Frozen stdlib modules may be disabled.
 3125|     65|    if (use_frozen()) {
  ------------------
  |  Branch (3125:9): [True: 65, False: 0]
  ------------------
 3126|    724|        for (p = _PyImport_FrozenStdlib; ; p++) {
 3127|    724|            if (p->name == NULL) {
  ------------------
  |  Branch (3127:17): [True: 17, False: 707]
  ------------------
 3128|     17|                break;
 3129|     17|            }
 3130|    707|            if (strcmp(name, p->name) == 0) {
  ------------------
  |  Branch (3130:17): [True: 48, False: 659]
  ------------------
 3131|     48|                return p;
 3132|     48|            }
 3133|    707|        }
 3134|    204|        for (p = _PyImport_FrozenTest; ; p++) {
 3135|    204|            if (p->name == NULL) {
  ------------------
  |  Branch (3135:17): [True: 17, False: 187]
  ------------------
 3136|     17|                break;
 3137|     17|            }
 3138|    187|            if (strcmp(name, p->name) == 0) {
  ------------------
  |  Branch (3138:17): [True: 0, False: 187]
  ------------------
 3139|      0|                return p;
 3140|      0|            }
 3141|    187|        }
 3142|     17|    }
 3143|     17|    return NULL;
 3144|     65|}
import.c:use_frozen:
 2959|     65|{
 2960|     65|    PyInterpreterState *interp = _PyInterpreterState_GET();
 2961|     65|    int override = OVERRIDE_FROZEN_MODULES(interp);
  ------------------
  |  |  102|     65|    (interp)->imports.override_frozen_modules
  ------------------
 2962|     65|    if (override > 0) {
  ------------------
  |  Branch (2962:9): [True: 0, False: 65]
  ------------------
 2963|      0|        return true;
 2964|      0|    }
 2965|     65|    else if (override < 0) {
  ------------------
  |  Branch (2965:14): [True: 0, False: 65]
  ------------------
 2966|      0|        return false;
 2967|      0|    }
 2968|     65|    else {
 2969|     65|        return interp->config.use_frozen_modules;
 2970|     65|    }
 2971|     65|}
import.c:resolve_module_alias:
 2941|     62|{
 2942|     62|    const struct _module_alias *entry;
 2943|    482|    for (entry = aliases; ; entry++) {
 2944|    482|        if (entry->name == NULL) {
  ------------------
  |  Branch (2944:13): [True: 52, False: 430]
  ------------------
 2945|       |            /* It isn't an alias. */
 2946|     52|            return false;
 2947|     52|        }
 2948|    430|        if (strcmp(name, entry->name) == 0) {
  ------------------
  |  Branch (2948:13): [True: 10, False: 420]
  ------------------
 2949|     10|            if (alias != NULL) {
  ------------------
  |  Branch (2949:17): [True: 10, False: 0]
  ------------------
 2950|     10|                *alias = entry->orig;
 2951|     10|            }
 2952|       |            return true;
 2953|     10|        }
 2954|    430|    }
 2955|     62|}
import.c:unmarshal_frozen_code:
 3206|     30|{
 3207|     30|    PyObject *co = PyMarshal_ReadObjectFromString(info->data, info->size);
 3208|     30|    if (co == NULL) {
  ------------------
  |  Branch (3208:9): [True: 0, False: 30]
  ------------------
 3209|       |        /* Does not contain executable code. */
 3210|      0|        PyErr_Clear();
 3211|      0|        set_frozen_error(FROZEN_INVALID, info->nameobj);
 3212|      0|        return NULL;
 3213|      0|    }
 3214|     30|    if (!PyCode_Check(co)) {
  ------------------
  |  |  164|     30|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
  |  |  ------------------
  |  |  |  |  215|     30|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3214:9): [True: 0, False: 30]
  ------------------
 3215|       |        // We stick with TypeError for backward compatibility.
 3216|      0|        PyErr_Format(PyExc_TypeError,
 3217|      0|                     "frozen object %R is not a code object",
 3218|      0|                     info->nameobj);
 3219|      0|        Py_DECREF(co);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3220|      0|        return NULL;
 3221|      0|    }
 3222|     30|    return co;
 3223|     30|}
import.c:remove_importlib_frames:
 3652|      4|{
 3653|      4|    const char *importlib_filename = "<frozen importlib._bootstrap>";
 3654|      4|    const char *external_filename = "<frozen importlib._bootstrap_external>";
 3655|      4|    const char *remove_frames = "_call_with_frames_removed";
 3656|      4|    int always_trim = 0;
 3657|      4|    int in_importlib = 0;
 3658|      4|    PyObject **prev_link, **outer_link = NULL;
 3659|      4|    PyObject *base_tb = NULL;
 3660|       |
 3661|       |    /* Synopsis: if it's an ImportError, we trim all importlib chunks
 3662|       |       from the traceback. We always trim chunks
 3663|       |       which end with a call to "_call_with_frames_removed". */
 3664|       |
 3665|      4|    PyObject *exc = _PyErr_GetRaisedException(tstate);
 3666|      4|    if (exc == NULL || _PyInterpreterState_GetConfig(tstate->interp)->verbose) {
  ------------------
  |  Branch (3666:9): [True: 0, False: 4]
  |  Branch (3666:24): [True: 0, False: 4]
  ------------------
 3667|      0|        goto done;
 3668|      0|    }
 3669|       |
 3670|      4|    if (PyType_IsSubtype(Py_TYPE(exc), (PyTypeObject *) PyExc_ImportError)) {
  ------------------
  |  |  213|      4|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3670:9): [True: 4, False: 0]
  ------------------
 3671|      4|        always_trim = 1;
 3672|      4|    }
 3673|       |
 3674|      4|    assert(PyExceptionInstance_Check(exc));
  ------------------
  |  Branch (3674:5): [True: 4, False: 0]
  ------------------
 3675|      4|    base_tb = PyException_GetTraceback(exc);
 3676|      4|    prev_link = &base_tb;
 3677|      4|    PyObject *tb = base_tb;
 3678|     12|    while (tb != NULL) {
  ------------------
  |  Branch (3678:12): [True: 8, False: 4]
  ------------------
 3679|      8|        assert(PyTraceBack_Check(tb));
  ------------------
  |  Branch (3679:9): [True: 8, False: 0]
  ------------------
 3680|      8|        PyTracebackObject *traceback = (PyTracebackObject *)tb;
 3681|      8|        PyObject *next = (PyObject *) traceback->tb_next;
 3682|      8|        PyFrameObject *frame = traceback->tb_frame;
 3683|      8|        PyCodeObject *code = PyFrame_GetCode(frame);
 3684|      8|        int now_in_importlib;
 3685|       |
 3686|      8|        now_in_importlib = _PyUnicode_EqualToASCIIString(code->co_filename, importlib_filename) ||
  ------------------
  |  Branch (3686:28): [True: 8, False: 0]
  ------------------
 3687|      0|                           _PyUnicode_EqualToASCIIString(code->co_filename, external_filename);
  ------------------
  |  Branch (3687:28): [True: 0, False: 0]
  ------------------
 3688|      8|        if (now_in_importlib && !in_importlib) {
  ------------------
  |  Branch (3688:13): [True: 8, False: 0]
  |  Branch (3688:33): [True: 4, False: 4]
  ------------------
 3689|       |            /* This is the link to this chunk of importlib tracebacks */
 3690|      4|            outer_link = prev_link;
 3691|      4|        }
 3692|      8|        in_importlib = now_in_importlib;
 3693|       |
 3694|      8|        if (in_importlib &&
  ------------------
  |  Branch (3694:13): [True: 8, False: 0]
  ------------------
 3695|      8|            (always_trim ||
  ------------------
  |  Branch (3695:14): [True: 8, False: 0]
  ------------------
 3696|      8|             _PyUnicode_EqualToASCIIString(code->co_name, remove_frames))) {
  ------------------
  |  Branch (3696:14): [True: 0, False: 0]
  ------------------
 3697|      8|            Py_XSETREF(*outer_link, Py_XNewRef(next));
  ------------------
  |  |  374|      8|    do { \
  |  |  375|      8|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      8|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      8|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      8|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      8|        *_tmp_dst_ptr = (src); \
  |  |  378|      8|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      8|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 3698|      8|            prev_link = outer_link;
 3699|      8|        }
 3700|      0|        else {
 3701|      0|            prev_link = (PyObject **) &traceback->tb_next;
 3702|      0|        }
 3703|      8|        Py_DECREF(code);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3704|      8|        tb = next;
 3705|      8|    }
 3706|      4|    if (base_tb == NULL) {
  ------------------
  |  Branch (3706:9): [True: 4, False: 0]
  ------------------
 3707|      4|        base_tb = Py_None;
  ------------------
  |  |  616|      4|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3708|      4|        Py_INCREF(Py_None);
  ------------------
  |  |  310|      4|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3709|      4|    }
 3710|      4|    PyException_SetTraceback(exc, base_tb);
 3711|      4|done:
 3712|      4|    Py_XDECREF(base_tb);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3713|      4|    _PyErr_SetRaisedException(tstate, exc);
 3714|      4|}
import.c:resolve_name:
 3719|      7|{
 3720|      7|    PyObject *abs_name;
 3721|      7|    PyObject *package = NULL;
 3722|      7|    PyObject *spec = NULL;
 3723|      7|    Py_ssize_t last_dot;
 3724|      7|    PyObject *base;
 3725|      7|    int level_up;
 3726|       |
 3727|      7|    if (globals == NULL) {
  ------------------
  |  Branch (3727:9): [True: 0, False: 7]
  ------------------
 3728|      0|        _PyErr_SetString(tstate, PyExc_KeyError, "'__name__' not in globals");
 3729|      0|        goto error;
 3730|      0|    }
 3731|      7|    if (!PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|      7|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|      7|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|     14|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 7, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3732|      0|        _PyErr_SetString(tstate, PyExc_TypeError,
 3733|      0|                         "globals must be a dict or a frozendict");
 3734|      0|        goto error;
 3735|      0|    }
 3736|      7|    if (PyDict_GetItemRef(globals, &_Py_ID(__package__), &package) < 0) {
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3736:9): [True: 0, False: 7]
  ------------------
 3737|      0|        goto error;
 3738|      0|    }
 3739|      7|    if (package == Py_None) {
  ------------------
  |  |  616|      7|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (3739:9): [True: 0, False: 7]
  ------------------
 3740|      0|        Py_DECREF(package);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3741|      0|        package = NULL;
 3742|      0|    }
 3743|      7|    if (PyDict_GetItemRef(globals, &_Py_ID(__spec__), &spec) < 0) {
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3743:9): [True: 0, False: 7]
  ------------------
 3744|      0|        goto error;
 3745|      0|    }
 3746|       |
 3747|      7|    if (package != NULL) {
  ------------------
  |  Branch (3747:9): [True: 7, False: 0]
  ------------------
 3748|      7|        if (!PyUnicode_Check(package)) {
  ------------------
  |  |  103|      7|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      7|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3748:13): [True: 0, False: 7]
  ------------------
 3749|      0|            _PyErr_SetString(tstate, PyExc_TypeError,
 3750|      0|                             "package must be a string");
 3751|      0|            goto error;
 3752|      0|        }
 3753|      7|        else if (spec != NULL && spec != Py_None) {
  ------------------
  |  |  616|      7|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (3753:18): [True: 7, False: 0]
  |  Branch (3753:34): [True: 7, False: 0]
  ------------------
 3754|      7|            int equal;
 3755|      7|            PyObject *parent = PyObject_GetAttr(spec, &_Py_ID(parent));
  ------------------
  |  |  917|      7|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      7|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      7|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3756|      7|            if (parent == NULL) {
  ------------------
  |  Branch (3756:17): [True: 0, False: 7]
  ------------------
 3757|      0|                goto error;
 3758|      0|            }
 3759|       |
 3760|      7|            equal = PyObject_RichCompareBool(package, parent, Py_EQ);
  ------------------
  |  |  654|      7|#define Py_EQ 2
  ------------------
 3761|      7|            Py_DECREF(parent);
  ------------------
  |  |  430|      7|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3762|      7|            if (equal < 0) {
  ------------------
  |  Branch (3762:17): [True: 0, False: 7]
  ------------------
 3763|      0|                goto error;
 3764|      0|            }
 3765|      7|            else if (equal == 0) {
  ------------------
  |  Branch (3765:22): [True: 0, False: 7]
  ------------------
 3766|      0|                if (PyErr_WarnEx(PyExc_DeprecationWarning,
  ------------------
  |  Branch (3766:21): [True: 0, False: 0]
  ------------------
 3767|      0|                        "__package__ != __spec__.parent", 1) < 0) {
 3768|      0|                    goto error;
 3769|      0|                }
 3770|      0|            }
 3771|      7|        }
 3772|      7|    }
 3773|      0|    else if (spec != NULL && spec != Py_None) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (3773:14): [True: 0, False: 0]
  |  Branch (3773:30): [True: 0, False: 0]
  ------------------
 3774|      0|        package = PyObject_GetAttr(spec, &_Py_ID(parent));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3775|      0|        if (package == NULL) {
  ------------------
  |  Branch (3775:13): [True: 0, False: 0]
  ------------------
 3776|      0|            goto error;
 3777|      0|        }
 3778|      0|        else if (!PyUnicode_Check(package)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3778:18): [True: 0, False: 0]
  ------------------
 3779|      0|            _PyErr_SetString(tstate, PyExc_TypeError,
 3780|      0|                             "__spec__.parent must be a string");
 3781|      0|            goto error;
 3782|      0|        }
 3783|      0|    }
 3784|      0|    else {
 3785|      0|        if (PyErr_WarnEx(PyExc_ImportWarning,
  ------------------
  |  Branch (3785:13): [True: 0, False: 0]
  ------------------
 3786|      0|                    "can't resolve package from __spec__ or __package__, "
 3787|      0|                    "falling back on __name__ and __path__", 1) < 0) {
 3788|      0|            goto error;
 3789|      0|        }
 3790|       |
 3791|      0|        if (PyDict_GetItemRef(globals, &_Py_ID(__name__), &package) < 0) {
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3791:13): [True: 0, False: 0]
  ------------------
 3792|      0|            goto error;
 3793|      0|        }
 3794|      0|        if (package == NULL) {
  ------------------
  |  Branch (3794:13): [True: 0, False: 0]
  ------------------
 3795|      0|            _PyErr_SetString(tstate, PyExc_KeyError,
 3796|      0|                             "'__name__' not in globals");
 3797|      0|            goto error;
 3798|      0|        }
 3799|       |
 3800|      0|        if (!PyUnicode_Check(package)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3800:13): [True: 0, False: 0]
  ------------------
 3801|      0|            _PyErr_SetString(tstate, PyExc_TypeError,
 3802|      0|                             "__name__ must be a string");
 3803|      0|            goto error;
 3804|      0|        }
 3805|       |
 3806|      0|        int haspath = PyDict_Contains(globals, &_Py_ID(__path__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3807|      0|        if (haspath < 0) {
  ------------------
  |  Branch (3807:13): [True: 0, False: 0]
  ------------------
 3808|      0|            goto error;
 3809|      0|        }
 3810|      0|        if (!haspath) {
  ------------------
  |  Branch (3810:13): [True: 0, False: 0]
  ------------------
 3811|      0|            Py_ssize_t dot;
 3812|       |
 3813|      0|            dot = PyUnicode_FindChar(package, '.',
 3814|      0|                                        0, PyUnicode_GET_LENGTH(package), -1);
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3815|      0|            if (dot == -2) {
  ------------------
  |  Branch (3815:17): [True: 0, False: 0]
  ------------------
 3816|      0|                goto error;
 3817|      0|            }
 3818|      0|            else if (dot == -1) {
  ------------------
  |  Branch (3818:22): [True: 0, False: 0]
  ------------------
 3819|      0|                goto no_parent_error;
 3820|      0|            }
 3821|      0|            PyObject *substr = PyUnicode_Substring(package, 0, dot);
 3822|      0|            if (substr == NULL) {
  ------------------
  |  Branch (3822:17): [True: 0, False: 0]
  ------------------
 3823|      0|                goto error;
 3824|      0|            }
 3825|      0|            Py_SETREF(package, substr);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3826|      0|        }
 3827|      0|    }
 3828|       |
 3829|      7|    last_dot = PyUnicode_GET_LENGTH(package);
  ------------------
  |  |  299|      7|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3830|      7|    if (last_dot == 0) {
  ------------------
  |  Branch (3830:9): [True: 0, False: 7]
  ------------------
 3831|      0|        goto no_parent_error;
 3832|      0|    }
 3833|       |
 3834|      7|    for (level_up = 1; level_up < level; level_up += 1) {
  ------------------
  |  Branch (3834:24): [True: 0, False: 7]
  ------------------
 3835|      0|        last_dot = PyUnicode_FindChar(package, '.', 0, last_dot, -1);
 3836|      0|        if (last_dot == -2) {
  ------------------
  |  Branch (3836:13): [True: 0, False: 0]
  ------------------
 3837|      0|            goto error;
 3838|      0|        }
 3839|      0|        else if (last_dot == -1) {
  ------------------
  |  Branch (3839:18): [True: 0, False: 0]
  ------------------
 3840|      0|            _PyErr_SetString(tstate, PyExc_ImportError,
 3841|      0|                             "attempted relative import beyond top-level "
 3842|      0|                             "package");
 3843|      0|            goto error;
 3844|      0|        }
 3845|      0|    }
 3846|       |
 3847|      7|    Py_XDECREF(spec);
  ------------------
  |  |  524|      7|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3848|      7|    base = PyUnicode_Substring(package, 0, last_dot);
 3849|      7|    Py_DECREF(package);
  ------------------
  |  |  430|      7|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3850|      7|    if (base == NULL || PyUnicode_GET_LENGTH(name) == 0) {
  ------------------
  |  |  299|      7|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      7|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      7|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3850:9): [True: 0, False: 7]
  |  Branch (3850:25): [True: 4, False: 3]
  ------------------
 3851|      4|        return base;
 3852|      4|    }
 3853|       |
 3854|      3|    abs_name = PyUnicode_FromFormat("%U.%U", base, name);
 3855|      3|    Py_DECREF(base);
  ------------------
  |  |  430|      3|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3856|      3|    return abs_name;
 3857|       |
 3858|      0|  no_parent_error:
 3859|      0|    _PyErr_SetString(tstate, PyExc_ImportError,
 3860|      0|                     "attempted relative import "
 3861|      0|                     "with no known parent package");
 3862|       |
 3863|      0|  error:
 3864|      0|    Py_XDECREF(spec);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3865|      0|    Py_XDECREF(package);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3866|       |    return NULL;
 3867|      0|}
import.c:get_abs_name:
 4154|    240|{
 4155|    240|    if (level > 0) {
  ------------------
  |  Branch (4155:9): [True: 7, False: 233]
  ------------------
 4156|      7|        return resolve_name(tstate, name, globals, level);
 4157|      7|    }
 4158|    233|    if (PyUnicode_GET_LENGTH(name) == 0) {
  ------------------
  |  |  299|    233|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    233|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    233|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4158:9): [True: 0, False: 233]
  ------------------
 4159|      0|        _PyErr_SetString(tstate, PyExc_ValueError, "Empty module name");
 4160|      0|        return NULL;
 4161|      0|    }
 4162|    233|    return Py_NewRef(name);
  ------------------
  |  |  550|    233|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    233|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    233|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4163|    233|}
import.c:import_find_and_load:
 4099|     67|{
 4100|     67|    PyObject *mod = NULL;
 4101|     67|    PyInterpreterState *interp = tstate->interp;
 4102|     67|    int import_time = _PyInterpreterState_GetConfig(interp)->import_time;
 4103|     67|#define import_level FIND_AND_LOAD(interp).import_level
 4104|     67|#define accumulated FIND_AND_LOAD(interp).accumulated
 4105|       |
 4106|     67|    PyTime_t t1 = 0, accumulated_copy = accumulated;
  ------------------
  |  | 4104|     67|#define accumulated FIND_AND_LOAD(interp).accumulated
  |  |  ------------------
  |  |  |  |  117|     67|    (interp)->imports.find_and_load
  |  |  ------------------
  ------------------
 4107|       |
 4108|       |    /* XOptions is initialized after first some imports.
 4109|       |     * So we can't have negative cache before completed initialization.
 4110|       |     * Anyway, importlib._find_and_load is much slower than
 4111|       |     * _PyDict_GetItemIdWithError().
 4112|       |     */
 4113|     67|    if (import_time) {
  ------------------
  |  Branch (4113:9): [True: 0, False: 67]
  ------------------
 4114|      0|        _IMPORT_TIME_HEADER(interp);
  ------------------
  |  |  135|      0|    do {                                                                      \
  |  |  136|      0|        if (FIND_AND_LOAD((interp)).header) {                                 \
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  |  |  |  Branch (136:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  137|      0|            fputs("import time: self [us] | cumulative | imported package\n", \
  |  |  138|      0|                  stderr);                                                    \
  |  |  139|      0|            FIND_AND_LOAD((interp)).header = 0;                               \
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  |  |  140|      0|        }                                                                     \
  |  |  141|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (141:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4115|       |
 4116|      0|        import_level++;
  ------------------
  |  | 4103|      0|#define import_level FIND_AND_LOAD(interp).import_level
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  ------------------
 4117|       |        // ignore error: don't block import if reading the clock fails
 4118|      0|        (void)PyTime_PerfCounterRaw(&t1);
 4119|      0|        accumulated = 0;
  ------------------
  |  | 4104|      0|#define accumulated FIND_AND_LOAD(interp).accumulated
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  ------------------
 4120|      0|    }
 4121|       |
 4122|     67|    if (PyDTrace_IMPORT_FIND_LOAD_START_ENABLED())
  ------------------
  |  Branch (4122:9): [True: 0, False: 67]
  ------------------
 4123|      0|        PyDTrace_IMPORT_FIND_LOAD_START(PyUnicode_AsUTF8(abs_name));
 4124|       |
 4125|     67|    mod = PyObject_CallMethodObjArgs(IMPORTLIB(interp), &_Py_ID(_find_and_load),
  ------------------
  |  |   98|     67|    (interp)->imports.importlib
  ------------------
                  mod = PyObject_CallMethodObjArgs(IMPORTLIB(interp), &_Py_ID(_find_and_load),
  ------------------
  |  |  917|     67|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     67|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     67|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4126|     67|                                     abs_name, IMPORT_FUNC(interp), NULL);
  ------------------
  |  |  108|     67|    (interp)->imports.import_func
  ------------------
 4127|       |
 4128|     67|    if (PyDTrace_IMPORT_FIND_LOAD_DONE_ENABLED())
  ------------------
  |  Branch (4128:9): [True: 0, False: 67]
  ------------------
 4129|      0|        PyDTrace_IMPORT_FIND_LOAD_DONE(PyUnicode_AsUTF8(abs_name),
 4130|      0|                                       mod != NULL);
 4131|       |
 4132|     67|    if (import_time) {
  ------------------
  |  Branch (4132:9): [True: 0, False: 67]
  ------------------
 4133|      0|        PyTime_t t2;
 4134|      0|        (void)PyTime_PerfCounterRaw(&t2);
 4135|      0|        PyTime_t cum = t2 - t1;
 4136|       |
 4137|      0|        import_level--;
  ------------------
  |  | 4103|      0|#define import_level FIND_AND_LOAD(interp).import_level
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  ------------------
 4138|      0|        fprintf(stderr, "import time: %9ld | %10ld | %*s%s\n",
 4139|      0|                (long)_PyTime_AsMicroseconds(cum - accumulated, _PyTime_ROUND_CEILING),
  ------------------
  |  | 4104|      0|#define accumulated FIND_AND_LOAD(interp).accumulated
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  ------------------
 4140|      0|                (long)_PyTime_AsMicroseconds(cum, _PyTime_ROUND_CEILING),
 4141|      0|                import_level*2, "", PyUnicode_AsUTF8(abs_name));
  ------------------
  |  | 4103|      0|#define import_level FIND_AND_LOAD(interp).import_level
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  ------------------
 4142|       |
 4143|      0|        accumulated = accumulated_copy + cum;
  ------------------
  |  | 4104|      0|#define accumulated FIND_AND_LOAD(interp).accumulated
  |  |  ------------------
  |  |  |  |  117|      0|    (interp)->imports.find_and_load
  |  |  ------------------
  ------------------
 4144|      0|    }
 4145|       |
 4146|     67|    return mod;
 4147|     67|#undef import_level
 4148|     67|#undef accumulated
 4149|     67|}
import.c:register_from_lazy_on_parent:
 4462|      2|{
 4463|      2|    PyObject *fromname = PyUnicode_FromFormat("%U.%U", abs_name, from);
 4464|      2|    if (fromname == NULL) {
  ------------------
  |  Branch (4464:9): [True: 0, False: 2]
  ------------------
 4465|      0|        return -1;
 4466|      0|    }
 4467|      2|    int res = register_lazy_on_parent(tstate, fromname, builtins);
 4468|      2|    Py_DECREF(fromname);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4469|      2|    return res;
 4470|      2|}
import.c:register_lazy_on_parent:
 4364|     10|{
 4365|     10|    int ret = -1;
 4366|     10|    PyObject *parent = NULL;
 4367|     10|    PyObject *child = NULL;
 4368|     10|    PyObject *parent_module = NULL;
 4369|     10|    PyObject *parent_dict = NULL;
 4370|       |
 4371|     10|    PyInterpreterState *interp = tstate->interp;
 4372|     10|    PyObject *lazy_modules = LAZY_MODULES(interp);
  ------------------
  |  |   96|     10|    (interp)->imports.lazy_modules
  ------------------
 4373|     10|    assert(lazy_modules != NULL);
  ------------------
  |  Branch (4373:5): [True: 10, False: 0]
  ------------------
 4374|       |
 4375|     10|    Py_INCREF(name);
  ------------------
  |  |  310|     10|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4376|     12|    while (true) {
  ------------------
  |  Branch (4376:12): [True: 12, Folded]
  ------------------
 4377|     12|        Py_ssize_t dot = PyUnicode_FindChar(name, '.', 0,
 4378|     12|                                            PyUnicode_GET_LENGTH(name), -1);
  ------------------
  |  |  299|     12|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4379|     12|        if (dot < 0) {
  ------------------
  |  Branch (4379:13): [True: 10, False: 2]
  ------------------
 4380|     10|            PyObject *lazy_submodules = ensure_lazy_submodules(
 4381|     10|                (PyDictObject *)lazy_modules, name);
 4382|     10|            if (lazy_submodules == NULL) {
  ------------------
  |  Branch (4382:17): [True: 0, False: 10]
  ------------------
 4383|      0|                goto done;
 4384|      0|            }
 4385|     10|            Py_DECREF(lazy_submodules);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4386|     10|            ret = 0;
 4387|     10|            goto done;
 4388|     10|        }
 4389|      2|        parent = PyUnicode_Substring(name, 0, dot);
 4390|       |        // If `parent` is NULL then this has hit the end of the import, no
 4391|       |        // more "parent.child" in the import name. The entire import will be
 4392|       |        // resolved lazily.
 4393|      2|        if (parent == NULL) {
  ------------------
  |  Branch (4393:13): [True: 0, False: 2]
  ------------------
 4394|      0|            goto done;
 4395|      0|        }
 4396|      2|        Py_XDECREF(child);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4397|      2|        child = PyUnicode_Substring(name, dot + 1, PyUnicode_GET_LENGTH(name));
  ------------------
  |  |  299|      2|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4398|      2|        if (child == NULL) {
  ------------------
  |  Branch (4398:13): [True: 0, False: 2]
  ------------------
 4399|      0|            goto done;
 4400|      0|        }
 4401|       |
 4402|       |        // Record the child as being lazily imported from the parent.
 4403|      2|        PyObject *lazy_submodules = ensure_lazy_submodules(
 4404|      2|            (PyDictObject *)lazy_modules, parent);
 4405|      2|        if (lazy_submodules == NULL) {
  ------------------
  |  Branch (4405:13): [True: 0, False: 2]
  ------------------
 4406|      0|            goto done;
 4407|      0|        }
 4408|       |
 4409|      2|        if (PySet_Add(lazy_submodules, child) < 0) {
  ------------------
  |  Branch (4409:13): [True: 0, False: 2]
  ------------------
 4410|      0|            Py_DECREF(lazy_submodules);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4411|      0|            goto done;
 4412|      0|        }
 4413|      2|        Py_DECREF(lazy_submodules);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4414|       |
 4415|       |        // Add the lazy import for the child to the parent.
 4416|      2|        Py_XSETREF(parent_module, PyImport_GetModule(parent));
  ------------------
  |  |  374|      2|    do { \
  |  |  375|      2|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      2|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      2|        *_tmp_dst_ptr = (src); \
  |  |  378|      2|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4417|      2|        if (parent_module != NULL) {
  ------------------
  |  Branch (4417:13): [True: 0, False: 2]
  ------------------
 4418|      0|            Py_XSETREF(parent_dict, get_mod_dict(parent_module));
  ------------------
  |  |  374|      0|    do { \
  |  |  375|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  376|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  377|      0|        *_tmp_dst_ptr = (src); \
  |  |  378|      0|        Py_XDECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  379|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (379:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4419|      0|            if (parent_dict == NULL) {
  ------------------
  |  Branch (4419:17): [True: 0, False: 0]
  ------------------
 4420|      0|                goto done;
 4421|      0|            }
 4422|      0|            if (PyDict_CheckExact(parent_dict)) {
  ------------------
  |  |   19|      0|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4423|      0|                int contains = PyDict_Contains(parent_dict, child);
 4424|      0|                if (contains < 0) {
  ------------------
  |  Branch (4424:21): [True: 0, False: 0]
  ------------------
 4425|      0|                    goto done;
 4426|      0|                }
 4427|      0|                if (!contains) {
  ------------------
  |  Branch (4427:21): [True: 0, False: 0]
  ------------------
 4428|      0|                    PyObject *lazy_module_attr = _PyLazyImport_New(
 4429|      0|                        tstate->current_frame, builtins, parent, child
 4430|      0|                    );
 4431|      0|                    if (lazy_module_attr == NULL) {
  ------------------
  |  Branch (4431:25): [True: 0, False: 0]
  ------------------
 4432|      0|                        goto done;
 4433|      0|                    }
 4434|      0|                    if (PyDict_SetItem(parent_dict, child,
  ------------------
  |  Branch (4434:25): [True: 0, False: 0]
  ------------------
 4435|      0|                                       lazy_module_attr) < 0) {
 4436|      0|                        Py_DECREF(lazy_module_attr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4437|      0|                        goto done;
 4438|      0|                    }
 4439|      0|                    Py_DECREF(lazy_module_attr);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4440|      0|                }
 4441|      0|            }
 4442|      0|            ret = 0;
 4443|      0|            goto done;
 4444|      0|        }
 4445|       |
 4446|      2|        Py_SETREF(name, parent);
  ------------------
  |  |  352|      2|    do { \
  |  |  353|      2|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      2|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      2|        *_tmp_dst_ptr = (src); \
  |  |  356|      2|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4447|      2|        parent = NULL;
 4448|      2|    }
 4449|       |
 4450|     10|done:
 4451|     10|    Py_XDECREF(parent_dict);
  ------------------
  |  |  524|     10|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4452|     10|    Py_XDECREF(parent_module);
  ------------------
  |  |  524|     10|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4453|     10|    Py_XDECREF(child);
  ------------------
  |  |  524|     10|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4454|     10|    Py_XDECREF(parent);
  ------------------
  |  |  524|     10|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4455|     10|    Py_XDECREF(name);
  ------------------
  |  |  524|     10|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4456|     10|    return ret;
 4457|     10|}
import.c:ensure_lazy_submodules:
 4343|     12|{
 4344|     12|    PyObject *lazy_submodules;
 4345|     12|    Py_BEGIN_CRITICAL_SECTION(lazy_modules);
  ------------------
  |  |   51|     12|    {
  ------------------
 4346|     12|    int err = _PyDict_GetItemRef_Unicode_LockHeld(lazy_modules, parent,
 4347|     12|                                                  &lazy_submodules);
 4348|     12|    if (err == 0) {
  ------------------
  |  Branch (4348:9): [True: 10, False: 2]
  ------------------
 4349|       |        // value isn't present
 4350|     10|        lazy_submodules = PySet_New(NULL);
 4351|     10|        if (lazy_submodules != NULL &&
  ------------------
  |  Branch (4351:13): [True: 10, False: 0]
  ------------------
 4352|     10|            _PyDict_SetItem_LockHeld(lazy_modules, parent,
  ------------------
  |  Branch (4352:13): [True: 0, False: 10]
  ------------------
 4353|     10|                                     lazy_submodules) < 0) {
 4354|      0|            Py_CLEAR(lazy_submodules);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4355|      0|        }
 4356|     10|    }
 4357|     12|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     12|    }
  ------------------
 4358|     12|    return lazy_submodules;
 4359|     12|}
import.c:init_builtin_modules_table:
 2662|      2|{
 2663|      2|    size_t size;
 2664|     78|    for (size = 0; PyImport_Inittab[size].name != NULL; size++)
  ------------------
  |  Branch (2664:20): [True: 76, False: 2]
  ------------------
 2665|     76|        ;
 2666|      2|    size++;
 2667|       |
 2668|       |    /* Make the copy. */
 2669|      2|    struct _inittab *copied = _PyMem_DefaultRawMalloc(size * sizeof(struct _inittab));
 2670|      2|    if (copied == NULL) {
  ------------------
  |  Branch (2670:9): [True: 0, False: 2]
  ------------------
 2671|      0|        return -1;
 2672|      0|    }
 2673|      2|    memcpy(copied, PyImport_Inittab, size * sizeof(struct _inittab));
 2674|      2|    INITTAB = copied;
  ------------------
  |  |   80|      2|#define INITTAB _PyRuntime.imports.inittab
  ------------------
 2675|      2|    return 0;
 2676|      2|}
import.c:init_importlib:
 3385|      2|{
 3386|      2|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (3386:5): [True: 2, False: 0]
  ------------------
 3387|       |
 3388|      2|    PyInterpreterState *interp = tstate->interp;
 3389|      2|    int verbose = _PyInterpreterState_GetConfig(interp)->verbose;
 3390|       |
 3391|       |    // Import _importlib through its frozen version, _frozen_importlib.
 3392|      2|    if (verbose) {
  ------------------
  |  Branch (3392:9): [True: 0, False: 2]
  ------------------
 3393|      0|        PySys_FormatStderr("import _frozen_importlib # frozen\n");
 3394|      0|    }
 3395|      2|    if (PyImport_ImportFrozenModule("_frozen_importlib") <= 0) {
  ------------------
  |  Branch (3395:9): [True: 0, False: 2]
  ------------------
 3396|      0|        return -1;
 3397|      0|    }
 3398|       |
 3399|      2|    PyObject *importlib = PyImport_AddModuleRef("_frozen_importlib");
 3400|      2|    if (importlib == NULL) {
  ------------------
  |  Branch (3400:9): [True: 0, False: 2]
  ------------------
 3401|      0|        return -1;
 3402|      0|    }
 3403|      2|    IMPORTLIB(interp) = importlib;
  ------------------
  |  |   98|      2|    (interp)->imports.importlib
  ------------------
 3404|       |
 3405|       |    // Import the _imp module
 3406|      2|    if (verbose) {
  ------------------
  |  Branch (3406:9): [True: 0, False: 2]
  ------------------
 3407|      0|        PySys_FormatStderr("import _imp # builtin\n");
 3408|      0|    }
 3409|      2|    PyObject *imp_mod = bootstrap_imp(tstate);
 3410|      2|    if (imp_mod == NULL) {
  ------------------
  |  Branch (3410:9): [True: 0, False: 2]
  ------------------
 3411|      0|        return -1;
 3412|      0|    }
 3413|      2|    if (_PyImport_SetModuleString("_imp", imp_mod) < 0) {
  ------------------
  |  Branch (3413:9): [True: 0, False: 2]
  ------------------
 3414|      0|        Py_DECREF(imp_mod);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3415|      0|        return -1;
 3416|      0|    }
 3417|       |
 3418|       |    // Install importlib as the implementation of import
 3419|      2|    PyObject *value = PyObject_CallMethod(importlib, "_install",
 3420|      2|                                          "OO", sysmod, imp_mod);
 3421|      2|    Py_DECREF(imp_mod);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3422|      2|    if (value == NULL) {
  ------------------
  |  Branch (3422:9): [True: 0, False: 2]
  ------------------
 3423|      0|        return -1;
 3424|      0|    }
 3425|      2|    Py_DECREF(value);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3426|       |
 3427|      2|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (3427:5): [True: 2, False: 0]
  ------------------
 3428|      2|    return 0;
 3429|      2|}
import.c:bootstrap_imp:
 3331|      2|{
 3332|      2|    PyObject *name = PyUnicode_FromString("_imp");
 3333|      2|    if (name == NULL) {
  ------------------
  |  Branch (3333:9): [True: 0, False: 2]
  ------------------
 3334|      0|        return NULL;
 3335|      0|    }
 3336|       |
 3337|       |    // Mock a ModuleSpec object just good enough for PyModule_FromDefAndSpec():
 3338|       |    // an object with just a name attribute.
 3339|       |    //
 3340|       |    // _imp.__spec__ is overridden by importlib._bootstrap._instal() anyway.
 3341|      2|    PyObject *attrs = Py_BuildValue("{sO}", "name", name);
 3342|      2|    if (attrs == NULL) {
  ------------------
  |  Branch (3342:9): [True: 0, False: 2]
  ------------------
 3343|      0|        goto error;
 3344|      0|    }
 3345|      2|    PyObject *spec = _PyNamespace_New(attrs);
 3346|      2|    Py_DECREF(attrs);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3347|      2|    if (spec == NULL) {
  ------------------
  |  Branch (3347:9): [True: 0, False: 2]
  ------------------
 3348|      0|        goto error;
 3349|      0|    }
 3350|       |
 3351|       |    // Create the _imp module from its definition.
 3352|      2|    PyObject *mod = create_builtin(tstate, name, spec, NULL);
 3353|      2|    Py_CLEAR(name);
  ------------------
  |  |  484|      2|    do { \
  |  |  485|      2|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      2|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      2|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      2|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  488|      2|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      2|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      2|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      2|        } \
  |  |  491|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3354|      2|    Py_DECREF(spec);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3355|      2|    if (mod == NULL) {
  ------------------
  |  Branch (3355:9): [True: 0, False: 2]
  ------------------
 3356|      0|        goto error;
 3357|      0|    }
 3358|      2|    assert(mod != Py_None);  // not found
  ------------------
  |  Branch (3358:5): [True: 2, False: 0]
  ------------------
 3359|       |
 3360|       |    // Execute the _imp module: call imp_module_exec().
 3361|      2|    if (exec_builtin_or_dynamic(mod) < 0) {
  ------------------
  |  Branch (3361:9): [True: 0, False: 2]
  ------------------
 3362|      0|        Py_DECREF(mod);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3363|      0|        goto error;
 3364|      0|    }
 3365|      2|    return mod;
 3366|       |
 3367|      0|error:
 3368|      0|    Py_XDECREF(name);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3369|       |    return NULL;
 3370|      2|}
import.c:exec_builtin_or_dynamic:
  921|     30|exec_builtin_or_dynamic(PyObject *mod) {
  922|     30|    void *state;
  923|       |
  924|     30|    if (!PyModule_Check(mod)) {
  ------------------
  |  |   12|     30|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|     30|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (924:9): [True: 0, False: 30]
  ------------------
  925|      0|        return 0;
  926|      0|    }
  927|       |
  928|     30|    state = PyModule_GetState(mod);
  929|     30|    if (state) {
  ------------------
  |  Branch (929:9): [True: 0, False: 30]
  ------------------
  930|       |        /* Already initialized; skip reload */
  931|      0|        return 0;
  932|      0|    }
  933|       |
  934|     30|    return PyModule_Exec(mod);
  935|     30|}
import.c:init_importlib_external:
 3434|      2|{
 3435|      2|    PyObject *value;
 3436|      2|    value = PyObject_CallMethod(IMPORTLIB(interp),
  ------------------
  |  |   98|      2|    (interp)->imports.importlib
  ------------------
 3437|      2|                                "_install_external_importers", "");
 3438|      2|    if (value == NULL) {
  ------------------
  |  Branch (3438:9): [True: 0, False: 2]
  ------------------
 3439|      0|        return -1;
 3440|      0|    }
 3441|      2|    Py_DECREF(value);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3442|      2|    return 0;
 3443|      2|}
import.c:init_zipimport:
 4826|      2|{
 4827|      2|    PyObject *path_hooks = PySys_GetAttrString("path_hooks");
 4828|      2|    if (path_hooks == NULL) {
  ------------------
  |  Branch (4828:9): [True: 0, False: 2]
  ------------------
 4829|      0|        return -1;
 4830|      0|    }
 4831|       |
 4832|      2|    if (verbose) {
  ------------------
  |  Branch (4832:9): [True: 0, False: 2]
  ------------------
 4833|      0|        PySys_WriteStderr("# installing zipimport hook\n");
 4834|      0|    }
 4835|       |
 4836|      2|    PyObject *zipimporter = PyImport_ImportModuleAttrString("zipimport", "zipimporter");
 4837|      2|    if (zipimporter == NULL) {
  ------------------
  |  Branch (4837:9): [True: 0, False: 2]
  ------------------
 4838|      0|        _PyErr_Clear(tstate); /* No zipimporter object -- okay */
 4839|      0|        if (verbose) {
  ------------------
  |  Branch (4839:13): [True: 0, False: 0]
  ------------------
 4840|      0|            PySys_WriteStderr("# can't import zipimport.zipimporter\n");
 4841|      0|        }
 4842|      0|    }
 4843|      2|    else {
 4844|       |        /* sys.path_hooks.insert(0, zipimporter) */
 4845|      2|        int err = PyList_Insert(path_hooks, 0, zipimporter);
 4846|      2|        Py_DECREF(zipimporter);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4847|      2|        if (err < 0) {
  ------------------
  |  Branch (4847:13): [True: 0, False: 2]
  ------------------
 4848|      0|            Py_DECREF(path_hooks);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4849|      0|            return -1;
 4850|      0|        }
 4851|      2|        if (verbose) {
  ------------------
  |  Branch (4851:13): [True: 0, False: 2]
  ------------------
 4852|      0|            PySys_WriteStderr("# installed zipimport hook\n");
 4853|      0|        }
 4854|      2|    }
 4855|      2|    Py_DECREF(path_hooks);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4856|       |
 4857|      2|    return 0;
 4858|      2|}
import.c:_imp_extension_suffixes_impl:
 5121|      4|{
 5122|      4|    PyObject *list;
 5123|       |
 5124|      4|    list = PyList_New(0);
 5125|      4|    if (list == NULL)
  ------------------
  |  Branch (5125:9): [True: 0, False: 4]
  ------------------
 5126|      0|        return NULL;
 5127|      4|#ifdef HAVE_DYNAMIC_LOADING
 5128|      4|    const char *suffix;
 5129|      4|    unsigned int index = 0;
 5130|       |
 5131|     20|    while ((suffix = _PyImport_DynLoadFiletab[index])) {
  ------------------
  |  Branch (5131:12): [True: 16, False: 4]
  ------------------
 5132|     16|        PyObject *item = PyUnicode_FromString(suffix);
 5133|     16|        if (item == NULL) {
  ------------------
  |  Branch (5133:13): [True: 0, False: 16]
  ------------------
 5134|      0|            Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5135|      0|            return NULL;
 5136|      0|        }
 5137|     16|        if (PyList_Append(list, item) < 0) {
  ------------------
  |  Branch (5137:13): [True: 0, False: 16]
  ------------------
 5138|      0|            Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5139|      0|            Py_DECREF(item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5140|      0|            return NULL;
 5141|      0|        }
 5142|     16|        Py_DECREF(item);
  ------------------
  |  |  430|     16|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5143|     16|        index += 1;
 5144|     16|    }
 5145|      4|#endif
 5146|      4|    return list;
 5147|      4|}
import.c:_imp_acquire_lock_impl:
 5018|    287|{
 5019|    287|    PyInterpreterState *interp = _PyInterpreterState_GET();
 5020|    287|    _PyImport_AcquireLock(interp);
 5021|    287|    Py_RETURN_NONE;
  ------------------
  |  |  628|    287|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    287|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5022|    287|}
import.c:_imp_release_lock_impl:
 5035|    287|{
 5036|    287|    PyInterpreterState *interp = _PyInterpreterState_GET();
 5037|    287|    if (!_PyRecursiveMutex_IsLockedByCurrentThread(&IMPORT_LOCK(interp))) {
  ------------------
  |  |  114|    287|    (interp)->imports.lock
  ------------------
  |  Branch (5037:9): [True: 0, False: 287]
  ------------------
 5038|      0|        PyErr_SetString(PyExc_RuntimeError,
 5039|      0|                        "not holding the import lock");
 5040|      0|        return NULL;
 5041|      0|    }
 5042|    287|    _PyImport_ReleaseLock(interp);
 5043|    287|    Py_RETURN_NONE;
  ------------------
  |  |  628|    287|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|    287|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5044|    287|}
import.c:_imp_find_frozen_impl:
 5196|     45|{
 5197|     45|    struct frozen_info info;
 5198|     45|    frozen_status status = find_frozen(name, &info);
 5199|     45|    if (status == FROZEN_NOT_FOUND || status == FROZEN_DISABLED) {
  ------------------
  |  Branch (5199:9): [True: 17, False: 28]
  |  Branch (5199:39): [True: 0, False: 28]
  ------------------
 5200|     17|        Py_RETURN_NONE;
  ------------------
  |  |  628|     17|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     17|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5201|     17|    }
 5202|     28|    else if (status == FROZEN_BAD_NAME) {
  ------------------
  |  Branch (5202:14): [True: 0, False: 28]
  ------------------
 5203|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5204|      0|    }
 5205|     28|    else if (status != FROZEN_OKAY) {
  ------------------
  |  Branch (5205:14): [True: 0, False: 28]
  ------------------
 5206|      0|        set_frozen_error(status, name);
 5207|      0|        return NULL;
 5208|      0|    }
 5209|       |
 5210|     28|    PyObject *data = NULL;
 5211|     28|    if (withdata) {
  ------------------
  |  Branch (5211:9): [True: 0, False: 28]
  ------------------
 5212|      0|        data = PyMemoryView_FromMemory((char *)info.data, info.size, PyBUF_READ);
  ------------------
  |  |  137|      0|#define PyBUF_READ  0x100
  ------------------
 5213|      0|        if (data == NULL) {
  ------------------
  |  Branch (5213:13): [True: 0, False: 0]
  ------------------
 5214|      0|            return NULL;
 5215|      0|        }
 5216|      0|    }
 5217|       |
 5218|     28|    PyObject *origname = NULL;
 5219|     28|    if (info.origname != NULL && info.origname[0] != '\0') {
  ------------------
  |  Branch (5219:9): [True: 28, False: 0]
  |  Branch (5219:34): [True: 28, False: 0]
  ------------------
 5220|     28|        origname = PyUnicode_FromString(info.origname);
 5221|     28|        if (origname == NULL) {
  ------------------
  |  Branch (5221:13): [True: 0, False: 28]
  ------------------
 5222|      0|            Py_XDECREF(data);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5223|      0|            return NULL;
 5224|      0|        }
 5225|     28|    }
 5226|       |
 5227|     28|    PyObject *result = PyTuple_Pack(3, data ? data : Py_None,
  ------------------
  |  |  616|     28|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5227:40): [True: 0, False: 28]
  ------------------
 5228|     28|                                    info.is_package ? Py_True : Py_False,
  ------------------
  |  |   26|     28|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                                                  info.is_package ? Py_True : Py_False,
  ------------------
  |  |   25|     28|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5228:37): [True: 2, False: 26]
  ------------------
 5229|     28|                                    origname ? origname : Py_None);
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5229:37): [True: 28, False: 0]
  ------------------
 5230|     28|    Py_XDECREF(origname);
  ------------------
  |  |  524|     28|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5231|     28|    Py_XDECREF(data);
  ------------------
  |  |  524|     28|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5232|     28|    return result;
 5233|     28|}
import.c:_imp_get_frozen_object_impl:
 5249|     28|{
 5250|     28|    struct frozen_info info = {0};
 5251|     28|    Py_buffer buf = {0};
 5252|     28|    if (PyObject_CheckBuffer(dataobj)) {
  ------------------
  |  Branch (5252:9): [True: 0, False: 28]
  ------------------
 5253|      0|        if (PyObject_GetBuffer(dataobj, &buf, PyBUF_SIMPLE) != 0) {
  ------------------
  |  |  108|      0|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (5253:13): [True: 0, False: 0]
  ------------------
 5254|      0|            return NULL;
 5255|      0|        }
 5256|      0|        info.data = (const char *)buf.buf;
 5257|      0|        info.size = buf.len;
 5258|      0|    }
 5259|     28|    else if (dataobj != Py_None) {
  ------------------
  |  |  616|     28|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5259:14): [True: 0, False: 28]
  ------------------
 5260|      0|        _PyArg_BadArgument("get_frozen_object", "argument 2", "bytes", dataobj);
 5261|      0|        return NULL;
 5262|      0|    }
 5263|     28|    else {
 5264|     28|        frozen_status status = find_frozen(name, &info);
 5265|     28|        if (status != FROZEN_OKAY) {
  ------------------
  |  Branch (5265:13): [True: 0, False: 28]
  ------------------
 5266|      0|            set_frozen_error(status, name);
 5267|      0|            return NULL;
 5268|      0|        }
 5269|     28|    }
 5270|       |
 5271|     28|    if (info.nameobj == NULL) {
  ------------------
  |  Branch (5271:9): [True: 0, False: 28]
  ------------------
 5272|      0|        info.nameobj = name;
 5273|      0|    }
 5274|     28|    if (info.size == 0) {
  ------------------
  |  Branch (5274:9): [True: 0, False: 28]
  ------------------
 5275|       |        /* Does not contain executable code. */
 5276|      0|        set_frozen_error(FROZEN_INVALID, name);
 5277|      0|        return NULL;
 5278|      0|    }
 5279|       |
 5280|     28|    PyInterpreterState *interp = _PyInterpreterState_GET();
 5281|     28|    PyObject *codeobj = unmarshal_frozen_code(interp, &info);
 5282|     28|    if (dataobj != Py_None) {
  ------------------
  |  |  616|     28|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (5282:9): [True: 0, False: 28]
  ------------------
 5283|      0|        PyBuffer_Release(&buf);
 5284|      0|    }
 5285|     28|    return codeobj;
 5286|     28|}
import.c:_imp_is_frozen_package_impl:
 5300|      2|{
 5301|      2|    struct frozen_info info;
 5302|      2|    frozen_status status = find_frozen(name, &info);
 5303|      2|    if (status != FROZEN_OKAY && status != FROZEN_EXCLUDED) {
  ------------------
  |  Branch (5303:9): [True: 0, False: 2]
  |  Branch (5303:34): [True: 0, False: 0]
  ------------------
 5304|      0|        set_frozen_error(status, name);
 5305|      0|        return NULL;
 5306|      0|    }
 5307|      2|    return PyBool_FromLong(info.is_package);
 5308|      2|}
import.c:_imp_create_builtin:
 5084|     28|{
 5085|     28|    PyThreadState *tstate = _PyThreadState_GET();
 5086|       |
 5087|     28|    PyObject *name = PyObject_GetAttrString(spec, "name");
 5088|     28|    if (name == NULL) {
  ------------------
  |  Branch (5088:9): [True: 0, False: 28]
  ------------------
 5089|      0|        return NULL;
 5090|      0|    }
 5091|       |
 5092|     28|    if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|     28|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     28|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (5092:9): [True: 0, False: 28]
  ------------------
 5093|      0|        PyErr_Format(PyExc_TypeError,
 5094|      0|                     "name must be string, not %.200s",
 5095|      0|                     Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5096|      0|        Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5097|      0|        return NULL;
 5098|      0|    }
 5099|       |
 5100|     28|    if (PyUnicode_GetLength(name) == 0) {
  ------------------
  |  Branch (5100:9): [True: 0, False: 28]
  ------------------
 5101|      0|        PyErr_Format(PyExc_ValueError, "name must not be empty");
 5102|      0|        Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5103|      0|        return NULL;
 5104|      0|    }
 5105|       |
 5106|     28|    PyObject *mod = create_builtin(tstate, name, spec, NULL);
 5107|     28|    Py_DECREF(name);
  ------------------
  |  |  430|     28|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     28|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     28|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5108|     28|    return mod;
 5109|     28|}
import.c:_imp_is_builtin_impl:
 5322|     73|{
 5323|     73|    return PyLong_FromLong(is_builtin(name));
 5324|     73|}
import.c:is_builtin:
 2449|     73|{
 2450|     73|    int i;
 2451|     73|    struct _inittab *inittab = INITTAB;
  ------------------
  |  |   80|     73|#define INITTAB _PyRuntime.imports.inittab
  ------------------
 2452|  2.26k|    for (i = 0; inittab[i].name != NULL; i++) {
  ------------------
  |  Branch (2452:17): [True: 2.21k, False: 45]
  ------------------
 2453|  2.21k|        if (_PyUnicode_EqualToASCIIString(name, inittab[i].name)) {
  ------------------
  |  Branch (2453:13): [True: 28, False: 2.18k]
  ------------------
 2454|     28|            if (inittab[i].initfunc == NULL)
  ------------------
  |  Branch (2454:17): [True: 0, False: 28]
  ------------------
 2455|      0|                return -1;
 2456|     28|            else
 2457|     28|                return 1;
 2458|     28|        }
 2459|  2.21k|    }
 2460|     45|    return 0;
 2461|     73|}
import.c:_imp_is_frozen_impl:
 5338|      2|{
 5339|      2|    struct frozen_info info;
 5340|      2|    frozen_status status = find_frozen(name, &info);
 5341|      2|    if (status != FROZEN_OKAY) {
  ------------------
  |  Branch (5341:9): [True: 0, False: 2]
  ------------------
 5342|      0|        Py_RETURN_FALSE;
  ------------------
  |  |   45|      0|#  define Py_RETURN_FALSE return Py_False
  |  |  ------------------
  |  |  |  |   25|      0|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5343|      0|    }
 5344|      2|    Py_RETURN_TRUE;
  ------------------
  |  |   44|      2|#  define Py_RETURN_TRUE return Py_True
  |  |  ------------------
  |  |  |  |   26|      2|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5345|      2|}
import.c:_imp_exec_builtin_impl:
 5551|     28|{
 5552|     28|    return exec_builtin_or_dynamic(mod);
 5553|     28|}
import.c:_imp__fix_co_filename_impl:
 5065|     13|{
 5066|     13|    update_compiled_module(code, path);
 5067|       |
 5068|     13|    Py_RETURN_NONE;
  ------------------
  |  |  628|     13|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     13|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5069|     13|}
import.c:update_compiled_module:
 2918|     13|{
 2919|     13|    PyObject *oldname;
 2920|       |
 2921|     13|    if (PyUnicode_Compare(co->co_filename, newname) == 0)
  ------------------
  |  Branch (2921:9): [True: 13, False: 0]
  ------------------
 2922|     13|        return;
 2923|       |
 2924|      0|    oldname = co->co_filename;
 2925|      0|    Py_INCREF(oldname);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2926|      0|    update_code_filenames(co, oldname, newname);
 2927|      0|    Py_DECREF(oldname);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2928|      0|}
import.c:_imp__set_lazy_attributes_impl:
 5635|     63|{
 5636|     63|    PyThreadState *tstate = _PyThreadState_GET();
 5637|     63|    PyObject *module_dict = NULL;
 5638|     63|    PyObject *ret = NULL;
 5639|     63|    PyObject *lazy_modules = LAZY_MODULES(tstate->interp);
  ------------------
  |  |   96|     63|    (interp)->imports.lazy_modules
  ------------------
 5640|     63|    assert(lazy_modules != NULL);
  ------------------
  |  Branch (5640:5): [True: 63, False: 0]
  ------------------
 5641|       |
 5642|     63|    PyObject *lazy_submodules;
 5643|     63|    if (PyDict_GetItemRef(lazy_modules, name, &lazy_submodules) < 0) {
  ------------------
  |  Branch (5643:9): [True: 0, False: 63]
  ------------------
 5644|      0|        return NULL;
 5645|      0|    }
 5646|     63|    else if (lazy_submodules == NULL) {
  ------------------
  |  Branch (5646:14): [True: 63, False: 0]
  ------------------
 5647|     63|        Py_RETURN_NONE;
  ------------------
  |  |  628|     63|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     63|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 5648|     63|    }
 5649|       |
 5650|      0|    module_dict = get_mod_dict(modobj);
 5651|      0|    if (module_dict == NULL || !PyDict_CheckExact(module_dict)) {
  ------------------
  |  |   19|      0|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (5651:9): [True: 0, False: 0]
  |  Branch (5651:32): [True: 0, False: 0]
  ------------------
 5652|      0|        Py_DECREF(lazy_submodules);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5653|      0|        goto done;
 5654|      0|    }
 5655|       |
 5656|      0|    assert(PyAnySet_CheckExact(lazy_submodules));
  ------------------
  |  Branch (5656:5): [True: 0, False: 0]
  |  Branch (5656:5): [True: 0, False: 0]
  ------------------
 5657|      0|    Py_BEGIN_CRITICAL_SECTION(lazy_submodules);
  ------------------
  |  |   51|      0|    {
  ------------------
 5658|      0|    publish_lazy_imports_on_module(tstate, lazy_submodules, name, module_dict);
 5659|      0|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      0|    }
  ------------------
 5660|      0|    Py_DECREF(lazy_submodules);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5661|       |
 5662|       |    // once a module is imported it is removed from sys.lazy_modules
 5663|      0|    if (PyDict_DelItem(lazy_modules, name) < 0) {
  ------------------
  |  Branch (5663:9): [True: 0, False: 0]
  ------------------
 5664|      0|        goto error;
 5665|      0|    }
 5666|       |
 5667|      0|done:
 5668|      0|    ret = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5669|       |
 5670|      0|error:
 5671|      0|    Py_XDECREF(module_dict);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5672|      0|    return ret;
 5673|      0|}
import.c:imp_module_exec:
 5705|      2|{
 5706|      2|    const wchar_t *mode = _Py_GetConfig()->check_hash_pycs_mode;
 5707|      2|    PyObject *pyc_mode = PyUnicode_FromWideChar(mode, -1);
 5708|      2|    if (PyModule_Add(module, "check_hash_based_pycs", pyc_mode) < 0) {
  ------------------
  |  Branch (5708:9): [True: 0, False: 2]
  ------------------
 5709|      0|        return -1;
 5710|      0|    }
 5711|       |
 5712|      2|    if (PyModule_AddIntConstant(
  ------------------
  |  Branch (5712:9): [True: 0, False: 2]
  ------------------
 5713|      2|            module, "pyc_magic_number_token", PYC_MAGIC_NUMBER_TOKEN) < 0)
  ------------------
  |  |  318|      2|    ((uint32_t)PYC_MAGIC_NUMBER | ((uint32_t)'\r' << 16) | ((uint32_t)'\n' << 24))
  |  |  ------------------
  |  |  |  |  314|      2|#define PYC_MAGIC_NUMBER 3700
  |  |  ------------------
  ------------------
 5714|      0|    {
 5715|      0|        return -1;
 5716|      0|    }
 5717|       |
 5718|      2|    return 0;
 5719|      2|}

_Py_ext_module_loader_info_clear:
   86|     30|{
   87|     30|    Py_CLEAR(info->filename);
  ------------------
  |  |  484|     30|    do { \
  |  |  485|     30|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     30|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     30|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     30|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     30|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 30]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|     30|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 30]
  |  |  ------------------
  ------------------
   88|     30|#ifndef MS_WINDOWS
   89|     30|    Py_CLEAR(info->filename_encoded);
  ------------------
  |  |  484|     30|    do { \
  |  |  485|     30|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     30|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     30|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     30|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     30|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 30]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|     30|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 30]
  |  |  ------------------
  ------------------
   90|     30|#endif
   91|     30|    Py_CLEAR(info->name);
  ------------------
  |  |  484|     30|    do { \
  |  |  485|     30|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     30|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     30|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     30|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     30|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 30, False: 0]
  |  |  ------------------
  |  |  488|     30|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     30|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     30|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     30|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     30|        } \
  |  |  491|     30|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 30]
  |  |  ------------------
  ------------------
   92|       |    Py_CLEAR(info->name_encoded);
  ------------------
  |  |  484|     30|    do { \
  |  |  485|     30|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|     30|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|     30|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|     30|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|     30|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 30, False: 0]
  |  |  ------------------
  |  |  488|     30|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|     30|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|     30|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|     30|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|     30|        } \
  |  |  491|     30|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 30]
  |  |  ------------------
  ------------------
   93|     30|}
_Py_ext_module_loader_info_init_for_builtin:
  157|     30|{
  158|     30|    assert(PyUnicode_Check(name));
  ------------------
  |  Branch (158:5): [True: 30, False: 0]
  ------------------
  159|     30|    assert(PyUnicode_GetLength(name) > 0);
  ------------------
  |  Branch (159:5): [True: 30, False: 0]
  ------------------
  160|       |
  161|     30|    PyObject *name_encoded = PyUnicode_AsEncodedString(name, "ascii", NULL);
  162|     30|    if (name_encoded == NULL) {
  ------------------
  |  Branch (162:9): [True: 0, False: 30]
  ------------------
  163|      0|        return -1;
  164|      0|    }
  165|       |
  166|     30|    *info = (struct _Py_ext_module_loader_info){
  167|     30|        .name=Py_NewRef(name),
  ------------------
  |  |  550|     30|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|     30|        .name_encoded=name_encoded,
  169|       |        /* We won't need filename. */
  170|     30|        .path=name,
  171|     30|        .origin=_Py_ext_module_origin_BUILTIN,
  172|     30|        .hook_prefixes=&ascii_only_prefixes,
  173|       |        .newcontext=NULL,
  174|     30|    };
  175|     30|    return 0;
  176|     30|}
_Py_ext_module_loader_result_clear:
  221|     30|{
  222|       |    /* Instead, the caller should have called
  223|       |     * _Py_ext_module_loader_result_apply_error(). */
  224|     30|    assert(res->err == NULL);
  ------------------
  |  Branch (224:5): [True: 30, False: 0]
  ------------------
  225|     30|    *res = (struct _Py_ext_module_loader_result){0};
  226|     30|}
_PyImport_RunModInitFunc:
  427|     30|{
  428|     30|    struct _Py_ext_module_loader_result res = {
  429|     30|        .kind=_Py_ext_module_kind_UNKNOWN,
  430|     30|    };
  431|       |
  432|       |    /* Call the module init function. */
  433|       |
  434|       |    /* Package context is needed for single-phase init */
  435|     30|    const char *oldcontext = _PyImport_SwapPackageContext(info->newcontext);
  436|     30|    PyObject *m = p0();
  437|     30|    _PyImport_SwapPackageContext(oldcontext);
  438|       |
  439|       |    /* Validate the result (and populate "res". */
  440|       |
  441|     30|    if (m == NULL) {
  ------------------
  |  Branch (441:9): [True: 0, False: 30]
  ------------------
  442|       |        /* The init func for multi-phase init modules is expected
  443|       |         * to return a PyModuleDef after calling PyModuleDef_Init().
  444|       |         * That function never raises an exception nor returns NULL,
  445|       |         * so at this point it must be a single-phase init modules. */
  446|      0|        res.kind = _Py_ext_module_kind_SINGLEPHASE;
  447|      0|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (447:13): [True: 0, False: 0]
  ------------------
  448|      0|            _Py_ext_module_loader_result_set_error(
  449|      0|                        &res, _Py_ext_module_loader_result_EXCEPTION);
  450|      0|        }
  451|      0|        else {
  452|      0|            _Py_ext_module_loader_result_set_error(
  453|      0|                        &res, _Py_ext_module_loader_result_ERR_MISSING);
  454|      0|        }
  455|      0|        goto error;
  456|     30|    } else if (PyErr_Occurred()) {
  ------------------
  |  Branch (456:16): [True: 0, False: 30]
  ------------------
  457|       |        /* Likewise, we infer that this is a single-phase init module. */
  458|      0|        res.kind = _Py_ext_module_kind_SINGLEPHASE;
  459|      0|        _Py_ext_module_loader_result_set_error(
  460|      0|                &res, _Py_ext_module_loader_result_ERR_UNREPORTED_EXC);
  461|       |        /* We would probably be correct to decref m here,
  462|       |         * but we weren't doing so before,
  463|       |         * so we stick with doing nothing. */
  464|      0|        m = NULL;
  465|      0|        goto error;
  466|      0|    }
  467|       |
  468|     30|    if (Py_IS_TYPE(m, NULL)) {
  ------------------
  |  |  215|     30|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 30]
  |  |  ------------------
  ------------------
  469|       |        /* This can happen when a PyModuleDef is returned without calling
  470|       |         * PyModuleDef_Init on it
  471|       |         */
  472|      0|        _Py_ext_module_loader_result_set_error(
  473|      0|                &res, _Py_ext_module_loader_result_ERR_UNINITIALIZED);
  474|       |        /* Likewise, decref'ing here makes sense.  However, the original
  475|       |         * code has a note about "prevent segfault in DECREF",
  476|       |         * so we play it safe and leave it alone. */
  477|      0|        m = NULL; /* prevent segfault in DECREF */
  478|      0|        goto error;
  479|      0|    }
  480|       |
  481|     30|    if (PyObject_TypeCheck(m, &PyModuleDef_Type)) {
  ------------------
  |  |  378|     30|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     30|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     30|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (378:40): [True: 30, False: 0]
  |  |  ------------------
  ------------------
  482|       |        /* multi-phase init */
  483|     30|        res.kind = _Py_ext_module_kind_MULTIPHASE;
  484|     30|        res.def = (PyModuleDef *)m;
  485|       |        /* Run PyModule_FromDefAndSpec() to finish loading the module. */
  486|     30|    }
  487|      0|    else if (info->hook_prefixes == &nonascii_prefixes) {
  ------------------
  |  Branch (487:14): [True: 0, False: 0]
  ------------------
  488|       |        /* Non-ASCII is only supported for multi-phase init. */
  489|      0|        res.kind = _Py_ext_module_kind_MULTIPHASE;
  490|       |        /* Don't allow legacy init for non-ASCII module names. */
  491|      0|        _Py_ext_module_loader_result_set_error(
  492|      0|                &res, _Py_ext_module_loader_result_ERR_NONASCII_NOT_MULTIPHASE);
  493|      0|        goto error;
  494|      0|    }
  495|      0|    else {
  496|       |        /* single-phase init (legacy) */
  497|      0|        res.kind = _Py_ext_module_kind_SINGLEPHASE;
  498|      0|        res.module = m;
  499|       |
  500|      0|        if (!PyModule_Check(m)) {
  ------------------
  |  |   12|      0|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (500:13): [True: 0, False: 0]
  ------------------
  501|      0|            _Py_ext_module_loader_result_set_error(
  502|      0|                    &res, _Py_ext_module_loader_result_ERR_NOT_MODULE);
  503|      0|            goto error;
  504|      0|        }
  505|       |
  506|      0|        res.def = _PyModule_GetDefOrNull(m);
  507|      0|        if (res.def == NULL) {
  ------------------
  |  Branch (507:13): [True: 0, False: 0]
  ------------------
  508|      0|            PyErr_Clear();
  509|      0|            _Py_ext_module_loader_result_set_error(
  510|      0|                    &res, _Py_ext_module_loader_result_ERR_MISSING_DEF);
  511|      0|            goto error;
  512|      0|        }
  513|      0|    }
  514|       |
  515|     30|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (515:5): [True: 30, False: 0]
  ------------------
  516|     30|    assert(res.err == NULL);
  ------------------
  |  Branch (516:5): [True: 30, False: 0]
  ------------------
  517|     30|    *p_res = res;
  518|     30|    return 0;
  519|       |
  520|      0|error:
  521|      0|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (521:5): [True: 0, False: 0]
  ------------------
  522|      0|    assert(res.err != NULL);
  ------------------
  |  Branch (522:5): [True: 0, False: 0]
  ------------------
  523|      0|    Py_CLEAR(res.module);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  524|       |    res.def = NULL;
  525|      0|    *p_res = res;
  526|      0|    p_res->err = &p_res->_err;
  527|      0|    return -1;
  528|      0|}

Py_GETENV:
  690|     24|{
  691|     24|_Py_COMP_DIAG_PUSH
  692|     24|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
  693|     24|    if (Py_IgnoreEnvironmentFlag) {
  ------------------
  |  Branch (693:9): [True: 0, False: 24]
  ------------------
  694|      0|        return NULL;
  695|      0|    }
  696|     24|    return getenv(name);
  697|     24|_Py_COMP_DIAG_POP
  698|     24|}
PyStatus_Ok:
  703|      6|{ return _PyStatus_OK(); }
  ------------------
  |  |   24|      6|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
PyStatus_Exception:
  726|      4|{ return _PyStatus_EXCEPTION(status); }
  ------------------
  |  |   43|      4|    ((err)._type != _PyStatus_TYPE_OK)
  ------------------
_PyWideStringList_CheckConsistency:
  764|    214|{
  765|    214|    assert(list->length >= 0);
  ------------------
  |  Branch (765:5): [True: 214, False: 0]
  ------------------
  766|    214|    if (list->length != 0) {
  ------------------
  |  Branch (766:9): [True: 24, False: 190]
  ------------------
  767|     24|        assert(list->items != NULL);
  ------------------
  |  Branch (767:9): [True: 24, False: 0]
  ------------------
  768|     24|    }
  769|    250|    for (Py_ssize_t i = 0; i < list->length; i++) {
  ------------------
  |  Branch (769:28): [True: 36, False: 214]
  ------------------
  770|     36|        assert(list->items[i] != NULL);
  ------------------
  |  Branch (770:9): [True: 36, False: 0]
  ------------------
  771|     36|    }
  772|    214|    return 1;
  773|    214|}
_PyWideStringList_Clear:
  802|     68|{
  803|       |    _PyWideStringList_ClearEx(list, false);
  804|     68|}
_PyWideStringList_Copy:
  855|     38|{
  856|       |    return _PyWideStringList_CopyEx(list, list2, false);
  857|     38|}
PyWideStringList_Insert:
  862|     10|{
  863|     10|    Py_ssize_t len = list->length;
  864|     10|    if (len == PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|     10|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (864:9): [True: 0, False: 10]
  ------------------
  865|       |        /* length+1 would overflow */
  866|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  867|      0|    }
  868|     10|    if (index < 0) {
  ------------------
  |  Branch (868:9): [True: 0, False: 10]
  ------------------
  869|      0|        return _PyStatus_ERR("PyWideStringList_Insert index must be >= 0");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  870|      0|    }
  871|     10|    if (index > len) {
  ------------------
  |  Branch (871:9): [True: 0, False: 10]
  ------------------
  872|      0|        index = len;
  873|      0|    }
  874|       |
  875|     10|    wchar_t *item2 = _PyMem_RawWcsdup(item);
  876|     10|    if (item2 == NULL) {
  ------------------
  |  Branch (876:9): [True: 0, False: 10]
  ------------------
  877|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  878|      0|    }
  879|       |
  880|     10|    size_t size = (len + 1) * sizeof(list->items[0]);
  881|     10|    wchar_t **items2 = (wchar_t **)PyMem_RawRealloc(list->items, size);
  882|     10|    if (items2 == NULL) {
  ------------------
  |  Branch (882:9): [True: 0, False: 10]
  ------------------
  883|      0|        PyMem_RawFree(item2);
  884|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  885|      0|    }
  886|       |
  887|     10|    if (index < len) {
  ------------------
  |  Branch (887:9): [True: 0, False: 10]
  ------------------
  888|      0|        memmove(&items2[index + 1],
  889|      0|                &items2[index],
  890|      0|                (len - index) * sizeof(items2[0]));
  891|      0|    }
  892|       |
  893|     10|    items2[index] = item2;
  894|     10|    list->items = items2;
  895|     10|    list->length++;
  896|     10|    return _PyStatus_OK();
  ------------------
  |  |   24|     10|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  897|     10|}
PyWideStringList_Append:
  902|     10|{
  903|     10|    return PyWideStringList_Insert(list, list->length, item);
  904|     10|}
_PyWideStringList_Extend:
  909|      4|{
  910|      4|    for (Py_ssize_t i = 0; i < list2->length; i++) {
  ------------------
  |  Branch (910:28): [True: 0, False: 4]
  ------------------
  911|      0|        PyStatus status = PyWideStringList_Append(list, list2->items[i]);
  912|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  913|      0|            return status;
  914|      0|        }
  915|      0|    }
  916|      4|    return _PyStatus_OK();
  ------------------
  |  |   24|      4|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  917|      4|}
_PyWideStringList_AsList:
  934|      8|{
  935|      8|    assert(_PyWideStringList_CheckConsistency(list));
  ------------------
  |  Branch (935:5): [True: 8, False: 0]
  ------------------
  936|       |
  937|      8|    PyObject *pylist = PyList_New(list->length);
  938|      8|    if (pylist == NULL) {
  ------------------
  |  Branch (938:9): [True: 0, False: 8]
  ------------------
  939|      0|        return NULL;
  940|      0|    }
  941|       |
  942|     16|    for (Py_ssize_t i = 0; i < list->length; i++) {
  ------------------
  |  Branch (942:28): [True: 8, False: 8]
  ------------------
  943|      8|        PyObject *item = PyUnicode_FromWideChar(list->items[i], -1);
  944|      8|        if (item == NULL) {
  ------------------
  |  Branch (944:13): [True: 0, False: 8]
  ------------------
  945|      0|            Py_DECREF(pylist);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  946|      0|            return NULL;
  947|      0|        }
  948|      8|        PyList_SET_ITEM(pylist, i, item);
  ------------------
  |  |   50|      8|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  949|      8|    }
  950|      8|    return pylist;
  951|      8|}
PyConfig_Clear:
 1088|      8|{
 1089|      8|#define CLEAR(ATTR) \
 1090|      8|    do { \
 1091|      8|        PyMem_RawFree(ATTR); \
 1092|      8|        ATTR = NULL; \
 1093|      8|    } while (0)
 1094|       |
 1095|      8|    CLEAR(config->pycache_prefix);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1096|      8|    CLEAR(config->pythonpath_env);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1097|      8|    CLEAR(config->home);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1098|      8|    CLEAR(config->program_name);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1099|       |
 1100|      8|    _PyWideStringList_Clear(&config->argv);
 1101|      8|    _PyWideStringList_Clear(&config->warnoptions);
 1102|      8|    _PyWideStringList_Clear(&config->xoptions);
 1103|      8|    _PyWideStringList_Clear(&config->module_search_paths);
 1104|      8|    config->module_search_paths_set = 0;
 1105|      8|    CLEAR(config->stdlib_dir);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1106|       |
 1107|      8|    CLEAR(config->executable);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1108|      8|    CLEAR(config->base_executable);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1109|      8|    CLEAR(config->prefix);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1110|      8|    CLEAR(config->base_prefix);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1111|      8|    CLEAR(config->exec_prefix);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1112|      8|    CLEAR(config->base_exec_prefix);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1113|      8|    CLEAR(config->platlibdir);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1114|      8|    CLEAR(config->sys_path_0);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1115|       |
 1116|      8|    CLEAR(config->filesystem_encoding);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1117|      8|    CLEAR(config->filesystem_errors);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1118|      8|    CLEAR(config->stdio_encoding);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1119|      8|    CLEAR(config->stdio_errors);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1120|      8|    CLEAR(config->run_command);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1121|      8|    CLEAR(config->run_module);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1122|      8|    CLEAR(config->run_filename);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1123|      8|    CLEAR(config->check_hash_pycs_mode);
  ------------------
  |  | 1090|      8|    do { \
  |  | 1091|      8|        PyMem_RawFree(ATTR); \
  |  | 1092|      8|        ATTR = NULL; \
  |  | 1093|      8|    } while (0)
  |  |  ------------------
  |  |  |  Branch (1093:14): [Folded, False: 8]
  |  |  ------------------
  ------------------
 1124|       |#ifdef Py_DEBUG
 1125|       |    CLEAR(config->run_presite);
 1126|       |#endif
 1127|       |
 1128|      8|    _PyWideStringList_Clear(&config->orig_argv);
 1129|      8|#undef CLEAR
 1130|      8|}
_PyConfig_InitCompatConfig:
 1135|      6|{
 1136|      6|    memset(config, 0, sizeof(*config));
 1137|       |
 1138|      6|    config->_config_init = (int)_PyConfig_INIT_COMPAT;
 1139|      6|    config->import_time = -1;
 1140|      6|    config->isolated = -1;
 1141|      6|    config->use_environment = -1;
 1142|      6|    config->dev_mode = -1;
 1143|      6|    config->install_signal_handlers = 1;
 1144|      6|    config->use_hash_seed = -1;
 1145|      6|    config->faulthandler = -1;
 1146|      6|    config->tracemalloc = -1;
 1147|      6|    config->perf_profiling = -1;
 1148|      6|    config->remote_debug = -1;
 1149|      6|    config->module_search_paths_set = 0;
 1150|      6|    config->parse_argv = 0;
 1151|      6|    config->site_import = -1;
 1152|      6|    config->bytes_warning = -1;
 1153|      6|    config->warn_default_encoding = 0;
 1154|      6|    config->inspect = -1;
 1155|      6|    config->interactive = -1;
 1156|      6|    config->optimization_level = -1;
 1157|      6|    config->parser_debug= -1;
 1158|      6|    config->write_bytecode = -1;
 1159|      6|    config->verbose = -1;
 1160|      6|    config->quiet = -1;
 1161|      6|    config->user_site_directory = -1;
 1162|      6|    config->configure_c_stdio = 0;
 1163|      6|    config->buffered_stdio = -1;
 1164|      6|    config->_install_importlib = 1;
 1165|      6|    config->check_hash_pycs_mode = NULL;
 1166|      6|    config->pathconfig_warnings = -1;
 1167|      6|    config->_init_main = 1;
 1168|       |#ifdef MS_WINDOWS
 1169|       |    config->legacy_windows_stdio = -1;
 1170|       |#endif
 1171|       |#ifdef Py_DEBUG
 1172|       |    config->use_frozen_modules = 0;
 1173|       |#else
 1174|      6|    config->use_frozen_modules = 1;
 1175|      6|#endif
 1176|      6|    config->safe_path = 0;
 1177|      6|    config->int_max_str_digits = -1;
 1178|      6|    config->_is_python_build = 0;
 1179|      6|    config->code_debug_ranges = 1;
 1180|      6|    config->cpu_count = -1;
 1181|      6|    config->lazy_imports = -1;
 1182|       |#ifdef Py_GIL_DISABLED
 1183|       |    config->thread_inherit_context = 1;
 1184|       |    config->context_aware_warnings = 1;
 1185|       |#else
 1186|      6|    config->thread_inherit_context = 0;
 1187|      6|    config->context_aware_warnings = 0;
 1188|      6|#endif
 1189|       |#ifdef __APPLE__
 1190|       |    config->use_system_logger = USE_SYSTEM_LOGGER_DEFAULT;
 1191|       |#endif
 1192|       |#ifdef Py_GIL_DISABLED
 1193|       |    config->enable_gil = _PyConfig_GIL_DEFAULT;
 1194|       |    config->tlbc_enabled = 1;
 1195|       |#endif
 1196|      6|}
PyConfig_InitPythonConfig:
 1236|      6|{
 1237|      6|    config_init_defaults(config);
 1238|       |
 1239|      6|    config->_config_init = (int)_PyConfig_INIT_PYTHON;
 1240|      6|    config->configure_c_stdio = 1;
 1241|      6|    config->parse_argv = 1;
 1242|      6|}
PyConfig_SetString:
 1279|    142|{
 1280|    142|    PyStatus status = _Py_PreInitializeFromConfig(config, NULL);
 1281|    142|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|    142|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 142]
  |  |  ------------------
  ------------------
 1282|      0|        return status;
 1283|      0|    }
 1284|       |
 1285|    142|    wchar_t *str2;
 1286|    142|    if (str != NULL) {
  ------------------
  |  Branch (1286:9): [True: 52, False: 90]
  ------------------
 1287|     52|        str2 = _PyMem_RawWcsdup(str);
 1288|     52|        if (str2 == NULL) {
  ------------------
  |  Branch (1288:13): [True: 0, False: 52]
  ------------------
 1289|      0|            return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 1290|      0|        }
 1291|     52|    }
 1292|     90|    else {
 1293|     90|        str2 = NULL;
 1294|     90|    }
 1295|    142|    PyMem_RawFree(*config_str);
 1296|    142|    *config_str = str2;
 1297|    142|    return _PyStatus_OK();
  ------------------
  |  |   24|    142|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1298|    142|}
PyConfig_SetBytesString:
 1342|      2|{
 1343|      2|    return CONFIG_SET_BYTES_STR(config, config_str, str, "string");
  ------------------
  |  | 1333|      2|    config_set_bytes_string(config, config_str, str, "cannot decode " NAME)
  ------------------
 1344|      2|}
_PyConfig_Copy:
 1363|      4|{
 1364|      4|    PyConfig_Clear(config);
 1365|       |
 1366|      4|    PyStatus status;
 1367|      4|    const PyConfigSpec *spec = PYCONFIG_SPEC;
 1368|    288|    for (; spec->name != NULL; spec++) {
  ------------------
  |  Branch (1368:12): [True: 284, False: 4]
  ------------------
 1369|    284|        void *member = config_get_spec_member(config, spec);
 1370|    284|        const void *member2 = config_get_spec_member((PyConfig*)config2, spec);
 1371|    284|        switch (spec->type) {
 1372|     16|        case PyConfig_MEMBER_INT:
  ------------------
  |  Branch (1372:9): [True: 16, False: 268]
  ------------------
 1373|     48|        case PyConfig_MEMBER_UINT:
  ------------------
  |  Branch (1373:9): [True: 32, False: 252]
  ------------------
 1374|    172|        case PyConfig_MEMBER_BOOL:
  ------------------
  |  Branch (1374:9): [True: 124, False: 160]
  ------------------
 1375|    172|        {
 1376|    172|            *(int*)member = *(int*)member2;
 1377|    172|            break;
 1378|     48|        }
 1379|      4|        case PyConfig_MEMBER_ULONG:
  ------------------
  |  Branch (1379:9): [True: 4, False: 280]
  ------------------
 1380|      4|        {
 1381|      4|            *(unsigned long*)member = *(unsigned long*)member2;
 1382|      4|            break;
 1383|     48|        }
 1384|     28|        case PyConfig_MEMBER_WSTR:
  ------------------
  |  Branch (1384:9): [True: 28, False: 256]
  ------------------
 1385|     88|        case PyConfig_MEMBER_WSTR_OPT:
  ------------------
  |  Branch (1385:9): [True: 60, False: 224]
  ------------------
 1386|     88|        {
 1387|     88|            const wchar_t *str = *(const wchar_t**)member2;
 1388|     88|            status = PyConfig_SetString(config, (wchar_t**)member, str);
 1389|     88|            if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|     88|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 88]
  |  |  ------------------
  ------------------
 1390|      0|                return status;
 1391|      0|            }
 1392|     88|            break;
 1393|     88|        }
 1394|     88|        case PyConfig_MEMBER_WSTR_LIST:
  ------------------
  |  Branch (1394:9): [True: 20, False: 264]
  ------------------
 1395|     20|        {
 1396|     20|            if (_PyWideStringList_Copy((PyWideStringList*)member,
  ------------------
  |  Branch (1396:17): [True: 0, False: 20]
  ------------------
 1397|     20|                                       (const PyWideStringList*)member2) < 0) {
 1398|      0|                return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 1399|      0|            }
 1400|     20|            break;
 1401|     20|        }
 1402|     20|        default:
  ------------------
  |  Branch (1402:9): [True: 0, False: 284]
  ------------------
 1403|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1404|    284|        }
 1405|    284|    }
 1406|      4|    return _PyStatus_OK();
  ------------------
  |  |   24|      4|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1407|      4|}
_PyConfig_AsDict:
 1412|      2|{
 1413|      2|    PyObject *dict = PyDict_New();
 1414|      2|    if (dict == NULL) {
  ------------------
  |  Branch (1414:9): [True: 0, False: 2]
  ------------------
 1415|      0|        return NULL;
 1416|      0|    }
 1417|       |
 1418|      2|    const PyConfigSpec *spec = PYCONFIG_SPEC;
 1419|    144|    for (; spec->name != NULL; spec++) {
  ------------------
  |  Branch (1419:12): [True: 142, False: 2]
  ------------------
 1420|    142|        PyObject *obj = config_get(config, spec, 0);
 1421|    142|        if (obj == NULL) {
  ------------------
  |  Branch (1421:13): [True: 0, False: 142]
  ------------------
 1422|      0|            Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1423|      0|            return NULL;
 1424|      0|        }
 1425|       |
 1426|    142|        int res = PyDict_SetItemString(dict, spec->name, obj);
 1427|    142|        Py_DECREF(obj);
  ------------------
  |  |  430|    142|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    142|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    142|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1428|    142|        if (res < 0) {
  ------------------
  |  Branch (1428:13): [True: 0, False: 142]
  ------------------
 1429|      0|            Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1430|      0|            return NULL;
 1431|      0|        }
 1432|    142|    }
 1433|      2|    return dict;
 1434|      2|}
_PyConfig_FromDict:
 1646|      2|{
 1647|      2|    if (!PyDict_Check(dict)) {
  ------------------
  |  |   18|      2|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1647:9): [True: 0, False: 2]
  ------------------
 1648|      0|        PyErr_SetString(PyExc_TypeError, "dict expected");
 1649|      0|        return -1;
 1650|      0|    }
 1651|       |
 1652|      2|    const PyConfigSpec *spec = PYCONFIG_SPEC;
 1653|    144|    for (; spec->name != NULL; spec++) {
  ------------------
  |  Branch (1653:12): [True: 142, False: 2]
  ------------------
 1654|    142|        char *member = (char *)config + spec->offset;
 1655|    142|        switch (spec->type) {
 1656|      8|        case PyConfig_MEMBER_INT:
  ------------------
  |  Branch (1656:9): [True: 8, False: 134]
  ------------------
 1657|     24|        case PyConfig_MEMBER_UINT:
  ------------------
  |  Branch (1657:9): [True: 16, False: 126]
  ------------------
 1658|     86|        case PyConfig_MEMBER_BOOL:
  ------------------
  |  Branch (1658:9): [True: 62, False: 80]
  ------------------
 1659|     86|        {
 1660|     86|            int value;
 1661|     86|            if (config_dict_get_int(dict, spec->name, &value) < 0) {
  ------------------
  |  Branch (1661:17): [True: 0, False: 86]
  ------------------
 1662|      0|                return -1;
 1663|      0|            }
 1664|     86|            if (spec->type == PyConfig_MEMBER_BOOL
  ------------------
  |  Branch (1664:17): [True: 62, False: 24]
  ------------------
 1665|     24|                || spec->type == PyConfig_MEMBER_UINT)
  ------------------
  |  Branch (1665:20): [True: 16, False: 8]
  ------------------
 1666|     78|            {
 1667|     78|                if (value < 0) {
  ------------------
  |  Branch (1667:21): [True: 0, False: 78]
  ------------------
 1668|      0|                    config_dict_invalid_value(spec->name);
 1669|      0|                    return -1;
 1670|      0|                }
 1671|     78|            }
 1672|     86|            *(int*)member = value;
 1673|     86|            break;
 1674|     86|        }
 1675|      2|        case PyConfig_MEMBER_ULONG:
  ------------------
  |  Branch (1675:9): [True: 2, False: 140]
  ------------------
 1676|      2|        {
 1677|      2|            if (config_dict_get_ulong(dict, spec->name,
  ------------------
  |  Branch (1677:17): [True: 0, False: 2]
  ------------------
 1678|      2|                                      (unsigned long*)member) < 0) {
 1679|      0|                return -1;
 1680|      0|            }
 1681|      2|            break;
 1682|      2|        }
 1683|     14|        case PyConfig_MEMBER_WSTR:
  ------------------
  |  Branch (1683:9): [True: 14, False: 128]
  ------------------
 1684|     14|        {
 1685|     14|            wchar_t **wstr = (wchar_t**)member;
 1686|     14|            if (config_dict_get_wstr(dict, spec->name, config, wstr) < 0) {
  ------------------
  |  Branch (1686:17): [True: 0, False: 14]
  ------------------
 1687|      0|                return -1;
 1688|      0|            }
 1689|     14|            if (*wstr == NULL) {
  ------------------
  |  Branch (1689:17): [True: 0, False: 14]
  ------------------
 1690|      0|                config_dict_invalid_value(spec->name);
 1691|      0|                return -1;
 1692|      0|            }
 1693|     14|            break;
 1694|     14|        }
 1695|     30|        case PyConfig_MEMBER_WSTR_OPT:
  ------------------
  |  Branch (1695:9): [True: 30, False: 112]
  ------------------
 1696|     30|        {
 1697|     30|            wchar_t **wstr = (wchar_t**)member;
 1698|     30|            if (config_dict_get_wstr(dict, spec->name, config, wstr) < 0) {
  ------------------
  |  Branch (1698:17): [True: 0, False: 30]
  ------------------
 1699|      0|                return -1;
 1700|      0|            }
 1701|     30|            break;
 1702|     30|        }
 1703|     30|        case PyConfig_MEMBER_WSTR_LIST:
  ------------------
  |  Branch (1703:9): [True: 10, False: 132]
  ------------------
 1704|     10|        {
 1705|     10|            if (strcmp(spec->name, "xoptions") == 0) {
  ------------------
  |  Branch (1705:17): [True: 2, False: 8]
  ------------------
 1706|      2|                if (config_dict_get_xoptions(dict, spec->name, config,
  ------------------
  |  Branch (1706:21): [True: 0, False: 2]
  ------------------
 1707|      2|                                             (PyWideStringList*)member) < 0) {
 1708|      0|                    return -1;
 1709|      0|                }
 1710|      2|            }
 1711|      8|            else {
 1712|      8|                if (config_dict_get_wstrlist(dict, spec->name, config,
  ------------------
  |  Branch (1712:21): [True: 0, False: 8]
  ------------------
 1713|      8|                                             (PyWideStringList*)member) < 0) {
 1714|      0|                    return -1;
 1715|      0|                }
 1716|      8|            }
 1717|     10|            break;
 1718|     10|        }
 1719|     10|        default:
  ------------------
  |  Branch (1719:9): [True: 0, False: 142]
  ------------------
 1720|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 1721|    142|        }
 1722|    142|    }
 1723|       |
 1724|      2|    if (!(config->_config_init == _PyConfig_INIT_COMPAT
  ------------------
  |  Branch (1724:11): [True: 0, False: 2]
  ------------------
 1725|      2|          || config->_config_init == _PyConfig_INIT_PYTHON
  ------------------
  |  Branch (1725:14): [True: 2, False: 0]
  ------------------
 1726|      0|          || config->_config_init == _PyConfig_INIT_ISOLATED))
  ------------------
  |  Branch (1726:14): [True: 0, False: 0]
  ------------------
 1727|      0|    {
 1728|      0|        config_dict_invalid_value("_config_init");
 1729|      0|        return -1;
 1730|      0|    }
 1731|       |
 1732|      2|    if (config->hash_seed > MAX_HASH_SEED) {
  ------------------
  |  | 1007|      2|#define MAX_HASH_SEED 4294967295UL
  ------------------
  |  Branch (1732:9): [True: 0, False: 2]
  ------------------
 1733|      0|        config_dict_invalid_value("hash_seed");
 1734|      0|        return -1;
 1735|      0|    }
 1736|      2|    return 0;
 1737|      2|}
_PyConfig_InitImportConfig:
 2855|      2|{
 2856|      2|    return config_init_import(config, 1);
 2857|      2|}
_PyConfig_Write:
 3021|      2|{
 3022|      2|    config_set_global_vars(config);
 3023|       |
 3024|      2|    if (config->configure_c_stdio) {
  ------------------
  |  Branch (3024:9): [True: 2, False: 0]
  ------------------
 3025|      2|        config_init_stdio(config);
 3026|      2|    }
 3027|       |
 3028|       |    /* Write the new pre-configuration into _PyRuntime */
 3029|      2|    PyPreConfig *preconfig = &runtime->preconfig;
 3030|      2|    preconfig->isolated = config->isolated;
 3031|      2|    preconfig->use_environment = config->use_environment;
 3032|      2|    preconfig->dev_mode = config->dev_mode;
 3033|       |
 3034|      2|    if (_Py_SetArgcArgv(config->orig_argv.length,
  ------------------
  |  Branch (3034:9): [True: 0, False: 2]
  ------------------
 3035|      2|                        config->orig_argv.items) < 0)
 3036|      0|    {
 3037|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 3038|      0|    }
 3039|       |
 3040|       |#ifdef PYMALLOC_USE_HUGEPAGES
 3041|       |    runtime->allocators.use_hugepages = config->pymalloc_hugepages;
 3042|       |#endif
 3043|       |
 3044|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3045|      2|}
_PyConfig_Read:
 3738|      2|{
 3739|      2|    PyStatus status;
 3740|       |
 3741|      2|    status = _Py_PreInitializeFromConfig(config, NULL);
 3742|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3743|      0|        return status;
 3744|      0|    }
 3745|       |
 3746|      2|    config_get_global_vars(config);
 3747|       |
 3748|       |#ifdef __CYGWIN__
 3749|       |    status = config_argv0_add_exe(config);
 3750|       |    if (_PyStatus_EXCEPTION(status)) {
 3751|       |        return status;
 3752|       |    }
 3753|       |#endif
 3754|       |
 3755|      2|    if (config->orig_argv.length == 0
  ------------------
  |  Branch (3755:9): [True: 2, False: 0]
  ------------------
 3756|      2|        && !(config->argv.length == 1
  ------------------
  |  Branch (3756:14): [True: 0, False: 2]
  ------------------
 3757|      0|             && wcscmp(config->argv.items[0], L"") == 0))
  ------------------
  |  Branch (3757:17): [True: 0, False: 0]
  ------------------
 3758|      2|    {
 3759|      2|        if (_PyWideStringList_Copy(&config->orig_argv, &config->argv) < 0) {
  ------------------
  |  Branch (3759:13): [True: 0, False: 2]
  ------------------
 3760|      0|            return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 3761|      0|        }
 3762|      2|    }
 3763|       |
 3764|      2|    _PyPreCmdline precmdline = _PyPreCmdline_INIT;
  ------------------
  |  |  111|      2|    (_PyPreCmdline){ \
  |  |  112|      2|        .use_environment = -1, \
  |  |  113|      2|        .isolated = -1, \
  |  |  114|      2|        .dev_mode = -1}
  ------------------
 3765|      2|    status = core_read_precmdline(config, &precmdline);
 3766|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3767|      0|        goto done;
 3768|      0|    }
 3769|       |
 3770|      2|    assert(config->isolated >= 0);
  ------------------
  |  Branch (3770:5): [True: 2, False: 0]
  ------------------
 3771|      2|    if (config->isolated) {
  ------------------
  |  Branch (3771:9): [True: 0, False: 2]
  ------------------
 3772|      0|        config->safe_path = 1;
 3773|      0|        config->use_environment = 0;
 3774|      0|        config->user_site_directory = 0;
 3775|      0|    }
 3776|       |
 3777|      2|    status = config_read_cmdline(config);
 3778|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3779|      0|        goto done;
 3780|      0|    }
 3781|       |
 3782|       |    /* Handle early PySys_AddXOption() calls */
 3783|      2|    status = _PySys_ReadPreinitXOptions(config);
 3784|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3785|      0|        goto done;
 3786|      0|    }
 3787|       |
 3788|      2|    status = config_read(config, compute_path_config);
 3789|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3790|      0|        goto done;
 3791|      0|    }
 3792|       |
 3793|      2|    assert(config_check_consistency(config));
  ------------------
  |  Branch (3793:5): [True: 2, False: 0]
  ------------------
 3794|       |
 3795|      2|    status = _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3796|       |
 3797|      2|done:
 3798|      2|    _PyPreCmdline_Clear(&precmdline);
 3799|      2|    return status;
 3800|      2|}
_PyConfig_CreateXOptionsDict:
 4593|      4|{
 4594|      4|    PyObject *dict = PyDict_New();
 4595|      4|    if (dict == NULL) {
  ------------------
  |  Branch (4595:9): [True: 0, False: 4]
  ------------------
 4596|      0|        return NULL;
 4597|      0|    }
 4598|       |
 4599|      4|    Py_ssize_t nxoption = config->xoptions.length;
 4600|      4|    wchar_t **xoptions = config->xoptions.items;
 4601|      4|    for (Py_ssize_t i=0; i < nxoption; i++) {
  ------------------
  |  Branch (4601:26): [True: 0, False: 4]
  ------------------
 4602|      0|        const wchar_t *option = xoptions[i];
 4603|      0|        if (config_add_xoption(dict, option) < 0) {
  ------------------
  |  Branch (4603:13): [True: 0, False: 0]
  ------------------
 4604|      0|            Py_DECREF(dict);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4605|      0|            return NULL;
 4606|      0|        }
 4607|      0|    }
 4608|      4|    return dict;
 4609|      4|}
initconfig.c:_PyWideStringList_ClearEx:
  780|    108|{
  781|    108|    assert(_PyWideStringList_CheckConsistency(list));
  ------------------
  |  Branch (781:5): [True: 108, False: 0]
  ------------------
  782|    120|    for (Py_ssize_t i=0; i < list->length; i++) {
  ------------------
  |  Branch (782:26): [True: 12, False: 108]
  ------------------
  783|     12|        if (use_default_allocator) {
  ------------------
  |  Branch (783:13): [True: 0, False: 12]
  ------------------
  784|      0|            _PyMem_DefaultRawFree(list->items[i]);
  785|      0|        }
  786|     12|        else {
  787|     12|            PyMem_RawFree(list->items[i]);
  788|     12|        }
  789|     12|    }
  790|    108|    if (use_default_allocator) {
  ------------------
  |  Branch (790:9): [True: 2, False: 106]
  ------------------
  791|      2|        _PyMem_DefaultRawFree(list->items);
  792|      2|    }
  793|    106|    else {
  794|    106|        PyMem_RawFree(list->items);
  795|    106|    }
  796|    108|    list->length = 0;
  797|       |    list->items = NULL;
  798|    108|}
initconfig.c:_PyWideStringList_CopyEx:
  810|     40|{
  811|     40|    assert(_PyWideStringList_CheckConsistency(list));
  ------------------
  |  Branch (811:5): [True: 40, False: 0]
  ------------------
  812|     40|    assert(_PyWideStringList_CheckConsistency(list2));
  ------------------
  |  Branch (812:5): [True: 40, False: 0]
  ------------------
  813|       |
  814|     40|    if (list2->length == 0) {
  ------------------
  |  Branch (814:9): [True: 34, False: 6]
  ------------------
  815|     34|        _PyWideStringList_ClearEx(list, use_default_allocator);
  816|     34|        return 0;
  817|     34|    }
  818|       |
  819|      6|    PyWideStringList copy = _PyWideStringList_INIT;
  ------------------
  |  |   53|      6|#define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL}
  ------------------
  820|       |
  821|      6|    size_t size = list2->length * sizeof(list2->items[0]);
  822|      6|    if (use_default_allocator) {
  ------------------
  |  Branch (822:9): [True: 0, False: 6]
  ------------------
  823|      0|        copy.items = _PyMem_DefaultRawMalloc(size);
  824|      0|    }
  825|      6|    else {
  826|      6|        copy.items = PyMem_RawMalloc(size);
  827|      6|    }
  828|      6|    if (copy.items == NULL) {
  ------------------
  |  Branch (828:9): [True: 0, False: 6]
  ------------------
  829|      0|        return -1;
  830|      0|    }
  831|       |
  832|     16|    for (Py_ssize_t i=0; i < list2->length; i++) {
  ------------------
  |  Branch (832:26): [True: 10, False: 6]
  ------------------
  833|     10|        wchar_t *item;
  834|     10|        if (use_default_allocator) {
  ------------------
  |  Branch (834:13): [True: 0, False: 10]
  ------------------
  835|      0|            item = _PyMem_DefaultRawWcsdup(list2->items[i]);
  836|      0|        }
  837|     10|        else {
  838|     10|            item = _PyMem_RawWcsdup(list2->items[i]);
  839|     10|        }
  840|     10|        if (item == NULL) {
  ------------------
  |  Branch (840:13): [True: 0, False: 10]
  ------------------
  841|      0|            _PyWideStringList_ClearEx(&copy, use_default_allocator);
  842|      0|            return -1;
  843|      0|        }
  844|     10|        copy.items[i] = item;
  845|     10|        copy.length = i + 1;
  846|     10|    }
  847|       |
  848|      6|    _PyWideStringList_ClearEx(list, use_default_allocator);
  849|      6|    *list = copy;
  850|      6|    return 0;
  851|      6|}
initconfig.c:config_init_defaults:
 1201|      6|{
 1202|      6|    _PyConfig_InitCompatConfig(config);
 1203|       |
 1204|      6|    config->isolated = 0;
 1205|      6|    config->use_environment = 1;
 1206|      6|    config->site_import = 1;
 1207|      6|    config->bytes_warning = 0;
 1208|      6|    config->inspect = 0;
 1209|      6|    config->interactive = 0;
 1210|      6|    config->optimization_level = 0;
 1211|      6|    config->parser_debug= 0;
 1212|      6|    config->write_bytecode = 1;
 1213|      6|    config->verbose = 0;
 1214|      6|    config->quiet = 0;
 1215|      6|    config->user_site_directory = 1;
 1216|      6|    config->buffered_stdio = 1;
 1217|      6|    config->pathconfig_warnings = 1;
 1218|       |#ifdef MS_WINDOWS
 1219|       |    config->legacy_windows_stdio = 0;
 1220|       |#endif
 1221|       |#ifdef Py_GIL_DISABLED
 1222|       |    config->thread_inherit_context = 1;
 1223|       |    config->context_aware_warnings = 1;
 1224|       |#else
 1225|      6|    config->thread_inherit_context = 0;
 1226|      6|    config->context_aware_warnings = 0;
 1227|      6|#endif
 1228|       |#ifdef __APPLE__
 1229|       |    config->use_system_logger = USE_SYSTEM_LOGGER_DEFAULT;
 1230|       |#endif
 1231|      6|}
initconfig.c:config_set_bytes_string:
 1304|      2|{
 1305|      2|    PyStatus status = _Py_PreInitializeFromConfig(config, NULL);
 1306|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1307|      0|        return status;
 1308|      0|    }
 1309|       |
 1310|      2|    wchar_t *str2;
 1311|      2|    if (str != NULL) {
  ------------------
  |  Branch (1311:9): [True: 2, False: 0]
  ------------------
 1312|      2|        size_t len;
 1313|      2|        str2 = Py_DecodeLocale(str, &len);
 1314|      2|        if (str2 == NULL) {
  ------------------
  |  Branch (1314:13): [True: 0, False: 2]
  ------------------
 1315|      0|            if (len == (size_t)-2) {
  ------------------
  |  Branch (1315:17): [True: 0, False: 0]
  ------------------
 1316|      0|                return _PyStatus_ERR(decode_err_msg);
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1317|      0|            }
 1318|      0|            else {
 1319|      0|                return  _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 1320|      0|            }
 1321|      0|        }
 1322|      2|    }
 1323|      0|    else {
 1324|      0|        str2 = NULL;
 1325|      0|    }
 1326|      2|    PyMem_RawFree(*config_str);
 1327|      2|    *config_str = str2;
 1328|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1329|      2|}
initconfig.c:config_get_spec_member:
 1349|    710|{
 1350|    710|    return (char *)config + spec->offset;
 1351|    710|}
initconfig.c:config_dict_get_int:
 1446|     86|{
 1447|     86|    PyObject *item = config_dict_get(dict, name);
 1448|     86|    if (item == NULL) {
  ------------------
  |  Branch (1448:9): [True: 0, False: 86]
  ------------------
 1449|      0|        return -1;
 1450|      0|    }
 1451|     86|    int value = PyLong_AsInt(item);
 1452|     86|    Py_DECREF(item);
  ------------------
  |  |  430|     86|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     86|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     86|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1453|     86|    if (value == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1453:9): [True: 4, False: 82]
  |  Branch (1453:24): [True: 0, False: 4]
  ------------------
 1454|      0|        if (PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  Branch (1454:13): [True: 0, False: 0]
  ------------------
 1455|      0|            config_dict_invalid_type(name);
 1456|      0|        }
 1457|      0|        else if (PyErr_ExceptionMatches(PyExc_OverflowError)) {
  ------------------
  |  Branch (1457:18): [True: 0, False: 0]
  ------------------
 1458|      0|            config_dict_invalid_value(name);
 1459|      0|        }
 1460|      0|        return -1;
 1461|      0|    }
 1462|     86|    *result = value;
 1463|     86|    return 0;
 1464|     86|}
initconfig.c:config_dict_get_ulong:
 1469|      2|{
 1470|      2|    PyObject *item = config_dict_get(dict, name);
 1471|      2|    if (item == NULL) {
  ------------------
  |  Branch (1471:9): [True: 0, False: 2]
  ------------------
 1472|      0|        return -1;
 1473|      0|    }
 1474|      2|    unsigned long value = PyLong_AsUnsignedLong(item);
 1475|      2|    Py_DECREF(item);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1476|      2|    if (value == (unsigned long)-1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1476:9): [True: 0, False: 2]
  |  Branch (1476:39): [True: 0, False: 0]
  ------------------
 1477|      0|        if (PyErr_ExceptionMatches(PyExc_TypeError)) {
  ------------------
  |  Branch (1477:13): [True: 0, False: 0]
  ------------------
 1478|      0|            config_dict_invalid_type(name);
 1479|      0|        }
 1480|      0|        else if (PyErr_ExceptionMatches(PyExc_OverflowError)) {
  ------------------
  |  Branch (1480:18): [True: 0, False: 0]
  ------------------
 1481|      0|            config_dict_invalid_value(name);
 1482|      0|        }
 1483|      0|        return -1;
 1484|      0|    }
 1485|      2|    *result = value;
 1486|      2|    return 0;
 1487|      2|}
initconfig.c:config_dict_get_wstr:
 1493|     44|{
 1494|     44|    PyObject *item = config_dict_get(dict, name);
 1495|     44|    if (item == NULL) {
  ------------------
  |  Branch (1495:9): [True: 0, False: 44]
  ------------------
 1496|      0|        return -1;
 1497|      0|    }
 1498|       |
 1499|     44|    PyStatus status;
 1500|     44|    if (item == Py_None) {
  ------------------
  |  |  616|     44|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1500:9): [True: 16, False: 28]
  ------------------
 1501|     16|        status = PyConfig_SetString(config, result, NULL);
 1502|     16|    }
 1503|     28|    else if (!PyUnicode_Check(item)) {
  ------------------
  |  |  103|     28|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     28|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1503:14): [True: 0, False: 28]
  ------------------
 1504|      0|        config_dict_invalid_type(name);
 1505|      0|        goto error;
 1506|      0|    }
 1507|     28|    else {
 1508|     28|        wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL);
 1509|     28|        if (wstr == NULL) {
  ------------------
  |  Branch (1509:13): [True: 0, False: 28]
  ------------------
 1510|      0|            goto error;
 1511|      0|        }
 1512|     28|        status = PyConfig_SetString(config, result, wstr);
 1513|     28|        PyMem_Free(wstr);
 1514|     28|    }
 1515|     44|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|     44|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 44]
  |  |  ------------------
  ------------------
 1516|      0|        PyErr_NoMemory();
 1517|      0|        goto error;
 1518|      0|    }
 1519|     44|    Py_DECREF(item);
  ------------------
  |  |  430|     44|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     44|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     44|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1520|     44|    return 0;
 1521|       |
 1522|      0|error:
 1523|      0|    Py_DECREF(item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1524|      0|    return -1;
 1525|     44|}
initconfig.c:config_dict_get_xoptions:
 1587|      2|{
 1588|      2|    PyObject *xoptions = config_dict_get(dict, name);
 1589|      2|    if (xoptions == NULL) {
  ------------------
  |  Branch (1589:9): [True: 0, False: 2]
  ------------------
 1590|      0|        return -1;
 1591|      0|    }
 1592|       |
 1593|      2|    if (!PyDict_CheckExact(xoptions)) {
  ------------------
  |  |   19|      2|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1593:9): [True: 0, False: 2]
  ------------------
 1594|      0|        Py_DECREF(xoptions);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1595|      0|        config_dict_invalid_type(name);
 1596|      0|        return -1;
 1597|      0|    }
 1598|       |
 1599|      2|    Py_ssize_t pos = 0;
 1600|      2|    PyObject *key, *value;
 1601|      2|    PyWideStringList wstrlist = _PyWideStringList_INIT;
  ------------------
  |  |   53|      2|#define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL}
  ------------------
 1602|      2|    while (PyDict_Next(xoptions, &pos, &key, &value)) {
  ------------------
  |  Branch (1602:12): [True: 0, False: 2]
  ------------------
 1603|      0|        PyObject *item;
 1604|       |
 1605|      0|        if (value != Py_True) {
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1605:13): [True: 0, False: 0]
  ------------------
 1606|      0|            item = PyUnicode_FromFormat("%S=%S", key, value);
 1607|      0|            if (item == NULL) {
  ------------------
  |  Branch (1607:17): [True: 0, False: 0]
  ------------------
 1608|      0|                goto error;
 1609|      0|            }
 1610|      0|        }
 1611|      0|        else {
 1612|      0|            item = Py_NewRef(key);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1613|      0|        }
 1614|       |
 1615|      0|        wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL);
 1616|      0|        Py_DECREF(item);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1617|      0|        if (wstr == NULL) {
  ------------------
  |  Branch (1617:13): [True: 0, False: 0]
  ------------------
 1618|      0|            goto error;
 1619|      0|        }
 1620|       |
 1621|      0|        PyStatus status = PyWideStringList_Append(&wstrlist, wstr);
 1622|      0|        PyMem_Free(wstr);
 1623|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1624|      0|            PyErr_NoMemory();
 1625|      0|            goto error;
 1626|      0|        }
 1627|      0|    }
 1628|       |
 1629|      2|    if (_PyWideStringList_Copy(result, &wstrlist) < 0) {
  ------------------
  |  Branch (1629:9): [True: 0, False: 2]
  ------------------
 1630|      0|        PyErr_NoMemory();
 1631|      0|        goto error;
 1632|      0|    }
 1633|      2|    _PyWideStringList_Clear(&wstrlist);
 1634|      2|    Py_DECREF(xoptions);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1635|      2|    return 0;
 1636|       |
 1637|      0|error:
 1638|      0|    _PyWideStringList_Clear(&wstrlist);
 1639|      0|    Py_DECREF(xoptions);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1640|      0|    return -1;
 1641|      2|}
initconfig.c:config_dict_get_wstrlist:
 1531|      8|{
 1532|      8|    PyObject *list = config_dict_get(dict, name);
 1533|      8|    if (list == NULL) {
  ------------------
  |  Branch (1533:9): [True: 0, False: 8]
  ------------------
 1534|      0|        return -1;
 1535|      0|    }
 1536|       |
 1537|      8|    int is_list = PyList_CheckExact(list);
  ------------------
  |  |   26|      8|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|      8|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1538|      8|    if (!is_list && !PyTuple_CheckExact(list)) {
  ------------------
  |  |   28|      6|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|      6|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1538:9): [True: 6, False: 2]
  |  Branch (1538:21): [True: 0, False: 6]
  ------------------
 1539|      0|        Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1540|      0|        config_dict_invalid_type(name);
 1541|      0|        return -1;
 1542|      0|    }
 1543|       |
 1544|      8|    PyWideStringList wstrlist = _PyWideStringList_INIT;
  ------------------
  |  |   53|      8|#define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL}
  ------------------
 1545|      8|    Py_ssize_t len = is_list ? PyList_GET_SIZE(list) : PyTuple_GET_SIZE(list);
  ------------------
  |  |   38|      2|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  Py_ssize_t len = is_list ? PyList_GET_SIZE(list) : PyTuple_GET_SIZE(list);
  ------------------
  |  |   27|      6|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1545:22): [True: 2, False: 6]
  ------------------
 1546|     16|    for (Py_ssize_t i=0; i < len; i++) {
  ------------------
  |  Branch (1546:26): [True: 8, False: 8]
  ------------------
 1547|      8|        PyObject *item = is_list ? PyList_GET_ITEM(list, i) : PyTuple_GET_ITEM(list, i);
  ------------------
  |  |   40|      6|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      6|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      PyObject *item = is_list ? PyList_GET_ITEM(list, i) : PyTuple_GET_ITEM(list, i);
  ------------------
  |  |   29|      2|#define PyTuple_GET_ITEM(op, index) (_PyTuple_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   19|      2|    (assert(PyTuple_Check(op)), _Py_CAST(PyTupleObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1547:26): [True: 6, False: 2]
  |  Branch (1547:36): [True: 6, False: 0]
  |  Branch (1547:63): [True: 2, False: 0]
  ------------------
 1548|       |
 1549|      8|        if (item == Py_None) {
  ------------------
  |  |  616|      8|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1549:13): [True: 0, False: 8]
  ------------------
 1550|      0|            config_dict_invalid_value(name);
 1551|      0|            goto error;
 1552|      0|        }
 1553|      8|        else if (!PyUnicode_Check(item)) {
  ------------------
  |  |  103|      8|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      8|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (1553:18): [True: 0, False: 8]
  ------------------
 1554|      0|            config_dict_invalid_type(name);
 1555|      0|            goto error;
 1556|      0|        }
 1557|      8|        wchar_t *wstr = PyUnicode_AsWideCharString(item, NULL);
 1558|      8|        if (wstr == NULL) {
  ------------------
  |  Branch (1558:13): [True: 0, False: 8]
  ------------------
 1559|      0|            goto error;
 1560|      0|        }
 1561|      8|        PyStatus status = PyWideStringList_Append(&wstrlist, wstr);
 1562|      8|        PyMem_Free(wstr);
 1563|      8|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      8|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 8]
  |  |  ------------------
  ------------------
 1564|      0|            PyErr_NoMemory();
 1565|      0|            goto error;
 1566|      0|        }
 1567|      8|    }
 1568|       |
 1569|      8|    if (_PyWideStringList_Copy(result, &wstrlist) < 0) {
  ------------------
  |  Branch (1569:9): [True: 0, False: 8]
  ------------------
 1570|      0|        PyErr_NoMemory();
 1571|      0|        goto error;
 1572|      0|    }
 1573|      8|    _PyWideStringList_Clear(&wstrlist);
 1574|      8|    Py_DECREF(list);
  ------------------
  |  |  430|      8|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1575|      8|    return 0;
 1576|       |
 1577|      0|error:
 1578|      0|    _PyWideStringList_Clear(&wstrlist);
 1579|      0|    Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1580|      0|    return -1;
 1581|      8|}
initconfig.c:config_init_import:
 2809|      4|{
 2810|      4|    PyStatus status;
 2811|       |
 2812|      4|    status = _PyConfig_InitPathConfig(config, compute_path_config);
 2813|      4|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      4|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 4]
  |  |  ------------------
  ------------------
 2814|      0|        return status;
 2815|      0|    }
 2816|       |
 2817|      4|    const char *env = config_get_env(config, "PYTHON_FROZEN_MODULES");
 2818|      4|    if (env == NULL) {
  ------------------
  |  Branch (2818:9): [True: 4, False: 0]
  ------------------
 2819|      4|    }
 2820|      0|    else if (strcmp(env, "on") == 0) {
  ------------------
  |  Branch (2820:14): [True: 0, False: 0]
  ------------------
 2821|      0|        config->use_frozen_modules = 1;
 2822|      0|    }
 2823|      0|    else if (strcmp(env, "off") == 0) {
  ------------------
  |  Branch (2823:14): [True: 0, False: 0]
  ------------------
 2824|      0|        config->use_frozen_modules = 0;
 2825|      0|    } else {
 2826|      0|        return PyStatus_Error("bad value for PYTHON_FROZEN_MODULES "
 2827|      0|                              "(expected \"on\" or \"off\")");
 2828|      0|    }
 2829|       |
 2830|       |    /* -X frozen_modules=[on|off] */
 2831|      4|    const wchar_t *value = config_get_xoption_value(config, L"frozen_modules");
 2832|      4|    if (value == NULL) {
  ------------------
  |  Branch (2832:9): [True: 4, False: 0]
  ------------------
 2833|      4|    }
 2834|      0|    else if (wcscmp(value, L"on") == 0) {
  ------------------
  |  Branch (2834:14): [True: 0, False: 0]
  ------------------
 2835|      0|        config->use_frozen_modules = 1;
 2836|      0|    }
 2837|      0|    else if (wcscmp(value, L"off") == 0) {
  ------------------
  |  Branch (2837:14): [True: 0, False: 0]
  ------------------
 2838|      0|        config->use_frozen_modules = 0;
 2839|      0|    }
 2840|      0|    else if (wcslen(value) == 0) {
  ------------------
  |  Branch (2840:14): [True: 0, False: 0]
  ------------------
 2841|       |        // "-X frozen_modules" and "-X frozen_modules=" both imply "on".
 2842|      0|        config->use_frozen_modules = 1;
 2843|      0|    }
 2844|      0|    else {
 2845|      0|        return PyStatus_Error("bad value for option -X frozen_modules "
 2846|      0|                              "(expected \"on\" or \"off\")");
 2847|      0|    }
 2848|       |
 2849|      4|    assert(config->use_frozen_modules >= 0);
  ------------------
  |  Branch (2849:5): [True: 4, False: 0]
  ------------------
 2850|      4|    return _PyStatus_OK();
  ------------------
  |  |   24|      4|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2851|      4|}
initconfig.c:config_get_env:
 1742|     38|{
 1743|     38|    return _Py_GetEnv(config->use_environment, name);
 1744|     38|}
initconfig.c:config_get_xoption_value:
 1884|     10|{
 1885|     10|    const wchar_t *xoption = config_get_xoption(config, name);
 1886|     10|    if (xoption == NULL) {
  ------------------
  |  Branch (1886:9): [True: 10, False: 0]
  ------------------
 1887|     10|        return NULL;
 1888|     10|    }
 1889|      0|    const wchar_t *sep = wcschr(xoption, L'=');
 1890|      0|    return sep ? sep + 1 : L"";
  ------------------
  |  Branch (1890:12): [True: 0, False: 0]
  ------------------
 1891|     10|}
initconfig.c:config_get_xoption:
 1878|     34|{
 1879|     34|    return _Py_get_xoption(&config->xoptions, name);
 1880|     34|}
initconfig.c:config_set_global_vars:
 1835|      2|{
 1836|      2|_Py_COMP_DIAG_PUSH
 1837|      2|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
 1838|      2|#define COPY_FLAG(ATTR, VAR) \
 1839|      2|        if (config->ATTR != -1) { \
 1840|      2|            VAR = config->ATTR; \
 1841|      2|        }
 1842|      2|#define COPY_NOT_FLAG(ATTR, VAR) \
 1843|      2|        if (config->ATTR != -1) { \
 1844|      2|            VAR = !config->ATTR; \
 1845|      2|        }
 1846|       |
 1847|      2|    COPY_FLAG(isolated, Py_IsolatedFlag);
  ------------------
  |  | 1839|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1839:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1840|      2|            VAR = config->ATTR; \
  |  | 1841|      2|        }
  ------------------
 1848|      2|    COPY_NOT_FLAG(use_environment, Py_IgnoreEnvironmentFlag);
  ------------------
  |  | 1843|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1843:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1844|      2|            VAR = !config->ATTR; \
  |  | 1845|      2|        }
  ------------------
 1849|      2|    COPY_FLAG(bytes_warning, Py_BytesWarningFlag);
  ------------------
  |  | 1839|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1839:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1840|      2|            VAR = config->ATTR; \
  |  | 1841|      2|        }
  ------------------
 1850|      2|    COPY_FLAG(inspect, Py_InspectFlag);
  ------------------
  |  | 1839|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1839:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1840|      2|            VAR = config->ATTR; \
  |  | 1841|      2|        }
  ------------------
 1851|      2|    COPY_FLAG(interactive, Py_InteractiveFlag);
  ------------------
  |  | 1839|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1839:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1840|      2|            VAR = config->ATTR; \
  |  | 1841|      2|        }
  ------------------
 1852|      2|    COPY_FLAG(optimization_level, Py_OptimizeFlag);
  ------------------
  |  | 1839|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1839:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1840|      2|            VAR = config->ATTR; \
  |  | 1841|      2|        }
  ------------------
 1853|      2|    COPY_FLAG(parser_debug, Py_DebugFlag);
  ------------------
  |  | 1839|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1839:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1840|      2|            VAR = config->ATTR; \
  |  | 1841|      2|        }
  ------------------
 1854|      2|    COPY_FLAG(verbose, Py_VerboseFlag);
  ------------------
  |  | 1839|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1839:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1840|      2|            VAR = config->ATTR; \
  |  | 1841|      2|        }
  ------------------
 1855|      2|    COPY_FLAG(quiet, Py_QuietFlag);
  ------------------
  |  | 1839|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1839:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1840|      2|            VAR = config->ATTR; \
  |  | 1841|      2|        }
  ------------------
 1856|       |#ifdef MS_WINDOWS
 1857|       |    COPY_FLAG(legacy_windows_stdio, Py_LegacyWindowsStdioFlag);
 1858|       |#endif
 1859|      2|    COPY_NOT_FLAG(pathconfig_warnings, Py_FrozenFlag);
  ------------------
  |  | 1843|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1843:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1844|      2|            VAR = !config->ATTR; \
  |  | 1845|      2|        }
  ------------------
 1860|       |
 1861|      2|    COPY_NOT_FLAG(buffered_stdio, Py_UnbufferedStdioFlag);
  ------------------
  |  | 1843|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1843:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1844|      2|            VAR = !config->ATTR; \
  |  | 1845|      2|        }
  ------------------
 1862|      2|    COPY_NOT_FLAG(site_import, Py_NoSiteFlag);
  ------------------
  |  | 1843|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1843:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1844|      2|            VAR = !config->ATTR; \
  |  | 1845|      2|        }
  ------------------
 1863|      2|    COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag);
  ------------------
  |  | 1843|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1843:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1844|      2|            VAR = !config->ATTR; \
  |  | 1845|      2|        }
  ------------------
 1864|      2|    COPY_NOT_FLAG(user_site_directory, Py_NoUserSiteDirectory);
  ------------------
  |  | 1843|      2|        if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (1843:13): [True: 2, False: 0]
  |  |  ------------------
  |  | 1844|      2|            VAR = !config->ATTR; \
  |  | 1845|      2|        }
  ------------------
 1865|       |
 1866|       |    /* Random or non-zero hash seed */
 1867|      2|    Py_HashRandomizationFlag = (config->use_hash_seed == 0 ||
  ------------------
  |  Branch (1867:33): [True: 2, False: 0]
  ------------------
 1868|      0|                                config->hash_seed != 0);
  ------------------
  |  Branch (1868:33): [True: 0, False: 0]
  ------------------
 1869|       |
 1870|      2|#undef COPY_FLAG
 1871|      2|#undef COPY_NOT_FLAG
 1872|      2|_Py_COMP_DIAG_POP
 1873|      2|}
initconfig.c:config_init_stdio:
 2980|      2|{
 2981|       |#if defined(MS_WINDOWS) || defined(__CYGWIN__)
 2982|       |    /* don't translate newlines (\r\n <=> \n) */
 2983|       |    _setmode(fileno(stdin), O_BINARY);
 2984|       |    _setmode(fileno(stdout), O_BINARY);
 2985|       |    _setmode(fileno(stderr), O_BINARY);
 2986|       |#endif
 2987|       |
 2988|      2|    if (!config->buffered_stdio) {
  ------------------
  |  Branch (2988:9): [True: 0, False: 2]
  ------------------
 2989|      0|#ifdef HAVE_SETVBUF
 2990|      0|        setvbuf(stdin,  (char *)NULL, _IONBF, BUFSIZ);
 2991|      0|        setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ);
 2992|      0|        setvbuf(stderr, (char *)NULL, _IONBF, BUFSIZ);
 2993|       |#else /* !HAVE_SETVBUF */
 2994|       |        setbuf(stdin,  (char *)NULL);
 2995|       |        setbuf(stdout, (char *)NULL);
 2996|       |        setbuf(stderr, (char *)NULL);
 2997|       |#endif /* !HAVE_SETVBUF */
 2998|      0|    }
 2999|      2|    else if (config->interactive) {
  ------------------
  |  Branch (2999:14): [True: 0, False: 2]
  ------------------
 3000|       |#ifdef MS_WINDOWS
 3001|       |        /* Doesn't have to have line-buffered -- use unbuffered */
 3002|       |        /* Any set[v]buf(stdin, ...) screws up Tkinter :-( */
 3003|       |        setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ);
 3004|       |#else /* !MS_WINDOWS */
 3005|      0|#ifdef HAVE_SETVBUF
 3006|      0|        setvbuf(stdin,  (char *)NULL, _IOLBF, BUFSIZ);
 3007|      0|        setvbuf(stdout, (char *)NULL, _IOLBF, BUFSIZ);
 3008|      0|#endif /* HAVE_SETVBUF */
 3009|      0|#endif /* !MS_WINDOWS */
 3010|       |        /* Leave stderr alone - it should be unbuffered anyway. */
 3011|      0|    }
 3012|      2|}
initconfig.c:_Py_SetArgcArgv:
  987|      2|{
  988|      2|    const PyWideStringList argv_list = {.length = argc, .items = (wchar_t **)argv};
  989|       |
  990|       |    // XXX _PyRuntime.orig_argv only gets cleared by Py_Main(),
  991|       |    // so it currently leaks for embedders.
  992|       |    return _PyWideStringList_CopyEx(&_PyRuntime.orig_argv, &argv_list, true);
  993|      2|}
initconfig.c:config_get_global_vars:
 1790|      2|{
 1791|      2|_Py_COMP_DIAG_PUSH
 1792|      2|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
 1793|      2|    if (config->_config_init != _PyConfig_INIT_COMPAT) {
  ------------------
  |  Branch (1793:9): [True: 2, False: 0]
  ------------------
 1794|       |        /* Python and Isolated configuration ignore global variables */
 1795|      2|        return;
 1796|      2|    }
 1797|       |
 1798|      0|#define COPY_FLAG(ATTR, VALUE) \
 1799|      0|        if (config->ATTR == -1) { \
 1800|      0|            config->ATTR = VALUE; \
 1801|      0|        }
 1802|      0|#define COPY_NOT_FLAG(ATTR, VALUE) \
 1803|      0|        if (config->ATTR == -1) { \
 1804|      0|            config->ATTR = !(VALUE); \
 1805|      0|        }
 1806|       |
 1807|      0|    COPY_FLAG(isolated, Py_IsolatedFlag);
  ------------------
  |  | 1799|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1799:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1800|      0|            config->ATTR = VALUE; \
  |  | 1801|      0|        }
  ------------------
 1808|      0|    COPY_NOT_FLAG(use_environment, Py_IgnoreEnvironmentFlag);
  ------------------
  |  | 1803|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1803:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1804|      0|            config->ATTR = !(VALUE); \
  |  | 1805|      0|        }
  ------------------
 1809|      0|    COPY_FLAG(bytes_warning, Py_BytesWarningFlag);
  ------------------
  |  | 1799|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1799:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1800|      0|            config->ATTR = VALUE; \
  |  | 1801|      0|        }
  ------------------
 1810|      0|    COPY_FLAG(inspect, Py_InspectFlag);
  ------------------
  |  | 1799|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1799:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1800|      0|            config->ATTR = VALUE; \
  |  | 1801|      0|        }
  ------------------
 1811|      0|    COPY_FLAG(interactive, Py_InteractiveFlag);
  ------------------
  |  | 1799|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1799:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1800|      0|            config->ATTR = VALUE; \
  |  | 1801|      0|        }
  ------------------
 1812|      0|    COPY_FLAG(optimization_level, Py_OptimizeFlag);
  ------------------
  |  | 1799|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1799:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1800|      0|            config->ATTR = VALUE; \
  |  | 1801|      0|        }
  ------------------
 1813|      0|    COPY_FLAG(parser_debug, Py_DebugFlag);
  ------------------
  |  | 1799|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1799:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1800|      0|            config->ATTR = VALUE; \
  |  | 1801|      0|        }
  ------------------
 1814|      0|    COPY_FLAG(verbose, Py_VerboseFlag);
  ------------------
  |  | 1799|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1799:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1800|      0|            config->ATTR = VALUE; \
  |  | 1801|      0|        }
  ------------------
 1815|      0|    COPY_FLAG(quiet, Py_QuietFlag);
  ------------------
  |  | 1799|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1799:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1800|      0|            config->ATTR = VALUE; \
  |  | 1801|      0|        }
  ------------------
 1816|       |#ifdef MS_WINDOWS
 1817|       |    COPY_FLAG(legacy_windows_stdio, Py_LegacyWindowsStdioFlag);
 1818|       |#endif
 1819|      0|    COPY_NOT_FLAG(pathconfig_warnings, Py_FrozenFlag);
  ------------------
  |  | 1803|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1803:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1804|      0|            config->ATTR = !(VALUE); \
  |  | 1805|      0|        }
  ------------------
 1820|       |
 1821|      0|    COPY_NOT_FLAG(buffered_stdio, Py_UnbufferedStdioFlag);
  ------------------
  |  | 1803|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1803:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1804|      0|            config->ATTR = !(VALUE); \
  |  | 1805|      0|        }
  ------------------
 1822|      0|    COPY_NOT_FLAG(site_import, Py_NoSiteFlag);
  ------------------
  |  | 1803|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1803:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1804|      0|            config->ATTR = !(VALUE); \
  |  | 1805|      0|        }
  ------------------
 1823|      0|    COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag);
  ------------------
  |  | 1803|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1803:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1804|      0|            config->ATTR = !(VALUE); \
  |  | 1805|      0|        }
  ------------------
 1824|      0|    COPY_NOT_FLAG(user_site_directory, Py_NoUserSiteDirectory);
  ------------------
  |  | 1803|      0|        if (config->ATTR == -1) { \
  |  |  ------------------
  |  |  |  Branch (1803:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1804|      0|            config->ATTR = !(VALUE); \
  |  | 1805|      0|        }
  ------------------
 1825|       |
 1826|      0|#undef COPY_FLAG
 1827|      0|#undef COPY_NOT_FLAG
 1828|      0|_Py_COMP_DIAG_POP
 1829|      0|}
initconfig.c:core_read_precmdline:
 3507|      2|{
 3508|      2|    PyStatus status;
 3509|       |
 3510|      2|    if (config->parse_argv == 1) {
  ------------------
  |  Branch (3510:9): [True: 2, False: 0]
  ------------------
 3511|      2|        if (_PyWideStringList_Copy(&precmdline->argv, &config->argv) < 0) {
  ------------------
  |  Branch (3511:13): [True: 0, False: 2]
  ------------------
 3512|      0|            return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 3513|      0|        }
 3514|      2|    }
 3515|       |
 3516|      2|    PyPreConfig preconfig;
 3517|       |
 3518|      2|    status = _PyPreConfig_InitFromPreConfig(&preconfig, &_PyRuntime.preconfig);
 3519|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3520|      0|        return status;
 3521|      0|    }
 3522|       |
 3523|      2|    _PyPreConfig_GetConfig(&preconfig, config);
 3524|       |
 3525|      2|    status = _PyPreCmdline_Read(precmdline, &preconfig);
 3526|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3527|      0|        return status;
 3528|      0|    }
 3529|       |
 3530|      2|    status = _PyPreCmdline_SetConfig(precmdline, config);
 3531|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3532|      0|        return status;
 3533|      0|    }
 3534|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3535|      2|}
initconfig.c:config_read_cmdline:
 3571|      2|{
 3572|      2|    PyStatus status;
 3573|      2|    PyWideStringList cmdline_warnoptions = _PyWideStringList_INIT;
  ------------------
  |  |   53|      2|#define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL}
  ------------------
 3574|      2|    PyWideStringList env_warnoptions = _PyWideStringList_INIT;
  ------------------
  |  |   53|      2|#define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL}
  ------------------
 3575|      2|    PyWideStringList sys_warnoptions = _PyWideStringList_INIT;
  ------------------
  |  |   53|      2|#define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL}
  ------------------
 3576|       |
 3577|      2|    if (config->parse_argv < 0) {
  ------------------
  |  Branch (3577:9): [True: 0, False: 2]
  ------------------
 3578|      0|        config->parse_argv = 1;
 3579|      0|    }
 3580|       |
 3581|      2|    if (config->parse_argv == 1) {
  ------------------
  |  Branch (3581:9): [True: 2, False: 0]
  ------------------
 3582|      2|        Py_ssize_t opt_index;
 3583|      2|        status = config_parse_cmdline(config, &cmdline_warnoptions, &opt_index);
 3584|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3585|      0|            goto done;
 3586|      0|        }
 3587|       |
 3588|      2|        status = config_run_filename_abspath(config);
 3589|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3590|      0|            goto done;
 3591|      0|        }
 3592|       |
 3593|      2|        status = config_update_argv(config, opt_index);
 3594|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3595|      0|            goto done;
 3596|      0|        }
 3597|      2|    }
 3598|      0|    else {
 3599|      0|        status = config_run_filename_abspath(config);
 3600|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3601|      0|            goto done;
 3602|      0|        }
 3603|      0|    }
 3604|       |
 3605|      2|    if (config->use_environment) {
  ------------------
  |  Branch (3605:9): [True: 2, False: 0]
  ------------------
 3606|      2|        status = config_init_env_warnoptions(config, &env_warnoptions);
 3607|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3608|      0|            goto done;
 3609|      0|        }
 3610|      2|    }
 3611|       |
 3612|       |    /* Handle early PySys_AddWarnOption() calls */
 3613|      2|    status = _PySys_ReadPreinitWarnOptions(&sys_warnoptions);
 3614|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3615|      0|        goto done;
 3616|      0|    }
 3617|       |
 3618|      2|    status = config_init_warnoptions(config,
 3619|      2|                                     &cmdline_warnoptions,
 3620|      2|                                     &env_warnoptions,
 3621|      2|                                     &sys_warnoptions);
 3622|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3623|      0|        goto done;
 3624|      0|    }
 3625|       |
 3626|      2|    status = _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3627|       |
 3628|      2|done:
 3629|      2|    _PyWideStringList_Clear(&cmdline_warnoptions);
 3630|      2|    _PyWideStringList_Clear(&env_warnoptions);
 3631|      2|    _PyWideStringList_Clear(&sys_warnoptions);
 3632|      2|    return status;
 3633|      2|}
initconfig.c:config_parse_cmdline:
 3094|      2|{
 3095|      2|    PyStatus status;
 3096|      2|    const PyWideStringList *argv = &config->argv;
 3097|      2|    int print_version = 0;
 3098|      2|    const wchar_t* program = config->program_name;
 3099|      2|    if (!program && argv->length >= 1) {
  ------------------
  |  Branch (3099:9): [True: 0, False: 2]
  |  Branch (3099:21): [True: 0, False: 0]
  ------------------
 3100|      0|        program = argv->items[0];
 3101|      0|    }
 3102|       |
 3103|      2|    _PyOS_ResetGetOpt();
 3104|      2|    do {
 3105|      2|        int longindex = -1;
 3106|      2|        int c = _PyOS_GetOpt(argv->length, argv->items, &longindex);
 3107|      2|        if (c == EOF) {
  ------------------
  |  Branch (3107:13): [True: 2, False: 0]
  ------------------
 3108|      2|            break;
 3109|      2|        }
 3110|       |
 3111|      0|        if (c == 'c') {
  ------------------
  |  Branch (3111:13): [True: 0, False: 0]
  ------------------
 3112|      0|            if (config->run_command == NULL) {
  ------------------
  |  Branch (3112:17): [True: 0, False: 0]
  ------------------
 3113|       |                /* -c is the last option; following arguments
 3114|       |                   that look like options are left for the
 3115|       |                   command to interpret. */
 3116|      0|                size_t len = wcslen(_PyOS_optarg) + 1 + 1;
 3117|      0|                wchar_t *command = PyMem_RawMalloc(sizeof(wchar_t) * len);
 3118|      0|                if (command == NULL) {
  ------------------
  |  Branch (3118:21): [True: 0, False: 0]
  ------------------
 3119|      0|                    return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 3120|      0|                }
 3121|      0|                memcpy(command, _PyOS_optarg, (len - 2) * sizeof(wchar_t));
 3122|      0|                command[len - 2] = '\n';
 3123|      0|                command[len - 1] = 0;
 3124|      0|                config->run_command = command;
 3125|      0|            }
 3126|      0|            break;
 3127|      0|        }
 3128|       |
 3129|      0|        if (c == 'm') {
  ------------------
  |  Branch (3129:13): [True: 0, False: 0]
  ------------------
 3130|       |            /* -m is the last option; following arguments
 3131|       |               that look like options are left for the
 3132|       |               module to interpret. */
 3133|      0|            if (config->run_module == NULL) {
  ------------------
  |  Branch (3133:17): [True: 0, False: 0]
  ------------------
 3134|      0|                config->run_module = _PyMem_RawWcsdup(_PyOS_optarg);
 3135|      0|                if (config->run_module == NULL) {
  ------------------
  |  Branch (3135:21): [True: 0, False: 0]
  ------------------
 3136|      0|                    return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 3137|      0|                }
 3138|      0|            }
 3139|      0|            break;
 3140|      0|        }
 3141|       |
 3142|      0|        switch (c) {
 3143|       |        // Integers represent long options, see Python/getopt.c
 3144|      0|        case 0:
  ------------------
  |  Branch (3144:9): [True: 0, False: 0]
  ------------------
 3145|       |            // check-hash-based-pycs
 3146|      0|            if (wcscmp(_PyOS_optarg, L"always") == 0
  ------------------
  |  Branch (3146:17): [True: 0, False: 0]
  ------------------
 3147|      0|                || wcscmp(_PyOS_optarg, L"never") == 0
  ------------------
  |  Branch (3147:20): [True: 0, False: 0]
  ------------------
 3148|      0|                || wcscmp(_PyOS_optarg, L"default") == 0)
  ------------------
  |  Branch (3148:20): [True: 0, False: 0]
  ------------------
 3149|      0|            {
 3150|      0|                status = PyConfig_SetString(config, &config->check_hash_pycs_mode,
 3151|      0|                                            _PyOS_optarg);
 3152|      0|                if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3153|      0|                    return status;
 3154|      0|                }
 3155|      0|            } else {
 3156|      0|                fprintf(stderr, "--check-hash-based-pycs must be one of "
 3157|      0|                        "'default', 'always', or 'never'\n");
 3158|      0|                config_usage(1, program);
 3159|      0|                return _PyStatus_EXIT(2);
  ------------------
  |  |   35|      0|    (PyStatus){ \
  |  |   36|      0|        ._type = _PyStatus_TYPE_EXIT, \
  |  |   37|      0|        .exitcode = (EXITCODE)}
  ------------------
 3160|      0|            }
 3161|      0|            break;
 3162|       |
 3163|      0|        case 1:
  ------------------
  |  Branch (3163:9): [True: 0, False: 0]
  ------------------
 3164|       |            // help-all
 3165|      0|            config_complete_usage(program);
 3166|      0|            return _PyStatus_EXIT(0);
  ------------------
  |  |   35|      0|    (PyStatus){ \
  |  |   36|      0|        ._type = _PyStatus_TYPE_EXIT, \
  |  |   37|      0|        .exitcode = (EXITCODE)}
  ------------------
 3167|       |
 3168|      0|        case 2:
  ------------------
  |  Branch (3168:9): [True: 0, False: 0]
  ------------------
 3169|       |            // help-env
 3170|      0|            config_envvars_usage();
 3171|      0|            return _PyStatus_EXIT(0);
  ------------------
  |  |   35|      0|    (PyStatus){ \
  |  |   36|      0|        ._type = _PyStatus_TYPE_EXIT, \
  |  |   37|      0|        .exitcode = (EXITCODE)}
  ------------------
 3172|       |
 3173|      0|        case 3:
  ------------------
  |  Branch (3173:9): [True: 0, False: 0]
  ------------------
 3174|       |            // help-xoptions
 3175|      0|            config_xoptions_usage();
 3176|      0|            return _PyStatus_EXIT(0);
  ------------------
  |  |   35|      0|    (PyStatus){ \
  |  |   36|      0|        ._type = _PyStatus_TYPE_EXIT, \
  |  |   37|      0|        .exitcode = (EXITCODE)}
  ------------------
 3177|       |
 3178|      0|        case 'b':
  ------------------
  |  Branch (3178:9): [True: 0, False: 0]
  ------------------
 3179|      0|            config->bytes_warning++;
 3180|      0|            break;
 3181|       |
 3182|      0|        case 'd':
  ------------------
  |  Branch (3182:9): [True: 0, False: 0]
  ------------------
 3183|      0|            config->parser_debug++;
 3184|      0|            break;
 3185|       |
 3186|      0|        case 'i':
  ------------------
  |  Branch (3186:9): [True: 0, False: 0]
  ------------------
 3187|      0|            config->inspect++;
 3188|      0|            config->interactive++;
 3189|      0|            break;
 3190|       |
 3191|      0|        case 'E':
  ------------------
  |  Branch (3191:9): [True: 0, False: 0]
  ------------------
 3192|      0|        case 'I':
  ------------------
  |  Branch (3192:9): [True: 0, False: 0]
  ------------------
 3193|      0|        case 'X':
  ------------------
  |  Branch (3193:9): [True: 0, False: 0]
  ------------------
 3194|       |            /* option handled by _PyPreCmdline_Read() */
 3195|      0|            break;
 3196|       |
 3197|      0|        case 'O':
  ------------------
  |  Branch (3197:9): [True: 0, False: 0]
  ------------------
 3198|      0|            config->optimization_level++;
 3199|      0|            break;
 3200|       |
 3201|      0|        case 'P':
  ------------------
  |  Branch (3201:9): [True: 0, False: 0]
  ------------------
 3202|      0|            config->safe_path = 1;
 3203|      0|            break;
 3204|       |
 3205|      0|        case 'B':
  ------------------
  |  Branch (3205:9): [True: 0, False: 0]
  ------------------
 3206|      0|            config->write_bytecode = 0;
 3207|      0|            break;
 3208|       |
 3209|      0|        case 's':
  ------------------
  |  Branch (3209:9): [True: 0, False: 0]
  ------------------
 3210|      0|            config->user_site_directory = 0;
 3211|      0|            break;
 3212|       |
 3213|      0|        case 'S':
  ------------------
  |  Branch (3213:9): [True: 0, False: 0]
  ------------------
 3214|      0|            config->site_import = 0;
 3215|      0|            break;
 3216|       |
 3217|      0|        case 't':
  ------------------
  |  Branch (3217:9): [True: 0, False: 0]
  ------------------
 3218|       |            /* ignored for backwards compatibility */
 3219|      0|            break;
 3220|       |
 3221|      0|        case 'u':
  ------------------
  |  Branch (3221:9): [True: 0, False: 0]
  ------------------
 3222|      0|            config->buffered_stdio = 0;
 3223|      0|            break;
 3224|       |
 3225|      0|        case 'v':
  ------------------
  |  Branch (3225:9): [True: 0, False: 0]
  ------------------
 3226|      0|            config->verbose++;
 3227|      0|            break;
 3228|       |
 3229|      0|        case 'x':
  ------------------
  |  Branch (3229:9): [True: 0, False: 0]
  ------------------
 3230|      0|            config->skip_source_first_line = 1;
 3231|      0|            break;
 3232|       |
 3233|      0|        case 'h':
  ------------------
  |  Branch (3233:9): [True: 0, False: 0]
  ------------------
 3234|      0|        case '?':
  ------------------
  |  Branch (3234:9): [True: 0, False: 0]
  ------------------
 3235|      0|            config_usage(0, program);
 3236|      0|            return _PyStatus_EXIT(0);
  ------------------
  |  |   35|      0|    (PyStatus){ \
  |  |   36|      0|        ._type = _PyStatus_TYPE_EXIT, \
  |  |   37|      0|        .exitcode = (EXITCODE)}
  ------------------
 3237|       |
 3238|      0|        case 'V':
  ------------------
  |  Branch (3238:9): [True: 0, False: 0]
  ------------------
 3239|      0|            print_version++;
 3240|      0|            break;
 3241|       |
 3242|      0|        case 'W':
  ------------------
  |  Branch (3242:9): [True: 0, False: 0]
  ------------------
 3243|      0|            status = PyWideStringList_Append(warnoptions, _PyOS_optarg);
 3244|      0|            if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3245|      0|                return status;
 3246|      0|            }
 3247|      0|            break;
 3248|       |
 3249|      0|        case 'q':
  ------------------
  |  Branch (3249:9): [True: 0, False: 0]
  ------------------
 3250|      0|            config->quiet++;
 3251|      0|            break;
 3252|       |
 3253|      0|        case 'R':
  ------------------
  |  Branch (3253:9): [True: 0, False: 0]
  ------------------
 3254|      0|            config->use_hash_seed = 0;
 3255|      0|            break;
 3256|       |
 3257|       |        /* This space reserved for other options */
 3258|       |
 3259|      0|        default:
  ------------------
  |  Branch (3259:9): [True: 0, False: 0]
  ------------------
 3260|       |            /* unknown argument: parsing failed */
 3261|      0|            config_usage(1, program);
 3262|      0|            return _PyStatus_EXIT(2);
  ------------------
  |  |   35|      0|    (PyStatus){ \
  |  |   36|      0|        ._type = _PyStatus_TYPE_EXIT, \
  |  |   37|      0|        .exitcode = (EXITCODE)}
  ------------------
 3263|      0|        }
 3264|      0|    } while (1);
  ------------------
  |  Branch (3264:14): [True: 0, Folded]
  ------------------
 3265|       |
 3266|      2|    if (print_version) {
  ------------------
  |  Branch (3266:9): [True: 0, False: 2]
  ------------------
 3267|      0|        printf("Python %s\n",
 3268|      0|                (print_version >= 2) ? Py_GetVersion() : PY_VERSION);
  ------------------
  |  |   30|      0|#define PY_VERSION              "3.16.0a0"
  ------------------
  |  Branch (3268:17): [True: 0, False: 0]
  ------------------
 3269|      0|        return _PyStatus_EXIT(0);
  ------------------
  |  |   35|      0|    (PyStatus){ \
  |  |   36|      0|        ._type = _PyStatus_TYPE_EXIT, \
  |  |   37|      0|        .exitcode = (EXITCODE)}
  ------------------
 3270|      0|    }
 3271|       |
 3272|      2|    if (config->run_command == NULL && config->run_module == NULL
  ------------------
  |  Branch (3272:9): [True: 2, False: 0]
  |  Branch (3272:40): [True: 2, False: 0]
  ------------------
 3273|      2|        && _PyOS_optind < argv->length
  ------------------
  |  Branch (3273:12): [True: 0, False: 2]
  ------------------
 3274|      0|        && wcscmp(argv->items[_PyOS_optind], L"-") != 0
  ------------------
  |  Branch (3274:12): [True: 0, False: 0]
  ------------------
 3275|      0|        && config->run_filename == NULL)
  ------------------
  |  Branch (3275:12): [True: 0, False: 0]
  ------------------
 3276|      0|    {
 3277|      0|        config->run_filename = _PyMem_RawWcsdup(argv->items[_PyOS_optind]);
 3278|      0|        if (config->run_filename == NULL) {
  ------------------
  |  Branch (3278:13): [True: 0, False: 0]
  ------------------
 3279|      0|            return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 3280|      0|        }
 3281|      0|    }
 3282|       |
 3283|      2|    if (config->run_command != NULL || config->run_module != NULL) {
  ------------------
  |  Branch (3283:9): [True: 0, False: 2]
  |  Branch (3283:40): [True: 0, False: 2]
  ------------------
 3284|       |        /* Backup _PyOS_optind */
 3285|      0|        _PyOS_optind--;
 3286|      0|    }
 3287|       |
 3288|      2|    *opt_index = _PyOS_optind;
 3289|       |
 3290|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3291|      2|}
initconfig.c:config_run_filename_abspath:
 3541|      2|{
 3542|      2|    if (!config->run_filename) {
  ------------------
  |  Branch (3542:9): [True: 2, False: 0]
  ------------------
 3543|      2|        return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3544|      2|    }
 3545|       |
 3546|      0|#ifndef MS_WINDOWS
 3547|      0|    if (_Py_isabs(config->run_filename)) {
  ------------------
  |  Branch (3547:9): [True: 0, False: 0]
  ------------------
 3548|       |        /* path is already absolute */
 3549|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3550|      0|    }
 3551|      0|#endif
 3552|       |
 3553|      0|    wchar_t *abs_filename;
 3554|      0|    if (_Py_abspath(config->run_filename, &abs_filename) < 0) {
  ------------------
  |  Branch (3554:9): [True: 0, False: 0]
  ------------------
 3555|       |        /* failed to get the absolute path of the command line filename:
 3556|       |           ignore the error, keep the relative path */
 3557|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3558|      0|    }
 3559|      0|    if (abs_filename == NULL) {
  ------------------
  |  Branch (3559:9): [True: 0, False: 0]
  ------------------
 3560|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 3561|      0|    }
 3562|       |
 3563|      0|    PyMem_RawFree(config->run_filename);
 3564|      0|    config->run_filename = abs_filename;
 3565|      0|    return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3566|      0|}
initconfig.c:config_update_argv:
 3456|      2|{
 3457|      2|    const PyWideStringList *cmdline_argv = &config->argv;
 3458|      2|    PyWideStringList config_argv = _PyWideStringList_INIT;
  ------------------
  |  |   53|      2|#define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL}
  ------------------
 3459|       |
 3460|       |    /* Copy argv to be able to modify it (to force -c/-m) */
 3461|      2|    if (cmdline_argv->length <= opt_index) {
  ------------------
  |  Branch (3461:9): [True: 2, False: 0]
  ------------------
 3462|       |        /* Ensure at least one (empty) argument is seen */
 3463|      2|        PyStatus status = PyWideStringList_Append(&config_argv, L"");
 3464|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3465|      0|            return status;
 3466|      0|        }
 3467|      2|    }
 3468|      0|    else {
 3469|      0|        PyWideStringList slice;
 3470|      0|        slice.length = cmdline_argv->length - opt_index;
 3471|      0|        slice.items = &cmdline_argv->items[opt_index];
 3472|      0|        if (_PyWideStringList_Copy(&config_argv, &slice) < 0) {
  ------------------
  |  Branch (3472:13): [True: 0, False: 0]
  ------------------
 3473|      0|            return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 3474|      0|        }
 3475|      0|    }
 3476|      2|    assert(config_argv.length >= 1);
  ------------------
  |  Branch (3476:5): [True: 2, False: 0]
  ------------------
 3477|       |
 3478|      2|    wchar_t *arg0 = NULL;
 3479|      2|    if (config->run_command != NULL) {
  ------------------
  |  Branch (3479:9): [True: 0, False: 2]
  ------------------
 3480|       |        /* Force sys.argv[0] = '-c' */
 3481|      0|        arg0 = L"-c";
 3482|      0|    }
 3483|      2|    else if (config->run_module != NULL) {
  ------------------
  |  Branch (3483:14): [True: 0, False: 2]
  ------------------
 3484|       |        /* Force sys.argv[0] = '-m'*/
 3485|      0|        arg0 = L"-m";
 3486|      0|    }
 3487|       |
 3488|      2|    if (arg0 != NULL) {
  ------------------
  |  Branch (3488:9): [True: 0, False: 2]
  ------------------
 3489|      0|        arg0 = _PyMem_RawWcsdup(arg0);
 3490|      0|        if (arg0 == NULL) {
  ------------------
  |  Branch (3490:13): [True: 0, False: 0]
  ------------------
 3491|      0|            _PyWideStringList_Clear(&config_argv);
 3492|      0|            return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 3493|      0|        }
 3494|       |
 3495|      0|        PyMem_RawFree(config_argv.items[0]);
 3496|      0|        config_argv.items[0] = arg0;
 3497|      0|    }
 3498|       |
 3499|      2|    _PyWideStringList_Clear(&config->argv);
 3500|      2|    config->argv = config_argv;
 3501|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3502|      2|}
initconfig.c:config_init_env_warnoptions:
 3303|      2|{
 3304|      2|    PyStatus status;
 3305|       |    /* CONFIG_GET_ENV_DUP requires dest to be initialized to NULL */
 3306|      2|    wchar_t *env = NULL;
 3307|      2|    status = CONFIG_GET_ENV_DUP(config, &env,
  ------------------
  |  | 1785|      2|    config_get_env_dup(CONFIG, DEST, WNAME, NAME, "cannot decode " NAME)
  ------------------
 3308|      2|                             L"PYTHONWARNINGS", "PYTHONWARNINGS");
 3309|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3310|      0|        return status;
 3311|      0|    }
 3312|       |
 3313|       |    /* env var is not set or is empty */
 3314|      2|    if (env == NULL) {
  ------------------
  |  Branch (3314:9): [True: 2, False: 0]
  ------------------
 3315|      2|        return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3316|      2|    }
 3317|       |
 3318|       |
 3319|      0|    wchar_t *warning, *context = NULL;
 3320|      0|    for (warning = WCSTOK(env, L",", &context);
  ------------------
  |  | 3297|      0|#  define WCSTOK wcstok
  ------------------
 3321|      0|         warning != NULL;
  ------------------
  |  Branch (3321:10): [True: 0, False: 0]
  ------------------
 3322|      0|         warning = WCSTOK(NULL, L",", &context))
  ------------------
  |  | 3297|      0|#  define WCSTOK wcstok
  ------------------
 3323|      0|    {
 3324|      0|        status = PyWideStringList_Append(warnoptions, warning);
 3325|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3326|      0|            PyMem_RawFree(env);
 3327|      0|            return status;
 3328|      0|        }
 3329|      0|    }
 3330|      0|    PyMem_RawFree(env);
 3331|      0|    return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3332|      0|}
initconfig.c:config_get_env_dup:
 1755|     10|{
 1756|     10|    assert(*dest == NULL);
  ------------------
  |  Branch (1756:5): [True: 10, False: 0]
  ------------------
 1757|     10|    assert(config->use_environment >= 0);
  ------------------
  |  Branch (1757:5): [True: 10, False: 0]
  ------------------
 1758|       |
 1759|     10|    if (!config->use_environment) {
  ------------------
  |  Branch (1759:9): [True: 0, False: 10]
  ------------------
 1760|      0|        *dest = NULL;
 1761|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1762|      0|    }
 1763|       |
 1764|       |#ifdef MS_WINDOWS
 1765|       |    const wchar_t *var = _wgetenv(wname);
 1766|       |    if (!var || var[0] == '\0') {
 1767|       |        *dest = NULL;
 1768|       |        return _PyStatus_OK();
 1769|       |    }
 1770|       |
 1771|       |    return PyConfig_SetString(config, dest, var);
 1772|       |#else
 1773|     10|    const char *var = getenv(name);
 1774|     10|    if (!var || var[0] == '\0') {
  ------------------
  |  Branch (1774:9): [True: 10, False: 0]
  |  Branch (1774:17): [True: 0, False: 0]
  ------------------
 1775|     10|        *dest = NULL;
 1776|     10|        return _PyStatus_OK();
  ------------------
  |  |   24|     10|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1777|     10|    }
 1778|       |
 1779|      0|    return config_set_bytes_string(config, dest, var, decode_err_msg);
 1780|     10|#endif
 1781|     10|}
initconfig.c:config_init_warnoptions:
 3377|      2|{
 3378|      2|    PyStatus status;
 3379|      2|    PyWideStringList options = _PyWideStringList_INIT;
  ------------------
  |  |   53|      2|#define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL}
  ------------------
 3380|       |
 3381|       |    /* Priority of warnings options, lowest to highest:
 3382|       |     *
 3383|       |     * - any implicit filters added by _warnings.c/warnings.py
 3384|       |     * - PyConfig.dev_mode: "default" filter
 3385|       |     * - PYTHONWARNINGS environment variable
 3386|       |     * - '-W' command line options
 3387|       |     * - PyConfig.bytes_warning ('-b' and '-bb' command line options):
 3388|       |     *   "default::BytesWarning" or "error::BytesWarning" filter
 3389|       |     * - early PySys_AddWarnOption() calls
 3390|       |     * - PyConfig.warnoptions
 3391|       |     *
 3392|       |     * PyConfig.warnoptions is copied to sys.warnoptions. Since the warnings
 3393|       |     * module works on the basis of "the most recently added filter will be
 3394|       |     * checked first", we add the lowest precedence entries first so that later
 3395|       |     * entries override them.
 3396|       |     */
 3397|       |
 3398|      2|    if (config->dev_mode) {
  ------------------
  |  Branch (3398:9): [True: 0, False: 2]
  ------------------
 3399|      0|        status = warnoptions_append(config, &options, L"default");
 3400|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3401|      0|            goto error;
 3402|      0|        }
 3403|      0|    }
 3404|       |
 3405|      2|    status = warnoptions_extend(config, &options, env_warnoptions);
 3406|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3407|      0|        goto error;
 3408|      0|    }
 3409|       |
 3410|      2|    status = warnoptions_extend(config, &options, cmdline_warnoptions);
 3411|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3412|      0|        goto error;
 3413|      0|    }
 3414|       |
 3415|       |    /* If the bytes_warning_flag isn't set, bytesobject.c and bytearrayobject.c
 3416|       |     * don't even try to emit a warning, so we skip setting the filter in that
 3417|       |     * case.
 3418|       |     */
 3419|      2|    if (config->bytes_warning) {
  ------------------
  |  Branch (3419:9): [True: 0, False: 2]
  ------------------
 3420|      0|        const wchar_t *filter;
 3421|      0|        if (config->bytes_warning> 1) {
  ------------------
  |  Branch (3421:13): [True: 0, False: 0]
  ------------------
 3422|      0|            filter = L"error::BytesWarning";
 3423|      0|        }
 3424|      0|        else {
 3425|      0|            filter = L"default::BytesWarning";
 3426|      0|        }
 3427|      0|        status = warnoptions_append(config, &options, filter);
 3428|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3429|      0|            goto error;
 3430|      0|        }
 3431|      0|    }
 3432|       |
 3433|      2|    status = warnoptions_extend(config, &options, sys_warnoptions);
 3434|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3435|      0|        goto error;
 3436|      0|    }
 3437|       |
 3438|       |    /* Always add all PyConfig.warnoptions options */
 3439|      2|    status = _PyWideStringList_Extend(&options, &config->warnoptions);
 3440|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 3441|      0|        goto error;
 3442|      0|    }
 3443|       |
 3444|      2|    _PyWideStringList_Clear(&config->warnoptions);
 3445|      2|    config->warnoptions = options;
 3446|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3447|       |
 3448|      0|error:
 3449|      0|    _PyWideStringList_Clear(&options);
 3450|      0|    return status;
 3451|      2|}
initconfig.c:warnoptions_extend:
 3358|      6|{
 3359|      6|    const Py_ssize_t len = options2->length;
 3360|      6|    wchar_t *const *items = options2->items;
 3361|       |
 3362|      6|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (3362:28): [True: 0, False: 6]
  ------------------
 3363|      0|        PyStatus status = warnoptions_append(config, options, items[i]);
 3364|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3365|      0|            return status;
 3366|      0|        }
 3367|      0|    }
 3368|      6|    return _PyStatus_OK();
  ------------------
  |  |   24|      6|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3369|      6|}
initconfig.c:config_read:
 2862|      2|{
 2863|      2|    PyStatus status;
 2864|      2|    const PyPreConfig *preconfig = &_PyRuntime.preconfig;
 2865|       |
 2866|      2|    if (config->use_environment) {
  ------------------
  |  Branch (2866:9): [True: 2, False: 0]
  ------------------
 2867|      2|        status = config_read_env_vars(config);
 2868|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2869|      0|            return status;
 2870|      0|        }
 2871|      2|    }
 2872|       |
 2873|       |    /* -X options */
 2874|      2|    if (config_get_xoption(config, L"showrefcount")) {
  ------------------
  |  Branch (2874:9): [True: 0, False: 2]
  ------------------
 2875|      0|        config->show_ref_count = 1;
 2876|      0|    }
 2877|       |
 2878|      2|    const wchar_t *x_gil = config_get_xoption_value(config, L"gil");
 2879|      2|    if (x_gil != NULL) {
  ------------------
  |  Branch (2879:9): [True: 0, False: 2]
  ------------------
 2880|      0|        size_t len = wcslen(x_gil);
 2881|      0|        status = config_read_gil(config, len, x_gil[0]);
 2882|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2883|      0|            return status;
 2884|      0|        }
 2885|      0|    }
 2886|       |
 2887|       |#ifdef Py_STATS
 2888|       |    if (config_get_xoption(config, L"pystats")) {
 2889|       |        config->_pystats = 1;
 2890|       |    }
 2891|       |    else if (config_get_env(config, "PYTHONSTATS")) {
 2892|       |        config->_pystats = 1;
 2893|       |    }
 2894|       |    if (config->_pystats < 0) {
 2895|       |        config->_pystats = 0;
 2896|       |    }
 2897|       |#endif
 2898|       |
 2899|      2|    status = config_read_complex_options(config);
 2900|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2901|      0|        return status;
 2902|      0|    }
 2903|       |
 2904|      2|    if (config->_install_importlib) {
  ------------------
  |  Branch (2904:9): [True: 2, False: 0]
  ------------------
 2905|      2|        status = config_init_import(config, compute_path_config);
 2906|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2907|      0|            return status;
 2908|      0|        }
 2909|      2|    }
 2910|       |
 2911|       |    /* default values */
 2912|      2|    if (config->dev_mode) {
  ------------------
  |  Branch (2912:9): [True: 0, False: 2]
  ------------------
 2913|      0|        if (config->faulthandler < 0) {
  ------------------
  |  Branch (2913:13): [True: 0, False: 0]
  ------------------
 2914|      0|            config->faulthandler = 1;
 2915|      0|        }
 2916|      0|    }
 2917|      2|    if (config->faulthandler < 0) {
  ------------------
  |  Branch (2917:9): [True: 2, False: 0]
  ------------------
 2918|      2|        config->faulthandler = 0;
 2919|      2|    }
 2920|      2|    if (config->tracemalloc < 0) {
  ------------------
  |  Branch (2920:9): [True: 2, False: 0]
  ------------------
 2921|      2|        config->tracemalloc = 0;
 2922|      2|    }
 2923|      2|    if (config->lazy_imports < 0) {
  ------------------
  |  Branch (2923:9): [True: 2, False: 0]
  ------------------
 2924|      2|        config->lazy_imports = -1;  // Default is auto/unset
 2925|      2|    }
 2926|      2|    if (config->perf_profiling < 0) {
  ------------------
  |  Branch (2926:9): [True: 2, False: 0]
  ------------------
 2927|      2|        config->perf_profiling = 0;
 2928|      2|    }
 2929|      2|    if (config->remote_debug < 0) {
  ------------------
  |  Branch (2929:9): [True: 0, False: 2]
  ------------------
 2930|      0|        config->remote_debug = -1;
 2931|      0|    }
 2932|      2|    if (config->use_hash_seed < 0) {
  ------------------
  |  Branch (2932:9): [True: 0, False: 2]
  ------------------
 2933|      0|        config->use_hash_seed = 0;
 2934|      0|        config->hash_seed = 0;
 2935|      0|    }
 2936|       |
 2937|      2|    if (config->filesystem_encoding == NULL || config->filesystem_errors == NULL) {
  ------------------
  |  Branch (2937:9): [True: 2, False: 0]
  |  Branch (2937:48): [True: 0, False: 0]
  ------------------
 2938|      2|        status = config_init_fs_encoding(config, preconfig);
 2939|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2940|      0|            return status;
 2941|      0|        }
 2942|      2|    }
 2943|       |
 2944|      2|    status = config_init_stdio_encoding(config, preconfig);
 2945|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2946|      0|        return status;
 2947|      0|    }
 2948|       |
 2949|      2|    if (config->argv.length < 1) {
  ------------------
  |  Branch (2949:9): [True: 0, False: 2]
  ------------------
 2950|       |        /* Ensure at least one (empty) argument is seen */
 2951|      0|        status = PyWideStringList_Append(&config->argv, L"");
 2952|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2953|      0|            return status;
 2954|      0|        }
 2955|      0|    }
 2956|       |
 2957|      2|    if (config->check_hash_pycs_mode == NULL) {
  ------------------
  |  Branch (2957:9): [True: 2, False: 0]
  ------------------
 2958|      2|        status = PyConfig_SetString(config, &config->check_hash_pycs_mode,
 2959|      2|                                    L"default");
 2960|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2961|      0|            return status;
 2962|      0|        }
 2963|      2|    }
 2964|       |
 2965|      2|    if (config->configure_c_stdio < 0) {
  ------------------
  |  Branch (2965:9): [True: 0, False: 2]
  ------------------
 2966|      0|        config->configure_c_stdio = 1;
 2967|      0|    }
 2968|       |
 2969|       |    // Only parse arguments once.
 2970|      2|    if (config->parse_argv == 1) {
  ------------------
  |  Branch (2970:9): [True: 2, False: 0]
  ------------------
 2971|      2|        config->parse_argv = 2;
 2972|      2|    }
 2973|       |
 2974|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2975|      2|}
initconfig.c:config_read_env_vars:
 1970|      2|{
 1971|      2|    PyStatus status;
 1972|      2|    int use_env = config->use_environment;
 1973|       |
 1974|       |    /* Get environment variables */
 1975|      2|    _Py_get_env_flag(use_env, &config->parser_debug, "PYTHONDEBUG");
 1976|      2|    _Py_get_env_flag(use_env, &config->verbose, "PYTHONVERBOSE");
 1977|      2|    _Py_get_env_flag(use_env, &config->optimization_level, "PYTHONOPTIMIZE");
 1978|      2|    if (!config->inspect && _Py_GetEnv(use_env, "PYTHONINSPECT")) {
  ------------------
  |  Branch (1978:9): [True: 2, False: 0]
  |  Branch (1978:29): [True: 0, False: 2]
  ------------------
 1979|      0|        config->inspect = 1;
 1980|      0|    }
 1981|       |
 1982|      2|    int dont_write_bytecode = 0;
 1983|      2|    _Py_get_env_flag(use_env, &dont_write_bytecode, "PYTHONDONTWRITEBYTECODE");
 1984|      2|    if (dont_write_bytecode) {
  ------------------
  |  Branch (1984:9): [True: 0, False: 2]
  ------------------
 1985|      0|        config->write_bytecode = 0;
 1986|      0|    }
 1987|       |
 1988|      2|    int no_user_site_directory = 0;
 1989|      2|    _Py_get_env_flag(use_env, &no_user_site_directory, "PYTHONNOUSERSITE");
 1990|      2|    if (no_user_site_directory) {
  ------------------
  |  Branch (1990:9): [True: 0, False: 2]
  ------------------
 1991|      0|        config->user_site_directory = 0;
 1992|      0|    }
 1993|       |
 1994|      2|    int unbuffered_stdio = 0;
 1995|      2|    _Py_get_env_flag(use_env, &unbuffered_stdio, "PYTHONUNBUFFERED");
 1996|      2|    if (unbuffered_stdio) {
  ------------------
  |  Branch (1996:9): [True: 0, False: 2]
  ------------------
 1997|      0|        config->buffered_stdio = 0;
 1998|      0|    }
 1999|       |
 2000|       |#ifdef MS_WINDOWS
 2001|       |    _Py_get_env_flag(use_env, &config->legacy_windows_stdio,
 2002|       |                     "PYTHONLEGACYWINDOWSSTDIO");
 2003|       |#endif
 2004|       |
 2005|      2|    if (config_get_env(config, "PYTHONDUMPREFS")) {
  ------------------
  |  Branch (2005:9): [True: 0, False: 2]
  ------------------
 2006|      0|        config->dump_refs = 1;
 2007|      0|    }
 2008|      2|    if (config_get_env(config, "PYTHONMALLOCSTATS")) {
  ------------------
  |  Branch (2008:9): [True: 0, False: 2]
  ------------------
 2009|      0|        config->malloc_stats = 1;
 2010|      0|    }
 2011|      2|    {
 2012|      2|        const char *env = _Py_GetEnv(use_env, "PYTHON_PYMALLOC_HUGEPAGES");
 2013|      2|        if (env) {
  ------------------
  |  Branch (2013:13): [True: 0, False: 2]
  ------------------
 2014|      0|            int value;
 2015|      0|            if (_Py_str_to_int(env, &value) < 0 || value < 0) {
  ------------------
  |  Branch (2015:17): [True: 0, False: 0]
  |  Branch (2015:52): [True: 0, False: 0]
  ------------------
 2016|       |                /* PYTHON_PYMALLOC_HUGEPAGES=text or negative
 2017|       |                   behaves as PYTHON_PYMALLOC_HUGEPAGES=1 */
 2018|      0|                value = 1;
 2019|      0|            }
 2020|      0|            config->pymalloc_hugepages = (value > 0);
 2021|      0|        }
 2022|      2|    }
 2023|       |
 2024|      2|    if (config->dump_refs_file == NULL) {
  ------------------
  |  Branch (2024:9): [True: 2, False: 0]
  ------------------
 2025|      2|        status = CONFIG_GET_ENV_DUP(config, &config->dump_refs_file,
  ------------------
  |  | 1785|      2|    config_get_env_dup(CONFIG, DEST, WNAME, NAME, "cannot decode " NAME)
  ------------------
 2026|      2|                                    L"PYTHONDUMPREFSFILE", "PYTHONDUMPREFSFILE");
 2027|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2028|      0|            return status;
 2029|      0|        }
 2030|      2|    }
 2031|       |
 2032|      2|    if (config->pythonpath_env == NULL) {
  ------------------
  |  Branch (2032:9): [True: 2, False: 0]
  ------------------
 2033|      2|        status = CONFIG_GET_ENV_DUP(config, &config->pythonpath_env,
  ------------------
  |  | 1785|      2|    config_get_env_dup(CONFIG, DEST, WNAME, NAME, "cannot decode " NAME)
  ------------------
 2034|      2|                                    L"PYTHONPATH", "PYTHONPATH");
 2035|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2036|      0|            return status;
 2037|      0|        }
 2038|      2|    }
 2039|       |
 2040|      2|    if(config->platlibdir == NULL) {
  ------------------
  |  Branch (2040:8): [True: 2, False: 0]
  ------------------
 2041|      2|        status = CONFIG_GET_ENV_DUP(config, &config->platlibdir,
  ------------------
  |  | 1785|      2|    config_get_env_dup(CONFIG, DEST, WNAME, NAME, "cannot decode " NAME)
  ------------------
 2042|      2|                                    L"PYTHONPLATLIBDIR", "PYTHONPLATLIBDIR");
 2043|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2044|      0|            return status;
 2045|      0|        }
 2046|      2|    }
 2047|       |
 2048|      2|    if (config->use_hash_seed < 0) {
  ------------------
  |  Branch (2048:9): [True: 2, False: 0]
  ------------------
 2049|      2|        status = config_init_hash_seed(config);
 2050|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2051|      0|            return status;
 2052|      0|        }
 2053|      2|    }
 2054|       |
 2055|      2|    if (config_get_env(config, "PYTHONSAFEPATH")) {
  ------------------
  |  Branch (2055:9): [True: 0, False: 2]
  ------------------
 2056|      0|        config->safe_path = 1;
 2057|      0|    }
 2058|       |
 2059|      2|    const char *gil = config_get_env(config, "PYTHON_GIL");
 2060|      2|    if (gil != NULL) {
  ------------------
  |  Branch (2060:9): [True: 0, False: 2]
  ------------------
 2061|      0|        size_t len = strlen(gil);
 2062|      0|        status = config_read_gil(config, len, gil[0]);
 2063|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2064|      0|            return status;
 2065|      0|        }
 2066|      0|    }
 2067|       |
 2068|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2069|      2|}
initconfig.c:config_init_hash_seed:
 1896|      2|{
 1897|      2|    static_assert(sizeof(_Py_HashSecret_t) == sizeof(_Py_HashSecret.uc),
 1898|      2|                  "_Py_HashSecret_t has wrong size");
 1899|       |
 1900|      2|    const char *seed_text = config_get_env(config, "PYTHONHASHSEED");
 1901|       |
 1902|       |    /* Convert a text seed to a numeric one */
 1903|      2|    if (seed_text && strcmp(seed_text, "random") != 0) {
  ------------------
  |  Branch (1903:9): [True: 0, False: 2]
  |  Branch (1903:22): [True: 0, False: 0]
  ------------------
 1904|      0|        const char *endptr = seed_text;
 1905|      0|        unsigned long seed;
 1906|      0|        errno = 0;
 1907|      0|        seed = strtoul(seed_text, (char **)&endptr, 10);
 1908|      0|        if (*endptr != '\0'
  ------------------
  |  Branch (1908:13): [True: 0, False: 0]
  ------------------
 1909|      0|            || seed > MAX_HASH_SEED
  ------------------
  |  | 1007|      0|#define MAX_HASH_SEED 4294967295UL
  ------------------
  |  Branch (1909:16): [True: 0, False: 0]
  ------------------
 1910|      0|            || (errno == ERANGE && seed == ULONG_MAX))
  ------------------
  |  Branch (1910:17): [True: 0, False: 0]
  |  Branch (1910:36): [True: 0, False: 0]
  ------------------
 1911|      0|        {
 1912|      0|            return _PyStatus_ERR("PYTHONHASHSEED must be \"random\" "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1913|      0|                                "or an integer in range [0; 4294967295]");
 1914|      0|        }
 1915|       |        /* Use a specific hash */
 1916|      0|        config->use_hash_seed = 1;
 1917|      0|        config->hash_seed = seed;
 1918|      0|    }
 1919|      2|    else {
 1920|       |        /* Use a random hash */
 1921|      2|        config->use_hash_seed = 0;
 1922|      2|        config->hash_seed = 0;
 1923|      2|    }
 1924|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1925|      2|}
initconfig.c:config_read_complex_options:
 2501|      2|{
 2502|       |    /* More complex options configured by env var and -X option */
 2503|      2|    if (config->faulthandler < 0) {
  ------------------
  |  Branch (2503:9): [True: 2, False: 0]
  ------------------
 2504|      2|        if (config_get_env(config, "PYTHONFAULTHANDLER")
  ------------------
  |  Branch (2504:13): [True: 0, False: 2]
  ------------------
 2505|      2|           || config_get_xoption(config, L"faulthandler")) {
  ------------------
  |  Branch (2505:15): [True: 0, False: 2]
  ------------------
 2506|      0|            config->faulthandler = 1;
 2507|      0|        }
 2508|      2|    }
 2509|      2|    if (config_get_env(config, "PYTHONNODEBUGRANGES")
  ------------------
  |  Branch (2509:9): [True: 0, False: 2]
  ------------------
 2510|      2|       || config_get_xoption(config, L"no_debug_ranges")) {
  ------------------
  |  Branch (2510:11): [True: 0, False: 2]
  ------------------
 2511|      0|        config->code_debug_ranges = 0;
 2512|      0|    }
 2513|       |
 2514|      2|    PyStatus status;
 2515|      2|    if (config->import_time < 0) {
  ------------------
  |  Branch (2515:9): [True: 2, False: 0]
  ------------------
 2516|      2|        status = config_init_import_time(config);
 2517|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2518|      0|            return status;
 2519|      0|        }
 2520|      2|    }
 2521|       |
 2522|      2|    if (config->lazy_imports < 0) {
  ------------------
  |  Branch (2522:9): [True: 2, False: 0]
  ------------------
 2523|      2|        status = config_init_lazy_imports(config);
 2524|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2525|      0|            return status;
 2526|      0|        }
 2527|      2|    }
 2528|       |
 2529|      2|    if (config->tracemalloc < 0) {
  ------------------
  |  Branch (2529:9): [True: 2, False: 0]
  ------------------
 2530|      2|        status = config_init_tracemalloc(config);
 2531|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2532|      0|            return status;
 2533|      0|        }
 2534|      2|    }
 2535|       |
 2536|      2|    if (config->perf_profiling < 0) {
  ------------------
  |  Branch (2536:9): [True: 2, False: 0]
  ------------------
 2537|      2|        status = config_init_perf_profiling(config);
 2538|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2539|      0|            return status;
 2540|      0|        }
 2541|      2|    }
 2542|       |
 2543|      2|    if (config->remote_debug < 0) {
  ------------------
  |  Branch (2543:9): [True: 2, False: 0]
  ------------------
 2544|      2|        status = config_init_remote_debug(config);
 2545|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2546|      0|            return status;
 2547|      0|        }
 2548|      2|    }
 2549|       |
 2550|      2|    if (config->int_max_str_digits < 0) {
  ------------------
  |  Branch (2550:9): [True: 0, False: 2]
  ------------------
 2551|      0|        status = config_init_int_max_str_digits(config);
 2552|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2553|      0|            return status;
 2554|      0|        }
 2555|      0|    }
 2556|       |
 2557|      2|    if (config->cpu_count < 0) {
  ------------------
  |  Branch (2557:9): [True: 2, False: 0]
  ------------------
 2558|      2|        status = config_init_cpu_count(config);
 2559|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2560|      0|            return status;
 2561|      0|        }
 2562|      2|    }
 2563|       |
 2564|      2|    if (config->pycache_prefix == NULL) {
  ------------------
  |  Branch (2564:9): [True: 2, False: 0]
  ------------------
 2565|      2|        status = config_init_pycache_prefix(config);
 2566|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2567|      0|            return status;
 2568|      0|        }
 2569|      2|    }
 2570|       |
 2571|       |#ifdef Py_DEBUG
 2572|       |    if (config->run_presite == NULL) {
 2573|       |        status = config_init_run_presite(config);
 2574|       |        if (_PyStatus_EXCEPTION(status)) {
 2575|       |            return status;
 2576|       |        }
 2577|       |    }
 2578|       |#endif
 2579|       |
 2580|      2|    status = config_init_thread_inherit_context(config);
 2581|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2582|      0|        return status;
 2583|      0|    }
 2584|       |
 2585|      2|    status = config_init_context_aware_warnings(config);
 2586|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2587|      0|        return status;
 2588|      0|    }
 2589|       |
 2590|      2|    status = config_init_tlbc(config);
 2591|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2592|      0|        return status;
 2593|      0|    }
 2594|       |
 2595|      2|    status = config_init_pathconfig_warnings(config);
 2596|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2597|      0|        return status;
 2598|      0|    }
 2599|       |
 2600|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2601|      2|}
initconfig.c:config_init_import_time:
 2399|      2|{
 2400|      2|    int importtime = 0;
 2401|       |
 2402|      2|    const char *env = config_get_env(config, "PYTHONPROFILEIMPORTTIME");
 2403|      2|    if (env) {
  ------------------
  |  Branch (2403:9): [True: 0, False: 2]
  ------------------
 2404|      0|        if (_Py_str_to_int(env, &importtime) != 0) {
  ------------------
  |  Branch (2404:13): [True: 0, False: 0]
  ------------------
 2405|      0|            importtime = 1;
 2406|      0|        }
 2407|      0|        if (importtime < 0 || importtime > 2) {
  ------------------
  |  Branch (2407:13): [True: 0, False: 0]
  |  Branch (2407:31): [True: 0, False: 0]
  ------------------
 2408|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2409|      0|                "PYTHONPROFILEIMPORTTIME: numeric values other than 1 and 2 "
 2410|      0|                "are reserved for future use.");
 2411|      0|        }
 2412|      0|    }
 2413|       |
 2414|      2|    const wchar_t *x_value = config_get_xoption_value(config, L"importtime");
 2415|      2|    if (x_value) {
  ------------------
  |  Branch (2415:9): [True: 0, False: 2]
  ------------------
 2416|      0|        if (*x_value == 0 || config_wstr_to_int(x_value, &importtime) != 0) {
  ------------------
  |  Branch (2416:13): [True: 0, False: 0]
  |  Branch (2416:30): [True: 0, False: 0]
  ------------------
 2417|      0|            importtime = 1;
 2418|      0|        }
 2419|      0|        if (importtime < 0 || importtime > 2) {
  ------------------
  |  Branch (2419:13): [True: 0, False: 0]
  |  Branch (2419:31): [True: 0, False: 0]
  ------------------
 2420|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2421|      0|                "-X importtime: values other than 1 and 2 "
 2422|      0|                "are reserved for future use.");
 2423|      0|        }
 2424|      0|    }
 2425|       |
 2426|      2|    config->import_time = importtime;
 2427|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2428|      2|}
initconfig.c:config_init_lazy_imports:
 2432|      2|{
 2433|      2|    int lazy_imports = -1;
 2434|       |
 2435|      2|    const char *env = config_get_env(config, "PYTHON_LAZY_IMPORTS");
 2436|      2|    if (env) {
  ------------------
  |  Branch (2436:9): [True: 0, False: 2]
  ------------------
 2437|      0|        if (strcmp(env, "all") == 0) {
  ------------------
  |  Branch (2437:13): [True: 0, False: 0]
  ------------------
 2438|      0|            lazy_imports = 1;
 2439|      0|        }
 2440|      0|        else if (strcmp(env, "none") == 0) {
  ------------------
  |  Branch (2440:18): [True: 0, False: 0]
  ------------------
 2441|      0|            lazy_imports = 0;
 2442|      0|        }
 2443|      0|        else if (strcmp(env, "normal") == 0) {
  ------------------
  |  Branch (2443:18): [True: 0, False: 0]
  ------------------
 2444|      0|            lazy_imports = -1;
 2445|      0|        }
 2446|      0|        else {
 2447|      0|            return _PyStatus_ERR("PYTHON_LAZY_IMPORTS: invalid value; "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2448|      0|                                 "expected 'all', 'none', or 'normal'");
 2449|      0|        }
 2450|      0|        config->lazy_imports = lazy_imports;
 2451|      0|    }
 2452|       |
 2453|      2|    const wchar_t *x_value = config_get_xoption_value(config, L"lazy_imports");
 2454|      2|    if (x_value) {
  ------------------
  |  Branch (2454:9): [True: 0, False: 2]
  ------------------
 2455|      0|        if (wcscmp(x_value, L"all") == 0) {
  ------------------
  |  Branch (2455:13): [True: 0, False: 0]
  ------------------
 2456|      0|            lazy_imports = 1;
 2457|      0|        }
 2458|      0|        else if (wcscmp(x_value, L"none") == 0) {
  ------------------
  |  Branch (2458:18): [True: 0, False: 0]
  ------------------
 2459|      0|            lazy_imports = 0;
 2460|      0|        }
 2461|      0|        else if (wcscmp(x_value, L"normal") == 0) {
  ------------------
  |  Branch (2461:18): [True: 0, False: 0]
  ------------------
 2462|      0|            lazy_imports = -1;
 2463|      0|        }
 2464|      0|        else {
 2465|      0|            return _PyStatus_ERR("-X lazy_imports: invalid value; "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2466|      0|                                 "expected 'all', 'none', or 'normal'");
 2467|      0|        }
 2468|      0|        config->lazy_imports = lazy_imports;
 2469|      0|    }
 2470|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2471|      2|}
initconfig.c:config_init_tracemalloc:
 2251|      2|{
 2252|      2|    int nframe;
 2253|      2|    int valid;
 2254|       |
 2255|      2|    const char *env = config_get_env(config, "PYTHONTRACEMALLOC");
 2256|      2|    if (env) {
  ------------------
  |  Branch (2256:9): [True: 0, False: 2]
  ------------------
 2257|      0|        if (!_Py_str_to_int(env, &nframe)) {
  ------------------
  |  Branch (2257:13): [True: 0, False: 0]
  ------------------
 2258|      0|            valid = (nframe >= 0);
 2259|      0|        }
 2260|      0|        else {
 2261|      0|            valid = 0;
 2262|      0|        }
 2263|      0|        if (!valid) {
  ------------------
  |  Branch (2263:13): [True: 0, False: 0]
  ------------------
 2264|      0|            return _PyStatus_ERR("PYTHONTRACEMALLOC: invalid number of frames");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2265|      0|        }
 2266|      0|        config->tracemalloc = nframe;
 2267|      0|    }
 2268|       |
 2269|      2|    const wchar_t *xoption = config_get_xoption(config, L"tracemalloc");
 2270|      2|    if (xoption) {
  ------------------
  |  Branch (2270:9): [True: 0, False: 2]
  ------------------
 2271|      0|        const wchar_t *sep = wcschr(xoption, L'=');
 2272|      0|        if (sep) {
  ------------------
  |  Branch (2272:13): [True: 0, False: 0]
  ------------------
 2273|      0|            if (!config_wstr_to_int(sep + 1, &nframe)) {
  ------------------
  |  Branch (2273:17): [True: 0, False: 0]
  ------------------
 2274|      0|                valid = (nframe >= 0);
 2275|      0|            }
 2276|      0|            else {
 2277|      0|                valid = 0;
 2278|      0|            }
 2279|      0|            if (!valid) {
  ------------------
  |  Branch (2279:17): [True: 0, False: 0]
  ------------------
 2280|      0|                return _PyStatus_ERR("-X tracemalloc=NFRAME: "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2281|      0|                                     "invalid number of frames");
 2282|      0|            }
 2283|      0|        }
 2284|      0|        else {
 2285|       |            /* -X tracemalloc behaves as -X tracemalloc=1 */
 2286|      0|            nframe = 1;
 2287|      0|        }
 2288|      0|        config->tracemalloc = nframe;
 2289|      0|    }
 2290|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2291|      2|}
initconfig.c:config_init_perf_profiling:
 2194|      2|{
 2195|      2|    int active = 0;
 2196|      2|    const char *env = config_get_env(config, "PYTHONPERFSUPPORT");
 2197|      2|    if (env) {
  ------------------
  |  Branch (2197:9): [True: 0, False: 2]
  ------------------
 2198|      0|        if (_Py_str_to_int(env, &active) != 0) {
  ------------------
  |  Branch (2198:13): [True: 0, False: 0]
  ------------------
 2199|      0|            active = 0;
 2200|      0|        }
 2201|      0|        if (active) {
  ------------------
  |  Branch (2201:13): [True: 0, False: 0]
  ------------------
 2202|      0|            config->perf_profiling = 1;
 2203|      0|        }
 2204|      0|    }
 2205|      2|    const wchar_t *xoption = config_get_xoption(config, L"perf");
 2206|      2|    if (xoption) {
  ------------------
  |  Branch (2206:9): [True: 0, False: 2]
  ------------------
 2207|      0|        config->perf_profiling = 1;
 2208|      0|    }
 2209|      2|    env = config_get_env(config, "PYTHON_PERF_JIT_SUPPORT");
 2210|      2|    if (env) {
  ------------------
  |  Branch (2210:9): [True: 0, False: 2]
  ------------------
 2211|      0|        if (_Py_str_to_int(env, &active) != 0) {
  ------------------
  |  Branch (2211:13): [True: 0, False: 0]
  ------------------
 2212|      0|            active = 0;
 2213|      0|        }
 2214|      0|        if (active) {
  ------------------
  |  Branch (2214:13): [True: 0, False: 0]
  ------------------
 2215|      0|            config->perf_profiling = 2;
 2216|      0|        }
 2217|      0|    }
 2218|      2|    xoption = config_get_xoption(config, L"perf_jit");
 2219|      2|    if (xoption) {
  ------------------
  |  Branch (2219:9): [True: 0, False: 2]
  ------------------
 2220|      0|        config->perf_profiling = 2;
 2221|      0|    }
 2222|       |
 2223|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2224|       |
 2225|      2|}
initconfig.c:config_init_remote_debug:
 2229|      2|{
 2230|       |#ifndef Py_REMOTE_DEBUG
 2231|       |    config->remote_debug = 0;
 2232|       |#else
 2233|      2|    int active = 1;
 2234|      2|    const char *env = Py_GETENV("PYTHON_DISABLE_REMOTE_DEBUG");
 2235|      2|    if (env) {
  ------------------
  |  Branch (2235:9): [True: 0, False: 2]
  ------------------
 2236|      0|        active = 0;
 2237|      0|    }
 2238|      2|    const wchar_t *xoption = config_get_xoption(config, L"disable-remote-debug");
 2239|      2|    if (xoption) {
  ------------------
  |  Branch (2239:9): [True: 0, False: 2]
  ------------------
 2240|      0|        active = 0;
 2241|      0|    }
 2242|       |
 2243|      2|    config->remote_debug = active;
 2244|      2|#endif
 2245|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2246|       |
 2247|      2|}
initconfig.c:config_init_cpu_count:
 2073|      2|{
 2074|      2|    const char *env = config_get_env(config, "PYTHON_CPU_COUNT");
 2075|      2|    if (env) {
  ------------------
  |  Branch (2075:9): [True: 0, False: 2]
  ------------------
 2076|      0|        int cpu_count = -1;
 2077|      0|        if (strcmp(env, "default") == 0) {
  ------------------
  |  Branch (2077:13): [True: 0, False: 0]
  ------------------
 2078|      0|            cpu_count = -1;
 2079|      0|        }
 2080|      0|        else if (_Py_str_to_int(env, &cpu_count) < 0 || cpu_count < 1) {
  ------------------
  |  Branch (2080:18): [True: 0, False: 0]
  |  Branch (2080:57): [True: 0, False: 0]
  ------------------
 2081|      0|            goto error;
 2082|      0|        }
 2083|      0|        config->cpu_count = cpu_count;
 2084|      0|    }
 2085|       |
 2086|      2|    const wchar_t *xoption = config_get_xoption(config, L"cpu_count");
 2087|      2|    if (xoption) {
  ------------------
  |  Branch (2087:9): [True: 0, False: 2]
  ------------------
 2088|      0|        int cpu_count = -1;
 2089|      0|        const wchar_t *sep = wcschr(xoption, L'=');
 2090|      0|        if (sep) {
  ------------------
  |  Branch (2090:13): [True: 0, False: 0]
  ------------------
 2091|      0|            if (wcscmp(sep + 1, L"default") == 0) {
  ------------------
  |  Branch (2091:17): [True: 0, False: 0]
  ------------------
 2092|      0|                cpu_count = -1;
 2093|      0|            }
 2094|      0|            else if (config_wstr_to_int(sep + 1, &cpu_count) < 0 || cpu_count < 1) {
  ------------------
  |  Branch (2094:22): [True: 0, False: 0]
  |  Branch (2094:69): [True: 0, False: 0]
  ------------------
 2095|      0|                goto error;
 2096|      0|            }
 2097|      0|        }
 2098|      0|        else {
 2099|      0|            goto error;
 2100|      0|        }
 2101|      0|        config->cpu_count = cpu_count;
 2102|      0|    }
 2103|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2104|       |
 2105|      0|error:
 2106|      0|    return _PyStatus_ERR("-X cpu_count=n option: n is missing or an invalid number, "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2107|      2|                         "n must be greater than 0");
 2108|      2|}
initconfig.c:config_init_pycache_prefix:
 2342|      2|{
 2343|      2|    assert(config->pycache_prefix == NULL);
  ------------------
  |  Branch (2343:5): [True: 2, False: 0]
  ------------------
 2344|       |
 2345|      2|    const wchar_t *xoption = config_get_xoption(config, L"pycache_prefix");
 2346|      2|    if (xoption) {
  ------------------
  |  Branch (2346:9): [True: 0, False: 2]
  ------------------
 2347|      0|        const wchar_t *sep = wcschr(xoption, L'=');
 2348|      0|        if (sep && wcslen(sep) > 1) {
  ------------------
  |  Branch (2348:13): [True: 0, False: 0]
  |  Branch (2348:20): [True: 0, False: 0]
  ------------------
 2349|      0|            config->pycache_prefix = _PyMem_RawWcsdup(sep + 1);
 2350|      0|            if (config->pycache_prefix == NULL) {
  ------------------
  |  Branch (2350:17): [True: 0, False: 0]
  ------------------
 2351|      0|                return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 2352|      0|            }
 2353|      0|        }
 2354|      0|        else {
 2355|       |            // PYTHONPYCACHEPREFIX env var ignored
 2356|       |            // if "-X pycache_prefix=" option is used
 2357|      0|            config->pycache_prefix = NULL;
 2358|      0|        }
 2359|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2360|      0|    }
 2361|       |
 2362|      2|    return CONFIG_GET_ENV_DUP(config, &config->pycache_prefix,
  ------------------
  |  | 1785|      2|    config_get_env_dup(CONFIG, DEST, WNAME, NAME, "cannot decode " NAME)
  ------------------
 2363|      2|                              L"PYTHONPYCACHEPREFIX",
 2364|      2|                              "PYTHONPYCACHEPREFIX");
 2365|      2|}
initconfig.c:config_init_thread_inherit_context:
 2112|      2|{
 2113|      2|    const char *env = config_get_env(config, "PYTHON_THREAD_INHERIT_CONTEXT");
 2114|      2|    if (env) {
  ------------------
  |  Branch (2114:9): [True: 0, False: 2]
  ------------------
 2115|      0|        int enabled;
 2116|      0|        if (_Py_str_to_int(env, &enabled) < 0 || (enabled < 0) || (enabled > 1)) {
  ------------------
  |  Branch (2116:13): [True: 0, False: 0]
  |  Branch (2116:50): [True: 0, False: 0]
  |  Branch (2116:67): [True: 0, False: 0]
  ------------------
 2117|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2118|      0|                "PYTHON_THREAD_INHERIT_CONTEXT=N: N is missing or invalid");
 2119|      0|        }
 2120|      0|        config->thread_inherit_context = enabled;
 2121|      0|    }
 2122|       |
 2123|      2|    const wchar_t *xoption = config_get_xoption(config, L"thread_inherit_context");
 2124|      2|    if (xoption) {
  ------------------
  |  Branch (2124:9): [True: 0, False: 2]
  ------------------
 2125|      0|        int enabled;
 2126|      0|        const wchar_t *sep = wcschr(xoption, L'=');
 2127|      0|        if (!sep || (config_wstr_to_int(sep + 1, &enabled) < 0) || (enabled < 0) || (enabled > 1)) {
  ------------------
  |  Branch (2127:13): [True: 0, False: 0]
  |  Branch (2127:21): [True: 0, False: 0]
  |  Branch (2127:68): [True: 0, False: 0]
  |  Branch (2127:85): [True: 0, False: 0]
  ------------------
 2128|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2129|      0|                "-X thread_inherit_context=n: n is missing or invalid");
 2130|      0|        }
 2131|      0|        config->thread_inherit_context = enabled;
 2132|      0|    }
 2133|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2134|      2|}
initconfig.c:config_init_context_aware_warnings:
 2138|      2|{
 2139|      2|    const char *env = config_get_env(config, "PYTHON_CONTEXT_AWARE_WARNINGS");
 2140|      2|    if (env) {
  ------------------
  |  Branch (2140:9): [True: 0, False: 2]
  ------------------
 2141|      0|        int enabled;
 2142|      0|        if (_Py_str_to_int(env, &enabled) < 0 || (enabled < 0) || (enabled > 1)) {
  ------------------
  |  Branch (2142:13): [True: 0, False: 0]
  |  Branch (2142:50): [True: 0, False: 0]
  |  Branch (2142:67): [True: 0, False: 0]
  ------------------
 2143|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2144|      0|                "PYTHON_CONTEXT_AWARE_WARNINGS=N: N is missing or invalid");
 2145|      0|        }
 2146|      0|        config->context_aware_warnings = enabled;
 2147|      0|    }
 2148|       |
 2149|      2|    const wchar_t *xoption = config_get_xoption(config, L"context_aware_warnings");
 2150|      2|    if (xoption) {
  ------------------
  |  Branch (2150:9): [True: 0, False: 2]
  ------------------
 2151|      0|        int enabled;
 2152|      0|        const wchar_t *sep = wcschr(xoption, L'=');
 2153|      0|        if (!sep || (config_wstr_to_int(sep + 1, &enabled) < 0) || (enabled < 0) || (enabled > 1)) {
  ------------------
  |  Branch (2153:13): [True: 0, False: 0]
  |  Branch (2153:21): [True: 0, False: 0]
  |  Branch (2153:68): [True: 0, False: 0]
  |  Branch (2153:85): [True: 0, False: 0]
  ------------------
 2154|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2155|      0|                "-X context_aware_warnings=n: n is missing or invalid");
 2156|      0|        }
 2157|      0|        config->context_aware_warnings = enabled;
 2158|      0|    }
 2159|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2160|      2|}
initconfig.c:config_init_tlbc:
 2164|      2|{
 2165|       |#ifdef Py_GIL_DISABLED
 2166|       |    const char *env = config_get_env(config, "PYTHON_TLBC");
 2167|       |    if (env) {
 2168|       |        int enabled;
 2169|       |        if (_Py_str_to_int(env, &enabled) < 0 || (enabled < 0) || (enabled > 1)) {
 2170|       |            return _PyStatus_ERR(
 2171|       |                "PYTHON_TLBC=N: N is missing or invalid");
 2172|       |        }
 2173|       |        config->tlbc_enabled = enabled;
 2174|       |    }
 2175|       |
 2176|       |    const wchar_t *xoption = config_get_xoption(config, L"tlbc");
 2177|       |    if (xoption) {
 2178|       |        int enabled;
 2179|       |        const wchar_t *sep = wcschr(xoption, L'=');
 2180|       |        if (!sep || (config_wstr_to_int(sep + 1, &enabled) < 0) || (enabled < 0) || (enabled > 1)) {
 2181|       |            return _PyStatus_ERR(
 2182|       |                "-X tlbc=n: n is missing or invalid");
 2183|       |        }
 2184|       |        config->tlbc_enabled = enabled;
 2185|       |    }
 2186|       |    return _PyStatus_OK();
 2187|       |#else
 2188|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2189|      2|#endif
 2190|      2|}
initconfig.c:config_init_pathconfig_warnings:
 2475|      2|{
 2476|      2|    const char *env = config_get_env(config, "PYTHON_PATHCONFIG_WARNINGS");
 2477|      2|    if (env) {
  ------------------
  |  Branch (2477:9): [True: 0, False: 2]
  ------------------
 2478|      0|        int enabled;
 2479|      0|        if (_Py_str_to_int(env, &enabled) < 0 || (enabled < 0) || (enabled > 1)) {
  ------------------
  |  Branch (2479:13): [True: 0, False: 0]
  |  Branch (2479:50): [True: 0, False: 0]
  |  Branch (2479:67): [True: 0, False: 0]
  ------------------
 2480|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2481|      0|                "PYTHON_PATHCONFIG_WARNINGS=N: N is missing or invalid");
 2482|      0|        }
 2483|      0|        config->pathconfig_warnings = enabled;
 2484|      0|    }
 2485|       |
 2486|      2|    const wchar_t *xoption = config_get_xoption(config, L"pathconfig_warnings");
 2487|      2|    if (xoption) {
  ------------------
  |  Branch (2487:9): [True: 0, False: 2]
  ------------------
 2488|      0|        int enabled;
 2489|      0|        const wchar_t *sep = wcschr(xoption, L'=');
 2490|      0|        if (!sep || (config_wstr_to_int(sep + 1, &enabled) < 0) || (enabled < 0) || (enabled > 1)) {
  ------------------
  |  Branch (2490:13): [True: 0, False: 0]
  |  Branch (2490:21): [True: 0, False: 0]
  |  Branch (2490:68): [True: 0, False: 0]
  |  Branch (2490:85): [True: 0, False: 0]
  ------------------
 2491|      0|            return _PyStatus_ERR(
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2492|      0|                "-X pathconfig_warnings=n: n is missing or invalid");
 2493|      0|        }
 2494|      0|        config->pathconfig_warnings = enabled;
 2495|      0|    }
 2496|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2497|      2|}
initconfig.c:config_init_fs_encoding:
 2775|      2|{
 2776|      2|    PyStatus status;
 2777|       |
 2778|      2|    if (config->filesystem_encoding == NULL) {
  ------------------
  |  Branch (2778:9): [True: 2, False: 0]
  ------------------
 2779|      2|        status = config_get_fs_encoding(config, preconfig,
 2780|      2|                                        &config->filesystem_encoding);
 2781|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2782|      0|            return status;
 2783|      0|        }
 2784|      2|    }
 2785|       |
 2786|      2|    if (config->filesystem_errors == NULL) {
  ------------------
  |  Branch (2786:9): [True: 2, False: 0]
  ------------------
 2787|      2|        const wchar_t *errors;
 2788|       |#ifdef MS_WINDOWS
 2789|       |        if (preconfig->legacy_windows_fs_encoding) {
 2790|       |            errors = L"replace";
 2791|       |        }
 2792|       |        else {
 2793|       |            errors = L"surrogatepass";
 2794|       |        }
 2795|       |#else
 2796|      2|        errors = L"surrogateescape";
 2797|      2|#endif
 2798|      2|        status = PyConfig_SetString(config, &config->filesystem_errors, errors);
 2799|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2800|      0|            return status;
 2801|      0|        }
 2802|      2|    }
 2803|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2804|      2|}
initconfig.c:config_get_fs_encoding:
 2745|      2|{
 2746|       |#ifdef _Py_FORCE_UTF8_FS_ENCODING
 2747|       |    return PyConfig_SetString(config, fs_encoding, L"utf-8");
 2748|       |#elif defined(MS_WINDOWS)
 2749|       |    const wchar_t *encoding;
 2750|       |    if (preconfig->legacy_windows_fs_encoding) {
 2751|       |        // Legacy Windows filesystem encoding: mbcs/replace
 2752|       |        encoding = L"mbcs";
 2753|       |    }
 2754|       |    else {
 2755|       |        // Windows defaults to utf-8/surrogatepass (PEP 529)
 2756|       |        encoding = L"utf-8";
 2757|       |    }
 2758|       |     return PyConfig_SetString(config, fs_encoding, encoding);
 2759|       |#else  // !MS_WINDOWS
 2760|      2|    if (preconfig->utf8_mode) {
  ------------------
  |  Branch (2760:9): [True: 2, False: 0]
  ------------------
 2761|      2|        return PyConfig_SetString(config, fs_encoding, L"utf-8");
 2762|      2|    }
 2763|       |
 2764|      0|    if (_Py_GetForceASCII()) {
  ------------------
  |  Branch (2764:9): [True: 0, False: 0]
  ------------------
 2765|      0|        return PyConfig_SetString(config, fs_encoding, L"ascii");
 2766|      0|    }
 2767|       |
 2768|      0|    return config_get_locale_encoding(config, preconfig, fs_encoding);
 2769|      0|#endif  // !MS_WINDOWS
 2770|      0|}
initconfig.c:config_get_locale_encoding:
 2640|      2|{
 2641|      2|    wchar_t *encoding;
 2642|      2|    if (preconfig->utf8_mode) {
  ------------------
  |  Branch (2642:9): [True: 2, False: 0]
  ------------------
 2643|      2|        encoding = _PyMem_RawWcsdup(L"utf-8");
 2644|      2|    }
 2645|      0|    else {
 2646|      0|        encoding = _Py_GetLocaleEncoding();
 2647|      0|    }
 2648|      2|    if (encoding == NULL) {
  ------------------
  |  Branch (2648:9): [True: 0, False: 2]
  ------------------
 2649|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 2650|      0|    }
 2651|      2|    PyStatus status = PyConfig_SetString(config, locale_encoding, encoding);
 2652|      2|    PyMem_RawFree(encoding);
 2653|      2|    return status;
 2654|      2|}
initconfig.c:config_init_stdio_encoding:
 2660|      2|{
 2661|      2|    PyStatus status;
 2662|       |
 2663|       |    // Exit if encoding and errors are defined
 2664|      2|    if (config->stdio_encoding != NULL && config->stdio_errors != NULL) {
  ------------------
  |  Branch (2664:9): [True: 0, False: 2]
  |  Branch (2664:43): [True: 0, False: 0]
  ------------------
 2665|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2666|      0|    }
 2667|       |
 2668|       |    /* PYTHONIOENCODING environment variable */
 2669|      2|    const char *opt = config_get_env(config, "PYTHONIOENCODING");
 2670|      2|    if (opt) {
  ------------------
  |  Branch (2670:9): [True: 0, False: 2]
  ------------------
 2671|      0|        char *pythonioencoding = _PyMem_RawStrdup(opt);
 2672|      0|        if (pythonioencoding == NULL) {
  ------------------
  |  Branch (2672:13): [True: 0, False: 0]
  ------------------
 2673|      0|            return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
 2674|      0|        }
 2675|       |
 2676|      0|        char *errors = strchr(pythonioencoding, ':');
 2677|      0|        if (errors) {
  ------------------
  |  Branch (2677:13): [True: 0, False: 0]
  ------------------
 2678|      0|            *errors = '\0';
 2679|      0|            errors++;
 2680|      0|            if (!errors[0]) {
  ------------------
  |  Branch (2680:17): [True: 0, False: 0]
  ------------------
 2681|      0|                errors = NULL;
 2682|      0|            }
 2683|      0|        }
 2684|       |
 2685|       |        /* Does PYTHONIOENCODING contain an encoding? */
 2686|      0|        if (pythonioencoding[0]) {
  ------------------
  |  Branch (2686:13): [True: 0, False: 0]
  ------------------
 2687|      0|            if (config->stdio_encoding == NULL) {
  ------------------
  |  Branch (2687:17): [True: 0, False: 0]
  ------------------
 2688|      0|                status = CONFIG_SET_BYTES_STR(config, &config->stdio_encoding,
  ------------------
  |  | 1333|      0|    config_set_bytes_string(config, config_str, str, "cannot decode " NAME)
  ------------------
 2689|      0|                                              pythonioencoding,
 2690|      0|                                              "PYTHONIOENCODING environment variable");
 2691|      0|                if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2692|      0|                    PyMem_RawFree(pythonioencoding);
 2693|      0|                    return status;
 2694|      0|                }
 2695|      0|            }
 2696|       |
 2697|       |            /* If the encoding is set but not the error handler,
 2698|       |               use "strict" error handler by default.
 2699|       |               PYTHONIOENCODING=latin1 behaves as
 2700|       |               PYTHONIOENCODING=latin1:strict. */
 2701|      0|            if (!errors) {
  ------------------
  |  Branch (2701:17): [True: 0, False: 0]
  ------------------
 2702|      0|                errors = "strict";
 2703|      0|            }
 2704|      0|        }
 2705|       |
 2706|      0|        if (config->stdio_errors == NULL && errors != NULL) {
  ------------------
  |  Branch (2706:13): [True: 0, False: 0]
  |  Branch (2706:45): [True: 0, False: 0]
  ------------------
 2707|      0|            status = CONFIG_SET_BYTES_STR(config, &config->stdio_errors,
  ------------------
  |  | 1333|      0|    config_set_bytes_string(config, config_str, str, "cannot decode " NAME)
  ------------------
 2708|      0|                                          errors,
 2709|      0|                                          "PYTHONIOENCODING environment variable");
 2710|      0|            if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2711|      0|                PyMem_RawFree(pythonioencoding);
 2712|      0|                return status;
 2713|      0|            }
 2714|      0|        }
 2715|       |
 2716|      0|        PyMem_RawFree(pythonioencoding);
 2717|      0|    }
 2718|       |
 2719|       |    /* Choose the default error handler based on the current locale. */
 2720|      2|    if (config->stdio_encoding == NULL) {
  ------------------
  |  Branch (2720:9): [True: 2, False: 0]
  ------------------
 2721|      2|        status = config_get_locale_encoding(config, preconfig,
 2722|      2|                                            &config->stdio_encoding);
 2723|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2724|      0|            return status;
 2725|      0|        }
 2726|      2|    }
 2727|      2|    if (config->stdio_errors == NULL) {
  ------------------
  |  Branch (2727:9): [True: 2, False: 0]
  ------------------
 2728|      2|        const wchar_t *errors = config_get_stdio_errors(preconfig);
 2729|      2|        assert(errors != NULL);
  ------------------
  |  Branch (2729:9): [True: 2, False: 0]
  ------------------
 2730|       |
 2731|      2|        status = PyConfig_SetString(config, &config->stdio_errors, errors);
 2732|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 2733|      0|            return status;
 2734|      0|        }
 2735|      2|    }
 2736|       |
 2737|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2738|      2|}
initconfig.c:config_get_stdio_errors:
 2606|      2|{
 2607|      2|    if (preconfig->utf8_mode) {
  ------------------
  |  Branch (2607:9): [True: 2, False: 0]
  ------------------
 2608|       |        /* UTF-8 Mode uses UTF-8/surrogateescape */
 2609|      2|        return L"surrogateescape";
 2610|      2|    }
 2611|       |
 2612|      0|#ifndef MS_WINDOWS
 2613|      0|    const char *loc = setlocale(LC_CTYPE, NULL);
 2614|      0|    if (loc != NULL) {
  ------------------
  |  Branch (2614:9): [True: 0, False: 0]
  ------------------
 2615|       |        /* surrogateescape is the default in the legacy C and POSIX locales */
 2616|      0|        if (strcmp(loc, "C") == 0 || strcmp(loc, "POSIX") == 0) {
  ------------------
  |  Branch (2616:13): [True: 0, False: 0]
  |  Branch (2616:38): [True: 0, False: 0]
  ------------------
 2617|      0|            return L"surrogateescape";
 2618|      0|        }
 2619|       |
 2620|      0|#ifdef PY_COERCE_C_LOCALE
 2621|       |        /* surrogateescape is the default in locale coercion target locales */
 2622|      0|        if (_Py_IsLocaleCoercionTarget(loc)) {
  ------------------
  |  Branch (2622:13): [True: 0, False: 0]
  ------------------
 2623|      0|            return L"surrogateescape";
 2624|      0|        }
 2625|      0|#endif
 2626|      0|    }
 2627|       |
 2628|      0|    return L"strict";
 2629|       |#else
 2630|       |    /* On Windows, always use surrogateescape by default */
 2631|       |    return L"surrogateescape";
 2632|       |#endif
 2633|      0|}
initconfig.c:config_check_consistency:
 1013|      2|{
 1014|       |    /* Check config consistency */
 1015|      2|    assert(config->isolated >= 0);
  ------------------
  |  Branch (1015:5): [True: 2, False: 0]
  ------------------
 1016|      2|    assert(config->use_environment >= 0);
  ------------------
  |  Branch (1016:5): [True: 2, False: 0]
  ------------------
 1017|      2|    assert(config->dev_mode >= 0);
  ------------------
  |  Branch (1017:5): [True: 2, False: 0]
  ------------------
 1018|      2|    assert(config->install_signal_handlers >= 0);
  ------------------
  |  Branch (1018:5): [True: 2, False: 0]
  ------------------
 1019|      2|    assert(config->use_hash_seed >= 0);
  ------------------
  |  Branch (1019:5): [True: 2, False: 0]
  ------------------
 1020|      2|    assert(config->hash_seed <= MAX_HASH_SEED);
  ------------------
  |  Branch (1020:5): [True: 2, False: 0]
  ------------------
 1021|      2|    assert(config->faulthandler >= 0);
  ------------------
  |  Branch (1021:5): [True: 2, False: 0]
  ------------------
 1022|      2|    assert(config->tracemalloc >= 0);
  ------------------
  |  Branch (1022:5): [True: 2, False: 0]
  ------------------
 1023|      2|    assert(config->import_time >= 0);
  ------------------
  |  Branch (1023:5): [True: 2, False: 0]
  ------------------
 1024|      2|    assert(config->code_debug_ranges >= 0);
  ------------------
  |  Branch (1024:5): [True: 2, False: 0]
  ------------------
 1025|      2|    assert(config->show_ref_count >= 0);
  ------------------
  |  Branch (1025:5): [True: 2, False: 0]
  ------------------
 1026|      2|    assert(config->dump_refs >= 0);
  ------------------
  |  Branch (1026:5): [True: 2, False: 0]
  ------------------
 1027|      2|    assert(config->malloc_stats >= 0);
  ------------------
  |  Branch (1027:5): [True: 2, False: 0]
  ------------------
 1028|      2|    assert(config->pymalloc_hugepages >= 0);
  ------------------
  |  Branch (1028:5): [True: 2, False: 0]
  ------------------
 1029|      2|    assert(config->site_import >= 0);
  ------------------
  |  Branch (1029:5): [True: 2, False: 0]
  ------------------
 1030|      2|    assert(config->bytes_warning >= 0);
  ------------------
  |  Branch (1030:5): [True: 2, False: 0]
  ------------------
 1031|      2|    assert(config->warn_default_encoding >= 0);
  ------------------
  |  Branch (1031:5): [True: 2, False: 0]
  ------------------
 1032|      2|    assert(config->inspect >= 0);
  ------------------
  |  Branch (1032:5): [True: 2, False: 0]
  ------------------
 1033|      2|    assert(config->interactive >= 0);
  ------------------
  |  Branch (1033:5): [True: 2, False: 0]
  ------------------
 1034|      2|    assert(config->optimization_level >= 0);
  ------------------
  |  Branch (1034:5): [True: 2, False: 0]
  ------------------
 1035|      2|    assert(config->parser_debug >= 0);
  ------------------
  |  Branch (1035:5): [True: 2, False: 0]
  ------------------
 1036|      2|    assert(config->write_bytecode >= 0);
  ------------------
  |  Branch (1036:5): [True: 2, False: 0]
  ------------------
 1037|      2|    assert(config->verbose >= 0);
  ------------------
  |  Branch (1037:5): [True: 2, False: 0]
  ------------------
 1038|      2|    assert(config->quiet >= 0);
  ------------------
  |  Branch (1038:5): [True: 2, False: 0]
  ------------------
 1039|      2|    assert(config->user_site_directory >= 0);
  ------------------
  |  Branch (1039:5): [True: 2, False: 0]
  ------------------
 1040|      2|    assert(config->parse_argv >= 0);
  ------------------
  |  Branch (1040:5): [True: 2, False: 0]
  ------------------
 1041|      2|    assert(config->configure_c_stdio >= 0);
  ------------------
  |  Branch (1041:5): [True: 2, False: 0]
  ------------------
 1042|      2|    assert(config->buffered_stdio >= 0);
  ------------------
  |  Branch (1042:5): [True: 2, False: 0]
  ------------------
 1043|      2|    assert(_PyWideStringList_CheckConsistency(&config->orig_argv));
  ------------------
  |  Branch (1043:5): [True: 2, False: 0]
  ------------------
 1044|      2|    assert(_PyWideStringList_CheckConsistency(&config->argv));
  ------------------
  |  Branch (1044:5): [True: 2, False: 0]
  ------------------
 1045|       |    /* sys.argv must be non-empty: empty argv is replaced with [''] */
 1046|      2|    assert(config->argv.length >= 1);
  ------------------
  |  Branch (1046:5): [True: 2, False: 0]
  ------------------
 1047|      2|    assert(_PyWideStringList_CheckConsistency(&config->xoptions));
  ------------------
  |  Branch (1047:5): [True: 2, False: 0]
  ------------------
 1048|      2|    assert(_PyWideStringList_CheckConsistency(&config->warnoptions));
  ------------------
  |  Branch (1048:5): [True: 2, False: 0]
  ------------------
 1049|      2|    assert(_PyWideStringList_CheckConsistency(&config->module_search_paths));
  ------------------
  |  Branch (1049:5): [True: 2, False: 0]
  ------------------
 1050|      2|    assert(config->module_search_paths_set >= 0);
  ------------------
  |  Branch (1050:5): [True: 2, False: 0]
  ------------------
 1051|      2|    assert(config->filesystem_encoding != NULL);
  ------------------
  |  Branch (1051:5): [True: 2, False: 0]
  ------------------
 1052|      2|    assert(config->filesystem_errors != NULL);
  ------------------
  |  Branch (1052:5): [True: 2, False: 0]
  ------------------
 1053|      2|    assert(config->stdio_encoding != NULL);
  ------------------
  |  Branch (1053:5): [True: 2, False: 0]
  ------------------
 1054|      2|    assert(config->stdio_errors != NULL);
  ------------------
  |  Branch (1054:5): [True: 2, False: 0]
  ------------------
 1055|       |#ifdef MS_WINDOWS
 1056|       |    assert(config->legacy_windows_stdio >= 0);
 1057|       |#endif
 1058|       |    /* -c and -m options are exclusive */
 1059|      2|    assert(!(config->run_command != NULL && config->run_module != NULL));
  ------------------
  |  Branch (1059:5): [True: 0, False: 2]
  |  Branch (1059:5): [True: 0, False: 0]
  ------------------
 1060|      2|    assert(config->check_hash_pycs_mode != NULL);
  ------------------
  |  Branch (1060:5): [True: 2, False: 0]
  ------------------
 1061|      2|    assert(config->_install_importlib >= 0);
  ------------------
  |  Branch (1061:5): [True: 2, False: 0]
  ------------------
 1062|      2|    assert(config->pathconfig_warnings >= 0);
  ------------------
  |  Branch (1062:5): [True: 2, False: 0]
  ------------------
 1063|      2|    assert(config->_is_python_build >= 0);
  ------------------
  |  Branch (1063:5): [True: 2, False: 0]
  ------------------
 1064|      2|    assert(config->safe_path >= 0);
  ------------------
  |  Branch (1064:5): [True: 2, False: 0]
  ------------------
 1065|      2|    assert(config->int_max_str_digits >= 0);
  ------------------
  |  Branch (1065:5): [True: 2, False: 0]
  ------------------
 1066|       |    // cpu_count can be -1 if the user doesn't override it.
 1067|      2|    assert(config->cpu_count != 0);
  ------------------
  |  Branch (1067:5): [True: 2, False: 0]
  ------------------
 1068|       |    // lazy_imports can be -1 (default), 0 (off), or 1 (on).
 1069|      2|    assert(config->lazy_imports >= -1 && config->lazy_imports <= 1);
  ------------------
  |  Branch (1069:5): [True: 2, False: 0]
  |  Branch (1069:5): [True: 2, False: 0]
  ------------------
 1070|       |    // config->use_frozen_modules is initialized later
 1071|       |    // by _PyConfig_InitImportConfig().
 1072|      2|    assert(config->thread_inherit_context >= 0);
  ------------------
  |  Branch (1072:5): [True: 2, False: 0]
  ------------------
 1073|      2|    assert(config->context_aware_warnings >= 0);
  ------------------
  |  Branch (1073:5): [True: 2, False: 0]
  ------------------
 1074|       |#ifdef __APPLE__
 1075|       |    assert(config->use_system_logger >= 0);
 1076|       |#endif
 1077|       |#ifdef Py_STATS
 1078|       |    assert(config->_pystats >= 0);
 1079|       |#endif
 1080|      2|    return 1;
 1081|      2|}
initconfig.c:config_get:
 4633|    142|{
 4634|    142|    if (use_sys) {
  ------------------
  |  Branch (4634:9): [True: 0, False: 142]
  ------------------
 4635|      0|        if (spec->sys.attr != NULL) {
  ------------------
  |  Branch (4635:13): [True: 0, False: 0]
  ------------------
 4636|      0|            return PySys_GetAttrString(spec->sys.attr);
 4637|      0|        }
 4638|       |
 4639|      0|        if (strcmp(spec->name, "write_bytecode") == 0) {
  ------------------
  |  Branch (4639:13): [True: 0, False: 0]
  ------------------
 4640|      0|            int value;
 4641|      0|            if (config_get_sys_write_bytecode(config, &value) < 0) {
  ------------------
  |  Branch (4641:17): [True: 0, False: 0]
  ------------------
 4642|      0|                return NULL;
 4643|      0|            }
 4644|      0|            return PyBool_FromLong(value);
 4645|      0|        }
 4646|       |
 4647|      0|        if (strcmp(spec->name, "int_max_str_digits") == 0) {
  ------------------
  |  Branch (4647:13): [True: 0, False: 0]
  ------------------
 4648|      0|            PyInterpreterState *interp = _PyInterpreterState_GET();
 4649|      0|            return PyLong_FromLong(interp->long_state.max_str_digits);
 4650|      0|        }
 4651|      0|    }
 4652|       |
 4653|    142|    void *member = config_get_spec_member(config, spec);
 4654|    142|    switch (spec->type) {
 4655|      8|    case PyConfig_MEMBER_INT:
  ------------------
  |  Branch (4655:5): [True: 8, False: 134]
  ------------------
 4656|     24|    case PyConfig_MEMBER_UINT:
  ------------------
  |  Branch (4656:5): [True: 16, False: 126]
  ------------------
 4657|     24|    {
 4658|     24|        int value = *(int *)member;
 4659|     24|        return PyLong_FromLong(value);
 4660|      8|    }
 4661|       |
 4662|     62|    case PyConfig_MEMBER_BOOL:
  ------------------
  |  Branch (4662:5): [True: 62, False: 80]
  ------------------
 4663|     62|    {
 4664|     62|        int value = *(int *)member;
 4665|     62|        return PyBool_FromLong(value != 0);
 4666|      8|    }
 4667|       |
 4668|      2|    case PyConfig_MEMBER_ULONG:
  ------------------
  |  Branch (4668:5): [True: 2, False: 140]
  ------------------
 4669|      2|    {
 4670|      2|        unsigned long value = *(unsigned long *)member;
 4671|      2|        return PyLong_FromUnsignedLong(value);
 4672|      8|    }
 4673|       |
 4674|     14|    case PyConfig_MEMBER_WSTR:
  ------------------
  |  Branch (4674:5): [True: 14, False: 128]
  ------------------
 4675|     44|    case PyConfig_MEMBER_WSTR_OPT:
  ------------------
  |  Branch (4675:5): [True: 30, False: 112]
  ------------------
 4676|     44|    {
 4677|     44|        wchar_t *wstr = *(wchar_t **)member;
 4678|     44|        if (wstr != NULL) {
  ------------------
  |  Branch (4678:13): [True: 12, False: 32]
  ------------------
 4679|     12|            return PyUnicode_FromWideChar(wstr, -1);
 4680|     12|        }
 4681|     32|        else {
 4682|     32|            return Py_NewRef(Py_None);
  ------------------
  |  |  550|     32|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4683|     32|        }
 4684|     44|    }
 4685|       |
 4686|     10|    case PyConfig_MEMBER_WSTR_LIST:
  ------------------
  |  Branch (4686:5): [True: 10, False: 132]
  ------------------
 4687|     10|    {
 4688|     10|        if (strcmp(spec->name, "xoptions") == 0) {
  ------------------
  |  Branch (4688:13): [True: 2, False: 8]
  ------------------
 4689|      2|            return _PyConfig_CreateXOptionsDict(config);
 4690|      2|        }
 4691|      8|        else {
 4692|      8|            const PyWideStringList *list = (const PyWideStringList *)member;
 4693|      8|            return _PyWideStringList_AsTuple(list);
 4694|      8|        }
 4695|     10|    }
 4696|       |
 4697|      0|    default:
  ------------------
  |  Branch (4697:5): [True: 0, False: 142]
  ------------------
 4698|      0|        Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
 4699|    142|    }
 4700|    142|}
initconfig.c:_PyWideStringList_AsTuple:
  956|      8|{
  957|      8|    assert(_PyWideStringList_CheckConsistency(list));
  ------------------
  |  Branch (957:5): [True: 8, False: 0]
  ------------------
  958|       |
  959|      8|    PyObject *tuple = PyTuple_New(list->length);
  960|      8|    if (tuple == NULL) {
  ------------------
  |  Branch (960:9): [True: 0, False: 8]
  ------------------
  961|      0|        return NULL;
  962|      0|    }
  963|       |
  964|     10|    for (Py_ssize_t i = 0; i < list->length; i++) {
  ------------------
  |  Branch (964:28): [True: 2, False: 8]
  ------------------
  965|      2|        PyObject *item = PyUnicode_FromWideChar(list->items[i], -1);
  966|      2|        if (item == NULL) {
  ------------------
  |  Branch (966:13): [True: 0, False: 2]
  ------------------
  967|      0|            Py_DECREF(tuple);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  968|      0|            return NULL;
  969|      0|        }
  970|      2|        PyTuple_SET_ITEM(tuple, i, item);
  ------------------
  |  |   40|      2|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  971|      2|    }
  972|      8|    return tuple;
  973|      8|}

_PyInstructionSequence_NewLabel:
   59|      1|{
   60|      1|    _PyJumpTargetLabel lbl = {++seq->s_next_free_label};
   61|      1|    return lbl;
   62|      1|}
_PyInstructionSequence_UseLabel:
   66|      4|{
   67|      4|    int old_size = seq->s_labelmap_size;
   68|      4|    _Py_c_array_t array = {
   69|      4|        .array = (void*)seq->s_labelmap,
   70|      4|        .allocated_entries = seq->s_labelmap_size,
   71|      4|        .item_size = sizeof(int),
   72|      4|        .initial_num_entries = INITIAL_INSTR_SEQUENCE_LABELS_MAP_SIZE,
  ------------------
  |  |   20|      4|#define INITIAL_INSTR_SEQUENCE_LABELS_MAP_SIZE 10
  ------------------
   73|      4|    };
   74|       |
   75|      4|    RETURN_IF_ERROR(_Py_CArray_EnsureCapacity(&array, lbl));
  ------------------
  |  |   32|      4|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 4]
  |  |  ------------------
  |  |   33|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   29|      0|#define ERROR -1
  |  |  ------------------
  |  |   34|      0|    }
  ------------------
   76|      4|    seq->s_labelmap = array.array;
   77|      4|    seq->s_labelmap_size = array.allocated_entries;
   78|       |
   79|     34|    for(int i = old_size; i < seq->s_labelmap_size; i++) {
  ------------------
  |  Branch (79:27): [True: 30, False: 4]
  ------------------
   80|     30|        seq->s_labelmap[i] = -111;  /* something weird, for debugging */
   81|     30|    }
   82|      4|    seq->s_labelmap[lbl] = seq->s_used; /* label refers to the next instruction */
   83|      4|    return SUCCESS;
  ------------------
  |  |   28|      4|#define SUCCESS 0
  ------------------
   84|      4|}
_PyInstructionSequence_ApplyLabelMap:
   88|      6|{
   89|      6|    if (instrs->s_labelmap == NULL) {
  ------------------
  |  Branch (89:9): [True: 3, False: 3]
  ------------------
   90|       |        /* Already applied - nothing to do */
   91|      3|        return SUCCESS;
  ------------------
  |  |   28|      3|#define SUCCESS 0
  ------------------
   92|      3|    }
   93|       |    /* Replace labels by offsets in the code */
   94|     28|    for (int i=0; i < instrs->s_used; i++) {
  ------------------
  |  Branch (94:19): [True: 25, False: 3]
  ------------------
   95|     25|        instruction *instr = &instrs->s_instrs[i];
   96|     25|        if (HAS_TARGET(instr->i_opcode)) {
  ------------------
  |  |   23|     25|        (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  | 1077|     50|#define OPCODE_HAS_JUMP(OP) (_PyOpcode_opcode_metadata[OP].flags & (HAS_JUMP_FLAG))
  |  |  |  |  ------------------
  |  |  |  |  |  | 1058|     25|#define HAS_JUMP_FLAG (8)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (1077:29): [True: 0, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                       (OPCODE_HAS_JUMP(opcode) || IS_BLOCK_PUSH_OPCODE(opcode))
  |  |  ------------------
  |  |  |  |   18|     25|        ((opcode) == SETUP_FINALLY || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  255|     50|#define SETUP_FINALLY                          264
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (18:10): [True: 0, False: 25]
  |  |  |  |  ------------------
  |  |  |  |   19|     25|         (opcode) == SETUP_WITH || \
  |  |  |  |  ------------------
  |  |  |  |  |  |  256|     50|#define SETUP_WITH                             265
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (19:10): [True: 0, False: 25]
  |  |  |  |  ------------------
  |  |  |  |   20|     25|         (opcode) == SETUP_CLEANUP)
  |  |  |  |  ------------------
  |  |  |  |  |  |  254|     25|#define SETUP_CLEANUP                          263
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (20:10): [True: 0, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   97|      0|            assert(instr->i_oparg < instrs->s_labelmap_size);
  ------------------
  |  Branch (97:13): [True: 0, False: 0]
  ------------------
   98|      0|            instr->i_oparg = instrs->s_labelmap[instr->i_oparg];
   99|      0|        }
  100|     25|        _PyExceptHandlerInfo *hi = &instr->i_except_handler_info;
  101|     25|        if (hi->h_label >= 0) {
  ------------------
  |  Branch (101:13): [True: 13, False: 12]
  ------------------
  102|     13|            assert(hi->h_label < instrs->s_labelmap_size);
  ------------------
  |  Branch (102:13): [True: 13, False: 0]
  ------------------
  103|     13|            hi->h_label = instrs->s_labelmap[hi->h_label];
  104|     13|        }
  105|     25|    }
  106|       |    /* Clear label map so it's never used again */
  107|      3|    PyMem_Free(instrs->s_labelmap);
  108|      3|    instrs->s_labelmap = NULL;
  109|      3|    instrs->s_labelmap_size = 0;
  110|      3|    return SUCCESS;
  ------------------
  |  |   28|      3|#define SUCCESS 0
  ------------------
  111|      3|}
_PyInstructionSequence_Addop:
  118|     30|{
  119|     30|    assert(0 <= opcode && opcode <= MAX_OPCODE);
  ------------------
  |  Branch (119:5): [True: 30, False: 0]
  |  Branch (119:5): [True: 30, False: 0]
  ------------------
  120|     30|    assert(IS_WITHIN_OPCODE_RANGE(opcode));
  ------------------
  |  Branch (120:5): [True: 30, False: 0]
  |  Branch (120:5): [True: 29, False: 1]
  |  Branch (120:5): [True: 0, False: 1]
  |  Branch (120:5): [True: 0, False: 1]
  |  Branch (120:5): [True: 1, False: 0]
  |  Branch (120:5): [True: 0, False: 0]
  |  Branch (120:5): [True: 0, False: 0]
  |  Branch (120:5): [True: 0, False: 0]
  |  Branch (120:5): [True: 0, False: 0]
  |  Branch (120:5): [True: 0, False: 0]
  |  Branch (120:5): [True: 0, False: 0]
  |  Branch (120:5): [True: 0, False: 0]
  |  Branch (120:5): [True: 0, False: 0]
  |  Branch (120:5): [Folded, False: 0]
  ------------------
  121|     30|    assert(OPCODE_HAS_ARG(opcode) || HAS_TARGET(opcode) || oparg == 0);
  ------------------
  |  Branch (121:5): [True: 0, False: 9]
  |  Branch (121:5): [True: 0, False: 9]
  |  Branch (121:5): [True: 0, False: 9]
  |  Branch (121:5): [True: 0, False: 9]
  |  Branch (121:5): [True: 21, False: 9]
  |  Branch (121:5): [True: 9, False: 0]
  ------------------
  122|     30|    assert(0 <= oparg && oparg < (1 << 30));
  ------------------
  |  Branch (122:5): [True: 30, False: 0]
  |  Branch (122:5): [True: 30, False: 0]
  ------------------
  123|       |
  124|     30|    int idx = instr_sequence_next_inst(seq);
  125|     30|    RETURN_IF_ERROR(idx);
  ------------------
  |  |   32|     30|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 30]
  |  |  ------------------
  |  |   33|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   29|      0|#define ERROR -1
  |  |  ------------------
  |  |   34|      0|    }
  ------------------
  126|     30|    instruction *ci = &seq->s_instrs[idx];
  127|     30|    ci->i_opcode = opcode;
  128|     30|    ci->i_oparg = oparg;
  129|     30|    ci->i_loc = loc;
  130|     30|    return SUCCESS;
  ------------------
  |  |   28|     30|#define SUCCESS 0
  ------------------
  131|     30|}
PyInstructionSequence_Fini:
  189|      4|PyInstructionSequence_Fini(instr_sequence *seq) {
  190|      4|    Py_XDECREF(seq->s_nested);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|       |
  192|      4|    PyMem_Free(seq->s_labelmap);
  193|      4|    seq->s_labelmap = NULL;
  194|       |
  195|      4|    PyMem_Free(seq->s_instrs);
  196|      4|    seq->s_instrs = NULL;
  197|       |
  198|      4|    if (seq->s_annotations_code != NULL) {
  ------------------
  |  Branch (198:9): [True: 0, False: 4]
  ------------------
  199|      0|        PyInstructionSequence_Fini(seq->s_annotations_code);
  200|      0|        Py_CLEAR(seq->s_annotations_code);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  201|      0|    }
  202|       |
  203|      4|}
_PyInstructionSequence_New:
  233|      2|{
  234|      2|    _PyInstructionSequence *seq = inst_seq_create();
  235|      2|    if (seq == NULL) {
  ------------------
  |  Branch (235:9): [True: 0, False: 2]
  ------------------
  236|      0|        return NULL;
  237|      0|    }
  238|      2|    return (PyObject*)seq;
  239|      2|}
instruction_sequence.c:instr_sequence_next_inst:
   37|     30|instr_sequence_next_inst(instr_sequence *seq) {
   38|     30|    assert(seq->s_instrs != NULL || seq->s_used == 0);
  ------------------
  |  Branch (38:5): [True: 26, False: 4]
  |  Branch (38:5): [True: 4, False: 0]
  ------------------
   39|       |
   40|       |
   41|     30|    _Py_c_array_t array = {
   42|     30|        .array = (void*)seq->s_instrs,
   43|     30|        .allocated_entries = seq->s_allocated,
   44|     30|        .item_size = sizeof(instruction),
   45|     30|        .initial_num_entries = INITIAL_INSTR_SEQUENCE_SIZE,
  ------------------
  |  |   19|     30|#define INITIAL_INSTR_SEQUENCE_SIZE 100
  ------------------
   46|     30|    };
   47|       |
   48|     30|    RETURN_IF_ERROR(_Py_CArray_EnsureCapacity(&array, seq->s_used + 1));
  ------------------
  |  |   32|     30|    if ((X) == -1) {        \
  |  |  ------------------
  |  |  |  Branch (32:9): [True: 0, False: 30]
  |  |  ------------------
  |  |   33|      0|        return ERROR;       \
  |  |  ------------------
  |  |  |  |   29|      0|#define ERROR -1
  |  |  ------------------
  |  |   34|      0|    }
  ------------------
   49|     30|    seq->s_instrs = array.array;
   50|     30|    seq->s_allocated = array.allocated_entries;
   51|       |
   52|     30|    assert(seq->s_allocated >= 0);
  ------------------
  |  Branch (52:5): [True: 30, False: 0]
  ------------------
   53|     30|    assert(seq->s_used < seq->s_allocated);
  ------------------
  |  Branch (53:5): [True: 30, False: 0]
  ------------------
   54|     30|    return seq->s_used++;
   55|     30|}
instruction_sequence.c:inst_seq_create:
  212|      2|{
  213|      2|    _PyInstructionSequence *seq;
  214|      2|    seq = PyObject_GC_New(_PyInstructionSequence, &_PyInstructionSequence_Type);
  ------------------
  |  |  181|      2|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  215|      2|    if (seq == NULL) {
  ------------------
  |  Branch (215:9): [True: 0, False: 2]
  ------------------
  216|      0|        return NULL;
  217|      0|    }
  218|      2|    seq->s_instrs = NULL;
  219|      2|    seq->s_allocated = 0;
  220|      2|    seq->s_used = 0;
  221|      2|    seq->s_next_free_label = 0;
  222|      2|    seq->s_labelmap = NULL;
  223|      2|    seq->s_labelmap_size = 0;
  224|      2|    seq->s_nested = NULL;
  225|      2|    seq->s_annotations_code = NULL;
  226|       |
  227|      2|    PyObject_GC_Track(seq);
  228|      2|    return seq;
  229|      2|}
instruction_sequence.c:inst_seq_dealloc:
  426|      2|{
  427|      2|    _PyInstructionSequence *seq = (_PyInstructionSequence *)op;
  428|      2|    PyObject_GC_UnTrack(seq);
  429|      2|    PyInstructionSequence_Fini(seq);
  430|      2|    PyObject_GC_Del(seq);
  431|      2|}

_Py_GetBaseCodeUnit:
  639|     40|{
  640|     40|    _Py_CODEUNIT *src_instr = _PyCode_CODE(code) + i;
  ------------------
  |  |   16|     40|#define _PyCode_CODE(CO) _Py_RVALUE((_Py_CODEUNIT *)(CO)->co_code_adaptive)
  |  |  ------------------
  |  |  |  |  277|     40|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  641|     40|    _Py_CODEUNIT inst = {
  642|     40|        .cache = FT_ATOMIC_LOAD_UINT16_RELAXED(*(uint16_t *)src_instr)};
  ------------------
  |  |  158|     40|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  ------------------
  643|     40|    int opcode = inst.op.code;
  644|     40|    if (opcode < MIN_INSTRUMENTED_OPCODE) {
  ------------------
  |  |  261|     40|#define MIN_INSTRUMENTED_OPCODE                233
  ------------------
  |  Branch (644:9): [True: 40, False: 0]
  ------------------
  645|     40|        inst.op.code = _PyOpcode_Deopt[opcode];
  646|     40|        assert(inst.op.code < MIN_SPECIALIZED_OPCODE);
  ------------------
  |  Branch (646:9): [True: 40, False: 0]
  ------------------
  647|     40|        return inst;
  648|     40|    }
  649|      0|    if (opcode == ENTER_EXECUTOR) {
  ------------------
  |  |  245|      0|#define ENTER_EXECUTOR                         254
  ------------------
  |  Branch (649:9): [True: 0, False: 0]
  ------------------
  650|      0|        _PyExecutorObject *exec = code->co_executors->executors[inst.op.arg];
  651|      0|        opcode = _PyOpcode_Deopt[exec->vm_data.opcode];
  652|      0|        inst.op.code = opcode;
  653|      0|        inst.op.arg = exec->vm_data.oparg;
  654|      0|        assert(inst.op.code < MIN_SPECIALIZED_OPCODE);
  ------------------
  |  Branch (654:9): [True: 0, False: 0]
  ------------------
  655|      0|        return inst;
  656|      0|    }
  657|      0|    if (opcode == INSTRUMENTED_LINE) {
  ------------------
  |  |  244|      0|#define INSTRUMENTED_LINE                      253
  ------------------
  |  Branch (657:9): [True: 0, False: 0]
  ------------------
  658|      0|        opcode = _PyCode_GetOriginalOpcode(code->_co_monitoring->lines, i);
  659|      0|    }
  660|      0|    if (opcode == INSTRUMENTED_INSTRUCTION) {
  ------------------
  |  |  228|      0|#define INSTRUMENTED_INSTRUCTION               237
  ------------------
  |  Branch (660:9): [True: 0, False: 0]
  ------------------
  661|      0|        opcode = code->_co_monitoring->per_instruction_opcodes[i];
  662|      0|    }
  663|      0|    CHECK(opcode != INSTRUMENTED_INSTRUCTION);
  ------------------
  |  |  632|      0|#define CHECK(test) assert(test)
  ------------------
  |  Branch (663:5): [True: 0, False: 0]
  ------------------
  664|      0|    CHECK(opcode != INSTRUMENTED_LINE);
  ------------------
  |  |  632|      0|#define CHECK(test) assert(test)
  ------------------
  |  Branch (664:5): [True: 0, False: 0]
  ------------------
  665|      0|    int deinstrumented = DE_INSTRUMENT[opcode];
  666|      0|    if (deinstrumented) {
  ------------------
  |  Branch (666:9): [True: 0, False: 0]
  ------------------
  667|      0|        inst.op.code = deinstrumented;
  668|      0|    }
  669|      0|    else {
  670|      0|        inst.op.code = _PyOpcode_Deopt[opcode];
  671|      0|    }
  672|      0|    assert(inst.op.code < MIN_SPECIALIZED_OPCODE);
  ------------------
  |  Branch (672:5): [True: 0, False: 0]
  ------------------
  673|      0|    return inst;
  674|      0|}
_Py_CreateMonitoringObject:
 2565|      2|{
 2566|      2|    PyObject *mod = _PyModule_CreateInitialized(&monitoring_module, PYTHON_API_VERSION);
  ------------------
  |  |   59|      2|#define PYTHON_API_VERSION 1013
  ------------------
 2567|      2|    if (mod == NULL) {
  ------------------
  |  Branch (2567:9): [True: 0, False: 2]
  ------------------
 2568|      0|        return NULL;
 2569|      0|    }
 2570|      2|    if (PyObject_SetAttrString(mod, "DISABLE", &_PyInstrumentation_DISABLE)) {
  ------------------
  |  Branch (2570:9): [True: 0, False: 2]
  ------------------
 2571|      0|        goto error;
 2572|      0|    }
 2573|      2|    if (PyObject_SetAttrString(mod, "MISSING", &_PyInstrumentation_MISSING)) {
  ------------------
  |  Branch (2573:9): [True: 0, False: 2]
  ------------------
 2574|      0|        goto error;
 2575|      0|    }
 2576|      2|    PyObject *events = _PyNamespace_New(NULL);
 2577|      2|    if (events == NULL) {
  ------------------
  |  Branch (2577:9): [True: 0, False: 2]
  ------------------
 2578|      0|        goto error;
 2579|      0|    }
 2580|      2|    int err = PyObject_SetAttrString(mod, "events", events);
 2581|      2|    Py_DECREF(events);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2582|      2|    if (err) {
  ------------------
  |  Branch (2582:9): [True: 0, False: 2]
  ------------------
 2583|      0|        goto error;
 2584|      0|    }
 2585|     40|    for (int i = 0; i < _PY_MONITORING_EVENTS; i++) {
  ------------------
  |  |   77|     40|#define _PY_MONITORING_EVENTS 19
  ------------------
  |  Branch (2585:21): [True: 38, False: 2]
  ------------------
 2586|     38|        if (add_power2_constant(events, event_names[i], i)) {
  ------------------
  |  Branch (2586:13): [True: 0, False: 38]
  ------------------
 2587|      0|            goto error;
 2588|      0|        }
 2589|     38|    }
 2590|      2|    err = PyObject_SetAttrString(events, "NO_EVENTS", _PyLong_GetZero());
 2591|      2|    if (err) goto error;
  ------------------
  |  Branch (2591:9): [True: 0, False: 2]
  ------------------
 2592|      2|    PyObject *val = PyLong_FromLong(PY_MONITORING_DEBUGGER_ID);
  ------------------
  |  |   20|      2|#define PY_MONITORING_DEBUGGER_ID 0
  ------------------
 2593|      2|    assert(val != NULL); /* Can't return NULL because the int is small. */
  ------------------
  |  Branch (2593:5): [True: 2, False: 0]
  ------------------
 2594|      2|    err = PyObject_SetAttrString(mod, "DEBUGGER_ID", val);
 2595|      2|    Py_DECREF(val);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2596|      2|    if (err) goto error;
  ------------------
  |  Branch (2596:9): [True: 0, False: 2]
  ------------------
 2597|      2|    val = PyLong_FromLong(PY_MONITORING_COVERAGE_ID);
  ------------------
  |  |   21|      2|#define PY_MONITORING_COVERAGE_ID 1
  ------------------
 2598|      2|    assert(val != NULL);
  ------------------
  |  Branch (2598:5): [True: 2, False: 0]
  ------------------
 2599|      2|    err = PyObject_SetAttrString(mod, "COVERAGE_ID", val);
 2600|      2|    Py_DECREF(val);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2601|      2|    if (err) goto error;
  ------------------
  |  Branch (2601:9): [True: 0, False: 2]
  ------------------
 2602|      2|    val = PyLong_FromLong(PY_MONITORING_PROFILER_ID);
  ------------------
  |  |   22|      2|#define PY_MONITORING_PROFILER_ID 2
  ------------------
 2603|      2|    assert(val != NULL);
  ------------------
  |  Branch (2603:5): [True: 2, False: 0]
  ------------------
 2604|      2|    err = PyObject_SetAttrString(mod, "PROFILER_ID", val);
 2605|      2|    Py_DECREF(val);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2606|      2|    if (err) goto error;
  ------------------
  |  Branch (2606:9): [True: 0, False: 2]
  ------------------
 2607|      2|    val = PyLong_FromLong(PY_MONITORING_OPTIMIZER_ID);
  ------------------
  |  |   23|      2|#define PY_MONITORING_OPTIMIZER_ID 5
  ------------------
 2608|      2|    assert(val != NULL);
  ------------------
  |  Branch (2608:5): [True: 2, False: 0]
  ------------------
 2609|      2|    err = PyObject_SetAttrString(mod, "OPTIMIZER_ID", val);
 2610|      2|    Py_DECREF(val);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2611|      2|    if (err) goto error;
  ------------------
  |  Branch (2611:9): [True: 0, False: 2]
  ------------------
 2612|      2|    return mod;
 2613|      0|error:
 2614|      0|    Py_DECREF(mod);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2615|       |    return NULL;
 2616|      2|}
instrumentation.c:add_power2_constant:
 2502|     38|{
 2503|     38|    PyObject *val = PyLong_FromLong(1<<i);
 2504|     38|    if (val == NULL) {
  ------------------
  |  Branch (2504:9): [True: 0, False: 38]
  ------------------
 2505|      0|        return -1;
 2506|      0|    }
 2507|     38|    int err = PyObject_SetAttrString(obj, name, val);
 2508|     38|    Py_DECREF(val);
  ------------------
  |  |  430|     38|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     38|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     38|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2509|     38|    return err;
 2510|     38|}

intrinsics.c:import_star:
  125|     12|{
  126|     12|    _PyInterpreterFrame *frame = tstate->current_frame;
  127|       |
  128|     12|    PyObject *locals = _PyFrame_GetLocals(frame);
  129|     12|    if (locals == NULL) {
  ------------------
  |  Branch (129:9): [True: 0, False: 12]
  ------------------
  130|      0|        _PyErr_SetString(tstate, PyExc_SystemError,
  131|      0|                            "no locals found during 'import *'");
  132|      0|        return NULL;
  133|      0|    }
  134|     12|    int err = import_all_from(tstate, locals, from);
  135|     12|    Py_DECREF(locals);
  ------------------
  |  |  430|     12|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  136|     12|    if (err < 0) {
  ------------------
  |  Branch (136:9): [True: 0, False: 12]
  ------------------
  137|      0|        return NULL;
  138|      0|    }
  139|     12|    Py_RETURN_NONE;
  ------------------
  |  |  628|     12|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     12|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  140|     12|}
intrinsics.c:import_all_from:
   41|     12|{
   42|     12|    PyObject *all, *dict, *name, *value;
   43|     12|    int skip_leading_underscores = 0;
   44|     12|    int pos, err;
   45|       |
   46|     12|    if (PyObject_GetOptionalAttr(v, &_Py_ID(__all__), &all) < 0) {
  ------------------
  |  |  917|     12|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     12|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     12|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (46:9): [True: 0, False: 12]
  ------------------
   47|      0|        return -1; /* Unexpected error */
   48|      0|    }
   49|     12|    if (all == NULL) {
  ------------------
  |  Branch (49:9): [True: 10, False: 2]
  ------------------
   50|     10|        if (PyObject_GetOptionalAttr(v, &_Py_ID(__dict__), &dict) < 0) {
  ------------------
  |  |  917|     10|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     10|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     10|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (50:13): [True: 0, False: 10]
  ------------------
   51|      0|            return -1;
   52|      0|        }
   53|     10|        if (dict == NULL) {
  ------------------
  |  Branch (53:13): [True: 0, False: 10]
  ------------------
   54|      0|            _PyErr_SetString(tstate, PyExc_ImportError,
   55|      0|                    "from-import-* object has no __dict__ and no __all__");
   56|      0|            return -1;
   57|      0|        }
   58|     10|        all = PyMapping_Keys(dict);
   59|     10|        Py_DECREF(dict);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   60|     10|        if (all == NULL)
  ------------------
  |  Branch (60:13): [True: 0, False: 10]
  ------------------
   61|      0|            return -1;
   62|     10|        skip_leading_underscores = 1;
   63|     10|    }
   64|       |
   65|  1.36k|    for (pos = 0, err = 0; ; pos++) {
   66|  1.36k|        name = PySequence_GetItem(all, pos);
   67|  1.36k|        if (name == NULL) {
  ------------------
  |  Branch (67:13): [True: 12, False: 1.34k]
  ------------------
   68|     12|            if (!_PyErr_ExceptionMatches(tstate, PyExc_IndexError)) {
  ------------------
  |  Branch (68:17): [True: 0, False: 12]
  ------------------
   69|      0|                err = -1;
   70|      0|            }
   71|     12|            else {
   72|     12|                _PyErr_Clear(tstate);
   73|     12|            }
   74|     12|            break;
   75|     12|        }
   76|  1.34k|        if (!PyUnicode_Check(name)) {
  ------------------
  |  |  103|  1.34k|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|  1.34k|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (76:13): [True: 0, False: 1.34k]
  ------------------
   77|      0|            PyObject *modname = PyObject_GetAttr(v, &_Py_ID(__name__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   78|      0|            if (modname == NULL) {
  ------------------
  |  Branch (78:17): [True: 0, False: 0]
  ------------------
   79|      0|                Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   80|      0|                err = -1;
   81|      0|                break;
   82|      0|            }
   83|      0|            if (!PyUnicode_Check(modname)) {
  ------------------
  |  |  103|      0|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (83:17): [True: 0, False: 0]
  ------------------
   84|      0|                _PyErr_Format(tstate, PyExc_TypeError,
   85|      0|                              "module __name__ must be a string, not %.100s",
   86|      0|                              Py_TYPE(modname)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   87|      0|            }
   88|      0|            else {
   89|      0|                _PyErr_Format(tstate, PyExc_TypeError,
   90|      0|                              "%s in %U.%s must be str, not %.100s",
   91|      0|                              skip_leading_underscores ? "Key" : "Item",
  ------------------
  |  Branch (91:31): [True: 0, False: 0]
  ------------------
   92|      0|                              modname,
   93|      0|                              skip_leading_underscores ? "__dict__" : "__all__",
  ------------------
  |  Branch (93:31): [True: 0, False: 0]
  ------------------
   94|      0|                              Py_TYPE(name)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   95|      0|            }
   96|      0|            Py_DECREF(modname);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   97|      0|            Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   98|      0|            err = -1;
   99|      0|            break;
  100|      0|        }
  101|  1.34k|        if (skip_leading_underscores) {
  ------------------
  |  Branch (101:13): [True: 1.31k, False: 34]
  ------------------
  102|  1.31k|            if (PyUnicode_READ_CHAR(name, 0) == '_') {
  ------------------
  |  |  381|  1.31k|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|  1.31k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.31k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (102:17): [True: 79, False: 1.23k]
  ------------------
  103|     79|                Py_DECREF(name);
  ------------------
  |  |  430|     79|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     79|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     79|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  104|     79|                continue;
  105|     79|            }
  106|  1.31k|        }
  107|  1.27k|        value = PyObject_GetAttr(v, name);
  108|  1.27k|        if (value == NULL)
  ------------------
  |  Branch (108:13): [True: 0, False: 1.27k]
  ------------------
  109|      0|            err = -1;
  110|  1.27k|        else if (PyDict_CheckExact(locals))
  ------------------
  |  |   19|  1.27k|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|  1.27k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|  1.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|  1.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1.27k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|  1.27k|            err = PyDict_SetItem(locals, name, value);
  112|      0|        else
  113|      0|            err = PyObject_SetItem(locals, name, value);
  114|  1.27k|        Py_DECREF(name);
  ------------------
  |  |  430|  1.27k|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  115|  1.27k|        Py_XDECREF(value);
  ------------------
  |  |  524|  1.27k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.27k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.27k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|  1.27k|        if (err < 0)
  ------------------
  |  Branch (116:13): [True: 0, False: 1.27k]
  ------------------
  117|      0|            break;
  118|  1.27k|    }
  119|     12|    Py_DECREF(all);
  ------------------
  |  |  430|     12|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  120|     12|    return err;
  121|     12|}
intrinsics.c:list_to_tuple:
  194|     45|{
  195|       |    /* INTRINSIC_LIST_TO_TUPLE is only emitted by the compiler for a
  196|       |       freshly-built, uniquely-referenced temporary list, so steal its items
  197|       |       into the tuple instead of copying them. */
  198|     45|    assert(PyList_CheckExact(v));
  ------------------
  |  Branch (198:5): [True: 45, False: 0]
  ------------------
  199|     45|    assert(_PyObject_IsUniquelyReferenced(v));
  ------------------
  |  Branch (199:5): [True: 45, False: 0]
  ------------------
  200|     45|    return _PyList_AsTupleAndClear((PyListObject *)v);
  201|     45|}

_PyMutex_LockTimed:
   57|    221|{
   58|    221|    uint8_t v = _Py_atomic_load_uint8_relaxed(&m->_bits);
   59|    221|    if ((v & _Py_LOCKED) == 0) {
  ------------------
  |  |   10|    221|#define _Py_LOCKED      1
  ------------------
  |  Branch (59:9): [True: 221, False: 0]
  ------------------
   60|    221|        if (_Py_atomic_compare_exchange_uint8(&m->_bits, &v, v|_Py_LOCKED)) {
  ------------------
  |  |   10|    221|#define _Py_LOCKED      1
  ------------------
  |  Branch (60:13): [True: 221, False: 0]
  ------------------
   61|    221|            return PY_LOCK_ACQUIRED;
   62|    221|        }
   63|    221|    }
   64|      0|    if (timeout == 0) {
  ------------------
  |  Branch (64:9): [True: 0, False: 0]
  ------------------
   65|      0|        return PY_LOCK_FAILURE;
   66|      0|    }
   67|       |
   68|      0|    FT_STAT_MUTEX_SLEEP_INC();
   69|       |
   70|      0|    PyTime_t now;
   71|       |    // silently ignore error: cannot report error to the caller
   72|      0|    (void)PyTime_MonotonicRaw(&now);
   73|      0|    PyTime_t endtime = 0;
   74|      0|    if (timeout > 0) {
  ------------------
  |  Branch (74:9): [True: 0, False: 0]
  ------------------
   75|      0|        endtime = _PyTime_Add(now, timeout);
   76|      0|    }
   77|       |
   78|      0|    struct mutex_entry entry = {
   79|      0|        .time_to_be_fair = now + TIME_TO_BE_FAIR_NS,
   80|      0|        .handed_off = 0,
   81|      0|    };
   82|       |
   83|      0|    Py_ssize_t spin_count = 0;
   84|       |#ifdef Py_GIL_DISABLED
   85|       |    // Using thread-id as a way of reducing contention further in the reload below.
   86|       |    // It adds a pseudo-random starting offset to the recurrence, so that threads
   87|       |    // are less likely to try and run compare-exchange at the same time.
   88|       |    // The lower bits of platform thread ids are likely to not be random,
   89|       |    // hence the right shift.
   90|       |    const Py_ssize_t tid = (Py_ssize_t)(_Py_ThreadId() >> 12);
   91|       |#else
   92|      0|    const Py_ssize_t tid = 0;
   93|      0|#endif
   94|      0|    for (;;) {
   95|      0|        if ((v & _Py_LOCKED) == 0) {
  ------------------
  |  |   10|      0|#define _Py_LOCKED      1
  ------------------
  |  Branch (95:13): [True: 0, False: 0]
  ------------------
   96|       |            // The lock is unlocked. Try to grab it.
   97|      0|            if (_Py_atomic_compare_exchange_uint8(&m->_bits, &v, v|_Py_LOCKED)) {
  ------------------
  |  |   10|      0|#define _Py_LOCKED      1
  ------------------
  |  Branch (97:17): [True: 0, False: 0]
  ------------------
   98|      0|                return PY_LOCK_ACQUIRED;
   99|      0|            }
  100|      0|            continue;
  101|      0|        }
  102|       |
  103|      0|        if (!(v & _Py_HAS_PARKED) && spin_count < MAX_SPIN_COUNT) {
  ------------------
  |  |   17|      0|#define _Py_HAS_PARKED  2
  ------------------
  |  Branch (103:13): [True: 0, False: 0]
  |  Branch (103:38): [True: 0, False: 0]
  ------------------
  104|       |            // Spin for a bit.
  105|      0|            _Py_yield();
  106|      0|            spin_count++;
  107|      0|            if (((spin_count + tid) & RELOAD_SPIN_MASK) == 0) {
  ------------------
  |  Branch (107:17): [True: 0, False: 0]
  ------------------
  108|      0|                v = _Py_atomic_load_uint8_relaxed(&m->_bits);
  109|      0|            }
  110|      0|            continue;
  111|      0|        }
  112|       |
  113|      0|        if (timeout == 0) {
  ------------------
  |  Branch (113:13): [True: 0, False: 0]
  ------------------
  114|      0|            return PY_LOCK_FAILURE;
  115|      0|        }
  116|      0|        if ((flags & _PY_LOCK_PYTHONLOCK) && Py_IsFinalizing()) {
  ------------------
  |  Branch (116:13): [True: 0, False: 0]
  |  Branch (116:46): [True: 0, False: 0]
  ------------------
  117|       |            // At this phase of runtime shutdown, only the finalization thread
  118|       |            // can have attached thread state; others hang if they try
  119|       |            // attaching. And since operations on this lock requires attached
  120|       |            // thread state (_PY_LOCK_PYTHONLOCK), the finalization thread is
  121|       |            // running this code, and no other thread can unlock.
  122|       |            // Raise rather than hang. (_PY_LOCK_PYTHONLOCK allows raising
  123|       |            // exceptons.)
  124|      0|            PyErr_SetString(PyExc_PythonFinalizationError,
  125|      0|                            "cannot acquire lock at interpreter finalization");
  126|      0|            return PY_LOCK_FAILURE;
  127|      0|        }
  128|       |
  129|      0|        uint8_t newv = v;
  130|      0|        if (!(v & _Py_HAS_PARKED)) {
  ------------------
  |  |   17|      0|#define _Py_HAS_PARKED  2
  ------------------
  |  Branch (130:13): [True: 0, False: 0]
  ------------------
  131|       |            // We are the first waiter. Set the _Py_HAS_PARKED flag.
  132|      0|            newv = v | _Py_HAS_PARKED;
  ------------------
  |  |   17|      0|#define _Py_HAS_PARKED  2
  ------------------
  133|      0|            if (!_Py_atomic_compare_exchange_uint8(&m->_bits, &v, newv)) {
  ------------------
  |  Branch (133:17): [True: 0, False: 0]
  ------------------
  134|      0|                continue;
  135|      0|            }
  136|      0|        }
  137|       |
  138|      0|        int ret = _PyParkingLot_Park(&m->_bits, &newv, sizeof(newv), timeout,
  139|      0|                                     &entry, (flags & _PY_LOCK_DETACH) != 0);
  140|      0|        if (ret == Py_PARK_OK) {
  ------------------
  |  Branch (140:13): [True: 0, False: 0]
  ------------------
  141|      0|            if (entry.handed_off) {
  ------------------
  |  Branch (141:17): [True: 0, False: 0]
  ------------------
  142|       |                // We own the lock now. thread.Lock allows other threads
  143|       |                // to concurrently release the lock so we cannot assert that
  144|       |                // it is locked if _PY_LOCK_PYTHONLOCK is set.
  145|      0|                assert(_Py_atomic_load_uint8_relaxed(&m->_bits) & _Py_LOCKED ||
  ------------------
  |  Branch (145:17): [True: 0, False: 0]
  |  Branch (145:17): [True: 0, False: 0]
  ------------------
  146|      0|                       (flags & _PY_LOCK_PYTHONLOCK) != 0);
  147|      0|                return PY_LOCK_ACQUIRED;
  148|      0|            }
  149|      0|        }
  150|      0|        else if (ret == Py_PARK_INTR && (flags & _PY_LOCK_HANDLE_SIGNALS)) {
  ------------------
  |  Branch (150:18): [True: 0, False: 0]
  |  Branch (150:41): [True: 0, False: 0]
  ------------------
  151|      0|            if (Py_MakePendingCalls() < 0) {
  ------------------
  |  Branch (151:17): [True: 0, False: 0]
  ------------------
  152|      0|                return PY_LOCK_INTR;
  153|      0|            }
  154|      0|        }
  155|      0|        else if (ret == Py_PARK_INTR && (flags & _PY_FAIL_IF_INTERRUPTED)) {
  ------------------
  |  Branch (155:18): [True: 0, False: 0]
  |  Branch (155:41): [True: 0, False: 0]
  ------------------
  156|      0|            return PY_LOCK_INTR;
  157|      0|        }
  158|      0|        else if (ret == Py_PARK_TIMEOUT) {
  ------------------
  |  Branch (158:18): [True: 0, False: 0]
  ------------------
  159|      0|            assert(timeout >= 0);
  ------------------
  |  Branch (159:13): [True: 0, False: 0]
  ------------------
  160|      0|            return PY_LOCK_FAILURE;
  161|      0|        }
  162|       |
  163|      0|        if (timeout > 0) {
  ------------------
  |  Branch (163:13): [True: 0, False: 0]
  ------------------
  164|      0|            timeout = _PyDeadline_Get(endtime);
  165|      0|            if (timeout <= 0) {
  ------------------
  |  Branch (165:17): [True: 0, False: 0]
  ------------------
  166|       |                // Avoid negative values because those mean block forever.
  167|      0|                timeout = 0;
  168|      0|            }
  169|      0|        }
  170|       |
  171|      0|        v = _Py_atomic_load_uint8_relaxed(&m->_bits);
  172|      0|    }
  173|      0|}
_PyOnceFlag_CallOnceSlow:
  372|      2|{
  373|      2|    uint8_t v = _Py_atomic_load_uint8(&flag->v);
  374|      2|    for (;;) {
  375|      2|        if (v == _Py_UNLOCKED) {
  ------------------
  |  |    9|      2|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (375:13): [True: 2, False: 0]
  ------------------
  376|      2|            if (!_Py_atomic_compare_exchange_uint8(&flag->v, &v, _Py_LOCKED)) {
  ------------------
  |  |   10|      2|#define _Py_LOCKED      1
  ------------------
  |  Branch (376:17): [True: 0, False: 2]
  ------------------
  377|      0|                continue;
  378|      0|            }
  379|      2|            int res = fn(arg);
  380|      2|            return unlock_once(flag, res);
  381|      2|        }
  382|       |
  383|      0|        if (v == _Py_ONCE_INITIALIZED) {
  ------------------
  |  |   18|      0|#define _Py_ONCE_INITIALIZED 4
  ------------------
  |  Branch (383:13): [True: 0, False: 0]
  ------------------
  384|      0|            return 0;
  385|      0|        }
  386|       |
  387|       |        // The once flag is initializing (locked).
  388|      0|        assert((v & _Py_LOCKED));
  ------------------
  |  Branch (388:9): [True: 0, False: 0]
  ------------------
  389|      0|        if (!(v & _Py_HAS_PARKED)) {
  ------------------
  |  |   17|      0|#define _Py_HAS_PARKED  2
  ------------------
  |  Branch (389:13): [True: 0, False: 0]
  ------------------
  390|       |            // We are the first waiter. Set the _Py_HAS_PARKED flag.
  391|      0|            uint8_t new_value = v | _Py_HAS_PARKED;
  ------------------
  |  |   17|      0|#define _Py_HAS_PARKED  2
  ------------------
  392|      0|            if (!_Py_atomic_compare_exchange_uint8(&flag->v, &v, new_value)) {
  ------------------
  |  Branch (392:17): [True: 0, False: 0]
  ------------------
  393|      0|                continue;
  394|      0|            }
  395|      0|            v = new_value;
  396|      0|        }
  397|       |
  398|       |        // Wait for initialization to finish.
  399|      0|        _PyParkingLot_Park(&flag->v, &v, sizeof(v), -1, NULL, 1);
  400|      0|        v = _Py_atomic_load_uint8(&flag->v);
  401|      0|    }
  402|      2|}
_PyRecursiveMutex_IsLockedByCurrentThread:
  412|    287|{
  413|    287|    return recursive_mutex_is_owned_by(m, PyThread_get_thread_ident_ex());
  414|    287|}
_PyRecursiveMutex_Lock:
  418|    287|{
  419|    287|    PyThread_ident_t thread = PyThread_get_thread_ident_ex();
  420|    287|    if (recursive_mutex_is_owned_by(m, thread)) {
  ------------------
  |  Branch (420:9): [True: 0, False: 287]
  ------------------
  421|      0|        m->level++;
  422|      0|        return;
  423|      0|    }
  424|    287|    PyMutex_Lock(&m->mutex);
  ------------------
  |  |   59|    287|#define PyMutex_Lock _PyMutex_Lock
  ------------------
  425|    287|    _Py_atomic_store_ullong_relaxed(&m->thread, thread);
  426|       |    assert(m->level == 0);
  ------------------
  |  Branch (426:5): [True: 287, False: 0]
  ------------------
  427|    287|}
_PyRecursiveMutex_LockTimed:
  431|    182|{
  432|    182|    PyThread_ident_t thread = PyThread_get_thread_ident_ex();
  433|    182|    if (recursive_mutex_is_owned_by(m, thread)) {
  ------------------
  |  Branch (433:9): [True: 0, False: 182]
  ------------------
  434|      0|        m->level++;
  435|      0|        return PY_LOCK_ACQUIRED;
  436|      0|    }
  437|    182|    PyLockStatus s = _PyMutex_LockTimed(&m->mutex, timeout, flags);
  438|    182|    if (s == PY_LOCK_ACQUIRED) {
  ------------------
  |  Branch (438:9): [True: 182, False: 0]
  ------------------
  439|    182|        _Py_atomic_store_ullong_relaxed(&m->thread, thread);
  440|    182|        assert(m->level == 0);
  ------------------
  |  Branch (440:9): [True: 182, False: 0]
  ------------------
  441|    182|    }
  442|    182|    return s;
  443|    182|}
_PyRecursiveMutex_Unlock:
  447|    287|{
  448|    287|    if (_PyRecursiveMutex_TryUnlock(m) < 0) {
  ------------------
  |  Branch (448:9): [True: 0, False: 287]
  ------------------
  449|      0|        Py_FatalError("unlocking a recursive mutex that is not "
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  450|      0|                      "owned by the current thread");
  451|      0|    }
  452|    287|}
_PyRecursiveMutex_TryUnlock:
  456|    469|{
  457|    469|    PyThread_ident_t thread = PyThread_get_thread_ident_ex();
  458|    469|    if (!recursive_mutex_is_owned_by(m, thread)) {
  ------------------
  |  Branch (458:9): [True: 0, False: 469]
  ------------------
  459|      0|        return -1;
  460|      0|    }
  461|    469|    if (m->level > 0) {
  ------------------
  |  Branch (461:9): [True: 0, False: 469]
  ------------------
  462|      0|        m->level--;
  463|      0|        return 0;
  464|      0|    }
  465|    469|    assert(m->level == 0);
  ------------------
  |  Branch (465:5): [True: 469, False: 0]
  ------------------
  466|    469|    _Py_atomic_store_ullong_relaxed(&m->thread, 0);
  467|    469|    PyMutex_Unlock(&m->mutex);
  ------------------
  |  |   70|    469|#define PyMutex_Unlock _PyMutex_Unlock
  ------------------
  468|    469|    return 0;
  469|    469|}
lock.c:unlock_once:
  348|      2|{
  349|       |    // On success (res=0), we set the state to _Py_ONCE_INITIALIZED.
  350|       |    // On failure (res=-1), we reset the state to _Py_UNLOCKED.
  351|      2|    uint8_t new_value;
  352|      2|    switch (res) {
  353|      0|        case -1: new_value = _Py_UNLOCKED; break;
  ------------------
  |  |    9|      0|#define _Py_UNLOCKED    0
  ------------------
  |  Branch (353:9): [True: 0, False: 2]
  ------------------
  354|      2|        case  0: new_value = _Py_ONCE_INITIALIZED; break;
  ------------------
  |  |   18|      2|#define _Py_ONCE_INITIALIZED 4
  ------------------
  |  Branch (354:9): [True: 2, False: 0]
  ------------------
  355|      0|        default: {
  ------------------
  |  Branch (355:9): [True: 0, False: 2]
  ------------------
  356|      0|            Py_FatalError("invalid result from _PyOnceFlag_CallOnce");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
  357|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  358|      0|            break;
  359|      0|        }
  360|      2|    }
  361|       |
  362|      2|    uint8_t old_value = _Py_atomic_exchange_uint8(&o->v, new_value);
  363|      2|    if ((old_value & _Py_HAS_PARKED) != 0) {
  ------------------
  |  |   17|      2|#define _Py_HAS_PARKED  2
  ------------------
  |  Branch (363:9): [True: 0, False: 2]
  ------------------
  364|       |        // wake up anyone waiting on the once flag
  365|      0|        _PyParkingLot_UnparkAll(&o->v);
  366|      0|    }
  367|      2|    return res;
  368|      2|}
lock.c:recursive_mutex_is_owned_by:
  406|  1.22k|{
  407|  1.22k|    return _Py_atomic_load_ullong_relaxed(&m->thread) == tid;
  408|  1.22k|}

PyMarshal_ReadObjectFromString:
 1882|     32|{
 1883|     32|    RFILE rf;
 1884|     32|    PyObject *result;
 1885|     32|    rf.allow_code = 1;
 1886|     32|    rf.fp = NULL;
 1887|     32|    rf.readable = NULL;
 1888|     32|    rf.ptr = str;
 1889|     32|    rf.end = str + len;
 1890|     32|    rf.buf = NULL;
 1891|     32|    rf.depth = 0;
 1892|     32|    rf.refs = PyList_New(0);
 1893|     32|    if (rf.refs == NULL)
  ------------------
  |  Branch (1893:9): [True: 0, False: 32]
  ------------------
 1894|      0|        return NULL;
 1895|     32|    result = read_object(&rf);
 1896|     32|    Py_DECREF(rf.refs);
  ------------------
  |  |  430|     32|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1897|     32|    if (rf.buf != NULL)
  ------------------
  |  Branch (1897:9): [True: 0, False: 32]
  ------------------
 1898|      0|        PyMem_Free(rf.buf);
 1899|     32|    return result;
 1900|     32|}
PyMarshal_Init:
 2192|      2|{
 2193|      2|    return PyModuleDef_Init(&marshalmodule);
 2194|      2|}
marshal.c:r_short:
  937|     29|{
  938|     29|    short x = -1;
  939|     29|    const unsigned char *buffer;
  940|       |
  941|     29|    buffer = (const unsigned char *) r_string(2, p);
  942|     29|    if (buffer != NULL) {
  ------------------
  |  Branch (942:9): [True: 29, False: 0]
  ------------------
  943|     29|        x = buffer[0];
  944|     29|        x |= buffer[1] << 8;
  945|       |        /* Sign-extension, in case short greater than 16 bits */
  946|     29|        x |= -(x & 0x8000);
  947|     29|    }
  948|     29|    return x;
  949|     29|}
marshal.c:r_string:
  839|  62.5k|{
  840|  62.5k|    Py_ssize_t read = -1;
  841|       |
  842|  62.5k|    if (p->ptr != NULL) {
  ------------------
  |  Branch (842:9): [True: 62.5k, False: 0]
  ------------------
  843|       |        /* Fast path for loads() */
  844|  62.5k|        const char *res = p->ptr;
  845|  62.5k|        Py_ssize_t left = p->end - p->ptr;
  846|  62.5k|        if (left < n) {
  ------------------
  |  Branch (846:13): [True: 0, False: 62.5k]
  ------------------
  847|      0|            PyErr_SetString(PyExc_EOFError,
  848|      0|                            "marshal data too short");
  849|      0|            return NULL;
  850|      0|        }
  851|  62.5k|        p->ptr += n;
  852|  62.5k|        return res;
  853|  62.5k|    }
  854|      0|    if (p->buf == NULL) {
  ------------------
  |  Branch (854:9): [True: 0, False: 0]
  ------------------
  855|      0|        p->buf = PyMem_Malloc(n);
  856|      0|        if (p->buf == NULL) {
  ------------------
  |  Branch (856:13): [True: 0, False: 0]
  ------------------
  857|      0|            PyErr_NoMemory();
  858|      0|            return NULL;
  859|      0|        }
  860|      0|        p->buf_size = n;
  861|      0|    }
  862|      0|    else if (p->buf_size < n) {
  ------------------
  |  Branch (862:14): [True: 0, False: 0]
  ------------------
  863|      0|        char *tmp = PyMem_Realloc(p->buf, n);
  864|      0|        if (tmp == NULL) {
  ------------------
  |  Branch (864:13): [True: 0, False: 0]
  ------------------
  865|      0|            PyErr_NoMemory();
  866|      0|            return NULL;
  867|      0|        }
  868|      0|        p->buf = tmp;
  869|      0|        p->buf_size = n;
  870|      0|    }
  871|       |
  872|      0|    if (!p->readable) {
  ------------------
  |  Branch (872:9): [True: 0, False: 0]
  ------------------
  873|      0|        assert(p->fp != NULL);
  ------------------
  |  Branch (873:9): [True: 0, False: 0]
  ------------------
  874|      0|        read = fread(p->buf, 1, n, p->fp);
  875|      0|    }
  876|      0|    else {
  877|      0|        PyObject *res, *mview;
  878|      0|        Py_buffer buf;
  879|       |
  880|      0|        if (PyBuffer_FillInfo(&buf, NULL, p->buf, n, 0, PyBUF_CONTIG) == -1)
  ------------------
  |  |  124|      0|#define PyBUF_CONTIG (PyBUF_ND | PyBUF_WRITABLE)
  |  |  ------------------
  |  |  |  |  117|      0|#define PyBUF_ND 0x0008
  |  |  ------------------
  |  |               #define PyBUF_CONTIG (PyBUF_ND | PyBUF_WRITABLE)
  |  |  ------------------
  |  |  |  |  109|      0|#define PyBUF_WRITABLE 0x0001
  |  |  ------------------
  ------------------
  |  Branch (880:13): [True: 0, False: 0]
  ------------------
  881|      0|            return NULL;
  882|      0|        mview = PyMemoryView_FromBuffer(&buf);
  883|      0|        if (mview == NULL)
  ------------------
  |  Branch (883:13): [True: 0, False: 0]
  ------------------
  884|      0|            return NULL;
  885|       |
  886|      0|        res = _PyObject_CallMethod(p->readable, &_Py_ID(readinto), "N", mview);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  887|      0|        if (res != NULL) {
  ------------------
  |  Branch (887:13): [True: 0, False: 0]
  ------------------
  888|      0|            read = PyNumber_AsSsize_t(res, PyExc_ValueError);
  889|      0|            Py_DECREF(res);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  890|      0|        }
  891|      0|    }
  892|      0|    if (read != n) {
  ------------------
  |  Branch (892:9): [True: 0, False: 0]
  ------------------
  893|      0|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (893:13): [True: 0, False: 0]
  ------------------
  894|      0|            if (read > n)
  ------------------
  |  Branch (894:17): [True: 0, False: 0]
  ------------------
  895|      0|                PyErr_Format(PyExc_ValueError,
  896|      0|                             "read() returned too much data: "
  897|      0|                             "%zd bytes requested, %zd returned",
  898|      0|                             n, read);
  899|      0|            else
  900|      0|                PyErr_SetString(PyExc_EOFError,
  901|      0|                                "EOF read where not expected");
  902|      0|        }
  903|      0|        return NULL;
  904|      0|    }
  905|      0|    return p->buf;
  906|      0|}
marshal.c:r_long:
  953|  43.3k|{
  954|  43.3k|    long x = -1;
  955|  43.3k|    const unsigned char *buffer;
  956|       |
  957|  43.3k|    buffer = (const unsigned char *) r_string(4, p);
  958|  43.3k|    if (buffer != NULL) {
  ------------------
  |  Branch (958:9): [True: 43.3k, False: 0]
  ------------------
  959|  43.3k|        x = buffer[0];
  960|  43.3k|        x |= (long)buffer[1] << 8;
  961|  43.3k|        x |= (long)buffer[2] << 16;
  962|  43.3k|        x |= (long)buffer[3] << 24;
  963|  43.3k|#if SIZEOF_LONG > 4
  964|       |        /* Sign extension for 64-bit machines */
  965|  43.3k|        x |= -(x & 0x80000000L);
  966|  43.3k|#endif
  967|  43.3k|    }
  968|  43.3k|    return x;
  969|  43.3k|}
marshal.c:read_object:
 1761|     45|{
 1762|     45|    PyObject *v;
 1763|     45|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1763:9): [True: 0, False: 45]
  ------------------
 1764|      0|        fprintf(stderr, "XXX readobject called with exception set\n");
 1765|      0|        return NULL;
 1766|      0|    }
 1767|     45|    if (p->ptr && p->end) {
  ------------------
  |  Branch (1767:9): [True: 45, False: 0]
  |  Branch (1767:19): [True: 45, False: 0]
  ------------------
 1768|     45|        if (PySys_Audit("marshal.loads", "y#", p->ptr, (Py_ssize_t)(p->end - p->ptr)) < 0) {
  ------------------
  |  Branch (1768:13): [True: 0, False: 45]
  ------------------
 1769|      0|            return NULL;
 1770|      0|        }
 1771|     45|    } else if (p->fp || p->readable) {
  ------------------
  |  Branch (1771:16): [True: 0, False: 0]
  |  Branch (1771:25): [True: 0, False: 0]
  ------------------
 1772|      0|        if (PySys_Audit("marshal.load", NULL) < 0) {
  ------------------
  |  Branch (1772:13): [True: 0, False: 0]
  ------------------
 1773|      0|            return NULL;
 1774|      0|        }
 1775|      0|    }
 1776|     45|    v = r_object(p);
 1777|     45|    if (v == NULL && !PyErr_Occurred())
  ------------------
  |  Branch (1777:9): [True: 0, False: 45]
  |  Branch (1777:22): [True: 0, False: 0]
  ------------------
 1778|      0|        PyErr_SetString(PyExc_TypeError, "NULL object in marshal data for object");
 1779|     45|    return v;
 1780|     45|}
marshal.c:r_object:
 1174|  50.4k|{
 1175|       |    /* NULL is a valid return value, it does not necessarily means that
 1176|       |       an exception is set. */
 1177|  50.4k|    PyObject *v, *v2;
 1178|  50.4k|    Py_ssize_t idx = 0;
 1179|  50.4k|    long i, n;
 1180|  50.4k|    int type, code = r_byte(p);
 1181|  50.4k|    int flag, is_interned = 0;
 1182|  50.4k|    PyObject *retval = NULL;
 1183|       |
 1184|  50.4k|    if (code == EOF) {
  ------------------
  |  Branch (1184:9): [True: 0, False: 50.4k]
  ------------------
 1185|      0|        if (PyErr_ExceptionMatches(PyExc_EOFError)) {
  ------------------
  |  Branch (1185:13): [True: 0, False: 0]
  ------------------
 1186|      0|            PyErr_SetString(PyExc_EOFError,
 1187|      0|                            "EOF read where object expected");
 1188|      0|        }
 1189|      0|        return NULL;
 1190|      0|    }
 1191|       |
 1192|  50.4k|    p->depth++;
 1193|       |
 1194|  50.4k|    if (p->depth > MAX_MARSHAL_STACK_DEPTH) {
  ------------------
  |  |   54|  50.4k|#  define MAX_MARSHAL_STACK_DEPTH 2000
  ------------------
  |  Branch (1194:9): [True: 0, False: 50.4k]
  ------------------
 1195|      0|        p->depth--;
 1196|      0|        PyErr_SetString(PyExc_ValueError, "recursion limit exceeded");
 1197|      0|        return NULL;
 1198|      0|    }
 1199|       |
 1200|  50.4k|    flag = code & FLAG_REF;
  ------------------
  |  |  100|  50.4k|#define FLAG_REF                '\x80' /* with a type, add obj to index */
  ------------------
 1201|  50.4k|    type = code & ~FLAG_REF;
  ------------------
  |  |  100|  50.4k|#define FLAG_REF                '\x80' /* with a type, add obj to index */
  ------------------
 1202|       |
 1203|  50.4k|#define R_REF(O) do{\
 1204|  50.4k|    if (flag) \
 1205|  50.4k|        O = r_ref(O, flag, p);\
 1206|  50.4k|} while (0)
 1207|       |
 1208|  50.4k|    switch (type) {
 1209|       |
 1210|      0|    case TYPE_NULL:
  ------------------
  |  |   58|      0|#define TYPE_NULL               '0'
  ------------------
  |  Branch (1210:5): [True: 0, False: 50.4k]
  ------------------
 1211|      0|        break;
 1212|       |
 1213|    347|    case TYPE_NONE:
  ------------------
  |  |   59|    347|#define TYPE_NONE               'N'
  ------------------
  |  Branch (1213:5): [True: 347, False: 50.0k]
  ------------------
 1214|    347|        retval = Py_None;
  ------------------
  |  |  616|    347|#  define Py_None (&_Py_NoneStruct)
  ------------------
 1215|    347|        break;
 1216|       |
 1217|      0|    case TYPE_STOPITER:
  ------------------
  |  |   62|      0|#define TYPE_STOPITER           'S'
  ------------------
  |  Branch (1217:5): [True: 0, False: 50.4k]
  ------------------
 1218|      0|        retval = Py_NewRef(PyExc_StopIteration);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1219|      0|        break;
 1220|       |
 1221|      2|    case TYPE_ELLIPSIS:
  ------------------
  |  |   63|      2|#define TYPE_ELLIPSIS           '.'
  ------------------
  |  Branch (1221:5): [True: 2, False: 50.4k]
  ------------------
 1222|      2|        retval = Py_Ellipsis;
  ------------------
  |  |   14|      2|#  define Py_Ellipsis (&_Py_EllipsisObject)
  ------------------
 1223|      2|        break;
 1224|       |
 1225|     29|    case TYPE_FALSE:
  ------------------
  |  |   60|     29|#define TYPE_FALSE              'F'
  ------------------
  |  Branch (1225:5): [True: 29, False: 50.4k]
  ------------------
 1226|     29|        retval = Py_False;
  ------------------
  |  |   25|     29|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1227|     29|        break;
 1228|       |
 1229|     33|    case TYPE_TRUE:
  ------------------
  |  |   61|     33|#define TYPE_TRUE               'T'
  ------------------
  |  Branch (1229:5): [True: 33, False: 50.3k]
  ------------------
 1230|     33|        retval = Py_True;
  ------------------
  |  |   26|     33|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|     33|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     33|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1231|     33|        break;
 1232|       |
 1233|    429|    case TYPE_INT:
  ------------------
  |  |   90|    429|#define TYPE_INT                'i'  // All versions. 32-bit encoding.
  ------------------
  |  Branch (1233:5): [True: 429, False: 50.0k]
  ------------------
 1234|    429|        n = r_long(p);
 1235|    429|        if (n == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1235:13): [True: 7, False: 422]
  |  Branch (1235:24): [True: 0, False: 7]
  ------------------
 1236|      0|            break;
 1237|      0|        }
 1238|    429|        retval = PyLong_FromLong(n);
 1239|    429|        R_REF(retval);
  ------------------
  |  | 1203|    429|#define R_REF(O) do{\
  |  | 1204|    429|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 315, False: 114]
  |  |  ------------------
  |  | 1205|    429|        O = r_ref(O, flag, p);\
  |  | 1206|    429|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 429]
  |  |  ------------------
  ------------------
 1240|    429|        break;
 1241|       |
 1242|      0|    case TYPE_INT64:
  ------------------
  |  |   96|      0|#define TYPE_INT64              'I'  // Not generated any more.
  ------------------
  |  Branch (1242:5): [True: 0, False: 50.4k]
  ------------------
 1243|      0|        retval = r_long64(p);
 1244|      0|        R_REF(retval);
  ------------------
  |  | 1203|      0|#define R_REF(O) do{\
  |  | 1204|      0|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|        O = r_ref(O, flag, p);\
  |  | 1206|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1245|      0|        break;
 1246|       |
 1247|      9|    case TYPE_LONG:
  ------------------
  |  |   66|      9|#define TYPE_LONG               'l'  // See also TYPE_INT.
  ------------------
  |  Branch (1247:5): [True: 9, False: 50.4k]
  ------------------
 1248|      9|        retval = r_PyLong(p);
 1249|      9|        R_REF(retval);
  ------------------
  |  | 1203|      9|#define R_REF(O) do{\
  |  | 1204|      9|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 2, False: 7]
  |  |  ------------------
  |  | 1205|      9|        O = r_ref(O, flag, p);\
  |  | 1206|      9|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 9]
  |  |  ------------------
  ------------------
 1250|      9|        break;
 1251|       |
 1252|      0|    case TYPE_FLOAT:
  ------------------
  |  |   95|      0|#define TYPE_FLOAT              'f'  // Generated for version 0 only.
  ------------------
  |  Branch (1252:5): [True: 0, False: 50.4k]
  ------------------
 1253|      0|        {
 1254|      0|            double x = r_float_str(p);
 1255|      0|            if (x == -1.0 && PyErr_Occurred())
  ------------------
  |  Branch (1255:17): [True: 0, False: 0]
  |  Branch (1255:30): [True: 0, False: 0]
  ------------------
 1256|      0|                break;
 1257|      0|            retval = PyFloat_FromDouble(x);
 1258|      0|            R_REF(retval);
  ------------------
  |  | 1203|      0|#define R_REF(O) do{\
  |  | 1204|      0|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|        O = r_ref(O, flag, p);\
  |  | 1206|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1259|      0|            break;
 1260|      0|        }
 1261|       |
 1262|      0|    case TYPE_BINARY_FLOAT:
  ------------------
  |  |   64|      0|#define TYPE_BINARY_FLOAT       'g'  // Version 0 uses TYPE_FLOAT instead.
  ------------------
  |  Branch (1262:5): [True: 0, False: 50.4k]
  ------------------
 1263|      0|        {
 1264|      0|            double x = r_float_bin(p);
 1265|      0|            if (x == -1.0 && PyErr_Occurred())
  ------------------
  |  Branch (1265:17): [True: 0, False: 0]
  |  Branch (1265:30): [True: 0, False: 0]
  ------------------
 1266|      0|                break;
 1267|      0|            retval = PyFloat_FromDouble(x);
 1268|      0|            R_REF(retval);
  ------------------
  |  | 1203|      0|#define R_REF(O) do{\
  |  | 1204|      0|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|        O = r_ref(O, flag, p);\
  |  | 1206|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1269|      0|            break;
 1270|      0|        }
 1271|       |
 1272|      0|    case TYPE_COMPLEX:
  ------------------
  |  |   94|      0|#define TYPE_COMPLEX            'x'  // Generated for version 0 only.
  ------------------
  |  Branch (1272:5): [True: 0, False: 50.4k]
  ------------------
 1273|      0|        {
 1274|      0|            Py_complex c;
 1275|      0|            c.real = r_float_str(p);
 1276|      0|            if (c.real == -1.0 && PyErr_Occurred())
  ------------------
  |  Branch (1276:17): [True: 0, False: 0]
  |  Branch (1276:35): [True: 0, False: 0]
  ------------------
 1277|      0|                break;
 1278|      0|            c.imag = r_float_str(p);
 1279|      0|            if (c.imag == -1.0 && PyErr_Occurred())
  ------------------
  |  Branch (1279:17): [True: 0, False: 0]
  |  Branch (1279:35): [True: 0, False: 0]
  ------------------
 1280|      0|                break;
 1281|      0|            retval = PyComplex_FromCComplex(c);
 1282|      0|            R_REF(retval);
  ------------------
  |  | 1203|      0|#define R_REF(O) do{\
  |  | 1204|      0|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|        O = r_ref(O, flag, p);\
  |  | 1206|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1283|      0|            break;
 1284|      0|        }
 1285|       |
 1286|      0|    case TYPE_BINARY_COMPLEX:
  ------------------
  |  |   65|      0|#define TYPE_BINARY_COMPLEX     'y'  // Version 0 uses TYPE_COMPLEX instead.
  ------------------
  |  Branch (1286:5): [True: 0, False: 50.4k]
  ------------------
 1287|      0|        {
 1288|      0|            Py_complex c;
 1289|      0|            c.real = r_float_bin(p);
 1290|      0|            if (c.real == -1.0 && PyErr_Occurred())
  ------------------
  |  Branch (1290:17): [True: 0, False: 0]
  |  Branch (1290:35): [True: 0, False: 0]
  ------------------
 1291|      0|                break;
 1292|      0|            c.imag = r_float_bin(p);
 1293|      0|            if (c.imag == -1.0 && PyErr_Occurred())
  ------------------
  |  Branch (1293:17): [True: 0, False: 0]
  |  Branch (1293:35): [True: 0, False: 0]
  ------------------
 1294|      0|                break;
 1295|      0|            retval = PyComplex_FromCComplex(c);
 1296|      0|            R_REF(retval);
  ------------------
  |  | 1203|      0|#define R_REF(O) do{\
  |  | 1204|      0|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|        O = r_ref(O, flag, p);\
  |  | 1206|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1297|      0|            break;
 1298|      0|        }
 1299|       |
 1300|  6.64k|    case TYPE_STRING:
  ------------------
  |  |   67|  6.64k|#define TYPE_STRING             's'  // Bytes. (Name comes from Python 2.)
  ------------------
  |  Branch (1300:5): [True: 6.64k, False: 43.7k]
  ------------------
 1301|  6.64k|        {
 1302|  6.64k|            const char *ptr;
 1303|  6.64k|            n = r_long(p);
 1304|  6.64k|            if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|  6.64k|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1304:17): [True: 0, False: 6.64k]
  |  Branch (1304:26): [True: 0, False: 6.64k]
  ------------------
 1305|      0|                if (!PyErr_Occurred()) {
  ------------------
  |  Branch (1305:21): [True: 0, False: 0]
  ------------------
 1306|      0|                    PyErr_SetString(PyExc_ValueError,
 1307|      0|                        "bad marshal data (bytes object size out of range)");
 1308|      0|                }
 1309|      0|                break;
 1310|      0|            }
 1311|  6.64k|            v = PyBytes_FromStringAndSize((char *)NULL, n);
 1312|  6.64k|            if (v == NULL)
  ------------------
  |  Branch (1312:17): [True: 0, False: 6.64k]
  ------------------
 1313|      0|                break;
 1314|  6.64k|            ptr = r_string(n, p);
 1315|  6.64k|            if (ptr == NULL) {
  ------------------
  |  Branch (1315:17): [True: 0, False: 6.64k]
  ------------------
 1316|      0|                Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1317|      0|                break;
 1318|      0|            }
 1319|  6.64k|            memcpy(PyBytes_AS_STRING(v), ptr, n);
  ------------------
  |  |   27|  6.64k|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  6.64k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  6.64k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1320|  6.64k|            retval = v;
 1321|  6.64k|            R_REF(retval);
  ------------------
  |  | 1203|  6.64k|#define R_REF(O) do{\
  |  | 1204|  6.64k|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 2.40k, False: 4.24k]
  |  |  ------------------
  |  | 1205|  6.64k|        O = r_ref(O, flag, p);\
  |  | 1206|  6.64k|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 6.64k]
  |  |  ------------------
  ------------------
 1322|  6.64k|            break;
 1323|  6.64k|        }
 1324|       |
 1325|      0|    case TYPE_ASCII_INTERNED:
  ------------------
  |  |   85|      0|#define TYPE_ASCII_INTERNED     'A'
  ------------------
  |  Branch (1325:5): [True: 0, False: 50.4k]
  ------------------
 1326|      0|        is_interned = 1;
 1327|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1328|    176|    case TYPE_ASCII:
  ------------------
  |  |   84|    176|#define TYPE_ASCII              'a'
  ------------------
  |  Branch (1328:5): [True: 176, False: 50.2k]
  ------------------
 1329|    176|        n = r_long(p);
 1330|    176|        if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|    176|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1330:13): [True: 0, False: 176]
  |  Branch (1330:22): [True: 0, False: 176]
  ------------------
 1331|      0|            if (!PyErr_Occurred()) {
  ------------------
  |  Branch (1331:17): [True: 0, False: 0]
  ------------------
 1332|      0|                PyErr_SetString(PyExc_ValueError,
 1333|      0|                    "bad marshal data (string size out of range)");
 1334|      0|            }
 1335|      0|            break;
 1336|      0|        }
 1337|    176|        goto _read_ascii;
 1338|       |
 1339|  10.5k|    case TYPE_SHORT_ASCII_INTERNED:
  ------------------
  |  |   87|  10.5k|#define TYPE_SHORT_ASCII_INTERNED 'Z'
  ------------------
  |  Branch (1339:5): [True: 10.5k, False: 39.8k]
  ------------------
 1340|  10.5k|        is_interned = 1;
 1341|  10.5k|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|  10.5k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1342|  12.3k|    case TYPE_SHORT_ASCII:
  ------------------
  |  |   86|  12.3k|#define TYPE_SHORT_ASCII        'z'
  ------------------
  |  Branch (1342:5): [True: 1.79k, False: 48.6k]
  ------------------
 1343|  12.3k|        n = r_byte(p);
 1344|  12.3k|        if (n == EOF) {
  ------------------
  |  Branch (1344:13): [True: 0, False: 12.3k]
  ------------------
 1345|      0|            break;
 1346|      0|        }
 1347|  12.5k|    _read_ascii:
 1348|  12.5k|        {
 1349|  12.5k|            const char *ptr;
 1350|  12.5k|            ptr = r_string(n, p);
 1351|  12.5k|            if (ptr == NULL)
  ------------------
  |  Branch (1351:17): [True: 0, False: 12.5k]
  ------------------
 1352|      0|                break;
 1353|  12.5k|            v = PyUnicode_FromKindAndData(PyUnicode_1BYTE_KIND, ptr, n);
 1354|  12.5k|            if (v == NULL)
  ------------------
  |  Branch (1354:17): [True: 0, False: 12.5k]
  ------------------
 1355|      0|                break;
 1356|  12.5k|            if (is_interned) {
  ------------------
  |  Branch (1356:17): [True: 10.5k, False: 1.96k]
  ------------------
 1357|       |                // marshal is meant to serialize .pyc files with code
 1358|       |                // objects, and code-related strings are currently immortal.
 1359|  10.5k|                PyInterpreterState *interp = _PyInterpreterState_GET();
 1360|  10.5k|                _PyUnicode_InternImmortal(interp, &v);
 1361|  10.5k|            }
 1362|  12.5k|            retval = v;
 1363|  12.5k|            R_REF(retval);
  ------------------
  |  | 1203|  12.5k|#define R_REF(O) do{\
  |  | 1204|  12.5k|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 10.6k, False: 1.87k]
  |  |  ------------------
  |  | 1205|  12.5k|        O = r_ref(O, flag, p);\
  |  | 1206|  12.5k|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 12.5k]
  |  |  ------------------
  ------------------
 1364|  12.5k|            break;
 1365|  12.5k|        }
 1366|       |
 1367|      0|    case TYPE_INTERNED:
  ------------------
  |  |   83|      0|#define TYPE_INTERNED           't' // Version 1+
  ------------------
  |  Branch (1367:5): [True: 0, False: 50.4k]
  ------------------
 1368|      0|        is_interned = 1;
 1369|      0|        _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1370|      2|    case TYPE_UNICODE:
  ------------------
  |  |   73|      2|#define TYPE_UNICODE            'u'
  ------------------
  |  Branch (1370:5): [True: 2, False: 50.4k]
  ------------------
 1371|      2|        {
 1372|      2|        const char *buffer;
 1373|       |
 1374|      2|        n = r_long(p);
 1375|      2|        if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|      2|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1375:13): [True: 0, False: 2]
  |  Branch (1375:22): [True: 0, False: 2]
  ------------------
 1376|      0|            if (!PyErr_Occurred()) {
  ------------------
  |  Branch (1376:17): [True: 0, False: 0]
  ------------------
 1377|      0|                PyErr_SetString(PyExc_ValueError,
 1378|      0|                    "bad marshal data (string size out of range)");
 1379|      0|            }
 1380|      0|            break;
 1381|      0|        }
 1382|      2|        if (n != 0) {
  ------------------
  |  Branch (1382:13): [True: 2, False: 0]
  ------------------
 1383|      2|            buffer = r_string(n, p);
 1384|      2|            if (buffer == NULL)
  ------------------
  |  Branch (1384:17): [True: 0, False: 2]
  ------------------
 1385|      0|                break;
 1386|      2|            v = PyUnicode_DecodeUTF8(buffer, n, "surrogatepass");
 1387|      2|        }
 1388|      0|        else {
 1389|      0|            v = Py_GetConstant(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      0|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
 1390|      0|        }
 1391|      2|        if (v == NULL)
  ------------------
  |  Branch (1391:13): [True: 0, False: 2]
  ------------------
 1392|      0|            break;
 1393|      2|        if (is_interned) {
  ------------------
  |  Branch (1393:13): [True: 0, False: 2]
  ------------------
 1394|       |            // marshal is meant to serialize .pyc files with code
 1395|       |            // objects, and code-related strings are currently immortal.
 1396|      0|            PyInterpreterState *interp = _PyInterpreterState_GET();
 1397|      0|            _PyUnicode_InternImmortal(interp, &v);
 1398|      0|        }
 1399|      2|        retval = v;
 1400|      2|        R_REF(retval);
  ------------------
  |  | 1203|      2|#define R_REF(O) do{\
  |  | 1204|      2|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 2]
  |  |  ------------------
  |  | 1205|      2|        O = r_ref(O, flag, p);\
  |  | 1206|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1401|      2|        break;
 1402|      2|        }
 1403|       |
 1404|  5.00k|    case TYPE_SMALL_TUPLE:
  ------------------
  |  |   91|  5.00k|#define TYPE_SMALL_TUPLE        ')'  // Version 4+
  ------------------
  |  Branch (1404:5): [True: 5.00k, False: 45.4k]
  ------------------
 1405|  5.00k|        n = r_byte(p);
 1406|  5.00k|        if (n == EOF) {
  ------------------
  |  Branch (1406:13): [True: 0, False: 5.00k]
  ------------------
 1407|      0|            break;
 1408|      0|        }
 1409|  5.00k|        goto _read_tuple;
 1410|  5.00k|    case TYPE_TUPLE:
  ------------------
  |  |   68|      2|#define TYPE_TUPLE              '('  // See also TYPE_SMALL_TUPLE.
  ------------------
  |  Branch (1410:5): [True: 2, False: 50.4k]
  ------------------
 1411|      2|        n = r_long(p);
 1412|      2|        if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|      2|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1412:13): [True: 0, False: 2]
  |  Branch (1412:22): [True: 0, False: 2]
  ------------------
 1413|      0|            if (!PyErr_Occurred()) {
  ------------------
  |  Branch (1413:17): [True: 0, False: 0]
  ------------------
 1414|      0|                PyErr_SetString(PyExc_ValueError,
 1415|      0|                    "bad marshal data (tuple size out of range)");
 1416|      0|            }
 1417|      0|            break;
 1418|      0|        }
 1419|  5.00k|    _read_tuple:
 1420|  5.00k|        v = PyTuple_New(n);
 1421|  5.00k|        R_REF(v);
  ------------------
  |  | 1203|  5.00k|#define R_REF(O) do{\
  |  | 1204|  5.00k|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 555, False: 4.45k]
  |  |  ------------------
  |  | 1205|  5.00k|        O = r_ref(O, flag, p);\
  |  | 1206|  5.00k|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 5.00k]
  |  |  ------------------
  ------------------
 1422|  5.00k|        if (v == NULL)
  ------------------
  |  Branch (1422:13): [True: 0, False: 5.00k]
  ------------------
 1423|      0|            break;
 1424|       |
 1425|  33.3k|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1425:21): [True: 28.3k, False: 5.00k]
  ------------------
 1426|  28.3k|            v2 = r_object(p);
 1427|  28.3k|            if ( v2 == NULL ) {
  ------------------
  |  Branch (1427:18): [True: 0, False: 28.3k]
  ------------------
 1428|      0|                if (!PyErr_Occurred())
  ------------------
  |  Branch (1428:21): [True: 0, False: 0]
  ------------------
 1429|      0|                    PyErr_SetString(PyExc_TypeError,
 1430|      0|                        "NULL object in marshal data for tuple");
 1431|      0|                Py_SETREF(v, NULL);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1432|      0|                break;
 1433|      0|            }
 1434|  28.3k|            PyTuple_SET_ITEM(v, i, v2);
  ------------------
  |  |   40|  28.3k|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  28.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|  28.3k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  28.3k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1435|  28.3k|        }
 1436|  5.00k|        retval = v;
 1437|  5.00k|        break;
 1438|       |
 1439|      0|    case TYPE_LIST:
  ------------------
  |  |   69|      0|#define TYPE_LIST               '['
  ------------------
  |  Branch (1439:5): [True: 0, False: 50.4k]
  ------------------
 1440|      0|        n = r_long(p);
 1441|      0|        if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|      0|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1441:13): [True: 0, False: 0]
  |  Branch (1441:22): [True: 0, False: 0]
  ------------------
 1442|      0|            if (!PyErr_Occurred()) {
  ------------------
  |  Branch (1442:17): [True: 0, False: 0]
  ------------------
 1443|      0|                PyErr_SetString(PyExc_ValueError,
 1444|      0|                    "bad marshal data (list size out of range)");
 1445|      0|            }
 1446|      0|            break;
 1447|      0|        }
 1448|      0|        v = PyList_New(n);
 1449|      0|        R_REF(v);
  ------------------
  |  | 1203|      0|#define R_REF(O) do{\
  |  | 1204|      0|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|        O = r_ref(O, flag, p);\
  |  | 1206|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1450|      0|        if (v == NULL)
  ------------------
  |  Branch (1450:13): [True: 0, False: 0]
  ------------------
 1451|      0|            break;
 1452|      0|        for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1452:21): [True: 0, False: 0]
  ------------------
 1453|      0|            v2 = r_object(p);
 1454|      0|            if ( v2 == NULL ) {
  ------------------
  |  Branch (1454:18): [True: 0, False: 0]
  ------------------
 1455|      0|                if (!PyErr_Occurred())
  ------------------
  |  Branch (1455:21): [True: 0, False: 0]
  ------------------
 1456|      0|                    PyErr_SetString(PyExc_TypeError,
 1457|      0|                        "NULL object in marshal data for list");
 1458|      0|                Py_SETREF(v, NULL);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1459|      0|                break;
 1460|      0|            }
 1461|      0|            PyList_SET_ITEM(v, i, v2);
  ------------------
  |  |   50|      0|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1462|      0|        }
 1463|      0|        retval = v;
 1464|      0|        break;
 1465|       |
 1466|      0|    case TYPE_DICT:
  ------------------
  |  |   70|      0|#define TYPE_DICT               '{'
  ------------------
  |  Branch (1466:5): [True: 0, False: 50.4k]
  ------------------
 1467|      0|    case TYPE_FROZENDICT:
  ------------------
  |  |   71|      0|#define TYPE_FROZENDICT         '}'
  ------------------
  |  Branch (1467:5): [True: 0, False: 50.4k]
  ------------------
 1468|      0|        v = PyDict_New();
 1469|      0|        if (v == NULL) {
  ------------------
  |  Branch (1469:13): [True: 0, False: 0]
  ------------------
 1470|      0|            break;
 1471|      0|        }
 1472|      0|        if (type == TYPE_DICT) {
  ------------------
  |  |   70|      0|#define TYPE_DICT               '{'
  ------------------
  |  Branch (1472:13): [True: 0, False: 0]
  ------------------
 1473|      0|            R_REF(v);
  ------------------
  |  | 1203|      0|#define R_REF(O) do{\
  |  | 1204|      0|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|        O = r_ref(O, flag, p);\
  |  | 1206|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1474|      0|        }
 1475|      0|        else {
 1476|      0|            idx = r_ref_reserve(flag, p);
 1477|      0|            if (idx < 0) {
  ------------------
  |  Branch (1477:17): [True: 0, False: 0]
  ------------------
 1478|      0|                Py_CLEAR(v);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1479|      0|                break;
 1480|      0|            }
 1481|      0|        }
 1482|      0|        for (;;) {
 1483|      0|            PyObject *key, *val;
 1484|      0|            key = r_object(p);
 1485|      0|            if (key == NULL)
  ------------------
  |  Branch (1485:17): [True: 0, False: 0]
  ------------------
 1486|      0|                break;
 1487|      0|            val = r_object(p);
 1488|      0|            if (val == NULL) {
  ------------------
  |  Branch (1488:17): [True: 0, False: 0]
  ------------------
 1489|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1490|      0|                break;
 1491|      0|            }
 1492|      0|            if (PyDict_SetItem(v, key, val) < 0) {
  ------------------
  |  Branch (1492:17): [True: 0, False: 0]
  ------------------
 1493|      0|                Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1494|      0|                Py_DECREF(val);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1495|      0|                break;
 1496|      0|            }
 1497|      0|            Py_DECREF(key);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1498|      0|            Py_DECREF(val);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1499|      0|        }
 1500|      0|        if (PyErr_Occurred()) {
  ------------------
  |  Branch (1500:13): [True: 0, False: 0]
  ------------------
 1501|      0|            Py_CLEAR(v);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1502|      0|        }
 1503|      0|        if (type == TYPE_FROZENDICT && v != NULL) {
  ------------------
  |  |   71|      0|#define TYPE_FROZENDICT         '}'
  ------------------
  |  Branch (1503:13): [True: 0, False: 0]
  |  Branch (1503:40): [True: 0, False: 0]
  ------------------
 1504|      0|            Py_SETREF(v, PyFrozenDict_New(v));
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1505|      0|        }
 1506|      0|        retval = v;
 1507|      0|        break;
 1508|       |
 1509|      0|    case TYPE_SET:
  ------------------
  |  |   76|      0|#define TYPE_SET                '<'
  ------------------
  |  Branch (1509:5): [True: 0, False: 50.4k]
  ------------------
 1510|      9|    case TYPE_FROZENSET:
  ------------------
  |  |   77|      9|#define TYPE_FROZENSET          '>'
  ------------------
  |  Branch (1510:5): [True: 9, False: 50.4k]
  ------------------
 1511|      9|        n = r_long(p);
 1512|      9|        if (n < 0 || n > SIZE32_MAX) {
  ------------------
  |  |  212|      9|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1512:13): [True: 0, False: 9]
  |  Branch (1512:22): [True: 0, False: 9]
  ------------------
 1513|      0|            if (!PyErr_Occurred()) {
  ------------------
  |  Branch (1513:17): [True: 0, False: 0]
  ------------------
 1514|      0|                PyErr_SetString(PyExc_ValueError,
 1515|      0|                    "bad marshal data (set size out of range)");
 1516|      0|            }
 1517|      0|            break;
 1518|      0|        }
 1519|       |
 1520|      9|        if (n == 0 && type == TYPE_FROZENSET) {
  ------------------
  |  |   77|      0|#define TYPE_FROZENSET          '>'
  ------------------
  |  Branch (1520:13): [True: 0, False: 9]
  |  Branch (1520:23): [True: 0, False: 0]
  ------------------
 1521|       |            /* call frozenset() to get the empty frozenset singleton */
 1522|      0|            v = _PyObject_CallNoArgs((PyObject*)&PyFrozenSet_Type);
 1523|      0|            if (v == NULL)
  ------------------
  |  Branch (1523:17): [True: 0, False: 0]
  ------------------
 1524|      0|                break;
 1525|      0|            R_REF(v);
  ------------------
  |  | 1203|      0|#define R_REF(O) do{\
  |  | 1204|      0|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|        O = r_ref(O, flag, p);\
  |  | 1206|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1526|      0|            retval = v;
 1527|      0|        }
 1528|      9|        else {
 1529|      9|            v = (type == TYPE_SET) ? PySet_New(NULL) : PyFrozenSet_New(NULL);
  ------------------
  |  |   76|      9|#define TYPE_SET                '<'
  ------------------
  |  Branch (1529:17): [True: 0, False: 9]
  ------------------
 1530|      9|            if (type == TYPE_SET) {
  ------------------
  |  |   76|      9|#define TYPE_SET                '<'
  ------------------
  |  Branch (1530:17): [True: 0, False: 9]
  ------------------
 1531|      0|                R_REF(v);
  ------------------
  |  | 1203|      0|#define R_REF(O) do{\
  |  | 1204|      0|    if (flag) \
  |  |  ------------------
  |  |  |  Branch (1204:9): [True: 0, False: 0]
  |  |  ------------------
  |  | 1205|      0|        O = r_ref(O, flag, p);\
  |  | 1206|      0|} while (0)
  |  |  ------------------
  |  |  |  Branch (1206:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1532|      9|            } else {
 1533|       |                /* must use delayed registration of frozensets because they must
 1534|       |                 * be init with a refcount of 1
 1535|       |                 */
 1536|      9|                idx = r_ref_reserve(flag, p);
 1537|      9|                if (idx < 0)
  ------------------
  |  Branch (1537:21): [True: 0, False: 9]
  ------------------
 1538|      0|                    Py_CLEAR(v); /* signal error */
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1539|      9|            }
 1540|      9|            if (v == NULL)
  ------------------
  |  Branch (1540:17): [True: 0, False: 9]
  ------------------
 1541|      0|                break;
 1542|       |
 1543|     40|            for (i = 0; i < n; i++) {
  ------------------
  |  Branch (1543:25): [True: 31, False: 9]
  ------------------
 1544|     31|                v2 = r_object(p);
 1545|     31|                if ( v2 == NULL ) {
  ------------------
  |  Branch (1545:22): [True: 0, False: 31]
  ------------------
 1546|      0|                    if (!PyErr_Occurred())
  ------------------
  |  Branch (1546:25): [True: 0, False: 0]
  ------------------
 1547|      0|                        PyErr_SetString(PyExc_TypeError,
 1548|      0|                            "NULL object in marshal data for set");
 1549|      0|                    Py_SETREF(v, NULL);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1550|      0|                    break;
 1551|      0|                }
 1552|     31|                if (PySet_Add(v, v2) == -1) {
  ------------------
  |  Branch (1552:21): [True: 0, False: 31]
  ------------------
 1553|      0|                    Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1554|      0|                    Py_DECREF(v2);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1555|      0|                    v = NULL;
 1556|      0|                    break;
 1557|      0|                }
 1558|     31|                Py_DECREF(v2);
  ------------------
  |  |  430|     31|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     31|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     31|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1559|     31|            }
 1560|      9|            if (type != TYPE_SET)
  ------------------
  |  |   76|      9|#define TYPE_SET                '<'
  ------------------
  |  Branch (1560:17): [True: 9, False: 0]
  ------------------
 1561|      9|                v = r_ref_insert(v, idx, flag, p);
 1562|      9|            retval = v;
 1563|      9|        }
 1564|      9|        break;
 1565|       |
 1566|  2.16k|    case TYPE_CODE:
  ------------------
  |  |   72|  2.16k|#define TYPE_CODE               'c'
  ------------------
  |  Branch (1566:5): [True: 2.16k, False: 48.2k]
  ------------------
 1567|  2.16k|        {
 1568|  2.16k|            int argcount;
 1569|  2.16k|            int posonlyargcount;
 1570|  2.16k|            int kwonlyargcount;
 1571|  2.16k|            int stacksize;
 1572|  2.16k|            int flags;
 1573|  2.16k|            PyObject *code = NULL;
 1574|  2.16k|            PyObject *consts = NULL;
 1575|  2.16k|            PyObject *names = NULL;
 1576|  2.16k|            PyObject *localsplusnames = NULL;
 1577|  2.16k|            PyObject *localspluskinds = NULL;
 1578|  2.16k|            PyObject *filename = NULL;
 1579|  2.16k|            PyObject *name = NULL;
 1580|  2.16k|            PyObject *qualname = NULL;
 1581|  2.16k|            int firstlineno;
 1582|  2.16k|            PyObject* linetable = NULL;
 1583|  2.16k|            PyObject *exceptiontable = NULL;
 1584|       |
 1585|  2.16k|            if (!p->allow_code) {
  ------------------
  |  Branch (1585:17): [True: 0, False: 2.16k]
  ------------------
 1586|      0|                PyErr_SetString(PyExc_ValueError,
 1587|      0|                                "unmarshalling code objects is disallowed");
 1588|      0|                break;
 1589|      0|            }
 1590|  2.16k|            idx = r_ref_reserve(flag, p);
 1591|  2.16k|            if (idx < 0)
  ------------------
  |  Branch (1591:17): [True: 0, False: 2.16k]
  ------------------
 1592|      0|                break;
 1593|       |
 1594|  2.16k|            v = NULL;
 1595|       |
 1596|       |            /* XXX ignore long->int overflows for now */
 1597|  2.16k|            argcount = (int)r_long(p);
 1598|  2.16k|            if (argcount == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1598:17): [True: 0, False: 2.16k]
  |  Branch (1598:35): [True: 0, False: 0]
  ------------------
 1599|      0|                goto code_error;
 1600|  2.16k|            posonlyargcount = (int)r_long(p);
 1601|  2.16k|            if (posonlyargcount == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1601:17): [True: 0, False: 2.16k]
  |  Branch (1601:42): [True: 0, False: 0]
  ------------------
 1602|      0|                goto code_error;
 1603|      0|            }
 1604|  2.16k|            kwonlyargcount = (int)r_long(p);
 1605|  2.16k|            if (kwonlyargcount == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1605:17): [True: 0, False: 2.16k]
  |  Branch (1605:41): [True: 0, False: 0]
  ------------------
 1606|      0|                goto code_error;
 1607|  2.16k|            stacksize = (int)r_long(p);
 1608|  2.16k|            if (stacksize == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1608:17): [True: 0, False: 2.16k]
  |  Branch (1608:36): [True: 0, False: 0]
  ------------------
 1609|      0|                goto code_error;
 1610|  2.16k|            flags = (int)r_long(p);
 1611|  2.16k|            if (flags == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1611:17): [True: 0, False: 2.16k]
  |  Branch (1611:32): [True: 0, False: 0]
  ------------------
 1612|      0|                goto code_error;
 1613|  2.16k|            code = r_object(p);
 1614|  2.16k|            if (code == NULL)
  ------------------
  |  Branch (1614:17): [True: 0, False: 2.16k]
  ------------------
 1615|      0|                goto code_error;
 1616|  2.16k|            consts = r_object(p);
 1617|  2.16k|            if (consts == NULL)
  ------------------
  |  Branch (1617:17): [True: 0, False: 2.16k]
  ------------------
 1618|      0|                goto code_error;
 1619|  2.16k|            names = r_object(p);
 1620|  2.16k|            if (names == NULL)
  ------------------
  |  Branch (1620:17): [True: 0, False: 2.16k]
  ------------------
 1621|      0|                goto code_error;
 1622|  2.16k|            localsplusnames = r_object(p);
 1623|  2.16k|            if (localsplusnames == NULL)
  ------------------
  |  Branch (1623:17): [True: 0, False: 2.16k]
  ------------------
 1624|      0|                goto code_error;
 1625|  2.16k|            localspluskinds = r_object(p);
 1626|  2.16k|            if (localspluskinds == NULL)
  ------------------
  |  Branch (1626:17): [True: 0, False: 2.16k]
  ------------------
 1627|      0|                goto code_error;
 1628|  2.16k|            filename = r_object(p);
 1629|  2.16k|            if (filename == NULL)
  ------------------
  |  Branch (1629:17): [True: 0, False: 2.16k]
  ------------------
 1630|      0|                goto code_error;
 1631|  2.16k|            name = r_object(p);
 1632|  2.16k|            if (name == NULL)
  ------------------
  |  Branch (1632:17): [True: 0, False: 2.16k]
  ------------------
 1633|      0|                goto code_error;
 1634|  2.16k|            qualname = r_object(p);
 1635|  2.16k|            if (qualname == NULL)
  ------------------
  |  Branch (1635:17): [True: 0, False: 2.16k]
  ------------------
 1636|      0|                goto code_error;
 1637|  2.16k|            firstlineno = (int)r_long(p);
 1638|  2.16k|            if (firstlineno == -1 && PyErr_Occurred())
  ------------------
  |  Branch (1638:17): [True: 0, False: 2.16k]
  |  Branch (1638:38): [True: 0, False: 0]
  ------------------
 1639|      0|                goto code_error;
 1640|  2.16k|            linetable = r_object(p);
 1641|  2.16k|            if (linetable == NULL)
  ------------------
  |  Branch (1641:17): [True: 0, False: 2.16k]
  ------------------
 1642|      0|                goto code_error;
 1643|  2.16k|            exceptiontable = r_object(p);
 1644|  2.16k|            if (exceptiontable == NULL)
  ------------------
  |  Branch (1644:17): [True: 0, False: 2.16k]
  ------------------
 1645|      0|                goto code_error;
 1646|       |
 1647|  2.16k|            struct _PyCodeConstructor con = {
 1648|  2.16k|                .filename = filename,
 1649|  2.16k|                .name = name,
 1650|  2.16k|                .qualname = qualname,
 1651|  2.16k|                .flags = flags,
 1652|       |
 1653|  2.16k|                .code = code,
 1654|  2.16k|                .firstlineno = firstlineno,
 1655|  2.16k|                .linetable = linetable,
 1656|       |
 1657|  2.16k|                .consts = consts,
 1658|  2.16k|                .names = names,
 1659|       |
 1660|  2.16k|                .localsplusnames = localsplusnames,
 1661|  2.16k|                .localspluskinds = localspluskinds,
 1662|       |
 1663|  2.16k|                .argcount = argcount,
 1664|  2.16k|                .posonlyargcount = posonlyargcount,
 1665|  2.16k|                .kwonlyargcount = kwonlyargcount,
 1666|       |
 1667|  2.16k|                .stacksize = stacksize,
 1668|       |
 1669|  2.16k|                .exceptiontable = exceptiontable,
 1670|  2.16k|            };
 1671|       |
 1672|  2.16k|            if (_PyCode_Validate(&con) < 0) {
  ------------------
  |  Branch (1672:17): [True: 0, False: 2.16k]
  ------------------
 1673|      0|                goto code_error;
 1674|      0|            }
 1675|       |
 1676|  2.16k|            v = (PyObject *)_PyCode_New(&con);
 1677|  2.16k|            if (v == NULL) {
  ------------------
  |  Branch (1677:17): [True: 0, False: 2.16k]
  ------------------
 1678|      0|                goto code_error;
 1679|      0|            }
 1680|       |
 1681|  2.16k|            v = r_ref_insert(v, idx, flag, p);
 1682|       |
 1683|  2.16k|          code_error:
 1684|  2.16k|            if (v == NULL && !PyErr_Occurred()) {
  ------------------
  |  Branch (1684:17): [True: 0, False: 2.16k]
  |  Branch (1684:30): [True: 0, False: 0]
  ------------------
 1685|      0|                PyErr_SetString(PyExc_TypeError,
 1686|      0|                    "NULL object in marshal data for code object");
 1687|      0|            }
 1688|  2.16k|            Py_XDECREF(code);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1689|  2.16k|            Py_XDECREF(consts);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1690|  2.16k|            Py_XDECREF(names);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1691|  2.16k|            Py_XDECREF(localsplusnames);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1692|  2.16k|            Py_XDECREF(localspluskinds);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1693|  2.16k|            Py_XDECREF(filename);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1694|  2.16k|            Py_XDECREF(name);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1695|  2.16k|            Py_XDECREF(qualname);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1696|  2.16k|            Py_XDECREF(linetable);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1697|  2.16k|            Py_XDECREF(exceptiontable);
  ------------------
  |  |  524|  2.16k|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  2.16k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  2.16k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1698|  2.16k|        }
 1699|      0|        retval = v;
 1700|  2.16k|        break;
 1701|       |
 1702|  23.0k|    case TYPE_REF:
  ------------------
  |  |   99|  23.0k|#define TYPE_REF                'r'
  ------------------
  |  Branch (1702:5): [True: 23.0k, False: 27.3k]
  ------------------
 1703|  23.0k|        n = r_long(p);
 1704|  23.0k|        if (n < 0 || n >= PyList_GET_SIZE(p->refs)) {
  ------------------
  |  |   38|  23.0k|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  23.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1704:13): [True: 0, False: 23.0k]
  |  Branch (1704:22): [True: 0, False: 23.0k]
  ------------------
 1705|      0|            if (!PyErr_Occurred()) {
  ------------------
  |  Branch (1705:17): [True: 0, False: 0]
  ------------------
 1706|      0|                PyErr_SetString(PyExc_ValueError,
 1707|      0|                    "bad marshal data (invalid reference)");
 1708|      0|            }
 1709|      0|            break;
 1710|      0|        }
 1711|  23.0k|        v = PyList_GET_ITEM(p->refs, n);
  ------------------
  |  |   40|  23.0k|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|  23.0k|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1711:13): [True: 23.0k, False: 0]
  ------------------
 1712|  23.0k|        if (v == Py_None) {
  ------------------
  |  |  616|  23.0k|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1712:13): [True: 0, False: 23.0k]
  ------------------
 1713|      0|            PyErr_SetString(PyExc_ValueError, "bad marshal data (invalid reference)");
 1714|      0|            break;
 1715|      0|        }
 1716|  23.0k|        retval = Py_NewRef(v);
  ------------------
  |  |  550|  23.0k|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|  23.0k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  23.0k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1717|  23.0k|        break;
 1718|       |
 1719|    115|    case TYPE_SLICE:
  ------------------
  |  |   79|    115|#define TYPE_SLICE              ':'
  ------------------
  |  Branch (1719:5): [True: 115, False: 50.3k]
  ------------------
 1720|    115|    {
 1721|    115|        Py_ssize_t idx = r_ref_reserve(flag, p);
 1722|    115|        if (idx < 0) {
  ------------------
  |  Branch (1722:13): [True: 0, False: 115]
  ------------------
 1723|      0|            break;
 1724|      0|        }
 1725|    115|        PyObject *stop = NULL;
 1726|    115|        PyObject *step = NULL;
 1727|    115|        PyObject *start = r_object(p);
 1728|    115|        if (start == NULL) {
  ------------------
  |  Branch (1728:13): [True: 0, False: 115]
  ------------------
 1729|      0|            goto cleanup;
 1730|      0|        }
 1731|    115|        stop = r_object(p);
 1732|    115|        if (stop == NULL) {
  ------------------
  |  Branch (1732:13): [True: 0, False: 115]
  ------------------
 1733|      0|            goto cleanup;
 1734|      0|        }
 1735|    115|        step = r_object(p);
 1736|    115|        if (step == NULL) {
  ------------------
  |  Branch (1736:13): [True: 0, False: 115]
  ------------------
 1737|      0|            goto cleanup;
 1738|      0|        }
 1739|    115|        retval = PySlice_New(start, stop, step);
 1740|    115|        r_ref_insert(retval, idx, flag, p);
 1741|    115|    cleanup:
 1742|    115|        Py_XDECREF(start);
  ------------------
  |  |  524|    115|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    115|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    115|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1743|    115|        Py_XDECREF(stop);
  ------------------
  |  |  524|    115|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    115|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    115|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1744|    115|        Py_XDECREF(step);
  ------------------
  |  |  524|    115|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    115|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    115|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1745|    115|        break;
 1746|    115|    }
 1747|       |
 1748|      0|    default:
  ------------------
  |  Branch (1748:5): [True: 0, False: 50.4k]
  ------------------
 1749|       |        /* Bogus data got written, which isn't ideal.
 1750|       |           This will let you keep working and recover. */
 1751|      0|        PyErr_SetString(PyExc_ValueError, "bad marshal data (unknown type code)");
 1752|      0|        break;
 1753|       |
 1754|  50.4k|    }
 1755|  50.4k|    p->depth--;
 1756|  50.4k|    return retval;
 1757|  50.4k|}
marshal.c:r_byte:
  910|  67.8k|{
  911|  67.8k|    if (p->ptr != NULL) {
  ------------------
  |  Branch (911:9): [True: 67.8k, False: 0]
  ------------------
  912|  67.8k|        if (p->ptr < p->end) {
  ------------------
  |  Branch (912:13): [True: 67.8k, False: 0]
  ------------------
  913|  67.8k|            return (unsigned char) *p->ptr++;
  914|  67.8k|        }
  915|  67.8k|    }
  916|      0|    else if (!p->readable) {
  ------------------
  |  Branch (916:14): [True: 0, False: 0]
  ------------------
  917|      0|        assert(p->fp);
  ------------------
  |  Branch (917:9): [True: 0, False: 0]
  ------------------
  918|      0|        int c = getc(p->fp);
  919|      0|        if (c != EOF) {
  ------------------
  |  Branch (919:13): [True: 0, False: 0]
  ------------------
  920|      0|            return c;
  921|      0|        }
  922|      0|    }
  923|      0|    else {
  924|      0|        const char *ptr = r_string(1, p);
  925|      0|        if (ptr != NULL) {
  ------------------
  |  Branch (925:13): [True: 0, False: 0]
  ------------------
  926|      0|            return *(const unsigned char *) ptr;
  927|      0|        }
  928|      0|        return EOF;
  929|      0|    }
  930|      0|    PyErr_SetString(PyExc_EOFError,
  931|      0|                    "EOF read where not expected");
  932|       |    return EOF;
  933|  67.8k|}
marshal.c:r_ref:
 1161|  13.9k|{
 1162|  13.9k|    assert(flag & FLAG_REF);
  ------------------
  |  Branch (1162:5): [True: 13.9k, False: 0]
  ------------------
 1163|  13.9k|    if (o == NULL)
  ------------------
  |  Branch (1163:9): [True: 0, False: 13.9k]
  ------------------
 1164|      0|        return NULL;
 1165|  13.9k|    if (PyList_Append(p->refs, o) < 0) {
  ------------------
  |  Branch (1165:9): [True: 0, False: 13.9k]
  ------------------
 1166|      0|        Py_DECREF(o); /* release the new object */
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1167|      0|        return NULL;
 1168|      0|    }
 1169|  13.9k|    return o;
 1170|  13.9k|}
marshal.c:r_PyLong:
 1038|      9|{
 1039|      9|    long n = r_long(p);
 1040|      9|    if (n == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1040:9): [True: 0, False: 9]
  |  Branch (1040:20): [True: 0, False: 0]
  ------------------
 1041|      0|        return NULL;
 1042|      0|    }
 1043|      9|    if (n < -SIZE32_MAX || n > SIZE32_MAX) {
  ------------------
  |  |  212|     18|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
                  if (n < -SIZE32_MAX || n > SIZE32_MAX) {
  ------------------
  |  |  212|      9|#define SIZE32_MAX  0x7FFFFFFF
  ------------------
  |  Branch (1043:9): [True: 0, False: 9]
  |  Branch (1043:28): [True: 0, False: 9]
  ------------------
 1044|      0|        PyErr_SetString(PyExc_ValueError,
 1045|      0|                       "bad marshal data (long size out of range)");
 1046|      0|        return NULL;
 1047|      0|    }
 1048|       |
 1049|      9|    const PyLongLayout *layout = PyLong_GetNativeLayout();
 1050|      9|    Py_ssize_t marshal_ratio = layout->bits_per_digit/PyLong_MARSHAL_SHIFT;
  ------------------
  |  |  245|      9|#define PyLong_MARSHAL_SHIFT 15
  ------------------
 1051|       |
 1052|       |    /* must be a multiple of PyLong_MARSHAL_SHIFT */
 1053|      9|    assert(layout->bits_per_digit % PyLong_MARSHAL_SHIFT == 0);
  ------------------
  |  Branch (1053:5): [True: 9, False: 0]
  ------------------
 1054|      9|    assert(layout->bits_per_digit >= PyLong_MARSHAL_SHIFT);
  ------------------
  |  Branch (1054:5): [True: 9, False: 0]
  ------------------
 1055|       |
 1056|       |    /* other assumptions on PyLongObject internals */
 1057|      9|    assert(layout->bits_per_digit <= 32);
  ------------------
  |  Branch (1057:5): [True: 9, False: 0]
  ------------------
 1058|      9|    assert(layout->digits_order == -1);
  ------------------
  |  Branch (1058:5): [True: 9, False: 0]
  ------------------
 1059|      9|    assert(layout->digit_endianness == (PY_LITTLE_ENDIAN ? -1 : 1));
  ------------------
  |  Branch (1059:5): [True: 9, Folded]
  |  Branch (1059:5): [True: 9, False: 0]
  ------------------
 1060|      9|    assert(layout->digit_size == 2 || layout->digit_size == 4);
  ------------------
  |  Branch (1060:5): [True: 0, False: 9]
  |  Branch (1060:5): [True: 9, False: 0]
  ------------------
 1061|       |
 1062|      9|    Py_ssize_t size = 1 + (Py_ABS(n) - 1) / marshal_ratio;
  ------------------
  |  |  118|      9|#define Py_ABS(x) ((x) < 0 ? -(x) : (x))
  |  |  ------------------
  |  |  |  Branch (118:20): [True: 0, False: 9]
  |  |  ------------------
  ------------------
 1063|       |
 1064|      9|    assert(size >= 1);
  ------------------
  |  Branch (1064:5): [True: 9, False: 0]
  ------------------
 1065|       |
 1066|      9|    int shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % marshal_ratio;
  ------------------
  |  |  118|      9|#define Py_ABS(x) ((x) < 0 ? -(x) : (x))
  |  |  ------------------
  |  |  |  Branch (118:20): [True: 0, False: 9]
  |  |  ------------------
  ------------------
 1067|      9|    void *digits;
 1068|      9|    PyLongWriter *writer = PyLongWriter_Create(n < 0, size, &digits);
 1069|       |
 1070|      9|    if (writer == NULL) {
  ------------------
  |  Branch (1070:9): [True: 0, False: 9]
  ------------------
 1071|      0|        return NULL;
 1072|      0|    }
 1073|       |
 1074|      9|    int ret;
 1075|       |
 1076|      9|    if (layout->digit_size == 4) {
  ------------------
  |  Branch (1076:9): [True: 9, False: 0]
  ------------------
 1077|      9|        ret = _w_digits32(digits, size, marshal_ratio, shorts_in_top_digit, p);
 1078|      9|    }
 1079|      0|    else {
 1080|      0|        ret = _w_digits16(digits, size, marshal_ratio, shorts_in_top_digit, p);
 1081|      0|    }
 1082|      9|    if (ret < 0) {
  ------------------
  |  Branch (1082:9): [True: 0, False: 9]
  ------------------
 1083|      0|        PyLongWriter_Discard(writer);
 1084|      0|        return NULL;
 1085|      0|    }
 1086|      9|    return PyLongWriter_Finish(writer);
 1087|      9|}
marshal.c:r_ref_reserve:
 1122|  2.28k|{
 1123|  2.28k|    if (flag) { /* currently only FLAG_REF is defined */
  ------------------
  |  Branch (1123:9): [True: 25, False: 2.26k]
  ------------------
 1124|     25|        Py_ssize_t idx = PyList_GET_SIZE(p->refs);
  ------------------
  |  |   38|     25|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1125|     25|        if (idx >= 0x7ffffffe) {
  ------------------
  |  Branch (1125:13): [True: 0, False: 25]
  ------------------
 1126|      0|            PyErr_SetString(PyExc_ValueError, "bad marshal data (index list too large)");
 1127|      0|            return -1;
 1128|      0|        }
 1129|     25|        if (PyList_Append(p->refs, Py_None) < 0)
  ------------------
  |  |  616|     25|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (1129:13): [True: 0, False: 25]
  ------------------
 1130|      0|            return -1;
 1131|     25|        return idx;
 1132|     25|    } else
 1133|  2.26k|        return 0;
 1134|  2.28k|}
marshal.c:r_ref_insert:
 1146|  2.28k|{
 1147|  2.28k|    if (o != NULL && flag) { /* currently only FLAG_REF is defined */
  ------------------
  |  Branch (1147:9): [True: 2.28k, False: 0]
  |  Branch (1147:22): [True: 25, False: 2.26k]
  ------------------
 1148|     25|        PyObject *tmp = PyList_GET_ITEM(p->refs, idx);
  ------------------
  |  |   40|     25|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|     25|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1148:25): [True: 25, False: 0]
  ------------------
 1149|     25|        PyList_SET_ITEM(p->refs, idx, Py_NewRef(o));
  ------------------
  |  |   50|     25|    PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyList_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1150|     25|        Py_DECREF(tmp);
  ------------------
  |  |  430|     25|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1151|     25|    }
 1152|  2.28k|    return o;
 1153|  2.28k|}
marshal.c:marshal_loads_impl:
 2108|     13|{
 2109|     13|    RFILE rf;
 2110|     13|    char *s = bytes->buf;
 2111|     13|    Py_ssize_t n = bytes->len;
 2112|     13|    PyObject* result;
 2113|     13|    rf.allow_code = allow_code;
 2114|     13|    rf.fp = NULL;
 2115|     13|    rf.readable = NULL;
 2116|     13|    rf.ptr = s;
 2117|     13|    rf.end = s + n;
 2118|     13|    rf.depth = 0;
 2119|     13|    if ((rf.refs = PyList_New(0)) == NULL)
  ------------------
  |  Branch (2119:9): [True: 0, False: 13]
  ------------------
 2120|      0|        return NULL;
 2121|     13|    result = read_object(&rf);
 2122|     13|    Py_DECREF(rf.refs);
  ------------------
  |  |  430|     13|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2123|     13|    return result;
 2124|     13|}
marshal.c:marshal_module_exec:
 2167|      2|{
 2168|      2|    if (PyModule_AddIntConstant(mod, "version", Py_MARSHAL_VERSION) < 0) {
  ------------------
  |  |    9|      2|#define Py_MARSHAL_VERSION 6
  ------------------
  |  Branch (2168:9): [True: 0, False: 2]
  ------------------
 2169|      0|        return -1;
 2170|      0|    }
 2171|      2|    return 0;
 2172|      2|}

Py_BuildValue:
  497|     36|{
  498|     36|    va_list va;
  499|     36|    PyObject* retval;
  500|     36|    va_start(va, format);
  501|     36|    retval = va_build_value(format, va);
  502|       |    va_end(va);
  503|     36|    return retval;
  504|     36|}
_Py_VaBuildStack:
  555|    131|{
  556|    131|    const char *f;
  557|    131|    Py_ssize_t n;
  558|    131|    va_list lva;
  559|    131|    PyObject **stack;
  560|    131|    int res;
  561|       |
  562|    131|    n = countformat(format, '\0');
  563|    131|    if (n < 0) {
  ------------------
  |  Branch (563:9): [True: 0, False: 131]
  ------------------
  564|      0|        *p_nargs = 0;
  565|      0|        return NULL;
  566|      0|    }
  567|       |
  568|    131|    if (n == 0) {
  ------------------
  |  Branch (568:9): [True: 0, False: 131]
  ------------------
  569|      0|        *p_nargs = 0;
  570|      0|        return small_stack;
  571|      0|    }
  572|       |
  573|    131|    if (n <= small_stack_len) {
  ------------------
  |  Branch (573:9): [True: 119, False: 12]
  ------------------
  574|    119|        stack = small_stack;
  575|    119|    }
  576|     12|    else {
  577|     12|        stack = PyMem_Malloc(n * sizeof(stack[0]));
  578|     12|        if (stack == NULL) {
  ------------------
  |  Branch (578:13): [True: 0, False: 12]
  ------------------
  579|      0|            PyErr_NoMemory();
  580|      0|            return NULL;
  581|      0|        }
  582|     12|    }
  583|       |
  584|    131|    va_copy(lva, va);
  585|    131|    f = format;
  586|    131|    res = do_mkstack(stack, &f, &lva, '\0', n);
  587|    131|    va_end(lva);
  588|       |
  589|    131|    if (res < 0) {
  ------------------
  |  Branch (589:9): [True: 0, False: 131]
  ------------------
  590|      0|        if (stack != small_stack) {
  ------------------
  |  Branch (590:13): [True: 0, False: 0]
  ------------------
  591|      0|            PyMem_Free(stack);
  592|      0|        }
  593|      0|        return NULL;
  594|      0|    }
  595|       |
  596|    131|    *p_nargs = n;
  597|    131|    return stack;
  598|    131|}
PyModule_AddObjectRef:
  603|    655|{
  604|    655|    if (!PyModule_Check(mod)) {
  ------------------
  |  |   12|    655|#define PyModule_Check(op) PyObject_TypeCheck((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  378|    655|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    655|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    655|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (604:9): [True: 0, False: 655]
  ------------------
  605|      0|        PyErr_SetString(PyExc_TypeError,
  606|      0|                        "PyModule_AddObjectRef() first argument "
  607|      0|                        "must be a module");
  608|      0|        return -1;
  609|      0|    }
  610|    655|    if (!value) {
  ------------------
  |  Branch (610:9): [True: 0, False: 655]
  ------------------
  611|      0|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (611:13): [True: 0, False: 0]
  ------------------
  612|      0|            PyErr_SetString(PyExc_SystemError,
  613|      0|                            "PyModule_AddObjectRef() must be called "
  614|      0|                            "with an exception raised if value is NULL");
  615|      0|        }
  616|      0|        return -1;
  617|      0|    }
  618|       |
  619|    655|    PyObject *dict = PyModule_GetDict(mod);
  620|    655|    if (dict == NULL) {
  ------------------
  |  Branch (620:9): [True: 0, False: 655]
  ------------------
  621|       |        /* Internal error -- modules must have a dict! */
  622|      0|        PyErr_Format(PyExc_SystemError, "module '%s' has no __dict__",
  623|      0|                     PyModule_GetName(mod));
  624|      0|        return -1;
  625|      0|    }
  626|    655|    return PyDict_SetItemString(dict, name, value);
  627|    655|}
PyModule_Add:
  631|    513|{
  632|    513|    int res = PyModule_AddObjectRef(mod, name, value);
  633|    513|    Py_XDECREF(value);
  ------------------
  |  |  524|    513|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    513|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    513|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  634|    513|    return res;
  635|    513|}
PyModule_AddIntConstant:
  649|    492|{
  650|    492|    return PyModule_Add(m, name, PyLong_FromLong(value));
  651|    492|}
PyModule_AddStringConstant:
  655|      1|{
  656|      1|    return PyModule_Add(m, name, PyUnicode_FromString(value));
  657|      1|}
PyModule_AddType:
  661|     72|{
  662|     72|    if (!_PyType_IsReady(type) && PyType_Ready(type) < 0) {
  ------------------
  |  Branch (662:9): [True: 0, False: 72]
  |  Branch (662:35): [True: 0, False: 0]
  ------------------
  663|      0|        return -1;
  664|      0|    }
  665|       |
  666|     72|    const char *name = _PyType_Name(type);
  667|     72|    assert(name != NULL);
  ------------------
  |  Branch (667:5): [True: 72, False: 0]
  ------------------
  668|       |
  669|     72|    return PyModule_AddObjectRef(module, name, (PyObject *)type);
  670|     72|}
PyABIInfo_Check:
  707|     26|{
  708|     26|    if (!info) {
  ------------------
  |  Branch (708:9): [True: 0, False: 26]
  ------------------
  709|      0|        return _abiinfo_raise(module_name, "NULL PyABIInfo");
  710|      0|    }
  711|       |
  712|       |    /* abiinfo_major_version */
  713|     26|    if (info->abiinfo_major_version == 0) {
  ------------------
  |  Branch (713:9): [True: 0, False: 26]
  ------------------
  714|      0|        return 0;
  715|      0|    }
  716|     26|    if (info->abiinfo_major_version > 1) {
  ------------------
  |  Branch (716:9): [True: 0, False: 26]
  ------------------
  717|      0|        return _abiinfo_raise(module_name, "PyABIInfo version too high");
  718|      0|    }
  719|       |
  720|       |    /* Internal ABI */
  721|     26|    if (info->flags & PyABIInfo_INTERNAL) {
  ------------------
  |  |   97|     26|#define PyABIInfo_INTERNAL      0x0008
  ------------------
  |  Branch (721:9): [True: 26, False: 0]
  ------------------
  722|     26|        if (info->abi_version && (info->abi_version != PY_VERSION_HEX)) {
  ------------------
  |  |   43|     26|#define PY_VERSION_HEX _Py_PACK_FULL_VERSION( \
  |  |  ------------------
  |  |  |  |   34|     26|#define _Py_PACK_FULL_VERSION(X, Y, Z, LEVEL, SERIAL) ( \
  |  |  |  |   35|     26|    (((X) & 0xff) << 24) |                              \
  |  |  |  |   36|     26|    (((Y) & 0xff) << 16) |                              \
  |  |  |  |   37|     26|    (((Z) & 0xff) << 8) |                               \
  |  |  |  |   38|     26|    (((LEVEL) & 0xf) << 4) |                            \
  |  |  |  |   39|     26|    (((SERIAL) & 0xf) << 0))
  |  |  ------------------
  |  |   44|     26|    PY_MAJOR_VERSION,                         \
  |  |   45|     26|    PY_MINOR_VERSION,                         \
  |  |   46|     26|    PY_MICRO_VERSION,                         \
  |  |   47|     26|    PY_RELEASE_LEVEL,                         \
  |  |   48|     26|    PY_RELEASE_SERIAL)
  ------------------
  |  Branch (722:13): [True: 26, False: 0]
  |  Branch (722:34): [True: 0, False: 26]
  ------------------
  723|      0|            return _abiinfo_raise(
  724|      0|                module_name,
  725|      0|                "incompatible internal ABI (0x%x != 0x%x)",
  726|      0|                info->abi_version, PY_VERSION_HEX);
  ------------------
  |  |   43|      0|#define PY_VERSION_HEX _Py_PACK_FULL_VERSION( \
  |  |  ------------------
  |  |  |  |   34|      0|#define _Py_PACK_FULL_VERSION(X, Y, Z, LEVEL, SERIAL) ( \
  |  |  |  |   35|      0|    (((X) & 0xff) << 24) |                              \
  |  |  |  |   36|      0|    (((Y) & 0xff) << 16) |                              \
  |  |  |  |   37|      0|    (((Z) & 0xff) << 8) |                               \
  |  |  |  |   38|      0|    (((LEVEL) & 0xf) << 4) |                            \
  |  |  |  |   39|      0|    (((SERIAL) & 0xf) << 0))
  |  |  ------------------
  |  |   44|      0|    PY_MAJOR_VERSION,                         \
  |  |   45|      0|    PY_MINOR_VERSION,                         \
  |  |   46|      0|    PY_MICRO_VERSION,                         \
  |  |   47|      0|    PY_RELEASE_LEVEL,                         \
  |  |   48|      0|    PY_RELEASE_SERIAL)
  ------------------
  727|      0|        }
  728|     26|    }
  729|       |
  730|     26|#define XY_MASK 0xffff0000
  731|     26|    if (info->flags & PyABIInfo_STABLE) {
  ------------------
  |  |   94|     26|#define PyABIInfo_STABLE        0x0001
  ------------------
  |  Branch (731:9): [True: 0, False: 26]
  ------------------
  732|       |        /* Greater-than major.minor version check */
  733|      0|        if (info->abi_version) {
  ------------------
  |  Branch (733:13): [True: 0, False: 0]
  ------------------
  734|      0|            if ((info->abi_version & XY_MASK) > (PY_VERSION_HEX & XY_MASK)) {
  ------------------
  |  |  730|      0|#define XY_MASK 0xffff0000
  ------------------
                          if ((info->abi_version & XY_MASK) > (PY_VERSION_HEX & XY_MASK)) {
  ------------------
  |  |   43|      0|#define PY_VERSION_HEX _Py_PACK_FULL_VERSION( \
  |  |  ------------------
  |  |  |  |   34|      0|#define _Py_PACK_FULL_VERSION(X, Y, Z, LEVEL, SERIAL) ( \
  |  |  |  |   35|      0|    (((X) & 0xff) << 24) |                              \
  |  |  |  |   36|      0|    (((Y) & 0xff) << 16) |                              \
  |  |  |  |   37|      0|    (((Z) & 0xff) << 8) |                               \
  |  |  |  |   38|      0|    (((LEVEL) & 0xf) << 4) |                            \
  |  |  |  |   39|      0|    (((SERIAL) & 0xf) << 0))
  |  |  ------------------
  |  |   44|      0|    PY_MAJOR_VERSION,                         \
  |  |   45|      0|    PY_MINOR_VERSION,                         \
  |  |   46|      0|    PY_MICRO_VERSION,                         \
  |  |   47|      0|    PY_RELEASE_LEVEL,                         \
  |  |   48|      0|    PY_RELEASE_SERIAL)
  ------------------
                          if ((info->abi_version & XY_MASK) > (PY_VERSION_HEX & XY_MASK)) {
  ------------------
  |  |  730|      0|#define XY_MASK 0xffff0000
  ------------------
  |  Branch (734:17): [True: 0, False: 0]
  ------------------
  735|      0|                return _abiinfo_raise(
  736|      0|                    module_name,
  737|      0|                    "incompatible future stable ABI version (%d.%d)",
  738|      0|                    ((info->abi_version) >> 24) & 0xff,
  739|      0|                    ((info->abi_version) >> 16) & 0xff);
  740|      0|            }
  741|      0|            if (info->abi_version < Py_PACK_VERSION(3, 2)) {
  ------------------
  |  |  290|      0|#define Py_PACK_VERSION _Py_PACK_VERSION
  |  |  ------------------
  |  |  |  |  285|      0|#define _Py_PACK_VERSION(X, Y) _Py_PACK_FULL_VERSION(X, Y, 0, 0, 0)
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      0|#define _Py_PACK_FULL_VERSION(X, Y, Z, LEVEL, SERIAL) ( \
  |  |  |  |  |  |   35|      0|    (((X) & 0xff) << 24) |                              \
  |  |  |  |  |  |   36|      0|    (((Y) & 0xff) << 16) |                              \
  |  |  |  |  |  |   37|      0|    (((Z) & 0xff) << 8) |                               \
  |  |  |  |  |  |   38|      0|    (((LEVEL) & 0xf) << 4) |                            \
  |  |  |  |  |  |   39|      0|    (((SERIAL) & 0xf) << 0))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (741:17): [True: 0, False: 0]
  ------------------
  742|      0|                return _abiinfo_raise(
  743|      0|                    module_name,
  744|      0|                    "invalid stable ABI version (%d.%d)",
  745|      0|                    ((info->abi_version) >> 24) & 0xff,
  746|      0|                    ((info->abi_version) >> 16) & 0xff);
  747|      0|            }
  748|      0|        }
  749|      0|        if (info->flags & PyABIInfo_INTERNAL) {
  ------------------
  |  |   97|      0|#define PyABIInfo_INTERNAL      0x0008
  ------------------
  |  Branch (749:13): [True: 0, False: 0]
  ------------------
  750|      0|            return _abiinfo_raise(module_name,
  751|      0|                                  "cannot use both internal and stable ABI");
  752|      0|        }
  753|      0|    }
  754|     26|    else {
  755|       |        /* Exact major.minor version check */
  756|     26|        if (info->abi_version) {
  ------------------
  |  Branch (756:13): [True: 26, False: 0]
  ------------------
  757|     26|            if ((info->abi_version & XY_MASK) != (PY_VERSION_HEX & XY_MASK)) {
  ------------------
  |  |  730|     26|#define XY_MASK 0xffff0000
  ------------------
                          if ((info->abi_version & XY_MASK) != (PY_VERSION_HEX & XY_MASK)) {
  ------------------
  |  |   43|     26|#define PY_VERSION_HEX _Py_PACK_FULL_VERSION( \
  |  |  ------------------
  |  |  |  |   34|     26|#define _Py_PACK_FULL_VERSION(X, Y, Z, LEVEL, SERIAL) ( \
  |  |  |  |   35|     26|    (((X) & 0xff) << 24) |                              \
  |  |  |  |   36|     26|    (((Y) & 0xff) << 16) |                              \
  |  |  |  |   37|     26|    (((Z) & 0xff) << 8) |                               \
  |  |  |  |   38|     26|    (((LEVEL) & 0xf) << 4) |                            \
  |  |  |  |   39|     26|    (((SERIAL) & 0xf) << 0))
  |  |  ------------------
  |  |   44|     26|    PY_MAJOR_VERSION,                         \
  |  |   45|     26|    PY_MINOR_VERSION,                         \
  |  |   46|     26|    PY_MICRO_VERSION,                         \
  |  |   47|     26|    PY_RELEASE_LEVEL,                         \
  |  |   48|     26|    PY_RELEASE_SERIAL)
  ------------------
                          if ((info->abi_version & XY_MASK) != (PY_VERSION_HEX & XY_MASK)) {
  ------------------
  |  |  730|     26|#define XY_MASK 0xffff0000
  ------------------
  |  Branch (757:17): [True: 0, False: 26]
  ------------------
  758|      0|                return _abiinfo_raise(
  759|      0|                    module_name,
  760|      0|                    "incompatible ABI version (%d.%d)",
  761|      0|                    ((info->abi_version) >> 24) & 0xff,
  762|      0|                    ((info->abi_version) >> 16) & 0xff);
  763|      0|            }
  764|     26|        }
  765|     26|    }
  766|     26|#undef XY_MASK
  767|       |
  768|       |    /* Free-threading/GIL */
  769|     26|    uint16_t gilflags = info->flags & (PyABIInfo_GIL | PyABIInfo_FREETHREADED);
  ------------------
  |  |   95|     26|#define PyABIInfo_GIL           0x0002
  ------------------
                  uint16_t gilflags = info->flags & (PyABIInfo_GIL | PyABIInfo_FREETHREADED);
  ------------------
  |  |   96|     26|#define PyABIInfo_FREETHREADED  0x0004
  ------------------
  770|       |#if Py_GIL_DISABLED
  771|       |    if (gilflags == PyABIInfo_GIL) {
  772|       |        return _abiinfo_raise(module_name,
  773|       |                              "incompatible with free-threaded CPython");
  774|       |    }
  775|       |#else
  776|     26|    if (gilflags == PyABIInfo_FREETHREADED) {
  ------------------
  |  |   96|     26|#define PyABIInfo_FREETHREADED  0x0004
  ------------------
  |  Branch (776:9): [True: 0, False: 26]
  ------------------
  777|      0|        return _abiinfo_raise(module_name,
  778|      0|                              "only compatible with free-threaded CPython");
  779|      0|    }
  780|     26|#endif
  781|       |
  782|     26|    return 0;
  783|     26|}
modsupport.c:va_build_value:
  531|     36|{
  532|     36|    const char *f = format;
  533|     36|    Py_ssize_t n = countformat(f, '\0');
  534|     36|    va_list lva;
  535|     36|    PyObject *retval;
  536|       |
  537|     36|    if (n < 0)
  ------------------
  |  Branch (537:9): [True: 0, False: 36]
  ------------------
  538|      0|        return NULL;
  539|     36|    if (n == 0) {
  ------------------
  |  Branch (539:9): [True: 0, False: 36]
  ------------------
  540|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  541|      0|    }
  542|     36|    va_copy(lva, va);
  543|     36|    if (n == 1) {
  ------------------
  |  Branch (543:9): [True: 36, False: 0]
  ------------------
  544|     36|        retval = do_mkvalue(&f, &lva);
  545|     36|    } else {
  546|      0|        retval = do_mktuple(&f, &lva, '\0', n);
  547|      0|    }
  548|       |    va_end(lva);
  549|     36|    return retval;
  550|     36|}
modsupport.c:do_mkvalue:
  287|    550|{
  288|    550|    for (;;) {
  289|    550|        switch (*(*p_format)++) {
  290|     38|        case '(':
  ------------------
  |  Branch (290:9): [True: 38, False: 512]
  ------------------
  291|     38|            return do_mktuple(p_format, p_va, ')',
  292|     38|                              countformat(*p_format, ')'));
  293|       |
  294|      0|        case '[':
  ------------------
  |  Branch (294:9): [True: 0, False: 550]
  ------------------
  295|      0|            return do_mklist(p_format, p_va, ']',
  296|      0|                             countformat(*p_format, ']'));
  297|       |
  298|      4|        case '{':
  ------------------
  |  Branch (298:9): [True: 4, False: 546]
  ------------------
  299|      4|            return do_mkdict(p_format, p_va, '}',
  300|      4|                             countformat(*p_format, '}'));
  301|       |
  302|      0|        case 'b':
  ------------------
  |  Branch (302:9): [True: 0, False: 550]
  ------------------
  303|      0|        case 'B':
  ------------------
  |  Branch (303:9): [True: 0, False: 550]
  ------------------
  304|      0|        case 'h':
  ------------------
  |  Branch (304:9): [True: 0, False: 550]
  ------------------
  305|     87|        case 'i':
  ------------------
  |  Branch (305:9): [True: 87, False: 463]
  ------------------
  306|     87|            return PyLong_FromLong((long)va_arg(*p_va, int));
  307|       |
  308|      0|        case 'H':
  ------------------
  |  Branch (308:9): [True: 0, False: 550]
  ------------------
  309|      0|            return PyLong_FromLong((long)va_arg(*p_va, unsigned int));
  310|       |
  311|      0|        case 'I':
  ------------------
  |  Branch (311:9): [True: 0, False: 550]
  ------------------
  312|      0|        {
  313|      0|            unsigned int n;
  314|      0|            n = va_arg(*p_va, unsigned int);
  315|      0|            return PyLong_FromUnsignedLong(n);
  316|      0|        }
  317|       |
  318|      0|        case 'n':
  ------------------
  |  Branch (318:9): [True: 0, False: 550]
  ------------------
  319|       |#if SIZEOF_SIZE_T!=SIZEOF_LONG
  320|       |            return PyLong_FromSsize_t(va_arg(*p_va, Py_ssize_t));
  321|       |#endif
  322|       |            /* Fall through from 'n' to 'l' if Py_ssize_t is long */
  323|      0|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  324|      0|        case 'l':
  ------------------
  |  Branch (324:9): [True: 0, False: 550]
  ------------------
  325|      0|            return PyLong_FromLong(va_arg(*p_va, long));
  326|       |
  327|      0|        case 'k':
  ------------------
  |  Branch (327:9): [True: 0, False: 550]
  ------------------
  328|      0|        {
  329|      0|            unsigned long n;
  330|      0|            n = va_arg(*p_va, unsigned long);
  331|      0|            return PyLong_FromUnsignedLong(n);
  332|      0|        }
  333|       |
  334|      0|        case 'L':
  ------------------
  |  Branch (334:9): [True: 0, False: 550]
  ------------------
  335|      0|            return PyLong_FromLongLong((long long)va_arg(*p_va, long long));
  336|       |
  337|      0|        case 'K':
  ------------------
  |  Branch (337:9): [True: 0, False: 550]
  ------------------
  338|      0|            return PyLong_FromUnsignedLongLong(
  339|      0|                va_arg(*p_va, unsigned long long));
  340|       |
  341|      0|        case 'u':
  ------------------
  |  Branch (341:9): [True: 0, False: 550]
  ------------------
  342|      0|        {
  343|      0|            PyObject *v;
  344|      0|            const wchar_t *u = va_arg(*p_va, wchar_t*);
  345|      0|            Py_ssize_t n;
  346|      0|            if (**p_format == '#') {
  ------------------
  |  Branch (346:17): [True: 0, False: 0]
  ------------------
  347|      0|                ++*p_format;
  348|      0|                n = va_arg(*p_va, Py_ssize_t);
  349|      0|            }
  350|      0|            else
  351|      0|                n = -1;
  352|      0|            if (u == NULL) {
  ------------------
  |  Branch (352:17): [True: 0, False: 0]
  ------------------
  353|      0|                v = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  354|      0|            }
  355|      0|            else {
  356|      0|                if (n < 0)
  ------------------
  |  Branch (356:21): [True: 0, False: 0]
  ------------------
  357|      0|                    n = wcslen(u);
  358|      0|                v = PyUnicode_FromWideChar(u, n);
  359|      0|            }
  360|      0|            return v;
  361|      0|        }
  362|      0|        case 'f':
  ------------------
  |  Branch (362:9): [True: 0, False: 550]
  ------------------
  363|      0|        case 'd':
  ------------------
  |  Branch (363:9): [True: 0, False: 550]
  ------------------
  364|      0|            return PyFloat_FromDouble(
  365|      0|                (double)va_arg(*p_va, va_double));
  366|       |
  367|      0|        case 'D':
  ------------------
  |  Branch (367:9): [True: 0, False: 550]
  ------------------
  368|      0|            return PyComplex_FromCComplex(
  369|      0|                *((Py_complex *)va_arg(*p_va, Py_complex *)));
  370|       |
  371|      0|        case 'c':
  ------------------
  |  Branch (371:9): [True: 0, False: 550]
  ------------------
  372|      0|        {
  373|      0|            char p[1];
  374|      0|            p[0] = (char)va_arg(*p_va, int);
  375|      0|            return PyBytes_FromStringAndSize(p, 1);
  376|      0|        }
  377|      0|        case 'C':
  ------------------
  |  Branch (377:9): [True: 0, False: 550]
  ------------------
  378|      0|        {
  379|      0|            int i = va_arg(*p_va, int);
  380|      0|            return PyUnicode_FromOrdinal(i);
  381|      0|        }
  382|      0|        case 'p':
  ------------------
  |  Branch (382:9): [True: 0, False: 550]
  ------------------
  383|      0|        {
  384|      0|            int i = va_arg(*p_va, int);
  385|      0|            return PyBool_FromLong(i);
  386|      0|        }
  387|       |
  388|     68|        case 's':
  ------------------
  |  Branch (388:9): [True: 68, False: 482]
  ------------------
  389|     76|        case 'z':
  ------------------
  |  Branch (389:9): [True: 8, False: 542]
  ------------------
  390|     76|        case 'U':   /* XXX deprecated alias */
  ------------------
  |  Branch (390:9): [True: 0, False: 550]
  ------------------
  391|     76|        {
  392|     76|            PyObject *v;
  393|     76|            const char *str = va_arg(*p_va, const char *);
  394|     76|            Py_ssize_t n;
  395|     76|            if (**p_format == '#') {
  ------------------
  |  Branch (395:17): [True: 0, False: 76]
  ------------------
  396|      0|                ++*p_format;
  397|      0|                n = va_arg(*p_va, Py_ssize_t);
  398|      0|            }
  399|     76|            else
  400|     76|                n = -1;
  401|     76|            if (str == NULL) {
  ------------------
  |  Branch (401:17): [True: 0, False: 76]
  ------------------
  402|      0|                v = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  403|      0|            }
  404|     76|            else {
  405|     76|                if (n < 0) {
  ------------------
  |  Branch (405:21): [True: 76, False: 0]
  ------------------
  406|     76|                    size_t m = strlen(str);
  407|     76|                    if (m > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|     76|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (407:25): [True: 0, False: 76]
  ------------------
  408|      0|                        PyErr_SetString(PyExc_OverflowError,
  409|      0|                            "string too long for Python string");
  410|      0|                        return NULL;
  411|      0|                    }
  412|     76|                    n = (Py_ssize_t)m;
  413|     76|                }
  414|     76|                v = PyUnicode_FromStringAndSize(str, n);
  415|     76|            }
  416|     76|            return v;
  417|     76|        }
  418|       |
  419|     24|        case 'y':
  ------------------
  |  Branch (419:9): [True: 24, False: 526]
  ------------------
  420|     24|        {
  421|     24|            PyObject *v;
  422|     24|            const char *str = va_arg(*p_va, const char *);
  423|     24|            Py_ssize_t n;
  424|     24|            if (**p_format == '#') {
  ------------------
  |  Branch (424:17): [True: 0, False: 24]
  ------------------
  425|      0|                ++*p_format;
  426|      0|                n = va_arg(*p_va, Py_ssize_t);
  427|      0|            }
  428|     24|            else
  429|     24|                n = -1;
  430|     24|            if (str == NULL) {
  ------------------
  |  Branch (430:17): [True: 0, False: 24]
  ------------------
  431|      0|                v = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|      0|            }
  433|     24|            else {
  434|     24|                if (n < 0) {
  ------------------
  |  Branch (434:21): [True: 24, False: 0]
  ------------------
  435|     24|                    size_t m = strlen(str);
  436|     24|                    if (m > PY_SSIZE_T_MAX) {
  ------------------
  |  |  137|     24|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (436:25): [True: 0, False: 24]
  ------------------
  437|      0|                        PyErr_SetString(PyExc_OverflowError,
  438|      0|                            "string too long for Python bytes");
  439|      0|                        return NULL;
  440|      0|                    }
  441|     24|                    n = (Py_ssize_t)m;
  442|     24|                }
  443|     24|                v = PyBytes_FromStringAndSize(str, n);
  444|     24|            }
  445|     24|            return v;
  446|     24|        }
  447|       |
  448|      0|        case 'N':
  ------------------
  |  Branch (448:9): [True: 0, False: 550]
  ------------------
  449|      0|        case 'S':
  ------------------
  |  Branch (449:9): [True: 0, False: 550]
  ------------------
  450|    321|        case 'O':
  ------------------
  |  Branch (450:9): [True: 321, False: 229]
  ------------------
  451|    321|        if (**p_format == '&') {
  ------------------
  |  Branch (451:13): [True: 0, False: 321]
  ------------------
  452|      0|            typedef PyObject *(*converter)(void *);
  453|      0|            converter func = va_arg(*p_va, converter);
  454|      0|            void *arg = va_arg(*p_va, void *);
  455|      0|            ++*p_format;
  456|      0|            return (*func)(arg);
  457|      0|        }
  458|    321|        else {
  459|    321|            PyObject *v;
  460|    321|            v = va_arg(*p_va, PyObject *);
  461|    321|            if (v != NULL) {
  ------------------
  |  Branch (461:17): [True: 321, False: 0]
  ------------------
  462|    321|                if (*(*p_format - 1) != 'N')
  ------------------
  |  Branch (462:21): [True: 321, False: 0]
  ------------------
  463|    321|                    Py_INCREF(v);
  ------------------
  |  |  310|    321|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    321|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    321|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  464|    321|            }
  465|      0|            else if (!PyErr_Occurred())
  ------------------
  |  Branch (465:22): [True: 0, False: 0]
  ------------------
  466|       |                /* If a NULL was passed
  467|       |                 * because a call that should
  468|       |                 * have constructed a value
  469|       |                 * failed, that's OK, and we
  470|       |                 * pass the error on; but if
  471|       |                 * no error occurred it's not
  472|       |                 * clear that the caller knew
  473|       |                 * what she was doing. */
  474|      0|                PyErr_SetString(PyExc_SystemError,
  475|      0|                    "NULL object passed to Py_BuildValue");
  476|    321|            return v;
  477|    321|        }
  478|       |
  479|      0|        case ':':
  ------------------
  |  Branch (479:9): [True: 0, False: 550]
  ------------------
  480|      0|        case ',':
  ------------------
  |  Branch (480:9): [True: 0, False: 550]
  ------------------
  481|      0|        case ' ':
  ------------------
  |  Branch (481:9): [True: 0, False: 550]
  ------------------
  482|      0|        case '\t':
  ------------------
  |  Branch (482:9): [True: 0, False: 550]
  ------------------
  483|      0|            break;
  484|       |
  485|      0|        default:
  ------------------
  |  Branch (485:9): [True: 0, False: 550]
  ------------------
  486|      0|            PyErr_SetString(PyExc_SystemError,
  487|      0|                "bad format char passed to Py_BuildValue");
  488|      0|            return NULL;
  489|       |
  490|    550|        }
  491|    550|    }
  492|    550|}
modsupport.c:check_end:
  107|    173|{
  108|    173|    const char *f = *p_format;
  109|    173|    while (*f != endchar) {
  ------------------
  |  Branch (109:12): [True: 0, False: 173]
  ------------------
  110|      0|        if (*f != ' ' && *f != '\t' && *f != ',' && *f != ':') {
  ------------------
  |  Branch (110:13): [True: 0, False: 0]
  |  Branch (110:26): [True: 0, False: 0]
  |  Branch (110:40): [True: 0, False: 0]
  |  Branch (110:53): [True: 0, False: 0]
  ------------------
  111|      0|            PyErr_SetString(PyExc_SystemError,
  112|      0|                            "Unmatched paren in format");
  113|      0|            return 0;
  114|      0|        }
  115|      0|        f++;
  116|      0|    }
  117|    173|    if (endchar) {
  ------------------
  |  Branch (117:9): [True: 42, False: 131]
  ------------------
  118|     42|        f++;
  119|     42|    }
  120|    173|    *p_format = f;
  121|    173|    return 1;
  122|    173|}
modsupport.c:do_mkdict:
  150|      4|{
  151|      4|    PyObject *d;
  152|      4|    Py_ssize_t i;
  153|      4|    if (n < 0)
  ------------------
  |  Branch (153:9): [True: 0, False: 4]
  ------------------
  154|      0|        return NULL;
  155|      4|    if (n % 2) {
  ------------------
  |  Branch (155:9): [True: 0, False: 4]
  ------------------
  156|      0|        PyErr_SetString(PyExc_SystemError,
  157|      0|                        "Bad dict format");
  158|      0|        do_ignore(p_format, p_va, endchar, n);
  159|      0|        return NULL;
  160|      0|    }
  161|       |    /* Note that we can't bail immediately on error as this will leak
  162|       |       refcounts on any 'N' arguments. */
  163|      4|    if ((d = PyDict_New()) == NULL) {
  ------------------
  |  Branch (163:9): [True: 0, False: 4]
  ------------------
  164|      0|        do_ignore(p_format, p_va, endchar, n);
  165|      0|        return NULL;
  166|      0|    }
  167|      6|    for (i = 0; i < n; i+= 2) {
  ------------------
  |  Branch (167:17): [True: 2, False: 4]
  ------------------
  168|      2|        PyObject *k, *v;
  169|       |
  170|      2|        k = do_mkvalue(p_format, p_va);
  171|      2|        if (k == NULL) {
  ------------------
  |  Branch (171:13): [True: 0, False: 2]
  ------------------
  172|      0|            do_ignore(p_format, p_va, endchar, n - i - 1);
  173|      0|            Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|      0|            return NULL;
  175|      0|        }
  176|      2|        v = do_mkvalue(p_format, p_va);
  177|      2|        if (v == NULL || PyDict_SetItem(d, k, v) < 0) {
  ------------------
  |  Branch (177:13): [True: 0, False: 2]
  |  Branch (177:26): [True: 0, False: 2]
  ------------------
  178|      0|            do_ignore(p_format, p_va, endchar, n - i - 2);
  179|      0|            Py_DECREF(k);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  180|      0|            Py_XDECREF(v);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|      0|            Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|      0|            return NULL;
  183|      0|        }
  184|      2|        Py_DECREF(k);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  185|      2|        Py_DECREF(v);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  186|      2|    }
  187|      4|    if (!check_end(p_format, endchar)) {
  ------------------
  |  Branch (187:9): [True: 0, False: 4]
  ------------------
  188|      0|        Py_DECREF(d);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|      0|        return NULL;
  190|      0|    }
  191|      4|    return d;
  192|      4|}
modsupport.c:do_mktuple:
  258|     38|{
  259|     38|    PyObject *v;
  260|     38|    Py_ssize_t i;
  261|     38|    if (n < 0)
  ------------------
  |  Branch (261:9): [True: 0, False: 38]
  ------------------
  262|      0|        return NULL;
  263|       |    /* Note that we can't bail immediately on error as this will leak
  264|       |       refcounts on any 'N' arguments. */
  265|     38|    if ((v = PyTuple_New(n)) == NULL) {
  ------------------
  |  Branch (265:9): [True: 0, False: 38]
  ------------------
  266|      0|        do_ignore(p_format, p_va, endchar, n);
  267|      0|        return NULL;
  268|      0|    }
  269|    136|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (269:17): [True: 98, False: 38]
  ------------------
  270|     98|        PyObject *w = do_mkvalue(p_format, p_va);
  271|     98|        if (w == NULL) {
  ------------------
  |  Branch (271:13): [True: 0, False: 98]
  ------------------
  272|      0|            do_ignore(p_format, p_va, endchar, n - i - 1);
  273|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  274|      0|            return NULL;
  275|      0|        }
  276|     98|        PyTuple_SET_ITEM(v, i, w);
  ------------------
  |  |   40|     98|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|     98|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     98|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  277|     98|    }
  278|     38|    if (!check_end(p_format, endchar)) {
  ------------------
  |  Branch (278:9): [True: 0, False: 38]
  ------------------
  279|      0|        Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  280|      0|        return NULL;
  281|      0|    }
  282|     38|    return v;
  283|     38|}
modsupport.c:countformat:
   55|    209|{
   56|    209|    Py_ssize_t count = 0;
   57|    209|    int level = 0;
   58|    903|    while (level > 0 || *format != endchar) {
  ------------------
  |  Branch (58:12): [True: 144, False: 759]
  |  Branch (58:25): [True: 550, False: 209]
  ------------------
   59|    694|        switch (*format) {
   60|      0|        case '\0':
  ------------------
  |  Branch (60:9): [True: 0, False: 694]
  ------------------
   61|       |            /* Premature end */
   62|      0|            PyErr_SetString(PyExc_SystemError,
   63|      0|                            "unmatched paren in format");
   64|      0|            return -1;
   65|     38|        case '(':
  ------------------
  |  Branch (65:9): [True: 38, False: 656]
  ------------------
   66|     38|        case '[':
  ------------------
  |  Branch (66:9): [True: 0, False: 694]
  ------------------
   67|     42|        case '{':
  ------------------
  |  Branch (67:9): [True: 4, False: 690]
  ------------------
   68|     42|            if (level == 0) {
  ------------------
  |  Branch (68:17): [True: 42, False: 0]
  ------------------
   69|     42|                count++;
   70|     42|            }
   71|     42|            level++;
   72|     42|            break;
   73|     38|        case ')':
  ------------------
  |  Branch (73:9): [True: 38, False: 656]
  ------------------
   74|     38|        case ']':
  ------------------
  |  Branch (74:9): [True: 0, False: 694]
  ------------------
   75|     42|        case '}':
  ------------------
  |  Branch (75:9): [True: 4, False: 690]
  ------------------
   76|     42|            level--;
   77|     42|            break;
   78|      0|        case '#':
  ------------------
  |  Branch (78:9): [True: 0, False: 694]
  ------------------
   79|      0|        case '&':
  ------------------
  |  Branch (79:9): [True: 0, False: 694]
  ------------------
   80|      0|        case ',':
  ------------------
  |  Branch (80:9): [True: 0, False: 694]
  ------------------
   81|      0|        case ':':
  ------------------
  |  Branch (81:9): [True: 0, False: 694]
  ------------------
   82|      0|        case ' ':
  ------------------
  |  Branch (82:9): [True: 0, False: 694]
  ------------------
   83|      0|        case '\t':
  ------------------
  |  Branch (83:9): [True: 0, False: 694]
  ------------------
   84|      0|            break;
   85|    610|        default:
  ------------------
  |  Branch (85:9): [True: 610, False: 84]
  ------------------
   86|    610|            if (level == 0) {
  ------------------
  |  Branch (86:17): [True: 508, False: 102]
  ------------------
   87|    508|                count++;
   88|    508|            }
   89|    694|        }
   90|    694|        format++;
   91|    694|    }
   92|    209|    return count;
   93|    209|}
modsupport.c:do_mkstack:
  227|    131|{
  228|    131|    Py_ssize_t i;
  229|       |
  230|    131|    if (n < 0) {
  ------------------
  |  Branch (230:9): [True: 0, False: 131]
  ------------------
  231|      0|        return -1;
  232|      0|    }
  233|       |    /* Note that we can't bail immediately on error as this will leak
  234|       |       refcounts on any 'N' arguments. */
  235|    543|    for (i = 0; i < n; i++) {
  ------------------
  |  Branch (235:17): [True: 412, False: 131]
  ------------------
  236|    412|        PyObject *w = do_mkvalue(p_format, p_va);
  237|    412|        if (w == NULL) {
  ------------------
  |  Branch (237:13): [True: 0, False: 412]
  ------------------
  238|      0|            do_ignore(p_format, p_va, endchar, n - i - 1);
  239|      0|            goto error;
  240|      0|        }
  241|    412|        stack[i] = w;
  242|    412|    }
  243|    131|    if (!check_end(p_format, endchar)) {
  ------------------
  |  Branch (243:9): [True: 0, False: 131]
  ------------------
  244|      0|        goto error;
  245|      0|    }
  246|    131|    return 0;
  247|       |
  248|      0|error:
  249|      0|    n = i;
  250|      0|    for (i=0; i < n; i++) {
  ------------------
  |  Branch (250:15): [True: 0, False: 0]
  ------------------
  251|      0|        Py_DECREF(stack[i]);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  252|      0|    }
  253|      0|    return -1;
  254|    131|}

PyOS_snprintf:
   42|      4|{
   43|      4|    int rc;
   44|      4|    va_list va;
   45|       |
   46|      4|    va_start(va, format);
   47|      4|    rc = PyOS_vsnprintf(str, size, format, va);
   48|       |    va_end(va);
   49|      4|    return rc;
   50|      4|}
PyOS_vsnprintf:
   54|      4|{
   55|      4|    assert(str != NULL);
  ------------------
  |  Branch (55:5): [True: 4, False: 0]
  ------------------
   56|      4|    assert(size > 0);
  ------------------
  |  Branch (56:5): [True: 4, False: 0]
  ------------------
   57|      4|    assert(size <= (INT_MAX - 1));
  ------------------
  |  Branch (57:5): [True: 4, False: 0]
  ------------------
   58|      4|    assert(format != NULL);
  ------------------
  |  Branch (58:5): [True: 4, False: 0]
  ------------------
   59|       |
   60|      4|    int len;  /* # bytes written, excluding \0 */
   61|       |    /* We take a size_t as input but return an int.  Sanity check
   62|       |     * our input so that it won't cause an overflow in the
   63|       |     * vsnprintf return value.  */
   64|      4|    if (size > INT_MAX - 1) {
  ------------------
  |  Branch (64:9): [True: 0, False: 4]
  ------------------
   65|      0|        len = -666;
   66|      0|        goto Done;
   67|      0|    }
   68|       |
   69|       |#if defined(_MSC_VER)
   70|       |    len = _vsnprintf(str, size, format, va);
   71|       |#else
   72|      4|    len = vsnprintf(str, size, format, va);
   73|      4|#endif
   74|       |
   75|      4|Done:
   76|      4|    if (size > 0) {
  ------------------
  |  Branch (76:9): [True: 4, False: 0]
  ------------------
   77|      4|        str[size-1] = '\0';
   78|      4|    }
   79|      4|    return len;
   80|      4|}

_PyPathConfig_GetGlobalModuleSearchPath:
   49|      2|{
   50|      2|    return _Py_path_config.module_search_path;
   51|      2|}
_PyPathConfig_ReadGlobal:
   78|      4|{
   79|      4|    PyStatus status = _PyStatus_OK();
  ------------------
  |  |   24|      4|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
   80|       |
   81|      4|#define COPY(ATTR) \
   82|      4|    do { \
   83|      4|        if (_Py_path_config.ATTR && !config->ATTR) { \
   84|      4|            status = PyConfig_SetString(config, &config->ATTR, _Py_path_config.ATTR); \
   85|      4|            if (_PyStatus_EXCEPTION(status)) goto done; \
   86|      4|        } \
   87|      4|    } while (0)
   88|       |
   89|      4|#define COPY2(ATTR, SRCATTR) \
   90|      4|    do { \
   91|      4|        if (_Py_path_config.SRCATTR && !config->ATTR) { \
   92|      4|            status = PyConfig_SetString(config, &config->ATTR, _Py_path_config.SRCATTR); \
   93|      4|            if (_PyStatus_EXCEPTION(status)) goto done; \
   94|      4|        } \
   95|      4|    } while (0)
   96|       |
   97|      4|#define COPY_INT(ATTR) \
   98|      4|    do { \
   99|      4|        assert(_Py_path_config.ATTR >= 0); \
  100|      4|        if ((_Py_path_config.ATTR >= 0) && (config->ATTR <= 0)) { \
  101|      4|            config->ATTR = _Py_path_config.ATTR; \
  102|      4|        } \
  103|      4|    } while (0)
  104|       |
  105|      4|    COPY(prefix);
  ------------------
  |  |   82|      4|    do { \
  |  |   83|      4|        if (_Py_path_config.ATTR && !config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (83:13): [True: 0, False: 4]
  |  |  |  Branch (83:37): [True: 0, False: 0]
  |  |  ------------------
  |  |   84|      0|            status = PyConfig_SetString(config, &config->ATTR, _Py_path_config.ATTR); \
  |  |   85|      0|            if (_PyStatus_EXCEPTION(status)) goto done; \
  |  |  ------------------
  |  |  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   86|      0|        } \
  |  |   87|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (87:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  106|      4|    COPY(exec_prefix);
  ------------------
  |  |   82|      4|    do { \
  |  |   83|      4|        if (_Py_path_config.ATTR && !config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (83:13): [True: 0, False: 4]
  |  |  |  Branch (83:37): [True: 0, False: 0]
  |  |  ------------------
  |  |   84|      0|            status = PyConfig_SetString(config, &config->ATTR, _Py_path_config.ATTR); \
  |  |   85|      0|            if (_PyStatus_EXCEPTION(status)) goto done; \
  |  |  ------------------
  |  |  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   86|      0|        } \
  |  |   87|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (87:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  107|      4|    COPY(stdlib_dir);
  ------------------
  |  |   82|      4|    do { \
  |  |   83|      4|        if (_Py_path_config.ATTR && !config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (83:13): [True: 0, False: 4]
  |  |  |  Branch (83:37): [True: 0, False: 0]
  |  |  ------------------
  |  |   84|      0|            status = PyConfig_SetString(config, &config->ATTR, _Py_path_config.ATTR); \
  |  |   85|      0|            if (_PyStatus_EXCEPTION(status)) goto done; \
  |  |  ------------------
  |  |  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   86|      0|        } \
  |  |   87|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (87:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  108|      4|    COPY(program_name);
  ------------------
  |  |   82|      4|    do { \
  |  |   83|      4|        if (_Py_path_config.ATTR && !config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (83:13): [True: 0, False: 4]
  |  |  |  Branch (83:37): [True: 0, False: 0]
  |  |  ------------------
  |  |   84|      0|            status = PyConfig_SetString(config, &config->ATTR, _Py_path_config.ATTR); \
  |  |   85|      0|            if (_PyStatus_EXCEPTION(status)) goto done; \
  |  |  ------------------
  |  |  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   86|      0|        } \
  |  |   87|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (87:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  109|      4|    COPY(home);
  ------------------
  |  |   82|      4|    do { \
  |  |   83|      4|        if (_Py_path_config.ATTR && !config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (83:13): [True: 0, False: 4]
  |  |  |  Branch (83:37): [True: 0, False: 0]
  |  |  ------------------
  |  |   84|      0|            status = PyConfig_SetString(config, &config->ATTR, _Py_path_config.ATTR); \
  |  |   85|      0|            if (_PyStatus_EXCEPTION(status)) goto done; \
  |  |  ------------------
  |  |  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   86|      0|        } \
  |  |   87|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (87:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  110|      4|    COPY2(executable, program_full_path);
  ------------------
  |  |   90|      4|    do { \
  |  |   91|      4|        if (_Py_path_config.SRCATTR && !config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (91:13): [True: 0, False: 4]
  |  |  |  Branch (91:40): [True: 0, False: 0]
  |  |  ------------------
  |  |   92|      0|            status = PyConfig_SetString(config, &config->ATTR, _Py_path_config.SRCATTR); \
  |  |   93|      0|            if (_PyStatus_EXCEPTION(status)) goto done; \
  |  |  ------------------
  |  |  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   94|      0|        } \
  |  |   95|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (95:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  111|      4|    COPY_INT(_is_python_build);
  ------------------
  |  |   98|      4|    do { \
  |  |   99|      4|        assert(_Py_path_config.ATTR >= 0); \
  |  |  100|      4|        if ((_Py_path_config.ATTR >= 0) && (config->ATTR <= 0)) { \
  |  |  ------------------
  |  |  |  Branch (100:13): [True: 4, False: 0]
  |  |  |  Branch (100:44): [True: 4, False: 0]
  |  |  ------------------
  |  |  101|      4|            config->ATTR = _Py_path_config.ATTR; \
  |  |  102|      4|        } \
  |  |  103|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (103:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
  |  Branch (111:5): [True: 4, False: 0]
  ------------------
  112|       |    // module_search_path must be initialised - not read
  113|      4|#undef COPY
  114|      4|#undef COPY2
  115|      4|#undef COPY_INT
  116|       |
  117|      4|done:
  118|      4|    return status;
  119|      4|}
_PyPathConfig_UpdateGlobal:
  123|      2|{
  124|      2|#define COPY(ATTR) \
  125|      2|    do { \
  126|      2|        if (config->ATTR) { \
  127|      2|            _PyMem_DefaultRawFree(_Py_path_config.ATTR); \
  128|      2|            _Py_path_config.ATTR = _PyMem_DefaultRawWcsdup(config->ATTR); \
  129|      2|            if (!_Py_path_config.ATTR) goto error; \
  130|      2|        } \
  131|      2|    } while (0)
  132|       |
  133|      2|#define COPY2(ATTR, SRCATTR) \
  134|      2|    do { \
  135|      2|        if (config->SRCATTR) { \
  136|      2|            _PyMem_DefaultRawFree(_Py_path_config.ATTR); \
  137|      2|            _Py_path_config.ATTR = _PyMem_DefaultRawWcsdup(config->SRCATTR); \
  138|      2|            if (!_Py_path_config.ATTR) goto error; \
  139|      2|        } \
  140|      2|    } while (0)
  141|       |
  142|      2|#define COPY_INT(ATTR) \
  143|      2|    do { \
  144|      2|        if (config->ATTR > 0) { \
  145|      2|            _Py_path_config.ATTR = config->ATTR; \
  146|      2|        } \
  147|      2|    } while (0)
  148|       |
  149|      2|    COPY(prefix);
  ------------------
  |  |  125|      2|    do { \
  |  |  126|      2|        if (config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (126:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  127|      2|            _PyMem_DefaultRawFree(_Py_path_config.ATTR); \
  |  |  128|      2|            _Py_path_config.ATTR = _PyMem_DefaultRawWcsdup(config->ATTR); \
  |  |  129|      2|            if (!_Py_path_config.ATTR) goto error; \
  |  |  ------------------
  |  |  |  Branch (129:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  130|      2|        } \
  |  |  131|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (131:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  150|      2|    COPY(exec_prefix);
  ------------------
  |  |  125|      2|    do { \
  |  |  126|      2|        if (config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (126:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  127|      2|            _PyMem_DefaultRawFree(_Py_path_config.ATTR); \
  |  |  128|      2|            _Py_path_config.ATTR = _PyMem_DefaultRawWcsdup(config->ATTR); \
  |  |  129|      2|            if (!_Py_path_config.ATTR) goto error; \
  |  |  ------------------
  |  |  |  Branch (129:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  130|      2|        } \
  |  |  131|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (131:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  151|      2|    COPY(stdlib_dir);
  ------------------
  |  |  125|      2|    do { \
  |  |  126|      2|        if (config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (126:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  127|      2|            _PyMem_DefaultRawFree(_Py_path_config.ATTR); \
  |  |  128|      2|            _Py_path_config.ATTR = _PyMem_DefaultRawWcsdup(config->ATTR); \
  |  |  129|      2|            if (!_Py_path_config.ATTR) goto error; \
  |  |  ------------------
  |  |  |  Branch (129:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  130|      2|        } \
  |  |  131|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (131:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  152|      2|    COPY(program_name);
  ------------------
  |  |  125|      2|    do { \
  |  |  126|      2|        if (config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (126:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  127|      2|            _PyMem_DefaultRawFree(_Py_path_config.ATTR); \
  |  |  128|      2|            _Py_path_config.ATTR = _PyMem_DefaultRawWcsdup(config->ATTR); \
  |  |  129|      2|            if (!_Py_path_config.ATTR) goto error; \
  |  |  ------------------
  |  |  |  Branch (129:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  130|      2|        } \
  |  |  131|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (131:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  153|      2|    COPY(home);
  ------------------
  |  |  125|      2|    do { \
  |  |  126|      2|        if (config->ATTR) { \
  |  |  ------------------
  |  |  |  Branch (126:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  127|      0|            _PyMem_DefaultRawFree(_Py_path_config.ATTR); \
  |  |  128|      0|            _Py_path_config.ATTR = _PyMem_DefaultRawWcsdup(config->ATTR); \
  |  |  129|      0|            if (!_Py_path_config.ATTR) goto error; \
  |  |  ------------------
  |  |  |  Branch (129:17): [True: 0, False: 0]
  |  |  ------------------
  |  |  130|      0|        } \
  |  |  131|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (131:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  154|      2|    COPY2(program_full_path, executable);
  ------------------
  |  |  134|      2|    do { \
  |  |  135|      2|        if (config->SRCATTR) { \
  |  |  ------------------
  |  |  |  Branch (135:13): [True: 2, False: 0]
  |  |  ------------------
  |  |  136|      2|            _PyMem_DefaultRawFree(_Py_path_config.ATTR); \
  |  |  137|      2|            _Py_path_config.ATTR = _PyMem_DefaultRawWcsdup(config->SRCATTR); \
  |  |  138|      2|            if (!_Py_path_config.ATTR) goto error; \
  |  |  ------------------
  |  |  |  Branch (138:17): [True: 0, False: 2]
  |  |  ------------------
  |  |  139|      2|        } \
  |  |  140|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (140:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  155|      2|    COPY_INT(_is_python_build);
  ------------------
  |  |  143|      2|    do { \
  |  |  144|      2|        if (config->ATTR > 0) { \
  |  |  ------------------
  |  |  |  Branch (144:13): [True: 0, False: 2]
  |  |  ------------------
  |  |  145|      0|            _Py_path_config.ATTR = config->ATTR; \
  |  |  146|      0|        } \
  |  |  147|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (147:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
  156|      2|#undef COPY
  157|      2|#undef COPY2
  158|      2|#undef COPY_INT
  159|       |
  160|      2|    _PyMem_DefaultRawFree(_Py_path_config.module_search_path);
  161|      2|    _Py_path_config.module_search_path = NULL;
  162|      2|    _PyMem_DefaultRawFree(_Py_path_config.calculated_module_search_path);
  163|      2|    _Py_path_config.calculated_module_search_path = NULL;
  164|       |
  165|      2|    do {
  166|      2|        size_t cch = 1;
  167|      8|        for (Py_ssize_t i = 0; i < config->module_search_paths.length; ++i) {
  ------------------
  |  Branch (167:32): [True: 6, False: 2]
  ------------------
  168|      6|            cch += 1 + wcslen(config->module_search_paths.items[i]);
  169|      6|        }
  170|       |
  171|      2|        wchar_t *path = (wchar_t*)_PyMem_DefaultRawMalloc(sizeof(wchar_t) * cch);
  172|      2|        if (!path) {
  ------------------
  |  Branch (172:13): [True: 0, False: 2]
  ------------------
  173|      0|            goto error;
  174|      0|        }
  175|      2|        wchar_t *p = path;
  176|      8|        for (Py_ssize_t i = 0; i < config->module_search_paths.length; ++i) {
  ------------------
  |  Branch (176:32): [True: 6, False: 2]
  ------------------
  177|      6|            wcscpy(p, config->module_search_paths.items[i]);
  178|      6|            p = wcschr(p, L'\0');
  179|      6|            *p++ = DELIM;
  ------------------
  |  |   51|      6|#  define DELIM L':'
  ------------------
  180|      6|            *p = L'\0';
  181|      6|        }
  182|       |
  183|      4|        do {
  184|      4|            *p = L'\0';
  185|      4|        } while (p != path && *--p == DELIM);
  ------------------
  |  |   51|      4|#  define DELIM L':'
  ------------------
  |  Branch (185:18): [True: 4, False: 0]
  |  Branch (185:31): [True: 2, False: 2]
  ------------------
  186|      2|        _Py_path_config.calculated_module_search_path = path;
  187|      2|    } while (0);
  ------------------
  |  Branch (187:14): [Folded, False: 2]
  ------------------
  188|       |
  189|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  190|       |
  191|      0|error:
  192|      0|    return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  193|      2|}
_Py_GetStdlibDir:
  290|      2|{
  291|      2|    wchar_t *stdlib_dir = _Py_path_config.stdlib_dir;
  292|      2|    if (stdlib_dir != NULL && stdlib_dir[0] != L'\0') {
  ------------------
  |  Branch (292:9): [True: 2, False: 0]
  |  Branch (292:31): [True: 2, False: 0]
  ------------------
  293|      2|        return stdlib_dir;
  294|      2|    }
  295|      0|    return NULL;
  296|      2|}

_Py_ClearFileSystemEncoding:
   27|      2|{
   28|      2|_Py_COMP_DIAG_PUSH
   29|      2|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
   30|      2|    if (!Py_HasFileSystemDefaultEncoding && Py_FileSystemDefaultEncoding) {
  ------------------
  |  Branch (30:9): [True: 2, False: 0]
  |  Branch (30:45): [True: 0, False: 2]
  ------------------
   31|      0|        PyMem_RawFree((char*)Py_FileSystemDefaultEncoding);
   32|      0|        Py_FileSystemDefaultEncoding = NULL;
   33|      0|    }
   34|      2|    if (!_Py_HasFileSystemDefaultEncodeErrors && Py_FileSystemDefaultEncodeErrors) {
  ------------------
  |  Branch (34:9): [True: 2, False: 0]
  |  Branch (34:50): [True: 0, False: 2]
  ------------------
   35|      0|        PyMem_RawFree((char*)Py_FileSystemDefaultEncodeErrors);
   36|       |        Py_FileSystemDefaultEncodeErrors = NULL;
   37|      0|    }
   38|      2|_Py_COMP_DIAG_POP
   39|      2|}
_Py_SetFileSystemEncoding:
   49|      2|{
   50|      2|    char *encoding2 = _PyMem_RawStrdup(encoding);
   51|      2|    if (encoding2 == NULL) {
  ------------------
  |  Branch (51:9): [True: 0, False: 2]
  ------------------
   52|      0|        return -1;
   53|      0|    }
   54|       |
   55|      2|    char *errors2 = _PyMem_RawStrdup(errors);
   56|      2|    if (errors2 == NULL) {
  ------------------
  |  Branch (56:9): [True: 0, False: 2]
  ------------------
   57|      0|        PyMem_RawFree(encoding2);
   58|      0|        return -1;
   59|      0|    }
   60|       |
   61|      2|    _Py_ClearFileSystemEncoding();
   62|       |
   63|      2|_Py_COMP_DIAG_PUSH
   64|      2|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
   65|      2|    Py_FileSystemDefaultEncoding = encoding2;
   66|      2|    Py_HasFileSystemDefaultEncoding = 0;
   67|       |
   68|      2|    Py_FileSystemDefaultEncodeErrors = errors2;
   69|      2|    _Py_HasFileSystemDefaultEncodeErrors = 0;
   70|      2|_Py_COMP_DIAG_POP
   71|      2|    return 0;
   72|      2|}
_PyArgv_AsWstrList:
   80|      4|{
   81|      4|    PyWideStringList wargv = _PyWideStringList_INIT;
  ------------------
  |  |   53|      4|#define _PyWideStringList_INIT (PyWideStringList){.length = 0, .items = NULL}
  ------------------
   82|      4|    if (args->use_bytes_argv) {
  ------------------
  |  Branch (82:9): [True: 0, False: 4]
  ------------------
   83|      0|        size_t size = sizeof(wchar_t*) * args->argc;
   84|      0|        wargv.items = (wchar_t **)PyMem_RawMalloc(size);
   85|      0|        if (wargv.items == NULL) {
  ------------------
  |  Branch (85:13): [True: 0, False: 0]
  ------------------
   86|      0|            return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
   87|      0|        }
   88|       |
   89|      0|        for (Py_ssize_t i = 0; i < args->argc; i++) {
  ------------------
  |  Branch (89:32): [True: 0, False: 0]
  ------------------
   90|      0|            size_t len;
   91|      0|            wchar_t *arg = Py_DecodeLocale(args->bytes_argv[i], &len);
   92|      0|            if (arg == NULL) {
  ------------------
  |  Branch (92:17): [True: 0, False: 0]
  ------------------
   93|      0|                _PyWideStringList_Clear(&wargv);
   94|      0|                return DECODE_LOCALE_ERR("command line arguments", len);
  ------------------
  |  |  189|      0|    ((LEN) == (size_t)-2) \
  |  |  ------------------
  |  |  |  Branch (189:5): [True: 0, False: 0]
  |  |  ------------------
  |  |  190|      0|     ? _PyStatus_ERR("cannot decode " NAME) \
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  |  |  191|      0|     : _PyStatus_NO_MEMORY()
  |  |  ------------------
  |  |  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  |  |  ------------------
  |  |  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   95|      0|            }
   96|      0|            wargv.items[i] = arg;
   97|      0|            wargv.length++;
   98|      0|        }
   99|       |
  100|      0|        _PyWideStringList_Clear(list);
  101|      0|        *list = wargv;
  102|      0|    }
  103|      4|    else {
  104|      4|        wargv.length = args->argc;
  105|      4|        wargv.items = (wchar_t **)args->wchar_argv;
  106|      4|        if (_PyWideStringList_Copy(list, &wargv) < 0) {
  ------------------
  |  Branch (106:13): [True: 0, False: 4]
  ------------------
  107|      0|            return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  108|      0|        }
  109|      4|    }
  110|      4|    return _PyStatus_OK();
  ------------------
  |  |   24|      4|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  111|      4|}
_PyPreCmdline_Clear:
  118|      4|{
  119|      4|    _PyWideStringList_Clear(&cmdline->argv);
  120|      4|    _PyWideStringList_Clear(&cmdline->xoptions);
  121|      4|}
_PyPreCmdline_SetArgv:
  126|      4|{
  127|      4|    return _PyArgv_AsWstrList(args, &cmdline->argv);
  128|      4|}
_PyPreCmdline_SetConfig:
  163|      2|{
  164|      2|#define COPY_ATTR(ATTR) \
  165|      2|    config->ATTR = cmdline->ATTR
  166|       |
  167|      2|    PyStatus status = _PyWideStringList_Extend(&config->xoptions, &cmdline->xoptions);
  168|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  169|      0|        return status;
  170|      0|    }
  171|       |
  172|      2|    COPY_ATTR(isolated);
  ------------------
  |  |  165|      2|    config->ATTR = cmdline->ATTR
  ------------------
  173|      2|    COPY_ATTR(use_environment);
  ------------------
  |  |  165|      2|    config->ATTR = cmdline->ATTR
  ------------------
  174|      2|    COPY_ATTR(dev_mode);
  ------------------
  |  |  165|      2|    config->ATTR = cmdline->ATTR
  ------------------
  175|      2|    COPY_ATTR(warn_default_encoding);
  ------------------
  |  |  165|      2|    config->ATTR = cmdline->ATTR
  ------------------
  176|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  177|       |
  178|      2|#undef COPY_ATTR
  179|      2|}
_PyPreCmdline_Read:
  232|      6|{
  233|      6|    precmdline_get_preconfig(cmdline, preconfig);
  234|       |
  235|      6|    if (preconfig->parse_argv) {
  ------------------
  |  Branch (235:9): [True: 6, False: 0]
  ------------------
  236|      6|        PyStatus status = precmdline_parse_cmdline(cmdline);
  237|      6|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      6|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 6]
  |  |  ------------------
  ------------------
  238|      0|            return status;
  239|      0|        }
  240|      6|    }
  241|       |
  242|       |    /* isolated, use_environment */
  243|      6|    if (cmdline->isolated < 0) {
  ------------------
  |  Branch (243:9): [True: 0, False: 6]
  ------------------
  244|      0|        cmdline->isolated = 0;
  245|      0|    }
  246|      6|    if (cmdline->isolated > 0) {
  ------------------
  |  Branch (246:9): [True: 0, False: 6]
  ------------------
  247|      0|        cmdline->use_environment = 0;
  248|      0|    }
  249|      6|    if (cmdline->use_environment < 0) {
  ------------------
  |  Branch (249:9): [True: 0, False: 6]
  ------------------
  250|      0|        cmdline->use_environment = 0;
  251|      0|    }
  252|       |
  253|       |    /* dev_mode */
  254|      6|    if ((cmdline->dev_mode < 0)
  ------------------
  |  Branch (254:9): [True: 2, False: 4]
  ------------------
  255|      2|        && (_Py_get_xoption(&cmdline->xoptions, L"dev")
  ------------------
  |  Branch (255:13): [True: 0, False: 2]
  ------------------
  256|      2|            || _Py_GetEnv(cmdline->use_environment, "PYTHONDEVMODE")))
  ------------------
  |  Branch (256:16): [True: 0, False: 2]
  ------------------
  257|      0|    {
  258|      0|        cmdline->dev_mode = 1;
  259|      0|    }
  260|      6|    if (cmdline->dev_mode < 0) {
  ------------------
  |  Branch (260:9): [True: 2, False: 4]
  ------------------
  261|      2|        cmdline->dev_mode = 0;
  262|      2|    }
  263|       |
  264|       |    // warn_default_encoding
  265|      6|    if (_Py_get_xoption(&cmdline->xoptions, L"warn_default_encoding")
  ------------------
  |  Branch (265:9): [True: 0, False: 6]
  ------------------
  266|      6|            || _Py_GetEnv(cmdline->use_environment, "PYTHONWARNDEFAULTENCODING"))
  ------------------
  |  Branch (266:16): [True: 0, False: 6]
  ------------------
  267|      0|    {
  268|      0|        cmdline->warn_default_encoding = 1;
  269|      0|    }
  270|       |
  271|      6|    assert(cmdline->use_environment >= 0);
  ------------------
  |  Branch (271:5): [True: 6, False: 0]
  ------------------
  272|      6|    assert(cmdline->isolated >= 0);
  ------------------
  |  Branch (272:5): [True: 6, False: 0]
  ------------------
  273|      6|    assert(cmdline->dev_mode >= 0);
  ------------------
  |  Branch (273:5): [True: 6, False: 0]
  ------------------
  274|      6|    assert(cmdline->warn_default_encoding >= 0);
  ------------------
  |  Branch (274:5): [True: 6, False: 0]
  ------------------
  275|       |
  276|      6|    return _PyStatus_OK();
  ------------------
  |  |   24|      6|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  277|      6|}
_PyPreConfig_InitCompatConfig:
  285|     12|{
  286|     12|    memset(config, 0, sizeof(*config));
  287|       |
  288|     12|    config->_config_init = (int)_PyConfig_INIT_COMPAT;
  289|     12|    config->parse_argv = 0;
  290|     12|    config->isolated = -1;
  291|     12|    config->use_environment = -1;
  292|     12|    config->configure_locale = 1;
  293|       |
  294|       |    /* gh-80624: C locale coercion (PEP 538) is disabled by default using
  295|       |       the Compat configuration.
  296|       |
  297|       |       Py_UTF8Mode=0 disables the UTF-8 mode. PYTHONUTF8 environment variable
  298|       |       is ignored (even if use_environment=1). */
  299|     12|    config->utf8_mode = 1;
  300|     12|    config->coerce_c_locale = 0;
  301|     12|    config->coerce_c_locale_warn = 0;
  302|       |
  303|     12|    config->dev_mode = -1;
  304|     12|    config->allocator = PYMEM_ALLOCATOR_NOT_SET;
  305|       |#ifdef MS_WINDOWS
  306|       |    config->legacy_windows_fs_encoding = -1;
  307|       |#endif
  308|     12|}
PyPreConfig_InitPythonConfig:
  313|     12|{
  314|     12|    _PyPreConfig_InitCompatConfig(config);
  315|       |
  316|     12|    config->_config_init = (int)_PyConfig_INIT_PYTHON;
  317|     12|    config->isolated = 0;
  318|     12|    config->parse_argv = 1;
  319|     12|    config->use_environment = 1;
  320|       |    /* Set to -1 to enable C locale coercion (PEP 538) depending on
  321|       |       the LC_CTYPE locale, PYTHONUTF8 and PYTHONCOERCECLOCALE
  322|       |       environment variables. */
  323|     12|    config->coerce_c_locale = -1;
  324|     12|    config->coerce_c_locale_warn = -1;
  325|     12|    config->utf8_mode = -1;
  326|       |#ifdef MS_WINDOWS
  327|       |    config->legacy_windows_fs_encoding = 0;
  328|       |#endif
  329|     12|}
_PyPreConfig_InitFromPreConfig:
  352|      8|{
  353|      8|    PyPreConfig_InitPythonConfig(config);
  354|      8|    preconfig_copy(config, config2);
  355|      8|    return _PyStatus_OK();
  ------------------
  |  |   24|      8|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  356|      8|}
_PyPreConfig_InitFromConfig:
  361|      2|{
  362|      2|    _PyConfigInitEnum config_init = (_PyConfigInitEnum)config->_config_init;
  363|      2|    switch (config_init) {
  364|      2|    case _PyConfig_INIT_PYTHON:
  ------------------
  |  Branch (364:5): [True: 2, False: 0]
  ------------------
  365|      2|        PyPreConfig_InitPythonConfig(preconfig);
  366|      2|        break;
  367|      0|    case _PyConfig_INIT_ISOLATED:
  ------------------
  |  Branch (367:5): [True: 0, False: 2]
  ------------------
  368|      0|        PyPreConfig_InitIsolatedConfig(preconfig);
  369|      0|        break;
  370|      0|    case _PyConfig_INIT_COMPAT:
  ------------------
  |  Branch (370:5): [True: 0, False: 2]
  ------------------
  371|      0|    default:
  ------------------
  |  Branch (371:5): [True: 0, False: 2]
  ------------------
  372|      0|        _PyPreConfig_InitCompatConfig(preconfig);
  373|      2|    }
  374|       |
  375|      2|    _PyPreConfig_GetConfig(preconfig, config);
  376|      2|}
_PyPreConfig_GetConfig:
  450|      4|{
  451|      4|#define COPY_ATTR(ATTR) \
  452|      4|    if (config->ATTR != -1) { \
  453|      4|        preconfig->ATTR = config->ATTR; \
  454|      4|    }
  455|       |
  456|      4|    COPY_ATTR(parse_argv);
  ------------------
  |  |  452|      4|    if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (452:9): [True: 4, False: 0]
  |  |  ------------------
  |  |  453|      4|        preconfig->ATTR = config->ATTR; \
  |  |  454|      4|    }
  ------------------
  457|      4|    COPY_ATTR(isolated);
  ------------------
  |  |  452|      4|    if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (452:9): [True: 4, False: 0]
  |  |  ------------------
  |  |  453|      4|        preconfig->ATTR = config->ATTR; \
  |  |  454|      4|    }
  ------------------
  458|      4|    COPY_ATTR(use_environment);
  ------------------
  |  |  452|      4|    if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (452:9): [True: 4, False: 0]
  |  |  ------------------
  |  |  453|      4|        preconfig->ATTR = config->ATTR; \
  |  |  454|      4|    }
  ------------------
  459|      4|    COPY_ATTR(dev_mode);
  ------------------
  |  |  452|      4|    if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (452:9): [True: 0, False: 4]
  |  |  ------------------
  |  |  453|      0|        preconfig->ATTR = config->ATTR; \
  |  |  454|      0|    }
  ------------------
  460|       |
  461|      4|#undef COPY_ATTR
  462|      4|}
_Py_GetEnv:
  528|     72|{
  529|     72|    assert(use_environment >= 0);
  ------------------
  |  Branch (529:5): [True: 72, False: 0]
  ------------------
  530|       |
  531|     72|    if (!use_environment) {
  ------------------
  |  Branch (531:9): [True: 0, False: 72]
  ------------------
  532|      0|        return NULL;
  533|      0|    }
  534|       |
  535|     72|    const char *var = getenv(name);
  536|     72|    if (var && var[0] != '\0') {
  ------------------
  |  Branch (536:9): [True: 0, False: 72]
  |  Branch (536:16): [True: 0, False: 0]
  ------------------
  537|      0|        return var;
  538|      0|    }
  539|     72|    else {
  540|       |        return NULL;
  541|     72|    }
  542|     72|}
_Py_get_env_flag:
  565|     12|{
  566|     12|    const char *var = _Py_GetEnv(use_environment, name);
  567|     12|    if (!var) {
  ------------------
  |  Branch (567:9): [True: 12, False: 0]
  ------------------
  568|     12|        return;
  569|     12|    }
  570|      0|    int value;
  571|      0|    if (_Py_str_to_int(var, &value) < 0 || value < 0) {
  ------------------
  |  Branch (571:9): [True: 0, False: 0]
  |  Branch (571:44): [True: 0, False: 0]
  ------------------
  572|       |        /* PYTHONDEBUG=text and PYTHONDEBUG=-2 behave as PYTHONDEBUG=1 */
  573|      0|        value = 1;
  574|      0|    }
  575|      0|    if (*flag < value) {
  ------------------
  |  Branch (575:9): [True: 0, False: 0]
  ------------------
  576|      0|        *flag = value;
  577|      0|    }
  578|      0|}
_Py_get_xoption:
  583|     44|{
  584|     44|    for (Py_ssize_t i=0; i < xoptions->length; i++) {
  ------------------
  |  Branch (584:26): [True: 0, False: 44]
  ------------------
  585|      0|        const wchar_t *option = xoptions->items[i];
  586|      0|        size_t len;
  587|      0|        const wchar_t *sep = wcschr(option, L'=');
  588|      0|        if (sep != NULL) {
  ------------------
  |  Branch (588:13): [True: 0, False: 0]
  ------------------
  589|      0|            len = (sep - option);
  590|      0|        }
  591|      0|        else {
  592|      0|            len = wcslen(option);
  593|      0|        }
  594|      0|        if (wcsncmp(option, name, len) == 0 && name[len] == L'\0') {
  ------------------
  |  Branch (594:13): [True: 0, False: 0]
  |  Branch (594:48): [True: 0, False: 0]
  ------------------
  595|      0|            return option;
  596|      0|        }
  597|      0|    }
  598|     44|    return NULL;
  599|     44|}
_PyPreConfig_Read:
  783|      2|{
  784|      2|    PyStatus status;
  785|       |
  786|      2|    status = _PyRuntime_Initialize();
  787|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  788|      0|        return status;
  789|      0|    }
  790|       |
  791|      2|    preconfig_get_global_vars(config);
  792|       |
  793|       |    /* Copy LC_CTYPE locale, since it's modified later */
  794|      2|    const char *loc = setlocale(LC_CTYPE, NULL);
  795|      2|    if (loc == NULL) {
  ------------------
  |  Branch (795:9): [True: 0, False: 2]
  ------------------
  796|      0|        return _PyStatus_ERR("failed to LC_CTYPE locale");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  797|      0|    }
  798|      2|    char *init_ctype_locale = _PyMem_RawStrdup(loc);
  799|      2|    if (init_ctype_locale == NULL) {
  ------------------
  |  Branch (799:9): [True: 0, False: 2]
  ------------------
  800|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  801|      0|    }
  802|       |
  803|       |    /* Save the config to be able to restore it if encodings change */
  804|      2|    PyPreConfig save_config;
  805|       |
  806|      2|    status = _PyPreConfig_InitFromPreConfig(&save_config, config);
  807|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  808|      0|        return status;
  809|      0|    }
  810|       |
  811|       |    /* Set LC_CTYPE to the user preferred locale */
  812|      2|    if (config->configure_locale) {
  ------------------
  |  Branch (812:9): [True: 2, False: 0]
  ------------------
  813|      2|        _Py_SetLocaleFromEnv(LC_CTYPE);
  814|      2|    }
  815|       |
  816|      2|    PyPreConfig save_runtime_config;
  817|      2|    preconfig_copy(&save_runtime_config, &_PyRuntime.preconfig);
  818|       |
  819|      2|    _PyPreCmdline cmdline = _PyPreCmdline_INIT;
  ------------------
  |  |  111|      2|    (_PyPreCmdline){ \
  |  |  112|      2|        .use_environment = -1, \
  |  |  113|      2|        .isolated = -1, \
  |  |  114|      2|        .dev_mode = -1}
  ------------------
  820|      2|    int locale_coerced = 0;
  821|      2|    int loops = 0;
  822|       |
  823|      4|    while (1) {
  ------------------
  |  Branch (823:12): [True: 4, Folded]
  ------------------
  824|      4|        int utf8_mode = config->utf8_mode;
  825|       |
  826|       |        /* Watchdog to prevent an infinite loop */
  827|      4|        loops++;
  828|      4|        if (loops == 3) {
  ------------------
  |  Branch (828:13): [True: 0, False: 4]
  ------------------
  829|      0|            status = _PyStatus_ERR("Encoding changed twice while "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  830|      0|                                   "reading the configuration");
  831|      0|            goto done;
  832|      0|        }
  833|       |
  834|       |        /* bpo-34207: Py_DecodeLocale() and Py_EncodeLocale() depend
  835|       |           on the utf8_mode and legacy_windows_fs_encoding members
  836|       |           of _PyRuntime.preconfig. */
  837|      4|        preconfig_copy(&_PyRuntime.preconfig, config);
  838|       |
  839|      4|        if (args) {
  ------------------
  |  Branch (839:13): [True: 4, False: 0]
  ------------------
  840|       |            // Set command line arguments at each iteration. If they are bytes
  841|       |            // strings, they are decoded from the new encoding.
  842|      4|            status = _PyPreCmdline_SetArgv(&cmdline, args);
  843|      4|            if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      4|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  844|      0|                goto done;
  845|      0|            }
  846|      4|        }
  847|       |
  848|      4|        status = preconfig_read(config, &cmdline);
  849|      4|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      4|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  850|      0|            goto done;
  851|      0|        }
  852|       |
  853|       |        /* The legacy C locale assumes ASCII as the default text encoding, which
  854|       |         * causes problems not only for the CPython runtime, but also other
  855|       |         * components like GNU readline.
  856|       |         *
  857|       |         * Accordingly, when the CLI detects it, it attempts to coerce it to a
  858|       |         * more capable UTF-8 based alternative.
  859|       |         *
  860|       |         * See the documentation of the PYTHONCOERCECLOCALE setting for more
  861|       |         * details.
  862|       |         */
  863|      4|        int encoding_changed = 0;
  864|      4|        if (config->coerce_c_locale && !locale_coerced) {
  ------------------
  |  Branch (864:13): [True: 2, False: 2]
  |  Branch (864:40): [True: 1, False: 1]
  ------------------
  865|      1|            locale_coerced = 1;
  866|      1|            _Py_CoerceLegacyLocale(0);
  867|      1|            encoding_changed = 1;
  868|      1|        }
  869|       |
  870|      4|        if (utf8_mode == -1) {
  ------------------
  |  Branch (870:13): [True: 2, False: 2]
  ------------------
  871|      2|            if (config->utf8_mode == 1) {
  ------------------
  |  Branch (871:17): [True: 2, False: 0]
  ------------------
  872|       |                /* UTF-8 Mode enabled */
  873|      2|                encoding_changed = 1;
  874|      2|            }
  875|      2|        }
  876|      2|        else {
  877|      2|            if (config->utf8_mode != utf8_mode) {
  ------------------
  |  Branch (877:17): [True: 0, False: 2]
  ------------------
  878|      0|                encoding_changed = 1;
  879|      0|            }
  880|      2|        }
  881|       |
  882|      4|        if (!encoding_changed) {
  ------------------
  |  Branch (882:13): [True: 2, False: 2]
  ------------------
  883|      2|            break;
  884|      2|        }
  885|       |
  886|       |        /* Reset the configuration before reading again the configuration,
  887|       |           just keep UTF-8 Mode and coerce C locale value. */
  888|      2|        int new_utf8_mode = config->utf8_mode;
  889|      2|        int new_coerce_c_locale = config->coerce_c_locale;
  890|      2|        preconfig_copy(config, &save_config);
  891|      2|        config->utf8_mode = new_utf8_mode;
  892|      2|        config->coerce_c_locale = new_coerce_c_locale;
  893|       |
  894|       |        /* The encoding changed: read again the configuration
  895|       |           with the new encoding */
  896|      2|    }
  897|      2|    status = _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  898|       |
  899|      2|done:
  900|       |    // Revert side effects
  901|       |    setlocale(LC_CTYPE, init_ctype_locale);
  902|      2|    PyMem_RawFree(init_ctype_locale);
  903|      2|    preconfig_copy(&_PyRuntime.preconfig, &save_runtime_config);
  904|      2|    _PyPreCmdline_Clear(&cmdline);
  905|      2|    return status;
  906|      2|}
_PyPreConfig_Write:
  923|      2|{
  924|      2|    PyPreConfig config;
  925|       |
  926|      2|    PyStatus status = _PyPreConfig_InitFromPreConfig(&config, src_config);
  927|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  928|      0|        return status;
  929|      0|    }
  930|       |
  931|      2|    if (_Py_IsCoreInitialized()) {
  ------------------
  |  Branch (931:9): [True: 0, False: 2]
  ------------------
  932|       |        /* bpo-34008: Calling this functions after Py_Initialize() ignores
  933|       |           the new configuration. */
  934|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  935|      0|    }
  936|       |
  937|      2|    PyMemAllocatorName name = (PyMemAllocatorName)config.allocator;
  938|      2|    if (name != PYMEM_ALLOCATOR_NOT_SET) {
  ------------------
  |  Branch (938:9): [True: 0, False: 2]
  ------------------
  939|      0|        if (_PyMem_SetupAllocators(name) < 0) {
  ------------------
  |  Branch (939:13): [True: 0, False: 0]
  ------------------
  940|      0|            return _PyStatus_ERR("Unknown PYTHONMALLOC allocator");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  941|      0|        }
  942|      0|    }
  943|       |
  944|      2|    preconfig_set_global_vars(&config);
  945|       |
  946|      2|    if (config.configure_locale) {
  ------------------
  |  Branch (946:9): [True: 2, False: 0]
  ------------------
  947|      2|        if (config.coerce_c_locale) {
  ------------------
  |  Branch (947:13): [True: 1, False: 1]
  ------------------
  948|      1|            if (!_Py_CoerceLegacyLocale(config.coerce_c_locale_warn)) {
  ------------------
  |  Branch (948:17): [True: 0, False: 1]
  ------------------
  949|       |                /* C locale not coerced */
  950|      0|                config.coerce_c_locale = 0;
  951|      0|            }
  952|      1|        }
  953|       |
  954|       |        /* Set LC_CTYPE to the user preferred locale */
  955|      2|        _Py_SetLocaleFromEnv(LC_CTYPE);
  956|      2|    }
  957|       |
  958|       |    /* Write the new pre-configuration into _PyRuntime */
  959|      2|    preconfig_copy(&_PyRuntime.preconfig, &config);
  960|       |
  961|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  962|      2|}
preconfig.c:precmdline_get_preconfig:
  133|      6|{
  134|      6|#define COPY_ATTR(ATTR) \
  135|      6|    if (config->ATTR != -1) { \
  136|      6|        cmdline->ATTR = config->ATTR; \
  137|      6|    }
  138|       |
  139|      6|    COPY_ATTR(isolated);
  ------------------
  |  |  135|      6|    if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (135:9): [True: 6, False: 0]
  |  |  ------------------
  |  |  136|      6|        cmdline->ATTR = config->ATTR; \
  |  |  137|      6|    }
  ------------------
  140|      6|    COPY_ATTR(use_environment);
  ------------------
  |  |  135|      6|    if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (135:9): [True: 6, False: 0]
  |  |  ------------------
  |  |  136|      6|        cmdline->ATTR = config->ATTR; \
  |  |  137|      6|    }
  ------------------
  141|      6|    COPY_ATTR(dev_mode);
  ------------------
  |  |  135|      6|    if (config->ATTR != -1) { \
  |  |  ------------------
  |  |  |  Branch (135:9): [True: 2, False: 4]
  |  |  ------------------
  |  |  136|      2|        cmdline->ATTR = config->ATTR; \
  |  |  137|      2|    }
  ------------------
  142|       |
  143|      6|#undef COPY_ATTR
  144|      6|}
preconfig.c:precmdline_parse_cmdline:
  185|      6|{
  186|      6|    const PyWideStringList *argv = &cmdline->argv;
  187|       |
  188|      6|    _PyOS_ResetGetOpt();
  189|       |    /* Don't log parsing errors into stderr here: PyConfig_Read()
  190|       |       is responsible for that */
  191|      6|    _PyOS_opterr = 0;
  192|      6|    do {
  193|      6|        int longindex = -1;
  194|      6|        int c = _PyOS_GetOpt(argv->length, argv->items, &longindex);
  195|       |
  196|      6|        if (c == EOF || c == 'c' || c == 'm') {
  ------------------
  |  Branch (196:13): [True: 6, False: 0]
  |  Branch (196:25): [True: 0, False: 0]
  |  Branch (196:37): [True: 0, False: 0]
  ------------------
  197|      6|            break;
  198|      6|        }
  199|       |
  200|      0|        switch (c) {
  201|      0|        case 'E':
  ------------------
  |  Branch (201:9): [True: 0, False: 0]
  ------------------
  202|      0|            cmdline->use_environment = 0;
  203|      0|            break;
  204|       |
  205|      0|        case 'I':
  ------------------
  |  Branch (205:9): [True: 0, False: 0]
  ------------------
  206|      0|            cmdline->isolated = 1;
  207|      0|            break;
  208|       |
  209|      0|        case 'X':
  ------------------
  |  Branch (209:9): [True: 0, False: 0]
  ------------------
  210|      0|        {
  211|      0|            PyStatus status = PyWideStringList_Append(&cmdline->xoptions,
  212|      0|                                                      _PyOS_optarg);
  213|      0|            if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  214|      0|                return status;
  215|      0|            }
  216|      0|            break;
  217|      0|        }
  218|       |
  219|      0|        default:
  ------------------
  |  Branch (219:9): [True: 0, False: 0]
  ------------------
  220|       |            /* ignore other argument:
  221|       |               handled by PyConfig_Read() */
  222|      0|            break;
  223|      0|        }
  224|      0|    } while (1);
  ------------------
  |  Branch (224:14): [True: 0, Folded]
  ------------------
  225|       |
  226|      6|    return _PyStatus_OK();
  ------------------
  |  |   24|      6|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  227|      6|}
preconfig.c:preconfig_copy:
  381|     20|{
  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  383|       |
  384|     20|    COPY_ATTR(_config_init);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  385|     20|    COPY_ATTR(parse_argv);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  386|     20|    COPY_ATTR(isolated);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  387|     20|    COPY_ATTR(use_environment);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  388|     20|    COPY_ATTR(configure_locale);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  389|     20|    COPY_ATTR(dev_mode);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  390|     20|    COPY_ATTR(coerce_c_locale);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  391|     20|    COPY_ATTR(coerce_c_locale_warn);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  392|     20|    COPY_ATTR(utf8_mode);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  393|     20|    COPY_ATTR(allocator);
  ------------------
  |  |  382|     20|#define COPY_ATTR(ATTR) config->ATTR = config2->ATTR
  ------------------
  394|       |#ifdef MS_WINDOWS
  395|       |    COPY_ATTR(legacy_windows_fs_encoding);
  396|       |#endif
  397|       |
  398|     20|#undef COPY_ATTR
  399|     20|}
preconfig.c:preconfig_get_global_vars:
  467|      2|{
  468|      2|    if (config->_config_init != _PyConfig_INIT_COMPAT) {
  ------------------
  |  Branch (468:9): [True: 2, False: 0]
  ------------------
  469|       |        /* Python and Isolated configuration ignore global variables */
  470|      2|        return;
  471|      2|    }
  472|       |
  473|      0|#define COPY_FLAG(ATTR, VALUE) \
  474|      0|    if (config->ATTR < 0) { \
  475|      0|        config->ATTR = VALUE; \
  476|      0|    }
  477|      0|#define COPY_NOT_FLAG(ATTR, VALUE) \
  478|      0|    if (config->ATTR < 0) { \
  479|      0|        config->ATTR = !(VALUE); \
  480|      0|    }
  481|       |
  482|      0|_Py_COMP_DIAG_PUSH
  483|      0|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
  484|      0|    COPY_FLAG(isolated, Py_IsolatedFlag);
  ------------------
  |  |  474|      0|    if (config->ATTR < 0) { \
  |  |  ------------------
  |  |  |  Branch (474:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  475|      0|        config->ATTR = VALUE; \
  |  |  476|      0|    }
  ------------------
  485|      0|    COPY_NOT_FLAG(use_environment, Py_IgnoreEnvironmentFlag);
  ------------------
  |  |  478|      0|    if (config->ATTR < 0) { \
  |  |  ------------------
  |  |  |  Branch (478:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  479|      0|        config->ATTR = !(VALUE); \
  |  |  480|      0|    }
  ------------------
  486|      0|    if (Py_UTF8Mode > 0) {
  ------------------
  |  Branch (486:9): [True: 0, False: 0]
  ------------------
  487|      0|        config->utf8_mode = Py_UTF8Mode;
  488|      0|    }
  489|       |#ifdef MS_WINDOWS
  490|       |    COPY_FLAG(legacy_windows_fs_encoding, Py_LegacyWindowsFSEncodingFlag);
  491|       |#endif
  492|      0|_Py_COMP_DIAG_POP
  493|       |
  494|      0|#undef COPY_FLAG
  495|      0|#undef COPY_NOT_FLAG
  496|      0|}
preconfig.c:preconfig_read:
  731|      4|{
  732|      4|    PyStatus status;
  733|       |
  734|      4|    status = _PyPreCmdline_Read(cmdline, config);
  735|      4|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      4|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  736|      0|        return status;
  737|      0|    }
  738|       |
  739|      4|    precmdline_set_preconfig(cmdline, config);
  740|       |
  741|       |    /* legacy_windows_fs_encoding, coerce_c_locale, utf8_mode */
  742|       |#ifdef MS_WINDOWS
  743|       |    _Py_get_env_flag(config->use_environment,
  744|       |                     &config->legacy_windows_fs_encoding,
  745|       |                     "PYTHONLEGACYWINDOWSFSENCODING");
  746|       |#endif
  747|       |
  748|      4|    preconfig_init_coerce_c_locale(config);
  749|       |
  750|      4|    status = preconfig_init_utf8_mode(config, cmdline);
  751|      4|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      4|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  752|      0|        return status;
  753|      0|    }
  754|       |
  755|       |    /* allocator */
  756|      4|    status = preconfig_init_allocator(config);
  757|      4|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      4|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 4]
  |  |  ------------------
  ------------------
  758|      0|        return status;
  759|      0|    }
  760|       |
  761|      4|    assert(config->coerce_c_locale >= 0);
  ------------------
  |  Branch (761:5): [True: 4, False: 0]
  ------------------
  762|      4|    assert(config->coerce_c_locale_warn >= 0);
  ------------------
  |  Branch (762:5): [True: 4, False: 0]
  ------------------
  763|       |#ifdef MS_WINDOWS
  764|       |    assert(config->legacy_windows_fs_encoding >= 0);
  765|       |#endif
  766|      4|    assert(config->utf8_mode >= 0);
  ------------------
  |  Branch (766:5): [True: 4, False: 0]
  ------------------
  767|      4|    assert(config->isolated >= 0);
  ------------------
  |  Branch (767:5): [True: 4, False: 0]
  ------------------
  768|      4|    assert(config->use_environment >= 0);
  ------------------
  |  Branch (768:5): [True: 4, False: 0]
  ------------------
  769|      4|    assert(config->dev_mode >= 0);
  ------------------
  |  Branch (769:5): [True: 4, False: 0]
  ------------------
  770|       |
  771|      4|    return _PyStatus_OK();
  ------------------
  |  |   24|      4|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  772|      4|}
preconfig.c:precmdline_set_preconfig:
  149|      4|{
  150|      4|#define COPY_ATTR(ATTR) \
  151|      4|    config->ATTR = cmdline->ATTR
  152|       |
  153|      4|    COPY_ATTR(isolated);
  ------------------
  |  |  151|      4|    config->ATTR = cmdline->ATTR
  ------------------
  154|      4|    COPY_ATTR(use_environment);
  ------------------
  |  |  151|      4|    config->ATTR = cmdline->ATTR
  ------------------
  155|      4|    COPY_ATTR(dev_mode);
  ------------------
  |  |  151|      4|    config->ATTR = cmdline->ATTR
  ------------------
  156|       |
  157|      4|#undef COPY_ATTR
  158|      4|}
preconfig.c:preconfig_init_coerce_c_locale:
  659|      4|{
  660|      4|    if (!config->configure_locale) {
  ------------------
  |  Branch (660:9): [True: 0, False: 4]
  ------------------
  661|      0|        config->coerce_c_locale = 0;
  662|      0|        config->coerce_c_locale_warn = 0;
  663|      0|        return;
  664|      0|    }
  665|       |
  666|      4|    const char *env = _Py_GetEnv(config->use_environment, "PYTHONCOERCECLOCALE");
  667|      4|    if (env) {
  ------------------
  |  Branch (667:9): [True: 0, False: 4]
  ------------------
  668|      0|        if (strcmp(env, "0") == 0) {
  ------------------
  |  Branch (668:13): [True: 0, False: 0]
  ------------------
  669|      0|            if (config->coerce_c_locale < 0) {
  ------------------
  |  Branch (669:17): [True: 0, False: 0]
  ------------------
  670|      0|                config->coerce_c_locale = 0;
  671|      0|            }
  672|      0|        }
  673|      0|        else if (strcmp(env, "warn") == 0) {
  ------------------
  |  Branch (673:18): [True: 0, False: 0]
  ------------------
  674|      0|            if (config->coerce_c_locale_warn < 0) {
  ------------------
  |  Branch (674:17): [True: 0, False: 0]
  ------------------
  675|      0|                config->coerce_c_locale_warn = 1;
  676|      0|            }
  677|      0|        }
  678|      0|        else {
  679|      0|            if (config->coerce_c_locale < 0) {
  ------------------
  |  Branch (679:17): [True: 0, False: 0]
  ------------------
  680|      0|                config->coerce_c_locale = 1;
  681|      0|            }
  682|      0|        }
  683|      0|    }
  684|       |
  685|       |    /* Test if coerce_c_locale equals to -1 or equals to 1:
  686|       |       PYTHONCOERCECLOCALE=1 doesn't imply that the C locale is always coerced.
  687|       |       It is only coerced if the LC_CTYPE locale is "C". */
  688|      4|    if (config->coerce_c_locale < 0 || config->coerce_c_locale == 1) {
  ------------------
  |  Branch (688:9): [True: 2, False: 2]
  |  Branch (688:40): [True: 0, False: 2]
  ------------------
  689|       |        /* The C locale enables the C locale coercion (PEP 538) */
  690|      2|        if (_Py_LegacyLocaleDetected(0)) {
  ------------------
  |  Branch (690:13): [True: 1, False: 1]
  ------------------
  691|      1|            config->coerce_c_locale = 2;
  692|      1|        }
  693|      1|        else {
  694|      1|            config->coerce_c_locale = 0;
  695|      1|        }
  696|      2|    }
  697|       |
  698|      4|    if (config->coerce_c_locale_warn < 0) {
  ------------------
  |  Branch (698:9): [True: 4, False: 0]
  ------------------
  699|      4|        config->coerce_c_locale_warn = 0;
  700|      4|    }
  701|      4|}
preconfig.c:preconfig_init_utf8_mode:
  604|      4|{
  605|       |#ifdef MS_WINDOWS
  606|       |    if (config->legacy_windows_fs_encoding) {
  607|       |        config->utf8_mode = 0;
  608|       |    }
  609|       |#endif
  610|       |
  611|      4|    if (config->utf8_mode >= 0) {
  ------------------
  |  Branch (611:9): [True: 2, False: 2]
  ------------------
  612|      2|        return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  613|      2|    }
  614|       |
  615|      2|    const wchar_t *xopt;
  616|      2|    xopt = _Py_get_xoption(&cmdline->xoptions, L"utf8");
  617|      2|    if (xopt) {
  ------------------
  |  Branch (617:9): [True: 0, False: 2]
  ------------------
  618|      0|        const wchar_t *sep = wcschr(xopt, L'=');
  619|      0|        if (sep) {
  ------------------
  |  Branch (619:13): [True: 0, False: 0]
  ------------------
  620|      0|            xopt = sep + 1;
  621|      0|            if (wcscmp(xopt, L"1") == 0) {
  ------------------
  |  Branch (621:17): [True: 0, False: 0]
  ------------------
  622|      0|                config->utf8_mode = 1;
  623|      0|            }
  624|      0|            else if (wcscmp(xopt, L"0") == 0) {
  ------------------
  |  Branch (624:22): [True: 0, False: 0]
  ------------------
  625|      0|                config->utf8_mode = 0;
  626|      0|            }
  627|      0|            else {
  628|      0|                return _PyStatus_ERR("invalid -X utf8 option value");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  629|      0|            }
  630|      0|        }
  631|      0|        else {
  632|      0|            config->utf8_mode = 1;
  633|      0|        }
  634|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  635|      0|    }
  636|       |
  637|      2|    const char *opt = _Py_GetEnv(config->use_environment, "PYTHONUTF8");
  638|      2|    if (opt) {
  ------------------
  |  Branch (638:9): [True: 0, False: 2]
  ------------------
  639|      0|        if (strcmp(opt, "1") == 0) {
  ------------------
  |  Branch (639:13): [True: 0, False: 0]
  ------------------
  640|      0|            config->utf8_mode = 1;
  641|      0|        }
  642|      0|        else if (strcmp(opt, "0") == 0) {
  ------------------
  |  Branch (642:18): [True: 0, False: 0]
  ------------------
  643|      0|            config->utf8_mode = 0;
  644|      0|        }
  645|      0|        else {
  646|      0|            return _PyStatus_ERR("invalid PYTHONUTF8 environment "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  647|      0|                                "variable value");
  648|      0|        }
  649|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  650|      0|    }
  651|       |
  652|      2|    config->utf8_mode = 1;
  653|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  654|      2|}
preconfig.c:preconfig_init_allocator:
  706|      4|{
  707|      4|    if (config->allocator == PYMEM_ALLOCATOR_NOT_SET) {
  ------------------
  |  Branch (707:9): [True: 4, False: 0]
  ------------------
  708|       |        /* bpo-34247. The PYTHONMALLOC environment variable has the priority
  709|       |           over PYTHONDEV env var and "-X dev" command line option.
  710|       |           For example, PYTHONMALLOC=malloc PYTHONDEVMODE=1 sets the memory
  711|       |           allocators to "malloc" (and not to "debug"). */
  712|      4|        const char *envvar = _Py_GetEnv(config->use_environment, "PYTHONMALLOC");
  713|      4|        if (envvar) {
  ------------------
  |  Branch (713:13): [True: 0, False: 4]
  ------------------
  714|      0|            PyMemAllocatorName name;
  715|      0|            if (_PyMem_GetAllocatorName(envvar, &name) < 0) {
  ------------------
  |  Branch (715:17): [True: 0, False: 0]
  ------------------
  716|      0|                return _PyStatus_ERR("PYTHONMALLOC: unknown allocator");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  717|      0|            }
  718|      0|            config->allocator = (int)name;
  719|      0|        }
  720|      4|    }
  721|       |
  722|      4|    if (config->dev_mode && config->allocator == PYMEM_ALLOCATOR_NOT_SET) {
  ------------------
  |  Branch (722:9): [True: 0, False: 4]
  |  Branch (722:29): [True: 0, False: 0]
  ------------------
  723|      0|        config->allocator = PYMEM_ALLOCATOR_DEBUG;
  724|      0|    }
  725|      4|    return _PyStatus_OK();
  ------------------
  |  |   24|      4|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  726|      4|}
preconfig.c:preconfig_set_global_vars:
  501|      2|{
  502|      2|#define COPY_FLAG(ATTR, VAR) \
  503|      2|    if (config->ATTR >= 0) { \
  504|      2|        VAR = config->ATTR; \
  505|      2|    }
  506|      2|#define COPY_NOT_FLAG(ATTR, VAR) \
  507|      2|    if (config->ATTR >= 0) { \
  508|      2|        VAR = !config->ATTR; \
  509|      2|    }
  510|       |
  511|      2|_Py_COMP_DIAG_PUSH
  512|      2|_Py_COMP_DIAG_IGNORE_DEPR_DECLS
  513|      2|    COPY_FLAG(isolated, Py_IsolatedFlag);
  ------------------
  |  |  503|      2|    if (config->ATTR >= 0) { \
  |  |  ------------------
  |  |  |  Branch (503:9): [True: 2, False: 0]
  |  |  ------------------
  |  |  504|      2|        VAR = config->ATTR; \
  |  |  505|      2|    }
  ------------------
  514|      2|    COPY_NOT_FLAG(use_environment, Py_IgnoreEnvironmentFlag);
  ------------------
  |  |  507|      2|    if (config->ATTR >= 0) { \
  |  |  ------------------
  |  |  |  Branch (507:9): [True: 2, False: 0]
  |  |  ------------------
  |  |  508|      2|        VAR = !config->ATTR; \
  |  |  509|      2|    }
  ------------------
  515|       |#ifdef MS_WINDOWS
  516|       |    COPY_FLAG(legacy_windows_fs_encoding, Py_LegacyWindowsFSEncodingFlag);
  517|       |#endif
  518|      2|    COPY_FLAG(utf8_mode, Py_UTF8Mode);
  ------------------
  |  |  503|      2|    if (config->ATTR >= 0) { \
  |  |  ------------------
  |  |  |  Branch (503:9): [True: 2, False: 0]
  |  |  ------------------
  |  |  504|      2|        VAR = config->ATTR; \
  |  |  505|      2|    }
  ------------------
  519|      2|_Py_COMP_DIAG_POP
  520|       |
  521|      2|#undef COPY_FLAG
  522|      2|#undef COPY_NOT_FLAG
  523|      2|}

_PyArena_New:
  126|      1|{
  127|      1|    PyArena* arena = (PyArena *)PyMem_Malloc(sizeof(PyArena));
  128|      1|    if (!arena)
  ------------------
  |  Branch (128:9): [True: 0, False: 1]
  ------------------
  129|      0|        return (PyArena*)PyErr_NoMemory();
  130|       |
  131|      1|    arena->a_head = block_new(DEFAULT_BLOCK_SIZE);
  ------------------
  |  |   11|      1|#define DEFAULT_BLOCK_SIZE 8192
  ------------------
  132|      1|    arena->a_cur = arena->a_head;
  133|      1|    if (!arena->a_head) {
  ------------------
  |  Branch (133:9): [True: 0, False: 1]
  ------------------
  134|      0|        PyMem_Free((void *)arena);
  135|      0|        return (PyArena*)PyErr_NoMemory();
  136|      0|    }
  137|      1|    arena->a_objects = PyList_New(0);
  138|      1|    if (!arena->a_objects) {
  ------------------
  |  Branch (138:9): [True: 0, False: 1]
  ------------------
  139|      0|        block_free(arena->a_head);
  140|      0|        PyMem_Free((void *)arena);
  141|      0|        return (PyArena*)PyErr_NoMemory();
  142|      0|    }
  143|       |#if defined(Py_DEBUG)
  144|       |    arena->total_allocs = 0;
  145|       |    arena->total_size = 0;
  146|       |    arena->total_blocks = 1;
  147|       |    arena->total_block_size = DEFAULT_BLOCK_SIZE;
  148|       |    arena->total_big_blocks = 0;
  149|       |#endif
  150|      1|    return arena;
  151|      1|}
_PyArena_Free:
  155|      1|{
  156|      1|    assert(arena);
  ------------------
  |  Branch (156:5): [True: 1, False: 0]
  ------------------
  157|       |#if defined(Py_DEBUG)
  158|       |    /*
  159|       |    fprintf(stderr,
  160|       |        "alloc=%zu size=%zu blocks=%zu block_size=%zu big=%zu objects=%zu\n",
  161|       |        arena->total_allocs, arena->total_size, arena->total_blocks,
  162|       |        arena->total_block_size, arena->total_big_blocks,
  163|       |        PyList_Size(arena->a_objects));
  164|       |    */
  165|       |#endif
  166|      1|    block_free(arena->a_head);
  167|       |    /* This property normally holds, except when the code being compiled
  168|       |       is sys.getobjects(0), in which case there will be two references.
  169|       |    assert(arena->a_objects->ob_refcnt == 1);
  170|       |    */
  171|       |
  172|      1|    Py_DECREF(arena->a_objects);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  173|      1|    PyMem_Free(arena);
  174|      1|}
_PyArena_Malloc:
  178|    217|{
  179|    217|    void *p = block_alloc(arena->a_cur, size);
  180|    217|    if (!p)
  ------------------
  |  Branch (180:9): [True: 0, False: 217]
  ------------------
  181|      0|        return PyErr_NoMemory();
  182|       |#if defined(Py_DEBUG)
  183|       |    arena->total_allocs++;
  184|       |    arena->total_size += size;
  185|       |#endif
  186|       |    /* Reset cur if we allocated a new block. */
  187|    217|    if (arena->a_cur->ab_next) {
  ------------------
  |  Branch (187:9): [True: 1, False: 216]
  ------------------
  188|      1|        arena->a_cur = arena->a_cur->ab_next;
  189|       |#if defined(Py_DEBUG)
  190|       |        arena->total_blocks++;
  191|       |        arena->total_block_size += arena->a_cur->ab_size;
  192|       |        if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE)
  193|       |            ++arena->total_big_blocks;
  194|       |#endif
  195|      1|    }
  196|    217|    return p;
  197|    217|}
_PyArena_AddPyObject:
  201|     80|{
  202|     80|    int r = PyList_Append(arena->a_objects, obj);
  203|     80|    if (r >= 0) {
  ------------------
  |  Branch (203:9): [True: 80, False: 0]
  ------------------
  204|     80|        Py_DECREF(obj);
  ------------------
  |  |  430|     80|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     80|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  205|     80|    }
  206|     80|    return r;
  207|     80|}
pyarena.c:block_new:
   75|      2|{
   76|       |    /* Allocate header and block as one unit.
   77|       |       ab_mem points just past header. */
   78|      2|    block *b = (block *)PyMem_Malloc(sizeof(block) + size);
   79|      2|    if (!b)
  ------------------
  |  Branch (79:9): [True: 0, False: 2]
  ------------------
   80|      0|        return NULL;
   81|      2|    b->ab_size = size;
   82|      2|    b->ab_mem = (void *)(b + 1);
   83|      2|    b->ab_next = NULL;
   84|      2|    b->ab_offset = (char *)_Py_ALIGN_UP(b->ab_mem, ALIGNMENT) -
  ------------------
  |  |  218|      2|#define _Py_ALIGN_UP(p, a) ((void *)(((uintptr_t)(p) + \
  |  |  219|      2|        (uintptr_t)((a) - 1)) & ~(uintptr_t)((a) - 1)))
  ------------------
   85|      2|            (char *)(b->ab_mem);
   86|      2|    return b;
   87|      2|}
pyarena.c:block_free:
   90|      1|block_free(block *b) {
   91|      3|    while (b) {
  ------------------
  |  Branch (91:12): [True: 2, False: 1]
  ------------------
   92|      2|        block *next = b->ab_next;
   93|      2|        PyMem_Free(b);
   94|      2|        b = next;
   95|      2|    }
   96|      1|}
pyarena.c:block_alloc:
  100|    217|{
  101|    217|    void *p;
  102|    217|    assert(b);
  ------------------
  |  Branch (102:5): [True: 217, False: 0]
  ------------------
  103|    217|    size = _Py_SIZE_ROUND_UP(size, ALIGNMENT);
  ------------------
  |  |  213|    217|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|    217|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
  104|    217|    if (b->ab_offset + size > b->ab_size) {
  ------------------
  |  Branch (104:9): [True: 1, False: 216]
  ------------------
  105|       |        /* If we need to allocate more memory than will fit in
  106|       |           the default block, allocate a one-off block that is
  107|       |           exactly the right size. */
  108|      1|        block *newbl = block_new(
  109|      1|                        size < DEFAULT_BLOCK_SIZE ?
  ------------------
  |  |   11|      1|#define DEFAULT_BLOCK_SIZE 8192
  ------------------
  |  Branch (109:25): [True: 1, False: 0]
  ------------------
  110|      1|                        DEFAULT_BLOCK_SIZE : size);
  ------------------
  |  |   11|      1|#define DEFAULT_BLOCK_SIZE 8192
  ------------------
  111|      1|        if (!newbl)
  ------------------
  |  Branch (111:13): [True: 0, False: 1]
  ------------------
  112|      0|            return NULL;
  113|      1|        assert(!b->ab_next);
  ------------------
  |  Branch (113:9): [True: 1, False: 0]
  ------------------
  114|      1|        b->ab_next = newbl;
  115|      1|        b = newbl;
  116|      1|    }
  117|       |
  118|    217|    assert(b->ab_offset + size <= b->ab_size);
  ------------------
  |  Branch (118:5): [True: 217, False: 0]
  ------------------
  119|    217|    p = (void *)(((char *)b->ab_mem) + b->ab_offset);
  120|    217|    b->ab_offset += size;
  121|    217|    return p;
  122|    217|}

Py_HashPointer:
  134|    536|{
  135|    536|    Py_hash_t hash = _Py_HashPointerRaw(ptr);
  136|    536|    if (hash == -1) {
  ------------------
  |  Branch (136:9): [True: 0, False: 536]
  ------------------
  137|      0|        hash = -2;
  138|      0|    }
  139|    536|    return hash;
  140|    536|}
PyObject_GenericHash:
  144|    406|{
  145|    406|    return Py_HashPointer(obj);
  146|    406|}
Py_HashBuffer:
  150|  22.9k|{
  151|       |    /*
  152|       |      We make the hash of the empty string be 0, rather than using
  153|       |      (prefix ^ suffix), since this slightly obfuscates the hash secret
  154|       |    */
  155|  22.9k|    if (len == 0) {
  ------------------
  |  Branch (155:9): [True: 3, False: 22.9k]
  ------------------
  156|      3|        return 0;
  157|      3|    }
  158|       |
  159|       |#ifdef Py_HASH_STATS
  160|       |    hashstats[(len <= Py_HASH_STATS_MAX) ? len : 0]++;
  161|       |#endif
  162|       |
  163|  22.9k|    Py_hash_t x;
  164|       |#if Py_HASH_CUTOFF > 0
  165|       |    if (len < Py_HASH_CUTOFF) {
  166|       |        /* Optimize hashing of very small strings with inline DJBX33A. */
  167|       |        Py_uhash_t hash;
  168|       |        const unsigned char *p = ptr;
  169|       |        hash = 5381; /* DJBX33A starts with 5381 */
  170|       |
  171|       |        switch(len) {
  172|       |            /* ((hash << 5) + hash) + *p == hash * 33 + *p */
  173|       |            case 7: hash = ((hash << 5) + hash) + *p++; _Py_FALLTHROUGH;
  174|       |            case 6: hash = ((hash << 5) + hash) + *p++; _Py_FALLTHROUGH;
  175|       |            case 5: hash = ((hash << 5) + hash) + *p++; _Py_FALLTHROUGH;
  176|       |            case 4: hash = ((hash << 5) + hash) + *p++; _Py_FALLTHROUGH;
  177|       |            case 3: hash = ((hash << 5) + hash) + *p++; _Py_FALLTHROUGH;
  178|       |            case 2: hash = ((hash << 5) + hash) + *p++; _Py_FALLTHROUGH;
  179|       |            case 1: hash = ((hash << 5) + hash) + *p++; break;
  180|       |            default:
  181|       |                Py_UNREACHABLE();
  182|       |        }
  183|       |        hash ^= len;
  184|       |        hash ^= (Py_uhash_t) _Py_HashSecret.djbx33a.suffix;
  185|       |        x = (Py_hash_t)hash;
  186|       |    }
  187|       |    else
  188|       |#endif /* Py_HASH_CUTOFF */
  189|  22.9k|    {
  190|  22.9k|        x = PyHash_Func.hash(ptr, len);
  191|  22.9k|    }
  192|       |
  193|  22.9k|    if (x == -1) {
  ------------------
  |  Branch (193:9): [True: 0, False: 22.9k]
  ------------------
  194|      0|        return -2;
  195|      0|    }
  196|  22.9k|    return x;
  197|  22.9k|}
PyHash_GetFuncDef:
  216|      2|{
  217|      2|    return &PyHash_Func;
  218|      2|}
pyhash.c:siphash13:
  371|  22.9k|siphash13(uint64_t k0, uint64_t k1, const void *src, Py_ssize_t src_sz) {
  372|  22.9k|    uint64_t b = (uint64_t)src_sz << 56;
  373|  22.9k|    const uint8_t *in = (const uint8_t*)src;
  374|       |
  375|  22.9k|    uint64_t v0 = k0 ^ 0x736f6d6570736575ULL;
  376|  22.9k|    uint64_t v1 = k1 ^ 0x646f72616e646f6dULL;
  377|  22.9k|    uint64_t v2 = k0 ^ 0x6c7967656e657261ULL;
  378|  22.9k|    uint64_t v3 = k1 ^ 0x7465646279746573ULL;
  379|       |
  380|  22.9k|    uint64_t t;
  381|  22.9k|    uint8_t *pt;
  382|       |
  383|  41.5k|    while (src_sz >= 8) {
  ------------------
  |  Branch (383:12): [True: 18.6k, False: 22.9k]
  ------------------
  384|  18.6k|        uint64_t mi;
  385|  18.6k|        memcpy(&mi, in, sizeof(mi));
  386|  18.6k|        mi = _le64toh(mi);
  ------------------
  |  |  332|  18.6k|#  define _le64toh(x) ((uint64_t)(x))
  ------------------
  387|  18.6k|        in += sizeof(mi);
  388|  18.6k|        src_sz -= sizeof(mi);
  389|  18.6k|        v3 ^= mi;
  390|  18.6k|        SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  18.6k|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  18.6k|    a += b; c += d;                 \
  |  |  |  |  357|  18.6k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  18.6k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  18.6k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  18.6k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  18.6k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  18.6k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  18.6k|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  18.6k|    a += b; c += d;                 \
  |  |  |  |  357|  18.6k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  18.6k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  18.6k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  18.6k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  18.6k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  18.6k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  391|  18.6k|        v0 ^= mi;
  392|  18.6k|    }
  393|       |
  394|  22.9k|    t = 0;
  395|  22.9k|    pt = (uint8_t *)&t;
  396|  22.9k|    switch (src_sz) {
  ------------------
  |  Branch (396:13): [True: 19.4k, False: 3.46k]
  ------------------
  397|  2.96k|        case 7: pt[6] = in[6]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|  2.96k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (397:9): [True: 2.96k, False: 19.9k]
  ------------------
  398|  6.22k|        case 6: pt[5] = in[5]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|  6.22k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (398:9): [True: 3.26k, False: 19.6k]
  ------------------
  399|  9.06k|        case 5: pt[4] = in[4]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|  9.06k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (399:9): [True: 2.83k, False: 20.1k]
  ------------------
  400|  11.9k|        case 4: memcpy(pt, in, sizeof(uint32_t)); break;
  ------------------
  |  Branch (400:9): [True: 2.87k, False: 20.0k]
  ------------------
  401|  2.59k|        case 3: pt[2] = in[2]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|  2.59k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (401:9): [True: 2.59k, False: 20.3k]
  ------------------
  402|  4.95k|        case 2: pt[1] = in[1]; _Py_FALLTHROUGH;
  ------------------
  |  |  644|  4.95k|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
  |  Branch (402:9): [True: 2.35k, False: 20.5k]
  ------------------
  403|  7.54k|        case 1: pt[0] = in[0]; break;
  ------------------
  |  Branch (403:9): [True: 2.59k, False: 20.3k]
  ------------------
  404|  22.9k|    }
  405|  22.9k|    b |= _le64toh(t);
  ------------------
  |  |  332|  22.9k|#  define _le64toh(x) ((uint64_t)(x))
  ------------------
  406|       |
  407|  22.9k|    v3 ^= b;
  408|  22.9k|    SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  22.9k|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  22.9k|    a += b; c += d;                 \
  |  |  |  |  357|  22.9k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  22.9k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  22.9k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  22.9k|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  22.9k|    a += b; c += d;                 \
  |  |  |  |  357|  22.9k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  22.9k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  22.9k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|  22.9k|    v0 ^= b;
  410|  22.9k|    v2 ^= 0xff;
  411|  22.9k|    SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  22.9k|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  22.9k|    a += b; c += d;                 \
  |  |  |  |  357|  22.9k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  22.9k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  22.9k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  22.9k|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  22.9k|    a += b; c += d;                 \
  |  |  |  |  357|  22.9k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  22.9k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  22.9k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  412|  22.9k|    SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  22.9k|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  22.9k|    a += b; c += d;                 \
  |  |  |  |  357|  22.9k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  22.9k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  22.9k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  22.9k|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  22.9k|    a += b; c += d;                 \
  |  |  |  |  357|  22.9k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  22.9k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  22.9k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|  22.9k|    SINGLE_ROUND(v0,v1,v2,v3);
  ------------------
  |  |  362|  22.9k|    HALF_ROUND(v0,v1,v2,v3,13,16);  \
  |  |  ------------------
  |  |  |  |  356|  22.9k|    a += b; c += d;                 \
  |  |  |  |  357|  22.9k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  22.9k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  22.9k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  363|  22.9k|    HALF_ROUND(v2,v1,v0,v3,17,21);
  |  |  ------------------
  |  |  |  |  356|  22.9k|    a += b; c += d;                 \
  |  |  |  |  357|  22.9k|    b = ROTATE(b, s) ^ a;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  358|  22.9k|    d = ROTATE(d, t) ^ c;           \
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  |  |  359|  22.9k|    a = ROTATE(a, 32);
  |  |  |  |  ------------------
  |  |  |  |  |  |  352|  22.9k|#  define ROTATE(x, b) (uint64_t)( ((x) << (b)) | ( (x) >> (64 - (b))) )
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|       |
  415|       |    /* modified */
  416|  22.9k|    t = (v0 ^ v1) ^ (v2 ^ v3);
  417|  22.9k|    return t;
  418|  22.9k|}
pyhash.c:pysiphash:
  480|  22.9k|pysiphash(const void *src, Py_ssize_t src_sz) {
  481|  22.9k|    return (Py_hash_t)siphash13(
  482|  22.9k|        _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1),
  ------------------
  |  |  332|  22.9k|#  define _le64toh(x) ((uint64_t)(x))
  ------------------
                      _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1),
  ------------------
  |  |  332|  22.9k|#  define _le64toh(x) ((uint64_t)(x))
  ------------------
  483|  22.9k|        src, src_sz);
  484|  22.9k|}

_PyRuntime_Initialize:
  130|    154|{
  131|       |    /* XXX We only initialize once in the process, which aligns with
  132|       |       the static initialization of the former globals now found in
  133|       |       _PyRuntime.  However, _PyRuntime *should* be initialized with
  134|       |       every Py_Initialize() call, but doing so breaks the runtime.
  135|       |       This is because the runtime state is not properly finalized
  136|       |       currently. */
  137|    154|    if (runtime_initialized) {
  ------------------
  |  Branch (137:9): [True: 152, False: 2]
  ------------------
  138|    152|        return _PyStatus_OK();
  ------------------
  |  |   24|    152|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  139|    152|    }
  140|      2|    runtime_initialized = 1;
  141|       |
  142|      2|    return _PyRuntimeState_Init(&_PyRuntime);
  143|    154|}
_Py_IsCoreInitialized:
  170|      2|{
  171|      2|    return _PyRuntimeState_GetCoreInitialized(&_PyRuntime);
  172|      2|}
Py_IsInitialized:
  176|  2.24k|{
  177|  2.24k|    return _PyRuntimeState_GetInitialized(&_PyRuntime);
  178|  2.24k|}
_Py_LegacyLocaleDetected:
  203|      2|{
  204|      2|#ifndef MS_WINDOWS
  205|      2|    if (!warn) {
  ------------------
  |  Branch (205:9): [True: 2, False: 0]
  ------------------
  206|      2|        const char *locale_override = getenv("LC_ALL");
  207|      2|        if (locale_override != NULL && *locale_override != '\0') {
  ------------------
  |  Branch (207:13): [True: 0, False: 2]
  |  Branch (207:40): [True: 0, False: 0]
  ------------------
  208|       |            /* Don't coerce C locale if the LC_ALL environment variable
  209|       |               is set */
  210|      0|            return 0;
  211|      0|        }
  212|      2|    }
  213|       |
  214|       |    /* On non-Windows systems, the C locale is considered a legacy locale */
  215|       |    /* XXX (ncoghlan): some platforms (notably Mac OS X) don't appear to treat
  216|       |     *                 the POSIX locale as a simple alias for the C locale, so
  217|       |     *                 we may also want to check for that explicitly.
  218|       |     */
  219|      2|    const char *ctype_loc = setlocale(LC_CTYPE, NULL);
  220|      2|    if (ctype_loc == NULL) {
  ------------------
  |  Branch (220:9): [True: 0, False: 2]
  ------------------
  221|      0|        return 0;
  222|      0|    }
  223|      2|    return (strcmp(ctype_loc, "C") == 0 || strcmp(ctype_loc, "POSIX") == 0);
  ------------------
  |  Branch (223:13): [True: 1, False: 1]
  |  Branch (223:44): [True: 0, False: 1]
  ------------------
  224|       |#else
  225|       |    /* Windows uses code pages instead of locales, so no locale is legacy */
  226|       |    return 0;
  227|       |#endif
  228|      2|}
_Py_CoerceLegacyLocale:
  303|      2|{
  304|      2|    int coerced = 0;
  305|      2|#ifdef PY_COERCE_C_LOCALE
  306|      2|    char *oldloc = NULL;
  307|       |
  308|      2|    oldloc = _PyMem_RawStrdup(setlocale(LC_CTYPE, NULL));
  309|      2|    if (oldloc == NULL) {
  ------------------
  |  Branch (309:9): [True: 0, False: 2]
  ------------------
  310|      0|        return coerced;
  311|      0|    }
  312|       |
  313|      2|    const char *locale_override = getenv("LC_ALL");
  314|      2|    if (locale_override == NULL || *locale_override == '\0') {
  ------------------
  |  Branch (314:9): [True: 2, False: 0]
  |  Branch (314:36): [True: 0, False: 0]
  ------------------
  315|       |        /* LC_ALL is also not set (or is set to an empty string) */
  316|      2|        const _LocaleCoercionTarget *target = NULL;
  317|      2|        for (target = _TARGET_LOCALES; target->locale_name; target++) {
  ------------------
  |  Branch (317:40): [True: 2, False: 0]
  ------------------
  318|      2|            const char *new_locale = setlocale(LC_CTYPE,
  319|      2|                                               target->locale_name);
  320|      2|            if (new_locale != NULL) {
  ------------------
  |  Branch (320:17): [True: 2, False: 0]
  ------------------
  321|      2|#if !defined(_Py_FORCE_UTF8_LOCALE) && defined(HAVE_LANGINFO_H) && defined(CODESET)
  322|       |                /* Also ensure that nl_langinfo works in this locale */
  323|      2|                char *codeset = nl_langinfo(CODESET);
  324|      2|                if (!codeset || *codeset == '\0') {
  ------------------
  |  Branch (324:21): [True: 0, False: 2]
  |  Branch (324:33): [True: 0, False: 2]
  ------------------
  325|       |                    /* CODESET is not set or empty, so skip coercion */
  326|      0|                    new_locale = NULL;
  327|      0|                    _Py_SetLocaleFromEnv(LC_CTYPE);
  328|      0|                    continue;
  329|      0|                }
  330|      2|#endif
  331|       |                /* Successfully configured locale, so make it the default */
  332|      2|                coerced = _coerce_default_locale_settings(warn, target);
  333|      2|                goto done;
  334|      2|            }
  335|      2|        }
  336|      2|    }
  337|       |    /* No C locale warning here, as Py_Initialize will emit one later */
  338|       |
  339|      0|    setlocale(LC_CTYPE, oldloc);
  340|       |
  341|      2|done:
  342|      2|    PyMem_RawFree(oldloc);
  343|      2|#endif
  344|      2|    return coerced;
  345|      0|}
_Py_SetLocaleFromEnv:
  353|      8|{
  354|      8|    char *res;
  355|       |#ifdef __ANDROID__
  356|       |    const char *locale;
  357|       |    const char **pvar;
  358|       |#ifdef PY_COERCE_C_LOCALE
  359|       |    const char *coerce_c_locale;
  360|       |#endif
  361|       |    const char *utf8_locale = "C.UTF-8";
  362|       |    const char *env_var_set[] = {
  363|       |        "LC_ALL",
  364|       |        "LC_CTYPE",
  365|       |        "LANG",
  366|       |        NULL,
  367|       |    };
  368|       |
  369|       |    /* Android setlocale(category, "") doesn't check the environment variables
  370|       |     * and incorrectly sets the "C" locale at API 24 and older APIs. We only
  371|       |     * check the environment variables listed in env_var_set. */
  372|       |    for (pvar=env_var_set; *pvar; pvar++) {
  373|       |        locale = getenv(*pvar);
  374|       |        if (locale != NULL && *locale != '\0') {
  375|       |            if (strcmp(locale, utf8_locale) == 0 ||
  376|       |                    strcmp(locale, "en_US.UTF-8") == 0) {
  377|       |                return setlocale(category, utf8_locale);
  378|       |            }
  379|       |            return setlocale(category, "C");
  380|       |        }
  381|       |    }
  382|       |
  383|       |    /* Android uses UTF-8, so explicitly set the locale to C.UTF-8 if none of
  384|       |     * LC_ALL, LC_CTYPE, or LANG is set to a non-empty string.
  385|       |     * Quote from POSIX section "8.2 Internationalization Variables":
  386|       |     * "4. If the LANG environment variable is not set or is set to the empty
  387|       |     * string, the implementation-defined default locale shall be used." */
  388|       |
  389|       |#ifdef PY_COERCE_C_LOCALE
  390|       |    coerce_c_locale = getenv("PYTHONCOERCECLOCALE");
  391|       |    if (coerce_c_locale == NULL || strcmp(coerce_c_locale, "0") != 0) {
  392|       |        /* Some other ported code may check the environment variables (e.g. in
  393|       |         * extension modules), so we make sure that they match the locale
  394|       |         * configuration */
  395|       |        if (setenv("LC_CTYPE", utf8_locale, 1)) {
  396|       |            fprintf(stderr, "Warning: failed setting the LC_CTYPE "
  397|       |                            "environment variable to %s\n", utf8_locale);
  398|       |        }
  399|       |    }
  400|       |#endif
  401|       |    res = setlocale(category, utf8_locale);
  402|       |#else /* !defined(__ANDROID__) */
  403|      8|    res = setlocale(category, "");
  404|      8|#endif
  405|      8|    _Py_ResetForceASCII();
  406|      8|    return res;
  407|      8|}
_Py_PreInitializeFromPyArgv:
 1046|      2|{
 1047|      2|    PyStatus status;
 1048|       |
 1049|      2|    if (src_config == NULL) {
  ------------------
  |  Branch (1049:9): [True: 0, False: 2]
  ------------------
 1050|      0|        return _PyStatus_ERR("preinitialization config is NULL");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1051|      0|    }
 1052|       |
 1053|      2|    status = _PyRuntime_Initialize();
 1054|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1055|      0|        return status;
 1056|      0|    }
 1057|      2|    _PyRuntimeState *runtime = &_PyRuntime;
 1058|       |
 1059|      2|    if (runtime->preinitialized) {
  ------------------
  |  Branch (1059:9): [True: 0, False: 2]
  ------------------
 1060|       |        /* If it's already configured: ignored the new configuration */
 1061|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1062|      0|    }
 1063|       |
 1064|       |    /* Note: preinitializing remains 1 on error, it is only set to 0
 1065|       |       at exit on success. */
 1066|      2|    runtime->preinitializing = 1;
 1067|       |
 1068|      2|    PyPreConfig config;
 1069|       |
 1070|      2|    status = _PyPreConfig_InitFromPreConfig(&config, src_config);
 1071|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1072|      0|        return status;
 1073|      0|    }
 1074|       |
 1075|      2|    status = _PyPreConfig_Read(&config, args);
 1076|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1077|      0|        return status;
 1078|      0|    }
 1079|       |
 1080|      2|    status = _PyPreConfig_Write(&config);
 1081|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1082|      0|        return status;
 1083|      0|    }
 1084|       |
 1085|      2|    runtime->preinitializing = 0;
 1086|      2|    runtime->preinitialized = 1;
 1087|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1088|      2|}
_Py_PreInitializeFromConfig:
 1117|    148|{
 1118|    148|    assert(config != NULL);
  ------------------
  |  Branch (1118:5): [True: 148, False: 0]
  ------------------
 1119|       |
 1120|    148|    PyStatus status = _PyRuntime_Initialize();
 1121|    148|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|    148|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 148]
  |  |  ------------------
  ------------------
 1122|      0|        return status;
 1123|      0|    }
 1124|    148|    _PyRuntimeState *runtime = &_PyRuntime;
 1125|       |
 1126|    148|    if (runtime->preinitialized) {
  ------------------
  |  Branch (1126:9): [True: 146, False: 2]
  ------------------
 1127|       |        /* Already initialized: do nothing */
 1128|    146|        return _PyStatus_OK();
  ------------------
  |  |   24|    146|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1129|    146|    }
 1130|       |
 1131|      2|    PyPreConfig preconfig;
 1132|       |
 1133|      2|    _PyPreConfig_InitFromConfig(&preconfig, config);
 1134|       |
 1135|      2|    if (!config->parse_argv) {
  ------------------
  |  Branch (1135:9): [True: 0, False: 2]
  ------------------
 1136|      0|        return Py_PreInitialize(&preconfig);
 1137|      0|    }
 1138|      2|    else if (args == NULL) {
  ------------------
  |  Branch (1138:14): [True: 2, False: 0]
  ------------------
 1139|      2|        _PyArgv config_args = {
 1140|      2|            .use_bytes_argv = 0,
 1141|      2|            .argc = config->argv.length,
 1142|      2|            .wchar_argv = config->argv.items};
 1143|      2|        return _Py_PreInitializeFromPyArgv(&preconfig, &config_args);
 1144|      2|    }
 1145|      0|    else {
 1146|      0|        return _Py_PreInitializeFromPyArgv(&preconfig, args);
 1147|      0|    }
 1148|      2|}
Py_InitializeFromConfig:
 1614|      2|{
 1615|      2|    if (config == NULL) {
  ------------------
  |  Branch (1615:9): [True: 0, False: 2]
  ------------------
 1616|      0|        return _PyStatus_ERR("initialization config is NULL");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1617|      0|    }
 1618|       |
 1619|      2|    PyStatus status;
 1620|       |
 1621|      2|    status = _PyRuntime_Initialize();
 1622|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1623|      0|        return status;
 1624|      0|    }
 1625|      2|    _PyRuntimeState *runtime = &_PyRuntime;
 1626|       |
 1627|      2|    PyThreadState *tstate = NULL;
 1628|      2|    status = pyinit_core(runtime, config, &tstate);
 1629|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1630|      0|        return status;
 1631|      0|    }
 1632|      2|    config = _PyInterpreterState_GetConfig(tstate->interp);
 1633|       |
 1634|      2|    if (config->_init_main) {
  ------------------
  |  Branch (1634:9): [True: 2, False: 0]
  ------------------
 1635|      2|        status = pyinit_main(tstate);
 1636|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1637|      0|            return status;
 1638|      0|        }
 1639|      2|    }
 1640|       |
 1641|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1642|      2|}
pylifecycle.c:_coerce_default_locale_settings:
  279|      2|{
  280|      2|    const char *newloc = target->locale_name;
  281|       |
  282|       |    /* Reset locale back to currently configured defaults */
  283|      2|    _Py_SetLocaleFromEnv(LC_ALL);
  284|       |
  285|       |    /* Set the relevant locale environment variable */
  286|      2|    if (setenv("LC_CTYPE", newloc, 1)) {
  ------------------
  |  Branch (286:9): [True: 0, False: 2]
  ------------------
  287|      0|        fprintf(stderr,
  288|      0|                "Error setting LC_CTYPE, skipping C locale coercion\n");
  289|      0|        return 0;
  290|      0|    }
  291|      2|    if (warn) {
  ------------------
  |  Branch (291:9): [True: 0, False: 2]
  ------------------
  292|      0|        fprintf(stderr, C_LOCALE_COERCION_WARNING, newloc);
  293|      0|    }
  294|       |
  295|       |    /* Reconfigure with the overridden environment variables */
  296|       |    _Py_SetLocaleFromEnv(LC_ALL);
  297|      2|    return 1;
  298|      2|}
pylifecycle.c:pyinit_core:
 1172|      2|{
 1173|      2|    PyStatus status;
 1174|       |
 1175|      2|    status = _Py_PreInitializeFromConfig(src_config, NULL);
 1176|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1177|      0|        return status;
 1178|      0|    }
 1179|       |
 1180|      2|    PyConfig config;
 1181|      2|    PyConfig_InitPythonConfig(&config);
 1182|       |
 1183|      2|    status = _PyConfig_Copy(&config, src_config);
 1184|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1185|      0|        goto done;
 1186|      0|    }
 1187|       |
 1188|       |    // Read the configuration, but don't compute the path configuration
 1189|       |    // (it is computed in the main init).
 1190|      2|    status = _PyConfig_Read(&config, 0);
 1191|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1192|      0|        goto done;
 1193|      0|    }
 1194|       |
 1195|      2|    if (!runtime->core_initialized) {
  ------------------
  |  Branch (1195:9): [True: 2, False: 0]
  ------------------
 1196|      2|        status = pyinit_config(runtime, tstate_p, &config);
 1197|      2|    }
 1198|      0|    else {
 1199|      0|        status = pyinit_core_reconfigure(runtime, tstate_p, &config);
 1200|      0|    }
 1201|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1202|      0|        goto done;
 1203|      0|    }
 1204|       |
 1205|      2|done:
 1206|      2|    PyConfig_Clear(&config);
 1207|      2|    return status;
 1208|      2|}
pylifecycle.c:pyinit_config:
 1020|      2|{
 1021|      2|    PyStatus status = pycore_init_runtime(runtime, config);
 1022|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1023|      0|        return status;
 1024|      0|    }
 1025|       |
 1026|      2|    PyThreadState *tstate;
 1027|      2|    status = pycore_create_interpreter(runtime, config, &tstate);
 1028|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1029|      0|        return status;
 1030|      0|    }
 1031|      2|    *tstate_p = tstate;
 1032|       |
 1033|      2|    status = pycore_interp_init(tstate);
 1034|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1035|      0|        return status;
 1036|      0|    }
 1037|       |
 1038|       |    /* Only when we get here is the runtime core fully initialized */
 1039|      2|    _PyRuntimeState_SetCoreInitialized(runtime, 1);
 1040|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1041|      2|}
pylifecycle.c:pycore_init_runtime:
  530|      2|{
  531|      2|    if (_PyRuntimeState_GetInitialized(runtime)) {
  ------------------
  |  Branch (531:9): [True: 0, False: 2]
  ------------------
  532|      0|        return _PyStatus_ERR("main interpreter already initialized");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  533|      0|    }
  534|       |
  535|      2|    PyStatus status = _PyConfig_Write(config, runtime);
  536|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  537|      0|        return status;
  538|      0|    }
  539|       |
  540|       |#if defined(PYMALLOC_USE_HUGEPAGES) && defined(MS_WINDOWS)
  541|       |    if (runtime->allocators.use_hugepages) {
  542|       |        status = get_huge_pages_privilege();
  543|       |        if (_PyStatus_EXCEPTION(status)) {
  544|       |            return status;
  545|       |        }
  546|       |    }
  547|       |#endif
  548|       |
  549|       |    /* Py_Finalize leaves _Py_Finalizing set in order to help daemon
  550|       |     * threads behave a little more gracefully at interpreter shutdown.
  551|       |     * We clobber it here so the new interpreter can start with a clean
  552|       |     * slate.
  553|       |     *
  554|       |     * However, this may still lead to misbehaviour if there are daemon
  555|       |     * threads still hanging around from a previous Py_Initialize/Finalize
  556|       |     * pair :(
  557|       |     */
  558|      2|    _PyRuntimeState_SetFinalizing(runtime, NULL);
  559|       |
  560|      2|    _Py_InitVersion();
  561|      2|    _Py_DumpTraceback_Init();
  562|       |
  563|      2|    status = _Py_HashRandomization_Init(config);
  564|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  565|      0|        return status;
  566|      0|    }
  567|       |
  568|      2|    status = _PyImport_Init();
  569|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  570|      0|        return status;
  571|      0|    }
  572|       |
  573|      2|    status = _PyInterpreterState_Enable(runtime);
  574|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  575|      0|        return status;
  576|      0|    }
  577|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  578|      2|}
pylifecycle.c:pycore_create_interpreter:
  671|      2|{
  672|      2|    PyStatus status;
  673|      2|    PyInterpreterState *interp;
  674|      2|    status = _PyInterpreterState_New(NULL, &interp);
  675|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  676|      0|        return status;
  677|      0|    }
  678|      2|    assert(interp != NULL);
  ------------------
  |  Branch (678:5): [True: 2, False: 0]
  ------------------
  679|      2|    assert(_Py_IsMainInterpreter(interp));
  ------------------
  |  Branch (679:5): [True: 2, False: 0]
  ------------------
  680|      2|    _PyInterpreterState_SetWhence(interp, _PyInterpreterState_WHENCE_RUNTIME);
  ------------------
  |  |   18|      2|#define _PyInterpreterState_WHENCE_RUNTIME 1
  ------------------
  681|      2|    interp->_ready = 1;
  682|       |
  683|       |    /* Initialize the module dict watcher early, before any modules are created */
  684|      2|    if (_PyModule_InitModuleDictWatcher(interp) != 0) {
  ------------------
  |  Branch (684:9): [True: 0, False: 2]
  ------------------
  685|      0|        return _PyStatus_ERR("failed to initialize module dict watcher");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  686|      0|    }
  687|       |
  688|      2|    status = _PyConfig_Copy(&interp->config, src_config);
  689|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  690|      0|        return status;
  691|      0|    }
  692|       |
  693|       |    /* Auto-thread-state API */
  694|      2|    status = _PyGILState_Init(interp);
  695|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  696|      0|        return status;
  697|      0|    }
  698|       |
  699|      2|    PyInterpreterConfig config = _PyInterpreterConfig_LEGACY_INIT;
  ------------------
  |  |   76|      2|    { \
  |  |   77|      2|        .use_main_obmalloc = 1, \
  |  |   78|      2|        .allow_fork = 1, \
  |  |   79|      2|        .allow_exec = 1, \
  |  |   80|      2|        .allow_threads = 1, \
  |  |   81|      2|        .allow_daemon_threads = 1, \
  |  |   82|      2|        .check_multi_interp_extensions = _PyInterpreterConfig_LEGACY_CHECK_MULTI_INTERP_EXTENSIONS, \
  |  |  ------------------
  |  |  |  |   72|      2|#  define _PyInterpreterConfig_LEGACY_CHECK_MULTI_INTERP_EXTENSIONS 0
  |  |  ------------------
  |  |   83|      2|        .gil = PyInterpreterConfig_SHARED_GIL, \
  |  |  ------------------
  |  |  |  |   41|      2|#define PyInterpreterConfig_SHARED_GIL (1)
  |  |  ------------------
  |  |   84|      2|    }
  ------------------
  700|       |    // The main interpreter always has its own GIL and supports single-phase
  701|       |    // init extensions.
  702|      2|    config.gil = PyInterpreterConfig_OWN_GIL;
  ------------------
  |  |   42|      2|#define PyInterpreterConfig_OWN_GIL (2)
  ------------------
  703|      2|    config.check_multi_interp_extensions = 0;
  704|      2|    status = init_interp_settings(interp, &config);
  705|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  706|      0|        return status;
  707|      0|    }
  708|       |
  709|       |    // This could be done in init_interpreter() (in pystate.c) if it
  710|       |    // didn't depend on interp->feature_flags being set already.
  711|      2|    status = _PyObject_InitState(interp);
  712|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  713|      0|        return status;
  714|      0|    }
  715|       |
  716|       |#ifdef Py_STATS
  717|       |    // initialize pystats.  This must be done after the settings are loaded.
  718|       |    status = _PyStats_InterpInit(interp);
  719|       |    if (_PyStatus_EXCEPTION(status)) {
  720|       |        return status;
  721|       |    }
  722|       |#endif
  723|       |
  724|       |    // initialize the interp->obmalloc state.  This must be done after
  725|       |    // the settings are loaded (so that feature_flags are set) but before
  726|       |    // any calls are made to obmalloc functions.
  727|      2|    if (_PyMem_init_obmalloc(interp) < 0) {
  ------------------
  |  Branch (727:9): [True: 0, False: 2]
  ------------------
  728|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  729|      0|    }
  730|       |
  731|      2|    status = _PyTraceMalloc_Init();
  732|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  733|      0|        return status;
  734|      0|    }
  735|       |
  736|      2|    PyThreadState *tstate = _PyThreadState_New(interp,
  737|      2|                                               _PyThreadState_WHENCE_INIT);
  ------------------
  |  |  105|      2|#  define _PyThreadState_WHENCE_INIT 1
  ------------------
  738|      2|    if (tstate == NULL) {
  ------------------
  |  Branch (738:9): [True: 0, False: 2]
  ------------------
  739|      0|        return _PyStatus_ERR("can't make first thread");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  740|      0|    }
  741|      2|    runtime->main_tstate = tstate;
  742|      2|    _PyThreadState_Bind(tstate);
  743|       |
  744|      2|    init_interp_create_gil(tstate, config.gil);
  745|       |
  746|      2|    *tstate_p = tstate;
  747|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  748|      2|}
pylifecycle.c:init_interp_settings:
  584|      2|{
  585|      2|    assert(interp->feature_flags == 0);
  ------------------
  |  Branch (585:5): [True: 2, False: 0]
  ------------------
  586|       |
  587|      2|    if (config->use_main_obmalloc) {
  ------------------
  |  Branch (587:9): [True: 2, False: 0]
  ------------------
  588|      2|        interp->feature_flags |= Py_RTFLAGS_USE_MAIN_OBMALLOC;
  ------------------
  |  |   79|      2|#define Py_RTFLAGS_USE_MAIN_OBMALLOC (1UL << 5)
  ------------------
  589|      2|    }
  590|      0|    else if (!config->check_multi_interp_extensions) {
  ------------------
  |  Branch (590:14): [True: 0, False: 0]
  ------------------
  591|       |        /* The reason: PyModuleDef.m_base.m_copy leaks objects between
  592|       |           interpreters. */
  593|      0|        return _PyStatus_ERR("per-interpreter obmalloc does not support "
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  594|      0|                             "single-phase init extension modules");
  595|      0|    }
  596|       |#ifdef Py_GIL_DISABLED
  597|       |    if (!_Py_IsMainInterpreter(interp) &&
  598|       |        !config->check_multi_interp_extensions)
  599|       |    {
  600|       |        return _PyStatus_ERR("The free-threaded build does not support "
  601|       |                             "single-phase init extension modules in "
  602|       |                             "subinterpreters");
  603|       |    }
  604|       |#endif
  605|       |
  606|      2|    if (config->allow_fork) {
  ------------------
  |  Branch (606:9): [True: 2, False: 0]
  ------------------
  607|      2|        interp->feature_flags |= Py_RTFLAGS_FORK;
  ------------------
  |  |   91|      2|#define Py_RTFLAGS_FORK (1UL << 15)
  ------------------
  608|      2|    }
  609|      2|    if (config->allow_exec) {
  ------------------
  |  Branch (609:9): [True: 2, False: 0]
  ------------------
  610|      2|        interp->feature_flags |= Py_RTFLAGS_EXEC;
  ------------------
  |  |   94|      2|#define Py_RTFLAGS_EXEC (1UL << 16)
  ------------------
  611|      2|    }
  612|       |    // Note that fork+exec is always allowed.
  613|       |
  614|      2|    if (config->allow_threads) {
  ------------------
  |  Branch (614:9): [True: 2, False: 0]
  ------------------
  615|      2|        interp->feature_flags |= Py_RTFLAGS_THREADS;
  ------------------
  |  |   85|      2|#define Py_RTFLAGS_THREADS (1UL << 10)
  ------------------
  616|      2|    }
  617|      2|    if (config->allow_daemon_threads) {
  ------------------
  |  Branch (617:9): [True: 2, False: 0]
  ------------------
  618|      2|        interp->feature_flags |= Py_RTFLAGS_DAEMON_THREADS;
  ------------------
  |  |   88|      2|#define Py_RTFLAGS_DAEMON_THREADS (1UL << 11)
  ------------------
  619|      2|    }
  620|       |
  621|      2|    if (config->check_multi_interp_extensions) {
  ------------------
  |  Branch (621:9): [True: 0, False: 2]
  ------------------
  622|      0|        interp->feature_flags |= Py_RTFLAGS_MULTI_INTERP_EXTENSIONS;
  ------------------
  |  |   82|      0|#define Py_RTFLAGS_MULTI_INTERP_EXTENSIONS (1UL << 8)
  ------------------
  623|      0|    }
  624|       |
  625|      2|    switch (config->gil) {
  626|      0|    case PyInterpreterConfig_DEFAULT_GIL: break;
  ------------------
  |  |   40|      0|#define PyInterpreterConfig_DEFAULT_GIL (0)
  ------------------
  |  Branch (626:5): [True: 0, False: 2]
  ------------------
  627|      0|    case PyInterpreterConfig_SHARED_GIL: break;
  ------------------
  |  |   41|      0|#define PyInterpreterConfig_SHARED_GIL (1)
  ------------------
  |  Branch (627:5): [True: 0, False: 2]
  ------------------
  628|      2|    case PyInterpreterConfig_OWN_GIL: break;
  ------------------
  |  |   42|      2|#define PyInterpreterConfig_OWN_GIL (2)
  ------------------
  |  Branch (628:5): [True: 2, False: 0]
  ------------------
  629|      0|    default:
  ------------------
  |  Branch (629:5): [True: 0, False: 2]
  ------------------
  630|      0|        return _PyStatus_ERR("invalid interpreter config 'gil' value");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  631|      2|    }
  632|       |
  633|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  634|      2|}
pylifecycle.c:init_interp_create_gil:
  639|      2|{
  640|       |    /* finalize_interp_delete() comment explains why _PyEval_FiniGIL() is
  641|       |       only called here. */
  642|       |    // XXX This is broken with a per-interpreter GIL.
  643|      2|    _PyEval_FiniGIL(tstate->interp);
  644|       |
  645|       |    /* Auto-thread-state API */
  646|      2|    _PyGILState_SetTstate(tstate);
  647|       |
  648|      2|    int own_gil = (gil == PyInterpreterConfig_OWN_GIL);
  ------------------
  |  |   42|      2|#define PyInterpreterConfig_OWN_GIL (2)
  ------------------
  649|       |
  650|       |    /* Create the GIL and take it */
  651|      2|    _PyEval_InitGIL(tstate, own_gil);
  652|      2|}
pylifecycle.c:pycore_interp_init:
  940|      2|{
  941|      2|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
  942|      2|    if (_tstate->c_stack_hard_limit == 0) {
  ------------------
  |  Branch (942:9): [True: 0, False: 2]
  ------------------
  943|      0|        _Py_InitializeRecursionLimits(tstate);
  944|      0|    }
  945|      2|    PyInterpreterState *interp = tstate->interp;
  946|      2|    PyStatus status;
  947|      2|    PyObject *sysmod = NULL;
  948|       |
  949|       |    // Create singletons before the first PyType_Ready() call, since
  950|       |    // PyType_Ready() uses singletons like the Unicode empty string (tp_doc)
  951|       |    // and the empty tuple singletons (tp_bases).
  952|      2|    status = pycore_init_global_objects(interp);
  953|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  954|      0|        return status;
  955|      0|    }
  956|       |
  957|      2|    status = _PyCode_Init(interp);
  958|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  959|      0|        return status;
  960|      0|    }
  961|       |
  962|      2|    status = _PyDtoa_Init(interp);
  963|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  964|      0|        return status;
  965|      0|    }
  966|       |
  967|       |    // The GC must be initialized before the first GC collection.
  968|      2|    status = _PyGC_Init(interp);
  969|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  970|      0|        return status;
  971|      0|    }
  972|       |
  973|      2|    status = pycore_init_types(interp);
  974|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  975|      0|        goto done;
  976|      0|    }
  977|       |
  978|      2|    if (_PyWarnings_InitState(interp) < 0) {
  ------------------
  |  Branch (978:9): [True: 0, False: 2]
  ------------------
  979|      0|        return _PyStatus_ERR("can't initialize warnings");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  980|      0|    }
  981|       |
  982|      2|    status = _PyAtExit_Init(interp);
  983|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  984|      0|        return status;
  985|      0|    }
  986|       |
  987|      2|    status = _PySys_Create(tstate, &sysmod);
  988|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  989|      0|        goto done;
  990|      0|    }
  991|       |
  992|      2|    status = pycore_init_builtins(tstate);
  993|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  994|      0|        goto done;
  995|      0|    }
  996|       |
  997|      2|    status = _PyXI_Init(interp);
  998|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  999|      0|        goto done;
 1000|      0|    }
 1001|       |
 1002|      2|    const PyConfig *config = _PyInterpreterState_GetConfig(interp);
 1003|       |
 1004|      2|    status = _PyImport_InitCore(tstate, sysmod, config->_install_importlib);
 1005|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1006|      0|        goto done;
 1007|      0|    }
 1008|       |
 1009|      2|done:
 1010|       |    /* sys.modules['sys'] contains a strong reference to the module */
 1011|      2|    Py_XDECREF(sysmod);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1012|      2|    return status;
 1013|      2|}
pylifecycle.c:pycore_init_global_objects:
  753|      2|{
  754|      2|    PyStatus status;
  755|       |
  756|      2|    status = _PyUnicode_InitGlobalObjects(interp);
  757|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  758|      0|        return status;
  759|      0|    }
  760|       |
  761|      2|    _PyUnicode_InitState(interp);
  762|       |
  763|      2|    if (_Py_IsMainInterpreter(interp)) {
  ------------------
  |  Branch (763:9): [True: 2, False: 0]
  ------------------
  764|      2|        _Py_GetConstant_Init();
  765|      2|    }
  766|       |
  767|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  768|      2|}
pylifecycle.c:pycore_init_types:
  773|      2|{
  774|      2|    PyStatus status;
  775|       |
  776|      2|    status = _PyTypes_InitTypes(interp);
  777|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  778|      0|        return status;
  779|      0|    }
  780|       |
  781|      2|    status = _PyLong_InitTypes(interp);
  782|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  783|      0|        return status;
  784|      0|    }
  785|       |
  786|      2|    status = _PyUnicode_InitTypes(interp);
  787|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  788|      0|        return status;
  789|      0|    }
  790|       |
  791|      2|    status = _PyFloat_InitTypes(interp);
  792|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  793|      0|        return status;
  794|      0|    }
  795|       |
  796|      2|    if (_PyExc_InitTypes(interp) < 0) {
  ------------------
  |  Branch (796:9): [True: 0, False: 2]
  ------------------
  797|      0|        return _PyStatus_ERR("failed to initialize an exception type");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  798|      0|    }
  799|       |
  800|      2|    status = _PyExc_InitGlobalObjects(interp);
  801|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  802|      0|        return status;
  803|      0|    }
  804|       |
  805|      2|    status = _PyExc_InitState(interp);
  806|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  807|      0|        return status;
  808|      0|    }
  809|       |
  810|      2|    status = _PyErr_InitTypes(interp);
  811|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  812|      0|        return status;
  813|      0|    }
  814|       |
  815|      2|    status = _PyContext_Init(interp);
  816|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  817|      0|        return status;
  818|      0|    }
  819|       |
  820|      2|    status = _PyXI_InitTypes(interp);
  821|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  822|      0|        return status;
  823|      0|    }
  824|       |
  825|      2|    status = _PyInterpolation_InitTypes(interp);
  826|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  827|      0|        return status;
  828|      0|    }
  829|       |
  830|      2|    status = _PyDateTime_InitTypes(interp);
  831|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  832|      0|        return status;
  833|      0|    }
  834|       |
  835|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  836|      2|}
pylifecycle.c:pycore_init_builtins:
  840|      2|{
  841|      2|    PyInterpreterState *interp = tstate->interp;
  842|       |
  843|      2|    PyObject *bimod = _PyBuiltin_Init(interp);
  844|      2|    if (bimod == NULL) {
  ------------------
  |  Branch (844:9): [True: 0, False: 2]
  ------------------
  845|      0|        goto error;
  846|      0|    }
  847|       |
  848|      2|    PyObject *modules = _PyImport_GetModules(interp);
  849|      2|    if (_PyImport_FixupBuiltin(tstate, bimod, "builtins", modules) < 0) {
  ------------------
  |  Branch (849:9): [True: 0, False: 2]
  ------------------
  850|      0|        goto error;
  851|      0|    }
  852|       |
  853|      2|    PyObject *builtins_dict = PyModule_GetDict(bimod);
  854|      2|    if (builtins_dict == NULL) {
  ------------------
  |  Branch (854:9): [True: 0, False: 2]
  ------------------
  855|      0|        goto error;
  856|      0|    }
  857|      2|    interp->builtins = Py_NewRef(builtins_dict);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  858|       |
  859|      2|    PyObject *isinstance = PyDict_GetItemWithError(builtins_dict, &_Py_ID(isinstance));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  860|      2|    if (!isinstance) {
  ------------------
  |  Branch (860:9): [True: 0, False: 2]
  ------------------
  861|      0|        goto error;
  862|      0|    }
  863|      2|    interp->callable_cache.isinstance = isinstance;
  864|       |
  865|      2|    PyObject *len = PyDict_GetItemWithError(builtins_dict, &_Py_ID(len));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  866|      2|    if (!len) {
  ------------------
  |  Branch (866:9): [True: 0, False: 2]
  ------------------
  867|      0|        goto error;
  868|      0|    }
  869|      2|    interp->callable_cache.len = len;
  870|       |
  871|      2|    PyObject *all = PyDict_GetItemWithError(builtins_dict, &_Py_ID(all));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  872|      2|    if (!all) {
  ------------------
  |  Branch (872:9): [True: 0, False: 2]
  ------------------
  873|      0|        goto error;
  874|      0|    }
  875|       |
  876|      2|    PyObject *any = PyDict_GetItemWithError(builtins_dict, &_Py_ID(any));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  877|      2|    if (!any) {
  ------------------
  |  Branch (877:9): [True: 0, False: 2]
  ------------------
  878|      0|        goto error;
  879|      0|    }
  880|       |
  881|      2|    interp->common_consts[CONSTANT_ASSERTIONERROR] = PyExc_AssertionError;
  ------------------
  |  |   71|      2|#define CONSTANT_ASSERTIONERROR 0
  ------------------
  882|      2|    interp->common_consts[CONSTANT_NOTIMPLEMENTEDERROR] = PyExc_NotImplementedError;
  ------------------
  |  |   72|      2|#define CONSTANT_NOTIMPLEMENTEDERROR 1
  ------------------
  883|      2|    interp->common_consts[CONSTANT_BUILTIN_TUPLE] = (PyObject *)&PyTuple_Type;
  ------------------
  |  |   73|      2|#define CONSTANT_BUILTIN_TUPLE 2
  ------------------
  884|      2|    interp->common_consts[CONSTANT_BUILTIN_ALL] = all;
  ------------------
  |  |   74|      2|#define CONSTANT_BUILTIN_ALL 3
  ------------------
  885|      2|    interp->common_consts[CONSTANT_BUILTIN_ANY] = any;
  ------------------
  |  |   75|      2|#define CONSTANT_BUILTIN_ANY 4
  ------------------
  886|      2|    interp->common_consts[CONSTANT_BUILTIN_LIST] = (PyObject *)&PyList_Type;
  ------------------
  |  |   76|      2|#define CONSTANT_BUILTIN_LIST 5
  ------------------
  887|      2|    interp->common_consts[CONSTANT_BUILTIN_SET] = (PyObject *)&PySet_Type;
  ------------------
  |  |   77|      2|#define CONSTANT_BUILTIN_SET 6
  ------------------
  888|      2|    interp->common_consts[CONSTANT_NONE] = Py_None;
  ------------------
  |  |   78|      2|#define CONSTANT_NONE 7
  ------------------
                  interp->common_consts[CONSTANT_NONE] = Py_None;
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  889|      2|    interp->common_consts[CONSTANT_EMPTY_STR] =
  ------------------
  |  |   79|      2|#define CONSTANT_EMPTY_STR 8
  ------------------
  890|      2|        Py_GetConstantBorrowed(Py_CONSTANT_EMPTY_STR);
  ------------------
  |  |  597|      2|#define Py_CONSTANT_EMPTY_STR 7
  ------------------
  891|      2|    interp->common_consts[CONSTANT_TRUE] = Py_True;
  ------------------
  |  |   80|      2|#define CONSTANT_TRUE 9
  ------------------
                  interp->common_consts[CONSTANT_TRUE] = Py_True;
  ------------------
  |  |   26|      2|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  892|      2|    interp->common_consts[CONSTANT_FALSE] = Py_False;
  ------------------
  |  |   81|      2|#define CONSTANT_FALSE 10
  ------------------
                  interp->common_consts[CONSTANT_FALSE] = Py_False;
  ------------------
  |  |   25|      2|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  893|      2|    interp->common_consts[CONSTANT_MINUS_ONE] =
  ------------------
  |  |   82|      2|#define CONSTANT_MINUS_ONE 11
  ------------------
  894|      2|        (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS - 1];
  ------------------
  |  |   59|      2|#define _PyLong_SMALL_INTS _Py_SINGLETON(small_ints)
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      (PyObject *)&_PyLong_SMALL_INTS[_PY_NSMALLNEGINTS - 1];
  ------------------
  |  |   98|      2|#define _PY_NSMALLNEGINTS           5
  ------------------
  895|     26|    for (int i = 0; i < NUM_COMMON_CONSTANTS; i++) {
  ------------------
  |  |   83|     26|#define NUM_COMMON_CONSTANTS 12
  ------------------
  |  Branch (895:21): [True: 24, False: 2]
  ------------------
  896|     24|        assert(interp->common_consts[i] != NULL);
  ------------------
  |  Branch (896:9): [True: 24, False: 0]
  ------------------
  897|     24|    }
  898|       |
  899|      2|    PyObject *list_append = _PyType_Lookup(&PyList_Type, &_Py_ID(append));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  900|      2|    if (list_append == NULL) {
  ------------------
  |  Branch (900:9): [True: 0, False: 2]
  ------------------
  901|      0|        goto error;
  902|      0|    }
  903|      2|    interp->callable_cache.list_append = list_append;
  904|       |
  905|      2|    PyObject *object__getattribute__ = _PyType_Lookup(&PyBaseObject_Type, &_Py_ID(__getattribute__));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  906|      2|    if (object__getattribute__ == NULL) {
  ------------------
  |  Branch (906:9): [True: 0, False: 2]
  ------------------
  907|      0|        goto error;
  908|      0|    }
  909|      2|    interp->callable_cache.object__getattribute__ = object__getattribute__;
  910|       |
  911|      2|    if (_PyType_InitSlotDefs(interp) < 0) {
  ------------------
  |  Branch (911:9): [True: 0, False: 2]
  ------------------
  912|      0|        return _PyStatus_ERR("failed to init slotdefs");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  913|      0|    }
  914|       |
  915|      2|    if (_PyBuiltins_AddExceptions(bimod) < 0) {
  ------------------
  |  Branch (915:9): [True: 0, False: 2]
  ------------------
  916|      0|        return _PyStatus_ERR("failed to add exceptions to builtins");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  917|      0|    }
  918|       |
  919|      2|    interp->builtins_copy = PyDict_Copy(interp->builtins);
  920|      2|    if (interp->builtins_copy == NULL) {
  ------------------
  |  Branch (920:9): [True: 0, False: 2]
  ------------------
  921|      0|        goto error;
  922|      0|    }
  923|      2|    Py_DECREF(bimod);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  924|       |
  925|      2|    if (_PyImport_InitDefaultImportFunc(interp) < 0) {
  ------------------
  |  Branch (925:9): [True: 0, False: 2]
  ------------------
  926|      0|        goto error;
  927|      0|    }
  928|       |
  929|      2|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (929:5): [True: 2, False: 0]
  ------------------
  930|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  931|       |
  932|      0|error:
  933|      0|    Py_XDECREF(bimod);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  934|      0|    return _PyStatus_ERR("can't initialize builtins module");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  935|      2|}
pylifecycle.c:pyinit_main:
 1594|      2|{
 1595|      2|    PyInterpreterState *interp = tstate->interp;
 1596|      2|    if (!_PyRuntimeState_GetCoreInitialized(interp->runtime)) {
  ------------------
  |  Branch (1596:9): [True: 0, False: 2]
  ------------------
 1597|      0|        return _PyStatus_ERR("runtime core not initialized");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1598|      0|    }
 1599|       |
 1600|      2|    if (_PyRuntimeState_GetInitialized(interp->runtime)) {
  ------------------
  |  Branch (1600:9): [True: 0, False: 2]
  ------------------
 1601|      0|        return pyinit_main_reconfigure(tstate);
 1602|      0|    }
 1603|       |
 1604|      2|    PyStatus status = init_interp_main(tstate);
 1605|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1606|      0|        return status;
 1607|      0|    }
 1608|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1609|      2|}
pylifecycle.c:interpreter_update_config:
  412|      2|{
  413|      2|    const PyConfig *config = &tstate->interp->config;
  414|       |
  415|      2|    if (!only_update_path_config) {
  ------------------
  |  Branch (415:9): [True: 0, False: 2]
  ------------------
  416|      0|        PyStatus status = _PyConfig_Write(config, tstate->interp->runtime);
  417|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  418|      0|            _PyErr_SetFromPyStatus(status);
  419|      0|            return -1;
  420|      0|        }
  421|      0|    }
  422|       |
  423|      2|    if (_Py_IsMainInterpreter(tstate->interp)) {
  ------------------
  |  Branch (423:9): [True: 2, False: 0]
  ------------------
  424|      2|        PyStatus status = _PyPathConfig_UpdateGlobal(config);
  425|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  426|      0|            _PyErr_SetFromPyStatus(status);
  427|      0|            return -1;
  428|      0|        }
  429|      2|    }
  430|       |
  431|      2|    tstate->interp->long_state.max_str_digits = config->int_max_str_digits;
  432|       |
  433|       |    // Update the sys module for the new configuration
  434|      2|    if (_PySys_UpdateConfig(tstate) < 0) {
  ------------------
  |  Branch (434:9): [True: 0, False: 2]
  ------------------
  435|      0|        return -1;
  436|      0|    }
  437|      2|    return 0;
  438|      2|}
pylifecycle.c:init_interp_main:
 1351|      2|{
 1352|      2|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1352:5): [True: 2, False: 0]
  ------------------
 1353|       |
 1354|      2|    PyStatus status;
 1355|      2|    int is_main_interp = _Py_IsMainInterpreter(tstate->interp);
 1356|      2|    PyInterpreterState *interp = tstate->interp;
 1357|      2|    const PyConfig *config = _PyInterpreterState_GetConfig(interp);
 1358|       |
 1359|      2|    if (!config->_install_importlib) {
  ------------------
  |  Branch (1359:9): [True: 0, False: 2]
  ------------------
 1360|       |        /* Special mode for freeze_importlib: run with no import system
 1361|       |         *
 1362|       |         * This means anything which needs support from extension modules
 1363|       |         * or pure Python code in the standard library won't work.
 1364|       |         */
 1365|      0|        if (is_main_interp) {
  ------------------
  |  Branch (1365:13): [True: 0, False: 0]
  ------------------
 1366|      0|            _PyRuntimeState_SetInitialized(interp->runtime, 1);
 1367|      0|        }
 1368|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1369|      0|    }
 1370|       |
 1371|       |    // Initialize the import-related configuration.
 1372|      2|    status = _PyConfig_InitImportConfig(&interp->config);
 1373|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1374|      0|        return status;
 1375|      0|    }
 1376|       |
 1377|      2|    if (interpreter_update_config(tstate, 1) < 0) {
  ------------------
  |  Branch (1377:9): [True: 0, False: 2]
  ------------------
 1378|      0|        return _PyStatus_ERR("failed to update the Python config");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1379|      0|    }
 1380|       |
 1381|      2|    status = _PyImport_InitExternal(tstate);
 1382|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1383|      0|        return status;
 1384|      0|    }
 1385|       |
 1386|      2|    if (is_main_interp) {
  ------------------
  |  Branch (1386:9): [True: 2, False: 0]
  ------------------
 1387|       |        /* initialize the faulthandler module */
 1388|      2|        status = _PyFaulthandler_Init(config->faulthandler);
 1389|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1390|      0|            return status;
 1391|      0|        }
 1392|      2|    }
 1393|       |
 1394|      2|    status = _PyUnicode_InitEncodings(tstate);
 1395|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1396|      0|        return status;
 1397|      0|    }
 1398|       |
 1399|      2|    if (is_main_interp) {
  ------------------
  |  Branch (1399:9): [True: 2, False: 0]
  ------------------
 1400|      2|        if (_PySignal_Init(config->install_signal_handlers) < 0) {
  ------------------
  |  Branch (1400:13): [True: 0, False: 2]
  ------------------
 1401|      0|            return _PyStatus_ERR("can't initialize signals");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1402|      0|        }
 1403|       |
 1404|      2|        if (config->tracemalloc) {
  ------------------
  |  Branch (1404:13): [True: 0, False: 2]
  ------------------
 1405|      0|           if (_PyTraceMalloc_Start(config->tracemalloc) < 0) {
  ------------------
  |  Branch (1405:16): [True: 0, False: 0]
  ------------------
 1406|      0|                return _PyStatus_ERR("can't start tracemalloc");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1407|      0|            }
 1408|      0|        }
 1409|       |
 1410|      2|#ifdef PY_HAVE_PERF_TRAMPOLINE
 1411|      2|        if (config->perf_profiling) {
  ------------------
  |  Branch (1411:13): [True: 0, False: 2]
  ------------------
 1412|      0|            _PyPerf_Callbacks *cur_cb;
 1413|      0|            if (config->perf_profiling == 1) {
  ------------------
  |  Branch (1413:17): [True: 0, False: 0]
  ------------------
 1414|      0|                cur_cb = &_Py_perfmap_callbacks;
 1415|      0|            }
 1416|      0|            else {
 1417|      0|                cur_cb = &_Py_perfmap_jit_callbacks;
 1418|      0|            }
 1419|      0|            if (_PyPerfTrampoline_SetCallbacks(cur_cb) < 0 ||
  ------------------
  |  Branch (1419:17): [True: 0, False: 0]
  ------------------
 1420|      0|                    _PyPerfTrampoline_Init(config->perf_profiling) < 0) {
  ------------------
  |  Branch (1420:21): [True: 0, False: 0]
  ------------------
 1421|      0|                return _PyStatus_ERR("can't initialize the perf trampoline");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1422|      0|            }
 1423|      0|        }
 1424|      2|#endif
 1425|      2|    }
 1426|       |
 1427|      2|    status = init_sys_streams(tstate);
 1428|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1429|      0|        return status;
 1430|      0|    }
 1431|       |
 1432|      2|    status = init_set_builtins_open();
 1433|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1434|      0|        return status;
 1435|      0|    }
 1436|       |
 1437|       |#ifdef __ANDROID__
 1438|       |    status = init_android_streams(tstate);
 1439|       |    if (_PyStatus_EXCEPTION(status)) {
 1440|       |        return status;
 1441|       |    }
 1442|       |#endif
 1443|       |#if defined(__APPLE__) && HAS_APPLE_SYSTEM_LOG
 1444|       |    if (config->use_system_logger) {
 1445|       |        status = init_apple_streams(tstate);
 1446|       |        if (_PyStatus_EXCEPTION(status)) {
 1447|       |            return status;
 1448|       |        }
 1449|       |    }
 1450|       |#endif
 1451|       |
 1452|       |#ifdef Py_DEBUG
 1453|       |    run_presite(tstate);
 1454|       |#endif
 1455|       |
 1456|      2|    status = add_main_module(interp);
 1457|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1458|      0|        return status;
 1459|      0|    }
 1460|       |
 1461|      2|    if (is_main_interp) {
  ------------------
  |  Branch (1461:9): [True: 2, False: 0]
  ------------------
 1462|       |        /* Initialize warnings. */
 1463|      2|        PyObject *warnoptions;
 1464|      2|        if (PySys_GetOptionalAttrString("warnoptions", &warnoptions) < 0) {
  ------------------
  |  Branch (1464:13): [True: 0, False: 2]
  ------------------
 1465|      0|            return _PyStatus_ERR("can't initialize warnings");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1466|      0|        }
 1467|      2|        if (warnoptions != NULL && PyList_Check(warnoptions) &&
  ------------------
  |  |   25|      2|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      4|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1467:13): [True: 2, False: 0]
  ------------------
 1468|      2|            PyList_Size(warnoptions) > 0)
  ------------------
  |  Branch (1468:13): [True: 0, False: 2]
  ------------------
 1469|      0|        {
 1470|      0|            PyObject *warnings_module = PyImport_ImportModule("warnings");
 1471|      0|            if (warnings_module == NULL) {
  ------------------
  |  Branch (1471:17): [True: 0, False: 0]
  ------------------
 1472|      0|                fprintf(stderr, "'import warnings' failed; traceback:\n");
 1473|      0|                _PyErr_Print(tstate);
 1474|      0|            }
 1475|      0|            Py_XDECREF(warnings_module);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1476|      0|        }
 1477|      2|        Py_XDECREF(warnoptions);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1478|      2|    }
 1479|       |
 1480|      2|    if (config->site_import) {
  ------------------
  |  Branch (1480:9): [True: 2, False: 0]
  ------------------
 1481|      2|        status = init_import_site();
 1482|      2|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 1483|      0|            return status;
 1484|      0|        }
 1485|      2|    }
 1486|       |
 1487|       |    // Initialize lazy imports based on configuration. Do this after site
 1488|       |    // module is imported to avoid circular imports during startup.
 1489|      2|    if (config->lazy_imports != -1) {
  ------------------
  |  Branch (1489:9): [True: 0, False: 2]
  ------------------
 1490|      0|        PyImport_LazyImportsMode lazy_mode;
 1491|      0|        if (config->lazy_imports == 1) {
  ------------------
  |  Branch (1491:13): [True: 0, False: 0]
  ------------------
 1492|      0|            lazy_mode = PyImport_LAZY_ALL;
 1493|      0|        }
 1494|      0|        else {
 1495|      0|            lazy_mode = PyImport_LAZY_NONE;
 1496|      0|        }
 1497|      0|        if (PyImport_SetLazyImportsMode(lazy_mode) < 0) {
  ------------------
  |  Branch (1497:13): [True: 0, False: 0]
  ------------------
 1498|      0|            return _PyStatus_ERR("failed to set lazy imports mode");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1499|      0|        }
 1500|      0|    }
 1501|       |    // If config->lazy_imports == -1, use the default mode, no change needed.
 1502|       |
 1503|      2|    if (is_main_interp) {
  ------------------
  |  Branch (1503:9): [True: 2, False: 0]
  ------------------
 1504|      2|#ifndef MS_WINDOWS
 1505|      2|        emit_stderr_warning_for_legacy_locale(interp->runtime);
 1506|      2|#endif
 1507|      2|    }
 1508|       |
 1509|       |    // Turn on experimental tier 2 (uops-based) optimizer
 1510|       |    // This is also needed when the JIT is enabled
 1511|       |#ifdef _Py_TIER2
 1512|       |    if (is_main_interp) {
 1513|       |        int enabled = 1;
 1514|       |#if _Py_TIER2 & 2
 1515|       |        enabled = 0;
 1516|       |#endif
 1517|       |        char *env = Py_GETENV("PYTHON_JIT");
 1518|       |        if (env && *env != '\0') {
 1519|       |            // PYTHON_JIT=0|1 overrides the default
 1520|       |            enabled = *env != '0';
 1521|       |        }
 1522|       |        if (enabled) {
 1523|       |#ifdef _Py_JIT
 1524|       |            // perf profiler works fine with tier 2 interpreter, so
 1525|       |            // only checking for a "real JIT".
 1526|       |            if (config->perf_profiling > 0) {
 1527|       |                (void)PyErr_WarnEx(
 1528|       |                    PyExc_RuntimeWarning,
 1529|       |                    "JIT deactivated as perf profiling support is active",
 1530|       |                    0);
 1531|       |            } else
 1532|       |#endif
 1533|       |            {
 1534|       |                interp->jit = true;
 1535|       |            }
 1536|       |        }
 1537|       |    }
 1538|       |#endif
 1539|       |
 1540|      2|    if (!is_main_interp) {
  ------------------
  |  Branch (1540:9): [True: 0, False: 2]
  ------------------
 1541|       |        // The main interpreter is handled in Py_Main(), for now.
 1542|      0|        if (config->sys_path_0 != NULL) {
  ------------------
  |  Branch (1542:13): [True: 0, False: 0]
  ------------------
 1543|      0|            PyObject *path0 = PyUnicode_FromWideChar(config->sys_path_0, -1);
 1544|      0|            if (path0 == NULL) {
  ------------------
  |  Branch (1544:17): [True: 0, False: 0]
  ------------------
 1545|      0|                return _PyStatus_ERR("can't initialize sys.path[0]");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1546|      0|            }
 1547|      0|            PyObject *sysdict = interp->sysdict;
 1548|      0|            if (sysdict == NULL) {
  ------------------
  |  Branch (1548:17): [True: 0, False: 0]
  ------------------
 1549|      0|                Py_DECREF(path0);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1550|      0|                return _PyStatus_ERR("can't initialize sys.path[0]");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1551|      0|            }
 1552|      0|            PyObject *sys_path = PyDict_GetItemWithError(sysdict, &_Py_ID(path));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1553|      0|            if (sys_path == NULL) {
  ------------------
  |  Branch (1553:17): [True: 0, False: 0]
  ------------------
 1554|      0|                Py_DECREF(path0);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1555|      0|                return _PyStatus_ERR("can't initialize sys.path[0]");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1556|      0|            }
 1557|      0|            int res = PyList_Insert(sys_path, 0, path0);
 1558|      0|            Py_DECREF(path0);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1559|      0|            if (res) {
  ------------------
  |  Branch (1559:17): [True: 0, False: 0]
  ------------------
 1560|      0|                return _PyStatus_ERR("can't initialize sys.path[0]");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1561|      0|            }
 1562|      0|        }
 1563|      0|    }
 1564|       |
 1565|       |
 1566|      2|    interp->dict_state.watchers[0] = &builtins_dict_watcher;
 1567|      2|    if (PyDict_Watch(0, interp->builtins) != 0) {
  ------------------
  |  Branch (1567:9): [True: 0, False: 2]
  ------------------
 1568|      0|        return _PyStatus_ERR("failed to set builtin dict watcher");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 1569|      0|    }
 1570|       |
 1571|      2|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (1571:5): [True: 2, False: 0]
  ------------------
 1572|       |
 1573|      2|    if (is_main_interp) {
  ------------------
  |  Branch (1573:9): [True: 2, False: 0]
  ------------------
 1574|      2|        _PyRuntimeState_SetInitialized(interp->runtime, 1);
 1575|      2|    }
 1576|       |
 1577|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 1578|      2|}
pylifecycle.c:init_sys_streams:
 3153|      2|{
 3154|      2|    PyObject *iomod = NULL;
 3155|      2|    PyObject *std = NULL;
 3156|      2|    int fd;
 3157|      2|    PyObject * encoding_attr;
 3158|      2|    PyStatus res = _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3159|      2|    const PyConfig *config = _PyInterpreterState_GetConfig(tstate->interp);
 3160|       |
 3161|       |    /* Check that stdin is not a directory
 3162|       |       Using shell redirection, you can redirect stdin to a directory,
 3163|       |       crashing the Python interpreter. Catch this common mistake here
 3164|       |       and output a useful error message. Note that under MS Windows,
 3165|       |       the shell already prevents that. */
 3166|      2|#ifndef MS_WINDOWS
 3167|      2|    struct _Py_stat_struct sb;
 3168|      2|    if (_Py_fstat_noraise(fileno(stdin), &sb) == 0 &&
  ------------------
  |  Branch (3168:9): [True: 2, False: 0]
  ------------------
 3169|      2|        S_ISDIR(sb.st_mode)) {
  ------------------
  |  Branch (3169:9): [True: 0, False: 2]
  ------------------
 3170|      0|        return _PyStatus_ERR("<stdin> is a directory, cannot continue");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 3171|      0|    }
 3172|      2|#endif
 3173|       |
 3174|      2|    if (!(iomod = PyImport_ImportModule("_io"))) {
  ------------------
  |  Branch (3174:9): [True: 0, False: 2]
  ------------------
 3175|      0|        goto error;
 3176|      0|    }
 3177|       |
 3178|       |    /* Set sys.stdin */
 3179|      2|    fd = fileno(stdin);
 3180|       |    /* Under some conditions stdin, stdout and stderr may not be connected
 3181|       |     * and fileno() may point to an invalid file descriptor. For example
 3182|       |     * GUI apps don't have valid standard streams by default.
 3183|       |     */
 3184|      2|    std = create_stdio(config, iomod, fd, 0, "<stdin>",
 3185|      2|                       config->stdio_encoding,
 3186|      2|                       config->stdio_errors);
 3187|      2|    if (std == NULL)
  ------------------
  |  Branch (3187:9): [True: 0, False: 2]
  ------------------
 3188|      0|        goto error;
 3189|      2|    PySys_SetObject("__stdin__", std);
 3190|      2|    _PySys_SetAttr(&_Py_ID(stdin), std);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3191|      2|    Py_DECREF(std);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3192|       |
 3193|       |    /* Set sys.stdout */
 3194|      2|    fd = fileno(stdout);
 3195|      2|    std = create_stdio(config, iomod, fd, 1, "<stdout>",
 3196|      2|                       config->stdio_encoding,
 3197|      2|                       config->stdio_errors);
 3198|      2|    if (std == NULL)
  ------------------
  |  Branch (3198:9): [True: 0, False: 2]
  ------------------
 3199|      0|        goto error;
 3200|      2|    PySys_SetObject("__stdout__", std);
 3201|      2|    _PySys_SetAttr(&_Py_ID(stdout), std);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3202|      2|    Py_DECREF(std);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3203|       |
 3204|      2|#if 1 /* Disable this if you have trouble debugging bootstrap stuff */
 3205|       |    /* Set sys.stderr, replaces the preliminary stderr */
 3206|      2|    fd = fileno(stderr);
 3207|      2|    std = create_stdio(config, iomod, fd, 1, "<stderr>",
 3208|      2|                       config->stdio_encoding,
 3209|      2|                       L"backslashreplace");
 3210|      2|    if (std == NULL)
  ------------------
  |  Branch (3210:9): [True: 0, False: 2]
  ------------------
 3211|      0|        goto error;
 3212|       |
 3213|       |    /* Same as hack above, pre-import stderr's codec to avoid recursion
 3214|       |       when import.c tries to write to stderr in verbose mode. */
 3215|      2|    encoding_attr = PyObject_GetAttrString(std, "encoding");
 3216|      2|    if (encoding_attr != NULL) {
  ------------------
  |  Branch (3216:9): [True: 2, False: 0]
  ------------------
 3217|      2|        const char *std_encoding = PyUnicode_AsUTF8(encoding_attr);
 3218|      2|        if (std_encoding != NULL) {
  ------------------
  |  Branch (3218:13): [True: 2, False: 0]
  ------------------
 3219|      2|            PyObject *codec_info = _PyCodec_Lookup(std_encoding);
 3220|      2|            Py_XDECREF(codec_info);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3221|      2|        }
 3222|      2|        Py_DECREF(encoding_attr);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3223|      2|    }
 3224|      2|    _PyErr_Clear(tstate);  /* Not a fatal error if codec isn't available */
 3225|       |
 3226|      2|    if (PySys_SetObject("__stderr__", std) < 0) {
  ------------------
  |  Branch (3226:9): [True: 0, False: 2]
  ------------------
 3227|      0|        Py_DECREF(std);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3228|      0|        goto error;
 3229|      0|    }
 3230|      2|    if (_PySys_SetAttr(&_Py_ID(stderr), std) < 0) {
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3230:9): [True: 0, False: 2]
  ------------------
 3231|      0|        Py_DECREF(std);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3232|      0|        goto error;
 3233|      0|    }
 3234|      2|    Py_DECREF(std);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3235|      2|#endif
 3236|       |
 3237|      2|    goto done;
 3238|       |
 3239|      0|error:
 3240|      0|    res = _PyStatus_ERR("can't initialize sys standard streams");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 3241|       |
 3242|      2|done:
 3243|      2|    Py_XDECREF(iomod);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3244|      2|    return res;
 3245|      0|}
pylifecycle.c:create_stdio:
 2981|      6|{
 2982|      6|    PyObject *buf = NULL, *stream = NULL, *text = NULL, *raw = NULL, *res;
 2983|      6|    const char* mode;
 2984|      6|    const char* newline;
 2985|      6|    PyObject *line_buffering, *write_through;
 2986|      6|    int buffering, isatty;
 2987|      6|    const int buffered_stdio = config->buffered_stdio;
 2988|       |
 2989|      6|    if (!_Py_IsValidFD(fd)) {
  ------------------
  |  Branch (2989:9): [True: 0, False: 6]
  ------------------
 2990|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2991|      0|    }
 2992|       |
 2993|       |    /* stdin is always opened in buffered mode, first because it shouldn't
 2994|       |       make a difference in common use cases, second because TextIOWrapper
 2995|       |       depends on the presence of a read1() method which only exists on
 2996|       |       buffered streams.
 2997|       |    */
 2998|      6|    if (!buffered_stdio && write_mode)
  ------------------
  |  Branch (2998:9): [True: 0, False: 6]
  |  Branch (2998:28): [True: 0, False: 0]
  ------------------
 2999|      0|        buffering = 0;
 3000|      6|    else
 3001|      6|        buffering = -1;
 3002|      6|    if (write_mode)
  ------------------
  |  Branch (3002:9): [True: 4, False: 2]
  ------------------
 3003|      4|        mode = "wb";
 3004|      2|    else
 3005|      2|        mode = "rb";
 3006|      6|    buf = _PyObject_CallMethod(io, &_Py_ID(open), "isiOOOO",
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3007|      6|                               fd, mode, buffering,
 3008|      6|                               Py_None, Py_None, /* encoding, errors */
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
                                             Py_None, Py_None, /* encoding, errors */
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
 3009|      6|                               Py_None, Py_False); /* newline, closefd */
  ------------------
  |  |  616|      6|#  define Py_None (&_Py_NoneStruct)
  ------------------
                                             Py_None, Py_False); /* newline, closefd */
  ------------------
  |  |   25|      6|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3010|      6|    if (buf == NULL)
  ------------------
  |  Branch (3010:9): [True: 0, False: 6]
  ------------------
 3011|      0|        goto error;
 3012|       |
 3013|      6|    if (buffering) {
  ------------------
  |  Branch (3013:9): [True: 6, False: 0]
  ------------------
 3014|      6|        raw = PyObject_GetAttr(buf, &_Py_ID(raw));
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3015|      6|        if (raw == NULL)
  ------------------
  |  Branch (3015:13): [True: 0, False: 6]
  ------------------
 3016|      0|            goto error;
 3017|      6|    }
 3018|      0|    else {
 3019|      0|        raw = Py_NewRef(buf);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3020|      0|    }
 3021|       |
 3022|       |#ifdef HAVE_WINDOWS_CONSOLE_IO
 3023|       |    /* Windows console IO is always UTF-8 encoded */
 3024|       |    PyTypeObject *winconsoleio_type = (PyTypeObject *)PyImport_ImportModuleAttr(
 3025|       |            &_Py_ID(_io), &_Py_ID(_WindowsConsoleIO));
 3026|       |    if (winconsoleio_type == NULL) {
 3027|       |        goto error;
 3028|       |    }
 3029|       |    int is_subclass = PyObject_TypeCheck(raw, winconsoleio_type);
 3030|       |    Py_DECREF(winconsoleio_type);
 3031|       |    if (is_subclass) {
 3032|       |        encoding = L"utf-8";
 3033|       |    }
 3034|       |#endif
 3035|       |
 3036|      6|    text = PyUnicode_FromString(name);
 3037|      6|    if (text == NULL || PyObject_SetAttr(raw, &_Py_ID(name), text) < 0)
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3037:9): [True: 0, False: 6]
  |  Branch (3037:25): [True: 0, False: 6]
  ------------------
 3038|      0|        goto error;
 3039|      6|    res = PyObject_CallMethodNoArgs(raw, &_Py_ID(isatty));
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3040|      6|    if (res == NULL)
  ------------------
  |  Branch (3040:9): [True: 0, False: 6]
  ------------------
 3041|      0|        goto error;
 3042|      6|    isatty = PyObject_IsTrue(res);
 3043|      6|    Py_DECREF(res);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3044|      6|    if (isatty == -1)
  ------------------
  |  Branch (3044:9): [True: 0, False: 6]
  ------------------
 3045|      0|        goto error;
 3046|      6|    if (!buffered_stdio)
  ------------------
  |  Branch (3046:9): [True: 0, False: 6]
  ------------------
 3047|      0|        write_through = Py_True;
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3048|      6|    else
 3049|      6|        write_through = Py_False;
  ------------------
  |  |   25|      6|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3050|      6|    if (buffered_stdio && (isatty || fd == fileno(stderr)))
  ------------------
  |  Branch (3050:9): [True: 6, False: 0]
  |  Branch (3050:28): [True: 0, False: 6]
  |  Branch (3050:38): [True: 2, False: 4]
  ------------------
 3051|      2|        line_buffering = Py_True;
  ------------------
  |  |   26|      2|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3052|      4|    else
 3053|      4|        line_buffering = Py_False;
  ------------------
  |  |   25|      4|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3054|       |
 3055|      6|    Py_CLEAR(raw);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  488|      6|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      6|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      6|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      6|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 3056|      6|    Py_CLEAR(text);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  488|      6|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      6|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      6|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      6|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 3057|       |
 3058|       |#ifdef MS_WINDOWS
 3059|       |    /* sys.stdin: enable universal newline mode, translate "\r\n" and "\r"
 3060|       |       newlines to "\n".
 3061|       |       sys.stdout and sys.stderr: translate "\n" to "\r\n". */
 3062|       |    newline = NULL;
 3063|       |#else
 3064|       |    /* sys.stdin: split lines at "\n".
 3065|       |       sys.stdout and sys.stderr: don't translate newlines (use "\n"). */
 3066|      6|    newline = "\n";
 3067|      6|#endif
 3068|       |
 3069|      6|    PyObject *encoding_str = PyUnicode_FromWideChar(encoding, -1);
 3070|      6|    if (encoding_str == NULL) {
  ------------------
  |  Branch (3070:9): [True: 0, False: 6]
  ------------------
 3071|      0|        Py_CLEAR(buf);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3072|      0|        goto error;
 3073|      0|    }
 3074|       |
 3075|      6|    PyObject *errors_str = PyUnicode_FromWideChar(errors, -1);
 3076|      6|    if (errors_str == NULL) {
  ------------------
  |  Branch (3076:9): [True: 0, False: 6]
  ------------------
 3077|      0|        Py_CLEAR(buf);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3078|      0|        Py_CLEAR(encoding_str);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3079|      0|        goto error;
 3080|      0|    }
 3081|       |
 3082|      6|    stream = _PyObject_CallMethod(io, &_Py_ID(TextIOWrapper), "OOOsOO",
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3083|      6|                                  buf, encoding_str, errors_str,
 3084|      6|                                  newline, line_buffering, write_through);
 3085|      6|    Py_CLEAR(buf);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  488|      6|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      6|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      6|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      6|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 3086|      6|    Py_CLEAR(encoding_str);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  488|      6|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      6|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      6|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      6|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 3087|      6|    Py_CLEAR(errors_str);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  488|      6|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      6|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      6|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      6|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 3088|      6|    if (stream == NULL)
  ------------------
  |  Branch (3088:9): [True: 0, False: 6]
  ------------------
 3089|      0|        goto error;
 3090|       |
 3091|      6|    if (write_mode)
  ------------------
  |  Branch (3091:9): [True: 4, False: 2]
  ------------------
 3092|      4|        mode = "w";
 3093|      2|    else
 3094|      2|        mode = "r";
 3095|      6|    text = PyUnicode_FromString(mode);
 3096|      6|    if (!text || PyObject_SetAttr(stream, &_Py_ID(mode), text) < 0)
  ------------------
  |  |  917|      6|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      6|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      6|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3096:9): [True: 0, False: 6]
  |  Branch (3096:18): [True: 0, False: 6]
  ------------------
 3097|      0|        goto error;
 3098|      6|    Py_CLEAR(text);
  ------------------
  |  |  484|      6|    do { \
  |  |  485|      6|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      6|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      6|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      6|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 6, False: 0]
  |  |  ------------------
  |  |  488|      6|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      6|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      6|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      6|        } \
  |  |  491|      6|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 6]
  |  |  ------------------
  ------------------
 3099|      6|    return stream;
 3100|       |
 3101|      0|error:
 3102|      0|    Py_XDECREF(buf);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3103|      0|    Py_XDECREF(stream);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3104|      0|    Py_XDECREF(text);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3105|      0|    Py_XDECREF(raw);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3106|       |
 3107|      0|    if (PyErr_ExceptionMatches(PyExc_OSError) && !_Py_IsValidFD(fd)) {
  ------------------
  |  Branch (3107:9): [True: 0, False: 0]
  |  Branch (3107:50): [True: 0, False: 0]
  ------------------
 3108|       |        /* Issue #24891: the file descriptor was closed after the first
 3109|       |           _Py_IsValidFD() check was called. Ignore the OSError and set the
 3110|       |           stream to None. */
 3111|      0|        PyErr_Clear();
 3112|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 3113|      0|    }
 3114|      0|    return NULL;
 3115|      0|}
pylifecycle.c:init_set_builtins_open:
 3120|      2|{
 3121|      2|    PyObject *wrapper;
 3122|      2|    PyObject *bimod = NULL;
 3123|      2|    PyStatus res = _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3124|       |
 3125|      2|    if (!(bimod = PyImport_ImportModule("builtins"))) {
  ------------------
  |  Branch (3125:9): [True: 0, False: 2]
  ------------------
 3126|      0|        goto error;
 3127|      0|    }
 3128|       |
 3129|      2|    if (!(wrapper = PyImport_ImportModuleAttrString("_io", "open"))) {
  ------------------
  |  Branch (3129:9): [True: 0, False: 2]
  ------------------
 3130|      0|        goto error;
 3131|      0|    }
 3132|       |
 3133|       |    /* Set builtins.open */
 3134|      2|    if (PyObject_SetAttrString(bimod, "open", wrapper) == -1) {
  ------------------
  |  Branch (3134:9): [True: 0, False: 2]
  ------------------
 3135|      0|        Py_DECREF(wrapper);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3136|      0|        goto error;
 3137|      0|    }
 3138|      2|    Py_DECREF(wrapper);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3139|      2|    goto done;
 3140|       |
 3141|      0|error:
 3142|      0|    res = _PyStatus_ERR("can't initialize io.open");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 3143|       |
 3144|      2|done:
 3145|      2|    Py_XDECREF(bimod);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3146|      2|    return res;
 3147|      0|}
pylifecycle.c:add_main_module:
 2914|      2|{
 2915|      2|    PyObject *m, *d;
 2916|      2|    m = PyImport_AddModuleObject(&_Py_ID(__main__));
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2917|      2|    if (m == NULL)
  ------------------
  |  Branch (2917:9): [True: 0, False: 2]
  ------------------
 2918|      0|        return _PyStatus_ERR("can't create __main__ module");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2919|       |
 2920|      2|    d = PyModule_GetDict(m);
 2921|       |
 2922|      2|    int has_builtins = PyDict_ContainsString(d, "__builtins__");
 2923|      2|    if (has_builtins < 0) {
  ------------------
  |  Branch (2923:9): [True: 0, False: 2]
  ------------------
 2924|      0|        return _PyStatus_ERR("Failed to test __main__.__builtins__");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2925|      0|    }
 2926|      2|    if (!has_builtins) {
  ------------------
  |  Branch (2926:9): [True: 2, False: 0]
  ------------------
 2927|      2|        PyObject *bimod = PyImport_ImportModule("builtins");
 2928|      2|        if (bimod == NULL) {
  ------------------
  |  Branch (2928:13): [True: 0, False: 2]
  ------------------
 2929|      0|            return _PyStatus_ERR("Failed to retrieve builtins module");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2930|      0|        }
 2931|      2|        if (PyDict_SetItemString(d, "__builtins__", bimod) < 0) {
  ------------------
  |  Branch (2931:13): [True: 0, False: 2]
  ------------------
 2932|      0|            return _PyStatus_ERR("Failed to initialize __main__.__builtins__");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2933|      0|        }
 2934|      2|        Py_DECREF(bimod);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2935|      2|    }
 2936|       |
 2937|       |    /* Main is a little special - BuiltinImporter is the most appropriate
 2938|       |     * initial setting for its __loader__ attribute. A more suitable value
 2939|       |     * will be set if __main__ gets further initialized later in the startup
 2940|       |     * process.
 2941|       |     */
 2942|      2|    PyObject *loader;
 2943|      2|    if (PyDict_GetItemStringRef(d, "__loader__", &loader) < 0) {
  ------------------
  |  Branch (2943:9): [True: 0, False: 2]
  ------------------
 2944|      0|        return _PyStatus_ERR("Failed to test __main__.__loader__");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2945|      0|    }
 2946|      2|    int has_loader = !(loader == NULL || loader == Py_None);
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (2946:24): [True: 0, False: 2]
  |  Branch (2946:42): [True: 2, False: 0]
  ------------------
 2947|      2|    Py_XDECREF(loader);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2948|      2|    if (!has_loader) {
  ------------------
  |  Branch (2948:9): [True: 2, False: 0]
  ------------------
 2949|      2|        PyObject *loader = _PyImport_GetImportlibLoader(interp,
 2950|      2|                                                        "BuiltinImporter");
 2951|      2|        if (loader == NULL) {
  ------------------
  |  Branch (2951:13): [True: 0, False: 2]
  ------------------
 2952|      0|            return _PyStatus_ERR("Failed to retrieve BuiltinImporter");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2953|      0|        }
 2954|      2|        if (PyDict_SetItemString(d, "__loader__", loader) < 0) {
  ------------------
  |  Branch (2954:13): [True: 0, False: 2]
  ------------------
 2955|      0|            return _PyStatus_ERR("Failed to initialize __main__.__loader__");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2956|      0|        }
 2957|      2|        Py_DECREF(loader);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2958|      2|    }
 2959|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2960|      2|}
pylifecycle.c:init_import_site:
 2966|      2|{
 2967|      2|    PyObject *m;
 2968|      2|    m = PyImport_ImportModule("site");
 2969|      2|    if (m == NULL) {
  ------------------
  |  Branch (2969:9): [True: 0, False: 2]
  ------------------
 2970|      0|        return _PyStatus_ERR("Failed to import the site module");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 2971|      0|    }
 2972|      2|    Py_DECREF(m);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2973|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2974|      2|}
pylifecycle.c:emit_stderr_warning_for_legacy_locale:
  239|      2|{
  240|      2|    const PyPreConfig *preconfig = &runtime->preconfig;
  241|      2|    if (preconfig->coerce_c_locale_warn && _Py_LegacyLocaleDetected(1)) {
  ------------------
  |  Branch (241:9): [True: 0, False: 2]
  |  Branch (241:44): [True: 0, False: 0]
  ------------------
  242|      0|        PySys_FormatStderr("%s", _C_LOCALE_WARNING);
  243|      0|    }
  244|      2|}

_PyRuntimeState_Init:
  353|      2|{
  354|       |    /* We preserve the hook across init, because there is
  355|       |       currently no public API to set it between runtime
  356|       |       initialization and interpreter initialization. */
  357|      2|    void *open_code_hook = runtime->open_code_hook;
  358|      2|    void *open_code_userdata = runtime->open_code_userdata;
  359|      2|    _Py_AuditHookEntry *audit_hook_head = runtime->audit_hooks.head;
  360|       |    // bpo-42882: Preserve next_index value if Py_Initialize()/Py_Finalize()
  361|       |    // is called multiple times.
  362|      2|    Py_ssize_t unicode_next_index = runtime->unicode_state.ids.next_index;
  363|       |
  364|      2|    if (runtime->_initialized) {
  ------------------
  |  Branch (364:9): [True: 0, False: 2]
  ------------------
  365|       |        // Py_Initialize() must be running again.
  366|       |        // Reset to _PyRuntimeState_INIT.
  367|      0|        memcpy(runtime, &initial, sizeof(*runtime));
  368|       |        // Preserve the cookie from the original runtime.
  369|      0|        memcpy(runtime->debug_offsets.cookie, _Py_Debug_Cookie, 8);
  ------------------
  |  |   12|      0|#define _Py_Debug_Cookie "xdebugpy"
  ------------------
  370|      0|        assert(!runtime->_initialized);
  ------------------
  |  Branch (370:9): [True: 0, False: 0]
  ------------------
  371|      0|    }
  372|       |
  373|      2|    PyStatus status = _PyTime_Init(&runtime->time);
  374|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  375|      0|        return status;
  376|      0|    }
  377|       |
  378|      2|    init_runtime(runtime, open_code_hook, open_code_userdata, audit_hook_head,
  379|      2|                 unicode_next_index);
  380|       |
  381|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  382|      2|}
_PyInterpreterState_Enable:
  443|      2|{
  444|      2|    struct pyinterpreters *interpreters = &runtime->interpreters;
  445|      2|    interpreters->next_id = 0;
  446|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  447|      2|}
_PyInterpreterState_New:
  679|      2|{
  680|      2|    *pinterp = NULL;
  681|       |
  682|       |    // Don't get runtime from tstate since tstate can be NULL
  683|      2|    _PyRuntimeState *runtime = &_PyRuntime;
  684|       |
  685|       |    // tstate is NULL when pycore_create_interpreter() calls
  686|       |    // _PyInterpreterState_New() to create the main interpreter.
  687|      2|    if (tstate != NULL) {
  ------------------
  |  Branch (687:9): [True: 0, False: 2]
  ------------------
  688|      0|        if (_PySys_Audit(tstate, "cpython.PyInterpreterState_New", NULL) < 0) {
  ------------------
  |  Branch (688:13): [True: 0, False: 0]
  ------------------
  689|      0|            return _PyStatus_ERR("sys.audit failed");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  690|      0|        }
  691|      0|    }
  692|       |
  693|       |    /* We completely serialize creation of multiple interpreters, since
  694|       |       it simplifies things here and blocking concurrent calls isn't a problem.
  695|       |       Regardless, we must fully block subinterpreter creation until
  696|       |       after the main interpreter is created. */
  697|      2|    HEAD_LOCK(runtime);
  ------------------
  |  |  266|      2|    PyMutex_LockFlags(&(runtime)->interpreters.mutex, _Py_LOCK_DONT_DETACH)
  ------------------
  698|       |
  699|      2|    struct pyinterpreters *interpreters = &runtime->interpreters;
  700|      2|    int64_t id = interpreters->next_id;
  701|      2|    interpreters->next_id += 1;
  702|       |
  703|       |    // Allocate the interpreter and add it to the runtime state.
  704|      2|    PyInterpreterState *interp;
  705|      2|    PyStatus status;
  706|      2|    PyInterpreterState *old_head = interpreters->head;
  707|      2|    if (old_head == NULL) {
  ------------------
  |  Branch (707:9): [True: 2, False: 0]
  ------------------
  708|       |        // We are creating the main interpreter.
  709|      2|        assert(interpreters->main == NULL);
  ------------------
  |  Branch (709:9): [True: 2, False: 0]
  ------------------
  710|      2|        assert(id == 0);
  ------------------
  |  Branch (710:9): [True: 2, False: 0]
  ------------------
  711|       |
  712|      2|        interp = &runtime->_main_interpreter;
  713|      2|        assert(interp->id == 0);
  ------------------
  |  Branch (713:9): [True: 2, False: 0]
  ------------------
  714|      2|        assert(interp->next == NULL);
  ------------------
  |  Branch (714:9): [True: 2, False: 0]
  ------------------
  715|       |
  716|      2|        interpreters->main = interp;
  717|      2|    }
  718|      0|    else {
  719|      0|        assert(interpreters->main != NULL);
  ------------------
  |  Branch (719:9): [True: 0, False: 0]
  ------------------
  720|      0|        assert(id != 0);
  ------------------
  |  Branch (720:9): [True: 0, False: 0]
  ------------------
  721|       |
  722|      0|        interp = alloc_interpreter();
  723|      0|        if (interp == NULL) {
  ------------------
  |  Branch (723:13): [True: 0, False: 0]
  ------------------
  724|      0|            status = _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  725|      0|            goto error;
  726|      0|        }
  727|       |        // Set to _PyInterpreterState_INIT.
  728|      0|        memcpy(interp, &initial._main_interpreter, sizeof(*interp));
  729|       |
  730|      0|        if (id < 0) {
  ------------------
  |  Branch (730:13): [True: 0, False: 0]
  ------------------
  731|       |            /* overflow or Py_Initialize() not called yet! */
  732|      0|            status = _PyStatus_ERR("failed to get an interpreter ID");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  733|      0|            goto error;
  734|      0|        }
  735|      0|    }
  736|      2|    interpreters->head = interp;
  737|       |
  738|      2|    long whence = _PyInterpreterState_WHENCE_UNKNOWN;
  ------------------
  |  |   17|      2|#define _PyInterpreterState_WHENCE_UNKNOWN 0
  ------------------
  739|      2|    status = init_interpreter(interp, runtime,
  740|      2|                              id, old_head, whence);
  741|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
  742|      0|        goto error;
  743|      0|    }
  744|       |
  745|      2|    HEAD_UNLOCK(runtime);
  ------------------
  |  |  268|      2|    PyMutex_Unlock(&(runtime)->interpreters.mutex)
  |  |  ------------------
  |  |  |  |   70|      2|#define PyMutex_Unlock _PyMutex_Unlock
  |  |  ------------------
  ------------------
  746|       |
  747|      2|    assert(interp != NULL);
  ------------------
  |  Branch (747:5): [True: 2, False: 0]
  ------------------
  748|      2|    *pinterp = interp;
  749|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  750|       |
  751|      0|error:
  752|      0|    HEAD_UNLOCK(runtime);
  ------------------
  |  |  268|      0|    PyMutex_Unlock(&(runtime)->interpreters.mutex)
  |  |  ------------------
  |  |  |  |   70|      0|#define PyMutex_Unlock _PyMutex_Unlock
  |  |  ------------------
  ------------------
  753|       |
  754|      0|    if (interp != NULL) {
  ------------------
  |  Branch (754:9): [True: 0, False: 0]
  ------------------
  755|      0|        free_interpreter(interp);
  756|      0|    }
  757|      0|    return status;
  758|      2|}
_PyInterpreterState_SetWhence:
 1190|      2|{
 1191|      2|    assert(interp->_whence != _PyInterpreterState_WHENCE_NOTSET);
  ------------------
  |  Branch (1191:5): [True: 2, False: 0]
  ------------------
 1192|      2|    assert(check_interpreter_whence(whence) == 0);
  ------------------
  |  Branch (1192:5): [True: 2, False: 0]
  ------------------
 1193|      2|    interp->_whence = whence;
 1194|      2|}
_PyThreadState_New:
 1700|      2|{
 1701|      2|    return new_threadstate(interp, whence);
 1702|      2|}
_PyThreadState_Attach:
 2219|    796|{
 2220|       |#if defined(Py_DEBUG)
 2221|       |    // This is called from PyEval_RestoreThread(). Similar
 2222|       |    // to it, we need to ensure errno doesn't change.
 2223|       |    int err = errno;
 2224|       |#endif
 2225|       |
 2226|    796|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|    796|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
 2227|    796|    if (current_fast_get() != NULL) {
  ------------------
  |  Branch (2227:9): [True: 0, False: 796]
  ------------------
 2228|      0|        Py_FatalError("non-NULL old thread state");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
 2229|      0|    }
 2230|    796|    _PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
 2231|    796|    if (_tstate->c_stack_hard_limit == 0) {
  ------------------
  |  Branch (2231:9): [True: 2, False: 794]
  ------------------
 2232|      2|        _Py_InitializeRecursionLimits(tstate);
 2233|      2|    }
 2234|       |
 2235|    796|    while (1) {
  ------------------
  |  Branch (2235:12): [True: 796, Folded]
  ------------------
 2236|    796|        _PyEval_AcquireLock(tstate);
 2237|       |
 2238|       |        // XXX assert(tstate_is_alive(tstate));
 2239|    796|        current_fast_set(&_PyRuntime, tstate);
 2240|    796|        if (!tstate_try_attach(tstate)) {
  ------------------
  |  Branch (2240:13): [True: 0, False: 796]
  ------------------
 2241|      0|            tstate_wait_attach(tstate);
 2242|      0|        }
 2243|    796|        tstate_activate(tstate);
 2244|       |
 2245|       |#ifdef Py_GIL_DISABLED
 2246|       |        if (_PyEval_IsGILEnabled(tstate) && !tstate->holds_gil) {
 2247|       |            // The GIL was enabled between our call to _PyEval_AcquireLock()
 2248|       |            // and when we attached (the GIL can't go from enabled to disabled
 2249|       |            // here because only a thread holding the GIL can disable
 2250|       |            // it). Detach and try again.
 2251|       |            tstate_set_detached(tstate, _Py_THREAD_DETACHED);
 2252|       |            tstate_deactivate(tstate);
 2253|       |            current_fast_clear(&_PyRuntime);
 2254|       |            continue;
 2255|       |        }
 2256|       |        _Py_qsbr_attach(((_PyThreadStateImpl *)tstate)->qsbr);
 2257|       |#endif
 2258|    796|        break;
 2259|    796|    }
 2260|       |
 2261|       |    // Resume previous critical section. This acquires the lock(s) from the
 2262|       |    // top-most critical section.
 2263|    796|    if (tstate->critical_section != 0) {
  ------------------
  |  Branch (2263:9): [True: 0, False: 796]
  ------------------
 2264|      0|        _PyCriticalSection_Resume(tstate);
 2265|      0|    }
 2266|       |
 2267|       |#ifdef Py_STATS
 2268|       |    _PyStats_Attach((_PyThreadStateImpl *)tstate);
 2269|       |#endif
 2270|       |
 2271|       |#if defined(Py_DEBUG)
 2272|       |    errno = err;
 2273|       |#endif
 2274|    796|}
_PyThreadState_Detach:
 2296|    794|{
 2297|    794|    detach_thread(tstate, _Py_THREAD_DETACHED);
  ------------------
  |  |   46|    794|#define _Py_THREAD_DETACHED         0
  ------------------
 2298|    794|}
PyThreadState_Get:
 2587|  1.29k|{
 2588|  1.29k|    PyThreadState *tstate = current_fast_get();
 2589|  1.29k|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|  1.29k|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
 2590|  1.29k|    return tstate;
 2591|  1.29k|}
_PyThreadState_Bind:
 2615|      2|{
 2616|       |    // gh-104690: If Python is being finalized and PyInterpreterState_Delete()
 2617|       |    // was called, tstate becomes a dangling pointer.
 2618|      2|    assert(_PyThreadState_CheckConsistency(tstate));
  ------------------
  |  Branch (2618:5): [True: 2, False: 0]
  ------------------
 2619|       |
 2620|      2|    bind_tstate(tstate);
 2621|       |    // This makes sure there's a gilstate tstate bound
 2622|       |    // as soon as possible.
 2623|      2|    if (gilstate_get() == NULL) {
  ------------------
  |  Branch (2623:9): [True: 2, False: 0]
  ------------------
 2624|      2|        bind_gilstate_tstate(tstate);
 2625|      2|    }
 2626|      2|}
_PyGILState_Init:
 2814|      2|{
 2815|      2|    if (!_Py_IsMainInterpreter(interp)) {
  ------------------
  |  Branch (2815:9): [True: 0, False: 2]
  ------------------
 2816|       |        /* Currently, PyGILState is shared by all interpreters. The main
 2817|       |         * interpreter is responsible to initialize it. */
 2818|      0|        return _PyStatus_OK();
  ------------------
  |  |   24|      0|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2819|      0|    }
 2820|      2|    _PyRuntimeState *runtime = interp->runtime;
 2821|      2|    assert(gilstate_get() == NULL);
  ------------------
  |  Branch (2821:5): [True: 2, False: 0]
  ------------------
 2822|      2|    assert(runtime->gilstate.autoInterpreterState == NULL);
  ------------------
  |  Branch (2822:5): [True: 2, False: 0]
  ------------------
 2823|      2|    runtime->gilstate.autoInterpreterState = interp;
 2824|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 2825|      2|}
_PyGILState_SetTstate:
 2842|      2|{
 2843|       |    /* must init with valid states */
 2844|      2|    assert(tstate != NULL);
  ------------------
  |  Branch (2844:5): [True: 2, False: 0]
  ------------------
 2845|      2|    assert(tstate->interp != NULL);
  ------------------
  |  Branch (2845:5): [True: 2, False: 0]
  ------------------
 2846|       |
 2847|      2|    if (!_Py_IsMainInterpreter(tstate->interp)) {
  ------------------
  |  Branch (2847:9): [True: 0, False: 2]
  ------------------
 2848|       |        /* Currently, PyGILState is shared by all interpreters. The main
 2849|       |         * interpreter is responsible to initialize it. */
 2850|      0|        return;
 2851|      0|    }
 2852|       |
 2853|      2|#ifndef NDEBUG
 2854|      2|    _PyRuntimeState *runtime = tstate->interp->runtime;
 2855|       |
 2856|      2|    assert(runtime->gilstate.autoInterpreterState == tstate->interp);
  ------------------
  |  Branch (2856:5): [True: 2, False: 0]
  ------------------
 2857|      2|    assert(gilstate_get() == tstate);
  ------------------
  |  Branch (2857:5): [True: 2, False: 0]
  ------------------
 2858|      2|    assert(tstate->gilstate_counter == 1);
  ------------------
  |  Branch (2858:5): [True: 2, False: 0]
  ------------------
 2859|      2|#endif
 2860|      2|}
_PyInterpreterState_IsSpecializationEnabled:
 3058|    297|{
 3059|    297|    return interp->eval_frame == NULL
  ------------------
  |  Branch (3059:12): [True: 297, False: 0]
  ------------------
 3060|      0|        || interp->eval_frame_allow_specialization;
  ------------------
  |  Branch (3060:12): [True: 0, False: 0]
  ------------------
 3061|    297|}
_PyInterpreterState_GetConfig:
 3066|  4.43k|{
 3067|  4.43k|    return &interp->config;
 3068|  4.43k|}
_Py_GetConfig:
 3073|  2.17k|{
 3074|  2.17k|    PyThreadState *tstate = current_fast_get();
 3075|  2.17k|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|  2.17k|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
 3076|  2.17k|    return _PyInterpreterState_GetConfig(tstate->interp);
 3077|  2.17k|}
_PyThreadState_PushFrame:
 3127|  3.84k|{
 3128|  3.84k|    assert(size < INT_MAX/sizeof(PyObject *));
  ------------------
  |  Branch (3128:5): [True: 3.84k, False: 0]
  ------------------
 3129|  3.84k|    if (_PyThreadState_HasStackSpace(tstate, (int)size)) {
  ------------------
  |  Branch (3129:9): [True: 3.84k, False: 2]
  ------------------
 3130|  3.84k|        _PyInterpreterFrame *res = (_PyInterpreterFrame *)tstate->datastack_top;
 3131|  3.84k|        tstate->datastack_top += size;
 3132|  3.84k|        return res;
 3133|  3.84k|    }
 3134|      2|    return (_PyInterpreterFrame *)push_chunk(tstate, (int)size);
 3135|  3.84k|}
_PyThreadState_PopFrame:
 3139|  7.45k|{
 3140|  7.45k|    assert(tstate->datastack_chunk);
  ------------------
  |  Branch (3140:5): [True: 7.45k, False: 0]
  ------------------
 3141|  7.45k|    PyObject **base = (PyObject **)frame;
 3142|  7.45k|    if (base == &tstate->datastack_chunk->data[0]) {
  ------------------
  |  Branch (3142:9): [True: 0, False: 7.45k]
  ------------------
 3143|      0|        _PyStackChunk *chunk = tstate->datastack_chunk;
 3144|      0|        _PyStackChunk *previous = chunk->previous;
 3145|      0|        _PyStackChunk *cached = tstate->datastack_cached_chunk;
 3146|       |        // push_chunk ensures that the root chunk is never popped:
 3147|      0|        assert(previous);
  ------------------
  |  Branch (3147:9): [True: 0, False: 0]
  ------------------
 3148|      0|        tstate->datastack_top = &previous->data[previous->top];
 3149|      0|        tstate->datastack_chunk = previous;
 3150|      0|        tstate->datastack_limit = (PyObject **)(((char *)previous) + previous->size);
 3151|      0|        chunk->previous = NULL;
 3152|      0|        if (cached != NULL) {
  ------------------
  |  Branch (3152:13): [True: 0, False: 0]
  ------------------
 3153|      0|            _PyObject_VirtualFree(cached, cached->size);
 3154|      0|        }
 3155|      0|        tstate->datastack_cached_chunk = chunk;
 3156|      0|    }
 3157|  7.45k|    else {
 3158|  7.45k|        assert(tstate->datastack_top);
  ------------------
  |  Branch (3158:9): [True: 7.45k, False: 0]
  ------------------
 3159|  7.45k|        assert(tstate->datastack_top >= base);
  ------------------
  |  Branch (3159:9): [True: 7.45k, False: 0]
  ------------------
 3160|  7.45k|        tstate->datastack_top = base;
 3161|  7.45k|    }
 3162|  7.45k|}
_PyThreadState_CheckConsistency:
 3175|  1.59k|{
 3176|  1.59k|    assert(!_PyMem_IsPtrFreed(tstate));
  ------------------
  |  Branch (3176:5): [True: 1.59k, False: 0]
  ------------------
 3177|  1.59k|    assert(!_PyMem_IsPtrFreed(tstate->interp));
  ------------------
  |  Branch (3177:5): [True: 1.59k, False: 0]
  ------------------
 3178|  1.59k|    return 1;
 3179|  1.59k|}
_PyThreadState_MustExit:
 3193|  1.59k|{
 3194|  1.59k|    int state = _Py_atomic_load_int_relaxed(&tstate->state);
 3195|  1.59k|    return state == _Py_THREAD_SHUTTING_DOWN;
  ------------------
  |  |   49|  1.59k|#define _Py_THREAD_SHUTTING_DOWN    3
  ------------------
 3196|  1.59k|}
_Py_IsMainThread:
 3286|  2.71k|{
 3287|  2.71k|    unsigned long thread = PyThread_get_thread_ident();
 3288|  2.71k|    return (thread == _PyRuntime.main_thread);
 3289|  2.71k|}
_PyInterpreterState_Main:
 3294|  2.38k|{
 3295|  2.38k|    return _PyRuntime.interpreters.main;
 3296|  2.38k|}
pystate.c:current_fast_get:
   85|  5.05k|{
   86|  5.05k|    return _Py_tss_tstate;
   87|  5.05k|}
pystate.c:init_runtime:
  331|      2|{
  332|      2|    assert(!runtime->preinitializing);
  ------------------
  |  Branch (332:5): [True: 2, False: 0]
  ------------------
  333|      2|    assert(!runtime->preinitialized);
  ------------------
  |  Branch (333:5): [True: 2, False: 0]
  ------------------
  334|      2|    assert(!_PyRuntimeState_GetCoreInitialized(runtime));
  ------------------
  |  Branch (334:5): [True: 2, False: 0]
  ------------------
  335|      2|    assert(!_PyRuntimeState_GetInitialized(runtime));
  ------------------
  |  Branch (335:5): [True: 2, False: 0]
  ------------------
  336|      2|    assert(!runtime->_initialized);
  ------------------
  |  Branch (336:5): [True: 2, False: 0]
  ------------------
  337|       |
  338|      2|    runtime->open_code_hook = open_code_hook;
  339|      2|    runtime->open_code_userdata = open_code_userdata;
  340|      2|    runtime->audit_hooks.head = audit_hook_head;
  341|       |
  342|      2|    PyPreConfig_InitPythonConfig(&runtime->preconfig);
  343|       |
  344|       |    // Set it to the ID of the main thread of the main interpreter.
  345|      2|    runtime->main_thread = PyThread_get_thread_ident();
  346|       |
  347|      2|    runtime->unicode_state.ids.next_index = unicode_next_index;
  348|      2|    runtime->_initialized = 1;
  349|      2|}
pystate.c:init_interpreter:
  546|      2|{
  547|      2|    if (interp->_initialized) {
  ------------------
  |  Branch (547:9): [True: 0, False: 2]
  ------------------
  548|      0|        return _PyStatus_ERR("interpreter already initialized");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
  549|      0|    }
  550|       |
  551|      2|    assert(interp->_whence == _PyInterpreterState_WHENCE_NOTSET);
  ------------------
  |  Branch (551:5): [True: 2, False: 0]
  ------------------
  552|      2|    assert(check_interpreter_whence(whence) == 0);
  ------------------
  |  Branch (552:5): [True: 2, False: 0]
  ------------------
  553|      2|    interp->_whence = whence;
  554|       |
  555|      2|    assert(runtime != NULL);
  ------------------
  |  Branch (555:5): [True: 2, False: 0]
  ------------------
  556|      2|    interp->runtime = runtime;
  557|       |
  558|      2|    assert(id > 0 || (id == 0 && interp == runtime->interpreters.main));
  ------------------
  |  Branch (558:5): [True: 2, False: 0]
  |  Branch (558:5): [True: 2, False: 0]
  |  Branch (558:5): [True: 0, False: 2]
  ------------------
  559|      2|    interp->id = id;
  560|       |
  561|      2|    interp->id_refcount = 0;
  562|       |
  563|      2|    assert(runtime->interpreters.head == interp);
  ------------------
  |  Branch (563:5): [True: 2, False: 0]
  ------------------
  564|      2|    assert(next != NULL || (interp == runtime->interpreters.main));
  ------------------
  |  Branch (564:5): [True: 0, False: 2]
  |  Branch (564:5): [True: 2, False: 0]
  ------------------
  565|      2|    interp->next = next;
  566|       |
  567|      2|    interp->threads.preallocated = &interp->_initial_thread;
  568|       |
  569|       |    // We would call _PyObject_InitState() at this point
  570|       |    // if interp->feature_flags were alredy set.
  571|       |
  572|      2|    _PyEval_InitState(interp);
  573|      2|    _PyGC_InitState(&interp->gc);
  574|      2|    PyConfig_InitPythonConfig(&interp->config);
  575|      2|    _PyType_InitCache(interp);
  576|       |#ifdef Py_GIL_DISABLED
  577|       |    _Py_brc_init_state(interp);
  578|       |#endif
  579|       |
  580|      2|    llist_init(&interp->mem_free_queue.head);
  581|      2|    llist_init(&interp->asyncio_tasks_head);
  582|      2|    interp->asyncio_tasks_lock = (PyMutex){0};
  583|     34|    for (int i = 0; i < _PY_MONITORING_UNGROUPED_EVENTS; i++) {
  ------------------
  |  |   75|     34|#define _PY_MONITORING_UNGROUPED_EVENTS 16
  ------------------
  |  Branch (583:21): [True: 32, False: 2]
  ------------------
  584|     32|        interp->monitors.tools[i] = 0;
  585|     32|    }
  586|     18|    for (int t = 0; t < PY_MONITORING_TOOL_IDS; t++) {
  ------------------
  |  |   72|     18|#define  PY_MONITORING_TOOL_IDS 8
  ------------------
  |  Branch (586:21): [True: 16, False: 2]
  ------------------
  587|    320|        for (int e = 0; e < _PY_MONITORING_EVENTS; e++) {
  ------------------
  |  |   77|    320|#define _PY_MONITORING_EVENTS 19
  ------------------
  |  Branch (587:25): [True: 304, False: 16]
  ------------------
  588|    304|            interp->monitoring_callables[t][e] = NULL;
  589|       |
  590|    304|        }
  591|     16|        interp->monitoring_tool_versions[t] = 0;
  592|     16|    }
  593|      2|    interp->_code_object_generation = 0;
  594|      2|    interp->jit = false;
  595|      2|    interp->compiling = false;
  596|      2|    interp->executor_blooms = NULL;
  597|      2|    interp->executor_ptrs = NULL;
  598|      2|    interp->executor_count = 0;
  599|      2|    interp->executor_capacity = 0;
  600|      2|    interp->executor_deletion_list_head = NULL;
  601|      2|    interp->executor_creation_counter = JIT_CLEANUP_THRESHOLD;
  ------------------
  |  |  309|      2|#define JIT_CLEANUP_THRESHOLD 1000
  ------------------
  602|       |
  603|       |    // Initialize optimization configuration from environment variables
  604|       |    // PYTHON_JIT_STRESS sets aggressive defaults for testing, but can be overridden
  605|      2|    uint16_t jump_default = JUMP_BACKWARD_INITIAL_VALUE;
  ------------------
  |  |  128|      2|#define JUMP_BACKWARD_INITIAL_VALUE 4000
  ------------------
  606|      2|    uint16_t resume_default = RESUME_INITIAL_VALUE;
  ------------------
  |  |  142|      2|#define RESUME_INITIAL_VALUE 8190
  ------------------
  607|      2|    uint16_t side_exit_default = SIDE_EXIT_INITIAL_VALUE;
  ------------------
  |  |  156|      2|#define SIDE_EXIT_INITIAL_VALUE 4000
  ------------------
  608|       |
  609|      2|    if (is_env_enabled("PYTHON_JIT_STRESS")) {
  ------------------
  |  Branch (609:9): [True: 0, False: 2]
  ------------------
  610|      0|        jump_default = 63;
  611|      0|        side_exit_default = 63;
  612|      0|        resume_default = 127;
  613|      0|    }
  614|       |
  615|      2|    init_policy(&interp->opt_config.jump_backward_initial_value,
  616|      2|                "PYTHON_JIT_JUMP_BACKWARD_INITIAL_VALUE",
  617|      2|                jump_default, 1, MAX_VALUE);
  ------------------
  |  |   41|      2|#define MAX_VALUE 0x1FFF
  ------------------
  618|      2|    init_policy(&interp->opt_config.jump_backward_initial_backoff,
  619|      2|                "PYTHON_JIT_JUMP_BACKWARD_INITIAL_BACKOFF",
  620|      2|                JUMP_BACKWARD_INITIAL_BACKOFF, 0, MAX_BACKOFF);
  ------------------
  |  |  129|      2|#define JUMP_BACKWARD_INITIAL_BACKOFF 6
  ------------------
                              JUMP_BACKWARD_INITIAL_BACKOFF, 0, MAX_BACKOFF);
  ------------------
  |  |   39|      2|#define MAX_BACKOFF 6
  ------------------
  621|      2|    init_policy(&interp->opt_config.resume_initial_value,
  622|      2|                "PYTHON_JIT_RESUME_INITIAL_VALUE",
  623|      2|                resume_default, 1, MAX_VALUE);
  ------------------
  |  |   41|      2|#define MAX_VALUE 0x1FFF
  ------------------
  624|      2|    init_policy(&interp->opt_config.resume_initial_backoff,
  625|      2|                "PYTHON_JIT_RESUME_INITIAL_BACKOFF",
  626|      2|                RESUME_INITIAL_BACKOFF, 0, MAX_BACKOFF);
  ------------------
  |  |  143|      2|#define RESUME_INITIAL_BACKOFF 6
  ------------------
                              RESUME_INITIAL_BACKOFF, 0, MAX_BACKOFF);
  ------------------
  |  |   39|      2|#define MAX_BACKOFF 6
  ------------------
  627|      2|    init_policy(&interp->opt_config.side_exit_initial_value,
  628|      2|                "PYTHON_JIT_SIDE_EXIT_INITIAL_VALUE",
  629|      2|                side_exit_default, 1, MAX_VALUE);
  ------------------
  |  |   41|      2|#define MAX_VALUE 0x1FFF
  ------------------
  630|      2|    init_policy(&interp->opt_config.side_exit_initial_backoff,
  631|      2|                "PYTHON_JIT_SIDE_EXIT_INITIAL_BACKOFF",
  632|      2|                SIDE_EXIT_INITIAL_BACKOFF, 0, MAX_BACKOFF);
  ------------------
  |  |  157|      2|#define SIDE_EXIT_INITIAL_BACKOFF 6
  ------------------
                              SIDE_EXIT_INITIAL_BACKOFF, 0, MAX_BACKOFF);
  ------------------
  |  |   39|      2|#define MAX_BACKOFF 6
  ------------------
  633|       |
  634|       |    // Trace fitness configuration
  635|      2|    init_policy(&interp->opt_config.fitness_initial,
  636|      2|                "PYTHON_JIT_FITNESS_INITIAL",
  637|      2|                FITNESS_INITIAL, EXIT_QUALITY_CLOSE_LOOP, UOP_MAX_TRACE_LENGTH - 1);
  ------------------
  |  |   36|      2|#define FITNESS_INITIAL            (MAX_TARGET_LENGTH * OPTIMIZER_EFFECTIVENESS)
  |  |  ------------------
  |  |  |  |   34|      2|#define MAX_TARGET_LENGTH          (UOP_MAX_TRACE_LENGTH / 2)
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      2|#define UOP_MAX_TRACE_LENGTH 2500
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define FITNESS_INITIAL            (MAX_TARGET_LENGTH * OPTIMIZER_EFFECTIVENESS)
  |  |  ------------------
  |  |  |  |   35|      2|#define OPTIMIZER_EFFECTIVENESS    2
  |  |  ------------------
  ------------------
                              FITNESS_INITIAL, EXIT_QUALITY_CLOSE_LOOP, UOP_MAX_TRACE_LENGTH - 1);
  ------------------
  |  |   40|      2|#define EXIT_QUALITY_CLOSE_LOOP      (FITNESS_INITIAL - AVG_SLOTS_PER_INSTRUCTION*4)
  |  |  ------------------
  |  |  |  |   36|      2|#define FITNESS_INITIAL            (MAX_TARGET_LENGTH * OPTIMIZER_EFFECTIVENESS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   34|      2|#define MAX_TARGET_LENGTH          (UOP_MAX_TRACE_LENGTH / 2)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   44|      2|#define UOP_MAX_TRACE_LENGTH 2500
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define FITNESS_INITIAL            (MAX_TARGET_LENGTH * OPTIMIZER_EFFECTIVENESS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   35|      2|#define OPTIMIZER_EFFECTIVENESS    2
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define EXIT_QUALITY_CLOSE_LOOP      (FITNESS_INITIAL - AVG_SLOTS_PER_INSTRUCTION*4)
  |  |  ------------------
  |  |  |  |   47|      2|#define AVG_SLOTS_PER_INSTRUCTION  6
  |  |  ------------------
  ------------------
                              FITNESS_INITIAL, EXIT_QUALITY_CLOSE_LOOP, UOP_MAX_TRACE_LENGTH - 1);
  ------------------
  |  |   44|      2|#define UOP_MAX_TRACE_LENGTH 2500
  ------------------
  638|       |
  639|      2|    interp->opt_config.specialization_enabled = !is_env_enabled("PYTHON_SPECIALIZATION_OFF");
  640|      2|    interp->opt_config.uops_optimize_enabled = !is_env_disabled("PYTHON_UOPS_OPTIMIZE");
  641|      2|    if (interp != &runtime->_main_interpreter) {
  ------------------
  |  Branch (641:9): [True: 0, False: 2]
  ------------------
  642|       |        /* Fix the self-referential, statically initialized fields. */
  643|      0|        interp->dtoa = (struct _dtoa_state)_dtoa_state_INIT(interp);
  ------------------
  |  |   22|      0|    { \
  |  |   23|      0|        .preallocated_next = (INTERP)->dtoa.preallocated, \
  |  |   24|      0|    }
  ------------------
  644|      0|    }
  645|       |#if !defined(Py_GIL_DISABLED) && defined(Py_STACKREF_DEBUG)
  646|       |    interp->next_stackref = INITIAL_STACKREF_INDEX;
  647|       |    _Py_hashtable_allocator_t alloc = {
  648|       |        .malloc = malloc,
  649|       |        .free = free,
  650|       |    };
  651|       |    interp->open_stackrefs_table = _Py_hashtable_new_full(
  652|       |        _Py_hashtable_hash_ptr,
  653|       |        _Py_hashtable_compare_direct,
  654|       |        NULL,
  655|       |        NULL,
  656|       |        &alloc
  657|       |    );
  658|       |#  ifdef Py_STACKREF_CLOSE_DEBUG
  659|       |    interp->closed_stackrefs_table = _Py_hashtable_new_full(
  660|       |        _Py_hashtable_hash_ptr,
  661|       |        _Py_hashtable_compare_direct,
  662|       |        NULL,
  663|       |        NULL,
  664|       |        &alloc
  665|       |    );
  666|       |#  endif
  667|       |    _Py_stackref_associate(interp, Py_None, PyStackRef_None);
  668|       |    _Py_stackref_associate(interp, Py_False, PyStackRef_False);
  669|       |    _Py_stackref_associate(interp, Py_True, PyStackRef_True);
  670|       |#endif
  671|       |
  672|      2|    interp->_initialized = 1;
  673|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  674|      2|}
pystate.c:is_env_enabled:
  515|      4|{
  516|      4|    char *env = Py_GETENV(env_name);
  517|      4|    return env && *env != '\0' && *env != '0';
  ------------------
  |  Branch (517:12): [True: 0, False: 4]
  |  Branch (517:19): [True: 0, False: 0]
  |  Branch (517:35): [True: 0, False: 0]
  ------------------
  518|      4|}
pystate.c:init_policy:
  530|     14|{
  531|     14|    *target = default_value;
  532|     14|    char *env = Py_GETENV(env_name);
  533|     14|    if (env && *env != '\0') {
  ------------------
  |  Branch (533:9): [True: 0, False: 14]
  |  Branch (533:16): [True: 0, False: 0]
  ------------------
  534|      0|        long value = atol(env);
  535|      0|        if (value >= min_value && value <= max_value) {
  ------------------
  |  Branch (535:13): [True: 0, False: 0]
  |  Branch (535:35): [True: 0, False: 0]
  ------------------
  536|      0|            *target = (uint16_t)value;
  537|      0|        }
  538|      0|    }
  539|     14|}
pystate.c:is_env_disabled:
  522|      2|{
  523|      2|    char *env = Py_GETENV(env_name);
  524|      2|    return env != NULL && *env == '0';
  ------------------
  |  Branch (524:12): [True: 0, False: 2]
  |  Branch (524:27): [True: 0, False: 0]
  ------------------
  525|      2|}
pystate.c:check_interpreter_whence:
 1170|      4|{
 1171|      4|    if(whence < 0) {
  ------------------
  |  Branch (1171:8): [True: 0, False: 4]
  ------------------
 1172|      0|        return -1;
 1173|      0|    }
 1174|      4|    if (whence > _PyInterpreterState_WHENCE_MAX) {
  ------------------
  |  |   23|      4|#define _PyInterpreterState_WHENCE_MAX 5
  ------------------
  |  Branch (1174:9): [True: 0, False: 4]
  ------------------
 1175|      0|        return -1;
 1176|      0|    }
 1177|      4|    return 0;
 1178|      4|}
pystate.c:new_threadstate:
 1626|      2|{
 1627|       |    // Allocate the thread state.
 1628|      2|    _PyThreadStateImpl *tstate = alloc_threadstate(interp);
 1629|      2|    if (tstate == NULL) {
  ------------------
  |  Branch (1629:9): [True: 0, False: 2]
  ------------------
 1630|      0|        return NULL;
 1631|      0|    }
 1632|       |
 1633|       |#ifdef Py_GIL_DISABLED
 1634|       |    Py_ssize_t qsbr_idx = _Py_qsbr_reserve(interp);
 1635|       |    if (qsbr_idx < 0) {
 1636|       |        free_threadstate(tstate);
 1637|       |        return NULL;
 1638|       |    }
 1639|       |    int32_t tlbc_idx = _Py_ReserveTLBCIndex(interp);
 1640|       |    if (tlbc_idx < 0) {
 1641|       |        free_threadstate(tstate);
 1642|       |        return NULL;
 1643|       |    }
 1644|       |#endif
 1645|       |#ifdef Py_STATS
 1646|       |    // The PyStats structure is quite large and is allocated separated from tstate.
 1647|       |    if (!_PyStats_ThreadInit(interp, tstate)) {
 1648|       |        free_threadstate(tstate);
 1649|       |        return NULL;
 1650|       |    }
 1651|       |#endif
 1652|       |
 1653|       |    /* We serialize concurrent creation to protect global state. */
 1654|      2|    HEAD_LOCK(interp->runtime);
  ------------------
  |  |  266|      2|    PyMutex_LockFlags(&(runtime)->interpreters.mutex, _Py_LOCK_DONT_DETACH)
  ------------------
 1655|       |
 1656|       |    // Initialize the new thread state.
 1657|      2|    interp->threads.next_unique_id += 1;
 1658|      2|    uint64_t id = interp->threads.next_unique_id;
 1659|      2|    init_threadstate(tstate, interp, id, whence);
 1660|       |
 1661|       |    // Add the new thread state to the interpreter.
 1662|      2|    PyThreadState *old_head = interp->threads.head;
 1663|      2|    add_threadstate(interp, (PyThreadState *)tstate, old_head);
 1664|       |
 1665|      2|    HEAD_UNLOCK(interp->runtime);
  ------------------
  |  |  268|      2|    PyMutex_Unlock(&(runtime)->interpreters.mutex)
  |  |  ------------------
  |  |  |  |   70|      2|#define PyMutex_Unlock _PyMutex_Unlock
  |  |  ------------------
  ------------------
 1666|       |
 1667|       |#ifdef Py_GIL_DISABLED
 1668|       |    // Must be called with lock unlocked to avoid lock ordering deadlocks.
 1669|       |    _Py_qsbr_register(tstate, interp, qsbr_idx);
 1670|       |    tstate->tlbc_index = tlbc_idx;
 1671|       |#endif
 1672|       |
 1673|      2|    return (PyThreadState *)tstate;
 1674|      2|}
pystate.c:alloc_threadstate:
 1462|      2|{
 1463|      2|    _PyThreadStateImpl *tstate;
 1464|       |
 1465|       |    // Try the preallocated tstate first.
 1466|      2|    tstate = _Py_atomic_exchange_ptr(&interp->threads.preallocated, NULL);
 1467|       |
 1468|       |    // Fall back to the allocator.
 1469|      2|    if (tstate == NULL) {
  ------------------
  |  Branch (1469:9): [True: 0, False: 2]
  ------------------
 1470|      0|        tstate = PyMem_RawCalloc(1, sizeof(_PyThreadStateImpl));
 1471|      0|        if (tstate == NULL) {
  ------------------
  |  Branch (1471:13): [True: 0, False: 0]
  ------------------
 1472|      0|            return NULL;
 1473|      0|        }
 1474|      0|        reset_threadstate(tstate);
 1475|      0|    }
 1476|      2|    return tstate;
 1477|      2|}
pystate.c:init_threadstate:
 1519|      2|{
 1520|      2|    PyThreadState *tstate = (PyThreadState *)_tstate;
 1521|      2|    if (tstate->_status.initialized) {
  ------------------
  |  Branch (1521:9): [True: 0, False: 2]
  ------------------
 1522|      0|        Py_FatalError("thread state already initialized");
  ------------------
  |  |  133|      0|#define Py_FatalError(message) _Py_FatalErrorFunc(__func__, (message))
  ------------------
 1523|      0|    }
 1524|       |
 1525|      2|    assert(interp != NULL);
  ------------------
  |  Branch (1525:5): [True: 2, False: 0]
  ------------------
 1526|      2|    tstate->interp = interp;
 1527|      2|    tstate->eval_breaker =
 1528|      2|        _Py_atomic_load_uintptr_relaxed(&interp->ceval.instrumentation_version);
 1529|       |
 1530|       |    // next/prev are set in add_threadstate().
 1531|      2|    assert(tstate->next == NULL);
  ------------------
  |  Branch (1531:5): [True: 2, False: 0]
  ------------------
 1532|      2|    assert(tstate->prev == NULL);
  ------------------
  |  Branch (1532:5): [True: 2, False: 0]
  ------------------
 1533|       |
 1534|      2|    assert(tstate->_whence == _PyThreadState_WHENCE_NOTSET);
  ------------------
  |  Branch (1534:5): [True: 2, False: 0]
  ------------------
 1535|      2|    assert(whence >= 0 && whence <= _PyThreadState_WHENCE_THREADING_DAEMON);
  ------------------
  |  Branch (1535:5): [True: 2, False: 0]
  |  Branch (1535:5): [True: 2, False: 0]
  ------------------
 1536|      2|    tstate->_whence = whence;
 1537|       |
 1538|      2|    assert(id > 0);
  ------------------
  |  Branch (1538:5): [True: 2, False: 0]
  ------------------
 1539|      2|    tstate->id = id;
 1540|       |
 1541|       |    // thread_id and native_thread_id are set in bind_tstate().
 1542|       |
 1543|      2|    tstate->py_recursion_limit = interp->ceval.recursion_limit;
 1544|      2|    tstate->py_recursion_remaining = interp->ceval.recursion_limit;
 1545|      2|    tstate->exc_info = &tstate->exc_state;
 1546|       |
 1547|       |    // PyGILState_Release must not try to delete this thread state.
 1548|       |    // This is cleared when PyGILState_Ensure() creates the thread state.
 1549|      2|    tstate->gilstate_counter = 1;
 1550|       |
 1551|       |    // Initialize the embedded base frame - sentinel at the bottom of the frame stack
 1552|      2|    _tstate->base_frame.previous = NULL;
 1553|      2|    _tstate->base_frame.f_executable = PyStackRef_None;
  ------------------
  |  |  473|      2|#define PyStackRef_None ((_PyStackRef){.bits = ((uintptr_t)&_Py_NoneStruct) | Py_TAG_REFCNT })
  |  |  ------------------
  |  |  |  |   55|      2|#define Py_TAG_REFCNT 1
  |  |  ------------------
  ------------------
 1554|      2|    _tstate->base_frame.f_funcobj = PyStackRef_NULL;
 1555|      2|    _tstate->base_frame.f_globals = NULL;
 1556|      2|    _tstate->base_frame.f_builtins = NULL;
 1557|      2|    _tstate->base_frame.f_locals = NULL;
 1558|      2|    _tstate->base_frame.frame_obj = NULL;
 1559|      2|    _tstate->base_frame.instr_ptr = NULL;
 1560|      2|    _tstate->base_frame.stackpointer = _tstate->base_frame.localsplus;
 1561|      2|    _tstate->base_frame.return_offset = 0;
 1562|      2|    _tstate->base_frame.owner = FRAME_OWNED_BY_INTERPRETER;
 1563|      2|    _tstate->base_frame.visited = 0;
 1564|       |#ifdef Py_DEBUG
 1565|       |    _tstate->base_frame.lltrace = 0;
 1566|       |#endif
 1567|       |#ifdef Py_GIL_DISABLED
 1568|       |    _tstate->base_frame.tlbc_index = 0;
 1569|       |#endif
 1570|      2|    _tstate->base_frame.localsplus[0] = PyStackRef_NULL;
 1571|       |
 1572|       |    // current_frame starts pointing to the base frame
 1573|      2|    tstate->current_frame = &_tstate->base_frame;
 1574|       |    // base_frame pointer for profilers to validate stack unwinding
 1575|      2|    tstate->base_frame = &_tstate->base_frame;
 1576|      2|    tstate->datastack_chunk = NULL;
 1577|      2|    tstate->datastack_top = NULL;
 1578|      2|    tstate->datastack_limit = NULL;
 1579|      2|    tstate->datastack_cached_chunk = NULL;
 1580|      2|    tstate->what_event = -1;
 1581|      2|    tstate->current_executor = NULL;
 1582|      2|    tstate->jit_exit = NULL;
 1583|      2|    tstate->dict_global_version = 0;
 1584|       |
 1585|      2|    _tstate->c_stack_soft_limit = UINTPTR_MAX;
 1586|      2|    _tstate->c_stack_top = 0;
 1587|      2|    _tstate->c_stack_hard_limit = 0;
 1588|       |
 1589|      2|    _tstate->c_stack_init_base = 0;
 1590|      2|    _tstate->c_stack_init_top = 0;
 1591|       |
 1592|      2|    _tstate->asyncio_running_loop = NULL;
 1593|      2|    _tstate->asyncio_running_task = NULL;
 1594|       |
 1595|       |#ifdef _Py_TIER2
 1596|       |    _tstate->jit_tracer_state = NULL;
 1597|       |#endif
 1598|      2|    tstate->delete_later = NULL;
 1599|       |
 1600|      2|    llist_init(&_tstate->mem_free_queue);
 1601|      2|    llist_init(&_tstate->asyncio_tasks_head);
 1602|      2|    if (interp->stoptheworld.requested || _PyRuntime.stoptheworld.requested) {
  ------------------
  |  Branch (1602:9): [True: 0, False: 2]
  |  Branch (1602:43): [True: 0, False: 2]
  ------------------
 1603|       |        // Start in the suspended state if there is an ongoing stop-the-world.
 1604|      0|        tstate->state = _Py_THREAD_SUSPENDED;
  ------------------
  |  |   48|      0|#define _Py_THREAD_SUSPENDED        2
  ------------------
 1605|      0|    }
 1606|       |
 1607|      2|    tstate->_status.initialized = 1;
 1608|      2|}
pystate.c:add_threadstate:
 1613|      2|{
 1614|      2|    assert(interp->threads.head != tstate);
  ------------------
  |  Branch (1614:5): [True: 2, False: 0]
  ------------------
 1615|      2|    if (next != NULL) {
  ------------------
  |  Branch (1615:9): [True: 0, False: 2]
  ------------------
 1616|      0|        assert(next->prev == NULL || next->prev == tstate);
  ------------------
  |  Branch (1616:9): [True: 0, False: 0]
  |  Branch (1616:9): [True: 0, False: 0]
  ------------------
 1617|      0|        next->prev = tstate;
 1618|      0|    }
 1619|      2|    tstate->next = next;
 1620|      2|    assert(tstate->prev == NULL);
  ------------------
  |  Branch (1620:5): [True: 2, False: 0]
  ------------------
 1621|      2|    interp->threads.head = tstate;
 1622|      2|}
pystate.c:bind_tstate:
  164|      2|{
  165|      2|    assert(tstate != NULL);
  ------------------
  |  Branch (165:5): [True: 2, False: 0]
  ------------------
  166|      2|    assert(tstate_is_alive(tstate) && !tstate->_status.bound);
  ------------------
  |  Branch (166:5): [True: 2, False: 0]
  |  Branch (166:5): [True: 2, False: 0]
  ------------------
  167|      2|    assert(!tstate->_status.unbound);  // just in case
  ------------------
  |  Branch (167:5): [True: 2, False: 0]
  ------------------
  168|      2|    assert(!tstate->_status.bound_gilstate);
  ------------------
  |  Branch (168:5): [True: 2, False: 0]
  ------------------
  169|      2|    assert(tstate != gilstate_get());
  ------------------
  |  Branch (169:5): [True: 2, False: 0]
  ------------------
  170|      2|    assert(!tstate->_status.active);
  ------------------
  |  Branch (170:5): [True: 2, False: 0]
  ------------------
  171|      2|    assert(tstate->thread_id == 0);
  ------------------
  |  Branch (171:5): [True: 2, False: 0]
  ------------------
  172|      2|    assert(tstate->native_thread_id == 0);
  ------------------
  |  Branch (172:5): [True: 2, False: 0]
  ------------------
  173|       |
  174|       |    // Currently we don't necessarily store the thread state
  175|       |    // in thread-local storage (e.g. per-interpreter).
  176|       |
  177|      2|    tstate->thread_id = PyThread_get_thread_ident();
  178|      2|#ifdef PY_HAVE_THREAD_NATIVE_ID
  179|      2|    tstate->native_thread_id = PyThread_get_thread_native_id();
  180|      2|#endif
  181|       |
  182|       |#ifdef Py_GIL_DISABLED
  183|       |    // Initialize biased reference counting inter-thread queue. Note that this
  184|       |    // needs to be initialized from the active thread.
  185|       |    _Py_brc_init_thread(tstate);
  186|       |#endif
  187|       |
  188|       |    // mimalloc state needs to be initialized from the active thread.
  189|      2|    tstate_mimalloc_bind(tstate);
  190|       |
  191|      2|    tstate->_status.bound = 1;
  192|      2|}
pystate.c:tstate_is_alive:
 1424|      4|{
 1425|      4|    return (tstate->_status.initialized &&
  ------------------
  |  Branch (1425:13): [True: 4, False: 0]
  ------------------
 1426|      4|            !tstate->_status.finalized &&
  ------------------
  |  Branch (1426:13): [True: 4, False: 0]
  ------------------
 1427|      4|            !tstate->_status.cleared &&
  ------------------
  |  Branch (1427:13): [True: 4, False: 0]
  ------------------
 1428|      4|            !tstate->_status.finalizing);
  ------------------
  |  Branch (1428:13): [True: 4, False: 0]
  ------------------
 1429|      4|}
pystate.c:tstate_mimalloc_bind:
 3212|      2|{
 3213|       |#ifdef Py_GIL_DISABLED
 3214|       |    struct _mimalloc_thread_state *mts = &((_PyThreadStateImpl*)tstate)->mimalloc;
 3215|       |
 3216|       |    // Initialize the mimalloc thread state. This must be called from the
 3217|       |    // same thread that will use the thread state. The "mem" heap doubles as
 3218|       |    // the "backing" heap.
 3219|       |    mi_tld_t *tld = &mts->tld;
 3220|       |    _mi_tld_init(tld, &mts->heaps[_Py_MIMALLOC_HEAP_MEM]);
 3221|       |    llist_init(&mts->page_list);
 3222|       |
 3223|       |    // Exiting threads push any remaining in-use segments to the abandoned
 3224|       |    // pool to be re-claimed later by other threads. We use per-interpreter
 3225|       |    // pools to keep Python objects from different interpreters separate.
 3226|       |    tld->segments.abandoned = &tstate->interp->mimalloc.abandoned_pool;
 3227|       |
 3228|       |    // Don't fill in the first N bytes up to ob_type in debug builds. We may
 3229|       |    // access ob_tid and the refcount fields in the dict and list lock-less
 3230|       |    // accesses, so they must remain valid for a while after deallocation.
 3231|       |    size_t base_offset = offsetof(PyObject, ob_type);
 3232|       |    if (_PyMem_DebugEnabled()) {
 3233|       |        // The debug allocator adds two words at the beginning of each block.
 3234|       |        base_offset += 2 * sizeof(size_t);
 3235|       |    }
 3236|       |    size_t debug_offsets[_Py_MIMALLOC_HEAP_COUNT] = {
 3237|       |        [_Py_MIMALLOC_HEAP_OBJECT] = base_offset,
 3238|       |        [_Py_MIMALLOC_HEAP_GC] = base_offset,
 3239|       |        [_Py_MIMALLOC_HEAP_GC_PRE] = base_offset + 2 * sizeof(PyObject *),
 3240|       |    };
 3241|       |
 3242|       |    // Initialize each heap
 3243|       |    for (uint8_t i = 0; i < _Py_MIMALLOC_HEAP_COUNT; i++) {
 3244|       |        _mi_heap_init_ex(&mts->heaps[i], tld, _mi_arena_id_none(), false, i);
 3245|       |        mts->heaps[i].debug_offset = (uint8_t)debug_offsets[i];
 3246|       |    }
 3247|       |
 3248|       |    // Heaps that store Python objects should use QSBR to delay freeing
 3249|       |    // mimalloc pages while there may be concurrent lock-free readers.
 3250|       |    mts->heaps[_Py_MIMALLOC_HEAP_OBJECT].page_use_qsbr = true;
 3251|       |    mts->heaps[_Py_MIMALLOC_HEAP_GC].page_use_qsbr = true;
 3252|       |    mts->heaps[_Py_MIMALLOC_HEAP_GC_PRE].page_use_qsbr = true;
 3253|       |
 3254|       |    // By default, object allocations use _Py_MIMALLOC_HEAP_OBJECT.
 3255|       |    // _PyObject_GC_New() and similar functions temporarily override this to
 3256|       |    // use one of the GC heaps.
 3257|       |    mts->current_object_heap = &mts->heaps[_Py_MIMALLOC_HEAP_OBJECT];
 3258|       |
 3259|       |    _Py_atomic_store_int(&mts->initialized, 1);
 3260|       |#endif
 3261|      2|}
pystate.c:gilstate_get:
  129|    806|{
  130|    806|    return _Py_tss_gilstate;
  131|    806|}
pystate.c:bind_gilstate_tstate:
  237|      2|{
  238|      2|    assert(tstate != NULL);
  ------------------
  |  Branch (238:5): [True: 2, False: 0]
  ------------------
  239|      2|    assert(tstate_is_alive(tstate));
  ------------------
  |  Branch (239:5): [True: 2, False: 0]
  ------------------
  240|      2|    assert(tstate_is_bound(tstate));
  ------------------
  |  Branch (240:5): [True: 2, False: 0]
  ------------------
  241|       |    // XXX assert(!tstate->_status.active);
  242|      2|    assert(!tstate->_status.bound_gilstate);
  ------------------
  |  Branch (242:5): [True: 2, False: 0]
  ------------------
  243|       |
  244|      2|    PyThreadState *tcur = gilstate_get();
  245|      2|    assert(tstate != tcur);
  ------------------
  |  Branch (245:5): [True: 2, False: 0]
  ------------------
  246|       |
  247|      2|    if (tcur != NULL) {
  ------------------
  |  Branch (247:9): [True: 0, False: 2]
  ------------------
  248|      0|        tcur->_status.bound_gilstate = 0;
  249|      0|    }
  250|      2|    gilstate_set(tstate);
  251|      2|    tstate->_status.bound_gilstate = 1;
  252|      2|}
pystate.c:tstate_is_bound:
  152|  1.59k|{
  153|  1.59k|    return tstate->_status.bound && !tstate->_status.unbound;
  ------------------
  |  Branch (153:12): [True: 1.59k, False: 0]
  |  Branch (153:37): [True: 1.59k, False: 0]
  ------------------
  154|  1.59k|}
pystate.c:gilstate_set:
  135|      2|{
  136|      2|    assert(tstate != NULL);
  ------------------
  |  Branch (136:5): [True: 2, False: 0]
  ------------------
  137|      2|    _Py_tss_gilstate = tstate;
  138|      2|}
pystate.c:current_fast_clear:
  100|    794|{
  101|    794|    _Py_tss_tstate = NULL;
  102|       |    _Py_tss_interp = NULL;
  103|    794|}
pystate.c:current_fast_set:
   91|    796|{
   92|    796|    assert(tstate != NULL);
  ------------------
  |  Branch (92:5): [True: 796, False: 0]
  ------------------
   93|    796|    _Py_tss_tstate = tstate;
   94|    796|    assert(tstate->interp != NULL);
  ------------------
  |  Branch (94:5): [True: 796, False: 0]
  ------------------
   95|    796|    _Py_tss_interp = tstate->interp;
   96|    796|}
pystate.c:tstate_try_attach:
 2172|    796|{
 2173|       |#ifdef Py_GIL_DISABLED
 2174|       |    int expected = _Py_THREAD_DETACHED;
 2175|       |    return _Py_atomic_compare_exchange_int(&tstate->state,
 2176|       |                                           &expected,
 2177|       |                                           _Py_THREAD_ATTACHED);
 2178|       |#else
 2179|    796|    assert(tstate->state == _Py_THREAD_DETACHED);
  ------------------
  |  Branch (2179:5): [True: 796, False: 0]
  ------------------
 2180|    796|    tstate->state = _Py_THREAD_ATTACHED;
  ------------------
  |  |   47|    796|#define _Py_THREAD_ATTACHED         1
  ------------------
 2181|    796|    return 1;
 2182|    796|#endif
 2183|    796|}
pystate.c:tstate_activate:
 2137|    796|{
 2138|    796|    assert(tstate != NULL);
  ------------------
  |  Branch (2138:5): [True: 796, False: 0]
  ------------------
 2139|       |    // XXX assert(tstate_is_alive(tstate));
 2140|    796|    assert(tstate_is_bound(tstate));
  ------------------
  |  Branch (2140:5): [True: 796, False: 0]
  ------------------
 2141|    796|    assert(!tstate->_status.active);
  ------------------
  |  Branch (2141:5): [True: 796, False: 0]
  ------------------
 2142|       |
 2143|    796|    assert(!tstate->_status.bound_gilstate ||
  ------------------
  |  Branch (2143:5): [True: 0, False: 796]
  |  Branch (2143:5): [True: 796, False: 0]
  ------------------
 2144|    796|           tstate == gilstate_get());
 2145|    796|    if (!tstate->_status.bound_gilstate) {
  ------------------
  |  Branch (2145:9): [True: 0, False: 796]
  ------------------
 2146|      0|        bind_gilstate_tstate(tstate);
 2147|      0|    }
 2148|       |
 2149|    796|    tstate->_status.active = 1;
 2150|    796|}
pystate.c:detach_thread:
 2278|    794|{
 2279|       |    // XXX assert(tstate_is_alive(tstate) && tstate_is_bound(tstate));
 2280|    794|    assert(_Py_atomic_load_int_relaxed(&tstate->state) == _Py_THREAD_ATTACHED);
  ------------------
  |  Branch (2280:5): [True: 794, False: 0]
  ------------------
 2281|    794|    assert(tstate == current_fast_get());
  ------------------
  |  Branch (2281:5): [True: 794, False: 0]
  ------------------
 2282|    794|    if (tstate->critical_section != 0) {
  ------------------
  |  Branch (2282:9): [True: 0, False: 794]
  ------------------
 2283|      0|        _PyCriticalSection_SuspendAll(tstate);
 2284|      0|    }
 2285|       |#ifdef Py_GIL_DISABLED
 2286|       |    _Py_qsbr_detach(((_PyThreadStateImpl *)tstate)->qsbr);
 2287|       |#endif
 2288|    794|    tstate_deactivate(tstate);
 2289|    794|    tstate_set_detached(tstate, detached_state);
 2290|    794|    current_fast_clear(&_PyRuntime);
 2291|    794|    _PyEval_ReleaseLock(tstate->interp, tstate, 0);
 2292|    794|}
pystate.c:tstate_deactivate:
 2154|    794|{
 2155|    794|    assert(tstate != NULL);
  ------------------
  |  Branch (2155:5): [True: 794, False: 0]
  ------------------
 2156|       |    // XXX assert(tstate_is_alive(tstate));
 2157|    794|    assert(tstate_is_bound(tstate));
  ------------------
  |  Branch (2157:5): [True: 794, False: 0]
  ------------------
 2158|    794|    assert(tstate->_status.active);
  ------------------
  |  Branch (2158:5): [True: 794, False: 0]
  ------------------
 2159|       |
 2160|       |#if Py_STATS
 2161|       |    _PyStats_Detach((_PyThreadStateImpl *)tstate);
 2162|       |#endif
 2163|       |
 2164|    794|    tstate->_status.active = 0;
 2165|       |
 2166|       |    // We do not unbind the gilstate tstate here.
 2167|       |    // It will still be used in PyGILState_Ensure().
 2168|    794|}
pystate.c:tstate_set_detached:
 2187|    794|{
 2188|    794|    assert(_Py_atomic_load_int_relaxed(&tstate->state) == _Py_THREAD_ATTACHED);
  ------------------
  |  Branch (2188:5): [True: 794, False: 0]
  ------------------
 2189|       |#ifdef Py_GIL_DISABLED
 2190|       |    _Py_atomic_store_int(&tstate->state, detached_state);
 2191|       |#else
 2192|    794|    tstate->state = detached_state;
 2193|    794|#endif
 2194|    794|}
pystate.c:push_chunk:
 3091|      2|{
 3092|      2|    int allocate_size = _PY_DATA_STACK_CHUNK_SIZE;
  ------------------
  |  |   65|      2|#define _PY_DATA_STACK_CHUNK_SIZE (16*1024)
  ------------------
 3093|      2|    while (allocate_size < (int)sizeof(PyObject*)*(size + MINIMUM_OVERHEAD)) {
  ------------------
  |  | 3087|      2|#define MINIMUM_OVERHEAD 1000
  ------------------
  |  Branch (3093:12): [True: 0, False: 2]
  ------------------
 3094|      0|        allocate_size *= 2;
 3095|      0|    }
 3096|      2|    _PyStackChunk *new;
 3097|      2|    if (tstate->datastack_cached_chunk != NULL
  ------------------
  |  Branch (3097:9): [True: 0, False: 2]
  ------------------
 3098|      0|        && (size_t)allocate_size <= tstate->datastack_cached_chunk->size)
  ------------------
  |  Branch (3098:12): [True: 0, False: 0]
  ------------------
 3099|      0|    {
 3100|      0|        new = tstate->datastack_cached_chunk;
 3101|      0|        tstate->datastack_cached_chunk = NULL;
 3102|      0|        new->previous = tstate->datastack_chunk;
 3103|      0|        new->top = 0;
 3104|      0|    }
 3105|      2|    else {
 3106|      2|        new = allocate_chunk(allocate_size, tstate->datastack_chunk);
 3107|      2|        if (new == NULL) {
  ------------------
  |  Branch (3107:13): [True: 0, False: 2]
  ------------------
 3108|      0|            return NULL;
 3109|      0|        }
 3110|      2|    }
 3111|      2|    if (tstate->datastack_chunk) {
  ------------------
  |  Branch (3111:9): [True: 0, False: 2]
  ------------------
 3112|      0|        tstate->datastack_chunk->top = tstate->datastack_top -
 3113|      0|                                       &tstate->datastack_chunk->data[0];
 3114|      0|    }
 3115|      2|    tstate->datastack_chunk = new;
 3116|      2|    tstate->datastack_limit = (PyObject **)(((char *)new) + allocate_size);
 3117|       |    // When new is the "root" chunk (i.e. new->previous == NULL), we can keep
 3118|       |    // _PyThreadState_PopFrame from freeing it later by "skipping" over the
 3119|       |    // first element:
 3120|       |    PyObject **res = &new->data[new->previous == NULL];
 3121|      2|    tstate->datastack_top = res + size;
 3122|      2|    return res;
 3123|      2|}
pystate.c:allocate_chunk:
 1439|      2|{
 1440|      2|    assert(size_in_bytes % sizeof(PyObject **) == 0);
  ------------------
  |  Branch (1440:5): [True: 2, False: 0]
  ------------------
 1441|      2|    _PyStackChunk *res = _PyObject_VirtualAlloc(size_in_bytes);
 1442|      2|    if (res == NULL) {
  ------------------
  |  Branch (1442:9): [True: 0, False: 2]
  ------------------
 1443|      0|        return NULL;
 1444|      0|    }
 1445|      2|    res->previous = previous;
 1446|      2|    res->size = size_in_bytes;
 1447|      2|    res->top = 0;
 1448|      2|    return res;
 1449|      2|}

PyRun_StringFlags:
 1272|      1|                     PyObject *locals, PyCompilerFlags *flags) {
 1273|       |
 1274|       |    return _PyRun_StringFlagsWithName(str, NULL, start, globals, locals, flags, 0);
 1275|      1|}
_Py_SourceAsString:
 1595|      1|{
 1596|      1|    const char *str;
 1597|      1|    Py_ssize_t size;
 1598|      1|    Py_buffer view;
 1599|       |
 1600|      1|    *cmd_copy = NULL;
 1601|      1|    if (PyUnicode_Check(cmd)) {
  ------------------
  |  |  103|      1|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      1|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1602|      1|        cf->cf_flags |= PyCF_IGNORE_COOKIE;
  ------------------
  |  |   18|      1|#define PyCF_IGNORE_COOKIE 0x0800
  ------------------
 1603|      1|        str = PyUnicode_AsUTF8AndSize(cmd, &size);
 1604|      1|        if (str == NULL)
  ------------------
  |  Branch (1604:13): [True: 0, False: 1]
  ------------------
 1605|      0|            return NULL;
 1606|      1|    }
 1607|      0|    else if (PyBytes_Check(cmd)) {
  ------------------
  |  |   28|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_BYTES_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (760:41): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1608|      0|        str = PyBytes_AS_STRING(cmd);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1609|      0|        size = PyBytes_GET_SIZE(cmd);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1610|      0|    }
 1611|      0|    else if (PyByteArray_Check(cmd)) {
  ------------------
  |  |   24|      0|#define PyByteArray_Check(self) PyObject_TypeCheck((self), &PyByteArray_Type)
  |  |  ------------------
  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1612|      0|        str = PyByteArray_AS_STRING(cmd);
  ------------------
  |  |   28|      0|#define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1613|      0|        size = PyByteArray_GET_SIZE(cmd);
  ------------------
  |  |   38|      0|#define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1614|      0|    }
 1615|      0|    else if (PyObject_GetBuffer(cmd, &view, PyBUF_SIMPLE) == 0) {
  ------------------
  |  |  108|      0|#define PyBUF_SIMPLE 0
  ------------------
  |  Branch (1615:14): [True: 0, False: 0]
  ------------------
 1616|       |        /* Copy to NUL-terminated buffer. */
 1617|      0|        *cmd_copy = PyBytes_FromStringAndSize(
 1618|      0|            (const char *)view.buf, view.len);
 1619|      0|        PyBuffer_Release(&view);
 1620|      0|        if (*cmd_copy == NULL) {
  ------------------
  |  Branch (1620:13): [True: 0, False: 0]
  ------------------
 1621|      0|            return NULL;
 1622|      0|        }
 1623|      0|        str = PyBytes_AS_STRING(*cmd_copy);
  ------------------
  |  |   27|      0|#define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1624|      0|        size = PyBytes_GET_SIZE(*cmd_copy);
  ------------------
  |  |   33|      0|#define PyBytes_GET_SIZE(self) PyBytes_GET_SIZE(_PyObject_CAST(self))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1625|      0|    }
 1626|      0|    else {
 1627|      0|        PyErr_Format(PyExc_TypeError,
 1628|      0|            "%s() arg 1 must be a %s object",
 1629|      0|            funcname, what);
 1630|      0|        return NULL;
 1631|      0|    }
 1632|       |
 1633|      1|    if (strlen(str) != (size_t)size) {
  ------------------
  |  Branch (1633:9): [True: 0, False: 1]
  ------------------
 1634|      0|        PyErr_SetString(PyExc_SyntaxError,
 1635|      0|            "source code string cannot contain null bytes");
 1636|      0|        Py_CLEAR(*cmd_copy);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1637|      0|        return NULL;
 1638|      0|    }
 1639|      1|    return str;
 1640|      1|}
pythonrun.c:run_mod:
 1399|      1|{
 1400|      1|    PyThreadState *tstate = _PyThreadState_GET();
 1401|      1|    PyObject* interactive_filename = filename;
 1402|      1|    if (interactive_src) {
  ------------------
  |  Branch (1402:9): [True: 0, False: 1]
  ------------------
 1403|      0|        PyInterpreterState *interp = tstate->interp;
 1404|      0|        if (generate_new_source) {
  ------------------
  |  Branch (1404:13): [True: 0, False: 0]
  ------------------
 1405|      0|            interactive_filename = get_interactive_filename(
 1406|      0|                filename, interp->_interactive_src_count++);
 1407|      0|        } else {
 1408|      0|            Py_INCREF(interactive_filename);
  ------------------
  |  |  310|      0|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1409|      0|        }
 1410|      0|        if (interactive_filename == NULL) {
  ------------------
  |  Branch (1410:13): [True: 0, False: 0]
  ------------------
 1411|      0|            return NULL;
 1412|      0|        }
 1413|      0|    }
 1414|      1|    PyObject *module = NULL;
 1415|      1|    if (globals && PyDict_GetItemStringRef(globals, "__name__", &module) < 0) {
  ------------------
  |  Branch (1415:9): [True: 1, False: 0]
  |  Branch (1415:20): [True: 0, False: 1]
  ------------------
 1416|      0|        if (interactive_src) {
  ------------------
  |  Branch (1416:13): [True: 0, False: 0]
  ------------------
 1417|      0|            Py_DECREF(interactive_filename);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1418|      0|        }
 1419|      0|        return NULL;
 1420|      0|    }
 1421|       |
 1422|      1|    PyCodeObject *co = _PyAST_Compile(mod, interactive_filename, flags, -1,
 1423|      1|                                      arena, module);
 1424|      1|    Py_XDECREF(module);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1425|      1|    if (co == NULL) {
  ------------------
  |  Branch (1425:9): [True: 0, False: 1]
  ------------------
 1426|      0|        if (interactive_src) {
  ------------------
  |  Branch (1426:13): [True: 0, False: 0]
  ------------------
 1427|      0|            Py_DECREF(interactive_filename);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1428|      0|        }
 1429|      0|        return NULL;
 1430|      0|    }
 1431|       |
 1432|      1|    if (interactive_src) {
  ------------------
  |  Branch (1432:9): [True: 0, False: 1]
  ------------------
 1433|      0|        PyObject *print_tb_func = PyImport_ImportModuleAttrString(
 1434|      0|            "linecache",
 1435|      0|            "_register_code");
 1436|      0|        if (print_tb_func == NULL) {
  ------------------
  |  Branch (1436:13): [True: 0, False: 0]
  ------------------
 1437|      0|            Py_DECREF(co);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1438|      0|            Py_DECREF(interactive_filename);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1439|      0|            return NULL;
 1440|      0|        }
 1441|       |
 1442|      0|        if (!PyCallable_Check(print_tb_func)) {
  ------------------
  |  Branch (1442:13): [True: 0, False: 0]
  ------------------
 1443|      0|            Py_DECREF(co);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1444|      0|            Py_DECREF(interactive_filename);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1445|      0|            Py_DECREF(print_tb_func);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1446|      0|            PyErr_SetString(PyExc_ValueError, "linecache._register_code is not callable");
 1447|      0|            return NULL;
 1448|      0|        }
 1449|       |
 1450|      0|        PyObject* result = PyObject_CallFunction(
 1451|      0|            print_tb_func, "OOO",
 1452|      0|            co,
 1453|      0|            interactive_src,
 1454|      0|            filename
 1455|      0|        );
 1456|       |
 1457|      0|        Py_DECREF(interactive_filename);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1458|       |
 1459|      0|        Py_XDECREF(print_tb_func);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1460|      0|        Py_XDECREF(result);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1461|      0|        if (!result) {
  ------------------
  |  Branch (1461:13): [True: 0, False: 0]
  ------------------
 1462|      0|            Py_DECREF(co);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1463|      0|            return NULL;
 1464|      0|        }
 1465|      0|    }
 1466|       |
 1467|      1|    if (_PySys_Audit(tstate, "exec", "O", co) < 0) {
  ------------------
  |  Branch (1467:9): [True: 0, False: 1]
  ------------------
 1468|      0|        Py_DECREF(co);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1469|      0|        return NULL;
 1470|      0|    }
 1471|       |
 1472|      1|    PyObject *v = run_eval_code_obj(tstate, co, globals, locals);
 1473|      1|    Py_DECREF(co);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1474|      1|    return v;
 1475|      1|}
pythonrun.c:run_eval_code_obj:
 1350|      1|{
 1351|       |    /* Set globals['__builtins__'] if it doesn't exist */
 1352|      1|    if (!globals || !PyAnyDict_Check(globals)) {
  ------------------
  |  |   43|      1|    (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   18|      1|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
  |  |  |  |  ------------------
  |  |  |  |  |  |  760|      2|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (760:41): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_Check(ob) || PyFrozenDict_Check(ob))
  |  |  ------------------
  |  |  |  |   37|      0|#define PyFrozenDict_Check(op) PyObject_TypeCheck((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  378|      0|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (378:40): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1352:9): [True: 0, False: 1]
  ------------------
 1353|      0|        PyErr_SetString(PyExc_SystemError,
 1354|      0|                        "globals must be a real dict or a real frozendict");
 1355|      0|        return NULL;
 1356|      0|    }
 1357|      1|    int has_builtins = PyDict_ContainsString(globals, "__builtins__");
 1358|      1|    if (has_builtins < 0) {
  ------------------
  |  Branch (1358:9): [True: 0, False: 1]
  ------------------
 1359|      0|        return NULL;
 1360|      0|    }
 1361|      1|    if (!has_builtins) {
  ------------------
  |  Branch (1361:9): [True: 0, False: 1]
  ------------------
 1362|      0|        if (PyDict_SetItemString(globals, "__builtins__",
  ------------------
  |  Branch (1362:13): [True: 0, False: 0]
  ------------------
 1363|      0|                                 tstate->interp->builtins) < 0)
 1364|      0|        {
 1365|      0|            return NULL;
 1366|      0|        }
 1367|      0|    }
 1368|       |
 1369|      1|    return PyEval_EvalCode((PyObject*)co, globals, locals);
 1370|      1|}
pythonrun.c:_PyRun_StringFlagsWithName:
 1231|      1|{
 1232|      1|    PyObject *ret = NULL;
 1233|      1|    mod_ty mod;
 1234|      1|    PyArena *arena;
 1235|       |
 1236|      1|    arena = _PyArena_New();
 1237|      1|    if (arena == NULL)
  ------------------
  |  Branch (1237:9): [True: 0, False: 1]
  ------------------
 1238|      0|        return NULL;
 1239|       |
 1240|      1|    PyObject* source = NULL;
 1241|      1|    _Py_DECLARE_STR(anon_string, "<string>");
 1242|       |
 1243|      1|    if (name) {
  ------------------
  |  Branch (1243:9): [True: 0, False: 1]
  ------------------
 1244|      0|        source = PyUnicode_FromString(str);
 1245|      0|        if (!source) {
  ------------------
  |  Branch (1245:13): [True: 0, False: 0]
  ------------------
 1246|      0|            PyErr_Clear();
 1247|      0|        }
 1248|      1|    } else {
 1249|      1|        name = &_Py_STR(anon_string);
  ------------------
  |  |  919|      1|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1250|      1|    }
 1251|      1|    PyObject *module = NULL;
 1252|      1|    if (globals && PyDict_GetItemStringRef(globals, "__name__", &module) < 0) {
  ------------------
  |  Branch (1252:9): [True: 1, False: 0]
  |  Branch (1252:20): [True: 0, False: 1]
  ------------------
 1253|      0|        goto done;
 1254|      0|    }
 1255|       |
 1256|      1|    mod = _PyParser_ASTFromString(str, name, start, flags, arena, module);
 1257|      1|    Py_XDECREF(module);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1258|       |
 1259|      1|    if (mod != NULL) {
  ------------------
  |  Branch (1259:9): [True: 1, False: 0]
  ------------------
 1260|      1|        ret = run_mod(mod, name, globals, locals, flags, arena, source, generate_new_source);
 1261|      1|    }
 1262|       |
 1263|      1|done:
 1264|      1|    Py_XDECREF(source);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1265|      1|    _PyArena_Free(arena);
 1266|      1|    return ret;
 1267|      1|}

_PyTimeFraction_Set:
   79|      4|{
   80|      4|    if (numer < 1 || denom < 1) {
  ------------------
  |  Branch (80:9): [True: 0, False: 4]
  |  Branch (80:22): [True: 0, False: 4]
  ------------------
   81|      0|        return -1;
   82|      0|    }
   83|       |
   84|      4|    PyTime_t gcd = _PyTime_GCD(numer, denom);
   85|      4|    frac->numer = numer / gcd;
   86|      4|    frac->denom = denom / gcd;
   87|      4|    return 0;
   88|      4|}
_PyLong_FromTime_t:
  226|    207|{
  227|    207|#if SIZEOF_TIME_T == SIZEOF_LONG_LONG
  228|    207|    return PyLong_FromLongLong((long long)t);
  229|       |#elif SIZEOF_TIME_T <= SIZEOF_LONG
  230|       |    return PyLong_FromLong((long)t);
  231|       |#else
  232|       |#   error "unsupported time_t size"
  233|       |#endif
  234|    207|}
_PyTime_FromSeconds:
  539|    182|{
  540|       |    /* ensure that integer overflow cannot happen, int type should have 32
  541|       |       bits, whereas PyTime_t type has at least 64 bits (SEC_TO_NS takes 30
  542|       |       bits). */
  543|    182|    static_assert(INT_MAX <= PyTime_MAX / SEC_TO_NS, "PyTime_t overflow");
  544|    182|    static_assert(INT_MIN >= PyTime_MIN / SEC_TO_NS, "PyTime_t underflow");
  545|       |
  546|    182|    PyTime_t t = (PyTime_t)seconds;
  547|    182|    assert((t >= 0 && t <= PyTime_MAX / SEC_TO_NS)
  ------------------
  |  Branch (547:5): [True: 0, False: 182]
  |  Branch (547:5): [True: 0, False: 0]
  |  Branch (547:5): [True: 182, False: 0]
  |  Branch (547:5): [True: 182, False: 0]
  ------------------
  548|    182|           || (t < 0 && t >= PyTime_MIN / SEC_TO_NS));
  549|    182|    t *= SEC_TO_NS;
  ------------------
  |  |   35|    182|#define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   26|    182|#define SEC_TO_MS 1000
  |  |  ------------------
  |  |               #define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   34|    182|#define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|    182|#define MS_TO_US 1000
  |  |  |  |  ------------------
  |  |  |  |               #define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   33|    182|#define US_TO_NS 1000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  550|    182|    return t;
  551|    182|}
_PyTime_FromMicrosecondsClamp:
  556|     39|{
  557|     39|    PyTime_t ns = _PyTime_Mul(us, US_TO_NS);
  ------------------
  |  |   33|     39|#define US_TO_NS 1000
  ------------------
  558|     39|    return ns;
  559|     39|}
PyTime_AsSecondsDouble:
  705|      8|{
  706|       |    /* volatile avoids optimization changing how numbers are rounded */
  707|      8|    volatile double d;
  708|       |
  709|      8|    if (ns % SEC_TO_NS == 0) {
  ------------------
  |  |   35|      8|#define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   26|      8|#define SEC_TO_MS 1000
  |  |  ------------------
  |  |               #define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   34|      8|#define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      8|#define MS_TO_US 1000
  |  |  |  |  ------------------
  |  |  |  |               #define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   33|      8|#define US_TO_NS 1000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (709:9): [True: 0, False: 8]
  ------------------
  710|       |        /* Divide using integers to avoid rounding issues on the integer part.
  711|       |           1e-9 cannot be stored exactly in IEEE 64-bit. */
  712|      0|        PyTime_t secs = ns / SEC_TO_NS;
  ------------------
  |  |   35|      0|#define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   26|      0|#define SEC_TO_MS 1000
  |  |  ------------------
  |  |               #define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   34|      0|#define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|      0|#define MS_TO_US 1000
  |  |  |  |  ------------------
  |  |  |  |               #define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   33|      0|#define US_TO_NS 1000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  713|      0|        d = (double)secs;
  714|      0|    }
  715|      8|    else {
  716|      8|        d = (double)ns;
  717|      8|        d /= 1e9;
  718|      8|    }
  719|      8|    return d;
  720|      8|}
_PyTime_Init:
 1179|      2|{
 1180|       |#ifdef MS_WINDOWS
 1181|       |    return py_win_perf_counter_frequency(&state->base);
 1182|       |#elif defined(__APPLE__)
 1183|       |    return py_mach_timebase_info(&state->base);
 1184|       |#else
 1185|      2|    return PyStatus_Ok();
 1186|      2|#endif
 1187|      2|}
PyTime_MonotonicRaw:
 1289|     12|{
 1290|     12|    if (py_get_monotonic_clock(result, NULL, 0) < 0) {
  ------------------
  |  Branch (1290:9): [True: 0, False: 12]
  ------------------
 1291|      0|        *result = 0;
 1292|      0|        return -1;
 1293|      0|    }
 1294|     12|    return 0;
 1295|     12|}
PyTime_PerfCounterRaw:
 1321|     12|{
 1322|     12|    return PyTime_MonotonicRaw(result);
 1323|     12|}
_PyTime_localtime:
 1328|      4|{
 1329|       |#ifdef MS_WINDOWS
 1330|       |    if (t >= 0) {
 1331|       |        /* For non-negative timestamps, use localtime_s() */
 1332|       |        int error = localtime_s(tm, &t);
 1333|       |        if (error != 0) {
 1334|       |            errno = error;
 1335|       |            PyErr_SetFromErrno(PyExc_OSError);
 1336|       |            return -1;
 1337|       |        }
 1338|       |        return 0;
 1339|       |    }
 1340|       |
 1341|       |    /* For negative timestamps, use FILETIME-based conversion */
 1342|       |    return _PyTime_windows_filetime(t, tm, 1);
 1343|       |#else /* !MS_WINDOWS */
 1344|       |
 1345|       |#if defined(_AIX) && (SIZEOF_TIME_T < 8)
 1346|       |    /* bpo-34373: AIX does not return NULL if t is too small or too large */
 1347|       |    if (t < -2145916800 /* 1902-01-01 */
 1348|       |       || t > 2145916800 /* 2038-01-01 */) {
 1349|       |        errno = EINVAL;
 1350|       |        PyErr_SetString(PyExc_OverflowError,
 1351|       |                        "localtime argument out of range");
 1352|       |        return -1;
 1353|       |    }
 1354|       |#endif
 1355|       |
 1356|      4|    errno = 0;
 1357|      4|    if (localtime_r(&t, tm) == NULL) {
  ------------------
  |  Branch (1357:9): [True: 0, False: 4]
  ------------------
 1358|      0|        if (errno == 0) {
  ------------------
  |  Branch (1358:13): [True: 0, False: 0]
  ------------------
 1359|      0|            errno = EINVAL;
 1360|      0|        }
 1361|      0|        PyErr_SetFromErrno(PyExc_OSError);
 1362|      0|        return -1;
 1363|      0|    }
 1364|      4|    return 0;
 1365|      4|#endif /* MS_WINDOWS */
 1366|      4|}
pytime.c:_PyTime_GCD:
   63|      4|{
   64|       |    // Euclidean algorithm
   65|      4|    assert(x >= 1);
  ------------------
  |  Branch (65:5): [True: 4, False: 0]
  ------------------
   66|      4|    assert(y >= 1);
  ------------------
  |  Branch (66:5): [True: 4, False: 0]
  ------------------
   67|      8|    while (y != 0) {
  ------------------
  |  Branch (67:12): [True: 4, False: 4]
  ------------------
   68|      4|        PyTime_t tmp = y;
   69|      4|        y = x % y;
   70|      4|        x = tmp;
   71|      4|    }
   72|      4|    assert(x >= 1);
  ------------------
  |  Branch (72:5): [True: 4, False: 0]
  ------------------
   73|      4|    return x;
   74|      4|}
pytime.c:pytime_add:
  117|     12|{
  118|     12|    if (t2 > 0 && *t1 > PyTime_MAX - t2) {
  ------------------
  |  |   12|     12|#define PyTime_MAX INT64_MAX
  ------------------
  |  Branch (118:9): [True: 12, False: 0]
  |  Branch (118:19): [True: 0, False: 12]
  ------------------
  119|      0|        *t1 = PyTime_MAX;
  ------------------
  |  |   12|      0|#define PyTime_MAX INT64_MAX
  ------------------
  120|      0|        return -1;
  121|      0|    }
  122|     12|    else if (t2 < 0 && *t1 < PyTime_MIN - t2) {
  ------------------
  |  |   11|      0|#define PyTime_MIN INT64_MIN
  ------------------
  |  Branch (122:14): [True: 0, False: 12]
  |  Branch (122:24): [True: 0, False: 0]
  ------------------
  123|      0|        *t1 = PyTime_MIN;
  ------------------
  |  |   11|      0|#define PyTime_MIN INT64_MIN
  ------------------
  124|      0|        return -1;
  125|      0|    }
  126|     12|    else {
  127|     12|        *t1 += t2;
  128|     12|        return 0;
  129|     12|    }
  130|     12|}
pytime.c:_PyTime_Mul:
  173|     39|{
  174|     39|    (void)pytime_mul(&t, k);
  175|     39|    return t;
  176|     39|}
pytime.c:pytime_mul:
  157|     51|{
  158|     51|    assert(k >= 0);
  ------------------
  |  Branch (158:5): [True: 51, False: 0]
  ------------------
  159|     51|    if (pytime_mul_check_overflow(*t, k)) {
  ------------------
  |  Branch (159:9): [True: 0, False: 51]
  ------------------
  160|      0|        *t = (*t >= 0) ? PyTime_MAX : PyTime_MIN;
  ------------------
  |  |   12|      0|#define PyTime_MAX INT64_MAX
  ------------------
                      *t = (*t >= 0) ? PyTime_MAX : PyTime_MIN;
  ------------------
  |  |   11|      0|#define PyTime_MIN INT64_MIN
  ------------------
  |  Branch (160:14): [True: 0, False: 0]
  ------------------
  161|      0|        return -1;
  162|      0|    }
  163|     51|    else {
  164|     51|        *t *= k;
  165|     51|        return 0;
  166|     51|    }
  167|     51|}
pytime.c:pytime_mul_check_overflow:
  143|     51|{
  144|     51|    if (b != 0) {
  ------------------
  |  Branch (144:9): [True: 51, False: 0]
  ------------------
  145|     51|        assert(b > 0);
  ------------------
  |  Branch (145:9): [True: 51, False: 0]
  ------------------
  146|     51|        return ((a < PyTime_MIN / b) || (PyTime_MAX / b < a));
  ------------------
  |  |   11|     51|#define PyTime_MIN INT64_MIN
  ------------------
                      return ((a < PyTime_MIN / b) || (PyTime_MAX / b < a));
  ------------------
  |  |   12|     51|#define PyTime_MAX INT64_MAX
  ------------------
  |  Branch (146:17): [True: 0, False: 51]
  |  Branch (146:41): [True: 0, False: 51]
  ------------------
  147|     51|    }
  148|      0|    else {
  149|      0|        return 0;
  150|      0|    }
  151|     51|}
pytime.c:pytime_fromtimespec:
  565|     12|{
  566|     12|    PyTime_t t, tv_nsec;
  567|       |
  568|     12|    static_assert(sizeof(ts->tv_sec) <= sizeof(PyTime_t),
  569|     12|                  "timespec.tv_sec is larger than PyTime_t");
  570|     12|    t = (PyTime_t)ts->tv_sec;
  571|       |
  572|     12|    int res1 = pytime_mul(&t, SEC_TO_NS);
  ------------------
  |  |   35|     12|#define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   26|     12|#define SEC_TO_MS 1000
  |  |  ------------------
  |  |               #define SEC_TO_NS (SEC_TO_MS * MS_TO_NS)
  |  |  ------------------
  |  |  |  |   34|     12|#define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   29|     12|#define MS_TO_US 1000
  |  |  |  |  ------------------
  |  |  |  |               #define MS_TO_NS (MS_TO_US * US_TO_NS)
  |  |  |  |  ------------------
  |  |  |  |  |  |   33|     12|#define US_TO_NS 1000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  573|       |
  574|     12|    tv_nsec = ts->tv_nsec;
  575|     12|    int res2 = pytime_add(&t, tv_nsec);
  576|       |
  577|     12|    *tp = t;
  578|       |
  579|     12|    if (raise_exc && (res1 < 0 || res2 < 0)) {
  ------------------
  |  Branch (579:9): [True: 0, False: 12]
  |  Branch (579:23): [True: 0, False: 0]
  |  Branch (579:35): [True: 0, False: 0]
  ------------------
  580|      0|        pytime_overflow();
  581|      0|        return -1;
  582|      0|    }
  583|     12|    return 0;
  584|     12|}
pytime.c:py_get_monotonic_clock:
 1192|     12|{
 1193|     12|    assert(info == NULL || raise_exc);
  ------------------
  |  Branch (1193:5): [True: 12, False: 0]
  |  Branch (1193:5): [True: 0, False: 0]
  ------------------
 1194|     12|    if (raise_exc) {
  ------------------
  |  Branch (1194:9): [True: 0, False: 12]
  ------------------
 1195|       |        // raise_exc requires to hold a thread state
 1196|      0|        _Py_AssertHoldsTstate();
  ------------------
  |  |  306|      0|#define _Py_AssertHoldsTstate() _Py_AssertHoldsTstateFunc(__func__)
  ------------------
 1197|      0|    }
 1198|       |
 1199|       |#if defined(MS_WINDOWS)
 1200|       |    if (py_get_win_perf_counter(tp, info, raise_exc) < 0) {
 1201|       |        return -1;
 1202|       |    }
 1203|       |#elif defined(__APPLE__)
 1204|       |    if (info) {
 1205|       |        info->implementation = "mach_absolute_time()";
 1206|       |        info->resolution = _PyTimeFraction_Resolution(&_PyRuntime.time.base);
 1207|       |        info->monotonic = 1;
 1208|       |        info->adjustable = 0;
 1209|       |    }
 1210|       |
 1211|       |    uint64_t uticks = mach_absolute_time();
 1212|       |    // unsigned => signed
 1213|       |    assert(uticks <= (uint64_t)PyTime_MAX);
 1214|       |    PyTime_t ticks = (PyTime_t)uticks;
 1215|       |
 1216|       |    PyTime_t ns = _PyTimeFraction_Mul(ticks, &_PyRuntime.time.base);
 1217|       |    *tp = ns;
 1218|       |
 1219|       |#elif defined(__hpux)
 1220|       |    hrtime_t time = gethrtime();
 1221|       |    if (time == -1) {
 1222|       |        if (raise_exc) {
 1223|       |            PyErr_SetFromErrno(PyExc_OSError);
 1224|       |        }
 1225|       |        return -1;
 1226|       |    }
 1227|       |
 1228|       |    *tp = time;
 1229|       |
 1230|       |    if (info) {
 1231|       |        info->implementation = "gethrtime()";
 1232|       |        info->resolution = 1e-9;
 1233|       |        info->monotonic = 1;
 1234|       |        info->adjustable = 0;
 1235|       |    }
 1236|       |
 1237|       |#else
 1238|       |
 1239|       |#ifdef CLOCK_HIGHRES
 1240|       |    const clockid_t clk_id = CLOCK_HIGHRES;
 1241|       |    const char *implementation = "clock_gettime(CLOCK_HIGHRES)";
 1242|       |#else
 1243|     12|    const clockid_t clk_id = CLOCK_MONOTONIC;
 1244|     12|    const char *implementation = "clock_gettime(CLOCK_MONOTONIC)";
 1245|     12|#endif
 1246|       |
 1247|     12|    struct timespec ts;
 1248|     12|    if (clock_gettime(clk_id, &ts) != 0) {
  ------------------
  |  Branch (1248:9): [True: 0, False: 12]
  ------------------
 1249|      0|        if (raise_exc) {
  ------------------
  |  Branch (1249:13): [True: 0, False: 0]
  ------------------
 1250|      0|            PyErr_SetFromErrno(PyExc_OSError);
 1251|      0|            return -1;
 1252|      0|        }
 1253|      0|        return -1;
 1254|      0|    }
 1255|       |
 1256|     12|    if (pytime_fromtimespec(tp, &ts, raise_exc) < 0) {
  ------------------
  |  Branch (1256:9): [True: 0, False: 12]
  ------------------
 1257|      0|        return -1;
 1258|      0|    }
 1259|       |
 1260|     12|    if (info) {
  ------------------
  |  Branch (1260:9): [True: 0, False: 12]
  ------------------
 1261|      0|        info->monotonic = 1;
 1262|      0|        info->implementation = implementation;
 1263|      0|        info->adjustable = 0;
 1264|      0|        struct timespec res;
 1265|      0|        if (clock_getres(clk_id, &res) != 0) {
  ------------------
  |  Branch (1265:13): [True: 0, False: 0]
  ------------------
 1266|      0|            PyErr_SetFromErrno(PyExc_OSError);
 1267|      0|            return -1;
 1268|      0|        }
 1269|      0|        info->resolution = res.tv_sec + res.tv_nsec * 1e-9;
 1270|      0|    }
 1271|     12|#endif
 1272|     12|    return 0;
 1273|     12|}

_PySlotIterator_InitLegacy:
   61|    177|{
   62|    177|    init_with_kind(it, slots, kind, kind);
   63|    177|}
_PySlotIterator_Rewind:
   67|    117|{
   68|    117|    MSG("");
   69|    117|    MSG("rewind (%s slot iterator)", kind_name(it->kind));
   70|    117|    assert (it->is_at_end);
  ------------------
  |  Branch (70:5): [True: 117, False: 0]
  ------------------
   71|    117|    assert (it->recursion_level == 0);
  ------------------
  |  Branch (71:5): [True: 117, False: 0]
  ------------------
   72|    117|    assert (it->state == it->states);
  ------------------
  |  Branch (72:5): [True: 117, False: 0]
  ------------------
   73|    117|    it->is_at_end = false;
   74|    117|    it->state->any_slot = slots;
   75|       |    it->is_first_run = false;
   76|    117|}
_PySlotIterator_SawSlot:
   92|  1.16k|{
   93|  1.16k|    assert (id > 0);
  ------------------
  |  Branch (93:5): [True: 1.16k, False: 0]
  ------------------
   94|  1.16k|    assert (id < _Py_slot_COUNT);
  ------------------
  |  Branch (94:5): [True: 1.16k, False: 0]
  ------------------
   95|  1.16k|    return it->seen[seen_index(id)] & seen_mask(id);
   96|  1.16k|}
_PySlotIterator_Next:
  116|  2.37k|{
  117|  2.37k|    MSG("next");
  118|  2.37k|    assert(it);
  ------------------
  |  Branch (118:5): [True: 2.37k, False: 0]
  ------------------
  119|  2.37k|    assert(!it->is_at_end);
  ------------------
  |  Branch (119:5): [True: 2.37k, False: 0]
  ------------------
  120|  2.37k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (120:5): [True: 2.37k, False: 0]
  ------------------
  121|       |
  122|  2.37k|    it->current.sl_id = -1;
  123|       |
  124|  2.66k|    while (true) {
  ------------------
  |  Branch (124:12): [True: 2.66k, Folded]
  ------------------
  125|  2.66k|        if (it->state->slot == NULL) {
  ------------------
  |  Branch (125:13): [True: 294, False: 2.37k]
  ------------------
  126|    294|            if (it->recursion_level == 0) {
  ------------------
  |  Branch (126:17): [True: 294, False: 0]
  ------------------
  127|    294|                MSG("end (initial nesting level done)");
  128|    294|                it->is_at_end = true;
  129|    294|                return 0;
  130|    294|            }
  131|      0|            MSG("pop nesting level %d", (int)it->recursion_level);
  132|      0|            it->recursion_level--;
  133|      0|            it->state = &it->states[it->recursion_level];
  134|      0|            advance(it);
  135|      0|            continue;
  136|    294|        }
  137|       |
  138|  2.37k|        switch (it->state->slot_struct_kind) {
  139|      0|            case _PySlot_KIND_SLOT: {
  ------------------
  |  Branch (139:13): [True: 0, False: 2.37k]
  ------------------
  140|      0|                MSG("copying PySlot structure");
  141|      0|                it->current = *it->state->slot;
  142|      0|            } break;
  143|  2.08k|            case _PySlot_KIND_TYPE: {
  ------------------
  |  Branch (143:13): [True: 2.08k, False: 288]
  ------------------
  144|  2.08k|                MSG("converting PyType_Slot structure");
  145|  2.08k|                memset(&it->current, 0, sizeof(it->current));
  146|  2.08k|                it->current.sl_id = (uint16_t)it->state->tp_slot->slot;
  147|  2.08k|                it->current.sl_flags = PySlot_INTPTR;
  ------------------
  |  |   23|  2.08k|#define PySlot_INTPTR 0x0004
  ------------------
  148|  2.08k|                it->current.sl_ptr = (void*)it->state->tp_slot->pfunc;
  149|  2.08k|            } break;
  150|    288|            case _PySlot_KIND_MOD: {
  ------------------
  |  Branch (150:13): [True: 288, False: 2.08k]
  ------------------
  151|    288|                MSG("converting PyModuleDef_Slot structure");
  152|    288|                memset(&it->current, 0, sizeof(it->current));
  153|    288|                it->current.sl_id = (uint16_t)it->state->mod_slot->slot;
  154|    288|                it->current.sl_flags = PySlot_INTPTR;
  ------------------
  |  |   23|    288|#define PySlot_INTPTR 0x0004
  ------------------
  155|    288|                it->current.sl_ptr = (void*)it->state->mod_slot->value;
  156|    288|            } break;
  157|      0|            default: {
  ------------------
  |  Branch (157:13): [True: 0, False: 2.37k]
  ------------------
  158|      0|                Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  159|      0|            } break;
  160|  2.37k|        }
  161|       |
  162|       |        /* shorter local names */
  163|  2.37k|        PySlot *const result = &it->current;
  164|  2.37k|        uint16_t flags = result->sl_flags;
  165|       |
  166|  2.37k|        MSG("slot %d, flags 0x%x, from %p",
  167|  2.37k|            (int)result->sl_id, (unsigned)flags, it->state->slot);
  168|       |
  169|  2.37k|        uint16_t orig_id = result->sl_id;
  170|  2.37k|        switch (it->kind) {
  171|  2.08k|            case _PySlot_KIND_TYPE:
  ------------------
  |  Branch (171:13): [True: 2.08k, False: 288]
  ------------------
  172|  2.08k|                result->sl_id = _PySlot_resolve_type_slot(result->sl_id);
  173|  2.08k|                break;
  174|    288|            case _PySlot_KIND_MOD:
  ------------------
  |  Branch (174:13): [True: 288, False: 2.08k]
  ------------------
  175|    288|                result->sl_id = _PySlot_resolve_mod_slot(result->sl_id);
  176|    288|                break;
  177|      0|            default:
  ------------------
  |  Branch (177:13): [True: 0, False: 2.37k]
  ------------------
  178|      0|                Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  179|  2.37k|        }
  180|  2.37k|        MSG("resolved to slot %d (%s)",
  181|  2.37k|            (int)result->sl_id, _PySlot_GetName(result->sl_id));
  182|       |
  183|  2.37k|        if (result->sl_id == Py_slot_invalid) {
  ------------------
  |  |   25|  2.37k|#define Py_slot_invalid 0xffff
  ------------------
  |  Branch (183:13): [True: 0, False: 2.37k]
  ------------------
  184|      0|            MSG("error (unknown/invalid slot)");
  185|      0|            if (flags & PySlot_OPTIONAL) {
  ------------------
  |  |   21|      0|#define PySlot_OPTIONAL 0x0001
  ------------------
  |  Branch (185:17): [True: 0, False: 0]
  ------------------
  186|      0|                advance(it);
  187|      0|                continue;
  188|      0|            }
  189|      0|            _PySlot_err_bad_slot(kind_name(it->kind), orig_id);
  190|      0|            goto error;
  191|      0|        }
  192|  2.37k|        if (result->sl_id == Py_slot_end) {
  ------------------
  |  |   12|  2.37k|#define Py_slot_end 0
  ------------------
  |  Branch (192:13): [True: 294, False: 2.07k]
  ------------------
  193|    294|            MSG("sentinel slot, flags %x", (unsigned)flags);
  194|    294|            if (flags & PySlot_OPTIONAL) {
  ------------------
  |  |   21|    294|#define PySlot_OPTIONAL 0x0001
  ------------------
  |  Branch (194:17): [True: 0, False: 294]
  ------------------
  195|      0|                MSG("error (bad flags on sentinel)");
  196|      0|                PyErr_Format(PyExc_SystemError,
  197|      0|                            "invalid flags for Py_slot_end: 0x%x",
  198|      0|                             (unsigned int)flags);
  199|      0|                goto error;
  200|      0|            }
  201|    294|            it->state->slot = NULL;
  202|    294|            continue;
  203|    294|        }
  204|       |
  205|  2.07k|        if (result->sl_id == Py_slot_subslots
  ------------------
  |  |  100|  4.15k|#define Py_slot_subslots 92
  ------------------
  |  Branch (205:13): [True: 0, False: 2.07k]
  ------------------
  206|  2.07k|            || result->sl_id == Py_tp_slots
  ------------------
  |  |  101|  4.15k|#define Py_tp_slots 93
  ------------------
  |  Branch (206:16): [True: 0, False: 2.07k]
  ------------------
  207|  2.07k|            || result->sl_id == Py_mod_slots
  ------------------
  |  |  102|  2.07k|#define Py_mod_slots 94
  ------------------
  |  Branch (207:16): [True: 0, False: 2.07k]
  ------------------
  208|  2.07k|        ) {
  209|      0|            if (result->sl_ptr == NULL) {
  ------------------
  |  Branch (209:17): [True: 0, False: 0]
  ------------------
  210|      0|                MSG("NULL subslots; skipping");
  211|      0|                advance(it);
  212|      0|                continue;
  213|      0|            }
  214|      0|            if ((it->states[0].slot_struct_kind == _PySlot_KIND_MOD)
  ------------------
  |  Branch (214:17): [True: 0, False: 0]
  ------------------
  215|      0|                && (it->state->slot_struct_kind == _PySlot_KIND_SLOT)
  ------------------
  |  Branch (215:20): [True: 0, False: 0]
  ------------------
  216|      0|                && !(result->sl_flags & PySlot_STATIC))
  ------------------
  |  |   22|      0|#define PySlot_STATIC 0x0002
  ------------------
  |  Branch (216:20): [True: 0, False: 0]
  ------------------
  217|      0|            {
  218|      0|                PyErr_Format(PyExc_SystemError,
  219|      0|                             "slots included from PyModuleDef must be static");
  220|      0|                goto error;
  221|      0|            }
  222|      0|            it->recursion_level++;
  223|      0|            MSG("recursing into level %d", it->recursion_level);
  224|      0|            if (it->recursion_level >= _PySlot_MAX_NESTING) {
  ------------------
  |  |   39|      0|#define _PySlot_MAX_NESTING 5
  ------------------
  |  Branch (224:17): [True: 0, False: 0]
  ------------------
  225|      0|                MSG("error (too much nesting)");
  226|      0|                PyErr_Format(PyExc_SystemError,
  227|      0|                            "%s (slot %d): too many levels of nested slots",
  228|      0|                            _PySlot_GetName(result->sl_id), orig_id);
  229|      0|                goto error;
  230|      0|            }
  231|      0|            it->state = &it->states[it->recursion_level];
  232|      0|            memset(it->state, 0, sizeof(_PySlotIterator_state));
  233|      0|            it->state->slot = result->sl_ptr;
  234|      0|            switch (result->sl_id) {
  ------------------
  |  Branch (234:21): [True: 0, False: 0]
  ------------------
  235|      0|                case Py_slot_subslots:
  ------------------
  |  |  100|      0|#define Py_slot_subslots 92
  ------------------
  |  Branch (235:17): [True: 0, False: 0]
  ------------------
  236|      0|                    it->state->slot_struct_kind = _PySlot_KIND_SLOT; break;
  237|      0|                case Py_tp_slots:
  ------------------
  |  |  101|      0|#define Py_tp_slots 93
  ------------------
  |  Branch (237:17): [True: 0, False: 0]
  ------------------
  238|      0|                    it->state->slot_struct_kind = _PySlot_KIND_TYPE; break;
  239|      0|                case Py_mod_slots:
  ------------------
  |  |  102|      0|#define Py_mod_slots 94
  ------------------
  |  Branch (239:17): [True: 0, False: 0]
  ------------------
  240|      0|                    it->state->slot_struct_kind = _PySlot_KIND_MOD; break;
  241|      0|            }
  242|      0|            continue;
  243|      0|        }
  244|       |
  245|  2.07k|        if (flags & PySlot_INTPTR) {
  ------------------
  |  |   23|  2.07k|#define PySlot_INTPTR 0x0004
  ------------------
  |  Branch (245:13): [True: 2.07k, False: 0]
  ------------------
  246|  2.07k|            MSG("casting from intptr");
  247|       |            /* this should compile to nothing on common architectures */
  248|  2.07k|            switch (_PySlot_get_dtype(result->sl_id)) {
  ------------------
  |  Branch (248:21): [True: 2.07k, False: 0]
  ------------------
  249|      0|                case _PySlot_DTYPE_SIZE: {
  ------------------
  |  Branch (249:17): [True: 0, False: 2.07k]
  ------------------
  250|      0|                    result->sl_size = (Py_ssize_t)(intptr_t)result->sl_ptr;
  251|      0|                } break;
  252|      0|                case _PySlot_DTYPE_INT64: {
  ------------------
  |  Branch (252:17): [True: 0, False: 2.07k]
  ------------------
  253|      0|                    result->sl_int64 = (int64_t)(intptr_t)result->sl_ptr;
  254|      0|                } break;
  255|    120|                case _PySlot_DTYPE_UINT64: {
  ------------------
  |  Branch (255:17): [True: 120, False: 1.95k]
  ------------------
  256|    120|                    result->sl_uint64 = (uint64_t)(intptr_t)result->sl_ptr;
  257|    120|                } break;
  258|    638|                case _PySlot_DTYPE_PTR:
  ------------------
  |  Branch (258:17): [True: 638, False: 1.44k]
  ------------------
  259|  1.95k|                case _PySlot_DTYPE_FUNC:
  ------------------
  |  Branch (259:17): [True: 1.32k, False: 758]
  ------------------
  260|  1.95k|                case _PySlot_DTYPE_VOID:
  ------------------
  |  Branch (260:17): [True: 0, False: 2.07k]
  ------------------
  261|  1.95k|                    break;
  262|  2.07k|            }
  263|  2.07k|        }
  264|       |
  265|  2.07k|        advance(it);
  266|  2.07k|        switch (_PySlot_get_dtype(result->sl_id)) {
  ------------------
  |  Branch (266:17): [True: 2.07k, False: 0]
  ------------------
  267|      0|            case _PySlot_DTYPE_VOID:
  ------------------
  |  Branch (267:13): [True: 0, False: 2.07k]
  ------------------
  268|    638|            case _PySlot_DTYPE_PTR:
  ------------------
  |  Branch (268:13): [True: 638, False: 1.44k]
  ------------------
  269|    638|                MSG("result: %d (%s): %p",
  270|    638|                    (int)result->sl_id, _PySlot_GetName(result->sl_id),
  271|    638|                    (void*)result->sl_ptr);
  272|    638|                break;
  273|  1.32k|            case _PySlot_DTYPE_FUNC:
  ------------------
  |  Branch (273:13): [True: 1.32k, False: 758]
  ------------------
  274|  1.32k|                MSG("result: %d (%s): %p",
  275|  1.32k|                    (int)result->sl_id, _PySlot_GetName(result->sl_id),
  276|  1.32k|                    (void*)result->sl_func);
  277|  1.32k|                break;
  278|      0|            case _PySlot_DTYPE_SIZE:
  ------------------
  |  Branch (278:13): [True: 0, False: 2.07k]
  ------------------
  279|      0|                MSG("result: %d (%s): %zd",
  280|      0|                    (int)result->sl_id, _PySlot_GetName(result->sl_id),
  281|      0|                    (Py_ssize_t)result->sl_size);
  282|      0|                break;
  283|      0|            case _PySlot_DTYPE_INT64:
  ------------------
  |  Branch (283:13): [True: 0, False: 2.07k]
  ------------------
  284|      0|                MSG("result: %d (%s): %ld",
  285|      0|                    (int)result->sl_id,  _PySlot_GetName(result->sl_id),
  286|      0|                    (long)result->sl_int64);
  287|      0|                break;
  288|    120|            case _PySlot_DTYPE_UINT64:
  ------------------
  |  Branch (288:13): [True: 120, False: 1.95k]
  ------------------
  289|    120|                MSG("result: %d (%s): %lu (0x%lx)",
  290|    120|                    (int)result->sl_id, _PySlot_GetName(result->sl_id),
  291|    120|                    (unsigned long)result->sl_int64,
  292|    120|                    (unsigned long)result->sl_int64);
  293|    120|                break;
  294|  2.07k|        }
  295|  2.07k|        assert (result->sl_id > 0);
  ------------------
  |  Branch (295:9): [True: 2.07k, False: 0]
  ------------------
  296|  2.07k|        assert (result->sl_id <= _Py_slot_COUNT);
  ------------------
  |  Branch (296:9): [True: 2.07k, False: 0]
  ------------------
  297|  2.07k|        if (it->is_first_run && (handle_first_run(it) < 0)) {
  ------------------
  |  Branch (297:13): [True: 1.15k, False: 925]
  |  Branch (297:33): [True: 0, False: 1.15k]
  ------------------
  298|      0|            goto error;
  299|      0|        }
  300|  2.07k|        return result->sl_id != Py_slot_end;
  ------------------
  |  |   12|  2.07k|#define Py_slot_end 0
  ------------------
  301|  2.07k|    }
  302|  2.37k|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  303|       |
  304|      0|error:
  305|      0|    it->current.sl_id = Py_slot_invalid;
  ------------------
  |  |   25|      0|#define Py_slot_invalid 0xffff
  ------------------
  306|       |    return true;
  307|  2.37k|}
slots.c:init_with_kind:
   36|    177|{
   37|    177|    MSG("");
   38|    177|    MSG("init (%s slot iterator)", kind_name(result_kind));
   39|    177|    it->state = it->states;
   40|    177|    it->state->any_slot = slots;
   41|    177|    it->state->slot_struct_kind = slot_struct_kind;
   42|    177|    it->kind = result_kind;
   43|    177|    it->name = NULL;
   44|    177|    it->recursion_level = 0;
   45|    177|    it->is_at_end = false;
   46|       |    it->is_first_run = true;
   47|    177|    it->current.sl_id = 0;
   48|    177|    memset(it->seen, 0, sizeof(it->seen));
   49|    177|}
slots.c:seen_index:
   80|  2.31k|{
   81|  2.31k|    return id / _PySlot_SEEN_ENTRY_BITS;
  ------------------
  |  |   53|  2.31k|#define _PySlot_SEEN_ENTRY_BITS (8 * sizeof(unsigned int))
  ------------------
   82|  2.31k|}
slots.c:seen_mask:
   86|  2.31k|{
   87|  2.31k|    return ((unsigned int)1) << (id % _PySlot_SEEN_ENTRY_BITS);
  ------------------
  |  |   53|  2.31k|#define _PySlot_SEEN_ENTRY_BITS (8 * sizeof(unsigned int))
  ------------------
   88|  2.31k|}
slots.c:advance:
  101|  2.07k|{
  102|  2.07k|    MSG("advance (at level %d)", (int)it->recursion_level);
  103|  2.07k|    switch (it->state->slot_struct_kind) {
  104|      0|        case _PySlot_KIND_SLOT: it->state->slot++; break;
  ------------------
  |  Branch (104:9): [True: 0, False: 2.07k]
  ------------------
  105|  1.85k|        case _PySlot_KIND_TYPE: it->state->tp_slot++; break;
  ------------------
  |  Branch (105:9): [True: 1.85k, False: 228]
  ------------------
  106|    228|        case _PySlot_KIND_MOD: it->state->mod_slot++; break;
  ------------------
  |  Branch (106:9): [True: 228, False: 1.85k]
  ------------------
  107|      0|        default:
  ------------------
  |  Branch (107:9): [True: 0, False: 2.07k]
  ------------------
  108|      0|            Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  109|  2.07k|    }
  110|  2.07k|}
slots.c:handle_first_run:
  312|  1.15k|{
  313|  1.15k|    int id = it->current.sl_id;
  314|       |
  315|  1.15k|    if (_PySlot_get_must_be_static(id)) {
  ------------------
  |  Branch (315:9): [True: 195, False: 958]
  ------------------
  316|    195|        if (!(it->current.sl_flags & PySlot_STATIC)
  ------------------
  |  |   22|    195|#define PySlot_STATIC 0x0002
  ------------------
  |  Branch (316:13): [True: 195, False: 0]
  ------------------
  317|    195|            && (it->state->slot_struct_kind == _PySlot_KIND_SLOT))
  ------------------
  |  Branch (317:16): [True: 0, False: 195]
  ------------------
  318|      0|        {
  319|      0|            PyErr_Format(
  320|      0|                PyExc_SystemError,
  321|      0|                "%s requires PySlot_STATIC",
  322|      0|                _PySlot_GetName(id));
  323|      0|            return -1;
  324|      0|        }
  325|    195|    }
  326|       |
  327|  1.15k|    _PySlot_PROBLEM_HANDLING null_handling = _PySlot_get_null_handling(id);
  328|  1.15k|    if (null_handling != _PySlot_PROBLEM_ALLOW) {
  ------------------
  |  Branch (328:9): [True: 935, False: 218]
  ------------------
  329|    935|        bool is_null = false;
  330|    935|        switch (_PySlot_get_dtype(id)) {
  331|    247|            case _PySlot_DTYPE_PTR: {
  ------------------
  |  Branch (331:13): [True: 247, False: 688]
  ------------------
  332|    247|                is_null = it->current.sl_ptr == NULL;
  333|    247|            } break;
  334|    688|            case _PySlot_DTYPE_FUNC: {
  ------------------
  |  Branch (334:13): [True: 688, False: 247]
  ------------------
  335|    688|                is_null = it->current.sl_func == NULL;
  336|    688|            } break;
  337|      0|            default: {
  ------------------
  |  Branch (337:13): [True: 0, False: 935]
  ------------------
  338|       |                //Py_UNREACHABLE();
  339|      0|            } break;
  340|    935|        }
  341|    935|        if (is_null) {
  ------------------
  |  Branch (341:13): [True: 0, False: 935]
  ------------------
  342|      0|            MSG("slot is NULL but shouldn't");
  343|      0|            if (null_handling == _PySlot_PROBLEM_REJECT) {
  ------------------
  |  Branch (343:17): [True: 0, False: 0]
  ------------------
  344|      0|                MSG("error (NULL rejected)");
  345|      0|                PyErr_Format(PyExc_SystemError,
  346|      0|                             "NULL not allowed for slot %s",
  347|      0|                             _PySlot_GetName(id));
  348|      0|                return -1;
  349|      0|            }
  350|      0|            if (it->states[0].slot_struct_kind == _PySlot_KIND_SLOT) {
  ------------------
  |  Branch (350:17): [True: 0, False: 0]
  ------------------
  351|      0|                MSG("deprecated NULL");
  352|      0|                if (PyErr_WarnFormat(
  ------------------
  |  Branch (352:21): [True: 0, False: 0]
  ------------------
  353|      0|                    PyExc_DeprecationWarning,
  354|      0|                    1,
  355|      0|                    "NULL value in slot %s is deprecated",
  356|      0|                    _PySlot_GetName(id)) < 0)
  357|      0|                {
  358|      0|                    return -1;
  359|      0|                }
  360|      0|            }
  361|      0|            else {
  362|      0|                MSG("unwanted NULL in legacy struct");
  363|      0|            }
  364|      0|        }
  365|    935|    }
  366|       |
  367|  1.15k|    _PySlot_PROBLEM_HANDLING duplicate_handling = _PySlot_get_duplicate_handling(id);
  368|  1.15k|    if (duplicate_handling != _PySlot_PROBLEM_ALLOW) {
  ------------------
  |  Branch (368:9): [True: 1.04k, False: 108]
  ------------------
  369|  1.04k|        if (_PySlotIterator_SawSlot(it, id)) {
  ------------------
  |  Branch (369:13): [True: 0, False: 1.04k]
  ------------------
  370|      0|            MSG("slot was seen before but shouldn't be duplicated");
  371|      0|            if (duplicate_handling == _PySlot_PROBLEM_REJECT) {
  ------------------
  |  Branch (371:17): [True: 0, False: 0]
  ------------------
  372|      0|                MSG("error (duplicate rejected)");
  373|      0|                PyErr_Format(
  374|      0|                    PyExc_SystemError,
  375|      0|                    "%s%s%s has multiple %s (%d) slots",
  376|      0|                    kind_name(it->kind),
  377|      0|                    it->name ? " " : "",
  ------------------
  |  Branch (377:21): [True: 0, False: 0]
  ------------------
  378|      0|                    it->name ? it->name : "",
  ------------------
  |  Branch (378:21): [True: 0, False: 0]
  ------------------
  379|      0|                    _PySlot_GetName(id),
  380|      0|                    (int)it->current.sl_id);
  381|      0|                return -1;
  382|      0|            }
  383|      0|            if (it->states[0].slot_struct_kind == _PySlot_KIND_SLOT) {
  ------------------
  |  Branch (383:17): [True: 0, False: 0]
  ------------------
  384|      0|                MSG("deprecated duplicate");
  385|      0|                if (PyErr_WarnFormat(
  ------------------
  |  Branch (385:21): [True: 0, False: 0]
  ------------------
  386|      0|                        PyExc_DeprecationWarning,
  387|      0|                        0,
  388|      0|                        "%s%s%s has multiple %s (%d) slots. This is deprecated.",
  389|      0|                        kind_name(it->kind),
  390|      0|                        it->name ? " " : "",
  ------------------
  |  Branch (390:25): [True: 0, False: 0]
  ------------------
  391|      0|                        it->name ? it->name : "",
  ------------------
  |  Branch (391:25): [True: 0, False: 0]
  ------------------
  392|      0|                        _PySlot_GetName(id),
  393|      0|                        (int)it->current.sl_id) < 0) {
  394|      0|                    return -1;
  395|      0|                }
  396|      0|            }
  397|      0|            else {
  398|      0|                MSG("unwanted duplicate in legacy struct");
  399|      0|            }
  400|      0|        }
  401|  1.04k|    }
  402|  1.15k|    it->seen[seen_index(id)] |= seen_mask(id);
  403|  1.15k|    return 0;
  404|  1.15k|}

_PyCode_Quicken:
   64|  2.16k|{
   65|  2.16k|    #if ENABLE_SPECIALIZATION
   66|  2.16k|    _Py_BackoffCounter jump_counter, adaptive_counter, resume_counter;
   67|  2.16k|    if (enable_counters) {
  ------------------
  |  Branch (67:9): [True: 2.16k, False: 0]
  ------------------
   68|  2.16k|        PyThreadState *tstate = _PyThreadState_GET();
   69|  2.16k|        PyInterpreterState *interp = tstate->interp;
   70|  2.16k|        jump_counter = initial_jump_backoff_counter(&interp->opt_config);
   71|  2.16k|        adaptive_counter = adaptive_counter_warmup();
   72|  2.16k|        resume_counter = initial_resume_backoff_counter(&interp->opt_config);
   73|  2.16k|    }
   74|      0|    else {
   75|      0|        jump_counter = initial_unreachable_backoff_counter();
   76|      0|        adaptive_counter = initial_unreachable_backoff_counter();
   77|      0|        resume_counter = initial_unreachable_backoff_counter();
   78|      0|    }
   79|  2.16k|    int opcode = 0;
   80|  2.16k|    int oparg = 0;
   81|       |    /* The last code unit cannot have a cache, so we don't need to check it */
   82|   102k|    for (Py_ssize_t i = 0; i < size-1; i++) {
  ------------------
  |  Branch (82:28): [True: 100k, False: 2.16k]
  ------------------
   83|   100k|        opcode = instructions[i].op.code;
   84|   100k|        int caches = _PyOpcode_Caches[opcode];
   85|   100k|        oparg = (oparg << 8) | instructions[i].op.arg;
   86|   100k|        if (opcode == GET_ITER) {
  ------------------
  |  |   83|   100k|#define GET_ITER                                70
  ------------------
  |  Branch (86:13): [True: 491, False: 99.5k]
  ------------------
   87|    491|            fixup_getiter(&instructions[i], flags);
   88|    491|        }
   89|   100k|        if (caches) {
  ------------------
  |  Branch (89:13): [True: 33.0k, False: 66.9k]
  ------------------
   90|       |            // The initial value depends on the opcode
   91|  33.0k|            switch (opcode) {
   92|  1.05k|                case JUMP_BACKWARD:
  ------------------
  |  |   87|  1.05k|#define JUMP_BACKWARD                           74
  ------------------
  |  Branch (92:17): [True: 1.05k, False: 31.9k]
  ------------------
   93|  1.05k|                    instructions[i + 1].counter = jump_counter;
   94|  1.05k|                    break;
   95|  2.34k|                case RESUME:
  ------------------
  |  |  133|  2.34k|#define RESUME                                 128
  ------------------
  |  Branch (95:17): [True: 2.34k, False: 30.6k]
  ------------------
   96|  2.34k|                    instructions[i + 1].counter = resume_counter;
   97|  2.34k|                    break;
   98|  2.58k|                case POP_JUMP_IF_FALSE:
  ------------------
  |  |  112|  2.58k|#define POP_JUMP_IF_FALSE                       99
  ------------------
  |  Branch (98:17): [True: 2.58k, False: 30.4k]
  ------------------
   99|  3.57k|                case POP_JUMP_IF_TRUE:
  ------------------
  |  |  115|  3.57k|#define POP_JUMP_IF_TRUE                       102
  ------------------
  |  Branch (99:17): [True: 994, False: 32.0k]
  ------------------
  100|  3.77k|                case POP_JUMP_IF_NONE:
  ------------------
  |  |  113|  3.77k|#define POP_JUMP_IF_NONE                       100
  ------------------
  |  Branch (100:17): [True: 196, False: 32.8k]
  ------------------
  101|  4.06k|                case POP_JUMP_IF_NOT_NONE:
  ------------------
  |  |  114|  4.06k|#define POP_JUMP_IF_NOT_NONE                   101
  ------------------
  |  Branch (101:17): [True: 290, False: 32.7k]
  ------------------
  102|  4.06k|                    instructions[i + 1].cache = 0x5555;  // Alternating 0, 1 bits
  103|  4.06k|                    break;
  104|  25.5k|                default:
  ------------------
  |  Branch (104:17): [True: 25.5k, False: 7.46k]
  ------------------
  105|  25.5k|                    instructions[i + 1].counter = adaptive_counter;
  106|  25.5k|                    break;
  107|  33.0k|            }
  108|  33.0k|            i += caches;
  109|  33.0k|        }
  110|   100k|        if (opcode != EXTENDED_ARG) {
  ------------------
  |  |   80|   100k|#define EXTENDED_ARG                            67
  ------------------
  |  Branch (110:13): [True: 99.0k, False: 914]
  ------------------
  111|  99.0k|            oparg = 0;
  112|  99.0k|        }
  113|   100k|    }
  114|       |    #else
  115|       |    for (Py_ssize_t i = 0; i < size-1; i++) {
  116|       |        if (instructions[i].op.code == GET_ITER) {
  117|       |            fixup_getiter(&instructions[i], flags);
  118|       |        }
  119|       |        i += _PyOpcode_Caches[opcode];
  120|       |    }
  121|       |    #endif /* ENABLE_SPECIALIZATION */
  122|  2.16k|}
_Py_Specialize_LoadSuperAttr:
  468|     13|_Py_Specialize_LoadSuperAttr(_PyStackRef global_super_st, _PyStackRef cls_st, _Py_CODEUNIT *instr, int load_method) {
  469|     13|    PyObject *global_super = PyStackRef_AsPyObjectBorrow(global_super_st);
  470|     13|    PyObject *cls = PyStackRef_AsPyObjectBorrow(cls_st);
  471|       |
  472|     13|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (472:5): [True: 13, Folded]
  ------------------
  473|     13|    assert(_PyOpcode_Caches[LOAD_SUPER_ATTR] == INLINE_CACHE_ENTRIES_LOAD_SUPER_ATTR);
  ------------------
  |  Branch (473:5): [True: 13, False: 0]
  ------------------
  474|     13|    if (global_super != (PyObject *)&PySuper_Type) {
  ------------------
  |  Branch (474:9): [True: 0, False: 13]
  ------------------
  475|      0|        SPECIALIZATION_FAIL(LOAD_SUPER_ATTR, SPEC_FAIL_SUPER_SHADOWED);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  476|      0|        goto fail;
  477|      0|    }
  478|     13|    if (!PyType_Check(cls)) {
  ------------------
  |  |  766|     13|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     13|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     13|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (478:9): [True: 0, False: 13]
  ------------------
  479|      0|        SPECIALIZATION_FAIL(LOAD_SUPER_ATTR, SPEC_FAIL_SUPER_BAD_CLASS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  480|      0|        goto fail;
  481|      0|    }
  482|     13|    uint8_t load_code = load_method ? LOAD_SUPER_ATTR_METHOD : LOAD_SUPER_ATTR_ATTR;
  ------------------
  |  |  204|      9|#define LOAD_SUPER_ATTR_METHOD                 199
  ------------------
                  uint8_t load_code = load_method ? LOAD_SUPER_ATTR_METHOD : LOAD_SUPER_ATTR_ATTR;
  ------------------
  |  |  203|     17|#define LOAD_SUPER_ATTR_ATTR                   198
  ------------------
  |  Branch (482:25): [True: 9, False: 4]
  ------------------
  483|     13|    specialize(instr, load_code);
  484|     13|    return;
  485|      0|fail:
  486|      0|    unspecialize(instr);
  487|      0|}
_Py_Specialize_LoadAttr:
  995|    791|{
  996|    791|    PyObject *owner = PyStackRef_AsPyObjectBorrow(owner_st);
  997|       |
  998|    791|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (998:5): [True: 791, Folded]
  ------------------
  999|    791|    assert(_PyOpcode_Caches[LOAD_ATTR] == INLINE_CACHE_ENTRIES_LOAD_ATTR);
  ------------------
  |  Branch (999:5): [True: 791, False: 0]
  ------------------
 1000|    791|    PyTypeObject *type = Py_TYPE(owner);
  ------------------
  |  |  213|    791|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    791|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    791|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1001|    791|    bool fail;
 1002|    791|    if (!_PyType_IsReady(type)) {
  ------------------
  |  Branch (1002:9): [True: 0, False: 791]
  ------------------
 1003|       |        // We *might* not really need this check, but we inherited it from
 1004|       |        // PyObject_GenericGetAttr and friends... and this way we still do the
 1005|       |        // right thing if someone forgets to call PyType_Ready(type):
 1006|      0|        SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1007|      0|        fail = true;
 1008|      0|    }
 1009|    791|    else if (Py_TYPE(owner)->tp_getattro == PyModule_Type.tp_getattro) {
  ------------------
  |  |  213|    791|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    791|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    791|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1009:14): [True: 183, False: 608]
  ------------------
 1010|    183|        fail = specialize_module_load_attr(owner, instr, name);
 1011|    183|    }
 1012|    608|    else if (PyType_Check(owner)) {
  ------------------
  |  |  766|    608|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    608|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    608|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 139, False: 469]
  |  |  ------------------
  ------------------
 1013|    139|        fail = specialize_class_load_attr(owner, instr, name);
 1014|    139|    }
 1015|    469|    else {
 1016|    469|        fail = specialize_instance_load_attr(owner, instr, name);
 1017|    469|    }
 1018|       |
 1019|    791|    if (fail) {
  ------------------
  |  Branch (1019:9): [True: 155, False: 636]
  ------------------
 1020|    155|        unspecialize(instr);
 1021|    155|    }
 1022|    791|}
_Py_Specialize_StoreAttr:
 1026|    207|{
 1027|    207|    PyObject *owner = PyStackRef_AsPyObjectBorrow(owner_st);
 1028|       |
 1029|    207|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1029:5): [True: 207, Folded]
  ------------------
 1030|    207|    assert(_PyOpcode_Caches[STORE_ATTR] == INLINE_CACHE_ENTRIES_STORE_ATTR);
  ------------------
  |  Branch (1030:5): [True: 207, False: 0]
  ------------------
 1031|    207|    PyObject *descr = NULL;
 1032|    207|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
 1033|    207|    PyTypeObject *type = Py_TYPE(owner);
  ------------------
  |  |  213|    207|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    207|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    207|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1034|    207|    if (!_PyType_IsReady(type)) {
  ------------------
  |  Branch (1034:9): [True: 0, False: 207]
  ------------------
 1035|       |        // We *might* not really need this check, but we inherited it from
 1036|       |        // PyObject_GenericSetAttr and friends... and this way we still do the
 1037|       |        // right thing if someone forgets to call PyType_Ready(type):
 1038|      0|        SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1039|      0|        goto fail;
 1040|      0|    }
 1041|    207|    if (PyModule_CheckExact(owner)) {
  ------------------
  |  |   13|    207|#define PyModule_CheckExact(op) Py_IS_TYPE((op), &PyModule_Type)
  |  |  ------------------
  |  |  |  |  215|    207|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    207|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    207|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 22, False: 185]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1042|     22|        SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_OVERRIDDEN);
  ------------------
  |  |   43|     22|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1043|     22|        goto fail;
 1044|     22|    }
 1045|    185|    unsigned int tp_version = 0;
 1046|    185|    DescriptorClassification kind = analyze_descriptor_store(type, name, &descr, &tp_version);
 1047|    185|    if (tp_version == 0) {
  ------------------
  |  Branch (1047:9): [True: 4, False: 181]
  ------------------
 1048|      4|        goto fail;
 1049|      4|    }
 1050|    185|    assert(descr != NULL || kind == ABSENT || kind == GETSET_OVERRIDDEN);
  ------------------
  |  Branch (1050:5): [True: 12, False: 169]
  |  Branch (1050:5): [True: 169, False: 0]
  |  Branch (1050:5): [True: 0, False: 0]
  ------------------
 1051|    181|    switch(kind) {
  ------------------
  |  Branch (1051:12): [True: 181, False: 0]
  ------------------
 1052|      5|        case OVERRIDING:
  ------------------
  |  Branch (1052:9): [True: 5, False: 176]
  ------------------
 1053|      5|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_OVERRIDING_DESCRIPTOR);
  ------------------
  |  |   43|      5|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1054|      5|            goto fail;
 1055|      0|        case METHOD:
  ------------------
  |  Branch (1055:9): [True: 0, False: 181]
  ------------------
 1056|      0|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_METHOD);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1057|      0|            goto fail;
 1058|      2|        case PROPERTY:
  ------------------
  |  Branch (1058:9): [True: 2, False: 179]
  ------------------
 1059|      2|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_PROPERTY);
  ------------------
  |  |   43|      2|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1060|      2|            goto fail;
 1061|      4|        case OBJECT_SLOT:
  ------------------
  |  Branch (1061:9): [True: 4, False: 177]
  ------------------
 1062|      4|        {
 1063|      4|            PyMemberDescrObject *member = (PyMemberDescrObject *)descr;
 1064|      4|            struct PyMemberDef *dmem = member->d_member;
 1065|      4|            Py_ssize_t offset = dmem->offset;
 1066|      4|            if (!PyObject_TypeCheck(owner, member->d_common.d_type)) {
  ------------------
  |  |  378|      4|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1066:17): [True: 0, False: 4]
  ------------------
 1067|      0|                SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_EXPECTED_ERROR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1068|      0|                goto fail;
 1069|      0|            }
 1070|      4|            if (dmem->flags & _Py_AFTER_ITEMS) {
  ------------------
  |  |   89|      4|#  define _Py_AFTER_ITEMS      (1 << 4) // For internal use.
  ------------------
  |  Branch (1070:17): [True: 0, False: 4]
  ------------------
 1071|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_SLOT_AFTER_ITEMS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1072|      0|                goto fail;
 1073|      0|            }
 1074|      4|            if (dmem->flags & Py_READONLY) {
  ------------------
  |  |   83|      4|#define Py_READONLY            (1 << 0)
  ------------------
  |  Branch (1074:17): [True: 0, False: 4]
  ------------------
 1075|      0|                SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_READ_ONLY);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1076|      0|                goto fail;
 1077|      0|            }
 1078|      4|            if (offset != (uint16_t)offset) {
  ------------------
  |  Branch (1078:17): [True: 0, False: 4]
  ------------------
 1079|      0|                SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1080|      0|                goto fail;
 1081|      0|            }
 1082|      4|            assert(dmem->type == Py_T_OBJECT_EX || dmem->type == _Py_T_OBJECT);
  ------------------
  |  Branch (1082:13): [True: 2, False: 2]
  |  Branch (1082:13): [True: 2, False: 0]
  ------------------
 1083|      4|            assert(offset > 0);
  ------------------
  |  Branch (1083:13): [True: 4, False: 0]
  ------------------
 1084|      4|            cache->index = (uint16_t)offset;
 1085|      4|            write_u32(cache->version, tp_version);
 1086|      4|            specialize(instr, STORE_ATTR_SLOT);
  ------------------
  |  |  211|      4|#define STORE_ATTR_SLOT                        206
  ------------------
 1087|      4|            goto success;
 1088|      4|        }
 1089|      0|        case DUNDER_CLASS:
  ------------------
  |  Branch (1089:9): [True: 0, False: 181]
  ------------------
 1090|      0|        case OTHER_SLOT:
  ------------------
  |  Branch (1090:9): [True: 0, False: 181]
  ------------------
 1091|      0|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_NON_OBJECT_SLOT);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1092|      0|            goto fail;
 1093|      0|        case MUTABLE:
  ------------------
  |  Branch (1093:9): [True: 0, False: 181]
  ------------------
 1094|      0|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_MUTABLE_CLASS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1095|      0|            goto fail;
 1096|      0|        case GETATTRIBUTE_IS_PYTHON_FUNCTION:
  ------------------
  |  Branch (1096:9): [True: 0, False: 181]
  ------------------
 1097|      0|        case GETSET_OVERRIDDEN:
  ------------------
  |  Branch (1097:9): [True: 0, False: 181]
  ------------------
 1098|      0|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_OVERRIDDEN);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1099|      0|            goto fail;
 1100|      0|        case BUILTIN_CLASSMETHOD:
  ------------------
  |  Branch (1100:9): [True: 0, False: 181]
  ------------------
 1101|      0|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_BUILTIN_CLASS_METHOD_OBJ);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1102|      0|            goto fail;
 1103|      0|        case PYTHON_CLASSMETHOD:
  ------------------
  |  Branch (1103:9): [True: 0, False: 181]
  ------------------
 1104|      0|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_CLASS_METHOD_OBJ);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1105|      0|            goto fail;
 1106|      0|        case NON_OVERRIDING:
  ------------------
  |  Branch (1106:9): [True: 0, False: 181]
  ------------------
 1107|      0|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_CLASS_ATTR_DESCRIPTOR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1108|      0|            goto fail;
 1109|      1|        case NON_DESCRIPTOR:
  ------------------
  |  Branch (1109:9): [True: 1, False: 180]
  ------------------
 1110|      1|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_ATTR_CLASS_ATTR_SIMPLE);
  ------------------
  |  |   43|      1|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1111|      1|            goto fail;
 1112|    169|        case ABSENT:
  ------------------
  |  Branch (1112:9): [True: 169, False: 12]
  ------------------
 1113|    169|            if (specialize_dict_access(owner, instr, type, kind, name, tp_version,
  ------------------
  |  Branch (1113:17): [True: 153, False: 16]
  ------------------
 1114|    169|                                       STORE_ATTR, STORE_ATTR_INSTANCE_VALUE,
  ------------------
  |  |  122|    169|#define STORE_ATTR                             109
  ------------------
                                                     STORE_ATTR, STORE_ATTR_INSTANCE_VALUE,
  ------------------
  |  |  210|    169|#define STORE_ATTR_INSTANCE_VALUE              205
  ------------------
 1115|    169|                                       STORE_ATTR_WITH_HINT)) {
  ------------------
  |  |  212|    169|#define STORE_ATTR_WITH_HINT                   207
  ------------------
 1116|    153|                goto success;
 1117|    153|            }
 1118|    181|    }
 1119|     50|fail:
 1120|     50|    Py_XDECREF(descr);
  ------------------
  |  |  524|     50|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     50|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     50|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1121|     50|    unspecialize(instr);
 1122|     50|    return;
 1123|    157|success:
 1124|    157|    Py_XDECREF(descr);
  ------------------
  |  |  524|    157|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    157|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    157|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1125|    157|    return;
 1126|    181|}
_Py_Specialize_LoadGlobal:
 1449|    883|{
 1450|    883|    Py_BEGIN_CRITICAL_SECTION2(globals, builtins);
  ------------------
  |  |   57|    883|    {
  ------------------
 1451|    883|    specialize_load_global_lock_held(globals, builtins, instr, name);
 1452|    883|    Py_END_CRITICAL_SECTION2();
  ------------------
  |  |   61|    883|    }
  ------------------
 1453|    883|}
_Py_Specialize_StoreSubscr:
 1567|     73|{
 1568|     73|    PyObject *container = PyStackRef_AsPyObjectBorrow(container_st);
 1569|     73|    PyObject *sub = PyStackRef_AsPyObjectBorrow(sub_st);
 1570|       |
 1571|     73|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1571:5): [True: 73, Folded]
  ------------------
 1572|     73|    PyTypeObject *container_type = Py_TYPE(container);
  ------------------
  |  |  213|     73|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     73|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     73|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1573|     73|    if (container_type == &PyList_Type) {
  ------------------
  |  Branch (1573:9): [True: 10, False: 63]
  ------------------
 1574|     10|        if (PyLong_CheckExact(sub)) {
  ------------------
  |  |   14|     10|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|     10|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 10, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1575|     10|            if (_PyLong_IsNonNegativeCompact((PyLongObject *)sub)
  ------------------
  |  Branch (1575:17): [True: 8, False: 2]
  ------------------
 1576|      8|                && ((PyLongObject *)sub)->long_value.ob_digit[0] < (size_t)PyList_GET_SIZE(container))
  ------------------
  |  |   38|      8|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1576:20): [True: 8, False: 0]
  ------------------
 1577|      8|            {
 1578|      8|                specialize(instr, STORE_SUBSCR_LIST_INT);
  ------------------
  |  |  214|      8|#define STORE_SUBSCR_LIST_INT                  209
  ------------------
 1579|      8|                return;
 1580|      8|            }
 1581|      2|            else {
 1582|      2|                SPECIALIZATION_FAIL(STORE_SUBSCR, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      2|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1583|      2|                unspecialize(instr);
 1584|      2|                return;
 1585|      2|            }
 1586|     10|        }
 1587|      0|        else if (PySlice_Check(sub)) {
  ------------------
  |  |   22|      0|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1588|      0|            SPECIALIZATION_FAIL(STORE_SUBSCR, SPEC_FAIL_SUBSCR_LIST_SLICE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1589|      0|            unspecialize(instr);
 1590|      0|            return;
 1591|      0|        }
 1592|      0|        else {
 1593|      0|            SPECIALIZATION_FAIL(STORE_SUBSCR, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1594|      0|            unspecialize(instr);
 1595|      0|            return;
 1596|      0|        }
 1597|     10|    }
 1598|     63|    if (container_type->tp_as_mapping != NULL &&
  ------------------
  |  Branch (1598:9): [True: 63, False: 0]
  ------------------
 1599|     63|        container_type->tp_as_mapping->mp_ass_subscript == _PyDict_StoreSubscript)
  ------------------
  |  Branch (1599:9): [True: 54, False: 9]
  ------------------
 1600|     54|    {
 1601|     54|        specialize(instr, STORE_SUBSCR_DICT);
  ------------------
  |  |  213|     54|#define STORE_SUBSCR_DICT                      208
  ------------------
 1602|     54|        return;
 1603|     54|    }
 1604|      9|    SPECIALIZATION_FAIL(STORE_SUBSCR, store_subscr_fail_kind(container, sub));
  ------------------
  |  |   43|      9|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1605|      9|    unspecialize(instr);
 1606|      9|}
_Py_Specialize_Call:
 1858|    830|{
 1859|    830|    PyObject *callable = PyStackRef_AsPyObjectBorrow(callable_st);
 1860|       |
 1861|    830|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1861:5): [True: 830, Folded]
  ------------------
 1862|    830|    assert(_PyOpcode_Caches[CALL] == INLINE_CACHE_ENTRIES_CALL);
  ------------------
  |  Branch (1862:5): [True: 830, False: 0]
  ------------------
 1863|    830|    assert(_Py_OPCODE(*instr) != INSTRUMENTED_CALL);
  ------------------
  |  Branch (1863:5): [True: 830, False: 0]
  ------------------
 1864|    830|    int fail;
 1865|    830|    if (PyCFunction_CheckExact(callable)) {
  ------------------
  |  |   16|    830|#define PyCFunction_CheckExact(op) Py_IS_TYPE((op), &PyCFunction_Type)
  |  |  ------------------
  |  |  |  |  215|    830|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    830|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    830|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 318, False: 512]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1866|    318|        fail = specialize_c_call(callable, instr, nargs);
 1867|    318|    }
 1868|    512|    else if (PyFunction_Check(callable)) {
  ------------------
  |  |   68|    512|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|    512|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    512|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    512|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 221, False: 291]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1869|    221|        fail = specialize_py_call((PyFunctionObject *)callable, instr, nargs, false);
 1870|    221|    }
 1871|    291|    else if (PyType_Check(callable)) {
  ------------------
  |  |  766|    291|#  define PyType_Check(op) PyType_Check(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    291|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    291|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (766:28): [True: 80, False: 211]
  |  |  ------------------
  ------------------
 1872|     80|        fail = specialize_class_call(callable, instr, nargs);
 1873|     80|    }
 1874|    211|    else if (Py_IS_TYPE(callable, &PyMethodDescr_Type)) {
  ------------------
  |  |  215|    211|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|    211|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    211|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 159, False: 52]
  |  |  ------------------
  ------------------
 1875|    159|        PyObject *self_or_null = PyStackRef_AsPyObjectBorrow(self_or_null_st);
 1876|    159|        fail = specialize_method_descriptor((PyMethodDescrObject *)callable,
 1877|    159|                                            self_or_null, instr, nargs);
 1878|    159|    }
 1879|     52|    else if (PyMethod_Check(callable)) {
  ------------------
  |  |   22|     52|#define PyMethod_Check(op) Py_IS_TYPE((op), &PyMethod_Type)
  |  |  ------------------
  |  |  |  |  215|     52|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     52|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     52|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 40, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1880|     40|        PyObject *func = ((PyMethodObject *)callable)->im_func;
 1881|     40|        if (PyFunction_Check(func)) {
  ------------------
  |  |   68|     40|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|     40|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     40|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     40|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 40, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1882|     40|            fail = specialize_py_call((PyFunctionObject *)func, instr, nargs, true);
 1883|     40|        }
 1884|      0|        else {
 1885|      0|            SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CALL_BOUND_METHOD);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1886|      0|            fail = -1;
 1887|      0|        }
 1888|     40|    }
 1889|     12|    else {
 1890|     12|        specialize(instr, CALL_NON_PY_GENERAL);
  ------------------
  |  |  168|     12|#define CALL_NON_PY_GENERAL                    163
  ------------------
 1891|     12|        fail = 0;
 1892|     12|    }
 1893|    830|    if (fail) {
  ------------------
  |  Branch (1893:9): [True: 0, False: 830]
  ------------------
 1894|      0|        unspecialize(instr);
 1895|      0|    }
 1896|    830|}
_Py_Specialize_CallKw:
 1900|     20|{
 1901|     20|    PyObject *callable = PyStackRef_AsPyObjectBorrow(callable_st);
 1902|       |
 1903|     20|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1903:5): [True: 20, Folded]
  ------------------
 1904|     20|    assert(_PyOpcode_Caches[CALL_KW] == INLINE_CACHE_ENTRIES_CALL_KW);
  ------------------
  |  Branch (1904:5): [True: 20, False: 0]
  ------------------
 1905|     20|    assert(_Py_OPCODE(*instr) != INSTRUMENTED_CALL_KW);
  ------------------
  |  Branch (1905:5): [True: 20, False: 0]
  ------------------
 1906|     20|    int fail;
 1907|     20|    if (PyFunction_Check(callable)) {
  ------------------
  |  |   68|     20|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|     20|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 8, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1908|      8|        fail = specialize_py_call_kw((PyFunctionObject *)callable, instr, nargs, false);
 1909|      8|    }
 1910|     12|    else if (PyMethod_Check(callable)) {
  ------------------
  |  |   22|     12|#define PyMethod_Check(op) Py_IS_TYPE((op), &PyMethod_Type)
  |  |  ------------------
  |  |  |  |  215|     12|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     12|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     12|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1911|      0|        PyObject *func = ((PyMethodObject *)callable)->im_func;
 1912|      0|        if (PyFunction_Check(func)) {
  ------------------
  |  |   68|      0|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1913|      0|            fail = specialize_py_call_kw((PyFunctionObject *)func, instr, nargs, true);
 1914|      0|        }
 1915|      0|        else {
 1916|      0|            SPECIALIZATION_FAIL(CALL_KW, SPEC_FAIL_CALL_BOUND_METHOD);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1917|      0|            fail = -1;
 1918|      0|        }
 1919|      0|    }
 1920|     12|    else {
 1921|     12|        specialize(instr, CALL_KW_NON_PY);
  ------------------
  |  |  160|     12|#define CALL_KW_NON_PY                         155
  ------------------
 1922|     12|        fail = 0;
 1923|     12|    }
 1924|     20|    if (fail) {
  ------------------
  |  Branch (1924:9): [True: 0, False: 20]
  ------------------
 1925|      0|        unspecialize(instr);
 1926|      0|    }
 1927|     20|}
_Py_Specialize_BinaryOp:
 2326|    239|{
 2327|    239|    PyObject *lhs = PyStackRef_AsPyObjectBorrow(lhs_st);
 2328|    239|    PyObject *rhs = PyStackRef_AsPyObjectBorrow(rhs_st);
 2329|    239|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2329:5): [True: 239, Folded]
  ------------------
 2330|    239|    assert(_PyOpcode_Caches[BINARY_OP] == INLINE_CACHE_ENTRIES_BINARY_OP);
  ------------------
  |  Branch (2330:5): [True: 239, False: 0]
  ------------------
 2331|       |
 2332|    239|    _PyBinaryOpCache *cache = (_PyBinaryOpCache *)(instr + 1);
 2333|    239|    if (instr->op.code == BINARY_OP_EXTEND) {
  ------------------
  |  |  137|    239|#define BINARY_OP_EXTEND                       132
  ------------------
  |  Branch (2333:9): [True: 0, False: 239]
  ------------------
 2334|      0|        write_ptr(cache->external_cache, NULL);
 2335|      0|    }
 2336|       |
 2337|    239|    switch (oparg) {
  ------------------
  |  Branch (2337:13): [True: 194, False: 45]
  ------------------
 2338|     25|        case NB_ADD:
  ------------------
  |  |   10|     25|#define NB_ADD                                   0
  ------------------
  |  Branch (2338:9): [True: 25, False: 214]
  ------------------
 2339|     35|        case NB_INPLACE_ADD:
  ------------------
  |  |   23|     35|#define NB_INPLACE_ADD                          13
  ------------------
  |  Branch (2339:9): [True: 10, False: 229]
  ------------------
 2340|     35|            if (!Py_IS_TYPE(lhs, Py_TYPE(rhs))) {
  ------------------
  |  |  215|     35|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2340:17): [True: 0, False: 35]
  ------------------
 2341|      0|                break;
 2342|      0|            }
 2343|     35|            if (PyUnicode_CheckExact(lhs)) {
  ------------------
  |  |  104|     35|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     35|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     35|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     35|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 15, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2344|     15|                _Py_CODEUNIT next = instr[INLINE_CACHE_ENTRIES_BINARY_OP + 1];
  ------------------
  |  |   81|     15|#define INLINE_CACHE_ENTRIES_BINARY_OP CACHE_ENTRIES(_PyBinaryOpCache)
  |  |  ------------------
  |  |  |  |   65|     15|#define CACHE_ENTRIES(cache) (sizeof(cache)/sizeof(_Py_CODEUNIT))
  |  |  ------------------
  ------------------
 2345|     15|                bool to_store = (next.op.code == STORE_FAST);
  ------------------
  |  |  124|     15|#define STORE_FAST                             111
  ------------------
 2346|     15|                if (to_store && PyStackRef_AsPyObjectBorrow(locals[next.op.arg]) == lhs) {
  ------------------
  |  Branch (2346:21): [True: 6, False: 9]
  |  Branch (2346:33): [True: 4, False: 2]
  ------------------
 2347|      4|                    specialize(instr, BINARY_OP_INPLACE_ADD_UNICODE);
  ------------------
  |  |   16|      4|#define BINARY_OP_INPLACE_ADD_UNICODE            3
  ------------------
 2348|      4|                    return;
 2349|      4|                }
 2350|     11|                specialize(instr, BINARY_OP_ADD_UNICODE);
  ------------------
  |  |  136|     11|#define BINARY_OP_ADD_UNICODE                  131
  ------------------
 2351|     11|                return;
 2352|     15|            }
 2353|     20|            if (_PyLong_CheckExactAndCompact(lhs) && _PyLong_CheckExactAndCompact(rhs)) {
  ------------------
  |  Branch (2353:17): [True: 16, False: 4]
  |  Branch (2353:54): [True: 16, False: 0]
  ------------------
 2354|     16|                specialize(instr, BINARY_OP_ADD_INT);
  ------------------
  |  |  135|     16|#define BINARY_OP_ADD_INT                      130
  ------------------
 2355|     16|                return;
 2356|     16|            }
 2357|      4|            if (PyFloat_CheckExact(lhs)) {
  ------------------
  |  |   17|      4|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|      4|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2358|      0|                specialize(instr, BINARY_OP_ADD_FLOAT);
  ------------------
  |  |  134|      0|#define BINARY_OP_ADD_FLOAT                    129
  ------------------
 2359|      0|                return;
 2360|      0|            }
 2361|      4|            break;
 2362|      9|        case NB_MULTIPLY:
  ------------------
  |  |   15|      9|#define NB_MULTIPLY                              5
  ------------------
  |  Branch (2362:9): [True: 9, False: 230]
  ------------------
 2363|      9|        case NB_INPLACE_MULTIPLY:
  ------------------
  |  |   28|      9|#define NB_INPLACE_MULTIPLY                     18
  ------------------
  |  Branch (2363:9): [True: 0, False: 239]
  ------------------
 2364|      9|            if (!Py_IS_TYPE(lhs, Py_TYPE(rhs))) {
  ------------------
  |  |  215|      9|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2364:17): [True: 5, False: 4]
  ------------------
 2365|      5|                break;
 2366|      5|            }
 2367|      4|            if (_PyLong_CheckExactAndCompact(lhs) && _PyLong_CheckExactAndCompact(rhs)) {
  ------------------
  |  Branch (2367:17): [True: 4, False: 0]
  |  Branch (2367:54): [True: 4, False: 0]
  ------------------
 2368|      4|                specialize(instr, BINARY_OP_MULTIPLY_INT);
  ------------------
  |  |  139|      4|#define BINARY_OP_MULTIPLY_INT                 134
  ------------------
 2369|      4|                return;
 2370|      4|            }
 2371|      0|            if (PyFloat_CheckExact(lhs)) {
  ------------------
  |  |   17|      0|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2372|      0|                specialize(instr, BINARY_OP_MULTIPLY_FLOAT);
  ------------------
  |  |  138|      0|#define BINARY_OP_MULTIPLY_FLOAT               133
  ------------------
 2373|      0|                return;
 2374|      0|            }
 2375|      0|            break;
 2376|     17|        case NB_SUBTRACT:
  ------------------
  |  |   20|     17|#define NB_SUBTRACT                             10
  ------------------
  |  Branch (2376:9): [True: 17, False: 222]
  ------------------
 2377|     17|        case NB_INPLACE_SUBTRACT:
  ------------------
  |  |   33|     17|#define NB_INPLACE_SUBTRACT                     23
  ------------------
  |  Branch (2377:9): [True: 0, False: 239]
  ------------------
 2378|     17|            if (!Py_IS_TYPE(lhs, Py_TYPE(rhs))) {
  ------------------
  |  |  215|     17|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2378:17): [True: 0, False: 17]
  ------------------
 2379|      0|                break;
 2380|      0|            }
 2381|     17|            if (_PyLong_CheckExactAndCompact(lhs) && _PyLong_CheckExactAndCompact(rhs)) {
  ------------------
  |  Branch (2381:17): [True: 17, False: 0]
  |  Branch (2381:54): [True: 17, False: 0]
  ------------------
 2382|     17|                specialize(instr, BINARY_OP_SUBTRACT_INT);
  ------------------
  |  |  148|     17|#define BINARY_OP_SUBTRACT_INT                 143
  ------------------
 2383|     17|                return;
 2384|     17|            }
 2385|      0|            if (PyFloat_CheckExact(lhs)) {
  ------------------
  |  |   17|      0|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2386|      0|                specialize(instr, BINARY_OP_SUBTRACT_FLOAT);
  ------------------
  |  |  147|      0|#define BINARY_OP_SUBTRACT_FLOAT               142
  ------------------
 2387|      0|                return;
 2388|      0|            }
 2389|      0|            break;
 2390|    133|        case NB_SUBSCR:
  ------------------
  |  |   36|    133|#define NB_SUBSCR                               26
  ------------------
  |  Branch (2390:9): [True: 133, False: 106]
  ------------------
 2391|    133|            if (PyLong_CheckExact(rhs) && _PyLong_IsNonNegativeCompact((PyLongObject *)rhs)) {
  ------------------
  |  |   14|    133|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    266|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    133|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    133|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 83, False: 50]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2391:43): [True: 70, False: 13]
  ------------------
 2392|     70|                if (PyList_CheckExact(lhs)) {
  ------------------
  |  |   26|     70|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|     70|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     70|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     70|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 9, False: 61]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2393|      9|                    specialize(instr, BINARY_OP_SUBSCR_LIST_INT);
  ------------------
  |  |  142|      9|#define BINARY_OP_SUBSCR_LIST_INT              137
  ------------------
 2394|      9|                    return;
 2395|      9|                }
 2396|     61|                if (PyTuple_CheckExact(lhs)) {
  ------------------
  |  |   28|     61|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|     61|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     61|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     61|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 39, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2397|     39|                    specialize(instr, BINARY_OP_SUBSCR_TUPLE_INT);
  ------------------
  |  |  145|     39|#define BINARY_OP_SUBSCR_TUPLE_INT             140
  ------------------
 2398|     39|                    return;
 2399|     39|                }
 2400|     22|                if (PyUnicode_CheckExact(lhs) && _PyLong_IsNonNegativeCompact((PyLongObject*)rhs)) {
  ------------------
  |  |  104|     22|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     44|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     22|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     22|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 11, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2400:50): [True: 11, False: 0]
  ------------------
 2401|     11|                    if (PyUnicode_IS_COMPACT_ASCII(lhs)) {
  ------------------
  |  |  241|     11|#define PyUnicode_IS_COMPACT_ASCII(op) PyUnicode_IS_COMPACT_ASCII(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (241:40): [True: 11, False: 0]
  |  |  ------------------
  ------------------
 2402|     11|                        specialize(instr, BINARY_OP_SUBSCR_STR_INT);
  ------------------
  |  |  144|     11|#define BINARY_OP_SUBSCR_STR_INT               139
  ------------------
 2403|     11|                        return;
 2404|     11|                    } else {
 2405|      0|                        specialize(instr, BINARY_OP_SUBSCR_USTR_INT);
  ------------------
  |  |  146|      0|#define BINARY_OP_SUBSCR_USTR_INT              141
  ------------------
 2406|      0|                        return;
 2407|      0|                    }
 2408|     11|                }
 2409|     22|            }
 2410|     74|            if (Py_TYPE(lhs)->tp_as_mapping != NULL &&
  ------------------
  |  |  213|     74|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     74|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     74|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2410:17): [True: 74, False: 0]
  ------------------
 2411|     74|                Py_TYPE(lhs)->tp_as_mapping->mp_subscript == _PyDict_Subscript)
  ------------------
  |  |  213|     74|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     74|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     74|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2411:17): [True: 25, False: 49]
  ------------------
 2412|     25|            {
 2413|     25|                specialize(instr, BINARY_OP_SUBSCR_DICT);
  ------------------
  |  |  140|     25|#define BINARY_OP_SUBSCR_DICT                  135
  ------------------
 2414|     25|                return;
 2415|     25|            }
 2416|     49|            if (PyList_CheckExact(lhs) && PySlice_Check(rhs)) {
  ------------------
  |  |   26|     49|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|     98|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     49|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     49|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (PyList_CheckExact(lhs) && PySlice_Check(rhs)) {
  ------------------
  |  |   22|      2|#define PySlice_Check(op) Py_IS_TYPE((op), &PySlice_Type)
  |  |  ------------------
  |  |  |  |  215|      2|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 2, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2417|      2|                specialize(instr, BINARY_OP_SUBSCR_LIST_SLICE);
  ------------------
  |  |  143|      2|#define BINARY_OP_SUBSCR_LIST_SLICE            138
  ------------------
 2418|      2|                return;
 2419|      2|            }
 2420|     47|            unsigned int tp_version;
 2421|     47|            PyTypeObject *container_type = Py_TYPE(lhs);
  ------------------
  |  |  213|     47|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     47|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     47|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2422|     47|            PyObject *descriptor = _PyType_LookupRefAndVersion(container_type, &_Py_ID(__getitem__), &tp_version);
  ------------------
  |  |  917|     47|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     47|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     47|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2423|     47|            if (descriptor && Py_TYPE(descriptor) == &PyFunction_Type &&
  ------------------
  |  |  213|     47|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     47|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     47|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2423:17): [True: 47, False: 0]
  |  Branch (2423:31): [True: 10, False: 37]
  ------------------
 2424|     10|                container_type->tp_flags & Py_TPFLAGS_HEAPTYPE)
  ------------------
  |  |  503|     10|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2424:17): [True: 10, False: 0]
  ------------------
 2425|     10|            {
 2426|     10|                PyFunctionObject *func = (PyFunctionObject *)descriptor;
 2427|     10|                PyCodeObject *fcode = (PyCodeObject *)func->func_code;
 2428|     10|                int kind = function_kind(fcode);
 2429|     10|                PyHeapTypeObject *ht = (PyHeapTypeObject *)container_type;
 2430|     10|                if (kind == SIMPLE_FUNCTION &&
  ------------------
  |  |  124|     20|#define SIMPLE_FUNCTION 0
  ------------------
  |  Branch (2430:21): [True: 10, False: 0]
  ------------------
 2431|     10|                    fcode->co_argcount == 2 &&
  ------------------
  |  Branch (2431:21): [True: 10, False: 0]
  ------------------
 2432|     10|                    _PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET()) && /* Don't specialize if PEP 523 is active */
  ------------------
  |  Branch (2432:21): [True: 10, False: 0]
  ------------------
 2433|     10|                    _PyType_CacheGetItemForSpecialization(ht, descriptor, (uint32_t)tp_version))
  ------------------
  |  Branch (2433:21): [True: 10, False: 0]
  ------------------
 2434|     10|                {
 2435|     10|                    specialize(instr, BINARY_OP_SUBSCR_GETITEM);
  ------------------
  |  |  141|     10|#define BINARY_OP_SUBSCR_GETITEM               136
  ------------------
 2436|     10|                    Py_DECREF(descriptor);
  ------------------
  |  |  430|     10|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     10|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     10|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2437|     10|                    return;
 2438|     10|                }
 2439|     10|            }
 2440|     37|            Py_XDECREF(descriptor);
  ------------------
  |  |  524|     37|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     37|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     37|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2441|     37|            break;
 2442|    239|    }
 2443|       |
 2444|     91|    _PyBinaryOpSpecializationDescr *descr;
 2445|     91|    if (binary_op_extended_specialization(lhs, rhs, oparg, &descr)) {
  ------------------
  |  Branch (2445:9): [True: 37, False: 54]
  ------------------
 2446|     37|        specialize(instr, BINARY_OP_EXTEND);
  ------------------
  |  |  137|     37|#define BINARY_OP_EXTEND                       132
  ------------------
 2447|     37|        write_ptr(cache->external_cache, (void*)descr);
 2448|     37|        return;
 2449|     37|    }
 2450|       |
 2451|     54|    SPECIALIZATION_FAIL(BINARY_OP, binary_op_fail_kind(oparg, lhs, rhs));
  ------------------
  |  |   43|     54|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2452|     54|    unspecialize(instr);
 2453|     54|    return;
 2454|     91|}
_Py_Specialize_CompareOp:
 2495|    138|{
 2496|    138|    PyObject *lhs = PyStackRef_AsPyObjectBorrow(lhs_st);
 2497|    138|    PyObject *rhs = PyStackRef_AsPyObjectBorrow(rhs_st);
 2498|    138|    uint8_t specialized_op;
 2499|       |
 2500|    138|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2500:5): [True: 138, Folded]
  ------------------
 2501|    138|    assert(_PyOpcode_Caches[COMPARE_OP] == INLINE_CACHE_ENTRIES_COMPARE_OP);
  ------------------
  |  Branch (2501:5): [True: 138, False: 0]
  ------------------
 2502|       |    // All of these specializations compute boolean values, so they're all valid
 2503|       |    // regardless of the fifth-lowest oparg bit.
 2504|    138|    if (Py_TYPE(lhs) != Py_TYPE(rhs)) {
  ------------------
  |  |  213|    138|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    138|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (Py_TYPE(lhs) != Py_TYPE(rhs)) {
  ------------------
  |  |  213|    138|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    138|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2504:9): [True: 9, False: 129]
  ------------------
 2505|      9|        SPECIALIZATION_FAIL(COMPARE_OP, compare_op_fail_kind(lhs, rhs));
  ------------------
  |  |   43|      9|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2506|      9|        goto failure;
 2507|      9|    }
 2508|    129|    if (PyFloat_CheckExact(lhs)) {
  ------------------
  |  |   17|    129|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|    129|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    129|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    129|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1, False: 128]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2509|      1|        specialized_op = COMPARE_OP_FLOAT;
  ------------------
  |  |  174|      1|#define COMPARE_OP_FLOAT                       169
  ------------------
 2510|      1|        goto success;
 2511|      1|    }
 2512|    128|    if (PyLong_CheckExact(lhs)) {
  ------------------
  |  |   14|    128|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    128|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    128|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    128|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 59, False: 69]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2513|     59|        if (_PyLong_IsCompact((PyLongObject *)lhs) && _PyLong_IsCompact((PyLongObject *)rhs)) {
  ------------------
  |  Branch (2513:13): [True: 49, False: 10]
  |  Branch (2513:55): [True: 45, False: 4]
  ------------------
 2514|     45|            specialized_op = COMPARE_OP_INT;
  ------------------
  |  |  175|     45|#define COMPARE_OP_INT                         170
  ------------------
 2515|     45|            goto success;
 2516|     45|        }
 2517|     14|        else {
 2518|     14|            SPECIALIZATION_FAIL(COMPARE_OP, SPEC_FAIL_COMPARE_OP_BIG_INT);
  ------------------
  |  |   43|     14|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2519|     14|            goto failure;
 2520|     14|        }
 2521|     59|    }
 2522|     69|    if (PyUnicode_CheckExact(lhs)) {
  ------------------
  |  |  104|     69|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     69|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     69|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     69|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 55, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2523|     55|        int cmp = oparg >> 5;
 2524|     55|        if (cmp != Py_EQ && cmp != Py_NE) {
  ------------------
  |  |  654|    110|#define Py_EQ 2
  ------------------
                      if (cmp != Py_EQ && cmp != Py_NE) {
  ------------------
  |  |  655|     13|#define Py_NE 3
  ------------------
  |  Branch (2524:13): [True: 13, False: 42]
  |  Branch (2524:29): [True: 0, False: 13]
  ------------------
 2525|      0|            SPECIALIZATION_FAIL(COMPARE_OP, SPEC_FAIL_COMPARE_OP_STRING);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2526|      0|            goto failure;
 2527|      0|        }
 2528|     55|        else {
 2529|     55|            specialized_op = COMPARE_OP_STR;
  ------------------
  |  |  176|     55|#define COMPARE_OP_STR                         171
  ------------------
 2530|     55|            goto success;
 2531|     55|        }
 2532|     55|    }
 2533|     14|    SPECIALIZATION_FAIL(COMPARE_OP, compare_op_fail_kind(lhs, rhs));
  ------------------
  |  |   43|     14|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2534|     37|failure:
 2535|     37|    unspecialize(instr);
 2536|     37|    return;
 2537|    101|success:
 2538|    101|    specialize(instr, specialized_op);
 2539|    101|}
_Py_Specialize_UnpackSequence:
 2557|     45|{
 2558|     45|    PyObject *seq = PyStackRef_AsPyObjectBorrow(seq_st);
 2559|       |
 2560|     45|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2560:5): [True: 45, Folded]
  ------------------
 2561|     45|    assert(_PyOpcode_Caches[UNPACK_SEQUENCE] ==
  ------------------
  |  Branch (2561:5): [True: 45, False: 0]
  ------------------
 2562|     45|           INLINE_CACHE_ENTRIES_UNPACK_SEQUENCE);
 2563|     45|    if (PyTuple_CheckExact(seq)) {
  ------------------
  |  |   28|     45|#define PyTuple_CheckExact(op) Py_IS_TYPE((op), &PyTuple_Type)
  |  |  ------------------
  |  |  |  |  215|     45|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 45, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2564|     45|        if (PyTuple_GET_SIZE(seq) != oparg) {
  ------------------
  |  |   27|     45|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2564:13): [True: 0, False: 45]
  ------------------
 2565|      0|            SPECIALIZATION_FAIL(UNPACK_SEQUENCE, SPEC_FAIL_EXPECTED_ERROR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2566|      0|            unspecialize(instr);
 2567|      0|            return;
 2568|      0|        }
 2569|     45|        if (PyTuple_GET_SIZE(seq) == 2) {
  ------------------
  |  |   27|     45|#define PyTuple_GET_SIZE(op) PyTuple_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     45|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     45|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2569:13): [True: 38, False: 7]
  ------------------
 2570|     38|            specialize(instr, UNPACK_SEQUENCE_TWO_TUPLE);
  ------------------
  |  |  223|     38|#define UNPACK_SEQUENCE_TWO_TUPLE              218
  ------------------
 2571|     38|            return;
 2572|     38|        }
 2573|      7|        specialize(instr, UNPACK_SEQUENCE_TUPLE);
  ------------------
  |  |  222|      7|#define UNPACK_SEQUENCE_TUPLE                  217
  ------------------
 2574|      7|        return;
 2575|     45|    }
 2576|      0|    if (PyList_CheckExact(seq)) {
  ------------------
  |  |   26|      0|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2577|      0|        if (PyList_GET_SIZE(seq) != oparg) {
  ------------------
  |  |   38|      0|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2577:13): [True: 0, False: 0]
  ------------------
 2578|      0|            SPECIALIZATION_FAIL(UNPACK_SEQUENCE, SPEC_FAIL_EXPECTED_ERROR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2579|      0|            unspecialize(instr);
 2580|      0|            return;
 2581|      0|        }
 2582|      0|        specialize(instr, UNPACK_SEQUENCE_LIST);
  ------------------
  |  |  221|      0|#define UNPACK_SEQUENCE_LIST                   216
  ------------------
 2583|      0|        return;
 2584|      0|    }
 2585|      0|    SPECIALIZATION_FAIL(UNPACK_SEQUENCE, unpack_sequence_fail_kind(seq));
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2586|      0|    unspecialize(instr);
 2587|      0|}
_Py_Specialize_ForIter:
 2664|    133|{
 2665|    133|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2665:5): [True: 133, Folded]
  ------------------
 2666|    133|    assert(_PyOpcode_Caches[FOR_ITER] == INLINE_CACHE_ENTRIES_FOR_ITER);
  ------------------
  |  Branch (2666:5): [True: 133, False: 0]
  ------------------
 2667|    133|    PyObject *iter_o = PyStackRef_AsPyObjectBorrow(iter);
 2668|    133|    PyTypeObject *tp = Py_TYPE(iter_o);
  ------------------
  |  |  213|    133|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    133|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    133|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2669|       |
 2670|    133|    if (PyStackRef_IsNull(null_or_index)) {
  ------------------
  |  |  470|    133|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|    133|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|    133|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 35, False: 98]
  |  |  ------------------
  ------------------
 2671|     35|        if (tp == &PyRangeIter_Type) {
  ------------------
  |  Branch (2671:13): [True: 6, False: 29]
  ------------------
 2672|       |#ifdef Py_GIL_DISABLED
 2673|       |            // Only specialize for uniquely referenced iterators, so that we know
 2674|       |            // they're only referenced by this one thread. This is more limiting
 2675|       |            // than we need (even `it = iter(mylist); for item in it:` won't get
 2676|       |            // specialized) but we don't have a way to check whether we're the only
 2677|       |            // _thread_ who has access to the object.
 2678|       |            if (!_PyObject_IsUniquelyReferenced(iter_o)) {
 2679|       |                goto failure;
 2680|       |            }
 2681|       |#endif
 2682|      6|            specialize(instr, FOR_ITER_RANGE);
  ------------------
  |  |  181|      6|#define FOR_ITER_RANGE                         176
  ------------------
 2683|      6|            return;
 2684|      6|        }
 2685|     29|        else if (tp == &PyGen_Type && oparg <= SHRT_MAX) {
  ------------------
  |  Branch (2685:18): [True: 6, False: 23]
  |  Branch (2685:39): [True: 6, False: 0]
  ------------------
 2686|      6|            assert(instr[oparg + INLINE_CACHE_ENTRIES_FOR_ITER + 1].op.code == END_FOR  ||
  ------------------
  |  Branch (2686:13): [True: 6, False: 0]
  |  Branch (2686:13): [True: 0, False: 0]
  ------------------
 2687|      6|                instr[oparg + INLINE_CACHE_ENTRIES_FOR_ITER + 1].op.code == INSTRUMENTED_END_FOR
 2688|      6|            );
 2689|       |            /* Don't specialize if PEP 523 is active */
 2690|      6|            if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (2690:17): [True: 0, False: 6]
  ------------------
 2691|      0|                goto failure;
 2692|      0|            }
 2693|      6|            specialize(instr, FOR_ITER_GEN);
  ------------------
  |  |  179|      6|#define FOR_ITER_GEN                           174
  ------------------
 2694|      6|            return;
 2695|      6|        }
 2696|     35|    }
 2697|     98|    else {
 2698|     98|        if (tp->_tp_iteritem != NULL) {
  ------------------
  |  Branch (2698:13): [True: 98, False: 0]
  ------------------
 2699|     98|            if (tp == &PyList_Type) {
  ------------------
  |  Branch (2699:17): [True: 48, False: 50]
  ------------------
 2700|       |    #ifdef Py_GIL_DISABLED
 2701|       |                // Only specialize for lists owned by this thread or shared
 2702|       |                if (!_Py_IsOwnedByCurrentThread(iter_o) && !_PyObject_GC_IS_SHARED(iter_o)) {
 2703|       |                    goto failure;
 2704|       |                }
 2705|       |    #endif
 2706|     48|                specialize(instr, FOR_ITER_LIST);
  ------------------
  |  |  180|     48|#define FOR_ITER_LIST                          175
  ------------------
 2707|     48|                return;
 2708|     48|            }
 2709|     50|            else if (tp == &PyTuple_Type) {
  ------------------
  |  Branch (2709:22): [True: 45, False: 5]
  ------------------
 2710|     45|                specialize(instr, FOR_ITER_TUPLE);
  ------------------
  |  |  182|     45|#define FOR_ITER_TUPLE                         177
  ------------------
 2711|     45|                return;
 2712|     45|            }
 2713|     98|        }
 2714|      5|        specialize(instr, FOR_ITER_VIRTUAL);
  ------------------
  |  |  183|      5|#define FOR_ITER_VIRTUAL                       178
  ------------------
 2715|      5|        return;
 2716|     98|    }
 2717|     23|failure:
 2718|     23|    SPECIALIZATION_FAIL(FOR_ITER,
  ------------------
  |  |   43|     23|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2719|     23|                        _PySpecialization_ClassifyIterator(iter_o));
 2720|     23|    unspecialize(instr);
 2721|     23|}
_Py_Specialize_CallFunctionEx:
 2756|     16|{
 2757|     16|    PyObject *func = PyStackRef_AsPyObjectBorrow(func_st);
 2758|       |
 2759|     16|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2759:5): [True: 16, Folded]
  ------------------
 2760|     16|    assert(_PyOpcode_Caches[CALL_FUNCTION_EX] == INLINE_CACHE_ENTRIES_CALL_FUNCTION_EX);
  ------------------
  |  Branch (2760:5): [True: 16, False: 0]
  ------------------
 2761|       |
 2762|     16|    if (Py_TYPE(func) == &PyFunction_Type &&
  ------------------
  |  |  213|     16|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     16|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     16|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2762:9): [True: 4, False: 12]
  ------------------
 2763|      4|        ((PyFunctionObject *)func)->vectorcall == _PyFunction_Vectorcall) {
  ------------------
  |  Branch (2763:9): [True: 4, False: 0]
  ------------------
 2764|      4|        if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (2764:13): [True: 0, False: 4]
  ------------------
 2765|      0|            goto failure;
 2766|      0|        }
 2767|      4|        specialize(instr, CALL_EX_PY);
  ------------------
  |  |  157|      4|#define CALL_EX_PY                             152
  ------------------
 2768|      4|        return;
 2769|      4|    }
 2770|     12|    specialize(instr, CALL_EX_NON_PY_GENERAL);
  ------------------
  |  |  156|     12|#define CALL_EX_NON_PY_GENERAL                 151
  ------------------
 2771|     12|    return;
 2772|      0|failure:
 2773|      0|    unspecialize(instr);
 2774|      0|}
_Py_Specialize_ToBool:
 2825|    297|{
 2826|    297|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2826:5): [True: 297, Folded]
  ------------------
 2827|    297|    assert(_PyOpcode_Caches[TO_BOOL] == INLINE_CACHE_ENTRIES_TO_BOOL);
  ------------------
  |  Branch (2827:5): [True: 297, False: 0]
  ------------------
 2828|    297|    _PyToBoolCache *cache = (_PyToBoolCache *)(instr + 1);
 2829|    297|    PyObject *value = PyStackRef_AsPyObjectBorrow(value_o);
 2830|    297|    uint8_t specialized_op;
 2831|    297|    if (PyBool_Check(value)) {
  ------------------
  |  |   12|    297|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|    297|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    297|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    297|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 159, False: 138]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2832|    159|        specialized_op = TO_BOOL_BOOL;
  ------------------
  |  |  216|    159|#define TO_BOOL_BOOL                           211
  ------------------
 2833|    159|        goto success;
 2834|    159|    }
 2835|    138|    if (PyLong_CheckExact(value)) {
  ------------------
  |  |   14|    138|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|    138|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    138|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    138|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 32, False: 106]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2836|     32|        specialized_op = TO_BOOL_INT;
  ------------------
  |  |  217|     32|#define TO_BOOL_INT                            212
  ------------------
 2837|     32|        goto success;
 2838|     32|    }
 2839|    106|    if (PyList_CheckExact(value)) {
  ------------------
  |  |   26|    106|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|    106|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    106|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    106|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 21, False: 85]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2840|     21|        specialized_op = TO_BOOL_LIST;
  ------------------
  |  |  218|     21|#define TO_BOOL_LIST                           213
  ------------------
 2841|     21|        goto success;
 2842|     21|    }
 2843|     85|    if (Py_IsNone(value)) {
  ------------------
  |  |  621|     85|#define Py_IsNone(x) Py_Is((x), Py_None)
  |  |  ------------------
  |  |  |  |  187|     85|#define Py_Is(x, y) ((x) == (y))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (187:21): [True: 23, False: 62]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2844|     23|        specialized_op = TO_BOOL_NONE;
  ------------------
  |  |  219|     23|#define TO_BOOL_NONE                           214
  ------------------
 2845|     23|        goto success;
 2846|     23|    }
 2847|     62|    if (PyUnicode_CheckExact(value)) {
  ------------------
  |  |  104|     62|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|     62|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     62|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     62|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 42, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2848|     42|        specialized_op = TO_BOOL_STR;
  ------------------
  |  |  220|     42|#define TO_BOOL_STR                            215
  ------------------
 2849|     42|        goto success;
 2850|     42|    }
 2851|     20|    if (PyType_HasFeature(Py_TYPE(value), Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  213|     20|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     20|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     20|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PyType_HasFeature(Py_TYPE(value), Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|     20|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (2851:9): [True: 8, False: 12]
  ------------------
 2852|      8|        unsigned int version = 0;
 2853|      8|        int err = _PyType_Validate(Py_TYPE(value), check_type_always_true, &version);
  ------------------
  |  |  213|      8|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2854|      8|        if (err < 0) {
  ------------------
  |  Branch (2854:13): [True: 0, False: 8]
  ------------------
 2855|      0|            SPECIALIZATION_FAIL(TO_BOOL, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2856|      0|            goto failure;
 2857|      0|        }
 2858|      8|        else if (err > 0) {
  ------------------
  |  Branch (2858:18): [True: 8, False: 0]
  ------------------
 2859|      8|            SPECIALIZATION_FAIL(TO_BOOL, err);
  ------------------
  |  |   43|      8|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2860|      8|            goto failure;
 2861|      8|        }
 2862|       |
 2863|      8|        assert(err == 0);
  ------------------
  |  Branch (2863:9): [True: 0, False: 0]
  ------------------
 2864|      0|        assert(version);
  ------------------
  |  Branch (2864:9): [True: 0, False: 0]
  ------------------
 2865|      0|        write_u32(cache->version, version);
 2866|      0|        specialized_op = TO_BOOL_ALWAYS_TRUE;
  ------------------
  |  |  215|      0|#define TO_BOOL_ALWAYS_TRUE                    210
  ------------------
 2867|      0|        goto success;
 2868|      0|    }
 2869|       |
 2870|     12|    SPECIALIZATION_FAIL(TO_BOOL, to_bool_fail_kind(value));
  ------------------
  |  |   43|     12|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2871|     20|failure:
 2872|     20|    unspecialize(instr);
 2873|     20|    return;
 2874|    277|success:
 2875|    277|    specialize(instr, specialized_op);
 2876|    277|}
_Py_Specialize_ContainsOp:
 2899|     99|{
 2900|     99|    PyObject *value = PyStackRef_AsPyObjectBorrow(value_st);
 2901|       |
 2902|     99|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2902:5): [True: 99, Folded]
  ------------------
 2903|     99|    assert(_PyOpcode_Caches[CONTAINS_OP] == INLINE_CACHE_ENTRIES_COMPARE_OP);
  ------------------
  |  Branch (2903:5): [True: 99, False: 0]
  ------------------
 2904|     99|    if (PyAnyDict_CheckExact(value)) {
  ------------------
  |  |   41|     99|    (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   19|     99|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|    198|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     99|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     99|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 23, False: 76]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   (PyDict_CheckExact(ob) || PyFrozenDict_CheckExact(ob))
  |  |  ------------------
  |  |  |  |   38|     76|#define PyFrozenDict_CheckExact(op) Py_IS_TYPE((op), &PyFrozenDict_Type)
  |  |  |  |  ------------------
  |  |  |  |  |  |  215|     76|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (215:32): [True: 0, False: 76]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2905|     23|        specialize(instr, CONTAINS_OP_DICT);
  ------------------
  |  |  177|     23|#define CONTAINS_OP_DICT                       172
  ------------------
 2906|     23|        return;
 2907|     23|    }
 2908|     76|    if (PySet_CheckExact(value) || PyFrozenSet_CheckExact(value)) {
  ------------------
  |  |   35|     76|#define PySet_CheckExact(op) Py_IS_TYPE(op, &PySet_Type)
  |  |  ------------------
  |  |  |  |  215|    152|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     76|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     76|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 14, False: 62]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if (PySet_CheckExact(value) || PyFrozenSet_CheckExact(value)) {
  ------------------
  |  |   23|     62|#define PyFrozenSet_CheckExact(ob) Py_IS_TYPE((ob), &PyFrozenSet_Type)
  |  |  ------------------
  |  |  |  |  215|     62|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     62|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     62|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 7, False: 55]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2909|     21|        specialize(instr, CONTAINS_OP_SET);
  ------------------
  |  |  178|     21|#define CONTAINS_OP_SET                        173
  ------------------
 2910|     21|        return;
 2911|     21|    }
 2912|       |
 2913|     55|    SPECIALIZATION_FAIL(CONTAINS_OP, containsop_fail_kind(value));
  ------------------
  |  |   43|     55|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2914|     55|    unspecialize(instr);
 2915|     55|    return;
 2916|     76|}
_Py_Specialize_GetIter:
 2920|     77|{
 2921|     77|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (2921:5): [True: 77, Folded]
  ------------------
 2922|     77|    PyTypeObject *tp = PyStackRef_TYPE(iterable);
 2923|     77|    if (tp->_tp_iteritem != NULL) {
  ------------------
  |  Branch (2923:9): [True: 60, False: 17]
  ------------------
 2924|     60|        specialize(instr, GET_ITER_VIRTUAL);
  ------------------
  |  |  185|     60|#define GET_ITER_VIRTUAL                       180
  ------------------
 2925|     60|        return;
 2926|     60|    }
 2927|     17|    if (tp->tp_iter == PyObject_SelfIter) {
  ------------------
  |  Branch (2927:9): [True: 3, False: 14]
  ------------------
 2928|      3|        specialize(instr, GET_ITER_SELF);
  ------------------
  |  |  184|      3|#define GET_ITER_SELF                          179
  ------------------
 2929|      3|        return;
 2930|      3|    }
 2931|     14|    SPECIALIZATION_FAIL(GET_ITER,
  ------------------
  |  |   43|     14|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 2932|     14|        tp == &PyCoro_Type ? SPEC_FAIL_ITER_COROUTINE : SPEC_FAIL_OTHER);
 2933|     14|    unspecialize(instr);
 2934|     14|}
_Py_Specialize_Resume:
 2938|    712|{
 2939|    712|    if (tstate->tracing == 0 && instr->op.code == RESUME) {
  ------------------
  |  |  133|    712|#define RESUME                                 128
  ------------------
  |  Branch (2939:9): [True: 712, False: 0]
  |  Branch (2939:33): [True: 712, False: 0]
  ------------------
 2940|    712|        if (tstate->interp->jit) {
  ------------------
  |  Branch (2940:13): [True: 0, False: 712]
  ------------------
 2941|      0|            PyCodeObject *co = (PyCodeObject *)PyStackRef_AsPyObjectBorrow(frame->f_executable);
 2942|      0|            if (co != NULL &&
  ------------------
  |  Branch (2942:17): [True: 0, False: 0]
  ------------------
 2943|      0|                PyCode_Check(co) &&
  ------------------
  |  |  164|      0|#define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2944|      0|                (co->co_flags & (CO_GENERATOR | CO_COROUTINE | CO_ASYNC_GENERATOR)) == 0) {
  ------------------
  |  |  123|      0|#define CO_GENERATOR    0x0020
  ------------------
                              (co->co_flags & (CO_GENERATOR | CO_COROUTINE | CO_ASYNC_GENERATOR)) == 0) {
  ------------------
  |  |  127|      0|#define CO_COROUTINE            0x0080
  ------------------
                              (co->co_flags & (CO_GENERATOR | CO_COROUTINE | CO_ASYNC_GENERATOR)) == 0) {
  ------------------
  |  |  129|      0|#define CO_ASYNC_GENERATOR      0x0200
  ------------------
  |  Branch (2944:17): [True: 0, False: 0]
  ------------------
 2945|      0|                specialize(instr, RESUME_CHECK_JIT);
  ------------------
  |  |  206|      0|#define RESUME_CHECK_JIT                       201
  ------------------
 2946|      0|                set_counter((_Py_BackoffCounter *)instr + 1, initial_resume_backoff_counter(&tstate->interp->opt_config));
 2947|      0|                return;
 2948|      0|            }
 2949|      0|        }
 2950|    712|        specialize(instr, RESUME_CHECK);
  ------------------
  |  |  205|    712|#define RESUME_CHECK                           200
  ------------------
 2951|    712|        return;
 2952|    712|    }
 2953|      0|    unspecialize(instr);
 2954|      0|    return;
 2955|    712|}
specialize.c:fixup_getiter:
   48|    491|{
   49|       |    // Compiler can't know if types.coroutine() will be called,
   50|       |    // so fix up here
   51|    491|    if (instruction->op.arg) {
  ------------------
  |  Branch (51:9): [True: 11, False: 480]
  ------------------
   52|     11|        if (flags & (CO_COROUTINE | CO_ITERABLE_COROUTINE)) {
  ------------------
  |  |  127|     11|#define CO_COROUTINE            0x0080
  ------------------
                      if (flags & (CO_COROUTINE | CO_ITERABLE_COROUTINE)) {
  ------------------
  |  |  128|     11|#define CO_ITERABLE_COROUTINE   0x0100
  ------------------
  |  Branch (52:13): [True: 0, False: 11]
  ------------------
   53|      0|            instruction->op.arg = GET_ITER_YIELD_FROM_NO_CHECK;
  ------------------
  |  |   96|      0|#define GET_ITER_YIELD_FROM_NO_CHECK 2
  ------------------
   54|      0|        }
   55|     11|        else {
   56|     11|            instruction->op.arg = GET_ITER_YIELD_FROM_CORO_CHECK;
  ------------------
  |  |   97|     11|#define GET_ITER_YIELD_FROM_CORO_CHECK 3
  ------------------
   57|     11|        }
   58|     11|    }
   59|    491|}
specialize.c:specialize:
  363|  4.14k|{
  364|  4.14k|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (364:5): [True: 4.14k, False: 0]
  ------------------
  365|  4.14k|    if (!set_opcode(instr, specialized_opcode)) {
  ------------------
  |  Branch (365:9): [True: 0, False: 4.14k]
  ------------------
  366|      0|        STAT_INC(_PyOpcode_Deopt[specialized_opcode], failure);
  ------------------
  |  |   73|      0|#define STAT_INC(opname, name) ((void)0)
  ------------------
  367|      0|        SPECIALIZATION_FAIL(_PyOpcode_Deopt[specialized_opcode],
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  368|      0|                            SPEC_FAIL_OTHER);
  369|      0|        return;
  370|      0|    }
  371|  4.14k|    STAT_INC(_PyOpcode_Deopt[specialized_opcode], success);
  ------------------
  |  |   73|  4.14k|#define STAT_INC(opname, name) ((void)0)
  ------------------
  372|  4.14k|    set_counter((_Py_BackoffCounter *)instr + 1, adaptive_counter_cooldown());
  373|  4.14k|}
specialize.c:set_opcode:
  326|  4.56k|{
  327|       |#ifdef Py_GIL_DISABLED
  328|       |    uint8_t old_op = _Py_atomic_load_uint8_relaxed(&instr->op.code);
  329|       |    if (old_op >= MIN_INSTRUMENTED_OPCODE) {
  330|       |        /* Lost race with instrumentation */
  331|       |        return 0;
  332|       |    }
  333|       |    if (!_Py_atomic_compare_exchange_uint8(&instr->op.code, &old_op, opcode)) {
  334|       |        /* Lost race with instrumentation */
  335|       |        assert(old_op >= MIN_INSTRUMENTED_OPCODE);
  336|       |        return 0;
  337|       |    }
  338|       |    return 1;
  339|       |#else
  340|  4.56k|    instr->op.code = opcode;
  341|  4.56k|    return 1;
  342|  4.56k|#endif
  343|  4.56k|}
specialize.c:unspecialize:
  377|    419|{
  378|    419|    assert(!PyErr_Occurred());
  ------------------
  |  Branch (378:5): [True: 419, False: 0]
  ------------------
  379|    419|    uint8_t opcode = FT_ATOMIC_LOAD_UINT8_RELAXED(instr->op.code);
  ------------------
  |  |  157|    419|#define FT_ATOMIC_LOAD_UINT8_RELAXED(value) value
  ------------------
  380|    419|    uint8_t generic_opcode = _PyOpcode_Deopt[opcode];
  381|    419|    STAT_INC(generic_opcode, failure);
  ------------------
  |  |   73|    419|#define STAT_INC(opname, name) ((void)0)
  ------------------
  382|    419|    if (!set_opcode(instr, generic_opcode)) {
  ------------------
  |  Branch (382:9): [True: 0, False: 419]
  ------------------
  383|      0|        SPECIALIZATION_FAIL(generic_opcode, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  384|      0|        return;
  385|      0|    }
  386|    419|    _Py_BackoffCounter *counter = (_Py_BackoffCounter *)instr + 1;
  387|    419|    _Py_BackoffCounter cur = load_counter(counter);
  388|    419|    set_counter(counter, adaptive_counter_backoff(cur));
  389|    419|}
specialize.c:load_counter:
  354|    419|{
  355|    419|    _Py_BackoffCounter result = {
  356|    419|        .value_and_backoff =
  357|    419|            FT_ATOMIC_LOAD_UINT16_RELAXED(counter->value_and_backoff)};
  ------------------
  |  |  158|    419|#define FT_ATOMIC_LOAD_UINT16_RELAXED(value) value
  ------------------
  358|    419|    return result;
  359|    419|}
specialize.c:specialize_module_load_attr:
  450|    183|{
  451|    183|    PyModuleObject *m = (PyModuleObject *)owner;
  452|    183|    assert((Py_TYPE(owner)->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0);
  ------------------
  |  Branch (452:5): [True: 183, False: 0]
  ------------------
  453|    183|    PyDictObject *dict = (PyDictObject *)m->md_dict;
  454|    183|    if (dict == NULL) {
  ------------------
  |  Branch (454:9): [True: 0, False: 183]
  ------------------
  455|      0|        SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_NO_DICT);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  456|      0|        return -1;
  457|      0|    }
  458|    183|    int result;
  459|    183|    Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|    183|    {
  ------------------
  460|    183|    result = specialize_module_load_attr_lock_held(dict, instr, name);
  461|    183|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    183|    }
  ------------------
  462|    183|    return result;
  463|    183|}
specialize.c:specialize_module_load_attr_lock_held:
  412|    183|{
  413|    183|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
  414|    183|    if (dict->ma_keys->dk_kind != DICT_KEYS_UNICODE) {
  ------------------
  |  Branch (414:9): [True: 0, False: 183]
  ------------------
  415|      0|        SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_NON_STRING);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  416|      0|        return -1;
  417|      0|    }
  418|    183|    PyObject *value;
  419|    183|    Py_ssize_t index = _PyDict_LookupIndexAndValue(dict, name, &value);
  420|    183|    if (value != NULL && PyLazyImport_CheckExact(value)) {
  ------------------
  |  |   15|    173|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |  215|    173|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    173|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    173|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 173]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (420:9): [True: 173, False: 10]
  ------------------
  421|      0|        SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_MODULE_LAZY_VALUE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  422|      0|        return -1;
  423|      0|    }
  424|    183|    assert(index != DKIX_ERROR);
  ------------------
  |  Branch (424:5): [True: 183, False: 0]
  ------------------
  425|    183|    if (index != (uint16_t)index) {
  ------------------
  |  Branch (425:9): [True: 10, False: 173]
  ------------------
  426|     10|        SPECIALIZATION_FAIL(LOAD_ATTR,
  ------------------
  |  |   43|     10|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  427|     10|                            index == DKIX_EMPTY ?
  428|     10|                            SPEC_FAIL_ATTR_MODULE_ATTR_NOT_FOUND :
  429|     10|                            SPEC_FAIL_OUT_OF_RANGE);
  430|     10|        return -1;
  431|     10|    }
  432|    173|    uint32_t keys_version = _PyDict_GetKeysVersionForCurrentState(
  433|    173|            _PyInterpreterState_GET(), dict);
  434|    173|    if (keys_version == 0) {
  ------------------
  |  Branch (434:9): [True: 0, False: 173]
  ------------------
  435|      0|        SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  436|      0|        return -1;
  437|      0|    }
  438|       |#ifdef Py_GIL_DISABLED
  439|       |    maybe_enable_deferred_ref_count(value);
  440|       |#endif
  441|    173|    write_u32(cache->version, keys_version);
  442|    173|    cache->index = (uint16_t)index;
  443|    173|    specialize(instr, LOAD_ATTR_MODULE);
  ------------------
  |  |  195|    173|#define LOAD_ATTR_MODULE                       190
  ------------------
  444|    173|    return 0;
  445|    173|}
specialize.c:specialize_instance_load_attr:
  980|    469|{
  981|       |    // 0 is not a valid version
  982|    469|    uint32_t shared_keys_version = 0;
  983|    469|    bool shadow = instance_has_key(owner, name, &shared_keys_version);
  984|    469|    PyObject *descr = NULL;
  985|    469|    unsigned int tp_version = 0;
  986|    469|    PyTypeObject *type = Py_TYPE(owner);
  ------------------
  |  |  213|    469|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    469|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    469|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  987|    469|    DescriptorClassification kind = analyze_descriptor_load(type, name, &descr, &tp_version);
  988|    469|    int result = do_specialize_instance_load_attr(owner, instr, name, shadow, shared_keys_version, kind, descr, tp_version);
  989|    469|    Py_XDECREF(descr);
  ------------------
  |  |  524|    469|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    469|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    469|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  990|    469|    return result;
  991|    469|}
specialize.c:instance_has_key:
  759|    469|{
  760|    469|    PyTypeObject *cls = Py_TYPE(obj);
  ------------------
  |  |  213|    469|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    469|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    469|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  761|    469|    if ((cls->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0) {
  ------------------
  |  |  482|    469|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (761:9): [True: 189, False: 280]
  ------------------
  762|    189|        return false;
  763|    189|    }
  764|    280|    if (cls->tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|    280|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (764:9): [True: 257, False: 23]
  ------------------
  765|    257|        PyDictKeysObject *keys = ((PyHeapTypeObject *)cls)->ht_cached_keys;
  766|    257|        Py_ssize_t index =
  767|    257|            _PyDictKeys_StringLookupAndVersion(keys, name, shared_keys_version);
  768|    257|        return index >= 0;
  769|    257|    }
  770|     23|    PyDictObject *dict = _PyObject_GetManagedDict(obj);
  771|     23|    if (dict == NULL || !PyDict_CheckExact(dict)) {
  ------------------
  |  |   19|     23|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|     23|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     23|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     23|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (771:9): [True: 0, False: 23]
  |  Branch (771:25): [True: 0, False: 23]
  ------------------
  772|      0|        return false;
  773|      0|    }
  774|     23|    bool result;
  775|     23|    Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|     23|    {
  ------------------
  776|     23|    if (dict->ma_values) {
  ------------------
  |  Branch (776:9): [True: 23, False: 0]
  ------------------
  777|     23|        result = false;
  778|     23|    }
  779|      0|    else {
  780|      0|        result = (_PyDict_LookupIndex(dict, name) >= 0);
  781|      0|    }
  782|     23|    Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|     23|    }
  ------------------
  783|     23|    return result;
  784|     23|}
specialize.c:analyze_descriptor_load:
  557|    569|analyze_descriptor_load(PyTypeObject *type, PyObject *name, PyObject **descr, unsigned int *tp_version) {
  558|    569|    bool has_getattr = false;
  559|    569|    bool have_ga_version = false;
  560|    569|    unsigned int ga_version;
  561|    569|    getattrofunc getattro_slot = type->tp_getattro;
  562|    569|    if (getattro_slot == PyObject_GenericGetAttr) {
  ------------------
  |  Branch (562:9): [True: 562, False: 7]
  ------------------
  563|       |        /* Normal attribute lookup; */
  564|    562|        has_getattr = false;
  565|    562|    }
  566|      7|    else if (getattro_slot == _Py_slot_tp_getattr_hook ||
  ------------------
  |  Branch (566:14): [True: 0, False: 7]
  ------------------
  567|      7|        getattro_slot == _Py_slot_tp_getattro) {
  ------------------
  |  Branch (567:9): [True: 0, False: 7]
  ------------------
  568|       |        /* One or both of __getattribute__ or __getattr__ may have been
  569|       |         overridden See typeobject.c for why these functions are special. */
  570|      0|        PyObject *getattribute = _PyType_LookupRefAndVersion(type,
  571|      0|                &_Py_ID(__getattribute__), &ga_version);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  572|      0|        have_ga_version = true;
  573|      0|        PyInterpreterState *interp = _PyInterpreterState_GET();
  574|      0|        bool has_custom_getattribute = getattribute != NULL &&
  ------------------
  |  Branch (574:40): [True: 0, False: 0]
  ------------------
  575|      0|            getattribute != interp->callable_cache.object__getattribute__;
  ------------------
  |  Branch (575:13): [True: 0, False: 0]
  ------------------
  576|      0|        PyObject *getattr = _PyType_Lookup(type, &_Py_ID(__getattr__));
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  577|      0|        has_getattr = getattr != NULL;
  578|      0|        if (has_custom_getattribute) {
  ------------------
  |  Branch (578:13): [True: 0, False: 0]
  ------------------
  579|      0|            if (!has_getattr &&
  ------------------
  |  Branch (579:17): [True: 0, False: 0]
  ------------------
  580|      0|                Py_IS_TYPE(getattribute, &PyFunction_Type)) {
  ------------------
  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  581|      0|                *descr = getattribute;
  582|      0|                *tp_version = ga_version;
  583|      0|                return GETATTRIBUTE_IS_PYTHON_FUNCTION;
  584|      0|            }
  585|       |            /* Potentially both __getattr__ and __getattribute__ are set.
  586|       |               Too complicated */
  587|      0|            Py_DECREF(getattribute);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  588|      0|            *descr = NULL;
  589|      0|            *tp_version = ga_version;
  590|      0|            return GETSET_OVERRIDDEN;
  591|      0|        }
  592|       |        /* Potentially has __getattr__ but no custom __getattribute__.
  593|       |           Fall through to usual descriptor analysis.
  594|       |           Usual attribute lookup should only be allowed at runtime
  595|       |           if we can guarantee that there is no way an exception can be
  596|       |           raised. This means some specializations, e.g. specializing
  597|       |           for property() isn't safe.
  598|       |        */
  599|      0|        Py_XDECREF(getattribute);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  600|      0|    }
  601|      7|    else {
  602|      7|        *descr = NULL;
  603|      7|        *tp_version = FT_ATOMIC_LOAD_UINT_RELAXED(type->tp_version_tag);
  ------------------
  |  |  189|      7|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  ------------------
  604|      7|        return GETSET_OVERRIDDEN;
  605|      7|    }
  606|    562|    unsigned int descr_version;
  607|    562|    PyObject *descriptor = _PyType_LookupRefAndVersion(type, name, &descr_version);
  608|    562|    *descr = descriptor;
  609|    562|    *tp_version = have_ga_version ? ga_version : descr_version;
  ------------------
  |  Branch (609:19): [True: 0, False: 562]
  ------------------
  610|    562|    if (descriptor_is_class(descriptor, name)) {
  ------------------
  |  Branch (610:9): [True: 3, False: 559]
  ------------------
  611|      3|        return DUNDER_CLASS;
  612|      3|    }
  613|    559|    return classify_descriptor(descriptor, has_getattr);
  614|    562|}
specialize.c:descriptor_is_class:
  551|    743|{
  552|    743|    return ((PyUnicode_CompareWithASCIIString(name, "__class__") == 0) &&
  ------------------
  |  Branch (552:13): [True: 3, False: 740]
  ------------------
  553|      3|            (descriptor == _PyType_Lookup(&PyBaseObject_Type, name)));
  ------------------
  |  Branch (553:13): [True: 3, False: 0]
  ------------------
  554|    743|}
specialize.c:classify_descriptor:
  509|    879|{
  510|    879|    if (descriptor == NULL) {
  ------------------
  |  Branch (510:9): [True: 452, False: 427]
  ------------------
  511|    452|        return ABSENT;
  512|    452|    }
  513|    427|    PyTypeObject *desc_cls = Py_TYPE(descriptor);
  ------------------
  |  |  213|    427|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    427|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    427|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|    427|    if (!(desc_cls->tp_flags & Py_TPFLAGS_IMMUTABLETYPE)) {
  ------------------
  |  |  500|    427|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (514:9): [True: 0, False: 427]
  ------------------
  515|      0|        return MUTABLE;
  516|      0|    }
  517|    427|    if (desc_cls->tp_descr_set) {
  ------------------
  |  Branch (517:9): [True: 84, False: 343]
  ------------------
  518|     84|        if (desc_cls == &PyMemberDescr_Type) {
  ------------------
  |  Branch (518:13): [True: 21, False: 63]
  ------------------
  519|     21|            PyMemberDescrObject *member = (PyMemberDescrObject *)descriptor;
  520|     21|            struct PyMemberDef *dmem = member->d_member;
  521|     21|            if (dmem->type == Py_T_OBJECT_EX || dmem->type == _Py_T_OBJECT) {
  ------------------
  |  |   75|     42|#define Py_T_OBJECT_EX 16
  ------------------
                          if (dmem->type == Py_T_OBJECT_EX || dmem->type == _Py_T_OBJECT) {
  ------------------
  |  |   59|     17|#define _Py_T_OBJECT   6  // Deprecated, use Py_T_OBJECT_EX instead
  ------------------
  |  Branch (521:17): [True: 4, False: 17]
  |  Branch (521:49): [True: 17, False: 0]
  ------------------
  522|     21|                return OBJECT_SLOT;
  523|     21|            }
  524|      0|            return OTHER_SLOT;
  525|     21|        }
  526|     63|        if (desc_cls == &PyProperty_Type) {
  ------------------
  |  Branch (526:13): [True: 10, False: 53]
  ------------------
  527|       |            /* We can't detect at runtime whether an attribute exists
  528|       |               with property. So that means we may have to call
  529|       |               __getattr__. */
  530|     10|            return has_getattr ? GETSET_OVERRIDDEN : PROPERTY;
  ------------------
  |  Branch (530:20): [True: 0, False: 10]
  ------------------
  531|     10|        }
  532|     53|        return OVERRIDING;
  533|     63|    }
  534|    343|    if (desc_cls->tp_descr_get) {
  ------------------
  |  Branch (534:9): [True: 297, False: 46]
  ------------------
  535|    297|        if (desc_cls->tp_flags & Py_TPFLAGS_METHOD_DESCRIPTOR) {
  ------------------
  |  |  534|    297|#define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17)
  ------------------
  |  Branch (535:13): [True: 238, False: 59]
  ------------------
  536|    238|            return METHOD;
  537|    238|        }
  538|     59|        if (Py_IS_TYPE(descriptor, &PyClassMethodDescr_Type)) {
  ------------------
  |  |  215|     59|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     59|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     59|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 4, False: 55]
  |  |  ------------------
  ------------------
  539|      4|            return BUILTIN_CLASSMETHOD;
  540|      4|        }
  541|     55|        if (Py_IS_TYPE(descriptor, &PyClassMethod_Type)) {
  ------------------
  |  |  215|     55|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     55|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     55|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (215:32): [True: 23, False: 32]
  |  |  ------------------
  ------------------
  542|     23|            return PYTHON_CLASSMETHOD;
  543|     23|        }
  544|     32|        return NON_OVERRIDING;
  545|     55|    }
  546|     46|    return NON_DESCRIPTOR;
  547|    343|}
specialize.c:do_specialize_instance_load_attr:
  790|    469|{
  791|    469|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
  792|    469|    PyTypeObject *type = Py_TYPE(owner);
  ------------------
  |  |  213|    469|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    469|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    469|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  793|    469|    if (tp_version == 0) {
  ------------------
  |  Branch (793:9): [True: 0, False: 469]
  ------------------
  794|      0|        SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  795|      0|        return -1;
  796|      0|    }
  797|    469|    uint8_t oparg = FT_ATOMIC_LOAD_UINT8_RELAXED(instr->op.arg);
  ------------------
  |  |  157|    469|#define FT_ATOMIC_LOAD_UINT8_RELAXED(value) value
  ------------------
  798|    469|    switch(kind) {
  ------------------
  |  Branch (798:12): [True: 469, False: 0]
  ------------------
  799|      9|        case OVERRIDING:
  ------------------
  |  Branch (799:9): [True: 9, False: 460]
  ------------------
  800|      9|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_OVERRIDING_DESCRIPTOR);
  ------------------
  |  |   43|      9|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  801|      9|            return -1;
  802|    220|        case METHOD:
  ------------------
  |  Branch (802:9): [True: 220, False: 249]
  ------------------
  803|    220|        {
  804|    220|            if (shadow) {
  ------------------
  |  Branch (804:17): [True: 0, False: 220]
  ------------------
  805|      0|                goto try_instance;
  806|      0|            }
  807|    220|            if (oparg & 1) {
  ------------------
  |  Branch (807:17): [True: 199, False: 21]
  ------------------
  808|    199|                if (specialize_attr_loadclassattr(owner, instr, name, descr,
  ------------------
  |  Branch (808:21): [True: 191, False: 8]
  ------------------
  809|    199|                                                  tp_version, kind, true,
  810|    199|                                                  shared_keys_version)) {
  811|    191|                    return 0;
  812|    191|                }
  813|      8|                else {
  814|      8|                    return -1;
  815|      8|                }
  816|    199|            }
  817|     21|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_METHOD);
  ------------------
  |  |   43|     21|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  818|     21|            return -1;
  819|    220|        }
  820|      8|        case PROPERTY:
  ------------------
  |  Branch (820:9): [True: 8, False: 461]
  ------------------
  821|      8|        {
  822|      8|            _PyLoadMethodCache *lm_cache = (_PyLoadMethodCache *)(instr + 1);
  823|      8|            assert(Py_TYPE(descr) == &PyProperty_Type);
  ------------------
  |  Branch (823:13): [True: 8, False: 0]
  ------------------
  824|      8|            PyObject *fget = ((_PyPropertyObject *)descr)->prop_get;
  825|      8|            if (fget == NULL) {
  ------------------
  |  Branch (825:17): [True: 0, False: 8]
  ------------------
  826|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_EXPECTED_ERROR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  827|      0|                return -1;
  828|      0|            }
  829|      8|            if (!Py_IS_TYPE(fget, &PyFunction_Type)) {
  ------------------
  |  |  215|      8|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (829:17): [True: 0, False: 8]
  ------------------
  830|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_PROPERTY_NOT_PY_FUNCTION);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  831|      0|                return -1;
  832|      0|            }
  833|      8|            if (!function_check_args(fget, 1, LOAD_ATTR)) {
  ------------------
  |  |   92|      8|#define LOAD_ATTR                               79
  ------------------
  |  Branch (833:17): [True: 0, False: 8]
  ------------------
  834|      0|                return -1;
  835|      0|            }
  836|      8|            if (oparg & 1) {
  ------------------
  |  Branch (836:17): [True: 0, False: 8]
  ------------------
  837|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_METHOD);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  838|      0|                return -1;
  839|      0|            }
  840|       |            /* Don't specialize if PEP 523 is active */
  841|      8|            if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (841:17): [True: 0, False: 8]
  ------------------
  842|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  843|      0|                return -1;
  844|      0|            }
  845|       |            #ifdef Py_GIL_DISABLED
  846|       |            if (!_PyObject_HasDeferredRefcount(fget)) {
  847|       |                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_DESCR_NOT_DEFERRED);
  848|       |                return -1;
  849|       |            }
  850|       |            #endif
  851|      8|            uint32_t func_version = function_get_version(fget, LOAD_ATTR);
  ------------------
  |  |   92|      8|#define LOAD_ATTR                               79
  ------------------
  852|      8|            if (func_version == 0) {
  ------------------
  |  Branch (852:17): [True: 0, False: 8]
  ------------------
  853|      0|                return -1;
  854|      0|            }
  855|      8|            assert(tp_version != 0);
  ------------------
  |  Branch (855:13): [True: 8, False: 0]
  ------------------
  856|      8|            write_u32(lm_cache->type_version, tp_version);
  857|      8|            write_u32(lm_cache->keys_version, func_version);
  858|       |            /* borrowed */
  859|      8|            write_ptr(lm_cache->descr, fget);
  860|      8|            specialize(instr, LOAD_ATTR_PROPERTY);
  ------------------
  |  |  198|      8|#define LOAD_ATTR_PROPERTY                     193
  ------------------
  861|      8|            return 0;
  862|      8|        }
  863|     17|        case OBJECT_SLOT:
  ------------------
  |  Branch (863:9): [True: 17, False: 452]
  ------------------
  864|     17|        {
  865|     17|            PyMemberDescrObject *member = (PyMemberDescrObject *)descr;
  866|     17|            struct PyMemberDef *dmem = member->d_member;
  867|     17|            Py_ssize_t offset = dmem->offset;
  868|     17|            if (!PyObject_TypeCheck(owner, member->d_common.d_type)) {
  ------------------
  |  |  378|     17|#  define PyObject_TypeCheck(ob, type) PyObject_TypeCheck(_PyObject_CAST(ob), (type))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (868:17): [True: 0, False: 17]
  ------------------
  869|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_EXPECTED_ERROR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  870|      0|                return -1;
  871|      0|            }
  872|     17|            if (dmem->flags & _Py_AFTER_ITEMS) {
  ------------------
  |  |   89|     17|#  define _Py_AFTER_ITEMS      (1 << 4) // For internal use.
  ------------------
  |  Branch (872:17): [True: 0, False: 17]
  ------------------
  873|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_SLOT_AFTER_ITEMS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  874|      0|                return -1;
  875|      0|            }
  876|     17|            if (dmem->flags & Py_AUDIT_READ) {
  ------------------
  |  |   84|     17|#define Py_AUDIT_READ          (1 << 1) // Added in 3.10, harmless no-op before that
  ------------------
  |  Branch (876:17): [True: 0, False: 17]
  ------------------
  877|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_AUDITED_SLOT);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  878|      0|                return -1;
  879|      0|            }
  880|     17|            if (offset != (uint16_t)offset) {
  ------------------
  |  Branch (880:17): [True: 0, False: 17]
  ------------------
  881|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  882|      0|                return -1;
  883|      0|            }
  884|     17|            assert(dmem->type == Py_T_OBJECT_EX || dmem->type == _Py_T_OBJECT);
  ------------------
  |  Branch (884:13): [True: 2, False: 15]
  |  Branch (884:13): [True: 15, False: 0]
  ------------------
  885|     17|            assert(offset > 0);
  ------------------
  |  Branch (885:13): [True: 17, False: 0]
  ------------------
  886|     17|            cache->index = (uint16_t)offset;
  887|     17|            write_u32(cache->version, tp_version);
  888|     17|            specialize(instr, LOAD_ATTR_SLOT);
  ------------------
  |  |  199|     17|#define LOAD_ATTR_SLOT                         194
  ------------------
  889|     17|            return 0;
  890|     17|        }
  891|      3|        case DUNDER_CLASS:
  ------------------
  |  Branch (891:9): [True: 3, False: 466]
  ------------------
  892|      3|        {
  893|      3|            Py_ssize_t offset = offsetof(PyObject, ob_type);
  894|      3|            assert(offset == (uint16_t)offset);
  ------------------
  |  Branch (894:13): [True: 3, False: 0]
  ------------------
  895|      3|            cache->index = (uint16_t)offset;
  896|      3|            write_u32(cache->version, tp_version);
  897|      3|            specialize(instr, LOAD_ATTR_SLOT);
  ------------------
  |  |  199|      3|#define LOAD_ATTR_SLOT                         194
  ------------------
  898|      3|            return 0;
  899|      3|        }
  900|      0|        case OTHER_SLOT:
  ------------------
  |  Branch (900:9): [True: 0, False: 469]
  ------------------
  901|      0|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_NON_OBJECT_SLOT);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  902|      0|            return -1;
  903|      0|        case MUTABLE:
  ------------------
  |  Branch (903:9): [True: 0, False: 469]
  ------------------
  904|      0|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_MUTABLE_CLASS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  905|      0|            return -1;
  906|      0|        case GETSET_OVERRIDDEN:
  ------------------
  |  Branch (906:9): [True: 0, False: 469]
  ------------------
  907|      0|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OVERRIDDEN);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  908|      0|            return -1;
  909|      0|        case GETATTRIBUTE_IS_PYTHON_FUNCTION:
  ------------------
  |  Branch (909:9): [True: 0, False: 469]
  ------------------
  910|      0|        {
  911|      0|            assert(Py_IS_TYPE(descr, &PyFunction_Type));
  ------------------
  |  Branch (911:13): [True: 0, False: 0]
  ------------------
  912|      0|            _PyLoadMethodCache *lm_cache = (_PyLoadMethodCache *)(instr + 1);
  913|      0|            if (!function_check_args(descr, 2, LOAD_ATTR)) {
  ------------------
  |  |   92|      0|#define LOAD_ATTR                               79
  ------------------
  |  Branch (913:17): [True: 0, False: 0]
  ------------------
  914|      0|                return -1;
  915|      0|            }
  916|      0|            if (oparg & 1) {
  ------------------
  |  Branch (916:17): [True: 0, False: 0]
  ------------------
  917|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_METHOD);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  918|      0|                return -1;
  919|      0|            }
  920|      0|            uint32_t version = function_get_version(descr, LOAD_ATTR);
  ------------------
  |  |   92|      0|#define LOAD_ATTR                               79
  ------------------
  921|      0|            if (version == 0) {
  ------------------
  |  Branch (921:17): [True: 0, False: 0]
  ------------------
  922|      0|                return -1;
  923|      0|            }
  924|       |            /* Don't specialize if PEP 523 is active */
  925|      0|            if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (925:17): [True: 0, False: 0]
  ------------------
  926|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  927|      0|                return -1;
  928|      0|            }
  929|       |            #ifdef Py_GIL_DISABLED
  930|       |            if (!_PyObject_HasDeferredRefcount(descr)) {
  931|       |                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_DESCR_NOT_DEFERRED);
  932|       |                return -1;
  933|       |            }
  934|       |            #endif
  935|      0|            write_u32(lm_cache->keys_version, version);
  936|       |            /* borrowed */
  937|      0|            write_ptr(lm_cache->descr, descr);
  938|      0|            write_u32(lm_cache->type_version, tp_version);
  939|      0|            specialize(instr, LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN);
  ------------------
  |  |  190|      0|#define LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN      185
  ------------------
  940|      0|            return 0;
  941|      0|        }
  942|      0|        case BUILTIN_CLASSMETHOD:
  ------------------
  |  Branch (942:9): [True: 0, False: 469]
  ------------------
  943|      0|        case PYTHON_CLASSMETHOD:
  ------------------
  |  Branch (943:9): [True: 0, False: 469]
  ------------------
  944|      5|        case NON_OVERRIDING:
  ------------------
  |  Branch (944:9): [True: 5, False: 464]
  ------------------
  945|      5|            if (shadow) {
  ------------------
  |  Branch (945:17): [True: 0, False: 5]
  ------------------
  946|      0|                goto try_instance;
  947|      0|            }
  948|      5|            return -1;
  949|      7|        case NON_DESCRIPTOR:
  ------------------
  |  Branch (949:9): [True: 7, False: 462]
  ------------------
  950|      7|            if (shadow) {
  ------------------
  |  Branch (950:17): [True: 0, False: 7]
  ------------------
  951|      0|                goto try_instance;
  952|      0|            }
  953|      7|            if ((oparg & 1) == 0) {
  ------------------
  |  Branch (953:17): [True: 7, False: 0]
  ------------------
  954|      7|                if (specialize_attr_loadclassattr(owner, instr, name, descr,
  ------------------
  |  Branch (954:21): [True: 1, False: 6]
  ------------------
  955|      7|                                                  tp_version, kind, false,
  956|      7|                                                  shared_keys_version)) {
  957|      1|                    return 0;
  958|      1|                }
  959|      7|            }
  960|      6|            return -1;
  961|    200|        case ABSENT:
  ------------------
  |  Branch (961:9): [True: 200, False: 269]
  ------------------
  962|    200|            if (shadow) {
  ------------------
  |  Branch (962:17): [True: 191, False: 9]
  ------------------
  963|    191|                goto try_instance;
  964|    191|            }
  965|      9|            set_counter((_Py_BackoffCounter*)instr + 1, adaptive_counter_cooldown());
  966|      9|            return 0;
  967|    469|    }
  968|    469|    Py_UNREACHABLE();
  ------------------
  |  |  264|      0|#  define Py_UNREACHABLE() __builtin_unreachable()
  ------------------
  969|    191|try_instance:
  970|    191|    if (specialize_dict_access(owner, instr, type, kind, name, tp_version,
  ------------------
  |  Branch (970:9): [True: 191, False: 0]
  ------------------
  971|    191|                               LOAD_ATTR, LOAD_ATTR_INSTANCE_VALUE, LOAD_ATTR_WITH_HINT))
  ------------------
  |  |   92|    191|#define LOAD_ATTR                               79
  ------------------
                                             LOAD_ATTR, LOAD_ATTR_INSTANCE_VALUE, LOAD_ATTR_WITH_HINT))
  ------------------
  |  |  191|    191|#define LOAD_ATTR_INSTANCE_VALUE               186
  ------------------
                                             LOAD_ATTR, LOAD_ATTR_INSTANCE_VALUE, LOAD_ATTR_WITH_HINT))
  ------------------
  |  |  200|    191|#define LOAD_ATTR_WITH_HINT                    195
  ------------------
  972|    191|    {
  973|    191|        return 0;
  974|    191|    }
  975|      0|    return -1;
  976|    191|}
specialize.c:specialize_attr_loadclassattr:
 1264|    206|{
 1265|    206|    _PyLoadMethodCache *cache = (_PyLoadMethodCache *)(instr + 1);
 1266|    206|    PyTypeObject *owner_cls = Py_TYPE(owner);
  ------------------
  |  |  213|    206|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    206|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    206|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1267|       |
 1268|    206|    assert(descr != NULL);
  ------------------
  |  Branch (1268:5): [True: 206, False: 0]
  ------------------
 1269|    206|    assert((is_method && kind == METHOD) || (!is_method && kind == NON_DESCRIPTOR));
  ------------------
  |  Branch (1269:5): [True: 199, False: 7]
  |  Branch (1269:5): [True: 199, False: 0]
  |  Branch (1269:5): [True: 7, False: 0]
  |  Branch (1269:5): [True: 7, False: 0]
  ------------------
 1270|       |
 1271|       |    #ifdef Py_GIL_DISABLED
 1272|       |    if (!_PyObject_HasDeferredRefcount(descr)) {
 1273|       |        SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_DESCR_NOT_DEFERRED);
 1274|       |        return 0;
 1275|       |    }
 1276|       |    #endif
 1277|       |
 1278|    206|    unsigned long tp_flags = PyType_GetFlags(owner_cls);
 1279|    206|    if (tp_flags & Py_TPFLAGS_INLINE_VALUES) {
  ------------------
  |  |  472|    206|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (1279:9): [True: 49, False: 157]
  ------------------
 1280|     49|        #ifndef Py_GIL_DISABLED
 1281|     49|        assert(_PyDictKeys_StringLookup(
  ------------------
  |  Branch (1281:9): [True: 49, False: 0]
  ------------------
 1282|     49|                   ((PyHeapTypeObject *)owner_cls)->ht_cached_keys, name) < 0);
 1283|     49|        #endif
 1284|     49|        if (shared_keys_version == 0) {
  ------------------
  |  Branch (1284:13): [True: 0, False: 49]
  ------------------
 1285|      0|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1286|      0|            return 0;
 1287|      0|        }
 1288|     49|        write_u32(cache->keys_version, shared_keys_version);
 1289|     49|        specialize(instr, is_method ? LOAD_ATTR_METHOD_WITH_VALUES : LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES);
  ------------------
  |  |  194|     49|#define LOAD_ATTR_METHOD_WITH_VALUES           189
  ------------------
                      specialize(instr, is_method ? LOAD_ATTR_METHOD_WITH_VALUES : LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES);
  ------------------
  |  |  197|     49|#define LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES    192
  ------------------
  |  Branch (1289:27): [True: 49, False: 0]
  ------------------
 1290|     49|    }
 1291|    157|    else {
 1292|    157|        Py_ssize_t dictoffset;
 1293|    157|        if (tp_flags & Py_TPFLAGS_MANAGED_DICT) {
  ------------------
  |  |  482|    157|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (1293:13): [True: 14, False: 143]
  ------------------
 1294|     14|            dictoffset = MANAGED_DICT_OFFSET;
  ------------------
  |  |  925|     14|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
 1295|     14|        }
 1296|    143|        else {
 1297|    143|            dictoffset = owner_cls->tp_dictoffset;
 1298|    143|            if (dictoffset < 0 || dictoffset > INT16_MAX + MANAGED_DICT_OFFSET) {
  ------------------
  |  |  925|    143|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
  |  Branch (1298:17): [True: 0, False: 143]
  |  Branch (1298:35): [True: 0, False: 143]
  ------------------
 1299|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1300|      0|                return 0;
 1301|      0|            }
 1302|    143|        }
 1303|    157|        if (dictoffset == 0) {
  ------------------
  |  Branch (1303:13): [True: 142, False: 15]
  ------------------
 1304|    142|            specialize(instr, is_method ? LOAD_ATTR_METHOD_NO_DICT : LOAD_ATTR_NONDESCRIPTOR_NO_DICT);
  ------------------
  |  |  193|    141|#define LOAD_ATTR_METHOD_NO_DICT               188
  ------------------
                          specialize(instr, is_method ? LOAD_ATTR_METHOD_NO_DICT : LOAD_ATTR_NONDESCRIPTOR_NO_DICT);
  ------------------
  |  |  196|    143|#define LOAD_ATTR_NONDESCRIPTOR_NO_DICT        191
  ------------------
  |  Branch (1304:31): [True: 141, False: 1]
  ------------------
 1305|    142|        }
 1306|     15|        else if (is_method) {
  ------------------
  |  Branch (1306:18): [True: 9, False: 6]
  ------------------
 1307|      9|            PyObject **addr = (PyObject **)((char *)owner + dictoffset);
 1308|      9|            PyObject *dict = FT_ATOMIC_LOAD_PTR_ACQUIRE(*addr);
  ------------------
  |  |  150|      9|#define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) value
  ------------------
 1309|      9|            if (dict) {
  ------------------
  |  Branch (1309:17): [True: 8, False: 1]
  ------------------
 1310|      8|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_NOT_MANAGED_DICT);
  ------------------
  |  |   43|      8|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1311|      8|                return 0;
 1312|      8|            }
 1313|       |            /* Cache entries must be unsigned values, so we offset the
 1314|       |             * dictoffset by MANAGED_DICT_OFFSET.
 1315|       |             * We do the reverse offset in LOAD_ATTR_METHOD_LAZY_DICT */
 1316|      1|            dictoffset -= MANAGED_DICT_OFFSET;
  ------------------
  |  |  925|      1|#  define MANAGED_DICT_OFFSET    (((Py_ssize_t)sizeof(PyObject *))*-3)
  ------------------
 1317|      1|            assert(((uint16_t)dictoffset) == dictoffset);
  ------------------
  |  Branch (1317:13): [True: 1, False: 0]
  ------------------
 1318|      1|            cache->dict_offset = (uint16_t)dictoffset;
 1319|      1|            specialize(instr, LOAD_ATTR_METHOD_LAZY_DICT);
  ------------------
  |  |  192|      1|#define LOAD_ATTR_METHOD_LAZY_DICT             187
  ------------------
 1320|      1|        }
 1321|      6|        else {
 1322|      6|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_CLASS_ATTR_SIMPLE);
  ------------------
  |  |   43|      6|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1323|      6|            return 0;
 1324|      6|        }
 1325|    157|    }
 1326|       |    /* `descr` is borrowed. This is safe for methods (even inherited ones from
 1327|       |    *  super classes!) as long as tp_version_tag is validated for two main reasons:
 1328|       |    *
 1329|       |    *  1. The class will always hold a reference to the method so it will
 1330|       |    *  usually not be GC-ed. Should it be deleted in Python, e.g.
 1331|       |    *  `del obj.meth`, tp_version_tag will be invalidated, because of reason 2.
 1332|       |    *
 1333|       |    *  2. The pre-existing type method cache (MCACHE) uses the same principles
 1334|       |    *  of caching a borrowed descriptor. The MCACHE infrastructure does all the
 1335|       |    *  heavy lifting for us. E.g. it invalidates tp_version_tag on any MRO
 1336|       |    *  modification, on any type object change along said MRO, etc. (see
 1337|       |    *  PyType_Modified usages in typeobject.c). The MCACHE has been
 1338|       |    *  working since Python 2.6 and it's battle-tested.
 1339|       |    */
 1340|    192|    write_u32(cache->type_version, tp_version);
 1341|    192|    write_ptr(cache->descr, descr);
 1342|    192|    return 1;
 1343|    206|}
specialize.c:function_check_args:
 1470|      8|{
 1471|      8|    assert(Py_IS_TYPE(o, &PyFunction_Type));
  ------------------
  |  Branch (1471:5): [True: 8, False: 0]
  ------------------
 1472|      8|    PyFunctionObject *func = (PyFunctionObject *)o;
 1473|      8|    PyCodeObject *fcode = (PyCodeObject *)func->func_code;
 1474|      8|    int kind = function_kind(fcode);
 1475|      8|    if (kind != SIMPLE_FUNCTION) {
  ------------------
  |  |  124|      8|#define SIMPLE_FUNCTION 0
  ------------------
  |  Branch (1475:9): [True: 0, False: 8]
  ------------------
 1476|      0|        SPECIALIZATION_FAIL(opcode, kind);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1477|      0|        return false;
 1478|      0|    }
 1479|      8|    if (fcode->co_argcount != expected_argcount) {
  ------------------
  |  Branch (1479:9): [True: 0, False: 8]
  ------------------
 1480|      0|        SPECIALIZATION_FAIL(opcode, SPEC_FAIL_WRONG_NUMBER_ARGUMENTS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1481|      0|        return false;
 1482|      0|    }
 1483|      8|    return true;
 1484|      8|}
specialize.c:function_get_version:
 1489|      8|{
 1490|      8|    assert(Py_IS_TYPE(o, &PyFunction_Type));
  ------------------
  |  Branch (1490:5): [True: 8, False: 0]
  ------------------
 1491|      8|    PyFunctionObject *func = (PyFunctionObject *)o;
 1492|      8|    uint32_t version = _PyFunction_GetVersionForCurrentState(func);
 1493|      8|    if (!_PyFunction_IsVersionValid(version)) {
  ------------------
  |  Branch (1493:9): [True: 0, False: 8]
  ------------------
 1494|      0|        SPECIALIZATION_FAIL(opcode, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1495|      0|        return 0;
 1496|      0|    }
 1497|      8|    return version;
 1498|      8|}
specialize.c:analyze_descriptor_store:
  618|    185|{
  619|    185|    if (type->tp_setattro != PyObject_GenericSetAttr) {
  ------------------
  |  Branch (619:9): [True: 4, False: 181]
  ------------------
  620|      4|        *descr = NULL;
  621|      4|        return GETSET_OVERRIDDEN;
  622|      4|    }
  623|    181|    PyObject *descriptor = _PyType_LookupRefAndVersion(type, name, tp_version);
  624|    181|    *descr = descriptor;
  625|    181|    if (descriptor_is_class(descriptor, name)) {
  ------------------
  |  Branch (625:9): [True: 0, False: 181]
  ------------------
  626|      0|        return DUNDER_CLASS;
  627|      0|    }
  628|    181|    return classify_descriptor(descriptor, false);
  629|    181|}
specialize.c:specialize_dict_access:
  699|    360|{
  700|    360|    assert(kind == NON_OVERRIDING || kind == NON_DESCRIPTOR || kind == ABSENT ||
  ------------------
  |  Branch (700:5): [True: 0, False: 360]
  |  Branch (700:5): [True: 0, False: 360]
  |  Branch (700:5): [True: 360, False: 0]
  |  Branch (700:5): [True: 0, False: 0]
  |  Branch (700:5): [True: 0, False: 0]
  |  Branch (700:5): [True: 0, False: 0]
  ------------------
  701|    360|        kind == BUILTIN_CLASSMETHOD || kind == PYTHON_CLASSMETHOD ||
  702|    360|        kind == METHOD);
  703|       |    // No descriptor, or non overriding.
  704|    360|    if ((type->tp_flags & Py_TPFLAGS_MANAGED_DICT) == 0) {
  ------------------
  |  |  482|    360|#define Py_TPFLAGS_MANAGED_DICT (1 << 4)
  ------------------
  |  Branch (704:9): [True: 5, False: 355]
  ------------------
  705|      5|        SPECIALIZATION_FAIL(base_op, SPEC_FAIL_ATTR_NOT_MANAGED_DICT);
  ------------------
  |  |   43|      5|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  706|      5|        return 0;
  707|      5|    }
  708|    355|    if (type->tp_flags & Py_TPFLAGS_INLINE_VALUES &&
  ------------------
  |  |  472|    710|#define Py_TPFLAGS_INLINE_VALUES (1 << 2)
  ------------------
  |  Branch (708:9): [True: 344, False: 11]
  ------------------
  709|    344|        FT_ATOMIC_LOAD_UINT8(_PyObject_InlineValues(owner)->valid) &&
  ------------------
  |  |  154|    699|#define FT_ATOMIC_LOAD_UINT8(value) value
  |  |  ------------------
  |  |  |  Branch (154:37): [True: 344, False: 0]
  |  |  ------------------
  ------------------
  710|    344|        !(base_op == STORE_ATTR && _PyObject_GetManagedDict(owner) != NULL))
  ------------------
  |  |  122|    688|#define STORE_ATTR                             109
  ------------------
  |  Branch (710:11): [True: 153, False: 191]
  |  Branch (710:36): [True: 0, False: 153]
  ------------------
  711|    344|    {
  712|    344|        int res;
  713|    344|        Py_BEGIN_CRITICAL_SECTION(owner);
  ------------------
  |  |   51|    344|    {
  ------------------
  714|    344|        PyDictObject *dict = _PyObject_GetManagedDict(owner);
  715|    344|        if (dict == NULL) {
  ------------------
  |  Branch (715:13): [True: 344, False: 0]
  ------------------
  716|       |            // managed dict, not materialized, inline values valid
  717|    344|            res = specialize_dict_access_inline(owner, instr, type, name,
  718|    344|                                                tp_version, base_op, values_op);
  719|    344|        }
  720|      0|        else {
  721|       |            // lost race and dict was created, fail specialization
  722|      0|            SPECIALIZATION_FAIL(STORE_ATTR, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  723|      0|            res = 0;
  724|      0|        }
  725|    344|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    344|    }
  ------------------
  726|    344|        return res;
  727|    344|    }
  728|     11|    else {
  729|     11|        PyDictObject *dict = _PyObject_GetManagedDict(owner);
  730|     11|        if (dict == NULL || !PyDict_CheckExact(dict)) {
  ------------------
  |  |   19|      6|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|      6|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (730:13): [True: 5, False: 6]
  |  Branch (730:29): [True: 0, False: 6]
  ------------------
  731|      5|            SPECIALIZATION_FAIL(base_op, SPEC_FAIL_NO_DICT);
  ------------------
  |  |   43|      5|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  732|      5|            return 0;
  733|      5|        }
  734|      6|        int res;
  735|      6|        Py_BEGIN_CRITICAL_SECTION(dict);
  ------------------
  |  |   51|      6|    {
  ------------------
  736|       |        // materialized managed dict
  737|      6|        res = specialize_dict_access_hint(dict, instr, type, name,
  738|      6|                                          tp_version, base_op, hint_op);
  739|      6|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|      6|    }
  ------------------
  740|      6|        return res;
  741|     11|    }
  742|    355|}
specialize.c:specialize_dict_access_inline:
  636|    344|{
  637|    344|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
  638|    344|    PyDictKeysObject *keys = ((PyHeapTypeObject *)type)->ht_cached_keys;
  639|    344|    assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (639:5): [True: 344, False: 0]
  ------------------
  640|    344|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(owner);
  641|    344|    Py_ssize_t index = _PyDictKeys_StringLookupSplit(keys, name);
  642|    344|    assert (index != DKIX_ERROR);
  ------------------
  |  Branch (642:5): [True: 344, False: 0]
  ------------------
  643|    344|    if (index == DKIX_EMPTY) {
  ------------------
  |  |  184|    344|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (643:9): [True: 0, False: 344]
  ------------------
  644|      0|        SPECIALIZATION_FAIL(base_op, SPEC_FAIL_ATTR_NOT_IN_KEYS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  645|      0|        return 0;
  646|      0|    }
  647|    344|    assert(index >= 0);
  ------------------
  |  Branch (647:5): [True: 344, False: 0]
  ------------------
  648|    344|    assert(_PyObject_InlineValues(owner)->valid);
  ------------------
  |  Branch (648:5): [True: 344, False: 0]
  ------------------
  649|    344|    char *value_addr = (char *)&_PyObject_InlineValues(owner)->values[index];
  650|    344|    Py_ssize_t offset = value_addr - (char *)owner;
  651|    344|    if (offset != (uint16_t)offset) {
  ------------------
  |  Branch (651:9): [True: 0, False: 344]
  ------------------
  652|      0|        SPECIALIZATION_FAIL(base_op, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  653|      0|        return 0;
  654|      0|    }
  655|    344|    cache->index = (uint16_t)offset;
  656|    344|    write_u32(cache->version, tp_version);
  657|    344|    specialize(instr, values_op);
  658|    344|    return 1;
  659|    344|}
specialize.c:specialize_dict_access_hint:
  666|      6|{
  667|      6|    _PyAttrCache *cache = (_PyAttrCache *)(instr + 1);
  668|       |
  669|      6|    _Py_CRITICAL_SECTION_ASSERT_OBJECT_LOCKED(dict);
  670|       |#ifdef Py_GIL_DISABLED
  671|       |    _PyDict_EnsureSharedOnRead(dict);
  672|       |#endif
  673|       |
  674|       |    // We found an instance with a __dict__.
  675|      6|    if (_PyDict_HasSplitTable(dict)) {
  ------------------
  |  |   56|      6|#define _PyDict_HasSplitTable(d) ((d)->ma_values != NULL)
  |  |  ------------------
  |  |  |  Branch (56:34): [True: 6, False: 0]
  |  |  ------------------
  ------------------
  676|      6|        SPECIALIZATION_FAIL(base_op, SPEC_FAIL_ATTR_SPLIT_DICT);
  ------------------
  |  |   43|      6|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  677|      6|        return 0;
  678|      6|    }
  679|      0|    Py_ssize_t index = _PyDict_LookupIndex(dict, name);
  680|      0|    if (index != (uint16_t)index) {
  ------------------
  |  Branch (680:9): [True: 0, False: 0]
  ------------------
  681|      0|        SPECIALIZATION_FAIL(base_op,
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
  682|      0|                            index == DKIX_EMPTY ?
  683|      0|                            SPEC_FAIL_ATTR_NOT_IN_DICT :
  684|      0|                            SPEC_FAIL_OUT_OF_RANGE);
  685|      0|        return 0;
  686|      0|    }
  687|      0|    cache->index = (uint16_t)index;
  688|      0|    write_u32(cache->version, tp_version);
  689|      0|    specialize(instr, hint_op);
  690|      0|    return 1;
  691|      0|}
specialize.c:specialize_class_load_attr:
 1168|    139|{
 1169|    139|    assert(PyType_Check(owner));
  ------------------
  |  Branch (1169:5): [True: 139, False: 0]
  ------------------
 1170|    139|    PyTypeObject *cls = (PyTypeObject *)owner;
 1171|    139|    _PyLoadMethodCache *cache = (_PyLoadMethodCache *)(instr + 1);
 1172|    139|    if (Py_TYPE(cls)->tp_getattro != _Py_type_getattro) {
  ------------------
  |  |  213|    139|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    139|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    139|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1172:9): [True: 0, False: 139]
  ------------------
 1173|      0|        SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_METACLASS_OVERRIDDEN);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1174|      0|        return -1;
 1175|      0|    }
 1176|    139|    unsigned int meta_version = 0;
 1177|    139|    PyObject *metadescriptor = _PyType_LookupRefAndVersion(Py_TYPE(cls), name, &meta_version);
  ------------------
  |  |  213|    139|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    139|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    139|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1178|    139|    DescriptorClassification metakind = classify_descriptor(metadescriptor, false);
 1179|    139|    Py_XDECREF(metadescriptor);
  ------------------
  |  |  524|    139|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    139|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    139|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1180|    139|    switch (metakind) {
 1181|      8|        case METHOD:
  ------------------
  |  Branch (1181:9): [True: 8, False: 131]
  ------------------
 1182|     13|        case NON_DESCRIPTOR:
  ------------------
  |  Branch (1182:9): [True: 5, False: 134]
  ------------------
 1183|     19|        case NON_OVERRIDING:
  ------------------
  |  Branch (1183:9): [True: 6, False: 133]
  ------------------
 1184|     19|        case BUILTIN_CLASSMETHOD:
  ------------------
  |  Branch (1184:9): [True: 0, False: 139]
  ------------------
 1185|     19|        case PYTHON_CLASSMETHOD:
  ------------------
  |  Branch (1185:9): [True: 0, False: 139]
  ------------------
 1186|    100|        case ABSENT:
  ------------------
  |  Branch (1186:9): [True: 81, False: 58]
  ------------------
 1187|    100|            break;
 1188|     39|        default:
  ------------------
  |  Branch (1188:9): [True: 39, False: 100]
  ------------------
 1189|     39|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_METACLASS_ATTRIBUTE);
  ------------------
  |  |   43|     39|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1190|     39|            return -1;
 1191|    139|    }
 1192|    100|    PyObject *descr = NULL;
 1193|    100|    DescriptorClassification kind = 0;
 1194|    100|    unsigned int tp_version = 0;
 1195|    100|    kind = analyze_descriptor_load(cls, name, &descr, &tp_version);
 1196|    100|    if (tp_version == 0) {
  ------------------
  |  Branch (1196:9): [True: 0, False: 100]
  ------------------
 1197|      0|        SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1198|      0|        Py_XDECREF(descr);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1199|      0|        return -1;
 1200|      0|    }
 1201|    100|    bool metaclass_check = false;
 1202|    100|    if ((Py_TYPE(cls)->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) == 0) {
  ------------------
  |  |  213|    100|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|    100|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    100|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                  if ((Py_TYPE(cls)->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) == 0) {
  ------------------
  |  |  500|    100|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (1202:9): [True: 36, False: 64]
  ------------------
 1203|     36|        metaclass_check = true;
 1204|     36|        if (meta_version == 0) {
  ------------------
  |  Branch (1204:13): [True: 0, False: 36]
  ------------------
 1205|      0|            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1206|      0|            Py_XDECREF(descr);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1207|      0|            return -1;
 1208|      0|        }
 1209|     36|    }
 1210|    100|    switch (kind) {
 1211|      0|        case MUTABLE:
  ------------------
  |  Branch (1211:9): [True: 0, False: 100]
  ------------------
 1212|       |            // special case for enums which has Py_TYPE(descr) == cls
 1213|       |            // so guarding on type version is sufficient
 1214|      0|            if (Py_TYPE(descr) != cls) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1214:17): [True: 0, False: 0]
  ------------------
 1215|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_MUTABLE_CLASS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1216|      0|                Py_XDECREF(descr);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1217|      0|                return -1;
 1218|      0|            }
 1219|      0|            if (Py_TYPE(descr)->tp_descr_get || Py_TYPE(descr)->tp_descr_set) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          if (Py_TYPE(descr)->tp_descr_get || Py_TYPE(descr)->tp_descr_set) {
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1219:17): [True: 0, False: 0]
  |  Branch (1219:49): [True: 0, False: 0]
  ------------------
 1220|      0|                SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_ATTR_OVERRIDING_DESCRIPTOR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1221|      0|                Py_XDECREF(descr);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1222|      0|                return -1;
 1223|      0|            }
 1224|      0|            _Py_FALLTHROUGH;
  ------------------
  |  |  644|      0|#  define _Py_FALLTHROUGH __attribute__((fallthrough))
  ------------------
 1225|     10|        case METHOD:
  ------------------
  |  Branch (1225:9): [True: 10, False: 90]
  ------------------
 1226|     43|        case NON_DESCRIPTOR:
  ------------------
  |  Branch (1226:9): [True: 33, False: 67]
  ------------------
 1227|       |#ifdef Py_GIL_DISABLED
 1228|       |            maybe_enable_deferred_ref_count(descr);
 1229|       |#endif
 1230|     43|            write_ptr(cache->descr, descr);
 1231|     43|            if (metaclass_check) {
  ------------------
  |  Branch (1231:17): [True: 28, False: 15]
  ------------------
 1232|     28|                write_u32(cache->keys_version, tp_version);
 1233|     28|                write_u32(cache->type_version, meta_version);
 1234|     28|                specialize(instr, LOAD_ATTR_CLASS_WITH_METACLASS_CHECK);
  ------------------
  |  |  189|     28|#define LOAD_ATTR_CLASS_WITH_METACLASS_CHECK   184
  ------------------
 1235|     28|            }
 1236|     15|            else {
 1237|     15|                write_u32(cache->type_version, tp_version);
 1238|     15|                specialize(instr, LOAD_ATTR_CLASS);
  ------------------
  |  |  188|     15|#define LOAD_ATTR_CLASS                        183
  ------------------
 1239|     15|            }
 1240|     43|            Py_XDECREF(descr);
  ------------------
  |  |  524|     43|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     43|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     43|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1241|     43|            return 0;
 1242|       |#ifdef Py_STATS
 1243|       |        case ABSENT:
 1244|       |            SPECIALIZATION_FAIL(LOAD_ATTR, SPEC_FAIL_EXPECTED_ERROR);
 1245|       |            Py_XDECREF(descr);
 1246|       |            return -1;
 1247|       |#endif
 1248|     57|        default:
  ------------------
  |  Branch (1248:9): [True: 57, False: 43]
  ------------------
 1249|     57|            SPECIALIZATION_FAIL(LOAD_ATTR, load_attr_fail_kind(kind));
  ------------------
  |  |   43|     57|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1250|     57|            Py_XDECREF(descr);
  ------------------
  |  |  524|     57|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     57|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     57|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1251|     57|            return -1;
 1252|    100|    }
 1253|    100|}
specialize.c:specialize_load_global_lock_held:
 1349|    883|{
 1350|    883|    assert(ENABLE_SPECIALIZATION);
  ------------------
  |  Branch (1350:5): [True: 883, Folded]
  ------------------
 1351|    883|    assert(_PyOpcode_Caches[LOAD_GLOBAL] == INLINE_CACHE_ENTRIES_LOAD_GLOBAL);
  ------------------
  |  Branch (1351:5): [True: 883, False: 0]
  ------------------
 1352|       |    /* Use inline cache */
 1353|    883|    _PyLoadGlobalCache *cache = (_PyLoadGlobalCache *)(instr + 1);
 1354|    883|    assert(PyUnicode_CheckExact(name));
  ------------------
  |  Branch (1354:5): [True: 883, False: 0]
  ------------------
 1355|    883|    if (!PyDict_CheckExact(globals)) {
  ------------------
  |  |   19|    883|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|    883|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    883|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    883|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1355:9): [True: 0, False: 883]
  ------------------
 1356|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_LOAD_GLOBAL_NON_DICT);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1357|      0|        goto fail;
 1358|      0|    }
 1359|    883|    PyDictKeysObject * globals_keys = ((PyDictObject *)globals)->ma_keys;
 1360|    883|    if (globals_keys->dk_kind != DICT_KEYS_UNICODE) {
  ------------------
  |  Branch (1360:9): [True: 0, False: 883]
  ------------------
 1361|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_LOAD_GLOBAL_NON_STRING_OR_SPLIT);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1362|      0|        goto fail;
 1363|      0|    }
 1364|    883|    PyObject *value;
 1365|    883|    Py_ssize_t index = _PyDict_LookupIndexAndValue((PyDictObject *)globals, name, &value);
 1366|    883|    if (index == DKIX_ERROR) {
  ------------------
  |  |  186|    883|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (1366:9): [True: 0, False: 883]
  ------------------
 1367|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_EXPECTED_ERROR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1368|      0|        goto fail;
 1369|      0|    }
 1370|    883|    if (value != NULL && PyLazyImport_CheckExact(value)) {
  ------------------
  |  |   15|    551|#define PyLazyImport_CheckExact(op) Py_IS_TYPE((op), &PyLazyImport_Type)
  |  |  ------------------
  |  |  |  |  215|    551|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    551|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    551|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 551]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1370:9): [True: 551, False: 332]
  ------------------
 1371|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_ATTR_MODULE_LAZY_VALUE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1372|      0|        goto fail;
 1373|      0|    }
 1374|    883|    PyInterpreterState *interp = _PyInterpreterState_GET();
 1375|    883|    if (index != DKIX_EMPTY) {
  ------------------
  |  |  184|    883|#define DKIX_EMPTY (-1)
  ------------------
  |  Branch (1375:9): [True: 551, False: 332]
  ------------------
 1376|    551|        if (index != (uint16_t)index) {
  ------------------
  |  Branch (1376:13): [True: 0, False: 551]
  ------------------
 1377|      0|            SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1378|      0|            goto fail;
 1379|      0|        }
 1380|    551|        uint32_t keys_version = _PyDict_GetKeysVersionForCurrentState(
 1381|    551|                interp, (PyDictObject*) globals);
 1382|    551|        if (keys_version == 0) {
  ------------------
  |  Branch (1382:13): [True: 0, False: 551]
  ------------------
 1383|      0|            SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1384|      0|            goto fail;
 1385|      0|        }
 1386|    551|        if (keys_version != (uint16_t)keys_version) {
  ------------------
  |  Branch (1386:13): [True: 0, False: 551]
  ------------------
 1387|      0|            SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1388|      0|            goto fail;
 1389|      0|        }
 1390|       |#ifdef Py_GIL_DISABLED
 1391|       |        maybe_enable_deferred_ref_count(value);
 1392|       |#endif
 1393|    551|        cache->index = (uint16_t)index;
 1394|    551|        cache->module_keys_version = (uint16_t)keys_version;
 1395|    551|        specialize(instr, LOAD_GLOBAL_MODULE);
  ------------------
  |  |  202|    551|#define LOAD_GLOBAL_MODULE                     197
  ------------------
 1396|    551|        return;
 1397|    551|    }
 1398|    332|    if (!PyDict_CheckExact(builtins)) {
  ------------------
  |  |   19|    332|#define PyDict_CheckExact(op) Py_IS_TYPE((op), &PyDict_Type)
  |  |  ------------------
  |  |  |  |  215|    332|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    332|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    332|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1398:9): [True: 0, False: 332]
  ------------------
 1399|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_LOAD_GLOBAL_NON_DICT);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1400|      0|        goto fail;
 1401|      0|    }
 1402|    332|    PyDictKeysObject * builtin_keys = ((PyDictObject *)builtins)->ma_keys;
 1403|    332|    if (builtin_keys->dk_kind != DICT_KEYS_UNICODE) {
  ------------------
  |  Branch (1403:9): [True: 0, False: 332]
  ------------------
 1404|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_LOAD_GLOBAL_NON_STRING_OR_SPLIT);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1405|      0|        goto fail;
 1406|      0|    }
 1407|    332|    index = _PyDictKeys_StringLookup(builtin_keys, name);
 1408|    332|    if (index == DKIX_ERROR) {
  ------------------
  |  |  186|    332|#define DKIX_ERROR (-3)
  ------------------
  |  Branch (1408:9): [True: 0, False: 332]
  ------------------
 1409|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_EXPECTED_ERROR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1410|      0|        goto fail;
 1411|      0|    }
 1412|    332|    if (index != (uint16_t)index) {
  ------------------
  |  Branch (1412:9): [True: 0, False: 332]
  ------------------
 1413|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1414|      0|        goto fail;
 1415|      0|    }
 1416|    332|    uint32_t globals_version = _PyDict_GetKeysVersionForCurrentState(
 1417|    332|            interp, (PyDictObject*) globals);
 1418|    332|    if (globals_version == 0) {
  ------------------
  |  Branch (1418:9): [True: 0, False: 332]
  ------------------
 1419|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1420|      0|        goto fail;
 1421|      0|    }
 1422|    332|    if (globals_version != (uint16_t)globals_version) {
  ------------------
  |  Branch (1422:9): [True: 0, False: 332]
  ------------------
 1423|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1424|      0|        goto fail;
 1425|      0|    }
 1426|    332|    uint32_t builtins_version = _PyDict_GetKeysVersionForCurrentState(
 1427|    332|            interp, (PyDictObject*) builtins);
 1428|    332|    if (builtins_version == 0) {
  ------------------
  |  Branch (1428:9): [True: 0, False: 332]
  ------------------
 1429|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1430|      0|        goto fail;
 1431|      0|    }
 1432|    332|    if (builtins_version > UINT16_MAX) {
  ------------------
  |  Branch (1432:9): [True: 0, False: 332]
  ------------------
 1433|      0|        SPECIALIZATION_FAIL(LOAD_GLOBAL, SPEC_FAIL_OUT_OF_RANGE);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1434|      0|        goto fail;
 1435|      0|    }
 1436|    332|    cache->index = (uint16_t)index;
 1437|    332|    cache->module_keys_version = (uint16_t)globals_version;
 1438|    332|    cache->builtin_keys_version = (uint16_t)builtins_version;
 1439|    332|    specialize(instr, LOAD_GLOBAL_BUILTIN);
  ------------------
  |  |  201|    332|#define LOAD_GLOBAL_BUILTIN                    196
  ------------------
 1440|    332|    return;
 1441|      0|fail:
 1442|      0|    unspecialize(instr);
 1443|      0|}
specialize.c:specialize_c_call:
 1812|    318|{
 1813|    318|    if (PyCFunction_GET_FUNCTION(callable) == NULL) {
  ------------------
  |  |   43|    318|#define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    318|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    318|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1813:9): [True: 0, False: 318]
  ------------------
 1814|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_OTHER);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1815|      0|        return 1;
 1816|      0|    }
 1817|    318|    switch (PyCFunction_GET_FLAGS(callable) &
  ------------------
  |  |   57|    318|#define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|    318|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    318|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1818|    318|        (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   95|    318|#define METH_VARARGS  0x0001
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |  115|    318|#  define METH_FASTCALL  0x0080
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   98|    318|#define METH_NOARGS   0x0004
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   99|    318|#define METH_O        0x0008
  ------------------
 1819|    318|        METH_KEYWORDS | METH_METHOD)) {
  ------------------
  |  |   96|    318|#define METH_KEYWORDS 0x0002
  ------------------
                      METH_KEYWORDS | METH_METHOD)) {
  ------------------
  |  |  133|    318|#define METH_METHOD 0x0200
  ------------------
 1820|    112|        case METH_O: {
  ------------------
  |  |   99|    112|#define METH_O        0x0008
  ------------------
  |  Branch (1820:9): [True: 112, False: 206]
  ------------------
 1821|    112|            if (nargs != 1) {
  ------------------
  |  Branch (1821:17): [True: 0, False: 112]
  ------------------
 1822|      0|                SPECIALIZATION_FAIL(CALL, SPEC_FAIL_WRONG_NUMBER_ARGUMENTS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1823|      0|                return 1;
 1824|      0|            }
 1825|       |            /* len(o) */
 1826|    112|            PyInterpreterState *interp = _PyInterpreterState_GET();
 1827|    112|            if (callable == interp->callable_cache.len && instr->op.arg == 1) {
  ------------------
  |  Branch (1827:17): [True: 57, False: 55]
  |  Branch (1827:59): [True: 57, False: 0]
  ------------------
 1828|     57|                specialize(instr, CALL_LEN);
  ------------------
  |  |  162|     57|#define CALL_LEN                               157
  ------------------
 1829|     57|                return 0;
 1830|     57|            }
 1831|     55|            specialize(instr, CALL_BUILTIN_O);
  ------------------
  |  |  155|     55|#define CALL_BUILTIN_O                         150
  ------------------
 1832|     55|            return 0;
 1833|    112|        }
 1834|    140|        case METH_FASTCALL: {
  ------------------
  |  |  115|    140|#  define METH_FASTCALL  0x0080
  ------------------
  |  Branch (1834:9): [True: 140, False: 178]
  ------------------
 1835|    140|            if (nargs == 2) {
  ------------------
  |  Branch (1835:17): [True: 90, False: 50]
  ------------------
 1836|       |                /* isinstance(o1, o2) */
 1837|     90|                PyInterpreterState *interp = _PyInterpreterState_GET();
 1838|     90|                if (callable == interp->callable_cache.isinstance && instr->op.arg == 2) {
  ------------------
  |  Branch (1838:21): [True: 41, False: 49]
  |  Branch (1838:70): [True: 41, False: 0]
  ------------------
 1839|     41|                    specialize(instr, CALL_ISINSTANCE);
  ------------------
  |  |  158|     41|#define CALL_ISINSTANCE                        153
  ------------------
 1840|     41|                    return 0;
 1841|     41|                }
 1842|     90|            }
 1843|     99|            specialize(instr, CALL_BUILTIN_FAST);
  ------------------
  |  |  153|     99|#define CALL_BUILTIN_FAST                      148
  ------------------
 1844|     99|            return 0;
 1845|    140|        }
 1846|     37|        case METH_FASTCALL | METH_KEYWORDS: {
  ------------------
  |  |  115|     37|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_FASTCALL | METH_KEYWORDS: {
  ------------------
  |  |   96|     37|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (1846:9): [True: 37, False: 281]
  ------------------
 1847|     37|            specialize(instr, CALL_BUILTIN_FAST_WITH_KEYWORDS);
  ------------------
  |  |  154|     37|#define CALL_BUILTIN_FAST_WITH_KEYWORDS        149
  ------------------
 1848|     37|            return 0;
 1849|    140|        }
 1850|     29|        default:
  ------------------
  |  Branch (1850:9): [True: 29, False: 289]
  ------------------
 1851|     29|            specialize(instr, CALL_NON_PY_GENERAL);
  ------------------
  |  |  168|     29|#define CALL_NON_PY_GENERAL                    163
  ------------------
 1852|     29|            return 0;
 1853|    318|    }
 1854|    318|}
specialize.c:specialize_py_call:
 1740|    261|{
 1741|    261|    _PyCallCache *cache = (_PyCallCache *)(instr + 1);
 1742|    261|    PyCodeObject *code = (PyCodeObject *)func->func_code;
 1743|    261|    int kind = function_kind(code);
 1744|       |    /* Don't specialize if PEP 523 is active */
 1745|    261|    if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (1745:9): [True: 0, False: 261]
  ------------------
 1746|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CALL_PEP_523);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1747|      0|        return -1;
 1748|      0|    }
 1749|    261|    if (func->vectorcall != _PyFunction_Vectorcall) {
  ------------------
  |  Branch (1749:9): [True: 0, False: 261]
  ------------------
 1750|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CALL_VECTORCALL);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1751|      0|        return -1;
 1752|      0|    }
 1753|    261|    int argcount = -1;
 1754|    261|    if (kind == SPEC_FAIL_CODE_NOT_OPTIMIZED) {
  ------------------
  |  |  136|    261|#define SPEC_FAIL_CODE_NOT_OPTIMIZED 8
  ------------------
  |  Branch (1754:9): [True: 0, False: 261]
  ------------------
 1755|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CODE_NOT_OPTIMIZED);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1756|      0|        return -1;
 1757|      0|    }
 1758|    261|    if (kind == SIMPLE_FUNCTION) {
  ------------------
  |  |  124|    261|#define SIMPLE_FUNCTION 0
  ------------------
  |  Branch (1758:9): [True: 225, False: 36]
  ------------------
 1759|    225|        argcount = code->co_argcount;
 1760|    225|    }
 1761|    261|    int version = _PyFunction_GetVersionForCurrentState(func);
 1762|    261|    if (!_PyFunction_IsVersionValid(version)) {
  ------------------
  |  Branch (1762:9): [True: 0, False: 261]
  ------------------
 1763|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1764|      0|        return -1;
 1765|      0|    }
 1766|    261|    write_u32(cache->func_version, version);
 1767|    261|    uint8_t opcode;
 1768|    261|    if (argcount == nargs + bound_method) {
  ------------------
  |  Branch (1768:9): [True: 215, False: 46]
  ------------------
 1769|    215|        opcode =
 1770|    215|            bound_method ? CALL_BOUND_METHOD_EXACT_ARGS : CALL_PY_EXACT_ARGS;
  ------------------
  |  |  150|     38|#define CALL_BOUND_METHOD_EXACT_ARGS           145
  ------------------
                          bound_method ? CALL_BOUND_METHOD_EXACT_ARGS : CALL_PY_EXACT_ARGS;
  ------------------
  |  |  169|    392|#define CALL_PY_EXACT_ARGS                     164
  ------------------
  |  Branch (1770:13): [True: 38, False: 177]
  ------------------
 1771|    215|    }
 1772|     46|    else {
 1773|     46|        opcode = bound_method ? CALL_BOUND_METHOD_GENERAL : CALL_PY_GENERAL;
  ------------------
  |  |  151|      2|#define CALL_BOUND_METHOD_GENERAL              146
  ------------------
                      opcode = bound_method ? CALL_BOUND_METHOD_GENERAL : CALL_PY_GENERAL;
  ------------------
  |  |  170|     90|#define CALL_PY_GENERAL                        165
  ------------------
  |  Branch (1773:18): [True: 2, False: 44]
  ------------------
 1774|     46|    }
 1775|    261|    specialize(instr, opcode);
 1776|    261|    return 0;
 1777|    261|}
specialize.c:specialize_class_call:
 1640|     80|{
 1641|     80|    assert(PyType_Check(callable));
  ------------------
  |  Branch (1641:5): [True: 80, False: 0]
  ------------------
 1642|     80|    PyTypeObject *tp = _PyType_CAST(callable);
  ------------------
  |  |  770|     80|    (assert(PyType_Check(op)), _Py_CAST(PyTypeObject*, (op)))
  |  |  ------------------
  |  |  |  |   37|     80|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
  |  Branch (1642:24): [True: 80, False: 0]
  ------------------
 1643|     80|    if (tp->tp_flags & Py_TPFLAGS_IMMUTABLETYPE) {
  ------------------
  |  |  500|     80|#define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
  ------------------
  |  Branch (1643:9): [True: 54, False: 26]
  ------------------
 1644|     54|        int oparg = instr->op.arg;
 1645|     54|        if (nargs == 1 && oparg == 1) {
  ------------------
  |  Branch (1645:13): [True: 37, False: 17]
  |  Branch (1645:27): [True: 37, False: 0]
  ------------------
 1646|     37|            if (tp == &PyUnicode_Type) {
  ------------------
  |  Branch (1646:17): [True: 2, False: 35]
  ------------------
 1647|      2|                specialize(instr, CALL_STR_1);
  ------------------
  |  |  171|      2|#define CALL_STR_1                             166
  ------------------
 1648|      2|                return 0;
 1649|      2|            }
 1650|     35|            else if (tp == &PyType_Type) {
  ------------------
  |  Branch (1650:22): [True: 10, False: 25]
  ------------------
 1651|     10|                specialize(instr, CALL_TYPE_1);
  ------------------
  |  |  173|     10|#define CALL_TYPE_1                            168
  ------------------
 1652|     10|                return 0;
 1653|     10|            }
 1654|     25|            else if (tp == &PyTuple_Type) {
  ------------------
  |  Branch (1654:22): [True: 1, False: 24]
  ------------------
 1655|      1|                specialize(instr, CALL_TUPLE_1);
  ------------------
  |  |  172|      1|#define CALL_TUPLE_1                           167
  ------------------
 1656|      1|                return 0;
 1657|      1|            }
 1658|     37|        }
 1659|     41|        if (tp->tp_vectorcall != NULL) {
  ------------------
  |  Branch (1659:13): [True: 29, False: 12]
  ------------------
 1660|     29|            specialize(instr, CALL_BUILTIN_CLASS);
  ------------------
  |  |  152|     29|#define CALL_BUILTIN_CLASS                     147
  ------------------
 1661|     29|            return 0;
 1662|     29|        }
 1663|     12|        goto generic;
 1664|     41|    }
 1665|     26|    if (Py_TYPE(tp) != &PyType_Type) {
  ------------------
  |  |  213|     26|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1665:9): [True: 1, False: 25]
  ------------------
 1666|      1|        goto generic;
 1667|      1|    }
 1668|     25|    if (tp->tp_new == PyBaseObject_Type.tp_new) {
  ------------------
  |  Branch (1668:9): [True: 19, False: 6]
  ------------------
 1669|     19|        unsigned int tp_version = 0;
 1670|     19|        PyObject *init = get_init_for_simple_managed_python_class(tp, &tp_version);
 1671|     19|        if (!tp_version) {
  ------------------
  |  Branch (1671:13): [True: 0, False: 19]
  ------------------
 1672|      0|            SPECIALIZATION_FAIL(CALL, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1673|      0|            Py_XDECREF(init);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1674|      0|            return -1;
 1675|      0|        }
 1676|     19|        if (init != NULL && _PyType_CacheInitForSpecialization(
  ------------------
  |  Branch (1676:13): [True: 15, False: 4]
  |  Branch (1676:29): [True: 15, False: 0]
  ------------------
 1677|     15|                                (PyHeapTypeObject *)tp, init, tp_version)) {
 1678|     15|            _PyCallCache *cache = (_PyCallCache *)(instr + 1);
 1679|     15|            write_u32(cache->func_version, tp_version);
 1680|     15|            specialize(instr, CALL_ALLOC_AND_ENTER_INIT);
  ------------------
  |  |  149|     15|#define CALL_ALLOC_AND_ENTER_INIT              144
  ------------------
 1681|     15|            Py_DECREF(init);
  ------------------
  |  |  430|     15|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     15|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     15|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1682|     15|            return 0;
 1683|     15|        }
 1684|      4|        Py_XDECREF(init);
  ------------------
  |  |  524|      4|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1685|      4|    }
 1686|     23|generic:
 1687|     23|    specialize(instr, CALL_NON_PY_GENERAL);
  ------------------
  |  |  168|     23|#define CALL_NON_PY_GENERAL                    163
  ------------------
 1688|     23|    return 0;
 1689|     25|}
specialize.c:get_init_for_simple_managed_python_class:
 1611|     19|{
 1612|     19|    assert(tp->tp_new == PyBaseObject_Type.tp_new);
  ------------------
  |  Branch (1612:5): [True: 19, False: 0]
  ------------------
 1613|     19|    if (tp->tp_alloc != PyType_GenericAlloc) {
  ------------------
  |  Branch (1613:9): [True: 0, False: 19]
  ------------------
 1614|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_OVERRIDDEN);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1615|      0|        return NULL;
 1616|      0|    }
 1617|     19|    unsigned long tp_flags = PyType_GetFlags(tp);
 1618|     19|    if (!(tp_flags & Py_TPFLAGS_HEAPTYPE)) {
  ------------------
  |  |  503|     19|#define Py_TPFLAGS_HEAPTYPE (1UL << 9)
  ------------------
  |  Branch (1618:9): [True: 0, False: 19]
  ------------------
 1619|       |        /* Is this possible? */
 1620|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_EXPECTED_ERROR);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1621|      0|        return NULL;
 1622|      0|    }
 1623|     19|    PyObject *init = _PyType_LookupRefAndVersion(tp, &_Py_ID(__init__), tp_version);
  ------------------
  |  |  917|     19|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|     19|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|     19|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1624|     19|    if (init == NULL || !PyFunction_Check(init)) {
  ------------------
  |  |   68|     19|#define PyFunction_Check(op) Py_IS_TYPE((op), &PyFunction_Type)
  |  |  ------------------
  |  |  |  |  215|     19|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     19|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     19|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1624:9): [True: 0, False: 19]
  |  Branch (1624:25): [True: 2, False: 17]
  ------------------
 1625|      2|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CALL_INIT_NOT_PYTHON);
  ------------------
  |  |   43|      2|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1626|      2|        Py_XDECREF(init);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1627|      2|        return NULL;
 1628|      2|    }
 1629|     17|    int kind = function_kind((PyCodeObject *)PyFunction_GET_CODE(init));
  ------------------
  |  |   93|     17|#define PyFunction_GET_CODE(func) PyFunction_GET_CODE(_PyObject_CAST(func))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1630|     17|    if (kind != SIMPLE_FUNCTION) {
  ------------------
  |  |  124|     17|#define SIMPLE_FUNCTION 0
  ------------------
  |  Branch (1630:9): [True: 2, False: 15]
  ------------------
 1631|      2|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CALL_INIT_NOT_SIMPLE);
  ------------------
  |  |   43|      2|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1632|      2|        Py_DECREF(init);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1633|      2|        return NULL;
 1634|      2|    }
 1635|     15|    return init;
 1636|     17|}
specialize.c:specialize_method_descriptor:
 1694|    159|{
 1695|    159|    switch (descr->d_method->ml_flags &
  ------------------
  |  Branch (1695:13): [True: 152, False: 7]
  ------------------
 1696|    159|        (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   95|    159|#define METH_VARARGS  0x0001
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |  115|    159|#  define METH_FASTCALL  0x0080
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   98|    159|#define METH_NOARGS   0x0004
  ------------------
                      (METH_VARARGS | METH_FASTCALL | METH_NOARGS | METH_O |
  ------------------
  |  |   99|    159|#define METH_O        0x0008
  ------------------
 1697|    159|        METH_KEYWORDS | METH_METHOD)) {
  ------------------
  |  |   96|    159|#define METH_KEYWORDS 0x0002
  ------------------
                      METH_KEYWORDS | METH_METHOD)) {
  ------------------
  |  |  133|    159|#define METH_METHOD 0x0200
  ------------------
 1698|     13|        case METH_NOARGS: {
  ------------------
  |  |   98|     13|#define METH_NOARGS   0x0004
  ------------------
  |  Branch (1698:9): [True: 13, False: 146]
  ------------------
 1699|     13|            if (nargs != 1) {
  ------------------
  |  Branch (1699:17): [True: 0, False: 13]
  ------------------
 1700|      0|                SPECIALIZATION_FAIL(CALL, SPEC_FAIL_WRONG_NUMBER_ARGUMENTS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1701|      0|                return -1;
 1702|      0|            }
 1703|     13|            specialize(instr, CALL_METHOD_DESCRIPTOR_NOARGS);
  ------------------
  |  |  166|     13|#define CALL_METHOD_DESCRIPTOR_NOARGS          161
  ------------------
 1704|     13|            return 0;
 1705|     13|        }
 1706|     63|        case METH_O: {
  ------------------
  |  |   99|     63|#define METH_O        0x0008
  ------------------
  |  Branch (1706:9): [True: 63, False: 96]
  ------------------
 1707|     63|            if (nargs != 2) {
  ------------------
  |  Branch (1707:17): [True: 0, False: 63]
  ------------------
 1708|      0|                SPECIALIZATION_FAIL(CALL, SPEC_FAIL_WRONG_NUMBER_ARGUMENTS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1709|      0|                return -1;
 1710|      0|            }
 1711|     63|            PyInterpreterState *interp = _PyInterpreterState_GET();
 1712|     63|            PyObject *list_append = interp->callable_cache.list_append;
 1713|     63|            int oparg = instr->op.arg;
 1714|     63|            if ((PyObject *)descr == list_append && oparg == 1) {
  ------------------
  |  Branch (1714:17): [True: 32, False: 31]
  |  Branch (1714:53): [True: 32, False: 0]
  ------------------
 1715|     32|                assert(self_or_null != NULL);
  ------------------
  |  Branch (1715:17): [True: 32, False: 0]
  ------------------
 1716|     32|                if (PyList_CheckExact(self_or_null)) {
  ------------------
  |  |   26|     32|#define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type)
  |  |  ------------------
  |  |  |  |  215|     32|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     32|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     32|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 29, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1717|     29|                    specialize(instr, CALL_LIST_APPEND);
  ------------------
  |  |  163|     29|#define CALL_LIST_APPEND                       158
  ------------------
 1718|     29|                    return 0;
 1719|     29|                }
 1720|     32|            }
 1721|     34|            specialize(instr, CALL_METHOD_DESCRIPTOR_O);
  ------------------
  |  |  167|     34|#define CALL_METHOD_DESCRIPTOR_O               162
  ------------------
 1722|     34|            return 0;
 1723|     63|        }
 1724|     67|        case METH_FASTCALL: {
  ------------------
  |  |  115|     67|#  define METH_FASTCALL  0x0080
  ------------------
  |  Branch (1724:9): [True: 67, False: 92]
  ------------------
 1725|     67|            specialize(instr, CALL_METHOD_DESCRIPTOR_FAST);
  ------------------
  |  |  164|     67|#define CALL_METHOD_DESCRIPTOR_FAST            159
  ------------------
 1726|     67|            return 0;
 1727|     63|        }
 1728|      9|        case METH_FASTCALL | METH_KEYWORDS: {
  ------------------
  |  |  115|      9|#  define METH_FASTCALL  0x0080
  ------------------
                      case METH_FASTCALL | METH_KEYWORDS: {
  ------------------
  |  |   96|      9|#define METH_KEYWORDS 0x0002
  ------------------
  |  Branch (1728:9): [True: 9, False: 150]
  ------------------
 1729|      9|            specialize(instr, CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS);
  ------------------
  |  |  165|      9|#define CALL_METHOD_DESCRIPTOR_FAST_WITH_KEYWORDS 160
  ------------------
 1730|      9|            return 0;
 1731|     63|        }
 1732|    159|    }
 1733|      7|    specialize(instr, CALL_NON_PY_GENERAL);
  ------------------
  |  |  168|      7|#define CALL_NON_PY_GENERAL                    163
  ------------------
 1734|      7|    return 0;
 1735|    159|}
specialize.c:specialize_py_call_kw:
 1783|      8|{
 1784|      8|    _PyCallCache *cache = (_PyCallCache *)(instr + 1);
 1785|      8|    PyCodeObject *code = (PyCodeObject *)func->func_code;
 1786|      8|    int kind = function_kind(code);
 1787|       |    /* Don't specialize if PEP 523 is active */
 1788|      8|    if (!_PyInterpreterState_IsSpecializationEnabled(_PyInterpreterState_GET())) {
  ------------------
  |  Branch (1788:9): [True: 0, False: 8]
  ------------------
 1789|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CALL_PEP_523);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1790|      0|        return -1;
 1791|      0|    }
 1792|      8|    if (func->vectorcall != _PyFunction_Vectorcall) {
  ------------------
  |  Branch (1792:9): [True: 0, False: 8]
  ------------------
 1793|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CALL_VECTORCALL);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1794|      0|        return -1;
 1795|      0|    }
 1796|      8|    if (kind == SPEC_FAIL_CODE_NOT_OPTIMIZED) {
  ------------------
  |  |  136|      8|#define SPEC_FAIL_CODE_NOT_OPTIMIZED 8
  ------------------
  |  Branch (1796:9): [True: 0, False: 8]
  ------------------
 1797|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_CODE_NOT_OPTIMIZED);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1798|      0|        return -1;
 1799|      0|    }
 1800|      8|    int version = _PyFunction_GetVersionForCurrentState(func);
 1801|      8|    if (!_PyFunction_IsVersionValid(version)) {
  ------------------
  |  Branch (1801:9): [True: 0, False: 8]
  ------------------
 1802|      0|        SPECIALIZATION_FAIL(CALL, SPEC_FAIL_OUT_OF_VERSIONS);
  ------------------
  |  |   43|      0|#  define SPECIALIZATION_FAIL(opcode, kind) ((void)0)
  ------------------
 1803|      0|        return -1;
 1804|      0|    }
 1805|      8|    write_u32(cache->func_version, version);
 1806|      8|    specialize(instr, bound_method ? CALL_KW_BOUND_METHOD : CALL_KW_PY);
  ------------------
  |  |  159|      0|#define CALL_KW_BOUND_METHOD                   154
  ------------------
                  specialize(instr, bound_method ? CALL_KW_BOUND_METHOD : CALL_KW_PY);
  ------------------
  |  |  161|     16|#define CALL_KW_PY                             156
  ------------------
  |  Branch (1806:23): [True: 0, False: 8]
  ------------------
 1807|      8|    return 0;
 1808|      8|}
specialize.c:function_kind:
 1456|    304|function_kind(PyCodeObject *code) {
 1457|    304|    int flags = code->co_flags;
 1458|    304|    if ((flags & (CO_VARKEYWORDS | CO_VARARGS)) || code->co_kwonlyargcount) {
  ------------------
  |  |  121|    304|#define CO_VARKEYWORDS  0x0008
  ------------------
                  if ((flags & (CO_VARKEYWORDS | CO_VARARGS)) || code->co_kwonlyargcount) {
  ------------------
  |  |  120|    304|#define CO_VARARGS      0x0004
  ------------------
  |  Branch (1458:9): [True: 33, False: 271]
  |  Branch (1458:52): [True: 12, False: 259]
  ------------------
 1459|     45|        return SPEC_FAIL_CODE_COMPLEX_PARAMETERS;
  ------------------
  |  |  135|     45|#define SPEC_FAIL_CODE_COMPLEX_PARAMETERS 7
  ------------------
 1460|     45|    }
 1461|    259|    if ((flags & CO_OPTIMIZED) == 0) {
  ------------------
  |  |  118|    259|#define CO_OPTIMIZED    0x0001
  ------------------
  |  Branch (1461:9): [True: 0, False: 259]
  ------------------
 1462|      0|        return SPEC_FAIL_CODE_NOT_OPTIMIZED;
  ------------------
  |  |  136|      0|#define SPEC_FAIL_CODE_NOT_OPTIMIZED 8
  ------------------
 1463|      0|    }
 1464|    259|    return SIMPLE_FUNCTION;
  ------------------
  |  |  124|    259|#define SIMPLE_FUNCTION 0
  ------------------
 1465|    259|}
specialize.c:binary_op_extended_specialization:
 2305|     91|{
 2306|     91|    size_t n = sizeof(binaryop_extend_descrs)/sizeof(_PyBinaryOpSpecializationDescr);
 2307|  2.33k|    for (size_t i = 0; i < n; i++) {
  ------------------
  |  Branch (2307:24): [True: 2.28k, False: 54]
  ------------------
 2308|  2.28k|        _PyBinaryOpSpecializationDescr *d = &binaryop_extend_descrs[i];
 2309|  2.28k|        if (d->oparg != oparg) {
  ------------------
  |  Branch (2309:13): [True: 2.19k, False: 86]
  ------------------
 2310|  2.19k|            continue;
 2311|  2.19k|        }
 2312|     86|        int match = (d->guard != NULL)
  ------------------
  |  Branch (2312:21): [True: 60, False: 26]
  ------------------
 2313|     86|            ? d->guard(lhs, rhs)
 2314|     86|            : (Py_TYPE(lhs) == d->lhs_type && Py_TYPE(rhs) == d->rhs_type);
  ------------------
  |  |  213|     26|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|     26|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     26|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                          : (Py_TYPE(lhs) == d->lhs_type && Py_TYPE(rhs) == d->rhs_type);
  ------------------
  |  |  213|      2|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2314:16): [True: 2, False: 24]
  |  Branch (2314:47): [True: 2, False: 0]
  ------------------
 2315|     86|        if (match) {
  ------------------
  |  Branch (2315:13): [True: 37, False: 49]
  ------------------
 2316|     37|            *descr = d;
 2317|     37|            return 1;
 2318|     37|        }
 2319|     86|    }
 2320|     54|    return 0;
 2321|     91|}
specialize.c:compactlongs_guard:
 2147|    462|{
 2148|    462|    return (is_compactlong(lhs) && is_compactlong(rhs));
  ------------------
  |  Branch (2148:13): [True: 459, False: 3]
  |  Branch (2148:36): [True: 455, False: 4]
  ------------------
 2149|    462|}
specialize.c:is_compactlong:
 2122|    921|{
 2123|    921|    return PyLong_CheckExact(v) &&
  ------------------
  |  |   14|    921|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|  1.84k|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    921|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    921|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 918, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2124|    918|           _PyLong_IsCompact((PyLongObject *)v);
  ------------------
  |  Branch (2124:12): [True: 914, False: 4]
  ------------------
 2125|    921|}
specialize.c:compactlongs_or:
 2154|     67|    { \
 2155|     67|        Py_ssize_t rhs_val = _PyLong_CompactValue((PyLongObject *)rhs); \
 2156|     67|        Py_ssize_t lhs_val = _PyLong_CompactValue((PyLongObject *)lhs); \
 2157|     67|        return PyLong_FromSsize_t(lhs_val OP rhs_val); \
 2158|     67|    }
specialize.c:compactlongs_and:
 2154|    353|    { \
 2155|    353|        Py_ssize_t rhs_val = _PyLong_CompactValue((PyLongObject *)rhs); \
 2156|    353|        Py_ssize_t lhs_val = _PyLong_CompactValue((PyLongObject *)lhs); \
 2157|    353|        return PyLong_FromSsize_t(lhs_val OP rhs_val); \
 2158|    353|    }
specialize.c:float_compactlong_guard:
 2168|      9|{
 2169|      9|    return (
 2170|      9|        PyFloat_CheckExact(lhs) &&
  ------------------
  |  |   17|      9|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|     18|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2171|      0|        !isnan(PyFloat_AS_DOUBLE(lhs)) &&
  ------------------
  |  Branch (2171:9): [True: 0, False: 0]
  ------------------
 2172|      9|        PyLong_CheckExact(rhs) &&
  ------------------
  |  |   14|      0|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|      9|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2173|      0|        _PyLong_IsCompact((PyLongObject *)rhs)
  ------------------
  |  Branch (2173:9): [True: 0, False: 0]
  ------------------
 2174|      9|    );
 2175|      9|}
specialize.c:compactlong_float_guard:
 2203|      9|{
 2204|      9|    return (
 2205|      9|        PyLong_CheckExact(lhs) &&
  ------------------
  |  |   14|      9|#define PyLong_CheckExact(op) Py_IS_TYPE((op), &PyLong_Type)
  |  |  ------------------
  |  |  |  |  215|     18|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 1, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2206|      1|        _PyLong_IsCompact((PyLongObject *)lhs) &&
  ------------------
  |  Branch (2206:9): [True: 0, False: 1]
  ------------------
 2207|      9|        PyFloat_CheckExact(rhs) &&
  ------------------
  |  |   17|      0|#define PyFloat_CheckExact(op) Py_IS_TYPE((op), &PyFloat_Type)
  |  |  ------------------
  |  |  |  |  215|      9|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2208|      0|        !isnan(PyFloat_AS_DOUBLE(rhs))
  ------------------
  |  Branch (2208:9): [True: 0, False: 0]
  ------------------
 2209|      9|    );
 2210|      9|}
specialize.c:check_type_always_true:
 2807|      8|{
 2808|      8|    PyNumberMethods *nb = ty->tp_as_number;
 2809|      8|    if (nb && nb->nb_bool) {
  ------------------
  |  Branch (2809:9): [True: 8, False: 0]
  |  Branch (2809:15): [True: 2, False: 6]
  ------------------
 2810|      2|        return SPEC_FAIL_TO_BOOL_NUMBER;
  ------------------
  |  |  313|      2|#define SPEC_FAIL_TO_BOOL_NUMBER      15
  ------------------
 2811|      2|    }
 2812|      6|    PyMappingMethods *mp = ty->tp_as_mapping;
 2813|      6|    if (mp && mp->mp_length) {
  ------------------
  |  Branch (2813:9): [True: 6, False: 0]
  |  Branch (2813:15): [True: 6, False: 0]
  ------------------
 2814|      6|        return SPEC_FAIL_TO_BOOL_MAPPING;
  ------------------
  |  |  311|      6|#define SPEC_FAIL_TO_BOOL_MAPPING     13
  ------------------
 2815|      6|    }
 2816|      0|    PySequenceMethods *sq = ty->tp_as_sequence;
 2817|      0|    if (sq && sq->sq_length) {
  ------------------
  |  Branch (2817:9): [True: 0, False: 0]
  |  Branch (2817:15): [True: 0, False: 0]
  ------------------
 2818|      0|      return SPEC_FAIL_TO_BOOL_SEQUENCE;
  ------------------
  |  |  314|      0|#define SPEC_FAIL_TO_BOOL_SEQUENCE    16
  ------------------
 2819|      0|    }
 2820|      0|    return 0;
 2821|      0|}
specialize.c:set_counter:
  347|  4.57k|{
  348|  4.57k|    FT_ATOMIC_STORE_UINT16_RELAXED(counter->value_and_backoff,
  ------------------
  |  |  171|  4.57k|#define FT_ATOMIC_STORE_UINT16_RELAXED(value, new_value) value = new_value
  ------------------
  349|  4.57k|                                   value.value_and_backoff);
  350|  4.57k|}

_PyMember_GetOffset:
   26|    714|{
   27|    714|    unsigned char *addr = (unsigned char *)obj + mp->offset;
   28|    714|    if (mp->flags & _Py_AFTER_ITEMS) {
  ------------------
  |  |   89|    714|#  define _Py_AFTER_ITEMS      (1 << 4) // For internal use.
  ------------------
  |  Branch (28:9): [True: 0, False: 714]
  ------------------
   29|      0|        PyTypeObject *type = Py_TYPE(obj);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   30|      0|        addr += _Py_SIZE_ROUND_UP(Py_SIZE(obj) * type->tp_itemsize, SIZEOF_VOID_P);
  ------------------
  |  |  213|      0|#define _Py_SIZE_ROUND_UP(n, a) (((size_t)(n) + \
  |  |  214|      0|        (size_t)((a) - 1)) & ~(size_t)((a) - 1))
  ------------------
   31|      0|    }
   32|    714|    return addr;
   33|    714|}
PyMember_GetOne:
   37|    482|{
   38|    482|    PyObject *v;
   39|    482|    if (l->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|    482|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (39:9): [True: 0, False: 482]
  ------------------
   40|      0|        PyErr_SetString(
   41|      0|            PyExc_SystemError,
   42|      0|            "PyMember_GetOne used with Py_RELATIVE_OFFSET");
   43|      0|        return NULL;
   44|      0|    }
   45|       |
   46|    482|    const void *addr = _PyMember_GetOffset((PyObject *)obj_addr, l);
   47|    482|    switch (l->type) {
   48|      0|    case Py_T_BOOL:
  ------------------
  |  |   73|      0|#define Py_T_BOOL      14
  ------------------
  |  Branch (48:5): [True: 0, False: 482]
  ------------------
   49|      0|        v = PyBool_FromLong(FT_ATOMIC_LOAD_CHAR_RELAXED(*(char*)addr));
  ------------------
  |  |  176|      0|#define FT_ATOMIC_LOAD_CHAR_RELAXED(value) value
  ------------------
   50|      0|        break;
   51|      0|    case Py_T_BYTE:
  ------------------
  |  |   62|      0|#define Py_T_BYTE      8   /* 8-bit signed int */
  ------------------
  |  Branch (51:5): [True: 0, False: 482]
  ------------------
   52|      0|        v = PyLong_FromLong(FT_ATOMIC_LOAD_CHAR_RELAXED(*(char*)addr));
  ------------------
  |  |  176|      0|#define FT_ATOMIC_LOAD_CHAR_RELAXED(value) value
  ------------------
   53|      0|        break;
   54|      0|    case Py_T_UBYTE:
  ------------------
  |  |   64|      0|#define Py_T_UBYTE     9
  ------------------
  |  Branch (54:5): [True: 0, False: 482]
  ------------------
   55|      0|        v = PyLong_FromUnsignedLong(FT_ATOMIC_LOAD_UCHAR_RELAXED(*(unsigned char*)addr));
  ------------------
  |  |  178|      0|#define FT_ATOMIC_LOAD_UCHAR_RELAXED(value) value
  ------------------
   56|      0|        break;
   57|      0|    case Py_T_SHORT:
  ------------------
  |  |   53|      0|#define Py_T_SHORT     0
  ------------------
  |  Branch (57:5): [True: 0, False: 482]
  ------------------
   58|      0|        v = PyLong_FromLong(FT_ATOMIC_LOAD_SHORT_RELAXED(*(short*)addr));
  ------------------
  |  |  180|      0|#define FT_ATOMIC_LOAD_SHORT_RELAXED(value) value
  ------------------
   59|      0|        break;
   60|      0|    case Py_T_USHORT:
  ------------------
  |  |   65|      0|#define Py_T_USHORT    10
  ------------------
  |  Branch (60:5): [True: 0, False: 482]
  ------------------
   61|      0|        v = PyLong_FromUnsignedLong(FT_ATOMIC_LOAD_USHORT_RELAXED(*(unsigned short*)addr));
  ------------------
  |  |  182|      0|#define FT_ATOMIC_LOAD_USHORT_RELAXED(value) value
  ------------------
   62|      0|        break;
   63|      0|    case Py_T_INT:
  ------------------
  |  |   54|      0|#define Py_T_INT       1
  ------------------
  |  Branch (63:5): [True: 0, False: 482]
  ------------------
   64|      0|        v = PyLong_FromLong(FT_ATOMIC_LOAD_INT_RELAXED(*(int*)addr));
  ------------------
  |  |  186|      0|#define FT_ATOMIC_LOAD_INT_RELAXED(value) value
  ------------------
   65|      0|        break;
   66|      0|    case Py_T_UINT:
  ------------------
  |  |   66|      0|#define Py_T_UINT      11
  ------------------
  |  Branch (66:5): [True: 0, False: 482]
  ------------------
   67|      0|        v = PyLong_FromUnsignedLong(FT_ATOMIC_LOAD_UINT_RELAXED(*(unsigned int*)addr));
  ------------------
  |  |  189|      0|#define FT_ATOMIC_LOAD_UINT_RELAXED(value) value
  ------------------
   68|      0|        break;
   69|      0|    case Py_T_LONG:
  ------------------
  |  |   55|      0|#define Py_T_LONG      2
  ------------------
  |  Branch (69:5): [True: 0, False: 482]
  ------------------
   70|      0|        v = PyLong_FromLong(FT_ATOMIC_LOAD_LONG_RELAXED(*(long*)addr));
  ------------------
  |  |  191|      0|#define FT_ATOMIC_LOAD_LONG_RELAXED(value) value
  ------------------
   71|      0|        break;
   72|      0|    case Py_T_ULONG:
  ------------------
  |  |   67|      0|#define Py_T_ULONG     12
  ------------------
  |  Branch (72:5): [True: 0, False: 482]
  ------------------
   73|      0|        v = PyLong_FromUnsignedLong(FT_ATOMIC_LOAD_ULONG_RELAXED(*(unsigned long*)addr));
  ------------------
  |  |  162|      0|#define FT_ATOMIC_LOAD_ULONG_RELAXED(value) value
  ------------------
   74|      0|        break;
   75|      0|    case Py_T_PYSSIZET:
  ------------------
  |  |   79|      0|#define Py_T_PYSSIZET  19      /* Py_ssize_t */
  ------------------
  |  Branch (75:5): [True: 0, False: 482]
  ------------------
   76|      0|        v = PyLong_FromSsize_t(FT_ATOMIC_LOAD_SSIZE_RELAXED(*(Py_ssize_t*)addr));
  ------------------
  |  |  149|      0|#define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) value
  ------------------
   77|      0|        break;
   78|      0|    case Py_T_FLOAT:
  ------------------
  |  |   56|      0|#define Py_T_FLOAT     3
  ------------------
  |  Branch (78:5): [True: 0, False: 482]
  ------------------
   79|      0|        v = PyFloat_FromDouble((double)FT_ATOMIC_LOAD_FLOAT_RELAXED(*(float*)addr));
  ------------------
  |  |  195|      0|#define FT_ATOMIC_LOAD_FLOAT_RELAXED(value) value
  ------------------
   80|      0|        break;
   81|      0|    case Py_T_DOUBLE:
  ------------------
  |  |   57|      0|#define Py_T_DOUBLE    4
  ------------------
  |  Branch (81:5): [True: 0, False: 482]
  ------------------
   82|      0|        v = PyFloat_FromDouble(FT_ATOMIC_LOAD_DOUBLE_RELAXED(*(double*)addr));
  ------------------
  |  |  197|      0|#define FT_ATOMIC_LOAD_DOUBLE_RELAXED(value) value
  ------------------
   83|      0|        break;
   84|      0|    case Py_T_STRING:
  ------------------
  |  |   58|      0|#define Py_T_STRING    5
  ------------------
  |  Branch (84:5): [True: 0, False: 482]
  ------------------
   85|      0|        if (*(char**)addr == NULL) {
  ------------------
  |  Branch (85:13): [True: 0, False: 0]
  ------------------
   86|      0|            v = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   87|      0|        }
   88|      0|        else
   89|      0|            v = PyUnicode_FromString(*(char**)addr);
   90|      0|        break;
   91|      0|    case Py_T_STRING_INPLACE:
  ------------------
  |  |   70|      0|#define Py_T_STRING_INPLACE    13
  ------------------
  |  Branch (91:5): [True: 0, False: 482]
  ------------------
   92|      0|        v = PyUnicode_FromString((char*)addr);
   93|      0|        break;
   94|      0|    case Py_T_CHAR: {
  ------------------
  |  |   61|      0|#define Py_T_CHAR      7   /* 1-character string */
  ------------------
  |  Branch (94:5): [True: 0, False: 482]
  ------------------
   95|      0|        char char_val = FT_ATOMIC_LOAD_CHAR_RELAXED(*(char*)addr);
  ------------------
  |  |  176|      0|#define FT_ATOMIC_LOAD_CHAR_RELAXED(value) value
  ------------------
   96|      0|        v = PyUnicode_FromStringAndSize(&char_val, 1);
   97|      0|        break;
   98|      0|    }
   99|    474|    case _Py_T_OBJECT:
  ------------------
  |  |   59|    474|#define _Py_T_OBJECT   6  // Deprecated, use Py_T_OBJECT_EX instead
  ------------------
  |  Branch (99:5): [True: 474, False: 8]
  ------------------
  100|    474|        v = FT_ATOMIC_LOAD_PTR(*(PyObject **) addr);
  ------------------
  |  |  145|    474|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
  101|    474|        if (v != NULL) {
  ------------------
  |  Branch (101:13): [True: 474, False: 0]
  ------------------
  102|       |#ifdef Py_GIL_DISABLED
  103|       |            if (!_Py_TryIncrefCompare((PyObject **) addr, v)) {
  104|       |                Py_BEGIN_CRITICAL_SECTION((PyObject *) obj_addr);
  105|       |                v = FT_ATOMIC_LOAD_PTR(*(PyObject **) addr);
  106|       |                Py_XINCREF(v);
  107|       |                Py_END_CRITICAL_SECTION();
  108|       |            }
  109|       |#else
  110|    474|            Py_INCREF(v);
  ------------------
  |  |  310|    474|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    474|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    474|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|    474|#endif
  112|    474|        }
  113|    474|        if (v == NULL) {
  ------------------
  |  Branch (113:13): [True: 0, False: 474]
  ------------------
  114|      0|            v = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  115|      0|        }
  116|    474|        break;
  117|      8|    case Py_T_OBJECT_EX:
  ------------------
  |  |   75|      8|#define Py_T_OBJECT_EX 16
  ------------------
  |  Branch (117:5): [True: 8, False: 474]
  ------------------
  118|      8|        v = member_get_object(addr, obj_addr, l);
  119|      8|#ifndef Py_GIL_DISABLED
  120|      8|        Py_XINCREF(v);
  ------------------
  |  |  514|      8|#  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      8|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      8|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  121|       |#else
  122|       |        if (v != NULL) {
  123|       |            if (!_Py_TryIncrefCompare((PyObject **) addr, v)) {
  124|       |                Py_BEGIN_CRITICAL_SECTION((PyObject *) obj_addr);
  125|       |                v = member_get_object(addr, obj_addr, l);
  126|       |                Py_XINCREF(v);
  127|       |                Py_END_CRITICAL_SECTION();
  128|       |            }
  129|       |        }
  130|       |#endif
  131|      8|        break;
  132|      0|    case Py_T_LONGLONG:
  ------------------
  |  |   76|      0|#define Py_T_LONGLONG  17
  ------------------
  |  Branch (132:5): [True: 0, False: 482]
  ------------------
  133|      0|        v = PyLong_FromLongLong(FT_ATOMIC_LOAD_LLONG_RELAXED(*(long long *)addr));
  ------------------
  |  |  199|      0|#define FT_ATOMIC_LOAD_LLONG_RELAXED(value) value
  ------------------
  134|      0|        break;
  135|      0|    case Py_T_ULONGLONG:
  ------------------
  |  |   77|      0|#define Py_T_ULONGLONG 18
  ------------------
  |  Branch (135:5): [True: 0, False: 482]
  ------------------
  136|      0|        v = PyLong_FromUnsignedLongLong(FT_ATOMIC_LOAD_ULLONG_RELAXED(*(unsigned long long *)addr));
  ------------------
  |  |  201|      0|#define FT_ATOMIC_LOAD_ULLONG_RELAXED(value) value
  ------------------
  137|      0|        break;
  138|      0|    case _Py_T_NONE:
  ------------------
  |  |   80|      0|#define _Py_T_NONE     20 // Deprecated. Value is always None.
  ------------------
  |  Branch (138:5): [True: 0, False: 482]
  ------------------
  139|       |        // doesn't require free-threading code path
  140|      0|        v = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|      0|        break;
  142|      0|    default:
  ------------------
  |  Branch (142:5): [True: 0, False: 482]
  ------------------
  143|      0|        PyErr_SetString(PyExc_SystemError, "bad memberdescr type");
  144|      0|        v = NULL;
  145|    482|    }
  146|    482|    return v;
  147|    482|}
PyMember_SetOne:
  157|    135|{
  158|    135|    PyObject *oldv;
  159|    135|    if (l->flags & Py_RELATIVE_OFFSET) {
  ------------------
  |  |   86|    135|#define Py_RELATIVE_OFFSET     (1 << 3)
  ------------------
  |  Branch (159:9): [True: 0, False: 135]
  ------------------
  160|      0|        PyErr_SetString(
  161|      0|            PyExc_SystemError,
  162|      0|            "PyMember_SetOne used with Py_RELATIVE_OFFSET");
  163|      0|        return -1;
  164|      0|    }
  165|       |
  166|    135|    PyObject *obj = (PyObject *)addr;
  167|    135|    addr = _PyMember_GetOffset(obj, l);
  168|       |
  169|    135|    if ((l->flags & Py_READONLY))
  ------------------
  |  |   83|    135|#define Py_READONLY            (1 << 0)
  ------------------
  |  Branch (169:9): [True: 0, False: 135]
  ------------------
  170|      0|    {
  171|      0|        PyErr_SetString(PyExc_AttributeError, "readonly attribute");
  172|      0|        return -1;
  173|      0|    }
  174|    135|    if (v == NULL && l->type != Py_T_OBJECT_EX && l->type != _Py_T_OBJECT) {
  ------------------
  |  |   75|    135|#define Py_T_OBJECT_EX 16
  ------------------
                  if (v == NULL && l->type != Py_T_OBJECT_EX && l->type != _Py_T_OBJECT) {
  ------------------
  |  |   59|      0|#define _Py_T_OBJECT   6  // Deprecated, use Py_T_OBJECT_EX instead
  ------------------
  |  Branch (174:9): [True: 0, False: 135]
  |  Branch (174:22): [True: 0, False: 0]
  |  Branch (174:51): [True: 0, False: 0]
  ------------------
  175|      0|        PyErr_SetString(PyExc_TypeError,
  176|      0|                        "can't delete numeric/char attribute");
  177|      0|        return -1;
  178|      0|    }
  179|    135|    switch (l->type) {
  180|      0|    case Py_T_BOOL:{
  ------------------
  |  |   73|      0|#define Py_T_BOOL      14
  ------------------
  |  Branch (180:5): [True: 0, False: 135]
  ------------------
  181|      0|        if (!PyBool_Check(v)) {
  ------------------
  |  |   12|      0|#define PyBool_Check(x) Py_IS_TYPE((x), &PyBool_Type)
  |  |  ------------------
  |  |  |  |  215|      0|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (181:13): [True: 0, False: 0]
  ------------------
  182|      0|            PyErr_SetString(PyExc_TypeError,
  183|      0|                            "attribute value type must be bool");
  184|      0|            return -1;
  185|      0|        }
  186|      0|        if (v == Py_True)
  ------------------
  |  |   26|      0|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (186:13): [True: 0, False: 0]
  ------------------
  187|      0|            FT_ATOMIC_STORE_CHAR_RELAXED(*(char*)addr, 1);
  ------------------
  |  |  177|      0|#define FT_ATOMIC_STORE_CHAR_RELAXED(value, new_value) value = new_value
  ------------------
  188|      0|        else
  189|      0|            FT_ATOMIC_STORE_CHAR_RELAXED(*(char*)addr, 0);
  ------------------
  |  |  177|      0|#define FT_ATOMIC_STORE_CHAR_RELAXED(value, new_value) value = new_value
  ------------------
  190|      0|        break;
  191|      0|        }
  192|      0|    case Py_T_BYTE:{
  ------------------
  |  |   62|      0|#define Py_T_BYTE      8   /* 8-bit signed int */
  ------------------
  |  Branch (192:5): [True: 0, False: 135]
  ------------------
  193|      0|        long long_val = PyLong_AsLong(v);
  194|      0|        if ((long_val == -1) && PyErr_Occurred())
  ------------------
  |  Branch (194:13): [True: 0, False: 0]
  |  Branch (194:33): [True: 0, False: 0]
  ------------------
  195|      0|            return -1;
  196|      0|        FT_ATOMIC_STORE_CHAR_RELAXED(*(char*)addr, (char)long_val);
  ------------------
  |  |  177|      0|#define FT_ATOMIC_STORE_CHAR_RELAXED(value, new_value) value = new_value
  ------------------
  197|       |        /* XXX: For compatibility, only warn about truncations
  198|       |           for now. */
  199|      0|        if ((long_val > CHAR_MAX) || (long_val < CHAR_MIN))
  ------------------
  |  Branch (199:13): [True: 0, False: 0]
  |  Branch (199:38): [True: 0, False: 0]
  ------------------
  200|      0|            WARN("Truncation of value to char");
  ------------------
  |  |  150|      0|    do {                                                        \
  |  |  151|      0|    if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 1) < 0)         \
  |  |  ------------------
  |  |  |  Branch (151:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  152|      0|        return -1;                                              \
  |  |  153|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (153:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  201|      0|        break;
  202|      0|        }
  203|      0|    case Py_T_UBYTE:{
  ------------------
  |  |   64|      0|#define Py_T_UBYTE     9
  ------------------
  |  Branch (203:5): [True: 0, False: 135]
  ------------------
  204|      0|        long long_val = PyLong_AsLong(v);
  205|      0|        if ((long_val == -1) && PyErr_Occurred())
  ------------------
  |  Branch (205:13): [True: 0, False: 0]
  |  Branch (205:33): [True: 0, False: 0]
  ------------------
  206|      0|            return -1;
  207|      0|        FT_ATOMIC_STORE_UCHAR_RELAXED(*(unsigned char*)addr, (unsigned char)long_val);
  ------------------
  |  |  179|      0|#define FT_ATOMIC_STORE_UCHAR_RELAXED(value, new_value) value = new_value
  ------------------
  208|      0|        if ((long_val > UCHAR_MAX) || (long_val < 0))
  ------------------
  |  Branch (208:13): [True: 0, False: 0]
  |  Branch (208:39): [True: 0, False: 0]
  ------------------
  209|      0|            WARN("Truncation of value to unsigned char");
  ------------------
  |  |  150|      0|    do {                                                        \
  |  |  151|      0|    if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 1) < 0)         \
  |  |  ------------------
  |  |  |  Branch (151:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  152|      0|        return -1;                                              \
  |  |  153|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (153:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  210|      0|        break;
  211|      0|        }
  212|      0|    case Py_T_SHORT:{
  ------------------
  |  |   53|      0|#define Py_T_SHORT     0
  ------------------
  |  Branch (212:5): [True: 0, False: 135]
  ------------------
  213|      0|        long long_val = PyLong_AsLong(v);
  214|      0|        if ((long_val == -1) && PyErr_Occurred())
  ------------------
  |  Branch (214:13): [True: 0, False: 0]
  |  Branch (214:33): [True: 0, False: 0]
  ------------------
  215|      0|            return -1;
  216|      0|        FT_ATOMIC_STORE_SHORT_RELAXED(*(short*)addr, (short)long_val);
  ------------------
  |  |  181|      0|#define FT_ATOMIC_STORE_SHORT_RELAXED(value, new_value) value = new_value
  ------------------
  217|      0|        if ((long_val > SHRT_MAX) || (long_val < SHRT_MIN))
  ------------------
  |  Branch (217:13): [True: 0, False: 0]
  |  Branch (217:38): [True: 0, False: 0]
  ------------------
  218|      0|            WARN("Truncation of value to short");
  ------------------
  |  |  150|      0|    do {                                                        \
  |  |  151|      0|    if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 1) < 0)         \
  |  |  ------------------
  |  |  |  Branch (151:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  152|      0|        return -1;                                              \
  |  |  153|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (153:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  219|      0|        break;
  220|      0|        }
  221|      0|    case Py_T_USHORT:{
  ------------------
  |  |   65|      0|#define Py_T_USHORT    10
  ------------------
  |  Branch (221:5): [True: 0, False: 135]
  ------------------
  222|      0|        long long_val = PyLong_AsLong(v);
  223|      0|        if ((long_val == -1) && PyErr_Occurred())
  ------------------
  |  Branch (223:13): [True: 0, False: 0]
  |  Branch (223:33): [True: 0, False: 0]
  ------------------
  224|      0|            return -1;
  225|      0|        FT_ATOMIC_STORE_USHORT_RELAXED(*(unsigned short*)addr, (unsigned short)long_val);
  ------------------
  |  |  183|      0|#define FT_ATOMIC_STORE_USHORT_RELAXED(value, new_value) value = new_value
  ------------------
  226|      0|        if ((long_val > USHRT_MAX) || (long_val < 0))
  ------------------
  |  Branch (226:13): [True: 0, False: 0]
  |  Branch (226:39): [True: 0, False: 0]
  ------------------
  227|      0|            WARN("Truncation of value to unsigned short");
  ------------------
  |  |  150|      0|    do {                                                        \
  |  |  151|      0|    if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 1) < 0)         \
  |  |  ------------------
  |  |  |  Branch (151:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  152|      0|        return -1;                                              \
  |  |  153|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (153:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  228|      0|        break;
  229|      0|        }
  230|      0|    case Py_T_INT:{
  ------------------
  |  |   54|      0|#define Py_T_INT       1
  ------------------
  |  Branch (230:5): [True: 0, False: 135]
  ------------------
  231|      0|        long long_val = PyLong_AsLong(v);
  232|      0|        if ((long_val == -1) && PyErr_Occurred())
  ------------------
  |  Branch (232:13): [True: 0, False: 0]
  |  Branch (232:33): [True: 0, False: 0]
  ------------------
  233|      0|            return -1;
  234|      0|        FT_ATOMIC_STORE_INT_RELAXED(*(int *)addr, (int)long_val);
  ------------------
  |  |  187|      0|#define FT_ATOMIC_STORE_INT_RELAXED(value, new_value) value = new_value
  ------------------
  235|      0|        if ((long_val > INT_MAX) || (long_val < INT_MIN))
  ------------------
  |  Branch (235:13): [True: 0, False: 0]
  |  Branch (235:37): [True: 0, False: 0]
  ------------------
  236|      0|            WARN("Truncation of value to int");
  ------------------
  |  |  150|      0|    do {                                                        \
  |  |  151|      0|    if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 1) < 0)         \
  |  |  ------------------
  |  |  |  Branch (151:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  152|      0|        return -1;                                              \
  |  |  153|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (153:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  237|      0|        break;
  238|      0|        }
  239|      0|    case Py_T_UINT: {
  ------------------
  |  |   66|      0|#define Py_T_UINT      11
  ------------------
  |  Branch (239:5): [True: 0, False: 135]
  ------------------
  240|       |        /* XXX: For compatibility, accept negative int values
  241|       |           as well. */
  242|      0|        v = _PyNumber_Index(v);
  243|      0|        if (v == NULL) {
  ------------------
  |  Branch (243:13): [True: 0, False: 0]
  ------------------
  244|      0|            return -1;
  245|      0|        }
  246|      0|        if (_PyLong_IsNegative((PyLongObject *)v)) {
  ------------------
  |  Branch (246:13): [True: 0, False: 0]
  ------------------
  247|      0|            long long_val = PyLong_AsLong(v);
  248|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|      0|            if (long_val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (249:17): [True: 0, False: 0]
  |  Branch (249:35): [True: 0, False: 0]
  ------------------
  250|      0|                return -1;
  251|      0|            }
  252|      0|            FT_ATOMIC_STORE_UINT_RELAXED(*(unsigned int *)addr, (unsigned int)(unsigned long)long_val);
  ------------------
  |  |  190|      0|#define FT_ATOMIC_STORE_UINT_RELAXED(value, new_value) value = new_value
  ------------------
  253|      0|            WARN("Writing negative value into unsigned field");
  ------------------
  |  |  150|      0|    do {                                                        \
  |  |  151|      0|    if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 1) < 0)         \
  |  |  ------------------
  |  |  |  Branch (151:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  152|      0|        return -1;                                              \
  |  |  153|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (153:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  254|      0|        }
  255|      0|        else {
  256|      0|            unsigned long ulong_val = PyLong_AsUnsignedLong(v);
  257|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  258|      0|            if (ulong_val == (unsigned long)-1 && PyErr_Occurred()) {
  ------------------
  |  Branch (258:17): [True: 0, False: 0]
  |  Branch (258:51): [True: 0, False: 0]
  ------------------
  259|      0|                return -1;
  260|      0|            }
  261|      0|            FT_ATOMIC_STORE_UINT_RELAXED(*(unsigned int *)addr, (unsigned int)ulong_val);
  ------------------
  |  |  190|      0|#define FT_ATOMIC_STORE_UINT_RELAXED(value, new_value) value = new_value
  ------------------
  262|      0|            if (ulong_val > UINT_MAX) {
  ------------------
  |  Branch (262:17): [True: 0, False: 0]
  ------------------
  263|      0|                WARN("Truncation of value to unsigned int");
  ------------------
  |  |  150|      0|    do {                                                        \
  |  |  151|      0|    if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 1) < 0)         \
  |  |  ------------------
  |  |  |  Branch (151:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  152|      0|        return -1;                                              \
  |  |  153|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (153:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  264|      0|            }
  265|      0|        }
  266|      0|        break;
  267|      0|    }
  268|      0|    case Py_T_LONG: {
  ------------------
  |  |   55|      0|#define Py_T_LONG      2
  ------------------
  |  Branch (268:5): [True: 0, False: 135]
  ------------------
  269|      0|        const long long_val = PyLong_AsLong(v);
  270|      0|        if ((long_val == -1) && PyErr_Occurred())
  ------------------
  |  Branch (270:13): [True: 0, False: 0]
  |  Branch (270:33): [True: 0, False: 0]
  ------------------
  271|      0|            return -1;
  272|      0|        FT_ATOMIC_STORE_LONG_RELAXED(*(long*)addr, long_val);
  ------------------
  |  |  192|      0|#define FT_ATOMIC_STORE_LONG_RELAXED(value, new_value) value = new_value
  ------------------
  273|      0|        break;
  274|      0|    }
  275|      0|    case Py_T_ULONG: {
  ------------------
  |  |   67|      0|#define Py_T_ULONG     12
  ------------------
  |  Branch (275:5): [True: 0, False: 135]
  ------------------
  276|       |        /* XXX: For compatibility, accept negative int values
  277|       |           as well. */
  278|      0|        v = _PyNumber_Index(v);
  279|      0|        if (v == NULL) {
  ------------------
  |  Branch (279:13): [True: 0, False: 0]
  ------------------
  280|      0|            return -1;
  281|      0|        }
  282|      0|        if (_PyLong_IsNegative((PyLongObject *)v)) {
  ------------------
  |  Branch (282:13): [True: 0, False: 0]
  ------------------
  283|      0|            long long_val = PyLong_AsLong(v);
  284|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  285|      0|            if (long_val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (285:17): [True: 0, False: 0]
  |  Branch (285:35): [True: 0, False: 0]
  ------------------
  286|      0|                return -1;
  287|      0|            }
  288|      0|            FT_ATOMIC_STORE_ULONG_RELAXED(*(unsigned long *)addr, (unsigned long)long_val);
  ------------------
  |  |  193|      0|#define FT_ATOMIC_STORE_ULONG_RELAXED(value, new_value) value = new_value
  ------------------
  289|      0|            WARN("Writing negative value into unsigned field");
  ------------------
  |  |  150|      0|    do {                                                        \
  |  |  151|      0|    if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 1) < 0)         \
  |  |  ------------------
  |  |  |  Branch (151:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  152|      0|        return -1;                                              \
  |  |  153|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (153:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  290|      0|        }
  291|      0|        else {
  292|      0|            unsigned long ulong_val = PyLong_AsUnsignedLong(v);
  293|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  294|      0|            if (ulong_val == (unsigned long)-1 && PyErr_Occurred()) {
  ------------------
  |  Branch (294:17): [True: 0, False: 0]
  |  Branch (294:51): [True: 0, False: 0]
  ------------------
  295|      0|                return -1;
  296|      0|            }
  297|      0|            FT_ATOMIC_STORE_ULONG_RELAXED(*(unsigned long *)addr, ulong_val);
  ------------------
  |  |  193|      0|#define FT_ATOMIC_STORE_ULONG_RELAXED(value, new_value) value = new_value
  ------------------
  298|      0|        }
  299|      0|        break;
  300|      0|    }
  301|      0|    case Py_T_PYSSIZET: {
  ------------------
  |  |   79|      0|#define Py_T_PYSSIZET  19      /* Py_ssize_t */
  ------------------
  |  Branch (301:5): [True: 0, False: 135]
  ------------------
  302|      0|        const Py_ssize_t ssize_val = PyLong_AsSsize_t(v);
  303|      0|        if ((ssize_val == (Py_ssize_t)-1) && PyErr_Occurred())
  ------------------
  |  Branch (303:13): [True: 0, False: 0]
  |  Branch (303:46): [True: 0, False: 0]
  ------------------
  304|      0|            return -1;
  305|      0|        FT_ATOMIC_STORE_SSIZE_RELAXED(*(Py_ssize_t*)addr, ssize_val);
  ------------------
  |  |  194|      0|#define FT_ATOMIC_STORE_SSIZE_RELAXED(value, new_value) value = new_value
  ------------------
  306|      0|        break;
  307|      0|    }
  308|      0|    case Py_T_FLOAT:{
  ------------------
  |  |   56|      0|#define Py_T_FLOAT     3
  ------------------
  |  Branch (308:5): [True: 0, False: 135]
  ------------------
  309|      0|        double double_val = PyFloat_AsDouble(v);
  310|      0|        if ((double_val == -1) && PyErr_Occurred())
  ------------------
  |  Branch (310:13): [True: 0, False: 0]
  |  Branch (310:35): [True: 0, False: 0]
  ------------------
  311|      0|            return -1;
  312|      0|        FT_ATOMIC_STORE_FLOAT_RELAXED(*(float*)addr, (float)double_val);
  ------------------
  |  |  196|      0|#define FT_ATOMIC_STORE_FLOAT_RELAXED(value, new_value) value = new_value
  ------------------
  313|      0|        break;
  314|      0|        }
  315|      0|    case Py_T_DOUBLE: {
  ------------------
  |  |   57|      0|#define Py_T_DOUBLE    4
  ------------------
  |  Branch (315:5): [True: 0, False: 135]
  ------------------
  316|      0|        const double double_val = PyFloat_AsDouble(v);
  317|      0|        if ((double_val == -1) && PyErr_Occurred())
  ------------------
  |  Branch (317:13): [True: 0, False: 0]
  |  Branch (317:35): [True: 0, False: 0]
  ------------------
  318|      0|            return -1;
  319|      0|        FT_ATOMIC_STORE_DOUBLE_RELAXED(*(double *) addr, double_val);
  ------------------
  |  |  198|      0|#define FT_ATOMIC_STORE_DOUBLE_RELAXED(value, new_value) value = new_value
  ------------------
  320|      0|        break;
  321|      0|    }
  322|    127|    case _Py_T_OBJECT:
  ------------------
  |  |   59|    127|#define _Py_T_OBJECT   6  // Deprecated, use Py_T_OBJECT_EX instead
  ------------------
  |  Branch (322:5): [True: 127, False: 8]
  ------------------
  323|    135|    case Py_T_OBJECT_EX:
  ------------------
  |  |   75|    135|#define Py_T_OBJECT_EX 16
  ------------------
  |  Branch (323:5): [True: 8, False: 127]
  ------------------
  324|    135|        Py_BEGIN_CRITICAL_SECTION(obj);
  ------------------
  |  |   51|    135|    {
  ------------------
  325|    135|        oldv = *(PyObject **)addr;
  326|    135|        FT_ATOMIC_STORE_PTR_RELEASE(*(PyObject **)addr, Py_XNewRef(v));
  ------------------
  |  |  164|    135|#define FT_ATOMIC_STORE_PTR_RELEASE(value, new_value) value = new_value
  ------------------
  327|    135|        Py_END_CRITICAL_SECTION();
  ------------------
  |  |   55|    135|    }
  ------------------
  328|    135|        if (v == NULL && oldv == NULL && l->type == Py_T_OBJECT_EX) {
  ------------------
  |  |   75|      0|#define Py_T_OBJECT_EX 16
  ------------------
  |  Branch (328:13): [True: 0, False: 135]
  |  Branch (328:26): [True: 0, False: 0]
  |  Branch (328:42): [True: 0, False: 0]
  ------------------
  329|       |            // Raise an exception when attempting to delete an already deleted
  330|       |            // attribute.
  331|       |            // Differently from Py_T_OBJECT_EX, _Py_T_OBJECT does not raise an
  332|       |            // exception here (PyMember_GetOne will return Py_None instead of
  333|       |            // NULL).
  334|      0|            PyErr_SetString(PyExc_AttributeError, l->name);
  335|      0|            return -1;
  336|      0|        }
  337|    135|        Py_XDECREF(oldv);
  ------------------
  |  |  524|    135|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    135|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    135|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|    135|        break;
  339|      0|    case Py_T_CHAR: {
  ------------------
  |  |   61|      0|#define Py_T_CHAR      7   /* 1-character string */
  ------------------
  |  Branch (339:5): [True: 0, False: 135]
  ------------------
  340|      0|        const char *string;
  341|      0|        Py_ssize_t len;
  342|       |
  343|      0|        string = PyUnicode_AsUTF8AndSize(v, &len);
  344|      0|        if (string == NULL || len != 1) {
  ------------------
  |  Branch (344:13): [True: 0, False: 0]
  |  Branch (344:31): [True: 0, False: 0]
  ------------------
  345|      0|            PyErr_BadArgument();
  346|      0|            return -1;
  347|      0|        }
  348|      0|        FT_ATOMIC_STORE_CHAR_RELAXED(*(char*)addr, string[0]);
  ------------------
  |  |  177|      0|#define FT_ATOMIC_STORE_CHAR_RELAXED(value, new_value) value = new_value
  ------------------
  349|      0|        break;
  350|      0|        }
  351|      0|    case Py_T_STRING:
  ------------------
  |  |   58|      0|#define Py_T_STRING    5
  ------------------
  |  Branch (351:5): [True: 0, False: 135]
  ------------------
  352|      0|    case Py_T_STRING_INPLACE:
  ------------------
  |  |   70|      0|#define Py_T_STRING_INPLACE    13
  ------------------
  |  Branch (352:5): [True: 0, False: 135]
  ------------------
  353|      0|        PyErr_SetString(PyExc_TypeError, "readonly attribute");
  354|      0|        return -1;
  355|      0|    case Py_T_LONGLONG:{
  ------------------
  |  |   76|      0|#define Py_T_LONGLONG  17
  ------------------
  |  Branch (355:5): [True: 0, False: 135]
  ------------------
  356|      0|        long long value = PyLong_AsLongLong(v);
  357|      0|        if ((value == -1) && PyErr_Occurred())
  ------------------
  |  Branch (357:13): [True: 0, False: 0]
  |  Branch (357:30): [True: 0, False: 0]
  ------------------
  358|      0|            return -1;
  359|      0|        FT_ATOMIC_STORE_LLONG_RELAXED(*(long long*)addr, value);
  ------------------
  |  |  200|      0|#define FT_ATOMIC_STORE_LLONG_RELAXED(value, new_value) value = new_value
  ------------------
  360|      0|        break;
  361|      0|        }
  362|      0|    case Py_T_ULONGLONG: {
  ------------------
  |  |   77|      0|#define Py_T_ULONGLONG 18
  ------------------
  |  Branch (362:5): [True: 0, False: 135]
  ------------------
  363|      0|        v = _PyNumber_Index(v);
  364|      0|        if (v == NULL) {
  ------------------
  |  Branch (364:13): [True: 0, False: 0]
  ------------------
  365|      0|            return -1;
  366|      0|        }
  367|      0|        if (_PyLong_IsNegative((PyLongObject *)v)) {
  ------------------
  |  Branch (367:13): [True: 0, False: 0]
  ------------------
  368|      0|            long long_val = PyLong_AsLong(v);
  369|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  370|      0|            if (long_val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (370:17): [True: 0, False: 0]
  |  Branch (370:35): [True: 0, False: 0]
  ------------------
  371|      0|                return -1;
  372|      0|            }
  373|      0|            FT_ATOMIC_STORE_ULLONG_RELAXED(*(unsigned long long *)addr, (unsigned long long)(long long)long_val);
  ------------------
  |  |  202|      0|#define FT_ATOMIC_STORE_ULLONG_RELAXED(value, new_value) value = new_value
  ------------------
  374|      0|            WARN("Writing negative value into unsigned field");
  ------------------
  |  |  150|      0|    do {                                                        \
  |  |  151|      0|    if (PyErr_WarnEx(PyExc_RuntimeWarning, msg, 1) < 0)         \
  |  |  ------------------
  |  |  |  Branch (151:9): [True: 0, False: 0]
  |  |  ------------------
  |  |  152|      0|        return -1;                                              \
  |  |  153|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (153:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  375|      0|        }
  376|      0|        else {
  377|      0|            unsigned long long ulonglong_val = PyLong_AsUnsignedLongLong(v);
  378|      0|            Py_DECREF(v);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|      0|            if (ulonglong_val == (unsigned long long)-1 && PyErr_Occurred()) {
  ------------------
  |  Branch (379:17): [True: 0, False: 0]
  |  Branch (379:60): [True: 0, False: 0]
  ------------------
  380|      0|                return -1;
  381|      0|            }
  382|      0|            FT_ATOMIC_STORE_ULLONG_RELAXED(*(unsigned long long *)addr, ulonglong_val);
  ------------------
  |  |  202|      0|#define FT_ATOMIC_STORE_ULLONG_RELAXED(value, new_value) value = new_value
  ------------------
  383|      0|        }
  384|      0|        break;
  385|      0|    }
  386|      0|    default:
  ------------------
  |  Branch (386:5): [True: 0, False: 135]
  ------------------
  387|      0|        PyErr_Format(PyExc_SystemError,
  388|      0|                     "bad memberdescr type for %s", l->name);
  389|      0|        return -1;
  390|    135|    }
  391|    135|    return 0;
  392|    135|}
structmember.c:member_get_object:
   14|      8|{
   15|      8|    PyObject *v = FT_ATOMIC_LOAD_PTR(*(PyObject **) addr);
  ------------------
  |  |  145|      8|#define FT_ATOMIC_LOAD_PTR(value) value
  ------------------
   16|      8|    if (v == NULL) {
  ------------------
  |  Branch (16:9): [True: 0, False: 8]
  ------------------
   17|      0|        PyErr_Format(PyExc_AttributeError,
   18|      0|                     "'%T' object has no attribute '%s'",
   19|      0|                     (PyObject *)obj_addr, l->name);
   20|      0|    }
   21|      8|    return v;
   22|      8|}

_PySymtable_Build:
  417|      1|{
  418|      1|    struct symtable *st = symtable_new();
  419|      1|    asdl_stmt_seq *seq;
  420|      1|    Py_ssize_t i;
  421|      1|    PyThreadState *tstate;
  422|       |
  423|      1|    if (st == NULL)
  ------------------
  |  Branch (423:9): [True: 0, False: 1]
  ------------------
  424|      0|        return NULL;
  425|      1|    if (filename == NULL) {
  ------------------
  |  Branch (425:9): [True: 0, False: 1]
  ------------------
  426|      0|        _PySymtable_Free(st);
  427|      0|        return NULL;
  428|      0|    }
  429|      1|    st->st_filename = Py_NewRef(filename);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|      1|    st->st_future = future;
  431|       |
  432|       |    /* Setup recursion depth check counters */
  433|      1|    tstate = _PyThreadState_GET();
  434|      1|    if (!tstate) {
  ------------------
  |  Branch (434:9): [True: 0, False: 1]
  ------------------
  435|      0|        _PySymtable_Free(st);
  436|      0|        return NULL;
  437|      0|    }
  438|       |
  439|       |    /* Make the initial symbol information gathering pass */
  440|       |
  441|      1|    _Py_SourceLocation loc0 = {0, 0, 0, 0};
  442|      1|    if (!symtable_enter_block(st, &_Py_ID(top), ModuleBlock, (void *)mod, loc0)) {
  ------------------
  |  |  917|      1|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (442:9): [True: 0, False: 1]
  ------------------
  443|      0|        _PySymtable_Free(st);
  444|      0|        return NULL;
  445|      0|    }
  446|       |
  447|      1|    st->st_top = st->st_cur;
  448|      1|    switch (mod->kind) {
  ------------------
  |  Branch (448:13): [True: 1, False: 0]
  ------------------
  449|      0|    case Module_kind:
  ------------------
  |  Branch (449:5): [True: 0, False: 1]
  ------------------
  450|      0|        seq = mod->v.Module.body;
  451|      0|        if (_PyAST_GetDocString(seq)) {
  ------------------
  |  Branch (451:13): [True: 0, False: 0]
  ------------------
  452|      0|            st->st_cur->ste_has_docstring = 1;
  453|      0|        }
  454|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++)
  ------------------
  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (454:21): [True: 0, False: 0]
  ------------------
  455|      0|            if (!symtable_visit_stmt(st,
  ------------------
  |  Branch (455:17): [True: 0, False: 0]
  ------------------
  456|      0|                        (stmt_ty)asdl_seq_GET(seq, i)))
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  457|      0|                goto error;
  458|      0|        break;
  459|      1|    case Expression_kind:
  ------------------
  |  Branch (459:5): [True: 1, False: 0]
  ------------------
  460|      1|        if (!symtable_visit_expr(st, mod->v.Expression.body))
  ------------------
  |  Branch (460:13): [True: 0, False: 1]
  ------------------
  461|      0|            goto error;
  462|      1|        break;
  463|      1|    case Interactive_kind:
  ------------------
  |  Branch (463:5): [True: 0, False: 1]
  ------------------
  464|      0|        seq = mod->v.Interactive.body;
  465|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++)
  ------------------
  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (465:21): [True: 0, False: 0]
  ------------------
  466|      0|            if (!symtable_visit_stmt(st,
  ------------------
  |  Branch (466:17): [True: 0, False: 0]
  ------------------
  467|      0|                        (stmt_ty)asdl_seq_GET(seq, i)))
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
  468|      0|                goto error;
  469|      0|        break;
  470|      0|    case FunctionType_kind:
  ------------------
  |  Branch (470:5): [True: 0, False: 1]
  ------------------
  471|      0|        PyErr_SetString(PyExc_RuntimeError,
  472|      0|                        "this compiler does not handle FunctionTypes");
  473|      0|        goto error;
  474|      1|    }
  475|      1|    if (!symtable_exit_block(st)) {
  ------------------
  |  Branch (475:9): [True: 0, False: 1]
  ------------------
  476|      0|        _PySymtable_Free(st);
  477|      0|        return NULL;
  478|      0|    }
  479|       |    /* Make the second symbol analysis pass */
  480|      1|    if (symtable_analyze(st)) {
  ------------------
  |  Branch (480:9): [True: 1, False: 0]
  ------------------
  481|       |#if _PY_DUMP_SYMTABLE
  482|       |        dump_symtable(st->st_top);
  483|       |#endif
  484|      1|        return st;
  485|      1|    }
  486|      0|    _PySymtable_Free(st);
  487|      0|    return NULL;
  488|      0| error:
  489|      0|    (void) symtable_exit_block(st);
  490|      0|    _PySymtable_Free(st);
  491|       |    return NULL;
  492|      1|}
_PySymtable_Free:
  497|      1|{
  498|      1|    Py_XDECREF(st->st_filename);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  499|      1|    Py_XDECREF(st->st_blocks);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  500|      1|    Py_XDECREF(st->st_stack);
  ------------------
  |  |  524|      1|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  501|      1|    PyMem_Free((void *)st);
  502|      1|}
_PySymtable_Lookup:
  506|      2|{
  507|      2|    PyObject *k, *v;
  508|       |
  509|      2|    k = PyLong_FromVoidPtr(key);
  510|      2|    if (k == NULL)
  ------------------
  |  Branch (510:9): [True: 0, False: 2]
  ------------------
  511|      0|        return NULL;
  512|      2|    if (PyDict_GetItemRef(st->st_blocks, k, &v) == 0) {
  ------------------
  |  Branch (512:9): [True: 0, False: 2]
  ------------------
  513|      0|        PyErr_SetString(PyExc_KeyError,
  514|      0|                        "unknown symbol table entry");
  515|      0|    }
  516|      2|    Py_DECREF(k);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  517|       |
  518|      2|    assert(v == NULL || PySTEntry_Check(v));
  ------------------
  |  Branch (518:5): [True: 0, False: 2]
  |  Branch (518:5): [True: 2, False: 0]
  ------------------
  519|      2|    return (PySTEntryObject *)v;
  520|      2|}
_PyST_GetSymbol:
  539|      6|{
  540|      6|    PyObject *v;
  541|      6|    if (PyDict_GetItemRef(ste->ste_symbols, name, &v) < 0) {
  ------------------
  |  Branch (541:9): [True: 0, False: 6]
  ------------------
  542|      0|        return -1;
  543|      0|    }
  544|      6|    if (!v) {
  ------------------
  |  Branch (544:9): [True: 0, False: 6]
  ------------------
  545|      0|        return 0;
  546|      0|    }
  547|      6|    long symbol = PyLong_AsLong(v);
  548|      6|    Py_DECREF(v);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  549|      6|    if (symbol < 0) {
  ------------------
  |  Branch (549:9): [True: 0, False: 6]
  ------------------
  550|      0|        if (!PyErr_Occurred()) {
  ------------------
  |  Branch (550:13): [True: 0, False: 0]
  ------------------
  551|      0|            PyErr_SetString(PyExc_SystemError, "invalid symbol");
  552|      0|        }
  553|      0|        return -1;
  554|      0|    }
  555|      6|    return symbol;
  556|      6|}
_PyST_GetScope:
  560|      6|{
  561|      6|    long symbol = _PyST_GetSymbol(ste, name);
  562|      6|    if (symbol < 0) {
  ------------------
  |  Branch (562:9): [True: 0, False: 6]
  ------------------
  563|      0|        return -1;
  564|      0|    }
  565|      6|    return SYMBOL_TO_SCOPE(symbol);
  ------------------
  |  |  185|      6|#define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  183|      6|#define SCOPE_OFFSET 12
  |  |  ------------------
  |  |               #define SYMBOL_TO_SCOPE(S) (((S) >> SCOPE_OFFSET) & SCOPE_MASK)
  |  |  ------------------
  |  |  |  |  184|      6|#define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  165|      6|#define DEF_GLOBAL 1             /* global stmt */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|      6|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  167|      6|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  |  |  ------------------
  |  |  |  |               #define SCOPE_MASK (DEF_GLOBAL | DEF_LOCAL | DEF_PARAM | DEF_NONLOCAL)
  |  |  |  |  ------------------
  |  |  |  |  |  |  168|      6|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  566|      6|}
_PyST_IsFunctionLike:
  570|     19|{
  571|     19|    return ste->ste_type == FunctionBlock
  ------------------
  |  Branch (571:12): [True: 15, False: 4]
  ------------------
  572|      4|        || ste->ste_type == AnnotationBlock
  ------------------
  |  Branch (572:12): [True: 0, False: 4]
  ------------------
  573|      4|        || ste->ste_type == TypeVariableBlock
  ------------------
  |  Branch (573:12): [True: 0, False: 4]
  ------------------
  574|      4|        || ste->ste_type == TypeAliasBlock
  ------------------
  |  Branch (574:12): [True: 0, False: 4]
  ------------------
  575|      4|        || ste->ste_type == TypeParametersBlock;
  ------------------
  |  Branch (575:12): [True: 0, False: 4]
  ------------------
  576|     19|}
_Py_MaybeMangle:
 3259|     17|{
 3260|       |    /* Special case for type parameter blocks around generic classes:
 3261|       |     * we want to mangle type parameter names (so a type param with a private
 3262|       |     * name can be used inside the class body), but we don't want to mangle
 3263|       |     * any other names that appear within the type parameter scope.
 3264|       |     */
 3265|     17|    if (ste->ste_mangled_names != NULL) {
  ------------------
  |  Branch (3265:9): [True: 0, False: 17]
  ------------------
 3266|      0|        int result = PySet_Contains(ste->ste_mangled_names, name);
 3267|      0|        if (result < 0) {
  ------------------
  |  Branch (3267:13): [True: 0, False: 0]
  ------------------
 3268|      0|            return NULL;
 3269|      0|        }
 3270|      0|        if (result == 0) {
  ------------------
  |  Branch (3270:13): [True: 0, False: 0]
  ------------------
 3271|      0|            return Py_NewRef(name);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3272|      0|        }
 3273|      0|    }
 3274|     17|    return _Py_Mangle(privateobj, name);
 3275|     17|}
_Py_Mangle:
 3300|     42|{
 3301|       |    /* Name mangling: __private becomes _classname__private.
 3302|       |       This is independent from how the name is used. */
 3303|     42|    if (privateobj == NULL || !PyUnicode_Check(privateobj) ||
  ------------------
  |  |  103|     25|    PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_UNICODE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|     67|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (3303:9): [True: 17, False: 25]
  |  Branch (3303:31): [True: 0, False: 25]
  ------------------
 3304|     25|        PyUnicode_READ_CHAR(ident, 0) != '_' ||
  ------------------
  |  |  381|     25|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|     25|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     25|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3304:9): [True: 8, False: 17]
  ------------------
 3305|     42|        PyUnicode_READ_CHAR(ident, 1) != '_') {
  ------------------
  |  |  381|     17|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|     17|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     17|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3305:9): [True: 17, False: 0]
  ------------------
 3306|     42|        return Py_NewRef(ident);
  ------------------
  |  |  550|     42|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     42|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     42|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3307|     42|    }
 3308|      0|    size_t nlen = PyUnicode_GET_LENGTH(ident);
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3309|      0|    size_t plen = PyUnicode_GET_LENGTH(privateobj);
  ------------------
  |  |  299|      0|#define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3310|       |    /* Don't mangle __id__ or names with dots.
 3311|       |
 3312|       |       The only time a name with a dot can occur is when
 3313|       |       we are compiling an import statement that has a
 3314|       |       package name.
 3315|       |
 3316|       |       TODO(jhylton): Decide whether we want to support
 3317|       |       mangling of the module name, e.g. __M.X.
 3318|       |    */
 3319|      0|    if ((PyUnicode_READ_CHAR(ident, nlen-1) == '_' &&
  ------------------
  |  |  381|      0|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3319:10): [True: 0, False: 0]
  ------------------
 3320|      0|         PyUnicode_READ_CHAR(ident, nlen-2) == '_') ||
  ------------------
  |  |  381|      0|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3320:10): [True: 0, False: 0]
  ------------------
 3321|      0|        PyUnicode_FindChar(ident, '.', 0, nlen, 1) != -1) {
  ------------------
  |  Branch (3321:9): [True: 0, False: 0]
  ------------------
 3322|      0|        return Py_NewRef(ident); /* Don't mangle __whatever__ */
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3323|      0|    }
 3324|       |    /* Strip leading underscores from class name */
 3325|      0|    size_t ipriv = 0;
 3326|      0|    while (PyUnicode_READ_CHAR(privateobj, ipriv) == '_') {
  ------------------
  |  |  381|      0|    PyUnicode_READ_CHAR(_PyObject_CAST(unicode), (index))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3326:12): [True: 0, False: 0]
  ------------------
 3327|      0|        ipriv++;
 3328|      0|    }
 3329|      0|    if (ipriv == plen) {
  ------------------
  |  Branch (3329:9): [True: 0, False: 0]
  ------------------
 3330|      0|        return Py_NewRef(ident); /* Don't mangle if class is just underscores */
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3331|      0|    }
 3332|       |
 3333|      0|    if (nlen + (plen - ipriv) >= PY_SSIZE_T_MAX - 1) {
  ------------------
  |  |  137|      0|#   define PY_SSIZE_T_MAX SSIZE_MAX
  ------------------
  |  Branch (3333:9): [True: 0, False: 0]
  ------------------
 3334|      0|        PyErr_SetString(PyExc_OverflowError,
 3335|      0|                        "private identifier too large to be mangled");
 3336|      0|        return NULL;
 3337|      0|    }
 3338|       |
 3339|      0|    PyUnicodeWriter *writer = PyUnicodeWriter_Create(1 + nlen + (plen - ipriv));
 3340|      0|    if (!writer) {
  ------------------
  |  Branch (3340:9): [True: 0, False: 0]
  ------------------
 3341|      0|        return NULL;
 3342|      0|    }
 3343|       |    // ident = "_" + priv[ipriv:] + ident
 3344|      0|    if (PyUnicodeWriter_WriteChar(writer, '_') < 0) {
  ------------------
  |  Branch (3344:9): [True: 0, False: 0]
  ------------------
 3345|      0|        goto error;
 3346|      0|    }
 3347|      0|    if (PyUnicodeWriter_WriteSubstring(writer, privateobj, ipriv, plen) < 0) {
  ------------------
  |  Branch (3347:9): [True: 0, False: 0]
  ------------------
 3348|      0|        goto error;
 3349|      0|    }
 3350|      0|    if (PyUnicodeWriter_WriteStr(writer, ident) < 0) {
  ------------------
  |  Branch (3350:9): [True: 0, False: 0]
  ------------------
 3351|      0|        goto error;
 3352|      0|    }
 3353|      0|    return PyUnicodeWriter_Finish(writer);
 3354|       |
 3355|      0|error:
 3356|      0|    PyUnicodeWriter_Discard(writer);
 3357|       |    return NULL;
 3358|      0|}
symtable.c:ste_dealloc:
  185|      2|{
  186|      2|    PySTEntryObject *ste = (PySTEntryObject *)op;
  187|      2|    ste->ste_table = NULL;
  188|      2|    Py_XDECREF(ste->ste_id);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|      2|    Py_XDECREF(ste->ste_name);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  190|      2|    Py_XDECREF(ste->ste_function_name);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|      2|    Py_XDECREF(ste->ste_symbols);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|      2|    Py_XDECREF(ste->ste_varnames);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  193|      2|    Py_XDECREF(ste->ste_children);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  194|      2|    Py_XDECREF(ste->ste_directives);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|      2|    Py_XDECREF(ste->ste_annotation_block);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|      2|    Py_XDECREF(ste->ste_mangled_names);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|      2|    PyObject_Free(ste);
  198|      2|}
symtable.c:symtable_new:
  391|      1|{
  392|      1|    struct symtable *st;
  393|       |
  394|      1|    st = (struct symtable *)PyMem_Malloc(sizeof(struct symtable));
  395|      1|    if (st == NULL) {
  ------------------
  |  Branch (395:9): [True: 0, False: 1]
  ------------------
  396|      0|        PyErr_NoMemory();
  397|      0|        return NULL;
  398|      0|    }
  399|       |
  400|      1|    st->st_filename = NULL;
  401|      1|    st->st_blocks = NULL;
  402|       |
  403|      1|    if ((st->st_stack = PyList_New(0)) == NULL)
  ------------------
  |  Branch (403:9): [True: 0, False: 1]
  ------------------
  404|      0|        goto fail;
  405|      1|    if ((st->st_blocks = PyDict_New()) == NULL)
  ------------------
  |  Branch (405:9): [True: 0, False: 1]
  ------------------
  406|      0|        goto fail;
  407|      1|    st->st_cur = NULL;
  408|      1|    st->st_private = NULL;
  409|      1|    return st;
  410|      0| fail:
  411|      0|    _PySymtable_Free(st);
  412|       |    return NULL;
  413|      1|}
symtable.c:symtable_analyze:
 1373|      1|{
 1374|      1|    PyObject *free, *global, *type_params;
 1375|      1|    int r;
 1376|       |
 1377|      1|    free = PySet_New(NULL);
 1378|      1|    if (!free)
  ------------------
  |  Branch (1378:9): [True: 0, False: 1]
  ------------------
 1379|      0|        return 0;
 1380|      1|    global = PySet_New(NULL);
 1381|      1|    if (!global) {
  ------------------
  |  Branch (1381:9): [True: 0, False: 1]
  ------------------
 1382|      0|        Py_DECREF(free);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1383|      0|        return 0;
 1384|      0|    }
 1385|      1|    type_params = PySet_New(NULL);
 1386|      1|    if (!type_params) {
  ------------------
  |  Branch (1386:9): [True: 0, False: 1]
  ------------------
 1387|      0|        Py_DECREF(free);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1388|      0|        Py_DECREF(global);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1389|      0|        return 0;
 1390|      0|    }
 1391|      1|    r = analyze_block(st->st_top, NULL, free, global, type_params, NULL);
 1392|      1|    Py_DECREF(free);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1393|      1|    Py_DECREF(global);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1394|      1|    Py_DECREF(type_params);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1395|      1|    return r;
 1396|      1|}
symtable.c:analyze_block:
 1137|      2|{
 1138|      2|    PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL;
 1139|      2|    PyObject *newglobal = NULL, *newfree = NULL, *inlined_cells = NULL;
 1140|      2|    PyObject *temp;
 1141|      2|    int success = 0;
 1142|      2|    Py_ssize_t i, pos = 0;
 1143|       |
 1144|      2|    local = PySet_New(NULL);  /* collect new names bound in block */
 1145|      2|    if (!local)
  ------------------
  |  Branch (1145:9): [True: 0, False: 2]
  ------------------
 1146|      0|        goto error;
 1147|      2|    scopes = PyDict_New();  /* collect scopes defined for each name */
 1148|      2|    if (!scopes)
  ------------------
  |  Branch (1148:9): [True: 0, False: 2]
  ------------------
 1149|      0|        goto error;
 1150|       |
 1151|       |    /* Allocate new global, bound and free variable sets.  These
 1152|       |       sets hold the names visible in nested blocks.  For
 1153|       |       ClassBlocks, the bound and global names are initialized
 1154|       |       before analyzing names, because class bindings aren't
 1155|       |       visible in methods.  For other blocks, they are initialized
 1156|       |       after names are analyzed.
 1157|       |     */
 1158|       |
 1159|       |    /* TODO(jhylton): Package these dicts in a struct so that we
 1160|       |       can write reasonable helper functions?
 1161|       |    */
 1162|      2|    newglobal = PySet_New(NULL);
 1163|      2|    if (!newglobal)
  ------------------
  |  Branch (1163:9): [True: 0, False: 2]
  ------------------
 1164|      0|        goto error;
 1165|      2|    newfree = PySet_New(NULL);
 1166|      2|    if (!newfree)
  ------------------
  |  Branch (1166:9): [True: 0, False: 2]
  ------------------
 1167|      0|        goto error;
 1168|      2|    newbound = PySet_New(NULL);
 1169|      2|    if (!newbound)
  ------------------
  |  Branch (1169:9): [True: 0, False: 2]
  ------------------
 1170|      0|        goto error;
 1171|      2|    inlined_cells = PySet_New(NULL);
 1172|      2|    if (!inlined_cells)
  ------------------
  |  Branch (1172:9): [True: 0, False: 2]
  ------------------
 1173|      0|        goto error;
 1174|       |
 1175|       |    /* Class namespace has no effect on names visible in
 1176|       |       nested functions, so populate the global and bound
 1177|       |       sets to be passed to child blocks before analyzing
 1178|       |       this one.
 1179|       |     */
 1180|      2|    if (ste->ste_type == ClassBlock) {
  ------------------
  |  Branch (1180:9): [True: 0, False: 2]
  ------------------
 1181|       |        /* Pass down known globals */
 1182|      0|        temp = PyNumber_InPlaceOr(newglobal, global);
 1183|      0|        if (!temp)
  ------------------
  |  Branch (1183:13): [True: 0, False: 0]
  ------------------
 1184|      0|            goto error;
 1185|      0|        Py_DECREF(temp);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1186|       |        /* Pass down previously bound symbols */
 1187|      0|        if (bound) {
  ------------------
  |  Branch (1187:13): [True: 0, False: 0]
  ------------------
 1188|      0|            temp = PyNumber_InPlaceOr(newbound, bound);
 1189|      0|            if (!temp)
  ------------------
  |  Branch (1189:17): [True: 0, False: 0]
  ------------------
 1190|      0|                goto error;
 1191|      0|            Py_DECREF(temp);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1192|      0|        }
 1193|      0|    }
 1194|       |
 1195|      8|    while (PyDict_Next(ste->ste_symbols, &pos, &name, &v)) {
  ------------------
  |  Branch (1195:12): [True: 6, False: 2]
  ------------------
 1196|      6|        long flags = PyLong_AsLong(v);
 1197|      6|        if (flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1197:13): [True: 0, False: 6]
  |  Branch (1197:28): [True: 0, False: 0]
  ------------------
 1198|      0|            goto error;
 1199|      0|        }
 1200|      6|        if (!analyze_name(ste, scopes, name, flags,
  ------------------
  |  Branch (1200:13): [True: 0, False: 6]
  ------------------
 1201|      6|                          bound, local, free, global, type_params, class_entry))
 1202|      0|            goto error;
 1203|      6|    }
 1204|       |
 1205|       |    /* Populate global and bound sets to be passed to children. */
 1206|      2|    if (ste->ste_type != ClassBlock) {
  ------------------
  |  Branch (1206:9): [True: 2, False: 0]
  ------------------
 1207|       |        /* Add function locals to bound set */
 1208|      2|        if (_PyST_IsFunctionLike(ste)) {
  ------------------
  |  Branch (1208:13): [True: 1, False: 1]
  ------------------
 1209|      1|            temp = PyNumber_InPlaceOr(newbound, local);
 1210|      1|            if (!temp)
  ------------------
  |  Branch (1210:17): [True: 0, False: 1]
  ------------------
 1211|      0|                goto error;
 1212|      1|            Py_DECREF(temp);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1213|      1|        }
 1214|       |        /* Pass down previously bound symbols */
 1215|      2|        if (bound) {
  ------------------
  |  Branch (1215:13): [True: 1, False: 1]
  ------------------
 1216|      1|            temp = PyNumber_InPlaceOr(newbound, bound);
 1217|      1|            if (!temp)
  ------------------
  |  Branch (1217:17): [True: 0, False: 1]
  ------------------
 1218|      0|                goto error;
 1219|      1|            Py_DECREF(temp);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1220|      1|        }
 1221|       |        /* Pass down known globals */
 1222|      2|        temp = PyNumber_InPlaceOr(newglobal, global);
 1223|      2|        if (!temp)
  ------------------
  |  Branch (1223:13): [True: 0, False: 2]
  ------------------
 1224|      0|            goto error;
 1225|      2|        Py_DECREF(temp);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1226|      2|    }
 1227|      0|    else {
 1228|       |        /* Special-case __class__ and __classdict__ */
 1229|      0|        if (PySet_Add(newbound, &_Py_ID(__class__)) < 0)
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1229:13): [True: 0, False: 0]
  ------------------
 1230|      0|            goto error;
 1231|      0|        if (PySet_Add(newbound, &_Py_ID(__classdict__)) < 0)
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1231:13): [True: 0, False: 0]
  ------------------
 1232|      0|            goto error;
 1233|      0|        if (PySet_Add(newbound, &_Py_ID(__conditional_annotations__)) < 0)
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1233:13): [True: 0, False: 0]
  ------------------
 1234|      0|            goto error;
 1235|      0|    }
 1236|       |
 1237|       |    /* Recursively call analyze_child_block() on each child block.
 1238|       |
 1239|       |       newbound, newglobal now contain the names visible in
 1240|       |       nested blocks.  The free variables in the children will
 1241|       |       be added to newfree.
 1242|       |    */
 1243|      3|    for (i = 0; i < PyList_GET_SIZE(ste->ste_children); ++i) {
  ------------------
  |  |   38|      3|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      3|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      3|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1243:17): [True: 1, False: 2]
  ------------------
 1244|      1|        PyObject *child_free = NULL;
 1245|      1|        PyObject *c = PyList_GET_ITEM(ste->ste_children, i);
  ------------------
  |  |   40|      1|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      1|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1245:23): [True: 1, False: 0]
  ------------------
 1246|      0|        PySTEntryObject* entry;
 1247|      1|        assert(c && PySTEntry_Check(c));
  ------------------
  |  Branch (1247:9): [True: 1, False: 0]
  |  Branch (1247:9): [True: 1, False: 0]
  ------------------
 1248|      1|        entry = (PySTEntryObject*)c;
 1249|       |
 1250|      1|        PySTEntryObject *new_class_entry = NULL;
 1251|      1|        if (entry->ste_can_see_class_scope) {
  ------------------
  |  Branch (1251:13): [True: 0, False: 1]
  ------------------
 1252|      0|            if (ste->ste_type == ClassBlock) {
  ------------------
  |  Branch (1252:17): [True: 0, False: 0]
  ------------------
 1253|      0|                new_class_entry = ste;
 1254|      0|            }
 1255|      0|            else if (class_entry) {
  ------------------
  |  Branch (1255:22): [True: 0, False: 0]
  ------------------
 1256|      0|                new_class_entry = class_entry;
 1257|      0|            }
 1258|      0|        }
 1259|       |
 1260|       |        // we inline all non-generator-expression comprehensions,
 1261|       |        // except those in annotation scopes that are nested in classes
 1262|      1|        int inline_comp =
 1263|      1|            entry->ste_comprehension &&
  ------------------
  |  Branch (1263:13): [True: 0, False: 1]
  ------------------
 1264|      0|            !entry->ste_generator &&
  ------------------
  |  Branch (1264:13): [True: 0, False: 0]
  ------------------
 1265|      0|            !ste->ste_can_see_class_scope;
  ------------------
  |  Branch (1265:13): [True: 0, False: 0]
  ------------------
 1266|       |
 1267|      1|        if (!analyze_child_block(entry, newbound, newfree, newglobal,
  ------------------
  |  Branch (1267:13): [True: 0, False: 1]
  ------------------
 1268|      1|                                 type_params, new_class_entry, &child_free))
 1269|      0|        {
 1270|      0|            goto error;
 1271|      0|        }
 1272|      1|        if (inline_comp) {
  ------------------
  |  Branch (1272:13): [True: 0, False: 1]
  ------------------
 1273|      0|            if (!inline_comprehension(ste, entry, scopes, child_free, inlined_cells)) {
  ------------------
  |  Branch (1273:17): [True: 0, False: 0]
  ------------------
 1274|      0|                Py_DECREF(child_free);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1275|      0|                goto error;
 1276|      0|            }
 1277|      0|            entry->ste_comp_inlined = 1;
 1278|      0|        }
 1279|      1|        temp = PyNumber_InPlaceOr(newfree, child_free);
 1280|      1|        Py_DECREF(child_free);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1281|      1|        if (!temp)
  ------------------
  |  Branch (1281:13): [True: 0, False: 1]
  ------------------
 1282|      0|            goto error;
 1283|      1|        Py_DECREF(temp);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1284|      1|    }
 1285|       |
 1286|       |    /* Splice children of inlined comprehensions into our children list */
 1287|      3|    for (i = PyList_GET_SIZE(ste->ste_children) - 1; i >= 0; --i) {
  ------------------
  |  |   38|      2|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1287:54): [True: 1, False: 2]
  ------------------
 1288|      1|        PyObject* c = PyList_GET_ITEM(ste->ste_children, i);
  ------------------
  |  |   40|      1|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      1|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1288:23): [True: 1, False: 0]
  ------------------
 1289|      0|        PySTEntryObject* entry;
 1290|      1|        assert(c && PySTEntry_Check(c));
  ------------------
  |  Branch (1290:9): [True: 1, False: 0]
  |  Branch (1290:9): [True: 1, False: 0]
  ------------------
 1291|      1|        entry = (PySTEntryObject*)c;
 1292|      1|        if (entry->ste_comp_inlined &&
  ------------------
  |  Branch (1292:13): [True: 0, False: 1]
  ------------------
 1293|      0|            PyList_SetSlice(ste->ste_children, i, i + 1,
  ------------------
  |  Branch (1293:13): [True: 0, False: 0]
  ------------------
 1294|      0|                            entry->ste_children) < 0)
 1295|      0|        {
 1296|      0|            goto error;
 1297|      0|        }
 1298|      1|    }
 1299|       |
 1300|       |    /* Check if any local variables must be converted to cell variables */
 1301|      2|    if (_PyST_IsFunctionLike(ste) && !analyze_cells(scopes, newfree, inlined_cells))
  ------------------
  |  Branch (1301:9): [True: 1, False: 1]
  |  Branch (1301:38): [True: 0, False: 1]
  ------------------
 1302|      0|        goto error;
 1303|      2|    else if (ste->ste_type == ClassBlock && !drop_class_free(ste, newfree))
  ------------------
  |  Branch (1303:14): [True: 0, False: 2]
  |  Branch (1303:45): [True: 0, False: 0]
  ------------------
 1304|      0|        goto error;
 1305|       |    /* Records the results of the analysis in the symbol table entry */
 1306|      2|    if (!update_symbols(ste->ste_symbols, scopes, bound, newfree, inlined_cells,
  ------------------
  |  Branch (1306:9): [True: 0, False: 2]
  ------------------
 1307|      2|                        (ste->ste_type == ClassBlock) || ste->ste_can_see_class_scope))
  ------------------
  |  Branch (1307:25): [True: 0, False: 2]
  |  Branch (1307:58): [True: 0, False: 2]
  ------------------
 1308|      0|        goto error;
 1309|       |
 1310|      2|    temp = PyNumber_InPlaceOr(free, newfree);
 1311|      2|    if (!temp)
  ------------------
  |  Branch (1311:9): [True: 0, False: 2]
  ------------------
 1312|      0|        goto error;
 1313|      2|    Py_DECREF(temp);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1314|      2|    success = 1;
 1315|      2| error:
 1316|      2|    Py_XDECREF(scopes);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1317|      2|    Py_XDECREF(local);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1318|      2|    Py_XDECREF(newbound);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1319|      2|    Py_XDECREF(newglobal);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1320|      2|    Py_XDECREF(newfree);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1321|      2|    Py_XDECREF(inlined_cells);
  ------------------
  |  |  524|      2|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1322|      2|    if (!success)
  ------------------
  |  Branch (1322:9): [True: 0, False: 2]
  ------------------
 1323|      2|        assert(PyErr_Occurred());
  ------------------
  |  Branch (1323:9): [True: 0, False: 0]
  ------------------
 1324|      2|    return success;
 1325|      2|}
symtable.c:analyze_name:
  672|      6|{
  673|      6|    int contains;
  674|      6|    if (flags & DEF_GLOBAL) {
  ------------------
  |  |  165|      6|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
  |  Branch (674:9): [True: 0, False: 6]
  ------------------
  675|      0|        if (flags & DEF_NONLOCAL) {
  ------------------
  |  |  168|      0|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (675:13): [True: 0, False: 0]
  ------------------
  676|      0|            PyErr_Format(PyExc_SyntaxError,
  677|      0|                         "name '%U' is nonlocal and global",
  678|      0|                         name);
  679|      0|            return error_at_directive(ste, name);
  680|      0|        }
  681|      0|        SET_SCOPE(scopes, name, GLOBAL_EXPLICIT);
  ------------------
  |  |  650|      0|    do { \
  |  |  651|      0|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|      0|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  653|      0|            return 0; \
  |  |  654|      0|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  655|      0|            Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|      0|            return 0; \
  |  |  657|      0|        } \
  |  |  658|      0|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  682|      0|        if (PySet_Add(global, name) < 0)
  ------------------
  |  Branch (682:13): [True: 0, False: 0]
  ------------------
  683|      0|            return 0;
  684|      0|        if (bound && (PySet_Discard(bound, name) < 0))
  ------------------
  |  Branch (684:13): [True: 0, False: 0]
  |  Branch (684:22): [True: 0, False: 0]
  ------------------
  685|      0|            return 0;
  686|      0|        return 1;
  687|      0|    }
  688|      6|    if (flags & DEF_NONLOCAL) {
  ------------------
  |  |  168|      6|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (688:9): [True: 0, False: 6]
  ------------------
  689|      0|        if (!bound) {
  ------------------
  |  Branch (689:13): [True: 0, False: 0]
  ------------------
  690|      0|            PyErr_Format(PyExc_SyntaxError,
  691|      0|                         "nonlocal declaration not allowed at module level");
  692|      0|            return error_at_directive(ste, name);
  693|      0|        }
  694|      0|        contains = PySet_Contains(bound, name);
  695|      0|        if (contains < 0) {
  ------------------
  |  Branch (695:13): [True: 0, False: 0]
  ------------------
  696|      0|            return 0;
  697|      0|        }
  698|      0|        if (!contains) {
  ------------------
  |  Branch (698:13): [True: 0, False: 0]
  ------------------
  699|      0|            PyErr_Format(PyExc_SyntaxError,
  700|      0|                         "no binding for nonlocal '%U' found",
  701|      0|                         name);
  702|       |
  703|      0|            return error_at_directive(ste, name);
  704|      0|        }
  705|      0|        contains = PySet_Contains(type_params, name);
  706|      0|        if (contains < 0) {
  ------------------
  |  Branch (706:13): [True: 0, False: 0]
  ------------------
  707|      0|            return 0;
  708|      0|        }
  709|      0|        if (contains) {
  ------------------
  |  Branch (709:13): [True: 0, False: 0]
  ------------------
  710|      0|            PyErr_Format(PyExc_SyntaxError,
  711|      0|                         "nonlocal binding not allowed for type parameter '%U'",
  712|      0|                         name);
  713|      0|            return error_at_directive(ste, name);
  714|      0|        }
  715|      0|        SET_SCOPE(scopes, name, FREE);
  ------------------
  |  |  650|      0|    do { \
  |  |  651|      0|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|      0|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  653|      0|            return 0; \
  |  |  654|      0|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  655|      0|            Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|      0|            return 0; \
  |  |  657|      0|        } \
  |  |  658|      0|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  716|      0|        return PySet_Add(free, name) >= 0;
  717|      0|    }
  718|      6|    if (flags & DEF_BOUND) {
  ------------------
  |  |  177|      6|#define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  166|      6|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  167|      6|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  171|      6|#define DEF_IMPORT (2<<6)        /* assignment occurred via import */
  |  |  ------------------
  ------------------
  |  Branch (718:9): [True: 5, False: 1]
  ------------------
  719|      5|        SET_SCOPE(scopes, name, LOCAL);
  ------------------
  |  |  650|      5|    do { \
  |  |  651|      5|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|      5|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 5]
  |  |  ------------------
  |  |  653|      5|            return 0; \
  |  |  654|      5|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 5]
  |  |  ------------------
  |  |  655|      0|            Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|      0|            return 0; \
  |  |  657|      0|        } \
  |  |  658|      5|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      5|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      5|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      5|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|      5|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 5]
  |  |  ------------------
  ------------------
  720|      5|        if (PySet_Add(local, name) < 0)
  ------------------
  |  Branch (720:13): [True: 0, False: 5]
  ------------------
  721|      0|            return 0;
  722|      5|        if (PySet_Discard(global, name) < 0)
  ------------------
  |  Branch (722:13): [True: 0, False: 5]
  ------------------
  723|      0|            return 0;
  724|      5|        if (flags & DEF_TYPE_PARAM) {
  ------------------
  |  |  174|      5|#define DEF_TYPE_PARAM (2<<9)    /* this name is a type parameter */
  ------------------
  |  Branch (724:13): [True: 0, False: 5]
  ------------------
  725|      0|            if (PySet_Add(type_params, name) < 0)
  ------------------
  |  Branch (725:17): [True: 0, False: 0]
  ------------------
  726|      0|                return 0;
  727|      0|        }
  728|      5|        else {
  729|      5|            if (PySet_Discard(type_params, name) < 0)
  ------------------
  |  Branch (729:17): [True: 0, False: 5]
  ------------------
  730|      0|                return 0;
  731|      5|        }
  732|      5|        return 1;
  733|      5|    }
  734|       |    // If we were passed class_entry (i.e., we're in an ste_can_see_class_scope scope)
  735|       |    // and the bound name is in that set, then the name is potentially bound both by
  736|       |    // the immediately enclosing class namespace, and also by an outer function namespace.
  737|       |    // In that case, we want the runtime name resolution to look at only the class
  738|       |    // namespace and the globals (not the namespace providing the bound).
  739|       |    // Similarly, if the name is explicitly global in the class namespace (through the
  740|       |    // global statement), we want to also treat it as a global in this scope.
  741|      1|    if (class_entry != NULL) {
  ------------------
  |  Branch (741:9): [True: 0, False: 1]
  ------------------
  742|      0|        long class_flags = _PyST_GetSymbol(class_entry, name);
  743|      0|        if (class_flags < 0) {
  ------------------
  |  Branch (743:13): [True: 0, False: 0]
  ------------------
  744|      0|            return 0;
  745|      0|        }
  746|      0|        if (class_flags & DEF_GLOBAL) {
  ------------------
  |  |  165|      0|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
  |  Branch (746:13): [True: 0, False: 0]
  ------------------
  747|      0|            SET_SCOPE(scopes, name, GLOBAL_EXPLICIT);
  ------------------
  |  |  650|      0|    do { \
  |  |  651|      0|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|      0|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  653|      0|            return 0; \
  |  |  654|      0|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  655|      0|            Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|      0|            return 0; \
  |  |  657|      0|        } \
  |  |  658|      0|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  748|      0|            return 1;
  749|      0|        }
  750|      0|        else if ((class_flags & DEF_BOUND) && !(class_flags & DEF_NONLOCAL)) {
  ------------------
  |  |  177|      0|#define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  166|      0|#define DEF_LOCAL 2              /* assignment in code block */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  167|      0|#define DEF_PARAM (2<<1)         /* formal parameter */
  |  |  ------------------
  |  |               #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
  |  |  ------------------
  |  |  |  |  171|      0|#define DEF_IMPORT (2<<6)        /* assignment occurred via import */
  |  |  ------------------
  ------------------
                      else if ((class_flags & DEF_BOUND) && !(class_flags & DEF_NONLOCAL)) {
  ------------------
  |  |  168|      0|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (750:18): [True: 0, False: 0]
  |  Branch (750:47): [True: 0, False: 0]
  ------------------
  751|      0|            SET_SCOPE(scopes, name, GLOBAL_IMPLICIT);
  ------------------
  |  |  650|      0|    do { \
  |  |  651|      0|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|      0|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  653|      0|            return 0; \
  |  |  654|      0|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  655|      0|            Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|      0|            return 0; \
  |  |  657|      0|        } \
  |  |  658|      0|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  752|      0|            return 1;
  753|      0|        }
  754|      0|    }
  755|       |    /* If an enclosing block has a binding for this name, it
  756|       |       is a free variable rather than a global variable.
  757|       |       Note that having a non-NULL bound implies that the block
  758|       |       is nested.
  759|       |    */
  760|      1|    if (bound) {
  ------------------
  |  Branch (760:9): [True: 1, False: 0]
  ------------------
  761|      1|        contains = PySet_Contains(bound, name);
  762|      1|        if (contains < 0) {
  ------------------
  |  Branch (762:13): [True: 0, False: 1]
  ------------------
  763|      0|            return 0;
  764|      0|        }
  765|      1|        if (contains) {
  ------------------
  |  Branch (765:13): [True: 0, False: 1]
  ------------------
  766|      0|            SET_SCOPE(scopes, name, FREE);
  ------------------
  |  |  650|      0|    do { \
  |  |  651|      0|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|      0|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  653|      0|            return 0; \
  |  |  654|      0|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  655|      0|            Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|      0|            return 0; \
  |  |  657|      0|        } \
  |  |  658|      0|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  767|      0|            return PySet_Add(free, name) >= 0;
  768|      0|        }
  769|      1|    }
  770|       |    /* If a parent has a global statement, then call it global
  771|       |       explicit?  It could also be global implicit.
  772|       |     */
  773|      1|    if (global) {
  ------------------
  |  Branch (773:9): [True: 1, False: 0]
  ------------------
  774|      1|        contains = PySet_Contains(global, name);
  775|      1|        if (contains < 0) {
  ------------------
  |  Branch (775:13): [True: 0, False: 1]
  ------------------
  776|      0|            return 0;
  777|      0|        }
  778|      1|        if (contains) {
  ------------------
  |  Branch (778:13): [True: 0, False: 1]
  ------------------
  779|      0|            SET_SCOPE(scopes, name, GLOBAL_IMPLICIT);
  ------------------
  |  |  650|      0|    do { \
  |  |  651|      0|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|      0|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  653|      0|            return 0; \
  |  |  654|      0|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  655|      0|            Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|      0|            return 0; \
  |  |  657|      0|        } \
  |  |  658|      0|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
  780|      0|            return 1;
  781|      0|        }
  782|      1|    }
  783|      1|    SET_SCOPE(scopes, name, GLOBAL_IMPLICIT);
  ------------------
  |  |  650|      1|    do { \
  |  |  651|      1|        PyObject *o = PyLong_FromLong(I); \
  |  |  652|      1|        if (!o) \
  |  |  ------------------
  |  |  |  Branch (652:13): [True: 0, False: 1]
  |  |  ------------------
  |  |  653|      1|            return 0; \
  |  |  654|      1|        if (PyDict_SetItem((DICT), (NAME), o) < 0) { \
  |  |  ------------------
  |  |  |  Branch (654:13): [True: 0, False: 1]
  |  |  ------------------
  |  |  655|      0|            Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  656|      0|            return 0; \
  |  |  657|      0|        } \
  |  |  658|      1|        Py_DECREF(o); \
  |  |  ------------------
  |  |  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  659|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (659:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
  784|      1|    return 1;
  785|      1|}
symtable.c:analyze_child_block:
 1331|      1|{
 1332|      1|    PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL;
 1333|      1|    PyObject *temp_type_params = NULL;
 1334|       |
 1335|       |    /* Copy the bound/global/free sets.
 1336|       |
 1337|       |       These sets are used by all blocks enclosed by the
 1338|       |       current block.  The analyze_block() call modifies these
 1339|       |       sets.
 1340|       |
 1341|       |    */
 1342|      1|    temp_bound = PySet_New(bound);
 1343|      1|    if (!temp_bound)
  ------------------
  |  Branch (1343:9): [True: 0, False: 1]
  ------------------
 1344|      0|        goto error;
 1345|      1|    temp_free = PySet_New(free);
 1346|      1|    if (!temp_free)
  ------------------
  |  Branch (1346:9): [True: 0, False: 1]
  ------------------
 1347|      0|        goto error;
 1348|      1|    temp_global = PySet_New(global);
 1349|      1|    if (!temp_global)
  ------------------
  |  Branch (1349:9): [True: 0, False: 1]
  ------------------
 1350|      0|        goto error;
 1351|      1|    temp_type_params = PySet_New(type_params);
 1352|      1|    if (!temp_type_params)
  ------------------
  |  Branch (1352:9): [True: 0, False: 1]
  ------------------
 1353|      0|        goto error;
 1354|       |
 1355|      1|    if (!analyze_block(entry, temp_bound, temp_free, temp_global,
  ------------------
  |  Branch (1355:9): [True: 0, False: 1]
  ------------------
 1356|      1|                       temp_type_params, class_entry))
 1357|      0|        goto error;
 1358|      1|    *child_free = temp_free;
 1359|      1|    Py_DECREF(temp_bound);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1360|      1|    Py_DECREF(temp_global);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1361|      1|    Py_DECREF(temp_type_params);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1362|      1|    return 1;
 1363|      0| error:
 1364|      0|    Py_XDECREF(temp_bound);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1365|      0|    Py_XDECREF(temp_free);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1366|      0|    Py_XDECREF(temp_global);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1367|      0|    Py_XDECREF(temp_type_params);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1368|      0|    return 0;
 1369|      1|}
symtable.c:analyze_cells:
  917|      1|{
  918|      1|    PyObject *name, *v, *v_cell;
  919|      1|    int success = 0;
  920|      1|    Py_ssize_t pos = 0;
  921|       |
  922|      1|    v_cell = PyLong_FromLong(CELL);
  ------------------
  |  |  191|      1|#define CELL 5
  ------------------
  923|      1|    if (!v_cell)
  ------------------
  |  Branch (923:9): [True: 0, False: 1]
  ------------------
  924|      0|        return 0;
  925|      7|    while (PyDict_Next(scopes, &pos, &name, &v)) {
  ------------------
  |  Branch (925:12): [True: 6, False: 1]
  ------------------
  926|      6|        long scope = PyLong_AsLong(v);
  927|      6|        if (scope == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (927:13): [True: 0, False: 6]
  |  Branch (927:28): [True: 0, False: 0]
  ------------------
  928|      0|            goto error;
  929|      0|        }
  930|      6|        if (scope != LOCAL)
  ------------------
  |  |  187|      6|#define LOCAL 1
  ------------------
  |  Branch (930:13): [True: 1, False: 5]
  ------------------
  931|      1|            continue;
  932|      5|        int contains = PySet_Contains(free, name);
  933|      5|        if (contains < 0) {
  ------------------
  |  Branch (933:13): [True: 0, False: 5]
  ------------------
  934|      0|            goto error;
  935|      0|        }
  936|      5|        if (!contains) {
  ------------------
  |  Branch (936:13): [True: 5, False: 0]
  ------------------
  937|      5|            contains = PySet_Contains(inlined_cells, name);
  938|      5|            if (contains < 0) {
  ------------------
  |  Branch (938:17): [True: 0, False: 5]
  ------------------
  939|      0|                goto error;
  940|      0|            }
  941|      5|            if (!contains) {
  ------------------
  |  Branch (941:17): [True: 5, False: 0]
  ------------------
  942|      5|                continue;
  943|      5|            }
  944|      5|        }
  945|       |        /* Replace LOCAL with CELL for this name, and remove
  946|       |           from free. It is safe to replace the value of name
  947|       |           in the dict, because it will not cause a resize.
  948|       |         */
  949|      0|        if (PyDict_SetItem(scopes, name, v_cell) < 0)
  ------------------
  |  Branch (949:13): [True: 0, False: 0]
  ------------------
  950|      0|            goto error;
  951|      0|        if (PySet_Discard(free, name) < 0)
  ------------------
  |  Branch (951:13): [True: 0, False: 0]
  ------------------
  952|      0|            goto error;
  953|      0|    }
  954|      1|    success = 1;
  955|      1| error:
  956|      1|    Py_DECREF(v_cell);
  ------------------
  |  |  430|      1|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  957|      1|    return success;
  958|      1|}
symtable.c:update_symbols:
  991|      2|{
  992|      2|    PyObject *name = NULL, *itr = NULL;
  993|      2|    PyObject *v = NULL, *v_scope = NULL, *v_new = NULL, *v_free = NULL;
  994|      2|    Py_ssize_t pos = 0;
  995|       |
  996|       |    /* Update scope information for all symbols in this scope */
  997|      8|    while (PyDict_Next(symbols, &pos, &name, &v)) {
  ------------------
  |  Branch (997:12): [True: 6, False: 2]
  ------------------
  998|      6|        long flags = PyLong_AsLong(v);
  999|      6|        if (flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (999:13): [True: 0, False: 6]
  |  Branch (999:28): [True: 0, False: 0]
  ------------------
 1000|      0|            return 0;
 1001|      0|        }
 1002|      6|        int contains = PySet_Contains(inlined_cells, name);
 1003|      6|        if (contains < 0) {
  ------------------
  |  Branch (1003:13): [True: 0, False: 6]
  ------------------
 1004|      0|            return 0;
 1005|      0|        }
 1006|      6|        if (contains) {
  ------------------
  |  Branch (1006:13): [True: 0, False: 6]
  ------------------
 1007|      0|            flags |= DEF_COMP_CELL;
  ------------------
  |  |  175|      0|#define DEF_COMP_CELL (2<<10)    /* this name is a cell in an inlined comprehension */
  ------------------
 1008|      0|        }
 1009|      6|        if (PyDict_GetItemRef(scopes, name, &v_scope) < 0) {
  ------------------
  |  Branch (1009:13): [True: 0, False: 6]
  ------------------
 1010|      0|            return 0;
 1011|      0|        }
 1012|      6|        if (!v_scope) {
  ------------------
  |  Branch (1012:13): [True: 0, False: 6]
  ------------------
 1013|      0|            PyErr_SetObject(PyExc_KeyError, name);
 1014|      0|            return 0;
 1015|      0|        }
 1016|      6|        long scope = PyLong_AsLong(v_scope);
 1017|      6|        Py_DECREF(v_scope);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1018|      6|        if (scope == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1018:13): [True: 0, False: 6]
  |  Branch (1018:28): [True: 0, False: 0]
  ------------------
 1019|      0|            return 0;
 1020|      0|        }
 1021|      6|        flags |= (scope << SCOPE_OFFSET);
  ------------------
  |  |  183|      6|#define SCOPE_OFFSET 12
  ------------------
 1022|      6|        v_new = PyLong_FromLong(flags);
 1023|      6|        if (!v_new)
  ------------------
  |  Branch (1023:13): [True: 0, False: 6]
  ------------------
 1024|      0|            return 0;
 1025|      6|        if (PyDict_SetItem(symbols, name, v_new) < 0) {
  ------------------
  |  Branch (1025:13): [True: 0, False: 6]
  ------------------
 1026|      0|            Py_DECREF(v_new);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1027|      0|            return 0;
 1028|      0|        }
 1029|      6|        Py_DECREF(v_new);
  ------------------
  |  |  430|      6|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1030|      6|    }
 1031|       |
 1032|       |    /* Record not yet resolved free variables from children (if any) */
 1033|      2|    v_free = PyLong_FromLong(FREE << SCOPE_OFFSET);
  ------------------
  |  |  190|      2|#define FREE 4
  ------------------
                  v_free = PyLong_FromLong(FREE << SCOPE_OFFSET);
  ------------------
  |  |  183|      2|#define SCOPE_OFFSET 12
  ------------------
 1034|      2|    if (!v_free)
  ------------------
  |  Branch (1034:9): [True: 0, False: 2]
  ------------------
 1035|      0|        return 0;
 1036|       |
 1037|      2|    itr = PyObject_GetIter(free);
 1038|      2|    if (itr == NULL) {
  ------------------
  |  Branch (1038:9): [True: 0, False: 2]
  ------------------
 1039|      0|        Py_DECREF(v_free);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1040|      0|        return 0;
 1041|      0|    }
 1042|       |
 1043|      2|    while ((name = PyIter_Next(itr))) {
  ------------------
  |  Branch (1043:12): [True: 0, False: 2]
  ------------------
 1044|      0|        v = PyDict_GetItemWithError(symbols, name);
 1045|       |
 1046|       |        /* Handle symbol that already exists in this scope */
 1047|      0|        if (v) {
  ------------------
  |  Branch (1047:13): [True: 0, False: 0]
  ------------------
 1048|       |            /* Handle a free variable in a method of
 1049|       |               the class that has the same name as a local
 1050|       |               or global in the class scope.
 1051|       |            */
 1052|      0|            if  (classflag) {
  ------------------
  |  Branch (1052:18): [True: 0, False: 0]
  ------------------
 1053|      0|                long flags = PyLong_AsLong(v);
 1054|      0|                if (flags == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1054:21): [True: 0, False: 0]
  |  Branch (1054:36): [True: 0, False: 0]
  ------------------
 1055|      0|                    goto error;
 1056|      0|                }
 1057|      0|                flags |= DEF_FREE_CLASS;
  ------------------
  |  |  170|      0|#define DEF_FREE_CLASS (2<<5)    /* free variable from class's method */
  ------------------
 1058|      0|                v_new = PyLong_FromLong(flags);
 1059|      0|                if (!v_new) {
  ------------------
  |  Branch (1059:21): [True: 0, False: 0]
  ------------------
 1060|      0|                    goto error;
 1061|      0|                }
 1062|      0|                if (PyDict_SetItem(symbols, name, v_new) < 0) {
  ------------------
  |  Branch (1062:21): [True: 0, False: 0]
  ------------------
 1063|      0|                    Py_DECREF(v_new);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1064|      0|                    goto error;
 1065|      0|                }
 1066|      0|                Py_DECREF(v_new);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1067|      0|            }
 1068|       |            /* It's a cell, or already free in this scope */
 1069|      0|            Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1070|      0|            continue;
 1071|      0|        }
 1072|      0|        else if (PyErr_Occurred()) {
  ------------------
  |  Branch (1072:18): [True: 0, False: 0]
  ------------------
 1073|      0|            goto error;
 1074|      0|        }
 1075|       |        /* Handle global symbol */
 1076|      0|        if (bound) {
  ------------------
  |  Branch (1076:13): [True: 0, False: 0]
  ------------------
 1077|      0|            int contains = PySet_Contains(bound, name);
 1078|      0|            if (contains < 0) {
  ------------------
  |  Branch (1078:17): [True: 0, False: 0]
  ------------------
 1079|      0|                goto error;
 1080|      0|            }
 1081|      0|            if (!contains) {
  ------------------
  |  Branch (1081:17): [True: 0, False: 0]
  ------------------
 1082|      0|                Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1083|      0|                continue;       /* it's a global */
 1084|      0|            }
 1085|      0|        }
 1086|       |        /* Propagate new free symbol up the lexical stack */
 1087|      0|        if (PyDict_SetItem(symbols, name, v_free) < 0) {
  ------------------
  |  Branch (1087:13): [True: 0, False: 0]
  ------------------
 1088|      0|            goto error;
 1089|      0|        }
 1090|      0|        Py_DECREF(name);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1091|      0|    }
 1092|       |
 1093|       |    /* Check if loop ended because of exception in PyIter_Next */
 1094|      2|    if (PyErr_Occurred()) {
  ------------------
  |  Branch (1094:9): [True: 0, False: 2]
  ------------------
 1095|      0|        goto error;
 1096|      0|    }
 1097|       |
 1098|      2|    Py_DECREF(itr);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1099|      2|    Py_DECREF(v_free);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1100|      2|    return 1;
 1101|      0|error:
 1102|      0|    Py_XDECREF(v_free);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1103|      0|    Py_XDECREF(itr);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1104|      0|    Py_XDECREF(name);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1105|      0|    return 0;
 1106|      2|}
symtable.c:symtable_exit_block:
 1405|      2|{
 1406|      2|    Py_ssize_t size;
 1407|       |
 1408|      2|    st->st_cur = NULL;
 1409|      2|    size = PyList_GET_SIZE(st->st_stack);
  ------------------
  |  |   38|      2|#define PyList_GET_SIZE(op) PyList_GET_SIZE(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1410|      2|    if (size) {
  ------------------
  |  Branch (1410:9): [True: 2, False: 0]
  ------------------
 1411|      2|        if (PyList_SetSlice(st->st_stack, size - 1, size, NULL) < 0)
  ------------------
  |  Branch (1411:13): [True: 0, False: 2]
  ------------------
 1412|      0|            return 0;
 1413|      2|        if (--size)
  ------------------
  |  Branch (1413:13): [True: 1, False: 1]
  ------------------
 1414|      1|            st->st_cur = (PySTEntryObject *)PyList_GET_ITEM(st->st_stack, size - 1);
  ------------------
  |  |   40|      1|#define PyList_GET_ITEM(op, index) (_PyList_CAST(op)->ob_item[(index)])
  |  |  ------------------
  |  |  |  |   26|      1|    (assert(PyList_Check(op)), _Py_CAST(PyListObject*, (op)))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1414:45): [True: 1, False: 0]
  ------------------
 1415|      2|    }
 1416|      2|    return 1;
 1417|      2|}
symtable.c:symtable_enter_block:
 1462|      2|{
 1463|      2|    PySTEntryObject *ste = ste_new(st, name, block, ast, loc);
 1464|      2|    if (ste == NULL)
  ------------------
  |  Branch (1464:9): [True: 0, False: 2]
  ------------------
 1465|      0|        return 0;
 1466|      2|    int result = symtable_enter_existing_block(st, ste, /* add_to_children */true);
 1467|      2|    Py_DECREF(ste);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1468|      2|    if (block == AnnotationBlock || block == TypeVariableBlock || block == TypeAliasBlock) {
  ------------------
  |  Branch (1468:9): [True: 0, False: 2]
  |  Branch (1468:37): [True: 0, False: 2]
  |  Branch (1468:67): [True: 0, False: 2]
  ------------------
 1469|      0|        _Py_DECLARE_STR(format, ".format");
 1470|       |        // We need to insert code that reads this "parameter" to the function.
 1471|      0|        if (!symtable_add_def(st, &_Py_STR(format), DEF_PARAM, loc)) {
  ------------------
  |  |  919|      0|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_STR(format), DEF_PARAM, loc)) {
  ------------------
  |  |  167|      0|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (1471:13): [True: 0, False: 0]
  ------------------
 1472|      0|            return 0;
 1473|      0|        }
 1474|      0|        if (!symtable_add_def(st, &_Py_STR(format), USE, loc)) {
  ------------------
  |  |  919|      0|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                      if (!symtable_add_def(st, &_Py_STR(format), USE, loc)) {
  ------------------
  |  |  169|      0|#define USE (2<<3)               /* name is used */
  ------------------
  |  Branch (1474:13): [True: 0, False: 0]
  ------------------
 1475|      0|            return 0;
 1476|      0|        }
 1477|      0|    }
 1478|      2|    return result;
 1479|      2|}
symtable.c:ste_new:
   95|      2|{
   96|      2|    PySTEntryObject *ste = NULL;
   97|      2|    PyObject *k = NULL;
   98|       |
   99|      2|    k = PyLong_FromVoidPtr(key);
  100|      2|    if (k == NULL)
  ------------------
  |  Branch (100:9): [True: 0, False: 2]
  ------------------
  101|      0|        goto fail;
  102|      2|    ste = PyObject_New(PySTEntryObject, &PySTEntry_Type);
  ------------------
  |  |  130|      2|#define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj))
  ------------------
  103|      2|    if (ste == NULL) {
  ------------------
  |  Branch (103:9): [True: 0, False: 2]
  ------------------
  104|      0|        Py_DECREF(k);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  105|      0|        goto fail;
  106|      0|    }
  107|      2|    ste->ste_table = st;
  108|      2|    ste->ste_id = k; /* ste owns reference to k */
  109|       |
  110|      2|    ste->ste_name = Py_NewRef(name);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|      2|    ste->ste_function_name = NULL;
  112|       |
  113|      2|    ste->ste_symbols = NULL;
  114|      2|    ste->ste_varnames = NULL;
  115|      2|    ste->ste_children = NULL;
  116|       |
  117|      2|    ste->ste_directives = NULL;
  118|      2|    ste->ste_mangled_names = NULL;
  119|       |
  120|      2|    ste->ste_type = block;
  121|      2|    ste->ste_scope_info = NULL;
  122|       |
  123|      2|    ste->ste_nested = 0;
  124|      2|    ste->ste_varargs = 0;
  125|      2|    ste->ste_varkeywords = 0;
  126|      2|    ste->ste_annotations_used = 0;
  127|      2|    ste->ste_loc = loc;
  128|       |
  129|      2|    if (st->st_cur != NULL &&
  ------------------
  |  Branch (129:9): [True: 1, False: 1]
  ------------------
  130|      1|        (st->st_cur->ste_nested ||
  ------------------
  |  Branch (130:10): [True: 0, False: 1]
  ------------------
  131|      1|         _PyST_IsFunctionLike(st->st_cur)))
  ------------------
  |  Branch (131:10): [True: 0, False: 1]
  ------------------
  132|      0|        ste->ste_nested = 1;
  133|      2|    ste->ste_generator = 0;
  134|      2|    ste->ste_coroutine = 0;
  135|      2|    ste->ste_comprehension = NoComprehension;
  136|      2|    ste->ste_returns_value = 0;
  137|      2|    ste->ste_needs_class_closure = 0;
  138|      2|    ste->ste_comp_inlined = 0;
  139|      2|    ste->ste_comp_iter_target = 0;
  140|      2|    ste->ste_can_see_class_scope = 0;
  141|      2|    ste->ste_comp_iter_expr = 0;
  142|      2|    ste->ste_needs_classdict = 0;
  143|      2|    ste->ste_has_conditional_annotations = 0;
  144|      2|    ste->ste_in_conditional_block = 0;
  145|      2|    ste->ste_in_try_block = 0;
  146|      2|    ste->ste_in_unevaluated_annotation = 0;
  147|      2|    ste->ste_annotation_block = NULL;
  148|       |
  149|      2|    ste->ste_has_docstring = 0;
  150|       |
  151|      2|    ste->ste_method = 0;
  152|      2|    if (st->st_cur != NULL &&
  ------------------
  |  Branch (152:9): [True: 1, False: 1]
  ------------------
  153|      1|        st->st_cur->ste_type == ClassBlock &&
  ------------------
  |  Branch (153:9): [True: 0, False: 1]
  ------------------
  154|      0|        block == FunctionBlock) {
  ------------------
  |  Branch (154:9): [True: 0, False: 0]
  ------------------
  155|      0|        ste->ste_method = 1;
  156|      0|    }
  157|       |
  158|      2|    ste->ste_symbols = PyDict_New();
  159|      2|    ste->ste_varnames = PyList_New(0);
  160|      2|    ste->ste_children = PyList_New(0);
  161|      2|    if (ste->ste_symbols == NULL
  ------------------
  |  Branch (161:9): [True: 0, False: 2]
  ------------------
  162|      2|        || ste->ste_varnames == NULL
  ------------------
  |  Branch (162:12): [True: 0, False: 2]
  ------------------
  163|      2|        || ste->ste_children == NULL)
  ------------------
  |  Branch (163:12): [True: 0, False: 2]
  ------------------
  164|      0|        goto fail;
  165|       |
  166|      2|    if (PyDict_SetItem(st->st_blocks, ste->ste_id, (PyObject *)ste) < 0)
  ------------------
  |  Branch (166:9): [True: 0, False: 2]
  ------------------
  167|      0|        goto fail;
  168|       |
  169|      2|    return ste;
  170|      0| fail:
  171|      0|    Py_XDECREF(ste);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  172|       |    return NULL;
  173|      2|}
symtable.c:symtable_enter_existing_block:
 1421|      2|{
 1422|      2|    if (PyList_Append(st->st_stack, (PyObject *)ste) < 0) {
  ------------------
  |  Branch (1422:9): [True: 0, False: 2]
  ------------------
 1423|      0|        return 0;
 1424|      0|    }
 1425|      2|    PySTEntryObject *prev = st->st_cur;
 1426|       |    /* bpo-37757: For now, disallow *all* assignment expressions in the
 1427|       |     * outermost iterator expression of a comprehension, even those inside
 1428|       |     * a nested comprehension or a lambda expression.
 1429|       |     */
 1430|      2|    if (prev) {
  ------------------
  |  Branch (1430:9): [True: 1, False: 1]
  ------------------
 1431|      1|        ste->ste_comp_iter_expr = prev->ste_comp_iter_expr;
 1432|      1|    }
 1433|       |    /* No need to inherit ste_mangled_names in classes, where all names
 1434|       |     * are mangled. */
 1435|      2|    if (prev && prev->ste_mangled_names != NULL && ste->ste_type != ClassBlock) {
  ------------------
  |  Branch (1435:9): [True: 1, False: 1]
  |  Branch (1435:17): [True: 0, False: 1]
  |  Branch (1435:52): [True: 0, False: 0]
  ------------------
 1436|      0|        ste->ste_mangled_names = Py_NewRef(prev->ste_mangled_names);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1437|      0|    }
 1438|       |    /* The entry is owned by the stack. Borrow it for st_cur. */
 1439|      2|    st->st_cur = ste;
 1440|       |
 1441|       |    /* If "from __future__ import annotations" is active,
 1442|       |     * annotation blocks shouldn't have any affect on the symbol table since in
 1443|       |     * the compilation stage, they will all be transformed to strings. */
 1444|      2|    if (st->st_future->ff_features & CO_FUTURE_ANNOTATIONS && ste->ste_type == AnnotationBlock) {
  ------------------
  |  |  143|      4|#define CO_FUTURE_ANNOTATIONS    0x1000000
  ------------------
  |  Branch (1444:9): [True: 0, False: 2]
  |  Branch (1444:63): [True: 0, False: 0]
  ------------------
 1445|      0|        return 1;
 1446|      0|    }
 1447|       |
 1448|      2|    if (ste->ste_type == ModuleBlock)
  ------------------
  |  Branch (1448:9): [True: 1, False: 1]
  ------------------
 1449|      1|        st->st_global = st->st_cur->ste_symbols;
 1450|       |
 1451|      2|    if (add_to_children && prev) {
  ------------------
  |  Branch (1451:9): [True: 2, False: 0]
  |  Branch (1451:28): [True: 1, False: 1]
  ------------------
 1452|      1|        if (PyList_Append(prev->ste_children, (PyObject *)ste) < 0) {
  ------------------
  |  Branch (1452:13): [True: 0, False: 1]
  ------------------
 1453|      0|            return 0;
 1454|      0|        }
 1455|      1|    }
 1456|      2|    return 1;
 1457|      2|}
symtable.c:symtable_add_def:
 1657|      5|{
 1658|      5|    return symtable_add_def_ctx(st, name, flag, loc,
 1659|      5|                                flag == USE ? Load : Store);
  ------------------
  |  |  169|      5|#define USE (2<<3)               /* name is used */
  ------------------
  |  Branch (1659:33): [True: 0, False: 5]
  ------------------
 1660|      5|}
symtable.c:symtable_add_def_ctx:
 1641|     11|{
 1642|     11|    int write_mask = DEF_PARAM | DEF_LOCAL | DEF_IMPORT;
  ------------------
  |  |  167|     11|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                  int write_mask = DEF_PARAM | DEF_LOCAL | DEF_IMPORT;
  ------------------
  |  |  166|     11|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
                  int write_mask = DEF_PARAM | DEF_LOCAL | DEF_IMPORT;
  ------------------
  |  |  171|     11|#define DEF_IMPORT (2<<6)        /* assignment occurred via import */
  ------------------
 1643|     11|    if ((flag & write_mask) && !check_name(st, name, loc, ctx)) {
  ------------------
  |  Branch (1643:9): [True: 5, False: 6]
  |  Branch (1643:32): [True: 0, False: 5]
  ------------------
 1644|      0|        return 0;
 1645|      0|    }
 1646|     11|    if ((flag & DEF_TYPE_PARAM) && st->st_cur->ste_mangled_names != NULL) {
  ------------------
  |  |  174|     11|#define DEF_TYPE_PARAM (2<<9)    /* this name is a type parameter */
  ------------------
  |  Branch (1646:9): [True: 0, False: 11]
  |  Branch (1646:36): [True: 0, False: 0]
  ------------------
 1647|      0|        if(PySet_Add(st->st_cur->ste_mangled_names, name) < 0) {
  ------------------
  |  Branch (1647:12): [True: 0, False: 0]
  ------------------
 1648|      0|            return 0;
 1649|      0|        }
 1650|      0|    }
 1651|     11|    return symtable_add_def_helper(st, name, flag, st->st_cur, loc);
 1652|     11|}
symtable.c:check_name:
 1597|      5|{
 1598|      5|    if (ctx == Store && _PyUnicode_EqualToASCIIString(name, "__debug__")) {
  ------------------
  |  Branch (1598:9): [True: 5, False: 0]
  |  Branch (1598:25): [True: 0, False: 5]
  ------------------
 1599|      0|        PyErr_SetString(PyExc_SyntaxError, "cannot assign to __debug__");
 1600|      0|        SET_ERROR_LOCATION(st->st_filename, loc);
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 1601|      0|        return 0;
 1602|      0|    }
 1603|      5|    if (ctx == Del && _PyUnicode_EqualToASCIIString(name, "__debug__")) {
  ------------------
  |  Branch (1603:9): [True: 0, False: 5]
  |  Branch (1603:23): [True: 0, False: 0]
  ------------------
 1604|      0|        PyErr_SetString(PyExc_SyntaxError, "cannot delete __debug__");
 1605|      0|        SET_ERROR_LOCATION(st->st_filename, loc);
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 1606|      0|        return 0;
 1607|      0|    }
 1608|      5|    return 1;
 1609|      5|}
symtable.c:symtable_add_def_helper:
 1504|     11|{
 1505|     11|    PyObject *o;
 1506|     11|    PyObject *dict;
 1507|     11|    long val;
 1508|     11|    PyObject *mangled = _Py_MaybeMangle(st->st_private, st->st_cur, name);
 1509|       |
 1510|     11|    if (!mangled)
  ------------------
  |  Branch (1510:9): [True: 0, False: 11]
  ------------------
 1511|      0|        return 0;
 1512|     11|    dict = ste->ste_symbols;
 1513|     11|    if ((o = PyDict_GetItemWithError(dict, mangled))) {
  ------------------
  |  Branch (1513:9): [True: 5, False: 6]
  ------------------
 1514|      5|        val = PyLong_AsLong(o);
 1515|      5|        if (val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1515:13): [True: 0, False: 5]
  |  Branch (1515:26): [True: 0, False: 0]
  ------------------
 1516|      0|            goto error;
 1517|      0|        }
 1518|      5|        if ((flag & DEF_PARAM) && (val & DEF_PARAM)) {
  ------------------
  |  |  167|      5|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                      if ((flag & DEF_PARAM) && (val & DEF_PARAM)) {
  ------------------
  |  |  167|      0|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (1518:13): [True: 0, False: 5]
  |  Branch (1518:35): [True: 0, False: 0]
  ------------------
 1519|       |            /* Is it better to use 'mangled' or 'name' here? */
 1520|      0|            PyErr_Format(PyExc_SyntaxError, DUPLICATE_PARAMETER, name);
  ------------------
  |  |  386|      0|#define DUPLICATE_PARAMETER \
  |  |  387|      0|"duplicate parameter '%U' in function definition"
  ------------------
 1521|      0|            SET_ERROR_LOCATION(st->st_filename, loc);
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 1522|      0|            goto error;
 1523|      0|        }
 1524|      5|        if ((flag & DEF_TYPE_PARAM) && (val & DEF_TYPE_PARAM)) {
  ------------------
  |  |  174|      5|#define DEF_TYPE_PARAM (2<<9)    /* this name is a type parameter */
  ------------------
                      if ((flag & DEF_TYPE_PARAM) && (val & DEF_TYPE_PARAM)) {
  ------------------
  |  |  174|      0|#define DEF_TYPE_PARAM (2<<9)    /* this name is a type parameter */
  ------------------
  |  Branch (1524:13): [True: 0, False: 5]
  |  Branch (1524:40): [True: 0, False: 0]
  ------------------
 1525|      0|            PyErr_Format(PyExc_SyntaxError, DUPLICATE_TYPE_PARAM, name);
  ------------------
  |  |   75|      0|#define DUPLICATE_TYPE_PARAM \
  |  |   76|      0|"duplicate type parameter '%U'"
  ------------------
 1526|      0|            SET_ERROR_LOCATION(st->st_filename, loc);
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 1527|      0|            goto error;
 1528|      0|        }
 1529|      5|        val |= flag;
 1530|      5|    }
 1531|      6|    else if (PyErr_Occurred()) {
  ------------------
  |  Branch (1531:14): [True: 0, False: 6]
  ------------------
 1532|      0|        goto error;
 1533|      0|    }
 1534|      6|    else {
 1535|      6|        val = flag;
 1536|      6|    }
 1537|     11|    if (ste->ste_comp_iter_target) {
  ------------------
  |  Branch (1537:9): [True: 0, False: 11]
  ------------------
 1538|       |        /* This name is an iteration variable in a comprehension,
 1539|       |         * so check for a binding conflict with any named expressions.
 1540|       |         * Otherwise, mark it as an iteration variable so subsequent
 1541|       |         * named expressions can check for conflicts.
 1542|       |         */
 1543|      0|        if (val & (DEF_GLOBAL | DEF_NONLOCAL)) {
  ------------------
  |  |  165|      0|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
                      if (val & (DEF_GLOBAL | DEF_NONLOCAL)) {
  ------------------
  |  |  168|      0|#define DEF_NONLOCAL (2<<2)      /* nonlocal stmt */
  ------------------
  |  Branch (1543:13): [True: 0, False: 0]
  ------------------
 1544|      0|            PyErr_Format(PyExc_SyntaxError,
 1545|      0|                NAMED_EXPR_COMP_INNER_LOOP_CONFLICT, name);
  ------------------
  |  |   57|      0|#define NAMED_EXPR_COMP_INNER_LOOP_CONFLICT \
  |  |   58|      0|"comprehension inner loop cannot rebind assignment expression target '%U'"
  ------------------
 1546|      0|            SET_ERROR_LOCATION(st->st_filename, loc);
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 1547|      0|            goto error;
 1548|      0|        }
 1549|      0|        val |= DEF_COMP_ITER;
  ------------------
  |  |  173|      0|#define DEF_COMP_ITER (2<<8)     /* this name is a comprehension iteration variable */
  ------------------
 1550|      0|    }
 1551|     11|    o = PyLong_FromLong(val);
 1552|     11|    if (o == NULL)
  ------------------
  |  Branch (1552:9): [True: 0, False: 11]
  ------------------
 1553|      0|        goto error;
 1554|     11|    if (PyDict_SetItem(dict, mangled, o) < 0) {
  ------------------
  |  Branch (1554:9): [True: 0, False: 11]
  ------------------
 1555|      0|        Py_DECREF(o);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1556|      0|        goto error;
 1557|      0|    }
 1558|     11|    Py_DECREF(o);
  ------------------
  |  |  430|     11|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1559|       |
 1560|     11|    if (flag & DEF_PARAM) {
  ------------------
  |  |  167|     11|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
  |  Branch (1560:9): [True: 5, False: 6]
  ------------------
 1561|      5|        if (PyList_Append(ste->ste_varnames, mangled) < 0)
  ------------------
  |  Branch (1561:13): [True: 0, False: 5]
  ------------------
 1562|      0|            goto error;
 1563|      6|    } else if (flag & DEF_GLOBAL) {
  ------------------
  |  |  165|      6|#define DEF_GLOBAL 1             /* global stmt */
  ------------------
  |  Branch (1563:16): [True: 0, False: 6]
  ------------------
 1564|       |        /* XXX need to update DEF_GLOBAL for other flags too;
 1565|       |           perhaps only DEF_FREE_GLOBAL */
 1566|      0|        val = 0;
 1567|      0|        if ((o = PyDict_GetItemWithError(st->st_global, mangled))) {
  ------------------
  |  Branch (1567:13): [True: 0, False: 0]
  ------------------
 1568|      0|            val = PyLong_AsLong(o);
 1569|      0|            if (val == -1 && PyErr_Occurred()) {
  ------------------
  |  Branch (1569:17): [True: 0, False: 0]
  |  Branch (1569:30): [True: 0, False: 0]
  ------------------
 1570|      0|                goto error;
 1571|      0|            }
 1572|      0|        }
 1573|      0|        else if (PyErr_Occurred()) {
  ------------------
  |  Branch (1573:18): [True: 0, False: 0]
  ------------------
 1574|      0|            goto error;
 1575|      0|        }
 1576|      0|        val |= flag;
 1577|      0|        o = PyLong_FromLong(val);
 1578|      0|        if (o == NULL)
  ------------------
  |  Branch (1578:13): [True: 0, False: 0]
  ------------------
 1579|      0|            goto error;
 1580|      0|        if (PyDict_SetItem(st->st_global, mangled, o) < 0) {
  ------------------
  |  Branch (1580:13): [True: 0, False: 0]
  ------------------
 1581|      0|            Py_DECREF(o);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1582|      0|            goto error;
 1583|      0|        }
 1584|      0|        Py_DECREF(o);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1585|      0|    }
 1586|     11|    Py_DECREF(mangled);
  ------------------
  |  |  430|     11|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     11|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     11|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1587|     11|    return 1;
 1588|       |
 1589|      0|error:
 1590|      0|    Py_DECREF(mangled);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1591|      0|    return 0;
 1592|     11|}
symtable.c:symtable_visit_arguments:
 2956|      1|{
 2957|       |    /* skip default arguments inside function block
 2958|       |       XXX should ast be different?
 2959|       |    */
 2960|      1|    if (a->posonlyargs && !symtable_visit_params(st, a->posonlyargs))
  ------------------
  |  Branch (2960:9): [True: 1, False: 0]
  |  Branch (2960:27): [True: 0, False: 1]
  ------------------
 2961|      0|        return 0;
 2962|      1|    if (a->args && !symtable_visit_params(st, a->args))
  ------------------
  |  Branch (2962:9): [True: 1, False: 0]
  |  Branch (2962:20): [True: 0, False: 1]
  ------------------
 2963|      0|        return 0;
 2964|      1|    if (a->kwonlyargs && !symtable_visit_params(st, a->kwonlyargs))
  ------------------
  |  Branch (2964:9): [True: 1, False: 0]
  |  Branch (2964:26): [True: 0, False: 1]
  ------------------
 2965|      0|        return 0;
 2966|      1|    if (a->vararg) {
  ------------------
  |  Branch (2966:9): [True: 0, False: 1]
  ------------------
 2967|      0|        if (!symtable_add_def(st, a->vararg->arg, DEF_PARAM, LOCATION(a->vararg)))
  ------------------
  |  |  167|      0|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                      if (!symtable_add_def(st, a->vararg->arg, DEF_PARAM, LOCATION(a->vararg)))
  ------------------
  |  |   84|      0|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2967:13): [True: 0, False: 0]
  ------------------
 2968|      0|            return 0;
 2969|      0|        st->st_cur->ste_varargs = 1;
 2970|      0|    }
 2971|      1|    if (a->kwarg) {
  ------------------
  |  Branch (2971:9): [True: 0, False: 1]
  ------------------
 2972|      0|        if (!symtable_add_def(st, a->kwarg->arg, DEF_PARAM, LOCATION(a->kwarg)))
  ------------------
  |  |  167|      0|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                      if (!symtable_add_def(st, a->kwarg->arg, DEF_PARAM, LOCATION(a->kwarg)))
  ------------------
  |  |   84|      0|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2972:13): [True: 0, False: 0]
  ------------------
 2973|      0|            return 0;
 2974|      0|        st->st_cur->ste_varkeywords = 1;
 2975|      0|    }
 2976|      1|    return 1;
 2977|      1|}
symtable.c:symtable_visit_params:
 2832|      3|{
 2833|      3|    Py_ssize_t i;
 2834|       |
 2835|      8|    for (i = 0; i < asdl_seq_LEN(args); i++) {
  ------------------
  |  |   83|      8|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|     16|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 0, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2835:17): [True: 5, False: 3]
  ------------------
 2836|      5|        arg_ty arg = (arg_ty)asdl_seq_GET(args, i);
  ------------------
  |  |   82|      5|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      5|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 2837|      5|        if (!symtable_add_def(st, arg->arg, DEF_PARAM, LOCATION(arg)))
  ------------------
  |  |  167|      5|#define DEF_PARAM (2<<1)         /* formal parameter */
  ------------------
                      if (!symtable_add_def(st, arg->arg, DEF_PARAM, LOCATION(arg)))
  ------------------
  |  |   84|      5|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      5|    (_Py_SourceLocation){ \
  |  |  |  |   55|      5|               .lineno = (n)->lineno, \
  |  |  |  |   56|      5|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      5|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      5|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2837:13): [True: 0, False: 5]
  ------------------
 2838|      0|            return 0;
 2839|      5|    }
 2840|       |
 2841|      3|    return 1;
 2842|      3|}
symtable.c:check_keywords:
 1613|      1|{
 1614|      1|    for (Py_ssize_t i = 0; i < asdl_seq_LEN(keywords); i++) {
  ------------------
  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  ------------------
  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (277:37): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (1614:28): [True: 0, False: 1]
  ------------------
 1615|      0|        keyword_ty key = ((keyword_ty)asdl_seq_GET(keywords, i));
  ------------------
  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  ------------------
  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  ------------------
  ------------------
 1616|      0|        if (key->arg  && !check_name(st, key->arg, LOCATION(key), Store)) {
  ------------------
  |  |   84|      0|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (1616:13): [True: 0, False: 0]
  |  Branch (1616:26): [True: 0, False: 0]
  ------------------
 1617|      0|            return 0;
 1618|      0|        }
 1619|      0|    }
 1620|      1|    return 1;
 1621|      1|}
symtable.c:symtable_visit_expr:
 2481|      9|{
 2482|      9|    ENTER_RECURSIVE();
  ------------------
  |  | 1780|      9|#define ENTER_RECURSIVE() \
  |  | 1781|      9|if (Py_EnterRecursiveCall(" during compilation")) { \
  |  |  ------------------
  |  |  |  Branch (1781:5): [True: 0, False: 9]
  |  |  ------------------
  |  | 1782|      0|    return 0; \
  |  | 1783|      0|}
  ------------------
 2483|      9|    switch (e->kind) {
  ------------------
  |  Branch (2483:13): [True: 9, False: 0]
  ------------------
 2484|      0|    case NamedExpr_kind:
  ------------------
  |  Branch (2484:5): [True: 0, False: 9]
  ------------------
 2485|      0|        if (!symtable_raise_if_annotation_block(st, "named expression", e)) {
  ------------------
  |  Branch (2485:13): [True: 0, False: 0]
  ------------------
 2486|      0|            return 0;
 2487|      0|        }
 2488|      0|        if(!symtable_handle_namedexpr(st, e))
  ------------------
  |  Branch (2488:12): [True: 0, False: 0]
  ------------------
 2489|      0|            return 0;
 2490|      0|        break;
 2491|      0|    case BoolOp_kind:
  ------------------
  |  Branch (2491:5): [True: 0, False: 9]
  ------------------
 2492|      0|        VISIT_SEQ(st, expr, e->v.BoolOp.values);
  ------------------
  |  | 1733|      0|    do { \
  |  | 1734|      0|        Py_ssize_t i; \
  |  | 1735|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1737|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1739|      0|                return 0;                 \
  |  | 1740|      0|        } \
  |  | 1741|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2493|      0|        break;
 2494|      0|    case BinOp_kind:
  ------------------
  |  Branch (2494:5): [True: 0, False: 9]
  ------------------
 2495|      0|        VISIT(st, expr, e->v.BinOp.left);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2496|      0|        VISIT(st, expr, e->v.BinOp.right);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2497|      0|        break;
 2498|      0|    case UnaryOp_kind:
  ------------------
  |  Branch (2498:5): [True: 0, False: 9]
  ------------------
 2499|      0|        VISIT(st, expr, e->v.UnaryOp.operand);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2500|      0|        break;
 2501|      1|    case Lambda_kind: {
  ------------------
  |  Branch (2501:5): [True: 1, False: 8]
  ------------------
 2502|      1|        if (e->v.Lambda.args->defaults)
  ------------------
  |  Branch (2502:13): [True: 1, False: 0]
  ------------------
 2503|      1|            VISIT_SEQ(st, expr, e->v.Lambda.args->defaults);
  ------------------
  |  | 1733|      1|    do { \
  |  | 1734|      1|        Py_ssize_t i; \
  |  | 1735|      1|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      1|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 1]
  |  |  ------------------
  |  | 1737|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1739|      0|                return 0;                 \
  |  | 1740|      0|        } \
  |  | 1741|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2504|      1|        if (e->v.Lambda.args->kw_defaults)
  ------------------
  |  Branch (2504:13): [True: 1, False: 0]
  ------------------
 2505|      1|            VISIT_SEQ_WITH_NULL(st, expr, e->v.Lambda.args->kw_defaults);
  ------------------
  |  | 1755|      1|    do { \
  |  | 1756|      1|        int i = 0; \
  |  | 1757|      1|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1758|      1|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 1]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1758:21): [True: 0, False: 1]
  |  |  ------------------
  |  | 1759|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1760|      0|            if (!elt) continue; /* can be NULL */ \
  |  |  ------------------
  |  |  |  Branch (1760:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1761|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1761:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1762|      0|                return 0;             \
  |  | 1763|      0|        } \
  |  | 1764|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1764:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2506|      1|        if (!symtable_enter_block(st, &_Py_STR(anon_lambda),
  ------------------
  |  |  919|      1|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      1|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      1|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2506:13): [True: 0, False: 1]
  ------------------
 2507|      1|                                  FunctionBlock, (void *)e, LOCATION(e))) {
  ------------------
  |  |   84|      1|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      1|    (_Py_SourceLocation){ \
  |  |  |  |   55|      1|               .lineno = (n)->lineno, \
  |  |  |  |   56|      1|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      1|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      1|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2508|      0|            return 0;
 2509|      0|        }
 2510|      1|        VISIT(st, arguments, e->v.Lambda.args);
  ------------------
  |  | 1726|      1|    do { \
  |  | 1727|      1|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2511|      1|        VISIT(st, expr, e->v.Lambda.body);
  ------------------
  |  | 1726|      1|    do { \
  |  | 1727|      1|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2512|      1|        if (!symtable_exit_block(st))
  ------------------
  |  Branch (2512:13): [True: 0, False: 1]
  ------------------
 2513|      0|            return 0;
 2514|      1|        break;
 2515|      1|    }
 2516|      1|    case IfExp_kind:
  ------------------
  |  Branch (2516:5): [True: 0, False: 9]
  ------------------
 2517|      0|        VISIT(st, expr, e->v.IfExp.test);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2518|      0|        VISIT(st, expr, e->v.IfExp.body);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2519|      0|        VISIT(st, expr, e->v.IfExp.orelse);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2520|      0|        break;
 2521|      0|    case Dict_kind:
  ------------------
  |  Branch (2521:5): [True: 0, False: 9]
  ------------------
 2522|      0|        VISIT_SEQ_WITH_NULL(st, expr, e->v.Dict.keys);
  ------------------
  |  | 1755|      0|    do { \
  |  | 1756|      0|        int i = 0; \
  |  | 1757|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1758|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1758:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1759|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1760|      0|            if (!elt) continue; /* can be NULL */ \
  |  |  ------------------
  |  |  |  Branch (1760:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1761|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1761:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1762|      0|                return 0;             \
  |  | 1763|      0|        } \
  |  | 1764|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1764:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2523|      0|        VISIT_SEQ(st, expr, e->v.Dict.values);
  ------------------
  |  | 1733|      0|    do { \
  |  | 1734|      0|        Py_ssize_t i; \
  |  | 1735|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1737|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1739|      0|                return 0;                 \
  |  | 1740|      0|        } \
  |  | 1741|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2524|      0|        break;
 2525|      0|    case Set_kind:
  ------------------
  |  Branch (2525:5): [True: 0, False: 9]
  ------------------
 2526|      0|        VISIT_SEQ(st, expr, e->v.Set.elts);
  ------------------
  |  | 1733|      0|    do { \
  |  | 1734|      0|        Py_ssize_t i; \
  |  | 1735|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1737|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1739|      0|                return 0;                 \
  |  | 1740|      0|        } \
  |  | 1741|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2527|      0|        break;
 2528|      0|    case GeneratorExp_kind:
  ------------------
  |  Branch (2528:5): [True: 0, False: 9]
  ------------------
 2529|      0|        if (!symtable_visit_genexp(st, e))
  ------------------
  |  Branch (2529:13): [True: 0, False: 0]
  ------------------
 2530|      0|            return 0;
 2531|      0|        break;
 2532|      0|    case ListComp_kind:
  ------------------
  |  Branch (2532:5): [True: 0, False: 9]
  ------------------
 2533|      0|        if (!symtable_visit_listcomp(st, e))
  ------------------
  |  Branch (2533:13): [True: 0, False: 0]
  ------------------
 2534|      0|            return 0;
 2535|      0|        break;
 2536|      0|    case SetComp_kind:
  ------------------
  |  Branch (2536:5): [True: 0, False: 9]
  ------------------
 2537|      0|        if (!symtable_visit_setcomp(st, e))
  ------------------
  |  Branch (2537:13): [True: 0, False: 0]
  ------------------
 2538|      0|            return 0;
 2539|      0|        break;
 2540|      0|    case DictComp_kind:
  ------------------
  |  Branch (2540:5): [True: 0, False: 9]
  ------------------
 2541|      0|        if (!symtable_visit_dictcomp(st, e))
  ------------------
  |  Branch (2541:13): [True: 0, False: 0]
  ------------------
 2542|      0|            return 0;
 2543|      0|        break;
 2544|      0|    case Yield_kind:
  ------------------
  |  Branch (2544:5): [True: 0, False: 9]
  ------------------
 2545|      0|        if (!symtable_raise_if_annotation_block(st, "yield expression", e)) {
  ------------------
  |  Branch (2545:13): [True: 0, False: 0]
  ------------------
 2546|      0|            return 0;
 2547|      0|        }
 2548|      0|        if (e->v.Yield.value)
  ------------------
  |  Branch (2548:13): [True: 0, False: 0]
  ------------------
 2549|      0|            VISIT(st, expr, e->v.Yield.value);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2550|      0|        st->st_cur->ste_generator = 1;
 2551|      0|        if (st->st_cur->ste_comprehension) {
  ------------------
  |  Branch (2551:13): [True: 0, False: 0]
  ------------------
 2552|      0|            return symtable_raise_if_comprehension_block(st, e);
 2553|      0|        }
 2554|      0|        break;
 2555|      0|    case YieldFrom_kind:
  ------------------
  |  Branch (2555:5): [True: 0, False: 9]
  ------------------
 2556|      0|        if (!symtable_raise_if_annotation_block(st, "yield expression", e)) {
  ------------------
  |  Branch (2556:13): [True: 0, False: 0]
  ------------------
 2557|      0|            return 0;
 2558|      0|        }
 2559|      0|        VISIT(st, expr, e->v.YieldFrom.value);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2560|      0|        st->st_cur->ste_generator = 1;
 2561|      0|        if (st->st_cur->ste_comprehension) {
  ------------------
  |  Branch (2561:13): [True: 0, False: 0]
  ------------------
 2562|      0|            return symtable_raise_if_comprehension_block(st, e);
 2563|      0|        }
 2564|      0|        break;
 2565|      0|    case Await_kind:
  ------------------
  |  Branch (2565:5): [True: 0, False: 9]
  ------------------
 2566|      0|        if (!symtable_raise_if_annotation_block(st, "await expression", e)) {
  ------------------
  |  Branch (2566:13): [True: 0, False: 0]
  ------------------
 2567|      0|            return 0;
 2568|      0|        }
 2569|      0|        if (!allows_top_level_await(st)) {
  ------------------
  |  Branch (2569:13): [True: 0, False: 0]
  ------------------
 2570|      0|            if (!_PyST_IsFunctionLike(st->st_cur)) {
  ------------------
  |  Branch (2570:17): [True: 0, False: 0]
  ------------------
 2571|      0|                PyErr_SetString(PyExc_SyntaxError,
 2572|      0|                                "'await' outside function");
 2573|      0|                SET_ERROR_LOCATION(st->st_filename, LOCATION(e));
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 2574|      0|                return 0;
 2575|      0|            }
 2576|      0|            if (!IS_ASYNC_DEF(st) && st->st_cur->ste_comprehension == NoComprehension) {
  ------------------
  |  |   90|      0|#define IS_ASYNC_DEF(st) ((st)->st_cur->ste_type == FunctionBlock && (st)->st_cur->ste_coroutine)
  |  |  ------------------
  |  |  |  Branch (90:27): [True: 0, False: 0]
  |  |  |  Branch (90:70): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (2576:38): [True: 0, False: 0]
  ------------------
 2577|      0|                PyErr_SetString(PyExc_SyntaxError,
 2578|      0|                                "'await' outside async function");
 2579|      0|                SET_ERROR_LOCATION(st->st_filename, LOCATION(e));
  ------------------
  |  |   87|      0|    PyErr_RangedSyntaxLocationObject((FNAME), \
  |  |   88|      0|        (L).lineno, (L).col_offset + 1, (L).end_lineno, (L).end_col_offset + 1)
  ------------------
 2580|      0|                return 0;
 2581|      0|            }
 2582|      0|        }
 2583|      0|        VISIT(st, expr, e->v.Await.value);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2584|      0|        st->st_cur->ste_coroutine = 1;
 2585|      0|        break;
 2586|      0|    case Compare_kind:
  ------------------
  |  Branch (2586:5): [True: 0, False: 9]
  ------------------
 2587|      0|        VISIT(st, expr, e->v.Compare.left);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2588|      0|        VISIT_SEQ(st, expr, e->v.Compare.comparators);
  ------------------
  |  | 1733|      0|    do { \
  |  | 1734|      0|        Py_ssize_t i; \
  |  | 1735|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1737|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1739|      0|                return 0;                 \
  |  | 1740|      0|        } \
  |  | 1741|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2589|      0|        break;
 2590|      1|    case Call_kind:
  ------------------
  |  Branch (2590:5): [True: 1, False: 8]
  ------------------
 2591|      1|        VISIT(st, expr, e->v.Call.func);
  ------------------
  |  | 1726|      1|    do { \
  |  | 1727|      1|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 1]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2592|      1|        VISIT_SEQ(st, expr, e->v.Call.args);
  ------------------
  |  | 1733|      1|    do { \
  |  | 1734|      1|        Py_ssize_t i; \
  |  | 1735|      1|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      3|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      3|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      6|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 2, False: 1]
  |  |  ------------------
  |  | 1737|      2|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      2|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      2|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 2]
  |  |  ------------------
  |  | 1739|      2|                return 0;                 \
  |  | 1740|      2|        } \
  |  | 1741|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2593|      1|        if (!check_keywords(st, e->v.Call.keywords)) {
  ------------------
  |  Branch (2593:13): [True: 0, False: 1]
  ------------------
 2594|      0|            return 0;
 2595|      0|        }
 2596|      1|        VISIT_SEQ_WITH_NULL(st, keyword, e->v.Call.keywords);
  ------------------
  |  | 1755|      1|    do { \
  |  | 1756|      1|        int i = 0; \
  |  | 1757|      1|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1758|      1|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      1|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      2|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 1, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1758:21): [True: 0, False: 1]
  |  |  ------------------
  |  | 1759|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1760|      0|            if (!elt) continue; /* can be NULL */ \
  |  |  ------------------
  |  |  |  Branch (1760:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1761|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1761:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1762|      0|                return 0;             \
  |  | 1763|      0|        } \
  |  | 1764|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1764:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2597|      1|        break;
 2598|      1|    case FormattedValue_kind:
  ------------------
  |  Branch (2598:5): [True: 0, False: 9]
  ------------------
 2599|      0|        VISIT(st, expr, e->v.FormattedValue.value);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2600|      0|        if (e->v.FormattedValue.format_spec)
  ------------------
  |  Branch (2600:13): [True: 0, False: 0]
  ------------------
 2601|      0|            VISIT(st, expr, e->v.FormattedValue.format_spec);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2602|      0|        break;
 2603|      0|    case Interpolation_kind:
  ------------------
  |  Branch (2603:5): [True: 0, False: 9]
  ------------------
 2604|      0|        VISIT(st, expr, e->v.Interpolation.value);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2605|      0|        if (e->v.Interpolation.format_spec)
  ------------------
  |  Branch (2605:13): [True: 0, False: 0]
  ------------------
 2606|      0|            VISIT(st, expr, e->v.Interpolation.format_spec);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2607|      0|        break;
 2608|      0|    case JoinedStr_kind:
  ------------------
  |  Branch (2608:5): [True: 0, False: 9]
  ------------------
 2609|      0|        VISIT_SEQ(st, expr, e->v.JoinedStr.values);
  ------------------
  |  | 1733|      0|    do { \
  |  | 1734|      0|        Py_ssize_t i; \
  |  | 1735|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1737|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1739|      0|                return 0;                 \
  |  | 1740|      0|        } \
  |  | 1741|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2610|      0|        break;
 2611|      0|    case TemplateStr_kind:
  ------------------
  |  Branch (2611:5): [True: 0, False: 9]
  ------------------
 2612|      0|        VISIT_SEQ(st, expr, e->v.TemplateStr.values);
  ------------------
  |  | 1733|      0|    do { \
  |  | 1734|      0|        Py_ssize_t i; \
  |  | 1735|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1737|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1739|      0|                return 0;                 \
  |  | 1740|      0|        } \
  |  | 1741|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2613|      0|        break;
 2614|      0|    case Constant_kind:
  ------------------
  |  Branch (2614:5): [True: 0, False: 9]
  ------------------
 2615|       |        /* Nothing to do here. */
 2616|      0|        break;
 2617|       |    /* The following exprs can be assignment targets. */
 2618|      0|    case Attribute_kind:
  ------------------
  |  Branch (2618:5): [True: 0, False: 9]
  ------------------
 2619|      0|        if (!check_name(st, e->v.Attribute.attr, LOCATION(e), e->v.Attribute.ctx)) {
  ------------------
  |  |   84|      0|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2619:13): [True: 0, False: 0]
  ------------------
 2620|      0|            return 0;
 2621|      0|        }
 2622|      0|        VISIT(st, expr, e->v.Attribute.value);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2623|      0|        break;
 2624|      0|    case Subscript_kind:
  ------------------
  |  Branch (2624:5): [True: 0, False: 9]
  ------------------
 2625|      0|        VISIT(st, expr, e->v.Subscript.value);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2626|      0|        VISIT(st, expr, e->v.Subscript.slice);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2627|      0|        break;
 2628|      0|    case Starred_kind:
  ------------------
  |  Branch (2628:5): [True: 0, False: 9]
  ------------------
 2629|      0|        VISIT(st, expr, e->v.Starred.value);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2630|      0|        break;
 2631|      0|    case Slice_kind:
  ------------------
  |  Branch (2631:5): [True: 0, False: 9]
  ------------------
 2632|      0|        if (e->v.Slice.lower)
  ------------------
  |  Branch (2632:13): [True: 0, False: 0]
  ------------------
 2633|      0|            VISIT(st, expr, e->v.Slice.lower);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2634|      0|        if (e->v.Slice.upper)
  ------------------
  |  Branch (2634:13): [True: 0, False: 0]
  ------------------
 2635|      0|            VISIT(st, expr, e->v.Slice.upper);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2636|      0|        if (e->v.Slice.step)
  ------------------
  |  Branch (2636:13): [True: 0, False: 0]
  ------------------
 2637|      0|            VISIT(st, expr, e->v.Slice.step);
  ------------------
  |  | 1726|      0|    do { \
  |  | 1727|      0|        if (!symtable_visit_ ## TYPE((ST), (V))) { \
  |  |  ------------------
  |  |  |  Branch (1727:13): [True: 0, False: 0]
  |  |  ------------------
  |  | 1728|      0|            return 0; \
  |  | 1729|      0|        } \
  |  | 1730|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1730:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2638|      0|        break;
 2639|      6|    case Name_kind:
  ------------------
  |  Branch (2639:5): [True: 6, False: 3]
  ------------------
 2640|      6|        if (!st->st_cur->ste_in_unevaluated_annotation) {
  ------------------
  |  Branch (2640:13): [True: 6, False: 0]
  ------------------
 2641|      6|            if (!symtable_add_def_ctx(st, e->v.Name.id,
  ------------------
  |  Branch (2641:17): [True: 0, False: 6]
  ------------------
 2642|      6|                                    e->v.Name.ctx == Load ? USE : DEF_LOCAL,
  ------------------
  |  |  169|      6|#define USE (2<<3)               /* name is used */
  ------------------
                                                  e->v.Name.ctx == Load ? USE : DEF_LOCAL,
  ------------------
  |  |  166|      0|#define DEF_LOCAL 2              /* assignment in code block */
  ------------------
  |  Branch (2642:37): [True: 6, False: 0]
  ------------------
 2643|      6|                                    LOCATION(e), e->v.Name.ctx)) {
  ------------------
  |  |   84|      6|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      6|    (_Py_SourceLocation){ \
  |  |  |  |   55|      6|               .lineno = (n)->lineno, \
  |  |  |  |   56|      6|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      6|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      6|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
 2644|      0|                return 0;
 2645|      0|            }
 2646|       |            /* Special-case super: it counts as a use of __class__ */
 2647|      6|            if (e->v.Name.ctx == Load &&
  ------------------
  |  Branch (2647:17): [True: 6, False: 0]
  ------------------
 2648|      6|                _PyST_IsFunctionLike(st->st_cur) &&
  ------------------
  |  Branch (2648:17): [True: 6, False: 0]
  ------------------
 2649|      6|                _PyUnicode_EqualToASCIIString(e->v.Name.id, "super")) {
  ------------------
  |  Branch (2649:17): [True: 0, False: 6]
  ------------------
 2650|      0|                if (!symtable_add_def(st, &_Py_ID(__class__), USE, LOCATION(e)))
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
                              if (!symtable_add_def(st, &_Py_ID(__class__), USE, LOCATION(e)))
  ------------------
  |  |  169|      0|#define USE (2<<3)               /* name is used */
  ------------------
                              if (!symtable_add_def(st, &_Py_ID(__class__), USE, LOCATION(e)))
  ------------------
  |  |   84|      0|#define LOCATION(x) SRC_LOCATION_FROM_AST(x)
  |  |  ------------------
  |  |  |  |   54|      0|    (_Py_SourceLocation){ \
  |  |  |  |   55|      0|               .lineno = (n)->lineno, \
  |  |  |  |   56|      0|               .end_lineno = (n)->end_lineno, \
  |  |  |  |   57|      0|               .col_offset = (n)->col_offset, \
  |  |  |  |   58|      0|               .end_col_offset = (n)->end_col_offset }
  |  |  ------------------
  ------------------
  |  Branch (2650:21): [True: 0, False: 0]
  ------------------
 2651|      0|                    return 0;
 2652|      0|            }
 2653|      6|        }
 2654|      6|        break;
 2655|       |    /* child nodes of List and Tuple will have expr_context set */
 2656|      6|    case List_kind:
  ------------------
  |  Branch (2656:5): [True: 0, False: 9]
  ------------------
 2657|      0|        VISIT_SEQ(st, expr, e->v.List.elts);
  ------------------
  |  | 1733|      0|    do { \
  |  | 1734|      0|        Py_ssize_t i; \
  |  | 1735|      0|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      0|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      0|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 0, False: 0]
  |  |  ------------------
  |  | 1737|      0|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      0|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      0|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      0|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 0]
  |  |  ------------------
  |  | 1739|      0|                return 0;                 \
  |  | 1740|      0|        } \
  |  | 1741|      0|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 0]
  |  |  ------------------
  ------------------
 2658|      0|        break;
 2659|      1|    case Tuple_kind:
  ------------------
  |  Branch (2659:5): [True: 1, False: 8]
  ------------------
 2660|      1|        VISIT_SEQ(st, expr, e->v.Tuple.elts);
  ------------------
  |  | 1733|      1|    do { \
  |  | 1734|      1|        Py_ssize_t i; \
  |  | 1735|      1|        asdl_ ## TYPE ## _seq *seq = (SEQ); /* avoid variable capture */ \
  |  | 1736|      5|        for (i = 0; i < asdl_seq_LEN(seq); i++) { \
  |  |  ------------------
  |  |  |  |   83|      5|#define asdl_seq_LEN(S) _Py_RVALUE(((S) == NULL ? 0 : (S)->size))
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|     10|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (277:37): [True: 0, False: 5]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (1736:21): [True: 4, False: 1]
  |  |  ------------------
  |  | 1737|      4|            TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, i); \
  |  |  ------------------
  |  |  |  |   82|      4|#define asdl_seq_GET(S, I) _Py_RVALUE((S)->typed_elements[(I)])
  |  |  |  |  ------------------
  |  |  |  |  |  |  277|      4|#define _Py_RVALUE(EXPR) ((void)0, (EXPR))
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1738|      4|            if (!symtable_visit_ ## TYPE((ST), elt)) \
  |  |  ------------------
  |  |  |  Branch (1738:17): [True: 0, False: 4]
  |  |  ------------------
  |  | 1739|      4|                return 0;                 \
  |  | 1740|      4|        } \
  |  | 1741|      1|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1741:13): [Folded, False: 1]
  |  |  ------------------
  ------------------
 2661|      1|        break;
 2662|      9|    }
 2663|      9|    LEAVE_RECURSIVE();
  ------------------
  |  | 1785|      9|#define LEAVE_RECURSIVE() Py_LeaveRecursiveCall();
  ------------------
 2664|      9|    return 1;
 2665|      9|}

PySys_GetAttrString:
  103|      4|{
  104|      4|    PyThreadState *tstate = _PyThreadState_GET();
  105|      4|    PyObject *sysdict = tstate->interp->sysdict;
  106|      4|    if (sysdict == NULL) {
  ------------------
  |  Branch (106:9): [True: 0, False: 4]
  ------------------
  107|      0|        PyErr_SetString(PyExc_RuntimeError, "no sys module");
  108|      0|        return NULL;
  109|      0|    }
  110|      4|    PyObject *value;
  111|      4|    if (PyDict_GetItemStringRef(sysdict, name, &value) == 0) {
  ------------------
  |  Branch (111:9): [True: 0, False: 4]
  ------------------
  112|      0|        PyErr_Format(PyExc_RuntimeError, "lost sys.%s", name);
  113|      0|    }
  114|      4|    return value;
  115|      4|}
PySys_GetOptionalAttrString:
  138|      2|{
  139|      2|    PyThreadState *tstate = _PyThreadState_GET();
  140|      2|    PyObject *sysdict = tstate->interp->sysdict;
  141|      2|    if (sysdict == NULL) {
  ------------------
  |  Branch (141:9): [True: 0, False: 2]
  ------------------
  142|      0|        *value = NULL;
  143|      0|        return 0;
  144|      0|    }
  145|      2|    return PyDict_GetItemStringRef(sysdict, name, value);
  146|      2|}
_PySys_SetAttr:
  193|      6|{
  194|      6|    PyInterpreterState *interp = _PyInterpreterState_GET();
  195|      6|    return sys_set_object(interp, key, v);
  196|      6|}
PySys_SetObject:
  210|      6|{
  211|      6|    PyInterpreterState *interp = _PyInterpreterState_GET();
  212|      6|    return sys_set_object_str(interp, name, v);
  213|      6|}
_PySys_Audit:
  374|      3|{
  375|      3|    va_list vargs;
  376|      3|    va_start(vargs, argFormat);
  377|      3|    int res = sys_audit_tstate(tstate, event, argFormat, vargs);
  378|       |    va_end(vargs);
  379|      3|    return res;
  380|      3|}
PySys_Audit:
  384|    133|{
  385|    133|    PyThreadState *tstate = _PyThreadState_GET();
  386|    133|    va_list vargs;
  387|    133|    va_start(vargs, argFormat);
  388|    133|    int res = sys_audit_tstate(tstate, event, argFormat, vargs);
  389|       |    va_end(vargs);
  390|    133|    return res;
  391|    133|}
_PySys_ReadPreinitWarnOptions:
 3092|      2|{
 3093|      2|    PyStatus status;
 3094|      2|    _Py_PreInitEntry entry;
 3095|       |
 3096|      2|    for (entry = _preinit_warnoptions; entry != NULL; entry = entry->next) {
  ------------------
  |  Branch (3096:40): [True: 0, False: 2]
  ------------------
 3097|      0|        status = PyWideStringList_Append(options, entry->value);
 3098|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3099|      0|            return status;
 3100|      0|        }
 3101|      0|    }
 3102|       |
 3103|      2|    _clear_preinit_entries(&_preinit_warnoptions);
 3104|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3105|      2|}
_PySys_ReadPreinitXOptions:
 3110|      2|{
 3111|      2|    PyStatus status;
 3112|      2|    _Py_PreInitEntry entry;
 3113|       |
 3114|      2|    for (entry = _preinit_xoptions; entry != NULL; entry = entry->next) {
  ------------------
  |  Branch (3114:37): [True: 0, False: 2]
  ------------------
 3115|      0|        status = PyWideStringList_Append(&config->xoptions, entry->value);
 3116|      0|        if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      0|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3117|      0|            return status;
 3118|      0|        }
 3119|      0|    }
 3120|       |
 3121|      2|    _clear_preinit_entries(&_preinit_xoptions);
 3122|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 3123|      2|}
_PySys_UpdateConfig:
 4102|      2|{
 4103|      2|    PyInterpreterState *interp = tstate->interp;
 4104|      2|    PyObject *sysdict = interp->sysdict;
 4105|      2|    const PyConfig *config = _PyInterpreterState_GetConfig(interp);
 4106|      2|    int res;
 4107|       |
 4108|      2|#define COPY_LIST(KEY, VALUE) \
 4109|      2|        SET_SYS(KEY, _PyWideStringList_AsList(&(VALUE)));
 4110|       |
 4111|      2|#define SET_SYS_FROM_WSTR(KEY, VALUE) \
 4112|      2|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
 4113|       |
 4114|      2|#define COPY_WSTR(SYS_ATTR, WSTR) \
 4115|      2|    if (WSTR != NULL) { \
 4116|      2|        SET_SYS_FROM_WSTR(SYS_ATTR, WSTR); \
 4117|      2|    }
 4118|       |
 4119|      2|    if (config->module_search_paths_set) {
  ------------------
  |  Branch (4119:9): [True: 2, False: 0]
  ------------------
 4120|      2|        COPY_LIST("path", config->module_search_paths);
  ------------------
  |  | 4109|      2|        SET_SYS(KEY, _PyWideStringList_AsList(&(VALUE)));
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4121|      2|    }
 4122|       |
 4123|      2|    COPY_WSTR("executable", config->executable);
  ------------------
  |  | 4115|      2|    if (WSTR != NULL) { \
  |  |  ------------------
  |  |  |  Branch (4115:9): [True: 2, False: 0]
  |  |  ------------------
  |  | 4116|      2|        SET_SYS_FROM_WSTR(SYS_ATTR, WSTR); \
  |  |  ------------------
  |  |  |  | 4112|      2|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
  |  |  |  |  ------------------
  |  |  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4117|      2|    }
  ------------------
 4124|      2|    COPY_WSTR("_base_executable", config->base_executable);
  ------------------
  |  | 4115|      2|    if (WSTR != NULL) { \
  |  |  ------------------
  |  |  |  Branch (4115:9): [True: 2, False: 0]
  |  |  ------------------
  |  | 4116|      2|        SET_SYS_FROM_WSTR(SYS_ATTR, WSTR); \
  |  |  ------------------
  |  |  |  | 4112|      2|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
  |  |  |  |  ------------------
  |  |  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4117|      2|    }
  ------------------
 4125|      2|    COPY_WSTR("prefix", config->prefix);
  ------------------
  |  | 4115|      2|    if (WSTR != NULL) { \
  |  |  ------------------
  |  |  |  Branch (4115:9): [True: 2, False: 0]
  |  |  ------------------
  |  | 4116|      2|        SET_SYS_FROM_WSTR(SYS_ATTR, WSTR); \
  |  |  ------------------
  |  |  |  | 4112|      2|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
  |  |  |  |  ------------------
  |  |  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4117|      2|    }
  ------------------
 4126|      2|    COPY_WSTR("base_prefix", config->base_prefix);
  ------------------
  |  | 4115|      2|    if (WSTR != NULL) { \
  |  |  ------------------
  |  |  |  Branch (4115:9): [True: 2, False: 0]
  |  |  ------------------
  |  | 4116|      2|        SET_SYS_FROM_WSTR(SYS_ATTR, WSTR); \
  |  |  ------------------
  |  |  |  | 4112|      2|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
  |  |  |  |  ------------------
  |  |  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4117|      2|    }
  ------------------
 4127|      2|    COPY_WSTR("exec_prefix", config->exec_prefix);
  ------------------
  |  | 4115|      2|    if (WSTR != NULL) { \
  |  |  ------------------
  |  |  |  Branch (4115:9): [True: 2, False: 0]
  |  |  ------------------
  |  | 4116|      2|        SET_SYS_FROM_WSTR(SYS_ATTR, WSTR); \
  |  |  ------------------
  |  |  |  | 4112|      2|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
  |  |  |  |  ------------------
  |  |  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4117|      2|    }
  ------------------
 4128|      2|    COPY_WSTR("base_exec_prefix", config->base_exec_prefix);
  ------------------
  |  | 4115|      2|    if (WSTR != NULL) { \
  |  |  ------------------
  |  |  |  Branch (4115:9): [True: 2, False: 0]
  |  |  ------------------
  |  | 4116|      2|        SET_SYS_FROM_WSTR(SYS_ATTR, WSTR); \
  |  |  ------------------
  |  |  |  | 4112|      2|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
  |  |  |  |  ------------------
  |  |  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4117|      2|    }
  ------------------
 4129|      2|    COPY_WSTR("platlibdir", config->platlibdir);
  ------------------
  |  | 4115|      2|    if (WSTR != NULL) { \
  |  |  ------------------
  |  |  |  Branch (4115:9): [True: 2, False: 0]
  |  |  ------------------
  |  | 4116|      2|        SET_SYS_FROM_WSTR(SYS_ATTR, WSTR); \
  |  |  ------------------
  |  |  |  | 4112|      2|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
  |  |  |  |  ------------------
  |  |  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 4117|      2|    }
  ------------------
 4130|       |
 4131|      2|    if (config->pycache_prefix != NULL) {
  ------------------
  |  Branch (4131:9): [True: 0, False: 2]
  ------------------
 4132|      0|        SET_SYS_FROM_WSTR("pycache_prefix", config->pycache_prefix);
  ------------------
  |  | 4112|      0|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
  |  |  ------------------
  |  |  |  | 3954|      0|    do {                                                   \
  |  |  |  | 3955|      0|        PyObject *v = (value);                             \
  |  |  |  | 3956|      0|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      0|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      0|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      0|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4133|      2|    } else {
 4134|      2|        if (PyDict_SetItemString(sysdict, "pycache_prefix", Py_None) < 0) {
  ------------------
  |  |  616|      2|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (4134:13): [True: 0, False: 2]
  ------------------
 4135|      0|            return -1;
 4136|      0|        }
 4137|      2|    }
 4138|       |
 4139|      2|    COPY_LIST("argv", config->argv);
  ------------------
  |  | 4109|      2|        SET_SYS(KEY, _PyWideStringList_AsList(&(VALUE)));
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4140|      2|    COPY_LIST("orig_argv", config->orig_argv);
  ------------------
  |  | 4109|      2|        SET_SYS(KEY, _PyWideStringList_AsList(&(VALUE)));
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4141|      2|    COPY_LIST("warnoptions", config->warnoptions);
  ------------------
  |  | 4109|      2|        SET_SYS(KEY, _PyWideStringList_AsList(&(VALUE)));
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4142|       |
 4143|      2|    SET_SYS("_xoptions", _PyConfig_CreateXOptionsDict(config));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4144|       |
 4145|      2|    const wchar_t *stdlibdir = _Py_GetStdlibDir();
 4146|      2|    if (stdlibdir != NULL) {
  ------------------
  |  Branch (4146:9): [True: 2, False: 0]
  ------------------
 4147|      2|        SET_SYS_FROM_WSTR("_stdlib_dir", stdlibdir);
  ------------------
  |  | 4112|      2|        SET_SYS(KEY, PyUnicode_FromWideChar(VALUE, -1));
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4148|      2|    }
 4149|      0|    else {
 4150|      0|        if (PyDict_SetItemString(sysdict, "_stdlib_dir", Py_None) < 0) {
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
  |  Branch (4150:13): [True: 0, False: 0]
  ------------------
 4151|      0|            return -1;
 4152|      0|        }
 4153|      0|    }
 4154|       |
 4155|      2|#undef SET_SYS_FROM_WSTR
 4156|      2|#undef COPY_LIST
 4157|      2|#undef COPY_WSTR
 4158|       |
 4159|       |    // sys.flags
 4160|      2|    PyObject *flags = PySys_GetAttrString("flags");
 4161|      2|    if (flags == NULL) {
  ------------------
  |  Branch (4161:9): [True: 0, False: 2]
  ------------------
 4162|      0|        return -1;
 4163|      0|    }
 4164|      2|    if (set_flags_from_config(interp, flags) < 0) {
  ------------------
  |  Branch (4164:9): [True: 0, False: 2]
  ------------------
 4165|      0|        Py_DECREF(flags);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4166|      0|        return -1;
 4167|      0|    }
 4168|      2|    Py_DECREF(flags);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4169|       |
 4170|      2|    SET_SYS("dont_write_bytecode", PyBool_FromLong(!config->write_bytecode));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4171|       |
 4172|      2|    if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4172:9): [True: 0, False: 2]
  ------------------
 4173|      0|        goto err_occurred;
 4174|      0|    }
 4175|       |
 4176|      2|    return 0;
 4177|       |
 4178|      0|err_occurred:
 4179|      0|    return -1;
 4180|      2|}
_PySys_Create:
 4285|      2|{
 4286|      2|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (4286:5): [True: 2, False: 0]
  ------------------
 4287|       |
 4288|      2|    PyInterpreterState *interp = tstate->interp;
 4289|       |
 4290|      2|    PyObject *modules = _PyImport_InitModules(interp);
 4291|      2|    if (modules == NULL) {
  ------------------
  |  Branch (4291:9): [True: 0, False: 2]
  ------------------
 4292|      0|        goto error;
 4293|      0|    }
 4294|       |
 4295|      2|    PyObject *sysmod = _PyModule_CreateInitialized(&sysmodule, PYTHON_API_VERSION);
  ------------------
  |  |   59|      2|#define PYTHON_API_VERSION 1013
  ------------------
 4296|      2|    if (sysmod == NULL) {
  ------------------
  |  Branch (4296:9): [True: 0, False: 2]
  ------------------
 4297|      0|        return _PyStatus_ERR("failed to create a module object");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 4298|      0|    }
 4299|       |#ifdef Py_GIL_DISABLED
 4300|       |    PyUnstable_Module_SetGIL(sysmod, Py_MOD_GIL_NOT_USED);
 4301|       |#endif
 4302|       |
 4303|      2|    PyObject *sysdict = PyModule_GetDict(sysmod);
 4304|      2|    if (sysdict == NULL) {
  ------------------
  |  Branch (4304:9): [True: 0, False: 2]
  ------------------
 4305|      0|        goto error;
 4306|      0|    }
 4307|      2|    interp->sysdict = Py_NewRef(sysdict);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4308|       |
 4309|      2|    interp->sysdict_copy = PyDict_Copy(sysdict);
 4310|      2|    if (interp->sysdict_copy == NULL) {
  ------------------
  |  Branch (4310:9): [True: 0, False: 2]
  ------------------
 4311|      0|        goto error;
 4312|      0|    }
 4313|       |
 4314|      2|    if (PyDict_SetItemString(sysdict, "modules", modules) < 0) {
  ------------------
  |  Branch (4314:9): [True: 0, False: 2]
  ------------------
 4315|      0|        goto error;
 4316|      0|    }
 4317|       |
 4318|      2|    PyObject *lazy_modules = _PyImport_InitLazyModules(interp); // borrowed reference
 4319|      2|    if (lazy_modules == NULL) {
  ------------------
  |  Branch (4319:9): [True: 0, False: 2]
  ------------------
 4320|      0|        goto error;
 4321|      0|    }
 4322|       |
 4323|      2|    if (PyDict_SetItemString(sysdict, "lazy_modules", lazy_modules) < 0) {
  ------------------
  |  Branch (4323:9): [True: 0, False: 2]
  ------------------
 4324|      0|        goto error;
 4325|      0|    }
 4326|       |
 4327|      2|    PyStatus status = _PySys_SetPreliminaryStderr(sysdict);
 4328|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 4329|      0|        return status;
 4330|      0|    }
 4331|       |
 4332|      2|    status = _PySys_InitCore(tstate, sysdict);
 4333|      2|    if (_PyStatus_EXCEPTION(status)) {
  ------------------
  |  |   43|      2|    ((err)._type != _PyStatus_TYPE_OK)
  |  |  ------------------
  |  |  |  Branch (43:5): [True: 0, False: 2]
  |  |  ------------------
  ------------------
 4334|      0|        return status;
 4335|      0|    }
 4336|       |
 4337|      2|    if (_PyImport_FixupBuiltin(tstate, sysmod, "sys", modules) < 0) {
  ------------------
  |  Branch (4337:9): [True: 0, False: 2]
  ------------------
 4338|      0|        goto error;
 4339|      0|    }
 4340|       |
 4341|      2|    PyObject *monitoring = _Py_CreateMonitoringObject();
 4342|      2|    if (monitoring == NULL) {
  ------------------
  |  Branch (4342:9): [True: 0, False: 2]
  ------------------
 4343|      0|        goto error;
 4344|      0|    }
 4345|      2|    int err = PyDict_SetItemString(sysdict, "monitoring", monitoring);
 4346|      2|    Py_DECREF(monitoring);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4347|      2|    if (err < 0) {
  ------------------
  |  Branch (4347:9): [True: 0, False: 2]
  ------------------
 4348|      0|        goto error;
 4349|      0|    }
 4350|       |
 4351|      2|    PyObject *_jit = _PyModule_CreateInitialized(&_jit_module, PYTHON_API_VERSION);
  ------------------
  |  |   59|      2|#define PYTHON_API_VERSION 1013
  ------------------
 4352|      2|    if (_jit == NULL) {
  ------------------
  |  Branch (4352:9): [True: 0, False: 2]
  ------------------
 4353|      0|        goto error;
 4354|      0|    }
 4355|      2|    err = PyDict_SetItemString(sysdict, "_jit", _jit);
 4356|      2|    Py_DECREF(_jit);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4357|      2|    if (err) {
  ------------------
  |  Branch (4357:9): [True: 0, False: 2]
  ------------------
 4358|      0|        goto error;
 4359|      0|    }
 4360|       |
 4361|      2|    assert(!_PyErr_Occurred(tstate));
  ------------------
  |  Branch (4361:5): [True: 2, False: 0]
  ------------------
 4362|       |
 4363|      2|    *sysmod_p = sysmod;
 4364|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 4365|       |
 4366|      0|error:
 4367|      0|    return _PyStatus_ERR("can't initialize sys module");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 4368|      2|}
sysmodule.c:sys_set_object:
  171|     12|{
  172|     12|    if (key == NULL) {
  ------------------
  |  Branch (172:9): [True: 0, False: 12]
  ------------------
  173|      0|        return -1;
  174|      0|    }
  175|     12|    PyObject *sd = interp->sysdict;
  176|     12|    if (sd == NULL) {
  ------------------
  |  Branch (176:9): [True: 0, False: 12]
  ------------------
  177|      0|        PyErr_SetString(PyExc_RuntimeError, "no sys module");
  178|      0|        return -1;
  179|      0|    }
  180|     12|    if (v == NULL) {
  ------------------
  |  Branch (180:9): [True: 0, False: 12]
  ------------------
  181|      0|        if (PyDict_Pop(sd, key, NULL) < 0) {
  ------------------
  |  Branch (181:13): [True: 0, False: 0]
  ------------------
  182|      0|            return -1;
  183|      0|        }
  184|      0|        return 0;
  185|      0|    }
  186|     12|    else {
  187|     12|        return PyDict_SetItem(sd, key, v);
  188|     12|    }
  189|     12|}
sysmodule.c:sys_set_object_str:
  200|      6|{
  201|      6|    PyObject *key = v ? PyUnicode_InternFromString(name)
  ------------------
  |  Branch (201:21): [True: 6, False: 0]
  ------------------
  202|      6|                      : PyUnicode_FromString(name);
  203|      6|    int r = sys_set_object(interp, key, v);
  204|      6|    Py_XDECREF(key);
  ------------------
  |  |  524|      6|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      6|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      6|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  205|      6|    return r;
  206|      6|}
sysmodule.c:sys_audit_tstate:
  247|    136|{
  248|    136|    assert(event != NULL);
  ------------------
  |  Branch (248:5): [True: 136, False: 0]
  ------------------
  249|    136|    assert(!argFormat || !strchr(argFormat, 'N'));
  ------------------
  |  Branch (249:5): [True: 0, False: 136]
  |  Branch (249:5): [True: 136, False: 0]
  ------------------
  250|       |
  251|    136|    if (!ts) {
  ------------------
  |  Branch (251:9): [True: 0, False: 136]
  ------------------
  252|       |        /* Audit hooks cannot be called with a NULL thread state */
  253|      0|        return 0;
  254|      0|    }
  255|       |
  256|       |    /* The current implementation cannot be called if tstate is not
  257|       |       the current Python thread state. */
  258|    136|    assert(ts == _PyThreadState_GET());
  ------------------
  |  Branch (258:5): [True: 136, False: 0]
  ------------------
  259|       |
  260|       |    /* Early exit when no hooks are registered */
  261|    136|    PyInterpreterState *is = ts->interp;
  262|    136|    if (!should_audit(is)) {
  ------------------
  |  Branch (262:9): [True: 136, False: 0]
  ------------------
  263|    136|        return 0;
  264|    136|    }
  265|       |
  266|      0|    PyObject *eventName = NULL;
  267|      0|    PyObject *eventArgs = NULL;
  268|      0|    PyObject *hooks = NULL;
  269|      0|    PyObject *hook = NULL;
  270|      0|    int res = -1;
  271|       |
  272|      0|    int dtrace = PyDTrace_AUDIT_ENABLED();
  273|       |
  274|       |
  275|      0|    PyObject *exc = _PyErr_GetRaisedException(ts);
  276|       |
  277|       |    /* Initialize event args now */
  278|      0|    if (argFormat && argFormat[0]) {
  ------------------
  |  Branch (278:9): [True: 0, False: 0]
  |  Branch (278:22): [True: 0, False: 0]
  ------------------
  279|      0|        eventArgs = Py_VaBuildValue(argFormat, vargs);
  280|      0|        if (eventArgs && !PyTuple_Check(eventArgs)) {
  ------------------
  |  |   27|      0|                 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
  |  |  ------------------
  |  |  |  |  760|      0|#define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
  |  |  ------------------
  ------------------
  |  Branch (280:13): [True: 0, False: 0]
  |  Branch (280:26): [True: 0, False: 0]
  ------------------
  281|      0|            PyObject *argTuple = PyTuple_Pack(1, eventArgs);
  282|      0|            Py_SETREF(eventArgs, argTuple);
  ------------------
  |  |  352|      0|    do { \
  |  |  353|      0|        _Py_TYPEOF(dst)* _tmp_dst_ptr = &(dst); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  354|      0|        _Py_TYPEOF(dst) _tmp_old_dst = (*_tmp_dst_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  355|      0|        *_tmp_dst_ptr = (src); \
  |  |  356|      0|        Py_DECREF(_tmp_old_dst); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  357|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (357:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  283|      0|        }
  284|      0|    }
  285|      0|    else {
  286|      0|        eventArgs = PyTuple_New(0);
  287|      0|    }
  288|      0|    if (!eventArgs) {
  ------------------
  |  Branch (288:9): [True: 0, False: 0]
  ------------------
  289|      0|        goto exit;
  290|      0|    }
  291|       |
  292|       |    /* Call global hooks
  293|       |     *
  294|       |     * We don't worry about any races on hooks getting added,
  295|       |     * since that would not leave is in an inconsistent state. */
  296|      0|    _Py_AuditHookEntry *e = is->runtime->audit_hooks.head;
  297|      0|    for (; e; e = e->next) {
  ------------------
  |  Branch (297:12): [True: 0, False: 0]
  ------------------
  298|      0|        if (e->hookCFunction(event, eventArgs, e->userData) < 0) {
  ------------------
  |  Branch (298:13): [True: 0, False: 0]
  ------------------
  299|      0|            goto exit;
  300|      0|        }
  301|      0|    }
  302|       |
  303|       |    /* Dtrace USDT point */
  304|      0|    if (dtrace) {
  ------------------
  |  Branch (304:9): [True: 0, False: 0]
  ------------------
  305|      0|        PyDTrace_AUDIT(event, (void *)eventArgs);
  306|      0|    }
  307|       |
  308|       |    /* Call interpreter hooks */
  309|      0|    if (is->audit_hooks) {
  ------------------
  |  Branch (309:9): [True: 0, False: 0]
  ------------------
  310|      0|        eventName = PyUnicode_FromString(event);
  311|      0|        if (!eventName) {
  ------------------
  |  Branch (311:13): [True: 0, False: 0]
  ------------------
  312|      0|            goto exit;
  313|      0|        }
  314|       |
  315|      0|        hooks = PyObject_GetIter(is->audit_hooks);
  316|      0|        if (!hooks) {
  ------------------
  |  Branch (316:13): [True: 0, False: 0]
  ------------------
  317|      0|            goto exit;
  318|      0|        }
  319|       |
  320|       |        /* Disallow tracing in hooks unless explicitly enabled */
  321|      0|        PyThreadState_EnterTracing(ts);
  322|      0|        while ((hook = PyIter_Next(hooks)) != NULL) {
  ------------------
  |  Branch (322:16): [True: 0, False: 0]
  ------------------
  323|      0|            PyObject *o;
  324|      0|            int canTrace = PyObject_GetOptionalAttr(hook, &_Py_ID(__cantrace__), &o);
  ------------------
  |  |  917|      0|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      0|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      0|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  325|      0|            if (o) {
  ------------------
  |  Branch (325:17): [True: 0, False: 0]
  ------------------
  326|      0|                canTrace = PyObject_IsTrue(o);
  327|      0|                Py_DECREF(o);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|      0|            }
  329|      0|            if (canTrace < 0) {
  ------------------
  |  Branch (329:17): [True: 0, False: 0]
  ------------------
  330|      0|                break;
  331|      0|            }
  332|      0|            if (canTrace) {
  ------------------
  |  Branch (332:17): [True: 0, False: 0]
  ------------------
  333|      0|                PyThreadState_LeaveTracing(ts);
  334|      0|            }
  335|      0|            PyObject* args[2] = {eventName, eventArgs};
  336|      0|            o = _PyObject_VectorcallTstate(ts, hook, args, 2, NULL);
  337|      0|            if (canTrace) {
  ------------------
  |  Branch (337:17): [True: 0, False: 0]
  ------------------
  338|      0|                PyThreadState_EnterTracing(ts);
  339|      0|            }
  340|      0|            if (!o) {
  ------------------
  |  Branch (340:17): [True: 0, False: 0]
  ------------------
  341|      0|                break;
  342|      0|            }
  343|      0|            Py_DECREF(o);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  344|      0|            Py_CLEAR(hook);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
  345|      0|        }
  346|      0|        PyThreadState_LeaveTracing(ts);
  347|      0|        if (_PyErr_Occurred(ts)) {
  ------------------
  |  Branch (347:13): [True: 0, False: 0]
  ------------------
  348|      0|            goto exit;
  349|      0|        }
  350|      0|    }
  351|       |
  352|      0|    res = 0;
  353|       |
  354|      0|exit:
  355|      0|    Py_XDECREF(hook);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  356|      0|    Py_XDECREF(hooks);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  357|      0|    Py_XDECREF(eventName);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  358|      0|    Py_XDECREF(eventArgs);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  359|       |
  360|      0|    if (!res) {
  ------------------
  |  Branch (360:9): [True: 0, False: 0]
  ------------------
  361|      0|        _PyErr_SetRaisedException(ts, exc);
  362|      0|    }
  363|      0|    else {
  364|      0|        assert(_PyErr_Occurred(ts));
  ------------------
  |  Branch (364:9): [True: 0, False: 0]
  ------------------
  365|      0|        Py_XDECREF(exc);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  366|      0|    }
  367|       |
  368|      0|    return res;
  369|      0|}
sysmodule.c:should_audit:
  232|    203|{
  233|       |    /* interp must not be NULL, but test it just in case for extra safety */
  234|    203|    assert(interp != NULL);
  ------------------
  |  Branch (234:5): [True: 203, False: 0]
  ------------------
  235|    203|    if (!interp) {
  ------------------
  |  Branch (235:9): [True: 0, False: 203]
  ------------------
  236|      0|        return 0;
  237|      0|    }
  238|    203|    return (interp->runtime->audit_hooks.head
  ------------------
  |  Branch (238:13): [True: 0, False: 203]
  ------------------
  239|    203|            || interp->audit_hooks
  ------------------
  |  Branch (239:16): [True: 0, False: 203]
  ------------------
  240|    203|            || PyDTrace_AUDIT_ENABLED());
  ------------------
  |  Branch (240:16): [True: 0, False: 203]
  ------------------
  241|    203|}
sysmodule.c:_clear_preinit_entries:
 3077|      4|{
 3078|      4|    _Py_PreInitEntry current = *optionlist;
 3079|      4|    *optionlist = NULL;
 3080|       |    /* Deallocate the nodes and their contents using the default allocator */
 3081|      4|    while (current != NULL) {
  ------------------
  |  Branch (3081:12): [True: 0, False: 4]
  ------------------
 3082|      0|        _Py_PreInitEntry next = current->next;
 3083|      0|        _PyMem_DefaultRawFree(current->value);
 3084|      0|        _PyMem_DefaultRawFree(current);
 3085|      0|        current = next;
 3086|      0|    }
 3087|      4|}
sysmodule.c:sys_set_flag:
 3484|     88|{
 3485|     88|    assert(pos >= 0 && pos < (Py_ssize_t)(Py_ARRAY_LENGTH(flags_fields) - 1));
  ------------------
  |  Branch (3485:5): [True: 88, False: 0]
  |  Branch (3485:5): [True: 88, False: 0]
  ------------------
 3486|       |
 3487|     88|    PyObject *old_value = PyStructSequence_GET_ITEM(flags, pos);
  ------------------
  |  |   12|     88|#define PyStructSequence_GET_ITEM PyStructSequence_GetItem
  ------------------
 3488|     88|    PyStructSequence_SET_ITEM(flags, pos, Py_NewRef(value));
  ------------------
  |  |   11|     88|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
                  PyStructSequence_SET_ITEM(flags, pos, Py_NewRef(value));
  ------------------
  |  |  550|     88|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|     88|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3489|     88|    Py_XDECREF(old_value);
  ------------------
  |  |  524|     88|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|     88|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|     88|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3490|     88|}
sysmodule.c:set_flags_from_config:
 3523|      4|{
 3524|      4|    const PyPreConfig *preconfig = &interp->runtime->preconfig;
 3525|      4|    const PyConfig *config = _PyInterpreterState_GetConfig(interp);
 3526|       |
 3527|       |    // _PySys_UpdateConfig() modifies sys.flags in-place:
 3528|       |    // Py_XDECREF() is needed in this case.
 3529|      4|    Py_ssize_t pos = 0;
 3530|      4|#define SetFlagObj(expr) \
 3531|      4|    do { \
 3532|      4|        PyObject *value = (expr); \
 3533|      4|        if (value == NULL) { \
 3534|      4|            return -1; \
 3535|      4|        } \
 3536|      4|        sys_set_flag(flags, pos, value); \
 3537|      4|        Py_DECREF(value); \
 3538|      4|        pos++; \
 3539|      4|    } while (0)
 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
 3541|       |
 3542|      4|    SetFlag(config->parser_debug);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3543|      4|    SetFlag(config->inspect);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3544|      4|    SetFlag(config->interactive);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3545|      4|    SetFlag(config->optimization_level);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3546|      4|    SetFlag(!config->write_bytecode);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3547|      4|    SetFlag(!config->user_site_directory);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3548|      4|    SetFlag(!config->site_import);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3549|      4|    SetFlag(!config->use_environment);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3550|      4|    SetFlag(config->verbose);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3551|      4|    SetFlag(config->bytes_warning);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3552|      4|    SetFlag(config->quiet);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3553|      4|    SetFlag(config->use_hash_seed == 0 || config->hash_seed != 0);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3532:28): [True: 4, False: 0]
  |  |  |  |  |  Branch (3532:28): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3554|      4|    SetFlag(config->isolated);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3555|      4|    SetFlagObj(PyBool_FromLong(config->dev_mode));
  ------------------
  |  | 3531|      4|    do { \
  |  | 3532|      4|        PyObject *value = (expr); \
  |  | 3533|      4|        if (value == NULL) { \
  |  |  ------------------
  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  ------------------
  |  | 3534|      0|            return -1; \
  |  | 3535|      0|        } \
  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  | 3537|      4|        Py_DECREF(value); \
  |  |  ------------------
  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3538|      4|        pos++; \
  |  | 3539|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 3556|      4|    SetFlag(preconfig->utf8_mode);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3557|      4|    SetFlag(config->warn_default_encoding);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3558|      4|    SetFlagObj(PyBool_FromLong(config->safe_path));
  ------------------
  |  | 3531|      4|    do { \
  |  | 3532|      4|        PyObject *value = (expr); \
  |  | 3533|      4|        if (value == NULL) { \
  |  |  ------------------
  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  ------------------
  |  | 3534|      0|            return -1; \
  |  | 3535|      0|        } \
  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  | 3537|      4|        Py_DECREF(value); \
  |  |  ------------------
  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3538|      4|        pos++; \
  |  | 3539|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 3559|      4|    SetFlag(config->int_max_str_digits);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3560|       |#ifdef Py_GIL_DISABLED
 3561|       |    if (config->enable_gil == _PyConfig_GIL_DEFAULT) {
 3562|       |        SetFlagObj(Py_NewRef(Py_None));
 3563|       |    }
 3564|       |    else {
 3565|       |        SetFlag(config->enable_gil);
 3566|       |    }
 3567|       |#else
 3568|      4|    SetFlagObj(PyLong_FromLong(1));
  ------------------
  |  | 3531|      4|    do { \
  |  | 3532|      4|        PyObject *value = (expr); \
  |  | 3533|      4|        if (value == NULL) { \
  |  |  ------------------
  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  ------------------
  |  | 3534|      0|            return -1; \
  |  | 3535|      0|        } \
  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  | 3537|      4|        Py_DECREF(value); \
  |  |  ------------------
  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3538|      4|        pos++; \
  |  | 3539|      4|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  ------------------
  ------------------
 3569|      4|#endif
 3570|      4|    SetFlag(config->thread_inherit_context);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3571|      4|    SetFlag(config->context_aware_warnings);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3572|      4|    SetFlag(config->lazy_imports);
  ------------------
  |  | 3540|      4|#define SetFlag(expr) SetFlagObj(PyLong_FromLong(expr))
  |  |  ------------------
  |  |  |  | 3531|      4|    do { \
  |  |  |  | 3532|      4|        PyObject *value = (expr); \
  |  |  |  | 3533|      4|        if (value == NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3533:13): [True: 0, False: 4]
  |  |  |  |  ------------------
  |  |  |  | 3534|      0|            return -1; \
  |  |  |  | 3535|      0|        } \
  |  |  |  | 3536|      4|        sys_set_flag(flags, pos, value); \
  |  |  |  | 3537|      4|        Py_DECREF(value); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      4|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3538|      4|        pos++; \
  |  |  |  | 3539|      4|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3539:14): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3573|      4|#undef SetFlagObj
 3574|      4|#undef SetFlag
 3575|      4|    return 0;
 3576|      4|}
sysmodule.c:sys_audit_impl:
  568|     67|{
  569|     67|    PyThreadState *tstate = _PyThreadState_GET();
  570|     67|    _Py_EnsureTstateNotNULL(tstate);
  ------------------
  |  |  196|     67|    _Py_EnsureFuncTstateNotNULL(__func__, (tstate))
  ------------------
  571|       |
  572|     67|    if (!should_audit(tstate->interp)) {
  ------------------
  |  Branch (572:9): [True: 67, False: 0]
  ------------------
  573|     67|        Py_RETURN_NONE;
  ------------------
  |  |  628|     67|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|     67|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  574|     67|    }
  575|       |
  576|      0|    int res = _PySys_Audit(tstate, event, "O", args);
  577|      0|    if (res < 0) {
  ------------------
  |  Branch (577:9): [True: 0, False: 0]
  ------------------
  578|      0|        return NULL;
  579|      0|    }
  580|       |
  581|      0|    Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
  582|      0|}
sysmodule.c:get_utf8_unicode:
  927|      4|{
  928|      4|    _Py_DECLARE_STR(utf_8, "utf-8");
  929|      4|    PyObject *ret = &_Py_STR(utf_8);
  ------------------
  |  |  919|      4|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      4|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      4|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  930|      4|    return Py_NewRef(ret);
  ------------------
  |  |  550|      4|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      4|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      4|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  931|      4|}
sysmodule.c:sys_getfilesystemencoding_impl:
  955|      4|{
  956|      4|    PyInterpreterState *interp = _PyInterpreterState_GET();
  957|      4|    const PyConfig *config = _PyInterpreterState_GetConfig(interp);
  958|       |
  959|      4|    if (wcscmp(config->filesystem_encoding, L"utf-8") == 0) {
  ------------------
  |  Branch (959:9): [True: 4, False: 0]
  ------------------
  960|      4|        return get_utf8_unicode();
  961|      4|    }
  962|       |
  963|      0|    PyObject *u = PyUnicode_FromWideChar(config->filesystem_encoding, -1);
  964|      0|    if (u == NULL) {
  ------------------
  |  Branch (964:9): [True: 0, False: 0]
  ------------------
  965|      0|        return NULL;
  966|      0|    }
  967|      0|    _PyUnicode_InternImmortal(interp, &u);
  968|      0|    return u;
  969|      0|}
sysmodule.c:sys_getfilesystemencodeerrors_impl:
  980|      2|{
  981|      2|    PyInterpreterState *interp = _PyInterpreterState_GET();
  982|      2|    const PyConfig *config = _PyInterpreterState_GetConfig(interp);
  983|      2|    PyObject *u = PyUnicode_FromWideChar(config->filesystem_errors, -1);
  984|      2|    if (u == NULL) {
  ------------------
  |  Branch (984:9): [True: 0, False: 2]
  ------------------
  985|      0|        return NULL;
  986|      0|    }
  987|      2|    _PyUnicode_InternImmortal(interp, &u);
  988|      2|    return u;
  989|      2|}
sysmodule.c:sys__getframe_impl:
 2074|      2|{
 2075|      2|    PyThreadState *tstate = _PyThreadState_GET();
 2076|      2|    _PyInterpreterFrame *frame = tstate->current_frame;
 2077|       |
 2078|      2|    if (frame != NULL) {
  ------------------
  |  Branch (2078:9): [True: 2, False: 0]
  ------------------
 2079|      2|        while (depth > 0) {
  ------------------
  |  Branch (2079:16): [True: 0, False: 2]
  ------------------
 2080|      0|            frame = _PyFrame_GetFirstComplete(frame->previous);
 2081|      0|            if (frame == NULL) {
  ------------------
  |  Branch (2081:17): [True: 0, False: 0]
  ------------------
 2082|      0|                break;
 2083|      0|            }
 2084|      0|            --depth;
 2085|      0|        }
 2086|      2|    }
 2087|      2|    if (frame == NULL) {
  ------------------
  |  Branch (2087:9): [True: 0, False: 2]
  ------------------
 2088|      0|        _PyErr_SetString(tstate, PyExc_ValueError,
 2089|      0|                         "call stack is not deep enough");
 2090|      0|        return NULL;
 2091|      0|    }
 2092|       |
 2093|      2|    PyObject *pyFrame = Py_XNewRef((PyObject *)_PyFrame_GetFrameObject(frame));
  ------------------
  |  |  551|      2|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2094|      2|    if (pyFrame && _PySys_Audit(tstate, "sys._getframe", "(O)", pyFrame) < 0) {
  ------------------
  |  Branch (2094:9): [True: 2, False: 0]
  |  Branch (2094:20): [True: 0, False: 2]
  ------------------
 2095|      0|        Py_DECREF(pyFrame);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2096|      0|        return NULL;
 2097|      0|    }
 2098|      2|    return pyFrame;
 2099|      2|}
sysmodule.c:sys__getframemodulename_impl:
 2575|      1|{
 2576|      1|    if (PySys_Audit("sys._getframemodulename", "i", depth) < 0) {
  ------------------
  |  Branch (2576:9): [True: 0, False: 1]
  ------------------
 2577|      0|        return NULL;
 2578|      0|    }
 2579|      1|    _PyInterpreterFrame *f = _PyThreadState_GET()->current_frame;
 2580|      2|    while (f && (_PyFrame_IsIncomplete(f) || depth-- > 0)) {
  ------------------
  |  Branch (2580:12): [True: 2, False: 0]
  |  Branch (2580:18): [True: 0, False: 2]
  |  Branch (2580:46): [True: 1, False: 1]
  ------------------
 2581|      1|        f = f->previous;
 2582|      1|    }
 2583|      1|    if (f == NULL || PyStackRef_IsNull(f->f_funcobj)) {
  ------------------
  |  |  470|      1|#define PyStackRef_IsNull(ref) ((ref).bits == PyStackRef_NULL_BITS)
  |  |  ------------------
  |  |  |  |  467|      1|#define PyStackRef_NULL_BITS Py_TAG_REFCNT
  |  |  |  |  ------------------
  |  |  |  |  |  |   55|      1|#define Py_TAG_REFCNT 1
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (470:32): [True: 0, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (2583:9): [True: 0, False: 1]
  ------------------
 2584|      0|        Py_RETURN_NONE;
  ------------------
  |  |  628|      0|#  define Py_RETURN_NONE return Py_None
  |  |  ------------------
  |  |  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  |  |  ------------------
  ------------------
 2585|      0|    }
 2586|      1|    PyObject *func = PyStackRef_AsPyObjectBorrow(f->f_funcobj);
 2587|      1|    PyObject *r = PyFunction_GetModule(func);
 2588|      1|    if (!r) {
  ------------------
  |  Branch (2588:9): [True: 0, False: 1]
  ------------------
 2589|      0|        PyErr_Clear();
 2590|      0|        r = Py_None;
  ------------------
  |  |  616|      0|#  define Py_None (&_Py_NoneStruct)
  ------------------
 2591|      0|    }
 2592|      1|    return Py_NewRef(r);
  ------------------
  |  |  550|      1|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      1|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      1|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2593|      1|}
sysmodule.c:sys_intern_impl:
 1007|      9|{
 1008|      9|    if (PyUnicode_CheckExact(s)) {
  ------------------
  |  |  104|      9|#define PyUnicode_CheckExact(op) Py_IS_TYPE((op), &PyUnicode_Type)
  |  |  ------------------
  |  |  |  |  215|      9|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (215:32): [True: 9, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1009|      9|        PyInterpreterState *interp = _PyInterpreterState_GET();
 1010|      9|        Py_INCREF(s);
  ------------------
  |  |  310|      9|#  define Py_INCREF(op) Py_INCREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      9|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      9|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1011|      9|        _PyUnicode_InternMortal(interp, &s);
 1012|      9|        return s;
 1013|      9|    }
 1014|      0|    else {
 1015|      0|        PyErr_Format(PyExc_TypeError,
 1016|      0|                     "can't intern %.400s", Py_TYPE(s)->tp_name);
  ------------------
  |  |  213|      0|#  define Py_TYPE(ob) _Py_TYPE_impl(_PyObject_CAST(ob))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1017|       |        return NULL;
 1018|      0|    }
 1019|      9|}
sysmodule.c:sys__get_cpu_count_config_impl:
 2604|      2|{
 2605|      2|    const PyConfig *config = _Py_GetConfig();
 2606|      2|    return config->cpu_count;
 2607|      2|}
sysmodule.c:_PySys_SetPreliminaryStderr:
 4192|      2|{
 4193|      2|    PyObject *pstderr = PyFile_NewStdPrinter(fileno(stderr));
 4194|      2|    if (pstderr == NULL) {
  ------------------
  |  Branch (4194:9): [True: 0, False: 2]
  ------------------
 4195|      0|        goto error;
 4196|      0|    }
 4197|      2|    if (PyDict_SetItem(sysdict, &_Py_ID(stderr), pstderr) < 0) {
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (4197:9): [True: 0, False: 2]
  ------------------
 4198|      0|        goto error;
 4199|      0|    }
 4200|      2|    if (PyDict_SetItemString(sysdict, "__stderr__", pstderr) < 0) {
  ------------------
  |  Branch (4200:9): [True: 0, False: 2]
  ------------------
 4201|      0|        goto error;
 4202|      0|    }
 4203|      2|    Py_DECREF(pstderr);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4204|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 4205|       |
 4206|      0|error:
 4207|      0|    Py_XDECREF(pstderr);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4208|      0|    return _PyStatus_ERR("can't set preliminary stderr");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 4209|      2|}
sysmodule.c:_PySys_InitCore:
 3971|      2|{
 3972|      2|    PyObject *version_info;
 3973|      2|    int res;
 3974|      2|    PyInterpreterState *interp = tstate->interp;
 3975|       |
 3976|       |    /* stdin/stdout/stderr are set in pylifecycle.c */
 3977|       |
 3978|      2|#define COPY_SYS_ATTR(tokey, fromkey) \
 3979|      2|        SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey))
 3980|       |
 3981|      2|    COPY_SYS_ATTR("__displayhook__", "displayhook");
  ------------------
  |  | 3979|      2|        SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey))
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3982|      2|    COPY_SYS_ATTR("__excepthook__", "excepthook");
  ------------------
  |  | 3979|      2|        SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey))
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3983|      2|    COPY_SYS_ATTR("__breakpointhook__", "breakpointhook");
  ------------------
  |  | 3979|      2|        SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey))
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3984|      2|    COPY_SYS_ATTR("__unraisablehook__", "unraisablehook");
  ------------------
  |  | 3979|      2|        SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey))
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3985|       |
 3986|      2|#undef COPY_SYS_ATTR
 3987|       |
 3988|      2|    SET_SYS_FROM_STRING("version", Py_GetVersion());
  ------------------
  |  | 3967|      2|        SET_SYS(key, PyUnicode_FromString(value))
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3989|      2|    SET_SYS("hexversion", PyLong_FromLong(PY_VERSION_HEX));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3990|      2|    SET_SYS("_git", Py_BuildValue("(szz)", "CPython", _Py_gitidentifier(),
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3991|      2|                                  _Py_gitversion()));
 3992|      2|    SET_SYS_FROM_STRING("_framework", _PYTHONFRAMEWORK);
  ------------------
  |  | 3967|      2|        SET_SYS(key, PyUnicode_FromString(value))
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3993|      2|    SET_SYS("api_version", PyLong_FromLong(PYTHON_API_VERSION));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3994|      2|    SET_SYS_FROM_STRING("copyright", Py_GetCopyright());
  ------------------
  |  | 3967|      2|        SET_SYS(key, PyUnicode_FromString(value))
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3995|      2|    SET_SYS_FROM_STRING("platform", Py_GetPlatform());
  ------------------
  |  | 3967|      2|        SET_SYS(key, PyUnicode_FromString(value))
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3996|      2|    SET_SYS("maxsize", PyLong_FromSsize_t(PY_SSIZE_T_MAX));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3997|      2|    SET_SYS("float_info", PyFloat_GetInfo());
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3998|      2|    SET_SYS("int_info", PyLong_GetInfo());
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 3999|       |    /* initialize hash_info */
 4000|      2|    if (_PyStructSequence_InitBuiltin(interp, &Hash_InfoType,
  ------------------
  |  Branch (4000:9): [True: 0, False: 2]
  ------------------
 4001|      2|                                      &hash_info_desc) < 0)
 4002|      0|    {
 4003|      0|        goto type_init_failed;
 4004|      0|    }
 4005|      2|    SET_SYS("hash_info", get_hash_info(tstate));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4006|      2|    SET_SYS("maxunicode", PyLong_FromLong(0x10FFFF));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4007|      2|    SET_SYS("builtin_module_names", list_builtin_module_names());
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4008|      2|    SET_SYS("stdlib_module_names", list_stdlib_module_names());
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4009|       |#if PY_BIG_ENDIAN
 4010|       |    SET_SYS("byteorder", &_Py_ID(big));
 4011|       |#else
 4012|      2|    SET_SYS("byteorder", &_Py_ID(little));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4013|      2|#endif
 4014|       |
 4015|       |#ifdef MS_COREDLL
 4016|       |    SET_SYS("dllhandle", PyLong_FromVoidPtr(PyWin_DLLhModule));
 4017|       |    SET_SYS_FROM_STRING("winver", PyWin_DLLVersionString);
 4018|       |#endif
 4019|      2|#ifdef ABIFLAGS
 4020|      2|    SET_SYS_FROM_STRING("abiflags", ABIFLAGS);
  ------------------
  |  | 3967|      2|        SET_SYS(key, PyUnicode_FromString(value))
  |  |  ------------------
  |  |  |  | 3954|      2|    do {                                                   \
  |  |  |  | 3955|      2|        PyObject *v = (value);                             \
  |  |  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3957|      0|            goto err_occurred;                             \
  |  |  |  | 3958|      0|        }                                                  \
  |  |  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  |  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  |  |  ------------------
  |  |  |  | 3962|      0|            goto err_occurred;                             \
  |  |  |  | 3963|      0|        }                                                  \
  |  |  |  | 3964|      2|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4021|      2|#endif
 4022|       |
 4023|      2|#define ENSURE_INFO_TYPE(TYPE, DESC) \
 4024|      2|    do { \
 4025|      2|        if (_PyStructSequence_InitBuiltinWithFlags( \
 4026|      2|                interp, &TYPE, &DESC, Py_TPFLAGS_DISALLOW_INSTANTIATION) < 0) { \
 4027|      2|            goto type_init_failed; \
 4028|      2|        } \
 4029|      2|    } while (0)
 4030|       |
 4031|       |    /* version_info */
 4032|      2|    ENSURE_INFO_TYPE(VersionInfoType, version_info_desc);
  ------------------
  |  | 4024|      2|    do { \
  |  | 4025|      2|        if (_PyStructSequence_InitBuiltinWithFlags( \
  |  |  ------------------
  |  |  |  Branch (4025:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 4026|      2|                interp, &TYPE, &DESC, Py_TPFLAGS_DISALLOW_INSTANTIATION) < 0) { \
  |  |  ------------------
  |  |  |  |  497|      2|#define Py_TPFLAGS_DISALLOW_INSTANTIATION (1UL << 7)
  |  |  ------------------
  |  | 4027|      0|            goto type_init_failed; \
  |  | 4028|      0|        } \
  |  | 4029|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4029:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4033|      2|    version_info = make_version_info(tstate);
 4034|      2|    SET_SYS("version_info", version_info);
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4035|       |
 4036|       |    /* implementation */
 4037|      2|    SET_SYS("implementation", make_impl_info(version_info));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4038|       |
 4039|       |    // sys.flags: updated in-place later by _PySys_UpdateConfig()
 4040|      2|    ENSURE_INFO_TYPE(FlagsType, flags_desc);
  ------------------
  |  | 4024|      2|    do { \
  |  | 4025|      2|        if (_PyStructSequence_InitBuiltinWithFlags( \
  |  |  ------------------
  |  |  |  Branch (4025:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 4026|      2|                interp, &TYPE, &DESC, Py_TPFLAGS_DISALLOW_INSTANTIATION) < 0) { \
  |  |  ------------------
  |  |  |  |  497|      2|#define Py_TPFLAGS_DISALLOW_INSTANTIATION (1UL << 7)
  |  |  ------------------
  |  | 4027|      0|            goto type_init_failed; \
  |  | 4028|      0|        } \
  |  | 4029|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (4029:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4041|      2|    SET_SYS("flags", make_flags(tstate->interp));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4042|       |
 4043|       |#if defined(MS_WINDOWS)
 4044|       |    /* getwindowsversion */
 4045|       |    ENSURE_INFO_TYPE(WindowsVersionType, windows_version_desc);
 4046|       |
 4047|       |    SET_SYS_FROM_STRING("_vpath", VPATH);
 4048|       |#endif
 4049|       |
 4050|      2|#undef ENSURE_INFO_TYPE
 4051|       |
 4052|       |    /* float repr style: 0.03 (short) vs 0.029999999999999999 (legacy) */
 4053|      2|#if _PY_SHORT_FLOAT_REPR == 1
 4054|      2|    SET_SYS("float_repr_style", &_Py_ID(short));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4055|       |#else
 4056|       |    SET_SYS("float_repr_style", &_Py_ID(legacy));
 4057|       |#endif
 4058|       |
 4059|      2|    SET_SYS("thread_info", PyThread_GetInfo());
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4060|       |
 4061|      2|    SET_SYS("abi_info", make_abi_info());
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4062|       |
 4063|       |    /* initialize asyncgen_hooks */
 4064|      2|    if (_PyStructSequence_InitBuiltin(interp, &AsyncGenHooksType,
  ------------------
  |  Branch (4064:9): [True: 0, False: 2]
  ------------------
 4065|      2|                                      &asyncgen_hooks_desc) < 0)
 4066|      0|    {
 4067|      0|        goto type_init_failed;
 4068|      0|    }
 4069|       |
 4070|       |#ifdef __EMSCRIPTEN__
 4071|       |    if (EmscriptenInfoType == NULL) {
 4072|       |        EmscriptenInfoType = PyStructSequence_NewType(&emscripten_info_desc);
 4073|       |        if (EmscriptenInfoType == NULL) {
 4074|       |            goto type_init_failed;
 4075|       |        }
 4076|       |    }
 4077|       |    SET_SYS("_emscripten_info", make_emscripten_info());
 4078|       |#endif
 4079|       |
 4080|       |    /* adding sys.path_hooks and sys.path_importer_cache */
 4081|      2|    SET_SYS("meta_path", PyList_New(0));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4082|      2|    SET_SYS("path_importer_cache", PyDict_New());
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4083|      2|    SET_SYS("path_hooks", PyList_New(0));
  ------------------
  |  | 3954|      2|    do {                                                   \
  |  | 3955|      2|        PyObject *v = (value);                             \
  |  | 3956|      2|        if (v == NULL) {                                   \
  |  |  ------------------
  |  |  |  Branch (3956:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3957|      0|            goto err_occurred;                             \
  |  | 3958|      0|        }                                                  \
  |  | 3959|      2|        res = PyDict_SetItemString(sysdict, key, v);       \
  |  | 3960|      2|        Py_DECREF(v);                                      \
  |  |  ------------------
  |  |  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 3961|      2|        if (res < 0) {                                     \
  |  |  ------------------
  |  |  |  Branch (3961:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 3962|      0|            goto err_occurred;                             \
  |  | 3963|      0|        }                                                  \
  |  | 3964|      2|    } while (0)
  |  |  ------------------
  |  |  |  Branch (3964:14): [Folded, False: 2]
  |  |  ------------------
  ------------------
 4084|       |
 4085|      2|    if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (4085:9): [True: 0, False: 2]
  ------------------
 4086|      0|        goto err_occurred;
 4087|      0|    }
 4088|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
 4089|       |
 4090|      0|type_init_failed:
 4091|      0|    return _PyStatus_ERR("failed to initialize a type");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 4092|       |
 4093|      0|err_occurred:
 4094|      0|    return _PyStatus_ERR("can't initialize sys module");
  ------------------
  |  |   27|      0|    (PyStatus){ \
  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  ------------------
  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  ------------------
  |  |   30|      0|        .err_msg = (ERR_MSG)}
  ------------------
 4095|      2|}
sysmodule.c:get_hash_info:
 1570|      2|{
 1571|      2|    PyObject *hash_info;
 1572|      2|    int field = 0;
 1573|      2|    PyHash_FuncDef *hashfunc;
 1574|      2|    hash_info = PyStructSequence_New(&Hash_InfoType);
 1575|      2|    if (hash_info == NULL) {
  ------------------
  |  Branch (1575:9): [True: 0, False: 2]
  ------------------
 1576|      0|        return NULL;
 1577|      0|    }
 1578|      2|    hashfunc = PyHash_GetFuncDef();
 1579|       |
 1580|      2|#define SET_HASH_INFO_ITEM(CALL)                             \
 1581|      2|    do {                                                     \
 1582|      2|        PyObject *item = (CALL);                             \
 1583|      2|        if (item == NULL) {                                  \
 1584|      2|            Py_CLEAR(hash_info);                             \
 1585|      2|            return NULL;                                     \
 1586|      2|        }                                                    \
 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
 1588|      2|    } while(0)
 1589|       |
 1590|      2|    SET_HASH_INFO_ITEM(PyLong_FromLong(8 * sizeof(Py_hash_t)));
  ------------------
  |  | 1581|      2|    do {                                                     \
  |  | 1582|      2|        PyObject *item = (CALL);                             \
  |  | 1583|      2|        if (item == NULL) {                                  \
  |  |  ------------------
  |  |  |  Branch (1583:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1584|      0|            Py_CLEAR(hash_info);                             \
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1585|      0|            return NULL;                                     \
  |  | 1586|      0|        }                                                    \
  |  | 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 1588|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1588:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1591|      2|    SET_HASH_INFO_ITEM(PyLong_FromSsize_t(PyHASH_MODULUS));
  ------------------
  |  | 1581|      2|    do {                                                     \
  |  | 1582|      2|        PyObject *item = (CALL);                             \
  |  | 1583|      2|        if (item == NULL) {                                  \
  |  |  ------------------
  |  |  |  Branch (1583:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1584|      0|            Py_CLEAR(hash_info);                             \
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1585|      0|            return NULL;                                     \
  |  | 1586|      0|        }                                                    \
  |  | 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 1588|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1588:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1592|      2|    SET_HASH_INFO_ITEM(PyLong_FromLong(PyHASH_INF));
  ------------------
  |  | 1581|      2|    do {                                                     \
  |  | 1582|      2|        PyObject *item = (CALL);                             \
  |  | 1583|      2|        if (item == NULL) {                                  \
  |  |  ------------------
  |  |  |  Branch (1583:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1584|      0|            Py_CLEAR(hash_info);                             \
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1585|      0|            return NULL;                                     \
  |  | 1586|      0|        }                                                    \
  |  | 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 1588|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1588:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1593|      2|    SET_HASH_INFO_ITEM(PyLong_FromLong(0));  // This is no longer used
  ------------------
  |  | 1581|      2|    do {                                                     \
  |  | 1582|      2|        PyObject *item = (CALL);                             \
  |  | 1583|      2|        if (item == NULL) {                                  \
  |  |  ------------------
  |  |  |  Branch (1583:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1584|      0|            Py_CLEAR(hash_info);                             \
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1585|      0|            return NULL;                                     \
  |  | 1586|      0|        }                                                    \
  |  | 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 1588|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1588:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1594|      2|    SET_HASH_INFO_ITEM(PyLong_FromLong(PyHASH_IMAG));
  ------------------
  |  | 1581|      2|    do {                                                     \
  |  | 1582|      2|        PyObject *item = (CALL);                             \
  |  | 1583|      2|        if (item == NULL) {                                  \
  |  |  ------------------
  |  |  |  Branch (1583:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1584|      0|            Py_CLEAR(hash_info);                             \
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1585|      0|            return NULL;                                     \
  |  | 1586|      0|        }                                                    \
  |  | 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 1588|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1588:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1595|      2|    SET_HASH_INFO_ITEM(PyUnicode_FromString(hashfunc->name));
  ------------------
  |  | 1581|      2|    do {                                                     \
  |  | 1582|      2|        PyObject *item = (CALL);                             \
  |  | 1583|      2|        if (item == NULL) {                                  \
  |  |  ------------------
  |  |  |  Branch (1583:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1584|      0|            Py_CLEAR(hash_info);                             \
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1585|      0|            return NULL;                                     \
  |  | 1586|      0|        }                                                    \
  |  | 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 1588|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1588:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1596|      2|    SET_HASH_INFO_ITEM(PyLong_FromLong(hashfunc->hash_bits));
  ------------------
  |  | 1581|      2|    do {                                                     \
  |  | 1582|      2|        PyObject *item = (CALL);                             \
  |  | 1583|      2|        if (item == NULL) {                                  \
  |  |  ------------------
  |  |  |  Branch (1583:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1584|      0|            Py_CLEAR(hash_info);                             \
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1585|      0|            return NULL;                                     \
  |  | 1586|      0|        }                                                    \
  |  | 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 1588|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1588:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1597|      2|    SET_HASH_INFO_ITEM(PyLong_FromLong(hashfunc->seed_bits));
  ------------------
  |  | 1581|      2|    do {                                                     \
  |  | 1582|      2|        PyObject *item = (CALL);                             \
  |  | 1583|      2|        if (item == NULL) {                                  \
  |  |  ------------------
  |  |  |  Branch (1583:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1584|      0|            Py_CLEAR(hash_info);                             \
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1585|      0|            return NULL;                                     \
  |  | 1586|      0|        }                                                    \
  |  | 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 1588|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1588:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1598|      2|    SET_HASH_INFO_ITEM(PyLong_FromLong(Py_HASH_CUTOFF));
  ------------------
  |  | 1581|      2|    do {                                                     \
  |  | 1582|      2|        PyObject *item = (CALL);                             \
  |  | 1583|      2|        if (item == NULL) {                                  \
  |  |  ------------------
  |  |  |  Branch (1583:13): [True: 0, False: 2]
  |  |  ------------------
  |  | 1584|      0|            Py_CLEAR(hash_info);                             \
  |  |  ------------------
  |  |  |  |  484|      0|    do { \
  |  |  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  |  |  ------------------
  |  |  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  |  |  ------------------
  |  |  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  |  |  ------------------
  |  |  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  |  |  ------------------
  |  |  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  490|      0|        } \
  |  |  |  |  491|      0|    } while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  | 1585|      0|            return NULL;                                     \
  |  | 1586|      0|        }                                                    \
  |  | 1587|      2|        PyStructSequence_SET_ITEM(hash_info, field++, item); \
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  |  | 1588|      2|    } while(0)
  |  |  ------------------
  |  |  |  Branch (1588:13): [Folded, False: 2]
  |  |  ------------------
  ------------------
 1599|       |
 1600|      2|#undef SET_HASH_INFO_ITEM
 1601|       |
 1602|      2|    return hash_info;
 1603|      2|}
sysmodule.c:list_builtin_module_names:
 2965|      2|{
 2966|      2|    PyObject *list = _PyImport_GetBuiltinModuleNames();
 2967|      2|    if (list == NULL) {
  ------------------
  |  Branch (2967:9): [True: 0, False: 2]
  ------------------
 2968|      0|        return NULL;
 2969|      0|    }
 2970|      2|    if (PyList_Sort(list) != 0) {
  ------------------
  |  Branch (2970:9): [True: 0, False: 2]
  ------------------
 2971|      0|        goto error;
 2972|      0|    }
 2973|      2|    PyObject *tuple = PyList_AsTuple(list);
 2974|      2|    Py_DECREF(list);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2975|      2|    return tuple;
 2976|       |
 2977|      0|error:
 2978|      0|    Py_DECREF(list);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2979|       |    return NULL;
 2980|      2|}
sysmodule.c:list_stdlib_module_names:
 2985|      2|{
 2986|      2|    Py_ssize_t len = Py_ARRAY_LENGTH(_Py_stdlib_module_names);
  ------------------
  |  |  196|      2|    (sizeof(array) / sizeof((array)[0]))
  ------------------
 2987|      2|    PyObject *names = PyTuple_New(len);
 2988|      2|    if (names == NULL) {
  ------------------
  |  Branch (2988:9): [True: 0, False: 2]
  ------------------
 2989|      0|        return NULL;
 2990|      0|    }
 2991|       |
 2992|    594|    for (Py_ssize_t i = 0; i < len; i++) {
  ------------------
  |  Branch (2992:28): [True: 592, False: 2]
  ------------------
 2993|    592|        PyObject *name = PyUnicode_FromString(_Py_stdlib_module_names[i]);
 2994|    592|        if (name == NULL) {
  ------------------
  |  Branch (2994:13): [True: 0, False: 592]
  ------------------
 2995|      0|            Py_DECREF(names);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2996|      0|            return NULL;
 2997|      0|        }
 2998|    592|        PyTuple_SET_ITEM(names, i, name);
  ------------------
  |  |   40|    592|    PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    592|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    592|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |                   PyTuple_SET_ITEM(_PyObject_CAST(op), (index), _PyObject_CAST(value))
  |  |  ------------------
  |  |  |  |  171|    592|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    592|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2999|    592|    }
 3000|       |
 3001|      2|    PyObject *set = PyObject_CallFunction((PyObject *)&PyFrozenSet_Type,
 3002|      2|                                          "(O)", names);
 3003|      2|    Py_DECREF(names);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3004|      2|    return set;
 3005|      2|}
sysmodule.c:make_version_info:
 3620|      2|{
 3621|      2|    PyObject *version_info;
 3622|      2|    char *s;
 3623|      2|    int pos = 0;
 3624|       |
 3625|      2|    version_info = PyStructSequence_New(&VersionInfoType);
 3626|      2|    if (version_info == NULL) {
  ------------------
  |  Branch (3626:9): [True: 0, False: 2]
  ------------------
 3627|      0|        return NULL;
 3628|      0|    }
 3629|       |
 3630|       |    /*
 3631|       |     * These release level checks are mutually exclusive and cover
 3632|       |     * the field, so don't get too fancy with the pre-processor!
 3633|       |     */
 3634|      2|#if PY_RELEASE_LEVEL == PY_RELEASE_LEVEL_ALPHA
 3635|      2|    s = "alpha";
 3636|       |#elif PY_RELEASE_LEVEL == PY_RELEASE_LEVEL_BETA
 3637|       |    s = "beta";
 3638|       |#elif PY_RELEASE_LEVEL == PY_RELEASE_LEVEL_GAMMA
 3639|       |    s = "candidate";
 3640|       |#elif PY_RELEASE_LEVEL == PY_RELEASE_LEVEL_FINAL
 3641|       |    s = "final";
 3642|       |#endif
 3643|       |
 3644|      2|#define SetIntItem(flag) \
 3645|      2|    PyStructSequence_SET_ITEM(version_info, pos++, PyLong_FromLong(flag))
 3646|      2|#define SetStrItem(flag) \
 3647|      2|    PyStructSequence_SET_ITEM(version_info, pos++, PyUnicode_FromString(flag))
 3648|       |
 3649|      2|    SetIntItem(PY_MAJOR_VERSION);
  ------------------
  |  | 3645|      2|    PyStructSequence_SET_ITEM(version_info, pos++, PyLong_FromLong(flag))
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  ------------------
 3650|      2|    SetIntItem(PY_MINOR_VERSION);
  ------------------
  |  | 3645|      2|    PyStructSequence_SET_ITEM(version_info, pos++, PyLong_FromLong(flag))
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  ------------------
 3651|      2|    SetIntItem(PY_MICRO_VERSION);
  ------------------
  |  | 3645|      2|    PyStructSequence_SET_ITEM(version_info, pos++, PyLong_FromLong(flag))
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  ------------------
 3652|      2|    SetStrItem(s);
  ------------------
  |  | 3647|      2|    PyStructSequence_SET_ITEM(version_info, pos++, PyUnicode_FromString(flag))
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  ------------------
 3653|      2|    SetIntItem(PY_RELEASE_SERIAL);
  ------------------
  |  | 3645|      2|    PyStructSequence_SET_ITEM(version_info, pos++, PyLong_FromLong(flag))
  |  |  ------------------
  |  |  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  |  |  ------------------
  ------------------
 3654|      2|#undef SetIntItem
 3655|      2|#undef SetStrItem
 3656|       |
 3657|      2|    if (_PyErr_Occurred(tstate)) {
  ------------------
  |  Branch (3657:9): [True: 0, False: 2]
  ------------------
 3658|      0|        Py_CLEAR(version_info);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3659|      0|        return NULL;
 3660|      0|    }
 3661|      2|    return version_info;
 3662|      2|}
sysmodule.c:make_impl_info:
 3684|      2|{
 3685|      2|    int res;
 3686|      2|    PyObject *impl_info, *value, *ns;
 3687|       |
 3688|      2|    impl_info = PyDict_New();
 3689|      2|    if (impl_info == NULL)
  ------------------
  |  Branch (3689:9): [True: 0, False: 2]
  ------------------
 3690|      0|        return NULL;
 3691|       |
 3692|       |    /* populate the dict */
 3693|       |
 3694|      2|    value = PyUnicode_FromString(_PySys_ImplName);
 3695|      2|    if (value == NULL)
  ------------------
  |  Branch (3695:9): [True: 0, False: 2]
  ------------------
 3696|      0|        goto error;
 3697|      2|    res = PyDict_SetItemString(impl_info, "name", value);
 3698|      2|    Py_DECREF(value);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3699|      2|    if (res < 0)
  ------------------
  |  Branch (3699:9): [True: 0, False: 2]
  ------------------
 3700|      0|        goto error;
 3701|       |
 3702|      2|    value = _PySys_ImplCacheTag
  ------------------
  |  Branch (3702:13): [True: 2, False: 0]
  ------------------
 3703|      2|        ? PyUnicode_FromString(_PySys_ImplCacheTag)
 3704|      2|        : Py_NewRef(Py_None);
  ------------------
  |  |  550|      2|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3705|      2|    if (value == NULL) {
  ------------------
  |  Branch (3705:9): [True: 0, False: 2]
  ------------------
 3706|      0|        goto error;
 3707|      0|    }
 3708|      2|    res = PyDict_SetItemString(impl_info, "cache_tag", value);
 3709|      2|    Py_DECREF(value);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3710|      2|    if (res < 0)
  ------------------
  |  Branch (3710:9): [True: 0, False: 2]
  ------------------
 3711|      0|        goto error;
 3712|       |
 3713|      2|    res = PyDict_SetItemString(impl_info, "version", version_info);
 3714|      2|    if (res < 0)
  ------------------
  |  Branch (3714:9): [True: 0, False: 2]
  ------------------
 3715|      0|        goto error;
 3716|       |
 3717|      2|    value = PyLong_FromLong(PY_VERSION_HEX);
  ------------------
  |  |   43|      2|#define PY_VERSION_HEX _Py_PACK_FULL_VERSION( \
  |  |  ------------------
  |  |  |  |   34|      2|#define _Py_PACK_FULL_VERSION(X, Y, Z, LEVEL, SERIAL) ( \
  |  |  |  |   35|      2|    (((X) & 0xff) << 24) |                              \
  |  |  |  |   36|      2|    (((Y) & 0xff) << 16) |                              \
  |  |  |  |   37|      2|    (((Z) & 0xff) << 8) |                               \
  |  |  |  |   38|      2|    (((LEVEL) & 0xf) << 4) |                            \
  |  |  |  |   39|      2|    (((SERIAL) & 0xf) << 0))
  |  |  ------------------
  |  |   44|      2|    PY_MAJOR_VERSION,                         \
  |  |   45|      2|    PY_MINOR_VERSION,                         \
  |  |   46|      2|    PY_MICRO_VERSION,                         \
  |  |   47|      2|    PY_RELEASE_LEVEL,                         \
  |  |   48|      2|    PY_RELEASE_SERIAL)
  ------------------
 3718|      2|    if (value == NULL)
  ------------------
  |  Branch (3718:9): [True: 0, False: 2]
  ------------------
 3719|      0|        goto error;
 3720|      2|    res = PyDict_SetItemString(impl_info, "hexversion", value);
 3721|      2|    Py_DECREF(value);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3722|      2|    if (res < 0)
  ------------------
  |  Branch (3722:9): [True: 0, False: 2]
  ------------------
 3723|      0|        goto error;
 3724|       |
 3725|      2|#ifdef MULTIARCH
 3726|      2|    value = PyUnicode_FromString(MULTIARCH);
 3727|      2|    if (value == NULL)
  ------------------
  |  Branch (3727:9): [True: 0, False: 2]
  ------------------
 3728|      0|        goto error;
 3729|      2|    res = PyDict_SetItemString(impl_info, "_multiarch", value);
 3730|      2|    Py_DECREF(value);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3731|      2|    if (res < 0)
  ------------------
  |  Branch (3731:9): [True: 0, False: 2]
  ------------------
 3732|      0|        goto error;
 3733|      2|#endif
 3734|       |
 3735|       |    // PEP-734
 3736|       |#if defined(__wasi__) || defined(__EMSCRIPTEN__)
 3737|       |    // It is not enabled on WASM builds just yet
 3738|       |    value = Py_False;
 3739|       |#else
 3740|      2|    value = Py_True;
  ------------------
  |  |   26|      2|#  define Py_True _PyObject_CAST(&_Py_TrueStruct)
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3741|      2|#endif
 3742|      2|    res = PyDict_SetItemString(impl_info, "supports_isolated_interpreters", value);
 3743|      2|    if (res < 0) {
  ------------------
  |  Branch (3743:9): [True: 0, False: 2]
  ------------------
 3744|      0|        goto error;
 3745|      0|    }
 3746|       |
 3747|       |    /* dict ready */
 3748|       |
 3749|      2|    ns = _PyNamespace_New(impl_info);
 3750|      2|    Py_DECREF(impl_info);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3751|      2|    return ns;
 3752|       |
 3753|      0|error:
 3754|      0|    Py_CLEAR(impl_info);
  ------------------
  |  |  484|      0|    do { \
  |  |  485|      0|        _Py_TYPEOF(op)* _tmp_op_ptr = &(op); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  486|      0|        _Py_TYPEOF(op) _tmp_old_op = (*_tmp_op_ptr); \
  |  |  ------------------
  |  |  |  |  546|      0|#  define _Py_TYPEOF(expr) __typeof__(expr)
  |  |  ------------------
  |  |  487|      0|        if (_tmp_old_op != NULL) { \
  |  |  ------------------
  |  |  |  Branch (487:13): [True: 0, False: 0]
  |  |  ------------------
  |  |  488|      0|            *_tmp_op_ptr = _Py_NULL; \
  |  |  ------------------
  |  |  |  |   57|      0|#  define _Py_NULL NULL
  |  |  ------------------
  |  |  489|      0|            Py_DECREF(_tmp_old_op); \
  |  |  ------------------
  |  |  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  490|      0|        } \
  |  |  491|      0|    } while (0)
  |  |  ------------------
  |  |  |  Branch (491:14): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3755|       |    return NULL;
 3756|      2|}
sysmodule.c:make_flags:
 3581|      2|{
 3582|      2|    PyObject *flags = PyStructSequence_New(&FlagsType);
 3583|      2|    if (flags == NULL) {
  ------------------
  |  Branch (3583:9): [True: 0, False: 2]
  ------------------
 3584|      0|        return NULL;
 3585|      0|    }
 3586|       |
 3587|      2|    if (set_flags_from_config(interp, flags) < 0) {
  ------------------
  |  Branch (3587:9): [True: 0, False: 2]
  ------------------
 3588|      0|        Py_DECREF(flags);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3589|      0|        return NULL;
 3590|      0|    }
 3591|      2|    return flags;
 3592|      2|}
sysmodule.c:make_abi_info:
 3761|      2|{
 3762|       |    // New entries should be added when needed for a supported platform,
 3763|       |    // or by core dev consensus for enabling an unsupported one.
 3764|       |
 3765|      2|    PyObject *value;
 3766|      2|    PyObject *abi_info = PyDict_New();
 3767|      2|    if (abi_info == NULL) {
  ------------------
  |  Branch (3767:9): [True: 0, False: 2]
  ------------------
 3768|      0|        return NULL;
 3769|      0|    }
 3770|       |
 3771|      2|    value = PyLong_FromLong(sizeof(void *) * 8);
 3772|      2|    if (value == NULL) {
  ------------------
  |  Branch (3772:9): [True: 0, False: 2]
  ------------------
 3773|      0|        goto error;
 3774|      0|    }
 3775|      2|    if (PyDict_SetItem(abi_info, &_Py_ID(pointer_bits), value) < 0) {
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3775:9): [True: 0, False: 2]
  ------------------
 3776|      0|        goto error;
 3777|      0|    }
 3778|      2|    Py_DECREF(value);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3779|       |
 3780|       |#ifdef Py_GIL_DISABLED
 3781|       |    value = Py_True;
 3782|       |#else
 3783|      2|    value = Py_False;
  ------------------
  |  |   25|      2|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3784|      2|#endif
 3785|      2|    if (PyDict_SetItem(abi_info, &_Py_ID(free_threaded), value) < 0) {
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3785:9): [True: 0, False: 2]
  ------------------
 3786|      0|        goto error;
 3787|      0|    }
 3788|       |
 3789|       |#ifdef Py_DEBUG
 3790|       |    value = Py_True;
 3791|       |#else
 3792|      2|    value = Py_False;
  ------------------
  |  |   25|      2|#  define Py_False _PyObject_CAST(&_Py_FalseStruct)
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3793|      2|#endif
 3794|      2|    if (PyDict_SetItem(abi_info, &_Py_ID(debug), value) < 0) {
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3794:9): [True: 0, False: 2]
  ------------------
 3795|      0|        goto error;
 3796|      0|    }
 3797|       |
 3798|       |#if PY_BIG_ENDIAN
 3799|       |    value = &_Py_ID(big);
 3800|       |#else
 3801|      2|    value = &_Py_ID(little);
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3802|      2|#endif
 3803|      2|    if (PyDict_SetItem(abi_info, &_Py_ID(byteorder), value) < 0) {
  ------------------
  |  |  917|      2|     (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3803:9): [True: 0, False: 2]
  ------------------
 3804|      0|        goto error;
 3805|      0|    }
 3806|       |
 3807|      2|    PyObject *ns = _PyNamespace_New(abi_info);
 3808|      2|    Py_DECREF(abi_info);
  ------------------
  |  |  430|      2|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      2|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      2|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3809|      2|    return ns;
 3810|       |
 3811|      0|error:
 3812|      0|    Py_DECREF(abi_info);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3813|      0|    Py_XDECREF(value);
  ------------------
  |  |  524|      0|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3814|       |    return NULL;
 3815|      2|}

PyThread_init_thread:
   49|      6|{
   50|      6|    if (initialized) {
  ------------------
  |  |   45|      6|#define initialized _PyRuntime.threads.initialized
  |  |  ------------------
  |  |  |  Branch (45:21): [True: 4, False: 2]
  |  |  ------------------
  ------------------
   51|      4|        return;
   52|      4|    }
   53|      2|    initialized = 1;
  ------------------
  |  |   45|      2|#define initialized _PyRuntime.threads.initialized
  ------------------
   54|      2|    PyThread__init_thread();
   55|      2|}
PyThread_allocate_lock:
   81|     19|{
   82|     19|    if (!initialized) {
  ------------------
  |  |   45|     19|#define initialized _PyRuntime.threads.initialized
  ------------------
  |  Branch (82:9): [True: 0, False: 19]
  ------------------
   83|      0|        PyThread_init_thread();
   84|      0|    }
   85|       |
   86|     19|    PyMutex *lock = (PyMutex *)PyMem_RawMalloc(sizeof(PyMutex));
   87|     19|    if (lock) {
  ------------------
  |  Branch (87:9): [True: 19, False: 0]
  ------------------
   88|     19|        *lock = (PyMutex){0};
   89|     19|    }
   90|       |
   91|     19|    return (PyThread_type_lock)lock;
   92|     19|}
PyThread_free_lock:
   96|     13|{
   97|     13|    PyMem_RawFree(lock);
   98|     13|}
PyThread_acquire_lock_timed:
  103|     39|{
  104|     39|    PyTime_t timeout;  // relative timeout
  105|     39|    if (microseconds >= 0) {
  ------------------
  |  Branch (105:9): [True: 39, False: 0]
  ------------------
  106|       |        // bpo-41710: PyThread_acquire_lock_timed() cannot report timeout
  107|       |        // overflow to the caller, so clamp the timeout to
  108|       |        // [PyTime_MIN, PyTime_MAX].
  109|       |        //
  110|       |        // PyTime_MAX nanoseconds is around 292.3 years.
  111|       |        //
  112|       |        // _thread.Lock.acquire() and _thread.RLock.acquire() raise an
  113|       |        // OverflowError if microseconds is greater than PY_TIMEOUT_MAX.
  114|     39|        timeout = _PyTime_FromMicrosecondsClamp(microseconds);
  115|     39|    }
  116|      0|    else {
  117|      0|        timeout = -1;
  118|      0|    }
  119|       |
  120|     39|    _PyLockFlags flags = _Py_LOCK_DONT_DETACH;
  121|     39|    if (intr_flag) {
  ------------------
  |  Branch (121:9): [True: 0, False: 39]
  ------------------
  122|      0|        flags |= _PY_FAIL_IF_INTERRUPTED;
  123|      0|    }
  124|       |
  125|     39|    return _PyMutex_LockTimed((PyMutex *)lock, timeout, flags);
  126|     39|}
PyThread_release_lock:
  130|     39|{
  131|     39|    PyMutex_Unlock((PyMutex *)lock);
  ------------------
  |  |   70|     39|#define PyMutex_Unlock _PyMutex_Unlock
  ------------------
  132|     39|}
PyThread_acquire_lock:
  143|     39|{
  144|     39|    return PyThread_acquire_lock_timed(lock, waitflag ? -1 : 0, /*intr_flag=*/0);
  ------------------
  |  Branch (144:46): [True: 0, False: 39]
  ------------------
  145|     39|}
PyThread_GetInfo:
  310|      2|{
  311|      2|    PyObject *threadinfo, *value;
  312|      2|    int pos = 0;
  313|      2|#if (defined(_POSIX_THREADS) && defined(HAVE_CONFSTR) \
  314|      2|     && defined(_CS_GNU_LIBPTHREAD_VERSION))
  315|      2|    char buffer[255];
  316|      2|    int len;
  317|      2|#endif
  318|       |
  319|      2|    PyInterpreterState *interp = _PyInterpreterState_GET();
  320|      2|    if (_PyStructSequence_InitBuiltin(interp, &ThreadInfoType, &threadinfo_desc) < 0) {
  ------------------
  |  Branch (320:9): [True: 0, False: 2]
  ------------------
  321|      0|        return NULL;
  322|      0|    }
  323|       |
  324|      2|    threadinfo = PyStructSequence_New(&ThreadInfoType);
  325|      2|    if (threadinfo == NULL)
  ------------------
  |  Branch (325:9): [True: 0, False: 2]
  ------------------
  326|      0|        return NULL;
  327|       |
  328|      2|    value = PyUnicode_FromString(PYTHREAD_NAME);
  ------------------
  |  |   64|      2|#     define PYTHREAD_NAME "pthread"
  ------------------
  329|      2|    if (value == NULL) {
  ------------------
  |  Branch (329:9): [True: 0, False: 2]
  ------------------
  330|      0|        Py_DECREF(threadinfo);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  331|      0|        return NULL;
  332|      0|    }
  333|      2|    PyStructSequence_SET_ITEM(threadinfo, pos++, value);
  ------------------
  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
  334|       |
  335|       |#ifdef HAVE_PTHREAD_STUBS
  336|       |    value = Py_NewRef(Py_None);
  337|       |#else
  338|      2|    value = PyUnicode_FromString("pymutex");
  339|      2|    if (value == NULL) {
  ------------------
  |  Branch (339:9): [True: 0, False: 2]
  ------------------
  340|      0|        Py_DECREF(threadinfo);
  ------------------
  |  |  430|      0|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  341|      0|        return NULL;
  342|      0|    }
  343|      2|#endif
  344|      2|    PyStructSequence_SET_ITEM(threadinfo, pos++, value);
  ------------------
  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
  345|       |
  346|      2|#if (defined(_POSIX_THREADS) && defined(HAVE_CONFSTR) \
  347|      2|     && defined(_CS_GNU_LIBPTHREAD_VERSION))
  348|      2|    value = NULL;
  349|      2|    len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer));
  350|      2|    if (1 < len && (size_t)len < sizeof(buffer)) {
  ------------------
  |  Branch (350:9): [True: 2, False: 0]
  |  Branch (350:20): [True: 2, False: 0]
  ------------------
  351|      2|        value = PyUnicode_DecodeFSDefaultAndSize(buffer, len-1);
  352|      2|        if (value == NULL)
  ------------------
  |  Branch (352:13): [True: 0, False: 2]
  ------------------
  353|      0|            PyErr_Clear();
  354|      2|    }
  355|      2|    if (value == NULL)
  ------------------
  |  Branch (355:9): [True: 0, False: 2]
  ------------------
  356|      0|#endif
  357|      0|    {
  358|      0|        value = Py_NewRef(Py_None);
  ------------------
  |  |  550|      0|#  define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|      0|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|      0|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  359|      0|    }
  360|      2|    PyStructSequence_SET_ITEM(threadinfo, pos++, value);
  ------------------
  |  |   11|      2|#define PyStructSequence_SET_ITEM PyStructSequence_SetItem
  ------------------
  361|      2|    return threadinfo;
  362|      2|}

_PyThread_cond_init:
  140|      4|{
  141|      4|    return pthread_cond_init(cond, condattr_monotonic);
  ------------------
  |  |  121|      4|#define condattr_monotonic _PyRuntime.threads._condattr_monotonic.ptr
  ------------------
  142|      4|}
PyThread_get_thread_ident_ex:
  360|  4.16k|PyThread_get_thread_ident_ex(void) {
  361|  4.16k|    volatile pthread_t threadid;
  362|  4.16k|    if (!initialized)
  ------------------
  |  |   45|  4.16k|#define initialized _PyRuntime.threads.initialized
  ------------------
  |  Branch (362:9): [True: 2, False: 4.16k]
  ------------------
  363|      2|        PyThread_init_thread();
  364|  4.16k|    threadid = pthread_self();
  365|  4.16k|    return _pthread_t_to_ident(threadid);
  366|  4.16k|}
PyThread_get_thread_ident:
  370|  2.76k|{
  371|  2.76k|    return (unsigned long) PyThread_get_thread_ident_ex();
  372|  2.76k|}
PyThread_get_thread_native_id:
  377|      2|{
  378|      2|    if (!initialized)
  ------------------
  |  |   45|      2|#define initialized _PyRuntime.threads.initialized
  ------------------
  |  Branch (378:9): [True: 0, False: 2]
  ------------------
  379|      0|        PyThread_init_thread();
  380|       |#ifdef __APPLE__
  381|       |    uint64_t native_id;
  382|       |    (void) pthread_threadid_np(NULL, &native_id);
  383|       |#elif defined(__linux__)
  384|       |    pid_t native_id;
  385|      2|    native_id = syscall(SYS_gettid);
  386|       |#elif defined(__FreeBSD__)
  387|       |    int native_id;
  388|       |    native_id = pthread_getthreadid_np();
  389|       |#elif defined(__FreeBSD_kernel__)
  390|       |    long native_id;
  391|       |    syscall(SYS_thr_self, &native_id);
  392|       |#elif defined(__OpenBSD__)
  393|       |    pid_t native_id;
  394|       |    native_id = getthrid();
  395|       |#elif defined(_AIX)
  396|       |    tid_t native_id;
  397|       |    native_id = thread_self();
  398|       |#elif defined(__NetBSD__)
  399|       |    lwpid_t native_id;
  400|       |    native_id = _lwp_self();
  401|       |#elif defined(__DragonFly__)
  402|       |    lwpid_t native_id;
  403|       |    native_id = lwp_gettid();
  404|       |#elif defined(__sun__) && SIZEOF_LONG >= 8
  405|       |    unsigned long native_id = (unsigned long)getpid() << 32 | thr_self();
  406|       |#endif
  407|      2|    return (unsigned long) native_id;
  408|      2|}
PyThread_tss_create:
  572|      2|{
  573|      2|    assert(key != NULL);
  ------------------
  |  Branch (573:5): [True: 2, False: 0]
  ------------------
  574|       |    /* If the key has been created, function is silently skipped. */
  575|      2|    if (key->_is_initialized) {
  ------------------
  |  Branch (575:9): [True: 0, False: 2]
  ------------------
  576|      0|        return 0;
  577|      0|    }
  578|       |
  579|      2|    int fail = pthread_key_create(&(key->_key), NULL);
  580|      2|    if (fail) {
  ------------------
  |  Branch (580:9): [True: 0, False: 2]
  ------------------
  581|      0|        return -1;
  582|      0|    }
  583|      2|    key->_is_initialized = 1;
  584|      2|    return 0;
  585|      2|}
thread.c:PyThread__init_thread:
  197|      2|{
  198|       |    // The library is only initialized once in the process,
  199|       |    // regardless of how many times the Python runtime is initialized.
  200|      2|    static int lib_initialized = 0;
  201|      2|    if (!lib_initialized) {
  ------------------
  |  Branch (201:9): [True: 2, False: 0]
  ------------------
  202|      2|        lib_initialized = 1;
  203|       |#if defined(_AIX) && defined(__GNUC__)
  204|       |        extern void pthread_init(void);
  205|       |        pthread_init();
  206|       |#endif
  207|      2|    }
  208|      2|    init_condattr();
  209|      2|}
thread.c:init_condattr:
  125|      2|{
  126|      2|#ifdef CONDATTR_MONOTONIC
  127|      2|# define ca _PyRuntime.threads._condattr_monotonic.val
  128|       |    // XXX We need to check the return code?
  129|      2|    pthread_condattr_init(&ca);
  ------------------
  |  |  127|      2|# define ca _PyRuntime.threads._condattr_monotonic.val
  ------------------
  130|       |    // XXX We need to run pthread_condattr_destroy() during runtime fini.
  131|      2|    if (pthread_condattr_setclock(&ca, CLOCK_MONOTONIC) == 0) {
  ------------------
  |  |  127|      2|# define ca _PyRuntime.threads._condattr_monotonic.val
  ------------------
  |  Branch (131:9): [True: 2, False: 0]
  ------------------
  132|      2|        condattr_monotonic = &ca;  // Use monotonic clock
  ------------------
  |  |  121|      2|#define condattr_monotonic _PyRuntime.threads._condattr_monotonic.ptr
  ------------------
                      condattr_monotonic = &ca;  // Use monotonic clock
  ------------------
  |  |  127|      2|# define ca _PyRuntime.threads._condattr_monotonic.val
  ------------------
  133|      2|    }
  134|      2|# undef ca
  135|      2|#endif  // CONDATTR_MONOTONIC
  136|      2|}
thread.c:_pthread_t_to_ident:
  304|  4.16k|_pthread_t_to_ident(pthread_t value) {
  305|       |// Cast through an integer type of the same size to avoid sign-extension.
  306|  4.16k|#if SIZEOF_PTHREAD_T == SIZEOF_VOID_P
  307|  4.16k|    return (uintptr_t) value;
  308|       |#elif SIZEOF_PTHREAD_T == SIZEOF_LONG
  309|       |    return (unsigned long) value;
  310|       |#elif SIZEOF_PTHREAD_T == SIZEOF_INT
  311|       |    return (unsigned int) value;
  312|       |#elif SIZEOF_PTHREAD_T == SIZEOF_LONG_LONG
  313|       |    return (unsigned long long) value;
  314|       |#else
  315|       |#error "Unsupported SIZEOF_PTHREAD_T value"
  316|       |#endif
  317|  4.16k|}

_PyTraceBack_FromFrame:
  312|    350|{
  313|    350|    assert(tb_next == NULL || PyTraceBack_Check(tb_next));
  ------------------
  |  Branch (313:5): [True: 321, False: 29]
  |  Branch (313:5): [True: 29, False: 0]
  ------------------
  314|    350|    assert(frame != NULL);
  ------------------
  |  Branch (314:5): [True: 350, False: 0]
  ------------------
  315|    350|    int addr = _PyInterpreterFrame_LASTI(frame->f_frame) * sizeof(_Py_CODEUNIT);
  ------------------
  |  |   18|    350|    ((int)((IF)->instr_ptr - _PyFrame_GetBytecode((IF))))
  ------------------
  316|    350|    return tb_create_raw((PyTracebackObject *)tb_next, frame, addr, -1);
  317|    350|}
PyTraceBack_Here:
  322|    350|{
  323|    350|    PyObject *exc = PyErr_GetRaisedException();
  324|    350|    assert(PyExceptionInstance_Check(exc));
  ------------------
  |  Branch (324:5): [True: 350, False: 0]
  ------------------
  325|    350|    PyObject *tb = PyException_GetTraceback(exc);
  326|    350|    PyObject *newtb = _PyTraceBack_FromFrame(tb, frame);
  327|    350|    Py_XDECREF(tb);
  ------------------
  |  |  524|    350|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|    350|    if (newtb == NULL) {
  ------------------
  |  Branch (328:9): [True: 0, False: 350]
  ------------------
  329|      0|        _PyErr_ChainExceptions1(exc);
  330|      0|        return -1;
  331|      0|    }
  332|    350|    PyException_SetTraceback(exc, newtb);
  333|    350|    Py_XDECREF(newtb);
  ------------------
  |  |  524|    350|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  334|    350|    PyErr_SetRaisedException(exc);
  335|    350|    return 0;
  336|    350|}
_Py_DumpTraceback_Init:
 1466|      2|{
 1467|       |#ifdef MS_WINDOWS
 1468|       |    if (pGetThreadDescription != NULL) {
 1469|       |        return;
 1470|       |    }
 1471|       |
 1472|       |    HMODULE kernelbase = GetModuleHandleW(L"kernelbase.dll");
 1473|       |    if (kernelbase != NULL) {
 1474|       |        pGetThreadDescription = (PF_GET_THREAD_DESCRIPTION)GetProcAddress(
 1475|       |                                    kernelbase, "GetThreadDescription");
 1476|       |    }
 1477|       |#endif
 1478|      2|}
traceback.c:tb_dealloc:
  242|    350|{
  243|    350|    PyTracebackObject *tb = _PyTracebackObject_CAST(op);
  ------------------
  |  |   68|    350|#define _PyTracebackObject_CAST(op)   ((PyTracebackObject *)(op))
  ------------------
  244|    350|    PyObject_GC_UnTrack(tb);
  245|    350|    Py_XDECREF(tb->tb_next);
  ------------------
  |  |  524|    350|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  246|    350|    Py_XDECREF(tb->tb_frame);
  ------------------
  |  |  524|    350|#  define Py_XDECREF(op) Py_XDECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  247|    350|    PyObject_GC_Del(tb);
  248|    350|}
traceback.c:tb_create_raw:
   82|    350|{
   83|    350|    PyTracebackObject *tb;
   84|    350|    if ((next != NULL && !PyTraceBack_Check(next)) ||
  ------------------
  |  |   14|     29|#define PyTraceBack_Check(v) Py_IS_TYPE((v), &PyTraceBack_Type)
  |  |  ------------------
  |  |  |  |  215|     29|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|     29|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|     29|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (84:10): [True: 29, False: 321]
  |  Branch (84:26): [True: 0, False: 29]
  ------------------
   85|    350|                    frame == NULL || !PyFrame_Check(frame)) {
  ------------------
  |  |    8|    350|#define PyFrame_Check(op) Py_IS_TYPE((op), &PyFrame_Type)
  |  |  ------------------
  |  |  |  |  215|    350|#  define Py_IS_TYPE(ob, type) _Py_IS_TYPE_impl(_PyObject_CAST(ob), (type))
  |  |  |  |  ------------------
  |  |  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (85:21): [True: 0, False: 350]
  |  Branch (85:38): [True: 0, False: 350]
  ------------------
   86|      0|        PyErr_BadInternalCall();
  ------------------
  |  |  229|      0|#define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  ------------------
   87|      0|        return NULL;
   88|      0|    }
   89|    350|    tb = PyObject_GC_New(PyTracebackObject, &PyTraceBack_Type);
  ------------------
  |  |  181|    350|    _Py_CAST(type*, _PyObject_GC_New(typeobj))
  |  |  ------------------
  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  ------------------
  ------------------
   90|    350|    if (tb != NULL) {
  ------------------
  |  Branch (90:9): [True: 350, False: 0]
  ------------------
   91|    350|        tb->tb_next = (PyTracebackObject*)Py_XNewRef(next);
  ------------------
  |  |  551|    350|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   92|    350|        tb->tb_frame = (PyFrameObject*)Py_XNewRef(frame);
  ------------------
  |  |  551|    350|#  define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
  |  |  ------------------
  |  |  |  |  171|    350|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    350|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   93|    350|        tb->tb_lasti = lasti;
   94|    350|        tb->tb_lineno = lineno;
   95|    350|        PyObject_GC_Track(tb);
   96|    350|    }
   97|    350|    return (PyObject *)tb;
   98|    350|}

_PyTraceMalloc_Init:
  739|      2|{
  740|      2|    assert(tracemalloc_config.initialized == TRACEMALLOC_NOT_INITIALIZED);
  ------------------
  |  Branch (740:5): [True: 2, False: 0]
  ------------------
  741|       |
  742|      2|    PyMem_GetAllocator(PYMEM_DOMAIN_RAW, &allocators.raw);
  ------------------
  |  |   32|      2|#define allocators _PyRuntime.tracemalloc.allocators
  ------------------
  743|       |
  744|      2|    if (PyThread_tss_create(&tracemalloc_reentrant_key) != 0) {
  ------------------
  |  |   91|      2|#define tracemalloc_reentrant_key _PyRuntime.tracemalloc.reentrant_key
  ------------------
  |  Branch (744:9): [True: 0, False: 2]
  ------------------
  745|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  746|      0|    }
  747|       |
  748|      2|    tracemalloc_filenames = hashtable_new(hashtable_hash_pyobject,
  ------------------
  |  |   69|      2|#define tracemalloc_filenames _PyRuntime.tracemalloc.filenames
  ------------------
  749|      2|                                          hashtable_compare_unicode,
  750|      2|                                          tracemalloc_clear_filename, NULL);
  751|       |
  752|      2|    tracemalloc_tracebacks = hashtable_new(hashtable_hash_traceback,
  ------------------
  |  |   71|      2|#define tracemalloc_tracebacks _PyRuntime.tracemalloc.tracebacks
  ------------------
  753|      2|                                           hashtable_compare_traceback,
  754|      2|                                           raw_free, NULL);
  755|       |
  756|      2|    tracemalloc_traces = tracemalloc_create_traces_table();
  ------------------
  |  |   72|      2|#define tracemalloc_traces _PyRuntime.tracemalloc.traces
  ------------------
  757|      2|    tracemalloc_domains = tracemalloc_create_domains_table();
  ------------------
  |  |   73|      2|#define tracemalloc_domains _PyRuntime.tracemalloc.domains
  ------------------
  758|       |
  759|      2|    if (tracemalloc_filenames == NULL || tracemalloc_tracebacks == NULL
  ------------------
  |  |   69|      2|#define tracemalloc_filenames _PyRuntime.tracemalloc.filenames
  ------------------
                  if (tracemalloc_filenames == NULL || tracemalloc_tracebacks == NULL
  ------------------
  |  |   71|      2|#define tracemalloc_tracebacks _PyRuntime.tracemalloc.tracebacks
  ------------------
  |  Branch (759:9): [True: 0, False: 2]
  |  Branch (759:42): [True: 0, False: 2]
  ------------------
  760|      2|       || tracemalloc_traces == NULL || tracemalloc_domains == NULL)
  ------------------
  |  |   72|      2|#define tracemalloc_traces _PyRuntime.tracemalloc.traces
  ------------------
                     || tracemalloc_traces == NULL || tracemalloc_domains == NULL)
  ------------------
  |  |   73|      2|#define tracemalloc_domains _PyRuntime.tracemalloc.domains
  ------------------
  |  Branch (760:11): [True: 0, False: 2]
  |  Branch (760:41): [True: 0, False: 2]
  ------------------
  761|      0|    {
  762|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  763|      0|    }
  764|       |
  765|      2|    assert(tracemalloc_empty_traceback == NULL);
  ------------------
  |  Branch (765:5): [True: 2, False: 0]
  ------------------
  766|      2|    tracemalloc_empty_traceback = raw_malloc(TRACEBACK_SIZE(1));
  ------------------
  |  |   54|      2|#define tracemalloc_empty_traceback _PyRuntime.tracemalloc.empty_traceback
  ------------------
                  tracemalloc_empty_traceback = raw_malloc(TRACEBACK_SIZE(1));
  ------------------
  |  |   49|      2|        (sizeof(traceback_t) + sizeof(frame_t) * (NFRAME))
  ------------------
  767|      2|    if (tracemalloc_empty_traceback  == NULL) {
  ------------------
  |  |   54|      2|#define tracemalloc_empty_traceback _PyRuntime.tracemalloc.empty_traceback
  ------------------
  |  Branch (767:9): [True: 0, False: 2]
  ------------------
  768|      0|        return _PyStatus_NO_MEMORY();
  ------------------
  |  |   33|      0|#define _PyStatus_NO_MEMORY() _PyStatus_ERR(_PyStatus_NO_MEMORY_ERRMSG)
  |  |  ------------------
  |  |  |  |   27|      0|    (PyStatus){ \
  |  |  |  |   28|      0|        ._type = _PyStatus_TYPE_ERROR, \
  |  |  |  |   29|      0|        .func = _PyStatus_GET_FUNC(), \
  |  |  |  |  ------------------
  |  |  |  |  |  |   20|      0|#  define _PyStatus_GET_FUNC() __func__
  |  |  |  |  ------------------
  |  |  |  |   30|      0|        .err_msg = (ERR_MSG)}
  |  |  ------------------
  ------------------
  769|      0|    }
  770|       |
  771|      2|    tracemalloc_empty_traceback->nframe = 1;
  ------------------
  |  |   54|      2|#define tracemalloc_empty_traceback _PyRuntime.tracemalloc.empty_traceback
  ------------------
  772|      2|    tracemalloc_empty_traceback->total_nframe = 1;
  ------------------
  |  |   54|      2|#define tracemalloc_empty_traceback _PyRuntime.tracemalloc.empty_traceback
  ------------------
  773|       |    /* borrowed reference */
  774|      2|    tracemalloc_empty_traceback->frames[0].filename = &_Py_STR(anon_unknown);
  ------------------
  |  |   54|      2|#define tracemalloc_empty_traceback _PyRuntime.tracemalloc.empty_traceback
  ------------------
                  tracemalloc_empty_traceback->frames[0].filename = &_Py_STR(anon_unknown);
  ------------------
  |  |  919|      2|     (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base))
  |  |  ------------------
  |  |  |  |   18|      2|    _Py_GLOBAL_OBJECT(singletons.NAME)
  |  |  |  |  ------------------
  |  |  |  |  |  |   16|      2|    _PyRuntime.static_objects.NAME
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  775|      2|    tracemalloc_empty_traceback->frames[0].lineno = 0;
  ------------------
  |  |   54|      2|#define tracemalloc_empty_traceback _PyRuntime.tracemalloc.empty_traceback
  ------------------
  776|      2|    tracemalloc_empty_traceback->hash = traceback_hash(tracemalloc_empty_traceback);
  ------------------
  |  |   54|      2|#define tracemalloc_empty_traceback _PyRuntime.tracemalloc.empty_traceback
  ------------------
                  tracemalloc_empty_traceback->hash = traceback_hash(tracemalloc_empty_traceback);
  ------------------
  |  |   54|      2|#define tracemalloc_empty_traceback _PyRuntime.tracemalloc.empty_traceback
  ------------------
  777|       |
  778|      2|    tracemalloc_config.initialized = TRACEMALLOC_INITIALIZED;
  ------------------
  |  |   15|      2|#define tracemalloc_config _PyRuntime.tracemalloc.config
  ------------------
  779|      2|    return _PyStatus_OK();
  ------------------
  |  |   24|      2|    (PyStatus){._type = _PyStatus_TYPE_OK}
  ------------------
  780|      2|}
tracemalloc.c:hashtable_new:
  163|      8|{
  164|      8|    _Py_hashtable_allocator_t hashtable_alloc = {malloc, free};
  165|      8|    return _Py_hashtable_new_full(hash_func, compare_func,
  166|      8|                                  key_destroy_func, value_destroy_func,
  167|      8|                                  &hashtable_alloc);
  168|      8|}
tracemalloc.c:tracemalloc_create_traces_table:
  379|      2|{
  380|      2|    return hashtable_new(_Py_hashtable_hash_ptr,
  381|      2|                         _Py_hashtable_compare_direct,
  382|       |                         NULL, raw_free);
  383|      2|}
tracemalloc.c:tracemalloc_create_domains_table:
  396|      2|{
  397|      2|    return hashtable_new(hashtable_hash_uint,
  398|      2|                         _Py_hashtable_compare_direct,
  399|       |                         NULL,
  400|      2|                         tracemalloc_destroy_domain);
  401|      2|}
tracemalloc.c:raw_malloc:
  173|      2|{
  174|      2|    return allocators.raw.malloc(allocators.raw.ctx, size);
  ------------------
  |  |   32|      2|#define allocators _PyRuntime.tracemalloc.allocators
  ------------------
                  return allocators.raw.malloc(allocators.raw.ctx, size);
  ------------------
  |  |   32|      2|#define allocators _PyRuntime.tracemalloc.allocators
  ------------------
  175|      2|}
tracemalloc.c:traceback_hash:
  281|      2|{
  282|       |    /* code based on tuple_hash() of Objects/tupleobject.c */
  283|      2|    Py_uhash_t x, y;  /* Unsigned for defined overflow behavior. */
  284|      2|    int len = traceback->nframe;
  285|      2|    Py_uhash_t mult = PyHASH_MULTIPLIER;
  ------------------
  |  |    6|      2|#define PyHASH_MULTIPLIER 1000003UL  /* 0xf4243 */
  ------------------
  286|      2|    frame_t *frame;
  287|       |
  288|      2|    x = 0x345678UL;
  289|      2|    frame = traceback->frames;
  290|      4|    while (--len >= 0) {
  ------------------
  |  Branch (290:12): [True: 2, False: 2]
  ------------------
  291|      2|        y = (Py_uhash_t)PyObject_Hash(frame->filename);
  292|      2|        y ^= (Py_uhash_t)frame->lineno;
  293|      2|        frame++;
  294|       |
  295|      2|        x = (x ^ y) * mult;
  296|       |        /* the cast might truncate len; that doesn't change hash stability */
  297|      2|        mult += (Py_uhash_t)(82520UL + len + len);
  298|      2|    }
  299|      2|    x ^= traceback->total_nframe;
  300|      2|    x += 97531UL;
  301|      2|    return x;
  302|      2|}

fuzzer.c:Py_XDECREF:
  518|    433|{
  519|    433|    if (op != _Py_NULL) {
  ------------------
  |  |   57|    433|#  define _Py_NULL NULL
  ------------------
  |  Branch (519:9): [True: 433, False: 0]
  ------------------
  520|    433|        Py_DECREF(op);
  ------------------
  |  |  430|    433|#define Py_DECREF(op) Py_DECREF(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|    433|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|    433|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  521|    433|    }
  522|    433|}
fuzzer.c:Py_DECREF:
  418|  1.29k|{
  419|       |    // Non-limited C API and limited C API for Python 3.9 and older access
  420|       |    // directly PyObject.ob_refcnt.
  421|  1.29k|    if (_Py_IsImmortal(op)) {
  ------------------
  |  |  137|  1.29k|#define _Py_IsImmortal(op) _Py_IsImmortal(_PyObject_CAST(op))
  |  |  ------------------
  |  |  |  |  171|  1.29k|#define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
  |  |  |  |  ------------------
  |  |  |  |  |  |   37|  1.29k|#define _Py_CAST(type, expr) ((type)(expr))
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (137:28): [True: 390, False: 909]
  |  |  ------------------
  ------------------
  422|    390|        _Py_DECREF_IMMORTAL_STAT_INC();
  ------------------
  |  |   22|    390|#  define _Py_DECREF_IMMORTAL_STAT_INC() ((void)0)
  ------------------
  423|    390|        return;
  424|    390|    }
  425|    909|    _Py_DECREF_STAT_INC();
  ------------------
  |  |   20|    909|#  define _Py_DECREF_STAT_INC() ((void)0)
  ------------------
  426|    909|    if (--op->ob_refcnt == 0) {
  ------------------
  |  Branch (426:9): [True: 909, False: 0]
  ------------------
  427|    909|        _Py_Dealloc(op);
  428|    909|    }
  429|    909|}
fuzzer.c:_Py_IsImmortal:
  127|  1.29k|{
  128|       |#if defined(Py_GIL_DISABLED)
  129|       |    return (_Py_atomic_load_uint32_relaxed(&op->ob_ref_local) ==
  130|       |            _Py_IMMORTAL_REFCNT_LOCAL);
  131|       |#elif SIZEOF_VOID_P > 4
  132|  1.29k|    return _Py_CAST(int32_t, op->ob_refcnt) < 0;
  ------------------
  |  |   37|  1.29k|#define _Py_CAST(type, expr) ((type)(expr))
  ------------------
  133|       |#else
  134|       |    return op->ob_refcnt >= _Py_IMMORTAL_MINIMUM_REFCNT;
  135|       |#endif
  136|  1.29k|}

